aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/ca/strings.php3
-rw-r--r--view/cs/strings.php3
-rw-r--r--view/css/choklet.css5
-rw-r--r--view/css/choklet_bannertwo.css62
-rw-r--r--view/css/choklet_edgesthree.css6
-rw-r--r--view/css/choklet_edgestwo.css7
-rw-r--r--view/css/choklet_full.css6
-rw-r--r--view/css/choklet_three.css6
-rw-r--r--view/css/conversation.css89
-rw-r--r--view/css/mod_apps.css6
-rw-r--r--view/css/mod_mitem.css4
-rw-r--r--view/css/widgets.css7
-rw-r--r--view/de/strings.php3
-rw-r--r--view/eo/strings.php3
-rw-r--r--view/es/strings.php3
-rw-r--r--view/fr/strings.php3
-rw-r--r--view/it/strings.php3
-rw-r--r--view/js/icon_translate.js1
-rw-r--r--view/js/main.js92
-rw-r--r--view/js/mod_settings.js142
-rw-r--r--view/nb-no/strings.php3
-rw-r--r--view/nl/follow_notify_eml.tpl14
-rw-r--r--view/nl/friend_complete_eml.tpl22
-rw-r--r--view/nl/intro_complete_eml.tpl22
-rw-r--r--view/nl/lostpass_eml.tpl32
-rw-r--r--view/nl/messages.po7771
-rw-r--r--view/nl/passchanged_eml.tpl20
-rw-r--r--view/nl/register_open_eml.tpl36
-rw-r--r--view/nl/register_verify_eml.tpl25
-rw-r--r--view/nl/request_notify_eml.tpl17
-rw-r--r--view/nl/strings.php1839
-rw-r--r--view/nl/update_fail_eml.tpl13
-rw-r--r--view/pdl/mod_apps.pdl3
-rw-r--r--view/php/choklet.php7
-rw-r--r--view/pt-br/messages.po3615
-rw-r--r--view/pt-br/register_open_eml.tpl2
-rw-r--r--view/pt-br/strings.php820
-rw-r--r--view/ru/messages.po9668
-rw-r--r--view/ru/strings.php2404
-rw-r--r--view/sv/strings.php3
-rw-r--r--view/theme/redbasic/css/style.css179
-rw-r--r--view/theme/redbasic/js/redbasic.js19
-rw-r--r--view/theme/redbasic/php/config.php6
-rw-r--r--view/theme/redbasic/php/style.php48
-rw-r--r--view/theme/redbasic/schema/boxy.php19
-rw-r--r--view/theme/redbasic/schema/dark.php20
-rw-r--r--view/theme/redbasic/tpl/theme_settings.tpl13
-rwxr-xr-xview/tpl/acl_selector.tpl2
-rw-r--r--view/tpl/app.tpl19
-rw-r--r--view/tpl/app_create.tpl30
-rw-r--r--view/tpl/app_select.tpl10
-rwxr-xr-xview/tpl/apps.tpl14
-rwxr-xr-xview/tpl/comment_item.tpl92
-rwxr-xr-xview/tpl/conv_item.tpl61
-rwxr-xr-xview/tpl/direntry.tpl2
-rwxr-xr-xview/tpl/direntry_large.tpl2
-rwxr-xr-xview/tpl/event_head.tpl3
-rwxr-xr-xview/tpl/field_textarea.tpl2
-rwxr-xr-xview/tpl/field_themeselect.tpl2
-rwxr-xr-xview/tpl/head.tpl3
-rwxr-xr-xview/tpl/jot-header.tpl6
-rwxr-xr-xview/tpl/jot.tpl2
-rwxr-xr-xview/tpl/js_strings.tpl1
-rwxr-xr-xview/tpl/match.tpl2
-rw-r--r--view/tpl/mitemlist.tpl2
-rwxr-xr-xview/tpl/myapps.tpl9
-rwxr-xr-xview/tpl/nav.tpl20
-rwxr-xr-xview/tpl/photo_albums.tpl4
-rwxr-xr-xview/tpl/photo_view.tpl36
-rwxr-xr-xview/tpl/profile_vcard.tpl2
-rwxr-xr-xview/tpl/settings_display.tpl1
-rwxr-xr-xview/tpl/settings_oauth.tpl4
-rwxr-xr-xview/tpl/suggest_friends.tpl4
73 files changed, 19261 insertions, 8168 deletions
diff --git a/view/ca/strings.php b/view/ca/strings.php
index 265058391..0d825839f 100644
--- a/view/ca/strings.php
+++ b/view/ca/strings.php
@@ -1,8 +1,9 @@
<?php
+if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
return ($n != 1);
-}
+}}
;
$a->strings["Post successful."] = "Publicat amb éxit.";
$a->strings["[Embedded content - reload page to view]"] = "[Contingut embegut - recarrega la pàgina per a veure-ho]";
diff --git a/view/cs/strings.php b/view/cs/strings.php
index 0c7d0d7bd..b0c778a6b 100644
--- a/view/cs/strings.php
+++ b/view/cs/strings.php
@@ -1,8 +1,9 @@
<?php
+if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;
-}
+}}
;
$a->strings["Post successful."] = "Příspěvek úspěšně odeslán";
$a->strings["Contact settings applied."] = "Nastavení kontaktu změněno";
diff --git a/view/css/choklet.css b/view/css/choklet.css
index e5e0240f5..bf97e07b7 100644
--- a/view/css/choklet.css
+++ b/view/css/choklet.css
@@ -8,7 +8,6 @@ header #banner {
#blog-banner {
position: relative;
- margin-top: 75px;
width: 100%;
margin-bottom: 20px;
}
@@ -19,6 +18,10 @@ nav.navbar {
margin-right: 0;
}
+#nav-backer {
+ width: 100%;
+}
+
aside#region_1 {
display: block;
min-width: 210px;
diff --git a/view/css/choklet_bannertwo.css b/view/css/choklet_bannertwo.css
new file mode 100644
index 000000000..92150ac94
--- /dev/null
+++ b/view/css/choklet_bannertwo.css
@@ -0,0 +1,62 @@
+header #banner {
+ position: fixed;
+ top: 0;
+ width: 250px;
+ margin-left: auto;
+ margin-right: auto;
+}
+#blog-banner {
+ position: relative;
+ width: 100%;
+ margin-bottom: 20px;
+ margin-left: auto;
+ margin-right: auto;
+ overflow-x: hidden;
+}
+
+#blog-banner .widget {
+ border: none;
+}
+
+main {
+ display: table;
+ table-layout: fixed;
+ position: relative;
+ width: 100%;
+ height: 100%;
+}
+
+nav.navbar {
+ width: 100%;
+}
+
+#nav-backer {
+ width: 100%;
+}
+
+aside#region_1 {
+ min-width: 231px;
+ max-width: 231px;
+ display: table-cell;
+ width: 231px;
+ margin-left: 10px;
+}
+
+aside input[type='text'] {
+ width: 174px;
+}
+
+
+section {
+ margin-left: 15px;
+ margin-right: 15px;
+ width: 100%;
+ display: table-cell;
+ padding: 0 10px 200px 10px;
+}
+
+#region_3 {
+ display: none;
+}
+
+
diff --git a/view/css/choklet_edgesthree.css b/view/css/choklet_edgesthree.css
index ad4b4e29c..df936d66e 100644
--- a/view/css/choklet_edgesthree.css
+++ b/view/css/choklet_edgesthree.css
@@ -18,6 +18,12 @@ nav.navbar {
margin-right: 5%;
}
+#nav-backer {
+ width: 90%;
+ margin-left: 5%;
+ margin-right: 5%;
+}
+
aside#region_1 {
display: block;
min-width: 210px;
diff --git a/view/css/choklet_edgestwo.css b/view/css/choklet_edgestwo.css
index 57d02679e..a591a01c4 100644
--- a/view/css/choklet_edgestwo.css
+++ b/view/css/choklet_edgestwo.css
@@ -10,6 +10,7 @@ header #banner {
margin-top: 75px;
width: 100%;
margin-bottom: 20px;
+ overflow-x: hidden;
}
nav.navbar {
@@ -18,6 +19,12 @@ nav.navbar {
margin-right: 5%;
}
+#nav-backer {
+ width: 90%;
+ margin-left: 5%;
+ margin-right: 5%;
+}
+
aside#region_1 {
display: block;
min-width: 210px;
diff --git a/view/css/choklet_full.css b/view/css/choklet_full.css
index 883bb1ed3..d00178016 100644
--- a/view/css/choklet_full.css
+++ b/view/css/choklet_full.css
@@ -12,6 +12,12 @@ nav.navbar {
margin-right: 5%;
}
+#nav-backer {
+ width: 90%;
+ margin-left: 5%;
+ margin-right: 5%;
+}
+
aside#region_1 {
display: block;
min-width: 210px;
diff --git a/view/css/choklet_three.css b/view/css/choklet_three.css
index 5bbff0e3b..5a305efcf 100644
--- a/view/css/choklet_three.css
+++ b/view/css/choklet_three.css
@@ -18,6 +18,12 @@ nav.navbar {
margin-right: 0;
}
+#nav-backer {
+ width: 100%;
+ margin-left: 0;
+ margin-right: 0;
+}
+
aside#region_1 {
display: block;
min-width: 210px;
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 829630c55..4653ede89 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -6,7 +6,7 @@
border: 0px;
margin: 0px;
padding: 8px;
- height: 3.4em;
+ height: 39px;
width: 70%;
margin-bottom: 5px;
}
@@ -16,7 +16,7 @@
}
#profile-jot-text {
- height: 3.4em;
+ height: 39px;
padding: 8px;
width: 100%;
}
@@ -46,12 +46,12 @@
margin: 16px;
}
-/* this is referenced in js/acl.js - not sure if it is still needed. */
.profile-jot-net {
float: left;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
+ padding: 5px;
}
/* conversation */
@@ -62,32 +62,12 @@
/* conv_item */
-.hide-comments-outer {
- padding: 10px 10px 10px 7px;
-}
-
.wall-item-info {
display: block;
float: left;
margin-right: 10px;
}
-.wallwall .wwto {
- left: 50px;
- margin: 0;
- position: absolute;
- width: 30px
-}
-
-.wallwall .wwto img {
- width: 30px !important;
- height: 30px !important;
-}
-
-.wallwall .wall-item-photo-end {
- clear: both;
-}
-
.wall-item-photo-wrapper {
margin-top: 0px;
margin-bottom: 20px;
@@ -199,60 +179,21 @@
/* comment_item */
-.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-photo {
- width: 40px;
-}
-
-.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-text-empty {
- height: 1.5em;
-}
-
-.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-submit-wrapper > .comment-edit-submit {
- margin-left: 50px;
-}
-
-.comment-edit-photo {
- margin: 10px 10px 10px 7px;
- float: left;
-}
-
-[class^="comment-edit-bb"] {
- display: none;
- margin: 0px 0 -5px 0px;
- padding: 0px;
- width: 75%;
- min-width: 170px
-}
-
-[class^="comment-edit-bb"] > li {
- display: inline-block;
- margin: 10px 10px 0 0;
- visibility: none;
-}
-
-[class^="comment-edit-bb-end"] {
- clear: both;
-}
-
.comment-edit-text-empty, .comment-edit-text-full {
float: left;
- margin-top: 10px;
- padding: 3px 1px 1px 3px;
+ width: 100%;
padding: 8px;
}
.comment-edit-text-empty {
- height: 2.8em;
- width: 30%;
- min-width: 170px;
- overflow: auto;
- margin-bottom: 10px;
+ height: 30px;
+ overflow: hidden;
+ resize: none;
+
}
.comment-edit-text-full {
height: 150px;
- width: 50%;
- min-width: 170px;
overflow: auto;
}
@@ -280,14 +221,12 @@
filter:alpha(opacity=100);
}
-.comment-edit-text-end {
- clear: both;
-}
-
-.comment-edit-submit {
- margin: 10px 0px 10px 52px;
+.comment-tools {
+ display: none;
+ margin-top: 7px;
}
-.comment-preview-icon {
- margin-left: 15px;
+.comment-edit-preview {
+ display: none;
+ margin-top: 7px;
}
diff --git a/view/css/mod_apps.css b/view/css/mod_apps.css
new file mode 100644
index 000000000..5e98a6a18
--- /dev/null
+++ b/view/css/mod_apps.css
@@ -0,0 +1,6 @@
+.app-container {
+ float: left;
+ width: 125px;
+ height: 160px;
+ padding: 20px;
+}
diff --git a/view/css/mod_mitem.css b/view/css/mod_mitem.css
index 377d164fe..3a33ae955 100644
--- a/view/css/mod_mitem.css
+++ b/view/css/mod_mitem.css
@@ -4,4 +4,8 @@
.mitem-edit {
margin-right: 15px;
+}
+
+.menu-item-list li {
+ margin-bottom: 15px;
} \ No newline at end of file
diff --git a/view/css/widgets.css b/view/css/widgets.css
index f42ec65ee..8607cb562 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -45,8 +45,11 @@
margin: 10px 0 7px 0;
}
-#search-save {
- margin: 10px 0 7px 5px;
+#netsearch-box #search-save {
+ margin: 9px 0 7px 6px;
+}
+.search-save {
+ margin: 7px 0 7px 7px;
}
.saved-search-li {
diff --git a/view/de/strings.php b/view/de/strings.php
index 611eff282..443b2ec0c 100644
--- a/view/de/strings.php
+++ b/view/de/strings.php
@@ -1,8 +1,9 @@
<?php
+if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($n != 1);;
-}
+}}
;
$a->strings["Categories"] = "Kategorien";
$a->strings["Connect"] = "Verbinden";
diff --git a/view/eo/strings.php b/view/eo/strings.php
index 236022993..46649fcd3 100644
--- a/view/eo/strings.php
+++ b/view/eo/strings.php
@@ -1,8 +1,9 @@
<?php
+if(! function_exists("string_plural_select_eo")) {
function string_plural_select_eo($n){
return ($n != 1);
-}
+}}
;
$a->strings["Post successful."] = "Sukcese afiŝita.";
$a->strings["[Embedded content - reload page to view]"] = "[Enigita enhavo - reŝargu paĝon por spekti ĝin]";
diff --git a/view/es/strings.php b/view/es/strings.php
index d2b8e240e..bd3e6997f 100644
--- a/view/es/strings.php
+++ b/view/es/strings.php
@@ -1,8 +1,9 @@
<?php
+if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);
-}
+}}
;
$a->strings["Not Found"] = "No se ha encontrado";
$a->strings["Page not found."] = "Página no encontrada.";
diff --git a/view/fr/strings.php b/view/fr/strings.php
index 360b616d2..2de927cf7 100644
--- a/view/fr/strings.php
+++ b/view/fr/strings.php
@@ -1,8 +1,9 @@
<?php
+if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
-}
+}}
;
$a->strings["Categories"] = "Catégories";
$a->strings["Connect"] = "Relier";
diff --git a/view/it/strings.php b/view/it/strings.php
index eead22c97..46fd30dc2 100644
--- a/view/it/strings.php
+++ b/view/it/strings.php
@@ -1,8 +1,9 @@
<?php
+if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
-}
+}}
;
$a->strings["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'";
$a->strings["Profile Photos"] = "Foto del profilo";
diff --git a/view/js/icon_translate.js b/view/js/icon_translate.js
index 930d3b265..fcbc26a3f 100644
--- a/view/js/icon_translate.js
+++ b/view/js/icon_translate.js
@@ -54,4 +54,5 @@ $(document).ready(function() {
$('.icon-bookmark').addClass('');
$('.icon-fullscreen').addClass('');
$('.icon-share').addClass('');
+ $('.icon-plus').addClass('');
}); \ No newline at end of file
diff --git a/view/js/main.js b/view/js/main.js
index 17ef578be..f43ae4d1b 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -1,23 +1,57 @@
function confirmDelete() { return confirm(aStr['delitem']); }
+
+ function commentOpenUI(obj,id) {
+
+ $(document).unbind( "click.commentOpen", handler );
+
+ var handler = function() {
+ if(obj.value == aStr['comment']) {
+ obj.value = '';
+ $("#comment-edit-text-" + id).addClass("comment-edit-text-full").removeClass("comment-edit-text-empty");
+ $("#comment-tools-" + id).show();
+ }
+ };
+
+ $(document).bind( "click.commentOpen", handler );
+
+ }
+
+ function commentCloseUI(obj,id) {
+
+ $(document).unbind( "click.commentClose", handler );
+
+ var handler = function() {
+ if(obj.value == '') {
+ obj.value = aStr['comment'];
+ $("#comment-edit-text-" + id).removeClass("comment-edit-text-full").addClass("comment-edit-text-empty");
+ $("#comment-tools-" + id).hide();
+ }
+ };
+
+ $(document).bind( "click.commentClose", handler );
+
+ }
+
function commentOpen(obj,id) {
if(obj.value == aStr['comment']) {
obj.value = '';
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
$("#mod-cmnt-wrap-" + id).show();
- openMenu("comment-edit-submit-wrapper-" + id);
+ openMenu("comment-tools-" + id);
return true;
}
return false;
}
+
function commentClose(obj,id) {
if(obj.value == '') {
obj.value = aStr['comment'];
$("#comment-edit-text-" + id).removeClass("comment-edit-text-full");
$("#comment-edit-text-" + id).addClass("comment-edit-text-empty");
$("#mod-cmnt-wrap-" + id).hide();
- closeMenu("comment-edit-submit-wrapper-" + id);
+ closeMenu("comment-tools-" + id);
return true;
}
return false;
@@ -32,14 +66,13 @@
}
}
-
function commentInsert(obj,id) {
var tmpStr = $("#comment-edit-text-" + id).val();
if(tmpStr == '$comment') {
tmpStr = '';
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
- openMenu("comment-edit-submit-wrapper-" + id);
+ openMenu("comment-tools-" + id);
}
var ins = $(obj).html();
ins = ins.replace('&lt;','<');
@@ -62,7 +95,7 @@
tmpStr = "";
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
- openMenu("comment-edit-submit-wrapper-" + id);
+ openMenu("comment-tools-" + id);
$("#comment-edit-text-" + id).val(tmpStr);
}
@@ -79,8 +112,9 @@
return true;
}
-
-
+ function viewsrc(id) {
+ $.colorbox({href: 'viewsrc/' + id });
+ }
function qCommentInsert(obj,id) {
var tmpStr = $("#comment-edit-text-" + id).val();
@@ -101,12 +135,14 @@
function showHideComments(id) {
if( $('#collapsed-comments-' + id).is(':visible')) {
- $('#collapsed-comments-' + id).hide();
+ $('#collapsed-comments-' + id).slideUp();
$('#hide-comments-' + id).html(aStr['showmore']);
+ $('#hide-comments-total-' + id).show();
}
else {
- $('#collapsed-comments-' + id).show();
+ $('#collapsed-comments-' + id).slideDown();
$('#hide-comments-' + id).html(aStr['showfewer']);
+ $('#hide-comments-total-' + id).hide();
}
}
@@ -161,17 +197,6 @@
msie = false; // $.browser.msie ;
- /* setup tooltips *//*
- $("a,.tt").each(function(){
- var e = $(this);
- var pos="bottom";
- if (e.hasClass("tttop")) pos="top";
- if (e.hasClass("ttbottom")) pos="bottom";
- if (e.hasClass("ttleft")) pos="left";
- if (e.hasClass("ttright")) pos="right";
- e.tipTip({defaultPosition: pos, edgeOffset: 8});
- });*/
-
var e = document.getElementById('content-complete');
if(e)
pageHasMoreContent = false;
@@ -341,6 +366,7 @@
if(data.all_events_today == 0) { data.all_events_today = ''; $('.all_events-today-update').removeClass('show') } else { $('.all_events-today-update').addClass('show') }
$('.all_events-today-update').html(data.all_events_today);
+ $.jGrowl.defaults.closerTemplate = '<div>[ ' + aStr['closeAll'] + ']</div>';
$(data.notice).each(function() {
$.jGrowl(this.message, { sticky: true, theme: 'notice' });
@@ -564,7 +590,7 @@ function updateConvItems(mode,data) {
var update_url;
- if(typeof buildCmd == 'function') {
+// if(typeof buildCmd == 'function') {
if(scroll_next) {
bParam_page = next_page;
page_load = true;
@@ -573,18 +599,18 @@ function updateConvItems(mode,data) {
bParam_page = 1;
}
update_url = buildCmd();
- }
- else {
- page_load = false;
- var udargs = ((page_load) ? '/load' : '');
- update_url = 'update_' + src + udargs + '&p=' + profile_uid + '&page=' + profile_page + '&msie=' + ((msie) ? 1 : 0);
- }
+// }
+// else {
+// page_load = false;
+// var udargs = ((page_load) ? '/load' : '');
+// update_url = 'update_' + src + udargs + '&p=' + profile_uid + '&page=' + profile_page + '&msie=' + ((msie) ? 1 : 0);
+// }
if(page_load)
$("#page-spinner").spin('small');
$.get(update_url,function(data) {
- var update_mode = ((page_load) ? 'replace' : 'update');
+ var update_mode = ((page_load && bParam_page == 1) ? 'replace' : 'update');
if(scroll_next)
update_mode = 'append';
page_load = false;
@@ -612,15 +638,6 @@ function updateConvItems(mode,data) {
}
-
- function imgbright(node) {
-// $(node).removeClass("drophide").addClass("drop");
- }
-
- function imgdull(node) {
-// $(node).removeClass("drop").addClass("drophide");
- }
-
function notify_popup_loader(notifyType) {
/* notifications template */
@@ -747,6 +764,7 @@ function updateConvItems(mode,data) {
$("#comment-edit-form-" + id).serialize(),
function(data) {
if(data.success) {
+ $("#comment-edit-preview-" + id).hide();
$("#comment-edit-wrapper-" + id).hide();
$("#comment-edit-text-" + id).val('');
var tarea = document.getElementById("comment-edit-text-" + id);
diff --git a/view/js/mod_settings.js b/view/js/mod_settings.js
index fa788280d..4daa7f704 100644
--- a/view/js/mod_settings.js
+++ b/view/js/mod_settings.js
@@ -25,100 +25,98 @@ $(document).ready(function() {
});
function channel_privacy_macro(n) {
- if(n == 0) {
- $('#id_view_stream option').eq(0).attr('selected','selected');
- $('#id_view_profile option').eq(0).attr('selected','selected');
- $('#id_view_photos option').eq(0).attr('selected','selected');
- $('#id_view_contacts option').eq(0).attr('selected','selected');
- $('#id_view_storage option').eq(0).attr('selected','selected');
- $('#id_view_pages option').eq(0).attr('selected','selected');
- $('#id_send_stream option').eq(0).attr('selected','selected');
- $('#id_post_wall option').eq(0).attr('selected','selected');
- $('#id_post_comments option').eq(0).attr('selected','selected');
- $('#id_post_mail option').eq(0).attr('selected','selected');
- $('#id_post_photos option').eq(0).attr('selected','selected');
- $('#id_tag_deliver option').eq(0).attr('selected','selected');
- $('#id_chat option').eq(0).attr('selected','selected');
- $('#id_write_storage option').eq(0).attr('selected','selected');
- $('#id_write_pages option').eq(0).attr('selected','selected');
- $('#id_delegate option').eq(0).attr('selected','selected');
+ if(n == 0) {
+ $('#id_view_stream option').eq(0).attr('selected','selected');
+ $('#id_view_profile option').eq(0).attr('selected','selected');
+ $('#id_view_photos option').eq(0).attr('selected','selected');
+ $('#id_view_contacts option').eq(0).attr('selected','selected');
+ $('#id_view_storage option').eq(0).attr('selected','selected');
+ $('#id_view_pages option').eq(0).attr('selected','selected');
+ $('#id_send_stream option').eq(0).attr('selected','selected');
+ $('#id_post_wall option').eq(0).attr('selected','selected');
+ $('#id_post_comments option').eq(0).attr('selected','selected');
+ $('#id_post_mail option').eq(0).attr('selected','selected');
+ $('#id_post_photos option').eq(0).attr('selected','selected');
+ $('#id_tag_deliver option').eq(0).attr('selected','selected');
+ $('#id_chat option').eq(0).attr('selected','selected');
+ $('#id_write_storage option').eq(0).attr('selected','selected');
+ $('#id_write_pages option').eq(0).attr('selected','selected');
+ $('#id_delegate option').eq(0).attr('selected','selected');
$('#id_republish option').eq(0).attr('selected','selected');
$('#id_bookmark option').eq(0).attr('selected','selected');
$('#id_profile_in_directory_onoff .off').removeClass('hidden');
$('#id_profile_in_directory_onoff .on').addClass('hidden');
$('#id_profile_in_directory').val(0);
}
- if(n == 1) {
- $('#id_view_stream option').eq(1).attr('selected','selected');
- $('#id_view_profile option').eq(1).attr('selected','selected');
- $('#id_view_photos option').eq(1).attr('selected','selected');
- $('#id_view_contacts option').eq(1).attr('selected','selected');
- $('#id_view_storage option').eq(1).attr('selected','selected');
- $('#id_view_pages option').eq(1).attr('selected','selected');
- $('#id_send_stream option').eq(1).attr('selected','selected');
- $('#id_post_wall option').eq(1).attr('selected','selected');
- $('#id_post_comments option').eq(1).attr('selected','selected');
- $('#id_post_mail option').eq(1).attr('selected','selected');
- $('#id_post_photos option').eq(1).attr('selected','selected');
- $('#id_tag_deliver option').eq(1).attr('selected','selected');
- $('#id_chat option').eq(1).attr('selected','selected');
- $('#id_write_storage option').eq(1).attr('selected','selected');
- $('#id_write_pages option').eq(1).attr('selected','selected');
- $('#id_delegate option').eq(0).attr('selected','selected');
+ if(n == 1) {
+ $('#id_view_stream option').eq(1).attr('selected','selected');
+ $('#id_view_profile option').eq(1).attr('selected','selected');
+ $('#id_view_photos option').eq(1).attr('selected','selected');
+ $('#id_view_contacts option').eq(1).attr('selected','selected');
+ $('#id_view_storage option').eq(1).attr('selected','selected');
+ $('#id_view_pages option').eq(1).attr('selected','selected');
+ $('#id_send_stream option').eq(1).attr('selected','selected');
+ $('#id_post_wall option').eq(1).attr('selected','selected');
+ $('#id_post_comments option').eq(1).attr('selected','selected');
+ $('#id_post_mail option').eq(1).attr('selected','selected');
+ $('#id_post_photos option').eq(1).attr('selected','selected');
+ $('#id_tag_deliver option').eq(1).attr('selected','selected');
+ $('#id_chat option').eq(1).attr('selected','selected');
+ $('#id_write_storage option').eq(1).attr('selected','selected');
+ $('#id_write_pages option').eq(1).attr('selected','selected');
+ $('#id_delegate option').eq(0).attr('selected','selected');
$('#id_republish option').eq(0).attr('selected','selected');
$('#id_bookmark option').eq(1).attr('selected','selected');
$('#id_profile_in_directory_onoff .off').removeClass('hidden');
$('#id_profile_in_directory_onoff .on').addClass('hidden');
$('#id_profile_in_directory').val(0);
}
- if(n == 2) {
- $('#id_view_stream option').eq(6).attr('selected','selected');
- $('#id_view_profile option').eq(6).attr('selected','selected');
- $('#id_view_photos option').eq(6).attr('selected','selected');
- $('#id_view_contacts option').eq(6).attr('selected','selected');
- $('#id_view_storage option').eq(6).attr('selected','selected');
- $('#id_view_pages option').eq(6).attr('selected','selected');
- $('#id_send_stream option').eq(2).attr('selected','selected');
- $('#id_post_wall option').eq(1).attr('selected','selected');
- $('#id_post_comments option').eq(2).attr('selected','selected');
- $('#id_post_mail option').eq(1).attr('selected','selected');
- $('#id_post_photos option').eq(0).attr('selected','selected');
- $('#id_tag_deliver option').eq(1).attr('selected','selected');
- $('#id_chat option').eq(1).attr('selected','selected');
- $('#id_write_storage option').eq(0).attr('selected','selected');
- $('#id_write_pages option').eq(0).attr('selected','selected');
- $('#id_delegate option').eq(0).attr('selected','selected');
+ if(n == 2) {
+ $('#id_view_stream option').eq(7).attr('selected','selected');
+ $('#id_view_profile option').eq(7).attr('selected','selected');
+ $('#id_view_photos option').eq(7).attr('selected','selected');
+ $('#id_view_contacts option').eq(7).attr('selected','selected');
+ $('#id_view_storage option').eq(7).attr('selected','selected');
+ $('#id_view_pages option').eq(7).attr('selected','selected');
+ $('#id_send_stream option').eq(2).attr('selected','selected');
+ $('#id_post_wall option').eq(1).attr('selected','selected');
+ $('#id_post_comments option').eq(2).attr('selected','selected');
+ $('#id_post_mail option').eq(1).attr('selected','selected');
+ $('#id_post_photos option').eq(0).attr('selected','selected');
+ $('#id_tag_deliver option').eq(1).attr('selected','selected');
+ $('#id_chat option').eq(1).attr('selected','selected');
+ $('#id_write_storage option').eq(0).attr('selected','selected');
+ $('#id_write_pages option').eq(0).attr('selected','selected');
+ $('#id_delegate option').eq(0).attr('selected','selected');
$('#id_republish option').eq(1).attr('selected','selected');
$('#id_bookmark option').eq(1).attr('selected','selected');
$('#id_profile_in_directory_onoff .on').removeClass('hidden');
$('#id_profile_in_directory_onoff .off').addClass('hidden');
$('#id_profile_in_directory').val(1);
}
- if(n == 3) {
- $('#id_view_stream option').eq(6).attr('selected','selected');
- $('#id_view_profile option').eq(6).attr('selected','selected');
- $('#id_view_photos option').eq(6).attr('selected','selected');
- $('#id_view_contacts option').eq(6).attr('selected','selected');
- $('#id_view_storage option').eq(6).attr('selected','selected');
- $('#id_view_pages option').eq(6).attr('selected','selected');
- $('#id_send_stream option').eq(4).attr('selected','selected');
- $('#id_post_wall option').eq(4).attr('selected','selected');
- $('#id_post_comments option').eq(4).attr('selected','selected');
- $('#id_post_mail option').eq(4).attr('selected','selected');
- $('#id_post_photos option').eq(2).attr('selected','selected');
- $('#id_tag_deliver option').eq(1).attr('selected','selected');
- $('#id_chat option').eq(4).attr('selected','selected');
- $('#id_write_storage option').eq(2).attr('selected','selected');
- $('#id_write_pages option').eq(2).attr('selected','selected');
- $('#id_delegate option').eq(0).attr('selected','selected');
- $('#id_republish option').eq(4).attr('selected','selected');
- $('#id_bookmark option').eq(4).attr('selected','selected');
+ if(n == 3) {
+ $('#id_view_stream option').eq(7).attr('selected','selected');
+ $('#id_view_profile option').eq(7).attr('selected','selected');
+ $('#id_view_photos option').eq(7).attr('selected','selected');
+ $('#id_view_contacts option').eq(7).attr('selected','selected');
+ $('#id_view_storage option').eq(7).attr('selected','selected');
+ $('#id_view_pages option').eq(7).attr('selected','selected');
+ $('#id_send_stream option').eq(5).attr('selected','selected');
+ $('#id_post_wall option').eq(5).attr('selected','selected');
+ $('#id_post_comments option').eq(5).attr('selected','selected');
+ $('#id_post_mail option').eq(5).attr('selected','selected');
+ $('#id_post_photos option').eq(2).attr('selected','selected');
+ $('#id_tag_deliver option').eq(1).attr('selected','selected');
+ $('#id_chat option').eq(5).attr('selected','selected');
+ $('#id_write_storage option').eq(2).attr('selected','selected');
+ $('#id_write_pages option').eq(2).attr('selected','selected');
+ $('#id_delegate option').eq(0).attr('selected','selected');
+ $('#id_republish option').eq(5).attr('selected','selected');
+ $('#id_bookmark option').eq(5).attr('selected','selected');
$('#id_profile_in_directory_onoff .on').removeClass('hidden');
$('#id_profile_in_directory_onoff .off').addClass('hidden');
$('#id_profile_in_directory').val(1);
}
-
-
}
diff --git a/view/nb-no/strings.php b/view/nb-no/strings.php
index 96404e4b1..a6e5cbcc5 100644
--- a/view/nb-no/strings.php
+++ b/view/nb-no/strings.php
@@ -1,8 +1,9 @@
<?php
+if(! function_exists("string_plural_select_nb_no")) {
function string_plural_select_nb_no($n){
return ($n != 1);;
-}
+}}
;
$a->strings["Categories"] = "Kategorier";
$a->strings["Connect"] = "Koble";
diff --git a/view/nl/follow_notify_eml.tpl b/view/nl/follow_notify_eml.tpl
new file mode 100644
index 000000000..ba07b19da
--- /dev/null
+++ b/view/nl/follow_notify_eml.tpl
@@ -0,0 +1,14 @@
+
+Dear {{$myname}},
+
+You have a new follower at {{$sitename}} - '{{$requestor}}'.
+
+You may visit their profile at {{$url}}.
+
+Please login to your site to approve or ignore/cancel the request.
+
+{{$siteurl}}
+
+Regards,
+
+ {{$sitename}} administrator
diff --git a/view/nl/friend_complete_eml.tpl b/view/nl/friend_complete_eml.tpl
new file mode 100644
index 000000000..1c647b994
--- /dev/null
+++ b/view/nl/friend_complete_eml.tpl
@@ -0,0 +1,22 @@
+
+Dear {{$username}},
+
+ Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted
+your connection request at '{{$sitename}}'.
+
+You are now mutual friends and may exchange status updates, photos, and email
+without restriction.
+
+Please visit your 'Connnections' page at {{$sitename}} if you wish to make
+any changes to this relationship.
+
+{{$siteurl}}
+
+[For instance, you may create a separate profile with information that is not
+available to the general public - and assign viewing rights to '{{$fn}}'].
+
+Sincerely,
+
+ {{$sitename}} Administrator
+
+
diff --git a/view/nl/intro_complete_eml.tpl b/view/nl/intro_complete_eml.tpl
new file mode 100644
index 000000000..2c2428d68
--- /dev/null
+++ b/view/nl/intro_complete_eml.tpl
@@ -0,0 +1,22 @@
+
+Dear {{$username}},
+
+ '{{$fn}}' at '{{$dfrn_url}}' has accepted
+your connection request at '{{$sitename}}'.
+
+ '{{$fn}}' has chosen to accept you a "fan", which restricts
+some forms of communication - such as private messaging and some profile
+interactions. If this is a celebrity or community page, these settings were
+applied automatically.
+
+ '{{$fn}}' may choose to extend this into a two-way or more permissive
+relationship in the future.
+
+ You will start receiving public status updates from '{{$fn}}',
+which will appear on your 'Matrix' page at
+
+{{$siteurl}}
+
+Sincerely,
+
+ {{$sitename}} Administrator
diff --git a/view/nl/lostpass_eml.tpl b/view/nl/lostpass_eml.tpl
new file mode 100644
index 000000000..3b79d2791
--- /dev/null
+++ b/view/nl/lostpass_eml.tpl
@@ -0,0 +1,32 @@
+
+Dear {{$username}},
+ A request was recently received at {{$sitename}} to reset your account
+password. In order to confirm this request, please select the verification link
+below or paste it into your web browser address bar.
+
+If you did NOT request this change, please DO NOT follow the link
+provided and ignore and/or delete this email.
+
+Your password will not be changed unless we can verify that you
+issued this request.
+
+Follow this link to verify your identity:
+
+{{$reset_link}}
+
+You will then receive a follow-up message containing the new password.
+
+You may change that password from your account settings page after logging in.
+
+The login details are as follows:
+
+Site Location: {{$siteurl}}
+Login Name: {{$email}}
+
+
+
+
+Sincerely,
+ {{$sitename}} Administrator
+
+
diff --git a/view/nl/messages.po b/view/nl/messages.po
new file mode 100644
index 000000000..8c0088583
--- /dev/null
+++ b/view/nl/messages.po
@@ -0,0 +1,7771 @@
+# Red Matrix Project
+# Copyright (C) 2012-2014 the Red Matrix Project
+# This file is distributed under the same license as the Red package.
+#
+# Translators:
+# jeroenpraat <>, 2013-2014
+msgid ""
+msgstr ""
+"Project-Id-Version: Red Matrix\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-06 00:02-0700\n"
+"PO-Revision-Date: 2014-06-07 09:12+0000\n"
+"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
+"Language-Team: Dutch (http://www.transifex.com/projects/p/red-matrix/language/nl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: nl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../../include/dba/dba_driver.php:50
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Kan DNS-informatie voor databaseserver '%s' niet vinden"
+
+#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51
+#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301
+#: ../../mod/profile_photo.php:421 ../../mod/photos.php:91
+#: ../../mod/photos.php:655 ../../mod/photos.php:677
+msgid "Profile Photos"
+msgstr "Profielfoto's"
+
+#: ../../include/bbcode.php:128 ../../include/bbcode.php:642
+#: ../../include/bbcode.php:645 ../../include/bbcode.php:650
+#: ../../include/bbcode.php:653 ../../include/bbcode.php:656
+#: ../../include/bbcode.php:659 ../../include/bbcode.php:664
+#: ../../include/bbcode.php:667 ../../include/bbcode.php:672
+#: ../../include/bbcode.php:675 ../../include/bbcode.php:678
+#: ../../include/bbcode.php:681
+msgid "Image/photo"
+msgstr "Afbeelding/foto"
+
+#: ../../include/bbcode.php:163 ../../include/bbcode.php:692
+msgid "Encrypted content"
+msgstr "Versleutelde inhoud"
+
+#: ../../include/bbcode.php:179
+msgid "QR code"
+msgstr "QR-code"
+
+#: ../../include/bbcode.php:228
+#, php-format
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s schreef het volgende %2$s %3$s"
+
+#: ../../include/bbcode.php:230
+msgid "post"
+msgstr "bericht"
+
+#: ../../include/bbcode.php:610 ../../include/bbcode.php:630
+msgid "$1 wrote:"
+msgstr "$1 schreef:"
+
+#: ../../include/oembed.php:171
+msgid "Embedded content"
+msgstr "Ingebedde inhoud"
+
+#: ../../include/oembed.php:180
+msgid "Embedding disabled"
+msgstr "Inbedden uitgeschakeld"
+
+#: ../../include/notify.php:23
+msgid "created a new post"
+msgstr "maakte een nieuw bericht aan"
+
+#: ../../include/notify.php:24
+#, php-format
+msgid "commented on %s's post"
+msgstr "gaf een reactie op een bericht van %s"
+
+#: ../../include/conversation.php:117 ../../include/text.php:1705
+#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
+#: ../../mod/tagger.php:45 ../../mod/like.php:111
+msgid "photo"
+msgstr "foto"
+
+#: ../../include/conversation.php:120 ../../include/text.php:1708
+#: ../../mod/tagger.php:49
+msgid "event"
+msgstr "gebeurtenis"
+
+#: ../../include/conversation.php:123
+msgid "channel"
+msgstr "kanaal"
+
+#: ../../include/conversation.php:145 ../../include/text.php:1711
+#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
+#: ../../mod/tagger.php:53 ../../mod/like.php:111
+msgid "status"
+msgstr "status"
+
+#: ../../include/conversation.php:147 ../../include/text.php:1713
+#: ../../mod/tagger.php:55
+msgid "comment"
+msgstr "reactie"
+
+#: ../../include/conversation.php:161 ../../mod/like.php:142
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s vindt %3$s van %2$s leuk"
+
+#: ../../include/conversation.php:164 ../../mod/like.php:144
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s vindt %3$s van %2$s niet leuk"
+
+#: ../../include/conversation.php:201
+#, php-format
+msgid "%1$s is now connected with %2$s"
+msgstr "%1$s is nu met %2$s verbonden"
+
+#: ../../include/conversation.php:236
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s heeft %2$s aangestoten"
+
+#: ../../include/conversation.php:240 ../../include/text.php:895
+msgid "poked"
+msgstr "aangestoten"
+
+#: ../../include/conversation.php:258 ../../mod/mood.php:63
+#, php-format
+msgctxt "mood"
+msgid "%1$s is %2$s"
+msgstr "%1$s is %2$s"
+
+#: ../../include/conversation.php:631 ../../include/ItemObject.php:114
+msgid "Select"
+msgstr "Kies"
+
+#: ../../include/conversation.php:632 ../../include/apps.php:215
+#: ../../include/ItemObject.php:108 ../../mod/admin.php:757
+#: ../../mod/admin.php:886 ../../mod/connedit.php:398
+#: ../../mod/settings.php:578 ../../mod/filestorage.php:175
+#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043
+msgid "Delete"
+msgstr "Verwijderen"
+
+#: ../../include/conversation.php:639 ../../include/ItemObject.php:89
+#: ../../mod/photos.php:846
+msgid "Private Message"
+msgstr "Privébericht"
+
+#: ../../include/conversation.php:646 ../../include/ItemObject.php:182
+msgid "Message is verified"
+msgstr "Bericht is geverifieerd"
+
+#: ../../include/conversation.php:666
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Bekijk het profiel van %s @ %s"
+
+#: ../../include/conversation.php:680
+msgid "Categories:"
+msgstr "Categorieën:"
+
+#: ../../include/conversation.php:681
+msgid "Filed under:"
+msgstr "Bewaard onder:"
+
+#: ../../include/conversation.php:690 ../../include/ItemObject.php:250
+#, php-format
+msgid " from %s"
+msgstr " van %s"
+
+#: ../../include/conversation.php:693 ../../include/ItemObject.php:253
+#, php-format
+msgid "last edited: %s"
+msgstr "laatst bewerkt: %s"
+
+#: ../../include/conversation.php:694 ../../include/ItemObject.php:254
+#, php-format
+msgid "Expires: %s"
+msgstr "Verloopt: %s"
+
+#: ../../include/conversation.php:709
+msgid "View in context"
+msgstr "In context bekijken"
+
+#: ../../include/conversation.php:711 ../../include/conversation.php:1127
+#: ../../include/ItemObject.php:294 ../../mod/editblock.php:120
+#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121
+#: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336
+#: ../../mod/photos.php:974
+msgid "Please wait"
+msgstr "Even wachten"
+
+#: ../../include/conversation.php:838
+msgid "remove"
+msgstr "verwijderen"
+
+#: ../../include/conversation.php:842
+msgid "Loading..."
+msgstr "Aan het laden..."
+
+#: ../../include/conversation.php:843
+msgid "Delete Selected Items"
+msgstr "Verwijder de geselecteerde items"
+
+#: ../../include/conversation.php:934
+msgid "View Source"
+msgstr "Bron weergeven"
+
+#: ../../include/conversation.php:935
+msgid "Follow Thread"
+msgstr "Conversatie volgen"
+
+#: ../../include/conversation.php:936
+msgid "View Status"
+msgstr "Status weergeven"
+
+#: ../../include/conversation.php:937 ../../include/nav.php:81
+#: ../../mod/connedit.php:351 ../../mod/connedit.php:465
+msgid "View Profile"
+msgstr "Profiel weergeven"
+
+#: ../../include/conversation.php:938
+msgid "View Photos"
+msgstr "Foto's weergeven"
+
+#: ../../include/conversation.php:939
+msgid "Matrix Activity"
+msgstr "Activiteit in de matrix"
+
+#: ../../include/conversation.php:940
+msgid "Edit Contact"
+msgstr "Contact bewerken"
+
+#: ../../include/conversation.php:941
+msgid "Send PM"
+msgstr "Privébericht verzenden"
+
+#: ../../include/conversation.php:942 ../../include/apps.php:132
+msgid "Poke"
+msgstr "Aanstoten"
+
+#: ../../include/conversation.php:998
+#, php-format
+msgid "%s likes this."
+msgstr "%s vindt dit leuk."
+
+#: ../../include/conversation.php:998
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s vindt dit niet leuk."
+
+#: ../../include/conversation.php:1002
+#, php-format
+msgid "<span %1$s>%2$d people</span> like this."
+msgid_plural "<span %1$s>%2$d people</span> like this."
+msgstr[0] "<span %1$s>%2$d persoon</span> vindt dit leuk."
+msgstr[1] "<span %1$s>%2$d personen</span> vinden dit leuk."
+
+#: ../../include/conversation.php:1004
+#, php-format
+msgid "<span %1$s>%2$d people</span> don't like this."
+msgid_plural "<span %1$s>%2$d people</span> don't like this."
+msgstr[0] "<span %1$s>%2$d persoon</span> vindt dit niet leuk."
+msgstr[1] "<span %1$s>%2$d personen</span> vinden dit niet leuk."
+
+#: ../../include/conversation.php:1010
+msgid "and"
+msgstr "en"
+
+#: ../../include/conversation.php:1013
+#, php-format
+msgid ", and %d other people"
+msgid_plural ", and %d other people"
+msgstr[0] ", en %d ander persoon"
+msgstr[1] ", en %d andere personen"
+
+#: ../../include/conversation.php:1014
+#, php-format
+msgid "%s like this."
+msgstr "%s vinden dit leuk."
+
+#: ../../include/conversation.php:1014
+#, php-format
+msgid "%s don't like this."
+msgstr "%s vinden dit niet leuk."
+
+#: ../../include/conversation.php:1071
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Voor <strong>iedereen</strong> zichtbaar"
+
+#: ../../include/conversation.php:1072 ../../mod/mail.php:171
+#: ../../mod/mail.php:269
+msgid "Please enter a link URL:"
+msgstr "Vul een internetadres/URL in:"
+
+#: ../../include/conversation.php:1073
+msgid "Please enter a video link/URL:"
+msgstr "Vul een videolink/URL in:"
+
+#: ../../include/conversation.php:1074
+msgid "Please enter an audio link/URL:"
+msgstr "Vul een audiolink/URL in:"
+
+#: ../../include/conversation.php:1075
+msgid "Tag term:"
+msgstr "Label:"
+
+#: ../../include/conversation.php:1076 ../../mod/filer.php:49
+msgid "Save to Folder:"
+msgstr "Bewaar in map: "
+
+#: ../../include/conversation.php:1077
+msgid "Where are you right now?"
+msgstr "Waar bevind je je op dit moment?"
+
+#: ../../include/conversation.php:1078 ../../mod/editpost.php:52
+#: ../../mod/mail.php:172 ../../mod/mail.php:270
+msgid "Expires YYYY-MM-DD HH:MM"
+msgstr "Verloopt op DD-MM-YYYY om HH:MM"
+
+#: ../../include/conversation.php:1088 ../../include/page_widgets.php:40
+#: ../../include/ItemObject.php:592 ../../mod/editblock.php:141
+#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140
+#: ../../mod/editwebpage.php:175 ../../mod/webpages.php:123
+#: ../../mod/photos.php:994
+msgid "Preview"
+msgstr "Voorvertoning"
+
+#: ../../include/conversation.php:1102 ../../mod/layouts.php:113
+#: ../../mod/photos.php:973
+msgid "Share"
+msgstr "Delen"
+
+#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139
+msgid "Page link title"
+msgstr "Titel van paginalink"
+
+#: ../../include/conversation.php:1107
+msgid "Post as"
+msgstr "Bericht plaatsen als"
+
+#: ../../include/conversation.php:1108 ../../mod/editblock.php:112
+#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113
+#: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332
+msgid "Upload photo"
+msgstr "Foto uploaden"
+
+#: ../../include/conversation.php:1109
+msgid "upload photo"
+msgstr "foto uploaden"
+
+#: ../../include/conversation.php:1110 ../../mod/editblock.php:113
+#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114
+#: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333
+msgid "Attach file"
+msgstr "Bestand toevoegen"
+
+#: ../../include/conversation.php:1111
+msgid "attach file"
+msgstr "bestand toevoegen"
+
+#: ../../include/conversation.php:1112 ../../mod/editblock.php:114
+#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115
+#: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334
+msgid "Insert web link"
+msgstr "Weblink invoegen"
+
+#: ../../include/conversation.php:1113
+msgid "web link"
+msgstr "Weblink"
+
+#: ../../include/conversation.php:1114
+msgid "Insert video link"
+msgstr "Videolink invoegen"
+
+#: ../../include/conversation.php:1115
+msgid "video link"
+msgstr "videolink"
+
+#: ../../include/conversation.php:1116
+msgid "Insert audio link"
+msgstr "Audiolink invoegen"
+
+#: ../../include/conversation.php:1117
+msgid "audio link"
+msgstr "audiolink"
+
+#: ../../include/conversation.php:1118 ../../mod/editblock.php:118
+#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119
+#: ../../mod/editwebpage.php:150
+msgid "Set your location"
+msgstr "Locatie instellen"
+
+#: ../../include/conversation.php:1119
+msgid "set location"
+msgstr "locatie instellen"
+
+#: ../../include/conversation.php:1120 ../../mod/editblock.php:119
+#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120
+#: ../../mod/editwebpage.php:151
+msgid "Clear browser location"
+msgstr "Locatie van webbrowser wissen"
+
+#: ../../include/conversation.php:1121
+msgid "clear location"
+msgstr "locatie wissen"
+
+#: ../../include/conversation.php:1123 ../../mod/editblock.php:132
+#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132
+#: ../../mod/editwebpage.php:167
+msgid "Set title"
+msgstr "Titel instellen"
+
+#: ../../include/conversation.php:1126 ../../mod/editblock.php:135
+#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134
+#: ../../mod/editwebpage.php:169
+msgid "Categories (comma-separated list)"
+msgstr "Categorieën (door komma's gescheiden lijst)"
+
+#: ../../include/conversation.php:1128 ../../mod/editblock.php:121
+#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122
+#: ../../mod/editwebpage.php:153
+msgid "Permission settings"
+msgstr "Instellingen rechten"
+
+#: ../../include/conversation.php:1129
+msgid "permissions"
+msgstr "rechten"
+
+#: ../../include/conversation.php:1136 ../../mod/editblock.php:129
+#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129
+#: ../../mod/editwebpage.php:162
+msgid "Public post"
+msgstr "Openbaar bericht"
+
+#: ../../include/conversation.php:1138 ../../mod/editblock.php:136
+#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135
+#: ../../mod/editwebpage.php:170
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be"
+
+#: ../../include/conversation.php:1151 ../../mod/editblock.php:146
+#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146
+#: ../../mod/editwebpage.php:180 ../../mod/mail.php:226 ../../mod/mail.php:339
+msgid "Set expiration date"
+msgstr "Verloopdatum instellen"
+
+#: ../../include/conversation.php:1153 ../../include/ItemObject.php:595
+#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341
+msgid "Encrypt text"
+msgstr "Tekst versleutelen"
+
+#: ../../include/conversation.php:1155 ../../mod/editpost.php:150
+msgid "OK"
+msgstr "OK"
+
+#: ../../include/conversation.php:1156 ../../mod/settings.php:516
+#: ../../mod/settings.php:542 ../../mod/editpost.php:151
+#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11
+#: ../../mod/tagrm.php:94
+msgid "Cancel"
+msgstr "Annuleren"
+
+#: ../../include/conversation.php:1392
+msgid "Discover"
+msgstr "Ontdekken"
+
+#: ../../include/conversation.php:1395
+msgid "Imported public streams"
+msgstr "Openbare streams importeren"
+
+#: ../../include/conversation.php:1400
+msgid "Commented Order"
+msgstr "Nieuwe reacties bovenaan"
+
+#: ../../include/conversation.php:1403
+msgid "Sort by Comment Date"
+msgstr "Berichten met nieuwe reacties bovenaan"
+
+#: ../../include/conversation.php:1407
+msgid "Posted Order"
+msgstr "Nieuwe berichten bovenaan"
+
+#: ../../include/conversation.php:1410
+msgid "Sort by Post Date"
+msgstr "Nieuwe berichten bovenaan"
+
+#: ../../include/conversation.php:1415 ../../include/widgets.php:82
+msgid "Personal"
+msgstr "Persoonlijk"
+
+#: ../../include/conversation.php:1418
+msgid "Posts that mention or involve you"
+msgstr "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent"
+
+#: ../../include/conversation.php:1424 ../../mod/connections.php:211
+#: ../../mod/connections.php:224 ../../mod/menu.php:61
+msgid "New"
+msgstr "Nieuw"
+
+#: ../../include/conversation.php:1427
+msgid "Activity Stream - by date"
+msgstr "Activiteitenstroom - volgens datum"
+
+#: ../../include/conversation.php:1433
+msgid "Starred"
+msgstr "Met ster"
+
+#: ../../include/conversation.php:1436
+msgid "Favourite Posts"
+msgstr "Favoriete berichten"
+
+#: ../../include/conversation.php:1443
+msgid "Spam"
+msgstr "Spam"
+
+#: ../../include/conversation.php:1446
+msgid "Posts flagged as SPAM"
+msgstr "Berichten gemarkeerd als SPAM"
+
+#: ../../include/conversation.php:1480 ../../mod/admin.php:890
+msgid "Channel"
+msgstr "Kanaal"
+
+#: ../../include/conversation.php:1483
+msgid "Status Messages and Posts"
+msgstr "Berichten in dit kanaal"
+
+#: ../../include/conversation.php:1492
+msgid "About"
+msgstr "Over"
+
+#: ../../include/conversation.php:1495
+msgid "Profile Details"
+msgstr "Profiel"
+
+#: ../../include/conversation.php:1501 ../../include/nav.php:84
+#: ../../include/apps.php:126 ../../mod/fbrowser.php:25
+msgid "Photos"
+msgstr "Foto's"
+
+#: ../../include/conversation.php:1504 ../../include/photos.php:311
+msgid "Photo Albums"
+msgstr "Fotoalbums"
+
+#: ../../include/conversation.php:1510 ../../include/nav.php:85
+#: ../../include/apps.php:122 ../../mod/fbrowser.php:114
+msgid "Files"
+msgstr "Bestanden"
+
+#: ../../include/conversation.php:1513
+msgid "Files and Storage"
+msgstr "Bestanden en opslagruimte"
+
+#: ../../include/conversation.php:1522 ../../include/conversation.php:1525
+msgid "Chatrooms"
+msgstr "Chatkanalen"
+
+#: ../../include/conversation.php:1532 ../../include/nav.php:87
+#: ../../include/nav.php:180 ../../include/apps.php:127
+#: ../../mod/events.php:377
+msgid "Events"
+msgstr "Gebeurtenissen"
+
+#: ../../include/conversation.php:1535
+msgid "Events and Calendar"
+msgstr "Gebeurtenissen en agenda"
+
+#: ../../include/conversation.php:1540 ../../include/nav.php:88
+#: ../../include/apps.php:116
+msgid "Bookmarks"
+msgstr "Bladwijzers"
+
+#: ../../include/conversation.php:1543
+msgid "Saved Bookmarks"
+msgstr "Opgeslagen bladwijzers"
+
+#: ../../include/conversation.php:1551 ../../include/nav.php:90
+#: ../../include/apps.php:123 ../../mod/webpages.php:79
+msgid "Webpages"
+msgstr "Webpagina's"
+
+#: ../../include/conversation.php:1554
+msgid "Manage Webpages"
+msgstr "Webpagina's beheren"
+
+#: ../../include/page_widgets.php:6
+msgid "New Page"
+msgstr "Nieuwe pagina"
+
+#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36
+#: ../../include/apps.php:214 ../../include/menu.php:42
+#: ../../include/ItemObject.php:96 ../../mod/blocks.php:94
+#: ../../mod/connections.php:392 ../../mod/settings.php:577
+#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106
+#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143
+#: ../../mod/filestorage.php:174 ../../mod/thing.php:235
+#: ../../mod/layouts.php:112 ../../mod/menu.php:59 ../../mod/webpages.php:119
+msgid "Edit"
+msgstr "Bewerken"
+
+#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97
+#: ../../mod/layouts.php:116 ../../mod/webpages.php:122
+msgid "View"
+msgstr "Weergeven"
+
+#: ../../include/page_widgets.php:41 ../../mod/webpages.php:124
+msgid "Actions"
+msgstr "Acties"
+
+#: ../../include/page_widgets.php:42 ../../mod/webpages.php:125
+msgid "Page Link"
+msgstr "Paginalink"
+
+#: ../../include/page_widgets.php:43 ../../mod/webpages.php:126
+msgid "Title"
+msgstr "Titel"
+
+#: ../../include/page_widgets.php:44 ../../mod/webpages.php:127
+msgid "Created"
+msgstr "Aangemaakt"
+
+#: ../../include/page_widgets.php:45 ../../mod/webpages.php:128
+msgid "Edited"
+msgstr "Bewerkt"
+
+#: ../../include/permissions.php:13
+msgid "Can view my \"public\" stream and posts"
+msgstr "Kan mijn \"openbare\" streams en berichten zien"
+
+#: ../../include/permissions.php:14
+msgid "Can view my \"public\" channel profile"
+msgstr "Kan mijn \"openbaar\" kanaalprofiel zien"
+
+#: ../../include/permissions.php:15
+msgid "Can view my \"public\" photo albums"
+msgstr "Kan mijn \"openbare\" fotoalbums zien"
+
+#: ../../include/permissions.php:16
+msgid "Can view my \"public\" address book"
+msgstr "Kan een lijst met mijn \"openbare\" connecties zien"
+
+#: ../../include/permissions.php:17
+msgid "Can view my \"public\" file storage"
+msgstr "Kan mijn \"openbare\" bestanden zien"
+
+#: ../../include/permissions.php:18
+msgid "Can view my \"public\" pages"
+msgstr "Kan mijn \"openbare\" pagina's zien"
+
+#: ../../include/permissions.php:21
+msgid "Can send me their channel stream and posts"
+msgstr "Kan mij de inhoud van hun kanaal en berichten sturen"
+
+#: ../../include/permissions.php:22
+msgid "Can post on my channel page (\"wall\")"
+msgstr "Kan een bericht in mijn kanaal (\"wall\") plaatsen"
+
+#: ../../include/permissions.php:23
+msgid "Can comment on my posts"
+msgstr "Kan op mijn berichten reageren"
+
+#: ../../include/permissions.php:24
+msgid "Can send me private mail messages"
+msgstr "Kan mij privéberichten sturen"
+
+#: ../../include/permissions.php:25
+msgid "Can post photos to my photo albums"
+msgstr "Kan foto's aan mijn fotoalbums toevoegen"
+
+#: ../../include/permissions.php:26
+msgid "Can forward to all my channel contacts via post @mentions"
+msgstr "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen"
+
+#: ../../include/permissions.php:26
+msgid "Advanced - useful for creating group forum channels"
+msgstr "Geavanceerd - nuttig voor kanalen met een groep- cq. forumfunctie"
+
+#: ../../include/permissions.php:27
+msgid "Can chat with me (when available)"
+msgstr "Kan met mij chatten (wanneer beschikbaar)"
+
+#: ../../include/permissions.php:28
+msgid "Can write to my \"public\" file storage"
+msgstr "Kan bestanden aan mijn \"openbare\" bestandsopslag toevoegen"
+
+#: ../../include/permissions.php:29
+msgid "Can edit my \"public\" pages"
+msgstr "Kan mijn \"openbare\" pagina's bewerken"
+
+#: ../../include/permissions.php:31
+msgid "Can source my \"public\" posts in derived channels"
+msgstr "Kan mijn \"openbare\" berichten als bron voor andere kanalen gebruiken"
+
+#: ../../include/permissions.php:31
+msgid "Somewhat advanced - very useful in open communities"
+msgstr "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)"
+
+#: ../../include/permissions.php:33
+msgid "Can administer my channel resources"
+msgstr "Kan mijn kanaal beheren"
+
+#: ../../include/permissions.php:33
+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/account.php:23
+msgid "Not a valid email address"
+msgstr "Geen geldig e-mailadres"
+
+#: ../../include/account.php:25
+msgid "Your email domain is not among those allowed on this site"
+msgstr "Jouw e-maildomein is op deze Red Matrix-hub niet toegestaan"
+
+#: ../../include/account.php:31
+msgid "Your email address is already registered at this site."
+msgstr "Jouw e-mailadres is al op deze Red Matrix-hub geregistreerd ."
+
+#: ../../include/account.php:64
+msgid "An invitation is required."
+msgstr "Een uitnodiging is vereist"
+
+#: ../../include/account.php:68
+msgid "Invitation could not be verified."
+msgstr "Uitnodiging kon niet geverifieerd worden"
+
+#: ../../include/account.php:119
+msgid "Please enter the required information."
+msgstr "Vul de vereiste informatie in."
+
+#: ../../include/account.php:187
+msgid "Failed to store account information."
+msgstr "Account-informatie kon niet opgeslagen worden."
+
+#: ../../include/account.php:273
+#, php-format
+msgid "Registration request at %s"
+msgstr "Registratieverzoek op %s"
+
+#: ../../include/account.php:275 ../../include/account.php:302
+#: ../../include/account.php:359
+msgid "Administrator"
+msgstr "Beheerder"
+
+#: ../../include/account.php:297
+msgid "your registration password"
+msgstr "jouw registratiewachtwoord"
+
+#: ../../include/account.php:300 ../../include/account.php:357
+#, php-format
+msgid "Registration details for %s"
+msgstr "Registratiegegevens voor %s"
+
+#: ../../include/account.php:366
+msgid "Account approved."
+msgstr "Account goedgekeurd"
+
+#: ../../include/account.php:400
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registratie ingetrokken voor %s"
+
+#: ../../include/photos.php:15 ../../include/attach.php:119
+#: ../../include/attach.php:166 ../../include/attach.php:229
+#: ../../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/items.php:3673 ../../include/chat.php:116
+#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:27
+#: ../../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
+#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:152
+#: ../../mod/profiles.php:453 ../../mod/bookmarks.php:46
+#: ../../mod/channel.php:89 ../../mod/channel.php:193
+#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95
+#: ../../mod/register.php:68 ../../mod/regmod.php:18 ../../mod/common.php:35
+#: ../../mod/network.php:12 ../../mod/connections.php:169
+#: ../../mod/connedit.php:221 ../../mod/delegate.php:6 ../../mod/page.php:30
+#: ../../mod/page.php:80 ../../mod/settings.php:492 ../../mod/setup.php:203
+#: ../../mod/editblock.php:34 ../../mod/pdledit.php:21
+#: ../../mod/editlayout.php:48 ../../mod/editpost.php:13
+#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83
+#: ../../mod/sources.php:66 ../../mod/events.php:141
+#: ../../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
+#: ../../mod/thing.php:247 ../../mod/thing.php:263 ../../mod/thing.php:298
+#: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:179
+#: ../../mod/item.php:187 ../../mod/item.php:872 ../../mod/layouts.php:27
+#: ../../mod/layouts.php:39 ../../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/photos.php:68 ../../mod/photos.php:526
+#: ../../mod/notifications.php:66 ../../mod/appman.php:66 ../../index.php:186
+#: ../../index.php:361
+msgid "Permission denied."
+msgstr "Toegang geweigerd."
+
+#: ../../include/photos.php:89
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
+msgstr "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes"
+
+#: ../../include/photos.php:96
+msgid "Image file is empty."
+msgstr "Afbeeldingsbestand is leeg"
+
+#: ../../include/photos.php:123 ../../mod/profile_photo.php:216
+msgid "Unable to process image"
+msgstr "Afbeelding kan niet verwerkt worden"
+
+#: ../../include/photos.php:186
+msgid "Photo storage failed."
+msgstr "Foto kan niet worden opgeslagen"
+
+#: ../../include/photos.php:315 ../../mod/photos.php:693
+#: ../../mod/photos.php:1190
+msgid "Upload New Photos"
+msgstr "Nieuwe foto's uploaden"
+
+#: ../../include/acl_selectors.php:238
+msgid "Visible to everybody"
+msgstr "Voor iedereen zichtbaar"
+
+#: ../../include/acl_selectors.php:239
+msgid "Show"
+msgstr "Tonen"
+
+#: ../../include/acl_selectors.php:240
+msgid "Don't show"
+msgstr "Niet tonen"
+
+#: ../../include/acl_selectors.php:246 ../../mod/chat.php:209
+#: ../../mod/filestorage.php:126 ../../mod/photos.php:606
+#: ../../mod/photos.php:949
+msgid "Permissions"
+msgstr "Rechten"
+
+#: ../../include/acl_selectors.php:247 ../../include/ItemObject.php:289
+msgid "Close"
+msgstr "Sluiten"
+
+#: ../../include/activities.php:39
+msgid " and "
+msgstr " en "
+
+#: ../../include/activities.php:47
+msgid "public profile"
+msgstr "openbaar profiel"
+
+#: ../../include/activities.php:52
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s veranderde %2$s naar &ldquo;%3$s&rdquo;"
+
+#: ../../include/activities.php:53
+#, php-format
+msgid "Visit %1$s's %2$s"
+msgstr "Bezoek het %2$s van %1$s"
+
+#: ../../include/activities.php:56
+#, php-format
+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:1016
+msgid "Public Timeline"
+msgstr "Openbare tijdlijn"
+
+#: ../../include/attach.php:224 ../../include/attach.php:278
+msgid "Item was not found."
+msgstr "Item niet gevonden"
+
+#: ../../include/attach.php:335
+msgid "No source file."
+msgstr "Geen bronbestand."
+
+#: ../../include/attach.php:352
+msgid "Cannot locate file to replace"
+msgstr "Kan het te vervangen bestand niet vinden"
+
+#: ../../include/attach.php:370
+msgid "Cannot locate file to revise/update"
+msgstr "Kan het bestand wat aangepast moet worden niet vinden"
+
+#: ../../include/attach.php:381
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "Bestand is groter dan de toegelaten %d"
+
+#: ../../include/attach.php:393
+#, php-format
+msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
+msgstr "Je hebt jouw limiet van %1$.0f MB opslagruimte voor bijlagen bereikt."
+
+#: ../../include/attach.php:475
+msgid "File upload failed. Possible system limit or action terminated."
+msgstr "Uploaden van bestand mislukt. Mogelijk systeemlimiet bereikt of actie afgebroken."
+
+#: ../../include/attach.php:487
+msgid "Stored file could not be verified. Upload failed."
+msgstr "Opgeslagen bestand kon niet worden geverifieerd. Uploaden mislukt."
+
+#: ../../include/attach.php:528 ../../include/attach.php:545
+msgid "Path not available."
+msgstr "Pad niet beschikbaar."
+
+#: ../../include/attach.php:590
+msgid "Empty pathname"
+msgstr "Padnaam leeg"
+
+#: ../../include/attach.php:606
+msgid "duplicate filename or path"
+msgstr "dubbele bestandsnaam of pad"
+
+#: ../../include/attach.php:630
+msgid "Path not found."
+msgstr "Pad niet gevonden"
+
+#: ../../include/attach.php:674
+msgid "mkdir failed."
+msgstr "directory aanmaken (mkdir) mislukt."
+
+#: ../../include/attach.php:678
+msgid "database storage failed."
+msgstr "opslag in database mislukt."
+
+#: ../../include/items.php:306 ../../mod/profperm.php:23
+#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:63
+#: ../../index.php:360
+msgid "Permission denied"
+msgstr "Toegang geweigerd"
+
+#: ../../include/items.php:830
+msgid "(Unknown)"
+msgstr "(Onbekend)"
+
+#: ../../include/items.php:3611 ../../mod/admin.php:159
+#: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/display.php:32
+#: ../../mod/filestorage.php:18 ../../mod/home.php:65 ../../mod/thing.php:78
+#: ../../mod/viewsrc.php:18
+msgid "Item not found."
+msgstr "Item niet gevonden."
+
+#: ../../include/items.php:4035 ../../mod/group.php:38 ../../mod/group.php:140
+msgid "Collection not found."
+msgstr "Collectie niet gevonden."
+
+#: ../../include/items.php:4050
+msgid "Collection is empty."
+msgstr "Collectie is leeg"
+
+#: ../../include/items.php:4057
+#, php-format
+msgid "Collection: %s"
+msgstr "Collectie: %s"
+
+#: ../../include/items.php:4068
+#, php-format
+msgid "Connection: %s"
+msgstr "Connectie: %s"
+
+#: ../../include/items.php:4071
+msgid "Connection not found."
+msgstr "Connectie niet gevonden."
+
+#: ../../include/bb2diaspora.php:441 ../../include/event.php:11
+msgid "l F d, Y \\@ g:i A"
+msgstr "l d F Y \\@ G:i"
+
+#: ../../include/bb2diaspora.php:447 ../../include/event.php:20
+msgid "Starts:"
+msgstr "Start:"
+
+#: ../../include/bb2diaspora.php:455 ../../include/event.php:30
+msgid "Finishes:"
+msgstr "Einde:"
+
+#: ../../include/bb2diaspora.php:463 ../../include/event.php:40
+#: ../../include/identity.php:726 ../../mod/directory.php:156
+#: ../../mod/dirprofile.php:105 ../../mod/events.php:485
+msgid "Location:"
+msgstr "Plaats:"
+
+#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1451
+msgid "Logout"
+msgstr "Uitloggen"
+
+#: ../../include/nav.php:77 ../../include/nav.php:96
+msgid "End this session"
+msgstr "Beëindig deze sessie"
+
+#: ../../include/nav.php:80 ../../include/nav.php:130
+msgid "Home"
+msgstr "Home"
+
+#: ../../include/nav.php:80
+msgid "Your posts and conversations"
+msgstr "Jouw berichten en conversaties"
+
+#: ../../include/nav.php:81
+msgid "Your profile page"
+msgstr "Jouw profielpagina"
+
+#: ../../include/nav.php:83
+msgid "Edit Profiles"
+msgstr "Bewerk profielen"
+
+#: ../../include/nav.php:83
+msgid "Manage/Edit profiles"
+msgstr "Beheer/wijzig profielen"
+
+#: ../../include/nav.php:84
+msgid "Your photos"
+msgstr "Jouw foto's"
+
+#: ../../include/nav.php:85
+msgid "Your files"
+msgstr "Jouw bestanden"
+
+#: ../../include/nav.php:86 ../../include/apps.php:133
+msgid "Chat"
+msgstr "Chatten"
+
+#: ../../include/nav.php:86
+msgid "Your chatrooms"
+msgstr "Jouw chatkanalen"
+
+#: ../../include/nav.php:87
+msgid "Your events"
+msgstr "Jouw gebeurtenissen"
+
+#: ../../include/nav.php:88
+msgid "Your bookmarks"
+msgstr "Jouw bladwijzers"
+
+#: ../../include/nav.php:90
+msgid "Your webpages"
+msgstr "Jouw webpagina's"
+
+#: ../../include/nav.php:94 ../../include/apps.php:118 ../../boot.php:1452
+msgid "Login"
+msgstr "Inloggen"
+
+#: ../../include/nav.php:94
+msgid "Sign in"
+msgstr "Inloggen"
+
+#: ../../include/nav.php:111
+#, php-format
+msgid "%s - click to logout"
+msgstr "%s - klik om uit te loggen"
+
+#: ../../include/nav.php:116
+msgid "Click to authenticate to your home hub"
+msgstr "Klik om jezelf te authenticeren via jouw eigen Red Matrix-hub"
+
+#: ../../include/nav.php:130
+msgid "Home Page"
+msgstr "Homepage"
+
+#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1428
+msgid "Register"
+msgstr "Registreren "
+
+#: ../../include/nav.php:134
+msgid "Create an account"
+msgstr "Maak een account aan"
+
+#: ../../include/nav.php:139 ../../include/apps.php:129 ../../mod/help.php:60
+#: ../../mod/help.php:65
+msgid "Help"
+msgstr "Hulp"
+
+#: ../../include/nav.php:139
+msgid "Help and documentation"
+msgstr "Hulp en documentatie"
+
+#: ../../include/nav.php:142 ../../include/widgets.php:79
+#: ../../mod/apps.php:17 ../../mod/apps.php:36
+msgid "Apps"
+msgstr "Apps"
+
+#: ../../include/nav.php:142
+msgid "Applications, utilities, links, games"
+msgstr "Toepassingen, hulpmiddelen, links, spelletjes"
+
+#: ../../include/nav.php:144 ../../include/text.php:813
+#: ../../include/text.php:827 ../../include/apps.php:134
+#: ../../mod/search.php:29
+msgid "Search"
+msgstr "Zoeken"
+
+#: ../../include/nav.php:144
+msgid "Search site content"
+msgstr "Inhoud van deze Red Matrix-hub doorzoeken"
+
+#: ../../include/nav.php:147 ../../include/apps.php:128
+#: ../../mod/directory.php:210
+msgid "Directory"
+msgstr "Gids"
+
+#: ../../include/nav.php:147
+msgid "Channel Locator"
+msgstr "Kanalengids"
+
+#: ../../include/nav.php:158 ../../include/apps.php:120
+msgid "Matrix"
+msgstr "Matrix"
+
+#: ../../include/nav.php:158
+msgid "Your matrix"
+msgstr "Jouw matrix"
+
+#: ../../include/nav.php:159
+msgid "Mark all matrix notifications seen"
+msgstr "Markeer alle matrixnotificaties als bekeken"
+
+#: ../../include/nav.php:161 ../../include/apps.php:124
+msgid "Channel Home"
+msgstr "Tijdlijn kanaal"
+
+#: ../../include/nav.php:161
+msgid "Channel home"
+msgstr "Tijdlijn kanaal"
+
+#: ../../include/nav.php:162
+msgid "Mark all channel notifications seen"
+msgstr "Alle kanaalnotificaties als gelezen markeren"
+
+#: ../../include/nav.php:165 ../../include/nav.php:188
+#: ../../mod/connections.php:385
+msgid "Connections"
+msgstr "Connecties"
+
+#: ../../include/nav.php:168
+msgid "Notices"
+msgstr "Notificaties"
+
+#: ../../include/nav.php:168
+msgid "Notifications"
+msgstr "Notificaties"
+
+#: ../../include/nav.php:169
+msgid "See all notifications"
+msgstr "Alle notificaties weergeven"
+
+#: ../../include/nav.php:170 ../../mod/notifications.php:99
+msgid "Mark all system notifications seen"
+msgstr "Markeer alle systeemnotificaties als bekeken"
+
+#: ../../include/nav.php:172 ../../include/apps.php:130
+msgid "Mail"
+msgstr "Privéberichten"
+
+#: ../../include/nav.php:172
+msgid "Private mail"
+msgstr "Privéberichten"
+
+#: ../../include/nav.php:173
+msgid "See all private messages"
+msgstr "Alle privéberichten weergeven"
+
+#: ../../include/nav.php:174
+msgid "Mark all private messages seen"
+msgstr "Markeer alle privéberichten als bekeken"
+
+#: ../../include/nav.php:175
+msgid "Inbox"
+msgstr "Postvak IN"
+
+#: ../../include/nav.php:176
+msgid "Outbox"
+msgstr "Postvak UIT"
+
+#: ../../include/nav.php:177 ../../include/widgets.php:536
+msgid "New Message"
+msgstr "Nieuw bericht"
+
+#: ../../include/nav.php:180
+msgid "Event Calendar"
+msgstr "Agenda"
+
+#: ../../include/nav.php:181
+msgid "See all events"
+msgstr "Alle gebeurtenissen weergeven"
+
+#: ../../include/nav.php:182
+msgid "Mark all events seen"
+msgstr "Markeer alle gebeurtenissen als bekeken"
+
+#: ../../include/nav.php:184 ../../include/apps.php:119
+msgid "Channel Select"
+msgstr "Kanaalkiezer"
+
+#: ../../include/nav.php:184
+msgid "Manage Your Channels"
+msgstr "Beheer je kanalen"
+
+#: ../../include/nav.php:186 ../../include/apps.php:121
+#: ../../include/widgets.php:514 ../../mod/admin.php:976
+#: ../../mod/admin.php:1181
+msgid "Settings"
+msgstr "Instellingen"
+
+#: ../../include/nav.php:186
+msgid "Account/Channel Settings"
+msgstr "Account-/kanaal-instellingen"
+
+#: ../../include/nav.php:188
+msgid "Manage/Edit Friends and Connections"
+msgstr "Beheer/bewerk vrienden en connecties"
+
+#: ../../include/nav.php:195 ../../mod/admin.php:117
+msgid "Admin"
+msgstr "Beheer"
+
+#: ../../include/nav.php:195
+msgid "Site Setup and Configuration"
+msgstr "Red Matrix-hub opzetten en configureren"
+
+#: ../../include/nav.php:220
+msgid "Nothing new here"
+msgstr "Niets nieuw hier"
+
+#: ../../include/nav.php:224
+msgid "Please wait..."
+msgstr "Wachten aub..."
+
+#: ../../include/bookmarks.php:42
+#, php-format
+msgid "%1$s's bookmarks"
+msgstr "Bladwijzers van %1$s"
+
+#: ../../include/chat.php:10
+msgid "Missing room name"
+msgstr "Naam chatkanaal ontbreekt"
+
+#: ../../include/chat.php:19
+msgid "Duplicate room name"
+msgstr "Naam chatkanaal bestaat al"
+
+#: ../../include/chat.php:68 ../../include/chat.php:76
+msgid "Invalid room specifier."
+msgstr "Ongeldige omschrijving chatkanaal"
+
+#: ../../include/chat.php:105
+msgid "Room not found."
+msgstr "Chatkanaal niet gevonden"
+
+#: ../../include/chat.php:126
+msgid "Room is full"
+msgstr "Chatkanaal is vol"
+
+#: ../../include/taxonomy.php:210
+msgid "Tags"
+msgstr "Labels"
+
+#: ../../include/taxonomy.php:227
+msgid "Keywords"
+msgstr "Trefwoorden"
+
+#: ../../include/taxonomy.php:252
+msgid "have"
+msgstr "heb"
+
+#: ../../include/taxonomy.php:252
+msgid "has"
+msgstr "heeft"
+
+#: ../../include/taxonomy.php:253
+msgid "want"
+msgstr "wil"
+
+#: ../../include/taxonomy.php:253
+msgid "wants"
+msgstr "wil"
+
+#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:208
+msgid "like"
+msgstr "vind dit leuk"
+
+#: ../../include/taxonomy.php:254
+msgid "likes"
+msgstr "vindt dit leuk"
+
+#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:209
+msgid "dislike"
+msgstr "vind dit niet leuk"
+
+#: ../../include/taxonomy.php:255
+msgid "dislikes"
+msgstr "vindt dit niet leuk"
+
+#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185
+#: ../../view/theme/redbasic/php/config.php:84
+msgid "Default"
+msgstr "Standaard"
+
+#: ../../include/contact_selectors.php:30
+msgid "Unknown | Not categorised"
+msgstr "Onbekend | Niet gecategoriseerd"
+
+#: ../../include/contact_selectors.php:31
+msgid "Block immediately"
+msgstr "Onmiddellijk blokkeren"
+
+#: ../../include/contact_selectors.php:32
+msgid "Shady, spammer, self-marketer"
+msgstr "Onbetrouwbaar, spammer, zelfpromotor"
+
+#: ../../include/contact_selectors.php:33
+msgid "Known to me, but no opinion"
+msgstr "Mij bekend, maar geen mening"
+
+#: ../../include/contact_selectors.php:34
+msgid "OK, probably harmless"
+msgstr "OK, vermoedelijk onschadelijk"
+
+#: ../../include/contact_selectors.php:35
+msgid "Reputable, has my trust"
+msgstr "Fatsoenlijk, heeft mijn vertrouwen"
+
+#: ../../include/contact_selectors.php:54
+msgid "Frequently"
+msgstr "Regelmatig"
+
+#: ../../include/contact_selectors.php:55
+msgid "Hourly"
+msgstr "Elk uur"
+
+#: ../../include/contact_selectors.php:56
+msgid "Twice daily"
+msgstr "Twee keer per dag"
+
+#: ../../include/contact_selectors.php:57
+msgid "Daily"
+msgstr "Dagelijks"
+
+#: ../../include/contact_selectors.php:58
+msgid "Weekly"
+msgstr "Wekelijks"
+
+#: ../../include/contact_selectors.php:59
+msgid "Monthly"
+msgstr "Maandelijks"
+
+#: ../../include/contact_selectors.php:74
+msgid "Friendica"
+msgstr "Friendica"
+
+#: ../../include/contact_selectors.php:75
+msgid "OStatus"
+msgstr "OStatus"
+
+#: ../../include/contact_selectors.php:76
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
+
+#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753
+#: ../../mod/admin.php:762 ../../boot.php:1454
+msgid "Email"
+msgstr "E-mail"
+
+#: ../../include/contact_selectors.php:78
+msgid "Diaspora"
+msgstr "Diaspora"
+
+#: ../../include/contact_selectors.php:79
+msgid "Facebook"
+msgstr "Facebook"
+
+#: ../../include/contact_selectors.php:80
+msgid "Zot!"
+msgstr "Zot!"
+
+#: ../../include/contact_selectors.php:81
+msgid "LinkedIn"
+msgstr "LinkedIn"
+
+#: ../../include/contact_selectors.php:82
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
+
+#: ../../include/contact_selectors.php:83
+msgid "MySpace"
+msgstr "MySpace"
+
+#: ../../include/contact_widgets.php:14
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d uitnodiging beschikbaar"
+msgstr[1] "%d uitnodigingen beschikbaar"
+
+#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445
+msgid "Advanced"
+msgstr "Geavanceerd"
+
+#: ../../include/contact_widgets.php:22
+msgid "Find Channels"
+msgstr "Kanalen vinden"
+
+#: ../../include/contact_widgets.php:23
+msgid "Enter name or interest"
+msgstr "Vul naam of interesse in"
+
+#: ../../include/contact_widgets.php:24
+msgid "Connect/Follow"
+msgstr "Verbinden/volgen"
+
+#: ../../include/contact_widgets.php:25
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Voorbeeld: Robert Morgenstein, vissen"
+
+#: ../../include/contact_widgets.php:26 ../../mod/connections.php:391
+#: ../../mod/directory.php:206 ../../mod/directory.php:211
+msgid "Find"
+msgstr "Vinden"
+
+#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59
+msgid "Channel Suggestions"
+msgstr "Voorgestelde kanalen"
+
+#: ../../include/contact_widgets.php:29
+msgid "Random Profile"
+msgstr "Willekeurig profiel"
+
+#: ../../include/contact_widgets.php:30
+msgid "Invite Friends"
+msgstr "Vrienden uitnodigen"
+
+#: ../../include/contact_widgets.php:32
+msgid "Exammple: name=fred and country=iceland"
+msgstr "Voorbeeld: (voor naam) name=herman en (voor land) country=nederland"
+
+#: ../../include/contact_widgets.php:33
+msgid "Advanced Find"
+msgstr "Geavanceerd zoeken"
+
+#: ../../include/contact_widgets.php:58 ../../include/features.php:66
+#: ../../include/widgets.php:296
+msgid "Saved Folders"
+msgstr "Bewaarde mappen"
+
+#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:95
+#: ../../include/widgets.php:299
+msgid "Everything"
+msgstr "Alles"
+
+#: ../../include/contact_widgets.php:92 ../../include/widgets.php:29
+msgid "Categories"
+msgstr "Categorieën"
+
+#: ../../include/contact_widgets.php:125
+#, php-format
+msgid "%d connection in common"
+msgid_plural "%d connections in common"
+msgstr[0] "%d gemeenschappelijke connectie"
+msgstr[1] "%d gemeenschappelijke connecties"
+
+#: ../../include/contact_widgets.php:130
+msgid "show more"
+msgstr "[+] meer reacties weergeven"
+
+#: ../../include/event.php:326
+msgid "This event has been added to your calendar."
+msgstr "Dit evenement is aan jouw agenda toegevoegd."
+
+#: ../../include/reddav.php:1045
+msgid "Edit File properties"
+msgstr "Bestandseigenschappen bewerken"
+
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "Diversen"
+
+#: ../../include/datetime.php:152 ../../include/datetime.php:284
+msgid "year"
+msgstr "jaar"
+
+#: ../../include/datetime.php:157 ../../include/datetime.php:285
+msgid "month"
+msgstr "maand"
+
+#: ../../include/datetime.php:162 ../../include/datetime.php:287
+msgid "day"
+msgstr "dag"
+
+#: ../../include/datetime.php:275
+msgid "never"
+msgstr "nooit"
+
+#: ../../include/datetime.php:281
+msgid "less than a second ago"
+msgstr "minder dan een seconde geleden"
+
+#: ../../include/datetime.php:284
+msgid "years"
+msgstr "jaren"
+
+#: ../../include/datetime.php:285
+msgid "months"
+msgstr "maanden"
+
+#: ../../include/datetime.php:286
+msgid "week"
+msgstr "week"
+
+#: ../../include/datetime.php:286
+msgid "weeks"
+msgstr "weken"
+
+#: ../../include/datetime.php:287
+msgid "days"
+msgstr "dagen"
+
+#: ../../include/datetime.php:288
+msgid "hour"
+msgstr "uur"
+
+#: ../../include/datetime.php:288
+msgid "hours"
+msgstr "uren"
+
+#: ../../include/datetime.php:289
+msgid "minute"
+msgstr "minuut"
+
+#: ../../include/datetime.php:289
+msgid "minutes"
+msgstr "minuten"
+
+#: ../../include/datetime.php:290
+msgid "second"
+msgstr "seconde"
+
+#: ../../include/datetime.php:290
+msgid "seconds"
+msgstr "seconden"
+
+#: ../../include/datetime.php:299
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s geleden"
+
+#: ../../include/datetime.php:504
+#, php-format
+msgid "%1$s's birthday"
+msgstr "Verjaardag van %1$s"
+
+#: ../../include/datetime.php:505
+#, php-format
+msgid "Happy Birthday %1$s"
+msgstr "Gefeliciteerd met je verjaardag %1$s"
+
+#: ../../include/dir_fns.php:36
+msgid "Sort Options"
+msgstr "Sorteeropties"
+
+#: ../../include/dir_fns.php:37
+msgid "Alphabetic"
+msgstr "Alfabetisch"
+
+#: ../../include/dir_fns.php:38
+msgid "Reverse Alphabetic"
+msgstr "Omgekeerd alfabetisch"
+
+#: ../../include/dir_fns.php:39
+msgid "Newest to Oldest"
+msgstr "Nieuw naar oud"
+
+#: ../../include/dir_fns.php:51
+msgid "Enable Safe Search"
+msgstr "Veilig zoeken inschakelen"
+
+#: ../../include/dir_fns.php:53
+msgid "Disable Safe Search"
+msgstr "Veilig zoeken uitschakelen"
+
+#: ../../include/dir_fns.php:55
+msgid "Safe Mode"
+msgstr "Veilig zoeken"
+
+#: ../../include/enotify.php:41
+msgid "Red Matrix Notification"
+msgstr "Red Matrix-notificatie"
+
+#: ../../include/enotify.php:42
+msgid "redmatrix"
+msgstr "redmatrix"
+
+#: ../../include/enotify.php:44
+msgid "Thank You,"
+msgstr "Bedankt,"
+
+#: ../../include/enotify.php:46
+#, php-format
+msgid "%s Administrator"
+msgstr "%s beheerder"
+
+#: ../../include/enotify.php:81
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
+
+#: ../../include/enotify.php:85
+#, php-format
+msgid "[Red:Notify] New mail received at %s"
+msgstr "[Red:Notificatie] Nieuw privébericht ontvangen op %s"
+
+#: ../../include/enotify.php:87
+#, php-format
+msgid "%1$s, %2$s sent you a new private message at %3$s."
+msgstr "%1$s, %2$s zond jou een nieuw privébericht om %3$s."
+
+#: ../../include/enotify.php:88
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s zond jou %2$s."
+
+#: ../../include/enotify.php:88
+msgid "a private message"
+msgstr "een privébericht"
+
+#: ../../include/enotify.php:89
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Bezoek %s om je privéberichten te bekijken en/of er op te reageren."
+
+#: ../../include/enotify.php:144
+#, php-format
+msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]"
+msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]een %4$s[/zrl]"
+
+#: ../../include/enotify.php:152
+#, php-format
+msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]"
+msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]een %5$s van %4$s[/zrl]"
+
+#: ../../include/enotify.php:161
+#, php-format
+msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]"
+msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]jouw %4$s[/zrl]"
+
+#: ../../include/enotify.php:172
+#, php-format
+msgid "[Red:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Red:Notificatie] Reactie op conversatie #%1$d door %2$s"
+
+#: ../../include/enotify.php:173
+#, php-format
+msgid "%1$s, %2$s commented on an item/conversation you have been following."
+msgstr "%1$s, %2$s gaf een reactie op een bericht/conversatie die jij volgt."
+
+#: ../../include/enotify.php:176 ../../include/enotify.php:191
+#: ../../include/enotify.php:217 ../../include/enotify.php:236
+#: ../../include/enotify.php:250
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Bezoek %s om de conversatie te bekijken en/of er op te reageren."
+
+#: ../../include/enotify.php:182
+#, php-format
+msgid "[Red:Notify] %s posted to your profile wall"
+msgstr "[Red:Notificatie] %s heeft een bericht op jouw kanaal geplaatst"
+
+#: ../../include/enotify.php:184
+#, php-format
+msgid "%1$s, %2$s posted to your profile wall at %3$s"
+msgstr "%1$s, %2$s heeft om %3$s een bericht op jouw kanaal geplaatst"
+
+#: ../../include/enotify.php:186
+#, php-format
+msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]"
+msgstr "%1$s, %2$s heeft een bericht op [zrl=%3$s]jouw kanaal[/zrl] geplaatst"
+
+#: ../../include/enotify.php:210
+#, php-format
+msgid "[Red:Notify] %s tagged you"
+msgstr "[Red:Notificatie] %s heeft je genoemd"
+
+#: ../../include/enotify.php:211
+#, php-format
+msgid "%1$s, %2$s tagged you at %3$s"
+msgstr "%1$s, %2$s noemde jou om %3$s"
+
+#: ../../include/enotify.php:212
+#, php-format
+msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]."
+msgstr "%1$s, %2$s [zrl=%3$s]noemde jou[/zrl]."
+
+#: ../../include/enotify.php:225
+#, php-format
+msgid "[Red:Notify] %1$s poked you"
+msgstr "[Red:Notificatie] %1$s heeft je aangestoten"
+
+#: ../../include/enotify.php:226
+#, php-format
+msgid "%1$s, %2$s poked you at %3$s"
+msgstr "%1$s, %2$s heeft je aangestoten op %3$s"
+
+#: ../../include/enotify.php:227
+#, php-format
+msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]."
+msgstr "%1$s, %2$s [zrl=%2$s]heeft je aangestoten[/zrl]."
+
+#: ../../include/enotify.php:243
+#, php-format
+msgid "[Red:Notify] %s tagged your post"
+msgstr "[Red:Notificatie] %s heeft jouw bericht gelabeld"
+
+#: ../../include/enotify.php:244
+#, php-format
+msgid "%1$s, %2$s tagged your post at %3$s"
+msgstr "%1$s, %2$s labelde jouw bericht om %3$s"
+
+#: ../../include/enotify.php:245
+#, php-format
+msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]"
+msgstr "%1$s, %2$s labelde [zrl=%3$s]jouw bericht[/zrl]"
+
+#: ../../include/enotify.php:257
+msgid "[Red:Notify] Introduction received"
+msgstr "[Red:Notificatie] Connectieverzoek ontvangen"
+
+#: ../../include/enotify.php:258
+#, php-format
+msgid "%1$s, you've received an new connection request from '%2$s' at %3$s"
+msgstr "%1$s, je hebt een nieuw connectieverzoek ontvangen van '%2$s' op %3$s"
+
+#: ../../include/enotify.php:259
+#, php-format
+msgid ""
+"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s."
+msgstr "%1$s, je hebt een [zrl=%2$s]nieuw connectieverzoek[/zrl] ontvangen van %3$s."
+
+#: ../../include/enotify.php:263 ../../include/enotify.php:282
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Je kan het profiel bekijken op %s"
+
+#: ../../include/enotify.php:265
+#, php-format
+msgid "Please visit %s to approve or reject the connection request."
+msgstr "Bezoek %s om het connectieverzoek goed of af te keuren."
+
+#: ../../include/enotify.php:272
+msgid "[Red:Notify] Friend suggestion received"
+msgstr "[Red:Notificatie] Kanaalvoorstel ontvangen"
+
+#: ../../include/enotify.php:273
+#, php-format
+msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s"
+msgstr "%1$s, je hebt een kanaalvoorstel ontvangen van '%2$s' om %3$s"
+
+#: ../../include/enotify.php:274
+#, php-format
+msgid ""
+"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from "
+"%4$s."
+msgstr "%1$s, je hebt [zrl=%2$s]een kanaalvoorstel[/zrl] ontvangen voor %3$s van %4$s."
+
+#: ../../include/enotify.php:280
+msgid "Name:"
+msgstr "Naam:"
+
+#: ../../include/enotify.php:281
+msgid "Photo:"
+msgstr "Foto:"
+
+#: ../../include/enotify.php:284
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Bezoek %s om het voorstel te accepteren of te verwerpen."
+
+#: ../../include/features.php:23
+msgid "General Features"
+msgstr "Algemene functies"
+
+#: ../../include/features.php:25
+msgid "Content Expiration"
+msgstr "Inhoud laten verlopen"
+
+#: ../../include/features.php:25
+msgid "Remove posts/comments and/or private messages at a future time"
+msgstr "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen"
+
+#: ../../include/features.php:26
+msgid "Multiple Profiles"
+msgstr "Meerdere profielen"
+
+#: ../../include/features.php:26
+msgid "Ability to create multiple profiles"
+msgstr "Mogelijkheid om meerdere profielen aan te maken"
+
+#: ../../include/features.php:27
+msgid "Web Pages"
+msgstr "Webpagina's"
+
+#: ../../include/features.php:27
+msgid "Provide managed web pages on your channel"
+msgstr "Sta beheerde webpagina's op jouw kanaal toe"
+
+#: ../../include/features.php:28
+msgid "Private Notes"
+msgstr "Privé-aantekeningen"
+
+#: ../../include/features.php:28
+msgid "Enables a tool to store notes and reminders"
+msgstr "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan"
+
+#: ../../include/features.php:33
+msgid "Extended Identity Sharing"
+msgstr "Uitgebreid identiteit delen"
+
+#: ../../include/features.php:33
+msgid ""
+"Share your identity with all websites on the internet. When disabled, "
+"identity is only shared with sites in the matrix."
+msgstr "Deel jouw Red Matrix-identiteit met alle websites op het internet. Wanneer dit is uitgeschakeld wordt je identiteit alleen binnen het Red Matrix-netwerk gedeeld. Schakel dit alleen als je weet wat je doet."
+
+#: ../../include/features.php:34
+msgid "Expert Mode"
+msgstr "Expertmodus"
+
+#: ../../include/features.php:34
+msgid "Enable Expert Mode to provide advanced configuration options"
+msgstr "Zet de expertmodus aan voor geavanceerde instellingen"
+
+#: ../../include/features.php:35
+msgid "Premium Channel"
+msgstr "Premiumkanaal"
+
+#: ../../include/features.php:35
+msgid ""
+"Allows you to set restrictions and terms on those that connect with your "
+"channel"
+msgstr "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal"
+
+#: ../../include/features.php:40
+msgid "Post Composition Features"
+msgstr "Functies voor het opstellen van berichten"
+
+#: ../../include/features.php:41
+msgid "Richtext Editor"
+msgstr "RTF-tekstverwerker"
+
+#: ../../include/features.php:41
+msgid "Enable richtext editor"
+msgstr "Gebruik een tekstverwerker met eenvoudige opmaakfuncties"
+
+#: ../../include/features.php:42
+msgid "Post Preview"
+msgstr "Voorvertoning"
+
+#: ../../include/features.php:42
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "Een optie om je berichten en reacties voor het definitief publiceren voor te vertonen"
+
+#: ../../include/features.php:43 ../../include/widgets.php:503
+#: ../../mod/sources.php:88
+msgid "Channel Sources"
+msgstr "Kanaalbronnen"
+
+#: ../../include/features.php:43
+msgid "Automatically import channel content from other channels or feeds"
+msgstr "Automatisch inhoud uit andere kanalen of feeds importeren."
+
+#: ../../include/features.php:44
+msgid "Even More Encryption"
+msgstr "Extra encryptie"
+
+#: ../../include/features.php:44
+msgid ""
+"Allow optional encryption of content end-to-end with a shared secret key"
+msgstr "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel."
+
+#: ../../include/features.php:49
+msgid "Network and Stream Filtering"
+msgstr "Netwerk- en streamfilter"
+
+#: ../../include/features.php:50
+msgid "Search by Date"
+msgstr "Zoek op datum"
+
+#: ../../include/features.php:50
+msgid "Ability to select posts by date ranges"
+msgstr "Mogelijkheid om berichten op datum te filteren "
+
+#: ../../include/features.php:51
+msgid "Collections Filter"
+msgstr "Filter op collecties"
+
+#: ../../include/features.php:51
+msgid "Enable widget to display Network posts only from selected collections"
+msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties"
+
+#: ../../include/features.php:52 ../../include/widgets.php:265
+msgid "Saved Searches"
+msgstr "Opgeslagen zoekopdrachten"
+
+#: ../../include/features.php:52
+msgid "Save search terms for re-use"
+msgstr "Sla zoekopdrachten op voor hergebruik"
+
+#: ../../include/features.php:53
+msgid "Network Personal Tab"
+msgstr "Persoonlijke netwerktab"
+
+#: ../../include/features.php:53
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had"
+
+#: ../../include/features.php:54
+msgid "Network New Tab"
+msgstr "Nieuwe netwerktab"
+
+#: ../../include/features.php:54
+msgid "Enable tab to display all new Network activity"
+msgstr "Laat de tab alle nieuwe netwerkactiviteit tonen"
+
+#: ../../include/features.php:55
+msgid "Affinity Tool"
+msgstr "Verwantschapsfilter"
+
+#: ../../include/features.php:55
+msgid "Filter stream activity by depth of relationships"
+msgstr "Filter wat je in de matrix ziet op goed je iemand kent of mag"
+
+#: ../../include/features.php:56
+msgid "Suggest Channels"
+msgstr "Kanalen voorstellen"
+
+#: ../../include/features.php:56
+msgid "Show channel suggestions"
+msgstr "Voor jou mogelijk interessante kanalen voorstellen"
+
+#: ../../include/features.php:61
+msgid "Post/Comment Tools"
+msgstr "Bericht- en reactiehulpmiddelen"
+
+#: ../../include/features.php:63
+msgid "Edit Sent Posts"
+msgstr "Bewerk verzonden berichten"
+
+#: ../../include/features.php:63
+msgid "Edit and correct posts and comments after sending"
+msgstr "Bewerk en corrigeer berichten en reacties nadat deze zijn verzonden"
+
+#: ../../include/features.php:64
+msgid "Tagging"
+msgstr "Labelen"
+
+#: ../../include/features.php:64
+msgid "Ability to tag existing posts"
+msgstr "Mogelijkheid om bestaande berichten te labelen"
+
+#: ../../include/features.php:65
+msgid "Post Categories"
+msgstr "Categorieën berichten"
+
+#: ../../include/features.php:65
+msgid "Add categories to your posts"
+msgstr "Voeg categorieën toe aan je berichten"
+
+#: ../../include/features.php:66
+msgid "Ability to file posts under folders"
+msgstr "Mogelijkheid om berichten in mappen op te slaan"
+
+#: ../../include/features.php:67
+msgid "Dislike Posts"
+msgstr "Vind berichten niet leuk"
+
+#: ../../include/features.php:67
+msgid "Ability to dislike posts/comments"
+msgstr "Mogelijkheid om berichten en reacties niet leuk te vinden"
+
+#: ../../include/features.php:68
+msgid "Star Posts"
+msgstr "Geef berichten een ster"
+
+#: ../../include/features.php:68
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Mogelijkheid om speciale berichten met een ster te markeren"
+
+#: ../../include/features.php:69
+msgid "Tag Cloud"
+msgstr "Wolk met trefwoorden/labels"
+
+#: ../../include/features.php:69
+msgid "Provide a personal tag cloud on your channel page"
+msgstr "Zorgt voor een persoonlijke wolk met trefwoorden of labels op jouw kanaalpagina"
+
+#: ../../include/follow.php:23
+msgid "Channel is blocked on this site."
+msgstr "Kanaal is op deze hub geblokkeerd."
+
+#: ../../include/follow.php:28
+msgid "Channel location missing."
+msgstr "Ontbrekende kanaallocatie."
+
+#: ../../include/follow.php:54
+msgid "Response from remote channel was incomplete."
+msgstr "Antwoord van het kanaal op afstand was niet volledig."
+
+#: ../../include/follow.php:85
+msgid "Channel was deleted and no longer exists."
+msgstr "Kanaal is verwijderd en bestaat niet meer."
+
+#: ../../include/follow.php:132
+msgid "Channel discovery failed."
+msgstr "Kanaal ontdekken mislukt."
+
+#: ../../include/follow.php:149
+msgid "local account not found."
+msgstr "lokale account niet gevonden."
+
+#: ../../include/follow.php:158
+msgid "Cannot connect to yourself."
+msgstr "Kan niet met jezelf verbinden"
+
+#: ../../include/group.php:25
+msgid ""
+"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."
+msgstr ""
+
+#: ../../include/group.php:223
+msgid "Default privacy group for new contacts"
+msgstr "Standaard privacy-collectie voor nieuwe kanalen"
+
+#: ../../include/group.php:242 ../../mod/admin.php:762
+msgid "All Channels"
+msgstr "Alle kanalen"
+
+#: ../../include/group.php:264
+msgid "edit"
+msgstr "bewerken"
+
+#: ../../include/group.php:285
+msgid "Collections"
+msgstr "Collecties"
+
+#: ../../include/group.php:286
+msgid "Edit collection"
+msgstr "Collectie bewerken"
+
+#: ../../include/group.php:287
+msgid "Create a new collection"
+msgstr "Nieuwe collectie aanmaken"
+
+#: ../../include/group.php:288
+msgid "Channels not in any collection"
+msgstr "Kanalen die zich in geen enkele collectie bevinden"
+
+#: ../../include/group.php:290 ../../include/widgets.php:266
+msgid "add"
+msgstr "toevoegen"
+
+#: ../../include/identity.php:30 ../../mod/item.php:1244
+msgid "Unable to obtain identity information from database"
+msgstr "Niet in staat om identiteitsinformatie uit de database te verkrijgen"
+
+#: ../../include/identity.php:63
+msgid "Empty name"
+msgstr "Ontbrekende naam"
+
+#: ../../include/identity.php:65
+msgid "Name too long"
+msgstr "Naam te lang"
+
+#: ../../include/identity.php:166
+msgid "No account identifier"
+msgstr "Geen account-identifier"
+
+#: ../../include/identity.php:176
+msgid "Nickname is required."
+msgstr "Bijnaam is verplicht"
+
+#: ../../include/identity.php:190
+msgid "Reserved nickname. Please choose another."
+msgstr "Deze naam is gereserveerd. Kies een andere."
+
+#: ../../include/identity.php:195
+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
+msgid "Unable to retrieve created identity"
+msgstr "Niet in staat om aangemaakte identiteit te vinden"
+
+#: ../../include/identity.php:317
+msgid "Default Profile"
+msgstr "Standaardprofiel"
+
+#: ../../include/identity.php:342 ../../include/widgets.php:400
+#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:431
+msgid "Friends"
+msgstr "Vrienden"
+
+#: ../../include/identity.php:509
+msgid "Requested channel is not available."
+msgstr "Aangevraagd kanaal is niet beschikbaar."
+
+#: ../../include/identity.php:557 ../../mod/achievements.php:8
+#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/connect.php:13
+#: ../../mod/filestorage.php:40 ../../mod/layouts.php:8
+#: ../../mod/webpages.php:8
+msgid "Requested profile is not available."
+msgstr "Opgevraagd profiel is niet beschikbaar"
+
+#: ../../include/identity.php:675 ../../include/widgets.php:128
+#: ../../include/widgets.php:168 ../../include/Contact.php:107
+#: ../../mod/directory.php:183 ../../mod/dirprofile.php:164
+#: ../../mod/suggest.php:51 ../../mod/match.php:62
+msgid "Connect"
+msgstr "Verbinden"
+
+#: ../../include/identity.php:689 ../../mod/profiles.php:603
+msgid "Change profile photo"
+msgstr "Profielfoto veranderen"
+
+#: ../../include/identity.php:695
+msgid "Profiles"
+msgstr "Profielen"
+
+#: ../../include/identity.php:695
+msgid "Manage/edit profiles"
+msgstr "Profielen beheren/bewerken"
+
+#: ../../include/identity.php:696 ../../mod/profiles.php:604
+msgid "Create New Profile"
+msgstr "Nieuw profiel aanmaken"
+
+#: ../../include/identity.php:699
+msgid "Edit Profile"
+msgstr "Profiel bewerken"
+
+#: ../../include/identity.php:710 ../../mod/profiles.php:615
+msgid "Profile Image"
+msgstr "Profielfoto"
+
+#: ../../include/identity.php:713 ../../mod/profiles.php:618
+msgid "visible to everybody"
+msgstr "Voor iedereen zichtbaar"
+
+#: ../../include/identity.php:714 ../../mod/profiles.php:619
+msgid "Edit visibility"
+msgstr "Zichtbaarheid bewerken"
+
+#: ../../include/identity.php:728 ../../include/identity.php:952
+#: ../../mod/directory.php:158
+msgid "Gender:"
+msgstr "Geslacht:"
+
+#: ../../include/identity.php:729 ../../include/identity.php:977
+#: ../../mod/directory.php:160
+msgid "Status:"
+msgstr "Status:"
+
+#: ../../include/identity.php:730 ../../include/identity.php:988
+#: ../../mod/directory.php:162
+msgid "Homepage:"
+msgstr "Homepagina:"
+
+#: ../../include/identity.php:731 ../../mod/dirprofile.php:151
+msgid "Online Now"
+msgstr "Nu online"
+
+#: ../../include/identity.php:796 ../../include/identity.php:876
+#: ../../mod/ping.php:262
+msgid "g A l F d"
+msgstr "G:i, l d F"
+
+#: ../../include/identity.php:797 ../../include/identity.php:877
+msgid "F d"
+msgstr "d F"
+
+#: ../../include/identity.php:842 ../../include/identity.php:917
+#: ../../mod/ping.php:284
+msgid "[today]"
+msgstr "[vandaag]"
+
+#: ../../include/identity.php:854
+msgid "Birthday Reminders"
+msgstr "Verjaardagsherinneringen"
+
+#: ../../include/identity.php:855
+msgid "Birthdays this week:"
+msgstr "Verjaardagen deze week:"
+
+#: ../../include/identity.php:910
+msgid "[No description]"
+msgstr "[Geen omschrijving]"
+
+#: ../../include/identity.php:928
+msgid "Event Reminders"
+msgstr "Herinneringen voor gebeurtenissen"
+
+#: ../../include/identity.php:929
+msgid "Events this week:"
+msgstr "Gebeurtenissen deze week:"
+
+#: ../../include/identity.php:942 ../../include/identity.php:1031
+#: ../../include/apps.php:125 ../../mod/profperm.php:112
+msgid "Profile"
+msgstr "Profiel"
+
+#: ../../include/identity.php:950 ../../mod/settings.php:934
+msgid "Full Name:"
+msgstr "Volledige naam:"
+
+#: ../../include/identity.php:962
+msgid "j F, Y"
+msgstr "F j Y"
+
+#: ../../include/identity.php:963
+msgid "j F"
+msgstr "F j"
+
+#: ../../include/identity.php:970
+msgid "Birthday:"
+msgstr "Geboortedatum:"
+
+#: ../../include/identity.php:974
+msgid "Age:"
+msgstr "Leeftijd:"
+
+#: ../../include/identity.php:983
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "voor %1$d %2$s"
+
+#: ../../include/identity.php:986 ../../mod/profiles.php:526
+msgid "Sexual Preference:"
+msgstr "Seksuele voorkeur:"
+
+#: ../../include/identity.php:990 ../../mod/profiles.php:528
+msgid "Hometown:"
+msgstr "Woonplaats:"
+
+#: ../../include/identity.php:992
+msgid "Tags:"
+msgstr "Trefwoorden:"
+
+#: ../../include/identity.php:994 ../../mod/profiles.php:529
+msgid "Political Views:"
+msgstr "Politieke overtuigingen:"
+
+#: ../../include/identity.php:996
+msgid "Religion:"
+msgstr "Religie:"
+
+#: ../../include/identity.php:998 ../../mod/directory.php:164
+msgid "About:"
+msgstr "Over:"
+
+#: ../../include/identity.php:1000
+msgid "Hobbies/Interests:"
+msgstr "Hobby's/interesses:"
+
+#: ../../include/identity.php:1002 ../../mod/profiles.php:532
+msgid "Likes:"
+msgstr "Houdt van:"
+
+#: ../../include/identity.php:1004 ../../mod/profiles.php:533
+msgid "Dislikes:"
+msgstr "Houdt niet van:"
+
+#: ../../include/identity.php:1007
+msgid "Contact information and Social Networks:"
+msgstr "Contactinformatie en sociale netwerken:"
+
+#: ../../include/identity.php:1009
+msgid "My other channels:"
+msgstr "Mijn andere kanalen"
+
+#: ../../include/identity.php:1011
+msgid "Musical interests:"
+msgstr "Muzikale interesses:"
+
+#: ../../include/identity.php:1013
+msgid "Books, literature:"
+msgstr "Boeken, literatuur:"
+
+#: ../../include/identity.php:1015
+msgid "Television:"
+msgstr "Televisie:"
+
+#: ../../include/identity.php:1017
+msgid "Film/dance/culture/entertainment:"
+msgstr "Films/dansen/cultuur/vermaak:"
+
+#: ../../include/identity.php:1019
+msgid "Love/Romance:"
+msgstr "Liefde/romance:"
+
+#: ../../include/identity.php:1021
+msgid "Work/employment:"
+msgstr "Werk/beroep:"
+
+#: ../../include/identity.php:1023
+msgid "School/education:"
+msgstr "School/opleiding:"
+
+#: ../../include/network.php:652
+msgid "view full size"
+msgstr "volledige grootte tonen"
+
+#: ../../include/text.php:320
+msgid "prev"
+msgstr "vorige"
+
+#: ../../include/text.php:322
+msgid "first"
+msgstr "eerste"
+
+#: ../../include/text.php:351
+msgid "last"
+msgstr "laatste"
+
+#: ../../include/text.php:354
+msgid "next"
+msgstr "volgende"
+
+#: ../../include/text.php:366
+msgid "older"
+msgstr "ouder"
+
+#: ../../include/text.php:368
+msgid "newer"
+msgstr "nieuwer"
+
+#: ../../include/text.php:729
+msgid "No connections"
+msgstr "Geen connecties"
+
+#: ../../include/text.php:742
+#, php-format
+msgid "%d Connection"
+msgid_plural "%d Connections"
+msgstr[0] "%d connectie"
+msgstr[1] "%d connecties"
+
+#: ../../include/text.php:754
+msgid "View Connections"
+msgstr "Connecties weergeven"
+
+#: ../../include/text.php:815 ../../include/text.php:829
+#: ../../include/widgets.php:186 ../../mod/rbmark.php:28
+#: ../../mod/rbmark.php:98 ../../mod/filer.php:50
+msgid "Save"
+msgstr "Opslaan"
+
+#: ../../include/text.php:895
+msgid "poke"
+msgstr "aanstoten"
+
+#: ../../include/text.php:896
+msgid "ping"
+msgstr "ping"
+
+#: ../../include/text.php:896
+msgid "pinged"
+msgstr "gepingd"
+
+#: ../../include/text.php:897
+msgid "prod"
+msgstr "por"
+
+#: ../../include/text.php:897
+msgid "prodded"
+msgstr "gepord"
+
+#: ../../include/text.php:898
+msgid "slap"
+msgstr "slaan"
+
+#: ../../include/text.php:898
+msgid "slapped"
+msgstr "sloeg"
+
+#: ../../include/text.php:899
+msgid "finger"
+msgstr "finger"
+
+#: ../../include/text.php:899
+msgid "fingered"
+msgstr "gefingerd"
+
+#: ../../include/text.php:900
+msgid "rebuff"
+msgstr "afpoeieren"
+
+#: ../../include/text.php:900
+msgid "rebuffed"
+msgstr "afgepoeierd"
+
+#: ../../include/text.php:909
+msgid "happy"
+msgstr "gelukkig"
+
+#: ../../include/text.php:910
+msgid "sad"
+msgstr "bedroefd"
+
+#: ../../include/text.php:911
+msgid "mellow"
+msgstr "mellow"
+
+#: ../../include/text.php:912
+msgid "tired"
+msgstr "moe"
+
+#: ../../include/text.php:913
+msgid "perky"
+msgstr "parmantig"
+
+#: ../../include/text.php:914
+msgid "angry"
+msgstr "boos"
+
+#: ../../include/text.php:915
+msgid "stupified"
+msgstr "beteuterd"
+
+#: ../../include/text.php:916
+msgid "puzzled"
+msgstr "verward"
+
+#: ../../include/text.php:917
+msgid "interested"
+msgstr "geïnteresseerd"
+
+#: ../../include/text.php:918
+msgid "bitter"
+msgstr "verbitterd"
+
+#: ../../include/text.php:919
+msgid "cheerful"
+msgstr "vrolijk"
+
+#: ../../include/text.php:920
+msgid "alive"
+msgstr "levendig"
+
+#: ../../include/text.php:921
+msgid "annoyed"
+msgstr "geërgerd"
+
+#: ../../include/text.php:922
+msgid "anxious"
+msgstr "bezorgd"
+
+#: ../../include/text.php:923
+msgid "cranky"
+msgstr "humeurig"
+
+#: ../../include/text.php:924
+msgid "disturbed"
+msgstr "verontrust"
+
+#: ../../include/text.php:925
+msgid "frustrated"
+msgstr "gefrustreerd "
+
+#: ../../include/text.php:926
+msgid "depressed"
+msgstr "gedeprimeerd"
+
+#: ../../include/text.php:927
+msgid "motivated"
+msgstr "gemotiveerd"
+
+#: ../../include/text.php:928
+msgid "relaxed"
+msgstr "ontspannen"
+
+#: ../../include/text.php:929
+msgid "surprised"
+msgstr "verrast"
+
+#: ../../include/text.php:1090
+msgid "Monday"
+msgstr "maandag"
+
+#: ../../include/text.php:1090
+msgid "Tuesday"
+msgstr "dinsdag"
+
+#: ../../include/text.php:1090
+msgid "Wednesday"
+msgstr "woensdag"
+
+#: ../../include/text.php:1090
+msgid "Thursday"
+msgstr "donderdag"
+
+#: ../../include/text.php:1090
+msgid "Friday"
+msgstr "vrijdag"
+
+#: ../../include/text.php:1090
+msgid "Saturday"
+msgstr "zaterdag"
+
+#: ../../include/text.php:1090
+msgid "Sunday"
+msgstr "zondag"
+
+#: ../../include/text.php:1094
+msgid "January"
+msgstr "januari"
+
+#: ../../include/text.php:1094
+msgid "February"
+msgstr "februari"
+
+#: ../../include/text.php:1094
+msgid "March"
+msgstr "maart"
+
+#: ../../include/text.php:1094
+msgid "April"
+msgstr "april"
+
+#: ../../include/text.php:1094
+msgid "May"
+msgstr "mei"
+
+#: ../../include/text.php:1094
+msgid "June"
+msgstr "juni"
+
+#: ../../include/text.php:1094
+msgid "July"
+msgstr "juli"
+
+#: ../../include/text.php:1094
+msgid "August"
+msgstr "augustus"
+
+#: ../../include/text.php:1094
+msgid "September"
+msgstr "september"
+
+#: ../../include/text.php:1094
+msgid "October"
+msgstr "oktober"
+
+#: ../../include/text.php:1094
+msgid "November"
+msgstr "november"
+
+#: ../../include/text.php:1094
+msgid "December"
+msgstr "december"
+
+#: ../../include/text.php:1172
+msgid "unknown.???"
+msgstr "onbekend.???"
+
+#: ../../include/text.php:1173
+msgid "bytes"
+msgstr "bytes"
+
+#: ../../include/text.php:1208
+msgid "remove category"
+msgstr "categorie verwijderen"
+
+#: ../../include/text.php:1257
+msgid "remove from file"
+msgstr "uit map verwijderen"
+
+#: ../../include/text.php:1318 ../../include/text.php:1330
+msgid "Click to open/close"
+msgstr "Klik om te openen of te sluiten"
+
+#: ../../include/text.php:1485 ../../mod/events.php:355
+msgid "Link to Source"
+msgstr "Originele locatie"
+
+#: ../../include/text.php:1504
+msgid "Select a page layout: "
+msgstr "Kies een paginalayout: "
+
+#: ../../include/text.php:1507 ../../include/text.php:1572
+msgid "default"
+msgstr "standaard"
+
+#: ../../include/text.php:1543
+msgid "Page content type: "
+msgstr "Opmaakcode pagina"
+
+#: ../../include/text.php:1584
+msgid "Select an alternate language"
+msgstr "Kies een andere taal"
+
+#: ../../include/text.php:1718
+msgid "activity"
+msgstr "activiteit"
+
+#: ../../include/text.php:1977
+msgid "Design"
+msgstr "Ontwerp"
+
+#: ../../include/text.php:1979
+msgid "Blocks"
+msgstr "Blokken"
+
+#: ../../include/text.php:1980
+msgid "Menus"
+msgstr "Menu's"
+
+#: ../../include/text.php:1981
+msgid "Layouts"
+msgstr "Layouts"
+
+#: ../../include/text.php:1982
+msgid "Pages"
+msgstr "Pagina's"
+
+#: ../../include/apps.php:115
+msgid "Site Admin"
+msgstr "Hubbeheerder"
+
+#: ../../include/apps.php:117
+msgid "Address Book"
+msgstr "Connecties"
+
+#: ../../include/apps.php:131 ../../mod/mood.php:131
+msgid "Mood"
+msgstr "Stemming"
+
+#: ../../include/apps.php:135
+msgid "Probe"
+msgstr "Onderzoeken"
+
+#: ../../include/apps.php:136
+msgid "Suggest"
+msgstr "Voorstellen"
+
+#: ../../include/apps.php:208 ../../mod/settings.php:79
+#: ../../mod/settings.php:541
+msgid "Update"
+msgstr "Bijwerken"
+
+#: ../../include/apps.php:208
+msgid "Install"
+msgstr "Installeren"
+
+#: ../../include/apps.php:212
+msgid "Purchase"
+msgstr "Aanschaffen"
+
+#: ../../include/apps.php:291 ../../include/apps.php:342
+#: ../../mod/connedit.php:434
+msgid "Unknown"
+msgstr "Onbekend"
+
+#: ../../include/zot.php:603
+msgid "Invalid data packet"
+msgstr ""
+
+#: ../../include/zot.php:613
+msgid "Unable to verify channel signature"
+msgstr ""
+
+#: ../../include/zot.php:810
+#, php-format
+msgid "Unable to verify site signature for %s"
+msgstr ""
+
+#: ../../include/message.php:18
+msgid "No recipient provided."
+msgstr ""
+
+#: ../../include/message.php:23
+msgid "[no subject]"
+msgstr "[geen onderwerp]"
+
+#: ../../include/message.php:42
+msgid "Unable to determine sender."
+msgstr ""
+
+#: ../../include/message.php:143
+msgid "Stored post could not be verified."
+msgstr ""
+
+#: ../../include/plugin.php:486 ../../include/plugin.php:488
+msgid "Click here to upgrade."
+msgstr "Klik hier om te upgraden."
+
+#: ../../include/plugin.php:494
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden."
+
+#: ../../include/plugin.php:499
+msgid "This action is not available under your subscription plan."
+msgstr "Deze handeling is niet mogelijk met jouw abonnement."
+
+#: ../../include/widgets.php:80
+msgid "System"
+msgstr "Systeem"
+
+#: ../../include/widgets.php:83
+msgid "Create Personal App"
+msgstr "Persoonlijke app maken"
+
+#: ../../include/widgets.php:84
+msgid "Edit Personal App"
+msgstr "Persoonlijke app bewerken"
+
+#: ../../include/widgets.php:130 ../../mod/suggest.php:53
+msgid "Ignore/Hide"
+msgstr "Negeren/Verbergen"
+
+#: ../../include/widgets.php:136 ../../mod/connections.php:266
+msgid "Suggestions"
+msgstr "Voorgestelde kanalen"
+
+#: ../../include/widgets.php:137
+msgid "See more..."
+msgstr "Meer..."
+
+#: ../../include/widgets.php:159
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "Je hebt %1$.0f van de %2$.0f toegestane connecties."
+
+#: ../../include/widgets.php:165
+msgid "Add New Connection"
+msgstr "Nieuwe connectie toevoegen"
+
+#: ../../include/widgets.php:166
+msgid "Enter the channel address"
+msgstr "Vul het adres van het nieuwe kanaal in"
+
+#: ../../include/widgets.php:167
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Voorbeeld: bob@example.com, http://example.com/barbara"
+
+#: ../../include/widgets.php:184
+msgid "Notes"
+msgstr "Aantekeningen"
+
+#: ../../include/widgets.php:256
+msgid "Remove term"
+msgstr "Verwijder zoekterm"
+
+#: ../../include/widgets.php:335
+msgid "Archives"
+msgstr "Archieven"
+
+#: ../../include/widgets.php:397
+msgid "Refresh"
+msgstr "Vernieuwen"
+
+#: ../../include/widgets.php:398 ../../mod/connedit.php:428
+msgid "Me"
+msgstr "Ik"
+
+#: ../../include/widgets.php:399 ../../mod/connedit.php:430
+msgid "Best Friends"
+msgstr "Goede vrienden"
+
+#: ../../include/widgets.php:401
+msgid "Co-workers"
+msgstr "Collega's"
+
+#: ../../include/widgets.php:402 ../../mod/connedit.php:432
+msgid "Former Friends"
+msgstr "Oude vrienden"
+
+#: ../../include/widgets.php:403 ../../mod/connedit.php:433
+msgid "Acquaintances"
+msgstr "Kennissen"
+
+#: ../../include/widgets.php:404
+msgid "Everybody"
+msgstr "Iedereen"
+
+#: ../../include/widgets.php:436
+msgid "Account settings"
+msgstr "Account"
+
+#: ../../include/widgets.php:442
+msgid "Channel settings"
+msgstr "Kanaal"
+
+#: ../../include/widgets.php:448
+msgid "Additional features"
+msgstr "Extra functies"
+
+#: ../../include/widgets.php:454
+msgid "Feature settings"
+msgstr "Plug-ins"
+
+#: ../../include/widgets.php:460
+msgid "Display settings"
+msgstr "Weergave"
+
+#: ../../include/widgets.php:466
+msgid "Connected apps"
+msgstr "Verbonden applicaties"
+
+#: ../../include/widgets.php:472
+msgid "Export channel"
+msgstr "Kanaal exporteren"
+
+#: ../../include/widgets.php:484
+msgid "Automatic Permissions (Advanced)"
+msgstr "Automatische rechten (geavanceerd)"
+
+#: ../../include/widgets.php:494
+msgid "Premium Channel Settings"
+msgstr "Instellingen premiumkanaal"
+
+#: ../../include/widgets.php:531
+msgid "Check Mail"
+msgstr "Controleer op nieuwe berichten"
+
+#: ../../include/widgets.php:612
+msgid "Chat Rooms"
+msgstr "Chatkanalen"
+
+#: ../../include/widgets.php:630
+msgid "Bookmarked Chatrooms"
+msgstr "Bladwijzers van chatkanalen"
+
+#: ../../include/widgets.php:648
+msgid "Suggested Chatrooms"
+msgstr "Voorgestelde chatkanalen"
+
+#: ../../include/ItemObject.php:118
+msgid "Save to Folder"
+msgstr "In map opslaan"
+
+#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142
+msgid "View all"
+msgstr "Toon alles"
+
+#: ../../include/ItemObject.php:134
+msgctxt "noun"
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "vindt dit leuk"
+msgstr[1] "vinden dit leuk"
+
+#: ../../include/ItemObject.php:139
+msgctxt "noun"
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "vindt dit niet leuk"
+msgstr[1] "vinden dit niet leuk"
+
+#: ../../include/ItemObject.php:167
+msgid "Add Star"
+msgstr "Ster toevoegen"
+
+#: ../../include/ItemObject.php:168
+msgid "Remove Star"
+msgstr "Ster verwijderen"
+
+#: ../../include/ItemObject.php:169
+msgid "Toggle Star Status"
+msgstr "Ster toevoegen of verwijderen"
+
+#: ../../include/ItemObject.php:173
+msgid "starred"
+msgstr "met ster"
+
+#: ../../include/ItemObject.php:190
+msgid "Add Tag"
+msgstr "Label toevoegen"
+
+#: ../../include/ItemObject.php:208 ../../mod/photos.php:971
+msgid "I like this (toggle)"
+msgstr "Vind ik leuk"
+
+#: ../../include/ItemObject.php:209 ../../mod/photos.php:972
+msgid "I don't like this (toggle)"
+msgstr "Vind ik niet leuk"
+
+#: ../../include/ItemObject.php:211
+msgid "Share This"
+msgstr "Delen"
+
+#: ../../include/ItemObject.php:211
+msgid "share"
+msgstr "delen"
+
+#: ../../include/ItemObject.php:235 ../../include/ItemObject.php:236
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Profiel van %s bekijken - %s"
+
+#: ../../include/ItemObject.php:237
+msgid "to"
+msgstr "aan"
+
+#: ../../include/ItemObject.php:238
+msgid "via"
+msgstr "via"
+
+#: ../../include/ItemObject.php:239
+msgid "Wall-to-Wall"
+msgstr "Kanaal-naar-kanaal"
+
+#: ../../include/ItemObject.php:240
+msgid "via Wall-To-Wall:"
+msgstr "via kanaal-naar-kanaal"
+
+#: ../../include/ItemObject.php:274
+msgid "Save Bookmarks"
+msgstr "Bladwijzers opslaan"
+
+#: ../../include/ItemObject.php:275
+msgid "Add to Calendar"
+msgstr "Aan agenda toevoegen"
+
+#: ../../include/ItemObject.php:283
+msgctxt "noun"
+msgid "Likes"
+msgstr "vinden dit leuk"
+
+#: ../../include/ItemObject.php:284
+msgctxt "noun"
+msgid "Dislikes"
+msgstr "vinden dit niet leuk"
+
+#: ../../include/ItemObject.php:315
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d reactie"
+msgstr[1] "%d reacties weergeven"
+
+#: ../../include/ItemObject.php:316 ../../include/js_strings.php:7
+msgid "[+] show all"
+msgstr "[+] alle"
+
+#: ../../include/ItemObject.php:580 ../../mod/photos.php:990
+#: ../../mod/photos.php:1077
+msgid "This is you"
+msgstr "Dit ben jij"
+
+#: ../../include/ItemObject.php:582 ../../include/js_strings.php:6
+#: ../../mod/photos.php:992 ../../mod/photos.php:1079
+msgid "Comment"
+msgstr "Reactie"
+
+#: ../../include/ItemObject.php:583 ../../mod/mood.php:135
+#: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884
+#: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303
+#: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:177
+#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:476
+#: ../../mod/settings.php:515 ../../mod/settings.php:627
+#: ../../mod/settings.php:655 ../../mod/settings.php:679
+#: ../../mod/settings.php:749 ../../mod/settings.php:926
+#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58
+#: ../../mod/sources.php:104 ../../mod/sources.php:138
+#: ../../mod/events.php:492 ../../mod/filestorage.php:135
+#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/thing.php:283
+#: ../../mod/thing.php:326 ../../mod/import.php:393 ../../mod/invite.php:156
+#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/photos.php:565
+#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993
+#: ../../mod/photos.php:1080 ../../mod/appman.php:99
+#: ../../view/theme/apw/php/config.php:256
+#: ../../view/theme/blogga/php/config.php:67
+#: ../../view/theme/blogga/view/theme/blog/config.php:67
+#: ../../view/theme/redbasic/php/config.php:99
+msgid "Submit"
+msgstr "Opslaan"
+
+#: ../../include/ItemObject.php:584
+msgid "Bold"
+msgstr "Vet"
+
+#: ../../include/ItemObject.php:585
+msgid "Italic"
+msgstr "Cursief"
+
+#: ../../include/ItemObject.php:586
+msgid "Underline"
+msgstr "Onderstrepen"
+
+#: ../../include/ItemObject.php:587
+msgid "Quote"
+msgstr "Citeren"
+
+#: ../../include/ItemObject.php:588
+msgid "Code"
+msgstr "Broncode"
+
+#: ../../include/ItemObject.php:589
+msgid "Image"
+msgstr "Afbeelding"
+
+#: ../../include/ItemObject.php:590
+msgid "Link"
+msgstr "Link"
+
+#: ../../include/ItemObject.php:591
+msgid "Video"
+msgstr "Video"
+
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "Dit item verwijderen?"
+
+#: ../../include/js_strings.php:8
+msgid "[-] show less"
+msgstr "[-] minder reacties weergeven"
+
+#: ../../include/js_strings.php:9
+msgid "[+] expand"
+msgstr "[+] uitklappen"
+
+#: ../../include/js_strings.php:10
+msgid "[-] collapse"
+msgstr "[-] inklappen"
+
+#: ../../include/js_strings.php:11
+msgid "Password too short"
+msgstr "Wachtwoord te kort"
+
+#: ../../include/js_strings.php:12
+msgid "Passwords do not match"
+msgstr "Wachtwoorden komen niet overeen"
+
+#: ../../include/js_strings.php:13 ../../mod/photos.php:39
+msgid "everybody"
+msgstr "iedereen"
+
+#: ../../include/js_strings.php:14
+msgid "Secret Passphrase"
+msgstr "Geheim wachtwoord"
+
+#: ../../include/js_strings.php:15
+msgid "Passphrase hint"
+msgstr "Wachtwoordhint"
+
+#: ../../include/js_strings.php:16
+msgid "Notice: Permissions have changed but have not yet been submitted."
+msgstr "Mededeling: de rechten zijn veranderd, maar zijn nog niet opgeslagen."
+
+#: ../../include/js_strings.php:17
+msgid "close all"
+msgstr "Alles sluiten"
+
+#: ../../include/js_strings.php:19
+msgid "timeago.prefixAgo"
+msgstr "timeago.prefixAgo"
+
+#: ../../include/js_strings.php:20
+msgid "timeago.prefixFromNow"
+msgstr "timeago.prefixFromNow"
+
+#: ../../include/js_strings.php:21
+msgid "ago"
+msgstr "geleden"
+
+#: ../../include/js_strings.php:22
+msgid "from now"
+msgstr "vanaf nu"
+
+#: ../../include/js_strings.php:23
+msgid "less than a minute"
+msgstr "minder dan een minuut"
+
+#: ../../include/js_strings.php:24
+msgid "about a minute"
+msgstr "ongeveer een minuut"
+
+#: ../../include/js_strings.php:25
+#, php-format
+msgid "%d minutes"
+msgstr "%d minuten"
+
+#: ../../include/js_strings.php:26
+msgid "about an hour"
+msgstr "ongeveer een uur"
+
+#: ../../include/js_strings.php:27
+#, php-format
+msgid "about %d hours"
+msgstr "ongeveer %d uren"
+
+#: ../../include/js_strings.php:28
+msgid "a day"
+msgstr "een dag"
+
+#: ../../include/js_strings.php:29
+#, php-format
+msgid "%d days"
+msgstr "%d dagen"
+
+#: ../../include/js_strings.php:30
+msgid "about a month"
+msgstr "ongeveer een maand"
+
+#: ../../include/js_strings.php:31
+#, php-format
+msgid "%d months"
+msgstr "%d maanden"
+
+#: ../../include/js_strings.php:32
+msgid "about a year"
+msgstr "ongeveer een jaar"
+
+#: ../../include/js_strings.php:33
+#, php-format
+msgid "%d years"
+msgstr "%d jaren"
+
+#: ../../include/js_strings.php:34
+msgid " "
+msgstr " "
+
+#: ../../include/js_strings.php:35
+msgid "timeago.numbers"
+msgstr "timeago.numbers"
+
+#: ../../include/Contact.php:123
+msgid "New window"
+msgstr "Nieuw venster"
+
+#: ../../include/Contact.php:124
+msgid "Open the selected location in a different window or browser tab"
+msgstr "Open de geselecteerde locatie in een ander venster of tab"
+
+#: ../../include/profile_selectors.php:6
+msgid "Male"
+msgstr "Man"
+
+#: ../../include/profile_selectors.php:6
+msgid "Female"
+msgstr "Vrouw"
+
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "Momenteel man"
+
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "Momenteel vrouw"
+
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Voornamelijk man"
+
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Voornamelijk vrouw"
+
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Transgender"
+
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Interseksueel"
+
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transseksueel"
+
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Hermafrodiet"
+
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Genderneutraal"
+
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Niet gespecificeerd"
+
+#: ../../include/profile_selectors.php:6
+msgid "Other"
+msgstr "Anders"
+
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Nog niet beslist"
+
+#: ../../include/profile_selectors.php:23
+msgid "Males"
+msgstr "Mannen"
+
+#: ../../include/profile_selectors.php:23
+msgid "Females"
+msgstr "Vrouwen"
+
+#: ../../include/profile_selectors.php:23
+msgid "Gay"
+msgstr "Homoseksueel"
+
+#: ../../include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "Lesbisch"
+
+#: ../../include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "Geen voorkeur"
+
+#: ../../include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "Biseksueel"
+
+#: ../../include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "Autoseksueel"
+
+#: ../../include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "Seksuele onthouding"
+
+#: ../../include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "Maagd"
+
+#: ../../include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "Afwijkend"
+
+#: ../../include/profile_selectors.php:23
+msgid "Fetish"
+msgstr "Fetisj"
+
+#: ../../include/profile_selectors.php:23
+msgid "Oodles"
+msgstr "Veel"
+
+#: ../../include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "Aseksueel"
+
+#: ../../include/profile_selectors.php:42
+msgid "Single"
+msgstr "Alleen"
+
+#: ../../include/profile_selectors.php:42
+msgid "Lonely"
+msgstr "Eenzaam"
+
+#: ../../include/profile_selectors.php:42
+msgid "Available"
+msgstr "Beschikbaar"
+
+#: ../../include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "Niet beschikbaar"
+
+#: ../../include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "Heeft een oogje op iemand"
+
+#: ../../include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr "Smoorverliefd"
+
+#: ../../include/profile_selectors.php:42
+msgid "Dating"
+msgstr "Aan het daten"
+
+#: ../../include/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "Ontrouw"
+
+#: ../../include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "Seksverslaafd"
+
+#: ../../include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "Vriendschap plus"
+
+#: ../../include/profile_selectors.php:42
+msgid "Casual"
+msgstr "Ongebonden/vluchtig"
+
+#: ../../include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "Verloofd"
+
+#: ../../include/profile_selectors.php:42
+msgid "Married"
+msgstr "Getrouwd"
+
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily married"
+msgstr "Denkbeeldig getrouwd"
+
+#: ../../include/profile_selectors.php:42
+msgid "Partners"
+msgstr "Partners"
+
+#: ../../include/profile_selectors.php:42
+msgid "Cohabiting"
+msgstr "Samenwonend"
+
+#: ../../include/profile_selectors.php:42
+msgid "Common law"
+msgstr "Common-law-huwelijk"
+
+#: ../../include/profile_selectors.php:42
+msgid "Happy"
+msgstr "Gelukkig"
+
+#: ../../include/profile_selectors.php:42
+msgid "Not looking"
+msgstr "Niet op zoek"
+
+#: ../../include/profile_selectors.php:42
+msgid "Swinger"
+msgstr "Swinger"
+
+#: ../../include/profile_selectors.php:42
+msgid "Betrayed"
+msgstr "Verraden"
+
+#: ../../include/profile_selectors.php:42
+msgid "Separated"
+msgstr "Uit elkaar"
+
+#: ../../include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "Onstabiel"
+
+#: ../../include/profile_selectors.php:42
+msgid "Divorced"
+msgstr "Gescheiden"
+
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+msgstr "Denkbeeldig gescheiden"
+
+#: ../../include/profile_selectors.php:42
+msgid "Widowed"
+msgstr "Weduwnaar/weduwe"
+
+#: ../../include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "Onzeker"
+
+#: ../../include/profile_selectors.php:42
+msgid "It's complicated"
+msgstr "Het is ingewikkeld"
+
+#: ../../include/profile_selectors.php:42
+msgid "Don't care"
+msgstr "Maakt mij niks uit"
+
+#: ../../include/profile_selectors.php:42
+msgid "Ask me"
+msgstr "Vraag het me"
+
+#: ../../include/auth.php:79
+msgid "Logged out."
+msgstr "Uitgelogd."
+
+#: ../../include/auth.php:198
+msgid "Failed authentication"
+msgstr "Mislukte authenticatie"
+
+#: ../../include/auth.php:213 ../../mod/openid.php:188
+msgid "Login failed."
+msgstr "Inloggen mislukt."
+
+#: ../../include/security.php:301
+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."
+msgstr ""
+
+#: ../../mod/mood.php:132
+msgid "Set your current mood and tell your friends"
+msgstr "Noteer je huidige stemming en toon het aan je connecties"
+
+#: ../../mod/mitem.php:14 ../../mod/menu.php:92
+msgid "Menu not found."
+msgstr "Menu niet gevonden."
+
+#: ../../mod/mitem.php:47
+msgid "Menu element updated."
+msgstr "Menu-onderdeel geüpdatet."
+
+#: ../../mod/mitem.php:51
+msgid "Unable to update menu element."
+msgstr "Menu-onderdeel kan niet worden geüpdatet."
+
+#: ../../mod/mitem.php:57
+msgid "Menu element added."
+msgstr "Menu-onderdeel toegevoegd"
+
+#: ../../mod/mitem.php:61
+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
+msgid "Not found."
+msgstr "Niet gevonden."
+
+#: ../../mod/mitem.php:96
+msgid "Manage Menu Elements"
+msgstr "Menu-onderdelen beheren"
+
+#: ../../mod/mitem.php:99
+msgid "Edit menu"
+msgstr "Menu bewerken"
+
+#: ../../mod/mitem.php:102
+msgid "Edit element"
+msgstr "Onderdeel bewerken"
+
+#: ../../mod/mitem.php:103
+msgid "Drop element"
+msgstr "Onderdeel verwijderen"
+
+#: ../../mod/mitem.php:104
+msgid "New element"
+msgstr "Nieuw element"
+
+#: ../../mod/mitem.php:105
+msgid "Edit this menu container"
+msgstr "Deze menu-container bewerken"
+
+#: ../../mod/mitem.php:106
+msgid "Add menu element"
+msgstr "Menu-element toevoegen"
+
+#: ../../mod/mitem.php:107
+msgid "Delete this menu item"
+msgstr "Dit menu-item verwijderen"
+
+#: ../../mod/mitem.php:108
+msgid "Edit this menu item"
+msgstr "Dit menu-item bewerken"
+
+#: ../../mod/mitem.php:131
+msgid "New Menu Element"
+msgstr "Nieuw menu-element"
+
+#: ../../mod/mitem.php:133 ../../mod/mitem.php:176
+msgid "Menu Item Permissions"
+msgstr "Rechten menu-item"
+
+#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:959
+msgid "(click to open/close)"
+msgstr "(klik om te openen/sluiten)"
+
+#: ../../mod/mitem.php:136 ../../mod/mitem.php:180
+msgid "Link text"
+msgstr "Linktekst"
+
+#: ../../mod/mitem.php:137 ../../mod/mitem.php:181
+msgid "URL of link"
+msgstr "URL of link"
+
+#: ../../mod/mitem.php:138 ../../mod/mitem.php:182
+msgid "Use Red magic-auth if available"
+msgstr "Gebruik Reds magische authenticatie wanneer aanwezig"
+
+#: ../../mod/mitem.php:139 ../../mod/mitem.php:183
+msgid "Open link in new window"
+msgstr "Open link in nieuw venster"
+
+#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
+msgid "Order in list"
+msgstr "Volgorde in lijst"
+
+#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
+msgid "Higher numbers will sink to bottom of listing"
+msgstr "Hogere nummers komen onderaan de lijst terecht"
+
+#: ../../mod/mitem.php:142 ../../mod/menu.php:84 ../../mod/new_channel.php:117
+msgid "Create"
+msgstr "Aanmaken"
+
+#: ../../mod/mitem.php:154
+msgid "Menu item not found."
+msgstr "Menu-item niet gevonden."
+
+#: ../../mod/mitem.php:163
+msgid "Menu item deleted."
+msgstr "Menu-item verwijderd."
+
+#: ../../mod/mitem.php:165
+msgid "Menu item could not be deleted."
+msgstr "Menu-item kon niet worden verwijderd."
+
+#: ../../mod/mitem.php:174
+msgid "Edit Menu Element"
+msgstr "Menu-element bewerken"
+
+#: ../../mod/mitem.php:186 ../../mod/menu.php:114
+msgid "Modify"
+msgstr "Wijzigen"
+
+#: ../../mod/ping.php:192
+msgid "sent you a private message"
+msgstr "stuurde jou een privébericht"
+
+#: ../../mod/ping.php:250
+msgid "added your channel"
+msgstr "voegde jouw kanaal toe"
+
+#: ../../mod/ping.php:294
+msgid "posted an event"
+msgstr "plaatste een gebeurtenis"
+
+#: ../../mod/acl.php:239
+msgid "network"
+msgstr "netwerk"
+
+#: ../../mod/admin.php:52
+msgid "Theme settings updated."
+msgstr "Thema-instellingen bijgewerkt."
+
+#: ../../mod/admin.php:92 ../../mod/admin.php:440
+msgid "Site"
+msgstr "Hub-instellingen"
+
+#: ../../mod/admin.php:93
+msgid "Accounts"
+msgstr "Accounts"
+
+#: ../../mod/admin.php:94 ../../mod/admin.php:883
+msgid "Channels"
+msgstr "Kanalen"
+
+#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016
+msgid "Plugins"
+msgstr "Plug-ins"
+
+#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215
+msgid "Themes"
+msgstr "Thema's"
+
+#: ../../mod/admin.php:97 ../../mod/admin.php:540
+msgid "Server"
+msgstr "Hubbeheer"
+
+#: ../../mod/admin.php:98
+msgid "DB updates"
+msgstr ""
+
+#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302
+msgid "Logs"
+msgstr ""
+
+#: ../../mod/admin.php:118
+msgid "Plugin Features"
+msgstr ""
+
+#: ../../mod/admin.php:120
+msgid "User registrations waiting for confirmation"
+msgstr ""
+
+#: ../../mod/admin.php:197
+msgid "Message queues"
+msgstr "Berichtenwachtrij"
+
+#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539
+#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214
+#: ../../mod/admin.php:1301
+msgid "Administration"
+msgstr "Beheer"
+
+#: ../../mod/admin.php:203
+msgid "Summary"
+msgstr "Samenvatting"
+
+#: ../../mod/admin.php:205
+msgid "Registered users"
+msgstr "Geregistreerde gebruikers"
+
+#: ../../mod/admin.php:207 ../../mod/admin.php:543
+msgid "Pending registrations"
+msgstr "Accounts die op goedkeuring wachten"
+
+#: ../../mod/admin.php:208
+msgid "Version"
+msgstr "Versie"
+
+#: ../../mod/admin.php:210 ../../mod/admin.php:544
+msgid "Active plugins"
+msgstr "Ingeschakelde plug-ins"
+
+#: ../../mod/admin.php:360
+msgid "Site settings updated."
+msgstr "Hub-instellingen bijgewerkt."
+
+#: ../../mod/admin.php:389 ../../mod/settings.php:708
+msgid "No special theme for mobile devices"
+msgstr "Geen speciaal thema voor mobiele apparaten"
+
+#: ../../mod/admin.php:391
+msgid "No special theme for accessibility"
+msgstr ""
+
+#: ../../mod/admin.php:419 ../../mod/api.php:106 ../../mod/profiles.php:484
+#: ../../mod/settings.php:876 ../../mod/settings.php:881
+#: ../../mod/settings.php:952
+msgid "No"
+msgstr "Nee"
+
+#: ../../mod/admin.php:420
+msgid "Yes - with approval"
+msgstr "Ja - met goedkeuring"
+
+#: ../../mod/admin.php:421 ../../mod/api.php:105 ../../mod/profiles.php:483
+#: ../../mod/settings.php:876 ../../mod/settings.php:881
+#: ../../mod/settings.php:952
+msgid "Yes"
+msgstr "Ja"
+
+#: ../../mod/admin.php:426
+msgid "My site is not a public server"
+msgstr "Mijn Red Matrix-hub is niet openbaar"
+
+#: ../../mod/admin.php:427
+msgid "My site has paid access only"
+msgstr "Mijn Red Matrix-hub kent alleen betaalde toegang"
+
+#: ../../mod/admin.php:428
+msgid "My site has free access only"
+msgstr "Mijn Red Matrix-hub kent alleen gratis toegang"
+
+#: ../../mod/admin.php:429
+msgid "My site offers free accounts with optional paid upgrades"
+msgstr "Mijn Red Matrix-hub biedt gratis accounts aan met betaalde uitbreidingen als optie"
+
+#: ../../mod/admin.php:442 ../../mod/register.php:189
+msgid "Registration"
+msgstr "Registratie"
+
+#: ../../mod/admin.php:443
+msgid "File upload"
+msgstr "Bestand uploaden"
+
+#: ../../mod/admin.php:444
+msgid "Policies"
+msgstr "Beleid"
+
+#: ../../mod/admin.php:449
+msgid "Site name"
+msgstr "Naam van deze Red Matrix-hub"
+
+#: ../../mod/admin.php:450
+msgid "Banner/Logo"
+msgstr "Banner/logo"
+
+#: ../../mod/admin.php:451
+msgid "Administrator Information"
+msgstr "Informatie over de beheerder van deze hub"
+
+#: ../../mod/admin.php:451
+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:452
+msgid "System language"
+msgstr "Standaardtaal"
+
+#: ../../mod/admin.php:453
+msgid "System theme"
+msgstr "Standaardthema"
+
+#: ../../mod/admin.php:453
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Standaardthema voor Red Matrix-hub (kan door gebruiker veranderd worden) - <a href='#' id='cnftheme'>verander thema-instellingen</a>"
+
+#: ../../mod/admin.php:454
+msgid "Mobile system theme"
+msgstr "Standaardthema voor mobiel"
+
+#: ../../mod/admin.php:454
+msgid "Theme for mobile devices"
+msgstr "Thema voor mobiele apparaten"
+
+#: ../../mod/admin.php:455
+msgid "Accessibility system theme"
+msgstr "Standaardthema voor universele toegang"
+
+#: ../../mod/admin.php:455
+msgid "Accessibility theme"
+msgstr "Thema voor universele toegang"
+
+#: ../../mod/admin.php:456
+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:456
+msgid "Site Channel"
+msgstr "Kanaal op deze Red Matrix-hub"
+
+#: ../../mod/admin.php:458
+msgid "Maximum image size"
+msgstr "Maximale grootte van afbeeldingen"
+
+#: ../../mod/admin.php:458
+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:459
+msgid "Does this site allow new member registration?"
+msgstr "Staat deze hub registratie van nieuwe accounts toe?"
+
+#: ../../mod/admin.php:460
+msgid "Which best describes the types of account offered by this hub?"
+msgstr "Wat voor soort accounts biedt deze Red Matrix-hub aan? Kies wat het meest in de buurt komt."
+
+#: ../../mod/admin.php:461
+msgid "Register text"
+msgstr "Registratietekst"
+
+#: ../../mod/admin.php:461
+msgid "Will be displayed prominently on the registration page."
+msgstr "Wordt prominent op de registratiepagina getoond."
+
+#: ../../mod/admin.php:462
+msgid "Accounts abandoned after x days"
+msgstr "Accounts als verlaten beschouwen na zoveel aantal dagen:"
+
+#: ../../mod/admin.php:462
+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:463
+msgid "Allowed friend domains"
+msgstr "Toegestane domeinen"
+
+#: ../../mod/admin.php:463
+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 Red Matrix-hub. Wildcards zijn toegestaan.\nLaat leeg om alle domeinen toe te laten."
+
+#: ../../mod/admin.php:464
+msgid "Allowed email domains"
+msgstr "Toegestane e-maildomeinen"
+
+#: ../../mod/admin.php:464
+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:465
+msgid "Block public"
+msgstr "Openbare toegang blokkeren"
+
+#: ../../mod/admin.php:465
+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:466
+msgid "Force publish"
+msgstr "Dwing kanaalvermelding af"
+
+#: ../../mod/admin.php:466
+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:467
+msgid "Disable discovery tab"
+msgstr "Ontdekkingstab"
+
+#: ../../mod/admin.php:467
+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:468
+msgid "No login on Homepage"
+msgstr "Geen inlogformulier op de homepage"
+
+#: ../../mod/admin.php:468
+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 Red Matrix-hub als homepage gebruikt)"
+
+#: ../../mod/admin.php:470
+msgid "Proxy user"
+msgstr "Proxy-gebruiker"
+
+#: ../../mod/admin.php:471
+msgid "Proxy URL"
+msgstr "Proxy-URL"
+
+#: ../../mod/admin.php:472
+msgid "Network timeout"
+msgstr "Netwerktimeout"
+
+#: ../../mod/admin.php:472
+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:473
+msgid "Delivery interval"
+msgstr "Afleveringsinterval"
+
+#: ../../mod/admin.php:473
+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 ""
+
+#: ../../mod/admin.php:474
+msgid "Poll interval"
+msgstr "Poll-interval"
+
+#: ../../mod/admin.php:474
+msgid ""
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr ""
+
+#: ../../mod/admin.php:475
+msgid "Maximum Load Average"
+msgstr "Maximaal gemiddelde systeembelasting"
+
+#: ../../mod/admin.php:475
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr ""
+
+#: ../../mod/admin.php:531
+msgid "No server found"
+msgstr "Geen hub gevonden"
+
+#: ../../mod/admin.php:538 ../../mod/admin.php:762
+msgid "ID"
+msgstr "ID"
+
+#: ../../mod/admin.php:538
+msgid "for channel"
+msgstr "voor kanaal"
+
+#: ../../mod/admin.php:538
+msgid "on server"
+msgstr "op hub"
+
+#: ../../mod/admin.php:538
+msgid "Status"
+msgstr "Status"
+
+#: ../../mod/admin.php:559
+msgid "Update has been marked successful"
+msgstr "Update is als succesvol gemarkeerd"
+
+#: ../../mod/admin.php:569
+#, php-format
+msgid "Executing %s failed. Check system logs."
+msgstr "Uitvoeren van %s is mislukt. Controleer systeemlogboek."
+
+#: ../../mod/admin.php:572
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Update %s was geslaagd."
+
+#: ../../mod/admin.php:576
+#, 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:579
+#, php-format
+msgid "Update function %s could not be found."
+msgstr "Update-functie %s kon niet gevonden worden."
+
+#: ../../mod/admin.php:594
+msgid "No failed updates."
+msgstr "Geen mislukte updates."
+
+#: ../../mod/admin.php:598
+msgid "Failed Updates"
+msgstr "Mislukte updates"
+
+#: ../../mod/admin.php:600
+msgid "Mark success (if update was manually applied)"
+msgstr "Markeer als geslaagd (wanneer de update handmatig was uitgevoerd)"
+
+#: ../../mod/admin.php:601
+msgid "Attempt to execute this update step automatically"
+msgstr "Poging om deze stap van de update automatisch uit te voeren."
+
+#: ../../mod/admin.php:627
+#, 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:634
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s account verwijderd"
+msgstr[1] "%s accounts verwijderd"
+
+#: ../../mod/admin.php:665
+msgid "Account not found"
+msgstr "Account niet gevonden"
+
+#: ../../mod/admin.php:676
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Account '%s' verwijderd"
+
+#: ../../mod/admin.php:685
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "Account '%s' gedeblokkeerd"
+
+#: ../../mod/admin.php:685
+#, php-format
+msgid "User '%s' blocked"
+msgstr "Gebruiker '%s' geblokkeerd"
+
+#: ../../mod/admin.php:749 ../../mod/admin.php:761
+msgid "Users"
+msgstr "Accounts"
+
+#: ../../mod/admin.php:751 ../../mod/admin.php:885
+msgid "select all"
+msgstr "alles selecteren"
+
+#: ../../mod/admin.php:752
+msgid "User registrations waiting for confirm"
+msgstr "Accounts die op goedkeuring wachten"
+
+#: ../../mod/admin.php:753
+msgid "Request date"
+msgstr "Tijd/datum verzoek"
+
+#: ../../mod/admin.php:754
+msgid "No registrations."
+msgstr "Geen verzoeken."
+
+#: ../../mod/admin.php:755
+msgid "Approve"
+msgstr "Goedkeuren"
+
+#: ../../mod/admin.php:756
+msgid "Deny"
+msgstr "Afkeuren"
+
+#: ../../mod/admin.php:758 ../../mod/connedit.php:372
+#: ../../mod/connedit.php:515
+msgid "Block"
+msgstr "Blokkeren"
+
+#: ../../mod/admin.php:759 ../../mod/connedit.php:372
+#: ../../mod/connedit.php:515
+msgid "Unblock"
+msgstr "Deblokkeren"
+
+#: ../../mod/admin.php:762
+msgid "Register date"
+msgstr "Geregistreerd"
+
+#: ../../mod/admin.php:762
+msgid "Last login"
+msgstr "Laatste keer ingelogd"
+
+#: ../../mod/admin.php:762
+msgid "Expires"
+msgstr "Verloopt"
+
+#: ../../mod/admin.php:762
+msgid "Service Class"
+msgstr "Abonnementen"
+
+#: ../../mod/admin.php:764
+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:765
+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:797
+#, 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"
+
+#: ../../mod/admin.php:804
+#, php-format
+msgid "%s channel deleted"
+msgid_plural "%s channels deleted"
+msgstr[0] "%s kanaal verwijderd"
+msgstr[1] "%s kanalen verwijderd"
+
+#: ../../mod/admin.php:823
+msgid "Channel not found"
+msgstr "Kanaal niet gevonden"
+
+#: ../../mod/admin.php:834
+#, php-format
+msgid "Channel '%s' deleted"
+msgstr "Kanaal '%s' verwijderd"
+
+#: ../../mod/admin.php:844
+#, php-format
+msgid "Channel '%s' uncensored"
+msgstr "Kanaal '%s' ongecensureerd"
+
+#: ../../mod/admin.php:844
+#, php-format
+msgid "Channel '%s' censored"
+msgstr "Kanaal '%s' gecensureerd"
+
+#: ../../mod/admin.php:887
+msgid "Censor"
+msgstr "Censureren"
+
+#: ../../mod/admin.php:888
+msgid "Uncensor"
+msgstr "Niet censureren"
+
+#: ../../mod/admin.php:891
+msgid "UID"
+msgstr "UID"
+
+#: ../../mod/admin.php:891 ../../mod/settings.php:517
+#: ../../mod/settings.php:543
+msgid "Name"
+msgstr "Naam"
+
+#: ../../mod/admin.php:891 ../../mod/profiles.php:337
+msgid "Address"
+msgstr "Kanaaladres"
+
+#: ../../mod/admin.php:893
+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:894
+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:933
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Plug-in %s uitgeschakeld."
+
+#: ../../mod/admin.php:937
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Plug-in %s ingeschakeld"
+
+#: ../../mod/admin.php:947 ../../mod/admin.php:1149
+msgid "Disable"
+msgstr "Uitschakelen"
+
+#: ../../mod/admin.php:949 ../../mod/admin.php:1151
+msgid "Enable"
+msgstr "Inschakelen"
+
+#: ../../mod/admin.php:975 ../../mod/admin.php:1180
+msgid "Toggle"
+msgstr "Omschakelen"
+
+#: ../../mod/admin.php:983 ../../mod/admin.php:1190
+msgid "Author: "
+msgstr "Auteur: "
+
+#: ../../mod/admin.php:984 ../../mod/admin.php:1191
+msgid "Maintainer: "
+msgstr "Beheerder: "
+
+#: ../../mod/admin.php:1113
+msgid "No themes found."
+msgstr "Geen thema's gevonden"
+
+#: ../../mod/admin.php:1172
+msgid "Screenshot"
+msgstr "Schermafdruk"
+
+#: ../../mod/admin.php:1220
+msgid "[Experimental]"
+msgstr "[Experimenteel]"
+
+#: ../../mod/admin.php:1221
+msgid "[Unsupported]"
+msgstr "[Niet ondersteund]"
+
+#: ../../mod/admin.php:1248
+msgid "Log settings updated."
+msgstr "Logboek-instellingen bijgewerkt."
+
+#: ../../mod/admin.php:1304
+msgid "Clear"
+msgstr "Leegmaken"
+
+#: ../../mod/admin.php:1310
+msgid "Debugging"
+msgstr "Debuggen"
+
+#: ../../mod/admin.php:1311
+msgid "Log file"
+msgstr "Logbestand"
+
+#: ../../mod/admin.php:1311
+msgid ""
+"Must be writable by web server. Relative to your Red top-level directory."
+msgstr ""
+
+#: ../../mod/admin.php:1312
+msgid "Log level"
+msgstr "Logniveau"
+
+#: ../../mod/poke.php:159
+msgid "Poke/Prod"
+msgstr "Aanstoten/porren"
+
+#: ../../mod/poke.php:160
+msgid "poke, prod or do other things to somebody"
+msgstr "aanstoten, porren of andere dingen met iemand doen"
+
+#: ../../mod/poke.php:161
+msgid "Recipient"
+msgstr "Ontvanger"
+
+#: ../../mod/poke.php:162
+msgid "Choose what you wish to do to recipient"
+msgstr "Kies wat je met de ontvanger wil doen"
+
+#: ../../mod/poke.php:165
+msgid "Make this post private"
+msgstr "Maak dit bericht privé"
+
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
+msgstr "Geef toestemming voor applicatiekoppeling"
+
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
+msgstr ""
+
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr ""
+
+#: ../../mod/api.php:104
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr ""
+
+#: ../../mod/post.php:226
+msgid ""
+"Remote authentication blocked. You are logged into this site locally. Please"
+" logout and retry."
+msgstr "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen."
+
+#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178
+#, php-format
+msgid "Welcome %s. Remote authentication successful."
+msgstr "Welkom %s. Authenticatie op afstand geslaagd."
+
+#: ../../mod/attach.php:9
+msgid "Item not available."
+msgstr "Item is niet aanwezig."
+
+#: ../../mod/probe.php:23 ../../mod/probe.php:29
+#, php-format
+msgid "Fetching URL returns error: %1$s"
+msgstr ""
+
+#: ../../mod/block.php:27 ../../mod/page.php:35
+msgid "Invalid item."
+msgstr "Ongeldig item."
+
+#: ../../mod/block.php:39 ../../mod/chanview.php:77 ../../mod/page.php:47
+#: ../../mod/home.php:52 ../../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/help.php:72 ../../index.php:236
+msgid "Page not found."
+msgstr ""
+
+#: ../../mod/profile_photo.php:108
+msgid "Image uploaded but image cropping failed."
+msgstr ""
+
+#: ../../mod/profile_photo.php:161
+msgid "Image resize failed."
+msgstr ""
+
+#: ../../mod/profile_photo.php:205
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr ""
+
+#: ../../mod/profile_photo.php:232
+#, php-format
+msgid "Image exceeds size limit of %d"
+msgstr ""
+
+#: ../../mod/profile_photo.php:241
+msgid "Unable to process image."
+msgstr ""
+
+#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339
+msgid "Photo not available."
+msgstr ""
+
+#: ../../mod/profile_photo.php:358
+msgid "Upload File:"
+msgstr "Bestand uploaden:"
+
+#: ../../mod/profile_photo.php:359
+msgid "Select a profile:"
+msgstr "Kies een profiel:"
+
+#: ../../mod/profile_photo.php:360
+msgid "Upload Profile Photo"
+msgstr "Profielfoto uploaden"
+
+#: ../../mod/profile_photo.php:361
+msgid "Upload"
+msgstr "Uploaden"
+
+#: ../../mod/profile_photo.php:365 ../../mod/settings.php:885
+msgid "or"
+msgstr "of"
+
+#: ../../mod/profile_photo.php:365
+msgid "skip this step"
+msgstr "sla deze stap over"
+
+#: ../../mod/profile_photo.php:365
+msgid "select a photo from your photo albums"
+msgstr ""
+
+#: ../../mod/profile_photo.php:379
+msgid "Crop Image"
+msgstr "Afbeelding bijsnijden"
+
+#: ../../mod/profile_photo.php:380
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr ""
+
+#: ../../mod/profile_photo.php:382
+msgid "Done Editing"
+msgstr "Klaar met bewerkeb"
+
+#: ../../mod/profile_photo.php:425
+msgid "Image uploaded successfully."
+msgstr "Uploaden afbeelding geslaagd"
+
+#: ../../mod/profile_photo.php:427
+msgid "Image upload failed."
+msgstr "Uploaden afbeelding mislukt"
+
+#: ../../mod/profile_photo.php:436
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr ""
+
+#: ../../mod/blocks.php:66
+msgid "Block Name"
+msgstr ""
+
+#: ../../mod/profiles.php:18 ../../mod/profiles.php:138
+#: ../../mod/profiles.php:168 ../../mod/profiles.php:463
+msgid "Profile not found."
+msgstr ""
+
+#: ../../mod/profiles.php:38
+msgid "Profile deleted."
+msgstr ""
+
+#: ../../mod/profiles.php:56 ../../mod/profiles.php:92
+msgid "Profile-"
+msgstr "Profiel-"
+
+#: ../../mod/profiles.php:77 ../../mod/profiles.php:120
+msgid "New profile created."
+msgstr "Nieuw profiel aangemaakt."
+
+#: ../../mod/profiles.php:98
+msgid "Profile unavailable to clone."
+msgstr "Profiel niet beschikbaar om te klonen"
+
+#: ../../mod/profiles.php:178
+msgid "Profile Name is required."
+msgstr "Profielnaam is vereist"
+
+#: ../../mod/profiles.php:294
+msgid "Marital Status"
+msgstr "Huwelijke status"
+
+#: ../../mod/profiles.php:298
+msgid "Romantic Partner"
+msgstr "Romantische partner"
+
+#: ../../mod/profiles.php:302
+msgid "Likes"
+msgstr "Houdt van"
+
+#: ../../mod/profiles.php:306
+msgid "Dislikes"
+msgstr "Houdt niet van"
+
+#: ../../mod/profiles.php:310
+msgid "Work/Employment"
+msgstr "Werk/arbeid"
+
+#: ../../mod/profiles.php:313
+msgid "Religion"
+msgstr "Religie"
+
+#: ../../mod/profiles.php:317
+msgid "Political Views"
+msgstr "Politieke overtuigingen"
+
+#: ../../mod/profiles.php:321
+msgid "Gender"
+msgstr "Geslacht"
+
+#: ../../mod/profiles.php:325
+msgid "Sexual Preference"
+msgstr "Seksuele voorkeur"
+
+#: ../../mod/profiles.php:329
+msgid "Homepage"
+msgstr "Homepage"
+
+#: ../../mod/profiles.php:333
+msgid "Interests"
+msgstr "Interesses"
+
+#: ../../mod/profiles.php:344 ../../mod/pubsites.php:25
+msgid "Location"
+msgstr "Locatie"
+
+#: ../../mod/profiles.php:427
+msgid "Profile updated."
+msgstr "Profiel bijgewerkt"
+
+#: ../../mod/profiles.php:482
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Laat de lijst met connecties niet aan bezoekers van dit profiel zien."
+
+#: ../../mod/profiles.php:505
+msgid "Edit Profile Details"
+msgstr "Profiel bewerken"
+
+#: ../../mod/profiles.php:507
+msgid "View this profile"
+msgstr "Profiel weergeven"
+
+#: ../../mod/profiles.php:508
+msgid "Change Profile Photo"
+msgstr "Profielfoto wijzigen"
+
+#: ../../mod/profiles.php:509
+msgid "Create a new profile using these settings"
+msgstr "Een nieuw profiel aanmaken met dit profiel als basis"
+
+#: ../../mod/profiles.php:510
+msgid "Clone this profile"
+msgstr "Dit profiel klonen"
+
+#: ../../mod/profiles.php:511
+msgid "Delete this profile"
+msgstr "Dit profiel verwijderen"
+
+#: ../../mod/profiles.php:512
+msgid "Profile Name:"
+msgstr "Profielnaam:"
+
+#: ../../mod/profiles.php:513
+msgid "Your Full Name:"
+msgstr "Jouw volledige naam:"
+
+#: ../../mod/profiles.php:514
+msgid "Title/Description:"
+msgstr "Titel/omschrijving:"
+
+#: ../../mod/profiles.php:515
+msgid "Your Gender:"
+msgstr "Jouw geslacht"
+
+#: ../../mod/profiles.php:516
+#, php-format
+msgid "Birthday (%s):"
+msgstr "Geboortedag (%s)"
+
+#: ../../mod/profiles.php:517
+msgid "Street Address:"
+msgstr "Straat en huisnummer:"
+
+#: ../../mod/profiles.php:518
+msgid "Locality/City:"
+msgstr "Woonplaats:"
+
+#: ../../mod/profiles.php:519
+msgid "Postal/Zip Code:"
+msgstr "Postcode:"
+
+#: ../../mod/profiles.php:520
+msgid "Country:"
+msgstr "Land:"
+
+#: ../../mod/profiles.php:521
+msgid "Region/State:"
+msgstr "Provincie/gewest/deelstaat:"
+
+#: ../../mod/profiles.php:522
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Huwelijkse staat:"
+
+#: ../../mod/profiles.php:523
+msgid "Who: (if applicable)"
+msgstr "Wie (wanneer toepasselijk):"
+
+#: ../../mod/profiles.php:524
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Voorbeelden: karin123, Karin Jansen, cathy@voorbeeld.nl"
+
+#: ../../mod/profiles.php:525
+msgid "Since [date]:"
+msgstr "Sinds [datum]:"
+
+#: ../../mod/profiles.php:527
+msgid "Homepage URL:"
+msgstr "Adres homepage:"
+
+#: ../../mod/profiles.php:530
+msgid "Religious Views:"
+msgstr "Religieuze overtuigingen"
+
+#: ../../mod/profiles.php:531
+msgid "Keywords:"
+msgstr "Trefwoorden"
+
+#: ../../mod/profiles.php:534
+msgid "Example: fishing photography software"
+msgstr "Voorbeeld: muziek, fotografie, software"
+
+#: ../../mod/profiles.php:535
+msgid "Used in directory listings"
+msgstr "Wordt in de kanalengids gebruikt"
+
+#: ../../mod/profiles.php:536
+msgid "Tell us about yourself..."
+msgstr "Vertel ons iets over jezelf..."
+
+#: ../../mod/profiles.php:537
+msgid "Hobbies/Interests"
+msgstr "Hobby's/interesses"
+
+#: ../../mod/profiles.php:538
+msgid "Contact information and Social Networks"
+msgstr "Contactinformatie en sociale netwerken"
+
+#: ../../mod/profiles.php:539
+msgid "My other channels"
+msgstr "Mijn andere kanalen"
+
+#: ../../mod/profiles.php:540
+msgid "Musical interests"
+msgstr "Muzikale interesses"
+
+#: ../../mod/profiles.php:541
+msgid "Books, literature"
+msgstr "Boeken/literatuur"
+
+#: ../../mod/profiles.php:542
+msgid "Television"
+msgstr "Televisie"
+
+#: ../../mod/profiles.php:543
+msgid "Film/dance/culture/entertainment"
+msgstr "Film/dans/cultuur/entertainment"
+
+#: ../../mod/profiles.php:544
+msgid "Love/romance"
+msgstr "Liefde/romantiek"
+
+#: ../../mod/profiles.php:545
+msgid "Work/employment"
+msgstr "Werk/arbeid"
+
+#: ../../mod/profiles.php:546
+msgid "School/education"
+msgstr "School/onderwijs"
+
+#: ../../mod/profiles.php:551
+msgid ""
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "Dit is jouw <strong>openbare</strong> profiel.<br />Het <strong>kan</strong> voor iedereen op het internet zichtbaar zijn."
+
+#: ../../mod/profiles.php:561 ../../mod/directory.php:143
+#: ../../mod/dirprofile.php:92
+msgid "Age: "
+msgstr "Leeftijd:"
+
+#: ../../mod/profiles.php:600
+msgid "Edit/Manage Profiles"
+msgstr "Profielen bewerken/beheren"
+
+#: ../../mod/profiles.php:601
+msgid "Add profile things"
+msgstr ""
+
+#: ../../mod/profiles.php:602
+msgid "Include desirable objects in your profile"
+msgstr ""
+
+#: ../../mod/bookmarks.php:38
+msgid "Bookmark added"
+msgstr "Bladwijzer toegevoegd"
+
+#: ../../mod/bookmarks.php:58
+msgid "My Bookmarks"
+msgstr "Mijn bladwijzers"
+
+#: ../../mod/bookmarks.php:69
+msgid "My Connections Bookmarks"
+msgstr "Bladwijzers van mijn connecties"
+
+#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
+msgid "Invalid profile identifier."
+msgstr "Ongeldige profiel-identifier"
+
+#: ../../mod/profperm.php:110
+msgid "Profile Visibility Editor"
+msgstr "Zichtbaarheid profiel "
+
+#: ../../mod/profperm.php:114
+msgid "Click on a contact to add or remove."
+msgstr "Klik op een connectie om deze toe te voegen of te verwijderen"
+
+#: ../../mod/profperm.php:123
+msgid "Visible To"
+msgstr "Zichtbaar voor"
+
+#: ../../mod/profperm.php:139 ../../mod/connections.php:278
+msgid "All Connections"
+msgstr "Alle connecties"
+
+#: ../../mod/pubsites.php:16
+msgid "Public Sites"
+msgstr "Openbare hubs"
+
+#: ../../mod/pubsites.php:19
+msgid ""
+"The listed sites allow public registration into the Red Matrix. All sites in"
+" the matrix are interlinked so membership on any of them conveys membership "
+"in the matrix as a whole. Some sites may require subscription or provide "
+"tiered service plans. The provider links <strong>may</strong> provide "
+"additional details."
+msgstr "Op de hier weergegeven hubs kan iedereen zich voor de Red Matrix aanmelden. Alle hubs in de matrix zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven."
+
+#: ../../mod/pubsites.php:25
+msgid "Site URL"
+msgstr "URL hub"
+
+#: ../../mod/pubsites.php:25
+msgid "Access Type"
+msgstr "Toegangstype"
+
+#: ../../mod/pubsites.php:25
+msgid "Registration Policy"
+msgstr "Registratiebeleid"
+
+#: ../../mod/channel.php:25 ../../mod/chat.php:19
+msgid "You must be logged in to see this page."
+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 rechten. Verzoek doorgestuurd naar profielpagina."
+
+#: ../../mod/rbmark.php:88
+msgid "Select a bookmark folder"
+msgstr ""
+
+#: ../../mod/rbmark.php:93
+msgid "Save Bookmark"
+msgstr ""
+
+#: ../../mod/rbmark.php:94
+msgid "URL of bookmark"
+msgstr ""
+
+#: ../../mod/rbmark.php:95 ../../mod/appman.php:93
+msgid "Description"
+msgstr ""
+
+#: ../../mod/rbmark.php:99
+msgid "Or enter new bookmark folder name"
+msgstr ""
+
+#: ../../mod/chat.php:167
+msgid "Room not found"
+msgstr ""
+
+#: ../../mod/chat.php:178
+msgid "Leave Room"
+msgstr "Chatkanaal verlaten"
+
+#: ../../mod/chat.php:179
+msgid "Delete This Room"
+msgstr "Chatkanaal verwijderen"
+
+#: ../../mod/chat.php:180
+msgid "I am away right now"
+msgstr "Ik ben momenteel afwezig"
+
+#: ../../mod/chat.php:181
+msgid "I am online"
+msgstr "Ik ben online"
+
+#: ../../mod/chat.php:183
+msgid "Bookmark this room"
+msgstr "Chatkanaal aan bladwijzers toevoegen"
+
+#: ../../mod/chat.php:207 ../../mod/chat.php:229
+msgid "New Chatroom"
+msgstr "Nieuw chatkanaal"
+
+#: ../../mod/chat.php:208
+msgid "Chatroom Name"
+msgstr "Naam chatkanaal"
+
+#: ../../mod/chat.php:225
+#, php-format
+msgid "%1$s's Chatrooms"
+msgstr "Chatkanalen van %1$s"
+
+#: ../../mod/register.php:43
+msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
+msgstr "Maximum toegestane dagelijkse registraties op deze Red Matrix-hub bereikt. Probeer het morgen (UTC) nogmaals."
+
+#: ../../mod/register.php:49
+msgid ""
+"Please indicate acceptance of the Terms of Service. Registration failed."
+msgstr "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden."
+
+#: ../../mod/register.php:77
+msgid "Passwords do not match."
+msgstr "Wachtwoorden komen niet met elkaar overeen."
+
+#: ../../mod/register.php:105
+msgid ""
+"Registration successful. Please check your email for validation "
+"instructions."
+msgstr "Registratie geslaagd. Controleer je e-mail voor instructies om je e-mail te bevestigen."
+
+#: ../../mod/register.php:111
+msgid "Your registration is pending approval by the site owner."
+msgstr "Jouw registratie wacht op goedkeuring van de beheerder van deze Red Matrix-hub."
+
+#: ../../mod/register.php:114
+msgid "Your registration can not be processed."
+msgstr "Jouw registratie kan niet verwerkt worden."
+
+#: ../../mod/register.php:147
+msgid "Registration on this site/hub is by approval only."
+msgstr "Registraties op deze Red Matrix-hub moeten eerst worden goedgekeurd."
+
+#: ../../mod/register.php:148
+msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
+msgstr "<a href=\"pubsites\">Registreer op een andere Red Matrix-hub</a>"
+
+#: ../../mod/register.php:156
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Deze Red Matrix-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals."
+
+#: ../../mod/register.php:167
+msgid "Terms of Service"
+msgstr "Gebruiksvoorwaarden"
+
+#: ../../mod/register.php:173
+#, php-format
+msgid "I accept the %s for this website"
+msgstr "Ik accepteer de %s van deze Red Matrix-hub"
+
+#: ../../mod/register.php:175
+#, php-format
+msgid "I am over 13 years of age and accept the %s for this website"
+msgstr "Ik ben ouder dan 13 en accepteer de %s van deze Red Matrix-hub"
+
+#: ../../mod/register.php:194
+msgid "Membership on this site is by invitation only."
+msgstr "Registreren op deze Red Matrix-hub kan alleen op uitnodiging."
+
+#: ../../mod/register.php:195
+msgid "Please enter your invitation code"
+msgstr "Vul jouw uitnodigingscode in"
+
+#: ../../mod/register.php:198
+msgid "Your email address"
+msgstr "Jouw e-mailadres"
+
+#: ../../mod/register.php:199
+msgid "Choose a password"
+msgstr "Geef een wachtwoord op"
+
+#: ../../mod/register.php:200
+msgid "Please re-enter your password"
+msgstr "Geef het wachtwoord opnieuw op"
+
+#: ../../mod/chatsvc.php:111
+msgid "Away"
+msgstr "Afwezig"
+
+#: ../../mod/chatsvc.php:115
+msgid "Online"
+msgstr "Online"
+
+#: ../../mod/regmod.php:12
+msgid "Please login."
+msgstr "Inloggen."
+
+#: ../../mod/cloud.php:112
+msgid "Red Matrix - Guests: Username: {your email address}, Password: +++"
+msgstr "Red Matrix - gasten: Gebruikersnaam: {jouw e-mailadres}, wachtwoord: +++"
+
+#: ../../mod/removeme.php:49
+msgid "Remove This Channel"
+msgstr "Verwijder dit kanaal"
+
+#: ../../mod/removeme.php:50
+msgid ""
+"This will completely remove this channel from the network. Once this has "
+"been done it is not recoverable."
+msgstr "Dit zal dit kanaal compleet van deze hub en uit het Red Matrix-netwerk verwijderen. Dit kan hierna niet meer te ongedaan gemaakt worden."
+
+#: ../../mod/removeme.php:51
+msgid "Please enter your password for verification:"
+msgstr "Vul je wachtwoord in voor verificatie:"
+
+#: ../../mod/removeme.php:52
+msgid "Remove this channel and all its clones from the network"
+msgstr "Dit kanaal en alle klonen hiervan uit het Red Matrix-netwerk verwijderen"
+
+#: ../../mod/removeme.php:52
+msgid ""
+"By default only the instance of the channel located on this hub will be "
+"removed from the network"
+msgstr "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het Red Matrix-netwerk verwijderd."
+
+#: ../../mod/removeme.php:53
+msgid "Remove Channel"
+msgstr "Kanaal verwijderen"
+
+#: ../../mod/common.php:10
+msgid "No channel."
+msgstr "Geen kanaal."
+
+#: ../../mod/common.php:39
+msgid "Common connections"
+msgstr "Veel voorkomende connecties"
+
+#: ../../mod/common.php:44
+msgid "No connections in common."
+msgstr "Geen gemeenschappelijke connecties."
+
+#: ../../mod/rmagic.php:38
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr ""
+
+#: ../../mod/rmagic.php:38
+msgid "The error message was:"
+msgstr ""
+
+#: ../../mod/rmagic.php:42
+msgid "Authentication failed."
+msgstr "Authenticatie mislukt."
+
+#: ../../mod/rmagic.php:78
+msgid "Remote Authentication"
+msgstr "Authenticatie op afstand"
+
+#: ../../mod/rmagic.php:79
+msgid "Enter your channel address (e.g. channel@example.com)"
+msgstr ""
+
+#: ../../mod/rmagic.php:80
+msgid "Authenticate"
+msgstr "Authenticeren"
+
+#: ../../mod/connect.php:55 ../../mod/connect.php:103
+msgid "Continue"
+msgstr "Ga verder"
+
+#: ../../mod/connect.php:84
+msgid "Premium Channel Setup"
+msgstr "Instellen premiumkanaal "
+
+#: ../../mod/connect.php:86
+msgid "Enable premium channel connection restrictions"
+msgstr "Restricties voor connecties van premiumkanaal toestaan"
+
+#: ../../mod/connect.php:87
+msgid ""
+"Please enter your restrictions or conditions, such as paypal receipt, usage "
+"guidelines, etc."
+msgstr ""
+
+#: ../../mod/connect.php:89 ../../mod/connect.php:109
+msgid ""
+"This channel may require additional steps or acknowledgement of the "
+"following conditions prior to connecting:"
+msgstr ""
+
+#: ../../mod/connect.php:90
+msgid ""
+"Potential connections will then see the following text before proceeding:"
+msgstr ""
+
+#: ../../mod/connect.php:91 ../../mod/connect.php:112
+msgid ""
+"By continuing, I certify that I have complied with any instructions provided"
+" on this page."
+msgstr ""
+
+#: ../../mod/connect.php:100
+msgid "(No specific instructions have been provided by the channel owner.)"
+msgstr ""
+
+#: ../../mod/connect.php:108
+msgid "Restricted or Premium Channel"
+msgstr ""
+
+#: ../../mod/network.php:79
+msgid "No such group"
+msgstr ""
+
+#: ../../mod/network.php:119
+msgid "Search Results For:"
+msgstr ""
+
+#: ../../mod/network.php:173
+msgid "Collection is empty"
+msgstr ""
+
+#: ../../mod/network.php:181
+msgid "Collection: "
+msgstr ""
+
+#: ../../mod/network.php:194
+msgid "Connection: "
+msgstr ""
+
+#: ../../mod/network.php:197
+msgid "Invalid connection."
+msgstr ""
+
+#: ../../mod/connections.php:37 ../../mod/connedit.php:64
+msgid "Could not access contact record."
+msgstr ""
+
+#: ../../mod/connections.php:51 ../../mod/connedit.php:78
+msgid "Could not locate selected profile."
+msgstr ""
+
+#: ../../mod/connections.php:94 ../../mod/connedit.php:131
+msgid "Connection updated."
+msgstr ""
+
+#: ../../mod/connections.php:96 ../../mod/connedit.php:133
+msgid "Failed to update connection record."
+msgstr ""
+
+#: ../../mod/connections.php:191 ../../mod/connections.php:291
+msgid "Blocked"
+msgstr "Geblokkeerd"
+
+#: ../../mod/connections.php:196 ../../mod/connections.php:298
+msgid "Ignored"
+msgstr "Genegeerd"
+
+#: ../../mod/connections.php:201 ../../mod/connections.php:312
+msgid "Hidden"
+msgstr "Verborgen"
+
+#: ../../mod/connections.php:206 ../../mod/connections.php:305
+msgid "Archived"
+msgstr "Gearchiveerd"
+
+#: ../../mod/connections.php:230 ../../mod/connections.php:244
+msgid "All"
+msgstr "Alles"
+
+#: ../../mod/connections.php:239 ../../mod/connections.php:319
+msgid "Unconnected"
+msgstr "Niet verbonden"
+
+#: ../../mod/connections.php:269
+msgid "Suggest new connections"
+msgstr "Nieuwe kanalen voorstellen"
+
+#: ../../mod/connections.php:272
+msgid "New Connections"
+msgstr "Nieuwe connecties"
+
+#: ../../mod/connections.php:275
+msgid "Show pending (new) connections"
+msgstr ""
+
+#: ../../mod/connections.php:281
+msgid "Show all connections"
+msgstr "Toon alle connecties"
+
+#: ../../mod/connections.php:284
+msgid "Unblocked"
+msgstr "Niet geblokkeerd"
+
+#: ../../mod/connections.php:287
+msgid "Only show unblocked connections"
+msgstr "Toon alleen niet geblokkeerde connecties"
+
+#: ../../mod/connections.php:294
+msgid "Only show blocked connections"
+msgstr "Toon alleen geblokkeerde connecties"
+
+#: ../../mod/connections.php:301
+msgid "Only show ignored connections"
+msgstr "Toon alleen genegeerde connecties"
+
+#: ../../mod/connections.php:308
+msgid "Only show archived connections"
+msgstr "Toon alleen gearchiveerde connecties"
+
+#: ../../mod/connections.php:315
+msgid "Only show hidden connections"
+msgstr "Toon alleen verborgen connecties"
+
+#: ../../mod/connections.php:322
+msgid "Only show one-way connections"
+msgstr "Toon alleen niet wederzijdse connecties"
+
+#: ../../mod/connections.php:367
+#, php-format
+msgid "%1$s [%2$s]"
+msgstr "%1$s [%2$s]"
+
+#: ../../mod/connections.php:368
+msgid "Edit contact"
+msgstr "Connectie bewerken"
+
+#: ../../mod/connections.php:389
+msgid "Search your connections"
+msgstr "Doorzoek jouw connecties"
+
+#: ../../mod/connections.php:390
+msgid "Finding: "
+msgstr "Zoeken naar: "
+
+#: ../../mod/rpost.php:86 ../../mod/editpost.php:42
+msgid "Edit post"
+msgstr "Bericht bewerken"
+
+#: ../../mod/connedit.php:243
+msgid "Could not access address book record."
+msgstr "Kon geen toegang krijgen tot de record van de connectie."
+
+#: ../../mod/connedit.php:257
+msgid "Refresh failed - channel is currently unavailable."
+msgstr "Vernieuwen mislukt - kanaal is momenteel niet beschikbaar"
+
+#: ../../mod/connedit.php:264
+msgid "Channel has been unblocked"
+msgstr "Kanaal is gedeblokkeerd"
+
+#: ../../mod/connedit.php:265
+msgid "Channel has been blocked"
+msgstr "Kanaal is geblokkeerd"
+
+#: ../../mod/connedit.php:269 ../../mod/connedit.php:281
+#: ../../mod/connedit.php:293 ../../mod/connedit.php:305
+#: ../../mod/connedit.php:320
+msgid "Unable to set address book parameters."
+msgstr "Niet in staat om de parameters van connecties in te stellen."
+
+#: ../../mod/connedit.php:276
+msgid "Channel has been unignored"
+msgstr "Kanaal wordt niet meer genegeerd"
+
+#: ../../mod/connedit.php:277
+msgid "Channel has been ignored"
+msgstr "Kanaal wordt genegeerd"
+
+#: ../../mod/connedit.php:288
+msgid "Channel has been unarchived"
+msgstr "Kanaal is niet meer gearchiveerd"
+
+#: ../../mod/connedit.php:289
+msgid "Channel has been archived"
+msgstr "Kanaal is gearchiveerd"
+
+#: ../../mod/connedit.php:300
+msgid "Channel has been unhidden"
+msgstr "Kanaal is niet meer verborgen"
+
+#: ../../mod/connedit.php:301
+msgid "Channel has been hidden"
+msgstr "Kanaal is verborgen"
+
+#: ../../mod/connedit.php:315
+msgid "Channel has been approved"
+msgstr "Kanaal is goedgekeurd"
+
+#: ../../mod/connedit.php:316
+msgid "Channel has been unapproved"
+msgstr "Kanaal is niet goedgekeurd"
+
+#: ../../mod/connedit.php:334
+msgid "Connection has been removed."
+msgstr "Connectie is verwijderd"
+
+#: ../../mod/connedit.php:354
+#, php-format
+msgid "View %s's profile"
+msgstr "Profiel van %s weergeven"
+
+#: ../../mod/connedit.php:358
+msgid "Refresh Permissions"
+msgstr "Rechten vernieuwen"
+
+#: ../../mod/connedit.php:361
+msgid "Fetch updated permissions"
+msgstr "Aangepaste rechten ophalen"
+
+#: ../../mod/connedit.php:365
+msgid "Recent Activity"
+msgstr "Recente activiteit"
+
+#: ../../mod/connedit.php:368
+msgid "View recent posts and comments"
+msgstr "Recente berichten en reacties weergeven"
+
+#: ../../mod/connedit.php:375
+msgid "Block or Unblock this connection"
+msgstr "Deze connectie blokkeren of deblokkeren"
+
+#: ../../mod/connedit.php:379 ../../mod/connedit.php:516
+msgid "Unignore"
+msgstr "Niet meer negeren"
+
+#: ../../mod/connedit.php:379 ../../mod/connedit.php:516
+#: ../../mod/notifications.php:51
+msgid "Ignore"
+msgstr "Negeren"
+
+#: ../../mod/connedit.php:382
+msgid "Ignore or Unignore this connection"
+msgstr "Deze connectie negeren of niet meer negeren"
+
+#: ../../mod/connedit.php:385
+msgid "Unarchive"
+msgstr "Niet meer archiveren"
+
+#: ../../mod/connedit.php:385
+msgid "Archive"
+msgstr "Archiveren"
+
+#: ../../mod/connedit.php:388
+msgid "Archive or Unarchive this connection"
+msgstr "Deze connectie archiveren of niet meer archiveren"
+
+#: ../../mod/connedit.php:391
+msgid "Unhide"
+msgstr "Niet meer verbergen"
+
+#: ../../mod/connedit.php:391
+msgid "Hide"
+msgstr "Verbergen"
+
+#: ../../mod/connedit.php:394
+msgid "Hide or Unhide this connection"
+msgstr "Deze connectie verbergen of niet meer verbergen"
+
+#: ../../mod/connedit.php:401
+msgid "Delete this connection"
+msgstr "Deze connectie verwijderen"
+
+#: ../../mod/connedit.php:444 ../../mod/connedit.php:473
+msgid "Approve this connection"
+msgstr "Deze connectie goedkeuren"
+
+#: ../../mod/connedit.php:444
+msgid "Accept connection to allow communication"
+msgstr "Keur deze connectie goed om communicatie toe te staan"
+
+#: ../../mod/connedit.php:460
+msgid "Automatic Permissions Settings"
+msgstr "Automatische instellingen van rechten"
+
+#: ../../mod/connedit.php:460
+#, php-format
+msgid "Connections: settings for %s"
+msgstr "Connecties: instellingen voor %s"
+
+#: ../../mod/connedit.php:464
+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, \nzullen alle rechten hier automatisch op de nieuwe connectie worden toegepast en het connectieverzoek worden goedgekeurd. Verlaat deze pagina wanneer je geen gebruik wil maken van deze functie."
+
+#: ../../mod/connedit.php:466
+msgid "Slide to adjust your degree of friendship"
+msgstr "Schuif om te bepalen hoe goed je iemand kent en/of mag"
+
+#: ../../mod/connedit.php:472
+msgid "inherited"
+msgstr "geërfd"
+
+#: ../../mod/connedit.php:474
+msgid "Connection has no individual permissions!"
+msgstr ""
+
+#: ../../mod/connedit.php:475
+msgid ""
+"This may be appropriate based on your <a href=\"settings\">privacy "
+"settings</a>, though you may wish to review the \"Advanced Permissions\"."
+msgstr ""
+
+#: ../../mod/connedit.php:477
+msgid "Profile Visibility"
+msgstr "Zichtbaarheid profiel"
+
+#: ../../mod/connedit.php:478
+#, 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:479
+msgid "Contact Information / Notes"
+msgstr "Informatie/aantekeningen over connectie"
+
+#: ../../mod/connedit.php:480
+msgid "Edit contact notes"
+msgstr "Bewerk aantekeningen over contact"
+
+#: ../../mod/connedit.php:482
+msgid "Their Settings"
+msgstr "Hun instellingen"
+
+#: ../../mod/connedit.php:483
+msgid "My Settings"
+msgstr "Mijn instellingen"
+
+#: ../../mod/connedit.php:485
+msgid "Clear/Disable Automatic Permissions"
+msgstr "Verwijderen/uitschakelen automatische rechten"
+
+#: ../../mod/connedit.php:486
+msgid "Forum Members"
+msgstr "Forum/groepsleden"
+
+#: ../../mod/connedit.php:487
+msgid "Soapbox"
+msgstr "Zeepkist"
+
+#: ../../mod/connedit.php:488
+msgid "Full Sharing (typical social network permissions)"
+msgstr "Voluit delen (vergelijkbaar met die van sociale netwerken)"
+
+#: ../../mod/connedit.php:489
+msgid "Cautious Sharing "
+msgstr "Voorzichtig delen"
+
+#: ../../mod/connedit.php:490
+msgid "Follow Only"
+msgstr "Alleen volgen"
+
+#: ../../mod/connedit.php:491
+msgid "Individual Permissions"
+msgstr "Individuele rechten"
+
+#: ../../mod/connedit.php:492
+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 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."
+
+#: ../../mod/connedit.php:493
+msgid "Advanced Permissions"
+msgstr "Geavanceerde rechten"
+
+#: ../../mod/connedit.php:494
+msgid "Simple Permissions (select one and submit)"
+msgstr "Eenvoudige rechten (selecteer er één en opslaan)"
+
+#: ../../mod/connedit.php:498
+#, php-format
+msgid "Visit %s's profile - %s"
+msgstr "Profiel van %s bezoeken - %s"
+
+#: ../../mod/connedit.php:499
+msgid "Block/Unblock contact"
+msgstr "Connectie blokkeren/deblokkeren"
+
+#: ../../mod/connedit.php:500
+msgid "Ignore contact"
+msgstr "Connectie negeren"
+
+#: ../../mod/connedit.php:501
+msgid "Repair URL settings"
+msgstr "URL-instellingen repareren"
+
+#: ../../mod/connedit.php:502
+msgid "View conversations"
+msgstr "Conversaties weergeven"
+
+#: ../../mod/connedit.php:504
+msgid "Delete contact"
+msgstr "Connectie verwijderen"
+
+#: ../../mod/connedit.php:507
+msgid "Last update:"
+msgstr "Laatste wijziging:"
+
+#: ../../mod/connedit.php:509
+msgid "Update public posts"
+msgstr "Openbare berichten updaten"
+
+#: ../../mod/connedit.php:511
+msgid "Update now"
+msgstr "Nu updaten"
+
+#: ../../mod/connedit.php:517
+msgid "Currently blocked"
+msgstr "Momenteel geblokkeerd"
+
+#: ../../mod/connedit.php:518
+msgid "Currently ignored"
+msgstr "Momenteel genegeerd"
+
+#: ../../mod/connedit.php:519
+msgid "Currently archived"
+msgstr "Momenteel gearchiveerd"
+
+#: ../../mod/connedit.php:520
+msgid "Currently pending"
+msgstr "Momenteel in afwachting op goedkeuring"
+
+#: ../../mod/connedit.php:521
+msgid "Hide this contact from others"
+msgstr "Verberg deze connectie voor anderen"
+
+#: ../../mod/connedit.php:521
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr ""
+
+#: ../../mod/delegate.php:95
+msgid "No potential page delegates located."
+msgstr ""
+
+#: ../../mod/delegate.php:121
+msgid "Delegate Page Management"
+msgstr ""
+
+#: ../../mod/delegate.php:123
+msgid ""
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
+msgstr ""
+
+#: ../../mod/delegate.php:124
+msgid "Existing Page Managers"
+msgstr ""
+
+#: ../../mod/delegate.php:126
+msgid "Existing Page Delegates"
+msgstr ""
+
+#: ../../mod/delegate.php:128
+msgid "Potential Delegates"
+msgstr "Bestaande personen waaraan het paginabeheer is uitbesteed"
+
+#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 ../../mod/photos.php:908
+msgid "Remove"
+msgstr "Verwijderen"
+
+#: ../../mod/delegate.php:131
+msgid "Add"
+msgstr "Toevoegen"
+
+#: ../../mod/delegate.php:132
+msgid "No entries."
+msgstr ""
+
+#: ../../mod/search.php:13 ../../mod/directory.php:15
+#: ../../mod/dirprofile.php:9 ../../mod/display.php:9
+#: ../../mod/viewconnections.php:17 ../../mod/photos.php:443
+msgid "Public access denied."
+msgstr "Openbare toegang geweigerd."
+
+#: ../../mod/directory.php:146 ../../mod/dirprofile.php:95
+msgid "Gender: "
+msgstr "Geslacht:"
+
+#: ../../mod/directory.php:207
+msgid "Finding:"
+msgstr ""
+
+#: ../../mod/directory.php:215
+msgid "next page"
+msgstr "volgende pagina"
+
+#: ../../mod/directory.php:215
+msgid "previous page"
+msgstr "vorige pagina"
+
+#: ../../mod/directory.php:222
+msgid "No entries (some entries may be hidden)."
+msgstr ""
+
+#: ../../mod/dirprofile.php:108
+msgid "Status: "
+msgstr "Status: "
+
+#: ../../mod/dirprofile.php:109
+msgid "Sexual Preference: "
+msgstr "Seksuele voorkeur: "
+
+#: ../../mod/dirprofile.php:111
+msgid "Homepage: "
+msgstr "Homepage: "
+
+#: ../../mod/dirprofile.php:112
+msgid "Hometown: "
+msgstr "Woonplaats: "
+
+#: ../../mod/dirprofile.php:114
+msgid "About: "
+msgstr "Over: "
+
+#: ../../mod/dirprofile.php:162
+msgid "Keywords: "
+msgstr "Trefwoorden: "
+
+#: ../../mod/dirsearch.php:21
+msgid "This site is not a directory server"
+msgstr "Deze hub is geen kanalengidshub (directoryserver)"
+
+#: ../../mod/settings.php:71
+msgid "Name is required"
+msgstr "Naam is vereist"
+
+#: ../../mod/settings.php:75
+msgid "Key and Secret are required"
+msgstr ""
+
+#: ../../mod/settings.php:195
+msgid "Passwords do not match. Password unchanged."
+msgstr "Wachtwoorden komen niet overeen. Wachtwoord onveranderd."
+
+#: ../../mod/settings.php:199
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr "Lege wachtwoorden zijn niet toegestaan. Wachtwoord onveranderd."
+
+#: ../../mod/settings.php:212
+msgid "Password changed."
+msgstr "Wachtwoord veranderd."
+
+#: ../../mod/settings.php:214
+msgid "Password update failed. Please try again."
+msgstr ""
+
+#: ../../mod/settings.php:228
+msgid "Not valid email."
+msgstr "Geen geldig e-mailadres."
+
+#: ../../mod/settings.php:231
+msgid "Protected email address. Cannot change to that email."
+msgstr "Beschermd e-mailadres. Kan dat e-mailadres niet gebruiken."
+
+#: ../../mod/settings.php:240
+msgid "System failure storing new email. Please try again."
+msgstr "Systeemfout opslaan van nieuwe e-mail. Probeer het nog een keer."
+
+#: ../../mod/settings.php:443
+msgid "Settings updated."
+msgstr "Instellingen bijgewerkt."
+
+#: ../../mod/settings.php:514 ../../mod/settings.php:540
+#: ../../mod/settings.php:576
+msgid "Add application"
+msgstr "Applicatie toevoegen"
+
+#: ../../mod/settings.php:517
+msgid "Name of application"
+msgstr "Naam van applicatie"
+
+#: ../../mod/settings.php:518 ../../mod/settings.php:544
+msgid "Consumer Key"
+msgstr "Consumer key"
+
+#: ../../mod/settings.php:518 ../../mod/settings.php:519
+msgid "Automatically generated - change if desired. Max length 20"
+msgstr "Automatische gegenereerd - verander wanneer gewenst. Maximale lengte is 20"
+
+#: ../../mod/settings.php:519 ../../mod/settings.php:545
+msgid "Consumer Secret"
+msgstr "Consumer secret"
+
+#: ../../mod/settings.php:520 ../../mod/settings.php:546
+msgid "Redirect"
+msgstr "Redirect/doorverwijzing"
+
+#: ../../mod/settings.php:520
+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:521 ../../mod/settings.php:547
+msgid "Icon url"
+msgstr "URL van pictogram"
+
+#: ../../mod/settings.php:521
+msgid "Optional"
+msgstr "Optioneel"
+
+#: ../../mod/settings.php:532
+msgid "You can't edit this application."
+msgstr "Je kan deze applicatie niet bewerken"
+
+#: ../../mod/settings.php:575
+msgid "Connected Apps"
+msgstr "Verbonden applicaties"
+
+#: ../../mod/settings.php:579
+msgid "Client key starts with"
+msgstr "Client key begint met"
+
+#: ../../mod/settings.php:580
+msgid "No name"
+msgstr "Geen naam"
+
+#: ../../mod/settings.php:581
+msgid "Remove authorization"
+msgstr "Autorisatie verwijderen"
+
+#: ../../mod/settings.php:592
+msgid "No feature settings configured"
+msgstr "Geen plugin-instellingen ingesteld"
+
+#: ../../mod/settings.php:600
+msgid "Feature Settings"
+msgstr "Plugin-instellingen"
+
+#: ../../mod/settings.php:623
+msgid "Account Settings"
+msgstr "Account-instellingen"
+
+#: ../../mod/settings.php:624
+msgid "Password Settings"
+msgstr "Wachtwoord-instellingen"
+
+#: ../../mod/settings.php:625
+msgid "New Password:"
+msgstr "Nieuw wachtwoord:"
+
+#: ../../mod/settings.php:626
+msgid "Confirm:"
+msgstr "Bevestigen:"
+
+#: ../../mod/settings.php:626
+msgid "Leave password fields blank unless changing"
+msgstr "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen"
+
+#: ../../mod/settings.php:628 ../../mod/settings.php:935
+msgid "Email Address:"
+msgstr "E-mailadres:"
+
+#: ../../mod/settings.php:629
+msgid "Remove Account"
+msgstr "Kanaal verwijderen (neem contact op met de beheerder van deze hub om je account te verwijderen)"
+
+#: ../../mod/settings.php:630
+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:646
+msgid "Off"
+msgstr "Uit"
+
+#: ../../mod/settings.php:646
+msgid "On"
+msgstr "Aan"
+
+#: ../../mod/settings.php:653
+msgid "Additional Features"
+msgstr "Extra functies"
+
+#: ../../mod/settings.php:678
+msgid "Connector Settings"
+msgstr "Instellingen externe koppelingen"
+
+#: ../../mod/settings.php:717
+#, php-format
+msgid "%s - (Experimental)"
+msgstr ""
+
+#: ../../mod/settings.php:747
+msgid "Display Settings"
+msgstr "Weergave-instellingen"
+
+#: ../../mod/settings.php:753
+msgid "Display Theme:"
+msgstr "Gebruik thema:"
+
+#: ../../mod/settings.php:754
+msgid "Mobile Theme:"
+msgstr "Mobiel thema:"
+
+#: ../../mod/settings.php:755
+msgid "Update browser every xx seconds"
+msgstr "Ververs de webbrowser om de zoveel seconde"
+
+#: ../../mod/settings.php:755
+msgid "Minimum of 10 seconds, no maximum"
+msgstr "Minimaal 10 seconde, geen maximum"
+
+#: ../../mod/settings.php:756
+msgid "Maximum number of conversations to load at any time:"
+msgstr "Maximaal aantal conversaties die per keer geladen worden:"
+
+#: ../../mod/settings.php:756
+msgid "Maximum of 100 items"
+msgstr "Maximaal 100 conversaties"
+
+#: ../../mod/settings.php:757
+msgid "Don't show emoticons"
+msgstr "Geen emoticons weergeven"
+
+#: ../../mod/settings.php:758
+msgid "System Page Layout Editor - (advanced)"
+msgstr "Lay-out bewerken van systeempagina's (geavanceerd)"
+
+#: ../../mod/settings.php:793
+msgid "Nobody except yourself"
+msgstr "Niemand, behalve jezelf"
+
+#: ../../mod/settings.php:794
+msgid "Only those you specifically allow"
+msgstr "Alleen connecties met uitdrukkelijke toestemming"
+
+#: ../../mod/settings.php:795
+msgid "Anybody in your address book"
+msgstr "Al jouw connecties"
+
+#: ../../mod/settings.php:796
+msgid "Anybody on this website"
+msgstr "Iedereen op deze hub"
+
+#: ../../mod/settings.php:797
+msgid "Anybody in this network"
+msgstr "Iedereen in dit netwerk"
+
+#: ../../mod/settings.php:798
+msgid "Anybody authenticated"
+msgstr "Geauthenticeerd"
+
+#: ../../mod/settings.php:799
+msgid "Anybody on the internet"
+msgstr "Iedereen op het internet"
+
+#: ../../mod/settings.php:876
+msgid "Publish your default profile in the network directory"
+msgstr "Publiceer je standaardprofiel in de kanalengids"
+
+#: ../../mod/settings.php:881
+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:890
+msgid "Your channel address is"
+msgstr "Jouw kanaaladres is"
+
+#: ../../mod/settings.php:924
+msgid "Channel Settings"
+msgstr "Kanaal-instellingen"
+
+#: ../../mod/settings.php:933
+msgid "Basic Settings"
+msgstr "Basis-instellingen"
+
+#: ../../mod/settings.php:936
+msgid "Your Timezone:"
+msgstr "Jouw tijdzone:"
+
+#: ../../mod/settings.php:937
+msgid "Default Post Location:"
+msgstr "Standaardlocatie bericht:"
+
+#: ../../mod/settings.php:937
+msgid "Geographical location to display on your posts"
+msgstr "Geografische locatie die bij het bericht moet worden vermeld"
+
+#: ../../mod/settings.php:938
+msgid "Use Browser Location:"
+msgstr "Locatie van webbrowser gebruiken:"
+
+#: ../../mod/settings.php:940
+msgid "Adult Content"
+msgstr "Inhoud voor volwassenen"
+
+#: ../../mod/settings.php:940
+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:942
+msgid "Security and Privacy Settings"
+msgstr "Veiligheids- privacy-instellingen"
+
+#: ../../mod/settings.php:944
+msgid "Hide my online presence"
+msgstr "Verberg mijn aanwezigheid"
+
+#: ../../mod/settings.php:944
+msgid "Prevents displaying in your profile that you are online"
+msgstr "Voorkomt dat op je kanaal te zien valt dat je momenteel op de Red Matrix aanwezig bent"
+
+#: ../../mod/settings.php:946
+msgid "Simple Privacy Settings:"
+msgstr "Eenvoudige privacy-instellingen:"
+
+#: ../../mod/settings.php:947
+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:948
+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:949
+msgid "Private - <em>default private, never open or public</em>"
+msgstr "Privé <em>(standaard privé en nooit openbaar)</em>"
+
+#: ../../mod/settings.php:950
+msgid "Blocked - <em>default blocked to/from everybody</em>"
+msgstr "Geblokkeerd <em>(standaard geblokkeerd naar/van iedereen)</em>"
+
+#: ../../mod/settings.php:952
+msgid "Allow others to tag your posts"
+msgstr "Anderen toestaan om je berichten te labelen"
+
+#: ../../mod/settings.php:952
+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:954
+msgid "Advanced Privacy Settings"
+msgstr "Geavanceerde privacy-instellingen"
+
+#: ../../mod/settings.php:956
+msgid "Expire other channel content after this many days"
+msgstr "Inhoud van andere kanalen na zoveel aantal dagen laten verlopen:"
+
+#: ../../mod/settings.php:956
+msgid "0 or blank prevents expiration"
+msgstr "0 of leeg voorkomt het verlopen"
+
+#: ../../mod/settings.php:957
+msgid "Maximum Friend Requests/Day:"
+msgstr "Maximum aantal connectieverzoeken per dag:"
+
+#: ../../mod/settings.php:957
+msgid "May reduce spam activity"
+msgstr "Kan eventuele spam verminderen"
+
+#: ../../mod/settings.php:958
+msgid "Default Post Permissions"
+msgstr "Standaardrechten voor nieuwe berichten"
+
+#: ../../mod/settings.php:970
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Maximum aantal privé-berichten per dag van onbekende personen:"
+
+#: ../../mod/settings.php:970
+msgid "Useful to reduce spamming"
+msgstr "Kan eventuele spam verminderen"
+
+#: ../../mod/settings.php:973
+msgid "Notification Settings"
+msgstr "Notificatie-instellingen"
+
+#: ../../mod/settings.php:974
+msgid "By default post a status message when:"
+msgstr "Plaats automatisch een statusbericht wanneer:"
+
+#: ../../mod/settings.php:975
+msgid "accepting a friend request"
+msgstr "Een connectieverzoek wordt geaccepteerd"
+
+#: ../../mod/settings.php:976
+msgid "joining a forum/community"
+msgstr "Je lid wordt van een groep/forum"
+
+#: ../../mod/settings.php:977
+msgid "making an <em>interesting</em> profile change"
+msgstr "Er sprake is van een <em>interessante</em> profielwijziging"
+
+#: ../../mod/settings.php:978
+msgid "Send a notification email when:"
+msgstr "Verzend een notificatie per e-mail wanneer:"
+
+#: ../../mod/settings.php:979
+msgid "You receive a connection request"
+msgstr "Je een connectieverzoek ontvangt"
+
+#: ../../mod/settings.php:980
+msgid "Your connections are confirmed"
+msgstr "Jouw connecties zijn bevestigd"
+
+#: ../../mod/settings.php:981
+msgid "Someone writes on your profile wall"
+msgstr "Iemand iets op jouw kanaal heeft geschreven"
+
+#: ../../mod/settings.php:982
+msgid "Someone writes a followup comment"
+msgstr "Iemand een reactie schrijft"
+
+#: ../../mod/settings.php:983
+msgid "You receive a private message"
+msgstr "Je een privé-bericht ontvangt"
+
+#: ../../mod/settings.php:984
+msgid "You receive a friend suggestion"
+msgstr "Je een kanaalvoorstel ontvangt"
+
+#: ../../mod/settings.php:985
+msgid "You are tagged in a post"
+msgstr "Je expliciet in een bericht bent genoemd"
+
+#: ../../mod/settings.php:986
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Je bent in een bericht aangestoten/gepord/etc."
+
+#: ../../mod/settings.php:989
+msgid "Advanced Account/Page Type Settings"
+msgstr ""
+
+#: ../../mod/settings.php:990
+msgid "Change the behaviour of this account for special situations"
+msgstr ""
+
+#: ../../mod/settings.php:993
+msgid ""
+"Please enable expert mode (in <a href=\"settings/features\">Settings > "
+"Additional features</a>) to adjust!"
+msgstr ""
+
+#: ../../mod/settings.php:994
+msgid "Miscellaneous Settings"
+msgstr "Diverse instellingen"
+
+#: ../../mod/settings.php:996
+msgid "Personal menu to display in your channel pages"
+msgstr "Persoonlijk menu dat op je kanaalpagina's wordt weergegeven"
+
+#: ../../mod/setup.php:162
+msgid "Red Matrix Server - Setup"
+msgstr "Red Matrix-server instellen"
+
+#: ../../mod/setup.php:168
+msgid "Could not connect to database."
+msgstr "Kon geen verbinding maken met de database."
+
+#: ../../mod/setup.php:172
+msgid ""
+"Could not connect to specified site URL. Possible SSL certificate or DNS "
+"issue."
+msgstr ""
+
+#: ../../mod/setup.php:179
+msgid "Could not create table."
+msgstr ""
+
+#: ../../mod/setup.php:185
+msgid "Your site database has been installed."
+msgstr ""
+
+#: ../../mod/setup.php:190
+msgid ""
+"You may need to import the file \"install/database.sql\" manually using "
+"phpmyadmin or mysql."
+msgstr ""
+
+#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:655
+msgid "Please see the file \"install/INSTALL.txt\"."
+msgstr ""
+
+#: ../../mod/setup.php:257
+msgid "System check"
+msgstr ""
+
+#: ../../mod/setup.php:261 ../../mod/events.php:380
+msgid "Next"
+msgstr "Volgende"
+
+#: ../../mod/setup.php:262
+msgid "Check again"
+msgstr ""
+
+#: ../../mod/setup.php:284
+msgid "Database connection"
+msgstr ""
+
+#: ../../mod/setup.php:285
+msgid ""
+"In order to install Red Matrix we need to know how to connect to your "
+"database."
+msgstr "Om Red Matrix te kunnen installeren, moeten we weten hoe we met de database kunnen verbinden."
+
+#: ../../mod/setup.php:286
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr ""
+
+#: ../../mod/setup.php:287
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr ""
+
+#: ../../mod/setup.php:291
+msgid "Database Server Name"
+msgstr ""
+
+#: ../../mod/setup.php:291
+msgid "Default is localhost"
+msgstr ""
+
+#: ../../mod/setup.php:292
+msgid "Database Port"
+msgstr ""
+
+#: ../../mod/setup.php:292
+msgid "Communication port number - use 0 for default"
+msgstr ""
+
+#: ../../mod/setup.php:293
+msgid "Database Login Name"
+msgstr ""
+
+#: ../../mod/setup.php:294
+msgid "Database Login Password"
+msgstr ""
+
+#: ../../mod/setup.php:295
+msgid "Database Name"
+msgstr ""
+
+#: ../../mod/setup.php:297 ../../mod/setup.php:339
+msgid "Site administrator email address"
+msgstr "E-mailadres hubbeheerder"
+
+#: ../../mod/setup.php:297 ../../mod/setup.php:339
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Het e-mailadres van jouw account moet hiermee overeenkomen alvorens het <i>web admin panel</i> te kunnen gebruiken."
+
+#: ../../mod/setup.php:298 ../../mod/setup.php:341
+msgid "Website URL"
+msgstr "URL Red Matrix-hub"
+
+#: ../../mod/setup.php:298 ../../mod/setup.php:341
+msgid "Please use SSL (https) URL if available."
+msgstr ""
+
+#: ../../mod/setup.php:301 ../../mod/setup.php:344
+msgid "Please select a default timezone for your website"
+msgstr ""
+
+#: ../../mod/setup.php:328
+msgid "Site settings"
+msgstr "Hub-instellingen"
+
+#: ../../mod/setup.php:387
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr ""
+
+#: ../../mod/setup.php:388
+msgid ""
+"If you don't have a command line version of PHP installed on server, you "
+"will not be able to run background polling via cron."
+msgstr ""
+
+#: ../../mod/setup.php:392
+msgid "PHP executable path"
+msgstr ""
+
+#: ../../mod/setup.php:392
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr ""
+
+#: ../../mod/setup.php:397
+msgid "Command line PHP"
+msgstr ""
+
+#: ../../mod/setup.php:406
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr ""
+
+#: ../../mod/setup.php:407
+msgid "This is required for message delivery to work."
+msgstr ""
+
+#: ../../mod/setup.php:409
+msgid "PHP register_argc_argv"
+msgstr ""
+
+#: ../../mod/setup.php:430
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Fout: de functie \"openssl_pkey_new\" op dit systeem is niet in staat om encryptie-sleutels aan te maken"
+
+#: ../../mod/setup.php:431
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Wanneer je Red Matrix onder Windows wil draaien, ga dan naar \"http://www.php.net/manual/en/openssl.installation.php\"."
+
+#: ../../mod/setup.php:433
+msgid "Generate encryption keys"
+msgstr "Encryptie-sleutels aanmaken"
+
+#: ../../mod/setup.php:440
+msgid "libCurl PHP module"
+msgstr "libCurl PHP-module"
+
+#: ../../mod/setup.php:441
+msgid "GD graphics PHP module"
+msgstr "GD graphics PHP-module"
+
+#: ../../mod/setup.php:442
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHP-module"
+
+#: ../../mod/setup.php:443
+msgid "mysqli PHP module"
+msgstr "mysqli PHP-module"
+
+#: ../../mod/setup.php:444
+msgid "mb_string PHP module"
+msgstr "mb_string PHP-module"
+
+#: ../../mod/setup.php:445
+msgid "mcrypt PHP module"
+msgstr "mcrypt PHP-module"
+
+#: ../../mod/setup.php:450 ../../mod/setup.php:452
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite-module"
+
+#: ../../mod/setup.php:450
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr ""
+
+#: ../../mod/setup.php:456 ../../mod/setup.php:459
+msgid "proc_open"
+msgstr ""
+
+#: ../../mod/setup.php:456
+msgid ""
+"Error: proc_open is required but is either not installed or has been "
+"disabled in php.ini"
+msgstr ""
+
+#: ../../mod/setup.php:464
+msgid "Error: libCURL PHP module required but not installed."
+msgstr ""
+
+#: ../../mod/setup.php:468
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr ""
+
+#: ../../mod/setup.php:472
+msgid "Error: openssl PHP module required but not installed."
+msgstr ""
+
+#: ../../mod/setup.php:476
+msgid "Error: mysqli PHP module required but not installed."
+msgstr ""
+
+#: ../../mod/setup.php:480
+msgid "Error: mb_string PHP module required but not installed."
+msgstr ""
+
+#: ../../mod/setup.php:484
+msgid "Error: mcrypt PHP module required but not installed."
+msgstr ""
+
+#: ../../mod/setup.php:500
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\""
+" in the top folder of your web server and it is unable to do so."
+msgstr ""
+
+#: ../../mod/setup.php:501
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
+msgstr ""
+
+#: ../../mod/setup.php:502
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Red top folder."
+msgstr ""
+
+#: ../../mod/setup.php:503
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"install/INSTALL.txt\" for instructions."
+msgstr ""
+
+#: ../../mod/setup.php:506
+msgid ".htconfig.php is writable"
+msgstr ""
+
+#: ../../mod/setup.php:516
+msgid ""
+"Red uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr ""
+
+#: ../../mod/setup.php:517
+msgid ""
+"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."
+msgstr ""
+
+#: ../../mod/setup.php:518 ../../mod/setup.php:536
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr ""
+
+#: ../../mod/setup.php:519
+msgid ""
+"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."
+msgstr ""
+
+#: ../../mod/setup.php:522
+msgid "view/tpl/smarty3 is writable"
+msgstr ""
+
+#: ../../mod/setup.php:535
+msgid ""
+"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"
+msgstr ""
+
+#: ../../mod/setup.php:539
+msgid "store is writable"
+msgstr ""
+
+#: ../../mod/setup.php:569
+msgid ""
+"SSL certificate cannot be validated. Fix certificate or disable https access"
+" to this site."
+msgstr ""
+
+#: ../../mod/setup.php:570
+msgid ""
+"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!"
+msgstr ""
+
+#: ../../mod/setup.php:571
+msgid ""
+"This restriction is incorporated because public posts from you may for "
+"example contain references to images on your own hub."
+msgstr ""
+
+#: ../../mod/setup.php:572
+msgid ""
+"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."
+msgstr ""
+
+#: ../../mod/setup.php:573
+msgid ""
+"This can cause usability issues elsewhere (not just on your own site) so we "
+"must insist on this requirement."
+msgstr ""
+
+#: ../../mod/setup.php:574
+msgid ""
+"Providers are available that issue free certificates which are browser-"
+"valid."
+msgstr ""
+
+#: ../../mod/setup.php:576
+msgid "SSL certificate validation"
+msgstr ""
+
+#: ../../mod/setup.php:582
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr ""
+
+#: ../../mod/setup.php:584
+msgid "Url rewrite is working"
+msgstr ""
+
+#: ../../mod/setup.php:594
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
+msgstr ""
+
+#: ../../mod/setup.php:618
+msgid "Errors encountered creating database tables."
+msgstr ""
+
+#: ../../mod/setup.php:653
+msgid "<h1>What next</h1>"
+msgstr "<h1>Wat nu</h1>"
+
+#: ../../mod/setup.php:654
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr ""
+
+#: ../../mod/editblock.php:8 ../../mod/editblock.php:27
+#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36
+#: ../../mod/editpost.php:20 ../../mod/editwebpage.php:32
+msgid "Item not found"
+msgstr "Item niet gevonden"
+
+#: ../../mod/editblock.php:77
+msgid "Edit Block"
+msgstr "Blok bewerken"
+
+#: ../../mod/editblock.php:87
+msgid "Delete block?"
+msgstr "Blok verwijderen"
+
+#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110
+#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147
+msgid "Insert YouTube video"
+msgstr "YouTube-video invoegen"
+
+#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111
+#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148
+msgid "Insert Vorbis [.ogg] video"
+msgstr "Vorbis-video [.ogg] invoegen"
+
+#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112
+#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149
+msgid "Insert Vorbis [.ogg] audio"
+msgstr "Vorbis-audio [.ogg] invoegen"
+
+#: ../../mod/editblock.php:153
+msgid "Delete Block"
+msgstr "Blok verwijderen"
+
+#: ../../mod/pdledit.php:13
+msgid "Layout updated."
+msgstr "Layout bijgewerkt."
+
+#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53
+msgid "Edit System Page Description"
+msgstr "Systeempagina's bewerken"
+
+#: ../../mod/pdledit.php:48
+msgid "Layout not found."
+msgstr "Lay-out niet gevonden."
+
+#: ../../mod/pdledit.php:54
+msgid "Module Name:"
+msgstr "Modulenaam:"
+
+#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59
+msgid "Layout Help"
+msgstr "Lay-out-hulp"
+
+#: ../../mod/editlayout.php:72
+msgid "Edit Layout"
+msgstr "Lay-out bewerken"
+
+#: ../../mod/editlayout.php:82
+msgid "Delete layout?"
+msgstr "Lay-out verwijderen?"
+
+#: ../../mod/editlayout.php:146
+msgid "Delete Layout"
+msgstr "Lay-out verwijderen"
+
+#: ../../mod/editpost.php:31
+msgid "Item is not editable"
+msgstr "Item is niet te bewerken"
+
+#: ../../mod/editpost.php:53
+msgid "Delete item?"
+msgstr "Item verwijderen?"
+
+#: ../../mod/editwebpage.php:106
+msgid "Edit Webpage"
+msgstr "Webpagina bewerken"
+
+#: ../../mod/editwebpage.php:116
+msgid "Delete webpage?"
+msgstr "Webpagina verwijderen?"
+
+#: ../../mod/editwebpage.php:187
+msgid "Delete Webpage"
+msgstr "Webpagina verwijderen"
+
+#: ../../mod/siteinfo.php:57
+#, php-format
+msgid "Version %s"
+msgstr "Versie %s"
+
+#: ../../mod/siteinfo.php:76
+msgid "Installed plugins/addons/apps:"
+msgstr "Ingeschakelde plug-ins/add-ons/apps:"
+
+#: ../../mod/siteinfo.php:89
+msgid "No installed plugins/addons/apps"
+msgstr "Geen ingeschakelde plug-ins/add-ons/apps"
+
+#: ../../mod/siteinfo.php:97
+msgid "Red"
+msgstr "Red"
+
+#: ../../mod/siteinfo.php:98
+msgid ""
+"This is a hub of the Red Matrix - a global cooperative network of "
+"decentralised privacy enhanced websites."
+msgstr "Dit is een Red Matrix-hub - een wereldwijd coöperatief netwerk van gedecentraliseerde websites met verbeterende privacy."
+
+#: ../../mod/siteinfo.php:101
+msgid "Running at web location"
+msgstr "Draaiend op weblocatie"
+
+#: ../../mod/siteinfo.php:102
+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 Red Matrix."
+
+#: ../../mod/siteinfo.php:103
+msgid "Bug reports and issues: please visit"
+msgstr "Bugrapporten en andere kwesties: bezoek"
+
+#: ../../mod/siteinfo.php:106
+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
+msgid "Site Administrators"
+msgstr "Hubbeheerders"
+
+#: ../../mod/sources.php:32
+msgid "Failed to create source. No channel selected."
+msgstr ""
+
+#: ../../mod/sources.php:45
+msgid "Source created."
+msgstr ""
+
+#: ../../mod/sources.php:57
+msgid "Source updated."
+msgstr ""
+
+#: ../../mod/sources.php:82
+msgid "*"
+msgstr ""
+
+#: ../../mod/sources.php:89
+msgid "Manage remote sources of content for your channel."
+msgstr ""
+
+#: ../../mod/sources.php:90 ../../mod/sources.php:100
+msgid "New Source"
+msgstr ""
+
+#: ../../mod/sources.php:101 ../../mod/sources.php:133
+msgid ""
+"Import all or selected content from the following channel into this channel "
+"and distribute it according to your channel settings."
+msgstr ""
+
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Only import content with these words (one per line)"
+msgstr ""
+
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Leave blank to import all public content"
+msgstr ""
+
+#: ../../mod/sources.php:103 ../../mod/sources.php:137
+#: ../../mod/new_channel.php:110
+msgid "Channel Name"
+msgstr "Kanaalnaam"
+
+#: ../../mod/sources.php:123 ../../mod/sources.php:150
+msgid "Source not found."
+msgstr ""
+
+#: ../../mod/sources.php:130
+msgid "Edit Source"
+msgstr ""
+
+#: ../../mod/sources.php:131
+msgid "Delete Source"
+msgstr ""
+
+#: ../../mod/sources.php:158
+msgid "Source removed"
+msgstr ""
+
+#: ../../mod/sources.php:160
+msgid "Unable to remove source."
+msgstr ""
+
+#: ../../mod/filer.php:49
+msgid "- select -"
+msgstr ""
+
+#: ../../mod/events.php:72
+msgid "Event title and start time are required."
+msgstr "Titel en begintijd van gebeurtenis zijn vereist."
+
+#: ../../mod/events.php:310
+msgid "l, F j"
+msgstr "l j F"
+
+#: ../../mod/events.php:332
+msgid "Edit event"
+msgstr "Gebeurtenis bewerken"
+
+#: ../../mod/events.php:378
+msgid "Create New Event"
+msgstr "Nieuwe gebeurtenis aanmaken"
+
+#: ../../mod/events.php:379
+msgid "Previous"
+msgstr "Vorige"
+
+#: ../../mod/events.php:450
+msgid "hour:minute"
+msgstr "uur:minuut"
+
+#: ../../mod/events.php:470
+msgid "Event details"
+msgstr "Details van gebeurtenis"
+
+#: ../../mod/events.php:471
+#, php-format
+msgid "Format is %s %s. Starting date and Title are required."
+msgstr "Volgorde is %s %s. Begintijd en titel zijn vereist."
+
+#: ../../mod/events.php:473
+msgid "Event Starts:"
+msgstr "Begin gebeurtenis:"
+
+#: ../../mod/events.php:473 ../../mod/events.php:487 ../../mod/appman.php:91
+#: ../../mod/appman.php:92
+msgid "Required"
+msgstr "Vereist"
+
+#: ../../mod/events.php:476
+msgid "Finish date/time is not known or not relevant"
+msgstr "Einddatum/-tijd is niet bekend of niet relevant"
+
+#: ../../mod/events.php:478
+msgid "Event Finishes:"
+msgstr "Einde gebeurtenis:"
+
+#: ../../mod/events.php:481
+msgid "Adjust for viewer timezone"
+msgstr "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt"
+
+#: ../../mod/events.php:483
+msgid "Description:"
+msgstr "Omschrijving:"
+
+#: ../../mod/events.php:487
+msgid "Title:"
+msgstr "Titel:"
+
+#: ../../mod/events.php:489
+msgid "Share this event"
+msgstr "Deel deze gebeurtenis"
+
+#: ../../mod/filestorage.php:68
+msgid "Permission Denied."
+msgstr "Toegang geweigerd"
+
+#: ../../mod/filestorage.php:85
+msgid "File not found."
+msgstr "Bestand niet gevonden."
+
+#: ../../mod/filestorage.php:121
+msgid "Edit file permissions"
+msgstr "Bestandsrechten bewerken"
+
+#: ../../mod/filestorage.php:129
+msgid "Set/edit permissions"
+msgstr "Rechten instellen/bewerken"
+
+#: ../../mod/filestorage.php:130
+msgid "Include all files and sub folders"
+msgstr ""
+
+#: ../../mod/filestorage.php:131
+msgid "Return to file list"
+msgstr ""
+
+#: ../../mod/filestorage.php:133
+msgid "Copy/paste this code to attach file to a post"
+msgstr ""
+
+#: ../../mod/filestorage.php:134
+msgid "Copy/paste this URL to link file from a web page"
+msgstr ""
+
+#: ../../mod/filestorage.php:171
+msgid "Download"
+msgstr ""
+
+#: ../../mod/filestorage.php:177
+msgid "Used: "
+msgstr ""
+
+#: ../../mod/filestorage.php:178
+msgid "[directory]"
+msgstr ""
+
+#: ../../mod/filestorage.php:180
+msgid "Limit: "
+msgstr ""
+
+#: ../../mod/follow.php:25
+msgid "Channel added."
+msgstr ""
+
+#: ../../mod/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s volgt het %3$s van %2$s"
+
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
+msgid "Contact not found."
+msgstr "Contact niet gevonden"
+
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
+msgstr "Kanaalvoorstel verzonden."
+
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
+msgstr "Kanalen voorstellen"
+
+#: ../../mod/fsuggest.php:99
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Stel een kanaal voor aan %s"
+
+#: ../../mod/suggest.php:35
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer."
+
+#: ../../mod/group.php:20
+msgid "Collection created."
+msgstr "Collectie aangemaakt"
+
+#: ../../mod/group.php:26
+msgid "Could not create collection."
+msgstr "Collectie kon niet aangemaakt worden"
+
+#: ../../mod/group.php:54
+msgid "Collection updated."
+msgstr "Collectie bijgewerkt."
+
+#: ../../mod/group.php:86
+msgid "Create a collection of channels."
+msgstr "Kanaalcollectie aanmaken"
+
+#: ../../mod/group.php:87 ../../mod/group.php:183
+msgid "Collection Name: "
+msgstr "Naam collectie:"
+
+#: ../../mod/group.php:89 ../../mod/group.php:186
+msgid "Members are visible to other channels"
+msgstr "Kanalen in deze collectie zijn zichtbaar voor andere kanalen"
+
+#: ../../mod/group.php:107
+msgid "Collection removed."
+msgstr "Collectie verwijderd"
+
+#: ../../mod/group.php:109
+msgid "Unable to remove collection."
+msgstr "Verwijderen collectie mislukt"
+
+#: ../../mod/group.php:182
+msgid "Collection Editor"
+msgstr "Collectiebewerker"
+
+#: ../../mod/group.php:196
+msgid "Members"
+msgstr "Kanalen"
+
+#: ../../mod/group.php:198
+msgid "All Connected Channels"
+msgstr "Alle kanaalconnecties"
+
+#: ../../mod/group.php:231
+msgid "Click on a channel to add or remove."
+msgstr "Klik op een kanaal om deze toe te voegen of te verwijderen."
+
+#: ../../mod/tagger.php:98
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s labelde het %3$s van %2$s met %4$s"
+
+#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55
+msgid "Help:"
+msgstr "Hulp:"
+
+#: ../../mod/help.php:69 ../../index.php:233
+msgid "Not Found"
+msgstr "Niet gevonden"
+
+#: ../../mod/tagrm.php:41
+msgid "Tag removed"
+msgstr "Label verwijderd"
+
+#: ../../mod/tagrm.php:79
+msgid "Remove Item Tag"
+msgstr "Verwijder itemlabel"
+
+#: ../../mod/tagrm.php:81
+msgid "Select a tag to remove: "
+msgstr "Kies een label om te verwijderen"
+
+#: ../../mod/home.php:91
+#, php-format
+msgid "Welcome to %s"
+msgstr ""
+
+#: ../../mod/thing.php:98
+msgid "Thing updated"
+msgstr ""
+
+#: ../../mod/thing.php:158
+msgid "Object store: failed"
+msgstr ""
+
+#: ../../mod/thing.php:162
+msgid "Thing added"
+msgstr ""
+
+#: ../../mod/thing.php:182
+#, php-format
+msgid "OBJ: %1$s %2$s %3$s"
+msgstr ""
+
+#: ../../mod/thing.php:234
+msgid "Show Thing"
+msgstr ""
+
+#: ../../mod/thing.php:241
+msgid "item not found."
+msgstr ""
+
+#: ../../mod/thing.php:269
+msgid "Edit Thing"
+msgstr ""
+
+#: ../../mod/thing.php:271 ../../mod/thing.php:318
+msgid "Select a profile"
+msgstr ""
+
+#: ../../mod/thing.php:273 ../../mod/thing.php:320
+msgid "Select a category of stuff. e.g. I ______ something"
+msgstr ""
+
+#: ../../mod/thing.php:275 ../../mod/thing.php:321
+msgid "Post an activity"
+msgstr ""
+
+#: ../../mod/thing.php:275 ../../mod/thing.php:321
+msgid "Only sends to viewers of the applicable profile"
+msgstr ""
+
+#: ../../mod/thing.php:277 ../../mod/thing.php:323
+msgid "Name of thing e.g. something"
+msgstr ""
+
+#: ../../mod/thing.php:279 ../../mod/thing.php:324
+msgid "URL of thing (optional)"
+msgstr ""
+
+#: ../../mod/thing.php:281 ../../mod/thing.php:325
+msgid "URL for photo of thing (optional)"
+msgstr ""
+
+#: ../../mod/thing.php:316
+msgid "Add Thing to your Profile"
+msgstr ""
+
+#: ../../mod/import.php:36
+msgid "Nothing to import."
+msgstr ""
+
+#: ../../mod/import.php:58
+msgid "Unable to download data from old server"
+msgstr ""
+
+#: ../../mod/import.php:64
+msgid "Imported file is empty."
+msgstr ""
+
+#: ../../mod/import.php:88
+msgid ""
+"Cannot create a duplicate channel identifier on this system. Import failed."
+msgstr ""
+
+#: ../../mod/import.php:106
+msgid "Channel clone failed. Import failed."
+msgstr ""
+
+#: ../../mod/import.php:116
+msgid "Cloned channel not found. Import failed."
+msgstr ""
+
+#: ../../mod/import.php:364
+msgid "Import completed."
+msgstr ""
+
+#: ../../mod/import.php:377
+msgid "You must be logged in to use this feature."
+msgstr ""
+
+#: ../../mod/import.php:382
+msgid "Import Channel"
+msgstr ""
+
+#: ../../mod/import.php:383
+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 "
+"or provide an export file. Only identity and connections/relationships will "
+"be imported. Importation of content is not yet available."
+msgstr ""
+
+#: ../../mod/import.php:384
+msgid "File to Upload"
+msgstr ""
+
+#: ../../mod/import.php:385
+msgid "Or provide the old server/hub details"
+msgstr ""
+
+#: ../../mod/import.php:386
+msgid "Your old identity address (xyz@example.com)"
+msgstr ""
+
+#: ../../mod/import.php:387
+msgid "Your old login email address"
+msgstr "Het e-mailadres van je oude account"
+
+#: ../../mod/import.php:388
+msgid "Your old login password"
+msgstr ""
+
+#: ../../mod/import.php:389
+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"
+" able to post from either location, but only one can be marked as the "
+"primary location for files, photos, and media."
+msgstr ""
+
+#: ../../mod/import.php:390
+msgid "Make this hub my primary location"
+msgstr ""
+
+#: ../../mod/invite.php:25
+msgid "Total invitation limit exceeded."
+msgstr ""
+
+#: ../../mod/invite.php:49
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : Geen geldig e-mailadres."
+
+#: ../../mod/invite.php:76
+msgid "Please join us on Red"
+msgstr ""
+
+#: ../../mod/invite.php:87
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr ""
+
+#: ../../mod/invite.php:92
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr ""
+
+#: ../../mod/invite.php:96
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../mod/invite.php:115
+msgid "You have no more invitations available"
+msgstr ""
+
+#: ../../mod/invite.php:141
+msgid "Send invitations"
+msgstr ""
+
+#: ../../mod/invite.php:142
+msgid "Enter email addresses, one per line:"
+msgstr "Voer e-mailadressen in, één per regel:"
+
+#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328
+msgid "Your message:"
+msgstr ""
+
+#: ../../mod/invite.php:144
+msgid ""
+"You are cordially invited to join me and some other close friends on the Red"
+" Matrix - a revolutionary new decentralised communication and information "
+"tool."
+msgstr ""
+
+#: ../../mod/invite.php:146
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr ""
+
+#: ../../mod/invite.php:147
+msgid "Please visit my channel at"
+msgstr ""
+
+#: ../../mod/invite.php:151
+msgid ""
+"Once you have registered (on ANY Red Matrix site - they are all inter-"
+"connected), please connect with my Red Matrix channel address:"
+msgstr ""
+
+#: ../../mod/invite.php:153
+msgid "Click the [Register] link on the following page to join."
+msgstr ""
+
+#: ../../mod/invite.php:155
+msgid ""
+"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"
+msgstr "Bezoek http://getzot.com voor meer informatie over het Red Matrix-project en waarom het de potentie heeft het internet voor altijd te veranderen."
+
+#: ../../mod/item.php:147
+msgid "Unable to locate original post."
+msgstr ""
+
+#: ../../mod/item.php:352
+msgid "Empty post discarded."
+msgstr ""
+
+#: ../../mod/item.php:392
+msgid "Executable content type not permitted to this channel."
+msgstr ""
+
+#: ../../mod/item.php:806
+msgid "System error. Post not saved."
+msgstr ""
+
+#: ../../mod/item.php:1249
+#, php-format
+msgid "You have reached your limit of %1$.0f top level posts."
+msgstr ""
+
+#: ../../mod/item.php:1255
+#, php-format
+msgid "You have reached your limit of %1$.0f webpages."
+msgstr ""
+
+#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25
+#: ../../mod/update_network.php:23 ../../mod/update_search.php:46
+msgid "[Embedded content - reload page to view]"
+msgstr ""
+
+#: ../../mod/layouts.php:62
+msgid "Help with this feature"
+msgstr ""
+
+#: ../../mod/layouts.php:84
+msgid "Layout Name"
+msgstr "Naam layout"
+
+#: ../../mod/lockview.php:30 ../../mod/lockview.php:36
+msgid "Remote privacy information not available."
+msgstr "Privacy-informatie op afstand niet beschikbaar."
+
+#: ../../mod/lockview.php:45
+msgid "Visible to:"
+msgstr "Zichtbaar voor:"
+
+#: ../../mod/viewconnections.php:58
+msgid "No connections."
+msgstr "Geen connecties."
+
+#: ../../mod/viewconnections.php:70
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Bezoek het profiel van %s [%s]"
+
+#: ../../mod/viewconnections.php:85
+msgid "View Connnections"
+msgstr "Connecties weergeven"
+
+#: ../../mod/lostpass.php:15
+msgid "No valid account found."
+msgstr "Geen geldige account gevonden."
+
+#: ../../mod/lostpass.php:29
+msgid "Password reset request issued. Check your email."
+msgstr "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail."
+
+#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102
+#, php-format
+msgid "Site Member (%s)"
+msgstr ""
+
+#: ../../mod/lostpass.php:40
+#, php-format
+msgid "Password reset requested at %s"
+msgstr ""
+
+#: ../../mod/lostpass.php:63
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr ""
+
+#: ../../mod/lostpass.php:85 ../../boot.php:1462
+msgid "Password Reset"
+msgstr "Wachtwoord vergeten?"
+
+#: ../../mod/lostpass.php:86
+msgid "Your password has been reset as requested."
+msgstr ""
+
+#: ../../mod/lostpass.php:87
+msgid "Your new password is"
+msgstr ""
+
+#: ../../mod/lostpass.php:88
+msgid "Save or copy your new password - and then"
+msgstr ""
+
+#: ../../mod/lostpass.php:89
+msgid "click here to login"
+msgstr ""
+
+#: ../../mod/lostpass.php:90
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr ""
+
+#: ../../mod/lostpass.php:107
+#, php-format
+msgid "Your password has changed at %s"
+msgstr ""
+
+#: ../../mod/lostpass.php:122
+msgid "Forgot your Password?"
+msgstr ""
+
+#: ../../mod/lostpass.php:123
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Voer je e-mailadres in en verstuur deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies."
+
+#: ../../mod/lostpass.php:124
+msgid "Email Address"
+msgstr "E-mailadres"
+
+#: ../../mod/lostpass.php:125
+msgid "Reset"
+msgstr ""
+
+#: ../../mod/magic.php:70
+msgid "Hub not found."
+msgstr ""
+
+#: ../../mod/vote.php:97
+msgid "Total votes"
+msgstr ""
+
+#: ../../mod/vote.php:98
+msgid "Average Rating"
+msgstr ""
+
+#: ../../mod/mail.php:33
+msgid "Unable to lookup recipient."
+msgstr ""
+
+#: ../../mod/mail.php:41
+msgid "Unable to communicate with requested channel."
+msgstr ""
+
+#: ../../mod/mail.php:48
+msgid "Cannot verify requested channel."
+msgstr ""
+
+#: ../../mod/mail.php:74
+msgid "Selected channel has private message restrictions. Send failed."
+msgstr ""
+
+#: ../../mod/mail.php:121 ../../mod/message.php:31
+msgid "Messages"
+msgstr "Berichten"
+
+#: ../../mod/mail.php:132
+msgid "Message deleted."
+msgstr "Bericht verwijderd."
+
+#: ../../mod/mail.php:149
+msgid "Message recalled."
+msgstr "Bericht ingetrokken."
+
+#: ../../mod/mail.php:206
+msgid "Send Private Message"
+msgstr "Privébericht versturen"
+
+#: ../../mod/mail.php:207 ../../mod/mail.php:323
+msgid "To:"
+msgstr "Aan:"
+
+#: ../../mod/mail.php:212 ../../mod/mail.php:325
+msgid "Subject:"
+msgstr "Onderwerp:"
+
+#: ../../mod/mail.php:249
+msgid "Message not found."
+msgstr "Bericht niet gevonden"
+
+#: ../../mod/mail.php:292 ../../mod/message.php:72
+msgid "Delete message"
+msgstr "Bericht verwijderen"
+
+#: ../../mod/mail.php:293
+msgid "Recall message"
+msgstr "Bericht intrekken"
+
+#: ../../mod/mail.php:295
+msgid "Message has been recalled."
+msgstr "Bericht is ingetrokken."
+
+#: ../../mod/mail.php:312
+msgid "Private Conversation"
+msgstr "Privéconversatie"
+
+#: ../../mod/mail.php:316
+msgid "Delete conversation"
+msgstr "Verwijder conversatie"
+
+#: ../../mod/mail.php:318
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr ""
+
+#: ../../mod/mail.php:322
+msgid "Send Reply"
+msgstr "Antwoord versturen"
+
+#: ../../mod/manage.php:64
+#, php-format
+msgid "You have created %1$.0f of %2$.0f allowed channels."
+msgstr ""
+
+#: ../../mod/manage.php:72
+msgid "Create a new channel"
+msgstr "Nieuw kanaal aanmaken"
+
+#: ../../mod/manage.php:77
+msgid "Channel Manager"
+msgstr "Kanaalbeheerder"
+
+#: ../../mod/manage.php:78
+msgid "Current Channel"
+msgstr "Huidig kanaal"
+
+#: ../../mod/manage.php:80
+msgid "Attach to one of your channels by selecting it."
+msgstr ""
+
+#: ../../mod/manage.php:81
+msgid "Default Channel"
+msgstr ""
+
+#: ../../mod/manage.php:82
+msgid "Make Default"
+msgstr ""
+
+#: ../../mod/wall_upload.php:34
+msgid "Wall Photos"
+msgstr "Kanaalfoto's"
+
+#: ../../mod/match.php:16
+msgid "Profile Match"
+msgstr "Profielovereenkomst"
+
+#: ../../mod/match.php:24
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe."
+
+#: ../../mod/match.php:61
+msgid "is interested in:"
+msgstr "is geïnteresseerd in:"
+
+#: ../../mod/match.php:69
+msgid "No matches"
+msgstr "Geen overeenkomsten"
+
+#: ../../mod/menu.php:21
+msgid "Menu updated."
+msgstr "Menu aangepast. "
+
+#: ../../mod/menu.php:25
+msgid "Unable to update menu."
+msgstr "Niet in staat om menu aan te passen"
+
+#: ../../mod/menu.php:30
+msgid "Menu created."
+msgstr ""
+
+#: ../../mod/menu.php:34
+msgid "Unable to create menu."
+msgstr "Niet in staat om menu aan te maken."
+
+#: ../../mod/menu.php:57
+msgid "Manage Menus"
+msgstr "Menu's beheren"
+
+#: ../../mod/menu.php:60
+msgid "Drop"
+msgstr "Verwijderen"
+
+#: ../../mod/menu.php:62
+msgid "Create a new menu"
+msgstr "Een nieuwe menu aanmaken"
+
+#: ../../mod/menu.php:63
+msgid "Delete this menu"
+msgstr "Menu verwijderen"
+
+#: ../../mod/menu.php:64 ../../mod/menu.php:109
+msgid "Edit menu contents"
+msgstr "Bewerk de inhoud van het menu"
+
+#: ../../mod/menu.php:65
+msgid "Edit this menu"
+msgstr "Dit menu bewerken"
+
+#: ../../mod/menu.php:80
+msgid "New Menu"
+msgstr "Nieuw menu"
+
+#: ../../mod/menu.php:81 ../../mod/menu.php:110
+msgid "Menu name"
+msgstr "Naam van menu"
+
+#: ../../mod/menu.php:81 ../../mod/menu.php:110
+msgid "Must be unique, only seen by you"
+msgstr "Moet uniek zijn en is alleen zichtbaar voor jou."
+
+#: ../../mod/menu.php:82 ../../mod/menu.php:111
+msgid "Menu title"
+msgstr "Titel van menu"
+
+#: ../../mod/menu.php:82 ../../mod/menu.php:111
+msgid "Menu title as seen by others"
+msgstr "Titel van menu zoals anderen dat zien."
+
+#: ../../mod/menu.php:83 ../../mod/menu.php:112
+msgid "Allow bookmarks"
+msgstr "Bladwijzers toestaan"
+
+#: ../../mod/menu.php:83 ../../mod/menu.php:112
+msgid "Menu may be used to store saved bookmarks"
+msgstr "Menu kan gebruikt worden om bladwijzers in op te slaan"
+
+#: ../../mod/menu.php:98
+msgid "Menu deleted."
+msgstr "Menu verwijderd."
+
+#: ../../mod/menu.php:100
+msgid "Menu could not be deleted."
+msgstr "Menu kon niet verwijderd worden."
+
+#: ../../mod/menu.php:106
+msgid "Edit Menu"
+msgstr "Menu bewerken"
+
+#: ../../mod/menu.php:108
+msgid "Add or remove entries to this menu"
+msgstr "Items aan dit menu toevoegen of verwijder"
+
+#: ../../mod/message.php:41
+msgid "Conversation removed."
+msgstr "Conversatie verwijderd"
+
+#: ../../mod/message.php:56
+msgid "No messages."
+msgstr "Geen berichten"
+
+#: ../../mod/message.php:74
+msgid "D, d M Y - g:i A"
+msgstr ""
+
+#: ../../mod/new_channel.php:107
+msgid "Add a Channel"
+msgstr "Kanaal toevoegen"
+
+#: ../../mod/new_channel.php:108
+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, "
+"celebrity pages, and much more. You may create as many channels as your "
+"service provider allows."
+msgstr ""
+
+#: ../../mod/new_channel.php:111
+msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
+msgstr "Voorbeelden: \"Bruce Springsteen\", \"Familiefoto's\", \"Voetbal\", \"Astronomie\""
+
+#: ../../mod/new_channel.php:112
+msgid "Choose a short nickname"
+msgstr "Kies een korte bijnaam"
+
+#: ../../mod/new_channel.php:113
+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
+msgid "Or <a href=\"import\">import an existing channel</a> from another location"
+msgstr ""
+
+#: ../../mod/photos.php:77
+msgid "Page owner information could not be retrieved."
+msgstr ""
+
+#: ../../mod/photos.php:97
+msgid "Album not found."
+msgstr ""
+
+#: ../../mod/photos.php:119 ../../mod/photos.php:671
+msgid "Delete Album"
+msgstr "Verwijder album"
+
+#: ../../mod/photos.php:159 ../../mod/photos.php:954
+msgid "Delete Photo"
+msgstr "Verwijder foto"
+
+#: ../../mod/photos.php:453
+msgid "No photos selected"
+msgstr "Geen foto's geselecteerd"
+
+#: ../../mod/photos.php:500
+msgid "Access to this item is restricted."
+msgstr ""
+
+#: ../../mod/photos.php:576
+#, php-format
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr ""
+
+#: ../../mod/photos.php:579
+#, php-format
+msgid "You have used %1$.2f Mbytes of photo storage."
+msgstr ""
+
+#: ../../mod/photos.php:598
+msgid "Upload Photos"
+msgstr "Foto's uploaden"
+
+#: ../../mod/photos.php:602 ../../mod/photos.php:666
+msgid "New album name: "
+msgstr ""
+
+#: ../../mod/photos.php:603
+msgid "or existing album name: "
+msgstr ""
+
+#: ../../mod/photos.php:604
+msgid "Do not show a status post for this upload"
+msgstr ""
+
+#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126
+#: ../../mod/photos.php:1141
+msgid "Contact Photos"
+msgstr ""
+
+#: ../../mod/photos.php:681
+msgid "Edit Album"
+msgstr ""
+
+#: ../../mod/photos.php:687
+msgid "Show Newest First"
+msgstr ""
+
+#: ../../mod/photos.php:689
+msgid "Show Oldest First"
+msgstr ""
+
+#: ../../mod/photos.php:732 ../../mod/photos.php:1173
+msgid "View Photo"
+msgstr ""
+
+#: ../../mod/photos.php:778
+msgid "Permission denied. Access to this item may be restricted."
+msgstr ""
+
+#: ../../mod/photos.php:780
+msgid "Photo not available"
+msgstr ""
+
+#: ../../mod/photos.php:840
+msgid "Use as profile photo"
+msgstr ""
+
+#: ../../mod/photos.php:864
+msgid "View Full Size"
+msgstr ""
+
+#: ../../mod/photos.php:938
+msgid "Edit photo"
+msgstr ""
+
+#: ../../mod/photos.php:940
+msgid "Rotate CW (right)"
+msgstr ""
+
+#: ../../mod/photos.php:941
+msgid "Rotate CCW (left)"
+msgstr ""
+
+#: ../../mod/photos.php:943
+msgid "New album name"
+msgstr "Nieuwe albumnaam"
+
+#: ../../mod/photos.php:946
+msgid "Caption"
+msgstr ""
+
+#: ../../mod/photos.php:948
+msgid "Add a Tag"
+msgstr ""
+
+#: ../../mod/photos.php:951
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr ""
+
+#: ../../mod/photos.php:1104
+msgid "In This Photo:"
+msgstr ""
+
+#: ../../mod/photos.php:1179
+msgid "View Album"
+msgstr ""
+
+#: ../../mod/photos.php:1188
+msgid "Recent Photos"
+msgstr "Recente foto's"
+
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr ""
+
+#: ../../mod/notifications.php:35
+msgid "Discard"
+msgstr ""
+
+#: ../../mod/notifications.php:94 ../../mod/notify.php:54
+msgid "No more system notifications."
+msgstr "Geen systeemnotificaties meer."
+
+#: ../../mod/notifications.php:98 ../../mod/notify.php:58
+msgid "System Notifications"
+msgstr "Systeemnotificaties"
+
+#: ../../mod/oexchange.php:23
+msgid "Unable to find your hub."
+msgstr "Niet in staat om je hub te vinden"
+
+#: ../../mod/oexchange.php:37
+msgid "Post successful."
+msgstr ""
+
+#: ../../mod/zfinger.php:23
+msgid "invalid target signature"
+msgstr ""
+
+#: ../../mod/openid.php:26
+msgid "OpenID protocol error. No ID returned."
+msgstr ""
+
+#: ../../mod/appman.php:28 ../../mod/appman.php:44
+msgid "App installed."
+msgstr "App geïnstalleerd"
+
+#: ../../mod/appman.php:37
+msgid "Malformed app."
+msgstr "Misvormde app."
+
+#: ../../mod/appman.php:80
+msgid "Embed code"
+msgstr "Embed-code"
+
+#: ../../mod/appman.php:86
+msgid "Edit App"
+msgstr "App bewerken"
+
+#: ../../mod/appman.php:86
+msgid "Create App"
+msgstr "App maken"
+
+#: ../../mod/appman.php:91
+msgid "Name of app"
+msgstr "Naam van app"
+
+#: ../../mod/appman.php:92
+msgid "Location (URL) of app"
+msgstr "Locatie (URL) van app"
+
+#: ../../mod/appman.php:94
+msgid "Photo icon URL"
+msgstr "URL van pictogram"
+
+#: ../../mod/appman.php:94
+msgid "80 x 80 pixels - optional"
+msgstr "80 x 80 pixels (optioneel)"
+
+#: ../../mod/appman.php:95
+msgid "Version ID"
+msgstr "Versie-ID"
+
+#: ../../mod/appman.php:96
+msgid "Price of app"
+msgstr "Prijs van de app"
+
+#: ../../mod/appman.php:97
+msgid "Location (URL) to purchase app"
+msgstr "Locatie (URL) om de app aan te schaffen"
+
+#: ../../view/theme/apw/php/config.php:202
+#: ../../view/theme/apw/php/config.php:236
+msgid "Schema Default"
+msgstr "Standaardschema"
+
+#: ../../view/theme/apw/php/config.php:203
+msgid "Sans-Serif"
+msgstr "Schreefloos"
+
+#: ../../view/theme/apw/php/config.php:204
+msgid "Monospace"
+msgstr "Monospace"
+
+#: ../../view/theme/apw/php/config.php:259
+#: ../../view/theme/blogga/php/config.php:69
+#: ../../view/theme/blogga/view/theme/blog/config.php:69
+#: ../../view/theme/redbasic/php/config.php:102
+msgid "Theme settings"
+msgstr "Thema-instellingen"
+
+#: ../../view/theme/apw/php/config.php:260
+#: ../../view/theme/redbasic/php/config.php:103
+msgid "Set scheme"
+msgstr "Schema van thema instellen"
+
+#: ../../view/theme/apw/php/config.php:261
+#: ../../view/theme/redbasic/php/config.php:124
+msgid "Set font-size for posts and comments"
+msgstr "Lettergrootte voor berichten en reacties instellen"
+
+#: ../../view/theme/apw/php/config.php:262
+msgid "Set font face"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:263
+msgid "Set iconset"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:264
+msgid "Set big shadow size, default 15px 15px 15px"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:265
+msgid "Set small shadow size, default 5px 5px 5px"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:266
+msgid "Set shadow colour, default #000"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:267
+msgid "Set radius size, default 5px"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:268
+msgid "Set line-height for posts and comments"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:269
+msgid "Set background image"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:270
+msgid "Set background attachment"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:271
+msgid "Set background colour"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:272
+msgid "Set section background image"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:273
+msgid "Set section background colour"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:274
+msgid "Set colour of items - use hex"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:275
+msgid "Set colour of links - use hex"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:276
+msgid "Set max-width for items. Default 400px"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:277
+msgid "Set min-width for items. Default 240px"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:278
+msgid "Set the generic content wrapper width. Default 48%"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:279
+msgid "Set colour of fonts - use hex"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:280
+msgid "Set background-size element"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:281
+msgid "Item opacity"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:282
+msgid "Display post previews only"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:283
+msgid "Display side bar on channel page"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:284
+msgid "Colour of the navigation bar"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:285
+msgid "Item float"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:286
+msgid "Left offset of the section element"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:287
+msgid "Right offset of the section element"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:288
+msgid "Section width"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:289
+msgid "Left offset of the aside"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:290
+msgid "Right offset of the aside element"
+msgstr ""
+
+#: ../../view/theme/blogga/php/config.php:47
+#: ../../view/theme/blogga/view/theme/blog/config.php:47
+msgid "None"
+msgstr "Geen"
+
+#: ../../view/theme/blogga/php/config.php:70
+#: ../../view/theme/blogga/view/theme/blog/config.php:70
+msgid "Header image"
+msgstr "Header-afbeelding"
+
+#: ../../view/theme/blogga/php/config.php:71
+#: ../../view/theme/blogga/view/theme/blog/config.php:71
+msgid "Header image only on profile pages"
+msgstr "Header-afbeelding alleen op profielpagina's weergeven"
+
+#: ../../view/theme/redbasic/php/config.php:104
+msgid "Narrow navbar"
+msgstr "Smalle navigatiebalk"
+
+#: ../../view/theme/redbasic/php/config.php:105
+msgid "Navigation bar background colour"
+msgstr "Achtergrondkleur navigatiebalk"
+
+#: ../../view/theme/redbasic/php/config.php:106
+msgid "Navigation bar gradient top colour"
+msgstr "Bovenste gradiëntkleur navigatiebalk"
+
+#: ../../view/theme/redbasic/php/config.php:107
+msgid "Navigation bar gradient bottom colour"
+msgstr "Onderste gradiëntkleur navigatiebalk"
+
+#: ../../view/theme/redbasic/php/config.php:108
+msgid "Navigation active button gradient top colour"
+msgstr "Bovenste gradiëntkleur actieve knop navigatiebalk"
+
+#: ../../view/theme/redbasic/php/config.php:109
+msgid "Navigation active button gradient bottom colour"
+msgstr "Onderste gradiëntkleur actieve knop op navigatiebalk"
+
+#: ../../view/theme/redbasic/php/config.php:110
+msgid "Navigation bar border colour "
+msgstr "Randkleur navigatiebalk "
+
+#: ../../view/theme/redbasic/php/config.php:111
+msgid "Navigation bar icon colour "
+msgstr "Pictogramkleur navigatiebalk"
+
+#: ../../view/theme/redbasic/php/config.php:112
+msgid "Navigation bar active icon colour "
+msgstr "Actieve pictogramkleur navigatiebalk"
+
+#: ../../view/theme/redbasic/php/config.php:113
+msgid "link colour"
+msgstr "Linkkleur instellen"
+
+#: ../../view/theme/redbasic/php/config.php:114
+msgid "Set font-colour for banner"
+msgstr "Tekstkleur van banner instellen"
+
+#: ../../view/theme/redbasic/php/config.php:115
+msgid "Set the background colour"
+msgstr "Achtergrondkleur instellen"
+
+#: ../../view/theme/redbasic/php/config.php:116
+msgid "Set the background image"
+msgstr "Achtergrondafbeelding instellen"
+
+#: ../../view/theme/redbasic/php/config.php:117
+msgid "Set the background colour of items"
+msgstr "Achtergrondkleur items instellen"
+
+#: ../../view/theme/redbasic/php/config.php:118
+msgid "Set the background colour of comments"
+msgstr "Achtergrondkleur reacties instellen"
+
+#: ../../view/theme/redbasic/php/config.php:119
+msgid "Set the border colour of comments"
+msgstr "Randkleur reacties instellen"
+
+#: ../../view/theme/redbasic/php/config.php:120
+msgid "Set the indent for comments"
+msgstr "Inspringen reacties instellen"
+
+#: ../../view/theme/redbasic/php/config.php:121
+msgid "Set the basic colour for item icons"
+msgstr "Basiskleur itempictogrammen instellen"
+
+#: ../../view/theme/redbasic/php/config.php:122
+msgid "Set the hover colour for item icons"
+msgstr "Hoverkleur itempictogrammen instellen"
+
+#: ../../view/theme/redbasic/php/config.php:123
+msgid "Set font-size for the entire application"
+msgstr "Tekstgrootte van de volledige applicatie instellen"
+
+#: ../../view/theme/redbasic/php/config.php:125
+msgid "Set font-colour for posts and comments"
+msgstr "Tekstkleur van berichten en reacties"
+
+#: ../../view/theme/redbasic/php/config.php:126
+msgid "Set radius of corners"
+msgstr "Radius van hoeken instellen"
+
+#: ../../view/theme/redbasic/php/config.php:127
+msgid "Set shadow depth of photos"
+msgstr "Schaduwdiepte van foto's instellen"
+
+#: ../../view/theme/redbasic/php/config.php:128
+msgid "Set maximum width of conversation regions"
+msgstr "Maximumbreedte conversatieruimte instellen"
+
+#: ../../view/theme/redbasic/php/config.php:129
+msgid "Center conversation regions"
+msgstr "Centreer conversatieruimte"
+
+#: ../../view/theme/redbasic/php/config.php:130
+msgid "Set minimum opacity of nav bar - to hide it"
+msgstr "Minimale ondoorzichtigheid navigatiebalk (- om te verbergen)"
+
+#: ../../view/theme/redbasic/php/config.php:131
+msgid "Set size of conversation author photo"
+msgstr "Grootte profielfoto's van berichten instellen"
+
+#: ../../view/theme/redbasic/php/config.php:132
+msgid "Set size of followup author photos"
+msgstr "Grootte profielfoto's van reacties instellen"
+
+#: ../../view/theme/redbasic/php/config.php:133
+msgid "Sloppy photo albums"
+msgstr "Rommelig vormgegeven fotoalbums"
+
+#: ../../view/theme/redbasic/php/config.php:133
+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:1260
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Update %s mislukt. Zie foutenlogboek."
+
+#: ../../boot.php:1263
+#, php-format
+msgid "Update Error at %s"
+msgstr "Update-fout op %s"
+
+#: ../../boot.php:1427
+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 Red Matrix"
+
+#: ../../boot.php:1455
+msgid "Password"
+msgstr "Wachtwoord"
+
+#: ../../boot.php:1456
+msgid "Remember me"
+msgstr "Aangemeld blijven"
+
+#: ../../boot.php:1461
+msgid "Forgot your password?"
+msgstr "Wachtwoord vergeten?"
+
+#: ../../boot.php:1526
+msgid "permission denied"
+msgstr "toegang geweigerd"
+
+#: ../../boot.php:1527
+msgid "Got Zot?"
+msgstr "Heb je Zot?"
+
+#: ../../boot.php:1957
+msgid "toggle mobile"
+msgstr "mobiele weergave omschakelen"
diff --git a/view/nl/passchanged_eml.tpl b/view/nl/passchanged_eml.tpl
new file mode 100644
index 000000000..0d94be3c2
--- /dev/null
+++ b/view/nl/passchanged_eml.tpl
@@ -0,0 +1,20 @@
+
+Dear {{$username}},
+ Your password has been changed as requested. Please retain this
+information for your records (or change your password immediately to
+something that you will remember).
+
+
+Your login details are as follows:
+
+Site Location: {{$siteurl}}
+Login Name: {{$email}}
+Password: {{$new_password}}
+
+You may change that password from your account settings page after logging in.
+
+
+Sincerely,
+ {{$sitename}} Administrator
+
+
diff --git a/view/nl/register_open_eml.tpl b/view/nl/register_open_eml.tpl
new file mode 100644
index 000000000..d6cf329d1
--- /dev/null
+++ b/view/nl/register_open_eml.tpl
@@ -0,0 +1,36 @@
+(English below)
+
+Er is met dit e-mailadres een account aangemaakt op {{$sitename}}.
+De inloggegevens zijn als volgt:
+
+Hub: {{$siteurl}}
+Inlognaam: {{$email}}
+Wachtwoord: (het wachtwoord dat je tijdens de registratie hebt opgegeven)
+
+Wanneer dit account was aangemaakt zonder jouw medeweten en tevens niet gewenst, dan kan je {{$siteurl}} bezoeken en een nieuwe wachtwoord aanvragen. Je kan daarna inloggen en via 'instellingen > account' het kanaal verwijderen dat ten onrechte jouw e-mailadres gebruikt. Wanneer dat is voltooid, dan kan je een e-mail sturen naar de beheerder van deze hub om het account volledig te laten verwijderen. Zie voor de beheerder {{$siteurl}}/siteinfo .
+
+Hoogachtend,
+ Beheerder {{$sitename}}
+
+
+-----
+
+
+An account has been created at {{$sitename}} for this email address.
+The login details are as follows:
+
+Site Location: {{$siteurl}}
+Login: {{$email}}
+Password: (the password which was provided during registration)
+
+If this account was created without your knowledge and is not desired, you may
+visit this site and reset the password. This will allow you to remove the
+account from the links on the Settings page, and we
+apologise for any inconvenience.
+
+Thank you and welcome to {{$sitename}}.
+
+Sincerely,
+ {{$sitename}} Administrator
+
+
diff --git a/view/nl/register_verify_eml.tpl b/view/nl/register_verify_eml.tpl
new file mode 100644
index 000000000..85d9a12d3
--- /dev/null
+++ b/view/nl/register_verify_eml.tpl
@@ -0,0 +1,25 @@
+
+A new user registration request was received at {{$sitename}} which requires
+your approval.
+
+
+The login details are as follows:
+
+Site Location: {{$siteurl}}
+Login Name: {{$email}}
+IP Address: {{$details}}
+
+To approve this request please visit the following link:
+
+
+{{$siteurl}}/regmod/allow/{{$hash}}
+
+
+To deny the request and remove the account, please visit:
+
+
+{{$siteurl}}/regmod/deny/{{$hash}}
+
+
+Thank you.
+
diff --git a/view/nl/request_notify_eml.tpl b/view/nl/request_notify_eml.tpl
new file mode 100644
index 000000000..d01b8ff27
--- /dev/null
+++ b/view/nl/request_notify_eml.tpl
@@ -0,0 +1,17 @@
+
+Dear {{$myname}},
+
+You have just received a connection request at {{$sitename}}
+
+from '{{$requestor}}'.
+
+You may visit their profile at {{$url}}.
+
+Please login to your site to view the complete introduction
+and approve or ignore/cancel the request.
+
+{{$siteurl}}
+
+Regards,
+
+ {{$sitename}} administrator
diff --git a/view/nl/strings.php b/view/nl/strings.php
new file mode 100644
index 000000000..568b88fb5
--- /dev/null
+++ b/view/nl/strings.php
@@ -0,0 +1,1839 @@
+<?php
+
+if(! function_exists("string_plural_select_nl")) {
+function string_plural_select_nl($n){
+ return ($n != 1);;
+}}
+;
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan DNS-informatie voor databaseserver '%s' niet vinden";
+$a->strings["Profile Photos"] = "Profielfoto's";
+$a->strings["Image/photo"] = "Afbeelding/foto";
+$a->strings["Encrypted content"] = "Versleutelde inhoud";
+$a->strings["QR code"] = "QR-code";
+$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schreef het volgende %2\$s %3\$s";
+$a->strings["post"] = "bericht";
+$a->strings["$1 wrote:"] = "$1 schreef:";
+$a->strings["Embedded content"] = "Ingebedde inhoud";
+$a->strings["Embedding disabled"] = "Inbedden uitgeschakeld";
+$a->strings["created a new post"] = "maakte een nieuw bericht aan";
+$a->strings["commented on %s's post"] = "gaf een reactie op een bericht van %s";
+$a->strings["photo"] = "foto";
+$a->strings["event"] = "gebeurtenis";
+$a->strings["channel"] = "kanaal";
+$a->strings["status"] = "status";
+$a->strings["comment"] = "reactie";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s niet leuk";
+$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s is nu met %2\$s verbonden";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s heeft %2\$s aangestoten";
+$a->strings["poked"] = "aangestoten";
+$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s is %2\$s";
+$a->strings["Select"] = "Kies";
+$a->strings["Delete"] = "Verwijderen";
+$a->strings["Private Message"] = "Privébericht";
+$a->strings["Message is verified"] = "Bericht is geverifieerd";
+$a->strings["View %s's profile @ %s"] = "Bekijk het profiel van %s @ %s";
+$a->strings["Categories:"] = "Categorieën:";
+$a->strings["Filed under:"] = "Bewaard onder:";
+$a->strings[" from %s"] = " van %s";
+$a->strings["last edited: %s"] = "laatst bewerkt: %s";
+$a->strings["Expires: %s"] = "Verloopt: %s";
+$a->strings["View in context"] = "In context bekijken";
+$a->strings["Please wait"] = "Even wachten";
+$a->strings["remove"] = "verwijderen";
+$a->strings["Loading..."] = "Aan het laden...";
+$a->strings["Delete Selected Items"] = "Verwijder de geselecteerde items";
+$a->strings["View Source"] = "Bron weergeven";
+$a->strings["Follow Thread"] = "Conversatie volgen";
+$a->strings["View Status"] = "Status weergeven";
+$a->strings["View Profile"] = "Profiel weergeven";
+$a->strings["View Photos"] = "Foto's weergeven";
+$a->strings["Matrix Activity"] = "Activiteit in de matrix";
+$a->strings["Edit Contact"] = "Contact bewerken";
+$a->strings["Send PM"] = "Privébericht verzenden";
+$a->strings["Poke"] = "Aanstoten";
+$a->strings["%s likes this."] = "%s vindt dit leuk.";
+$a->strings["%s doesn't like this."] = "%s vindt dit niet leuk.";
+$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
+ 0 => "<span %1\$s>%2\$d persoon</span> vindt dit leuk.",
+ 1 => "<span %1\$s>%2\$d personen</span> vinden dit leuk.",
+);
+$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
+ 0 => "<span %1\$s>%2\$d persoon</span> vindt dit niet leuk.",
+ 1 => "<span %1\$s>%2\$d personen</span> vinden dit niet leuk.",
+);
+$a->strings["and"] = "en";
+$a->strings[", and %d other people"] = array(
+ 0 => ", en %d ander persoon",
+ 1 => ", en %d andere personen",
+);
+$a->strings["%s like this."] = "%s vinden dit leuk.";
+$a->strings["%s don't like this."] = "%s vinden dit niet leuk.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Voor <strong>iedereen</strong> zichtbaar";
+$a->strings["Please enter a link URL:"] = "Vul een internetadres/URL in:";
+$a->strings["Please enter a video link/URL:"] = "Vul een videolink/URL in:";
+$a->strings["Please enter an audio link/URL:"] = "Vul een audiolink/URL in:";
+$a->strings["Tag term:"] = "Label:";
+$a->strings["Save to Folder:"] = "Bewaar in map: ";
+$a->strings["Where are you right now?"] = "Waar bevind je je op dit moment?";
+$a->strings["Expires YYYY-MM-DD HH:MM"] = "Verloopt op DD-MM-YYYY om HH:MM";
+$a->strings["Preview"] = "Voorvertoning";
+$a->strings["Share"] = "Delen";
+$a->strings["Page link title"] = "Titel van paginalink";
+$a->strings["Post as"] = "Bericht plaatsen als";
+$a->strings["Upload photo"] = "Foto uploaden";
+$a->strings["upload photo"] = "foto uploaden";
+$a->strings["Attach file"] = "Bestand toevoegen";
+$a->strings["attach file"] = "bestand toevoegen";
+$a->strings["Insert web link"] = "Weblink invoegen";
+$a->strings["web link"] = "Weblink";
+$a->strings["Insert video link"] = "Videolink invoegen";
+$a->strings["video link"] = "videolink";
+$a->strings["Insert audio link"] = "Audiolink invoegen";
+$a->strings["audio link"] = "audiolink";
+$a->strings["Set your location"] = "Locatie instellen";
+$a->strings["set location"] = "locatie instellen";
+$a->strings["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"] = "Instellingen rechten";
+$a->strings["permissions"] = "rechten";
+$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";
+$a->strings["Encrypt text"] = "Tekst versleutelen";
+$a->strings["OK"] = "OK";
+$a->strings["Cancel"] = "Annuleren";
+$a->strings["Discover"] = "Ontdekken";
+$a->strings["Imported public streams"] = "Openbare streams importeren";
+$a->strings["Commented Order"] = "Nieuwe reacties bovenaan";
+$a->strings["Sort by Comment Date"] = "Berichten met nieuwe reacties bovenaan";
+$a->strings["Posted Order"] = "Nieuwe berichten bovenaan";
+$a->strings["Sort by Post Date"] = "Nieuwe berichten bovenaan";
+$a->strings["Personal"] = "Persoonlijk";
+$a->strings["Posts that mention or involve you"] = "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent";
+$a->strings["New"] = "Nieuw";
+$a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum";
+$a->strings["Starred"] = "Met ster";
+$a->strings["Favourite Posts"] = "Favoriete berichten";
+$a->strings["Spam"] = "Spam";
+$a->strings["Posts flagged as SPAM"] = "Berichten gemarkeerd als SPAM";
+$a->strings["Channel"] = "Kanaal";
+$a->strings["Status Messages and Posts"] = "Berichten in dit kanaal";
+$a->strings["About"] = "Over";
+$a->strings["Profile Details"] = "Profiel";
+$a->strings["Photos"] = "Foto's";
+$a->strings["Photo Albums"] = "Fotoalbums";
+$a->strings["Files"] = "Bestanden";
+$a->strings["Files and Storage"] = "Bestanden en opslagruimte";
+$a->strings["Chatrooms"] = "Chatkanalen";
+$a->strings["Events"] = "Gebeurtenissen";
+$a->strings["Events and Calendar"] = "Gebeurtenissen en agenda";
+$a->strings["Bookmarks"] = "Bladwijzers";
+$a->strings["Saved Bookmarks"] = "Opgeslagen bladwijzers";
+$a->strings["Webpages"] = "Webpagina's";
+$a->strings["Manage Webpages"] = "Webpagina's beheren";
+$a->strings["New Page"] = "Nieuwe pagina";
+$a->strings["Edit"] = "Bewerken";
+$a->strings["View"] = "Weergeven";
+$a->strings["Actions"] = "Acties";
+$a->strings["Page Link"] = "Paginalink";
+$a->strings["Title"] = "Titel";
+$a->strings["Created"] = "Aangemaakt";
+$a->strings["Edited"] = "Bewerkt";
+$a->strings["Can view my \"public\" stream and posts"] = "Kan mijn \"openbare\" streams en berichten zien";
+$a->strings["Can view my \"public\" channel profile"] = "Kan mijn \"openbaar\" kanaalprofiel zien";
+$a->strings["Can view my \"public\" photo albums"] = "Kan mijn \"openbare\" fotoalbums zien";
+$a->strings["Can view my \"public\" address book"] = "Kan een lijst met mijn \"openbare\" connecties zien";
+$a->strings["Can view my \"public\" file storage"] = "Kan mijn \"openbare\" bestanden zien";
+$a->strings["Can view my \"public\" pages"] = "Kan mijn \"openbare\" pagina's zien";
+$a->strings["Can send me their channel stream and posts"] = "Kan mij de inhoud van hun kanaal en berichten sturen";
+$a->strings["Can post on my channel page (\"wall\")"] = "Kan een bericht in mijn kanaal (\"wall\") plaatsen";
+$a->strings["Can comment on my posts"] = "Kan op mijn berichten reageren";
+$a->strings["Can send me private mail messages"] = "Kan mij privéberichten sturen";
+$a->strings["Can post photos to my photo albums"] = "Kan foto's aan mijn fotoalbums toevoegen";
+$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen";
+$a->strings["Advanced - useful for creating group forum channels"] = "Geavanceerd - nuttig voor kanalen met een groep- cq. forumfunctie";
+$a->strings["Can chat with me (when available)"] = "Kan met mij chatten (wanneer beschikbaar)";
+$a->strings["Can write to my \"public\" file storage"] = "Kan bestanden aan mijn \"openbare\" bestandsopslag toevoegen";
+$a->strings["Can edit my \"public\" pages"] = "Kan mijn \"openbare\" pagina's bewerken";
+$a->strings["Can source my \"public\" posts in derived channels"] = "Kan mijn \"openbare\" berichten als bron voor andere kanalen gebruiken";
+$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["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 Red Matrix-hub niet toegestaan";
+$a->strings["Your email address is already registered at this site."] = "Jouw e-mailadres is al op deze Red Matrix-hub geregistreerd .";
+$a->strings["An invitation is required."] = "Een uitnodiging is vereist";
+$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden";
+$a->strings["Please enter the required information."] = "Vul de vereiste informatie in.";
+$a->strings["Failed to store account information."] = "Account-informatie kon niet opgeslagen worden.";
+$a->strings["Registration request at %s"] = "Registratieverzoek op %s";
+$a->strings["Administrator"] = "Beheerder";
+$a->strings["your registration password"] = "jouw registratiewachtwoord";
+$a->strings["Registration details for %s"] = "Registratiegegevens voor %s";
+$a->strings["Account approved."] = "Account goedgekeurd";
+$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s";
+$a->strings["Permission denied."] = "Toegang geweigerd.";
+$a->strings["Image exceeds website size limit of %lu bytes"] = "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes";
+$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg";
+$a->strings["Unable to process image"] = "Afbeelding kan niet verwerkt worden";
+$a->strings["Photo storage failed."] = "Foto kan niet worden opgeslagen";
+$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden";
+$a->strings["Visible to everybody"] = "Voor iedereen zichtbaar";
+$a->strings["Show"] = "Tonen";
+$a->strings["Don't show"] = "Niet tonen";
+$a->strings["Permissions"] = "Rechten";
+$a->strings["Close"] = "Sluiten";
+$a->strings[" and "] = " en ";
+$a->strings["public profile"] = "openbaar profiel";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s veranderde %2\$s naar &ldquo;%3\$s&rdquo;";
+$a->strings["Visit %1\$s's %2\$s"] = "Bezoek het %2\$s van %1\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s heeft een aangepaste %2\$s, %3\$s veranderd.";
+$a->strings["Public Timeline"] = "Openbare tijdlijn";
+$a->strings["Item was not found."] = "Item niet gevonden";
+$a->strings["No source file."] = "Geen bronbestand.";
+$a->strings["Cannot locate file to replace"] = "Kan het te vervangen bestand niet vinden";
+$a->strings["Cannot locate file to revise/update"] = "Kan het bestand wat aangepast moet worden niet vinden";
+$a->strings["File exceeds size limit of %d"] = "Bestand is groter dan de toegelaten %d";
+$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Je hebt jouw limiet van %1$.0f MB opslagruimte voor bijlagen bereikt.";
+$a->strings["File upload failed. Possible system limit or action terminated."] = "Uploaden van bestand mislukt. Mogelijk systeemlimiet bereikt of actie afgebroken.";
+$a->strings["Stored file could not be verified. Upload failed."] = "Opgeslagen bestand kon niet worden geverifieerd. Uploaden mislukt.";
+$a->strings["Path not available."] = "Pad niet beschikbaar.";
+$a->strings["Empty pathname"] = "Padnaam leeg";
+$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["Permission denied"] = "Toegang geweigerd";
+$a->strings["(Unknown)"] = "(Onbekend)";
+$a->strings["Item not found."] = "Item niet gevonden.";
+$a->strings["Collection not found."] = "Collectie niet gevonden.";
+$a->strings["Collection is empty."] = "Collectie is leeg";
+$a->strings["Collection: %s"] = "Collectie: %s";
+$a->strings["Connection: %s"] = "Connectie: %s";
+$a->strings["Connection not found."] = "Connectie niet gevonden.";
+$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";
+$a->strings["Your posts and conversations"] = "Jouw berichten en conversaties";
+$a->strings["Your profile page"] = "Jouw profielpagina";
+$a->strings["Edit Profiles"] = "Bewerk profielen";
+$a->strings["Manage/Edit profiles"] = "Beheer/wijzig profielen";
+$a->strings["Your photos"] = "Jouw foto's";
+$a->strings["Your files"] = "Jouw bestanden";
+$a->strings["Chat"] = "Chatten";
+$a->strings["Your chatrooms"] = "Jouw chatkanalen";
+$a->strings["Your events"] = "Jouw gebeurtenissen";
+$a->strings["Your bookmarks"] = "Jouw bladwijzers";
+$a->strings["Your webpages"] = "Jouw webpagina's";
+$a->strings["Login"] = "Inloggen";
+$a->strings["Sign in"] = "Inloggen";
+$a->strings["%s - click to logout"] = "%s - klik om uit te loggen";
+$a->strings["Click to authenticate to your home hub"] = "Klik om jezelf te authenticeren via jouw eigen Red Matrix-hub";
+$a->strings["Home Page"] = "Homepage";
+$a->strings["Register"] = "Registreren ";
+$a->strings["Create an account"] = "Maak een account aan";
+$a->strings["Help"] = "Hulp";
+$a->strings["Help and documentation"] = "Hulp en documentatie";
+$a->strings["Apps"] = "Apps";
+$a->strings["Applications, utilities, links, games"] = "Toepassingen, hulpmiddelen, links, spelletjes";
+$a->strings["Search"] = "Zoeken";
+$a->strings["Search site content"] = "Inhoud van deze Red Matrix-hub doorzoeken";
+$a->strings["Directory"] = "Gids";
+$a->strings["Channel Locator"] = "Kanalengids";
+$a->strings["Matrix"] = "Matrix";
+$a->strings["Your matrix"] = "Jouw matrix";
+$a->strings["Mark all matrix notifications seen"] = "Markeer alle matrixnotificaties als bekeken";
+$a->strings["Channel Home"] = "Tijdlijn kanaal";
+$a->strings["Channel home"] = "Tijdlijn kanaal";
+$a->strings["Mark all channel notifications seen"] = "Alle kanaalnotificaties als gelezen markeren";
+$a->strings["Connections"] = "Connecties";
+$a->strings["Notices"] = "Notificaties";
+$a->strings["Notifications"] = "Notificaties";
+$a->strings["See all notifications"] = "Alle notificaties weergeven";
+$a->strings["Mark all system notifications seen"] = "Markeer alle systeemnotificaties als bekeken";
+$a->strings["Mail"] = "Privéberichten";
+$a->strings["Private mail"] = "Privéberichten";
+$a->strings["See all private messages"] = "Alle privéberichten weergeven";
+$a->strings["Mark all private messages seen"] = "Markeer alle privéberichten als bekeken";
+$a->strings["Inbox"] = "Postvak IN";
+$a->strings["Outbox"] = "Postvak UIT";
+$a->strings["New Message"] = "Nieuw bericht";
+$a->strings["Event Calendar"] = "Agenda";
+$a->strings["See all events"] = "Alle gebeurtenissen weergeven";
+$a->strings["Mark all events seen"] = "Markeer alle gebeurtenissen als bekeken";
+$a->strings["Channel Select"] = "Kanaalkiezer";
+$a->strings["Manage Your Channels"] = "Beheer je kanalen";
+$a->strings["Settings"] = "Instellingen";
+$a->strings["Account/Channel Settings"] = "Account-/kanaal-instellingen";
+$a->strings["Manage/Edit Friends and Connections"] = "Beheer/bewerk vrienden en connecties";
+$a->strings["Admin"] = "Beheer";
+$a->strings["Site Setup and Configuration"] = "Red Matrix-hub opzetten en configureren";
+$a->strings["Nothing new here"] = "Niets nieuw hier";
+$a->strings["Please wait..."] = "Wachten aub...";
+$a->strings["%1\$s's bookmarks"] = "Bladwijzers van %1\$s";
+$a->strings["Missing room name"] = "Naam chatkanaal ontbreekt";
+$a->strings["Duplicate room name"] = "Naam chatkanaal bestaat al";
+$a->strings["Invalid room specifier."] = "Ongeldige omschrijving chatkanaal";
+$a->strings["Room not found."] = "Chatkanaal niet gevonden";
+$a->strings["Room is full"] = "Chatkanaal is vol";
+$a->strings["Tags"] = "Labels";
+$a->strings["Keywords"] = "Trefwoorden";
+$a->strings["have"] = "heb";
+$a->strings["has"] = "heeft";
+$a->strings["want"] = "wil";
+$a->strings["wants"] = "wil";
+$a->strings["like"] = "vind dit leuk";
+$a->strings["likes"] = "vindt dit leuk";
+$a->strings["dislike"] = "vind dit niet leuk";
+$a->strings["dislikes"] = "vindt dit niet leuk";
+$a->strings["Default"] = "Standaard";
+$a->strings["Unknown | Not categorised"] = "Onbekend | Niet gecategoriseerd";
+$a->strings["Block immediately"] = "Onmiddellijk blokkeren";
+$a->strings["Shady, spammer, self-marketer"] = "Onbetrouwbaar, spammer, zelfpromotor";
+$a->strings["Known to me, but no opinion"] = "Mij bekend, maar geen mening";
+$a->strings["OK, probably harmless"] = "OK, vermoedelijk onschadelijk";
+$a->strings["Reputable, has my trust"] = "Fatsoenlijk, heeft mijn vertrouwen";
+$a->strings["Frequently"] = "Regelmatig";
+$a->strings["Hourly"] = "Elk uur";
+$a->strings["Twice daily"] = "Twee keer per dag";
+$a->strings["Daily"] = "Dagelijks";
+$a->strings["Weekly"] = "Wekelijks";
+$a->strings["Monthly"] = "Maandelijks";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Email"] = "E-mail";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "MySpace";
+$a->strings["%d invitation available"] = array(
+ 0 => "%d uitnodiging beschikbaar",
+ 1 => "%d uitnodigingen beschikbaar",
+);
+$a->strings["Advanced"] = "Geavanceerd";
+$a->strings["Find Channels"] = "Kanalen vinden";
+$a->strings["Enter name or interest"] = "Vul naam of interesse in";
+$a->strings["Connect/Follow"] = "Verbinden/volgen";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeeld: Robert Morgenstein, vissen";
+$a->strings["Find"] = "Vinden";
+$a->strings["Channel Suggestions"] = "Voorgestelde kanalen";
+$a->strings["Random Profile"] = "Willekeurig profiel";
+$a->strings["Invite Friends"] = "Vrienden uitnodigen";
+$a->strings["Exammple: name=fred and country=iceland"] = "Voorbeeld: (voor naam) name=herman en (voor land) country=nederland";
+$a->strings["Advanced Find"] = "Geavanceerd zoeken";
+$a->strings["Saved Folders"] = "Bewaarde mappen";
+$a->strings["Everything"] = "Alles";
+$a->strings["Categories"] = "Categorieën";
+$a->strings["%d connection in common"] = array(
+ 0 => "%d gemeenschappelijke connectie",
+ 1 => "%d gemeenschappelijke connecties",
+);
+$a->strings["show more"] = "[+] meer reacties weergeven";
+$a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd.";
+$a->strings["Edit File properties"] = "Bestandseigenschappen bewerken";
+$a->strings["Miscellaneous"] = "Diversen";
+$a->strings["year"] = "jaar";
+$a->strings["month"] = "maand";
+$a->strings["day"] = "dag";
+$a->strings["never"] = "nooit";
+$a->strings["less than a second ago"] = "minder dan een seconde geleden";
+$a->strings["years"] = "jaren";
+$a->strings["months"] = "maanden";
+$a->strings["week"] = "week";
+$a->strings["weeks"] = "weken";
+$a->strings["days"] = "dagen";
+$a->strings["hour"] = "uur";
+$a->strings["hours"] = "uren";
+$a->strings["minute"] = "minuut";
+$a->strings["minutes"] = "minuten";
+$a->strings["second"] = "seconde";
+$a->strings["seconds"] = "seconden";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s geleden";
+$a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s";
+$a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s";
+$a->strings["Sort Options"] = "Sorteeropties";
+$a->strings["Alphabetic"] = "Alfabetisch";
+$a->strings["Reverse Alphabetic"] = "Omgekeerd alfabetisch";
+$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["Red Matrix Notification"] = "Red Matrix-notificatie";
+$a->strings["redmatrix"] = "redmatrix";
+$a->strings["Thank You,"] = "Bedankt,";
+$a->strings["%s Administrator"] = "%s beheerder";
+$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Notificatie] Nieuw privébericht ontvangen op %s";
+$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s zond jou een nieuw privébericht om %3\$s.";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s zond jou %2\$s.";
+$a->strings["a private message"] = "een privébericht";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bezoek %s om je privéberichten te bekijken en/of er op te reageren.";
+$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]een %4\$s[/zrl]";
+$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]een %5\$s van %4\$s[/zrl]";
+$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]jouw %4\$s[/zrl]";
+$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Notificatie] Reactie op conversatie #%1\$d door %2\$s";
+$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s gaf een reactie op een bericht/conversatie die jij volgt.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bezoek %s om de conversatie te bekijken en/of er op te reageren.";
+$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Notificatie] %s heeft een bericht op jouw kanaal geplaatst";
+$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s heeft om %3\$s een bericht op jouw kanaal geplaatst";
+$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s heeft een bericht op [zrl=%3\$s]jouw kanaal[/zrl] geplaatst";
+$a->strings["[Red:Notify] %s tagged you"] = "[Red:Notificatie] %s heeft je genoemd";
+$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s noemde jou om %3\$s";
+$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]noemde jou[/zrl].";
+$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Notificatie] %1\$s heeft je aangestoten";
+$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s heeft je aangestoten op %3\$s";
+$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]heeft je aangestoten[/zrl].";
+$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notificatie] %s heeft jouw bericht gelabeld";
+$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s labelde jouw bericht om %3\$s";
+$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s labelde [zrl=%3\$s]jouw bericht[/zrl]";
+$a->strings["[Red:Notify] Introduction received"] = "[Red:Notificatie] Connectieverzoek ontvangen";
+$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, je hebt een nieuw connectieverzoek ontvangen van '%2\$s' op %3\$s";
+$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, je hebt een [zrl=%2\$s]nieuw connectieverzoek[/zrl] ontvangen van %3\$s.";
+$a->strings["You may visit their profile at %s"] = "Je kan het profiel bekijken op %s";
+$a->strings["Please visit %s to approve or reject the connection request."] = "Bezoek %s om het connectieverzoek goed of af te keuren.";
+$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notificatie] Kanaalvoorstel ontvangen";
+$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, je hebt een kanaalvoorstel ontvangen van '%2\$s' om %3\$s";
+$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, je hebt [zrl=%2\$s]een kanaalvoorstel[/zrl] ontvangen voor %3\$s van %4\$s.";
+$a->strings["Name:"] = "Naam:";
+$a->strings["Photo:"] = "Foto:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om het voorstel te accepteren of te verwerpen.";
+$a->strings["General Features"] = "Algemene functies";
+$a->strings["Content Expiration"] = "Inhoud laten verlopen";
+$a->strings["Remove posts/comments and/or private messages at a future time"] = "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen";
+$a->strings["Multiple Profiles"] = "Meerdere profielen";
+$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken";
+$a->strings["Web Pages"] = "Webpagina's";
+$a->strings["Provide managed web pages on your channel"] = "Sta beheerde webpagina's op jouw kanaal toe";
+$a->strings["Private Notes"] = "Privé-aantekeningen";
+$a->strings["Enables a tool to store notes and reminders"] = "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan";
+$a->strings["Extended Identity Sharing"] = "Uitgebreid identiteit delen";
+$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Deel jouw Red Matrix-identiteit met alle websites op het internet. Wanneer dit is uitgeschakeld wordt je identiteit alleen binnen het Red Matrix-netwerk gedeeld. Schakel dit alleen als je weet wat je doet.";
+$a->strings["Expert Mode"] = "Expertmodus";
+$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Zet de expertmodus aan voor geavanceerde instellingen";
+$a->strings["Premium Channel"] = "Premiumkanaal";
+$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal";
+$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten";
+$a->strings["Richtext Editor"] = "RTF-tekstverwerker";
+$a->strings["Enable richtext editor"] = "Gebruik een tekstverwerker met eenvoudige opmaakfuncties";
+$a->strings["Post Preview"] = "Voorvertoning";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Een optie om je berichten en reacties voor het definitief publiceren voor te vertonen";
+$a->strings["Channel Sources"] = "Kanaalbronnen";
+$a->strings["Automatically import channel content from other channels or feeds"] = "Automatisch inhoud uit andere kanalen of feeds importeren.";
+$a->strings["Even More Encryption"] = "Extra encryptie";
+$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel.";
+$a->strings["Network and Stream Filtering"] = "Netwerk- en streamfilter";
+$a->strings["Search by Date"] = "Zoek op datum";
+$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten op datum te filteren ";
+$a->strings["Collections Filter"] = "Filter op collecties";
+$a->strings["Enable widget to display Network posts only from selected collections"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties";
+$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten";
+$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik";
+$a->strings["Network Personal Tab"] = "Persoonlijke netwerktab";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had";
+$a->strings["Network New Tab"] = "Nieuwe netwerktab";
+$a->strings["Enable tab to display all new Network activity"] = "Laat de tab alle nieuwe netwerkactiviteit tonen";
+$a->strings["Affinity Tool"] = "Verwantschapsfilter";
+$a->strings["Filter stream activity by depth of relationships"] = "Filter wat je in de matrix ziet op goed je iemand kent of mag";
+$a->strings["Suggest Channels"] = "Kanalen voorstellen";
+$a->strings["Show channel suggestions"] = "Voor jou mogelijk interessante kanalen voorstellen";
+$a->strings["Post/Comment Tools"] = "Bericht- en reactiehulpmiddelen";
+$a->strings["Edit Sent Posts"] = "Bewerk verzonden berichten";
+$a->strings["Edit and correct posts and comments after sending"] = "Bewerk en corrigeer berichten en reacties nadat deze zijn verzonden";
+$a->strings["Tagging"] = "Labelen";
+$a->strings["Ability to tag existing posts"] = "Mogelijkheid om bestaande berichten te labelen";
+$a->strings["Post Categories"] = "Categorieën berichten";
+$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten";
+$a->strings["Ability to file posts under folders"] = "Mogelijkheid om berichten in mappen op te slaan";
+$a->strings["Dislike Posts"] = "Vind berichten niet leuk";
+$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten en reacties niet leuk te vinden";
+$a->strings["Star Posts"] = "Geef berichten een ster";
+$a->strings["Ability to mark special posts with a star indicator"] = "Mogelijkheid om speciale berichten met een ster te markeren";
+$a->strings["Tag Cloud"] = "Wolk met trefwoorden/labels";
+$a->strings["Provide a personal tag cloud on your channel page"] = "Zorgt voor een persoonlijke wolk met trefwoorden of labels op jouw kanaalpagina";
+$a->strings["Channel is blocked on this site."] = "Kanaal is op deze hub geblokkeerd.";
+$a->strings["Channel location missing."] = "Ontbrekende kanaallocatie.";
+$a->strings["Response from remote channel was incomplete."] = "Antwoord van het kanaal op afstand was niet volledig.";
+$a->strings["Channel was deleted and no longer exists."] = "Kanaal is verwijderd en bestaat niet meer.";
+$a->strings["Channel discovery failed."] = "Kanaal ontdekken mislukt.";
+$a->strings["local account not found."] = "lokale account niet gevonden.";
+$a->strings["Cannot connect to yourself."] = "Kan niet met jezelf verbinden";
+$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."] = "";
+$a->strings["Default privacy group for new contacts"] = "Standaard privacy-collectie voor nieuwe kanalen";
+$a->strings["All Channels"] = "Alle kanalen";
+$a->strings["edit"] = "bewerken";
+$a->strings["Collections"] = "Collecties";
+$a->strings["Edit collection"] = "Collectie bewerken";
+$a->strings["Create a new collection"] = "Nieuwe collectie aanmaken";
+$a->strings["Channels not in any collection"] = "Kanalen die zich in geen enkele collectie bevinden";
+$a->strings["add"] = "toevoegen";
+$a->strings["Unable to obtain identity information from database"] = "Niet in staat om identiteitsinformatie uit de database te verkrijgen";
+$a->strings["Empty name"] = "Ontbrekende naam";
+$a->strings["Name too long"] = "Naam te lang";
+$a->strings["No account identifier"] = "Geen account-identifier";
+$a->strings["Nickname is required."] = "Bijnaam is verplicht";
+$a->strings["Reserved nickname. Please choose another."] = "Deze naam is gereserveerd. Kies een andere.";
+$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik.";
+$a->strings["Unable to retrieve created identity"] = "Niet in staat om aangemaakte identiteit te vinden";
+$a->strings["Default Profile"] = "Standaardprofiel";
+$a->strings["Friends"] = "Vrienden";
+$a->strings["Requested channel is not available."] = "Aangevraagd kanaal is niet beschikbaar.";
+$a->strings["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar";
+$a->strings["Connect"] = "Verbinden";
+$a->strings["Change profile photo"] = "Profielfoto veranderen";
+$a->strings["Profiles"] = "Profielen";
+$a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken";
+$a->strings["Create New Profile"] = "Nieuw profiel aanmaken";
+$a->strings["Edit Profile"] = "Profiel bewerken";
+$a->strings["Profile Image"] = "Profielfoto";
+$a->strings["visible to everybody"] = "Voor iedereen zichtbaar";
+$a->strings["Edit visibility"] = "Zichtbaarheid bewerken";
+$a->strings["Gender:"] = "Geslacht:";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Homepagina:";
+$a->strings["Online Now"] = "Nu online";
+$a->strings["g A l F d"] = "G:i, l d F";
+$a->strings["F d"] = "d F";
+$a->strings["[today]"] = "[vandaag]";
+$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen";
+$a->strings["Birthdays this week:"] = "Verjaardagen deze week:";
+$a->strings["[No description]"] = "[Geen omschrijving]";
+$a->strings["Event Reminders"] = "Herinneringen voor gebeurtenissen";
+$a->strings["Events this week:"] = "Gebeurtenissen deze week:";
+$a->strings["Profile"] = "Profiel";
+$a->strings["Full Name:"] = "Volledige naam:";
+$a->strings["j F, Y"] = "F j Y";
+$a->strings["j F"] = "F j";
+$a->strings["Birthday:"] = "Geboortedatum:";
+$a->strings["Age:"] = "Leeftijd:";
+$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Seksuele voorkeur:";
+$a->strings["Hometown:"] = "Woonplaats:";
+$a->strings["Tags:"] = "Trefwoorden:";
+$a->strings["Political Views:"] = "Politieke overtuigingen:";
+$a->strings["Religion:"] = "Religie:";
+$a->strings["About:"] = "Over:";
+$a->strings["Hobbies/Interests:"] = "Hobby's/interesses:";
+$a->strings["Likes:"] = "Houdt van:";
+$a->strings["Dislikes:"] = "Houdt niet van:";
+$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:";
+$a->strings["My other channels:"] = "Mijn andere kanalen";
+$a->strings["Musical interests:"] = "Muzikale interesses:";
+$a->strings["Books, literature:"] = "Boeken, literatuur:";
+$a->strings["Television:"] = "Televisie:";
+$a->strings["Film/dance/culture/entertainment:"] = "Films/dansen/cultuur/vermaak:";
+$a->strings["Love/Romance:"] = "Liefde/romance:";
+$a->strings["Work/employment:"] = "Werk/beroep:";
+$a->strings["School/education:"] = "School/opleiding:";
+$a->strings["view full size"] = "volledige grootte tonen";
+$a->strings["prev"] = "vorige";
+$a->strings["first"] = "eerste";
+$a->strings["last"] = "laatste";
+$a->strings["next"] = "volgende";
+$a->strings["older"] = "ouder";
+$a->strings["newer"] = "nieuwer";
+$a->strings["No connections"] = "Geen connecties";
+$a->strings["%d Connection"] = array(
+ 0 => "%d connectie",
+ 1 => "%d connecties",
+);
+$a->strings["View Connections"] = "Connecties weergeven";
+$a->strings["Save"] = "Opslaan";
+$a->strings["poke"] = "aanstoten";
+$a->strings["ping"] = "ping";
+$a->strings["pinged"] = "gepingd";
+$a->strings["prod"] = "por";
+$a->strings["prodded"] = "gepord";
+$a->strings["slap"] = "slaan";
+$a->strings["slapped"] = "sloeg";
+$a->strings["finger"] = "finger";
+$a->strings["fingered"] = "gefingerd";
+$a->strings["rebuff"] = "afpoeieren";
+$a->strings["rebuffed"] = "afgepoeierd";
+$a->strings["happy"] = "gelukkig";
+$a->strings["sad"] = "bedroefd";
+$a->strings["mellow"] = "mellow";
+$a->strings["tired"] = "moe";
+$a->strings["perky"] = "parmantig";
+$a->strings["angry"] = "boos";
+$a->strings["stupified"] = "beteuterd";
+$a->strings["puzzled"] = "verward";
+$a->strings["interested"] = "geïnteresseerd";
+$a->strings["bitter"] = "verbitterd";
+$a->strings["cheerful"] = "vrolijk";
+$a->strings["alive"] = "levendig";
+$a->strings["annoyed"] = "geërgerd";
+$a->strings["anxious"] = "bezorgd";
+$a->strings["cranky"] = "humeurig";
+$a->strings["disturbed"] = "verontrust";
+$a->strings["frustrated"] = "gefrustreerd ";
+$a->strings["depressed"] = "gedeprimeerd";
+$a->strings["motivated"] = "gemotiveerd";
+$a->strings["relaxed"] = "ontspannen";
+$a->strings["surprised"] = "verrast";
+$a->strings["Monday"] = "maandag";
+$a->strings["Tuesday"] = "dinsdag";
+$a->strings["Wednesday"] = "woensdag";
+$a->strings["Thursday"] = "donderdag";
+$a->strings["Friday"] = "vrijdag";
+$a->strings["Saturday"] = "zaterdag";
+$a->strings["Sunday"] = "zondag";
+$a->strings["January"] = "januari";
+$a->strings["February"] = "februari";
+$a->strings["March"] = "maart";
+$a->strings["April"] = "april";
+$a->strings["May"] = "mei";
+$a->strings["June"] = "juni";
+$a->strings["July"] = "juli";
+$a->strings["August"] = "augustus";
+$a->strings["September"] = "september";
+$a->strings["October"] = "oktober";
+$a->strings["November"] = "november";
+$a->strings["December"] = "december";
+$a->strings["unknown.???"] = "onbekend.???";
+$a->strings["bytes"] = "bytes";
+$a->strings["remove category"] = "categorie verwijderen";
+$a->strings["remove from file"] = "uit map verwijderen";
+$a->strings["Click to open/close"] = "Klik om te openen of te sluiten";
+$a->strings["Link to Source"] = "Originele locatie";
+$a->strings["Select a page layout: "] = "Kies een paginalayout: ";
+$a->strings["default"] = "standaard";
+$a->strings["Page content type: "] = "Opmaakcode pagina";
+$a->strings["Select an alternate language"] = "Kies een andere taal";
+$a->strings["activity"] = "activiteit";
+$a->strings["Design"] = "Ontwerp";
+$a->strings["Blocks"] = "Blokken";
+$a->strings["Menus"] = "Menu's";
+$a->strings["Layouts"] = "Layouts";
+$a->strings["Pages"] = "Pagina's";
+$a->strings["Site Admin"] = "Hubbeheerder";
+$a->strings["Address Book"] = "Connecties";
+$a->strings["Mood"] = "Stemming";
+$a->strings["Probe"] = "Onderzoeken";
+$a->strings["Suggest"] = "Voorstellen";
+$a->strings["Update"] = "Bijwerken";
+$a->strings["Install"] = "Installeren";
+$a->strings["Purchase"] = "Aanschaffen";
+$a->strings["Unknown"] = "Onbekend";
+$a->strings["Invalid data packet"] = "";
+$a->strings["Unable to verify channel signature"] = "";
+$a->strings["Unable to verify site signature for %s"] = "";
+$a->strings["No recipient provided."] = "";
+$a->strings["[no subject]"] = "[geen onderwerp]";
+$a->strings["Unable to determine sender."] = "";
+$a->strings["Stored post could not be verified."] = "";
+$a->strings["Click here to upgrade."] = "Klik hier om te upgraden.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden.";
+$a->strings["This action is not available under your subscription plan."] = "Deze handeling is niet mogelijk met jouw abonnement.";
+$a->strings["System"] = "Systeem";
+$a->strings["Create Personal App"] = "Persoonlijke app maken";
+$a->strings["Edit Personal App"] = "Persoonlijke app bewerken";
+$a->strings["Ignore/Hide"] = "Negeren/Verbergen";
+$a->strings["Suggestions"] = "Voorgestelde kanalen";
+$a->strings["See more..."] = "Meer...";
+$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Je hebt %1$.0f van de %2$.0f toegestane connecties.";
+$a->strings["Add New Connection"] = "Nieuwe connectie toevoegen";
+$a->strings["Enter the channel address"] = "Vul het adres van het nieuwe kanaal in";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: bob@example.com, http://example.com/barbara";
+$a->strings["Notes"] = "Aantekeningen";
+$a->strings["Remove term"] = "Verwijder zoekterm";
+$a->strings["Archives"] = "Archieven";
+$a->strings["Refresh"] = "Vernieuwen";
+$a->strings["Me"] = "Ik";
+$a->strings["Best Friends"] = "Goede vrienden";
+$a->strings["Co-workers"] = "Collega's";
+$a->strings["Former Friends"] = "Oude vrienden";
+$a->strings["Acquaintances"] = "Kennissen";
+$a->strings["Everybody"] = "Iedereen";
+$a->strings["Account settings"] = "Account";
+$a->strings["Channel settings"] = "Kanaal";
+$a->strings["Additional features"] = "Extra functies";
+$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 rechten (geavanceerd)";
+$a->strings["Premium Channel Settings"] = "Instellingen premiumkanaal";
+$a->strings["Check Mail"] = "Controleer op nieuwe berichten";
+$a->strings["Chat Rooms"] = "Chatkanalen";
+$a->strings["Bookmarked Chatrooms"] = "Bladwijzers van chatkanalen";
+$a->strings["Suggested Chatrooms"] = "Voorgestelde chatkanalen";
+$a->strings["Save to Folder"] = "In map opslaan";
+$a->strings["View all"] = "Toon alles";
+$a->strings["__ctx:noun__ Like"] = array(
+ 0 => "vindt dit leuk",
+ 1 => "vinden dit leuk",
+);
+$a->strings["__ctx:noun__ Dislike"] = array(
+ 0 => "vindt dit niet leuk",
+ 1 => "vinden dit niet leuk",
+);
+$a->strings["Add Star"] = "Ster toevoegen";
+$a->strings["Remove Star"] = "Ster verwijderen";
+$a->strings["Toggle Star Status"] = "Ster toevoegen of verwijderen";
+$a->strings["starred"] = "met ster";
+$a->strings["Add Tag"] = "Label toevoegen";
+$a->strings["I like this (toggle)"] = "Vind ik leuk";
+$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk";
+$a->strings["Share This"] = "Delen";
+$a->strings["share"] = "delen";
+$a->strings["View %s's profile - %s"] = "Profiel van %s bekijken - %s";
+$a->strings["to"] = "aan";
+$a->strings["via"] = "via";
+$a->strings["Wall-to-Wall"] = "Kanaal-naar-kanaal";
+$a->strings["via Wall-To-Wall:"] = "via kanaal-naar-kanaal";
+$a->strings["Save Bookmarks"] = "Bladwijzers opslaan";
+$a->strings["Add to Calendar"] = "Aan agenda toevoegen";
+$a->strings["__ctx:noun__ Likes"] = "vinden dit leuk";
+$a->strings["__ctx:noun__ Dislikes"] = "vinden dit niet leuk";
+$a->strings["%d comment"] = array(
+ 0 => "%d reactie",
+ 1 => "%d reacties weergeven",
+);
+$a->strings["[+] show all"] = "[+] alle";
+$a->strings["This is you"] = "Dit ben jij";
+$a->strings["Comment"] = "Reactie";
+$a->strings["Submit"] = "Opslaan";
+$a->strings["Bold"] = "Vet";
+$a->strings["Italic"] = "Cursief";
+$a->strings["Underline"] = "Onderstrepen";
+$a->strings["Quote"] = "Citeren";
+$a->strings["Code"] = "Broncode";
+$a->strings["Image"] = "Afbeelding";
+$a->strings["Link"] = "Link";
+$a->strings["Video"] = "Video";
+$a->strings["Delete this item?"] = "Dit item verwijderen?";
+$a->strings["[-] show less"] = "[-] minder reacties weergeven";
+$a->strings["[+] expand"] = "[+] uitklappen";
+$a->strings["[-] collapse"] = "[-] inklappen";
+$a->strings["Password too short"] = "Wachtwoord te kort";
+$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 rechten 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";
+$a->strings["ago"] = "geleden";
+$a->strings["from now"] = "vanaf nu";
+$a->strings["less than a minute"] = "minder dan een minuut";
+$a->strings["about a minute"] = "ongeveer een minuut";
+$a->strings["%d minutes"] = "%d minuten";
+$a->strings["about an hour"] = "ongeveer een uur";
+$a->strings["about %d hours"] = "ongeveer %d uren";
+$a->strings["a day"] = "een dag";
+$a->strings["%d days"] = "%d dagen";
+$a->strings["about a month"] = "ongeveer een maand";
+$a->strings["%d months"] = "%d maanden";
+$a->strings["about a year"] = "ongeveer een jaar";
+$a->strings["%d years"] = "%d jaren";
+$a->strings[" "] = " ";
+$a->strings["timeago.numbers"] = "timeago.numbers";
+$a->strings["New window"] = "Nieuw venster";
+$a->strings["Open the selected location in a different window or browser tab"] = "Open de geselecteerde locatie in een ander venster of tab";
+$a->strings["Male"] = "Man";
+$a->strings["Female"] = "Vrouw";
+$a->strings["Currently Male"] = "Momenteel man";
+$a->strings["Currently Female"] = "Momenteel vrouw";
+$a->strings["Mostly Male"] = "Voornamelijk man";
+$a->strings["Mostly Female"] = "Voornamelijk vrouw";
+$a->strings["Transgender"] = "Transgender";
+$a->strings["Intersex"] = "Interseksueel";
+$a->strings["Transsexual"] = "Transseksueel";
+$a->strings["Hermaphrodite"] = "Hermafrodiet";
+$a->strings["Neuter"] = "Genderneutraal";
+$a->strings["Non-specific"] = "Niet gespecificeerd";
+$a->strings["Other"] = "Anders";
+$a->strings["Undecided"] = "Nog niet beslist";
+$a->strings["Males"] = "Mannen";
+$a->strings["Females"] = "Vrouwen";
+$a->strings["Gay"] = "Homoseksueel";
+$a->strings["Lesbian"] = "Lesbisch";
+$a->strings["No Preference"] = "Geen voorkeur";
+$a->strings["Bisexual"] = "Biseksueel";
+$a->strings["Autosexual"] = "Autoseksueel";
+$a->strings["Abstinent"] = "Seksuele onthouding";
+$a->strings["Virgin"] = "Maagd";
+$a->strings["Deviant"] = "Afwijkend";
+$a->strings["Fetish"] = "Fetisj";
+$a->strings["Oodles"] = "Veel";
+$a->strings["Nonsexual"] = "Aseksueel";
+$a->strings["Single"] = "Alleen";
+$a->strings["Lonely"] = "Eenzaam";
+$a->strings["Available"] = "Beschikbaar";
+$a->strings["Unavailable"] = "Niet beschikbaar";
+$a->strings["Has crush"] = "Heeft een oogje op iemand";
+$a->strings["Infatuated"] = "Smoorverliefd";
+$a->strings["Dating"] = "Aan het daten";
+$a->strings["Unfaithful"] = "Ontrouw";
+$a->strings["Sex Addict"] = "Seksverslaafd";
+$a->strings["Friends/Benefits"] = "Vriendschap plus";
+$a->strings["Casual"] = "Ongebonden/vluchtig";
+$a->strings["Engaged"] = "Verloofd";
+$a->strings["Married"] = "Getrouwd";
+$a->strings["Imaginarily married"] = "Denkbeeldig getrouwd";
+$a->strings["Partners"] = "Partners";
+$a->strings["Cohabiting"] = "Samenwonend";
+$a->strings["Common law"] = "Common-law-huwelijk";
+$a->strings["Happy"] = "Gelukkig";
+$a->strings["Not looking"] = "Niet op zoek";
+$a->strings["Swinger"] = "Swinger";
+$a->strings["Betrayed"] = "Verraden";
+$a->strings["Separated"] = "Uit elkaar";
+$a->strings["Unstable"] = "Onstabiel";
+$a->strings["Divorced"] = "Gescheiden";
+$a->strings["Imaginarily divorced"] = "Denkbeeldig gescheiden";
+$a->strings["Widowed"] = "Weduwnaar/weduwe";
+$a->strings["Uncertain"] = "Onzeker";
+$a->strings["It's complicated"] = "Het is ingewikkeld";
+$a->strings["Don't care"] = "Maakt mij niks uit";
+$a->strings["Ask me"] = "Vraag het me";
+$a->strings["Logged out."] = "Uitgelogd.";
+$a->strings["Failed authentication"] = "Mislukte authenticatie";
+$a->strings["Login failed."] = "Inloggen mislukt.";
+$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."] = "";
+$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.";
+$a->strings["Unable to update menu element."] = "Menu-onderdeel kan niet worden geüpdatet.";
+$a->strings["Menu element added."] = "Menu-onderdeel toegevoegd";
+$a->strings["Unable to add menu element."] = "Menu-onderdeel kan niet worden toegevoegd.";
+$a->strings["Not found."] = "Niet gevonden.";
+$a->strings["Manage Menu Elements"] = "Menu-onderdelen beheren";
+$a->strings["Edit menu"] = "Menu bewerken";
+$a->strings["Edit element"] = "Onderdeel bewerken";
+$a->strings["Drop element"] = "Onderdeel verwijderen";
+$a->strings["New element"] = "Nieuw element";
+$a->strings["Edit this menu container"] = "Deze menu-container bewerken";
+$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"] = "Rechten 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";
+$a->strings["Use Red magic-auth if available"] = "Gebruik Reds magische authenticatie wanneer aanwezig";
+$a->strings["Open link in new window"] = "Open link in nieuw venster";
+$a->strings["Order in list"] = "Volgorde in lijst";
+$a->strings["Higher numbers will sink to bottom of listing"] = "Hogere nummers komen onderaan de lijst terecht";
+$a->strings["Create"] = "Aanmaken";
+$a->strings["Menu item not found."] = "Menu-item niet gevonden.";
+$a->strings["Menu item deleted."] = "Menu-item verwijderd.";
+$a->strings["Menu item could not be deleted."] = "Menu-item kon niet worden verwijderd.";
+$a->strings["Edit Menu Element"] = "Menu-element bewerken";
+$a->strings["Modify"] = "Wijzigen";
+$a->strings["sent you a private message"] = "stuurde jou een privébericht";
+$a->strings["added your channel"] = "voegde jouw kanaal toe";
+$a->strings["posted an event"] = "plaatste een gebeurtenis";
+$a->strings["network"] = "netwerk";
+$a->strings["Theme settings updated."] = "Thema-instellingen bijgewerkt.";
+$a->strings["Site"] = "Hub-instellingen";
+$a->strings["Accounts"] = "Accounts";
+$a->strings["Channels"] = "Kanalen";
+$a->strings["Plugins"] = "Plug-ins";
+$a->strings["Themes"] = "Thema's";
+$a->strings["Server"] = "Hubbeheer";
+$a->strings["DB updates"] = "";
+$a->strings["Logs"] = "";
+$a->strings["Plugin Features"] = "";
+$a->strings["User registrations waiting for confirmation"] = "";
+$a->strings["Message queues"] = "Berichtenwachtrij";
+$a->strings["Administration"] = "Beheer";
+$a->strings["Summary"] = "Samenvatting";
+$a->strings["Registered users"] = "Geregistreerde gebruikers";
+$a->strings["Pending registrations"] = "Accounts die op goedkeuring wachten";
+$a->strings["Version"] = "Versie";
+$a->strings["Active plugins"] = "Ingeschakelde plug-ins";
+$a->strings["Site settings updated."] = "Hub-instellingen bijgewerkt.";
+$a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten";
+$a->strings["No special theme for accessibility"] = "";
+$a->strings["No"] = "Nee";
+$a->strings["Yes - with approval"] = "Ja - met goedkeuring";
+$a->strings["Yes"] = "Ja";
+$a->strings["My site is not a public server"] = "Mijn Red Matrix-hub is niet openbaar";
+$a->strings["My site has paid access only"] = "Mijn Red Matrix-hub kent alleen betaalde toegang";
+$a->strings["My site has free access only"] = "Mijn Red Matrix-hub kent alleen gratis toegang";
+$a->strings["My site offers free accounts with optional paid upgrades"] = "Mijn Red Matrix-hub biedt gratis accounts aan met betaalde uitbreidingen als optie";
+$a->strings["Registration"] = "Registratie";
+$a->strings["File upload"] = "Bestand uploaden";
+$a->strings["Policies"] = "Beleid";
+$a->strings["Site name"] = "Naam van deze Red Matrix-hub";
+$a->strings["Banner/Logo"] = "Banner/logo";
+$a->strings["Administrator Information"] = "Informatie over de beheerder van deze hub";
+$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Contactinformatie voor hub-beheerders. Getoond op pagina met hub-informatie. Er kan hier bbcode gebruikt worden.";
+$a->strings["System language"] = "Standaardtaal";
+$a->strings["System theme"] = "Standaardthema";
+$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Standaardthema voor Red Matrix-hub (kan door gebruiker veranderd worden) - <a href='#' id='cnftheme'>verander thema-instellingen</a>";
+$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 Red Matrix-hub";
+$a->strings["Maximum image size"] = "Maximale grootte van afbeeldingen";
+$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standaard is 0, wat geen limiet betekend.";
+$a->strings["Does this site allow new member registration?"] = "Staat deze hub registratie van nieuwe accounts toe?";
+$a->strings["Which best describes the types of account offered by this hub?"] = "Wat voor soort accounts biedt deze Red Matrix-hub aan? Kies wat het meest in de buurt komt.";
+$a->strings["Register text"] = "Registratietekst";
+$a->strings["Will be displayed prominently on the registration page."] = "Wordt prominent op de registratiepagina getoond.";
+$a->strings["Accounts abandoned after x days"] = "Accounts als verlaten beschouwen na zoveel aantal dagen:";
+$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Zal geen systeembronnen verspillen door polling van externe hubs voor verlaten accounts. Vul 0 in voor geen tijdslimiet.";
+$a->strings["Allowed friend domains"] = "Toegestane domeinen";
+$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Komma-gescheiden lijst van domeinen waarvan kanalen connecties kunnen aangaan met kanalen op deze Red Matrix-hub. Wildcards zijn toegestaan.\nLaat leeg om alle domeinen toe te laten.";
+$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["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";
+$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Verwijder de tab in de matrix-weergave waarin zich een selectie aan openbare berichten bevindt, die automatisch voor deze hub zijn uitgekozen.";
+$a->strings["No login on Homepage"] = "Geen inlogformulier op de homepage";
+$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)."] = "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 Red Matrix-hub als homepage gebruikt)";
+$a->strings["Proxy user"] = "Proxy-gebruiker";
+$a->strings["Proxy URL"] = "Proxy-URL";
+$a->strings["Network timeout"] = "Netwerktimeout";
+$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)";
+$a->strings["Delivery interval"] = "Afleveringsinterval";
+$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."] = "";
+$a->strings["Poll interval"] = "Poll-interval";
+$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "";
+$a->strings["Maximum Load Average"] = "Maximaal gemiddelde systeembelasting";
+$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "";
+$a->strings["No server found"] = "Geen hub gevonden";
+$a->strings["ID"] = "ID";
+$a->strings["for channel"] = "voor kanaal";
+$a->strings["on server"] = "op hub";
+$a->strings["Status"] = "Status";
+$a->strings["Update has been marked successful"] = "Update is als succesvol gemarkeerd";
+$a->strings["Executing %s failed. Check system logs."] = "Uitvoeren van %s is mislukt. Controleer systeemlogboek.";
+$a->strings["Update %s was successfully applied."] = "Update %s was geslaagd.";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s gaf geen melding. Het is daarom niet bekend of deze geslaagd is.";
+$a->strings["Update function %s could not be found."] = "Update-functie %s kon niet gevonden worden.";
+$a->strings["No failed updates."] = "Geen mislukte updates.";
+$a->strings["Failed Updates"] = "Mislukte updates";
+$a->strings["Mark success (if update was manually applied)"] = "Markeer als geslaagd (wanneer de update handmatig was uitgevoerd)";
+$a->strings["Attempt to execute this update step automatically"] = "Poging om deze stap van de update automatisch uit te voeren.";
+$a->strings["%s user blocked/unblocked"] = array(
+ 0 => "%s account geblokkeerd/gedeblokkeerd",
+ 1 => "%s accounts geblokkeerd/gedeblokkeerd",
+);
+$a->strings["%s user deleted"] = array(
+ 0 => "%s account verwijderd",
+ 1 => "%s accounts verwijderd",
+);
+$a->strings["Account not found"] = "Account niet gevonden";
+$a->strings["User '%s' deleted"] = "Account '%s' verwijderd";
+$a->strings["User '%s' unblocked"] = "Account '%s' gedeblokkeerd";
+$a->strings["User '%s' blocked"] = "Gebruiker '%s' geblokkeerd";
+$a->strings["Users"] = "Accounts";
+$a->strings["select all"] = "alles selecteren";
+$a->strings["User registrations waiting for confirm"] = "Accounts die op goedkeuring wachten";
+$a->strings["Request date"] = "Tijd/datum verzoek";
+$a->strings["No registrations."] = "Geen verzoeken.";
+$a->strings["Approve"] = "Goedkeuren";
+$a->strings["Deny"] = "Afkeuren";
+$a->strings["Block"] = "Blokkeren";
+$a->strings["Unblock"] = "Deblokkeren";
+$a->strings["Register date"] = "Geregistreerd";
+$a->strings["Last login"] = "Laatste keer ingelogd";
+$a->strings["Expires"] = "Verloopt";
+$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",
+);
+$a->strings["%s channel deleted"] = array(
+ 0 => "%s kanaal verwijderd",
+ 1 => "%s kanalen verwijderd",
+);
+$a->strings["Channel not found"] = "Kanaal niet gevonden";
+$a->strings["Channel '%s' deleted"] = "Kanaal '%s' verwijderd";
+$a->strings["Channel '%s' uncensored"] = "Kanaal '%s' ongecensureerd";
+$a->strings["Channel '%s' censored"] = "Kanaal '%s' gecensureerd";
+$a->strings["Censor"] = "Censureren";
+$a->strings["Uncensor"] = "Niet censureren";
+$a->strings["UID"] = "UID";
+$a->strings["Name"] = "Naam";
+$a->strings["Address"] = "Kanaaladres";
+$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?"] = "Geselecteerde kanalen worden verwijderd!\\n\\nAlles wat in deze kanalen op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?";
+$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?"] = "Kanaal {0} wordt verwijderd!\\n\\nAlles wat in dit kanaal op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?";
+$a->strings["Plugin %s disabled."] = "Plug-in %s uitgeschakeld.";
+$a->strings["Plugin %s enabled."] = "Plug-in %s ingeschakeld";
+$a->strings["Disable"] = "Uitschakelen";
+$a->strings["Enable"] = "Inschakelen";
+$a->strings["Toggle"] = "Omschakelen";
+$a->strings["Author: "] = "Auteur: ";
+$a->strings["Maintainer: "] = "Beheerder: ";
+$a->strings["No themes found."] = "Geen thema's gevonden";
+$a->strings["Screenshot"] = "Schermafdruk";
+$a->strings["[Experimental]"] = "[Experimenteel]";
+$a->strings["[Unsupported]"] = "[Niet ondersteund]";
+$a->strings["Log settings updated."] = "Logboek-instellingen bijgewerkt.";
+$a->strings["Clear"] = "Leegmaken";
+$a->strings["Debugging"] = "Debuggen";
+$a->strings["Log file"] = "Logbestand";
+$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "";
+$a->strings["Log level"] = "Logniveau";
+$a->strings["Poke/Prod"] = "Aanstoten/porren";
+$a->strings["poke, prod or do other things to somebody"] = "aanstoten, porren of andere dingen met iemand doen";
+$a->strings["Recipient"] = "Ontvanger";
+$a->strings["Choose what you wish to do to recipient"] = "Kies wat je met de ontvanger wil doen";
+$a->strings["Make this post private"] = "Maak dit bericht privé";
+$a->strings["Authorize application connection"] = "Geef toestemming voor applicatiekoppeling";
+$a->strings["Return to your app and insert this Securty Code:"] = "";
+$a->strings["Please login to continue."] = "";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "";
+$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen.";
+$a->strings["Welcome %s. Remote authentication successful."] = "Welkom %s. Authenticatie op afstand geslaagd.";
+$a->strings["Item not available."] = "Item is niet aanwezig.";
+$a->strings["Fetching URL returns error: %1\$s"] = "";
+$a->strings["Invalid item."] = "Ongeldig item.";
+$a->strings["Channel not found."] = "Kanaal niet gevonden.";
+$a->strings["Page not found."] = "";
+$a->strings["Image uploaded but image cropping failed."] = "";
+$a->strings["Image resize failed."] = "";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "";
+$a->strings["Image exceeds size limit of %d"] = "";
+$a->strings["Unable to process image."] = "";
+$a->strings["Photo not available."] = "";
+$a->strings["Upload File:"] = "Bestand uploaden:";
+$a->strings["Select a profile:"] = "Kies een profiel:";
+$a->strings["Upload Profile Photo"] = "Profielfoto uploaden";
+$a->strings["Upload"] = "Uploaden";
+$a->strings["or"] = "of";
+$a->strings["skip this step"] = "sla deze stap over";
+$a->strings["select a photo from your photo albums"] = "";
+$a->strings["Crop Image"] = "Afbeelding bijsnijden";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "";
+$a->strings["Done Editing"] = "Klaar met bewerkeb";
+$a->strings["Image uploaded successfully."] = "Uploaden afbeelding geslaagd";
+$a->strings["Image upload failed."] = "Uploaden afbeelding mislukt";
+$a->strings["Image size reduction [%s] failed."] = "";
+$a->strings["Block Name"] = "";
+$a->strings["Profile not found."] = "";
+$a->strings["Profile deleted."] = "";
+$a->strings["Profile-"] = "Profiel-";
+$a->strings["New profile created."] = "Nieuw profiel aangemaakt.";
+$a->strings["Profile unavailable to clone."] = "Profiel niet beschikbaar om te klonen";
+$a->strings["Profile Name is required."] = "Profielnaam is vereist";
+$a->strings["Marital Status"] = "Huwelijke status";
+$a->strings["Romantic Partner"] = "Romantische partner";
+$a->strings["Likes"] = "Houdt van";
+$a->strings["Dislikes"] = "Houdt niet van";
+$a->strings["Work/Employment"] = "Werk/arbeid";
+$a->strings["Religion"] = "Religie";
+$a->strings["Political Views"] = "Politieke overtuigingen";
+$a->strings["Gender"] = "Geslacht";
+$a->strings["Sexual Preference"] = "Seksuele voorkeur";
+$a->strings["Homepage"] = "Homepage";
+$a->strings["Interests"] = "Interesses";
+$a->strings["Location"] = "Locatie";
+$a->strings["Profile updated."] = "Profiel bijgewerkt";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Laat de lijst met connecties niet aan bezoekers van dit profiel zien.";
+$a->strings["Edit Profile Details"] = "Profiel bewerken";
+$a->strings["View this profile"] = "Profiel weergeven";
+$a->strings["Change Profile Photo"] = "Profielfoto wijzigen";
+$a->strings["Create a new profile using these settings"] = "Een nieuw profiel aanmaken met dit profiel als basis";
+$a->strings["Clone this profile"] = "Dit profiel klonen";
+$a->strings["Delete this profile"] = "Dit profiel verwijderen";
+$a->strings["Profile Name:"] = "Profielnaam:";
+$a->strings["Your Full Name:"] = "Jouw volledige naam:";
+$a->strings["Title/Description:"] = "Titel/omschrijving:";
+$a->strings["Your Gender:"] = "Jouw geslacht";
+$a->strings["Birthday (%s):"] = "Geboortedag (%s)";
+$a->strings["Street Address:"] = "Straat en huisnummer:";
+$a->strings["Locality/City:"] = "Woonplaats:";
+$a->strings["Postal/Zip Code:"] = "Postcode:";
+$a->strings["Country:"] = "Land:";
+$a->strings["Region/State:"] = "Provincie/gewest/deelstaat:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Huwelijkse staat:";
+$a->strings["Who: (if applicable)"] = "Wie (wanneer toepasselijk):";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: karin123, Karin Jansen, cathy@voorbeeld.nl";
+$a->strings["Since [date]:"] = "Sinds [datum]:";
+$a->strings["Homepage URL:"] = "Adres homepage:";
+$a->strings["Religious Views:"] = "Religieuze overtuigingen";
+$a->strings["Keywords:"] = "Trefwoorden";
+$a->strings["Example: fishing photography software"] = "Voorbeeld: muziek, fotografie, software";
+$a->strings["Used in directory listings"] = "Wordt in de kanalengids gebruikt";
+$a->strings["Tell us about yourself..."] = "Vertel ons iets over jezelf...";
+$a->strings["Hobbies/Interests"] = "Hobby's/interesses";
+$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken";
+$a->strings["My other channels"] = "Mijn andere kanalen";
+$a->strings["Musical interests"] = "Muzikale interesses";
+$a->strings["Books, literature"] = "Boeken/literatuur";
+$a->strings["Television"] = "Televisie";
+$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/entertainment";
+$a->strings["Love/romance"] = "Liefde/romantiek";
+$a->strings["Work/employment"] = "Werk/arbeid";
+$a->strings["School/education"] = "School/onderwijs";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Dit is jouw <strong>openbare</strong> profiel.<br />Het <strong>kan</strong> voor iedereen op het internet zichtbaar zijn.";
+$a->strings["Age: "] = "Leeftijd:";
+$a->strings["Edit/Manage Profiles"] = "Profielen bewerken/beheren";
+$a->strings["Add profile things"] = "";
+$a->strings["Include desirable objects in your profile"] = "";
+$a->strings["Bookmark added"] = "Bladwijzer toegevoegd";
+$a->strings["My Bookmarks"] = "Mijn bladwijzers";
+$a->strings["My Connections Bookmarks"] = "Bladwijzers van mijn connecties";
+$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identifier";
+$a->strings["Profile Visibility Editor"] = "Zichtbaarheid profiel ";
+$a->strings["Click on a contact to add or remove."] = "Klik op een connectie om deze toe te voegen of te verwijderen";
+$a->strings["Visible To"] = "Zichtbaar voor";
+$a->strings["All Connections"] = "Alle connecties";
+$a->strings["Public Sites"] = "Openbare hubs";
+$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor de Red Matrix aanmelden. Alle hubs in de matrix zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven.";
+$a->strings["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 rechten. Verzoek doorgestuurd naar profielpagina.";
+$a->strings["Select a bookmark folder"] = "";
+$a->strings["Save Bookmark"] = "";
+$a->strings["URL of bookmark"] = "";
+$a->strings["Description"] = "";
+$a->strings["Or enter new bookmark folder name"] = "";
+$a->strings["Room not found"] = "";
+$a->strings["Leave Room"] = "Chatkanaal verlaten";
+$a->strings["Delete This Room"] = "Chatkanaal verwijderen";
+$a->strings["I am away right now"] = "Ik ben momenteel afwezig";
+$a->strings["I am online"] = "Ik ben online";
+$a->strings["Bookmark this room"] = "Chatkanaal aan bladwijzers toevoegen";
+$a->strings["New Chatroom"] = "Nieuw chatkanaal";
+$a->strings["Chatroom Name"] = "Naam chatkanaal";
+$a->strings["%1\$s's Chatrooms"] = "Chatkanalen van %1\$s";
+$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximum toegestane dagelijkse registraties op deze Red Matrix-hub bereikt. Probeer het morgen (UTC) nogmaals.";
+$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden.";
+$a->strings["Passwords do not match."] = "Wachtwoorden komen niet met elkaar overeen.";
+$a->strings["Registration successful. Please check your email for validation instructions."] = "Registratie geslaagd. Controleer je e-mail voor instructies om je e-mail te bevestigen.";
+$a->strings["Your registration is pending approval by the site owner."] = "Jouw registratie wacht op goedkeuring van de beheerder van deze Red Matrix-hub.";
+$a->strings["Your registration can not be processed."] = "Jouw registratie kan niet verwerkt worden.";
+$a->strings["Registration on this site/hub is by approval only."] = "Registraties op deze Red Matrix-hub moeten eerst worden goedgekeurd.";
+$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registreer op een andere Red Matrix-hub</a>";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze Red Matrix-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals.";
+$a->strings["Terms of Service"] = "Gebruiksvoorwaarden";
+$a->strings["I accept the %s for this website"] = "Ik accepteer de %s van deze Red Matrix-hub";
+$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ik ben ouder dan 13 en accepteer de %s van deze Red Matrix-hub";
+$a->strings["Membership on this site is by invitation only."] = "Registreren op deze Red Matrix-hub kan alleen op uitnodiging.";
+$a->strings["Please enter your invitation code"] = "Vul jouw uitnodigingscode in";
+$a->strings["Your email address"] = "Jouw e-mailadres";
+$a->strings["Choose a password"] = "Geef een wachtwoord op";
+$a->strings["Please re-enter your password"] = "Geef het wachtwoord opnieuw op";
+$a->strings["Away"] = "Afwezig";
+$a->strings["Online"] = "Online";
+$a->strings["Please login."] = "Inloggen.";
+$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red Matrix - gasten: Gebruikersnaam: {jouw e-mailadres}, wachtwoord: +++";
+$a->strings["Remove This Channel"] = "Verwijder dit kanaal";
+$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Dit zal dit kanaal compleet van deze hub en uit het Red Matrix-netwerk verwijderen. Dit kan hierna niet meer te ongedaan gemaakt worden.";
+$a->strings["Please enter your password for verification:"] = "Vul je wachtwoord in voor verificatie:";
+$a->strings["Remove this channel and all its clones from the network"] = "Dit kanaal en alle klonen hiervan uit het Red Matrix-netwerk verwijderen";
+$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het Red Matrix-netwerk verwijderd.";
+$a->strings["Remove Channel"] = "Kanaal verwijderen";
+$a->strings["No channel."] = "Geen kanaal.";
+$a->strings["Common connections"] = "Veel voorkomende connecties";
+$a->strings["No connections in common."] = "Geen gemeenschappelijke connecties.";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "";
+$a->strings["The error message was:"] = "";
+$a->strings["Authentication failed."] = "Authenticatie mislukt.";
+$a->strings["Remote Authentication"] = "Authenticatie op afstand";
+$a->strings["Enter your channel address (e.g. channel@example.com)"] = "";
+$a->strings["Authenticate"] = "Authenticeren";
+$a->strings["Continue"] = "Ga verder";
+$a->strings["Premium Channel Setup"] = "Instellen premiumkanaal ";
+$a->strings["Enable premium channel connection restrictions"] = "Restricties voor connecties van premiumkanaal toestaan";
+$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "";
+$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "";
+$a->strings["Potential connections will then see the following text before proceeding:"] = "";
+$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "";
+$a->strings["(No specific instructions have been provided by the channel owner.)"] = "";
+$a->strings["Restricted or Premium Channel"] = "";
+$a->strings["No such group"] = "";
+$a->strings["Search Results For:"] = "";
+$a->strings["Collection is empty"] = "";
+$a->strings["Collection: "] = "";
+$a->strings["Connection: "] = "";
+$a->strings["Invalid connection."] = "";
+$a->strings["Could not access contact record."] = "";
+$a->strings["Could not locate selected profile."] = "";
+$a->strings["Connection updated."] = "";
+$a->strings["Failed to update connection record."] = "";
+$a->strings["Blocked"] = "Geblokkeerd";
+$a->strings["Ignored"] = "Genegeerd";
+$a->strings["Hidden"] = "Verborgen";
+$a->strings["Archived"] = "Gearchiveerd";
+$a->strings["All"] = "Alles";
+$a->strings["Unconnected"] = "Niet verbonden";
+$a->strings["Suggest new connections"] = "Nieuwe kanalen voorstellen";
+$a->strings["New Connections"] = "Nieuwe connecties";
+$a->strings["Show pending (new) connections"] = "";
+$a->strings["Show all connections"] = "Toon alle connecties";
+$a->strings["Unblocked"] = "Niet geblokkeerd";
+$a->strings["Only show unblocked connections"] = "Toon alleen niet geblokkeerde connecties";
+$a->strings["Only show blocked connections"] = "Toon alleen geblokkeerde connecties";
+$a->strings["Only show ignored connections"] = "Toon alleen genegeerde connecties";
+$a->strings["Only show archived connections"] = "Toon alleen gearchiveerde connecties";
+$a->strings["Only show hidden connections"] = "Toon alleen verborgen connecties";
+$a->strings["Only show one-way connections"] = "Toon alleen niet wederzijdse connecties";
+$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
+$a->strings["Edit contact"] = "Connectie bewerken";
+$a->strings["Search your connections"] = "Doorzoek jouw connecties";
+$a->strings["Finding: "] = "Zoeken naar: ";
+$a->strings["Edit post"] = "Bericht bewerken";
+$a->strings["Could not access address book record."] = "Kon geen toegang krijgen tot de record van de connectie.";
+$a->strings["Refresh failed - channel is currently unavailable."] = "Vernieuwen mislukt - kanaal is momenteel niet beschikbaar";
+$a->strings["Channel has been unblocked"] = "Kanaal is gedeblokkeerd";
+$a->strings["Channel has been blocked"] = "Kanaal is geblokkeerd";
+$a->strings["Unable to set address book parameters."] = "Niet in staat om de parameters van connecties in te stellen.";
+$a->strings["Channel has been unignored"] = "Kanaal wordt niet meer genegeerd";
+$a->strings["Channel has been ignored"] = "Kanaal wordt genegeerd";
+$a->strings["Channel has been unarchived"] = "Kanaal is niet meer gearchiveerd";
+$a->strings["Channel has been archived"] = "Kanaal is gearchiveerd";
+$a->strings["Channel has been unhidden"] = "Kanaal is niet meer verborgen";
+$a->strings["Channel has been hidden"] = "Kanaal is verborgen";
+$a->strings["Channel has been approved"] = "Kanaal is goedgekeurd";
+$a->strings["Channel has been unapproved"] = "Kanaal is niet goedgekeurd";
+$a->strings["Connection has been removed."] = "Connectie is verwijderd";
+$a->strings["View %s's profile"] = "Profiel van %s weergeven";
+$a->strings["Refresh Permissions"] = "Rechten vernieuwen";
+$a->strings["Fetch updated permissions"] = "Aangepaste rechten ophalen";
+$a->strings["Recent Activity"] = "Recente activiteit";
+$a->strings["View recent posts and comments"] = "Recente berichten en reacties weergeven";
+$a->strings["Block or Unblock this connection"] = "Deze connectie blokkeren of deblokkeren";
+$a->strings["Unignore"] = "Niet meer negeren";
+$a->strings["Ignore"] = "Negeren";
+$a->strings["Ignore or Unignore this connection"] = "Deze connectie negeren of niet meer negeren";
+$a->strings["Unarchive"] = "Niet meer archiveren";
+$a->strings["Archive"] = "Archiveren";
+$a->strings["Archive or Unarchive this connection"] = "Deze connectie archiveren of niet meer archiveren";
+$a->strings["Unhide"] = "Niet meer verbergen";
+$a->strings["Hide"] = "Verbergen";
+$a->strings["Hide or Unhide this connection"] = "Deze connectie verbergen of niet meer verbergen";
+$a->strings["Delete this connection"] = "Deze connectie verwijderen";
+$a->strings["Approve this connection"] = "Deze connectie goedkeuren";
+$a->strings["Accept connection to allow communication"] = "Keur deze connectie goed om communicatie toe te staan";
+$a->strings["Automatic Permissions Settings"] = "Automatische instellingen van rechten";
+$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, \nzullen alle rechten hier automatisch op de nieuwe connectie worden toegepast en het connectieverzoek worden goedgekeurd. 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!"] = "";
+$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\"."] = "";
+$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.";
+$a->strings["Contact Information / Notes"] = "Informatie/aantekeningen over connectie";
+$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 rechten";
+$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 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 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 rechten";
+$a->strings["Simple Permissions (select one and submit)"] = "Eenvoudige rechten (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";
+$a->strings["Repair URL settings"] = "URL-instellingen repareren";
+$a->strings["View conversations"] = "Conversaties weergeven";
+$a->strings["Delete contact"] = "Connectie verwijderen";
+$a->strings["Last update:"] = "Laatste wijziging:";
+$a->strings["Update public posts"] = "Openbare berichten updaten";
+$a->strings["Update now"] = "Nu updaten";
+$a->strings["Currently blocked"] = "Momenteel geblokkeerd";
+$a->strings["Currently ignored"] = "Momenteel genegeerd";
+$a->strings["Currently archived"] = "Momenteel gearchiveerd";
+$a->strings["Currently pending"] = "Momenteel in afwachting op goedkeuring";
+$a->strings["Hide this contact from others"] = "Verberg deze connectie voor anderen";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "";
+$a->strings["No potential page delegates located."] = "";
+$a->strings["Delegate Page Management"] = "";
+$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "";
+$a->strings["Existing Page Managers"] = "";
+$a->strings["Existing Page Delegates"] = "";
+$a->strings["Potential Delegates"] = "Bestaande personen waaraan het paginabeheer is uitbesteed";
+$a->strings["Remove"] = "Verwijderen";
+$a->strings["Add"] = "Toevoegen";
+$a->strings["No entries."] = "";
+$a->strings["Public access denied."] = "Openbare toegang geweigerd.";
+$a->strings["Gender: "] = "Geslacht:";
+$a->strings["Finding:"] = "";
+$a->strings["next page"] = "volgende pagina";
+$a->strings["previous page"] = "vorige pagina";
+$a->strings["No entries (some entries may be hidden)."] = "";
+$a->strings["Status: "] = "Status: ";
+$a->strings["Sexual Preference: "] = "Seksuele voorkeur: ";
+$a->strings["Homepage: "] = "Homepage: ";
+$a->strings["Hometown: "] = "Woonplaats: ";
+$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["Name is required"] = "Naam is vereist";
+$a->strings["Key and Secret are required"] = "";
+$a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord onveranderd.";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "Lege wachtwoorden zijn niet toegestaan. Wachtwoord onveranderd.";
+$a->strings["Password changed."] = "Wachtwoord veranderd.";
+$a->strings["Password update failed. Please try again."] = "";
+$a->strings["Not valid email."] = "Geen geldig e-mailadres.";
+$a->strings["Protected email address. Cannot change to that email."] = "Beschermd e-mailadres. Kan dat e-mailadres niet gebruiken.";
+$a->strings["System failure storing new email. Please try again."] = "Systeemfout opslaan van nieuwe e-mail. Probeer het nog een keer.";
+$a->strings["Settings updated."] = "Instellingen bijgewerkt.";
+$a->strings["Add application"] = "Applicatie toevoegen";
+$a->strings["Name of application"] = "Naam van applicatie";
+$a->strings["Consumer Key"] = "Consumer key";
+$a->strings["Automatically generated - change if desired. Max length 20"] = "Automatische gegenereerd - verander wanneer gewenst. Maximale lengte is 20";
+$a->strings["Consumer Secret"] = "Consumer secret";
+$a->strings["Redirect"] = "Redirect/doorverwijzing";
+$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI voor redirect - laat leeg, behalve wanneer de applicatie dit vereist";
+$a->strings["Icon url"] = "URL van pictogram";
+$a->strings["Optional"] = "Optioneel";
+$a->strings["You can't edit this application."] = "Je kan deze applicatie niet bewerken";
+$a->strings["Connected Apps"] = "Verbonden applicaties";
+$a->strings["Client key starts with"] = "Client key begint met";
+$a->strings["No name"] = "Geen naam";
+$a->strings["Remove authorization"] = "Autorisatie verwijderen";
+$a->strings["No feature settings configured"] = "Geen plugin-instellingen ingesteld";
+$a->strings["Feature Settings"] = "Plugin-instellingen";
+$a->strings["Account Settings"] = "Account-instellingen";
+$a->strings["Password Settings"] = "Wachtwoord-instellingen";
+$a->strings["New Password:"] = "Nieuw wachtwoord:";
+$a->strings["Confirm:"] = "Bevestigen:";
+$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen";
+$a->strings["Email Address:"] = "E-mailadres:";
+$a->strings["Remove Account"] = "Kanaal verwijderen (neem contact op met de beheerder van deze hub om je account te verwijderen)";
+$a->strings["Warning: This action is permanent and cannot be reversed."] = "Waarschuwing: Deze handeling is van permanente aard en kan niet meer worden teruggedraaid.";
+$a->strings["Off"] = "Uit";
+$a->strings["On"] = "Aan";
+$a->strings["Additional Features"] = "Extra functies";
+$a->strings["Connector Settings"] = "Instellingen externe koppelingen";
+$a->strings["%s - (Experimental)"] = "";
+$a->strings["Display Settings"] = "Weergave-instellingen";
+$a->strings["Display Theme:"] = "Gebruik thema:";
+$a->strings["Mobile Theme:"] = "Mobiel thema:";
+$a->strings["Update browser every xx seconds"] = "Ververs de webbrowser om de zoveel seconde";
+$a->strings["Minimum of 10 seconds, no maximum"] = "Minimaal 10 seconde, geen maximum";
+$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["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";
+$a->strings["Anybody in your address book"] = "Al jouw connecties";
+$a->strings["Anybody on this website"] = "Iedereen op deze hub";
+$a->strings["Anybody in this network"] = "Iedereen in dit netwerk";
+$a->strings["Anybody authenticated"] = "Geauthenticeerd";
+$a->strings["Anybody on the internet"] = "Iedereen op het internet";
+$a->strings["Publish your default profile in the network directory"] = "Publiceer je standaardprofiel in de kanalengids";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Sta ons toe om jouw kanaal als mogelijke connectie voor te stellen aan nieuwe kanalen";
+$a->strings["Your channel address is"] = "Jouw kanaaladres is";
+$a->strings["Channel Settings"] = "Kanaal-instellingen";
+$a->strings["Basic Settings"] = "Basis-instellingen";
+$a->strings["Your Timezone:"] = "Jouw tijdzone:";
+$a->strings["Default Post Location:"] = "Standaardlocatie bericht:";
+$a->strings["Geographical location to display on your posts"] = "Geografische locatie die bij het bericht moet worden vermeld";
+$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["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 Red Matrix aanwezig bent";
+$a->strings["Simple Privacy Settings:"] = "Eenvoudige privacy-instellingen:";
+$a->strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = "Zeer openbaar <em>(kanaal staat volledig open - moet met grote zorgvuldigheid gebruikt worden)</em>";
+$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "Normaal <em>(standaard openbaar, maar privacy wanneer noodzakelijk - vergelijkbaar met die van sociale netwerken, maar met verbeterde privacy)</em>";
+$a->strings["Private - <em>default private, never open or public</em>"] = "Privé <em>(standaard privé en nooit openbaar)</em>";
+$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Geblokkeerd <em>(standaard geblokkeerd naar/van iedereen)</em>";
+$a->strings["Allow others to tag your posts"] = "Anderen toestaan om je berichten te labelen";
+$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Vaak in groepen/forums gebruikt om met terugwerkende kracht ongepast materiaal te markeren";
+$a->strings["Advanced Privacy Settings"] = "Geavanceerde privacy-instellingen";
+$a->strings["Expire other channel content after this many days"] = "Inhoud van andere kanalen na zoveel aantal dagen laten verlopen:";
+$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"] = "Standaardrechten 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";
+$a->strings["By default post a status message when:"] = "Plaats automatisch een statusbericht wanneer:";
+$a->strings["accepting a friend request"] = "Een connectieverzoek wordt geaccepteerd";
+$a->strings["joining a forum/community"] = "Je lid wordt van een groep/forum";
+$a->strings["making an <em>interesting</em> profile change"] = "Er sprake is van een <em>interessante</em> profielwijziging";
+$a->strings["Send a notification email when:"] = "Verzend een notificatie per e-mail wanneer:";
+$a->strings["You receive a connection request"] = "Je een connectieverzoek ontvangt";
+$a->strings["Your connections are confirmed"] = "Jouw connecties zijn bevestigd";
+$a->strings["Someone writes on your profile wall"] = "Iemand iets op jouw kanaal heeft geschreven";
+$a->strings["Someone writes a followup comment"] = "Iemand een reactie schrijft";
+$a->strings["You receive a private message"] = "Je een privé-bericht ontvangt";
+$a->strings["You receive a friend suggestion"] = "Je een kanaalvoorstel ontvangt";
+$a->strings["You are tagged in a post"] = "Je expliciet in een bericht bent genoemd";
+$a->strings["You are poked/prodded/etc. in a post"] = "Je bent in een bericht aangestoten/gepord/etc.";
+$a->strings["Advanced Account/Page Type Settings"] = "";
+$a->strings["Change the behaviour of this account for special situations"] = "";
+$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "";
+$a->strings["Miscellaneous Settings"] = "Diverse instellingen";
+$a->strings["Personal menu to display in your channel pages"] = "Persoonlijk menu dat op je kanaalpagina's wordt weergegeven";
+$a->strings["Red Matrix Server - Setup"] = "Red Matrix-server instellen";
+$a->strings["Could not connect to database."] = "Kon geen verbinding maken met de database.";
+$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "";
+$a->strings["Could not create table."] = "";
+$a->strings["Your site database has been installed."] = "";
+$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = "";
+$a->strings["Please see the file \"install/INSTALL.txt\"."] = "";
+$a->strings["System check"] = "";
+$a->strings["Next"] = "Volgende";
+$a->strings["Check again"] = "";
+$a->strings["Database connection"] = "";
+$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "Om Red Matrix te kunnen installeren, moeten we weten hoe we met de database kunnen verbinden.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "";
+$a->strings["Database Server Name"] = "";
+$a->strings["Default is localhost"] = "";
+$a->strings["Database Port"] = "";
+$a->strings["Communication port number - use 0 for default"] = "";
+$a->strings["Database Login Name"] = "";
+$a->strings["Database Login Password"] = "";
+$a->strings["Database Name"] = "";
+$a->strings["Site administrator email address"] = "E-mailadres hubbeheerder";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Het e-mailadres van jouw account moet hiermee overeenkomen alvorens het <i>web admin panel</i> te kunnen gebruiken.";
+$a->strings["Website URL"] = "URL Red Matrix-hub";
+$a->strings["Please use SSL (https) URL if available."] = "";
+$a->strings["Please select a default timezone for your website"] = "";
+$a->strings["Site settings"] = "Hub-instellingen";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "";
+$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "";
+$a->strings["PHP executable path"] = "";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "";
+$a->strings["Command line PHP"] = "";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "";
+$a->strings["This is required for message delivery to work."] = "";
+$a->strings["PHP register_argc_argv"] = "";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fout: de functie \"openssl_pkey_new\" op dit systeem is niet in staat om encryptie-sleutels aan te maken";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Wanneer je Red Matrix onder Windows wil draaien, ga dan naar \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Encryptie-sleutels aanmaken";
+$a->strings["libCurl PHP module"] = "libCurl PHP-module";
+$a->strings["GD graphics PHP module"] = "GD graphics PHP-module";
+$a->strings["OpenSSL PHP module"] = "OpenSSL PHP-module";
+$a->strings["mysqli PHP module"] = "mysqli PHP-module";
+$a->strings["mb_string PHP module"] = "mb_string PHP-module";
+$a->strings["mcrypt PHP module"] = "mcrypt PHP-module";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite-module";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "";
+$a->strings["proc_open"] = "";
+$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "";
+$a->strings["Error: libCURL PHP module required but not installed."] = "";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "";
+$a->strings["Error: openssl PHP module required but not installed."] = "";
+$a->strings["Error: mysqli PHP module required but not installed."] = "";
+$a->strings["Error: mb_string PHP module required but not installed."] = "";
+$a->strings["Error: mcrypt PHP module required but not installed."] = "";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "";
+$a->strings[".htconfig.php is writable"] = "";
+$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "";
+$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."] = "";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "";
+$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."] = "";
+$a->strings["view/tpl/smarty3 is writable"] = "";
+$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->strings["store is writable"] = "";
+$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this 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!"] = "";
+$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own 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."] = "";
+$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "";
+$a->strings["Providers are available that issue free certificates which are browser-valid."] = "";
+$a->strings["SSL certificate validation"] = "";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "";
+$a->strings["Url rewrite is working"] = "";
+$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "";
+$a->strings["Errors encountered creating database tables."] = "";
+$a->strings["<h1>What next</h1>"] = "<h1>Wat nu</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "";
+$a->strings["Item not found"] = "Item niet gevonden";
+$a->strings["Edit Block"] = "Blok bewerken";
+$a->strings["Delete block?"] = "Blok verwijderen";
+$a->strings["Insert YouTube video"] = "YouTube-video invoegen";
+$a->strings["Insert Vorbis [.ogg] video"] = "Vorbis-video [.ogg] invoegen";
+$a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis-audio [.ogg] invoegen";
+$a->strings["Delete Block"] = "Blok verwijderen";
+$a->strings["Layout updated."] = "Layout bijgewerkt.";
+$a->strings["Edit System Page Description"] = "Systeempagina's bewerken";
+$a->strings["Layout not found."] = "Lay-out niet gevonden.";
+$a->strings["Module Name:"] = "Modulenaam:";
+$a->strings["Layout Help"] = "Lay-out-hulp";
+$a->strings["Edit Layout"] = "Lay-out bewerken";
+$a->strings["Delete layout?"] = "Lay-out verwijderen?";
+$a->strings["Delete Layout"] = "Lay-out verwijderen";
+$a->strings["Item is not editable"] = "Item is niet te bewerken";
+$a->strings["Delete item?"] = "Item verwijderen?";
+$a->strings["Edit Webpage"] = "Webpagina bewerken";
+$a->strings["Delete webpage?"] = "Webpagina verwijderen?";
+$a->strings["Delete Webpage"] = "Webpagina verwijderen";
+$a->strings["Version %s"] = "Versie %s";
+$a->strings["Installed plugins/addons/apps:"] = "Ingeschakelde plug-ins/add-ons/apps:";
+$a->strings["No installed plugins/addons/apps"] = "Geen ingeschakelde plug-ins/add-ons/apps";
+$a->strings["Red"] = "Red";
+$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Dit is een Red Matrix-hub - een wereldwijd coöperatief netwerk van gedecentraliseerde websites met verbeterende privacy.";
+$a->strings["Running at web location"] = "Draaiend op weblocatie";
+$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Bezoek <a href=\"http://redmatrix.me\">RedMatrix.me</a> om meer te leren over de Red Matrix.";
+$a->strings["Bug reports and issues: please visit"] = "Bugrapporten en andere kwesties: bezoek";
+$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com";
+$a->strings["Site Administrators"] = "Hubbeheerders";
+$a->strings["Failed to create source. No channel selected."] = "";
+$a->strings["Source created."] = "";
+$a->strings["Source updated."] = "";
+$a->strings["*"] = "";
+$a->strings["Manage remote sources of content for your channel."] = "";
+$a->strings["New Source"] = "";
+$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "";
+$a->strings["Only import content with these words (one per line)"] = "";
+$a->strings["Leave blank to import all public content"] = "";
+$a->strings["Channel Name"] = "Kanaalnaam";
+$a->strings["Source not found."] = "";
+$a->strings["Edit Source"] = "";
+$a->strings["Delete Source"] = "";
+$a->strings["Source removed"] = "";
+$a->strings["Unable to remove source."] = "";
+$a->strings["- select -"] = "";
+$a->strings["Event title and start time are required."] = "Titel en begintijd van gebeurtenis zijn vereist.";
+$a->strings["l, F j"] = "l j F";
+$a->strings["Edit event"] = "Gebeurtenis bewerken";
+$a->strings["Create New Event"] = "Nieuwe gebeurtenis aanmaken";
+$a->strings["Previous"] = "Vorige";
+$a->strings["hour:minute"] = "uur:minuut";
+$a->strings["Event details"] = "Details van gebeurtenis";
+$a->strings["Format is %s %s. Starting date and Title are required."] = "Volgorde is %s %s. Begintijd en titel zijn vereist.";
+$a->strings["Event Starts:"] = "Begin gebeurtenis:";
+$a->strings["Required"] = "Vereist";
+$a->strings["Finish date/time is not known or not relevant"] = "Einddatum/-tijd is niet bekend of niet relevant";
+$a->strings["Event Finishes:"] = "Einde gebeurtenis:";
+$a->strings["Adjust for viewer timezone"] = "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt";
+$a->strings["Description:"] = "Omschrijving:";
+$a->strings["Title:"] = "Titel:";
+$a->strings["Share this event"] = "Deel deze gebeurtenis";
+$a->strings["Permission Denied."] = "Toegang geweigerd";
+$a->strings["File not found."] = "Bestand niet gevonden.";
+$a->strings["Edit file permissions"] = "Bestandsrechten bewerken";
+$a->strings["Set/edit permissions"] = "Rechten instellen/bewerken";
+$a->strings["Include all files and sub folders"] = "";
+$a->strings["Return to file list"] = "";
+$a->strings["Copy/paste this code to attach file to a post"] = "";
+$a->strings["Copy/paste this URL to link file from a web page"] = "";
+$a->strings["Download"] = "";
+$a->strings["Used: "] = "";
+$a->strings["[directory]"] = "";
+$a->strings["Limit: "] = "";
+$a->strings["Channel added."] = "";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt het %3\$s van %2\$s";
+$a->strings["Contact not found."] = "Contact niet gevonden";
+$a->strings["Friend suggestion sent."] = "Kanaalvoorstel verzonden.";
+$a->strings["Suggest Friends"] = "Kanalen voorstellen";
+$a->strings["Suggest a friend for %s"] = "Stel een kanaal voor aan %s";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer.";
+$a->strings["Collection created."] = "Collectie aangemaakt";
+$a->strings["Could not create collection."] = "Collectie kon niet aangemaakt worden";
+$a->strings["Collection updated."] = "Collectie bijgewerkt.";
+$a->strings["Create a collection of channels."] = "Kanaalcollectie aanmaken";
+$a->strings["Collection Name: "] = "Naam collectie:";
+$a->strings["Members are visible to other channels"] = "Kanalen in deze collectie zijn zichtbaar voor andere kanalen";
+$a->strings["Collection removed."] = "Collectie verwijderd";
+$a->strings["Unable to remove collection."] = "Verwijderen collectie mislukt";
+$a->strings["Collection Editor"] = "Collectiebewerker";
+$a->strings["Members"] = "Kanalen";
+$a->strings["All Connected Channels"] = "Alle kanaalconnecties";
+$a->strings["Click on a channel to add or remove."] = "Klik op een kanaal om deze toe te voegen of te verwijderen.";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s labelde het %3\$s van %2\$s met %4\$s";
+$a->strings["Help:"] = "Hulp:";
+$a->strings["Not Found"] = "Niet gevonden";
+$a->strings["Tag removed"] = "Label verwijderd";
+$a->strings["Remove Item Tag"] = "Verwijder itemlabel";
+$a->strings["Select a tag to remove: "] = "Kies een label om te verwijderen";
+$a->strings["Welcome to %s"] = "";
+$a->strings["Thing updated"] = "";
+$a->strings["Object store: failed"] = "";
+$a->strings["Thing added"] = "";
+$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "";
+$a->strings["Show Thing"] = "";
+$a->strings["item not found."] = "";
+$a->strings["Edit Thing"] = "";
+$a->strings["Select a profile"] = "";
+$a->strings["Select a category of stuff. e.g. I ______ something"] = "";
+$a->strings["Post an activity"] = "";
+$a->strings["Only sends to viewers of the applicable profile"] = "";
+$a->strings["Name of thing e.g. something"] = "";
+$a->strings["URL of thing (optional)"] = "";
+$a->strings["URL for photo of thing (optional)"] = "";
+$a->strings["Add Thing to your Profile"] = "";
+$a->strings["Nothing to import."] = "";
+$a->strings["Unable to download data from old server"] = "";
+$a->strings["Imported file is empty."] = "";
+$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "";
+$a->strings["Channel clone failed. Import failed."] = "";
+$a->strings["Cloned channel not found. Import failed."] = "";
+$a->strings["Import completed."] = "";
+$a->strings["You must be logged in to use this feature."] = "";
+$a->strings["Import Channel"] = "";
+$a->strings["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 or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = "";
+$a->strings["File to Upload"] = "";
+$a->strings["Or provide the old server/hub details"] = "";
+$a->strings["Your old identity address (xyz@example.com)"] = "";
+$a->strings["Your old login email address"] = "Het e-mailadres van je oude account";
+$a->strings["Your old login password"] = "";
+$a->strings["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 able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "";
+$a->strings["Make this hub my primary location"] = "";
+$a->strings["Total invitation limit exceeded."] = "";
+$a->strings["%s : Not a valid email address."] = "%s : Geen geldig e-mailadres.";
+$a->strings["Please join us on Red"] = "";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "";
+$a->strings["%s : Message delivery failed."] = "";
+$a->strings["%d message sent."] = array(
+ 0 => "",
+ 1 => "",
+);
+$a->strings["You have no more invitations available"] = "";
+$a->strings["Send invitations"] = "";
+$a->strings["Enter email addresses, one per line:"] = "Voer e-mailadressen in, één per regel:";
+$a->strings["Your message:"] = "";
+$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."] = "";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "";
+$a->strings["Please visit my channel at"] = "";
+$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "";
+$a->strings["Click the [Register] link on the following page to join."] = "";
+$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"] = "Bezoek http://getzot.com voor meer informatie over het Red Matrix-project en waarom het de potentie heeft het internet voor altijd te veranderen.";
+$a->strings["Unable to locate original post."] = "";
+$a->strings["Empty post discarded."] = "";
+$a->strings["Executable content type not permitted to this channel."] = "";
+$a->strings["System error. Post not saved."] = "";
+$a->strings["You have reached your limit of %1$.0f top level posts."] = "";
+$a->strings["You have reached your limit of %1$.0f webpages."] = "";
+$a->strings["[Embedded content - reload page to view]"] = "";
+$a->strings["Help with this feature"] = "";
+$a->strings["Layout Name"] = "Naam layout";
+$a->strings["Remote privacy information not available."] = "Privacy-informatie op afstand niet beschikbaar.";
+$a->strings["Visible to:"] = "Zichtbaar voor:";
+$a->strings["No connections."] = "Geen connecties.";
+$a->strings["Visit %s's profile [%s]"] = "Bezoek het profiel van %s [%s]";
+$a->strings["View Connnections"] = "Connecties weergeven";
+$a->strings["No valid account found."] = "Geen geldige account gevonden.";
+$a->strings["Password reset request issued. Check your email."] = "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail.";
+$a->strings["Site Member (%s)"] = "";
+$a->strings["Password reset requested at %s"] = "";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "";
+$a->strings["Password Reset"] = "Wachtwoord vergeten?";
+$a->strings["Your password has been reset as requested."] = "";
+$a->strings["Your new password is"] = "";
+$a->strings["Save or copy your new password - and then"] = "";
+$a->strings["click here to login"] = "";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "";
+$a->strings["Your password has changed at %s"] = "";
+$a->strings["Forgot your Password?"] = "";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Voer je e-mailadres in en verstuur deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies.";
+$a->strings["Email Address"] = "E-mailadres";
+$a->strings["Reset"] = "";
+$a->strings["Hub not found."] = "";
+$a->strings["Total votes"] = "";
+$a->strings["Average Rating"] = "";
+$a->strings["Unable to lookup recipient."] = "";
+$a->strings["Unable to communicate with requested channel."] = "";
+$a->strings["Cannot verify requested channel."] = "";
+$a->strings["Selected channel has private message restrictions. Send failed."] = "";
+$a->strings["Messages"] = "Berichten";
+$a->strings["Message deleted."] = "Bericht verwijderd.";
+$a->strings["Message recalled."] = "Bericht ingetrokken.";
+$a->strings["Send Private Message"] = "Privébericht versturen";
+$a->strings["To:"] = "Aan:";
+$a->strings["Subject:"] = "Onderwerp:";
+$a->strings["Message not found."] = "Bericht niet gevonden";
+$a->strings["Delete message"] = "Bericht verwijderen";
+$a->strings["Recall message"] = "Bericht intrekken";
+$a->strings["Message has been recalled."] = "Bericht is ingetrokken.";
+$a->strings["Private Conversation"] = "Privéconversatie";
+$a->strings["Delete conversation"] = "Verwijder conversatie";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "";
+$a->strings["Send Reply"] = "Antwoord versturen";
+$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "";
+$a->strings["Create a new channel"] = "Nieuw kanaal aanmaken";
+$a->strings["Channel Manager"] = "Kanaalbeheerder";
+$a->strings["Current Channel"] = "Huidig kanaal";
+$a->strings["Attach to one of your channels by selecting it."] = "";
+$a->strings["Default Channel"] = "";
+$a->strings["Make Default"] = "";
+$a->strings["Wall Photos"] = "Kanaalfoto's";
+$a->strings["Profile Match"] = "Profielovereenkomst";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe.";
+$a->strings["is interested in:"] = "is geïnteresseerd in:";
+$a->strings["No matches"] = "Geen overeenkomsten";
+$a->strings["Menu updated."] = "Menu aangepast. ";
+$a->strings["Unable to update menu."] = "Niet in staat om menu aan te passen";
+$a->strings["Menu created."] = "";
+$a->strings["Unable to create menu."] = "Niet in staat om menu aan te maken.";
+$a->strings["Manage Menus"] = "Menu's beheren";
+$a->strings["Drop"] = "Verwijderen";
+$a->strings["Create a new menu"] = "Een nieuwe menu aanmaken";
+$a->strings["Delete this menu"] = "Menu verwijderen";
+$a->strings["Edit menu contents"] = "Bewerk de inhoud van het menu";
+$a->strings["Edit this menu"] = "Dit menu bewerken";
+$a->strings["New Menu"] = "Nieuw menu";
+$a->strings["Menu name"] = "Naam van menu";
+$a->strings["Must be unique, only seen by you"] = "Moet uniek zijn en is alleen zichtbaar voor jou.";
+$a->strings["Menu title"] = "Titel van menu";
+$a->strings["Menu title as seen by others"] = "Titel van menu zoals anderen dat zien.";
+$a->strings["Allow bookmarks"] = "Bladwijzers toestaan";
+$a->strings["Menu may be used to store saved bookmarks"] = "Menu kan gebruikt worden om bladwijzers in op te slaan";
+$a->strings["Menu deleted."] = "Menu verwijderd.";
+$a->strings["Menu could not be deleted."] = "Menu kon niet verwijderd worden.";
+$a->strings["Edit Menu"] = "Menu bewerken";
+$a->strings["Add or remove entries to this menu"] = "Items aan dit menu toevoegen of verwijder";
+$a->strings["Conversation removed."] = "Conversatie verwijderd";
+$a->strings["No messages."] = "Geen berichten";
+$a->strings["D, d M Y - g:i A"] = "";
+$a->strings["Add a Channel"] = "Kanaal toevoegen";
+$a->strings["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, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "";
+$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Voorbeelden: \"Bruce Springsteen\", \"Familiefoto's\", \"Voetbal\", \"Astronomie\"";
+$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"] = "";
+$a->strings["Page owner information could not be retrieved."] = "";
+$a->strings["Album not found."] = "";
+$a->strings["Delete Album"] = "Verwijder album";
+$a->strings["Delete Photo"] = "Verwijder foto";
+$a->strings["No photos selected"] = "Geen foto's geselecteerd";
+$a->strings["Access to this item is restricted."] = "";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "";
+$a->strings["You have used %1$.2f Mbytes of photo storage."] = "";
+$a->strings["Upload Photos"] = "Foto's uploaden";
+$a->strings["New album name: "] = "";
+$a->strings["or existing album name: "] = "";
+$a->strings["Do not show a status post for this upload"] = "";
+$a->strings["Contact Photos"] = "";
+$a->strings["Edit Album"] = "";
+$a->strings["Show Newest First"] = "";
+$a->strings["Show Oldest First"] = "";
+$a->strings["View Photo"] = "";
+$a->strings["Permission denied. Access to this item may be restricted."] = "";
+$a->strings["Photo not available"] = "";
+$a->strings["Use as profile photo"] = "";
+$a->strings["View Full Size"] = "";
+$a->strings["Edit photo"] = "";
+$a->strings["Rotate CW (right)"] = "";
+$a->strings["Rotate CCW (left)"] = "";
+$a->strings["New album name"] = "Nieuwe albumnaam";
+$a->strings["Caption"] = "";
+$a->strings["Add a Tag"] = "";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "";
+$a->strings["In This Photo:"] = "";
+$a->strings["View Album"] = "";
+$a->strings["Recent Photos"] = "Recente foto's";
+$a->strings["Invalid request identifier."] = "";
+$a->strings["Discard"] = "";
+$a->strings["No more system notifications."] = "Geen systeemnotificaties meer.";
+$a->strings["System Notifications"] = "Systeemnotificaties";
+$a->strings["Unable to find your hub."] = "Niet in staat om je hub te vinden";
+$a->strings["Post successful."] = "";
+$a->strings["invalid target signature"] = "";
+$a->strings["OpenID protocol error. No ID returned."] = "";
+$a->strings["App installed."] = "App geïnstalleerd";
+$a->strings["Malformed app."] = "Misvormde app.";
+$a->strings["Embed code"] = "Embed-code";
+$a->strings["Edit App"] = "App bewerken";
+$a->strings["Create App"] = "App maken";
+$a->strings["Name of app"] = "Naam van app";
+$a->strings["Location (URL) of app"] = "Locatie (URL) van app";
+$a->strings["Photo icon URL"] = "URL van pictogram";
+$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels (optioneel)";
+$a->strings["Version ID"] = "Versie-ID";
+$a->strings["Price of app"] = "Prijs van de app";
+$a->strings["Location (URL) to purchase app"] = "Locatie (URL) om de app aan te schaffen";
+$a->strings["Schema Default"] = "Standaardschema";
+$a->strings["Sans-Serif"] = "Schreefloos";
+$a->strings["Monospace"] = "Monospace";
+$a->strings["Theme settings"] = "Thema-instellingen";
+$a->strings["Set scheme"] = "Schema van thema instellen";
+$a->strings["Set font-size for posts and comments"] = "Lettergrootte voor berichten en reacties instellen";
+$a->strings["Set font face"] = "";
+$a->strings["Set iconset"] = "";
+$a->strings["Set big shadow size, default 15px 15px 15px"] = "";
+$a->strings["Set small shadow size, default 5px 5px 5px"] = "";
+$a->strings["Set shadow colour, default #000"] = "";
+$a->strings["Set radius size, default 5px"] = "";
+$a->strings["Set line-height for posts and comments"] = "";
+$a->strings["Set background image"] = "";
+$a->strings["Set background attachment"] = "";
+$a->strings["Set background colour"] = "";
+$a->strings["Set section background image"] = "";
+$a->strings["Set section background colour"] = "";
+$a->strings["Set colour of items - use hex"] = "";
+$a->strings["Set colour of links - use hex"] = "";
+$a->strings["Set max-width for items. Default 400px"] = "";
+$a->strings["Set min-width for items. Default 240px"] = "";
+$a->strings["Set the generic content wrapper width. Default 48%"] = "";
+$a->strings["Set colour of fonts - use hex"] = "";
+$a->strings["Set background-size element"] = "";
+$a->strings["Item opacity"] = "";
+$a->strings["Display post previews only"] = "";
+$a->strings["Display side bar on channel page"] = "";
+$a->strings["Colour of the navigation bar"] = "";
+$a->strings["Item float"] = "";
+$a->strings["Left offset of the section element"] = "";
+$a->strings["Right offset of the section element"] = "";
+$a->strings["Section width"] = "";
+$a->strings["Left offset of the aside"] = "";
+$a->strings["Right offset of the aside element"] = "";
+$a->strings["None"] = "Geen";
+$a->strings["Header image"] = "Header-afbeelding";
+$a->strings["Header image only on profile pages"] = "Header-afbeelding alleen op profielpagina's weergeven";
+$a->strings["Narrow navbar"] = "Smalle navigatiebalk";
+$a->strings["Navigation bar background colour"] = "Achtergrondkleur navigatiebalk";
+$a->strings["Navigation bar gradient top colour"] = "Bovenste gradiëntkleur navigatiebalk";
+$a->strings["Navigation bar gradient bottom colour"] = "Onderste gradiëntkleur navigatiebalk";
+$a->strings["Navigation active button gradient top colour"] = "Bovenste gradiëntkleur actieve knop navigatiebalk";
+$a->strings["Navigation active button gradient bottom colour"] = "Onderste gradiëntkleur actieve knop op navigatiebalk";
+$a->strings["Navigation bar border colour "] = "Randkleur navigatiebalk ";
+$a->strings["Navigation bar icon colour "] = "Pictogramkleur navigatiebalk";
+$a->strings["Navigation bar active icon colour "] = "Actieve pictogramkleur navigatiebalk";
+$a->strings["link colour"] = "Linkkleur instellen";
+$a->strings["Set font-colour for banner"] = "Tekstkleur van banner instellen";
+$a->strings["Set the background colour"] = "Achtergrondkleur instellen";
+$a->strings["Set the background image"] = "Achtergrondafbeelding instellen";
+$a->strings["Set the background colour of items"] = "Achtergrondkleur items instellen";
+$a->strings["Set the background colour of comments"] = "Achtergrondkleur reacties instellen";
+$a->strings["Set the border colour of comments"] = "Randkleur reacties instellen";
+$a->strings["Set the indent for comments"] = "Inspringen reacties instellen";
+$a->strings["Set the basic colour for item icons"] = "Basiskleur itempictogrammen instellen";
+$a->strings["Set the hover colour for item icons"] = "Hoverkleur itempictogrammen instellen";
+$a->strings["Set font-size for the entire application"] = "Tekstgrootte van de volledige applicatie instellen";
+$a->strings["Set font-colour for posts and comments"] = "Tekstkleur van berichten en reacties";
+$a->strings["Set radius of corners"] = "Radius van hoeken instellen";
+$a->strings["Set shadow depth of photos"] = "Schaduwdiepte van foto's instellen";
+$a->strings["Set maximum width of conversation regions"] = "Maximumbreedte conversatieruimte instellen";
+$a->strings["Center conversation regions"] = "Centreer conversatieruimte";
+$a->strings["Set minimum opacity of nav bar - to hide it"] = "Minimale ondoorzichtigheid navigatiebalk (- om te verbergen)";
+$a->strings["Set size of conversation author photo"] = "Grootte profielfoto's van berichten instellen";
+$a->strings["Set size of followup author photos"] = "Grootte profielfoto's van reacties instellen";
+$a->strings["Sloppy photo albums"] = "Rommelig vormgegeven fotoalbums";
+$a->strings["Are you a clean desk or a messy desk person?"] = "Ben je iemand die van een opgeruimd bureau houdt of van een rommelig bureau?";
+$a->strings["Update %s failed. See error logs."] = "Update %s mislukt. Zie foutenlogboek.";
+$a->strings["Update Error at %s"] = "Update-fout op %s";
+$a->strings["Create an account to access services and applications within the Red Matrix"] = "Maak een account aan om toegang te krijgen tot diensten en toepassingen van de Red Matrix";
+$a->strings["Password"] = "Wachtwoord";
+$a->strings["Remember me"] = "Aangemeld blijven";
+$a->strings["Forgot your password?"] = "Wachtwoord vergeten?";
+$a->strings["permission denied"] = "toegang geweigerd";
+$a->strings["Got Zot?"] = "Heb je Zot?";
+$a->strings["toggle mobile"] = "mobiele weergave omschakelen";
diff --git a/view/nl/update_fail_eml.tpl b/view/nl/update_fail_eml.tpl
new file mode 100644
index 000000000..a7df8fc2f
--- /dev/null
+++ b/view/nl/update_fail_eml.tpl
@@ -0,0 +1,13 @@
+Hey,
+I'm the web server at {{$sitename}};
+
+The Red Matrix developers released update {{$update}} recently,
+but when I tried to install it, something went terribly wrong.
+This needs to be fixed soon and it requires human intervention.
+Please contact a Red developer if you can not figure out how to
+fix it on your own. My database might be invalid.
+
+The error message is '{{$error}}'.
+
+Apologies for the inconvenience,
+ your web server at {{$siteurl}} \ No newline at end of file
diff --git a/view/pdl/mod_apps.pdl b/view/pdl/mod_apps.pdl
new file mode 100644
index 000000000..db93958a3
--- /dev/null
+++ b/view/pdl/mod_apps.pdl
@@ -0,0 +1,3 @@
+[region=aside]
+[widget=appselect][/widget]
+[/region]
diff --git a/view/php/choklet.php b/view/php/choklet.php
index fcfaf7804..0d8b66c29 100644
--- a/view/php/choklet.php
+++ b/view/php/choklet.php
@@ -1,20 +1,23 @@
<!DOCTYPE html >
<html>
<head>
- <title><?php if(x($page,'title')) echo $page['title'] ?></title>
- <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
+ <title><?php if(x($page,'title')) echo $page['title']; ?></title>
+ <script>var baseurl="<?php echo $a->get_baseurl(); ?>";</script>
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
<body>
<div id="blog-margin">
<header><?php if(x($page,'header')) echo $page['header']; ?></header>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"><?php if(x($page,'nav')) echo $page['nav']; ?></nav>
+ <div id="nav-backer" class="navbar">&nbsp;</div>
<div id="blog-banner"><?php if(x($page,'banner')) echo $page['banner']; ?></div>
+ <main>
<aside id="region_1"><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
<section id="region_2"><?php if(x($page,'content')) echo $page['content']; ?>
<div id="page-footer"></div>
<div id="pause"></div>
</section>
+ </main>
<aside id="region_3"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside>
<div class="clear"></div>
<footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>
diff --git a/view/pt-br/messages.po b/view/pt-br/messages.po
index 43c996123..9d884507d 100644
--- a/view/pt-br/messages.po
+++ b/view/pt-br/messages.po
@@ -3,21 +3,22 @@
# This file is distributed under the same license as the Red package.
#
# Translators:
-# Frederico Aracnus <frederico@teia.bio.br>, 2011
-# Frederico Aracnus <frederico@teia.bio.br>, 2011
-# Frederico Aracnus <frederico@teia.bio.br>, 2011,2013
-# Frederico Aracnus <frederico@teia.bio.br>, 2013
-# Frederico Aracnus <frederico@teia.bio.br>, 2011
+# Frederico Gonçalves Guimarães <frederico@teia.bio.br>, 2011
+# Frederico Gonçalves Guimarães <frederico@teia.bio.br>, 2011
+# Frederico Gonçalves Guimarães <frederico@teia.bio.br>, 2011,2013
+# Frederico Gonçalves Guimarães <frederico@teia.bio.br>, 2013-2014
+# Frederico Gonçalves Guimarães <frederico@teia.bio.br>, 2011
# FULL NAME <EMAIL@ADDRESS>, 2011
-# solstag <solstag@member.fsf.org>, 2014
+# Iske Solstag <solstag@member.fsf.org>, 2014
+# Sérgio Lima <oigreslima@gmail.com>, 2014
# tony baldwin <tonybaldwin@gmx.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Red Matrix\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-02 00:03-0700\n"
-"PO-Revision-Date: 2014-05-03 22:15+0000\n"
-"Last-Translator: solstag <solstag@member.fsf.org>\n"
+"POT-Creation-Date: 2014-06-06 00:02-0700\n"
+"PO-Revision-Date: 2014-06-12 15:56+0000\n"
+"Last-Translator: Iske Solstag <solstag@member.fsf.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/red-matrix/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -37,6 +38,37 @@ msgstr "Não foi possível localizar a informação de DNS para o servidor de ba
msgid "Profile Photos"
msgstr "Fotos do perfil"
+#: ../../include/bbcode.php:128 ../../include/bbcode.php:642
+#: ../../include/bbcode.php:645 ../../include/bbcode.php:650
+#: ../../include/bbcode.php:653 ../../include/bbcode.php:656
+#: ../../include/bbcode.php:659 ../../include/bbcode.php:664
+#: ../../include/bbcode.php:667 ../../include/bbcode.php:672
+#: ../../include/bbcode.php:675 ../../include/bbcode.php:678
+#: ../../include/bbcode.php:681
+msgid "Image/photo"
+msgstr "Imagem/foto"
+
+#: ../../include/bbcode.php:163 ../../include/bbcode.php:692
+msgid "Encrypted content"
+msgstr "Conteúdo criptografado"
+
+#: ../../include/bbcode.php:179
+msgid "QR code"
+msgstr "código QR"
+
+#: ../../include/bbcode.php:228
+#, php-format
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s escreveu a seguinte %2$s %3$s"
+
+#: ../../include/bbcode.php:230
+msgid "post"
+msgstr "publicação"
+
+#: ../../include/bbcode.php:610 ../../include/bbcode.php:630
+msgid "$1 wrote:"
+msgstr "$1 escreveu:"
+
#: ../../include/oembed.php:171
msgid "Embedded content"
msgstr "Conteúdo incorporado"
@@ -54,266 +86,557 @@ msgstr "criou uma nova publicação"
msgid "commented on %s's post"
msgstr "comentou a publicação de %s"
-#: ../../include/Contact.php:107 ../../include/identity.php:675
-#: ../../include/widgets.php:115 ../../include/widgets.php:155
-#: ../../mod/directory.php:183 ../../mod/dirprofile.php:164
-#: ../../mod/suggest.php:51 ../../mod/match.php:62
-msgid "Connect"
-msgstr "Conectar"
-
-#: ../../include/Contact.php:123
-msgid "New window"
-msgstr "Nova janela"
+#: ../../include/conversation.php:117 ../../include/text.php:1705
+#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
+#: ../../mod/tagger.php:45 ../../mod/like.php:111
+msgid "photo"
+msgstr "foto"
-#: ../../include/Contact.php:124
-msgid "Open the selected location in a different window or browser tab"
-msgstr "Abre a localização selecionada em outra aba ou janela"
+#: ../../include/conversation.php:120 ../../include/text.php:1708
+#: ../../mod/tagger.php:49
+msgid "event"
+msgstr "evento"
-#: ../../include/page_widgets.php:6
-msgid "New Page"
-msgstr "Nova página"
+#: ../../include/conversation.php:123
+msgid "channel"
+msgstr "canal"
-#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36
-#: ../../include/ItemObject.php:96 ../../include/menu.php:42
-#: ../../mod/blocks.php:94 ../../mod/connections.php:391
-#: ../../mod/settings.php:577 ../../mod/editblock.php:111
-#: ../../mod/editlayout.php:106 ../../mod/editpost.php:112
-#: ../../mod/editwebpage.php:143 ../../mod/filestorage.php:174
-#: ../../mod/thing.php:235 ../../mod/layouts.php:112 ../../mod/menu.php:59
-#: ../../mod/webpages.php:119
-msgid "Edit"
-msgstr "Editar"
+#: ../../include/conversation.php:145 ../../include/text.php:1711
+#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
+#: ../../mod/tagger.php:53 ../../mod/like.php:111
+msgid "status"
+msgstr "status"
-#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97
-#: ../../mod/layouts.php:116 ../../mod/webpages.php:122
-msgid "View"
-msgstr "Ver"
+#: ../../include/conversation.php:147 ../../include/text.php:1713
+#: ../../mod/tagger.php:55
+msgid "comment"
+msgstr "comentário"
-#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:557
-#: ../../include/conversation.php:1088 ../../mod/editblock.php:141
-#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140
-#: ../../mod/editwebpage.php:175 ../../mod/webpages.php:123
-#: ../../mod/photos.php:994
-msgid "Preview"
-msgstr "Pré-visualizar"
+#: ../../include/conversation.php:161 ../../mod/like.php:142
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s gosta de %3$s de %2$s"
-#: ../../include/page_widgets.php:41 ../../mod/webpages.php:124
-msgid "Actions"
-msgstr "Ações"
+#: ../../include/conversation.php:164 ../../mod/like.php:144
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s não gosta de %3$s de %2$s"
-#: ../../include/page_widgets.php:42 ../../mod/webpages.php:125
-msgid "Page Link"
-msgstr "Link da página"
+#: ../../include/conversation.php:201
+#, php-format
+msgid "%1$s is now connected with %2$s"
+msgstr "%1$s agora está conectado com %2$s"
-#: ../../include/page_widgets.php:43 ../../mod/webpages.php:126
-msgid "Title"
-msgstr "Título"
+#: ../../include/conversation.php:236
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s cutucou %2$s"
-#: ../../include/page_widgets.php:44 ../../mod/webpages.php:127
-msgid "Created"
-msgstr "Criado"
+#: ../../include/conversation.php:240 ../../include/text.php:895
+msgid "poked"
+msgstr "cutucado"
-#: ../../include/page_widgets.php:45 ../../mod/webpages.php:128
-msgid "Edited"
-msgstr "Editado"
+#: ../../include/conversation.php:258 ../../mod/mood.php:63
+#, php-format
+msgctxt "mood"
+msgid "%1$s is %2$s"
+msgstr "%1$s está %2$s"
-#: ../../include/ItemObject.php:89 ../../include/conversation.php:639
-#: ../../mod/photos.php:846
-msgid "Private Message"
-msgstr "Mensagem privada"
+#: ../../include/conversation.php:631 ../../include/ItemObject.php:114
+msgid "Select"
+msgstr "Selecionar"
-#: ../../include/ItemObject.php:108 ../../include/conversation.php:632
-#: ../../mod/admin.php:757 ../../mod/admin.php:886 ../../mod/connedit.php:398
+#: ../../include/conversation.php:632 ../../include/apps.php:215
+#: ../../include/ItemObject.php:108 ../../mod/admin.php:757
+#: ../../mod/admin.php:886 ../../mod/connedit.php:398
#: ../../mod/settings.php:578 ../../mod/filestorage.php:175
#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043
msgid "Delete"
msgstr "Excluir"
-#: ../../include/ItemObject.php:114 ../../include/conversation.php:631
-msgid "Select"
-msgstr "Selecionar"
-
-#: ../../include/ItemObject.php:118
-msgid "save to folder"
-msgstr "salvar na pasta"
-
-#: ../../include/ItemObject.php:146
-msgid "add star"
-msgstr "destacar"
-
-#: ../../include/ItemObject.php:147
-msgid "remove star"
-msgstr "remover destaque"
-
-#: ../../include/ItemObject.php:148
-msgid "toggle star status"
-msgstr "alternar destaque"
-
-#: ../../include/ItemObject.php:152
-msgid "starred"
-msgstr "destacado"
+#: ../../include/conversation.php:639 ../../include/ItemObject.php:89
+#: ../../mod/photos.php:846
+msgid "Private Message"
+msgstr "Mensagem privada"
-#: ../../include/ItemObject.php:161 ../../include/conversation.php:646
+#: ../../include/conversation.php:646 ../../include/ItemObject.php:182
msgid "Message is verified"
msgstr "A mensagem foi verificada"
-#: ../../include/ItemObject.php:169
-msgid "add tag"
-msgstr "adicionar etiqueta"
-
-#: ../../include/ItemObject.php:184 ../../mod/photos.php:971
-msgid "I like this (toggle)"
-msgstr "Eu gostei disso (alterna)"
-
-#: ../../include/ItemObject.php:184 ../../include/taxonomy.php:254
-msgid "like"
-msgstr "gostei"
-
-#: ../../include/ItemObject.php:185 ../../mod/photos.php:972
-msgid "I don't like this (toggle)"
-msgstr "Eu não gostei disso (alterna)"
-
-#: ../../include/ItemObject.php:185 ../../include/taxonomy.php:255
-msgid "dislike"
-msgstr "não gostei"
-
-#: ../../include/ItemObject.php:187
-msgid "Share this"
-msgstr "Compartilhar isso"
-
-#: ../../include/ItemObject.php:187
-msgid "share"
-msgstr "compartilhar"
-
-#: ../../include/ItemObject.php:211 ../../include/ItemObject.php:212
+#: ../../include/conversation.php:666
#, php-format
-msgid "View %s's profile - %s"
-msgstr "Ver o perfil de %s - %s"
-
-#: ../../include/ItemObject.php:213
-msgid "to"
-msgstr "para"
-
-#: ../../include/ItemObject.php:214
-msgid "via"
-msgstr "via"
+msgid "View %s's profile @ %s"
+msgstr "Ver o perfil de %s's @ %s"
-#: ../../include/ItemObject.php:215
-msgid "Wall-to-Wall"
-msgstr "Mural-para-mural"
+#: ../../include/conversation.php:680
+msgid "Categories:"
+msgstr "Categorias:"
-#: ../../include/ItemObject.php:216
-msgid "via Wall-To-Wall:"
-msgstr "via Mural-para-mural"
+#: ../../include/conversation.php:681
+msgid "Filed under:"
+msgstr "Armazenado sob:"
-#: ../../include/ItemObject.php:226 ../../include/conversation.php:690
+#: ../../include/conversation.php:690 ../../include/ItemObject.php:250
#, php-format
msgid " from %s"
msgstr "de %s"
-#: ../../include/ItemObject.php:229 ../../include/conversation.php:693
+#: ../../include/conversation.php:693 ../../include/ItemObject.php:253
#, php-format
msgid "last edited: %s"
msgstr "última edição: %s"
-#: ../../include/ItemObject.php:230 ../../include/conversation.php:694
+#: ../../include/conversation.php:694 ../../include/ItemObject.php:254
#, php-format
msgid "Expires: %s"
msgstr "Expira: %s"
-#: ../../include/ItemObject.php:250
-msgid "Bookmark Links"
-msgstr "Guardar links"
+#: ../../include/conversation.php:709
+msgid "View in context"
+msgstr "Ver no contexto"
-#: ../../include/ItemObject.php:259 ../../include/conversation.php:711
-#: ../../include/conversation.php:1127 ../../mod/editblock.php:120
+#: ../../include/conversation.php:711 ../../include/conversation.php:1127
+#: ../../include/ItemObject.php:294 ../../mod/editblock.php:120
#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121
#: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336
#: ../../mod/photos.php:974
msgid "Please wait"
msgstr "Por favor, espere"
-#: ../../include/ItemObject.php:280
+#: ../../include/conversation.php:838
+msgid "remove"
+msgstr "remover"
+
+#: ../../include/conversation.php:842
+msgid "Loading..."
+msgstr "Carregando..."
+
+#: ../../include/conversation.php:843
+msgid "Delete Selected Items"
+msgstr "Excluir os itens selecionados"
+
+#: ../../include/conversation.php:934
+msgid "View Source"
+msgstr "Ver a fonte"
+
+#: ../../include/conversation.php:935
+msgid "Follow Thread"
+msgstr "Acompanhar a discussão"
+
+#: ../../include/conversation.php:936
+msgid "View Status"
+msgstr "Ver status"
+
+#: ../../include/conversation.php:937 ../../include/nav.php:81
+#: ../../mod/connedit.php:351 ../../mod/connedit.php:465
+msgid "View Profile"
+msgstr "Ver perfil"
+
+#: ../../include/conversation.php:938
+msgid "View Photos"
+msgstr "Ver fotos"
+
+#: ../../include/conversation.php:939
+msgid "Matrix Activity"
+msgstr "Atividade na matriz"
+
+#: ../../include/conversation.php:940
+msgid "Edit Contact"
+msgstr "Editar contato"
+
+#: ../../include/conversation.php:941
+msgid "Send PM"
+msgstr "Enviar MP"
+
+#: ../../include/conversation.php:942 ../../include/apps.php:132
+msgid "Poke"
+msgstr "Cutucar"
+
+#: ../../include/conversation.php:998
#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d comentário"
-msgstr[1] "%d comentários"
+msgid "%s likes this."
+msgstr "%s gostou disso."
-#: ../../include/ItemObject.php:281 ../../include/contact_widgets.php:130
-#: ../../include/js_strings.php:7
-msgid "show more"
-msgstr "exibir mais"
+#: ../../include/conversation.php:998
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s não gostou disso."
-#: ../../include/ItemObject.php:545 ../../mod/photos.php:990
-#: ../../mod/photos.php:1077
-msgid "This is you"
-msgstr "Este(a) é você"
+#: ../../include/conversation.php:1002
+#, php-format
+msgid "<span %1$s>%2$d people</span> like this."
+msgid_plural "<span %1$s>%2$d people</span> like this."
+msgstr[0] ""
+msgstr[1] "<span %1$s>%2$d pessoas</span> gostaram disso."
-#: ../../include/ItemObject.php:547 ../../include/js_strings.php:6
-#: ../../mod/photos.php:992 ../../mod/photos.php:1079
-msgid "Comment"
-msgstr "Comentar"
+#: ../../include/conversation.php:1004
+#, php-format
+msgid "<span %1$s>%2$d people</span> don't like this."
+msgid_plural "<span %1$s>%2$d people</span> don't like this."
+msgstr[0] ""
+msgstr[1] "<span %1$s>%2$d pessoas</span> não gostaram disso."
-#: ../../include/ItemObject.php:548 ../../mod/mood.php:142
-#: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884
-#: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303
-#: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:175
-#: ../../mod/chat.php:208 ../../mod/connect.php:92 ../../mod/connedit.php:476
-#: ../../mod/settings.php:515 ../../mod/settings.php:627
-#: ../../mod/settings.php:655 ../../mod/settings.php:679
-#: ../../mod/settings.php:751 ../../mod/settings.php:929
-#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58
-#: ../../mod/events.php:472 ../../mod/sources.php:104
-#: ../../mod/sources.php:138 ../../mod/filestorage.php:135
-#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/thing.php:283
-#: ../../mod/thing.php:326 ../../mod/import.php:387 ../../mod/invite.php:156
-#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/photos.php:565
-#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993
-#: ../../mod/photos.php:1080 ../../view/theme/apw/php/config.php:256
-#: ../../view/theme/blogga/php/config.php:67
-#: ../../view/theme/blogga/view/theme/blog/config.php:67
-#: ../../view/theme/redbasic/php/config.php:99
-msgid "Submit"
-msgstr "Enviar"
+#: ../../include/conversation.php:1010
+msgid "and"
+msgstr "e"
-#: ../../include/ItemObject.php:549
-msgid "Bold"
-msgstr "Negrito"
+#: ../../include/conversation.php:1013
+#, php-format
+msgid ", and %d other people"
+msgid_plural ", and %d other people"
+msgstr[0] ""
+msgstr[1] ", e mais %d outras pessoas"
-#: ../../include/ItemObject.php:550
-msgid "Italic"
-msgstr "Itálico"
+#: ../../include/conversation.php:1014
+#, php-format
+msgid "%s like this."
+msgstr "%s gostou disso."
-#: ../../include/ItemObject.php:551
-msgid "Underline"
-msgstr "Sublinhado"
+#: ../../include/conversation.php:1014
+#, php-format
+msgid "%s don't like this."
+msgstr "%s não gostou disso."
-#: ../../include/ItemObject.php:552
-msgid "Quote"
-msgstr "Citação"
+#: ../../include/conversation.php:1071
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Visível para <strong>todos</strong>"
-#: ../../include/ItemObject.php:553
-msgid "Code"
-msgstr "Código"
+#: ../../include/conversation.php:1072 ../../mod/mail.php:171
+#: ../../mod/mail.php:269
+msgid "Please enter a link URL:"
+msgstr "Por favor, digite uma URL:"
-#: ../../include/ItemObject.php:554
-msgid "Image"
-msgstr "Imagem"
+#: ../../include/conversation.php:1073
+msgid "Please enter a video link/URL:"
+msgstr "Por favor, digite o link/URL do vídeo:"
-#: ../../include/ItemObject.php:555
-msgid "Link"
-msgstr "Link"
+#: ../../include/conversation.php:1074
+msgid "Please enter an audio link/URL:"
+msgstr "Por favor, digite o link/URL do áudio:"
-#: ../../include/ItemObject.php:556
-msgid "Video"
-msgstr "Vídeo"
+#: ../../include/conversation.php:1075
+msgid "Tag term:"
+msgstr "Etiqueta:"
+
+#: ../../include/conversation.php:1076 ../../mod/filer.php:49
+msgid "Save to Folder:"
+msgstr "Salvar para a pasta:"
+
+#: ../../include/conversation.php:1077
+msgid "Where are you right now?"
+msgstr "Onde você está agora?"
+
+#: ../../include/conversation.php:1078 ../../mod/editpost.php:52
+#: ../../mod/mail.php:172 ../../mod/mail.php:270
+msgid "Expires YYYY-MM-DD HH:MM"
+msgstr "Expira YYYY-MM-DD HH:MM"
+
+#: ../../include/conversation.php:1088 ../../include/page_widgets.php:40
+#: ../../include/ItemObject.php:592 ../../mod/editblock.php:141
+#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140
+#: ../../mod/editwebpage.php:175 ../../mod/webpages.php:123
+#: ../../mod/photos.php:994
+msgid "Preview"
+msgstr "Pré-visualizar"
+
+#: ../../include/conversation.php:1102 ../../mod/layouts.php:113
+#: ../../mod/photos.php:973
+msgid "Share"
+msgstr "Compartilhar"
+
+#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139
+msgid "Page link title"
+msgstr "Título do link da página"
+
+#: ../../include/conversation.php:1107
+msgid "Post as"
+msgstr "Publicar como"
+
+#: ../../include/conversation.php:1108 ../../mod/editblock.php:112
+#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113
+#: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332
+msgid "Upload photo"
+msgstr "Enviar foto"
+
+#: ../../include/conversation.php:1109
+msgid "upload photo"
+msgstr "enviar foto"
+
+#: ../../include/conversation.php:1110 ../../mod/editblock.php:113
+#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114
+#: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333
+msgid "Attach file"
+msgstr "Anexar arquivo"
+
+#: ../../include/conversation.php:1111
+msgid "attach file"
+msgstr "anexar arquivo"
-#: ../../include/ItemObject.php:560 ../../include/conversation.php:1153
+#: ../../include/conversation.php:1112 ../../mod/editblock.php:114
+#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115
+#: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334
+msgid "Insert web link"
+msgstr "Inserir link web"
+
+#: ../../include/conversation.php:1113
+msgid "web link"
+msgstr "link web"
+
+#: ../../include/conversation.php:1114
+msgid "Insert video link"
+msgstr "Inserir link de vídeo"
+
+#: ../../include/conversation.php:1115
+msgid "video link"
+msgstr "link de vídeo"
+
+#: ../../include/conversation.php:1116
+msgid "Insert audio link"
+msgstr "Inserir link de áudio"
+
+#: ../../include/conversation.php:1117
+msgid "audio link"
+msgstr "link de áudio"
+
+#: ../../include/conversation.php:1118 ../../mod/editblock.php:118
+#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119
+#: ../../mod/editwebpage.php:150
+msgid "Set your location"
+msgstr "Definir sua localização"
+
+#: ../../include/conversation.php:1119
+msgid "set location"
+msgstr "definir localização"
+
+#: ../../include/conversation.php:1120 ../../mod/editblock.php:119
+#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120
+#: ../../mod/editwebpage.php:151
+msgid "Clear browser location"
+msgstr "Limpar a localização do navegador"
+
+#: ../../include/conversation.php:1121
+msgid "clear location"
+msgstr "limpar a localização"
+
+#: ../../include/conversation.php:1123 ../../mod/editblock.php:132
+#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132
+#: ../../mod/editwebpage.php:167
+msgid "Set title"
+msgstr "Definir o título"
+
+#: ../../include/conversation.php:1126 ../../mod/editblock.php:135
+#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134
+#: ../../mod/editwebpage.php:169
+msgid "Categories (comma-separated list)"
+msgstr "Categorias (lista separada por vírgulas)"
+
+#: ../../include/conversation.php:1128 ../../mod/editblock.php:121
+#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122
+#: ../../mod/editwebpage.php:153
+msgid "Permission settings"
+msgstr "Configurações de permissão"
+
+#: ../../include/conversation.php:1129
+msgid "permissions"
+msgstr "permissões"
+
+#: ../../include/conversation.php:1136 ../../mod/editblock.php:129
+#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129
+#: ../../mod/editwebpage.php:162
+msgid "Public post"
+msgstr "Publicação pública"
+
+#: ../../include/conversation.php:1138 ../../mod/editblock.php:136
+#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135
+#: ../../mod/editwebpage.php:170
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Por exemplo: joao@exemplo.com, maria@exemplo.com"
+
+#: ../../include/conversation.php:1151 ../../mod/editblock.php:146
+#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146
+#: ../../mod/editwebpage.php:180 ../../mod/mail.php:226 ../../mod/mail.php:339
+msgid "Set expiration date"
+msgstr "Definir data de expiração"
+
+#: ../../include/conversation.php:1153 ../../include/ItemObject.php:595
#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341
msgid "Encrypt text"
msgstr "Encriptar texto"
+#: ../../include/conversation.php:1155 ../../mod/editpost.php:150
+msgid "OK"
+msgstr "Ok"
+
+#: ../../include/conversation.php:1156 ../../mod/settings.php:516
+#: ../../mod/settings.php:542 ../../mod/editpost.php:151
+#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11
+#: ../../mod/tagrm.php:94
+msgid "Cancel"
+msgstr "Cancelar"
+
+#: ../../include/conversation.php:1392
+msgid "Discover"
+msgstr "Descubra"
+
+#: ../../include/conversation.php:1395
+msgid "Imported public streams"
+msgstr "Fluxos públicos importados"
+
+#: ../../include/conversation.php:1400
+msgid "Commented Order"
+msgstr "Recentes e comentados"
+
+#: ../../include/conversation.php:1403
+msgid "Sort by Comment Date"
+msgstr "Ordenar pela data do último comentário"
+
+#: ../../include/conversation.php:1407
+msgid "Posted Order"
+msgstr "Recentemente publicados"
+
+#: ../../include/conversation.php:1410
+msgid "Sort by Post Date"
+msgstr "Ordenar pela data da publicação"
+
+#: ../../include/conversation.php:1415 ../../include/widgets.php:82
+msgid "Personal"
+msgstr "Pessoal"
+
+#: ../../include/conversation.php:1418
+msgid "Posts that mention or involve you"
+msgstr "Publicações que mencionam ou envolvem você"
+
+#: ../../include/conversation.php:1424 ../../mod/connections.php:211
+#: ../../mod/connections.php:224 ../../mod/menu.php:61
+msgid "New"
+msgstr "Novo"
+
+#: ../../include/conversation.php:1427
+msgid "Activity Stream - by date"
+msgstr "Fluxo de atividades - por data"
+
+#: ../../include/conversation.php:1433
+msgid "Starred"
+msgstr "Estrelados"
+
+#: ../../include/conversation.php:1436
+msgid "Favourite Posts"
+msgstr "Publicações favoritas"
+
+#: ../../include/conversation.php:1443
+msgid "Spam"
+msgstr "Spam"
+
+#: ../../include/conversation.php:1446
+msgid "Posts flagged as SPAM"
+msgstr "Publicações marcadas como SPAM"
+
+#: ../../include/conversation.php:1480 ../../mod/admin.php:890
+msgid "Channel"
+msgstr "Canal"
+
+#: ../../include/conversation.php:1483
+msgid "Status Messages and Posts"
+msgstr "Mensagens de status e publicações"
+
+#: ../../include/conversation.php:1492
+msgid "About"
+msgstr "Sobre"
+
+#: ../../include/conversation.php:1495
+msgid "Profile Details"
+msgstr "Detalhes do perfil"
+
+#: ../../include/conversation.php:1501 ../../include/nav.php:84
+#: ../../include/apps.php:126 ../../mod/fbrowser.php:25
+msgid "Photos"
+msgstr "Fotos"
+
+#: ../../include/conversation.php:1504 ../../include/photos.php:311
+msgid "Photo Albums"
+msgstr "Álbuns de fotos"
+
+#: ../../include/conversation.php:1510 ../../include/nav.php:85
+#: ../../include/apps.php:122 ../../mod/fbrowser.php:114
+msgid "Files"
+msgstr "Arquivos"
+
+#: ../../include/conversation.php:1513
+msgid "Files and Storage"
+msgstr "Arquivos e armazenamento"
+
+#: ../../include/conversation.php:1522 ../../include/conversation.php:1525
+msgid "Chatrooms"
+msgstr "Salas de bate-papo"
+
+#: ../../include/conversation.php:1532 ../../include/nav.php:87
+#: ../../include/nav.php:180 ../../include/apps.php:127
+#: ../../mod/events.php:377
+msgid "Events"
+msgstr "Eventos"
+
+#: ../../include/conversation.php:1535
+msgid "Events and Calendar"
+msgstr "Eventos e calendário"
+
+#: ../../include/conversation.php:1540 ../../include/nav.php:88
+#: ../../include/apps.php:116
+msgid "Bookmarks"
+msgstr "Links guardados"
+
+#: ../../include/conversation.php:1543
+msgid "Saved Bookmarks"
+msgstr "Links guardados"
+
+#: ../../include/conversation.php:1551 ../../include/nav.php:90
+#: ../../include/apps.php:123 ../../mod/webpages.php:79
+msgid "Webpages"
+msgstr "Páginas web"
+
+#: ../../include/conversation.php:1554
+msgid "Manage Webpages"
+msgstr "Administrar páginas web"
+
+#: ../../include/page_widgets.php:6
+msgid "New Page"
+msgstr "Nova página"
+
+#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36
+#: ../../include/apps.php:214 ../../include/menu.php:42
+#: ../../include/ItemObject.php:96 ../../mod/blocks.php:94
+#: ../../mod/connections.php:392 ../../mod/settings.php:577
+#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106
+#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143
+#: ../../mod/filestorage.php:174 ../../mod/thing.php:235
+#: ../../mod/layouts.php:112 ../../mod/menu.php:59 ../../mod/webpages.php:119
+msgid "Edit"
+msgstr "Editar"
+
+#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97
+#: ../../mod/layouts.php:116 ../../mod/webpages.php:122
+msgid "View"
+msgstr "Ver"
+
+#: ../../include/page_widgets.php:41 ../../mod/webpages.php:124
+msgid "Actions"
+msgstr "Ações"
+
+#: ../../include/page_widgets.php:42 ../../mod/webpages.php:125
+msgid "Page Link"
+msgstr "Link da página"
+
+#: ../../include/page_widgets.php:43 ../../mod/webpages.php:126
+msgid "Title"
+msgstr "Título"
+
+#: ../../include/page_widgets.php:44 ../../mod/webpages.php:127
+msgid "Created"
+msgstr "Criado"
+
+#: ../../include/page_widgets.php:45 ../../mod/webpages.php:128
+msgid "Edited"
+msgstr "Editado"
+
#: ../../include/permissions.php:13
msgid "Can view my \"public\" stream and posts"
msgstr "Pode ver meus fluxo e publicações \"públicos\""
@@ -456,8 +779,8 @@ msgstr "O registro de %s foi revogado"
#: ../../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:113 ../../include/items.php:3622
-#: ../../mod/mood.php:119 ../../mod/mitem.php:73 ../../mod/achievements.php:27
+#: ../../include/items.php:3673 ../../include/chat.php:116
+#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:27
#: ../../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
@@ -465,7 +788,7 @@ msgstr "O registro de %s foi revogado"
#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:152
#: ../../mod/profiles.php:453 ../../mod/bookmarks.php:46
#: ../../mod/channel.php:89 ../../mod/channel.php:193
-#: ../../mod/channel.php:236 ../../mod/chat.php:89 ../../mod/chat.php:94
+#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95
#: ../../mod/register.php:68 ../../mod/regmod.php:18 ../../mod/common.php:35
#: ../../mod/network.php:12 ../../mod/connections.php:169
#: ../../mod/connedit.php:221 ../../mod/delegate.php:6 ../../mod/page.php:30
@@ -473,20 +796,21 @@ msgstr "O registro de %s foi revogado"
#: ../../mod/editblock.php:34 ../../mod/pdledit.php:21
#: ../../mod/editlayout.php:48 ../../mod/editpost.php:13
#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83
-#: ../../mod/events.php:140 ../../mod/sources.php:66
+#: ../../mod/sources.php:66 ../../mod/events.php:141
#: ../../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
#: ../../mod/thing.php:247 ../../mod/thing.php:263 ../../mod/thing.php:298
#: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:179
-#: ../../mod/item.php:187 ../../mod/item.php:860 ../../mod/layouts.php:27
+#: ../../mod/item.php:187 ../../mod/item.php:872 ../../mod/layouts.php:27
#: ../../mod/layouts.php:39 ../../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/photos.php:68 ../../mod/photos.php:526
-#: ../../mod/notifications.php:66 ../../index.php:176 ../../index.php:351
+#: ../../mod/notifications.php:66 ../../mod/appman.php:66 ../../index.php:186
+#: ../../index.php:361
msgid "Permission denied."
msgstr "Permissão negada."
@@ -507,10 +831,6 @@ msgstr "Não foi possível processar a imagem"
msgid "Photo storage failed."
msgstr "Não foi possível armazenar a foto."
-#: ../../include/photos.php:311 ../../include/conversation.php:1504
-msgid "Photo Albums"
-msgstr "Álbuns de fotos"
-
#: ../../include/photos.php:315 ../../mod/photos.php:693
#: ../../mod/photos.php:1190
msgid "Upload New Photos"
@@ -528,13 +848,13 @@ msgstr "Exibir"
msgid "Don't show"
msgstr "Não exibir"
-#: ../../include/acl_selectors.php:246 ../../mod/chat.php:206
+#: ../../include/acl_selectors.php:246 ../../mod/chat.php:209
#: ../../mod/filestorage.php:126 ../../mod/photos.php:606
#: ../../mod/photos.php:949
msgid "Permissions"
msgstr "Permissões"
-#: ../../include/acl_selectors.php:247
+#: ../../include/acl_selectors.php:247 ../../include/ItemObject.php:289
msgid "Close"
msgstr "Fechar"
@@ -623,66 +943,307 @@ msgstr "mkdir falhou."
msgid "database storage failed."
msgstr "armazenamento de banco de dados falhou."
-#: ../../include/auth.php:79
-msgid "Logged out."
-msgstr "Você saiu."
+#: ../../include/items.php:306 ../../mod/profperm.php:23
+#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:63
+#: ../../index.php:360
+msgid "Permission denied"
+msgstr "Permissão negada"
-#: ../../include/auth.php:197
-msgid "Failed authentication"
-msgstr "Não foi possível autenticar"
+#: ../../include/items.php:830
+msgid "(Unknown)"
+msgstr "(Desconhecido)"
-#: ../../include/auth.php:212 ../../mod/openid.php:188
-msgid "Login failed."
-msgstr "Não foi possível entrar."
+#: ../../include/items.php:3611 ../../mod/admin.php:159
+#: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/display.php:32
+#: ../../mod/filestorage.php:18 ../../mod/home.php:65 ../../mod/thing.php:78
+#: ../../mod/viewsrc.php:18
+msgid "Item not found."
+msgstr "O item não foi encontrado."
+
+#: ../../include/items.php:4035 ../../mod/group.php:38 ../../mod/group.php:140
+msgid "Collection not found."
+msgstr "A coleção não foi encontrada."
+
+#: ../../include/items.php:4050
+msgid "Collection is empty."
+msgstr "A coleção está vazia."
+
+#: ../../include/items.php:4057
+#, php-format
+msgid "Collection: %s"
+msgstr "Coleção: %s"
-#: ../../include/bb2diaspora.php:433 ../../include/event.php:11
+#: ../../include/items.php:4068
+#, php-format
+msgid "Connection: %s"
+msgstr "Conexão: %s"
+
+#: ../../include/items.php:4071
+msgid "Connection not found."
+msgstr "A conexão não foi encontrada."
+
+#: ../../include/bb2diaspora.php:441 ../../include/event.php:11
msgid "l F d, Y \\@ g:i A"
msgstr "l F d, Y \\@ g:i A"
-#: ../../include/bb2diaspora.php:439 ../../include/event.php:20
+#: ../../include/bb2diaspora.php:447 ../../include/event.php:20
msgid "Starts:"
msgstr "Início:"
-#: ../../include/bb2diaspora.php:447 ../../include/event.php:30
+#: ../../include/bb2diaspora.php:455 ../../include/event.php:30
msgid "Finishes:"
msgstr "Fim:"
-#: ../../include/bb2diaspora.php:455 ../../include/event.php:40
+#: ../../include/bb2diaspora.php:463 ../../include/event.php:40
#: ../../include/identity.php:726 ../../mod/directory.php:156
-#: ../../mod/dirprofile.php:105 ../../mod/events.php:465
+#: ../../mod/dirprofile.php:105 ../../mod/events.php:485
msgid "Location:"
msgstr "Localização:"
-#: ../../include/bbcode.php:128 ../../include/bbcode.php:603
-#: ../../include/bbcode.php:606 ../../include/bbcode.php:611
-#: ../../include/bbcode.php:614 ../../include/bbcode.php:617
-#: ../../include/bbcode.php:620 ../../include/bbcode.php:625
-#: ../../include/bbcode.php:628 ../../include/bbcode.php:633
-#: ../../include/bbcode.php:636 ../../include/bbcode.php:639
-#: ../../include/bbcode.php:642
-msgid "Image/photo"
-msgstr "Imagem/foto"
+#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1451
+msgid "Logout"
+msgstr "Sair"
-#: ../../include/bbcode.php:163 ../../include/bbcode.php:653
-msgid "Encrypted content"
-msgstr "Conteúdo criptografado"
+#: ../../include/nav.php:77 ../../include/nav.php:96
+msgid "End this session"
+msgstr "Encerrar essa sessão"
-#: ../../include/bbcode.php:170
-msgid "QR code"
-msgstr "código QR"
+#: ../../include/nav.php:80 ../../include/nav.php:130
+msgid "Home"
+msgstr "Ver canal"
+
+#: ../../include/nav.php:80
+msgid "Your posts and conversations"
+msgstr "Suas publicações e conversas"
+
+#: ../../include/nav.php:81
+msgid "Your profile page"
+msgstr "A página do seu perfil"
+
+#: ../../include/nav.php:83
+msgid "Edit Profiles"
+msgstr "Editar perfis"
+
+#: ../../include/nav.php:83
+msgid "Manage/Edit profiles"
+msgstr "Administrar/Editar perfis"
+
+#: ../../include/nav.php:84
+msgid "Your photos"
+msgstr "Suas fotos"
+
+#: ../../include/nav.php:85
+msgid "Your files"
+msgstr "Seus arquivos"
+
+#: ../../include/nav.php:86 ../../include/apps.php:133
+msgid "Chat"
+msgstr "Bate-papo"
+
+#: ../../include/nav.php:86
+msgid "Your chatrooms"
+msgstr "Suas salas de bate-papo"
+
+#: ../../include/nav.php:87
+msgid "Your events"
+msgstr "Seus eventos"
+
+#: ../../include/nav.php:88
+msgid "Your bookmarks"
+msgstr "Seus links guardados"
-#: ../../include/bbcode.php:213
+#: ../../include/nav.php:90
+msgid "Your webpages"
+msgstr "Suas páginas web"
+
+#: ../../include/nav.php:94 ../../include/apps.php:118 ../../boot.php:1452
+msgid "Login"
+msgstr "Entrar"
+
+#: ../../include/nav.php:94
+msgid "Sign in"
+msgstr "Entrar"
+
+#: ../../include/nav.php:111
#, php-format
-msgid "%1$s wrote the following %2$s %3$s"
-msgstr "%1$s escreveu a seguinte %2$s %3$s"
+msgid "%s - click to logout"
+msgstr "%s - clique para sair"
-#: ../../include/bbcode.php:215
-msgid "post"
-msgstr "publicação"
+#: ../../include/nav.php:116
+msgid "Click to authenticate to your home hub"
+msgstr "Clique para se autenticar com seu hub de origem"
-#: ../../include/bbcode.php:571 ../../include/bbcode.php:591
-msgid "$1 wrote:"
-msgstr "$1 escreveu:"
+#: ../../include/nav.php:130
+msgid "Home Page"
+msgstr "Página inicial"
+
+#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1428
+msgid "Register"
+msgstr "Registrar"
+
+#: ../../include/nav.php:134
+msgid "Create an account"
+msgstr "Criar uma conta"
+
+#: ../../include/nav.php:139 ../../include/apps.php:129 ../../mod/help.php:60
+#: ../../mod/help.php:65
+msgid "Help"
+msgstr "Ajuda"
+
+#: ../../include/nav.php:139
+msgid "Help and documentation"
+msgstr "Ajuda e documentação"
+
+#: ../../include/nav.php:142 ../../include/widgets.php:79
+#: ../../mod/apps.php:17 ../../mod/apps.php:36
+msgid "Apps"
+msgstr "Aplicações"
+
+#: ../../include/nav.php:142
+msgid "Applications, utilities, links, games"
+msgstr "Aplicações, utilitários, links, jogos"
+
+#: ../../include/nav.php:144 ../../include/text.php:813
+#: ../../include/text.php:827 ../../include/apps.php:134
+#: ../../mod/search.php:29
+msgid "Search"
+msgstr "Pesquisar"
+
+#: ../../include/nav.php:144
+msgid "Search site content"
+msgstr "Pesquisar o conteúdo do site"
+
+#: ../../include/nav.php:147 ../../include/apps.php:128
+#: ../../mod/directory.php:210
+msgid "Directory"
+msgstr "Diretório"
+
+#: ../../include/nav.php:147
+msgid "Channel Locator"
+msgstr "Localizador de canais"
+
+#: ../../include/nav.php:158 ../../include/apps.php:120
+msgid "Matrix"
+msgstr "Matriz"
+
+#: ../../include/nav.php:158
+msgid "Your matrix"
+msgstr "Sua matriz"
+
+#: ../../include/nav.php:159
+msgid "Mark all matrix notifications seen"
+msgstr "Marcar todas as notificações da matriz como vistas"
+
+#: ../../include/nav.php:161 ../../include/apps.php:124
+msgid "Channel Home"
+msgstr "Página inicial do canal"
+
+#: ../../include/nav.php:161
+msgid "Channel home"
+msgstr "Página inicial do canal"
+
+#: ../../include/nav.php:162
+msgid "Mark all channel notifications seen"
+msgstr "Marcar todas as notificações de canais como vistas"
+
+#: ../../include/nav.php:165 ../../include/nav.php:188
+#: ../../mod/connections.php:385
+msgid "Connections"
+msgstr "Conexões"
+
+#: ../../include/nav.php:168
+msgid "Notices"
+msgstr "Notificações"
+
+#: ../../include/nav.php:168
+msgid "Notifications"
+msgstr "Notificações"
+
+#: ../../include/nav.php:169
+msgid "See all notifications"
+msgstr "Ver todas as notificações"
+
+#: ../../include/nav.php:170 ../../mod/notifications.php:99
+msgid "Mark all system notifications seen"
+msgstr "Marcar todas as notificações de sistema como vistas"
+
+#: ../../include/nav.php:172 ../../include/apps.php:130
+msgid "Mail"
+msgstr "Mensagens"
+
+#: ../../include/nav.php:172
+msgid "Private mail"
+msgstr "Mensagens privadas"
+
+#: ../../include/nav.php:173
+msgid "See all private messages"
+msgstr "Ver todas as mensagens privadas"
+
+#: ../../include/nav.php:174
+msgid "Mark all private messages seen"
+msgstr "Marcar todas as mensagens privadas como vistas"
+
+#: ../../include/nav.php:175
+msgid "Inbox"
+msgstr "Recebidas"
+
+#: ../../include/nav.php:176
+msgid "Outbox"
+msgstr "Enviadas"
+
+#: ../../include/nav.php:177 ../../include/widgets.php:536
+msgid "New Message"
+msgstr "Nova mensagem"
+
+#: ../../include/nav.php:180
+msgid "Event Calendar"
+msgstr "Agenda de eventos"
+
+#: ../../include/nav.php:181
+msgid "See all events"
+msgstr "Ver todos os eventos"
+
+#: ../../include/nav.php:182
+msgid "Mark all events seen"
+msgstr "Marcar todos os eventos como vistos"
+
+#: ../../include/nav.php:184 ../../include/apps.php:119
+msgid "Channel Select"
+msgstr "Seleção de canal"
+
+#: ../../include/nav.php:184
+msgid "Manage Your Channels"
+msgstr "Gerencie os seus canais"
+
+#: ../../include/nav.php:186 ../../include/apps.php:121
+#: ../../include/widgets.php:514 ../../mod/admin.php:976
+#: ../../mod/admin.php:1181
+msgid "Settings"
+msgstr "Configurações"
+
+#: ../../include/nav.php:186
+msgid "Account/Channel Settings"
+msgstr "Configurações da conta/canal"
+
+#: ../../include/nav.php:188
+msgid "Manage/Edit Friends and Connections"
+msgstr "Gerenciar/editar os amigos e as conexões"
+
+#: ../../include/nav.php:195 ../../mod/admin.php:117
+msgid "Admin"
+msgstr "Admin"
+
+#: ../../include/nav.php:195
+msgid "Site Setup and Configuration"
+msgstr "Configuração do site"
+
+#: ../../include/nav.php:220
+msgid "Nothing new here"
+msgstr "Nada de novo aqui"
+
+#: ../../include/nav.php:224
+msgid "Please wait..."
+msgstr "Por favor, aguarde..."
#: ../../include/bookmarks.php:42
#, php-format
@@ -701,11 +1262,11 @@ msgstr "Nome da sala duplicado"
msgid "Invalid room specifier."
msgstr "Especificador de sala inválido."
-#: ../../include/chat.php:102
+#: ../../include/chat.php:105
msgid "Room not found."
msgstr "A sala não foi encontrada."
-#: ../../include/chat.php:123
+#: ../../include/chat.php:126
msgid "Room is full"
msgstr "A sala está cheia"
@@ -733,10 +1294,18 @@ msgstr "quero"
msgid "wants"
msgstr "quer"
+#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:208
+msgid "like"
+msgstr "gostei"
+
#: ../../include/taxonomy.php:254
msgid "likes"
msgstr "gosta"
+#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:209
+msgid "dislike"
+msgstr "não gostei"
+
#: ../../include/taxonomy.php:255
msgid "dislikes"
msgstr "desgosta"
@@ -835,350 +1404,6 @@ msgstr "XMPP/MI"
msgid "MySpace"
msgstr "MySpace"
-#: ../../include/text.php:320
-msgid "prev"
-msgstr "anterior"
-
-#: ../../include/text.php:322
-msgid "first"
-msgstr "primeiro"
-
-#: ../../include/text.php:351
-msgid "last"
-msgstr "último"
-
-#: ../../include/text.php:354
-msgid "next"
-msgstr "próximo"
-
-#: ../../include/text.php:366
-msgid "older"
-msgstr "mais antigo"
-
-#: ../../include/text.php:368
-msgid "newer"
-msgstr "mais recente"
-
-#: ../../include/text.php:719
-msgid "No connections"
-msgstr "Nenhuma conexão"
-
-#: ../../include/text.php:732
-#, php-format
-msgid "%d Connection"
-msgid_plural "%d Connections"
-msgstr[0] "%d conexão"
-msgstr[1] "%d conexões"
-
-#: ../../include/text.php:744
-msgid "View Connections"
-msgstr "Ver conexões"
-
-#: ../../include/text.php:803 ../../include/text.php:817
-#: ../../include/nav.php:144 ../../mod/search.php:29
-msgid "Search"
-msgstr "Pesquisar"
-
-#: ../../include/text.php:805 ../../include/text.php:819
-#: ../../include/widgets.php:173 ../../mod/rbmark.php:28
-#: ../../mod/rbmark.php:98 ../../mod/filer.php:50
-msgid "Save"
-msgstr "Salvar"
-
-#: ../../include/text.php:885
-msgid "poke"
-msgstr "cutucar"
-
-#: ../../include/text.php:885 ../../include/conversation.php:240
-msgid "poked"
-msgstr "cutucado"
-
-#: ../../include/text.php:886
-msgid "ping"
-msgstr "pingar"
-
-#: ../../include/text.php:886
-msgid "pinged"
-msgstr "pingou"
-
-#: ../../include/text.php:887
-msgid "prod"
-msgstr "espetar"
-
-#: ../../include/text.php:887
-msgid "prodded"
-msgstr "espetou"
-
-#: ../../include/text.php:888
-msgid "slap"
-msgstr "estapear"
-
-#: ../../include/text.php:888
-msgid "slapped"
-msgstr "estapeou"
-
-#: ../../include/text.php:889
-msgid "finger"
-msgstr "dar um toque"
-
-#: ../../include/text.php:889
-msgid "fingered"
-msgstr "deu um toque"
-
-#: ../../include/text.php:890
-msgid "rebuff"
-msgstr "rebater"
-
-#: ../../include/text.php:890
-msgid "rebuffed"
-msgstr "rebateu"
-
-#: ../../include/text.php:899
-msgid "happy"
-msgstr "feliz"
-
-#: ../../include/text.php:900
-msgid "sad"
-msgstr "triste"
-
-#: ../../include/text.php:901
-msgid "mellow"
-msgstr "suave"
-
-#: ../../include/text.php:902
-msgid "tired"
-msgstr "cansado"
-
-#: ../../include/text.php:903
-msgid "perky"
-msgstr "animado/a"
-
-#: ../../include/text.php:904
-msgid "angry"
-msgstr "nervoso"
-
-#: ../../include/text.php:905
-msgid "stupified"
-msgstr "embasbacado/a"
-
-#: ../../include/text.php:906
-msgid "puzzled"
-msgstr "confuso/a"
-
-#: ../../include/text.php:907
-msgid "interested"
-msgstr "interessado"
-
-#: ../../include/text.php:908
-msgid "bitter"
-msgstr "amargo/a"
-
-#: ../../include/text.php:909
-msgid "cheerful"
-msgstr "alegre"
-
-#: ../../include/text.php:910
-msgid "alive"
-msgstr "vivo"
-
-#: ../../include/text.php:911
-msgid "annoyed"
-msgstr "aborrecido"
-
-#: ../../include/text.php:912
-msgid "anxious"
-msgstr "ansioso"
-
-#: ../../include/text.php:913
-msgid "cranky"
-msgstr "irritado/a"
-
-#: ../../include/text.php:914
-msgid "disturbed"
-msgstr "perturbado"
-
-#: ../../include/text.php:915
-msgid "frustrated"
-msgstr "frustrado"
-
-#: ../../include/text.php:916
-msgid "depressed"
-msgstr "deprimido"
-
-#: ../../include/text.php:917
-msgid "motivated"
-msgstr "motivado"
-
-#: ../../include/text.php:918
-msgid "relaxed"
-msgstr "relaxado"
-
-#: ../../include/text.php:919
-msgid "surprised"
-msgstr "surpreso"
-
-#: ../../include/text.php:1080
-msgid "Monday"
-msgstr "Segunda"
-
-#: ../../include/text.php:1080
-msgid "Tuesday"
-msgstr "Terça"
-
-#: ../../include/text.php:1080
-msgid "Wednesday"
-msgstr "Quarta"
-
-#: ../../include/text.php:1080
-msgid "Thursday"
-msgstr "Quinta"
-
-#: ../../include/text.php:1080
-msgid "Friday"
-msgstr "Sexta"
-
-#: ../../include/text.php:1080
-msgid "Saturday"
-msgstr "Sábado"
-
-#: ../../include/text.php:1080
-msgid "Sunday"
-msgstr "Domingo"
-
-#: ../../include/text.php:1084
-msgid "January"
-msgstr "Janeiro"
-
-#: ../../include/text.php:1084
-msgid "February"
-msgstr "Fevereiro"
-
-#: ../../include/text.php:1084
-msgid "March"
-msgstr "Março"
-
-#: ../../include/text.php:1084
-msgid "April"
-msgstr "Abril"
-
-#: ../../include/text.php:1084
-msgid "May"
-msgstr "Maio"
-
-#: ../../include/text.php:1084
-msgid "June"
-msgstr "Junho"
-
-#: ../../include/text.php:1084
-msgid "July"
-msgstr "Julho"
-
-#: ../../include/text.php:1084
-msgid "August"
-msgstr "Agosto"
-
-#: ../../include/text.php:1084
-msgid "September"
-msgstr "Setembro"
-
-#: ../../include/text.php:1084
-msgid "October"
-msgstr "Outubro"
-
-#: ../../include/text.php:1084
-msgid "November"
-msgstr "Novembro"
-
-#: ../../include/text.php:1084
-msgid "December"
-msgstr "Dezembro"
-
-#: ../../include/text.php:1162
-msgid "unknown.???"
-msgstr "desconhecido.???"
-
-#: ../../include/text.php:1163
-msgid "bytes"
-msgstr "bytes"
-
-#: ../../include/text.php:1198
-msgid "remove category"
-msgstr "remover categoria"
-
-#: ../../include/text.php:1247
-msgid "remove from file"
-msgstr "remover do arquivo"
-
-#: ../../include/text.php:1308 ../../include/text.php:1320
-msgid "Click to open/close"
-msgstr "Clique para abrir/fechar"
-
-#: ../../include/text.php:1475 ../../mod/events.php:335
-msgid "link to source"
-msgstr "Link para a origem"
-
-#: ../../include/text.php:1494
-msgid "Select a page layout: "
-msgstr "Selecione um layout de página:"
-
-#: ../../include/text.php:1497 ../../include/text.php:1562
-msgid "default"
-msgstr "default"
-
-#: ../../include/text.php:1533
-msgid "Page content type: "
-msgstr "Tipo de conteúdo da página: "
-
-#: ../../include/text.php:1574
-msgid "Select an alternate language"
-msgstr "Selecione um idioma alternativo"
-
-#: ../../include/text.php:1695 ../../include/conversation.php:117
-#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
-#: ../../mod/tagger.php:45 ../../mod/like.php:111
-msgid "photo"
-msgstr "foto"
-
-#: ../../include/text.php:1698 ../../include/conversation.php:120
-#: ../../mod/tagger.php:49
-msgid "event"
-msgstr "evento"
-
-#: ../../include/text.php:1701 ../../include/conversation.php:145
-#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
-#: ../../mod/tagger.php:53 ../../mod/like.php:111
-msgid "status"
-msgstr "status"
-
-#: ../../include/text.php:1703 ../../include/conversation.php:147
-#: ../../mod/tagger.php:55
-msgid "comment"
-msgstr "comentário"
-
-#: ../../include/text.php:1708
-msgid "activity"
-msgstr "atividade"
-
-#: ../../include/text.php:1967
-msgid "Design"
-msgstr "Design"
-
-#: ../../include/text.php:1969
-msgid "Blocks"
-msgstr "Blocos"
-
-#: ../../include/text.php:1970
-msgid "Menus"
-msgstr "Menus"
-
-#: ../../include/text.php:1971
-msgid "Layouts"
-msgstr "Layouts"
-
-#: ../../include/text.php:1972
-msgid "Pages"
-msgstr "Páginas"
-
#: ../../include/contact_widgets.php:14
#, php-format
msgid "%d invitation available"
@@ -1206,7 +1431,7 @@ msgstr "Conectar/Acompanhar"
msgid "Examples: Robert Morgenstein, Fishing"
msgstr "Por exemplo: José da Silva, Pescaria"
-#: ../../include/contact_widgets.php:26 ../../mod/connections.php:390
+#: ../../include/contact_widgets.php:26 ../../mod/connections.php:391
#: ../../mod/directory.php:206 ../../mod/directory.php:211
msgid "Find"
msgstr "Pesquisar"
@@ -1232,12 +1457,12 @@ msgid "Advanced Find"
msgstr "Busca avançada"
#: ../../include/contact_widgets.php:58 ../../include/features.php:66
-#: ../../include/widgets.php:283
+#: ../../include/widgets.php:296
msgid "Saved Folders"
msgstr "Pastas salvas"
#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:95
-#: ../../include/widgets.php:286
+#: ../../include/widgets.php:299
msgid "Everything"
msgstr "Tudo"
@@ -1252,426 +1477,17 @@ msgid_plural "%d connections in common"
msgstr[0] "%d conexão em comum"
msgstr[1] "%d conexões em comum"
-#: ../../include/conversation.php:123
-msgid "channel"
-msgstr "canal"
-
-#: ../../include/conversation.php:161 ../../mod/like.php:142
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s gosta de %3$s de %2$s"
-
-#: ../../include/conversation.php:164 ../../mod/like.php:144
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s não gosta de %3$s de %2$s"
-
-#: ../../include/conversation.php:201
-#, php-format
-msgid "%1$s is now connected with %2$s"
-msgstr "%1$s agora está conectado com %2$s"
-
-#: ../../include/conversation.php:236
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s cutucou %2$s"
-
-#: ../../include/conversation.php:258 ../../mod/mood.php:63
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr "%1$s atualmente está %2$s"
-
-#: ../../include/conversation.php:666
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Ver o perfil de %s's @ %s"
-
-#: ../../include/conversation.php:680
-msgid "Categories:"
-msgstr "Categorias:"
-
-#: ../../include/conversation.php:681
-msgid "Filed under:"
-msgstr "Armazenado sob:"
-
-#: ../../include/conversation.php:709
-msgid "View in context"
-msgstr "Ver no contexto"
-
-#: ../../include/conversation.php:838
-msgid "remove"
-msgstr "remover"
-
-#: ../../include/conversation.php:842
-msgid "Loading..."
-msgstr "Carregando..."
-
-#: ../../include/conversation.php:843
-msgid "Delete Selected Items"
-msgstr "Excluir os itens selecionados"
-
-#: ../../include/conversation.php:934
-msgid "View Source"
-msgstr "Ver a fonte"
-
-#: ../../include/conversation.php:935
-msgid "Follow Thread"
-msgstr "Acompanhar a discussão"
-
-#: ../../include/conversation.php:936
-msgid "View Status"
-msgstr "Ver status"
-
-#: ../../include/conversation.php:937 ../../include/nav.php:81
-#: ../../mod/connedit.php:351 ../../mod/connedit.php:465
-msgid "View Profile"
-msgstr "Ver perfil"
-
-#: ../../include/conversation.php:938
-msgid "View Photos"
-msgstr "Ver fotos"
-
-#: ../../include/conversation.php:939
-msgid "Matrix Activity"
-msgstr "Atividade na matriz"
-
-#: ../../include/conversation.php:940
-msgid "Edit Contact"
-msgstr "Editar contato"
-
-#: ../../include/conversation.php:941
-msgid "Send PM"
-msgstr "Enviar MP"
-
-#: ../../include/conversation.php:942
-msgid "Poke"
-msgstr "Cutucar"
-
-#: ../../include/conversation.php:998
-#, php-format
-msgid "%s likes this."
-msgstr "%s gostou disso."
-
-#: ../../include/conversation.php:998
-#, php-format
-msgid "%s doesn't like this."
-msgstr "%s não gostou disso."
-
-#: ../../include/conversation.php:1002
-#, php-format
-msgid "<span %1$s>%2$d people</span> like this."
-msgid_plural "<span %1$s>%2$d people</span> like this."
-msgstr[0] ""
-msgstr[1] "<span %1$s>%2$d pessoas</span> gostaram disso."
-
-#: ../../include/conversation.php:1004
-#, php-format
-msgid "<span %1$s>%2$d people</span> don't like this."
-msgid_plural "<span %1$s>%2$d people</span> don't like this."
-msgstr[0] ""
-msgstr[1] "<span %1$s>%2$d pessoas</span> não gostaram disso."
-
-#: ../../include/conversation.php:1010
-msgid "and"
-msgstr "e"
-
-#: ../../include/conversation.php:1013
-#, php-format
-msgid ", and %d other people"
-msgid_plural ", and %d other people"
-msgstr[0] ""
-msgstr[1] ", e mais %d outras pessoas"
-
-#: ../../include/conversation.php:1014
-#, php-format
-msgid "%s like this."
-msgstr "%s gostou disso."
-
-#: ../../include/conversation.php:1014
-#, php-format
-msgid "%s don't like this."
-msgstr "%s não gostou disso."
-
-#: ../../include/conversation.php:1071
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Visível para <strong>todos</strong>"
-
-#: ../../include/conversation.php:1072 ../../mod/mail.php:171
-#: ../../mod/mail.php:269
-msgid "Please enter a link URL:"
-msgstr "Por favor, digite uma URL:"
-
-#: ../../include/conversation.php:1073
-msgid "Please enter a video link/URL:"
-msgstr "Por favor, digite o link/URL do vídeo:"
-
-#: ../../include/conversation.php:1074
-msgid "Please enter an audio link/URL:"
-msgstr "Por favor, digite o link/URL do áudio:"
-
-#: ../../include/conversation.php:1075
-msgid "Tag term:"
-msgstr "Etiqueta:"
-
-#: ../../include/conversation.php:1076 ../../mod/filer.php:49
-msgid "Save to Folder:"
-msgstr "Salvar para a pasta:"
-
-#: ../../include/conversation.php:1077
-msgid "Where are you right now?"
-msgstr "Onde você está agora?"
-
-#: ../../include/conversation.php:1078 ../../mod/editpost.php:52
-#: ../../mod/mail.php:172 ../../mod/mail.php:270
-msgid "Expires YYYY-MM-DD HH:MM"
-msgstr "Expira YYYY-MM-DD HH:MM"
-
-#: ../../include/conversation.php:1102 ../../mod/layouts.php:113
-#: ../../mod/photos.php:973
-msgid "Share"
-msgstr "Compartilhar"
-
-#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139
-msgid "Page link title"
-msgstr "Título do link da página"
-
-#: ../../include/conversation.php:1107
-msgid "Post as"
-msgstr "Publicar como"
-
-#: ../../include/conversation.php:1108 ../../mod/editblock.php:112
-#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113
-#: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332
-msgid "Upload photo"
-msgstr "Enviar foto"
-
-#: ../../include/conversation.php:1109
-msgid "upload photo"
-msgstr "enviar foto"
-
-#: ../../include/conversation.php:1110 ../../mod/editblock.php:113
-#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114
-#: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333
-msgid "Attach file"
-msgstr "Anexar arquivo"
-
-#: ../../include/conversation.php:1111
-msgid "attach file"
-msgstr "anexar arquivo"
-
-#: ../../include/conversation.php:1112 ../../mod/editblock.php:114
-#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115
-#: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334
-msgid "Insert web link"
-msgstr "Inserir link web"
-
-#: ../../include/conversation.php:1113
-msgid "web link"
-msgstr "link web"
-
-#: ../../include/conversation.php:1114
-msgid "Insert video link"
-msgstr "Inserir link de vídeo"
-
-#: ../../include/conversation.php:1115
-msgid "video link"
-msgstr "link de vídeo"
-
-#: ../../include/conversation.php:1116
-msgid "Insert audio link"
-msgstr "Inserir link de áudio"
-
-#: ../../include/conversation.php:1117
-msgid "audio link"
-msgstr "link de áudio"
-
-#: ../../include/conversation.php:1118 ../../mod/editblock.php:118
-#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119
-#: ../../mod/editwebpage.php:150
-msgid "Set your location"
-msgstr "Definir sua localização"
-
-#: ../../include/conversation.php:1119
-msgid "set location"
-msgstr "definir localização"
-
-#: ../../include/conversation.php:1120 ../../mod/editblock.php:119
-#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120
-#: ../../mod/editwebpage.php:151
-msgid "Clear browser location"
-msgstr "Limpar a localização do navegador"
-
-#: ../../include/conversation.php:1121
-msgid "clear location"
-msgstr "limpar a localização"
-
-#: ../../include/conversation.php:1123 ../../mod/editblock.php:132
-#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132
-#: ../../mod/editwebpage.php:167
-msgid "Set title"
-msgstr "Definir o título"
-
-#: ../../include/conversation.php:1126 ../../mod/editblock.php:135
-#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134
-#: ../../mod/editwebpage.php:169
-msgid "Categories (comma-separated list)"
-msgstr "Categorias (lista separada por vírgulas)"
-
-#: ../../include/conversation.php:1128 ../../mod/editblock.php:121
-#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122
-#: ../../mod/editwebpage.php:153
-msgid "Permission settings"
-msgstr "Configurações de permissão"
-
-#: ../../include/conversation.php:1129
-msgid "permissions"
-msgstr "permissões"
-
-#: ../../include/conversation.php:1136 ../../mod/editblock.php:129
-#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129
-#: ../../mod/editwebpage.php:162
-msgid "Public post"
-msgstr "Publicação pública"
-
-#: ../../include/conversation.php:1138 ../../mod/editblock.php:136
-#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135
-#: ../../mod/editwebpage.php:170
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Por exemplo: joao@exemplo.com, maria@exemplo.com"
-
-#: ../../include/conversation.php:1151 ../../mod/editblock.php:146
-#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146
-#: ../../mod/editwebpage.php:180 ../../mod/mail.php:226 ../../mod/mail.php:339
-msgid "Set expiration date"
-msgstr "Definir data de expiração"
-
-#: ../../include/conversation.php:1155 ../../mod/editpost.php:150
-msgid "OK"
-msgstr "Ok"
-
-#: ../../include/conversation.php:1156 ../../mod/settings.php:516
-#: ../../mod/settings.php:542 ../../mod/editpost.php:151
-#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11
-#: ../../mod/tagrm.php:94
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: ../../include/conversation.php:1392
-msgid "Discover"
-msgstr "Descubra"
-
-#: ../../include/conversation.php:1395
-msgid "Imported public streams"
-msgstr "Fluxos públicos importados"
-
-#: ../../include/conversation.php:1400
-msgid "Commented Order"
-msgstr "Recentes e comentados"
-
-#: ../../include/conversation.php:1403
-msgid "Sort by Comment Date"
-msgstr "Ordenar pela data do último comentário"
-
-#: ../../include/conversation.php:1407
-msgid "Posted Order"
-msgstr "Recentemente publicados"
-
-#: ../../include/conversation.php:1410
-msgid "Sort by Post Date"
-msgstr "Ordenar pela data da publicação"
-
-#: ../../include/conversation.php:1415
-msgid "Personal"
-msgstr "Pessoal"
-
-#: ../../include/conversation.php:1418
-msgid "Posts that mention or involve you"
-msgstr "Publicações que mencionam ou envolvem você"
-
-#: ../../include/conversation.php:1424 ../../mod/connections.php:211
-#: ../../mod/connections.php:223 ../../mod/menu.php:61
-msgid "New"
-msgstr "Novo"
-
-#: ../../include/conversation.php:1427
-msgid "Activity Stream - by date"
-msgstr "Fluxo de atividades - por data"
-
-#: ../../include/conversation.php:1433
-msgid "Starred"
-msgstr "Estrelados"
-
-#: ../../include/conversation.php:1436
-msgid "Favourite Posts"
-msgstr "Publicações favoritas"
-
-#: ../../include/conversation.php:1443
-msgid "Spam"
-msgstr "Spam"
-
-#: ../../include/conversation.php:1446
-msgid "Posts flagged as SPAM"
-msgstr "Publicações marcadas como SPAM"
-
-#: ../../include/conversation.php:1480 ../../mod/admin.php:890
-msgid "Channel"
-msgstr "Canal"
-
-#: ../../include/conversation.php:1483
-msgid "Status Messages and Posts"
-msgstr "Mensagens de status e publicações"
-
-#: ../../include/conversation.php:1492
-msgid "About"
-msgstr "Sobre"
-
-#: ../../include/conversation.php:1495
-msgid "Profile Details"
-msgstr "Detalhes do perfil"
-
-#: ../../include/conversation.php:1501 ../../include/nav.php:84
-#: ../../mod/fbrowser.php:25
-msgid "Photos"
-msgstr "Fotos"
-
-#: ../../include/conversation.php:1510 ../../include/nav.php:85
-#: ../../mod/fbrowser.php:114
-msgid "Files"
-msgstr "Arquivos"
-
-#: ../../include/conversation.php:1513
-msgid "Files and Storage"
-msgstr "Arquivos e armazenamento"
-
-#: ../../include/conversation.php:1522 ../../include/conversation.php:1525
-msgid "Chatrooms"
-msgstr "Salas de bate-papo"
-
-#: ../../include/conversation.php:1532 ../../include/nav.php:87
-#: ../../include/nav.php:180 ../../mod/events.php:357
-msgid "Events"
-msgstr "Eventos"
-
-#: ../../include/conversation.php:1535
-msgid "Events and Calendar"
-msgstr "Eventos e calendário"
-
-#: ../../include/conversation.php:1540 ../../include/nav.php:88
-msgid "Bookmarks"
-msgstr "Links guardados"
-
-#: ../../include/conversation.php:1543
-msgid "Saved Bookmarks"
-msgstr "Links guardados"
+#: ../../include/contact_widgets.php:130
+msgid "show more"
+msgstr "exibir mais"
-#: ../../include/conversation.php:1551 ../../include/nav.php:90
-#: ../../mod/webpages.php:79
-msgid "Webpages"
-msgstr "Páginas web"
+#: ../../include/event.php:326
+msgid "This event has been added to your calendar."
+msgstr "Esse evento foi adicionado ao seu calendário."
-#: ../../include/conversation.php:1554
-msgid "Manage Webpages"
-msgstr "Administrar páginas web"
+#: ../../include/reddav.php:1045
+msgid "Edit File properties"
+msgstr "Editar propriedades do arquivo"
#: ../../include/datetime.php:43 ../../include/datetime.php:45
msgid "Miscellaneous"
@@ -1746,6 +1562,16 @@ msgstr "segundos"
msgid "%1$d %2$s ago"
msgstr "%1$d %2$s atrás"
+#: ../../include/datetime.php:504
+#, php-format
+msgid "%1$s's birthday"
+msgstr "Aniversário de %1$s "
+
+#: ../../include/datetime.php:505
+#, php-format
+msgid "Happy Birthday %1$s"
+msgstr "Feliz Aniversário %1$s"
+
#: ../../include/dir_fns.php:36
msgid "Sort Options"
msgstr "Opções de ordenação"
@@ -1870,7 +1696,7 @@ msgstr "%1$s, %2$s publicou no [zrl=%3$s]seu mural[/zrl]"
#: ../../include/enotify.php:210
#, php-format
msgid "[Red:Notify] %s tagged you"
-msgstr "[Red:Notify] %s etiquetou você"
+msgstr "[Red:Notify] %s mencionou você"
#: ../../include/enotify.php:211
#, php-format
@@ -1900,7 +1726,7 @@ msgstr "%1$s, %2$s [zrl=%2$s]cutucou você[/zrl]."
#: ../../include/enotify.php:243
#, php-format
msgid "[Red:Notify] %s tagged your post"
-msgstr "[Red:Notify] %s etiquetou a sua publicação"
+msgstr "[Red:Notify] %s marcou a sua publicação"
#: ../../include/enotify.php:244
#, php-format
@@ -2050,7 +1876,7 @@ msgstr "Pré-visualizar a publicação"
msgid "Allow previewing posts and comments before publishing them"
msgstr "Permite visualizar publicações e comentários antes de publicá-los"
-#: ../../include/features.php:43 ../../include/widgets.php:490
+#: ../../include/features.php:43 ../../include/widgets.php:503
#: ../../mod/sources.php:88
msgid "Channel Sources"
msgstr "Fontes do canal"
@@ -2088,7 +1914,7 @@ msgstr "Filtros de coleções"
msgid "Enable widget to display Network posts only from selected collections"
msgstr "Habilita widget para exibir publicações da rede apenas para determinadas coleções"
-#: ../../include/features.php:52 ../../include/widgets.php:252
+#: ../../include/features.php:52 ../../include/widgets.php:265
msgid "Saved Searches"
msgstr "Pesquisas salvas"
@@ -2212,19 +2038,6 @@ msgstr "a conta local não foi encontrada."
msgid "Cannot connect to yourself."
msgstr "Não é possível conectar-se consigo mesmo."
-#: ../../include/zot.php:583
-msgid "Invalid data packet"
-msgstr "Pacote de dados inválido"
-
-#: ../../include/zot.php:593
-msgid "Unable to verify channel signature"
-msgstr "Não foi possível verificar a assinatura do canal"
-
-#: ../../include/zot.php:790
-#, php-format
-msgid "Unable to verify site signature for %s"
-msgstr "Não foi possível verificar a assinatura do site para %s"
-
#: ../../include/group.php:25
msgid ""
"A deleted group with this name was revived. Existing item permissions "
@@ -2260,11 +2073,11 @@ msgstr "Criar uma nova coleção"
msgid "Channels not in any collection"
msgstr "Canais que não estão em nenhuma coleção"
-#: ../../include/group.php:290 ../../include/widgets.php:253
+#: ../../include/group.php:290 ../../include/widgets.php:266
msgid "add"
msgstr "adicionar"
-#: ../../include/identity.php:30 ../../mod/item.php:1232
+#: ../../include/identity.php:30 ../../mod/item.php:1244
msgid "Unable to obtain identity information from database"
msgstr "Não foi possível obter a informação da identidade a partir do banco de dados"
@@ -2301,8 +2114,8 @@ msgstr "Não foi possível recuperar a identidade criada"
msgid "Default Profile"
msgstr "Perfil padrão"
-#: ../../include/identity.php:342 ../../include/profile_selectors.php:42
-#: ../../include/widgets.php:387 ../../mod/connedit.php:431
+#: ../../include/identity.php:342 ../../include/widgets.php:400
+#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:431
msgid "Friends"
msgstr "Amigos"
@@ -2317,6 +2130,13 @@ msgstr "Canal solicitado não está disponível."
msgid "Requested profile is not available."
msgstr "O perfil solicitado não está disponível."
+#: ../../include/identity.php:675 ../../include/widgets.php:128
+#: ../../include/widgets.php:168 ../../include/Contact.php:107
+#: ../../mod/directory.php:183 ../../mod/dirprofile.php:164
+#: ../../mod/suggest.php:51 ../../mod/match.php:62
+msgid "Connect"
+msgstr "Conectar"
+
#: ../../include/identity.php:689 ../../mod/profiles.php:603
msgid "Change profile photo"
msgstr "Mudar a foto do perfil"
@@ -2403,11 +2223,11 @@ msgid "Events this week:"
msgstr "Eventos nesta semana:"
#: ../../include/identity.php:942 ../../include/identity.php:1031
-#: ../../mod/profperm.php:112
+#: ../../include/apps.php:125 ../../mod/profperm.php:112
msgid "Profile"
msgstr "Perfil"
-#: ../../include/identity.php:950 ../../mod/settings.php:937
+#: ../../include/identity.php:950 ../../mod/settings.php:934
msgid "Full Name:"
msgstr "Nome completo:"
@@ -2504,157 +2324,373 @@ msgstr "Trabalho/emprego:"
msgid "School/education:"
msgstr "Escola/educação:"
-#: ../../include/items.php:281 ../../mod/profperm.php:23
-#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:63
-#: ../../index.php:350
-msgid "Permission denied"
-msgstr "Permissão negada"
+#: ../../include/network.php:652
+msgid "view full size"
+msgstr "ver na tela inteira"
-#: ../../include/items.php:805
-msgid "(Unknown)"
-msgstr "(Desconhecido)"
+#: ../../include/text.php:320
+msgid "prev"
+msgstr "anterior"
-#: ../../include/items.php:3560 ../../mod/admin.php:159
-#: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/display.php:32
-#: ../../mod/filestorage.php:18 ../../mod/home.php:63 ../../mod/thing.php:78
-#: ../../mod/viewsrc.php:18
-msgid "Item not found."
-msgstr "O item não foi encontrado."
+#: ../../include/text.php:322
+msgid "first"
+msgstr "primeiro"
-#: ../../include/items.php:3984 ../../mod/group.php:38 ../../mod/group.php:140
-msgid "Collection not found."
-msgstr "A coleção não foi encontrada."
+#: ../../include/text.php:351
+msgid "last"
+msgstr "último"
-#: ../../include/items.php:3999
-msgid "Collection is empty."
-msgstr "A coleção está vazia."
+#: ../../include/text.php:354
+msgid "next"
+msgstr "próximo"
-#: ../../include/items.php:4006
-#, php-format
-msgid "Collection: %s"
-msgstr "Coleção: %s"
+#: ../../include/text.php:366
+msgid "older"
+msgstr "mais antigo"
+
+#: ../../include/text.php:368
+msgid "newer"
+msgstr "mais recente"
+
+#: ../../include/text.php:729
+msgid "No connections"
+msgstr "Nenhuma conexão"
-#: ../../include/items.php:4017
+#: ../../include/text.php:742
#, php-format
-msgid "Connection: %s"
-msgstr "Conexão: %s"
+msgid "%d Connection"
+msgid_plural "%d Connections"
+msgstr[0] "%d conexão"
+msgstr[1] "%d conexões"
-#: ../../include/items.php:4020
-msgid "Connection not found."
-msgstr "A conexão não foi encontrada."
+#: ../../include/text.php:754
+msgid "View Connections"
+msgstr "Ver conexões"
-#: ../../include/js_strings.php:5
-msgid "Delete this item?"
-msgstr "Excluir este item?"
+#: ../../include/text.php:815 ../../include/text.php:829
+#: ../../include/widgets.php:186 ../../mod/rbmark.php:28
+#: ../../mod/rbmark.php:98 ../../mod/filer.php:50
+msgid "Save"
+msgstr "Salvar"
-#: ../../include/js_strings.php:8
-msgid "show fewer"
-msgstr "exibir menos"
+#: ../../include/text.php:895
+msgid "poke"
+msgstr "cutucar"
-#: ../../include/js_strings.php:9
-msgid "+ Show More"
-msgstr "+ Exibir Mais"
+#: ../../include/text.php:896
+msgid "ping"
+msgstr "pingar"
-#: ../../include/js_strings.php:10
-msgid "- Show Less"
-msgstr "- Exibir Menos"
+#: ../../include/text.php:896
+msgid "pinged"
+msgstr "pingou"
-#: ../../include/js_strings.php:11
-msgid "Password too short"
-msgstr "A senha é muito curta"
+#: ../../include/text.php:897
+msgid "prod"
+msgstr "espetar"
-#: ../../include/js_strings.php:12
-msgid "Passwords do not match"
-msgstr "As senhas não correspondem"
+#: ../../include/text.php:897
+msgid "prodded"
+msgstr "espetou"
-#: ../../include/js_strings.php:13 ../../mod/photos.php:39
-msgid "everybody"
-msgstr "todos"
+#: ../../include/text.php:898
+msgid "slap"
+msgstr "estapear"
-#: ../../include/js_strings.php:14
-msgid "Secret Passphrase"
-msgstr "Frase secreta"
+#: ../../include/text.php:898
+msgid "slapped"
+msgstr "estapeou"
-#: ../../include/js_strings.php:15
-msgid "Passphrase hint"
-msgstr "Dica da frase secreta"
+#: ../../include/text.php:899
+msgid "finger"
+msgstr "dar um toque"
-#: ../../include/js_strings.php:16
-msgid "Notice: Permissions have changed but have not yet been submitted."
-msgstr "Atenção: permissões foram modificadas mas ainda não foram enviadas."
+#: ../../include/text.php:899
+msgid "fingered"
+msgstr "deu um toque"
-#: ../../include/js_strings.php:18
-msgid "timeago.prefixAgo"
-msgstr "timeago.prefixAgo"
+#: ../../include/text.php:900
+msgid "rebuff"
+msgstr "rebater"
-#: ../../include/js_strings.php:19
-msgid "timeago.prefixFromNow"
-msgstr "timeago.prefixFromNow"
+#: ../../include/text.php:900
+msgid "rebuffed"
+msgstr "rebateu"
-#: ../../include/js_strings.php:20
-msgid "ago"
-msgstr "atrás"
+#: ../../include/text.php:909
+msgid "happy"
+msgstr "feliz"
-#: ../../include/js_strings.php:21
-msgid "from now"
-msgstr "de agora"
+#: ../../include/text.php:910
+msgid "sad"
+msgstr "triste"
-#: ../../include/js_strings.php:22
-msgid "less than a minute"
-msgstr "menos de um minuto"
+#: ../../include/text.php:911
+msgid "mellow"
+msgstr "suave"
-#: ../../include/js_strings.php:23
-msgid "about a minute"
-msgstr "aproximadamente um minuto"
+#: ../../include/text.php:912
+msgid "tired"
+msgstr "cansad@"
-#: ../../include/js_strings.php:24
-#, php-format
-msgid "%d minutes"
-msgstr "%d minutos"
+#: ../../include/text.php:913
+msgid "perky"
+msgstr "animad@"
-#: ../../include/js_strings.php:25
-msgid "about an hour"
-msgstr "aproximadamente uma hora"
+#: ../../include/text.php:914
+msgid "angry"
+msgstr "nervos@"
-#: ../../include/js_strings.php:26
-#, php-format
-msgid "about %d hours"
-msgstr "aproximadamente %d horas"
+#: ../../include/text.php:915
+msgid "stupified"
+msgstr "embasbacad@"
-#: ../../include/js_strings.php:27
-msgid "a day"
-msgstr "um dia"
+#: ../../include/text.php:916
+msgid "puzzled"
+msgstr "confus@"
-#: ../../include/js_strings.php:28
-#, php-format
-msgid "%d days"
-msgstr "%d dias"
+#: ../../include/text.php:917
+msgid "interested"
+msgstr "interessad@"
-#: ../../include/js_strings.php:29
-msgid "about a month"
-msgstr "aproximadamente um mês"
+#: ../../include/text.php:918
+msgid "bitter"
+msgstr "amarg@"
-#: ../../include/js_strings.php:30
-#, php-format
-msgid "%d months"
-msgstr "%d meses"
+#: ../../include/text.php:919
+msgid "cheerful"
+msgstr "animad@"
-#: ../../include/js_strings.php:31
-msgid "about a year"
-msgstr "aproximadamente um ano"
+#: ../../include/text.php:920
+msgid "alive"
+msgstr "viv@"
-#: ../../include/js_strings.php:32
-#, php-format
-msgid "%d years"
-msgstr "%d anos"
+#: ../../include/text.php:921
+msgid "annoyed"
+msgstr "aborrecid@"
-#: ../../include/js_strings.php:33
-msgid " "
-msgstr " "
+#: ../../include/text.php:922
+msgid "anxious"
+msgstr "ansios@"
-#: ../../include/js_strings.php:34
-msgid "timeago.numbers"
-msgstr "timeago.numbers"
+#: ../../include/text.php:923
+msgid "cranky"
+msgstr "irritad@"
+
+#: ../../include/text.php:924
+msgid "disturbed"
+msgstr "perturbad@"
+
+#: ../../include/text.php:925
+msgid "frustrated"
+msgstr "frustrad@"
+
+#: ../../include/text.php:926
+msgid "depressed"
+msgstr "deprimido"
+
+#: ../../include/text.php:927
+msgid "motivated"
+msgstr "motivad@"
+
+#: ../../include/text.php:928
+msgid "relaxed"
+msgstr "relaxad@"
+
+#: ../../include/text.php:929
+msgid "surprised"
+msgstr "surpres@"
+
+#: ../../include/text.php:1090
+msgid "Monday"
+msgstr "Segunda"
+
+#: ../../include/text.php:1090
+msgid "Tuesday"
+msgstr "Terça"
+
+#: ../../include/text.php:1090
+msgid "Wednesday"
+msgstr "Quarta"
+
+#: ../../include/text.php:1090
+msgid "Thursday"
+msgstr "Quinta"
+
+#: ../../include/text.php:1090
+msgid "Friday"
+msgstr "Sexta"
+
+#: ../../include/text.php:1090
+msgid "Saturday"
+msgstr "Sábado"
+
+#: ../../include/text.php:1090
+msgid "Sunday"
+msgstr "Domingo"
+
+#: ../../include/text.php:1094
+msgid "January"
+msgstr "Janeiro"
+
+#: ../../include/text.php:1094
+msgid "February"
+msgstr "Fevereiro"
+
+#: ../../include/text.php:1094
+msgid "March"
+msgstr "Março"
+
+#: ../../include/text.php:1094
+msgid "April"
+msgstr "Abril"
+
+#: ../../include/text.php:1094
+msgid "May"
+msgstr "Maio"
+
+#: ../../include/text.php:1094
+msgid "June"
+msgstr "Junho"
+
+#: ../../include/text.php:1094
+msgid "July"
+msgstr "Julho"
+
+#: ../../include/text.php:1094
+msgid "August"
+msgstr "Agosto"
+
+#: ../../include/text.php:1094
+msgid "September"
+msgstr "Setembro"
+
+#: ../../include/text.php:1094
+msgid "October"
+msgstr "Outubro"
+
+#: ../../include/text.php:1094
+msgid "November"
+msgstr "Novembro"
+
+#: ../../include/text.php:1094
+msgid "December"
+msgstr "Dezembro"
+
+#: ../../include/text.php:1172
+msgid "unknown.???"
+msgstr "desconhecido.???"
+
+#: ../../include/text.php:1173
+msgid "bytes"
+msgstr "bytes"
+
+#: ../../include/text.php:1208
+msgid "remove category"
+msgstr "remover categoria"
+
+#: ../../include/text.php:1257
+msgid "remove from file"
+msgstr "remover do arquivo"
+
+#: ../../include/text.php:1318 ../../include/text.php:1330
+msgid "Click to open/close"
+msgstr "Clique para abrir/fechar"
+
+#: ../../include/text.php:1485 ../../mod/events.php:355
+msgid "Link to Source"
+msgstr "Link para a origem"
+
+#: ../../include/text.php:1504
+msgid "Select a page layout: "
+msgstr "Selecione um layout de página:"
+
+#: ../../include/text.php:1507 ../../include/text.php:1572
+msgid "default"
+msgstr "default"
+
+#: ../../include/text.php:1543
+msgid "Page content type: "
+msgstr "Tipo de conteúdo da página: "
+
+#: ../../include/text.php:1584
+msgid "Select an alternate language"
+msgstr "Selecione um idioma alternativo"
+
+#: ../../include/text.php:1718
+msgid "activity"
+msgstr "atividade"
+
+#: ../../include/text.php:1977
+msgid "Design"
+msgstr "Design"
+
+#: ../../include/text.php:1979
+msgid "Blocks"
+msgstr "Blocos"
+
+#: ../../include/text.php:1980
+msgid "Menus"
+msgstr "Menus"
+
+#: ../../include/text.php:1981
+msgid "Layouts"
+msgstr "Layouts"
+
+#: ../../include/text.php:1982
+msgid "Pages"
+msgstr "Páginas"
+
+#: ../../include/apps.php:115
+msgid "Site Admin"
+msgstr "Administração do site"
+
+#: ../../include/apps.php:117
+msgid "Address Book"
+msgstr "Livro de Endereços"
+
+#: ../../include/apps.php:131 ../../mod/mood.php:131
+msgid "Mood"
+msgstr "Humor"
+
+#: ../../include/apps.php:135
+msgid "Probe"
+msgstr "Sonda"
+
+#: ../../include/apps.php:136
+msgid "Suggest"
+msgstr "Sugerir"
+
+#: ../../include/apps.php:208 ../../mod/settings.php:79
+#: ../../mod/settings.php:541
+msgid "Update"
+msgstr "Atualizar"
+
+#: ../../include/apps.php:208
+msgid "Install"
+msgstr "Instalar"
+
+#: ../../include/apps.php:212
+msgid "Purchase"
+msgstr "Compras"
+
+#: ../../include/apps.php:291 ../../include/apps.php:342
+#: ../../mod/connedit.php:434
+msgid "Unknown"
+msgstr "Desconhecidos"
+
+#: ../../include/zot.php:603
+msgid "Invalid data packet"
+msgstr "Pacote de dados inválido"
+
+#: ../../include/zot.php:613
+msgid "Unable to verify channel signature"
+msgstr "Não foi possível verificar a assinatura do canal"
+
+#: ../../include/zot.php:810
+#, php-format
+msgid "Unable to verify site signature for %s"
+msgstr "Não foi possível verificar a assinatura do site para %s"
#: ../../include/message.php:18
msgid "No recipient provided."
@@ -2672,256 +2708,448 @@ msgstr "Não foi possível determinar o remetente."
msgid "Stored post could not be verified."
msgstr "Não foi possível verificar a publicação armazenada."
-#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1451
-msgid "Logout"
-msgstr "Sair"
+#: ../../include/plugin.php:486 ../../include/plugin.php:488
+msgid "Click here to upgrade."
+msgstr "Clique aqui para atualizar."
-#: ../../include/nav.php:77 ../../include/nav.php:96
-msgid "End this session"
-msgstr "Encerrar essa sessão"
+#: ../../include/plugin.php:494
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Essa ação excede o limite definido para o seu plano de assinatura."
-#: ../../include/nav.php:80 ../../include/nav.php:130
-msgid "Home"
-msgstr "Ver canal"
+#: ../../include/plugin.php:499
+msgid "This action is not available under your subscription plan."
+msgstr "Essa ação não está disponível para o seu plano de assinatura."
-#: ../../include/nav.php:80
-msgid "Your posts and conversations"
-msgstr "Suas publicações e conversas"
+#: ../../include/widgets.php:80
+msgid "System"
+msgstr "Sistema"
-#: ../../include/nav.php:81
-msgid "Your profile page"
-msgstr "A página do seu perfil"
+#: ../../include/widgets.php:83
+msgid "Create Personal App"
+msgstr "Crie aplicações pessoais"
-#: ../../include/nav.php:83
-msgid "Edit Profiles"
-msgstr "Editar perfis"
+#: ../../include/widgets.php:84
+msgid "Edit Personal App"
+msgstr "Edite aplicações pessoais"
-#: ../../include/nav.php:83
-msgid "Manage/Edit profiles"
-msgstr "Administrar/Editar perfis"
+#: ../../include/widgets.php:130 ../../mod/suggest.php:53
+msgid "Ignore/Hide"
+msgstr "Ignorar/Ocultar"
-#: ../../include/nav.php:84
-msgid "Your photos"
-msgstr "Suas fotos"
+#: ../../include/widgets.php:136 ../../mod/connections.php:266
+msgid "Suggestions"
+msgstr "Sugestões"
-#: ../../include/nav.php:85
-msgid "Your files"
-msgstr "Seus arquivos"
+#: ../../include/widgets.php:137
+msgid "See more..."
+msgstr "Veja mais..."
-#: ../../include/nav.php:86
-msgid "Chat"
-msgstr "Bate-papo"
+#: ../../include/widgets.php:159
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "Você tem %1$.0f de %2$.0f conexões permitidas."
-#: ../../include/nav.php:86
-msgid "Your chatrooms"
-msgstr "Suas salas de bate-papo"
+#: ../../include/widgets.php:165
+msgid "Add New Connection"
+msgstr "Adicionar nova conexão"
-#: ../../include/nav.php:87
-msgid "Your events"
-msgstr "Seus eventos"
+#: ../../include/widgets.php:166
+msgid "Enter the channel address"
+msgstr "Digite o endereço do canal"
-#: ../../include/nav.php:88
-msgid "Your bookmarks"
-msgstr "Seus links guardados"
+#: ../../include/widgets.php:167
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Por exemplo: joao@exemplo.com, http://exemplo.com/maria"
-#: ../../include/nav.php:90
-msgid "Your webpages"
-msgstr "Suas páginas web"
+#: ../../include/widgets.php:184
+msgid "Notes"
+msgstr "Notas"
-#: ../../include/nav.php:94 ../../boot.php:1452
-msgid "Login"
-msgstr "Entrar"
+#: ../../include/widgets.php:256
+msgid "Remove term"
+msgstr "Remover termo"
-#: ../../include/nav.php:94
-msgid "Sign in"
-msgstr "Entrar"
+#: ../../include/widgets.php:335
+msgid "Archives"
+msgstr "Arquivos"
-#: ../../include/nav.php:111
+#: ../../include/widgets.php:397
+msgid "Refresh"
+msgstr "Atualizar"
+
+#: ../../include/widgets.php:398 ../../mod/connedit.php:428
+msgid "Me"
+msgstr "Eu"
+
+#: ../../include/widgets.php:399 ../../mod/connedit.php:430
+msgid "Best Friends"
+msgstr "Melhores amigos"
+
+#: ../../include/widgets.php:401
+msgid "Co-workers"
+msgstr "Colegas de trabalho"
+
+#: ../../include/widgets.php:402 ../../mod/connedit.php:432
+msgid "Former Friends"
+msgstr "Amigos afastados"
+
+#: ../../include/widgets.php:403 ../../mod/connedit.php:433
+msgid "Acquaintances"
+msgstr "Conhecidos"
+
+#: ../../include/widgets.php:404
+msgid "Everybody"
+msgstr "Todos"
+
+#: ../../include/widgets.php:436
+msgid "Account settings"
+msgstr "Configurações da conta"
+
+#: ../../include/widgets.php:442
+msgid "Channel settings"
+msgstr "Configurações do canal"
+
+#: ../../include/widgets.php:448
+msgid "Additional features"
+msgstr "Recursos adicionais"
+
+#: ../../include/widgets.php:454
+msgid "Feature settings"
+msgstr "Configurações dos recursos"
+
+#: ../../include/widgets.php:460
+msgid "Display settings"
+msgstr "Configurações de exibição"
+
+#: ../../include/widgets.php:466
+msgid "Connected apps"
+msgstr "Aplicações conectadas"
+
+#: ../../include/widgets.php:472
+msgid "Export channel"
+msgstr "Exportar o canal"
+
+#: ../../include/widgets.php:484
+msgid "Automatic Permissions (Advanced)"
+msgstr "Permissões automáticas (avançado)"
+
+#: ../../include/widgets.php:494
+msgid "Premium Channel Settings"
+msgstr "Configurações de canal premium"
+
+#: ../../include/widgets.php:531
+msgid "Check Mail"
+msgstr "Checar mensagens"
+
+#: ../../include/widgets.php:612
+msgid "Chat Rooms"
+msgstr "Salas de bate-papo"
+
+#: ../../include/widgets.php:630
+msgid "Bookmarked Chatrooms"
+msgstr "Salas de bate-papo guardadas"
+
+#: ../../include/widgets.php:648
+msgid "Suggested Chatrooms"
+msgstr "Salas de bate-papo sugeridas"
+
+#: ../../include/ItemObject.php:118
+msgid "Save to Folder"
+msgstr "Salvar para pasta"
+
+#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142
+msgid "View all"
+msgstr "Ver tudo"
+
+#: ../../include/ItemObject.php:134
+msgctxt "noun"
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "gostou"
+msgstr[1] "gostaram"
+
+#: ../../include/ItemObject.php:139
+msgctxt "noun"
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "desgostou"
+msgstr[1] "desgostaram"
+
+#: ../../include/ItemObject.php:167
+msgid "Add Star"
+msgstr "Adicione estrela"
+
+#: ../../include/ItemObject.php:168
+msgid "Remove Star"
+msgstr "Remove estrela"
+
+#: ../../include/ItemObject.php:169
+msgid "Toggle Star Status"
+msgstr "Alterna status da estrela"
+
+#: ../../include/ItemObject.php:173
+msgid "starred"
+msgstr "destacado"
+
+#: ../../include/ItemObject.php:190
+msgid "Add Tag"
+msgstr "Adiciona etiqueta"
+
+#: ../../include/ItemObject.php:208 ../../mod/photos.php:971
+msgid "I like this (toggle)"
+msgstr "Eu gostei disso (alterna)"
+
+#: ../../include/ItemObject.php:209 ../../mod/photos.php:972
+msgid "I don't like this (toggle)"
+msgstr "Eu não gostei disso (alterna)"
+
+#: ../../include/ItemObject.php:211
+msgid "Share This"
+msgstr "Compartilhe isso"
+
+#: ../../include/ItemObject.php:211
+msgid "share"
+msgstr "compartilhar"
+
+#: ../../include/ItemObject.php:235 ../../include/ItemObject.php:236
#, php-format
-msgid "%s - click to logout"
-msgstr "%s - clique para sair"
+msgid "View %s's profile - %s"
+msgstr "Ver o perfil de %s - %s"
-#: ../../include/nav.php:116
-msgid "Click to authenticate to your home hub"
-msgstr "Clique para se autenticar com seu hub de origem"
+#: ../../include/ItemObject.php:237
+msgid "to"
+msgstr "para"
-#: ../../include/nav.php:130
-msgid "Home Page"
-msgstr "Página inicial"
+#: ../../include/ItemObject.php:238
+msgid "via"
+msgstr "via"
-#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1428
-msgid "Register"
-msgstr "Registrar"
+#: ../../include/ItemObject.php:239
+msgid "Wall-to-Wall"
+msgstr "Mural-para-mural"
-#: ../../include/nav.php:134
-msgid "Create an account"
-msgstr "Criar uma conta"
+#: ../../include/ItemObject.php:240
+msgid "via Wall-To-Wall:"
+msgstr "via Mural-para-mural"
-#: ../../include/nav.php:139 ../../mod/help.php:60 ../../mod/help.php:65
-msgid "Help"
-msgstr "Ajuda"
+#: ../../include/ItemObject.php:274
+msgid "Save Bookmarks"
+msgstr "Salve Favoritos"
-#: ../../include/nav.php:139
-msgid "Help and documentation"
-msgstr "Ajuda e documentação"
+#: ../../include/ItemObject.php:275
+msgid "Add to Calendar"
+msgstr "Adicione ao calendário"
-#: ../../include/nav.php:142
-msgid "Apps"
-msgstr "Aplicações"
+#: ../../include/ItemObject.php:283
+msgctxt "noun"
+msgid "Likes"
+msgstr "Gostaram"
-#: ../../include/nav.php:142
-msgid "Addon applications, utilities, games"
-msgstr "Aplicações adicionais, utilitários, jogos"
+#: ../../include/ItemObject.php:284
+msgctxt "noun"
+msgid "Dislikes"
+msgstr "Desgostaram"
-#: ../../include/nav.php:144
-msgid "Search site content"
-msgstr "Pesquisar o conteúdo do site"
+#: ../../include/ItemObject.php:315
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d comentário"
+msgstr[1] "%d comentários"
-#: ../../include/nav.php:147 ../../mod/directory.php:210
-msgid "Directory"
-msgstr "Diretório"
+#: ../../include/ItemObject.php:316 ../../include/js_strings.php:7
+msgid "[+] show all"
+msgstr "[+] mostrar todos"
-#: ../../include/nav.php:147
-msgid "Channel Locator"
-msgstr "Localizador de canais"
+#: ../../include/ItemObject.php:580 ../../mod/photos.php:990
+#: ../../mod/photos.php:1077
+msgid "This is you"
+msgstr "Este(a) é você"
-#: ../../include/nav.php:158
-msgid "Matrix"
-msgstr "Matriz"
+#: ../../include/ItemObject.php:582 ../../include/js_strings.php:6
+#: ../../mod/photos.php:992 ../../mod/photos.php:1079
+msgid "Comment"
+msgstr "Comentar"
-#: ../../include/nav.php:158
-msgid "Your matrix"
-msgstr "Sua matriz"
+#: ../../include/ItemObject.php:583 ../../mod/mood.php:135
+#: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884
+#: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303
+#: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:177
+#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:476
+#: ../../mod/settings.php:515 ../../mod/settings.php:627
+#: ../../mod/settings.php:655 ../../mod/settings.php:679
+#: ../../mod/settings.php:749 ../../mod/settings.php:926
+#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58
+#: ../../mod/sources.php:104 ../../mod/sources.php:138
+#: ../../mod/events.php:492 ../../mod/filestorage.php:135
+#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/thing.php:283
+#: ../../mod/thing.php:326 ../../mod/import.php:393 ../../mod/invite.php:156
+#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/photos.php:565
+#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993
+#: ../../mod/photos.php:1080 ../../mod/appman.php:99
+#: ../../view/theme/apw/php/config.php:256
+#: ../../view/theme/blogga/php/config.php:67
+#: ../../view/theme/blogga/view/theme/blog/config.php:67
+#: ../../view/theme/redbasic/php/config.php:99
+msgid "Submit"
+msgstr "Enviar"
-#: ../../include/nav.php:159
-msgid "Mark all matrix notifications seen"
-msgstr "Marcar todas as notificações da matriz como vistas"
+#: ../../include/ItemObject.php:584
+msgid "Bold"
+msgstr "Negrito"
-#: ../../include/nav.php:161
-msgid "Channel Home"
-msgstr "Página inicial do canal"
+#: ../../include/ItemObject.php:585
+msgid "Italic"
+msgstr "Itálico"
-#: ../../include/nav.php:161
-msgid "Channel home"
-msgstr "Página inicial do canal"
+#: ../../include/ItemObject.php:586
+msgid "Underline"
+msgstr "Sublinhado"
-#: ../../include/nav.php:162
-msgid "Mark all channel notifications seen"
-msgstr "Marcar todas as notificações de canais como vistas"
+#: ../../include/ItemObject.php:587
+msgid "Quote"
+msgstr "Citação"
-#: ../../include/nav.php:165 ../../include/nav.php:188
-#: ../../mod/connections.php:384
-msgid "Connections"
-msgstr "Conexões"
+#: ../../include/ItemObject.php:588
+msgid "Code"
+msgstr "Código"
-#: ../../include/nav.php:168
-msgid "Notices"
-msgstr "Notificações"
+#: ../../include/ItemObject.php:589
+msgid "Image"
+msgstr "Imagem"
-#: ../../include/nav.php:168
-msgid "Notifications"
-msgstr "Notificações"
+#: ../../include/ItemObject.php:590
+msgid "Link"
+msgstr "Link"
-#: ../../include/nav.php:169
-msgid "See all notifications"
-msgstr "Ver todas as notificações"
+#: ../../include/ItemObject.php:591
+msgid "Video"
+msgstr "Vídeo"
-#: ../../include/nav.php:170
-msgid "Mark all system notifications seen"
-msgstr "Marcar todas as notificações de sistema como vistas"
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "Excluir este item?"
-#: ../../include/nav.php:172
-msgid "Mail"
-msgstr "Mensagens"
+#: ../../include/js_strings.php:8
+msgid "[-] show less"
+msgstr "[-] mostra menos"
-#: ../../include/nav.php:172
-msgid "Private mail"
-msgstr "Mensagens privadas"
+#: ../../include/js_strings.php:9
+msgid "[+] expand"
+msgstr "[+] expandir"
-#: ../../include/nav.php:173
-msgid "See all private messages"
-msgstr "Ver todas as mensagens privadas"
+#: ../../include/js_strings.php:10
+msgid "[-] collapse"
+msgstr "[-] colapsar"
-#: ../../include/nav.php:174
-msgid "Mark all private messages seen"
-msgstr "Marcar todas as mensagens privadas como vistas"
+#: ../../include/js_strings.php:11
+msgid "Password too short"
+msgstr "A senha é muito curta"
-#: ../../include/nav.php:175
-msgid "Inbox"
-msgstr "Recebidas"
+#: ../../include/js_strings.php:12
+msgid "Passwords do not match"
+msgstr "As senhas não correspondem"
-#: ../../include/nav.php:176
-msgid "Outbox"
-msgstr "Enviadas"
+#: ../../include/js_strings.php:13 ../../mod/photos.php:39
+msgid "everybody"
+msgstr "todos"
-#: ../../include/nav.php:177 ../../include/widgets.php:523
-msgid "New Message"
-msgstr "Nova mensagem"
+#: ../../include/js_strings.php:14
+msgid "Secret Passphrase"
+msgstr "Frase secreta"
-#: ../../include/nav.php:180
-msgid "Event Calendar"
-msgstr "Agenda de eventos"
+#: ../../include/js_strings.php:15
+msgid "Passphrase hint"
+msgstr "Dica da frase secreta"
-#: ../../include/nav.php:181
-msgid "See all events"
-msgstr "Ver todos os eventos"
+#: ../../include/js_strings.php:16
+msgid "Notice: Permissions have changed but have not yet been submitted."
+msgstr "Atenção: permissões foram modificadas mas ainda não foram enviadas."
-#: ../../include/nav.php:182
-msgid "Mark all events seen"
-msgstr "Marcar todos os eventos como vistos"
+#: ../../include/js_strings.php:17
+msgid "close all"
+msgstr "fechar tudo"
-#: ../../include/nav.php:184
-msgid "Channel Select"
-msgstr "Seleção de canal"
+#: ../../include/js_strings.php:19
+msgid "timeago.prefixAgo"
+msgstr "timeago.prefixAgo"
-#: ../../include/nav.php:184
-msgid "Manage Your Channels"
-msgstr "Gerencie os seus canais"
+#: ../../include/js_strings.php:20
+msgid "timeago.prefixFromNow"
+msgstr "timeago.prefixFromNow"
-#: ../../include/nav.php:186 ../../include/widgets.php:501
-#: ../../mod/admin.php:976 ../../mod/admin.php:1181
-msgid "Settings"
-msgstr "Configurações"
+#: ../../include/js_strings.php:21
+msgid "ago"
+msgstr "atrás"
-#: ../../include/nav.php:186
-msgid "Account/Channel Settings"
-msgstr "Configurações da conta/canal"
+#: ../../include/js_strings.php:22
+msgid "from now"
+msgstr "de agora"
-#: ../../include/nav.php:188
-msgid "Manage/Edit Friends and Connections"
-msgstr "Gerenciar/editar os amigos e as conexões"
+#: ../../include/js_strings.php:23
+msgid "less than a minute"
+msgstr "menos de um minuto"
-#: ../../include/nav.php:195 ../../mod/admin.php:117
-msgid "Admin"
-msgstr "Admin"
+#: ../../include/js_strings.php:24
+msgid "about a minute"
+msgstr "aproximadamente um minuto"
-#: ../../include/nav.php:195
-msgid "Site Setup and Configuration"
-msgstr "Configuração do site"
+#: ../../include/js_strings.php:25
+#, php-format
+msgid "%d minutes"
+msgstr "%d minutos"
-#: ../../include/nav.php:220
-msgid "Nothing new here"
-msgstr "Nada de novo aqui"
+#: ../../include/js_strings.php:26
+msgid "about an hour"
+msgstr "aproximadamente uma hora"
-#: ../../include/nav.php:225
-msgid "Please wait..."
-msgstr "Por favor, aguarde..."
+#: ../../include/js_strings.php:27
+#, php-format
+msgid "about %d hours"
+msgstr "aproximadamente %d horas"
-#: ../../include/network.php:652
-msgid "view full size"
-msgstr "ver na tela inteira"
+#: ../../include/js_strings.php:28
+msgid "a day"
+msgstr "um dia"
-#: ../../include/plugin.php:475 ../../include/plugin.php:477
-msgid "Click here to upgrade."
-msgstr "Clique aqui para atualizar."
+#: ../../include/js_strings.php:29
+#, php-format
+msgid "%d days"
+msgstr "%d dias"
-#: ../../include/plugin.php:483
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr "Essa ação excede o limite definido para o seu plano de assinatura."
+#: ../../include/js_strings.php:30
+msgid "about a month"
+msgstr "aproximadamente um mês"
-#: ../../include/plugin.php:488
-msgid "This action is not available under your subscription plan."
-msgstr "Essa ação não está disponível para o seu plano de assinatura."
+#: ../../include/js_strings.php:31
+#, php-format
+msgid "%d months"
+msgstr "%d meses"
+
+#: ../../include/js_strings.php:32
+msgid "about a year"
+msgstr "aproximadamente um ano"
+
+#: ../../include/js_strings.php:33
+#, php-format
+msgid "%d years"
+msgstr "%d anos"
+
+#: ../../include/js_strings.php:34
+msgid " "
+msgstr " "
+
+#: ../../include/js_strings.php:35
+msgid "timeago.numbers"
+msgstr "timeago.numbers"
+
+#: ../../include/Contact.php:123
+msgid "New window"
+msgstr "Nova janela"
+
+#: ../../include/Contact.php:124
+msgid "Open the selected location in a different window or browser tab"
+msgstr "Abre a localização selecionada em outra aba ou janela"
#: ../../include/profile_selectors.php:6
msgid "Male"
@@ -3151,142 +3379,25 @@ msgstr "Não importa"
msgid "Ask me"
msgstr "Pergunte-me"
-#: ../../include/reddav.php:1069
-msgid "Edit File properties"
-msgstr "Editar propriedades do arquivo"
+#: ../../include/auth.php:79
+msgid "Logged out."
+msgstr "Você saiu."
-#: ../../include/security.php:295
+#: ../../include/auth.php:198
+msgid "Failed authentication"
+msgstr "Não foi possível autenticar"
+
+#: ../../include/auth.php:213 ../../mod/openid.php:188
+msgid "Login failed."
+msgstr "Não foi possível entrar."
+
+#: ../../include/security.php:301
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."
msgstr "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."
-#: ../../include/widgets.php:117 ../../mod/suggest.php:53
-msgid "Ignore/Hide"
-msgstr "Ignorar/Ocultar"
-
-#: ../../include/widgets.php:123 ../../mod/connections.php:265
-msgid "Suggestions"
-msgstr "Sugestões"
-
-#: ../../include/widgets.php:124
-msgid "See more..."
-msgstr "Veja mais..."
-
-#: ../../include/widgets.php:146
-#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
-msgstr "Você tem %1$.0f de %2$.0f conexões permitidas."
-
-#: ../../include/widgets.php:152
-msgid "Add New Connection"
-msgstr "Adicionar nova conexão"
-
-#: ../../include/widgets.php:153
-msgid "Enter the channel address"
-msgstr "Digite o endereço do canal"
-
-#: ../../include/widgets.php:154
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Por exemplo: joao@exemplo.com, http://exemplo.com/maria"
-
-#: ../../include/widgets.php:171
-msgid "Notes"
-msgstr "Notas"
-
-#: ../../include/widgets.php:243
-msgid "Remove term"
-msgstr "Remover termo"
-
-#: ../../include/widgets.php:322
-msgid "Archives"
-msgstr "Arquivos"
-
-#: ../../include/widgets.php:384
-msgid "Refresh"
-msgstr "Atualizar"
-
-#: ../../include/widgets.php:385 ../../mod/connedit.php:428
-msgid "Me"
-msgstr "Eu"
-
-#: ../../include/widgets.php:386 ../../mod/connedit.php:430
-msgid "Best Friends"
-msgstr "Melhores amigos"
-
-#: ../../include/widgets.php:388
-msgid "Co-workers"
-msgstr "Colegas de trabalho"
-
-#: ../../include/widgets.php:389 ../../mod/connedit.php:432
-msgid "Former Friends"
-msgstr "Amigos afastados"
-
-#: ../../include/widgets.php:390 ../../mod/connedit.php:433
-msgid "Acquaintances"
-msgstr "Conhecidos"
-
-#: ../../include/widgets.php:391
-msgid "Everybody"
-msgstr "Todos"
-
-#: ../../include/widgets.php:423
-msgid "Account settings"
-msgstr "Configurações da conta"
-
-#: ../../include/widgets.php:429
-msgid "Channel settings"
-msgstr "Configurações do canal"
-
-#: ../../include/widgets.php:435
-msgid "Additional features"
-msgstr "Recursos adicionais"
-
-#: ../../include/widgets.php:441
-msgid "Feature settings"
-msgstr "Configurações dos recursos"
-
-#: ../../include/widgets.php:447
-msgid "Display settings"
-msgstr "Configurações de exibição"
-
-#: ../../include/widgets.php:453
-msgid "Connected apps"
-msgstr "Aplicações conectadas"
-
-#: ../../include/widgets.php:459
-msgid "Export channel"
-msgstr "Exportar o canal"
-
-#: ../../include/widgets.php:471
-msgid "Automatic Permissions (Advanced)"
-msgstr "Permissões automáticas (avançado)"
-
-#: ../../include/widgets.php:481
-msgid "Premium Channel Settings"
-msgstr "Configurações de canal premium"
-
-#: ../../include/widgets.php:518
-msgid "Check Mail"
-msgstr "Checar mensagens"
-
-#: ../../include/widgets.php:599
-msgid "Chat Rooms"
-msgstr "Salas de bate-papo"
-
-#: ../../include/widgets.php:617
-msgid "Bookmarked Chatrooms"
-msgstr "Salas de bate-papo guardadas"
-
-#: ../../include/widgets.php:635
-msgid "Suggested Chatrooms"
-msgstr "Salas de bate-papo sugeridas"
-
-#: ../../mod/mood.php:138
-msgid "Mood"
-msgstr "Humor"
-
-#: ../../mod/mood.php:139
+#: ../../mod/mood.php:132
msgid "Set your current mood and tell your friends"
msgstr "Marque seu humor atual e compartilhe com seus amigos"
@@ -3359,7 +3470,7 @@ msgstr "Novo elemento de menu"
msgid "Menu Item Permissions"
msgstr "Permissões do item do menu"
-#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:962
+#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:959
msgid "(click to open/close)"
msgstr "(clique para abrir/fechar)"
@@ -3515,8 +3626,8 @@ msgid "No special theme for accessibility"
msgstr "Sem tema especial para acessibilidade"
#: ../../mod/admin.php:419 ../../mod/api.php:106 ../../mod/profiles.php:484
-#: ../../mod/settings.php:879 ../../mod/settings.php:884
-#: ../../mod/settings.php:955
+#: ../../mod/settings.php:876 ../../mod/settings.php:881
+#: ../../mod/settings.php:952
msgid "No"
msgstr "Não"
@@ -3525,8 +3636,8 @@ msgid "Yes - with approval"
msgstr "Sim - pendente aprovação"
#: ../../mod/admin.php:421 ../../mod/api.php:105 ../../mod/profiles.php:483
-#: ../../mod/settings.php:879 ../../mod/settings.php:884
-#: ../../mod/settings.php:955
+#: ../../mod/settings.php:876 ../../mod/settings.php:881
+#: ../../mod/settings.php:952
msgid "Yes"
msgstr "Sim"
@@ -4103,14 +4214,6 @@ msgstr "Autenticação remota bloqueada. Você está autenticado neste site loca
msgid "Welcome %s. Remote authentication successful."
msgstr "Bem vindo %s. Autenticação remota realizada com sucesso."
-#: ../../mod/apps.php:8
-msgid "No installed applications."
-msgstr "Não existe nenhuma aplicação instalada."
-
-#: ../../mod/apps.php:13
-msgid "Applications"
-msgstr "Aplicações"
-
#: ../../mod/attach.php:9
msgid "Item not available."
msgstr "O item não está disponível."
@@ -4125,12 +4228,12 @@ msgid "Invalid item."
msgstr "Item inválido."
#: ../../mod/block.php:39 ../../mod/chanview.php:77 ../../mod/page.php:47
-#: ../../mod/home.php:50 ../../mod/wall_upload.php:28
+#: ../../mod/home.php:52 ../../mod/wall_upload.php:28
msgid "Channel not found."
msgstr "O canal não foi encontrado."
#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:100
-#: ../../mod/help.php:72 ../../index.php:226
+#: ../../mod/help.php:72 ../../index.php:236
msgid "Page not found."
msgstr "Página não encontrada."
@@ -4177,7 +4280,7 @@ msgstr "Enviar foto do perfil"
msgid "Upload"
msgstr "Enviar"
-#: ../../mod/profile_photo.php:365 ../../mod/settings.php:888
+#: ../../mod/profile_photo.php:365 ../../mod/settings.php:885
msgid "or"
msgstr "ou"
@@ -4495,7 +4598,7 @@ msgstr "Clique em um contato para adicionar ou remover."
msgid "Visible To"
msgstr "Visível para"
-#: ../../mod/profperm.php:139 ../../mod/connections.php:277
+#: ../../mod/profperm.php:139 ../../mod/connections.php:278
msgid "All Connections"
msgstr "Todas as conexões"
@@ -4532,10 +4635,6 @@ msgstr "Você precisa estar autenticado para ver esta página."
msgid "Insufficient permissions. Request redirected to profile page."
msgstr "Permissões insuficientes. Requisição redirecionada para a página de perfil."
-#: ../../mod/chanview.php:93
-msgid "toggle full screen mode"
-msgstr "alternar o mode de tela inteira"
-
#: ../../mod/rbmark.php:88
msgid "Select a bookmark folder"
msgstr "Escolha uma pasta de links onde guardar"
@@ -4548,7 +4647,7 @@ msgstr "Guardar link"
msgid "URL of bookmark"
msgstr "URL do link guardado"
-#: ../../mod/rbmark.php:95
+#: ../../mod/rbmark.php:95 ../../mod/appman.php:93
msgid "Description"
msgstr "Descrição"
@@ -4556,35 +4655,39 @@ msgstr "Descrição"
msgid "Or enter new bookmark folder name"
msgstr "Ou digite o nome para uma nova pasta de links"
-#: ../../mod/chat.php:166
+#: ../../mod/chat.php:167
msgid "Room not found"
msgstr "Sala não encontrada"
-#: ../../mod/chat.php:176
+#: ../../mod/chat.php:178
msgid "Leave Room"
msgstr "Sair da sala"
-#: ../../mod/chat.php:177
+#: ../../mod/chat.php:179
+msgid "Delete This Room"
+msgstr "Deletar esta sala"
+
+#: ../../mod/chat.php:180
msgid "I am away right now"
msgstr "Eu estou ausente no momento"
-#: ../../mod/chat.php:178
+#: ../../mod/chat.php:181
msgid "I am online"
msgstr "Eu estou online"
-#: ../../mod/chat.php:180
+#: ../../mod/chat.php:183
msgid "Bookmark this room"
msgstr "Guarde esta sala"
-#: ../../mod/chat.php:204 ../../mod/chat.php:226
+#: ../../mod/chat.php:207 ../../mod/chat.php:229
msgid "New Chatroom"
msgstr "Nova sala de bate-papo"
-#: ../../mod/chat.php:205
+#: ../../mod/chat.php:208
msgid "Chatroom Name"
msgstr "Nome da sala de bate-papo"
-#: ../../mod/chat.php:222
+#: ../../mod/chat.php:225
#, php-format
msgid "%1$s's Chatrooms"
msgstr "Salas de bate-papo de %1$s"
@@ -4829,88 +4932,88 @@ msgstr "A conexão foi atualizada."
msgid "Failed to update connection record."
msgstr "Não foi possível atualizar o registro da conexão."
-#: ../../mod/connections.php:191 ../../mod/connections.php:290
+#: ../../mod/connections.php:191 ../../mod/connections.php:291
msgid "Blocked"
msgstr "Bloqueado"
-#: ../../mod/connections.php:196 ../../mod/connections.php:297
+#: ../../mod/connections.php:196 ../../mod/connections.php:298
msgid "Ignored"
msgstr "Ignorado"
-#: ../../mod/connections.php:201 ../../mod/connections.php:311
+#: ../../mod/connections.php:201 ../../mod/connections.php:312
msgid "Hidden"
msgstr "Oculto"
-#: ../../mod/connections.php:206 ../../mod/connections.php:304
+#: ../../mod/connections.php:206 ../../mod/connections.php:305
msgid "Archived"
msgstr "Arquivado"
-#: ../../mod/connections.php:229 ../../mod/connections.php:243
+#: ../../mod/connections.php:230 ../../mod/connections.php:244
msgid "All"
msgstr "Todos"
-#: ../../mod/connections.php:238 ../../mod/connections.php:318
+#: ../../mod/connections.php:239 ../../mod/connections.php:319
msgid "Unconnected"
msgstr "Não conectado"
-#: ../../mod/connections.php:268
+#: ../../mod/connections.php:269
msgid "Suggest new connections"
msgstr "Sugerir novas conexões"
-#: ../../mod/connections.php:271
+#: ../../mod/connections.php:272
msgid "New Connections"
msgstr "Novas conexões"
-#: ../../mod/connections.php:274
+#: ../../mod/connections.php:275
msgid "Show pending (new) connections"
msgstr "Exibir conexões pendentes (novas)"
-#: ../../mod/connections.php:280
+#: ../../mod/connections.php:281
msgid "Show all connections"
msgstr "Exibir todas as conexões"
-#: ../../mod/connections.php:283
+#: ../../mod/connections.php:284
msgid "Unblocked"
msgstr "Não bloqueado"
-#: ../../mod/connections.php:286
+#: ../../mod/connections.php:287
msgid "Only show unblocked connections"
msgstr "Exibir apenas conexões não bloqueadas"
-#: ../../mod/connections.php:293
+#: ../../mod/connections.php:294
msgid "Only show blocked connections"
msgstr "Exibir apenas conexões bloqueadas"
-#: ../../mod/connections.php:300
+#: ../../mod/connections.php:301
msgid "Only show ignored connections"
msgstr "Exibir apenas conexões ignoradas"
-#: ../../mod/connections.php:307
+#: ../../mod/connections.php:308
msgid "Only show archived connections"
msgstr "Exibir apenas conexões arquivadas"
-#: ../../mod/connections.php:314
+#: ../../mod/connections.php:315
msgid "Only show hidden connections"
msgstr "Exibir apenas conexões ocultas"
-#: ../../mod/connections.php:321
+#: ../../mod/connections.php:322
msgid "Only show one-way connections"
msgstr "Exibir apenas conexões de mão única"
-#: ../../mod/connections.php:366
+#: ../../mod/connections.php:367
#, php-format
msgid "%1$s [%2$s]"
msgstr "%1$s [%2$s]"
-#: ../../mod/connections.php:367
+#: ../../mod/connections.php:368
msgid "Edit contact"
msgstr "Editar o contato"
-#: ../../mod/connections.php:388
+#: ../../mod/connections.php:389
msgid "Search your connections"
msgstr "Pesquisar em suas conexões"
-#: ../../mod/connections.php:389
+#: ../../mod/connections.php:390
msgid "Finding: "
msgstr "Pesquisando: "
@@ -5042,10 +5145,6 @@ msgstr "Ocultar ou deixar de ocultar esta conexão"
msgid "Delete this connection"
msgstr "Deletar esta conexão"
-#: ../../mod/connedit.php:434
-msgid "Unknown"
-msgstr "Desconhecidos"
-
#: ../../mod/connedit.php:444 ../../mod/connedit.php:473
msgid "Approve this connection"
msgstr "Aprovar esta conexão"
@@ -5316,16 +5415,12 @@ msgstr "Este site não é um servidor de diretório"
#: ../../mod/settings.php:71
msgid "Name is required"
-msgstr "O nome é obrigatório"
+msgstr "É necessário informar o nome"
#: ../../mod/settings.php:75
msgid "Key and Secret are required"
msgstr "A chave e o segredo são obrigatórios"
-#: ../../mod/settings.php:79 ../../mod/settings.php:541
-msgid "Update"
-msgstr "Atualizar"
-
#: ../../mod/settings.php:195
msgid "Passwords do not match. Password unchanged."
msgstr "As senhas não correspondem. A senha não foi modificada."
@@ -5445,7 +5540,7 @@ msgstr "Confirme:"
msgid "Leave password fields blank unless changing"
msgstr "Deixe os campos de senha em branco, a não ser que você queira alterá-la"
-#: ../../mod/settings.php:628 ../../mod/settings.php:938
+#: ../../mod/settings.php:628 ../../mod/settings.php:935
msgid "Email Address:"
msgstr "Endereço de e-mail:"
@@ -5473,275 +5568,272 @@ msgstr "Recursos adicionais"
msgid "Connector Settings"
msgstr "Configurações do conector"
-#: ../../mod/settings.php:749
+#: ../../mod/settings.php:717
+#, php-format
+msgid "%s - (Experimental)"
+msgstr "%s - (Experimental)"
+
+#: ../../mod/settings.php:747
msgid "Display Settings"
msgstr "Configurações de exibição"
-#: ../../mod/settings.php:755
+#: ../../mod/settings.php:753
msgid "Display Theme:"
msgstr "Tema do perfil:"
-#: ../../mod/settings.php:756
+#: ../../mod/settings.php:754
msgid "Mobile Theme:"
msgstr "Tema móvel:"
-#: ../../mod/settings.php:757
+#: ../../mod/settings.php:755
msgid "Update browser every xx seconds"
msgstr "Atualizar navegador a cada xx segundos"
-#: ../../mod/settings.php:757
+#: ../../mod/settings.php:755
msgid "Minimum of 10 seconds, no maximum"
msgstr "Mínimo de 10 segundos, sem máximo"
-#: ../../mod/settings.php:758
+#: ../../mod/settings.php:756
msgid "Maximum number of conversations to load at any time:"
msgstr "Número máximo permitido de conversas carregadas:"
-#: ../../mod/settings.php:758
+#: ../../mod/settings.php:756
msgid "Maximum of 100 items"
msgstr "Máximo de 100 itens"
-#: ../../mod/settings.php:759
+#: ../../mod/settings.php:757
msgid "Don't show emoticons"
msgstr "Não exibir emoticons"
-#: ../../mod/settings.php:760
-msgid "Do not view remote profiles in frames"
-msgstr "Não exibir perfis remotos em frames"
-
-#: ../../mod/settings.php:760
-msgid "By default open in a sub-window of your own site"
-msgstr "Por padrão, abrir em uma sub-janela do seu próprio site"
-
-#: ../../mod/settings.php:761
+#: ../../mod/settings.php:758
msgid "System Page Layout Editor - (advanced)"
msgstr "Editor de layout de página do sistema - (avançado)"
-#: ../../mod/settings.php:796
+#: ../../mod/settings.php:793
msgid "Nobody except yourself"
msgstr "Ninguém exceto você mesmo"
-#: ../../mod/settings.php:797
+#: ../../mod/settings.php:794
msgid "Only those you specifically allow"
msgstr "Apenas quem você der permissão"
-#: ../../mod/settings.php:798
+#: ../../mod/settings.php:795
msgid "Anybody in your address book"
msgstr "Qualquer um nos seus contatos"
-#: ../../mod/settings.php:799
+#: ../../mod/settings.php:796
msgid "Anybody on this website"
msgstr "Qualquer um neste site"
-#: ../../mod/settings.php:800
+#: ../../mod/settings.php:797
msgid "Anybody in this network"
msgstr "Qualquer um nesta rede"
-#: ../../mod/settings.php:801
+#: ../../mod/settings.php:798
msgid "Anybody authenticated"
msgstr "Qualquer um autenticado"
-#: ../../mod/settings.php:802
+#: ../../mod/settings.php:799
msgid "Anybody on the internet"
msgstr "Qualquer um na internet"
-#: ../../mod/settings.php:879
+#: ../../mod/settings.php:876
msgid "Publish your default profile in the network directory"
msgstr "Publicar seu perfil padrão no diretório da rede?"
-#: ../../mod/settings.php:884
+#: ../../mod/settings.php:881
msgid "Allow us to suggest you as a potential friend to new members?"
msgstr "Permitir sugerir você como amigo potencial para outros membros?"
-#: ../../mod/settings.php:893
+#: ../../mod/settings.php:890
msgid "Your channel address is"
msgstr "O endereço do seu canal é"
-#: ../../mod/settings.php:927
+#: ../../mod/settings.php:924
msgid "Channel Settings"
msgstr "Configurações do canal"
-#: ../../mod/settings.php:936
+#: ../../mod/settings.php:933
msgid "Basic Settings"
msgstr "Configurações básicas"
-#: ../../mod/settings.php:939
+#: ../../mod/settings.php:936
msgid "Your Timezone:"
msgstr "Seu fuso horário:"
-#: ../../mod/settings.php:940
+#: ../../mod/settings.php:937
msgid "Default Post Location:"
msgstr "Localização padrão de suas publicações:"
-#: ../../mod/settings.php:940
+#: ../../mod/settings.php:937
msgid "Geographical location to display on your posts"
msgstr "Localização geográfica para exibir em suas publicações"
-#: ../../mod/settings.php:941
+#: ../../mod/settings.php:938
msgid "Use Browser Location:"
msgstr "Usar localizador do navegador:"
-#: ../../mod/settings.php:943
+#: ../../mod/settings.php:940
msgid "Adult Content"
msgstr "Conteúdo adulto"
-#: ../../mod/settings.php:943
+#: ../../mod/settings.php:940
msgid ""
"This channel frequently or regularly publishes adult content. (Please tag "
"any adult material and/or nudity with #NSFW)"
msgstr "Este canal frequentemente ou regularmente publica conteúdo adulto. (Por favor marque qualquer material adulto e/ou nudez com #NSFW)"
-#: ../../mod/settings.php:945
+#: ../../mod/settings.php:942
msgid "Security and Privacy Settings"
msgstr "Configurações de segurança e privacidade"
-#: ../../mod/settings.php:947
+#: ../../mod/settings.php:944
msgid "Hide my online presence"
msgstr "Esconda minha presença online"
-#: ../../mod/settings.php:947
+#: ../../mod/settings.php:944
msgid "Prevents displaying in your profile that you are online"
msgstr "Previne exibir em seu perfil que você está online"
-#: ../../mod/settings.php:949
+#: ../../mod/settings.php:946
msgid "Simple Privacy Settings:"
msgstr "Configurações de privacidade simples:"
-#: ../../mod/settings.php:950
+#: ../../mod/settings.php:947
msgid ""
"Very Public - <em>extremely permissive (should be used with caution)</em>"
msgstr "Muito público - <em>extremamente permissivo (deve ser usado com cuidado)</em>"
-#: ../../mod/settings.php:951
+#: ../../mod/settings.php:948
msgid ""
"Typical - <em>default public, privacy when desired (similar to social "
"network permissions but with improved privacy)</em>"
msgstr "Típico - <em>público por padrão, privado quando desejável (similar às permissões de redes sociais, mas com melhor privacidade)</em>"
-#: ../../mod/settings.php:952
+#: ../../mod/settings.php:949
msgid "Private - <em>default private, never open or public</em>"
msgstr "Privado - <em>privado por padrão, nunca aberto ou público</em>"
-#: ../../mod/settings.php:953
+#: ../../mod/settings.php:950
msgid "Blocked - <em>default blocked to/from everybody</em>"
msgstr "Bloqueado - <em>por padrão bloquado de/para todos</em>"
-#: ../../mod/settings.php:955
+#: ../../mod/settings.php:952
msgid "Allow others to tag your posts"
msgstr "Permitir que outros etiquetem suas publicações"
-#: ../../mod/settings.php:955
+#: ../../mod/settings.php:952
msgid ""
"Often used by the community to retro-actively flag inappropriate content"
msgstr "Frequentemente utilizado pela comunidade para retroativamente sinalizar conteúdo inapropriado"
-#: ../../mod/settings.php:957
+#: ../../mod/settings.php:954
msgid "Advanced Privacy Settings"
msgstr "Configurações de privacidade avançadas"
-#: ../../mod/settings.php:959
+#: ../../mod/settings.php:956
msgid "Expire other channel content after this many days"
msgstr "Expirar outros conteúdos do canal após este número de dias"
-#: ../../mod/settings.php:959
+#: ../../mod/settings.php:956
msgid "0 or blank prevents expiration"
msgstr "0 ou em branco previne expiração"
-#: ../../mod/settings.php:960
+#: ../../mod/settings.php:957
msgid "Maximum Friend Requests/Day:"
msgstr "Número máximo de requisições de amizade por dia:"
-#: ../../mod/settings.php:960
+#: ../../mod/settings.php:957
msgid "May reduce spam activity"
msgstr "Pode reduzir a frequência de spam"
-#: ../../mod/settings.php:961
+#: ../../mod/settings.php:958
msgid "Default Post Permissions"
msgstr "Permissões padrão de publicação"
-#: ../../mod/settings.php:973
+#: ../../mod/settings.php:970
msgid "Maximum private messages per day from unknown people:"
msgstr "Máximo número de mensagens privadas por dia de pessoas desconhecidas:"
-#: ../../mod/settings.php:973
+#: ../../mod/settings.php:970
msgid "Useful to reduce spamming"
msgstr "Útil para reduzir a frequência de spam"
-#: ../../mod/settings.php:976
+#: ../../mod/settings.php:973
msgid "Notification Settings"
msgstr "Configurações de notificação"
-#: ../../mod/settings.php:977
+#: ../../mod/settings.php:974
msgid "By default post a status message when:"
msgstr "Por padrão, publicar uma mensagem de status quando:"
-#: ../../mod/settings.php:978
+#: ../../mod/settings.php:975
msgid "accepting a friend request"
msgstr "aceitar um pedido de amizade"
-#: ../../mod/settings.php:979
+#: ../../mod/settings.php:976
msgid "joining a forum/community"
msgstr "associar-se a um fórum/comunidade"
-#: ../../mod/settings.php:980
+#: ../../mod/settings.php:977
msgid "making an <em>interesting</em> profile change"
msgstr "modificar algo <em>interessante</em> em seu perfil"
-#: ../../mod/settings.php:981
+#: ../../mod/settings.php:978
msgid "Send a notification email when:"
msgstr "Enviar um e-mail de notificação quando:"
-#: ../../mod/settings.php:982
+#: ../../mod/settings.php:979
msgid "You receive a connection request"
msgstr "Você recebe uma solicitação de conexão"
-#: ../../mod/settings.php:983
+#: ../../mod/settings.php:980
msgid "Your connections are confirmed"
msgstr "Suas conexões são confirmadas"
-#: ../../mod/settings.php:984
+#: ../../mod/settings.php:981
msgid "Someone writes on your profile wall"
msgstr "Alguém escrever no mural do seu perfil"
-#: ../../mod/settings.php:985
+#: ../../mod/settings.php:982
msgid "Someone writes a followup comment"
msgstr "Alguém comenta uma publicação"
-#: ../../mod/settings.php:986
+#: ../../mod/settings.php:983
msgid "You receive a private message"
msgstr "Você recebeu uma mensagem privada"
-#: ../../mod/settings.php:987
+#: ../../mod/settings.php:984
msgid "You receive a friend suggestion"
msgstr "Você recebe uma sugestão de amizade"
-#: ../../mod/settings.php:988
+#: ../../mod/settings.php:985
msgid "You are tagged in a post"
msgstr "Você é mencionado num post"
-#: ../../mod/settings.php:989
+#: ../../mod/settings.php:986
msgid "You are poked/prodded/etc. in a post"
msgstr "Você foi cutucado/espetado/etc. numa publicação"
-#: ../../mod/settings.php:992
+#: ../../mod/settings.php:989
msgid "Advanced Account/Page Type Settings"
msgstr "Configurações avançadas de conta/tipo de página"
-#: ../../mod/settings.php:993
+#: ../../mod/settings.php:990
msgid "Change the behaviour of this account for special situations"
msgstr "Mudar o comportamento dessa conta em situações especiais"
-#: ../../mod/settings.php:996
+#: ../../mod/settings.php:993
msgid ""
"Please enable expert mode (in <a href=\"settings/features\">Settings > "
"Additional features</a>) to adjust!"
msgstr "Por favor, habilite o modo expert (em <a href=\"settings/features\">Configurações > Recursos adicionais</a>) para ajustar!"
-#: ../../mod/settings.php:997
+#: ../../mod/settings.php:994
msgid "Miscellaneous Settings"
msgstr "Configurações miscelâneas"
-#: ../../mod/settings.php:999
+#: ../../mod/settings.php:996
msgid "Personal menu to display in your channel pages"
msgstr "Menu pessoal para exibir nas páginas dos seus canais"
@@ -5773,7 +5865,7 @@ msgid ""
"phpmyadmin or mysql."
msgstr "Pode ser que você precise importar o arquivo \"install/database.sql\" manualmente, usando o phpmyadmin or mysql."
-#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:641
+#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:655
msgid "Please see the file \"install/INSTALL.txt\"."
msgstr "Por favor, veja o arquivo \"install/INSTALL.txt\"."
@@ -5781,7 +5873,7 @@ msgstr "Por favor, veja o arquivo \"install/INSTALL.txt\"."
msgid "System check"
msgstr "Checagem do sistema"
-#: ../../mod/setup.php:261 ../../mod/events.php:360
+#: ../../mod/setup.php:261 ../../mod/events.php:380
msgid "Next"
msgstr "Próximo"
@@ -6054,71 +6146,73 @@ msgstr "A Red usa o diretório store para salvar arquivos carregados. O servidor
msgid "store is writable"
msgstr "store tem permissão de escrita"
-#: ../../mod/setup.php:554
+#: ../../mod/setup.php:569
msgid ""
"SSL certificate cannot be validated. Fix certificate or disable https access"
" to this site."
msgstr "Não foi possível validar o certificado SSL. Corrija o certificado ou desabilite o acesso via https ao site."
-#: ../../mod/setup.php:555
+#: ../../mod/setup.php:570
msgid ""
-"If you use https access, you MUST use a certification instance known by all "
-"internet browsers. You MUST NOT use self-signed certificates!"
-msgstr "Se você utiliza acesso https, você DEVE usar uma instância de certificação reconhecida por todos os navegadores de internet. Você NÃO DEVE usar certificados assinados por você mesmo!"
+"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!"
+msgstr "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!"
-#: ../../mod/setup.php:556
+#: ../../mod/setup.php:571
msgid ""
"This restriction is incorporated because public posts from you may for "
-"example contain references to images on your own hub. If your"
-msgstr "Essa restrição é incorporada porque publicações públicas de você podem por exemplo conter referências a imagens no seu próprio hub. Se seu"
+"example contain references to images on your own hub."
+msgstr "Essa restrição é incorporada porque publicações públicas suas podem, por exemplo, conter referências a imagens no seu próprio hub."
-#: ../../mod/setup.php:557
+#: ../../mod/setup.php:572
msgid ""
-"certificate is not known by the internet browser of users they get a warning"
-" message complaining about some security issues. Although"
-msgstr "certificado não é conhecido pelo navegador de internet do usuário eles receberão um alerta reclamando de alguns problemas de segurança. Apesar"
+"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."
+msgstr "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."
-#: ../../mod/setup.php:558
+#: ../../mod/setup.php:573
msgid ""
-"these complains are not the real truth - there are no security issues with "
-"your encryption! - the users may be confused, nerved or even"
-msgstr "dessas reclamações não serem a real verdade - não há problemas de segurança com sua encriptação! - os usuários podem ser confundidos, enervados ou pior"
+"This can cause usability issues elsewhere (not just on your own site) so we "
+"must insist on this requirement."
+msgstr "Isso pode causar problemas de usabilidade (não só no seu site) então nós precisamos insistir nesse requisito."
-#: ../../mod/setup.php:559
+#: ../../mod/setup.php:574
msgid ""
-"worse may become scared about redmatrix having security issues. Use one of "
-"the free certification instances!"
-msgstr "ainda podem ficar com medo da redmatrix ter problemas de segurança. Use uma das instâncias certificadoras gratuitas!"
+"Providers are available that issue free certificates which are browser-"
+"valid."
+msgstr "Existem provedores que disponibilizam gratuitamente certificados reconhecidos por navegadores."
-#: ../../mod/setup.php:561
+#: ../../mod/setup.php:576
msgid "SSL certificate validation"
msgstr "Validação do certificado SSL"
-#: ../../mod/setup.php:568
+#: ../../mod/setup.php:582
msgid ""
"Url rewrite in .htaccess is not working. Check your server configuration."
msgstr "A reescrita de URLs não está funcionando no .htaccess. Verifique as configurações do servidor."
-#: ../../mod/setup.php:570
+#: ../../mod/setup.php:584
msgid "Url rewrite is working"
msgstr "A reescrita de URLs está funcionando"
-#: ../../mod/setup.php:580
+#: ../../mod/setup.php:594
msgid ""
"The database configuration file \".htconfig.php\" could not be written. "
"Please use the enclosed text to create a configuration file in your web "
"server root."
msgstr "Não foi possível gravar o arquivo de configuração \".htconfig.php\". Por favor, use o texto incluso para criar um arquivo de configuração na raiz da instalação do Friendika em seu servidor web."
-#: ../../mod/setup.php:604
+#: ../../mod/setup.php:618
msgid "Errors encountered creating database tables."
msgstr "Foram encontrados erros durante a criação das tabelas do banco de dados."
-#: ../../mod/setup.php:639
+#: ../../mod/setup.php:653
msgid "<h1>What next</h1>"
msgstr "<h1>Próximos passos</h1>"
-#: ../../mod/setup.php:640
+#: ../../mod/setup.php:654
msgid ""
"IMPORTANT: You will need to [manually] setup a scheduled task for the "
"poller."
@@ -6256,71 +6350,6 @@ msgstr "Sugestões, elogios, etc - mande um e-mail para \"redmatrix\" arrôba li
msgid "Site Administrators"
msgstr "Administradores do site"
-#: ../../mod/events.php:72
-msgid "Event title and start time are required."
-msgstr "O título do evento e a hora de início são obrigatórios."
-
-#: ../../mod/events.php:290
-msgid "l, F j"
-msgstr "l, F j"
-
-#: ../../mod/events.php:312
-msgid "Edit event"
-msgstr "Editar o evento"
-
-#: ../../mod/events.php:358
-msgid "Create New Event"
-msgstr "Criar um novo evento"
-
-#: ../../mod/events.php:359
-msgid "Previous"
-msgstr "Anterior"
-
-#: ../../mod/events.php:431
-msgid "hour:minute"
-msgstr "hora:minuto"
-
-#: ../../mod/events.php:450
-msgid "Event details"
-msgstr "Detalhes do evento"
-
-#: ../../mod/events.php:451
-#, php-format
-msgid "Format is %s %s. Starting date and Title are required."
-msgstr "O formato é %s %s. A data de início e o título são obrigatórios."
-
-#: ../../mod/events.php:453
-msgid "Event Starts:"
-msgstr "Início do evento:"
-
-#: ../../mod/events.php:453 ../../mod/events.php:467
-msgid "Required"
-msgstr "Obrigatório"
-
-#: ../../mod/events.php:456
-msgid "Finish date/time is not known or not relevant"
-msgstr "A data/hora de término não é conhecida ou não é relevante"
-
-#: ../../mod/events.php:458
-msgid "Event Finishes:"
-msgstr "Término do evento:"
-
-#: ../../mod/events.php:461
-msgid "Adjust for viewer timezone"
-msgstr "Ajustar para o fuso horário do visualizador"
-
-#: ../../mod/events.php:463
-msgid "Description:"
-msgstr "Descrição:"
-
-#: ../../mod/events.php:467
-msgid "Title:"
-msgstr "Título:"
-
-#: ../../mod/events.php:469
-msgid "Share this event"
-msgstr "Compartilhar este evento"
-
#: ../../mod/sources.php:32
msgid "Failed to create source. No channel selected."
msgstr "Falha ao criar a fonte. Nenhum canal selecionado."
@@ -6388,6 +6417,72 @@ msgstr "Não foi possível remover a fonte."
msgid "- select -"
msgstr "- selecionar -"
+#: ../../mod/events.php:72
+msgid "Event title and start time are required."
+msgstr "O título do evento e a hora de início são obrigatórios."
+
+#: ../../mod/events.php:310
+msgid "l, F j"
+msgstr "l, F j"
+
+#: ../../mod/events.php:332
+msgid "Edit event"
+msgstr "Editar o evento"
+
+#: ../../mod/events.php:378
+msgid "Create New Event"
+msgstr "Criar um novo evento"
+
+#: ../../mod/events.php:379
+msgid "Previous"
+msgstr "Anterior"
+
+#: ../../mod/events.php:450
+msgid "hour:minute"
+msgstr "hora:minuto"
+
+#: ../../mod/events.php:470
+msgid "Event details"
+msgstr "Detalhes do evento"
+
+#: ../../mod/events.php:471
+#, php-format
+msgid "Format is %s %s. Starting date and Title are required."
+msgstr "O formato é %s %s. A data de início e o título são obrigatórios."
+
+#: ../../mod/events.php:473
+msgid "Event Starts:"
+msgstr "Início do evento:"
+
+#: ../../mod/events.php:473 ../../mod/events.php:487 ../../mod/appman.php:91
+#: ../../mod/appman.php:92
+msgid "Required"
+msgstr "Obrigatório"
+
+#: ../../mod/events.php:476
+msgid "Finish date/time is not known or not relevant"
+msgstr "A data/hora de término não é conhecida ou não é relevante"
+
+#: ../../mod/events.php:478
+msgid "Event Finishes:"
+msgstr "Término do evento:"
+
+#: ../../mod/events.php:481
+msgid "Adjust for viewer timezone"
+msgstr "Ajustar para o fuso horário do visualizador"
+
+#: ../../mod/events.php:483
+msgid "Description:"
+msgstr "Descrição:"
+
+#: ../../mod/events.php:487
+msgid "Title:"
+msgstr "Título:"
+
+#: ../../mod/events.php:489
+msgid "Share this event"
+msgstr "Compartilhar este evento"
+
#: ../../mod/filestorage.php:68
msgid "Permission Denied."
msgstr "Permissão negada."
@@ -6519,13 +6614,13 @@ msgstr "Clique em um canal para adicionar ou remover."
#: ../../mod/tagger.php:98
#, php-format
msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s etiquetou %3$s de %2$s com %4$s"
+msgstr "%1$s marcou %3$s de %2$s com %4$s"
#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55
msgid "Help:"
msgstr "Ajuda:"
-#: ../../mod/help.php:69 ../../index.php:223
+#: ../../mod/help.php:69 ../../index.php:233
msgid "Not Found"
msgstr "Não encontrada"
@@ -6541,7 +6636,7 @@ msgstr "Remover a etiqueta de item"
msgid "Select a tag to remove: "
msgstr "Selecione uma etiqueta para remover: "
-#: ../../mod/home.php:89
+#: ../../mod/home.php:91
#, php-format
msgid "Welcome to %s"
msgstr "Bem-vindo(a) a %s"
@@ -6632,19 +6727,19 @@ msgstr "Clonagem do canal falhou. A importação falhou."
msgid "Cloned channel not found. Import failed."
msgstr "Canal a clonar não encontrado. A importação falhou."
-#: ../../mod/import.php:358
+#: ../../mod/import.php:364
msgid "Import completed."
msgstr "A importação foi completada."
-#: ../../mod/import.php:371
+#: ../../mod/import.php:377
msgid "You must be logged in to use this feature."
msgstr "Você precisa estar autenticado para usar este recurso."
-#: ../../mod/import.php:376
+#: ../../mod/import.php:382
msgid "Import Channel"
msgstr "Importar canal"
-#: ../../mod/import.php:377
+#: ../../mod/import.php:383
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 "
@@ -6652,27 +6747,27 @@ msgid ""
"be imported. Importation of content is not yet available."
msgstr "Use este formulário para importar um canal existente de um servidor/hub diferente. Você pode obter a identidade do canal do servidor/hub antigo pela rede, ou fornecer um arquivo de exportação. Somente a identidade e as conexões/relacionamentos serão importados. Importação de conteúdos ainda não está disponível."
-#: ../../mod/import.php:378
+#: ../../mod/import.php:384
msgid "File to Upload"
msgstr "Arquivo a carregar"
-#: ../../mod/import.php:379
+#: ../../mod/import.php:385
msgid "Or provide the old server/hub details"
msgstr "Ou forneça os detalhes do antigo servidor/hub"
-#: ../../mod/import.php:380
+#: ../../mod/import.php:386
msgid "Your old identity address (xyz@example.com)"
msgstr "O endereço da sua velha identidade (xyz@exemplo.com)"
-#: ../../mod/import.php:381
+#: ../../mod/import.php:387
msgid "Your old login email address"
msgstr "O endereço de e-mail da sua antiga conta"
-#: ../../mod/import.php:382
+#: ../../mod/import.php:388
msgid "Your old login password"
msgstr "A senha dua sua antiga conta"
-#: ../../mod/import.php:383
+#: ../../mod/import.php:389
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"
@@ -6680,7 +6775,7 @@ msgid ""
"primary location for files, photos, and media."
msgstr "Para qualquer das opções, por favor escolha se deseja fazer deste hub seu novo endereço primário, ou se o velho local deve continuar com esse papel. Você será capaz de publicar a partir de ambos os locais, mas somente um pode estar designado como local primário para arquivos, fotos e mídia."
-#: ../../mod/import.php:384
+#: ../../mod/import.php:390
msgid "Make this hub my primary location"
msgstr "Faça deste hub meu local primário"
@@ -6765,24 +6860,24 @@ msgstr "Para maiores informações sobre o Projeto Red Matrix e porque ele tem p
msgid "Unable to locate original post."
msgstr "Não foi possível localizar a publicação original."
-#: ../../mod/item.php:345
+#: ../../mod/item.php:352
msgid "Empty post discarded."
msgstr "A publicação em branco foi descartada."
-#: ../../mod/item.php:385
+#: ../../mod/item.php:392
msgid "Executable content type not permitted to this channel."
msgstr "Conteúdo de tipo executável não permitido para este canal."
-#: ../../mod/item.php:794
+#: ../../mod/item.php:806
msgid "System error. Post not saved."
msgstr "Erro no sistema. A publicação não foi salva."
-#: ../../mod/item.php:1237
+#: ../../mod/item.php:1249
#, php-format
msgid "You have reached your limit of %1$.0f top level posts."
msgstr "Você atingiu o seu limite de %1$.0f publicações de novos tópicos."
-#: ../../mod/item.php:1243
+#: ../../mod/item.php:1255
#, php-format
msgid "You have reached your limit of %1$.0f webpages."
msgstr "Você atingiu o seu limite de %1$.0f páginas web."
@@ -6808,16 +6903,16 @@ msgstr "Não existe informação disponível sobre a privacidade remota."
msgid "Visible to:"
msgstr "Visível para:"
-#: ../../mod/viewconnections.php:50
+#: ../../mod/viewconnections.php:58
msgid "No connections."
msgstr "Nenhuma conexão."
-#: ../../mod/viewconnections.php:62
+#: ../../mod/viewconnections.php:70
#, php-format
msgid "Visit %s's profile [%s]"
msgstr "Ver o perfil de %s [%s]"
-#: ../../mod/viewconnections.php:77
+#: ../../mod/viewconnections.php:85
msgid "View Connnections"
msgstr "Ver conexões"
@@ -7291,11 +7386,11 @@ msgstr "Identificador de solicitação inválido"
msgid "Discard"
msgstr "Descartar"
-#: ../../mod/notifications.php:93 ../../mod/notify.php:54
+#: ../../mod/notifications.php:94 ../../mod/notify.php:54
msgid "No more system notifications."
msgstr "Sem novas notificações do sistema."
-#: ../../mod/notifications.php:97 ../../mod/notify.php:58
+#: ../../mod/notifications.php:98 ../../mod/notify.php:58
msgid "System Notifications"
msgstr "Notificações do sistema"
@@ -7315,6 +7410,54 @@ msgstr "assinatura do destino inválida"
msgid "OpenID protocol error. No ID returned."
msgstr "Erro do protocolo OpenID. Nenhuma ID retornada."
+#: ../../mod/appman.php:28 ../../mod/appman.php:44
+msgid "App installed."
+msgstr "Aplicativo instalado"
+
+#: ../../mod/appman.php:37
+msgid "Malformed app."
+msgstr "Aplicativo malformado."
+
+#: ../../mod/appman.php:80
+msgid "Embed code"
+msgstr "Embarcar código"
+
+#: ../../mod/appman.php:86
+msgid "Edit App"
+msgstr "Edite aplicativos"
+
+#: ../../mod/appman.php:86
+msgid "Create App"
+msgstr "Criar aplicativo"
+
+#: ../../mod/appman.php:91
+msgid "Name of app"
+msgstr "Nome do aplicativo"
+
+#: ../../mod/appman.php:92
+msgid "Location (URL) of app"
+msgstr "Endereço (URL) do aplicativo"
+
+#: ../../mod/appman.php:94
+msgid "Photo icon URL"
+msgstr "URL da foto de ícone"
+
+#: ../../mod/appman.php:94
+msgid "80 x 80 pixels - optional"
+msgstr "80 x 80 pixels - opcional"
+
+#: ../../mod/appman.php:95
+msgid "Version ID"
+msgstr "ID da versão"
+
+#: ../../mod/appman.php:96
+msgid "Price of app"
+msgstr "Preço do aplicativo"
+
+#: ../../mod/appman.php:97
+msgid "Location (URL) to purchase app"
+msgstr "Endereço (URL) para comprar o aplicativo"
+
#: ../../view/theme/apw/php/config.php:202
#: ../../view/theme/apw/php/config.php:236
msgid "Schema Default"
@@ -7395,7 +7538,7 @@ msgstr "Definir a cor de fundo de seção"
#: ../../view/theme/apw/php/config.php:274
msgid "Set colour of items - use hex"
-msgstr "Definir a cor dos itens - use hex"
+msgstr "Definir a cor dos items - use hex"
#: ../../view/theme/apw/php/config.php:275
msgid "Set colour of links - use hex"
@@ -7451,7 +7594,7 @@ msgstr "Deslocamento direito do elemento de seção"
#: ../../view/theme/apw/php/config.php:288
msgid "Section width"
-msgstr "largura de seção"
+msgstr "Largura de seção"
#: ../../view/theme/apw/php/config.php:289
msgid "Left offset of the aside"
@@ -7541,8 +7684,8 @@ msgid "Set the border colour of comments"
msgstr "Definir a cor da borda dos comentários"
#: ../../view/theme/redbasic/php/config.php:120
-msgid "Set the opacity of items"
-msgstr "Definir a opacidade de items"
+msgid "Set the indent for comments"
+msgstr "Definir a indentação de comentários"
#: ../../view/theme/redbasic/php/config.php:121
msgid "Set the basic colour for item icons"
diff --git a/view/pt-br/register_open_eml.tpl b/view/pt-br/register_open_eml.tpl
index 6dd4b714b..f25b8b4dd 100644
--- a/view/pt-br/register_open_eml.tpl
+++ b/view/pt-br/register_open_eml.tpl
@@ -4,7 +4,7 @@ Os detalhes de autenticação são os seguintes:
Localização do site: {{$siteurl}}
Nome: {{$email}}
-Senha: (the password which was provided during registration)
+Senha: (a senha escolhida ao registrar a conta)
Se esta conta foi criada sem seu conhecimento e não é desejada, você pode
visitar o site e reiniciar a senha. Isso permitirá que você a remova a partir
diff --git a/view/pt-br/strings.php b/view/pt-br/strings.php
index 363d34648..cdc7fbacb 100644
--- a/view/pt-br/strings.php
+++ b/view/pt-br/strings.php
@@ -1,70 +1,147 @@
<?php
+if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
return ($n > 1);;
-}
+}}
;
$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["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["Connect"] = "Conectar";
-$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["New Page"] = "Nova página";
-$a->strings["Edit"] = "Editar";
-$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["Private Message"] = "Mensagem privada";
-$a->strings["Delete"] = "Excluir";
+$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["save to folder"] = "salvar na pasta";
-$a->strings["add star"] = "destacar";
-$a->strings["remove star"] = "remover destaque";
-$a->strings["toggle star status"] = "alternar destaque";
-$a->strings["starred"] = "destacado";
+$a->strings["Delete"] = "Excluir";
+$a->strings["Private Message"] = "Mensagem privada";
$a->strings["Message is verified"] = "A mensagem foi verificada";
-$a->strings["add tag"] = "adicionar etiqueta";
-$a->strings["I like this (toggle)"] = "Eu gostei disso (alterna)";
-$a->strings["like"] = "gostei";
-$a->strings["I don't like this (toggle)"] = "Eu não gostei disso (alterna)";
-$a->strings["dislike"] = "não gostei";
-$a->strings["Share this"] = "Compartilhar isso";
-$a->strings["share"] = "compartilhar";
-$a->strings["View %s's profile - %s"] = "Ver o perfil de %s - %s";
-$a->strings["to"] = "para";
-$a->strings["via"] = "via";
-$a->strings["Wall-to-Wall"] = "Mural-para-mural";
-$a->strings["via Wall-To-Wall:"] = "via Mural-para-mural";
+$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["Bookmark Links"] = "Guardar links";
+$a->strings["View in context"] = "Ver no contexto";
$a->strings["Please wait"] = "Por favor, espere";
-$a->strings["%d comment"] = array(
- 0 => "%d comentário",
- 1 => "%d comentários",
+$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["show more"] = "exibir mais";
-$a->strings["This is you"] = "Este(a) é você";
-$a->strings["Comment"] = "Comentar";
-$a->strings["Submit"] = "Enviar";
-$a->strings["Bold"] = "Negrito";
-$a->strings["Italic"] = "Itálico";
-$a->strings["Underline"] = "Sublinhado";
-$a->strings["Quote"] = "Citação";
-$a->strings["Code"] = "Código";
-$a->strings["Image"] = "Imagem";
-$a->strings["Link"] = "Link";
-$a->strings["Video"] = "Vídeo";
+$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["Bookmarks"] = "Links guardados";
+$a->strings["Saved Bookmarks"] = "Links guardados";
+$a->strings["Webpages"] = "Páginas web";
+$a->strings["Manage Webpages"] = "Administrar páginas web";
+$a->strings["New Page"] = "Nova página";
+$a->strings["Edit"] = "Editar";
+$a->strings["View"] = "Ver";
+$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\"";
@@ -103,7 +180,6 @@ $a->strings["Image exceeds website size limit of %lu bytes"] = "A imagem excede
$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["Show"] = "Exibir";
@@ -130,19 +206,77 @@ $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["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["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["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["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["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["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";
+$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";
+$a->strings["Inbox"] = "Recebidas";
+$a->strings["Outbox"] = "Enviadas";
+$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";
@@ -155,7 +289,9 @@ $a->strings["have"] = "tenho";
$a->strings["has"] = "tem";
$a->strings["want"] = "quero";
$a->strings["wants"] = "quer";
+$a->strings["like"] = "gostei";
$a->strings["likes"] = "gosta";
+$a->strings["dislike"] = "não gostei";
$a->strings["dislikes"] = "desgosta";
$a->strings["Default"] = "Default";
$a->strings["Unknown | Not categorised"] = "Desconhecido | Não categorizado";
@@ -180,92 +316,6 @@ $a->strings["Zot!"] = "Zot!";
$a->strings["LinkedIn"] = "LinkedIn";
$a->strings["XMPP/IM"] = "XMPP/MI";
$a->strings["MySpace"] = "MySpace";
-$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["Search"] = "Pesquisar";
-$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"] = "cansado";
-$a->strings["perky"] = "animado/a";
-$a->strings["angry"] = "nervoso";
-$a->strings["stupified"] = "embasbacado/a";
-$a->strings["puzzled"] = "confuso/a";
-$a->strings["interested"] = "interessado";
-$a->strings["bitter"] = "amargo/a";
-$a->strings["cheerful"] = "alegre";
-$a->strings["alive"] = "vivo";
-$a->strings["annoyed"] = "aborrecido";
-$a->strings["anxious"] = "ansioso";
-$a->strings["cranky"] = "irritado/a";
-$a->strings["disturbed"] = "perturbado";
-$a->strings["frustrated"] = "frustrado";
-$a->strings["depressed"] = "deprimido";
-$a->strings["motivated"] = "motivado";
-$a->strings["relaxed"] = "relaxado";
-$a->strings["surprised"] = "surpreso";
-$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["%d invitation available"] = array(
0 => "%d convite disponível",
1 => "%d convites disponíveis",
@@ -288,107 +338,9 @@ $a->strings["%d connection in common"] = array(
0 => "%d conexão em comum",
1 => "%d conexões em comum",
);
-$a->strings["channel"] = "canal";
-$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["%1\$s is currently %2\$s"] = "%1\$s atualmente está %2\$s";
-$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["View in context"] = "Ver no contexto";
-$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["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["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["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["Bookmarks"] = "Links guardados";
-$a->strings["Saved Bookmarks"] = "Links guardados";
-$a->strings["Webpages"] = "Páginas web";
-$a->strings["Manage Webpages"] = "Administrar páginas web";
+$a->strings["show more"] = "exibir mais";
+$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["Miscellaneous"] = "Miscelânea";
$a->strings["year"] = "ano";
$a->strings["month"] = "mês";
@@ -407,6 +359,8 @@ $a->strings["minutes"] = "minutos";
$a->strings["second"] = "segundo";
$a->strings["seconds"] = "segundos";
$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s atrás";
+$a->strings["%1\$s's birthday"] = "Aniversário de %1\$s ";
+$a->strings["Happy Birthday %1\$s"] = "Feliz Aniversário %1\$s";
$a->strings["Sort Options"] = "Opções de ordenação";
$a->strings["Alphabetic"] = "Alfabética";
$a->strings["Reverse Alphabetic"] = "Alfabética reversa";
@@ -433,13 +387,13 @@ $a->strings["Please visit %s to view and/or reply to the conversation."] = "Por
$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Notify] %s publicou no mural do seu perfil";
$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s publicou no mural do seu perfil em %3\$s";
$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s publicou no [zrl=%3\$s]seu mural[/zrl]";
-$a->strings["[Red:Notify] %s tagged you"] = "[Red:Notify] %s etiquetou você";
+$a->strings["[Red:Notify] %s tagged you"] = "[Red:Notify] %s mencionou você";
$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s mencionou você em %3\$s";
$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]mencionou você[/zrl].";
$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Notify] %1\$s cutucou você";
$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s cutucou você em %3\$s";
$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]cutucou você[/zrl].";
-$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notify] %s etiquetou a sua publicação";
+$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notify] %s marcou a sua publicação";
$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s marcou seu post em %3\$s";
$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s marcou [zrl=%3\$s]seu post[/zrl]";
$a->strings["[Red:Notify] Introduction received"] = "[Red:Notify] Você recebeu uma apresentação";
@@ -513,9 +467,6 @@ $a->strings["Channel was deleted and no longer exists."] = "O canal foi deletado
$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["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["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";
@@ -537,6 +488,7 @@ $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";
@@ -582,24 +534,194 @@ $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["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["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["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";
+$a->strings["Ignore/Hide"] = "Ignorar/Ocultar";
+$a->strings["Suggestions"] = "Sugestões";
+$a->strings["See more..."] = "Veja mais...";
+$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Você tem %1$.0f de %2$.0f conexões permitidas.";
+$a->strings["Add New Connection"] = "Adicionar nova conexão";
+$a->strings["Enter the channel address"] = "Digite o endereço do canal";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Por exemplo: joao@exemplo.com, http://exemplo.com/maria";
+$a->strings["Notes"] = "Notas";
+$a->strings["Remove term"] = "Remover termo";
+$a->strings["Archives"] = "Arquivos";
+$a->strings["Refresh"] = "Atualizar";
+$a->strings["Me"] = "Eu";
+$a->strings["Best Friends"] = "Melhores amigos";
+$a->strings["Co-workers"] = "Colegas de trabalho";
+$a->strings["Former Friends"] = "Amigos afastados";
+$a->strings["Acquaintances"] = "Conhecidos";
+$a->strings["Everybody"] = "Todos";
+$a->strings["Account settings"] = "Configurações da conta";
+$a->strings["Channel settings"] = "Configurações do canal";
+$a->strings["Additional features"] = "Recursos adicionais";
+$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["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";
+$a->strings["Chat Rooms"] = "Salas de bate-papo";
+$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",
+);
+$a->strings["Add Star"] = "Adicione estrela";
+$a->strings["Remove Star"] = "Remove estrela";
+$a->strings["Toggle Star Status"] = "Alterna status da estrela";
+$a->strings["starred"] = "destacado";
+$a->strings["Add Tag"] = "Adiciona etiqueta";
+$a->strings["I like this (toggle)"] = "Eu gostei disso (alterna)";
+$a->strings["I don't like this (toggle)"] = "Eu não gostei disso (alterna)";
+$a->strings["Share This"] = "Compartilhe isso";
+$a->strings["share"] = "compartilhar";
+$a->strings["View %s's profile - %s"] = "Ver o perfil de %s - %s";
+$a->strings["to"] = "para";
+$a->strings["via"] = "via";
+$a->strings["Wall-to-Wall"] = "Mural-para-mural";
+$a->strings["via Wall-To-Wall:"] = "via Mural-para-mural";
+$a->strings["Save Bookmarks"] = "Salve Favoritos";
+$a->strings["Add to Calendar"] = "Adicione ao calendário";
+$a->strings["__ctx:noun__ Likes"] = "Gostaram";
+$a->strings["__ctx:noun__ Dislikes"] = "Desgostaram";
+$a->strings["%d comment"] = array(
+ 0 => "%d comentário",
+ 1 => "%d comentários",
+);
+$a->strings["[+] show all"] = "[+] mostrar todos";
+$a->strings["This is you"] = "Este(a) é você";
+$a->strings["Comment"] = "Comentar";
+$a->strings["Submit"] = "Enviar";
+$a->strings["Bold"] = "Negrito";
+$a->strings["Italic"] = "Itálico";
+$a->strings["Underline"] = "Sublinhado";
+$a->strings["Quote"] = "Citação";
+$a->strings["Code"] = "Código";
+$a->strings["Image"] = "Imagem";
+$a->strings["Link"] = "Link";
+$a->strings["Video"] = "Vídeo";
$a->strings["Delete this item?"] = "Excluir este item?";
-$a->strings["show fewer"] = "exibir menos";
-$a->strings["+ Show More"] = "+ Exibir Mais";
-$a->strings["- Show Less"] = "- Exibir Menos";
+$a->strings["[-] show less"] = "[-] mostra menos";
+$a->strings["[+] expand"] = "[+] expandir";
+$a->strings["[-] collapse"] = "[-] colapsar";
$a->strings["Password too short"] = "A senha é muito curta";
$a->strings["Passwords do not match"] = "As senhas não correspondem";
$a->strings["everybody"] = "todos";
$a->strings["Secret Passphrase"] = "Frase secreta";
$a->strings["Passphrase hint"] = "Dica da frase secreta";
$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Atenção: permissões foram modificadas mas ainda não foram enviadas.";
+$a->strings["close all"] = "fechar tudo";
$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
$a->strings["ago"] = "atrás";
@@ -617,72 +739,8 @@ $a->strings["about a year"] = "aproximadamente um ano";
$a->strings["%d years"] = "%d anos";
$a->strings[" "] = " ";
$a->strings["timeago.numbers"] = "timeago.numbers";
-$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["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["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["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["Addon applications, utilities, games"] = "Aplicações adicionais, utilitários, jogos";
-$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";
-$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";
-$a->strings["Inbox"] = "Recebidas";
-$a->strings["Outbox"] = "Enviadas";
-$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["view full size"] = "ver na tela inteira";
-$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["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["Male"] = "Masculino";
$a->strings["Female"] = "Feminino";
$a->strings["Currently Male"] = "Atualmente masculino";
@@ -740,39 +798,10 @@ $a->strings["Uncertain"] = "Incerto(a)";
$a->strings["It's complicated"] = "É complicado";
$a->strings["Don't care"] = "Não importa";
$a->strings["Ask me"] = "Pergunte-me";
-$a->strings["Edit File properties"] = "Editar propriedades do arquivo";
+$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["Ignore/Hide"] = "Ignorar/Ocultar";
-$a->strings["Suggestions"] = "Sugestões";
-$a->strings["See more..."] = "Veja mais...";
-$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Você tem %1$.0f de %2$.0f conexões permitidas.";
-$a->strings["Add New Connection"] = "Adicionar nova conexão";
-$a->strings["Enter the channel address"] = "Digite o endereço do canal";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Por exemplo: joao@exemplo.com, http://exemplo.com/maria";
-$a->strings["Notes"] = "Notas";
-$a->strings["Remove term"] = "Remover termo";
-$a->strings["Archives"] = "Arquivos";
-$a->strings["Refresh"] = "Atualizar";
-$a->strings["Me"] = "Eu";
-$a->strings["Best Friends"] = "Melhores amigos";
-$a->strings["Co-workers"] = "Colegas de trabalho";
-$a->strings["Former Friends"] = "Amigos afastados";
-$a->strings["Acquaintances"] = "Conhecidos";
-$a->strings["Everybody"] = "Todos";
-$a->strings["Account settings"] = "Configurações da conta";
-$a->strings["Channel settings"] = "Configurações do canal";
-$a->strings["Additional features"] = "Recursos adicionais";
-$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["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";
-$a->strings["Chat Rooms"] = "Salas de bate-papo";
-$a->strings["Bookmarked Chatrooms"] = "Salas de bate-papo guardadas";
-$a->strings["Suggested Chatrooms"] = "Salas de bate-papo sugeridas";
-$a->strings["Mood"] = "Humor";
$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.";
@@ -970,8 +999,6 @@ $a->strings["Please login to continue."] = "Por favor, autentique-se para contin
$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?";
$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Autenticação remota bloqueada. Você está autenticado neste site localmente. Por favor, saia e tente novamente.";
$a->strings["Welcome %s. Remote authentication successful."] = "Bem vindo %s. Autenticação remota realizada com sucesso.";
-$a->strings["No installed applications."] = "Não existe nenhuma aplicação instalada.";
-$a->strings["Applications"] = "Aplicações";
$a->strings["Item not available."] = "O item não está disponível.";
$a->strings["Fetching URL returns error: %1\$s"] = "Carregar o URL retorna o erro: %1\$s";
$a->strings["Invalid item."] = "Item inválido.";
@@ -1073,7 +1100,6 @@ $a->strings["Access Type"] = "Tipo de acesso";
$a->strings["Registration Policy"] = "Política de registro";
$a->strings["You must be logged in to see this page."] = "Você precisa estar autenticado para ver esta página.";
$a->strings["Insufficient permissions. Request redirected to profile page."] = "Permissões insuficientes. Requisição redirecionada para a página de perfil.";
-$a->strings["toggle full screen mode"] = "alternar o mode de tela inteira";
$a->strings["Select a bookmark folder"] = "Escolha uma pasta de links onde guardar";
$a->strings["Save Bookmark"] = "Guardar link";
$a->strings["URL of bookmark"] = "URL do link guardado";
@@ -1081,6 +1107,7 @@ $a->strings["Description"] = "Descrição";
$a->strings["Or enter new bookmark folder name"] = "Ou digite o nome para uma nova pasta de links";
$a->strings["Room not found"] = "Sala não encontrada";
$a->strings["Leave Room"] = "Sair da sala";
+$a->strings["Delete This Room"] = "Deletar esta sala";
$a->strings["I am away right now"] = "Eu estou ausente no momento";
$a->strings["I am online"] = "Eu estou online";
$a->strings["Bookmark this room"] = "Guarde esta sala";
@@ -1194,7 +1221,6 @@ $a->strings["Unhide"] = "Não ocultar";
$a->strings["Hide"] = "Ocultar";
$a->strings["Hide or Unhide this connection"] = "Ocultar ou deixar de ocultar esta conexão";
$a->strings["Delete this connection"] = "Deletar esta conexão";
-$a->strings["Unknown"] = "Desconhecidos";
$a->strings["Approve this connection"] = "Aprovar esta conexão";
$a->strings["Accept connection to allow communication"] = "Aceite a conexão para permitir comunicação";
$a->strings["Automatic Permissions Settings"] = "Configurações de permissão automáticas";
@@ -1257,9 +1283,8 @@ $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"] = "O nome é obrigató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["Update"] = "Atualizar";
$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.";
@@ -1296,6 +1321,7 @@ $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:";
@@ -1304,8 +1330,6 @@ $a->strings["Minimum of 10 seconds, no maximum"] = "Mínimo de 10 segundos, sem
$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["Do not view remote profiles in frames"] = "Não exibir perfis remotos em frames";
-$a->strings["By default open in a sub-window of your own site"] = "Por padrão, abrir em uma sub-janela do seu próprio site";
$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";
@@ -1429,11 +1453,11 @@ $a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 tem permissão d
$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 use https access, you MUST use a certification instance known by all internet browsers. You MUST NOT use self-signed certificates!"] = "Se você utiliza acesso https, você DEVE usar uma instância de certificação reconhecida por todos os navegadores de internet. 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. If your"] = "Essa restrição é incorporada porque publicações públicas de você podem por exemplo conter referências a imagens no seu próprio hub. Se seu";
-$a->strings["certificate is not known by the internet browser of users they get a warning message complaining about some security issues. Although"] = "certificado não é conhecido pelo navegador de internet do usuário eles receberão um alerta reclamando de alguns problemas de segurança. Apesar";
-$a->strings["these complains are not the real truth - there are no security issues with your encryption! - the users may be confused, nerved or even"] = "dessas reclamações não serem a real verdade - não há problemas de segurança com sua encriptação! - os usuários podem ser confundidos, enervados ou pior";
-$a->strings["worse may become scared about redmatrix having security issues. Use one of the free certification instances!"] = "ainda podem ficar com medo da redmatrix ter problemas de segurança. Use uma das instâncias certificadoras gratuitas!";
+$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["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";
$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "A reescrita de URLs não está funcionando no .htaccess. Verifique as configurações do servidor.";
$a->strings["Url rewrite is working"] = "A reescrita de URLs está funcionando";
@@ -1471,22 +1495,6 @@ $a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn
$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["Event title and start time are required."] = "O título do evento e a hora de início são obrigatórios.";
-$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["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";
-$a->strings["Event Finishes:"] = "Término do evento:";
-$a->strings["Adjust for viewer timezone"] = "Ajustar para o fuso horário do visualizador";
-$a->strings["Description:"] = "Descrição:";
-$a->strings["Title:"] = "Título:";
-$a->strings["Share this event"] = "Compartilhar este evento";
$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.";
@@ -1503,6 +1511,22 @@ $a->strings["Delete Source"] = "Deletar fonte";
$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["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["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";
+$a->strings["Event Finishes:"] = "Término do evento:";
+$a->strings["Adjust for viewer timezone"] = "Ajustar para o fuso horário do visualizador";
+$a->strings["Description:"] = "Descrição:";
+$a->strings["Title:"] = "Título:";
+$a->strings["Share this event"] = "Compartilhar este evento";
$a->strings["Permission Denied."] = "Permissão negada.";
$a->strings["File not found."] = "O arquivo não foi encontrado.";
$a->strings["Edit file permissions"] = "Editar permissões do arquivo";
@@ -1534,7 +1558,7 @@ $a->strings["Collection Editor"] = "Editor de coleção";
$a->strings["Members"] = "Membros";
$a->strings["All Connected Channels"] = "Todas os canais conectados";
$a->strings["Click on a channel to add or remove."] = "Clique em um canal para adicionar ou remover.";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s etiquetou %3\$s de %2\$s com %4\$s";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s marcou %3\$s de %2\$s com %4\$s";
$a->strings["Help:"] = "Ajuda:";
$a->strings["Not Found"] = "Não encontrada";
$a->strings["Tag removed"] = "A etiqueta foi removida";
@@ -1724,6 +1748,18 @@ $a->strings["Unable to find your hub."] = "Não foi possível localizar seu hub.
$a->strings["Post successful."] = "Publicado com sucesso.";
$a->strings["invalid target signature"] = "assinatura do destino inválida";
$a->strings["OpenID protocol error. No ID returned."] = "Erro do protocolo OpenID. Nenhuma ID retornada.";
+$a->strings["App installed."] = "Aplicativo instalado";
+$a->strings["Malformed app."] = "Aplicativo malformado.";
+$a->strings["Embed code"] = "Embarcar código";
+$a->strings["Edit App"] = "Edite aplicativos";
+$a->strings["Create App"] = "Criar aplicativo";
+$a->strings["Name of app"] = "Nome do aplicativo";
+$a->strings["Location (URL) of app"] = "Endereço (URL) do aplicativo";
+$a->strings["Photo icon URL"] = "URL da foto de ícone";
+$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["Schema Default"] = "Padrão do esquema";
$a->strings["Sans-Serif"] = "Sans-Serif";
$a->strings["Monospace"] = "Monoespaçada";
@@ -1742,7 +1778,7 @@ $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 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 itens - use hex";
+$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 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";
@@ -1756,7 +1792,7 @@ $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";
@@ -1778,7 +1814,7 @@ $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 opacity of items"] = "Definir a opacidade de items";
+$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 font-size for the entire application"] = "Definir o tamanho da fonte para a aplicação como um todo";
diff --git a/view/ru/messages.po b/view/ru/messages.po
index 8abc23b29..7ce5afdf8 100644
--- a/view/ru/messages.po
+++ b/view/ru/messages.po
@@ -1,16 +1,18 @@
-# Red Communications Project
-# Copyright (C) 2013 the Red Matrix Project
+# Red Matrix Project
+# Copyright (C) 2012-2014 the Red Matrix Project
# This file is distributed under the same license as the Red package.
#
# Translators:
-# alexej <alex@red.pixelbits.de>, 2013-2014
+# Alex <info@pixelbits.de>, 2013-2014
+# vislav <bizadmin@list.ru>, 2014
+# puser, 2014
msgid ""
msgstr ""
"Project-Id-Version: Red Matrix\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-10 00:02-0800\n"
-"PO-Revision-Date: 2014-01-13 15:03+0000\n"
-"Last-Translator: alexej <alex@red.pixelbits.de>\n"
+"POT-Creation-Date: 2014-06-06 00:02-0700\n"
+"PO-Revision-Date: 2014-06-14 08:09+0000\n"
+"Last-Translator: Alex <info@pixelbits.de>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/red-matrix/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -18,1387 +20,98 @@ msgstr ""
"Language: ru\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: ../../include/acl_selectors.php:235
-msgid "Visible to everybody"
-msgstr "Видно всем"
-
-#: ../../include/acl_selectors.php:236
-msgid "show"
-msgstr "показывать"
-
-#: ../../include/acl_selectors.php:237
-msgid "don't show"
-msgstr "не показывать"
-
-#: ../../include/activities.php:39
-msgid " and "
-msgstr "и"
-
-#: ../../include/activities.php:47
-msgid "public profile"
-msgstr "Публичный профиль"
-
-#: ../../include/activities.php:52
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s изменил %2$s на &ldquo;%3$s&rdquo;"
-
-#: ../../include/activities.php:53
-#, php-format
-msgid "Visit %1$s's %2$s"
-msgstr "Посетить %1$s's %2$s"
-
-#: ../../include/activities.php:56
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr ""
-
-#: ../../include/api.php:973
-msgid "Public Timeline"
-msgstr "Публичная шкала времени"
-
-#: ../../include/nav.php:72 ../../include/nav.php:87 ../../boot.php:1415
-msgid "Logout"
-msgstr "Выход"
-
-#: ../../include/nav.php:72 ../../include/nav.php:87
-msgid "End this session"
-msgstr "Закончить эту сессию"
-
-#: ../../include/nav.php:75 ../../include/nav.php:121
-msgid "Home"
-msgstr "Мой канал"
-
-#: ../../include/nav.php:75
-msgid "Your posts and conversations"
-msgstr "Ваши сообщения и разговоры"
-
-#: ../../include/nav.php:76 ../../include/conversation.php:932
-#: ../../mod/connedit.php:309 ../../mod/connedit.php:423
-msgid "View Profile"
-msgstr "Просмотр профиля"
-
-#: ../../include/nav.php:76
-msgid "Your profile page"
-msgstr "Страницa вашего профиля"
-
-#: ../../include/nav.php:78
-msgid "Edit Profiles"
-msgstr "Редактирование профилей"
-
-#: ../../include/nav.php:78
-msgid "Manage/Edit Profiles"
-msgstr "Управление / Редактирование профилей"
-
-#: ../../include/nav.php:79 ../../include/conversation.php:1462
-#: ../../mod/fbrowser.php:25
-msgid "Photos"
-msgstr "Фотографии"
-
-#: ../../include/nav.php:79
-msgid "Your photos"
-msgstr "Ваши фотографии"
-
-#: ../../include/nav.php:85 ../../boot.php:1416
-msgid "Login"
-msgstr "Войти"
-
-#: ../../include/nav.php:85
-msgid "Sign in"
-msgstr "Войти"
-
-#: ../../include/nav.php:102
-#, php-format
-msgid "%s - click to logout"
-msgstr "%s - нажмите чтобы выйти"
-
-#: ../../include/nav.php:107
-msgid "Click to authenticate to your home hub"
-msgstr ""
-
-#: ../../include/nav.php:121
-msgid "Home Page"
-msgstr "Моя страница"
-
-#: ../../include/nav.php:125 ../../mod/register.php:206 ../../boot.php:1392
-msgid "Register"
-msgstr "Регистрация"
-
-#: ../../include/nav.php:125
-msgid "Create an account"
-msgstr "Создать аккаунт"
-
-#: ../../include/nav.php:130 ../../mod/help.php:60 ../../mod/help.php:64
-msgid "Help"
-msgstr "Помощь"
-
-#: ../../include/nav.php:130
-msgid "Help and documentation"
-msgstr "Справочная информация и документация"
-
-#: ../../include/nav.php:133
-msgid "Apps"
-msgstr "Приложения"
-
-#: ../../include/nav.php:133
-msgid "Addon applications, utilities, games"
-msgstr ""
-
-#: ../../include/nav.php:135 ../../include/text.php:736
-#: ../../include/text.php:750 ../../mod/search.php:28
-msgid "Search"
-msgstr "Поиск"
-
-#: ../../include/nav.php:135
-msgid "Search site content"
-msgstr "Поиск по содержанию сайту"
-
-#: ../../include/nav.php:138 ../../mod/directory.php:209
-msgid "Directory"
-msgstr "Каталог"
-
-#: ../../include/nav.php:138
-msgid "Channel Locator"
-msgstr "Локатор каналов"
-
-#: ../../include/nav.php:149
-msgid "Matrix"
-msgstr "Матрица"
-
-#: ../../include/nav.php:149
-msgid "Your matrix"
-msgstr "Собственная матрица"
-
-#: ../../include/nav.php:150
-msgid "Mark all matrix notifications seen"
-msgstr "Пометить все оповещения матрицы как прочитанное"
-
-#: ../../include/nav.php:152
-msgid "Channel Home"
-msgstr ""
-
-#: ../../include/nav.php:152
-msgid "Channel home"
-msgstr ""
-
-#: ../../include/nav.php:153
-msgid "Mark all channel notifications seen"
-msgstr "Пометить все оповещения канала как прочитанное"
-
-#: ../../include/nav.php:156
-msgid "Intros"
-msgstr "Контакты"
-
-#: ../../include/nav.php:156 ../../mod/connections.php:242
-msgid "New Connections"
-msgstr "Новые контакты"
-
-#: ../../include/nav.php:159
-msgid "Notices"
-msgstr "Оповещения"
-
-#: ../../include/nav.php:159
-msgid "Notifications"
-msgstr "Оповещения"
-
-#: ../../include/nav.php:160
-msgid "See all notifications"
-msgstr "Просмотреть все оповещения"
-
-#: ../../include/nav.php:161
-msgid "Mark all system notifications seen"
-msgstr "Пометить все оповещения как прочитанное"
-
-#: ../../include/nav.php:163
-msgid "Mail"
-msgstr "Переписка"
-
-#: ../../include/nav.php:163
-msgid "Private mail"
-msgstr "Ваша личная переписка"
-
-#: ../../include/nav.php:164
-msgid "See all private messages"
-msgstr "Просмотреть все личные сообщения"
-
-#: ../../include/nav.php:165
-msgid "Mark all private messages seen"
-msgstr "Пометить все личные сообщения как прочитанное"
-
-#: ../../include/nav.php:166
-msgid "Inbox"
-msgstr "Входящие"
-
-#: ../../include/nav.php:167
-msgid "Outbox"
-msgstr "Исходящие"
-
-#: ../../include/nav.php:168 ../../include/widgets.php:509
-msgid "New Message"
-msgstr "Новое личное сообщение"
-
-#: ../../include/nav.php:171 ../../include/conversation.php:1482
-#: ../../mod/events.php:354
-msgid "Events"
-msgstr "Мероприятия"
-
-#: ../../include/nav.php:171
-msgid "Event Calendar"
-msgstr "Календарь мероприятий"
-
-#: ../../include/nav.php:172
-msgid "See all events"
-msgstr "Показать все мероприятия"
-
-#: ../../include/nav.php:173
-msgid "Mark all events seen"
-msgstr "Пометить все мероприятия как прочитанное"
-
-#: ../../include/nav.php:175
-msgid "Channel Select"
-msgstr "Выбор канала"
-
-#: ../../include/nav.php:175
-msgid "Manage Your Channels"
-msgstr "Управление каналов"
-
-#: ../../include/nav.php:177 ../../include/widgets.php:487
-#: ../../mod/admin.php:785 ../../mod/admin.php:990
-msgid "Settings"
-msgstr "Настройки"
-
-#: ../../include/nav.php:177
-msgid "Account/Channel Settings"
-msgstr "Настройки аккаунта/канала"
-
-#: ../../include/nav.php:179 ../../mod/connections.php:349
-msgid "Connections"
-msgstr "Контакты"
-
-#: ../../include/nav.php:179
-msgid "Manage/Edit Friends and Connections"
-msgstr "Управление/Редактирование друзей и связей"
-
-#: ../../include/nav.php:186 ../../mod/admin.php:111
-msgid "Admin"
-msgstr "Администрация"
-
-#: ../../include/nav.php:186
-msgid "Site Setup and Configuration"
-msgstr "Установка и конфигурация сайта"
-
-#: ../../include/nav.php:212
-msgid "Nothing new here"
-msgstr "Ничего нового здесь"
-
-#: ../../include/nav.php:217
-msgid "Please wait..."
-msgstr "Подождите пожалуйста ..."
-
-#: ../../include/reddav.php:940
-msgid "Edit File properties"
-msgstr ""
-
-#: ../../include/Contact.php:104 ../../include/widgets.php:115
-#: ../../include/widgets.php:155 ../../include/identity.php:625
-#: ../../mod/directory.php:182 ../../mod/match.php:62 ../../mod/suggest.php:51
-#: ../../mod/dirprofile.php:165
-msgid "Connect"
-msgstr "Подключить"
-
-#: ../../include/Contact.php:120
-msgid "New window"
-msgstr "Новое окно"
-
-#: ../../include/Contact.php:121
-msgid "Open the selected location in a different window or browser tab"
-msgstr ""
-
-#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87
-msgid "Categories"
-msgstr "Категории"
-
-#: ../../include/widgets.php:117 ../../mod/suggest.php:53
-msgid "Ignore/Hide"
-msgstr "Игнорировать / Скрыть"
-
-#: ../../include/widgets.php:123 ../../mod/connections.php:236
-msgid "Suggestions"
-msgstr "Рекомендации"
-
-#: ../../include/widgets.php:124
-msgid "See more..."
-msgstr "Просмотреть больше..."
-
-#: ../../include/widgets.php:146
-#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
-msgstr ""
-
-#: ../../include/widgets.php:152
-msgid "Add New Connection"
-msgstr "Добавить новый контакт"
-
-#: ../../include/widgets.php:153
-msgid "Enter the channel address"
-msgstr "Введите адрес канала"
-
-#: ../../include/widgets.php:154
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Пример: bob@example.com, http://example.com/barbara"
-
-#: ../../include/widgets.php:171
-msgid "Notes"
-msgstr "Заметки"
-
-#: ../../include/widgets.php:173 ../../include/text.php:738
-#: ../../include/text.php:752 ../../mod/filer.php:36
-msgid "Save"
-msgstr "Запомнить"
-
-#: ../../include/widgets.php:243
-msgid "Remove term"
-msgstr "Удалить термин"
-
-#: ../../include/widgets.php:252 ../../include/features.php:50
-msgid "Saved Searches"
-msgstr "Запомненные поиски"
-
-#: ../../include/widgets.php:253 ../../include/group.php:290
-msgid "add"
-msgstr "добавить"
-
-#: ../../include/widgets.php:283 ../../include/features.php:64
-#: ../../include/contact_widgets.php:53
-msgid "Saved Folders"
-msgstr "Запомненные папки"
-
-#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56
-#: ../../include/contact_widgets.php:90
-msgid "Everything"
-msgstr "Все"
-
-#: ../../include/widgets.php:318 ../../include/items.php:3566
-msgid "Archives"
-msgstr "Архивы"
-
-#: ../../include/widgets.php:370
-msgid "Refresh"
-msgstr "Обновить"
-
-#: ../../include/widgets.php:371 ../../mod/connedit.php:386
-msgid "Me"
-msgstr "Я"
-
-#: ../../include/widgets.php:372 ../../mod/connedit.php:388
-msgid "Best Friends"
-msgstr "Лучшие друзья"
-
-#: ../../include/widgets.php:373 ../../include/profile_selectors.php:42
-#: ../../include/identity.php:310 ../../mod/connedit.php:389
-msgid "Friends"
-msgstr "Друзья"
-
-#: ../../include/widgets.php:374
-msgid "Co-workers"
-msgstr "Сотрудники"
-
-#: ../../include/widgets.php:375 ../../mod/connedit.php:390
-msgid "Former Friends"
-msgstr "Приятели"
-
-#: ../../include/widgets.php:376 ../../mod/connedit.php:391
-msgid "Acquaintances"
-msgstr "Знакомые"
-
-#: ../../include/widgets.php:377
-msgid "Everybody"
-msgstr "Все"
-
-#: ../../include/widgets.php:409
-msgid "Account settings"
-msgstr "Настройки аккаунта"
-
-#: ../../include/widgets.php:415
-msgid "Channel settings"
-msgstr "Настройки канала"
-
-#: ../../include/widgets.php:421
-msgid "Additional features"
-msgstr "Дополнительные функции"
-
-#: ../../include/widgets.php:427
-msgid "Feature settings"
-msgstr "Настройки компонентов"
-
-#: ../../include/widgets.php:433
-msgid "Display settings"
-msgstr "Настройки отображения"
-
-#: ../../include/widgets.php:439
-msgid "Connected apps"
-msgstr "Подключенные приложения"
-
-#: ../../include/widgets.php:445
-msgid "Export channel"
-msgstr "Экспорт канала"
-
-#: ../../include/widgets.php:457
-msgid "Automatic Permissions (Advanced)"
-msgstr "Автоматические разрешения (дополнительно)"
-
-#: ../../include/widgets.php:467
-msgid "Premium Channel Settings"
-msgstr ""
-
-#: ../../include/widgets.php:476 ../../include/features.php:41
-#: ../../mod/sources.php:81
-msgid "Channel Sources"
-msgstr ""
-
-#: ../../include/widgets.php:504
-msgid "Check Mail"
-msgstr "Проверить снова"
-
-#: ../../include/contact_selectors.php:30
-msgid "Unknown | Not categorised"
-msgstr "Неизвестные | Без категории"
-
-#: ../../include/contact_selectors.php:31
-msgid "Block immediately"
-msgstr "Немедленно заблокировать"
-
-#: ../../include/contact_selectors.php:32
-msgid "Shady, spammer, self-marketer"
-msgstr ""
-
-#: ../../include/contact_selectors.php:33
-msgid "Known to me, but no opinion"
-msgstr ""
-
-#: ../../include/contact_selectors.php:34
-msgid "OK, probably harmless"
-msgstr "OK, наверное безвредно"
-
-#: ../../include/contact_selectors.php:35
-msgid "Reputable, has my trust"
-msgstr "Авторитетно, имеет мое доверие"
-
-#: ../../include/contact_selectors.php:54
-msgid "Frequently"
-msgstr "Часто"
-
-#: ../../include/contact_selectors.php:55
-msgid "Hourly"
-msgstr "Ежечасно"
-
-#: ../../include/contact_selectors.php:56
-msgid "Twice daily"
-msgstr "Два раза в день"
-
-#: ../../include/contact_selectors.php:57
-msgid "Daily"
-msgstr "Ежедневно"
-
-#: ../../include/contact_selectors.php:58
-msgid "Weekly"
-msgstr "Еженедельно"
-
-#: ../../include/contact_selectors.php:59
-msgid "Monthly"
-msgstr "Ежемесячно"
-
-#: ../../include/contact_selectors.php:74
-msgid "Friendica"
-msgstr "Friendica"
-
-#: ../../include/contact_selectors.php:75
-msgid "OStatus"
-msgstr "OStatus"
-
-#: ../../include/contact_selectors.php:76
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
-
-#: ../../include/contact_selectors.php:77 ../../mod/admin.php:689
-#: ../../mod/admin.php:698 ../../boot.php:1418
-msgid "Email"
-msgstr "E-mail"
-
-#: ../../include/contact_selectors.php:78
-msgid "Diaspora"
-msgstr "Diaspora"
-
-#: ../../include/contact_selectors.php:79
-msgid "Facebook"
-msgstr "Facebook"
-
-#: ../../include/contact_selectors.php:80
-msgid "Zot!"
-msgstr "Zot!"
-
-#: ../../include/contact_selectors.php:81
-msgid "LinkedIn"
-msgstr "LinkedIn"
-
-#: ../../include/contact_selectors.php:82
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
-
-#: ../../include/contact_selectors.php:83
-msgid "MySpace"
-msgstr "MySpace"
-
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
-msgstr "Прочее"
-
-#: ../../include/datetime.php:152 ../../include/datetime.php:284
-msgid "year"
-msgstr "год"
-
-#: ../../include/datetime.php:157 ../../include/datetime.php:285
-msgid "month"
-msgstr "месяц"
-
-#: ../../include/datetime.php:162 ../../include/datetime.php:287
-msgid "day"
-msgstr "день"
-
-#: ../../include/datetime.php:275
-msgid "never"
-msgstr "никогда"
-
-#: ../../include/datetime.php:281
-msgid "less than a second ago"
-msgstr "менее чем одну секунду назад"
-
-#: ../../include/datetime.php:284
-msgid "years"
-msgstr "лет"
-
-#: ../../include/datetime.php:285
-msgid "months"
-msgstr "мес."
-
-#: ../../include/datetime.php:286
-msgid "week"
-msgstr "неделя"
-
-#: ../../include/datetime.php:286
-msgid "weeks"
-msgstr "недель"
-
-#: ../../include/datetime.php:287
-msgid "days"
-msgstr "дней"
-
-#: ../../include/datetime.php:288
-msgid "hour"
-msgstr "час"
-
-#: ../../include/datetime.php:288
-msgid "hours"
-msgstr "часов"
-
-#: ../../include/datetime.php:289
-msgid "minute"
-msgstr "минута"
-
-#: ../../include/datetime.php:289
-msgid "minutes"
-msgstr "минут"
-
-#: ../../include/datetime.php:290
-msgid "second"
-msgstr "секунда"
-
-#: ../../include/datetime.php:290
-msgid "seconds"
-msgstr "секунд"
-
-#: ../../include/datetime.php:299
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s назад"
-
#: ../../include/dba/dba_driver.php:50
#, php-format
msgid "Cannot locate DNS info for database server '%s'"
msgstr ""
-#: ../../include/event.php:11 ../../include/bb2diaspora.php:433
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
-
-#: ../../include/event.php:20 ../../include/bb2diaspora.php:439
-msgid "Starts:"
-msgstr "Начало:"
-
-#: ../../include/event.php:30 ../../include/bb2diaspora.php:447
-msgid "Finishes:"
-msgstr "\t\nКонец:"
-
-#: ../../include/event.php:40 ../../include/identity.php:676
-#: ../../include/bb2diaspora.php:455 ../../mod/events.php:463
-#: ../../mod/directory.php:156 ../../mod/dirprofile.php:108
-msgid "Location:"
-msgstr "Откуда:"
-
-#: ../../include/text.php:315
-msgid "prev"
-msgstr "предыдущий"
-
-#: ../../include/text.php:317
-msgid "first"
-msgstr "первый"
-
-#: ../../include/text.php:346
-msgid "last"
-msgstr "последний"
-
-#: ../../include/text.php:349
-msgid "next"
-msgstr "следующий"
-
-#: ../../include/text.php:361
-msgid "older"
-msgstr "старший"
-
-#: ../../include/text.php:363
-msgid "newer"
-msgstr "новее"
-
-#: ../../include/text.php:654
-msgid "No connections"
-msgstr "Нет каналов"
-
-#: ../../include/text.php:665
-#, php-format
-msgid "%d Connection"
-msgid_plural "%d Connections"
-msgstr[0] "%d канал"
-msgstr[1] "%d канала"
-msgstr[2] "%d каналов"
-
-#: ../../include/text.php:677
-msgid "View Connections"
-msgstr "Просмотр контактов"
-
-#: ../../include/text.php:818
-msgid "poke"
-msgstr "подпихнуть"
-
-#: ../../include/text.php:818 ../../include/conversation.php:240
-msgid "poked"
-msgstr "подпихнул"
-
-#: ../../include/text.php:819
-msgid "ping"
-msgstr ""
-
-#: ../../include/text.php:819
-msgid "pinged"
-msgstr ""
-
-#: ../../include/text.php:820
-msgid "prod"
-msgstr ""
-
-#: ../../include/text.php:820
-msgid "prodded"
-msgstr ""
-
-#: ../../include/text.php:821
-msgid "slap"
-msgstr ""
-
-#: ../../include/text.php:821
-msgid "slapped"
-msgstr ""
-
-#: ../../include/text.php:822
-msgid "finger"
-msgstr ""
-
-#: ../../include/text.php:822
-msgid "fingered"
-msgstr ""
-
-#: ../../include/text.php:823
-msgid "rebuff"
-msgstr ""
-
-#: ../../include/text.php:823
-msgid "rebuffed"
-msgstr ""
-
-#: ../../include/text.php:835
-msgid "happy"
-msgstr "счастливый"
-
-#: ../../include/text.php:836
-msgid "sad"
-msgstr ""
-
-#: ../../include/text.php:837
-msgid "mellow"
-msgstr ""
-
-#: ../../include/text.php:838
-msgid "tired"
-msgstr ""
-
-#: ../../include/text.php:839
-msgid "perky"
-msgstr ""
-
-#: ../../include/text.php:840
-msgid "angry"
-msgstr "сердитый"
-
-#: ../../include/text.php:841
-msgid "stupified"
-msgstr ""
-
-#: ../../include/text.php:842
-msgid "puzzled"
-msgstr ""
-
-#: ../../include/text.php:843
-msgid "interested"
-msgstr ""
-
-#: ../../include/text.php:844
-msgid "bitter"
-msgstr "озлобленный"
-
-#: ../../include/text.php:845
-msgid "cheerful"
-msgstr ""
-
-#: ../../include/text.php:846
-msgid "alive"
-msgstr ""
-
-#: ../../include/text.php:847
-msgid "annoyed"
-msgstr ""
-
-#: ../../include/text.php:848
-msgid "anxious"
-msgstr ""
-
-#: ../../include/text.php:849
-msgid "cranky"
-msgstr "капризный"
-
-#: ../../include/text.php:850
-msgid "disturbed"
-msgstr "встревоженный"
-
-#: ../../include/text.php:851
-msgid "frustrated"
-msgstr "разочарованный"
-
-#: ../../include/text.php:852
-msgid "motivated"
-msgstr "мотивированный"
-
-#: ../../include/text.php:853
-msgid "relaxed"
-msgstr "расслабленный"
-
-#: ../../include/text.php:854
-msgid "surprised"
-msgstr "удивленный"
-
-#: ../../include/text.php:1016
-msgid "Monday"
-msgstr "Понедельник"
-
-#: ../../include/text.php:1016
-msgid "Tuesday"
-msgstr "Вторник"
-
-#: ../../include/text.php:1016
-msgid "Wednesday"
-msgstr "Среда"
-
-#: ../../include/text.php:1016
-msgid "Thursday"
-msgstr "Четверг"
-
-#: ../../include/text.php:1016
-msgid "Friday"
-msgstr "Пятница"
-
-#: ../../include/text.php:1016
-msgid "Saturday"
-msgstr "Суббота"
-
-#: ../../include/text.php:1016
-msgid "Sunday"
-msgstr "Воскресенье"
-
-#: ../../include/text.php:1020
-msgid "January"
-msgstr "Январь"
-
-#: ../../include/text.php:1020
-msgid "February"
-msgstr "Февраль"
-
-#: ../../include/text.php:1020
-msgid "March"
-msgstr "Март"
-
-#: ../../include/text.php:1020
-msgid "April"
-msgstr "Апрель"
-
-#: ../../include/text.php:1020
-msgid "May"
-msgstr "Май"
-
-#: ../../include/text.php:1020
-msgid "June"
-msgstr "Июнь"
-
-#: ../../include/text.php:1020
-msgid "July"
-msgstr "Июль"
-
-#: ../../include/text.php:1020
-msgid "August"
-msgstr "Август"
-
-#: ../../include/text.php:1020
-msgid "September"
-msgstr "Сентябрь"
-
-#: ../../include/text.php:1020
-msgid "October"
-msgstr "Октябрь"
-
-#: ../../include/text.php:1020
-msgid "November"
-msgstr "Ноябрь"
-
-#: ../../include/text.php:1020
-msgid "December"
-msgstr "Декабрь"
-
-#: ../../include/text.php:1098
-msgid "unknown.???"
-msgstr "неизвестный.???"
-
-#: ../../include/text.php:1099
-msgid "bytes"
-msgstr "байт"
-
-#: ../../include/text.php:1134
-msgid "remove category"
-msgstr ""
-
-#: ../../include/text.php:1156
-msgid "remove from file"
-msgstr ""
-
-#: ../../include/text.php:1214 ../../include/text.php:1226
-msgid "Click to open/close"
-msgstr "Нажмите, чтобы открыть/закрыть"
-
-#: ../../include/text.php:1402 ../../mod/events.php:332
-msgid "link to source"
-msgstr "ссылка на источник"
-
-#: ../../include/text.php:1421
-msgid "Select a page layout: "
-msgstr ""
-
-#: ../../include/text.php:1424 ../../include/text.php:1489
-msgid "default"
-msgstr "по умолчанию"
-
-#: ../../include/text.php:1460
-msgid "Page content type: "
-msgstr ""
-
-#: ../../include/text.php:1501
-msgid "Select an alternate language"
-msgstr "Выбор альтернативного языка"
-
-#: ../../include/text.php:1653 ../../include/conversation.php:117
-#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45
-msgid "photo"
-msgstr "фото"
-
-#: ../../include/text.php:1656 ../../include/conversation.php:120
-#: ../../mod/tagger.php:49
-msgid "event"
-msgstr "мероприятие"
-
-#: ../../include/text.php:1659 ../../include/conversation.php:145
-#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53
-msgid "status"
-msgstr "статус"
-
-#: ../../include/text.php:1661 ../../include/conversation.php:147
-#: ../../mod/tagger.php:55
-msgid "comment"
-msgstr "комментарий"
-
-#: ../../include/text.php:1666
-msgid "activity"
-msgstr "активность"
-
-#: ../../include/text.php:1928
-msgid "Design"
-msgstr "Дизайн"
-
-#: ../../include/text.php:1930
-msgid "Blocks"
-msgstr ""
-
-#: ../../include/text.php:1931
-msgid "Menus"
-msgstr ""
-
-#: ../../include/text.php:1932
-msgid "Layouts"
-msgstr ""
-
-#: ../../include/text.php:1933
-msgid "Pages"
-msgstr "Страницы"
-
-#: ../../include/group.php:25
-msgid ""
-"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."
-msgstr ""
-
-#: ../../include/group.php:223
-msgid "Default privacy group for new contacts"
-msgstr ""
-
-#: ../../include/group.php:242 ../../mod/admin.php:698
-msgid "All Channels"
-msgstr "Все каналы"
-
-#: ../../include/group.php:264
-msgid "edit"
-msgstr "редактировать"
-
-#: ../../include/group.php:285
-msgid "Collections"
-msgstr "Коллекции"
-
-#: ../../include/group.php:286
-msgid "Edit collection"
-msgstr "Редактировать коллекцию"
-
-#: ../../include/group.php:287
-msgid "Create a new collection"
-msgstr "Создать новую коллекцию"
-
-#: ../../include/group.php:288
-msgid "Channels not in any collection"
-msgstr "Контакты не в какой коллекции"
-
-#: ../../include/js_strings.php:5
-msgid "Delete this item?"
-msgstr "Удалить этот элемент?"
-
-#: ../../include/js_strings.php:6 ../../include/ItemObject.php:536
-#: ../../mod/photos.php:1099 ../../mod/photos.php:1186
-msgid "Comment"
-msgstr "Комментарий"
-
-#: ../../include/js_strings.php:7 ../../include/contact_widgets.php:125
-#: ../../include/ItemObject.php:270
-msgid "show more"
-msgstr "показать все"
-
-#: ../../include/js_strings.php:8
-msgid "show fewer"
-msgstr "показать меньше"
-
-#: ../../include/js_strings.php:9
-msgid "Password too short"
-msgstr "Пароль слишком короткий"
-
-#: ../../include/js_strings.php:10
-msgid "Passwords do not match"
-msgstr "Пароли не совпадают"
-
-#: ../../include/js_strings.php:11 ../../mod/photos.php:39
-msgid "everybody"
-msgstr "все"
-
-#: ../../include/js_strings.php:12
-msgid "Secret Passphrase"
-msgstr ""
-
-#: ../../include/js_strings.php:13
-msgid "Passphrase hint"
-msgstr ""
-
-#: ../../include/js_strings.php:15
-msgid "timeago.prefixAgo"
-msgstr "timeago.prefixAgo"
-
-#: ../../include/js_strings.php:16
-msgid "timeago.suffixAgo"
-msgstr "timeago.suffixAgo"
-
-#: ../../include/js_strings.php:17
-msgid "ago"
-msgstr "тому назад"
-
-#: ../../include/js_strings.php:18
-msgid "from now"
-msgstr "с этого времени"
-
-#: ../../include/js_strings.php:19
-msgid "less than a minute"
-msgstr "менее чем одну минуту назад"
-
-#: ../../include/js_strings.php:20
-msgid "about a minute"
-msgstr "около минуты"
-
-#: ../../include/js_strings.php:21
-#, php-format
-msgid "%d minutes"
-msgstr "%d мин."
-
-#: ../../include/js_strings.php:22
-msgid "about an hour"
-msgstr "около часа"
-
-#: ../../include/js_strings.php:23
-#, php-format
-msgid "about %d hours"
-msgstr "около %d час."
-
-#: ../../include/js_strings.php:24
-msgid "a day"
-msgstr "день"
-
-#: ../../include/js_strings.php:25
-#, php-format
-msgid "%d days"
-msgstr "%d дней"
-
-#: ../../include/js_strings.php:26
-msgid "about a month"
-msgstr "около месяца"
-
-#: ../../include/js_strings.php:27
-#, php-format
-msgid "%d months"
-msgstr "%d мес."
-
-#: ../../include/js_strings.php:28
-msgid "about a year"
-msgstr "около года"
-
-#: ../../include/js_strings.php:29
-#, php-format
-msgid "%d years"
-msgstr "%d лет"
-
-#: ../../include/js_strings.php:30
-msgid " "
-msgstr " "
-
-#: ../../include/js_strings.php:31
-msgid "timeago.numbers"
-msgstr "timeago.numbers"
-
-#: ../../include/message.php:18
-msgid "No recipient provided."
-msgstr ""
-
-#: ../../include/message.php:23
-msgid "[no subject]"
-msgstr "[без темы]"
-
-#: ../../include/message.php:42
-msgid "Unable to determine sender."
-msgstr "Невозможно определить отправителя."
-
-#: ../../include/message.php:143
-msgid "Stored post could not be verified."
-msgstr ""
-
-#: ../../include/photo/photo_driver.php:637 ../../include/photos.php:51
-#: ../../mod/photos.php:91 ../../mod/photos.php:783 ../../mod/photos.php:805
-#: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225
-#: ../../mod/profile_photo.php:336
+#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51
+#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301
+#: ../../mod/profile_photo.php:421 ../../mod/photos.php:91
+#: ../../mod/photos.php:655 ../../mod/photos.php:677
msgid "Profile Photos"
msgstr "Фотографии профиля"
-#: ../../include/network.php:640
-msgid "view full size"
-msgstr "посмотреть в полный размер"
-
-#: ../../include/bbcode.php:94 ../../include/bbcode.php:509
-#: ../../include/bbcode.php:512
+#: ../../include/bbcode.php:128 ../../include/bbcode.php:642
+#: ../../include/bbcode.php:645 ../../include/bbcode.php:650
+#: ../../include/bbcode.php:653 ../../include/bbcode.php:656
+#: ../../include/bbcode.php:659 ../../include/bbcode.php:664
+#: ../../include/bbcode.php:667 ../../include/bbcode.php:672
+#: ../../include/bbcode.php:675 ../../include/bbcode.php:678
+#: ../../include/bbcode.php:681
msgid "Image/photo"
msgstr "Изображение / фото"
-#: ../../include/bbcode.php:129 ../../include/bbcode.php:517
+#: ../../include/bbcode.php:163 ../../include/bbcode.php:692
msgid "Encrypted content"
msgstr "Зашифрованное содержание"
-#: ../../include/bbcode.php:136
+#: ../../include/bbcode.php:179
msgid "QR code"
msgstr "QR код"
-#: ../../include/bbcode.php:179
+#: ../../include/bbcode.php:228
#, php-format
msgid "%1$s wrote the following %2$s %3$s"
msgstr "%1$s написал следующее %2$s %3$s"
-#: ../../include/bbcode.php:181
+#: ../../include/bbcode.php:230
msgid "post"
msgstr "сообщение"
-#: ../../include/bbcode.php:469 ../../include/bbcode.php:489
+#: ../../include/bbcode.php:610 ../../include/bbcode.php:630
msgid "$1 wrote:"
msgstr "$1 писал:"
-#: ../../include/oembed.php:150
+#: ../../include/oembed.php:171
msgid "Embedded content"
-msgstr ""
+msgstr "Внедренное содержание"
-#: ../../include/oembed.php:159
+#: ../../include/oembed.php:180
msgid "Embedding disabled"
-msgstr ""
-
-#: ../../include/features.php:21
-msgid "General Features"
-msgstr "Главные функции"
-
-#: ../../include/features.php:23
-msgid "Content Expiration"
-msgstr ""
-
-#: ../../include/features.php:23
-msgid "Remove posts/comments and/or private messages at a future time"
-msgstr ""
-
-#: ../../include/features.php:24
-msgid "Multiple Profiles"
-msgstr "Несколько профилей"
-
-#: ../../include/features.php:24
-msgid "Ability to create multiple profiles"
-msgstr "Возможность создания нескольких профилей"
-
-#: ../../include/features.php:25
-msgid "Web Pages"
-msgstr "Веб-страницы"
-
-#: ../../include/features.php:25
-msgid "Provide managed web pages on your channel"
-msgstr ""
-
-#: ../../include/features.php:26
-msgid "Private Notes"
-msgstr "Личные заметки"
-
-#: ../../include/features.php:26
-msgid "Enables a tool to store notes and reminders"
-msgstr ""
-
-#: ../../include/features.php:31
-msgid "Extended Identity Sharing"
-msgstr "Расширенный обмен идентичности"
-
-#: ../../include/features.php:31
-msgid ""
-"Share your identity with all websites on the internet. When disabled, "
-"identity is only shared with sites in the matrix."
-msgstr ""
-
-#: ../../include/features.php:32
-msgid "Expert Mode"
-msgstr "Экспертный режим"
-
-#: ../../include/features.php:32
-msgid "Enable Expert Mode to provide advanced configuration options"
-msgstr ""
-
-#: ../../include/features.php:33
-msgid "Premium Channel"
-msgstr ""
-
-#: ../../include/features.php:33
-msgid ""
-"Allows you to set restrictions and terms on those that connect with your "
-"channel"
-msgstr ""
-
-#: ../../include/features.php:38
-msgid "Post Composition Features"
-msgstr ""
-
-#: ../../include/features.php:39
-msgid "Richtext Editor"
-msgstr "Редактор RichText"
-
-#: ../../include/features.php:39
-msgid "Enable richtext editor"
-msgstr "Включить редактор RichText"
-
-#: ../../include/features.php:40
-msgid "Post Preview"
-msgstr "Предварительный просмотр сообщения"
-
-#: ../../include/features.php:40
-msgid "Allow previewing posts and comments before publishing them"
-msgstr "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией"
-
-#: ../../include/features.php:41
-msgid "Automatically import channel content from other channels or feeds"
-msgstr ""
-
-#: ../../include/features.php:42
-msgid "Even More Encryption"
-msgstr ""
-
-#: ../../include/features.php:42
-msgid ""
-"Allow optional encryption of content end-to-end with a shared secret key"
-msgstr ""
-
-#: ../../include/features.php:47
-msgid "Network and Stream Filtering"
-msgstr "Фильтрация сети и потока"
-
-#: ../../include/features.php:48
-msgid "Search by Date"
-msgstr "Поиск по дате"
-
-#: ../../include/features.php:48
-msgid "Ability to select posts by date ranges"
-msgstr "Возможность выбора сообщений по датам"
-
-#: ../../include/features.php:49
-msgid "Collections Filter"
-msgstr "Фильтр коллекций"
-
-#: ../../include/features.php:49
-msgid "Enable widget to display Network posts only from selected collections"
-msgstr ""
-
-#: ../../include/features.php:50
-msgid "Save search terms for re-use"
-msgstr "Сохранять результаты поиска для повторного использования"
-
-#: ../../include/features.php:51
-msgid "Network Personal Tab"
-msgstr ""
-
-#: ../../include/features.php:51
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr ""
-
-#: ../../include/features.php:52
-msgid "Network New Tab"
-msgstr ""
-
-#: ../../include/features.php:52
-msgid "Enable tab to display all new Network activity"
-msgstr ""
-
-#: ../../include/features.php:53
-msgid "Affinity Tool"
-msgstr ""
-
-#: ../../include/features.php:53
-msgid "Filter stream activity by depth of relationships"
-msgstr ""
-
-#: ../../include/features.php:54
-msgid "Suggest Channels"
-msgstr ""
-
-#: ../../include/features.php:54
-msgid "Show channel suggestions"
-msgstr ""
-
-#: ../../include/features.php:59
-msgid "Post/Comment Tools"
-msgstr "Инструменты сообщений/комментарий "
-
-#: ../../include/features.php:61
-msgid "Edit Sent Posts"
-msgstr "Редактировать отправленные сообщения"
-
-#: ../../include/features.php:61
-msgid "Edit and correct posts and comments after sending"
-msgstr "Редактировать и исправлять сообщения и комментарии после отправки"
-
-#: ../../include/features.php:62
-msgid "Tagging"
-msgstr "Пометка"
-
-#: ../../include/features.php:62
-msgid "Ability to tag existing posts"
-msgstr ""
-
-#: ../../include/features.php:63
-msgid "Post Categories"
-msgstr "Категории сообщения"
-
-#: ../../include/features.php:63
-msgid "Add categories to your posts"
-msgstr "Добавить категории для ваших сообщений"
-
-#: ../../include/features.php:64
-msgid "Ability to file posts under folders"
-msgstr ""
+msgstr "Внедрение отключенно"
-#: ../../include/features.php:65
-msgid "Dislike Posts"
-msgstr "Сообщение не нравится"
-
-#: ../../include/features.php:65
-msgid "Ability to dislike posts/comments"
-msgstr ""
-
-#: ../../include/features.php:66
-msgid "Star Posts"
-msgstr "Помечать сообщения"
+#: ../../include/notify.php:23
+msgid "created a new post"
+msgstr "создал новое сообщение"
-#: ../../include/features.php:66
-msgid "Ability to mark special posts with a star indicator"
-msgstr ""
+#: ../../include/notify.php:24
+#, php-format
+msgid "commented on %s's post"
+msgstr "прокомментировал %s's сообщение"
-#: ../../include/features.php:67
-msgid "Tag Cloud"
-msgstr "Облако тегов"
+#: ../../include/conversation.php:117 ../../include/text.php:1705
+#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
+#: ../../mod/tagger.php:45 ../../mod/like.php:111
+msgid "photo"
+msgstr "фото"
-#: ../../include/features.php:67
-msgid "Provide a personal tag cloud on your channel page"
-msgstr ""
+#: ../../include/conversation.php:120 ../../include/text.php:1708
+#: ../../mod/tagger.php:49
+msgid "event"
+msgstr "мероприятие"
#: ../../include/conversation.php:123
msgid "channel"
msgstr "канал"
-#: ../../include/conversation.php:161 ../../mod/like.php:134
+#: ../../include/conversation.php:145 ../../include/text.php:1711
+#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
+#: ../../mod/tagger.php:53 ../../mod/like.php:111
+msgid "status"
+msgstr "статус"
+
+#: ../../include/conversation.php:147 ../../include/text.php:1713
+#: ../../mod/tagger.php:55
+msgid "comment"
+msgstr "комментарий"
+
+#: ../../include/conversation.php:161 ../../mod/like.php:142
#, php-format
msgid "%1$s likes %2$s's %3$s"
msgstr "%1$s нравится %2$s's %3$s"
-#: ../../include/conversation.php:164 ../../mod/like.php:136
+#: ../../include/conversation.php:164 ../../mod/like.php:144
#, php-format
msgid "%1$s doesn't like %2$s's %3$s"
msgstr "%1$s не нравится %2$s's %3$s"
@@ -1413,116 +126,137 @@ msgstr "%1$s теперь соединен с %2$s"
msgid "%1$s poked %2$s"
msgstr "%1$s подпихнул %2$s"
+#: ../../include/conversation.php:240 ../../include/text.php:895
+msgid "poked"
+msgstr "подпихнул"
+
#: ../../include/conversation.php:258 ../../mod/mood.php:63
#, php-format
-msgid "%1$s is currently %2$s"
-msgstr "%1$s в настоящее время %2$s"
+msgctxt "mood"
+msgid "%1$s is %2$s"
+msgstr ""
#: ../../include/conversation.php:631 ../../include/ItemObject.php:114
msgid "Select"
msgstr "Выбрать"
-#: ../../include/conversation.php:632 ../../include/ItemObject.php:108
-#: ../../mod/thing.php:230 ../../mod/connedit.php:356 ../../mod/admin.php:693
-#: ../../mod/group.php:176 ../../mod/photos.php:1150
-#: ../../mod/filestorage.php:172 ../../mod/settings.php:570
+#: ../../include/conversation.php:632 ../../include/apps.php:215
+#: ../../include/ItemObject.php:108 ../../mod/admin.php:757
+#: ../../mod/admin.php:886 ../../mod/connedit.php:398
+#: ../../mod/settings.php:578 ../../mod/filestorage.php:175
+#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043
msgid "Delete"
msgstr "Удалить"
-#: ../../include/conversation.php:642 ../../include/ItemObject.php:161
+#: ../../include/conversation.php:639 ../../include/ItemObject.php:89
+#: ../../mod/photos.php:846
+msgid "Private Message"
+msgstr "Личное сообщение"
+
+#: ../../include/conversation.php:646 ../../include/ItemObject.php:182
msgid "Message is verified"
-msgstr ""
+msgstr "Сообщение проверено"
-#: ../../include/conversation.php:662
+#: ../../include/conversation.php:666
#, php-format
msgid "View %s's profile @ %s"
msgstr "Просмотр %s's профиля @ %s"
-#: ../../include/conversation.php:676
+#: ../../include/conversation.php:680
msgid "Categories:"
msgstr "Категории:"
-#: ../../include/conversation.php:677
+#: ../../include/conversation.php:681
msgid "Filed under:"
msgstr "Хранить под:"
-#: ../../include/conversation.php:686 ../../include/ItemObject.php:217
+#: ../../include/conversation.php:690 ../../include/ItemObject.php:250
#, php-format
msgid " from %s"
msgstr " от %s"
-#: ../../include/conversation.php:689 ../../include/ItemObject.php:220
+#: ../../include/conversation.php:693 ../../include/ItemObject.php:253
#, php-format
msgid "last edited: %s"
msgstr ""
-#: ../../include/conversation.php:704
+#: ../../include/conversation.php:694 ../../include/ItemObject.php:254
+#, php-format
+msgid "Expires: %s"
+msgstr ""
+
+#: ../../include/conversation.php:709
msgid "View in context"
msgstr "Показать в контексте"
-#: ../../include/conversation.php:706 ../../include/conversation.php:1119
-#: ../../include/ItemObject.php:248 ../../mod/photos.php:1081
-#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:110
-#: ../../mod/editpost.php:107 ../../mod/editwebpage.php:153
-#: ../../mod/editblock.php:124
+#: ../../include/conversation.php:711 ../../include/conversation.php:1127
+#: ../../include/ItemObject.php:294 ../../mod/editblock.php:120
+#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121
+#: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336
+#: ../../mod/photos.php:974
msgid "Please wait"
msgstr "Подождите пожалуйста"
-#: ../../include/conversation.php:833
+#: ../../include/conversation.php:838
msgid "remove"
msgstr "удалить"
-#: ../../include/conversation.php:837
+#: ../../include/conversation.php:842
msgid "Loading..."
msgstr "Загрузка..."
-#: ../../include/conversation.php:838
+#: ../../include/conversation.php:843
msgid "Delete Selected Items"
msgstr "Удалить выбранные элементы"
-#: ../../include/conversation.php:929
+#: ../../include/conversation.php:934
msgid "View Source"
msgstr ""
-#: ../../include/conversation.php:930
+#: ../../include/conversation.php:935
msgid "Follow Thread"
msgstr "Следобать теме"
-#: ../../include/conversation.php:931
+#: ../../include/conversation.php:936
msgid "View Status"
msgstr "Просмотр состояния"
-#: ../../include/conversation.php:933
+#: ../../include/conversation.php:937 ../../include/nav.php:81
+#: ../../mod/connedit.php:351 ../../mod/connedit.php:465
+msgid "View Profile"
+msgstr "Просмотр профиля"
+
+#: ../../include/conversation.php:938
msgid "View Photos"
msgstr "Просмотр фотографий"
-#: ../../include/conversation.php:934
+#: ../../include/conversation.php:939
msgid "Matrix Activity"
msgstr "Активность матрицы"
-#: ../../include/conversation.php:935
+#: ../../include/conversation.php:940
msgid "Edit Contact"
msgstr "Редактировать контакт"
-#: ../../include/conversation.php:936
+#: ../../include/conversation.php:941
msgid "Send PM"
msgstr "Отправить личное сообщение"
-#: ../../include/conversation.php:937
+#: ../../include/conversation.php:942 ../../include/apps.php:132
msgid "Poke"
msgstr "Подпихнуть"
-#: ../../include/conversation.php:999
+#: ../../include/conversation.php:998
#, php-format
msgid "%s likes this."
msgstr "%s нравится это."
-#: ../../include/conversation.php:999
+#: ../../include/conversation.php:998
#, php-format
msgid "%s doesn't like this."
msgstr "%s не нравится это."
-#: ../../include/conversation.php:1003
+#: ../../include/conversation.php:1002
#, php-format
msgid "<span %1$s>%2$d people</span> like this."
msgid_plural "<span %1$s>%2$d people</span> like this."
@@ -1530,7 +264,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] "<span %1$s>%2$d чел.</span> нравится это."
-#: ../../include/conversation.php:1005
+#: ../../include/conversation.php:1004
#, php-format
msgid "<span %1$s>%2$d people</span> don't like this."
msgid_plural "<span %1$s>%2$d people</span> don't like this."
@@ -1538,11 +272,11 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] "<span %1$s>%2$d чел.</span> не нравится это."
-#: ../../include/conversation.php:1011
+#: ../../include/conversation.php:1010
msgid "and"
msgstr "и"
-#: ../../include/conversation.php:1014
+#: ../../include/conversation.php:1013
#, php-format
msgid ", and %d other people"
msgid_plural ", and %d other people"
@@ -1550,633 +284,989 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ", и %d другие люди"
-#: ../../include/conversation.php:1015
+#: ../../include/conversation.php:1014
#, php-format
msgid "%s like this."
msgstr "%s нравится это."
-#: ../../include/conversation.php:1015
+#: ../../include/conversation.php:1014
#, php-format
msgid "%s don't like this."
msgstr "%s не нравится это."
-#: ../../include/conversation.php:1065
+#: ../../include/conversation.php:1071
msgid "Visible to <strong>everybody</strong>"
msgstr "Видно для <strong>всех</strong>"
-#: ../../include/conversation.php:1066 ../../mod/mail.php:171
+#: ../../include/conversation.php:1072 ../../mod/mail.php:171
#: ../../mod/mail.php:269
msgid "Please enter a link URL:"
msgstr "Пожалуйста, введите URL ссылки:"
-#: ../../include/conversation.php:1067
+#: ../../include/conversation.php:1073
msgid "Please enter a video link/URL:"
msgstr "Пожалуйста, введите URL видео-ссылки:"
-#: ../../include/conversation.php:1068
+#: ../../include/conversation.php:1074
msgid "Please enter an audio link/URL:"
msgstr "Пожалуйста, введите URL аудио-ссылки:"
-#: ../../include/conversation.php:1069
+#: ../../include/conversation.php:1075
msgid "Tag term:"
msgstr "Теги:"
-#: ../../include/conversation.php:1070 ../../mod/filer.php:35
+#: ../../include/conversation.php:1076 ../../mod/filer.php:49
msgid "Save to Folder:"
msgstr "Сохранить в папку:"
-#: ../../include/conversation.php:1071
+#: ../../include/conversation.php:1077
msgid "Where are you right now?"
msgstr "Где вы сейчас?"
-#: ../../include/conversation.php:1072 ../../mod/mail.php:172
-#: ../../mod/mail.php:270 ../../mod/editpost.php:52
+#: ../../include/conversation.php:1078 ../../mod/editpost.php:52
+#: ../../mod/mail.php:172 ../../mod/mail.php:270
msgid "Expires YYYY-MM-DD HH:MM"
msgstr ""
-#: ../../include/conversation.php:1082 ../../include/ItemObject.php:546
-#: ../../mod/webpages.php:122 ../../mod/photos.php:1101
-#: ../../mod/editlayout.php:130 ../../mod/editpost.php:127
-#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:145
+#: ../../include/conversation.php:1088 ../../include/page_widgets.php:40
+#: ../../include/ItemObject.php:592 ../../mod/editblock.php:141
+#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140
+#: ../../mod/editwebpage.php:175 ../../mod/webpages.php:123
+#: ../../mod/photos.php:994
msgid "Preview"
msgstr "Предварительный просмотр"
-#: ../../include/conversation.php:1096 ../../mod/photos.php:1080
+#: ../../include/conversation.php:1102 ../../mod/layouts.php:113
+#: ../../mod/photos.php:973
msgid "Share"
msgstr "Поделиться"
-#: ../../include/conversation.php:1098 ../../mod/editwebpage.php:140
+#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139
msgid "Page link title"
msgstr "Ссылка заголовока страницы"
-#: ../../include/conversation.php:1100 ../../mod/mail.php:219
-#: ../../mod/mail.php:332 ../../mod/editlayout.php:102
-#: ../../mod/editpost.php:99 ../../mod/editwebpage.php:145
-#: ../../mod/editblock.php:116
+#: ../../include/conversation.php:1107
+msgid "Post as"
+msgstr ""
+
+#: ../../include/conversation.php:1108 ../../mod/editblock.php:112
+#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113
+#: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332
msgid "Upload photo"
msgstr "Загрузить фотографию"
-#: ../../include/conversation.php:1101
+#: ../../include/conversation.php:1109
msgid "upload photo"
msgstr "загрузить фотографию"
-#: ../../include/conversation.php:1102 ../../mod/mail.php:220
-#: ../../mod/mail.php:333 ../../mod/editlayout.php:103
-#: ../../mod/editpost.php:100 ../../mod/editwebpage.php:146
-#: ../../mod/editblock.php:117
+#: ../../include/conversation.php:1110 ../../mod/editblock.php:113
+#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114
+#: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333
msgid "Attach file"
msgstr "Прикрепить файл"
-#: ../../include/conversation.php:1103
+#: ../../include/conversation.php:1111
msgid "attach file"
msgstr "прикрепить файл"
-#: ../../include/conversation.php:1104 ../../mod/mail.php:221
-#: ../../mod/mail.php:334 ../../mod/editlayout.php:104
-#: ../../mod/editpost.php:101 ../../mod/editwebpage.php:147
-#: ../../mod/editblock.php:118
+#: ../../include/conversation.php:1112 ../../mod/editblock.php:114
+#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115
+#: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334
msgid "Insert web link"
msgstr "Вставить веб-ссылку"
-#: ../../include/conversation.php:1105
+#: ../../include/conversation.php:1113
msgid "web link"
msgstr "веб-ссылка"
-#: ../../include/conversation.php:1106
+#: ../../include/conversation.php:1114
msgid "Insert video link"
msgstr "Вставить видео-ссылку"
-#: ../../include/conversation.php:1107
+#: ../../include/conversation.php:1115
msgid "video link"
msgstr "видео-ссылка"
-#: ../../include/conversation.php:1108
+#: ../../include/conversation.php:1116
msgid "Insert audio link"
msgstr "Вставить аудио-ссылку"
-#: ../../include/conversation.php:1109
+#: ../../include/conversation.php:1117
msgid "audio link"
msgstr "аудио-ссылка"
-#: ../../include/conversation.php:1110 ../../mod/editlayout.php:108
-#: ../../mod/editpost.php:105 ../../mod/editwebpage.php:151
-#: ../../mod/editblock.php:122
+#: ../../include/conversation.php:1118 ../../mod/editblock.php:118
+#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119
+#: ../../mod/editwebpage.php:150
msgid "Set your location"
msgstr "Указание своего расположения"
-#: ../../include/conversation.php:1111
+#: ../../include/conversation.php:1119
msgid "set location"
msgstr "указание расположения"
-#: ../../include/conversation.php:1112 ../../mod/editlayout.php:109
-#: ../../mod/editpost.php:106 ../../mod/editwebpage.php:152
-#: ../../mod/editblock.php:123
+#: ../../include/conversation.php:1120 ../../mod/editblock.php:119
+#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120
+#: ../../mod/editwebpage.php:151
msgid "Clear browser location"
msgstr "Стереть указание расположения"
-#: ../../include/conversation.php:1113
+#: ../../include/conversation.php:1121
msgid "clear location"
msgstr "стереть указание расположения"
-#: ../../include/conversation.php:1115 ../../mod/editlayout.php:122
-#: ../../mod/editpost.php:119 ../../mod/editwebpage.php:169
-#: ../../mod/editblock.php:137
+#: ../../include/conversation.php:1123 ../../mod/editblock.php:132
+#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132
+#: ../../mod/editwebpage.php:167
msgid "Set title"
msgstr "Заголовок"
-#: ../../include/conversation.php:1118 ../../mod/editlayout.php:124
-#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:171
-#: ../../mod/editblock.php:139
+#: ../../include/conversation.php:1126 ../../mod/editblock.php:135
+#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134
+#: ../../mod/editwebpage.php:169
msgid "Categories (comma-separated list)"
msgstr "Категории (список через запятую)"
-#: ../../include/conversation.php:1120 ../../mod/editlayout.php:111
-#: ../../mod/editpost.php:108 ../../mod/editwebpage.php:154
-#: ../../mod/editblock.php:125
+#: ../../include/conversation.php:1128 ../../mod/editblock.php:121
+#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122
+#: ../../mod/editwebpage.php:153
msgid "Permission settings"
msgstr "Настройки разрешений"
-#: ../../include/conversation.php:1121
+#: ../../include/conversation.php:1129
msgid "permissions"
msgstr "разрешения"
-#: ../../include/conversation.php:1129 ../../mod/editlayout.php:119
-#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:164
-#: ../../mod/editblock.php:134
+#: ../../include/conversation.php:1136 ../../mod/editblock.php:129
+#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129
+#: ../../mod/editwebpage.php:162
msgid "Public post"
msgstr "Публичное сообщение"
-#: ../../include/conversation.php:1131 ../../mod/editlayout.php:125
-#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:172
-#: ../../mod/editblock.php:140
+#: ../../include/conversation.php:1138 ../../mod/editblock.php:136
+#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135
+#: ../../mod/editwebpage.php:170
msgid "Example: bob@example.com, mary@example.com"
msgstr "Пример: bob@example.com, mary@example.com"
-#: ../../include/conversation.php:1144 ../../mod/mail.php:226
-#: ../../mod/mail.php:339 ../../mod/editlayout.php:135
-#: ../../mod/editpost.php:133 ../../mod/editwebpage.php:182
-#: ../../mod/editblock.php:150
+#: ../../include/conversation.php:1151 ../../mod/editblock.php:146
+#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146
+#: ../../mod/editwebpage.php:180 ../../mod/mail.php:226 ../../mod/mail.php:339
msgid "Set expiration date"
msgstr ""
-#: ../../include/conversation.php:1146 ../../include/ItemObject.php:549
-#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:135
+#: ../../include/conversation.php:1153 ../../include/ItemObject.php:595
+#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341
msgid "Encrypt text"
msgstr ""
-#: ../../include/conversation.php:1148 ../../mod/editpost.php:136
+#: ../../include/conversation.php:1155 ../../mod/editpost.php:150
msgid "OK"
msgstr "OK"
-#: ../../include/conversation.php:1149 ../../mod/tagrm.php:11
-#: ../../mod/tagrm.php:94 ../../mod/settings.php:508
-#: ../../mod/settings.php:534 ../../mod/editpost.php:137
-#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117
+#: ../../include/conversation.php:1156 ../../mod/settings.php:516
+#: ../../mod/settings.php:542 ../../mod/editpost.php:151
+#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11
+#: ../../mod/tagrm.php:94
msgid "Cancel"
msgstr "Отменить"
-#: ../../include/conversation.php:1376
+#: ../../include/conversation.php:1392
+msgid "Discover"
+msgstr "Обнаруженные"
+
+#: ../../include/conversation.php:1395
+msgid "Imported public streams"
+msgstr ""
+
+#: ../../include/conversation.php:1400
msgid "Commented Order"
-msgstr "По комментириям"
+msgstr "По комментариям"
-#: ../../include/conversation.php:1379
+#: ../../include/conversation.php:1403
msgid "Sort by Comment Date"
msgstr "Сортировка по дате создания комментариев"
-#: ../../include/conversation.php:1382
+#: ../../include/conversation.php:1407
msgid "Posted Order"
msgstr "По добавлениям"
-#: ../../include/conversation.php:1385
+#: ../../include/conversation.php:1410
msgid "Sort by Post Date"
msgstr "Сортировка по дате создания сообщения"
-#: ../../include/conversation.php:1389
+#: ../../include/conversation.php:1415 ../../include/widgets.php:82
msgid "Personal"
msgstr "Личные"
-#: ../../include/conversation.php:1392
+#: ../../include/conversation.php:1418
msgid "Posts that mention or involve you"
msgstr "Сообщения, в которых упоминули или вовлекли вас"
-#: ../../include/conversation.php:1395 ../../mod/menu.php:57
-#: ../../mod/connections.php:209
+#: ../../include/conversation.php:1424 ../../mod/connections.php:211
+#: ../../mod/connections.php:224 ../../mod/menu.php:61
msgid "New"
msgstr "Новые"
-#: ../../include/conversation.php:1398
+#: ../../include/conversation.php:1427
msgid "Activity Stream - by date"
msgstr "Лента активности - по дате"
-#: ../../include/conversation.php:1405
+#: ../../include/conversation.php:1433
msgid "Starred"
msgstr "Помеченные"
-#: ../../include/conversation.php:1408
+#: ../../include/conversation.php:1436
msgid "Favourite Posts"
msgstr "Фаворит-сообщения"
-#: ../../include/conversation.php:1415
+#: ../../include/conversation.php:1443
msgid "Spam"
msgstr "Спам"
-#: ../../include/conversation.php:1418
+#: ../../include/conversation.php:1446
msgid "Posts flagged as SPAM"
msgstr "Как СПАМ помеченные сообщения"
-#: ../../include/conversation.php:1448
+#: ../../include/conversation.php:1480 ../../mod/admin.php:890
msgid "Channel"
msgstr "Канал"
-#: ../../include/conversation.php:1451
+#: ../../include/conversation.php:1483
msgid "Status Messages and Posts"
msgstr ""
-#: ../../include/conversation.php:1455
+#: ../../include/conversation.php:1492
msgid "About"
msgstr "О себе"
-#: ../../include/conversation.php:1458
+#: ../../include/conversation.php:1495
msgid "Profile Details"
msgstr "Сведения о профиле"
-#: ../../include/conversation.php:1465 ../../include/photos.php:297
+#: ../../include/conversation.php:1501 ../../include/nav.php:84
+#: ../../include/apps.php:126 ../../mod/fbrowser.php:25
+msgid "Photos"
+msgstr "Фотографии"
+
+#: ../../include/conversation.php:1504 ../../include/photos.php:311
msgid "Photo Albums"
msgstr "Фотоальбомы"
-#: ../../include/conversation.php:1470 ../../mod/fbrowser.php:114
+#: ../../include/conversation.php:1510 ../../include/nav.php:85
+#: ../../include/apps.php:122 ../../mod/fbrowser.php:114
msgid "Files"
msgstr "Файлы"
-#: ../../include/conversation.php:1473
+#: ../../include/conversation.php:1513
msgid "Files and Storage"
msgstr ""
-#: ../../include/conversation.php:1485
+#: ../../include/conversation.php:1522 ../../include/conversation.php:1525
+msgid "Chatrooms"
+msgstr "Чаты"
+
+#: ../../include/conversation.php:1532 ../../include/nav.php:87
+#: ../../include/nav.php:180 ../../include/apps.php:127
+#: ../../mod/events.php:377
+msgid "Events"
+msgstr "Мероприятия"
+
+#: ../../include/conversation.php:1535
msgid "Events and Calendar"
msgstr "Мероприятия и календарь"
-#: ../../include/conversation.php:1490
+#: ../../include/conversation.php:1540 ../../include/nav.php:88
+#: ../../include/apps.php:116
+msgid "Bookmarks"
+msgstr "Закладки"
+
+#: ../../include/conversation.php:1543
+msgid "Saved Bookmarks"
+msgstr "Сохранённые закладки"
+
+#: ../../include/conversation.php:1551 ../../include/nav.php:90
+#: ../../include/apps.php:123 ../../mod/webpages.php:79
msgid "Webpages"
msgstr "Веб-страницы"
-#: ../../include/conversation.php:1493
+#: ../../include/conversation.php:1554
msgid "Manage Webpages"
msgstr "Управление веб-страниц"
-#: ../../include/notify.php:23
-msgid "created a new post"
-msgstr "создал новое сообщение"
+#: ../../include/page_widgets.php:6
+msgid "New Page"
+msgstr "Новая страница"
-#: ../../include/notify.php:24
-#, php-format
-msgid "commented on %s's post"
-msgstr "прокомментировал %s's сообщение"
+#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36
+#: ../../include/apps.php:214 ../../include/menu.php:42
+#: ../../include/ItemObject.php:96 ../../mod/blocks.php:94
+#: ../../mod/connections.php:392 ../../mod/settings.php:577
+#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106
+#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143
+#: ../../mod/filestorage.php:174 ../../mod/thing.php:235
+#: ../../mod/layouts.php:112 ../../mod/menu.php:59 ../../mod/webpages.php:119
+msgid "Edit"
+msgstr "Редактировать"
-#: ../../include/photos.php:15 ../../include/attach.php:97
-#: ../../include/attach.php:128 ../../include/attach.php:184
-#: ../../include/attach.php:199 ../../include/attach.php:232
-#: ../../include/attach.php:246 ../../include/attach.php:267
-#: ../../include/attach.php:461 ../../include/attach.php:539
-#: ../../include/items.php:3445 ../../mod/common.php:35
-#: ../../mod/events.php:140 ../../mod/thing.php:241 ../../mod/thing.php:257
-#: ../../mod/thing.php:291 ../../mod/invite.php:13 ../../mod/invite.php:104
-#: ../../mod/connedit.php:179 ../../mod/webpages.php:40 ../../mod/api.php:26
-#: ../../mod/api.php:31 ../../mod/page.php:30 ../../mod/page.php:80
-#: ../../mod/setup.php:200 ../../mod/viewconnections.php:22
-#: ../../mod/viewconnections.php:27 ../../mod/delegate.php:6
-#: ../../mod/sources.php:62 ../../mod/mitem.php:73 ../../mod/group.php:9
-#: ../../mod/photos.php:68 ../../mod/photos.php:653 ../../mod/viewsrc.php:12
-#: ../../mod/menu.php:40 ../../mod/connections.php:167
-#: ../../mod/layouts.php:27 ../../mod/layouts.php:42 ../../mod/network.php:12
-#: ../../mod/profiles.php:152 ../../mod/profiles.php:465
-#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97
-#: ../../mod/achievements.php:27 ../../mod/filestorage.php:10
-#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:76
-#: ../../mod/filestorage.php:99 ../../mod/manage.php:6
-#: ../../mod/settings.php:484 ../../mod/mail.php:108
-#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187
-#: ../../mod/profile_photo.php:200 ../../mod/editpost.php:13
-#: ../../mod/notifications.php:66 ../../mod/blocks.php:29
-#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44
-#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128
-#: ../../mod/channel.php:88 ../../mod/channel.php:225
-#: ../../mod/fsuggest.php:78 ../../mod/editblock.php:48
-#: ../../mod/suggest.php:26 ../../mod/message.php:16 ../../mod/register.php:68
-#: ../../mod/regmod.php:18 ../../mod/authtest.php:13 ../../mod/item.php:182
-#: ../../mod/item.php:190 ../../mod/mood.php:119 ../../index.php:176
-#: ../../index.php:344
-msgid "Permission denied."
-msgstr "Доступ запрещен."
+#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97
+#: ../../mod/layouts.php:116 ../../mod/webpages.php:122
+msgid "View"
+msgstr "Просмотр"
-#: ../../include/photos.php:88
-#, php-format
-msgid "Image exceeds website size limit of %lu bytes"
+#: ../../include/page_widgets.php:41 ../../mod/webpages.php:124
+msgid "Actions"
msgstr ""
-#: ../../include/photos.php:95
-msgid "Image file is empty."
-msgstr "файл пуст."
-
-#: ../../include/photos.php:122 ../../mod/profile_photo.php:147
-msgid "Unable to process image"
+#: ../../include/page_widgets.php:42 ../../mod/webpages.php:125
+msgid "Page Link"
msgstr ""
-#: ../../include/photos.php:184
-msgid "Photo storage failed."
+#: ../../include/page_widgets.php:43 ../../mod/webpages.php:126
+msgid "Title"
msgstr ""
-#: ../../include/photos.php:301 ../../mod/photos.php:821
-#: ../../mod/photos.php:1296
-msgid "Upload New Photos"
-msgstr "Загрузить новые фотографии"
-
-#: ../../include/profile_selectors.php:6
-msgid "Male"
-msgstr "Мужской"
+#: ../../include/page_widgets.php:44 ../../mod/webpages.php:127
+msgid "Created"
+msgstr "Создано"
-#: ../../include/profile_selectors.php:6
-msgid "Female"
-msgstr "Женский"
+#: ../../include/page_widgets.php:45 ../../mod/webpages.php:128
+msgid "Edited"
+msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "В настоящее время мужской"
+#: ../../include/permissions.php:13
+msgid "Can view my \"public\" stream and posts"
+msgstr "Может просматривать мои \"публичные\" поток и сообщения"
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "В настоящее время женский"
+#: ../../include/permissions.php:14
+msgid "Can view my \"public\" channel profile"
+msgstr "Может просматривать мой \"публичный\" профиль канала"
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "В основном мужской"
+#: ../../include/permissions.php:15
+msgid "Can view my \"public\" photo albums"
+msgstr "Может просматривать мои \"публичные\" фотоальбомы"
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "В основном женский"
+#: ../../include/permissions.php:16
+msgid "Can view my \"public\" address book"
+msgstr "Может просматривать мою \"публичную\" адресную книгу"
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Транссексуал"
+#: ../../include/permissions.php:17
+msgid "Can view my \"public\" file storage"
+msgstr "Может просматривать мои \"публичные\" файлы"
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Intersex"
+#: ../../include/permissions.php:18
+msgid "Can view my \"public\" pages"
+msgstr "Может просматривать мои \"публичные\" страницы"
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Транссексуал"
+#: ../../include/permissions.php:21
+msgid "Can send me their channel stream and posts"
+msgstr "Может прислать мне свои потоки и сообщения"
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Гермафродит"
+#: ../../include/permissions.php:22
+msgid "Can post on my channel page (\"wall\")"
+msgstr "Может публиковать на моей странице канала (\"стена\")"
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "Среднего рода"
+#: ../../include/permissions.php:23
+msgid "Can comment on my posts"
+msgstr "Может комментировать мои сообщения"
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "Неспецифический"
+#: ../../include/permissions.php:24
+msgid "Can send me private mail messages"
+msgstr "Может отправлять мне личные сообщения по эл. почте"
-#: ../../include/profile_selectors.php:6
-msgid "Other"
-msgstr "Другой"
+#: ../../include/permissions.php:25
+msgid "Can post photos to my photo albums"
+msgstr "Может публиковать фотографии в мои фотоальбомы"
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Нерешительный"
+#: ../../include/permissions.php:26
+msgid "Can forward to all my channel contacts via post @mentions"
+msgstr ""
-#: ../../include/profile_selectors.php:23
-msgid "Males"
-msgstr "Самец"
+#: ../../include/permissions.php:26
+msgid "Advanced - useful for creating group forum channels"
+msgstr ""
-#: ../../include/profile_selectors.php:23
-msgid "Females"
-msgstr "Самка"
+#: ../../include/permissions.php:27
+msgid "Can chat with me (when available)"
+msgstr "Можете общаться со мной в чате (при наличии)"
-#: ../../include/profile_selectors.php:23
-msgid "Gay"
-msgstr "Гей"
+#: ../../include/permissions.php:28
+msgid "Can write to my \"public\" file storage"
+msgstr "Может писать в моё \"публичное\" хранилище файлов"
-#: ../../include/profile_selectors.php:23
-msgid "Lesbian"
-msgstr "Лесбиянка"
+#: ../../include/permissions.php:29
+msgid "Can edit my \"public\" pages"
+msgstr "Может редактировать мои \"публичные\" страницы"
-#: ../../include/profile_selectors.php:23
-msgid "No Preference"
-msgstr "Без предпочтений"
+#: ../../include/permissions.php:31
+msgid "Can source my \"public\" posts in derived channels"
+msgstr ""
-#: ../../include/profile_selectors.php:23
-msgid "Bisexual"
-msgstr "Двуполый"
+#: ../../include/permissions.php:31
+msgid "Somewhat advanced - very useful in open communities"
+msgstr ""
-#: ../../include/profile_selectors.php:23
-msgid "Autosexual"
-msgstr "Autosexual"
+#: ../../include/permissions.php:33
+msgid "Can administer my channel resources"
+msgstr "Может администрировать мои ресурсы канала"
-#: ../../include/profile_selectors.php:23
-msgid "Abstinent"
-msgstr "Воздержанный"
+#: ../../include/permissions.php:33
+msgid ""
+"Extremely advanced. Leave this alone unless you know what you are doing"
+msgstr ""
-#: ../../include/profile_selectors.php:23
-msgid "Virgin"
-msgstr "Девственница"
+#: ../../include/account.php:23
+msgid "Not a valid email address"
+msgstr "Не действительный адрес электронной почты"
-#: ../../include/profile_selectors.php:23
-msgid "Deviant"
-msgstr "Отклоняющийся от нормы"
+#: ../../include/account.php:25
+msgid "Your email domain is not among those allowed on this site"
+msgstr "Домен электронной почты не входит в число тех, которые разрешены на этом сайте"
-#: ../../include/profile_selectors.php:23
-msgid "Fetish"
-msgstr "Фетиш"
+#: ../../include/account.php:31
+msgid "Your email address is already registered at this site."
+msgstr "Ваш адрес электронной почты уже зарегистрирован на этом сайте."
-#: ../../include/profile_selectors.php:23
-msgid "Oodles"
-msgstr "Множественный"
+#: ../../include/account.php:64
+msgid "An invitation is required."
+msgstr "Требуется приглашение."
-#: ../../include/profile_selectors.php:23
-msgid "Nonsexual"
-msgstr "Несексуальный"
+#: ../../include/account.php:68
+msgid "Invitation could not be verified."
+msgstr "Не удалось проверить приглашение."
-#: ../../include/profile_selectors.php:42
-msgid "Single"
-msgstr "Одинок"
+#: ../../include/account.php:119
+msgid "Please enter the required information."
+msgstr "Пожалуйста, введите необходимую информацию."
-#: ../../include/profile_selectors.php:42
-msgid "Lonely"
-msgstr "Уединенный"
+#: ../../include/account.php:187
+msgid "Failed to store account information."
+msgstr "Не удалось сохранить информацию аккаунта."
-#: ../../include/profile_selectors.php:42
-msgid "Available"
-msgstr "Доступный"
+#: ../../include/account.php:273
+#, php-format
+msgid "Registration request at %s"
+msgstr "Требуется регистрация на %s"
-#: ../../include/profile_selectors.php:42
-msgid "Unavailable"
-msgstr "Недоступный"
+#: ../../include/account.php:275 ../../include/account.php:302
+#: ../../include/account.php:359
+msgid "Administrator"
+msgstr "Администратор"
-#: ../../include/profile_selectors.php:42
-msgid "Has crush"
-msgstr ""
+#: ../../include/account.php:297
+msgid "your registration password"
+msgstr "Ваш пароль регистрации"
-#: ../../include/profile_selectors.php:42
-msgid "Infatuated"
-msgstr "Влюбленный"
+#: ../../include/account.php:300 ../../include/account.php:357
+#, php-format
+msgid "Registration details for %s"
+msgstr "Регистрационные данные для %s"
-#: ../../include/profile_selectors.php:42
-msgid "Dating"
-msgstr ""
+#: ../../include/account.php:366
+msgid "Account approved."
+msgstr "Аккаунт утвержден."
-#: ../../include/profile_selectors.php:42
-msgid "Unfaithful"
-msgstr "Неверный"
+#: ../../include/account.php:400
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Регистрация отозвана для %s"
-#: ../../include/profile_selectors.php:42
-msgid "Sex Addict"
-msgstr "Секс наркоман"
+#: ../../include/photos.php:15 ../../include/attach.php:119
+#: ../../include/attach.php:166 ../../include/attach.php:229
+#: ../../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/items.php:3673 ../../include/chat.php:116
+#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:27
+#: ../../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
+#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:152
+#: ../../mod/profiles.php:453 ../../mod/bookmarks.php:46
+#: ../../mod/channel.php:89 ../../mod/channel.php:193
+#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95
+#: ../../mod/register.php:68 ../../mod/regmod.php:18 ../../mod/common.php:35
+#: ../../mod/network.php:12 ../../mod/connections.php:169
+#: ../../mod/connedit.php:221 ../../mod/delegate.php:6 ../../mod/page.php:30
+#: ../../mod/page.php:80 ../../mod/settings.php:492 ../../mod/setup.php:203
+#: ../../mod/editblock.php:34 ../../mod/pdledit.php:21
+#: ../../mod/editlayout.php:48 ../../mod/editpost.php:13
+#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83
+#: ../../mod/sources.php:66 ../../mod/events.php:141
+#: ../../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
+#: ../../mod/thing.php:247 ../../mod/thing.php:263 ../../mod/thing.php:298
+#: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:179
+#: ../../mod/item.php:187 ../../mod/item.php:872 ../../mod/layouts.php:27
+#: ../../mod/layouts.php:39 ../../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/photos.php:68 ../../mod/photos.php:526
+#: ../../mod/notifications.php:66 ../../mod/appman.php:66 ../../index.php:186
+#: ../../index.php:361
+msgid "Permission denied."
+msgstr "Доступ запрещен."
-#: ../../include/profile_selectors.php:42
-msgid "Friends/Benefits"
+#: ../../include/photos.php:89
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Casual"
-msgstr "Случайный"
-
-#: ../../include/profile_selectors.php:42
-msgid "Engaged"
-msgstr "Помолвленный"
-
-#: ../../include/profile_selectors.php:42
-msgid "Married"
-msgstr "Женат"
-
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily married"
-msgstr "Мысленно женат"
-
-#: ../../include/profile_selectors.php:42
-msgid "Partners"
-msgstr "Партнеры"
+#: ../../include/photos.php:96
+msgid "Image file is empty."
+msgstr "файл пуст."
-#: ../../include/profile_selectors.php:42
-msgid "Cohabiting"
-msgstr "Сожительствующие"
+#: ../../include/photos.php:123 ../../mod/profile_photo.php:216
+msgid "Unable to process image"
+msgstr "Не удается обработать изображение"
-#: ../../include/profile_selectors.php:42
-msgid "Common law"
+#: ../../include/photos.php:186
+msgid "Photo storage failed."
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Happy"
-msgstr "Счастливый"
+#: ../../include/photos.php:315 ../../mod/photos.php:693
+#: ../../mod/photos.php:1190
+msgid "Upload New Photos"
+msgstr "Загрузить новые фотографии"
-#: ../../include/profile_selectors.php:42
-msgid "Not looking"
-msgstr "Не нуждаюсь"
+#: ../../include/acl_selectors.php:238
+msgid "Visible to everybody"
+msgstr "Видно всем"
-#: ../../include/profile_selectors.php:42
-msgid "Swinger"
+#: ../../include/acl_selectors.php:239
+msgid "Show"
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Betrayed"
+#: ../../include/acl_selectors.php:240
+msgid "Don't show"
msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Separated"
-msgstr ""
-
-#: ../../include/profile_selectors.php:42
-msgid "Unstable"
-msgstr "Колеблющийся"
+#: ../../include/acl_selectors.php:246 ../../mod/chat.php:209
+#: ../../mod/filestorage.php:126 ../../mod/photos.php:606
+#: ../../mod/photos.php:949
+msgid "Permissions"
+msgstr "Разрешения"
-#: ../../include/profile_selectors.php:42
-msgid "Divorced"
-msgstr "Разведенный"
+#: ../../include/acl_selectors.php:247 ../../include/ItemObject.php:289
+msgid "Close"
+msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily divorced"
-msgstr "Мысленно разведенный"
+#: ../../include/activities.php:39
+msgid " and "
+msgstr "и"
-#: ../../include/profile_selectors.php:42
-msgid "Widowed"
-msgstr "Овдовевший"
+#: ../../include/activities.php:47
+msgid "public profile"
+msgstr "Публичный профиль"
-#: ../../include/profile_selectors.php:42
-msgid "Uncertain"
-msgstr "Неопределенный"
+#: ../../include/activities.php:52
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s изменил %2$s на &ldquo;%3$s&rdquo;"
-#: ../../include/profile_selectors.php:42
-msgid "It's complicated"
-msgstr "Это сложно"
+#: ../../include/activities.php:53
+#, php-format
+msgid "Visit %1$s's %2$s"
+msgstr "Посетить %1$s's %2$s"
-#: ../../include/profile_selectors.php:42
-msgid "Don't care"
-msgstr "Не заботьтесь"
+#: ../../include/activities.php:56
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Ask me"
-msgstr "Спроси меня"
+#: ../../include/api.php:1016
+msgid "Public Timeline"
+msgstr "Публичная шкала времени"
-#: ../../include/attach.php:179 ../../include/attach.php:227
+#: ../../include/attach.php:224 ../../include/attach.php:278
msgid "Item was not found."
msgstr "Элемент не найден."
-#: ../../include/attach.php:280
+#: ../../include/attach.php:335
msgid "No source file."
msgstr "Нет исходного файла."
-#: ../../include/attach.php:297
+#: ../../include/attach.php:352
msgid "Cannot locate file to replace"
msgstr "Не удается найти файл, чтобы заменить"
-#: ../../include/attach.php:315
+#: ../../include/attach.php:370
msgid "Cannot locate file to revise/update"
msgstr "Не удается найти файл для пересмотра / обновления"
-#: ../../include/attach.php:326
+#: ../../include/attach.php:381
#, php-format
msgid "File exceeds size limit of %d"
msgstr "Файл превышает предельный размер %d"
-#: ../../include/attach.php:337
+#: ../../include/attach.php:393
#, php-format
msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
msgstr ""
-#: ../../include/attach.php:421
+#: ../../include/attach.php:475
msgid "File upload failed. Possible system limit or action terminated."
msgstr "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена."
-#: ../../include/attach.php:433
+#: ../../include/attach.php:487
msgid "Stored file could not be verified. Upload failed."
-msgstr ""
+msgstr "Файл для сохранения не проверен. Загрузка не удалась."
-#: ../../include/attach.php:477 ../../include/attach.php:494
+#: ../../include/attach.php:528 ../../include/attach.php:545
msgid "Path not available."
msgstr "Путь недоступен."
-#: ../../include/attach.php:544
+#: ../../include/attach.php:590
msgid "Empty pathname"
msgstr ""
-#: ../../include/attach.php:562
+#: ../../include/attach.php:606
msgid "duplicate filename or path"
msgstr ""
-#: ../../include/attach.php:587
+#: ../../include/attach.php:630
msgid "Path not found."
msgstr "Путь не найден."
-#: ../../include/attach.php:632
+#: ../../include/attach.php:674
msgid "mkdir failed."
msgstr ""
-#: ../../include/attach.php:636
+#: ../../include/attach.php:678
msgid "database storage failed."
msgstr ""
+#: ../../include/items.php:306 ../../mod/profperm.php:23
+#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:63
+#: ../../index.php:360
+msgid "Permission denied"
+msgstr "Доступ запрещен"
+
+#: ../../include/items.php:830
+msgid "(Unknown)"
+msgstr ""
+
+#: ../../include/items.php:3611 ../../mod/admin.php:159
+#: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/display.php:32
+#: ../../mod/filestorage.php:18 ../../mod/home.php:65 ../../mod/thing.php:78
+#: ../../mod/viewsrc.php:18
+msgid "Item not found."
+msgstr "Элемент не найден."
+
+#: ../../include/items.php:4035 ../../mod/group.php:38 ../../mod/group.php:140
+msgid "Collection not found."
+msgstr "Коллекция не найдена."
+
+#: ../../include/items.php:4050
+msgid "Collection is empty."
+msgstr "Коллекция пуста."
+
+#: ../../include/items.php:4057
+#, php-format
+msgid "Collection: %s"
+msgstr "Коллекции: %s"
+
+#: ../../include/items.php:4068
+#, php-format
+msgid "Connection: %s"
+msgstr "Контакты: %s"
+
+#: ../../include/items.php:4071
+msgid "Connection not found."
+msgstr "Контакт не найден."
+
+#: ../../include/bb2diaspora.php:441 ../../include/event.php:11
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
+
+#: ../../include/bb2diaspora.php:447 ../../include/event.php:20
+msgid "Starts:"
+msgstr "Начало:"
+
+#: ../../include/bb2diaspora.php:455 ../../include/event.php:30
+msgid "Finishes:"
+msgstr "\t\nКонец:"
+
+#: ../../include/bb2diaspora.php:463 ../../include/event.php:40
+#: ../../include/identity.php:726 ../../mod/directory.php:156
+#: ../../mod/dirprofile.php:105 ../../mod/events.php:485
+msgid "Location:"
+msgstr "Откуда:"
+
+#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1451
+msgid "Logout"
+msgstr "Выход"
+
+#: ../../include/nav.php:77 ../../include/nav.php:96
+msgid "End this session"
+msgstr "Закончить эту сессию"
+
+#: ../../include/nav.php:80 ../../include/nav.php:130
+msgid "Home"
+msgstr "Мой канал"
+
+#: ../../include/nav.php:80
+msgid "Your posts and conversations"
+msgstr "Ваши сообщения и разговоры"
+
+#: ../../include/nav.php:81
+msgid "Your profile page"
+msgstr "Страницa вашего профиля"
+
+#: ../../include/nav.php:83
+msgid "Edit Profiles"
+msgstr "Редактирование профилей"
+
+#: ../../include/nav.php:83
+msgid "Manage/Edit profiles"
+msgstr ""
+
+#: ../../include/nav.php:84
+msgid "Your photos"
+msgstr "Ваши фотографии"
+
+#: ../../include/nav.php:85
+msgid "Your files"
+msgstr "Ваши файлы"
+
+#: ../../include/nav.php:86 ../../include/apps.php:133
+msgid "Chat"
+msgstr "Чат"
+
+#: ../../include/nav.php:86
+msgid "Your chatrooms"
+msgstr "Ваши чаты"
+
+#: ../../include/nav.php:87
+msgid "Your events"
+msgstr "Ваши мероприятия"
+
+#: ../../include/nav.php:88
+msgid "Your bookmarks"
+msgstr "Ваши закладки"
+
+#: ../../include/nav.php:90
+msgid "Your webpages"
+msgstr ""
+
+#: ../../include/nav.php:94 ../../include/apps.php:118 ../../boot.php:1452
+msgid "Login"
+msgstr "Войти"
+
+#: ../../include/nav.php:94
+msgid "Sign in"
+msgstr "Войти"
+
+#: ../../include/nav.php:111
+#, php-format
+msgid "%s - click to logout"
+msgstr "%s - нажмите чтобы выйти"
+
+#: ../../include/nav.php:116
+msgid "Click to authenticate to your home hub"
+msgstr ""
+
+#: ../../include/nav.php:130
+msgid "Home Page"
+msgstr "Моя страница"
+
+#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1428
+msgid "Register"
+msgstr "Регистрация"
+
+#: ../../include/nav.php:134
+msgid "Create an account"
+msgstr "Создать аккаунт"
+
+#: ../../include/nav.php:139 ../../include/apps.php:129 ../../mod/help.php:60
+#: ../../mod/help.php:65
+msgid "Help"
+msgstr "Помощь"
+
+#: ../../include/nav.php:139
+msgid "Help and documentation"
+msgstr "Справочная информация и документация"
+
+#: ../../include/nav.php:142 ../../include/widgets.php:79
+#: ../../mod/apps.php:17 ../../mod/apps.php:36
+msgid "Apps"
+msgstr "Приложения"
+
+#: ../../include/nav.php:142
+msgid "Applications, utilities, links, games"
+msgstr ""
+
+#: ../../include/nav.php:144 ../../include/text.php:813
+#: ../../include/text.php:827 ../../include/apps.php:134
+#: ../../mod/search.php:29
+msgid "Search"
+msgstr "Поиск"
+
+#: ../../include/nav.php:144
+msgid "Search site content"
+msgstr "Поиск по содержанию сайту"
+
+#: ../../include/nav.php:147 ../../include/apps.php:128
+#: ../../mod/directory.php:210
+msgid "Directory"
+msgstr "Каталог"
+
+#: ../../include/nav.php:147
+msgid "Channel Locator"
+msgstr "Локатор каналов"
+
+#: ../../include/nav.php:158 ../../include/apps.php:120
+msgid "Matrix"
+msgstr "Матрица"
+
+#: ../../include/nav.php:158
+msgid "Your matrix"
+msgstr "Собственная матрица"
+
+#: ../../include/nav.php:159
+msgid "Mark all matrix notifications seen"
+msgstr "Пометить все оповещения матрицы как прочитанное"
+
+#: ../../include/nav.php:161 ../../include/apps.php:124
+msgid "Channel Home"
+msgstr ""
+
+#: ../../include/nav.php:161
+msgid "Channel home"
+msgstr ""
+
+#: ../../include/nav.php:162
+msgid "Mark all channel notifications seen"
+msgstr "Пометить все оповещения канала как прочитанное"
+
+#: ../../include/nav.php:165 ../../include/nav.php:188
+#: ../../mod/connections.php:385
+msgid "Connections"
+msgstr "Контакты"
+
+#: ../../include/nav.php:168
+msgid "Notices"
+msgstr "Оповещения"
+
+#: ../../include/nav.php:168
+msgid "Notifications"
+msgstr "Оповещения"
+
+#: ../../include/nav.php:169
+msgid "See all notifications"
+msgstr "Просмотреть все оповещения"
+
+#: ../../include/nav.php:170 ../../mod/notifications.php:99
+msgid "Mark all system notifications seen"
+msgstr "Пометить все оповещения как прочитанное"
+
+#: ../../include/nav.php:172 ../../include/apps.php:130
+msgid "Mail"
+msgstr "Переписка"
+
+#: ../../include/nav.php:172
+msgid "Private mail"
+msgstr "Ваша личная переписка"
+
+#: ../../include/nav.php:173
+msgid "See all private messages"
+msgstr "Просмотреть все личные сообщения"
+
+#: ../../include/nav.php:174
+msgid "Mark all private messages seen"
+msgstr "Пометить все личные сообщения как прочитанное"
+
+#: ../../include/nav.php:175
+msgid "Inbox"
+msgstr "Входящие"
+
+#: ../../include/nav.php:176
+msgid "Outbox"
+msgstr "Исходящие"
+
+#: ../../include/nav.php:177 ../../include/widgets.php:536
+msgid "New Message"
+msgstr "Новое личное сообщение"
+
+#: ../../include/nav.php:180
+msgid "Event Calendar"
+msgstr "Календарь мероприятий"
+
+#: ../../include/nav.php:181
+msgid "See all events"
+msgstr "Показать все мероприятия"
+
+#: ../../include/nav.php:182
+msgid "Mark all events seen"
+msgstr "Пометить все мероприятия как прочитанное"
+
+#: ../../include/nav.php:184 ../../include/apps.php:119
+msgid "Channel Select"
+msgstr "Выбор каналов"
+
+#: ../../include/nav.php:184
+msgid "Manage Your Channels"
+msgstr "Управление каналов"
+
+#: ../../include/nav.php:186 ../../include/apps.php:121
+#: ../../include/widgets.php:514 ../../mod/admin.php:976
+#: ../../mod/admin.php:1181
+msgid "Settings"
+msgstr "Настройки"
+
+#: ../../include/nav.php:186
+msgid "Account/Channel Settings"
+msgstr "Настройки аккаунта/канала"
+
+#: ../../include/nav.php:188
+msgid "Manage/Edit Friends and Connections"
+msgstr "Управление/Редактирование друзей и связей"
+
+#: ../../include/nav.php:195 ../../mod/admin.php:117
+msgid "Admin"
+msgstr "Администрация"
+
+#: ../../include/nav.php:195
+msgid "Site Setup and Configuration"
+msgstr "Установка и конфигурация сайта"
+
+#: ../../include/nav.php:220
+msgid "Nothing new here"
+msgstr "Ничего нового здесь"
+
+#: ../../include/nav.php:224
+msgid "Please wait..."
+msgstr "Подождите пожалуйста ..."
+
+#: ../../include/bookmarks.php:42
+#, php-format
+msgid "%1$s's bookmarks"
+msgstr "Закладки пользователя %1$s"
+
+#: ../../include/chat.php:10
+msgid "Missing room name"
+msgstr ""
+
+#: ../../include/chat.php:19
+msgid "Duplicate room name"
+msgstr ""
+
+#: ../../include/chat.php:68 ../../include/chat.php:76
+msgid "Invalid room specifier."
+msgstr ""
+
+#: ../../include/chat.php:105
+msgid "Room not found."
+msgstr ""
+
+#: ../../include/chat.php:126
+msgid "Room is full"
+msgstr ""
+
#: ../../include/taxonomy.php:210
msgid "Tags"
msgstr "Тэги"
@@ -2201,2432 +1291,2648 @@ msgstr "хотеть"
msgid "wants"
msgstr "хочет"
-#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:175
+#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:208
msgid "like"
-msgstr "мне нравиться"
+msgstr "нравится"
#: ../../include/taxonomy.php:254
msgid "likes"
-msgstr "мне нравиться"
+msgstr "нравится"
-#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:176
+#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:209
msgid "dislike"
-msgstr "мне не-нравиться"
+msgstr "не-нравится"
#: ../../include/taxonomy.php:255
msgid "dislikes"
-msgstr "мне не-нравиться"
+msgstr "не-нравится"
-#: ../../include/account.php:23
-msgid "Not a valid email address"
-msgstr "Не действительный адрес электронной почты"
+#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185
+#: ../../view/theme/redbasic/php/config.php:84
+msgid "Default"
+msgstr "По умолчанию"
-#: ../../include/account.php:25
-msgid "Your email domain is not among those allowed on this site"
-msgstr "Домен электронной почты не входит в число тех, которые разрешены на этом сайте"
+#: ../../include/contact_selectors.php:30
+msgid "Unknown | Not categorised"
+msgstr "Неизвестные | Без категории"
-#: ../../include/account.php:31
-msgid "Your email address is already registered at this site."
-msgstr "Ваш адрес электронной почты уже зарегистрирован на этом сайте."
+#: ../../include/contact_selectors.php:31
+msgid "Block immediately"
+msgstr "Немедленно заблокировать"
-#: ../../include/account.php:64
-msgid "An invitation is required."
-msgstr "Требуется приглашение."
+#: ../../include/contact_selectors.php:32
+msgid "Shady, spammer, self-marketer"
+msgstr ""
-#: ../../include/account.php:68
-msgid "Invitation could not be verified."
-msgstr "Не удалось проверить приглашение."
+#: ../../include/contact_selectors.php:33
+msgid "Known to me, but no opinion"
+msgstr "Известныo мне, но нет своего мнения"
-#: ../../include/account.php:119
-msgid "Please enter the required information."
-msgstr "Пожалуйста, введите необходимую информацию."
+#: ../../include/contact_selectors.php:34
+msgid "OK, probably harmless"
+msgstr "OK, наверное безвредно"
-#: ../../include/account.php:187
-msgid "Failed to store account information."
-msgstr "Не удалось сохранить информацию аккаунта."
+#: ../../include/contact_selectors.php:35
+msgid "Reputable, has my trust"
+msgstr "Авторитетно, имеет мое доверие"
-#: ../../include/account.php:273
+#: ../../include/contact_selectors.php:54
+msgid "Frequently"
+msgstr "Часто"
+
+#: ../../include/contact_selectors.php:55
+msgid "Hourly"
+msgstr "Ежечасно"
+
+#: ../../include/contact_selectors.php:56
+msgid "Twice daily"
+msgstr "Два раза в день"
+
+#: ../../include/contact_selectors.php:57
+msgid "Daily"
+msgstr "Ежедневно"
+
+#: ../../include/contact_selectors.php:58
+msgid "Weekly"
+msgstr "Еженедельно"
+
+#: ../../include/contact_selectors.php:59
+msgid "Monthly"
+msgstr "Ежемесячно"
+
+#: ../../include/contact_selectors.php:74
+msgid "Friendica"
+msgstr "Friendica"
+
+#: ../../include/contact_selectors.php:75
+msgid "OStatus"
+msgstr "OStatus"
+
+#: ../../include/contact_selectors.php:76
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
+
+#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753
+#: ../../mod/admin.php:762 ../../boot.php:1454
+msgid "Email"
+msgstr "E-mail"
+
+#: ../../include/contact_selectors.php:78
+msgid "Diaspora"
+msgstr "Diaspora"
+
+#: ../../include/contact_selectors.php:79
+msgid "Facebook"
+msgstr "Facebook"
+
+#: ../../include/contact_selectors.php:80
+msgid "Zot!"
+msgstr "Zot!"
+
+#: ../../include/contact_selectors.php:81
+msgid "LinkedIn"
+msgstr "LinkedIn"
+
+#: ../../include/contact_selectors.php:82
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
+
+#: ../../include/contact_selectors.php:83
+msgid "MySpace"
+msgstr "MySpace"
+
+#: ../../include/contact_widgets.php:14
#, php-format
-msgid "Registration request at %s"
-msgstr "Требуется регистрация на %s"
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "имеется %d приглашение"
+msgstr[1] "имеются %d приглашения"
+msgstr[2] "имеется %d приглашений"
-#: ../../include/account.php:275 ../../include/account.php:302
-#: ../../include/account.php:359
-msgid "Administrator"
-msgstr "Администратор"
+#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445
+msgid "Advanced"
+msgstr "Дополнительно"
-#: ../../include/account.php:297
-msgid "your registration password"
-msgstr "Ваш пароль регистрации"
+#: ../../include/contact_widgets.php:22
+msgid "Find Channels"
+msgstr "Поиск контактов"
-#: ../../include/account.php:300 ../../include/account.php:357
+#: ../../include/contact_widgets.php:23
+msgid "Enter name or interest"
+msgstr "Впишите имя или интерес"
+
+#: ../../include/contact_widgets.php:24
+msgid "Connect/Follow"
+msgstr "Подключить/следовать"
+
+#: ../../include/contact_widgets.php:25
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Примеры: Владимир Ильич, Революционер"
+
+#: ../../include/contact_widgets.php:26 ../../mod/connections.php:391
+#: ../../mod/directory.php:206 ../../mod/directory.php:211
+msgid "Find"
+msgstr "Поиск"
+
+#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59
+msgid "Channel Suggestions"
+msgstr "Рекомендации каналов"
+
+#: ../../include/contact_widgets.php:29
+msgid "Random Profile"
+msgstr "Случайные"
+
+#: ../../include/contact_widgets.php:30
+msgid "Invite Friends"
+msgstr "Пригласить друзей"
+
+#: ../../include/contact_widgets.php:32
+msgid "Exammple: name=fred and country=iceland"
+msgstr ""
+
+#: ../../include/contact_widgets.php:33
+msgid "Advanced Find"
+msgstr ""
+
+#: ../../include/contact_widgets.php:58 ../../include/features.php:66
+#: ../../include/widgets.php:296
+msgid "Saved Folders"
+msgstr "Запомненные папки"
+
+#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:95
+#: ../../include/widgets.php:299
+msgid "Everything"
+msgstr "Все"
+
+#: ../../include/contact_widgets.php:92 ../../include/widgets.php:29
+msgid "Categories"
+msgstr "Категории"
+
+#: ../../include/contact_widgets.php:125
#, php-format
-msgid "Registration details for %s"
-msgstr "Регистрационные данные для %s"
+msgid "%d connection in common"
+msgid_plural "%d connections in common"
+msgstr[0] "%d совместный контакт"
+msgstr[1] "%d совместных контакта"
+msgstr[2] "%d совместных контактов"
-#: ../../include/account.php:366
-msgid "Account approved."
-msgstr "Аккаунт утвержден."
+#: ../../include/contact_widgets.php:130
+msgid "show more"
+msgstr "показать все"
-#: ../../include/account.php:400
+#: ../../include/event.php:326
+msgid "This event has been added to your calendar."
+msgstr ""
+
+#: ../../include/reddav.php:1045
+msgid "Edit File properties"
+msgstr ""
+
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "Прочее"
+
+#: ../../include/datetime.php:152 ../../include/datetime.php:284
+msgid "year"
+msgstr "год"
+
+#: ../../include/datetime.php:157 ../../include/datetime.php:285
+msgid "month"
+msgstr "месяц"
+
+#: ../../include/datetime.php:162 ../../include/datetime.php:287
+msgid "day"
+msgstr "день"
+
+#: ../../include/datetime.php:275
+msgid "never"
+msgstr "никогда"
+
+#: ../../include/datetime.php:281
+msgid "less than a second ago"
+msgstr "менее чем одну секунду назад"
+
+#: ../../include/datetime.php:284
+msgid "years"
+msgstr "лет"
+
+#: ../../include/datetime.php:285
+msgid "months"
+msgstr "мес."
+
+#: ../../include/datetime.php:286
+msgid "week"
+msgstr "неделя"
+
+#: ../../include/datetime.php:286
+msgid "weeks"
+msgstr "недель"
+
+#: ../../include/datetime.php:287
+msgid "days"
+msgstr "дней"
+
+#: ../../include/datetime.php:288
+msgid "hour"
+msgstr "час"
+
+#: ../../include/datetime.php:288
+msgid "hours"
+msgstr "часов"
+
+#: ../../include/datetime.php:289
+msgid "minute"
+msgstr "минута"
+
+#: ../../include/datetime.php:289
+msgid "minutes"
+msgstr "мин."
+
+#: ../../include/datetime.php:290
+msgid "second"
+msgstr "секунда"
+
+#: ../../include/datetime.php:290
+msgid "seconds"
+msgstr "секунд"
+
+#: ../../include/datetime.php:299
#, php-format
-msgid "Registration revoked for %s"
-msgstr "Регистрация отозвана для %s"
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s назад"
+
+#: ../../include/datetime.php:504
+#, php-format
+msgid "%1$s's birthday"
+msgstr ""
+
+#: ../../include/datetime.php:505
+#, php-format
+msgid "Happy Birthday %1$s"
+msgstr ""
-#: ../../include/dir_fns.php:15
+#: ../../include/dir_fns.php:36
msgid "Sort Options"
msgstr ""
-#: ../../include/dir_fns.php:16
+#: ../../include/dir_fns.php:37
msgid "Alphabetic"
msgstr "По алфавиту"
-#: ../../include/dir_fns.php:17
+#: ../../include/dir_fns.php:38
msgid "Reverse Alphabetic"
msgstr "По обратному алфавиту"
-#: ../../include/dir_fns.php:18
+#: ../../include/dir_fns.php:39
msgid "Newest to Oldest"
msgstr "От новых к старым"
-#: ../../include/dir_fns.php:30
+#: ../../include/dir_fns.php:51
msgid "Enable Safe Search"
msgstr ""
-#: ../../include/dir_fns.php:32
+#: ../../include/dir_fns.php:53
msgid "Disable Safe Search"
msgstr ""
-#: ../../include/dir_fns.php:34
+#: ../../include/dir_fns.php:55
msgid "Safe Mode"
-msgstr ""
+msgstr "Безопасный режим"
-#: ../../include/enotify.php:40
+#: ../../include/enotify.php:41
msgid "Red Matrix Notification"
msgstr "Оповещения Red матрицы"
-#: ../../include/enotify.php:41
+#: ../../include/enotify.php:42
msgid "redmatrix"
msgstr "redmatrix"
-#: ../../include/enotify.php:43
+#: ../../include/enotify.php:44
msgid "Thank You,"
msgstr "Спасибо,"
-#: ../../include/enotify.php:45
+#: ../../include/enotify.php:46
#, php-format
msgid "%s Administrator"
msgstr "%s администратор"
-#: ../../include/enotify.php:80
+#: ../../include/enotify.php:81
#, php-format
msgid "%s <!item_type!>"
msgstr "%s <!item_type!>"
-#: ../../include/enotify.php:84
+#: ../../include/enotify.php:85
#, php-format
msgid "[Red:Notify] New mail received at %s"
msgstr "[Red:Уведомление] Получено новое сообщение в %s"
-#: ../../include/enotify.php:86
+#: ../../include/enotify.php:87
#, php-format
msgid "%1$s, %2$s sent you a new private message at %3$s."
msgstr ""
-#: ../../include/enotify.php:87
+#: ../../include/enotify.php:88
#, php-format
msgid "%1$s sent you %2$s."
msgstr "%1$s послал вам %2$s."
-#: ../../include/enotify.php:87
+#: ../../include/enotify.php:88
msgid "a private message"
msgstr "личное сообщение"
-#: ../../include/enotify.php:88
+#: ../../include/enotify.php:89
#, php-format
msgid "Please visit %s to view and/or reply to your private messages."
msgstr "Пожалуйста, посетите %s для просмотра и/или ответа на ваши личные сообщения."
-#: ../../include/enotify.php:142
+#: ../../include/enotify.php:144
#, php-format
msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]"
msgstr ""
-#: ../../include/enotify.php:150
+#: ../../include/enotify.php:152
#, php-format
msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]"
msgstr ""
-#: ../../include/enotify.php:159
+#: ../../include/enotify.php:161
#, php-format
msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]"
msgstr ""
-#: ../../include/enotify.php:170
+#: ../../include/enotify.php:172
#, php-format
msgid "[Red:Notify] Comment to conversation #%1$d by %2$s"
msgstr "[Red:Уведомление] Комментарий к разговору #%1$d по %2$s"
-#: ../../include/enotify.php:171
+#: ../../include/enotify.php:173
#, php-format
msgid "%1$s, %2$s commented on an item/conversation you have been following."
msgstr ""
-#: ../../include/enotify.php:174 ../../include/enotify.php:189
-#: ../../include/enotify.php:215 ../../include/enotify.php:234
-#: ../../include/enotify.php:248
+#: ../../include/enotify.php:176 ../../include/enotify.php:191
+#: ../../include/enotify.php:217 ../../include/enotify.php:236
+#: ../../include/enotify.php:250
#, php-format
msgid "Please visit %s to view and/or reply to the conversation."
msgstr "Пожалуйста, посетите %s для просмотра и/или ответа разговора."
-#: ../../include/enotify.php:180
+#: ../../include/enotify.php:182
#, php-format
msgid "[Red:Notify] %s posted to your profile wall"
msgstr "[Red:Уведомление] %s добавил сообщениe на стену вашего профиля"
-#: ../../include/enotify.php:182
+#: ../../include/enotify.php:184
#, php-format
msgid "%1$s, %2$s posted to your profile wall at %3$s"
msgstr ""
-#: ../../include/enotify.php:184
+#: ../../include/enotify.php:186
#, php-format
msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]"
msgstr ""
-#: ../../include/enotify.php:208
+#: ../../include/enotify.php:210
#, php-format
msgid "[Red:Notify] %s tagged you"
msgstr "[Red:Уведомление] %s добавил у вас тег"
-#: ../../include/enotify.php:209
+#: ../../include/enotify.php:211
#, php-format
msgid "%1$s, %2$s tagged you at %3$s"
msgstr ""
-#: ../../include/enotify.php:210
+#: ../../include/enotify.php:212
#, php-format
msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]."
msgstr ""
-#: ../../include/enotify.php:223
+#: ../../include/enotify.php:225
#, php-format
msgid "[Red:Notify] %1$s poked you"
msgstr "[Red:Уведомление] %1$s подпихнул вас"
-#: ../../include/enotify.php:224
+#: ../../include/enotify.php:226
#, php-format
msgid "%1$s, %2$s poked you at %3$s"
msgstr ""
-#: ../../include/enotify.php:225
+#: ../../include/enotify.php:227
#, php-format
msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]."
msgstr ""
-#: ../../include/enotify.php:241
+#: ../../include/enotify.php:243
#, php-format
msgid "[Red:Notify] %s tagged your post"
msgstr "[Red:Уведомление] %s добавил у вас в сообщении тег"
-#: ../../include/enotify.php:242
+#: ../../include/enotify.php:244
#, php-format
msgid "%1$s, %2$s tagged your post at %3$s"
msgstr ""
-#: ../../include/enotify.php:243
+#: ../../include/enotify.php:245
#, php-format
msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]"
msgstr ""
-#: ../../include/enotify.php:255
+#: ../../include/enotify.php:257
msgid "[Red:Notify] Introduction received"
msgstr "[Red:Уведомление] введение получено"
-#: ../../include/enotify.php:256
+#: ../../include/enotify.php:258
#, php-format
-msgid "%1$s, you've received an introduction from '%2$s' at %3$s"
+msgid "%1$s, you've received an new connection request from '%2$s' at %3$s"
msgstr ""
-#: ../../include/enotify.php:257
+#: ../../include/enotify.php:259
#, php-format
-msgid "%1$s, you've received [zrl=%2$s]an introduction[/zrl] from %3$s."
+msgid ""
+"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s."
msgstr ""
-#: ../../include/enotify.php:261 ../../include/enotify.php:280
+#: ../../include/enotify.php:263 ../../include/enotify.php:282
#, php-format
msgid "You may visit their profile at %s"
msgstr "Вы можете посетить ​​профиль в %s"
-#: ../../include/enotify.php:263
+#: ../../include/enotify.php:265
#, php-format
-msgid "Please visit %s to approve or reject the introduction."
+msgid "Please visit %s to approve or reject the connection request."
msgstr ""
-#: ../../include/enotify.php:270
+#: ../../include/enotify.php:272
msgid "[Red:Notify] Friend suggestion received"
msgstr "[Red:Уведомление] Получено предложение дружить"
-#: ../../include/enotify.php:271
+#: ../../include/enotify.php:273
#, php-format
msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s"
msgstr ""
-#: ../../include/enotify.php:272
+#: ../../include/enotify.php:274
#, php-format
msgid ""
"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from "
"%4$s."
msgstr ""
-#: ../../include/enotify.php:278
+#: ../../include/enotify.php:280
msgid "Name:"
msgstr "Имя:"
-#: ../../include/enotify.php:279
+#: ../../include/enotify.php:281
msgid "Photo:"
msgstr "Фото:"
-#: ../../include/enotify.php:282
+#: ../../include/enotify.php:284
#, php-format
msgid "Please visit %s to approve or reject the suggestion."
msgstr ""
-#: ../../include/auth.php:69
-msgid "Logged out."
-msgstr "Вышел из системы."
-
-#: ../../include/auth.php:181
-msgid "Failed authentication"
-msgstr "Ошибка аутентификации"
+#: ../../include/features.php:23
+msgid "General Features"
+msgstr "Главные функции"
-#: ../../include/auth.php:190
-msgid "Login failed."
-msgstr "Не удалось войти."
+#: ../../include/features.php:25
+msgid "Content Expiration"
+msgstr ""
-#: ../../include/contact_widgets.php:14
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "имеется %d приглашение"
-msgstr[1] "имеются %d приглашения"
-msgstr[2] "имеется %d приглашений"
+#: ../../include/features.php:25
+msgid "Remove posts/comments and/or private messages at a future time"
+msgstr "Удалять посты/комментарии и/или личные сообщения"
-#: ../../include/contact_widgets.php:20
-msgid "Find Channels"
-msgstr "Поиск контактов"
+#: ../../include/features.php:26
+msgid "Multiple Profiles"
+msgstr "Несколько профилей"
-#: ../../include/contact_widgets.php:21
-msgid "Enter name or interest"
-msgstr "Впишите имя или интерес"
+#: ../../include/features.php:26
+msgid "Ability to create multiple profiles"
+msgstr "Возможность создания нескольких профилей"
-#: ../../include/contact_widgets.php:22
-msgid "Connect/Follow"
-msgstr "Подключить/следовать"
+#: ../../include/features.php:27
+msgid "Web Pages"
+msgstr "Веб-страницы"
-#: ../../include/contact_widgets.php:23
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Примеры: Владимир Ильич, Революционер"
+#: ../../include/features.php:27
+msgid "Provide managed web pages on your channel"
+msgstr ""
-#: ../../include/contact_widgets.php:24 ../../mod/directory.php:205
-#: ../../mod/directory.php:210 ../../mod/connections.php:355
-msgid "Find"
-msgstr "Поиск"
+#: ../../include/features.php:28
+msgid "Private Notes"
+msgstr "Личные заметки"
-#: ../../include/contact_widgets.php:25 ../../mod/suggest.php:59
-msgid "Channel Suggestions"
-msgstr "Рекомендации каналов"
+#: ../../include/features.php:28
+msgid "Enables a tool to store notes and reminders"
+msgstr ""
-#: ../../include/contact_widgets.php:27
-msgid "Random Profile"
-msgstr "Случайные"
+#: ../../include/features.php:33
+msgid "Extended Identity Sharing"
+msgstr "Расширенный обмен идентичности"
-#: ../../include/contact_widgets.php:28
-msgid "Invite Friends"
-msgstr "Пригласить друзей"
+#: ../../include/features.php:33
+msgid ""
+"Share your identity with all websites on the internet. When disabled, "
+"identity is only shared with sites in the matrix."
+msgstr ""
-#: ../../include/contact_widgets.php:120
-#, php-format
-msgid "%d connection in common"
-msgid_plural "%d connections in common"
-msgstr[0] "%d совместный контакт"
-msgstr[1] "%d совместных контакта"
-msgstr[2] "%d совместных контактов"
+#: ../../include/features.php:34
+msgid "Expert Mode"
+msgstr "Экспертный режим"
-#: ../../include/page_widgets.php:6
-msgid "New Page"
-msgstr "Новая страница"
+#: ../../include/features.php:34
+msgid "Enable Expert Mode to provide advanced configuration options"
+msgstr ""
-#: ../../include/page_widgets.php:8 ../../include/ItemObject.php:96
-#: ../../mod/thing.php:229 ../../mod/webpages.php:118 ../../mod/menu.php:55
-#: ../../mod/layouts.php:102 ../../mod/filestorage.php:171
-#: ../../mod/settings.php:569 ../../mod/editlayout.php:101
-#: ../../mod/editpost.php:98 ../../mod/blocks.php:93
-#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:115
-msgid "Edit"
-msgstr "Редактировать"
+#: ../../include/features.php:35
+msgid "Premium Channel"
+msgstr "Премиум канал"
-#: ../../include/plugin.php:475 ../../include/plugin.php:477
-msgid "Click here to upgrade."
-msgstr "Нажмите здесь, чтобы обновить."
+#: ../../include/features.php:35
+msgid ""
+"Allows you to set restrictions and terms on those that connect with your "
+"channel"
+msgstr ""
-#: ../../include/plugin.php:483
-msgid "This action exceeds the limits set by your subscription plan."
+#: ../../include/features.php:40
+msgid "Post Composition Features"
msgstr ""
-#: ../../include/plugin.php:488
-msgid "This action is not available under your subscription plan."
+#: ../../include/features.php:41
+msgid "Richtext Editor"
+msgstr "Редактор RichText"
+
+#: ../../include/features.php:41
+msgid "Enable richtext editor"
+msgstr "Включить редактор RichText"
+
+#: ../../include/features.php:42
+msgid "Post Preview"
+msgstr "Предварительный просмотр сообщения"
+
+#: ../../include/features.php:42
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией"
+
+#: ../../include/features.php:43 ../../include/widgets.php:503
+#: ../../mod/sources.php:88
+msgid "Channel Sources"
msgstr ""
-#: ../../include/follow.php:21
-msgid "Channel is blocked on this site."
-msgstr "Канал блокируется на этом сайте."
+#: ../../include/features.php:43
+msgid "Automatically import channel content from other channels or feeds"
+msgstr ""
-#: ../../include/follow.php:26
-msgid "Channel location missing."
-msgstr "Местоположение канала отсутствует."
+#: ../../include/features.php:44
+msgid "Even More Encryption"
+msgstr ""
-#: ../../include/follow.php:43
-msgid "Channel discovery failed. Website may be down or misconfigured."
+#: ../../include/features.php:44
+msgid ""
+"Allow optional encryption of content end-to-end with a shared secret key"
msgstr ""
-#: ../../include/follow.php:51
-msgid "Response from remote channel was not understood."
+#: ../../include/features.php:49
+msgid "Network and Stream Filtering"
+msgstr "Фильтрация сети и потока"
+
+#: ../../include/features.php:50
+msgid "Search by Date"
+msgstr "Поиск по дате"
+
+#: ../../include/features.php:50
+msgid "Ability to select posts by date ranges"
+msgstr "Возможность выбора сообщений по датам"
+
+#: ../../include/features.php:51
+msgid "Collections Filter"
+msgstr "Фильтр коллекций"
+
+#: ../../include/features.php:51
+msgid "Enable widget to display Network posts only from selected collections"
msgstr ""
-#: ../../include/follow.php:58
-msgid "Response from remote channel was incomplete."
+#: ../../include/features.php:52 ../../include/widgets.php:265
+msgid "Saved Searches"
+msgstr "Запомненные поиски"
+
+#: ../../include/features.php:52
+msgid "Save search terms for re-use"
+msgstr "Сохранять результаты поиска для повторного использования"
+
+#: ../../include/features.php:53
+msgid "Network Personal Tab"
+msgstr "Сеть - Личная вкладка"
+
+#: ../../include/features.php:53
+msgid "Enable tab to display only Network posts that you've interacted on"
msgstr ""
-#: ../../include/follow.php:129
-msgid "local account not found."
-msgstr "локальный аккаунт не найден."
+#: ../../include/features.php:54
+msgid "Network New Tab"
+msgstr "Сеть - Новая вкладка"
-#: ../../include/follow.php:138
-msgid "Cannot connect to yourself."
-msgstr "Нельзя подключиться к самому себе."
+#: ../../include/features.php:54
+msgid "Enable tab to display all new Network activity"
+msgstr ""
-#: ../../include/permissions.php:13
-msgid "Can view my \"public\" stream and posts"
-msgstr "Может просматривать мои \"публичные\" поток и сообщения"
+#: ../../include/features.php:55
+msgid "Affinity Tool"
+msgstr "Инструмент сходства или соответствия"
-#: ../../include/permissions.php:14
-msgid "Can view my \"public\" channel profile"
-msgstr "Может просматривать мой \"публичный\" профиль канала"
+#: ../../include/features.php:55
+msgid "Filter stream activity by depth of relationships"
+msgstr ""
-#: ../../include/permissions.php:15
-msgid "Can view my \"public\" photo albums"
-msgstr "Может просматривать мои \"публичные\" фотоальбомы"
+#: ../../include/features.php:56
+msgid "Suggest Channels"
+msgstr ""
-#: ../../include/permissions.php:16
-msgid "Can view my \"public\" address book"
-msgstr "Может просматривать мою \"публичную\" адресную книгу"
+#: ../../include/features.php:56
+msgid "Show channel suggestions"
+msgstr ""
-#: ../../include/permissions.php:17
-msgid "Can view my \"public\" file storage"
-msgstr "Может просматривать мои \"публичные\" файлы"
+#: ../../include/features.php:61
+msgid "Post/Comment Tools"
+msgstr "Инструменты сообщений/комментарий "
-#: ../../include/permissions.php:18
-msgid "Can view my \"public\" pages"
-msgstr "Может просматривать мои \"публичные\" страницы"
+#: ../../include/features.php:63
+msgid "Edit Sent Posts"
+msgstr "Редактировать отправленные сообщения"
-#: ../../include/permissions.php:21
-msgid "Can send me their channel stream and posts"
-msgstr "Может прислать мне свои потоки и сообщения"
+#: ../../include/features.php:63
+msgid "Edit and correct posts and comments after sending"
+msgstr "Редактировать и исправлять сообщения и комментарии после отправки"
-#: ../../include/permissions.php:22
-msgid "Can post on my channel page (\"wall\")"
-msgstr "Может публиковать на моей странице канала (\"стена\")"
+#: ../../include/features.php:64
+msgid "Tagging"
+msgstr "Пометка"
-#: ../../include/permissions.php:23
-msgid "Can comment on my posts"
-msgstr "Может комментировать мои сообщения"
+#: ../../include/features.php:64
+msgid "Ability to tag existing posts"
+msgstr ""
-#: ../../include/permissions.php:24
-msgid "Can send me private mail messages"
-msgstr "Может отправлять мне личные сообщения по эл. почте"
+#: ../../include/features.php:65
+msgid "Post Categories"
+msgstr "Категории сообщения"
-#: ../../include/permissions.php:25
-msgid "Can post photos to my photo albums"
-msgstr "Может публиковать фотографии в мои фотоальбомы"
+#: ../../include/features.php:65
+msgid "Add categories to your posts"
+msgstr "Добавить категории для ваших сообщений"
-#: ../../include/permissions.php:26
-msgid "Can forward to all my channel contacts via post @mentions"
+#: ../../include/features.php:66
+msgid "Ability to file posts under folders"
msgstr ""
-#: ../../include/permissions.php:26
-msgid "Advanced - useful for creating group forum channels"
+#: ../../include/features.php:67
+msgid "Dislike Posts"
+msgstr "Сообщение не нравится"
+
+#: ../../include/features.php:67
+msgid "Ability to dislike posts/comments"
msgstr ""
-#: ../../include/permissions.php:27
-msgid "Can chat with me (when available)"
-msgstr "Можете общаться со мной в чате (при наличии)"
+#: ../../include/features.php:68
+msgid "Star Posts"
+msgstr "Помечать сообщения"
-#: ../../include/permissions.php:27
-msgid "Requires compatible chat plugin"
-msgstr "Требуется совместимый чат-плагин"
+#: ../../include/features.php:68
+msgid "Ability to mark special posts with a star indicator"
+msgstr ""
-#: ../../include/permissions.php:28
-msgid "Can write to my \"public\" file storage"
+#: ../../include/features.php:69
+msgid "Tag Cloud"
+msgstr "Облако тегов"
+
+#: ../../include/features.php:69
+msgid "Provide a personal tag cloud on your channel page"
msgstr ""
-#: ../../include/permissions.php:29
-msgid "Can edit my \"public\" pages"
-msgstr "Может редактировать мои \"публичные\" страницы"
+#: ../../include/follow.php:23
+msgid "Channel is blocked on this site."
+msgstr "Канал блокируется на этом сайте."
-#: ../../include/permissions.php:31
-msgid "Can source my \"public\" posts in derived channels"
+#: ../../include/follow.php:28
+msgid "Channel location missing."
+msgstr "Местоположение канала отсутствует."
+
+#: ../../include/follow.php:54
+msgid "Response from remote channel was incomplete."
msgstr ""
-#: ../../include/permissions.php:31
-msgid "Somewhat advanced - very useful in open communities"
+#: ../../include/follow.php:85
+msgid "Channel was deleted and no longer exists."
msgstr ""
-#: ../../include/permissions.php:32
-msgid "Can administer my channel resources"
-msgstr "Может администрировать мои ресурсы канала"
+#: ../../include/follow.php:132
+msgid "Channel discovery failed."
+msgstr "Не удалось обнаружить канал."
-#: ../../include/permissions.php:32
+#: ../../include/follow.php:149
+msgid "local account not found."
+msgstr "локальный аккаунт не найден."
+
+#: ../../include/follow.php:158
+msgid "Cannot connect to yourself."
+msgstr "Нельзя подключиться к самому себе."
+
+#: ../../include/group.php:25
msgid ""
-"Extremely advanced. Leave this alone unless you know what you are doing"
+"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."
msgstr ""
-#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:62
-#: ../../view/theme/apw/php/config.php:176
-msgid "Default"
-msgstr "По умолчанию"
+#: ../../include/group.php:223
+msgid "Default privacy group for new contacts"
+msgstr "Группа конфиденциальности по умолчанию для новых контактов"
+
+#: ../../include/group.php:242 ../../mod/admin.php:762
+msgid "All Channels"
+msgstr "Все каналы"
+
+#: ../../include/group.php:264
+msgid "edit"
+msgstr "редактировать"
+
+#: ../../include/group.php:285
+msgid "Collections"
+msgstr "Коллекции"
+
+#: ../../include/group.php:286
+msgid "Edit collection"
+msgstr "Редактировать коллекцию"
+
+#: ../../include/group.php:287
+msgid "Create a new collection"
+msgstr "Создать новую коллекцию"
+
+#: ../../include/group.php:288
+msgid "Channels not in any collection"
+msgstr "Контакты не в какой коллекции"
+
+#: ../../include/group.php:290 ../../include/widgets.php:266
+msgid "add"
+msgstr "добавить"
-#: ../../include/identity.php:29 ../../mod/item.php:1143
+#: ../../include/identity.php:30 ../../mod/item.php:1244
msgid "Unable to obtain identity information from database"
msgstr "Невозможно получить идентификационную информацию из базы данных"
-#: ../../include/identity.php:62
+#: ../../include/identity.php:63
msgid "Empty name"
msgstr "Пустое имя"
-#: ../../include/identity.php:64
+#: ../../include/identity.php:65
msgid "Name too long"
msgstr "Слишком длинное имя"
-#: ../../include/identity.php:143
+#: ../../include/identity.php:166
msgid "No account identifier"
msgstr "идентификатор аккаунта отсутствует"
-#: ../../include/identity.php:153
+#: ../../include/identity.php:176
msgid "Nickname is required."
msgstr "Требуется псевдоним."
-#: ../../include/identity.php:167
+#: ../../include/identity.php:190
+msgid "Reserved nickname. Please choose another."
+msgstr ""
+
+#: ../../include/identity.php:195
msgid ""
"Nickname has unsupported characters or is already being used on this site."
msgstr "Псевдоним имеет недопустимые символы или уже используется на этом сайте."
-#: ../../include/identity.php:226
+#: ../../include/identity.php:258
msgid "Unable to retrieve created identity"
msgstr ""
-#: ../../include/identity.php:285
+#: ../../include/identity.php:317
msgid "Default Profile"
msgstr "Профиль по умолчанию"
-#: ../../include/identity.php:477
+#: ../../include/identity.php:342 ../../include/widgets.php:400
+#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:431
+msgid "Friends"
+msgstr "Друзья"
+
+#: ../../include/identity.php:509
msgid "Requested channel is not available."
msgstr "Запрашиваемый канал не доступен."
-#: ../../include/identity.php:489
-msgid " Sorry, you don't have the permission to view this profile. "
-msgstr ""
-
-#: ../../include/identity.php:524 ../../mod/webpages.php:8
-#: ../../mod/connect.php:13 ../../mod/layouts.php:8
-#: ../../mod/achievements.php:8 ../../mod/filestorage.php:40
-#: ../../mod/blocks.php:10 ../../mod/profile.php:16
+#: ../../include/identity.php:557 ../../mod/achievements.php:8
+#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/connect.php:13
+#: ../../mod/filestorage.php:40 ../../mod/layouts.php:8
+#: ../../mod/webpages.php:8
msgid "Requested profile is not available."
msgstr "Запрашиваемый профиль не доступен."
-#: ../../include/identity.php:639 ../../mod/profiles.php:615
+#: ../../include/identity.php:675 ../../include/widgets.php:128
+#: ../../include/widgets.php:168 ../../include/Contact.php:107
+#: ../../mod/directory.php:183 ../../mod/dirprofile.php:164
+#: ../../mod/suggest.php:51 ../../mod/match.php:62
+msgid "Connect"
+msgstr "Подключить"
+
+#: ../../include/identity.php:689 ../../mod/profiles.php:603
msgid "Change profile photo"
msgstr "Изменить фотографию профиля"
-#: ../../include/identity.php:645
+#: ../../include/identity.php:695
msgid "Profiles"
msgstr "Профили"
-#: ../../include/identity.php:645
+#: ../../include/identity.php:695
msgid "Manage/edit profiles"
msgstr "Управление / Редактирование профилей"
-#: ../../include/identity.php:646 ../../mod/profiles.php:616
+#: ../../include/identity.php:696 ../../mod/profiles.php:604
msgid "Create New Profile"
msgstr "Создать новый профиль"
-#: ../../include/identity.php:649
+#: ../../include/identity.php:699
msgid "Edit Profile"
msgstr "Редактировать профиль"
-#: ../../include/identity.php:660 ../../mod/profiles.php:627
+#: ../../include/identity.php:710 ../../mod/profiles.php:615
msgid "Profile Image"
msgstr "Изображение профиля"
-#: ../../include/identity.php:663 ../../mod/profiles.php:630
+#: ../../include/identity.php:713 ../../mod/profiles.php:618
msgid "visible to everybody"
msgstr "видно всем"
-#: ../../include/identity.php:664 ../../mod/profiles.php:631
+#: ../../include/identity.php:714 ../../mod/profiles.php:619
msgid "Edit visibility"
msgstr "Редактировать видимость"
-#: ../../include/identity.php:678 ../../include/identity.php:903
+#: ../../include/identity.php:728 ../../include/identity.php:952
#: ../../mod/directory.php:158
msgid "Gender:"
msgstr "Пол:"
-#: ../../include/identity.php:679 ../../include/identity.php:923
+#: ../../include/identity.php:729 ../../include/identity.php:977
#: ../../mod/directory.php:160
msgid "Status:"
msgstr "Статус:"
-#: ../../include/identity.php:680 ../../include/identity.php:934
+#: ../../include/identity.php:730 ../../include/identity.php:988
#: ../../mod/directory.php:162
msgid "Homepage:"
msgstr "Домашняя страница:"
-#: ../../include/identity.php:747 ../../include/identity.php:827
-#: ../../mod/ping.php:230
+#: ../../include/identity.php:731 ../../mod/dirprofile.php:151
+msgid "Online Now"
+msgstr ""
+
+#: ../../include/identity.php:796 ../../include/identity.php:876
+#: ../../mod/ping.php:262
msgid "g A l F d"
msgstr "g A l F d"
-#: ../../include/identity.php:748 ../../include/identity.php:828
+#: ../../include/identity.php:797 ../../include/identity.php:877
msgid "F d"
msgstr "F d"
-#: ../../include/identity.php:793 ../../include/identity.php:868
-#: ../../mod/ping.php:252
+#: ../../include/identity.php:842 ../../include/identity.php:917
+#: ../../mod/ping.php:284
msgid "[today]"
msgstr "[сегодня]"
-#: ../../include/identity.php:805
+#: ../../include/identity.php:854
msgid "Birthday Reminders"
msgstr "Напоминания о Днях Рождения"
-#: ../../include/identity.php:806
+#: ../../include/identity.php:855
msgid "Birthdays this week:"
msgstr "Дни Рождения на этой неделе:"
-#: ../../include/identity.php:861
+#: ../../include/identity.php:910
msgid "[No description]"
msgstr "[без описания]"
-#: ../../include/identity.php:879
+#: ../../include/identity.php:928
msgid "Event Reminders"
msgstr "Напоминания мероприятий"
-#: ../../include/identity.php:880
+#: ../../include/identity.php:929
msgid "Events this week:"
msgstr "Мероприятия на этой неделе:"
-#: ../../include/identity.php:893 ../../include/identity.php:975
-#: ../../mod/profperm.php:103
+#: ../../include/identity.php:942 ../../include/identity.php:1031
+#: ../../include/apps.php:125 ../../mod/profperm.php:112
msgid "Profile"
msgstr "Профиль"
-#: ../../include/identity.php:901 ../../mod/settings.php:911
+#: ../../include/identity.php:950 ../../mod/settings.php:934
msgid "Full Name:"
msgstr "Полное имя:"
-#: ../../include/identity.php:908
+#: ../../include/identity.php:962
msgid "j F, Y"
msgstr "j F, Y"
-#: ../../include/identity.php:909
+#: ../../include/identity.php:963
msgid "j F"
msgstr "j F"
-#: ../../include/identity.php:916
+#: ../../include/identity.php:970
msgid "Birthday:"
msgstr "День Рождения:"
-#: ../../include/identity.php:920
+#: ../../include/identity.php:974
msgid "Age:"
msgstr "Возраст:"
-#: ../../include/identity.php:929
+#: ../../include/identity.php:983
#, php-format
msgid "for %1$d %2$s"
msgstr "для %1$d %2$s"
-#: ../../include/identity.php:932 ../../mod/profiles.php:538
+#: ../../include/identity.php:986 ../../mod/profiles.php:526
msgid "Sexual Preference:"
msgstr "Сексуальная ориентация:"
-#: ../../include/identity.php:936 ../../mod/profiles.php:540
+#: ../../include/identity.php:990 ../../mod/profiles.php:528
msgid "Hometown:"
msgstr "Родной город:"
-#: ../../include/identity.php:938
+#: ../../include/identity.php:992
msgid "Tags:"
msgstr "Тэги:"
-#: ../../include/identity.php:940 ../../mod/profiles.php:541
+#: ../../include/identity.php:994 ../../mod/profiles.php:529
msgid "Political Views:"
msgstr "Политические взгляды:"
-#: ../../include/identity.php:942
+#: ../../include/identity.php:996
msgid "Religion:"
msgstr "Религия:"
-#: ../../include/identity.php:944 ../../mod/directory.php:164
+#: ../../include/identity.php:998 ../../mod/directory.php:164
msgid "About:"
msgstr "О себе:"
-#: ../../include/identity.php:946
+#: ../../include/identity.php:1000
msgid "Hobbies/Interests:"
msgstr "Хобби / интересы:"
-#: ../../include/identity.php:948 ../../mod/profiles.php:544
+#: ../../include/identity.php:1002 ../../mod/profiles.php:532
msgid "Likes:"
msgstr "Что вам нравится:"
-#: ../../include/identity.php:950 ../../mod/profiles.php:545
+#: ../../include/identity.php:1004 ../../mod/profiles.php:533
msgid "Dislikes:"
msgstr "Что вам не нравится:"
-#: ../../include/identity.php:953
+#: ../../include/identity.php:1007
msgid "Contact information and Social Networks:"
msgstr "Информация и социальные сети контакта:"
-#: ../../include/identity.php:955
+#: ../../include/identity.php:1009
+msgid "My other channels:"
+msgstr "Мои другие каналы:"
+
+#: ../../include/identity.php:1011
msgid "Musical interests:"
msgstr "Музыкальные интересы:"
-#: ../../include/identity.php:957
+#: ../../include/identity.php:1013
msgid "Books, literature:"
msgstr "Книги, литература:"
-#: ../../include/identity.php:959
+#: ../../include/identity.php:1015
msgid "Television:"
msgstr "Телевидение:"
-#: ../../include/identity.php:961
+#: ../../include/identity.php:1017
msgid "Film/dance/culture/entertainment:"
msgstr "Кино / танцы / культура / развлечения:"
-#: ../../include/identity.php:963
+#: ../../include/identity.php:1019
msgid "Love/Romance:"
msgstr "Любовь / Романс:"
-#: ../../include/identity.php:965
+#: ../../include/identity.php:1021
msgid "Work/employment:"
msgstr "Работа / Занятость:"
-#: ../../include/identity.php:967
+#: ../../include/identity.php:1023
msgid "School/education:"
msgstr "Школа / образование:"
-#: ../../include/items.php:201 ../../mod/like.php:55 ../../mod/group.php:68
-#: ../../mod/profperm.php:19 ../../index.php:343
-msgid "Permission denied"
-msgstr "Доступ запрещен"
+#: ../../include/network.php:652
+msgid "view full size"
+msgstr "посмотреть в полный размер"
-#: ../../include/items.php:3383 ../../mod/thing.php:74 ../../mod/admin.php:150
-#: ../../mod/admin.php:730 ../../mod/admin.php:933 ../../mod/viewsrc.php:18
-#: ../../mod/home.php:63 ../../mod/filestorage.php:18 ../../mod/display.php:32
-#: ../../mod/channel.php:182
-msgid "Item not found."
-msgstr "Элемент не найден."
+#: ../../include/text.php:320
+msgid "prev"
+msgstr "предыдущий"
-#: ../../include/items.php:3734 ../../mod/group.php:38 ../../mod/group.php:140
-msgid "Collection not found."
-msgstr "Коллекция не найдена."
+#: ../../include/text.php:322
+msgid "first"
+msgstr "первый"
-#: ../../include/items.php:3749
-msgid "Collection is empty."
-msgstr "Коллекция пуста."
+#: ../../include/text.php:351
+msgid "last"
+msgstr "последний"
-#: ../../include/items.php:3756
-#, php-format
-msgid "Collection: %s"
-msgstr "Коллекции: %s"
+#: ../../include/text.php:354
+msgid "next"
+msgstr "следующий"
-#: ../../include/items.php:3767
-#, php-format
-msgid "Connection: %s"
-msgstr "Контакты: %s"
+#: ../../include/text.php:366
+msgid "older"
+msgstr "старший"
-#: ../../include/items.php:3770
-msgid "Connection not found."
-msgstr "Контакт не найден."
+#: ../../include/text.php:368
+msgid "newer"
+msgstr "новее"
-#: ../../include/ItemObject.php:89 ../../mod/photos.php:972
-msgid "Private Message"
-msgstr "Личное сообщение"
+#: ../../include/text.php:729
+msgid "No connections"
+msgstr "Нет контактов"
-#: ../../include/ItemObject.php:118
-msgid "save to folder"
-msgstr "сохранить в папку"
+#: ../../include/text.php:742
+#, php-format
+msgid "%d Connection"
+msgid_plural "%d Connections"
+msgstr[0] "%d контакт"
+msgstr[1] "%d контакта"
+msgstr[2] "%d контактов"
-#: ../../include/ItemObject.php:146
-msgid "add star"
-msgstr "добавить маркировку"
+#: ../../include/text.php:754
+msgid "View Connections"
+msgstr "Просмотр контактов"
-#: ../../include/ItemObject.php:147
-msgid "remove star"
-msgstr "удалить маркировку"
+#: ../../include/text.php:815 ../../include/text.php:829
+#: ../../include/widgets.php:186 ../../mod/rbmark.php:28
+#: ../../mod/rbmark.php:98 ../../mod/filer.php:50
+msgid "Save"
+msgstr "Запомнить"
-#: ../../include/ItemObject.php:148
-msgid "toggle star status"
-msgstr "переключение статуса маркировки"
+#: ../../include/text.php:895
+msgid "poke"
+msgstr "подпихнуть"
-#: ../../include/ItemObject.php:152
-msgid "starred"
-msgstr "помеченные"
+#: ../../include/text.php:896
+msgid "ping"
+msgstr "пинг - проверка связи"
-#: ../../include/ItemObject.php:169
-msgid "add tag"
-msgstr "добавить тег"
+#: ../../include/text.php:896
+msgid "pinged"
+msgstr ""
-#: ../../include/ItemObject.php:175 ../../mod/photos.php:1078
-msgid "I like this (toggle)"
-msgstr "мне это нравится (переключение)"
+#: ../../include/text.php:897
+msgid "prod"
+msgstr ""
-#: ../../include/ItemObject.php:176 ../../mod/photos.php:1079
-msgid "I don't like this (toggle)"
-msgstr "мне это не нравится (переключение)"
+#: ../../include/text.php:897
+msgid "prodded"
+msgstr ""
-#: ../../include/ItemObject.php:178
-msgid "Share this"
-msgstr "Поделиться этим"
+#: ../../include/text.php:898
+msgid "slap"
+msgstr ""
-#: ../../include/ItemObject.php:178
-msgid "share"
-msgstr "поделиться"
+#: ../../include/text.php:898
+msgid "slapped"
+msgstr ""
-#: ../../include/ItemObject.php:202 ../../include/ItemObject.php:203
-#, php-format
-msgid "View %s's profile - %s"
-msgstr "Просмотр %s's профиля - %s"
+#: ../../include/text.php:899
+msgid "finger"
+msgstr ""
-#: ../../include/ItemObject.php:204
-msgid "to"
-msgstr "к"
+#: ../../include/text.php:899
+msgid "fingered"
+msgstr ""
-#: ../../include/ItemObject.php:205
-msgid "via"
-msgstr "через"
+#: ../../include/text.php:900
+msgid "rebuff"
+msgstr ""
-#: ../../include/ItemObject.php:206
-msgid "Wall-to-Wall"
-msgstr "Стена-к-Стене"
+#: ../../include/text.php:900
+msgid "rebuffed"
+msgstr ""
-#: ../../include/ItemObject.php:207
-msgid "via Wall-To-Wall:"
-msgstr "через Стена-к-Стене:"
+#: ../../include/text.php:909
+msgid "happy"
+msgstr "счастливый"
-#: ../../include/ItemObject.php:221
-#, php-format
-msgid "Expires: %s"
+#: ../../include/text.php:910
+msgid "sad"
+msgstr "грустный"
+
+#: ../../include/text.php:911
+msgid "mellow"
msgstr ""
-#: ../../include/ItemObject.php:269
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d комментарий"
-msgstr[1] "%d комментария"
-msgstr[2] "%d комментариев"
+#: ../../include/text.php:912
+msgid "tired"
+msgstr "усталый"
-#: ../../include/ItemObject.php:534 ../../mod/photos.php:1097
-#: ../../mod/photos.php:1184
-msgid "This is you"
-msgstr "Это вы"
+#: ../../include/text.php:913
+msgid "perky"
+msgstr "весёлый"
-#: ../../include/ItemObject.php:537 ../../mod/events.php:470
-#: ../../mod/thing.php:276 ../../mod/thing.php:318 ../../mod/invite.php:156
-#: ../../mod/connedit.php:434 ../../mod/setup.php:304 ../../mod/setup.php:347
-#: ../../mod/connect.php:92 ../../mod/sources.php:97 ../../mod/sources.php:131
-#: ../../mod/admin.php:420 ../../mod/admin.php:686 ../../mod/admin.php:826
-#: ../../mod/admin.php:1025 ../../mod/admin.php:1112 ../../mod/group.php:81
-#: ../../mod/photos.php:693 ../../mod/photos.php:798 ../../mod/photos.php:1060
-#: ../../mod/photos.php:1100 ../../mod/photos.php:1187
-#: ../../mod/profiles.php:518 ../../mod/filestorage.php:132
-#: ../../mod/import.php:387 ../../mod/settings.php:507
-#: ../../mod/settings.php:619 ../../mod/settings.php:647
-#: ../../mod/settings.php:671 ../../mod/settings.php:742
-#: ../../mod/settings.php:903 ../../mod/mail.php:223 ../../mod/mail.php:335
-#: ../../mod/poke.php:166 ../../mod/fsuggest.php:108 ../../mod/mood.php:142
-#: ../../view/theme/redbasic/php/config.php:85
-#: ../../view/theme/apw/php/config.php:231
-#: ../../view/theme/blogga/view/theme/blog/config.php:67
-#: ../../view/theme/blogga/php/config.php:67
-msgid "Submit"
-msgstr "Отправить"
+#: ../../include/text.php:914
+msgid "angry"
+msgstr "сердитый"
-#: ../../include/ItemObject.php:538
-msgid "Bold"
-msgstr "Жирный"
+#: ../../include/text.php:915
+msgid "stupified"
+msgstr "отупевший"
-#: ../../include/ItemObject.php:539
-msgid "Italic"
-msgstr "Курсив"
+#: ../../include/text.php:916
+msgid "puzzled"
+msgstr "недоумённый"
-#: ../../include/ItemObject.php:540
-msgid "Underline"
-msgstr "Подчеркнутый"
+#: ../../include/text.php:917
+msgid "interested"
+msgstr "заинтересованный"
-#: ../../include/ItemObject.php:541
-msgid "Quote"
-msgstr "Цитата"
+#: ../../include/text.php:918
+msgid "bitter"
+msgstr "озлобленный"
-#: ../../include/ItemObject.php:542
-msgid "Code"
-msgstr "Код"
+#: ../../include/text.php:919
+msgid "cheerful"
+msgstr ""
-#: ../../include/ItemObject.php:543
-msgid "Image"
-msgstr "Изображение"
+#: ../../include/text.php:920
+msgid "alive"
+msgstr ""
-#: ../../include/ItemObject.php:544
-msgid "Link"
-msgstr "Ссылка"
+#: ../../include/text.php:921
+msgid "annoyed"
+msgstr ""
-#: ../../include/ItemObject.php:545
-msgid "Video"
-msgstr "Видео"
+#: ../../include/text.php:922
+msgid "anxious"
+msgstr ""
-#: ../../include/security.php:49
-msgid "Welcome "
-msgstr "Добро пожаловать"
+#: ../../include/text.php:923
+msgid "cranky"
+msgstr "капризный"
-#: ../../include/security.php:50
-msgid "Please upload a profile photo."
-msgstr "Загрузите пожалуйста фотографию профиля."
+#: ../../include/text.php:924
+msgid "disturbed"
+msgstr "встревоженный"
-#: ../../include/security.php:53
-msgid "Welcome back "
-msgstr "Добро пожаловать"
+#: ../../include/text.php:925
+msgid "frustrated"
+msgstr "разочарованный"
-#: ../../include/security.php:360
-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."
+#: ../../include/text.php:926
+msgid "depressed"
msgstr ""
-#: ../../include/zot.php:545
-msgid "Invalid data packet"
-msgstr ""
+#: ../../include/text.php:927
+msgid "motivated"
+msgstr "мотивированный"
-#: ../../include/zot.php:555
-msgid "Unable to verify channel signature"
-msgstr "Невозможно проверить сигнатуру канала"
+#: ../../include/text.php:928
+msgid "relaxed"
+msgstr "расслабленный"
-#: ../../include/zot.php:732
-#, php-format
-msgid "Unable to verify site signature for %s"
-msgstr ""
+#: ../../include/text.php:929
+msgid "surprised"
+msgstr "удивленный"
-#: ../../mod/common.php:10
-msgid "No channel."
-msgstr "Не канал."
+#: ../../include/text.php:1090
+msgid "Monday"
+msgstr "Понедельник"
-#: ../../mod/common.php:39
-msgid "Common connections"
-msgstr "Общие контакты"
+#: ../../include/text.php:1090
+msgid "Tuesday"
+msgstr "Вторник"
-#: ../../mod/common.php:44
-msgid "No connections in common."
-msgstr "Общих контактов нет."
+#: ../../include/text.php:1090
+msgid "Wednesday"
+msgstr "Среда"
-#: ../../mod/events.php:72
-msgid "Event title and start time are required."
-msgstr "Название события и время начала требуется."
+#: ../../include/text.php:1090
+msgid "Thursday"
+msgstr "Четверг"
-#: ../../mod/events.php:287
-msgid "l, F j"
-msgstr "l, F j"
+#: ../../include/text.php:1090
+msgid "Friday"
+msgstr "Пятница"
-#: ../../mod/events.php:309
-msgid "Edit event"
-msgstr "Редактировать мероприятие"
+#: ../../include/text.php:1090
+msgid "Saturday"
+msgstr "Суббота"
-#: ../../mod/events.php:355
-msgid "Create New Event"
-msgstr "Создать новое мероприятие"
+#: ../../include/text.php:1090
+msgid "Sunday"
+msgstr "Воскресенье"
-#: ../../mod/events.php:356
-msgid "Previous"
-msgstr "Предыдущая"
+#: ../../include/text.php:1094
+msgid "January"
+msgstr "Январь"
-#: ../../mod/events.php:357 ../../mod/setup.php:258
-msgid "Next"
-msgstr "Следующая"
+#: ../../include/text.php:1094
+msgid "February"
+msgstr "Февраль"
-#: ../../mod/events.php:429
-msgid "hour:minute"
-msgstr "часы:минуты"
+#: ../../include/text.php:1094
+msgid "March"
+msgstr "Март"
-#: ../../mod/events.php:448
-msgid "Event details"
-msgstr "Детали мероприятия"
+#: ../../include/text.php:1094
+msgid "April"
+msgstr "Апрель"
-#: ../../mod/events.php:449
-#, php-format
-msgid "Format is %s %s. Starting date and Title are required."
-msgstr "Формат: %s %s. Дата начала и название необходимы."
+#: ../../include/text.php:1094
+msgid "May"
+msgstr "Май"
-#: ../../mod/events.php:451
-msgid "Event Starts:"
-msgstr "Начало мероприятий:"
+#: ../../include/text.php:1094
+msgid "June"
+msgstr "Июнь"
-#: ../../mod/events.php:451 ../../mod/events.php:465
-msgid "Required"
-msgstr "Необходимо"
+#: ../../include/text.php:1094
+msgid "July"
+msgstr "Июль"
-#: ../../mod/events.php:454
-msgid "Finish date/time is not known or not relevant"
-msgstr "Дата окончания / время окончания не известны или не релевантны"
+#: ../../include/text.php:1094
+msgid "August"
+msgstr "Август"
-#: ../../mod/events.php:456
-msgid "Event Finishes:"
-msgstr "\t\nКонец мероприятий:"
+#: ../../include/text.php:1094
+msgid "September"
+msgstr "Сентябрь"
-#: ../../mod/events.php:459
-msgid "Adjust for viewer timezone"
-msgstr "Отрегулируйте для просмотра часовых поясов"
+#: ../../include/text.php:1094
+msgid "October"
+msgstr "Октябрь"
-#: ../../mod/events.php:461
-msgid "Description:"
-msgstr "Описание:"
+#: ../../include/text.php:1094
+msgid "November"
+msgstr "Ноябрь"
-#: ../../mod/events.php:465
-msgid "Title:"
-msgstr "Заголовок:"
+#: ../../include/text.php:1094
+msgid "December"
+msgstr "Декабрь"
-#: ../../mod/events.php:467
-msgid "Share this event"
-msgstr "Поделиться этим мероприятием"
+#: ../../include/text.php:1172
+msgid "unknown.???"
+msgstr "неизвестный.???"
-#: ../../mod/thing.php:94
-msgid "Thing updated"
-msgstr ""
+#: ../../include/text.php:1173
+msgid "bytes"
+msgstr "байт"
-#: ../../mod/thing.php:153
-msgid "Object store: failed"
+#: ../../include/text.php:1208
+msgid "remove category"
msgstr ""
-#: ../../mod/thing.php:157
-msgid "Thing added"
+#: ../../include/text.php:1257
+msgid "remove from file"
msgstr ""
-#: ../../mod/thing.php:175
-#, php-format
-msgid "OBJ: %1$s %2$s %3$s"
+#: ../../include/text.php:1318 ../../include/text.php:1330
+msgid "Click to open/close"
+msgstr "Нажмите, чтобы открыть/закрыть"
+
+#: ../../include/text.php:1485 ../../mod/events.php:355
+msgid "Link to Source"
msgstr ""
-#: ../../mod/thing.php:228
-msgid "Show Thing"
+#: ../../include/text.php:1504
+msgid "Select a page layout: "
msgstr ""
-#: ../../mod/thing.php:235
-msgid "item not found."
-msgstr "Элемент не найден."
+#: ../../include/text.php:1507 ../../include/text.php:1572
+msgid "default"
+msgstr "по умолчанию"
-#: ../../mod/thing.php:263
-msgid "Edit Thing"
+#: ../../include/text.php:1543
+msgid "Page content type: "
msgstr ""
-#: ../../mod/thing.php:265 ../../mod/thing.php:311
-msgid "Select a profile"
-msgstr "Выберите профиль"
+#: ../../include/text.php:1584
+msgid "Select an alternate language"
+msgstr "Выбор альтернативного языка"
-#: ../../mod/thing.php:267 ../../mod/thing.php:313
-msgid "Select a category of stuff. e.g. I ______ something"
-msgstr ""
+#: ../../include/text.php:1718
+msgid "activity"
+msgstr "активность"
-#: ../../mod/thing.php:270 ../../mod/thing.php:315
-msgid "Name of thing e.g. something"
+#: ../../include/text.php:1977
+msgid "Design"
+msgstr "Дизайн"
+
+#: ../../include/text.php:1979
+msgid "Blocks"
msgstr ""
-#: ../../mod/thing.php:272 ../../mod/thing.php:316
-msgid "URL of thing (optional)"
+#: ../../include/text.php:1980
+msgid "Menus"
msgstr ""
-#: ../../mod/thing.php:274 ../../mod/thing.php:317
-msgid "URL for photo of thing (optional)"
+#: ../../include/text.php:1981
+msgid "Layouts"
msgstr ""
-#: ../../mod/thing.php:309
-msgid "Add Thing to your Profile"
+#: ../../include/text.php:1982
+msgid "Pages"
+msgstr "Страницы"
+
+#: ../../include/apps.php:115
+msgid "Site Admin"
msgstr ""
-#: ../../mod/invite.php:25
-msgid "Total invitation limit exceeded."
+#: ../../include/apps.php:117
+msgid "Address Book"
msgstr ""
-#: ../../mod/invite.php:49
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : Не действительный адрес электронной почты."
+#: ../../include/apps.php:131 ../../mod/mood.php:131
+msgid "Mood"
+msgstr "Настроение"
-#: ../../mod/invite.php:76
-msgid "Please join us on Red"
-msgstr "Пожалуйста, присоединяйтесь к нам в Red"
+#: ../../include/apps.php:135
+msgid "Probe"
+msgstr ""
-#: ../../mod/invite.php:87
-msgid "Invitation limit exceeded. Please contact your site administrator."
+#: ../../include/apps.php:136
+msgid "Suggest"
msgstr ""
-#: ../../mod/invite.php:92
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Доставка сообщения не удалась."
+#: ../../include/apps.php:208 ../../mod/settings.php:79
+#: ../../mod/settings.php:541
+msgid "Update"
+msgstr "Обновление"
-#: ../../mod/invite.php:96
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d сообщение отправленно."
-msgstr[1] "%d сообщения отправленно."
-msgstr[2] "%d сообщений отправленно."
+#: ../../include/apps.php:208
+msgid "Install"
+msgstr ""
-#: ../../mod/invite.php:115
-msgid "You have no more invitations available"
-msgstr "У вас больше нет приглашений"
+#: ../../include/apps.php:212
+msgid "Purchase"
+msgstr ""
-#: ../../mod/invite.php:141
-msgid "Send invitations"
-msgstr "Послать приглашения"
+#: ../../include/apps.php:291 ../../include/apps.php:342
+#: ../../mod/connedit.php:434
+msgid "Unknown"
+msgstr "Неизвестный"
-#: ../../mod/invite.php:142
-msgid "Enter email addresses, one per line:"
-msgstr "Введите адреса электронной почты, по одному на строку:"
+#: ../../include/zot.php:603
+msgid "Invalid data packet"
+msgstr "Неверный пакет данных"
-#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328
-msgid "Your message:"
-msgstr "Ваше сообщение:"
+#: ../../include/zot.php:613
+msgid "Unable to verify channel signature"
+msgstr "Невозможно проверить сигнатуру канала"
-#: ../../mod/invite.php:144
-msgid ""
-"You are cordially invited to join me and some other close friends on the Red"
-" Matrix - a revolutionary new decentralised communication and information "
-"tool."
+#: ../../include/zot.php:810
+#, php-format
+msgid "Unable to verify site signature for %s"
msgstr ""
-#: ../../mod/invite.php:146
-msgid "You will need to supply this invitation code: $invite_code"
+#: ../../include/message.php:18
+msgid "No recipient provided."
msgstr ""
-#: ../../mod/invite.php:147
-msgid "Please visit my channel at"
-msgstr "Пожалуйста, посетите мой канал на"
+#: ../../include/message.php:23
+msgid "[no subject]"
+msgstr "[без темы]"
-#: ../../mod/invite.php:151
-msgid ""
-"Once you have registered (on ANY Red Matrix site - they are all inter-"
-"connected), please connect with my Red Matrix channel address:"
-msgstr ""
+#: ../../include/message.php:42
+msgid "Unable to determine sender."
+msgstr "Невозможно определить отправителя."
-#: ../../mod/invite.php:153
-msgid "Click the [Register] link on the following page to join."
+#: ../../include/message.php:143
+msgid "Stored post could not be verified."
msgstr ""
-#: ../../mod/invite.php:155
-msgid ""
-"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"
-msgstr ""
+#: ../../include/plugin.php:486 ../../include/plugin.php:488
+msgid "Click here to upgrade."
+msgstr "Нажмите здесь, чтобы обновить."
-#: ../../mod/connedit.php:49 ../../mod/connections.php:37
-msgid "Could not access contact record."
+#: ../../include/plugin.php:494
+msgid "This action exceeds the limits set by your subscription plan."
msgstr ""
-#: ../../mod/connedit.php:63 ../../mod/connections.php:51
-msgid "Could not locate selected profile."
+#: ../../include/plugin.php:499
+msgid "This action is not available under your subscription plan."
msgstr ""
-#: ../../mod/connedit.php:104 ../../mod/connections.php:92
-msgid "Connection updated."
-msgstr "Канал обновлен."
-
-#: ../../mod/connedit.php:106 ../../mod/connections.php:94
-msgid "Failed to update connection record."
+#: ../../include/widgets.php:80
+msgid "System"
msgstr ""
-#: ../../mod/connedit.php:201
-msgid "Could not access address book record."
+#: ../../include/widgets.php:83
+msgid "Create Personal App"
msgstr ""
-#: ../../mod/connedit.php:215
-msgid "Refresh failed - channel is currently unavailable."
+#: ../../include/widgets.php:84
+msgid "Edit Personal App"
msgstr ""
-#: ../../mod/connedit.php:222
-msgid "Channel has been unblocked"
-msgstr "Канал разблокирован"
-
-#: ../../mod/connedit.php:223
-msgid "Channel has been blocked"
-msgstr "Канал заблокирован"
+#: ../../include/widgets.php:130 ../../mod/suggest.php:53
+msgid "Ignore/Hide"
+msgstr "Игнорировать / Скрыть"
-#: ../../mod/connedit.php:227 ../../mod/connedit.php:239
-#: ../../mod/connedit.php:251 ../../mod/connedit.php:263
-#: ../../mod/connedit.php:278
-msgid "Unable to set address book parameters."
-msgstr ""
+#: ../../include/widgets.php:136 ../../mod/connections.php:266
+msgid "Suggestions"
+msgstr "Рекомендации"
-#: ../../mod/connedit.php:234
-msgid "Channel has been unignored"
-msgstr "Канал не проигнорирован"
+#: ../../include/widgets.php:137
+msgid "See more..."
+msgstr "Просмотреть больше..."
-#: ../../mod/connedit.php:235
-msgid "Channel has been ignored"
-msgstr "Канал проигнорирован"
+#: ../../include/widgets.php:159
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr ""
-#: ../../mod/connedit.php:246
-msgid "Channel has been unarchived"
-msgstr "Канал разархивирован"
+#: ../../include/widgets.php:165
+msgid "Add New Connection"
+msgstr "Добавить новый контакт"
-#: ../../mod/connedit.php:247
-msgid "Channel has been archived"
-msgstr "Канал заархивирован"
+#: ../../include/widgets.php:166
+msgid "Enter the channel address"
+msgstr "Введите адрес канала"
-#: ../../mod/connedit.php:258
-msgid "Channel has been unhidden"
-msgstr "Канал открыт"
+#: ../../include/widgets.php:167
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Пример: bob@example.com, http://example.com/barbara"
-#: ../../mod/connedit.php:259
-msgid "Channel has been hidden"
-msgstr "Канал скрыт"
+#: ../../include/widgets.php:184
+msgid "Notes"
+msgstr "Заметки"
-#: ../../mod/connedit.php:273
-msgid "Channel has been approved"
-msgstr "Канал одобрен"
+#: ../../include/widgets.php:256
+msgid "Remove term"
+msgstr "Удалить термин"
-#: ../../mod/connedit.php:274
-msgid "Channel has been unapproved"
-msgstr "Канал не одобрен"
+#: ../../include/widgets.php:335
+msgid "Archives"
+msgstr "Архивы"
-#: ../../mod/connedit.php:292
-msgid "Contact has been removed."
-msgstr "Канал удален."
+#: ../../include/widgets.php:397
+msgid "Refresh"
+msgstr "Обновить"
-#: ../../mod/connedit.php:312
-#, php-format
-msgid "View %s's profile"
-msgstr "Просмотр %s's профиля"
+#: ../../include/widgets.php:398 ../../mod/connedit.php:428
+msgid "Me"
+msgstr "Я"
-#: ../../mod/connedit.php:316
-msgid "Refresh Permissions"
-msgstr "Обновить разрешения"
+#: ../../include/widgets.php:399 ../../mod/connedit.php:430
+msgid "Best Friends"
+msgstr "Лучшие друзья"
-#: ../../mod/connedit.php:319
-msgid "Fetch updated permissions"
-msgstr ""
+#: ../../include/widgets.php:401
+msgid "Co-workers"
+msgstr "Сотрудники"
-#: ../../mod/connedit.php:323
-msgid "Recent Activity"
-msgstr ""
+#: ../../include/widgets.php:402 ../../mod/connedit.php:432
+msgid "Former Friends"
+msgstr "Приятели"
-#: ../../mod/connedit.php:326
-msgid "View recent posts and comments"
-msgstr ""
+#: ../../include/widgets.php:403 ../../mod/connedit.php:433
+msgid "Acquaintances"
+msgstr "Знакомые"
-#: ../../mod/connedit.php:330 ../../mod/connedit.php:472
-#: ../../mod/admin.php:695
-msgid "Unblock"
-msgstr "Разрешить"
+#: ../../include/widgets.php:404
+msgid "Everybody"
+msgstr "Все"
-#: ../../mod/connedit.php:330 ../../mod/connedit.php:472
-#: ../../mod/admin.php:694
-msgid "Block"
-msgstr "Заблокировать"
+#: ../../include/widgets.php:436
+msgid "Account settings"
+msgstr "Настройки аккаунта"
-#: ../../mod/connedit.php:333
-msgid "Block or Unblock this connection"
-msgstr "Запретить или разрешить этот канал"
+#: ../../include/widgets.php:442
+msgid "Channel settings"
+msgstr "Настройки канала"
-#: ../../mod/connedit.php:337 ../../mod/connedit.php:473
-msgid "Unignore"
-msgstr "Не игнорировать"
+#: ../../include/widgets.php:448
+msgid "Additional features"
+msgstr "Дополнительные функции"
-#: ../../mod/connedit.php:337 ../../mod/connedit.php:473
-#: ../../mod/notifications.php:51
-msgid "Ignore"
-msgstr "Игнорировать"
+#: ../../include/widgets.php:454
+msgid "Feature settings"
+msgstr "Настройки компонентов"
-#: ../../mod/connedit.php:340
-msgid "Ignore or Unignore this connection"
-msgstr "Игнорировать или не игнорировать этот канал"
+#: ../../include/widgets.php:460
+msgid "Display settings"
+msgstr "Настройки отображения"
-#: ../../mod/connedit.php:343
-msgid "Unarchive"
-msgstr "Разархивировать"
+#: ../../include/widgets.php:466
+msgid "Connected apps"
+msgstr "Подключенные приложения"
-#: ../../mod/connedit.php:343
-msgid "Archive"
-msgstr "Заархивировать"
+#: ../../include/widgets.php:472
+msgid "Export channel"
+msgstr "Экспорт канала"
-#: ../../mod/connedit.php:346
-msgid "Archive or Unarchive this connection"
-msgstr " Заархивировать или разархивировать этот канал"
+#: ../../include/widgets.php:484
+msgid "Automatic Permissions (Advanced)"
+msgstr "Автоматические разрешения (дополнительно)"
-#: ../../mod/connedit.php:349
-msgid "Unhide"
-msgstr "Показать"
+#: ../../include/widgets.php:494
+msgid "Premium Channel Settings"
+msgstr "Настройки премиум канала"
-#: ../../mod/connedit.php:349
-msgid "Hide"
-msgstr "Скрыть"
+#: ../../include/widgets.php:531
+msgid "Check Mail"
+msgstr "Проверить снова"
-#: ../../mod/connedit.php:352
-msgid "Hide or Unhide this connection"
-msgstr "Скрыть или показывать этот канал"
+#: ../../include/widgets.php:612
+msgid "Chat Rooms"
+msgstr "Чаты"
-#: ../../mod/connedit.php:359
-msgid "Delete this connection"
-msgstr "Удалить этот контакт"
+#: ../../include/widgets.php:630
+msgid "Bookmarked Chatrooms"
+msgstr "Закладки чатов"
-#: ../../mod/connedit.php:392
-msgid "Unknown"
-msgstr "Неизвестный"
+#: ../../include/widgets.php:648
+msgid "Suggested Chatrooms"
+msgstr "Рекомендуемые чаты"
-#: ../../mod/connedit.php:402 ../../mod/connedit.php:431
-msgid "Approve this connection"
-msgstr "Утвердить этот контакт"
+#: ../../include/ItemObject.php:118
+msgid "Save to Folder"
+msgstr ""
-#: ../../mod/connedit.php:402
-msgid "Accept connection to allow communication"
+#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142
+msgid "View all"
msgstr ""
-#: ../../mod/connedit.php:418
-msgid "Automatic Permissions Settings"
-msgstr "Настройки автоматических разрешений"
+#: ../../include/ItemObject.php:134
+msgctxt "noun"
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: ../../mod/connedit.php:418
-#, php-format
-msgid "Connections: settings for %s"
+#: ../../include/ItemObject.php:139
+msgctxt "noun"
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: ../../include/ItemObject.php:167
+msgid "Add Star"
msgstr ""
-#: ../../mod/connedit.php:422
-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."
+#: ../../include/ItemObject.php:168
+msgid "Remove Star"
msgstr ""
-#: ../../mod/connedit.php:424
-msgid "Slide to adjust your degree of friendship"
+#: ../../include/ItemObject.php:169
+msgid "Toggle Star Status"
msgstr ""
-#: ../../mod/connedit.php:430
-msgid "inherited"
-msgstr "унаследованный"
+#: ../../include/ItemObject.php:173
+msgid "starred"
+msgstr "помеченные"
-#: ../../mod/connedit.php:432
-msgid "Connection has no individual permissions!"
+#: ../../include/ItemObject.php:190
+msgid "Add Tag"
msgstr ""
-#: ../../mod/connedit.php:433
-msgid ""
-"This may be appropriate based on your <a href=\"settings\">privacy "
-"settings</a>, though you may wish to review the \"Advanced Permissions\"."
-msgstr ""
+#: ../../include/ItemObject.php:208 ../../mod/photos.php:971
+msgid "I like this (toggle)"
+msgstr "мне это нравится (переключение)"
-#: ../../mod/connedit.php:435
-msgid "Profile Visibility"
-msgstr "Видимость профиля"
+#: ../../include/ItemObject.php:209 ../../mod/photos.php:972
+msgid "I don't like this (toggle)"
+msgstr "мне это не нравится (переключение)"
-#: ../../mod/connedit.php:436
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
+#: ../../include/ItemObject.php:211
+msgid "Share This"
msgstr ""
-#: ../../mod/connedit.php:437
-msgid "Contact Information / Notes"
-msgstr "Информация / Примечания о канале"
-
-#: ../../mod/connedit.php:438
-msgid "Edit contact notes"
-msgstr "Редактировать примечания канала"
+#: ../../include/ItemObject.php:211
+msgid "share"
+msgstr "поделиться"
-#: ../../mod/connedit.php:440
-msgid "Their Settings"
-msgstr "Их настройки"
+#: ../../include/ItemObject.php:235 ../../include/ItemObject.php:236
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Просмотр %s's профиля - %s"
-#: ../../mod/connedit.php:441
-msgid "My Settings"
-msgstr "Мои настройки"
+#: ../../include/ItemObject.php:237
+msgid "to"
+msgstr "к"
-#: ../../mod/connedit.php:443
-msgid "Forum Members"
-msgstr "Участники форума"
+#: ../../include/ItemObject.php:238
+msgid "via"
+msgstr "через"
-#: ../../mod/connedit.php:444
-msgid "Soapbox"
-msgstr "Soapbox"
+#: ../../include/ItemObject.php:239
+msgid "Wall-to-Wall"
+msgstr "Стена-к-Стене"
-#: ../../mod/connedit.php:445
-msgid "Full Sharing"
-msgstr "Полный обмен"
+#: ../../include/ItemObject.php:240
+msgid "via Wall-To-Wall:"
+msgstr "через Стена-к-Стене:"
-#: ../../mod/connedit.php:446
-msgid "Cautious Sharing"
+#: ../../include/ItemObject.php:274
+msgid "Save Bookmarks"
msgstr ""
-#: ../../mod/connedit.php:447
-msgid "Follow Only"
-msgstr "Только следовать"
-
-#: ../../mod/connedit.php:448
-msgid "Individual Permissions"
-msgstr "Индивидуальные разрешения"
-
-#: ../../mod/connedit.php:449
-msgid ""
-"Some permissions may be inherited from your channel <a "
-"href=\"settings\">privacy settings</a>, which have higher priority. Changing"
-" those inherited settings on this page will have no effect."
+#: ../../include/ItemObject.php:275
+msgid "Add to Calendar"
msgstr ""
-#: ../../mod/connedit.php:450
-msgid "Advanced Permissions"
-msgstr "Дополнительные разрешения"
+#: ../../include/ItemObject.php:283
+msgctxt "noun"
+msgid "Likes"
+msgstr ""
-#: ../../mod/connedit.php:451
-msgid "Quick Links"
-msgstr "Быстрые ссылки"
+#: ../../include/ItemObject.php:284
+msgctxt "noun"
+msgid "Dislikes"
+msgstr ""
-#: ../../mod/connedit.php:455
+#: ../../include/ItemObject.php:315
#, php-format
-msgid "Visit %s's profile - %s"
-msgstr "Посетить %s's ​​профиль - %s"
-
-#: ../../mod/connedit.php:456
-msgid "Block/Unblock contact"
-msgstr "Запретить/разрешить контакт"
-
-#: ../../mod/connedit.php:457
-msgid "Ignore contact"
-msgstr "Игнорировать контакт"
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d комментарий"
+msgstr[1] "%d комментария"
+msgstr[2] "%d комментариев"
-#: ../../mod/connedit.php:458
-msgid "Repair URL settings"
-msgstr "Ремонт настройки URL"
+#: ../../include/ItemObject.php:316 ../../include/js_strings.php:7
+msgid "[+] show all"
+msgstr ""
-#: ../../mod/connedit.php:459
-msgid "View conversations"
-msgstr "Просмотр разговоров"
+#: ../../include/ItemObject.php:580 ../../mod/photos.php:990
+#: ../../mod/photos.php:1077
+msgid "This is you"
+msgstr "Это вы"
-#: ../../mod/connedit.php:461
-msgid "Delete contact"
-msgstr "Удалить контакт"
+#: ../../include/ItemObject.php:582 ../../include/js_strings.php:6
+#: ../../mod/photos.php:992 ../../mod/photos.php:1079
+msgid "Comment"
+msgstr "Комментарий"
-#: ../../mod/connedit.php:464
-msgid "Last update:"
-msgstr "Последнее обновление:"
+#: ../../include/ItemObject.php:583 ../../mod/mood.php:135
+#: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884
+#: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303
+#: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:177
+#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:476
+#: ../../mod/settings.php:515 ../../mod/settings.php:627
+#: ../../mod/settings.php:655 ../../mod/settings.php:679
+#: ../../mod/settings.php:749 ../../mod/settings.php:926
+#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58
+#: ../../mod/sources.php:104 ../../mod/sources.php:138
+#: ../../mod/events.php:492 ../../mod/filestorage.php:135
+#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/thing.php:283
+#: ../../mod/thing.php:326 ../../mod/import.php:393 ../../mod/invite.php:156
+#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/photos.php:565
+#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993
+#: ../../mod/photos.php:1080 ../../mod/appman.php:99
+#: ../../view/theme/apw/php/config.php:256
+#: ../../view/theme/blogga/php/config.php:67
+#: ../../view/theme/blogga/view/theme/blog/config.php:67
+#: ../../view/theme/redbasic/php/config.php:99
+msgid "Submit"
+msgstr "Отправить"
-#: ../../mod/connedit.php:466
-msgid "Update public posts"
-msgstr "Обновить публичные сообщения"
+#: ../../include/ItemObject.php:584
+msgid "Bold"
+msgstr "Жирный"
-#: ../../mod/connedit.php:468
-msgid "Update now"
-msgstr "Обновить сейчас"
+#: ../../include/ItemObject.php:585
+msgid "Italic"
+msgstr "Курсив"
-#: ../../mod/connedit.php:474
-msgid "Currently blocked"
-msgstr "В настоящее время заблокирован"
+#: ../../include/ItemObject.php:586
+msgid "Underline"
+msgstr "Подчеркнутый"
-#: ../../mod/connedit.php:475
-msgid "Currently ignored"
-msgstr "В настоящее время игнорируются"
+#: ../../include/ItemObject.php:587
+msgid "Quote"
+msgstr "Цитата"
-#: ../../mod/connedit.php:476
-msgid "Currently archived"
-msgstr "В настоящее время зархивированны"
+#: ../../include/ItemObject.php:588
+msgid "Code"
+msgstr "Код"
-#: ../../mod/connedit.php:477
-msgid "Currently pending"
-msgstr "В настоящее время в ожидании"
+#: ../../include/ItemObject.php:589
+msgid "Image"
+msgstr "Изображение"
-#: ../../mod/connedit.php:478
-msgid "Hide this contact from others"
-msgstr "Скрыть этот канал от других"
+#: ../../include/ItemObject.php:590
+msgid "Link"
+msgstr "Ссылка"
-#: ../../mod/connedit.php:478
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr ""
+#: ../../include/ItemObject.php:591
+msgid "Video"
+msgstr "Видео"
-#: ../../mod/webpages.php:121 ../../mod/layouts.php:105
-#: ../../mod/blocks.php:96
-msgid "View"
-msgstr "Просмотр"
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "Удалить этот элемент?"
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
+#: ../../include/js_strings.php:8
+msgid "[-] show less"
msgstr ""
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
+#: ../../include/js_strings.php:9
+msgid "[+] expand"
msgstr ""
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Пожалуйста, войдите, чтобы продолжить."
-
-#: ../../mod/api.php:104
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
+#: ../../include/js_strings.php:10
+msgid "[-] collapse"
msgstr ""
-#: ../../mod/api.php:105 ../../mod/profiles.php:495 ../../mod/settings.php:865
-#: ../../mod/settings.php:870
-msgid "Yes"
-msgstr "Да"
-
-#: ../../mod/api.php:106 ../../mod/profiles.php:496 ../../mod/settings.php:865
-#: ../../mod/settings.php:870
-msgid "No"
-msgstr "Нет"
-
-#: ../../mod/apps.php:8
-msgid "No installed applications."
-msgstr "Нет установленных приложений."
+#: ../../include/js_strings.php:11
+msgid "Password too short"
+msgstr "Пароль слишком короткий"
-#: ../../mod/apps.php:13
-msgid "Applications"
-msgstr "Приложения"
+#: ../../include/js_strings.php:12
+msgid "Passwords do not match"
+msgstr "Пароли не совпадают"
-#: ../../mod/page.php:35
-msgid "Invalid item."
-msgstr "Недействительный элемент."
+#: ../../include/js_strings.php:13 ../../mod/photos.php:39
+msgid "everybody"
+msgstr "все"
-#: ../../mod/page.php:47 ../../mod/chanview.php:77 ../../mod/home.php:50
-#: ../../mod/wall_upload.php:35
-msgid "Channel not found."
-msgstr "Канал не найден."
+#: ../../include/js_strings.php:14
+msgid "Secret Passphrase"
+msgstr ""
-#: ../../mod/page.php:83 ../../mod/help.php:71 ../../mod/display.php:100
-#: ../../index.php:227
-msgid "Page not found."
-msgstr "Страница не найдена."
+#: ../../include/js_strings.php:15
+msgid "Passphrase hint"
+msgstr ""
-#: ../../mod/attach.php:9
-msgid "Item not available."
-msgstr "Элемент недоступен."
+#: ../../include/js_strings.php:16
+msgid "Notice: Permissions have changed but have not yet been submitted."
+msgstr ""
-#: ../../mod/setup.php:161
-msgid "Red Matrix Server - Setup"
-msgstr "Red Matrix Сервер - Установка"
+#: ../../include/js_strings.php:17
+msgid "close all"
+msgstr ""
-#: ../../mod/setup.php:167
-msgid "Could not connect to database."
-msgstr "Не удалось подключиться к серверу баз данных."
+#: ../../include/js_strings.php:19
+msgid "timeago.prefixAgo"
+msgstr "timeago.prefixAgo"
-#: ../../mod/setup.php:171
-msgid ""
-"Could not connect to specified site URL. Possible SSL certificate or DNS "
-"issue."
+#: ../../include/js_strings.php:20
+msgid "timeago.prefixFromNow"
msgstr ""
-#: ../../mod/setup.php:176
-msgid "Could not create table."
-msgstr "Не удалось создать таблицу."
-
-#: ../../mod/setup.php:182
-msgid "Your site database has been installed."
-msgstr "Ваша база данных установлена."
+#: ../../include/js_strings.php:21
+msgid "ago"
+msgstr "тому назад"
-#: ../../mod/setup.php:187
-msgid ""
-"You may need to import the file \"install/database.sql\" manually using "
-"phpmyadmin or mysql."
-msgstr ""
+#: ../../include/js_strings.php:22
+msgid "from now"
+msgstr "с этого времени"
-#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:606
-msgid "Please see the file \"install/INSTALL.txt\"."
-msgstr "Пожалуйста, обратитесь к файлу \"install/INSTALL.txt\"."
+#: ../../include/js_strings.php:23
+msgid "less than a minute"
+msgstr "менее чем одну минуту назад"
-#: ../../mod/setup.php:254
-msgid "System check"
-msgstr "Проверка системы"
+#: ../../include/js_strings.php:24
+msgid "about a minute"
+msgstr "около минуты"
-#: ../../mod/setup.php:259
-msgid "Check again"
-msgstr "Проверить снова"
+#: ../../include/js_strings.php:25
+#, php-format
+msgid "%d minutes"
+msgstr "%d мин."
-#: ../../mod/setup.php:281
-msgid "Database connection"
-msgstr "Подключение к базе данных"
+#: ../../include/js_strings.php:26
+msgid "about an hour"
+msgstr "около часа"
-#: ../../mod/setup.php:282
-msgid ""
-"In order to install Red Matrix we need to know how to connect to your "
-"database."
-msgstr ""
+#: ../../include/js_strings.php:27
+#, php-format
+msgid "about %d hours"
+msgstr "около %d час."
-#: ../../mod/setup.php:283
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr ""
+#: ../../include/js_strings.php:28
+msgid "a day"
+msgstr "день"
-#: ../../mod/setup.php:284
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr ""
+#: ../../include/js_strings.php:29
+#, php-format
+msgid "%d days"
+msgstr "%d дн."
-#: ../../mod/setup.php:288
-msgid "Database Server Name"
-msgstr "Имя сервера базы данных"
+#: ../../include/js_strings.php:30
+msgid "about a month"
+msgstr "около месяца"
-#: ../../mod/setup.php:288
-msgid "Default is localhost"
-msgstr "По умолчанию localhost"
+#: ../../include/js_strings.php:31
+#, php-format
+msgid "%d months"
+msgstr "%d мес."
-#: ../../mod/setup.php:289
-msgid "Database Port"
-msgstr "Порт базы данных"
+#: ../../include/js_strings.php:32
+msgid "about a year"
+msgstr "около года"
-#: ../../mod/setup.php:289
-msgid "Communication port number - use 0 for default"
-msgstr "Порт коммуникации - используйте 0 по умолчанию"
+#: ../../include/js_strings.php:33
+#, php-format
+msgid "%d years"
+msgstr "%d лет"
-#: ../../mod/setup.php:290
-msgid "Database Login Name"
-msgstr "Имя для подключения к базе данных"
+#: ../../include/js_strings.php:34
+msgid " "
+msgstr " "
-#: ../../mod/setup.php:291
-msgid "Database Login Password"
-msgstr "Пароль для подключения к базе данных"
+#: ../../include/js_strings.php:35
+msgid "timeago.numbers"
+msgstr "timeago.numbers"
-#: ../../mod/setup.php:292
-msgid "Database Name"
-msgstr "Имя базы данных"
+#: ../../include/Contact.php:123
+msgid "New window"
+msgstr "Новое окно"
-#: ../../mod/setup.php:294 ../../mod/setup.php:336
-msgid "Site administrator email address"
-msgstr "Адрес электронной почты администратора сайта"
+#: ../../include/Contact.php:124
+msgid "Open the selected location in a different window or browser tab"
+msgstr "Откройте выбранное местоположение в другом окне или вкладке браузера"
-#: ../../mod/setup.php:294 ../../mod/setup.php:336
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Male"
+msgstr "Мужской"
-#: ../../mod/setup.php:295 ../../mod/setup.php:338
-msgid "Website URL"
-msgstr "URL веб-сайта"
+#: ../../include/profile_selectors.php:6
+msgid "Female"
+msgstr "Женский"
-#: ../../mod/setup.php:295 ../../mod/setup.php:338
-msgid "Please use SSL (https) URL if available."
-msgstr "Пожалуйста, используйте SSL (https) URL если возможно."
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "В настоящее время мужской"
-#: ../../mod/setup.php:298 ../../mod/setup.php:341
-msgid "Please select a default timezone for your website"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "В настоящее время женский"
-#: ../../mod/setup.php:325
-msgid "Site settings"
-msgstr "Настройки сайта"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "В основном мужской"
-#: ../../mod/setup.php:381
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "В основном женский"
-#: ../../mod/setup.php:382
-msgid ""
-"If you don't have a command line version of PHP installed on server, you "
-"will not be able to run background polling via cron."
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Транссексуал"
-#: ../../mod/setup.php:386
-msgid "PHP executable path"
-msgstr "PHP executable путь"
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Intersex"
-#: ../../mod/setup.php:386
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Транссексуал"
-#: ../../mod/setup.php:391
-msgid "Command line PHP"
-msgstr "Command line PHP"
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Гермафродит"
-#: ../../mod/setup.php:400
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Среднего рода"
-#: ../../mod/setup.php:401
-msgid "This is required for message delivery to work."
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Неспецифический"
-#: ../../mod/setup.php:403
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../include/profile_selectors.php:6
+msgid "Other"
+msgstr "Другой"
-#: ../../mod/setup.php:424
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Нерешительный"
-#: ../../mod/setup.php:425
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr ""
+#: ../../include/profile_selectors.php:23
+msgid "Males"
+msgstr "Самец"
-#: ../../mod/setup.php:427
-msgid "Generate encryption keys"
-msgstr ""
+#: ../../include/profile_selectors.php:23
+msgid "Females"
+msgstr "Самка"
-#: ../../mod/setup.php:434
-msgid "libCurl PHP module"
-msgstr "libCurl PHP модуль"
+#: ../../include/profile_selectors.php:23
+msgid "Gay"
+msgstr "Гей"
-#: ../../mod/setup.php:435
-msgid "GD graphics PHP module"
-msgstr "GD graphics PHP модуль"
+#: ../../include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "Лесбиянка"
-#: ../../mod/setup.php:436
-msgid "OpenSSL PHP module"
-msgstr "OpenSSL PHP модуль"
+#: ../../include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "Без предпочтений"
-#: ../../mod/setup.php:437
-msgid "mysqli PHP module"
-msgstr "mysqli PHP модуль"
+#: ../../include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "Двуполый"
-#: ../../mod/setup.php:438
-msgid "mb_string PHP module"
-msgstr "mb_string PHP модуль"
+#: ../../include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "Autosexual"
-#: ../../mod/setup.php:439
-msgid "mcrypt PHP module"
-msgstr "mcrypt PHP модуль"
+#: ../../include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "Воздержанный"
-#: ../../mod/setup.php:444 ../../mod/setup.php:446
-msgid "Apache mod_rewrite module"
-msgstr "Apache mod_rewrite модуль"
+#: ../../include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "Девственница"
-#: ../../mod/setup.php:444
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr ""
+#: ../../include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "Отклоняющийся от нормы"
-#: ../../mod/setup.php:450 ../../mod/setup.php:453
-msgid "proc_open"
-msgstr "proc_open"
+#: ../../include/profile_selectors.php:23
+msgid "Fetish"
+msgstr "Фетиш"
-#: ../../mod/setup.php:450
-msgid ""
-"Error: proc_open is required but is either not installed or has been "
-"disabled in php.ini"
-msgstr ""
+#: ../../include/profile_selectors.php:23
+msgid "Oodles"
+msgstr "Множественный"
-#: ../../mod/setup.php:458
-msgid "Error: libCURL PHP module required but not installed."
-msgstr ""
+#: ../../include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "Несексуальный"
-#: ../../mod/setup.php:462
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Single"
+msgstr "Одинок"
-#: ../../mod/setup.php:466
-msgid "Error: openssl PHP module required but not installed."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Lonely"
+msgstr "Уединенный"
-#: ../../mod/setup.php:470
-msgid "Error: mysqli PHP module required but not installed."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Available"
+msgstr "Доступный"
-#: ../../mod/setup.php:474
-msgid "Error: mb_string PHP module required but not installed."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "Недоступный"
-#: ../../mod/setup.php:478
-msgid "Error: mcrypt PHP module required but not installed."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "Столкновение"
-#: ../../mod/setup.php:494
-msgid ""
-"The web installer needs to be able to create a file called \".htconfig.php\""
-" in the top folder of your web server and it is unable to do so."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr "Влюбленный"
-#: ../../mod/setup.php:495
-msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Dating"
+msgstr "Датировка"
-#: ../../mod/setup.php:496
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Red top folder."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "Неверный"
-#: ../../mod/setup.php:497
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"install/INSTALL.txt\" for instructions."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "Секс наркоман"
-#: ../../mod/setup.php:500
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php доступен для записи"
+#: ../../include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "Друзья / Преимущества"
-#: ../../mod/setup.php:510
-msgid ""
-"Red uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Casual"
+msgstr "Случайный"
-#: ../../mod/setup.php:511
-msgid ""
-"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."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "Помолвленный"
-#: ../../mod/setup.php:512 ../../mod/setup.php:530
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Married"
+msgstr "Женат"
-#: ../../mod/setup.php:513
-msgid ""
-"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."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily married"
+msgstr "Мысленно женат"
-#: ../../mod/setup.php:516
-msgid "view/tpl/smarty3 is writable"
-msgstr "view/tpl/smarty3 доступен для записи"
+#: ../../include/profile_selectors.php:42
+msgid "Partners"
+msgstr "Партнеры"
-#: ../../mod/setup.php:529
-msgid ""
-"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"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Cohabiting"
+msgstr "Сожительствующие"
-#: ../../mod/setup.php:533
-msgid "store is writable"
+#: ../../include/profile_selectors.php:42
+msgid "Common law"
msgstr ""
-#: ../../mod/setup.php:548
-msgid "SSL certificate validation"
-msgstr "проверка сертификата SSL"
+#: ../../include/profile_selectors.php:42
+msgid "Happy"
+msgstr "Счастливый"
-#: ../../mod/setup.php:548
-msgid ""
-"SSL certificate cannot be validated. Fix certificate or disable https access"
-" to this site."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Not looking"
+msgstr "Не нуждаюсь"
-#: ../../mod/setup.php:555
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
+#: ../../include/profile_selectors.php:42
+msgid "Swinger"
msgstr ""
-#: ../../mod/setup.php:557
-msgid "Url rewrite is working"
-msgstr "Url rewrite работает"
-
-#: ../../mod/setup.php:567
-msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
+#: ../../include/profile_selectors.php:42
+msgid "Betrayed"
msgstr ""
-#: ../../mod/setup.php:591
-msgid "Errors encountered creating database tables."
+#: ../../include/profile_selectors.php:42
+msgid "Separated"
msgstr ""
-#: ../../mod/setup.php:604
-msgid "<h1>What next</h1>"
-msgstr "<h1>Что дальше</h1>"
+#: ../../include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "Колеблющийся"
-#: ../../mod/setup.php:605
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Divorced"
+msgstr "Разведенный"
-#: ../../mod/rpost.php:84 ../../mod/editpost.php:42
-msgid "Edit post"
-msgstr "Редактировать сообщение"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+msgstr "Мысленно разведенный"
-#: ../../mod/subthread.php:105
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s следит %2$s's %3$s"
+#: ../../include/profile_selectors.php:42
+msgid "Widowed"
+msgstr "Овдовевший"
-#: ../../mod/update_network.php:23 ../../mod/update_channel.php:43
-#: ../../mod/update_search.php:46 ../../mod/update_display.php:25
-#: ../../mod/update_community.php:18
-msgid "[Embedded content - reload page to view]"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "Неопределенный"
-#: ../../mod/chanview.php:97
-msgid "toggle full screen mode"
-msgstr "переключение полноэкранного режима"
+#: ../../include/profile_selectors.php:42
+msgid "It's complicated"
+msgstr "Это сложно"
-#: ../../mod/tagger.php:98
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Don't care"
+msgstr "Не заботьтесь"
-#: ../../mod/viewconnections.php:17 ../../mod/search.php:12
-#: ../../mod/photos.php:573 ../../mod/directory.php:15 ../../mod/display.php:9
-#: ../../mod/community.php:18 ../../mod/dirprofile.php:9
-msgid "Public access denied."
-msgstr "Общественный доступ запрещен."
+#: ../../include/profile_selectors.php:42
+msgid "Ask me"
+msgstr "Спроси меня"
-#: ../../mod/viewconnections.php:43
-msgid "No connections."
-msgstr "Никаких связей."
+#: ../../include/auth.php:79
+msgid "Logged out."
+msgstr "Вышел из системы."
-#: ../../mod/viewconnections.php:55
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Посетить %s's ​​профиль [%s]"
+#: ../../include/auth.php:198
+msgid "Failed authentication"
+msgstr "Ошибка аутентификации"
-#: ../../mod/viewconnections.php:70
-msgid "View Connnections"
-msgstr "Просмотр контактов"
+#: ../../include/auth.php:213 ../../mod/openid.php:188
+msgid "Login failed."
+msgstr "Не удалось войти."
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
-msgstr "Тег удален"
+#: ../../include/security.php:301
+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."
+msgstr ""
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
-msgstr "Удалить Тег"
+#: ../../mod/mood.php:132
+msgid "Set your current mood and tell your friends"
+msgstr ""
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
-msgstr "Выбрать тег для удаления: "
+#: ../../mod/mitem.php:14 ../../mod/menu.php:92
+msgid "Menu not found."
+msgstr "Меню не найдено."
-#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130
-msgid "Remove"
-msgstr "Удалить"
+#: ../../mod/mitem.php:47
+msgid "Menu element updated."
+msgstr "Меню обновлено."
-#: ../../mod/connect.php:55 ../../mod/connect.php:103
-msgid "Continue"
+#: ../../mod/mitem.php:51
+msgid "Unable to update menu element."
msgstr ""
-#: ../../mod/connect.php:84
-msgid "Premium Channel Setup"
-msgstr ""
+#: ../../mod/mitem.php:57
+msgid "Menu element added."
+msgstr "Элемент меню добавлен."
-#: ../../mod/connect.php:86
-msgid "Enable premium channel connection restrictions"
-msgstr ""
+#: ../../mod/mitem.php:61
+msgid "Unable to add menu element."
+msgstr "Невозможно добавить элемент меню."
-#: ../../mod/connect.php:87
-msgid ""
-"Please enter your restrictions or conditions, such as paypal receipt, usage "
-"guidelines, etc."
-msgstr ""
+#: ../../mod/mitem.php:78 ../../mod/dirprofile.php:175 ../../mod/menu.php:120
+#: ../../mod/xchan.php:27
+msgid "Not found."
+msgstr "Не найдено."
-#: ../../mod/connect.php:89 ../../mod/connect.php:109
-msgid ""
-"This channel may require additional steps or acknowledgement of the "
-"following conditions prior to connecting:"
-msgstr ""
+#: ../../mod/mitem.php:96
+msgid "Manage Menu Elements"
+msgstr "Управление элементов меню"
-#: ../../mod/connect.php:90
-msgid ""
-"Potential connections will then see the following text before proceeding:"
-msgstr ""
+#: ../../mod/mitem.php:99
+msgid "Edit menu"
+msgstr "Редактировать меню"
-#: ../../mod/connect.php:91 ../../mod/connect.php:112
-msgid ""
-"By continuing, I certify that I have complied with any instructions provided"
-" on this page."
-msgstr ""
+#: ../../mod/mitem.php:102
+msgid "Edit element"
+msgstr "Редактировать элемент"
-#: ../../mod/connect.php:100
-msgid "(No specific instructions have been provided by the channel owner.)"
-msgstr ""
+#: ../../mod/mitem.php:103
+msgid "Drop element"
+msgstr "Удалить элемент"
-#: ../../mod/connect.php:108
-msgid "Restricted or Premium Channel"
-msgstr ""
+#: ../../mod/mitem.php:104
+msgid "New element"
+msgstr "Новый элемент"
-#: ../../mod/delegate.php:95
-msgid "No potential page delegates located."
+#: ../../mod/mitem.php:105
+msgid "Edit this menu container"
msgstr ""
-#: ../../mod/delegate.php:121
-msgid "Delegate Page Management"
-msgstr ""
+#: ../../mod/mitem.php:106
+msgid "Add menu element"
+msgstr "Добавить элемент меню"
-#: ../../mod/delegate.php:123
-msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
-msgstr ""
+#: ../../mod/mitem.php:107
+msgid "Delete this menu item"
+msgstr "Удалить элемент меню"
-#: ../../mod/delegate.php:124
-msgid "Existing Page Managers"
-msgstr ""
+#: ../../mod/mitem.php:108
+msgid "Edit this menu item"
+msgstr "Редактировать элемент меню"
-#: ../../mod/delegate.php:126
-msgid "Existing Page Delegates"
-msgstr ""
+#: ../../mod/mitem.php:131
+msgid "New Menu Element"
+msgstr "Новый элемент меню"
-#: ../../mod/delegate.php:128
-msgid "Potential Delegates"
+#: ../../mod/mitem.php:133 ../../mod/mitem.php:176
+msgid "Menu Item Permissions"
msgstr ""
-#: ../../mod/delegate.php:131
-msgid "Add"
-msgstr "Добавить"
+#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:959
+msgid "(click to open/close)"
+msgstr "(нажмите, чтобы открыть / закрыть)"
-#: ../../mod/delegate.php:132
-msgid "No entries."
-msgstr "Нет записей."
+#: ../../mod/mitem.php:136 ../../mod/mitem.php:180
+msgid "Link text"
+msgstr "Текст ссылки"
-#: ../../mod/sources.php:28
-msgid "Failed to create source. No channel selected."
+#: ../../mod/mitem.php:137 ../../mod/mitem.php:181
+msgid "URL of link"
msgstr ""
-#: ../../mod/sources.php:41
-msgid "Source created."
+#: ../../mod/mitem.php:138 ../../mod/mitem.php:182
+msgid "Use Red magic-auth if available"
msgstr ""
-#: ../../mod/sources.php:53
-msgid "Source updated."
+#: ../../mod/mitem.php:139 ../../mod/mitem.php:183
+msgid "Open link in new window"
msgstr ""
-#: ../../mod/sources.php:82
-msgid "Manage remote sources of content for your channel."
+#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
+msgid "Order in list"
msgstr ""
-#: ../../mod/sources.php:83 ../../mod/sources.php:93
-msgid "New Source"
+#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
+msgid "Higher numbers will sink to bottom of listing"
msgstr ""
-#: ../../mod/sources.php:94 ../../mod/sources.php:126
-msgid ""
-"Import all or selected content from the following channel into this channel "
-"and distribute it according to your channel settings."
-msgstr ""
+#: ../../mod/mitem.php:142 ../../mod/menu.php:84 ../../mod/new_channel.php:117
+msgid "Create"
+msgstr "Создать"
-#: ../../mod/sources.php:95 ../../mod/sources.php:127
-msgid "Only import content with these words (one per line)"
-msgstr ""
+#: ../../mod/mitem.php:154
+msgid "Menu item not found."
+msgstr "Элемент меню не найден."
-#: ../../mod/sources.php:95 ../../mod/sources.php:127
-msgid "Leave blank to import all public content"
+#: ../../mod/mitem.php:163
+msgid "Menu item deleted."
+msgstr "Элемент меню удален."
+
+#: ../../mod/mitem.php:165
+msgid "Menu item could not be deleted."
msgstr ""
-#: ../../mod/sources.php:96 ../../mod/sources.php:130
-#: ../../mod/new_channel.php:110
-msgid "Channel Name"
-msgstr "Имя канала"
+#: ../../mod/mitem.php:174
+msgid "Edit Menu Element"
+msgstr "Редактировать элемент меню"
-#: ../../mod/sources.php:116 ../../mod/sources.php:143
-msgid "Source not found."
-msgstr ""
+#: ../../mod/mitem.php:186 ../../mod/menu.php:114
+msgid "Modify"
+msgstr "Изменить"
-#: ../../mod/sources.php:123
-msgid "Edit Source"
-msgstr ""
+#: ../../mod/ping.php:192
+msgid "sent you a private message"
+msgstr "отправил вам личное сообщение"
-#: ../../mod/sources.php:124
-msgid "Delete Source"
-msgstr ""
+#: ../../mod/ping.php:250
+msgid "added your channel"
+msgstr "добавил ваш канал"
-#: ../../mod/sources.php:151
-msgid "Source removed"
+#: ../../mod/ping.php:294
+msgid "posted an event"
msgstr ""
-#: ../../mod/sources.php:153
-msgid "Unable to remove source."
+#: ../../mod/acl.php:239
+msgid "network"
msgstr ""
-#: ../../mod/admin.php:48
+#: ../../mod/admin.php:52
msgid "Theme settings updated."
msgstr "Настройки темы обновленны."
-#: ../../mod/admin.php:87 ../../mod/admin.php:419
+#: ../../mod/admin.php:92 ../../mod/admin.php:440
msgid "Site"
msgstr "Сайт"
-#: ../../mod/admin.php:88 ../../mod/admin.php:685 ../../mod/admin.php:697
-msgid "Users"
+#: ../../mod/admin.php:93
+msgid "Accounts"
msgstr "Пользователи"
-#: ../../mod/admin.php:89 ../../mod/admin.php:783 ../../mod/admin.php:825
+#: ../../mod/admin.php:94 ../../mod/admin.php:883
+msgid "Channels"
+msgstr "Каналы"
+
+#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016
msgid "Plugins"
msgstr "Плагины"
-#: ../../mod/admin.php:90 ../../mod/admin.php:988 ../../mod/admin.php:1024
+#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215
msgid "Themes"
msgstr "Темы"
-#: ../../mod/admin.php:91 ../../mod/admin.php:478
+#: ../../mod/admin.php:97 ../../mod/admin.php:540
msgid "Server"
-msgstr "Сервер"
+msgstr "Серверы"
-#: ../../mod/admin.php:92
+#: ../../mod/admin.php:98
msgid "DB updates"
-msgstr "Обновления базы данных"
+msgstr "Обновление базы данных"
-#: ../../mod/admin.php:106 ../../mod/admin.php:113 ../../mod/admin.php:1111
+#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302
msgid "Logs"
msgstr "Журналы"
-#: ../../mod/admin.php:112
+#: ../../mod/admin.php:118
msgid "Plugin Features"
msgstr "Функции плагинов"
-#: ../../mod/admin.php:114
+#: ../../mod/admin.php:120
msgid "User registrations waiting for confirmation"
msgstr "Регистрации пользователей, которые ждут подтверждения"
-#: ../../mod/admin.php:188
+#: ../../mod/admin.php:197
msgid "Message queues"
msgstr "Очередь недоставленных сообщений"
-#: ../../mod/admin.php:193 ../../mod/admin.php:418 ../../mod/admin.php:477
-#: ../../mod/admin.php:684 ../../mod/admin.php:782 ../../mod/admin.php:824
-#: ../../mod/admin.php:987 ../../mod/admin.php:1023 ../../mod/admin.php:1110
+#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539
+#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973
+#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214
+#: ../../mod/admin.php:1301
msgid "Administration"
msgstr "Администрация"
-#: ../../mod/admin.php:194
+#: ../../mod/admin.php:203
msgid "Summary"
msgstr "Резюме"
-#: ../../mod/admin.php:196
+#: ../../mod/admin.php:205
msgid "Registered users"
msgstr "Всего пользователeй"
-#: ../../mod/admin.php:198 ../../mod/admin.php:481
+#: ../../mod/admin.php:207 ../../mod/admin.php:543
msgid "Pending registrations"
msgstr "Ждут утверждения"
-#: ../../mod/admin.php:199
+#: ../../mod/admin.php:208
msgid "Version"
msgstr "Версия системы"
-#: ../../mod/admin.php:201 ../../mod/admin.php:482
+#: ../../mod/admin.php:210 ../../mod/admin.php:544
msgid "Active plugins"
msgstr "Активные плагины"
-#: ../../mod/admin.php:342
+#: ../../mod/admin.php:360
msgid "Site settings updated."
msgstr "Настройки сайта обновлены."
-#: ../../mod/admin.php:371 ../../mod/settings.php:700
+#: ../../mod/admin.php:389 ../../mod/settings.php:708
msgid "No special theme for mobile devices"
msgstr "Нет специальной темы для мобильных устройств"
-#: ../../mod/admin.php:373
+#: ../../mod/admin.php:391
msgid "No special theme for accessibility"
msgstr ""
-#: ../../mod/admin.php:398
-msgid "Closed"
-msgstr "Регистрация закрыта"
+#: ../../mod/admin.php:419 ../../mod/api.php:106 ../../mod/profiles.php:484
+#: ../../mod/settings.php:876 ../../mod/settings.php:881
+#: ../../mod/settings.php:952
+msgid "No"
+msgstr "Нет"
-#: ../../mod/admin.php:399
-msgid "Requires approval"
-msgstr "Регистрация требует подтверждения"
+#: ../../mod/admin.php:420
+msgid "Yes - with approval"
+msgstr ""
-#: ../../mod/admin.php:400
-msgid "Open"
-msgstr "Регистрация открыта"
+#: ../../mod/admin.php:421 ../../mod/api.php:105 ../../mod/profiles.php:483
+#: ../../mod/settings.php:876 ../../mod/settings.php:881
+#: ../../mod/settings.php:952
+msgid "Yes"
+msgstr "Да"
-#: ../../mod/admin.php:405
-msgid "Private"
-msgstr "Личный доступ"
+#: ../../mod/admin.php:426
+msgid "My site is not a public server"
+msgstr ""
-#: ../../mod/admin.php:406
-msgid "Paid Access"
-msgstr "Платный доступ"
+#: ../../mod/admin.php:427
+msgid "My site has paid access only"
+msgstr ""
-#: ../../mod/admin.php:407
-msgid "Free Access"
-msgstr "Свободный доступ"
+#: ../../mod/admin.php:428
+msgid "My site has free access only"
+msgstr ""
-#: ../../mod/admin.php:408
-msgid "Tiered Access"
+#: ../../mod/admin.php:429
+msgid "My site offers free accounts with optional paid upgrades"
msgstr ""
-#: ../../mod/admin.php:421 ../../mod/register.php:189
+#: ../../mod/admin.php:442 ../../mod/register.php:189
msgid "Registration"
msgstr "Регистрация"
-#: ../../mod/admin.php:422
+#: ../../mod/admin.php:443
msgid "File upload"
msgstr "Загрузка файла"
-#: ../../mod/admin.php:423
+#: ../../mod/admin.php:444
msgid "Policies"
msgstr "Правила"
-#: ../../mod/admin.php:424
-msgid "Advanced"
-msgstr "Дополнительно"
-
-#: ../../mod/admin.php:428
+#: ../../mod/admin.php:449
msgid "Site name"
msgstr "Название сайта"
-#: ../../mod/admin.php:429
+#: ../../mod/admin.php:450
msgid "Banner/Logo"
msgstr "Баннер / логотип"
-#: ../../mod/admin.php:430
+#: ../../mod/admin.php:451
+msgid "Administrator Information"
+msgstr ""
+
+#: ../../mod/admin.php:451
+msgid ""
+"Contact information for site administrators. Displayed on siteinfo page. "
+"BBCode can be used here"
+msgstr ""
+
+#: ../../mod/admin.php:452
msgid "System language"
msgstr "Язык системы"
-#: ../../mod/admin.php:431
+#: ../../mod/admin.php:453
msgid "System theme"
msgstr "Тема системы"
-#: ../../mod/admin.php:431
+#: ../../mod/admin.php:453
msgid ""
"Default system theme - may be over-ridden by user profiles - <a href='#' "
"id='cnftheme'>change theme settings</a>"
msgstr ""
-#: ../../mod/admin.php:432
+#: ../../mod/admin.php:454
msgid "Mobile system theme"
msgstr "Мобильная тема системы"
-#: ../../mod/admin.php:432
+#: ../../mod/admin.php:454
msgid "Theme for mobile devices"
msgstr "Тема для мобильных устройств"
-#: ../../mod/admin.php:433
+#: ../../mod/admin.php:455
msgid "Accessibility system theme"
msgstr ""
-#: ../../mod/admin.php:433
+#: ../../mod/admin.php:455
msgid "Accessibility theme"
msgstr ""
-#: ../../mod/admin.php:434
+#: ../../mod/admin.php:456
msgid "Channel to use for this website's static pages"
msgstr ""
-#: ../../mod/admin.php:434
+#: ../../mod/admin.php:456
msgid "Site Channel"
msgstr "Канал сайта"
-#: ../../mod/admin.php:436
+#: ../../mod/admin.php:458
msgid "Maximum image size"
msgstr "Максимальный размер"
-#: ../../mod/admin.php:436
+#: ../../mod/admin.php:458
msgid ""
"Maximum size in bytes of uploaded images. Default is 0, which means no "
"limits."
msgstr ""
-#: ../../mod/admin.php:437
-msgid "Register policy"
-msgstr "Статус регистрации"
+#: ../../mod/admin.php:459
+msgid "Does this site allow new member registration?"
+msgstr ""
-#: ../../mod/admin.php:438
-msgid "Access policy"
-msgstr "Правила доступа"
+#: ../../mod/admin.php:460
+msgid "Which best describes the types of account offered by this hub?"
+msgstr ""
-#: ../../mod/admin.php:439
+#: ../../mod/admin.php:461
msgid "Register text"
msgstr "Текст регистрации"
-#: ../../mod/admin.php:439
+#: ../../mod/admin.php:461
msgid "Will be displayed prominently on the registration page."
msgstr ""
-#: ../../mod/admin.php:440
+#: ../../mod/admin.php:462
msgid "Accounts abandoned after x days"
msgstr ""
-#: ../../mod/admin.php:440
+#: ../../mod/admin.php:462
msgid ""
"Will not waste system resources polling external sites for abandonded "
"accounts. Enter 0 for no time limit."
msgstr ""
-#: ../../mod/admin.php:441
+#: ../../mod/admin.php:463
msgid "Allowed friend domains"
-msgstr ""
+msgstr "Разрешенные домены друзей"
-#: ../../mod/admin.php:441
+#: ../../mod/admin.php:463
msgid ""
"Comma separated list of domains which are allowed to establish friendships "
"with this site. Wildcards are accepted. Empty to allow any domains"
msgstr ""
-#: ../../mod/admin.php:442
+#: ../../mod/admin.php:464
msgid "Allowed email domains"
-msgstr ""
+msgstr "Разрешенные домены электронной почты"
-#: ../../mod/admin.php:442
+#: ../../mod/admin.php:464
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 ""
-#: ../../mod/admin.php:443
+#: ../../mod/admin.php:465
msgid "Block public"
msgstr "Блокировать публичный доступ"
-#: ../../mod/admin.php:443
+#: ../../mod/admin.php:465
msgid ""
"Check to block public access to all otherwise public personal pages on this "
"site unless you are currently logged in."
msgstr ""
-#: ../../mod/admin.php:444
+#: ../../mod/admin.php:466
msgid "Force publish"
msgstr "Заставить публиковать"
-#: ../../mod/admin.php:444
+#: ../../mod/admin.php:466
msgid ""
"Check to force all profiles on this site to be listed in the site directory."
msgstr ""
-#: ../../mod/admin.php:445
+#: ../../mod/admin.php:467
+msgid "Disable discovery tab"
+msgstr "Отключить вкладку \"обнаруженные\""
+
+#: ../../mod/admin.php:467
+msgid ""
+"Remove the tab in the network view with public content pulled from sources "
+"chosen for this site."
+msgstr ""
+
+#: ../../mod/admin.php:468
msgid "No login on Homepage"
msgstr ""
-#: ../../mod/admin.php:445
+#: ../../mod/admin.php:468
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 ""
-#: ../../mod/admin.php:447
+#: ../../mod/admin.php:470
msgid "Proxy user"
msgstr "Proxy пользователь"
-#: ../../mod/admin.php:448
+#: ../../mod/admin.php:471
msgid "Proxy URL"
msgstr "Proxy URL"
-#: ../../mod/admin.php:449
+#: ../../mod/admin.php:472
msgid "Network timeout"
msgstr "Время ожидания сети"
-#: ../../mod/admin.php:449
+#: ../../mod/admin.php:472
msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
msgstr ""
-#: ../../mod/admin.php:450
+#: ../../mod/admin.php:473
msgid "Delivery interval"
msgstr "Интервал доставки"
-#: ../../mod/admin.php:450
+#: ../../mod/admin.php:473
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 ""
-#: ../../mod/admin.php:451
+#: ../../mod/admin.php:474
msgid "Poll interval"
msgstr "Интервал опроса"
-#: ../../mod/admin.php:451
+#: ../../mod/admin.php:474
msgid ""
"Delay background polling processes by this many seconds to reduce system "
"load. If 0, use delivery interval."
msgstr ""
-#: ../../mod/admin.php:452
+#: ../../mod/admin.php:475
msgid "Maximum Load Average"
msgstr ""
-#: ../../mod/admin.php:452
+#: ../../mod/admin.php:475
msgid ""
"Maximum system load before delivery and poll processes are deferred - "
"default 50."
msgstr ""
-#: ../../mod/admin.php:469
+#: ../../mod/admin.php:531
msgid "No server found"
msgstr "Сервер не найден"
-#: ../../mod/admin.php:476 ../../mod/admin.php:698
+#: ../../mod/admin.php:538 ../../mod/admin.php:762
msgid "ID"
msgstr "ID"
-#: ../../mod/admin.php:476
+#: ../../mod/admin.php:538
msgid "for channel"
msgstr ""
-#: ../../mod/admin.php:476
+#: ../../mod/admin.php:538
msgid "on server"
msgstr ""
-#: ../../mod/admin.php:476
+#: ../../mod/admin.php:538
msgid "Status"
msgstr "Статус"
-#: ../../mod/admin.php:496
+#: ../../mod/admin.php:559
msgid "Update has been marked successful"
msgstr ""
-#: ../../mod/admin.php:506
+#: ../../mod/admin.php:569
#, php-format
msgid "Executing %s failed. Check system logs."
msgstr ""
-#: ../../mod/admin.php:509
+#: ../../mod/admin.php:572
#, php-format
msgid "Update %s was successfully applied."
msgstr ""
-#: ../../mod/admin.php:513
+#: ../../mod/admin.php:576
#, php-format
msgid "Update %s did not return a status. Unknown if it succeeded."
msgstr ""
-#: ../../mod/admin.php:516
+#: ../../mod/admin.php:579
#, php-format
msgid "Update function %s could not be found."
msgstr ""
-#: ../../mod/admin.php:531
+#: ../../mod/admin.php:594
msgid "No failed updates."
msgstr "Ошибок обновлений нет."
-#: ../../mod/admin.php:535
+#: ../../mod/admin.php:598
msgid "Failed Updates"
msgstr "Обновления с ошибками"
-#: ../../mod/admin.php:537
+#: ../../mod/admin.php:600
msgid "Mark success (if update was manually applied)"
msgstr ""
-#: ../../mod/admin.php:538
+#: ../../mod/admin.php:601
msgid "Attempt to execute this update step automatically"
msgstr ""
-#: ../../mod/admin.php:564
+#: ../../mod/admin.php:627
#, php-format
msgid "%s user blocked/unblocked"
msgid_plural "%s users blocked/unblocked"
@@ -4634,7 +3940,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: ../../mod/admin.php:571
+#: ../../mod/admin.php:634
#, php-format
msgid "%s user deleted"
msgid_plural "%s users deleted"
@@ -4642,736 +3948,388 @@ msgstr[0] "%s канал удален"
msgstr[1] "%s канала удалены"
msgstr[2] "%s каналов удалено"
-#: ../../mod/admin.php:602
+#: ../../mod/admin.php:665
msgid "Account not found"
msgstr "Аккаунт не найден"
-#: ../../mod/admin.php:613
+#: ../../mod/admin.php:676
#, php-format
msgid "User '%s' deleted"
msgstr "Пользователь '%s' удален"
-#: ../../mod/admin.php:622
+#: ../../mod/admin.php:685
#, php-format
msgid "User '%s' unblocked"
msgstr "Пользователь '%s' разрешен"
-#: ../../mod/admin.php:622
+#: ../../mod/admin.php:685
#, php-format
msgid "User '%s' blocked"
msgstr "Пользователь '%s' заблокирован"
-#: ../../mod/admin.php:687
+#: ../../mod/admin.php:749 ../../mod/admin.php:761
+msgid "Users"
+msgstr "Пользователи"
+
+#: ../../mod/admin.php:751 ../../mod/admin.php:885
msgid "select all"
msgstr "выбрать все"
-#: ../../mod/admin.php:688
+#: ../../mod/admin.php:752
msgid "User registrations waiting for confirm"
msgstr "Регистрации пользователей ждут подтверждения"
-#: ../../mod/admin.php:689
+#: ../../mod/admin.php:753
msgid "Request date"
msgstr "Дата запроса"
-#: ../../mod/admin.php:689 ../../mod/settings.php:509
-#: ../../mod/settings.php:535
-msgid "Name"
-msgstr "Имя"
-
-#: ../../mod/admin.php:690
+#: ../../mod/admin.php:754
msgid "No registrations."
msgstr "Новых регистраций пока нет."
-#: ../../mod/admin.php:691
+#: ../../mod/admin.php:755
msgid "Approve"
msgstr "Утвердить"
-#: ../../mod/admin.php:692
+#: ../../mod/admin.php:756
msgid "Deny"
msgstr "Запретить"
-#: ../../mod/admin.php:698
+#: ../../mod/admin.php:758 ../../mod/connedit.php:372
+#: ../../mod/connedit.php:515
+msgid "Block"
+msgstr "Заблокировать"
+
+#: ../../mod/admin.php:759 ../../mod/connedit.php:372
+#: ../../mod/connedit.php:515
+msgid "Unblock"
+msgstr "Разрешить"
+
+#: ../../mod/admin.php:762
msgid "Register date"
msgstr "Дата регистрации"
-#: ../../mod/admin.php:698
+#: ../../mod/admin.php:762
msgid "Last login"
msgstr "Последний вход"
-#: ../../mod/admin.php:698
+#: ../../mod/admin.php:762
msgid "Expires"
msgstr ""
-#: ../../mod/admin.php:698
+#: ../../mod/admin.php:762
msgid "Service Class"
msgstr "Класс службы"
-#: ../../mod/admin.php:700
+#: ../../mod/admin.php:764
msgid ""
"Selected users will be deleted!\\n\\nEverything these users had posted on "
"this site will be permanently deleted!\\n\\nAre you sure?"
msgstr ""
-#: ../../mod/admin.php:701
+#: ../../mod/admin.php:765
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 ""
-#: ../../mod/admin.php:742
+#: ../../mod/admin.php:797
+#, php-format
+msgid "%s channel censored/uncensored"
+msgid_plural "%s channelss censored/uncensored"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: ../../mod/admin.php:804
+#, php-format
+msgid "%s channel deleted"
+msgid_plural "%s channels deleted"
+msgstr[0] "%s канал удален"
+msgstr[1] "%s канала удалены"
+msgstr[2] "%s каналы удалены"
+
+#: ../../mod/admin.php:823
+msgid "Channel not found"
+msgstr ""
+
+#: ../../mod/admin.php:834
+#, php-format
+msgid "Channel '%s' deleted"
+msgstr ""
+
+#: ../../mod/admin.php:844
+#, php-format
+msgid "Channel '%s' uncensored"
+msgstr ""
+
+#: ../../mod/admin.php:844
+#, php-format
+msgid "Channel '%s' censored"
+msgstr ""
+
+#: ../../mod/admin.php:887
+msgid "Censor"
+msgstr ""
+
+#: ../../mod/admin.php:888
+msgid "Uncensor"
+msgstr ""
+
+#: ../../mod/admin.php:891
+msgid "UID"
+msgstr ""
+
+#: ../../mod/admin.php:891 ../../mod/settings.php:517
+#: ../../mod/settings.php:543
+msgid "Name"
+msgstr "Имя"
+
+#: ../../mod/admin.php:891 ../../mod/profiles.php:337
+msgid "Address"
+msgstr "Адрес"
+
+#: ../../mod/admin.php:893
+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 ""
+
+#: ../../mod/admin.php:894
+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 ""
+
+#: ../../mod/admin.php:933
#, php-format
msgid "Plugin %s disabled."
msgstr "Плагин %s отключен."
-#: ../../mod/admin.php:746
+#: ../../mod/admin.php:937
#, php-format
msgid "Plugin %s enabled."
msgstr "Плагин %s включен."
-#: ../../mod/admin.php:756 ../../mod/admin.php:958
+#: ../../mod/admin.php:947 ../../mod/admin.php:1149
msgid "Disable"
msgstr "Запретить"
-#: ../../mod/admin.php:758 ../../mod/admin.php:960
+#: ../../mod/admin.php:949 ../../mod/admin.php:1151
msgid "Enable"
msgstr "Разрешить"
-#: ../../mod/admin.php:784 ../../mod/admin.php:989
+#: ../../mod/admin.php:975 ../../mod/admin.php:1180
msgid "Toggle"
msgstr "Переключить"
-#: ../../mod/admin.php:792 ../../mod/admin.php:999
+#: ../../mod/admin.php:983 ../../mod/admin.php:1190
msgid "Author: "
msgstr "Автор: "
-#: ../../mod/admin.php:793 ../../mod/admin.php:1000
+#: ../../mod/admin.php:984 ../../mod/admin.php:1191
msgid "Maintainer: "
msgstr "Обслуживающий: "
-#: ../../mod/admin.php:922
+#: ../../mod/admin.php:1113
msgid "No themes found."
msgstr "Темы не найдены."
-#: ../../mod/admin.php:981
+#: ../../mod/admin.php:1172
msgid "Screenshot"
msgstr "Скриншот"
-#: ../../mod/admin.php:1029
+#: ../../mod/admin.php:1220
msgid "[Experimental]"
msgstr "[экспериментальный]"
-#: ../../mod/admin.php:1030
+#: ../../mod/admin.php:1221
msgid "[Unsupported]"
msgstr "[неподдерживаемый]"
-#: ../../mod/admin.php:1057
+#: ../../mod/admin.php:1248
msgid "Log settings updated."
msgstr "Настройки журнала обновленны."
-#: ../../mod/admin.php:1113
+#: ../../mod/admin.php:1304
msgid "Clear"
msgstr "Очистить"
-#: ../../mod/admin.php:1119
+#: ../../mod/admin.php:1310
msgid "Debugging"
msgstr "Включить/Выключить"
-#: ../../mod/admin.php:1120
+#: ../../mod/admin.php:1311
msgid "Log file"
msgstr "Файл журнала"
-#: ../../mod/admin.php:1120
+#: ../../mod/admin.php:1311
msgid ""
"Must be writable by web server. Relative to your Red top-level directory."
msgstr "Должна быть доступна для записи веб-сервером. Относительно верхнего уровня веб-сайта."
-#: ../../mod/admin.php:1121
+#: ../../mod/admin.php:1312
msgid "Log level"
msgstr "Уровень журнала"
-#: ../../mod/mitem.php:14 ../../mod/menu.php:87
-msgid "Menu not found."
-msgstr "Меню не найдено."
-
-#: ../../mod/mitem.php:47
-msgid "Menu element updated."
-msgstr "Меню обновлено."
-
-#: ../../mod/mitem.php:51
-msgid "Unable to update menu element."
-msgstr ""
-
-#: ../../mod/mitem.php:57
-msgid "Menu element added."
-msgstr "Элемент меню добавлен."
-
-#: ../../mod/mitem.php:61
-msgid "Unable to add menu element."
-msgstr ""
-
-#: ../../mod/mitem.php:78 ../../mod/xchan.php:25 ../../mod/menu.php:113
-#: ../../mod/dirprofile.php:176
-msgid "Not found."
-msgstr "Не найдено."
-
-#: ../../mod/mitem.php:96
-msgid "Manage Menu Elements"
-msgstr ""
-
-#: ../../mod/mitem.php:99
-msgid "Edit menu"
-msgstr "Редактировать меню"
-
-#: ../../mod/mitem.php:102
-msgid "Edit element"
-msgstr "Редактировать элемент"
-
-#: ../../mod/mitem.php:103
-msgid "Drop element"
-msgstr "Удалить элемент"
-
-#: ../../mod/mitem.php:104
-msgid "New element"
-msgstr "Новый элемент"
-
-#: ../../mod/mitem.php:105
-msgid "Edit this menu container"
-msgstr ""
-
-#: ../../mod/mitem.php:106
-msgid "Add menu element"
-msgstr "Добавить элемент меню"
-
-#: ../../mod/mitem.php:107
-msgid "Delete this menu item"
-msgstr ""
-
-#: ../../mod/mitem.php:108
-msgid "Edit this menu item"
-msgstr ""
-
-#: ../../mod/mitem.php:131
-msgid "New Menu Element"
-msgstr "Новый элемент меню"
-
-#: ../../mod/mitem.php:133 ../../mod/mitem.php:176
-msgid "Menu Item Permissions"
-msgstr ""
-
-#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:930
-msgid "(click to open/close)"
-msgstr "(нажмите, чтобы открыть / закрыть)"
-
-#: ../../mod/mitem.php:136 ../../mod/mitem.php:180
-msgid "Link text"
-msgstr "Текст ссылки"
-
-#: ../../mod/mitem.php:137 ../../mod/mitem.php:181
-msgid "URL of link"
-msgstr ""
-
-#: ../../mod/mitem.php:138 ../../mod/mitem.php:182
-msgid "Use Red magic-auth if available"
-msgstr ""
-
-#: ../../mod/mitem.php:139 ../../mod/mitem.php:183
-msgid "Open link in new window"
-msgstr ""
-
-#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
-msgid "Order in list"
-msgstr ""
-
-#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
-msgid "Higher numbers will sink to bottom of listing"
-msgstr ""
-
-#: ../../mod/mitem.php:142 ../../mod/menu.php:79 ../../mod/new_channel.php:117
-msgid "Create"
-msgstr "Создать"
-
-#: ../../mod/mitem.php:154
-msgid "Menu item not found."
-msgstr "Элемент меню не найден."
-
-#: ../../mod/mitem.php:163
-msgid "Menu item deleted."
+#: ../../mod/poke.php:159
+msgid "Poke/Prod"
msgstr ""
-#: ../../mod/mitem.php:165
-msgid "Menu item could not be deleted."
+#: ../../mod/poke.php:160
+msgid "poke, prod or do other things to somebody"
msgstr ""
-#: ../../mod/mitem.php:174
-msgid "Edit Menu Element"
-msgstr "Редактировать элемент меню"
+#: ../../mod/poke.php:161
+msgid "Recipient"
+msgstr "Получатель"
-#: ../../mod/mitem.php:186 ../../mod/menu.php:107
-msgid "Modify"
+#: ../../mod/poke.php:162
+msgid "Choose what you wish to do to recipient"
msgstr ""
-#: ../../mod/group.php:20
-msgid "Collection created."
-msgstr "Коллекция создана."
-
-#: ../../mod/group.php:26
-msgid "Could not create collection."
-msgstr "Не удалось создать коллекцию."
+#: ../../mod/poke.php:165
+msgid "Make this post private"
+msgstr "Сделать это сообщение личным"
-#: ../../mod/group.php:54
-msgid "Collection updated."
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
msgstr ""
-#: ../../mod/group.php:86
-msgid "Create a collection of channels."
-msgstr "Создать коллекцию контактов"
-
-#: ../../mod/group.php:87 ../../mod/group.php:183
-msgid "Collection Name: "
-msgstr "Название коллекции:"
-
-#: ../../mod/group.php:89 ../../mod/group.php:186
-msgid "Members are visible to other channels"
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
msgstr ""
-#: ../../mod/group.php:107
-msgid "Collection removed."
-msgstr "Коллекция удалена."
-
-#: ../../mod/group.php:109
-msgid "Unable to remove collection."
-msgstr "Невозможно удалить коллекцию."
-
-#: ../../mod/group.php:182
-msgid "Collection Editor"
-msgstr "Редактор коллекций"
-
-#: ../../mod/group.php:196
-msgid "Members"
-msgstr "Участники"
-
-#: ../../mod/group.php:198
-msgid "All Connected Channels"
-msgstr "Все подключенные контакы"
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr "Пожалуйста, войдите, чтобы продолжить."
-#: ../../mod/group.php:231
-msgid "Click on a channel to add or remove."
+#: ../../mod/api.php:104
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
msgstr ""
-#: ../../mod/photos.php:77
-msgid "Page owner information could not be retrieved."
+#: ../../mod/post.php:226
+msgid ""
+"Remote authentication blocked. You are logged into this site locally. Please"
+" logout and retry."
msgstr ""
-#: ../../mod/photos.php:97
-msgid "Album not found."
-msgstr "Альбом не найден."
-
-#: ../../mod/photos.php:119 ../../mod/photos.php:799
-msgid "Delete Album"
-msgstr "Удалить альбом"
-
-#: ../../mod/photos.php:159 ../../mod/photos.php:1061
-msgid "Delete Photo"
-msgstr "Удалить фотографию"
-
-#: ../../mod/photos.php:500
+#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178
#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s добавил тег в %2$s на %3$s"
-
-#: ../../mod/photos.php:500
-msgid "a photo"
-msgstr "фотография"
-
-#: ../../mod/photos.php:583
-msgid "No photos selected"
-msgstr "Никакие фотографии не выбраны"
+msgid "Welcome %s. Remote authentication successful."
+msgstr "Добро пожаловать %s. Удаленная аутентификация успешно завершена."
-#: ../../mod/photos.php:630
-msgid "Access to this item is restricted."
-msgstr "Доступ к этому элементу ограничен."
+#: ../../mod/attach.php:9
+msgid "Item not available."
+msgstr "Элемент недоступен."
-#: ../../mod/photos.php:704
+#: ../../mod/probe.php:23 ../../mod/probe.php:29
#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgid "Fetching URL returns error: %1$s"
msgstr ""
-#: ../../mod/photos.php:707
-#, php-format
-msgid "You have used %1$.2f Mbytes of photo storage."
-msgstr ""
-
-#: ../../mod/photos.php:726
-msgid "Upload Photos"
-msgstr "Загрузить фотографии"
-
-#: ../../mod/photos.php:730 ../../mod/photos.php:794
-msgid "New album name: "
-msgstr "Название нового альбома:"
-
-#: ../../mod/photos.php:731
-msgid "or existing album name: "
-msgstr "или существующий альбом:"
-
-#: ../../mod/photos.php:732
-msgid "Do not show a status post for this upload"
-msgstr ""
-
-#: ../../mod/photos.php:734 ../../mod/photos.php:1056
-#: ../../mod/filestorage.php:125
-msgid "Permissions"
-msgstr "Разрешения"
-
-#: ../../mod/photos.php:783 ../../mod/photos.php:805 ../../mod/photos.php:1232
-#: ../../mod/photos.php:1247
-msgid "Contact Photos"
-msgstr "Фотографии контакта"
-
-#: ../../mod/photos.php:809
-msgid "Edit Album"
-msgstr "Редактировать Фотоальбом"
-
-#: ../../mod/photos.php:815
-msgid "Show Newest First"
-msgstr "Показать новые первыми"
+#: ../../mod/block.php:27 ../../mod/page.php:35
+msgid "Invalid item."
+msgstr "Недействительный элемент."
-#: ../../mod/photos.php:817
-msgid "Show Oldest First"
-msgstr "Показать старые первыми"
+#: ../../mod/block.php:39 ../../mod/chanview.php:77 ../../mod/page.php:47
+#: ../../mod/home.php:52 ../../mod/wall_upload.php:28
+msgid "Channel not found."
+msgstr "Канал не найден."
-#: ../../mod/photos.php:860 ../../mod/photos.php:1279
-msgid "View Photo"
-msgstr "Посмотреть фотографию"
+#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:100
+#: ../../mod/help.php:72 ../../index.php:236
+msgid "Page not found."
+msgstr "Страница не найдена."
-#: ../../mod/photos.php:906
-msgid "Permission denied. Access to this item may be restricted."
+#: ../../mod/profile_photo.php:108
+msgid "Image uploaded but image cropping failed."
msgstr ""
-#: ../../mod/photos.php:908
-msgid "Photo not available"
-msgstr "Фотография не доступна"
-
-#: ../../mod/photos.php:966
-msgid "Use as profile photo"
-msgstr "Использовать в качестве фотографии профиля"
-
-#: ../../mod/photos.php:990
-msgid "View Full Size"
-msgstr "Посмотреть в полный размер"
-
-#: ../../mod/photos.php:1044
-msgid "Edit photo"
-msgstr "Редактировать фотографию"
-
-#: ../../mod/photos.php:1046
-msgid "Rotate CW (right)"
-msgstr "Повернуть CW (направо)"
-
-#: ../../mod/photos.php:1047
-msgid "Rotate CCW (left)"
-msgstr "Повернуть CCW (налево)"
-
-#: ../../mod/photos.php:1049
-msgid "New album name"
-msgstr "Новое название альбома:"
-
-#: ../../mod/photos.php:1052
-msgid "Caption"
-msgstr "Подпись"
-
-#: ../../mod/photos.php:1054
-msgid "Add a Tag"
-msgstr "Добавить тег"
+#: ../../mod/profile_photo.php:161
+msgid "Image resize failed."
+msgstr "Изменение размера изображения не удалось."
-#: ../../mod/photos.php:1058
+#: ../../mod/profile_photo.php:205
msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Например: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-
-#: ../../mod/photos.php:1285
-msgid "View Album"
-msgstr "Посмотреть фотоальбом"
-
-#: ../../mod/photos.php:1294
-msgid "Recent Photos"
-msgstr "Последние фотографии"
-
-#: ../../mod/filer.php:35
-msgid "- select -"
-msgstr "- выбрать -"
-
-#: ../../mod/menu.php:17
-msgid "Menu updated."
-msgstr "Меню обновлено."
-
-#: ../../mod/menu.php:21
-msgid "Unable to update menu."
-msgstr "Невозможно обновление меню."
-
-#: ../../mod/menu.php:26
-msgid "Menu created."
-msgstr "Меню создано."
-
-#: ../../mod/menu.php:30
-msgid "Unable to create menu."
-msgstr "Невозможно создать меню."
-
-#: ../../mod/menu.php:53
-msgid "Manage Menus"
-msgstr "Управление меню"
-
-#: ../../mod/menu.php:56
-msgid "Drop"
-msgstr "Удалить"
-
-#: ../../mod/menu.php:58
-msgid "Create a new menu"
-msgstr "Создать новое меню"
-
-#: ../../mod/menu.php:59
-msgid "Delete this menu"
-msgstr "Удалить это меню"
-
-#: ../../mod/menu.php:60 ../../mod/menu.php:104
-msgid "Edit menu contents"
-msgstr "Редактировать содержание меню"
-
-#: ../../mod/menu.php:61
-msgid "Edit this menu"
-msgstr "Редактировать это меню"
-
-#: ../../mod/menu.php:76
-msgid "New Menu"
-msgstr "Новое меню"
-
-#: ../../mod/menu.php:77 ../../mod/menu.php:105
-msgid "Menu name"
-msgstr "Название меню"
-
-#: ../../mod/menu.php:77 ../../mod/menu.php:105
-msgid "Must be unique, only seen by you"
-msgstr ""
-
-#: ../../mod/menu.php:78 ../../mod/menu.php:106
-msgid "Menu title"
-msgstr "Название меню"
-
-#: ../../mod/menu.php:78 ../../mod/menu.php:106
-msgid "Menu title as seen by others"
-msgstr ""
-
-#: ../../mod/menu.php:93
-msgid "Menu deleted."
-msgstr "Меню удалено."
-
-#: ../../mod/menu.php:95
-msgid "Menu could not be deleted."
-msgstr ""
-
-#: ../../mod/menu.php:101
-msgid "Edit Menu"
-msgstr "Редактировать меню"
-
-#: ../../mod/menu.php:103
-msgid "Add or remove entries to this menu"
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
msgstr ""
-#: ../../mod/home.php:89
+#: ../../mod/profile_photo.php:232
#, php-format
-msgid "Welcome to %s"
-msgstr "Добро пожаловать в %s"
-
-#: ../../mod/directory.php:143 ../../mod/profiles.php:573
-#: ../../mod/dirprofile.php:95
-msgid "Age: "
-msgstr "Возраст:"
-
-#: ../../mod/directory.php:146 ../../mod/dirprofile.php:98
-msgid "Gender: "
-msgstr "Пол:"
-
-#: ../../mod/directory.php:206
-msgid "Finding:"
-msgstr "Поиск:"
-
-#: ../../mod/directory.php:214
-msgid "next page"
-msgstr "следующая страница"
-
-#: ../../mod/directory.php:214
-msgid "previous page"
-msgstr "предыдущая страница"
-
-#: ../../mod/directory.php:221
-msgid "No entries (some entries may be hidden)."
+msgid "Image exceeds size limit of %d"
msgstr ""
-#: ../../mod/connections.php:189 ../../mod/connections.php:261
-msgid "Blocked"
-msgstr "Заблокированные"
-
-#: ../../mod/connections.php:194 ../../mod/connections.php:268
-msgid "Ignored"
-msgstr "Игнорируемые"
-
-#: ../../mod/connections.php:199 ../../mod/connections.php:282
-msgid "Hidden"
-msgstr "Скрытые"
-
-#: ../../mod/connections.php:204 ../../mod/connections.php:275
-msgid "Archived"
-msgstr "Зархивированные"
-
-#: ../../mod/connections.php:215
-msgid "All"
-msgstr "Все"
-
-#: ../../mod/connections.php:239
-msgid "Suggest new connections"
-msgstr "Предлагать новые контакты"
-
-#: ../../mod/connections.php:245
-msgid "Show pending (new) connections"
-msgstr "Просмотр (новых) ждущих контактов"
-
-#: ../../mod/connections.php:248
-msgid "All Connections"
-msgstr "Все контакты"
-
-#: ../../mod/connections.php:251
-msgid "Show all connections"
-msgstr "Просмотр всех контактов"
-
-#: ../../mod/connections.php:254
-msgid "Unblocked"
-msgstr "Разрешенные"
-
-#: ../../mod/connections.php:257
-msgid "Only show unblocked connections"
-msgstr "Показать только разрешенные контакты"
-
-#: ../../mod/connections.php:264
-msgid "Only show blocked connections"
-msgstr "Показать только заблокированные контакты"
+#: ../../mod/profile_photo.php:241
+msgid "Unable to process image."
+msgstr "Невозможно обработать изображение."
-#: ../../mod/connections.php:271
-msgid "Only show ignored connections"
-msgstr "Показать только проигнорированные контакты"
+#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339
+msgid "Photo not available."
+msgstr "Фотография не доступна."
-#: ../../mod/connections.php:278
-msgid "Only show archived connections"
-msgstr "Показать только архивированные контакты"
+#: ../../mod/profile_photo.php:358
+msgid "Upload File:"
+msgstr "Загрузить файл:"
-#: ../../mod/connections.php:285
-msgid "Only show hidden connections"
-msgstr "Показать только скрытые контакты"
+#: ../../mod/profile_photo.php:359
+msgid "Select a profile:"
+msgstr "Выберите профиль:"
-#: ../../mod/connections.php:329
-#, php-format
-msgid "%1$s [%2$s]"
-msgstr "%1$s [%2$s]"
+#: ../../mod/profile_photo.php:360
+msgid "Upload Profile Photo"
+msgstr "Загрузить фотографию профиля"
-#: ../../mod/connections.php:330
-msgid "Edit contact"
-msgstr "Редактировать контакт"
+#: ../../mod/profile_photo.php:361
+msgid "Upload"
+msgstr "Загрузка"
-#: ../../mod/connections.php:353
-msgid "Search your connections"
-msgstr "Поиск ваших связей"
+#: ../../mod/profile_photo.php:365 ../../mod/settings.php:885
+msgid "or"
+msgstr "или"
-#: ../../mod/connections.php:354
-msgid "Finding: "
-msgstr "Поиск:"
+#: ../../mod/profile_photo.php:365
+msgid "skip this step"
+msgstr "пропустить этот шаг"
-#: ../../mod/layouts.php:52
-msgid "Layout Help"
+#: ../../mod/profile_photo.php:365
+msgid "select a photo from your photo albums"
msgstr ""
-#: ../../mod/layouts.php:55
-msgid "Help with this feature"
-msgstr ""
+#: ../../mod/profile_photo.php:379
+msgid "Crop Image"
+msgstr "Обрезать изображение"
-#: ../../mod/layouts.php:74
-msgid "Layout Name"
+#: ../../mod/profile_photo.php:380
+msgid "Please adjust the image cropping for optimum viewing."
msgstr ""
-#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55
-msgid "Help:"
-msgstr "Помощь:"
-
-#: ../../mod/help.php:68 ../../index.php:224
-msgid "Not Found"
-msgstr "Не найдено"
-
-#: ../../mod/rmagic.php:56
-msgid "Remote Authentication"
-msgstr "Удаленная аутентификация"
-
-#: ../../mod/rmagic.php:57
-msgid "Enter your channel address (e.g. channel@example.com)"
-msgstr "Введите адрес вашего канала (например: channel@example.com)"
-
-#: ../../mod/rmagic.php:58
-msgid "Authenticate"
-msgstr "Проверка подлинности"
-
-#: ../../mod/network.php:79
-msgid "No such group"
-msgstr "Нет такой группы"
-
-#: ../../mod/network.php:118
-msgid "Search Results For:"
-msgstr "Результаты поиска для:"
-
-#: ../../mod/network.php:172
-msgid "Collection is empty"
-msgstr "Коллекция пуста"
-
-#: ../../mod/network.php:180
-msgid "Collection: "
-msgstr "Коллекции: "
-
-#: ../../mod/network.php:193
-msgid "Connection: "
-msgstr "Контакты: "
-
-#: ../../mod/network.php:196
-msgid "Invalid connection."
-msgstr ""
+#: ../../mod/profile_photo.php:382
+msgid "Done Editing"
+msgstr "Закончить редактирование"
-#: ../../mod/follow.php:25
-msgid "Channel added."
-msgstr "Контакт добавлен."
+#: ../../mod/profile_photo.php:425
+msgid "Image uploaded successfully."
+msgstr "Загрузка изображениея прошла успешно."
-#: ../../mod/post.php:226
-msgid ""
-"Remote authentication blocked. You are logged into this site locally. Please"
-" logout and retry."
-msgstr ""
+#: ../../mod/profile_photo.php:427
+msgid "Image upload failed."
+msgstr "Загрузка изображениея прошла безуспешно."
-#: ../../mod/post.php:256
+#: ../../mod/profile_photo.php:436
#, php-format
-msgid "Welcome %s. Remote authentication successful."
+msgid "Image size reduction [%s] failed."
msgstr ""
-#: ../../mod/dirsearch.php:21
-msgid "This site is not a directory server"
-msgstr "Этот сайт не является сервером каталога"
-
-#: ../../mod/lockview.php:34
-msgid "Remote privacy information not available."
+#: ../../mod/blocks.php:66
+msgid "Block Name"
msgstr ""
-#: ../../mod/lockview.php:43
-msgid "Visible to:"
-msgstr "Кому видно:"
-
-#: ../../mod/magic.php:70
-msgid "Hub not found."
-msgstr "Hub не найден."
-
#: ../../mod/profiles.php:18 ../../mod/profiles.php:138
-#: ../../mod/profiles.php:168 ../../mod/profiles.php:475
+#: ../../mod/profiles.php:168 ../../mod/profiles.php:463
msgid "Profile not found."
msgstr "Профиль не найден."
@@ -5395,510 +4353,1073 @@ msgstr "Профиль недоступен для клонирования."
msgid "Profile Name is required."
msgstr "Имя профиля требуется."
-#: ../../mod/profiles.php:306
+#: ../../mod/profiles.php:294
msgid "Marital Status"
msgstr "Семейное положение"
-#: ../../mod/profiles.php:310
+#: ../../mod/profiles.php:298
msgid "Romantic Partner"
msgstr "Романтический партнер"
-#: ../../mod/profiles.php:314
+#: ../../mod/profiles.php:302
msgid "Likes"
-msgstr "мне нравиться"
+msgstr "нравится"
-#: ../../mod/profiles.php:318
+#: ../../mod/profiles.php:306
msgid "Dislikes"
-msgstr "мне не-нравиться"
+msgstr "не-нравится"
-#: ../../mod/profiles.php:322
+#: ../../mod/profiles.php:310
msgid "Work/Employment"
msgstr "Работа / Занятость"
-#: ../../mod/profiles.php:325
+#: ../../mod/profiles.php:313
msgid "Religion"
msgstr "Религия"
-#: ../../mod/profiles.php:329
+#: ../../mod/profiles.php:317
msgid "Political Views"
msgstr "Политические взгляды"
-#: ../../mod/profiles.php:333
+#: ../../mod/profiles.php:321
msgid "Gender"
msgstr "Пол"
-#: ../../mod/profiles.php:337
+#: ../../mod/profiles.php:325
msgid "Sexual Preference"
msgstr "Сексуальная ориентация"
-#: ../../mod/profiles.php:341
+#: ../../mod/profiles.php:329
msgid "Homepage"
msgstr "Домашняя страница"
-#: ../../mod/profiles.php:345
+#: ../../mod/profiles.php:333
msgid "Interests"
msgstr "Интересы"
-#: ../../mod/profiles.php:349
-msgid "Address"
-msgstr "Адрес"
-
-#: ../../mod/profiles.php:356 ../../mod/pubsites.php:31
+#: ../../mod/profiles.php:344 ../../mod/pubsites.php:25
msgid "Location"
msgstr "Место"
-#: ../../mod/profiles.php:439
+#: ../../mod/profiles.php:427
msgid "Profile updated."
msgstr "Профиль обновлен."
-#: ../../mod/profiles.php:494
+#: ../../mod/profiles.php:482
msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr ""
+msgstr "Скрывать от просмотра ваш список контактов/друзей в этом профиле?"
-#: ../../mod/profiles.php:517
+#: ../../mod/profiles.php:505
msgid "Edit Profile Details"
msgstr "Редактирование профиля"
-#: ../../mod/profiles.php:519
+#: ../../mod/profiles.php:507
msgid "View this profile"
msgstr "Посмотреть этот профиль"
-#: ../../mod/profiles.php:520
+#: ../../mod/profiles.php:508
msgid "Change Profile Photo"
msgstr "Изменить фотографию профиля"
-#: ../../mod/profiles.php:521
+#: ../../mod/profiles.php:509
msgid "Create a new profile using these settings"
msgstr "Создайте новый профиль со следующими настройками"
-#: ../../mod/profiles.php:522
+#: ../../mod/profiles.php:510
msgid "Clone this profile"
msgstr "Клонировать этот профиль"
-#: ../../mod/profiles.php:523
+#: ../../mod/profiles.php:511
msgid "Delete this profile"
msgstr "Удалить этот профиль"
-#: ../../mod/profiles.php:524
+#: ../../mod/profiles.php:512
msgid "Profile Name:"
msgstr "Имя профиля:"
-#: ../../mod/profiles.php:525
+#: ../../mod/profiles.php:513
msgid "Your Full Name:"
msgstr "Ваше полное имя:"
-#: ../../mod/profiles.php:526
+#: ../../mod/profiles.php:514
msgid "Title/Description:"
msgstr "Название / Описание:"
-#: ../../mod/profiles.php:527
+#: ../../mod/profiles.php:515
msgid "Your Gender:"
msgstr "Ваш пол:"
-#: ../../mod/profiles.php:528
+#: ../../mod/profiles.php:516
#, php-format
msgid "Birthday (%s):"
msgstr "Ваш День Рождения (%s):"
-#: ../../mod/profiles.php:529
+#: ../../mod/profiles.php:517
msgid "Street Address:"
msgstr "Улица:"
-#: ../../mod/profiles.php:530
+#: ../../mod/profiles.php:518
msgid "Locality/City:"
msgstr "Населенный пункт / город:"
-#: ../../mod/profiles.php:531
+#: ../../mod/profiles.php:519
msgid "Postal/Zip Code:"
msgstr "Почтовый индекс:"
-#: ../../mod/profiles.php:532
+#: ../../mod/profiles.php:520
msgid "Country:"
msgstr "Страна:"
-#: ../../mod/profiles.php:533
+#: ../../mod/profiles.php:521
msgid "Region/State:"
msgstr "Регион / Область:"
-#: ../../mod/profiles.php:534
+#: ../../mod/profiles.php:522
msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
msgstr ""
-#: ../../mod/profiles.php:535
+#: ../../mod/profiles.php:523
msgid "Who: (if applicable)"
msgstr "Кто: (если это применимо)"
-#: ../../mod/profiles.php:536
+#: ../../mod/profiles.php:524
msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
msgstr ""
-#: ../../mod/profiles.php:537
+#: ../../mod/profiles.php:525
msgid "Since [date]:"
msgstr "С тех пор [date]:"
-#: ../../mod/profiles.php:539
+#: ../../mod/profiles.php:527
msgid "Homepage URL:"
msgstr "URL-адрес домашней страницы:"
-#: ../../mod/profiles.php:542
+#: ../../mod/profiles.php:530
msgid "Religious Views:"
msgstr "Религиозные взгляды:"
-#: ../../mod/profiles.php:543
+#: ../../mod/profiles.php:531
msgid "Keywords:"
msgstr "Ключевые слова:"
-#: ../../mod/profiles.php:546
+#: ../../mod/profiles.php:534
msgid "Example: fishing photography software"
msgstr "Пример: fishing photography software"
-#: ../../mod/profiles.php:547
+#: ../../mod/profiles.php:535
msgid "Used in directory listings"
msgstr ""
-#: ../../mod/profiles.php:548
+#: ../../mod/profiles.php:536
msgid "Tell us about yourself..."
msgstr "Расскажите нам о себе ..."
-#: ../../mod/profiles.php:549
+#: ../../mod/profiles.php:537
msgid "Hobbies/Interests"
msgstr "Хобби / интересы"
-#: ../../mod/profiles.php:550
+#: ../../mod/profiles.php:538
msgid "Contact information and Social Networks"
msgstr "Информация и социальные сети контакта"
-#: ../../mod/profiles.php:551
+#: ../../mod/profiles.php:539
msgid "My other channels"
msgstr "Мои другие контакты"
-#: ../../mod/profiles.php:552
+#: ../../mod/profiles.php:540
msgid "Musical interests"
msgstr "Музыкальные интересы"
-#: ../../mod/profiles.php:553
+#: ../../mod/profiles.php:541
msgid "Books, literature"
msgstr "Книги, литература"
-#: ../../mod/profiles.php:554
+#: ../../mod/profiles.php:542
msgid "Television"
msgstr "Телевидение"
-#: ../../mod/profiles.php:555
+#: ../../mod/profiles.php:543
msgid "Film/dance/culture/entertainment"
msgstr "Кино / танцы / культура / развлечения"
-#: ../../mod/profiles.php:556
+#: ../../mod/profiles.php:544
msgid "Love/romance"
msgstr "Любовь / Романс"
-#: ../../mod/profiles.php:557
+#: ../../mod/profiles.php:545
msgid "Work/employment"
msgstr "Работа / Занятость"
-#: ../../mod/profiles.php:558
+#: ../../mod/profiles.php:546
msgid "School/education"
msgstr "Школа / образование"
-#: ../../mod/profiles.php:563
+#: ../../mod/profiles.php:551
msgid ""
"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
"be visible to anybody using the internet."
msgstr ""
-#: ../../mod/profiles.php:612
+#: ../../mod/profiles.php:561 ../../mod/directory.php:143
+#: ../../mod/dirprofile.php:92
+msgid "Age: "
+msgstr "Возраст:"
+
+#: ../../mod/profiles.php:600
msgid "Edit/Manage Profiles"
msgstr "Редактирование / Управление профилей"
-#: ../../mod/profiles.php:613
+#: ../../mod/profiles.php:601
msgid "Add profile things"
msgstr ""
-#: ../../mod/profiles.php:614
+#: ../../mod/profiles.php:602
msgid "Include desirable objects in your profile"
msgstr ""
-#: ../../mod/new_channel.php:107
-msgid "Add a Channel"
-msgstr "Добавить контакт"
-
-#: ../../mod/new_channel.php:108
-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, "
-"celebrity pages, and much more. You may create as many channels as your "
-"service provider allows."
+#: ../../mod/bookmarks.php:38
+msgid "Bookmark added"
msgstr ""
-#: ../../mod/new_channel.php:111
-msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
+#: ../../mod/bookmarks.php:58
+msgid "My Bookmarks"
+msgstr "Мои закладки"
+
+#: ../../mod/bookmarks.php:69
+msgid "My Connections Bookmarks"
+msgstr "Закладки моих контактов"
+
+#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
+msgid "Invalid profile identifier."
msgstr ""
-#: ../../mod/new_channel.php:112
-msgid "Choose a short nickname"
-msgstr "Выберите короткий псевдоним"
+#: ../../mod/profperm.php:110
+msgid "Profile Visibility Editor"
+msgstr "Редактор видимости профиля"
-#: ../../mod/new_channel.php:113
+#: ../../mod/profperm.php:114
+msgid "Click on a contact to add or remove."
+msgstr "Нажмите на канал, чтобы добавить или удалить."
+
+#: ../../mod/profperm.php:123
+msgid "Visible To"
+msgstr "Видно"
+
+#: ../../mod/profperm.php:139 ../../mod/connections.php:278
+msgid "All Connections"
+msgstr "Все контакты"
+
+#: ../../mod/pubsites.php:16
+msgid "Public Sites"
+msgstr ""
+
+#: ../../mod/pubsites.php:19
msgid ""
-"Your nickname will be used to create an easily remembered channel address "
-"(like an email address) which you can share with others."
+"The listed sites allow public registration into the Red Matrix. All sites in"
+" the matrix are interlinked so membership on any of them conveys membership "
+"in the matrix as a whole. Some sites may require subscription or provide "
+"tiered service plans. The provider links <strong>may</strong> provide "
+"additional details."
msgstr ""
-#: ../../mod/new_channel.php:114
-msgid "Or <a href=\"import\">import an existing channel</a> from another location"
+#: ../../mod/pubsites.php:25
+msgid "Site URL"
+msgstr "URL веб-сайта"
+
+#: ../../mod/pubsites.php:25
+msgid "Access Type"
msgstr ""
-#: ../../mod/filestorage.php:68
-msgid "Permission Denied."
-msgstr "Доступ запрещен."
+#: ../../mod/pubsites.php:25
+msgid "Registration Policy"
+msgstr "Правила регистрации"
-#: ../../mod/filestorage.php:86
-msgid "File not found."
-msgstr "Файл не найден."
+#: ../../mod/channel.php:25 ../../mod/chat.php:19
+msgid "You must be logged in to see this page."
+msgstr ""
-#: ../../mod/filestorage.php:120
-msgid "Edit file permissions"
-msgstr "Редактировать разрешения файла"
+#: ../../mod/channel.php:86
+msgid "Insufficient permissions. Request redirected to profile page."
+msgstr ""
-#: ../../mod/filestorage.php:127
-msgid "Include all files and sub folders"
+#: ../../mod/rbmark.php:88
+msgid "Select a bookmark folder"
msgstr ""
-#: ../../mod/filestorage.php:128
-msgid "Return to file list"
+#: ../../mod/rbmark.php:93
+msgid "Save Bookmark"
msgstr ""
-#: ../../mod/filestorage.php:130
-msgid "Copy/paste this code to attach file to a post"
+#: ../../mod/rbmark.php:94
+msgid "URL of bookmark"
msgstr ""
-#: ../../mod/filestorage.php:131
-msgid "Copy/paste this URL to link file from a web page"
+#: ../../mod/rbmark.php:95 ../../mod/appman.php:93
+msgid "Description"
msgstr ""
-#: ../../mod/filestorage.php:168
-msgid "Download"
+#: ../../mod/rbmark.php:99
+msgid "Or enter new bookmark folder name"
msgstr ""
-#: ../../mod/filestorage.php:174
-msgid "Used: "
+#: ../../mod/chat.php:167
+msgid "Room not found"
msgstr ""
-#: ../../mod/filestorage.php:175
-msgid "[directory]"
+#: ../../mod/chat.php:178
+msgid "Leave Room"
msgstr ""
-#: ../../mod/filestorage.php:177
-msgid "Limit: "
-msgstr "Предел: "
+#: ../../mod/chat.php:179
+msgid "Delete This Room"
+msgstr ""
-#: ../../mod/lostpass.php:15
-msgid "No valid account found."
-msgstr "Действительный аккаунт не найден."
+#: ../../mod/chat.php:180
+msgid "I am away right now"
+msgstr ""
-#: ../../mod/lostpass.php:29
-msgid "Password reset request issued. Check your email."
+#: ../../mod/chat.php:181
+msgid "I am online"
msgstr ""
-#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102
-#, php-format
-msgid "Site Member (%s)"
-msgstr "Участник сайта (%s)"
+#: ../../mod/chat.php:183
+msgid "Bookmark this room"
+msgstr ""
-#: ../../mod/lostpass.php:40
+#: ../../mod/chat.php:207 ../../mod/chat.php:229
+msgid "New Chatroom"
+msgstr "Новый чат"
+
+#: ../../mod/chat.php:208
+msgid "Chatroom Name"
+msgstr "Название чата"
+
+#: ../../mod/chat.php:225
#, php-format
-msgid "Password reset requested at %s"
-msgstr "Требуется сброс пароля на %s"
+msgid "%1$s's Chatrooms"
+msgstr "Чаты пользователя %1$s"
-#: ../../mod/lostpass.php:63
+#: ../../mod/register.php:43
+msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
+msgstr ""
+
+#: ../../mod/register.php:49
msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
+"Please indicate acceptance of the Terms of Service. Registration failed."
msgstr ""
-#: ../../mod/lostpass.php:85 ../../boot.php:1426
-msgid "Password Reset"
-msgstr "Сбросить пароль"
+#: ../../mod/register.php:77
+msgid "Passwords do not match."
+msgstr "Пароли не совпадают."
-#: ../../mod/lostpass.php:86
-msgid "Your password has been reset as requested."
+#: ../../mod/register.php:105
+msgid ""
+"Registration successful. Please check your email for validation "
+"instructions."
msgstr ""
-#: ../../mod/lostpass.php:87
-msgid "Your new password is"
-msgstr "Ваш новый пароль"
+#: ../../mod/register.php:111
+msgid "Your registration is pending approval by the site owner."
+msgstr ""
-#: ../../mod/lostpass.php:88
-msgid "Save or copy your new password - and then"
+#: ../../mod/register.php:114
+msgid "Your registration can not be processed."
+msgstr "Ваша регистрация не может быть обработана."
+
+#: ../../mod/register.php:147
+msgid "Registration on this site/hub is by approval only."
msgstr ""
-#: ../../mod/lostpass.php:89
-msgid "click here to login"
-msgstr "нажмите здесь чтобы выйти"
+#: ../../mod/register.php:148
+msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
+msgstr ""
-#: ../../mod/lostpass.php:90
+#: ../../mod/register.php:156
msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
msgstr ""
-#: ../../mod/lostpass.php:107
+#: ../../mod/register.php:167
+msgid "Terms of Service"
+msgstr ""
+
+#: ../../mod/register.php:173
#, php-format
-msgid "Your password has changed at %s"
-msgstr "Пароль изменен на %s"
+msgid "I accept the %s for this website"
+msgstr ""
-#: ../../mod/lostpass.php:122
-msgid "Forgot your Password?"
-msgstr "Забыли пароль или логин?"
+#: ../../mod/register.php:175
+#, php-format
+msgid "I am over 13 years of age and accept the %s for this website"
+msgstr ""
-#: ../../mod/lostpass.php:123
+#: ../../mod/register.php:194
+msgid "Membership on this site is by invitation only."
+msgstr ""
+
+#: ../../mod/register.php:195
+msgid "Please enter your invitation code"
+msgstr ""
+
+#: ../../mod/register.php:198
+msgid "Your email address"
+msgstr "Ваш адрес электронной почты"
+
+#: ../../mod/register.php:199
+msgid "Choose a password"
+msgstr "Выберите пароль"
+
+#: ../../mod/register.php:200
+msgid "Please re-enter your password"
+msgstr "Пожалуйста, введите пароль еще раз"
+
+#: ../../mod/chatsvc.php:111
+msgid "Away"
+msgstr ""
+
+#: ../../mod/chatsvc.php:115
+msgid "Online"
+msgstr ""
+
+#: ../../mod/regmod.php:12
+msgid "Please login."
+msgstr "Войдите пожалуйста."
+
+#: ../../mod/cloud.php:112
+msgid "Red Matrix - Guests: Username: {your email address}, Password: +++"
+msgstr ""
+
+#: ../../mod/removeme.php:49
+msgid "Remove This Channel"
+msgstr "Удалить этот канал"
+
+#: ../../mod/removeme.php:50
msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
+"This will completely remove this channel from the network. Once this has "
+"been done it is not recoverable."
msgstr ""
-#: ../../mod/lostpass.php:124
-msgid "Email Address"
-msgstr "Адрес электронной почты"
+#: ../../mod/removeme.php:51
+msgid "Please enter your password for verification:"
+msgstr "Пожалуйста, введите пароль для проверки:"
-#: ../../mod/lostpass.php:125
-msgid "Reset"
-msgstr "Сброс"
+#: ../../mod/removeme.php:52
+msgid "Remove this channel and all its clones from the network"
+msgstr ""
-#: ../../mod/import.php:36
-msgid "Nothing to import."
-msgstr "Ничего импортировать."
+#: ../../mod/removeme.php:52
+msgid ""
+"By default only the instance of the channel located on this hub will be "
+"removed from the network"
+msgstr ""
-#: ../../mod/import.php:58
-msgid "Unable to download data from old server"
-msgstr "Невозможно загрузить данные из старого сервера"
+#: ../../mod/removeme.php:53
+msgid "Remove Channel"
+msgstr ""
-#: ../../mod/import.php:64
-msgid "Imported file is empty."
-msgstr "Импортированный файл пуст."
+#: ../../mod/common.php:10
+msgid "No channel."
+msgstr "Не канал."
-#: ../../mod/import.php:88
+#: ../../mod/common.php:39
+msgid "Common connections"
+msgstr "Общие контакты"
+
+#: ../../mod/common.php:44
+msgid "No connections in common."
+msgstr "Общих контактов нет."
+
+#: ../../mod/rmagic.php:38
msgid ""
-"Cannot create a duplicate channel identifier on this system. Import failed."
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
msgstr ""
-#: ../../mod/import.php:106
-msgid "Channel clone failed. Import failed."
+#: ../../mod/rmagic.php:38
+msgid "The error message was:"
msgstr ""
-#: ../../mod/import.php:116
-msgid "Cloned channel not found. Import failed."
+#: ../../mod/rmagic.php:42
+msgid "Authentication failed."
msgstr ""
-#: ../../mod/import.php:358
-msgid "Import completed."
-msgstr "Импорт завершен."
+#: ../../mod/rmagic.php:78
+msgid "Remote Authentication"
+msgstr "Удаленная аутентификация"
-#: ../../mod/import.php:371
-msgid "You must be logged in to use this feature."
-msgstr "Вы должны войти в систему, чтобы использовать эту функцию."
+#: ../../mod/rmagic.php:79
+msgid "Enter your channel address (e.g. channel@example.com)"
+msgstr "Введите адрес вашего канала (например: channel@example.com)"
-#: ../../mod/import.php:376
-msgid "Import Channel"
-msgstr "Импорт канала"
+#: ../../mod/rmagic.php:80
+msgid "Authenticate"
+msgstr "Проверка подлинности"
-#: ../../mod/import.php:377
+#: ../../mod/connect.php:55 ../../mod/connect.php:103
+msgid "Continue"
+msgstr "Продолжить"
+
+#: ../../mod/connect.php:84
+msgid "Premium Channel Setup"
+msgstr "Установка премиум канала"
+
+#: ../../mod/connect.php:86
+msgid "Enable premium channel connection restrictions"
+msgstr ""
+
+#: ../../mod/connect.php:87
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 "
-"or provide an export file. Only identity and connections/relationships will "
-"be imported. Importation of content is not yet available."
+"Please enter your restrictions or conditions, such as paypal receipt, usage "
+"guidelines, etc."
msgstr ""
-#: ../../mod/import.php:378
-msgid "File to Upload"
-msgstr "Файл для загрузки"
+#: ../../mod/connect.php:89 ../../mod/connect.php:109
+msgid ""
+"This channel may require additional steps or acknowledgement of the "
+"following conditions prior to connecting:"
+msgstr ""
-#: ../../mod/import.php:379
-msgid "Or provide the old server/hub details"
+#: ../../mod/connect.php:90
+msgid ""
+"Potential connections will then see the following text before proceeding:"
msgstr ""
-#: ../../mod/import.php:380
-msgid "Your old identity address (xyz@example.com)"
+#: ../../mod/connect.php:91 ../../mod/connect.php:112
+msgid ""
+"By continuing, I certify that I have complied with any instructions provided"
+" on this page."
msgstr ""
-#: ../../mod/import.php:381
-msgid "Your old login email address"
-msgstr "Ваш старый адрес электронной почты"
+#: ../../mod/connect.php:100
+msgid "(No specific instructions have been provided by the channel owner.)"
+msgstr ""
-#: ../../mod/import.php:382
-msgid "Your old login password"
-msgstr "Ваш старый пароль"
+#: ../../mod/connect.php:108
+msgid "Restricted or Premium Channel"
+msgstr ""
-#: ../../mod/import.php:383
+#: ../../mod/network.php:79
+msgid "No such group"
+msgstr "Нет такой группы"
+
+#: ../../mod/network.php:119
+msgid "Search Results For:"
+msgstr "Результаты поиска для:"
+
+#: ../../mod/network.php:173
+msgid "Collection is empty"
+msgstr "Коллекция пуста"
+
+#: ../../mod/network.php:181
+msgid "Collection: "
+msgstr "Коллекции: "
+
+#: ../../mod/network.php:194
+msgid "Connection: "
+msgstr "Контакты: "
+
+#: ../../mod/network.php:197
+msgid "Invalid connection."
+msgstr ""
+
+#: ../../mod/connections.php:37 ../../mod/connedit.php:64
+msgid "Could not access contact record."
+msgstr ""
+
+#: ../../mod/connections.php:51 ../../mod/connedit.php:78
+msgid "Could not locate selected profile."
+msgstr ""
+
+#: ../../mod/connections.php:94 ../../mod/connedit.php:131
+msgid "Connection updated."
+msgstr "Связи обновленны."
+
+#: ../../mod/connections.php:96 ../../mod/connedit.php:133
+msgid "Failed to update connection record."
+msgstr ""
+
+#: ../../mod/connections.php:191 ../../mod/connections.php:291
+msgid "Blocked"
+msgstr "Заблокированные"
+
+#: ../../mod/connections.php:196 ../../mod/connections.php:298
+msgid "Ignored"
+msgstr "Игнорируемые"
+
+#: ../../mod/connections.php:201 ../../mod/connections.php:312
+msgid "Hidden"
+msgstr "Скрытые"
+
+#: ../../mod/connections.php:206 ../../mod/connections.php:305
+msgid "Archived"
+msgstr "Зархивированные"
+
+#: ../../mod/connections.php:230 ../../mod/connections.php:244
+msgid "All"
+msgstr "Все"
+
+#: ../../mod/connections.php:239 ../../mod/connections.php:319
+msgid "Unconnected"
+msgstr ""
+
+#: ../../mod/connections.php:269
+msgid "Suggest new connections"
+msgstr "Предлагать новые контакты"
+
+#: ../../mod/connections.php:272
+msgid "New Connections"
+msgstr "Новые контакты"
+
+#: ../../mod/connections.php:275
+msgid "Show pending (new) connections"
+msgstr "Просмотр (новых) ждущих контактов"
+
+#: ../../mod/connections.php:281
+msgid "Show all connections"
+msgstr "Просмотр всех контактов"
+
+#: ../../mod/connections.php:284
+msgid "Unblocked"
+msgstr "Разрешенные"
+
+#: ../../mod/connections.php:287
+msgid "Only show unblocked connections"
+msgstr "Показать только разрешенные контакты"
+
+#: ../../mod/connections.php:294
+msgid "Only show blocked connections"
+msgstr "Показать только заблокированные контакты"
+
+#: ../../mod/connections.php:301
+msgid "Only show ignored connections"
+msgstr "Показать только проигнорированные контакты"
+
+#: ../../mod/connections.php:308
+msgid "Only show archived connections"
+msgstr "Показать только архивированные контакты"
+
+#: ../../mod/connections.php:315
+msgid "Only show hidden connections"
+msgstr "Показать только скрытые контакты"
+
+#: ../../mod/connections.php:322
+msgid "Only show one-way connections"
+msgstr ""
+
+#: ../../mod/connections.php:367
+#, php-format
+msgid "%1$s [%2$s]"
+msgstr "%1$s [%2$s]"
+
+#: ../../mod/connections.php:368
+msgid "Edit contact"
+msgstr "Редактировать контакт"
+
+#: ../../mod/connections.php:389
+msgid "Search your connections"
+msgstr "Поиск ваших связей"
+
+#: ../../mod/connections.php:390
+msgid "Finding: "
+msgstr "Поиск:"
+
+#: ../../mod/rpost.php:86 ../../mod/editpost.php:42
+msgid "Edit post"
+msgstr "Редактировать сообщение"
+
+#: ../../mod/connedit.php:243
+msgid "Could not access address book record."
+msgstr ""
+
+#: ../../mod/connedit.php:257
+msgid "Refresh failed - channel is currently unavailable."
+msgstr ""
+
+#: ../../mod/connedit.php:264
+msgid "Channel has been unblocked"
+msgstr "Канал разблокирован"
+
+#: ../../mod/connedit.php:265
+msgid "Channel has been blocked"
+msgstr "Канал заблокирован"
+
+#: ../../mod/connedit.php:269 ../../mod/connedit.php:281
+#: ../../mod/connedit.php:293 ../../mod/connedit.php:305
+#: ../../mod/connedit.php:320
+msgid "Unable to set address book parameters."
+msgstr ""
+
+#: ../../mod/connedit.php:276
+msgid "Channel has been unignored"
+msgstr "Канал не проигнорирован"
+
+#: ../../mod/connedit.php:277
+msgid "Channel has been ignored"
+msgstr "Канал проигнорирован"
+
+#: ../../mod/connedit.php:288
+msgid "Channel has been unarchived"
+msgstr "Канал разархивирован"
+
+#: ../../mod/connedit.php:289
+msgid "Channel has been archived"
+msgstr "Канал заархивирован"
+
+#: ../../mod/connedit.php:300
+msgid "Channel has been unhidden"
+msgstr "Канал открыт"
+
+#: ../../mod/connedit.php:301
+msgid "Channel has been hidden"
+msgstr "Канал скрыт"
+
+#: ../../mod/connedit.php:315
+msgid "Channel has been approved"
+msgstr "Канал одобрен"
+
+#: ../../mod/connedit.php:316
+msgid "Channel has been unapproved"
+msgstr "Канал не одобрен"
+
+#: ../../mod/connedit.php:334
+msgid "Connection has been removed."
+msgstr ""
+
+#: ../../mod/connedit.php:354
+#, php-format
+msgid "View %s's profile"
+msgstr "Просмотр %s's профиля"
+
+#: ../../mod/connedit.php:358
+msgid "Refresh Permissions"
+msgstr "Обновить разрешения"
+
+#: ../../mod/connedit.php:361
+msgid "Fetch updated permissions"
+msgstr ""
+
+#: ../../mod/connedit.php:365
+msgid "Recent Activity"
+msgstr ""
+
+#: ../../mod/connedit.php:368
+msgid "View recent posts and comments"
+msgstr ""
+
+#: ../../mod/connedit.php:375
+msgid "Block or Unblock this connection"
+msgstr "Запретить или разрешить этот канал"
+
+#: ../../mod/connedit.php:379 ../../mod/connedit.php:516
+msgid "Unignore"
+msgstr "Не игнорировать"
+
+#: ../../mod/connedit.php:379 ../../mod/connedit.php:516
+#: ../../mod/notifications.php:51
+msgid "Ignore"
+msgstr "Игнорировать"
+
+#: ../../mod/connedit.php:382
+msgid "Ignore or Unignore this connection"
+msgstr "Игнорировать или не игнорировать этот канал"
+
+#: ../../mod/connedit.php:385
+msgid "Unarchive"
+msgstr "Разархивировать"
+
+#: ../../mod/connedit.php:385
+msgid "Archive"
+msgstr "Заархивировать"
+
+#: ../../mod/connedit.php:388
+msgid "Archive or Unarchive this connection"
+msgstr " Заархивировать или разархивировать этот канал"
+
+#: ../../mod/connedit.php:391
+msgid "Unhide"
+msgstr "Показать"
+
+#: ../../mod/connedit.php:391
+msgid "Hide"
+msgstr "Скрыть"
+
+#: ../../mod/connedit.php:394
+msgid "Hide or Unhide this connection"
+msgstr "Скрыть или показывать этот канал"
+
+#: ../../mod/connedit.php:401
+msgid "Delete this connection"
+msgstr "Удалить этот контакт"
+
+#: ../../mod/connedit.php:444 ../../mod/connedit.php:473
+msgid "Approve this connection"
+msgstr "Утвердить этот контакт"
+
+#: ../../mod/connedit.php:444
+msgid "Accept connection to allow communication"
+msgstr ""
+
+#: ../../mod/connedit.php:460
+msgid "Automatic Permissions Settings"
+msgstr "Настройки автоматических разрешений"
+
+#: ../../mod/connedit.php:460
+#, php-format
+msgid "Connections: settings for %s"
+msgstr ""
+
+#: ../../mod/connedit.php:464
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"
-" able to post from either location, but only one can be marked as the "
-"primary location for files, photos, and media."
+"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 ""
-#: ../../mod/import.php:384
-msgid "Make this hub my primary location"
+#: ../../mod/connedit.php:466
+msgid "Slide to adjust your degree of friendship"
+msgstr ""
+
+#: ../../mod/connedit.php:472
+msgid "inherited"
+msgstr "унаследованный"
+
+#: ../../mod/connedit.php:474
+msgid "Connection has no individual permissions!"
msgstr ""
-#: ../../mod/manage.php:63
+#: ../../mod/connedit.php:475
+msgid ""
+"This may be appropriate based on your <a href=\"settings\">privacy "
+"settings</a>, though you may wish to review the \"Advanced Permissions\"."
+msgstr ""
+
+#: ../../mod/connedit.php:477
+msgid "Profile Visibility"
+msgstr "Видимость профиля"
+
+#: ../../mod/connedit.php:478
#, php-format
-msgid "You have created %1$.0f of %2$.0f allowed channels."
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
msgstr ""
-#: ../../mod/manage.php:71
-msgid "Create a new channel"
-msgstr "Создать новый канал"
+#: ../../mod/connedit.php:479
+msgid "Contact Information / Notes"
+msgstr "Информация / Примечания о канале"
-#: ../../mod/manage.php:76
-msgid "Channel Manager"
-msgstr "Настройки канала"
+#: ../../mod/connedit.php:480
+msgid "Edit contact notes"
+msgstr "Редактировать примечания канала"
-#: ../../mod/manage.php:77
-msgid "Current Channel"
-msgstr "Текущий канал"
+#: ../../mod/connedit.php:482
+msgid "Their Settings"
+msgstr "Их настройки"
-#: ../../mod/manage.php:79
-msgid "Attach to one of your channels by selecting it."
+#: ../../mod/connedit.php:483
+msgid "My Settings"
+msgstr "Мои настройки"
+
+#: ../../mod/connedit.php:485
+msgid "Clear/Disable Automatic Permissions"
msgstr ""
-#: ../../mod/manage.php:80
-msgid "Default Channel"
-msgstr "Канал по умолчанию"
+#: ../../mod/connedit.php:486
+msgid "Forum Members"
+msgstr "Участники форума"
-#: ../../mod/manage.php:81
-msgid "Make Default"
-msgstr "Сделать стандартным"
+#: ../../mod/connedit.php:487
+msgid "Soapbox"
+msgstr "Soapbox"
-#: ../../mod/vote.php:97
-msgid "Total votes"
+#: ../../mod/connedit.php:488
+msgid "Full Sharing (typical social network permissions)"
msgstr ""
-#: ../../mod/vote.php:98
-msgid "Average Rating"
+#: ../../mod/connedit.php:489
+msgid "Cautious Sharing "
msgstr ""
-#: ../../mod/match.php:16
-msgid "Profile Match"
+#: ../../mod/connedit.php:490
+msgid "Follow Only"
+msgstr "Только следовать"
+
+#: ../../mod/connedit.php:491
+msgid "Individual Permissions"
+msgstr "Индивидуальные разрешения"
+
+#: ../../mod/connedit.php:492
+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 ""
-#: ../../mod/match.php:24
-msgid "No keywords to match. Please add keywords to your default profile."
+#: ../../mod/connedit.php:493
+msgid "Advanced Permissions"
+msgstr "Дополнительные разрешения"
+
+#: ../../mod/connedit.php:494
+msgid "Simple Permissions (select one and submit)"
msgstr ""
-#: ../../mod/match.php:61
-msgid "is interested in:"
-msgstr "заинтересован в:"
+#: ../../mod/connedit.php:498
+#, php-format
+msgid "Visit %s's profile - %s"
+msgstr "Посетить %s's ​​профиль - %s"
-#: ../../mod/match.php:69
-msgid "No matches"
-msgstr "Нет соответствий"
+#: ../../mod/connedit.php:499
+msgid "Block/Unblock contact"
+msgstr "Запретить/разрешить контакт"
-#: ../../mod/zfinger.php:23
-msgid "invalid target signature"
+#: ../../mod/connedit.php:500
+msgid "Ignore contact"
+msgstr "Игнорировать контакт"
+
+#: ../../mod/connedit.php:501
+msgid "Repair URL settings"
+msgstr "Ремонт настройки URL"
+
+#: ../../mod/connedit.php:502
+msgid "View conversations"
+msgstr "Просмотр разговоров"
+
+#: ../../mod/connedit.php:504
+msgid "Delete contact"
+msgstr "Удалить контакт"
+
+#: ../../mod/connedit.php:507
+msgid "Last update:"
+msgstr "Последнее обновление:"
+
+#: ../../mod/connedit.php:509
+msgid "Update public posts"
+msgstr "Обновить публичные сообщения"
+
+#: ../../mod/connedit.php:511
+msgid "Update now"
+msgstr "Обновить сейчас"
+
+#: ../../mod/connedit.php:517
+msgid "Currently blocked"
+msgstr "В настоящее время заблокирован"
+
+#: ../../mod/connedit.php:518
+msgid "Currently ignored"
+msgstr "В настоящее время игнорируются"
+
+#: ../../mod/connedit.php:519
+msgid "Currently archived"
+msgstr "В настоящее время зархивированны"
+
+#: ../../mod/connedit.php:520
+msgid "Currently pending"
+msgstr "В настоящее время в ожидании"
+
+#: ../../mod/connedit.php:521
+msgid "Hide this contact from others"
+msgstr "Скрыть этот канал от других"
+
+#: ../../mod/connedit.php:521
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr ""
+
+#: ../../mod/delegate.php:95
+msgid "No potential page delegates located."
+msgstr ""
+
+#: ../../mod/delegate.php:121
+msgid "Delegate Page Management"
+msgstr ""
+
+#: ../../mod/delegate.php:123
+msgid ""
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
+msgstr ""
+
+#: ../../mod/delegate.php:124
+msgid "Existing Page Managers"
+msgstr ""
+
+#: ../../mod/delegate.php:126
+msgid "Existing Page Delegates"
+msgstr ""
+
+#: ../../mod/delegate.php:128
+msgid "Potential Delegates"
msgstr ""
+#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 ../../mod/photos.php:908
+msgid "Remove"
+msgstr "Удалить"
+
+#: ../../mod/delegate.php:131
+msgid "Add"
+msgstr "Добавить"
+
+#: ../../mod/delegate.php:132
+msgid "No entries."
+msgstr "Нет записей."
+
+#: ../../mod/search.php:13 ../../mod/directory.php:15
+#: ../../mod/dirprofile.php:9 ../../mod/display.php:9
+#: ../../mod/viewconnections.php:17 ../../mod/photos.php:443
+msgid "Public access denied."
+msgstr "Общественный доступ запрещен."
+
+#: ../../mod/directory.php:146 ../../mod/dirprofile.php:95
+msgid "Gender: "
+msgstr "Пол:"
+
+#: ../../mod/directory.php:207
+msgid "Finding:"
+msgstr "Поиск:"
+
+#: ../../mod/directory.php:215
+msgid "next page"
+msgstr "следующая страница"
+
+#: ../../mod/directory.php:215
+msgid "previous page"
+msgstr "предыдущая страница"
+
+#: ../../mod/directory.php:222
+msgid "No entries (some entries may be hidden)."
+msgstr ""
+
+#: ../../mod/dirprofile.php:108
+msgid "Status: "
+msgstr ""
+
+#: ../../mod/dirprofile.php:109
+msgid "Sexual Preference: "
+msgstr "Сексуальная ориентация:"
+
+#: ../../mod/dirprofile.php:111
+msgid "Homepage: "
+msgstr "Домашняя страница:"
+
+#: ../../mod/dirprofile.php:112
+msgid "Hometown: "
+msgstr "Город проживания:"
+
+#: ../../mod/dirprofile.php:114
+msgid "About: "
+msgstr "О себе:"
+
+#: ../../mod/dirprofile.php:162
+msgid "Keywords: "
+msgstr "Ключевые слова:"
+
+#: ../../mod/dirsearch.php:21
+msgid "This site is not a directory server"
+msgstr "Этот сайт не является сервером каталога"
+
#: ../../mod/settings.php:71
msgid "Name is required"
msgstr "Необходимо имя"
@@ -5907,683 +5428,887 @@ msgstr "Необходимо имя"
msgid "Key and Secret are required"
msgstr ""
-#: ../../mod/settings.php:79 ../../mod/settings.php:533
-msgid "Update"
-msgstr "Обновление"
-
-#: ../../mod/settings.php:192
+#: ../../mod/settings.php:195
msgid "Passwords do not match. Password unchanged."
msgstr "Пароли не совпадают. Пароль не изменён."
-#: ../../mod/settings.php:196
+#: ../../mod/settings.php:199
msgid "Empty passwords are not allowed. Password unchanged."
msgstr "Пустые пароли не допускаются. Пароль не изменён."
-#: ../../mod/settings.php:209
+#: ../../mod/settings.php:212
msgid "Password changed."
msgstr "Пароль изменен."
-#: ../../mod/settings.php:211
+#: ../../mod/settings.php:214
msgid "Password update failed. Please try again."
msgstr "Изменение пароля закончилось неуспешно. Пожалуйста, попробуйте еще раз."
-#: ../../mod/settings.php:225
+#: ../../mod/settings.php:228
msgid "Not valid email."
msgstr "Не действительный адрес электронной почты."
-#: ../../mod/settings.php:228
+#: ../../mod/settings.php:231
msgid "Protected email address. Cannot change to that email."
msgstr ""
-#: ../../mod/settings.php:237
+#: ../../mod/settings.php:240
msgid "System failure storing new email. Please try again."
msgstr ""
-#: ../../mod/settings.php:435
+#: ../../mod/settings.php:443
msgid "Settings updated."
msgstr "Настройки обновленны."
-#: ../../mod/settings.php:506 ../../mod/settings.php:532
-#: ../../mod/settings.php:568
+#: ../../mod/settings.php:514 ../../mod/settings.php:540
+#: ../../mod/settings.php:576
msgid "Add application"
msgstr "Добавить приложения"
-#: ../../mod/settings.php:509
+#: ../../mod/settings.php:517
msgid "Name of application"
msgstr ""
-#: ../../mod/settings.php:510 ../../mod/settings.php:536
+#: ../../mod/settings.php:518 ../../mod/settings.php:544
msgid "Consumer Key"
msgstr "Ключ клиента"
-#: ../../mod/settings.php:510 ../../mod/settings.php:511
+#: ../../mod/settings.php:518 ../../mod/settings.php:519
msgid "Automatically generated - change if desired. Max length 20"
msgstr ""
-#: ../../mod/settings.php:511 ../../mod/settings.php:537
+#: ../../mod/settings.php:519 ../../mod/settings.php:545
msgid "Consumer Secret"
msgstr "Секрет клиента"
-#: ../../mod/settings.php:512 ../../mod/settings.php:538
+#: ../../mod/settings.php:520 ../../mod/settings.php:546
msgid "Redirect"
msgstr "Перенаправление"
-#: ../../mod/settings.php:512
+#: ../../mod/settings.php:520
msgid ""
"Redirect URI - leave blank unless your application specifically requires "
"this"
msgstr ""
-#: ../../mod/settings.php:513 ../../mod/settings.php:539
+#: ../../mod/settings.php:521 ../../mod/settings.php:547
msgid "Icon url"
msgstr "URL-адрес значка"
-#: ../../mod/settings.php:513
+#: ../../mod/settings.php:521
msgid "Optional"
msgstr "Необязательно"
-#: ../../mod/settings.php:524
+#: ../../mod/settings.php:532
msgid "You can't edit this application."
msgstr "Вы не можете редактировать это приложение."
-#: ../../mod/settings.php:567
+#: ../../mod/settings.php:575
msgid "Connected Apps"
msgstr "Подключенные приложения"
-#: ../../mod/settings.php:571
+#: ../../mod/settings.php:579
msgid "Client key starts with"
msgstr ""
-#: ../../mod/settings.php:572
+#: ../../mod/settings.php:580
msgid "No name"
msgstr "Без названия"
-#: ../../mod/settings.php:573
+#: ../../mod/settings.php:581
msgid "Remove authorization"
msgstr "Удалить разрешение"
-#: ../../mod/settings.php:584
+#: ../../mod/settings.php:592
msgid "No feature settings configured"
msgstr "Параметры функций не настроены"
-#: ../../mod/settings.php:592
+#: ../../mod/settings.php:600
msgid "Feature Settings"
msgstr "Настройки функции"
-#: ../../mod/settings.php:615
+#: ../../mod/settings.php:623
msgid "Account Settings"
msgstr "Настройки аккаунта"
-#: ../../mod/settings.php:616
+#: ../../mod/settings.php:624
msgid "Password Settings"
msgstr "Настройки пароля"
-#: ../../mod/settings.php:617
+#: ../../mod/settings.php:625
msgid "New Password:"
msgstr "Новый пароль:"
-#: ../../mod/settings.php:618
+#: ../../mod/settings.php:626
msgid "Confirm:"
msgstr "Подтверждение:"
-#: ../../mod/settings.php:618
+#: ../../mod/settings.php:626
msgid "Leave password fields blank unless changing"
msgstr "Оставьте поля пустыми, если не меняется"
-#: ../../mod/settings.php:620 ../../mod/settings.php:912
+#: ../../mod/settings.php:628 ../../mod/settings.php:935
msgid "Email Address:"
msgstr "Адрес электронной почты:"
-#: ../../mod/settings.php:621
+#: ../../mod/settings.php:629
msgid "Remove Account"
msgstr "Удалить аккаунт"
-#: ../../mod/settings.php:622
+#: ../../mod/settings.php:630
msgid "Warning: This action is permanent and cannot be reversed."
msgstr ""
-#: ../../mod/settings.php:638
+#: ../../mod/settings.php:646
msgid "Off"
msgstr "Выкл."
-#: ../../mod/settings.php:638
+#: ../../mod/settings.php:646
msgid "On"
msgstr "Вкл."
-#: ../../mod/settings.php:645
+#: ../../mod/settings.php:653
msgid "Additional Features"
msgstr "Дополнительные функции"
-#: ../../mod/settings.php:670
+#: ../../mod/settings.php:678
msgid "Connector Settings"
msgstr "Настройки соединителя"
-#: ../../mod/settings.php:740
+#: ../../mod/settings.php:717
+#, php-format
+msgid "%s - (Experimental)"
+msgstr ""
+
+#: ../../mod/settings.php:747
msgid "Display Settings"
msgstr "Настройки отображения"
-#: ../../mod/settings.php:746
+#: ../../mod/settings.php:753
msgid "Display Theme:"
msgstr "Тема отображения:"
-#: ../../mod/settings.php:747
+#: ../../mod/settings.php:754
msgid "Mobile Theme:"
msgstr "Мобильная тема отображения:"
-#: ../../mod/settings.php:748
+#: ../../mod/settings.php:755
msgid "Update browser every xx seconds"
msgstr "Обновление браузера каждые ХХ секунд"
-#: ../../mod/settings.php:748
+#: ../../mod/settings.php:755
msgid "Minimum of 10 seconds, no maximum"
msgstr "Минимум 10 секунд, без максимума"
-#: ../../mod/settings.php:749
+#: ../../mod/settings.php:756
msgid "Maximum number of conversations to load at any time:"
msgstr ""
-#: ../../mod/settings.php:749
+#: ../../mod/settings.php:756
msgid "Maximum of 100 items"
msgstr "Максимум 100 элементов"
-#: ../../mod/settings.php:750
+#: ../../mod/settings.php:757
msgid "Don't show emoticons"
msgstr "Не показывать emoticons"
-#: ../../mod/settings.php:786
+#: ../../mod/settings.php:758
+msgid "System Page Layout Editor - (advanced)"
+msgstr ""
+
+#: ../../mod/settings.php:793
msgid "Nobody except yourself"
msgstr "Никто, кроме вас"
-#: ../../mod/settings.php:787
+#: ../../mod/settings.php:794
msgid "Only those you specifically allow"
msgstr "Только комы вы разрешили"
-#: ../../mod/settings.php:788
+#: ../../mod/settings.php:795
msgid "Anybody in your address book"
msgstr "Любой в вашей адресной книге"
-#: ../../mod/settings.php:789
+#: ../../mod/settings.php:796
msgid "Anybody on this website"
msgstr "Любой на этом веб-сайте"
-#: ../../mod/settings.php:790
+#: ../../mod/settings.php:797
msgid "Anybody in this network"
msgstr "Любой в этой сети"
-#: ../../mod/settings.php:791
+#: ../../mod/settings.php:798
+msgid "Anybody authenticated"
+msgstr ""
+
+#: ../../mod/settings.php:799
msgid "Anybody on the internet"
msgstr "Любой в интернете"
-#: ../../mod/settings.php:865
+#: ../../mod/settings.php:876
msgid "Publish your default profile in the network directory"
msgstr "Публикация вашего профиля по умолчанию в каталоге сети"
-#: ../../mod/settings.php:870
+#: ../../mod/settings.php:881
msgid "Allow us to suggest you as a potential friend to new members?"
msgstr ""
-#: ../../mod/settings.php:874 ../../mod/profile_photo.php:288
-msgid "or"
-msgstr "или"
-
-#: ../../mod/settings.php:879
+#: ../../mod/settings.php:890
msgid "Your channel address is"
-msgstr "Адрес вашего канала:"
+msgstr "Адрес канала:"
-#: ../../mod/settings.php:901
+#: ../../mod/settings.php:924
msgid "Channel Settings"
msgstr "Настройки канала"
-#: ../../mod/settings.php:910
+#: ../../mod/settings.php:933
msgid "Basic Settings"
msgstr "Основные настройки"
-#: ../../mod/settings.php:913
+#: ../../mod/settings.php:936
msgid "Your Timezone:"
-msgstr "Ваш часовой пояс:"
+msgstr "Часовой пояс:"
-#: ../../mod/settings.php:914
+#: ../../mod/settings.php:937
msgid "Default Post Location:"
msgstr "Откуда по умолчанию:"
-#: ../../mod/settings.php:915
+#: ../../mod/settings.php:937
+msgid "Geographical location to display on your posts"
+msgstr ""
+
+#: ../../mod/settings.php:938
msgid "Use Browser Location:"
-msgstr "Используйте указание браузерa:"
+msgstr "Использовать указание браузерa:"
-#: ../../mod/settings.php:917
+#: ../../mod/settings.php:940
msgid "Adult Content"
-msgstr ""
+msgstr "Содержимое для взрослых"
-#: ../../mod/settings.php:917
-msgid "This channel publishes adult content."
+#: ../../mod/settings.php:940
+msgid ""
+"This channel frequently or regularly publishes adult content. (Please tag "
+"any adult material and/or nudity with #NSFW)"
msgstr ""
-#: ../../mod/settings.php:919
+#: ../../mod/settings.php:942
msgid "Security and Privacy Settings"
msgstr "Параметры безопасности и конфиденциальности"
-#: ../../mod/settings.php:921
-msgid "Quick Privacy Settings:"
-msgstr "Быстрые параметры безопасности и конфиденциальности:"
+#: ../../mod/settings.php:944
+msgid "Hide my online presence"
+msgstr "Скрыть мое присутствие"
-#: ../../mod/settings.php:922
-msgid "Very Public - extremely permissive"
-msgstr "Очень публично - чрезвычайно разрешающе"
+#: ../../mod/settings.php:944
+msgid "Prevents displaying in your profile that you are online"
+msgstr "Предотвращает показ в вашем профиле, что вы онлайн"
-#: ../../mod/settings.php:923
-msgid "Typical - default public, privacy when desired"
-msgstr "Типично - по умолчанию публично, конфиденциальность, только если настроена"
+#: ../../mod/settings.php:946
+msgid "Simple Privacy Settings:"
+msgstr "Быстрые настройки:"
-#: ../../mod/settings.php:924
-msgid "Private - default private, rarely open or public"
-msgstr "Частно - по умолчанию частно, редко открыто или публично"
+#: ../../mod/settings.php:947
+msgid ""
+"Very Public - <em>extremely permissive (should be used with caution)</em>"
+msgstr ""
+
+#: ../../mod/settings.php:948
+msgid ""
+"Typical - <em>default public, privacy when desired (similar to social "
+"network permissions but with improved privacy)</em>"
+msgstr ""
+
+#: ../../mod/settings.php:949
+msgid "Private - <em>default private, never open or public</em>"
+msgstr ""
+
+#: ../../mod/settings.php:950
+msgid "Blocked - <em>default blocked to/from everybody</em>"
+msgstr ""
+
+#: ../../mod/settings.php:952
+msgid "Allow others to tag your posts"
+msgstr ""
+
+#: ../../mod/settings.php:952
+msgid ""
+"Often used by the community to retro-actively flag inappropriate content"
+msgstr ""
-#: ../../mod/settings.php:925
-msgid "Blocked - default blocked to/from everybody"
-msgstr "Заблокированно - по умолчанию заблокировано для/от всех"
+#: ../../mod/settings.php:954
+msgid "Advanced Privacy Settings"
+msgstr "Дополнительные настройки"
+
+#: ../../mod/settings.php:956
+msgid "Expire other channel content after this many days"
+msgstr ""
+
+#: ../../mod/settings.php:956
+msgid "0 or blank prevents expiration"
+msgstr ""
-#: ../../mod/settings.php:928
+#: ../../mod/settings.php:957
msgid "Maximum Friend Requests/Day:"
msgstr ""
-#: ../../mod/settings.php:928
+#: ../../mod/settings.php:957
msgid "May reduce spam activity"
-msgstr ""
+msgstr "Может уменьшить активность спам"
-#: ../../mod/settings.php:929
+#: ../../mod/settings.php:958
msgid "Default Post Permissions"
-msgstr ""
+msgstr "Настройки по умолчанию"
-#: ../../mod/settings.php:941
+#: ../../mod/settings.php:970
msgid "Maximum private messages per day from unknown people:"
msgstr ""
-#: ../../mod/settings.php:941
+#: ../../mod/settings.php:970
msgid "Useful to reduce spamming"
-msgstr ""
+msgstr "Полезно для уменьшения активности спам"
-#: ../../mod/settings.php:944
+#: ../../mod/settings.php:973
msgid "Notification Settings"
msgstr "Настройки уведомлений"
-#: ../../mod/settings.php:945
+#: ../../mod/settings.php:974
msgid "By default post a status message when:"
msgstr ""
-#: ../../mod/settings.php:946
+#: ../../mod/settings.php:975
msgid "accepting a friend request"
msgstr ""
-#: ../../mod/settings.php:947
+#: ../../mod/settings.php:976
msgid "joining a forum/community"
msgstr ""
-#: ../../mod/settings.php:948
+#: ../../mod/settings.php:977
msgid "making an <em>interesting</em> profile change"
msgstr ""
-#: ../../mod/settings.php:949
+#: ../../mod/settings.php:978
msgid "Send a notification email when:"
msgstr "Отправить уведомление по электронной почте, если:"
-#: ../../mod/settings.php:950
-msgid "You receive an introduction"
-msgstr "Вы получили введение"
+#: ../../mod/settings.php:979
+msgid "You receive a connection request"
+msgstr ""
-#: ../../mod/settings.php:951
-msgid "Your introductions are confirmed"
+#: ../../mod/settings.php:980
+msgid "Your connections are confirmed"
msgstr ""
-#: ../../mod/settings.php:952
+#: ../../mod/settings.php:981
msgid "Someone writes on your profile wall"
msgstr ""
-#: ../../mod/settings.php:953
+#: ../../mod/settings.php:982
msgid "Someone writes a followup comment"
msgstr ""
-#: ../../mod/settings.php:954
+#: ../../mod/settings.php:983
msgid "You receive a private message"
msgstr ""
-#: ../../mod/settings.php:955
+#: ../../mod/settings.php:984
msgid "You receive a friend suggestion"
msgstr ""
-#: ../../mod/settings.php:956
+#: ../../mod/settings.php:985
msgid "You are tagged in a post"
msgstr ""
-#: ../../mod/settings.php:957
+#: ../../mod/settings.php:986
msgid "You are poked/prodded/etc. in a post"
msgstr ""
-#: ../../mod/settings.php:960
+#: ../../mod/settings.php:989
msgid "Advanced Account/Page Type Settings"
msgstr ""
-#: ../../mod/settings.php:961
+#: ../../mod/settings.php:990
msgid "Change the behaviour of this account for special situations"
msgstr ""
-#: ../../mod/mail.php:33
-msgid "Unable to lookup recipient."
+#: ../../mod/settings.php:993
+msgid ""
+"Please enable expert mode (in <a href=\"settings/features\">Settings > "
+"Additional features</a>) to adjust!"
msgstr ""
-#: ../../mod/mail.php:41
-msgid "Unable to communicate with requested channel."
-msgstr ""
+#: ../../mod/settings.php:994
+msgid "Miscellaneous Settings"
+msgstr "Дополнительные настройки"
-#: ../../mod/mail.php:48
-msgid "Cannot verify requested channel."
+#: ../../mod/settings.php:996
+msgid "Personal menu to display in your channel pages"
msgstr ""
-#: ../../mod/mail.php:74
-msgid "Selected channel has private message restrictions. Send failed."
+#: ../../mod/setup.php:162
+msgid "Red Matrix Server - Setup"
+msgstr "Red Matrix Сервер - Установка"
+
+#: ../../mod/setup.php:168
+msgid "Could not connect to database."
+msgstr "Не удалось подключиться к серверу баз данных."
+
+#: ../../mod/setup.php:172
+msgid ""
+"Could not connect to specified site URL. Possible SSL certificate or DNS "
+"issue."
msgstr ""
-#: ../../mod/mail.php:121 ../../mod/message.php:31
-msgid "Messages"
-msgstr "Переписка"
+#: ../../mod/setup.php:179
+msgid "Could not create table."
+msgstr "Не удалось создать таблицу."
-#: ../../mod/mail.php:132
-msgid "Message deleted."
-msgstr "Сообщение удалено."
+#: ../../mod/setup.php:185
+msgid "Your site database has been installed."
+msgstr "Ваша база данных установлена."
-#: ../../mod/mail.php:149
-msgid "Message recalled."
+#: ../../mod/setup.php:190
+msgid ""
+"You may need to import the file \"install/database.sql\" manually using "
+"phpmyadmin or mysql."
msgstr ""
-#: ../../mod/mail.php:206
-msgid "Send Private Message"
-msgstr "Отправить личное сообщение"
+#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:655
+msgid "Please see the file \"install/INSTALL.txt\"."
+msgstr "Пожалуйста, обратитесь к файлу \"install/INSTALL.txt\"."
-#: ../../mod/mail.php:207 ../../mod/mail.php:323
-msgid "To:"
-msgstr "Кому:"
+#: ../../mod/setup.php:257
+msgid "System check"
+msgstr "Проверка системы"
-#: ../../mod/mail.php:212 ../../mod/mail.php:325
-msgid "Subject:"
-msgstr "Тема:"
+#: ../../mod/setup.php:261 ../../mod/events.php:380
+msgid "Next"
+msgstr "Следующая"
-#: ../../mod/mail.php:249
-msgid "Message not found."
-msgstr "Сообщение не найдено."
+#: ../../mod/setup.php:262
+msgid "Check again"
+msgstr "Проверить снова"
-#: ../../mod/mail.php:292 ../../mod/message.php:72
-msgid "Delete message"
-msgstr "Удалить сообщение"
+#: ../../mod/setup.php:284
+msgid "Database connection"
+msgstr "Подключение к базе данных"
-#: ../../mod/mail.php:293
-msgid "Recall message"
+#: ../../mod/setup.php:285
+msgid ""
+"In order to install Red Matrix we need to know how to connect to your "
+"database."
msgstr ""
-#: ../../mod/mail.php:295
-msgid "Message has been recalled."
+#: ../../mod/setup.php:286
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
msgstr ""
-#: ../../mod/mail.php:312
-msgid "Private Conversation"
-msgstr "Личный разговор"
-
-#: ../../mod/mail.php:316
-msgid "Delete conversation"
-msgstr "Удалить разговор"
-
-#: ../../mod/mail.php:318
+#: ../../mod/setup.php:287
msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
msgstr ""
-#: ../../mod/mail.php:322
-msgid "Send Reply"
-msgstr "Отправить снова"
+#: ../../mod/setup.php:291
+msgid "Database Server Name"
+msgstr "Имя сервера базы данных"
-#: ../../mod/editlayout.php:36 ../../mod/editpost.php:20
-#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:36
-msgid "Item not found"
-msgstr "Элемент не найден"
+#: ../../mod/setup.php:291
+msgid "Default is localhost"
+msgstr "По умолчанию localhost"
-#: ../../mod/editlayout.php:68
-msgid "Edit Layout"
+#: ../../mod/setup.php:292
+msgid "Database Port"
+msgstr "Порт базы данных"
+
+#: ../../mod/setup.php:292
+msgid "Communication port number - use 0 for default"
+msgstr "Порт коммуникации - используйте 0 по умолчанию"
+
+#: ../../mod/setup.php:293
+msgid "Database Login Name"
+msgstr "Имя для подключения к базе данных"
+
+#: ../../mod/setup.php:294
+msgid "Database Login Password"
+msgstr "Пароль для подключения к базе данных"
+
+#: ../../mod/setup.php:295
+msgid "Database Name"
+msgstr "Имя базы данных"
+
+#: ../../mod/setup.php:297 ../../mod/setup.php:339
+msgid "Site administrator email address"
+msgstr "Адрес электронной почты администратора сайта"
+
+#: ../../mod/setup.php:297 ../../mod/setup.php:339
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
msgstr ""
-#: ../../mod/editlayout.php:105 ../../mod/editpost.php:102
-#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:119
-msgid "Insert YouTube video"
-msgstr "Вставить YouTube видео"
+#: ../../mod/setup.php:298 ../../mod/setup.php:341
+msgid "Website URL"
+msgstr "URL веб-сайта"
-#: ../../mod/editlayout.php:106 ../../mod/editpost.php:103
-#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:120
-msgid "Insert Vorbis [.ogg] video"
-msgstr "Вставить Vorbis [.ogg] видео"
+#: ../../mod/setup.php:298 ../../mod/setup.php:341
+msgid "Please use SSL (https) URL if available."
+msgstr "Пожалуйста, используйте SSL (https) URL если возможно."
-#: ../../mod/editlayout.php:107 ../../mod/editpost.php:104
-#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:121
-msgid "Insert Vorbis [.ogg] audio"
-msgstr "Вставить Vorbis [.ogg] музыку"
+#: ../../mod/setup.php:301 ../../mod/setup.php:344
+msgid "Please select a default timezone for your website"
+msgstr "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта"
-#: ../../mod/editlayout.php:141
-msgid "Delete Layout"
+#: ../../mod/setup.php:328
+msgid "Site settings"
+msgstr "Настройки сайта"
+
+#: ../../mod/setup.php:387
+msgid "Could not find a command line version of PHP in the web server PATH."
msgstr ""
-#: ../../mod/profile_photo.php:44
-msgid "Image uploaded but image cropping failed."
+#: ../../mod/setup.php:388
+msgid ""
+"If you don't have a command line version of PHP installed on server, you "
+"will not be able to run background polling via cron."
msgstr ""
-#: ../../mod/profile_photo.php:97
-msgid "Image resize failed."
-msgstr "Изменение размера изображения не удалось."
+#: ../../mod/setup.php:392
+msgid "PHP executable path"
+msgstr "PHP executable путь"
-#: ../../mod/profile_photo.php:141
+#: ../../mod/setup.php:392
msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
msgstr ""
-#: ../../mod/profile_photo.php:163
-#, php-format
-msgid "Image exceeds size limit of %d"
+#: ../../mod/setup.php:397
+msgid "Command line PHP"
+msgstr "Command line PHP"
+
+#: ../../mod/setup.php:406
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
msgstr ""
-#: ../../mod/profile_photo.php:172
-msgid "Unable to process image."
+#: ../../mod/setup.php:407
+msgid "This is required for message delivery to work."
+msgstr "Это требуется для доставки сообщений."
+
+#: ../../mod/setup.php:409
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
+
+#: ../../mod/setup.php:430
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
msgstr ""
-#: ../../mod/profile_photo.php:214 ../../mod/profile_photo.php:262
-msgid "Photo not available."
-msgstr "Фотография не доступна."
+#: ../../mod/setup.php:431
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Если работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"."
-#: ../../mod/profile_photo.php:281
-msgid "Upload File:"
-msgstr "Загрузить файл:"
+#: ../../mod/setup.php:433
+msgid "Generate encryption keys"
+msgstr "Генерация ключей шифрования"
-#: ../../mod/profile_photo.php:282
-msgid "Select a profile:"
-msgstr "Выберите профиль:"
+#: ../../mod/setup.php:440
+msgid "libCurl PHP module"
+msgstr "libCurl PHP модуль"
-#: ../../mod/profile_photo.php:283
-msgid "Upload Profile Photo"
-msgstr "Загрузить фотографию профиля"
+#: ../../mod/setup.php:441
+msgid "GD graphics PHP module"
+msgstr "GD graphics PHP модуль"
-#: ../../mod/profile_photo.php:284
-msgid "Upload"
-msgstr "Загрузка"
+#: ../../mod/setup.php:442
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHP модуль"
-#: ../../mod/profile_photo.php:288
-msgid "skip this step"
-msgstr "пропустить этот шаг"
+#: ../../mod/setup.php:443
+msgid "mysqli PHP module"
+msgstr "mysqli PHP модуль"
-#: ../../mod/profile_photo.php:288
-msgid "select a photo from your photo albums"
-msgstr ""
+#: ../../mod/setup.php:444
+msgid "mb_string PHP module"
+msgstr "mb_string PHP модуль"
-#: ../../mod/profile_photo.php:302
-msgid "Crop Image"
-msgstr "Обрезать изображение"
+#: ../../mod/setup.php:445
+msgid "mcrypt PHP module"
+msgstr "mcrypt PHP модуль"
-#: ../../mod/profile_photo.php:303
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr ""
+#: ../../mod/setup.php:450 ../../mod/setup.php:452
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite модуль"
-#: ../../mod/profile_photo.php:305
-msgid "Done Editing"
-msgstr "Закончить редактирование"
+#: ../../mod/setup.php:450
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Ошибка: Apache веб-сервер модуль mod-rewrite требуется, но не установлен."
-#: ../../mod/profile_photo.php:340
-msgid "Image uploaded successfully."
-msgstr "Загрузка изображениея прошла успешно."
+#: ../../mod/setup.php:456 ../../mod/setup.php:459
+msgid "proc_open"
+msgstr "proc_open"
-#: ../../mod/profile_photo.php:342
-msgid "Image upload failed."
-msgstr "Загрузка изображениея прошла безуспешно."
+#: ../../mod/setup.php:456
+msgid ""
+"Error: proc_open is required but is either not installed or has been "
+"disabled in php.ini"
+msgstr "Ошибка: proc_open требуется, но не установлен или отключен в php.ini"
-#: ../../mod/profile_photo.php:351
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr ""
+#: ../../mod/setup.php:464
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Ошибка: Модуль libCURL PHP требуется, но не установлен."
-#: ../../mod/editpost.php:31
-msgid "Item is not editable"
-msgstr "Элемент нельзя редактировать"
+#: ../../mod/setup.php:468
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Ошибка: GD graphics PHP модуль с поддержкой JPEG требуется, но не установлен."
-#: ../../mod/editpost.php:53
-msgid "Delete item?"
-msgstr "Удалить элемент?"
+#: ../../mod/setup.php:472
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Ошибка: openssl PHP модуль требуется, но не установлен."
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr ""
+#: ../../mod/setup.php:476
+msgid "Error: mysqli PHP module required but not installed."
+msgstr "Ошибка: mysqli PHP модуль требуется, но не установлен."
-#: ../../mod/notifications.php:35
-msgid "Discard"
-msgstr "Отменить"
+#: ../../mod/setup.php:480
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Ошибка: mb_string PHP модуль требуется, но не установлен."
-#: ../../mod/notifications.php:93 ../../mod/notify.php:54
-msgid "No more system notifications."
-msgstr "Новых оповещений системы пока нет."
+#: ../../mod/setup.php:484
+msgid "Error: mcrypt PHP module required but not installed."
+msgstr "Ошибка: mcrypt PHP модуль требуется, но не установлен."
-#: ../../mod/notifications.php:97 ../../mod/notify.php:58
-msgid "System Notifications"
-msgstr "Системные оповещения "
+#: ../../mod/setup.php:500
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\""
+" in the top folder of your web server and it is unable to do so."
+msgstr "Веб-установщик должен быть в состоянии создать файл с именем \".htconfig.php\" в верхней папке вашего веб-сервера, но он не в состоянии сделать это."
-#: ../../mod/blocks.php:65
-msgid "Block Name"
+#: ../../mod/setup.php:501
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
msgstr ""
-#: ../../mod/oexchange.php:23
-msgid "Unable to find your hub."
+#: ../../mod/setup.php:502
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Red top folder."
msgstr ""
-#: ../../mod/oexchange.php:37
-msgid "Post successful."
-msgstr "Публикация прошла успешно."
+#: ../../mod/setup.php:503
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"install/INSTALL.txt\" for instructions."
+msgstr "Вы можете пропустить эту процедуру и выполнить установку вручную. Обратитесь к файлу \"install/INSTALL.txt\" для получения инструкций."
-#: ../../mod/editwebpage.php:106
-msgid "Edit Webpage"
+#: ../../mod/setup.php:506
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php доступен для записи"
+
+#: ../../mod/setup.php:516
+msgid ""
+"Red uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
msgstr ""
-#: ../../mod/editwebpage.php:116
-msgid "Delete webpage?"
+#: ../../mod/setup.php:517
+msgid ""
+"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."
msgstr ""
-#: ../../mod/editwebpage.php:189
-msgid "Delete Webpage"
+#: ../../mod/setup.php:518 ../../mod/setup.php:536
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
msgstr ""
-#: ../../mod/profile.php:64 ../../mod/profile.php:72
-msgid "Access to this profile has been restricted."
-msgstr "Доступ к этому профилю ограничен."
+#: ../../mod/setup.php:519
+msgid ""
+"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."
+msgstr ""
-#: ../../mod/poke.php:159
-msgid "Poke/Prod"
+#: ../../mod/setup.php:522
+msgid "view/tpl/smarty3 is writable"
+msgstr "view/tpl/smarty3 доступен для записи"
+
+#: ../../mod/setup.php:535
+msgid ""
+"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"
msgstr ""
-#: ../../mod/poke.php:160
-msgid "poke, prod or do other things to somebody"
+#: ../../mod/setup.php:539
+msgid "store is writable"
msgstr ""
-#: ../../mod/poke.php:161
-msgid "Recipient"
-msgstr "Получатель"
+#: ../../mod/setup.php:569
+msgid ""
+"SSL certificate cannot be validated. Fix certificate or disable https access"
+" to this site."
+msgstr ""
-#: ../../mod/poke.php:162
-msgid "Choose what you wish to do to recipient"
+#: ../../mod/setup.php:570
+msgid ""
+"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!"
msgstr ""
-#: ../../mod/poke.php:165
-msgid "Make this post private"
-msgstr "Сделать это сообщение личным"
+#: ../../mod/setup.php:571
+msgid ""
+"This restriction is incorporated because public posts from you may for "
+"example contain references to images on your own hub."
+msgstr ""
-#: ../../mod/wall_upload.php:41 ../../mod/item.php:1068
-msgid "Wall Photos"
-msgstr "Стена фотографий"
+#: ../../mod/setup.php:572
+msgid ""
+"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."
+msgstr ""
-#: ../../mod/channel.php:25
-msgid "You must be logged in to see this page."
+#: ../../mod/setup.php:573
+msgid ""
+"This can cause usability issues elsewhere (not just on your own site) so we "
+"must insist on this requirement."
msgstr ""
-#: ../../mod/channel.php:85
-msgid "Insufficient permissions. Request redirected to profile page."
+#: ../../mod/setup.php:574
+msgid ""
+"Providers are available that issue free certificates which are browser-"
+"valid."
msgstr ""
-#: ../../mod/community.php:23
-msgid "Not available."
-msgstr "Недоступно."
+#: ../../mod/setup.php:576
+msgid "SSL certificate validation"
+msgstr "проверка сертификата SSL"
-#: ../../mod/community.php:32
-msgid "Community"
-msgstr "Сообщество"
+#: ../../mod/setup.php:582
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr ""
-#: ../../mod/community.php:63 ../../mod/community.php:88
-msgid "No results."
-msgstr "Ничего не найдено."
+#: ../../mod/setup.php:584
+msgid "Url rewrite is working"
+msgstr "Url rewrite работает"
-#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
-msgid "Contact not found."
-msgstr "Контакт не найден."
+#: ../../mod/setup.php:594
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
+msgstr ""
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
+#: ../../mod/setup.php:618
+msgid "Errors encountered creating database tables."
msgstr ""
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
-msgstr "Пригласить друзей"
+#: ../../mod/setup.php:653
+msgid "<h1>What next</h1>"
+msgstr "<h1>Что дальше</h1>"
-#: ../../mod/fsuggest.php:99
-#, php-format
-msgid "Suggest a friend for %s"
+#: ../../mod/setup.php:654
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
msgstr ""
-#: ../../mod/editblock.php:82
+#: ../../mod/editblock.php:8 ../../mod/editblock.php:27
+#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36
+#: ../../mod/editpost.php:20 ../../mod/editwebpage.php:32
+msgid "Item not found"
+msgstr "Элемент не найден"
+
+#: ../../mod/editblock.php:77
msgid "Edit Block"
msgstr "Редактировать блок"
-#: ../../mod/editblock.php:157
+#: ../../mod/editblock.php:87
+msgid "Delete block?"
+msgstr ""
+
+#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110
+#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147
+msgid "Insert YouTube video"
+msgstr "Вставить YouTube видео"
+
+#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111
+#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148
+msgid "Insert Vorbis [.ogg] video"
+msgstr "Вставить Vorbis [.ogg] видео"
+
+#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112
+#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149
+msgid "Insert Vorbis [.ogg] audio"
+msgstr "Вставить Vorbis [.ogg] музыку"
+
+#: ../../mod/editblock.php:153
msgid "Delete Block"
msgstr "Удалить блок"
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
+#: ../../mod/pdledit.php:13
+msgid "Layout updated."
msgstr ""
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
-msgstr "Редактор видимости профиля"
+#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53
+msgid "Edit System Page Description"
+msgstr ""
-#: ../../mod/profperm.php:105
-msgid "Click on a contact to add or remove."
+#: ../../mod/pdledit.php:48
+msgid "Layout not found."
msgstr ""
-#: ../../mod/profperm.php:114
-msgid "Visible To"
-msgstr "Видно"
+#: ../../mod/pdledit.php:54
+msgid "Module Name:"
+msgstr ""
+
+#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59
+msgid "Layout Help"
+msgstr ""
+
+#: ../../mod/editlayout.php:72
+msgid "Edit Layout"
+msgstr ""
+
+#: ../../mod/editlayout.php:82
+msgid "Delete layout?"
+msgstr ""
+
+#: ../../mod/editlayout.php:146
+msgid "Delete Layout"
+msgstr ""
+
+#: ../../mod/editpost.php:31
+msgid "Item is not editable"
+msgstr "Элемент нельзя редактировать"
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Все контакты (с доступом защищенному профилю)"
+#: ../../mod/editpost.php:53
+msgid "Delete item?"
+msgstr "Удалить элемент?"
+
+#: ../../mod/editwebpage.php:106
+msgid "Edit Webpage"
+msgstr ""
+
+#: ../../mod/editwebpage.php:116
+msgid "Delete webpage?"
+msgstr ""
+
+#: ../../mod/editwebpage.php:187
+msgid "Delete Webpage"
+msgstr ""
#: ../../mod/siteinfo.php:57
#, php-format
@@ -6598,536 +6323,1465 @@ msgstr ""
msgid "No installed plugins/addons/apps"
msgstr ""
-#: ../../mod/siteinfo.php:92
+#: ../../mod/siteinfo.php:97
msgid "Red"
msgstr "Red"
-#: ../../mod/siteinfo.php:93
+#: ../../mod/siteinfo.php:98
msgid ""
"This is a hub of the Red Matrix - a global cooperative network of "
"decentralised privacy enhanced websites."
msgstr ""
-#: ../../mod/siteinfo.php:96
+#: ../../mod/siteinfo.php:101
msgid "Running at web location"
msgstr ""
-#: ../../mod/siteinfo.php:97
+#: ../../mod/siteinfo.php:102
msgid ""
"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more "
"about the Red Matrix."
msgstr ""
-#: ../../mod/siteinfo.php:98
+#: ../../mod/siteinfo.php:103
msgid "Bug reports and issues: please visit"
msgstr ""
-#: ../../mod/siteinfo.php:101
+#: ../../mod/siteinfo.php:106
msgid ""
-"Suggestions, praise, donations, etc. - please email \"redmatrix\" at "
-"librelist - dot com"
+"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot "
+"com"
msgstr ""
-#: ../../mod/suggest.php:35
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
+#: ../../mod/siteinfo.php:108
+msgid "Site Administrators"
msgstr ""
-#: ../../mod/message.php:41
-msgid "Conversation removed."
-msgstr "Разговор удален."
+#: ../../mod/sources.php:32
+msgid "Failed to create source. No channel selected."
+msgstr ""
-#: ../../mod/message.php:56
-msgid "No messages."
-msgstr "Нет сообщений."
+#: ../../mod/sources.php:45
+msgid "Source created."
+msgstr "Источник создан"
-#: ../../mod/message.php:74
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: ../../mod/sources.php:57
+msgid "Source updated."
+msgstr ""
-#: ../../mod/pubsites.php:22
-msgid "Public Sites"
+#: ../../mod/sources.php:82
+msgid "*"
msgstr ""
-#: ../../mod/pubsites.php:25
+#: ../../mod/sources.php:89
+msgid "Manage remote sources of content for your channel."
+msgstr ""
+
+#: ../../mod/sources.php:90 ../../mod/sources.php:100
+msgid "New Source"
+msgstr "Новый источник"
+
+#: ../../mod/sources.php:101 ../../mod/sources.php:133
msgid ""
-"The listed sites allow public registration into the Red Matrix. All sites in"
-" the matrix are interlinked so membership on any of them conveys membership "
-"in the matrix as a whole. Some sites may require subscription or provide "
-"tiered service plans. The provider links <strong>may</strong> provide "
-"additional details."
+"Import all or selected content from the following channel into this channel "
+"and distribute it according to your channel settings."
msgstr ""
-#: ../../mod/pubsites.php:31
-msgid "Site URL"
-msgstr "URL веб-сайта"
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Only import content with these words (one per line)"
+msgstr ""
-#: ../../mod/pubsites.php:31
-msgid "Access Type"
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Leave blank to import all public content"
msgstr ""
-#: ../../mod/pubsites.php:31
-msgid "Registration Policy"
-msgstr "Правила регистрации"
+#: ../../mod/sources.php:103 ../../mod/sources.php:137
+#: ../../mod/new_channel.php:110
+msgid "Channel Name"
+msgstr "Имя канала"
-#: ../../mod/register.php:43
-msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
+#: ../../mod/sources.php:123 ../../mod/sources.php:150
+msgid "Source not found."
+msgstr "Источник не найден."
+
+#: ../../mod/sources.php:130
+msgid "Edit Source"
+msgstr "Редактировать источник"
+
+#: ../../mod/sources.php:131
+msgid "Delete Source"
+msgstr "Удалить источник"
+
+#: ../../mod/sources.php:158
+msgid "Source removed"
+msgstr "Источник удален"
+
+#: ../../mod/sources.php:160
+msgid "Unable to remove source."
msgstr ""
-#: ../../mod/register.php:49
-msgid ""
-"Please indicate acceptance of the Terms of Service. Registration failed."
+#: ../../mod/filer.php:49
+msgid "- select -"
+msgstr "- выбрать -"
+
+#: ../../mod/events.php:72
+msgid "Event title and start time are required."
+msgstr "Название события и время начала требуется."
+
+#: ../../mod/events.php:310
+msgid "l, F j"
+msgstr "l, F j"
+
+#: ../../mod/events.php:332
+msgid "Edit event"
+msgstr "Редактировать мероприятие"
+
+#: ../../mod/events.php:378
+msgid "Create New Event"
+msgstr "Создать новое мероприятие"
+
+#: ../../mod/events.php:379
+msgid "Previous"
+msgstr "Предыдущая"
+
+#: ../../mod/events.php:450
+msgid "hour:minute"
+msgstr "часы:минуты"
+
+#: ../../mod/events.php:470
+msgid "Event details"
+msgstr "Детали мероприятия"
+
+#: ../../mod/events.php:471
+#, php-format
+msgid "Format is %s %s. Starting date and Title are required."
+msgstr "Формат: %s %s. Дата начала и название необходимы."
+
+#: ../../mod/events.php:473
+msgid "Event Starts:"
+msgstr "Начало мероприятия:"
+
+#: ../../mod/events.php:473 ../../mod/events.php:487 ../../mod/appman.php:91
+#: ../../mod/appman.php:92
+msgid "Required"
+msgstr "Необходимо"
+
+#: ../../mod/events.php:476
+msgid "Finish date/time is not known or not relevant"
+msgstr "Дата окончания или время окончания не известно / не релевантно."
+
+#: ../../mod/events.php:478
+msgid "Event Finishes:"
+msgstr "\t\nКонец мероприятий:"
+
+#: ../../mod/events.php:481
+msgid "Adjust for viewer timezone"
+msgstr "Отрегулируйте для просмотра часовых поясов"
+
+#: ../../mod/events.php:483
+msgid "Description:"
+msgstr "Описание:"
+
+#: ../../mod/events.php:487
+msgid "Title:"
+msgstr "Заголовок:"
+
+#: ../../mod/events.php:489
+msgid "Share this event"
+msgstr "Поделиться этим мероприятием"
+
+#: ../../mod/filestorage.php:68
+msgid "Permission Denied."
+msgstr "Доступ запрещен."
+
+#: ../../mod/filestorage.php:85
+msgid "File not found."
+msgstr "Файл не найден."
+
+#: ../../mod/filestorage.php:121
+msgid "Edit file permissions"
+msgstr "Редактировать разрешения файла"
+
+#: ../../mod/filestorage.php:129
+msgid "Set/edit permissions"
msgstr ""
-#: ../../mod/register.php:77
-msgid "Passwords do not match."
-msgstr "Пароли не совпадают."
+#: ../../mod/filestorage.php:130
+msgid "Include all files and sub folders"
+msgstr ""
-#: ../../mod/register.php:105
-msgid ""
-"Registration successful. Please check your email for validation "
-"instructions."
+#: ../../mod/filestorage.php:131
+msgid "Return to file list"
msgstr ""
-#: ../../mod/register.php:111
-msgid "Your registration is pending approval by the site owner."
+#: ../../mod/filestorage.php:133
+msgid "Copy/paste this code to attach file to a post"
msgstr ""
-#: ../../mod/register.php:114
-msgid "Your registration can not be processed."
+#: ../../mod/filestorage.php:134
+msgid "Copy/paste this URL to link file from a web page"
msgstr ""
-#: ../../mod/register.php:147
-msgid "Registration on this site/hub is by approval only."
+#: ../../mod/filestorage.php:171
+msgid "Download"
+msgstr "Загрузка"
+
+#: ../../mod/filestorage.php:177
+msgid "Used: "
msgstr ""
-#: ../../mod/register.php:148
-msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
+#: ../../mod/filestorage.php:178
+msgid "[directory]"
msgstr ""
-#: ../../mod/register.php:156
+#: ../../mod/filestorage.php:180
+msgid "Limit: "
+msgstr "Предел: "
+
+#: ../../mod/follow.php:25
+msgid "Channel added."
+msgstr "Контакт добавлен."
+
+#: ../../mod/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s следит %2$s's %3$s"
+
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
+msgid "Contact not found."
+msgstr "Контакт не найден."
+
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
+msgstr "Предложение дружить отправлено."
+
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
+msgstr "Пригласить друзей"
+
+#: ../../mod/fsuggest.php:99
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr ""
+
+#: ../../mod/suggest.php:35
msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
msgstr ""
-#: ../../mod/register.php:167
-msgid "Terms of Service"
+#: ../../mod/group.php:20
+msgid "Collection created."
+msgstr "Коллекция создана."
+
+#: ../../mod/group.php:26
+msgid "Could not create collection."
+msgstr "Не удалось создать коллекцию."
+
+#: ../../mod/group.php:54
+msgid "Collection updated."
msgstr ""
-#: ../../mod/register.php:173
+#: ../../mod/group.php:86
+msgid "Create a collection of channels."
+msgstr "Создать коллекцию контактов"
+
+#: ../../mod/group.php:87 ../../mod/group.php:183
+msgid "Collection Name: "
+msgstr "Название коллекции:"
+
+#: ../../mod/group.php:89 ../../mod/group.php:186
+msgid "Members are visible to other channels"
+msgstr "Пользователи могут видеть другие каналы"
+
+#: ../../mod/group.php:107
+msgid "Collection removed."
+msgstr "Коллекция удалена."
+
+#: ../../mod/group.php:109
+msgid "Unable to remove collection."
+msgstr "Невозможно удалить коллекцию."
+
+#: ../../mod/group.php:182
+msgid "Collection Editor"
+msgstr "Редактор коллекций"
+
+#: ../../mod/group.php:196
+msgid "Members"
+msgstr "Участники"
+
+#: ../../mod/group.php:198
+msgid "All Connected Channels"
+msgstr "Все подключенные контакы"
+
+#: ../../mod/group.php:231
+msgid "Click on a channel to add or remove."
+msgstr "Нажмите на канал, чтобы добавить или удалить."
+
+#: ../../mod/tagger.php:98
#, php-format
-msgid "I accept the %s for this website"
+msgid "%1$s tagged %2$s's %3$s with %4$s"
msgstr ""
-#: ../../mod/register.php:175
+#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55
+msgid "Help:"
+msgstr "Помощь:"
+
+#: ../../mod/help.php:69 ../../index.php:233
+msgid "Not Found"
+msgstr "Не найдено"
+
+#: ../../mod/tagrm.php:41
+msgid "Tag removed"
+msgstr "Тег удален"
+
+#: ../../mod/tagrm.php:79
+msgid "Remove Item Tag"
+msgstr "Удалить Тег"
+
+#: ../../mod/tagrm.php:81
+msgid "Select a tag to remove: "
+msgstr "Выбрать тег для удаления: "
+
+#: ../../mod/home.php:91
#, php-format
-msgid "I am over 13 years of age and accept the %s for this website"
+msgid "Welcome to %s"
+msgstr "Добро пожаловать в %s"
+
+#: ../../mod/thing.php:98
+msgid "Thing updated"
msgstr ""
-#: ../../mod/register.php:194
-msgid "Membership on this site is by invitation only."
+#: ../../mod/thing.php:158
+msgid "Object store: failed"
msgstr ""
-#: ../../mod/register.php:195
-msgid "Please enter your invitation code"
+#: ../../mod/thing.php:162
+msgid "Thing added"
msgstr ""
-#: ../../mod/register.php:198
-msgid "Your email address"
-msgstr "Ваш адрес электронной почты"
+#: ../../mod/thing.php:182
+#, php-format
+msgid "OBJ: %1$s %2$s %3$s"
+msgstr ""
-#: ../../mod/register.php:199
-msgid "Choose a password"
-msgstr "Выберите пароль"
+#: ../../mod/thing.php:234
+msgid "Show Thing"
+msgstr ""
-#: ../../mod/register.php:200
-msgid "Please re-enter your password"
+#: ../../mod/thing.php:241
+msgid "item not found."
+msgstr "Элемент не найден."
+
+#: ../../mod/thing.php:269
+msgid "Edit Thing"
msgstr ""
-#: ../../mod/regmod.php:12
-msgid "Please login."
-msgstr "Войдите пожалуйста."
+#: ../../mod/thing.php:271 ../../mod/thing.php:318
+msgid "Select a profile"
+msgstr "Выберите профиль"
-#: ../../mod/removeme.php:49
-msgid "Remove This Channel"
-msgstr "Удалить этот канал"
+#: ../../mod/thing.php:273 ../../mod/thing.php:320
+msgid "Select a category of stuff. e.g. I ______ something"
+msgstr ""
-#: ../../mod/removeme.php:50
+#: ../../mod/thing.php:275 ../../mod/thing.php:321
+msgid "Post an activity"
+msgstr ""
+
+#: ../../mod/thing.php:275 ../../mod/thing.php:321
+msgid "Only sends to viewers of the applicable profile"
+msgstr ""
+
+#: ../../mod/thing.php:277 ../../mod/thing.php:323
+msgid "Name of thing e.g. something"
+msgstr ""
+
+#: ../../mod/thing.php:279 ../../mod/thing.php:324
+msgid "URL of thing (optional)"
+msgstr ""
+
+#: ../../mod/thing.php:281 ../../mod/thing.php:325
+msgid "URL for photo of thing (optional)"
+msgstr ""
+
+#: ../../mod/thing.php:316
+msgid "Add Thing to your Profile"
+msgstr ""
+
+#: ../../mod/import.php:36
+msgid "Nothing to import."
+msgstr "Ничего импортировать."
+
+#: ../../mod/import.php:58
+msgid "Unable to download data from old server"
+msgstr "Невозможно загрузить данные из старого сервера"
+
+#: ../../mod/import.php:64
+msgid "Imported file is empty."
+msgstr "Импортированный файл пуст."
+
+#: ../../mod/import.php:88
msgid ""
-"This will completely remove this channel from the network. Once this has "
-"been done it is not recoverable."
+"Cannot create a duplicate channel identifier on this system. Import failed."
msgstr ""
-#: ../../mod/removeme.php:51
-msgid "Please enter your password for verification:"
+#: ../../mod/import.php:106
+msgid "Channel clone failed. Import failed."
msgstr ""
-#: ../../mod/removeme.php:52
-msgid "Remove this channel and all its clones from the network"
+#: ../../mod/import.php:116
+msgid "Cloned channel not found. Import failed."
msgstr ""
-#: ../../mod/removeme.php:52
+#: ../../mod/import.php:364
+msgid "Import completed."
+msgstr "Импорт завершен."
+
+#: ../../mod/import.php:377
+msgid "You must be logged in to use this feature."
+msgstr "Вы должны войти в систему, чтобы использовать эту функцию."
+
+#: ../../mod/import.php:382
+msgid "Import Channel"
+msgstr "Импорт канала"
+
+#: ../../mod/import.php:383
msgid ""
-"By default only the instance of the channel located on this hub will be "
-"removed from the network"
+"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 "
+"or provide an export file. Only identity and connections/relationships will "
+"be imported. Importation of content is not yet available."
msgstr ""
-#: ../../mod/removeme.php:53
-msgid "Remove My Account"
-msgstr "Удалить мой аккаунт"
+#: ../../mod/import.php:384
+msgid "File to Upload"
+msgstr "Файл для загрузки"
+
+#: ../../mod/import.php:385
+msgid "Or provide the old server/hub details"
+msgstr ""
+
+#: ../../mod/import.php:386
+msgid "Your old identity address (xyz@example.com)"
+msgstr ""
+
+#: ../../mod/import.php:387
+msgid "Your old login email address"
+msgstr "Ваш старый адрес электронной почты"
+
+#: ../../mod/import.php:388
+msgid "Your old login password"
+msgstr "Ваш старый пароль"
+
+#: ../../mod/import.php:389
+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"
+" able to post from either location, but only one can be marked as the "
+"primary location for files, photos, and media."
+msgstr ""
+
+#: ../../mod/import.php:390
+msgid "Make this hub my primary location"
+msgstr ""
+
+#: ../../mod/invite.php:25
+msgid "Total invitation limit exceeded."
+msgstr ""
+
+#: ../../mod/invite.php:49
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : Не действительный адрес электронной почты."
+
+#: ../../mod/invite.php:76
+msgid "Please join us on Red"
+msgstr "Пожалуйста, присоединяйтесь к нам в Red"
+
+#: ../../mod/invite.php:87
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr ""
+
+#: ../../mod/invite.php:92
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : Доставка сообщения не удалась."
+
+#: ../../mod/invite.php:96
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d сообщение отправленно."
+msgstr[1] "%d сообщения отправленно."
+msgstr[2] "%d сообщений отправленно."
+
+#: ../../mod/invite.php:115
+msgid "You have no more invitations available"
+msgstr "У вас больше нет приглашений"
+
+#: ../../mod/invite.php:141
+msgid "Send invitations"
+msgstr "Послать приглашения"
+
+#: ../../mod/invite.php:142
+msgid "Enter email addresses, one per line:"
+msgstr "Введите адреса электронной почты, по одному на строку:"
+
+#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328
+msgid "Your message:"
+msgstr "Сообщение:"
+
+#: ../../mod/invite.php:144
+msgid ""
+"You are cordially invited to join me and some other close friends on the Red"
+" Matrix - a revolutionary new decentralised communication and information "
+"tool."
+msgstr ""
-#: ../../mod/item.php:145
+#: ../../mod/invite.php:146
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr ""
+
+#: ../../mod/invite.php:147
+msgid "Please visit my channel at"
+msgstr "Пожалуйста, посетите мой канал на"
+
+#: ../../mod/invite.php:151
+msgid ""
+"Once you have registered (on ANY Red Matrix site - they are all inter-"
+"connected), please connect with my Red Matrix channel address:"
+msgstr ""
+
+#: ../../mod/invite.php:153
+msgid "Click the [Register] link on the following page to join."
+msgstr ""
+
+#: ../../mod/invite.php:155
+msgid ""
+"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"
+msgstr ""
+
+#: ../../mod/item.php:147
msgid "Unable to locate original post."
msgstr "Не удалось найти оригинал."
-#: ../../mod/item.php:343
+#: ../../mod/item.php:352
msgid "Empty post discarded."
msgstr "Отказаться от пустой почты."
-#: ../../mod/item.php:385
+#: ../../mod/item.php:392
msgid "Executable content type not permitted to this channel."
msgstr ""
-#: ../../mod/item.php:812
+#: ../../mod/item.php:806
msgid "System error. Post not saved."
msgstr "Системная ошибка. Сообщение не сохранено."
-#: ../../mod/item.php:1148
+#: ../../mod/item.php:1249
#, php-format
msgid "You have reached your limit of %1$.0f top level posts."
msgstr ""
-#: ../../mod/item.php:1154
+#: ../../mod/item.php:1255
#, php-format
msgid "You have reached your limit of %1$.0f webpages."
msgstr ""
-#: ../../mod/mood.php:138
-msgid "Mood"
+#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25
+#: ../../mod/update_network.php:23 ../../mod/update_search.php:46
+msgid "[Embedded content - reload page to view]"
msgstr ""
-#: ../../mod/mood.php:139
-msgid "Set your current mood and tell your friends"
+#: ../../mod/layouts.php:62
+msgid "Help with this feature"
msgstr ""
-#: ../../mod/ping.php:160
-msgid "sent you a private message"
-msgstr "отправил вам личное сообщение"
+#: ../../mod/layouts.php:84
+msgid "Layout Name"
+msgstr ""
-#: ../../mod/ping.php:218
-msgid "added your channel"
-msgstr "добавил ваш канал"
+#: ../../mod/lockview.php:30 ../../mod/lockview.php:36
+msgid "Remote privacy information not available."
+msgstr ""
-#: ../../mod/ping.php:262
-msgid "posted an event"
+#: ../../mod/lockview.php:45
+msgid "Visible to:"
+msgstr "Кому видно:"
+
+#: ../../mod/viewconnections.php:58
+msgid "No connections."
+msgstr "Никаких связей."
+
+#: ../../mod/viewconnections.php:70
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Посетить %s's ​​профиль [%s]"
+
+#: ../../mod/viewconnections.php:85
+msgid "View Connnections"
+msgstr "Просмотр контактов"
+
+#: ../../mod/lostpass.php:15
+msgid "No valid account found."
+msgstr "Действительный аккаунт не найден."
+
+#: ../../mod/lostpass.php:29
+msgid "Password reset request issued. Check your email."
msgstr ""
-#: ../../mod/dirprofile.php:111
-msgid "Status: "
+#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102
+#, php-format
+msgid "Site Member (%s)"
+msgstr "Участник сайта (%s)"
+
+#: ../../mod/lostpass.php:40
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Требуется сброс пароля на %s"
+
+#: ../../mod/lostpass.php:63
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
msgstr ""
-#: ../../mod/dirprofile.php:112
-msgid "Sexual Preference: "
-msgstr "Сексуальная ориентация:"
+#: ../../mod/lostpass.php:85 ../../boot.php:1462
+msgid "Password Reset"
+msgstr "Сбросить пароль"
-#: ../../mod/dirprofile.php:114
-msgid "Homepage: "
-msgstr "Домашняя страница:"
+#: ../../mod/lostpass.php:86
+msgid "Your password has been reset as requested."
+msgstr "Ваш пароль в соответствии с просьбой сброшен."
-#: ../../mod/dirprofile.php:115
-msgid "Hometown: "
+#: ../../mod/lostpass.php:87
+msgid "Your new password is"
+msgstr "Ваш новый пароль"
+
+#: ../../mod/lostpass.php:88
+msgid "Save or copy your new password - and then"
msgstr ""
-#: ../../mod/dirprofile.php:117
-msgid "About: "
-msgstr "О себе:"
+#: ../../mod/lostpass.php:89
+msgid "click here to login"
+msgstr "нажмите здесь чтобы выйти"
-#: ../../mod/dirprofile.php:163
-msgid "Keywords: "
-msgstr "Ключевые слова:"
+#: ../../mod/lostpass.php:90
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr ""
-#: ../../view/theme/redbasic/php/config.php:74
-msgid "Scheme Default"
+#: ../../mod/lostpass.php:107
+#, php-format
+msgid "Your password has changed at %s"
+msgstr "Пароль изменен на %s"
+
+#: ../../mod/lostpass.php:122
+msgid "Forgot your Password?"
+msgstr "Забыли пароль или логин?"
+
+#: ../../mod/lostpass.php:123
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:75
-msgid "red"
+#: ../../mod/lostpass.php:124
+msgid "Email Address"
+msgstr "Адрес электронной почты"
+
+#: ../../mod/lostpass.php:125
+msgid "Reset"
+msgstr "Сброс"
+
+#: ../../mod/magic.php:70
+msgid "Hub not found."
+msgstr "Hub не найден."
+
+#: ../../mod/vote.php:97
+msgid "Total votes"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:76
-msgid "black"
+#: ../../mod/vote.php:98
+msgid "Average Rating"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:77
-msgid "silver"
+#: ../../mod/mail.php:33
+msgid "Unable to lookup recipient."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:88
-#: ../../view/theme/apw/php/config.php:234
-#: ../../view/theme/blogga/view/theme/blog/config.php:69
-#: ../../view/theme/blogga/php/config.php:69
-msgid "Theme settings"
-msgstr "Настройки темы"
+#: ../../mod/mail.php:41
+msgid "Unable to communicate with requested channel."
+msgstr ""
-#: ../../view/theme/redbasic/php/config.php:89
-#: ../../view/theme/apw/php/config.php:235
-msgid "Set scheme"
+#: ../../mod/mail.php:48
+msgid "Cannot verify requested channel."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:90
-msgid "Navigation bar colour"
+#: ../../mod/mail.php:74
+msgid "Selected channel has private message restrictions. Send failed."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:91
-msgid "Set font-colour for banner"
+#: ../../mod/mail.php:121 ../../mod/message.php:31
+msgid "Messages"
+msgstr "Переписка"
+
+#: ../../mod/mail.php:132
+msgid "Message deleted."
+msgstr "Сообщение удалено."
+
+#: ../../mod/mail.php:149
+msgid "Message recalled."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:92
-msgid "Set the background colour"
+#: ../../mod/mail.php:206
+msgid "Send Private Message"
+msgstr "Отправить личное сообщение"
+
+#: ../../mod/mail.php:207 ../../mod/mail.php:323
+msgid "To:"
+msgstr "Кому:"
+
+#: ../../mod/mail.php:212 ../../mod/mail.php:325
+msgid "Subject:"
+msgstr "Тема:"
+
+#: ../../mod/mail.php:249
+msgid "Message not found."
+msgstr "Сообщение не найдено."
+
+#: ../../mod/mail.php:292 ../../mod/message.php:72
+msgid "Delete message"
+msgstr "Удалить сообщение"
+
+#: ../../mod/mail.php:293
+msgid "Recall message"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:93
-msgid "Set the background image"
+#: ../../mod/mail.php:295
+msgid "Message has been recalled."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:94
-msgid "Set the background colour of items"
+#: ../../mod/mail.php:312
+msgid "Private Conversation"
+msgstr "Личный разговор"
+
+#: ../../mod/mail.php:316
+msgid "Delete conversation"
+msgstr "Удалить разговор"
+
+#: ../../mod/mail.php:318
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:95
-msgid "Set the opacity of items"
+#: ../../mod/mail.php:322
+msgid "Send Reply"
+msgstr "Отправить снова"
+
+#: ../../mod/manage.php:64
+#, php-format
+msgid "You have created %1$.0f of %2$.0f allowed channels."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:96
-msgid "Set the basic colour for item icons"
+#: ../../mod/manage.php:72
+msgid "Create a new channel"
+msgstr "Создать новый канал"
+
+#: ../../mod/manage.php:77
+msgid "Channel Manager"
+msgstr "Настройки канала"
+
+#: ../../mod/manage.php:78
+msgid "Current Channel"
+msgstr "Текущий канал"
+
+#: ../../mod/manage.php:80
+msgid "Attach to one of your channels by selecting it."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:97
-msgid "Set the hover colour for item icons"
+#: ../../mod/manage.php:81
+msgid "Default Channel"
+msgstr "Канал по умолчанию"
+
+#: ../../mod/manage.php:82
+msgid "Make Default"
+msgstr "Сделать стандартным"
+
+#: ../../mod/wall_upload.php:34
+msgid "Wall Photos"
+msgstr "Стена фотографий"
+
+#: ../../mod/match.php:16
+msgid "Profile Match"
+msgstr "Профиль Совпадение"
+
+#: ../../mod/match.php:24
+msgid "No keywords to match. Please add keywords to your default profile."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:98
-msgid "Set font-size for the entire application"
+#: ../../mod/match.php:61
+msgid "is interested in:"
+msgstr "заинтересован в:"
+
+#: ../../mod/match.php:69
+msgid "No matches"
+msgstr "Нет соответствий"
+
+#: ../../mod/menu.php:21
+msgid "Menu updated."
+msgstr "Меню обновлено."
+
+#: ../../mod/menu.php:25
+msgid "Unable to update menu."
+msgstr "Невозможно обновление меню."
+
+#: ../../mod/menu.php:30
+msgid "Menu created."
+msgstr "Меню создано."
+
+#: ../../mod/menu.php:34
+msgid "Unable to create menu."
+msgstr "Невозможно создать меню."
+
+#: ../../mod/menu.php:57
+msgid "Manage Menus"
+msgstr "Управление меню"
+
+#: ../../mod/menu.php:60
+msgid "Drop"
+msgstr "Удалить"
+
+#: ../../mod/menu.php:62
+msgid "Create a new menu"
+msgstr "Создать новое меню"
+
+#: ../../mod/menu.php:63
+msgid "Delete this menu"
+msgstr "Удалить это меню"
+
+#: ../../mod/menu.php:64 ../../mod/menu.php:109
+msgid "Edit menu contents"
+msgstr "Редактировать содержание меню"
+
+#: ../../mod/menu.php:65
+msgid "Edit this menu"
+msgstr "Редактировать это меню"
+
+#: ../../mod/menu.php:80
+msgid "New Menu"
+msgstr "Новое меню"
+
+#: ../../mod/menu.php:81 ../../mod/menu.php:110
+msgid "Menu name"
+msgstr "Название меню"
+
+#: ../../mod/menu.php:81 ../../mod/menu.php:110
+msgid "Must be unique, only seen by you"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:99
-#: ../../view/theme/apw/php/config.php:236
-msgid "Set font-size for posts and comments"
-msgstr "Установить размер шрифта для сообщений и комментариев"
+#: ../../mod/menu.php:82 ../../mod/menu.php:111
+msgid "Menu title"
+msgstr "Название меню"
-#: ../../view/theme/redbasic/php/config.php:100
-msgid "Set font-colour for posts and comments"
+#: ../../mod/menu.php:82 ../../mod/menu.php:111
+msgid "Menu title as seen by others"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:101
-msgid "Set radius of corners"
+#: ../../mod/menu.php:83 ../../mod/menu.php:112
+msgid "Allow bookmarks"
+msgstr "Разрешить закладки"
+
+#: ../../mod/menu.php:83 ../../mod/menu.php:112
+msgid "Menu may be used to store saved bookmarks"
+msgstr "Меню может использоваться, чтобы сохранить закладки"
+
+#: ../../mod/menu.php:98
+msgid "Menu deleted."
+msgstr "Меню удалено."
+
+#: ../../mod/menu.php:100
+msgid "Menu could not be deleted."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:102
-msgid "Set shadow depth of photos"
+#: ../../mod/menu.php:106
+msgid "Edit Menu"
+msgstr "Редактировать меню"
+
+#: ../../mod/menu.php:108
+msgid "Add or remove entries to this menu"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:103
-msgid "Set maximum width of conversation regions"
+#: ../../mod/message.php:41
+msgid "Conversation removed."
+msgstr "Разговор удален."
+
+#: ../../mod/message.php:56
+msgid "No messages."
+msgstr "Нет сообщений."
+
+#: ../../mod/message.php:74
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
+
+#: ../../mod/new_channel.php:107
+msgid "Add a Channel"
+msgstr "Добавить контакт"
+
+#: ../../mod/new_channel.php:108
+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, "
+"celebrity pages, and much more. You may create as many channels as your "
+"service provider allows."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:104
-msgid "Set minimum opacity of nav bar - to hide it"
+#: ../../mod/new_channel.php:111
+msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:105
-msgid "Set size of conversation author photo"
+#: ../../mod/new_channel.php:112
+msgid "Choose a short nickname"
+msgstr "Выберите короткий псевдоним"
+
+#: ../../mod/new_channel.php:113
+msgid ""
+"Your nickname will be used to create an easily remembered channel address "
+"(like an email address) which you can share with others."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:106
-msgid "Set size of followup author photos"
+#: ../../mod/new_channel.php:114
+msgid "Or <a href=\"import\">import an existing channel</a> from another location"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:107
-msgid "Sloppy photo albums"
+#: ../../mod/photos.php:77
+msgid "Page owner information could not be retrieved."
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:107
-msgid "Are you a clean desk or a messy desk person?"
+#: ../../mod/photos.php:97
+msgid "Album not found."
+msgstr "Альбом не найден."
+
+#: ../../mod/photos.php:119 ../../mod/photos.php:671
+msgid "Delete Album"
+msgstr "Удалить альбом"
+
+#: ../../mod/photos.php:159 ../../mod/photos.php:954
+msgid "Delete Photo"
+msgstr "Удалить фотографию"
+
+#: ../../mod/photos.php:453
+msgid "No photos selected"
+msgstr "Никакие фотографии не выбраны"
+
+#: ../../mod/photos.php:500
+msgid "Access to this item is restricted."
+msgstr "Доступ к этому элементу ограничен."
+
+#: ../../mod/photos.php:576
+#, php-format
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "Вы использовали %1$.2f мегабайт из %2$.2f для хранения фото."
+
+#: ../../mod/photos.php:579
+#, php-format
+msgid "You have used %1$.2f Mbytes of photo storage."
+msgstr "Вы использовали %1$.2f мегабайт для хранения фото."
+
+#: ../../mod/photos.php:598
+msgid "Upload Photos"
+msgstr "Загрузить фотографии"
+
+#: ../../mod/photos.php:602 ../../mod/photos.php:666
+msgid "New album name: "
+msgstr "Название нового альбома:"
+
+#: ../../mod/photos.php:603
+msgid "or existing album name: "
+msgstr "или существующий альбом:"
+
+#: ../../mod/photos.php:604
+msgid "Do not show a status post for this upload"
+msgstr "Не показывать пост о состоянии этой загрузки"
+
+#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126
+#: ../../mod/photos.php:1141
+msgid "Contact Photos"
+msgstr "Фотографии контакта"
+
+#: ../../mod/photos.php:681
+msgid "Edit Album"
+msgstr "Редактировать Фотоальбом"
+
+#: ../../mod/photos.php:687
+msgid "Show Newest First"
+msgstr "Показать новые первыми"
+
+#: ../../mod/photos.php:689
+msgid "Show Oldest First"
+msgstr "Показать старые первыми"
+
+#: ../../mod/photos.php:732 ../../mod/photos.php:1173
+msgid "View Photo"
+msgstr "Посмотреть фотографию"
+
+#: ../../mod/photos.php:778
+msgid "Permission denied. Access to this item may be restricted."
msgstr ""
-#: ../../view/theme/apw/php/config.php:193
-#: ../../view/theme/apw/php/config.php:211
+#: ../../mod/photos.php:780
+msgid "Photo not available"
+msgstr "Фотография не доступна"
+
+#: ../../mod/photos.php:840
+msgid "Use as profile photo"
+msgstr "Использовать в качестве фотографии профиля"
+
+#: ../../mod/photos.php:864
+msgid "View Full Size"
+msgstr "Посмотреть в полный размер"
+
+#: ../../mod/photos.php:938
+msgid "Edit photo"
+msgstr "Редактировать фотографию"
+
+#: ../../mod/photos.php:940
+msgid "Rotate CW (right)"
+msgstr "Повернуть CW (направо)"
+
+#: ../../mod/photos.php:941
+msgid "Rotate CCW (left)"
+msgstr "Повернуть CCW (налево)"
+
+#: ../../mod/photos.php:943
+msgid "New album name"
+msgstr "Новое название альбома:"
+
+#: ../../mod/photos.php:946
+msgid "Caption"
+msgstr "Подпись"
+
+#: ../../mod/photos.php:948
+msgid "Add a Tag"
+msgstr "Добавить тег"
+
+#: ../../mod/photos.php:951
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Например: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+
+#: ../../mod/photos.php:1104
+msgid "In This Photo:"
+msgstr ""
+
+#: ../../mod/photos.php:1179
+msgid "View Album"
+msgstr "Посмотреть фотоальбом"
+
+#: ../../mod/photos.php:1188
+msgid "Recent Photos"
+msgstr "Последние фотографии"
+
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr ""
+
+#: ../../mod/notifications.php:35
+msgid "Discard"
+msgstr "Отменить"
+
+#: ../../mod/notifications.php:94 ../../mod/notify.php:54
+msgid "No more system notifications."
+msgstr "Новых оповещений системы пока нет."
+
+#: ../../mod/notifications.php:98 ../../mod/notify.php:58
+msgid "System Notifications"
+msgstr "Системные оповещения "
+
+#: ../../mod/oexchange.php:23
+msgid "Unable to find your hub."
+msgstr ""
+
+#: ../../mod/oexchange.php:37
+msgid "Post successful."
+msgstr "Публикация прошла успешно."
+
+#: ../../mod/zfinger.php:23
+msgid "invalid target signature"
+msgstr ""
+
+#: ../../mod/openid.php:26
+msgid "OpenID protocol error. No ID returned."
+msgstr ""
+
+#: ../../mod/appman.php:28 ../../mod/appman.php:44
+msgid "App installed."
+msgstr ""
+
+#: ../../mod/appman.php:37
+msgid "Malformed app."
+msgstr ""
+
+#: ../../mod/appman.php:80
+msgid "Embed code"
+msgstr "Код для вставки"
+
+#: ../../mod/appman.php:86
+msgid "Edit App"
+msgstr ""
+
+#: ../../mod/appman.php:86
+msgid "Create App"
+msgstr ""
+
+#: ../../mod/appman.php:91
+msgid "Name of app"
+msgstr ""
+
+#: ../../mod/appman.php:92
+msgid "Location (URL) of app"
+msgstr ""
+
+#: ../../mod/appman.php:94
+msgid "Photo icon URL"
+msgstr ""
+
+#: ../../mod/appman.php:94
+msgid "80 x 80 pixels - optional"
+msgstr ""
+
+#: ../../mod/appman.php:95
+msgid "Version ID"
+msgstr ""
+
+#: ../../mod/appman.php:96
+msgid "Price of app"
+msgstr ""
+
+#: ../../mod/appman.php:97
+msgid "Location (URL) to purchase app"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:202
+#: ../../view/theme/apw/php/config.php:236
msgid "Schema Default"
msgstr ""
-#: ../../view/theme/apw/php/config.php:194
+#: ../../view/theme/apw/php/config.php:203
msgid "Sans-Serif"
-msgstr ""
+msgstr "Sans-Serif"
-#: ../../view/theme/apw/php/config.php:195
+#: ../../view/theme/apw/php/config.php:204
msgid "Monospace"
msgstr ""
-#: ../../view/theme/apw/php/config.php:237
+#: ../../view/theme/apw/php/config.php:259
+#: ../../view/theme/blogga/php/config.php:69
+#: ../../view/theme/blogga/view/theme/blog/config.php:69
+#: ../../view/theme/redbasic/php/config.php:102
+msgid "Theme settings"
+msgstr "Настройки темы"
+
+#: ../../view/theme/apw/php/config.php:260
+#: ../../view/theme/redbasic/php/config.php:103
+msgid "Set scheme"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:261
+#: ../../view/theme/redbasic/php/config.php:124
+msgid "Set font-size for posts and comments"
+msgstr "Установить размер шрифта для сообщений и комментариев"
+
+#: ../../view/theme/apw/php/config.php:262
msgid "Set font face"
msgstr ""
-#: ../../view/theme/apw/php/config.php:238
+#: ../../view/theme/apw/php/config.php:263
msgid "Set iconset"
msgstr ""
-#: ../../view/theme/apw/php/config.php:239
+#: ../../view/theme/apw/php/config.php:264
msgid "Set big shadow size, default 15px 15px 15px"
msgstr ""
-#: ../../view/theme/apw/php/config.php:240
+#: ../../view/theme/apw/php/config.php:265
msgid "Set small shadow size, default 5px 5px 5px"
msgstr ""
-#: ../../view/theme/apw/php/config.php:241
+#: ../../view/theme/apw/php/config.php:266
msgid "Set shadow colour, default #000"
msgstr ""
-#: ../../view/theme/apw/php/config.php:242
+#: ../../view/theme/apw/php/config.php:267
msgid "Set radius size, default 5px"
msgstr ""
-#: ../../view/theme/apw/php/config.php:243
+#: ../../view/theme/apw/php/config.php:268
msgid "Set line-height for posts and comments"
msgstr ""
-#: ../../view/theme/apw/php/config.php:244
+#: ../../view/theme/apw/php/config.php:269
msgid "Set background image"
msgstr ""
-#: ../../view/theme/apw/php/config.php:245
+#: ../../view/theme/apw/php/config.php:270
+msgid "Set background attachment"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:271
msgid "Set background colour"
msgstr ""
-#: ../../view/theme/apw/php/config.php:246
+#: ../../view/theme/apw/php/config.php:272
msgid "Set section background image"
msgstr ""
-#: ../../view/theme/apw/php/config.php:247
+#: ../../view/theme/apw/php/config.php:273
msgid "Set section background colour"
msgstr ""
-#: ../../view/theme/apw/php/config.php:248
+#: ../../view/theme/apw/php/config.php:274
msgid "Set colour of items - use hex"
msgstr ""
-#: ../../view/theme/apw/php/config.php:249
+#: ../../view/theme/apw/php/config.php:275
msgid "Set colour of links - use hex"
msgstr ""
-#: ../../view/theme/apw/php/config.php:250
+#: ../../view/theme/apw/php/config.php:276
msgid "Set max-width for items. Default 400px"
msgstr ""
-#: ../../view/theme/apw/php/config.php:251
+#: ../../view/theme/apw/php/config.php:277
msgid "Set min-width for items. Default 240px"
msgstr ""
-#: ../../view/theme/apw/php/config.php:252
+#: ../../view/theme/apw/php/config.php:278
msgid "Set the generic content wrapper width. Default 48%"
msgstr ""
-#: ../../view/theme/apw/php/config.php:253
+#: ../../view/theme/apw/php/config.php:279
msgid "Set colour of fonts - use hex"
msgstr ""
-#: ../../view/theme/apw/php/config.php:254
+#: ../../view/theme/apw/php/config.php:280
msgid "Set background-size element"
msgstr ""
-#: ../../view/theme/apw/php/config.php:255
+#: ../../view/theme/apw/php/config.php:281
msgid "Item opacity"
msgstr ""
-#: ../../view/theme/apw/php/config.php:256
+#: ../../view/theme/apw/php/config.php:282
msgid "Display post previews only"
msgstr ""
-#: ../../view/theme/apw/php/config.php:257
+#: ../../view/theme/apw/php/config.php:283
msgid "Display side bar on channel page"
-msgstr ""
+msgstr "Показывать боковую панель на странице канала"
-#: ../../view/theme/apw/php/config.php:258
+#: ../../view/theme/apw/php/config.php:284
msgid "Colour of the navigation bar"
-msgstr ""
+msgstr "Цвет панели навигации"
-#: ../../view/theme/apw/php/config.php:259
+#: ../../view/theme/apw/php/config.php:285
msgid "Item float"
msgstr ""
-#: ../../view/theme/apw/php/config.php:260
+#: ../../view/theme/apw/php/config.php:286
msgid "Left offset of the section element"
msgstr ""
-#: ../../view/theme/apw/php/config.php:261
+#: ../../view/theme/apw/php/config.php:287
msgid "Right offset of the section element"
msgstr ""
-#: ../../view/theme/apw/php/config.php:262
+#: ../../view/theme/apw/php/config.php:288
msgid "Section width"
msgstr ""
-#: ../../view/theme/apw/php/config.php:263
+#: ../../view/theme/apw/php/config.php:289
msgid "Left offset of the aside"
msgstr ""
-#: ../../view/theme/apw/php/config.php:264
+#: ../../view/theme/apw/php/config.php:290
msgid "Right offset of the aside element"
msgstr ""
-#: ../../view/theme/blogga/view/theme/blog/config.php:47
#: ../../view/theme/blogga/php/config.php:47
+#: ../../view/theme/blogga/view/theme/blog/config.php:47
msgid "None"
msgstr ""
-#: ../../view/theme/blogga/view/theme/blog/config.php:70
#: ../../view/theme/blogga/php/config.php:70
+#: ../../view/theme/blogga/view/theme/blog/config.php:70
msgid "Header image"
msgstr ""
-#: ../../view/theme/blogga/view/theme/blog/config.php:71
#: ../../view/theme/blogga/php/config.php:71
+#: ../../view/theme/blogga/view/theme/blog/config.php:71
msgid "Header image only on profile pages"
msgstr ""
-#: ../../boot.php:1224
+#: ../../view/theme/redbasic/php/config.php:104
+msgid "Narrow navbar"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:105
+msgid "Navigation bar background colour"
+msgstr "Панель навигации, цвет фона"
+
+#: ../../view/theme/redbasic/php/config.php:106
+msgid "Navigation bar gradient top colour"
+msgstr "Панель навигации, цвет градиента вверху"
+
+#: ../../view/theme/redbasic/php/config.php:107
+msgid "Navigation bar gradient bottom colour"
+msgstr "Панель навигации, цвет градиента внизу"
+
+#: ../../view/theme/redbasic/php/config.php:108
+msgid "Navigation active button gradient top colour"
+msgstr "Панель навигации, цвет градиента вверху активной кнопки"
+
+#: ../../view/theme/redbasic/php/config.php:109
+msgid "Navigation active button gradient bottom colour"
+msgstr "Панель навигации, цвет градиента внизу активной кнопки"
+
+#: ../../view/theme/redbasic/php/config.php:110
+msgid "Navigation bar border colour "
+msgstr "Панель навигации, цвет границы"
+
+#: ../../view/theme/redbasic/php/config.php:111
+msgid "Navigation bar icon colour "
+msgstr "Панель навигации, цвет значков"
+
+#: ../../view/theme/redbasic/php/config.php:112
+msgid "Navigation bar active icon colour "
+msgstr "Панель навигации, цвет активного значка"
+
+#: ../../view/theme/redbasic/php/config.php:113
+msgid "link colour"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:114
+msgid "Set font-colour for banner"
+msgstr "Цвет текста в шапке"
+
+#: ../../view/theme/redbasic/php/config.php:115
+msgid "Set the background colour"
+msgstr "Цвет фона на странице канала"
+
+#: ../../view/theme/redbasic/php/config.php:116
+msgid "Set the background image"
+msgstr "Фоновое изображение"
+
+#: ../../view/theme/redbasic/php/config.php:117
+msgid "Set the background colour of items"
+msgstr "Цвет фона для постов и других элементов"
+
+#: ../../view/theme/redbasic/php/config.php:118
+msgid "Set the background colour of comments"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:119
+msgid "Set the border colour of comments"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:120
+msgid "Set the indent for comments"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:121
+msgid "Set the basic colour for item icons"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:122
+msgid "Set the hover colour for item icons"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:123
+msgid "Set font-size for the entire application"
+msgstr "Установить размер шрифта для системы в целом"
+
+#: ../../view/theme/redbasic/php/config.php:125
+msgid "Set font-colour for posts and comments"
+msgstr "Цвет шрифта для постов и комментариев"
+
+#: ../../view/theme/redbasic/php/config.php:126
+msgid "Set radius of corners"
+msgstr "Радиус скруглений"
+
+#: ../../view/theme/redbasic/php/config.php:127
+msgid "Set shadow depth of photos"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:128
+msgid "Set maximum width of conversation regions"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:129
+msgid "Center conversation regions"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:130
+msgid "Set minimum opacity of nav bar - to hide it"
+msgstr "Панель навигации, прозрачность"
+
+#: ../../view/theme/redbasic/php/config.php:131
+msgid "Set size of conversation author photo"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:132
+msgid "Set size of followup author photos"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:133
+msgid "Sloppy photo albums"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:133
+msgid "Are you a clean desk or a messy desk person?"
+msgstr ""
+
+#: ../../boot.php:1260
#, php-format
msgid "Update %s failed. See error logs."
msgstr ""
-#: ../../boot.php:1227
+#: ../../boot.php:1263
#, php-format
msgid "Update Error at %s"
msgstr "Ошибка обновления на %s"
-#: ../../boot.php:1391
+#: ../../boot.php:1427
msgid ""
"Create an account to access services and applications within the Red Matrix"
msgstr ""
-#: ../../boot.php:1419
+#: ../../boot.php:1455
msgid "Password"
msgstr "Пароль"
-#: ../../boot.php:1420
+#: ../../boot.php:1456
msgid "Remember me"
msgstr "Запомнить"
-#: ../../boot.php:1425
+#: ../../boot.php:1461
msgid "Forgot your password?"
msgstr "Забыли пароль или логин?"
-#: ../../boot.php:1490
+#: ../../boot.php:1526
msgid "permission denied"
msgstr "доступ запрещен"
-#: ../../boot.php:1491
+#: ../../boot.php:1527
msgid "Got Zot?"
msgstr "Got Zot?"
-#: ../../boot.php:1887
+#: ../../boot.php:1957
msgid "toggle mobile"
msgstr "мобильное подключение"
diff --git a/view/ru/strings.php b/view/ru/strings.php
index 3ac8bbf67..af74e8368 100644
--- a/view/ru/strings.php
+++ b/view/ru/strings.php
@@ -1,357 +1,43 @@
<?php
+if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<10 || $n%100>=20) ? 1 : 2);;
-}
+}}
;
-$a->strings["Visible to everybody"] = "Видно всем";
-$a->strings["show"] = "показывать";
-$a->strings["don't show"] = "не показывать";
-$a->strings[" and "] = "и";
-$a->strings["public profile"] = "Публичный профиль";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s изменил %2\$s на &ldquo;%3\$s&rdquo;";
-$a->strings["Visit %1\$s's %2\$s"] = "Посетить %1\$s's %2\$s";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "";
-$a->strings["Public Timeline"] = "Публичная шкала времени";
-$a->strings["Logout"] = "Выход";
-$a->strings["End this session"] = "Закончить эту сессию";
-$a->strings["Home"] = "Мой канал";
-$a->strings["Your posts and conversations"] = "Ваши сообщения и разговоры";
-$a->strings["View Profile"] = "Просмотр профиля";
-$a->strings["Your profile page"] = "Страницa вашего профиля";
-$a->strings["Edit Profiles"] = "Редактирование профилей";
-$a->strings["Manage/Edit Profiles"] = "Управление / Редактирование профилей";
-$a->strings["Photos"] = "Фотографии";
-$a->strings["Your photos"] = "Ваши фотографии";
-$a->strings["Login"] = "Войти";
-$a->strings["Sign in"] = "Войти";
-$a->strings["%s - click to logout"] = "%s - нажмите чтобы выйти";
-$a->strings["Click to authenticate to your home hub"] = "";
-$a->strings["Home Page"] = "Моя страница";
-$a->strings["Register"] = "Регистрация";
-$a->strings["Create an account"] = "Создать аккаунт";
-$a->strings["Help"] = "Помощь";
-$a->strings["Help and documentation"] = "Справочная информация и документация";
-$a->strings["Apps"] = "Приложения";
-$a->strings["Addon applications, utilities, games"] = "";
-$a->strings["Search"] = "Поиск";
-$a->strings["Search site content"] = "Поиск по содержанию сайту";
-$a->strings["Directory"] = "Каталог";
-$a->strings["Channel Locator"] = "Локатор каналов";
-$a->strings["Matrix"] = "Матрица";
-$a->strings["Your matrix"] = "Собственная матрица";
-$a->strings["Mark all matrix notifications seen"] = "Пометить все оповещения матрицы как прочитанное";
-$a->strings["Channel Home"] = "";
-$a->strings["Channel home"] = "";
-$a->strings["Mark all channel notifications seen"] = "Пометить все оповещения канала как прочитанное";
-$a->strings["Intros"] = "Контакты";
-$a->strings["New Connections"] = "Новые контакты";
-$a->strings["Notices"] = "Оповещения";
-$a->strings["Notifications"] = "Оповещения";
-$a->strings["See all notifications"] = "Просмотреть все оповещения";
-$a->strings["Mark all system notifications seen"] = "Пометить все оповещения как прочитанное";
-$a->strings["Mail"] = "Переписка";
-$a->strings["Private mail"] = "Ваша личная переписка";
-$a->strings["See all private messages"] = "Просмотреть все личные сообщения";
-$a->strings["Mark all private messages seen"] = "Пометить все личные сообщения как прочитанное";
-$a->strings["Inbox"] = "Входящие";
-$a->strings["Outbox"] = "Исходящие";
-$a->strings["New Message"] = "Новое личное сообщение";
-$a->strings["Events"] = "Мероприятия";
-$a->strings["Event Calendar"] = "Календарь мероприятий";
-$a->strings["See all events"] = "Показать все мероприятия";
-$a->strings["Mark all events seen"] = "Пометить все мероприятия как прочитанное";
-$a->strings["Channel Select"] = "Выбор канала";
-$a->strings["Manage Your Channels"] = "Управление каналов";
-$a->strings["Settings"] = "Настройки";
-$a->strings["Account/Channel Settings"] = "Настройки аккаунта/канала";
-$a->strings["Connections"] = "Контакты";
-$a->strings["Manage/Edit Friends and Connections"] = "Управление/Редактирование друзей и связей";
-$a->strings["Admin"] = "Администрация";
-$a->strings["Site Setup and Configuration"] = "Установка и конфигурация сайта";
-$a->strings["Nothing new here"] = "Ничего нового здесь";
-$a->strings["Please wait..."] = "Подождите пожалуйста ...";
-$a->strings["Edit File properties"] = "";
-$a->strings["Connect"] = "Подключить";
-$a->strings["New window"] = "Новое окно";
-$a->strings["Open the selected location in a different window or browser tab"] = "";
-$a->strings["Categories"] = "Категории";
-$a->strings["Ignore/Hide"] = "Игнорировать / Скрыть";
-$a->strings["Suggestions"] = "Рекомендации";
-$a->strings["See more..."] = "Просмотреть больше...";
-$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "";
-$a->strings["Add New Connection"] = "Добавить новый контакт";
-$a->strings["Enter the channel address"] = "Введите адрес канала";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara";
-$a->strings["Notes"] = "Заметки";
-$a->strings["Save"] = "Запомнить";
-$a->strings["Remove term"] = "Удалить термин";
-$a->strings["Saved Searches"] = "Запомненные поиски";
-$a->strings["add"] = "добавить";
-$a->strings["Saved Folders"] = "Запомненные папки";
-$a->strings["Everything"] = "Все";
-$a->strings["Archives"] = "Архивы";
-$a->strings["Refresh"] = "Обновить";
-$a->strings["Me"] = "Я";
-$a->strings["Best Friends"] = "Лучшие друзья";
-$a->strings["Friends"] = "Друзья";
-$a->strings["Co-workers"] = "Сотрудники";
-$a->strings["Former Friends"] = "Приятели";
-$a->strings["Acquaintances"] = "Знакомые";
-$a->strings["Everybody"] = "Все";
-$a->strings["Account settings"] = "Настройки аккаунта";
-$a->strings["Channel settings"] = "Настройки канала";
-$a->strings["Additional features"] = "Дополнительные функции";
-$a->strings["Feature settings"] = "Настройки компонентов";
-$a->strings["Display settings"] = "Настройки отображения";
-$a->strings["Connected apps"] = "Подключенные приложения";
-$a->strings["Export channel"] = "Экспорт канала";
-$a->strings["Automatic Permissions (Advanced)"] = "Автоматические разрешения (дополнительно)";
-$a->strings["Premium Channel Settings"] = "";
-$a->strings["Channel Sources"] = "";
-$a->strings["Check Mail"] = "Проверить снова";
-$a->strings["Unknown | Not categorised"] = "Неизвестные | Без категории";
-$a->strings["Block immediately"] = "Немедленно заблокировать";
-$a->strings["Shady, spammer, self-marketer"] = "";
-$a->strings["Known to me, but no opinion"] = "";
-$a->strings["OK, probably harmless"] = "OK, наверное безвредно";
-$a->strings["Reputable, has my trust"] = "Авторитетно, имеет мое доверие";
-$a->strings["Frequently"] = "Часто";
-$a->strings["Hourly"] = "Ежечасно";
-$a->strings["Twice daily"] = "Два раза в день";
-$a->strings["Daily"] = "Ежедневно";
-$a->strings["Weekly"] = "Еженедельно";
-$a->strings["Monthly"] = "Ежемесячно";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Email"] = "E-mail";
-$a->strings["Diaspora"] = "Diaspora";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Zot!"] = "Zot!";
-$a->strings["LinkedIn"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Miscellaneous"] = "Прочее";
-$a->strings["year"] = "год";
-$a->strings["month"] = "месяц";
-$a->strings["day"] = "день";
-$a->strings["never"] = "никогда";
-$a->strings["less than a second ago"] = "менее чем одну секунду назад";
-$a->strings["years"] = "лет";
-$a->strings["months"] = "мес.";
-$a->strings["week"] = "неделя";
-$a->strings["weeks"] = "недель";
-$a->strings["days"] = "дней";
-$a->strings["hour"] = "час";
-$a->strings["hours"] = "часов";
-$a->strings["minute"] = "минута";
-$a->strings["minutes"] = "минут";
-$a->strings["second"] = "секунда";
-$a->strings["seconds"] = "секунд";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s назад";
$a->strings["Cannot locate DNS info for database server '%s'"] = "";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Starts:"] = "Начало:";
-$a->strings["Finishes:"] = "\t\nКонец:";
-$a->strings["Location:"] = "Откуда:";
-$a->strings["prev"] = "предыдущий";
-$a->strings["first"] = "первый";
-$a->strings["last"] = "последний";
-$a->strings["next"] = "следующий";
-$a->strings["older"] = "старший";
-$a->strings["newer"] = "новее";
-$a->strings["No connections"] = "Нет каналов";
-$a->strings["%d Connection"] = array(
- 0 => "%d канал",
- 1 => "%d канала",
- 2 => "%d каналов",
-);
-$a->strings["View Connections"] = "Просмотр контактов";
-$a->strings["poke"] = "подпихнуть";
-$a->strings["poked"] = "подпихнул";
-$a->strings["ping"] = "";
-$a->strings["pinged"] = "";
-$a->strings["prod"] = "";
-$a->strings["prodded"] = "";
-$a->strings["slap"] = "";
-$a->strings["slapped"] = "";
-$a->strings["finger"] = "";
-$a->strings["fingered"] = "";
-$a->strings["rebuff"] = "";
-$a->strings["rebuffed"] = "";
-$a->strings["happy"] = "счастливый";
-$a->strings["sad"] = "";
-$a->strings["mellow"] = "";
-$a->strings["tired"] = "";
-$a->strings["perky"] = "";
-$a->strings["angry"] = "сердитый";
-$a->strings["stupified"] = "";
-$a->strings["puzzled"] = "";
-$a->strings["interested"] = "";
-$a->strings["bitter"] = "озлобленный";
-$a->strings["cheerful"] = "";
-$a->strings["alive"] = "";
-$a->strings["annoyed"] = "";
-$a->strings["anxious"] = "";
-$a->strings["cranky"] = "капризный";
-$a->strings["disturbed"] = "встревоженный";
-$a->strings["frustrated"] = "разочарованный";
-$a->strings["motivated"] = "мотивированный";
-$a->strings["relaxed"] = "расслабленный";
-$a->strings["surprised"] = "удивленный";
-$a->strings["Monday"] = "Понедельник";
-$a->strings["Tuesday"] = "Вторник";
-$a->strings["Wednesday"] = "Среда";
-$a->strings["Thursday"] = "Четверг";
-$a->strings["Friday"] = "Пятница";
-$a->strings["Saturday"] = "Суббота";
-$a->strings["Sunday"] = "Воскресенье";
-$a->strings["January"] = "Январь";
-$a->strings["February"] = "Февраль";
-$a->strings["March"] = "Март";
-$a->strings["April"] = "Апрель";
-$a->strings["May"] = "Май";
-$a->strings["June"] = "Июнь";
-$a->strings["July"] = "Июль";
-$a->strings["August"] = "Август";
-$a->strings["September"] = "Сентябрь";
-$a->strings["October"] = "Октябрь";
-$a->strings["November"] = "Ноябрь";
-$a->strings["December"] = "Декабрь";
-$a->strings["unknown.???"] = "неизвестный.???";
-$a->strings["bytes"] = "байт";
-$a->strings["remove category"] = "";
-$a->strings["remove from file"] = "";
-$a->strings["Click to open/close"] = "Нажмите, чтобы открыть/закрыть";
-$a->strings["link to source"] = "ссылка на источник";
-$a->strings["Select a page layout: "] = "";
-$a->strings["default"] = "по умолчанию";
-$a->strings["Page content type: "] = "";
-$a->strings["Select an alternate language"] = "Выбор альтернативного языка";
-$a->strings["photo"] = "фото";
-$a->strings["event"] = "мероприятие";
-$a->strings["status"] = "статус";
-$a->strings["comment"] = "комментарий";
-$a->strings["activity"] = "активность";
-$a->strings["Design"] = "Дизайн";
-$a->strings["Blocks"] = "";
-$a->strings["Menus"] = "";
-$a->strings["Layouts"] = "";
-$a->strings["Pages"] = "Страницы";
-$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."] = "";
-$a->strings["Default privacy group for new contacts"] = "";
-$a->strings["All Channels"] = "Все каналы";
-$a->strings["edit"] = "редактировать";
-$a->strings["Collections"] = "Коллекции";
-$a->strings["Edit collection"] = "Редактировать коллекцию";
-$a->strings["Create a new collection"] = "Создать новую коллекцию";
-$a->strings["Channels not in any collection"] = "Контакты не в какой коллекции";
-$a->strings["Delete this item?"] = "Удалить этот элемент?";
-$a->strings["Comment"] = "Комментарий";
-$a->strings["show more"] = "показать все";
-$a->strings["show fewer"] = "показать меньше";
-$a->strings["Password too short"] = "Пароль слишком короткий";
-$a->strings["Passwords do not match"] = "Пароли не совпадают";
-$a->strings["everybody"] = "все";
-$a->strings["Secret Passphrase"] = "";
-$a->strings["Passphrase hint"] = "";
-$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
-$a->strings["timeago.suffixAgo"] = "timeago.suffixAgo";
-$a->strings["ago"] = "тому назад";
-$a->strings["from now"] = "с этого времени";
-$a->strings["less than a minute"] = "менее чем одну минуту назад";
-$a->strings["about a minute"] = "около минуты";
-$a->strings["%d minutes"] = "%d мин.";
-$a->strings["about an hour"] = "около часа";
-$a->strings["about %d hours"] = "около %d час.";
-$a->strings["a day"] = "день";
-$a->strings["%d days"] = "%d дней";
-$a->strings["about a month"] = "около месяца";
-$a->strings["%d months"] = "%d мес.";
-$a->strings["about a year"] = "около года";
-$a->strings["%d years"] = "%d лет";
-$a->strings[" "] = " ";
-$a->strings["timeago.numbers"] = "timeago.numbers";
-$a->strings["No recipient provided."] = "";
-$a->strings["[no subject]"] = "[без темы]";
-$a->strings["Unable to determine sender."] = "Невозможно определить отправителя.";
-$a->strings["Stored post could not be verified."] = "";
$a->strings["Profile Photos"] = "Фотографии профиля";
-$a->strings["view full size"] = "посмотреть в полный размер";
$a->strings["Image/photo"] = "Изображение / фото";
$a->strings["Encrypted content"] = "Зашифрованное содержание";
$a->strings["QR code"] = "QR код";
$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s написал следующее %2\$s %3\$s";
$a->strings["post"] = "сообщение";
$a->strings["$1 wrote:"] = "$1 писал:";
-$a->strings["Embedded content"] = "";
-$a->strings["Embedding disabled"] = "";
-$a->strings["General Features"] = "Главные функции";
-$a->strings["Content Expiration"] = "";
-$a->strings["Remove posts/comments and/or private messages at a future time"] = "";
-$a->strings["Multiple Profiles"] = "Несколько профилей";
-$a->strings["Ability to create multiple profiles"] = "Возможность создания нескольких профилей";
-$a->strings["Web Pages"] = "Веб-страницы";
-$a->strings["Provide managed web pages on your channel"] = "";
-$a->strings["Private Notes"] = "Личные заметки";
-$a->strings["Enables a tool to store notes and reminders"] = "";
-$a->strings["Extended Identity Sharing"] = "Расширенный обмен идентичности";
-$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "";
-$a->strings["Expert Mode"] = "Экспертный режим";
-$a->strings["Enable Expert Mode to provide advanced configuration options"] = "";
-$a->strings["Premium Channel"] = "";
-$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "";
-$a->strings["Post Composition Features"] = "";
-$a->strings["Richtext Editor"] = "Редактор RichText";
-$a->strings["Enable richtext editor"] = "Включить редактор RichText";
-$a->strings["Post Preview"] = "Предварительный просмотр сообщения";
-$a->strings["Allow previewing posts and comments before publishing them"] = "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией";
-$a->strings["Automatically import channel content from other channels or feeds"] = "";
-$a->strings["Even More Encryption"] = "";
-$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "";
-$a->strings["Network and Stream Filtering"] = "Фильтрация сети и потока";
-$a->strings["Search by Date"] = "Поиск по дате";
-$a->strings["Ability to select posts by date ranges"] = "Возможность выбора сообщений по датам";
-$a->strings["Collections Filter"] = "Фильтр коллекций";
-$a->strings["Enable widget to display Network posts only from selected collections"] = "";
-$a->strings["Save search terms for re-use"] = "Сохранять результаты поиска для повторного использования";
-$a->strings["Network Personal Tab"] = "";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "";
-$a->strings["Network New Tab"] = "";
-$a->strings["Enable tab to display all new Network activity"] = "";
-$a->strings["Affinity Tool"] = "";
-$a->strings["Filter stream activity by depth of relationships"] = "";
-$a->strings["Suggest Channels"] = "";
-$a->strings["Show channel suggestions"] = "";
-$a->strings["Post/Comment Tools"] = "Инструменты сообщений/комментарий ";
-$a->strings["Edit Sent Posts"] = "Редактировать отправленные сообщения";
-$a->strings["Edit and correct posts and comments after sending"] = "Редактировать и исправлять сообщения и комментарии после отправки";
-$a->strings["Tagging"] = "Пометка";
-$a->strings["Ability to tag existing posts"] = "";
-$a->strings["Post Categories"] = "Категории сообщения";
-$a->strings["Add categories to your posts"] = "Добавить категории для ваших сообщений";
-$a->strings["Ability to file posts under folders"] = "";
-$a->strings["Dislike Posts"] = "Сообщение не нравится";
-$a->strings["Ability to dislike posts/comments"] = "";
-$a->strings["Star Posts"] = "Помечать сообщения";
-$a->strings["Ability to mark special posts with a star indicator"] = "";
-$a->strings["Tag Cloud"] = "Облако тегов";
-$a->strings["Provide a personal tag cloud on your channel page"] = "";
+$a->strings["Embedded content"] = "Внедренное содержание";
+$a->strings["Embedding disabled"] = "Внедрение отключенно";
+$a->strings["created a new post"] = "создал новое сообщение";
+$a->strings["commented on %s's post"] = "прокомментировал %s's сообщение";
+$a->strings["photo"] = "фото";
+$a->strings["event"] = "мероприятие";
$a->strings["channel"] = "канал";
+$a->strings["status"] = "статус";
+$a->strings["comment"] = "комментарий";
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s нравится %2\$s's %3\$s";
$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s не нравится %2\$s's %3\$s";
$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s теперь соединен с %2\$s";
$a->strings["%1\$s poked %2\$s"] = "%1\$s подпихнул %2\$s";
-$a->strings["%1\$s is currently %2\$s"] = "%1\$s в настоящее время %2\$s";
+$a->strings["poked"] = "подпихнул";
+$a->strings["%1\$s is %2\$s"] = "";
$a->strings["Select"] = "Выбрать";
$a->strings["Delete"] = "Удалить";
-$a->strings["Message is verified"] = "";
+$a->strings["Private Message"] = "Личное сообщение";
+$a->strings["Message is verified"] = "Сообщение проверено";
$a->strings["View %s's profile @ %s"] = "Просмотр %s's профиля @ %s";
$a->strings["Categories:"] = "Категории:";
$a->strings["Filed under:"] = "Хранить под:";
$a->strings[" from %s"] = " от %s";
$a->strings["last edited: %s"] = "";
+$a->strings["Expires: %s"] = "";
$a->strings["View in context"] = "Показать в контексте";
$a->strings["Please wait"] = "Подождите пожалуйста";
$a->strings["remove"] = "удалить";
@@ -360,6 +46,7 @@ $a->strings["Delete Selected Items"] = "Удалить выбранные эле
$a->strings["View Source"] = "";
$a->strings["Follow Thread"] = "Следобать теме";
$a->strings["View Status"] = "Просмотр состояния";
+$a->strings["View Profile"] = "Просмотр профиля";
$a->strings["View Photos"] = "Просмотр фотографий";
$a->strings["Matrix Activity"] = "Активность матрицы";
$a->strings["Edit Contact"] = "Редактировать контакт";
@@ -396,6 +83,7 @@ $a->strings["Expires YYYY-MM-DD HH:MM"] = "";
$a->strings["Preview"] = "Предварительный просмотр";
$a->strings["Share"] = "Поделиться";
$a->strings["Page link title"] = "Ссылка заголовока страницы";
+$a->strings["Post as"] = "";
$a->strings["Upload photo"] = "Загрузить фотографию";
$a->strings["upload photo"] = "загрузить фотографию";
$a->strings["Attach file"] = "Прикрепить файл";
@@ -420,7 +108,9 @@ $a->strings["Set expiration date"] = "";
$a->strings["Encrypt text"] = "";
$a->strings["OK"] = "OK";
$a->strings["Cancel"] = "Отменить";
-$a->strings["Commented Order"] = "По комментириям";
+$a->strings["Discover"] = "Обнаруженные";
+$a->strings["Imported public streams"] = "";
+$a->strings["Commented Order"] = "По комментариям";
$a->strings["Sort by Comment Date"] = "Сортировка по дате создания комментариев";
$a->strings["Posted Order"] = "По добавлениям";
$a->strings["Sort by Post Date"] = "Сортировка по дате создания сообщения";
@@ -436,77 +126,75 @@ $a->strings["Channel"] = "Канал";
$a->strings["Status Messages and Posts"] = "";
$a->strings["About"] = "О себе";
$a->strings["Profile Details"] = "Сведения о профиле";
+$a->strings["Photos"] = "Фотографии";
$a->strings["Photo Albums"] = "Фотоальбомы";
$a->strings["Files"] = "Файлы";
$a->strings["Files and Storage"] = "";
+$a->strings["Chatrooms"] = "Чаты";
+$a->strings["Events"] = "Мероприятия";
$a->strings["Events and Calendar"] = "Мероприятия и календарь";
+$a->strings["Bookmarks"] = "Закладки";
+$a->strings["Saved Bookmarks"] = "Сохранённые закладки";
$a->strings["Webpages"] = "Веб-страницы";
$a->strings["Manage Webpages"] = "Управление веб-страниц";
-$a->strings["created a new post"] = "создал новое сообщение";
-$a->strings["commented on %s's post"] = "прокомментировал %s's сообщение";
+$a->strings["New Page"] = "Новая страница";
+$a->strings["Edit"] = "Редактировать";
+$a->strings["View"] = "Просмотр";
+$a->strings["Actions"] = "";
+$a->strings["Page Link"] = "";
+$a->strings["Title"] = "";
+$a->strings["Created"] = "Создано";
+$a->strings["Edited"] = "";
+$a->strings["Can view my \"public\" stream and posts"] = "Может просматривать мои \"публичные\" поток и сообщения";
+$a->strings["Can view my \"public\" channel profile"] = "Может просматривать мой \"публичный\" профиль канала";
+$a->strings["Can view my \"public\" photo albums"] = "Может просматривать мои \"публичные\" фотоальбомы";
+$a->strings["Can view my \"public\" address book"] = "Может просматривать мою \"публичную\" адресную книгу";
+$a->strings["Can view my \"public\" file storage"] = "Может просматривать мои \"публичные\" файлы";
+$a->strings["Can view my \"public\" pages"] = "Может просматривать мои \"публичные\" страницы";
+$a->strings["Can send me their channel stream and posts"] = "Может прислать мне свои потоки и сообщения";
+$a->strings["Can post on my channel page (\"wall\")"] = "Может публиковать на моей странице канала (\"стена\")";
+$a->strings["Can comment on my posts"] = "Может комментировать мои сообщения";
+$a->strings["Can send me private mail messages"] = "Может отправлять мне личные сообщения по эл. почте";
+$a->strings["Can post photos to my photo albums"] = "Может публиковать фотографии в мои фотоальбомы";
+$a->strings["Can forward to all my channel contacts via post @mentions"] = "";
+$a->strings["Advanced - useful for creating group forum channels"] = "";
+$a->strings["Can chat with me (when available)"] = "Можете общаться со мной в чате (при наличии)";
+$a->strings["Can write to my \"public\" file storage"] = "Может писать в моё \"публичное\" хранилище файлов";
+$a->strings["Can edit my \"public\" pages"] = "Может редактировать мои \"публичные\" страницы";
+$a->strings["Can source my \"public\" posts in derived channels"] = "";
+$a->strings["Somewhat advanced - very useful in open communities"] = "";
+$a->strings["Can administer my channel resources"] = "Может администрировать мои ресурсы канала";
+$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "";
+$a->strings["Not a valid email address"] = "Не действительный адрес электронной почты";
+$a->strings["Your email domain is not among those allowed on this site"] = "Домен электронной почты не входит в число тех, которые разрешены на этом сайте";
+$a->strings["Your email address is already registered at this site."] = "Ваш адрес электронной почты уже зарегистрирован на этом сайте.";
+$a->strings["An invitation is required."] = "Требуется приглашение.";
+$a->strings["Invitation could not be verified."] = "Не удалось проверить приглашение.";
+$a->strings["Please enter the required information."] = "Пожалуйста, введите необходимую информацию.";
+$a->strings["Failed to store account information."] = "Не удалось сохранить информацию аккаунта.";
+$a->strings["Registration request at %s"] = "Требуется регистрация на %s";
+$a->strings["Administrator"] = "Администратор";
+$a->strings["your registration password"] = "Ваш пароль регистрации";
+$a->strings["Registration details for %s"] = "Регистрационные данные для %s";
+$a->strings["Account approved."] = "Аккаунт утвержден.";
+$a->strings["Registration revoked for %s"] = "Регистрация отозвана для %s";
$a->strings["Permission denied."] = "Доступ запрещен.";
$a->strings["Image exceeds website size limit of %lu bytes"] = "";
$a->strings["Image file is empty."] = "файл пуст.";
-$a->strings["Unable to process image"] = "";
+$a->strings["Unable to process image"] = "Не удается обработать изображение";
$a->strings["Photo storage failed."] = "";
$a->strings["Upload New Photos"] = "Загрузить новые фотографии";
-$a->strings["Male"] = "Мужской";
-$a->strings["Female"] = "Женский";
-$a->strings["Currently Male"] = "В настоящее время мужской";
-$a->strings["Currently Female"] = "В настоящее время женский";
-$a->strings["Mostly Male"] = "В основном мужской";
-$a->strings["Mostly Female"] = "В основном женский";
-$a->strings["Transgender"] = "Транссексуал";
-$a->strings["Intersex"] = "Intersex";
-$a->strings["Transsexual"] = "Транссексуал";
-$a->strings["Hermaphrodite"] = "Гермафродит";
-$a->strings["Neuter"] = "Среднего рода";
-$a->strings["Non-specific"] = "Неспецифический";
-$a->strings["Other"] = "Другой";
-$a->strings["Undecided"] = "Нерешительный";
-$a->strings["Males"] = "Самец";
-$a->strings["Females"] = "Самка";
-$a->strings["Gay"] = "Гей";
-$a->strings["Lesbian"] = "Лесбиянка";
-$a->strings["No Preference"] = "Без предпочтений";
-$a->strings["Bisexual"] = "Двуполый";
-$a->strings["Autosexual"] = "Autosexual";
-$a->strings["Abstinent"] = "Воздержанный";
-$a->strings["Virgin"] = "Девственница";
-$a->strings["Deviant"] = "Отклоняющийся от нормы";
-$a->strings["Fetish"] = "Фетиш";
-$a->strings["Oodles"] = "Множественный";
-$a->strings["Nonsexual"] = "Несексуальный";
-$a->strings["Single"] = "Одинок";
-$a->strings["Lonely"] = "Уединенный";
-$a->strings["Available"] = "Доступный";
-$a->strings["Unavailable"] = "Недоступный";
-$a->strings["Has crush"] = "";
-$a->strings["Infatuated"] = "Влюбленный";
-$a->strings["Dating"] = "";
-$a->strings["Unfaithful"] = "Неверный";
-$a->strings["Sex Addict"] = "Секс наркоман";
-$a->strings["Friends/Benefits"] = "";
-$a->strings["Casual"] = "Случайный";
-$a->strings["Engaged"] = "Помолвленный";
-$a->strings["Married"] = "Женат";
-$a->strings["Imaginarily married"] = "Мысленно женат";
-$a->strings["Partners"] = "Партнеры";
-$a->strings["Cohabiting"] = "Сожительствующие";
-$a->strings["Common law"] = "";
-$a->strings["Happy"] = "Счастливый";
-$a->strings["Not looking"] = "Не нуждаюсь";
-$a->strings["Swinger"] = "";
-$a->strings["Betrayed"] = "";
-$a->strings["Separated"] = "";
-$a->strings["Unstable"] = "Колеблющийся";
-$a->strings["Divorced"] = "Разведенный";
-$a->strings["Imaginarily divorced"] = "Мысленно разведенный";
-$a->strings["Widowed"] = "Овдовевший";
-$a->strings["Uncertain"] = "Неопределенный";
-$a->strings["It's complicated"] = "Это сложно";
-$a->strings["Don't care"] = "Не заботьтесь";
-$a->strings["Ask me"] = "Спроси меня";
+$a->strings["Visible to everybody"] = "Видно всем";
+$a->strings["Show"] = "";
+$a->strings["Don't show"] = "";
+$a->strings["Permissions"] = "Разрешения";
+$a->strings["Close"] = "";
+$a->strings[" and "] = "и";
+$a->strings["public profile"] = "Публичный профиль";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s изменил %2\$s на &ldquo;%3\$s&rdquo;";
+$a->strings["Visit %1\$s's %2\$s"] = "Посетить %1\$s's %2\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "";
+$a->strings["Public Timeline"] = "Публичная шкала времени";
$a->strings["Item was not found."] = "Элемент не найден.";
$a->strings["No source file."] = "Нет исходного файла.";
$a->strings["Cannot locate file to replace"] = "Не удается найти файл, чтобы заменить";
@@ -514,43 +202,177 @@ $a->strings["Cannot locate file to revise/update"] = "Не удается най
$a->strings["File exceeds size limit of %d"] = "Файл превышает предельный размер %d";
$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "";
$a->strings["File upload failed. Possible system limit or action terminated."] = "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена.";
-$a->strings["Stored file could not be verified. Upload failed."] = "";
+$a->strings["Stored file could not be verified. Upload failed."] = "Файл для сохранения не проверен. Загрузка не удалась.";
$a->strings["Path not available."] = "Путь недоступен.";
$a->strings["Empty pathname"] = "";
$a->strings["duplicate filename or path"] = "";
$a->strings["Path not found."] = "Путь не найден.";
$a->strings["mkdir failed."] = "";
$a->strings["database storage failed."] = "";
+$a->strings["Permission denied"] = "Доступ запрещен";
+$a->strings["(Unknown)"] = "";
+$a->strings["Item not found."] = "Элемент не найден.";
+$a->strings["Collection not found."] = "Коллекция не найдена.";
+$a->strings["Collection is empty."] = "Коллекция пуста.";
+$a->strings["Collection: %s"] = "Коллекции: %s";
+$a->strings["Connection: %s"] = "Контакты: %s";
+$a->strings["Connection not found."] = "Контакт не найден.";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Starts:"] = "Начало:";
+$a->strings["Finishes:"] = "\t\nКонец:";
+$a->strings["Location:"] = "Откуда:";
+$a->strings["Logout"] = "Выход";
+$a->strings["End this session"] = "Закончить эту сессию";
+$a->strings["Home"] = "Мой канал";
+$a->strings["Your posts and conversations"] = "Ваши сообщения и разговоры";
+$a->strings["Your profile page"] = "Страницa вашего профиля";
+$a->strings["Edit Profiles"] = "Редактирование профилей";
+$a->strings["Manage/Edit profiles"] = "";
+$a->strings["Your photos"] = "Ваши фотографии";
+$a->strings["Your files"] = "Ваши файлы";
+$a->strings["Chat"] = "Чат";
+$a->strings["Your chatrooms"] = "Ваши чаты";
+$a->strings["Your events"] = "Ваши мероприятия";
+$a->strings["Your bookmarks"] = "Ваши закладки";
+$a->strings["Your webpages"] = "";
+$a->strings["Login"] = "Войти";
+$a->strings["Sign in"] = "Войти";
+$a->strings["%s - click to logout"] = "%s - нажмите чтобы выйти";
+$a->strings["Click to authenticate to your home hub"] = "";
+$a->strings["Home Page"] = "Моя страница";
+$a->strings["Register"] = "Регистрация";
+$a->strings["Create an account"] = "Создать аккаунт";
+$a->strings["Help"] = "Помощь";
+$a->strings["Help and documentation"] = "Справочная информация и документация";
+$a->strings["Apps"] = "Приложения";
+$a->strings["Applications, utilities, links, games"] = "";
+$a->strings["Search"] = "Поиск";
+$a->strings["Search site content"] = "Поиск по содержанию сайту";
+$a->strings["Directory"] = "Каталог";
+$a->strings["Channel Locator"] = "Локатор каналов";
+$a->strings["Matrix"] = "Матрица";
+$a->strings["Your matrix"] = "Собственная матрица";
+$a->strings["Mark all matrix notifications seen"] = "Пометить все оповещения матрицы как прочитанное";
+$a->strings["Channel Home"] = "";
+$a->strings["Channel home"] = "";
+$a->strings["Mark all channel notifications seen"] = "Пометить все оповещения канала как прочитанное";
+$a->strings["Connections"] = "Контакты";
+$a->strings["Notices"] = "Оповещения";
+$a->strings["Notifications"] = "Оповещения";
+$a->strings["See all notifications"] = "Просмотреть все оповещения";
+$a->strings["Mark all system notifications seen"] = "Пометить все оповещения как прочитанное";
+$a->strings["Mail"] = "Переписка";
+$a->strings["Private mail"] = "Ваша личная переписка";
+$a->strings["See all private messages"] = "Просмотреть все личные сообщения";
+$a->strings["Mark all private messages seen"] = "Пометить все личные сообщения как прочитанное";
+$a->strings["Inbox"] = "Входящие";
+$a->strings["Outbox"] = "Исходящие";
+$a->strings["New Message"] = "Новое личное сообщение";
+$a->strings["Event Calendar"] = "Календарь мероприятий";
+$a->strings["See all events"] = "Показать все мероприятия";
+$a->strings["Mark all events seen"] = "Пометить все мероприятия как прочитанное";
+$a->strings["Channel Select"] = "Выбор каналов";
+$a->strings["Manage Your Channels"] = "Управление каналов";
+$a->strings["Settings"] = "Настройки";
+$a->strings["Account/Channel Settings"] = "Настройки аккаунта/канала";
+$a->strings["Manage/Edit Friends and Connections"] = "Управление/Редактирование друзей и связей";
+$a->strings["Admin"] = "Администрация";
+$a->strings["Site Setup and Configuration"] = "Установка и конфигурация сайта";
+$a->strings["Nothing new here"] = "Ничего нового здесь";
+$a->strings["Please wait..."] = "Подождите пожалуйста ...";
+$a->strings["%1\$s's bookmarks"] = "Закладки пользователя %1\$s";
+$a->strings["Missing room name"] = "";
+$a->strings["Duplicate room name"] = "";
+$a->strings["Invalid room specifier."] = "";
+$a->strings["Room not found."] = "";
+$a->strings["Room is full"] = "";
$a->strings["Tags"] = "Тэги";
$a->strings["Keywords"] = "Ключевые слова";
$a->strings["have"] = "иметь";
$a->strings["has"] = "есть";
$a->strings["want"] = "хотеть";
$a->strings["wants"] = "хочет";
-$a->strings["like"] = "мне нравиться";
-$a->strings["likes"] = "мне нравиться";
-$a->strings["dislike"] = "мне не-нравиться";
-$a->strings["dislikes"] = "мне не-нравиться";
-$a->strings["Not a valid email address"] = "Не действительный адрес электронной почты";
-$a->strings["Your email domain is not among those allowed on this site"] = "Домен электронной почты не входит в число тех, которые разрешены на этом сайте";
-$a->strings["Your email address is already registered at this site."] = "Ваш адрес электронной почты уже зарегистрирован на этом сайте.";
-$a->strings["An invitation is required."] = "Требуется приглашение.";
-$a->strings["Invitation could not be verified."] = "Не удалось проверить приглашение.";
-$a->strings["Please enter the required information."] = "Пожалуйста, введите необходимую информацию.";
-$a->strings["Failed to store account information."] = "Не удалось сохранить информацию аккаунта.";
-$a->strings["Registration request at %s"] = "Требуется регистрация на %s";
-$a->strings["Administrator"] = "Администратор";
-$a->strings["your registration password"] = "Ваш пароль регистрации";
-$a->strings["Registration details for %s"] = "Регистрационные данные для %s";
-$a->strings["Account approved."] = "Аккаунт утвержден.";
-$a->strings["Registration revoked for %s"] = "Регистрация отозвана для %s";
+$a->strings["like"] = "нравится";
+$a->strings["likes"] = "нравится";
+$a->strings["dislike"] = "не-нравится";
+$a->strings["dislikes"] = "не-нравится";
+$a->strings["Default"] = "По умолчанию";
+$a->strings["Unknown | Not categorised"] = "Неизвестные | Без категории";
+$a->strings["Block immediately"] = "Немедленно заблокировать";
+$a->strings["Shady, spammer, self-marketer"] = "";
+$a->strings["Known to me, but no opinion"] = "Известныo мне, но нет своего мнения";
+$a->strings["OK, probably harmless"] = "OK, наверное безвредно";
+$a->strings["Reputable, has my trust"] = "Авторитетно, имеет мое доверие";
+$a->strings["Frequently"] = "Часто";
+$a->strings["Hourly"] = "Ежечасно";
+$a->strings["Twice daily"] = "Два раза в день";
+$a->strings["Daily"] = "Ежедневно";
+$a->strings["Weekly"] = "Еженедельно";
+$a->strings["Monthly"] = "Ежемесячно";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Email"] = "E-mail";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "MySpace";
+$a->strings["%d invitation available"] = array(
+ 0 => "имеется %d приглашение",
+ 1 => "имеются %d приглашения",
+ 2 => "имеется %d приглашений",
+);
+$a->strings["Advanced"] = "Дополнительно";
+$a->strings["Find Channels"] = "Поиск контактов";
+$a->strings["Enter name or interest"] = "Впишите имя или интерес";
+$a->strings["Connect/Follow"] = "Подключить/следовать";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Владимир Ильич, Революционер";
+$a->strings["Find"] = "Поиск";
+$a->strings["Channel Suggestions"] = "Рекомендации каналов";
+$a->strings["Random Profile"] = "Случайные";
+$a->strings["Invite Friends"] = "Пригласить друзей";
+$a->strings["Exammple: name=fred and country=iceland"] = "";
+$a->strings["Advanced Find"] = "";
+$a->strings["Saved Folders"] = "Запомненные папки";
+$a->strings["Everything"] = "Все";
+$a->strings["Categories"] = "Категории";
+$a->strings["%d connection in common"] = array(
+ 0 => "%d совместный контакт",
+ 1 => "%d совместных контакта",
+ 2 => "%d совместных контактов",
+);
+$a->strings["show more"] = "показать все";
+$a->strings["This event has been added to your calendar."] = "";
+$a->strings["Edit File properties"] = "";
+$a->strings["Miscellaneous"] = "Прочее";
+$a->strings["year"] = "год";
+$a->strings["month"] = "месяц";
+$a->strings["day"] = "день";
+$a->strings["never"] = "никогда";
+$a->strings["less than a second ago"] = "менее чем одну секунду назад";
+$a->strings["years"] = "лет";
+$a->strings["months"] = "мес.";
+$a->strings["week"] = "неделя";
+$a->strings["weeks"] = "недель";
+$a->strings["days"] = "дней";
+$a->strings["hour"] = "час";
+$a->strings["hours"] = "часов";
+$a->strings["minute"] = "минута";
+$a->strings["minutes"] = "мин.";
+$a->strings["second"] = "секунда";
+$a->strings["seconds"] = "секунд";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s назад";
+$a->strings["%1\$s's birthday"] = "";
+$a->strings["Happy Birthday %1\$s"] = "";
$a->strings["Sort Options"] = "";
$a->strings["Alphabetic"] = "По алфавиту";
$a->strings["Reverse Alphabetic"] = "По обратному алфавиту";
$a->strings["Newest to Oldest"] = "От новых к старым";
$a->strings["Enable Safe Search"] = "";
$a->strings["Disable Safe Search"] = "";
-$a->strings["Safe Mode"] = "";
+$a->strings["Safe Mode"] = "Безопасный режим";
$a->strings["Red Matrix Notification"] = "Оповещения Red матрицы";
$a->strings["redmatrix"] = "redmatrix";
$a->strings["Thank You,"] = "Спасибо,";
@@ -580,82 +402,98 @@ $a->strings["[Red:Notify] %s tagged your post"] = "[Red:Уведомление]
$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "";
$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "";
$a->strings["[Red:Notify] Introduction received"] = "[Red:Уведомление] введение получено";
-$a->strings["%1\$s, you've received an introduction from '%2\$s' at %3\$s"] = "";
-$a->strings["%1\$s, you've received [zrl=%2\$s]an introduction[/zrl] from %3\$s."] = "";
+$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "";
+$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "";
$a->strings["You may visit their profile at %s"] = "Вы можете посетить ​​профиль в %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "";
+$a->strings["Please visit %s to approve or reject the connection request."] = "";
$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Уведомление] Получено предложение дружить";
$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "";
$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "";
$a->strings["Name:"] = "Имя:";
$a->strings["Photo:"] = "Фото:";
$a->strings["Please visit %s to approve or reject the suggestion."] = "";
-$a->strings["Logged out."] = "Вышел из системы.";
-$a->strings["Failed authentication"] = "Ошибка аутентификации";
-$a->strings["Login failed."] = "Не удалось войти.";
-$a->strings["%d invitation available"] = array(
- 0 => "имеется %d приглашение",
- 1 => "имеются %d приглашения",
- 2 => "имеется %d приглашений",
-);
-$a->strings["Find Channels"] = "Поиск контактов";
-$a->strings["Enter name or interest"] = "Впишите имя или интерес";
-$a->strings["Connect/Follow"] = "Подключить/следовать";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Владимир Ильич, Революционер";
-$a->strings["Find"] = "Поиск";
-$a->strings["Channel Suggestions"] = "Рекомендации каналов";
-$a->strings["Random Profile"] = "Случайные";
-$a->strings["Invite Friends"] = "Пригласить друзей";
-$a->strings["%d connection in common"] = array(
- 0 => "%d совместный контакт",
- 1 => "%d совместных контакта",
- 2 => "%d совместных контактов",
-);
-$a->strings["New Page"] = "Новая страница";
-$a->strings["Edit"] = "Редактировать";
-$a->strings["Click here to upgrade."] = "Нажмите здесь, чтобы обновить.";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "";
-$a->strings["This action is not available under your subscription plan."] = "";
+$a->strings["General Features"] = "Главные функции";
+$a->strings["Content Expiration"] = "";
+$a->strings["Remove posts/comments and/or private messages at a future time"] = "Удалять посты/комментарии и/или личные сообщения";
+$a->strings["Multiple Profiles"] = "Несколько профилей";
+$a->strings["Ability to create multiple profiles"] = "Возможность создания нескольких профилей";
+$a->strings["Web Pages"] = "Веб-страницы";
+$a->strings["Provide managed web pages on your channel"] = "";
+$a->strings["Private Notes"] = "Личные заметки";
+$a->strings["Enables a tool to store notes and reminders"] = "";
+$a->strings["Extended Identity Sharing"] = "Расширенный обмен идентичности";
+$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "";
+$a->strings["Expert Mode"] = "Экспертный режим";
+$a->strings["Enable Expert Mode to provide advanced configuration options"] = "";
+$a->strings["Premium Channel"] = "Премиум канал";
+$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "";
+$a->strings["Post Composition Features"] = "";
+$a->strings["Richtext Editor"] = "Редактор RichText";
+$a->strings["Enable richtext editor"] = "Включить редактор RichText";
+$a->strings["Post Preview"] = "Предварительный просмотр сообщения";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией";
+$a->strings["Channel Sources"] = "";
+$a->strings["Automatically import channel content from other channels or feeds"] = "";
+$a->strings["Even More Encryption"] = "";
+$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "";
+$a->strings["Network and Stream Filtering"] = "Фильтрация сети и потока";
+$a->strings["Search by Date"] = "Поиск по дате";
+$a->strings["Ability to select posts by date ranges"] = "Возможность выбора сообщений по датам";
+$a->strings["Collections Filter"] = "Фильтр коллекций";
+$a->strings["Enable widget to display Network posts only from selected collections"] = "";
+$a->strings["Saved Searches"] = "Запомненные поиски";
+$a->strings["Save search terms for re-use"] = "Сохранять результаты поиска для повторного использования";
+$a->strings["Network Personal Tab"] = "Сеть - Личная вкладка";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "";
+$a->strings["Network New Tab"] = "Сеть - Новая вкладка";
+$a->strings["Enable tab to display all new Network activity"] = "";
+$a->strings["Affinity Tool"] = "Инструмент сходства или соответствия";
+$a->strings["Filter stream activity by depth of relationships"] = "";
+$a->strings["Suggest Channels"] = "";
+$a->strings["Show channel suggestions"] = "";
+$a->strings["Post/Comment Tools"] = "Инструменты сообщений/комментарий ";
+$a->strings["Edit Sent Posts"] = "Редактировать отправленные сообщения";
+$a->strings["Edit and correct posts and comments after sending"] = "Редактировать и исправлять сообщения и комментарии после отправки";
+$a->strings["Tagging"] = "Пометка";
+$a->strings["Ability to tag existing posts"] = "";
+$a->strings["Post Categories"] = "Категории сообщения";
+$a->strings["Add categories to your posts"] = "Добавить категории для ваших сообщений";
+$a->strings["Ability to file posts under folders"] = "";
+$a->strings["Dislike Posts"] = "Сообщение не нравится";
+$a->strings["Ability to dislike posts/comments"] = "";
+$a->strings["Star Posts"] = "Помечать сообщения";
+$a->strings["Ability to mark special posts with a star indicator"] = "";
+$a->strings["Tag Cloud"] = "Облако тегов";
+$a->strings["Provide a personal tag cloud on your channel page"] = "";
$a->strings["Channel is blocked on this site."] = "Канал блокируется на этом сайте.";
$a->strings["Channel location missing."] = "Местоположение канала отсутствует.";
-$a->strings["Channel discovery failed. Website may be down or misconfigured."] = "";
-$a->strings["Response from remote channel was not understood."] = "";
$a->strings["Response from remote channel was incomplete."] = "";
+$a->strings["Channel was deleted and no longer exists."] = "";
+$a->strings["Channel discovery failed."] = "Не удалось обнаружить канал.";
$a->strings["local account not found."] = "локальный аккаунт не найден.";
$a->strings["Cannot connect to yourself."] = "Нельзя подключиться к самому себе.";
-$a->strings["Can view my \"public\" stream and posts"] = "Может просматривать мои \"публичные\" поток и сообщения";
-$a->strings["Can view my \"public\" channel profile"] = "Может просматривать мой \"публичный\" профиль канала";
-$a->strings["Can view my \"public\" photo albums"] = "Может просматривать мои \"публичные\" фотоальбомы";
-$a->strings["Can view my \"public\" address book"] = "Может просматривать мою \"публичную\" адресную книгу";
-$a->strings["Can view my \"public\" file storage"] = "Может просматривать мои \"публичные\" файлы";
-$a->strings["Can view my \"public\" pages"] = "Может просматривать мои \"публичные\" страницы";
-$a->strings["Can send me their channel stream and posts"] = "Может прислать мне свои потоки и сообщения";
-$a->strings["Can post on my channel page (\"wall\")"] = "Может публиковать на моей странице канала (\"стена\")";
-$a->strings["Can comment on my posts"] = "Может комментировать мои сообщения";
-$a->strings["Can send me private mail messages"] = "Может отправлять мне личные сообщения по эл. почте";
-$a->strings["Can post photos to my photo albums"] = "Может публиковать фотографии в мои фотоальбомы";
-$a->strings["Can forward to all my channel contacts via post @mentions"] = "";
-$a->strings["Advanced - useful for creating group forum channels"] = "";
-$a->strings["Can chat with me (when available)"] = "Можете общаться со мной в чате (при наличии)";
-$a->strings["Requires compatible chat plugin"] = "Требуется совместимый чат-плагин";
-$a->strings["Can write to my \"public\" file storage"] = "";
-$a->strings["Can edit my \"public\" pages"] = "Может редактировать мои \"публичные\" страницы";
-$a->strings["Can source my \"public\" posts in derived channels"] = "";
-$a->strings["Somewhat advanced - very useful in open communities"] = "";
-$a->strings["Can administer my channel resources"] = "Может администрировать мои ресурсы канала";
-$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "";
-$a->strings["Default"] = "По умолчанию";
+$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."] = "";
+$a->strings["Default privacy group for new contacts"] = "Группа конфиденциальности по умолчанию для новых контактов";
+$a->strings["All Channels"] = "Все каналы";
+$a->strings["edit"] = "редактировать";
+$a->strings["Collections"] = "Коллекции";
+$a->strings["Edit collection"] = "Редактировать коллекцию";
+$a->strings["Create a new collection"] = "Создать новую коллекцию";
+$a->strings["Channels not in any collection"] = "Контакты не в какой коллекции";
+$a->strings["add"] = "добавить";
$a->strings["Unable to obtain identity information from database"] = "Невозможно получить идентификационную информацию из базы данных";
$a->strings["Empty name"] = "Пустое имя";
$a->strings["Name too long"] = "Слишком длинное имя";
$a->strings["No account identifier"] = "идентификатор аккаунта отсутствует";
$a->strings["Nickname is required."] = "Требуется псевдоним.";
+$a->strings["Reserved nickname. Please choose another."] = "";
$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Псевдоним имеет недопустимые символы или уже используется на этом сайте.";
$a->strings["Unable to retrieve created identity"] = "";
$a->strings["Default Profile"] = "Профиль по умолчанию";
+$a->strings["Friends"] = "Друзья";
$a->strings["Requested channel is not available."] = "Запрашиваемый канал не доступен.";
-$a->strings[" Sorry, you don't have the permission to view this profile. "] = "";
$a->strings["Requested profile is not available."] = "Запрашиваемый профиль не доступен.";
+$a->strings["Connect"] = "Подключить";
$a->strings["Change profile photo"] = "Изменить фотографию профиля";
$a->strings["Profiles"] = "Профили";
$a->strings["Manage/edit profiles"] = "Управление / Редактирование профилей";
@@ -667,6 +505,7 @@ $a->strings["Edit visibility"] = "Редактировать видимость"
$a->strings["Gender:"] = "Пол:";
$a->strings["Status:"] = "Статус:";
$a->strings["Homepage:"] = "Домашняя страница:";
+$a->strings["Online Now"] = "";
$a->strings["g A l F d"] = "g A l F d";
$a->strings["F d"] = "F d";
$a->strings["[today]"] = "[сегодня]";
@@ -692,6 +531,7 @@ $a->strings["Hobbies/Interests:"] = "Хобби / интересы:";
$a->strings["Likes:"] = "Что вам нравится:";
$a->strings["Dislikes:"] = "Что вам не нравится:";
$a->strings["Contact information and Social Networks:"] = "Информация и социальные сети контакта:";
+$a->strings["My other channels:"] = "Мои другие каналы:";
$a->strings["Musical interests:"] = "Музыкальные интересы:";
$a->strings["Books, literature:"] = "Книги, литература:";
$a->strings["Television:"] = "Телевидение:";
@@ -699,36 +539,178 @@ $a->strings["Film/dance/culture/entertainment:"] = "Кино / танцы / ку
$a->strings["Love/Romance:"] = "Любовь / Романс:";
$a->strings["Work/employment:"] = "Работа / Занятость:";
$a->strings["School/education:"] = "Школа / образование:";
-$a->strings["Permission denied"] = "Доступ запрещен";
-$a->strings["Item not found."] = "Элемент не найден.";
-$a->strings["Collection not found."] = "Коллекция не найдена.";
-$a->strings["Collection is empty."] = "Коллекция пуста.";
-$a->strings["Collection: %s"] = "Коллекции: %s";
-$a->strings["Connection: %s"] = "Контакты: %s";
-$a->strings["Connection not found."] = "Контакт не найден.";
-$a->strings["Private Message"] = "Личное сообщение";
-$a->strings["save to folder"] = "сохранить в папку";
-$a->strings["add star"] = "добавить маркировку";
-$a->strings["remove star"] = "удалить маркировку";
-$a->strings["toggle star status"] = "переключение статуса маркировки";
+$a->strings["view full size"] = "посмотреть в полный размер";
+$a->strings["prev"] = "предыдущий";
+$a->strings["first"] = "первый";
+$a->strings["last"] = "последний";
+$a->strings["next"] = "следующий";
+$a->strings["older"] = "старший";
+$a->strings["newer"] = "новее";
+$a->strings["No connections"] = "Нет контактов";
+$a->strings["%d Connection"] = array(
+ 0 => "%d контакт",
+ 1 => "%d контакта",
+ 2 => "%d контактов",
+);
+$a->strings["View Connections"] = "Просмотр контактов";
+$a->strings["Save"] = "Запомнить";
+$a->strings["poke"] = "подпихнуть";
+$a->strings["ping"] = "пинг - проверка связи";
+$a->strings["pinged"] = "";
+$a->strings["prod"] = "";
+$a->strings["prodded"] = "";
+$a->strings["slap"] = "";
+$a->strings["slapped"] = "";
+$a->strings["finger"] = "";
+$a->strings["fingered"] = "";
+$a->strings["rebuff"] = "";
+$a->strings["rebuffed"] = "";
+$a->strings["happy"] = "счастливый";
+$a->strings["sad"] = "грустный";
+$a->strings["mellow"] = "";
+$a->strings["tired"] = "усталый";
+$a->strings["perky"] = "весёлый";
+$a->strings["angry"] = "сердитый";
+$a->strings["stupified"] = "отупевший";
+$a->strings["puzzled"] = "недоумённый";
+$a->strings["interested"] = "заинтересованный";
+$a->strings["bitter"] = "озлобленный";
+$a->strings["cheerful"] = "";
+$a->strings["alive"] = "";
+$a->strings["annoyed"] = "";
+$a->strings["anxious"] = "";
+$a->strings["cranky"] = "капризный";
+$a->strings["disturbed"] = "встревоженный";
+$a->strings["frustrated"] = "разочарованный";
+$a->strings["depressed"] = "";
+$a->strings["motivated"] = "мотивированный";
+$a->strings["relaxed"] = "расслабленный";
+$a->strings["surprised"] = "удивленный";
+$a->strings["Monday"] = "Понедельник";
+$a->strings["Tuesday"] = "Вторник";
+$a->strings["Wednesday"] = "Среда";
+$a->strings["Thursday"] = "Четверг";
+$a->strings["Friday"] = "Пятница";
+$a->strings["Saturday"] = "Суббота";
+$a->strings["Sunday"] = "Воскресенье";
+$a->strings["January"] = "Январь";
+$a->strings["February"] = "Февраль";
+$a->strings["March"] = "Март";
+$a->strings["April"] = "Апрель";
+$a->strings["May"] = "Май";
+$a->strings["June"] = "Июнь";
+$a->strings["July"] = "Июль";
+$a->strings["August"] = "Август";
+$a->strings["September"] = "Сентябрь";
+$a->strings["October"] = "Октябрь";
+$a->strings["November"] = "Ноябрь";
+$a->strings["December"] = "Декабрь";
+$a->strings["unknown.???"] = "неизвестный.???";
+$a->strings["bytes"] = "байт";
+$a->strings["remove category"] = "";
+$a->strings["remove from file"] = "";
+$a->strings["Click to open/close"] = "Нажмите, чтобы открыть/закрыть";
+$a->strings["Link to Source"] = "";
+$a->strings["Select a page layout: "] = "";
+$a->strings["default"] = "по умолчанию";
+$a->strings["Page content type: "] = "";
+$a->strings["Select an alternate language"] = "Выбор альтернативного языка";
+$a->strings["activity"] = "активность";
+$a->strings["Design"] = "Дизайн";
+$a->strings["Blocks"] = "";
+$a->strings["Menus"] = "";
+$a->strings["Layouts"] = "";
+$a->strings["Pages"] = "Страницы";
+$a->strings["Site Admin"] = "";
+$a->strings["Address Book"] = "";
+$a->strings["Mood"] = "Настроение";
+$a->strings["Probe"] = "";
+$a->strings["Suggest"] = "";
+$a->strings["Update"] = "Обновление";
+$a->strings["Install"] = "";
+$a->strings["Purchase"] = "";
+$a->strings["Unknown"] = "Неизвестный";
+$a->strings["Invalid data packet"] = "Неверный пакет данных";
+$a->strings["Unable to verify channel signature"] = "Невозможно проверить сигнатуру канала";
+$a->strings["Unable to verify site signature for %s"] = "";
+$a->strings["No recipient provided."] = "";
+$a->strings["[no subject]"] = "[без темы]";
+$a->strings["Unable to determine sender."] = "Невозможно определить отправителя.";
+$a->strings["Stored post could not be verified."] = "";
+$a->strings["Click here to upgrade."] = "Нажмите здесь, чтобы обновить.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "";
+$a->strings["This action is not available under your subscription plan."] = "";
+$a->strings["System"] = "";
+$a->strings["Create Personal App"] = "";
+$a->strings["Edit Personal App"] = "";
+$a->strings["Ignore/Hide"] = "Игнорировать / Скрыть";
+$a->strings["Suggestions"] = "Рекомендации";
+$a->strings["See more..."] = "Просмотреть больше...";
+$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "";
+$a->strings["Add New Connection"] = "Добавить новый контакт";
+$a->strings["Enter the channel address"] = "Введите адрес канала";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara";
+$a->strings["Notes"] = "Заметки";
+$a->strings["Remove term"] = "Удалить термин";
+$a->strings["Archives"] = "Архивы";
+$a->strings["Refresh"] = "Обновить";
+$a->strings["Me"] = "Я";
+$a->strings["Best Friends"] = "Лучшие друзья";
+$a->strings["Co-workers"] = "Сотрудники";
+$a->strings["Former Friends"] = "Приятели";
+$a->strings["Acquaintances"] = "Знакомые";
+$a->strings["Everybody"] = "Все";
+$a->strings["Account settings"] = "Настройки аккаунта";
+$a->strings["Channel settings"] = "Настройки канала";
+$a->strings["Additional features"] = "Дополнительные функции";
+$a->strings["Feature settings"] = "Настройки компонентов";
+$a->strings["Display settings"] = "Настройки отображения";
+$a->strings["Connected apps"] = "Подключенные приложения";
+$a->strings["Export channel"] = "Экспорт канала";
+$a->strings["Automatic Permissions (Advanced)"] = "Автоматические разрешения (дополнительно)";
+$a->strings["Premium Channel Settings"] = "Настройки премиум канала";
+$a->strings["Check Mail"] = "Проверить снова";
+$a->strings["Chat Rooms"] = "Чаты";
+$a->strings["Bookmarked Chatrooms"] = "Закладки чатов";
+$a->strings["Suggested Chatrooms"] = "Рекомендуемые чаты";
+$a->strings["Save to Folder"] = "";
+$a->strings["View all"] = "";
+$a->strings["Like"] = array(
+ 0 => "",
+ 1 => "",
+ 2 => "",
+);
+$a->strings["Dislike"] = array(
+ 0 => "",
+ 1 => "",
+ 2 => "",
+);
+$a->strings["Add Star"] = "";
+$a->strings["Remove Star"] = "";
+$a->strings["Toggle Star Status"] = "";
$a->strings["starred"] = "помеченные";
-$a->strings["add tag"] = "добавить тег";
+$a->strings["Add Tag"] = "";
$a->strings["I like this (toggle)"] = "мне это нравится (переключение)";
$a->strings["I don't like this (toggle)"] = "мне это не нравится (переключение)";
-$a->strings["Share this"] = "Поделиться этим";
+$a->strings["Share This"] = "";
$a->strings["share"] = "поделиться";
$a->strings["View %s's profile - %s"] = "Просмотр %s's профиля - %s";
$a->strings["to"] = "к";
$a->strings["via"] = "через";
$a->strings["Wall-to-Wall"] = "Стена-к-Стене";
$a->strings["via Wall-To-Wall:"] = "через Стена-к-Стене:";
-$a->strings["Expires: %s"] = "";
+$a->strings["Save Bookmarks"] = "";
+$a->strings["Add to Calendar"] = "";
+$a->strings["Likes"] = "";
+$a->strings["Dislikes"] = "";
$a->strings["%d comment"] = array(
0 => "%d комментарий",
1 => "%d комментария",
2 => "%d комментариев",
);
+$a->strings["[+] show all"] = "";
$a->strings["This is you"] = "Это вы";
+$a->strings["Comment"] = "Комментарий";
$a->strings["Submit"] = "Отправить";
$a->strings["Bold"] = "Жирный";
$a->strings["Italic"] = "Курсив";
@@ -738,279 +720,140 @@ $a->strings["Code"] = "Код";
$a->strings["Image"] = "Изображение";
$a->strings["Link"] = "Ссылка";
$a->strings["Video"] = "Видео";
-$a->strings["Welcome "] = "Добро пожаловать";
-$a->strings["Please upload a profile photo."] = "Загрузите пожалуйста фотографию профиля.";
-$a->strings["Welcome back "] = "Добро пожаловать";
+$a->strings["Delete this item?"] = "Удалить этот элемент?";
+$a->strings["[-] show less"] = "";
+$a->strings["[+] expand"] = "";
+$a->strings["[-] collapse"] = "";
+$a->strings["Password too short"] = "Пароль слишком короткий";
+$a->strings["Passwords do not match"] = "Пароли не совпадают";
+$a->strings["everybody"] = "все";
+$a->strings["Secret Passphrase"] = "";
+$a->strings["Passphrase hint"] = "";
+$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "";
+$a->strings["close all"] = "";
+$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
+$a->strings["timeago.prefixFromNow"] = "";
+$a->strings["ago"] = "тому назад";
+$a->strings["from now"] = "с этого времени";
+$a->strings["less than a minute"] = "менее чем одну минуту назад";
+$a->strings["about a minute"] = "около минуты";
+$a->strings["%d minutes"] = "%d мин.";
+$a->strings["about an hour"] = "около часа";
+$a->strings["about %d hours"] = "около %d час.";
+$a->strings["a day"] = "день";
+$a->strings["%d days"] = "%d дн.";
+$a->strings["about a month"] = "около месяца";
+$a->strings["%d months"] = "%d мес.";
+$a->strings["about a year"] = "около года";
+$a->strings["%d years"] = "%d лет";
+$a->strings[" "] = " ";
+$a->strings["timeago.numbers"] = "timeago.numbers";
+$a->strings["New window"] = "Новое окно";
+$a->strings["Open the selected location in a different window or browser tab"] = "Откройте выбранное местоположение в другом окне или вкладке браузера";
+$a->strings["Male"] = "Мужской";
+$a->strings["Female"] = "Женский";
+$a->strings["Currently Male"] = "В настоящее время мужской";
+$a->strings["Currently Female"] = "В настоящее время женский";
+$a->strings["Mostly Male"] = "В основном мужской";
+$a->strings["Mostly Female"] = "В основном женский";
+$a->strings["Transgender"] = "Транссексуал";
+$a->strings["Intersex"] = "Intersex";
+$a->strings["Transsexual"] = "Транссексуал";
+$a->strings["Hermaphrodite"] = "Гермафродит";
+$a->strings["Neuter"] = "Среднего рода";
+$a->strings["Non-specific"] = "Неспецифический";
+$a->strings["Other"] = "Другой";
+$a->strings["Undecided"] = "Нерешительный";
+$a->strings["Males"] = "Самец";
+$a->strings["Females"] = "Самка";
+$a->strings["Gay"] = "Гей";
+$a->strings["Lesbian"] = "Лесбиянка";
+$a->strings["No Preference"] = "Без предпочтений";
+$a->strings["Bisexual"] = "Двуполый";
+$a->strings["Autosexual"] = "Autosexual";
+$a->strings["Abstinent"] = "Воздержанный";
+$a->strings["Virgin"] = "Девственница";
+$a->strings["Deviant"] = "Отклоняющийся от нормы";
+$a->strings["Fetish"] = "Фетиш";
+$a->strings["Oodles"] = "Множественный";
+$a->strings["Nonsexual"] = "Несексуальный";
+$a->strings["Single"] = "Одинок";
+$a->strings["Lonely"] = "Уединенный";
+$a->strings["Available"] = "Доступный";
+$a->strings["Unavailable"] = "Недоступный";
+$a->strings["Has crush"] = "Столкновение";
+$a->strings["Infatuated"] = "Влюбленный";
+$a->strings["Dating"] = "Датировка";
+$a->strings["Unfaithful"] = "Неверный";
+$a->strings["Sex Addict"] = "Секс наркоман";
+$a->strings["Friends/Benefits"] = "Друзья / Преимущества";
+$a->strings["Casual"] = "Случайный";
+$a->strings["Engaged"] = "Помолвленный";
+$a->strings["Married"] = "Женат";
+$a->strings["Imaginarily married"] = "Мысленно женат";
+$a->strings["Partners"] = "Партнеры";
+$a->strings["Cohabiting"] = "Сожительствующие";
+$a->strings["Common law"] = "";
+$a->strings["Happy"] = "Счастливый";
+$a->strings["Not looking"] = "Не нуждаюсь";
+$a->strings["Swinger"] = "";
+$a->strings["Betrayed"] = "";
+$a->strings["Separated"] = "";
+$a->strings["Unstable"] = "Колеблющийся";
+$a->strings["Divorced"] = "Разведенный";
+$a->strings["Imaginarily divorced"] = "Мысленно разведенный";
+$a->strings["Widowed"] = "Овдовевший";
+$a->strings["Uncertain"] = "Неопределенный";
+$a->strings["It's complicated"] = "Это сложно";
+$a->strings["Don't care"] = "Не заботьтесь";
+$a->strings["Ask me"] = "Спроси меня";
+$a->strings["Logged out."] = "Вышел из системы.";
+$a->strings["Failed authentication"] = "Ошибка аутентификации";
+$a->strings["Login failed."] = "Не удалось войти.";
$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."] = "";
-$a->strings["Invalid data packet"] = "";
-$a->strings["Unable to verify channel signature"] = "Невозможно проверить сигнатуру канала";
-$a->strings["Unable to verify site signature for %s"] = "";
-$a->strings["No channel."] = "Не канал.";
-$a->strings["Common connections"] = "Общие контакты";
-$a->strings["No connections in common."] = "Общих контактов нет.";
-$a->strings["Event title and start time are required."] = "Название события и время начала требуется.";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "Редактировать мероприятие";
-$a->strings["Create New Event"] = "Создать новое мероприятие";
-$a->strings["Previous"] = "Предыдущая";
-$a->strings["Next"] = "Следующая";
-$a->strings["hour:minute"] = "часы:минуты";
-$a->strings["Event details"] = "Детали мероприятия";
-$a->strings["Format is %s %s. Starting date and Title are required."] = "Формат: %s %s. Дата начала и название необходимы.";
-$a->strings["Event Starts:"] = "Начало мероприятий:";
-$a->strings["Required"] = "Необходимо";
-$a->strings["Finish date/time is not known or not relevant"] = "Дата окончания / время окончания не известны или не релевантны";
-$a->strings["Event Finishes:"] = "\t\nКонец мероприятий:";
-$a->strings["Adjust for viewer timezone"] = "Отрегулируйте для просмотра часовых поясов";
-$a->strings["Description:"] = "Описание:";
-$a->strings["Title:"] = "Заголовок:";
-$a->strings["Share this event"] = "Поделиться этим мероприятием";
-$a->strings["Thing updated"] = "";
-$a->strings["Object store: failed"] = "";
-$a->strings["Thing added"] = "";
-$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "";
-$a->strings["Show Thing"] = "";
-$a->strings["item not found."] = "Элемент не найден.";
-$a->strings["Edit Thing"] = "";
-$a->strings["Select a profile"] = "Выберите профиль";
-$a->strings["Select a category of stuff. e.g. I ______ something"] = "";
-$a->strings["Name of thing e.g. something"] = "";
-$a->strings["URL of thing (optional)"] = "";
-$a->strings["URL for photo of thing (optional)"] = "";
-$a->strings["Add Thing to your Profile"] = "";
-$a->strings["Total invitation limit exceeded."] = "";
-$a->strings["%s : Not a valid email address."] = "%s : Не действительный адрес электронной почты.";
-$a->strings["Please join us on Red"] = "Пожалуйста, присоединяйтесь к нам в Red";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "";
-$a->strings["%s : Message delivery failed."] = "%s : Доставка сообщения не удалась.";
-$a->strings["%d message sent."] = array(
- 0 => "%d сообщение отправленно.",
- 1 => "%d сообщения отправленно.",
- 2 => "%d сообщений отправленно.",
-);
-$a->strings["You have no more invitations available"] = "У вас больше нет приглашений";
-$a->strings["Send invitations"] = "Послать приглашения";
-$a->strings["Enter email addresses, one per line:"] = "Введите адреса электронной почты, по одному на строку:";
-$a->strings["Your message:"] = "Ваше сообщение:";
-$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."] = "";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "";
-$a->strings["Please visit my channel at"] = "Пожалуйста, посетите мой канал на";
-$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "";
-$a->strings["Click the [Register] link on the following page to join."] = "";
-$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"] = "";
-$a->strings["Could not access contact record."] = "";
-$a->strings["Could not locate selected profile."] = "";
-$a->strings["Connection updated."] = "Канал обновлен.";
-$a->strings["Failed to update connection record."] = "";
-$a->strings["Could not access address book record."] = "";
-$a->strings["Refresh failed - channel is currently unavailable."] = "";
-$a->strings["Channel has been unblocked"] = "Канал разблокирован";
-$a->strings["Channel has been blocked"] = "Канал заблокирован";
-$a->strings["Unable to set address book parameters."] = "";
-$a->strings["Channel has been unignored"] = "Канал не проигнорирован";
-$a->strings["Channel has been ignored"] = "Канал проигнорирован";
-$a->strings["Channel has been unarchived"] = "Канал разархивирован";
-$a->strings["Channel has been archived"] = "Канал заархивирован";
-$a->strings["Channel has been unhidden"] = "Канал открыт";
-$a->strings["Channel has been hidden"] = "Канал скрыт";
-$a->strings["Channel has been approved"] = "Канал одобрен";
-$a->strings["Channel has been unapproved"] = "Канал не одобрен";
-$a->strings["Contact has been removed."] = "Канал удален.";
-$a->strings["View %s's profile"] = "Просмотр %s's профиля";
-$a->strings["Refresh Permissions"] = "Обновить разрешения";
-$a->strings["Fetch updated permissions"] = "";
-$a->strings["Recent Activity"] = "";
-$a->strings["View recent posts and comments"] = "";
-$a->strings["Unblock"] = "Разрешить";
-$a->strings["Block"] = "Заблокировать";
-$a->strings["Block or Unblock this connection"] = "Запретить или разрешить этот канал";
-$a->strings["Unignore"] = "Не игнорировать";
-$a->strings["Ignore"] = "Игнорировать";
-$a->strings["Ignore or Unignore this connection"] = "Игнорировать или не игнорировать этот канал";
-$a->strings["Unarchive"] = "Разархивировать";
-$a->strings["Archive"] = "Заархивировать";
-$a->strings["Archive or Unarchive this connection"] = " Заархивировать или разархивировать этот канал";
-$a->strings["Unhide"] = "Показать";
-$a->strings["Hide"] = "Скрыть";
-$a->strings["Hide or Unhide this connection"] = "Скрыть или показывать этот канал";
-$a->strings["Delete this connection"] = "Удалить этот контакт";
-$a->strings["Unknown"] = "Неизвестный";
-$a->strings["Approve this connection"] = "Утвердить этот контакт";
-$a->strings["Accept connection to allow communication"] = "";
-$a->strings["Automatic Permissions Settings"] = "Настройки автоматических разрешений";
-$a->strings["Connections: settings for %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."] = "";
-$a->strings["Slide to adjust your degree of friendship"] = "";
-$a->strings["inherited"] = "унаследованный";
-$a->strings["Connection has no individual permissions!"] = "";
-$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\"."] = "";
-$a->strings["Profile Visibility"] = "Видимость профиля";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "";
-$a->strings["Contact Information / Notes"] = "Информация / Примечания о канале";
-$a->strings["Edit contact notes"] = "Редактировать примечания канала";
-$a->strings["Their Settings"] = "Их настройки";
-$a->strings["My Settings"] = "Мои настройки";
-$a->strings["Forum Members"] = "Участники форума";
-$a->strings["Soapbox"] = "Soapbox";
-$a->strings["Full Sharing"] = "Полный обмен";
-$a->strings["Cautious Sharing"] = "";
-$a->strings["Follow Only"] = "Только следовать";
-$a->strings["Individual Permissions"] = "Индивидуальные разрешения";
-$a->strings["Some permissions may be inherited from your channel <a href=\"settings\">privacy settings</a>, which have higher priority. Changing those inherited settings on this page will have no effect."] = "";
-$a->strings["Advanced Permissions"] = "Дополнительные разрешения";
-$a->strings["Quick Links"] = "Быстрые ссылки";
-$a->strings["Visit %s's profile - %s"] = "Посетить %s's ​​профиль - %s";
-$a->strings["Block/Unblock contact"] = "Запретить/разрешить контакт";
-$a->strings["Ignore contact"] = "Игнорировать контакт";
-$a->strings["Repair URL settings"] = "Ремонт настройки URL";
-$a->strings["View conversations"] = "Просмотр разговоров";
-$a->strings["Delete contact"] = "Удалить контакт";
-$a->strings["Last update:"] = "Последнее обновление:";
-$a->strings["Update public posts"] = "Обновить публичные сообщения";
-$a->strings["Update now"] = "Обновить сейчас";
-$a->strings["Currently blocked"] = "В настоящее время заблокирован";
-$a->strings["Currently ignored"] = "В настоящее время игнорируются";
-$a->strings["Currently archived"] = "В настоящее время зархивированны";
-$a->strings["Currently pending"] = "В настоящее время в ожидании";
-$a->strings["Hide this contact from others"] = "Скрыть этот канал от других";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "";
-$a->strings["View"] = "Просмотр";
-$a->strings["Authorize application connection"] = "";
-$a->strings["Return to your app and insert this Securty Code:"] = "";
-$a->strings["Please login to continue."] = "Пожалуйста, войдите, чтобы продолжить.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "";
-$a->strings["Yes"] = "Да";
-$a->strings["No"] = "Нет";
-$a->strings["No installed applications."] = "Нет установленных приложений.";
-$a->strings["Applications"] = "Приложения";
-$a->strings["Invalid item."] = "Недействительный элемент.";
-$a->strings["Channel not found."] = "Канал не найден.";
-$a->strings["Page not found."] = "Страница не найдена.";
-$a->strings["Item not available."] = "Элемент недоступен.";
-$a->strings["Red Matrix Server - Setup"] = "Red Matrix Сервер - Установка";
-$a->strings["Could not connect to database."] = "Не удалось подключиться к серверу баз данных.";
-$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "";
-$a->strings["Could not create table."] = "Не удалось создать таблицу.";
-$a->strings["Your site database has been installed."] = "Ваша база данных установлена.";
-$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = "";
-$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Пожалуйста, обратитесь к файлу \"install/INSTALL.txt\".";
-$a->strings["System check"] = "Проверка системы";
-$a->strings["Check again"] = "Проверить снова";
-$a->strings["Database connection"] = "Подключение к базе данных";
-$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "";
-$a->strings["Database Server Name"] = "Имя сервера базы данных";
-$a->strings["Default is localhost"] = "По умолчанию localhost";
-$a->strings["Database Port"] = "Порт базы данных";
-$a->strings["Communication port number - use 0 for default"] = "Порт коммуникации - используйте 0 по умолчанию";
-$a->strings["Database Login Name"] = "Имя для подключения к базе данных";
-$a->strings["Database Login Password"] = "Пароль для подключения к базе данных";
-$a->strings["Database Name"] = "Имя базы данных";
-$a->strings["Site administrator email address"] = "Адрес электронной почты администратора сайта";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "";
-$a->strings["Website URL"] = "URL веб-сайта";
-$a->strings["Please use SSL (https) URL if available."] = "Пожалуйста, используйте SSL (https) URL если возможно.";
-$a->strings["Please select a default timezone for your website"] = "";
-$a->strings["Site settings"] = "Настройки сайта";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "";
-$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "";
-$a->strings["PHP executable path"] = "PHP executable путь";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "";
-$a->strings["Command line PHP"] = "Command line PHP";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "";
-$a->strings["This is required for message delivery to work."] = "";
-$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "";
-$a->strings["Generate encryption keys"] = "";
-$a->strings["libCurl PHP module"] = "libCurl PHP модуль";
-$a->strings["GD graphics PHP module"] = "GD graphics PHP модуль";
-$a->strings["OpenSSL PHP module"] = "OpenSSL PHP модуль";
-$a->strings["mysqli PHP module"] = "mysqli PHP модуль";
-$a->strings["mb_string PHP module"] = "mb_string PHP модуль";
-$a->strings["mcrypt PHP module"] = "mcrypt PHP модуль";
-$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite модуль";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "";
-$a->strings["proc_open"] = "proc_open";
-$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "";
-$a->strings["Error: libCURL PHP module required but not installed."] = "";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "";
-$a->strings["Error: openssl PHP module required but not installed."] = "";
-$a->strings["Error: mysqli PHP module required but not installed."] = "";
-$a->strings["Error: mb_string PHP module required but not installed."] = "";
-$a->strings["Error: mcrypt PHP module required but not installed."] = "";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "";
-$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php доступен для записи";
-$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "";
-$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."] = "";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "";
-$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."] = "";
-$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 доступен для записи";
-$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->strings["store is writable"] = "";
-$a->strings["SSL certificate validation"] = "проверка сертификата SSL";
-$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "";
-$a->strings["Url rewrite is working"] = "Url rewrite работает";
-$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "";
-$a->strings["Errors encountered creating database tables."] = "";
-$a->strings["<h1>What next</h1>"] = "<h1>Что дальше</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "";
-$a->strings["Edit post"] = "Редактировать сообщение";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s следит %2\$s's %3\$s";
-$a->strings["[Embedded content - reload page to view]"] = "";
-$a->strings["toggle full screen mode"] = "переключение полноэкранного режима";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "";
-$a->strings["Public access denied."] = "Общественный доступ запрещен.";
-$a->strings["No connections."] = "Никаких связей.";
-$a->strings["Visit %s's profile [%s]"] = "Посетить %s's ​​профиль [%s]";
-$a->strings["View Connnections"] = "Просмотр контактов";
-$a->strings["Tag removed"] = "Тег удален";
-$a->strings["Remove Item Tag"] = "Удалить Тег";
-$a->strings["Select a tag to remove: "] = "Выбрать тег для удаления: ";
-$a->strings["Remove"] = "Удалить";
-$a->strings["Continue"] = "";
-$a->strings["Premium Channel Setup"] = "";
-$a->strings["Enable premium channel connection restrictions"] = "";
-$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "";
-$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "";
-$a->strings["Potential connections will then see the following text before proceeding:"] = "";
-$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "";
-$a->strings["(No specific instructions have been provided by the channel owner.)"] = "";
-$a->strings["Restricted or Premium Channel"] = "";
-$a->strings["No potential page delegates located."] = "";
-$a->strings["Delegate Page Management"] = "";
-$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "";
-$a->strings["Existing Page Managers"] = "";
-$a->strings["Existing Page Delegates"] = "";
-$a->strings["Potential Delegates"] = "";
-$a->strings["Add"] = "Добавить";
-$a->strings["No entries."] = "Нет записей.";
-$a->strings["Failed to create source. No channel selected."] = "";
-$a->strings["Source created."] = "";
-$a->strings["Source updated."] = "";
-$a->strings["Manage remote sources of content for your channel."] = "";
-$a->strings["New Source"] = "";
-$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "";
-$a->strings["Only import content with these words (one per line)"] = "";
-$a->strings["Leave blank to import all public content"] = "";
-$a->strings["Channel Name"] = "Имя канала";
-$a->strings["Source not found."] = "";
-$a->strings["Edit Source"] = "";
-$a->strings["Delete Source"] = "";
-$a->strings["Source removed"] = "";
-$a->strings["Unable to remove source."] = "";
+$a->strings["Set your current mood and tell your friends"] = "";
+$a->strings["Menu not found."] = "Меню не найдено.";
+$a->strings["Menu element updated."] = "Меню обновлено.";
+$a->strings["Unable to update menu element."] = "";
+$a->strings["Menu element added."] = "Элемент меню добавлен.";
+$a->strings["Unable to add menu element."] = "Невозможно добавить элемент меню.";
+$a->strings["Not found."] = "Не найдено.";
+$a->strings["Manage Menu Elements"] = "Управление элементов меню";
+$a->strings["Edit menu"] = "Редактировать меню";
+$a->strings["Edit element"] = "Редактировать элемент";
+$a->strings["Drop element"] = "Удалить элемент";
+$a->strings["New element"] = "Новый элемент";
+$a->strings["Edit this menu container"] = "";
+$a->strings["Add menu element"] = "Добавить элемент меню";
+$a->strings["Delete this menu item"] = "Удалить элемент меню";
+$a->strings["Edit this menu item"] = "Редактировать элемент меню";
+$a->strings["New Menu Element"] = "Новый элемент меню";
+$a->strings["Menu Item Permissions"] = "";
+$a->strings["(click to open/close)"] = "(нажмите, чтобы открыть / закрыть)";
+$a->strings["Link text"] = "Текст ссылки";
+$a->strings["URL of link"] = "";
+$a->strings["Use Red magic-auth if available"] = "";
+$a->strings["Open link in new window"] = "";
+$a->strings["Order in list"] = "";
+$a->strings["Higher numbers will sink to bottom of listing"] = "";
+$a->strings["Create"] = "Создать";
+$a->strings["Menu item not found."] = "Элемент меню не найден.";
+$a->strings["Menu item deleted."] = "Элемент меню удален.";
+$a->strings["Menu item could not be deleted."] = "";
+$a->strings["Edit Menu Element"] = "Редактировать элемент меню";
+$a->strings["Modify"] = "Изменить";
+$a->strings["sent you a private message"] = "отправил вам личное сообщение";
+$a->strings["added your channel"] = "добавил ваш канал";
+$a->strings["posted an event"] = "";
+$a->strings["network"] = "";
$a->strings["Theme settings updated."] = "Настройки темы обновленны.";
$a->strings["Site"] = "Сайт";
-$a->strings["Users"] = "Пользователи";
+$a->strings["Accounts"] = "Пользователи";
+$a->strings["Channels"] = "Каналы";
$a->strings["Plugins"] = "Плагины";
$a->strings["Themes"] = "Темы";
-$a->strings["Server"] = "Сервер";
-$a->strings["DB updates"] = "Обновления базы данных";
+$a->strings["Server"] = "Серверы";
+$a->strings["DB updates"] = "Обновление базы данных";
$a->strings["Logs"] = "Журналы";
$a->strings["Plugin Features"] = "Функции плагинов";
$a->strings["User registrations waiting for confirmation"] = "Регистрации пользователей, которые ждут подтверждения";
@@ -1024,19 +867,20 @@ $a->strings["Active plugins"] = "Активные плагины";
$a->strings["Site settings updated."] = "Настройки сайта обновлены.";
$a->strings["No special theme for mobile devices"] = "Нет специальной темы для мобильных устройств";
$a->strings["No special theme for accessibility"] = "";
-$a->strings["Closed"] = "Регистрация закрыта";
-$a->strings["Requires approval"] = "Регистрация требует подтверждения";
-$a->strings["Open"] = "Регистрация открыта";
-$a->strings["Private"] = "Личный доступ";
-$a->strings["Paid Access"] = "Платный доступ";
-$a->strings["Free Access"] = "Свободный доступ";
-$a->strings["Tiered Access"] = "";
+$a->strings["No"] = "Нет";
+$a->strings["Yes - with approval"] = "";
+$a->strings["Yes"] = "Да";
+$a->strings["My site is not a public server"] = "";
+$a->strings["My site has paid access only"] = "";
+$a->strings["My site has free access only"] = "";
+$a->strings["My site offers free accounts with optional paid upgrades"] = "";
$a->strings["Registration"] = "Регистрация";
$a->strings["File upload"] = "Загрузка файла";
$a->strings["Policies"] = "Правила";
-$a->strings["Advanced"] = "Дополнительно";
$a->strings["Site name"] = "Название сайта";
$a->strings["Banner/Logo"] = "Баннер / логотип";
+$a->strings["Administrator Information"] = "";
+$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "";
$a->strings["System language"] = "Язык системы";
$a->strings["System theme"] = "Тема системы";
$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "";
@@ -1048,20 +892,22 @@ $a->strings["Channel to use for this website's static pages"] = "";
$a->strings["Site Channel"] = "Канал сайта";
$a->strings["Maximum image size"] = "Максимальный размер";
$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "";
-$a->strings["Register policy"] = "Статус регистрации";
-$a->strings["Access policy"] = "Правила доступа";
+$a->strings["Does this site allow new member registration?"] = "";
+$a->strings["Which best describes the types of account offered by this hub?"] = "";
$a->strings["Register text"] = "Текст регистрации";
$a->strings["Will be displayed prominently on the registration page."] = "";
$a->strings["Accounts abandoned after x days"] = "";
$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "";
-$a->strings["Allowed friend domains"] = "";
+$a->strings["Allowed friend domains"] = "Разрешенные домены друзей";
$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "";
-$a->strings["Allowed email domains"] = "";
+$a->strings["Allowed email domains"] = "Разрешенные домены электронной почты";
$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"] = "";
$a->strings["Block public"] = "Блокировать публичный доступ";
$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "";
$a->strings["Force publish"] = "Заставить публиковать";
$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "";
+$a->strings["Disable discovery tab"] = "Отключить вкладку \"обнаруженные\"";
+$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "";
$a->strings["No login on Homepage"] = "";
$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)."] = "";
$a->strings["Proxy user"] = "Proxy пользователь";
@@ -1102,19 +948,42 @@ $a->strings["Account not found"] = "Аккаунт не найден";
$a->strings["User '%s' deleted"] = "Пользователь '%s' удален";
$a->strings["User '%s' unblocked"] = "Пользователь '%s' разрешен";
$a->strings["User '%s' blocked"] = "Пользователь '%s' заблокирован";
+$a->strings["Users"] = "Пользователи";
$a->strings["select all"] = "выбрать все";
$a->strings["User registrations waiting for confirm"] = "Регистрации пользователей ждут подтверждения";
$a->strings["Request date"] = "Дата запроса";
-$a->strings["Name"] = "Имя";
$a->strings["No registrations."] = "Новых регистраций пока нет.";
$a->strings["Approve"] = "Утвердить";
$a->strings["Deny"] = "Запретить";
+$a->strings["Block"] = "Заблокировать";
+$a->strings["Unblock"] = "Разрешить";
$a->strings["Register date"] = "Дата регистрации";
$a->strings["Last login"] = "Последний вход";
$a->strings["Expires"] = "";
$a->strings["Service Class"] = "Класс службы";
$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
$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?"] = "";
+$a->strings["%s channel censored/uncensored"] = array(
+ 0 => "",
+ 1 => "",
+ 2 => "",
+);
+$a->strings["%s channel deleted"] = array(
+ 0 => "%s канал удален",
+ 1 => "%s канала удалены",
+ 2 => "%s каналы удалены",
+);
+$a->strings["Channel not found"] = "";
+$a->strings["Channel '%s' deleted"] = "";
+$a->strings["Channel '%s' uncensored"] = "";
+$a->strings["Channel '%s' censored"] = "";
+$a->strings["Censor"] = "";
+$a->strings["Uncensor"] = "";
+$a->strings["UID"] = "";
+$a->strings["Name"] = "Имя";
+$a->strings["Address"] = "Адрес";
+$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?"] = "";
+$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?"] = "";
$a->strings["Plugin %s disabled."] = "Плагин %s отключен.";
$a->strings["Plugin %s enabled."] = "Плагин %s включен.";
$a->strings["Disable"] = "Запретить";
@@ -1132,148 +1001,42 @@ $a->strings["Debugging"] = "Включить/Выключить";
$a->strings["Log file"] = "Файл журнала";
$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Должна быть доступна для записи веб-сервером. Относительно верхнего уровня веб-сайта.";
$a->strings["Log level"] = "Уровень журнала";
-$a->strings["Menu not found."] = "Меню не найдено.";
-$a->strings["Menu element updated."] = "Меню обновлено.";
-$a->strings["Unable to update menu element."] = "";
-$a->strings["Menu element added."] = "Элемент меню добавлен.";
-$a->strings["Unable to add menu element."] = "";
-$a->strings["Not found."] = "Не найдено.";
-$a->strings["Manage Menu Elements"] = "";
-$a->strings["Edit menu"] = "Редактировать меню";
-$a->strings["Edit element"] = "Редактировать элемент";
-$a->strings["Drop element"] = "Удалить элемент";
-$a->strings["New element"] = "Новый элемент";
-$a->strings["Edit this menu container"] = "";
-$a->strings["Add menu element"] = "Добавить элемент меню";
-$a->strings["Delete this menu item"] = "";
-$a->strings["Edit this menu item"] = "";
-$a->strings["New Menu Element"] = "Новый элемент меню";
-$a->strings["Menu Item Permissions"] = "";
-$a->strings["(click to open/close)"] = "(нажмите, чтобы открыть / закрыть)";
-$a->strings["Link text"] = "Текст ссылки";
-$a->strings["URL of link"] = "";
-$a->strings["Use Red magic-auth if available"] = "";
-$a->strings["Open link in new window"] = "";
-$a->strings["Order in list"] = "";
-$a->strings["Higher numbers will sink to bottom of listing"] = "";
-$a->strings["Create"] = "Создать";
-$a->strings["Menu item not found."] = "Элемент меню не найден.";
-$a->strings["Menu item deleted."] = "";
-$a->strings["Menu item could not be deleted."] = "";
-$a->strings["Edit Menu Element"] = "Редактировать элемент меню";
-$a->strings["Modify"] = "";
-$a->strings["Collection created."] = "Коллекция создана.";
-$a->strings["Could not create collection."] = "Не удалось создать коллекцию.";
-$a->strings["Collection updated."] = "";
-$a->strings["Create a collection of channels."] = "Создать коллекцию контактов";
-$a->strings["Collection Name: "] = "Название коллекции:";
-$a->strings["Members are visible to other channels"] = "";
-$a->strings["Collection removed."] = "Коллекция удалена.";
-$a->strings["Unable to remove collection."] = "Невозможно удалить коллекцию.";
-$a->strings["Collection Editor"] = "Редактор коллекций";
-$a->strings["Members"] = "Участники";
-$a->strings["All Connected Channels"] = "Все подключенные контакы";
-$a->strings["Click on a channel to add or remove."] = "";
-$a->strings["Page owner information could not be retrieved."] = "";
-$a->strings["Album not found."] = "Альбом не найден.";
-$a->strings["Delete Album"] = "Удалить альбом";
-$a->strings["Delete Photo"] = "Удалить фотографию";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s добавил тег в %2\$s на %3\$s";
-$a->strings["a photo"] = "фотография";
-$a->strings["No photos selected"] = "Никакие фотографии не выбраны";
-$a->strings["Access to this item is restricted."] = "Доступ к этому элементу ограничен.";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "";
-$a->strings["You have used %1$.2f Mbytes of photo storage."] = "";
-$a->strings["Upload Photos"] = "Загрузить фотографии";
-$a->strings["New album name: "] = "Название нового альбома:";
-$a->strings["or existing album name: "] = "или существующий альбом:";
-$a->strings["Do not show a status post for this upload"] = "";
-$a->strings["Permissions"] = "Разрешения";
-$a->strings["Contact Photos"] = "Фотографии контакта";
-$a->strings["Edit Album"] = "Редактировать Фотоальбом";
-$a->strings["Show Newest First"] = "Показать новые первыми";
-$a->strings["Show Oldest First"] = "Показать старые первыми";
-$a->strings["View Photo"] = "Посмотреть фотографию";
-$a->strings["Permission denied. Access to this item may be restricted."] = "";
-$a->strings["Photo not available"] = "Фотография не доступна";
-$a->strings["Use as profile photo"] = "Использовать в качестве фотографии профиля";
-$a->strings["View Full Size"] = "Посмотреть в полный размер";
-$a->strings["Edit photo"] = "Редактировать фотографию";
-$a->strings["Rotate CW (right)"] = "Повернуть CW (направо)";
-$a->strings["Rotate CCW (left)"] = "Повернуть CCW (налево)";
-$a->strings["New album name"] = "Новое название альбома:";
-$a->strings["Caption"] = "Подпись";
-$a->strings["Add a Tag"] = "Добавить тег";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Например: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
-$a->strings["View Album"] = "Посмотреть фотоальбом";
-$a->strings["Recent Photos"] = "Последние фотографии";
-$a->strings["- select -"] = "- выбрать -";
-$a->strings["Menu updated."] = "Меню обновлено.";
-$a->strings["Unable to update menu."] = "Невозможно обновление меню.";
-$a->strings["Menu created."] = "Меню создано.";
-$a->strings["Unable to create menu."] = "Невозможно создать меню.";
-$a->strings["Manage Menus"] = "Управление меню";
-$a->strings["Drop"] = "Удалить";
-$a->strings["Create a new menu"] = "Создать новое меню";
-$a->strings["Delete this menu"] = "Удалить это меню";
-$a->strings["Edit menu contents"] = "Редактировать содержание меню";
-$a->strings["Edit this menu"] = "Редактировать это меню";
-$a->strings["New Menu"] = "Новое меню";
-$a->strings["Menu name"] = "Название меню";
-$a->strings["Must be unique, only seen by you"] = "";
-$a->strings["Menu title"] = "Название меню";
-$a->strings["Menu title as seen by others"] = "";
-$a->strings["Menu deleted."] = "Меню удалено.";
-$a->strings["Menu could not be deleted."] = "";
-$a->strings["Edit Menu"] = "Редактировать меню";
-$a->strings["Add or remove entries to this menu"] = "";
-$a->strings["Welcome to %s"] = "Добро пожаловать в %s";
-$a->strings["Age: "] = "Возраст:";
-$a->strings["Gender: "] = "Пол:";
-$a->strings["Finding:"] = "Поиск:";
-$a->strings["next page"] = "следующая страница";
-$a->strings["previous page"] = "предыдущая страница";
-$a->strings["No entries (some entries may be hidden)."] = "";
-$a->strings["Blocked"] = "Заблокированные";
-$a->strings["Ignored"] = "Игнорируемые";
-$a->strings["Hidden"] = "Скрытые";
-$a->strings["Archived"] = "Зархивированные";
-$a->strings["All"] = "Все";
-$a->strings["Suggest new connections"] = "Предлагать новые контакты";
-$a->strings["Show pending (new) connections"] = "Просмотр (новых) ждущих контактов";
-$a->strings["All Connections"] = "Все контакты";
-$a->strings["Show all connections"] = "Просмотр всех контактов";
-$a->strings["Unblocked"] = "Разрешенные";
-$a->strings["Only show unblocked connections"] = "Показать только разрешенные контакты";
-$a->strings["Only show blocked connections"] = "Показать только заблокированные контакты";
-$a->strings["Only show ignored connections"] = "Показать только проигнорированные контакты";
-$a->strings["Only show archived connections"] = "Показать только архивированные контакты";
-$a->strings["Only show hidden connections"] = "Показать только скрытые контакты";
-$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
-$a->strings["Edit contact"] = "Редактировать контакт";
-$a->strings["Search your connections"] = "Поиск ваших связей";
-$a->strings["Finding: "] = "Поиск:";
-$a->strings["Layout Help"] = "";
-$a->strings["Help with this feature"] = "";
-$a->strings["Layout Name"] = "";
-$a->strings["Help:"] = "Помощь:";
-$a->strings["Not Found"] = "Не найдено";
-$a->strings["Remote Authentication"] = "Удаленная аутентификация";
-$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Введите адрес вашего канала (например: channel@example.com)";
-$a->strings["Authenticate"] = "Проверка подлинности";
-$a->strings["No such group"] = "Нет такой группы";
-$a->strings["Search Results For:"] = "Результаты поиска для:";
-$a->strings["Collection is empty"] = "Коллекция пуста";
-$a->strings["Collection: "] = "Коллекции: ";
-$a->strings["Connection: "] = "Контакты: ";
-$a->strings["Invalid connection."] = "";
-$a->strings["Channel added."] = "Контакт добавлен.";
+$a->strings["Poke/Prod"] = "";
+$a->strings["poke, prod or do other things to somebody"] = "";
+$a->strings["Recipient"] = "Получатель";
+$a->strings["Choose what you wish to do to recipient"] = "";
+$a->strings["Make this post private"] = "Сделать это сообщение личным";
+$a->strings["Authorize application connection"] = "";
+$a->strings["Return to your app and insert this Securty Code:"] = "";
+$a->strings["Please login to continue."] = "Пожалуйста, войдите, чтобы продолжить.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "";
$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "";
-$a->strings["Welcome %s. Remote authentication successful."] = "";
-$a->strings["This site is not a directory server"] = "Этот сайт не является сервером каталога";
-$a->strings["Remote privacy information not available."] = "";
-$a->strings["Visible to:"] = "Кому видно:";
-$a->strings["Hub not found."] = "Hub не найден.";
+$a->strings["Welcome %s. Remote authentication successful."] = "Добро пожаловать %s. Удаленная аутентификация успешно завершена.";
+$a->strings["Item not available."] = "Элемент недоступен.";
+$a->strings["Fetching URL returns error: %1\$s"] = "";
+$a->strings["Invalid item."] = "Недействительный элемент.";
+$a->strings["Channel not found."] = "Канал не найден.";
+$a->strings["Page not found."] = "Страница не найдена.";
+$a->strings["Image uploaded but image cropping failed."] = "";
+$a->strings["Image resize failed."] = "Изменение размера изображения не удалось.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "";
+$a->strings["Image exceeds size limit of %d"] = "";
+$a->strings["Unable to process image."] = "Невозможно обработать изображение.";
+$a->strings["Photo not available."] = "Фотография не доступна.";
+$a->strings["Upload File:"] = "Загрузить файл:";
+$a->strings["Select a profile:"] = "Выберите профиль:";
+$a->strings["Upload Profile Photo"] = "Загрузить фотографию профиля";
+$a->strings["Upload"] = "Загрузка";
+$a->strings["or"] = "или";
+$a->strings["skip this step"] = "пропустить этот шаг";
+$a->strings["select a photo from your photo albums"] = "";
+$a->strings["Crop Image"] = "Обрезать изображение";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "";
+$a->strings["Done Editing"] = "Закончить редактирование";
+$a->strings["Image uploaded successfully."] = "Загрузка изображениея прошла успешно.";
+$a->strings["Image upload failed."] = "Загрузка изображениея прошла безуспешно.";
+$a->strings["Image size reduction [%s] failed."] = "";
+$a->strings["Block Name"] = "";
$a->strings["Profile not found."] = "Профиль не найден.";
$a->strings["Profile deleted."] = "Профиль удален.";
$a->strings["Profile-"] = "Профиль-";
@@ -1282,8 +1045,8 @@ $a->strings["Profile unavailable to clone."] = "Профиль недоступ
$a->strings["Profile Name is required."] = "Имя профиля требуется.";
$a->strings["Marital Status"] = "Семейное положение";
$a->strings["Romantic Partner"] = "Романтический партнер";
-$a->strings["Likes"] = "мне нравиться";
-$a->strings["Dislikes"] = "мне не-нравиться";
+$a->strings["Likes"] = "нравится";
+$a->strings["Dislikes"] = "не-нравится";
$a->strings["Work/Employment"] = "Работа / Занятость";
$a->strings["Religion"] = "Религия";
$a->strings["Political Views"] = "Политические взгляды";
@@ -1291,10 +1054,9 @@ $a->strings["Gender"] = "Пол";
$a->strings["Sexual Preference"] = "Сексуальная ориентация";
$a->strings["Homepage"] = "Домашняя страница";
$a->strings["Interests"] = "Интересы";
-$a->strings["Address"] = "Адрес";
$a->strings["Location"] = "Место";
$a->strings["Profile updated."] = "Профиль обновлен.";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Скрывать от просмотра ваш список контактов/друзей в этом профиле?";
$a->strings["Edit Profile Details"] = "Редактирование профиля";
$a->strings["View this profile"] = "Посмотреть этот профиль";
$a->strings["Change Profile Photo"] = "Изменить фотографию профиля";
@@ -1332,76 +1094,210 @@ $a->strings["Love/romance"] = "Любовь / Романс";
$a->strings["Work/employment"] = "Работа / Занятость";
$a->strings["School/education"] = "Школа / образование";
$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "";
+$a->strings["Age: "] = "Возраст:";
$a->strings["Edit/Manage Profiles"] = "Редактирование / Управление профилей";
$a->strings["Add profile things"] = "";
$a->strings["Include desirable objects in your profile"] = "";
-$a->strings["Add a Channel"] = "Добавить контакт";
-$a->strings["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, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "";
-$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "";
-$a->strings["Choose a short nickname"] = "Выберите короткий псевдоним";
-$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "";
-$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "";
-$a->strings["Permission Denied."] = "Доступ запрещен.";
-$a->strings["File not found."] = "Файл не найден.";
-$a->strings["Edit file permissions"] = "Редактировать разрешения файла";
-$a->strings["Include all files and sub folders"] = "";
-$a->strings["Return to file list"] = "";
-$a->strings["Copy/paste this code to attach file to a post"] = "";
-$a->strings["Copy/paste this URL to link file from a web page"] = "";
-$a->strings["Download"] = "";
-$a->strings["Used: "] = "";
-$a->strings["[directory]"] = "";
-$a->strings["Limit: "] = "Предел: ";
-$a->strings["No valid account found."] = "Действительный аккаунт не найден.";
-$a->strings["Password reset request issued. Check your email."] = "";
-$a->strings["Site Member (%s)"] = "Участник сайта (%s)";
-$a->strings["Password reset requested at %s"] = "Требуется сброс пароля на %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "";
-$a->strings["Password Reset"] = "Сбросить пароль";
-$a->strings["Your password has been reset as requested."] = "";
-$a->strings["Your new password is"] = "Ваш новый пароль";
-$a->strings["Save or copy your new password - and then"] = "";
-$a->strings["click here to login"] = "нажмите здесь чтобы выйти";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "";
-$a->strings["Your password has changed at %s"] = "Пароль изменен на %s";
-$a->strings["Forgot your Password?"] = "Забыли пароль или логин?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "";
-$a->strings["Email Address"] = "Адрес электронной почты";
-$a->strings["Reset"] = "Сброс";
-$a->strings["Nothing to import."] = "Ничего импортировать.";
-$a->strings["Unable to download data from old server"] = "Невозможно загрузить данные из старого сервера";
-$a->strings["Imported file is empty."] = "Импортированный файл пуст.";
-$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "";
-$a->strings["Channel clone failed. Import failed."] = "";
-$a->strings["Cloned channel not found. Import failed."] = "";
-$a->strings["Import completed."] = "Импорт завершен.";
-$a->strings["You must be logged in to use this feature."] = "Вы должны войти в систему, чтобы использовать эту функцию.";
-$a->strings["Import Channel"] = "Импорт канала";
-$a->strings["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 or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = "";
-$a->strings["File to Upload"] = "Файл для загрузки";
-$a->strings["Or provide the old server/hub details"] = "";
-$a->strings["Your old identity address (xyz@example.com)"] = "";
-$a->strings["Your old login email address"] = "Ваш старый адрес электронной почты";
-$a->strings["Your old login password"] = "Ваш старый пароль";
-$a->strings["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 able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "";
-$a->strings["Make this hub my primary location"] = "";
-$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "";
-$a->strings["Create a new channel"] = "Создать новый канал";
-$a->strings["Channel Manager"] = "Настройки канала";
-$a->strings["Current Channel"] = "Текущий канал";
-$a->strings["Attach to one of your channels by selecting it."] = "";
-$a->strings["Default Channel"] = "Канал по умолчанию";
-$a->strings["Make Default"] = "Сделать стандартным";
-$a->strings["Total votes"] = "";
-$a->strings["Average Rating"] = "";
-$a->strings["Profile Match"] = "";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "";
-$a->strings["is interested in:"] = "заинтересован в:";
-$a->strings["No matches"] = "Нет соответствий";
-$a->strings["invalid target signature"] = "";
+$a->strings["Bookmark added"] = "";
+$a->strings["My Bookmarks"] = "Мои закладки";
+$a->strings["My Connections Bookmarks"] = "Закладки моих контактов";
+$a->strings["Invalid profile identifier."] = "";
+$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля";
+$a->strings["Click on a contact to add or remove."] = "Нажмите на канал, чтобы добавить или удалить.";
+$a->strings["Visible To"] = "Видно";
+$a->strings["All Connections"] = "Все контакты";
+$a->strings["Public Sites"] = "";
+$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "";
+$a->strings["Site URL"] = "URL веб-сайта";
+$a->strings["Access Type"] = "";
+$a->strings["Registration Policy"] = "Правила регистрации";
+$a->strings["You must be logged in to see this page."] = "";
+$a->strings["Insufficient permissions. Request redirected to profile page."] = "";
+$a->strings["Select a bookmark folder"] = "";
+$a->strings["Save Bookmark"] = "";
+$a->strings["URL of bookmark"] = "";
+$a->strings["Description"] = "";
+$a->strings["Or enter new bookmark folder name"] = "";
+$a->strings["Room not found"] = "";
+$a->strings["Leave Room"] = "";
+$a->strings["Delete This Room"] = "";
+$a->strings["I am away right now"] = "";
+$a->strings["I am online"] = "";
+$a->strings["Bookmark this room"] = "";
+$a->strings["New Chatroom"] = "Новый чат";
+$a->strings["Chatroom Name"] = "Название чата";
+$a->strings["%1\$s's Chatrooms"] = "Чаты пользователя %1\$s";
+$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "";
+$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "";
+$a->strings["Passwords do not match."] = "Пароли не совпадают.";
+$a->strings["Registration successful. Please check your email for validation instructions."] = "";
+$a->strings["Your registration is pending approval by the site owner."] = "";
+$a->strings["Your registration can not be processed."] = "Ваша регистрация не может быть обработана.";
+$a->strings["Registration on this site/hub is by approval only."] = "";
+$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "";
+$a->strings["Terms of Service"] = "";
+$a->strings["I accept the %s for this website"] = "";
+$a->strings["I am over 13 years of age and accept the %s for this website"] = "";
+$a->strings["Membership on this site is by invitation only."] = "";
+$a->strings["Please enter your invitation code"] = "";
+$a->strings["Your email address"] = "Ваш адрес электронной почты";
+$a->strings["Choose a password"] = "Выберите пароль";
+$a->strings["Please re-enter your password"] = "Пожалуйста, введите пароль еще раз";
+$a->strings["Away"] = "";
+$a->strings["Online"] = "";
+$a->strings["Please login."] = "Войдите пожалуйста.";
+$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "";
+$a->strings["Remove This Channel"] = "Удалить этот канал";
+$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "";
+$a->strings["Please enter your password for verification:"] = "Пожалуйста, введите пароль для проверки:";
+$a->strings["Remove this channel and all its clones from the network"] = "";
+$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "";
+$a->strings["Remove Channel"] = "";
+$a->strings["No channel."] = "Не канал.";
+$a->strings["Common connections"] = "Общие контакты";
+$a->strings["No connections in common."] = "Общих контактов нет.";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "";
+$a->strings["The error message was:"] = "";
+$a->strings["Authentication failed."] = "";
+$a->strings["Remote Authentication"] = "Удаленная аутентификация";
+$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Введите адрес вашего канала (например: channel@example.com)";
+$a->strings["Authenticate"] = "Проверка подлинности";
+$a->strings["Continue"] = "Продолжить";
+$a->strings["Premium Channel Setup"] = "Установка премиум канала";
+$a->strings["Enable premium channel connection restrictions"] = "";
+$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "";
+$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "";
+$a->strings["Potential connections will then see the following text before proceeding:"] = "";
+$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "";
+$a->strings["(No specific instructions have been provided by the channel owner.)"] = "";
+$a->strings["Restricted or Premium Channel"] = "";
+$a->strings["No such group"] = "Нет такой группы";
+$a->strings["Search Results For:"] = "Результаты поиска для:";
+$a->strings["Collection is empty"] = "Коллекция пуста";
+$a->strings["Collection: "] = "Коллекции: ";
+$a->strings["Connection: "] = "Контакты: ";
+$a->strings["Invalid connection."] = "";
+$a->strings["Could not access contact record."] = "";
+$a->strings["Could not locate selected profile."] = "";
+$a->strings["Connection updated."] = "Связи обновленны.";
+$a->strings["Failed to update connection record."] = "";
+$a->strings["Blocked"] = "Заблокированные";
+$a->strings["Ignored"] = "Игнорируемые";
+$a->strings["Hidden"] = "Скрытые";
+$a->strings["Archived"] = "Зархивированные";
+$a->strings["All"] = "Все";
+$a->strings["Unconnected"] = "";
+$a->strings["Suggest new connections"] = "Предлагать новые контакты";
+$a->strings["New Connections"] = "Новые контакты";
+$a->strings["Show pending (new) connections"] = "Просмотр (новых) ждущих контактов";
+$a->strings["Show all connections"] = "Просмотр всех контактов";
+$a->strings["Unblocked"] = "Разрешенные";
+$a->strings["Only show unblocked connections"] = "Показать только разрешенные контакты";
+$a->strings["Only show blocked connections"] = "Показать только заблокированные контакты";
+$a->strings["Only show ignored connections"] = "Показать только проигнорированные контакты";
+$a->strings["Only show archived connections"] = "Показать только архивированные контакты";
+$a->strings["Only show hidden connections"] = "Показать только скрытые контакты";
+$a->strings["Only show one-way connections"] = "";
+$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
+$a->strings["Edit contact"] = "Редактировать контакт";
+$a->strings["Search your connections"] = "Поиск ваших связей";
+$a->strings["Finding: "] = "Поиск:";
+$a->strings["Edit post"] = "Редактировать сообщение";
+$a->strings["Could not access address book record."] = "";
+$a->strings["Refresh failed - channel is currently unavailable."] = "";
+$a->strings["Channel has been unblocked"] = "Канал разблокирован";
+$a->strings["Channel has been blocked"] = "Канал заблокирован";
+$a->strings["Unable to set address book parameters."] = "";
+$a->strings["Channel has been unignored"] = "Канал не проигнорирован";
+$a->strings["Channel has been ignored"] = "Канал проигнорирован";
+$a->strings["Channel has been unarchived"] = "Канал разархивирован";
+$a->strings["Channel has been archived"] = "Канал заархивирован";
+$a->strings["Channel has been unhidden"] = "Канал открыт";
+$a->strings["Channel has been hidden"] = "Канал скрыт";
+$a->strings["Channel has been approved"] = "Канал одобрен";
+$a->strings["Channel has been unapproved"] = "Канал не одобрен";
+$a->strings["Connection has been removed."] = "";
+$a->strings["View %s's profile"] = "Просмотр %s's профиля";
+$a->strings["Refresh Permissions"] = "Обновить разрешения";
+$a->strings["Fetch updated permissions"] = "";
+$a->strings["Recent Activity"] = "";
+$a->strings["View recent posts and comments"] = "";
+$a->strings["Block or Unblock this connection"] = "Запретить или разрешить этот канал";
+$a->strings["Unignore"] = "Не игнорировать";
+$a->strings["Ignore"] = "Игнорировать";
+$a->strings["Ignore or Unignore this connection"] = "Игнорировать или не игнорировать этот канал";
+$a->strings["Unarchive"] = "Разархивировать";
+$a->strings["Archive"] = "Заархивировать";
+$a->strings["Archive or Unarchive this connection"] = " Заархивировать или разархивировать этот канал";
+$a->strings["Unhide"] = "Показать";
+$a->strings["Hide"] = "Скрыть";
+$a->strings["Hide or Unhide this connection"] = "Скрыть или показывать этот канал";
+$a->strings["Delete this connection"] = "Удалить этот контакт";
+$a->strings["Approve this connection"] = "Утвердить этот контакт";
+$a->strings["Accept connection to allow communication"] = "";
+$a->strings["Automatic Permissions Settings"] = "Настройки автоматических разрешений";
+$a->strings["Connections: settings for %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."] = "";
+$a->strings["Slide to adjust your degree of friendship"] = "";
+$a->strings["inherited"] = "унаследованный";
+$a->strings["Connection has no individual permissions!"] = "";
+$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\"."] = "";
+$a->strings["Profile Visibility"] = "Видимость профиля";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "";
+$a->strings["Contact Information / Notes"] = "Информация / Примечания о канале";
+$a->strings["Edit contact notes"] = "Редактировать примечания канала";
+$a->strings["Their Settings"] = "Их настройки";
+$a->strings["My Settings"] = "Мои настройки";
+$a->strings["Clear/Disable Automatic Permissions"] = "";
+$a->strings["Forum Members"] = "Участники форума";
+$a->strings["Soapbox"] = "Soapbox";
+$a->strings["Full Sharing (typical social network permissions)"] = "";
+$a->strings["Cautious Sharing "] = "";
+$a->strings["Follow Only"] = "Только следовать";
+$a->strings["Individual Permissions"] = "Индивидуальные разрешения";
+$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."] = "";
+$a->strings["Advanced Permissions"] = "Дополнительные разрешения";
+$a->strings["Simple Permissions (select one and submit)"] = "";
+$a->strings["Visit %s's profile - %s"] = "Посетить %s's ​​профиль - %s";
+$a->strings["Block/Unblock contact"] = "Запретить/разрешить контакт";
+$a->strings["Ignore contact"] = "Игнорировать контакт";
+$a->strings["Repair URL settings"] = "Ремонт настройки URL";
+$a->strings["View conversations"] = "Просмотр разговоров";
+$a->strings["Delete contact"] = "Удалить контакт";
+$a->strings["Last update:"] = "Последнее обновление:";
+$a->strings["Update public posts"] = "Обновить публичные сообщения";
+$a->strings["Update now"] = "Обновить сейчас";
+$a->strings["Currently blocked"] = "В настоящее время заблокирован";
+$a->strings["Currently ignored"] = "В настоящее время игнорируются";
+$a->strings["Currently archived"] = "В настоящее время зархивированны";
+$a->strings["Currently pending"] = "В настоящее время в ожидании";
+$a->strings["Hide this contact from others"] = "Скрыть этот канал от других";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "";
+$a->strings["No potential page delegates located."] = "";
+$a->strings["Delegate Page Management"] = "";
+$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "";
+$a->strings["Existing Page Managers"] = "";
+$a->strings["Existing Page Delegates"] = "";
+$a->strings["Potential Delegates"] = "";
+$a->strings["Remove"] = "Удалить";
+$a->strings["Add"] = "Добавить";
+$a->strings["No entries."] = "Нет записей.";
+$a->strings["Public access denied."] = "Общественный доступ запрещен.";
+$a->strings["Gender: "] = "Пол:";
+$a->strings["Finding:"] = "Поиск:";
+$a->strings["next page"] = "следующая страница";
+$a->strings["previous page"] = "предыдущая страница";
+$a->strings["No entries (some entries may be hidden)."] = "";
+$a->strings["Status: "] = "";
+$a->strings["Sexual Preference: "] = "Сексуальная ориентация:";
+$a->strings["Homepage: "] = "Домашняя страница:";
+$a->strings["Hometown: "] = "Город проживания:";
+$a->strings["About: "] = "О себе:";
+$a->strings["Keywords: "] = "Ключевые слова:";
+$a->strings["This site is not a directory server"] = "Этот сайт не является сервером каталога";
$a->strings["Name is required"] = "Необходимо имя";
$a->strings["Key and Secret are required"] = "";
-$a->strings["Update"] = "Обновление";
$a->strings["Passwords do not match. Password unchanged."] = "Пароли не совпадают. Пароль не изменён.";
$a->strings["Empty passwords are not allowed. Password unchanged."] = "Пустые пароли не допускаются. Пароль не изменён.";
$a->strings["Password changed."] = "Пароль изменен.";
@@ -1438,6 +1334,7 @@ $a->strings["Off"] = "Выкл.";
$a->strings["On"] = "Вкл.";
$a->strings["Additional Features"] = "Дополнительные функции";
$a->strings["Connector Settings"] = "Настройки соединителя";
+$a->strings["%s - (Experimental)"] = "";
$a->strings["Display Settings"] = "Настройки отображения";
$a->strings["Display Theme:"] = "Тема отображения:";
$a->strings["Mobile Theme:"] = "Мобильная тема отображения:";
@@ -1446,42 +1343,51 @@ $a->strings["Minimum of 10 seconds, no maximum"] = "Минимум 10 секун
$a->strings["Maximum number of conversations to load at any time:"] = "";
$a->strings["Maximum of 100 items"] = "Максимум 100 элементов";
$a->strings["Don't show emoticons"] = "Не показывать emoticons";
+$a->strings["System Page Layout Editor - (advanced)"] = "";
$a->strings["Nobody except yourself"] = "Никто, кроме вас";
$a->strings["Only those you specifically allow"] = "Только комы вы разрешили";
$a->strings["Anybody in your address book"] = "Любой в вашей адресной книге";
$a->strings["Anybody on this website"] = "Любой на этом веб-сайте";
$a->strings["Anybody in this network"] = "Любой в этой сети";
+$a->strings["Anybody authenticated"] = "";
$a->strings["Anybody on the internet"] = "Любой в интернете";
$a->strings["Publish your default profile in the network directory"] = "Публикация вашего профиля по умолчанию в каталоге сети";
$a->strings["Allow us to suggest you as a potential friend to new members?"] = "";
-$a->strings["or"] = "или";
-$a->strings["Your channel address is"] = "Адрес вашего канала:";
+$a->strings["Your channel address is"] = "Адрес канала:";
$a->strings["Channel Settings"] = "Настройки канала";
$a->strings["Basic Settings"] = "Основные настройки";
-$a->strings["Your Timezone:"] = "Ваш часовой пояс:";
+$a->strings["Your Timezone:"] = "Часовой пояс:";
$a->strings["Default Post Location:"] = "Откуда по умолчанию:";
-$a->strings["Use Browser Location:"] = "Используйте указание браузерa:";
-$a->strings["Adult Content"] = "";
-$a->strings["This channel publishes adult content."] = "";
+$a->strings["Geographical location to display on your posts"] = "";
+$a->strings["Use Browser Location:"] = "Использовать указание браузерa:";
+$a->strings["Adult Content"] = "Содержимое для взрослых";
+$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "";
$a->strings["Security and Privacy Settings"] = "Параметры безопасности и конфиденциальности";
-$a->strings["Quick Privacy Settings:"] = "Быстрые параметры безопасности и конфиденциальности:";
-$a->strings["Very Public - extremely permissive"] = "Очень публично - чрезвычайно разрешающе";
-$a->strings["Typical - default public, privacy when desired"] = "Типично - по умолчанию публично, конфиденциальность, только если настроена";
-$a->strings["Private - default private, rarely open or public"] = "Частно - по умолчанию частно, редко открыто или публично";
-$a->strings["Blocked - default blocked to/from everybody"] = "Заблокированно - по умолчанию заблокировано для/от всех";
+$a->strings["Hide my online presence"] = "Скрыть мое присутствие";
+$a->strings["Prevents displaying in your profile that you are online"] = "Предотвращает показ в вашем профиле, что вы онлайн";
+$a->strings["Simple Privacy Settings:"] = "Быстрые настройки:";
+$a->strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = "";
+$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "";
+$a->strings["Private - <em>default private, never open or public</em>"] = "";
+$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "";
+$a->strings["Allow others to tag your posts"] = "";
+$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "";
+$a->strings["Advanced Privacy Settings"] = "Дополнительные настройки";
+$a->strings["Expire other channel content after this many days"] = "";
+$a->strings["0 or blank prevents expiration"] = "";
$a->strings["Maximum Friend Requests/Day:"] = "";
-$a->strings["May reduce spam activity"] = "";
-$a->strings["Default Post Permissions"] = "";
+$a->strings["May reduce spam activity"] = "Может уменьшить активность спам";
+$a->strings["Default Post Permissions"] = "Настройки по умолчанию";
$a->strings["Maximum private messages per day from unknown people:"] = "";
-$a->strings["Useful to reduce spamming"] = "";
+$a->strings["Useful to reduce spamming"] = "Полезно для уменьшения активности спам";
$a->strings["Notification Settings"] = "Настройки уведомлений";
$a->strings["By default post a status message when:"] = "";
$a->strings["accepting a friend request"] = "";
$a->strings["joining a forum/community"] = "";
$a->strings["making an <em>interesting</em> profile change"] = "";
$a->strings["Send a notification email when:"] = "Отправить уведомление по электронной почте, если:";
-$a->strings["You receive an introduction"] = "Вы получили введение";
-$a->strings["Your introductions are confirmed"] = "";
+$a->strings["You receive a connection request"] = "";
+$a->strings["Your connections are confirmed"] = "";
$a->strings["Someone writes on your profile wall"] = "";
$a->strings["Someone writes a followup comment"] = "";
$a->strings["You receive a private message"] = "";
@@ -1490,83 +1396,108 @@ $a->strings["You are tagged in a post"] = "";
$a->strings["You are poked/prodded/etc. in a post"] = "";
$a->strings["Advanced Account/Page Type Settings"] = "";
$a->strings["Change the behaviour of this account for special situations"] = "";
-$a->strings["Unable to lookup recipient."] = "";
-$a->strings["Unable to communicate with requested channel."] = "";
-$a->strings["Cannot verify requested channel."] = "";
-$a->strings["Selected channel has private message restrictions. Send failed."] = "";
-$a->strings["Messages"] = "Переписка";
-$a->strings["Message deleted."] = "Сообщение удалено.";
-$a->strings["Message recalled."] = "";
-$a->strings["Send Private Message"] = "Отправить личное сообщение";
-$a->strings["To:"] = "Кому:";
-$a->strings["Subject:"] = "Тема:";
-$a->strings["Message not found."] = "Сообщение не найдено.";
-$a->strings["Delete message"] = "Удалить сообщение";
-$a->strings["Recall message"] = "";
-$a->strings["Message has been recalled."] = "";
-$a->strings["Private Conversation"] = "Личный разговор";
-$a->strings["Delete conversation"] = "Удалить разговор";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "";
-$a->strings["Send Reply"] = "Отправить снова";
+$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "";
+$a->strings["Miscellaneous Settings"] = "Дополнительные настройки";
+$a->strings["Personal menu to display in your channel pages"] = "";
+$a->strings["Red Matrix Server - Setup"] = "Red Matrix Сервер - Установка";
+$a->strings["Could not connect to database."] = "Не удалось подключиться к серверу баз данных.";
+$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "";
+$a->strings["Could not create table."] = "Не удалось создать таблицу.";
+$a->strings["Your site database has been installed."] = "Ваша база данных установлена.";
+$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = "";
+$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Пожалуйста, обратитесь к файлу \"install/INSTALL.txt\".";
+$a->strings["System check"] = "Проверка системы";
+$a->strings["Next"] = "Следующая";
+$a->strings["Check again"] = "Проверить снова";
+$a->strings["Database connection"] = "Подключение к базе данных";
+$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "";
+$a->strings["Database Server Name"] = "Имя сервера базы данных";
+$a->strings["Default is localhost"] = "По умолчанию localhost";
+$a->strings["Database Port"] = "Порт базы данных";
+$a->strings["Communication port number - use 0 for default"] = "Порт коммуникации - используйте 0 по умолчанию";
+$a->strings["Database Login Name"] = "Имя для подключения к базе данных";
+$a->strings["Database Login Password"] = "Пароль для подключения к базе данных";
+$a->strings["Database Name"] = "Имя базы данных";
+$a->strings["Site administrator email address"] = "Адрес электронной почты администратора сайта";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "";
+$a->strings["Website URL"] = "URL веб-сайта";
+$a->strings["Please use SSL (https) URL if available."] = "Пожалуйста, используйте SSL (https) URL если возможно.";
+$a->strings["Please select a default timezone for your website"] = "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта";
+$a->strings["Site settings"] = "Настройки сайта";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "";
+$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "";
+$a->strings["PHP executable path"] = "PHP executable путь";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "";
+$a->strings["Command line PHP"] = "Command line PHP";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "";
+$a->strings["This is required for message delivery to work."] = "Это требуется для доставки сообщений.";
+$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Если работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Генерация ключей шифрования";
+$a->strings["libCurl PHP module"] = "libCurl PHP модуль";
+$a->strings["GD graphics PHP module"] = "GD graphics PHP модуль";
+$a->strings["OpenSSL PHP module"] = "OpenSSL PHP модуль";
+$a->strings["mysqli PHP module"] = "mysqli PHP модуль";
+$a->strings["mb_string PHP module"] = "mb_string PHP модуль";
+$a->strings["mcrypt PHP module"] = "mcrypt PHP модуль";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite модуль";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Ошибка: Apache веб-сервер модуль mod-rewrite требуется, но не установлен.";
+$a->strings["proc_open"] = "proc_open";
+$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Ошибка: proc_open требуется, но не установлен или отключен в php.ini";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Ошибка: Модуль libCURL PHP требуется, но не установлен.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Ошибка: GD graphics PHP модуль с поддержкой JPEG требуется, но не установлен.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Ошибка: openssl PHP модуль требуется, но не установлен.";
+$a->strings["Error: mysqli PHP module required but not installed."] = "Ошибка: mysqli PHP модуль требуется, но не установлен.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Ошибка: mb_string PHP модуль требуется, но не установлен.";
+$a->strings["Error: mcrypt PHP module required but not installed."] = "Ошибка: mcrypt PHP модуль требуется, но не установлен.";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "Веб-установщик должен быть в состоянии создать файл с именем \".htconfig.php\" в верхней папке вашего веб-сервера, но он не в состоянии сделать это.";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Вы можете пропустить эту процедуру и выполнить установку вручную. Обратитесь к файлу \"install/INSTALL.txt\" для получения инструкций.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php доступен для записи";
+$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "";
+$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."] = "";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "";
+$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."] = "";
+$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 доступен для записи";
+$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->strings["store is writable"] = "";
+$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this 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!"] = "";
+$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own 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."] = "";
+$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "";
+$a->strings["Providers are available that issue free certificates which are browser-valid."] = "";
+$a->strings["SSL certificate validation"] = "проверка сертификата SSL";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "";
+$a->strings["Url rewrite is working"] = "Url rewrite работает";
+$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "";
+$a->strings["Errors encountered creating database tables."] = "";
+$a->strings["<h1>What next</h1>"] = "<h1>Что дальше</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "";
$a->strings["Item not found"] = "Элемент не найден";
-$a->strings["Edit Layout"] = "";
+$a->strings["Edit Block"] = "Редактировать блок";
+$a->strings["Delete block?"] = "";
$a->strings["Insert YouTube video"] = "Вставить YouTube видео";
$a->strings["Insert Vorbis [.ogg] video"] = "Вставить Vorbis [.ogg] видео";
$a->strings["Insert Vorbis [.ogg] audio"] = "Вставить Vorbis [.ogg] музыку";
+$a->strings["Delete Block"] = "Удалить блок";
+$a->strings["Layout updated."] = "";
+$a->strings["Edit System Page Description"] = "";
+$a->strings["Layout not found."] = "";
+$a->strings["Module Name:"] = "";
+$a->strings["Layout Help"] = "";
+$a->strings["Edit Layout"] = "";
+$a->strings["Delete layout?"] = "";
$a->strings["Delete Layout"] = "";
-$a->strings["Image uploaded but image cropping failed."] = "";
-$a->strings["Image resize failed."] = "Изменение размера изображения не удалось.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "";
-$a->strings["Image exceeds size limit of %d"] = "";
-$a->strings["Unable to process image."] = "";
-$a->strings["Photo not available."] = "Фотография не доступна.";
-$a->strings["Upload File:"] = "Загрузить файл:";
-$a->strings["Select a profile:"] = "Выберите профиль:";
-$a->strings["Upload Profile Photo"] = "Загрузить фотографию профиля";
-$a->strings["Upload"] = "Загрузка";
-$a->strings["skip this step"] = "пропустить этот шаг";
-$a->strings["select a photo from your photo albums"] = "";
-$a->strings["Crop Image"] = "Обрезать изображение";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "";
-$a->strings["Done Editing"] = "Закончить редактирование";
-$a->strings["Image uploaded successfully."] = "Загрузка изображениея прошла успешно.";
-$a->strings["Image upload failed."] = "Загрузка изображениея прошла безуспешно.";
-$a->strings["Image size reduction [%s] failed."] = "";
$a->strings["Item is not editable"] = "Элемент нельзя редактировать";
$a->strings["Delete item?"] = "Удалить элемент?";
-$a->strings["Invalid request identifier."] = "";
-$a->strings["Discard"] = "Отменить";
-$a->strings["No more system notifications."] = "Новых оповещений системы пока нет.";
-$a->strings["System Notifications"] = "Системные оповещения ";
-$a->strings["Block Name"] = "";
-$a->strings["Unable to find your hub."] = "";
-$a->strings["Post successful."] = "Публикация прошла успешно.";
$a->strings["Edit Webpage"] = "";
$a->strings["Delete webpage?"] = "";
$a->strings["Delete Webpage"] = "";
-$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен.";
-$a->strings["Poke/Prod"] = "";
-$a->strings["poke, prod or do other things to somebody"] = "";
-$a->strings["Recipient"] = "Получатель";
-$a->strings["Choose what you wish to do to recipient"] = "";
-$a->strings["Make this post private"] = "Сделать это сообщение личным";
-$a->strings["Wall Photos"] = "Стена фотографий";
-$a->strings["You must be logged in to see this page."] = "";
-$a->strings["Insufficient permissions. Request redirected to profile page."] = "";
-$a->strings["Not available."] = "Недоступно.";
-$a->strings["Community"] = "Сообщество";
-$a->strings["No results."] = "Ничего не найдено.";
-$a->strings["Contact not found."] = "Контакт не найден.";
-$a->strings["Friend suggestion sent."] = "";
-$a->strings["Suggest Friends"] = "Пригласить друзей";
-$a->strings["Suggest a friend for %s"] = "";
-$a->strings["Edit Block"] = "Редактировать блок";
-$a->strings["Delete Block"] = "Удалить блок";
-$a->strings["Invalid profile identifier."] = "";
-$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля";
-$a->strings["Click on a contact to add or remove."] = "";
-$a->strings["Visible To"] = "Видно";
-$a->strings["All Contacts (with secure profile access)"] = "Все контакты (с доступом защищенному профилю)";
$a->strings["Version %s"] = "Версия %s";
$a->strings["Installed plugins/addons/apps:"] = "";
$a->strings["No installed plugins/addons/apps"] = "";
@@ -1575,85 +1506,280 @@ $a->strings["This is a hub of the Red Matrix - a global cooperative network of d
$a->strings["Running at web location"] = "";
$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "";
$a->strings["Bug reports and issues: please visit"] = "";
-$a->strings["Suggestions, praise, donations, etc. - please email \"redmatrix\" at librelist - dot com"] = "";
+$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "";
+$a->strings["Site Administrators"] = "";
+$a->strings["Failed to create source. No channel selected."] = "";
+$a->strings["Source created."] = "Источник создан";
+$a->strings["Source updated."] = "";
+$a->strings["*"] = "";
+$a->strings["Manage remote sources of content for your channel."] = "";
+$a->strings["New Source"] = "Новый источник";
+$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "";
+$a->strings["Only import content with these words (one per line)"] = "";
+$a->strings["Leave blank to import all public content"] = "";
+$a->strings["Channel Name"] = "Имя канала";
+$a->strings["Source not found."] = "Источник не найден.";
+$a->strings["Edit Source"] = "Редактировать источник";
+$a->strings["Delete Source"] = "Удалить источник";
+$a->strings["Source removed"] = "Источник удален";
+$a->strings["Unable to remove source."] = "";
+$a->strings["- select -"] = "- выбрать -";
+$a->strings["Event title and start time are required."] = "Название события и время начала требуется.";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "Редактировать мероприятие";
+$a->strings["Create New Event"] = "Создать новое мероприятие";
+$a->strings["Previous"] = "Предыдущая";
+$a->strings["hour:minute"] = "часы:минуты";
+$a->strings["Event details"] = "Детали мероприятия";
+$a->strings["Format is %s %s. Starting date and Title are required."] = "Формат: %s %s. Дата начала и название необходимы.";
+$a->strings["Event Starts:"] = "Начало мероприятия:";
+$a->strings["Required"] = "Необходимо";
+$a->strings["Finish date/time is not known or not relevant"] = "Дата окончания или время окончания не известно / не релевантно.";
+$a->strings["Event Finishes:"] = "\t\nКонец мероприятий:";
+$a->strings["Adjust for viewer timezone"] = "Отрегулируйте для просмотра часовых поясов";
+$a->strings["Description:"] = "Описание:";
+$a->strings["Title:"] = "Заголовок:";
+$a->strings["Share this event"] = "Поделиться этим мероприятием";
+$a->strings["Permission Denied."] = "Доступ запрещен.";
+$a->strings["File not found."] = "Файл не найден.";
+$a->strings["Edit file permissions"] = "Редактировать разрешения файла";
+$a->strings["Set/edit permissions"] = "";
+$a->strings["Include all files and sub folders"] = "";
+$a->strings["Return to file list"] = "";
+$a->strings["Copy/paste this code to attach file to a post"] = "";
+$a->strings["Copy/paste this URL to link file from a web page"] = "";
+$a->strings["Download"] = "Загрузка";
+$a->strings["Used: "] = "";
+$a->strings["[directory]"] = "";
+$a->strings["Limit: "] = "Предел: ";
+$a->strings["Channel added."] = "Контакт добавлен.";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s следит %2\$s's %3\$s";
+$a->strings["Contact not found."] = "Контакт не найден.";
+$a->strings["Friend suggestion sent."] = "Предложение дружить отправлено.";
+$a->strings["Suggest Friends"] = "Пригласить друзей";
+$a->strings["Suggest a friend for %s"] = "";
$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "";
-$a->strings["Conversation removed."] = "Разговор удален.";
-$a->strings["No messages."] = "Нет сообщений.";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["Public Sites"] = "";
-$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "";
-$a->strings["Site URL"] = "URL веб-сайта";
-$a->strings["Access Type"] = "";
-$a->strings["Registration Policy"] = "Правила регистрации";
-$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "";
-$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "";
-$a->strings["Passwords do not match."] = "Пароли не совпадают.";
-$a->strings["Registration successful. Please check your email for validation instructions."] = "";
-$a->strings["Your registration is pending approval by the site owner."] = "";
-$a->strings["Your registration can not be processed."] = "";
-$a->strings["Registration on this site/hub is by approval only."] = "";
-$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "";
-$a->strings["Terms of Service"] = "";
-$a->strings["I accept the %s for this website"] = "";
-$a->strings["I am over 13 years of age and accept the %s for this website"] = "";
-$a->strings["Membership on this site is by invitation only."] = "";
-$a->strings["Please enter your invitation code"] = "";
-$a->strings["Your email address"] = "Ваш адрес электронной почты";
-$a->strings["Choose a password"] = "Выберите пароль";
-$a->strings["Please re-enter your password"] = "";
-$a->strings["Please login."] = "Войдите пожалуйста.";
-$a->strings["Remove This Channel"] = "Удалить этот канал";
-$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "";
-$a->strings["Please enter your password for verification:"] = "";
-$a->strings["Remove this channel and all its clones from the network"] = "";
-$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "";
-$a->strings["Remove My Account"] = "Удалить мой аккаунт";
+$a->strings["Collection created."] = "Коллекция создана.";
+$a->strings["Could not create collection."] = "Не удалось создать коллекцию.";
+$a->strings["Collection updated."] = "";
+$a->strings["Create a collection of channels."] = "Создать коллекцию контактов";
+$a->strings["Collection Name: "] = "Название коллекции:";
+$a->strings["Members are visible to other channels"] = "Пользователи могут видеть другие каналы";
+$a->strings["Collection removed."] = "Коллекция удалена.";
+$a->strings["Unable to remove collection."] = "Невозможно удалить коллекцию.";
+$a->strings["Collection Editor"] = "Редактор коллекций";
+$a->strings["Members"] = "Участники";
+$a->strings["All Connected Channels"] = "Все подключенные контакы";
+$a->strings["Click on a channel to add or remove."] = "Нажмите на канал, чтобы добавить или удалить.";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "";
+$a->strings["Help:"] = "Помощь:";
+$a->strings["Not Found"] = "Не найдено";
+$a->strings["Tag removed"] = "Тег удален";
+$a->strings["Remove Item Tag"] = "Удалить Тег";
+$a->strings["Select a tag to remove: "] = "Выбрать тег для удаления: ";
+$a->strings["Welcome to %s"] = "Добро пожаловать в %s";
+$a->strings["Thing updated"] = "";
+$a->strings["Object store: failed"] = "";
+$a->strings["Thing added"] = "";
+$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "";
+$a->strings["Show Thing"] = "";
+$a->strings["item not found."] = "Элемент не найден.";
+$a->strings["Edit Thing"] = "";
+$a->strings["Select a profile"] = "Выберите профиль";
+$a->strings["Select a category of stuff. e.g. I ______ something"] = "";
+$a->strings["Post an activity"] = "";
+$a->strings["Only sends to viewers of the applicable profile"] = "";
+$a->strings["Name of thing e.g. something"] = "";
+$a->strings["URL of thing (optional)"] = "";
+$a->strings["URL for photo of thing (optional)"] = "";
+$a->strings["Add Thing to your Profile"] = "";
+$a->strings["Nothing to import."] = "Ничего импортировать.";
+$a->strings["Unable to download data from old server"] = "Невозможно загрузить данные из старого сервера";
+$a->strings["Imported file is empty."] = "Импортированный файл пуст.";
+$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "";
+$a->strings["Channel clone failed. Import failed."] = "";
+$a->strings["Cloned channel not found. Import failed."] = "";
+$a->strings["Import completed."] = "Импорт завершен.";
+$a->strings["You must be logged in to use this feature."] = "Вы должны войти в систему, чтобы использовать эту функцию.";
+$a->strings["Import Channel"] = "Импорт канала";
+$a->strings["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 or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = "";
+$a->strings["File to Upload"] = "Файл для загрузки";
+$a->strings["Or provide the old server/hub details"] = "";
+$a->strings["Your old identity address (xyz@example.com)"] = "";
+$a->strings["Your old login email address"] = "Ваш старый адрес электронной почты";
+$a->strings["Your old login password"] = "Ваш старый пароль";
+$a->strings["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 able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "";
+$a->strings["Make this hub my primary location"] = "";
+$a->strings["Total invitation limit exceeded."] = "";
+$a->strings["%s : Not a valid email address."] = "%s : Не действительный адрес электронной почты.";
+$a->strings["Please join us on Red"] = "Пожалуйста, присоединяйтесь к нам в Red";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "";
+$a->strings["%s : Message delivery failed."] = "%s : Доставка сообщения не удалась.";
+$a->strings["%d message sent."] = array(
+ 0 => "%d сообщение отправленно.",
+ 1 => "%d сообщения отправленно.",
+ 2 => "%d сообщений отправленно.",
+);
+$a->strings["You have no more invitations available"] = "У вас больше нет приглашений";
+$a->strings["Send invitations"] = "Послать приглашения";
+$a->strings["Enter email addresses, one per line:"] = "Введите адреса электронной почты, по одному на строку:";
+$a->strings["Your message:"] = "Сообщение:";
+$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."] = "";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "";
+$a->strings["Please visit my channel at"] = "Пожалуйста, посетите мой канал на";
+$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "";
+$a->strings["Click the [Register] link on the following page to join."] = "";
+$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"] = "";
$a->strings["Unable to locate original post."] = "Не удалось найти оригинал.";
$a->strings["Empty post discarded."] = "Отказаться от пустой почты.";
$a->strings["Executable content type not permitted to this channel."] = "";
$a->strings["System error. Post not saved."] = "Системная ошибка. Сообщение не сохранено.";
$a->strings["You have reached your limit of %1$.0f top level posts."] = "";
$a->strings["You have reached your limit of %1$.0f webpages."] = "";
-$a->strings["Mood"] = "";
-$a->strings["Set your current mood and tell your friends"] = "";
-$a->strings["sent you a private message"] = "отправил вам личное сообщение";
-$a->strings["added your channel"] = "добавил ваш канал";
-$a->strings["posted an event"] = "";
-$a->strings["Status: "] = "";
-$a->strings["Sexual Preference: "] = "Сексуальная ориентация:";
-$a->strings["Homepage: "] = "Домашняя страница:";
-$a->strings["Hometown: "] = "";
-$a->strings["About: "] = "О себе:";
-$a->strings["Keywords: "] = "Ключевые слова:";
-$a->strings["Scheme Default"] = "";
-$a->strings["red"] = "";
-$a->strings["black"] = "";
-$a->strings["silver"] = "";
+$a->strings["[Embedded content - reload page to view]"] = "";
+$a->strings["Help with this feature"] = "";
+$a->strings["Layout Name"] = "";
+$a->strings["Remote privacy information not available."] = "";
+$a->strings["Visible to:"] = "Кому видно:";
+$a->strings["No connections."] = "Никаких связей.";
+$a->strings["Visit %s's profile [%s]"] = "Посетить %s's ​​профиль [%s]";
+$a->strings["View Connnections"] = "Просмотр контактов";
+$a->strings["No valid account found."] = "Действительный аккаунт не найден.";
+$a->strings["Password reset request issued. Check your email."] = "";
+$a->strings["Site Member (%s)"] = "Участник сайта (%s)";
+$a->strings["Password reset requested at %s"] = "Требуется сброс пароля на %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "";
+$a->strings["Password Reset"] = "Сбросить пароль";
+$a->strings["Your password has been reset as requested."] = "Ваш пароль в соответствии с просьбой сброшен.";
+$a->strings["Your new password is"] = "Ваш новый пароль";
+$a->strings["Save or copy your new password - and then"] = "";
+$a->strings["click here to login"] = "нажмите здесь чтобы выйти";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "";
+$a->strings["Your password has changed at %s"] = "Пароль изменен на %s";
+$a->strings["Forgot your Password?"] = "Забыли пароль или логин?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "";
+$a->strings["Email Address"] = "Адрес электронной почты";
+$a->strings["Reset"] = "Сброс";
+$a->strings["Hub not found."] = "Hub не найден.";
+$a->strings["Total votes"] = "";
+$a->strings["Average Rating"] = "";
+$a->strings["Unable to lookup recipient."] = "";
+$a->strings["Unable to communicate with requested channel."] = "";
+$a->strings["Cannot verify requested channel."] = "";
+$a->strings["Selected channel has private message restrictions. Send failed."] = "";
+$a->strings["Messages"] = "Переписка";
+$a->strings["Message deleted."] = "Сообщение удалено.";
+$a->strings["Message recalled."] = "";
+$a->strings["Send Private Message"] = "Отправить личное сообщение";
+$a->strings["To:"] = "Кому:";
+$a->strings["Subject:"] = "Тема:";
+$a->strings["Message not found."] = "Сообщение не найдено.";
+$a->strings["Delete message"] = "Удалить сообщение";
+$a->strings["Recall message"] = "";
+$a->strings["Message has been recalled."] = "";
+$a->strings["Private Conversation"] = "Личный разговор";
+$a->strings["Delete conversation"] = "Удалить разговор";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "";
+$a->strings["Send Reply"] = "Отправить снова";
+$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "";
+$a->strings["Create a new channel"] = "Создать новый канал";
+$a->strings["Channel Manager"] = "Настройки канала";
+$a->strings["Current Channel"] = "Текущий канал";
+$a->strings["Attach to one of your channels by selecting it."] = "";
+$a->strings["Default Channel"] = "Канал по умолчанию";
+$a->strings["Make Default"] = "Сделать стандартным";
+$a->strings["Wall Photos"] = "Стена фотографий";
+$a->strings["Profile Match"] = "Профиль Совпадение";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "";
+$a->strings["is interested in:"] = "заинтересован в:";
+$a->strings["No matches"] = "Нет соответствий";
+$a->strings["Menu updated."] = "Меню обновлено.";
+$a->strings["Unable to update menu."] = "Невозможно обновление меню.";
+$a->strings["Menu created."] = "Меню создано.";
+$a->strings["Unable to create menu."] = "Невозможно создать меню.";
+$a->strings["Manage Menus"] = "Управление меню";
+$a->strings["Drop"] = "Удалить";
+$a->strings["Create a new menu"] = "Создать новое меню";
+$a->strings["Delete this menu"] = "Удалить это меню";
+$a->strings["Edit menu contents"] = "Редактировать содержание меню";
+$a->strings["Edit this menu"] = "Редактировать это меню";
+$a->strings["New Menu"] = "Новое меню";
+$a->strings["Menu name"] = "Название меню";
+$a->strings["Must be unique, only seen by you"] = "";
+$a->strings["Menu title"] = "Название меню";
+$a->strings["Menu title as seen by others"] = "";
+$a->strings["Allow bookmarks"] = "Разрешить закладки";
+$a->strings["Menu may be used to store saved bookmarks"] = "Меню может использоваться, чтобы сохранить закладки";
+$a->strings["Menu deleted."] = "Меню удалено.";
+$a->strings["Menu could not be deleted."] = "";
+$a->strings["Edit Menu"] = "Редактировать меню";
+$a->strings["Add or remove entries to this menu"] = "";
+$a->strings["Conversation removed."] = "Разговор удален.";
+$a->strings["No messages."] = "Нет сообщений.";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
+$a->strings["Add a Channel"] = "Добавить контакт";
+$a->strings["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, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "";
+$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "";
+$a->strings["Choose a short nickname"] = "Выберите короткий псевдоним";
+$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "";
+$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "";
+$a->strings["Page owner information could not be retrieved."] = "";
+$a->strings["Album not found."] = "Альбом не найден.";
+$a->strings["Delete Album"] = "Удалить альбом";
+$a->strings["Delete Photo"] = "Удалить фотографию";
+$a->strings["No photos selected"] = "Никакие фотографии не выбраны";
+$a->strings["Access to this item is restricted."] = "Доступ к этому элементу ограничен.";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Вы использовали %1$.2f мегабайт из %2$.2f для хранения фото.";
+$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Вы использовали %1$.2f мегабайт для хранения фото.";
+$a->strings["Upload Photos"] = "Загрузить фотографии";
+$a->strings["New album name: "] = "Название нового альбома:";
+$a->strings["or existing album name: "] = "или существующий альбом:";
+$a->strings["Do not show a status post for this upload"] = "Не показывать пост о состоянии этой загрузки";
+$a->strings["Contact Photos"] = "Фотографии контакта";
+$a->strings["Edit Album"] = "Редактировать Фотоальбом";
+$a->strings["Show Newest First"] = "Показать новые первыми";
+$a->strings["Show Oldest First"] = "Показать старые первыми";
+$a->strings["View Photo"] = "Посмотреть фотографию";
+$a->strings["Permission denied. Access to this item may be restricted."] = "";
+$a->strings["Photo not available"] = "Фотография не доступна";
+$a->strings["Use as profile photo"] = "Использовать в качестве фотографии профиля";
+$a->strings["View Full Size"] = "Посмотреть в полный размер";
+$a->strings["Edit photo"] = "Редактировать фотографию";
+$a->strings["Rotate CW (right)"] = "Повернуть CW (направо)";
+$a->strings["Rotate CCW (left)"] = "Повернуть CCW (налево)";
+$a->strings["New album name"] = "Новое название альбома:";
+$a->strings["Caption"] = "Подпись";
+$a->strings["Add a Tag"] = "Добавить тег";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Например: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
+$a->strings["In This Photo:"] = "";
+$a->strings["View Album"] = "Посмотреть фотоальбом";
+$a->strings["Recent Photos"] = "Последние фотографии";
+$a->strings["Invalid request identifier."] = "";
+$a->strings["Discard"] = "Отменить";
+$a->strings["No more system notifications."] = "Новых оповещений системы пока нет.";
+$a->strings["System Notifications"] = "Системные оповещения ";
+$a->strings["Unable to find your hub."] = "";
+$a->strings["Post successful."] = "Публикация прошла успешно.";
+$a->strings["invalid target signature"] = "";
+$a->strings["OpenID protocol error. No ID returned."] = "";
+$a->strings["App installed."] = "";
+$a->strings["Malformed app."] = "";
+$a->strings["Embed code"] = "Код для вставки";
+$a->strings["Edit App"] = "";
+$a->strings["Create App"] = "";
+$a->strings["Name of app"] = "";
+$a->strings["Location (URL) of app"] = "";
+$a->strings["Photo icon URL"] = "";
+$a->strings["80 x 80 pixels - optional"] = "";
+$a->strings["Version ID"] = "";
+$a->strings["Price of app"] = "";
+$a->strings["Location (URL) to purchase app"] = "";
+$a->strings["Schema Default"] = "";
+$a->strings["Sans-Serif"] = "Sans-Serif";
+$a->strings["Monospace"] = "";
$a->strings["Theme settings"] = "Настройки темы";
$a->strings["Set scheme"] = "";
-$a->strings["Navigation bar colour"] = "";
-$a->strings["Set font-colour for banner"] = "";
-$a->strings["Set the background colour"] = "";
-$a->strings["Set the background image"] = "";
-$a->strings["Set the background colour of items"] = "";
-$a->strings["Set the opacity of items"] = "";
-$a->strings["Set the basic colour for item icons"] = "";
-$a->strings["Set the hover colour for item icons"] = "";
-$a->strings["Set font-size for the entire application"] = "";
$a->strings["Set font-size for posts and comments"] = "Установить размер шрифта для сообщений и комментариев";
-$a->strings["Set font-colour for posts and comments"] = "";
-$a->strings["Set radius of corners"] = "";
-$a->strings["Set shadow depth of photos"] = "";
-$a->strings["Set maximum width of conversation regions"] = "";
-$a->strings["Set minimum opacity of nav bar - to hide it"] = "";
-$a->strings["Set size of conversation author photo"] = "";
-$a->strings["Set size of followup author photos"] = "";
-$a->strings["Sloppy photo albums"] = "";
-$a->strings["Are you a clean desk or a messy desk person?"] = "";
-$a->strings["Schema Default"] = "";
-$a->strings["Sans-Serif"] = "";
-$a->strings["Monospace"] = "";
$a->strings["Set font face"] = "";
$a->strings["Set iconset"] = "";
$a->strings["Set big shadow size, default 15px 15px 15px"] = "";
@@ -1662,6 +1788,7 @@ $a->strings["Set shadow colour, default #000"] = "";
$a->strings["Set radius size, default 5px"] = "";
$a->strings["Set line-height for posts and comments"] = "";
$a->strings["Set background image"] = "";
+$a->strings["Set background attachment"] = "";
$a->strings["Set background colour"] = "";
$a->strings["Set section background image"] = "";
$a->strings["Set section background colour"] = "";
@@ -1674,8 +1801,8 @@ $a->strings["Set colour of fonts - use hex"] = "";
$a->strings["Set background-size element"] = "";
$a->strings["Item opacity"] = "";
$a->strings["Display post previews only"] = "";
-$a->strings["Display side bar on channel page"] = "";
-$a->strings["Colour of the navigation bar"] = "";
+$a->strings["Display side bar on channel page"] = "Показывать боковую панель на странице канала";
+$a->strings["Colour of the navigation bar"] = "Цвет панели навигации";
$a->strings["Item float"] = "";
$a->strings["Left offset of the section element"] = "";
$a->strings["Right offset of the section element"] = "";
@@ -1685,6 +1812,36 @@ $a->strings["Right offset of the aside element"] = "";
$a->strings["None"] = "";
$a->strings["Header image"] = "";
$a->strings["Header image only on profile pages"] = "";
+$a->strings["Narrow navbar"] = "";
+$a->strings["Navigation bar background colour"] = "Панель навигации, цвет фона";
+$a->strings["Navigation bar gradient top colour"] = "Панель навигации, цвет градиента вверху";
+$a->strings["Navigation bar gradient bottom colour"] = "Панель навигации, цвет градиента внизу";
+$a->strings["Navigation active button gradient top colour"] = "Панель навигации, цвет градиента вверху активной кнопки";
+$a->strings["Navigation active button gradient bottom colour"] = "Панель навигации, цвет градиента внизу активной кнопки";
+$a->strings["Navigation bar border colour "] = "Панель навигации, цвет границы";
+$a->strings["Navigation bar icon colour "] = "Панель навигации, цвет значков";
+$a->strings["Navigation bar active icon colour "] = "Панель навигации, цвет активного значка";
+$a->strings["link colour"] = "";
+$a->strings["Set font-colour for banner"] = "Цвет текста в шапке";
+$a->strings["Set the background colour"] = "Цвет фона на странице канала";
+$a->strings["Set the background image"] = "Фоновое изображение";
+$a->strings["Set the background colour of items"] = "Цвет фона для постов и других элементов";
+$a->strings["Set the background colour of comments"] = "";
+$a->strings["Set the border colour of comments"] = "";
+$a->strings["Set the indent for comments"] = "";
+$a->strings["Set the basic colour for item icons"] = "";
+$a->strings["Set the hover colour for item icons"] = "";
+$a->strings["Set font-size for the entire application"] = "Установить размер шрифта для системы в целом";
+$a->strings["Set font-colour for posts and comments"] = "Цвет шрифта для постов и комментариев";
+$a->strings["Set radius of corners"] = "Радиус скруглений";
+$a->strings["Set shadow depth of photos"] = "";
+$a->strings["Set maximum width of conversation regions"] = "";
+$a->strings["Center conversation regions"] = "";
+$a->strings["Set minimum opacity of nav bar - to hide it"] = "Панель навигации, прозрачность";
+$a->strings["Set size of conversation author photo"] = "";
+$a->strings["Set size of followup author photos"] = "";
+$a->strings["Sloppy photo albums"] = "";
+$a->strings["Are you a clean desk or a messy desk person?"] = "";
$a->strings["Update %s failed. See error logs."] = "";
$a->strings["Update Error at %s"] = "Ошибка обновления на %s";
$a->strings["Create an account to access services and applications within the Red Matrix"] = "";
@@ -1694,3 +1851,4 @@ $a->strings["Forgot your password?"] = "Забыли пароль или лог
$a->strings["permission denied"] = "доступ запрещен";
$a->strings["Got Zot?"] = "Got Zot?";
$a->strings["toggle mobile"] = "мобильное подключение";
+
diff --git a/view/sv/strings.php b/view/sv/strings.php
index 29d75fe0c..99dde6bed 100644
--- a/view/sv/strings.php
+++ b/view/sv/strings.php
@@ -1,8 +1,9 @@
<?php
+if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
return ($n != 1);;
-}
+}}
;
$a->strings["Categories"] = "Kategorier";
$a->strings["Connect"] = "Ta kontakt";
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index ba26f8910..59586fb59 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -43,6 +43,10 @@ abbr {
text-indent: 0px;
}
+.connect-icon {
+ margin-right: 5px;
+}
+
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
font-weight: bold;
color: $link_colour;
@@ -170,7 +174,7 @@ nav #banner #logo-text a {
nav #banner #logo-text a:hover { text-decoration: none; }
header #banner {
- overflow: hidden;
+/* overflow: hidden; */
text-align: center;
font-size: 14px;
font-family: tahoma, "Lucida Sans", sans;
@@ -530,11 +534,24 @@ aside li {
}
-
.directory-details {
font-size: 0.7em;
}
+#cboxContent {
+ color: $dirpopup_txtcol;
+}
+
+#cboxContent a {
+ color: $dirpopup_linkcol;
+}
+
+.app-name {
+ width: 125px;
+ overflow: none;
+}
+
+
.pager {
padding: 10px;
text-align: center;
@@ -546,9 +563,11 @@ aside li {
.pager_last,
.pager_prev,
.pager_next,
-.pager_n {
- border: 1px solid black;
- background: #EEE;
+.pager-prev,
+.pager-next,
+.pager_n {
+ border: 1px solid $editbuttons_bordercolour;
+ background: $editbuttons_bgcolour;
padding: 4px;
}
@@ -557,12 +576,11 @@ aside li {
.pager_prev a,
.pager_next a,
.pager_n a {
- text-decoration: none;
}
.pager_current {
- border: 1px solid black;
- background: #FFCCCC;
+ border: 1px solid transparent;
+ background: transparent;
padding: 4px;
}
@@ -980,6 +998,15 @@ aside li {
color: #FF0000;
}
+.fc-state-highlight {
+ background: none repeat scroll 0% 0% $cal_bgcolour !important;
+}
+
+#fancybox-content {
+ border: 0px solid $fancybox_bgcolour;
+ background-color: $fancybox_bgcolour;
+}
+
.settings-block {
border: 1px solid #AAA;
margin: 10px;
@@ -1005,12 +1032,9 @@ aside li {
.profile-match-photo {
float: left;
- text-align: center;
- width: 120px;
}
.profile-match-name {
- text-align: center;
width: 120px;
height: 1.5em;
overflow: hidden !important;
@@ -1031,12 +1055,18 @@ aside li {
}
.profile-match-wrapper {
- float: left;
- padding: 10px;
- width: 120px;
- min-height: 120px;
- scroll: auto;
+ float: left;
+ width: 120px;
+ height: 150px;
+ padding: 10px;
+ margin: 8px 10px 0 0;
+ border-top: 1px solid #eee;
+ border-left: 2px solid #eee;
+}
+.profile-match-ignore {
+ float: right;
}
+
#profile-match-wrapper-end {
clear: both;
}
@@ -1180,6 +1210,9 @@ brain is weird like that */
margin-bottom: 15px;
}
+#cloud-index td {
+ padding:5px;
+}
/**
@@ -1542,21 +1575,6 @@ header {
padding: 7px 7px 0px 0px;
}
-
-#nav-notify-menu, #nav-network-menu, #nav-home-menu {
- background-color: $notify_bgcolour;
- border-top: none;
- margin-top: $notify_topmargin;
-}
-
-#nav-notify-menu a, #nav-network-menu a, #nav-home-menu a {
- color: $notify_linkcolour;
-}
-
-#nav-notify-menu a:hover, #nav-network-menu a:hover, #nav-home-menu a:hover {
- background: $notify_bghover;
-}
-
.notify-seen a {
background: $notifyseen_bgcolour;
color: $notifyseen_linkcolour !important;
@@ -1794,6 +1812,10 @@ text-decoration: none;
margin-right: 10px;
}
+#adminpage table tr:hover {
+ background-color: $admintable_hoverbgcol;
+}
+
/* message */
img.mail-list-sender-photo {
@@ -1856,11 +1878,11 @@ img.mail-list-sender-photo {
}
#profile-jot-text::-webkit-input-placeholder {
- font-size:1.5em;
+ font-size:18px;
}
#profile-jot-text::-moz-placeholder {
- font-size:1.5em;
+ font-size:18px;
}
#profile-jot-text:focus::-webkit-input-placeholder {
@@ -1899,7 +1921,6 @@ img.mail-list-sender-photo {
.wall-item-content-wrapper {
background-color: $item_colour;
- opacity: $item_opacity;
padding: 10px;
}
@@ -1908,30 +1929,44 @@ img.mail-list-sender-photo {
border-top-left-radius: $radiuspx;
}
-.wall-item-content-wrapper:hover {
- z-index:99;
-}
-/*
.comment .wall-item-body {
-padding-left: 42px;
+ padding-left: $comment_padding;
}
- */
-.hide-comments-outer,
+
.wall-item-content-wrapper.comment {
background-color: $comment_item_colour;
- border-left: 1px solid $comment_border_colour;
- border-right: 1px solid $comment_border_colour;
- border-bottom: 1px solid $comment_border_colour;
+ border-left: $comment_border_left $comment_border_colour;
+ border-right: $comment_border_right $comment_border_colour;
+ border-bottom: $comment_border_bottom $comment_border_colour;
border-radius: 0px;
padding: 7px 10px 7px 7px;
}
-.wall-item-comment-wrapper {
+.hide-comments-outer {
background-color: $comment_item_colour;
- border: 1px solid $item_colour;
+ border-left: $comment_border_left $comment_border_colour;
+ border-right: $comment_border_right $comment_border_colour;
+ border-bottom: $comment_border_bottom $comment_border_colour;
+ border-top: 1px dashed #ccc;
+ text-align: center;
+ border-radius: 0px;
+}
+
+.hide-comments-outer:hover {
+ border-top: 1px dashed #adadad;
+}
+
+.wall-item-comment-wrapper {
+ padding: 7px 10px;
+ background-color: $item_colour;
border-radius: 0px;
border-bottom-right-radius: $radiuspx;
border-bottom-left-radius: $radiuspx;
+ margin-top: 3px;
+}
+
+.wall-item-comment-wrapper-wc {
+ margin-top: 0px;
}
.wall-item-like,
@@ -1980,37 +2015,15 @@ padding-left: 42px;
color: $toolicon_colour;
}
-.item-tool:hover {
- /*color: $toolicon_activecolour;*/
-}
-
.like-rotator {
color: $toolicon_colour;
}
-.my-comment-photo {
- border-radius: $radiuspx;
- -moz-border-radius: $radiuspx;
- box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
-}
-
-.comment-edit-photo img {
- width: $reply_photo;
-}
-
-[class^="comment-edit-bb"] {
- list-style: none;
-}
-
.comment-icon {
- font-size: 1.2em;
+ font-size: 0.8em;
color: $toolicon_colour;
}
-.comment-icon:hover {
- color: $toolicon_activecolour;
-}
-
.comment-edit-text-empty,
.comment-edit-text-full {
border: 1px solid #ccc;
@@ -2019,12 +2032,27 @@ padding-left: 42px;
.comment-edit-text-empty {
color: gray;
+ font-size: 11px;
}
.comment-edit-text-full {
color: black;
}
+.divgrow-showmore {
+ display: block;
+ width: 100%;
+ border-top: 1px dashed #ccc;
+ border-bottom-right-radius: $radiuspx;
+ border-bottom-left-radius: $radiuspx;
+ text-align: center;
+}
+
+.divgrow-showmore:hover {
+ border-top: 1px dashed #adadad;
+}
+
+
/* widgets */
.widget {
@@ -2118,8 +2146,6 @@ nav .dropdown-menu {
border-bottom-right-radius: $radiuspx;
border-bottom-left-radius: $radiuspx;
background-color: $notify_bgcolour;
- border-top: none;
- margin-top: $notify_topmargin;
}
nav .dropdown-menu .divider{
@@ -2263,7 +2289,6 @@ blockquote {
.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{
border:1px solid $navtabs_borderc;
- border-bottom:1px solid transparent;
}
.nav-tabs.nav-justified > li > a {
@@ -2274,7 +2299,6 @@ blockquote {
text-decoration: $navtabs_decohover;
background-color: $navtabs_bgchover;
border-color: transparent;
- border-bottom-color: $navtabs_borderc;
$navtabs_linkchover
}
@@ -2299,7 +2323,7 @@ blockquote {
.btn-default:hover, .btn-default:focus, .btn-default:active .btn-default.active {
background-color: $editbuttons_bghover;
- border-color: $editbuttons_bordercolour;
+ border-color: $editbuttons_bordercolourhover;
color: $input_colourhover;
text-decoration: $input_decohover;
}
@@ -2308,10 +2332,13 @@ blockquote {
text-decoration: none;
}
-.btn-preview, .btn-preview:hover, .btn-preview:focus, .btn-preview:active {
- margin-right: 1px;
+.well {
+ background-color: $advperm_bgcolour;
+ border: 1px solid $advperm_bordercol;
+ background-image: linear-gradient(to bottom, $advperm_gradientcol 0px, $advperm_bgcolour 100%);
}
+
@media screen and (max-width: 767px) {
aside#region_1 {
background: rgba(0, 0, 0, .1);
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index 20902fe1a..4f70752c0 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -1,22 +1,3 @@
-function cmtBbOpen(comment, id) {
- if($(comment).hasClass('comment-edit-text-full')) {
- $(".comment-edit-bb-" + id).show();
- return true;
- }
- return false;
-}
-
-function cmtBbClose(comment, id) {
-// if($(comment).hasClass('comment-edit-text-empty')) {
-// $(".comment-edit-bb-" + id).hide();
-// return true;
-// }
- return false;
-}
-
-//document.jotpermslock = 'icon-lock';
-//document.jotpermsunlock = 'icon-unlock';
-
$(document).ready(function() {
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php
index a40fe67f2..6855c8c32 100644
--- a/view/theme/redbasic/php/config.php
+++ b/view/theme/redbasic/php/config.php
@@ -22,7 +22,7 @@ function theme_content(&$a) {
$arr['item_colour'] = get_pconfig(local_user(),'redbasic', 'item_colour' );
$arr['comment_item_colour'] = get_pconfig(local_user(),'redbasic', 'comment_item_colour' );
$arr['comment_border_colour'] = get_pconfig(local_user(),'redbasic', 'comment_border_colour' );
- $arr['item_opacity'] = get_pconfig(local_user(),'redbasic', 'item_opacity' );
+ $arr['comment_indent'] = get_pconfig(local_user(),'redbasic', 'comment_indent' );
$arr['toolicon_colour'] = get_pconfig(local_user(),'redbasic','toolicon_colour');
$arr['toolicon_activecolour'] = get_pconfig(local_user(),'redbasic','toolicon_activecolour');
$arr['font_size'] = get_pconfig(local_user(),'redbasic', 'font_size' );
@@ -60,7 +60,7 @@ function theme_post(&$a) {
set_pconfig(local_user(), 'redbasic', 'item_colour', $_POST['redbasic_item_colour']);
set_pconfig(local_user(), 'redbasic', 'comment_item_colour', $_POST['redbasic_comment_item_colour']);
set_pconfig(local_user(), 'redbasic', 'comment_border_colour', $_POST['redbasic_comment_border_colour']);
- set_pconfig(local_user(), 'redbasic', 'item_opacity', $_POST['redbasic_item_opacity']);
+ set_pconfig(local_user(), 'redbasic', 'comment_indent', $_POST['redbasic_comment_indent']);
set_pconfig(local_user(), 'redbasic', 'toolicon_colour', $_POST['redbasic_toolicon_colour']);
set_pconfig(local_user(), 'redbasic', 'toolicon_activecolour', $_POST['redbasic_toolicon_activecolour']);
set_pconfig(local_user(), 'redbasic', 'font_size', $_POST['redbasic_font_size']);
@@ -117,7 +117,7 @@ if(feature_enabled(local_user(),'expert'))
'$item_colour' => array('redbasic_item_colour', t('Set the background colour of items'), $arr['item_colour']),
'$comment_item_colour' => array('redbasic_comment_item_colour', t('Set the background colour of comments'), $arr['comment_item_colour']),
'$comment_border_colour' => array('redbasic_comment_border_colour', t('Set the border colour of comments'), $arr['comment_border_colour']),
- '$item_opacity' => array('redbasic_item_opacity', t('Set the opacity of items'), $arr['item_opacity']),
+ '$comment_indent' => array('redbasic_comment_indent', t('Set the indent for comments'), $arr['comment_indent']),
'$toolicon_colour' => array('redbasic_toolicon_colour',t('Set the basic colour for item icons'),$arr['toolicon_colour']),
'$toolicon_activecolour' => array('redbasic_toolicon_activecolour',t('Set the hover colour for item icons'),$arr['toolicon_activecolour']),
'$body_font_size' => array('redbasic_body_font_size', t('Set font-size for the entire application'), $arr['body_font_size']),
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 698adaf4d..23d9c695f 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -27,7 +27,7 @@ if(! $a->install) {
$item_colour = get_pconfig($uid, "redbasic", "item_colour");
$comment_item_colour = get_pconfig($uid, "redbasic", "comment_item_colour");
$comment_border_colour = get_pconfig($uid, "redbasic", "comment_border_colour");
- $item_opacity = get_pconfig($uid, "redbasic", "item_opacity");
+ $comment_indent = get_pconfig($uid, "redbasic", "comment_indent");
$body_font_size = get_pconfig($uid, "redbasic", "body_font_size");
$font_size = get_pconfig($uid, "redbasic", "font_size");
$font_colour = get_pconfig($uid, "redbasic", "font_colour");
@@ -167,6 +167,8 @@ if(! $a->install) {
$editbuttons_bgcolour = "transparent";
if (! $editbuttons_bordercolour)
$editbuttons_bordercolour = "#ccc";
+ if (! $editbuttons_bordercolourhover)
+ $editbuttons_bordercolourhover = "#adadad";
if (! $editbuttons_colour)
$editbuttons_colour = "#333";
if (! $editbuttons_bghover)
@@ -248,6 +250,33 @@ 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 (!$comment_padding)
+ $comment_padding="0px";
+ if (!$comment_border_left)
+ $comment_border_left="3px solid";
+ if (!$comment_border_right)
+ $comment_border_right="0px solid";
+ if (!$comment_border_top)
+ $comment_border_top="0px solid";
+ if (!$comment_border_bottom)
+ $comment_border_bottom="0px solid";
+ if (!$admintable_hoverbgcol)
+ $admintable_hoverbgcol="#BBC7D7";
+ if (!$dirpopup_txtcol)
+ $dirpopup_txtcol="";
+ if (!$dirpopup_linkcol)
+ $dirpopup_linkcol="";
+
if($nav_min_opacity === false || $nav_min_opacity === '') {
$nav_float_min_opacity = 1.0;
$nav_percent_min_opacity = 100;
@@ -289,7 +318,6 @@ $options = array (
'$item_colour' => $item_colour,
'$comment_item_colour' => $comment_item_colour,
'$comment_border_colour' => $comment_border_colour,
-'$item_opacity' => $item_opacity,
'$toolicon_colour' => $toolicon_colour,
'$toolicon_activecolour' => $toolicon_activecolour,
'$font_size' => $font_size,
@@ -312,6 +340,7 @@ $options = array (
'$notif_itemhovercolour' => $notif_itemhovercolour,
'$editbuttons_bgcolour' => $editbuttons_bgcolour,
'$editbuttons_bordercolour' => $editbuttons_bordercolour,
+'$editbuttons_bordercolourhover' => $editbuttons_bordercolourhover,
'$editbuttons_colour' => $editbuttons_colour,
'$editbuttons_bghover' => $editbuttons_bghover,
'$dropdown_bgcolour' => $dropdown_bgcolour,
@@ -353,11 +382,24 @@ $options = array (
'$top_photo' => $top_photo,
'$reply_photo' => $reply_photo,
'$infomess_bgcolour' => $infomess_bgcolour,
+'$advperm_bgcolour' => $advperm_bgcolour,
+'$advperm_bordercol' => $advperm_bordercol,
+'$advperm_gradientcol' => $advperm_gradientcol,
+'$cal_bgcolour' => $cal_bgcolour,
+'$fancybox_bgcolour' => $fancybox_bgcolour,
'$pmenu_top' => $pmenu_top,
'$pmenu_reply' => $pmenu_reply,
'$wwtop' => $wwtop,
'$comment_indent' => $comment_indent,
-'$body_width' => $body_width
+'$body_width' => $body_width,
+'$comment_padding' => $comment_padding,
+'$comment_border_left' => $comment_border_left,
+'$comment_border_right' => $comment_border_right,
+'$comment_border_top' => $comment_border_top,
+'$comment_border_bottom' => $comment_border_bottom,
+'$admintable_hoverbgcol' => $admintable_hoverbgcol,
+'$dirpopup_txtcol' => $dirpopup_txtcol,
+'$dirpopup_linkcol' => $dirpopup_linkcol,
);
echo str_replace(array_keys($options), array_values($options), $x);
diff --git a/view/theme/redbasic/schema/boxy.php b/view/theme/redbasic/schema/boxy.php
new file mode 100644
index 000000000..1de2f98cd
--- /dev/null
+++ b/view/theme/redbasic/schema/boxy.php
@@ -0,0 +1,19 @@
+<?php
+
+if (!$comment_padding)
+ $comment_padding="42px";
+
+if (!$comment_border_left)
+ $comment_border_left="1px solid";
+
+if (!$comment_border_right)
+ $comment_border_right="1px solid";
+
+if (!$comment_border_top)
+ $comment_border_top="1px solid";
+
+if (!$comment_border_bottom)
+ $comment_border_bottom="1px solid";
+if (! $radiuspx)
+ $radiuspx = "4";
+ \ No newline at end of file
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index 4da020116..69fcf403f 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -71,13 +71,13 @@
if (! $code_bgcolour)
$code_bgcolour = "#000";
if (! $code_txtcolour)
- $code_txtcolour = "#bbb";
+ $code_txtcolour = "#fff";
if (! $pre_borderc)
$pre_borderc = "#090909";
if (! $pre_bgcolour)
$pre_bgcolour = "#000";
if (! $pre_txtcolour)
- $pre_txtcolour = "#bbb";
+ $pre_txtcolour = "#fff";
if (! $item_bordercolour)
$item_bordercolour = "#333";
if (! $notif_itemcolour)
@@ -154,3 +154,19 @@
$abookself_bgcolour = "#251111";
if(! $infomess_bgcolour)
$infomess_bgcolour = "#333";
+ if(! $advperm_bgcolour)
+ $advperm_bgcolour = "#1E1E1E";
+ if(! $advperm_bordercol)
+ $advperm_bordercol = "#222";
+ if(! $advperm_gradientcol)
+ $advperm_gradientcol = "#111";
+ if(! $cal_bgcolour)
+ $cal_bgcolour = "#333";
+ if(! $fancybox_bgcolour)
+ $fancybox_bgcolour = "#1E1E1E";
+ if (!$admintable_hoverbgcol)
+ $admintable_hoverbgcol="#222";
+ if (!$dirpopup_txtcol)
+ $dirpopup_txtcol="#111";
+ if (!$dirpopup_linkcol)
+ $dirpopup_linkcol="#000";
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl
index effdc6705..70b42b6cd 100644
--- a/view/theme/redbasic/tpl/theme_settings.tpl
+++ b/view/theme/redbasic/tpl/theme_settings.tpl
@@ -21,7 +21,7 @@
{{include file="field_colorinput.tpl" field=$item_colour}}
{{include file="field_colorinput.tpl" field=$comment_item_colour}}
{{include file="field_colorinput.tpl" field=$comment_border_colour}}
-{{include file="field_input.tpl" field=$item_opacity}}
+{{include file="field_input.tpl" field=$comment_indent}}
{{include file="field_colorinput.tpl" field=$toolicon_colour}}
{{include file="field_colorinput.tpl" field=$toolicon_activecolour}}
{{include file="field_input.tpl" field=$body_font_size}}
@@ -36,11 +36,12 @@
{{include file="field_input.tpl" field=$reply_photo}}
{{include file="field_checkbox.tpl" field=$sloppy_photos}}
<script>
- $(function(){
- $('#id_redbasic_nav_bg,#id_redbasic_nav_gradient_top,#id_redbasic_nav_gradient_bottom,#id_redbasic_nav_active_gradient_top,#id_redbasic_nav_active_gradient_bottom').colorpicker();
- $('#id_redbasic_nav_bd,#id_redbasic_nav_icon_colour ,#id_redbasic_nav_active_icon_colour,#id_redbasic_banner_colour,#id_redbasic_link_colour,#id_redbasic_background_colour').colorpicker();
- $('#id_redbasic_item_colour,#id_redbasic_comment_item_colour,#id_redbasic_comment_border_colour,#id_redbasic_toolicon_colour,#id_redbasic_toolicon_activecolour,#id_redbasic_font_colour').colorpicker();
- });
+ $(function(){
+ $('#id_redbasic_nav_bg,#id_redbasic_nav_gradient_top,#id_redbasic_nav_gradient_bottom,#id_redbasic_nav_active_gradient_top,#id_redbasic_nav_active_gradient_bottom').colorpicker();
+ $('#id_redbasic_nav_bd,#id_redbasic_nav_icon_colour ,#id_redbasic_nav_active_icon_colour,#id_redbasic_banner_colour,#id_redbasic_link_colour,#id_redbasic_background_colour').colorpicker();
+ $('#id_redbasic_toolicon_colour,#id_redbasic_toolicon_activecolour,#id_redbasic_font_colour').colorpicker();
+ $('#id_redbasic_item_colour,#id_redbasic_comment_item_colour,#id_redbasic_comment_border_colour').colorpicker({format: 'rgba'});
+ });
</script>
<div class="settings-submit-wrapper">
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl
index 722d541ed..4babf5669 100755
--- a/view/tpl/acl_selector.tpl
+++ b/view/tpl/acl_selector.tpl
@@ -23,7 +23,7 @@
{{$jotnets}}
{{/if}}
</div>
- <div class="modal-footer">
+ <div class="modal-footer clear">
<button type="button" class="btn btn-default" data-dismiss="modal">{{$aclModalDismiss}}</button>
</div>
</div><!-- /.modal-content -->
diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl
new file mode 100644
index 000000000..4719f7f96
--- /dev/null
+++ b/view/tpl/app.tpl
@@ -0,0 +1,19 @@
+<div class="app-container">
+<a href="{{$app.url}}" {{if $ap.target}}target="{{$ap.target}}" {{/if}}{{if $app.desc}}title="{{$app.desc}}{{if $app.price}} ({{$app.price}}){{/if}}"{{else}}title="{{$app.name}}"{{/if}}><img src="{{$app.photo}}" width="80" height="80" />
+<div class="app-name">{{$app.name}}</div>
+</a>
+{{if $app.type !== 'system'}}
+{{if $purchase}}
+<a href="{{$app.page}}" class="btn btn-default" title="{{$purchase}}" ><i class="icon-external"></i></a>
+{{/if}}
+{{if $install || $update || $delete }}
+<form action="{{$hosturl}}appman" method="post">
+<input type="hidden" name="papp" value="{{$app.papp}}" />
+{{if $install}}<button type="submit" name="install" value="{{$install}}" class="btn btn-default" title="{{$install}}" ><i class="icon-download-alt" ></i></button>{{/if}}
+{{if $edit}}<input type="hidden" name="appid" value="{{$app.guid}}" /><button type="submit" name="edit" value="{{$edit}}" class="btn btn-default" title="{{$edit}}" ><i class="icon-pencil" ></i></button>{{/if}}
+{{if $delete}}<button type="submit" name="delete" value="{{$delete}}" class="btn btn-default" title="{{$delete}}" ><i class="icon-remove drop-icons"></i></button>{{/if}}
+</form>
+{{/if}}
+{{/if}}
+</div>
+
diff --git a/view/tpl/app_create.tpl b/view/tpl/app_create.tpl
new file mode 100644
index 000000000..ff28e0598
--- /dev/null
+++ b/view/tpl/app_create.tpl
@@ -0,0 +1,30 @@
+<h2>{{$banner}}</h2>
+
+
+<form action="appman" method="post">
+{{if $guid}}
+<input type="hidden" name="guid" value="{{$guid}}" />
+{{/if}}
+{{if $author}}
+<input type="hidden" name="author" value="{{$author}}" />
+{{/if}}
+{{if $addr}}
+<input type="hidden" name="addr" value="{{$addr}}" />
+{{/if}}
+
+{{include file="field_input.tpl" field=$name}}
+{{include file="field_input.tpl" field=$url}}
+{{include file="field_textarea.tpl" field=$desc}}
+{{include file="field_input.tpl" field=$photo}}
+{{include file="field_input.tpl" field=$version}}
+{{include file="field_input.tpl" field=$price}}
+{{include file="field_input.tpl" field=$page}}
+
+{{if $embed}}
+{{include file="field_textarea.tpl" field=$embed}}
+{{/if}}
+
+<input type="submit" name="submit" value="{{$submit}}" />
+
+</form>
+
diff --git a/view/tpl/app_select.tpl b/view/tpl/app_select.tpl
new file mode 100644
index 000000000..5cf3f40d6
--- /dev/null
+++ b/view/tpl/app_select.tpl
@@ -0,0 +1,10 @@
+{{if $authed}}
+<div class="widget">
+<h3>{{$title}}</h3>
+<ul>
+<li><a href="appman">{{$new}}</a></li>
+<li><a href="apps/edit">{{$edit}}</a></li>
+</ul>
+</div>
+{{/if}}
+
diff --git a/view/tpl/apps.tpl b/view/tpl/apps.tpl
index 335e0ca97..d8e538cb7 100755
--- a/view/tpl/apps.tpl
+++ b/view/tpl/apps.tpl
@@ -1,7 +1,11 @@
<h3>{{$title}}</h3>
-<ul>
- {{foreach $apps as $ap}}
- <li>{{$ap}}</li>
- {{/foreach}}
-</ul>
+{{foreach $apps as $ap}}
+<div class="app-container">
+<a href="{{$ap.url}}" {{if $ap.target}}target="{{$ap.target}}" {{/if}}{{if $ap.hover}}title="{{$ap.hover}}"{{/if}}><img src="{{$ap.photo}}" width="80" height="80" />
+<div class="app-name">{{$ap.name}}</div>
+</a>
+</div>
+{{/foreach}}
+<div class="clear"></div>
+
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl
index 1ea619774..423d13d88 100755
--- a/view/tpl/comment_item.tpl
+++ b/view/tpl/comment_item.tpl
@@ -10,44 +10,7 @@
<input type="hidden" name="return" value="{{$return_path}}" />
<input type="hidden" name="jsreload" value="{{$jsreload}}" />
<input type="hidden" name="preview" id="comment-preview-inp-{{$id}}" value="0" />
-
- <div class="comment-edit-photo" id="comment-edit-photo-{{$id}}" >
- <a class="comment-edit-photo-link" href="{{$mylink}}" title="{{$mytitle}}"><img class="my-comment-photo" src="{{$myphoto}}" alt="{{$mytitle}}" title="{{$mytitle}}" /></a>
- </div>
- <div class="comment-edit-photo-end"></div>
- <ul class="comment-edit-bb-{{$id}}">
- <li><i class="icon-bold shadow comment-icon"
- style="cursor: pointer;" title="{{$edbold}}"
- onclick="insertbbcomment('{{$comment}}','b', {{$id}});"></i></li>
- <li><i class="icon-italic shadow comment-icon"
- style="cursor: pointer;" title="{{$editalic}}"
- onclick="insertbbcomment('{{$comment}}','i', {{$id}});"></i></li>
- <li><i class="icon-underline shadow comment-icon"
- style="cursor: pointer;" title="{{$eduline}}"
- onclick="insertbbcomment('{{$comment}}','u', {{$id}});"></i></li>
- <li><i class="icon-quote-left shadow comment-icon"
- style="cursor: pointer;" title="{{$edquote}}"
- onclick="insertbbcomment('{{$comment}}','quote', {{$id}});"></i></li>
- <li><i class="icon-terminal shadow comment-icon"
- style="cursor: pointer;" title="{{$edcode}}"
- onclick="insertbbcomment('{{$comment}}','code', {{$id}});"></i></li>
- <li><i class="icon-camera shadow comment-icon"
- style="cursor: pointer;" title="{{$edimg}}"
- onclick="insertbbcomment('{{$comment}}','img', {{$id}});"></i></li>
- <li><i class="icon-link shadow comment-icon"
- style="cursor: pointer;" title="{{$edurl}}"
- onclick="insertbbcomment('{{$comment}}','url', {{$id}});"></i></li>
- <li><i class="icon-facetime-video shadow comment-icon"
- style="cursor: pointer;" title="{{$edvideo}}"
- onclick="insertbbcomment('{{$comment}}','video', {{$id}});"></i></li>
- {{if $feature_encrypt}}
- <li><i class="icon-key shadow comment-icon"
- style="cursor: pointer;" title="{{$encrypt}}"
- onclick="red_encrypt('{{$cipher}}','#comment-edit-text-' + '{{$id}}',''); return false;"></i></li>
- {{/if}}
- </ul>
- <div class="comment-edit-bb-end"></div>
- <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,{{$id}});cmtBbOpen(this, {{$id}});" onBlur="commentClose(this,{{$id}});cmtBbClose(this,{{$id}});" >{{$comment}}</textarea>
+ <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpenUI(this,{{$id}});" onBlur="commentCloseUI(this,{{$id}});" >{{$comment}}</textarea>
{{if $qcomment}}
<select id="qcomment-select-{{$id}}" name="qcomment-{{$id}}" class="qcomment" onchange="qCommentInsert(this,{{$id}});" >
<option value=""></option>
@@ -56,17 +19,48 @@
{{/foreach}}
</select>
{{/if}}
-
- <div class="comment-edit-text-end"></div>
- <div class="comment-edit-submit-wrapper" id="comment-edit-submit-wrapper-{{$id}}" style="display: none;" >
- <input type="submit" onclick="post_comment({{$id}}); return false;" id="comment-edit-submit-{{$id}}" class="comment-edit-submit" name="submit" value="{{$submit}}" />
- {{if $preview}}
- <span onclick="preview_comment({{$id}});" id="comment-edit-preview-link-{{$id}}" class="fakelink"><i class="icon-eye-open comment-icon comment-preview-icon" title="{{$preview}}"></i></span>
- <div id="comment-edit-preview-{{$id}}" class="comment-edit-preview" style="display:none;"></div>
- {{/if}}
+ <div class="clear"></div>
+ <div id="comment-tools-{{$id}}" class="comment-tools">
+ <div id="comment-edit-bb-{{$id}}" class="btn-group pull-left">
+ <button class="btn btn-default btn-xs" title="{{$edbold}}" onclick="insertbbcomment('{{$comment}}','b', {{$id}}); return false;">
+ <i class="icon-bold comment-icon"></i>
+ </button>
+ <button class="btn btn-default btn-xs" title="{{$editalic}}" onclick="insertbbcomment('{{$comment}}','i', {{$id}}); return false;">
+ <i class="icon-italic comment-icon"></i>
+ </button>
+ <button class="btn btn-default btn-xs" title="{{$eduline}}" onclick="insertbbcomment('{{$comment}}','u', {{$id}}); return false;">
+ <i class="icon-underline comment-icon"></i>
+ </button>
+ <button class="btn btn-default btn-xs" title="{{$edquote}}" onclick="insertbbcomment('{{$comment}}','quote', {{$id}}); return false;">
+ <i class="icon-quote-left comment-icon"></i>
+ </button>
+ <button class="btn btn-default btn-xs" title="{{$edcode}}" onclick="insertbbcomment('{{$comment}}','code', {{$id}}); return false;">
+ <i class="icon-terminal comment-icon"></i>
+ </button>
+ <button class="btn btn-default btn-xs" title="{{$comment}}" onclick="insertbbcomment('{{$comment}}','img', {{$id}}); return false;">
+ <i class="icon-camera comment-icon"></i>
+ </button>
+ <button class="btn btn-default btn-xs" title="{{$edurl}}" onclick="insertbbcomment('{{$comment}}','url', {{$id}}); return false;">
+ <i class="icon-link comment-icon"></i>
+ </button>
+ <button class="btn btn-default btn-xs" title="{{$edvideo}}" onclick="insertbbcomment('{{$comment}}','video', {{$id}}); return false;">
+ <i class="icon-facetime-video comment-icon"></i>
+ </button>
+ {{if $feature_encrypt}}
+ <button class="btn btn-default btn-xs" title="{{$encrypt}}" onclick="red_encrypt('{{$cipher}}','#comment-edit-text-' + '{{$id}}',''); return false;">
+ <i class="icon-key comment-icon"></i>
+ </button>
+ {{/if}}
+ </div>
+ <div class="btn-group pull-right" id="comment-edit-submit-wrapper-{{$id}}">
+ {{if $preview}}
+ <button id="comment-edit-submit-{{$id}}" class="btn btn-default btn-xs" onclick="preview_comment({{$id}}); return false;" title="{{$preview}}">
+ <i class="icon-eye-open comment-icon" ></i>
+ </button>
+ {{/if}}
+ <button id="comment-edit-submit-{{$id}}" class="btn btn-primary btn-xs" type="submit" name="submit" onclick="post_comment({{$id}}); return false;">{{$submit}}</button>
+ </div>
</div>
-
- <div class="comment-edit-end"></div>
+ <div class="clear"></div>
</form>
-
</div>
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index f9be3b077..d7ed7d0f4 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -1,14 +1,14 @@
{{if $item.comment_firstcollapsed}}
-<div class="hide-comments-outer">
- <span id="hide-comments-total-{{$item.id}}" class="hide-comments-total">{{$item.num_comments}}</span> <span id="hide-comments-{{$item.id}}" class="hide-comments fakelink" onclick="showHideComments({{$item.id}});">{{$item.hide_text}}</span>
+<div class="hide-comments-outer fakelink" onclick="showHideComments({{$item.id}});">
+ <span id="hide-comments-{{$item.id}}" class="hide-comments">{{$item.hide_text}}</span>&nbsp;<span id="hide-comments-total-{{$item.id}}" class="hide-comments-total">{{$item.num_comments}}</span>
</div>
<div id="collapsed-comments-{{$item.id}}" class="collapsed-comments" style="display: none;">
{{/if}}
<div id="thread-wrapper-{{$item.id}}" class="thread-wrapper {{$item.toplevel}}">
<a name="{{$item.id}}" ></a>
- <div class="wall-item-outside-wrapper {{$item.indent}}{{$item.previewing}}{{if $item.owner_url}} wallwall{{/if}}" id="wall-item-outside-wrapper-{{$item.id}}" >
+ <div class="wall-item-outside-wrapper {{$item.indent}}{{$item.previewing}}" id="wall-item-outside-wrapper-{{$item.id}}" >
<div class="wall-item-content-wrapper {{$item.indent}}" id="wall-item-content-wrapper-{{$item.id}}" style="clear:both;">
- <div class="wall-item-info{{if $item.owner_url}} wallwall{{/if}}" id="wall-item-info-{{$item.id}}" >
+ <div class="wall-item-info" id="wall-item-info-{{$item.id}}" >
<div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}}" id="wall-item-photo-wrapper-{{$item.id}}">
<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-photo-link" id="wall-item-photo-link-{{$item.id}}"><img src="{{$item.thumb}}" class="wall-item-photo{{$item.sparkle}}" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" /></a>
</div>
@@ -26,7 +26,7 @@
<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}}&nbsp;{{$item.via}}&nbsp;<a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}}
</div>
<div class="wall-item-ago" id="wall-item-ago-{{$item.id}}">
- {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i>&nbsp;{{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}},&nbsp;</span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}}&nbsp;{{$item.editedtime}}{{/if}}{{if $item.expiretime}}&nbsp;{{$item.expiretime}}{{/if}}</span>{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}
+ {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i>&nbsp;{{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}},&nbsp;</span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}}&nbsp;{{$item.editedtime}}{{/if}}{{if $item.expiretime}}&nbsp;{{$item.expiretime}}{{/if}}</span>&nbsp;{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}
</div>
<div class="wall-item-content" id="wall-item-content-{{$item.id}}">
<div class="wall-item-title-end"></div>
@@ -85,6 +85,9 @@
{{if $item.bookmark}}
<li role="presentation"><a role="menuitem" href="#" onclick="itemBookmark({{$item.id}}); return false;"><i id="bookmarker-{{$item.id}}" class="icon-bookmark" title="{{$item.bookmark}}"></i> {{$item.bookmark}}</a></li>
{{/if}}
+ {{if $item.addtocal}}
+ <li role="presentation"><a role="menuitem" href="#" onclick="itemAddToCal({{$item.id}}); return false;"><i id="addtocal-{{$item.id}}" class="icon-calendar" title="{{$item.addtocal}}"></i> {{$item.addtocal}}</a></li>
+ {{/if}}
{{if $item.star}}
<li role="presentation"><a role="menuitem" href="#" onclick="dostar({{$item.id}}); return false;"><i id="starred-{{$item.id}}" class="icon-star {{$item.star.isstarred}}" title="{{$item.star.toggle}}"></i> {{$item.star.toggle}}</a></li>
{{/if}}
@@ -103,16 +106,60 @@
{{if $item.like_count}}
<div class="btn-group">
<button type="button" class="btn btn-default btn-sm wall-item-like dropdown-toggle" data-toggle="dropdown" id="wall-item-like-{{$item.id}}">{{$item.like_count}} {{$item.like_button_label}}</button>
+ {{if $item.like_list_part}}
+ <ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-like-{{$item.id}}">{{foreach $item.like_list_part as $liker}}<li role="presentation">{{$liker}}</li>{{/foreach}}</ul>
+ {{else}}
<ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-like-{{$item.id}}">{{foreach $item.like_list as $liker}}<li role="presentation">{{$liker}}</li>{{/foreach}}</ul>
+ {{/if}}
</div>
{{/if}}
{{if $item.dislike_count}}
<div class="btn-group">
<button type="button" class="btn btn-default btn-sm wall-item-dislike dropdown-toggle" data-toggle="dropdown" id="wall-item-dislike-{{$item.id}}">{{$item.dislike_count}} {{$item.dislike_button_label}}</button>
+ {{if $item.dislike_list_part}}
+ <ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-dislike-{{$item.id}}">{{foreach $item.dislike_list_part as $disliker}}<li role="presentation">{{$disliker}}</li>{{/foreach}}</ul>
+ {{else}}
<ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-dislike-{{$item.id}}">{{foreach $item.dislike_list as $disliker}}<li role="presentation">{{$disliker}}</li>{{/foreach}}</ul>
+ {{/if}}
</div>
{{/if}}
</div>
+ {{if $item.like_list_part}}
+ <div class="modal" id="likeModal-{{$item.id}}">
+ <div class="modal-dialog">
+ <div class="modal-content">
+ <div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
+ <h4 class="modal-title">{{$item.like_modal_title}}</h4>
+ </div>
+ <div class="modal-body">
+ <ul>{{foreach $item.like_list as $liker}}<li role="presentation">{{$liker}}</li>{{/foreach}}</ul>
+ </div>
+ <div class="modal-footer clear">
+ <button type="button" class="btn btn-default" data-dismiss="modal">{{$item.modal_dismiss}}</button>
+ </div>
+ </div><!-- /.modal-content -->
+ </div><!-- /.modal-dialog -->
+ </div><!-- /.modal -->
+ {{/if}}
+ {{if $item.dislike_list_part}}
+ <div class="modal" id="dislikeModal-{{$item.id}}">
+ <div class="modal-dialog">
+ <div class="modal-content">
+ <div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
+ <h4 class="modal-title">{{$item.dislike_modal_title}}</h4>
+ </div>
+ <div class="modal-body">
+ <ul>{{foreach $item.dislike_list as $disliker}}<li role="presentation">{{$disliker}}</li>{{/foreach}}</ul>
+ </div>
+ <div class="modal-footer clear">
+ <button type="button" class="btn btn-default" data-dismiss="modal">{{$item.modal_dismiss}}</button>
+ </div>
+ </div><!-- /.modal-content -->
+ </div><!-- /.modal-dialog -->
+ </div><!-- /.modal -->
+ {{/if}}
</div>
{{* we dont' use this do we?
{{if $item.drop.pagedrop}}
@@ -130,9 +177,11 @@
{{/foreach}}
{{/if}}
{{if $item.comment}}
- <div class="wall-item-comment-wrapper" >
+ <div class="wall-item-comment-wrapper{{if $item.children}} wall-item-comment-wrapper-wc{{/if}}" >
{{$item.comment}}
</div>
+ <div id="comment-edit-preview-{{$item.id}}" class="comment-edit-preview"></div>
+ <div class="clear"></div>
{{/if}}
</div>
{{if $item.comment_lastcollapsed}}
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl
index 7a3d42e01..e5f12944e 100755
--- a/view/tpl/direntry.tpl
+++ b/view/tpl/direntry.tpl
@@ -9,7 +9,7 @@
<div class="contact-name" id="directory-name-{{$entry.id}}" ><span onclick="dirdetails('{{$entry.hash}}');" class="fakelink" >{{$entry.name}}</span></div>
{{if $entry.connect}}
-<div class="directory-connect btn btn-default"><a href="{{$entry.connect}}">{{$entry.conn_label}}</a></div>
+<div class="directory-connect btn btn-default"><a href="{{$entry.connect}}"><i class="icon-plus connect-icon"></i> {{$entry.conn_label}}</a></div>
{{/if}}
<div class="contact-details">{{$entry.details}}</div>
</div>
diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl
index 487839f7a..da6ea1a44 100755
--- a/view/tpl/direntry_large.tpl
+++ b/view/tpl/direntry_large.tpl
@@ -15,7 +15,7 @@
<div class="contact-name" id="directory-name-{{$id}}" >{{$name}}{{if $online}} <i class="icon-asterisk online-now" title="{{$online}}"></i>{{/if}}</div>
{{if $connect}}
-<div class="directory-connect btn btn-default"><a href="{{$connect}}">{{$conn_label}}</a></div>
+<div class="directory-connect btn btn-default"><a href="{{$connect}}"><i class="icon-plus connect-icon"></i> {{$conn_label}}</a></div>
{{/if}}
<div class="contact-webbie">{{$address}}</div>
diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl
index e698c8c97..d6b34b33e 100755
--- a/view/tpl/event_head.tpl
+++ b/view/tpl/event_head.tpl
@@ -106,7 +106,8 @@
}
});
-
+ {{else}}
+ <script language="javascript" type="text/javascript">
{{/if}}
$(document).ready(function() {
diff --git a/view/tpl/field_textarea.tpl b/view/tpl/field_textarea.tpl
index 98be8f138..b454045c0 100755
--- a/view/tpl/field_textarea.tpl
+++ b/view/tpl/field_textarea.tpl
@@ -1,5 +1,5 @@
<div class='field textarea'>
<label for='id_{{$field.0}}'>{{$field.1}}</label>
- <textarea name='{{$field.0}}' id='id_{{$field.0}}'>{{$field.2}}</textarea>
+ <textarea name='{{$field.0}}' id='id_{{$field.0}}' {{if $field.4}}{{$field.4}}{{/if}} >{{$field.2}}</textarea>
<span class='field_help'>{{$field.3}}</span>
</div>
diff --git a/view/tpl/field_themeselect.tpl b/view/tpl/field_themeselect.tpl
index c02eee328..a0e454bf5 100755
--- a/view/tpl/field_themeselect.tpl
+++ b/view/tpl/field_themeselect.tpl
@@ -1,4 +1,4 @@
- <script>$(function(){ previewTheme($("#id_{{$field.0}}")[0]); });</script>
+ <script>$(document).ready(function(){ previewTheme($("#id_{{$field.0}}")[0]); });</script>
<div class='field select'>
<label for='id_{{$field.0}}'>{{$field.1}}</label>
<select name='{{$field.0}}' id='id_{{$field.0}}' {{if $field.5=='preview'}}onchange="previewTheme(this);"{{/if}} >
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl
index e7b41523f..a212fd486 100755
--- a/view/tpl/head.tpl
+++ b/view/tpl/head.tpl
@@ -7,6 +7,9 @@
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
+<script>(function(w){var dpr=((w.devicePixelRatio===undefined)?1:w.devicePixelRatio);if(!!w.navigator.standalone){var r=new XMLHttpRequest();r.open('GET','/retinaimages.php?devicePixelRatio='+dpr,false);r.send()}else{document.cookie='devicePixelRatio='+dpr+'; path=/'}})(window)</script>
+<noscript><style id="devicePixelRatio" media="only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2)">html{background-image:url("/retinaimages.php?devicePixelRatio=2")}</style></noscript>
+
{{$head_css}}
{{$js_strings}}
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl
index 27b081b57..abf446ba9 100755
--- a/view/tpl/jot-header.tpl
+++ b/view/tpl/jot-header.tpl
@@ -300,6 +300,12 @@ function enableOnUser(){
timer = setTimeout(NavUpdate,1000);
}
+ function itemAddToCal(id) {
+ $.get('{{$baseurl}}/events/add/' + id);
+ if(timer) clearTimeout(timer);
+ timer = setTimeout(NavUpdate,1000);
+ }
+
function jotClearLocation() {
$('#jot-coord').val('');
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index 2fd24d5ff..c4fdba0f5 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -81,7 +81,7 @@
</button>
{{/if}}
{{if $preview}}
- <button class="btn btn-default btn-sm btn-preview" onclick="preview_post();return false;" title="{{$preview}}">
+ <button class="btn btn-default btn-sm" onclick="preview_post();return false;" title="{{$preview}}">
<i class="icon-eye-open jot-icons" ></i>
</button>
{{/if}}
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl
index cac5be65b..515e3107f 100755
--- a/view/tpl/js_strings.tpl
+++ b/view/tpl/js_strings.tpl
@@ -14,6 +14,7 @@
'passphrase' : "{{$passphrase}}",
'passhint' : "{{$passhint}}",
'permschange' : "{{$permschange}}",
+ 'closeAll' : "{{$closeAll}}",
't01' : "{{$t01}}",
't02' : "{{$t02}}",
diff --git a/view/tpl/match.tpl b/view/tpl/match.tpl
index 0688ca26b..41587430b 100755
--- a/view/tpl/match.tpl
+++ b/view/tpl/match.tpl
@@ -10,7 +10,7 @@
</div>
<div class="profile-match-end"></div>
{{if $connlnk}}
- <div class="profile-match-connect"><a href="{{$connlnk}}" title="{{$conntxt}}">{{$conntxt}}</a></div>
+ <div class="profile-match-connect"><a href="{{$connlnk}}" title="{{$conntxt}}"><i class="icon-plus connect-icon"></i> {{$conntxt}}</a></div>
{{/if}}
</div>
diff --git a/view/tpl/mitemlist.tpl b/view/tpl/mitemlist.tpl
index 421b610f1..2c1ded6cc 100644
--- a/view/tpl/mitemlist.tpl
+++ b/view/tpl/mitemlist.tpl
@@ -10,7 +10,7 @@
{{if $mlist }}
<ul id="mitemlist" class="menu-item-list">
{{foreach $mlist as $m }}
-<li><a href="mitem/{{$menu_id}}/{{$m.mitem_id}}" title="{{$hintedit}}"><i class="icon-pencil mitem-edit"></i></a><a href="mitem/{{$menu_id}}/{{$m.mitem_id}}/drop" title={{$hintdrop}}><i class="icon-remove"></i></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="mitem/{{$menu_id}}/{{$m.mitem_id}}" title="{{$hintcontent}}">{{$m.mitem_desc}}</a> ({{$m.mitem_link}})</li>
+<li><a href="mitem/{{$menu_id}}/{{$m.mitem_id}}" title="{{$hintedit}}"><i class="icon-pencil mitem-edit btn btn-default"></i></a><a href="mitem/{{$menu_id}}/{{$m.mitem_id}}/drop" title={{$hintdrop}}><i class="icon-remove btn btn-default"></i></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="mitem/{{$menu_id}}/{{$m.mitem_id}}" title="{{$hintcontent}}">{{$m.mitem_desc}}</a> ({{$m.mitem_link}})</li>
{{/foreach}}
</ul>
{{/if}}
diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl
new file mode 100755
index 000000000..1a591f9f8
--- /dev/null
+++ b/view/tpl/myapps.tpl
@@ -0,0 +1,9 @@
+<h3>{{$title}}</h3>
+
+{{foreach $apps as $ap}}
+<div class="app-container">
+{{$ap}}
+</div>
+{{/foreach}}
+<div class="clear"></div>
+
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index 5aa3b0f01..fa51526d2 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -18,11 +18,14 @@
{{foreach $nav.usermenu as $usermenu}}
<li role="presentation"><a href="{{$usermenu.0}}" title="{{$usermenu.3}}" role="menuitem">{{$usermenu.1}}</a></li>
{{/foreach}}
+ <li role="presentation" class="divider"></li>
{{if $nav.profiles}}<li role="presentation"><a href="{{$nav.profiles.0}}" title="{{$nav.profiles.3}}" role="menuitem">{{$nav.profiles.1}}</a></li>{{/if}}
{{if $nav.manage}}<li role="presentation"><a href="{{$nav.manage.0}}" title="{{$nav.manage.3}}" role="menuitem">{{$nav.manage.1}}</a></li>{{/if}}
- {{if $nav.contacts}}<li role="presentation"><a href="{{$nav.contacts.0}}" title="{{$nav.contacts.3}}" role="menuitem">{{$nav.contacts.1}}</a></li>{{/if}}
{{if $nav.settings}}<li role="presentation"><a href="{{$nav.settings.0}}" title="{{$nav.settings.3}}" role="menuitem">{{$nav.settings.1}}</a></li>{{/if}}
- {{if $nav.admin}}<li role="presentation"><a href="{{$nav.admin.0}}" title="{{$nav.admin.3}}" role="menuitem">{{$nav.admin.1}}</a></li>{{/if}}
+ {{if $nav.admin}}
+ <li role="presentation" class="divider"></li>
+ <li role="presentation"><a href="{{$nav.admin.0}}" title="{{$nav.admin.3}}" role="menuitem">{{$nav.admin.1}}</a></li>
+ {{/if}}
{{if $nav.logout}}
<li role="presentation" class="divider"></li>
<li role="presentation"><a href="{{$nav.logout.0}}" title="{{$nav.logout.3}}" role="menuitem">{{$nav.logout.1}}</a></li>
@@ -71,7 +74,7 @@
</li>
<li class="{{$sel.home}} visible-xs">
<a class="{{$nav.home.2}}" href="{{$nav.home.0}}" title="{{$nav.home.3}}" ><i class="icon-home"></i></a>
- <span class="home-update badge"rel="#nav-home-menu"></span>
+ <span class="home-update badge" rel="#nav-home-menu"></span>
</li>
{{/if}}
@@ -157,13 +160,8 @@
{{/if}}
{{if $nav.apps}}
- <li class="{{$sel.apps}} hidden-xs">
- <a class="{{$nav.apps.2}} dropdown-toggle" data-toggle="dropdown" href="#" rel="#nav-apps-menu" title="{{$nav.apps.3}}" ><i class="icon-cogs"></i></a>
- <ul class="dropdown-menu">
- {{foreach $apps as $ap}}
- <li role="presentation">{{$ap}}</li>
- {{/foreach}}
- </ul>
+ <li class="{{$sel.apps}}">
+ <a class="{{$nav.apps.2}}" href="{{$nav.apps.0}}" title="{{$nav.apps.3}}" ><i class="icon-cogs"></i></a>
</li>
{{/if}}
@@ -175,5 +173,3 @@
</ul>
</div>
</div>
-
-
diff --git a/view/tpl/photo_albums.tpl b/view/tpl/photo_albums.tpl
index e83eefb39..7ff4a8cc0 100755
--- a/view/tpl/photo_albums.tpl
+++ b/view/tpl/photo_albums.tpl
@@ -3,7 +3,9 @@
{{if $albums}}
<ul>
{{foreach $albums as $al}}
-<li><a href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}">{{$al.text}}</a></li>
+{{if $al.text}}
+<li><a href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}">{{$al.text}}</a> ({{$al.total}})</li>
+{{/if}}
{{/foreach}}
</ul>
{{/if}}
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index 01f135522..0c16eb362 100755
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -5,11 +5,11 @@
{{if $tools}}
<a id="photo-toprofile-link" href="{{$tools.profile.0}}">{{$tools.profile.1}}</a>
{{/if}}
-{{if $lock}} | <i class="lockview icon-lock" title="{{$lock}}" onclick="lockview(event,'photo/{{$id}}');" ></i> {{/if}}
+{{if $lock}} | <i class="lockview icon-lock" title="{{$lock}}" onclick="lockview(event,'photo/{{$id}}');"></i> {{/if}}
</div>
{{if $prevlink}}<div id="photo-prev-link"><a href="{{$prevlink.0}}"><i class="icon-backward photo-icons"></i></div>{{/if}}
-<div id="photo-photo"><a href="{{$photo.href}}" title="{{$photo.title}}" onclick="$.colorbox({href: '{{$photo.href}}'}); return false;" ><img src="{{$photo.src}}" /></a></div>
+<div id="photo-photo"><a href="{{$photo.href}}" title="{{$photo.title}}" onclick="$.colorbox({href: '{{$photo.href}}'}); return false;"><img style="max-width: 100%;" src="{{$photo.src}}"></a></div>
{{if $nextlink}}<div id="photo-next-link"><a href="{{$nextlink.0}}"><i class="icon-forward photo-icons"></i></a></div>{{/if}}
<div id="photo-photo-end"></div>
<div id="photo-caption">{{$desc}}</div>
@@ -24,22 +24,30 @@
{{if $edit}}
<div id="photo-edit-edit-wrapper" class="fakelink" onclick="openClose('photo-edit-edit');">{{$edit.edit}}</div>
<div id="photo-edit-edit" style="display: none;">
-<form action="photos/{{$edit.nickname}}/{{$edit.resource_id}}" method="post" id="photo_edit_form" >
+<form action="photos/{{$edit.nickname}}/{{$edit.resource_id}}" method="post" id="photo_edit_form">
- <input type="hidden" name="item_id" value="{{$edit.item_id}}" />
+ <input type="hidden" name="item_id" value="{{$edit.item_id}}">
<label id="photo-edit-albumname-label" for="photo-edit-albumname">{{$edit.newalbum}}</label>
- <input id="photo-edit-albumname" type="text" size="32" name="albname" value="{{$edit.album}}" />
-
+ <input id="photo-edit-albumname" type="text" size="32" name="albname" value="{{$edit.album}}" list="dl-albums">
+{{if $edit.albums}}
+ <datalist id="dl-albums">
+ {{foreach $edit.albums as $al}}
+ {{if $al.text}}
+ <option value="{{$al.text}}">
+ {{/if}}
+ {{/foreach}}
+ </datalist>
+{{/if}}
<div id="photo-edit-albumname-end"></div>
<label id="photo-edit-caption-label" for="photo-edit-caption">{{$edit.capt_label}}</label>
- <input id="photo-edit-caption" type="text" size="84" name="desc" value="{{$edit.caption}}" />
+ <input id="photo-edit-caption" type="text" size="84" name="desc" value="{{$edit.caption}}">
<div id="photo-edit-caption-end"></div>
<label id="photo-edit-tags-label" for="photo-edit-newtag" >{{$edit.tag_label}}</label>
- <input name="newtag" id="photo-edit-newtag" size="84" title="{{$edit.help_tags}}" type="text" />
+ <input name="newtag" id="photo-edit-newtag" size="84" title="{{$edit.help_tags}}" type="text">
<div id="photo-edit-tags-end"></div>
<div id="photo-edit-rotate-wrapper">
@@ -47,13 +55,13 @@
{{$edit.rotatecw}}<br>
{{$edit.rotateccw}}
</div>
- <input type="radio" name="rotate" value="1" /><br>
- <input type="radio" name="rotate" value="2" />
+ <input type="radio" name="rotate" value="1"><br>
+ <input type="radio" name="rotate" value="2">
</div>
<div id="photo-edit-rotate-end"></div>
- <div id="settings-default-perms" class="settings-default-perms" >
- <span id="jot-perms-icon" class="{{$edit.lockstate}}" ></span>
+ <div id="settings-default-perms" class="settings-default-perms">
+ <span id="jot-perms-icon" class="{{$edit.lockstate}}"></span>
<button class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$edit.permissions}}</button>
{{$edit.aclselect}}
<div id="settings-default-perms-menu-end"></div>
@@ -61,8 +69,8 @@
<br/>
<div id="settings-default-perms-end"></div>
- <input id="photo-edit-submit-button" type="submit" name="submit" value="{{$edit.submit}}" />
- <input id="photo-edit-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete()"; />
+ <input id="photo-edit-submit-button" type="submit" name="submit" value="{{$edit.submit}}">
+ <input id="photo-edit-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete();">
<div id="photo-edit-end"></div>
</form>
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl
index 10a0a25a9..d72507d4c 100755
--- a/view/tpl/profile_vcard.tpl
+++ b/view/tpl/profile_vcard.tpl
@@ -45,7 +45,7 @@
{{if $connect}}
-<a href="{{$connect_url}}" class="rconnect">{{$connect}}</a>
+<a href="{{$connect_url}}" class="rconnect"><i class="icon-plus connect-icon"></i> {{$connect}}</a>
{{/if}}
</div>
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl
index 924b4b33f..a2038b930 100755
--- a/view/tpl/settings_display.tpl
+++ b/view/tpl/settings_display.tpl
@@ -9,7 +9,6 @@
{{include file="field_input.tpl" field=$ajaxint}}
{{include file="field_input.tpl" field=$itemspage}}
{{include file="field_checkbox.tpl" field=$nosmile}}
-{{include file="field_checkbox.tpl" field=$chanview_full}}
<div class="settings-submit-wrapper" >
diff --git a/view/tpl/settings_oauth.tpl b/view/tpl/settings_oauth.tpl
index 8b76e9eec..9be0035ff 100755
--- a/view/tpl/settings_oauth.tpl
+++ b/view/tpl/settings_oauth.tpl
@@ -23,8 +23,8 @@
{{/if}}
{{/if}}
{{if $app.my}}
- <a href="{{$baseurl}}/settings/oauth/edit/{{$app.client_id}}" title="{{$edit}}"><i class="icon-pencil"></i></a>
- <a href="{{$baseurl}}/settings/oauth/delete/{{$app.client_id}}?t={{$form_security_token}}" title="{{$delete}}"><i class="icon-remove"></i></a>
+ <a href="{{$baseurl}}/settings/oauth/edit/{{$app.client_id}}" title="{{$edit}}"><i class="icon-pencil btn btn-default"></i></a>
+ <a href="{{$baseurl}}/settings/oauth/delete/{{$app.client_id}}?t={{$form_security_token}}" title="{{$delete}}"><i class="icon-remove btn btn-default"></i></a>
{{/if}}
</div>
{{/foreach}}
diff --git a/view/tpl/suggest_friends.tpl b/view/tpl/suggest_friends.tpl
index 0388504d2..2008193f9 100755
--- a/view/tpl/suggest_friends.tpl
+++ b/view/tpl/suggest_friends.tpl
@@ -1,16 +1,16 @@
<div class="profile-match-wrapper">
- <a href="{{$entry.ignlnk}}" title="{{$entry.ignore}}" class="profile-match-ignore" onclick="return confirmDelete();" ><i class="icon-remove drop-icons"></i></a>
<div class="profile-match-photo">
<a href="{{$entry.url}}">
<img src="{{$entry.photo}}" alt="{{$entry.name}}" width="80" height="80" title="{{$entry.name}} [{{$entry.profile}}]" />
</a>
</div>
+ <a href="{{$entry.ignlnk}}" title="{{$entry.ignore}}" class="profile-match-ignore" onclick="return confirmDelete();" ><i class="icon-remove drop-icons btn btn-default"></i></a>
<div class="profile-match-break"></div>
<div class="profile-match-name">
<a href="{{$entry.url}}" title="{{$entry.name}}">{{$entry.name}}</a>
</div>
<div class="profile-match-end"></div>
{{if $entry.connlnk}}
- <div class="profile-match-connect"><a href="{{$entry.connlnk}}" title="{{$entry.conntxt}}">{{$entry.conntxt}}</a></div>
+ <div class="profile-match-connect btn btn-default"><a href="{{$entry.connlnk}}" title="{{$entry.conntxt}}"><i class="icon-plus connect-icon"></i> {{$entry.conntxt}}</a></div>
{{/if}}
</div>