Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
commit
56bbf58338
@ -54,6 +54,15 @@ Comments to posts that were created by others and posts which are designated as
|
|||||||
|
|
||||||
RedMatrix developers will ensure that any content you provide which is designated as PRIVATE will be protected against eavesdropping - to the best of their ability. Private content is generally hidden or obscured even from hub administrators. It is also stripped from email notifications. It is difficult but NOT impossible for this content to be seen by a hub administrator who is determined to monitor your communications. We consider this like the lock on the door of a house. It will generally keep the house safe, but a determined burgler will ignore the lock on the door and instead break a window.
|
RedMatrix developers will ensure that any content you provide which is designated as PRIVATE will be protected against eavesdropping - to the best of their ability. Private content is generally hidden or obscured even from hub administrators. It is also stripped from email notifications. It is difficult but NOT impossible for this content to be seen by a hub administrator who is determined to monitor your communications. We consider this like the lock on the door of a house. It will generally keep the house safe, but a determined burgler will ignore the lock on the door and instead break a window.
|
||||||
|
|
||||||
|
##Identity Privacy
|
||||||
|
|
||||||
|
Privacy for your identity is another aspect. Because you have a decentralized identity in the Red Matrix, your privacy extends beyond your home hub. If you want to have complete control of your privacy and security you should run your own hub on a dedicated server. For many people, this is complicated and may stretch their technical abilities. So let's list a few precautions you can make to assure your privacy as much as possible.
|
||||||
|
|
||||||
|
A decentralized identity has a lot of advantages and gives you al lot of interesting features, but you should be aware of the fact that your identity is known by other hubs in the Red Matrix network. One of those advantages is that other channels can serve you customized content and allow you to see private things (such as private photos which others wish to share with you). Because of this those channels need to know who you are. But we understand that sometimes those other channels know more from you than you might desire. For instance the plug-in Visage that can tell a channel owner the last time you visit their profile. You can easily OPT-OUT of this low level and we think, harmless tracking.
|
||||||
|
|
||||||
|
* You can enable [Do Not Track (DNT)](http://donottrack.us/) in your web browser. We respect this new privacy policy proposal. All modern browsers support DNT. You will find it in the privacy settings of your browsers or else you can consult the web browser's manual. This will not affect the functionality of the Red Matrix. This setting is probably enough for most people.
|
||||||
|
*You can [disable publication](settings) of your channel in our channel directory. If you want people to find your channel, you should give your channel address directly to them. We think this is a good indication that you prefer extra privacy and automatically enable "Do Not Track" if this is the case.
|
||||||
|
* You can have a blocked hub. That means that all channels and content on that hub is not public, and not visible to the outside world. This is something only your hub administrator can do. We also respect this and automatically enable "Do Not Track" if it is set.
|
||||||
|
|
||||||
###Censorship
|
###Censorship
|
||||||
|
|
||||||
|
@ -29,6 +29,10 @@ Currently there are three layout templates, unless your site provides additional
|
|||||||
edgesthree - three column layout with fixed side margins
|
edgesthree - three column layout with fixed side margins
|
||||||
full - three column layout with fixed side margins and adds a "header" region beneath the navigation bar
|
full - three column layout with fixed side margins and adds a "header" region beneath the navigation bar
|
||||||
|
|
||||||
|
redable
|
||||||
|
|
||||||
|
A template for reading longer texts. Three columns: aside, content and right_aside. For maximum readability it is advised to only use the middle content column.
|
||||||
|
|
||||||
[/code]
|
[/code]
|
||||||
|
|
||||||
To choose a layout template, use the 'template' tag.
|
To choose a layout template, use the 'template' tag.
|
||||||
@ -44,8 +48,11 @@ To choose the "choklet" template with the "three" flavour:
|
|||||||
[template=three]choklet[/template]
|
[template=three]choklet[/template]
|
||||||
[/code]
|
[/code]
|
||||||
|
|
||||||
|
Or the "redable" (sic) template:
|
||||||
|
|
||||||
|
[code]
|
||||||
|
[template]redable[/template]
|
||||||
|
[/code]
|
||||||
|
|
||||||
|
|
||||||
The default template will be used if no other template is specified. The template can use any names it desires for content regions. You will be using 'region' tags to decide what content to place in the respective regions.
|
The default template will be used if no other template is specified. The template can use any names it desires for content regions. You will be using 'region' tags to decide what content to place in the respective regions.
|
||||||
|
@ -20,7 +20,6 @@ Zot is the great new communicaton protocol invented especially for the Red Matri
|
|||||||
[zrl=[baseurl]/help/channels]Channels[/zrl]
|
[zrl=[baseurl]/help/channels]Channels[/zrl]
|
||||||
[zrl=[baseurl]/help/first-post]Your first posting[/zrl]
|
[zrl=[baseurl]/help/first-post]Your first posting[/zrl]
|
||||||
[zrl=[baseurl]/help/connecting_to_channels]Connecting To Other Channels[/zrl]
|
[zrl=[baseurl]/help/connecting_to_channels]Connecting To Other Channels[/zrl]
|
||||||
[zrl=[baseurl]/help/privacy]Network Privacy[/zrl]
|
|
||||||
[zrl=[baseurl]/help/permissions]Permissions And Encryption: You Are In Control[/zrl]
|
[zrl=[baseurl]/help/permissions]Permissions And Encryption: You Are In Control[/zrl]
|
||||||
[zrl=[baseurl]/help/cloud]Cloud Storage[/zrl]
|
[zrl=[baseurl]/help/cloud]Cloud Storage[/zrl]
|
||||||
[zrl=[baseurl]/help/remove_account]Remove Account[/zrl]
|
[zrl=[baseurl]/help/remove_account]Remove Account[/zrl]
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
[b]Network Privacy[/b]
|
|
||||||
|
|
||||||
Online privacy has many aspects. The Red Matrix let you control all these aspects. You can fine-tune the privacy of your posts, pages and other items in many ways; from making your content as public as possible to only sharing stuff with yourself. Permissions can be set for messages, web pages, events, photos, every item you can think of. If you make something private in the Red Matrix, it will be really private. [zrl=[baseurl]/help/permissions]See the permissions documentation[/zrl] for comprehensive help with permissions
|
|
||||||
|
|
||||||
But privacy goes further than setting permissions for your items. Privacy for your identity is another aspect. Because you have a decentralized identity in the Red Matrix, your privacy extends beyond your home hub.
|
|
||||||
|
|
||||||
If you want to have complete control of your privacy and security you should run your own hub on a dedicated server. For many people, this is complicated and may stretch their technical abilities. So let's list a few precautions you can make to assure your privacy as much as possible.
|
|
||||||
|
|
||||||
A decentralized identity has a lot of advantages and gives you al lot of interesting features, but you should be aware of the fact that your identity is known by other hubs in the Red Matrix network. One of those advantages is that other channels can serve you customized content and allow you to see private things (such as private photos which others wish to share with you). Because of this those channels need to know who you are. But we understand that sometimes those other channels know more from you than you might desire. For instance the plug-in Visage that can tell a channel owner the last time you visit their profile. You can easily opt-out of this low level and we think, harmless tracking.
|
|
||||||
|
|
||||||
[ul]
|
|
||||||
[li]You can enable [url=http://donottrack.us/]Do Not Track (DNT)[/url] in your web browser. We respect this new privacy policy proposal. All modern browsers support this. You will find it in the privacy settings of your browsers or else you can consult the web browser's manual. This will not affect the functionality of the Red Matrix. This setting is probably enough for most people.[/li]
|
|
||||||
[li]You can [zrl=[baseurl]/settings]disable publication[/zrl] of your channel in our channel directory. If you want people to find your channel, you should give your channel address directly to them. We think this is a good indication that you prefer extra privacy and automatically enable "Do Not Track" if this is the case.[/li]
|
|
||||||
[li]You can have a blocked hub. That means that all channels and content on that hub is not public, and not visible to the outside world. This is something only your hub administrator can do. We also respect this and automatically enable "Do Not Track" if it is set.[/li]
|
|
||||||
[/ul]
|
|
||||||
|
|
||||||
|
|
||||||
One more thing about hub administrators. Although the Red Matrix software can do everything to respect your privacy, your hub administrator is the one who has the final responsibility. If this admin has bad intentions, he/she can violate your privacy to a certain degree (something that counts for every internet service). So choose wisely, make sure you trust your hub admin or make all your messages encrypted. And again: you can always run your own hub.
|
|
@ -1,14 +1,14 @@
|
|||||||
|
|
||||||
Dear {{$myname}},
|
Beste {{$myname}},
|
||||||
|
|
||||||
You have a new follower at {{$sitename}} - '{{$requestor}}'.
|
Je hebt een nieuwe volger op {{$sitename}} - '{{$requestor}}'.
|
||||||
|
|
||||||
You may visit their profile at {{$url}}.
|
Je kan zijn/ haar profiel bezoeken op {{$url}}.
|
||||||
|
|
||||||
Please login to your site to approve or ignore/cancel the request.
|
Je dient op je hub in te loggen om het verzoek te accepteren, het af te wijzen of om het te negeren.
|
||||||
|
|
||||||
{{$siteurl}}
|
{{$siteurl}}
|
||||||
|
|
||||||
Regards,
|
Vriendelijke groet,
|
||||||
|
|
||||||
{{$sitename}} administrator
|
Beheerder {{$sitename}}
|
@ -8,8 +8,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Red Matrix\n"
|
"Project-Id-Version: Red Matrix\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2014-07-18 00:03-0700\n"
|
"POT-Creation-Date: 2014-07-25 00:03-0700\n"
|
||||||
"PO-Revision-Date: 2014-07-23 12:43+0000\n"
|
"PO-Revision-Date: 2014-07-30 23:36+0000\n"
|
||||||
"Last-Translator: jeroenpraat <>\n"
|
"Last-Translator: jeroenpraat <>\n"
|
||||||
"Language-Team: Dutch (http://www.transifex.com/projects/p/red-matrix/language/nl/)\n"
|
"Language-Team: Dutch (http://www.transifex.com/projects/p/red-matrix/language/nl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -87,7 +87,7 @@ msgid "View Connections"
|
|||||||
msgstr "Connecties weergeven"
|
msgstr "Connecties weergeven"
|
||||||
|
|
||||||
#: ../../include/text.php:815 ../../include/text.php:829
|
#: ../../include/text.php:815 ../../include/text.php:829
|
||||||
#: ../../include/nav.php:149 ../../include/apps.php:142
|
#: ../../include/nav.php:156 ../../include/apps.php:142
|
||||||
#: ../../mod/search.php:29
|
#: ../../mod/search.php:29
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Zoeken"
|
msgstr "Zoeken"
|
||||||
@ -516,7 +516,7 @@ msgstr "Account is geverifieerd. Je kan inloggen."
|
|||||||
#: ../../include/attach.php:243 ../../include/attach.php:283
|
#: ../../include/attach.php:243 ../../include/attach.php:283
|
||||||
#: ../../include/attach.php:297 ../../include/attach.php:322
|
#: ../../include/attach.php:297 ../../include/attach.php:322
|
||||||
#: ../../include/attach.php:513 ../../include/attach.php:585
|
#: ../../include/attach.php:513 ../../include/attach.php:585
|
||||||
#: ../../include/chat.php:116 ../../include/items.php:3662
|
#: ../../include/chat.php:116 ../../include/items.php:3664
|
||||||
#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:27
|
#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:27
|
||||||
#: ../../mod/settings.php:492 ../../mod/poke.php:128 ../../mod/api.php:26
|
#: ../../mod/settings.php:492 ../../mod/poke.php:128 ../../mod/api.php:26
|
||||||
#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64
|
#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64
|
||||||
@ -713,264 +713,272 @@ msgstr "Einde:"
|
|||||||
msgid "Location:"
|
msgid "Location:"
|
||||||
msgstr "Plaats:"
|
msgstr "Plaats:"
|
||||||
|
|
||||||
#: ../../include/nav.php:77 ../../include/nav.php:101 ../../boot.php:1487
|
#: ../../include/nav.php:81 ../../include/nav.php:108 ../../boot.php:1487
|
||||||
msgid "Logout"
|
msgid "Logout"
|
||||||
msgstr "Uitloggen"
|
msgstr "Uitloggen"
|
||||||
|
|
||||||
#: ../../include/nav.php:77 ../../include/nav.php:101
|
#: ../../include/nav.php:81 ../../include/nav.php:108
|
||||||
msgid "End this session"
|
msgid "End this session"
|
||||||
msgstr "Beëindig deze sessie"
|
msgstr "Beëindig deze sessie"
|
||||||
|
|
||||||
#: ../../include/nav.php:80 ../../include/nav.php:135
|
#: ../../include/nav.php:84 ../../include/nav.php:142
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Home"
|
msgstr "Home"
|
||||||
|
|
||||||
#: ../../include/nav.php:80
|
#: ../../include/nav.php:84
|
||||||
msgid "Your posts and conversations"
|
msgid "Your posts and conversations"
|
||||||
msgstr "Jouw berichten en conversaties"
|
msgstr "Jouw berichten en conversaties"
|
||||||
|
|
||||||
#: ../../include/nav.php:81 ../../include/conversation.php:940
|
#: ../../include/nav.php:85 ../../include/conversation.php:940
|
||||||
#: ../../mod/connedit.php:351 ../../mod/connedit.php:465
|
#: ../../mod/connedit.php:351 ../../mod/connedit.php:465
|
||||||
msgid "View Profile"
|
msgid "View Profile"
|
||||||
msgstr "Profiel weergeven"
|
msgstr "Profiel weergeven"
|
||||||
|
|
||||||
#: ../../include/nav.php:81
|
#: ../../include/nav.php:85
|
||||||
msgid "Your profile page"
|
msgid "Your profile page"
|
||||||
msgstr "Jouw profielpagina"
|
msgstr "Jouw profielpagina"
|
||||||
|
|
||||||
#: ../../include/nav.php:83
|
#: ../../include/nav.php:87
|
||||||
msgid "Edit Profiles"
|
msgid "Edit Profiles"
|
||||||
msgstr "Bewerk profielen"
|
msgstr "Bewerk profielen"
|
||||||
|
|
||||||
#: ../../include/nav.php:83
|
#: ../../include/nav.php:87
|
||||||
msgid "Manage/Edit profiles"
|
msgid "Manage/Edit profiles"
|
||||||
msgstr "Beheer/wijzig profielen"
|
msgstr "Beheer/wijzig profielen"
|
||||||
|
|
||||||
#: ../../include/nav.php:84 ../../include/conversation.php:1512
|
#: ../../include/nav.php:89 ../../include/identity.php:699
|
||||||
|
msgid "Edit Profile"
|
||||||
|
msgstr "Profiel bewerken"
|
||||||
|
|
||||||
|
#: ../../include/nav.php:89
|
||||||
|
msgid "Edit your profile"
|
||||||
|
msgstr "Jouw profiel bewerken"
|
||||||
|
|
||||||
|
#: ../../include/nav.php:91 ../../include/conversation.php:1512
|
||||||
#: ../../include/apps.php:134 ../../mod/fbrowser.php:25
|
#: ../../include/apps.php:134 ../../mod/fbrowser.php:25
|
||||||
msgid "Photos"
|
msgid "Photos"
|
||||||
msgstr "Foto's"
|
msgstr "Foto's"
|
||||||
|
|
||||||
#: ../../include/nav.php:84
|
#: ../../include/nav.php:91
|
||||||
msgid "Your photos"
|
msgid "Your photos"
|
||||||
msgstr "Jouw foto's"
|
msgstr "Jouw foto's"
|
||||||
|
|
||||||
#: ../../include/nav.php:85 ../../include/reddav.php:1280
|
#: ../../include/nav.php:92 ../../include/reddav.php:1280
|
||||||
#: ../../include/conversation.php:1521 ../../include/apps.php:130
|
#: ../../include/conversation.php:1521 ../../include/apps.php:130
|
||||||
#: ../../mod/fbrowser.php:114
|
#: ../../mod/fbrowser.php:114
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Bestanden"
|
msgstr "Bestanden"
|
||||||
|
|
||||||
#: ../../include/nav.php:85
|
#: ../../include/nav.php:92
|
||||||
msgid "Your files"
|
msgid "Your files"
|
||||||
msgstr "Jouw bestanden"
|
msgstr "Jouw bestanden"
|
||||||
|
|
||||||
#: ../../include/nav.php:90 ../../include/apps.php:141
|
#: ../../include/nav.php:97 ../../include/apps.php:141
|
||||||
msgid "Chat"
|
msgid "Chat"
|
||||||
msgstr "Chatten"
|
msgstr "Chatten"
|
||||||
|
|
||||||
#: ../../include/nav.php:90
|
#: ../../include/nav.php:97
|
||||||
msgid "Your chatrooms"
|
msgid "Your chatrooms"
|
||||||
msgstr "Jouw chatkanalen"
|
msgstr "Jouw chatkanalen"
|
||||||
|
|
||||||
#: ../../include/nav.php:93 ../../include/conversation.php:1543
|
#: ../../include/nav.php:100 ../../include/conversation.php:1543
|
||||||
#: ../../include/apps.php:124
|
#: ../../include/apps.php:124
|
||||||
msgid "Bookmarks"
|
msgid "Bookmarks"
|
||||||
msgstr "Bladwijzers"
|
msgstr "Bladwijzers"
|
||||||
|
|
||||||
#: ../../include/nav.php:93
|
#: ../../include/nav.php:100
|
||||||
msgid "Your bookmarks"
|
msgid "Your bookmarks"
|
||||||
msgstr "Jouw bladwijzers"
|
msgstr "Jouw bladwijzers"
|
||||||
|
|
||||||
#: ../../include/nav.php:95 ../../include/conversation.php:1554
|
#: ../../include/nav.php:102 ../../include/conversation.php:1554
|
||||||
#: ../../include/apps.php:131 ../../mod/webpages.php:79
|
#: ../../include/apps.php:131 ../../mod/webpages.php:79
|
||||||
msgid "Webpages"
|
msgid "Webpages"
|
||||||
msgstr "Webpagina's"
|
msgstr "Webpagina's"
|
||||||
|
|
||||||
#: ../../include/nav.php:95
|
#: ../../include/nav.php:102
|
||||||
msgid "Your webpages"
|
msgid "Your webpages"
|
||||||
msgstr "Jouw webpagina's"
|
msgstr "Jouw webpagina's"
|
||||||
|
|
||||||
#: ../../include/nav.php:99 ../../include/apps.php:126 ../../boot.php:1488
|
#: ../../include/nav.php:106 ../../include/apps.php:126 ../../boot.php:1488
|
||||||
msgid "Login"
|
msgid "Login"
|
||||||
msgstr "Inloggen"
|
msgstr "Inloggen"
|
||||||
|
|
||||||
#: ../../include/nav.php:99
|
#: ../../include/nav.php:106
|
||||||
msgid "Sign in"
|
msgid "Sign in"
|
||||||
msgstr "Inloggen"
|
msgstr "Inloggen"
|
||||||
|
|
||||||
#: ../../include/nav.php:116
|
#: ../../include/nav.php:123
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s - click to logout"
|
msgid "%s - click to logout"
|
||||||
msgstr "%s - klik om uit te loggen"
|
msgstr "%s - klik om uit te loggen"
|
||||||
|
|
||||||
#: ../../include/nav.php:121
|
#: ../../include/nav.php:128
|
||||||
msgid "Click to authenticate to your home hub"
|
msgid "Click to authenticate to your home hub"
|
||||||
msgstr "Klik om jezelf te authenticeren via jouw eigen RedMatrix-hub"
|
msgstr "Klik om jezelf te authenticeren via jouw eigen RedMatrix-hub"
|
||||||
|
|
||||||
#: ../../include/nav.php:135
|
#: ../../include/nav.php:142
|
||||||
msgid "Home Page"
|
msgid "Home Page"
|
||||||
msgstr "Homepage"
|
msgstr "Homepage"
|
||||||
|
|
||||||
#: ../../include/nav.php:139 ../../mod/register.php:221 ../../boot.php:1464
|
#: ../../include/nav.php:146 ../../mod/register.php:221 ../../boot.php:1464
|
||||||
msgid "Register"
|
msgid "Register"
|
||||||
msgstr "Registreren "
|
msgstr "Registreren "
|
||||||
|
|
||||||
#: ../../include/nav.php:139
|
#: ../../include/nav.php:146
|
||||||
msgid "Create an account"
|
msgid "Create an account"
|
||||||
msgstr "Maak een account aan"
|
msgstr "Maak een account aan"
|
||||||
|
|
||||||
#: ../../include/nav.php:144 ../../include/apps.php:137 ../../mod/help.php:60
|
#: ../../include/nav.php:151 ../../include/apps.php:137 ../../mod/help.php:60
|
||||||
#: ../../mod/help.php:65
|
#: ../../mod/help.php:65
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr "Hulp"
|
msgstr "Hulp"
|
||||||
|
|
||||||
#: ../../include/nav.php:144
|
#: ../../include/nav.php:151
|
||||||
msgid "Help and documentation"
|
msgid "Help and documentation"
|
||||||
msgstr "Hulp en documentatie"
|
msgstr "Hulp en documentatie"
|
||||||
|
|
||||||
#: ../../include/nav.php:147 ../../include/widgets.php:79
|
#: ../../include/nav.php:154 ../../include/widgets.php:79
|
||||||
#: ../../mod/apps.php:33
|
#: ../../mod/apps.php:33
|
||||||
msgid "Apps"
|
msgid "Apps"
|
||||||
msgstr "Apps"
|
msgstr "Apps"
|
||||||
|
|
||||||
#: ../../include/nav.php:147
|
#: ../../include/nav.php:154
|
||||||
msgid "Applications, utilities, links, games"
|
msgid "Applications, utilities, links, games"
|
||||||
msgstr "Apps"
|
msgstr "Apps"
|
||||||
|
|
||||||
#: ../../include/nav.php:149
|
#: ../../include/nav.php:156
|
||||||
msgid "Search site content"
|
msgid "Search site content"
|
||||||
msgstr "Inhoud van deze RedMatrix-hub doorzoeken"
|
msgstr "Inhoud van deze RedMatrix-hub doorzoeken"
|
||||||
|
|
||||||
#: ../../include/nav.php:152 ../../include/apps.php:136
|
#: ../../include/nav.php:159 ../../include/apps.php:136
|
||||||
#: ../../mod/directory.php:210
|
#: ../../mod/directory.php:218
|
||||||
msgid "Directory"
|
msgid "Directory"
|
||||||
msgstr "Gids"
|
msgstr "Gids"
|
||||||
|
|
||||||
#: ../../include/nav.php:152
|
#: ../../include/nav.php:159
|
||||||
msgid "Channel Locator"
|
msgid "Channel Locator"
|
||||||
msgstr "Kanalengids"
|
msgstr "Kanalengids"
|
||||||
|
|
||||||
#: ../../include/nav.php:163 ../../include/apps.php:128
|
#: ../../include/nav.php:170 ../../include/apps.php:128
|
||||||
msgid "Matrix"
|
msgid "Matrix"
|
||||||
msgstr "Matrix"
|
msgstr "Matrix"
|
||||||
|
|
||||||
#: ../../include/nav.php:163
|
#: ../../include/nav.php:170
|
||||||
msgid "Your matrix"
|
msgid "Your matrix"
|
||||||
msgstr "Jouw matrix"
|
msgstr "Jouw matrix"
|
||||||
|
|
||||||
#: ../../include/nav.php:164
|
#: ../../include/nav.php:171
|
||||||
msgid "Mark all matrix notifications seen"
|
msgid "Mark all matrix notifications seen"
|
||||||
msgstr "Markeer alle matrixnotificaties als bekeken"
|
msgstr "Markeer alle matrixnotificaties als bekeken"
|
||||||
|
|
||||||
#: ../../include/nav.php:166 ../../include/apps.php:132
|
#: ../../include/nav.php:173 ../../include/apps.php:132
|
||||||
msgid "Channel Home"
|
msgid "Channel Home"
|
||||||
msgstr "Tijdlijn kanaal"
|
msgstr "Tijdlijn kanaal"
|
||||||
|
|
||||||
#: ../../include/nav.php:166
|
#: ../../include/nav.php:173
|
||||||
msgid "Channel home"
|
msgid "Channel home"
|
||||||
msgstr "Tijdlijn kanaal"
|
msgstr "Tijdlijn kanaal"
|
||||||
|
|
||||||
#: ../../include/nav.php:167
|
#: ../../include/nav.php:174
|
||||||
msgid "Mark all channel notifications seen"
|
msgid "Mark all channel notifications seen"
|
||||||
msgstr "Alle kanaalnotificaties als gelezen markeren"
|
msgstr "Alle kanaalnotificaties als gelezen markeren"
|
||||||
|
|
||||||
#: ../../include/nav.php:170 ../../mod/connections.php:386
|
#: ../../include/nav.php:177 ../../mod/connections.php:386
|
||||||
msgid "Connections"
|
msgid "Connections"
|
||||||
msgstr "Connecties"
|
msgstr "Connecties"
|
||||||
|
|
||||||
#: ../../include/nav.php:173
|
#: ../../include/nav.php:180
|
||||||
msgid "Notices"
|
msgid "Notices"
|
||||||
msgstr "Notificaties"
|
msgstr "Notificaties"
|
||||||
|
|
||||||
#: ../../include/nav.php:173
|
#: ../../include/nav.php:180
|
||||||
msgid "Notifications"
|
msgid "Notifications"
|
||||||
msgstr "Notificaties"
|
msgstr "Notificaties"
|
||||||
|
|
||||||
#: ../../include/nav.php:174
|
#: ../../include/nav.php:181
|
||||||
msgid "See all notifications"
|
msgid "See all notifications"
|
||||||
msgstr "Alle notificaties weergeven"
|
msgstr "Alle notificaties weergeven"
|
||||||
|
|
||||||
#: ../../include/nav.php:175 ../../mod/notifications.php:99
|
#: ../../include/nav.php:182 ../../mod/notifications.php:99
|
||||||
msgid "Mark all system notifications seen"
|
msgid "Mark all system notifications seen"
|
||||||
msgstr "Markeer alle systeemnotificaties als bekeken"
|
msgstr "Markeer alle systeemnotificaties als bekeken"
|
||||||
|
|
||||||
#: ../../include/nav.php:177 ../../include/apps.php:138
|
#: ../../include/nav.php:184 ../../include/apps.php:138
|
||||||
msgid "Mail"
|
msgid "Mail"
|
||||||
msgstr "Privéberichten"
|
msgstr "Privéberichten"
|
||||||
|
|
||||||
#: ../../include/nav.php:177
|
#: ../../include/nav.php:184
|
||||||
msgid "Private mail"
|
msgid "Private mail"
|
||||||
msgstr "Privéberichten"
|
msgstr "Privéberichten"
|
||||||
|
|
||||||
#: ../../include/nav.php:178
|
#: ../../include/nav.php:185
|
||||||
msgid "See all private messages"
|
msgid "See all private messages"
|
||||||
msgstr "Alle privéberichten weergeven"
|
msgstr "Alle privéberichten weergeven"
|
||||||
|
|
||||||
#: ../../include/nav.php:179
|
#: ../../include/nav.php:186
|
||||||
msgid "Mark all private messages seen"
|
msgid "Mark all private messages seen"
|
||||||
msgstr "Markeer alle privéberichten als bekeken"
|
msgstr "Markeer alle privéberichten als bekeken"
|
||||||
|
|
||||||
#: ../../include/nav.php:180
|
#: ../../include/nav.php:187
|
||||||
msgid "Inbox"
|
msgid "Inbox"
|
||||||
msgstr "Postvak IN"
|
msgstr "Postvak IN"
|
||||||
|
|
||||||
#: ../../include/nav.php:181
|
#: ../../include/nav.php:188
|
||||||
msgid "Outbox"
|
msgid "Outbox"
|
||||||
msgstr "Postvak UIT"
|
msgstr "Postvak UIT"
|
||||||
|
|
||||||
#: ../../include/nav.php:182 ../../include/widgets.php:536
|
#: ../../include/nav.php:189 ../../include/widgets.php:536
|
||||||
msgid "New Message"
|
msgid "New Message"
|
||||||
msgstr "Nieuw bericht"
|
msgstr "Nieuw bericht"
|
||||||
|
|
||||||
#: ../../include/nav.php:185 ../../include/apps.php:135
|
#: ../../include/nav.php:192 ../../include/apps.php:135
|
||||||
#: ../../mod/events.php:396
|
#: ../../mod/events.php:396
|
||||||
msgid "Events"
|
msgid "Events"
|
||||||
msgstr "Gebeurtenissen"
|
msgstr "Gebeurtenissen"
|
||||||
|
|
||||||
#: ../../include/nav.php:185
|
#: ../../include/nav.php:192
|
||||||
msgid "Event Calendar"
|
msgid "Event Calendar"
|
||||||
msgstr "Agenda"
|
msgstr "Agenda"
|
||||||
|
|
||||||
#: ../../include/nav.php:186
|
#: ../../include/nav.php:193
|
||||||
msgid "See all events"
|
msgid "See all events"
|
||||||
msgstr "Alle gebeurtenissen weergeven"
|
msgstr "Alle gebeurtenissen weergeven"
|
||||||
|
|
||||||
#: ../../include/nav.php:187
|
#: ../../include/nav.php:194
|
||||||
msgid "Mark all events seen"
|
msgid "Mark all events seen"
|
||||||
msgstr "Markeer alle gebeurtenissen als bekeken"
|
msgstr "Markeer alle gebeurtenissen als bekeken"
|
||||||
|
|
||||||
#: ../../include/nav.php:189 ../../include/apps.php:127
|
#: ../../include/nav.php:196 ../../include/apps.php:127
|
||||||
msgid "Channel Select"
|
msgid "Channel Select"
|
||||||
msgstr "Kanaalkiezer"
|
msgstr "Kanaalkiezer"
|
||||||
|
|
||||||
#: ../../include/nav.php:189
|
#: ../../include/nav.php:196
|
||||||
msgid "Manage Your Channels"
|
msgid "Manage Your Channels"
|
||||||
msgstr "Beheer je kanalen"
|
msgstr "Beheer je kanalen"
|
||||||
|
|
||||||
#: ../../include/nav.php:191 ../../include/apps.php:129
|
#: ../../include/nav.php:198 ../../include/apps.php:129
|
||||||
#: ../../include/widgets.php:514 ../../mod/admin.php:978
|
#: ../../include/widgets.php:514 ../../mod/admin.php:978
|
||||||
#: ../../mod/admin.php:1183
|
#: ../../mod/admin.php:1183
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Instellingen"
|
msgstr "Instellingen"
|
||||||
|
|
||||||
#: ../../include/nav.php:191
|
#: ../../include/nav.php:198
|
||||||
msgid "Account/Channel Settings"
|
msgid "Account/Channel Settings"
|
||||||
msgstr "Account-/kanaal-instellingen"
|
msgstr "Account-/kanaal-instellingen"
|
||||||
|
|
||||||
#: ../../include/nav.php:199 ../../mod/admin.php:117
|
#: ../../include/nav.php:206 ../../mod/admin.php:117
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "Beheer"
|
msgstr "Beheer"
|
||||||
|
|
||||||
#: ../../include/nav.php:199
|
#: ../../include/nav.php:206
|
||||||
msgid "Site Setup and Configuration"
|
msgid "Site Setup and Configuration"
|
||||||
msgstr "Hub instellen en beheren"
|
msgstr "Hub instellen en beheren"
|
||||||
|
|
||||||
#: ../../include/nav.php:224
|
#: ../../include/nav.php:231
|
||||||
msgid "Nothing new here"
|
msgid "Nothing new here"
|
||||||
msgstr "Niets nieuw hier"
|
msgstr "Niets nieuw hier"
|
||||||
|
|
||||||
#: ../../include/nav.php:228
|
#: ../../include/nav.php:235
|
||||||
msgid "Please wait..."
|
msgid "Please wait..."
|
||||||
msgstr "Wachten aub..."
|
msgstr "Wachten aub..."
|
||||||
|
|
||||||
@ -1168,7 +1176,7 @@ msgid "Examples: Robert Morgenstein, Fishing"
|
|||||||
msgstr "Voorbeeld: Robert Morgenstein, vissen"
|
msgstr "Voorbeeld: Robert Morgenstein, vissen"
|
||||||
|
|
||||||
#: ../../include/contact_widgets.php:26 ../../mod/connections.php:392
|
#: ../../include/contact_widgets.php:26 ../../mod/connections.php:392
|
||||||
#: ../../mod/directory.php:206 ../../mod/directory.php:211
|
#: ../../mod/directory.php:214 ../../mod/directory.php:219
|
||||||
msgid "Find"
|
msgid "Find"
|
||||||
msgstr "Vinden"
|
msgstr "Vinden"
|
||||||
|
|
||||||
@ -1351,7 +1359,7 @@ msgstr "Red Matrix-notificatie"
|
|||||||
|
|
||||||
#: ../../include/enotify.php:42
|
#: ../../include/enotify.php:42
|
||||||
msgid "redmatrix"
|
msgid "redmatrix"
|
||||||
msgstr "redmatrix"
|
msgstr "RedMatrix"
|
||||||
|
|
||||||
#: ../../include/enotify.php:44
|
#: ../../include/enotify.php:44
|
||||||
msgid "Thank You,"
|
msgid "Thank You,"
|
||||||
@ -1739,7 +1747,7 @@ msgstr "Foto's weergeven"
|
|||||||
|
|
||||||
#: ../../include/conversation.php:942
|
#: ../../include/conversation.php:942
|
||||||
msgid "Matrix Activity"
|
msgid "Matrix Activity"
|
||||||
msgstr "Activiteit in de matrix"
|
msgstr "Activiteit in de Matrix"
|
||||||
|
|
||||||
#: ../../include/conversation.php:943
|
#: ../../include/conversation.php:943
|
||||||
msgid "Edit Contact"
|
msgid "Edit Contact"
|
||||||
@ -2208,7 +2216,7 @@ msgstr "Verwantschapsfilter"
|
|||||||
|
|
||||||
#: ../../include/features.php:56
|
#: ../../include/features.php:56
|
||||||
msgid "Filter stream activity by depth of relationships"
|
msgid "Filter stream activity by depth of relationships"
|
||||||
msgstr "Filter wat je in de matrix ziet op goed je iemand kent of mag"
|
msgstr "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag"
|
||||||
|
|
||||||
#: ../../include/features.php:57
|
#: ../../include/features.php:57
|
||||||
msgid "Suggest Channels"
|
msgid "Suggest Channels"
|
||||||
@ -2341,7 +2349,7 @@ msgstr "Kanalen die zich in geen enkele collectie bevinden"
|
|||||||
msgid "add"
|
msgid "add"
|
||||||
msgstr "toevoegen"
|
msgstr "toevoegen"
|
||||||
|
|
||||||
#: ../../include/identity.php:30 ../../mod/item.php:1280
|
#: ../../include/identity.php:30 ../../mod/item.php:1289
|
||||||
msgid "Unable to obtain identity information from database"
|
msgid "Unable to obtain identity information from database"
|
||||||
msgstr "Niet in staat om identiteitsinformatie uit de database te verkrijgen"
|
msgstr "Niet in staat om identiteitsinformatie uit de database te verkrijgen"
|
||||||
|
|
||||||
@ -2417,10 +2425,6 @@ msgstr "Profielen beheren/bewerken"
|
|||||||
msgid "Create New Profile"
|
msgid "Create New Profile"
|
||||||
msgstr "Nieuw profiel aanmaken"
|
msgstr "Nieuw profiel aanmaken"
|
||||||
|
|
||||||
#: ../../include/identity.php:699
|
|
||||||
msgid "Edit Profile"
|
|
||||||
msgstr "Profiel bewerken"
|
|
||||||
|
|
||||||
#: ../../include/identity.php:710 ../../mod/profiles.php:624
|
#: ../../include/identity.php:710 ../../mod/profiles.php:624
|
||||||
msgid "Profile Image"
|
msgid "Profile Image"
|
||||||
msgstr "Profielfoto"
|
msgstr "Profielfoto"
|
||||||
@ -2526,7 +2530,7 @@ msgstr "Seksuele voorkeur:"
|
|||||||
|
|
||||||
#: ../../include/identity.php:1009 ../../mod/profiles.php:537
|
#: ../../include/identity.php:1009 ../../mod/profiles.php:537
|
||||||
msgid "Hometown:"
|
msgid "Hometown:"
|
||||||
msgstr "Woonplaats:"
|
msgstr "Oorspronkelijk uit:"
|
||||||
|
|
||||||
#: ../../include/identity.php:1011
|
#: ../../include/identity.php:1011
|
||||||
msgid "Tags:"
|
msgid "Tags:"
|
||||||
@ -2594,7 +2598,7 @@ msgstr "School/opleiding:"
|
|||||||
|
|
||||||
#: ../../include/identity.php:1052
|
#: ../../include/identity.php:1052
|
||||||
msgid "Like this thing"
|
msgid "Like this thing"
|
||||||
msgstr "Vind dit object leuk"
|
msgstr "Vind dit ding leuk"
|
||||||
|
|
||||||
#: ../../include/network.php:652
|
#: ../../include/network.php:652
|
||||||
msgid "view full size"
|
msgid "view full size"
|
||||||
@ -3336,11 +3340,11 @@ msgstr "Vraag het me"
|
|||||||
msgid "Logged out."
|
msgid "Logged out."
|
||||||
msgstr "Uitgelogd."
|
msgstr "Uitgelogd."
|
||||||
|
|
||||||
#: ../../include/auth.php:209
|
#: ../../include/auth.php:236
|
||||||
msgid "Failed authentication"
|
msgid "Failed authentication"
|
||||||
msgstr "Mislukte authenticatie"
|
msgstr "Mislukte authenticatie"
|
||||||
|
|
||||||
#: ../../include/auth.php:224 ../../mod/openid.php:188
|
#: ../../include/auth.php:251 ../../mod/openid.php:188
|
||||||
msgid "Login failed."
|
msgid "Login failed."
|
||||||
msgstr "Inloggen mislukt."
|
msgstr "Inloggen mislukt."
|
||||||
|
|
||||||
@ -3354,32 +3358,32 @@ msgstr "Toegang geweigerd"
|
|||||||
msgid "(Unknown)"
|
msgid "(Unknown)"
|
||||||
msgstr "(Onbekend)"
|
msgstr "(Onbekend)"
|
||||||
|
|
||||||
#: ../../include/items.php:3600 ../../mod/home.php:67 ../../mod/display.php:32
|
#: ../../include/items.php:3602 ../../mod/home.php:67 ../../mod/display.php:32
|
||||||
#: ../../mod/filestorage.php:18 ../../mod/admin.php:159
|
#: ../../mod/filestorage.php:18 ../../mod/admin.php:159
|
||||||
#: ../../mod/admin.php:923 ../../mod/admin.php:1126 ../../mod/thing.php:78
|
#: ../../mod/admin.php:923 ../../mod/admin.php:1126 ../../mod/thing.php:78
|
||||||
#: ../../mod/viewsrc.php:18
|
#: ../../mod/viewsrc.php:18
|
||||||
msgid "Item not found."
|
msgid "Item not found."
|
||||||
msgstr "Item niet gevonden."
|
msgstr "Item niet gevonden."
|
||||||
|
|
||||||
#: ../../include/items.php:4033 ../../mod/group.php:38 ../../mod/group.php:140
|
#: ../../include/items.php:4035 ../../mod/group.php:38 ../../mod/group.php:140
|
||||||
msgid "Collection not found."
|
msgid "Collection not found."
|
||||||
msgstr "Collectie niet gevonden."
|
msgstr "Collectie niet gevonden."
|
||||||
|
|
||||||
#: ../../include/items.php:4048
|
#: ../../include/items.php:4050
|
||||||
msgid "Collection is empty."
|
msgid "Collection is empty."
|
||||||
msgstr "Collectie is leeg"
|
msgstr "Collectie is leeg"
|
||||||
|
|
||||||
#: ../../include/items.php:4055
|
#: ../../include/items.php:4057
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Collection: %s"
|
msgid "Collection: %s"
|
||||||
msgstr "Collectie: %s"
|
msgstr "Collectie: %s"
|
||||||
|
|
||||||
#: ../../include/items.php:4066
|
#: ../../include/items.php:4068
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Connection: %s"
|
msgid "Connection: %s"
|
||||||
msgstr "Connectie: %s"
|
msgstr "Connectie: %s"
|
||||||
|
|
||||||
#: ../../include/items.php:4069
|
#: ../../include/items.php:4071
|
||||||
msgid "Connection not found."
|
msgid "Connection not found."
|
||||||
msgstr "Connectie niet gevonden."
|
msgstr "Connectie niet gevonden."
|
||||||
|
|
||||||
@ -4452,7 +4456,7 @@ msgstr "Profielen bewerken/beheren"
|
|||||||
|
|
||||||
#: ../../mod/profiles.php:610
|
#: ../../mod/profiles.php:610
|
||||||
msgid "Add profile things"
|
msgid "Add profile things"
|
||||||
msgstr "Profiel-objecten toevoegen"
|
msgstr "Dingen aan je profiel toevoegen"
|
||||||
|
|
||||||
#: ../../mod/profiles.php:611
|
#: ../../mod/profiles.php:611
|
||||||
msgid "Include desirable objects in your profile"
|
msgid "Include desirable objects in your profile"
|
||||||
@ -4501,7 +4505,7 @@ msgid ""
|
|||||||
"in the matrix as a whole. Some sites may require subscription or provide "
|
"in the matrix as a whole. Some sites may require subscription or provide "
|
||||||
"tiered service plans. The provider links <strong>may</strong> provide "
|
"tiered service plans. The provider links <strong>may</strong> provide "
|
||||||
"additional details."
|
"additional details."
|
||||||
msgstr "Op de hier weergegeven hubs kan iedereen zich voor de Red Matrix aanmelden. Alle hubs in de matrix zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven."
|
msgstr "Op de hier weergegeven hubs kan iedereen zich voor de RedMatrix aanmelden. Alle hubs in de Matrix zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven."
|
||||||
|
|
||||||
#: ../../mod/pubsites.php:25
|
#: ../../mod/pubsites.php:25
|
||||||
msgid "Site URL"
|
msgid "Site URL"
|
||||||
@ -5263,19 +5267,19 @@ msgstr "Openbare toegang geweigerd."
|
|||||||
msgid "Gender: "
|
msgid "Gender: "
|
||||||
msgstr "Geslacht:"
|
msgstr "Geslacht:"
|
||||||
|
|
||||||
#: ../../mod/directory.php:207
|
#: ../../mod/directory.php:215
|
||||||
msgid "Finding:"
|
msgid "Finding:"
|
||||||
msgstr "Gezocht naar:"
|
msgstr "Gezocht naar:"
|
||||||
|
|
||||||
#: ../../mod/directory.php:215
|
#: ../../mod/directory.php:222
|
||||||
msgid "next page"
|
msgid "next page"
|
||||||
msgstr "volgende pagina"
|
msgstr "volgende pagina"
|
||||||
|
|
||||||
#: ../../mod/directory.php:215
|
#: ../../mod/directory.php:222
|
||||||
msgid "previous page"
|
msgid "previous page"
|
||||||
msgstr "vorige pagina"
|
msgstr "vorige pagina"
|
||||||
|
|
||||||
#: ../../mod/directory.php:222
|
#: ../../mod/directory.php:231
|
||||||
msgid "No entries (some entries may be hidden)."
|
msgid "No entries (some entries may be hidden)."
|
||||||
msgstr "Niets gevonden (sommige kanalen kunnen verborgen zijn)."
|
msgstr "Niets gevonden (sommige kanalen kunnen verborgen zijn)."
|
||||||
|
|
||||||
@ -5293,7 +5297,7 @@ msgstr "Homepage: "
|
|||||||
|
|
||||||
#: ../../mod/dirprofile.php:112
|
#: ../../mod/dirprofile.php:112
|
||||||
msgid "Hometown: "
|
msgid "Hometown: "
|
||||||
msgstr "Woonplaats: "
|
msgstr "Oorspronkelijk uit: "
|
||||||
|
|
||||||
#: ../../mod/dirprofile.php:114
|
#: ../../mod/dirprofile.php:114
|
||||||
msgid "About: "
|
msgid "About: "
|
||||||
@ -6823,7 +6827,7 @@ msgstr "Logniveau"
|
|||||||
|
|
||||||
#: ../../mod/thing.php:98
|
#: ../../mod/thing.php:98
|
||||||
msgid "Thing updated"
|
msgid "Thing updated"
|
||||||
msgstr "Objekt bijgewerkt"
|
msgstr "Ding bijgewerkt"
|
||||||
|
|
||||||
#: ../../mod/thing.php:158
|
#: ../../mod/thing.php:158
|
||||||
msgid "Object store: failed"
|
msgid "Object store: failed"
|
||||||
@ -6831,7 +6835,7 @@ msgstr "Opslaan object mislukt"
|
|||||||
|
|
||||||
#: ../../mod/thing.php:162
|
#: ../../mod/thing.php:162
|
||||||
msgid "Thing added"
|
msgid "Thing added"
|
||||||
msgstr "Object toegevoegd"
|
msgstr "Ding toegevoegd"
|
||||||
|
|
||||||
#: ../../mod/thing.php:182
|
#: ../../mod/thing.php:182
|
||||||
#, php-format
|
#, php-format
|
||||||
@ -6840,7 +6844,7 @@ msgstr "OBJ: %1$s %2$s %3$s"
|
|||||||
|
|
||||||
#: ../../mod/thing.php:234
|
#: ../../mod/thing.php:234
|
||||||
msgid "Show Thing"
|
msgid "Show Thing"
|
||||||
msgstr "Object weergeven"
|
msgstr "Ding weergeven"
|
||||||
|
|
||||||
#: ../../mod/thing.php:241
|
#: ../../mod/thing.php:241
|
||||||
msgid "item not found."
|
msgid "item not found."
|
||||||
@ -6848,7 +6852,7 @@ msgstr "Item niet gevonden"
|
|||||||
|
|
||||||
#: ../../mod/thing.php:272
|
#: ../../mod/thing.php:272
|
||||||
msgid "Edit Thing"
|
msgid "Edit Thing"
|
||||||
msgstr "Object bewerken"
|
msgstr "Ding bewerken"
|
||||||
|
|
||||||
#: ../../mod/thing.php:274 ../../mod/thing.php:321
|
#: ../../mod/thing.php:274 ../../mod/thing.php:321
|
||||||
msgid "Select a profile"
|
msgid "Select a profile"
|
||||||
@ -6864,19 +6868,19 @@ msgstr "Toont dit alleen aan diegene die het gekozen profiel mogen zien."
|
|||||||
|
|
||||||
#: ../../mod/thing.php:280 ../../mod/thing.php:326
|
#: ../../mod/thing.php:280 ../../mod/thing.php:326
|
||||||
msgid "Name of thing e.g. something"
|
msgid "Name of thing e.g. something"
|
||||||
msgstr "Naam van object."
|
msgstr "Naam van ding"
|
||||||
|
|
||||||
#: ../../mod/thing.php:282 ../../mod/thing.php:327
|
#: ../../mod/thing.php:282 ../../mod/thing.php:327
|
||||||
msgid "URL of thing (optional)"
|
msgid "URL of thing (optional)"
|
||||||
msgstr "URL van object (optioneel)"
|
msgstr "URL van ding (optioneel)"
|
||||||
|
|
||||||
#: ../../mod/thing.php:284 ../../mod/thing.php:328
|
#: ../../mod/thing.php:284 ../../mod/thing.php:328
|
||||||
msgid "URL for photo of thing (optional)"
|
msgid "URL for photo of thing (optional)"
|
||||||
msgstr "URL van objectfoto (optioneel)"
|
msgstr "URL van foto van ding (optioneel)"
|
||||||
|
|
||||||
#: ../../mod/thing.php:319
|
#: ../../mod/thing.php:319
|
||||||
msgid "Add Thing to your Profile"
|
msgid "Add Thing to your Profile"
|
||||||
msgstr "Object aan je profiel toevoegen"
|
msgstr "Ding aan je profiel toevoegen"
|
||||||
|
|
||||||
#: ../../mod/import.php:36
|
#: ../../mod/import.php:36
|
||||||
msgid "Nothing to import."
|
msgid "Nothing to import."
|
||||||
@ -7048,12 +7052,12 @@ msgstr "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal."
|
|||||||
msgid "System error. Post not saved."
|
msgid "System error. Post not saved."
|
||||||
msgstr "Systeemfout. Bericht niet opgeslagen."
|
msgstr "Systeemfout. Bericht niet opgeslagen."
|
||||||
|
|
||||||
#: ../../mod/item.php:1285
|
#: ../../mod/item.php:1294
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "You have reached your limit of %1$.0f top level posts."
|
msgid "You have reached your limit of %1$.0f top level posts."
|
||||||
msgstr "Je hebt jouw limiet van %1$.0f berichten bereikt."
|
msgstr "Je hebt jouw limiet van %1$.0f berichten bereikt."
|
||||||
|
|
||||||
#: ../../mod/item.php:1291
|
#: ../../mod/item.php:1300
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "You have reached your limit of %1$.0f webpages."
|
msgid "You have reached your limit of %1$.0f webpages."
|
||||||
msgstr "Je hebt jouw limiet van %1$.0f webpagina's bereikt."
|
msgstr "Je hebt jouw limiet van %1$.0f webpagina's bereikt."
|
||||||
@ -7091,7 +7095,7 @@ msgstr "Ongeldig verzoek"
|
|||||||
|
|
||||||
#: ../../mod/like.php:119
|
#: ../../mod/like.php:119
|
||||||
msgid "thing"
|
msgid "thing"
|
||||||
msgstr "object"
|
msgstr "ding"
|
||||||
|
|
||||||
#: ../../mod/like.php:165
|
#: ../../mod/like.php:165
|
||||||
msgid "Channel unavailable."
|
msgid "Channel unavailable."
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
(English below)
|
|
||||||
|
|
||||||
Er is met dit e-mailadres een account aangemaakt op {{$sitename}}.
|
Er is met dit e-mailadres een account aangemaakt op {{$sitename}}.
|
||||||
De inloggegevens zijn als volgt:
|
De inloggegevens zijn als volgt:
|
||||||
@ -7,30 +6,14 @@ Hub: {{$siteurl}}
|
|||||||
Inlognaam: {{$email}}
|
Inlognaam: {{$email}}
|
||||||
Wachtwoord: (het wachtwoord dat je tijdens de registratie hebt opgegeven)
|
Wachtwoord: (het wachtwoord dat je tijdens de registratie hebt opgegeven)
|
||||||
|
|
||||||
Wanneer dit account was aangemaakt zonder jouw medeweten en tevens niet gewenst, dan kan je {{$siteurl}} bezoeken en een nieuwe wachtwoord aanvragen. Je kan daarna inloggen en via 'instellingen > account' het kanaal verwijderen dat ten onrechte jouw e-mailadres gebruikt. Wanneer dat is voltooid, dan kan je een e-mail sturen naar de beheerder van deze hub om het account volledig te laten verwijderen. Zie voor de beheerder {{$siteurl}}/siteinfo .
|
Wanneer dit account was aangemaakt zonder jouw medeweten en tevens niet gewenst, dan kan je
|
||||||
|
bezoeken en een nieuwe wachtwoord aanvragen. Je kan daarna inloggen en via 'instellingen > kanaal' (onderaan)
|
||||||
|
het kanaal verwijderen dat ten onrechte jouw e-mailadres gebruikt. Wanneer dat is voltooid, je een e-mail sturen naar de beheerder van deze hub om het account volledig te laten verwijderen.
|
||||||
|
Zie voor de beheerder {{$siteurl}}/siteinfo . Excuses voor het ongemak.
|
||||||
|
|
||||||
Hoogachtend,
|
Dank je en welkom op
|
||||||
|
|
||||||
|
Vriendelijke groet,
|
||||||
Beheerder {{$sitename}}
|
Beheerder {{$sitename}}
|
||||||
|
|
||||||
|
|
||||||
-----
|
|
||||||
|
|
||||||
|
|
||||||
An account has been created at {{$sitename}} for this email address.
|
|
||||||
The login details are as follows:
|
|
||||||
|
|
||||||
Site Location: {{$siteurl}}
|
|
||||||
Login: {{$email}}
|
|
||||||
Password: (the password which was provided during registration)
|
|
||||||
|
|
||||||
If this account was created without your knowledge and is not desired, you may
|
|
||||||
visit this site and reset the password. This will allow you to remove the
|
|
||||||
account from the links on the Settings page, and we
|
|
||||||
apologise for any inconvenience.
|
|
||||||
|
|
||||||
Thank you and welcome to {{$sitename}}.
|
|
||||||
|
|
||||||
Sincerely,
|
|
||||||
{{$sitename}} Administrator
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -169,6 +169,8 @@ $a->strings["View Profile"] = "Profiel weergeven";
|
|||||||
$a->strings["Your profile page"] = "Jouw profielpagina";
|
$a->strings["Your profile page"] = "Jouw profielpagina";
|
||||||
$a->strings["Edit Profiles"] = "Bewerk profielen";
|
$a->strings["Edit Profiles"] = "Bewerk profielen";
|
||||||
$a->strings["Manage/Edit profiles"] = "Beheer/wijzig profielen";
|
$a->strings["Manage/Edit profiles"] = "Beheer/wijzig profielen";
|
||||||
|
$a->strings["Edit Profile"] = "Profiel bewerken";
|
||||||
|
$a->strings["Edit your profile"] = "Jouw profiel bewerken";
|
||||||
$a->strings["Photos"] = "Foto's";
|
$a->strings["Photos"] = "Foto's";
|
||||||
$a->strings["Your photos"] = "Jouw foto's";
|
$a->strings["Your photos"] = "Jouw foto's";
|
||||||
$a->strings["Files"] = "Bestanden";
|
$a->strings["Files"] = "Bestanden";
|
||||||
@ -321,7 +323,7 @@ $a->strings["Enable Safe Search"] = "Veilig zoeken inschakelen";
|
|||||||
$a->strings["Disable Safe Search"] = "Veilig zoeken uitschakelen";
|
$a->strings["Disable Safe Search"] = "Veilig zoeken uitschakelen";
|
||||||
$a->strings["Safe Mode"] = "Veilig zoeken";
|
$a->strings["Safe Mode"] = "Veilig zoeken";
|
||||||
$a->strings["Red Matrix Notification"] = "RedMatrix-notificatie";
|
$a->strings["Red Matrix Notification"] = "RedMatrix-notificatie";
|
||||||
$a->strings["redmatrix"] = "redmatrix";
|
$a->strings["redmatrix"] = "RedMatrix";
|
||||||
$a->strings["Thank You,"] = "Bedankt,";
|
$a->strings["Thank You,"] = "Bedankt,";
|
||||||
$a->strings["%s Administrator"] = "%s beheerder";
|
$a->strings["%s Administrator"] = "%s beheerder";
|
||||||
$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
|
$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
|
||||||
@ -403,7 +405,7 @@ $a->strings["View Source"] = "Bron weergeven";
|
|||||||
$a->strings["Follow Thread"] = "Conversatie volgen";
|
$a->strings["Follow Thread"] = "Conversatie volgen";
|
||||||
$a->strings["View Status"] = "Status weergeven";
|
$a->strings["View Status"] = "Status weergeven";
|
||||||
$a->strings["View Photos"] = "Foto's weergeven";
|
$a->strings["View Photos"] = "Foto's weergeven";
|
||||||
$a->strings["Matrix Activity"] = "Activiteit in de matrix";
|
$a->strings["Matrix Activity"] = "Activiteit in de Matrix";
|
||||||
$a->strings["Edit Contact"] = "Contact bewerken";
|
$a->strings["Edit Contact"] = "Contact bewerken";
|
||||||
$a->strings["Send PM"] = "Privébericht verzenden";
|
$a->strings["Send PM"] = "Privébericht verzenden";
|
||||||
$a->strings["Poke"] = "Aanstoten";
|
$a->strings["Poke"] = "Aanstoten";
|
||||||
@ -517,7 +519,7 @@ $a->strings["Enable tab to display only Network posts that you've interacted on"
|
|||||||
$a->strings["Network New Tab"] = "Nieuwe netwerktab";
|
$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["Enable tab to display all new Network activity"] = "Laat de tab alle nieuwe netwerkactiviteit tonen";
|
||||||
$a->strings["Affinity Tool"] = "Verwantschapsfilter";
|
$a->strings["Affinity Tool"] = "Verwantschapsfilter";
|
||||||
$a->strings["Filter stream activity by depth of relationships"] = "Filter wat je in de matrix ziet op goed je iemand kent of mag";
|
$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["Suggest Channels"] = "Kanalen voorstellen";
|
$a->strings["Suggest Channels"] = "Kanalen voorstellen";
|
||||||
$a->strings["Show channel suggestions"] = "Voor jou mogelijk interessante kanalen voorstellen";
|
$a->strings["Show channel suggestions"] = "Voor jou mogelijk interessante kanalen voorstellen";
|
||||||
$a->strings["Post/Comment Tools"] = "Bericht- en reactiehulpmiddelen";
|
$a->strings["Post/Comment Tools"] = "Bericht- en reactiehulpmiddelen";
|
||||||
@ -567,7 +569,6 @@ $a->strings["Change profile photo"] = "Profielfoto veranderen";
|
|||||||
$a->strings["Profiles"] = "Profielen";
|
$a->strings["Profiles"] = "Profielen";
|
||||||
$a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken";
|
$a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken";
|
||||||
$a->strings["Create New Profile"] = "Nieuw profiel aanmaken";
|
$a->strings["Create New Profile"] = "Nieuw profiel aanmaken";
|
||||||
$a->strings["Edit Profile"] = "Profiel bewerken";
|
|
||||||
$a->strings["Profile Image"] = "Profielfoto";
|
$a->strings["Profile Image"] = "Profielfoto";
|
||||||
$a->strings["visible to everybody"] = "Voor iedereen zichtbaar";
|
$a->strings["visible to everybody"] = "Voor iedereen zichtbaar";
|
||||||
$a->strings["Edit visibility"] = "Zichtbaarheid bewerken";
|
$a->strings["Edit visibility"] = "Zichtbaarheid bewerken";
|
||||||
@ -592,7 +593,7 @@ $a->strings["Birthday:"] = "Geboortedatum:";
|
|||||||
$a->strings["Age:"] = "Leeftijd:";
|
$a->strings["Age:"] = "Leeftijd:";
|
||||||
$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s";
|
$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s";
|
||||||
$a->strings["Sexual Preference:"] = "Seksuele voorkeur:";
|
$a->strings["Sexual Preference:"] = "Seksuele voorkeur:";
|
||||||
$a->strings["Hometown:"] = "Woonplaats:";
|
$a->strings["Hometown:"] = "Oorspronkelijk uit:";
|
||||||
$a->strings["Tags:"] = "Trefwoorden:";
|
$a->strings["Tags:"] = "Trefwoorden:";
|
||||||
$a->strings["Political Views:"] = "Politieke overtuigingen:";
|
$a->strings["Political Views:"] = "Politieke overtuigingen:";
|
||||||
$a->strings["Religion:"] = "Religie:";
|
$a->strings["Religion:"] = "Religie:";
|
||||||
@ -609,7 +610,7 @@ $a->strings["Film/dance/culture/entertainment:"] = "Films/dansen/cultuur/vermaak
|
|||||||
$a->strings["Love/Romance:"] = "Liefde/romantiek:";
|
$a->strings["Love/Romance:"] = "Liefde/romantiek:";
|
||||||
$a->strings["Work/employment:"] = "Werk/beroep:";
|
$a->strings["Work/employment:"] = "Werk/beroep:";
|
||||||
$a->strings["School/education:"] = "School/opleiding:";
|
$a->strings["School/education:"] = "School/opleiding:";
|
||||||
$a->strings["Like this thing"] = "Vind dit object leuk";
|
$a->strings["Like this thing"] = "Vind dit ding leuk";
|
||||||
$a->strings["view full size"] = "volledige grootte tonen";
|
$a->strings["view full size"] = "volledige grootte tonen";
|
||||||
$a->strings["Site Admin"] = "Hubbeheerder";
|
$a->strings["Site Admin"] = "Hubbeheerder";
|
||||||
$a->strings["Address Book"] = "Connecties";
|
$a->strings["Address Book"] = "Connecties";
|
||||||
@ -1058,7 +1059,7 @@ $a->strings["School/education"] = "School/onderwijs";
|
|||||||
$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Dit is jouw <strong>openbare</strong> profiel.<br />Het <strong>kan</strong> voor iedereen op het internet zichtbaar zijn.";
|
$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Dit is jouw <strong>openbare</strong> profiel.<br />Het <strong>kan</strong> voor iedereen op het internet zichtbaar zijn.";
|
||||||
$a->strings["Age: "] = "Leeftijd:";
|
$a->strings["Age: "] = "Leeftijd:";
|
||||||
$a->strings["Edit/Manage Profiles"] = "Profielen bewerken/beheren";
|
$a->strings["Edit/Manage Profiles"] = "Profielen bewerken/beheren";
|
||||||
$a->strings["Add profile things"] = "Profiel-objecten toevoegen";
|
$a->strings["Add profile things"] = "Dingen aan je profiel toevoegen";
|
||||||
$a->strings["Include desirable objects in your profile"] = "Voeg door jou gewenste objecten aan jouw profiel toe";
|
$a->strings["Include desirable objects in your profile"] = "Voeg door jou gewenste objecten aan jouw profiel toe";
|
||||||
$a->strings["Bookmark added"] = "Bladwijzer toegevoegd";
|
$a->strings["Bookmark added"] = "Bladwijzer toegevoegd";
|
||||||
$a->strings["My Bookmarks"] = "Mijn bladwijzers";
|
$a->strings["My Bookmarks"] = "Mijn bladwijzers";
|
||||||
@ -1069,7 +1070,7 @@ $a->strings["Click on a contact to add or remove."] = "Klik op een connectie om
|
|||||||
$a->strings["Visible To"] = "Zichtbaar voor";
|
$a->strings["Visible To"] = "Zichtbaar voor";
|
||||||
$a->strings["All Connections"] = "Alle connecties";
|
$a->strings["All Connections"] = "Alle connecties";
|
||||||
$a->strings["Public Sites"] = "Openbare hubs";
|
$a->strings["Public Sites"] = "Openbare hubs";
|
||||||
$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor de Red Matrix aanmelden. Alle hubs in de matrix zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven.";
|
$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor de RedMatrix aanmelden. Alle hubs in de Matrix zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven.";
|
||||||
$a->strings["Site URL"] = "URL hub";
|
$a->strings["Site URL"] = "URL hub";
|
||||||
$a->strings["Access Type"] = "Toegangstype";
|
$a->strings["Access Type"] = "Toegangstype";
|
||||||
$a->strings["Registration Policy"] = "Registratiebeleid";
|
$a->strings["Registration Policy"] = "Registratiebeleid";
|
||||||
@ -1255,7 +1256,7 @@ $a->strings["No entries (some entries may be hidden)."] = "Niets gevonden (sommi
|
|||||||
$a->strings["Status: "] = "Status: ";
|
$a->strings["Status: "] = "Status: ";
|
||||||
$a->strings["Sexual Preference: "] = "Seksuele voorkeur: ";
|
$a->strings["Sexual Preference: "] = "Seksuele voorkeur: ";
|
||||||
$a->strings["Homepage: "] = "Homepage: ";
|
$a->strings["Homepage: "] = "Homepage: ";
|
||||||
$a->strings["Hometown: "] = "Woonplaats: ";
|
$a->strings["Hometown: "] = "Oorspronkelijk uit: ";
|
||||||
$a->strings["About: "] = "Over: ";
|
$a->strings["About: "] = "Over: ";
|
||||||
$a->strings["Keywords: "] = "Trefwoorden: ";
|
$a->strings["Keywords: "] = "Trefwoorden: ";
|
||||||
$a->strings["This site is not a directory server"] = "Deze hub is geen kanalengidshub (directoryserver)";
|
$a->strings["This site is not a directory server"] = "Deze hub is geen kanalengidshub (directoryserver)";
|
||||||
@ -1610,20 +1611,20 @@ $a->strings["Debugging"] = "Debuggen";
|
|||||||
$a->strings["Log file"] = "Logbestand";
|
$a->strings["Log file"] = "Logbestand";
|
||||||
$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je RedMatrix-installatie.";
|
$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je RedMatrix-installatie.";
|
||||||
$a->strings["Log level"] = "Logniveau";
|
$a->strings["Log level"] = "Logniveau";
|
||||||
$a->strings["Thing updated"] = "Objekt bijgewerkt";
|
$a->strings["Thing updated"] = "Ding bijgewerkt";
|
||||||
$a->strings["Object store: failed"] = "Opslaan object mislukt";
|
$a->strings["Object store: failed"] = "Opslaan object mislukt";
|
||||||
$a->strings["Thing added"] = "Object toegevoegd";
|
$a->strings["Thing added"] = "Ding toegevoegd";
|
||||||
$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
|
$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
|
||||||
$a->strings["Show Thing"] = "Object weergeven";
|
$a->strings["Show Thing"] = "Ding weergeven";
|
||||||
$a->strings["item not found."] = "Item niet gevonden";
|
$a->strings["item not found."] = "Item niet gevonden";
|
||||||
$a->strings["Edit Thing"] = "Object bewerken";
|
$a->strings["Edit Thing"] = "Ding bewerken";
|
||||||
$a->strings["Select a profile"] = "Kies een profiel";
|
$a->strings["Select a profile"] = "Kies een profiel";
|
||||||
$a->strings["Post an activity"] = "Plaats een bericht";
|
$a->strings["Post an activity"] = "Plaats een bericht";
|
||||||
$a->strings["Only sends to viewers of the applicable profile"] = "Toont dit alleen aan diegene die het gekozen profiel mogen zien.";
|
$a->strings["Only sends to viewers of the applicable profile"] = "Toont dit alleen aan diegene die het gekozen profiel mogen zien.";
|
||||||
$a->strings["Name of thing e.g. something"] = "Naam van object.";
|
$a->strings["Name of thing e.g. something"] = "Naam van ding";
|
||||||
$a->strings["URL of thing (optional)"] = "URL van object (optioneel)";
|
$a->strings["URL of thing (optional)"] = "URL van ding (optioneel)";
|
||||||
$a->strings["URL for photo of thing (optional)"] = "URL van objectfoto (optioneel)";
|
$a->strings["URL for photo of thing (optional)"] = "URL van foto van ding (optioneel)";
|
||||||
$a->strings["Add Thing to your Profile"] = "Object aan je profiel toevoegen";
|
$a->strings["Add Thing to your Profile"] = "Ding aan je profiel toevoegen";
|
||||||
$a->strings["Nothing to import."] = "Niets gevonden om te importeren";
|
$a->strings["Nothing to import."] = "Niets gevonden om te importeren";
|
||||||
$a->strings["Unable to download data from old server"] = "Niet in staat om gegevens van de oude hub te downloaden";
|
$a->strings["Unable to download data from old server"] = "Niet in staat om gegevens van de oude hub te downloaden";
|
||||||
$a->strings["Imported file is empty."] = "Geïmporteerde bestand is leeg";
|
$a->strings["Imported file is empty."] = "Geïmporteerde bestand is leeg";
|
||||||
@ -1673,7 +1674,7 @@ $a->strings["Like/Dislike"] = "Leuk/niet leuk";
|
|||||||
$a->strings["This action is restricted to members."] = "Deze actie kan alleen door mensen met een RedMatrix-account worden uitgevoerd.";
|
$a->strings["This action is restricted to members."] = "Deze actie kan alleen door mensen met een RedMatrix-account worden uitgevoerd.";
|
||||||
$a->strings["Please <a href=\"rmagic\">login with your RedMatrix ID</a> or <a href=\"register\">register as a new RedMatrix member</a> to continue."] = "Je dient <a href=\"rmagic\">in te loggen met je RedMatrix-account</a> of <a href=\"register\">een nieuw RedMatrix-account te registreren</a> om verder te kunnen gaan.";
|
$a->strings["Please <a href=\"rmagic\">login with your RedMatrix ID</a> or <a href=\"register\">register as a new RedMatrix member</a> to continue."] = "Je dient <a href=\"rmagic\">in te loggen met je RedMatrix-account</a> of <a href=\"register\">een nieuw RedMatrix-account te registreren</a> om verder te kunnen gaan.";
|
||||||
$a->strings["Invalid request."] = "Ongeldig verzoek";
|
$a->strings["Invalid request."] = "Ongeldig verzoek";
|
||||||
$a->strings["thing"] = "object";
|
$a->strings["thing"] = "ding";
|
||||||
$a->strings["Channel unavailable."] = "Kanaal niet beschikbaar.";
|
$a->strings["Channel unavailable."] = "Kanaal niet beschikbaar.";
|
||||||
$a->strings["Previous action reversed."] = "Vorige actie omgedraaid";
|
$a->strings["Previous action reversed."] = "Vorige actie omgedraaid";
|
||||||
$a->strings["Action completed."] = "Actie voltooid";
|
$a->strings["Action completed."] = "Actie voltooid";
|
||||||
|
Reference in New Issue
Block a user