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.css85
-rw-r--r--view/css/mod_apps.css5
-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.js45
-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/htconfig.tpl98
-rw-r--r--view/nl/intro_complete_eml.tpl22
-rw-r--r--view/nl/lostpass_eml.tpl32
-rw-r--r--view/nl/messages.po7605
-rw-r--r--view/nl/passchanged_eml.tpl20
-rw-r--r--view/nl/register_open_eml.tpl19
-rw-r--r--view/nl/register_verify_eml.tpl25
-rw-r--r--view/nl/request_notify_eml.tpl17
-rw-r--r--view/nl/strings.php1801
-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.po8761
-rw-r--r--view/pt-br/register_open_eml.tpl2
-rw-r--r--view/pt-br/strings.php2268
-rw-r--r--view/ru/messages.po9033
-rw-r--r--view/ru/strings.php2223
-rw-r--r--view/sv/strings.php3
-rw-r--r--view/theme/redbasic/css/style.css90
-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.php24
-rw-r--r--view/theme/redbasic/schema/boxy.php19
-rw-r--r--view/theme/redbasic/schema/dark.php4
-rw-r--r--view/theme/redbasic/tpl/theme_settings.tpl13
-rwxr-xr-xview/tpl/acl_selector.tpl2
-rw-r--r--view/tpl/app.tpl17
-rw-r--r--view/tpl/app_create.tpl30
-rw-r--r--view/tpl/app_select.tpl13
-rwxr-xr-xview/tpl/apps.tpl14
-rwxr-xr-xview/tpl/comment_item.tpl92
-rwxr-xr-xview/tpl/conv_item.tpl57
-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.tpl9
-rwxr-xr-xview/tpl/photo_view.tpl2
-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.tpl2
72 files changed, 21607 insertions, 11100 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..b32a08486 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 */
@@ -72,22 +72,6 @@
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 +183,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 +225,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..2788817d9
--- /dev/null
+++ b/view/css/mod_apps.css
@@ -0,0 +1,5 @@
+.app-container {
+ float: left;
+ width: 125px;
+ 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 c947245b0..52ae78ad3 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["Light (global default)"] = "Light (predefinito)";
$a->strings["Submit"] = "Salva";
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..871b683d5 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);
}
@@ -341,6 +374,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' });
@@ -747,6 +781,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/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/htconfig.tpl b/view/nl/htconfig.tpl
new file mode 100644
index 000000000..9377472bd
--- /dev/null
+++ b/view/nl/htconfig.tpl
@@ -0,0 +1,98 @@
+<?php
+
+// Set the following for your MySQL installation
+// Copy or rename this file to .htconfig.php
+
+$db_host = '{{$dbhost}}';
+$db_port = '{{$dbport}}';
+$db_user = '{{$dbuser}}';
+$db_pass = '{{$dbpass}}';
+$db_data = '{{$dbdata}}';
+
+/*
+ * Notice: Many of the following settings will be available in the admin panel
+ * after a successful site install. Once they are set in the admin panel, they
+ * are stored in the DB - and the DB setting will over-ride any corresponding
+ * setting in this file
+ *
+ * The command-line tool util/config is able to query and set the DB items
+ * directly if for some reason the admin panel is not available and a system
+ * setting requires modification.
+ *
+ */
+
+
+// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles".
+// It can be changed later and only applies to timestamps for anonymous viewers.
+
+$default_timezone = '{{$timezone}}';
+
+// What is your site name?
+
+$a->config['system']['baseurl'] = '{{$siteurl}}';
+$a->config['system']['sitename'] = "Red Matrix";
+$a->config['system']['location_hash'] = '{{$site_id}}';
+
+
+// Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED.
+// Be certain to create your own personal account before setting
+// REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on
+// the registration page. REGISTER_APPROVE requires you set 'admin_email'
+// to the email address of an already registered person who can authorise
+// and/or approve/deny the request.
+
+$a->config['system']['register_policy'] = REGISTER_OPEN;
+$a->config['system']['register_text'] = '';
+$a->config['system']['admin_email'] = '{{$adminmail}}';
+
+
+// Site access restrictions. By default we will create private sites.
+// Your choices are ACCESS_PRIVATE, ACCESS_PAID, ACCESS_TIERED, and ACCESS_FREE.
+// If you leave REGISTER_OPEN above, anybody may register on your
+// site, however your site will not be listed anywhere as an open
+// registration hub. We will use the system access policy (below)
+// to determine whether or not to list your site in the directory
+// as an open hub where anybody may create accounts. Your choice of
+// paid, tiered, or free determines how these listings will be presented.
+
+
+$a->config['system']['access_policy'] = ACCESS_PRIVATE;
+
+// If you operate a public site, you might wish that people are directed
+// to a "sellpage" where you can describe for features or policies or service plans in depth.
+// This must be an absolute URL beginning with http:// or https:// .
+
+$a->config['system']['sellpage'] = '';
+
+// Maximum size of an imported message, 0 is unlimited
+// FIXME - NOT currently implemented.
+
+$a->config['system']['max_import_size'] = 200000;
+
+// Location of PHP command line processor
+
+$a->config['system']['php_path'] = '{{$phpath}}';
+
+// Configure how we communicate with directory servers.
+// DIRECTORY_MODE_NORMAL = directory client, we will find a directory
+// DIRECTORY_MODE_SECONDARY = caching directory or mirror
+// DIRECTORY_MODE_PRIMARY = main directory server
+// DIRECTORY_MODE_STANDALONE = "off the grid" or private directory services
+
+$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL;
+
+// default system theme
+
+$a->config['system']['theme'] = 'redbasic';
+
+
+// PHP error logging setup
+// Before doing this ensure that the webserver has permission
+// to create and write to php.out in the top level Red directory,
+// or change the name (below) to a file/path where this is allowed.
+
+// Uncomment the following 4 lines to turn on PHP error logging.
+//error_reporting(E_ERROR | E_WARNING | E_PARSE );
+//ini_set('error_log','php.out');
+//ini_set('log_errors','1');
+//ini_set('display_errors', '0');
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..b8466a2b3
--- /dev/null
+++ b/view/nl/messages.po
@@ -0,0 +1,7605 @@
+# 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-03 05:06+0000\n"
+"PO-Revision-Date: 2014-06-03 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"
+
+#: ../../view/theme/redbasic/php/config.php:84
+msgid "Light (global default)"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:99
+#: ../../include/ItemObject.php:583 ../../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/filestorage.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/photos.php:565 ../../mod/photos.php:670 ../../mod/photos.php:953
+#: ../../mod/photos.php:993 ../../mod/photos.php:1080 ../../mod/mood.php:135
+#: ../../mod/pdledit.php:58 ../../mod/connedit.php:476 ../../mod/setup.php:307
+#: ../../mod/setup.php:350 ../../mod/invite.php:156 ../../mod/thing.php:283
+#: ../../mod/thing.php:326 ../../mod/connect.php:92 ../../mod/fsuggest.php:108
+#: ../../mod/poke.php:166 ../../mod/group.php:81 ../../mod/appman.php:99
+#: ../../mod/sources.php:104 ../../mod/sources.php:138
+#: ../../mod/import.php:387 ../../mod/mail.php:223 ../../mod/mail.php:335
+#: ../../mod/profiles.php:506 ../../mod/chat.php:177 ../../mod/chat.php:211
+#: ../../mod/events.php:492
+msgid "Submit"
+msgstr "Opslaan"
+
+#: ../../view/theme/redbasic/php/config.php:102
+msgid "Theme settings"
+msgstr "Thema-instellingen"
+
+#: ../../view/theme/redbasic/php/config.php:103
+msgid "Set scheme"
+msgstr "Schema van thema instellen"
+
+#: ../../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:124
+msgid "Set font-size for posts and comments"
+msgstr "Lettergrootte voor berichten en reacties 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:1428 ../../include/nav.php:134 ../../mod/register.php:206
+msgid "Register"
+msgstr "Registreren "
+
+#: ../../boot.php:1451 ../../include/nav.php:77 ../../include/nav.php:96
+msgid "Logout"
+msgstr "Uitloggen:"
+
+#: ../../boot.php:1452 ../../include/nav.php:94 ../../include/apps.php:118
+msgid "Login"
+msgstr "Inloggen"
+
+#: ../../boot.php:1454 ../../include/contact_selectors.php:77
+#: ../../mod/admin.php:753 ../../mod/admin.php:762
+msgid "Email"
+msgstr "E-mail"
+
+#: ../../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:1462 ../../mod/lostpass.php:85
+msgid "Password Reset"
+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"
+
+#: ../../include/auth.php:79
+msgid "Logged out."
+msgstr "Uitgelogd."
+
+#: ../../include/auth.php:198
+msgid "Failed authentication"
+msgstr "Mislukte identificatie"
+
+#: ../../include/auth.php:213 ../../mod/openid.php:188
+msgid "Login failed."
+msgstr "Inloggen mislukt."
+
+#: ../../include/comanche.php:35
+msgid "Default"
+msgstr ""
+
+#: ../../include/photos.php:15 ../../include/items.php:3645
+#: ../../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/chat.php:116
+#: ../../mod/settings.php:492 ../../mod/filestorage.php:10
+#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75
+#: ../../mod/filestorage.php:98 ../../mod/webpages.php:40
+#: ../../mod/authtest.php:13 ../../mod/new_channel.php:66
+#: ../../mod/new_channel.php:97 ../../mod/connections.php:169
+#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/photos.php:68
+#: ../../mod/photos.php:526 ../../mod/mitem.php:73 ../../mod/regmod.php:18
+#: ../../mod/mood.php:112 ../../mod/pdledit.php:21
+#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276
+#: ../../mod/menu.php:44 ../../mod/block.php:22 ../../mod/block.php:72
+#: ../../mod/suggest.php:26 ../../mod/connedit.php:221
+#: ../../mod/message.php:16 ../../mod/setup.php:203 ../../mod/invite.php:13
+#: ../../mod/invite.php:104 ../../mod/thing.php:247 ../../mod/thing.php:263
+#: ../../mod/thing.php:298 ../../mod/viewconnections.php:22
+#: ../../mod/viewconnections.php:27 ../../mod/register.php:68
+#: ../../mod/network.php:12 ../../mod/delegate.php:6 ../../mod/fsuggest.php:78
+#: ../../mod/manage.php:6 ../../mod/editpost.php:13
+#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83
+#: ../../mod/poke.php:128 ../../mod/blocks.php:29 ../../mod/blocks.php:44
+#: ../../mod/group.php:9 ../../mod/item.php:179 ../../mod/item.php:187
+#: ../../mod/item.php:872 ../../mod/appman.php:66 ../../mod/sources.php:66
+#: ../../mod/page.php:30 ../../mod/page.php:80 ../../mod/mail.php:108
+#: ../../mod/channel.php:89 ../../mod/channel.php:193
+#: ../../mod/channel.php:236 ../../mod/profiles.php:152
+#: ../../mod/profiles.php:453 ../../mod/bookmarks.php:46
+#: ../../mod/common.php:35 ../../mod/api.php:26 ../../mod/api.php:31
+#: ../../mod/chat.php:90 ../../mod/chat.php:95 ../../mod/events.php:141
+#: ../../mod/notifications.php:66 ../../mod/layouts.php:27
+#: ../../mod/layouts.php:39 ../../mod/editblock.php:34
+#: ../../mod/viewsrc.php:12 ../../mod/achievements.php:27
+#: ../../mod/editlayout.php:48 ../../index.php:186 ../../index.php:361
+msgid "Permission denied."
+msgstr "Toegang geweigerd."
+
+#: ../../include/photos.php:51 ../../include/photo/photo_driver.php:643
+#: ../../mod/photos.php:91 ../../mod/photos.php:655 ../../mod/photos.php:677
+#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301
+#: ../../mod/profile_photo.php:421
+msgid "Profile Photos"
+msgstr "Profielfoto's"
+
+#: ../../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:311 ../../include/conversation.php:1504
+msgid "Photo Albums"
+msgstr "Fotoalbums"
+
+#: ../../include/photos.php:315 ../../mod/photos.php:693
+#: ../../mod/photos.php:1190
+msgid "Upload New Photos"
+msgstr "Nieuwe foto's uploaden"
+
+#: ../../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 ""
+
+#: ../../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 weergeven"
+
+#: ../../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 %1$s's %2$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/items.php:306 ../../mod/subthread.php:49
+#: ../../mod/profperm.php:23 ../../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:3583 ../../mod/filestorage.php:18
+#: ../../mod/home.php:65 ../../mod/admin.php:159 ../../mod/admin.php:921
+#: ../../mod/admin.php:1124 ../../mod/thing.php:78 ../../mod/display.php:32
+#: ../../mod/viewsrc.php:18
+msgid "Item not found."
+msgstr "Item niet gevonden."
+
+#: ../../include/items.php:4007 ../../mod/group.php:38 ../../mod/group.php:140
+msgid "Collection not found."
+msgstr "Collectie niet gevonden."
+
+#: ../../include/items.php:4022
+msgid "Collection is empty."
+msgstr "Collectie is leeg"
+
+#: ../../include/items.php:4029
+#, php-format
+msgid "Collection: %s"
+msgstr "Collectie: %s"
+
+#: ../../include/items.php:4040
+#, php-format
+msgid "Connection: %s"
+msgstr "Connectie: %s"
+
+#: ../../include/items.php:4043
+msgid "Connection not found."
+msgstr "Connectie niet gevonden."
+
+#: ../../include/Contact.php:107 ../../include/identity.php:675
+#: ../../include/widgets.php:128 ../../include/widgets.php:168
+#: ../../mod/dirprofile.php:164 ../../mod/suggest.php:51
+#: ../../mod/directory.php:183 ../../mod/match.php:62
+msgid "Connect"
+msgstr "Verbinden"
+
+#: ../../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/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:499
+#, php-format
+msgid "%1$s's birthday"
+msgstr ""
+
+#: ../../include/datetime.php:500
+#, php-format
+msgid "Happy Birthday %1$s"
+msgstr ""
+
+#: ../../include/identity.php:30 ../../mod/item.php:1244
+msgid "Unable to obtain identity information from database"
+msgstr ""
+
+#: ../../include/identity.php:63
+msgid "Empty name"
+msgstr ""
+
+#: ../../include/identity.php:65
+msgid "Name too long"
+msgstr "Naam te lang"
+
+#: ../../include/identity.php:166
+msgid "No account identifier"
+msgstr ""
+
+#: ../../include/identity.php:176
+msgid "Nickname is required."
+msgstr ""
+
+#: ../../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:258
+msgid "Unable to retrieve created identity"
+msgstr ""
+
+#: ../../include/identity.php:317
+msgid "Default Profile"
+msgstr "Standaardprofiel"
+
+#: ../../include/identity.php:342 ../../include/profile_selectors.php:42
+#: ../../include/widgets.php:400 ../../mod/connedit.php:431
+msgid "Friends"
+msgstr "Vrienden"
+
+#: ../../include/identity.php:509
+msgid "Requested channel is not available."
+msgstr ""
+
+#: ../../include/identity.php:557 ../../mod/filestorage.php:40
+#: ../../mod/webpages.php:8 ../../mod/profile.php:16 ../../mod/connect.php:13
+#: ../../mod/blocks.php:10 ../../mod/layouts.php:8
+#: ../../mod/achievements.php:8
+msgid "Requested profile is not available."
+msgstr "Opgevraagd profiel is niet beschikbaar"
+
+#: ../../include/identity.php:689 ../../mod/profiles.php:603
+msgid "Change profile photo"
+msgstr "Profielfoto veranderen"
+
+#: ../../include/identity.php:695
+msgid "Profiles"
+msgstr ""
+
+#: ../../include/identity.php:695
+msgid "Manage/edit profiles"
+msgstr ""
+
+#: ../../include/identity.php:696 ../../mod/profiles.php:604
+msgid "Create New Profile"
+msgstr "Nieuw profiel aanmaken"
+
+#: ../../include/identity.php:699
+msgid "Edit Profile"
+msgstr ""
+
+#: ../../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:726 ../../include/event.php:40
+#: ../../include/bb2diaspora.php:455 ../../mod/dirprofile.php:105
+#: ../../mod/directory.php:156 ../../mod/events.php:485
+msgid "Location:"
+msgstr "Plaats:"
+
+#: ../../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 ""
+
+#: ../../include/identity.php:797 ../../include/identity.php:877
+msgid "F d"
+msgstr ""
+
+#: ../../include/identity.php:842 ../../include/identity.php:917
+#: ../../mod/ping.php:284
+msgid "[today]"
+msgstr "[vandaag]"
+
+#: ../../include/identity.php:854
+msgid "Birthday Reminders"
+msgstr ""
+
+#: ../../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/page_widgets.php:6
+msgid "New Page"
+msgstr "Nieuwe pagina"
+
+#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36
+#: ../../include/menu.php:42 ../../include/ItemObject.php:96
+#: ../../include/apps.php:212 ../../mod/settings.php:577
+#: ../../mod/filestorage.php:174 ../../mod/webpages.php:119
+#: ../../mod/connections.php:392 ../../mod/menu.php:59 ../../mod/thing.php:235
+#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143
+#: ../../mod/blocks.php:94 ../../mod/layouts.php:112
+#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106
+msgid "Edit"
+msgstr "Bewerken"
+
+#: ../../include/page_widgets.php:39 ../../mod/webpages.php:122
+#: ../../mod/blocks.php:97 ../../mod/layouts.php:116
+msgid "View"
+msgstr "Weergeven"
+
+#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:592
+#: ../../include/conversation.php:1088 ../../mod/webpages.php:123
+#: ../../mod/photos.php:994 ../../mod/editpost.php:140
+#: ../../mod/editwebpage.php:175 ../../mod/editblock.php:141
+#: ../../mod/editlayout.php:135
+msgid "Preview"
+msgstr "Voorvertoning"
+
+#: ../../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/reddav.php:1045
+msgid "Edit File properties"
+msgstr "Bestandseigenschappen bewerken"
+
+#: ../../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/taxonomy.php:210
+msgid "Tags"
+msgstr ""
+
+#: ../../include/taxonomy.php:227
+msgid "Keywords"
+msgstr ""
+
+#: ../../include/taxonomy.php:252
+msgid "have"
+msgstr ""
+
+#: ../../include/taxonomy.php:252
+msgid "has"
+msgstr ""
+
+#: ../../include/taxonomy.php:253
+msgid "want"
+msgstr ""
+
+#: ../../include/taxonomy.php:253
+msgid "wants"
+msgstr ""
+
+#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:208
+msgid "like"
+msgstr "leuk"
+
+#: ../../include/taxonomy.php:254
+msgid "likes"
+msgstr ""
+
+#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:209
+msgid "dislike"
+msgstr "niet leuk"
+
+#: ../../include/taxonomy.php:255
+msgid "dislikes"
+msgstr ""
+
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "Dit item verwijderen?"
+
+#: ../../include/js_strings.php:6 ../../include/ItemObject.php:582
+#: ../../mod/photos.php:992 ../../mod/photos.php:1079
+msgid "Comment"
+msgstr "Reactie"
+
+#: ../../include/js_strings.php:7 ../../include/ItemObject.php:316
+msgid "[+] show all"
+msgstr "[+] alle reacties weergeven"
+
+#: ../../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/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 mijn \"openbaar\" adresboek 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 hun kanaalstream 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/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 "Uurlijks"
+
+#: ../../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: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/event.php:11 ../../include/bb2diaspora.php:433
+msgid "l F d, Y \\@ g:i A"
+msgstr "l d F Y \\@ G:i"
+
+#: ../../include/event.php:20 ../../include/bb2diaspora.php:439
+msgid "Starts:"
+msgstr "Start:"
+
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:447
+msgid "Finishes:"
+msgstr "Eindigt:"
+
+#: ../../include/event.php:321
+msgid "This event has been added to your calendar."
+msgstr ""
+
+#: ../../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/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 "Registratiedetails 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/oembed.php:171
+msgid "Embedded content"
+msgstr "Ingebedde inhoud"
+
+#: ../../include/oembed.php:180
+msgid "Embedding disabled"
+msgstr "Inbedden uitgeschakeld"
+
+#: ../../include/zot.php:596
+msgid "Invalid data packet"
+msgstr ""
+
+#: ../../include/zot.php:606
+msgid "Unable to verify channel signature"
+msgstr ""
+
+#: ../../include/zot.php:803
+#, php-format
+msgid "Unable to verify site signature for %s"
+msgstr ""
+
+#: ../../include/network.php:652
+msgid "view full size"
+msgstr "volledige grootte tonen"
+
+#: ../../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/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 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/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/ItemObject.php:89 ../../include/conversation.php:639
+#: ../../mod/photos.php:846
+msgid "Private Message"
+msgstr "Privébericht"
+
+#: ../../include/ItemObject.php:108 ../../include/apps.php:213
+#: ../../include/conversation.php:632 ../../mod/settings.php:578
+#: ../../mod/filestorage.php:175 ../../mod/admin.php:757
+#: ../../mod/admin.php:886 ../../mod/photos.php:1043
+#: ../../mod/connedit.php:398 ../../mod/thing.php:236 ../../mod/group.php:176
+msgid "Delete"
+msgstr "Verwijderen"
+
+#: ../../include/ItemObject.php:114 ../../include/conversation.php:631
+msgid "Select"
+msgstr "Kies"
+
+#: ../../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] "vind dit leuk"
+msgstr[1] "vinden dit leuk"
+
+#: ../../include/ItemObject.php:139
+msgctxt "noun"
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "vind 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:182 ../../include/conversation.php:646
+msgid "Message is verified"
+msgstr "Bericht is geverifieerd"
+
+#: ../../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:250 ../../include/conversation.php:690
+#, php-format
+msgid " from %s"
+msgstr " van %s"
+
+#: ../../include/ItemObject.php:253 ../../include/conversation.php:693
+#, php-format
+msgid "last edited: %s"
+msgstr "laatst bewerkt: %s"
+
+#: ../../include/ItemObject.php:254 ../../include/conversation.php:694
+#, php-format
+msgid "Expires: %s"
+msgstr "Verloopt: %s"
+
+#: ../../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:289 ../../include/acl_selectors.php:247
+msgid "Close"
+msgstr "Sluiten"
+
+#: ../../include/ItemObject.php:294 ../../include/conversation.php:711
+#: ../../include/conversation.php:1127 ../../mod/photos.php:974
+#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:152
+#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editblock.php:120
+#: ../../mod/editlayout.php:115
+msgid "Please wait"
+msgstr "Even wachten"
+
+#: ../../include/ItemObject.php:315
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d reactie"
+msgstr[1] "%d reacties"
+
+#: ../../include/ItemObject.php:580 ../../mod/photos.php:990
+#: ../../mod/photos.php:1077
+msgid "This is you"
+msgstr "Dit ben jij"
+
+#: ../../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/ItemObject.php:595 ../../include/conversation.php:1153
+#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341
+msgid "Encrypt text"
+msgstr "Tekst versleutelen"
+
+#: ../../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 ""
+
+#: ../../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:813 ../../include/text.php:827
+#: ../../include/nav.php:144 ../../include/apps.php:134
+#: ../../mod/search.php:29
+msgid "Search"
+msgstr "Zoeken"
+
+#: ../../include/text.php:815 ../../include/text.php:829
+#: ../../include/widgets.php:186 ../../mod/filer.php:50
+#: ../../mod/rbmark.php:28 ../../mod/rbmark.php:98
+msgid "Save"
+msgstr "Opslaan"
+
+#: ../../include/text.php:895
+msgid "poke"
+msgstr "aanstoten"
+
+#: ../../include/text.php:895 ../../include/conversation.php:240
+msgid "poked"
+msgstr "aangestoten"
+
+#: ../../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 ""
+
+#: ../../include/text.php:899
+msgid "finger"
+msgstr ""
+
+#: ../../include/text.php:899
+msgid "fingered"
+msgstr ""
+
+#: ../../include/text.php:900
+msgid "rebuff"
+msgstr ""
+
+#: ../../include/text.php:900
+msgid "rebuffed"
+msgstr ""
+
+#: ../../include/text.php:909
+msgid "happy"
+msgstr "gelukkig"
+
+#: ../../include/text.php:910
+msgid "sad"
+msgstr "bedroefd"
+
+#: ../../include/text.php:911
+msgid "mellow"
+msgstr ""
+
+#: ../../include/text.php:912
+msgid "tired"
+msgstr "moe"
+
+#: ../../include/text.php:913
+msgid "perky"
+msgstr ""
+
+#: ../../include/text.php:914
+msgid "angry"
+msgstr "boos"
+
+#: ../../include/text.php:915
+msgid "stupified"
+msgstr ""
+
+#: ../../include/text.php:916
+msgid "puzzled"
+msgstr "verward"
+
+#: ../../include/text.php:917
+msgid "interested"
+msgstr "geïntereseerd"
+
+#: ../../include/text.php:918
+msgid "bitter"
+msgstr "verbitterd"
+
+#: ../../include/text.php:919
+msgid "cheerful"
+msgstr ""
+
+#: ../../include/text.php:920
+msgid "alive"
+msgstr ""
+
+#: ../../include/text.php:921
+msgid "annoyed"
+msgstr ""
+
+#: ../../include/text.php:922
+msgid "anxious"
+msgstr ""
+
+#: ../../include/text.php:923
+msgid "cranky"
+msgstr ""
+
+#: ../../include/text.php:924
+msgid "disturbed"
+msgstr ""
+
+#: ../../include/text.php:925
+msgid "frustrated"
+msgstr "gefrustreerd "
+
+#: ../../include/text.php:926
+msgid "depressed"
+msgstr ""
+
+#: ../../include/text.php:927
+msgid "motivated"
+msgstr "gemotiveerd"
+
+#: ../../include/text.php:928
+msgid "relaxed"
+msgstr ""
+
+#: ../../include/text.php:929
+msgid "surprised"
+msgstr ""
+
+#: ../../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 ""
+
+#: ../../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:1705 ../../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:1708 ../../include/conversation.php:120
+#: ../../mod/tagger.php:49
+msgid "event"
+msgstr "gebeurtenis"
+
+#: ../../include/text.php:1711 ../../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:1713 ../../include/conversation.php:147
+#: ../../mod/tagger.php:55
+msgid "comment"
+msgstr "reactie"
+
+#: ../../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/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/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/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/bookmarks.php:42
+#, php-format
+msgid "%1$s's bookmarks"
+msgstr "Bladwijzers van %1$s"
+
+#: ../../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 ../../include/conversation.php:937
+#: ../../mod/connedit.php:351 ../../mod/connedit.php:465
+msgid "View Profile"
+msgstr "Profiel weergeven"
+
+#: ../../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 ../../include/apps.php:126
+#: ../../include/conversation.php:1501 ../../mod/fbrowser.php:25
+msgid "Photos"
+msgstr "Foto's"
+
+#: ../../include/nav.php:84
+msgid "Your photos"
+msgstr "Jouw foto's"
+
+#: ../../include/nav.php:85 ../../include/apps.php:122
+#: ../../include/conversation.php:1510 ../../mod/fbrowser.php:114
+msgid "Files"
+msgstr "Bestanden"
+
+#: ../../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 ../../include/nav.php:180
+#: ../../include/apps.php:127 ../../include/conversation.php:1532
+#: ../../mod/events.php:377
+msgid "Events"
+msgstr "Gebeurtenissen"
+
+#: ../../include/nav.php:87
+msgid "Your events"
+msgstr "Jouw gebeurtenissen"
+
+#: ../../include/nav.php:88 ../../include/apps.php:116
+#: ../../include/conversation.php:1540
+msgid "Bookmarks"
+msgstr "Bladwijzers"
+
+#: ../../include/nav.php:88
+msgid "Your bookmarks"
+msgstr "Jouw bladwijzers"
+
+#: ../../include/nav.php:90 ../../include/apps.php:123
+#: ../../include/conversation.php:1551 ../../mod/webpages.php:79
+msgid "Webpages"
+msgstr "Webpagina's"
+
+#: ../../include/nav.php:90
+msgid "Your webpages"
+msgstr "Jouw webpagina's"
+
+#: ../../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 verifiëren via jouw eigen Red Matrix-hub"
+
+#: ../../include/nav.php:130
+msgid "Home Page"
+msgstr "Homepage"
+
+#: ../../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
+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/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 versleuteling"
+
+#: ../../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 streamactiviteit op mate van relationele verwantschap"
+
+#: ../../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 ""
+
+#: ../../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 ""
+
+#: ../../include/features.php:69
+msgid "Provide a personal tag cloud on your channel page"
+msgstr ""
+
+#: ../../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/apps.php:115
+msgid "Site Admin"
+msgstr "Hubbeheerder"
+
+#: ../../include/apps.php:117
+msgid "Address Book"
+msgstr "Adresboek"
+
+#: ../../include/apps.php:131 ../../mod/mood.php:131
+msgid "Mood"
+msgstr "Stemming"
+
+#: ../../include/apps.php:132 ../../include/conversation.php:942
+msgid "Poke"
+msgstr "Aanstoten"
+
+#: ../../include/apps.php:206 ../../mod/settings.php:79
+#: ../../mod/settings.php:541
+msgid "Update"
+msgstr "Update"
+
+#: ../../include/apps.php:206
+msgid "Install"
+msgstr "Installeren"
+
+#: ../../include/apps.php:210
+msgid "Purchase"
+msgstr "Aanschaffen"
+
+#: ../../include/apps.php:289 ../../include/apps.php:340
+#: ../../mod/connedit.php:434
+msgid "Unknown"
+msgstr "Onbekend"
+
+#: ../../include/api.php:1016
+msgid "Public Timeline"
+msgstr "Openbare tijdlijn"
+
+#: ../../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/conversation.php:123
+msgid "channel"
+msgstr "kanaal"
+
+#: ../../include/conversation.php:161 ../../mod/like.php:142
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s vind %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 vind %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:258 ../../mod/mood.php:63
+#, php-format
+msgctxt "mood"
+msgid "%1$s is %2$s"
+msgstr "%1$s is %2$s"
+
+#: ../../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:709
+msgid "View in context"
+msgstr "In context bekijken"
+
+#: ../../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: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:998
+#, php-format
+msgid "%s likes this."
+msgstr "%s vind dit leuk."
+
+#: ../../include/conversation.php:998
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s vind 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> vind 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> vind 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:1102 ../../mod/photos.php:973
+#: ../../mod/layouts.php:113
+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/editpost.php:113
+#: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332
+#: ../../mod/editblock.php:112 ../../mod/editlayout.php:107
+msgid "Upload photo"
+msgstr "Foto uploaden"
+
+#: ../../include/conversation.php:1109
+msgid "upload photo"
+msgstr "foto uploaden"
+
+#: ../../include/conversation.php:1110 ../../mod/editpost.php:114
+#: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333
+#: ../../mod/editblock.php:113 ../../mod/editlayout.php:108
+msgid "Attach file"
+msgstr "Bestand toevoegen"
+
+#: ../../include/conversation.php:1111
+msgid "attach file"
+msgstr "bestand toevoegen"
+
+#: ../../include/conversation.php:1112 ../../mod/editpost.php:115
+#: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334
+#: ../../mod/editblock.php:114 ../../mod/editlayout.php:109
+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/editpost.php:119
+#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:118
+#: ../../mod/editlayout.php:113
+msgid "Set your location"
+msgstr "Locatie instellen"
+
+#: ../../include/conversation.php:1119
+msgid "set location"
+msgstr "locatie instellen"
+
+#: ../../include/conversation.php:1120 ../../mod/editpost.php:120
+#: ../../mod/editwebpage.php:151 ../../mod/editblock.php:119
+#: ../../mod/editlayout.php:114
+msgid "Clear browser location"
+msgstr "Locatie van webbrowser wissen"
+
+#: ../../include/conversation.php:1121
+msgid "clear location"
+msgstr "locatie wissen"
+
+#: ../../include/conversation.php:1123 ../../mod/editpost.php:132
+#: ../../mod/editwebpage.php:167 ../../mod/editblock.php:132
+#: ../../mod/editlayout.php:126
+msgid "Set title"
+msgstr "Titel instellen"
+
+#: ../../include/conversation.php:1126 ../../mod/editpost.php:134
+#: ../../mod/editwebpage.php:169 ../../mod/editblock.php:135
+#: ../../mod/editlayout.php:129
+msgid "Categories (comma-separated list)"
+msgstr "Categorieën (door komma's gescheiden lijst)"
+
+#: ../../include/conversation.php:1128 ../../mod/editpost.php:122
+#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:121
+#: ../../mod/editlayout.php:116
+msgid "Permission settings"
+msgstr "Instellingen rechten"
+
+#: ../../include/conversation.php:1129
+msgid "permissions"
+msgstr "rechten"
+
+#: ../../include/conversation.php:1136 ../../mod/editpost.php:129
+#: ../../mod/editwebpage.php:162 ../../mod/editblock.php:129
+#: ../../mod/editlayout.php:123
+msgid "Public post"
+msgstr "Openbaar bericht"
+
+#: ../../include/conversation.php:1138 ../../mod/editpost.php:135
+#: ../../mod/editwebpage.php:170 ../../mod/editblock.php:136
+#: ../../mod/editlayout.php:130
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be"
+
+#: ../../include/conversation.php:1151 ../../mod/editpost.php:146
+#: ../../mod/editwebpage.php:180 ../../mod/mail.php:226 ../../mod/mail.php:339
+#: ../../mod/editblock.php:146 ../../mod/editlayout.php:140
+msgid "Set expiration date"
+msgstr "Verloopdatum instellen"
+
+#: ../../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/fbrowser.php:82
+#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:151
+#: ../../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:1513
+msgid "Files and Storage"
+msgstr "Bestanden en opslagruimte"
+
+#: ../../include/conversation.php:1522 ../../include/conversation.php:1525
+msgid "Chatrooms"
+msgstr "Chatkanalen"
+
+#: ../../include/conversation.php:1535
+msgid "Events and Calendar"
+msgstr "Gebeurtenissen en agenda"
+
+#: ../../include/conversation.php:1543
+msgid "Saved Bookmarks"
+msgstr "Opgeslagen bladwijzers"
+
+#: ../../include/conversation.php:1554
+msgid "Manage Webpages"
+msgstr "Webpagina's beheren"
+
+#: ../../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/filestorage.php:126
+#: ../../mod/photos.php:606 ../../mod/photos.php:949 ../../mod/chat.php:209
+msgid "Permissions"
+msgstr "Rechten"
+
+#: ../../include/widgets.php:80
+msgid "System"
+msgstr ""
+
+#: ../../include/widgets.php:83
+msgid "Create Personal App"
+msgstr ""
+
+#: ../../include/widgets.php:84
+msgid "Edit Personal App"
+msgstr ""
+
+#: ../../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/follow.php:23
+msgid "Channel is blocked on this site."
+msgstr ""
+
+#: ../../include/follow.php:28
+msgid "Channel location missing."
+msgstr ""
+
+#: ../../include/follow.php:54
+msgid "Response from remote channel was incomplete."
+msgstr ""
+
+#: ../../include/follow.php:85
+msgid "Channel was deleted and no longer exists."
+msgstr ""
+
+#: ../../include/follow.php:132
+msgid "Channel discovery failed."
+msgstr ""
+
+#: ../../include/follow.php:149
+msgid "local account not found."
+msgstr ""
+
+#: ../../include/follow.php:158
+msgid "Cannot connect to yourself."
+msgstr "Kan niet met jezelf verbinden"
+
+#: ../../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 ""
+
+#: ../../include/plugin.php:499
+msgid "This action is not available under your subscription plan."
+msgstr ""
+
+#: ../../mod/post.php:226
+msgid ""
+"Remote authentication blocked. You are logged into this site locally. Please"
+" logout and retry."
+msgstr "Identificatie 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. Identificatie op afstand geslaagd."
+
+#: ../../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 ""
+
+#: ../../mod/settings.php:514 ../../mod/settings.php:540
+#: ../../mod/settings.php:576
+msgid "Add application"
+msgstr "Applicatie toevoegen"
+
+#: ../../mod/settings.php:517 ../../mod/settings.php:543
+#: ../../mod/admin.php:891
+msgid "Name"
+msgstr "Naam"
+
+#: ../../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:708 ../../mod/admin.php:389
+msgid "No special theme for mobile devices"
+msgstr "Geen speciaal thema voor mobiele apparaten"
+
+#: ../../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 ""
+
+#: ../../mod/settings.php:758
+msgid "System Page Layout Editor - (advanced)"
+msgstr ""
+
+#: ../../mod/settings.php:793
+msgid "Nobody except yourself"
+msgstr ""
+
+#: ../../mod/settings.php:794
+msgid "Only those you specifically allow"
+msgstr ""
+
+#: ../../mod/settings.php:795
+msgid "Anybody in your address book"
+msgstr ""
+
+#: ../../mod/settings.php:796
+msgid "Anybody on this website"
+msgstr ""
+
+#: ../../mod/settings.php:797
+msgid "Anybody in this network"
+msgstr ""
+
+#: ../../mod/settings.php:798
+msgid "Anybody authenticated"
+msgstr ""
+
+#: ../../mod/settings.php:799
+msgid "Anybody on the internet"
+msgstr ""
+
+#: ../../mod/settings.php:876
+msgid "Publish your default profile in the network directory"
+msgstr "Publiceer je standaardprofiel in de kanalengids"
+
+#: ../../mod/settings.php:876 ../../mod/settings.php:881
+#: ../../mod/settings.php:952 ../../mod/admin.php:419
+#: ../../mod/profiles.php:484 ../../mod/api.php:106
+msgid "No"
+msgstr "Nee"
+
+#: ../../mod/settings.php:876 ../../mod/settings.php:881
+#: ../../mod/settings.php:952 ../../mod/admin.php:421
+#: ../../mod/profiles.php:483 ../../mod/api.php:105
+msgid "Yes"
+msgstr "Ja"
+
+#: ../../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:885 ../../mod/profile_photo.php:365
+msgid "or"
+msgstr "of"
+
+#: ../../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:959 ../../mod/mitem.php:134 ../../mod/mitem.php:177
+msgid "(click to open/close)"
+msgstr "(klik om te openen/sluiten)"
+
+#: ../../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/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/home.php:52 ../../mod/block.php:39 ../../mod/wall_upload.php:28
+#: ../../mod/page.php:47 ../../mod/chanview.php:77
+msgid "Channel not found."
+msgstr "Kanaal niet gevonden."
+
+#: ../../mod/home.php:91
+#, php-format
+msgid "Welcome to %s"
+msgstr ""
+
+#: ../../mod/probe.php:23 ../../mod/probe.php:29
+#, php-format
+msgid "Fetching URL returns error: %1$s"
+msgstr ""
+
+#: ../../mod/update_network.php:23 ../../mod/update_display.php:25
+#: ../../mod/update_search.php:46 ../../mod/update_channel.php:43
+msgid "[Embedded content - reload page to view]"
+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:110 ../../mod/sources.php:103
+#: ../../mod/sources.php:137
+msgid "Channel Name"
+msgstr "Kanaalnaam"
+
+#: ../../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/new_channel.php:117 ../../mod/mitem.php:142 ../../mod/menu.php:84
+msgid "Create"
+msgstr "Aanmaken"
+
+#: ../../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 "Identificatie mislukt."
+
+#: ../../mod/rmagic.php:78
+msgid "Remote Authentication"
+msgstr "Identificatie op afstand"
+
+#: ../../mod/rmagic.php:79
+msgid "Enter your channel address (e.g. channel@example.com)"
+msgstr ""
+
+#: ../../mod/rmagic.php:80
+msgid "Authenticate"
+msgstr ""
+
+#: ../../mod/admin.php:52
+msgid "Theme settings updated."
+msgstr "Thema-instellingen aangepast."
+
+#: ../../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 aangepast"
+
+#: ../../mod/admin.php:391
+msgid "No special theme for accessibility"
+msgstr ""
+
+#: ../../mod/admin.php:420
+msgid "Yes - with approval"
+msgstr "Ja - met goedkeuring"
+
+#: ../../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 ""
+
+#: ../../mod/admin.php:572
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr ""
+
+#: ../../mod/admin.php:576
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr ""
+
+#: ../../mod/admin.php:579
+#, php-format
+msgid "Update function %s could not be found."
+msgstr ""
+
+#: ../../mod/admin.php:594
+msgid "No failed updates."
+msgstr ""
+
+#: ../../mod/admin.php:598
+msgid "Failed Updates"
+msgstr ""
+
+#: ../../mod/admin.php:600
+msgid "Mark success (if update was manually applied)"
+msgstr ""
+
+#: ../../mod/admin.php:601
+msgid "Attempt to execute this update step automatically"
+msgstr ""
+
+#: ../../mod/admin.php:627
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../mod/admin.php:634
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../../mod/admin.php:665
+msgid "Account not found"
+msgstr ""
+
+#: ../../mod/admin.php:676
+#, php-format
+msgid "User '%s' deleted"
+msgstr ""
+
+#: ../../mod/admin.php:685
+#, php-format
+msgid "User '%s' unblocked"
+msgstr ""
+
+#: ../../mod/admin.php:685
+#, php-format
+msgid "User '%s' blocked"
+msgstr ""
+
+#: ../../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:752
+msgid "User registrations waiting for confirm"
+msgstr ""
+
+#: ../../mod/admin.php:753
+msgid "Request date"
+msgstr ""
+
+#: ../../mod/admin.php:754
+msgid "No registrations."
+msgstr ""
+
+#: ../../mod/admin.php:755
+msgid "Approve"
+msgstr ""
+
+#: ../../mod/admin.php:756
+msgid "Deny"
+msgstr ""
+
+#: ../../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:762
+msgid "Last login"
+msgstr ""
+
+#: ../../mod/admin.php:762
+msgid "Expires"
+msgstr "Verloopt"
+
+#: ../../mod/admin.php:762
+msgid "Service Class"
+msgstr ""
+
+#: ../../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: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: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/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 ""
+
+#: ../../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 "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 ""
+
+#: ../../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/filer.php:49
+msgid "- select -"
+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:278 ../../mod/profperm.php:139
+msgid "All 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/dirprofile.php:9 ../../mod/photos.php:443
+#: ../../mod/viewconnections.php:17 ../../mod/directory.php:15
+#: ../../mod/display.php:9 ../../mod/search.php:13
+msgid "Public access denied."
+msgstr "Openbare toegang geweigerd."
+
+#: ../../mod/dirprofile.php:92 ../../mod/directory.php:143
+#: ../../mod/profiles.php:561
+msgid "Age: "
+msgstr "Leeftijd:"
+
+#: ../../mod/dirprofile.php:95 ../../mod/directory.php:146
+msgid "Gender: "
+msgstr "Geslacht:"
+
+#: ../../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/dirprofile.php:175 ../../mod/mitem.php:78 ../../mod/xchan.php:27
+#: ../../mod/menu.php:120
+msgid "Not found."
+msgstr "Niet gevonden."
+
+#: ../../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:908 ../../mod/delegate.php:130 ../../mod/tagrm.php:93
+msgid "Remove"
+msgstr "Verwijderen"
+
+#: ../../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/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: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: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 Red magic-auth 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: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/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s volgt %2$s's %3$s"
+
+#: ../../mod/regmod.php:12
+msgid "Please login."
+msgstr "Inloggen."
+
+#: ../../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/lockview.php:30 ../../mod/lockview.php:36
+msgid "Remote privacy information not available."
+msgstr ""
+
+#: ../../mod/lockview.php:45
+msgid "Visible to:"
+msgstr ""
+
+#: ../../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/pdledit.php:13
+msgid "Layout updated."
+msgstr "Layout bijgewerkt."
+
+#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53
+msgid "Edit System Page Description"
+msgstr ""
+
+#: ../../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/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
+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/acl.php:239
+msgid "network"
+msgstr "netwerk"
+
+#: ../../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/block.php:27 ../../mod/page.php:35
+msgid "Invalid item."
+msgstr "Ongeldig item."
+
+#: ../../mod/block.php:75 ../../mod/help.php:72 ../../mod/display.php:100
+#: ../../mod/page.php:83 ../../index.php:236
+msgid "Page not found."
+msgstr ""
+
+#: ../../mod/tagger.php:98
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s labelde %2$s's %3$s met %4$s"
+
+#: ../../mod/wall_upload.php:34
+msgid "Wall Photos"
+msgstr "Kanaalfoto's"
+
+#: ../../mod/openid.php:26
+msgid "OpenID protocol error. No ID returned."
+msgstr ""
+
+#: ../../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/connedit.php:243
+msgid "Could not access address book record."
+msgstr "Kon geen toegang krijgen tot het adresboek-record."
+
+#: ../../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 adresboek-parameters 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 "%s's profiel 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 ""
+
+#: ../../mod/connedit.php:472
+msgid "inherited"
+msgstr ""
+
+#: ../../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 ""
+
+#: ../../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 ""
+
+#: ../../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 "Bezoek %s's profiel - %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/message.php:31 ../../mod/mail.php:121
+msgid "Messages"
+msgstr "Berichten"
+
+#: ../../mod/message.php:41
+msgid "Conversation removed."
+msgstr "Conversatie verwijderd"
+
+#: ../../mod/message.php:56
+msgid "No messages."
+msgstr "Geen berichten"
+
+#: ../../mod/message.php:72 ../../mod/mail.php:292
+msgid "Delete message"
+msgstr "Bericht verwijderen"
+
+#: ../../mod/message.php:74
+msgid "D, d M Y - g:i A"
+msgstr ""
+
+#: ../../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/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 ""
+
+#: ../../mod/setup.php:431
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr ""
+
+#: ../../mod/setup.php:433
+msgid "Generate encryption keys"
+msgstr "Versleutelingssleutels 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/magic.php:70
+msgid "Hub not found."
+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/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/oexchange.php:23
+msgid "Unable to find your hub."
+msgstr ""
+
+#: ../../mod/oexchange.php:37
+msgid "Post successful."
+msgstr ""
+
+#: ../../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/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/profperm.php:29 ../../mod/profperm.php:58
+msgid "Invalid profile identifier."
+msgstr ""
+
+#: ../../mod/profperm.php:110
+msgid "Profile Visibility Editor"
+msgstr ""
+
+#: ../../mod/profperm.php:114
+msgid "Click on a contact to add or remove."
+msgstr ""
+
+#: ../../mod/profperm.php:123
+msgid "Visible To"
+msgstr ""
+
+#: ../../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 jaar 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/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/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:131
+msgid "Add"
+msgstr "Toevoegen"
+
+#: ../../mod/delegate.php:132
+msgid "No entries."
+msgstr ""
+
+#: ../../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/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/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/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/editpost.php:20 ../../mod/editwebpage.php:32
+#: ../../mod/editblock.php:8 ../../mod/editblock.php:27
+#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36
+msgid "Item not found"
+msgstr "Item niet gevonden"
+
+#: ../../mod/editpost.php:31
+msgid "Item is not editable"
+msgstr "Item is niet te bewerken"
+
+#: ../../mod/editpost.php:42 ../../mod/rpost.php:86
+msgid "Edit post"
+msgstr "Bericht bewerken"
+
+#: ../../mod/editpost.php:53
+msgid "Delete item?"
+msgstr "Item verwijderen?"
+
+#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147
+#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110
+msgid "Insert YouTube video"
+msgstr "YouTube-video invoegen"
+
+#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148
+#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111
+msgid "Insert Vorbis [.ogg] video"
+msgstr "Vorbis-video [.ogg] invoegen"
+
+#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149
+#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112
+msgid "Insert Vorbis [.ogg] audio"
+msgstr "Vorbis-audio [.ogg] invoegen"
+
+#: ../../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/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/blocks.php:66
+msgid "Block Name"
+msgstr ""
+
+#: ../../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/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/attach.php:9
+msgid "Item not available."
+msgstr "Item is niet aanwezig."
+
+#: ../../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/cloud.php:112
+msgid "Red Matrix - Guests: Username: {your email address}, Password: +++"
+msgstr "Red Matrix - gasten: Gebruikersnaam: {jouw e-mailadres}, wachtwoord: +++"
+
+#: ../../mod/chatsvc.php:111
+msgid "Away"
+msgstr "Afwezig"
+
+#: ../../mod/chatsvc.php:115
+msgid "Online"
+msgstr "Online"
+
+#: ../../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/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/dirsearch.php:21
+msgid "This site is not a directory server"
+msgstr "Deze hub is geen kanalengidshub (directoryserver)"
+
+#: ../../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/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:91 ../../mod/appman.php:92 ../../mod/events.php:473
+#: ../../mod/events.php:487
+msgid "Required"
+msgstr "Vereist"
+
+#: ../../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 ""
+
+#: ../../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: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/pubsites.php:16
+msgid "Public Sites"
+msgstr ""
+
+#: ../../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 ""
+
+#: ../../mod/pubsites.php:25
+msgid "Site URL"
+msgstr ""
+
+#: ../../mod/pubsites.php:25
+msgid "Access Type"
+msgstr ""
+
+#: ../../mod/pubsites.php:25
+msgid "Registration Policy"
+msgstr "Registratiebeleid"
+
+#: ../../mod/pubsites.php:25 ../../mod/profiles.php:344
+msgid "Location"
+msgstr "Locatie"
+
+#: ../../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:358
+msgid "Import completed."
+msgstr ""
+
+#: ../../mod/import.php:371
+msgid "You must be logged in to use this feature."
+msgstr ""
+
+#: ../../mod/import.php:376
+msgid "Import Channel"
+msgstr ""
+
+#: ../../mod/import.php:377
+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:378
+msgid "File to Upload"
+msgstr ""
+
+#: ../../mod/import.php:379
+msgid "Or provide the old server/hub details"
+msgstr ""
+
+#: ../../mod/import.php:380
+msgid "Your old identity address (xyz@example.com)"
+msgstr ""
+
+#: ../../mod/import.php:381
+msgid "Your old login email address"
+msgstr "Het e-mailadres van je oude account"
+
+#: ../../mod/import.php:382
+msgid "Your old login password"
+msgstr ""
+
+#: ../../mod/import.php:383
+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:384
+msgid "Make this hub my primary location"
+msgstr ""
+
+#: ../../mod/zfinger.php:23
+msgid "invalid target signature"
+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: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: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/channel.php:25 ../../mod/chat.php:19
+msgid "You must be logged in to see this page."
+msgstr ""
+
+#: ../../mod/channel.php:86
+msgid "Insufficient permissions. Request redirected to profile page."
+msgstr "Onvoldoende rechten. Verzoek doorgestuurd naar profielpagina."
+
+#: ../../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: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: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/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/notify.php:54 ../../mod/notifications.php:94
+msgid "No more system notifications."
+msgstr "Geen systeemnotificaties meer."
+
+#: ../../mod/notify.php:58 ../../mod/notifications.php:98
+msgid "System Notifications"
+msgstr "Systeemnotificaties"
+
+#: ../../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/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/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 "Gebeurtenis begint:"
+
+#: ../../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 "Gebeurtenis eindigt:"
+
+#: ../../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/notifications.php:26
+msgid "Invalid request identifier."
+msgstr ""
+
+#: ../../mod/notifications.php:35
+msgid "Discard"
+msgstr ""
+
+#: ../../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: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/layouts.php:62
+msgid "Help with this feature"
+msgstr ""
+
+#: ../../mod/layouts.php:84
+msgid "Layout Name"
+msgstr "Naam layout"
+
+#: ../../mod/editblock.php:77
+msgid "Edit Block"
+msgstr "Blok bewerken"
+
+#: ../../mod/editblock.php:87
+msgid "Delete block?"
+msgstr "Blok verwijderen"
+
+#: ../../mod/editblock.php:153
+msgid "Delete Block"
+msgstr "Blok verwijderen"
+
+#: ../../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/follow.php:25
+msgid "Channel added."
+msgstr ""
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..4b397201c
--- /dev/null
+++ b/view/nl/register_open_eml.tpl
@@ -0,0 +1,19 @@
+
+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..cf060ff59
--- /dev/null
+++ b/view/nl/strings.php
@@ -0,0 +1,1801 @@
+<?php
+
+if(! function_exists("string_plural_select_nl")) {
+function string_plural_select_nl($n){
+ return ($n != 1);;
+}}
+;
+$a->strings["Light (global default)"] = "";
+$a->strings["Submit"] = "Opslaan";
+$a->strings["Theme settings"] = "Thema-instellingen";
+$a->strings["Set scheme"] = "Schema van thema instellen";
+$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-size for posts and comments"] = "Lettergrootte voor berichten en reacties 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["Register"] = "Registreren ";
+$a->strings["Logout"] = "Uitloggen:";
+$a->strings["Login"] = "Inloggen";
+$a->strings["Email"] = "E-mail";
+$a->strings["Password"] = "Wachtwoord";
+$a->strings["Remember me"] = "Aangemeld blijven";
+$a->strings["Forgot your password?"] = "Wachtwoord vergeten?";
+$a->strings["Password Reset"] = "Wachtwoord vergeten?";
+$a->strings["permission denied"] = "toegang geweigerd";
+$a->strings["Got Zot?"] = "Heb je Zot?";
+$a->strings["toggle mobile"] = "mobiele weergave omschakelen";
+$a->strings["Logged out."] = "Uitgelogd.";
+$a->strings["Failed authentication"] = "Mislukte identificatie";
+$a->strings["Login failed."] = "Inloggen mislukt.";
+$a->strings["Default"] = "";
+$a->strings["Permission denied."] = "Toegang geweigerd.";
+$a->strings["Profile Photos"] = "Profielfoto's";
+$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["Photo Albums"] = "Fotoalbums";
+$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden";
+$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"] = "";
+$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 weergeven";
+$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 %1\$s's %2\$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["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["Connect"] = "Verbinden";
+$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["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"] = "";
+$a->strings["Happy Birthday %1\$s"] = "";
+$a->strings["Unable to obtain identity information from database"] = "";
+$a->strings["Empty name"] = "";
+$a->strings["Name too long"] = "Naam te lang";
+$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"] = "Standaardprofiel";
+$a->strings["Friends"] = "Vrienden";
+$a->strings["Requested channel is not available."] = "";
+$a->strings["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar";
+$a->strings["Change profile photo"] = "Profielfoto veranderen";
+$a->strings["Profiles"] = "";
+$a->strings["Manage/edit profiles"] = "";
+$a->strings["Create New Profile"] = "Nieuw profiel aanmaken";
+$a->strings["Edit Profile"] = "";
+$a->strings["Profile Image"] = "Profielfoto";
+$a->strings["visible to everybody"] = "Voor iedereen zichtbaar";
+$a->strings["Edit visibility"] = "Zichtbaarheid bewerken";
+$a->strings["Location:"] = "Plaats:";
+$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"] = "";
+$a->strings["F d"] = "";
+$a->strings["[today]"] = "[vandaag]";
+$a->strings["Birthday Reminders"] = "";
+$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["New Page"] = "Nieuwe pagina";
+$a->strings["Edit"] = "Bewerken";
+$a->strings["View"] = "Weergeven";
+$a->strings["Preview"] = "Voorvertoning";
+$a->strings["Actions"] = "Acties";
+$a->strings["Page Link"] = "Paginalink";
+$a->strings["Title"] = "Titel";
+$a->strings["Created"] = "Aangemaakt";
+$a->strings["Edited"] = "Bewerkt";
+$a->strings["Edit File properties"] = "Bestandseigenschappen bewerken";
+$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["Tags"] = "";
+$a->strings["Keywords"] = "";
+$a->strings["have"] = "";
+$a->strings["has"] = "";
+$a->strings["want"] = "";
+$a->strings["wants"] = "";
+$a->strings["like"] = "leuk";
+$a->strings["likes"] = "";
+$a->strings["dislike"] = "niet leuk";
+$a->strings["dislikes"] = "";
+$a->strings["Delete this item?"] = "Dit item verwijderen?";
+$a->strings["Comment"] = "Reactie";
+$a->strings["[+] show all"] = "[+] alle reacties weergeven";
+$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["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 mijn \"openbaar\" adresboek 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 hun kanaalstream 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["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"] = "Uurlijks";
+$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["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["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i";
+$a->strings["Starts:"] = "Start:";
+$a->strings["Finishes:"] = "Eindigt:";
+$a->strings["This event has been added to your calendar."] = "";
+$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["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"] = "Registratiedetails voor %s";
+$a->strings["Account approved."] = "Account goedgekeurd";
+$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s";
+$a->strings["Embedded content"] = "Ingebedde inhoud";
+$a->strings["Embedding disabled"] = "Inbedden uitgeschakeld";
+$a->strings["Invalid data packet"] = "";
+$a->strings["Unable to verify channel signature"] = "";
+$a->strings["Unable to verify site signature for %s"] = "";
+$a->strings["view full size"] = "volledige grootte tonen";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan DNS-informatie voor databaseserver '%s' niet vinden";
+$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 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["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["Private Message"] = "Privébericht";
+$a->strings["Delete"] = "Verwijderen";
+$a->strings["Select"] = "Kies";
+$a->strings["Save to Folder"] = "In map opslaan";
+$a->strings["View all"] = "Toon alles";
+$a->strings["__ctx:noun__ Like"] = array(
+ 0 => "vind dit leuk",
+ 1 => "vinden dit leuk",
+);
+$a->strings["__ctx:noun__ Dislike"] = array(
+ 0 => "vind 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["Message is verified"] = "Bericht is geverifieerd";
+$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[" from %s"] = " van %s";
+$a->strings["last edited: %s"] = "laatst bewerkt: %s";
+$a->strings["Expires: %s"] = "Verloopt: %s";
+$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["Close"] = "Sluiten";
+$a->strings["Please wait"] = "Even wachten";
+$a->strings["%d comment"] = array(
+ 0 => "%d reactie",
+ 1 => "%d reacties",
+);
+$a->strings["This is you"] = "Dit ben jij";
+$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["Encrypt text"] = "Tekst versleutelen";
+$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["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["Search"] = "Zoeken";
+$a->strings["Save"] = "Opslaan";
+$a->strings["poke"] = "aanstoten";
+$a->strings["poked"] = "aangestoten";
+$a->strings["ping"] = "ping";
+$a->strings["pinged"] = "gepingd";
+$a->strings["prod"] = "por";
+$a->strings["prodded"] = "gepord";
+$a->strings["slap"] = "slaan";
+$a->strings["slapped"] = "";
+$a->strings["finger"] = "";
+$a->strings["fingered"] = "";
+$a->strings["rebuff"] = "";
+$a->strings["rebuffed"] = "";
+$a->strings["happy"] = "gelukkig";
+$a->strings["sad"] = "bedroefd";
+$a->strings["mellow"] = "";
+$a->strings["tired"] = "moe";
+$a->strings["perky"] = "";
+$a->strings["angry"] = "boos";
+$a->strings["stupified"] = "";
+$a->strings["puzzled"] = "verward";
+$a->strings["interested"] = "geïntereseerd";
+$a->strings["bitter"] = "verbitterd";
+$a->strings["cheerful"] = "";
+$a->strings["alive"] = "";
+$a->strings["annoyed"] = "";
+$a->strings["anxious"] = "";
+$a->strings["cranky"] = "";
+$a->strings["disturbed"] = "";
+$a->strings["frustrated"] = "gefrustreerd ";
+$a->strings["depressed"] = "";
+$a->strings["motivated"] = "gemotiveerd";
+$a->strings["relaxed"] = "";
+$a->strings["surprised"] = "";
+$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"] = "";
+$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["photo"] = "foto";
+$a->strings["event"] = "gebeurtenis";
+$a->strings["status"] = "status";
+$a->strings["comment"] = "reactie";
+$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["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["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["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["%1\$s's bookmarks"] = "Bladwijzers van %1\$s";
+$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["View Profile"] = "Profiel weergeven";
+$a->strings["Your profile page"] = "Jouw profielpagina";
+$a->strings["Edit Profiles"] = "Bewerk profielen";
+$a->strings["Manage/Edit profiles"] = "Beheer/wijzig profielen";
+$a->strings["Photos"] = "Foto's";
+$a->strings["Your photos"] = "Jouw foto's";
+$a->strings["Files"] = "Bestanden";
+$a->strings["Your files"] = "Jouw bestanden";
+$a->strings["Chat"] = "Chatten";
+$a->strings["Your chatrooms"] = "Jouw chatkanalen";
+$a->strings["Events"] = "Gebeurtenissen";
+$a->strings["Your events"] = "Jouw gebeurtenissen";
+$a->strings["Bookmarks"] = "Bladwijzers";
+$a->strings["Your bookmarks"] = "Jouw bladwijzers";
+$a->strings["Webpages"] = "Webpagina's";
+$a->strings["Your webpages"] = "Jouw webpagina's";
+$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 verifiëren via jouw eigen Red Matrix-hub";
+$a->strings["Home Page"] = "Homepage";
+$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 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["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 versleuteling";
+$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 streamactiviteit op mate van relationele verwantschap";
+$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"] = "";
+$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"] = "";
+$a->strings["Provide a personal tag cloud on your channel page"] = "";
+$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["Site Admin"] = "Hubbeheerder";
+$a->strings["Address Book"] = "Adresboek";
+$a->strings["Mood"] = "Stemming";
+$a->strings["Poke"] = "Aanstoten";
+$a->strings["Update"] = "Update";
+$a->strings["Install"] = "Installeren";
+$a->strings["Purchase"] = "Aanschaffen";
+$a->strings["Unknown"] = "Onbekend";
+$a->strings["Public Timeline"] = "Openbare tijdlijn";
+$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["channel"] = "kanaal";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vind %3\$s van %2\$s leuk";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vind %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["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s is %2\$s";
+$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["View in context"] = "In context bekijken";
+$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 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["%s likes this."] = "%s vind dit leuk.";
+$a->strings["%s doesn't like this."] = "%s vind dit niet leuk.";
+$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
+ 0 => "<span %1\$s>%2\$d persoon</span> vind 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> vind 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["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["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["Files and Storage"] = "Bestanden en opslagruimte";
+$a->strings["Chatrooms"] = "Chatkanalen";
+$a->strings["Events and Calendar"] = "Gebeurtenissen en agenda";
+$a->strings["Saved Bookmarks"] = "Opgeslagen bladwijzers";
+$a->strings["Manage Webpages"] = "Webpagina's beheren";
+$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["System"] = "";
+$a->strings["Create Personal App"] = "";
+$a->strings["Edit Personal App"] = "";
+$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["Channel is blocked on this site."] = "";
+$a->strings["Channel location missing."] = "";
+$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."] = "Kan niet met jezelf verbinden";
+$a->strings["Click here to upgrade."] = "Klik hier om te upgraden.";
+$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["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Identificatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen.";
+$a->strings["Welcome %s. Remote authentication successful."] = "Welkom %s. Identificatie op afstand geslaagd.";
+$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."] = "";
+$a->strings["Add application"] = "Applicatie toevoegen";
+$a->strings["Name"] = "Naam";
+$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["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten";
+$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"] = "";
+$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"] = "Publiceer je standaardprofiel in de kanalengids";
+$a->strings["No"] = "Nee";
+$a->strings["Yes"] = "Ja";
+$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["or"] = "of";
+$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["(click to open/close)"] = "(klik om te openen/sluiten)";
+$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["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 not found."] = "Kanaal niet gevonden.";
+$a->strings["Welcome to %s"] = "";
+$a->strings["Fetching URL returns error: %1\$s"] = "";
+$a->strings["[Embedded content - reload page to view]"] = "";
+$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["Channel Name"] = "Kanaalnaam";
+$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["Create"] = "Aanmaken";
+$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."] = "Identificatie mislukt.";
+$a->strings["Remote Authentication"] = "Identificatie op afstand";
+$a->strings["Enter your channel address (e.g. channel@example.com)"] = "";
+$a->strings["Authenticate"] = "";
+$a->strings["Theme settings updated."] = "Thema-instellingen aangepast.";
+$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 aangepast";
+$a->strings["No special theme for accessibility"] = "";
+$a->strings["Yes - with approval"] = "Ja - met goedkeuring";
+$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."] = "";
+$a->strings["Update %s was successfully applied."] = "";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "";
+$a->strings["Update function %s could not be found."] = "";
+$a->strings["No failed updates."] = "";
+$a->strings["Failed Updates"] = "";
+$a->strings["Mark success (if update was manually applied)"] = "";
+$a->strings["Attempt to execute this update step automatically"] = "";
+$a->strings["%s user blocked/unblocked"] = array(
+ 0 => "",
+ 1 => "",
+);
+$a->strings["%s user deleted"] = array(
+ 0 => "",
+ 1 => "",
+);
+$a->strings["Account not found"] = "";
+$a->strings["User '%s' deleted"] = "";
+$a->strings["User '%s' unblocked"] = "";
+$a->strings["User '%s' blocked"] = "";
+$a->strings["Users"] = "";
+$a->strings["select all"] = "";
+$a->strings["User registrations waiting for confirm"] = "";
+$a->strings["Request date"] = "";
+$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"] = "Verloopt";
+$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 => "%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["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?"] = "";
+$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."] = "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."] = "";
+$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["- select -"] = "";
+$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["All 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["Public access denied."] = "Openbare toegang geweigerd.";
+$a->strings["Age: "] = "Leeftijd:";
+$a->strings["Gender: "] = "Geslacht:";
+$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["Not found."] = "Niet gevonden.";
+$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["Remove"] = "Verwijderen";
+$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["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["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["Link text"] = "Linktekst";
+$a->strings["URL of link"] = "URL of link";
+$a->strings["Use Red magic-auth if available"] = "Gebruik Red magic-auth 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["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["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt %2\$s's %3\$s";
+$a->strings["Please login."] = "Inloggen.";
+$a->strings["Set your current mood and tell your friends"] = "Noteer je huidige stemming en toon het aan je connecties";
+$a->strings["Remote privacy information not available."] = "";
+$a->strings["Visible to:"] = "";
+$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["Layout updated."] = "Layout bijgewerkt.";
+$a->strings["Edit System Page Description"] = "";
+$a->strings["Layout not found."] = "Lay-out niet gevonden.";
+$a->strings["Module Name:"] = "Modulenaam:";
+$a->strings["Layout Help"] = "Lay-out-hulp";
+$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["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["network"] = "netwerk";
+$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["Invalid item."] = "Ongeldig item.";
+$a->strings["Page not found."] = "";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s labelde %2\$s's %3\$s met %4\$s";
+$a->strings["Wall Photos"] = "Kanaalfoto's";
+$a->strings["OpenID protocol error. No ID returned."] = "";
+$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["Could not access address book record."] = "Kon geen toegang krijgen tot het adresboek-record.";
+$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 adresboek-parameters 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"] = "%s's profiel 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"] = "";
+$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"] = "Zichtbaarheid profiel";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "";
+$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."] = "";
+$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"] = "Bezoek %s's profiel - %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["Messages"] = "Berichten";
+$a->strings["Conversation removed."] = "Conversatie verwijderd";
+$a->strings["No messages."] = "Geen berichten";
+$a->strings["Delete message"] = "Bericht verwijderen";
+$a->strings["D, d M Y - g:i A"] = "";
+$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["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"] = "";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "";
+$a->strings["Generate encryption keys"] = "Versleutelingssleutels 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["Hub not found."] = "";
+$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["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["Unable to find your hub."] = "";
+$a->strings["Post successful."] = "";
+$a->strings["Help:"] = "Hulp:";
+$a->strings["Not Found"] = "Niet gevonden";
+$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["Invalid profile identifier."] = "";
+$a->strings["Profile Visibility Editor"] = "";
+$a->strings["Click on a contact to add or remove."] = "";
+$a->strings["Visible To"] = "";
+$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 jaar 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["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["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["Add"] = "Toevoegen";
+$a->strings["No entries."] = "";
+$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["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["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["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["Item not found"] = "Item niet gevonden";
+$a->strings["Item is not editable"] = "Item is niet te bewerken";
+$a->strings["Edit post"] = "Bericht bewerken";
+$a->strings["Delete item?"] = "Item 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["Edit Webpage"] = "Webpagina bewerken";
+$a->strings["Delete webpage?"] = "Webpagina verwijderen?";
+$a->strings["Delete Webpage"] = "Webpagina verwijderen";
+$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["Block Name"] = "";
+$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["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["Item not available."] = "Item is niet aanwezig.";
+$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["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red Matrix - gasten: Gebruikersnaam: {jouw e-mailadres}, wachtwoord: +++";
+$a->strings["Away"] = "Afwezig";
+$a->strings["Online"] = "Online";
+$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["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["This site is not a directory server"] = "Deze hub is geen kanalengidshub (directoryserver)";
+$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["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["Required"] = "Vereist";
+$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["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["Source not found."] = "";
+$a->strings["Edit Source"] = "";
+$a->strings["Delete Source"] = "";
+$a->strings["Source removed"] = "";
+$a->strings["Unable to remove source."] = "";
+$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"] = "";
+$a->strings["Access Type"] = "";
+$a->strings["Registration Policy"] = "Registratiebeleid";
+$a->strings["Location"] = "Locatie";
+$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["invalid target signature"] = "";
+$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["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["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 must be logged in to see this page."] = "";
+$a->strings["Insufficient permissions. Request redirected to profile page."] = "Onvoldoende rechten. Verzoek doorgestuurd naar profielpagina.";
+$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["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["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["No channel."] = "Geen kanaal.";
+$a->strings["Common connections"] = "Veel voorkomende connecties";
+$a->strings["No connections in common."] = "Geen gemeenschappelijke connecties.";
+$a->strings["No more system notifications."] = "Geen systeemnotificaties meer.";
+$a->strings["System Notifications"] = "Systeemnotificaties";
+$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["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["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:"] = "Gebeurtenis begint:";
+$a->strings["Finish date/time is not known or not relevant"] = "Einddatum/-tijd is niet bekend of niet relevant";
+$a->strings["Event Finishes:"] = "Gebeurtenis eindigt:";
+$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["Invalid request identifier."] = "";
+$a->strings["Discard"] = "";
+$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["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["Help with this feature"] = "";
+$a->strings["Layout Name"] = "Naam layout";
+$a->strings["Edit Block"] = "Blok bewerken";
+$a->strings["Delete block?"] = "Blok verwijderen";
+$a->strings["Delete Block"] = "Blok verwijderen";
+$a->strings["Edit Layout"] = "Lay-out bewerken";
+$a->strings["Delete layout?"] = "Lay-out verwijderen?";
+$a->strings["Delete Layout"] = "Lay-out verwijderen";
+$a->strings["Channel added."] = "";
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..be88499f6 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
+# 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-03 11:59+0000\n"
+"PO-Revision-Date: 2014-06-05 07:00+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"
@@ -25,39 +26,454 @@ msgstr ""
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../../include/dba/dba_driver.php:50
+#: ../../view/theme/redbasic/php/config.php:84
+msgid "Light (global default)"
+msgstr "Leve (padrão global)"
+
+#: ../../view/theme/redbasic/php/config.php:99
+#: ../../include/ItemObject.php:583 ../../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/filestorage.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/photos.php:565 ../../mod/photos.php:670 ../../mod/photos.php:953
+#: ../../mod/photos.php:993 ../../mod/photos.php:1080 ../../mod/mood.php:135
+#: ../../mod/pdledit.php:58 ../../mod/connedit.php:476 ../../mod/setup.php:307
+#: ../../mod/setup.php:350 ../../mod/invite.php:156 ../../mod/thing.php:283
+#: ../../mod/thing.php:326 ../../mod/connect.php:92 ../../mod/fsuggest.php:108
+#: ../../mod/poke.php:166 ../../mod/group.php:81 ../../mod/appman.php:99
+#: ../../mod/sources.php:104 ../../mod/sources.php:138
+#: ../../mod/import.php:387 ../../mod/mail.php:223 ../../mod/mail.php:335
+#: ../../mod/profiles.php:506 ../../mod/chat.php:177 ../../mod/chat.php:211
+#: ../../mod/events.php:492
+msgid "Submit"
+msgstr "Enviar"
+
+#: ../../view/theme/redbasic/php/config.php:102
+msgid "Theme settings"
+msgstr "Configurações de tema"
+
+#: ../../view/theme/redbasic/php/config.php:103
+msgid "Set scheme"
+msgstr "Definir esquema"
+
+#: ../../view/theme/redbasic/php/config.php:104
+msgid "Narrow navbar"
+msgstr "Barra de navegação estreita"
+
+#: ../../view/theme/redbasic/php/config.php:105
+msgid "Navigation bar background colour"
+msgstr "Cor de fundo da barra de navegação"
+
+#: ../../view/theme/redbasic/php/config.php:106
+msgid "Navigation bar gradient top colour"
+msgstr "Cor no topo de gradiente da barra de navegação"
+
+#: ../../view/theme/redbasic/php/config.php:107
+msgid "Navigation bar gradient bottom colour"
+msgstr "Cor na base de gradiente da barra de navegação"
+
+#: ../../view/theme/redbasic/php/config.php:108
+msgid "Navigation active button gradient top colour"
+msgstr "Cor no topo de gradiente de botão ativo de navegação"
+
+#: ../../view/theme/redbasic/php/config.php:109
+msgid "Navigation active button gradient bottom colour"
+msgstr "Cor na base de gradiente de botão ativo de navegação"
+
+#: ../../view/theme/redbasic/php/config.php:110
+msgid "Navigation bar border colour "
+msgstr "Cor de borda da barra de navegação"
+
+#: ../../view/theme/redbasic/php/config.php:111
+msgid "Navigation bar icon colour "
+msgstr "Cor de ícone da barra de navegação"
+
+#: ../../view/theme/redbasic/php/config.php:112
+msgid "Navigation bar active icon colour "
+msgstr "Cor de ícone ativo da barra de navegação"
+
+#: ../../view/theme/redbasic/php/config.php:113
+msgid "link colour"
+msgstr "cor dos links"
+
+#: ../../view/theme/redbasic/php/config.php:114
+msgid "Set font-colour for banner"
+msgstr "Definir a cor da fonte para o cartaz"
+
+#: ../../view/theme/redbasic/php/config.php:115
+msgid "Set the background colour"
+msgstr "Definir a cor do pano de fundo"
+
+#: ../../view/theme/redbasic/php/config.php:116
+msgid "Set the background image"
+msgstr "Definir a imagem do pano de fundo"
+
+#: ../../view/theme/redbasic/php/config.php:117
+msgid "Set the background colour of items"
+msgstr "Definir a cor de fundo dos items"
+
+#: ../../view/theme/redbasic/php/config.php:118
+msgid "Set the background colour of comments"
+msgstr "Definir a cor de fundo dos comentários"
+
+#: ../../view/theme/redbasic/php/config.php:119
+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 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"
+msgstr "Definir a cor básica para ícones de itens"
+
+#: ../../view/theme/redbasic/php/config.php:122
+msgid "Set the hover colour for item icons"
+msgstr "Definir a cor para ícones de itens quando que o mouse está sobre eles"
+
+#: ../../view/theme/redbasic/php/config.php:123
+msgid "Set font-size for the entire application"
+msgstr "Definir o tamanho da fonte para a aplicação como um todo"
+
+#: ../../view/theme/redbasic/php/config.php:124
+msgid "Set font-size for posts and comments"
+msgstr "Definir o tamanho da fonte para publicações e comentários"
+
+#: ../../view/theme/redbasic/php/config.php:125
+msgid "Set font-colour for posts and comments"
+msgstr "Definir a cor da fonte para publicações e comentários"
+
+#: ../../view/theme/redbasic/php/config.php:126
+msgid "Set radius of corners"
+msgstr "Definir o raio de curvatura dos cantos"
+
+#: ../../view/theme/redbasic/php/config.php:127
+msgid "Set shadow depth of photos"
+msgstr "Definir a profundidade de sombra das fotos"
+
+#: ../../view/theme/redbasic/php/config.php:128
+msgid "Set maximum width of conversation regions"
+msgstr "Definir a largura máxima da área de conversas"
+
+#: ../../view/theme/redbasic/php/config.php:129
+msgid "Center conversation regions"
+msgstr "Centralizar regiões de conversação"
+
+#: ../../view/theme/redbasic/php/config.php:130
+msgid "Set minimum opacity of nav bar - to hide it"
+msgstr "Definir opacidade mínima para a barra de navegação - para escondê-la"
+
+#: ../../view/theme/redbasic/php/config.php:131
+msgid "Set size of conversation author photo"
+msgstr "Definir o tamanho da foto do autor da conversa"
+
+#: ../../view/theme/redbasic/php/config.php:132
+msgid "Set size of followup author photos"
+msgstr "Definir o tamanho da foto dos autores de comentários"
+
+#: ../../view/theme/redbasic/php/config.php:133
+msgid "Sloppy photo albums"
+msgstr "Álbuns de fotos desleixados"
+
+#: ../../view/theme/redbasic/php/config.php:133
+msgid "Are you a clean desk or a messy desk person?"
+msgstr "Sua mesa é do tipo limpinha ou bagunçada?"
+
+#: ../../boot.php:1260
#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'"
+msgid "Update %s failed. See error logs."
+msgstr "A atualização %s falhou. Veja os logs de erro."
-#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51
+#: ../../boot.php:1263
+#, php-format
+msgid "Update Error at %s"
+msgstr "Erro de atualização em %s"
+
+#: ../../boot.php:1427
+msgid ""
+"Create an account to access services and applications within the Red Matrix"
+msgstr "Crie uma conta para acessar serviços e aplicações na Red Matrix"
+
+#: ../../boot.php:1428 ../../include/nav.php:134 ../../mod/register.php:206
+msgid "Register"
+msgstr "Registrar"
+
+#: ../../boot.php:1451 ../../include/nav.php:77 ../../include/nav.php:96
+msgid "Logout"
+msgstr "Sair"
+
+#: ../../boot.php:1452 ../../include/nav.php:94 ../../include/apps.php:118
+msgid "Login"
+msgstr "Entrar"
+
+#: ../../boot.php:1454 ../../include/contact_selectors.php:77
+#: ../../mod/admin.php:753 ../../mod/admin.php:762
+msgid "Email"
+msgstr "E-mail"
+
+#: ../../boot.php:1455
+msgid "Password"
+msgstr "Senha"
+
+#: ../../boot.php:1456
+msgid "Remember me"
+msgstr "Lembrar de mim"
+
+#: ../../boot.php:1461
+msgid "Forgot your password?"
+msgstr "Esqueceu a sua senha?"
+
+#: ../../boot.php:1462 ../../mod/lostpass.php:85
+msgid "Password Reset"
+msgstr "Reiniciar a senha"
+
+#: ../../boot.php:1526
+msgid "permission denied"
+msgstr "permissão negada"
+
+#: ../../boot.php:1527
+msgid "Got Zot?"
+msgstr "Já tem Zot?"
+
+#: ../../boot.php:1957
+msgid "toggle mobile"
+msgstr "alternar para interface móvel"
+
+#: ../../include/auth.php:79
+msgid "Logged out."
+msgstr "Você saiu."
+
+#: ../../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/comanche.php:35
+msgid "Default"
+msgstr "Default"
+
+#: ../../include/photos.php:15 ../../include/items.php:3645
+#: ../../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/chat.php:116
+#: ../../mod/settings.php:492 ../../mod/filestorage.php:10
+#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75
+#: ../../mod/filestorage.php:98 ../../mod/webpages.php:40
+#: ../../mod/authtest.php:13 ../../mod/new_channel.php:66
+#: ../../mod/new_channel.php:97 ../../mod/connections.php:169
+#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/photos.php:68
+#: ../../mod/photos.php:526 ../../mod/mitem.php:73 ../../mod/regmod.php:18
+#: ../../mod/mood.php:112 ../../mod/pdledit.php:21
+#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276
+#: ../../mod/menu.php:44 ../../mod/block.php:22 ../../mod/block.php:72
+#: ../../mod/suggest.php:26 ../../mod/connedit.php:221
+#: ../../mod/message.php:16 ../../mod/setup.php:203 ../../mod/invite.php:13
+#: ../../mod/invite.php:104 ../../mod/thing.php:247 ../../mod/thing.php:263
+#: ../../mod/thing.php:298 ../../mod/viewconnections.php:22
+#: ../../mod/viewconnections.php:27 ../../mod/register.php:68
+#: ../../mod/network.php:12 ../../mod/delegate.php:6 ../../mod/fsuggest.php:78
+#: ../../mod/manage.php:6 ../../mod/editpost.php:13
+#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83
+#: ../../mod/poke.php:128 ../../mod/blocks.php:29 ../../mod/blocks.php:44
+#: ../../mod/group.php:9 ../../mod/item.php:179 ../../mod/item.php:187
+#: ../../mod/item.php:872 ../../mod/appman.php:66 ../../mod/sources.php:66
+#: ../../mod/page.php:30 ../../mod/page.php:80 ../../mod/mail.php:108
+#: ../../mod/channel.php:89 ../../mod/channel.php:193
+#: ../../mod/channel.php:236 ../../mod/profiles.php:152
+#: ../../mod/profiles.php:453 ../../mod/bookmarks.php:46
+#: ../../mod/common.php:35 ../../mod/api.php:26 ../../mod/api.php:31
+#: ../../mod/chat.php:90 ../../mod/chat.php:95 ../../mod/events.php:141
+#: ../../mod/notifications.php:66 ../../mod/layouts.php:27
+#: ../../mod/layouts.php:39 ../../mod/editblock.php:34
+#: ../../mod/viewsrc.php:12 ../../mod/achievements.php:27
+#: ../../mod/editlayout.php:48 ../../index.php:186 ../../index.php:361
+msgid "Permission denied."
+msgstr "Permissão negada."
+
+#: ../../include/photos.php:51 ../../include/photo/photo_driver.php:643
+#: ../../mod/photos.php:91 ../../mod/photos.php:655 ../../mod/photos.php:677
#: ../../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
+#: ../../mod/profile_photo.php:421
msgid "Profile Photos"
msgstr "Fotos do perfil"
-#: ../../include/oembed.php:171
-msgid "Embedded content"
-msgstr "Conteúdo incorporado"
+#: ../../include/photos.php:89
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
+msgstr "A imagem excede o limite de tamanho do site, que é de %"
-#: ../../include/oembed.php:180
-msgid "Embedding disabled"
-msgstr "A incorporação está desabilitada"
+#: ../../include/photos.php:96
+msgid "Image file is empty."
+msgstr "O arquivo de imagem está vazio."
-#: ../../include/notify.php:23
-msgid "created a new post"
-msgstr "criou uma nova publicação"
+#: ../../include/photos.php:123 ../../mod/profile_photo.php:216
+msgid "Unable to process image"
+msgstr "Não foi possível processar a imagem"
-#: ../../include/notify.php:24
+#: ../../include/photos.php:186
+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"
+msgstr "Enviar novas fotos"
+
+#: ../../include/contact_widgets.php:14
#, php-format
-msgid "commented on %s's post"
-msgstr "comentou a publicação de %s"
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d convite disponível"
+msgstr[1] "%d convites disponíveis"
+
+#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445
+msgid "Advanced"
+msgstr "Avançado"
+
+#: ../../include/contact_widgets.php:22
+msgid "Find Channels"
+msgstr "Pesquisar canais"
+
+#: ../../include/contact_widgets.php:23
+msgid "Enter name or interest"
+msgstr "Digite um nome ou interesse"
+
+#: ../../include/contact_widgets.php:24
+msgid "Connect/Follow"
+msgstr "Conectar/Acompanhar"
+
+#: ../../include/contact_widgets.php:25
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Por exemplo: José da Silva, Pescaria"
+
+#: ../../include/contact_widgets.php:26 ../../mod/connections.php:391
+#: ../../mod/directory.php:206 ../../mod/directory.php:211
+msgid "Find"
+msgstr "Pesquisar"
+
+#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59
+msgid "Channel Suggestions"
+msgstr "Sugestões de canais"
+
+#: ../../include/contact_widgets.php:29
+msgid "Random Profile"
+msgstr "Perfil aleatório"
+
+#: ../../include/contact_widgets.php:30
+msgid "Invite Friends"
+msgstr "Convidar amigos"
+
+#: ../../include/contact_widgets.php:32
+msgid "Exammple: name=fred and country=iceland"
+msgstr "Exemplo: name=raoni and country=peru"
+
+#: ../../include/contact_widgets.php:33
+msgid "Advanced Find"
+msgstr "Busca avançada"
+
+#: ../../include/contact_widgets.php:58 ../../include/features.php:66
+#: ../../include/widgets.php:296
+msgid "Saved Folders"
+msgstr "Pastas salvas"
+
+#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:95
+#: ../../include/widgets.php:299
+msgid "Everything"
+msgstr "Tudo"
+
+#: ../../include/contact_widgets.php:92 ../../include/widgets.php:29
+msgid "Categories"
+msgstr "Categorias"
+
+#: ../../include/contact_widgets.php:125
+#, php-format
+msgid "%d connection in common"
+msgid_plural "%d connections in common"
+msgstr[0] "%d conexão em comum"
+msgstr[1] "%d conexões em comum"
+
+#: ../../include/contact_widgets.php:130
+msgid "show more"
+msgstr "exibir mais"
+
+#: ../../include/activities.php:39
+msgid " and "
+msgstr " e "
+
+#: ../../include/activities.php:47
+msgid "public profile"
+msgstr "perfil público"
+
+#: ../../include/activities.php:52
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s mudou %2$s para &ldquo;%3$s&rdquo;"
+
+#: ../../include/activities.php:53
+#, php-format
+msgid "Visit %1$s's %2$s"
+msgstr "Visite o %2$s de %1$s"
+
+#: ../../include/activities.php:56
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s atualizou %2$s, alterando %3$s."
+
+#: ../../include/items.php:306 ../../mod/subthread.php:49
+#: ../../mod/profperm.php:23 ../../mod/group.php:68 ../../mod/like.php:63
+#: ../../index.php:360
+msgid "Permission denied"
+msgstr "Permissão negada"
+
+#: ../../include/items.php:830
+msgid "(Unknown)"
+msgstr "(Desconhecido)"
+
+#: ../../include/items.php:3583 ../../mod/filestorage.php:18
+#: ../../mod/home.php:65 ../../mod/admin.php:159 ../../mod/admin.php:921
+#: ../../mod/admin.php:1124 ../../mod/thing.php:78 ../../mod/display.php:32
+#: ../../mod/viewsrc.php:18
+msgid "Item not found."
+msgstr "O item não foi encontrado."
+
+#: ../../include/items.php:4007 ../../mod/group.php:38 ../../mod/group.php:140
+msgid "Collection not found."
+msgstr "A coleção não foi encontrada."
+
+#: ../../include/items.php:4022
+msgid "Collection is empty."
+msgstr "A coleção está vazia."
+
+#: ../../include/items.php:4029
+#, php-format
+msgid "Collection: %s"
+msgstr "Coleção: %s"
+
+#: ../../include/items.php:4040
+#, php-format
+msgid "Connection: %s"
+msgstr "Conexão: %s"
+
+#: ../../include/items.php:4043
+msgid "Connection not found."
+msgstr "A conexão não foi encontrada."
#: ../../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
+#: ../../include/widgets.php:128 ../../include/widgets.php:168
+#: ../../mod/dirprofile.php:164 ../../mod/suggest.php:51
+#: ../../mod/directory.php:183 ../../mod/match.php:62
msgid "Connect"
msgstr "Conectar"
@@ -69,31 +485,360 @@ msgstr "Nova janela"
msgid "Open the selected location in a different window or browser tab"
msgstr "Abre a localização selecionada em outra aba ou janela"
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "Miscelânea"
+
+#: ../../include/datetime.php:152 ../../include/datetime.php:284
+msgid "year"
+msgstr "ano"
+
+#: ../../include/datetime.php:157 ../../include/datetime.php:285
+msgid "month"
+msgstr "mês"
+
+#: ../../include/datetime.php:162 ../../include/datetime.php:287
+msgid "day"
+msgstr "dia"
+
+#: ../../include/datetime.php:275
+msgid "never"
+msgstr "nunca"
+
+#: ../../include/datetime.php:281
+msgid "less than a second ago"
+msgstr "menos de um segundo atrás"
+
+#: ../../include/datetime.php:284
+msgid "years"
+msgstr "anos"
+
+#: ../../include/datetime.php:285
+msgid "months"
+msgstr "meses"
+
+#: ../../include/datetime.php:286
+msgid "week"
+msgstr "semana"
+
+#: ../../include/datetime.php:286
+msgid "weeks"
+msgstr "semanas"
+
+#: ../../include/datetime.php:287
+msgid "days"
+msgstr "dias"
+
+#: ../../include/datetime.php:288
+msgid "hour"
+msgstr "hora"
+
+#: ../../include/datetime.php:288
+msgid "hours"
+msgstr "horas"
+
+#: ../../include/datetime.php:289
+msgid "minute"
+msgstr "minuto"
+
+#: ../../include/datetime.php:289
+msgid "minutes"
+msgstr "minutos"
+
+#: ../../include/datetime.php:290
+msgid "second"
+msgstr "segundo"
+
+#: ../../include/datetime.php:290
+msgid "seconds"
+msgstr "segundos"
+
+#: ../../include/datetime.php:299
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s atrás"
+
+#: ../../include/datetime.php:499
+#, php-format
+msgid "%1$s's birthday"
+msgstr "Aniversário de %1$s "
+
+#: ../../include/datetime.php:500
+#, php-format
+msgid "Happy Birthday %1$s"
+msgstr "Feliz Aniversário %1$s"
+
+#: ../../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"
+
+#: ../../include/identity.php:63
+msgid "Empty name"
+msgstr "O nome está em branco"
+
+#: ../../include/identity.php:65
+msgid "Name too long"
+msgstr "O nome é muito grande"
+
+#: ../../include/identity.php:166
+msgid "No account identifier"
+msgstr "Sem identificador de conta"
+
+#: ../../include/identity.php:176
+msgid "Nickname is required."
+msgstr "É necessário informar o apelido."
+
+#: ../../include/identity.php:190
+msgid "Reserved nickname. Please choose another."
+msgstr "Apelido reservado. Por favor escolha outro."
+
+#: ../../include/identity.php:195
+msgid ""
+"Nickname has unsupported characters or is already being used on this site."
+msgstr "O apelido possui caracteres não suportados ou já está sendo usado nesse site."
+
+#: ../../include/identity.php:258
+msgid "Unable to retrieve created identity"
+msgstr "Não foi possível recuperar a identidade criada"
+
+#: ../../include/identity.php:317
+msgid "Default Profile"
+msgstr "Perfil padrão"
+
+#: ../../include/identity.php:342 ../../include/profile_selectors.php:42
+#: ../../include/widgets.php:400 ../../mod/connedit.php:431
+msgid "Friends"
+msgstr "Amigos"
+
+#: ../../include/identity.php:509
+msgid "Requested channel is not available."
+msgstr "Canal solicitado não está disponível."
+
+#: ../../include/identity.php:557 ../../mod/filestorage.php:40
+#: ../../mod/webpages.php:8 ../../mod/profile.php:16 ../../mod/connect.php:13
+#: ../../mod/blocks.php:10 ../../mod/layouts.php:8
+#: ../../mod/achievements.php:8
+msgid "Requested profile is not available."
+msgstr "O perfil solicitado não está disponível."
+
+#: ../../include/identity.php:689 ../../mod/profiles.php:603
+msgid "Change profile photo"
+msgstr "Mudar a foto do perfil"
+
+#: ../../include/identity.php:695
+msgid "Profiles"
+msgstr "Perfis"
+
+#: ../../include/identity.php:695
+msgid "Manage/edit profiles"
+msgstr "Administrar/editar perfis"
+
+#: ../../include/identity.php:696 ../../mod/profiles.php:604
+msgid "Create New Profile"
+msgstr "Criar um novo perfil"
+
+#: ../../include/identity.php:699
+msgid "Edit Profile"
+msgstr "Editar perfil"
+
+#: ../../include/identity.php:710 ../../mod/profiles.php:615
+msgid "Profile Image"
+msgstr "Imagem do perfil"
+
+#: ../../include/identity.php:713 ../../mod/profiles.php:618
+msgid "visible to everybody"
+msgstr "visível para todos"
+
+#: ../../include/identity.php:714 ../../mod/profiles.php:619
+msgid "Edit visibility"
+msgstr "Editar a visibilidade"
+
+#: ../../include/identity.php:726 ../../include/event.php:40
+#: ../../include/bb2diaspora.php:455 ../../mod/dirprofile.php:105
+#: ../../mod/directory.php:156 ../../mod/events.php:485
+msgid "Location:"
+msgstr "Localização:"
+
+#: ../../include/identity.php:728 ../../include/identity.php:952
+#: ../../mod/directory.php:158
+msgid "Gender:"
+msgstr "Gênero:"
+
+#: ../../include/identity.php:729 ../../include/identity.php:977
+#: ../../mod/directory.php:160
+msgid "Status:"
+msgstr "Situação:"
+
+#: ../../include/identity.php:730 ../../include/identity.php:988
+#: ../../mod/directory.php:162
+msgid "Homepage:"
+msgstr "Página web:"
+
+#: ../../include/identity.php:731 ../../mod/dirprofile.php:151
+msgid "Online Now"
+msgstr "Online agora"
+
+#: ../../include/identity.php:796 ../../include/identity.php:876
+#: ../../mod/ping.php:262
+msgid "g A l F d"
+msgstr "G l d F"
+
+#: ../../include/identity.php:797 ../../include/identity.php:877
+msgid "F d"
+msgstr "F d"
+
+#: ../../include/identity.php:842 ../../include/identity.php:917
+#: ../../mod/ping.php:284
+msgid "[today]"
+msgstr "[hoje]"
+
+#: ../../include/identity.php:854
+msgid "Birthday Reminders"
+msgstr "Lembres de aniversário"
+
+#: ../../include/identity.php:855
+msgid "Birthdays this week:"
+msgstr "Aniversários nesta semana:"
+
+#: ../../include/identity.php:910
+msgid "[No description]"
+msgstr "[Sem descrição]"
+
+#: ../../include/identity.php:928
+msgid "Event Reminders"
+msgstr "Lembretes de eventos"
+
+#: ../../include/identity.php:929
+msgid "Events this week:"
+msgstr "Eventos nesta semana:"
+
+#: ../../include/identity.php:942 ../../include/identity.php:1031
+#: ../../include/apps.php:125 ../../mod/profperm.php:112
+msgid "Profile"
+msgstr "Perfil"
+
+#: ../../include/identity.php:950 ../../mod/settings.php:934
+msgid "Full Name:"
+msgstr "Nome completo:"
+
+#: ../../include/identity.php:962
+msgid "j F, Y"
+msgstr "j \\d\\e F, Y"
+
+#: ../../include/identity.php:963
+msgid "j F"
+msgstr "j \\d\\e F"
+
+#: ../../include/identity.php:970
+msgid "Birthday:"
+msgstr "Aniversário:"
+
+#: ../../include/identity.php:974
+msgid "Age:"
+msgstr "Idade:"
+
+#: ../../include/identity.php:983
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "para %1$d %2$s"
+
+#: ../../include/identity.php:986 ../../mod/profiles.php:526
+msgid "Sexual Preference:"
+msgstr "Preferência sexual:"
+
+#: ../../include/identity.php:990 ../../mod/profiles.php:528
+msgid "Hometown:"
+msgstr "Cidade natal:"
+
+#: ../../include/identity.php:992
+msgid "Tags:"
+msgstr "Etiquetas:"
+
+#: ../../include/identity.php:994 ../../mod/profiles.php:529
+msgid "Political Views:"
+msgstr "Posição política:"
+
+#: ../../include/identity.php:996
+msgid "Religion:"
+msgstr "Religião:"
+
+#: ../../include/identity.php:998 ../../mod/directory.php:164
+msgid "About:"
+msgstr "Sobre:"
+
+#: ../../include/identity.php:1000
+msgid "Hobbies/Interests:"
+msgstr "Hobbies/Interesses:"
+
+#: ../../include/identity.php:1002 ../../mod/profiles.php:532
+msgid "Likes:"
+msgstr "Gosta de:"
+
+#: ../../include/identity.php:1004 ../../mod/profiles.php:533
+msgid "Dislikes:"
+msgstr "Não gosta de:"
+
+#: ../../include/identity.php:1007
+msgid "Contact information and Social Networks:"
+msgstr "Informações de contato e redes sociais:"
+
+#: ../../include/identity.php:1009
+msgid "My other channels:"
+msgstr "Meus outros canais:"
+
+#: ../../include/identity.php:1011
+msgid "Musical interests:"
+msgstr "Interesses musicais:"
+
+#: ../../include/identity.php:1013
+msgid "Books, literature:"
+msgstr "Livros, literatura:"
+
+#: ../../include/identity.php:1015
+msgid "Television:"
+msgstr "Televisão:"
+
+#: ../../include/identity.php:1017
+msgid "Film/dance/culture/entertainment:"
+msgstr "Filmes/dança/cultura/entretenimento:"
+
+#: ../../include/identity.php:1019
+msgid "Love/Romance:"
+msgstr "Amor/romance:"
+
+#: ../../include/identity.php:1021
+msgid "Work/employment:"
+msgstr "Trabalho/emprego:"
+
+#: ../../include/identity.php:1023
+msgid "School/education:"
+msgstr "Escola/educação:"
+
#: ../../include/page_widgets.php:6
msgid "New Page"
msgstr "Nova página"
#: ../../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
+#: ../../include/menu.php:42 ../../include/ItemObject.php:96
+#: ../../include/apps.php:212 ../../mod/settings.php:577
+#: ../../mod/filestorage.php:174 ../../mod/webpages.php:119
+#: ../../mod/connections.php:392 ../../mod/menu.php:59 ../../mod/thing.php:235
+#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143
+#: ../../mod/blocks.php:94 ../../mod/layouts.php:112
+#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106
msgid "Edit"
msgstr "Editar"
-#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97
-#: ../../mod/layouts.php:116 ../../mod/webpages.php:122
+#: ../../include/page_widgets.php:39 ../../mod/webpages.php:122
+#: ../../mod/blocks.php:97 ../../mod/layouts.php:116
msgid "View"
msgstr "Ver"
-#: ../../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
+#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:592
+#: ../../include/conversation.php:1088 ../../mod/webpages.php:123
+#: ../../mod/photos.php:994 ../../mod/editpost.php:140
+#: ../../mod/editwebpage.php:175 ../../mod/editblock.php:141
+#: ../../mod/editlayout.php:135
msgid "Preview"
msgstr "Pré-visualizar"
@@ -117,202 +862,191 @@ msgstr "Criado"
msgid "Edited"
msgstr "Editado"
-#: ../../include/ItemObject.php:89 ../../include/conversation.php:639
-#: ../../mod/photos.php:846
-msgid "Private Message"
-msgstr "Mensagem privada"
+#: ../../include/reddav.php:1045
+msgid "Edit File properties"
+msgstr "Editar propriedades do arquivo"
-#: ../../include/ItemObject.php:108 ../../include/conversation.php:632
-#: ../../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/message.php:18
+msgid "No recipient provided."
+msgstr "Falta o destinatário."
-#: ../../include/ItemObject.php:114 ../../include/conversation.php:631
-msgid "Select"
-msgstr "Selecionar"
+#: ../../include/message.php:23
+msgid "[no subject]"
+msgstr "[sem assunto]"
-#: ../../include/ItemObject.php:118
-msgid "save to folder"
-msgstr "salvar na pasta"
+#: ../../include/message.php:42
+msgid "Unable to determine sender."
+msgstr "Não foi possível determinar o remetente."
-#: ../../include/ItemObject.php:146
-msgid "add star"
-msgstr "destacar"
+#: ../../include/message.php:143
+msgid "Stored post could not be verified."
+msgstr "Não foi possível verificar a publicação armazenada."
-#: ../../include/ItemObject.php:147
-msgid "remove star"
-msgstr "remover destaque"
+#: ../../include/taxonomy.php:210
+msgid "Tags"
+msgstr "Etiquetas"
-#: ../../include/ItemObject.php:148
-msgid "toggle star status"
-msgstr "alternar destaque"
+#: ../../include/taxonomy.php:227
+msgid "Keywords"
+msgstr "Palavras-chave"
-#: ../../include/ItemObject.php:152
-msgid "starred"
-msgstr "destacado"
+#: ../../include/taxonomy.php:252
+msgid "have"
+msgstr "tenho"
-#: ../../include/ItemObject.php:161 ../../include/conversation.php:646
-msgid "Message is verified"
-msgstr "A mensagem foi verificada"
+#: ../../include/taxonomy.php:252
+msgid "has"
+msgstr "tem"
-#: ../../include/ItemObject.php:169
-msgid "add tag"
-msgstr "adicionar etiqueta"
+#: ../../include/taxonomy.php:253
+msgid "want"
+msgstr "quero"
-#: ../../include/ItemObject.php:184 ../../mod/photos.php:971
-msgid "I like this (toggle)"
-msgstr "Eu gostei disso (alterna)"
+#: ../../include/taxonomy.php:253
+msgid "wants"
+msgstr "quer"
-#: ../../include/ItemObject.php:184 ../../include/taxonomy.php:254
+#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:208
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/taxonomy.php:254
+msgid "likes"
+msgstr "gosta"
-#: ../../include/ItemObject.php:185 ../../include/taxonomy.php:255
+#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:209
msgid "dislike"
msgstr "não gostei"
-#: ../../include/ItemObject.php:187
-msgid "Share this"
-msgstr "Compartilhar isso"
+#: ../../include/taxonomy.php:255
+msgid "dislikes"
+msgstr "desgosta"
-#: ../../include/ItemObject.php:187
-msgid "share"
-msgstr "compartilhar"
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "Excluir este item?"
-#: ../../include/ItemObject.php:211 ../../include/ItemObject.php:212
-#, php-format
-msgid "View %s's profile - %s"
-msgstr "Ver o perfil de %s - %s"
+#: ../../include/js_strings.php:6 ../../include/ItemObject.php:582
+#: ../../mod/photos.php:992 ../../mod/photos.php:1079
+msgid "Comment"
+msgstr "Comentar"
-#: ../../include/ItemObject.php:213
-msgid "to"
-msgstr "para"
+#: ../../include/js_strings.php:7 ../../include/ItemObject.php:316
+msgid "[+] show all"
+msgstr "[+] mostrar todos"
-#: ../../include/ItemObject.php:214
-msgid "via"
-msgstr "via"
+#: ../../include/js_strings.php:8
+msgid "[-] show less"
+msgstr "[-] mostra menos"
-#: ../../include/ItemObject.php:215
-msgid "Wall-to-Wall"
-msgstr "Mural-para-mural"
+#: ../../include/js_strings.php:9
+msgid "[+] expand post"
+msgstr "[+] expandir"
-#: ../../include/ItemObject.php:216
-msgid "via Wall-To-Wall:"
-msgstr "via Mural-para-mural"
+#: ../../include/js_strings.php:10
+msgid "[-] collapse post"
+msgstr "[-] colapsar"
-#: ../../include/ItemObject.php:226 ../../include/conversation.php:690
-#, php-format
-msgid " from %s"
-msgstr "de %s"
+#: ../../include/js_strings.php:11
+msgid "Password too short"
+msgstr "A senha é muito curta"
-#: ../../include/ItemObject.php:229 ../../include/conversation.php:693
-#, php-format
-msgid "last edited: %s"
-msgstr "última edição: %s"
+#: ../../include/js_strings.php:12
+msgid "Passwords do not match"
+msgstr "As senhas não correspondem"
-#: ../../include/ItemObject.php:230 ../../include/conversation.php:694
-#, php-format
-msgid "Expires: %s"
-msgstr "Expira: %s"
+#: ../../include/js_strings.php:13 ../../mod/photos.php:39
+msgid "everybody"
+msgstr "todos"
-#: ../../include/ItemObject.php:250
-msgid "Bookmark Links"
-msgstr "Guardar links"
+#: ../../include/js_strings.php:14
+msgid "Secret Passphrase"
+msgstr "Frase secreta"
-#: ../../include/ItemObject.php:259 ../../include/conversation.php:711
-#: ../../include/conversation.php:1127 ../../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/js_strings.php:15
+msgid "Passphrase hint"
+msgstr "Dica da frase secreta"
-#: ../../include/ItemObject.php:280
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d comentário"
-msgstr[1] "%d comentários"
+#: ../../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/ItemObject.php:281 ../../include/contact_widgets.php:130
-#: ../../include/js_strings.php:7
-msgid "show more"
-msgstr "exibir mais"
+#: ../../include/js_strings.php:17
+msgid "close all"
+msgstr "fechar tudo"
-#: ../../include/ItemObject.php:545 ../../mod/photos.php:990
-#: ../../mod/photos.php:1077
-msgid "This is you"
-msgstr "Este(a) é você"
+#: ../../include/js_strings.php:19
+msgid "timeago.prefixAgo"
+msgstr "timeago.prefixAgo"
-#: ../../include/ItemObject.php:547 ../../include/js_strings.php:6
-#: ../../mod/photos.php:992 ../../mod/photos.php:1079
-msgid "Comment"
-msgstr "Comentar"
+#: ../../include/js_strings.php:20
+msgid "timeago.prefixFromNow"
+msgstr "timeago.prefixFromNow"
-#: ../../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/js_strings.php:21
+msgid "ago"
+msgstr "atrás"
-#: ../../include/ItemObject.php:549
-msgid "Bold"
-msgstr "Negrito"
+#: ../../include/js_strings.php:22
+msgid "from now"
+msgstr "de agora"
-#: ../../include/ItemObject.php:550
-msgid "Italic"
-msgstr "Itálico"
+#: ../../include/js_strings.php:23
+msgid "less than a minute"
+msgstr "menos de um minuto"
-#: ../../include/ItemObject.php:551
-msgid "Underline"
-msgstr "Sublinhado"
+#: ../../include/js_strings.php:24
+msgid "about a minute"
+msgstr "aproximadamente um minuto"
-#: ../../include/ItemObject.php:552
-msgid "Quote"
-msgstr "Citação"
+#: ../../include/js_strings.php:25
+#, php-format
+msgid "%d minutes"
+msgstr "%d minutos"
-#: ../../include/ItemObject.php:553
-msgid "Code"
-msgstr "Código"
+#: ../../include/js_strings.php:26
+msgid "about an hour"
+msgstr "aproximadamente uma hora"
-#: ../../include/ItemObject.php:554
-msgid "Image"
-msgstr "Imagem"
+#: ../../include/js_strings.php:27
+#, php-format
+msgid "about %d hours"
+msgstr "aproximadamente %d horas"
-#: ../../include/ItemObject.php:555
-msgid "Link"
-msgstr "Link"
+#: ../../include/js_strings.php:28
+msgid "a day"
+msgstr "um dia"
-#: ../../include/ItemObject.php:556
-msgid "Video"
-msgstr "Vídeo"
+#: ../../include/js_strings.php:29
+#, php-format
+msgid "%d days"
+msgstr "%d dias"
-#: ../../include/ItemObject.php:560 ../../include/conversation.php:1153
-#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341
-msgid "Encrypt text"
-msgstr "Encriptar texto"
+#: ../../include/js_strings.php:30
+msgid "about a month"
+msgstr "aproximadamente um mês"
+
+#: ../../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/permissions.php:13
msgid "Can view my \"public\" stream and posts"
@@ -395,6 +1129,334 @@ msgid ""
"Extremely advanced. Leave this alone unless you know what you are doing"
msgstr "Extremamente avançado. Não mexa nisso a não ser que saiba o que está fazendo"
+#: ../../include/contact_selectors.php:30
+msgid "Unknown | Not categorised"
+msgstr "Desconhecido | Não categorizado"
+
+#: ../../include/contact_selectors.php:31
+msgid "Block immediately"
+msgstr "Bloquear imediatamente"
+
+#: ../../include/contact_selectors.php:32
+msgid "Shady, spammer, self-marketer"
+msgstr "Suspeito, spammer, propagandista"
+
+#: ../../include/contact_selectors.php:33
+msgid "Known to me, but no opinion"
+msgstr "Eu conheço, mas não tenho opinião a respeito"
+
+#: ../../include/contact_selectors.php:34
+msgid "OK, probably harmless"
+msgstr "Ok, provavelmente inofensivo"
+
+#: ../../include/contact_selectors.php:35
+msgid "Reputable, has my trust"
+msgstr "Boa reputação, tem minha confiança"
+
+#: ../../include/contact_selectors.php:54
+msgid "Frequently"
+msgstr "Frequentemente"
+
+#: ../../include/contact_selectors.php:55
+msgid "Hourly"
+msgstr "De hora em hora"
+
+#: ../../include/contact_selectors.php:56
+msgid "Twice daily"
+msgstr "Duas vezes ao dia"
+
+#: ../../include/contact_selectors.php:57
+msgid "Daily"
+msgstr "Diariamente"
+
+#: ../../include/contact_selectors.php:58
+msgid "Weekly"
+msgstr "Semanalmente"
+
+#: ../../include/contact_selectors.php:59
+msgid "Monthly"
+msgstr "Mensalmente"
+
+#: ../../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: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/MI"
+
+#: ../../include/contact_selectors.php:83
+msgid "MySpace"
+msgstr "MySpace"
+
+#: ../../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 "Início:"
+
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:447
+msgid "Finishes:"
+msgstr "Fim:"
+
+#: ../../include/event.php:321
+msgid "This event has been added to your calendar."
+msgstr "Esse evento foi adicionado ao seu calendário."
+
+#: ../../include/profile_selectors.php:6
+msgid "Male"
+msgstr "Masculino"
+
+#: ../../include/profile_selectors.php:6
+msgid "Female"
+msgstr "Feminino"
+
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "Atualmente masculino"
+
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "Atualmente feminino"
+
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Masculino a maior parte do tempo"
+
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Feminino a maior parte do tempo"
+
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Transgênero"
+
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Intersexuado"
+
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transexual"
+
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Hermafrodita"
+
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Neutro"
+
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Não específico"
+
+#: ../../include/profile_selectors.php:6
+msgid "Other"
+msgstr "Outro"
+
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Indeciso"
+
+#: ../../include/profile_selectors.php:23
+msgid "Males"
+msgstr "Homens"
+
+#: ../../include/profile_selectors.php:23
+msgid "Females"
+msgstr "Mulheres"
+
+#: ../../include/profile_selectors.php:23
+msgid "Gay"
+msgstr "Gays"
+
+#: ../../include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "Lésbicas"
+
+#: ../../include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "Sem preferência"
+
+#: ../../include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "Bissexuais"
+
+#: ../../include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "Autossexuais"
+
+#: ../../include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "Abstinentes"
+
+#: ../../include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "Virgens"
+
+#: ../../include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "Desviantes"
+
+#: ../../include/profile_selectors.php:23
+msgid "Fetish"
+msgstr "Fetiches"
+
+#: ../../include/profile_selectors.php:23
+msgid "Oodles"
+msgstr "Abundância"
+
+#: ../../include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "Não sexuais"
+
+#: ../../include/profile_selectors.php:42
+msgid "Single"
+msgstr "Solteiro(a)"
+
+#: ../../include/profile_selectors.php:42
+msgid "Lonely"
+msgstr "Solitário(a)"
+
+#: ../../include/profile_selectors.php:42
+msgid "Available"
+msgstr "Disponível"
+
+#: ../../include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "Não disponível"
+
+#: ../../include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "Tem uma paixão"
+
+#: ../../include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr "Apaixonado"
+
+#: ../../include/profile_selectors.php:42
+msgid "Dating"
+msgstr "Saindo com alguém"
+
+#: ../../include/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "Infiel"
+
+#: ../../include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "Viciado(a) em sexo"
+
+#: ../../include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "Amigos com benefícios"
+
+#: ../../include/profile_selectors.php:42
+msgid "Casual"
+msgstr "Casual"
+
+#: ../../include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "Envolvido(a)"
+
+#: ../../include/profile_selectors.php:42
+msgid "Married"
+msgstr "Casado(a)"
+
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily married"
+msgstr "Casado imaginariamente"
+
+#: ../../include/profile_selectors.php:42
+msgid "Partners"
+msgstr "Parceiros"
+
+#: ../../include/profile_selectors.php:42
+msgid "Cohabiting"
+msgstr "Coabitando"
+
+#: ../../include/profile_selectors.php:42
+msgid "Common law"
+msgstr "Direito comum"
+
+#: ../../include/profile_selectors.php:42
+msgid "Happy"
+msgstr "Feliz"
+
+#: ../../include/profile_selectors.php:42
+msgid "Not looking"
+msgstr "Não estou procurando"
+
+#: ../../include/profile_selectors.php:42
+msgid "Swinger"
+msgstr "Swinger"
+
+#: ../../include/profile_selectors.php:42
+msgid "Betrayed"
+msgstr "Traído(a)"
+
+#: ../../include/profile_selectors.php:42
+msgid "Separated"
+msgstr "Separado(a)"
+
+#: ../../include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "Instável"
+
+#: ../../include/profile_selectors.php:42
+msgid "Divorced"
+msgstr "Divorciado(a)"
+
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+msgstr "Divorciado imaginariamente"
+
+#: ../../include/profile_selectors.php:42
+msgid "Widowed"
+msgstr "Viúvo(a)"
+
+#: ../../include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "Incerto(a)"
+
+#: ../../include/profile_selectors.php:42
+msgid "It's complicated"
+msgstr "É complicado"
+
+#: ../../include/profile_selectors.php:42
+msgid "Don't care"
+msgstr "Não importa"
+
+#: ../../include/profile_selectors.php:42
+msgid "Ask me"
+msgstr "Pergunte-me"
+
#: ../../include/account.php:23
msgid "Not a valid email address"
msgstr "Não é um endereço de e-mail válido"
@@ -451,119 +1513,74 @@ msgstr "A conta foi aprovada."
msgid "Registration revoked for %s"
msgstr "O registro de %s foi revogado"
-#: ../../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/chat.php:113 ../../include/items.php:3622
-#: ../../mod/mood.php:119 ../../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:89 ../../mod/chat.php:94
-#: ../../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/events.php:140 ../../mod/sources.php:66
-#: ../../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/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
-msgid "Permission denied."
-msgstr "Permissão negada."
-
-#: ../../include/photos.php:89
-#, php-format
-msgid "Image exceeds website size limit of %lu bytes"
-msgstr "A imagem excede o limite de tamanho do site, que é de %"
-
-#: ../../include/photos.php:96
-msgid "Image file is empty."
-msgstr "O arquivo de imagem está vazio."
+#: ../../include/oembed.php:171
+msgid "Embedded content"
+msgstr "Conteúdo incorporado"
-#: ../../include/photos.php:123 ../../mod/profile_photo.php:216
-msgid "Unable to process image"
-msgstr "Não foi possível processar a imagem"
+#: ../../include/oembed.php:180
+msgid "Embedding disabled"
+msgstr "A incorporação está desabilitada"
-#: ../../include/photos.php:186
-msgid "Photo storage failed."
-msgstr "Não foi possível armazenar a foto."
+#: ../../include/zot.php:596
+msgid "Invalid data packet"
+msgstr "Pacote de dados inválido"
-#: ../../include/photos.php:311 ../../include/conversation.php:1504
-msgid "Photo Albums"
-msgstr "Álbuns de fotos"
+#: ../../include/zot.php:606
+msgid "Unable to verify channel signature"
+msgstr "Não foi possível verificar a assinatura do canal"
-#: ../../include/photos.php:315 ../../mod/photos.php:693
-#: ../../mod/photos.php:1190
-msgid "Upload New Photos"
-msgstr "Enviar novas fotos"
+#: ../../include/zot.php:803
+#, php-format
+msgid "Unable to verify site signature for %s"
+msgstr "Não foi possível verificar a assinatura do site para %s"
-#: ../../include/acl_selectors.php:238
-msgid "Visible to everybody"
-msgstr "Visível para todos"
+#: ../../include/network.php:652
+msgid "view full size"
+msgstr "ver na tela inteira"
-#: ../../include/acl_selectors.php:239
-msgid "Show"
-msgstr "Exibir"
+#: ../../include/dba/dba_driver.php:50
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'"
-#: ../../include/acl_selectors.php:240
-msgid "Don't show"
-msgstr "Não exibir"
+#: ../../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 "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."
-#: ../../include/acl_selectors.php:246 ../../mod/chat.php:206
-#: ../../mod/filestorage.php:126 ../../mod/photos.php:606
-#: ../../mod/photos.php:949
-msgid "Permissions"
-msgstr "Permissões"
+#: ../../include/group.php:223
+msgid "Default privacy group for new contacts"
+msgstr "Grupo de privacidade padrão para novos contatos"
-#: ../../include/acl_selectors.php:247
-msgid "Close"
-msgstr "Fechar"
+#: ../../include/group.php:242 ../../mod/admin.php:762
+msgid "All Channels"
+msgstr "Todos os canais"
-#: ../../include/activities.php:39
-msgid " and "
-msgstr " e "
+#: ../../include/group.php:264
+msgid "edit"
+msgstr "editar"
-#: ../../include/activities.php:47
-msgid "public profile"
-msgstr "perfil público"
+#: ../../include/group.php:285
+msgid "Collections"
+msgstr "Coleções"
-#: ../../include/activities.php:52
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s mudou %2$s para &ldquo;%3$s&rdquo;"
+#: ../../include/group.php:286
+msgid "Edit collection"
+msgstr "Editar coleção"
-#: ../../include/activities.php:53
-#, php-format
-msgid "Visit %1$s's %2$s"
-msgstr "Visite o %2$s de %1$s"
+#: ../../include/group.php:287
+msgid "Create a new collection"
+msgstr "Criar uma nova coleção"
-#: ../../include/activities.php:56
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s atualizou %2$s, alterando %3$s."
+#: ../../include/group.php:288
+msgid "Channels not in any collection"
+msgstr "Canais que não estão em nenhuma coleção"
-#: ../../include/api.php:1016
-msgid "Public Timeline"
-msgstr "Linha do tempo pública"
+#: ../../include/group.php:290 ../../include/widgets.php:266
+msgid "add"
+msgstr "adicionar"
#: ../../include/attach.php:224 ../../include/attach.php:278
msgid "Item was not found."
@@ -623,217 +1640,205 @@ 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/auth.php:197
-msgid "Failed authentication"
-msgstr "Não foi possível autenticar"
+#: ../../include/ItemObject.php:89 ../../include/conversation.php:639
+#: ../../mod/photos.php:846
+msgid "Private Message"
+msgstr "Mensagem privada"
-#: ../../include/auth.php:212 ../../mod/openid.php:188
-msgid "Login failed."
-msgstr "Não foi possível entrar."
+#: ../../include/ItemObject.php:108 ../../include/apps.php:213
+#: ../../include/conversation.php:632 ../../mod/settings.php:578
+#: ../../mod/filestorage.php:175 ../../mod/admin.php:757
+#: ../../mod/admin.php:886 ../../mod/photos.php:1043
+#: ../../mod/connedit.php:398 ../../mod/thing.php:236 ../../mod/group.php:176
+msgid "Delete"
+msgstr "Excluir"
-#: ../../include/bb2diaspora.php:433 ../../include/event.php:11
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
+#: ../../include/ItemObject.php:114 ../../include/conversation.php:631
+msgid "Select"
+msgstr "Selecionar"
-#: ../../include/bb2diaspora.php:439 ../../include/event.php:20
-msgid "Starts:"
-msgstr "Início:"
+#: ../../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/bb2diaspora.php:447 ../../include/event.php:30
-msgid "Finishes:"
-msgstr "Fim:"
+#: ../../include/ItemObject.php:169
+msgid "Toggle Star Status"
+msgstr "Alterna status da estrela"
-#: ../../include/bb2diaspora.php:455 ../../include/event.php:40
-#: ../../include/identity.php:726 ../../mod/directory.php:156
-#: ../../mod/dirprofile.php:105 ../../mod/events.php:465
-msgid "Location:"
-msgstr "Localização:"
+#: ../../include/ItemObject.php:173
+msgid "starred"
+msgstr "destacado"
-#: ../../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/ItemObject.php:182 ../../include/conversation.php:646
+msgid "Message is verified"
+msgstr "A mensagem foi verificada"
-#: ../../include/bbcode.php:163 ../../include/bbcode.php:653
-msgid "Encrypted content"
-msgstr "Conteúdo criptografado"
+#: ../../include/ItemObject.php:190
+msgid "Add Tag"
+msgstr "Adiciona etiqueta"
-#: ../../include/bbcode.php:170
-msgid "QR code"
-msgstr "código QR"
+#: ../../include/ItemObject.php:208 ../../mod/photos.php:971
+msgid "I like this (toggle)"
+msgstr "Eu gostei disso (alterna)"
-#: ../../include/bbcode.php:213
-#, php-format
-msgid "%1$s wrote the following %2$s %3$s"
-msgstr "%1$s escreveu a seguinte %2$s %3$s"
+#: ../../include/ItemObject.php:209 ../../mod/photos.php:972
+msgid "I don't like this (toggle)"
+msgstr "Eu não gostei disso (alterna)"
-#: ../../include/bbcode.php:215
-msgid "post"
-msgstr "publicação"
+#: ../../include/ItemObject.php:211
+msgid "Share This"
+msgstr "Compartilhe isso"
-#: ../../include/bbcode.php:571 ../../include/bbcode.php:591
-msgid "$1 wrote:"
-msgstr "$1 escreveu:"
+#: ../../include/ItemObject.php:211
+msgid "share"
+msgstr "compartilhar"
-#: ../../include/bookmarks.php:42
+#: ../../include/ItemObject.php:235 ../../include/ItemObject.php:236
#, php-format
-msgid "%1$s's bookmarks"
-msgstr "Links guardados de %1$s"
-
-#: ../../include/chat.php:10
-msgid "Missing room name"
-msgstr "Nome da sala vazio"
-
-#: ../../include/chat.php:19
-msgid "Duplicate room name"
-msgstr "Nome da sala duplicado"
-
-#: ../../include/chat.php:68 ../../include/chat.php:76
-msgid "Invalid room specifier."
-msgstr "Especificador de sala inválido."
-
-#: ../../include/chat.php:102
-msgid "Room not found."
-msgstr "A sala não foi encontrada."
-
-#: ../../include/chat.php:123
-msgid "Room is full"
-msgstr "A sala está cheia"
-
-#: ../../include/taxonomy.php:210
-msgid "Tags"
-msgstr "Etiquetas"
-
-#: ../../include/taxonomy.php:227
-msgid "Keywords"
-msgstr "Palavras-chave"
-
-#: ../../include/taxonomy.php:252
-msgid "have"
-msgstr "tenho"
-
-#: ../../include/taxonomy.php:252
-msgid "has"
-msgstr "tem"
-
-#: ../../include/taxonomy.php:253
-msgid "want"
-msgstr "quero"
-
-#: ../../include/taxonomy.php:253
-msgid "wants"
-msgstr "quer"
+msgid "View %s's profile - %s"
+msgstr "Ver o perfil de %s - %s"
-#: ../../include/taxonomy.php:254
-msgid "likes"
-msgstr "gosta"
+#: ../../include/ItemObject.php:237
+msgid "to"
+msgstr "para"
-#: ../../include/taxonomy.php:255
-msgid "dislikes"
-msgstr "desgosta"
+#: ../../include/ItemObject.php:238
+msgid "via"
+msgstr "via"
-#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185
-#: ../../view/theme/redbasic/php/config.php:84
-msgid "Default"
-msgstr "Default"
+#: ../../include/ItemObject.php:239
+msgid "Wall-to-Wall"
+msgstr "Mural-para-mural"
-#: ../../include/contact_selectors.php:30
-msgid "Unknown | Not categorised"
-msgstr "Desconhecido | Não categorizado"
+#: ../../include/ItemObject.php:240
+msgid "via Wall-To-Wall:"
+msgstr "via Mural-para-mural"
-#: ../../include/contact_selectors.php:31
-msgid "Block immediately"
-msgstr "Bloquear imediatamente"
+#: ../../include/ItemObject.php:250 ../../include/conversation.php:690
+#, php-format
+msgid " from %s"
+msgstr "de %s"
-#: ../../include/contact_selectors.php:32
-msgid "Shady, spammer, self-marketer"
-msgstr "Suspeito, spammer, propagandista"
+#: ../../include/ItemObject.php:253 ../../include/conversation.php:693
+#, php-format
+msgid "last edited: %s"
+msgstr "última edição: %s"
-#: ../../include/contact_selectors.php:33
-msgid "Known to me, but no opinion"
-msgstr "Eu conheço, mas não tenho opinião a respeito"
+#: ../../include/ItemObject.php:254 ../../include/conversation.php:694
+#, php-format
+msgid "Expires: %s"
+msgstr "Expira: %s"
-#: ../../include/contact_selectors.php:34
-msgid "OK, probably harmless"
-msgstr "Ok, provavelmente inofensivo"
+#: ../../include/ItemObject.php:274
+msgid "Save Bookmarks"
+msgstr "Salve Favoritos"
-#: ../../include/contact_selectors.php:35
-msgid "Reputable, has my trust"
-msgstr "Boa reputação, tem minha confiança"
+#: ../../include/ItemObject.php:275
+msgid "Add to Calendar"
+msgstr "Adicione ao calendário"
-#: ../../include/contact_selectors.php:54
-msgid "Frequently"
-msgstr "Frequentemente"
+#: ../../include/ItemObject.php:283
+msgctxt "noun"
+msgid "Likes"
+msgstr "Gostaram"
-#: ../../include/contact_selectors.php:55
-msgid "Hourly"
-msgstr "De hora em hora"
+#: ../../include/ItemObject.php:284
+msgctxt "noun"
+msgid "Dislikes"
+msgstr "Desgostaram"
-#: ../../include/contact_selectors.php:56
-msgid "Twice daily"
-msgstr "Duas vezes ao dia"
+#: ../../include/ItemObject.php:289 ../../include/acl_selectors.php:247
+msgid "Close"
+msgstr "Fechar"
-#: ../../include/contact_selectors.php:57
-msgid "Daily"
-msgstr "Diariamente"
+#: ../../include/ItemObject.php:294 ../../include/conversation.php:711
+#: ../../include/conversation.php:1127 ../../mod/photos.php:974
+#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:152
+#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editblock.php:120
+#: ../../mod/editlayout.php:115
+msgid "Please wait"
+msgstr "Por favor, espere"
-#: ../../include/contact_selectors.php:58
-msgid "Weekly"
-msgstr "Semanalmente"
+#: ../../include/ItemObject.php:315
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d comentário"
+msgstr[1] "%d comentários"
-#: ../../include/contact_selectors.php:59
-msgid "Monthly"
-msgstr "Mensalmente"
+#: ../../include/ItemObject.php:580 ../../mod/photos.php:990
+#: ../../mod/photos.php:1077
+msgid "This is you"
+msgstr "Este(a) é você"
-#: ../../include/contact_selectors.php:74
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../include/ItemObject.php:584
+msgid "Bold"
+msgstr "Negrito"
-#: ../../include/contact_selectors.php:75
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../include/ItemObject.php:585
+msgid "Italic"
+msgstr "Itálico"
-#: ../../include/contact_selectors.php:76
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../include/ItemObject.php:586
+msgid "Underline"
+msgstr "Sublinhado"
-#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753
-#: ../../mod/admin.php:762 ../../boot.php:1454
-msgid "Email"
-msgstr "E-mail"
+#: ../../include/ItemObject.php:587
+msgid "Quote"
+msgstr "Citação"
-#: ../../include/contact_selectors.php:78
-msgid "Diaspora"
-msgstr "Diaspora"
+#: ../../include/ItemObject.php:588
+msgid "Code"
+msgstr "Código"
-#: ../../include/contact_selectors.php:79
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../include/ItemObject.php:589
+msgid "Image"
+msgstr "Imagem"
-#: ../../include/contact_selectors.php:80
-msgid "Zot!"
-msgstr "Zot!"
+#: ../../include/ItemObject.php:590
+msgid "Link"
+msgstr "Link"
-#: ../../include/contact_selectors.php:81
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: ../../include/ItemObject.php:591
+msgid "Video"
+msgstr "Vídeo"
-#: ../../include/contact_selectors.php:82
-msgid "XMPP/IM"
-msgstr "XMPP/MI"
+#: ../../include/ItemObject.php:595 ../../include/conversation.php:1153
+#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341
+msgid "Encrypt text"
+msgstr "Encriptar texto"
-#: ../../include/contact_selectors.php:83
-msgid "MySpace"
-msgstr "MySpace"
+#: ../../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/text.php:320
msgid "prev"
@@ -859,893 +1864,327 @@ msgstr "mais antigo"
msgid "newer"
msgstr "mais recente"
-#: ../../include/text.php:719
+#: ../../include/text.php:729
msgid "No connections"
msgstr "Nenhuma conexão"
-#: ../../include/text.php:732
+#: ../../include/text.php:742
#, php-format
msgid "%d Connection"
msgid_plural "%d Connections"
msgstr[0] "%d conexão"
msgstr[1] "%d conexões"
-#: ../../include/text.php:744
+#: ../../include/text.php:754
msgid "View Connections"
msgstr "Ver conexões"
-#: ../../include/text.php:803 ../../include/text.php:817
-#: ../../include/nav.php:144 ../../mod/search.php:29
+#: ../../include/text.php:813 ../../include/text.php:827
+#: ../../include/nav.php:144 ../../include/apps.php:134
+#: ../../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
+#: ../../include/text.php:815 ../../include/text.php:829
+#: ../../include/widgets.php:186 ../../mod/filer.php:50
+#: ../../mod/rbmark.php:28 ../../mod/rbmark.php:98
msgid "Save"
msgstr "Salvar"
-#: ../../include/text.php:885
+#: ../../include/text.php:895
msgid "poke"
msgstr "cutucar"
-#: ../../include/text.php:885 ../../include/conversation.php:240
+#: ../../include/text.php:895 ../../include/conversation.php:240
msgid "poked"
msgstr "cutucado"
-#: ../../include/text.php:886
+#: ../../include/text.php:896
msgid "ping"
msgstr "pingar"
-#: ../../include/text.php:886
+#: ../../include/text.php:896
msgid "pinged"
msgstr "pingou"
-#: ../../include/text.php:887
+#: ../../include/text.php:897
msgid "prod"
msgstr "espetar"
-#: ../../include/text.php:887
+#: ../../include/text.php:897
msgid "prodded"
msgstr "espetou"
-#: ../../include/text.php:888
+#: ../../include/text.php:898
msgid "slap"
msgstr "estapear"
-#: ../../include/text.php:888
+#: ../../include/text.php:898
msgid "slapped"
msgstr "estapeou"
-#: ../../include/text.php:889
+#: ../../include/text.php:899
msgid "finger"
msgstr "dar um toque"
-#: ../../include/text.php:889
+#: ../../include/text.php:899
msgid "fingered"
msgstr "deu um toque"
-#: ../../include/text.php:890
+#: ../../include/text.php:900
msgid "rebuff"
msgstr "rebater"
-#: ../../include/text.php:890
+#: ../../include/text.php:900
msgid "rebuffed"
msgstr "rebateu"
-#: ../../include/text.php:899
+#: ../../include/text.php:909
msgid "happy"
msgstr "feliz"
-#: ../../include/text.php:900
+#: ../../include/text.php:910
msgid "sad"
msgstr "triste"
-#: ../../include/text.php:901
+#: ../../include/text.php:911
msgid "mellow"
msgstr "suave"
-#: ../../include/text.php:902
+#: ../../include/text.php:912
msgid "tired"
msgstr "cansado"
-#: ../../include/text.php:903
+#: ../../include/text.php:913
msgid "perky"
msgstr "animado/a"
-#: ../../include/text.php:904
+#: ../../include/text.php:914
msgid "angry"
msgstr "nervoso"
-#: ../../include/text.php:905
+#: ../../include/text.php:915
msgid "stupified"
msgstr "embasbacado/a"
-#: ../../include/text.php:906
+#: ../../include/text.php:916
msgid "puzzled"
msgstr "confuso/a"
-#: ../../include/text.php:907
+#: ../../include/text.php:917
msgid "interested"
msgstr "interessado"
-#: ../../include/text.php:908
+#: ../../include/text.php:918
msgid "bitter"
msgstr "amargo/a"
-#: ../../include/text.php:909
+#: ../../include/text.php:919
msgid "cheerful"
msgstr "alegre"
-#: ../../include/text.php:910
+#: ../../include/text.php:920
msgid "alive"
msgstr "vivo"
-#: ../../include/text.php:911
+#: ../../include/text.php:921
msgid "annoyed"
msgstr "aborrecido"
-#: ../../include/text.php:912
+#: ../../include/text.php:922
msgid "anxious"
msgstr "ansioso"
-#: ../../include/text.php:913
+#: ../../include/text.php:923
msgid "cranky"
msgstr "irritado/a"
-#: ../../include/text.php:914
+#: ../../include/text.php:924
msgid "disturbed"
msgstr "perturbado"
-#: ../../include/text.php:915
+#: ../../include/text.php:925
msgid "frustrated"
msgstr "frustrado"
-#: ../../include/text.php:916
+#: ../../include/text.php:926
msgid "depressed"
msgstr "deprimido"
-#: ../../include/text.php:917
+#: ../../include/text.php:927
msgid "motivated"
msgstr "motivado"
-#: ../../include/text.php:918
+#: ../../include/text.php:928
msgid "relaxed"
msgstr "relaxado"
-#: ../../include/text.php:919
+#: ../../include/text.php:929
msgid "surprised"
msgstr "surpreso"
-#: ../../include/text.php:1080
+#: ../../include/text.php:1090
msgid "Monday"
msgstr "Segunda"
-#: ../../include/text.php:1080
+#: ../../include/text.php:1090
msgid "Tuesday"
msgstr "Terça"
-#: ../../include/text.php:1080
+#: ../../include/text.php:1090
msgid "Wednesday"
msgstr "Quarta"
-#: ../../include/text.php:1080
+#: ../../include/text.php:1090
msgid "Thursday"
msgstr "Quinta"
-#: ../../include/text.php:1080
+#: ../../include/text.php:1090
msgid "Friday"
msgstr "Sexta"
-#: ../../include/text.php:1080
+#: ../../include/text.php:1090
msgid "Saturday"
msgstr "Sábado"
-#: ../../include/text.php:1080
+#: ../../include/text.php:1090
msgid "Sunday"
msgstr "Domingo"
-#: ../../include/text.php:1084
+#: ../../include/text.php:1094
msgid "January"
msgstr "Janeiro"
-#: ../../include/text.php:1084
+#: ../../include/text.php:1094
msgid "February"
msgstr "Fevereiro"
-#: ../../include/text.php:1084
+#: ../../include/text.php:1094
msgid "March"
msgstr "Março"
-#: ../../include/text.php:1084
+#: ../../include/text.php:1094
msgid "April"
msgstr "Abril"
-#: ../../include/text.php:1084
+#: ../../include/text.php:1094
msgid "May"
msgstr "Maio"
-#: ../../include/text.php:1084
+#: ../../include/text.php:1094
msgid "June"
msgstr "Junho"
-#: ../../include/text.php:1084
+#: ../../include/text.php:1094
msgid "July"
msgstr "Julho"
-#: ../../include/text.php:1084
+#: ../../include/text.php:1094
msgid "August"
msgstr "Agosto"
-#: ../../include/text.php:1084
+#: ../../include/text.php:1094
msgid "September"
msgstr "Setembro"
-#: ../../include/text.php:1084
+#: ../../include/text.php:1094
msgid "October"
msgstr "Outubro"
-#: ../../include/text.php:1084
+#: ../../include/text.php:1094
msgid "November"
msgstr "Novembro"
-#: ../../include/text.php:1084
+#: ../../include/text.php:1094
msgid "December"
msgstr "Dezembro"
-#: ../../include/text.php:1162
+#: ../../include/text.php:1172
msgid "unknown.???"
msgstr "desconhecido.???"
-#: ../../include/text.php:1163
+#: ../../include/text.php:1173
msgid "bytes"
msgstr "bytes"
-#: ../../include/text.php:1198
+#: ../../include/text.php:1208
msgid "remove category"
msgstr "remover categoria"
-#: ../../include/text.php:1247
+#: ../../include/text.php:1257
msgid "remove from file"
msgstr "remover do arquivo"
-#: ../../include/text.php:1308 ../../include/text.php:1320
+#: ../../include/text.php:1318 ../../include/text.php:1330
msgid "Click to open/close"
msgstr "Clique para abrir/fechar"
-#: ../../include/text.php:1475 ../../mod/events.php:335
-msgid "link to source"
+#: ../../include/text.php:1485 ../../mod/events.php:355
+msgid "Link to Source"
msgstr "Link para a origem"
-#: ../../include/text.php:1494
+#: ../../include/text.php:1504
msgid "Select a page layout: "
msgstr "Selecione um layout de página:"
-#: ../../include/text.php:1497 ../../include/text.php:1562
+#: ../../include/text.php:1507 ../../include/text.php:1572
msgid "default"
msgstr "default"
-#: ../../include/text.php:1533
+#: ../../include/text.php:1543
msgid "Page content type: "
msgstr "Tipo de conteúdo da página: "
-#: ../../include/text.php:1574
+#: ../../include/text.php:1584
msgid "Select an alternate language"
msgstr "Selecione um idioma alternativo"
-#: ../../include/text.php:1695 ../../include/conversation.php:117
+#: ../../include/text.php:1705 ../../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
+#: ../../include/text.php:1708 ../../include/conversation.php:120
#: ../../mod/tagger.php:49
msgid "event"
msgstr "evento"
-#: ../../include/text.php:1701 ../../include/conversation.php:145
+#: ../../include/text.php:1711 ../../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
+#: ../../include/text.php:1713 ../../include/conversation.php:147
#: ../../mod/tagger.php:55
msgid "comment"
msgstr "comentário"
-#: ../../include/text.php:1708
+#: ../../include/text.php:1718
msgid "activity"
msgstr "atividade"
-#: ../../include/text.php:1967
+#: ../../include/text.php:1977
msgid "Design"
msgstr "Design"
-#: ../../include/text.php:1969
+#: ../../include/text.php:1979
msgid "Blocks"
msgstr "Blocos"
-#: ../../include/text.php:1970
+#: ../../include/text.php:1980
msgid "Menus"
msgstr "Menus"
-#: ../../include/text.php:1971
+#: ../../include/text.php:1981
msgid "Layouts"
msgstr "Layouts"
-#: ../../include/text.php:1972
+#: ../../include/text.php:1982
msgid "Pages"
msgstr "Páginas"
-#: ../../include/contact_widgets.php:14
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d convite disponível"
-msgstr[1] "%d convites disponíveis"
-
-#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445
-msgid "Advanced"
-msgstr "Avançado"
-
-#: ../../include/contact_widgets.php:22
-msgid "Find Channels"
-msgstr "Pesquisar canais"
-
-#: ../../include/contact_widgets.php:23
-msgid "Enter name or interest"
-msgstr "Digite um nome ou interesse"
-
-#: ../../include/contact_widgets.php:24
-msgid "Connect/Follow"
-msgstr "Conectar/Acompanhar"
-
-#: ../../include/contact_widgets.php:25
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Por exemplo: José da Silva, Pescaria"
-
-#: ../../include/contact_widgets.php:26 ../../mod/connections.php:390
-#: ../../mod/directory.php:206 ../../mod/directory.php:211
-msgid "Find"
-msgstr "Pesquisar"
-
-#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59
-msgid "Channel Suggestions"
-msgstr "Sugestões de canais"
-
-#: ../../include/contact_widgets.php:29
-msgid "Random Profile"
-msgstr "Perfil aleatório"
-
-#: ../../include/contact_widgets.php:30
-msgid "Invite Friends"
-msgstr "Convidar amigos"
-
-#: ../../include/contact_widgets.php:32
-msgid "Exammple: name=fred and country=iceland"
-msgstr "Exemplo: name=raoni and country=peru"
-
-#: ../../include/contact_widgets.php:33
-msgid "Advanced Find"
-msgstr "Busca avançada"
-
-#: ../../include/contact_widgets.php:58 ../../include/features.php:66
-#: ../../include/widgets.php:283
-msgid "Saved Folders"
-msgstr "Pastas salvas"
-
-#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:95
-#: ../../include/widgets.php:286
-msgid "Everything"
-msgstr "Tudo"
-
-#: ../../include/contact_widgets.php:92 ../../include/widgets.php:29
-msgid "Categories"
-msgstr "Categorias"
-
-#: ../../include/contact_widgets.php:125
-#, php-format
-msgid "%d connection in common"
-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/conversation.php:1551 ../../include/nav.php:90
-#: ../../mod/webpages.php:79
-msgid "Webpages"
-msgstr "Páginas web"
-
-#: ../../include/conversation.php:1554
-msgid "Manage Webpages"
-msgstr "Administrar páginas web"
-
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
-msgstr "Miscelânea"
-
-#: ../../include/datetime.php:152 ../../include/datetime.php:284
-msgid "year"
-msgstr "ano"
-
-#: ../../include/datetime.php:157 ../../include/datetime.php:285
-msgid "month"
-msgstr "mês"
-
-#: ../../include/datetime.php:162 ../../include/datetime.php:287
-msgid "day"
-msgstr "dia"
-
-#: ../../include/datetime.php:275
-msgid "never"
-msgstr "nunca"
-
-#: ../../include/datetime.php:281
-msgid "less than a second ago"
-msgstr "menos de um segundo atrás"
-
-#: ../../include/datetime.php:284
-msgid "years"
-msgstr "anos"
-
-#: ../../include/datetime.php:285
-msgid "months"
-msgstr "meses"
-
-#: ../../include/datetime.php:286
-msgid "week"
-msgstr "semana"
-
-#: ../../include/datetime.php:286
-msgid "weeks"
-msgstr "semanas"
-
-#: ../../include/datetime.php:287
-msgid "days"
-msgstr "dias"
-
-#: ../../include/datetime.php:288
-msgid "hour"
-msgstr "hora"
-
-#: ../../include/datetime.php:288
-msgid "hours"
-msgstr "horas"
-
-#: ../../include/datetime.php:289
-msgid "minute"
-msgstr "minuto"
-
-#: ../../include/datetime.php:289
-msgid "minutes"
-msgstr "minutos"
-
-#: ../../include/datetime.php:290
-msgid "second"
-msgstr "segundo"
-
-#: ../../include/datetime.php:290
-msgid "seconds"
-msgstr "segundos"
-
-#: ../../include/datetime.php:299
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s atrás"
-
#: ../../include/dir_fns.php:36
msgid "Sort Options"
msgstr "Opções de ordenação"
@@ -1774,6 +2213,37 @@ msgstr "Desabilitar busca tranquila"
msgid "Safe Mode"
msgstr "Modo tranquilo"
+#: ../../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/enotify.php:41
msgid "Red Matrix Notification"
msgstr "Notificação da Red Matrix"
@@ -1966,6 +2436,269 @@ msgstr "Foto:"
msgid "Please visit %s to approve or reject the suggestion."
msgstr "Por favor, visite %s para aprovar ou rejeitar a sugestão."
+#: ../../include/bookmarks.php:42
+#, php-format
+msgid "%1$s's bookmarks"
+msgstr "Links guardados de %1$s"
+
+#: ../../include/nav.php:77 ../../include/nav.php:96
+msgid "End this session"
+msgstr "Encerrar essa sessão"
+
+#: ../../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 ../../include/conversation.php:937
+#: ../../mod/connedit.php:351 ../../mod/connedit.php:465
+msgid "View Profile"
+msgstr "Ver perfil"
+
+#: ../../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 ../../include/apps.php:126
+#: ../../include/conversation.php:1501 ../../mod/fbrowser.php:25
+msgid "Photos"
+msgstr "Fotos"
+
+#: ../../include/nav.php:84
+msgid "Your photos"
+msgstr "Suas fotos"
+
+#: ../../include/nav.php:85 ../../include/apps.php:122
+#: ../../include/conversation.php:1510 ../../mod/fbrowser.php:114
+msgid "Files"
+msgstr "Arquivos"
+
+#: ../../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 ../../include/nav.php:180
+#: ../../include/apps.php:127 ../../include/conversation.php:1532
+#: ../../mod/events.php:377
+msgid "Events"
+msgstr "Eventos"
+
+#: ../../include/nav.php:87
+msgid "Your events"
+msgstr "Seus eventos"
+
+#: ../../include/nav.php:88 ../../include/apps.php:116
+#: ../../include/conversation.php:1540
+msgid "Bookmarks"
+msgstr "Links guardados"
+
+#: ../../include/nav.php:88
+msgid "Your bookmarks"
+msgstr "Seus links guardados"
+
+#: ../../include/nav.php:90 ../../include/apps.php:123
+#: ../../include/conversation.php:1551 ../../mod/webpages.php:79
+msgid "Webpages"
+msgstr "Páginas web"
+
+#: ../../include/nav.php:90
+msgid "Your webpages"
+msgstr "Suas páginas web"
+
+#: ../../include/nav.php:94
+msgid "Sign in"
+msgstr "Entrar"
+
+#: ../../include/nav.php:111
+#, php-format
+msgid "%s - click to logout"
+msgstr "%s - clique para sair"
+
+#: ../../include/nav.php:116
+msgid "Click to authenticate to your home hub"
+msgstr "Clique para se autenticar com seu hub de origem"
+
+#: ../../include/nav.php:130
+msgid "Home Page"
+msgstr "Página inicial"
+
+#: ../../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
+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/features.php:23
msgid "General Features"
msgstr "Recursos gerais"
@@ -2050,7 +2783,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 +2821,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"
@@ -2184,1248 +2917,1248 @@ msgstr "Nuvem de etiquetas"
msgid "Provide a personal tag cloud on your channel page"
msgstr "Fornece uma nuvem de etiquetas pessoais à página do seu canal"
-#: ../../include/follow.php:23
-msgid "Channel is blocked on this site."
-msgstr "O canal está bloqueado neste site."
-
-#: ../../include/follow.php:28
-msgid "Channel location missing."
-msgstr "A localização do canal foi perdida"
-
-#: ../../include/follow.php:54
-msgid "Response from remote channel was incomplete."
-msgstr "A resposta do canal remoto está incompleta."
-
-#: ../../include/follow.php:85
-msgid "Channel was deleted and no longer exists."
-msgstr "O canal foi deletado e não existe mais."
-
-#: ../../include/follow.php:132
-msgid "Channel discovery failed."
-msgstr "A descoberta de canais falhou."
-
-#: ../../include/follow.php:149
-msgid "local account not found."
-msgstr "a conta local não foi encontrada."
-
-#: ../../include/follow.php:158
-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/notify.php:23
+msgid "created a new post"
+msgstr "criou uma nova publicação"
-#: ../../include/zot.php:790
+#: ../../include/notify.php:24
#, 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 "
-"<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 "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."
-
-#: ../../include/group.php:223
-msgid "Default privacy group for new contacts"
-msgstr "Grupo de privacidade padrão para novos contatos"
+msgid "commented on %s's post"
+msgstr "comentou a publicação de %s"
-#: ../../include/group.php:242 ../../mod/admin.php:762
-msgid "All Channels"
-msgstr "Todos os canais"
+#: ../../include/apps.php:115
+msgid "Site Admin"
+msgstr "Administração do site"
-#: ../../include/group.php:264
-msgid "edit"
-msgstr "editar"
+#: ../../include/apps.php:117
+msgid "Address Book"
+msgstr "Livro de Endereços"
-#: ../../include/group.php:285
-msgid "Collections"
-msgstr "Coleções"
+#: ../../include/apps.php:131 ../../mod/mood.php:131
+msgid "Mood"
+msgstr "Humor"
-#: ../../include/group.php:286
-msgid "Edit collection"
-msgstr "Editar coleção"
+#: ../../include/apps.php:132 ../../include/conversation.php:942
+msgid "Poke"
+msgstr "Cutucar"
-#: ../../include/group.php:287
-msgid "Create a new collection"
-msgstr "Criar uma nova coleção"
+#: ../../include/apps.php:206 ../../mod/settings.php:79
+#: ../../mod/settings.php:541
+msgid "Update"
+msgstr "Atualizar"
-#: ../../include/group.php:288
-msgid "Channels not in any collection"
-msgstr "Canais que não estão em nenhuma coleção"
+#: ../../include/apps.php:206
+msgid "Install"
+msgstr "Instalar"
-#: ../../include/group.php:290 ../../include/widgets.php:253
-msgid "add"
-msgstr "adicionar"
+#: ../../include/apps.php:210
+msgid "Purchase"
+msgstr "Compras"
-#: ../../include/identity.php:30 ../../mod/item.php:1232
-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"
+#: ../../include/apps.php:289 ../../include/apps.php:340
+#: ../../mod/connedit.php:434
+msgid "Unknown"
+msgstr "Desconhecidos"
-#: ../../include/identity.php:63
-msgid "Empty name"
-msgstr "O nome está em branco"
+#: ../../include/api.php:1016
+msgid "Public Timeline"
+msgstr "Linha do tempo pública"
-#: ../../include/identity.php:65
-msgid "Name too long"
-msgstr "O nome é muito grande"
+#: ../../include/chat.php:10
+msgid "Missing room name"
+msgstr "Nome da sala vazio"
-#: ../../include/identity.php:166
-msgid "No account identifier"
-msgstr "Sem identificador de conta"
+#: ../../include/chat.php:19
+msgid "Duplicate room name"
+msgstr "Nome da sala duplicado"
-#: ../../include/identity.php:176
-msgid "Nickname is required."
-msgstr "É necessário informar o apelido."
+#: ../../include/chat.php:68 ../../include/chat.php:76
+msgid "Invalid room specifier."
+msgstr "Especificador de sala inválido."
-#: ../../include/identity.php:190
-msgid "Reserved nickname. Please choose another."
-msgstr "Apelido reservado. Por favor escolha outro."
+#: ../../include/chat.php:105
+msgid "Room not found."
+msgstr "A sala não foi encontrada."
-#: ../../include/identity.php:195
-msgid ""
-"Nickname has unsupported characters or is already being used on this site."
-msgstr "O apelido possui caracteres não suportados ou já está sendo usado nesse site."
+#: ../../include/chat.php:126
+msgid "Room is full"
+msgstr "A sala está cheia"
-#: ../../include/identity.php:258
-msgid "Unable to retrieve created identity"
-msgstr "Não foi possível recuperar a identidade criada"
+#: ../../include/conversation.php:123
+msgid "channel"
+msgstr "canal"
-#: ../../include/identity.php:317
-msgid "Default Profile"
-msgstr "Perfil padrão"
+#: ../../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/identity.php:342 ../../include/profile_selectors.php:42
-#: ../../include/widgets.php:387 ../../mod/connedit.php:431
-msgid "Friends"
-msgstr "Amigos"
+#: ../../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/identity.php:509
-msgid "Requested channel is not available."
-msgstr "Canal solicitado não está disponível."
+#: ../../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/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 "O perfil solicitado não está disponível."
+#: ../../include/conversation.php:236
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s cutucou %2$s"
-#: ../../include/identity.php:689 ../../mod/profiles.php:603
-msgid "Change profile photo"
-msgstr "Mudar a foto do perfil"
+#: ../../include/conversation.php:258 ../../mod/mood.php:63
+#, php-format
+msgctxt "mood"
+msgid "%1$s is %2$s"
+msgstr "%1$s é %2$s"
-#: ../../include/identity.php:695
-msgid "Profiles"
-msgstr "Perfis"
+#: ../../include/conversation.php:666
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Ver o perfil de %s's @ %s"
-#: ../../include/identity.php:695
-msgid "Manage/edit profiles"
-msgstr "Administrar/editar perfis"
+#: ../../include/conversation.php:680
+msgid "Categories:"
+msgstr "Categorias:"
-#: ../../include/identity.php:696 ../../mod/profiles.php:604
-msgid "Create New Profile"
-msgstr "Criar um novo perfil"
+#: ../../include/conversation.php:681
+msgid "Filed under:"
+msgstr "Armazenado sob:"
-#: ../../include/identity.php:699
-msgid "Edit Profile"
-msgstr "Editar perfil"
+#: ../../include/conversation.php:709
+msgid "View in context"
+msgstr "Ver no contexto"
-#: ../../include/identity.php:710 ../../mod/profiles.php:615
-msgid "Profile Image"
-msgstr "Imagem do perfil"
+#: ../../include/conversation.php:838
+msgid "remove"
+msgstr "remover"
-#: ../../include/identity.php:713 ../../mod/profiles.php:618
-msgid "visible to everybody"
-msgstr "visível para todos"
+#: ../../include/conversation.php:842
+msgid "Loading..."
+msgstr "Carregando..."
-#: ../../include/identity.php:714 ../../mod/profiles.php:619
-msgid "Edit visibility"
-msgstr "Editar a visibilidade"
+#: ../../include/conversation.php:843
+msgid "Delete Selected Items"
+msgstr "Excluir os itens selecionados"
-#: ../../include/identity.php:728 ../../include/identity.php:952
-#: ../../mod/directory.php:158
-msgid "Gender:"
-msgstr "Gênero:"
+#: ../../include/conversation.php:934
+msgid "View Source"
+msgstr "Ver a fonte"
-#: ../../include/identity.php:729 ../../include/identity.php:977
-#: ../../mod/directory.php:160
-msgid "Status:"
-msgstr "Situação:"
+#: ../../include/conversation.php:935
+msgid "Follow Thread"
+msgstr "Acompanhar a discussão"
-#: ../../include/identity.php:730 ../../include/identity.php:988
-#: ../../mod/directory.php:162
-msgid "Homepage:"
-msgstr "Página web:"
+#: ../../include/conversation.php:936
+msgid "View Status"
+msgstr "Ver status"
-#: ../../include/identity.php:731 ../../mod/dirprofile.php:151
-msgid "Online Now"
-msgstr "Online agora"
+#: ../../include/conversation.php:938
+msgid "View Photos"
+msgstr "Ver fotos"
-#: ../../include/identity.php:796 ../../include/identity.php:876
-#: ../../mod/ping.php:262
-msgid "g A l F d"
-msgstr "G l d F"
+#: ../../include/conversation.php:939
+msgid "Matrix Activity"
+msgstr "Atividade na matriz"
-#: ../../include/identity.php:797 ../../include/identity.php:877
-msgid "F d"
-msgstr "F d"
+#: ../../include/conversation.php:940
+msgid "Edit Contact"
+msgstr "Editar contato"
-#: ../../include/identity.php:842 ../../include/identity.php:917
-#: ../../mod/ping.php:284
-msgid "[today]"
-msgstr "[hoje]"
+#: ../../include/conversation.php:941
+msgid "Send PM"
+msgstr "Enviar MP"
-#: ../../include/identity.php:854
-msgid "Birthday Reminders"
-msgstr "Lembres de aniversário"
+#: ../../include/conversation.php:998
+#, php-format
+msgid "%s likes this."
+msgstr "%s gostou disso."
-#: ../../include/identity.php:855
-msgid "Birthdays this week:"
-msgstr "Aniversários nesta semana:"
+#: ../../include/conversation.php:998
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s não gostou disso."
-#: ../../include/identity.php:910
-msgid "[No description]"
-msgstr "[Sem descrição]"
+#: ../../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/identity.php:928
-msgid "Event Reminders"
-msgstr "Lembretes de eventos"
+#: ../../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/identity.php:929
-msgid "Events this week:"
-msgstr "Eventos nesta semana:"
+#: ../../include/conversation.php:1010
+msgid "and"
+msgstr "e"
-#: ../../include/identity.php:942 ../../include/identity.php:1031
-#: ../../mod/profperm.php:112
-msgid "Profile"
-msgstr "Perfil"
+#: ../../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/identity.php:950 ../../mod/settings.php:937
-msgid "Full Name:"
-msgstr "Nome completo:"
+#: ../../include/conversation.php:1014
+#, php-format
+msgid "%s like this."
+msgstr "%s gostou disso."
-#: ../../include/identity.php:962
-msgid "j F, Y"
-msgstr "j \\d\\e F, Y"
+#: ../../include/conversation.php:1014
+#, php-format
+msgid "%s don't like this."
+msgstr "%s não gostou disso."
-#: ../../include/identity.php:963
-msgid "j F"
-msgstr "j \\d\\e F"
+#: ../../include/conversation.php:1071
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Visível para <strong>todos</strong>"
-#: ../../include/identity.php:970
-msgid "Birthday:"
-msgstr "Aniversário:"
+#: ../../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/identity.php:974
-msgid "Age:"
-msgstr "Idade:"
+#: ../../include/conversation.php:1073
+msgid "Please enter a video link/URL:"
+msgstr "Por favor, digite o link/URL do vídeo:"
-#: ../../include/identity.php:983
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "para %1$d %2$s"
+#: ../../include/conversation.php:1074
+msgid "Please enter an audio link/URL:"
+msgstr "Por favor, digite o link/URL do áudio:"
-#: ../../include/identity.php:986 ../../mod/profiles.php:526
-msgid "Sexual Preference:"
-msgstr "Preferência sexual:"
+#: ../../include/conversation.php:1075
+msgid "Tag term:"
+msgstr "Etiqueta:"
-#: ../../include/identity.php:990 ../../mod/profiles.php:528
-msgid "Hometown:"
-msgstr "Cidade natal:"
+#: ../../include/conversation.php:1076 ../../mod/filer.php:49
+msgid "Save to Folder:"
+msgstr "Salvar para a pasta:"
-#: ../../include/identity.php:992
-msgid "Tags:"
-msgstr "Etiquetas:"
+#: ../../include/conversation.php:1077
+msgid "Where are you right now?"
+msgstr "Onde você está agora?"
-#: ../../include/identity.php:994 ../../mod/profiles.php:529
-msgid "Political Views:"
-msgstr "Posição política:"
+#: ../../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/identity.php:996
-msgid "Religion:"
-msgstr "Religião:"
+#: ../../include/conversation.php:1102 ../../mod/photos.php:973
+#: ../../mod/layouts.php:113
+msgid "Share"
+msgstr "Compartilhar"
-#: ../../include/identity.php:998 ../../mod/directory.php:164
-msgid "About:"
-msgstr "Sobre:"
+#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139
+msgid "Page link title"
+msgstr "Título do link da página"
-#: ../../include/identity.php:1000
-msgid "Hobbies/Interests:"
-msgstr "Hobbies/Interesses:"
+#: ../../include/conversation.php:1107
+msgid "Post as"
+msgstr "Publicar como"
-#: ../../include/identity.php:1002 ../../mod/profiles.php:532
-msgid "Likes:"
-msgstr "Gosta de:"
+#: ../../include/conversation.php:1108 ../../mod/editpost.php:113
+#: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332
+#: ../../mod/editblock.php:112 ../../mod/editlayout.php:107
+msgid "Upload photo"
+msgstr "Enviar foto"
-#: ../../include/identity.php:1004 ../../mod/profiles.php:533
-msgid "Dislikes:"
-msgstr "Não gosta de:"
+#: ../../include/conversation.php:1109
+msgid "upload photo"
+msgstr "enviar foto"
-#: ../../include/identity.php:1007
-msgid "Contact information and Social Networks:"
-msgstr "Informações de contato e redes sociais:"
+#: ../../include/conversation.php:1110 ../../mod/editpost.php:114
+#: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333
+#: ../../mod/editblock.php:113 ../../mod/editlayout.php:108
+msgid "Attach file"
+msgstr "Anexar arquivo"
-#: ../../include/identity.php:1009
-msgid "My other channels:"
-msgstr "Meus outros canais:"
+#: ../../include/conversation.php:1111
+msgid "attach file"
+msgstr "anexar arquivo"
-#: ../../include/identity.php:1011
-msgid "Musical interests:"
-msgstr "Interesses musicais:"
+#: ../../include/conversation.php:1112 ../../mod/editpost.php:115
+#: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334
+#: ../../mod/editblock.php:114 ../../mod/editlayout.php:109
+msgid "Insert web link"
+msgstr "Inserir link web"
-#: ../../include/identity.php:1013
-msgid "Books, literature:"
-msgstr "Livros, literatura:"
+#: ../../include/conversation.php:1113
+msgid "web link"
+msgstr "link web"
-#: ../../include/identity.php:1015
-msgid "Television:"
-msgstr "Televisão:"
+#: ../../include/conversation.php:1114
+msgid "Insert video link"
+msgstr "Inserir link de vídeo"
-#: ../../include/identity.php:1017
-msgid "Film/dance/culture/entertainment:"
-msgstr "Filmes/dança/cultura/entretenimento:"
+#: ../../include/conversation.php:1115
+msgid "video link"
+msgstr "link de vídeo"
-#: ../../include/identity.php:1019
-msgid "Love/Romance:"
-msgstr "Amor/romance:"
+#: ../../include/conversation.php:1116
+msgid "Insert audio link"
+msgstr "Inserir link de áudio"
-#: ../../include/identity.php:1021
-msgid "Work/employment:"
-msgstr "Trabalho/emprego:"
+#: ../../include/conversation.php:1117
+msgid "audio link"
+msgstr "link de áudio"
-#: ../../include/identity.php:1023
-msgid "School/education:"
-msgstr "Escola/educação:"
+#: ../../include/conversation.php:1118 ../../mod/editpost.php:119
+#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:118
+#: ../../mod/editlayout.php:113
+msgid "Set your location"
+msgstr "Definir sua localizaçã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/conversation.php:1119
+msgid "set location"
+msgstr "definir localização"
-#: ../../include/items.php:805
-msgid "(Unknown)"
-msgstr "(Desconhecido)"
+#: ../../include/conversation.php:1120 ../../mod/editpost.php:120
+#: ../../mod/editwebpage.php:151 ../../mod/editblock.php:119
+#: ../../mod/editlayout.php:114
+msgid "Clear browser location"
+msgstr "Limpar a localização do navegador"
-#: ../../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/conversation.php:1121
+msgid "clear location"
+msgstr "limpar a localização"
-#: ../../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/conversation.php:1123 ../../mod/editpost.php:132
+#: ../../mod/editwebpage.php:167 ../../mod/editblock.php:132
+#: ../../mod/editlayout.php:126
+msgid "Set title"
+msgstr "Definir o título"
-#: ../../include/items.php:3999
-msgid "Collection is empty."
-msgstr "A coleção está vazia."
+#: ../../include/conversation.php:1126 ../../mod/editpost.php:134
+#: ../../mod/editwebpage.php:169 ../../mod/editblock.php:135
+#: ../../mod/editlayout.php:129
+msgid "Categories (comma-separated list)"
+msgstr "Categorias (lista separada por vírgulas)"
-#: ../../include/items.php:4006
-#, php-format
-msgid "Collection: %s"
-msgstr "Coleção: %s"
+#: ../../include/conversation.php:1128 ../../mod/editpost.php:122
+#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:121
+#: ../../mod/editlayout.php:116
+msgid "Permission settings"
+msgstr "Configurações de permissão"
-#: ../../include/items.php:4017
-#, php-format
-msgid "Connection: %s"
-msgstr "Conexão: %s"
+#: ../../include/conversation.php:1129
+msgid "permissions"
+msgstr "permissões"
-#: ../../include/items.php:4020
-msgid "Connection not found."
-msgstr "A conexão não foi encontrada."
+#: ../../include/conversation.php:1136 ../../mod/editpost.php:129
+#: ../../mod/editwebpage.php:162 ../../mod/editblock.php:129
+#: ../../mod/editlayout.php:123
+msgid "Public post"
+msgstr "Publicação pública"
-#: ../../include/js_strings.php:5
-msgid "Delete this item?"
-msgstr "Excluir este item?"
+#: ../../include/conversation.php:1138 ../../mod/editpost.php:135
+#: ../../mod/editwebpage.php:170 ../../mod/editblock.php:136
+#: ../../mod/editlayout.php:130
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Por exemplo: joao@exemplo.com, maria@exemplo.com"
-#: ../../include/js_strings.php:8
-msgid "show fewer"
-msgstr "exibir menos"
+#: ../../include/conversation.php:1151 ../../mod/editpost.php:146
+#: ../../mod/editwebpage.php:180 ../../mod/mail.php:226 ../../mod/mail.php:339
+#: ../../mod/editblock.php:146 ../../mod/editlayout.php:140
+msgid "Set expiration date"
+msgstr "Definir data de expiração"
-#: ../../include/js_strings.php:9
-msgid "+ Show More"
-msgstr "+ Exibir Mais"
+#: ../../include/conversation.php:1155 ../../mod/editpost.php:150
+msgid "OK"
+msgstr "Ok"
-#: ../../include/js_strings.php:10
-msgid "- Show Less"
-msgstr "- Exibir Menos"
+#: ../../include/conversation.php:1156 ../../mod/settings.php:516
+#: ../../mod/settings.php:542 ../../mod/fbrowser.php:82
+#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:151
+#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
+msgid "Cancel"
+msgstr "Cancelar"
-#: ../../include/js_strings.php:11
-msgid "Password too short"
-msgstr "A senha é muito curta"
+#: ../../include/conversation.php:1392
+msgid "Discover"
+msgstr "Descubra"
-#: ../../include/js_strings.php:12
-msgid "Passwords do not match"
-msgstr "As senhas não correspondem"
+#: ../../include/conversation.php:1395
+msgid "Imported public streams"
+msgstr "Fluxos públicos importados"
-#: ../../include/js_strings.php:13 ../../mod/photos.php:39
-msgid "everybody"
-msgstr "todos"
+#: ../../include/conversation.php:1400
+msgid "Commented Order"
+msgstr "Recentes e comentados"
-#: ../../include/js_strings.php:14
-msgid "Secret Passphrase"
-msgstr "Frase secreta"
+#: ../../include/conversation.php:1403
+msgid "Sort by Comment Date"
+msgstr "Ordenar pela data do último comentário"
-#: ../../include/js_strings.php:15
-msgid "Passphrase hint"
-msgstr "Dica da frase secreta"
+#: ../../include/conversation.php:1407
+msgid "Posted Order"
+msgstr "Recentemente publicados"
-#: ../../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/conversation.php:1410
+msgid "Sort by Post Date"
+msgstr "Ordenar pela data da publicação"
-#: ../../include/js_strings.php:18
-msgid "timeago.prefixAgo"
-msgstr "timeago.prefixAgo"
+#: ../../include/conversation.php:1415 ../../include/widgets.php:82
+msgid "Personal"
+msgstr "Pessoal"
-#: ../../include/js_strings.php:19
-msgid "timeago.prefixFromNow"
-msgstr "timeago.prefixFromNow"
+#: ../../include/conversation.php:1418
+msgid "Posts that mention or involve you"
+msgstr "Publicações que mencionam ou envolvem você"
-#: ../../include/js_strings.php:20
-msgid "ago"
-msgstr "atrás"
+#: ../../include/conversation.php:1424 ../../mod/connections.php:211
+#: ../../mod/connections.php:224 ../../mod/menu.php:61
+msgid "New"
+msgstr "Novo"
-#: ../../include/js_strings.php:21
-msgid "from now"
-msgstr "de agora"
+#: ../../include/conversation.php:1427
+msgid "Activity Stream - by date"
+msgstr "Fluxo de atividades - por data"
-#: ../../include/js_strings.php:22
-msgid "less than a minute"
-msgstr "menos de um minuto"
+#: ../../include/conversation.php:1433
+msgid "Starred"
+msgstr "Estrelados"
-#: ../../include/js_strings.php:23
-msgid "about a minute"
-msgstr "aproximadamente um minuto"
+#: ../../include/conversation.php:1436
+msgid "Favourite Posts"
+msgstr "Publicações favoritas"
-#: ../../include/js_strings.php:24
-#, php-format
-msgid "%d minutes"
-msgstr "%d minutos"
+#: ../../include/conversation.php:1443
+msgid "Spam"
+msgstr "Spam"
-#: ../../include/js_strings.php:25
-msgid "about an hour"
-msgstr "aproximadamente uma hora"
+#: ../../include/conversation.php:1446
+msgid "Posts flagged as SPAM"
+msgstr "Publicações marcadas como SPAM"
-#: ../../include/js_strings.php:26
-#, php-format
-msgid "about %d hours"
-msgstr "aproximadamente %d horas"
+#: ../../include/conversation.php:1480 ../../mod/admin.php:890
+msgid "Channel"
+msgstr "Canal"
-#: ../../include/js_strings.php:27
-msgid "a day"
-msgstr "um dia"
+#: ../../include/conversation.php:1483
+msgid "Status Messages and Posts"
+msgstr "Mensagens de status e publicações"
-#: ../../include/js_strings.php:28
-#, php-format
-msgid "%d days"
-msgstr "%d dias"
+#: ../../include/conversation.php:1492
+msgid "About"
+msgstr "Sobre"
-#: ../../include/js_strings.php:29
-msgid "about a month"
-msgstr "aproximadamente um mês"
+#: ../../include/conversation.php:1495
+msgid "Profile Details"
+msgstr "Detalhes do perfil"
-#: ../../include/js_strings.php:30
-#, php-format
-msgid "%d months"
-msgstr "%d meses"
+#: ../../include/conversation.php:1513
+msgid "Files and Storage"
+msgstr "Arquivos e armazenamento"
-#: ../../include/js_strings.php:31
-msgid "about a year"
-msgstr "aproximadamente um ano"
+#: ../../include/conversation.php:1522 ../../include/conversation.php:1525
+msgid "Chatrooms"
+msgstr "Salas de bate-papo"
-#: ../../include/js_strings.php:32
-#, php-format
-msgid "%d years"
-msgstr "%d anos"
+#: ../../include/conversation.php:1535
+msgid "Events and Calendar"
+msgstr "Eventos e calendário"
-#: ../../include/js_strings.php:33
-msgid " "
-msgstr " "
+#: ../../include/conversation.php:1543
+msgid "Saved Bookmarks"
+msgstr "Links guardados"
-#: ../../include/js_strings.php:34
-msgid "timeago.numbers"
-msgstr "timeago.numbers"
+#: ../../include/conversation.php:1554
+msgid "Manage Webpages"
+msgstr "Administrar páginas web"
-#: ../../include/message.php:18
-msgid "No recipient provided."
-msgstr "Falta o destinatário."
+#: ../../include/acl_selectors.php:238
+msgid "Visible to everybody"
+msgstr "Visível para todos"
-#: ../../include/message.php:23
-msgid "[no subject]"
-msgstr "[sem assunto]"
+#: ../../include/acl_selectors.php:239
+msgid "Show"
+msgstr "Exibir"
-#: ../../include/message.php:42
-msgid "Unable to determine sender."
-msgstr "Não foi possível determinar o remetente."
+#: ../../include/acl_selectors.php:240
+msgid "Don't show"
+msgstr "Não exibir"
-#: ../../include/message.php:143
-msgid "Stored post could not be verified."
-msgstr "Não foi possível verificar a publicação armazenada."
+#: ../../include/acl_selectors.php:246 ../../mod/filestorage.php:126
+#: ../../mod/photos.php:606 ../../mod/photos.php:949 ../../mod/chat.php:209
+msgid "Permissions"
+msgstr "Permissões"
-#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1451
-msgid "Logout"
-msgstr "Sair"
+#: ../../include/widgets.php:80
+msgid "System"
+msgstr "Sistema"
-#: ../../include/nav.php:77 ../../include/nav.php:96
-msgid "End this session"
-msgstr "Encerrar essa sessão"
+#: ../../include/widgets.php:83
+msgid "Create Personal App"
+msgstr "Crie aplicações pessoais"
-#: ../../include/nav.php:80 ../../include/nav.php:130
-msgid "Home"
-msgstr "Ver canal"
+#: ../../include/widgets.php:84
+msgid "Edit Personal App"
+msgstr "Edite aplicações pessoais"
-#: ../../include/nav.php:80
-msgid "Your posts and conversations"
-msgstr "Suas publicações e conversas"
+#: ../../include/widgets.php:130 ../../mod/suggest.php:53
+msgid "Ignore/Hide"
+msgstr "Ignorar/Ocultar"
-#: ../../include/nav.php:81
-msgid "Your profile page"
-msgstr "A página do seu perfil"
+#: ../../include/widgets.php:136 ../../mod/connections.php:266
+msgid "Suggestions"
+msgstr "Sugestões"
-#: ../../include/nav.php:83
-msgid "Edit Profiles"
-msgstr "Editar perfis"
+#: ../../include/widgets.php:137
+msgid "See more..."
+msgstr "Veja mais..."
-#: ../../include/nav.php:83
-msgid "Manage/Edit profiles"
-msgstr "Administrar/Editar perfis"
+#: ../../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:84
-msgid "Your photos"
-msgstr "Suas fotos"
+#: ../../include/widgets.php:165
+msgid "Add New Connection"
+msgstr "Adicionar nova conexão"
-#: ../../include/nav.php:85
-msgid "Your files"
-msgstr "Seus arquivos"
+#: ../../include/widgets.php:166
+msgid "Enter the channel address"
+msgstr "Digite o endereço do canal"
-#: ../../include/nav.php:86
-msgid "Chat"
-msgstr "Bate-papo"
+#: ../../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:86
-msgid "Your chatrooms"
-msgstr "Suas salas de bate-papo"
+#: ../../include/widgets.php:184
+msgid "Notes"
+msgstr "Notas"
-#: ../../include/nav.php:87
-msgid "Your events"
-msgstr "Seus eventos"
+#: ../../include/widgets.php:256
+msgid "Remove term"
+msgstr "Remover termo"
-#: ../../include/nav.php:88
-msgid "Your bookmarks"
-msgstr "Seus links guardados"
+#: ../../include/widgets.php:335
+msgid "Archives"
+msgstr "Arquivos"
-#: ../../include/nav.php:90
-msgid "Your webpages"
-msgstr "Suas páginas web"
+#: ../../include/widgets.php:397
+msgid "Refresh"
+msgstr "Atualizar"
-#: ../../include/nav.php:94 ../../boot.php:1452
-msgid "Login"
-msgstr "Entrar"
+#: ../../include/widgets.php:398 ../../mod/connedit.php:428
+msgid "Me"
+msgstr "Eu"
-#: ../../include/nav.php:94
-msgid "Sign in"
-msgstr "Entrar"
+#: ../../include/widgets.php:399 ../../mod/connedit.php:430
+msgid "Best Friends"
+msgstr "Melhores amigos"
-#: ../../include/nav.php:111
-#, php-format
-msgid "%s - click to logout"
-msgstr "%s - clique para sair"
+#: ../../include/widgets.php:401
+msgid "Co-workers"
+msgstr "Colegas de trabalho"
-#: ../../include/nav.php:116
-msgid "Click to authenticate to your home hub"
-msgstr "Clique para se autenticar com seu hub de origem"
+#: ../../include/widgets.php:402 ../../mod/connedit.php:432
+msgid "Former Friends"
+msgstr "Amigos afastados"
-#: ../../include/nav.php:130
-msgid "Home Page"
-msgstr "Página inicial"
+#: ../../include/widgets.php:403 ../../mod/connedit.php:433
+msgid "Acquaintances"
+msgstr "Conhecidos"
-#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1428
-msgid "Register"
-msgstr "Registrar"
+#: ../../include/widgets.php:404
+msgid "Everybody"
+msgstr "Todos"
-#: ../../include/nav.php:134
-msgid "Create an account"
-msgstr "Criar uma conta"
+#: ../../include/widgets.php:436
+msgid "Account settings"
+msgstr "Configurações da conta"
-#: ../../include/nav.php:139 ../../mod/help.php:60 ../../mod/help.php:65
-msgid "Help"
-msgstr "Ajuda"
+#: ../../include/widgets.php:442
+msgid "Channel settings"
+msgstr "Configurações do canal"
-#: ../../include/nav.php:139
-msgid "Help and documentation"
-msgstr "Ajuda e documentação"
+#: ../../include/widgets.php:448
+msgid "Additional features"
+msgstr "Recursos adicionais"
-#: ../../include/nav.php:142
-msgid "Apps"
-msgstr "Aplicações"
+#: ../../include/widgets.php:454
+msgid "Feature settings"
+msgstr "Configurações dos recursos"
-#: ../../include/nav.php:142
-msgid "Addon applications, utilities, games"
-msgstr "Aplicações adicionais, utilitários, jogos"
+#: ../../include/widgets.php:460
+msgid "Display settings"
+msgstr "Configurações de exibição"
-#: ../../include/nav.php:144
-msgid "Search site content"
-msgstr "Pesquisar o conteúdo do site"
+#: ../../include/widgets.php:466
+msgid "Connected apps"
+msgstr "Aplicações conectadas"
-#: ../../include/nav.php:147 ../../mod/directory.php:210
-msgid "Directory"
-msgstr "Diretório"
+#: ../../include/widgets.php:472
+msgid "Export channel"
+msgstr "Exportar o canal"
-#: ../../include/nav.php:147
-msgid "Channel Locator"
-msgstr "Localizador de canais"
+#: ../../include/widgets.php:484
+msgid "Automatic Permissions (Advanced)"
+msgstr "Permissões automáticas (avançado)"
-#: ../../include/nav.php:158
-msgid "Matrix"
-msgstr "Matriz"
+#: ../../include/widgets.php:494
+msgid "Premium Channel Settings"
+msgstr "Configurações de canal premium"
-#: ../../include/nav.php:158
-msgid "Your matrix"
-msgstr "Sua matriz"
+#: ../../include/widgets.php:531
+msgid "Check Mail"
+msgstr "Checar mensagens"
-#: ../../include/nav.php:159
-msgid "Mark all matrix notifications seen"
-msgstr "Marcar todas as notificações da matriz como vistas"
+#: ../../include/widgets.php:612
+msgid "Chat Rooms"
+msgstr "Salas de bate-papo"
-#: ../../include/nav.php:161
-msgid "Channel Home"
-msgstr "Página inicial do canal"
+#: ../../include/widgets.php:630
+msgid "Bookmarked Chatrooms"
+msgstr "Salas de bate-papo guardadas"
-#: ../../include/nav.php:161
-msgid "Channel home"
-msgstr "Página inicial do canal"
+#: ../../include/widgets.php:648
+msgid "Suggested Chatrooms"
+msgstr "Salas de bate-papo sugeridas"
-#: ../../include/nav.php:162
-msgid "Mark all channel notifications seen"
-msgstr "Marcar todas as notificações de canais como vistas"
+#: ../../include/follow.php:23
+msgid "Channel is blocked on this site."
+msgstr "O canal está bloqueado neste site."
-#: ../../include/nav.php:165 ../../include/nav.php:188
-#: ../../mod/connections.php:384
-msgid "Connections"
-msgstr "Conexões"
+#: ../../include/follow.php:28
+msgid "Channel location missing."
+msgstr "A localização do canal foi perdida"
-#: ../../include/nav.php:168
-msgid "Notices"
-msgstr "Notificações"
+#: ../../include/follow.php:54
+msgid "Response from remote channel was incomplete."
+msgstr "A resposta do canal remoto está incompleta."
-#: ../../include/nav.php:168
-msgid "Notifications"
-msgstr "Notificações"
+#: ../../include/follow.php:85
+msgid "Channel was deleted and no longer exists."
+msgstr "O canal foi deletado e não existe mais."
-#: ../../include/nav.php:169
-msgid "See all notifications"
-msgstr "Ver todas as notificações"
+#: ../../include/follow.php:132
+msgid "Channel discovery failed."
+msgstr "A descoberta de canais falhou."
-#: ../../include/nav.php:170
-msgid "Mark all system notifications seen"
-msgstr "Marcar todas as notificações de sistema como vistas"
+#: ../../include/follow.php:149
+msgid "local account not found."
+msgstr "a conta local não foi encontrada."
-#: ../../include/nav.php:172
-msgid "Mail"
-msgstr "Mensagens"
+#: ../../include/follow.php:158
+msgid "Cannot connect to yourself."
+msgstr "Não é possível conectar-se consigo mesmo."
-#: ../../include/nav.php:172
-msgid "Private mail"
-msgstr "Mensagens privadas"
+#: ../../include/plugin.php:486 ../../include/plugin.php:488
+msgid "Click here to upgrade."
+msgstr "Clique aqui para atualizar."
-#: ../../include/nav.php:173
-msgid "See all private messages"
-msgstr "Ver todas as mensagens privadas"
+#: ../../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:174
-msgid "Mark all private messages seen"
-msgstr "Marcar todas as mensagens privadas como vistas"
+#: ../../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:175
-msgid "Inbox"
-msgstr "Recebidas"
+#: ../../mod/post.php:226
+msgid ""
+"Remote authentication blocked. You are logged into this site locally. Please"
+" logout and retry."
+msgstr "Autenticação remota bloqueada. Você está autenticado neste site localmente. Por favor, saia e tente novamente."
-#: ../../include/nav.php:176
-msgid "Outbox"
-msgstr "Enviadas"
+#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178
+#, php-format
+msgid "Welcome %s. Remote authentication successful."
+msgstr "Bem vindo %s. Autenticação remota realizada com sucesso."
-#: ../../include/nav.php:177 ../../include/widgets.php:523
-msgid "New Message"
-msgstr "Nova mensagem"
+#: ../../mod/settings.php:71
+msgid "Name is required"
+msgstr "O nome é obrigatório"
-#: ../../include/nav.php:180
-msgid "Event Calendar"
-msgstr "Agenda de eventos"
+#: ../../mod/settings.php:75
+msgid "Key and Secret are required"
+msgstr "A chave e o segredo são obrigatórios"
-#: ../../include/nav.php:181
-msgid "See all events"
-msgstr "Ver todos os eventos"
+#: ../../mod/settings.php:195
+msgid "Passwords do not match. Password unchanged."
+msgstr "As senhas não correspondem. A senha não foi modificada."
-#: ../../include/nav.php:182
-msgid "Mark all events seen"
-msgstr "Marcar todos os eventos como vistos"
+#: ../../mod/settings.php:199
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr "Não é permitido uma senha em branco. A senha não foi modificada."
-#: ../../include/nav.php:184
-msgid "Channel Select"
-msgstr "Seleção de canal"
+#: ../../mod/settings.php:212
+msgid "Password changed."
+msgstr "A senha foi modificada."
-#: ../../include/nav.php:184
-msgid "Manage Your Channels"
-msgstr "Gerencie os seus canais"
+#: ../../mod/settings.php:214
+msgid "Password update failed. Please try again."
+msgstr "Não foi possível atualizar a senha. Por favor, tente novamente."
-#: ../../include/nav.php:186 ../../include/widgets.php:501
-#: ../../mod/admin.php:976 ../../mod/admin.php:1181
-msgid "Settings"
-msgstr "Configurações"
+#: ../../mod/settings.php:228
+msgid "Not valid email."
+msgstr "Não é um e-mail válido"
-#: ../../include/nav.php:186
-msgid "Account/Channel Settings"
-msgstr "Configurações da conta/canal"
+#: ../../mod/settings.php:231
+msgid "Protected email address. Cannot change to that email."
+msgstr "Endereço de e-mail protegido. Não é possível mudar para esse e-mail."
-#: ../../include/nav.php:188
-msgid "Manage/Edit Friends and Connections"
-msgstr "Gerenciar/editar os amigos e as conexões"
+#: ../../mod/settings.php:240
+msgid "System failure storing new email. Please try again."
+msgstr "Falha do sistema ao armazenar novo e-mail. Por favor, tente novamente."
-#: ../../include/nav.php:195 ../../mod/admin.php:117
-msgid "Admin"
-msgstr "Admin"
+#: ../../mod/settings.php:443
+msgid "Settings updated."
+msgstr "As configurações foram atualizadas."
-#: ../../include/nav.php:195
-msgid "Site Setup and Configuration"
-msgstr "Configuração do site"
+#: ../../mod/settings.php:514 ../../mod/settings.php:540
+#: ../../mod/settings.php:576
+msgid "Add application"
+msgstr "Adicionar aplicação"
-#: ../../include/nav.php:220
-msgid "Nothing new here"
-msgstr "Nada de novo aqui"
+#: ../../mod/settings.php:517 ../../mod/settings.php:543
+#: ../../mod/admin.php:891
+msgid "Name"
+msgstr "Nome"
-#: ../../include/nav.php:225
-msgid "Please wait..."
-msgstr "Por favor, aguarde..."
+#: ../../mod/settings.php:517
+msgid "Name of application"
+msgstr "Nome da aplicação"
-#: ../../include/network.php:652
-msgid "view full size"
-msgstr "ver na tela inteira"
+#: ../../mod/settings.php:518 ../../mod/settings.php:544
+msgid "Consumer Key"
+msgstr "Chave de consumidor"
-#: ../../include/plugin.php:475 ../../include/plugin.php:477
-msgid "Click here to upgrade."
-msgstr "Clique aqui para atualizar."
+#: ../../mod/settings.php:518 ../../mod/settings.php:519
+msgid "Automatically generated - change if desired. Max length 20"
+msgstr "Gerado automaticamente - troque se desejável. Comprimento máximo 20"
-#: ../../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."
+#: ../../mod/settings.php:519 ../../mod/settings.php:545
+msgid "Consumer Secret"
+msgstr "Segredo de consumidor"
-#: ../../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."
+#: ../../mod/settings.php:520 ../../mod/settings.php:546
+msgid "Redirect"
+msgstr "Redirecionamento"
-#: ../../include/profile_selectors.php:6
-msgid "Male"
-msgstr "Masculino"
+#: ../../mod/settings.php:520
+msgid ""
+"Redirect URI - leave blank unless your application specifically requires "
+"this"
+msgstr "URI de redirecionamento - deixe em branco, a não ser que sua aplicação especificamente requeira isso"
-#: ../../include/profile_selectors.php:6
-msgid "Female"
-msgstr "Feminino"
+#: ../../mod/settings.php:521 ../../mod/settings.php:547
+msgid "Icon url"
+msgstr "URL do ícone"
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "Atualmente masculino"
+#: ../../mod/settings.php:521
+msgid "Optional"
+msgstr "Opcional"
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "Atualmente feminino"
+#: ../../mod/settings.php:532
+msgid "You can't edit this application."
+msgstr "Você não pode editar esta aplicação."
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "Masculino a maior parte do tempo"
+#: ../../mod/settings.php:575
+msgid "Connected Apps"
+msgstr "Aplicações conectadas"
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Feminino a maior parte do tempo"
+#: ../../mod/settings.php:579
+msgid "Client key starts with"
+msgstr "Chave do cliente começa com"
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Transgênero"
+#: ../../mod/settings.php:580
+msgid "No name"
+msgstr "Sem nome"
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Intersexuado"
+#: ../../mod/settings.php:581
+msgid "Remove authorization"
+msgstr "Remover autorização"
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Transexual"
+#: ../../mod/settings.php:592
+msgid "No feature settings configured"
+msgstr "Não foi definida nenhuma configuração do recurso"
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Hermafrodita"
+#: ../../mod/settings.php:600
+msgid "Feature Settings"
+msgstr "Configurações do recurso"
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "Neutro"
+#: ../../mod/settings.php:623
+msgid "Account Settings"
+msgstr "Configurações da conta"
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "Não específico"
+#: ../../mod/settings.php:624
+msgid "Password Settings"
+msgstr "Configurações da senha"
-#: ../../include/profile_selectors.php:6
-msgid "Other"
-msgstr "Outro"
+#: ../../mod/settings.php:625
+msgid "New Password:"
+msgstr "Nova senha:"
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Indeciso"
+#: ../../mod/settings.php:626
+msgid "Confirm:"
+msgstr "Confirme:"
-#: ../../include/profile_selectors.php:23
-msgid "Males"
-msgstr "Homens"
+#: ../../mod/settings.php:626
+msgid "Leave password fields blank unless changing"
+msgstr "Deixe os campos de senha em branco, a não ser que você queira alterá-la"
-#: ../../include/profile_selectors.php:23
-msgid "Females"
-msgstr "Mulheres"
+#: ../../mod/settings.php:628 ../../mod/settings.php:935
+msgid "Email Address:"
+msgstr "Endereço de e-mail:"
-#: ../../include/profile_selectors.php:23
-msgid "Gay"
-msgstr "Gays"
+#: ../../mod/settings.php:629
+msgid "Remove Account"
+msgstr "Remover conta"
-#: ../../include/profile_selectors.php:23
-msgid "Lesbian"
-msgstr "Lésbicas"
+#: ../../mod/settings.php:630
+msgid "Warning: This action is permanent and cannot be reversed."
+msgstr "Atenção: Esta ação é permanente e não pode ser revertida."
-#: ../../include/profile_selectors.php:23
-msgid "No Preference"
-msgstr "Sem preferência"
+#: ../../mod/settings.php:646
+msgid "Off"
+msgstr "Desligado"
-#: ../../include/profile_selectors.php:23
-msgid "Bisexual"
-msgstr "Bissexuais"
+#: ../../mod/settings.php:646
+msgid "On"
+msgstr "Ligado"
-#: ../../include/profile_selectors.php:23
-msgid "Autosexual"
-msgstr "Autossexuais"
+#: ../../mod/settings.php:653
+msgid "Additional Features"
+msgstr "Recursos adicionais"
-#: ../../include/profile_selectors.php:23
-msgid "Abstinent"
-msgstr "Abstinentes"
+#: ../../mod/settings.php:678
+msgid "Connector Settings"
+msgstr "Configurações do conector"
-#: ../../include/profile_selectors.php:23
-msgid "Virgin"
-msgstr "Virgens"
+#: ../../mod/settings.php:708 ../../mod/admin.php:389
+msgid "No special theme for mobile devices"
+msgstr "Sem tema especial para aparelhos móveis"
-#: ../../include/profile_selectors.php:23
-msgid "Deviant"
-msgstr "Desviantes"
+#: ../../mod/settings.php:717
+#, php-format
+msgid "%s - (Experimental)"
+msgstr "%s - (Experimental)"
-#: ../../include/profile_selectors.php:23
-msgid "Fetish"
-msgstr "Fetiches"
+#: ../../mod/settings.php:747
+msgid "Display Settings"
+msgstr "Configurações de exibição"
-#: ../../include/profile_selectors.php:23
-msgid "Oodles"
-msgstr "Abundância"
+#: ../../mod/settings.php:753
+msgid "Display Theme:"
+msgstr "Tema do perfil:"
-#: ../../include/profile_selectors.php:23
-msgid "Nonsexual"
-msgstr "Não sexuais"
+#: ../../mod/settings.php:754
+msgid "Mobile Theme:"
+msgstr "Tema móvel:"
-#: ../../include/profile_selectors.php:42
-msgid "Single"
-msgstr "Solteiro(a)"
+#: ../../mod/settings.php:755
+msgid "Update browser every xx seconds"
+msgstr "Atualizar navegador a cada xx segundos"
-#: ../../include/profile_selectors.php:42
-msgid "Lonely"
-msgstr "Solitário(a)"
+#: ../../mod/settings.php:755
+msgid "Minimum of 10 seconds, no maximum"
+msgstr "Mínimo de 10 segundos, sem máximo"
-#: ../../include/profile_selectors.php:42
-msgid "Available"
-msgstr "Disponível"
+#: ../../mod/settings.php:756
+msgid "Maximum number of conversations to load at any time:"
+msgstr "Número máximo permitido de conversas carregadas:"
-#: ../../include/profile_selectors.php:42
-msgid "Unavailable"
-msgstr "Não disponível"
+#: ../../mod/settings.php:756
+msgid "Maximum of 100 items"
+msgstr "Máximo de 100 itens"
-#: ../../include/profile_selectors.php:42
-msgid "Has crush"
-msgstr "Tem uma paixão"
+#: ../../mod/settings.php:757
+msgid "Don't show emoticons"
+msgstr "Não exibir emoticons"
-#: ../../include/profile_selectors.php:42
-msgid "Infatuated"
-msgstr "Apaixonado"
+#: ../../mod/settings.php:758
+msgid "System Page Layout Editor - (advanced)"
+msgstr "Editor de layout de página do sistema - (avançado)"
-#: ../../include/profile_selectors.php:42
-msgid "Dating"
-msgstr "Saindo com alguém"
+#: ../../mod/settings.php:793
+msgid "Nobody except yourself"
+msgstr "Ninguém exceto você mesmo"
-#: ../../include/profile_selectors.php:42
-msgid "Unfaithful"
-msgstr "Infiel"
+#: ../../mod/settings.php:794
+msgid "Only those you specifically allow"
+msgstr "Apenas quem você der permissão"
-#: ../../include/profile_selectors.php:42
-msgid "Sex Addict"
-msgstr "Viciado(a) em sexo"
+#: ../../mod/settings.php:795
+msgid "Anybody in your address book"
+msgstr "Qualquer um nos seus contatos"
-#: ../../include/profile_selectors.php:42
-msgid "Friends/Benefits"
-msgstr "Amigos com benefícios"
+#: ../../mod/settings.php:796
+msgid "Anybody on this website"
+msgstr "Qualquer um neste site"
-#: ../../include/profile_selectors.php:42
-msgid "Casual"
-msgstr "Casual"
+#: ../../mod/settings.php:797
+msgid "Anybody in this network"
+msgstr "Qualquer um nesta rede"
-#: ../../include/profile_selectors.php:42
-msgid "Engaged"
-msgstr "Envolvido(a)"
+#: ../../mod/settings.php:798
+msgid "Anybody authenticated"
+msgstr "Qualquer um autenticado"
-#: ../../include/profile_selectors.php:42
-msgid "Married"
-msgstr "Casado(a)"
+#: ../../mod/settings.php:799
+msgid "Anybody on the internet"
+msgstr "Qualquer um na internet"
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily married"
-msgstr "Casado imaginariamente"
+#: ../../mod/settings.php:876
+msgid "Publish your default profile in the network directory"
+msgstr "Publicar seu perfil padrão no diretório da rede?"
-#: ../../include/profile_selectors.php:42
-msgid "Partners"
-msgstr "Parceiros"
+#: ../../mod/settings.php:876 ../../mod/settings.php:881
+#: ../../mod/settings.php:952 ../../mod/admin.php:419
+#: ../../mod/profiles.php:484 ../../mod/api.php:106
+msgid "No"
+msgstr "Não"
-#: ../../include/profile_selectors.php:42
-msgid "Cohabiting"
-msgstr "Coabitando"
+#: ../../mod/settings.php:876 ../../mod/settings.php:881
+#: ../../mod/settings.php:952 ../../mod/admin.php:421
+#: ../../mod/profiles.php:483 ../../mod/api.php:105
+msgid "Yes"
+msgstr "Sim"
-#: ../../include/profile_selectors.php:42
-msgid "Common law"
-msgstr "Direito comum"
+#: ../../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?"
-#: ../../include/profile_selectors.php:42
-msgid "Happy"
-msgstr "Feliz"
+#: ../../mod/settings.php:885 ../../mod/profile_photo.php:365
+msgid "or"
+msgstr "ou"
-#: ../../include/profile_selectors.php:42
-msgid "Not looking"
-msgstr "Não estou procurando"
+#: ../../mod/settings.php:890
+msgid "Your channel address is"
+msgstr "O endereço do seu canal é"
-#: ../../include/profile_selectors.php:42
-msgid "Swinger"
-msgstr "Swinger"
+#: ../../mod/settings.php:924
+msgid "Channel Settings"
+msgstr "Configurações do canal"
-#: ../../include/profile_selectors.php:42
-msgid "Betrayed"
-msgstr "Traído(a)"
+#: ../../mod/settings.php:933
+msgid "Basic Settings"
+msgstr "Configurações básicas"
-#: ../../include/profile_selectors.php:42
-msgid "Separated"
-msgstr "Separado(a)"
+#: ../../mod/settings.php:936
+msgid "Your Timezone:"
+msgstr "Seu fuso horário:"
-#: ../../include/profile_selectors.php:42
-msgid "Unstable"
-msgstr "Instável"
+#: ../../mod/settings.php:937
+msgid "Default Post Location:"
+msgstr "Localização padrão de suas publicações:"
-#: ../../include/profile_selectors.php:42
-msgid "Divorced"
-msgstr "Divorciado(a)"
+#: ../../mod/settings.php:937
+msgid "Geographical location to display on your posts"
+msgstr "Localização geográfica para exibir em suas publicações"
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily divorced"
-msgstr "Divorciado imaginariamente"
+#: ../../mod/settings.php:938
+msgid "Use Browser Location:"
+msgstr "Usar localizador do navegador:"
-#: ../../include/profile_selectors.php:42
-msgid "Widowed"
-msgstr "Viúvo(a)"
+#: ../../mod/settings.php:940
+msgid "Adult Content"
+msgstr "Conteúdo adulto"
-#: ../../include/profile_selectors.php:42
-msgid "Uncertain"
-msgstr "Incerto(a)"
+#: ../../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)"
-#: ../../include/profile_selectors.php:42
-msgid "It's complicated"
-msgstr "É complicado"
+#: ../../mod/settings.php:942
+msgid "Security and Privacy Settings"
+msgstr "Configurações de segurança e privacidade"
-#: ../../include/profile_selectors.php:42
-msgid "Don't care"
-msgstr "Não importa"
+#: ../../mod/settings.php:944
+msgid "Hide my online presence"
+msgstr "Esconda minha presença online"
-#: ../../include/profile_selectors.php:42
-msgid "Ask me"
-msgstr "Pergunte-me"
+#: ../../mod/settings.php:944
+msgid "Prevents displaying in your profile that you are online"
+msgstr "Previne exibir em seu perfil que você está online"
-#: ../../include/reddav.php:1069
-msgid "Edit File properties"
-msgstr "Editar propriedades do arquivo"
+#: ../../mod/settings.php:946
+msgid "Simple Privacy Settings:"
+msgstr "Configurações de privacidade simples:"
-#: ../../include/security.php:295
+#: ../../mod/settings.php:947
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."
+"Very Public - <em>extremely permissive (should be used with caution)</em>"
+msgstr "Muito público - <em>extremamente permissivo (deve ser usado com cuidado)</em>"
-#: ../../include/widgets.php:117 ../../mod/suggest.php:53
-msgid "Ignore/Hide"
-msgstr "Ignorar/Ocultar"
+#: ../../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>"
-#: ../../include/widgets.php:123 ../../mod/connections.php:265
-msgid "Suggestions"
-msgstr "Sugestões"
+#: ../../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>"
-#: ../../include/widgets.php:124
-msgid "See more..."
-msgstr "Veja mais..."
+#: ../../mod/settings.php:950
+msgid "Blocked - <em>default blocked to/from everybody</em>"
+msgstr "Bloqueado - <em>por padrão bloquado de/para todos</em>"
-#: ../../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."
+#: ../../mod/settings.php:952
+msgid "Allow others to tag your posts"
+msgstr "Permitir que outros etiquetem suas publicações"
-#: ../../include/widgets.php:152
-msgid "Add New Connection"
-msgstr "Adicionar nova conexão"
+#: ../../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"
-#: ../../include/widgets.php:153
-msgid "Enter the channel address"
-msgstr "Digite o endereço do canal"
+#: ../../mod/settings.php:954
+msgid "Advanced Privacy Settings"
+msgstr "Configurações de privacidade avançadas"
-#: ../../include/widgets.php:154
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Por exemplo: joao@exemplo.com, http://exemplo.com/maria"
+#: ../../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"
-#: ../../include/widgets.php:171
-msgid "Notes"
-msgstr "Notas"
+#: ../../mod/settings.php:956
+msgid "0 or blank prevents expiration"
+msgstr "0 ou em branco previne expiração"
-#: ../../include/widgets.php:243
-msgid "Remove term"
-msgstr "Remover termo"
+#: ../../mod/settings.php:957
+msgid "Maximum Friend Requests/Day:"
+msgstr "Número máximo de requisições de amizade por dia:"
-#: ../../include/widgets.php:322
-msgid "Archives"
-msgstr "Arquivos"
+#: ../../mod/settings.php:957
+msgid "May reduce spam activity"
+msgstr "Pode reduzir a frequência de spam"
-#: ../../include/widgets.php:384
-msgid "Refresh"
-msgstr "Atualizar"
+#: ../../mod/settings.php:958
+msgid "Default Post Permissions"
+msgstr "Permissões padrão de publicação"
-#: ../../include/widgets.php:385 ../../mod/connedit.php:428
-msgid "Me"
-msgstr "Eu"
+#: ../../mod/settings.php:959 ../../mod/mitem.php:134 ../../mod/mitem.php:177
+msgid "(click to open/close)"
+msgstr "(clique para abrir/fechar)"
-#: ../../include/widgets.php:386 ../../mod/connedit.php:430
-msgid "Best Friends"
-msgstr "Melhores amigos"
+#: ../../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:"
-#: ../../include/widgets.php:388
-msgid "Co-workers"
-msgstr "Colegas de trabalho"
+#: ../../mod/settings.php:970
+msgid "Useful to reduce spamming"
+msgstr "Útil para reduzir a frequência de spam"
-#: ../../include/widgets.php:389 ../../mod/connedit.php:432
-msgid "Former Friends"
-msgstr "Amigos afastados"
+#: ../../mod/settings.php:973
+msgid "Notification Settings"
+msgstr "Configurações de notificação"
-#: ../../include/widgets.php:390 ../../mod/connedit.php:433
-msgid "Acquaintances"
-msgstr "Conhecidos"
+#: ../../mod/settings.php:974
+msgid "By default post a status message when:"
+msgstr "Por padrão, publicar uma mensagem de status quando:"
-#: ../../include/widgets.php:391
-msgid "Everybody"
-msgstr "Todos"
+#: ../../mod/settings.php:975
+msgid "accepting a friend request"
+msgstr "aceitar um pedido de amizade"
-#: ../../include/widgets.php:423
-msgid "Account settings"
-msgstr "Configurações da conta"
+#: ../../mod/settings.php:976
+msgid "joining a forum/community"
+msgstr "associar-se a um fórum/comunidade"
-#: ../../include/widgets.php:429
-msgid "Channel settings"
-msgstr "Configurações do canal"
+#: ../../mod/settings.php:977
+msgid "making an <em>interesting</em> profile change"
+msgstr "modificar algo <em>interessante</em> em seu perfil"
-#: ../../include/widgets.php:435
-msgid "Additional features"
-msgstr "Recursos adicionais"
+#: ../../mod/settings.php:978
+msgid "Send a notification email when:"
+msgstr "Enviar um e-mail de notificação quando:"
-#: ../../include/widgets.php:441
-msgid "Feature settings"
-msgstr "Configurações dos recursos"
+#: ../../mod/settings.php:979
+msgid "You receive a connection request"
+msgstr "Você recebe uma solicitação de conexão"
-#: ../../include/widgets.php:447
-msgid "Display settings"
-msgstr "Configurações de exibição"
+#: ../../mod/settings.php:980
+msgid "Your connections are confirmed"
+msgstr "Suas conexões são confirmadas"
-#: ../../include/widgets.php:453
-msgid "Connected apps"
-msgstr "Aplicações conectadas"
+#: ../../mod/settings.php:981
+msgid "Someone writes on your profile wall"
+msgstr "Alguém escrever no mural do seu perfil"
-#: ../../include/widgets.php:459
-msgid "Export channel"
-msgstr "Exportar o canal"
+#: ../../mod/settings.php:982
+msgid "Someone writes a followup comment"
+msgstr "Alguém comenta uma publicação"
-#: ../../include/widgets.php:471
-msgid "Automatic Permissions (Advanced)"
-msgstr "Permissões automáticas (avançado)"
+#: ../../mod/settings.php:983
+msgid "You receive a private message"
+msgstr "Você recebeu uma mensagem privada"
-#: ../../include/widgets.php:481
-msgid "Premium Channel Settings"
-msgstr "Configurações de canal premium"
+#: ../../mod/settings.php:984
+msgid "You receive a friend suggestion"
+msgstr "Você recebe uma sugestão de amizade"
-#: ../../include/widgets.php:518
-msgid "Check Mail"
-msgstr "Checar mensagens"
+#: ../../mod/settings.php:985
+msgid "You are tagged in a post"
+msgstr "Você é mencionado num post"
-#: ../../include/widgets.php:599
-msgid "Chat Rooms"
-msgstr "Salas de bate-papo"
+#: ../../mod/settings.php:986
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Você foi cutucado/espetado/etc. numa publicação"
-#: ../../include/widgets.php:617
-msgid "Bookmarked Chatrooms"
-msgstr "Salas de bate-papo guardadas"
+#: ../../mod/settings.php:989
+msgid "Advanced Account/Page Type Settings"
+msgstr "Configurações avançadas de conta/tipo de página"
-#: ../../include/widgets.php:635
-msgid "Suggested Chatrooms"
-msgstr "Salas de bate-papo sugeridas"
+#: ../../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/mood.php:138
-msgid "Mood"
-msgstr "Humor"
+#: ../../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/mood.php:139
-msgid "Set your current mood and tell your friends"
-msgstr "Marque seu humor atual e compartilhe com seus amigos"
+#: ../../mod/settings.php:994
+msgid "Miscellaneous Settings"
+msgstr "Configurações miscelâneas"
-#: ../../mod/mitem.php:14 ../../mod/menu.php:92
-msgid "Menu not found."
-msgstr "O menu não foi encontrado."
+#: ../../mod/settings.php:996
+msgid "Personal menu to display in your channel pages"
+msgstr "Menu pessoal para exibir nas páginas dos seus canais"
-#: ../../mod/mitem.php:47
-msgid "Menu element updated."
-msgstr "O elemento de menu foi atualizado."
+#: ../../mod/filestorage.php:68
+msgid "Permission Denied."
+msgstr "Permissão negada."
-#: ../../mod/mitem.php:51
-msgid "Unable to update menu element."
-msgstr "Não foi possível atualizar o elemento de menu."
+#: ../../mod/filestorage.php:85
+msgid "File not found."
+msgstr "O arquivo não foi encontrado."
-#: ../../mod/mitem.php:57
-msgid "Menu element added."
-msgstr "O elemento de menu foi adicionado."
+#: ../../mod/filestorage.php:121
+msgid "Edit file permissions"
+msgstr "Editar permissões do arquivo"
-#: ../../mod/mitem.php:61
-msgid "Unable to add menu element."
-msgstr "Não foi possível adicionar o elemento de menu."
+#: ../../mod/filestorage.php:129
+msgid "Set/edit permissions"
+msgstr "Definir/editar permissões"
-#: ../../mod/mitem.php:78 ../../mod/dirprofile.php:175 ../../mod/menu.php:120
-#: ../../mod/xchan.php:27
-msgid "Not found."
-msgstr "Não encontrado."
+#: ../../mod/filestorage.php:130
+msgid "Include all files and sub folders"
+msgstr "Incluir todos os arquivos e subpastas"
-#: ../../mod/mitem.php:96
-msgid "Manage Menu Elements"
-msgstr "Administrar elementos de menu"
+#: ../../mod/filestorage.php:131
+msgid "Return to file list"
+msgstr "Retornar à lista de arquivos"
-#: ../../mod/mitem.php:99
-msgid "Edit menu"
-msgstr "Editar menu"
+#: ../../mod/filestorage.php:133
+msgid "Copy/paste this code to attach file to a post"
+msgstr "Copiar/colar este código para anexar um arquivo a uma publicação"
-#: ../../mod/mitem.php:102
-msgid "Edit element"
-msgstr "Editar elemento"
+#: ../../mod/filestorage.php:134
+msgid "Copy/paste this URL to link file from a web page"
+msgstr "Copiar/colar este URL para linkar para o arquivo em uma página web"
-#: ../../mod/mitem.php:103
-msgid "Drop element"
-msgstr "Descartar elemento"
+#: ../../mod/filestorage.php:171
+msgid "Download"
+msgstr "Baixar"
-#: ../../mod/mitem.php:104
-msgid "New element"
-msgstr "Novo elemento"
+#: ../../mod/filestorage.php:177
+msgid "Used: "
+msgstr "Utilizado:"
-#: ../../mod/mitem.php:105
-msgid "Edit this menu container"
-msgstr "Editar esta caixa de menu"
+#: ../../mod/filestorage.php:178
+msgid "[directory]"
+msgstr "[diretório]"
-#: ../../mod/mitem.php:106
-msgid "Add menu element"
-msgstr "Adicionar um elemento de menu"
+#: ../../mod/filestorage.php:180
+msgid "Limit: "
+msgstr "Limite:"
-#: ../../mod/mitem.php:107
-msgid "Delete this menu item"
-msgstr "Deleter este item de menu"
+#: ../../mod/home.php:52 ../../mod/block.php:39 ../../mod/wall_upload.php:28
+#: ../../mod/page.php:47 ../../mod/chanview.php:77
+msgid "Channel not found."
+msgstr "O canal não foi encontrado."
-#: ../../mod/mitem.php:108
-msgid "Edit this menu item"
-msgstr "Editar este item de menu"
+#: ../../mod/home.php:91
+#, php-format
+msgid "Welcome to %s"
+msgstr "Bem-vindo(a) a %s"
-#: ../../mod/mitem.php:131
-msgid "New Menu Element"
-msgstr "Novo elemento de menu"
+#: ../../mod/probe.php:23 ../../mod/probe.php:29
+#, php-format
+msgid "Fetching URL returns error: %1$s"
+msgstr "Carregar o URL retorna o erro: %1$s"
-#: ../../mod/mitem.php:133 ../../mod/mitem.php:176
-msgid "Menu Item Permissions"
-msgstr "Permissões do item do menu"
+#: ../../mod/update_network.php:23 ../../mod/update_display.php:25
+#: ../../mod/update_search.php:46 ../../mod/update_channel.php:43
+msgid "[Embedded content - reload page to view]"
+msgstr "[Conteúdo incorporado - recarregue a página para ver]"
-#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:962
-msgid "(click to open/close)"
-msgstr "(clique para abrir/fechar)"
+#: ../../mod/new_channel.php:107
+msgid "Add a Channel"
+msgstr "Adicionar um canal"
-#: ../../mod/mitem.php:136 ../../mod/mitem.php:180
-msgid "Link text"
-msgstr "Texto do link"
+#: ../../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 "Um canal é uma coleção sua de páginas relacionadas. Um canal pode ser usado para um perfil de rede social, um blog, grupos de conversação e fóruns, páginas de celebridades, e muito mais. Você pode criar tantos canais quanto seu provedor de serviço permita."
-#: ../../mod/mitem.php:137 ../../mod/mitem.php:181
-msgid "URL of link"
-msgstr "URL do link"
+#: ../../mod/new_channel.php:110 ../../mod/sources.php:103
+#: ../../mod/sources.php:137
+msgid "Channel Name"
+msgstr "Nome do canal"
-#: ../../mod/mitem.php:138 ../../mod/mitem.php:182
-msgid "Use Red magic-auth if available"
-msgstr "Usar <em>Red magic-auth</em> se disponível"
+#: ../../mod/new_channel.php:111
+msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
+msgstr "Exemplos: \"Beto Salinas\", \"Elis e seus Cavalos\", \"Futebol\", \"Grupo de aviadores\""
-#: ../../mod/mitem.php:139 ../../mod/mitem.php:183
-msgid "Open link in new window"
-msgstr "Abrir link em uma nova janela"
+#: ../../mod/new_channel.php:112
+msgid "Choose a short nickname"
+msgstr "Escolha um apelido curto"
-#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
-msgid "Order in list"
-msgstr "Ordem na lista"
+#: ../../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 "Seu apelido será usado para criar um endereço para o canal de fácil memorização (como um endereço de email), que você poderá compartilhar com outros."
-#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
-msgid "Higher numbers will sink to bottom of listing"
-msgstr "Números mais altos descem para o fim da lista"
+#: ../../mod/new_channel.php:114
+msgid "Or <a href=\"import\">import an existing channel</a> from another location"
+msgstr "Ou <a href=\"import\">importe um canal existente</a> de outro local"
-#: ../../mod/mitem.php:142 ../../mod/menu.php:84 ../../mod/new_channel.php:117
+#: ../../mod/new_channel.php:117 ../../mod/mitem.php:142 ../../mod/menu.php:84
msgid "Create"
msgstr "Criar"
-#: ../../mod/mitem.php:154
-msgid "Menu item not found."
-msgstr "O item de menu não foi encontrado."
-
-#: ../../mod/mitem.php:163
-msgid "Menu item deleted."
-msgstr "O item de menu foi deletado."
-
-#: ../../mod/mitem.php:165
-msgid "Menu item could not be deleted."
-msgstr "Não foi possível deletar o item de menu."
-
-#: ../../mod/mitem.php:174
-msgid "Edit Menu Element"
-msgstr "Editar elemento de menu"
+#: ../../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 "Encontramos um problema ao entrar com a OpenID fornecida. Por favor, verifique se digitou corretamente a ID."
-#: ../../mod/mitem.php:186 ../../mod/menu.php:114
-msgid "Modify"
-msgstr "Modificar"
+#: ../../mod/rmagic.php:38
+msgid "The error message was:"
+msgstr "A mensagem de erro foi:"
-#: ../../mod/ping.php:192
-msgid "sent you a private message"
-msgstr "lhe enviou uma mensagem privada"
+#: ../../mod/rmagic.php:42
+msgid "Authentication failed."
+msgstr "A autenticação falhou."
-#: ../../mod/ping.php:250
-msgid "added your channel"
-msgstr "adicionou seu canal"
+#: ../../mod/rmagic.php:78
+msgid "Remote Authentication"
+msgstr "Autenticação remota"
-#: ../../mod/ping.php:294
-msgid "posted an event"
-msgstr "publicou um evento"
+#: ../../mod/rmagic.php:79
+msgid "Enter your channel address (e.g. channel@example.com)"
+msgstr "Entre o endereço do seu canal (e.g. canal@exemplo.com)"
-#: ../../mod/acl.php:239
-msgid "network"
-msgstr "+ rede"
+#: ../../mod/rmagic.php:80
+msgid "Authenticate"
+msgstr "Autenticar"
#: ../../mod/admin.php:52
msgid "Theme settings updated."
@@ -3506,30 +4239,14 @@ msgstr "Plugins ativos"
msgid "Site settings updated."
msgstr "As configurações de site foram atualizadas."
-#: ../../mod/admin.php:389 ../../mod/settings.php:708
-msgid "No special theme for mobile devices"
-msgstr "Sem tema especial para aparelhos móveis"
-
#: ../../mod/admin.php:391
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
-msgid "No"
-msgstr "Não"
-
#: ../../mod/admin.php:420
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
-msgid "Yes"
-msgstr "Sim"
-
#: ../../mod/admin.php:426
msgid "My site is not a public server"
msgstr "Meu site não é um servidor público"
@@ -3962,11 +4679,6 @@ msgstr "Não censurar"
msgid "UID"
msgstr "UID"
-#: ../../mod/admin.php:891 ../../mod/settings.php:517
-#: ../../mod/settings.php:543
-msgid "Name"
-msgstr "Nome"
-
#: ../../mod/admin.php:891 ../../mod/profiles.php:337
msgid "Address"
msgstr "Endereço"
@@ -4054,487 +4766,419 @@ msgstr "É necessário que o servidor web possa escrever neste arquivo. Relativo
msgid "Log level"
msgstr "Nível do log"
-#: ../../mod/poke.php:159
-msgid "Poke/Prod"
-msgstr "Cutucar/Espetar"
-
-#: ../../mod/poke.php:160
-msgid "poke, prod or do other things to somebody"
-msgstr "Cutucar, espetar ou fazer outras coisas a alguém"
-
-#: ../../mod/poke.php:161
-msgid "Recipient"
-msgstr "Destinatário"
-
-#: ../../mod/poke.php:162
-msgid "Choose what you wish to do to recipient"
-msgstr "Escolha o que você deseja fazer com seu alvo"
-
-#: ../../mod/poke.php:165
-msgid "Make this post private"
-msgstr "Torne esta publicação privada"
-
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr "Autorizar a conexão com a aplicação"
-
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Volte para a sua aplicação e digite este código de segurança:"
-
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Por favor, autentique-se para continuar."
-
-#: ../../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 "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?"
-
-#: ../../mod/post.php:226
-msgid ""
-"Remote authentication blocked. You are logged into this site locally. Please"
-" logout and retry."
-msgstr "Autenticação remota bloqueada. Você está autenticado neste site localmente. Por favor, saia e tente novamente."
-
-#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178
-#, php-format
-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."
+#: ../../mod/filer.php:49
+msgid "- select -"
+msgstr "- selecionar -"
-#: ../../mod/probe.php:23 ../../mod/probe.php:29
-#, php-format
-msgid "Fetching URL returns error: %1$s"
-msgstr "Carregar o URL retorna o erro: %1$s"
+#: ../../mod/connections.php:37 ../../mod/connedit.php:64
+msgid "Could not access contact record."
+msgstr "Não foi possível acessar o registro do contato."
-#: ../../mod/block.php:27 ../../mod/page.php:35
-msgid "Invalid item."
-msgstr "Item inválido."
+#: ../../mod/connections.php:51 ../../mod/connedit.php:78
+msgid "Could not locate selected profile."
+msgstr "Não foi possível localizar o perfil selecionado."
-#: ../../mod/block.php:39 ../../mod/chanview.php:77 ../../mod/page.php:47
-#: ../../mod/home.php:50 ../../mod/wall_upload.php:28
-msgid "Channel not found."
-msgstr "O canal não foi encontrado."
+#: ../../mod/connections.php:94 ../../mod/connedit.php:131
+msgid "Connection updated."
+msgstr "A conexão foi atualizada."
-#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:100
-#: ../../mod/help.php:72 ../../index.php:226
-msgid "Page not found."
-msgstr "Página não encontrada."
+#: ../../mod/connections.php:96 ../../mod/connedit.php:133
+msgid "Failed to update connection record."
+msgstr "Não foi possível atualizar o registro da conexão."
-#: ../../mod/profile_photo.php:108
-msgid "Image uploaded but image cropping failed."
-msgstr "A imagem foi enviada, mas não foi possível cortá-la."
+#: ../../mod/connections.php:191 ../../mod/connections.php:291
+msgid "Blocked"
+msgstr "Bloqueado"
-#: ../../mod/profile_photo.php:161
-msgid "Image resize failed."
-msgstr "Falha ao modificar o tamanho da imagem."
+#: ../../mod/connections.php:196 ../../mod/connections.php:298
+msgid "Ignored"
+msgstr "Ignorado"
-#: ../../mod/profile_photo.php:205
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Se a nova foto não aparecer imediatamente, recarregue a página segurando a tecla \"shift\" ou limpe o cache do navegador, "
+#: ../../mod/connections.php:201 ../../mod/connections.php:312
+msgid "Hidden"
+msgstr "Oculto"
-#: ../../mod/profile_photo.php:232
-#, php-format
-msgid "Image exceeds size limit of %d"
-msgstr "A imagem excede o limite de tamanho de %d"
+#: ../../mod/connections.php:206 ../../mod/connections.php:305
+msgid "Archived"
+msgstr "Arquivado"
-#: ../../mod/profile_photo.php:241
-msgid "Unable to process image."
-msgstr "Não foi possível processar a imagem."
+#: ../../mod/connections.php:230 ../../mod/connections.php:244
+msgid "All"
+msgstr "Todos"
-#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339
-msgid "Photo not available."
-msgstr "A foto não está disponível."
+#: ../../mod/connections.php:239 ../../mod/connections.php:319
+msgid "Unconnected"
+msgstr "Não conectado"
-#: ../../mod/profile_photo.php:358
-msgid "Upload File:"
-msgstr "Enviar arquivo:"
+#: ../../mod/connections.php:269
+msgid "Suggest new connections"
+msgstr "Sugerir novas conexões"
-#: ../../mod/profile_photo.php:359
-msgid "Select a profile:"
-msgstr "Selecione um perfil:"
+#: ../../mod/connections.php:272
+msgid "New Connections"
+msgstr "Novas conexões"
-#: ../../mod/profile_photo.php:360
-msgid "Upload Profile Photo"
-msgstr "Enviar foto do perfil"
+#: ../../mod/connections.php:275
+msgid "Show pending (new) connections"
+msgstr "Exibir conexões pendentes (novas)"
-#: ../../mod/profile_photo.php:361
-msgid "Upload"
-msgstr "Enviar"
+#: ../../mod/connections.php:278 ../../mod/profperm.php:139
+msgid "All Connections"
+msgstr "Todas as conexões"
-#: ../../mod/profile_photo.php:365 ../../mod/settings.php:888
-msgid "or"
-msgstr "ou"
+#: ../../mod/connections.php:281
+msgid "Show all connections"
+msgstr "Exibir todas as conexões"
-#: ../../mod/profile_photo.php:365
-msgid "skip this step"
-msgstr "pule esta etapa"
+#: ../../mod/connections.php:284
+msgid "Unblocked"
+msgstr "Não bloqueado"
-#: ../../mod/profile_photo.php:365
-msgid "select a photo from your photo albums"
-msgstr "selecione uma foto do seu álbum de fotos"
+#: ../../mod/connections.php:287
+msgid "Only show unblocked connections"
+msgstr "Exibir apenas conexões não bloqueadas"
-#: ../../mod/profile_photo.php:379
-msgid "Crop Image"
-msgstr "Cortar a imagem"
+#: ../../mod/connections.php:294
+msgid "Only show blocked connections"
+msgstr "Exibir apenas conexões bloqueadas"
-#: ../../mod/profile_photo.php:380
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Por favor, ajuste o corte da imagem para a melhor visualização."
+#: ../../mod/connections.php:301
+msgid "Only show ignored connections"
+msgstr "Exibir apenas conexões ignoradas"
-#: ../../mod/profile_photo.php:382
-msgid "Done Editing"
-msgstr "Encerrar a edição"
+#: ../../mod/connections.php:308
+msgid "Only show archived connections"
+msgstr "Exibir apenas conexões arquivadas"
-#: ../../mod/profile_photo.php:425
-msgid "Image uploaded successfully."
-msgstr "A imagem foi enviada com sucesso."
+#: ../../mod/connections.php:315
+msgid "Only show hidden connections"
+msgstr "Exibir apenas conexões ocultas"
-#: ../../mod/profile_photo.php:427
-msgid "Image upload failed."
-msgstr "Não foi possível enviar a imagem."
+#: ../../mod/connections.php:322
+msgid "Only show one-way connections"
+msgstr "Exibir apenas conexões de mão única"
-#: ../../mod/profile_photo.php:436
+#: ../../mod/connections.php:367
#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Não foi possível reduzir o tamanho da imagem [%s]."
-
-#: ../../mod/blocks.php:66
-msgid "Block Name"
-msgstr "Nome do bloco"
+msgid "%1$s [%2$s]"
+msgstr "%1$s [%2$s]"
-#: ../../mod/profiles.php:18 ../../mod/profiles.php:138
-#: ../../mod/profiles.php:168 ../../mod/profiles.php:463
-msgid "Profile not found."
-msgstr "O perfil não foi encontrado."
+#: ../../mod/connections.php:368
+msgid "Edit contact"
+msgstr "Editar o contato"
-#: ../../mod/profiles.php:38
-msgid "Profile deleted."
-msgstr "O perfil foi excluído."
+#: ../../mod/connections.php:389
+msgid "Search your connections"
+msgstr "Pesquisar em suas conexões"
-#: ../../mod/profiles.php:56 ../../mod/profiles.php:92
-msgid "Profile-"
-msgstr "Perfil-"
+#: ../../mod/connections.php:390
+msgid "Finding: "
+msgstr "Pesquisando: "
-#: ../../mod/profiles.php:77 ../../mod/profiles.php:120
-msgid "New profile created."
-msgstr "O novo perfil foi criado."
+#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443
+#: ../../mod/viewconnections.php:17 ../../mod/directory.php:15
+#: ../../mod/display.php:9 ../../mod/search.php:13
+msgid "Public access denied."
+msgstr "Acesso público negado."
-#: ../../mod/profiles.php:98
-msgid "Profile unavailable to clone."
-msgstr "O perfil não está disponível para clonagem."
+#: ../../mod/dirprofile.php:92 ../../mod/directory.php:143
+#: ../../mod/profiles.php:561
+msgid "Age: "
+msgstr "Idade: "
-#: ../../mod/profiles.php:178
-msgid "Profile Name is required."
-msgstr "É obrigatório informar o nome do perfil."
+#: ../../mod/dirprofile.php:95 ../../mod/directory.php:146
+msgid "Gender: "
+msgstr "Gênero: "
-#: ../../mod/profiles.php:294
-msgid "Marital Status"
-msgstr "Estado civil"
+#: ../../mod/dirprofile.php:108
+msgid "Status: "
+msgstr "Status:"
-#: ../../mod/profiles.php:298
-msgid "Romantic Partner"
-msgstr "Parceiro/a romântico/a"
+#: ../../mod/dirprofile.php:109
+msgid "Sexual Preference: "
+msgstr "Preferência sexual:"
-#: ../../mod/profiles.php:302
-msgid "Likes"
-msgstr "Gosta de"
+#: ../../mod/dirprofile.php:111
+msgid "Homepage: "
+msgstr "Website:"
-#: ../../mod/profiles.php:306
-msgid "Dislikes"
-msgstr "Não gosta de"
+#: ../../mod/dirprofile.php:112
+msgid "Hometown: "
+msgstr "Cidade natal:"
-#: ../../mod/profiles.php:310
-msgid "Work/Employment"
-msgstr "Trabalho/Emprego"
+#: ../../mod/dirprofile.php:114
+msgid "About: "
+msgstr "Sobre:"
-#: ../../mod/profiles.php:313
-msgid "Religion"
-msgstr "Religião"
+#: ../../mod/dirprofile.php:162
+msgid "Keywords: "
+msgstr "Palavras-chave:"
-#: ../../mod/profiles.php:317
-msgid "Political Views"
-msgstr "Posição política"
+#: ../../mod/dirprofile.php:175 ../../mod/mitem.php:78 ../../mod/xchan.php:27
+#: ../../mod/menu.php:120
+msgid "Not found."
+msgstr "Não encontrado."
-#: ../../mod/profiles.php:321
-msgid "Gender"
-msgstr "Gênero"
+#: ../../mod/photos.php:77
+msgid "Page owner information could not be retrieved."
+msgstr "As informações do dono da pagina não puderam ser obtidas."
-#: ../../mod/profiles.php:325
-msgid "Sexual Preference"
-msgstr "Preferência sexual"
+#: ../../mod/photos.php:97
+msgid "Album not found."
+msgstr "O álbum não foi encontrado."
-#: ../../mod/profiles.php:329
-msgid "Homepage"
-msgstr "Página web"
+#: ../../mod/photos.php:119 ../../mod/photos.php:671
+msgid "Delete Album"
+msgstr "Excluir o álbum"
-#: ../../mod/profiles.php:333
-msgid "Interests"
-msgstr "Interesses"
+#: ../../mod/photos.php:159 ../../mod/photos.php:954
+msgid "Delete Photo"
+msgstr "Excluir a foto"
-#: ../../mod/profiles.php:344 ../../mod/pubsites.php:25
-msgid "Location"
-msgstr "Localização"
+#: ../../mod/photos.php:453
+msgid "No photos selected"
+msgstr "Não foi selecionada nenhuma foto"
-#: ../../mod/profiles.php:427
-msgid "Profile updated."
-msgstr "O perfil foi atualizado."
+#: ../../mod/photos.php:500
+msgid "Access to this item is restricted."
+msgstr "O acesso a este item está restrito."
-#: ../../mod/profiles.php:482
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Esconder sua lista de contatos/amigos dos visitantes no seu perfil?"
+#: ../../mod/photos.php:576
+#, php-format
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "Você usou %1$.2f Mbytes de %2$.2f Mbytes de armazenamento de fotos."
-#: ../../mod/profiles.php:505
-msgid "Edit Profile Details"
-msgstr "Editar os detalhes do perfil"
+#: ../../mod/photos.php:579
+#, php-format
+msgid "You have used %1$.2f Mbytes of photo storage."
+msgstr "Você usou %1$.2f Mbytes de armazenamento de fotos."
-#: ../../mod/profiles.php:507
-msgid "View this profile"
-msgstr "Ver este perfil"
+#: ../../mod/photos.php:598
+msgid "Upload Photos"
+msgstr "Enviar fotos"
-#: ../../mod/profiles.php:508
-msgid "Change Profile Photo"
-msgstr "Mudar a foto do perfil"
+#: ../../mod/photos.php:602 ../../mod/photos.php:666
+msgid "New album name: "
+msgstr "Novo nome de álbum: "
-#: ../../mod/profiles.php:509
-msgid "Create a new profile using these settings"
-msgstr "Criar um novo perfil usando estas configurações"
+#: ../../mod/photos.php:603
+msgid "or existing album name: "
+msgstr "ou nome de um álbum já existente: "
-#: ../../mod/profiles.php:510
-msgid "Clone this profile"
-msgstr "Clonar este perfil"
+#: ../../mod/photos.php:604
+msgid "Do not show a status post for this upload"
+msgstr "Não exibir uma publicação de status para este carregamento"
-#: ../../mod/profiles.php:511
-msgid "Delete this profile"
-msgstr "Excluir este perfil"
+#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126
+#: ../../mod/photos.php:1141
+msgid "Contact Photos"
+msgstr "Fotos dos contatos"
-#: ../../mod/profiles.php:512
-msgid "Profile Name:"
-msgstr "Nome do perfil:"
+#: ../../mod/photos.php:681
+msgid "Edit Album"
+msgstr "Editar o álbum"
-#: ../../mod/profiles.php:513
-msgid "Your Full Name:"
-msgstr "Seu nome completo:"
+#: ../../mod/photos.php:687
+msgid "Show Newest First"
+msgstr "Exibir primeiro os mais recentes"
-#: ../../mod/profiles.php:514
-msgid "Title/Description:"
-msgstr "Título/Descrição:"
+#: ../../mod/photos.php:689
+msgid "Show Oldest First"
+msgstr "Exibir primeiro os mais antigos"
-#: ../../mod/profiles.php:515
-msgid "Your Gender:"
-msgstr "Seu gênero:"
+#: ../../mod/photos.php:732 ../../mod/photos.php:1173
+msgid "View Photo"
+msgstr "Ver a foto"
-#: ../../mod/profiles.php:516
-#, php-format
-msgid "Birthday (%s):"
-msgstr "Aniversário (%s):"
+#: ../../mod/photos.php:778
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Permissão negada. Acesso a este item pode estar restrito."
-#: ../../mod/profiles.php:517
-msgid "Street Address:"
-msgstr "Endereço:"
+#: ../../mod/photos.php:780
+msgid "Photo not available"
+msgstr "A foto não está disponível"
-#: ../../mod/profiles.php:518
-msgid "Locality/City:"
-msgstr "Localidade/Cidade:"
+#: ../../mod/photos.php:840
+msgid "Use as profile photo"
+msgstr "Usar como uma foto de perfil"
-#: ../../mod/profiles.php:519
-msgid "Postal/Zip Code:"
-msgstr "CEP:"
+#: ../../mod/photos.php:864
+msgid "View Full Size"
+msgstr "Ver no tamanho real"
-#: ../../mod/profiles.php:520
-msgid "Country:"
-msgstr "País:"
+#: ../../mod/photos.php:908 ../../mod/delegate.php:130 ../../mod/tagrm.php:93
+msgid "Remove"
+msgstr "Remover"
-#: ../../mod/profiles.php:521
-msgid "Region/State:"
-msgstr "Região/Estado:"
+#: ../../mod/photos.php:938
+msgid "Edit photo"
+msgstr "Editar a foto"
-#: ../../mod/profiles.php:522
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "Estado civil <span class=\"heart\">&hearts;</span>:"
+#: ../../mod/photos.php:940
+msgid "Rotate CW (right)"
+msgstr "Rotacionar H (horário)"
-#: ../../mod/profiles.php:523
-msgid "Who: (if applicable)"
-msgstr "Quem: (se aplicável)"
+#: ../../mod/photos.php:941
+msgid "Rotate CCW (left)"
+msgstr "Rotacionar AH (anti-horário)"
-#: ../../mod/profiles.php:524
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com"
+#: ../../mod/photos.php:943
+msgid "New album name"
+msgstr "Novo nome para o álbum"
-#: ../../mod/profiles.php:525
-msgid "Since [date]:"
-msgstr "Desde [data]:"
+#: ../../mod/photos.php:946
+msgid "Caption"
+msgstr "Legenda"
-#: ../../mod/profiles.php:527
-msgid "Homepage URL:"
-msgstr "Endereço do website:"
+#: ../../mod/photos.php:948
+msgid "Add a Tag"
+msgstr "Adicionar uma etiqueta"
-#: ../../mod/profiles.php:530
-msgid "Religious Views:"
-msgstr "Orientação religiosa:"
+#: ../../mod/photos.php:951
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento"
-#: ../../mod/profiles.php:531
-msgid "Keywords:"
-msgstr "Palavras-chave:"
+#: ../../mod/photos.php:1104
+msgid "In This Photo:"
+msgstr "Nesta foto:"
-#: ../../mod/profiles.php:534
-msgid "Example: fishing photography software"
-msgstr "Exemplo: pesca fotografia software"
+#: ../../mod/photos.php:1179
+msgid "View Album"
+msgstr "Ver álbum"
-#: ../../mod/profiles.php:535
-msgid "Used in directory listings"
-msgstr "Usado em listas de diretório"
+#: ../../mod/photos.php:1188
+msgid "Recent Photos"
+msgstr "Fotos recentes"
-#: ../../mod/profiles.php:536
-msgid "Tell us about yourself..."
-msgstr "Fale um pouco sobre você..."
+#: ../../mod/mitem.php:14 ../../mod/menu.php:92
+msgid "Menu not found."
+msgstr "O menu não foi encontrado."
-#: ../../mod/profiles.php:537
-msgid "Hobbies/Interests"
-msgstr "Hobbies/Interesses"
+#: ../../mod/mitem.php:47
+msgid "Menu element updated."
+msgstr "O elemento de menu foi atualizado."
-#: ../../mod/profiles.php:538
-msgid "Contact information and Social Networks"
-msgstr "Informações de contato e redes sociais"
+#: ../../mod/mitem.php:51
+msgid "Unable to update menu element."
+msgstr "Não foi possível atualizar o elemento de menu."
-#: ../../mod/profiles.php:539
-msgid "My other channels"
-msgstr "Meus outros canais"
+#: ../../mod/mitem.php:57
+msgid "Menu element added."
+msgstr "O elemento de menu foi adicionado."
-#: ../../mod/profiles.php:540
-msgid "Musical interests"
-msgstr "Interesses musicais"
+#: ../../mod/mitem.php:61
+msgid "Unable to add menu element."
+msgstr "Não foi possível adicionar o elemento de menu."
-#: ../../mod/profiles.php:541
-msgid "Books, literature"
-msgstr "Livros, literatura"
+#: ../../mod/mitem.php:96
+msgid "Manage Menu Elements"
+msgstr "Administrar elementos de menu"
-#: ../../mod/profiles.php:542
-msgid "Television"
-msgstr "Televisão"
+#: ../../mod/mitem.php:99
+msgid "Edit menu"
+msgstr "Editar menu"
-#: ../../mod/profiles.php:543
-msgid "Film/dance/culture/entertainment"
-msgstr "Filme/dança/cultura/entretenimento"
+#: ../../mod/mitem.php:102
+msgid "Edit element"
+msgstr "Editar elemento"
-#: ../../mod/profiles.php:544
-msgid "Love/romance"
-msgstr "Amor/romance"
+#: ../../mod/mitem.php:103
+msgid "Drop element"
+msgstr "Descartar elemento"
-#: ../../mod/profiles.php:545
-msgid "Work/employment"
-msgstr "Trabalho/emprego"
+#: ../../mod/mitem.php:104
+msgid "New element"
+msgstr "Novo elemento"
-#: ../../mod/profiles.php:546
-msgid "School/education"
-msgstr "Escola/educação"
+#: ../../mod/mitem.php:105
+msgid "Edit this menu container"
+msgstr "Editar esta caixa de menu"
-#: ../../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 "Este é o seu perfil <strong>público</strong>.<br />Ele <strong>pode</strong> estar visível para qualquer um que acesse a Internet."
+#: ../../mod/mitem.php:106
+msgid "Add menu element"
+msgstr "Adicionar um elemento de menu"
-#: ../../mod/profiles.php:561 ../../mod/directory.php:143
-#: ../../mod/dirprofile.php:92
-msgid "Age: "
-msgstr "Idade: "
+#: ../../mod/mitem.php:107
+msgid "Delete this menu item"
+msgstr "Deleter este item de menu"
-#: ../../mod/profiles.php:600
-msgid "Edit/Manage Profiles"
-msgstr "Editar/Administrar perfis"
+#: ../../mod/mitem.php:108
+msgid "Edit this menu item"
+msgstr "Editar este item de menu"
-#: ../../mod/profiles.php:601
-msgid "Add profile things"
-msgstr "Adicionar coisas ao perfil"
+#: ../../mod/mitem.php:131
+msgid "New Menu Element"
+msgstr "Novo elemento de menu"
-#: ../../mod/profiles.php:602
-msgid "Include desirable objects in your profile"
-msgstr "Inclua objetos desejáveis no seu perfil"
+#: ../../mod/mitem.php:133 ../../mod/mitem.php:176
+msgid "Menu Item Permissions"
+msgstr "Permissões do item do menu"
-#: ../../mod/bookmarks.php:38
-msgid "Bookmark added"
-msgstr "O link foi guardado"
+#: ../../mod/mitem.php:136 ../../mod/mitem.php:180
+msgid "Link text"
+msgstr "Texto do link"
-#: ../../mod/bookmarks.php:58
-msgid "My Bookmarks"
-msgstr "Meus links guardados"
+#: ../../mod/mitem.php:137 ../../mod/mitem.php:181
+msgid "URL of link"
+msgstr "URL do link"
-#: ../../mod/bookmarks.php:69
-msgid "My Connections Bookmarks"
-msgstr "Links guardados das minhas conexões"
+#: ../../mod/mitem.php:138 ../../mod/mitem.php:182
+msgid "Use Red magic-auth if available"
+msgstr "Usar <em>Red magic-auth</em> se disponível"
-#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
-msgid "Invalid profile identifier."
-msgstr "Identificador de perfil inválido."
+#: ../../mod/mitem.php:139 ../../mod/mitem.php:183
+msgid "Open link in new window"
+msgstr "Abrir link em uma nova janela"
-#: ../../mod/profperm.php:110
-msgid "Profile Visibility Editor"
-msgstr "Editor de visibilidade do perfil"
+#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
+msgid "Order in list"
+msgstr "Ordem na lista"
-#: ../../mod/profperm.php:114
-msgid "Click on a contact to add or remove."
-msgstr "Clique em um contato para adicionar ou remover."
+#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
+msgid "Higher numbers will sink to bottom of listing"
+msgstr "Números mais altos descem para o fim da lista"
-#: ../../mod/profperm.php:123
-msgid "Visible To"
-msgstr "Visível para"
+#: ../../mod/mitem.php:154
+msgid "Menu item not found."
+msgstr "O item de menu não foi encontrado."
-#: ../../mod/profperm.php:139 ../../mod/connections.php:277
-msgid "All Connections"
-msgstr "Todas as conexões"
+#: ../../mod/mitem.php:163
+msgid "Menu item deleted."
+msgstr "O item de menu foi deletado."
-#: ../../mod/pubsites.php:16
-msgid "Public Sites"
-msgstr "Sites públicos"
+#: ../../mod/mitem.php:165
+msgid "Menu item could not be deleted."
+msgstr "Não foi possível deletar o item de menu."
-#: ../../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 "Os sites listados permitem ao público geral registrar contas na Red Matrix. Todos os sites na matrix são interligados, portanto ser membro em qualquer um deles te torna membro na matrix como um todo. Alguns sites podem solicitar uma assinatura ou prover planos em níveis. Os links para cada provedor <strong>podem</strong> fornecer mais detalhes."
+#: ../../mod/mitem.php:174
+msgid "Edit Menu Element"
+msgstr "Editar elemento de menu"
-#: ../../mod/pubsites.php:25
-msgid "Site URL"
-msgstr "URL do site"
+#: ../../mod/mitem.php:186 ../../mod/menu.php:114
+msgid "Modify"
+msgstr "Modificar"
-#: ../../mod/pubsites.php:25
-msgid "Access Type"
-msgstr "Tipo de acesso"
+#: ../../mod/subthread.php:103
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s está acompanhando %3$s de %2$s"
-#: ../../mod/pubsites.php:25
-msgid "Registration Policy"
-msgstr "Política de registro"
+#: ../../mod/regmod.php:12
+msgid "Please login."
+msgstr "Por favor, autentique-se."
-#: ../../mod/channel.php:25 ../../mod/chat.php:19
-msgid "You must be logged in to see this page."
-msgstr "Você precisa estar autenticado para ver esta página."
+#: ../../mod/mood.php:132
+msgid "Set your current mood and tell your friends"
+msgstr "Marque seu humor atual e compartilhe com seus amigos"
-#: ../../mod/channel.php:86
-msgid "Insufficient permissions. Request redirected to profile page."
-msgstr "Permissões insuficientes. Requisição redirecionada para a página de perfil."
+#: ../../mod/lockview.php:30 ../../mod/lockview.php:36
+msgid "Remote privacy information not available."
+msgstr "Não existe informação disponível sobre a privacidade remota."
-#: ../../mod/chanview.php:93
-msgid "toggle full screen mode"
-msgstr "alternar o mode de tela inteira"
+#: ../../mod/lockview.php:45
+msgid "Visible to:"
+msgstr "Visível para:"
#: ../../mod/rbmark.php:88
msgid "Select a bookmark folder"
@@ -4548,7 +5192,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,367 +5200,217 @@ 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
-msgid "Room not found"
-msgstr "Sala não encontrada"
-
-#: ../../mod/chat.php:176
-msgid "Leave Room"
-msgstr "Sair da sala"
-
-#: ../../mod/chat.php:177
-msgid "I am away right now"
-msgstr "Eu estou ausente no momento"
-
-#: ../../mod/chat.php:178
-msgid "I am online"
-msgstr "Eu estou online"
-
-#: ../../mod/chat.php:180
-msgid "Bookmark this room"
-msgstr "Guarde esta sala"
-
-#: ../../mod/chat.php:204 ../../mod/chat.php:226
-msgid "New Chatroom"
-msgstr "Nova sala de bate-papo"
-
-#: ../../mod/chat.php:205
-msgid "Chatroom Name"
-msgstr "Nome da sala de bate-papo"
-
-#: ../../mod/chat.php:222
-#, php-format
-msgid "%1$s's Chatrooms"
-msgstr "Salas de bate-papo de %1$s"
-
-#: ../../mod/register.php:43
-msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
-msgstr "Número máximo de novos registros neste site excedido por hoje. Por favor, tente novamente amanhã."
-
-#: ../../mod/register.php:49
-msgid ""
-"Please indicate acceptance of the Terms of Service. Registration failed."
-msgstr "Por favor, indique a aceitação dos Termos de Serviço. Falha ao registrar."
+#: ../../mod/pdledit.php:13
+msgid "Layout updated."
+msgstr "Layout atualizado."
-#: ../../mod/register.php:77
-msgid "Passwords do not match."
-msgstr "Senhas não conferem."
+#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53
+msgid "Edit System Page Description"
+msgstr "Editar descrição de página do sistema"
-#: ../../mod/register.php:105
-msgid ""
-"Registration successful. Please check your email for validation "
-"instructions."
-msgstr "O registro foi bem sucedido. Por favor, verifique seu e-mail para confirmar o registro."
+#: ../../mod/pdledit.php:48
+msgid "Layout not found."
+msgstr "Layout não encontrado."
-#: ../../mod/register.php:111
-msgid "Your registration is pending approval by the site owner."
-msgstr "A aprovação do seu registro está pendente junto ao administrador do site."
+#: ../../mod/pdledit.php:54
+msgid "Module Name:"
+msgstr "Nome do módulo:"
-#: ../../mod/register.php:114
-msgid "Your registration can not be processed."
-msgstr "Não foi possível processar o seu registro."
+#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59
+msgid "Layout Help"
+msgstr "Ajuda de layout"
-#: ../../mod/register.php:147
-msgid "Registration on this site/hub is by approval only."
-msgstr "O registro neste site/hub requer aprovação."
+#: ../../mod/profile_photo.php:108
+msgid "Image uploaded but image cropping failed."
+msgstr "A imagem foi enviada, mas não foi possível cortá-la."
-#: ../../mod/register.php:148
-msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
-msgstr "<a href=\"pubsites\">Registre em um outro site/hub afiliado</a>"
+#: ../../mod/profile_photo.php:161
+msgid "Image resize failed."
+msgstr "Falha ao modificar o tamanho da imagem."
-#: ../../mod/register.php:156
+#: ../../mod/profile_photo.php:205
msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Este site excedeu o número máximo de registros de novas contas. Por favor, tente novamente amanhã."
-
-#: ../../mod/register.php:167
-msgid "Terms of Service"
-msgstr "Termos de Serviço"
-
-#: ../../mod/register.php:173
-#, php-format
-msgid "I accept the %s for this website"
-msgstr "Eu aceito os %s deste website."
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Se a nova foto não aparecer imediatamente, recarregue a página segurando a tecla \"shift\" ou limpe o cache do navegador, "
-#: ../../mod/register.php:175
+#: ../../mod/profile_photo.php:232
#, php-format
-msgid "I am over 13 years of age and accept the %s for this website"
-msgstr "Eu sou maior de 13 anos e aceito os %s deste website"
-
-#: ../../mod/register.php:194
-msgid "Membership on this site is by invitation only."
-msgstr "Novas contas neste site se dão apenas por convite."
-
-#: ../../mod/register.php:195
-msgid "Please enter your invitation code"
-msgstr "Por favor, digite o código do seu convite"
-
-#: ../../mod/register.php:198
-msgid "Your email address"
-msgstr "Seu endereço de e-mail"
-
-#: ../../mod/register.php:199
-msgid "Choose a password"
-msgstr "Escolha uma senha"
-
-#: ../../mod/register.php:200
-msgid "Please re-enter your password"
-msgstr "Por favor, digite sua senha novamente"
-
-#: ../../mod/chatsvc.php:111
-msgid "Away"
-msgstr "Ausente"
-
-#: ../../mod/chatsvc.php:115
-msgid "Online"
-msgstr "Online"
-
-#: ../../mod/regmod.php:12
-msgid "Please login."
-msgstr "Por favor, autentique-se."
-
-#: ../../mod/cloud.php:112
-msgid "Red Matrix - Guests: Username: {your email address}, Password: +++"
-msgstr "Red Matrix - Visitantes: Usuário: {seu endereço de e-mail}, Senha: +++"
-
-#: ../../mod/removeme.php:49
-msgid "Remove This Channel"
-msgstr "Remover este canal"
-
-#: ../../mod/removeme.php:50
-msgid ""
-"This will completely remove this channel from the network. Once this has "
-"been done it is not recoverable."
-msgstr "Isso irá remover completamente este canal da rede. Uma vez que seja feito não será possível recuperá-lo."
-
-#: ../../mod/removeme.php:51
-msgid "Please enter your password for verification:"
-msgstr "Por favor, digite a sua senha para verificação:"
-
-#: ../../mod/removeme.php:52
-msgid "Remove this channel and all its clones from the network"
-msgstr "Remover este canal e todos os seus clones da rede"
-
-#: ../../mod/removeme.php:52
-msgid ""
-"By default only the instance of the channel located on this hub will be "
-"removed from the network"
-msgstr "Por padrão, apenas a instância do canal localizada neste hub será removida da rede"
-
-#: ../../mod/removeme.php:53
-msgid "Remove Channel"
-msgstr "Remover canal"
-
-#: ../../mod/common.php:10
-msgid "No channel."
-msgstr "Nenhum canal."
-
-#: ../../mod/common.php:39
-msgid "Common connections"
-msgstr "Conexões em comum"
-
-#: ../../mod/common.php:44
-msgid "No connections in common."
-msgstr "Nenhuma conexão em comum."
-
-#: ../../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 "Encontramos um problema ao entrar com a OpenID fornecida. Por favor, verifique se digitou corretamente a ID."
-
-#: ../../mod/rmagic.php:38
-msgid "The error message was:"
-msgstr "A mensagem de erro foi:"
-
-#: ../../mod/rmagic.php:42
-msgid "Authentication failed."
-msgstr "A autenticação falhou."
-
-#: ../../mod/rmagic.php:78
-msgid "Remote Authentication"
-msgstr "Autenticação remota"
+msgid "Image exceeds size limit of %d"
+msgstr "A imagem excede o limite de tamanho de %d"
-#: ../../mod/rmagic.php:79
-msgid "Enter your channel address (e.g. channel@example.com)"
-msgstr "Entre o endereço do seu canal (e.g. canal@exemplo.com)"
+#: ../../mod/profile_photo.php:241
+msgid "Unable to process image."
+msgstr "Não foi possível processar a imagem."
-#: ../../mod/rmagic.php:80
-msgid "Authenticate"
-msgstr "Autenticar"
+#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339
+msgid "Photo not available."
+msgstr "A foto não está disponível."
-#: ../../mod/connect.php:55 ../../mod/connect.php:103
-msgid "Continue"
-msgstr "Continuar"
+#: ../../mod/profile_photo.php:358
+msgid "Upload File:"
+msgstr "Enviar arquivo:"
-#: ../../mod/connect.php:84
-msgid "Premium Channel Setup"
-msgstr "Configuração de canal premium"
+#: ../../mod/profile_photo.php:359
+msgid "Select a profile:"
+msgstr "Selecione um perfil:"
-#: ../../mod/connect.php:86
-msgid "Enable premium channel connection restrictions"
-msgstr "Habilitar restrições de canal premium para conexão"
+#: ../../mod/profile_photo.php:360
+msgid "Upload Profile Photo"
+msgstr "Enviar foto do perfil"
-#: ../../mod/connect.php:87
-msgid ""
-"Please enter your restrictions or conditions, such as paypal receipt, usage "
-"guidelines, etc."
-msgstr "Por favor, insira suas restrições ou condições, como um recibo de depósito, normas de conduta, etc."
+#: ../../mod/profile_photo.php:361
+msgid "Upload"
+msgstr "Enviar"
-#: ../../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 "Este canal pode exigir passos adicionais ou compreensão das seguintes condições antes de conectar:"
+#: ../../mod/profile_photo.php:365
+msgid "skip this step"
+msgstr "pule esta etapa"
-#: ../../mod/connect.php:90
-msgid ""
-"Potential connections will then see the following text before proceeding:"
-msgstr "Tentativas de conexões verão então o seguinte texto antes de prosseguir:"
+#: ../../mod/profile_photo.php:365
+msgid "select a photo from your photo albums"
+msgstr "selecione uma foto do seu álbum de fotos"
-#: ../../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 "Ao prosseguir, eu certifico que cumpri todas as instruções exibidas nesta página."
+#: ../../mod/profile_photo.php:379
+msgid "Crop Image"
+msgstr "Cortar a imagem"
-#: ../../mod/connect.php:100
-msgid "(No specific instructions have been provided by the channel owner.)"
-msgstr "(Nenhuma instrução foi especificada pelo dono do canal.)"
+#: ../../mod/profile_photo.php:380
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Por favor, ajuste o corte da imagem para a melhor visualização."
-#: ../../mod/connect.php:108
-msgid "Restricted or Premium Channel"
-msgstr "Canal restrito ou premium"
+#: ../../mod/profile_photo.php:382
+msgid "Done Editing"
+msgstr "Encerrar a edição"
-#: ../../mod/network.php:79
-msgid "No such group"
-msgstr "Este grupo não existe"
+#: ../../mod/profile_photo.php:425
+msgid "Image uploaded successfully."
+msgstr "A imagem foi enviada com sucesso."
-#: ../../mod/network.php:119
-msgid "Search Results For:"
-msgstr "Resultados da busca por:"
+#: ../../mod/profile_photo.php:427
+msgid "Image upload failed."
+msgstr "Não foi possível enviar a imagem."
-#: ../../mod/network.php:173
-msgid "Collection is empty"
-msgstr "A coleção está vazia"
+#: ../../mod/profile_photo.php:436
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Não foi possível reduzir o tamanho da imagem [%s]."
-#: ../../mod/network.php:181
-msgid "Collection: "
-msgstr "Coleção:"
+#: ../../mod/acl.php:239
+msgid "network"
+msgstr "+ rede"
-#: ../../mod/network.php:194
-msgid "Connection: "
-msgstr "Conexão:"
+#: ../../mod/menu.php:21
+msgid "Menu updated."
+msgstr "Menu atualizado."
-#: ../../mod/network.php:197
-msgid "Invalid connection."
-msgstr "Conexão inválida."
+#: ../../mod/menu.php:25
+msgid "Unable to update menu."
+msgstr "Não foi possível atualizar o menu."
-#: ../../mod/connections.php:37 ../../mod/connedit.php:64
-msgid "Could not access contact record."
-msgstr "Não foi possível acessar o registro do contato."
+#: ../../mod/menu.php:30
+msgid "Menu created."
+msgstr "O menu foi criado."
-#: ../../mod/connections.php:51 ../../mod/connedit.php:78
-msgid "Could not locate selected profile."
-msgstr "Não foi possível localizar o perfil selecionado."
+#: ../../mod/menu.php:34
+msgid "Unable to create menu."
+msgstr "Não foi possível criar o menu."
-#: ../../mod/connections.php:94 ../../mod/connedit.php:131
-msgid "Connection updated."
-msgstr "A conexão foi atualizada."
+#: ../../mod/menu.php:57
+msgid "Manage Menus"
+msgstr "Administrar menus"
-#: ../../mod/connections.php:96 ../../mod/connedit.php:133
-msgid "Failed to update connection record."
-msgstr "Não foi possível atualizar o registro da conexão."
+#: ../../mod/menu.php:60
+msgid "Drop"
+msgstr "Descartar"
-#: ../../mod/connections.php:191 ../../mod/connections.php:290
-msgid "Blocked"
-msgstr "Bloqueado"
+#: ../../mod/menu.php:62
+msgid "Create a new menu"
+msgstr "Criar um novo menu"
-#: ../../mod/connections.php:196 ../../mod/connections.php:297
-msgid "Ignored"
-msgstr "Ignorado"
+#: ../../mod/menu.php:63
+msgid "Delete this menu"
+msgstr "Deletar este menu"
-#: ../../mod/connections.php:201 ../../mod/connections.php:311
-msgid "Hidden"
-msgstr "Oculto"
+#: ../../mod/menu.php:64 ../../mod/menu.php:109
+msgid "Edit menu contents"
+msgstr "Editar os conteúdos do menu"
-#: ../../mod/connections.php:206 ../../mod/connections.php:304
-msgid "Archived"
-msgstr "Arquivado"
+#: ../../mod/menu.php:65
+msgid "Edit this menu"
+msgstr "Editar este menu"
-#: ../../mod/connections.php:229 ../../mod/connections.php:243
-msgid "All"
-msgstr "Todos"
+#: ../../mod/menu.php:80
+msgid "New Menu"
+msgstr "Novo menu"
-#: ../../mod/connections.php:238 ../../mod/connections.php:318
-msgid "Unconnected"
-msgstr "Não conectado"
+#: ../../mod/menu.php:81 ../../mod/menu.php:110
+msgid "Menu name"
+msgstr "Nome do menu"
-#: ../../mod/connections.php:268
-msgid "Suggest new connections"
-msgstr "Sugerir novas conexões"
+#: ../../mod/menu.php:81 ../../mod/menu.php:110
+msgid "Must be unique, only seen by you"
+msgstr "Deve ser único, exibido somente para você"
-#: ../../mod/connections.php:271
-msgid "New Connections"
-msgstr "Novas conexões"
+#: ../../mod/menu.php:82 ../../mod/menu.php:111
+msgid "Menu title"
+msgstr "Título do menu"
-#: ../../mod/connections.php:274
-msgid "Show pending (new) connections"
-msgstr "Exibir conexões pendentes (novas)"
+#: ../../mod/menu.php:82 ../../mod/menu.php:111
+msgid "Menu title as seen by others"
+msgstr "Título do menu quando visto por outros"
-#: ../../mod/connections.php:280
-msgid "Show all connections"
-msgstr "Exibir todas as conexões"
+#: ../../mod/menu.php:83 ../../mod/menu.php:112
+msgid "Allow bookmarks"
+msgstr "Habilitar links guardados"
-#: ../../mod/connections.php:283
-msgid "Unblocked"
-msgstr "Não bloqueado"
+#: ../../mod/menu.php:83 ../../mod/menu.php:112
+msgid "Menu may be used to store saved bookmarks"
+msgstr "O menu pode ser utilizado para armazenar links guardados"
-#: ../../mod/connections.php:286
-msgid "Only show unblocked connections"
-msgstr "Exibir apenas conexões não bloqueadas"
+#: ../../mod/menu.php:98
+msgid "Menu deleted."
+msgstr "Menu deletado."
-#: ../../mod/connections.php:293
-msgid "Only show blocked connections"
-msgstr "Exibir apenas conexões bloqueadas"
+#: ../../mod/menu.php:100
+msgid "Menu could not be deleted."
+msgstr "Não foi possível deletar o menu."
-#: ../../mod/connections.php:300
-msgid "Only show ignored connections"
-msgstr "Exibir apenas conexões ignoradas"
+#: ../../mod/menu.php:106
+msgid "Edit Menu"
+msgstr "Editar menu"
-#: ../../mod/connections.php:307
-msgid "Only show archived connections"
-msgstr "Exibir apenas conexões arquivadas"
+#: ../../mod/menu.php:108
+msgid "Add or remove entries to this menu"
+msgstr "Adicionar ou remover entradas deste menu"
-#: ../../mod/connections.php:314
-msgid "Only show hidden connections"
-msgstr "Exibir apenas conexões ocultas"
+#: ../../mod/block.php:27 ../../mod/page.php:35
+msgid "Invalid item."
+msgstr "Item inválido."
-#: ../../mod/connections.php:321
-msgid "Only show one-way connections"
-msgstr "Exibir apenas conexões de mão única"
+#: ../../mod/block.php:75 ../../mod/help.php:72 ../../mod/display.php:100
+#: ../../mod/page.php:83 ../../index.php:236
+msgid "Page not found."
+msgstr "Página não encontrada."
-#: ../../mod/connections.php:366
+#: ../../mod/tagger.php:98
#, php-format
-msgid "%1$s [%2$s]"
-msgstr "%1$s [%2$s]"
-
-#: ../../mod/connections.php:367
-msgid "Edit contact"
-msgstr "Editar o contato"
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s etiquetou %3$s de %2$s com %4$s"
-#: ../../mod/connections.php:388
-msgid "Search your connections"
-msgstr "Pesquisar em suas conexões"
+#: ../../mod/wall_upload.php:34
+msgid "Wall Photos"
+msgstr "Fotos do mural"
-#: ../../mod/connections.php:389
-msgid "Finding: "
-msgstr "Pesquisando: "
+#: ../../mod/openid.php:26
+msgid "OpenID protocol error. No ID returned."
+msgstr "Erro do protocolo OpenID. Nenhuma ID retornada."
-#: ../../mod/rpost.php:86 ../../mod/editpost.php:42
-msgid "Edit post"
-msgstr "Editar a publicação"
+#: ../../mod/suggest.php:35
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "Nenhuma sugestão disponível. Se este site é novo, por favor tente novamente em 24 horas."
#: ../../mod/connedit.php:243
msgid "Could not access address book record."
@@ -5042,10 +5536,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"
@@ -5221,529 +5711,37 @@ msgid ""
"Replies/likes to your public posts <strong>may</strong> still be visible"
msgstr "Respostas/reações às suas publicações públicas <strong>podem</strong> continuar visíveis."
-#: ../../mod/delegate.php:95
-msgid "No potential page delegates located."
-msgstr "Nenhum potencial delegado para páginas localizado."
-
-#: ../../mod/delegate.php:121
-msgid "Delegate Page Management"
-msgstr "Delegar administração de página"
-
-#: ../../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 "Delegados podem administrar todos os aspectos desta conta/página exceto pelas configurações básicas da conta. Por favor, não delegue sua conta pessoal para alguém que você não confie completamente."
-
-#: ../../mod/delegate.php:124
-msgid "Existing Page Managers"
-msgstr "Atuais administradores da página"
-
-#: ../../mod/delegate.php:126
-msgid "Existing Page Delegates"
-msgstr "Atuais delegados da página"
-
-#: ../../mod/delegate.php:128
-msgid "Potential Delegates"
-msgstr "Potenciais delegados"
-
-#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 ../../mod/photos.php:908
-msgid "Remove"
-msgstr "Remover"
-
-#: ../../mod/delegate.php:131
-msgid "Add"
-msgstr "Adicionar"
-
-#: ../../mod/delegate.php:132
-msgid "No entries."
-msgstr "Sem entradas."
-
-#: ../../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 "Acesso público negado."
-
-#: ../../mod/directory.php:146 ../../mod/dirprofile.php:95
-msgid "Gender: "
-msgstr "Gênero: "
-
-#: ../../mod/directory.php:207
-msgid "Finding:"
-msgstr "Pesquisando:"
-
-#: ../../mod/directory.php:215
-msgid "next page"
-msgstr "próxima página"
-
-#: ../../mod/directory.php:215
-msgid "previous page"
-msgstr "página anterior"
-
-#: ../../mod/directory.php:222
-msgid "No entries (some entries may be hidden)."
-msgstr "Nenhuma entrada (algumas entradas podem estar escondidas)."
-
-#: ../../mod/dirprofile.php:108
-msgid "Status: "
-msgstr "Status:"
-
-#: ../../mod/dirprofile.php:109
-msgid "Sexual Preference: "
-msgstr "Preferência sexual:"
-
-#: ../../mod/dirprofile.php:111
-msgid "Homepage: "
-msgstr "Website:"
-
-#: ../../mod/dirprofile.php:112
-msgid "Hometown: "
-msgstr "Cidade natal:"
-
-#: ../../mod/dirprofile.php:114
-msgid "About: "
-msgstr "Sobre:"
-
-#: ../../mod/dirprofile.php:162
-msgid "Keywords: "
-msgstr "Palavras-chave:"
-
-#: ../../mod/dirsearch.php:21
-msgid "This site is not a directory server"
-msgstr "Este site não é um servidor de diretório"
-
-#: ../../mod/settings.php:71
-msgid "Name is required"
-msgstr "O nome é obrigatório"
-
-#: ../../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."
-
-#: ../../mod/settings.php:199
-msgid "Empty passwords are not allowed. Password unchanged."
-msgstr "Não é permitido uma senha em branco. A senha não foi modificada."
-
-#: ../../mod/settings.php:212
-msgid "Password changed."
-msgstr "A senha foi modificada."
-
-#: ../../mod/settings.php:214
-msgid "Password update failed. Please try again."
-msgstr "Não foi possível atualizar a senha. Por favor, tente novamente."
-
-#: ../../mod/settings.php:228
-msgid "Not valid email."
-msgstr "Não é um e-mail válido"
-
-#: ../../mod/settings.php:231
-msgid "Protected email address. Cannot change to that email."
-msgstr "Endereço de e-mail protegido. Não é possível mudar para esse e-mail."
-
-#: ../../mod/settings.php:240
-msgid "System failure storing new email. Please try again."
-msgstr "Falha do sistema ao armazenar novo e-mail. Por favor, tente novamente."
-
-#: ../../mod/settings.php:443
-msgid "Settings updated."
-msgstr "As configurações foram atualizadas."
-
-#: ../../mod/settings.php:514 ../../mod/settings.php:540
-#: ../../mod/settings.php:576
-msgid "Add application"
-msgstr "Adicionar aplicação"
-
-#: ../../mod/settings.php:517
-msgid "Name of application"
-msgstr "Nome da aplicação"
-
-#: ../../mod/settings.php:518 ../../mod/settings.php:544
-msgid "Consumer Key"
-msgstr "Chave de consumidor"
-
-#: ../../mod/settings.php:518 ../../mod/settings.php:519
-msgid "Automatically generated - change if desired. Max length 20"
-msgstr "Gerado automaticamente - troque se desejável. Comprimento máximo 20"
-
-#: ../../mod/settings.php:519 ../../mod/settings.php:545
-msgid "Consumer Secret"
-msgstr "Segredo de consumidor"
-
-#: ../../mod/settings.php:520 ../../mod/settings.php:546
-msgid "Redirect"
-msgstr "Redirecionamento"
-
-#: ../../mod/settings.php:520
-msgid ""
-"Redirect URI - leave blank unless your application specifically requires "
-"this"
-msgstr "URI de redirecionamento - deixe em branco, a não ser que sua aplicação especificamente requeira isso"
-
-#: ../../mod/settings.php:521 ../../mod/settings.php:547
-msgid "Icon url"
-msgstr "URL do ícone"
-
-#: ../../mod/settings.php:521
-msgid "Optional"
-msgstr "Opcional"
-
-#: ../../mod/settings.php:532
-msgid "You can't edit this application."
-msgstr "Você não pode editar esta aplicação."
-
-#: ../../mod/settings.php:575
-msgid "Connected Apps"
-msgstr "Aplicações conectadas"
-
-#: ../../mod/settings.php:579
-msgid "Client key starts with"
-msgstr "Chave do cliente começa com"
-
-#: ../../mod/settings.php:580
-msgid "No name"
-msgstr "Sem nome"
-
-#: ../../mod/settings.php:581
-msgid "Remove authorization"
-msgstr "Remover autorização"
-
-#: ../../mod/settings.php:592
-msgid "No feature settings configured"
-msgstr "Não foi definida nenhuma configuração do recurso"
-
-#: ../../mod/settings.php:600
-msgid "Feature Settings"
-msgstr "Configurações do recurso"
-
-#: ../../mod/settings.php:623
-msgid "Account Settings"
-msgstr "Configurações da conta"
-
-#: ../../mod/settings.php:624
-msgid "Password Settings"
-msgstr "Configurações da senha"
-
-#: ../../mod/settings.php:625
-msgid "New Password:"
-msgstr "Nova senha:"
-
-#: ../../mod/settings.php:626
-msgid "Confirm:"
-msgstr "Confirme:"
-
-#: ../../mod/settings.php:626
-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
-msgid "Email Address:"
-msgstr "Endereço de e-mail:"
-
-#: ../../mod/settings.php:629
-msgid "Remove Account"
-msgstr "Remover conta"
-
-#: ../../mod/settings.php:630
-msgid "Warning: This action is permanent and cannot be reversed."
-msgstr "Atenção: Esta ação é permanente e não pode ser revertida."
-
-#: ../../mod/settings.php:646
-msgid "Off"
-msgstr "Desligado"
-
-#: ../../mod/settings.php:646
-msgid "On"
-msgstr "Ligado"
-
-#: ../../mod/settings.php:653
-msgid "Additional Features"
-msgstr "Recursos adicionais"
-
-#: ../../mod/settings.php:678
-msgid "Connector Settings"
-msgstr "Configurações do conector"
-
-#: ../../mod/settings.php:749
-msgid "Display Settings"
-msgstr "Configurações de exibição"
-
-#: ../../mod/settings.php:755
-msgid "Display Theme:"
-msgstr "Tema do perfil:"
-
-#: ../../mod/settings.php:756
-msgid "Mobile Theme:"
-msgstr "Tema móvel:"
-
-#: ../../mod/settings.php:757
-msgid "Update browser every xx seconds"
-msgstr "Atualizar navegador a cada xx segundos"
-
-#: ../../mod/settings.php:757
-msgid "Minimum of 10 seconds, no maximum"
-msgstr "Mínimo de 10 segundos, sem máximo"
-
-#: ../../mod/settings.php:758
-msgid "Maximum number of conversations to load at any time:"
-msgstr "Número máximo permitido de conversas carregadas:"
-
-#: ../../mod/settings.php:758
-msgid "Maximum of 100 items"
-msgstr "Máximo de 100 itens"
-
-#: ../../mod/settings.php:759
-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
-msgid "System Page Layout Editor - (advanced)"
-msgstr "Editor de layout de página do sistema - (avançado)"
-
-#: ../../mod/settings.php:796
-msgid "Nobody except yourself"
-msgstr "Ninguém exceto você mesmo"
-
-#: ../../mod/settings.php:797
-msgid "Only those you specifically allow"
-msgstr "Apenas quem você der permissão"
-
-#: ../../mod/settings.php:798
-msgid "Anybody in your address book"
-msgstr "Qualquer um nos seus contatos"
-
-#: ../../mod/settings.php:799
-msgid "Anybody on this website"
-msgstr "Qualquer um neste site"
-
-#: ../../mod/settings.php:800
-msgid "Anybody in this network"
-msgstr "Qualquer um nesta rede"
-
-#: ../../mod/settings.php:801
-msgid "Anybody authenticated"
-msgstr "Qualquer um autenticado"
-
-#: ../../mod/settings.php:802
-msgid "Anybody on the internet"
-msgstr "Qualquer um na internet"
-
-#: ../../mod/settings.php:879
-msgid "Publish your default profile in the network directory"
-msgstr "Publicar seu perfil padrão no diretório da rede?"
-
-#: ../../mod/settings.php:884
-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
-msgid "Your channel address is"
-msgstr "O endereço do seu canal é"
-
-#: ../../mod/settings.php:927
-msgid "Channel Settings"
-msgstr "Configurações do canal"
-
-#: ../../mod/settings.php:936
-msgid "Basic Settings"
-msgstr "Configurações básicas"
-
-#: ../../mod/settings.php:939
-msgid "Your Timezone:"
-msgstr "Seu fuso horário:"
-
-#: ../../mod/settings.php:940
-msgid "Default Post Location:"
-msgstr "Localização padrão de suas publicações:"
-
-#: ../../mod/settings.php:940
-msgid "Geographical location to display on your posts"
-msgstr "Localização geográfica para exibir em suas publicações"
-
-#: ../../mod/settings.php:941
-msgid "Use Browser Location:"
-msgstr "Usar localizador do navegador:"
-
-#: ../../mod/settings.php:943
-msgid "Adult Content"
-msgstr "Conteúdo adulto"
-
-#: ../../mod/settings.php:943
-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
-msgid "Security and Privacy Settings"
-msgstr "Configurações de segurança e privacidade"
-
-#: ../../mod/settings.php:947
-msgid "Hide my online presence"
-msgstr "Esconda minha presença online"
-
-#: ../../mod/settings.php:947
-msgid "Prevents displaying in your profile that you are online"
-msgstr "Previne exibir em seu perfil que você está online"
-
-#: ../../mod/settings.php:949
-msgid "Simple Privacy Settings:"
-msgstr "Configurações de privacidade simples:"
-
-#: ../../mod/settings.php:950
-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
-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
-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
-msgid "Blocked - <em>default blocked to/from everybody</em>"
-msgstr "Bloqueado - <em>por padrão bloquado de/para todos</em>"
-
-#: ../../mod/settings.php:955
-msgid "Allow others to tag your posts"
-msgstr "Permitir que outros etiquetem suas publicações"
-
-#: ../../mod/settings.php:955
-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
-msgid "Advanced Privacy Settings"
-msgstr "Configurações de privacidade avançadas"
-
-#: ../../mod/settings.php:959
-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
-msgid "0 or blank prevents expiration"
-msgstr "0 ou em branco previne expiração"
-
-#: ../../mod/settings.php:960
-msgid "Maximum Friend Requests/Day:"
-msgstr "Número máximo de requisições de amizade por dia:"
-
-#: ../../mod/settings.php:960
-msgid "May reduce spam activity"
-msgstr "Pode reduzir a frequência de spam"
-
-#: ../../mod/settings.php:961
-msgid "Default Post Permissions"
-msgstr "Permissões padrão de publicação"
-
-#: ../../mod/settings.php:973
-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
-msgid "Useful to reduce spamming"
-msgstr "Útil para reduzir a frequência de spam"
-
-#: ../../mod/settings.php:976
-msgid "Notification Settings"
-msgstr "Configurações de notificação"
-
-#: ../../mod/settings.php:977
-msgid "By default post a status message when:"
-msgstr "Por padrão, publicar uma mensagem de status quando:"
-
-#: ../../mod/settings.php:978
-msgid "accepting a friend request"
-msgstr "aceitar um pedido de amizade"
-
-#: ../../mod/settings.php:979
-msgid "joining a forum/community"
-msgstr "associar-se a um fórum/comunidade"
-
-#: ../../mod/settings.php:980
-msgid "making an <em>interesting</em> profile change"
-msgstr "modificar algo <em>interessante</em> em seu perfil"
-
-#: ../../mod/settings.php:981
-msgid "Send a notification email when:"
-msgstr "Enviar um e-mail de notificação quando:"
-
-#: ../../mod/settings.php:982
-msgid "You receive a connection request"
-msgstr "Você recebe uma solicitação de conexão"
-
-#: ../../mod/settings.php:983
-msgid "Your connections are confirmed"
-msgstr "Suas conexões são confirmadas"
-
-#: ../../mod/settings.php:984
-msgid "Someone writes on your profile wall"
-msgstr "Alguém escrever no mural do seu perfil"
-
-#: ../../mod/settings.php:985
-msgid "Someone writes a followup comment"
-msgstr "Alguém comenta uma publicação"
-
-#: ../../mod/settings.php:986
-msgid "You receive a private message"
-msgstr "Você recebeu uma mensagem privada"
-
-#: ../../mod/settings.php:987
-msgid "You receive a friend suggestion"
-msgstr "Você recebe uma sugestão de amizade"
+#: ../../mod/message.php:31 ../../mod/mail.php:121
+msgid "Messages"
+msgstr "Mensagens"
-#: ../../mod/settings.php:988
-msgid "You are tagged in a post"
-msgstr "Você é mencionado num post"
+#: ../../mod/message.php:41
+msgid "Conversation removed."
+msgstr "A conversa foi removida."
-#: ../../mod/settings.php:989
-msgid "You are poked/prodded/etc. in a post"
-msgstr "Você foi cutucado/espetado/etc. numa publicação"
+#: ../../mod/message.php:56
+msgid "No messages."
+msgstr "Nenhuma mensagem."
-#: ../../mod/settings.php:992
-msgid "Advanced Account/Page Type Settings"
-msgstr "Configurações avançadas de conta/tipo de página"
+#: ../../mod/message.php:72 ../../mod/mail.php:292
+msgid "Delete message"
+msgstr "Excluir a mensagem"
-#: ../../mod/settings.php:993
-msgid "Change the behaviour of this account for special situations"
-msgstr "Mudar o comportamento dessa conta em situações especiais"
+#: ../../mod/message.php:74
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
-#: ../../mod/settings.php:996
-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/ping.php:192
+msgid "sent you a private message"
+msgstr "lhe enviou uma mensagem privada"
-#: ../../mod/settings.php:997
-msgid "Miscellaneous Settings"
-msgstr "Configurações miscelâneas"
+#: ../../mod/ping.php:250
+msgid "added your channel"
+msgstr "adicionou seu canal"
-#: ../../mod/settings.php:999
-msgid "Personal menu to display in your channel pages"
-msgstr "Menu pessoal para exibir nas páginas dos seus canais"
+#: ../../mod/ping.php:294
+msgid "posted an event"
+msgstr "publicou um evento"
#: ../../mod/setup.php:162
msgid "Red Matrix Server - Setup"
@@ -5773,7 +5771,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 +5779,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,396 +6052,441 @@ 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."
msgstr "IMPORTANTE: Você deve configurar [manualmente] uma tarefa agendada para o coletor."
-#: ../../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 "O item não foi encontrado"
+#: ../../mod/magic.php:70
+msgid "Hub not found."
+msgstr "O hub não foi encontrado."
-#: ../../mod/editblock.php:77
-msgid "Edit Block"
-msgstr "Editar bloco"
+#: ../../mod/invite.php:25
+msgid "Total invitation limit exceeded."
+msgstr "Foi excedido o número total de convites."
-#: ../../mod/editblock.php:87
-msgid "Delete block?"
-msgstr "Deletar bloco?"
+#: ../../mod/invite.php:49
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : Não é um endereço de e-mail válido."
-#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110
-#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147
-msgid "Insert YouTube video"
-msgstr "Inserir vídeo do YouTube"
+#: ../../mod/invite.php:76
+msgid "Please join us on Red"
+msgstr "Por favor, una-se a nós na Red"
-#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111
-#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148
-msgid "Insert Vorbis [.ogg] video"
-msgstr "Inserir vídeo Vorbis (.ogg)"
+#: ../../mod/invite.php:87
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Você excedeu o limite de convites. Por favor, entre em contato com o administrador do site."
-#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112
-#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149
-msgid "Insert Vorbis [.ogg] audio"
-msgstr "Inserir áudio Vorbis (.ogg)"
+#: ../../mod/invite.php:92
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : Não foi possível enviar a mensagem."
-#: ../../mod/editblock.php:153
-msgid "Delete Block"
-msgstr "Deletar bloco"
+#: ../../mod/invite.php:96
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d mensagem enviada."
+msgstr[1] "%d mensagens enviadas."
-#: ../../mod/pdledit.php:13
-msgid "Layout updated."
-msgstr "Layout atualizado."
+#: ../../mod/invite.php:115
+msgid "You have no more invitations available"
+msgstr "Você não possui mais convites disponíveis"
-#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53
-msgid "Edit System Page Description"
-msgstr "Editar descrição de página do sistema"
+#: ../../mod/invite.php:141
+msgid "Send invitations"
+msgstr "Enviar convites."
-#: ../../mod/pdledit.php:48
-msgid "Layout not found."
-msgstr "Layout não encontrado."
+#: ../../mod/invite.php:142
+msgid "Enter email addresses, one per line:"
+msgstr "Digite os endereços de e-mail, um por linha:"
-#: ../../mod/pdledit.php:54
-msgid "Module Name:"
-msgstr "Nome do módulo:"
+#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328
+msgid "Your message:"
+msgstr "Sua mensagem:"
-#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59
-msgid "Layout Help"
-msgstr "Ajuda de layout"
+#: ../../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 "Você está convidado a juntar-se a mim e alguns outros amigos próximos na Red Matrix - uma revolucionária nova ferramenta para comunicação e informação descentralizada."
-#: ../../mod/editlayout.php:72
-msgid "Edit Layout"
-msgstr "Editar layout"
+#: ../../mod/invite.php:146
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "Você deve informar este código de convite: $invite_code"
-#: ../../mod/editlayout.php:82
-msgid "Delete layout?"
-msgstr "Deletar layout?"
+#: ../../mod/invite.php:147
+msgid "Please visit my channel at"
+msgstr "Por favor, visite o meu canal em"
-#: ../../mod/editlayout.php:146
-msgid "Delete Layout"
-msgstr "Deletar layout"
+#: ../../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 "Após você se registrar (em qualquer site da Red Matrix - eles são todos interconectados!), peço que conecte-se comigo usando o endereço do meu canal:"
-#: ../../mod/editpost.php:31
-msgid "Item is not editable"
-msgstr "O item não está editável"
+#: ../../mod/invite.php:153
+msgid "Click the [Register] link on the following page to join."
+msgstr "Clique no link [Registrar] na seguinte página para participar."
-#: ../../mod/editpost.php:53
-msgid "Delete item?"
-msgstr "Deletar item?"
+#: ../../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 "Para maiores informações sobre o Projeto Red Matrix e porque ele tem potencial para mudar a Internet como a conhecemos, por favor visite: http://getzot.com"
-#: ../../mod/editwebpage.php:106
-msgid "Edit Webpage"
-msgstr "Editar página web"
+#: ../../mod/thing.php:98
+msgid "Thing updated"
+msgstr "A coisa foi atualizada"
-#: ../../mod/editwebpage.php:116
-msgid "Delete webpage?"
-msgstr "Deletar página web?"
+#: ../../mod/thing.php:158
+msgid "Object store: failed"
+msgstr "Armazenamento do objeto: falhou"
-#: ../../mod/editwebpage.php:187
-msgid "Delete Webpage"
-msgstr "Deletar página web"
+#: ../../mod/thing.php:162
+msgid "Thing added"
+msgstr "A coisa foi adicionada"
-#: ../../mod/siteinfo.php:57
+#: ../../mod/thing.php:182
#, php-format
-msgid "Version %s"
-msgstr "Versão %s"
+msgid "OBJ: %1$s %2$s %3$s"
+msgstr "OBJ: %1$s %2$s %3$s"
-#: ../../mod/siteinfo.php:76
-msgid "Installed plugins/addons/apps:"
-msgstr "Plugins/complementos/aplicações instalados:"
+#: ../../mod/thing.php:234
+msgid "Show Thing"
+msgstr "Exibir coisa"
-#: ../../mod/siteinfo.php:89
-msgid "No installed plugins/addons/apps"
-msgstr "Nenhum plugin/complemento/aplicação instalado"
+#: ../../mod/thing.php:241
+msgid "item not found."
+msgstr "o item não foi encontrado"
-#: ../../mod/siteinfo.php:97
-msgid "Red"
-msgstr "Red"
+#: ../../mod/thing.php:269
+msgid "Edit Thing"
+msgstr "Editar coisa"
-#: ../../mod/siteinfo.php:98
-msgid ""
-"This is a hub of the Red Matrix - a global cooperative network of "
-"decentralised privacy enhanced websites."
-msgstr "Este é um hub da Red Matrix - uma rede global cooperativa de websites descentralizados com privacidade aprimorada."
+#: ../../mod/thing.php:271 ../../mod/thing.php:318
+msgid "Select a profile"
+msgstr "Selecione um perfil"
-#: ../../mod/siteinfo.php:101
-msgid "Running at web location"
-msgstr "Sendo executado no endereço web"
+#: ../../mod/thing.php:273 ../../mod/thing.php:320
+msgid "Select a category of stuff. e.g. I ______ something"
+msgstr "Escolha uma categoria de coisas. e.g. Eu ______ algo"
-#: ../../mod/siteinfo.php:102
-msgid ""
-"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more "
-"about the Red Matrix."
-msgstr "Para aprender mais sobre a Red Matrix, visite <a href=\"http://getzot.com\">GetZot.com</a>."
+#: ../../mod/thing.php:275 ../../mod/thing.php:321
+msgid "Post an activity"
+msgstr "Publique uma atividade"
-#: ../../mod/siteinfo.php:103
-msgid "Bug reports and issues: please visit"
-msgstr "Relatos e acompanhamentos de erros podem ser encontrados em"
+#: ../../mod/thing.php:275 ../../mod/thing.php:321
+msgid "Only sends to viewers of the applicable profile"
+msgstr "Envia apenas para a audiência do perfil aplicável"
-#: ../../mod/siteinfo.php:106
-msgid ""
-"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot "
-"com"
-msgstr "Sugestões, elogios, etc - mande um e-mail para \"redmatrix\" arrôba librelist ponto com"
+#: ../../mod/thing.php:277 ../../mod/thing.php:323
+msgid "Name of thing e.g. something"
+msgstr "Nome da coisa e.g. coisinha"
-#: ../../mod/siteinfo.php:108
-msgid "Site Administrators"
-msgstr "Administradores do site"
+#: ../../mod/thing.php:279 ../../mod/thing.php:324
+msgid "URL of thing (optional)"
+msgstr "URL da coisa (opcional)"
-#: ../../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/thing.php:281 ../../mod/thing.php:325
+msgid "URL for photo of thing (optional)"
+msgstr "URL para foto da coisa (opcional)"
-#: ../../mod/events.php:290
-msgid "l, F j"
-msgstr "l, F j"
+#: ../../mod/thing.php:316
+msgid "Add Thing to your Profile"
+msgstr "Adicionar a coisa ao seu perfil"
-#: ../../mod/events.php:312
-msgid "Edit event"
-msgstr "Editar o evento"
+#: ../../mod/oexchange.php:23
+msgid "Unable to find your hub."
+msgstr "Não foi possível localizar seu hub."
-#: ../../mod/events.php:358
-msgid "Create New Event"
-msgstr "Criar um novo evento"
+#: ../../mod/oexchange.php:37
+msgid "Post successful."
+msgstr "Publicado com sucesso."
-#: ../../mod/events.php:359
-msgid "Previous"
-msgstr "Anterior"
+#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55
+msgid "Help:"
+msgstr "Ajuda:"
-#: ../../mod/events.php:431
-msgid "hour:minute"
-msgstr "hora:minuto"
+#: ../../mod/help.php:69 ../../index.php:233
+msgid "Not Found"
+msgstr "Não encontrada"
-#: ../../mod/events.php:450
-msgid "Event details"
-msgstr "Detalhes do evento"
+#: ../../mod/viewconnections.php:58
+msgid "No connections."
+msgstr "Nenhuma conexão."
-#: ../../mod/events.php:451
+#: ../../mod/viewconnections.php:70
#, 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:"
+msgid "Visit %s's profile [%s]"
+msgstr "Ver o perfil de %s [%s]"
-#: ../../mod/events.php:453 ../../mod/events.php:467
-msgid "Required"
-msgstr "Obrigatório"
+#: ../../mod/viewconnections.php:85
+msgid "View Connnections"
+msgstr "Ver conexões"
-#: ../../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/profperm.php:29 ../../mod/profperm.php:58
+msgid "Invalid profile identifier."
+msgstr "Identificador de perfil inválido."
-#: ../../mod/events.php:458
-msgid "Event Finishes:"
-msgstr "Término do evento:"
+#: ../../mod/profperm.php:110
+msgid "Profile Visibility Editor"
+msgstr "Editor de visibilidade do perfil"
-#: ../../mod/events.php:461
-msgid "Adjust for viewer timezone"
-msgstr "Ajustar para o fuso horário do visualizador"
+#: ../../mod/profperm.php:114
+msgid "Click on a contact to add or remove."
+msgstr "Clique em um contato para adicionar ou remover."
-#: ../../mod/events.php:463
-msgid "Description:"
-msgstr "Descrição:"
+#: ../../mod/profperm.php:123
+msgid "Visible To"
+msgstr "Visível para"
-#: ../../mod/events.php:467
-msgid "Title:"
-msgstr "Título:"
+#: ../../mod/register.php:43
+msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
+msgstr "Número máximo de novos registros neste site excedido por hoje. Por favor, tente novamente amanhã."
-#: ../../mod/events.php:469
-msgid "Share this event"
-msgstr "Compartilhar este evento"
+#: ../../mod/register.php:49
+msgid ""
+"Please indicate acceptance of the Terms of Service. Registration failed."
+msgstr "Por favor, indique a aceitação dos Termos de Serviço. Falha ao registrar."
-#: ../../mod/sources.php:32
-msgid "Failed to create source. No channel selected."
-msgstr "Falha ao criar a fonte. Nenhum canal selecionado."
+#: ../../mod/register.php:77
+msgid "Passwords do not match."
+msgstr "Senhas não conferem."
-#: ../../mod/sources.php:45
-msgid "Source created."
-msgstr "A fonte foi criada."
+#: ../../mod/register.php:105
+msgid ""
+"Registration successful. Please check your email for validation "
+"instructions."
+msgstr "O registro foi bem sucedido. Por favor, verifique seu e-mail para confirmar o registro."
-#: ../../mod/sources.php:57
-msgid "Source updated."
-msgstr "A fonte foi atualizada."
+#: ../../mod/register.php:111
+msgid "Your registration is pending approval by the site owner."
+msgstr "A aprovação do seu registro está pendente junto ao administrador do site."
-#: ../../mod/sources.php:82
-msgid "*"
-msgstr "*"
+#: ../../mod/register.php:114
+msgid "Your registration can not be processed."
+msgstr "Não foi possível processar o seu registro."
-#: ../../mod/sources.php:89
-msgid "Manage remote sources of content for your channel."
-msgstr "Administrar as fontes remotas de conteúdo para o seu canal."
+#: ../../mod/register.php:147
+msgid "Registration on this site/hub is by approval only."
+msgstr "O registro neste site/hub requer aprovação."
-#: ../../mod/sources.php:90 ../../mod/sources.php:100
-msgid "New Source"
-msgstr "Nova fonte"
+#: ../../mod/register.php:148
+msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
+msgstr "<a href=\"pubsites\">Registre em um outro site/hub afiliado</a>"
-#: ../../mod/sources.php:101 ../../mod/sources.php:133
+#: ../../mod/register.php:156
msgid ""
-"Import all or selected content from the following channel into this channel "
-"and distribute it according to your channel settings."
-msgstr "Importar todo ou uma seleção do conteúdo do seguinte canal para este canal, e distribuí-lo de acordo com as configurações do seu canal."
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Este site excedeu o número máximo de registros de novas contas. Por favor, tente novamente amanhã."
-#: ../../mod/sources.php:102 ../../mod/sources.php:134
-msgid "Only import content with these words (one per line)"
-msgstr "Importar apenas conteúd com estas palavras (uma por linha)"
+#: ../../mod/register.php:167
+msgid "Terms of Service"
+msgstr "Termos de Serviço"
-#: ../../mod/sources.php:102 ../../mod/sources.php:134
-msgid "Leave blank to import all public content"
-msgstr "Deixe em branco para importar todo o conteúdo público"
+#: ../../mod/register.php:173
+#, php-format
+msgid "I accept the %s for this website"
+msgstr "Eu aceito os %s deste website."
-#: ../../mod/sources.php:103 ../../mod/sources.php:137
-#: ../../mod/new_channel.php:110
-msgid "Channel Name"
-msgstr "Nome do canal"
+#: ../../mod/register.php:175
+#, php-format
+msgid "I am over 13 years of age and accept the %s for this website"
+msgstr "Eu sou maior de 13 anos e aceito os %s deste website"
-#: ../../mod/sources.php:123 ../../mod/sources.php:150
-msgid "Source not found."
-msgstr "A fonte não foi encontrada."
+#: ../../mod/register.php:194
+msgid "Membership on this site is by invitation only."
+msgstr "Novas contas neste site se dão apenas por convite."
-#: ../../mod/sources.php:130
-msgid "Edit Source"
-msgstr "Editar fonte"
+#: ../../mod/register.php:195
+msgid "Please enter your invitation code"
+msgstr "Por favor, digite o código do seu convite"
-#: ../../mod/sources.php:131
-msgid "Delete Source"
-msgstr "Deletar fonte"
+#: ../../mod/register.php:198
+msgid "Your email address"
+msgstr "Seu endereço de e-mail"
-#: ../../mod/sources.php:158
-msgid "Source removed"
-msgstr "A fonte foi removida."
+#: ../../mod/register.php:199
+msgid "Choose a password"
+msgstr "Escolha uma senha"
-#: ../../mod/sources.php:160
-msgid "Unable to remove source."
-msgstr "Não foi possível remover a fonte."
+#: ../../mod/register.php:200
+msgid "Please re-enter your password"
+msgstr "Por favor, digite sua senha novamente"
-#: ../../mod/filer.php:49
-msgid "- select -"
-msgstr "- selecionar -"
+#: ../../mod/network.php:79
+msgid "No such group"
+msgstr "Este grupo não existe"
-#: ../../mod/filestorage.php:68
-msgid "Permission Denied."
-msgstr "Permissão negada."
+#: ../../mod/network.php:119
+msgid "Search Results For:"
+msgstr "Resultados da busca por:"
-#: ../../mod/filestorage.php:85
-msgid "File not found."
-msgstr "O arquivo não foi encontrado."
+#: ../../mod/network.php:173
+msgid "Collection is empty"
+msgstr "A coleção está vazia"
-#: ../../mod/filestorage.php:121
-msgid "Edit file permissions"
-msgstr "Editar permissões do arquivo"
+#: ../../mod/network.php:181
+msgid "Collection: "
+msgstr "Coleção:"
-#: ../../mod/filestorage.php:129
-msgid "Set/edit permissions"
-msgstr "Definir/editar permissões"
+#: ../../mod/network.php:194
+msgid "Connection: "
+msgstr "Conexão:"
-#: ../../mod/filestorage.php:130
-msgid "Include all files and sub folders"
-msgstr "Incluir todos os arquivos e subpastas"
+#: ../../mod/network.php:197
+msgid "Invalid connection."
+msgstr "Conexão inválida."
-#: ../../mod/filestorage.php:131
-msgid "Return to file list"
-msgstr "Retornar à lista de arquivos"
+#: ../../mod/delegate.php:95
+msgid "No potential page delegates located."
+msgstr "Nenhum potencial delegado para páginas localizado."
-#: ../../mod/filestorage.php:133
-msgid "Copy/paste this code to attach file to a post"
-msgstr "Copiar/colar este código para anexar um arquivo a uma publicação"
+#: ../../mod/delegate.php:121
+msgid "Delegate Page Management"
+msgstr "Delegar administração de página"
-#: ../../mod/filestorage.php:134
-msgid "Copy/paste this URL to link file from a web page"
-msgstr "Copiar/colar este URL para linkar para o arquivo em uma página web"
+#: ../../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 "Delegados podem administrar todos os aspectos desta conta/página exceto pelas configurações básicas da conta. Por favor, não delegue sua conta pessoal para alguém que você não confie completamente."
-#: ../../mod/filestorage.php:171
-msgid "Download"
-msgstr "Baixar"
+#: ../../mod/delegate.php:124
+msgid "Existing Page Managers"
+msgstr "Atuais administradores da página"
-#: ../../mod/filestorage.php:177
-msgid "Used: "
-msgstr "Utilizado:"
+#: ../../mod/delegate.php:126
+msgid "Existing Page Delegates"
+msgstr "Atuais delegados da página"
-#: ../../mod/filestorage.php:178
-msgid "[directory]"
-msgstr "[diretório]"
+#: ../../mod/delegate.php:128
+msgid "Potential Delegates"
+msgstr "Potenciais delegados"
-#: ../../mod/filestorage.php:180
-msgid "Limit: "
-msgstr "Limite:"
+#: ../../mod/delegate.php:131
+msgid "Add"
+msgstr "Adicionar"
-#: ../../mod/follow.php:25
-msgid "Channel added."
-msgstr "Canal adicionado."
+#: ../../mod/delegate.php:132
+msgid "No entries."
+msgstr "Sem entradas."
-#: ../../mod/subthread.php:103
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s está acompanhando %3$s de %2$s"
+#: ../../mod/connect.php:55 ../../mod/connect.php:103
+msgid "Continue"
+msgstr "Continuar"
+
+#: ../../mod/connect.php:84
+msgid "Premium Channel Setup"
+msgstr "Configuração de canal premium"
+
+#: ../../mod/connect.php:86
+msgid "Enable premium channel connection restrictions"
+msgstr "Habilitar restrições de canal premium para conexão"
+
+#: ../../mod/connect.php:87
+msgid ""
+"Please enter your restrictions or conditions, such as paypal receipt, usage "
+"guidelines, etc."
+msgstr "Por favor, insira suas restrições ou condições, como um recibo de depósito, normas de conduta, etc."
+
+#: ../../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 "Este canal pode exigir passos adicionais ou compreensão das seguintes condições antes de conectar:"
+
+#: ../../mod/connect.php:90
+msgid ""
+"Potential connections will then see the following text before proceeding:"
+msgstr "Tentativas de conexões verão então o seguinte texto antes de prosseguir:"
+
+#: ../../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 "Ao prosseguir, eu certifico que cumpri todas as instruções exibidas nesta página."
+
+#: ../../mod/connect.php:100
+msgid "(No specific instructions have been provided by the channel owner.)"
+msgstr "(Nenhuma instrução foi especificada pelo dono do canal.)"
+
+#: ../../mod/connect.php:108
+msgid "Restricted or Premium Channel"
+msgstr "Canal restrito ou premium"
#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
msgid "Contact not found."
@@ -6462,11 +6505,131 @@ msgstr "Sugerir amigos"
msgid "Suggest a friend for %s"
msgstr "Sugerir um amigo para %s"
-#: ../../mod/suggest.php:35
+#: ../../mod/manage.php:64
+#, php-format
+msgid "You have created %1$.0f of %2$.0f allowed channels."
+msgstr "Você criou %1$.0f de %2$.0f canais permitidos."
+
+#: ../../mod/manage.php:72
+msgid "Create a new channel"
+msgstr "Criar um novo canal"
+
+#: ../../mod/manage.php:77
+msgid "Channel Manager"
+msgstr "Administrador do canal"
+
+#: ../../mod/manage.php:78
+msgid "Current Channel"
+msgstr "Canal atual"
+
+#: ../../mod/manage.php:80
+msgid "Attach to one of your channels by selecting it."
+msgstr "Selecione um dos seus canais para utilizá-lo."
+
+#: ../../mod/manage.php:81
+msgid "Default Channel"
+msgstr "Canal padrão"
+
+#: ../../mod/manage.php:82
+msgid "Make Default"
+msgstr "Tornar padrão"
+
+#: ../../mod/removeme.php:49
+msgid "Remove This Channel"
+msgstr "Remover este canal"
+
+#: ../../mod/removeme.php:50
msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "Nenhuma sugestão disponível. Se este site é novo, por favor tente novamente em 24 horas."
+"This will completely remove this channel from the network. Once this has "
+"been done it is not recoverable."
+msgstr "Isso irá remover completamente este canal da rede. Uma vez que seja feito não será possível recuperá-lo."
+
+#: ../../mod/removeme.php:51
+msgid "Please enter your password for verification:"
+msgstr "Por favor, digite a sua senha para verificação:"
+
+#: ../../mod/removeme.php:52
+msgid "Remove this channel and all its clones from the network"
+msgstr "Remover este canal e todos os seus clones da rede"
+
+#: ../../mod/removeme.php:52
+msgid ""
+"By default only the instance of the channel located on this hub will be "
+"removed from the network"
+msgstr "Por padrão, apenas a instância do canal localizada neste hub será removida da rede"
+
+#: ../../mod/removeme.php:53
+msgid "Remove Channel"
+msgstr "Remover canal"
+
+#: ../../mod/editpost.php:20 ../../mod/editwebpage.php:32
+#: ../../mod/editblock.php:8 ../../mod/editblock.php:27
+#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36
+msgid "Item not found"
+msgstr "O item não foi encontrado"
+
+#: ../../mod/editpost.php:31
+msgid "Item is not editable"
+msgstr "O item não está editável"
+
+#: ../../mod/editpost.php:42 ../../mod/rpost.php:86
+msgid "Edit post"
+msgstr "Editar a publicação"
+
+#: ../../mod/editpost.php:53
+msgid "Delete item?"
+msgstr "Deletar item?"
+
+#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147
+#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110
+msgid "Insert YouTube video"
+msgstr "Inserir vídeo do YouTube"
+
+#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148
+#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111
+msgid "Insert Vorbis [.ogg] video"
+msgstr "Inserir vídeo Vorbis (.ogg)"
+
+#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149
+#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112
+msgid "Insert Vorbis [.ogg] audio"
+msgstr "Inserir áudio Vorbis (.ogg)"
+
+#: ../../mod/editwebpage.php:106
+msgid "Edit Webpage"
+msgstr "Editar página web"
+
+#: ../../mod/editwebpage.php:116
+msgid "Delete webpage?"
+msgstr "Deletar página web?"
+
+#: ../../mod/editwebpage.php:187
+msgid "Delete Webpage"
+msgstr "Deletar página web"
+
+#: ../../mod/poke.php:159
+msgid "Poke/Prod"
+msgstr "Cutucar/Espetar"
+
+#: ../../mod/poke.php:160
+msgid "poke, prod or do other things to somebody"
+msgstr "Cutucar, espetar ou fazer outras coisas a alguém"
+
+#: ../../mod/poke.php:161
+msgid "Recipient"
+msgstr "Destinatário"
+
+#: ../../mod/poke.php:162
+msgid "Choose what you wish to do to recipient"
+msgstr "Escolha o que você deseja fazer com seu alvo"
+
+#: ../../mod/poke.php:165
+msgid "Make this post private"
+msgstr "Torne esta publicação privada"
+
+#: ../../mod/blocks.php:66
+msgid "Block Name"
+msgstr "Nome do bloco"
#: ../../mod/group.php:20
msgid "Collection created."
@@ -6516,19 +6679,6 @@ msgstr "Todas os canais conectados"
msgid "Click on a channel to add or remove."
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"
-
-#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55
-msgid "Help:"
-msgstr "Ajuda:"
-
-#: ../../mod/help.php:69 ../../index.php:223
-msgid "Not Found"
-msgstr "Não encontrada"
-
#: ../../mod/tagrm.php:41
msgid "Tag removed"
msgstr "A etiqueta foi removida"
@@ -6541,71 +6691,270 @@ msgstr "Remover a etiqueta de item"
msgid "Select a tag to remove: "
msgstr "Selecione uma etiqueta para remover: "
-#: ../../mod/home.php:89
+#: ../../mod/attach.php:9
+msgid "Item not available."
+msgstr "O item não está disponível."
+
+#: ../../mod/item.php:147
+msgid "Unable to locate original post."
+msgstr "Não foi possível localizar a publicação original."
+
+#: ../../mod/item.php:352
+msgid "Empty post discarded."
+msgstr "A publicação em branco foi descartada."
+
+#: ../../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:806
+msgid "System error. Post not saved."
+msgstr "Erro no sistema. A publicação não foi salva."
+
+#: ../../mod/item.php:1249
#, php-format
-msgid "Welcome to %s"
-msgstr "Bem-vindo(a) a %s"
+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/thing.php:98
-msgid "Thing updated"
-msgstr "A coisa foi atualizada"
+#: ../../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."
-#: ../../mod/thing.php:158
-msgid "Object store: failed"
-msgstr "Armazenamento do objeto: falhou"
+#: ../../mod/cloud.php:112
+msgid "Red Matrix - Guests: Username: {your email address}, Password: +++"
+msgstr "Red Matrix - Visitantes: Usuário: {seu endereço de e-mail}, Senha: +++"
-#: ../../mod/thing.php:162
-msgid "Thing added"
-msgstr "A coisa foi adicionada"
+#: ../../mod/chatsvc.php:111
+msgid "Away"
+msgstr "Ausente"
-#: ../../mod/thing.php:182
+#: ../../mod/chatsvc.php:115
+msgid "Online"
+msgstr "Online"
+
+#: ../../mod/directory.php:207
+msgid "Finding:"
+msgstr "Pesquisando:"
+
+#: ../../mod/directory.php:215
+msgid "next page"
+msgstr "próxima página"
+
+#: ../../mod/directory.php:215
+msgid "previous page"
+msgstr "página anterior"
+
+#: ../../mod/directory.php:222
+msgid "No entries (some entries may be hidden)."
+msgstr "Nenhuma entrada (algumas entradas podem estar escondidas)."
+
+#: ../../mod/match.php:16
+msgid "Profile Match"
+msgstr "Correspondência de perfil"
+
+#: ../../mod/match.php:24
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Nenhuma palavra-chave para combinar. Por favor, adicione palavras-chave ao seu perfil padrão."
+
+#: ../../mod/match.php:61
+msgid "is interested in:"
+msgstr "se interessa por:"
+
+#: ../../mod/match.php:69
+msgid "No matches"
+msgstr "Nenhuma correspondência"
+
+#: ../../mod/dirsearch.php:21
+msgid "This site is not a directory server"
+msgstr "Este site não é um servidor de diretório"
+
+#: ../../mod/siteinfo.php:57
#, php-format
-msgid "OBJ: %1$s %2$s %3$s"
-msgstr "OBJ: %1$s %2$s %3$s"
+msgid "Version %s"
+msgstr "Versão %s"
-#: ../../mod/thing.php:234
-msgid "Show Thing"
-msgstr "Exibir coisa"
+#: ../../mod/siteinfo.php:76
+msgid "Installed plugins/addons/apps:"
+msgstr "Plugins/complementos/aplicações instalados:"
-#: ../../mod/thing.php:241
-msgid "item not found."
-msgstr "o item não foi encontrado"
+#: ../../mod/siteinfo.php:89
+msgid "No installed plugins/addons/apps"
+msgstr "Nenhum plugin/complemento/aplicação instalado"
-#: ../../mod/thing.php:269
-msgid "Edit Thing"
-msgstr "Editar coisa"
+#: ../../mod/siteinfo.php:97
+msgid "Red"
+msgstr "Red"
-#: ../../mod/thing.php:271 ../../mod/thing.php:318
-msgid "Select a profile"
-msgstr "Selecione um perfil"
+#: ../../mod/siteinfo.php:98
+msgid ""
+"This is a hub of the Red Matrix - a global cooperative network of "
+"decentralised privacy enhanced websites."
+msgstr "Este é um hub da Red Matrix - uma rede global cooperativa de websites descentralizados com privacidade aprimorada."
-#: ../../mod/thing.php:273 ../../mod/thing.php:320
-msgid "Select a category of stuff. e.g. I ______ something"
-msgstr "Escolha uma categoria de coisas. e.g. Eu ______ algo"
+#: ../../mod/siteinfo.php:101
+msgid "Running at web location"
+msgstr "Sendo executado no endereço web"
-#: ../../mod/thing.php:275 ../../mod/thing.php:321
-msgid "Post an activity"
-msgstr "Publique uma atividade"
+#: ../../mod/siteinfo.php:102
+msgid ""
+"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more "
+"about the Red Matrix."
+msgstr "Para aprender mais sobre a Red Matrix, visite <a href=\"http://getzot.com\">GetZot.com</a>."
-#: ../../mod/thing.php:275 ../../mod/thing.php:321
-msgid "Only sends to viewers of the applicable profile"
-msgstr "Envia apenas para a audiência do perfil aplicável"
+#: ../../mod/siteinfo.php:103
+msgid "Bug reports and issues: please visit"
+msgstr "Relatos e acompanhamentos de erros podem ser encontrados em"
-#: ../../mod/thing.php:277 ../../mod/thing.php:323
-msgid "Name of thing e.g. something"
-msgstr "Nome da coisa e.g. coisinha"
+#: ../../mod/siteinfo.php:106
+msgid ""
+"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot "
+"com"
+msgstr "Sugestões, elogios, etc - mande um e-mail para \"redmatrix\" arrôba librelist ponto com"
-#: ../../mod/thing.php:279 ../../mod/thing.php:324
-msgid "URL of thing (optional)"
-msgstr "URL da coisa (opcional)"
+#: ../../mod/siteinfo.php:108
+msgid "Site Administrators"
+msgstr "Administradores do site"
-#: ../../mod/thing.php:281 ../../mod/thing.php:325
-msgid "URL for photo of thing (optional)"
-msgstr "URL para foto da coisa (opcional)"
+#: ../../mod/appman.php:28 ../../mod/appman.php:44
+msgid "App installed."
+msgstr "Aplicativo instalado"
-#: ../../mod/thing.php:316
-msgid "Add Thing to your Profile"
-msgstr "Adicionar a coisa ao seu perfil"
+#: ../../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:91 ../../mod/appman.php:92 ../../mod/events.php:473
+#: ../../mod/events.php:487
+msgid "Required"
+msgstr "Obrigatório"
+
+#: ../../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"
+
+#: ../../mod/sources.php:32
+msgid "Failed to create source. No channel selected."
+msgstr "Falha ao criar a fonte. Nenhum canal selecionado."
+
+#: ../../mod/sources.php:45
+msgid "Source created."
+msgstr "A fonte foi criada."
+
+#: ../../mod/sources.php:57
+msgid "Source updated."
+msgstr "A fonte foi atualizada."
+
+#: ../../mod/sources.php:82
+msgid "*"
+msgstr "*"
+
+#: ../../mod/sources.php:89
+msgid "Manage remote sources of content for your channel."
+msgstr "Administrar as fontes remotas de conteúdo para o seu canal."
+
+#: ../../mod/sources.php:90 ../../mod/sources.php:100
+msgid "New Source"
+msgstr "Nova fonte"
+
+#: ../../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 "Importar todo ou uma seleção do conteúdo do seguinte canal para este canal, e distribuí-lo de acordo com as configurações do seu canal."
+
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Only import content with these words (one per line)"
+msgstr "Importar apenas conteúd com estas palavras (uma por linha)"
+
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Leave blank to import all public content"
+msgstr "Deixe em branco para importar todo o conteúdo público"
+
+#: ../../mod/sources.php:123 ../../mod/sources.php:150
+msgid "Source not found."
+msgstr "A fonte não foi encontrada."
+
+#: ../../mod/sources.php:130
+msgid "Edit Source"
+msgstr "Editar fonte"
+
+#: ../../mod/sources.php:131
+msgid "Delete Source"
+msgstr "Deletar fonte"
+
+#: ../../mod/sources.php:158
+msgid "Source removed"
+msgstr "A fonte foi removida."
+
+#: ../../mod/sources.php:160
+msgid "Unable to remove source."
+msgstr "Não foi possível remover a fonte."
+
+#: ../../mod/pubsites.php:16
+msgid "Public Sites"
+msgstr "Sites públicos"
+
+#: ../../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 "Os sites listados permitem ao público geral registrar contas na Red Matrix. Todos os sites na matrix são interligados, portanto ser membro em qualquer um deles te torna membro na matrix como um todo. Alguns sites podem solicitar uma assinatura ou prover planos em níveis. Os links para cada provedor <strong>podem</strong> fornecer mais detalhes."
+
+#: ../../mod/pubsites.php:25
+msgid "Site URL"
+msgstr "URL do site"
+
+#: ../../mod/pubsites.php:25
+msgid "Access Type"
+msgstr "Tipo de acesso"
+
+#: ../../mod/pubsites.php:25
+msgid "Registration Policy"
+msgstr "Política de registro"
+
+#: ../../mod/pubsites.php:25 ../../mod/profiles.php:344
+msgid "Location"
+msgstr "Localização"
#: ../../mod/import.php:36
msgid "Nothing to import."
@@ -6684,227 +7033,9 @@ msgstr "Para qualquer das opções, por favor escolha se deseja fazer deste hub
msgid "Make this hub my primary location"
msgstr "Faça deste hub meu local primário"
-#: ../../mod/invite.php:25
-msgid "Total invitation limit exceeded."
-msgstr "Foi excedido o número total de convites."
-
-#: ../../mod/invite.php:49
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : Não é um endereço de e-mail válido."
-
-#: ../../mod/invite.php:76
-msgid "Please join us on Red"
-msgstr "Por favor, una-se a nós na Red"
-
-#: ../../mod/invite.php:87
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "Você excedeu o limite de convites. Por favor, entre em contato com o administrador do site."
-
-#: ../../mod/invite.php:92
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Não foi possível enviar a mensagem."
-
-#: ../../mod/invite.php:96
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d mensagem enviada."
-msgstr[1] "%d mensagens enviadas."
-
-#: ../../mod/invite.php:115
-msgid "You have no more invitations available"
-msgstr "Você não possui mais convites disponíveis"
-
-#: ../../mod/invite.php:141
-msgid "Send invitations"
-msgstr "Enviar convites."
-
-#: ../../mod/invite.php:142
-msgid "Enter email addresses, one per line:"
-msgstr "Digite os endereços de e-mail, um por linha:"
-
-#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328
-msgid "Your message:"
-msgstr "Sua mensagem:"
-
-#: ../../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 "Você está convidado a juntar-se a mim e alguns outros amigos próximos na Red Matrix - uma revolucionária nova ferramenta para comunicação e informação descentralizada."
-
-#: ../../mod/invite.php:146
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "Você deve informar este código de convite: $invite_code"
-
-#: ../../mod/invite.php:147
-msgid "Please visit my channel at"
-msgstr "Por favor, visite o meu canal em"
-
-#: ../../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 "Após você se registrar (em qualquer site da Red Matrix - eles são todos interconectados!), peço que conecte-se comigo usando o endereço do meu canal:"
-
-#: ../../mod/invite.php:153
-msgid "Click the [Register] link on the following page to join."
-msgstr "Clique no link [Registrar] na seguinte página para participar."
-
-#: ../../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 "Para maiores informações sobre o Projeto Red Matrix e porque ele tem potencial para mudar a Internet como a conhecemos, por favor visite: http://getzot.com"
-
-#: ../../mod/item.php:147
-msgid "Unable to locate original post."
-msgstr "Não foi possível localizar a publicação original."
-
-#: ../../mod/item.php:345
-msgid "Empty post discarded."
-msgstr "A publicação em branco foi descartada."
-
-#: ../../mod/item.php:385
-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
-msgid "System error. Post not saved."
-msgstr "Erro no sistema. A publicação não foi salva."
-
-#: ../../mod/item.php:1237
-#, 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
-#, php-format
-msgid "You have reached your limit of %1$.0f webpages."
-msgstr "Você atingiu o seu limite de %1$.0f páginas web."
-
-#: ../../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 "[Conteúdo incorporado - recarregue a página para ver]"
-
-#: ../../mod/layouts.php:62
-msgid "Help with this feature"
-msgstr "Ajuda com este recurso"
-
-#: ../../mod/layouts.php:84
-msgid "Layout Name"
-msgstr "Nome do layout"
-
-#: ../../mod/lockview.php:30 ../../mod/lockview.php:36
-msgid "Remote privacy information not available."
-msgstr "Não existe informação disponível sobre a privacidade remota."
-
-#: ../../mod/lockview.php:45
-msgid "Visible to:"
-msgstr "Visível para:"
-
-#: ../../mod/viewconnections.php:50
-msgid "No connections."
-msgstr "Nenhuma conexão."
-
-#: ../../mod/viewconnections.php:62
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Ver o perfil de %s [%s]"
-
-#: ../../mod/viewconnections.php:77
-msgid "View Connnections"
-msgstr "Ver conexões"
-
-#: ../../mod/lostpass.php:15
-msgid "No valid account found."
-msgstr "Não foi encontrada uma conta válida."
-
-#: ../../mod/lostpass.php:29
-msgid "Password reset request issued. Check your email."
-msgstr "A solicitação de restauração de senha foi encaminhada. Verifique seu e-mail."
-
-#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102
-#, php-format
-msgid "Site Member (%s)"
-msgstr "Membro do site (%s)"
-
-#: ../../mod/lostpass.php:40
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Foi feita uma solicitação de restauração de senha em %s"
-
-#: ../../mod/lostpass.php:63
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi restaurada."
-
-#: ../../mod/lostpass.php:85 ../../boot.php:1462
-msgid "Password Reset"
-msgstr "Reiniciar a senha"
-
-#: ../../mod/lostpass.php:86
-msgid "Your password has been reset as requested."
-msgstr "Sua senha foi restaurada, conforme solicitado."
-
-#: ../../mod/lostpass.php:87
-msgid "Your new password is"
-msgstr "Sua nova senha é"
-
-#: ../../mod/lostpass.php:88
-msgid "Save or copy your new password - and then"
-msgstr "Salve ou copie a sua nova senha e, então"
-
-#: ../../mod/lostpass.php:89
-msgid "click here to login"
-msgstr "clique aqui para entrar"
-
-#: ../../mod/lostpass.php:90
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Sua senha pode ser alterada na página de <em>Configurações</em> após você entrar em sua conta."
-
-#: ../../mod/lostpass.php:107
-#, php-format
-msgid "Your password has changed at %s"
-msgstr "Sua senha foi modificada em %s"
-
-#: ../../mod/lostpass.php:122
-msgid "Forgot your Password?"
-msgstr "Esqueceu a sua senha?"
-
-#: ../../mod/lostpass.php:123
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Digite o seu endereço de e-mail e clique em 'Restaurar' para prosseguir com a restauração da sua senha. Após isso, verifique seu e-mail para mais instruções."
-
-#: ../../mod/lostpass.php:124
-msgid "Email Address"
-msgstr "Endereço de e-mail"
-
-#: ../../mod/lostpass.php:125
-msgid "Reset"
-msgstr "Restaurar"
-
-#: ../../mod/magic.php:70
-msgid "Hub not found."
-msgstr "O hub não foi encontrado."
-
-#: ../../mod/vote.php:97
-msgid "Total votes"
-msgstr "Votos totais"
-
-#: ../../mod/vote.php:98
-msgid "Average Rating"
-msgstr "Média das avaliações"
+#: ../../mod/zfinger.php:23
+msgid "invalid target signature"
+msgstr "assinatura do destino inválida"
#: ../../mod/mail.php:33
msgid "Unable to lookup recipient."
@@ -6922,10 +7053,6 @@ msgstr "Não foi possível verificar o canal requisitado."
msgid "Selected channel has private message restrictions. Send failed."
msgstr "O canal solicitado tem restrições a mensagens privadas. Falha no envio."
-#: ../../mod/mail.php:121 ../../mod/message.php:31
-msgid "Messages"
-msgstr "Mensagens"
-
#: ../../mod/mail.php:132
msgid "Message deleted."
msgstr "A mensagem foi excluída."
@@ -6950,10 +7077,6 @@ msgstr "Assunto:"
msgid "Message not found."
msgstr "Mensagem não encontrada."
-#: ../../mod/mail.php:292 ../../mod/message.php:72
-msgid "Delete message"
-msgstr "Excluir a mensagem"
-
#: ../../mod/mail.php:293
msgid "Recall message"
msgstr "Retirar mensagem"
@@ -6980,657 +7103,511 @@ msgstr "Comunicação segura indisponível. Você <strong>talvez</strong> consig
msgid "Send Reply"
msgstr "Enviar resposta"
-#: ../../mod/manage.php:64
-#, php-format
-msgid "You have created %1$.0f of %2$.0f allowed channels."
-msgstr "Você criou %1$.0f de %2$.0f canais permitidos."
-
-#: ../../mod/manage.php:72
-msgid "Create a new channel"
-msgstr "Criar um novo canal"
-
-#: ../../mod/manage.php:77
-msgid "Channel Manager"
-msgstr "Administrador do canal"
-
-#: ../../mod/manage.php:78
-msgid "Current Channel"
-msgstr "Canal atual"
-
-#: ../../mod/manage.php:80
-msgid "Attach to one of your channels by selecting it."
-msgstr "Selecione um dos seus canais para utilizá-lo."
-
-#: ../../mod/manage.php:81
-msgid "Default Channel"
-msgstr "Canal padrão"
-
-#: ../../mod/manage.php:82
-msgid "Make Default"
-msgstr "Tornar padrão"
-
-#: ../../mod/wall_upload.php:34
-msgid "Wall Photos"
-msgstr "Fotos do mural"
-
-#: ../../mod/match.php:16
-msgid "Profile Match"
-msgstr "Correspondência de perfil"
+#: ../../mod/channel.php:25 ../../mod/chat.php:19
+msgid "You must be logged in to see this page."
+msgstr "Você precisa estar autenticado para ver esta página."
-#: ../../mod/match.php:24
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "Nenhuma palavra-chave para combinar. Por favor, adicione palavras-chave ao seu perfil padrão."
+#: ../../mod/channel.php:86
+msgid "Insufficient permissions. Request redirected to profile page."
+msgstr "Permissões insuficientes. Requisição redirecionada para a página de perfil."
-#: ../../mod/match.php:61
-msgid "is interested in:"
-msgstr "se interessa por:"
+#: ../../mod/profiles.php:18 ../../mod/profiles.php:138
+#: ../../mod/profiles.php:168 ../../mod/profiles.php:463
+msgid "Profile not found."
+msgstr "O perfil não foi encontrado."
-#: ../../mod/match.php:69
-msgid "No matches"
-msgstr "Nenhuma correspondência"
+#: ../../mod/profiles.php:38
+msgid "Profile deleted."
+msgstr "O perfil foi excluído."
-#: ../../mod/menu.php:21
-msgid "Menu updated."
-msgstr "Menu atualizado."
+#: ../../mod/profiles.php:56 ../../mod/profiles.php:92
+msgid "Profile-"
+msgstr "Perfil-"
-#: ../../mod/menu.php:25
-msgid "Unable to update menu."
-msgstr "Não foi possível atualizar o menu."
+#: ../../mod/profiles.php:77 ../../mod/profiles.php:120
+msgid "New profile created."
+msgstr "O novo perfil foi criado."
-#: ../../mod/menu.php:30
-msgid "Menu created."
-msgstr "O menu foi criado."
+#: ../../mod/profiles.php:98
+msgid "Profile unavailable to clone."
+msgstr "O perfil não está disponível para clonagem."
-#: ../../mod/menu.php:34
-msgid "Unable to create menu."
-msgstr "Não foi possível criar o menu."
+#: ../../mod/profiles.php:178
+msgid "Profile Name is required."
+msgstr "É obrigatório informar o nome do perfil."
-#: ../../mod/menu.php:57
-msgid "Manage Menus"
-msgstr "Administrar menus"
+#: ../../mod/profiles.php:294
+msgid "Marital Status"
+msgstr "Estado civil"
-#: ../../mod/menu.php:60
-msgid "Drop"
-msgstr "Descartar"
+#: ../../mod/profiles.php:298
+msgid "Romantic Partner"
+msgstr "Parceiro/a romântico/a"
-#: ../../mod/menu.php:62
-msgid "Create a new menu"
-msgstr "Criar um novo menu"
+#: ../../mod/profiles.php:302
+msgid "Likes"
+msgstr "Gosta de"
-#: ../../mod/menu.php:63
-msgid "Delete this menu"
-msgstr "Deletar este menu"
+#: ../../mod/profiles.php:306
+msgid "Dislikes"
+msgstr "Não gosta de"
-#: ../../mod/menu.php:64 ../../mod/menu.php:109
-msgid "Edit menu contents"
-msgstr "Editar os conteúdos do menu"
+#: ../../mod/profiles.php:310
+msgid "Work/Employment"
+msgstr "Trabalho/Emprego"
-#: ../../mod/menu.php:65
-msgid "Edit this menu"
-msgstr "Editar este menu"
+#: ../../mod/profiles.php:313
+msgid "Religion"
+msgstr "Religião"
-#: ../../mod/menu.php:80
-msgid "New Menu"
-msgstr "Novo menu"
+#: ../../mod/profiles.php:317
+msgid "Political Views"
+msgstr "Posição política"
-#: ../../mod/menu.php:81 ../../mod/menu.php:110
-msgid "Menu name"
-msgstr "Nome do menu"
+#: ../../mod/profiles.php:321
+msgid "Gender"
+msgstr "Gênero"
-#: ../../mod/menu.php:81 ../../mod/menu.php:110
-msgid "Must be unique, only seen by you"
-msgstr "Deve ser único, exibido somente para você"
+#: ../../mod/profiles.php:325
+msgid "Sexual Preference"
+msgstr "Preferência sexual"
-#: ../../mod/menu.php:82 ../../mod/menu.php:111
-msgid "Menu title"
-msgstr "Título do menu"
+#: ../../mod/profiles.php:329
+msgid "Homepage"
+msgstr "Página web"
-#: ../../mod/menu.php:82 ../../mod/menu.php:111
-msgid "Menu title as seen by others"
-msgstr "Título do menu quando visto por outros"
+#: ../../mod/profiles.php:333
+msgid "Interests"
+msgstr "Interesses"
-#: ../../mod/menu.php:83 ../../mod/menu.php:112
-msgid "Allow bookmarks"
-msgstr "Habilitar links guardados"
+#: ../../mod/profiles.php:427
+msgid "Profile updated."
+msgstr "O perfil foi atualizado."
-#: ../../mod/menu.php:83 ../../mod/menu.php:112
-msgid "Menu may be used to store saved bookmarks"
-msgstr "O menu pode ser utilizado para armazenar links guardados"
+#: ../../mod/profiles.php:482
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Esconder sua lista de contatos/amigos dos visitantes no seu perfil?"
-#: ../../mod/menu.php:98
-msgid "Menu deleted."
-msgstr "Menu deletado."
+#: ../../mod/profiles.php:505
+msgid "Edit Profile Details"
+msgstr "Editar os detalhes do perfil"
-#: ../../mod/menu.php:100
-msgid "Menu could not be deleted."
-msgstr "Não foi possível deletar o menu."
+#: ../../mod/profiles.php:507
+msgid "View this profile"
+msgstr "Ver este perfil"
-#: ../../mod/menu.php:106
-msgid "Edit Menu"
-msgstr "Editar menu"
+#: ../../mod/profiles.php:508
+msgid "Change Profile Photo"
+msgstr "Mudar a foto do perfil"
-#: ../../mod/menu.php:108
-msgid "Add or remove entries to this menu"
-msgstr "Adicionar ou remover entradas deste menu"
+#: ../../mod/profiles.php:509
+msgid "Create a new profile using these settings"
+msgstr "Criar um novo perfil usando estas configurações"
-#: ../../mod/message.php:41
-msgid "Conversation removed."
-msgstr "A conversa foi removida."
+#: ../../mod/profiles.php:510
+msgid "Clone this profile"
+msgstr "Clonar este perfil"
-#: ../../mod/message.php:56
-msgid "No messages."
-msgstr "Nenhuma mensagem."
+#: ../../mod/profiles.php:511
+msgid "Delete this profile"
+msgstr "Excluir este perfil"
-#: ../../mod/message.php:74
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: ../../mod/profiles.php:512
+msgid "Profile Name:"
+msgstr "Nome do perfil:"
-#: ../../mod/new_channel.php:107
-msgid "Add a Channel"
-msgstr "Adicionar um canal"
+#: ../../mod/profiles.php:513
+msgid "Your Full Name:"
+msgstr "Seu nome completo:"
-#: ../../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 "Um canal é uma coleção sua de páginas relacionadas. Um canal pode ser usado para um perfil de rede social, um blog, grupos de conversação e fóruns, páginas de celebridades, e muito mais. Você pode criar tantos canais quanto seu provedor de serviço permita."
+#: ../../mod/profiles.php:514
+msgid "Title/Description:"
+msgstr "Título/Descrição:"
-#: ../../mod/new_channel.php:111
-msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
-msgstr "Exemplos: \"Beto Salinas\", \"Elis e seus Cavalos\", \"Futebol\", \"Grupo de aviadores\""
+#: ../../mod/profiles.php:515
+msgid "Your Gender:"
+msgstr "Seu gênero:"
-#: ../../mod/new_channel.php:112
-msgid "Choose a short nickname"
-msgstr "Escolha um apelido curto"
+#: ../../mod/profiles.php:516
+#, php-format
+msgid "Birthday (%s):"
+msgstr "Aniversário (%s):"
-#: ../../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 "Seu apelido será usado para criar um endereço para o canal de fácil memorização (como um endereço de email), que você poderá compartilhar com outros."
+#: ../../mod/profiles.php:517
+msgid "Street Address:"
+msgstr "Endereço:"
-#: ../../mod/new_channel.php:114
-msgid "Or <a href=\"import\">import an existing channel</a> from another location"
-msgstr "Ou <a href=\"import\">importe um canal existente</a> de outro local"
+#: ../../mod/profiles.php:518
+msgid "Locality/City:"
+msgstr "Localidade/Cidade:"
-#: ../../mod/photos.php:77
-msgid "Page owner information could not be retrieved."
-msgstr "As informações do dono da pagina não puderam ser obtidas."
+#: ../../mod/profiles.php:519
+msgid "Postal/Zip Code:"
+msgstr "CEP:"
-#: ../../mod/photos.php:97
-msgid "Album not found."
-msgstr "O álbum não foi encontrado."
+#: ../../mod/profiles.php:520
+msgid "Country:"
+msgstr "País:"
-#: ../../mod/photos.php:119 ../../mod/photos.php:671
-msgid "Delete Album"
-msgstr "Excluir o álbum"
+#: ../../mod/profiles.php:521
+msgid "Region/State:"
+msgstr "Região/Estado:"
-#: ../../mod/photos.php:159 ../../mod/photos.php:954
-msgid "Delete Photo"
-msgstr "Excluir a foto"
+#: ../../mod/profiles.php:522
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "Estado civil <span class=\"heart\">&hearts;</span>:"
-#: ../../mod/photos.php:453
-msgid "No photos selected"
-msgstr "Não foi selecionada nenhuma foto"
+#: ../../mod/profiles.php:523
+msgid "Who: (if applicable)"
+msgstr "Quem: (se aplicável)"
-#: ../../mod/photos.php:500
-msgid "Access to this item is restricted."
-msgstr "O acesso a este item está restrito."
+#: ../../mod/profiles.php:524
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com"
-#: ../../mod/photos.php:576
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr "Você usou %1$.2f Mbytes de %2$.2f Mbytes de armazenamento de fotos."
+#: ../../mod/profiles.php:525
+msgid "Since [date]:"
+msgstr "Desde [data]:"
-#: ../../mod/photos.php:579
-#, php-format
-msgid "You have used %1$.2f Mbytes of photo storage."
-msgstr "Você usou %1$.2f Mbytes de armazenamento de fotos."
+#: ../../mod/profiles.php:527
+msgid "Homepage URL:"
+msgstr "Endereço do website:"
-#: ../../mod/photos.php:598
-msgid "Upload Photos"
-msgstr "Enviar fotos"
+#: ../../mod/profiles.php:530
+msgid "Religious Views:"
+msgstr "Orientação religiosa:"
-#: ../../mod/photos.php:602 ../../mod/photos.php:666
-msgid "New album name: "
-msgstr "Novo nome de álbum: "
+#: ../../mod/profiles.php:531
+msgid "Keywords:"
+msgstr "Palavras-chave:"
-#: ../../mod/photos.php:603
-msgid "or existing album name: "
-msgstr "ou nome de um álbum já existente: "
+#: ../../mod/profiles.php:534
+msgid "Example: fishing photography software"
+msgstr "Exemplo: pesca fotografia software"
-#: ../../mod/photos.php:604
-msgid "Do not show a status post for this upload"
-msgstr "Não exibir uma publicação de status para este carregamento"
+#: ../../mod/profiles.php:535
+msgid "Used in directory listings"
+msgstr "Usado em listas de diretório"
-#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126
-#: ../../mod/photos.php:1141
-msgid "Contact Photos"
-msgstr "Fotos dos contatos"
+#: ../../mod/profiles.php:536
+msgid "Tell us about yourself..."
+msgstr "Fale um pouco sobre você..."
-#: ../../mod/photos.php:681
-msgid "Edit Album"
-msgstr "Editar o álbum"
+#: ../../mod/profiles.php:537
+msgid "Hobbies/Interests"
+msgstr "Hobbies/Interesses"
-#: ../../mod/photos.php:687
-msgid "Show Newest First"
-msgstr "Exibir primeiro os mais recentes"
+#: ../../mod/profiles.php:538
+msgid "Contact information and Social Networks"
+msgstr "Informações de contato e redes sociais"
-#: ../../mod/photos.php:689
-msgid "Show Oldest First"
-msgstr "Exibir primeiro os mais antigos"
+#: ../../mod/profiles.php:539
+msgid "My other channels"
+msgstr "Meus outros canais"
-#: ../../mod/photos.php:732 ../../mod/photos.php:1173
-msgid "View Photo"
-msgstr "Ver a foto"
+#: ../../mod/profiles.php:540
+msgid "Musical interests"
+msgstr "Interesses musicais"
-#: ../../mod/photos.php:778
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Permissão negada. Acesso a este item pode estar restrito."
+#: ../../mod/profiles.php:541
+msgid "Books, literature"
+msgstr "Livros, literatura"
-#: ../../mod/photos.php:780
-msgid "Photo not available"
-msgstr "A foto não está disponível"
+#: ../../mod/profiles.php:542
+msgid "Television"
+msgstr "Televisão"
-#: ../../mod/photos.php:840
-msgid "Use as profile photo"
-msgstr "Usar como uma foto de perfil"
+#: ../../mod/profiles.php:543
+msgid "Film/dance/culture/entertainment"
+msgstr "Filme/dança/cultura/entretenimento"
-#: ../../mod/photos.php:864
-msgid "View Full Size"
-msgstr "Ver no tamanho real"
+#: ../../mod/profiles.php:544
+msgid "Love/romance"
+msgstr "Amor/romance"
-#: ../../mod/photos.php:938
-msgid "Edit photo"
-msgstr "Editar a foto"
+#: ../../mod/profiles.php:545
+msgid "Work/employment"
+msgstr "Trabalho/emprego"
-#: ../../mod/photos.php:940
-msgid "Rotate CW (right)"
-msgstr "Rotacionar H (horário)"
+#: ../../mod/profiles.php:546
+msgid "School/education"
+msgstr "Escola/educação"
-#: ../../mod/photos.php:941
-msgid "Rotate CCW (left)"
-msgstr "Rotacionar AH (anti-horário)"
+#: ../../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 "Este é o seu perfil <strong>público</strong>.<br />Ele <strong>pode</strong> estar visível para qualquer um que acesse a Internet."
-#: ../../mod/photos.php:943
-msgid "New album name"
-msgstr "Novo nome para o álbum"
+#: ../../mod/profiles.php:600
+msgid "Edit/Manage Profiles"
+msgstr "Editar/Administrar perfis"
-#: ../../mod/photos.php:946
-msgid "Caption"
-msgstr "Legenda"
+#: ../../mod/profiles.php:601
+msgid "Add profile things"
+msgstr "Adicionar coisas ao perfil"
-#: ../../mod/photos.php:948
-msgid "Add a Tag"
-msgstr "Adicionar uma etiqueta"
+#: ../../mod/profiles.php:602
+msgid "Include desirable objects in your profile"
+msgstr "Inclua objetos desejáveis no seu perfil"
-#: ../../mod/photos.php:951
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento"
+#: ../../mod/bookmarks.php:38
+msgid "Bookmark added"
+msgstr "O link foi guardado"
-#: ../../mod/photos.php:1104
-msgid "In This Photo:"
-msgstr "Nesta foto:"
+#: ../../mod/bookmarks.php:58
+msgid "My Bookmarks"
+msgstr "Meus links guardados"
-#: ../../mod/photos.php:1179
-msgid "View Album"
-msgstr "Ver álbum"
+#: ../../mod/bookmarks.php:69
+msgid "My Connections Bookmarks"
+msgstr "Links guardados das minhas conexões"
-#: ../../mod/photos.php:1188
-msgid "Recent Photos"
-msgstr "Fotos recentes"
+#: ../../mod/common.php:10
+msgid "No channel."
+msgstr "Nenhum canal."
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Identificador de solicitação inválido"
+#: ../../mod/common.php:39
+msgid "Common connections"
+msgstr "Conexões em comum"
-#: ../../mod/notifications.php:35
-msgid "Discard"
-msgstr "Descartar"
+#: ../../mod/common.php:44
+msgid "No connections in common."
+msgstr "Nenhuma conexão em comum."
-#: ../../mod/notifications.php:93 ../../mod/notify.php:54
+#: ../../mod/notify.php:54 ../../mod/notifications.php:94
msgid "No more system notifications."
msgstr "Sem novas notificações do sistema."
-#: ../../mod/notifications.php:97 ../../mod/notify.php:58
+#: ../../mod/notify.php:58 ../../mod/notifications.php:98
msgid "System Notifications"
msgstr "Notificações do sistema"
-#: ../../mod/oexchange.php:23
-msgid "Unable to find your hub."
-msgstr "Não foi possível localizar seu hub."
-
-#: ../../mod/oexchange.php:37
-msgid "Post successful."
-msgstr "Publicado com sucesso."
-
-#: ../../mod/zfinger.php:23
-msgid "invalid target signature"
-msgstr "assinatura do destino inválida"
-
-#: ../../mod/openid.php:26
-msgid "OpenID protocol error. No ID returned."
-msgstr "Erro do protocolo OpenID. Nenhuma ID retornada."
-
-#: ../../view/theme/apw/php/config.php:202
-#: ../../view/theme/apw/php/config.php:236
-msgid "Schema Default"
-msgstr "Padrão do esquema"
-
-#: ../../view/theme/apw/php/config.php:203
-msgid "Sans-Serif"
-msgstr "Sans-Serif"
-
-#: ../../view/theme/apw/php/config.php:204
-msgid "Monospace"
-msgstr "Monoespaçada"
-
-#: ../../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 "Configurações de tema"
-
-#: ../../view/theme/apw/php/config.php:260
-#: ../../view/theme/redbasic/php/config.php:103
-msgid "Set scheme"
-msgstr "Definir esquema"
-
-#: ../../view/theme/apw/php/config.php:261
-#: ../../view/theme/redbasic/php/config.php:124
-msgid "Set font-size for posts and comments"
-msgstr "Definir o tamanho da fonte para publicações e comentários"
-
-#: ../../view/theme/apw/php/config.php:262
-msgid "Set font face"
-msgstr "Definir a face da fonte"
-
-#: ../../view/theme/apw/php/config.php:263
-msgid "Set iconset"
-msgstr "Definir o conjunto de ícones"
-
-#: ../../view/theme/apw/php/config.php:264
-msgid "Set big shadow size, default 15px 15px 15px"
-msgstr "Definir o tamanho da sombra grande, padrão 15px 15px 15px"
-
-#: ../../view/theme/apw/php/config.php:265
-msgid "Set small shadow size, default 5px 5px 5px"
-msgstr "Definir o tamanho da sombra pequena, padrão 5px 5px 5px"
-
-#: ../../view/theme/apw/php/config.php:266
-msgid "Set shadow colour, default #000"
-msgstr "Definir a cor da sombra, padrão #000"
-
-#: ../../view/theme/apw/php/config.php:267
-msgid "Set radius size, default 5px"
-msgstr "Definir o tamanho do raio de curvatura, padrão 5px"
-
-#: ../../view/theme/apw/php/config.php:268
-msgid "Set line-height for posts and comments"
-msgstr "Definir a altura da linha para publicações e comentários"
-
-#: ../../view/theme/apw/php/config.php:269
-msgid "Set background image"
-msgstr "Definir a imagem do pano de fundo"
-
-#: ../../view/theme/apw/php/config.php:270
-msgid "Set background attachment"
-msgstr "Definir o anexo de pano de fundo"
-
-#: ../../view/theme/apw/php/config.php:271
-msgid "Set background colour"
-msgstr "Definir a cor do pano de fundo"
-
-#: ../../view/theme/apw/php/config.php:272
-msgid "Set section background image"
-msgstr "Definir a imagem de fundo de seção"
-
-#: ../../view/theme/apw/php/config.php:273
-msgid "Set section background colour"
-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"
-
-#: ../../view/theme/apw/php/config.php:275
-msgid "Set colour of links - use hex"
-msgstr "Definir a cor dos links - use hex"
-
-#: ../../view/theme/apw/php/config.php:276
-msgid "Set max-width for items. Default 400px"
-msgstr "Definir a largura máxima para itens. Padrão 400px"
-
-#: ../../view/theme/apw/php/config.php:277
-msgid "Set min-width for items. Default 240px"
-msgstr "Definir a largura mínima para itens. Padrão 240px"
-
-#: ../../view/theme/apw/php/config.php:278
-msgid "Set the generic content wrapper width. Default 48%"
-msgstr "Definir a largura do envólucro para conteúdo genérico. Padrão 48%"
-
-#: ../../view/theme/apw/php/config.php:279
-msgid "Set colour of fonts - use hex"
-msgstr "Definir a cor das fontes - use hex"
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
+msgstr "Autorizar a conexão com a aplicação"
-#: ../../view/theme/apw/php/config.php:280
-msgid "Set background-size element"
-msgstr "Definir o elemento <em>background-size</em>"
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Volte para a sua aplicação e digite este código de segurança:"
-#: ../../view/theme/apw/php/config.php:281
-msgid "Item opacity"
-msgstr "Opacidade de itens"
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr "Por favor, autentique-se para continuar."
-#: ../../view/theme/apw/php/config.php:282
-msgid "Display post previews only"
-msgstr "Exibir apenas a pré-visualização de publicações"
+#: ../../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 "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?"
-#: ../../view/theme/apw/php/config.php:283
-msgid "Display side bar on channel page"
-msgstr "Exibir a barra lateral na página do canal"
+#: ../../mod/chat.php:167
+msgid "Room not found"
+msgstr "Sala não encontrada"
-#: ../../view/theme/apw/php/config.php:284
-msgid "Colour of the navigation bar"
-msgstr "Cor da barra de navegação"
+#: ../../mod/chat.php:178
+msgid "Leave Room"
+msgstr "Sair da sala"
-#: ../../view/theme/apw/php/config.php:285
-msgid "Item float"
-msgstr "Flutuação de item"
+#: ../../mod/chat.php:179
+msgid "Delete This Room"
+msgstr "Deletar esta sala"
-#: ../../view/theme/apw/php/config.php:286
-msgid "Left offset of the section element"
-msgstr "Deslocamento esquerdo do elemento de seção"
+#: ../../mod/chat.php:180
+msgid "I am away right now"
+msgstr "Eu estou ausente no momento"
-#: ../../view/theme/apw/php/config.php:287
-msgid "Right offset of the section element"
-msgstr "Deslocamento direito do elemento de seção"
+#: ../../mod/chat.php:181
+msgid "I am online"
+msgstr "Eu estou online"
-#: ../../view/theme/apw/php/config.php:288
-msgid "Section width"
-msgstr "largura de seção"
+#: ../../mod/chat.php:183
+msgid "Bookmark this room"
+msgstr "Guarde esta sala"
-#: ../../view/theme/apw/php/config.php:289
-msgid "Left offset of the aside"
-msgstr "Deslocamento esquerdo do aparte"
+#: ../../mod/chat.php:207 ../../mod/chat.php:229
+msgid "New Chatroom"
+msgstr "Nova sala de bate-papo"
-#: ../../view/theme/apw/php/config.php:290
-msgid "Right offset of the aside element"
-msgstr "Deslocamento direito do aparte"
+#: ../../mod/chat.php:208
+msgid "Chatroom Name"
+msgstr "Nome da sala de bate-papo"
-#: ../../view/theme/blogga/php/config.php:47
-#: ../../view/theme/blogga/view/theme/blog/config.php:47
-msgid "None"
-msgstr "Nenhum"
+#: ../../mod/chat.php:225
+#, php-format
+msgid "%1$s's Chatrooms"
+msgstr "Salas de bate-papo de %1$s"
-#: ../../view/theme/blogga/php/config.php:70
-#: ../../view/theme/blogga/view/theme/blog/config.php:70
-msgid "Header image"
-msgstr "Imagem de cabeçalho"
+#: ../../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."
-#: ../../view/theme/blogga/php/config.php:71
-#: ../../view/theme/blogga/view/theme/blog/config.php:71
-msgid "Header image only on profile pages"
-msgstr "Imagem de cabeçalho apenas em páginas de perfil"
+#: ../../mod/events.php:310
+msgid "l, F j"
+msgstr "l, F j"
-#: ../../view/theme/redbasic/php/config.php:104
-msgid "Narrow navbar"
-msgstr "Barra de navegação estreita"
+#: ../../mod/events.php:332
+msgid "Edit event"
+msgstr "Editar o evento"
-#: ../../view/theme/redbasic/php/config.php:105
-msgid "Navigation bar background colour"
-msgstr "Cor de fundo da barra de navegação"
+#: ../../mod/events.php:378
+msgid "Create New Event"
+msgstr "Criar um novo evento"
-#: ../../view/theme/redbasic/php/config.php:106
-msgid "Navigation bar gradient top colour"
-msgstr "Cor no topo de gradiente da barra de navegação"
+#: ../../mod/events.php:379
+msgid "Previous"
+msgstr "Anterior"
-#: ../../view/theme/redbasic/php/config.php:107
-msgid "Navigation bar gradient bottom colour"
-msgstr "Cor na base de gradiente da barra de navegação"
+#: ../../mod/events.php:450
+msgid "hour:minute"
+msgstr "hora:minuto"
-#: ../../view/theme/redbasic/php/config.php:108
-msgid "Navigation active button gradient top colour"
-msgstr "Cor no topo de gradiente de botão ativo de navegação"
+#: ../../mod/events.php:470
+msgid "Event details"
+msgstr "Detalhes do evento"
-#: ../../view/theme/redbasic/php/config.php:109
-msgid "Navigation active button gradient bottom colour"
-msgstr "Cor na base de gradiente de botão ativo de navegação"
+#: ../../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."
-#: ../../view/theme/redbasic/php/config.php:110
-msgid "Navigation bar border colour "
-msgstr "Cor de borda da barra de navegação"
+#: ../../mod/events.php:473
+msgid "Event Starts:"
+msgstr "Início do evento:"
-#: ../../view/theme/redbasic/php/config.php:111
-msgid "Navigation bar icon colour "
-msgstr "Cor de ícone da barra de navegação"
+#: ../../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"
-#: ../../view/theme/redbasic/php/config.php:112
-msgid "Navigation bar active icon colour "
-msgstr "Cor de ícone ativo da barra de navegação"
+#: ../../mod/events.php:478
+msgid "Event Finishes:"
+msgstr "Término do evento:"
-#: ../../view/theme/redbasic/php/config.php:113
-msgid "link colour"
-msgstr "cor dos links"
+#: ../../mod/events.php:481
+msgid "Adjust for viewer timezone"
+msgstr "Ajustar para o fuso horário do visualizador"
-#: ../../view/theme/redbasic/php/config.php:114
-msgid "Set font-colour for banner"
-msgstr "Definir a cor da fonte para o cartaz"
+#: ../../mod/events.php:483
+msgid "Description:"
+msgstr "Descrição:"
-#: ../../view/theme/redbasic/php/config.php:115
-msgid "Set the background colour"
-msgstr "Definir a cor do pano de fundo"
+#: ../../mod/events.php:487
+msgid "Title:"
+msgstr "Título:"
-#: ../../view/theme/redbasic/php/config.php:116
-msgid "Set the background image"
-msgstr "Definir a imagem do pano de fundo"
+#: ../../mod/events.php:489
+msgid "Share this event"
+msgstr "Compartilhar este evento"
-#: ../../view/theme/redbasic/php/config.php:117
-msgid "Set the background colour of items"
-msgstr "Definir a cor de fundo dos items"
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "Identificador de solicitação inválido"
-#: ../../view/theme/redbasic/php/config.php:118
-msgid "Set the background colour of comments"
-msgstr "Definir a cor de fundo dos comentários"
+#: ../../mod/notifications.php:35
+msgid "Discard"
+msgstr "Descartar"
-#: ../../view/theme/redbasic/php/config.php:119
-msgid "Set the border colour of comments"
-msgstr "Definir a cor da borda dos comentários"
+#: ../../mod/lostpass.php:15
+msgid "No valid account found."
+msgstr "Não foi encontrada uma conta válida."
-#: ../../view/theme/redbasic/php/config.php:120
-msgid "Set the opacity of items"
-msgstr "Definir a opacidade de items"
+#: ../../mod/lostpass.php:29
+msgid "Password reset request issued. Check your email."
+msgstr "A solicitação de restauração de senha foi encaminhada. Verifique seu e-mail."
-#: ../../view/theme/redbasic/php/config.php:121
-msgid "Set the basic colour for item icons"
-msgstr "Definir a cor básica para ícones de itens"
+#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102
+#, php-format
+msgid "Site Member (%s)"
+msgstr "Membro do site (%s)"
-#: ../../view/theme/redbasic/php/config.php:122
-msgid "Set the hover colour for item icons"
-msgstr "Definir a cor para ícones de itens quando que o mouse está sobre eles"
+#: ../../mod/lostpass.php:40
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Foi feita uma solicitação de restauração de senha em %s"
-#: ../../view/theme/redbasic/php/config.php:123
-msgid "Set font-size for the entire application"
-msgstr "Definir o tamanho da fonte para a aplicação como um todo"
+#: ../../mod/lostpass.php:63
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi restaurada."
-#: ../../view/theme/redbasic/php/config.php:125
-msgid "Set font-colour for posts and comments"
-msgstr "Definir a cor da fonte para publicações e comentários"
+#: ../../mod/lostpass.php:86
+msgid "Your password has been reset as requested."
+msgstr "Sua senha foi restaurada, conforme solicitado."
-#: ../../view/theme/redbasic/php/config.php:126
-msgid "Set radius of corners"
-msgstr "Definir o raio de curvatura dos cantos"
+#: ../../mod/lostpass.php:87
+msgid "Your new password is"
+msgstr "Sua nova senha é"
-#: ../../view/theme/redbasic/php/config.php:127
-msgid "Set shadow depth of photos"
-msgstr "Definir a profundidade de sombra das fotos"
+#: ../../mod/lostpass.php:88
+msgid "Save or copy your new password - and then"
+msgstr "Salve ou copie a sua nova senha e, então"
-#: ../../view/theme/redbasic/php/config.php:128
-msgid "Set maximum width of conversation regions"
-msgstr "Definir a largura máxima da área de conversas"
+#: ../../mod/lostpass.php:89
+msgid "click here to login"
+msgstr "clique aqui para entrar"
-#: ../../view/theme/redbasic/php/config.php:129
-msgid "Center conversation regions"
-msgstr "Centralizar regiões de conversação"
+#: ../../mod/lostpass.php:90
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Sua senha pode ser alterada na página de <em>Configurações</em> após você entrar em sua conta."
-#: ../../view/theme/redbasic/php/config.php:130
-msgid "Set minimum opacity of nav bar - to hide it"
-msgstr "Definir opacidade mínima para a barra de navegação - para escondê-la"
+#: ../../mod/lostpass.php:107
+#, php-format
+msgid "Your password has changed at %s"
+msgstr "Sua senha foi modificada em %s"
-#: ../../view/theme/redbasic/php/config.php:131
-msgid "Set size of conversation author photo"
-msgstr "Definir o tamanho da foto do autor da conversa"
+#: ../../mod/lostpass.php:122
+msgid "Forgot your Password?"
+msgstr "Esqueceu a sua senha?"
-#: ../../view/theme/redbasic/php/config.php:132
-msgid "Set size of followup author photos"
-msgstr "Definir o tamanho da foto dos autores de comentários"
+#: ../../mod/lostpass.php:123
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Digite o seu endereço de e-mail e clique em 'Restaurar' para prosseguir com a restauração da sua senha. Após isso, verifique seu e-mail para mais instruções."
-#: ../../view/theme/redbasic/php/config.php:133
-msgid "Sloppy photo albums"
-msgstr "Álbuns de fotos desleixados"
+#: ../../mod/lostpass.php:124
+msgid "Email Address"
+msgstr "Endereço de e-mail"
-#: ../../view/theme/redbasic/php/config.php:133
-msgid "Are you a clean desk or a messy desk person?"
-msgstr "Sua mesa é do tipo limpinha ou bagunçada?"
+#: ../../mod/lostpass.php:125
+msgid "Reset"
+msgstr "Restaurar"
-#: ../../boot.php:1260
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "A atualização %s falhou. Veja os logs de erro."
+#: ../../mod/layouts.php:62
+msgid "Help with this feature"
+msgstr "Ajuda com este recurso"
-#: ../../boot.php:1263
-#, php-format
-msgid "Update Error at %s"
-msgstr "Erro de atualização em %s"
+#: ../../mod/layouts.php:84
+msgid "Layout Name"
+msgstr "Nome do layout"
-#: ../../boot.php:1427
-msgid ""
-"Create an account to access services and applications within the Red Matrix"
-msgstr "Crie uma conta para acessar serviços e aplicações na Red Matrix"
+#: ../../mod/editblock.php:77
+msgid "Edit Block"
+msgstr "Editar bloco"
-#: ../../boot.php:1455
-msgid "Password"
-msgstr "Senha"
+#: ../../mod/editblock.php:87
+msgid "Delete block?"
+msgstr "Deletar bloco?"
-#: ../../boot.php:1456
-msgid "Remember me"
-msgstr "Lembrar de mim"
+#: ../../mod/editblock.php:153
+msgid "Delete Block"
+msgstr "Deletar bloco"
-#: ../../boot.php:1461
-msgid "Forgot your password?"
-msgstr "Esqueceu a sua senha?"
+#: ../../mod/editlayout.php:72
+msgid "Edit Layout"
+msgstr "Editar layout"
-#: ../../boot.php:1526
-msgid "permission denied"
-msgstr "permissão negada"
+#: ../../mod/editlayout.php:82
+msgid "Delete layout?"
+msgstr "Deletar layout?"
-#: ../../boot.php:1527
-msgid "Got Zot?"
-msgstr "Já tem Zot?"
+#: ../../mod/editlayout.php:146
+msgid "Delete Layout"
+msgstr "Deletar layout"
-#: ../../boot.php:1957
-msgid "toggle mobile"
-msgstr "alternar para interface móvel"
+#: ../../mod/follow.php:25
+msgid "Channel added."
+msgstr "Canal adicionado."
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..6a36d660c 100644
--- a/view/pt-br/strings.php
+++ b/view/pt-br/strings.php
@@ -1,18 +1,188 @@
<?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["Light (global default)"] = "Leve (padrão global)";
+$a->strings["Submit"] = "Enviar";
+$a->strings["Theme settings"] = "Configurações de tema";
+$a->strings["Set scheme"] = "Definir esquema";
+$a->strings["Narrow navbar"] = "Barra de navegação estreita";
+$a->strings["Navigation bar background colour"] = "Cor de fundo da barra de navegação";
+$a->strings["Navigation bar gradient top colour"] = "Cor no topo de gradiente da barra de navegação";
+$a->strings["Navigation bar gradient bottom colour"] = "Cor na base de gradiente da barra de navegação";
+$a->strings["Navigation active button gradient top colour"] = "Cor no topo de gradiente de botão ativo de navegação";
+$a->strings["Navigation active button gradient bottom colour"] = "Cor na base de gradiente de botão ativo de navegação";
+$a->strings["Navigation bar border colour "] = "Cor de borda da barra de navegação";
+$a->strings["Navigation bar icon colour "] = "Cor de ícone da barra de navegação";
+$a->strings["Navigation bar active icon colour "] = "Cor de ícone ativo da barra de navegação";
+$a->strings["link colour"] = "cor dos links";
+$a->strings["Set font-colour for banner"] = "Definir a cor da fonte para o cartaz";
+$a->strings["Set the background colour"] = "Definir a cor do pano de fundo";
+$a->strings["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 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";
+$a->strings["Set font-size for posts and comments"] = "Definir o tamanho da fonte para publicações e comentários";
+$a->strings["Set font-colour for posts and comments"] = "Definir a cor da fonte para publicações e comentários";
+$a->strings["Set radius of corners"] = "Definir o raio de curvatura dos cantos";
+$a->strings["Set shadow depth of photos"] = "Definir a profundidade de sombra das fotos";
+$a->strings["Set maximum width of conversation regions"] = "Definir a largura máxima da área de conversas";
+$a->strings["Center conversation regions"] = "Centralizar regiões de conversação";
+$a->strings["Set minimum opacity of nav bar - to hide it"] = "Definir opacidade mínima para a barra de navegação - para escondê-la";
+$a->strings["Set size of conversation author photo"] = "Definir o tamanho da foto do autor da conversa";
+$a->strings["Set size of followup author photos"] = "Definir o tamanho da foto dos autores de comentários";
+$a->strings["Sloppy photo albums"] = "Álbuns de fotos desleixados";
+$a->strings["Are you a clean desk or a messy desk person?"] = "Sua mesa é do tipo limpinha ou bagunçada?";
+$a->strings["Update %s failed. See error logs."] = "A atualização %s falhou. Veja os logs de erro.";
+$a->strings["Update Error at %s"] = "Erro de atualização em %s";
+$a->strings["Create an account to access services and applications within the Red Matrix"] = "Crie uma conta para acessar serviços e aplicações na Red Matrix";
+$a->strings["Register"] = "Registrar";
+$a->strings["Logout"] = "Sair";
+$a->strings["Login"] = "Entrar";
+$a->strings["Email"] = "E-mail";
+$a->strings["Password"] = "Senha";
+$a->strings["Remember me"] = "Lembrar de mim";
+$a->strings["Forgot your password?"] = "Esqueceu a sua senha?";
+$a->strings["Password Reset"] = "Reiniciar a senha";
+$a->strings["permission denied"] = "permissão negada";
+$a->strings["Got Zot?"] = "Já tem Zot?";
+$a->strings["toggle mobile"] = "alternar para interface móvel";
+$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["Default"] = "Default";
+$a->strings["Permission denied."] = "Permissão negada.";
$a->strings["Profile Photos"] = "Fotos do perfil";
-$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["Image exceeds website size limit of %lu bytes"] = "A imagem excede o limite de tamanho do site, que é de %";
+$a->strings["Image file is empty."] = "O arquivo de imagem está vazio.";
+$a->strings["Unable to process image"] = "Não foi possível processar a imagem";
+$a->strings["Photo storage failed."] = "Não foi possível armazenar a foto.";
+$a->strings["Photo Albums"] = "Álbuns de fotos";
+$a->strings["Upload New Photos"] = "Enviar novas fotos";
+$a->strings["%d invitation available"] = array(
+ 0 => "%d convite disponível",
+ 1 => "%d convites disponíveis",
+);
+$a->strings["Advanced"] = "Avançado";
+$a->strings["Find Channels"] = "Pesquisar canais";
+$a->strings["Enter name or interest"] = "Digite um nome ou interesse";
+$a->strings["Connect/Follow"] = "Conectar/Acompanhar";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Por exemplo: José da Silva, Pescaria";
+$a->strings["Find"] = "Pesquisar";
+$a->strings["Channel Suggestions"] = "Sugestões de canais";
+$a->strings["Random Profile"] = "Perfil aleatório";
+$a->strings["Invite Friends"] = "Convidar amigos";
+$a->strings["Exammple: name=fred and country=iceland"] = "Exemplo: name=raoni and country=peru";
+$a->strings["Advanced Find"] = "Busca avançada";
+$a->strings["Saved Folders"] = "Pastas salvas";
+$a->strings["Everything"] = "Tudo";
+$a->strings["Categories"] = "Categorias";
+$a->strings["%d connection in common"] = array(
+ 0 => "%d conexão em comum",
+ 1 => "%d conexões em comum",
+);
+$a->strings["show more"] = "exibir mais";
+$a->strings[" and "] = " e ";
+$a->strings["public profile"] = "perfil público";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s mudou %2\$s para &ldquo;%3\$s&rdquo;";
+$a->strings["Visit %1\$s's %2\$s"] = "Visite o %2\$s de %1\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s atualizou %2\$s, alterando %3\$s.";
+$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["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["Miscellaneous"] = "Miscelânea";
+$a->strings["year"] = "ano";
+$a->strings["month"] = "mês";
+$a->strings["day"] = "dia";
+$a->strings["never"] = "nunca";
+$a->strings["less than a second ago"] = "menos de um segundo atrás";
+$a->strings["years"] = "anos";
+$a->strings["months"] = "meses";
+$a->strings["week"] = "semana";
+$a->strings["weeks"] = "semanas";
+$a->strings["days"] = "dias";
+$a->strings["hour"] = "hora";
+$a->strings["hours"] = "horas";
+$a->strings["minute"] = "minuto";
+$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["Unable to obtain identity information from database"] = "Não foi possível obter a informação da identidade a partir do banco de dados";
+$a->strings["Empty name"] = "O nome está em branco";
+$a->strings["Name too long"] = "O nome é muito grande";
+$a->strings["No account identifier"] = "Sem identificador de conta";
+$a->strings["Nickname is required."] = "É necessário informar o apelido.";
+$a->strings["Reserved nickname. Please choose another."] = "Apelido reservado. Por favor escolha outro.";
+$a->strings["Nickname has unsupported characters or is already being used on this site."] = "O apelido possui caracteres não suportados ou já está sendo usado nesse site.";
+$a->strings["Unable to retrieve created identity"] = "Não foi possível recuperar a identidade criada";
+$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["Change profile photo"] = "Mudar a foto do perfil";
+$a->strings["Profiles"] = "Perfis";
+$a->strings["Manage/edit profiles"] = "Administrar/editar perfis";
+$a->strings["Create New Profile"] = "Criar um novo perfil";
+$a->strings["Edit Profile"] = "Editar perfil";
+$a->strings["Profile Image"] = "Imagem do perfil";
+$a->strings["visible to everybody"] = "visível para todos";
+$a->strings["Edit visibility"] = "Editar a visibilidade";
+$a->strings["Location:"] = "Localização:";
+$a->strings["Gender:"] = "Gênero:";
+$a->strings["Status:"] = "Situação:";
+$a->strings["Homepage:"] = "Página web:";
+$a->strings["Online Now"] = "Online agora";
+$a->strings["g A l F d"] = "G l d F";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[hoje]";
+$a->strings["Birthday Reminders"] = "Lembres de aniversário";
+$a->strings["Birthdays this week:"] = "Aniversários nesta semana:";
+$a->strings["[No description]"] = "[Sem descrição]";
+$a->strings["Event Reminders"] = "Lembretes de eventos";
+$a->strings["Events this week:"] = "Eventos nesta semana:";
+$a->strings["Profile"] = "Perfil";
+$a->strings["Full Name:"] = "Nome completo:";
+$a->strings["j F, Y"] = "j \\d\\e F, Y";
+$a->strings["j F"] = "j \\d\\e F";
+$a->strings["Birthday:"] = "Aniversário:";
+$a->strings["Age:"] = "Idade:";
+$a->strings["for %1\$d %2\$s"] = "para %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Preferência sexual:";
+$a->strings["Hometown:"] = "Cidade natal:";
+$a->strings["Tags:"] = "Etiquetas:";
+$a->strings["Political Views:"] = "Posição política:";
+$a->strings["Religion:"] = "Religião:";
+$a->strings["About:"] = "Sobre:";
+$a->strings["Hobbies/Interests:"] = "Hobbies/Interesses:";
+$a->strings["Likes:"] = "Gosta de:";
+$a->strings["Dislikes:"] = "Não gosta de:";
+$a->strings["Contact information and Social Networks:"] = "Informações de contato e redes sociais:";
+$a->strings["My other channels:"] = "Meus outros canais:";
+$a->strings["Musical interests:"] = "Interesses musicais:";
+$a->strings["Books, literature:"] = "Livros, literatura:";
+$a->strings["Television:"] = "Televisão:";
+$a->strings["Film/dance/culture/entertainment:"] = "Filmes/dança/cultura/entretenimento:";
+$a->strings["Love/Romance:"] = "Amor/romance:";
+$a->strings["Work/employment:"] = "Trabalho/emprego:";
+$a->strings["School/education:"] = "Escola/educação:";
$a->strings["New Page"] = "Nova página";
$a->strings["Edit"] = "Editar";
$a->strings["View"] = "Ver";
@@ -22,49 +192,51 @@ $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["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["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["Edit File properties"] = "Editar propriedades do arquivo";
+$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["Tags"] = "Etiquetas";
+$a->strings["Keywords"] = "Palavras-chave";
+$a->strings["have"] = "tenho";
+$a->strings["has"] = "tem";
+$a->strings["want"] = "quero";
+$a->strings["wants"] = "quer";
$a->strings["like"] = "gostei";
-$a->strings["I don't like this (toggle)"] = "Eu não gostei disso (alterna)";
+$a->strings["likes"] = "gosta";
$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[" 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["Please wait"] = "Por favor, espere";
-$a->strings["%d comment"] = array(
- 0 => "%d comentário",
- 1 => "%d comentários",
-);
-$a->strings["show more"] = "exibir mais";
-$a->strings["This is you"] = "Este(a) é você";
+$a->strings["dislikes"] = "desgosta";
+$a->strings["Delete this item?"] = "Excluir este item?";
$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["Encrypt text"] = "Encriptar texto";
+$a->strings["[+] show all"] = "[+] mostrar todos";
+$a->strings["[-] show less"] = "[-] mostra menos";
+$a->strings["[+] expand post"] = "[+] expandir";
+$a->strings["[-] collapse post"] = "[-] 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";
+$a->strings["from now"] = "de agora";
+$a->strings["less than a minute"] = "menos de um minuto";
+$a->strings["about a minute"] = "aproximadamente um minuto";
+$a->strings["%d minutes"] = "%d minutos";
+$a->strings["about an hour"] = "aproximadamente uma hora";
+$a->strings["about %d hours"] = "aproximadamente %d horas";
+$a->strings["a day"] = "um dia";
+$a->strings["%d days"] = "%d dias";
+$a->strings["about a month"] = "aproximadamente um mês";
+$a->strings["%d months"] = "%d meses";
+$a->strings["about a year"] = "aproximadamente um ano";
+$a->strings["%d years"] = "%d anos";
+$a->strings[" "] = " ";
+$a->strings["timeago.numbers"] = "timeago.numbers";
$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\"";
@@ -85,6 +257,88 @@ $a->strings["Can source my \"public\" posts in derived channels"] = "Pode usar m
$a->strings["Somewhat advanced - very useful in open communities"] = "Avançado - muito útil em comunidades abertas";
$a->strings["Can administer my channel resources"] = "Pode administrar os recursos do meu canal";
$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Extremamente avançado. Não mexa nisso a não ser que saiba o que está fazendo";
+$a->strings["Unknown | Not categorised"] = "Desconhecido | Não categorizado";
+$a->strings["Block immediately"] = "Bloquear imediatamente";
+$a->strings["Shady, spammer, self-marketer"] = "Suspeito, spammer, propagandista";
+$a->strings["Known to me, but no opinion"] = "Eu conheço, mas não tenho opinião a respeito";
+$a->strings["OK, probably harmless"] = "Ok, provavelmente inofensivo";
+$a->strings["Reputable, has my trust"] = "Boa reputação, tem minha confiança";
+$a->strings["Frequently"] = "Frequentemente";
+$a->strings["Hourly"] = "De hora em hora";
+$a->strings["Twice daily"] = "Duas vezes ao dia";
+$a->strings["Daily"] = "Diariamente";
+$a->strings["Weekly"] = "Semanalmente";
+$a->strings["Monthly"] = "Mensalmente";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/MI";
+$a->strings["MySpace"] = "MySpace";
+$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["This event has been added to your calendar."] = "Esse evento foi adicionado ao seu calendário.";
+$a->strings["Male"] = "Masculino";
+$a->strings["Female"] = "Feminino";
+$a->strings["Currently Male"] = "Atualmente masculino";
+$a->strings["Currently Female"] = "Atualmente feminino";
+$a->strings["Mostly Male"] = "Masculino a maior parte do tempo";
+$a->strings["Mostly Female"] = "Feminino a maior parte do tempo";
+$a->strings["Transgender"] = "Transgênero";
+$a->strings["Intersex"] = "Intersexuado";
+$a->strings["Transsexual"] = "Transexual";
+$a->strings["Hermaphrodite"] = "Hermafrodita";
+$a->strings["Neuter"] = "Neutro";
+$a->strings["Non-specific"] = "Não específico";
+$a->strings["Other"] = "Outro";
+$a->strings["Undecided"] = "Indeciso";
+$a->strings["Males"] = "Homens";
+$a->strings["Females"] = "Mulheres";
+$a->strings["Gay"] = "Gays";
+$a->strings["Lesbian"] = "Lésbicas";
+$a->strings["No Preference"] = "Sem preferência";
+$a->strings["Bisexual"] = "Bissexuais";
+$a->strings["Autosexual"] = "Autossexuais";
+$a->strings["Abstinent"] = "Abstinentes";
+$a->strings["Virgin"] = "Virgens";
+$a->strings["Deviant"] = "Desviantes";
+$a->strings["Fetish"] = "Fetiches";
+$a->strings["Oodles"] = "Abundância";
+$a->strings["Nonsexual"] = "Não sexuais";
+$a->strings["Single"] = "Solteiro(a)";
+$a->strings["Lonely"] = "Solitário(a)";
+$a->strings["Available"] = "Disponível";
+$a->strings["Unavailable"] = "Não disponível";
+$a->strings["Has crush"] = "Tem uma paixão";
+$a->strings["Infatuated"] = "Apaixonado";
+$a->strings["Dating"] = "Saindo com alguém";
+$a->strings["Unfaithful"] = "Infiel";
+$a->strings["Sex Addict"] = "Viciado(a) em sexo";
+$a->strings["Friends/Benefits"] = "Amigos com benefícios";
+$a->strings["Casual"] = "Casual";
+$a->strings["Engaged"] = "Envolvido(a)";
+$a->strings["Married"] = "Casado(a)";
+$a->strings["Imaginarily married"] = "Casado imaginariamente";
+$a->strings["Partners"] = "Parceiros";
+$a->strings["Cohabiting"] = "Coabitando";
+$a->strings["Common law"] = "Direito comum";
+$a->strings["Happy"] = "Feliz";
+$a->strings["Not looking"] = "Não estou procurando";
+$a->strings["Swinger"] = "Swinger";
+$a->strings["Betrayed"] = "Traído(a)";
+$a->strings["Separated"] = "Separado(a)";
+$a->strings["Unstable"] = "Instável";
+$a->strings["Divorced"] = "Divorciado(a)";
+$a->strings["Imaginarily divorced"] = "Divorciado imaginariamente";
+$a->strings["Widowed"] = "Viúvo(a)";
+$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["Not a valid email address"] = "Não é um endereço de e-mail válido";
$a->strings["Your email domain is not among those allowed on this site"] = "O domínio do seu e-mail não está entre os permitidos neste site";
$a->strings["Your email address is already registered at this site."] = "O seu endereço de e-mail já está registrado neste site.";
@@ -98,24 +352,22 @@ $a->strings["your registration password"] = "sua senha de registro";
$a->strings["Registration details for %s"] = "Detalhes do registro de %s";
$a->strings["Account approved."] = "A conta foi aprovada.";
$a->strings["Registration revoked for %s"] = "O registro de %s foi revogado";
-$a->strings["Permission denied."] = "Permissão negada.";
-$a->strings["Image exceeds website size limit of %lu bytes"] = "A imagem excede o limite de tamanho do site, que é de %";
-$a->strings["Image file is empty."] = "O arquivo de imagem está vazio.";
-$a->strings["Unable to process image"] = "Não foi possível processar a imagem";
-$a->strings["Photo storage failed."] = "Não foi possível armazenar a foto.";
-$a->strings["Photo Albums"] = "Álbuns de fotos";
-$a->strings["Upload New Photos"] = "Enviar novas fotos";
-$a->strings["Visible to everybody"] = "Visível para todos";
-$a->strings["Show"] = "Exibir";
-$a->strings["Don't show"] = "Não exibir";
-$a->strings["Permissions"] = "Permissões";
-$a->strings["Close"] = "Fechar";
-$a->strings[" and "] = " e ";
-$a->strings["public profile"] = "perfil público";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s mudou %2\$s para &ldquo;%3\$s&rdquo;";
-$a->strings["Visit %1\$s's %2\$s"] = "Visite o %2\$s de %1\$s";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s atualizou %2\$s, alterando %3\$s.";
-$a->strings["Public Timeline"] = "Linha do tempo pública";
+$a->strings["Embedded content"] = "Conteúdo incorporado";
+$a->strings["Embedding disabled"] = "A incorporação está desabilitada";
+$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["view full size"] = "ver na tela inteira";
+$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["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";
+$a->strings["edit"] = "editar";
+$a->strings["Collections"] = "Coleções";
+$a->strings["Edit collection"] = "Editar coleção";
+$a->strings["Create a new collection"] = "Criar uma nova coleção";
+$a->strings["Channels not in any collection"] = "Canais que não estão em nenhuma coleção";
+$a->strings["add"] = "adicionar";
$a->strings["Item was not found."] = "O item não foi encontrado.";
$a->strings["No source file."] = "Nenhum arquivo de origem.";
$a->strings["Cannot locate file to replace"] = "Não foi possível locar o arquivo a ser substituído";
@@ -130,56 +382,58 @@ $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["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["%1\$s's bookmarks"] = "Links guardados de %1\$s";
-$a->strings["Missing room name"] = "Nome da sala vazio";
-$a->strings["Duplicate room name"] = "Nome da sala duplicado";
-$a->strings["Invalid room specifier."] = "Especificador de sala inválido.";
-$a->strings["Room not found."] = "A sala não foi encontrada.";
-$a->strings["Room is full"] = "A sala está cheia";
-$a->strings["Tags"] = "Etiquetas";
-$a->strings["Keywords"] = "Palavras-chave";
-$a->strings["have"] = "tenho";
-$a->strings["has"] = "tem";
-$a->strings["want"] = "quero";
-$a->strings["wants"] = "quer";
-$a->strings["likes"] = "gosta";
-$a->strings["dislikes"] = "desgosta";
-$a->strings["Default"] = "Default";
-$a->strings["Unknown | Not categorised"] = "Desconhecido | Não categorizado";
-$a->strings["Block immediately"] = "Bloquear imediatamente";
-$a->strings["Shady, spammer, self-marketer"] = "Suspeito, spammer, propagandista";
-$a->strings["Known to me, but no opinion"] = "Eu conheço, mas não tenho opinião a respeito";
-$a->strings["OK, probably harmless"] = "Ok, provavelmente inofensivo";
-$a->strings["Reputable, has my trust"] = "Boa reputação, tem minha confiança";
-$a->strings["Frequently"] = "Frequentemente";
-$a->strings["Hourly"] = "De hora em hora";
-$a->strings["Twice daily"] = "Duas vezes ao dia";
-$a->strings["Daily"] = "Diariamente";
-$a->strings["Weekly"] = "Semanalmente";
-$a->strings["Monthly"] = "Mensalmente";
-$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/MI";
-$a->strings["MySpace"] = "MySpace";
+$a->strings["Private Message"] = "Mensagem privada";
+$a->strings["Delete"] = "Excluir";
+$a->strings["Select"] = "Selecionar";
+$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["Message is verified"] = "A mensagem foi verificada";
+$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[" from %s"] = "de %s";
+$a->strings["last edited: %s"] = "última edição: %s";
+$a->strings["Expires: %s"] = "Expira: %s";
+$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["Close"] = "Fechar";
+$a->strings["Please wait"] = "Por favor, espere";
+$a->strings["%d comment"] = array(
+ 0 => "%d comentário",
+ 1 => "%d comentários",
+);
+$a->strings["This is you"] = "Este(a) é você";
+$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["Encrypt text"] = "Encriptar texto";
+$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["prev"] = "anterior";
$a->strings["first"] = "primeiro";
$a->strings["last"] = "último";
@@ -251,7 +505,7 @@ $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["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: ";
@@ -266,147 +520,6 @@ $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",
-);
-$a->strings["Advanced"] = "Avançado";
-$a->strings["Find Channels"] = "Pesquisar canais";
-$a->strings["Enter name or interest"] = "Digite um nome ou interesse";
-$a->strings["Connect/Follow"] = "Conectar/Acompanhar";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Por exemplo: José da Silva, Pescaria";
-$a->strings["Find"] = "Pesquisar";
-$a->strings["Channel Suggestions"] = "Sugestões de canais";
-$a->strings["Random Profile"] = "Perfil aleatório";
-$a->strings["Invite Friends"] = "Convidar amigos";
-$a->strings["Exammple: name=fred and country=iceland"] = "Exemplo: name=raoni and country=peru";
-$a->strings["Advanced Find"] = "Busca avançada";
-$a->strings["Saved Folders"] = "Pastas salvas";
-$a->strings["Everything"] = "Tudo";
-$a->strings["Categories"] = "Categorias";
-$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["Miscellaneous"] = "Miscelânea";
-$a->strings["year"] = "ano";
-$a->strings["month"] = "mês";
-$a->strings["day"] = "dia";
-$a->strings["never"] = "nunca";
-$a->strings["less than a second ago"] = "menos de um segundo atrás";
-$a->strings["years"] = "anos";
-$a->strings["months"] = "meses";
-$a->strings["week"] = "semana";
-$a->strings["weeks"] = "semanas";
-$a->strings["days"] = "dias";
-$a->strings["hour"] = "hora";
-$a->strings["hours"] = "horas";
-$a->strings["minute"] = "minuto";
-$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["Sort Options"] = "Opções de ordenação";
$a->strings["Alphabetic"] = "Alfabética";
$a->strings["Reverse Alphabetic"] = "Alfabética reversa";
@@ -414,6 +527,12 @@ $a->strings["Newest to Oldest"] = "Das mais recentes para as mais antigas";
$a->strings["Enable Safe Search"] = "Habilitar busca tranquila";
$a->strings["Disable Safe Search"] = "Desabilitar busca tranquila";
$a->strings["Safe Mode"] = "Modo tranquilo";
+$a->strings["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["Red Matrix Notification"] = "Notificação da Red Matrix";
$a->strings["redmatrix"] = "redmatrix";
$a->strings["Thank You,"] = "Obrigado(a),";
@@ -453,199 +572,35 @@ $a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\
$a->strings["Name:"] = "Nome:";
$a->strings["Photo:"] = "Foto:";
$a->strings["Please visit %s to approve or reject the suggestion."] = "Por favor, visite %s para aprovar ou rejeitar a sugestão.";
-$a->strings["General Features"] = "Recursos gerais";
-$a->strings["Content Expiration"] = "Expiração de conteúdo";
-$a->strings["Remove posts/comments and/or private messages at a future time"] = "Remover publicações/comentários e/ou mensagens privadas num momento futuro.";
-$a->strings["Multiple Profiles"] = "Múltiplos perfis";
-$a->strings["Ability to create multiple profiles"] = "Possibilidade de criar múltiplos perfis";
-$a->strings["Web Pages"] = "Páginas web";
-$a->strings["Provide managed web pages on your channel"] = "Fornece páginas web gerenciáveis no seu canal";
-$a->strings["Private Notes"] = "Notas privadas";
-$a->strings["Enables a tool to store notes and reminders"] = "Habilita uma ferramenta para guardar notas e lembretes";
-$a->strings["Extended Identity Sharing"] = "Compartilhamento estendido de identidade";
-$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Compartilhar sua identidade com todos os websites na internet. Quando desabilitado, sua identidade é compartilhada apenas com outros sites na matrix.";
-$a->strings["Expert Mode"] = "Modo Expert";
-$a->strings["Enable Expert Mode to provide advanced configuration options"] = "O Modo Expert fornece opções de configurações avançadas";
-$a->strings["Premium Channel"] = "Canal premium";
-$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Permite definir restrições e termos para aqueles que se conectarem ao seu canal";
-$a->strings["Post Composition Features"] = "Recursos de composição de publicações";
-$a->strings["Richtext Editor"] = "Editor richtext";
-$a->strings["Enable richtext editor"] = "Habilita o editor richtext";
-$a->strings["Post Preview"] = "Pré-visualizar a publicação";
-$a->strings["Allow previewing posts and comments before publishing them"] = "Permite visualizar publicações e comentários antes de publicá-los";
-$a->strings["Channel Sources"] = "Fontes do canal";
-$a->strings["Automatically import channel content from other channels or feeds"] = "Importar automaticamente conteúdo de outros canais ou fontes";
-$a->strings["Even More Encryption"] = "Mais encriptação ainda";
-$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Permitir encriptação opcional de conteúdo, ponta-a-ponta com uma chave secreta compartilhada";
-$a->strings["Network and Stream Filtering"] = "Filtragem de rede e fluxo";
-$a->strings["Search by Date"] = "Pesquisar por data";
-$a->strings["Ability to select posts by date ranges"] = "capacidade de selecionar publicações por intervalos de datas";
-$a->strings["Collections Filter"] = "Filtros de coleções";
-$a->strings["Enable widget to display Network posts only from selected collections"] = "Habilita widget para exibir publicações da rede apenas para determinadas coleções";
-$a->strings["Saved Searches"] = "Pesquisas salvas";
-$a->strings["Save search terms for re-use"] = "Termos de pesquisa salvos para reutilização";
-$a->strings["Network Personal Tab"] = "Aba de interações na rede";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilita uma aba para exibir apenas publicações da rede com as quais você interagiu";
-$a->strings["Network New Tab"] = "Aba de novidades da rede";
-$a->strings["Enable tab to display all new Network activity"] = "Habilita uma aba para exibir todas as novas atividades da rede";
-$a->strings["Affinity Tool"] = "Ferramenta de afinidade";
-$a->strings["Filter stream activity by depth of relationships"] = "Filtra o fluxo de atividades de acordo com o nível do relacionamento";
-$a->strings["Suggest Channels"] = "Sugerir canais";
-$a->strings["Show channel suggestions"] = "Exibir sugestões de canais";
-$a->strings["Post/Comment Tools"] = "Ferramentas de publicação/comentário";
-$a->strings["Edit Sent Posts"] = "Editar publicações enviadas";
-$a->strings["Edit and correct posts and comments after sending"] = "Edita e corrige publicações e comentários após terem sido enviados";
-$a->strings["Tagging"] = "Etiquetagem";
-$a->strings["Ability to tag existing posts"] = "Possibilidade de colocar etiquetas em publicações existentes";
-$a->strings["Post Categories"] = "Categorizar publicações";
-$a->strings["Add categories to your posts"] = "Adiciona categorias às suas publicações";
-$a->strings["Ability to file posts under folders"] = "Possibilidade de arquivar publicações em pastas";
-$a->strings["Dislike Posts"] = "Desgostar de publicações";
-$a->strings["Ability to dislike posts/comments"] = "Possibilidade de desgostar de publicações/comentários";
-$a->strings["Star Posts"] = "Destacar publicações";
-$a->strings["Ability to mark special posts with a star indicator"] = "Possibilidade de marcar publicações em destaque com uma estrela indicadora";
-$a->strings["Tag Cloud"] = "Nuvem de etiquetas";
-$a->strings["Provide a personal tag cloud on your channel page"] = "Fornece uma nuvem de etiquetas pessoais à página do seu canal";
-$a->strings["Channel is blocked on this site."] = "O canal está bloqueado neste site.";
-$a->strings["Channel location missing."] = "A localização do canal foi perdida";
-$a->strings["Response from remote channel was incomplete."] = "A resposta do canal remoto está incompleta.";
-$a->strings["Channel was deleted and no longer exists."] = "O canal foi deletado e não existe mais.";
-$a->strings["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";
-$a->strings["edit"] = "editar";
-$a->strings["Collections"] = "Coleções";
-$a->strings["Edit collection"] = "Editar coleção";
-$a->strings["Create a new collection"] = "Criar uma nova coleção";
-$a->strings["Channels not in any collection"] = "Canais que não estão em nenhuma coleção";
-$a->strings["add"] = "adicionar";
-$a->strings["Unable to obtain identity information from database"] = "Não foi possível obter a informação da identidade a partir do banco de dados";
-$a->strings["Empty name"] = "O nome está em branco";
-$a->strings["Name too long"] = "O nome é muito grande";
-$a->strings["No account identifier"] = "Sem identificador de conta";
-$a->strings["Nickname is required."] = "É necessário informar o apelido.";
-$a->strings["Reserved nickname. Please choose another."] = "Apelido reservado. Por favor escolha outro.";
-$a->strings["Nickname has unsupported characters or is already being used on this site."] = "O apelido possui caracteres não suportados ou já está sendo usado nesse site.";
-$a->strings["Unable to retrieve created identity"] = "Não foi possível recuperar a identidade criada";
-$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["Change profile photo"] = "Mudar a foto do perfil";
-$a->strings["Profiles"] = "Perfis";
-$a->strings["Manage/edit profiles"] = "Administrar/editar perfis";
-$a->strings["Create New Profile"] = "Criar um novo perfil";
-$a->strings["Edit Profile"] = "Editar perfil";
-$a->strings["Profile Image"] = "Imagem do perfil";
-$a->strings["visible to everybody"] = "visível para todos";
-$a->strings["Edit visibility"] = "Editar a visibilidade";
-$a->strings["Gender:"] = "Gênero:";
-$a->strings["Status:"] = "Situação:";
-$a->strings["Homepage:"] = "Página web:";
-$a->strings["Online Now"] = "Online agora";
-$a->strings["g A l F d"] = "G l d F";
-$a->strings["F d"] = "F d";
-$a->strings["[today]"] = "[hoje]";
-$a->strings["Birthday Reminders"] = "Lembres de aniversário";
-$a->strings["Birthdays this week:"] = "Aniversários nesta semana:";
-$a->strings["[No description]"] = "[Sem descrição]";
-$a->strings["Event Reminders"] = "Lembretes de eventos";
-$a->strings["Events this week:"] = "Eventos nesta semana:";
-$a->strings["Profile"] = "Perfil";
-$a->strings["Full Name:"] = "Nome completo:";
-$a->strings["j F, Y"] = "j \\d\\e F, Y";
-$a->strings["j F"] = "j \\d\\e F";
-$a->strings["Birthday:"] = "Aniversário:";
-$a->strings["Age:"] = "Idade:";
-$a->strings["for %1\$d %2\$s"] = "para %1\$d %2\$s";
-$a->strings["Sexual Preference:"] = "Preferência sexual:";
-$a->strings["Hometown:"] = "Cidade natal:";
-$a->strings["Tags:"] = "Etiquetas:";
-$a->strings["Political Views:"] = "Posição política:";
-$a->strings["Religion:"] = "Religião:";
-$a->strings["About:"] = "Sobre:";
-$a->strings["Hobbies/Interests:"] = "Hobbies/Interesses:";
-$a->strings["Likes:"] = "Gosta de:";
-$a->strings["Dislikes:"] = "Não gosta de:";
-$a->strings["Contact information and Social Networks:"] = "Informações de contato e redes sociais:";
-$a->strings["My other channels:"] = "Meus outros canais:";
-$a->strings["Musical interests:"] = "Interesses musicais:";
-$a->strings["Books, literature:"] = "Livros, literatura:";
-$a->strings["Television:"] = "Televisão:";
-$a->strings["Film/dance/culture/entertainment:"] = "Filmes/dança/cultura/entretenimento:";
-$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["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["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["timeago.prefixAgo"] = "timeago.prefixAgo";
-$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
-$a->strings["ago"] = "atrás";
-$a->strings["from now"] = "de agora";
-$a->strings["less than a minute"] = "menos de um minuto";
-$a->strings["about a minute"] = "aproximadamente um minuto";
-$a->strings["%d minutes"] = "%d minutos";
-$a->strings["about an hour"] = "aproximadamente uma hora";
-$a->strings["about %d hours"] = "aproximadamente %d horas";
-$a->strings["a day"] = "um dia";
-$a->strings["%d days"] = "%d dias";
-$a->strings["about a month"] = "aproximadamente um mês";
-$a->strings["%d months"] = "%d meses";
-$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["%1\$s's bookmarks"] = "Links guardados de %1\$s";
$a->strings["End this session"] = "Encerrar essa sessão";
$a->strings["Home"] = "Ver canal";
$a->strings["Your posts and conversations"] = "Suas publicações e conversas";
+$a->strings["View Profile"] = "Ver perfil";
$a->strings["Your profile page"] = "A página do seu perfil";
$a->strings["Edit Profiles"] = "Editar perfis";
$a->strings["Manage/Edit profiles"] = "Administrar/Editar perfis";
+$a->strings["Photos"] = "Fotos";
$a->strings["Your photos"] = "Suas fotos";
+$a->strings["Files"] = "Arquivos";
$a->strings["Your files"] = "Seus arquivos";
$a->strings["Chat"] = "Bate-papo";
$a->strings["Your chatrooms"] = "Suas salas de bate-papo";
+$a->strings["Events"] = "Eventos";
$a->strings["Your events"] = "Seus eventos";
+$a->strings["Bookmarks"] = "Links guardados";
$a->strings["Your bookmarks"] = "Seus links guardados";
+$a->strings["Webpages"] = "Páginas web";
$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["Applications, utilities, links, games"] = "Aplicações, utilitários, links, jogos";
$a->strings["Search site content"] = "Pesquisar o conteúdo do site";
$a->strings["Directory"] = "Diretório";
$a->strings["Channel Locator"] = "Localizador de canais";
@@ -679,69 +634,176 @@ $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["Male"] = "Masculino";
-$a->strings["Female"] = "Feminino";
-$a->strings["Currently Male"] = "Atualmente masculino";
-$a->strings["Currently Female"] = "Atualmente feminino";
-$a->strings["Mostly Male"] = "Masculino a maior parte do tempo";
-$a->strings["Mostly Female"] = "Feminino a maior parte do tempo";
-$a->strings["Transgender"] = "Transgênero";
-$a->strings["Intersex"] = "Intersexuado";
-$a->strings["Transsexual"] = "Transexual";
-$a->strings["Hermaphrodite"] = "Hermafrodita";
-$a->strings["Neuter"] = "Neutro";
-$a->strings["Non-specific"] = "Não específico";
-$a->strings["Other"] = "Outro";
-$a->strings["Undecided"] = "Indeciso";
-$a->strings["Males"] = "Homens";
-$a->strings["Females"] = "Mulheres";
-$a->strings["Gay"] = "Gays";
-$a->strings["Lesbian"] = "Lésbicas";
-$a->strings["No Preference"] = "Sem preferência";
-$a->strings["Bisexual"] = "Bissexuais";
-$a->strings["Autosexual"] = "Autossexuais";
-$a->strings["Abstinent"] = "Abstinentes";
-$a->strings["Virgin"] = "Virgens";
-$a->strings["Deviant"] = "Desviantes";
-$a->strings["Fetish"] = "Fetiches";
-$a->strings["Oodles"] = "Abundância";
-$a->strings["Nonsexual"] = "Não sexuais";
-$a->strings["Single"] = "Solteiro(a)";
-$a->strings["Lonely"] = "Solitário(a)";
-$a->strings["Available"] = "Disponível";
-$a->strings["Unavailable"] = "Não disponível";
-$a->strings["Has crush"] = "Tem uma paixão";
-$a->strings["Infatuated"] = "Apaixonado";
-$a->strings["Dating"] = "Saindo com alguém";
-$a->strings["Unfaithful"] = "Infiel";
-$a->strings["Sex Addict"] = "Viciado(a) em sexo";
-$a->strings["Friends/Benefits"] = "Amigos com benefícios";
-$a->strings["Casual"] = "Casual";
-$a->strings["Engaged"] = "Envolvido(a)";
-$a->strings["Married"] = "Casado(a)";
-$a->strings["Imaginarily married"] = "Casado imaginariamente";
-$a->strings["Partners"] = "Parceiros";
-$a->strings["Cohabiting"] = "Coabitando";
-$a->strings["Common law"] = "Direito comum";
-$a->strings["Happy"] = "Feliz";
-$a->strings["Not looking"] = "Não estou procurando";
-$a->strings["Swinger"] = "Swinger";
-$a->strings["Betrayed"] = "Traído(a)";
-$a->strings["Separated"] = "Separado(a)";
-$a->strings["Unstable"] = "Instável";
-$a->strings["Divorced"] = "Divorciado(a)";
-$a->strings["Imaginarily divorced"] = "Divorciado imaginariamente";
-$a->strings["Widowed"] = "Viúvo(a)";
-$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["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["General Features"] = "Recursos gerais";
+$a->strings["Content Expiration"] = "Expiração de conteúdo";
+$a->strings["Remove posts/comments and/or private messages at a future time"] = "Remover publicações/comentários e/ou mensagens privadas num momento futuro.";
+$a->strings["Multiple Profiles"] = "Múltiplos perfis";
+$a->strings["Ability to create multiple profiles"] = "Possibilidade de criar múltiplos perfis";
+$a->strings["Web Pages"] = "Páginas web";
+$a->strings["Provide managed web pages on your channel"] = "Fornece páginas web gerenciáveis no seu canal";
+$a->strings["Private Notes"] = "Notas privadas";
+$a->strings["Enables a tool to store notes and reminders"] = "Habilita uma ferramenta para guardar notas e lembretes";
+$a->strings["Extended Identity Sharing"] = "Compartilhamento estendido de identidade";
+$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Compartilhar sua identidade com todos os websites na internet. Quando desabilitado, sua identidade é compartilhada apenas com outros sites na matrix.";
+$a->strings["Expert Mode"] = "Modo Expert";
+$a->strings["Enable Expert Mode to provide advanced configuration options"] = "O Modo Expert fornece opções de configurações avançadas";
+$a->strings["Premium Channel"] = "Canal premium";
+$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Permite definir restrições e termos para aqueles que se conectarem ao seu canal";
+$a->strings["Post Composition Features"] = "Recursos de composição de publicações";
+$a->strings["Richtext Editor"] = "Editor richtext";
+$a->strings["Enable richtext editor"] = "Habilita o editor richtext";
+$a->strings["Post Preview"] = "Pré-visualizar a publicação";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Permite visualizar publicações e comentários antes de publicá-los";
+$a->strings["Channel Sources"] = "Fontes do canal";
+$a->strings["Automatically import channel content from other channels or feeds"] = "Importar automaticamente conteúdo de outros canais ou fontes";
+$a->strings["Even More Encryption"] = "Mais encriptação ainda";
+$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Permitir encriptação opcional de conteúdo, ponta-a-ponta com uma chave secreta compartilhada";
+$a->strings["Network and Stream Filtering"] = "Filtragem de rede e fluxo";
+$a->strings["Search by Date"] = "Pesquisar por data";
+$a->strings["Ability to select posts by date ranges"] = "capacidade de selecionar publicações por intervalos de datas";
+$a->strings["Collections Filter"] = "Filtros de coleções";
+$a->strings["Enable widget to display Network posts only from selected collections"] = "Habilita widget para exibir publicações da rede apenas para determinadas coleções";
+$a->strings["Saved Searches"] = "Pesquisas salvas";
+$a->strings["Save search terms for re-use"] = "Termos de pesquisa salvos para reutilização";
+$a->strings["Network Personal Tab"] = "Aba de interações na rede";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilita uma aba para exibir apenas publicações da rede com as quais você interagiu";
+$a->strings["Network New Tab"] = "Aba de novidades da rede";
+$a->strings["Enable tab to display all new Network activity"] = "Habilita uma aba para exibir todas as novas atividades da rede";
+$a->strings["Affinity Tool"] = "Ferramenta de afinidade";
+$a->strings["Filter stream activity by depth of relationships"] = "Filtra o fluxo de atividades de acordo com o nível do relacionamento";
+$a->strings["Suggest Channels"] = "Sugerir canais";
+$a->strings["Show channel suggestions"] = "Exibir sugestões de canais";
+$a->strings["Post/Comment Tools"] = "Ferramentas de publicação/comentário";
+$a->strings["Edit Sent Posts"] = "Editar publicações enviadas";
+$a->strings["Edit and correct posts and comments after sending"] = "Edita e corrige publicações e comentários após terem sido enviados";
+$a->strings["Tagging"] = "Etiquetagem";
+$a->strings["Ability to tag existing posts"] = "Possibilidade de colocar etiquetas em publicações existentes";
+$a->strings["Post Categories"] = "Categorizar publicações";
+$a->strings["Add categories to your posts"] = "Adiciona categorias às suas publicações";
+$a->strings["Ability to file posts under folders"] = "Possibilidade de arquivar publicações em pastas";
+$a->strings["Dislike Posts"] = "Desgostar de publicações";
+$a->strings["Ability to dislike posts/comments"] = "Possibilidade de desgostar de publicações/comentários";
+$a->strings["Star Posts"] = "Destacar publicações";
+$a->strings["Ability to mark special posts with a star indicator"] = "Possibilidade de marcar publicações em destaque com uma estrela indicadora";
+$a->strings["Tag Cloud"] = "Nuvem de etiquetas";
+$a->strings["Provide a personal tag cloud on your channel page"] = "Fornece uma nuvem de etiquetas pessoais à página do seu canal";
+$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["Site Admin"] = "Administração do site";
+$a->strings["Address Book"] = "Livro de Endereços";
+$a->strings["Mood"] = "Humor";
+$a->strings["Poke"] = "Cutucar";
+$a->strings["Update"] = "Atualizar";
+$a->strings["Install"] = "Instalar";
+$a->strings["Purchase"] = "Compras";
+$a->strings["Unknown"] = "Desconhecidos";
+$a->strings["Public Timeline"] = "Linha do tempo pública";
+$a->strings["Missing room name"] = "Nome da sala vazio";
+$a->strings["Duplicate room name"] = "Nome da sala duplicado";
+$a->strings["Invalid room specifier."] = "Especificador de sala inválido.";
+$a->strings["Room not found."] = "A sala não foi encontrada.";
+$a->strings["Room is full"] = "A sala está cheia";
+$a->strings["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["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s é %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 Photos"] = "Ver fotos";
+$a->strings["Matrix Activity"] = "Atividade na matriz";
+$a->strings["Edit Contact"] = "Editar contato";
+$a->strings["Send PM"] = "Enviar MP";
+$a->strings["%s likes this."] = "%s gostou disso.";
+$a->strings["%s doesn't like this."] = "%s não gostou disso.";
+$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
+ 0 => "",
+ 1 => "<span %1\$s>%2\$d pessoas</span> gostaram disso.",
+);
+$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
+ 0 => "",
+ 1 => "<span %1\$s>%2\$d pessoas</span> não gostaram disso.",
+);
+$a->strings["and"] = "e";
+$a->strings[", and %d other people"] = array(
+ 0 => "",
+ 1 => ", e mais %d outras pessoas",
+);
+$a->strings["%s like this."] = "%s gostou disso.";
+$a->strings["%s don't like this."] = "%s não gostou disso.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Visível para <strong>todos</strong>";
+$a->strings["Please enter a link URL:"] = "Por favor, digite uma URL:";
+$a->strings["Please enter a video link/URL:"] = "Por favor, digite o link/URL do vídeo:";
+$a->strings["Please enter an audio link/URL:"] = "Por favor, digite o link/URL do áudio:";
+$a->strings["Tag term:"] = "Etiqueta:";
+$a->strings["Save to Folder:"] = "Salvar para a pasta:";
+$a->strings["Where are you right now?"] = "Onde você está agora?";
+$a->strings["Expires YYYY-MM-DD HH:MM"] = "Expira YYYY-MM-DD HH:MM";
+$a->strings["Share"] = "Compartilhar";
+$a->strings["Page link title"] = "Título do link da página";
+$a->strings["Post as"] = "Publicar como";
+$a->strings["Upload photo"] = "Enviar foto";
+$a->strings["upload photo"] = "enviar foto";
+$a->strings["Attach file"] = "Anexar arquivo";
+$a->strings["attach file"] = "anexar arquivo";
+$a->strings["Insert web link"] = "Inserir link web";
+$a->strings["web link"] = "link web";
+$a->strings["Insert video link"] = "Inserir link de vídeo";
+$a->strings["video link"] = "link de vídeo";
+$a->strings["Insert audio link"] = "Inserir link de áudio";
+$a->strings["audio link"] = "link de áudio";
+$a->strings["Set your location"] = "Definir sua localização";
+$a->strings["set location"] = "definir localização";
+$a->strings["Clear browser location"] = "Limpar a localização do navegador";
+$a->strings["clear location"] = "limpar a localização";
+$a->strings["Set title"] = "Definir o título";
+$a->strings["Categories (comma-separated list)"] = "Categorias (lista separada por vírgulas)";
+$a->strings["Permission settings"] = "Configurações de permissão";
+$a->strings["permissions"] = "permissões";
+$a->strings["Public post"] = "Publicação pública";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Por exemplo: joao@exemplo.com, maria@exemplo.com";
+$a->strings["Set expiration date"] = "Definir data de expiração";
+$a->strings["OK"] = "Ok";
+$a->strings["Cancel"] = "Cancelar";
+$a->strings["Discover"] = "Descubra";
+$a->strings["Imported public streams"] = "Fluxos públicos importados";
+$a->strings["Commented Order"] = "Recentes e comentados";
+$a->strings["Sort by Comment Date"] = "Ordenar pela data do último comentário";
+$a->strings["Posted Order"] = "Recentemente publicados";
+$a->strings["Sort by Post Date"] = "Ordenar pela data da publicação";
+$a->strings["Personal"] = "Pessoal";
+$a->strings["Posts that mention or involve you"] = "Publicações que mencionam ou envolvem você";
+$a->strings["New"] = "Novo";
+$a->strings["Activity Stream - by date"] = "Fluxo de atividades - por data";
+$a->strings["Starred"] = "Estrelados";
+$a->strings["Favourite Posts"] = "Publicações favoritas";
+$a->strings["Spam"] = "Spam";
+$a->strings["Posts flagged as SPAM"] = "Publicações marcadas como SPAM";
+$a->strings["Channel"] = "Canal";
+$a->strings["Status Messages and Posts"] = "Mensagens de status e publicações";
+$a->strings["About"] = "Sobre";
+$a->strings["Profile Details"] = "Detalhes do perfil";
+$a->strings["Files and Storage"] = "Arquivos e armazenamento";
+$a->strings["Chatrooms"] = "Salas de bate-papo";
+$a->strings["Events and Calendar"] = "Eventos e calendário";
+$a->strings["Saved Bookmarks"] = "Links guardados";
+$a->strings["Manage Webpages"] = "Administrar páginas web";
+$a->strings["Visible to everybody"] = "Visível para todos";
+$a->strings["Show"] = "Exibir";
+$a->strings["Don't show"] = "Não exibir";
+$a->strings["Permissions"] = "Permissões";
+$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...";
@@ -772,42 +834,157 @@ $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.";
-$a->strings["Unable to update menu element."] = "Não foi possível atualizar o elemento de menu.";
-$a->strings["Menu element added."] = "O elemento de menu foi adicionado.";
-$a->strings["Unable to add menu element."] = "Não foi possível adicionar o elemento de menu.";
-$a->strings["Not found."] = "Não encontrado.";
-$a->strings["Manage Menu Elements"] = "Administrar elementos de menu";
-$a->strings["Edit menu"] = "Editar menu";
-$a->strings["Edit element"] = "Editar elemento";
-$a->strings["Drop element"] = "Descartar elemento";
-$a->strings["New element"] = "Novo elemento";
-$a->strings["Edit this menu container"] = "Editar esta caixa de menu";
-$a->strings["Add menu element"] = "Adicionar um elemento de menu";
-$a->strings["Delete this menu item"] = "Deleter este item de menu";
-$a->strings["Edit this menu item"] = "Editar este item de menu";
-$a->strings["New Menu Element"] = "Novo elemento de menu";
-$a->strings["Menu Item Permissions"] = "Permissões do item do menu";
+$a->strings["Channel is blocked on this site."] = "O canal está bloqueado neste site.";
+$a->strings["Channel location missing."] = "A localização do canal foi perdida";
+$a->strings["Response from remote channel was incomplete."] = "A resposta do canal remoto está incompleta.";
+$a->strings["Channel was deleted and no longer exists."] = "O canal foi deletado e não existe mais.";
+$a->strings["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["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["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["Name is required"] = "O nome é obrigatório";
+$a->strings["Key and Secret are required"] = "A chave e o segredo são obrigatórios";
+$a->strings["Passwords do not match. Password unchanged."] = "As senhas não correspondem. A senha não foi modificada.";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "Não é permitido uma senha em branco. A senha não foi modificada.";
+$a->strings["Password changed."] = "A senha foi modificada.";
+$a->strings["Password update failed. Please try again."] = "Não foi possível atualizar a senha. Por favor, tente novamente.";
+$a->strings["Not valid email."] = "Não é um e-mail válido";
+$a->strings["Protected email address. Cannot change to that email."] = "Endereço de e-mail protegido. Não é possível mudar para esse e-mail.";
+$a->strings["System failure storing new email. Please try again."] = "Falha do sistema ao armazenar novo e-mail. Por favor, tente novamente.";
+$a->strings["Settings updated."] = "As configurações foram atualizadas.";
+$a->strings["Add application"] = "Adicionar aplicação";
+$a->strings["Name"] = "Nome";
+$a->strings["Name of application"] = "Nome da aplicação";
+$a->strings["Consumer Key"] = "Chave de consumidor";
+$a->strings["Automatically generated - change if desired. Max length 20"] = "Gerado automaticamente - troque se desejável. Comprimento máximo 20";
+$a->strings["Consumer Secret"] = "Segredo de consumidor";
+$a->strings["Redirect"] = "Redirecionamento";
+$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI de redirecionamento - deixe em branco, a não ser que sua aplicação especificamente requeira isso";
+$a->strings["Icon url"] = "URL do ícone";
+$a->strings["Optional"] = "Opcional";
+$a->strings["You can't edit this application."] = "Você não pode editar esta aplicação.";
+$a->strings["Connected Apps"] = "Aplicações conectadas";
+$a->strings["Client key starts with"] = "Chave do cliente começa com";
+$a->strings["No name"] = "Sem nome";
+$a->strings["Remove authorization"] = "Remover autorização";
+$a->strings["No feature settings configured"] = "Não foi definida nenhuma configuração do recurso";
+$a->strings["Feature Settings"] = "Configurações do recurso";
+$a->strings["Account Settings"] = "Configurações da conta";
+$a->strings["Password Settings"] = "Configurações da senha";
+$a->strings["New Password:"] = "Nova senha:";
+$a->strings["Confirm:"] = "Confirme:";
+$a->strings["Leave password fields blank unless changing"] = "Deixe os campos de senha em branco, a não ser que você queira alterá-la";
+$a->strings["Email Address:"] = "Endereço de e-mail:";
+$a->strings["Remove Account"] = "Remover conta";
+$a->strings["Warning: This action is permanent and cannot be reversed."] = "Atenção: Esta ação é permanente e não pode ser revertida.";
+$a->strings["Off"] = "Desligado";
+$a->strings["On"] = "Ligado";
+$a->strings["Additional Features"] = "Recursos adicionais";
+$a->strings["Connector Settings"] = "Configurações do conector";
+$a->strings["No special theme for mobile devices"] = "Sem tema especial para aparelhos móveis";
+$a->strings["%s - (Experimental)"] = "%s - (Experimental)";
+$a->strings["Display Settings"] = "Configurações de exibição";
+$a->strings["Display Theme:"] = "Tema do perfil:";
+$a->strings["Mobile Theme:"] = "Tema móvel:";
+$a->strings["Update browser every xx seconds"] = "Atualizar navegador a cada xx segundos";
+$a->strings["Minimum of 10 seconds, no maximum"] = "Mínimo de 10 segundos, sem máximo";
+$a->strings["Maximum number of conversations to load at any time:"] = "Número máximo permitido de conversas carregadas:";
+$a->strings["Maximum of 100 items"] = "Máximo de 100 itens";
+$a->strings["Don't show emoticons"] = "Não exibir emoticons";
+$a->strings["System Page Layout Editor - (advanced)"] = "Editor de layout de página do sistema - (avançado)";
+$a->strings["Nobody except yourself"] = "Ninguém exceto você mesmo";
+$a->strings["Only those you specifically allow"] = "Apenas quem você der permissão";
+$a->strings["Anybody in your address book"] = "Qualquer um nos seus contatos";
+$a->strings["Anybody on this website"] = "Qualquer um neste site";
+$a->strings["Anybody in this network"] = "Qualquer um nesta rede";
+$a->strings["Anybody authenticated"] = "Qualquer um autenticado";
+$a->strings["Anybody on the internet"] = "Qualquer um na internet";
+$a->strings["Publish your default profile in the network directory"] = "Publicar seu perfil padrão no diretório da rede?";
+$a->strings["No"] = "Não";
+$a->strings["Yes"] = "Sim";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Permitir sugerir você como amigo potencial para outros membros?";
+$a->strings["or"] = "ou";
+$a->strings["Your channel address is"] = "O endereço do seu canal é";
+$a->strings["Channel Settings"] = "Configurações do canal";
+$a->strings["Basic Settings"] = "Configurações básicas";
+$a->strings["Your Timezone:"] = "Seu fuso horário:";
+$a->strings["Default Post Location:"] = "Localização padrão de suas publicações:";
+$a->strings["Geographical location to display on your posts"] = "Localização geográfica para exibir em suas publicações";
+$a->strings["Use Browser Location:"] = "Usar localizador do navegador:";
+$a->strings["Adult Content"] = "Conteúdo adulto";
+$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Este canal frequentemente ou regularmente publica conteúdo adulto. (Por favor marque qualquer material adulto e/ou nudez com #NSFW)";
+$a->strings["Security and Privacy Settings"] = "Configurações de segurança e privacidade";
+$a->strings["Hide my online presence"] = "Esconda minha presença online";
+$a->strings["Prevents displaying in your profile that you are online"] = "Previne exibir em seu perfil que você está online";
+$a->strings["Simple Privacy Settings:"] = "Configurações de privacidade simples:";
+$a->strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = "Muito público - <em>extremamente permissivo (deve ser usado com cuidado)</em>";
+$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "Típico - <em>público por padrão, privado quando desejável (similar às permissões de redes sociais, mas com melhor privacidade)</em>";
+$a->strings["Private - <em>default private, never open or public</em>"] = "Privado - <em>privado por padrão, nunca aberto ou público</em>";
+$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Bloqueado - <em>por padrão bloquado de/para todos</em>";
+$a->strings["Allow others to tag your posts"] = "Permitir que outros etiquetem suas publicações";
+$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Frequentemente utilizado pela comunidade para retroativamente sinalizar conteúdo inapropriado";
+$a->strings["Advanced Privacy Settings"] = "Configurações de privacidade avançadas";
+$a->strings["Expire other channel content after this many days"] = "Expirar outros conteúdos do canal após este número de dias";
+$a->strings["0 or blank prevents expiration"] = "0 ou em branco previne expiração";
+$a->strings["Maximum Friend Requests/Day:"] = "Número máximo de requisições de amizade por dia:";
+$a->strings["May reduce spam activity"] = "Pode reduzir a frequência de spam";
+$a->strings["Default Post Permissions"] = "Permissões padrão de publicação";
$a->strings["(click to open/close)"] = "(clique para abrir/fechar)";
-$a->strings["Link text"] = "Texto do link";
-$a->strings["URL of link"] = "URL do link";
-$a->strings["Use Red magic-auth if available"] = "Usar <em>Red magic-auth</em> se disponível";
-$a->strings["Open link in new window"] = "Abrir link em uma nova janela";
-$a->strings["Order in list"] = "Ordem na lista";
-$a->strings["Higher numbers will sink to bottom of listing"] = "Números mais altos descem para o fim da lista";
+$a->strings["Maximum private messages per day from unknown people:"] = "Máximo número de mensagens privadas por dia de pessoas desconhecidas:";
+$a->strings["Useful to reduce spamming"] = "Útil para reduzir a frequência de spam";
+$a->strings["Notification Settings"] = "Configurações de notificação";
+$a->strings["By default post a status message when:"] = "Por padrão, publicar uma mensagem de status quando:";
+$a->strings["accepting a friend request"] = "aceitar um pedido de amizade";
+$a->strings["joining a forum/community"] = "associar-se a um fórum/comunidade";
+$a->strings["making an <em>interesting</em> profile change"] = "modificar algo <em>interessante</em> em seu perfil";
+$a->strings["Send a notification email when:"] = "Enviar um e-mail de notificação quando:";
+$a->strings["You receive a connection request"] = "Você recebe uma solicitação de conexão";
+$a->strings["Your connections are confirmed"] = "Suas conexões são confirmadas";
+$a->strings["Someone writes on your profile wall"] = "Alguém escrever no mural do seu perfil";
+$a->strings["Someone writes a followup comment"] = "Alguém comenta uma publicação";
+$a->strings["You receive a private message"] = "Você recebeu uma mensagem privada";
+$a->strings["You receive a friend suggestion"] = "Você recebe uma sugestão de amizade";
+$a->strings["You are tagged in a post"] = "Você é mencionado num post";
+$a->strings["You are poked/prodded/etc. in a post"] = "Você foi cutucado/espetado/etc. numa publicação";
+$a->strings["Advanced Account/Page Type Settings"] = "Configurações avançadas de conta/tipo de página";
+$a->strings["Change the behaviour of this account for special situations"] = "Mudar o comportamento dessa conta em situações especiais";
+$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "Por favor, habilite o modo expert (em <a href=\"settings/features\">Configurações > Recursos adicionais</a>) para ajustar!";
+$a->strings["Miscellaneous Settings"] = "Configurações miscelâneas";
+$a->strings["Personal menu to display in your channel pages"] = "Menu pessoal para exibir nas páginas dos seus canais";
+$a->strings["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";
+$a->strings["Set/edit permissions"] = "Definir/editar permissões";
+$a->strings["Include all files and sub folders"] = "Incluir todos os arquivos e subpastas";
+$a->strings["Return to file list"] = "Retornar à lista de arquivos";
+$a->strings["Copy/paste this code to attach file to a post"] = "Copiar/colar este código para anexar um arquivo a uma publicação";
+$a->strings["Copy/paste this URL to link file from a web page"] = "Copiar/colar este URL para linkar para o arquivo em uma página web";
+$a->strings["Download"] = "Baixar";
+$a->strings["Used: "] = "Utilizado:";
+$a->strings["[directory]"] = "[diretório]";
+$a->strings["Limit: "] = "Limite:";
+$a->strings["Channel not found."] = "O canal não foi encontrado.";
+$a->strings["Welcome to %s"] = "Bem-vindo(a) a %s";
+$a->strings["Fetching URL returns error: %1\$s"] = "Carregar o URL retorna o erro: %1\$s";
+$a->strings["[Embedded content - reload page to view]"] = "[Conteúdo incorporado - recarregue a página para ver]";
+$a->strings["Add a Channel"] = "Adicionar um canal";
+$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."] = "Um canal é uma coleção sua de páginas relacionadas. Um canal pode ser usado para um perfil de rede social, um blog, grupos de conversação e fóruns, páginas de celebridades, e muito mais. Você pode criar tantos canais quanto seu provedor de serviço permita.";
+$a->strings["Channel Name"] = "Nome do canal";
+$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Exemplos: \"Beto Salinas\", \"Elis e seus Cavalos\", \"Futebol\", \"Grupo de aviadores\"";
+$a->strings["Choose a short nickname"] = "Escolha um apelido curto";
+$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Seu apelido será usado para criar um endereço para o canal de fácil memorização (como um endereço de email), que você poderá compartilhar com outros.";
+$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Ou <a href=\"import\">importe um canal existente</a> de outro local";
$a->strings["Create"] = "Criar";
-$a->strings["Menu item not found."] = "O item de menu não foi encontrado.";
-$a->strings["Menu item deleted."] = "O item de menu foi deletado.";
-$a->strings["Menu item could not be deleted."] = "Não foi possível deletar o item de menu.";
-$a->strings["Edit Menu Element"] = "Editar elemento de menu";
-$a->strings["Modify"] = "Modificar";
-$a->strings["sent you a private message"] = "lhe enviou uma mensagem privada";
-$a->strings["added your channel"] = "adicionou seu canal";
-$a->strings["posted an event"] = "publicou um evento";
-$a->strings["network"] = "+ rede";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Encontramos um problema ao entrar com a OpenID fornecida. Por favor, verifique se digitou corretamente a ID.";
+$a->strings["The error message was:"] = "A mensagem de erro foi:";
+$a->strings["Authentication failed."] = "A autenticação falhou.";
+$a->strings["Remote Authentication"] = "Autenticação remota";
+$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Entre o endereço do seu canal (e.g. canal@exemplo.com)";
+$a->strings["Authenticate"] = "Autenticar";
$a->strings["Theme settings updated."] = "As configurações de tema foram atualizadas.";
$a->strings["Site"] = "Site";
$a->strings["Accounts"] = "Contas";
@@ -827,11 +1004,8 @@ $a->strings["Pending registrations"] = "Registros pendentes";
$a->strings["Version"] = "Versão";
$a->strings["Active plugins"] = "Plugins ativos";
$a->strings["Site settings updated."] = "As configurações de site foram atualizadas.";
-$a->strings["No special theme for mobile devices"] = "Sem tema especial para aparelhos móveis";
$a->strings["No special theme for accessibility"] = "Sem tema especial para acessibilidade";
-$a->strings["No"] = "Não";
$a->strings["Yes - with approval"] = "Sim - pendente aprovação";
-$a->strings["Yes"] = "Sim";
$a->strings["My site is not a public server"] = "Meu site não é um servidor público";
$a->strings["My site has paid access only"] = "Meu site oferece somente acesso pago";
$a->strings["My site has free access only"] = "Meu site oferece somente acesso gratuito";
@@ -938,7 +1112,6 @@ $a->strings["Channel '%s' censored"] = "Canal '%s' censurado";
$a->strings["Censor"] = "Censurar";
$a->strings["Uncensor"] = "Não censurar";
$a->strings["UID"] = "UID";
-$a->strings["Name"] = "Nome";
$a->strings["Address"] = "Endereço";
$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Os canais selecionados serão deletados!\\n\\nTudo que foi postado nesses canais nesse site será permanentemente deletado!\\n\\nVocê tem certeza?";
$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "O canal {0} será deletado!\\n\\nTudo o que foi postado nesse canal nesse site será permanentemente deletado!\\n\\nVocê tem certeza?";
@@ -959,185 +1132,7 @@ $a->strings["Debugging"] = "Depuração";
$a->strings["Log file"] = "Arquivo de log";
$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "É necessário que o servidor web possa escrever neste arquivo. Relativo ao diretório raiz da Red.";
$a->strings["Log level"] = "Nível do log";
-$a->strings["Poke/Prod"] = "Cutucar/Espetar";
-$a->strings["poke, prod or do other things to somebody"] = "Cutucar, espetar ou fazer outras coisas a alguém";
-$a->strings["Recipient"] = "Destinatário";
-$a->strings["Choose what you wish to do to recipient"] = "Escolha o que você deseja fazer com seu alvo";
-$a->strings["Make this post private"] = "Torne esta publicação privada";
-$a->strings["Authorize application connection"] = "Autorizar a conexão com a aplicação";
-$a->strings["Return to your app and insert this Securty Code:"] = "Volte para a sua aplicação e digite este código de segurança:";
-$a->strings["Please login to continue."] = "Por favor, autentique-se para continuar.";
-$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.";
-$a->strings["Channel not found."] = "O canal não foi encontrado.";
-$a->strings["Page not found."] = "Página não encontrada.";
-$a->strings["Image uploaded but image cropping failed."] = "A imagem foi enviada, mas não foi possível cortá-la.";
-$a->strings["Image resize failed."] = "Falha ao modificar o tamanho da imagem.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Se a nova foto não aparecer imediatamente, recarregue a página segurando a tecla \"shift\" ou limpe o cache do navegador, ";
-$a->strings["Image exceeds size limit of %d"] = "A imagem excede o limite de tamanho de %d";
-$a->strings["Unable to process image."] = "Não foi possível processar a imagem.";
-$a->strings["Photo not available."] = "A foto não está disponível.";
-$a->strings["Upload File:"] = "Enviar arquivo:";
-$a->strings["Select a profile:"] = "Selecione um perfil:";
-$a->strings["Upload Profile Photo"] = "Enviar foto do perfil";
-$a->strings["Upload"] = "Enviar";
-$a->strings["or"] = "ou";
-$a->strings["skip this step"] = "pule esta etapa";
-$a->strings["select a photo from your photo albums"] = "selecione uma foto do seu álbum de fotos";
-$a->strings["Crop Image"] = "Cortar a imagem";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor, ajuste o corte da imagem para a melhor visualização.";
-$a->strings["Done Editing"] = "Encerrar a edição";
-$a->strings["Image uploaded successfully."] = "A imagem foi enviada com sucesso.";
-$a->strings["Image upload failed."] = "Não foi possível enviar a imagem.";
-$a->strings["Image size reduction [%s] failed."] = "Não foi possível reduzir o tamanho da imagem [%s].";
-$a->strings["Block Name"] = "Nome do bloco";
-$a->strings["Profile not found."] = "O perfil não foi encontrado.";
-$a->strings["Profile deleted."] = "O perfil foi excluído.";
-$a->strings["Profile-"] = "Perfil-";
-$a->strings["New profile created."] = "O novo perfil foi criado.";
-$a->strings["Profile unavailable to clone."] = "O perfil não está disponível para clonagem.";
-$a->strings["Profile Name is required."] = "É obrigatório informar o nome do perfil.";
-$a->strings["Marital Status"] = "Estado civil";
-$a->strings["Romantic Partner"] = "Parceiro/a romântico/a";
-$a->strings["Likes"] = "Gosta de";
-$a->strings["Dislikes"] = "Não gosta de";
-$a->strings["Work/Employment"] = "Trabalho/Emprego";
-$a->strings["Religion"] = "Religião";
-$a->strings["Political Views"] = "Posição política";
-$a->strings["Gender"] = "Gênero";
-$a->strings["Sexual Preference"] = "Preferência sexual";
-$a->strings["Homepage"] = "Página web";
-$a->strings["Interests"] = "Interesses";
-$a->strings["Location"] = "Localização";
-$a->strings["Profile updated."] = "O perfil foi atualizado.";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Esconder sua lista de contatos/amigos dos visitantes no seu perfil?";
-$a->strings["Edit Profile Details"] = "Editar os detalhes do perfil";
-$a->strings["View this profile"] = "Ver este perfil";
-$a->strings["Change Profile Photo"] = "Mudar a foto do perfil";
-$a->strings["Create a new profile using these settings"] = "Criar um novo perfil usando estas configurações";
-$a->strings["Clone this profile"] = "Clonar este perfil";
-$a->strings["Delete this profile"] = "Excluir este perfil";
-$a->strings["Profile Name:"] = "Nome do perfil:";
-$a->strings["Your Full Name:"] = "Seu nome completo:";
-$a->strings["Title/Description:"] = "Título/Descrição:";
-$a->strings["Your Gender:"] = "Seu gênero:";
-$a->strings["Birthday (%s):"] = "Aniversário (%s):";
-$a->strings["Street Address:"] = "Endereço:";
-$a->strings["Locality/City:"] = "Localidade/Cidade:";
-$a->strings["Postal/Zip Code:"] = "CEP:";
-$a->strings["Country:"] = "País:";
-$a->strings["Region/State:"] = "Região/Estado:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "Estado civil <span class=\"heart\">&hearts;</span>:";
-$a->strings["Who: (if applicable)"] = "Quem: (se aplicável)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com";
-$a->strings["Since [date]:"] = "Desde [data]:";
-$a->strings["Homepage URL:"] = "Endereço do website:";
-$a->strings["Religious Views:"] = "Orientação religiosa:";
-$a->strings["Keywords:"] = "Palavras-chave:";
-$a->strings["Example: fishing photography software"] = "Exemplo: pesca fotografia software";
-$a->strings["Used in directory listings"] = "Usado em listas de diretório";
-$a->strings["Tell us about yourself..."] = "Fale um pouco sobre você...";
-$a->strings["Hobbies/Interests"] = "Hobbies/Interesses";
-$a->strings["Contact information and Social Networks"] = "Informações de contato e redes sociais";
-$a->strings["My other channels"] = "Meus outros canais";
-$a->strings["Musical interests"] = "Interesses musicais";
-$a->strings["Books, literature"] = "Livros, literatura";
-$a->strings["Television"] = "Televisão";
-$a->strings["Film/dance/culture/entertainment"] = "Filme/dança/cultura/entretenimento";
-$a->strings["Love/romance"] = "Amor/romance";
-$a->strings["Work/employment"] = "Trabalho/emprego";
-$a->strings["School/education"] = "Escola/educação";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Este é o seu perfil <strong>público</strong>.<br />Ele <strong>pode</strong> estar visível para qualquer um que acesse a Internet.";
-$a->strings["Age: "] = "Idade: ";
-$a->strings["Edit/Manage Profiles"] = "Editar/Administrar perfis";
-$a->strings["Add profile things"] = "Adicionar coisas ao perfil";
-$a->strings["Include desirable objects in your profile"] = "Inclua objetos desejáveis no seu perfil";
-$a->strings["Bookmark added"] = "O link foi guardado";
-$a->strings["My Bookmarks"] = "Meus links guardados";
-$a->strings["My Connections Bookmarks"] = "Links guardados das minhas conexões";
-$a->strings["Invalid profile identifier."] = "Identificador de perfil inválido.";
-$a->strings["Profile Visibility Editor"] = "Editor de visibilidade do perfil";
-$a->strings["Click on a contact to add or remove."] = "Clique em um contato para adicionar ou remover.";
-$a->strings["Visible To"] = "Visível para";
-$a->strings["All Connections"] = "Todas as conexões";
-$a->strings["Public Sites"] = "Sites públicos";
-$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."] = "Os sites listados permitem ao público geral registrar contas na Red Matrix. Todos os sites na matrix são interligados, portanto ser membro em qualquer um deles te torna membro na matrix como um todo. Alguns sites podem solicitar uma assinatura ou prover planos em níveis. Os links para cada provedor <strong>podem</strong> fornecer mais detalhes.";
-$a->strings["Site URL"] = "URL do site";
-$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";
-$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["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";
-$a->strings["New Chatroom"] = "Nova sala de bate-papo";
-$a->strings["Chatroom Name"] = "Nome da sala de bate-papo";
-$a->strings["%1\$s's Chatrooms"] = "Salas de bate-papo de %1\$s";
-$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Número máximo de novos registros neste site excedido por hoje. Por favor, tente novamente amanhã.";
-$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Por favor, indique a aceitação dos Termos de Serviço. Falha ao registrar.";
-$a->strings["Passwords do not match."] = "Senhas não conferem.";
-$a->strings["Registration successful. Please check your email for validation instructions."] = "O registro foi bem sucedido. Por favor, verifique seu e-mail para confirmar o registro.";
-$a->strings["Your registration is pending approval by the site owner."] = "A aprovação do seu registro está pendente junto ao administrador do site.";
-$a->strings["Your registration can not be processed."] = "Não foi possível processar o seu registro.";
-$a->strings["Registration on this site/hub is by approval only."] = "O registro neste site/hub requer aprovação.";
-$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registre em um outro site/hub afiliado</a>";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este site excedeu o número máximo de registros de novas contas. Por favor, tente novamente amanhã.";
-$a->strings["Terms of Service"] = "Termos de Serviço";
-$a->strings["I accept the %s for this website"] = "Eu aceito os %s deste website.";
-$a->strings["I am over 13 years of age and accept the %s for this website"] = "Eu sou maior de 13 anos e aceito os %s deste website";
-$a->strings["Membership on this site is by invitation only."] = "Novas contas neste site se dão apenas por convite.";
-$a->strings["Please enter your invitation code"] = "Por favor, digite o código do seu convite";
-$a->strings["Your email address"] = "Seu endereço de e-mail";
-$a->strings["Choose a password"] = "Escolha uma senha";
-$a->strings["Please re-enter your password"] = "Por favor, digite sua senha novamente";
-$a->strings["Away"] = "Ausente";
-$a->strings["Online"] = "Online";
-$a->strings["Please login."] = "Por favor, autentique-se.";
-$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red Matrix - Visitantes: Usuário: {seu endereço de e-mail}, Senha: +++";
-$a->strings["Remove This Channel"] = "Remover este canal";
-$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Isso irá remover completamente este canal da rede. Uma vez que seja feito não será possível recuperá-lo.";
-$a->strings["Please enter your password for verification:"] = "Por favor, digite a sua senha para verificação:";
-$a->strings["Remove this channel and all its clones from the network"] = "Remover este canal e todos os seus clones da rede";
-$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Por padrão, apenas a instância do canal localizada neste hub será removida da rede";
-$a->strings["Remove Channel"] = "Remover canal";
-$a->strings["No channel."] = "Nenhum canal.";
-$a->strings["Common connections"] = "Conexões em comum";
-$a->strings["No connections in common."] = "Nenhuma conexão em comum.";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Encontramos um problema ao entrar com a OpenID fornecida. Por favor, verifique se digitou corretamente a ID.";
-$a->strings["The error message was:"] = "A mensagem de erro foi:";
-$a->strings["Authentication failed."] = "A autenticação falhou.";
-$a->strings["Remote Authentication"] = "Autenticação remota";
-$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Entre o endereço do seu canal (e.g. canal@exemplo.com)";
-$a->strings["Authenticate"] = "Autenticar";
-$a->strings["Continue"] = "Continuar";
-$a->strings["Premium Channel Setup"] = "Configuração de canal premium";
-$a->strings["Enable premium channel connection restrictions"] = "Habilitar restrições de canal premium para conexão";
-$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Por favor, insira suas restrições ou condições, como um recibo de depósito, normas de conduta, etc.";
-$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Este canal pode exigir passos adicionais ou compreensão das seguintes condições antes de conectar:";
-$a->strings["Potential connections will then see the following text before proceeding:"] = "Tentativas de conexões verão então o seguinte texto antes de prosseguir:";
-$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Ao prosseguir, eu certifico que cumpri todas as instruções exibidas nesta página.";
-$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Nenhuma instrução foi especificada pelo dono do canal.)";
-$a->strings["Restricted or Premium Channel"] = "Canal restrito ou premium";
-$a->strings["No such group"] = "Este grupo não existe";
-$a->strings["Search Results For:"] = "Resultados da busca por:";
-$a->strings["Collection is empty"] = "A coleção está vazia";
-$a->strings["Collection: "] = "Coleção:";
-$a->strings["Connection: "] = "Conexão:";
-$a->strings["Invalid connection."] = "Conexão inválida.";
+$a->strings["- select -"] = "- selecionar -";
$a->strings["Could not access contact record."] = "Não foi possível acessar o registro do contato.";
$a->strings["Could not locate selected profile."] = "Não foi possível localizar o perfil selecionado.";
$a->strings["Connection updated."] = "A conexão foi atualizada.";
@@ -1151,6 +1146,7 @@ $a->strings["Unconnected"] = "Não conectado";
$a->strings["Suggest new connections"] = "Sugerir novas conexões";
$a->strings["New Connections"] = "Novas conexões";
$a->strings["Show pending (new) connections"] = "Exibir conexões pendentes (novas)";
+$a->strings["All Connections"] = "Todas as conexões";
$a->strings["Show all connections"] = "Exibir todas as conexões";
$a->strings["Unblocked"] = "Não bloqueado";
$a->strings["Only show unblocked connections"] = "Exibir apenas conexões não bloqueadas";
@@ -1163,7 +1159,136 @@ $a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
$a->strings["Edit contact"] = "Editar o contato";
$a->strings["Search your connections"] = "Pesquisar em suas conexões";
$a->strings["Finding: "] = "Pesquisando: ";
-$a->strings["Edit post"] = "Editar a publicação";
+$a->strings["Public access denied."] = "Acesso público negado.";
+$a->strings["Age: "] = "Idade: ";
+$a->strings["Gender: "] = "Gênero: ";
+$a->strings["Status: "] = "Status:";
+$a->strings["Sexual Preference: "] = "Preferência sexual:";
+$a->strings["Homepage: "] = "Website:";
+$a->strings["Hometown: "] = "Cidade natal:";
+$a->strings["About: "] = "Sobre:";
+$a->strings["Keywords: "] = "Palavras-chave:";
+$a->strings["Not found."] = "Não encontrado.";
+$a->strings["Page owner information could not be retrieved."] = "As informações do dono da pagina não puderam ser obtidas.";
+$a->strings["Album not found."] = "O álbum não foi encontrado.";
+$a->strings["Delete Album"] = "Excluir o álbum";
+$a->strings["Delete Photo"] = "Excluir a foto";
+$a->strings["No photos selected"] = "Não foi selecionada nenhuma foto";
+$a->strings["Access to this item is restricted."] = "O acesso a este item está restrito.";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Você usou %1$.2f Mbytes de %2$.2f Mbytes de armazenamento de fotos.";
+$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Você usou %1$.2f Mbytes de armazenamento de fotos.";
+$a->strings["Upload Photos"] = "Enviar fotos";
+$a->strings["New album name: "] = "Novo nome de álbum: ";
+$a->strings["or existing album name: "] = "ou nome de um álbum já existente: ";
+$a->strings["Do not show a status post for this upload"] = "Não exibir uma publicação de status para este carregamento";
+$a->strings["Contact Photos"] = "Fotos dos contatos";
+$a->strings["Edit Album"] = "Editar o álbum";
+$a->strings["Show Newest First"] = "Exibir primeiro os mais recentes";
+$a->strings["Show Oldest First"] = "Exibir primeiro os mais antigos";
+$a->strings["View Photo"] = "Ver a foto";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Permissão negada. Acesso a este item pode estar restrito.";
+$a->strings["Photo not available"] = "A foto não está disponível";
+$a->strings["Use as profile photo"] = "Usar como uma foto de perfil";
+$a->strings["View Full Size"] = "Ver no tamanho real";
+$a->strings["Remove"] = "Remover";
+$a->strings["Edit photo"] = "Editar a foto";
+$a->strings["Rotate CW (right)"] = "Rotacionar H (horário)";
+$a->strings["Rotate CCW (left)"] = "Rotacionar AH (anti-horário)";
+$a->strings["New album name"] = "Novo nome para o álbum";
+$a->strings["Caption"] = "Legenda";
+$a->strings["Add a Tag"] = "Adicionar uma etiqueta";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento";
+$a->strings["In This Photo:"] = "Nesta foto:";
+$a->strings["View Album"] = "Ver álbum";
+$a->strings["Recent Photos"] = "Fotos recentes";
+$a->strings["Menu not found."] = "O menu não foi encontrado.";
+$a->strings["Menu element updated."] = "O elemento de menu foi atualizado.";
+$a->strings["Unable to update menu element."] = "Não foi possível atualizar o elemento de menu.";
+$a->strings["Menu element added."] = "O elemento de menu foi adicionado.";
+$a->strings["Unable to add menu element."] = "Não foi possível adicionar o elemento de menu.";
+$a->strings["Manage Menu Elements"] = "Administrar elementos de menu";
+$a->strings["Edit menu"] = "Editar menu";
+$a->strings["Edit element"] = "Editar elemento";
+$a->strings["Drop element"] = "Descartar elemento";
+$a->strings["New element"] = "Novo elemento";
+$a->strings["Edit this menu container"] = "Editar esta caixa de menu";
+$a->strings["Add menu element"] = "Adicionar um elemento de menu";
+$a->strings["Delete this menu item"] = "Deleter este item de menu";
+$a->strings["Edit this menu item"] = "Editar este item de menu";
+$a->strings["New Menu Element"] = "Novo elemento de menu";
+$a->strings["Menu Item Permissions"] = "Permissões do item do menu";
+$a->strings["Link text"] = "Texto do link";
+$a->strings["URL of link"] = "URL do link";
+$a->strings["Use Red magic-auth if available"] = "Usar <em>Red magic-auth</em> se disponível";
+$a->strings["Open link in new window"] = "Abrir link em uma nova janela";
+$a->strings["Order in list"] = "Ordem na lista";
+$a->strings["Higher numbers will sink to bottom of listing"] = "Números mais altos descem para o fim da lista";
+$a->strings["Menu item not found."] = "O item de menu não foi encontrado.";
+$a->strings["Menu item deleted."] = "O item de menu foi deletado.";
+$a->strings["Menu item could not be deleted."] = "Não foi possível deletar o item de menu.";
+$a->strings["Edit Menu Element"] = "Editar elemento de menu";
+$a->strings["Modify"] = "Modificar";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está acompanhando %3\$s de %2\$s";
+$a->strings["Please login."] = "Por favor, autentique-se.";
+$a->strings["Set your current mood and tell your friends"] = "Marque seu humor atual e compartilhe com seus amigos";
+$a->strings["Remote privacy information not available."] = "Não existe informação disponível sobre a privacidade remota.";
+$a->strings["Visible to:"] = "Visível para:";
+$a->strings["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";
+$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["Layout updated."] = "Layout atualizado.";
+$a->strings["Edit System Page Description"] = "Editar descrição de página do sistema";
+$a->strings["Layout not found."] = "Layout não encontrado.";
+$a->strings["Module Name:"] = "Nome do módulo:";
+$a->strings["Layout Help"] = "Ajuda de layout";
+$a->strings["Image uploaded but image cropping failed."] = "A imagem foi enviada, mas não foi possível cortá-la.";
+$a->strings["Image resize failed."] = "Falha ao modificar o tamanho da imagem.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Se a nova foto não aparecer imediatamente, recarregue a página segurando a tecla \"shift\" ou limpe o cache do navegador, ";
+$a->strings["Image exceeds size limit of %d"] = "A imagem excede o limite de tamanho de %d";
+$a->strings["Unable to process image."] = "Não foi possível processar a imagem.";
+$a->strings["Photo not available."] = "A foto não está disponível.";
+$a->strings["Upload File:"] = "Enviar arquivo:";
+$a->strings["Select a profile:"] = "Selecione um perfil:";
+$a->strings["Upload Profile Photo"] = "Enviar foto do perfil";
+$a->strings["Upload"] = "Enviar";
+$a->strings["skip this step"] = "pule esta etapa";
+$a->strings["select a photo from your photo albums"] = "selecione uma foto do seu álbum de fotos";
+$a->strings["Crop Image"] = "Cortar a imagem";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor, ajuste o corte da imagem para a melhor visualização.";
+$a->strings["Done Editing"] = "Encerrar a edição";
+$a->strings["Image uploaded successfully."] = "A imagem foi enviada com sucesso.";
+$a->strings["Image upload failed."] = "Não foi possível enviar a imagem.";
+$a->strings["Image size reduction [%s] failed."] = "Não foi possível reduzir o tamanho da imagem [%s].";
+$a->strings["network"] = "+ rede";
+$a->strings["Menu updated."] = "Menu atualizado.";
+$a->strings["Unable to update menu."] = "Não foi possível atualizar o menu.";
+$a->strings["Menu created."] = "O menu foi criado.";
+$a->strings["Unable to create menu."] = "Não foi possível criar o menu.";
+$a->strings["Manage Menus"] = "Administrar menus";
+$a->strings["Drop"] = "Descartar";
+$a->strings["Create a new menu"] = "Criar um novo menu";
+$a->strings["Delete this menu"] = "Deletar este menu";
+$a->strings["Edit menu contents"] = "Editar os conteúdos do menu";
+$a->strings["Edit this menu"] = "Editar este menu";
+$a->strings["New Menu"] = "Novo menu";
+$a->strings["Menu name"] = "Nome do menu";
+$a->strings["Must be unique, only seen by you"] = "Deve ser único, exibido somente para você";
+$a->strings["Menu title"] = "Título do menu";
+$a->strings["Menu title as seen by others"] = "Título do menu quando visto por outros";
+$a->strings["Allow bookmarks"] = "Habilitar links guardados";
+$a->strings["Menu may be used to store saved bookmarks"] = "O menu pode ser utilizado para armazenar links guardados";
+$a->strings["Menu deleted."] = "Menu deletado.";
+$a->strings["Menu could not be deleted."] = "Não foi possível deletar o menu.";
+$a->strings["Edit Menu"] = "Editar menu";
+$a->strings["Add or remove entries to this menu"] = "Adicionar ou remover entradas deste menu";
+$a->strings["Invalid item."] = "Item inválido.";
+$a->strings["Page not found."] = "Página não encontrada.";
+$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["Wall Photos"] = "Fotos do mural";
+$a->strings["OpenID protocol error. No ID returned."] = "Erro do protocolo OpenID. Nenhuma ID retornada.";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nenhuma sugestão disponível. Se este site é novo, por favor tente novamente em 24 horas.";
$a->strings["Could not access address book record."] = "Não foi possível acessar o registro do contato.";
$a->strings["Refresh failed - channel is currently unavailable."] = "A atualização falhou - o canal está indisponível no momento.";
$a->strings["Channel has been unblocked"] = "O canal foi desbloqueado";
@@ -1194,7 +1319,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";
@@ -1235,133 +1359,14 @@ $a->strings["Currently archived"] = "Atualmente arquivado";
$a->strings["Currently pending"] = "Atualmente pendente";
$a->strings["Hide this contact from others"] = "Esconda este contato dos demais";
$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Respostas/reações às suas publicações públicas <strong>podem</strong> continuar visíveis.";
-$a->strings["No potential page delegates located."] = "Nenhum potencial delegado para páginas localizado.";
-$a->strings["Delegate Page Management"] = "Delegar administração de página";
-$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."] = "Delegados podem administrar todos os aspectos desta conta/página exceto pelas configurações básicas da conta. Por favor, não delegue sua conta pessoal para alguém que você não confie completamente.";
-$a->strings["Existing Page Managers"] = "Atuais administradores da página";
-$a->strings["Existing Page Delegates"] = "Atuais delegados da página";
-$a->strings["Potential Delegates"] = "Potenciais delegados";
-$a->strings["Remove"] = "Remover";
-$a->strings["Add"] = "Adicionar";
-$a->strings["No entries."] = "Sem entradas.";
-$a->strings["Public access denied."] = "Acesso público negado.";
-$a->strings["Gender: "] = "Gênero: ";
-$a->strings["Finding:"] = "Pesquisando:";
-$a->strings["next page"] = "próxima página";
-$a->strings["previous page"] = "página anterior";
-$a->strings["No entries (some entries may be hidden)."] = "Nenhuma entrada (algumas entradas podem estar escondidas).";
-$a->strings["Status: "] = "Status:";
-$a->strings["Sexual Preference: "] = "Preferência sexual:";
-$a->strings["Homepage: "] = "Website:";
-$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["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.";
-$a->strings["Password update failed. Please try again."] = "Não foi possível atualizar a senha. Por favor, tente novamente.";
-$a->strings["Not valid email."] = "Não é um e-mail válido";
-$a->strings["Protected email address. Cannot change to that email."] = "Endereço de e-mail protegido. Não é possível mudar para esse e-mail.";
-$a->strings["System failure storing new email. Please try again."] = "Falha do sistema ao armazenar novo e-mail. Por favor, tente novamente.";
-$a->strings["Settings updated."] = "As configurações foram atualizadas.";
-$a->strings["Add application"] = "Adicionar aplicação";
-$a->strings["Name of application"] = "Nome da aplicação";
-$a->strings["Consumer Key"] = "Chave de consumidor";
-$a->strings["Automatically generated - change if desired. Max length 20"] = "Gerado automaticamente - troque se desejável. Comprimento máximo 20";
-$a->strings["Consumer Secret"] = "Segredo de consumidor";
-$a->strings["Redirect"] = "Redirecionamento";
-$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI de redirecionamento - deixe em branco, a não ser que sua aplicação especificamente requeira isso";
-$a->strings["Icon url"] = "URL do ícone";
-$a->strings["Optional"] = "Opcional";
-$a->strings["You can't edit this application."] = "Você não pode editar esta aplicação.";
-$a->strings["Connected Apps"] = "Aplicações conectadas";
-$a->strings["Client key starts with"] = "Chave do cliente começa com";
-$a->strings["No name"] = "Sem nome";
-$a->strings["Remove authorization"] = "Remover autorização";
-$a->strings["No feature settings configured"] = "Não foi definida nenhuma configuração do recurso";
-$a->strings["Feature Settings"] = "Configurações do recurso";
-$a->strings["Account Settings"] = "Configurações da conta";
-$a->strings["Password Settings"] = "Configurações da senha";
-$a->strings["New Password:"] = "Nova senha:";
-$a->strings["Confirm:"] = "Confirme:";
-$a->strings["Leave password fields blank unless changing"] = "Deixe os campos de senha em branco, a não ser que você queira alterá-la";
-$a->strings["Email Address:"] = "Endereço de e-mail:";
-$a->strings["Remove Account"] = "Remover conta";
-$a->strings["Warning: This action is permanent and cannot be reversed."] = "Atenção: Esta ação é permanente e não pode ser revertida.";
-$a->strings["Off"] = "Desligado";
-$a->strings["On"] = "Ligado";
-$a->strings["Additional Features"] = "Recursos adicionais";
-$a->strings["Connector Settings"] = "Configurações do conector";
-$a->strings["Display Settings"] = "Configurações de exibição";
-$a->strings["Display Theme:"] = "Tema do perfil:";
-$a->strings["Mobile Theme:"] = "Tema móvel:";
-$a->strings["Update browser every xx seconds"] = "Atualizar navegador a cada xx segundos";
-$a->strings["Minimum of 10 seconds, no maximum"] = "Mínimo de 10 segundos, sem máximo";
-$a->strings["Maximum number of conversations to load at any time:"] = "Número máximo permitido de conversas carregadas:";
-$a->strings["Maximum of 100 items"] = "Máximo de 100 itens";
-$a->strings["Don't show emoticons"] = "Não exibir emoticons";
-$a->strings["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";
-$a->strings["Anybody in your address book"] = "Qualquer um nos seus contatos";
-$a->strings["Anybody on this website"] = "Qualquer um neste site";
-$a->strings["Anybody in this network"] = "Qualquer um nesta rede";
-$a->strings["Anybody authenticated"] = "Qualquer um autenticado";
-$a->strings["Anybody on the internet"] = "Qualquer um na internet";
-$a->strings["Publish your default profile in the network directory"] = "Publicar seu perfil padrão no diretório da rede?";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Permitir sugerir você como amigo potencial para outros membros?";
-$a->strings["Your channel address is"] = "O endereço do seu canal é";
-$a->strings["Channel Settings"] = "Configurações do canal";
-$a->strings["Basic Settings"] = "Configurações básicas";
-$a->strings["Your Timezone:"] = "Seu fuso horário:";
-$a->strings["Default Post Location:"] = "Localização padrão de suas publicações:";
-$a->strings["Geographical location to display on your posts"] = "Localização geográfica para exibir em suas publicações";
-$a->strings["Use Browser Location:"] = "Usar localizador do navegador:";
-$a->strings["Adult Content"] = "Conteúdo adulto";
-$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Este canal frequentemente ou regularmente publica conteúdo adulto. (Por favor marque qualquer material adulto e/ou nudez com #NSFW)";
-$a->strings["Security and Privacy Settings"] = "Configurações de segurança e privacidade";
-$a->strings["Hide my online presence"] = "Esconda minha presença online";
-$a->strings["Prevents displaying in your profile that you are online"] = "Previne exibir em seu perfil que você está online";
-$a->strings["Simple Privacy Settings:"] = "Configurações de privacidade simples:";
-$a->strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = "Muito público - <em>extremamente permissivo (deve ser usado com cuidado)</em>";
-$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "Típico - <em>público por padrão, privado quando desejável (similar às permissões de redes sociais, mas com melhor privacidade)</em>";
-$a->strings["Private - <em>default private, never open or public</em>"] = "Privado - <em>privado por padrão, nunca aberto ou público</em>";
-$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Bloqueado - <em>por padrão bloquado de/para todos</em>";
-$a->strings["Allow others to tag your posts"] = "Permitir que outros etiquetem suas publicações";
-$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Frequentemente utilizado pela comunidade para retroativamente sinalizar conteúdo inapropriado";
-$a->strings["Advanced Privacy Settings"] = "Configurações de privacidade avançadas";
-$a->strings["Expire other channel content after this many days"] = "Expirar outros conteúdos do canal após este número de dias";
-$a->strings["0 or blank prevents expiration"] = "0 ou em branco previne expiração";
-$a->strings["Maximum Friend Requests/Day:"] = "Número máximo de requisições de amizade por dia:";
-$a->strings["May reduce spam activity"] = "Pode reduzir a frequência de spam";
-$a->strings["Default Post Permissions"] = "Permissões padrão de publicação";
-$a->strings["Maximum private messages per day from unknown people:"] = "Máximo número de mensagens privadas por dia de pessoas desconhecidas:";
-$a->strings["Useful to reduce spamming"] = "Útil para reduzir a frequência de spam";
-$a->strings["Notification Settings"] = "Configurações de notificação";
-$a->strings["By default post a status message when:"] = "Por padrão, publicar uma mensagem de status quando:";
-$a->strings["accepting a friend request"] = "aceitar um pedido de amizade";
-$a->strings["joining a forum/community"] = "associar-se a um fórum/comunidade";
-$a->strings["making an <em>interesting</em> profile change"] = "modificar algo <em>interessante</em> em seu perfil";
-$a->strings["Send a notification email when:"] = "Enviar um e-mail de notificação quando:";
-$a->strings["You receive a connection request"] = "Você recebe uma solicitação de conexão";
-$a->strings["Your connections are confirmed"] = "Suas conexões são confirmadas";
-$a->strings["Someone writes on your profile wall"] = "Alguém escrever no mural do seu perfil";
-$a->strings["Someone writes a followup comment"] = "Alguém comenta uma publicação";
-$a->strings["You receive a private message"] = "Você recebeu uma mensagem privada";
-$a->strings["You receive a friend suggestion"] = "Você recebe uma sugestão de amizade";
-$a->strings["You are tagged in a post"] = "Você é mencionado num post";
-$a->strings["You are poked/prodded/etc. in a post"] = "Você foi cutucado/espetado/etc. numa publicação";
-$a->strings["Advanced Account/Page Type Settings"] = "Configurações avançadas de conta/tipo de página";
-$a->strings["Change the behaviour of this account for special situations"] = "Mudar o comportamento dessa conta em situações especiais";
-$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "Por favor, habilite o modo expert (em <a href=\"settings/features\">Configurações > Recursos adicionais</a>) para ajustar!";
-$a->strings["Miscellaneous Settings"] = "Configurações miscelâneas";
-$a->strings["Personal menu to display in your channel pages"] = "Menu pessoal para exibir nas páginas dos seus canais";
+$a->strings["Messages"] = "Mensagens";
+$a->strings["Conversation removed."] = "A conversa foi removida.";
+$a->strings["No messages."] = "Nenhuma mensagem.";
+$a->strings["Delete message"] = "Excluir a mensagem";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
+$a->strings["sent you a private message"] = "lhe enviou uma mensagem privada";
+$a->strings["added your channel"] = "adicionou seu canal";
+$a->strings["posted an event"] = "publicou um evento";
$a->strings["Red Matrix Server - Setup"] = "Servidor Red Matrix - Configuração";
$a->strings["Could not connect to database."] = "Não foi possível conectar ao banco de dados.";
$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Não foi possível conectar à URL especificada para o site. Provavlmente um problema de DNS ou com o certificado SSL.";
@@ -1429,11 +1434,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";
@@ -1441,26 +1446,159 @@ $a->strings["The database configuration file \".htconfig.php\" could not be writ
$a->strings["Errors encountered creating database tables."] = "Foram encontrados erros durante a criação das tabelas do banco de dados.";
$a->strings["<h1>What next</h1>"] = "<h1>Próximos passos</h1>";
$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Você deve configurar [manualmente] uma tarefa agendada para o coletor.";
+$a->strings["Hub not found."] = "O hub não foi encontrado.";
+$a->strings["Total invitation limit exceeded."] = "Foi excedido o número total de convites.";
+$a->strings["%s : Not a valid email address."] = "%s : Não é um endereço de e-mail válido.";
+$a->strings["Please join us on Red"] = "Por favor, una-se a nós na Red";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Você excedeu o limite de convites. Por favor, entre em contato com o administrador do site.";
+$a->strings["%s : Message delivery failed."] = "%s : Não foi possível enviar a mensagem.";
+$a->strings["%d message sent."] = array(
+ 0 => "%d mensagem enviada.",
+ 1 => "%d mensagens enviadas.",
+);
+$a->strings["You have no more invitations available"] = "Você não possui mais convites disponíveis";
+$a->strings["Send invitations"] = "Enviar convites.";
+$a->strings["Enter email addresses, one per line:"] = "Digite os endereços de e-mail, um por linha:";
+$a->strings["Your message:"] = "Sua mensagem:";
+$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = "Você está convidado a juntar-se a mim e alguns outros amigos próximos na Red Matrix - uma revolucionária nova ferramenta para comunicação e informação descentralizada.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "Você deve informar este código de convite: \$invite_code";
+$a->strings["Please visit my channel at"] = "Por favor, visite o meu canal em";
+$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Após você se registrar (em qualquer site da Red Matrix - eles são todos interconectados!), peço que conecte-se comigo usando o endereço do meu canal:";
+$a->strings["Click the [Register] link on the following page to join."] = "Clique no link [Registrar] na seguinte página para participar.";
+$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "Para maiores informações sobre o Projeto Red Matrix e porque ele tem potencial para mudar a Internet como a conhecemos, por favor visite: http://getzot.com";
+$a->strings["Thing updated"] = "A coisa foi atualizada";
+$a->strings["Object store: failed"] = "Armazenamento do objeto: falhou";
+$a->strings["Thing added"] = "A coisa foi adicionada";
+$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
+$a->strings["Show Thing"] = "Exibir coisa";
+$a->strings["item not found."] = "o item não foi encontrado";
+$a->strings["Edit Thing"] = "Editar coisa";
+$a->strings["Select a profile"] = "Selecione um perfil";
+$a->strings["Select a category of stuff. e.g. I ______ something"] = "Escolha uma categoria de coisas. e.g. Eu ______ algo";
+$a->strings["Post an activity"] = "Publique uma atividade";
+$a->strings["Only sends to viewers of the applicable profile"] = "Envia apenas para a audiência do perfil aplicável";
+$a->strings["Name of thing e.g. something"] = "Nome da coisa e.g. coisinha";
+$a->strings["URL of thing (optional)"] = "URL da coisa (opcional)";
+$a->strings["URL for photo of thing (optional)"] = "URL para foto da coisa (opcional)";
+$a->strings["Add Thing to your Profile"] = "Adicionar a coisa ao seu perfil";
+$a->strings["Unable to find your hub."] = "Não foi possível localizar seu hub.";
+$a->strings["Post successful."] = "Publicado com sucesso.";
+$a->strings["Help:"] = "Ajuda:";
+$a->strings["Not Found"] = "Não encontrada";
+$a->strings["No connections."] = "Nenhuma conexão.";
+$a->strings["Visit %s's profile [%s]"] = "Ver o perfil de %s [%s]";
+$a->strings["View Connnections"] = "Ver conexões";
+$a->strings["Invalid profile identifier."] = "Identificador de perfil inválido.";
+$a->strings["Profile Visibility Editor"] = "Editor de visibilidade do perfil";
+$a->strings["Click on a contact to add or remove."] = "Clique em um contato para adicionar ou remover.";
+$a->strings["Visible To"] = "Visível para";
+$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Número máximo de novos registros neste site excedido por hoje. Por favor, tente novamente amanhã.";
+$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Por favor, indique a aceitação dos Termos de Serviço. Falha ao registrar.";
+$a->strings["Passwords do not match."] = "Senhas não conferem.";
+$a->strings["Registration successful. Please check your email for validation instructions."] = "O registro foi bem sucedido. Por favor, verifique seu e-mail para confirmar o registro.";
+$a->strings["Your registration is pending approval by the site owner."] = "A aprovação do seu registro está pendente junto ao administrador do site.";
+$a->strings["Your registration can not be processed."] = "Não foi possível processar o seu registro.";
+$a->strings["Registration on this site/hub is by approval only."] = "O registro neste site/hub requer aprovação.";
+$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registre em um outro site/hub afiliado</a>";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este site excedeu o número máximo de registros de novas contas. Por favor, tente novamente amanhã.";
+$a->strings["Terms of Service"] = "Termos de Serviço";
+$a->strings["I accept the %s for this website"] = "Eu aceito os %s deste website.";
+$a->strings["I am over 13 years of age and accept the %s for this website"] = "Eu sou maior de 13 anos e aceito os %s deste website";
+$a->strings["Membership on this site is by invitation only."] = "Novas contas neste site se dão apenas por convite.";
+$a->strings["Please enter your invitation code"] = "Por favor, digite o código do seu convite";
+$a->strings["Your email address"] = "Seu endereço de e-mail";
+$a->strings["Choose a password"] = "Escolha uma senha";
+$a->strings["Please re-enter your password"] = "Por favor, digite sua senha novamente";
+$a->strings["No such group"] = "Este grupo não existe";
+$a->strings["Search Results For:"] = "Resultados da busca por:";
+$a->strings["Collection is empty"] = "A coleção está vazia";
+$a->strings["Collection: "] = "Coleção:";
+$a->strings["Connection: "] = "Conexão:";
+$a->strings["Invalid connection."] = "Conexão inválida.";
+$a->strings["No potential page delegates located."] = "Nenhum potencial delegado para páginas localizado.";
+$a->strings["Delegate Page Management"] = "Delegar administração de página";
+$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."] = "Delegados podem administrar todos os aspectos desta conta/página exceto pelas configurações básicas da conta. Por favor, não delegue sua conta pessoal para alguém que você não confie completamente.";
+$a->strings["Existing Page Managers"] = "Atuais administradores da página";
+$a->strings["Existing Page Delegates"] = "Atuais delegados da página";
+$a->strings["Potential Delegates"] = "Potenciais delegados";
+$a->strings["Add"] = "Adicionar";
+$a->strings["No entries."] = "Sem entradas.";
+$a->strings["Continue"] = "Continuar";
+$a->strings["Premium Channel Setup"] = "Configuração de canal premium";
+$a->strings["Enable premium channel connection restrictions"] = "Habilitar restrições de canal premium para conexão";
+$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Por favor, insira suas restrições ou condições, como um recibo de depósito, normas de conduta, etc.";
+$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Este canal pode exigir passos adicionais ou compreensão das seguintes condições antes de conectar:";
+$a->strings["Potential connections will then see the following text before proceeding:"] = "Tentativas de conexões verão então o seguinte texto antes de prosseguir:";
+$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Ao prosseguir, eu certifico que cumpri todas as instruções exibidas nesta página.";
+$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Nenhuma instrução foi especificada pelo dono do canal.)";
+$a->strings["Restricted or Premium Channel"] = "Canal restrito ou premium";
+$a->strings["Contact not found."] = "O contato não foi encontrado.";
+$a->strings["Friend suggestion sent."] = "Sugestão de amizade enviada.";
+$a->strings["Suggest Friends"] = "Sugerir amigos";
+$a->strings["Suggest a friend for %s"] = "Sugerir um amigo para %s";
+$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Você criou %1$.0f de %2$.0f canais permitidos.";
+$a->strings["Create a new channel"] = "Criar um novo canal";
+$a->strings["Channel Manager"] = "Administrador do canal";
+$a->strings["Current Channel"] = "Canal atual";
+$a->strings["Attach to one of your channels by selecting it."] = "Selecione um dos seus canais para utilizá-lo.";
+$a->strings["Default Channel"] = "Canal padrão";
+$a->strings["Make Default"] = "Tornar padrão";
+$a->strings["Remove This Channel"] = "Remover este canal";
+$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Isso irá remover completamente este canal da rede. Uma vez que seja feito não será possível recuperá-lo.";
+$a->strings["Please enter your password for verification:"] = "Por favor, digite a sua senha para verificação:";
+$a->strings["Remove this channel and all its clones from the network"] = "Remover este canal e todos os seus clones da rede";
+$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Por padrão, apenas a instância do canal localizada neste hub será removida da rede";
+$a->strings["Remove Channel"] = "Remover canal";
$a->strings["Item not found"] = "O item não foi encontrado";
-$a->strings["Edit Block"] = "Editar bloco";
-$a->strings["Delete block?"] = "Deletar bloco?";
+$a->strings["Item is not editable"] = "O item não está editável";
+$a->strings["Edit post"] = "Editar a publicação";
+$a->strings["Delete item?"] = "Deletar item?";
$a->strings["Insert YouTube video"] = "Inserir vídeo do YouTube";
$a->strings["Insert Vorbis [.ogg] video"] = "Inserir vídeo Vorbis (.ogg)";
$a->strings["Insert Vorbis [.ogg] audio"] = "Inserir áudio Vorbis (.ogg)";
-$a->strings["Delete Block"] = "Deletar bloco";
-$a->strings["Layout updated."] = "Layout atualizado.";
-$a->strings["Edit System Page Description"] = "Editar descrição de página do sistema";
-$a->strings["Layout not found."] = "Layout não encontrado.";
-$a->strings["Module Name:"] = "Nome do módulo:";
-$a->strings["Layout Help"] = "Ajuda de layout";
-$a->strings["Edit Layout"] = "Editar layout";
-$a->strings["Delete layout?"] = "Deletar layout?";
-$a->strings["Delete Layout"] = "Deletar layout";
-$a->strings["Item is not editable"] = "O item não está editável";
-$a->strings["Delete item?"] = "Deletar item?";
$a->strings["Edit Webpage"] = "Editar página web";
$a->strings["Delete webpage?"] = "Deletar página web?";
$a->strings["Delete Webpage"] = "Deletar página web";
+$a->strings["Poke/Prod"] = "Cutucar/Espetar";
+$a->strings["poke, prod or do other things to somebody"] = "Cutucar, espetar ou fazer outras coisas a alguém";
+$a->strings["Recipient"] = "Destinatário";
+$a->strings["Choose what you wish to do to recipient"] = "Escolha o que você deseja fazer com seu alvo";
+$a->strings["Make this post private"] = "Torne esta publicação privada";
+$a->strings["Block Name"] = "Nome do bloco";
+$a->strings["Collection created."] = "A coleção foi criada.";
+$a->strings["Could not create collection."] = "Não foi possível criar a coleção.";
+$a->strings["Collection updated."] = "Coleção atualizada";
+$a->strings["Create a collection of channels."] = "Criar uma coleção de canais.";
+$a->strings["Collection Name: "] = "Nome da coleção:";
+$a->strings["Members are visible to other channels"] = "Membros são visíveis para outros canais";
+$a->strings["Collection removed."] = "Coleção removida.";
+$a->strings["Unable to remove collection."] = "Não foi possível remover a coleção.";
+$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["Tag removed"] = "A etiqueta foi removida";
+$a->strings["Remove Item Tag"] = "Remover a etiqueta de item";
+$a->strings["Select a tag to remove: "] = "Selecione uma etiqueta para remover: ";
+$a->strings["Item not available."] = "O item não está disponível.";
+$a->strings["Unable to locate original post."] = "Não foi possível localizar a publicação original.";
+$a->strings["Empty post discarded."] = "A publicação em branco foi descartada.";
+$a->strings["Executable content type not permitted to this channel."] = "Conteúdo de tipo executável não permitido para este canal.";
+$a->strings["System error. Post not saved."] = "Erro no sistema. A publicação não foi salva.";
+$a->strings["You have reached your limit of %1$.0f top level posts."] = "Você atingiu o seu limite de %1$.0f publicações de novos tópicos.";
+$a->strings["You have reached your limit of %1$.0f webpages."] = "Você atingiu o seu limite de %1$.0f páginas web.";
+$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red Matrix - Visitantes: Usuário: {seu endereço de e-mail}, Senha: +++";
+$a->strings["Away"] = "Ausente";
+$a->strings["Online"] = "Online";
+$a->strings["Finding:"] = "Pesquisando:";
+$a->strings["next page"] = "próxima página";
+$a->strings["previous page"] = "página anterior";
+$a->strings["No entries (some entries may be hidden)."] = "Nenhuma entrada (algumas entradas podem estar escondidas).";
+$a->strings["Profile Match"] = "Correspondência de perfil";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Nenhuma palavra-chave para combinar. Por favor, adicione palavras-chave ao seu perfil padrão.";
+$a->strings["is interested in:"] = "se interessa por:";
+$a->strings["No matches"] = "Nenhuma correspondência";
+$a->strings["This site is not a directory server"] = "Este site não é um servidor de diretório";
$a->strings["Version %s"] = "Versão %s";
$a->strings["Installed plugins/addons/apps:"] = "Plugins/complementos/aplicações instalados:";
$a->strings["No installed plugins/addons/apps"] = "Nenhum plugin/complemento/aplicação instalado";
@@ -1471,22 +1609,19 @@ $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["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["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["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["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.";
@@ -1496,66 +1631,17 @@ $a->strings["New Source"] = "Nova fonte";
$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importar todo ou uma seleção do conteúdo do seguinte canal para este canal, e distribuí-lo de acordo com as configurações do seu canal.";
$a->strings["Only import content with these words (one per line)"] = "Importar apenas conteúd com estas palavras (uma por linha)";
$a->strings["Leave blank to import all public content"] = "Deixe em branco para importar todo o conteúdo público";
-$a->strings["Channel Name"] = "Nome do canal";
$a->strings["Source not found."] = "A fonte não foi encontrada.";
$a->strings["Edit Source"] = "Editar fonte";
$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["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";
-$a->strings["Set/edit permissions"] = "Definir/editar permissões";
-$a->strings["Include all files and sub folders"] = "Incluir todos os arquivos e subpastas";
-$a->strings["Return to file list"] = "Retornar à lista de arquivos";
-$a->strings["Copy/paste this code to attach file to a post"] = "Copiar/colar este código para anexar um arquivo a uma publicação";
-$a->strings["Copy/paste this URL to link file from a web page"] = "Copiar/colar este URL para linkar para o arquivo em uma página web";
-$a->strings["Download"] = "Baixar";
-$a->strings["Used: "] = "Utilizado:";
-$a->strings["[directory]"] = "[diretório]";
-$a->strings["Limit: "] = "Limite:";
-$a->strings["Channel added."] = "Canal adicionado.";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está acompanhando %3\$s de %2\$s";
-$a->strings["Contact not found."] = "O contato não foi encontrado.";
-$a->strings["Friend suggestion sent."] = "Sugestão de amizade enviada.";
-$a->strings["Suggest Friends"] = "Sugerir amigos";
-$a->strings["Suggest a friend for %s"] = "Sugerir um amigo para %s";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nenhuma sugestão disponível. Se este site é novo, por favor tente novamente em 24 horas.";
-$a->strings["Collection created."] = "A coleção foi criada.";
-$a->strings["Could not create collection."] = "Não foi possível criar a coleção.";
-$a->strings["Collection updated."] = "Coleção atualizada";
-$a->strings["Create a collection of channels."] = "Criar uma coleção de canais.";
-$a->strings["Collection Name: "] = "Nome da coleção:";
-$a->strings["Members are visible to other channels"] = "Membros são visíveis para outros canais";
-$a->strings["Collection removed."] = "Coleção removida.";
-$a->strings["Unable to remove collection."] = "Não foi possível remover a coleção.";
-$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["Help:"] = "Ajuda:";
-$a->strings["Not Found"] = "Não encontrada";
-$a->strings["Tag removed"] = "A etiqueta foi removida";
-$a->strings["Remove Item Tag"] = "Remover a etiqueta de item";
-$a->strings["Select a tag to remove: "] = "Selecione uma etiqueta para remover: ";
-$a->strings["Welcome to %s"] = "Bem-vindo(a) a %s";
-$a->strings["Thing updated"] = "A coisa foi atualizada";
-$a->strings["Object store: failed"] = "Armazenamento do objeto: falhou";
-$a->strings["Thing added"] = "A coisa foi adicionada";
-$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
-$a->strings["Show Thing"] = "Exibir coisa";
-$a->strings["item not found."] = "o item não foi encontrado";
-$a->strings["Edit Thing"] = "Editar coisa";
-$a->strings["Select a profile"] = "Selecione um perfil";
-$a->strings["Select a category of stuff. e.g. I ______ something"] = "Escolha uma categoria de coisas. e.g. Eu ______ algo";
-$a->strings["Post an activity"] = "Publique uma atividade";
-$a->strings["Only sends to viewers of the applicable profile"] = "Envia apenas para a audiência do perfil aplicável";
-$a->strings["Name of thing e.g. something"] = "Nome da coisa e.g. coisinha";
-$a->strings["URL of thing (optional)"] = "URL da coisa (opcional)";
-$a->strings["URL for photo of thing (optional)"] = "URL para foto da coisa (opcional)";
-$a->strings["Add Thing to your Profile"] = "Adicionar a coisa ao seu perfil";
+$a->strings["Public Sites"] = "Sites públicos";
+$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."] = "Os sites listados permitem ao público geral registrar contas na Red Matrix. Todos os sites na matrix são interligados, portanto ser membro em qualquer um deles te torna membro na matrix como um todo. Alguns sites podem solicitar uma assinatura ou prover planos em níveis. Os links para cada provedor <strong>podem</strong> fornecer mais detalhes.";
+$a->strings["Site URL"] = "URL do site";
+$a->strings["Access Type"] = "Tipo de acesso";
+$a->strings["Registration Policy"] = "Política de registro";
+$a->strings["Location"] = "Localização";
$a->strings["Nothing to import."] = "Nada a importar.";
$a->strings["Unable to download data from old server"] = "Não foi possível descarregar os dados do servidor antigo";
$a->strings["Imported file is empty."] = "O arquivo importado está vazio.";
@@ -1573,231 +1659,143 @@ $a->strings["Your old login email address"] = "O endereço de e-mail da sua anti
$a->strings["Your old login password"] = "A senha dua sua antiga conta";
$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."] = "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.";
$a->strings["Make this hub my primary location"] = "Faça deste hub meu local primário";
-$a->strings["Total invitation limit exceeded."] = "Foi excedido o número total de convites.";
-$a->strings["%s : Not a valid email address."] = "%s : Não é um endereço de e-mail válido.";
-$a->strings["Please join us on Red"] = "Por favor, una-se a nós na Red";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Você excedeu o limite de convites. Por favor, entre em contato com o administrador do site.";
-$a->strings["%s : Message delivery failed."] = "%s : Não foi possível enviar a mensagem.";
-$a->strings["%d message sent."] = array(
- 0 => "%d mensagem enviada.",
- 1 => "%d mensagens enviadas.",
-);
-$a->strings["You have no more invitations available"] = "Você não possui mais convites disponíveis";
-$a->strings["Send invitations"] = "Enviar convites.";
-$a->strings["Enter email addresses, one per line:"] = "Digite os endereços de e-mail, um por linha:";
-$a->strings["Your message:"] = "Sua mensagem:";
-$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = "Você está convidado a juntar-se a mim e alguns outros amigos próximos na Red Matrix - uma revolucionária nova ferramenta para comunicação e informação descentralizada.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Você deve informar este código de convite: \$invite_code";
-$a->strings["Please visit my channel at"] = "Por favor, visite o meu canal em";
-$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Após você se registrar (em qualquer site da Red Matrix - eles são todos interconectados!), peço que conecte-se comigo usando o endereço do meu canal:";
-$a->strings["Click the [Register] link on the following page to join."] = "Clique no link [Registrar] na seguinte página para participar.";
-$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "Para maiores informações sobre o Projeto Red Matrix e porque ele tem potencial para mudar a Internet como a conhecemos, por favor visite: http://getzot.com";
-$a->strings["Unable to locate original post."] = "Não foi possível localizar a publicação original.";
-$a->strings["Empty post discarded."] = "A publicação em branco foi descartada.";
-$a->strings["Executable content type not permitted to this channel."] = "Conteúdo de tipo executável não permitido para este canal.";
-$a->strings["System error. Post not saved."] = "Erro no sistema. A publicação não foi salva.";
-$a->strings["You have reached your limit of %1$.0f top level posts."] = "Você atingiu o seu limite de %1$.0f publicações de novos tópicos.";
-$a->strings["You have reached your limit of %1$.0f webpages."] = "Você atingiu o seu limite de %1$.0f páginas web.";
-$a->strings["[Embedded content - reload page to view]"] = "[Conteúdo incorporado - recarregue a página para ver]";
-$a->strings["Help with this feature"] = "Ajuda com este recurso";
-$a->strings["Layout Name"] = "Nome do layout";
-$a->strings["Remote privacy information not available."] = "Não existe informação disponível sobre a privacidade remota.";
-$a->strings["Visible to:"] = "Visível para:";
-$a->strings["No connections."] = "Nenhuma conexão.";
-$a->strings["Visit %s's profile [%s]"] = "Ver o perfil de %s [%s]";
-$a->strings["View Connnections"] = "Ver conexões";
-$a->strings["No valid account found."] = "Não foi encontrada uma conta válida.";
-$a->strings["Password reset request issued. Check your email."] = "A solicitação de restauração de senha foi encaminhada. Verifique seu e-mail.";
-$a->strings["Site Member (%s)"] = "Membro do site (%s)";
-$a->strings["Password reset requested at %s"] = "Foi feita uma solicitação de restauração de senha em %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi restaurada.";
-$a->strings["Password Reset"] = "Reiniciar a senha";
-$a->strings["Your password has been reset as requested."] = "Sua senha foi restaurada, conforme solicitado.";
-$a->strings["Your new password is"] = "Sua nova senha é";
-$a->strings["Save or copy your new password - and then"] = "Salve ou copie a sua nova senha e, então";
-$a->strings["click here to login"] = "clique aqui para entrar";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Sua senha pode ser alterada na página de <em>Configurações</em> após você entrar em sua conta.";
-$a->strings["Your password has changed at %s"] = "Sua senha foi modificada em %s";
-$a->strings["Forgot your Password?"] = "Esqueceu a sua senha?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Digite o seu endereço de e-mail e clique em 'Restaurar' para prosseguir com a restauração da sua senha. Após isso, verifique seu e-mail para mais instruções.";
-$a->strings["Email Address"] = "Endereço de e-mail";
-$a->strings["Reset"] = "Restaurar";
-$a->strings["Hub not found."] = "O hub não foi encontrado.";
-$a->strings["Total votes"] = "Votos totais";
-$a->strings["Average Rating"] = "Média das avaliações";
+$a->strings["invalid target signature"] = "assinatura do destino inválida";
$a->strings["Unable to lookup recipient."] = "Não foi possível encontrar o destinatário.";
$a->strings["Unable to communicate with requested channel."] = "Não foi possível comunicar com o canal solicitado.";
$a->strings["Cannot verify requested channel."] = "Não foi possível verificar o canal requisitado.";
$a->strings["Selected channel has private message restrictions. Send failed."] = "O canal solicitado tem restrições a mensagens privadas. Falha no envio.";
-$a->strings["Messages"] = "Mensagens";
$a->strings["Message deleted."] = "A mensagem foi excluída.";
$a->strings["Message recalled."] = "Mensagem retirada.";
$a->strings["Send Private Message"] = "Enviar mensagem privada";
$a->strings["To:"] = "Para:";
$a->strings["Subject:"] = "Assunto:";
$a->strings["Message not found."] = "Mensagem não encontrada.";
-$a->strings["Delete message"] = "Excluir a mensagem";
$a->strings["Recall message"] = "Retirar mensagem";
$a->strings["Message has been recalled."] = "A mensagem foi retirada.";
$a->strings["Private Conversation"] = "Conversa privada";
$a->strings["Delete conversation"] = "Excluir conversa";
$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Comunicação segura indisponível. Você <strong>talvez</strong> consiga responder pela página de perfil do remetente.";
$a->strings["Send Reply"] = "Enviar resposta";
-$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Você criou %1$.0f de %2$.0f canais permitidos.";
-$a->strings["Create a new channel"] = "Criar um novo canal";
-$a->strings["Channel Manager"] = "Administrador do canal";
-$a->strings["Current Channel"] = "Canal atual";
-$a->strings["Attach to one of your channels by selecting it."] = "Selecione um dos seus canais para utilizá-lo.";
-$a->strings["Default Channel"] = "Canal padrão";
-$a->strings["Make Default"] = "Tornar padrão";
-$a->strings["Wall Photos"] = "Fotos do mural";
-$a->strings["Profile Match"] = "Correspondência de perfil";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Nenhuma palavra-chave para combinar. Por favor, adicione palavras-chave ao seu perfil padrão.";
-$a->strings["is interested in:"] = "se interessa por:";
-$a->strings["No matches"] = "Nenhuma correspondência";
-$a->strings["Menu updated."] = "Menu atualizado.";
-$a->strings["Unable to update menu."] = "Não foi possível atualizar o menu.";
-$a->strings["Menu created."] = "O menu foi criado.";
-$a->strings["Unable to create menu."] = "Não foi possível criar o menu.";
-$a->strings["Manage Menus"] = "Administrar menus";
-$a->strings["Drop"] = "Descartar";
-$a->strings["Create a new menu"] = "Criar um novo menu";
-$a->strings["Delete this menu"] = "Deletar este menu";
-$a->strings["Edit menu contents"] = "Editar os conteúdos do menu";
-$a->strings["Edit this menu"] = "Editar este menu";
-$a->strings["New Menu"] = "Novo menu";
-$a->strings["Menu name"] = "Nome do menu";
-$a->strings["Must be unique, only seen by you"] = "Deve ser único, exibido somente para você";
-$a->strings["Menu title"] = "Título do menu";
-$a->strings["Menu title as seen by others"] = "Título do menu quando visto por outros";
-$a->strings["Allow bookmarks"] = "Habilitar links guardados";
-$a->strings["Menu may be used to store saved bookmarks"] = "O menu pode ser utilizado para armazenar links guardados";
-$a->strings["Menu deleted."] = "Menu deletado.";
-$a->strings["Menu could not be deleted."] = "Não foi possível deletar o menu.";
-$a->strings["Edit Menu"] = "Editar menu";
-$a->strings["Add or remove entries to this menu"] = "Adicionar ou remover entradas deste menu";
-$a->strings["Conversation removed."] = "A conversa foi removida.";
-$a->strings["No messages."] = "Nenhuma mensagem.";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["Add a Channel"] = "Adicionar um canal";
-$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."] = "Um canal é uma coleção sua de páginas relacionadas. Um canal pode ser usado para um perfil de rede social, um blog, grupos de conversação e fóruns, páginas de celebridades, e muito mais. Você pode criar tantos canais quanto seu provedor de serviço permita.";
-$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Exemplos: \"Beto Salinas\", \"Elis e seus Cavalos\", \"Futebol\", \"Grupo de aviadores\"";
-$a->strings["Choose a short nickname"] = "Escolha um apelido curto";
-$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Seu apelido será usado para criar um endereço para o canal de fácil memorização (como um endereço de email), que você poderá compartilhar com outros.";
-$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Ou <a href=\"import\">importe um canal existente</a> de outro local";
-$a->strings["Page owner information could not be retrieved."] = "As informações do dono da pagina não puderam ser obtidas.";
-$a->strings["Album not found."] = "O álbum não foi encontrado.";
-$a->strings["Delete Album"] = "Excluir o álbum";
-$a->strings["Delete Photo"] = "Excluir a foto";
-$a->strings["No photos selected"] = "Não foi selecionada nenhuma foto";
-$a->strings["Access to this item is restricted."] = "O acesso a este item está restrito.";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Você usou %1$.2f Mbytes de %2$.2f Mbytes de armazenamento de fotos.";
-$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Você usou %1$.2f Mbytes de armazenamento de fotos.";
-$a->strings["Upload Photos"] = "Enviar fotos";
-$a->strings["New album name: "] = "Novo nome de álbum: ";
-$a->strings["or existing album name: "] = "ou nome de um álbum já existente: ";
-$a->strings["Do not show a status post for this upload"] = "Não exibir uma publicação de status para este carregamento";
-$a->strings["Contact Photos"] = "Fotos dos contatos";
-$a->strings["Edit Album"] = "Editar o álbum";
-$a->strings["Show Newest First"] = "Exibir primeiro os mais recentes";
-$a->strings["Show Oldest First"] = "Exibir primeiro os mais antigos";
-$a->strings["View Photo"] = "Ver a foto";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Permissão negada. Acesso a este item pode estar restrito.";
-$a->strings["Photo not available"] = "A foto não está disponível";
-$a->strings["Use as profile photo"] = "Usar como uma foto de perfil";
-$a->strings["View Full Size"] = "Ver no tamanho real";
-$a->strings["Edit photo"] = "Editar a foto";
-$a->strings["Rotate CW (right)"] = "Rotacionar H (horário)";
-$a->strings["Rotate CCW (left)"] = "Rotacionar AH (anti-horário)";
-$a->strings["New album name"] = "Novo nome para o álbum";
-$a->strings["Caption"] = "Legenda";
-$a->strings["Add a Tag"] = "Adicionar uma etiqueta";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento";
-$a->strings["In This Photo:"] = "Nesta foto:";
-$a->strings["View Album"] = "Ver álbum";
-$a->strings["Recent Photos"] = "Fotos recentes";
-$a->strings["Invalid request identifier."] = "Identificador de solicitação inválido";
-$a->strings["Discard"] = "Descartar";
+$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["Profile not found."] = "O perfil não foi encontrado.";
+$a->strings["Profile deleted."] = "O perfil foi excluído.";
+$a->strings["Profile-"] = "Perfil-";
+$a->strings["New profile created."] = "O novo perfil foi criado.";
+$a->strings["Profile unavailable to clone."] = "O perfil não está disponível para clonagem.";
+$a->strings["Profile Name is required."] = "É obrigatório informar o nome do perfil.";
+$a->strings["Marital Status"] = "Estado civil";
+$a->strings["Romantic Partner"] = "Parceiro/a romântico/a";
+$a->strings["Likes"] = "Gosta de";
+$a->strings["Dislikes"] = "Não gosta de";
+$a->strings["Work/Employment"] = "Trabalho/Emprego";
+$a->strings["Religion"] = "Religião";
+$a->strings["Political Views"] = "Posição política";
+$a->strings["Gender"] = "Gênero";
+$a->strings["Sexual Preference"] = "Preferência sexual";
+$a->strings["Homepage"] = "Página web";
+$a->strings["Interests"] = "Interesses";
+$a->strings["Profile updated."] = "O perfil foi atualizado.";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Esconder sua lista de contatos/amigos dos visitantes no seu perfil?";
+$a->strings["Edit Profile Details"] = "Editar os detalhes do perfil";
+$a->strings["View this profile"] = "Ver este perfil";
+$a->strings["Change Profile Photo"] = "Mudar a foto do perfil";
+$a->strings["Create a new profile using these settings"] = "Criar um novo perfil usando estas configurações";
+$a->strings["Clone this profile"] = "Clonar este perfil";
+$a->strings["Delete this profile"] = "Excluir este perfil";
+$a->strings["Profile Name:"] = "Nome do perfil:";
+$a->strings["Your Full Name:"] = "Seu nome completo:";
+$a->strings["Title/Description:"] = "Título/Descrição:";
+$a->strings["Your Gender:"] = "Seu gênero:";
+$a->strings["Birthday (%s):"] = "Aniversário (%s):";
+$a->strings["Street Address:"] = "Endereço:";
+$a->strings["Locality/City:"] = "Localidade/Cidade:";
+$a->strings["Postal/Zip Code:"] = "CEP:";
+$a->strings["Country:"] = "País:";
+$a->strings["Region/State:"] = "Região/Estado:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "Estado civil <span class=\"heart\">&hearts;</span>:";
+$a->strings["Who: (if applicable)"] = "Quem: (se aplicável)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com";
+$a->strings["Since [date]:"] = "Desde [data]:";
+$a->strings["Homepage URL:"] = "Endereço do website:";
+$a->strings["Religious Views:"] = "Orientação religiosa:";
+$a->strings["Keywords:"] = "Palavras-chave:";
+$a->strings["Example: fishing photography software"] = "Exemplo: pesca fotografia software";
+$a->strings["Used in directory listings"] = "Usado em listas de diretório";
+$a->strings["Tell us about yourself..."] = "Fale um pouco sobre você...";
+$a->strings["Hobbies/Interests"] = "Hobbies/Interesses";
+$a->strings["Contact information and Social Networks"] = "Informações de contato e redes sociais";
+$a->strings["My other channels"] = "Meus outros canais";
+$a->strings["Musical interests"] = "Interesses musicais";
+$a->strings["Books, literature"] = "Livros, literatura";
+$a->strings["Television"] = "Televisão";
+$a->strings["Film/dance/culture/entertainment"] = "Filme/dança/cultura/entretenimento";
+$a->strings["Love/romance"] = "Amor/romance";
+$a->strings["Work/employment"] = "Trabalho/emprego";
+$a->strings["School/education"] = "Escola/educação";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Este é o seu perfil <strong>público</strong>.<br />Ele <strong>pode</strong> estar visível para qualquer um que acesse a Internet.";
+$a->strings["Edit/Manage Profiles"] = "Editar/Administrar perfis";
+$a->strings["Add profile things"] = "Adicionar coisas ao perfil";
+$a->strings["Include desirable objects in your profile"] = "Inclua objetos desejáveis no seu perfil";
+$a->strings["Bookmark added"] = "O link foi guardado";
+$a->strings["My Bookmarks"] = "Meus links guardados";
+$a->strings["My Connections Bookmarks"] = "Links guardados das minhas conexões";
+$a->strings["No channel."] = "Nenhum canal.";
+$a->strings["Common connections"] = "Conexões em comum";
+$a->strings["No connections in common."] = "Nenhuma conexão em comum.";
$a->strings["No more system notifications."] = "Sem novas notificações do sistema.";
$a->strings["System Notifications"] = "Notificações do sistema";
-$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["Schema Default"] = "Padrão do esquema";
-$a->strings["Sans-Serif"] = "Sans-Serif";
-$a->strings["Monospace"] = "Monoespaçada";
-$a->strings["Theme settings"] = "Configurações de tema";
-$a->strings["Set scheme"] = "Definir esquema";
-$a->strings["Set font-size for posts and comments"] = "Definir o tamanho da fonte para publicações e comentários";
-$a->strings["Set font face"] = "Definir a face da fonte";
-$a->strings["Set iconset"] = "Definir o conjunto de ícones";
-$a->strings["Set big shadow size, default 15px 15px 15px"] = "Definir o tamanho da sombra grande, padrão 15px 15px 15px";
-$a->strings["Set small shadow size, default 5px 5px 5px"] = "Definir o tamanho da sombra pequena, padrão 5px 5px 5px";
-$a->strings["Set shadow colour, default #000"] = "Definir a cor da sombra, padrão #000";
-$a->strings["Set radius size, default 5px"] = "Definir o tamanho do raio de curvatura, padrão 5px";
-$a->strings["Set line-height for posts and comments"] = "Definir a altura da linha para publicações e comentários";
-$a->strings["Set background image"] = "Definir a imagem do pano de fundo";
-$a->strings["Set background attachment"] = "Definir o anexo de pano de fundo";
-$a->strings["Set background colour"] = "Definir a cor do pano de fundo";
-$a->strings["Set 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 links - use hex"] = "Definir a cor dos links - use hex";
-$a->strings["Set max-width for items. Default 400px"] = "Definir a largura máxima para itens. Padrão 400px";
-$a->strings["Set min-width for items. Default 240px"] = "Definir a largura mínima para itens. Padrão 240px";
-$a->strings["Set the generic content wrapper width. Default 48%"] = "Definir a largura do envólucro para conteúdo genérico. Padrão 48%";
-$a->strings["Set colour of fonts - use hex"] = "Definir a cor das fontes - use hex";
-$a->strings["Set background-size element"] = "Definir o elemento <em>background-size</em>";
-$a->strings["Item opacity"] = "Opacidade de itens";
-$a->strings["Display post previews only"] = "Exibir apenas a pré-visualização de publicações";
-$a->strings["Display side bar on channel page"] = "Exibir a barra lateral na página do canal";
-$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["Left offset of the aside"] = "Deslocamento esquerdo do aparte";
-$a->strings["Right offset of the aside element"] = "Deslocamento direito do aparte";
-$a->strings["None"] = "Nenhum";
-$a->strings["Header image"] = "Imagem de cabeçalho";
-$a->strings["Header image only on profile pages"] = "Imagem de cabeçalho apenas em páginas de perfil";
-$a->strings["Narrow navbar"] = "Barra de navegação estreita";
-$a->strings["Navigation bar background colour"] = "Cor de fundo da barra de navegação";
-$a->strings["Navigation bar gradient top colour"] = "Cor no topo de gradiente da barra de navegação";
-$a->strings["Navigation bar gradient bottom colour"] = "Cor na base de gradiente da barra de navegação";
-$a->strings["Navigation active button gradient top colour"] = "Cor no topo de gradiente de botão ativo de navegação";
-$a->strings["Navigation active button gradient bottom colour"] = "Cor na base de gradiente de botão ativo de navegação";
-$a->strings["Navigation bar border colour "] = "Cor de borda da barra de navegação";
-$a->strings["Navigation bar icon colour "] = "Cor de ícone da barra de navegação";
-$a->strings["Navigation bar active icon colour "] = "Cor de ícone ativo da barra de navegação";
-$a->strings["link colour"] = "cor dos links";
-$a->strings["Set font-colour for banner"] = "Definir a cor da fonte para o cartaz";
-$a->strings["Set the background colour"] = "Definir a cor do pano de fundo";
-$a->strings["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 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";
-$a->strings["Set font-colour for posts and comments"] = "Definir a cor da fonte para publicações e comentários";
-$a->strings["Set radius of corners"] = "Definir o raio de curvatura dos cantos";
-$a->strings["Set shadow depth of photos"] = "Definir a profundidade de sombra das fotos";
-$a->strings["Set maximum width of conversation regions"] = "Definir a largura máxima da área de conversas";
-$a->strings["Center conversation regions"] = "Centralizar regiões de conversação";
-$a->strings["Set minimum opacity of nav bar - to hide it"] = "Definir opacidade mínima para a barra de navegação - para escondê-la";
-$a->strings["Set size of conversation author photo"] = "Definir o tamanho da foto do autor da conversa";
-$a->strings["Set size of followup author photos"] = "Definir o tamanho da foto dos autores de comentários";
-$a->strings["Sloppy photo albums"] = "Álbuns de fotos desleixados";
-$a->strings["Are you a clean desk or a messy desk person?"] = "Sua mesa é do tipo limpinha ou bagunçada?";
-$a->strings["Update %s failed. See error logs."] = "A atualização %s falhou. Veja os logs de erro.";
-$a->strings["Update Error at %s"] = "Erro de atualização em %s";
-$a->strings["Create an account to access services and applications within the Red Matrix"] = "Crie uma conta para acessar serviços e aplicações na Red Matrix";
-$a->strings["Password"] = "Senha";
-$a->strings["Remember me"] = "Lembrar de mim";
-$a->strings["Forgot your password?"] = "Esqueceu a sua senha?";
-$a->strings["permission denied"] = "permissão negada";
-$a->strings["Got Zot?"] = "Já tem Zot?";
-$a->strings["toggle mobile"] = "alternar para interface móvel";
+$a->strings["Authorize application connection"] = "Autorizar a conexão com a aplicação";
+$a->strings["Return to your app and insert this Securty Code:"] = "Volte para a sua aplicação e digite este código de segurança:";
+$a->strings["Please login to continue."] = "Por favor, autentique-se para continuar.";
+$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["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";
+$a->strings["New Chatroom"] = "Nova sala de bate-papo";
+$a->strings["Chatroom Name"] = "Nome da sala de bate-papo";
+$a->strings["%1\$s's Chatrooms"] = "Salas de bate-papo de %1\$s";
+$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["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["Invalid request identifier."] = "Identificador de solicitação inválido";
+$a->strings["Discard"] = "Descartar";
+$a->strings["No valid account found."] = "Não foi encontrada uma conta válida.";
+$a->strings["Password reset request issued. Check your email."] = "A solicitação de restauração de senha foi encaminhada. Verifique seu e-mail.";
+$a->strings["Site Member (%s)"] = "Membro do site (%s)";
+$a->strings["Password reset requested at %s"] = "Foi feita uma solicitação de restauração de senha em %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi restaurada.";
+$a->strings["Your password has been reset as requested."] = "Sua senha foi restaurada, conforme solicitado.";
+$a->strings["Your new password is"] = "Sua nova senha é";
+$a->strings["Save or copy your new password - and then"] = "Salve ou copie a sua nova senha e, então";
+$a->strings["click here to login"] = "clique aqui para entrar";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Sua senha pode ser alterada na página de <em>Configurações</em> após você entrar em sua conta.";
+$a->strings["Your password has changed at %s"] = "Sua senha foi modificada em %s";
+$a->strings["Forgot your Password?"] = "Esqueceu a sua senha?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Digite o seu endereço de e-mail e clique em 'Restaurar' para prosseguir com a restauração da sua senha. Após isso, verifique seu e-mail para mais instruções.";
+$a->strings["Email Address"] = "Endereço de e-mail";
+$a->strings["Reset"] = "Restaurar";
+$a->strings["Help with this feature"] = "Ajuda com este recurso";
+$a->strings["Layout Name"] = "Nome do layout";
+$a->strings["Edit Block"] = "Editar bloco";
+$a->strings["Delete block?"] = "Deletar bloco?";
+$a->strings["Delete Block"] = "Deletar bloco";
+$a->strings["Edit Layout"] = "Editar layout";
+$a->strings["Delete layout?"] = "Deletar layout?";
+$a->strings["Delete Layout"] = "Deletar layout";
+$a->strings["Channel added."] = "Canal adicionado.";
diff --git a/view/ru/messages.po b/view/ru/messages.po
index 8abc23b29..41ae4fb07 100644
--- a/view/ru/messages.po
+++ b/view/ru/messages.po
@@ -1,16 +1,17 @@
-# 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
+# alexej <info@pixelbits.de>, 2013-2014
+# vislav <bizadmin@list.ru>, 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-05-09 00:03-0700\n"
+"PO-Revision-Date: 2014-05-11 11:28+0000\n"
+"Last-Translator: alexej <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,447 +19,539 @@ 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/dba/dba_driver.php:50
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr ""
-#: ../../include/acl_selectors.php:236
-msgid "show"
-msgstr "показывать"
+#: ../../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/acl_selectors.php:237
-msgid "don't show"
-msgstr "не показывать"
+#: ../../include/oembed.php:171
+msgid "Embedded content"
+msgstr "Внедренное содержание"
-#: ../../include/activities.php:39
-msgid " and "
-msgstr "и"
+#: ../../include/oembed.php:180
+msgid "Embedding disabled"
+msgstr "Внедрение отключенно"
-#: ../../include/activities.php:47
-msgid "public profile"
-msgstr "Публичный профиль"
+#: ../../include/notify.php:23
+msgid "created a new post"
+msgstr "создал новое сообщение"
-#: ../../include/activities.php:52
+#: ../../include/notify.php:24
#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s изменил %2$s на &ldquo;%3$s&rdquo;"
+msgid "commented on %s's post"
+msgstr "прокомментировал %s's сообщение"
-#: ../../include/activities.php:53
-#, php-format
-msgid "Visit %1$s's %2$s"
-msgstr "Посетить %1$s's %2$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 "Подключить"
-#: ../../include/activities.php:56
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr ""
+#: ../../include/Contact.php:123
+msgid "New window"
+msgstr "Новое окно"
-#: ../../include/api.php:973
-msgid "Public Timeline"
-msgstr "Публичная шкала времени"
+#: ../../include/Contact.php:124
+msgid "Open the selected location in a different window or browser tab"
+msgstr "Откройте выбранное местоположение в другом окне или вкладке браузера"
-#: ../../include/nav.php:72 ../../include/nav.php:87 ../../boot.php:1415
-msgid "Logout"
-msgstr "Выход"
+#: ../../include/page_widgets.php:6
+msgid "New Page"
+msgstr "Новая страница"
-#: ../../include/nav.php:72 ../../include/nav.php:87
-msgid "End this session"
-msgstr "Закончить эту сессию"
+#: ../../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: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/nav.php:75 ../../include/nav.php:121
-msgid "Home"
-msgstr "Мой канал"
+#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97
+#: ../../mod/layouts.php:116 ../../mod/webpages.php:122
+msgid "View"
+msgstr "Просмотр"
-#: ../../include/nav.php:75
-msgid "Your posts and conversations"
-msgstr "Ваши сообщения и разговоры"
+#: ../../include/page_widgets.php:40 ../../include/conversation.php:1088
+#: ../../include/ItemObject.php:570 ../../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/nav.php:76 ../../include/conversation.php:932
-#: ../../mod/connedit.php:309 ../../mod/connedit.php:423
-msgid "View Profile"
-msgstr "Просмотр профиля"
+#: ../../include/page_widgets.php:41 ../../mod/webpages.php:124
+msgid "Actions"
+msgstr ""
-#: ../../include/nav.php:76
-msgid "Your profile page"
-msgstr "Страницa вашего профиля"
+#: ../../include/page_widgets.php:42 ../../mod/webpages.php:125
+msgid "Page Link"
+msgstr ""
-#: ../../include/nav.php:78
-msgid "Edit Profiles"
-msgstr "Редактирование профилей"
+#: ../../include/page_widgets.php:43 ../../mod/webpages.php:126
+msgid "Title"
+msgstr ""
-#: ../../include/nav.php:78
-msgid "Manage/Edit Profiles"
-msgstr "Управление / Редактирование профилей"
+#: ../../include/page_widgets.php:44 ../../mod/webpages.php:127
+msgid "Created"
+msgstr ""
-#: ../../include/nav.php:79 ../../include/conversation.php:1462
-#: ../../mod/fbrowser.php:25
-msgid "Photos"
-msgstr "Фотографии"
+#: ../../include/page_widgets.php:45 ../../mod/webpages.php:128
+msgid "Edited"
+msgstr ""
-#: ../../include/nav.php:79
-msgid "Your photos"
-msgstr "Ваши фотографии"
+#: ../../include/permissions.php:13
+msgid "Can view my \"public\" stream and posts"
+msgstr "Может просматривать мои \"публичные\" поток и сообщения"
-#: ../../include/nav.php:85 ../../boot.php:1416
-msgid "Login"
-msgstr "Войти"
+#: ../../include/permissions.php:14
+msgid "Can view my \"public\" channel profile"
+msgstr "Может просматривать мой \"публичный\" профиль канала"
-#: ../../include/nav.php:85
-msgid "Sign in"
-msgstr "Войти"
+#: ../../include/permissions.php:15
+msgid "Can view my \"public\" photo albums"
+msgstr "Может просматривать мои \"публичные\" фотоальбомы"
-#: ../../include/nav.php:102
-#, php-format
-msgid "%s - click to logout"
-msgstr "%s - нажмите чтобы выйти"
+#: ../../include/permissions.php:16
+msgid "Can view my \"public\" address book"
+msgstr "Может просматривать мою \"публичную\" адресную книгу"
-#: ../../include/nav.php:107
-msgid "Click to authenticate to your home hub"
-msgstr ""
+#: ../../include/permissions.php:17
+msgid "Can view my \"public\" file storage"
+msgstr "Может просматривать мои \"публичные\" файлы"
-#: ../../include/nav.php:121
-msgid "Home Page"
-msgstr "Моя страница"
+#: ../../include/permissions.php:18
+msgid "Can view my \"public\" pages"
+msgstr "Может просматривать мои \"публичные\" страницы"
-#: ../../include/nav.php:125 ../../mod/register.php:206 ../../boot.php:1392
-msgid "Register"
-msgstr "Регистрация"
+#: ../../include/permissions.php:21
+msgid "Can send me their channel stream and posts"
+msgstr "Может прислать мне свои потоки и сообщения"
-#: ../../include/nav.php:125
-msgid "Create an account"
-msgstr "Создать аккаунт"
+#: ../../include/permissions.php:22
+msgid "Can post on my channel page (\"wall\")"
+msgstr "Может публиковать на моей странице канала (\"стена\")"
-#: ../../include/nav.php:130 ../../mod/help.php:60 ../../mod/help.php:64
-msgid "Help"
-msgstr "Помощь"
+#: ../../include/permissions.php:23
+msgid "Can comment on my posts"
+msgstr "Может комментировать мои сообщения"
-#: ../../include/nav.php:130
-msgid "Help and documentation"
-msgstr "Справочная информация и документация"
+#: ../../include/permissions.php:24
+msgid "Can send me private mail messages"
+msgstr "Может отправлять мне личные сообщения по эл. почте"
-#: ../../include/nav.php:133
-msgid "Apps"
-msgstr "Приложения"
+#: ../../include/permissions.php:25
+msgid "Can post photos to my photo albums"
+msgstr "Может публиковать фотографии в мои фотоальбомы"
-#: ../../include/nav.php:133
-msgid "Addon applications, utilities, games"
+#: ../../include/permissions.php:26
+msgid "Can forward to all my channel contacts via post @mentions"
msgstr ""
-#: ../../include/nav.php:135 ../../include/text.php:736
-#: ../../include/text.php:750 ../../mod/search.php:28
-msgid "Search"
-msgstr "Поиск"
+#: ../../include/permissions.php:26
+msgid "Advanced - useful for creating group forum channels"
+msgstr ""
-#: ../../include/nav.php:135
-msgid "Search site content"
-msgstr "Поиск по содержанию сайту"
+#: ../../include/permissions.php:27
+msgid "Can chat with me (when available)"
+msgstr "Можете общаться со мной в чате (при наличии)"
-#: ../../include/nav.php:138 ../../mod/directory.php:209
-msgid "Directory"
-msgstr "Каталог"
+#: ../../include/permissions.php:28
+msgid "Can write to my \"public\" file storage"
+msgstr "Может писать в моё \"публичное\" хранилище файлов"
-#: ../../include/nav.php:138
-msgid "Channel Locator"
-msgstr "Локатор каналов"
+#: ../../include/permissions.php:29
+msgid "Can edit my \"public\" pages"
+msgstr "Может редактировать мои \"публичные\" страницы"
-#: ../../include/nav.php:149
-msgid "Matrix"
-msgstr "Матрица"
+#: ../../include/permissions.php:31
+msgid "Can source my \"public\" posts in derived channels"
+msgstr ""
-#: ../../include/nav.php:149
-msgid "Your matrix"
-msgstr "Собственная матрица"
+#: ../../include/permissions.php:31
+msgid "Somewhat advanced - very useful in open communities"
+msgstr ""
-#: ../../include/nav.php:150
-msgid "Mark all matrix notifications seen"
-msgstr "Пометить все оповещения матрицы как прочитанное"
+#: ../../include/permissions.php:33
+msgid "Can administer my channel resources"
+msgstr "Может администрировать мои ресурсы канала"
-#: ../../include/nav.php:152
-msgid "Channel Home"
+#: ../../include/permissions.php:33
+msgid ""
+"Extremely advanced. Leave this alone unless you know what you are doing"
msgstr ""
-#: ../../include/nav.php:152
-msgid "Channel home"
-msgstr ""
+#: ../../include/account.php:23
+msgid "Not a valid email address"
+msgstr "Не действительный адрес электронной почты"
-#: ../../include/nav.php:153
-msgid "Mark all channel notifications seen"
-msgstr "Пометить все оповещения канала как прочитанное"
+#: ../../include/account.php:25
+msgid "Your email domain is not among those allowed on this site"
+msgstr "Домен электронной почты не входит в число тех, которые разрешены на этом сайте"
-#: ../../include/nav.php:156
-msgid "Intros"
-msgstr "Контакты"
+#: ../../include/account.php:31
+msgid "Your email address is already registered at this site."
+msgstr "Ваш адрес электронной почты уже зарегистрирован на этом сайте."
-#: ../../include/nav.php:156 ../../mod/connections.php:242
-msgid "New Connections"
-msgstr "Новые контакты"
+#: ../../include/account.php:64
+msgid "An invitation is required."
+msgstr "Требуется приглашение."
-#: ../../include/nav.php:159
-msgid "Notices"
-msgstr "Оповещения"
+#: ../../include/account.php:68
+msgid "Invitation could not be verified."
+msgstr "Не удалось проверить приглашение."
-#: ../../include/nav.php:159
-msgid "Notifications"
-msgstr "Оповещения"
+#: ../../include/account.php:119
+msgid "Please enter the required information."
+msgstr "Пожалуйста, введите необходимую информацию."
-#: ../../include/nav.php:160
-msgid "See all notifications"
-msgstr "Просмотреть все оповещения"
+#: ../../include/account.php:187
+msgid "Failed to store account information."
+msgstr "Не удалось сохранить информацию аккаунта."
-#: ../../include/nav.php:161
-msgid "Mark all system notifications seen"
-msgstr "Пометить все оповещения как прочитанное"
+#: ../../include/account.php:273
+#, php-format
+msgid "Registration request at %s"
+msgstr "Требуется регистрация на %s"
-#: ../../include/nav.php:163
-msgid "Mail"
-msgstr "Переписка"
+#: ../../include/account.php:275 ../../include/account.php:302
+#: ../../include/account.php:359
+msgid "Administrator"
+msgstr "Администратор"
-#: ../../include/nav.php:163
-msgid "Private mail"
-msgstr "Ваша личная переписка"
+#: ../../include/account.php:297
+msgid "your registration password"
+msgstr "Ваш пароль регистрации"
-#: ../../include/nav.php:164
-msgid "See all private messages"
-msgstr "Просмотреть все личные сообщения"
+#: ../../include/account.php:300 ../../include/account.php:357
+#, php-format
+msgid "Registration details for %s"
+msgstr "Регистрационные данные для %s"
-#: ../../include/nav.php:165
-msgid "Mark all private messages seen"
-msgstr "Пометить все личные сообщения как прочитанное"
+#: ../../include/account.php:366
+msgid "Account approved."
+msgstr "Аккаунт утвержден."
-#: ../../include/nav.php:166
-msgid "Inbox"
-msgstr "Входящие"
+#: ../../include/account.php:400
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Регистрация отозвана для %s"
-#: ../../include/nav.php:167
-msgid "Outbox"
-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/chat.php:116 ../../include/items.php:3620
+#: ../../mod/mood.php:119 ../../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/events.php:140 ../../mod/sources.php:66
+#: ../../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:867 ../../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:187 ../../index.php:362
+msgid "Permission denied."
+msgstr "Доступ запрещен."
-#: ../../include/nav.php:168 ../../include/widgets.php:509
-msgid "New Message"
-msgstr "Новое личное сообщение"
+#: ../../include/photos.php:89
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
+msgstr ""
-#: ../../include/nav.php:171 ../../include/conversation.php:1482
-#: ../../mod/events.php:354
-msgid "Events"
-msgstr "Мероприятия"
+#: ../../include/photos.php:96
+msgid "Image file is empty."
+msgstr "файл пуст."
-#: ../../include/nav.php:171
-msgid "Event Calendar"
-msgstr "Календарь мероприятий"
+#: ../../include/photos.php:123 ../../mod/profile_photo.php:216
+msgid "Unable to process image"
+msgstr "Не удается обработать изображение"
-#: ../../include/nav.php:172
-msgid "See all events"
-msgstr "Показать все мероприятия"
+#: ../../include/photos.php:186
+msgid "Photo storage failed."
+msgstr ""
-#: ../../include/nav.php:173
-msgid "Mark all events seen"
-msgstr "Пометить все мероприятия как прочитанное"
+#: ../../include/photos.php:311 ../../include/conversation.php:1504
+msgid "Photo Albums"
+msgstr "Фотоальбомы"
-#: ../../include/nav.php:175
-msgid "Channel Select"
-msgstr "Выбор канала"
+#: ../../include/photos.php:315 ../../mod/photos.php:693
+#: ../../mod/photos.php:1190
+msgid "Upload New Photos"
+msgstr "Загрузить новые фотографии"
-#: ../../include/nav.php:175
-msgid "Manage Your Channels"
-msgstr "Управление каналов"
+#: ../../include/acl_selectors.php:238
+msgid "Visible to everybody"
+msgstr "Видно всем"
-#: ../../include/nav.php:177 ../../include/widgets.php:487
-#: ../../mod/admin.php:785 ../../mod/admin.php:990
-msgid "Settings"
-msgstr "Настройки"
+#: ../../include/acl_selectors.php:239
+msgid "Show"
+msgstr ""
-#: ../../include/nav.php:177
-msgid "Account/Channel Settings"
-msgstr "Настройки аккаунта/канала"
+#: ../../include/acl_selectors.php:240
+msgid "Don't show"
+msgstr ""
-#: ../../include/nav.php:179 ../../mod/connections.php:349
-msgid "Connections"
-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/nav.php:179
-msgid "Manage/Edit Friends and Connections"
-msgstr "Управление/Редактирование друзей и связей"
+#: ../../include/acl_selectors.php:247
+msgid "Close"
+msgstr ""
-#: ../../include/nav.php:186 ../../mod/admin.php:111
-msgid "Admin"
-msgstr "Администрация"
+#: ../../include/activities.php:39
+msgid " and "
+msgstr "и"
-#: ../../include/nav.php:186
-msgid "Site Setup and Configuration"
-msgstr "Установка и конфигурация сайта"
+#: ../../include/activities.php:47
+msgid "public profile"
+msgstr "Публичный профиль"
-#: ../../include/nav.php:212
-msgid "Nothing new here"
-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/nav.php:217
-msgid "Please wait..."
-msgstr "Подождите пожалуйста ..."
+#: ../../include/activities.php:53
+#, php-format
+msgid "Visit %1$s's %2$s"
+msgstr "Посетить %1$s's %2$s"
-#: ../../include/reddav.php:940
-msgid "Edit File properties"
+#: ../../include/activities.php:56
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
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/api.php:1016
+msgid "Public Timeline"
+msgstr "Публичная шкала времени"
-#: ../../include/Contact.php:120
-msgid "New window"
-msgstr "Новое окно"
+#: ../../include/attach.php:224 ../../include/attach.php:278
+msgid "Item was not found."
+msgstr "Элемент не найден."
-#: ../../include/Contact.php:121
-msgid "Open the selected location in a different window or browser tab"
+#: ../../include/attach.php:335
+msgid "No source file."
+msgstr "Нет исходного файла."
+
+#: ../../include/attach.php:352
+msgid "Cannot locate file to replace"
+msgstr "Не удается найти файл, чтобы заменить"
+
+#: ../../include/attach.php:370
+msgid "Cannot locate file to revise/update"
+msgstr "Не удается найти файл для пересмотра / обновления"
+
+#: ../../include/attach.php:381
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "Файл превышает предельный размер %d"
+
+#: ../../include/attach.php:393
+#, php-format
+msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
msgstr ""
-#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87
-msgid "Categories"
-msgstr "Категории"
+#: ../../include/attach.php:475
+msgid "File upload failed. Possible system limit or action terminated."
+msgstr "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена."
-#: ../../include/widgets.php:117 ../../mod/suggest.php:53
-msgid "Ignore/Hide"
-msgstr "Игнорировать / Скрыть"
+#: ../../include/attach.php:487
+msgid "Stored file could not be verified. Upload failed."
+msgstr "Файл для сохранения не проверен. Загрузка не удалась."
-#: ../../include/widgets.php:123 ../../mod/connections.php:236
-msgid "Suggestions"
-msgstr "Рекомендации"
+#: ../../include/attach.php:528 ../../include/attach.php:545
+msgid "Path not available."
+msgstr "Путь недоступен."
-#: ../../include/widgets.php:124
-msgid "See more..."
-msgstr "Просмотреть больше..."
+#: ../../include/attach.php:590
+msgid "Empty pathname"
+msgstr ""
-#: ../../include/widgets.php:146
-#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
+#: ../../include/attach.php:606
+msgid "duplicate filename or path"
msgstr ""
-#: ../../include/widgets.php:152
-msgid "Add New Connection"
-msgstr "Добавить новый контакт"
+#: ../../include/attach.php:630
+msgid "Path not found."
+msgstr "Путь не найден."
-#: ../../include/widgets.php:153
-msgid "Enter the channel address"
-msgstr "Введите адрес канала"
+#: ../../include/attach.php:674
+msgid "mkdir failed."
+msgstr ""
-#: ../../include/widgets.php:154
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Пример: bob@example.com, http://example.com/barbara"
+#: ../../include/attach.php:678
+msgid "database storage failed."
+msgstr ""
-#: ../../include/widgets.php:171
-msgid "Notes"
-msgstr "Заметки"
+#: ../../include/auth.php:79
+msgid "Logged out."
+msgstr "Вышел из системы."
-#: ../../include/widgets.php:173 ../../include/text.php:738
-#: ../../include/text.php:752 ../../mod/filer.php:36
-msgid "Save"
-msgstr "Запомнить"
+#: ../../include/auth.php:197
+msgid "Failed authentication"
+msgstr "Ошибка аутентификации"
-#: ../../include/widgets.php:243
-msgid "Remove term"
-msgstr "Удалить термин"
+#: ../../include/auth.php:212 ../../mod/openid.php:188
+msgid "Login failed."
+msgstr "Не удалось войти."
-#: ../../include/widgets.php:252 ../../include/features.php:50
-msgid "Saved Searches"
-msgstr "Запомненные поиски"
+#: ../../include/bb2diaspora.php:433 ../../include/event.php:11
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
-#: ../../include/widgets.php:253 ../../include/group.php:290
-msgid "add"
-msgstr "добавить"
+#: ../../include/bb2diaspora.php:439 ../../include/event.php:20
+msgid "Starts:"
+msgstr "Начало:"
-#: ../../include/widgets.php:283 ../../include/features.php:64
-#: ../../include/contact_widgets.php:53
-msgid "Saved Folders"
-msgstr "Запомненные папки"
+#: ../../include/bb2diaspora.php:447 ../../include/event.php:30
+msgid "Finishes:"
+msgstr "\t\nКонец:"
-#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56
-#: ../../include/contact_widgets.php:90
-msgid "Everything"
-msgstr "Все"
+#: ../../include/bb2diaspora.php:455 ../../include/event.php:40
+#: ../../include/identity.php:726 ../../mod/directory.php:156
+#: ../../mod/dirprofile.php:105 ../../mod/events.php:474
+msgid "Location:"
+msgstr "Откуда:"
-#: ../../include/widgets.php:318 ../../include/items.php:3566
-msgid "Archives"
-msgstr "Архивы"
+#: ../../include/bbcode.php:128 ../../include/bbcode.php:609
+#: ../../include/bbcode.php:612 ../../include/bbcode.php:617
+#: ../../include/bbcode.php:620 ../../include/bbcode.php:623
+#: ../../include/bbcode.php:626 ../../include/bbcode.php:631
+#: ../../include/bbcode.php:634 ../../include/bbcode.php:639
+#: ../../include/bbcode.php:642 ../../include/bbcode.php:645
+#: ../../include/bbcode.php:648
+msgid "Image/photo"
+msgstr "Изображение / фото"
-#: ../../include/widgets.php:370
-msgid "Refresh"
-msgstr "Обновить"
+#: ../../include/bbcode.php:163 ../../include/bbcode.php:659
+msgid "Encrypted content"
+msgstr "Зашифрованное содержание"
-#: ../../include/widgets.php:371 ../../mod/connedit.php:386
-msgid "Me"
-msgstr "Я"
+#: ../../include/bbcode.php:170
+msgid "QR code"
+msgstr "QR код"
-#: ../../include/widgets.php:372 ../../mod/connedit.php:388
-msgid "Best Friends"
-msgstr "Лучшие друзья"
+#: ../../include/bbcode.php:219
+#, php-format
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s написал следующее %2$s %3$s"
-#: ../../include/widgets.php:373 ../../include/profile_selectors.php:42
-#: ../../include/identity.php:310 ../../mod/connedit.php:389
-msgid "Friends"
-msgstr "Друзья"
+#: ../../include/bbcode.php:221
+msgid "post"
+msgstr "сообщение"
-#: ../../include/widgets.php:374
-msgid "Co-workers"
-msgstr "Сотрудники"
+#: ../../include/bbcode.php:577 ../../include/bbcode.php:597
+msgid "$1 wrote:"
+msgstr "$1 писал:"
-#: ../../include/widgets.php:375 ../../mod/connedit.php:390
-msgid "Former Friends"
-msgstr "Приятели"
+#: ../../include/bookmarks.php:42
+#, php-format
+msgid "%1$s's bookmarks"
+msgstr "Закладки пользователя %1$s"
-#: ../../include/widgets.php:376 ../../mod/connedit.php:391
-msgid "Acquaintances"
-msgstr "Знакомые"
+#: ../../include/chat.php:10
+msgid "Missing room name"
+msgstr ""
-#: ../../include/widgets.php:377
-msgid "Everybody"
-msgstr "Все"
+#: ../../include/chat.php:19
+msgid "Duplicate room name"
+msgstr ""
-#: ../../include/widgets.php:409
-msgid "Account settings"
-msgstr "Настройки аккаунта"
+#: ../../include/chat.php:68 ../../include/chat.php:76
+msgid "Invalid room specifier."
+msgstr ""
-#: ../../include/widgets.php:415
-msgid "Channel settings"
-msgstr "Настройки канала"
+#: ../../include/chat.php:105
+msgid "Room not found."
+msgstr ""
-#: ../../include/widgets.php:421
-msgid "Additional features"
-msgstr "Дополнительные функции"
+#: ../../include/chat.php:126
+msgid "Room is full"
+msgstr ""
-#: ../../include/widgets.php:427
-msgid "Feature settings"
-msgstr "Настройки компонентов"
+#: ../../include/taxonomy.php:210
+msgid "Tags"
+msgstr "Тэги"
-#: ../../include/widgets.php:433
-msgid "Display settings"
-msgstr "Настройки отображения"
+#: ../../include/taxonomy.php:227
+msgid "Keywords"
+msgstr "Ключевые слова"
-#: ../../include/widgets.php:439
-msgid "Connected apps"
-msgstr "Подключенные приложения"
+#: ../../include/taxonomy.php:252
+msgid "have"
+msgstr "иметь"
-#: ../../include/widgets.php:445
-msgid "Export channel"
-msgstr "Экспорт канала"
+#: ../../include/taxonomy.php:252
+msgid "has"
+msgstr "есть"
-#: ../../include/widgets.php:457
-msgid "Automatic Permissions (Advanced)"
-msgstr "Автоматические разрешения (дополнительно)"
+#: ../../include/taxonomy.php:253
+msgid "want"
+msgstr "хотеть"
-#: ../../include/widgets.php:467
-msgid "Premium Channel Settings"
-msgstr ""
+#: ../../include/taxonomy.php:253
+msgid "wants"
+msgstr "хочет"
-#: ../../include/widgets.php:476 ../../include/features.php:41
-#: ../../mod/sources.php:81
-msgid "Channel Sources"
-msgstr ""
+#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:128
+#: ../../include/ItemObject.php:192
+msgid "like"
+msgstr "нравится"
-#: ../../include/widgets.php:504
-msgid "Check Mail"
-msgstr "Проверить снова"
+#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:128
+msgid "likes"
+msgstr "нравится"
+
+#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:132
+#: ../../include/ItemObject.php:193
+msgid "dislike"
+msgstr "не-нравится"
+
+#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:132
+msgid "dislikes"
+msgstr "не-нравится"
+
+#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185
+#: ../../view/theme/redbasic/php/config.php:84
+msgid "Default"
+msgstr "По умолчанию"
#: ../../include/contact_selectors.php:30
msgid "Unknown | Not categorised"
@@ -474,7 +567,7 @@ msgstr ""
#: ../../include/contact_selectors.php:33
msgid "Known to me, but no opinion"
-msgstr ""
+msgstr "Известныo мне, но нет своего мнения"
#: ../../include/contact_selectors.php:34
msgid "OK, probably harmless"
@@ -520,8 +613,8 @@ msgstr "OStatus"
msgid "RSS/Atom"
msgstr "RSS/Atom"
-#: ../../include/contact_selectors.php:77 ../../mod/admin.php:689
-#: ../../mod/admin.php:698 ../../boot.php:1418
+#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753
+#: ../../mod/admin.php:762 ../../boot.php:1454
msgid "Email"
msgstr "E-mail"
@@ -549,856 +642,441 @@ msgstr "XMPP/IM"
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
+#: ../../include/text.php:320
msgid "prev"
msgstr "предыдущий"
-#: ../../include/text.php:317
+#: ../../include/text.php:322
msgid "first"
msgstr "первый"
-#: ../../include/text.php:346
+#: ../../include/text.php:351
msgid "last"
msgstr "последний"
-#: ../../include/text.php:349
+#: ../../include/text.php:354
msgid "next"
msgstr "следующий"
-#: ../../include/text.php:361
+#: ../../include/text.php:366
msgid "older"
msgstr "старший"
-#: ../../include/text.php:363
+#: ../../include/text.php:368
msgid "newer"
msgstr "новее"
-#: ../../include/text.php:654
+#: ../../include/text.php:729
msgid "No connections"
-msgstr "Нет каналов"
+msgstr "Нет контактов"
-#: ../../include/text.php:665
+#: ../../include/text.php:742
#, php-format
msgid "%d Connection"
msgid_plural "%d Connections"
-msgstr[0] "%d канал"
-msgstr[1] "%d канала"
-msgstr[2] "%d каналов"
+msgstr[0] "%d контакт"
+msgstr[1] "%d контакта"
+msgstr[2] "%d контактов"
-#: ../../include/text.php:677
+#: ../../include/text.php:754
msgid "View Connections"
msgstr "Просмотр контактов"
-#: ../../include/text.php:818
+#: ../../include/text.php:813 ../../include/text.php:827
+#: ../../include/nav.php:144 ../../mod/search.php:29
+msgid "Search"
+msgstr "Поиск"
+
+#: ../../include/text.php:815 ../../include/text.php:829
+#: ../../include/widgets.php:173 ../../mod/rbmark.php:28
+#: ../../mod/rbmark.php:98 ../../mod/filer.php:50
+msgid "Save"
+msgstr "Запомнить"
+
+#: ../../include/text.php:895
msgid "poke"
msgstr "подпихнуть"
-#: ../../include/text.php:818 ../../include/conversation.php:240
+#: ../../include/text.php:895 ../../include/conversation.php:240
msgid "poked"
msgstr "подпихнул"
-#: ../../include/text.php:819
+#: ../../include/text.php:896
msgid "ping"
-msgstr ""
+msgstr "пинг - проверка связи"
-#: ../../include/text.php:819
+#: ../../include/text.php:896
msgid "pinged"
msgstr ""
-#: ../../include/text.php:820
+#: ../../include/text.php:897
msgid "prod"
msgstr ""
-#: ../../include/text.php:820
+#: ../../include/text.php:897
msgid "prodded"
msgstr ""
-#: ../../include/text.php:821
+#: ../../include/text.php:898
msgid "slap"
msgstr ""
-#: ../../include/text.php:821
+#: ../../include/text.php:898
msgid "slapped"
msgstr ""
-#: ../../include/text.php:822
+#: ../../include/text.php:899
msgid "finger"
msgstr ""
-#: ../../include/text.php:822
+#: ../../include/text.php:899
msgid "fingered"
msgstr ""
-#: ../../include/text.php:823
+#: ../../include/text.php:900
msgid "rebuff"
msgstr ""
-#: ../../include/text.php:823
+#: ../../include/text.php:900
msgid "rebuffed"
msgstr ""
-#: ../../include/text.php:835
+#: ../../include/text.php:909
msgid "happy"
msgstr "счастливый"
-#: ../../include/text.php:836
+#: ../../include/text.php:910
msgid "sad"
msgstr ""
-#: ../../include/text.php:837
+#: ../../include/text.php:911
msgid "mellow"
msgstr ""
-#: ../../include/text.php:838
+#: ../../include/text.php:912
msgid "tired"
msgstr ""
-#: ../../include/text.php:839
+#: ../../include/text.php:913
msgid "perky"
msgstr ""
-#: ../../include/text.php:840
+#: ../../include/text.php:914
msgid "angry"
msgstr "сердитый"
-#: ../../include/text.php:841
+#: ../../include/text.php:915
msgid "stupified"
msgstr ""
-#: ../../include/text.php:842
+#: ../../include/text.php:916
msgid "puzzled"
msgstr ""
-#: ../../include/text.php:843
+#: ../../include/text.php:917
msgid "interested"
msgstr ""
-#: ../../include/text.php:844
+#: ../../include/text.php:918
msgid "bitter"
msgstr "озлобленный"
-#: ../../include/text.php:845
+#: ../../include/text.php:919
msgid "cheerful"
msgstr ""
-#: ../../include/text.php:846
+#: ../../include/text.php:920
msgid "alive"
msgstr ""
-#: ../../include/text.php:847
+#: ../../include/text.php:921
msgid "annoyed"
msgstr ""
-#: ../../include/text.php:848
+#: ../../include/text.php:922
msgid "anxious"
msgstr ""
-#: ../../include/text.php:849
+#: ../../include/text.php:923
msgid "cranky"
msgstr "капризный"
-#: ../../include/text.php:850
+#: ../../include/text.php:924
msgid "disturbed"
msgstr "встревоженный"
-#: ../../include/text.php:851
+#: ../../include/text.php:925
msgid "frustrated"
msgstr "разочарованный"
-#: ../../include/text.php:852
+#: ../../include/text.php:926
+msgid "depressed"
+msgstr ""
+
+#: ../../include/text.php:927
msgid "motivated"
msgstr "мотивированный"
-#: ../../include/text.php:853
+#: ../../include/text.php:928
msgid "relaxed"
msgstr "расслабленный"
-#: ../../include/text.php:854
+#: ../../include/text.php:929
msgid "surprised"
msgstr "удивленный"
-#: ../../include/text.php:1016
+#: ../../include/text.php:1090
msgid "Monday"
msgstr "Понедельник"
-#: ../../include/text.php:1016
+#: ../../include/text.php:1090
msgid "Tuesday"
msgstr "Вторник"
-#: ../../include/text.php:1016
+#: ../../include/text.php:1090
msgid "Wednesday"
msgstr "Среда"
-#: ../../include/text.php:1016
+#: ../../include/text.php:1090
msgid "Thursday"
msgstr "Четверг"
-#: ../../include/text.php:1016
+#: ../../include/text.php:1090
msgid "Friday"
msgstr "Пятница"
-#: ../../include/text.php:1016
+#: ../../include/text.php:1090
msgid "Saturday"
msgstr "Суббота"
-#: ../../include/text.php:1016
+#: ../../include/text.php:1090
msgid "Sunday"
msgstr "Воскресенье"
-#: ../../include/text.php:1020
+#: ../../include/text.php:1094
msgid "January"
msgstr "Январь"
-#: ../../include/text.php:1020
+#: ../../include/text.php:1094
msgid "February"
msgstr "Февраль"
-#: ../../include/text.php:1020
+#: ../../include/text.php:1094
msgid "March"
msgstr "Март"
-#: ../../include/text.php:1020
+#: ../../include/text.php:1094
msgid "April"
msgstr "Апрель"
-#: ../../include/text.php:1020
+#: ../../include/text.php:1094
msgid "May"
msgstr "Май"
-#: ../../include/text.php:1020
+#: ../../include/text.php:1094
msgid "June"
msgstr "Июнь"
-#: ../../include/text.php:1020
+#: ../../include/text.php:1094
msgid "July"
msgstr "Июль"
-#: ../../include/text.php:1020
+#: ../../include/text.php:1094
msgid "August"
msgstr "Август"
-#: ../../include/text.php:1020
+#: ../../include/text.php:1094
msgid "September"
msgstr "Сентябрь"
-#: ../../include/text.php:1020
+#: ../../include/text.php:1094
msgid "October"
msgstr "Октябрь"
-#: ../../include/text.php:1020
+#: ../../include/text.php:1094
msgid "November"
msgstr "Ноябрь"
-#: ../../include/text.php:1020
+#: ../../include/text.php:1094
msgid "December"
msgstr "Декабрь"
-#: ../../include/text.php:1098
+#: ../../include/text.php:1172
msgid "unknown.???"
msgstr "неизвестный.???"
-#: ../../include/text.php:1099
+#: ../../include/text.php:1173
msgid "bytes"
msgstr "байт"
-#: ../../include/text.php:1134
+#: ../../include/text.php:1208
msgid "remove category"
msgstr ""
-#: ../../include/text.php:1156
+#: ../../include/text.php:1257
msgid "remove from file"
msgstr ""
-#: ../../include/text.php:1214 ../../include/text.php:1226
+#: ../../include/text.php:1318 ../../include/text.php:1330
msgid "Click to open/close"
msgstr "Нажмите, чтобы открыть/закрыть"
-#: ../../include/text.php:1402 ../../mod/events.php:332
+#: ../../include/text.php:1485 ../../mod/events.php:344
msgid "link to source"
msgstr "ссылка на источник"
-#: ../../include/text.php:1421
+#: ../../include/text.php:1504
msgid "Select a page layout: "
msgstr ""
-#: ../../include/text.php:1424 ../../include/text.php:1489
+#: ../../include/text.php:1507 ../../include/text.php:1572
msgid "default"
msgstr "по умолчанию"
-#: ../../include/text.php:1460
+#: ../../include/text.php:1543
msgid "Page content type: "
msgstr ""
-#: ../../include/text.php:1501
+#: ../../include/text.php:1584
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
+#: ../../include/text.php:1705 ../../include/conversation.php:117
+#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
+#: ../../mod/tagger.php:45 ../../mod/like.php:111
msgid "photo"
msgstr "фото"
-#: ../../include/text.php:1656 ../../include/conversation.php:120
+#: ../../include/text.php:1708 ../../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
+#: ../../include/text.php:1711 ../../include/conversation.php:145
+#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
+#: ../../mod/tagger.php:53 ../../mod/like.php:111
msgid "status"
msgstr "статус"
-#: ../../include/text.php:1661 ../../include/conversation.php:147
+#: ../../include/text.php:1713 ../../include/conversation.php:147
#: ../../mod/tagger.php:55
msgid "comment"
msgstr "комментарий"
-#: ../../include/text.php:1666
+#: ../../include/text.php:1718
msgid "activity"
msgstr "активность"
-#: ../../include/text.php:1928
+#: ../../include/text.php:1977
msgid "Design"
msgstr "Дизайн"
-#: ../../include/text.php:1930
+#: ../../include/text.php:1979
msgid "Blocks"
msgstr ""
-#: ../../include/text.php:1931
+#: ../../include/text.php:1980
msgid "Menus"
msgstr ""
-#: ../../include/text.php:1932
+#: ../../include/text.php:1981
msgid "Layouts"
msgstr ""
-#: ../../include/text.php:1933
+#: ../../include/text.php:1982
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
+#: ../../include/contact_widgets.php:14
#, php-format
-msgid "%d minutes"
-msgstr "%d мин."
-
-#: ../../include/js_strings.php:22
-msgid "about an hour"
-msgstr "около часа"
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "имеется %d приглашение"
+msgstr[1] "имеются %d приглашения"
+msgstr[2] "имеется %d приглашений"
-#: ../../include/js_strings.php:23
-#, php-format
-msgid "about %d hours"
-msgstr "около %d час."
+#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445
+msgid "Advanced"
+msgstr "Дополнительно"
-#: ../../include/js_strings.php:24
-msgid "a day"
-msgstr "день"
+#: ../../include/contact_widgets.php:22
+msgid "Find Channels"
+msgstr "Поиск контактов"
-#: ../../include/js_strings.php:25
-#, php-format
-msgid "%d days"
-msgstr "%d дней"
+#: ../../include/contact_widgets.php:23
+msgid "Enter name or interest"
+msgstr "Впишите имя или интерес"
-#: ../../include/js_strings.php:26
-msgid "about a month"
-msgstr "около месяца"
+#: ../../include/contact_widgets.php:24
+msgid "Connect/Follow"
+msgstr "Подключить/следовать"
-#: ../../include/js_strings.php:27
-#, php-format
-msgid "%d months"
-msgstr "%d мес."
+#: ../../include/contact_widgets.php:25
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Примеры: Владимир Ильич, Революционер"
-#: ../../include/js_strings.php:28
-msgid "about a year"
-msgstr "около года"
+#: ../../include/contact_widgets.php:26 ../../mod/connections.php:391
+#: ../../mod/directory.php:206 ../../mod/directory.php:211
+msgid "Find"
+msgstr "Поиск"
-#: ../../include/js_strings.php:29
-#, php-format
-msgid "%d years"
-msgstr "%d лет"
+#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59
+msgid "Channel Suggestions"
+msgstr "Рекомендации каналов"
-#: ../../include/js_strings.php:30
-msgid " "
-msgstr " "
+#: ../../include/contact_widgets.php:29
+msgid "Random Profile"
+msgstr "Случайные"
-#: ../../include/js_strings.php:31
-msgid "timeago.numbers"
-msgstr "timeago.numbers"
+#: ../../include/contact_widgets.php:30
+msgid "Invite Friends"
+msgstr "Пригласить друзей"
-#: ../../include/message.php:18
-msgid "No recipient provided."
+#: ../../include/contact_widgets.php:32
+msgid "Exammple: name=fred and country=iceland"
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."
+#: ../../include/contact_widgets.php:33
+msgid "Advanced Find"
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
-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
-msgid "Image/photo"
-msgstr "Изображение / фото"
+#: ../../include/contact_widgets.php:58 ../../include/features.php:66
+#: ../../include/widgets.php:283
+msgid "Saved Folders"
+msgstr "Запомненные папки"
-#: ../../include/bbcode.php:129 ../../include/bbcode.php:517
-msgid "Encrypted content"
-msgstr "Зашифрованное содержание"
+#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:95
+#: ../../include/widgets.php:286
+msgid "Everything"
+msgstr "Все"
-#: ../../include/bbcode.php:136
-msgid "QR code"
-msgstr "QR код"
+#: ../../include/contact_widgets.php:92 ../../include/widgets.php:29
+msgid "Categories"
+msgstr "Категории"
-#: ../../include/bbcode.php:179
+#: ../../include/contact_widgets.php:125
#, php-format
-msgid "%1$s wrote the following %2$s %3$s"
-msgstr "%1$s написал следующее %2$s %3$s"
-
-#: ../../include/bbcode.php:181
-msgid "post"
-msgstr "сообщение"
-
-#: ../../include/bbcode.php:469 ../../include/bbcode.php:489
-msgid "$1 wrote:"
-msgstr "$1 писал:"
-
-#: ../../include/oembed.php:150
-msgid "Embedded content"
-msgstr ""
-
-#: ../../include/oembed.php:159
-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 ""
-
-#: ../../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/features.php:66
-msgid "Ability to mark special posts with a star indicator"
-msgstr ""
-
-#: ../../include/features.php:67
-msgid "Tag Cloud"
-msgstr "Облако тегов"
+msgid "%d connection in common"
+msgid_plural "%d connections in common"
+msgstr[0] "%d совместный контакт"
+msgstr[1] "%d совместных контакта"
+msgstr[2] "%d совместных контактов"
-#: ../../include/features.php:67
-msgid "Provide a personal tag cloud on your channel page"
-msgstr ""
+#: ../../include/contact_widgets.php:130 ../../include/ItemObject.php:294
+#: ../../include/js_strings.php:7
+msgid "show more"
+msgstr "показать все"
#: ../../include/conversation.php:123
msgid "channel"
msgstr "канал"
-#: ../../include/conversation.php:161 ../../mod/like.php:134
+#: ../../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"
@@ -1423,106 +1101,121 @@ 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
+#: ../../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:169
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:234
#, php-format
msgid " from %s"
msgstr " от %s"
-#: ../../include/conversation.php:689 ../../include/ItemObject.php:220
+#: ../../include/conversation.php:693 ../../include/ItemObject.php:237
#, php-format
msgid "last edited: %s"
msgstr ""
-#: ../../include/conversation.php:704
+#: ../../include/conversation.php:694 ../../include/ItemObject.php:238
+#, 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:272 ../../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
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 +1223,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 +1231,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,3083 +1243,2585 @@ 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
-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:573
+#: ../../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 "По комментириям"
-#: ../../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
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
-msgid "Photo Albums"
-msgstr "Фотоальбомы"
+#: ../../include/conversation.php:1501 ../../include/nav.php:84
+#: ../../mod/fbrowser.php:25
+msgid "Photos"
+msgstr "Фотографии"
-#: ../../include/conversation.php:1470 ../../mod/fbrowser.php:114
+#: ../../include/conversation.php:1510 ../../include/nav.php:85
+#: ../../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 ../../mod/events.php:366
+msgid "Events"
+msgstr "Мероприятия"
+
+#: ../../include/conversation.php:1535
msgid "Events and Calendar"
msgstr "Мероприятия и календарь"
-#: ../../include/conversation.php:1490
+#: ../../include/conversation.php:1540 ../../include/nav.php:88
+msgid "Bookmarks"
+msgstr "Закладки"
+
+#: ../../include/conversation.php:1543
+msgid "Saved Bookmarks"
+msgstr "Сохранённые закладки"
+
+#: ../../include/conversation.php:1551 ../../include/nav.php:90
+#: ../../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/notify.php:24
-#, php-format
-msgid "commented on %s's post"
-msgstr "прокомментировал %s's сообщение"
-
-#: ../../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/photos.php:88
-#, php-format
-msgid "Image exceeds website size limit of %lu bytes"
-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"
-msgstr ""
-
-#: ../../include/photos.php:184
-msgid "Photo storage failed."
-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/profile_selectors.php:6
-msgid "Female"
-msgstr "Женский"
-
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "В настоящее время мужской"
-
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "В настоящее время женский"
-
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "В основном мужской"
-
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "В основном женский"
-
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Транссексуал"
-
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Intersex"
-
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Транссексуал"
-
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Гермафродит"
-
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "Среднего рода"
-
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "Неспецифический"
-
-#: ../../include/profile_selectors.php:6
-msgid "Other"
-msgstr "Другой"
-
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Нерешительный"
-
-#: ../../include/profile_selectors.php:23
-msgid "Males"
-msgstr "Самец"
-
-#: ../../include/profile_selectors.php:23
-msgid "Females"
-msgstr "Самка"
-
-#: ../../include/profile_selectors.php:23
-msgid "Gay"
-msgstr "Гей"
-
-#: ../../include/profile_selectors.php:23
-msgid "Lesbian"
-msgstr "Лесбиянка"
-
-#: ../../include/profile_selectors.php:23
-msgid "No Preference"
-msgstr "Без предпочтений"
-
-#: ../../include/profile_selectors.php:23
-msgid "Bisexual"
-msgstr "Двуполый"
-
-#: ../../include/profile_selectors.php:23
-msgid "Autosexual"
-msgstr "Autosexual"
-
-#: ../../include/profile_selectors.php:23
-msgid "Abstinent"
-msgstr "Воздержанный"
-
-#: ../../include/profile_selectors.php:23
-msgid "Virgin"
-msgstr "Девственница"
-
-#: ../../include/profile_selectors.php:23
-msgid "Deviant"
-msgstr "Отклоняющийся от нормы"
-
-#: ../../include/profile_selectors.php:23
-msgid "Fetish"
-msgstr "Фетиш"
-
-#: ../../include/profile_selectors.php:23
-msgid "Oodles"
-msgstr "Множественный"
-
-#: ../../include/profile_selectors.php:23
-msgid "Nonsexual"
-msgstr "Несексуальный"
-
-#: ../../include/profile_selectors.php:42
-msgid "Single"
-msgstr "Одинок"
-
-#: ../../include/profile_selectors.php:42
-msgid "Lonely"
-msgstr "Уединенный"
-
-#: ../../include/profile_selectors.php:42
-msgid "Available"
-msgstr "Доступный"
-
-#: ../../include/profile_selectors.php:42
-msgid "Unavailable"
-msgstr "Недоступный"
-
-#: ../../include/profile_selectors.php:42
-msgid "Has crush"
-msgstr ""
-
-#: ../../include/profile_selectors.php:42
-msgid "Infatuated"
-msgstr "Влюбленный"
-
-#: ../../include/profile_selectors.php:42
-msgid "Dating"
-msgstr ""
-
-#: ../../include/profile_selectors.php:42
-msgid "Unfaithful"
-msgstr "Неверный"
-
-#: ../../include/profile_selectors.php:42
-msgid "Sex Addict"
-msgstr "Секс наркоман"
-
-#: ../../include/profile_selectors.php:42
-msgid "Friends/Benefits"
-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/profile_selectors.php:42
-msgid "Cohabiting"
-msgstr "Сожительствующие"
-
-#: ../../include/profile_selectors.php:42
-msgid "Common law"
-msgstr ""
-
-#: ../../include/profile_selectors.php:42
-msgid "Happy"
-msgstr "Счастливый"
-
-#: ../../include/profile_selectors.php:42
-msgid "Not looking"
-msgstr "Не нуждаюсь"
-
-#: ../../include/profile_selectors.php:42
-msgid "Swinger"
-msgstr ""
-
-#: ../../include/profile_selectors.php:42
-msgid "Betrayed"
-msgstr ""
-
-#: ../../include/profile_selectors.php:42
-msgid "Separated"
-msgstr ""
-
-#: ../../include/profile_selectors.php:42
-msgid "Unstable"
-msgstr "Колеблющийся"
-
-#: ../../include/profile_selectors.php:42
-msgid "Divorced"
-msgstr "Разведенный"
-
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily divorced"
-msgstr "Мысленно разведенный"
-
-#: ../../include/profile_selectors.php:42
-msgid "Widowed"
-msgstr "Овдовевший"
-
-#: ../../include/profile_selectors.php:42
-msgid "Uncertain"
-msgstr "Неопределенный"
-
-#: ../../include/profile_selectors.php:42
-msgid "It's complicated"
-msgstr "Это сложно"
-
-#: ../../include/profile_selectors.php:42
-msgid "Don't care"
-msgstr "Не заботьтесь"
-
-#: ../../include/profile_selectors.php:42
-msgid "Ask me"
-msgstr "Спроси меня"
-
-#: ../../include/attach.php:179 ../../include/attach.php:227
-msgid "Item was not found."
-msgstr "Элемент не найден."
-
-#: ../../include/attach.php:280
-msgid "No source file."
-msgstr "Нет исходного файла."
-
-#: ../../include/attach.php:297
-msgid "Cannot locate file to replace"
-msgstr "Не удается найти файл, чтобы заменить"
-
-#: ../../include/attach.php:315
-msgid "Cannot locate file to revise/update"
-msgstr "Не удается найти файл для пересмотра / обновления"
-
-#: ../../include/attach.php:326
-#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "Файл превышает предельный размер %d"
-
-#: ../../include/attach.php:337
-#, php-format
-msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
-msgstr ""
-
-#: ../../include/attach.php:421
-msgid "File upload failed. Possible system limit or action terminated."
-msgstr "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена."
-
-#: ../../include/attach.php:433
-msgid "Stored file could not be verified. Upload failed."
-msgstr ""
-
-#: ../../include/attach.php:477 ../../include/attach.php:494
-msgid "Path not available."
-msgstr "Путь недоступен."
-
-#: ../../include/attach.php:544
-msgid "Empty pathname"
-msgstr ""
-
-#: ../../include/attach.php:562
-msgid "duplicate filename or path"
-msgstr ""
-
-#: ../../include/attach.php:587
-msgid "Path not found."
-msgstr "Путь не найден."
-
-#: ../../include/attach.php:632
-msgid "mkdir failed."
-msgstr ""
-
-#: ../../include/attach.php:636
-msgid "database storage failed."
-msgstr ""
-
-#: ../../include/taxonomy.php:210
-msgid "Tags"
-msgstr "Тэги"
-
-#: ../../include/taxonomy.php:227
-msgid "Keywords"
-msgstr "Ключевые слова"
-
-#: ../../include/taxonomy.php:252
-msgid "have"
-msgstr "иметь"
-
-#: ../../include/taxonomy.php:252
-msgid "has"
-msgstr "есть"
-
-#: ../../include/taxonomy.php:253
-msgid "want"
-msgstr "хотеть"
-
-#: ../../include/taxonomy.php:253
-msgid "wants"
-msgstr "хочет"
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "Прочее"
-#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:175
-msgid "like"
-msgstr "мне нравиться"
+#: ../../include/datetime.php:152 ../../include/datetime.php:284
+msgid "year"
+msgstr "год"
-#: ../../include/taxonomy.php:254
-msgid "likes"
-msgstr "мне нравиться"
+#: ../../include/datetime.php:157 ../../include/datetime.php:285
+msgid "month"
+msgstr "месяц"
-#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:176
-msgid "dislike"
-msgstr "мне не-нравиться"
+#: ../../include/datetime.php:162 ../../include/datetime.php:287
+msgid "day"
+msgstr "день"
-#: ../../include/taxonomy.php:255
-msgid "dislikes"
-msgstr "мне не-нравиться"
+#: ../../include/datetime.php:275
+msgid "never"
+msgstr "никогда"
-#: ../../include/account.php:23
-msgid "Not a valid email address"
-msgstr "Не действительный адрес электронной почты"
+#: ../../include/datetime.php:281
+msgid "less than a second ago"
+msgstr "менее чем одну секунду назад"
-#: ../../include/account.php:25
-msgid "Your email domain is not among those allowed on this site"
-msgstr "Домен электронной почты не входит в число тех, которые разрешены на этом сайте"
+#: ../../include/datetime.php:284
+msgid "years"
+msgstr "лет"
-#: ../../include/account.php:31
-msgid "Your email address is already registered at this site."
-msgstr "Ваш адрес электронной почты уже зарегистрирован на этом сайте."
+#: ../../include/datetime.php:285
+msgid "months"
+msgstr "мес."
-#: ../../include/account.php:64
-msgid "An invitation is required."
-msgstr "Требуется приглашение."
+#: ../../include/datetime.php:286
+msgid "week"
+msgstr "неделя"
-#: ../../include/account.php:68
-msgid "Invitation could not be verified."
-msgstr "Не удалось проверить приглашение."
+#: ../../include/datetime.php:286
+msgid "weeks"
+msgstr "недель"
-#: ../../include/account.php:119
-msgid "Please enter the required information."
-msgstr "Пожалуйста, введите необходимую информацию."
+#: ../../include/datetime.php:287
+msgid "days"
+msgstr "дней"
-#: ../../include/account.php:187
-msgid "Failed to store account information."
-msgstr "Не удалось сохранить информацию аккаунта."
+#: ../../include/datetime.php:288
+msgid "hour"
+msgstr "час"
-#: ../../include/account.php:273
-#, php-format
-msgid "Registration request at %s"
-msgstr "Требуется регистрация на %s"
+#: ../../include/datetime.php:288
+msgid "hours"
+msgstr "часов"
-#: ../../include/account.php:275 ../../include/account.php:302
-#: ../../include/account.php:359
-msgid "Administrator"
-msgstr "Администратор"
+#: ../../include/datetime.php:289
+msgid "minute"
+msgstr "минута"
-#: ../../include/account.php:297
-msgid "your registration password"
-msgstr "Ваш пароль регистрации"
+#: ../../include/datetime.php:289
+msgid "minutes"
+msgstr "мин."
-#: ../../include/account.php:300 ../../include/account.php:357
-#, php-format
-msgid "Registration details for %s"
-msgstr "Регистрационные данные для %s"
+#: ../../include/datetime.php:290
+msgid "second"
+msgstr "секунда"
-#: ../../include/account.php:366
-msgid "Account approved."
-msgstr "Аккаунт утвержден."
+#: ../../include/datetime.php:290
+msgid "seconds"
+msgstr "секунд"
-#: ../../include/account.php:400
+#: ../../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/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 ""
-#: ../../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/ItemObject.php:118
+msgid "save to folder"
+msgstr "сохранить в папку"
-#: ../../include/auth.php:181
-msgid "Failed authentication"
-msgstr "Ошибка аутентификации"
+#: ../../include/ItemObject.php:154
+msgid "add star"
+msgstr "добавить маркировку"
-#: ../../include/auth.php:190
-msgid "Login failed."
-msgstr "Не удалось войти."
+#: ../../include/ItemObject.php:155
+msgid "remove star"
+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/ItemObject.php:156
+msgid "toggle star status"
+msgstr "переключение статуса маркировки"
-#: ../../include/contact_widgets.php:20
-msgid "Find Channels"
-msgstr "Поиск контактов"
+#: ../../include/ItemObject.php:160
+msgid "starred"
+msgstr "помеченные"
-#: ../../include/contact_widgets.php:21
-msgid "Enter name or interest"
-msgstr "Впишите имя или интерес"
+#: ../../include/ItemObject.php:177
+msgid "add tag"
+msgstr "добавить тег"
-#: ../../include/contact_widgets.php:22
-msgid "Connect/Follow"
-msgstr "Подключить/следовать"
+#: ../../include/ItemObject.php:192 ../../mod/photos.php:971
+msgid "I like this (toggle)"
+msgstr "мне это нравится (переключение)"
-#: ../../include/contact_widgets.php:23
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Примеры: Владимир Ильич, Революционер"
+#: ../../include/ItemObject.php:193 ../../mod/photos.php:972
+msgid "I don't like this (toggle)"
+msgstr "мне это не нравится (переключение)"
-#: ../../include/contact_widgets.php:24 ../../mod/directory.php:205
-#: ../../mod/directory.php:210 ../../mod/connections.php:355
-msgid "Find"
-msgstr "Поиск"
+#: ../../include/ItemObject.php:195
+msgid "Share this"
+msgstr "Поделиться этим"
-#: ../../include/contact_widgets.php:25 ../../mod/suggest.php:59
-msgid "Channel Suggestions"
-msgstr "Рекомендации каналов"
+#: ../../include/ItemObject.php:195
+msgid "share"
+msgstr "поделиться"
-#: ../../include/contact_widgets.php:27
-msgid "Random Profile"
-msgstr "Случайные"
+#: ../../include/ItemObject.php:219 ../../include/ItemObject.php:220
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Просмотр %s's профиля - %s"
-#: ../../include/contact_widgets.php:28
-msgid "Invite Friends"
-msgstr "Пригласить друзей"
+#: ../../include/ItemObject.php:221
+msgid "to"
+msgstr "к"
+
+#: ../../include/ItemObject.php:222
+msgid "via"
+msgstr "через"
+
+#: ../../include/ItemObject.php:223
+msgid "Wall-to-Wall"
+msgstr "Стена-к-Стене"
+
+#: ../../include/ItemObject.php:224
+msgid "via Wall-To-Wall:"
+msgstr "через Стена-к-Стене:"
+
+#: ../../include/ItemObject.php:258
+msgid "Bookmark Links"
+msgstr ""
-#: ../../include/contact_widgets.php:120
+#: ../../include/ItemObject.php:293
#, php-format
-msgid "%d connection in common"
-msgid_plural "%d connections in common"
-msgstr[0] "%d совместный контакт"
-msgstr[1] "%d совместных контакта"
-msgstr[2] "%d совместных контактов"
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d комментарий"
+msgstr[1] "%d комментария"
+msgstr[2] "%d комментариев"
-#: ../../include/page_widgets.php:6
-msgid "New Page"
-msgstr "Новая страница"
+#: ../../include/ItemObject.php:558 ../../mod/photos.php:990
+#: ../../mod/photos.php:1077
+msgid "This is you"
+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/ItemObject.php:560 ../../include/js_strings.php:6
+#: ../../mod/photos.php:992 ../../mod/photos.php:1079
+msgid "Comment"
+msgstr "Комментарий"
-#: ../../include/plugin.php:475 ../../include/plugin.php:477
-msgid "Click here to upgrade."
-msgstr "Нажмите здесь, чтобы обновить."
+#: ../../include/ItemObject.php:561 ../../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: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:751 ../../mod/settings.php:929
+#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58
+#: ../../mod/events.php:481 ../../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 "Отправить"
-#: ../../include/plugin.php:483
-msgid "This action exceeds the limits set by your subscription plan."
+#: ../../include/ItemObject.php:562
+msgid "Bold"
+msgstr "Жирный"
+
+#: ../../include/ItemObject.php:563
+msgid "Italic"
+msgstr "Курсив"
+
+#: ../../include/ItemObject.php:564
+msgid "Underline"
+msgstr "Подчеркнутый"
+
+#: ../../include/ItemObject.php:565
+msgid "Quote"
+msgstr "Цитата"
+
+#: ../../include/ItemObject.php:566
+msgid "Code"
+msgstr "Код"
+
+#: ../../include/ItemObject.php:567
+msgid "Image"
+msgstr "Изображение"
+
+#: ../../include/ItemObject.php:568
+msgid "Link"
+msgstr "Ссылка"
+
+#: ../../include/ItemObject.php:569
+msgid "Video"
+msgstr "Видео"
+
+#: ../../include/features.php:23
+msgid "General Features"
+msgstr "Главные функции"
+
+#: ../../include/features.php:25
+msgid "Content Expiration"
msgstr ""
-#: ../../include/plugin.php:488
-msgid "This action is not available under your subscription plan."
+#: ../../include/features.php:25
+msgid "Remove posts/comments and/or private messages at a future time"
msgstr ""
-#: ../../include/follow.php:21
-msgid "Channel is blocked on this site."
-msgstr "Канал блокируется на этом сайте."
+#: ../../include/features.php:26
+msgid "Multiple Profiles"
+msgstr "Несколько профилей"
-#: ../../include/follow.php:26
-msgid "Channel location missing."
-msgstr "Местоположение канала отсутствует."
+#: ../../include/features.php:26
+msgid "Ability to create multiple profiles"
+msgstr "Возможность создания нескольких профилей"
+
+#: ../../include/features.php:27
+msgid "Web Pages"
+msgstr "Веб-страницы"
-#: ../../include/follow.php:43
-msgid "Channel discovery failed. Website may be down or misconfigured."
+#: ../../include/features.php:27
+msgid "Provide managed web pages on your channel"
msgstr ""
-#: ../../include/follow.php:51
-msgid "Response from remote channel was not understood."
+#: ../../include/features.php:28
+msgid "Private Notes"
+msgstr "Личные заметки"
+
+#: ../../include/features.php:28
+msgid "Enables a tool to store notes and reminders"
msgstr ""
-#: ../../include/follow.php:58
-msgid "Response from remote channel was incomplete."
+#: ../../include/features.php:33
+msgid "Extended Identity Sharing"
+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/follow.php:129
-msgid "local account not found."
-msgstr "локальный аккаунт не найден."
+#: ../../include/features.php:34
+msgid "Expert Mode"
+msgstr "Экспертный режим"
-#: ../../include/follow.php:138
-msgid "Cannot connect to yourself."
-msgstr "Нельзя подключиться к самому себе."
+#: ../../include/features.php:34
+msgid "Enable Expert Mode to provide advanced configuration options"
+msgstr ""
-#: ../../include/permissions.php:13
-msgid "Can view my \"public\" stream and posts"
-msgstr "Может просматривать мои \"публичные\" поток и сообщения"
+#: ../../include/features.php:35
+msgid "Premium Channel"
+msgstr "Премиум канал"
-#: ../../include/permissions.php:14
-msgid "Can view my \"public\" channel profile"
-msgstr "Может просматривать мой \"публичный\" профиль канала"
+#: ../../include/features.php:35
+msgid ""
+"Allows you to set restrictions and terms on those that connect with your "
+"channel"
+msgstr ""
-#: ../../include/permissions.php:15
-msgid "Can view my \"public\" photo albums"
-msgstr "Может просматривать мои \"публичные\" фотоальбомы"
+#: ../../include/features.php:40
+msgid "Post Composition Features"
+msgstr ""
-#: ../../include/permissions.php:16
-msgid "Can view my \"public\" address book"
-msgstr "Может просматривать мою \"публичную\" адресную книгу"
+#: ../../include/features.php:41
+msgid "Richtext Editor"
+msgstr "Редактор RichText"
-#: ../../include/permissions.php:17
-msgid "Can view my \"public\" file storage"
-msgstr "Может просматривать мои \"публичные\" файлы"
+#: ../../include/features.php:41
+msgid "Enable richtext editor"
+msgstr "Включить редактор RichText"
-#: ../../include/permissions.php:18
-msgid "Can view my \"public\" pages"
-msgstr "Может просматривать мои \"публичные\" страницы"
+#: ../../include/features.php:42
+msgid "Post Preview"
+msgstr "Предварительный просмотр сообщения"
-#: ../../include/permissions.php:21
-msgid "Can send me their channel stream and posts"
-msgstr "Может прислать мне свои потоки и сообщения"
+#: ../../include/features.php:42
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией"
-#: ../../include/permissions.php:22
-msgid "Can post on my channel page (\"wall\")"
-msgstr "Может публиковать на моей странице канала (\"стена\")"
+#: ../../include/features.php:43 ../../include/widgets.php:490
+#: ../../mod/sources.php:88
+msgid "Channel Sources"
+msgstr ""
-#: ../../include/permissions.php:23
-msgid "Can comment on my posts"
-msgstr "Может комментировать мои сообщения"
+#: ../../include/features.php:43
+msgid "Automatically import channel content from other channels or feeds"
+msgstr ""
-#: ../../include/permissions.php:24
-msgid "Can send me private mail messages"
-msgstr "Может отправлять мне личные сообщения по эл. почте"
+#: ../../include/features.php:44
+msgid "Even More Encryption"
+msgstr ""
-#: ../../include/permissions.php:25
-msgid "Can post photos to my photo albums"
-msgstr "Может публиковать фотографии в мои фотоальбомы"
+#: ../../include/features.php:44
+msgid ""
+"Allow optional encryption of content end-to-end with a shared secret key"
+msgstr ""
-#: ../../include/permissions.php:26
-msgid "Can forward to all my channel contacts via post @mentions"
+#: ../../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/permissions.php:26
-msgid "Advanced - useful for creating group forum channels"
+#: ../../include/features.php:52 ../../include/widgets.php:252
+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/permissions.php:27
-msgid "Can chat with me (when available)"
-msgstr "Можете общаться со мной в чате (при наличии)"
+#: ../../include/features.php:54
+msgid "Network New Tab"
+msgstr "Сеть - Новая вкладка"
-#: ../../include/permissions.php:27
-msgid "Requires compatible chat plugin"
-msgstr "Требуется совместимый чат-плагин"
+#: ../../include/features.php:54
+msgid "Enable tab to display all new Network activity"
+msgstr ""
-#: ../../include/permissions.php:28
-msgid "Can write to my \"public\" file storage"
+#: ../../include/features.php:55
+msgid "Affinity Tool"
+msgstr "Инструмент сходства или соответствия"
+
+#: ../../include/features.php:55
+msgid "Filter stream activity by depth of relationships"
msgstr ""
-#: ../../include/permissions.php:29
-msgid "Can edit my \"public\" pages"
-msgstr "Может редактировать мои \"публичные\" страницы"
+#: ../../include/features.php:56
+msgid "Suggest Channels"
+msgstr ""
-#: ../../include/permissions.php:31
-msgid "Can source my \"public\" posts in derived channels"
+#: ../../include/features.php:56
+msgid "Show channel suggestions"
msgstr ""
-#: ../../include/permissions.php:31
-msgid "Somewhat advanced - very useful in open communities"
+#: ../../include/features.php:61
+msgid "Post/Comment Tools"
+msgstr "Инструменты сообщений/комментарий "
+
+#: ../../include/features.php:63
+msgid "Edit Sent Posts"
+msgstr "Редактировать отправленные сообщения"
+
+#: ../../include/features.php:63
+msgid "Edit and correct posts and comments after sending"
+msgstr "Редактировать и исправлять сообщения и комментарии после отправки"
+
+#: ../../include/features.php:64
+msgid "Tagging"
+msgstr "Пометка"
+
+#: ../../include/features.php:64
+msgid "Ability to tag existing posts"
msgstr ""
-#: ../../include/permissions.php:32
-msgid "Can administer my channel resources"
-msgstr "Может администрировать мои ресурсы канала"
+#: ../../include/features.php:65
+msgid "Post Categories"
+msgstr "Категории сообщения"
+
+#: ../../include/features.php:65
+msgid "Add categories to your posts"
+msgstr "Добавить категории для ваших сообщений"
+
+#: ../../include/features.php:66
+msgid "Ability to file posts under folders"
+msgstr ""
-#: ../../include/permissions.php:32
+#: ../../include/features.php:67
+msgid "Dislike Posts"
+msgstr "Сообщение не нравится"
+
+#: ../../include/features.php:67
+msgid "Ability to dislike posts/comments"
+msgstr ""
+
+#: ../../include/features.php:68
+msgid "Star Posts"
+msgstr "Помечать сообщения"
+
+#: ../../include/features.php:68
+msgid "Ability to mark special posts with a star indicator"
+msgstr ""
+
+#: ../../include/features.php:69
+msgid "Tag Cloud"
+msgstr "Облако тегов"
+
+#: ../../include/features.php:69
+msgid "Provide a personal tag cloud on your channel page"
+msgstr ""
+
+#: ../../include/follow.php:23
+msgid "Channel is blocked on this site."
+msgstr "Канал блокируется на этом сайте."
+
+#: ../../include/follow.php:28
+msgid "Channel location missing."
+msgstr "Местоположение канала отсутствует."
+
+#: ../../include/follow.php:54
+msgid "Response from remote channel was incomplete."
+msgstr ""
+
+#: ../../include/follow.php:85
+msgid "Channel was deleted and no longer exists."
+msgstr ""
+
+#: ../../include/follow.php:132
+msgid "Channel discovery failed."
+msgstr ""
+
+#: ../../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/identity.php:29 ../../mod/item.php:1143
+#: ../../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:253
+msgid "add"
+msgstr "добавить"
+
+#: ../../include/identity.php:30 ../../mod/item.php:1239
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/profile_selectors.php:42
+#: ../../include/widgets.php:387 ../../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: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
+#: ../../mod/profperm.php:112
msgid "Profile"
msgstr "Профиль"
-#: ../../include/identity.php:901 ../../mod/settings.php:911
+#: ../../include/identity.php:950 ../../mod/settings.php:937
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
+#: ../../include/items.php:281 ../../mod/profperm.php:23
+#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:63
+#: ../../index.php:361
msgid "Permission denied"
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
+#: ../../include/items.php:805
+msgid "(Unknown)"
+msgstr ""
+
+#: ../../include/items.php:3558 ../../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 "Элемент не найден."
-#: ../../include/items.php:3734 ../../mod/group.php:38 ../../mod/group.php:140
+#: ../../include/items.php:3982 ../../mod/group.php:38 ../../mod/group.php:140
msgid "Collection not found."
msgstr "Коллекция не найдена."
-#: ../../include/items.php:3749
+#: ../../include/items.php:3997
msgid "Collection is empty."
msgstr "Коллекция пуста."
-#: ../../include/items.php:3756
+#: ../../include/items.php:4004
#, php-format
msgid "Collection: %s"
msgstr "Коллекции: %s"
-#: ../../include/items.php:3767
+#: ../../include/items.php:4015
#, php-format
msgid "Connection: %s"
msgstr "Контакты: %s"
-#: ../../include/items.php:3770
+#: ../../include/items.php:4018
msgid "Connection not found."
msgstr "Контакт не найден."
-#: ../../include/ItemObject.php:89 ../../mod/photos.php:972
-msgid "Private Message"
-msgstr "Личное сообщение"
-
-#: ../../include/ItemObject.php:118
-msgid "save to folder"
-msgstr "сохранить в папку"
-
-#: ../../include/ItemObject.php:146
-msgid "add star"
-msgstr "добавить маркировку"
-
-#: ../../include/ItemObject.php:147
-msgid "remove star"
-msgstr "удалить маркировку"
-
-#: ../../include/ItemObject.php:148
-msgid "toggle star status"
-msgstr "переключение статуса маркировки"
-
-#: ../../include/ItemObject.php:152
-msgid "starred"
-msgstr "помеченные"
-
-#: ../../include/ItemObject.php:169
-msgid "add tag"
-msgstr "добавить тег"
-
-#: ../../include/ItemObject.php:175 ../../mod/photos.php:1078
-msgid "I like this (toggle)"
-msgstr "мне это нравится (переключение)"
-
-#: ../../include/ItemObject.php:176 ../../mod/photos.php:1079
-msgid "I don't like this (toggle)"
-msgstr "мне это не нравится (переключение)"
-
-#: ../../include/ItemObject.php:178
-msgid "Share this"
-msgstr "Поделиться этим"
-
-#: ../../include/ItemObject.php:178
-msgid "share"
-msgstr "поделиться"
-
-#: ../../include/ItemObject.php:202 ../../include/ItemObject.php:203
-#, php-format
-msgid "View %s's profile - %s"
-msgstr "Просмотр %s's профиля - %s"
-
-#: ../../include/ItemObject.php:204
-msgid "to"
-msgstr "к"
-
-#: ../../include/ItemObject.php:205
-msgid "via"
-msgstr "через"
-
-#: ../../include/ItemObject.php:206
-msgid "Wall-to-Wall"
-msgstr "Стена-к-Стене"
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "Удалить этот элемент?"
-#: ../../include/ItemObject.php:207
-msgid "via Wall-To-Wall:"
-msgstr "через Стена-к-Стене:"
+#: ../../include/js_strings.php:8
+msgid "show fewer"
+msgstr "показать меньше"
-#: ../../include/ItemObject.php:221
-#, php-format
-msgid "Expires: %s"
+#: ../../include/js_strings.php:9
+msgid "+ Show More"
msgstr ""
-#: ../../include/ItemObject.php:269
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d комментарий"
-msgstr[1] "%d комментария"
-msgstr[2] "%d комментариев"
-
-#: ../../include/ItemObject.php:534 ../../mod/photos.php:1097
-#: ../../mod/photos.php:1184
-msgid "This is you"
-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/ItemObject.php:538
-msgid "Bold"
-msgstr "Жирный"
-
-#: ../../include/ItemObject.php:539
-msgid "Italic"
-msgstr "Курсив"
-
-#: ../../include/ItemObject.php:540
-msgid "Underline"
-msgstr "Подчеркнутый"
-
-#: ../../include/ItemObject.php:541
-msgid "Quote"
-msgstr "Цитата"
-
-#: ../../include/ItemObject.php:542
-msgid "Code"
-msgstr "Код"
-
-#: ../../include/ItemObject.php:543
-msgid "Image"
-msgstr "Изображение"
-
-#: ../../include/ItemObject.php:544
-msgid "Link"
-msgstr "Ссылка"
-
-#: ../../include/ItemObject.php:545
-msgid "Video"
-msgstr "Видео"
+#: ../../include/js_strings.php:10
+msgid "- Show Less"
+msgstr ""
-#: ../../include/security.php:49
-msgid "Welcome "
-msgstr "Добро пожаловать"
+#: ../../include/js_strings.php:11
+msgid "Password too short"
+msgstr "Пароль слишком короткий"
-#: ../../include/security.php:50
-msgid "Please upload a profile photo."
-msgstr "Загрузите пожалуйста фотографию профиля."
+#: ../../include/js_strings.php:12
+msgid "Passwords do not match"
+msgstr "Пароли не совпадают"
-#: ../../include/security.php:53
-msgid "Welcome back "
-msgstr "Добро пожаловать"
+#: ../../include/js_strings.php:13 ../../mod/photos.php:39
+msgid "everybody"
+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/js_strings.php:14
+msgid "Secret Passphrase"
msgstr ""
-#: ../../include/zot.php:545
-msgid "Invalid data packet"
+#: ../../include/js_strings.php:15
+msgid "Passphrase hint"
msgstr ""
-#: ../../include/zot.php:555
-msgid "Unable to verify channel signature"
-msgstr "Невозможно проверить сигнатуру канала"
-
-#: ../../include/zot.php:732
-#, php-format
-msgid "Unable to verify site signature for %s"
+#: ../../include/js_strings.php:16
+msgid "Notice: Permissions have changed but have not yet been submitted."
msgstr ""
-#: ../../mod/common.php:10
-msgid "No channel."
-msgstr "Не канал."
-
-#: ../../mod/common.php:39
-msgid "Common connections"
-msgstr "Общие контакты"
-
-#: ../../mod/common.php:44
-msgid "No connections in common."
-msgstr "Общих контактов нет."
-
-#: ../../mod/events.php:72
-msgid "Event title and start time are required."
-msgstr "Название события и время начала требуется."
-
-#: ../../mod/events.php:287
-msgid "l, F j"
-msgstr "l, F j"
-
-#: ../../mod/events.php:309
-msgid "Edit event"
-msgstr "Редактировать мероприятие"
+#: ../../include/js_strings.php:18
+msgid "timeago.prefixAgo"
+msgstr "timeago.prefixAgo"
-#: ../../mod/events.php:355
-msgid "Create New Event"
-msgstr "Создать новое мероприятие"
+#: ../../include/js_strings.php:19
+msgid "timeago.prefixFromNow"
+msgstr ""
-#: ../../mod/events.php:356
-msgid "Previous"
-msgstr "Предыдущая"
+#: ../../include/js_strings.php:20
+msgid "ago"
+msgstr "тому назад"
-#: ../../mod/events.php:357 ../../mod/setup.php:258
-msgid "Next"
-msgstr "Следующая"
+#: ../../include/js_strings.php:21
+msgid "from now"
+msgstr "с этого времени"
-#: ../../mod/events.php:429
-msgid "hour:minute"
-msgstr "часы:минуты"
+#: ../../include/js_strings.php:22
+msgid "less than a minute"
+msgstr "менее чем одну минуту назад"
-#: ../../mod/events.php:448
-msgid "Event details"
-msgstr "Детали мероприятия"
+#: ../../include/js_strings.php:23
+msgid "about a minute"
+msgstr "около минуты"
-#: ../../mod/events.php:449
+#: ../../include/js_strings.php:24
#, php-format
-msgid "Format is %s %s. Starting date and Title are required."
-msgstr "Формат: %s %s. Дата начала и название необходимы."
-
-#: ../../mod/events.php:451
-msgid "Event Starts:"
-msgstr "Начало мероприятий:"
-
-#: ../../mod/events.php:451 ../../mod/events.php:465
-msgid "Required"
-msgstr "Необходимо"
-
-#: ../../mod/events.php:454
-msgid "Finish date/time is not known or not relevant"
-msgstr "Дата окончания / время окончания не известны или не релевантны"
-
-#: ../../mod/events.php:456
-msgid "Event Finishes:"
-msgstr "\t\nКонец мероприятий:"
+msgid "%d minutes"
+msgstr "%d мин."
-#: ../../mod/events.php:459
-msgid "Adjust for viewer timezone"
-msgstr "Отрегулируйте для просмотра часовых поясов"
+#: ../../include/js_strings.php:25
+msgid "about an hour"
+msgstr "около часа"
-#: ../../mod/events.php:461
-msgid "Description:"
-msgstr "Описание:"
+#: ../../include/js_strings.php:26
+#, php-format
+msgid "about %d hours"
+msgstr "около %d час."
-#: ../../mod/events.php:465
-msgid "Title:"
-msgstr "Заголовок:"
+#: ../../include/js_strings.php:27
+msgid "a day"
+msgstr "день"
-#: ../../mod/events.php:467
-msgid "Share this event"
-msgstr "Поделиться этим мероприятием"
+#: ../../include/js_strings.php:28
+#, php-format
+msgid "%d days"
+msgstr "%d дн."
-#: ../../mod/thing.php:94
-msgid "Thing updated"
-msgstr ""
+#: ../../include/js_strings.php:29
+msgid "about a month"
+msgstr "около месяца"
-#: ../../mod/thing.php:153
-msgid "Object store: failed"
-msgstr ""
+#: ../../include/js_strings.php:30
+#, php-format
+msgid "%d months"
+msgstr "%d мес."
-#: ../../mod/thing.php:157
-msgid "Thing added"
-msgstr ""
+#: ../../include/js_strings.php:31
+msgid "about a year"
+msgstr "около года"
-#: ../../mod/thing.php:175
+#: ../../include/js_strings.php:32
#, php-format
-msgid "OBJ: %1$s %2$s %3$s"
-msgstr ""
+msgid "%d years"
+msgstr "%d лет"
-#: ../../mod/thing.php:228
-msgid "Show Thing"
-msgstr ""
+#: ../../include/js_strings.php:33
+msgid " "
+msgstr " "
-#: ../../mod/thing.php:235
-msgid "item not found."
-msgstr "Элемент не найден."
+#: ../../include/js_strings.php:34
+msgid "timeago.numbers"
+msgstr "timeago.numbers"
-#: ../../mod/thing.php:263
-msgid "Edit Thing"
+#: ../../include/message.php:18
+msgid "No recipient provided."
msgstr ""
-#: ../../mod/thing.php:265 ../../mod/thing.php:311
-msgid "Select a profile"
-msgstr "Выберите профиль"
+#: ../../include/message.php:23
+msgid "[no subject]"
+msgstr "[без темы]"
-#: ../../mod/thing.php:267 ../../mod/thing.php:313
-msgid "Select a category of stuff. e.g. I ______ something"
-msgstr ""
+#: ../../include/message.php:42
+msgid "Unable to determine sender."
+msgstr "Невозможно определить отправителя."
-#: ../../mod/thing.php:270 ../../mod/thing.php:315
-msgid "Name of thing e.g. something"
+#: ../../include/message.php:143
+msgid "Stored post could not be verified."
msgstr ""
-#: ../../mod/thing.php:272 ../../mod/thing.php:316
-msgid "URL of thing (optional)"
-msgstr ""
+#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1451
+msgid "Logout"
+msgstr "Выход"
-#: ../../mod/thing.php:274 ../../mod/thing.php:317
-msgid "URL for photo of thing (optional)"
-msgstr ""
+#: ../../include/nav.php:77 ../../include/nav.php:96
+msgid "End this session"
+msgstr "Закончить эту сессию"
-#: ../../mod/thing.php:309
-msgid "Add Thing to your Profile"
-msgstr ""
+#: ../../include/nav.php:80 ../../include/nav.php:130
+msgid "Home"
+msgstr "Мой канал"
-#: ../../mod/invite.php:25
-msgid "Total invitation limit exceeded."
-msgstr ""
+#: ../../include/nav.php:80
+msgid "Your posts and conversations"
+msgstr "Ваши сообщения и разговоры"
-#: ../../mod/invite.php:49
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : Не действительный адрес электронной почты."
+#: ../../include/nav.php:81
+msgid "Your profile page"
+msgstr "Страницa вашего профиля"
-#: ../../mod/invite.php:76
-msgid "Please join us on Red"
-msgstr "Пожалуйста, присоединяйтесь к нам в Red"
+#: ../../include/nav.php:83
+msgid "Edit Profiles"
+msgstr "Редактирование профилей"
-#: ../../mod/invite.php:87
-msgid "Invitation limit exceeded. Please contact your site administrator."
+#: ../../include/nav.php:83
+msgid "Manage/Edit profiles"
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 "Послать приглашения"
+#: ../../include/nav.php:84
+msgid "Your photos"
+msgstr "Ваши фотографии"
-#: ../../mod/invite.php:142
-msgid "Enter email addresses, one per line:"
-msgstr "Введите адреса электронной почты, по одному на строку:"
+#: ../../include/nav.php:85
+msgid "Your files"
+msgstr "Ваши файлы"
-#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328
-msgid "Your message:"
-msgstr "Ваше сообщение:"
+#: ../../include/nav.php:86
+msgid "Chat"
+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 ""
+#: ../../include/nav.php:86
+msgid "Your chatrooms"
+msgstr "Ваши чаты"
-#: ../../mod/invite.php:146
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr ""
+#: ../../include/nav.php:87
+msgid "Your events"
+msgstr "Ваши мероприятия"
-#: ../../mod/invite.php:147
-msgid "Please visit my channel at"
-msgstr "Пожалуйста, посетите мой канал на"
+#: ../../include/nav.php:88
+msgid "Your bookmarks"
+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:"
+#: ../../include/nav.php:90
+msgid "Your webpages"
msgstr ""
-#: ../../mod/invite.php:153
-msgid "Click the [Register] link on the following page to join."
-msgstr ""
+#: ../../include/nav.php:94 ../../boot.php:1452
+msgid "Login"
+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/nav.php:94
+msgid "Sign in"
+msgstr "Войти"
-#: ../../mod/connedit.php:49 ../../mod/connections.php:37
-msgid "Could not access contact record."
-msgstr ""
+#: ../../include/nav.php:111
+#, php-format
+msgid "%s - click to logout"
+msgstr "%s - нажмите чтобы выйти"
-#: ../../mod/connedit.php:63 ../../mod/connections.php:51
-msgid "Could not locate selected profile."
+#: ../../include/nav.php:116
+msgid "Click to authenticate to your home hub"
msgstr ""
-#: ../../mod/connedit.php:104 ../../mod/connections.php:92
-msgid "Connection updated."
-msgstr "Канал обновлен."
+#: ../../include/nav.php:130
+msgid "Home Page"
+msgstr "Моя страница"
-#: ../../mod/connedit.php:106 ../../mod/connections.php:94
-msgid "Failed to update connection record."
-msgstr ""
+#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1428
+msgid "Register"
+msgstr "Регистрация"
-#: ../../mod/connedit.php:201
-msgid "Could not access address book record."
-msgstr ""
+#: ../../include/nav.php:134
+msgid "Create an account"
+msgstr "Создать аккаунт"
-#: ../../mod/connedit.php:215
-msgid "Refresh failed - channel is currently unavailable."
-msgstr ""
+#: ../../include/nav.php:139 ../../mod/help.php:60 ../../mod/help.php:65
+msgid "Help"
+msgstr "Помощь"
-#: ../../mod/connedit.php:222
-msgid "Channel has been unblocked"
-msgstr "Канал разблокирован"
+#: ../../include/nav.php:139
+msgid "Help and documentation"
+msgstr "Справочная информация и документация"
-#: ../../mod/connedit.php:223
-msgid "Channel has been blocked"
-msgstr "Канал заблокирован"
+#: ../../include/nav.php:142
+msgid "Apps"
+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."
+#: ../../include/nav.php:142
+msgid "Addon applications, utilities, games"
msgstr ""
-#: ../../mod/connedit.php:234
-msgid "Channel has been unignored"
-msgstr "Канал не проигнорирован"
-
-#: ../../mod/connedit.php:235
-msgid "Channel has been ignored"
-msgstr "Канал проигнорирован"
-
-#: ../../mod/connedit.php:246
-msgid "Channel has been unarchived"
-msgstr "Канал разархивирован"
-
-#: ../../mod/connedit.php:247
-msgid "Channel has been archived"
-msgstr "Канал заархивирован"
-
-#: ../../mod/connedit.php:258
-msgid "Channel has been unhidden"
-msgstr "Канал открыт"
-
-#: ../../mod/connedit.php:259
-msgid "Channel has been hidden"
-msgstr "Канал скрыт"
-
-#: ../../mod/connedit.php:273
-msgid "Channel has been approved"
-msgstr "Канал одобрен"
+#: ../../include/nav.php:144
+msgid "Search site content"
+msgstr "Поиск по содержанию сайту"
-#: ../../mod/connedit.php:274
-msgid "Channel has been unapproved"
-msgstr "Канал не одобрен"
+#: ../../include/nav.php:147 ../../mod/directory.php:210
+msgid "Directory"
+msgstr "Каталог"
-#: ../../mod/connedit.php:292
-msgid "Contact has been removed."
-msgstr "Канал удален."
+#: ../../include/nav.php:147
+msgid "Channel Locator"
+msgstr "Локатор каналов"
-#: ../../mod/connedit.php:312
-#, php-format
-msgid "View %s's profile"
-msgstr "Просмотр %s's профиля"
+#: ../../include/nav.php:158
+msgid "Matrix"
+msgstr "Матрица"
-#: ../../mod/connedit.php:316
-msgid "Refresh Permissions"
-msgstr "Обновить разрешения"
+#: ../../include/nav.php:158
+msgid "Your matrix"
+msgstr "Собственная матрица"
-#: ../../mod/connedit.php:319
-msgid "Fetch updated permissions"
-msgstr ""
+#: ../../include/nav.php:159
+msgid "Mark all matrix notifications seen"
+msgstr "Пометить все оповещения матрицы как прочитанное"
-#: ../../mod/connedit.php:323
-msgid "Recent Activity"
+#: ../../include/nav.php:161
+msgid "Channel Home"
msgstr ""
-#: ../../mod/connedit.php:326
-msgid "View recent posts and comments"
+#: ../../include/nav.php:161
+msgid "Channel home"
msgstr ""
-#: ../../mod/connedit.php:330 ../../mod/connedit.php:472
-#: ../../mod/admin.php:695
-msgid "Unblock"
-msgstr "Разрешить"
-
-#: ../../mod/connedit.php:330 ../../mod/connedit.php:472
-#: ../../mod/admin.php:694
-msgid "Block"
-msgstr "Заблокировать"
-
-#: ../../mod/connedit.php:333
-msgid "Block or Unblock this connection"
-msgstr "Запретить или разрешить этот канал"
-
-#: ../../mod/connedit.php:337 ../../mod/connedit.php:473
-msgid "Unignore"
-msgstr "Не игнорировать"
-
-#: ../../mod/connedit.php:337 ../../mod/connedit.php:473
-#: ../../mod/notifications.php:51
-msgid "Ignore"
-msgstr "Игнорировать"
-
-#: ../../mod/connedit.php:340
-msgid "Ignore or Unignore this connection"
-msgstr "Игнорировать или не игнорировать этот канал"
+#: ../../include/nav.php:162
+msgid "Mark all channel notifications seen"
+msgstr "Пометить все оповещения канала как прочитанное"
-#: ../../mod/connedit.php:343
-msgid "Unarchive"
-msgstr "Разархивировать"
+#: ../../include/nav.php:165 ../../include/nav.php:188
+#: ../../mod/connections.php:385
+msgid "Connections"
+msgstr "Контакты"
-#: ../../mod/connedit.php:343
-msgid "Archive"
-msgstr "Заархивировать"
+#: ../../include/nav.php:168
+msgid "Notices"
+msgstr "Оповещения"
-#: ../../mod/connedit.php:346
-msgid "Archive or Unarchive this connection"
-msgstr " Заархивировать или разархивировать этот канал"
+#: ../../include/nav.php:168
+msgid "Notifications"
+msgstr "Оповещения"
-#: ../../mod/connedit.php:349
-msgid "Unhide"
-msgstr "Показать"
+#: ../../include/nav.php:169
+msgid "See all notifications"
+msgstr "Просмотреть все оповещения"
-#: ../../mod/connedit.php:349
-msgid "Hide"
-msgstr "Скрыть"
+#: ../../include/nav.php:170 ../../mod/notifications.php:99
+msgid "Mark all system notifications seen"
+msgstr "Пометить все оповещения как прочитанное"
-#: ../../mod/connedit.php:352
-msgid "Hide or Unhide this connection"
-msgstr "Скрыть или показывать этот канал"
+#: ../../include/nav.php:172
+msgid "Mail"
+msgstr "Переписка"
-#: ../../mod/connedit.php:359
-msgid "Delete this connection"
-msgstr "Удалить этот контакт"
+#: ../../include/nav.php:172
+msgid "Private mail"
+msgstr "Ваша личная переписка"
-#: ../../mod/connedit.php:392
-msgid "Unknown"
-msgstr "Неизвестный"
+#: ../../include/nav.php:173
+msgid "See all private messages"
+msgstr "Просмотреть все личные сообщения"
-#: ../../mod/connedit.php:402 ../../mod/connedit.php:431
-msgid "Approve this connection"
-msgstr "Утвердить этот контакт"
+#: ../../include/nav.php:174
+msgid "Mark all private messages seen"
+msgstr "Пометить все личные сообщения как прочитанное"
-#: ../../mod/connedit.php:402
-msgid "Accept connection to allow communication"
-msgstr ""
+#: ../../include/nav.php:175
+msgid "Inbox"
+msgstr "Входящие"
-#: ../../mod/connedit.php:418
-msgid "Automatic Permissions Settings"
-msgstr "Настройки автоматических разрешений"
+#: ../../include/nav.php:176
+msgid "Outbox"
+msgstr "Исходящие"
-#: ../../mod/connedit.php:418
-#, php-format
-msgid "Connections: settings for %s"
-msgstr ""
+#: ../../include/nav.php:177 ../../include/widgets.php:523
+msgid "New Message"
+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."
-msgstr ""
+#: ../../include/nav.php:180
+msgid "Event Calendar"
+msgstr "Календарь мероприятий"
-#: ../../mod/connedit.php:424
-msgid "Slide to adjust your degree of friendship"
-msgstr ""
+#: ../../include/nav.php:181
+msgid "See all events"
+msgstr "Показать все мероприятия"
-#: ../../mod/connedit.php:430
-msgid "inherited"
-msgstr "унаследованный"
+#: ../../include/nav.php:182
+msgid "Mark all events seen"
+msgstr "Пометить все мероприятия как прочитанное"
-#: ../../mod/connedit.php:432
-msgid "Connection has no individual permissions!"
-msgstr ""
+#: ../../include/nav.php:184
+msgid "Channel Select"
+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/nav.php:184
+msgid "Manage Your Channels"
+msgstr "Управление каналов"
-#: ../../mod/connedit.php:435
-msgid "Profile Visibility"
-msgstr "Видимость профиля"
+#: ../../include/nav.php:186 ../../include/widgets.php:501
+#: ../../mod/admin.php:976 ../../mod/admin.php:1181
+msgid "Settings"
+msgstr "Настройки"
-#: ../../mod/connedit.php:436
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr ""
+#: ../../include/nav.php:186
+msgid "Account/Channel Settings"
+msgstr "Настройки аккаунта/канала"
-#: ../../mod/connedit.php:437
-msgid "Contact Information / Notes"
-msgstr "Информация / Примечания о канале"
+#: ../../include/nav.php:188
+msgid "Manage/Edit Friends and Connections"
+msgstr "Управление/Редактирование друзей и связей"
-#: ../../mod/connedit.php:438
-msgid "Edit contact notes"
-msgstr "Редактировать примечания канала"
+#: ../../include/nav.php:195 ../../mod/admin.php:117
+msgid "Admin"
+msgstr "Администрация"
-#: ../../mod/connedit.php:440
-msgid "Their Settings"
-msgstr "Их настройки"
+#: ../../include/nav.php:195
+msgid "Site Setup and Configuration"
+msgstr "Установка и конфигурация сайта"
-#: ../../mod/connedit.php:441
-msgid "My Settings"
-msgstr "Мои настройки"
+#: ../../include/nav.php:220
+msgid "Nothing new here"
+msgstr "Ничего нового здесь"
-#: ../../mod/connedit.php:443
-msgid "Forum Members"
-msgstr "Участники форума"
+#: ../../include/nav.php:225
+msgid "Please wait..."
+msgstr "Подождите пожалуйста ..."
-#: ../../mod/connedit.php:444
-msgid "Soapbox"
-msgstr "Soapbox"
+#: ../../include/network.php:652
+msgid "view full size"
+msgstr "посмотреть в полный размер"
-#: ../../mod/connedit.php:445
-msgid "Full Sharing"
-msgstr "Полный обмен"
+#: ../../include/plugin.php:475 ../../include/plugin.php:477
+msgid "Click here to upgrade."
+msgstr "Нажмите здесь, чтобы обновить."
-#: ../../mod/connedit.php:446
-msgid "Cautious Sharing"
+#: ../../include/plugin.php:483
+msgid "This action exceeds the limits set by your subscription plan."
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/plugin.php:488
+msgid "This action is not available under your subscription plan."
msgstr ""
-#: ../../mod/connedit.php:450
-msgid "Advanced Permissions"
-msgstr "Дополнительные разрешения"
-
-#: ../../mod/connedit.php:451
-msgid "Quick Links"
-msgstr "Быстрые ссылки"
-
-#: ../../mod/connedit.php:455
-#, 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 "Игнорировать контакт"
-
-#: ../../mod/connedit.php:458
-msgid "Repair URL settings"
-msgstr "Ремонт настройки URL"
-
-#: ../../mod/connedit.php:459
-msgid "View conversations"
-msgstr "Просмотр разговоров"
-
-#: ../../mod/connedit.php:461
-msgid "Delete contact"
-msgstr "Удалить контакт"
-
-#: ../../mod/connedit.php:464
-msgid "Last update:"
-msgstr "Последнее обновление:"
+#: ../../include/profile_selectors.php:6
+msgid "Male"
+msgstr "Мужской"
-#: ../../mod/connedit.php:466
-msgid "Update public posts"
-msgstr "Обновить публичные сообщения"
+#: ../../include/profile_selectors.php:6
+msgid "Female"
+msgstr "Женский"
-#: ../../mod/connedit.php:468
-msgid "Update now"
-msgstr "Обновить сейчас"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "В настоящее время мужской"
-#: ../../mod/connedit.php:474
-msgid "Currently blocked"
-msgstr "В настоящее время заблокирован"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "В настоящее время женский"
-#: ../../mod/connedit.php:475
-msgid "Currently ignored"
-msgstr "В настоящее время игнорируются"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "В основном мужской"
-#: ../../mod/connedit.php:476
-msgid "Currently archived"
-msgstr "В настоящее время зархивированны"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "В основном женский"
-#: ../../mod/connedit.php:477
-msgid "Currently pending"
-msgstr "В настоящее время в ожидании"
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Транссексуал"
-#: ../../mod/connedit.php:478
-msgid "Hide this contact from others"
-msgstr "Скрыть этот канал от других"
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Intersex"
-#: ../../mod/connedit.php:478
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Транссексуал"
-#: ../../mod/webpages.php:121 ../../mod/layouts.php:105
-#: ../../mod/blocks.php:96
-msgid "View"
-msgstr "Просмотр"
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Гермафродит"
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Среднего рода"
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr ""
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Неспецифический"
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Пожалуйста, войдите, чтобы продолжить."
+#: ../../include/profile_selectors.php:6
+msgid "Other"
+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 ""
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Нерешительный"
-#: ../../mod/api.php:105 ../../mod/profiles.php:495 ../../mod/settings.php:865
-#: ../../mod/settings.php:870
-msgid "Yes"
-msgstr "Да"
+#: ../../include/profile_selectors.php:23
+msgid "Males"
+msgstr "Самец"
-#: ../../mod/api.php:106 ../../mod/profiles.php:496 ../../mod/settings.php:865
-#: ../../mod/settings.php:870
-msgid "No"
-msgstr "Нет"
+#: ../../include/profile_selectors.php:23
+msgid "Females"
+msgstr "Самка"
-#: ../../mod/apps.php:8
-msgid "No installed applications."
-msgstr "Нет установленных приложений."
+#: ../../include/profile_selectors.php:23
+msgid "Gay"
+msgstr "Гей"
-#: ../../mod/apps.php:13
-msgid "Applications"
-msgstr "Приложения"
+#: ../../include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "Лесбиянка"
-#: ../../mod/page.php:35
-msgid "Invalid item."
-msgstr "Недействительный элемент."
+#: ../../include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "Без предпочтений"
-#: ../../mod/page.php:47 ../../mod/chanview.php:77 ../../mod/home.php:50
-#: ../../mod/wall_upload.php:35
-msgid "Channel not found."
-msgstr "Канал не найден."
+#: ../../include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "Двуполый"
-#: ../../mod/page.php:83 ../../mod/help.php:71 ../../mod/display.php:100
-#: ../../index.php:227
-msgid "Page not found."
-msgstr "Страница не найдена."
+#: ../../include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "Autosexual"
-#: ../../mod/attach.php:9
-msgid "Item not available."
-msgstr "Элемент недоступен."
+#: ../../include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "Воздержанный"
-#: ../../mod/setup.php:161
-msgid "Red Matrix Server - Setup"
-msgstr "Red Matrix Сервер - Установка"
+#: ../../include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "Девственница"
-#: ../../mod/setup.php:167
-msgid "Could not connect to database."
-msgstr "Не удалось подключиться к серверу баз данных."
+#: ../../include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "Отклоняющийся от нормы"
-#: ../../mod/setup.php:171
-msgid ""
-"Could not connect to specified site URL. Possible SSL certificate or DNS "
-"issue."
-msgstr ""
+#: ../../include/profile_selectors.php:23
+msgid "Fetish"
+msgstr "Фетиш"
-#: ../../mod/setup.php:176
-msgid "Could not create table."
-msgstr "Не удалось создать таблицу."
+#: ../../include/profile_selectors.php:23
+msgid "Oodles"
+msgstr "Множественный"
-#: ../../mod/setup.php:182
-msgid "Your site database has been installed."
-msgstr "Ваша база данных установлена."
+#: ../../include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "Несексуальный"
-#: ../../mod/setup.php:187
-msgid ""
-"You may need to import the file \"install/database.sql\" manually using "
-"phpmyadmin or mysql."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Single"
+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/profile_selectors.php:42
+msgid "Lonely"
+msgstr "Уединенный"
-#: ../../mod/setup.php:254
-msgid "System check"
-msgstr "Проверка системы"
+#: ../../include/profile_selectors.php:42
+msgid "Available"
+msgstr "Доступный"
-#: ../../mod/setup.php:259
-msgid "Check again"
-msgstr "Проверить снова"
+#: ../../include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "Недоступный"
-#: ../../mod/setup.php:281
-msgid "Database connection"
-msgstr "Подключение к базе данных"
+#: ../../include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "Столкновение"
-#: ../../mod/setup.php:282
-msgid ""
-"In order to install Red Matrix we need to know how to connect to your "
-"database."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr "Влюбленный"
-#: ../../mod/setup.php:283
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Dating"
+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/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "Неверный"
-#: ../../mod/setup.php:288
-msgid "Database Server Name"
-msgstr "Имя сервера базы данных"
+#: ../../include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "Секс наркоман"
-#: ../../mod/setup.php:288
-msgid "Default is localhost"
-msgstr "По умолчанию localhost"
+#: ../../include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "Друзья / Преимущества"
-#: ../../mod/setup.php:289
-msgid "Database Port"
-msgstr "Порт базы данных"
+#: ../../include/profile_selectors.php:42
+msgid "Casual"
+msgstr "Случайный"
-#: ../../mod/setup.php:289
-msgid "Communication port number - use 0 for default"
-msgstr "Порт коммуникации - используйте 0 по умолчанию"
+#: ../../include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "Помолвленный"
-#: ../../mod/setup.php:290
-msgid "Database Login Name"
-msgstr "Имя для подключения к базе данных"
+#: ../../include/profile_selectors.php:42
+msgid "Married"
+msgstr "Женат"
-#: ../../mod/setup.php:291
-msgid "Database Login Password"
-msgstr "Пароль для подключения к базе данных"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily married"
+msgstr "Мысленно женат"
-#: ../../mod/setup.php:292
-msgid "Database Name"
-msgstr "Имя базы данных"
+#: ../../include/profile_selectors.php:42
+msgid "Partners"
+msgstr "Партнеры"
-#: ../../mod/setup.php:294 ../../mod/setup.php:336
-msgid "Site administrator email address"
-msgstr "Адрес электронной почты администратора сайта"
+#: ../../include/profile_selectors.php:42
+msgid "Cohabiting"
+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."
+#: ../../include/profile_selectors.php:42
+msgid "Common law"
msgstr ""
-#: ../../mod/setup.php:295 ../../mod/setup.php:338
-msgid "Website URL"
-msgstr "URL веб-сайта"
+#: ../../include/profile_selectors.php:42
+msgid "Happy"
+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:42
+msgid "Not looking"
+msgstr "Не нуждаюсь"
-#: ../../mod/setup.php:298 ../../mod/setup.php:341
-msgid "Please select a default timezone for your website"
+#: ../../include/profile_selectors.php:42
+msgid "Swinger"
msgstr ""
-#: ../../mod/setup.php:325
-msgid "Site settings"
-msgstr "Настройки сайта"
-
-#: ../../mod/setup.php:381
-msgid "Could not find a command line version of PHP in the web server PATH."
+#: ../../include/profile_selectors.php:42
+msgid "Betrayed"
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."
+#: ../../include/profile_selectors.php:42
+msgid "Separated"
msgstr ""
-#: ../../mod/setup.php:386
-msgid "PHP executable path"
-msgstr "PHP executable путь"
+#: ../../include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "Колеблющийся"
-#: ../../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:42
+msgid "Divorced"
+msgstr "Разведенный"
-#: ../../mod/setup.php:391
-msgid "Command line PHP"
-msgstr "Command line PHP"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+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:42
+msgid "Widowed"
+msgstr "Овдовевший"
-#: ../../mod/setup.php:401
-msgid "This is required for message delivery to work."
-msgstr ""
+#: ../../include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "Неопределенный"
-#: ../../mod/setup.php:403
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../include/profile_selectors.php:42
+msgid "It's complicated"
+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:42
+msgid "Don't care"
+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:42
+msgid "Ask me"
+msgstr "Спроси меня"
-#: ../../mod/setup.php:427
-msgid "Generate encryption keys"
+#: ../../include/reddav.php:1045
+msgid "Edit File properties"
msgstr ""
-#: ../../mod/setup.php:434
-msgid "libCurl PHP module"
-msgstr "libCurl PHP модуль"
-
-#: ../../mod/setup.php:435
-msgid "GD graphics PHP module"
-msgstr "GD graphics PHP модуль"
-
-#: ../../mod/setup.php:436
-msgid "OpenSSL PHP module"
-msgstr "OpenSSL PHP модуль"
-
-#: ../../mod/setup.php:437
-msgid "mysqli PHP module"
-msgstr "mysqli PHP модуль"
-
-#: ../../mod/setup.php:438
-msgid "mb_string PHP module"
-msgstr "mb_string PHP модуль"
-
-#: ../../mod/setup.php:439
-msgid "mcrypt PHP module"
-msgstr "mcrypt PHP модуль"
+#: ../../include/zot.php:587
+msgid "Invalid data packet"
+msgstr "Неверный пакет данных"
-#: ../../mod/setup.php:444 ../../mod/setup.php:446
-msgid "Apache mod_rewrite module"
-msgstr "Apache mod_rewrite модуль"
+#: ../../include/zot.php:597
+msgid "Unable to verify channel signature"
+msgstr "Невозможно проверить сигнатуру канала"
-#: ../../mod/setup.php:444
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
+#: ../../include/zot.php:794
+#, php-format
+msgid "Unable to verify site signature for %s"
msgstr ""
-#: ../../mod/setup.php:450 ../../mod/setup.php:453
-msgid "proc_open"
-msgstr "proc_open"
-
-#: ../../mod/setup.php:450
+#: ../../include/security.php:301
msgid ""
-"Error: proc_open is required but is either not installed or has been "
-"disabled in php.ini"
+"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/setup.php:458
-msgid "Error: libCURL PHP module required but not installed."
-msgstr ""
+#: ../../include/widgets.php:117 ../../mod/suggest.php:53
+msgid "Ignore/Hide"
+msgstr "Игнорировать / Скрыть"
-#: ../../mod/setup.php:462
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr ""
+#: ../../include/widgets.php:123 ../../mod/connections.php:266
+msgid "Suggestions"
+msgstr "Рекомендации"
-#: ../../mod/setup.php:466
-msgid "Error: openssl PHP module required but not installed."
-msgstr ""
+#: ../../include/widgets.php:124
+msgid "See more..."
+msgstr "Просмотреть больше..."
-#: ../../mod/setup.php:470
-msgid "Error: mysqli PHP module required but not installed."
+#: ../../include/widgets.php:146
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
msgstr ""
-#: ../../mod/setup.php:474
-msgid "Error: mb_string PHP module required but not installed."
-msgstr ""
+#: ../../include/widgets.php:152
+msgid "Add New Connection"
+msgstr "Добавить новый контакт"
-#: ../../mod/setup.php:478
-msgid "Error: mcrypt PHP module required but not installed."
-msgstr ""
+#: ../../include/widgets.php:153
+msgid "Enter the channel address"
+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/widgets.php:154
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Пример: bob@example.com, http://example.com/barbara"
-#: ../../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/widgets.php:171
+msgid "Notes"
+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/widgets.php:243
+msgid "Remove term"
+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/widgets.php:322
+msgid "Archives"
+msgstr "Архивы"
-#: ../../mod/setup.php:500
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php доступен для записи"
+#: ../../include/widgets.php:384
+msgid "Refresh"
+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/widgets.php:385 ../../mod/connedit.php:428
+msgid "Me"
+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/widgets.php:386 ../../mod/connedit.php:430
+msgid "Best Friends"
+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/widgets.php:388
+msgid "Co-workers"
+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/widgets.php:389 ../../mod/connedit.php:432
+msgid "Former Friends"
+msgstr "Приятели"
-#: ../../mod/setup.php:516
-msgid "view/tpl/smarty3 is writable"
-msgstr "view/tpl/smarty3 доступен для записи"
+#: ../../include/widgets.php:390 ../../mod/connedit.php:433
+msgid "Acquaintances"
+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/widgets.php:391
+msgid "Everybody"
+msgstr "Все"
-#: ../../mod/setup.php:533
-msgid "store is writable"
-msgstr ""
+#: ../../include/widgets.php:423
+msgid "Account settings"
+msgstr "Настройки аккаунта"
-#: ../../mod/setup.php:548
-msgid "SSL certificate validation"
-msgstr "проверка сертификата SSL"
+#: ../../include/widgets.php:429
+msgid "Channel settings"
+msgstr "Настройки канала"
-#: ../../mod/setup.php:548
-msgid ""
-"SSL certificate cannot be validated. Fix certificate or disable https access"
-" to this site."
-msgstr ""
+#: ../../include/widgets.php:435
+msgid "Additional features"
+msgstr "Дополнительные функции"
-#: ../../mod/setup.php:555
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr ""
+#: ../../include/widgets.php:441
+msgid "Feature settings"
+msgstr "Настройки компонентов"
-#: ../../mod/setup.php:557
-msgid "Url rewrite is working"
-msgstr "Url rewrite работает"
+#: ../../include/widgets.php:447
+msgid "Display settings"
+msgstr "Настройки отображения"
-#: ../../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."
-msgstr ""
+#: ../../include/widgets.php:453
+msgid "Connected apps"
+msgstr "Подключенные приложения"
-#: ../../mod/setup.php:591
-msgid "Errors encountered creating database tables."
-msgstr ""
+#: ../../include/widgets.php:459
+msgid "Export channel"
+msgstr "Экспорт канала"
-#: ../../mod/setup.php:604
-msgid "<h1>What next</h1>"
-msgstr "<h1>Что дальше</h1>"
+#: ../../include/widgets.php:471
+msgid "Automatic Permissions (Advanced)"
+msgstr "Автоматические разрешения (дополнительно)"
-#: ../../mod/setup.php:605
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr ""
+#: ../../include/widgets.php:481
+msgid "Premium Channel Settings"
+msgstr "Настройки премиум канала"
-#: ../../mod/rpost.php:84 ../../mod/editpost.php:42
-msgid "Edit post"
-msgstr "Редактировать сообщение"
+#: ../../include/widgets.php:518
+msgid "Check Mail"
+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/widgets.php:599
+msgid "Chat Rooms"
+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/widgets.php:617
+msgid "Bookmarked Chatrooms"
+msgstr "Закладки чатов"
-#: ../../mod/chanview.php:97
-msgid "toggle full screen mode"
-msgstr "переключение полноэкранного режима"
+#: ../../include/widgets.php:635
+msgid "Suggested Chatrooms"
+msgstr "Рекомендуемые чаты"
-#: ../../mod/tagger.php:98
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
+#: ../../mod/mood.php:138
+msgid "Mood"
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 "Общественный доступ запрещен."
-
-#: ../../mod/viewconnections.php:43
-msgid "No connections."
-msgstr "Никаких связей."
-
-#: ../../mod/viewconnections.php:55
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Посетить %s's ​​профиль [%s]"
-
-#: ../../mod/viewconnections.php:70
-msgid "View Connnections"
-msgstr "Просмотр контактов"
-
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
-msgstr "Тег удален"
-
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
-msgstr "Удалить Тег"
+#: ../../mod/mood.php:139
+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:962
+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"
-msgstr "Пользователи"
+#: ../../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 "Сервер"
-#: ../../mod/admin.php:92
+#: ../../mod/admin.php:98
msgid "DB updates"
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:879 ../../mod/settings.php:884
+#: ../../mod/settings.php:955
+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:879 ../../mod/settings.php:884
+#: ../../mod/settings.php:955
+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 +3829,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 +3837,396 @@ 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] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: ../../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 "фотография"
+msgid "Welcome %s. Remote authentication successful."
+msgstr "Добро пожаловать %s. Удаленная аутентификация успешно завершена."
-#: ../../mod/photos.php:583
-msgid "No photos selected"
-msgstr "Никакие фотографии не выбраны"
+#: ../../mod/apps.php:8
+msgid "No installed applications."
+msgstr "Нет установленных приложений."
-#: ../../mod/photos.php:630
-msgid "Access to this item is restricted."
-msgstr "Доступ к этому элементу ограничен."
+#: ../../mod/apps.php:13
+msgid "Applications"
+msgstr "Приложения"
-#: ../../mod/photos.php:704
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr ""
+#: ../../mod/attach.php:9
+msgid "Item not available."
+msgstr "Элемент недоступен."
-#: ../../mod/photos.php:707
+#: ../../mod/probe.php:23 ../../mod/probe.php:29
#, 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"
+msgid "Fetching URL returns error: %1$s"
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:50 ../../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:237
+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:888
+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 +4250,1081 @@ 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 ""
-#: ../../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/chanview.php:93
+msgid "toggle full screen mode"
+msgstr "переключение полноэкранного режима"
+
+#: ../../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
+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:434
+msgid "Unknown"
+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/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/manage.php:63
+#: ../../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 +5333,894 @@ msgstr "Необходимо имя"
msgid "Key and Secret are required"
msgstr ""
-#: ../../mod/settings.php:79 ../../mod/settings.php:533
+#: ../../mod/settings.php:79 ../../mod/settings.php:541
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:938
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:749
msgid "Display Settings"
msgstr "Настройки отображения"
-#: ../../mod/settings.php:746
+#: ../../mod/settings.php:755
msgid "Display Theme:"
msgstr "Тема отображения:"
-#: ../../mod/settings.php:747
+#: ../../mod/settings.php:756
msgid "Mobile Theme:"
msgstr "Мобильная тема отображения:"
-#: ../../mod/settings.php:748
+#: ../../mod/settings.php:757
msgid "Update browser every xx seconds"
msgstr "Обновление браузера каждые ХХ секунд"
-#: ../../mod/settings.php:748
+#: ../../mod/settings.php:757
msgid "Minimum of 10 seconds, no maximum"
msgstr "Минимум 10 секунд, без максимума"
-#: ../../mod/settings.php:749
+#: ../../mod/settings.php:758
msgid "Maximum number of conversations to load at any time:"
msgstr ""
-#: ../../mod/settings.php:749
+#: ../../mod/settings.php:758
msgid "Maximum of 100 items"
msgstr "Максимум 100 элементов"
-#: ../../mod/settings.php:750
+#: ../../mod/settings.php:759
msgid "Don't show emoticons"
msgstr "Не показывать emoticons"
-#: ../../mod/settings.php:786
+#: ../../mod/settings.php:760
+msgid "Do not view remote profiles in frames"
+msgstr ""
+
+#: ../../mod/settings.php:760
+msgid "By default open in a sub-window of your own site"
+msgstr ""
+
+#: ../../mod/settings.php:761
+msgid "System Page Layout Editor - (advanced)"
+msgstr ""
+
+#: ../../mod/settings.php:796
msgid "Nobody except yourself"
msgstr "Никто, кроме вас"
-#: ../../mod/settings.php:787
+#: ../../mod/settings.php:797
msgid "Only those you specifically allow"
msgstr "Только комы вы разрешили"
-#: ../../mod/settings.php:788
+#: ../../mod/settings.php:798
msgid "Anybody in your address book"
msgstr "Любой в вашей адресной книге"
-#: ../../mod/settings.php:789
+#: ../../mod/settings.php:799
msgid "Anybody on this website"
msgstr "Любой на этом веб-сайте"
-#: ../../mod/settings.php:790
+#: ../../mod/settings.php:800
msgid "Anybody in this network"
msgstr "Любой в этой сети"
-#: ../../mod/settings.php:791
+#: ../../mod/settings.php:801
+msgid "Anybody authenticated"
+msgstr ""
+
+#: ../../mod/settings.php:802
msgid "Anybody on the internet"
msgstr "Любой в интернете"
-#: ../../mod/settings.php:865
+#: ../../mod/settings.php:879
msgid "Publish your default profile in the network directory"
msgstr "Публикация вашего профиля по умолчанию в каталоге сети"
-#: ../../mod/settings.php:870
+#: ../../mod/settings.php:884
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:893
msgid "Your channel address is"
msgstr "Адрес вашего канала:"
-#: ../../mod/settings.php:901
+#: ../../mod/settings.php:927
msgid "Channel Settings"
msgstr "Настройки канала"
-#: ../../mod/settings.php:910
+#: ../../mod/settings.php:936
msgid "Basic Settings"
msgstr "Основные настройки"
-#: ../../mod/settings.php:913
+#: ../../mod/settings.php:939
msgid "Your Timezone:"
msgstr "Ваш часовой пояс:"
-#: ../../mod/settings.php:914
+#: ../../mod/settings.php:940
msgid "Default Post Location:"
msgstr "Откуда по умолчанию:"
-#: ../../mod/settings.php:915
+#: ../../mod/settings.php:940
+msgid "Geographical location to display on your posts"
+msgstr ""
+
+#: ../../mod/settings.php:941
msgid "Use Browser Location:"
msgstr "Используйте указание браузерa:"
-#: ../../mod/settings.php:917
+#: ../../mod/settings.php:943
msgid "Adult Content"
-msgstr ""
+msgstr "Содержимое для взрослых"
-#: ../../mod/settings.php:917
-msgid "This channel publishes adult content."
+#: ../../mod/settings.php:943
+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:945
msgid "Security and Privacy Settings"
msgstr "Параметры безопасности и конфиденциальности"
-#: ../../mod/settings.php:921
-msgid "Quick Privacy Settings:"
-msgstr "Быстрые параметры безопасности и конфиденциальности:"
+#: ../../mod/settings.php:947
+msgid "Hide my online presence"
+msgstr ""
+
+#: ../../mod/settings.php:947
+msgid "Prevents displaying in your profile that you are online"
+msgstr "Предотвращает показ в вашем профиле, что вы онлайн"
+
+#: ../../mod/settings.php:949
+msgid "Simple Privacy Settings:"
+msgstr ""
+
+#: ../../mod/settings.php:950
+msgid ""
+"Very Public - <em>extremely permissive (should be used with caution)</em>"
+msgstr ""
+
+#: ../../mod/settings.php:951
+msgid ""
+"Typical - <em>default public, privacy when desired (similar to social "
+"network permissions but with improved privacy)</em>"
+msgstr ""
+
+#: ../../mod/settings.php:952
+msgid "Private - <em>default private, never open or public</em>"
+msgstr ""
+
+#: ../../mod/settings.php:953
+msgid "Blocked - <em>default blocked to/from everybody</em>"
+msgstr ""
+
+#: ../../mod/settings.php:955
+msgid "Allow others to tag your posts"
+msgstr ""
-#: ../../mod/settings.php:922
-msgid "Very Public - extremely permissive"
-msgstr "Очень публично - чрезвычайно разрешающе"
+#: ../../mod/settings.php:955
+msgid ""
+"Often used by the community to retro-actively flag inappropriate content"
+msgstr ""
-#: ../../mod/settings.php:923
-msgid "Typical - default public, privacy when desired"
-msgstr "Типично - по умолчанию публично, конфиденциальность, только если настроена"
+#: ../../mod/settings.php:957
+msgid "Advanced Privacy Settings"
+msgstr ""
-#: ../../mod/settings.php:924
-msgid "Private - default private, rarely open or public"
-msgstr "Частно - по умолчанию частно, редко открыто или публично"
+#: ../../mod/settings.php:959
+msgid "Expire other channel content after this many days"
+msgstr ""
-#: ../../mod/settings.php:925
-msgid "Blocked - default blocked to/from everybody"
-msgstr "Заблокированно - по умолчанию заблокировано для/от всех"
+#: ../../mod/settings.php:959
+msgid "0 or blank prevents expiration"
+msgstr ""
-#: ../../mod/settings.php:928
+#: ../../mod/settings.php:960
msgid "Maximum Friend Requests/Day:"
msgstr ""
-#: ../../mod/settings.php:928
+#: ../../mod/settings.php:960
msgid "May reduce spam activity"
-msgstr ""
+msgstr "Может уменьшить активность спам"
-#: ../../mod/settings.php:929
+#: ../../mod/settings.php:961
msgid "Default Post Permissions"
msgstr ""
-#: ../../mod/settings.php:941
+#: ../../mod/settings.php:973
msgid "Maximum private messages per day from unknown people:"
msgstr ""
-#: ../../mod/settings.php:941
+#: ../../mod/settings.php:973
msgid "Useful to reduce spamming"
-msgstr ""
+msgstr "Полезно для уменьшения активности спам"
-#: ../../mod/settings.php:944
+#: ../../mod/settings.php:976
msgid "Notification Settings"
msgstr "Настройки уведомлений"
-#: ../../mod/settings.php:945
+#: ../../mod/settings.php:977
msgid "By default post a status message when:"
msgstr ""
-#: ../../mod/settings.php:946
+#: ../../mod/settings.php:978
msgid "accepting a friend request"
msgstr ""
-#: ../../mod/settings.php:947
+#: ../../mod/settings.php:979
msgid "joining a forum/community"
msgstr ""
-#: ../../mod/settings.php:948
+#: ../../mod/settings.php:980
msgid "making an <em>interesting</em> profile change"
msgstr ""
-#: ../../mod/settings.php:949
+#: ../../mod/settings.php:981
msgid "Send a notification email when:"
msgstr "Отправить уведомление по электронной почте, если:"
-#: ../../mod/settings.php:950
-msgid "You receive an introduction"
-msgstr "Вы получили введение"
+#: ../../mod/settings.php:982
+msgid "You receive a connection request"
+msgstr ""
-#: ../../mod/settings.php:951
-msgid "Your introductions are confirmed"
+#: ../../mod/settings.php:983
+msgid "Your connections are confirmed"
msgstr ""
-#: ../../mod/settings.php:952
+#: ../../mod/settings.php:984
msgid "Someone writes on your profile wall"
msgstr ""
-#: ../../mod/settings.php:953
+#: ../../mod/settings.php:985
msgid "Someone writes a followup comment"
msgstr ""
-#: ../../mod/settings.php:954
+#: ../../mod/settings.php:986
msgid "You receive a private message"
msgstr ""
-#: ../../mod/settings.php:955
+#: ../../mod/settings.php:987
msgid "You receive a friend suggestion"
msgstr ""
-#: ../../mod/settings.php:956
+#: ../../mod/settings.php:988
msgid "You are tagged in a post"
msgstr ""
-#: ../../mod/settings.php:957
+#: ../../mod/settings.php:989
msgid "You are poked/prodded/etc. in a post"
msgstr ""
-#: ../../mod/settings.php:960
+#: ../../mod/settings.php:992
msgid "Advanced Account/Page Type Settings"
msgstr ""
-#: ../../mod/settings.php:961
+#: ../../mod/settings.php:993
msgid "Change the behaviour of this account for special situations"
msgstr ""
-#: ../../mod/mail.php:33
-msgid "Unable to lookup recipient."
+#: ../../mod/settings.php:996
+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."
+#: ../../mod/settings.php:997
+msgid "Miscellaneous Settings"
msgstr ""
-#: ../../mod/mail.php:48
-msgid "Cannot verify requested channel."
+#: ../../mod/settings.php:999
+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:369
+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/editpost.php:53
+msgid "Delete item?"
+msgstr "Удалить элемент?"
+
+#: ../../mod/editwebpage.php:106
+msgid "Edit Webpage"
+msgstr ""
+
+#: ../../mod/editwebpage.php:116
+msgid "Delete webpage?"
+msgstr ""
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Все контакты (с доступом защищенному профилю)"
+#: ../../mod/editwebpage.php:187
+msgid "Delete Webpage"
+msgstr ""
#: ../../mod/siteinfo.php:57
#, php-format
@@ -6598,536 +6235,1416 @@ 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/events.php:72
+msgid "Event title and start time are required."
+msgstr "Название события и время начала требуется."
-#: ../../mod/message.php:56
-msgid "No messages."
-msgstr "Нет сообщений."
+#: ../../mod/events.php:299
+msgid "l, F j"
+msgstr "l, F j"
-#: ../../mod/message.php:74
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: ../../mod/events.php:321
+msgid "Edit event"
+msgstr "Редактировать мероприятие"
-#: ../../mod/pubsites.php:22
-msgid "Public Sites"
+#: ../../mod/events.php:367
+msgid "Create New Event"
+msgstr "Создать новое мероприятие"
+
+#: ../../mod/events.php:368
+msgid "Previous"
+msgstr "Предыдущая"
+
+#: ../../mod/events.php:439
+msgid "hour:minute"
+msgstr "часы:минуты"
+
+#: ../../mod/events.php:459
+msgid "Event details"
+msgstr "Детали мероприятия"
+
+#: ../../mod/events.php:460
+#, php-format
+msgid "Format is %s %s. Starting date and Title are required."
+msgstr "Формат: %s %s. Дата начала и название необходимы."
+
+#: ../../mod/events.php:462
+msgid "Event Starts:"
+msgstr "Начало мероприятий:"
+
+#: ../../mod/events.php:462 ../../mod/events.php:476
+msgid "Required"
+msgstr "Необходимо"
+
+#: ../../mod/events.php:465
+msgid "Finish date/time is not known or not relevant"
+msgstr "Дата окончания / время окончания не известны или не релевантны"
+
+#: ../../mod/events.php:467
+msgid "Event Finishes:"
+msgstr "\t\nКонец мероприятий:"
+
+#: ../../mod/events.php:470
+msgid "Adjust for viewer timezone"
+msgstr "Отрегулируйте для просмотра часовых поясов"
+
+#: ../../mod/events.php:472
+msgid "Description:"
+msgstr "Описание:"
+
+#: ../../mod/events.php:476
+msgid "Title:"
+msgstr "Заголовок:"
+
+#: ../../mod/events.php:478
+msgid "Share this event"
+msgstr "Поделиться этим мероприятием"
+
+#: ../../mod/sources.php:32
+msgid "Failed to create source. No channel selected."
msgstr ""
-#: ../../mod/pubsites.php:25
+#: ../../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 ""
-"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/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:234
+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:89
#, 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:358
+msgid "Import completed."
+msgstr "Импорт завершен."
+
+#: ../../mod/import.php:371
+msgid "You must be logged in to use this feature."
+msgstr "Вы должны войти в систему, чтобы использовать эту функцию."
+
+#: ../../mod/import.php:376
+msgid "Import Channel"
+msgstr "Импорт канала"
+
+#: ../../mod/import.php:377
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:378
+msgid "File to Upload"
+msgstr "Файл для загрузки"
+
+#: ../../mod/import.php:379
+msgid "Or provide the old server/hub details"
+msgstr ""
+
+#: ../../mod/import.php:380
+msgid "Your old identity address (xyz@example.com)"
+msgstr ""
+
+#: ../../mod/import.php:381
+msgid "Your old login email address"
+msgstr "Ваш старый адрес электронной почты"
+
+#: ../../mod/import.php:382
+msgid "Your old login password"
+msgstr "Ваш старый пароль"
+
+#: ../../mod/import.php:383
+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:384
+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/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/item.php:145
+#: ../../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:801
msgid "System error. Post not saved."
msgstr "Системная ошибка. Сообщение не сохранено."
-#: ../../mod/item.php:1148
+#: ../../mod/item.php:1244
#, php-format
msgid "You have reached your limit of %1$.0f top level posts."
msgstr ""
-#: ../../mod/item.php:1154
+#: ../../mod/item.php:1250
#, 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 ""
+
+#: ../../mod/lostpass.php:107
+#, php-format
+msgid "Your password has changed at %s"
+msgstr "Пароль изменен на %s"
+
+#: ../../mod/lostpass.php:122
+msgid "Forgot your Password?"
+msgstr "Забыли пароль или логин?"
-#: ../../view/theme/redbasic/php/config.php:74
-msgid "Scheme Default"
+#: ../../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 ""
+
+#: ../../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 ""
-#: ../../view/theme/apw/php/config.php:193
-#: ../../view/theme/apw/php/config.php:211
+#: ../../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 ""
+
+#: ../../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 ""
-#: ../../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 ""
-#: ../../view/theme/apw/php/config.php:258
+#: ../../view/theme/apw/php/config.php:284
msgid "Colour of the navigation bar"
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 opacity of items"
+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..e022237e8 100644
--- a/view/ru/strings.php
+++ b/view/ru/strings.php
@@ -1,119 +1,127 @@
<?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["Cannot locate DNS info for database server '%s'"] = "";
+$a->strings["Profile Photos"] = "Фотографии профиля";
+$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["Connect"] = "Подключить";
+$a->strings["New window"] = "Новое окно";
+$a->strings["Open the selected location in a different window or browser tab"] = "Откройте выбранное местоположение в другом окне или вкладке браузера";
+$a->strings["New Page"] = "Новая страница";
+$a->strings["Edit"] = "Редактировать";
+$a->strings["View"] = "Просмотр";
+$a->strings["Preview"] = "Предварительный просмотр";
+$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["Photo storage failed."] = "";
+$a->strings["Photo Albums"] = "Фотоальбомы";
+$a->strings["Upload New Photos"] = "Загрузить новые фотографии";
$a->strings["Visible to everybody"] = "Видно всем";
-$a->strings["show"] = "показывать";
-$a->strings["don't show"] = "не показывать";
+$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["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["Item was not found."] = "Элемент не найден.";
+$a->strings["No source file."] = "Нет исходного файла.";
+$a->strings["Cannot locate file to replace"] = "Не удается найти файл, чтобы заменить";
+$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["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["Logged out."] = "Вышел из системы.";
+$a->strings["Failed authentication"] = "Ошибка аутентификации";
+$a->strings["Login failed."] = "Не удалось войти.";
+$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["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["%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["Default"] = "По умолчанию";
$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["Known to me, but no opinion"] = "Известныo мне, но нет своего мнения";
$a->strings["OK, probably harmless"] = "OK, наверное безвредно";
$a->strings["Reputable, has my trust"] = "Авторитетно, имеет мое доверие";
$a->strings["Frequently"] = "Часто";
@@ -132,45 +140,24 @@ $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["No connections"] = "Нет контактов";
$a->strings["%d Connection"] = array(
- 0 => "%d канал",
- 1 => "%d канала",
- 2 => "%d каналов",
+ 0 => "%d контакт",
+ 1 => "%d контакта",
+ 2 => "%d контактов",
);
$a->strings["View Connections"] = "Просмотр контактов";
+$a->strings["Search"] = "Поиск";
+$a->strings["Save"] = "Запомнить";
$a->strings["poke"] = "подпихнуть";
$a->strings["poked"] = "подпихнул";
-$a->strings["ping"] = "";
+$a->strings["ping"] = "пинг - проверка связи";
$a->strings["pinged"] = "";
$a->strings["prod"] = "";
$a->strings["prodded"] = "";
@@ -197,6 +184,7 @@ $a->strings["anxious"] = "";
$a->strings["cranky"] = "капризный";
$a->strings["disturbed"] = "встревоженный";
$a->strings["frustrated"] = "разочарованный";
+$a->strings["depressed"] = "";
$a->strings["motivated"] = "мотивированный";
$a->strings["relaxed"] = "расслабленный";
$a->strings["surprised"] = "удивленный";
@@ -239,105 +227,31 @@ $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["%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["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["channel"] = "канал";
$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";
@@ -346,12 +260,14 @@ $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["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 +276,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"] = "Редактировать контакт";
@@ -393,9 +310,9 @@ $a->strings["Tag term:"] = "Теги:";
$a->strings["Save to Folder:"] = "Сохранить в папку:";
$a->strings["Where are you right now?"] = "Где вы сейчас?";
$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,6 +337,8 @@ $a->strings["Set expiration date"] = "";
$a->strings["Encrypt text"] = "";
$a->strings["OK"] = "OK";
$a->strings["Cancel"] = "Отменить";
+$a->strings["Discover"] = "";
+$a->strings["Imported public streams"] = "";
$a->strings["Commented Order"] = "По комментириям";
$a->strings["Sort by Comment Date"] = "Сортировка по дате создания комментариев";
$a->strings["Posted Order"] = "По добавлениям";
@@ -436,114 +355,34 @@ $a->strings["Channel"] = "Канал";
$a->strings["Status Messages and Posts"] = "";
$a->strings["About"] = "О себе";
$a->strings["Profile Details"] = "Сведения о профиле";
-$a->strings["Photo Albums"] = "Фотоальбомы";
+$a->strings["Photos"] = "Фотографии";
$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["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["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["Item was not found."] = "Элемент не найден.";
-$a->strings["No source file."] = "Нет исходного файла.";
-$a->strings["Cannot locate file to replace"] = "Не удается найти файл, чтобы заменить";
-$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["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["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["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["Sort Options"] = "";
$a->strings["Alphabetic"] = "По алфавиту";
$a->strings["Reverse Alphabetic"] = "По обратному алфавиту";
@@ -580,81 +419,128 @@ $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["save to folder"] = "сохранить в папку";
+$a->strings["add star"] = "добавить маркировку";
+$a->strings["remove star"] = "удалить маркировку";
+$a->strings["toggle star status"] = "переключение статуса маркировки";
+$a->strings["starred"] = "помеченные";
+$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"] = "поделиться";
+$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["Bookmark Links"] = "";
+$a->strings["%d comment"] = 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["This is you"] = "Это вы";
+$a->strings["Comment"] = "Комментарий";
+$a->strings["Submit"] = "Отправить";
+$a->strings["Bold"] = "Жирный";
+$a->strings["Italic"] = "Курсив";
+$a->strings["Underline"] = "Подчеркнутый";
+$a->strings["Quote"] = "Цитата";
+$a->strings["Code"] = "Код";
+$a->strings["Image"] = "Изображение";
+$a->strings["Link"] = "Ссылка";
+$a->strings["Video"] = "Видео";
+$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["Change profile photo"] = "Изменить фотографию профиля";
$a->strings["Profiles"] = "Профили";
@@ -667,6 +553,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 +579,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:"] = "Телевидение:";
@@ -700,313 +588,238 @@ $a->strings["Love/Romance:"] = "Любовь / Романс:";
$a->strings["Work/employment:"] = "Работа / Занятость:";
$a->strings["School/education:"] = "Школа / образование:";
$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["Private Message"] = "Личное сообщение";
-$a->strings["save to folder"] = "сохранить в папку";
-$a->strings["add star"] = "добавить маркировку";
-$a->strings["remove star"] = "удалить маркировку";
-$a->strings["toggle star status"] = "переключение статуса маркировки";
-$a->strings["starred"] = "помеченные";
-$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"] = "поделиться";
-$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["%d comment"] = array(
- 0 => "%d комментарий",
- 1 => "%d комментария",
- 2 => "%d комментариев",
-);
-$a->strings["This is you"] = "Это вы";
-$a->strings["Submit"] = "Отправить";
-$a->strings["Bold"] = "Жирный";
-$a->strings["Italic"] = "Курсив";
-$a->strings["Underline"] = "Подчеркнутый";
-$a->strings["Quote"] = "Цитата";
-$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["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["Delete this item?"] = "Удалить этот элемент?";
+$a->strings["show fewer"] = "показать меньше";
+$a->strings["+ Show More"] = "";
+$a->strings["- Show Less"] = "";
+$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["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["No recipient provided."] = "";
+$a->strings["[no subject]"] = "[без темы]";
+$a->strings["Unable to determine sender."] = "Невозможно определить отправителя.";
+$a->strings["Stored post could not be verified."] = "";
+$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["Addon applications, utilities, games"] = "";
+$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["view full size"] = "посмотреть в полный размер";
+$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["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["Edit File properties"] = "";
+$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["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["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["Mood"] = "";
+$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"] = "Сервер";
@@ -1024,19 +837,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 +862,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 +918,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 => "",
+ 1 => "",
+ 2 => "",
+);
+$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 +971,44 @@ $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["No installed applications."] = "Нет установленных приложений.";
+$a->strings["Applications"] = "Приложения";
+$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 +1017,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,7 +1026,6 @@ $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?"] = "";
@@ -1332,73 +1066,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["toggle full screen mode"] = "переключение полноэкранного режима";
+$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["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["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"] = "Обновление";
@@ -1446,42 +1317,53 @@ $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["Do not view remote profiles in frames"] = "";
+$a->strings["By default open in a sub-window of your own site"] = "";
+$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["Channel Settings"] = "Настройки канала";
$a->strings["Basic Settings"] = "Основные настройки";
$a->strings["Your Timezone:"] = "Ваш часовой пояс:";
$a->strings["Default Post Location:"] = "Откуда по умолчанию:";
+$a->strings["Geographical location to display on your posts"] = "";
$a->strings["Use Browser Location:"] = "Используйте указание браузерa:";
-$a->strings["Adult Content"] = "";
-$a->strings["This channel publishes adult content."] = "";
+$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["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 +1372,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 +1482,268 @@ $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["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["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["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["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["[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["Schema Default"] = "";
$a->strings["Sans-Serif"] = "";
$a->strings["Monospace"] = "";
+$a->strings["Theme settings"] = "Настройки темы";
+$a->strings["Set scheme"] = "";
+$a->strings["Set font-size for posts and comments"] = "Установить размер шрифта для сообщений и комментариев";
$a->strings["Set font face"] = "";
$a->strings["Set iconset"] = "";
$a->strings["Set big shadow size, default 15px 15px 15px"] = "";
@@ -1662,6 +1752,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"] = "";
@@ -1685,6 +1776,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 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-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"] = "";
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..422a72e26 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;
@@ -535,6 +539,12 @@ aside li {
font-size: 0.7em;
}
+.app-name {
+ width: 125px;
+ overflow: none;
+}
+
+
.pager {
padding: 10px;
text-align: center;
@@ -1180,6 +1190,9 @@ brain is weird like that */
margin-bottom: 15px;
}
+#cloud-index td {
+ padding:5px;
+}
/**
@@ -1542,21 +1555,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;
@@ -1856,11 +1854,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 +1897,6 @@ img.mail-list-sender-photo {
.wall-item-content-wrapper {
background-color: $item_colour;
- opacity: $item_opacity;
padding: 10px;
}
@@ -1908,30 +1905,31 @@ 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 {
- background-color: $comment_item_colour;
- border: 1px solid $item_colour;
+ 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 +1978,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,6 +1995,7 @@ padding-left: 42px;
.comment-edit-text-empty {
color: gray;
+ font-size: 11px;
}
.comment-edit-text-full {
@@ -2118,8 +2095,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 +2238,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 +2248,6 @@ blockquote {
text-decoration: $navtabs_decohover;
background-color: $navtabs_bgchover;
border-color: transparent;
- border-bottom-color: $navtabs_borderc;
$navtabs_linkchover
}
@@ -2299,7 +2272,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,9 +2281,6 @@ blockquote {
text-decoration: none;
}
-.btn-preview, .btn-preview:hover, .btn-preview:focus, .btn-preview:active {
- margin-right: 1px;
-}
@media screen and (max-width: 767px) {
aside#region_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..950b43198 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,17 @@ if(! $a->install) {
$reply_photo = '32px';
if(! $infomess_bgcolour)
$infomess_bgcolour = "#F0F0F0";
+ 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($nav_min_opacity === false || $nav_min_opacity === '') {
$nav_float_min_opacity = 1.0;
$nav_percent_min_opacity = 100;
@@ -289,7 +302,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 +324,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,
@@ -357,7 +370,12 @@ $options = array (
'$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,
);
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..4bf22db78 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)
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..967ccc67c
--- /dev/null
+++ b/view/tpl/app.tpl
@@ -0,0 +1,17 @@
+<div class="app-container">
+<a href="{{if $app.alt_url}}{{$app.alt_url}}{{else}}{{$app.url}}{{/if}}" {{if $app.desc}}title="{{$app.desc}}{{if $app.price}} ({{$app.price}}){{/if}}"{{/if}}><img src="{{$app.photo}}" width="80" height="80" />
+<div class="app-name">{{$app.name}}</div>
+</a>
+{{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="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}}
+</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..05f527371
--- /dev/null
+++ b/view/tpl/app_select.tpl
@@ -0,0 +1,13 @@
+{{if $authed}}
+<div class="widget">
+<h3>{{$title}}</h3>
+<ul>
+<li><a href="apps">{{$system}}</a></li>
+<li><a href="apps/personal">{{$personal}}</a></li>
+<br />
+<li><a href="appman">{{$new}}</a></li>
+<li><a href="apps/personal/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..828b47a05 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -6,9 +6,9 @@
{{/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..6b76ff5b6 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -157,13 +157,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}}
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index 01f135522..b34f3fcf5 100755
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -9,7 +9,7 @@
</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>
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..6cf8f7ba8 100755
--- a/view/tpl/suggest_friends.tpl
+++ b/view/tpl/suggest_friends.tpl
@@ -11,6 +11,6 @@
</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"><a href="{{$entry.connlnk}}" title="{{$entry.conntxt}}"><i class="icon-plus connect-icon"></i> {{$entry.conntxt}}</a></div>
{{/if}}
</div>