aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorPaolo Tacconi <p.tacconi@giunti.it>2014-09-25 08:44:07 +0200
committerPaolo Tacconi <p.tacconi@giunti.it>2014-09-25 08:44:07 +0200
commit6324a07dd8b17db5da0ce66c99fb69e2f3ec49e1 (patch)
tree89e81409add34df97f633515181790d6aed4c726 /view
parent7da97c198182f8f6f4286e16d80de205431d81bb (diff)
parent92c723d37cd8ded2183d3334eb51e740170e191b (diff)
downloadvolse-hubzilla-6324a07dd8b17db5da0ce66c99fb69e2f3ec49e1.tar.gz
volse-hubzilla-6324a07dd8b17db5da0ce66c99fb69e2f3ec49e1.tar.bz2
volse-hubzilla-6324a07dd8b17db5da0ce66c99fb69e2f3ec49e1.zip
Rebase from upstream
Diffstat (limited to 'view')
-rw-r--r--view/css/conversation.css6
-rw-r--r--view/css/mod_new_channel.css128
-rw-r--r--view/js/main.js18
-rw-r--r--view/js/mod_new_channel.js1
-rw-r--r--view/nl/messages.po1507
-rw-r--r--view/nl/strings.php79
-rw-r--r--view/php/theme_init.php1
-rw-r--r--view/pt-br/strings.php1353
-rw-r--r--view/theme/redbasic/css/style.css7
-rw-r--r--view/theme/redbasic/php/style.php32
-rw-r--r--view/theme/redbasic/schema/dark.php18
-rwxr-xr-xview/tpl/js_strings.tpl1
-rwxr-xr-xview/tpl/new_channel.tpl2
-rwxr-xr-xview/tpl/photos_recent.tpl8
-rwxr-xr-xview/tpl/photosajax.tpl5
-rwxr-xr-xview/tpl/settings.tpl1
16 files changed, 1755 insertions, 1412 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index a6540ffba..c7b381928 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -232,3 +232,9 @@
display: none;
margin-top: 7px;
}
+
+/* disable link handling for unknown entries */
+.dropdown-menu > li > a.disabled {
+ pointer-events: none;
+ cursor: default;
+}
diff --git a/view/css/mod_new_channel.css b/view/css/mod_new_channel.css
index 2af0fbb2d..068f4f3a5 100644
--- a/view/css/mod_new_channel.css
+++ b/view/css/mod_new_channel.css
@@ -38,3 +38,131 @@ h2 {
margin-bottom: 20px;
}
+/**
+* Stylish Select 0.4.9 - $ plugin to replace a select drop down box with a stylable unordered list
+* http://github.com/scottdarby/Stylish-Select/
+*
+* Copyright (c) 2009 Scott Darby
+*
+* Requires: jQuery 1.3 or newer
+*
+* Dual licensed under the MIT and GPL licenses.
+*/
+
+/**
+* Hide lists on page load
+---------------------------------------------------------*/
+
+.stylish-select .SSContainerDivWrapper {
+ left:-9999px;
+}
+
+/*
+* Red example
+---------------------------------------------------------*/
+.stylish-select .SSContainerDivWrapper {
+ margin:0;
+ padding:0;
+ width:290px;
+ position:absolute;
+ top:22px;
+ left:0;
+ z-index:9999;
+ font-size: 60%;
+ line-height: 1.1;
+}
+
+.stylish-select a {
+ font-weight: normal !important;
+}
+
+.stylish-select ul.newList {
+ margin:0;
+ padding:0;
+ list-style:none;
+ color:#000;
+ background:#fff;
+ border:1px solid #ccc;
+ overflow:auto;
+}
+
+.stylish-select ul.newList * {
+ margin:0;
+ padding:0;
+}
+
+
+.stylish-select ul.newList a {
+ color: #000;
+ text-decoration:none;
+ display:block;
+ padding:3px 8px;
+}
+
+.stylish-select .newListSelected {
+ width:285px;
+ color:#000;
+ height:19px;
+ padding:3px 0 0 6px;
+ float:left;
+ background:url(select-bg.png) no-repeat;
+}
+
+.stylish-select ul.newList li a:focus {
+ -moz-outline-style: none;
+}
+
+.stylish-select .selectedTxt {
+ width:258px;
+ overflow:hidden;
+ height:18px;
+ font-size: 90%;
+ padding:0 23px 0 0;
+}
+
+.stylish-select .hiLite {
+ background:#650101!important;
+ color:#fff!important;
+}
+
+.stylish-select .newListHover {
+ background:#ccc!important;
+ color:#000!important;
+ cursor:default;
+}
+
+.stylish-select .newListDisabled {
+ opacity: 0.6;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
+ filter: alpha(opacity=60);
+}
+
+.stylish-select .newListItemDisabled {
+ opacity: 0.6;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
+ filter: alpha(opacity=60);
+}
+
+.stylish-select .newListOptionDisabled {
+ opacity: 0.6;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
+ filter: alpha(opacity=60);
+}
+
+.stylish-select .newListSelHover,
+.stylish-select .newListSelFocus {
+ background-position:0 -22px;
+ cursor:default;
+}
+
+.stylish-select .newListOptionTitle {
+ font-weight:bold;
+}
+
+.stylish-select .newListOptionTitle ul {
+ margin:3px 0 0;
+}
+
+.stylish-select .newListOptionTitle li {
+ font-weight:normal;
+} \ No newline at end of file
diff --git a/view/js/main.js b/view/js/main.js
index 2e297c9d6..f3b252171 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -113,7 +113,7 @@
}
function viewsrc(id) {
- $.colorbox({href: 'viewsrc/' + id });
+ $.colorbox({href: 'viewsrc/' + id, maxWidth: '80%', maxHeight: '80%' });
}
function qCommentInsert(obj,id) {
@@ -704,22 +704,26 @@ function updateConvItems(mode,data) {
}
- function justifyPhotos(bParam_page) {
+ function justifyPhotos() {
justifiedGalleryActive = true;
- $('#photo-album-contents-' + bParam_page).justifiedGallery({
- lastRow : 'nojustify',
+ $('#photo-album-contents').justifiedGallery({
margins: 3,
- sizeRangeSuffixes : {
+ sizeRangeSuffixes: {
'lt100': '-2',
'lt240': '-2',
'lt320': '-2',
- 'lt500': '-1',
+ 'lt500': '',
'lt640': '-1',
'lt1024': '-0'
}
}).on('jg.complete', function(e){ justifiedGalleryActive = false; });
}
+ function justifyPhotosAjax() {
+ justifiedGalleryActive = true;
+ $('#photo-album-contents').justifiedGallery('norewind').on('jg.complete', function(e){ justifiedGalleryActive = false; });
+ }
+
function notify_popup_loader(notifyType) {
/* notifications template */
@@ -739,7 +743,7 @@ function updateConvItems(mode,data) {
if(data.notify.length==0){
- $("#nav-" + notifyType + "-menu").html(notifications_empty);
+ $("#nav-" + notifyType + "-menu").html(aStr[nothingnew]);
} else {
$("#nav-" + notifyType + "-menu").html(notifications_all + notifications_mark);
diff --git a/view/js/mod_new_channel.js b/view/js/mod_new_channel.js
index 882da940e..492267ff9 100644
--- a/view/js/mod_new_channel.js
+++ b/view/js/mod_new_channel.js
@@ -1,4 +1,5 @@
$(document).ready(function() {
+// $("#privacy-role-select").sSelect();
$("#newchannel-name").blur(function() {
$("#name-spinner").spin('small');
var zreg_name = $("#newchannel-name").val();
diff --git a/view/nl/messages.po b/view/nl/messages.po
index 829f7a9c7..b6dd92f9f 100644
--- a/view/nl/messages.po
+++ b/view/nl/messages.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Red Matrix\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-09-05 00:03-0700\n"
-"PO-Revision-Date: 2014-09-10 14:02+0000\n"
+"POT-Creation-Date: 2014-09-19 00:03-0700\n"
+"PO-Revision-Date: 2014-09-19 20:33+0000\n"
"Last-Translator: jeroenpraat <jeroenpraat@xs4all.nl>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/red-matrix/language/nl/)\n"
"MIME-Version: 1.0\n"
@@ -31,7 +31,7 @@ msgstr "Kan DNS-informatie voor databaseserver '%s' niet vinden"
msgid "Profile Photos"
msgstr "Profielfoto's"
-#: ../../include/network.php:557
+#: ../../include/network.php:590
msgid "view full size"
msgstr "volledige grootte tonen"
@@ -65,7 +65,7 @@ msgstr "Bladwijzers"
msgid "Address Book"
msgstr "Connecties"
-#: ../../include/apps.php:126 ../../include/nav.php:119 ../../boot.php:1494
+#: ../../include/apps.php:126 ../../include/nav.php:119 ../../boot.php:1496
msgid "Login"
msgstr "Inloggen"
@@ -79,8 +79,8 @@ msgid "Matrix"
msgstr "Matrix"
#: ../../include/apps.php:129 ../../include/nav.php:211
-#: ../../include/widgets.php:521 ../../mod/admin.php:948
-#: ../../mod/admin.php:1153
+#: ../../include/widgets.php:521 ../../mod/admin.php:951
+#: ../../mod/admin.php:1156
msgid "Settings"
msgstr "Instellingen"
@@ -91,7 +91,7 @@ msgid "Files"
msgstr "Bestanden"
#: ../../include/apps.php:131 ../../include/nav.php:115
-#: ../../include/conversation.php:1572 ../../mod/webpages.php:79
+#: ../../include/conversation.php:1572 ../../mod/webpages.php:84
msgid "Webpages"
msgstr "Webpagina's"
@@ -99,8 +99,8 @@ msgstr "Webpagina's"
msgid "Channel Home"
msgstr "Tijdlijn kanaal"
-#: ../../include/apps.php:133 ../../include/identity.php:986
-#: ../../include/identity.php:1104 ../../mod/profperm.php:112
+#: ../../include/apps.php:133 ../../include/identity.php:1063
+#: ../../include/identity.php:1181 ../../mod/profperm.php:112
msgid "Profile"
msgstr "Profiel"
@@ -110,7 +110,7 @@ msgid "Photos"
msgstr "Foto's"
#: ../../include/apps.php:135 ../../include/nav.php:205
-#: ../../mod/events.php:411
+#: ../../mod/events.php:436
msgid "Events"
msgstr "Gebeurtenissen"
@@ -179,7 +179,7 @@ msgid "Profile Photo"
msgstr "Profielfoto"
#: ../../include/apps.php:239 ../../mod/settings.php:79
-#: ../../mod/settings.php:543
+#: ../../mod/settings.php:545
msgid "Update"
msgstr "Bijwerken"
@@ -194,24 +194,25 @@ msgstr "Aanschaffen"
#: ../../include/apps.php:246 ../../include/page_widgets.php:8
#: ../../include/page_widgets.php:36 ../../include/reddav.php:1289
#: ../../include/menu.php:42 ../../include/ItemObject.php:100
-#: ../../mod/settings.php:579 ../../mod/blocks.php:99
-#: ../../mod/connections.php:396 ../../mod/editblock.php:111
+#: ../../mod/settings.php:581 ../../mod/blocks.php:99
+#: ../../mod/connections.php:381 ../../mod/connections.php:394
+#: ../../mod/connections.php:413 ../../mod/editblock.php:111
#: ../../mod/editlayout.php:106 ../../mod/editpost.php:112
#: ../../mod/editwebpage.php:143 ../../mod/thing.php:235
-#: ../../mod/layouts.php:121 ../../mod/menu.php:59 ../../mod/webpages.php:127
+#: ../../mod/layouts.php:121 ../../mod/menu.php:59 ../../mod/webpages.php:132
msgid "Edit"
msgstr "Bewerken"
#: ../../include/apps.php:247 ../../include/reddav.php:1290
#: ../../include/conversation.php:648 ../../include/ItemObject.php:112
-#: ../../mod/settings.php:580 ../../mod/connedit.php:440
-#: ../../mod/photos.php:1052 ../../mod/group.php:176 ../../mod/admin.php:728
-#: ../../mod/admin.php:858 ../../mod/thing.php:236
+#: ../../mod/settings.php:582 ../../mod/connedit.php:462
+#: ../../mod/photos.php:1082 ../../mod/group.php:176 ../../mod/admin.php:730
+#: ../../mod/admin.php:861 ../../mod/thing.php:236
msgid "Delete"
msgstr "Verwijderen"
#: ../../include/apps.php:328 ../../include/apps.php:379
-#: ../../include/reddav.php:1202 ../../mod/connedit.php:476
+#: ../../include/reddav.php:1202 ../../mod/connedit.php:498
msgid "Unknown"
msgstr "Onbekend"
@@ -220,39 +221,39 @@ msgid "New Page"
msgstr "Nieuwe pagina"
#: ../../include/page_widgets.php:39 ../../mod/blocks.php:102
-#: ../../mod/layouts.php:125 ../../mod/webpages.php:130
+#: ../../mod/layouts.php:125 ../../mod/webpages.php:135
msgid "View"
msgstr "Weergeven"
#: ../../include/page_widgets.php:40 ../../include/conversation.php:1109
-#: ../../include/ItemObject.php:597 ../../mod/editblock.php:141
+#: ../../include/ItemObject.php:598 ../../mod/editblock.php:141
#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140
-#: ../../mod/editwebpage.php:174 ../../mod/photos.php:1003
-#: ../../mod/webpages.php:131
+#: ../../mod/editwebpage.php:174 ../../mod/photos.php:1033
+#: ../../mod/webpages.php:136
msgid "Preview"
msgstr "Voorvertoning"
-#: ../../include/page_widgets.php:41 ../../mod/webpages.php:132
+#: ../../include/page_widgets.php:41 ../../mod/webpages.php:137
msgid "Actions"
msgstr "Acties"
-#: ../../include/page_widgets.php:42 ../../mod/webpages.php:133
+#: ../../include/page_widgets.php:42 ../../mod/webpages.php:138
msgid "Page Link"
msgstr "Paginalink"
-#: ../../include/page_widgets.php:43 ../../mod/webpages.php:134
+#: ../../include/page_widgets.php:43 ../../mod/webpages.php:139
msgid "Title"
msgstr "Titel"
-#: ../../include/page_widgets.php:44 ../../mod/webpages.php:135
+#: ../../include/page_widgets.php:44 ../../mod/webpages.php:140
msgid "Created"
msgstr "Aangemaakt"
-#: ../../include/page_widgets.php:45 ../../mod/webpages.php:136
+#: ../../include/page_widgets.php:45 ../../mod/webpages.php:141
msgid "Edited"
msgstr "Bewerkt"
-#: ../../include/security.php:301
+#: ../../include/security.php:320
msgid ""
"The form security token was not correct. This probably happened because the "
"form has been opened for too long (>3 hours) before submitting it."
@@ -262,11 +263,11 @@ msgstr "De beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het
msgid "Invalid data packet"
msgstr "Datapakket ongeldig"
-#: ../../include/zot.php:668
+#: ../../include/zot.php:670
msgid "Unable to verify channel signature"
msgstr "Kanaal-kenmerk (channel signature) kon niet worden geverifieerd. "
-#: ../../include/zot.php:865
+#: ../../include/zot.php:1703
#, php-format
msgid "Unable to verify site signature for %s"
msgstr "Hub-kenmerk (site signature) voor %s kon niet worden geverifieerd"
@@ -276,9 +277,9 @@ msgstr "Hub-kenmerk (site signature) voor %s kon niet worden geverifieerd"
#: ../../include/attach.php:243 ../../include/attach.php:283
#: ../../include/attach.php:297 ../../include/attach.php:322
#: ../../include/attach.php:513 ../../include/attach.php:585
-#: ../../include/chat.php:116 ../../include/items.php:3826
+#: ../../include/chat.php:116 ../../include/items.php:3950
#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:30
-#: ../../mod/settings.php:494 ../../mod/poke.php:128 ../../mod/api.php:26
+#: ../../mod/settings.php:496 ../../mod/poke.php:128 ../../mod/api.php:26
#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64
#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72
#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276
@@ -293,7 +294,7 @@ msgstr "Hub-kenmerk (site signature) voor %s kon niet worden geverifieerd"
#: ../../mod/pdledit.php:21 ../../mod/editlayout.php:48
#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:44
#: ../../mod/editwebpage.php:83 ../../mod/photos.php:68
-#: ../../mod/photos.php:526 ../../mod/sources.php:66 ../../mod/events.php:175
+#: ../../mod/photos.php:526 ../../mod/sources.php:66 ../../mod/events.php:200
#: ../../mod/filestorage.php:10 ../../mod/filestorage.php:59
#: ../../mod/filestorage.php:75 ../../mod/filestorage.php:98
#: ../../mod/fsuggest.php:78 ../../mod/suggest.php:26 ../../mod/group.php:9
@@ -304,9 +305,9 @@ msgstr "Hub-kenmerk (site signature) voor %s kon niet worden geverifieerd"
#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
#: ../../mod/viewsrc.php:12 ../../mod/mail.php:108 ../../mod/manage.php:6
#: ../../mod/menu.php:44 ../../mod/webpages.php:40 ../../mod/message.php:16
-#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97
-#: ../../mod/notifications.php:66 ../../mod/appman.php:66 ../../index.php:186
-#: ../../index.php:361
+#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99
+#: ../../mod/notifications.php:66 ../../mod/appman.php:66
+#: ../../mod/service_limits.php:7 ../../index.php:186 ../../index.php:361
msgid "Permission denied."
msgstr "Toegang geweigerd"
@@ -327,18 +328,18 @@ msgstr "Afbeelding kan niet verwerkt worden"
msgid "Photo storage failed."
msgstr "Foto kan niet worden opgeslagen"
-#: ../../include/photos.php:339 ../../include/conversation.php:1533
+#: ../../include/photos.php:340 ../../include/conversation.php:1533
msgid "Photo Albums"
msgstr "Fotoalbums"
-#: ../../include/photos.php:343 ../../mod/photos.php:697
-#: ../../mod/photos.php:1199
+#: ../../include/photos.php:344 ../../mod/photos.php:697
+#: ../../mod/photos.php:1244
msgid "Upload New Photos"
msgstr "Nieuwe foto's uploaden"
#: ../../include/acl_selectors.php:240
msgid "Visible to your default audience"
-msgstr "Voor iedereen zichtbaar, zoals dit van te voren is ingesteld"
+msgstr "Voor iedereen zichtbaar, mits niet anders ingesteld"
#: ../../include/acl_selectors.php:241
msgid "Show"
@@ -349,12 +350,12 @@ msgid "Don't show"
msgstr "Niet tonen"
#: ../../include/acl_selectors.php:248 ../../mod/chat.php:209
-#: ../../mod/photos.php:604 ../../mod/photos.php:958
+#: ../../mod/photos.php:604 ../../mod/photos.php:988
#: ../../mod/filestorage.php:128
msgid "Permissions"
-msgstr "Privacy-rechten"
+msgstr "Permissies"
-#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:294
+#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:295
msgid "Close"
msgstr "Sluiten"
@@ -381,7 +382,7 @@ msgstr "Bezoek het %2$s van %1$s"
msgid "%1$s has an updated %2$s, changing %3$s."
msgstr "%1$s heeft een aangepaste %2$s, %3$s veranderd."
-#: ../../include/api.php:1036
+#: ../../include/api.php:1069
msgid "Public Timeline"
msgstr "Openbare tijdlijn"
@@ -443,29 +444,7 @@ msgstr "directory aanmaken (mkdir) mislukt."
msgid "database storage failed."
msgstr "opslag in database mislukt."
-#: ../../include/bb2diaspora.php:298
-msgid "Attachments:"
-msgstr "Bijlagen:"
-
-#: ../../include/bb2diaspora.php:377 ../../include/event.php:11
-msgid "l F d, Y \\@ g:i A"
-msgstr "l d F Y \\@ G:i"
-
-#: ../../include/bb2diaspora.php:383 ../../include/event.php:20
-msgid "Starts:"
-msgstr "Start:"
-
-#: ../../include/bb2diaspora.php:391 ../../include/event.php:30
-msgid "Finishes:"
-msgstr "Einde:"
-
-#: ../../include/bb2diaspora.php:399 ../../include/event.php:40
-#: ../../include/identity.php:757 ../../mod/directory.php:156
-#: ../../mod/dirprofile.php:105 ../../mod/events.php:528
-msgid "Location:"
-msgstr "Plaats:"
-
-#: ../../include/nav.php:94 ../../include/nav.php:121 ../../boot.php:1493
+#: ../../include/nav.php:94 ../../include/nav.php:121 ../../boot.php:1495
msgid "Logout"
msgstr "Uitloggen"
@@ -482,7 +461,7 @@ msgid "Your posts and conversations"
msgstr "Jouw berichten en conversaties"
#: ../../include/nav.php:98 ../../include/conversation.php:957
-#: ../../mod/connedit.php:393 ../../mod/connedit.php:507
+#: ../../mod/connedit.php:415 ../../mod/connedit.php:529
msgid "View Profile"
msgstr "Profiel weergeven"
@@ -498,7 +477,7 @@ msgstr "Bewerk profielen"
msgid "Manage/Edit profiles"
msgstr "Beheer/wijzig profielen"
-#: ../../include/nav.php:102 ../../include/identity.php:730
+#: ../../include/nav.php:102 ../../include/identity.php:807
msgid "Edit Profile"
msgstr "Profiel bewerken"
@@ -543,7 +522,7 @@ msgstr "Klik om jezelf te authenticeren via jouw eigen RedMatrix-hub"
msgid "Home Page"
msgstr "Homepage"
-#: ../../include/nav.php:159 ../../mod/register.php:220 ../../boot.php:1470
+#: ../../include/nav.php:159 ../../mod/register.php:220 ../../boot.php:1472
msgid "Register"
msgstr "Registreren "
@@ -588,7 +567,7 @@ msgstr "Tijdlijn kanaal"
msgid "Mark all channel notifications seen"
msgstr "Alle kanaalnotificaties als gelezen markeren"
-#: ../../include/nav.php:190 ../../mod/connections.php:389
+#: ../../include/nav.php:190 ../../mod/connections.php:406
msgid "Connections"
msgstr "Connecties"
@@ -714,8 +693,8 @@ msgstr "Connecties weergeven"
#: ../../include/text.php:823 ../../include/text.php:837
#: ../../include/widgets.php:193 ../../mod/rbmark.php:28
-#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1336
-#: ../../mod/admin.php:1357
+#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1339
+#: ../../mod/admin.php:1360
msgid "Save"
msgstr "Opslaan"
@@ -851,165 +830,165 @@ msgstr "ontspannen"
msgid "surprised"
msgstr "verrast"
-#: ../../include/text.php:1100
+#: ../../include/text.php:1101
msgid "Monday"
msgstr "maandag"
-#: ../../include/text.php:1100
+#: ../../include/text.php:1101
msgid "Tuesday"
msgstr "dinsdag"
-#: ../../include/text.php:1100
+#: ../../include/text.php:1101
msgid "Wednesday"
msgstr "woensdag"
-#: ../../include/text.php:1100
+#: ../../include/text.php:1101
msgid "Thursday"
msgstr "donderdag"
-#: ../../include/text.php:1100
+#: ../../include/text.php:1101
msgid "Friday"
msgstr "vrijdag"
-#: ../../include/text.php:1100
+#: ../../include/text.php:1101
msgid "Saturday"
msgstr "zaterdag"
-#: ../../include/text.php:1100
+#: ../../include/text.php:1101
msgid "Sunday"
msgstr "zondag"
-#: ../../include/text.php:1104
+#: ../../include/text.php:1105
msgid "January"
msgstr "januari"
-#: ../../include/text.php:1104
+#: ../../include/text.php:1105
msgid "February"
msgstr "februari"
-#: ../../include/text.php:1104
+#: ../../include/text.php:1105
msgid "March"
msgstr "maart"
-#: ../../include/text.php:1104
+#: ../../include/text.php:1105
msgid "April"
msgstr "april"
-#: ../../include/text.php:1104
+#: ../../include/text.php:1105
msgid "May"
msgstr "mei"
-#: ../../include/text.php:1104
+#: ../../include/text.php:1105
msgid "June"
msgstr "juni"
-#: ../../include/text.php:1104
+#: ../../include/text.php:1105
msgid "July"
msgstr "juli"
-#: ../../include/text.php:1104
+#: ../../include/text.php:1105
msgid "August"
msgstr "augustus"
-#: ../../include/text.php:1104
+#: ../../include/text.php:1105
msgid "September"
msgstr "september"
-#: ../../include/text.php:1104
+#: ../../include/text.php:1105
msgid "October"
msgstr "oktober"
-#: ../../include/text.php:1104
+#: ../../include/text.php:1105
msgid "November"
msgstr "november"
-#: ../../include/text.php:1104
+#: ../../include/text.php:1105
msgid "December"
msgstr "december"
-#: ../../include/text.php:1182
+#: ../../include/text.php:1183
msgid "unknown.???"
msgstr "onbekend.???"
-#: ../../include/text.php:1183
+#: ../../include/text.php:1184
msgid "bytes"
msgstr "bytes"
-#: ../../include/text.php:1218
+#: ../../include/text.php:1219
msgid "remove category"
msgstr "categorie verwijderen"
-#: ../../include/text.php:1288
+#: ../../include/text.php:1289
msgid "remove from file"
msgstr "uit map verwijderen"
-#: ../../include/text.php:1353 ../../include/text.php:1365
+#: ../../include/text.php:1354 ../../include/text.php:1366
msgid "Click to open/close"
msgstr "Klik om te openen of te sluiten"
-#: ../../include/text.php:1520 ../../mod/events.php:389
+#: ../../include/text.php:1521 ../../mod/events.php:414
msgid "Link to Source"
msgstr "Originele locatie"
-#: ../../include/text.php:1539
+#: ../../include/text.php:1540
msgid "Select a page layout: "
msgstr "Kies een paginalayout: "
-#: ../../include/text.php:1542 ../../include/text.php:1607
+#: ../../include/text.php:1543 ../../include/text.php:1608
msgid "default"
msgstr "standaard"
-#: ../../include/text.php:1578
+#: ../../include/text.php:1579
msgid "Page content type: "
msgstr "Opmaakcode pagina"
-#: ../../include/text.php:1619
+#: ../../include/text.php:1620
msgid "Select an alternate language"
msgstr "Kies een andere taal"
-#: ../../include/text.php:1740 ../../include/diaspora.php:1860
+#: ../../include/text.php:1741 ../../include/diaspora.php:1888
#: ../../include/conversation.php:120 ../../mod/subthread.php:72
#: ../../mod/subthread.php:174 ../../mod/tagger.php:45 ../../mod/like.php:294
msgid "photo"
msgstr "foto"
-#: ../../include/text.php:1743 ../../include/conversation.php:123
+#: ../../include/text.php:1744 ../../include/conversation.php:123
#: ../../mod/tagger.php:49
msgid "event"
msgstr "gebeurtenis"
-#: ../../include/text.php:1746 ../../include/diaspora.php:1860
+#: ../../include/text.php:1747 ../../include/diaspora.php:1888
#: ../../include/conversation.php:148 ../../mod/subthread.php:72
#: ../../mod/subthread.php:174 ../../mod/tagger.php:53 ../../mod/like.php:294
msgid "status"
msgstr "bericht"
-#: ../../include/text.php:1748 ../../include/conversation.php:150
+#: ../../include/text.php:1749 ../../include/conversation.php:150
#: ../../mod/tagger.php:55
msgid "comment"
msgstr "reactie"
-#: ../../include/text.php:1753
+#: ../../include/text.php:1754
msgid "activity"
msgstr "activiteit"
-#: ../../include/text.php:2017
+#: ../../include/text.php:2018
msgid "Design"
msgstr "Ontwerp"
-#: ../../include/text.php:2019
+#: ../../include/text.php:2020
msgid "Blocks"
msgstr "Blokken"
-#: ../../include/text.php:2020
+#: ../../include/text.php:2021
msgid "Menus"
msgstr "Menu's"
-#: ../../include/text.php:2021
+#: ../../include/text.php:2022
msgid "Layouts"
msgstr "Layouts"
-#: ../../include/text.php:2022
+#: ../../include/text.php:2023
msgid "Pages"
msgstr "Pagina's"
@@ -1053,7 +1032,7 @@ msgstr "vind dit niet leuk"
msgid "dislikes"
msgstr "vindt dit niet leuk"
-#: ../../include/taxonomy.php:338 ../../include/identity.php:1012
+#: ../../include/taxonomy.php:338 ../../include/identity.php:1089
#: ../../include/ItemObject.php:138
msgctxt "noun"
msgid "Like"
@@ -1101,8 +1080,8 @@ msgstr "OStatus"
msgid "RSS/Atom"
msgstr "RSS/Atom"
-#: ../../include/contact_selectors.php:79 ../../mod/admin.php:724
-#: ../../mod/admin.php:733 ../../boot.php:1496
+#: ../../include/contact_selectors.php:79 ../../mod/admin.php:726
+#: ../../mod/admin.php:735 ../../boot.php:1498
msgid "Email"
msgstr "E-mail"
@@ -1137,7 +1116,7 @@ msgid_plural "%d invitations available"
msgstr[0] "%d uitnodiging beschikbaar"
msgstr[1] "%d uitnodigingen beschikbaar"
-#: ../../include/contact_widgets.php:19 ../../mod/admin.php:417
+#: ../../include/contact_widgets.php:19 ../../mod/admin.php:418
msgid "Advanced"
msgstr "Geavanceerd"
@@ -1157,7 +1136,7 @@ msgstr "Verbinden/volgen"
msgid "Examples: Robert Morgenstein, Fishing"
msgstr "Voorbeeld: Robert Morgenstein, vissen"
-#: ../../include/contact_widgets.php:26 ../../mod/connections.php:395
+#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412
#: ../../mod/directory.php:222 ../../mod/directory.php:227
msgid "Find"
msgstr "Vinden"
@@ -1207,6 +1186,24 @@ msgstr[1] "%d gemeenschappelijke connecties"
msgid "show more"
msgstr "meer connecties weergeven"
+#: ../../include/event.php:11 ../../include/bb2diaspora.php:425
+msgid "l F d, Y \\@ g:i A"
+msgstr "l d F Y \\@ G:i"
+
+#: ../../include/event.php:20 ../../include/bb2diaspora.php:431
+msgid "Starts:"
+msgstr "Start:"
+
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:439
+msgid "Finishes:"
+msgstr "Einde:"
+
+#: ../../include/event.php:40 ../../include/bb2diaspora.php:447
+#: ../../include/identity.php:834 ../../mod/directory.php:156
+#: ../../mod/dirprofile.php:105 ../../mod/events.php:579
+msgid "Location:"
+msgstr "Plaats:"
+
#: ../../include/event.php:326
msgid "This event has been added to your calendar."
msgstr "Dit evenement is aan jouw agenda toegevoegd."
@@ -1276,19 +1273,19 @@ msgstr "Registratie ingetrokken voor %s"
msgid "Account verified. Please login."
msgstr "Account is geverifieerd. Je kan inloggen."
-#: ../../include/account.php:623 ../../include/account.php:625
+#: ../../include/account.php:647 ../../include/account.php:649
msgid "Click here to upgrade."
msgstr "Klik hier om te upgraden."
-#: ../../include/account.php:631
+#: ../../include/account.php:655
msgid "This action exceeds the limits set by your subscription plan."
msgstr "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden."
-#: ../../include/account.php:636
+#: ../../include/account.php:660
msgid "This action is not available under your subscription plan."
msgstr "Deze handeling is niet mogelijk met jouw abonnement."
-#: ../../include/diaspora.php:1876 ../../include/conversation.php:164
+#: ../../include/diaspora.php:1917 ../../include/conversation.php:164
#: ../../mod/like.php:331
#, php-format
msgid "%1$s likes %2$s's %3$s"
@@ -1405,6 +1402,10 @@ msgstr "Veilig zoeken uitschakelen"
msgid "Safe Mode"
msgstr "Veilig zoeken"
+#: ../../include/bb2diaspora.php:346
+msgid "Attachments:"
+msgstr "Bijlagen:"
+
#: ../../include/enotify.php:41
msgid "Red Matrix Notification"
msgstr "RedMatrix-notificatie"
@@ -1639,8 +1640,8 @@ msgstr "%1$s gebruikt"
msgid "%1$s used of %2$s (%3$s&#37;)"
msgstr "%1$s van %2$s gebruikt (%3$s&#37;)"
-#: ../../include/reddav.php:1284 ../../mod/settings.php:519
-#: ../../mod/settings.php:545 ../../mod/admin.php:863
+#: ../../include/reddav.php:1284 ../../mod/settings.php:521
+#: ../../mod/settings.php:547 ../../mod/admin.php:866
msgid "Name"
msgstr "Naam"
@@ -1665,7 +1666,7 @@ msgid "Create new folder"
msgstr "Nieuwe map aanmaken"
#: ../../include/reddav.php:1345 ../../mod/mitem.php:142 ../../mod/menu.php:84
-#: ../../mod/new_channel.php:117
+#: ../../mod/new_channel.php:122
msgid "Create"
msgstr "Aanmaken"
@@ -1707,7 +1708,7 @@ msgid "Select"
msgstr "Kies"
#: ../../include/conversation.php:655 ../../include/ItemObject.php:89
-#: ../../mod/photos.php:850
+#: ../../mod/photos.php:880
msgid "Private Message"
msgstr "Privébericht"
@@ -1728,17 +1729,17 @@ msgstr "Categorieën:"
msgid "Filed under:"
msgstr "Bewaard onder:"
-#: ../../include/conversation.php:706 ../../include/ItemObject.php:255
+#: ../../include/conversation.php:706 ../../include/ItemObject.php:256
#, php-format
msgid " from %s"
msgstr " van %s"
-#: ../../include/conversation.php:709 ../../include/ItemObject.php:258
+#: ../../include/conversation.php:709 ../../include/ItemObject.php:259
#, php-format
msgid "last edited: %s"
msgstr "laatst bewerkt: %s"
-#: ../../include/conversation.php:710 ../../include/ItemObject.php:259
+#: ../../include/conversation.php:710 ../../include/ItemObject.php:260
#, php-format
msgid "Expires: %s"
msgstr "Verloopt: %s"
@@ -1748,9 +1749,9 @@ msgid "View in context"
msgstr "In context bekijken"
#: ../../include/conversation.php:727 ../../include/conversation.php:1148
-#: ../../include/ItemObject.php:299 ../../mod/editblock.php:120
+#: ../../include/ItemObject.php:300 ../../mod/editblock.php:120
#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121
-#: ../../mod/editwebpage.php:152 ../../mod/photos.php:983
+#: ../../mod/editwebpage.php:152 ../../mod/photos.php:1013
#: ../../mod/mail.php:231 ../../mod/mail.php:346
msgid "Please wait"
msgstr "Even wachten"
@@ -1787,7 +1788,7 @@ msgstr "Foto's weergeven"
msgid "Matrix Activity"
msgstr "Activiteit in de RedMatrix"
-#: ../../include/conversation.php:960 ../../include/identity.php:706
+#: ../../include/conversation.php:960 ../../include/identity.php:783
#: ../../include/widgets.php:135 ../../include/widgets.php:175
#: ../../include/Contact.php:107 ../../mod/directory.php:183
#: ../../mod/dirprofile.php:164 ../../mod/suggest.php:51
@@ -1882,7 +1883,7 @@ msgstr "Waar bevind je je op dit moment?"
msgid "Expires YYYY-MM-DD HH:MM"
msgstr "Verloopt op DD-MM-YYYY om HH:MM"
-#: ../../include/conversation.php:1123 ../../mod/photos.php:982
+#: ../../include/conversation.php:1123 ../../mod/photos.php:1012
#: ../../mod/layouts.php:122
msgid "Share"
msgstr "Delen"
@@ -1969,7 +1970,7 @@ msgstr "Titel instellen"
#: ../../include/conversation.php:1147 ../../mod/editblock.php:135
#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134
-#: ../../mod/editwebpage.php:169
+#: ../../mod/editwebpage.php:169 ../../mod/events.php:560
msgid "Categories (comma-separated list)"
msgstr "Categorieën (door komma's gescheiden lijst)"
@@ -1977,11 +1978,11 @@ msgstr "Categorieën (door komma's gescheiden lijst)"
#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122
#: ../../mod/editwebpage.php:153
msgid "Permission settings"
-msgstr "Privacy-rechten"
+msgstr "Permissies"
#: ../../include/conversation.php:1150
msgid "permissions"
-msgstr "privacy-rechten"
+msgstr "permissies"
#: ../../include/conversation.php:1157 ../../mod/editblock.php:129
#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129
@@ -2001,20 +2002,20 @@ msgstr "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be"
msgid "Set expiration date"
msgstr "Verloopdatum instellen"
-#: ../../include/conversation.php:1174 ../../include/ItemObject.php:600
+#: ../../include/conversation.php:1174 ../../include/ItemObject.php:601
#: ../../mod/editpost.php:148 ../../mod/mail.php:237 ../../mod/mail.php:351
msgid "Encrypt text"
msgstr "Tekst versleutelen"
#: ../../include/conversation.php:1176 ../../mod/editpost.php:150
-#: ../../mod/events.php:516
+#: ../../mod/events.php:567
msgid "OK"
msgstr "OK"
-#: ../../include/conversation.php:1177 ../../mod/settings.php:518
-#: ../../mod/settings.php:544 ../../mod/editpost.php:151
+#: ../../include/conversation.php:1177 ../../mod/settings.php:520
+#: ../../mod/settings.php:546 ../../mod/editpost.php:151
#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117
-#: ../../mod/events.php:515 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
+#: ../../mod/events.php:566 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
msgid "Cancel"
msgstr "Annuleren"
@@ -2075,7 +2076,7 @@ msgstr "Spam"
msgid "Posts flagged as SPAM"
msgstr "Berichten gemarkeerd als SPAM"
-#: ../../include/conversation.php:1509 ../../mod/admin.php:862
+#: ../../include/conversation.php:1509 ../../mod/admin.php:865
msgid "Channel"
msgstr "Kanaal"
@@ -2357,27 +2358,27 @@ msgstr "Kanaal is op deze hub geblokkeerd."
msgid "Channel location missing."
msgstr "Ontbrekende kanaallocatie."
-#: ../../include/follow.php:70
+#: ../../include/follow.php:77
msgid "Response from remote channel was incomplete."
msgstr "Antwoord van het kanaal op afstand was niet volledig."
-#: ../../include/follow.php:87
+#: ../../include/follow.php:94
msgid "Channel was deleted and no longer exists."
msgstr "Kanaal is verwijderd en bestaat niet meer."
-#: ../../include/follow.php:123 ../../include/follow.php:186
+#: ../../include/follow.php:130 ../../include/follow.php:199
msgid "Protocol disabled."
msgstr "Protocol uitgeschakeld."
-#: ../../include/follow.php:160
+#: ../../include/follow.php:173
msgid "Channel discovery failed."
msgstr "Kanaal ontdekken mislukt."
-#: ../../include/follow.php:176
+#: ../../include/follow.php:189
msgid "local account not found."
msgstr "lokale account niet gevonden."
-#: ../../include/follow.php:203
+#: ../../include/follow.php:216
msgid "Cannot connect to yourself."
msgstr "Kan niet met jezelf verbinden"
@@ -2401,75 +2402,75 @@ msgstr "Chatkanaal niet gevonden"
msgid "Room is full"
msgstr "Chatkanaal is vol"
-#: ../../include/items.php:357 ../../mod/profperm.php:23
+#: ../../include/items.php:375 ../../mod/profperm.php:23
#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242
#: ../../index.php:360
msgid "Permission denied"
msgstr "Toegang geweigerd"
-#: ../../include/items.php:918
+#: ../../include/items.php:940 ../../include/items.php:985
msgid "(Unknown)"
msgstr "(Onbekend)"
-#: ../../include/items.php:1050
+#: ../../include/items.php:1139
msgid "Visible to anybody on the internet."
msgstr "Voor iedereen op het internet zichtbaar."
-#: ../../include/items.php:1052
+#: ../../include/items.php:1141
msgid "Visible to you only."
msgstr "Alleen voor jou zichtbaar."
-#: ../../include/items.php:1054
+#: ../../include/items.php:1143
msgid "Visible to anybody in this network."
msgstr "Voor iedereen in dit netwerk zichtbaar."
-#: ../../include/items.php:1056
+#: ../../include/items.php:1145
msgid "Visible to anybody authenticated."
msgstr "Voor iedereen die geauthenticeerd is zichtbaar."
-#: ../../include/items.php:1058
+#: ../../include/items.php:1147
#, php-format
msgid "Visible to anybody on %s."
msgstr "Voor iedereen op %s zichtbaar."
-#: ../../include/items.php:1060
+#: ../../include/items.php:1149
msgid "Visible to all connections."
msgstr "Voor alle connecties zichtbaar."
-#: ../../include/items.php:1062
+#: ../../include/items.php:1151
msgid "Visible to approved connections."
msgstr "Voor alle goedgekeurde connecties zichtbaar."
-#: ../../include/items.php:1064
+#: ../../include/items.php:1153
msgid "Visible to specific connections."
msgstr "Voor specifieke connecties zichtbaar."
-#: ../../include/items.php:3764 ../../mod/home.php:67 ../../mod/display.php:32
+#: ../../include/items.php:3888 ../../mod/display.php:32
#: ../../mod/filestorage.php:18 ../../mod/admin.php:168
-#: ../../mod/admin.php:893 ../../mod/admin.php:1096 ../../mod/thing.php:78
+#: ../../mod/admin.php:896 ../../mod/admin.php:1099 ../../mod/thing.php:78
#: ../../mod/viewsrc.php:18
msgid "Item not found."
msgstr "Item niet gevonden."
-#: ../../include/items.php:4197 ../../mod/group.php:38 ../../mod/group.php:140
+#: ../../include/items.php:4321 ../../mod/group.php:38 ../../mod/group.php:140
msgid "Collection not found."
msgstr "Collectie niet gevonden."
-#: ../../include/items.php:4212
+#: ../../include/items.php:4336
msgid "Collection is empty."
msgstr "Collectie is leeg"
-#: ../../include/items.php:4219
+#: ../../include/items.php:4343
#, php-format
msgid "Collection: %s"
msgstr "Collectie: %s"
-#: ../../include/items.php:4230
+#: ../../include/items.php:4354
#, php-format
msgid "Connection: %s"
msgstr "Connectie: %s"
-#: ../../include/items.php:4233
+#: ../../include/items.php:4357
msgid "Connection not found."
msgstr "Connectie niet gevonden."
@@ -2484,7 +2485,7 @@ msgstr "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande item
msgid "Default privacy group for new contacts"
msgstr "Standaard privacy-collectie voor nieuwe kanalen"
-#: ../../include/group.php:253 ../../mod/admin.php:733
+#: ../../include/group.php:253 ../../mod/admin.php:735
msgid "All Channels"
msgstr "Alle kanalen"
@@ -2492,23 +2493,23 @@ msgstr "Alle kanalen"
msgid "edit"
msgstr "bewerken"
-#: ../../include/group.php:296
+#: ../../include/group.php:297
msgid "Collections"
msgstr "Collecties"
-#: ../../include/group.php:297
+#: ../../include/group.php:298
msgid "Edit collection"
msgstr "Collectie bewerken"
-#: ../../include/group.php:298
+#: ../../include/group.php:299
msgid "Create a new collection"
msgstr "Nieuwe collectie aanmaken"
-#: ../../include/group.php:299
+#: ../../include/group.php:300
msgid "Channels not in any collection"
msgstr "Kanalen die zich in geen enkele collectie bevinden"
-#: ../../include/group.php:301 ../../include/widgets.php:273
+#: ../../include/group.php:302 ../../include/widgets.php:273
msgid "add"
msgstr "toevoegen"
@@ -2541,214 +2542,215 @@ msgid ""
"Nickname has unsupported characters or is already being used on this site."
msgstr "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik."
-#: ../../include/identity.php:258
+#: ../../include/identity.php:276
msgid "Unable to retrieve created identity"
msgstr "Niet in staat om aangemaakte identiteit te vinden"
-#: ../../include/identity.php:317
+#: ../../include/identity.php:335
msgid "Default Profile"
msgstr "Standaardprofiel"
-#: ../../include/identity.php:342 ../../include/widgets.php:407
-#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:473
+#: ../../include/identity.php:374 ../../include/identity.php:375
+#: ../../include/identity.php:382 ../../include/widgets.php:407
+#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:495
msgid "Friends"
msgstr "Vrienden"
-#: ../../include/identity.php:509
+#: ../../include/identity.php:586
msgid "Requested channel is not available."
msgstr "Opgevraagd kanaal is niet beschikbaar."
-#: ../../include/identity.php:557 ../../mod/achievements.php:11
+#: ../../include/identity.php:634 ../../mod/achievements.php:11
#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/connect.php:13
#: ../../mod/filestorage.php:40 ../../mod/layouts.php:8
#: ../../mod/webpages.php:8 ../../mod/hcard.php:8
msgid "Requested profile is not available."
msgstr "Opgevraagd profiel is niet beschikbaar"
-#: ../../include/identity.php:720 ../../mod/profiles.php:750
+#: ../../include/identity.php:797 ../../mod/profiles.php:750
msgid "Change profile photo"
msgstr "Profielfoto veranderen"
-#: ../../include/identity.php:726
+#: ../../include/identity.php:803
msgid "Profiles"
msgstr "Profielen"
-#: ../../include/identity.php:726
+#: ../../include/identity.php:803
msgid "Manage/edit profiles"
msgstr "Profielen beheren/bewerken"
-#: ../../include/identity.php:727 ../../mod/profiles.php:751
+#: ../../include/identity.php:804 ../../mod/profiles.php:751
msgid "Create New Profile"
msgstr "Nieuw profiel aanmaken"
-#: ../../include/identity.php:741 ../../mod/profiles.php:762
+#: ../../include/identity.php:818 ../../mod/profiles.php:762
msgid "Profile Image"
msgstr "Profielfoto"
-#: ../../include/identity.php:744
+#: ../../include/identity.php:821
msgid "visible to everybody"
msgstr "Voor iedereen zichtbaar"
-#: ../../include/identity.php:745 ../../mod/profiles.php:645
+#: ../../include/identity.php:822 ../../mod/profiles.php:645
#: ../../mod/profiles.php:766
msgid "Edit visibility"
msgstr "Zichtbaarheid bewerken"
-#: ../../include/identity.php:759 ../../include/identity.php:996
+#: ../../include/identity.php:836 ../../include/identity.php:1073
#: ../../mod/directory.php:158
msgid "Gender:"
msgstr "Geslacht:"
-#: ../../include/identity.php:760 ../../include/identity.php:1040
+#: ../../include/identity.php:837 ../../include/identity.php:1117
#: ../../mod/directory.php:160
msgid "Status:"
msgstr "Status:"
-#: ../../include/identity.php:761 ../../include/identity.php:1051
+#: ../../include/identity.php:838 ../../include/identity.php:1128
#: ../../mod/directory.php:162
msgid "Homepage:"
msgstr "Homepagina:"
-#: ../../include/identity.php:762 ../../mod/dirprofile.php:151
+#: ../../include/identity.php:839 ../../mod/dirprofile.php:151
msgid "Online Now"
msgstr "Nu online"
-#: ../../include/identity.php:840 ../../include/identity.php:920
+#: ../../include/identity.php:917 ../../include/identity.php:997
#: ../../mod/ping.php:298
msgid "g A l F d"
msgstr "G:i, l d F"
-#: ../../include/identity.php:841 ../../include/identity.php:921
+#: ../../include/identity.php:918 ../../include/identity.php:998
msgid "F d"
msgstr "d F"
-#: ../../include/identity.php:886 ../../include/identity.php:961
+#: ../../include/identity.php:963 ../../include/identity.php:1038
#: ../../mod/ping.php:320
msgid "[today]"
msgstr "[vandaag]"
-#: ../../include/identity.php:898
+#: ../../include/identity.php:975
msgid "Birthday Reminders"
msgstr "Verjaardagsherinneringen"
-#: ../../include/identity.php:899
+#: ../../include/identity.php:976
msgid "Birthdays this week:"
msgstr "Verjaardagen deze week:"
-#: ../../include/identity.php:954
+#: ../../include/identity.php:1031
msgid "[No description]"
msgstr "[Geen omschrijving]"
-#: ../../include/identity.php:972
+#: ../../include/identity.php:1049
msgid "Event Reminders"
msgstr "Herinneringen voor gebeurtenissen"
-#: ../../include/identity.php:973
+#: ../../include/identity.php:1050
msgid "Events this week:"
msgstr "Gebeurtenissen deze week:"
-#: ../../include/identity.php:994 ../../mod/settings.php:943
+#: ../../include/identity.php:1071 ../../mod/settings.php:953
msgid "Full Name:"
msgstr "Volledige naam:"
-#: ../../include/identity.php:1001
+#: ../../include/identity.php:1078
msgid "Like this channel"
msgstr "Vind dit kanaal leuk"
-#: ../../include/identity.php:1025
+#: ../../include/identity.php:1102
msgid "j F, Y"
msgstr "F j Y"
-#: ../../include/identity.php:1026
+#: ../../include/identity.php:1103
msgid "j F"
msgstr "F j"
-#: ../../include/identity.php:1033
+#: ../../include/identity.php:1110
msgid "Birthday:"
msgstr "Geboortedatum:"
-#: ../../include/identity.php:1037
+#: ../../include/identity.php:1114
msgid "Age:"
msgstr "Leeftijd:"
-#: ../../include/identity.php:1046
+#: ../../include/identity.php:1123
#, php-format
msgid "for %1$d %2$s"
msgstr "voor %1$d %2$s"
-#: ../../include/identity.php:1049 ../../mod/profiles.php:667
+#: ../../include/identity.php:1126 ../../mod/profiles.php:667
msgid "Sexual Preference:"
msgstr "Seksuele voorkeur:"
-#: ../../include/identity.php:1053 ../../mod/profiles.php:669
+#: ../../include/identity.php:1130 ../../mod/profiles.php:669
msgid "Hometown:"
msgstr "Oorspronkelijk uit:"
-#: ../../include/identity.php:1055
+#: ../../include/identity.php:1132
msgid "Tags:"
msgstr "Trefwoorden:"
-#: ../../include/identity.php:1057 ../../mod/profiles.php:670
+#: ../../include/identity.php:1134 ../../mod/profiles.php:670
msgid "Political Views:"
msgstr "Politieke overtuigingen:"
-#: ../../include/identity.php:1059
+#: ../../include/identity.php:1136
msgid "Religion:"
msgstr "Religie:"
-#: ../../include/identity.php:1061 ../../mod/directory.php:164
+#: ../../include/identity.php:1138 ../../mod/directory.php:164
msgid "About:"
msgstr "Over:"
-#: ../../include/identity.php:1063
+#: ../../include/identity.php:1140
msgid "Hobbies/Interests:"
msgstr "Hobby's/interesses:"
-#: ../../include/identity.php:1065 ../../mod/profiles.php:673
+#: ../../include/identity.php:1142 ../../mod/profiles.php:673
msgid "Likes:"
msgstr "Houdt van:"
-#: ../../include/identity.php:1067 ../../mod/profiles.php:674
+#: ../../include/identity.php:1144 ../../mod/profiles.php:674
msgid "Dislikes:"
msgstr "Houdt niet van:"
-#: ../../include/identity.php:1070
+#: ../../include/identity.php:1147
msgid "Contact information and Social Networks:"
msgstr "Contactinformatie en sociale netwerken:"
-#: ../../include/identity.php:1072
+#: ../../include/identity.php:1149
msgid "My other channels:"
msgstr "Mijn andere kanalen"
-#: ../../include/identity.php:1074
+#: ../../include/identity.php:1151
msgid "Musical interests:"
msgstr "Muzikale interesses:"
-#: ../../include/identity.php:1076
+#: ../../include/identity.php:1153
msgid "Books, literature:"
msgstr "Boeken, literatuur:"
-#: ../../include/identity.php:1078
+#: ../../include/identity.php:1155
msgid "Television:"
msgstr "Televisie:"
-#: ../../include/identity.php:1080
+#: ../../include/identity.php:1157
msgid "Film/dance/culture/entertainment:"
msgstr "Films/dansen/cultuur/vermaak:"
-#: ../../include/identity.php:1082
+#: ../../include/identity.php:1159
msgid "Love/Romance:"
msgstr "Liefde/romantiek:"
-#: ../../include/identity.php:1084
+#: ../../include/identity.php:1161
msgid "Work/employment:"
msgstr "Werk/beroep:"
-#: ../../include/identity.php:1086
+#: ../../include/identity.php:1163
msgid "School/education:"
msgstr "School/opleiding:"
-#: ../../include/identity.php:1106
+#: ../../include/identity.php:1183
msgid "Like this thing"
msgstr "Vind dit ding leuk"
@@ -2856,11 +2858,11 @@ msgstr "Archieven"
msgid "Refresh"
msgstr "Vernieuwen"
-#: ../../include/widgets.php:405 ../../mod/connedit.php:470
+#: ../../include/widgets.php:405 ../../mod/connedit.php:492
msgid "Me"
msgstr "Ik"
-#: ../../include/widgets.php:406 ../../mod/connedit.php:472
+#: ../../include/widgets.php:406 ../../mod/connedit.php:494
msgid "Best Friends"
msgstr "Goede vrienden"
@@ -2868,11 +2870,11 @@ msgstr "Goede vrienden"
msgid "Co-workers"
msgstr "Collega's"
-#: ../../include/widgets.php:409 ../../mod/connedit.php:474
+#: ../../include/widgets.php:409 ../../mod/connedit.php:496
msgid "Former Friends"
msgstr "Oude vrienden"
-#: ../../include/widgets.php:410 ../../mod/connedit.php:475
+#: ../../include/widgets.php:410 ../../mod/connedit.php:497
msgid "Acquaintances"
msgstr "Kennissen"
@@ -2908,9 +2910,13 @@ msgstr "Verbonden applicaties"
msgid "Export channel"
msgstr "Kanaal exporteren"
+#: ../../include/widgets.php:485
+msgid "Export content"
+msgstr "Inhoud exporteren"
+
#: ../../include/widgets.php:491
msgid "Automatic Permissions (Advanced)"
-msgstr "Automatische privacy-rechten (geavanceerd)"
+msgstr "Automatische permissies (geavanceerd)"
#: ../../include/widgets.php:501
msgid "Premium Channel Settings"
@@ -2967,11 +2973,11 @@ msgstr "met ster"
msgid "Add Tag"
msgstr "Label toevoegen"
-#: ../../include/ItemObject.php:212 ../../mod/photos.php:980
+#: ../../include/ItemObject.php:212 ../../mod/photos.php:1010
msgid "I like this (toggle)"
msgstr "Vind ik leuk"
-#: ../../include/ItemObject.php:213 ../../mod/photos.php:981
+#: ../../include/ItemObject.php:213 ../../mod/photos.php:1011
msgid "I don't like this (toggle)"
msgstr "Vind ik niet leuk"
@@ -3004,60 +3010,60 @@ msgstr "Kanaal-naar-kanaal"
msgid "via Wall-To-Wall:"
msgstr "via kanaal-naar-kanaal"
-#: ../../include/ItemObject.php:279
+#: ../../include/ItemObject.php:280
msgid "Save Bookmarks"
msgstr "Bladwijzers opslaan"
-#: ../../include/ItemObject.php:280
+#: ../../include/ItemObject.php:281
msgid "Add to Calendar"
msgstr "Aan agenda toevoegen"
-#: ../../include/ItemObject.php:288
+#: ../../include/ItemObject.php:289
msgctxt "noun"
msgid "Likes"
msgstr "vinden dit leuk"
-#: ../../include/ItemObject.php:289
+#: ../../include/ItemObject.php:290
msgctxt "noun"
msgid "Dislikes"
msgstr "vinden dit niet leuk"
-#: ../../include/ItemObject.php:320
+#: ../../include/ItemObject.php:321
#, php-format
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d reactie"
msgstr[1] "%d reacties weergeven"
-#: ../../include/ItemObject.php:321 ../../include/js_strings.php:7
+#: ../../include/ItemObject.php:322 ../../include/js_strings.php:7
msgid "[+] show all"
msgstr "[+] alle"
-#: ../../include/ItemObject.php:585 ../../mod/photos.php:999
-#: ../../mod/photos.php:1086
+#: ../../include/ItemObject.php:586 ../../mod/photos.php:1029
+#: ../../mod/photos.php:1116
msgid "This is you"
msgstr "Dit ben jij"
-#: ../../include/ItemObject.php:587 ../../include/js_strings.php:6
-#: ../../mod/photos.php:1001 ../../mod/photos.php:1088
+#: ../../include/ItemObject.php:588 ../../include/js_strings.php:6
+#: ../../mod/photos.php:1031 ../../mod/photos.php:1118
msgid "Comment"
msgstr "Reactie"
-#: ../../include/ItemObject.php:588 ../../mod/mood.php:135
-#: ../../mod/settings.php:517 ../../mod/settings.php:629
-#: ../../mod/settings.php:658 ../../mod/settings.php:682
-#: ../../mod/settings.php:755 ../../mod/settings.php:935
+#: ../../include/ItemObject.php:589 ../../mod/mood.php:135
+#: ../../mod/settings.php:519 ../../mod/settings.php:631
+#: ../../mod/settings.php:660 ../../mod/settings.php:684
+#: ../../mod/settings.php:760 ../../mod/settings.php:945
#: ../../mod/poke.php:166 ../../mod/profiles.php:643 ../../mod/chat.php:177
-#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:518
+#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:540
#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58
-#: ../../mod/photos.php:563 ../../mod/photos.php:674 ../../mod/photos.php:962
-#: ../../mod/photos.php:1002 ../../mod/photos.php:1089
+#: ../../mod/photos.php:563 ../../mod/photos.php:674 ../../mod/photos.php:992
+#: ../../mod/photos.php:1032 ../../mod/photos.php:1119
#: ../../mod/sources.php:104 ../../mod/sources.php:138
-#: ../../mod/events.php:535 ../../mod/filestorage.php:137
-#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:413
-#: ../../mod/admin.php:721 ../../mod/admin.php:856 ../../mod/admin.php:989
-#: ../../mod/admin.php:1188 ../../mod/admin.php:1275 ../../mod/thing.php:286
-#: ../../mod/thing.php:329 ../../mod/import.php:394 ../../mod/invite.php:142
+#: ../../mod/events.php:586 ../../mod/filestorage.php:137
+#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:414
+#: ../../mod/admin.php:723 ../../mod/admin.php:859 ../../mod/admin.php:992
+#: ../../mod/admin.php:1191 ../../mod/admin.php:1278 ../../mod/thing.php:286
+#: ../../mod/thing.php:329 ../../mod/import.php:422 ../../mod/invite.php:142
#: ../../mod/mail.php:345 ../../mod/appman.php:99 ../../mod/poll.php:68
#: ../../view/theme/apw/php/config.php:256
#: ../../view/theme/blogga/php/config.php:67
@@ -3066,35 +3072,35 @@ msgstr "Reactie"
msgid "Submit"
msgstr "Opslaan"
-#: ../../include/ItemObject.php:589
+#: ../../include/ItemObject.php:590
msgid "Bold"
msgstr "Vet"
-#: ../../include/ItemObject.php:590
+#: ../../include/ItemObject.php:591
msgid "Italic"
msgstr "Cursief"
-#: ../../include/ItemObject.php:591
+#: ../../include/ItemObject.php:592
msgid "Underline"
msgstr "Onderstrepen"
-#: ../../include/ItemObject.php:592
+#: ../../include/ItemObject.php:593
msgid "Quote"
msgstr "Citeren"
-#: ../../include/ItemObject.php:593
+#: ../../include/ItemObject.php:594
msgid "Code"
msgstr "Broncode"
-#: ../../include/ItemObject.php:594
+#: ../../include/ItemObject.php:595
msgid "Image"
msgstr "Afbeelding"
-#: ../../include/ItemObject.php:595
+#: ../../include/ItemObject.php:596
msgid "Link"
msgstr "Link"
-#: ../../include/ItemObject.php:596
+#: ../../include/ItemObject.php:597
msgid "Video"
msgstr "Video"
@@ -3136,7 +3142,7 @@ msgstr "Wachtwoordhint"
#: ../../include/js_strings.php:16
msgid "Notice: Permissions have changed but have not yet been submitted."
-msgstr "Mededeling: de privacy-rechten zijn veranderd, maar zijn nog niet opgeslagen."
+msgstr "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen."
#: ../../include/js_strings.php:17
msgid "close all"
@@ -3223,7 +3229,7 @@ msgstr "Nieuw venster"
msgid "Open the selected location in a different window or browser tab"
msgstr "Open de geselecteerde locatie in een ander venster of tab"
-#: ../../include/Contact.php:211 ../../mod/admin.php:647
+#: ../../include/Contact.php:211 ../../mod/admin.php:649
#, php-format
msgid "User '%s' deleted"
msgstr "Account '%s' verwijderd"
@@ -3281,7 +3287,7 @@ msgstr "Niet gespecificeerd"
#: ../../include/profile_selectors.php:6
#: ../../include/profile_selectors.php:23
#: ../../include/profile_selectors.php:61
-#: ../../include/profile_selectors.php:97
+#: ../../include/profile_selectors.php:97 ../../include/permissions.php:741
msgid "Other"
msgstr "Anders"
@@ -3471,15 +3477,15 @@ msgstr "Maakt mij niks uit"
msgid "Ask me"
msgstr "Vraag het me"
-#: ../../include/auth.php:90
+#: ../../include/auth.php:103
msgid "Logged out."
msgstr "Uitgelogd."
-#: ../../include/auth.php:236
+#: ../../include/auth.php:249
msgid "Failed authentication"
msgstr "Mislukte authenticatie"
-#: ../../include/auth.php:251 ../../mod/openid.php:188
+#: ../../include/auth.php:264 ../../mod/openid.php:188
msgid "Login failed."
msgstr "Inloggen mislukt."
@@ -3572,6 +3578,40 @@ msgid ""
"Extremely advanced. Leave this alone unless you know what you are doing"
msgstr "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet."
+#: ../../include/permissions.php:733
+msgid "Social Networking"
+msgstr "Sociaal netwerk"
+
+#: ../../include/permissions.php:734 ../../include/permissions.php:736
+#: ../../include/permissions.php:738 ../../include/permissions.php:740
+msgid "Mostly Public"
+msgstr "Vrijwel alles openbaar"
+
+#: ../../include/permissions.php:734 ../../include/permissions.php:736
+#: ../../include/permissions.php:738
+msgid "Restricted"
+msgstr "Beperkt zichtbaar"
+
+#: ../../include/permissions.php:734 ../../include/permissions.php:736
+msgid "Private"
+msgstr "Verborgen kanaal"
+
+#: ../../include/permissions.php:735
+msgid "Community Forum"
+msgstr "Groepsforum"
+
+#: ../../include/permissions.php:737
+msgid "Feed Republish"
+msgstr "Feed herpubliceren"
+
+#: ../../include/permissions.php:739
+msgid "Celebrity/Soapbox"
+msgstr "Beroemdheid/alleen volgen"
+
+#: ../../include/permissions.php:742
+msgid "Custom/Expert Mode"
+msgstr "Expertmodus/handmatig aanpassen"
+
#: ../../mod/mood.php:132
msgid "Set your current mood and tell your friends"
msgstr "Noteer je huidige stemming en toon het aan je connecties"
@@ -3597,7 +3637,7 @@ msgid "Unable to add menu element."
msgstr "Menu-onderdeel kan niet worden toegevoegd."
#: ../../mod/mitem.php:78 ../../mod/dirprofile.php:175 ../../mod/menu.php:120
-#: ../../mod/xchan.php:27
+#: ../../mod/xchan.php:38
msgid "Not found."
msgstr "Niet gevonden."
@@ -3643,9 +3683,9 @@ msgstr "Nieuw menu-element"
#: ../../mod/mitem.php:133 ../../mod/mitem.php:176
msgid "Menu Item Permissions"
-msgstr "Privacy-rechten menu-item"
+msgstr "Permissies menu-item"
-#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:968
+#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:980
msgid "(click to open/close)"
msgstr "(klik om te openen/sluiten)"
@@ -3721,455 +3761,463 @@ msgstr "Naam is vereist"
msgid "Key and Secret are required"
msgstr "Key en secret zijn vereist"
-#: ../../mod/settings.php:196
+#: ../../mod/settings.php:198
msgid "Passwords do not match. Password unchanged."
msgstr "Wachtwoorden komen niet overeen. Wachtwoord onveranderd."
-#: ../../mod/settings.php:200
+#: ../../mod/settings.php:202
msgid "Empty passwords are not allowed. Password unchanged."
msgstr "Lege wachtwoorden zijn niet toegestaan. Wachtwoord onveranderd."
-#: ../../mod/settings.php:214
+#: ../../mod/settings.php:216
msgid "Password changed."
msgstr "Wachtwoord veranderd."
-#: ../../mod/settings.php:216
+#: ../../mod/settings.php:218
msgid "Password update failed. Please try again."
msgstr "Bijwerken wachtwoord mislukt. Probeer opnieuw."
-#: ../../mod/settings.php:230
+#: ../../mod/settings.php:232
msgid "Not valid email."
msgstr "Geen geldig e-mailadres."
-#: ../../mod/settings.php:233
+#: ../../mod/settings.php:235
msgid "Protected email address. Cannot change to that email."
msgstr "Beschermd e-mailadres. Kan dat e-mailadres niet gebruiken."
-#: ../../mod/settings.php:242
+#: ../../mod/settings.php:244
msgid "System failure storing new email. Please try again."
msgstr "Systeemfout opslaan van nieuwe e-mail. Probeer het nog een keer."
-#: ../../mod/settings.php:445
+#: ../../mod/settings.php:447
msgid "Settings updated."
msgstr "Instellingen bijgewerkt."
-#: ../../mod/settings.php:516 ../../mod/settings.php:542
-#: ../../mod/settings.php:578
+#: ../../mod/settings.php:518 ../../mod/settings.php:544
+#: ../../mod/settings.php:580
msgid "Add application"
msgstr "Applicatie toevoegen"
-#: ../../mod/settings.php:519
+#: ../../mod/settings.php:521
msgid "Name of application"
msgstr "Naam van applicatie"
-#: ../../mod/settings.php:520 ../../mod/settings.php:546
+#: ../../mod/settings.php:522 ../../mod/settings.php:548
msgid "Consumer Key"
msgstr "Consumer key"
-#: ../../mod/settings.php:520 ../../mod/settings.php:521
+#: ../../mod/settings.php:522 ../../mod/settings.php:523
msgid "Automatically generated - change if desired. Max length 20"
msgstr "Automatische gegenereerd - verander wanneer gewenst. Maximale lengte is 20"
-#: ../../mod/settings.php:521 ../../mod/settings.php:547
+#: ../../mod/settings.php:523 ../../mod/settings.php:549
msgid "Consumer Secret"
msgstr "Consumer secret"
-#: ../../mod/settings.php:522 ../../mod/settings.php:548
+#: ../../mod/settings.php:524 ../../mod/settings.php:550
msgid "Redirect"
msgstr "Redirect/doorverwijzing"
-#: ../../mod/settings.php:522
+#: ../../mod/settings.php:524
msgid ""
"Redirect URI - leave blank unless your application specifically requires "
"this"
msgstr "URI voor redirect - laat leeg, behalve wanneer de applicatie dit vereist"
-#: ../../mod/settings.php:523 ../../mod/settings.php:549
+#: ../../mod/settings.php:525 ../../mod/settings.php:551
msgid "Icon url"
msgstr "URL van pictogram"
-#: ../../mod/settings.php:523
+#: ../../mod/settings.php:525
msgid "Optional"
msgstr "Optioneel"
-#: ../../mod/settings.php:534
+#: ../../mod/settings.php:536
msgid "You can't edit this application."
msgstr "Je kan deze applicatie niet bewerken"
-#: ../../mod/settings.php:577
+#: ../../mod/settings.php:579
msgid "Connected Apps"
msgstr "Verbonden applicaties"
-#: ../../mod/settings.php:581
+#: ../../mod/settings.php:583
msgid "Client key starts with"
msgstr "Client key begint met"
-#: ../../mod/settings.php:582
+#: ../../mod/settings.php:584
msgid "No name"
msgstr "Geen naam"
-#: ../../mod/settings.php:583
+#: ../../mod/settings.php:585
msgid "Remove authorization"
msgstr "Autorisatie verwijderen"
-#: ../../mod/settings.php:594
+#: ../../mod/settings.php:596
msgid "No feature settings configured"
msgstr "Geen plugin-instellingen ingesteld"
-#: ../../mod/settings.php:602
+#: ../../mod/settings.php:604
msgid "Feature Settings"
msgstr "Plugin-instellingen"
-#: ../../mod/settings.php:625
+#: ../../mod/settings.php:627
msgid "Account Settings"
msgstr "Account-instellingen"
-#: ../../mod/settings.php:626
+#: ../../mod/settings.php:628
msgid "Password Settings"
msgstr "Wachtwoord-instellingen"
-#: ../../mod/settings.php:627
+#: ../../mod/settings.php:629
msgid "New Password:"
msgstr "Nieuw wachtwoord:"
-#: ../../mod/settings.php:628
+#: ../../mod/settings.php:630
msgid "Confirm:"
msgstr "Bevestigen:"
-#: ../../mod/settings.php:628
+#: ../../mod/settings.php:630
msgid "Leave password fields blank unless changing"
msgstr "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen"
-#: ../../mod/settings.php:630 ../../mod/settings.php:944
+#: ../../mod/settings.php:632 ../../mod/settings.php:954
msgid "Email Address:"
msgstr "E-mailadres:"
-#: ../../mod/settings.php:631 ../../mod/removeaccount.php:61
+#: ../../mod/settings.php:633 ../../mod/removeaccount.php:61
msgid "Remove Account"
msgstr "Account verwijderen"
-#: ../../mod/settings.php:632
+#: ../../mod/settings.php:634
msgid "Remove this account from this server including all its channels"
msgstr "Dit account en al zijn kanalen van deze RedMatrix-hub verwijderen"
-#: ../../mod/settings.php:633 ../../mod/settings.php:1007
+#: ../../mod/settings.php:635 ../../mod/settings.php:1019
msgid "Warning: This action is permanent and cannot be reversed."
msgstr "Waarschuwing: Deze handeling is van permanente aard en kan niet meer worden teruggedraaid."
-#: ../../mod/settings.php:649
+#: ../../mod/settings.php:651
msgid "Off"
msgstr "Uit"
-#: ../../mod/settings.php:649
+#: ../../mod/settings.php:651
msgid "On"
msgstr "Aan"
-#: ../../mod/settings.php:656
+#: ../../mod/settings.php:658
msgid "Additional Features"
msgstr "Extra functies"
-#: ../../mod/settings.php:681
+#: ../../mod/settings.php:683
msgid "Connector Settings"
msgstr "Instellingen externe koppelingen"
-#: ../../mod/settings.php:711 ../../mod/admin.php:361
+#: ../../mod/settings.php:713 ../../mod/admin.php:362
msgid "No special theme for mobile devices"
msgstr "Geen speciaal thema voor mobiele apparaten"
-#: ../../mod/settings.php:720
+#: ../../mod/settings.php:722
#, php-format
msgid "%s - (Experimental)"
msgstr "%s - (experimenteel)"
-#: ../../mod/settings.php:753
+#: ../../mod/settings.php:758
msgid "Display Settings"
msgstr "Weergave-instellingen"
-#: ../../mod/settings.php:759
+#: ../../mod/settings.php:764
msgid "Display Theme:"
msgstr "Gebruik thema:"
-#: ../../mod/settings.php:760
+#: ../../mod/settings.php:765
msgid "Mobile Theme:"
msgstr "Mobiel thema:"
-#: ../../mod/settings.php:761
+#: ../../mod/settings.php:766
msgid "Enable user zoom on mobile devices"
msgstr "Inzoomen op smartphones en tablets toestaan"
-#: ../../mod/settings.php:762
+#: ../../mod/settings.php:767
msgid "Update browser every xx seconds"
msgstr "Ververs de webbrowser om de zoveel seconde"
-#: ../../mod/settings.php:762
+#: ../../mod/settings.php:767
msgid "Minimum of 10 seconds, no maximum"
msgstr "Minimaal 10 seconde, geen maximum"
-#: ../../mod/settings.php:763
+#: ../../mod/settings.php:768
msgid "Maximum number of conversations to load at any time:"
msgstr "Maximaal aantal conversaties die per keer geladen worden:"
-#: ../../mod/settings.php:763
+#: ../../mod/settings.php:768
msgid "Maximum of 100 items"
msgstr "Maximaal 100 conversaties"
-#: ../../mod/settings.php:764
+#: ../../mod/settings.php:769
msgid "Don't show emoticons"
msgstr "Geen emoticons weergeven"
-#: ../../mod/settings.php:765
+#: ../../mod/settings.php:770
+msgid "Link post titles to source"
+msgstr "Berichtkoppen naar originele locatie linken"
+
+#: ../../mod/settings.php:771
msgid "System Page Layout Editor - (advanced)"
msgstr "Lay-out bewerken van systeempagina's (geavanceerd)"
-#: ../../mod/settings.php:801
+#: ../../mod/settings.php:807
msgid "Nobody except yourself"
msgstr "Niemand, behalve jezelf"
-#: ../../mod/settings.php:802
+#: ../../mod/settings.php:808
msgid "Only those you specifically allow"
msgstr "Alleen connecties met uitdrukkelijke toestemming"
-#: ../../mod/settings.php:803
+#: ../../mod/settings.php:809
msgid "Approved connections"
msgstr "Geaccepteerde connecties"
-#: ../../mod/settings.php:804
+#: ../../mod/settings.php:810
msgid "Any connections"
msgstr "Alle connecties"
-#: ../../mod/settings.php:805
+#: ../../mod/settings.php:811
msgid "Anybody on this website"
msgstr "Iedereen op deze hub"
-#: ../../mod/settings.php:806
+#: ../../mod/settings.php:812
msgid "Anybody in this network"
msgstr "Iedereen in dit netwerk"
-#: ../../mod/settings.php:807
+#: ../../mod/settings.php:813
msgid "Anybody authenticated"
msgstr "Geauthenticeerd"
-#: ../../mod/settings.php:808
+#: ../../mod/settings.php:814
msgid "Anybody on the internet"
msgstr "Iedereen op het internet"
-#: ../../mod/settings.php:885
+#: ../../mod/settings.php:891
msgid "Publish your default profile in the network directory"
msgstr "Publiceer je standaardprofiel in de kanalengids"
-#: ../../mod/settings.php:885 ../../mod/settings.php:890
-#: ../../mod/settings.php:961 ../../mod/api.php:106 ../../mod/profiles.php:602
-#: ../../mod/admin.php:391
+#: ../../mod/settings.php:891 ../../mod/settings.php:896
+#: ../../mod/settings.php:973 ../../mod/api.php:106 ../../mod/profiles.php:602
+#: ../../mod/admin.php:392
msgid "No"
msgstr "Nee"
-#: ../../mod/settings.php:885 ../../mod/settings.php:890
-#: ../../mod/settings.php:961 ../../mod/api.php:105 ../../mod/profiles.php:601
-#: ../../mod/admin.php:393
+#: ../../mod/settings.php:891 ../../mod/settings.php:896
+#: ../../mod/settings.php:973 ../../mod/api.php:105 ../../mod/profiles.php:601
+#: ../../mod/admin.php:394
msgid "Yes"
msgstr "Ja"
-#: ../../mod/settings.php:890
+#: ../../mod/settings.php:896
msgid "Allow us to suggest you as a potential friend to new members?"
msgstr "Sta ons toe om jouw kanaal als mogelijke connectie voor te stellen aan nieuwe kanalen"
-#: ../../mod/settings.php:894 ../../mod/profile_photo.php:365
+#: ../../mod/settings.php:900 ../../mod/profile_photo.php:365
msgid "or"
msgstr "of"
-#: ../../mod/settings.php:899
+#: ../../mod/settings.php:905
msgid "Your channel address is"
msgstr "Jouw kanaaladres is"
-#: ../../mod/settings.php:933
+#: ../../mod/settings.php:943
msgid "Channel Settings"
msgstr "Kanaal-instellingen"
-#: ../../mod/settings.php:942
+#: ../../mod/settings.php:952
msgid "Basic Settings"
msgstr "Basis-instellingen"
-#: ../../mod/settings.php:945
+#: ../../mod/settings.php:955
msgid "Your Timezone:"
msgstr "Jouw tijdzone:"
-#: ../../mod/settings.php:946
+#: ../../mod/settings.php:956
msgid "Default Post Location:"
msgstr "Standaardlocatie bericht:"
-#: ../../mod/settings.php:946
+#: ../../mod/settings.php:956
msgid "Geographical location to display on your posts"
msgstr "Geografische locatie die bij het bericht moet worden vermeld"
-#: ../../mod/settings.php:947
+#: ../../mod/settings.php:957
msgid "Use Browser Location:"
msgstr "Locatie van webbrowser gebruiken:"
-#: ../../mod/settings.php:949
+#: ../../mod/settings.php:959
msgid "Adult Content"
msgstr "Inhoud voor volwassenen"
-#: ../../mod/settings.php:949
+#: ../../mod/settings.php:959
msgid ""
"This channel frequently or regularly publishes adult content. (Please tag "
"any adult material and/or nudity with #NSFW)"
msgstr "Dit kanaal publiceert regelmatig of vaak materiaal dat alleen geschikt is voor volwassen. (Gebruik de hashtag #NSFW in berichten met een seksueel getinte inhoud of ander voor minderjarigen ongeschikt materiaal)"
-#: ../../mod/settings.php:951
+#: ../../mod/settings.php:961
msgid "Security and Privacy Settings"
msgstr "Veiligheids- privacy-instellingen"
-#: ../../mod/settings.php:953
+#: ../../mod/settings.php:963
+msgid "Your permissions are already configured. Click to view/adjust"
+msgstr "Jouw permissies zijn al ingesteld. Klik om ze te bekijken of aan te passen."
+
+#: ../../mod/settings.php:965
msgid "Hide my online presence"
msgstr "Verberg mijn aanwezigheid"
-#: ../../mod/settings.php:953
+#: ../../mod/settings.php:965
msgid "Prevents displaying in your profile that you are online"
msgstr "Voorkomt dat op je kanaal te zien valt dat je momenteel op de RedMatrix aanwezig bent"
-#: ../../mod/settings.php:955
+#: ../../mod/settings.php:967
msgid "Simple Privacy Settings:"
msgstr "Eenvoudige privacy-instellingen:"
-#: ../../mod/settings.php:956
+#: ../../mod/settings.php:968
msgid ""
"Very Public - <em>extremely permissive (should be used with caution)</em>"
msgstr "Zeer openbaar <em>(kanaal staat volledig open - moet met grote zorgvuldigheid gebruikt worden)</em>"
-#: ../../mod/settings.php:957
+#: ../../mod/settings.php:969
msgid ""
"Typical - <em>default public, privacy when desired (similar to social "
"network permissions but with improved privacy)</em>"
msgstr "Normaal <em>(standaard openbaar, maar privacy wanneer noodzakelijk - vergelijkbaar met die van sociale netwerken, maar met verbeterde privacy)</em>"
-#: ../../mod/settings.php:958
+#: ../../mod/settings.php:970
msgid "Private - <em>default private, never open or public</em>"
msgstr "Privé <em>(standaard privé en nooit openbaar)</em>"
-#: ../../mod/settings.php:959
+#: ../../mod/settings.php:971
msgid "Blocked - <em>default blocked to/from everybody</em>"
msgstr "Geblokkeerd <em>(standaard geblokkeerd naar/van iedereen)</em>"
-#: ../../mod/settings.php:961
+#: ../../mod/settings.php:973
msgid "Allow others to tag your posts"
msgstr "Anderen toestaan om je berichten te labelen"
-#: ../../mod/settings.php:961
+#: ../../mod/settings.php:973
msgid ""
"Often used by the community to retro-actively flag inappropriate content"
msgstr "Vaak in groepen/forums gebruikt om met terugwerkende kracht ongepast materiaal te markeren"
-#: ../../mod/settings.php:963
+#: ../../mod/settings.php:975
msgid "Advanced Privacy Settings"
msgstr "Geavanceerde privacy-instellingen"
-#: ../../mod/settings.php:965
+#: ../../mod/settings.php:977
msgid "Expire other channel content after this many days"
msgstr "Inhoud van andere kanalen na zoveel aantal dagen laten verlopen:"
-#: ../../mod/settings.php:965
+#: ../../mod/settings.php:977
msgid "0 or blank prevents expiration"
msgstr "0 of leeg voorkomt het verlopen"
-#: ../../mod/settings.php:966
+#: ../../mod/settings.php:978
msgid "Maximum Friend Requests/Day:"
msgstr "Maximum aantal connectieverzoeken per dag:"
-#: ../../mod/settings.php:966
+#: ../../mod/settings.php:978
msgid "May reduce spam activity"
msgstr "Kan eventuele spam verminderen"
-#: ../../mod/settings.php:967
+#: ../../mod/settings.php:979
msgid "Default Post Permissions"
-msgstr "Standaard privacy-rechten voor nieuwe berichten"
+msgstr "Standaard permissies voor nieuwe berichten"
-#: ../../mod/settings.php:979
+#: ../../mod/settings.php:991
msgid "Maximum private messages per day from unknown people:"
msgstr "Maximum aantal privé-berichten per dag van onbekende personen:"
-#: ../../mod/settings.php:979
+#: ../../mod/settings.php:991
msgid "Useful to reduce spamming"
msgstr "Kan eventuele spam verminderen"
-#: ../../mod/settings.php:982
+#: ../../mod/settings.php:994
msgid "Notification Settings"
msgstr "Notificatie-instellingen"
-#: ../../mod/settings.php:983
+#: ../../mod/settings.php:995
msgid "By default post a status message when:"
msgstr "Plaats automatisch een statusbericht wanneer:"
-#: ../../mod/settings.php:984
+#: ../../mod/settings.php:996
msgid "accepting a friend request"
msgstr "Een connectieverzoek wordt geaccepteerd"
-#: ../../mod/settings.php:985
+#: ../../mod/settings.php:997
msgid "joining a forum/community"
msgstr "Je lid wordt van een groep/forum"
-#: ../../mod/settings.php:986
+#: ../../mod/settings.php:998
msgid "making an <em>interesting</em> profile change"
msgstr "Er sprake is van een <em>interessante</em> profielwijziging"
-#: ../../mod/settings.php:987
+#: ../../mod/settings.php:999
msgid "Send a notification email when:"
msgstr "Verzend een notificatie per e-mail wanneer:"
-#: ../../mod/settings.php:988
+#: ../../mod/settings.php:1000
msgid "You receive a connection request"
msgstr "Je een connectieverzoek ontvangt"
-#: ../../mod/settings.php:989
+#: ../../mod/settings.php:1001
msgid "Your connections are confirmed"
msgstr "Jouw connecties zijn bevestigd"
-#: ../../mod/settings.php:990
+#: ../../mod/settings.php:1002
msgid "Someone writes on your profile wall"
msgstr "Iemand iets op jouw kanaal heeft geschreven"
-#: ../../mod/settings.php:991
+#: ../../mod/settings.php:1003
msgid "Someone writes a followup comment"
msgstr "Iemand een reactie schrijft"
-#: ../../mod/settings.php:992
+#: ../../mod/settings.php:1004
msgid "You receive a private message"
msgstr "Je een privé-bericht ontvangt"
-#: ../../mod/settings.php:993
+#: ../../mod/settings.php:1005
msgid "You receive a friend suggestion"
msgstr "Je een kanaalvoorstel ontvangt"
-#: ../../mod/settings.php:994
+#: ../../mod/settings.php:1006
msgid "You are tagged in a post"
msgstr "Je expliciet in een bericht bent genoemd"
-#: ../../mod/settings.php:995
+#: ../../mod/settings.php:1007
msgid "You are poked/prodded/etc. in a post"
msgstr "Je bent in een bericht aangestoten/gepord/etc."
-#: ../../mod/settings.php:998
+#: ../../mod/settings.php:1010
msgid "Advanced Account/Page Type Settings"
msgstr "Instellingen geavanceerd account/paginatype"
-#: ../../mod/settings.php:999
+#: ../../mod/settings.php:1011
msgid "Change the behaviour of this account for special situations"
msgstr "Verander het gedrag van dit account voor speciale situaties"
-#: ../../mod/settings.php:1002
+#: ../../mod/settings.php:1014
msgid ""
"Please enable expert mode (in <a href=\"settings/features\">Settings > "
"Additional features</a>) to adjust!"
msgstr "Schakel de expertmodus in (in <a href=\"settings/features\">Instellingen > Extra functies</a>) om aan te kunnen passen!"
-#: ../../mod/settings.php:1003
+#: ../../mod/settings.php:1015
msgid "Miscellaneous Settings"
msgstr "Diverse instellingen"
-#: ../../mod/settings.php:1005
+#: ../../mod/settings.php:1017
msgid "Personal menu to display in your channel pages"
msgstr "Persoonlijk menu om op je kanaalpagina's weer te geven"
-#: ../../mod/settings.php:1006
+#: ../../mod/settings.php:1018
msgid "Remove this channel"
msgstr "Verwijder dit kanaal"
@@ -4235,12 +4283,11 @@ msgstr "Ophalen URL gaf een foutmelding terug: %1$s"
msgid "Invalid item."
msgstr "Ongeldig item."
-#: ../../mod/block.php:39 ../../mod/page.php:47 ../../mod/home.php:54
-#: ../../mod/wall_upload.php:28
+#: ../../mod/block.php:39 ../../mod/page.php:47 ../../mod/wall_upload.php:28
msgid "Channel not found."
msgstr "Kanaal niet gevonden."
-#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:100
+#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:102
#: ../../mod/help.php:72 ../../index.php:236
msgid "Page not found."
msgstr "Pagina niet gevonden."
@@ -4394,7 +4441,7 @@ msgstr "Homepage"
msgid "Interests"
msgstr "Interesses"
-#: ../../mod/profiles.php:433 ../../mod/admin.php:863
+#: ../../mod/profiles.php:433 ../../mod/admin.php:866
msgid "Address"
msgstr "Kanaaladres"
@@ -4647,7 +4694,7 @@ msgstr "Je moet zijn ingelogd om deze pagina te kunnen bekijken."
#: ../../mod/channel.php:86
msgid "Insufficient permissions. Request redirected to profile page."
-msgstr "Onvoldoende privacy-rechten. Doorgestuurd naar profielpagina."
+msgstr "Onvoldoende permissies. Doorgestuurd naar profielpagina."
#: ../../mod/rbmark.php:88
msgid "Select a bookmark folder"
@@ -4761,7 +4808,7 @@ msgstr "Ik accepteer de %s van deze RedMatrix-hub"
msgid "I am over 13 years of age and accept the %s for this website"
msgstr "Ik accepteer de %s van deze RedMatrix-hub"
-#: ../../mod/register.php:203 ../../mod/admin.php:414
+#: ../../mod/register.php:203 ../../mod/admin.php:415
msgid "Registration"
msgstr "Registratie"
@@ -5022,14 +5069,14 @@ msgid "%1$s [%2$s]"
msgstr "%1$s [%2$s]"
#: ../../mod/connections.php:372
-msgid "Edit contact"
+msgid "Edit connection"
msgstr "Connectie bewerken"
-#: ../../mod/connections.php:393
+#: ../../mod/connections.php:410
msgid "Search your connections"
msgstr "Doorzoek jouw connecties"
-#: ../../mod/connections.php:394
+#: ../../mod/connections.php:411
msgid "Finding: "
msgstr "Zoeken naar: "
@@ -5041,311 +5088,311 @@ msgstr "Bericht bewerken"
msgid "is now connected to"
msgstr "is nu verbonden met"
-#: ../../mod/connedit.php:274
+#: ../../mod/connedit.php:296
msgid "Could not access address book record."
msgstr "Kon geen toegang krijgen tot de record van de connectie."
-#: ../../mod/connedit.php:288
+#: ../../mod/connedit.php:310
msgid "Refresh failed - channel is currently unavailable."
msgstr "Vernieuwen mislukt - kanaal is momenteel niet beschikbaar"
-#: ../../mod/connedit.php:295
+#: ../../mod/connedit.php:317
msgid "Channel has been unblocked"
msgstr "Kanaal is gedeblokkeerd"
-#: ../../mod/connedit.php:296
+#: ../../mod/connedit.php:318
msgid "Channel has been blocked"
msgstr "Kanaal is geblokkeerd"
-#: ../../mod/connedit.php:300 ../../mod/connedit.php:312
-#: ../../mod/connedit.php:324 ../../mod/connedit.php:336
-#: ../../mod/connedit.php:352
+#: ../../mod/connedit.php:322 ../../mod/connedit.php:334
+#: ../../mod/connedit.php:346 ../../mod/connedit.php:358
+#: ../../mod/connedit.php:374
msgid "Unable to set address book parameters."
msgstr "Niet in staat om de parameters van connecties in te stellen."
-#: ../../mod/connedit.php:307
+#: ../../mod/connedit.php:329
msgid "Channel has been unignored"
msgstr "Kanaal wordt niet meer genegeerd"
-#: ../../mod/connedit.php:308
+#: ../../mod/connedit.php:330
msgid "Channel has been ignored"
msgstr "Kanaal wordt genegeerd"
-#: ../../mod/connedit.php:319
+#: ../../mod/connedit.php:341
msgid "Channel has been unarchived"
msgstr "Kanaal is niet meer gearchiveerd"
-#: ../../mod/connedit.php:320
+#: ../../mod/connedit.php:342
msgid "Channel has been archived"
msgstr "Kanaal is gearchiveerd"
-#: ../../mod/connedit.php:331
+#: ../../mod/connedit.php:353
msgid "Channel has been unhidden"
msgstr "Kanaal is niet meer verborgen"
-#: ../../mod/connedit.php:332
+#: ../../mod/connedit.php:354
msgid "Channel has been hidden"
msgstr "Kanaal is verborgen"
-#: ../../mod/connedit.php:347
+#: ../../mod/connedit.php:369
msgid "Channel has been approved"
msgstr "Connectie/kanaal is geaccepteerd"
-#: ../../mod/connedit.php:348
+#: ../../mod/connedit.php:370
msgid "Channel has been unapproved"
msgstr "Connectie/kanaal is afgewezen"
-#: ../../mod/connedit.php:376
+#: ../../mod/connedit.php:398
msgid "Connection has been removed."
msgstr "Connectie is verwijderd"
-#: ../../mod/connedit.php:396
+#: ../../mod/connedit.php:418
#, php-format
msgid "View %s's profile"
msgstr "Profiel van %s weergeven"
-#: ../../mod/connedit.php:400
+#: ../../mod/connedit.php:422
msgid "Refresh Permissions"
-msgstr "Privacy-rechten vernieuwen"
+msgstr "Permissies vernieuwen"
-#: ../../mod/connedit.php:403
+#: ../../mod/connedit.php:425
msgid "Fetch updated permissions"
-msgstr "Aangepaste privacy-rechten ophalen"
+msgstr "Aangepaste permissies ophalen"
-#: ../../mod/connedit.php:407
+#: ../../mod/connedit.php:429
msgid "Recent Activity"
msgstr "Recente activiteit"
-#: ../../mod/connedit.php:410
+#: ../../mod/connedit.php:432
msgid "View recent posts and comments"
msgstr "Recente berichten en reacties weergeven"
-#: ../../mod/connedit.php:414 ../../mod/connedit.php:557
-#: ../../mod/admin.php:730
+#: ../../mod/connedit.php:436 ../../mod/connedit.php:579
+#: ../../mod/admin.php:732
msgid "Unblock"
msgstr "Deblokkeren"
-#: ../../mod/connedit.php:414 ../../mod/connedit.php:557
-#: ../../mod/admin.php:729
+#: ../../mod/connedit.php:436 ../../mod/connedit.php:579
+#: ../../mod/admin.php:731
msgid "Block"
msgstr "Blokkeren"
-#: ../../mod/connedit.php:417
+#: ../../mod/connedit.php:439
msgid "Block or Unblock this connection"
msgstr "Deze connectie blokkeren of deblokkeren"
-#: ../../mod/connedit.php:421 ../../mod/connedit.php:558
+#: ../../mod/connedit.php:443 ../../mod/connedit.php:580
msgid "Unignore"
msgstr "Niet meer negeren"
-#: ../../mod/connedit.php:421 ../../mod/connedit.php:558
+#: ../../mod/connedit.php:443 ../../mod/connedit.php:580
#: ../../mod/notifications.php:51
msgid "Ignore"
msgstr "Negeren"
-#: ../../mod/connedit.php:424
+#: ../../mod/connedit.php:446
msgid "Ignore or Unignore this connection"
msgstr "Deze connectie negeren of niet meer negeren"
-#: ../../mod/connedit.php:427
+#: ../../mod/connedit.php:449
msgid "Unarchive"
msgstr "Niet meer archiveren"
-#: ../../mod/connedit.php:427
+#: ../../mod/connedit.php:449
msgid "Archive"
msgstr "Archiveren"
-#: ../../mod/connedit.php:430
+#: ../../mod/connedit.php:452
msgid "Archive or Unarchive this connection"
msgstr "Deze connectie archiveren of niet meer archiveren"
-#: ../../mod/connedit.php:433
+#: ../../mod/connedit.php:455
msgid "Unhide"
msgstr "Niet meer verbergen"
-#: ../../mod/connedit.php:433
+#: ../../mod/connedit.php:455
msgid "Hide"
msgstr "Verbergen"
-#: ../../mod/connedit.php:436
+#: ../../mod/connedit.php:458
msgid "Hide or Unhide this connection"
msgstr "Deze connectie verbergen of niet meer verbergen"
-#: ../../mod/connedit.php:443
+#: ../../mod/connedit.php:465
msgid "Delete this connection"
msgstr "Deze connectie verwijderen"
-#: ../../mod/connedit.php:486 ../../mod/connedit.php:515
+#: ../../mod/connedit.php:508 ../../mod/connedit.php:537
msgid "Approve this connection"
msgstr "Deze connectie accepteren"
-#: ../../mod/connedit.php:486
+#: ../../mod/connedit.php:508
msgid "Accept connection to allow communication"
msgstr "Keur deze connectie goed om communicatie toe te staan"
-#: ../../mod/connedit.php:502
+#: ../../mod/connedit.php:524
msgid "Automatic Permissions Settings"
-msgstr "Automatische privacy-rechten"
+msgstr "Automatische permissies"
-#: ../../mod/connedit.php:502
+#: ../../mod/connedit.php:524
#, php-format
msgid "Connections: settings for %s"
msgstr "Connecties: instellingen voor %s"
-#: ../../mod/connedit.php:506
+#: ../../mod/connedit.php:528
msgid ""
"When receiving a channel introduction, any permissions provided here will be"
" applied to the new connection automatically and the introduction approved. "
"Leave this page if you do not wish to use this feature."
-msgstr "Wanneer je een connectieverzoek voor een kanaal ontvangt, zullen alle privacy-rechten hier automatisch op de nieuwe connectie worden toegepast en het connectieverzoek worden geaccepteerd. Verlaat deze pagina wanneer je geen gebruik wil maken van deze functie."
+msgstr "Wanneer je een connectieverzoek voor een kanaal ontvangt, zullen alle permissies hier automatisch op de nieuwe connectie worden toegepast en het connectieverzoek worden geaccepteerd. Verlaat deze pagina wanneer je geen gebruik wil maken van deze functie."
-#: ../../mod/connedit.php:508
+#: ../../mod/connedit.php:530
msgid "Slide to adjust your degree of friendship"
msgstr "Schuif om te bepalen hoe goed je iemand kent en/of mag"
-#: ../../mod/connedit.php:514
+#: ../../mod/connedit.php:536
msgid "inherited"
msgstr "geërfd"
-#: ../../mod/connedit.php:516
+#: ../../mod/connedit.php:538
msgid "Connection has no individual permissions!"
-msgstr "Connectie heeft geen individuele privacy-rechten!"
+msgstr "Connectie heeft geen individuele permissies!"
-#: ../../mod/connedit.php:517
+#: ../../mod/connedit.php:539
msgid ""
"This may be appropriate based on your <a href=\"settings\">privacy "
"settings</a>, though you may wish to review the \"Advanced Permissions\"."
msgstr "Dit is mogelijk voldoende, wanneer er naar jouw <a href=\"settings\">privacy-instellingen</a> wordt gekeken. Hoewel je wellicht de geavanceerde rechten wil nagaan."
-#: ../../mod/connedit.php:519
+#: ../../mod/connedit.php:541
msgid "Profile Visibility"
msgstr "Zichtbaarheid profiel"
-#: ../../mod/connedit.php:520
+#: ../../mod/connedit.php:542
#, php-format
msgid ""
"Please choose the profile you would like to display to %s when viewing your "
"profile securely."
msgstr "Kies het profiel dat je aan %s wil tonen wanneer hij/zij ingelogd jouw profiel wil bekijken."
-#: ../../mod/connedit.php:521
+#: ../../mod/connedit.php:543
msgid "Contact Information / Notes"
msgstr "Informatie/aantekeningen over connectie"
-#: ../../mod/connedit.php:522
+#: ../../mod/connedit.php:544
msgid "Edit contact notes"
msgstr "Bewerk aantekeningen over contact"
-#: ../../mod/connedit.php:524
+#: ../../mod/connedit.php:546
msgid "Their Settings"
msgstr "Hun instellingen"
-#: ../../mod/connedit.php:525
+#: ../../mod/connedit.php:547
msgid "My Settings"
msgstr "Mijn instellingen"
-#: ../../mod/connedit.php:527
+#: ../../mod/connedit.php:549
msgid "Clear/Disable Automatic Permissions"
-msgstr "Verwijderen/uitschakelen automatische privacy-rechten"
+msgstr "Verwijderen/uitschakelen automatische permissies"
-#: ../../mod/connedit.php:528
+#: ../../mod/connedit.php:550
msgid "Forum Members"
msgstr "Forum/groepsleden"
-#: ../../mod/connedit.php:529
+#: ../../mod/connedit.php:551
msgid "Soapbox"
msgstr "Zeepkist"
-#: ../../mod/connedit.php:530
+#: ../../mod/connedit.php:552
msgid "Full Sharing (typical social network permissions)"
msgstr "Voluit delen (vergelijkbaar met die van sociale netwerken)"
-#: ../../mod/connedit.php:531
+#: ../../mod/connedit.php:553
msgid "Cautious Sharing "
msgstr "Voorzichtig delen"
-#: ../../mod/connedit.php:532
+#: ../../mod/connedit.php:554
msgid "Follow Only"
msgstr "Alleen volgen"
-#: ../../mod/connedit.php:533
+#: ../../mod/connedit.php:555
msgid "Individual Permissions"
-msgstr "Individuele privacy-rechten"
+msgstr "Individuele permissies"
-#: ../../mod/connedit.php:534
+#: ../../mod/connedit.php:556
msgid ""
"Some permissions may be inherited from your channel <a "
"href=\"settings\">privacy settings</a>, which have higher priority than "
"individual settings. Changing those inherited settings on this page will "
"have no effect."
-msgstr "Sommige privacy-rechten kunnen worden overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal. Wanneer je deze geërfde instellingen op deze pagina veranderd heeft dat geen effect."
+msgstr "Sommige permissies kunnen worden overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal. Wanneer je deze geërfde instellingen op deze pagina veranderd heeft dat geen effect."
-#: ../../mod/connedit.php:535
+#: ../../mod/connedit.php:557
msgid "Advanced Permissions"
-msgstr "Geavanceerde privacy-rechten"
+msgstr "Geavanceerde permissies"
-#: ../../mod/connedit.php:536
+#: ../../mod/connedit.php:558
msgid "Simple Permissions (select one and submit)"
-msgstr "Eenvoudige privacy-rechten (selecteer er één en opslaan)"
+msgstr "Eenvoudige permissies (selecteer er één en opslaan)"
-#: ../../mod/connedit.php:540
+#: ../../mod/connedit.php:562
#, php-format
msgid "Visit %s's profile - %s"
msgstr "Profiel van %s bezoeken - %s"
-#: ../../mod/connedit.php:541
+#: ../../mod/connedit.php:563
msgid "Block/Unblock contact"
msgstr "Connectie blokkeren/deblokkeren"
-#: ../../mod/connedit.php:542
+#: ../../mod/connedit.php:564
msgid "Ignore contact"
msgstr "Connectie negeren"
-#: ../../mod/connedit.php:543
+#: ../../mod/connedit.php:565
msgid "Repair URL settings"
msgstr "URL-instellingen repareren"
-#: ../../mod/connedit.php:544
+#: ../../mod/connedit.php:566
msgid "View conversations"
msgstr "Conversaties weergeven"
-#: ../../mod/connedit.php:546
+#: ../../mod/connedit.php:568
msgid "Delete contact"
msgstr "Connectie verwijderen"
-#: ../../mod/connedit.php:549
+#: ../../mod/connedit.php:571
msgid "Last update:"
msgstr "Laatste wijziging:"
-#: ../../mod/connedit.php:551
+#: ../../mod/connedit.php:573
msgid "Update public posts"
msgstr "Openbare berichten updaten"
-#: ../../mod/connedit.php:553
+#: ../../mod/connedit.php:575
msgid "Update now"
msgstr "Nu updaten"
-#: ../../mod/connedit.php:559
+#: ../../mod/connedit.php:581
msgid "Currently blocked"
msgstr "Momenteel geblokkeerd"
-#: ../../mod/connedit.php:560
+#: ../../mod/connedit.php:582
msgid "Currently ignored"
msgstr "Momenteel genegeerd"
-#: ../../mod/connedit.php:561
+#: ../../mod/connedit.php:583
msgid "Currently archived"
msgstr "Momenteel gearchiveerd"
-#: ../../mod/connedit.php:562
+#: ../../mod/connedit.php:584
msgid "Currently pending"
msgstr "Moeten nog geaccepteerd of afgewezen worden"
-#: ../../mod/connedit.php:563
+#: ../../mod/connedit.php:585
msgid "Hide this contact from others"
msgstr "Verberg deze connectie voor anderen"
-#: ../../mod/connedit.php:563
+#: ../../mod/connedit.php:585
msgid ""
"Replies/likes to your public posts <strong>may</strong> still be visible"
msgstr "Reacties/vind-ik-leuks op jouw openbare berichten <strong>kunnen</strong> zichtbaar blijven"
@@ -5377,7 +5424,7 @@ msgstr "Bestaande gevolmachtigde accountbeheerders"
msgid "Potential Delegates"
msgstr "Gevolmachtigde personen waaraan mogelijk het accountbeheer kan worden uitbesteed."
-#: ../../mod/delegate.php:130 ../../mod/photos.php:912 ../../mod/tagrm.php:93
+#: ../../mod/delegate.php:130 ../../mod/photos.php:942 ../../mod/tagrm.php:93
msgid "Remove"
msgstr "Verwijderen"
@@ -5403,7 +5450,15 @@ msgstr "Geslacht:"
msgid "Finding:"
msgstr "Gezocht naar:"
-#: ../../mod/directory.php:244
+#: ../../mod/directory.php:228
+msgid "next page"
+msgstr "volgende pagina"
+
+#: ../../mod/directory.php:228
+msgid "previous page"
+msgstr "vorige pagina"
+
+#: ../../mod/directory.php:245
msgid "No entries (some entries may be hidden)."
msgstr "Niets gevonden (sommige kanalen kunnen verborgen zijn)."
@@ -5435,15 +5490,6 @@ msgstr "Trefwoorden: "
msgid "This site is not a directory server"
msgstr "Deze hub is geen kanalengidshub (directoryserver)"
-#: ../../mod/home.php:81
-msgid "Red Matrix - &quot;The Network&quot;"
-msgstr "RedMatrix - &quot;The Network&quot;"
-
-#: ../../mod/home.php:94
-#, php-format
-msgid "Welcome to %s"
-msgstr "Welkom op %s"
-
#: ../../mod/setup.php:162
msgid "Red Matrix Server - Setup"
msgstr "RedMatrix Server - Setup"
@@ -5480,7 +5526,7 @@ msgstr "Please see the file \"install/INSTALL.txt\"."
msgid "System check"
msgstr "System check"
-#: ../../mod/setup.php:261 ../../mod/events.php:414
+#: ../../mod/setup.php:261 ../../mod/events.php:439
msgid "Next"
msgstr "Volgende"
@@ -5912,50 +5958,50 @@ msgstr "Webpagina verwijderen?"
msgid "Delete Webpage"
msgstr "Webpagina verwijderen"
-#: ../../mod/siteinfo.php:57
+#: ../../mod/siteinfo.php:76
#, php-format
msgid "Version %s"
msgstr "Versie %s"
-#: ../../mod/siteinfo.php:76
+#: ../../mod/siteinfo.php:95
msgid "Installed plugins/addons/apps:"
msgstr "Ingeschakelde plug-ins/add-ons/apps:"
-#: ../../mod/siteinfo.php:89
+#: ../../mod/siteinfo.php:108
msgid "No installed plugins/addons/apps"
msgstr "Geen ingeschakelde plug-ins/add-ons/apps"
-#: ../../mod/siteinfo.php:97
+#: ../../mod/siteinfo.php:116
msgid "Red"
msgstr "Red"
-#: ../../mod/siteinfo.php:98
+#: ../../mod/siteinfo.php:117
msgid ""
"This is a hub of the Red Matrix - a global cooperative network of "
"decentralized privacy enhanced websites."
msgstr "Dit is een hub van de RedMatrix - een wereldwijd coöperatief netwerk van gedecentraliseerde websites met verbeterde privacy."
-#: ../../mod/siteinfo.php:101
+#: ../../mod/siteinfo.php:120
msgid "Running at web location"
msgstr "Draaiend op weblocatie"
-#: ../../mod/siteinfo.php:102
+#: ../../mod/siteinfo.php:121
msgid ""
"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more "
"about the Red Matrix."
msgstr "Bezoek <a href=\"http://redmatrix.me\">RedMatrix.me</a> om meer te leren over de RedMatrix."
-#: ../../mod/siteinfo.php:103
+#: ../../mod/siteinfo.php:122
msgid "Bug reports and issues: please visit"
msgstr "Bugrapporten en andere kwesties: bezoek"
-#: ../../mod/siteinfo.php:106
+#: ../../mod/siteinfo.php:125
msgid ""
"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot "
"com"
msgstr "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com"
-#: ../../mod/siteinfo.php:108
+#: ../../mod/siteinfo.php:127
msgid "Site Administrators"
msgstr "Hubbeheerders"
@@ -5971,7 +6017,7 @@ msgstr "Album niet gevonden."
msgid "Delete Album"
msgstr "Verwijder album"
-#: ../../mod/photos.php:159 ../../mod/photos.php:963
+#: ../../mod/photos.php:159 ../../mod/photos.php:993
msgid "Delete Photo"
msgstr "Verwijder foto"
@@ -6013,8 +6059,8 @@ msgstr "Plaats geen bericht voor deze upload."
msgid "Album name could not be decoded"
msgstr "Albumnaam kon niet gedecodeerd worden"
-#: ../../mod/photos.php:659 ../../mod/photos.php:681 ../../mod/photos.php:1135
-#: ../../mod/photos.php:1150
+#: ../../mod/photos.php:659 ../../mod/photos.php:681 ../../mod/photos.php:1165
+#: ../../mod/photos.php:1180
msgid "Contact Photos"
msgstr "Connectiefoto's"
@@ -6030,64 +6076,64 @@ msgstr "Nieuwste eerst weergeven"
msgid "Show Oldest First"
msgstr "Oudste eerst weergeven"
-#: ../../mod/photos.php:736 ../../mod/photos.php:1182
+#: ../../mod/photos.php:742 ../../mod/photos.php:1212
msgid "View Photo"
msgstr "Foto weergeven"
-#: ../../mod/photos.php:782
+#: ../../mod/photos.php:812
msgid "Permission denied. Access to this item may be restricted."
msgstr "Toegang geweigerd. Toegang tot dit item kan zijn beperkt."
-#: ../../mod/photos.php:784
+#: ../../mod/photos.php:814
msgid "Photo not available"
msgstr "Foto niet aanwezig"
-#: ../../mod/photos.php:844
+#: ../../mod/photos.php:874
msgid "Use as profile photo"
msgstr "Als profielfoto gebruiken"
-#: ../../mod/photos.php:868
+#: ../../mod/photos.php:898
msgid "View Full Size"
msgstr "Volledige grootte weergeven"
-#: ../../mod/photos.php:946
+#: ../../mod/photos.php:976
msgid "Edit photo"
msgstr "Foto bewerken"
-#: ../../mod/photos.php:948
+#: ../../mod/photos.php:978
msgid "Rotate CW (right)"
msgstr "Draai met de klok mee (naar rechts)"
-#: ../../mod/photos.php:949
+#: ../../mod/photos.php:979
msgid "Rotate CCW (left)"
msgstr "Draai tegen de klok in (naar links)"
-#: ../../mod/photos.php:952
+#: ../../mod/photos.php:982
msgid "New album name"
msgstr "Nieuwe albumnaam"
-#: ../../mod/photos.php:955
+#: ../../mod/photos.php:985
msgid "Caption"
msgstr "Bijschrift"
-#: ../../mod/photos.php:957
+#: ../../mod/photos.php:987
msgid "Add a Tag"
msgstr "Label toevoegen"
-#: ../../mod/photos.php:960
+#: ../../mod/photos.php:990
msgid ""
"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@example.com, #Friesland, #camping"
-#: ../../mod/photos.php:1113
+#: ../../mod/photos.php:1143
msgid "In This Photo:"
msgstr "Op deze foto:"
-#: ../../mod/photos.php:1188
+#: ../../mod/photos.php:1218
msgid "View Album"
msgstr "Album weergeven"
-#: ../../mod/photos.php:1197
+#: ../../mod/photos.php:1242
msgid "Recent Photos"
msgstr "Recente foto's"
@@ -6130,7 +6176,7 @@ msgid "Leave blank to import all public content"
msgstr "Laat leeg om alle openbare inhoud te importeren"
#: ../../mod/sources.php:103 ../../mod/sources.php:137
-#: ../../mod/new_channel.php:110
+#: ../../mod/new_channel.php:112
msgid "Channel Name"
msgstr "Kanaalnaam"
@@ -6158,77 +6204,77 @@ msgstr "Verwijderen bron mislukt."
msgid "- select -"
msgstr "- kies map -"
-#: ../../mod/events.php:87
+#: ../../mod/events.php:91
msgid "Event title and start time are required."
msgstr "Titel en begintijd van gebeurtenis zijn vereist."
-#: ../../mod/events.php:101
+#: ../../mod/events.php:105
msgid "Event not found."
msgstr "Gebeurtenis niet gevonden"
-#: ../../mod/events.php:344
+#: ../../mod/events.php:369
msgid "l, F j"
msgstr "l j F"
-#: ../../mod/events.php:366
+#: ../../mod/events.php:391
msgid "Edit event"
msgstr "Gebeurtenis bewerken"
-#: ../../mod/events.php:412
+#: ../../mod/events.php:437
msgid "Create New Event"
msgstr "Nieuwe gebeurtenis aanmaken"
-#: ../../mod/events.php:413
+#: ../../mod/events.php:438
msgid "Previous"
msgstr "Vorige"
-#: ../../mod/events.php:487
+#: ../../mod/events.php:536
msgid "hour:minute"
msgstr "uur:minuut"
-#: ../../mod/events.php:507
+#: ../../mod/events.php:556
msgid "Event details"
msgstr "Details van gebeurtenis"
-#: ../../mod/events.php:508
+#: ../../mod/events.php:557
#, php-format
msgid "Format is %s %s."
msgstr "Volgorde is %s %s."
-#: ../../mod/events.php:509
+#: ../../mod/events.php:558
msgid "Starting date and Title are required."
msgstr "Begintijd en titel zijn vereist."
-#: ../../mod/events.php:511
+#: ../../mod/events.php:562
msgid "Event Starts:"
msgstr "Begin gebeurtenis:"
-#: ../../mod/events.php:511 ../../mod/events.php:530 ../../mod/appman.php:91
+#: ../../mod/events.php:562 ../../mod/events.php:581 ../../mod/appman.php:91
#: ../../mod/appman.php:92
msgid "Required"
msgstr "Vereist"
-#: ../../mod/events.php:519
+#: ../../mod/events.php:570
msgid "Finish date/time is not known or not relevant"
msgstr "Einddatum/-tijd is niet bekend of niet relevant"
-#: ../../mod/events.php:521
+#: ../../mod/events.php:572
msgid "Event Finishes:"
msgstr "Einde gebeurtenis:"
-#: ../../mod/events.php:524
+#: ../../mod/events.php:575
msgid "Adjust for viewer timezone"
msgstr "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt"
-#: ../../mod/events.php:526
+#: ../../mod/events.php:577
msgid "Description:"
msgstr "Omschrijving:"
-#: ../../mod/events.php:530
+#: ../../mod/events.php:581
msgid "Title:"
msgstr "Titel:"
-#: ../../mod/events.php:532
+#: ../../mod/events.php:583
msgid "Share this event"
msgstr "Deel deze gebeurtenis"
@@ -6373,7 +6419,7 @@ msgstr "Kies een label om te verwijderen"
msgid "Theme settings updated."
msgstr "Thema-instellingen bijgewerkt."
-#: ../../mod/admin.php:97 ../../mod/admin.php:412
+#: ../../mod/admin.php:97 ../../mod/admin.php:413
msgid "Site"
msgstr "Hub-instellingen"
@@ -6381,19 +6427,19 @@ msgstr "Hub-instellingen"
msgid "Accounts"
msgstr "Accounts"
-#: ../../mod/admin.php:99 ../../mod/admin.php:855
+#: ../../mod/admin.php:99 ../../mod/admin.php:858
msgid "Channels"
msgstr "Kanalen"
-#: ../../mod/admin.php:100 ../../mod/admin.php:946 ../../mod/admin.php:988
+#: ../../mod/admin.php:100 ../../mod/admin.php:949 ../../mod/admin.php:991
msgid "Plugins"
msgstr "Plug-ins"
-#: ../../mod/admin.php:101 ../../mod/admin.php:1151 ../../mod/admin.php:1187
+#: ../../mod/admin.php:101 ../../mod/admin.php:1154 ../../mod/admin.php:1190
msgid "Themes"
msgstr "Thema's"
-#: ../../mod/admin.php:102 ../../mod/admin.php:513
+#: ../../mod/admin.php:102 ../../mod/admin.php:515
msgid "Server"
msgstr "Hubbeheer"
@@ -6405,7 +6451,7 @@ msgstr "Profielconfiguratie"
msgid "DB updates"
msgstr "Database-updates"
-#: ../../mod/admin.php:118 ../../mod/admin.php:125 ../../mod/admin.php:1274
+#: ../../mod/admin.php:118 ../../mod/admin.php:125 ../../mod/admin.php:1277
msgid "Logs"
msgstr "Logboeken"
@@ -6421,10 +6467,10 @@ msgstr "Accountregistraties die op goedkeuring wachten"
msgid "Message queues"
msgstr "Berichtenwachtrij"
-#: ../../mod/admin.php:211 ../../mod/admin.php:411 ../../mod/admin.php:512
-#: ../../mod/admin.php:719 ../../mod/admin.php:854 ../../mod/admin.php:945
-#: ../../mod/admin.php:987 ../../mod/admin.php:1150 ../../mod/admin.php:1186
-#: ../../mod/admin.php:1273
+#: ../../mod/admin.php:211 ../../mod/admin.php:412 ../../mod/admin.php:514
+#: ../../mod/admin.php:721 ../../mod/admin.php:857 ../../mod/admin.php:948
+#: ../../mod/admin.php:990 ../../mod/admin.php:1153 ../../mod/admin.php:1189
+#: ../../mod/admin.php:1276
msgid "Administration"
msgstr "Beheer"
@@ -6436,7 +6482,7 @@ msgstr "Samenvatting"
msgid "Registered users"
msgstr "Geregistreerde gebruikers"
-#: ../../mod/admin.php:216 ../../mod/admin.php:516
+#: ../../mod/admin.php:216 ../../mod/admin.php:518
msgid "Pending registrations"
msgstr "Accounts die op goedkeuring wachten"
@@ -6444,571 +6490,572 @@ msgstr "Accounts die op goedkeuring wachten"
msgid "Version"
msgstr "Versie"
-#: ../../mod/admin.php:219 ../../mod/admin.php:517
+#: ../../mod/admin.php:219 ../../mod/admin.php:519
msgid "Active plugins"
msgstr "Ingeschakelde plug-ins"
-#: ../../mod/admin.php:332
+#: ../../mod/admin.php:333
msgid "Site settings updated."
msgstr "Hub-instellingen bijgewerkt."
-#: ../../mod/admin.php:363
+#: ../../mod/admin.php:364
msgid "No special theme for accessibility"
msgstr "Geen speciaal thema voor universele toegang"
-#: ../../mod/admin.php:392
+#: ../../mod/admin.php:393
msgid "Yes - with approval"
msgstr "Ja - met goedkeuring"
-#: ../../mod/admin.php:398
+#: ../../mod/admin.php:399
msgid "My site is not a public server"
msgstr "Mijn RedMatrix-hub is niet openbaar"
-#: ../../mod/admin.php:399
+#: ../../mod/admin.php:400
msgid "My site has paid access only"
msgstr "Mijn RedMatrix-hub kent alleen betaalde toegang"
-#: ../../mod/admin.php:400
+#: ../../mod/admin.php:401
msgid "My site has free access only"
msgstr "Mijn RedMatrix-hub kent alleen gratis toegang"
-#: ../../mod/admin.php:401
+#: ../../mod/admin.php:402
msgid "My site offers free accounts with optional paid upgrades"
msgstr "Mijn RedMatrix-hub biedt gratis accounts aan met betaalde uitbreidingen als optie"
-#: ../../mod/admin.php:415
+#: ../../mod/admin.php:416
msgid "File upload"
msgstr "Bestand uploaden"
-#: ../../mod/admin.php:416
+#: ../../mod/admin.php:417
msgid "Policies"
msgstr "Beleid"
-#: ../../mod/admin.php:421
+#: ../../mod/admin.php:422
msgid "Site name"
msgstr "Naam van deze RedMatrix-hub"
-#: ../../mod/admin.php:422
+#: ../../mod/admin.php:423
msgid "Banner/Logo"
msgstr "Banner/logo"
-#: ../../mod/admin.php:423
+#: ../../mod/admin.php:424
msgid "Administrator Information"
msgstr "Informatie over de beheerder van deze hub"
-#: ../../mod/admin.php:423
+#: ../../mod/admin.php:424
msgid ""
"Contact information for site administrators. Displayed on siteinfo page. "
"BBCode can be used here"
msgstr "Contactinformatie voor hub-beheerders. Getoond op pagina met hub-informatie. Er kan hier bbcode gebruikt worden."
-#: ../../mod/admin.php:424
+#: ../../mod/admin.php:425
msgid "System language"
msgstr "Standaardtaal"
-#: ../../mod/admin.php:425
+#: ../../mod/admin.php:426
msgid "System theme"
msgstr "Standaardthema"
-#: ../../mod/admin.php:425
+#: ../../mod/admin.php:426
msgid ""
"Default system theme - may be over-ridden by user profiles - <a href='#' "
"id='cnftheme'>change theme settings</a>"
msgstr "Standaardthema voor RedMatrix-hub (kan door gebruiker veranderd worden) - <a href='#' id='cnftheme'>verander thema-instellingen</a>"
-#: ../../mod/admin.php:426
+#: ../../mod/admin.php:427
msgid "Mobile system theme"
msgstr "Standaardthema voor mobiel"
-#: ../../mod/admin.php:426
+#: ../../mod/admin.php:427
msgid "Theme for mobile devices"
msgstr "Thema voor mobiele apparaten"
-#: ../../mod/admin.php:427
+#: ../../mod/admin.php:428
msgid "Accessibility system theme"
msgstr "Standaardthema voor universele toegang"
-#: ../../mod/admin.php:427
+#: ../../mod/admin.php:428
msgid "Accessibility theme"
msgstr "Thema voor universele toegang"
-#: ../../mod/admin.php:428
-msgid "Channel to use for this website's static pages"
-msgstr "Kanaal die op deze hub als statische pagina op de homepage gebruikt moet worden"
-
-#: ../../mod/admin.php:428
-msgid "Site Channel"
-msgstr "Kanaal op deze RedMatrix-hub"
-
-#: ../../mod/admin.php:429
+#: ../../mod/admin.php:430
msgid "Enable Diaspora Protocol"
msgstr "Diaspora-protocol inschakelen"
-#: ../../mod/admin.php:429
+#: ../../mod/admin.php:430
msgid "Communicate with Diaspora and Friendica - experimental"
msgstr "Communiceer met Diaspora en Friendica (experimenteel)"
-#: ../../mod/admin.php:430
+#: ../../mod/admin.php:431
msgid "Allow Feeds as Connections"
msgstr "Sta feeds toe als connecties"
-#: ../../mod/admin.php:430
+#: ../../mod/admin.php:431
msgid "(Heavy system resource usage)"
msgstr "(sterk negatieve invloed op systeembronnen hub)"
-#: ../../mod/admin.php:431
+#: ../../mod/admin.php:432
msgid "Maximum image size"
msgstr "Maximale grootte van afbeeldingen"
-#: ../../mod/admin.php:431
+#: ../../mod/admin.php:432
msgid ""
"Maximum size in bytes of uploaded images. Default is 0, which means no "
"limits."
msgstr "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standaard is 0, wat geen limiet betekend."
-#: ../../mod/admin.php:432
+#: ../../mod/admin.php:433
msgid "Does this site allow new member registration?"
msgstr "Staat deze hub registratie van nieuwe accounts toe?"
-#: ../../mod/admin.php:433
+#: ../../mod/admin.php:434
msgid "Which best describes the types of account offered by this hub?"
msgstr "Wat voor soort accounts biedt deze RedMatrix-hub aan? Kies wat het meest in de buurt komt."
-#: ../../mod/admin.php:434
+#: ../../mod/admin.php:435
msgid "Register text"
msgstr "Registratietekst"
-#: ../../mod/admin.php:434
+#: ../../mod/admin.php:435
msgid "Will be displayed prominently on the registration page."
msgstr "Wordt prominent op de registratiepagina getoond."
-#: ../../mod/admin.php:435
+#: ../../mod/admin.php:436
msgid "Accounts abandoned after x days"
msgstr "Accounts als verlaten beschouwen na zoveel aantal dagen:"
-#: ../../mod/admin.php:435
+#: ../../mod/admin.php:436
msgid ""
"Will not waste system resources polling external sites for abandonded "
"accounts. Enter 0 for no time limit."
msgstr "Zal geen systeembronnen verspillen door polling van externe hubs voor verlaten accounts. Vul 0 in voor geen tijdslimiet."
-#: ../../mod/admin.php:436
+#: ../../mod/admin.php:437
msgid "Allowed friend domains"
msgstr "Toegestane domeinen"
-#: ../../mod/admin.php:436
+#: ../../mod/admin.php:437
msgid ""
"Comma separated list of domains which are allowed to establish friendships "
"with this site. Wildcards are accepted. Empty to allow any domains"
msgstr "Komma-gescheiden lijst van domeinen waarvan kanalen connecties kunnen aangaan met kanalen op deze RedMatrix-hub. Wildcards zijn toegestaan.\nLaat leeg om alle domeinen toe te laten."
-#: ../../mod/admin.php:437
+#: ../../mod/admin.php:438
msgid "Allowed email domains"
msgstr "Toegestane e-maildomeinen"
-#: ../../mod/admin.php:437
+#: ../../mod/admin.php:438
msgid ""
"Comma separated list of domains which are allowed in email addresses for "
"registrations to this site. Wildcards are accepted. Empty to allow any "
"domains"
msgstr "Door komma's gescheiden lijst met e-maildomeinen die op deze hub mogen registeren. Wildcards zijn toegestaan.\nLaat leeg om alle domeinen toe te laten."
-#: ../../mod/admin.php:438
+#: ../../mod/admin.php:439
msgid "Block public"
msgstr "Openbare toegang blokkeren"
-#: ../../mod/admin.php:438
+#: ../../mod/admin.php:439
msgid ""
"Check to block public access to all otherwise public personal pages on this "
"site unless you are currently logged in."
msgstr "Vink dit aan om alle normaliter openbare persoonlijke pagina's op deze hub alleen toegankelijk te maken voor ingelogde gebruikers."
-#: ../../mod/admin.php:439
+#: ../../mod/admin.php:440
+msgid "Verify Email Addresses"
+msgstr "E-mailadres verifieren"
+
+#: ../../mod/admin.php:440
+msgid ""
+"Check to verify email addresses used in account registration (recommended)."
+msgstr "Inschakelen om e-mailadressen te verifiëren die tijdens de accountregistratie worden gebruikt (aanbevolen)."
+
+#: ../../mod/admin.php:441
msgid "Force publish"
msgstr "Dwing kanaalvermelding af"
-#: ../../mod/admin.php:439
+#: ../../mod/admin.php:441
msgid ""
"Check to force all profiles on this site to be listed in the site directory."
msgstr "Vink dit aan om af te dwingen dat alle kanalen op deze hub in de kanalengids worden vermeld."
-#: ../../mod/admin.php:440
+#: ../../mod/admin.php:442
msgid "Disable discovery tab"
msgstr "Ontdekkingstab"
-#: ../../mod/admin.php:440
+#: ../../mod/admin.php:442
msgid ""
"Remove the tab in the network view with public content pulled from sources "
"chosen for this site."
msgstr "Verwijder de tab in de matrix-weergave waarin zich een selectie aan openbare berichten bevindt, die automatisch voor deze hub zijn uitgekozen."
-#: ../../mod/admin.php:441
+#: ../../mod/admin.php:443
msgid "No login on Homepage"
msgstr "Geen inlogformulier op de homepage"
-#: ../../mod/admin.php:441
+#: ../../mod/admin.php:443
msgid ""
"Check to hide the login form from your sites homepage when visitors arrive "
"who are not logged in (e.g. when you put the content of the homepage in via "
"the site channel)."
msgstr "Vink dit aan om het inlogformulier op de homepage van deze hub, die niet-ingelogde gebruikers te zien krijgen, te verbergen. (bijvoorbeeld wanneer je een kanaal op deze RedMatrix-hub als homepage gebruikt)"
-#: ../../mod/admin.php:443
+#: ../../mod/admin.php:445
msgid "Proxy user"
msgstr "Proxy-gebruiker"
-#: ../../mod/admin.php:444
+#: ../../mod/admin.php:446
msgid "Proxy URL"
msgstr "Proxy-URL"
-#: ../../mod/admin.php:445
+#: ../../mod/admin.php:447
msgid "Network timeout"
msgstr "Netwerktimeout"
-#: ../../mod/admin.php:445
+#: ../../mod/admin.php:447
msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
msgstr "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)"
-#: ../../mod/admin.php:446
+#: ../../mod/admin.php:448
msgid "Delivery interval"
msgstr "Afleveringsinterval"
-#: ../../mod/admin.php:446
+#: ../../mod/admin.php:448
msgid ""
"Delay background delivery processes by this many seconds to reduce system "
"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
"for large dedicated servers."
msgstr "Vertraag de achtergrondprocessen voor het afleveren met een aantal seconden om de systeembelasting te verminderen. Aanbevolen: 4-5 voor shared hosts, 2-3 voor virtual private servers (VPS) en 0-1 voor grote dedicated servers."
-#: ../../mod/admin.php:447
+#: ../../mod/admin.php:449
msgid "Poll interval"
msgstr "Poll-interval"
-#: ../../mod/admin.php:447
+#: ../../mod/admin.php:449
msgid ""
"Delay background polling processes by this many seconds to reduce system "
"load. If 0, use delivery interval."
msgstr "De achtergrondprocessen voor het afleveren met zoveel seconden vertragen om de systeembelasting te verminderen. 0 om de afleveringsinterval te gebruiken."
-#: ../../mod/admin.php:448
+#: ../../mod/admin.php:450
msgid "Maximum Load Average"
msgstr "Maximaal gemiddelde systeembelasting"
-#: ../../mod/admin.php:448
+#: ../../mod/admin.php:450
msgid ""
"Maximum system load before delivery and poll processes are deferred - "
"default 50."
msgstr "Maximale systeembelasting voordat de afleverings- en polllingsprocessen worden uitgesteld. Standaard is 50."
-#: ../../mod/admin.php:504
+#: ../../mod/admin.php:506
msgid "No server found"
msgstr "Geen hub gevonden"
-#: ../../mod/admin.php:511 ../../mod/admin.php:733
+#: ../../mod/admin.php:513 ../../mod/admin.php:735
msgid "ID"
msgstr "ID"
-#: ../../mod/admin.php:511
+#: ../../mod/admin.php:513
msgid "for channel"
msgstr "voor kanaal"
-#: ../../mod/admin.php:511
+#: ../../mod/admin.php:513
msgid "on server"
msgstr "op hub"
-#: ../../mod/admin.php:511
+#: ../../mod/admin.php:513
msgid "Status"
msgstr "Status"
-#: ../../mod/admin.php:532
+#: ../../mod/admin.php:534
msgid "Update has been marked successful"
msgstr "Update is als succesvol gemarkeerd"
-#: ../../mod/admin.php:542
+#: ../../mod/admin.php:544
#, php-format
msgid "Executing %s failed. Check system logs."
msgstr "Uitvoeren van %s is mislukt. Controleer systeemlogboek."
-#: ../../mod/admin.php:545
+#: ../../mod/admin.php:547
#, php-format
msgid "Update %s was successfully applied."
msgstr "Update %s was geslaagd."
-#: ../../mod/admin.php:549
+#: ../../mod/admin.php:551
#, php-format
msgid "Update %s did not return a status. Unknown if it succeeded."
msgstr "Update %s gaf geen melding. Het is daarom niet bekend of deze geslaagd is."
-#: ../../mod/admin.php:552
+#: ../../mod/admin.php:554
#, php-format
msgid "Update function %s could not be found."
msgstr "Update-functie %s kon niet gevonden worden."
-#: ../../mod/admin.php:567
+#: ../../mod/admin.php:569
msgid "No failed updates."
msgstr "Geen mislukte updates."
-#: ../../mod/admin.php:571
+#: ../../mod/admin.php:573
msgid "Failed Updates"
msgstr "Mislukte updates"
-#: ../../mod/admin.php:573
+#: ../../mod/admin.php:575
msgid "Mark success (if update was manually applied)"
msgstr "Markeer als geslaagd (wanneer de update handmatig was uitgevoerd)"
-#: ../../mod/admin.php:574
+#: ../../mod/admin.php:576
msgid "Attempt to execute this update step automatically"
msgstr "Poging om deze stap van de update automatisch uit te voeren."
-#: ../../mod/admin.php:600
+#: ../../mod/admin.php:602
#, php-format
msgid "%s user blocked/unblocked"
msgid_plural "%s users blocked/unblocked"
msgstr[0] "%s account geblokkeerd/gedeblokkeerd"
msgstr[1] "%s accounts geblokkeerd/gedeblokkeerd"
-#: ../../mod/admin.php:607
+#: ../../mod/admin.php:609
#, php-format
msgid "%s user deleted"
msgid_plural "%s users deleted"
msgstr[0] "%s account verwijderd"
msgstr[1] "%s accounts verwijderd"
-#: ../../mod/admin.php:636
+#: ../../mod/admin.php:638
msgid "Account not found"
msgstr "Account niet gevonden"
-#: ../../mod/admin.php:656
+#: ../../mod/admin.php:658
#, php-format
msgid "User '%s' unblocked"
msgstr "Account '%s' gedeblokkeerd"
-#: ../../mod/admin.php:656
+#: ../../mod/admin.php:658
#, php-format
msgid "User '%s' blocked"
msgstr "Gebruiker '%s' geblokkeerd"
-#: ../../mod/admin.php:720 ../../mod/admin.php:732
+#: ../../mod/admin.php:722 ../../mod/admin.php:734
msgid "Users"
msgstr "Accounts"
-#: ../../mod/admin.php:722 ../../mod/admin.php:857
+#: ../../mod/admin.php:724 ../../mod/admin.php:860
msgid "select all"
msgstr "alles selecteren"
-#: ../../mod/admin.php:723
+#: ../../mod/admin.php:725
msgid "User registrations waiting for confirm"
msgstr "Accounts die op goedkeuring wachten"
-#: ../../mod/admin.php:724
+#: ../../mod/admin.php:726
msgid "Request date"
msgstr "Tijd/datum verzoek"
-#: ../../mod/admin.php:725
+#: ../../mod/admin.php:727
msgid "No registrations."
msgstr "Geen verzoeken."
-#: ../../mod/admin.php:726
+#: ../../mod/admin.php:728
msgid "Approve"
msgstr "Goedkeuren"
-#: ../../mod/admin.php:727
+#: ../../mod/admin.php:729
msgid "Deny"
msgstr "Afkeuren"
-#: ../../mod/admin.php:733
+#: ../../mod/admin.php:735
msgid "Register date"
msgstr "Geregistreerd"
-#: ../../mod/admin.php:733
+#: ../../mod/admin.php:735
msgid "Last login"
msgstr "Laatste keer ingelogd"
-#: ../../mod/admin.php:733
+#: ../../mod/admin.php:735
msgid "Expires"
msgstr "Verloopt"
-#: ../../mod/admin.php:733
+#: ../../mod/admin.php:735
msgid "Service Class"
msgstr "Abonnementen"
-#: ../../mod/admin.php:735
+#: ../../mod/admin.php:737
msgid ""
"Selected users will be deleted!\\n\\nEverything these users had posted on "
"this site will be permanently deleted!\\n\\nAre you sure?"
msgstr "Geselecteerde accounts (met bijbehorende kanalen) worden verwijderd!\\n\\nAlles wat deze accounts op deze hub hebben gepubliceerd wordt definitief verwijderd!\\n\\Weet je het zeker?"
-#: ../../mod/admin.php:736
+#: ../../mod/admin.php:738
msgid ""
"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
"site will be permanently deleted!\\n\\nAre you sure?"
msgstr "Account {0} (met bijbehorende kanalen) wordt verwijderd !\\n\\nAlles wat dit account op deze hub heeft gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"
-#: ../../mod/admin.php:769
+#: ../../mod/admin.php:771
#, php-format
msgid "%s channel censored/uncensored"
-msgid_plural "%s channelss censored/uncensored"
-msgstr[0] "%s kanalen gecensureerd/ongecensureerd"
-msgstr[1] "%s kanaal gecensureerd/ongecensureerd"
+msgid_plural "%s channels censored/uncensored"
+msgstr[0] "%s kanaal gecensureerd/ongecensureerd"
+msgstr[1] "%s kanalen gecensureerd/ongecensureerd"
-#: ../../mod/admin.php:776
+#: ../../mod/admin.php:778
#, php-format
msgid "%s channel deleted"
msgid_plural "%s channels deleted"
msgstr[0] "%s kanaal verwijderd"
msgstr[1] "%s kanalen verwijderd"
-#: ../../mod/admin.php:795
+#: ../../mod/admin.php:797
msgid "Channel not found"
msgstr "Kanaal niet gevonden"
-#: ../../mod/admin.php:806
+#: ../../mod/admin.php:808
#, php-format
msgid "Channel '%s' deleted"
msgstr "Kanaal '%s' verwijderd"
-#: ../../mod/admin.php:816
+#: ../../mod/admin.php:819
#, php-format
msgid "Channel '%s' uncensored"
msgstr "Kanaal '%s' ongecensureerd"
-#: ../../mod/admin.php:816
+#: ../../mod/admin.php:819
#, php-format
msgid "Channel '%s' censored"
msgstr "Kanaal '%s' gecensureerd"
-#: ../../mod/admin.php:859
+#: ../../mod/admin.php:862
msgid "Censor"
msgstr "Censureren"
-#: ../../mod/admin.php:860
+#: ../../mod/admin.php:863
msgid "Uncensor"
msgstr "Niet censureren"
-#: ../../mod/admin.php:863
+#: ../../mod/admin.php:866
msgid "UID"
msgstr "UID"
-#: ../../mod/admin.php:865
+#: ../../mod/admin.php:868
msgid ""
"Selected channels will be deleted!\\n\\nEverything that was posted in these "
"channels on this site will be permanently deleted!\\n\\nAre you sure?"
msgstr "Geselecteerde kanalen worden verwijderd!\\n\\nAlles wat in deze kanalen op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"
-#: ../../mod/admin.php:866
+#: ../../mod/admin.php:869
msgid ""
"The channel {0} will be deleted!\\n\\nEverything that was posted in this "
"channel on this site will be permanently deleted!\\n\\nAre you sure?"
msgstr "Kanaal {0} wordt verwijderd!\\n\\nAlles wat in dit kanaal op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"
-#: ../../mod/admin.php:905
+#: ../../mod/admin.php:908
#, php-format
msgid "Plugin %s disabled."
msgstr "Plug-in %s uitgeschakeld."
-#: ../../mod/admin.php:909
+#: ../../mod/admin.php:912
#, php-format
msgid "Plugin %s enabled."
msgstr "Plug-in %s ingeschakeld"
-#: ../../mod/admin.php:919 ../../mod/admin.php:1121
+#: ../../mod/admin.php:922 ../../mod/admin.php:1124
msgid "Disable"
msgstr "Uitschakelen"
-#: ../../mod/admin.php:921 ../../mod/admin.php:1123
+#: ../../mod/admin.php:924 ../../mod/admin.php:1126
msgid "Enable"
msgstr "Inschakelen"
-#: ../../mod/admin.php:947 ../../mod/admin.php:1152
+#: ../../mod/admin.php:950 ../../mod/admin.php:1155
msgid "Toggle"
msgstr "Omschakelen"
-#: ../../mod/admin.php:955 ../../mod/admin.php:1162
+#: ../../mod/admin.php:958 ../../mod/admin.php:1165
msgid "Author: "
msgstr "Auteur: "
-#: ../../mod/admin.php:956 ../../mod/admin.php:1163
+#: ../../mod/admin.php:959 ../../mod/admin.php:1166
msgid "Maintainer: "
msgstr "Beheerder: "
-#: ../../mod/admin.php:1085
+#: ../../mod/admin.php:1088
msgid "No themes found."
msgstr "Geen thema's gevonden"
-#: ../../mod/admin.php:1144
+#: ../../mod/admin.php:1147
msgid "Screenshot"
msgstr "Schermafdruk"
-#: ../../mod/admin.php:1192
+#: ../../mod/admin.php:1195
msgid "[Experimental]"
msgstr "[Experimenteel]"
-#: ../../mod/admin.php:1193
+#: ../../mod/admin.php:1196
msgid "[Unsupported]"
msgstr "[Niet ondersteund]"
-#: ../../mod/admin.php:1220
+#: ../../mod/admin.php:1223
msgid "Log settings updated."
msgstr "Logboek-instellingen bijgewerkt."
-#: ../../mod/admin.php:1276
+#: ../../mod/admin.php:1279
msgid "Clear"
msgstr "Leegmaken"
-#: ../../mod/admin.php:1282
+#: ../../mod/admin.php:1285
msgid "Debugging"
msgstr "Debuggen"
-#: ../../mod/admin.php:1283
+#: ../../mod/admin.php:1286
msgid "Log file"
msgstr "Logbestand"
-#: ../../mod/admin.php:1283
+#: ../../mod/admin.php:1286
msgid ""
"Must be writable by web server. Relative to your Red top-level directory."
msgstr "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je RedMatrix-installatie."
-#: ../../mod/admin.php:1284
+#: ../../mod/admin.php:1287
msgid "Log level"
msgstr "Logniveau"
-#: ../../mod/admin.php:1331
+#: ../../mod/admin.php:1334
msgid "New Profile Field"
msgstr "Nieuw profielveld"
-#: ../../mod/admin.php:1332 ../../mod/admin.php:1353
+#: ../../mod/admin.php:1335 ../../mod/admin.php:1356
msgid "Field nickname"
msgstr "Bijnaam voor veld"
-#: ../../mod/admin.php:1332 ../../mod/admin.php:1353
+#: ../../mod/admin.php:1335 ../../mod/admin.php:1356
msgid "System name of field"
msgstr "Systeemnaam voor veld"
-#: ../../mod/admin.php:1333 ../../mod/admin.php:1354
+#: ../../mod/admin.php:1336 ../../mod/admin.php:1357
msgid "Input type"
msgstr "Invoertype"
-#: ../../mod/admin.php:1334 ../../mod/admin.php:1355
+#: ../../mod/admin.php:1337 ../../mod/admin.php:1358
msgid "Field Name"
msgstr "Veldnaam"
-#: ../../mod/admin.php:1334 ../../mod/admin.php:1355
+#: ../../mod/admin.php:1337 ../../mod/admin.php:1358
msgid "Label on profile pages"
msgstr "Tekstlabel voor op profielpagina's"
-#: ../../mod/admin.php:1335 ../../mod/admin.php:1356
+#: ../../mod/admin.php:1338 ../../mod/admin.php:1359
msgid "Help text"
msgstr "Helptekst"
-#: ../../mod/admin.php:1335 ../../mod/admin.php:1356
+#: ../../mod/admin.php:1338 ../../mod/admin.php:1359
msgid "Additional info (optional)"
msgstr "Extra informatie (optioneel)"
-#: ../../mod/admin.php:1346
+#: ../../mod/admin.php:1349
msgid "Field definition not found"
msgstr "Velddefinitie niet gevonden"
-#: ../../mod/admin.php:1352
+#: ../../mod/admin.php:1355
msgid "Edit Profile Field"
msgstr "Profielveld bewerken"
@@ -7069,44 +7116,49 @@ msgstr "URL van foto van ding (optioneel)"
msgid "Add Thing to your Profile"
msgstr "Ding aan je profiel toevoegen"
-#: ../../mod/import.php:36
+#: ../../mod/import.php:25
+#, php-format
+msgid "Your service plan only allows %d channels."
+msgstr "Jouw abonnement staat maar %d kanalen toe."
+
+#: ../../mod/import.php:51
msgid "Nothing to import."
msgstr "Niets gevonden om te importeren"
-#: ../../mod/import.php:58
+#: ../../mod/import.php:73
msgid "Unable to download data from old server"
msgstr "Niet in staat om gegevens van de oude hub te downloaden"
-#: ../../mod/import.php:64
+#: ../../mod/import.php:79
msgid "Imported file is empty."
msgstr "Geïmporteerde bestand is leeg"
-#: ../../mod/import.php:88
+#: ../../mod/import.php:103
msgid ""
"Cannot create a duplicate channel identifier on this system. Import failed."
msgstr "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt."
-#: ../../mod/import.php:106
+#: ../../mod/import.php:121
msgid "Channel clone failed. Import failed."
msgstr "Het klonen van het kanaal is mislukt. Importeren mislukt."
-#: ../../mod/import.php:116
+#: ../../mod/import.php:131
msgid "Cloned channel not found. Import failed."
msgstr "Gekloond kanaal niet gevonden. Importeren mislukt."
-#: ../../mod/import.php:365
+#: ../../mod/import.php:394
msgid "Import completed."
msgstr "Import voltooid."
-#: ../../mod/import.php:378
+#: ../../mod/import.php:406
msgid "You must be logged in to use this feature."
msgstr "Je moet ingelogd zijn om dit onderdeel te kunnen gebruiken."
-#: ../../mod/import.php:383
+#: ../../mod/import.php:411
msgid "Import Channel"
msgstr "Kanaal importeren"
-#: ../../mod/import.php:384
+#: ../../mod/import.php:412
msgid ""
"Use this form to import an existing channel from a different server/hub. You"
" may retrieve the channel identity from the old server/hub via the network "
@@ -7114,27 +7166,27 @@ msgid ""
"be imported. Importation of content is not yet available."
msgstr "Gebruik dit formulier om een bestaand kanaal te importeren van een andere hub. Je kan de kanaal-identiteit van de oude hub via het netwerk ontvangen of een exportbestand verstrekken. Alleen de identiteit en de connecties zullen geïmporteerd worden. Het importeren van inhoud is nog niet beschikbaar."
-#: ../../mod/import.php:385
+#: ../../mod/import.php:413
msgid "File to Upload"
msgstr "Bestand om te uploaden"
-#: ../../mod/import.php:386
+#: ../../mod/import.php:414
msgid "Or provide the old server/hub details"
msgstr "Of vul de gegevens van de oude hub in"
-#: ../../mod/import.php:387
+#: ../../mod/import.php:415
msgid "Your old identity address (xyz@example.com)"
msgstr "Jouw oude kanaaladres (xyz@example.com)"
-#: ../../mod/import.php:388
+#: ../../mod/import.php:416
msgid "Your old login email address"
msgstr "Het e-mailadres van je oude account"
-#: ../../mod/import.php:389
+#: ../../mod/import.php:417
msgid "Your old login password"
msgstr "Wachtwoord van jouw oude account"
-#: ../../mod/import.php:390
+#: ../../mod/import.php:418
msgid ""
"For either option, please choose whether to make this hub your new primary "
"address, or whether your old location should continue this role. You will be"
@@ -7142,7 +7194,7 @@ msgid ""
"primary location for files, photos, and media."
msgstr "Voor elke optie geldt dat je moet kiezen of je jouw primaire kanaaladres op deze hub wil instellen of dat jouw oude hub deze rol blijft vervullen."
-#: ../../mod/import.php:391
+#: ../../mod/import.php:419
msgid "Make this hub my primary location"
msgstr "Stel deze hub als mijn primaire locatie in"
@@ -7337,7 +7389,7 @@ msgid ""
"Password reset failed."
msgstr "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt."
-#: ../../mod/lostpass.php:85 ../../boot.php:1504
+#: ../../mod/lostpass.php:85 ../../boot.php:1506
msgid "Password Reset"
msgstr "Wachtwoord vergeten?"
@@ -7617,11 +7669,11 @@ msgstr "Geen berichten"
msgid "D, d M Y - g:i A"
msgstr "D, j M Y - G:i"
-#: ../../mod/new_channel.php:107
+#: ../../mod/new_channel.php:109
msgid "Add a Channel"
msgstr "Kanaal toevoegen"
-#: ../../mod/new_channel.php:108
+#: ../../mod/new_channel.php:110
msgid ""
"A channel is your own collection of related web pages. A channel can be used"
" to hold social network profiles, blogs, conversation groups and forums, "
@@ -7629,24 +7681,43 @@ msgid ""
"service provider allows."
msgstr "Een kanaal is jouw eigen verzameling gerelateerde webpagina's. Een kanaal kan gebruikt worden voor een sociaal netwerk, weblog, discussiegroep of forum, een pagina over een beroemdheid, en voor veel meer. Je kan net zoveel kanalen aanmaken als dat de eigenaar/beheerder van jouw hub toestaat."
-#: ../../mod/new_channel.php:111
+#: ../../mod/new_channel.php:113
msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
msgstr "Voorbeelden: \"Bruce Springsteen\", \"Familiefoto's\", \"Voetbal\", \"Astronomie\""
-#: ../../mod/new_channel.php:112
+#: ../../mod/new_channel.php:114
msgid "Choose a short nickname"
msgstr "Kies een korte bijnaam"
-#: ../../mod/new_channel.php:113
+#: ../../mod/new_channel.php:115
msgid ""
"Your nickname will be used to create an easily remembered channel address "
"(like an email address) which you can share with others."
msgstr "Jouw bijnaam wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) aan te maken, die je dan kan delen met anderen."
-#: ../../mod/new_channel.php:114
+#: ../../mod/new_channel.php:116
msgid "Or <a href=\"import\">import an existing channel</a> from another location"
msgstr "Of <a href=\"import\">importeer een bestaand kanaal</a> vanaf een andere locatie."
+#: ../../mod/new_channel.php:118
+msgid "Channel Type"
+msgstr "Kanaaltype"
+
+#: ../../mod/new_channel.php:119
+msgid ""
+"Please choose a channel type (such as social networking or community forum) "
+"and privacy requirements so we can select the best permissions for you"
+msgstr "Kies een kanaaltype (bijv. een persoonlijk kanaal voor een sociaal netwerk of eentje voor een groepsforum) en jouw behoefte aan privacy, zodat wij voor jou de beste permissies kunnen kiezen."
+
+#: ../../mod/home.php:46
+msgid "Red Matrix - &quot;The Network&quot;"
+msgstr "RedMatrix - &quot;The Network&quot;"
+
+#: ../../mod/home.php:101
+#, php-format
+msgid "Welcome to %s"
+msgstr "Welkom op %s"
+
#: ../../mod/notifications.php:26
msgid "Invalid request identifier."
msgstr "Ongeldige verzoek identificator (request identifier)"
@@ -7763,6 +7834,10 @@ msgid ""
"removed from the network"
msgstr "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het RedMatrix-netwerk verwijderd."
+#: ../../mod/service_limits.php:19
+msgid "No service class restrictions found."
+msgstr "Geen abonnementsbeperkingen gevonden."
+
#: ../../view/theme/apw/php/config.php:202
#: ../../view/theme/apw/php/config.php:236
msgid "Schema Default"
@@ -8048,41 +8123,41 @@ msgstr "Rommelig vormgegeven fotoalbums"
msgid "Are you a clean desk or a messy desk person?"
msgstr "Ben je iemand die van een opgeruimd bureau houdt of van een rommelig bureau?"
-#: ../../boot.php:1292
+#: ../../boot.php:1294
#, php-format
msgid "Update %s failed. See error logs."
msgstr "Update %s mislukt. Zie foutenlogboek."
-#: ../../boot.php:1295
+#: ../../boot.php:1297
#, php-format
msgid "Update Error at %s"
msgstr "Update-fout op %s"
-#: ../../boot.php:1469
+#: ../../boot.php:1471
msgid ""
"Create an account to access services and applications within the Red Matrix"
msgstr "Maak een account aan om toegang te krijgen tot diensten en toepassingen van de RedMatrix"
-#: ../../boot.php:1497
+#: ../../boot.php:1499
msgid "Password"
msgstr "Wachtwoord"
-#: ../../boot.php:1498
+#: ../../boot.php:1500
msgid "Remember me"
msgstr "Aangemeld blijven"
-#: ../../boot.php:1503
+#: ../../boot.php:1505
msgid "Forgot your password?"
msgstr "Wachtwoord vergeten?"
-#: ../../boot.php:1568
+#: ../../boot.php:1570
msgid "permission denied"
msgstr "toegang geweigerd"
-#: ../../boot.php:1569
+#: ../../boot.php:1571
msgid "Got Zot?"
msgstr "Heb je Zot?"
-#: ../../boot.php:1999
+#: ../../boot.php:2001
msgid "toggle mobile"
msgstr "mobiele weergave omschakelen"
diff --git a/view/nl/strings.php b/view/nl/strings.php
index 2bdebe21a..83eadca77 100644
--- a/view/nl/strings.php
+++ b/view/nl/strings.php
@@ -65,10 +65,10 @@ $a->strings["Unable to process image"] = "Afbeelding kan niet verwerkt worden";
$a->strings["Photo storage failed."] = "Foto kan niet worden opgeslagen";
$a->strings["Photo Albums"] = "Fotoalbums";
$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden";
-$a->strings["Visible to your default audience"] = "Voor iedereen zichtbaar, zoals dit van te voren is ingesteld";
+$a->strings["Visible to your default audience"] = "Voor iedereen zichtbaar, mits niet anders ingesteld";
$a->strings["Show"] = "Tonen";
$a->strings["Don't show"] = "Niet tonen";
-$a->strings["Permissions"] = "Privacy-rechten";
+$a->strings["Permissions"] = "Permissies";
$a->strings["Close"] = "Sluiten";
$a->strings[" and "] = " en ";
$a->strings["public profile"] = "openbaar profiel";
@@ -90,11 +90,6 @@ $a->strings["duplicate filename or path"] = "dubbele bestandsnaam of pad";
$a->strings["Path not found."] = "Pad niet gevonden";
$a->strings["mkdir failed."] = "directory aanmaken (mkdir) mislukt.";
$a->strings["database storage failed."] = "opslag in database mislukt.";
-$a->strings["Attachments:"] = "Bijlagen:";
-$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i";
-$a->strings["Starts:"] = "Start:";
-$a->strings["Finishes:"] = "Einde:";
-$a->strings["Location:"] = "Plaats:";
$a->strings["Logout"] = "Uitloggen";
$a->strings["End this session"] = "Beëindig deze sessie";
$a->strings["Home"] = "Home";
@@ -285,6 +280,10 @@ $a->strings["%d connection in common"] = array(
1 => "%d gemeenschappelijke connecties",
);
$a->strings["show more"] = "meer connecties weergeven";
+$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i";
+$a->strings["Starts:"] = "Start:";
+$a->strings["Finishes:"] = "Einde:";
+$a->strings["Location:"] = "Plaats:";
$a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd.";
$a->strings["Not a valid email address"] = "Geen geldig e-mailadres";
$a->strings["Your email domain is not among those allowed on this site"] = "Jouw e-maildomein is op deze RedMatrix-hub niet toegestaan";
@@ -332,6 +331,7 @@ $a->strings["Newest to Oldest"] = "Nieuw naar oud";
$a->strings["Enable Safe Search"] = "Veilig zoeken inschakelen";
$a->strings["Disable Safe Search"] = "Veilig zoeken uitschakelen";
$a->strings["Safe Mode"] = "Veilig zoeken";
+$a->strings["Attachments:"] = "Bijlagen:";
$a->strings["Red Matrix Notification"] = "RedMatrix-notificatie";
$a->strings["redmatrix"] = "RedMatrix";
$a->strings["Thank You,"] = "Bedankt,";
@@ -461,8 +461,8 @@ $a->strings["Clear browser location"] = "Locatie van webbrowser wissen";
$a->strings["clear location"] = "locatie wissen";
$a->strings["Set title"] = "Titel instellen";
$a->strings["Categories (comma-separated list)"] = "Categorieën (door komma's gescheiden lijst)";
-$a->strings["Permission settings"] = "Privacy-rechten";
-$a->strings["permissions"] = "privacy-rechten";
+$a->strings["Permission settings"] = "Permissies";
+$a->strings["permissions"] = "permissies";
$a->strings["Public post"] = "Openbaar bericht";
$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be";
$a->strings["Set expiration date"] = "Verloopdatum instellen";
@@ -682,7 +682,8 @@ $a->strings["Feature settings"] = "Plug-ins";
$a->strings["Display settings"] = "Weergave";
$a->strings["Connected apps"] = "Verbonden applicaties";
$a->strings["Export channel"] = "Kanaal exporteren";
-$a->strings["Automatic Permissions (Advanced)"] = "Automatische privacy-rechten (geavanceerd)";
+$a->strings["Export content"] = "Inhoud exporteren";
+$a->strings["Automatic Permissions (Advanced)"] = "Automatische permissies (geavanceerd)";
$a->strings["Premium Channel Settings"] = "Instellingen premiumkanaal";
$a->strings["Check Mail"] = "Controleer op nieuwe berichten";
$a->strings["Chat Rooms"] = "Chatkanalen";
@@ -737,7 +738,7 @@ $a->strings["Passwords do not match"] = "Wachtwoorden komen niet overeen";
$a->strings["everybody"] = "iedereen";
$a->strings["Secret Passphrase"] = "Geheim wachtwoord";
$a->strings["Passphrase hint"] = "Wachtwoordhint";
-$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Mededeling: de privacy-rechten zijn veranderd, maar zijn nog niet opgeslagen.";
+$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen.";
$a->strings["close all"] = "Alles sluiten";
$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
@@ -841,6 +842,14 @@ $a->strings["Can source my public posts in derived channels"] = "Kan mijn openba
$a->strings["Somewhat advanced - very useful in open communities"] = "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)";
$a->strings["Can administer my channel resources"] = "Kan mijn kanaal beheren";
$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet.";
+$a->strings["Social Networking"] = "Sociaal netwerk";
+$a->strings["Mostly Public"] = "Vrijwel alles openbaar";
+$a->strings["Restricted"] = "Beperkt zichtbaar";
+$a->strings["Private"] = "Verborgen kanaal";
+$a->strings["Community Forum"] = "Groepsforum";
+$a->strings["Feed Republish"] = "Feed herpubliceren";
+$a->strings["Celebrity/Soapbox"] = "Beroemdheid/alleen volgen";
+$a->strings["Custom/Expert Mode"] = "Expertmodus/handmatig aanpassen";
$a->strings["Set your current mood and tell your friends"] = "Noteer je huidige stemming en toon het aan je connecties";
$a->strings["Menu not found."] = "Menu niet gevonden.";
$a->strings["Menu element updated."] = "Menu-onderdeel geüpdatet.";
@@ -858,7 +867,7 @@ $a->strings["Add menu element"] = "Menu-element toevoegen";
$a->strings["Delete this menu item"] = "Dit menu-item verwijderen";
$a->strings["Edit this menu item"] = "Dit menu-item bewerken";
$a->strings["New Menu Element"] = "Nieuw menu-element";
-$a->strings["Menu Item Permissions"] = "Privacy-rechten menu-item";
+$a->strings["Menu Item Permissions"] = "Permissies menu-item";
$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)";
$a->strings["Link text"] = "Linktekst";
$a->strings["URL of link"] = "URL of link";
@@ -926,6 +935,7 @@ $a->strings["Minimum of 10 seconds, no maximum"] = "Minimaal 10 seconde, geen ma
$a->strings["Maximum number of conversations to load at any time:"] = "Maximaal aantal conversaties die per keer geladen worden:";
$a->strings["Maximum of 100 items"] = "Maximaal 100 conversaties";
$a->strings["Don't show emoticons"] = "Geen emoticons weergeven";
+$a->strings["Link post titles to source"] = "Berichtkoppen naar originele locatie linken";
$a->strings["System Page Layout Editor - (advanced)"] = "Lay-out bewerken van systeempagina's (geavanceerd)";
$a->strings["Nobody except yourself"] = "Niemand, behalve jezelf";
$a->strings["Only those you specifically allow"] = "Alleen connecties met uitdrukkelijke toestemming";
@@ -950,6 +960,7 @@ $a->strings["Use Browser Location:"] = "Locatie van webbrowser gebruiken:";
$a->strings["Adult Content"] = "Inhoud voor volwassenen";
$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Dit kanaal publiceert regelmatig of vaak materiaal dat alleen geschikt is voor volwassen. (Gebruik de hashtag #NSFW in berichten met een seksueel getinte inhoud of ander voor minderjarigen ongeschikt materiaal)";
$a->strings["Security and Privacy Settings"] = "Veiligheids- privacy-instellingen";
+$a->strings["Your permissions are already configured. Click to view/adjust"] = "Jouw permissies zijn al ingesteld. Klik om ze te bekijken of aan te passen.";
$a->strings["Hide my online presence"] = "Verberg mijn aanwezigheid";
$a->strings["Prevents displaying in your profile that you are online"] = "Voorkomt dat op je kanaal te zien valt dat je momenteel op de RedMatrix aanwezig bent";
$a->strings["Simple Privacy Settings:"] = "Eenvoudige privacy-instellingen:";
@@ -964,7 +975,7 @@ $a->strings["Expire other channel content after this many days"] = "Inhoud van a
$a->strings["0 or blank prevents expiration"] = "0 of leeg voorkomt het verlopen";
$a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal connectieverzoeken per dag:";
$a->strings["May reduce spam activity"] = "Kan eventuele spam verminderen";
-$a->strings["Default Post Permissions"] = "Standaard privacy-rechten voor nieuwe berichten";
+$a->strings["Default Post Permissions"] = "Standaard permissies voor nieuwe berichten";
$a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:";
$a->strings["Useful to reduce spamming"] = "Kan eventuele spam verminderen";
$a->strings["Notification Settings"] = "Notificatie-instellingen";
@@ -1100,7 +1111,7 @@ $a->strings["Site URL"] = "URL hub";
$a->strings["Access Type"] = "Toegangstype";
$a->strings["Registration Policy"] = "Registratiebeleid";
$a->strings["You must be logged in to see this page."] = "Je moet zijn ingelogd om deze pagina te kunnen bekijken.";
-$a->strings["Insufficient permissions. Request redirected to profile page."] = "Onvoldoende privacy-rechten. Doorgestuurd naar profielpagina.";
+$a->strings["Insufficient permissions. Request redirected to profile page."] = "Onvoldoende permissies. Doorgestuurd naar profielpagina.";
$a->strings["Select a bookmark folder"] = "Kies een bladwijzermap";
$a->strings["Save Bookmark"] = "Bladwijzer opslaan";
$a->strings["URL of bookmark"] = "URL van bladwijzer";
@@ -1188,7 +1199,7 @@ $a->strings["Only show ignored connections"] = "Toon alleen genegeerde connectie
$a->strings["Only show archived connections"] = "Toon alleen gearchiveerde connecties";
$a->strings["Only show hidden connections"] = "Toon alleen verborgen connecties";
$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
-$a->strings["Edit contact"] = "Connectie bewerken";
+$a->strings["Edit connection"] = "Connectie bewerken";
$a->strings["Search your connections"] = "Doorzoek jouw connecties";
$a->strings["Finding: "] = "Zoeken naar: ";
$a->strings["Edit post"] = "Bericht bewerken";
@@ -1208,8 +1219,8 @@ $a->strings["Channel has been approved"] = "Connectie/kanaal is geaccepteerd";
$a->strings["Channel has been unapproved"] = "Connectie/kanaal is afgewezen";
$a->strings["Connection has been removed."] = "Connectie is verwijderd";
$a->strings["View %s's profile"] = "Profiel van %s weergeven";
-$a->strings["Refresh Permissions"] = "Privacy-rechten vernieuwen";
-$a->strings["Fetch updated permissions"] = "Aangepaste privacy-rechten ophalen";
+$a->strings["Refresh Permissions"] = "Permissies vernieuwen";
+$a->strings["Fetch updated permissions"] = "Aangepaste permissies ophalen";
$a->strings["Recent Activity"] = "Recente activiteit";
$a->strings["View recent posts and comments"] = "Recente berichten en reacties weergeven";
$a->strings["Unblock"] = "Deblokkeren";
@@ -1227,12 +1238,12 @@ $a->strings["Hide or Unhide this connection"] = "Deze connectie verbergen of nie
$a->strings["Delete this connection"] = "Deze connectie verwijderen";
$a->strings["Approve this connection"] = "Deze connectie accepteren";
$a->strings["Accept connection to allow communication"] = "Keur deze connectie goed om communicatie toe te staan";
-$a->strings["Automatic Permissions Settings"] = "Automatische privacy-rechten";
+$a->strings["Automatic Permissions Settings"] = "Automatische permissies";
$a->strings["Connections: settings for %s"] = "Connecties: instellingen voor %s";
-$a->strings["When receiving a channel introduction, any permissions provided here will be applied to the new connection automatically and the introduction approved. Leave this page if you do not wish to use this feature."] = "Wanneer je een connectieverzoek voor een kanaal ontvangt, zullen alle privacy-rechten hier automatisch op de nieuwe connectie worden toegepast en het connectieverzoek worden geaccepteerd. Verlaat deze pagina wanneer je geen gebruik wil maken van deze functie.";
+$a->strings["When receiving a channel introduction, any permissions provided here will be applied to the new connection automatically and the introduction approved. Leave this page if you do not wish to use this feature."] = "Wanneer je een connectieverzoek voor een kanaal ontvangt, zullen alle permissies hier automatisch op de nieuwe connectie worden toegepast en het connectieverzoek worden geaccepteerd. Verlaat deze pagina wanneer je geen gebruik wil maken van deze functie.";
$a->strings["Slide to adjust your degree of friendship"] = "Schuif om te bepalen hoe goed je iemand kent en/of mag";
$a->strings["inherited"] = "geërfd";
-$a->strings["Connection has no individual permissions!"] = "Connectie heeft geen individuele privacy-rechten!";
+$a->strings["Connection has no individual permissions!"] = "Connectie heeft geen individuele permissies!";
$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\"."] = "Dit is mogelijk voldoende, wanneer er naar jouw <a href=\"settings\">privacy-instellingen</a> wordt gekeken. Hoewel je wellicht de geavanceerde rechten wil nagaan.";
$a->strings["Profile Visibility"] = "Zichtbaarheid profiel";
$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Kies het profiel dat je aan %s wil tonen wanneer hij/zij ingelogd jouw profiel wil bekijken.";
@@ -1240,16 +1251,16 @@ $a->strings["Contact Information / Notes"] = "Informatie/aantekeningen over conn
$a->strings["Edit contact notes"] = "Bewerk aantekeningen over contact";
$a->strings["Their Settings"] = "Hun instellingen";
$a->strings["My Settings"] = "Mijn instellingen";
-$a->strings["Clear/Disable Automatic Permissions"] = "Verwijderen/uitschakelen automatische privacy-rechten";
+$a->strings["Clear/Disable Automatic Permissions"] = "Verwijderen/uitschakelen automatische permissies";
$a->strings["Forum Members"] = "Forum/groepsleden";
$a->strings["Soapbox"] = "Zeepkist";
$a->strings["Full Sharing (typical social network permissions)"] = "Voluit delen (vergelijkbaar met die van sociale netwerken)";
$a->strings["Cautious Sharing "] = "Voorzichtig delen";
$a->strings["Follow Only"] = "Alleen volgen";
-$a->strings["Individual Permissions"] = "Individuele privacy-rechten";
-$a->strings["Some permissions may be inherited from your channel <a href=\"settings\">privacy settings</a>, which have higher priority than individual settings. Changing those inherited settings on this page will have no effect."] = "Sommige privacy-rechten kunnen worden overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal. Wanneer je deze geërfde instellingen op deze pagina veranderd heeft dat geen effect.";
-$a->strings["Advanced Permissions"] = "Geavanceerde privacy-rechten";
-$a->strings["Simple Permissions (select one and submit)"] = "Eenvoudige privacy-rechten (selecteer er één en opslaan)";
+$a->strings["Individual Permissions"] = "Individuele permissies";
+$a->strings["Some permissions may be inherited from your channel <a href=\"settings\">privacy settings</a>, which have higher priority than individual settings. Changing those inherited settings on this page will have no effect."] = "Sommige permissies kunnen worden overgeërfd van de <a href=\"settings\">privacy-instellingen</a> van jouw kanaal. Wanneer je deze geërfde instellingen op deze pagina veranderd heeft dat geen effect.";
+$a->strings["Advanced Permissions"] = "Geavanceerde permissies";
+$a->strings["Simple Permissions (select one and submit)"] = "Eenvoudige permissies (selecteer er één en opslaan)";
$a->strings["Visit %s's profile - %s"] = "Profiel van %s bezoeken - %s";
$a->strings["Block/Unblock contact"] = "Connectie blokkeren/deblokkeren";
$a->strings["Ignore contact"] = "Connectie negeren";
@@ -1277,6 +1288,8 @@ $a->strings["No entries."] = "Geen";
$a->strings["Public access denied."] = "Openbare toegang geweigerd.";
$a->strings["Gender: "] = "Geslacht:";
$a->strings["Finding:"] = "Gezocht naar:";
+$a->strings["next page"] = "volgende pagina";
+$a->strings["previous page"] = "vorige pagina";
$a->strings["No entries (some entries may be hidden)."] = "Niets gevonden (sommige kanalen kunnen verborgen zijn).";
$a->strings["Status: "] = "Status: ";
$a->strings["Sexual Preference: "] = "Seksuele voorkeur: ";
@@ -1285,8 +1298,6 @@ $a->strings["Hometown: "] = "Oorspronkelijk uit: ";
$a->strings["About: "] = "Over: ";
$a->strings["Keywords: "] = "Trefwoorden: ";
$a->strings["This site is not a directory server"] = "Deze hub is geen kanalengidshub (directoryserver)";
-$a->strings["Red Matrix - &quot;The Network&quot;"] = "RedMatrix - &quot;The Network&quot;";
-$a->strings["Welcome to %s"] = "Welkom op %s";
$a->strings["Red Matrix Server - Setup"] = "RedMatrix Server - Setup";
$a->strings["Could not connect to database."] = "Could not connect to database.";
$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Could not connect to specified hub URL. Possible SSL certificate or DNS issue.";
@@ -1534,8 +1545,6 @@ $a->strings["Mobile system theme"] = "Standaardthema voor mobiel";
$a->strings["Theme for mobile devices"] = "Thema voor mobiele apparaten";
$a->strings["Accessibility system theme"] = "Standaardthema voor universele toegang";
$a->strings["Accessibility theme"] = "Thema voor universele toegang";
-$a->strings["Channel to use for this website's static pages"] = "Kanaal die op deze hub als statische pagina op de homepage gebruikt moet worden";
-$a->strings["Site Channel"] = "Kanaal op deze RedMatrix-hub";
$a->strings["Enable Diaspora Protocol"] = "Diaspora-protocol inschakelen";
$a->strings["Communicate with Diaspora and Friendica - experimental"] = "Communiceer met Diaspora en Friendica (experimenteel)";
$a->strings["Allow Feeds as Connections"] = "Sta feeds toe als connecties";
@@ -1554,6 +1563,8 @@ $a->strings["Allowed email domains"] = "Toegestane e-maildomeinen";
$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Door komma's gescheiden lijst met e-maildomeinen die op deze hub mogen registeren. Wildcards zijn toegestaan.\nLaat leeg om alle domeinen toe te laten.";
$a->strings["Block public"] = "Openbare toegang blokkeren";
$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Vink dit aan om alle normaliter openbare persoonlijke pagina's op deze hub alleen toegankelijk te maken voor ingelogde gebruikers.";
+$a->strings["Verify Email Addresses"] = "E-mailadres verifieren";
+$a->strings["Check to verify email addresses used in account registration (recommended)."] = "Inschakelen om e-mailadressen te verifiëren die tijdens de accountregistratie worden gebruikt (aanbevolen).";
$a->strings["Force publish"] = "Dwing kanaalvermelding af";
$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Vink dit aan om af te dwingen dat alle kanalen op deze hub in de kanalengids worden vermeld.";
$a->strings["Disable discovery tab"] = "Ontdekkingstab";
@@ -1609,8 +1620,8 @@ $a->strings["Service Class"] = "Abonnementen";
$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde accounts (met bijbehorende kanalen) worden verwijderd!\\n\\nAlles wat deze accounts op deze hub hebben gepubliceerd wordt definitief verwijderd!\\n\\Weet je het zeker?";
$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Account {0} (met bijbehorende kanalen) wordt verwijderd !\\n\\nAlles wat dit account op deze hub heeft gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?";
$a->strings["%s channel censored/uncensored"] = array(
- 0 => "%s kanalen gecensureerd/ongecensureerd",
- 1 => "%s kanaal gecensureerd/ongecensureerd",
+ 0 => "%s kanaal gecensureerd/ongecensureerd",
+ 1 => "%s kanalen gecensureerd/ongecensureerd",
);
$a->strings["%s channel deleted"] = array(
0 => "%s kanaal verwijderd",
@@ -1666,6 +1677,7 @@ $a->strings["Name of thing e.g. something"] = "Naam van ding";
$a->strings["URL of thing (optional)"] = "URL van ding (optioneel)";
$a->strings["URL for photo of thing (optional)"] = "URL van foto van ding (optioneel)";
$a->strings["Add Thing to your Profile"] = "Ding aan je profiel toevoegen";
+$a->strings["Your service plan only allows %d channels."] = "Jouw abonnement staat maar %d kanalen toe.";
$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["Imported file is empty."] = "Geïmporteerde bestand is leeg";
@@ -1804,6 +1816,10 @@ $a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"A
$a->strings["Choose a short nickname"] = "Kies een korte bijnaam";
$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Jouw bijnaam wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) aan te maken, die je dan kan delen met anderen.";
$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Of <a href=\"import\">importeer een bestaand kanaal</a> vanaf een andere locatie.";
+$a->strings["Channel Type"] = "Kanaaltype";
+$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Kies een kanaaltype (bijv. een persoonlijk kanaal voor een sociaal netwerk of eentje voor een groepsforum) en jouw behoefte aan privacy, zodat wij voor jou de beste permissies kunnen kiezen.";
+$a->strings["Red Matrix - &quot;The Network&quot;"] = "RedMatrix - &quot;The Network&quot;";
+$a->strings["Welcome to %s"] = "Welkom op %s";
$a->strings["Invalid request identifier."] = "Ongeldige verzoek identificator (request identifier)";
$a->strings["Discard"] = "Annuleren";
$a->strings["No more system notifications."] = "Geen systeemnotificaties meer.";
@@ -1831,6 +1847,7 @@ $a->strings["Remove This Account"] = "Verwijder dit account";
$a->strings["This will completely remove this account including all its channels from the network. Once this has been done it is not recoverable."] = "Deze actie verwijderd dit account volledig, inclusief al zijn kanalen. Dit kan hierna op geen enkele manier ongedaan gemaakt worden.";
$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het RedMatrix-netwerk verwijderen";
$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het RedMatrix-netwerk verwijderd.";
+$a->strings["No service class restrictions found."] = "Geen abonnementsbeperkingen gevonden.";
$a->strings["Schema Default"] = "Standaardschema";
$a->strings["Sans-Serif"] = "Schreefloos";
$a->strings["Monospace"] = "Monospace";
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index 36504ec54..ce576805a 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -33,6 +33,7 @@ head_add_js('library/cryptojs/components/core-min.js');
head_add_js('library/cryptojs/rollups/aes.js');
head_add_js('library/cryptojs/rollups/rabbit.js');
head_add_js('library/cryptojs/rollups/tripledes.js');
+head_add_js('library/stylish_select/jquery.stylish-select.js');
head_add_js('acl.js');
head_add_js('webtoolkit.base64.js');
head_add_js('main.js');
diff --git a/view/pt-br/strings.php b/view/pt-br/strings.php
index cdc7fbacb..fbcf08b24 100644
--- a/view/pt-br/strings.php
+++ b/view/pt-br/strings.php
@@ -7,181 +7,65 @@ function string_plural_select_pt_br($n){
;
$a->strings["Cannot locate DNS info for database server '%s'"] = "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'";
$a->strings["Profile Photos"] = "Fotos do perfil";
-$a->strings["Image/photo"] = "Imagem/foto";
-$a->strings["Encrypted content"] = "Conteúdo criptografado";
-$a->strings["QR code"] = "código QR";
-$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escreveu a seguinte %2\$s %3\$s";
-$a->strings["post"] = "publicação";
-$a->strings["$1 wrote:"] = "$1 escreveu:";
+$a->strings["view full size"] = "ver na tela inteira";
$a->strings["Embedded content"] = "Conteúdo incorporado";
$a->strings["Embedding disabled"] = "A incorporação está desabilitada";
$a->strings["created a new post"] = "criou uma nova publicação";
$a->strings["commented on %s's post"] = "comentou a publicação de %s";
-$a->strings["photo"] = "foto";
-$a->strings["event"] = "evento";
-$a->strings["channel"] = "canal";
-$a->strings["status"] = "status";
-$a->strings["comment"] = "comentário";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gosta de %3\$s de %2\$s";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s não gosta de %3\$s de %2\$s";
-$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s agora está conectado com %2\$s";
-$a->strings["%1\$s poked %2\$s"] = "%1\$s cutucou %2\$s";
-$a->strings["poked"] = "cutucado";
-$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s está %2\$s";
-$a->strings["Select"] = "Selecionar";
-$a->strings["Delete"] = "Excluir";
-$a->strings["Private Message"] = "Mensagem privada";
-$a->strings["Message is verified"] = "A mensagem foi verificada";
-$a->strings["View %s's profile @ %s"] = "Ver o perfil de %s's @ %s";
-$a->strings["Categories:"] = "Categorias:";
-$a->strings["Filed under:"] = "Armazenado sob:";
-$a->strings[" from %s"] = "de %s";
-$a->strings["last edited: %s"] = "última edição: %s";
-$a->strings["Expires: %s"] = "Expira: %s";
-$a->strings["View in context"] = "Ver no contexto";
-$a->strings["Please wait"] = "Por favor, espere";
-$a->strings["remove"] = "remover";
-$a->strings["Loading..."] = "Carregando...";
-$a->strings["Delete Selected Items"] = "Excluir os itens selecionados";
-$a->strings["View Source"] = "Ver a fonte";
-$a->strings["Follow Thread"] = "Acompanhar a discussão";
-$a->strings["View Status"] = "Ver status";
-$a->strings["View Profile"] = "Ver perfil";
-$a->strings["View Photos"] = "Ver fotos";
-$a->strings["Matrix Activity"] = "Atividade na matriz";
-$a->strings["Edit Contact"] = "Editar contato";
-$a->strings["Send PM"] = "Enviar MP";
-$a->strings["Poke"] = "Cutucar";
-$a->strings["%s likes this."] = "%s gostou disso.";
-$a->strings["%s doesn't like this."] = "%s não gostou disso.";
-$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
- 0 => "",
- 1 => "<span %1\$s>%2\$d pessoas</span> gostaram disso.",
-);
-$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
- 0 => "",
- 1 => "<span %1\$s>%2\$d pessoas</span> não gostaram disso.",
-);
-$a->strings["and"] = "e";
-$a->strings[", and %d other people"] = array(
- 0 => "",
- 1 => ", e mais %d outras pessoas",
-);
-$a->strings["%s like this."] = "%s gostou disso.";
-$a->strings["%s don't like this."] = "%s não gostou disso.";
-$a->strings["Visible to <strong>everybody</strong>"] = "Visível para <strong>todos</strong>";
-$a->strings["Please enter a link URL:"] = "Por favor, digite uma URL:";
-$a->strings["Please enter a video link/URL:"] = "Por favor, digite o link/URL do vídeo:";
-$a->strings["Please enter an audio link/URL:"] = "Por favor, digite o link/URL do áudio:";
-$a->strings["Tag term:"] = "Etiqueta:";
-$a->strings["Save to Folder:"] = "Salvar para a pasta:";
-$a->strings["Where are you right now?"] = "Onde você está agora?";
-$a->strings["Expires YYYY-MM-DD HH:MM"] = "Expira YYYY-MM-DD HH:MM";
-$a->strings["Preview"] = "Pré-visualizar";
-$a->strings["Share"] = "Compartilhar";
-$a->strings["Page link title"] = "Título do link da página";
-$a->strings["Post as"] = "Publicar como";
-$a->strings["Upload photo"] = "Enviar foto";
-$a->strings["upload photo"] = "enviar foto";
-$a->strings["Attach file"] = "Anexar arquivo";
-$a->strings["attach file"] = "anexar arquivo";
-$a->strings["Insert web link"] = "Inserir link web";
-$a->strings["web link"] = "link web";
-$a->strings["Insert video link"] = "Inserir link de vídeo";
-$a->strings["video link"] = "link de vídeo";
-$a->strings["Insert audio link"] = "Inserir link de áudio";
-$a->strings["audio link"] = "link de áudio";
-$a->strings["Set your location"] = "Definir sua localização";
-$a->strings["set location"] = "definir localização";
-$a->strings["Clear browser location"] = "Limpar a localização do navegador";
-$a->strings["clear location"] = "limpar a localização";
-$a->strings["Set title"] = "Definir o título";
-$a->strings["Categories (comma-separated list)"] = "Categorias (lista separada por vírgulas)";
-$a->strings["Permission settings"] = "Configurações de permissão";
-$a->strings["permissions"] = "permissões";
-$a->strings["Public post"] = "Publicação pública";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Por exemplo: joao@exemplo.com, maria@exemplo.com";
-$a->strings["Set expiration date"] = "Definir data de expiração";
-$a->strings["Encrypt text"] = "Encriptar texto";
-$a->strings["OK"] = "Ok";
-$a->strings["Cancel"] = "Cancelar";
-$a->strings["Discover"] = "Descubra";
-$a->strings["Imported public streams"] = "Fluxos públicos importados";
-$a->strings["Commented Order"] = "Recentes e comentados";
-$a->strings["Sort by Comment Date"] = "Ordenar pela data do último comentário";
-$a->strings["Posted Order"] = "Recentemente publicados";
-$a->strings["Sort by Post Date"] = "Ordenar pela data da publicação";
-$a->strings["Personal"] = "Pessoal";
-$a->strings["Posts that mention or involve you"] = "Publicações que mencionam ou envolvem você";
-$a->strings["New"] = "Novo";
-$a->strings["Activity Stream - by date"] = "Fluxo de atividades - por data";
-$a->strings["Starred"] = "Estrelados";
-$a->strings["Favourite Posts"] = "Publicações favoritas";
-$a->strings["Spam"] = "Spam";
-$a->strings["Posts flagged as SPAM"] = "Publicações marcadas como SPAM";
-$a->strings["Channel"] = "Canal";
-$a->strings["Status Messages and Posts"] = "Mensagens de status e publicações";
-$a->strings["About"] = "Sobre";
-$a->strings["Profile Details"] = "Detalhes do perfil";
-$a->strings["Photos"] = "Fotos";
-$a->strings["Photo Albums"] = "Álbuns de fotos";
-$a->strings["Files"] = "Arquivos";
-$a->strings["Files and Storage"] = "Arquivos e armazenamento";
-$a->strings["Chatrooms"] = "Salas de bate-papo";
-$a->strings["Events"] = "Eventos";
-$a->strings["Events and Calendar"] = "Eventos e calendário";
+$a->strings["Site Admin"] = "Administração do site";
$a->strings["Bookmarks"] = "Links guardados";
-$a->strings["Saved Bookmarks"] = "Links guardados";
+$a->strings["Address Book"] = "Livro de Endereços";
+$a->strings["Login"] = "Entrar";
+$a->strings["Channel Manager"] = "Seus canais";
+$a->strings["Matrix"] = "Matriz";
+$a->strings["Settings"] = "Configurações";
+$a->strings["Files"] = "Arquivos";
$a->strings["Webpages"] = "Páginas web";
-$a->strings["Manage Webpages"] = "Administrar páginas web";
-$a->strings["New Page"] = "Nova página";
+$a->strings["Channel Home"] = "Página inicial do canal";
+$a->strings["Profile"] = "Perfil";
+$a->strings["Photos"] = "Fotos";
+$a->strings["Events"] = "Eventos";
+$a->strings["Directory"] = "Diretório";
+$a->strings["Help"] = "Ajuda";
+$a->strings["Mail"] = "Mensagens";
+$a->strings["Mood"] = "Humor";
+$a->strings["Poke"] = "Cutucar";
+$a->strings["Chat"] = "Bate-papo";
+$a->strings["Search"] = "Pesquisar";
+$a->strings["Probe"] = "Sonda";
+$a->strings["Suggest"] = "Sugerir";
+$a->strings["Random Channel"] = "Canal aleatório";
+$a->strings["Invite"] = "Convidar";
+$a->strings["Features"] = "Recursos";
+$a->strings["Language"] = "Idioma";
+$a->strings["Post"] = "Publicações";
+$a->strings["Profile Photo"] = "Foto do perfil";
+$a->strings["Update"] = "Atualizar";
+$a->strings["Install"] = "Instalar";
+$a->strings["Purchase"] = "Compras";
$a->strings["Edit"] = "Editar";
+$a->strings["Delete"] = "Excluir";
+$a->strings["Unknown"] = "Desconhecidos";
+$a->strings["New Page"] = "Nova página";
$a->strings["View"] = "Ver";
+$a->strings["Preview"] = "Pré-visualizar";
$a->strings["Actions"] = "Ações";
$a->strings["Page Link"] = "Link da página";
$a->strings["Title"] = "Título";
$a->strings["Created"] = "Criado";
$a->strings["Edited"] = "Editado";
-$a->strings["Can view my \"public\" stream and posts"] = "Pode ver meus fluxo e publicações \"públicos\"";
-$a->strings["Can view my \"public\" channel profile"] = "Pode ver o perfil \"público\" do meu canal";
-$a->strings["Can view my \"public\" photo albums"] = "Pode ver meus álbuns de fotos \"públicos\"";
-$a->strings["Can view my \"public\" address book"] = "Pode ver meu livro de endereços \"público\"";
-$a->strings["Can view my \"public\" file storage"] = "Pode ver meu armazenamento de arquivos \"público\"";
-$a->strings["Can view my \"public\" pages"] = "Pode ver minhas páginas \"públicas\"";
-$a->strings["Can send me their channel stream and posts"] = "Pode me enviar seu fluxo e publicações";
-$a->strings["Can post on my channel page (\"wall\")"] = "Pode publicar na página do meu canal (\"mural\")";
-$a->strings["Can comment on my posts"] = "Pode comentar minhas publicações";
-$a->strings["Can send me private mail messages"] = "Pode me enviar mensagens privadas";
-$a->strings["Can post photos to my photo albums"] = "Pode publicar fotos nos meus álbuns de fotos";
-$a->strings["Can forward to all my channel contacts via post @mentions"] = "Pode encaminhar para todos os contatos do meu canal via @menções na publicação";
-$a->strings["Advanced - useful for creating group forum channels"] = "Avançado - útil para criar canais de fóruns de grupos";
-$a->strings["Can chat with me (when available)"] = "Pode conversar comigo (quando disponívei)";
-$a->strings["Can write to my \"public\" file storage"] = "Pode escrever em meu armazenamento de arquivos \"público\"";
-$a->strings["Can edit my \"public\" pages"] = "Pode editar minhas páginas \"públicas\"";
-$a->strings["Can source my \"public\" posts in derived channels"] = "Pode usar minhas publicações \"públicas\" como fonte para canais derivados";
-$a->strings["Somewhat advanced - very useful in open communities"] = "Avançado - muito útil em comunidades abertas";
-$a->strings["Can administer my channel resources"] = "Pode administrar os recursos do meu canal";
-$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Extremamente avançado. Não mexa nisso a não ser que saiba o que está fazendo";
-$a->strings["Not a valid email address"] = "Não é um endereço de e-mail válido";
-$a->strings["Your email domain is not among those allowed on this site"] = "O domínio do seu e-mail não está entre os permitidos neste site";
-$a->strings["Your email address is already registered at this site."] = "O seu endereço de e-mail já está registrado neste site.";
-$a->strings["An invitation is required."] = "É necessário um convite.";
-$a->strings["Invitation could not be verified."] = "Não foi possível verificar o convite.";
-$a->strings["Please enter the required information."] = "Por favor, forneça a informação solicitada.";
-$a->strings["Failed to store account information."] = "Não foi possível armazenar a informação da conta.";
-$a->strings["Registration request at %s"] = "Solicitação de registro em %s";
-$a->strings["Administrator"] = "Administrador";
-$a->strings["your registration password"] = "sua senha de registro";
-$a->strings["Registration details for %s"] = "Detalhes do registro de %s";
-$a->strings["Account approved."] = "A conta foi aprovada.";
-$a->strings["Registration revoked for %s"] = "O registro de %s foi revogado";
+$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário ficou aberto por muito tempo (>3 horas) antes da sua submissão.";
+$a->strings["Invalid data packet"] = "Pacote de dados inválido";
+$a->strings["Unable to verify channel signature"] = "Não foi possível verificar a assinatura do canal";
+$a->strings["Unable to verify site signature for %s"] = "Não foi possível verificar a assinatura do site para %s";
$a->strings["Permission denied."] = "Permissão negada.";
$a->strings["Image exceeds website size limit of %lu bytes"] = "A imagem excede o limite de tamanho do site, que é de %";
$a->strings["Image file is empty."] = "O arquivo de imagem está vazio.";
$a->strings["Unable to process image"] = "Não foi possível processar a imagem";
$a->strings["Photo storage failed."] = "Não foi possível armazenar a foto.";
+$a->strings["Photo Albums"] = "Álbuns de fotos";
$a->strings["Upload New Photos"] = "Enviar novas fotos";
-$a->strings["Visible to everybody"] = "Visível para todos";
+$a->strings["Visible to your default audience"] = "Visível para seu público padrão";
$a->strings["Show"] = "Exibir";
$a->strings["Don't show"] = "Não exibir";
$a->strings["Permissions"] = "Permissões";
@@ -206,51 +90,34 @@ $a->strings["duplicate filename or path"] = "nome de arquivo ou caminho duplicad
$a->strings["Path not found."] = "Caminho não encontrado.";
$a->strings["mkdir failed."] = "mkdir falhou.";
$a->strings["database storage failed."] = "armazenamento de banco de dados falhou.";
-$a->strings["Permission denied"] = "Permissão negada";
-$a->strings["(Unknown)"] = "(Desconhecido)";
-$a->strings["Item not found."] = "O item não foi encontrado.";
-$a->strings["Collection not found."] = "A coleção não foi encontrada.";
-$a->strings["Collection is empty."] = "A coleção está vazia.";
-$a->strings["Collection: %s"] = "Coleção: %s";
-$a->strings["Connection: %s"] = "Conexão: %s";
-$a->strings["Connection not found."] = "A conexão não foi encontrada.";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Starts:"] = "Início:";
-$a->strings["Finishes:"] = "Fim:";
-$a->strings["Location:"] = "Localização:";
$a->strings["Logout"] = "Sair";
$a->strings["End this session"] = "Encerrar essa sessão";
$a->strings["Home"] = "Ver canal";
$a->strings["Your posts and conversations"] = "Suas publicações e conversas";
+$a->strings["View Profile"] = "Ver perfil";
$a->strings["Your profile page"] = "A página do seu perfil";
$a->strings["Edit Profiles"] = "Editar perfis";
$a->strings["Manage/Edit profiles"] = "Administrar/Editar perfis";
+$a->strings["Edit Profile"] = "Editar perfil";
+$a->strings["Edit your profile"] = "Editar seu perfil";
$a->strings["Your photos"] = "Suas fotos";
$a->strings["Your files"] = "Seus arquivos";
-$a->strings["Chat"] = "Bate-papo";
$a->strings["Your chatrooms"] = "Suas salas de bate-papo";
-$a->strings["Your events"] = "Seus eventos";
$a->strings["Your bookmarks"] = "Seus links guardados";
$a->strings["Your webpages"] = "Suas páginas web";
-$a->strings["Login"] = "Entrar";
$a->strings["Sign in"] = "Entrar";
$a->strings["%s - click to logout"] = "%s - clique para sair";
$a->strings["Click to authenticate to your home hub"] = "Clique para se autenticar com seu hub de origem";
$a->strings["Home Page"] = "Página inicial";
$a->strings["Register"] = "Registrar";
$a->strings["Create an account"] = "Criar uma conta";
-$a->strings["Help"] = "Ajuda";
$a->strings["Help and documentation"] = "Ajuda e documentação";
$a->strings["Apps"] = "Aplicações";
$a->strings["Applications, utilities, links, games"] = "Aplicações, utilitários, links, jogos";
-$a->strings["Search"] = "Pesquisar";
$a->strings["Search site content"] = "Pesquisar o conteúdo do site";
-$a->strings["Directory"] = "Diretório";
$a->strings["Channel Locator"] = "Localizador de canais";
-$a->strings["Matrix"] = "Matriz";
$a->strings["Your matrix"] = "Sua matriz";
$a->strings["Mark all matrix notifications seen"] = "Marcar todas as notificações da matriz como vistas";
-$a->strings["Channel Home"] = "Página inicial do canal";
$a->strings["Channel home"] = "Página inicial do canal";
$a->strings["Mark all channel notifications seen"] = "Marcar todas as notificações de canais como vistas";
$a->strings["Connections"] = "Conexões";
@@ -258,7 +125,6 @@ $a->strings["Notices"] = "Notificações";
$a->strings["Notifications"] = "Notificações";
$a->strings["See all notifications"] = "Ver todas as notificações";
$a->strings["Mark all system notifications seen"] = "Marcar todas as notificações de sistema como vistas";
-$a->strings["Mail"] = "Mensagens";
$a->strings["Private mail"] = "Mensagens privadas";
$a->strings["See all private messages"] = "Ver todas as mensagens privadas";
$a->strings["Mark all private messages seen"] = "Marcar todas as mensagens privadas como vistas";
@@ -268,21 +134,98 @@ $a->strings["New Message"] = "Nova mensagem";
$a->strings["Event Calendar"] = "Agenda de eventos";
$a->strings["See all events"] = "Ver todos os eventos";
$a->strings["Mark all events seen"] = "Marcar todos os eventos como vistos";
-$a->strings["Channel Select"] = "Seleção de canal";
$a->strings["Manage Your Channels"] = "Gerencie os seus canais";
-$a->strings["Settings"] = "Configurações";
$a->strings["Account/Channel Settings"] = "Configurações da conta/canal";
-$a->strings["Manage/Edit Friends and Connections"] = "Gerenciar/editar os amigos e as conexões";
$a->strings["Admin"] = "Admin";
$a->strings["Site Setup and Configuration"] = "Configuração do site";
$a->strings["Nothing new here"] = "Nada de novo aqui";
$a->strings["Please wait..."] = "Por favor, aguarde...";
$a->strings["%1\$s's bookmarks"] = "Links guardados de %1\$s";
-$a->strings["Missing room name"] = "Nome da sala vazio";
-$a->strings["Duplicate room name"] = "Nome da sala duplicado";
-$a->strings["Invalid room specifier."] = "Especificador de sala inválido.";
-$a->strings["Room not found."] = "A sala não foi encontrada.";
-$a->strings["Room is full"] = "A sala está cheia";
+$a->strings["prev"] = "anterior";
+$a->strings["first"] = "primeiro";
+$a->strings["last"] = "último";
+$a->strings["next"] = "próximo";
+$a->strings["older"] = "mais antigo";
+$a->strings["newer"] = "mais recente";
+$a->strings["No connections"] = "Nenhuma conexão";
+$a->strings["%d Connection"] = array(
+ 0 => "%d conexão",
+ 1 => "%d conexões",
+);
+$a->strings["View Connections"] = "Ver conexões";
+$a->strings["Save"] = "Salvar";
+$a->strings["poke"] = "cutucar";
+$a->strings["poked"] = "cutucado";
+$a->strings["ping"] = "pingar";
+$a->strings["pinged"] = "pingou";
+$a->strings["prod"] = "espetar";
+$a->strings["prodded"] = "espetou";
+$a->strings["slap"] = "estapear";
+$a->strings["slapped"] = "estapeou";
+$a->strings["finger"] = "dar um toque";
+$a->strings["fingered"] = "deu um toque";
+$a->strings["rebuff"] = "rebater";
+$a->strings["rebuffed"] = "rebateu";
+$a->strings["happy"] = "feliz";
+$a->strings["sad"] = "triste";
+$a->strings["mellow"] = "suave";
+$a->strings["tired"] = "cansad@";
+$a->strings["perky"] = "animad@";
+$a->strings["angry"] = "nervos@";
+$a->strings["stupified"] = "embasbacad@";
+$a->strings["puzzled"] = "confus@";
+$a->strings["interested"] = "interessad@";
+$a->strings["bitter"] = "amarg@";
+$a->strings["cheerful"] = "animad@";
+$a->strings["alive"] = "viv@";
+$a->strings["annoyed"] = "aborrecid@";
+$a->strings["anxious"] = "ansios@";
+$a->strings["cranky"] = "irritad@";
+$a->strings["disturbed"] = "perturbad@";
+$a->strings["frustrated"] = "frustrad@";
+$a->strings["depressed"] = "deprimido";
+$a->strings["motivated"] = "motivad@";
+$a->strings["relaxed"] = "relaxad@";
+$a->strings["surprised"] = "surpres@";
+$a->strings["Monday"] = "Segunda";
+$a->strings["Tuesday"] = "Terça";
+$a->strings["Wednesday"] = "Quarta";
+$a->strings["Thursday"] = "Quinta";
+$a->strings["Friday"] = "Sexta";
+$a->strings["Saturday"] = "Sábado";
+$a->strings["Sunday"] = "Domingo";
+$a->strings["January"] = "Janeiro";
+$a->strings["February"] = "Fevereiro";
+$a->strings["March"] = "Março";
+$a->strings["April"] = "Abril";
+$a->strings["May"] = "Maio";
+$a->strings["June"] = "Junho";
+$a->strings["July"] = "Julho";
+$a->strings["August"] = "Agosto";
+$a->strings["September"] = "Setembro";
+$a->strings["October"] = "Outubro";
+$a->strings["November"] = "Novembro";
+$a->strings["December"] = "Dezembro";
+$a->strings["unknown.???"] = "desconhecido.???";
+$a->strings["bytes"] = "bytes";
+$a->strings["remove category"] = "remover categoria";
+$a->strings["remove from file"] = "remover do arquivo";
+$a->strings["Click to open/close"] = "Clique para abrir/fechar";
+$a->strings["Link to Source"] = "Link para a origem";
+$a->strings["Select a page layout: "] = "Selecione um layout de página:";
+$a->strings["default"] = "default";
+$a->strings["Page content type: "] = "Tipo de conteúdo da página: ";
+$a->strings["Select an alternate language"] = "Selecione um idioma alternativo";
+$a->strings["photo"] = "foto";
+$a->strings["event"] = "evento";
+$a->strings["status"] = "status";
+$a->strings["comment"] = "comentário";
+$a->strings["activity"] = "atividade";
+$a->strings["Design"] = "Design";
+$a->strings["Blocks"] = "Blocos";
+$a->strings["Menus"] = "Menus";
+$a->strings["Layouts"] = "Layouts";
+$a->strings["Pages"] = "Páginas";
$a->strings["Tags"] = "Etiquetas";
$a->strings["Keywords"] = "Palavras-chave";
$a->strings["have"] = "tenho";
@@ -293,13 +236,11 @@ $a->strings["like"] = "gostei";
$a->strings["likes"] = "gosta";
$a->strings["dislike"] = "não gostei";
$a->strings["dislikes"] = "desgosta";
+$a->strings["__ctx:noun__ Like"] = array(
+ 0 => "gostou",
+ 1 => "gostaram",
+);
$a->strings["Default"] = "Default";
-$a->strings["Unknown | Not categorised"] = "Desconhecido | Não categorizado";
-$a->strings["Block immediately"] = "Bloquear imediatamente";
-$a->strings["Shady, spammer, self-marketer"] = "Suspeito, spammer, propagandista";
-$a->strings["Known to me, but no opinion"] = "Eu conheço, mas não tenho opinião a respeito";
-$a->strings["OK, probably harmless"] = "Ok, provavelmente inofensivo";
-$a->strings["Reputable, has my trust"] = "Boa reputação, tem minha confiança";
$a->strings["Frequently"] = "Frequentemente";
$a->strings["Hourly"] = "De hora em hora";
$a->strings["Twice daily"] = "Duas vezes ao dia";
@@ -339,8 +280,30 @@ $a->strings["%d connection in common"] = array(
1 => "%d conexões em comum",
);
$a->strings["show more"] = "exibir mais";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Starts:"] = "Início:";
+$a->strings["Finishes:"] = "Fim:";
+$a->strings["Location:"] = "Localização:";
$a->strings["This event has been added to your calendar."] = "Esse evento foi adicionado ao seu calendário.";
-$a->strings["Edit File properties"] = "Editar propriedades do arquivo";
+$a->strings["Not a valid email address"] = "Não é um endereço de e-mail válido";
+$a->strings["Your email domain is not among those allowed on this site"] = "O domínio do seu e-mail não está entre os permitidos neste site";
+$a->strings["Your email address is already registered at this site."] = "O seu endereço de e-mail já está registrado neste site.";
+$a->strings["An invitation is required."] = "É necessário um convite.";
+$a->strings["Invitation could not be verified."] = "Não foi possível verificar o convite.";
+$a->strings["Please enter the required information."] = "Por favor, forneça a informação solicitada.";
+$a->strings["Failed to store account information."] = "Não foi possível armazenar a informação da conta.";
+$a->strings["Registration confirmation for %s"] = "Confirmação de registro para %s";
+$a->strings["Registration request at %s"] = "Solicitação de registro em %s";
+$a->strings["Administrator"] = "Administrador";
+$a->strings["your registration password"] = "sua senha de registro";
+$a->strings["Registration details for %s"] = "Detalhes do registro de %s";
+$a->strings["Account approved."] = "A conta foi aprovada.";
+$a->strings["Registration revoked for %s"] = "O registro de %s foi revogado";
+$a->strings["Account verified. Please login."] = "Conta verificada. Por favor faça o login.";
+$a->strings["Click here to upgrade."] = "Clique aqui para atualizar.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Essa ação excede o limite definido para o seu plano de assinatura.";
+$a->strings["This action is not available under your subscription plan."] = "Essa ação não está disponível para o seu plano de assinatura.";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gosta de %3\$s de %2\$s";
$a->strings["Miscellaneous"] = "Miscelânea";
$a->strings["year"] = "ano";
$a->strings["month"] = "mês";
@@ -368,6 +331,7 @@ $a->strings["Newest to Oldest"] = "Das mais recentes para as mais antigas";
$a->strings["Enable Safe Search"] = "Habilitar busca tranquila";
$a->strings["Disable Safe Search"] = "Desabilitar busca tranquila";
$a->strings["Safe Mode"] = "Modo tranquilo";
+$a->strings["Attachments:"] = "Anexos:";
$a->strings["Red Matrix Notification"] = "Notificação da Red Matrix";
$a->strings["redmatrix"] = "redmatrix";
$a->strings["Thank You,"] = "Obrigado(a),";
@@ -407,15 +371,141 @@ $a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\
$a->strings["Name:"] = "Nome:";
$a->strings["Photo:"] = "Foto:";
$a->strings["Please visit %s to approve or reject the suggestion."] = "Por favor, visite %s para aprovar ou rejeitar a sugestão.";
+$a->strings["[Red:Notify]"] = "[Red:Notify]";
+$a->strings["parent"] = "nível superior";
+$a->strings["Collection"] = "Coleção";
+$a->strings["Principal"] = "Principal";
+$a->strings["Addressbook"] = "Livro de endereços";
+$a->strings["Calendar"] = "Calendário";
+$a->strings["Schedule Inbox"] = "Caixa de entrada da agenda";
+$a->strings["Schedule Outbox"] = "Caixa de saída da agenda";
+$a->strings["%1\$s used"] = "%1\$s usados";
+$a->strings["%1\$s used of %2\$s (%3\$s&#37;)"] = "%1\$s usados de %2\$s (%3\$s&#37;)";
+$a->strings["Name"] = "Nome";
+$a->strings["Type"] = "Tipo";
+$a->strings["Size"] = "Tamanho";
+$a->strings["Last Modified"] = "Última modificação";
+$a->strings["Total"] = "Total";
+$a->strings["Create new folder"] = "Criar uma nova pasta";
+$a->strings["Create"] = "Criar";
+$a->strings["Upload file"] = "Enviar arquivo";
+$a->strings["Upload"] = "Enviar";
+$a->strings["channel"] = "canal";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s não gosta de %3\$s de %2\$s";
+$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s agora está conectado com %2\$s";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s cutucou %2\$s";
+$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s está %2\$s";
+$a->strings["Select"] = "Selecionar";
+$a->strings["Private Message"] = "Mensagem privada";
+$a->strings["Message is verified"] = "A mensagem foi verificada";
+$a->strings["View %s's profile @ %s"] = "Ver o perfil de %s's @ %s";
+$a->strings["Categories:"] = "Categorias:";
+$a->strings["Filed under:"] = "Armazenado sob:";
+$a->strings[" from %s"] = "de %s";
+$a->strings["last edited: %s"] = "última edição: %s";
+$a->strings["Expires: %s"] = "Expira: %s";
+$a->strings["View in context"] = "Ver no contexto";
+$a->strings["Please wait"] = "Por favor, espere";
+$a->strings["remove"] = "remover";
+$a->strings["Loading..."] = "Carregando...";
+$a->strings["Delete Selected Items"] = "Excluir os itens selecionados";
+$a->strings["View Source"] = "Ver a fonte";
+$a->strings["Follow Thread"] = "Acompanhar a discussão";
+$a->strings["View Status"] = "Ver status";
+$a->strings["View Photos"] = "Ver fotos";
+$a->strings["Matrix Activity"] = "Atividade na matriz";
+$a->strings["Connect"] = "Conectar";
+$a->strings["Edit Contact"] = "Editar contato";
+$a->strings["Send PM"] = "Enviar MP";
+$a->strings["%s likes this."] = "%s gostou disso.";
+$a->strings["%s doesn't like this."] = "%s não gostou disso.";
+$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
+ 0 => "",
+ 1 => "<span %1\$s>%2\$d pessoas</span> gostaram disso.",
+);
+$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
+ 0 => "",
+ 1 => "<span %1\$s>%2\$d pessoas</span> não gostaram disso.",
+);
+$a->strings["and"] = "e";
+$a->strings[", and %d other people"] = array(
+ 0 => "",
+ 1 => ", e mais %d outras pessoas",
+);
+$a->strings["%s like this."] = "%s gostou disso.";
+$a->strings["%s don't like this."] = "%s não gostou disso.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Visível para <strong>todos</strong>";
+$a->strings["Please enter a link URL:"] = "Por favor, digite uma URL:";
+$a->strings["Please enter a video link/URL:"] = "Por favor, digite o link/URL do vídeo:";
+$a->strings["Please enter an audio link/URL:"] = "Por favor, digite o link/URL do áudio:";
+$a->strings["Tag term:"] = "Etiqueta:";
+$a->strings["Save to Folder:"] = "Salvar para a pasta:";
+$a->strings["Where are you right now?"] = "Onde você está agora?";
+$a->strings["Expires YYYY-MM-DD HH:MM"] = "Expira YYYY-MM-DD HH:MM";
+$a->strings["Share"] = "Compartilhar";
+$a->strings["Page link title"] = "Título do link da página";
+$a->strings["Post as"] = "Publicar como";
+$a->strings["Upload photo"] = "Enviar foto";
+$a->strings["upload photo"] = "enviar foto";
+$a->strings["Attach file"] = "Anexar arquivo";
+$a->strings["attach file"] = "anexar arquivo";
+$a->strings["Insert web link"] = "Inserir link web";
+$a->strings["web link"] = "link web";
+$a->strings["Insert video link"] = "Inserir link de vídeo";
+$a->strings["video link"] = "link de vídeo";
+$a->strings["Insert audio link"] = "Inserir link de áudio";
+$a->strings["audio link"] = "link de áudio";
+$a->strings["Set your location"] = "Definir sua localização";
+$a->strings["set location"] = "definir localização";
+$a->strings["Clear browser location"] = "Limpar a localização do navegador";
+$a->strings["clear location"] = "limpar a localização";
+$a->strings["Set title"] = "Definir o título";
+$a->strings["Categories (comma-separated list)"] = "Categorias (lista separada por vírgulas)";
+$a->strings["Permission settings"] = "Configurações de permissão";
+$a->strings["permissions"] = "permissões";
+$a->strings["Public post"] = "Publicação pública";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Por exemplo: joao@exemplo.com, maria@exemplo.com";
+$a->strings["Set expiration date"] = "Definir data de expiração";
+$a->strings["Encrypt text"] = "Encriptar texto";
+$a->strings["OK"] = "Ok";
+$a->strings["Cancel"] = "Cancelar";
+$a->strings["Discover"] = "Descubra";
+$a->strings["Imported public streams"] = "Fluxos públicos importados";
+$a->strings["Commented Order"] = "Recentes e comentados";
+$a->strings["Sort by Comment Date"] = "Ordenar pela data do último comentário";
+$a->strings["Posted Order"] = "Recentemente publicados";
+$a->strings["Sort by Post Date"] = "Ordenar pela data da publicação";
+$a->strings["Personal"] = "Pessoal";
+$a->strings["Posts that mention or involve you"] = "Publicações que mencionam ou envolvem você";
+$a->strings["New"] = "Novo";
+$a->strings["Activity Stream - by date"] = "Fluxo de atividades - por data";
+$a->strings["Starred"] = "Estrelados";
+$a->strings["Favourite Posts"] = "Publicações favoritas";
+$a->strings["Spam"] = "Spam";
+$a->strings["Posts flagged as SPAM"] = "Publicações marcadas como SPAM";
+$a->strings["Channel"] = "Canal";
+$a->strings["Status Messages and Posts"] = "Mensagens de status e publicações";
+$a->strings["About"] = "Sobre";
+$a->strings["Profile Details"] = "Detalhes do perfil";
+$a->strings["Files and Storage"] = "Arquivos e armazenamento";
+$a->strings["Chatrooms"] = "Salas de bate-papo";
+$a->strings["Saved Bookmarks"] = "Links guardados";
+$a->strings["Manage Webpages"] = "Administrar páginas web";
$a->strings["General Features"] = "Recursos gerais";
$a->strings["Content Expiration"] = "Expiração de conteúdo";
$a->strings["Remove posts/comments and/or private messages at a future time"] = "Remover publicações/comentários e/ou mensagens privadas num momento futuro.";
$a->strings["Multiple Profiles"] = "Múltiplos perfis";
$a->strings["Ability to create multiple profiles"] = "Possibilidade de criar múltiplos perfis";
+$a->strings["Advanced Profiles"] = "Perfis avançados";
+$a->strings["Additional profile sections and selections"] = "Seções e seleções adicionais no perfil";
+$a->strings["Profile Import/Export"] = "Importar/exportar perfis";
+$a->strings["Save and load profile details across sites/channels"] = "Salvar e carregar detalhes de perfis entre sites/canais";
$a->strings["Web Pages"] = "Páginas web";
$a->strings["Provide managed web pages on your channel"] = "Fornece páginas web gerenciáveis no seu canal";
$a->strings["Private Notes"] = "Notas privadas";
$a->strings["Enables a tool to store notes and reminders"] = "Habilita uma ferramenta para guardar notas e lembretes";
+$a->strings["Navigation Channel Select"] = "Seletor de canais na navegação";
+$a->strings["Change channels directly from within the navigation dropdown menu"] = "Trocar canais diretamente a partir do menu expansível na navegação";
$a->strings["Extended Identity Sharing"] = "Compartilhamento estendido de identidade";
$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Compartilhar sua identidade com todos os websites na internet. Quando desabilitado, sua identidade é compartilhada apenas com outros sites na matrix.";
$a->strings["Expert Mode"] = "Modo Expert";
@@ -423,8 +513,8 @@ $a->strings["Enable Expert Mode to provide advanced configuration options"] = "O
$a->strings["Premium Channel"] = "Canal premium";
$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Permite definir restrições e termos para aqueles que se conectarem ao seu canal";
$a->strings["Post Composition Features"] = "Recursos de composição de publicações";
-$a->strings["Richtext Editor"] = "Editor richtext";
-$a->strings["Enable richtext editor"] = "Habilita o editor richtext";
+$a->strings["Use Markdown"] = "Usar Markdown";
+$a->strings["Allow use of \"Markdown\" to format posts"] = "Permitir o uso de \"Markdown\" para formatar publicações";
$a->strings["Post Preview"] = "Pré-visualizar a publicação";
$a->strings["Allow previewing posts and comments before publishing them"] = "Permite visualizar publicações e comentários antes de publicá-los";
$a->strings["Channel Sources"] = "Fontes do canal";
@@ -464,9 +554,31 @@ $a->strings["Channel is blocked on this site."] = "O canal está bloqueado neste
$a->strings["Channel location missing."] = "A localização do canal foi perdida";
$a->strings["Response from remote channel was incomplete."] = "A resposta do canal remoto está incompleta.";
$a->strings["Channel was deleted and no longer exists."] = "O canal foi deletado e não existe mais.";
+$a->strings["Protocol disabled."] = "Protocolo desabilitado.";
$a->strings["Channel discovery failed."] = "A descoberta de canais falhou.";
$a->strings["local account not found."] = "a conta local não foi encontrada.";
$a->strings["Cannot connect to yourself."] = "Não é possível conectar-se consigo mesmo.";
+$a->strings["Missing room name"] = "Nome da sala vazio";
+$a->strings["Duplicate room name"] = "Nome da sala duplicado";
+$a->strings["Invalid room specifier."] = "Especificador de sala inválido.";
+$a->strings["Room not found."] = "A sala não foi encontrada.";
+$a->strings["Room is full"] = "A sala está cheia";
+$a->strings["Permission denied"] = "Permissão negada";
+$a->strings["(Unknown)"] = "(Desconhecido)";
+$a->strings["Visible to anybody on the internet."] = "Visívil para todos na internet.";
+$a->strings["Visible to you only."] = "Visível somente para você.";
+$a->strings["Visible to anybody in this network."] = "Visível para todos nesta rede.";
+$a->strings["Visible to anybody authenticated."] = "Visível para todos autenticados.";
+$a->strings["Visible to anybody on %s."] = "Visível para todos em %s.";
+$a->strings["Visible to all connections."] = "Visível para quaisquer conexões.";
+$a->strings["Visible to approved connections."] = "Visível para conexões aprovadas.";
+$a->strings["Visible to specific connections."] = "Visível para conexões específicas.";
+$a->strings["Item not found."] = "O item não foi encontrado.";
+$a->strings["Collection not found."] = "A coleção não foi encontrada.";
+$a->strings["Collection is empty."] = "A coleção está vazia.";
+$a->strings["Collection: %s"] = "Coleção: %s";
+$a->strings["Connection: %s"] = "Conexão: %s";
+$a->strings["Connection not found."] = "A conexão não foi encontrada.";
$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Um grupo com esse nome, anteriormente excluído, foi reativado. Permissões de itens já existentes <strong>poderão</strong> ser aplicadas a esse grupo e qualquer futuros membros. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente.";
$a->strings["Default privacy group for new contacts"] = "Grupo de privacidade padrão para novos contatos";
$a->strings["All Channels"] = "Todos os canais";
@@ -488,12 +600,10 @@ $a->strings["Default Profile"] = "Perfil padrão";
$a->strings["Friends"] = "Amigos";
$a->strings["Requested channel is not available."] = "Canal solicitado não está disponível.";
$a->strings["Requested profile is not available."] = "O perfil solicitado não está disponível.";
-$a->strings["Connect"] = "Conectar";
$a->strings["Change profile photo"] = "Mudar a foto do perfil";
$a->strings["Profiles"] = "Perfis";
$a->strings["Manage/edit profiles"] = "Administrar/editar perfis";
$a->strings["Create New Profile"] = "Criar um novo perfil";
-$a->strings["Edit Profile"] = "Editar perfil";
$a->strings["Profile Image"] = "Imagem do perfil";
$a->strings["visible to everybody"] = "visível para todos";
$a->strings["Edit visibility"] = "Editar a visibilidade";
@@ -509,8 +619,8 @@ $a->strings["Birthdays this week:"] = "Aniversários nesta semana:";
$a->strings["[No description]"] = "[Sem descrição]";
$a->strings["Event Reminders"] = "Lembretes de eventos";
$a->strings["Events this week:"] = "Eventos nesta semana:";
-$a->strings["Profile"] = "Perfil";
$a->strings["Full Name:"] = "Nome completo:";
+$a->strings["Like this channel"] = "Gostar deste canal";
$a->strings["j F, Y"] = "j \\d\\e F, Y";
$a->strings["j F"] = "j \\d\\e F";
$a->strings["Birthday:"] = "Aniversário:";
@@ -534,106 +644,17 @@ $a->strings["Film/dance/culture/entertainment:"] = "Filmes/dança/cultura/entret
$a->strings["Love/Romance:"] = "Amor/romance:";
$a->strings["Work/employment:"] = "Trabalho/emprego:";
$a->strings["School/education:"] = "Escola/educação:";
-$a->strings["view full size"] = "ver na tela inteira";
-$a->strings["prev"] = "anterior";
-$a->strings["first"] = "primeiro";
-$a->strings["last"] = "último";
-$a->strings["next"] = "próximo";
-$a->strings["older"] = "mais antigo";
-$a->strings["newer"] = "mais recente";
-$a->strings["No connections"] = "Nenhuma conexão";
-$a->strings["%d Connection"] = array(
- 0 => "%d conexão",
- 1 => "%d conexões",
-);
-$a->strings["View Connections"] = "Ver conexões";
-$a->strings["Save"] = "Salvar";
-$a->strings["poke"] = "cutucar";
-$a->strings["ping"] = "pingar";
-$a->strings["pinged"] = "pingou";
-$a->strings["prod"] = "espetar";
-$a->strings["prodded"] = "espetou";
-$a->strings["slap"] = "estapear";
-$a->strings["slapped"] = "estapeou";
-$a->strings["finger"] = "dar um toque";
-$a->strings["fingered"] = "deu um toque";
-$a->strings["rebuff"] = "rebater";
-$a->strings["rebuffed"] = "rebateu";
-$a->strings["happy"] = "feliz";
-$a->strings["sad"] = "triste";
-$a->strings["mellow"] = "suave";
-$a->strings["tired"] = "cansad@";
-$a->strings["perky"] = "animad@";
-$a->strings["angry"] = "nervos@";
-$a->strings["stupified"] = "embasbacad@";
-$a->strings["puzzled"] = "confus@";
-$a->strings["interested"] = "interessad@";
-$a->strings["bitter"] = "amarg@";
-$a->strings["cheerful"] = "animad@";
-$a->strings["alive"] = "viv@";
-$a->strings["annoyed"] = "aborrecid@";
-$a->strings["anxious"] = "ansios@";
-$a->strings["cranky"] = "irritad@";
-$a->strings["disturbed"] = "perturbad@";
-$a->strings["frustrated"] = "frustrad@";
-$a->strings["depressed"] = "deprimido";
-$a->strings["motivated"] = "motivad@";
-$a->strings["relaxed"] = "relaxad@";
-$a->strings["surprised"] = "surpres@";
-$a->strings["Monday"] = "Segunda";
-$a->strings["Tuesday"] = "Terça";
-$a->strings["Wednesday"] = "Quarta";
-$a->strings["Thursday"] = "Quinta";
-$a->strings["Friday"] = "Sexta";
-$a->strings["Saturday"] = "Sábado";
-$a->strings["Sunday"] = "Domingo";
-$a->strings["January"] = "Janeiro";
-$a->strings["February"] = "Fevereiro";
-$a->strings["March"] = "Março";
-$a->strings["April"] = "Abril";
-$a->strings["May"] = "Maio";
-$a->strings["June"] = "Junho";
-$a->strings["July"] = "Julho";
-$a->strings["August"] = "Agosto";
-$a->strings["September"] = "Setembro";
-$a->strings["October"] = "Outubro";
-$a->strings["November"] = "Novembro";
-$a->strings["December"] = "Dezembro";
-$a->strings["unknown.???"] = "desconhecido.???";
-$a->strings["bytes"] = "bytes";
-$a->strings["remove category"] = "remover categoria";
-$a->strings["remove from file"] = "remover do arquivo";
-$a->strings["Click to open/close"] = "Clique para abrir/fechar";
-$a->strings["Link to Source"] = "Link para a origem";
-$a->strings["Select a page layout: "] = "Selecione um layout de página:";
-$a->strings["default"] = "default";
-$a->strings["Page content type: "] = "Tipo de conteúdo da página: ";
-$a->strings["Select an alternate language"] = "Selecione um idioma alternativo";
-$a->strings["activity"] = "atividade";
-$a->strings["Design"] = "Design";
-$a->strings["Blocks"] = "Blocos";
-$a->strings["Menus"] = "Menus";
-$a->strings["Layouts"] = "Layouts";
-$a->strings["Pages"] = "Páginas";
-$a->strings["Site Admin"] = "Administração do site";
-$a->strings["Address Book"] = "Livro de Endereços";
-$a->strings["Mood"] = "Humor";
-$a->strings["Probe"] = "Sonda";
-$a->strings["Suggest"] = "Sugerir";
-$a->strings["Update"] = "Atualizar";
-$a->strings["Install"] = "Instalar";
-$a->strings["Purchase"] = "Compras";
-$a->strings["Unknown"] = "Desconhecidos";
-$a->strings["Invalid data packet"] = "Pacote de dados inválido";
-$a->strings["Unable to verify channel signature"] = "Não foi possível verificar a assinatura do canal";
-$a->strings["Unable to verify site signature for %s"] = "Não foi possível verificar a assinatura do site para %s";
+$a->strings["Like this thing"] = "Gostar desta coisa";
+$a->strings["Image/photo"] = "Imagem/foto";
+$a->strings["Encrypted content"] = "Conteúdo criptografado";
+$a->strings["QR code"] = "código QR";
+$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escreveu a seguinte %2\$s %3\$s";
+$a->strings["post"] = "publicação";
+$a->strings["$1 wrote:"] = "$1 escreveu:";
$a->strings["No recipient provided."] = "Falta o destinatário.";
$a->strings["[no subject]"] = "[sem assunto]";
$a->strings["Unable to determine sender."] = "Não foi possível determinar o remetente.";
$a->strings["Stored post could not be verified."] = "Não foi possível verificar a publicação armazenada.";
-$a->strings["Click here to upgrade."] = "Clique aqui para atualizar.";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "Essa ação excede o limite definido para o seu plano de assinatura.";
-$a->strings["This action is not available under your subscription plan."] = "Essa ação não está disponível para o seu plano de assinatura.";
$a->strings["System"] = "Sistema";
$a->strings["Create Personal App"] = "Crie aplicações pessoais";
$a->strings["Edit Personal App"] = "Edite aplicações pessoais";
@@ -661,6 +682,7 @@ $a->strings["Feature settings"] = "Configurações dos recursos";
$a->strings["Display settings"] = "Configurações de exibição";
$a->strings["Connected apps"] = "Aplicações conectadas";
$a->strings["Export channel"] = "Exportar o canal";
+$a->strings["Export content"] = "Exportar conteúdo";
$a->strings["Automatic Permissions (Advanced)"] = "Permissões automáticas (avançado)";
$a->strings["Premium Channel Settings"] = "Configurações de canal premium";
$a->strings["Check Mail"] = "Checar mensagens";
@@ -669,10 +691,6 @@ $a->strings["Bookmarked Chatrooms"] = "Salas de bate-papo guardadas";
$a->strings["Suggested Chatrooms"] = "Salas de bate-papo sugeridas";
$a->strings["Save to Folder"] = "Salvar para pasta";
$a->strings["View all"] = "Ver tudo";
-$a->strings["__ctx:noun__ Like"] = array(
- 0 => "gostou",
- 1 => "gostaram",
-);
$a->strings["__ctx:noun__ Dislike"] = array(
0 => "desgostou",
1 => "desgostaram",
@@ -741,6 +759,7 @@ $a->strings[" "] = " ";
$a->strings["timeago.numbers"] = "timeago.numbers";
$a->strings["New window"] = "Nova janela";
$a->strings["Open the selected location in a different window or browser tab"] = "Abre a localização selecionada em outra aba ou janela";
+$a->strings["User '%s' deleted"] = "O usuário/a '%s' foi deletado/a";
$a->strings["Male"] = "Masculino";
$a->strings["Female"] = "Feminino";
$a->strings["Currently Male"] = "Atualmente masculino";
@@ -801,7 +820,36 @@ $a->strings["Ask me"] = "Pergunte-me";
$a->strings["Logged out."] = "Você saiu.";
$a->strings["Failed authentication"] = "Não foi possível autenticar";
$a->strings["Login failed."] = "Não foi possível entrar.";
-$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário ficou aberto por muito tempo (>3 horas) antes da sua submissão.";
+$a->strings["Can view my normal stream and posts"] = "Pode ver meus fluxo e publicações normais";
+$a->strings["Can view my default channel profile"] = "Pode ver o perfil padrão do meu canal";
+$a->strings["Can view my photo albums"] = "Pode ver meus álbuns de fotos";
+$a->strings["Can view my connections"] = "Pode ver minhas conexões";
+$a->strings["Can view my file storage"] = "Pode ver meu armazenamento de arquivos";
+$a->strings["Can view my webpages"] = "Pode ver minhas páginas web";
+$a->strings["Can send me their channel stream and posts"] = "Pode me enviar seu fluxo e publicações";
+$a->strings["Can post on my channel page (\"wall\")"] = "Pode publicar na página do meu canal (\"mural\")";
+$a->strings["Can comment on or like my posts"] = "Pode comentar em ou gostar de minhas publicações";
+$a->strings["Can send me private mail messages"] = "Pode me enviar mensagens privadas";
+$a->strings["Can post photos to my photo albums"] = "Pode publicar fotos nos meus álbuns de fotos";
+$a->strings["Can like/dislike stuff"] = "Pode gostar/desgostar de coisas";
+$a->strings["Profiles and things other than posts/comments"] = "Perfis e coisas que não publicações/comentários";
+$a->strings["Can forward to all my channel contacts via post @mentions"] = "Pode encaminhar para todos os contatos do meu canal via @menções na publicação";
+$a->strings["Advanced - useful for creating group forum channels"] = "Avançado - útil para criar canais de fóruns de grupos";
+$a->strings["Can chat with me (when available)"] = "Pode conversar comigo (quando disponívei)";
+$a->strings["Can write to my file storage"] = "Pode escrever em meu armazenamento de arquivos";
+$a->strings["Can edit my webpages"] = "Pode editar minhas páginas web";
+$a->strings["Can source my public posts in derived channels"] = "Pode usar minhas publicações públicas como fonte para canais derivados";
+$a->strings["Somewhat advanced - very useful in open communities"] = "Avançado - muito útil em comunidades abertas";
+$a->strings["Can administer my channel resources"] = "Pode administrar os recursos do meu canal";
+$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Extremamente avançado. Não mexa nisso a não ser que saiba o que está fazendo";
+$a->strings["Social Networking"] = "Rede social";
+$a->strings["Mostly Public"] = "Padrão público";
+$a->strings["Restricted"] = "Restrito";
+$a->strings["Private"] = "Privado";
+$a->strings["Community Forum"] = "Fórum de comunidade";
+$a->strings["Feed Republish"] = "Republicação de feed";
+$a->strings["Celebrity/Soapbox"] = "Celebridade/Palanque";
+$a->strings["Custom/Expert Mode"] = "Personalizado/Modo expert";
$a->strings["Set your current mood and tell your friends"] = "Marque seu humor atual e compartilhe com seus amigos";
$a->strings["Menu not found."] = "O menu não foi encontrado.";
$a->strings["Menu element updated."] = "O elemento de menu foi atualizado.";
@@ -827,167 +875,129 @@ $a->strings["Use Red magic-auth if available"] = "Usar <em>Red magic-auth</em> s
$a->strings["Open link in new window"] = "Abrir link em uma nova janela";
$a->strings["Order in list"] = "Ordem na lista";
$a->strings["Higher numbers will sink to bottom of listing"] = "Números mais altos descem para o fim da lista";
-$a->strings["Create"] = "Criar";
$a->strings["Menu item not found."] = "O item de menu não foi encontrado.";
$a->strings["Menu item deleted."] = "O item de menu foi deletado.";
$a->strings["Menu item could not be deleted."] = "Não foi possível deletar o item de menu.";
$a->strings["Edit Menu Element"] = "Editar elemento de menu";
$a->strings["Modify"] = "Modificar";
+$a->strings["Some blurb about what to do when you're new here"] = "Alguma coisa sobre o que fazer quando se é novo aqui";
$a->strings["sent you a private message"] = "lhe enviou uma mensagem privada";
$a->strings["added your channel"] = "adicionou seu canal";
$a->strings["posted an event"] = "publicou um evento";
$a->strings["network"] = "+ rede";
-$a->strings["Theme settings updated."] = "As configurações de tema foram atualizadas.";
-$a->strings["Site"] = "Site";
-$a->strings["Accounts"] = "Contas";
-$a->strings["Channels"] = "Canais";
-$a->strings["Plugins"] = "Plugins";
-$a->strings["Themes"] = "Temas";
-$a->strings["Server"] = "Servidor";
-$a->strings["DB updates"] = "Atualizações do Banco de Dados";
-$a->strings["Logs"] = "Logs";
-$a->strings["Plugin Features"] = "Recursos dos plugins";
-$a->strings["User registrations waiting for confirmation"] = "Registros de usuário aguardando confirmação";
-$a->strings["Message queues"] = "Filas de mensagem";
-$a->strings["Administration"] = "Administração";
-$a->strings["Summary"] = "Resumo";
-$a->strings["Registered users"] = "Usuários registrados";
-$a->strings["Pending registrations"] = "Registros pendentes";
-$a->strings["Version"] = "Versão";
-$a->strings["Active plugins"] = "Plugins ativos";
-$a->strings["Site settings updated."] = "As configurações de site foram atualizadas.";
+$a->strings["Name is required"] = "É necessário informar o nome";
+$a->strings["Key and Secret are required"] = "A chave e o segredo são obrigatórios";
+$a->strings["Passwords do not match. Password unchanged."] = "As senhas não correspondem. A senha não foi modificada.";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "Não é permitido uma senha em branco. A senha não foi modificada.";
+$a->strings["Password changed."] = "A senha foi modificada.";
+$a->strings["Password update failed. Please try again."] = "Não foi possível atualizar a senha. Por favor, tente novamente.";
+$a->strings["Not valid email."] = "Não é um e-mail válido";
+$a->strings["Protected email address. Cannot change to that email."] = "Endereço de e-mail protegido. Não é possível mudar para esse e-mail.";
+$a->strings["System failure storing new email. Please try again."] = "Falha do sistema ao armazenar novo e-mail. Por favor, tente novamente.";
+$a->strings["Settings updated."] = "As configurações foram atualizadas.";
+$a->strings["Add application"] = "Adicionar aplicação";
+$a->strings["Name of application"] = "Nome da aplicação";
+$a->strings["Consumer Key"] = "Chave de consumidor";
+$a->strings["Automatically generated - change if desired. Max length 20"] = "Gerado automaticamente - troque se desejável. Comprimento máximo 20";
+$a->strings["Consumer Secret"] = "Segredo de consumidor";
+$a->strings["Redirect"] = "Redirecionamento";
+$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI de redirecionamento - deixe em branco, a não ser que sua aplicação especificamente requeira isso";
+$a->strings["Icon url"] = "URL do ícone";
+$a->strings["Optional"] = "Opcional";
+$a->strings["You can't edit this application."] = "Você não pode editar esta aplicação.";
+$a->strings["Connected Apps"] = "Aplicações conectadas";
+$a->strings["Client key starts with"] = "Chave do cliente começa com";
+$a->strings["No name"] = "Sem nome";
+$a->strings["Remove authorization"] = "Remover autorização";
+$a->strings["No feature settings configured"] = "Não foi definida nenhuma configuração do recurso";
+$a->strings["Feature Settings"] = "Configurações do recurso";
+$a->strings["Account Settings"] = "Configurações da conta";
+$a->strings["Password Settings"] = "Configurações da senha";
+$a->strings["New Password:"] = "Nova senha:";
+$a->strings["Confirm:"] = "Confirme:";
+$a->strings["Leave password fields blank unless changing"] = "Deixe os campos de senha em branco, a não ser que você queira alterá-la";
+$a->strings["Email Address:"] = "Endereço de e-mail:";
+$a->strings["Remove Account"] = "Remover conta";
+$a->strings["Remove this account from this server including all its channels"] = "Remove esta conta deste servidor incluindo todos os seus canais.";
+$a->strings["Warning: This action is permanent and cannot be reversed."] = "Atenção: Esta ação é permanente e não pode ser revertida.";
+$a->strings["Off"] = "Desligado";
+$a->strings["On"] = "Ligado";
+$a->strings["Additional Features"] = "Recursos adicionais";
+$a->strings["Connector Settings"] = "Configurações do conector";
$a->strings["No special theme for mobile devices"] = "Sem tema especial para aparelhos móveis";
-$a->strings["No special theme for accessibility"] = "Sem tema especial para acessibilidade";
+$a->strings["%s - (Experimental)"] = "%s - (Experimental)";
+$a->strings["Display Settings"] = "Configurações de exibição";
+$a->strings["Display Theme:"] = "Tema do perfil:";
+$a->strings["Mobile Theme:"] = "Tema móvel:";
+$a->strings["Enable user zoom on mobile devices"] = "Permitir zoom pelo usuário em dispositivos móveis";
+$a->strings["Update browser every xx seconds"] = "Atualizar navegador a cada xx segundos";
+$a->strings["Minimum of 10 seconds, no maximum"] = "Mínimo de 10 segundos, sem máximo";
+$a->strings["Maximum number of conversations to load at any time:"] = "Número máximo permitido de conversas carregadas:";
+$a->strings["Maximum of 100 items"] = "Máximo de 100 itens";
+$a->strings["Don't show emoticons"] = "Não exibir emoticons";
+$a->strings["Link post titles to source"] = "Ligar o título dos posts à fonte";
+$a->strings["System Page Layout Editor - (advanced)"] = "Editor de layout de página do sistema - (avançado)";
+$a->strings["Nobody except yourself"] = "Ninguém exceto você mesmo";
+$a->strings["Only those you specifically allow"] = "Apenas quem você der permissão";
+$a->strings["Approved connections"] = "Conexões aprovadas";
+$a->strings["Any connections"] = "Quaisquer conexões";
+$a->strings["Anybody on this website"] = "Qualquer um neste site";
+$a->strings["Anybody in this network"] = "Qualquer um nesta rede";
+$a->strings["Anybody authenticated"] = "Qualquer um autenticado";
+$a->strings["Anybody on the internet"] = "Qualquer um na internet";
+$a->strings["Publish your default profile in the network directory"] = "Publicar seu perfil padrão no diretório da rede?";
$a->strings["No"] = "Não";
-$a->strings["Yes - with approval"] = "Sim - pendente aprovação";
$a->strings["Yes"] = "Sim";
-$a->strings["My site is not a public server"] = "Meu site não é um servidor público";
-$a->strings["My site has paid access only"] = "Meu site oferece somente acesso pago";
-$a->strings["My site has free access only"] = "Meu site oferece somente acesso gratuito";
-$a->strings["My site offers free accounts with optional paid upgrades"] = "Meu site oferece contas gratuitas com recursos adicionais pagos";
-$a->strings["Registration"] = "Registro";
-$a->strings["File upload"] = "Carregamento de arquivos";
-$a->strings["Policies"] = "Políticas";
-$a->strings["Site name"] = "Nome do site";
-$a->strings["Banner/Logo"] = "Cartaz/Logo";
-$a->strings["Administrator Information"] = "Informações do Administrador";
-$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Informações de contato com administradores do site. Exibida na página siteinfo. BBCode pode ser usado aqui.";
-$a->strings["System language"] = "Idioma do sistema";
-$a->strings["System theme"] = "Tema do sistema";
-$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Tema padrão do sistema - pode ser sobrescrito por perfis de usuário - <a href='#' id='cnftheme'>mudar configurações do tema</a>";
-$a->strings["Mobile system theme"] = "Tema do sistema móvel";
-$a->strings["Theme for mobile devices"] = "Tema para dispositivos móveis";
-$a->strings["Accessibility system theme"] = "Tema do sistema acessível";
-$a->strings["Accessibility theme"] = "Tema acessível";
-$a->strings["Channel to use for this website's static pages"] = "Canal a utilizar para as páginas estáticas desse website";
-$a->strings["Site Channel"] = "Canal do site";
-$a->strings["Maximum image size"] = "Tamanho máximo de imagens";
-$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Tamanho máximo em bytes de imagens carregadas. O padrão é 0, significando sem limites.";
-$a->strings["Does this site allow new member registration?"] = "Este site permite o registro de novos membros?";
-$a->strings["Which best describes the types of account offered by this hub?"] = "Qual descreve melhor os tipos de conta oferecidas por este hub?";
-$a->strings["Register text"] = "Texto de registro";
-$a->strings["Will be displayed prominently on the registration page."] = "Será exibido proeminentemente na página de registro.";
-$a->strings["Accounts abandoned after x days"] = "Contas abandonadas após x dias";
-$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Não gastará recursos do sistema coletando de sites externos para contas abandonadas. Use 0 para sem limite de tempo.";
-$a->strings["Allowed friend domains"] = "Domínios permitidos para amigos";
-$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista, separada por vírgulas, de domínios permitidos para estabelecer amizades com este site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domínio";
-$a->strings["Allowed email domains"] = "Domínios permitidos de e-mail";
-$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Lista, separada por vírgulas, de domínios permitidos em endereços de e-mail para registros nesse site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domínio";
-$a->strings["Block public"] = "Bloquear público";
-$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Marque para bloquear o acesso público a todas as páginas pessoais que seriam públicas, a não ser que se esteja autenticado.";
-$a->strings["Force publish"] = "Forçar publicação";
-$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Marque para forçar todos os perfis neste site a aparecerem listados no diretório do site.";
-$a->strings["Disable discovery tab"] = "Desabilitar a aba \"Descubra\"";
-$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Remove da visualização de rede a aba com conteúdos públicos obtidos de fontes escolhidas para esse site.";
-$a->strings["No login on Homepage"] = "Sem formulário de autenticação na página inicial";
-$a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = "Marque para esconder o formulário de autenticação da página inicial do seu site quando visitantes chegarem sem estar autenticados (e.g. quando você inclui os conteúdos da página inicial através do canal do site).";
-$a->strings["Proxy user"] = "Usuário do proxy";
-$a->strings["Proxy URL"] = "URL do proxy";
-$a->strings["Network timeout"] = "Timeout da rede";
-$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor em segundos. Use 0 para ilimitado (não recomendado).";
-$a->strings["Delivery interval"] = "Intervalo de entrega";
-$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Atrase os processos de entrega em segundo plano por este número de segundos para reduzir a carga do sistema. Recomendado: 4-5 para hosts compartilhados, 2-3 para servidores virtuais privados. 0-1 para grandes servidores dedicados.";
-$a->strings["Poll interval"] = "Intervalo de coleta";
-$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Atrase os processos de coleta em segundo plano por este número de segundos para reduzir a carga do sistema. Se 0, use o intervalo de entrega.";
-$a->strings["Maximum Load Average"] = "Carga média máxima";
-$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima do sistema antes de adiar processos de entrega e coleta - padrão 50.";
-$a->strings["No server found"] = "Nenhum servidor foi encontrado";
-$a->strings["ID"] = "ID";
-$a->strings["for channel"] = "para o canal";
-$a->strings["on server"] = "no servidor";
-$a->strings["Status"] = "Status";
-$a->strings["Update has been marked successful"] = "A atualização foi designada bem sucedida";
-$a->strings["Executing %s failed. Check system logs."] = "Execução de %s falhou. Verifique os logs do sistema.";
-$a->strings["Update %s was successfully applied."] = "A atualização %s foi aplicada com sucesso.";
-$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "A atualização %s não retornou um status. Situação incerta quando ao seu sucesso.";
-$a->strings["Update function %s could not be found."] = "A função de atualização %s não foi encontrada.";
-$a->strings["No failed updates."] = "Nenhuma falha nas atualizações.";
-$a->strings["Failed Updates"] = "Falha nas atualizações";
-$a->strings["Mark success (if update was manually applied)"] = "Marque sucesso (se a atualização foi aplicada manualmente)";
-$a->strings["Attempt to execute this update step automatically"] = "Tente executar este passo da atualização automaticamente";
-$a->strings["%s user blocked/unblocked"] = array(
- 0 => "%s usuário foi bloqueado/desbloqueado",
- 1 => "%s usuários foram bloqueados/desbloqueados",
-);
-$a->strings["%s user deleted"] = array(
- 0 => "%s usuário foi deletado",
- 1 => "%s usuários foram deletados",
-);
-$a->strings["Account not found"] = "A conta não foi encontrada";
-$a->strings["User '%s' deleted"] = "O usuário/a '%s' foi deletado/a";
-$a->strings["User '%s' unblocked"] = "O usuário/a '%s' foi desbloqueado/a";
-$a->strings["User '%s' blocked"] = "O usuário/a '%s' foi bloqueado/a";
-$a->strings["Users"] = "Usuários";
-$a->strings["select all"] = "selecionar tudo";
-$a->strings["User registrations waiting for confirm"] = "Registros de usuário aguardando confirmação";
-$a->strings["Request date"] = "Data de requisição";
-$a->strings["No registrations."] = "Nenhum registro.";
-$a->strings["Approve"] = "Aprovar";
-$a->strings["Deny"] = "Negar";
-$a->strings["Block"] = "Bloquear";
-$a->strings["Unblock"] = "Desbloquear";
-$a->strings["Register date"] = "Data de registro";
-$a->strings["Last login"] = "Última autenticação";
-$a->strings["Expires"] = "Expira";
-$a->strings["Service Class"] = "Classe de serviço";
-$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Os usuários selecionados serão deletados!\\n\\nTudo o que esses usuários postaram neste site será permanentemente deletado!\\n\\nTem certeza?";
-$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "O/A usuário/a {0} será deletado/a!\\n\\nTudo o que esse/a usuário/a postou neste site será permanentemente deletado!\\n\\nTem certeza?";
-$a->strings["%s channel censored/uncensored"] = array(
- 0 => "%s canal censurado/descensurado",
- 1 => "%s canais censurados/descensurados",
-);
-$a->strings["%s channel deleted"] = array(
- 0 => "%s canal deletado",
- 1 => "%s canais deletados",
-);
-$a->strings["Channel not found"] = "Canal não encontrado";
-$a->strings["Channel '%s' deleted"] = "Canal '%s' deletado";
-$a->strings["Channel '%s' uncensored"] = "Canal '%s' não censurado";
-$a->strings["Channel '%s' censored"] = "Canal '%s' censurado";
-$a->strings["Censor"] = "Censurar";
-$a->strings["Uncensor"] = "Não censurar";
-$a->strings["UID"] = "UID";
-$a->strings["Name"] = "Nome";
-$a->strings["Address"] = "Endereço";
-$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Os canais selecionados serão deletados!\\n\\nTudo que foi postado nesses canais nesse site será permanentemente deletado!\\n\\nVocê tem certeza?";
-$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "O canal {0} será deletado!\\n\\nTudo o que foi postado nesse canal nesse site será permanentemente deletado!\\n\\nVocê tem certeza?";
-$a->strings["Plugin %s disabled."] = "Plugin %s desabilitado.";
-$a->strings["Plugin %s enabled."] = "Plugin %s habilitado.";
-$a->strings["Disable"] = "Desabilitar";
-$a->strings["Enable"] = "Habilitar";
-$a->strings["Toggle"] = "Alternar";
-$a->strings["Author: "] = "Autor:";
-$a->strings["Maintainer: "] = "Mantenedor:";
-$a->strings["No themes found."] = "Nenhum tema foi encontrado.";
-$a->strings["Screenshot"] = "Captura de tela";
-$a->strings["[Experimental]"] = "[Experimental]";
-$a->strings["[Unsupported]"] = "[Desassistido]";
-$a->strings["Log settings updated."] = "As configurações de log foram atualizadas.";
-$a->strings["Clear"] = "Limpar";
-$a->strings["Debugging"] = "Depuração";
-$a->strings["Log file"] = "Arquivo de log";
-$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "É necessário que o servidor web possa escrever neste arquivo. Relativo ao diretório raiz da Red.";
-$a->strings["Log level"] = "Nível do log";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Permitir sugerir você como amigo potencial para outros membros?";
+$a->strings["or"] = "ou";
+$a->strings["Your channel address is"] = "O endereço do seu canal é";
+$a->strings["Channel Settings"] = "Configurações do canal";
+$a->strings["Basic Settings"] = "Configurações básicas";
+$a->strings["Your Timezone:"] = "Seu fuso horário:";
+$a->strings["Default Post Location:"] = "Localização padrão de suas publicações:";
+$a->strings["Geographical location to display on your posts"] = "Localização geográfica para exibir em suas publicações";
+$a->strings["Use Browser Location:"] = "Usar localizador do navegador:";
+$a->strings["Adult Content"] = "Conteúdo adulto";
+$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Este canal frequentemente ou regularmente publica conteúdo adulto. (Por favor marque qualquer material adulto e/ou nudez com #NSFW)";
+$a->strings["Security and Privacy Settings"] = "Configurações de segurança e privacidade";
+$a->strings["Your permissions are already configured. Click to view/adjust"] = "Suas permissões já foram configuradas. Clique para vê-las/ajustá-las";
+$a->strings["Hide my online presence"] = "Esconda minha presença online";
+$a->strings["Prevents displaying in your profile that you are online"] = "Previne exibir em seu perfil que você está online";
+$a->strings["Simple Privacy Settings:"] = "Configurações de privacidade simples:";
+$a->strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = "Muito público - <em>extremamente permissivo (deve ser usado com cuidado)</em>";
+$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "Típico - <em>público por padrão, privado quando desejável (similar às permissões de redes sociais, mas com melhor privacidade)</em>";
+$a->strings["Private - <em>default private, never open or public</em>"] = "Privado - <em>privado por padrão, nunca aberto ou público</em>";
+$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Bloqueado - <em>por padrão bloquado de/para todos</em>";
+$a->strings["Allow others to tag your posts"] = "Permitir que outros etiquetem suas publicações";
+$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Frequentemente utilizado pela comunidade para retroativamente sinalizar conteúdo inapropriado";
+$a->strings["Advanced Privacy Settings"] = "Configurações de privacidade avançadas";
+$a->strings["Expire other channel content after this many days"] = "Expirar outros conteúdos do canal após este número de dias";
+$a->strings["0 or blank prevents expiration"] = "0 ou em branco previne expiração";
+$a->strings["Maximum Friend Requests/Day:"] = "Número máximo de requisições de amizade por dia:";
+$a->strings["May reduce spam activity"] = "Pode reduzir a frequência de spam";
+$a->strings["Default Post Permissions"] = "Permissões padrão de publicação";
+$a->strings["Maximum private messages per day from unknown people:"] = "Máximo número de mensagens privadas por dia de pessoas desconhecidas:";
+$a->strings["Useful to reduce spamming"] = "Útil para reduzir a frequência de spam";
+$a->strings["Notification Settings"] = "Configurações de notificação";
+$a->strings["By default post a status message when:"] = "Por padrão, publicar uma mensagem de status quando:";
+$a->strings["accepting a friend request"] = "aceitar um pedido de amizade";
+$a->strings["joining a forum/community"] = "associar-se a um fórum/comunidade";
+$a->strings["making an <em>interesting</em> profile change"] = "modificar algo <em>interessante</em> em seu perfil";
+$a->strings["Send a notification email when:"] = "Enviar um e-mail de notificação quando:";
+$a->strings["You receive a connection request"] = "Você recebe uma solicitação de conexão";
+$a->strings["Your connections are confirmed"] = "Suas conexões são confirmadas";
+$a->strings["Someone writes on your profile wall"] = "Alguém escrever no mural do seu perfil";
+$a->strings["Someone writes a followup comment"] = "Alguém comenta uma publicação";
+$a->strings["You receive a private message"] = "Você recebeu uma mensagem privada";
+$a->strings["You receive a friend suggestion"] = "Você recebe uma sugestão de amizade";
+$a->strings["You are tagged in a post"] = "Você é mencionado num post";
+$a->strings["You are poked/prodded/etc. in a post"] = "Você foi cutucado/espetado/etc. numa publicação";
+$a->strings["Advanced Account/Page Type Settings"] = "Configurações avançadas de conta/tipo de página";
+$a->strings["Change the behaviour of this account for special situations"] = "Mudar o comportamento dessa conta em situações especiais";
+$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "Por favor, habilite o modo expert (em <a href=\"settings/features\">Configurações > Recursos adicionais</a>) para ajustar!";
+$a->strings["Miscellaneous Settings"] = "Configurações miscelâneas";
+$a->strings["Personal menu to display in your channel pages"] = "Menu pessoal para exibir nas páginas dos seus canais";
+$a->strings["Remove this channel"] = "Remover este canal";
$a->strings["Poke/Prod"] = "Cutucar/Espetar";
$a->strings["poke, prod or do other things to somebody"] = "Cutucar, espetar ou fazer outras coisas a alguém";
$a->strings["Recipient"] = "Destinatário";
@@ -1013,8 +1023,6 @@ $a->strings["Photo not available."] = "A foto não está disponível.";
$a->strings["Upload File:"] = "Enviar arquivo:";
$a->strings["Select a profile:"] = "Selecione um perfil:";
$a->strings["Upload Profile Photo"] = "Enviar foto do perfil";
-$a->strings["Upload"] = "Enviar";
-$a->strings["or"] = "ou";
$a->strings["skip this step"] = "pule esta etapa";
$a->strings["select a photo from your photo albums"] = "selecione uma foto do seu álbum de fotos";
$a->strings["Crop Image"] = "Cortar a imagem";
@@ -1029,6 +1037,7 @@ $a->strings["Profile deleted."] = "O perfil foi excluído.";
$a->strings["Profile-"] = "Perfil-";
$a->strings["New profile created."] = "O novo perfil foi criado.";
$a->strings["Profile unavailable to clone."] = "O perfil não está disponível para clonagem.";
+$a->strings["Profile unavailable to export."] = "Perfil indisponível para exportar.";
$a->strings["Profile Name is required."] = "É obrigatório informar o nome do perfil.";
$a->strings["Marital Status"] = "Estado civil";
$a->strings["Romantic Partner"] = "Parceiro/a romântico/a";
@@ -1041,6 +1050,7 @@ $a->strings["Gender"] = "Gênero";
$a->strings["Sexual Preference"] = "Preferência sexual";
$a->strings["Homepage"] = "Página web";
$a->strings["Interests"] = "Interesses";
+$a->strings["Address"] = "Endereço";
$a->strings["Location"] = "Localização";
$a->strings["Profile updated."] = "O perfil foi atualizado.";
$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Esconder sua lista de contatos/amigos dos visitantes no seu perfil?";
@@ -1050,6 +1060,8 @@ $a->strings["Change Profile Photo"] = "Mudar a foto do perfil";
$a->strings["Create a new profile using these settings"] = "Criar um novo perfil usando estas configurações";
$a->strings["Clone this profile"] = "Clonar este perfil";
$a->strings["Delete this profile"] = "Excluir este perfil";
+$a->strings["Import profile from file"] = "Importar perfil dum arquivo";
+$a->strings["Export profile to file"] = "Exportar perfil para arquivo";
$a->strings["Profile Name:"] = "Nome do perfil:";
$a->strings["Your Full Name:"] = "Seu nome completo:";
$a->strings["Title/Description:"] = "Título/Descrição:";
@@ -1080,7 +1092,7 @@ $a->strings["Film/dance/culture/entertainment"] = "Filme/dança/cultura/entreten
$a->strings["Love/romance"] = "Amor/romance";
$a->strings["Work/employment"] = "Trabalho/emprego";
$a->strings["School/education"] = "Escola/educação";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Este é o seu perfil <strong>público</strong>.<br />Ele <strong>pode</strong> estar visível para qualquer um que acesse a Internet.";
+$a->strings["This is your default profile."] = "Este é seu perfil padrão.";
$a->strings["Age: "] = "Idade: ";
$a->strings["Edit/Manage Profiles"] = "Editar/Administrar perfis";
$a->strings["Add profile things"] = "Adicionar coisas ao perfil";
@@ -1126,6 +1138,7 @@ $a->strings["This site has exceeded the number of allowed daily account registra
$a->strings["Terms of Service"] = "Termos de Serviço";
$a->strings["I accept the %s for this website"] = "Eu aceito os %s deste website.";
$a->strings["I am over 13 years of age and accept the %s for this website"] = "Eu sou maior de 13 anos e aceito os %s deste website";
+$a->strings["Registration"] = "Registro";
$a->strings["Membership on this site is by invitation only."] = "Novas contas neste site se dão apenas por convite.";
$a->strings["Please enter your invitation code"] = "Por favor, digite o código do seu convite";
$a->strings["Your email address"] = "Seu endereço de e-mail";
@@ -1135,6 +1148,7 @@ $a->strings["Away"] = "Ausente";
$a->strings["Online"] = "Online";
$a->strings["Please login."] = "Por favor, autentique-se.";
$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red Matrix - Visitantes: Usuário: {seu endereço de e-mail}, Senha: +++";
+$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "A remoção da canais fica desabilitada por 48 horas após uma troca de senha da conta.";
$a->strings["Remove This Channel"] = "Remover este canal";
$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Isso irá remover completamente este canal da rede. Uma vez que seja feito não será possível recuperá-lo.";
$a->strings["Please enter your password for verification:"] = "Por favor, digite a sua senha para verificação:";
@@ -1174,7 +1188,6 @@ $a->strings["Ignored"] = "Ignorado";
$a->strings["Hidden"] = "Oculto";
$a->strings["Archived"] = "Arquivado";
$a->strings["All"] = "Todos";
-$a->strings["Unconnected"] = "Não conectado";
$a->strings["Suggest new connections"] = "Sugerir novas conexões";
$a->strings["New Connections"] = "Novas conexões";
$a->strings["Show pending (new) connections"] = "Exibir conexões pendentes (novas)";
@@ -1185,12 +1198,12 @@ $a->strings["Only show blocked connections"] = "Exibir apenas conexões bloquead
$a->strings["Only show ignored connections"] = "Exibir apenas conexões ignoradas";
$a->strings["Only show archived connections"] = "Exibir apenas conexões arquivadas";
$a->strings["Only show hidden connections"] = "Exibir apenas conexões ocultas";
-$a->strings["Only show one-way connections"] = "Exibir apenas conexões de mão única";
$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
-$a->strings["Edit contact"] = "Editar o contato";
+$a->strings["Edit connection"] = "Editar conexão";
$a->strings["Search your connections"] = "Pesquisar em suas conexões";
$a->strings["Finding: "] = "Pesquisando: ";
$a->strings["Edit post"] = "Editar a publicação";
+$a->strings["is now connected to"] = "está agora conectado a";
$a->strings["Could not access address book record."] = "Não foi possível acessar o registro do contato.";
$a->strings["Refresh failed - channel is currently unavailable."] = "A atualização falhou - o canal está indisponível no momento.";
$a->strings["Channel has been unblocked"] = "O canal foi desbloqueado";
@@ -1210,6 +1223,8 @@ $a->strings["Refresh Permissions"] = "Atualizar permissões";
$a->strings["Fetch updated permissions"] = "Buscar as permissões atualizadas";
$a->strings["Recent Activity"] = "Atividades recentes";
$a->strings["View recent posts and comments"] = "Exibir publicações e comentários recentes";
+$a->strings["Unblock"] = "Desbloquear";
+$a->strings["Block"] = "Bloquear";
$a->strings["Block or Unblock this connection"] = "Bloquear ou desbloquear esta conexão";
$a->strings["Unignore"] = "Não ignorar";
$a->strings["Ignore"] = "Ignorar";
@@ -1237,7 +1252,7 @@ $a->strings["Edit contact notes"] = "Editar anotações sobre o contato";
$a->strings["Their Settings"] = "Configurações dele/a";
$a->strings["My Settings"] = "Minhas configurações";
$a->strings["Clear/Disable Automatic Permissions"] = "Limpa/Desabilita permissões automáticas";
-$a->strings["Forum Members"] = "Membros do fórum";
+$a->strings["Forum Members"] = "Membros de fórum";
$a->strings["Soapbox"] = "Caixa de sabão";
$a->strings["Full Sharing (typical social network permissions)"] = "Compartilhamento completo (permissões típicas de redes sociais)";
$a->strings["Cautious Sharing "] = "Compartilhamento cauteloso";
@@ -1283,109 +1298,6 @@ $a->strings["Hometown: "] = "Cidade natal:";
$a->strings["About: "] = "Sobre:";
$a->strings["Keywords: "] = "Palavras-chave:";
$a->strings["This site is not a directory server"] = "Este site não é um servidor de diretório";
-$a->strings["Name is required"] = "É necessário informar o nome";
-$a->strings["Key and Secret are required"] = "A chave e o segredo são obrigatórios";
-$a->strings["Passwords do not match. Password unchanged."] = "As senhas não correspondem. A senha não foi modificada.";
-$a->strings["Empty passwords are not allowed. Password unchanged."] = "Não é permitido uma senha em branco. A senha não foi modificada.";
-$a->strings["Password changed."] = "A senha foi modificada.";
-$a->strings["Password update failed. Please try again."] = "Não foi possível atualizar a senha. Por favor, tente novamente.";
-$a->strings["Not valid email."] = "Não é um e-mail válido";
-$a->strings["Protected email address. Cannot change to that email."] = "Endereço de e-mail protegido. Não é possível mudar para esse e-mail.";
-$a->strings["System failure storing new email. Please try again."] = "Falha do sistema ao armazenar novo e-mail. Por favor, tente novamente.";
-$a->strings["Settings updated."] = "As configurações foram atualizadas.";
-$a->strings["Add application"] = "Adicionar aplicação";
-$a->strings["Name of application"] = "Nome da aplicação";
-$a->strings["Consumer Key"] = "Chave de consumidor";
-$a->strings["Automatically generated - change if desired. Max length 20"] = "Gerado automaticamente - troque se desejável. Comprimento máximo 20";
-$a->strings["Consumer Secret"] = "Segredo de consumidor";
-$a->strings["Redirect"] = "Redirecionamento";
-$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI de redirecionamento - deixe em branco, a não ser que sua aplicação especificamente requeira isso";
-$a->strings["Icon url"] = "URL do ícone";
-$a->strings["Optional"] = "Opcional";
-$a->strings["You can't edit this application."] = "Você não pode editar esta aplicação.";
-$a->strings["Connected Apps"] = "Aplicações conectadas";
-$a->strings["Client key starts with"] = "Chave do cliente começa com";
-$a->strings["No name"] = "Sem nome";
-$a->strings["Remove authorization"] = "Remover autorização";
-$a->strings["No feature settings configured"] = "Não foi definida nenhuma configuração do recurso";
-$a->strings["Feature Settings"] = "Configurações do recurso";
-$a->strings["Account Settings"] = "Configurações da conta";
-$a->strings["Password Settings"] = "Configurações da senha";
-$a->strings["New Password:"] = "Nova senha:";
-$a->strings["Confirm:"] = "Confirme:";
-$a->strings["Leave password fields blank unless changing"] = "Deixe os campos de senha em branco, a não ser que você queira alterá-la";
-$a->strings["Email Address:"] = "Endereço de e-mail:";
-$a->strings["Remove Account"] = "Remover conta";
-$a->strings["Warning: This action is permanent and cannot be reversed."] = "Atenção: Esta ação é permanente e não pode ser revertida.";
-$a->strings["Off"] = "Desligado";
-$a->strings["On"] = "Ligado";
-$a->strings["Additional Features"] = "Recursos adicionais";
-$a->strings["Connector Settings"] = "Configurações do conector";
-$a->strings["%s - (Experimental)"] = "%s - (Experimental)";
-$a->strings["Display Settings"] = "Configurações de exibição";
-$a->strings["Display Theme:"] = "Tema do perfil:";
-$a->strings["Mobile Theme:"] = "Tema móvel:";
-$a->strings["Update browser every xx seconds"] = "Atualizar navegador a cada xx segundos";
-$a->strings["Minimum of 10 seconds, no maximum"] = "Mínimo de 10 segundos, sem máximo";
-$a->strings["Maximum number of conversations to load at any time:"] = "Número máximo permitido de conversas carregadas:";
-$a->strings["Maximum of 100 items"] = "Máximo de 100 itens";
-$a->strings["Don't show emoticons"] = "Não exibir emoticons";
-$a->strings["System Page Layout Editor - (advanced)"] = "Editor de layout de página do sistema - (avançado)";
-$a->strings["Nobody except yourself"] = "Ninguém exceto você mesmo";
-$a->strings["Only those you specifically allow"] = "Apenas quem você der permissão";
-$a->strings["Anybody in your address book"] = "Qualquer um nos seus contatos";
-$a->strings["Anybody on this website"] = "Qualquer um neste site";
-$a->strings["Anybody in this network"] = "Qualquer um nesta rede";
-$a->strings["Anybody authenticated"] = "Qualquer um autenticado";
-$a->strings["Anybody on the internet"] = "Qualquer um na internet";
-$a->strings["Publish your default profile in the network directory"] = "Publicar seu perfil padrão no diretório da rede?";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Permitir sugerir você como amigo potencial para outros membros?";
-$a->strings["Your channel address is"] = "O endereço do seu canal é";
-$a->strings["Channel Settings"] = "Configurações do canal";
-$a->strings["Basic Settings"] = "Configurações básicas";
-$a->strings["Your Timezone:"] = "Seu fuso horário:";
-$a->strings["Default Post Location:"] = "Localização padrão de suas publicações:";
-$a->strings["Geographical location to display on your posts"] = "Localização geográfica para exibir em suas publicações";
-$a->strings["Use Browser Location:"] = "Usar localizador do navegador:";
-$a->strings["Adult Content"] = "Conteúdo adulto";
-$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Este canal frequentemente ou regularmente publica conteúdo adulto. (Por favor marque qualquer material adulto e/ou nudez com #NSFW)";
-$a->strings["Security and Privacy Settings"] = "Configurações de segurança e privacidade";
-$a->strings["Hide my online presence"] = "Esconda minha presença online";
-$a->strings["Prevents displaying in your profile that you are online"] = "Previne exibir em seu perfil que você está online";
-$a->strings["Simple Privacy Settings:"] = "Configurações de privacidade simples:";
-$a->strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = "Muito público - <em>extremamente permissivo (deve ser usado com cuidado)</em>";
-$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "Típico - <em>público por padrão, privado quando desejável (similar às permissões de redes sociais, mas com melhor privacidade)</em>";
-$a->strings["Private - <em>default private, never open or public</em>"] = "Privado - <em>privado por padrão, nunca aberto ou público</em>";
-$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Bloqueado - <em>por padrão bloquado de/para todos</em>";
-$a->strings["Allow others to tag your posts"] = "Permitir que outros etiquetem suas publicações";
-$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Frequentemente utilizado pela comunidade para retroativamente sinalizar conteúdo inapropriado";
-$a->strings["Advanced Privacy Settings"] = "Configurações de privacidade avançadas";
-$a->strings["Expire other channel content after this many days"] = "Expirar outros conteúdos do canal após este número de dias";
-$a->strings["0 or blank prevents expiration"] = "0 ou em branco previne expiração";
-$a->strings["Maximum Friend Requests/Day:"] = "Número máximo de requisições de amizade por dia:";
-$a->strings["May reduce spam activity"] = "Pode reduzir a frequência de spam";
-$a->strings["Default Post Permissions"] = "Permissões padrão de publicação";
-$a->strings["Maximum private messages per day from unknown people:"] = "Máximo número de mensagens privadas por dia de pessoas desconhecidas:";
-$a->strings["Useful to reduce spamming"] = "Útil para reduzir a frequência de spam";
-$a->strings["Notification Settings"] = "Configurações de notificação";
-$a->strings["By default post a status message when:"] = "Por padrão, publicar uma mensagem de status quando:";
-$a->strings["accepting a friend request"] = "aceitar um pedido de amizade";
-$a->strings["joining a forum/community"] = "associar-se a um fórum/comunidade";
-$a->strings["making an <em>interesting</em> profile change"] = "modificar algo <em>interessante</em> em seu perfil";
-$a->strings["Send a notification email when:"] = "Enviar um e-mail de notificação quando:";
-$a->strings["You receive a connection request"] = "Você recebe uma solicitação de conexão";
-$a->strings["Your connections are confirmed"] = "Suas conexões são confirmadas";
-$a->strings["Someone writes on your profile wall"] = "Alguém escrever no mural do seu perfil";
-$a->strings["Someone writes a followup comment"] = "Alguém comenta uma publicação";
-$a->strings["You receive a private message"] = "Você recebeu uma mensagem privada";
-$a->strings["You receive a friend suggestion"] = "Você recebe uma sugestão de amizade";
-$a->strings["You are tagged in a post"] = "Você é mencionado num post";
-$a->strings["You are poked/prodded/etc. in a post"] = "Você foi cutucado/espetado/etc. numa publicação";
-$a->strings["Advanced Account/Page Type Settings"] = "Configurações avançadas de conta/tipo de página";
-$a->strings["Change the behaviour of this account for special situations"] = "Mudar o comportamento dessa conta em situações especiais";
-$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "Por favor, habilite o modo expert (em <a href=\"settings/features\">Configurações > Recursos adicionais</a>) para ajustar!";
-$a->strings["Miscellaneous Settings"] = "Configurações miscelâneas";
-$a->strings["Personal menu to display in your channel pages"] = "Menu pessoal para exibir nas páginas dos seus canais";
$a->strings["Red Matrix Server - Setup"] = "Servidor Red Matrix - Configuração";
$a->strings["Could not connect to database."] = "Não foi possível conectar ao banco de dados.";
$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Não foi possível conectar à URL especificada para o site. Provavlmente um problema de DNS ou com o certificado SSL.";
@@ -1446,16 +1358,16 @@ $a->strings["At the end of this procedure, we will give you a text to save in a
$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Você também pode pular esse procedimento e executar uma instalação manual. Por favor, dê uma olhada no arquivo \"install/INSTALL.TXT\" para instruções.";
$a->strings[".htconfig.php is writable"] = ".htconfig.php tem permissão de escrita";
$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red usa o engine de template Smarty3 para renderizar suas telas. Smarty3 compila templates para PHP para acelerar a renderização.";
-$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/tpl/smarty3/ under the Red top level folder."] = "Para guardar os templates compilados, o servidor web necessita de permissão de escrita no diretório view/tpl/smarty3/ dentro do diretório raiz da Red.";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "Para guardar os templates compilados, o servidor web necessita de permissão de escrita no diretório %s no diretório raiz da Red.";
$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Por favor, certifique-se de que o usuário sob o qual o servidor web roda (ex: www-data) tenha permissão de escrita nesse diretório.";
-$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = "Nota: como uma medida de segurança, você deve fornecer ao servidor web permissão de escrita somente em view/tpl/smarty3/ e não aos arquivos de template (.tpl) que ele contém.";
-$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 tem permissão de escrita";
+$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Nota: como uma medida de segurança, você deve fornecer ao servidor web permissão de escrita somente em %s e não aos arquivos de template (.tpl) que ele contém.";
+$a->strings["%s is writable"] = "%s tem permissão de escrita";
$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "A Red usa o diretório store para salvar arquivos carregados. O servidor web necessita de permissão de escrita no diretório store dentro do diretório raiz da Red";
$a->strings["store is writable"] = "store tem permissão de escrita";
$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Não foi possível validar o certificado SSL. Corrija o certificado ou desabilite o acesso via https ao site.";
$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Se você oferece acesso https ao seu website ou permite conexões na porta TCP 443 (a porta https:), você DEVE usar um certificado reconhecido pelos navegadores. Você NÃO DEVE usar certificados assinados por você mesmo!";
$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Essa restrição é incorporada porque publicações públicas suas podem, por exemplo, conter referências a imagens no seu próprio hub.";
-$a->strings["If your certificate is not recognised, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Se seu certificado não for reconhecido, membros de outros sites (que podem ter certificados válidos) receberão uma mensagem de aviso nos seus próprios sites reclamando de problemas de segurança.";
+$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Se seu certificado não for reconhecido, membros de outros sites (que podem ter certificados válidos) receberão uma mensagem de aviso nos seus próprios sites reclamando de problemas de segurança.";
$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Isso pode causar problemas de usabilidade (não só no seu site) então nós precisamos insistir nesse requisito.";
$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Existem provedores que disponibilizam gratuitamente certificados reconhecidos por navegadores.";
$a->strings["SSL certificate validation"] = "Validação do certificado SSL";
@@ -1489,12 +1401,44 @@ $a->strings["Version %s"] = "Versão %s";
$a->strings["Installed plugins/addons/apps:"] = "Plugins/complementos/aplicações instalados:";
$a->strings["No installed plugins/addons/apps"] = "Nenhum plugin/complemento/aplicação instalado";
$a->strings["Red"] = "Red";
-$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Este é um hub da Red Matrix - uma rede global cooperativa de websites descentralizados com privacidade aprimorada.";
+$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Este é um hub da Red Matrix - uma rede global cooperativa de websites descentralizados com privacidade aprimorada.";
$a->strings["Running at web location"] = "Sendo executado no endereço web";
$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Para aprender mais sobre a Red Matrix, visite <a href=\"http://getzot.com\">GetZot.com</a>.";
$a->strings["Bug reports and issues: please visit"] = "Relatos e acompanhamentos de erros podem ser encontrados em";
$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Sugestões, elogios, etc - mande um e-mail para \"redmatrix\" arrôba librelist ponto com";
$a->strings["Site Administrators"] = "Administradores do site";
+$a->strings["Page owner information could not be retrieved."] = "As informações do dono da pagina não puderam ser obtidas.";
+$a->strings["Album not found."] = "O álbum não foi encontrado.";
+$a->strings["Delete Album"] = "Excluir o álbum";
+$a->strings["Delete Photo"] = "Excluir a foto";
+$a->strings["No photos selected"] = "Não foi selecionada nenhuma foto";
+$a->strings["Access to this item is restricted."] = "O acesso a este item está restrito.";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Você usou %1$.2f Mbytes de %2$.2f Mbytes de armazenamento de fotos.";
+$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Você usou %1$.2f Mbytes de armazenamento de fotos.";
+$a->strings["Upload Photos"] = "Enviar fotos";
+$a->strings["New album name: "] = "Novo nome de álbum: ";
+$a->strings["or existing album name: "] = "ou nome de um álbum já existente: ";
+$a->strings["Do not show a status post for this upload"] = "Não exibir uma publicação de status para este carregamento";
+$a->strings["Album name could not be decoded"] = "Não foi possível decodificar o nome do álbum";
+$a->strings["Contact Photos"] = "Fotos dos contatos";
+$a->strings["Edit Album"] = "Editar o álbum";
+$a->strings["Show Newest First"] = "Exibir primeiro os mais recentes";
+$a->strings["Show Oldest First"] = "Exibir primeiro os mais antigos";
+$a->strings["View Photo"] = "Ver a foto";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Permissão negada. Acesso a este item pode estar restrito.";
+$a->strings["Photo not available"] = "A foto não está disponível";
+$a->strings["Use as profile photo"] = "Usar como uma foto de perfil";
+$a->strings["View Full Size"] = "Ver no tamanho real";
+$a->strings["Edit photo"] = "Editar a foto";
+$a->strings["Rotate CW (right)"] = "Rotacionar H (horário)";
+$a->strings["Rotate CCW (left)"] = "Rotacionar AH (anti-horário)";
+$a->strings["New album name"] = "Novo nome para o álbum";
+$a->strings["Caption"] = "Legenda";
+$a->strings["Add a Tag"] = "Adicionar uma etiqueta";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento";
+$a->strings["In This Photo:"] = "Nesta foto:";
+$a->strings["View Album"] = "Ver álbum";
+$a->strings["Recent Photos"] = "Fotos recentes";
$a->strings["Failed to create source. No channel selected."] = "Falha ao criar a fonte. Nenhum canal selecionado.";
$a->strings["Source created."] = "A fonte foi criada.";
$a->strings["Source updated."] = "A fonte foi atualizada.";
@@ -1512,13 +1456,15 @@ $a->strings["Source removed"] = "A fonte foi removida.";
$a->strings["Unable to remove source."] = "Não foi possível remover a fonte.";
$a->strings["- select -"] = "- selecionar -";
$a->strings["Event title and start time are required."] = "O título do evento e a hora de início são obrigatórios.";
+$a->strings["Event not found."] = "Evento não encontrado.";
$a->strings["l, F j"] = "l, F j";
$a->strings["Edit event"] = "Editar o evento";
$a->strings["Create New Event"] = "Criar um novo evento";
$a->strings["Previous"] = "Anterior";
$a->strings["hour:minute"] = "hora:minuto";
$a->strings["Event details"] = "Detalhes do evento";
-$a->strings["Format is %s %s. Starting date and Title are required."] = "O formato é %s %s. A data de início e o título são obrigatórios.";
+$a->strings["Format is %s %s."] = "O formato é %s %s.";
+$a->strings["Starting date and Title are required."] = "Data de início e título são obrigatórios.";
$a->strings["Event Starts:"] = "Início do evento:";
$a->strings["Required"] = "Obrigatório";
$a->strings["Finish date/time is not known or not relevant"] = "A data/hora de término não é conhecida ou não é relevante";
@@ -1535,10 +1481,6 @@ $a->strings["Include all files and sub folders"] = "Incluir todos os arquivos e
$a->strings["Return to file list"] = "Retornar à lista de arquivos";
$a->strings["Copy/paste this code to attach file to a post"] = "Copiar/colar este código para anexar um arquivo a uma publicação";
$a->strings["Copy/paste this URL to link file from a web page"] = "Copiar/colar este URL para linkar para o arquivo em uma página web";
-$a->strings["Download"] = "Baixar";
-$a->strings["Used: "] = "Utilizado:";
-$a->strings["[directory]"] = "[diretório]";
-$a->strings["Limit: "] = "Limite:";
$a->strings["Channel added."] = "Canal adicionado.";
$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está acompanhando %3\$s de %2\$s";
$a->strings["Contact not found."] = "O contato não foi encontrado.";
@@ -1564,7 +1506,163 @@ $a->strings["Not Found"] = "Não encontrada";
$a->strings["Tag removed"] = "A etiqueta foi removida";
$a->strings["Remove Item Tag"] = "Remover a etiqueta de item";
$a->strings["Select a tag to remove: "] = "Selecione uma etiqueta para remover: ";
-$a->strings["Welcome to %s"] = "Bem-vindo(a) a %s";
+$a->strings["Theme settings updated."] = "As configurações de tema foram atualizadas.";
+$a->strings["Site"] = "Site";
+$a->strings["Accounts"] = "Contas";
+$a->strings["Channels"] = "Canais";
+$a->strings["Plugins"] = "Plugins";
+$a->strings["Themes"] = "Temas";
+$a->strings["Server"] = "Servidor";
+$a->strings["Profile Config"] = "Configuração de perfis";
+$a->strings["DB updates"] = "Atualizações do Banco de Dados";
+$a->strings["Logs"] = "Logs";
+$a->strings["Plugin Features"] = "Recursos dos plugins";
+$a->strings["User registrations waiting for confirmation"] = "Registros de usuário aguardando confirmação";
+$a->strings["Message queues"] = "Filas de mensagem";
+$a->strings["Administration"] = "Administração";
+$a->strings["Summary"] = "Resumo";
+$a->strings["Registered users"] = "Usuários registrados";
+$a->strings["Pending registrations"] = "Registros pendentes";
+$a->strings["Version"] = "Versão";
+$a->strings["Active plugins"] = "Plugins ativos";
+$a->strings["Site settings updated."] = "As configurações de site foram atualizadas.";
+$a->strings["No special theme for accessibility"] = "Sem tema especial para acessibilidade";
+$a->strings["Yes - with approval"] = "Sim - pendente aprovação";
+$a->strings["My site is not a public server"] = "Meu site não é um servidor público";
+$a->strings["My site has paid access only"] = "Meu site oferece somente acesso pago";
+$a->strings["My site has free access only"] = "Meu site oferece somente acesso gratuito";
+$a->strings["My site offers free accounts with optional paid upgrades"] = "Meu site oferece contas gratuitas com recursos adicionais pagos";
+$a->strings["File upload"] = "Carregamento de arquivos";
+$a->strings["Policies"] = "Políticas";
+$a->strings["Site name"] = "Nome do site";
+$a->strings["Banner/Logo"] = "Cartaz/Logo";
+$a->strings["Administrator Information"] = "Informações do Administrador";
+$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Informações de contato com administradores do site. Exibida na página siteinfo. BBCode pode ser usado aqui.";
+$a->strings["System language"] = "Idioma do sistema";
+$a->strings["System theme"] = "Tema do sistema";
+$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Tema padrão do sistema - pode ser sobrescrito por perfis de usuário - <a href='#' id='cnftheme'>mudar configurações do tema</a>";
+$a->strings["Mobile system theme"] = "Tema do sistema móvel";
+$a->strings["Theme for mobile devices"] = "Tema para dispositivos móveis";
+$a->strings["Accessibility system theme"] = "Tema do sistema acessível";
+$a->strings["Accessibility theme"] = "Tema acessível";
+$a->strings["Enable Diaspora Protocol"] = "Habilitar protocolo Diaspora";
+$a->strings["Communicate with Diaspora and Friendica - experimental"] = "Comunicar com Diaspora e Friendica - experimental";
+$a->strings["Allow Feeds as Connections"] = "Permitir Feeds como conexões";
+$a->strings["(Heavy system resource usage)"] = "(Alto uso de recursos do sistema)";
+$a->strings["Maximum image size"] = "Tamanho máximo de imagens";
+$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Tamanho máximo em bytes de imagens carregadas. O padrão é 0, significando sem limites.";
+$a->strings["Does this site allow new member registration?"] = "Este site permite o registro de novos membros?";
+$a->strings["Which best describes the types of account offered by this hub?"] = "Qual descreve melhor os tipos de conta oferecidas por este hub?";
+$a->strings["Register text"] = "Texto de registro";
+$a->strings["Will be displayed prominently on the registration page."] = "Será exibido proeminentemente na página de registro.";
+$a->strings["Accounts abandoned after x days"] = "Contas abandonadas após x dias";
+$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Não gastará recursos do sistema coletando de sites externos para contas abandonadas. Use 0 para sem limite de tempo.";
+$a->strings["Allowed friend domains"] = "Domínios permitidos para amigos";
+$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista, separada por vírgulas, de domínios permitidos para estabelecer amizades com este site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domínio";
+$a->strings["Allowed email domains"] = "Domínios permitidos de e-mail";
+$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Lista, separada por vírgulas, de domínios permitidos em endereços de e-mail para registros nesse site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domínio";
+$a->strings["Block public"] = "Bloquear público";
+$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Marque para bloquear o acesso público a todas as páginas pessoais que seriam públicas, a não ser que se esteja autenticado.";
+$a->strings["Verify Email Addresses"] = "Verificar endereços de email";
+$a->strings["Check to verify email addresses used in account registration (recommended)."] = "Clique para verificar endereços de email usados no registro de contas (recomendado).";
+$a->strings["Force publish"] = "Forçar publicação";
+$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Marque para forçar todos os perfis neste site a aparecerem listados no diretório do site.";
+$a->strings["Disable discovery tab"] = "Desabilitar a aba \"Descubra\"";
+$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Remove da visualização de rede a aba com conteúdos públicos obtidos de fontes escolhidas para esse site.";
+$a->strings["No login on Homepage"] = "Sem formulário de autenticação na página inicial";
+$a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = "Marque para esconder o formulário de autenticação da página inicial do seu site quando visitantes chegarem sem estar autenticados (e.g. quando você inclui os conteúdos da página inicial através do canal do site).";
+$a->strings["Proxy user"] = "Usuário do proxy";
+$a->strings["Proxy URL"] = "URL do proxy";
+$a->strings["Network timeout"] = "Timeout da rede";
+$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor em segundos. Use 0 para ilimitado (não recomendado).";
+$a->strings["Delivery interval"] = "Intervalo de entrega";
+$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Atrase os processos de entrega em segundo plano por este número de segundos para reduzir a carga do sistema. Recomendado: 4-5 para hosts compartilhados, 2-3 para servidores virtuais privados. 0-1 para grandes servidores dedicados.";
+$a->strings["Poll interval"] = "Intervalo de coleta";
+$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Atrase os processos de coleta em segundo plano por este número de segundos para reduzir a carga do sistema. Se 0, use o intervalo de entrega.";
+$a->strings["Maximum Load Average"] = "Carga média máxima";
+$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima do sistema antes de adiar processos de entrega e coleta - padrão 50.";
+$a->strings["No server found"] = "Nenhum servidor foi encontrado";
+$a->strings["ID"] = "ID";
+$a->strings["for channel"] = "para o canal";
+$a->strings["on server"] = "no servidor";
+$a->strings["Status"] = "Status";
+$a->strings["Update has been marked successful"] = "A atualização foi designada bem sucedida";
+$a->strings["Executing %s failed. Check system logs."] = "Execução de %s falhou. Verifique os logs do sistema.";
+$a->strings["Update %s was successfully applied."] = "A atualização %s foi aplicada com sucesso.";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "A atualização %s não retornou um status. Situação incerta quando ao seu sucesso.";
+$a->strings["Update function %s could not be found."] = "A função de atualização %s não foi encontrada.";
+$a->strings["No failed updates."] = "Nenhuma falha nas atualizações.";
+$a->strings["Failed Updates"] = "Falha nas atualizações";
+$a->strings["Mark success (if update was manually applied)"] = "Marque sucesso (se a atualização foi aplicada manualmente)";
+$a->strings["Attempt to execute this update step automatically"] = "Tente executar este passo da atualização automaticamente";
+$a->strings["%s user blocked/unblocked"] = array(
+ 0 => "%s usuário foi bloqueado/desbloqueado",
+ 1 => "%s usuários foram bloqueados/desbloqueados",
+);
+$a->strings["%s user deleted"] = array(
+ 0 => "%s usuário foi deletado",
+ 1 => "%s usuários foram deletados",
+);
+$a->strings["Account not found"] = "A conta não foi encontrada";
+$a->strings["User '%s' unblocked"] = "O usuário/a '%s' foi desbloqueado/a";
+$a->strings["User '%s' blocked"] = "O usuário/a '%s' foi bloqueado/a";
+$a->strings["Users"] = "Usuários";
+$a->strings["select all"] = "selecionar tudo";
+$a->strings["User registrations waiting for confirm"] = "Registros de usuário aguardando confirmação";
+$a->strings["Request date"] = "Data de requisição";
+$a->strings["No registrations."] = "Nenhum registro.";
+$a->strings["Approve"] = "Aprovar";
+$a->strings["Deny"] = "Negar";
+$a->strings["Register date"] = "Data de registro";
+$a->strings["Last login"] = "Última autenticação";
+$a->strings["Expires"] = "Expira";
+$a->strings["Service Class"] = "Classe de serviço";
+$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Os usuários selecionados serão deletados!\\n\\nTudo o que esses usuários postaram neste site será permanentemente deletado!\\n\\nTem certeza?";
+$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "O/A usuário/a {0} será deletado/a!\\n\\nTudo o que esse/a usuário/a postou neste site será permanentemente deletado!\\n\\nTem certeza?";
+$a->strings["%s channel censored/uncensored"] = array(
+ 0 => "%s canal censurado/descensurado",
+ 1 => "%s canais censurados/descensurados",
+);
+$a->strings["%s channel deleted"] = array(
+ 0 => "%s canal deletado",
+ 1 => "%s canais deletados",
+);
+$a->strings["Channel not found"] = "Canal não encontrado";
+$a->strings["Channel '%s' deleted"] = "Canal '%s' deletado";
+$a->strings["Channel '%s' uncensored"] = "Canal '%s' não censurado";
+$a->strings["Channel '%s' censored"] = "Canal '%s' censurado";
+$a->strings["Censor"] = "Censurar";
+$a->strings["Uncensor"] = "Não censurar";
+$a->strings["UID"] = "UID";
+$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Os canais selecionados serão deletados!\\n\\nTudo que foi postado nesses canais nesse site será permanentemente deletado!\\n\\nVocê tem certeza?";
+$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "O canal {0} será deletado!\\n\\nTudo o que foi postado nesse canal nesse site será permanentemente deletado!\\n\\nVocê tem certeza?";
+$a->strings["Plugin %s disabled."] = "Plugin %s desabilitado.";
+$a->strings["Plugin %s enabled."] = "Plugin %s habilitado.";
+$a->strings["Disable"] = "Desabilitar";
+$a->strings["Enable"] = "Habilitar";
+$a->strings["Toggle"] = "Alternar";
+$a->strings["Author: "] = "Autor:";
+$a->strings["Maintainer: "] = "Mantenedor:";
+$a->strings["No themes found."] = "Nenhum tema foi encontrado.";
+$a->strings["Screenshot"] = "Captura de tela";
+$a->strings["[Experimental]"] = "[Experimental]";
+$a->strings["[Unsupported]"] = "[Desassistido]";
+$a->strings["Log settings updated."] = "As configurações de log foram atualizadas.";
+$a->strings["Clear"] = "Limpar";
+$a->strings["Debugging"] = "Depuração";
+$a->strings["Log file"] = "Arquivo de log";
+$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "É necessário que o servidor web possa escrever neste arquivo. Relativo ao diretório raiz da Red.";
+$a->strings["Log level"] = "Nível do log";
+$a->strings["New Profile Field"] = "Novo campo de perfil";
+$a->strings["Field nickname"] = "Nome de apresentação do campo";
+$a->strings["System name of field"] = "Nome de sistema do campo";
+$a->strings["Input type"] = "Tipo de entrada";
+$a->strings["Field Name"] = "Nome do campo";
+$a->strings["Label on profile pages"] = "Rótulo nas páginas de perfil";
+$a->strings["Help text"] = "Texto de ajuda";
+$a->strings["Additional info (optional)"] = "Informações adicionais (opcional)";
+$a->strings["Field definition not found"] = "A dfinição de campo não foi encontrada";
+$a->strings["Edit Profile Field"] = "Editar campo de perfil";
$a->strings["Thing updated"] = "A coisa foi atualizada";
$a->strings["Object store: failed"] = "Armazenamento do objeto: falhou";
$a->strings["Thing added"] = "A coisa foi adicionada";
@@ -1573,13 +1671,13 @@ $a->strings["Show Thing"] = "Exibir coisa";
$a->strings["item not found."] = "o item não foi encontrado";
$a->strings["Edit Thing"] = "Editar coisa";
$a->strings["Select a profile"] = "Selecione um perfil";
-$a->strings["Select a category of stuff. e.g. I ______ something"] = "Escolha uma categoria de coisas. e.g. Eu ______ algo";
$a->strings["Post an activity"] = "Publique uma atividade";
$a->strings["Only sends to viewers of the applicable profile"] = "Envia apenas para a audiência do perfil aplicável";
$a->strings["Name of thing e.g. something"] = "Nome da coisa e.g. coisinha";
$a->strings["URL of thing (optional)"] = "URL da coisa (opcional)";
$a->strings["URL for photo of thing (optional)"] = "URL para foto da coisa (opcional)";
$a->strings["Add Thing to your Profile"] = "Adicionar a coisa ao seu perfil";
+$a->strings["Your service plan only allows %d channels."] = "Seu plano de serviço permite apenas %d canais.";
$a->strings["Nothing to import."] = "Nada a importar.";
$a->strings["Unable to download data from old server"] = "Não foi possível descarregar os dados do servidor antigo";
$a->strings["Imported file is empty."] = "O arquivo importado está vazio.";
@@ -1610,12 +1708,12 @@ $a->strings["You have no more invitations available"] = "Você não possui mais
$a->strings["Send invitations"] = "Enviar convites.";
$a->strings["Enter email addresses, one per line:"] = "Digite os endereços de e-mail, um por linha:";
$a->strings["Your message:"] = "Sua mensagem:";
-$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = "Você está convidado a juntar-se a mim e alguns outros amigos próximos na Red Matrix - uma revolucionária nova ferramenta para comunicação e informação descentralizada.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Você deve informar este código de convite: \$invite_code";
-$a->strings["Please visit my channel at"] = "Por favor, visite o meu canal em";
-$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Após você se registrar (em qualquer site da Red Matrix - eles são todos interconectados!), peço que conecte-se comigo usando o endereço do meu canal:";
-$a->strings["Click the [Register] link on the following page to join."] = "Clique no link [Registrar] na seguinte página para participar.";
-$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "Para maiores informações sobre o Projeto Red Matrix e porque ele tem potencial para mudar a Internet como a conhecemos, por favor visite: http://getzot.com";
+$a->strings["Please join my community on RedMatrix."] = "Por favor junte-se à minha comunidade na RedMatrix";
+$a->strings["You will need to supply this invitation code: "] = "Você precisará fornecer este código de convite:";
+$a->strings["1. Register at any RedMatrix location (they are all inter-connected)"] = "1. Registre-se em qualquer site da RedMatrix (eles são todos interconectados)";
+$a->strings["2. Enter my RedMatrix network address into the site searchbar."] = "2. Entre meu endereço da rede RedMatrix na barra de busca do site.";
+$a->strings["or visit "] = "ou visite";
+$a->strings["3. Click [Connect]"] = "3. Clique [Conectar]";
$a->strings["Unable to locate original post."] = "Não foi possível localizar a publicação original.";
$a->strings["Empty post discarded."] = "A publicação em branco foi descartada.";
$a->strings["Executable content type not permitted to this channel."] = "Conteúdo de tipo executável não permitido para este canal.";
@@ -1625,6 +1723,15 @@ $a->strings["You have reached your limit of %1$.0f webpages."] = "Você atingiu
$a->strings["[Embedded content - reload page to view]"] = "[Conteúdo incorporado - recarregue a página para ver]";
$a->strings["Help with this feature"] = "Ajuda com este recurso";
$a->strings["Layout Name"] = "Nome do layout";
+$a->strings["Like/Dislike"] = "Gostar/Desgostar";
+$a->strings["This action is restricted to members."] = "Esta ação é restrita a membros.";
+$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."] = "Por favor <a href=\"rmagic\">entre com sua ID da RedMatrix</a> ou <a href=\"register\">registre-se como um novo membro da RedMatrix</a> para continuar.";
+$a->strings["Invalid request."] = "Solicitação inválida.";
+$a->strings["thing"] = "coisa";
+$a->strings["Channel unavailable."] = "Canal não disponível.";
+$a->strings["Previous action reversed."] = "Ação anterior revertida.";
+$a->strings["Action completed."] = "Ação completada.";
+$a->strings["Thank you."] = "Obrigado.";
$a->strings["Remote privacy information not available."] = "Não existe informação disponível sobre a privacidade remota.";
$a->strings["Visible to:"] = "Visível para:";
$a->strings["No connections."] = "Nenhuma conexão.";
@@ -1659,6 +1766,7 @@ $a->strings["Message recalled."] = "Mensagem retirada.";
$a->strings["Send Private Message"] = "Enviar mensagem privada";
$a->strings["To:"] = "Para:";
$a->strings["Subject:"] = "Assunto:";
+$a->strings["Send"] = "Enviar";
$a->strings["Message not found."] = "Mensagem não encontrada.";
$a->strings["Delete message"] = "Excluir a mensagem";
$a->strings["Recall message"] = "Retirar mensagem";
@@ -1669,7 +1777,6 @@ $a->strings["No secure communications available. You <strong>may</strong> be abl
$a->strings["Send Reply"] = "Enviar resposta";
$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Você criou %1$.0f de %2$.0f canais permitidos.";
$a->strings["Create a new channel"] = "Criar um novo canal";
-$a->strings["Channel Manager"] = "Administrador do canal";
$a->strings["Current Channel"] = "Canal atual";
$a->strings["Attach to one of your channels by selecting it."] = "Selecione um dos seus canais para utilizá-lo.";
$a->strings["Default Channel"] = "Canal padrão";
@@ -1709,37 +1816,10 @@ $a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"A
$a->strings["Choose a short nickname"] = "Escolha um apelido curto";
$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Seu apelido será usado para criar um endereço para o canal de fácil memorização (como um endereço de email), que você poderá compartilhar com outros.";
$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Ou <a href=\"import\">importe um canal existente</a> de outro local";
-$a->strings["Page owner information could not be retrieved."] = "As informações do dono da pagina não puderam ser obtidas.";
-$a->strings["Album not found."] = "O álbum não foi encontrado.";
-$a->strings["Delete Album"] = "Excluir o álbum";
-$a->strings["Delete Photo"] = "Excluir a foto";
-$a->strings["No photos selected"] = "Não foi selecionada nenhuma foto";
-$a->strings["Access to this item is restricted."] = "O acesso a este item está restrito.";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Você usou %1$.2f Mbytes de %2$.2f Mbytes de armazenamento de fotos.";
-$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Você usou %1$.2f Mbytes de armazenamento de fotos.";
-$a->strings["Upload Photos"] = "Enviar fotos";
-$a->strings["New album name: "] = "Novo nome de álbum: ";
-$a->strings["or existing album name: "] = "ou nome de um álbum já existente: ";
-$a->strings["Do not show a status post for this upload"] = "Não exibir uma publicação de status para este carregamento";
-$a->strings["Contact Photos"] = "Fotos dos contatos";
-$a->strings["Edit Album"] = "Editar o álbum";
-$a->strings["Show Newest First"] = "Exibir primeiro os mais recentes";
-$a->strings["Show Oldest First"] = "Exibir primeiro os mais antigos";
-$a->strings["View Photo"] = "Ver a foto";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Permissão negada. Acesso a este item pode estar restrito.";
-$a->strings["Photo not available"] = "A foto não está disponível";
-$a->strings["Use as profile photo"] = "Usar como uma foto de perfil";
-$a->strings["View Full Size"] = "Ver no tamanho real";
-$a->strings["Edit photo"] = "Editar a foto";
-$a->strings["Rotate CW (right)"] = "Rotacionar H (horário)";
-$a->strings["Rotate CCW (left)"] = "Rotacionar AH (anti-horário)";
-$a->strings["New album name"] = "Novo nome para o álbum";
-$a->strings["Caption"] = "Legenda";
-$a->strings["Add a Tag"] = "Adicionar uma etiqueta";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento";
-$a->strings["In This Photo:"] = "Nesta foto:";
-$a->strings["View Album"] = "Ver álbum";
-$a->strings["Recent Photos"] = "Fotos recentes";
+$a->strings["Channel Type"] = "Tipo de canal";
+$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Por favor, escolha um tipo de canal (por exemplo rede social ou fórum de comunidade) e requisito de privacidade, para que possamos configurar as melhores permissões para você";
+$a->strings["Red Matrix - &quot;The Network&quot;"] = "Red Matrix - &quot;A Rede&quot;";
+$a->strings["Welcome to %s"] = "Bem-vindo(a) a %s";
$a->strings["Invalid request identifier."] = "Identificador de solicitação inválido";
$a->strings["Discard"] = "Descartar";
$a->strings["No more system notifications."] = "Sem novas notificações do sistema.";
@@ -1760,9 +1840,17 @@ $a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels - opcional";
$a->strings["Version ID"] = "ID da versão";
$a->strings["Price of app"] = "Preço do aplicativo";
$a->strings["Location (URL) to purchase app"] = "Endereço (URL) para comprar o aplicativo";
+$a->strings["Poll"] = "Votação";
+$a->strings["View Results"] = "Ver resultados";
+$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "A remoção da conta fica desabilitada por 48 horas após uma troca de senha da conta.";
+$a->strings["Remove This Account"] = "Remover esta conta";
+$a->strings["This will completely remove this account including all its channels from the network. Once this has been done it is not recoverable."] = "Isso irá remover completamente esta conta, incluindo todos os canais da rede. Uma vez feito isso eles não poderão ser recuperados.";
+$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Remove esta conta, todos os seus canais e todos os clones desses canais da rede.";
+$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Por padrão, apenas as instâncias dos canais localizadas neste hub serão removidas da rede";
+$a->strings["No service class restrictions found."] = "Não foram encontradas restrições de classe de serviço.";
$a->strings["Schema Default"] = "Padrão do esquema";
$a->strings["Sans-Serif"] = "Sans-Serif";
-$a->strings["Monospace"] = "Monoespaçada";
+$a->strings["Monospace"] = "Monospace";
$a->strings["Theme settings"] = "Configurações de tema";
$a->strings["Set scheme"] = "Definir esquema";
$a->strings["Set font-size for posts and comments"] = "Definir o tamanho da fonte para publicações e comentários";
@@ -1770,20 +1858,20 @@ $a->strings["Set font face"] = "Definir a face da fonte";
$a->strings["Set iconset"] = "Definir o conjunto de ícones";
$a->strings["Set big shadow size, default 15px 15px 15px"] = "Definir o tamanho da sombra grande, padrão 15px 15px 15px";
$a->strings["Set small shadow size, default 5px 5px 5px"] = "Definir o tamanho da sombra pequena, padrão 5px 5px 5px";
-$a->strings["Set shadow colour, default #000"] = "Definir a cor da sombra, padrão #000";
+$a->strings["Set shadow color, default #000"] = "Definir a cor da sombra, padrão #000";
$a->strings["Set radius size, default 5px"] = "Definir o tamanho do raio de curvatura, padrão 5px";
$a->strings["Set line-height for posts and comments"] = "Definir a altura da linha para publicações e comentários";
$a->strings["Set background image"] = "Definir a imagem do pano de fundo";
$a->strings["Set background attachment"] = "Definir o anexo de pano de fundo";
-$a->strings["Set background colour"] = "Definir a cor do pano de fundo";
+$a->strings["Set background color"] = "Definir a cor do pano de fundo";
$a->strings["Set section background image"] = "Definir a imagem de fundo de seção";
-$a->strings["Set section background colour"] = "Definir a cor de fundo de seção";
-$a->strings["Set colour of items - use hex"] = "Definir a cor dos items - use hex";
-$a->strings["Set colour of links - use hex"] = "Definir a cor dos links - use hex";
+$a->strings["Set section background color"] = "Definir a cor de fundo de seção";
+$a->strings["Set color of items - use hex"] = "Definir a cor dos items - use hex";
+$a->strings["Set color of links - use hex"] = "Definir a cor dos links - use hex";
$a->strings["Set max-width for items. Default 400px"] = "Definir a largura máxima para itens. Padrão 400px";
$a->strings["Set min-width for items. Default 240px"] = "Definir a largura mínima para itens. Padrão 240px";
$a->strings["Set the generic content wrapper width. Default 48%"] = "Definir a largura do envólucro para conteúdo genérico. Padrão 48%";
-$a->strings["Set colour of fonts - use hex"] = "Definir a cor das fontes - use hex";
+$a->strings["Set color of fonts - use hex"] = "Definir a cor das fontes - use hex";
$a->strings["Set background-size element"] = "Definir o elemento <em>background-size</em>";
$a->strings["Item opacity"] = "Opacidade de itens";
$a->strings["Display post previews only"] = "Exibir apenas a pré-visualização de publicações";
@@ -1792,33 +1880,34 @@ $a->strings["Colour of the navigation bar"] = "Cor da barra de navegação";
$a->strings["Item float"] = "Flutuação de item";
$a->strings["Left offset of the section element"] = "Deslocamento esquerdo do elemento de seção";
$a->strings["Right offset of the section element"] = "Deslocamento direito do elemento de seção";
-$a->strings["Section width"] = "Largura de seção";
+$a->strings["Section width"] = "largura de seção";
$a->strings["Left offset of the aside"] = "Deslocamento esquerdo do aparte";
$a->strings["Right offset of the aside element"] = "Deslocamento direito do aparte";
$a->strings["None"] = "Nenhum";
$a->strings["Header image"] = "Imagem de cabeçalho";
$a->strings["Header image only on profile pages"] = "Imagem de cabeçalho apenas em páginas de perfil";
+$a->strings["Light (Red Matrix default)"] = "Leve (padrão da Red Matrix)";
$a->strings["Narrow navbar"] = "Barra de navegação estreita";
-$a->strings["Navigation bar background colour"] = "Cor de fundo da barra de navegação";
-$a->strings["Navigation bar gradient top colour"] = "Cor no topo de gradiente da barra de navegação";
-$a->strings["Navigation bar gradient bottom colour"] = "Cor na base de gradiente da barra de navegação";
-$a->strings["Navigation active button gradient top colour"] = "Cor no topo de gradiente de botão ativo de navegação";
-$a->strings["Navigation active button gradient bottom colour"] = "Cor na base de gradiente de botão ativo de navegação";
-$a->strings["Navigation bar border colour "] = "Cor de borda da barra de navegação";
-$a->strings["Navigation bar icon colour "] = "Cor de ícone da barra de navegação";
-$a->strings["Navigation bar active icon colour "] = "Cor de ícone ativo da barra de navegação";
-$a->strings["link colour"] = "cor dos links";
-$a->strings["Set font-colour for banner"] = "Definir a cor da fonte para o cartaz";
-$a->strings["Set the background colour"] = "Definir a cor do pano de fundo";
+$a->strings["Navigation bar background color"] = "Cor de fundo da barra de navegação";
+$a->strings["Navigation bar gradient top color"] = "Cor no topo de gradiente da barra de navegação";
+$a->strings["Navigation bar gradient bottom color"] = "Cor na base de gradiente da barra de navegação";
+$a->strings["Navigation active button gradient top color"] = "Cor no topo de gradiente de botão ativo de navegação";
+$a->strings["Navigation active button gradient bottom color"] = "Cor na base de gradiente de botão ativo de navegação";
+$a->strings["Navigation bar border color "] = "Cor de borda da barra de navegação";
+$a->strings["Navigation bar icon color "] = "Cor de ícone da barra de navegação";
+$a->strings["Navigation bar active icon color "] = "Cor de ícone ativo da barra de navegação";
+$a->strings["link color"] = "cor dos links";
+$a->strings["Set font-color for banner"] = "Definir a cor da fonte para o cartaz";
+$a->strings["Set the background color"] = "Definir a cor do pano de fundo";
$a->strings["Set the background image"] = "Definir a imagem do pano de fundo";
-$a->strings["Set the background colour of items"] = "Definir a cor de fundo dos items";
-$a->strings["Set the background colour of comments"] = "Definir a cor de fundo dos comentários";
-$a->strings["Set the border colour of comments"] = "Definir a cor da borda dos comentários";
+$a->strings["Set the background color of items"] = "Definir a cor de fundo dos items";
+$a->strings["Set the background color of comments"] = "Definir a cor de fundo dos comentários";
+$a->strings["Set the border color of comments"] = "Definir a cor da borda dos comentários";
$a->strings["Set the indent for comments"] = "Definir a indentação de comentários";
-$a->strings["Set the basic colour for item icons"] = "Definir a cor básica para ícones de itens";
-$a->strings["Set the hover colour for item icons"] = "Definir a cor para ícones de itens quando que o mouse está sobre eles";
+$a->strings["Set the basic color for item icons"] = "Definir a cor básica para ícones de itens";
+$a->strings["Set the hover color for item icons"] = "Definir a cor para ícones de itens quando que o mouse está sobre eles";
$a->strings["Set font-size for the entire application"] = "Definir o tamanho da fonte para a aplicação como um todo";
-$a->strings["Set font-colour for posts and comments"] = "Definir a cor da fonte para publicações e comentários";
+$a->strings["Set font-color for posts and comments"] = "Definir a cor da fonte para publicações e comentários";
$a->strings["Set radius of corners"] = "Definir o raio de curvatura dos cantos";
$a->strings["Set shadow depth of photos"] = "Definir a profundidade de sombra das fotos";
$a->strings["Set maximum width of conversation regions"] = "Definir a largura máxima da área de conversas";
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 380d6d49c..4e662f1db 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2435,6 +2435,13 @@ h5, h6 {
text-decoration: none;
}
+.alert-info {
+ color: $alert_txtcolour;
+ background-color:$alert_bgcolour;
+ border-color: $alert_bordercol;
+ background-image: linear-gradient(to bottom, $alert_bgcolour 0px, $alert_gradientcol 100%);
+}
+
.well {
background-color: $advperm_bgcolour;
border: 1px solid $advperm_bordercol;
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index cd91fcee7..d6d77e961 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -250,16 +250,24 @@ if(! $a->install) {
$reply_photo = '32px';
if(! $infomess_bgcolour)
$infomess_bgcolour = "#F0F0F0";
- if(! $advperm_bgcolour)
- $advperm_bgcolour = "#F5F5F5";
- if(! $advperm_bordercol)
- $advperm_bordercol = "#E3E3E3";
- if(! $advperm_gradientcol)
- $advperm_gradientcol = "#E8E8E8";
- if(! $cal_bgcolour)
- $cal_bgcolour = "#FCF8E3";
- if(! $fancybox_bgcolour)
- $fancybox_bgcolour = "#FFF";
+ if(! $alert_txtcolour)
+ $alert_txtcolour = "#31708F";
+ if(! $alert_bgcolour)
+ $alert_bgcolour = "#D9EDF7";
+ if(! $alert_bordercol)
+ $alert_bordercol = "#BCE8F1";
+ if(! $alert_gradientcol)
+ $alert_gradientcol = "#B9DEF0";
+ if(! $advperm_bgcolour)
+ $advperm_bgcolour = "#F5F5F5";
+ if(! $advperm_bordercol)
+ $advperm_bordercol = "#E3E3E3";
+ if(! $advperm_gradientcol)
+ $advperm_gradientcol = "#E8E8E8";
+ if(! $cal_bgcolour)
+ $cal_bgcolour = "#FCF8E3";
+ if(! $fancybox_bgcolour)
+ $fancybox_bgcolour = "#FFF";
if (!$comment_padding)
$comment_padding="0px";
if (!$comment_border_left)
@@ -384,6 +392,10 @@ $options = array (
'$top_photo' => $top_photo,
'$reply_photo' => $reply_photo,
'$infomess_bgcolour' => $infomess_bgcolour,
+'$alert_txtcolour' => $alert_txtcolour,
+'$alert_bgcolour' => $alert_bgcolour,
+'$alert_bordercol' => $alert_bordercol,
+'$alert_gradientcol' => $alert_gradientcol,
'$advperm_bgcolour' => $advperm_bgcolour,
'$advperm_bordercol' => $advperm_bordercol,
'$advperm_gradientcol' => $advperm_gradientcol,
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index a4b43b31e..27648f9fa 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -154,16 +154,24 @@
$abookself_bgcolour = "#251111";
if(! $infomess_bgcolour)
$infomess_bgcolour = "#333";
+ if(! $alert_txtcolour)
+ $alert_txtcolour = "#CCC";
+ if(! $alert_bgcolour)
+ $alert_bgcolour = "#333";
+ if(! $alert_bordercol)
+ $alert_bordercol = "#444";
+ if(! $alert_gradientcol)
+ $alert_gradientcol = "#333";
if(! $advperm_bgcolour)
- $advperm_bgcolour = "#1E1E1E";
+ $advperm_bgcolour = "#1E1E1E";
if(! $advperm_bordercol)
- $advperm_bordercol = "#222";
+ $advperm_bordercol = "#222";
if(! $advperm_gradientcol)
- $advperm_gradientcol = "#111";
+ $advperm_gradientcol = "#1E1E1E";
if(! $cal_bgcolour)
- $cal_bgcolour = "#333";
+ $cal_bgcolour = "#333";
if(! $fancybox_bgcolour)
- $fancybox_bgcolour = "#1E1E1E";
+ $fancybox_bgcolour = "#1E1E1E";
if (!$admintable_hoverbgcol)
$admintable_hoverbgcol="#222";
if (!$dirpopup_txtcol)
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl
index 515e3107f..eb78c669f 100755
--- a/view/tpl/js_strings.tpl
+++ b/view/tpl/js_strings.tpl
@@ -15,6 +15,7 @@
'passhint' : "{{$passhint}}",
'permschange' : "{{$permschange}}",
'closeAll' : "{{$closeAll}}",
+ 'nothingnew' : "{{$nothingnew}}",
't01' : "{{$t01}}",
't02' : "{{$t02}}",
diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl
index b28810236..ee07ce1df 100755
--- a/view/tpl/new_channel.tpl
+++ b/view/tpl/new_channel.tpl
@@ -1,6 +1,6 @@
<h2>{{$title}}</h2>
-<form action="new_channel" method="post" id="newchannel-form">
+<form action="new_channel" method="post" id="newchannel-form" class="stylish-select">
<div id="newchannel-desc" class="descriptive-paragraph">{{$desc}}</div>
diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl
index 0f86a635d..fce518cfe 100755
--- a/view/tpl/photos_recent.tpl
+++ b/view/tpl/photos_recent.tpl
@@ -3,14 +3,12 @@
<a id="photo-top-upload-link" href="{{$upload.1}}">{{$upload.0}}</a>
{{/if}}
-<div id="photo-album-contents-{{$page}}">
+<div id="photo-album-contents">
{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}
{{/foreach}}
-
-</div>
-<script>justifyPhotos({{$page}});</script>
<div id="page-end"></div>
+</div>
<div class="photos-end"></div>
-<script>$(document).ready(function() { loadingPage = false;});</script>
+<script>$(document).ready(function() { loadingPage = false; justifyPhotos(); });</script>
<div id="page-spinner"></div>
diff --git a/view/tpl/photosajax.tpl b/view/tpl/photosajax.tpl
index a9a9605d0..632aab2b3 100755
--- a/view/tpl/photosajax.tpl
+++ b/view/tpl/photosajax.tpl
@@ -1,7 +1,4 @@
-<!-- -->
-<div id="photo-album-contents-{{$page}}">
{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}
{{/foreach}}
-</div>
-<script>justifyPhotos({{$page}});</script>
+<script>justifyPhotosAjax()</script>
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index 443e63696..4dba1f23e 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -24,7 +24,6 @@
{{include file="field_checkbox.tpl" field=$hide_presence}}
-
<h3 id="settings-privacy-macros">{{$lbl_pmacro}}</h3>
<ul id="settings-privacy-macros">
<li><a href="#" onclick="channel_privacy_macro(2); return false" id="settings_pmacro2">{{$pmacro2}}</a></li>