aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-22 08:37:29 +0000
committerMario <mario@mariovavti.com>2024-03-22 08:37:29 +0000
commit1aeb05628b6a2a069c46980efbe628362c9e3e74 (patch)
treee9aed15d0cd74e0c23dcb05c7be8fe9541efdf36 /view
parent5b7387459cf4de8f7354d81cb0392c4225714d94 (diff)
parentb464fae3bf22585888c5f3def8eded76fd48ed16 (diff)
downloadvolse-hubzilla-1aeb05628b6a2a069c46980efbe628362c9e3e74.tar.gz
volse-hubzilla-1aeb05628b6a2a069c46980efbe628362c9e3e74.tar.bz2
volse-hubzilla-1aeb05628b6a2a069c46980efbe628362c9e3e74.zip
Merge branch '9.0RC'9.0
Diffstat (limited to 'view')
-rw-r--r--view/css/bootstrap-red.css4
-rw-r--r--view/css/conversation.css30
-rw-r--r--view/css/widgets.css15
-rw-r--r--view/css/zen.css1
-rw-r--r--view/es-es/hmessages.po22236
-rw-r--r--view/es-es/hstrings.php5376
-rw-r--r--view/es-es/lostpass_eml.tpl34
-rw-r--r--view/js/autocomplete.js6
-rw-r--r--view/js/crypto.js98
-rw-r--r--view/js/main.js28
-rw-r--r--view/js/mod_poke.js5
-rw-r--r--view/pdl/mod_thing.pdl2
-rw-r--r--view/php/theme_init.php1
-rw-r--r--view/pt-br/hmessages.po20856
-rw-r--r--view/theme/redbasic/css/blockmode.css15
-rw-r--r--view/theme/redbasic/css/mod_page.css24
-rw-r--r--view/theme/redbasic/css/sample.scss14
-rw-r--r--view/theme/redbasic/css/sloppy_photos.css58
-rw-r--r--view/theme/redbasic/css/style.css84
-rw-r--r--view/theme/redbasic/img/screenshot.pngbin173915 -> 226493 bytes
-rw-r--r--view/theme/redbasic/php/config.php123
-rw-r--r--view/theme/redbasic/php/style.php121
-rw-r--r--view/theme/redbasic/php/theme.php4
-rw-r--r--view/theme/redbasic/php/theme_init.php2
-rw-r--r--view/theme/redbasic/schema/Focus-Boxy.php5
-rw-r--r--view/theme/redbasic/tpl/theme_settings.tpl24
-rw-r--r--view/tpl/admin_site.tpl2
-rw-r--r--view/tpl/chat.tpl4
-rw-r--r--view/tpl/comment_item.tpl16
-rw-r--r--view/tpl/contact_edit_tools.tpl1
-rw-r--r--view/tpl/conv_item.tpl20
-rw-r--r--view/tpl/conv_list.tpl22
-rw-r--r--view/tpl/dreport.tpl2
-rw-r--r--view/tpl/field_colorinput.tpl2
-rw-r--r--view/tpl/hq_controls.tpl4
-rw-r--r--view/tpl/jot.tpl34
-rw-r--r--view/tpl/mood_content.tpl33
-rw-r--r--view/tpl/poke_content.tpl48
-rw-r--r--view/tpl/show_thing.tpl12
-rw-r--r--view/tpl/thing_edit.tpl4
-rw-r--r--view/tpl/thing_input.tpl4
41 files changed, 28337 insertions, 21037 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index b5daa4609..ff38da7bc 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -61,3 +61,7 @@ label {
a {
text-decoration: none !important;
}
+
+ol, ul, dl {
+ margin-bottom: 0;
+}
diff --git a/view/css/conversation.css b/view/css/conversation.css
index ab6eb3c01..491cee92e 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -52,7 +52,7 @@
#profile-jot-text {
resize: none;
border-width: 0px;
- height: 2.5rem;
+ height: 2.7rem;
line-height: 1.5rem;
padding: 0.5rem;
width: 100%;
@@ -97,7 +97,7 @@
/* conv_item */
.wall-item-head-new {
- border-top: 0.2rem solid var(--bs-blue);
+ border-top: 0.2rem solid var(--bs-primary);
}
.wall-item-wrapper {
@@ -137,6 +137,10 @@ a.wall-item-name-link {
font-weight: bold !important;
}
+.wall-item-ago i {
+ font-size: 0.875em
+}
+
.wall-item-ago .fa-check {
cursor: pointer;
}
@@ -190,11 +194,11 @@ a.wall-item-name-link {
}
.ivoted {
- color: #007bff;
+ color: var(--bs-primary);
}
.item-highlight {
- border-left: 0.2rem solid #007bff;
+ border-left: 0.2rem solid var(--bs-primary);
}
/* comment_item */
@@ -280,7 +284,7 @@ a.wall-item-name-link {
.section-content-wrapper h3,
.section-content-wrapper h4 {
padding-top: 60px;
- margin-top: -40px;
+ margin-top: -60px;
}
.toc {
@@ -299,10 +303,20 @@ code.inline-code {
text-decoration: overline;
}
-img.smiley.emoji:hover {
- transform: scale(2);
+img.emoji {
+ height: 1.3rem;
+ vertical-align: baseline;
+ margin-bottom: -.2rem;
+}
+
+img.emoji.single-emoji {
+ height: 2rem;
+}
+
+img.emoji:not(.single-emoji):hover {
+ transform: scale(1.8);
transition: transform .1s ease-out;
- filter: drop-shadow(0px 0px 1px rgba(0,0,0,.5));
+ filter: drop-shadow(0px 0px 0.05rem rgba(0, 0, 0, .5));
}
.checklist input {
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 42768b001..eb629ee96 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -269,7 +269,7 @@ a.wikilist {
}
/* hq_controls */
-.hq_controls_fixed_bottom_center {
+.hq_controls.hq_controls_fixed_bottom_center {
z-index: 1028;
position: fixed;
bottom: 0px;
@@ -277,3 +277,16 @@ a.wikilist {
transform: translateX(-50%);
}
+.hq_controls .btn.rounded-circle {
+ width: 2.6rem;
+ height: 2.6rem;
+ padding: 0;
+ font-size: .9rem;
+}
+
+.hq_controls_fixed_bottom_center .btn.rounded-circle {
+ width: 3.1rem;
+ height: 3.1rem;
+ padding: 0;
+ font-size: 1.4rem;
+}
diff --git a/view/css/zen.css b/view/css/zen.css
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/view/css/zen.css
@@ -0,0 +1 @@
+
diff --git a/view/es-es/hmessages.po b/view/es-es/hmessages.po
index 3fab2e78f..3af7a30ab 100644
--- a/view/es-es/hmessages.po
+++ b/view/es-es/hmessages.po
@@ -6,7 +6,7 @@
# Alfonso Martínez, 2015
# inboxwall <axetransit@gmail.com>, 2015
# 0019cac9045ba5ad44f6e8f0d6edc0ee_372278a, 2015
-# Manuel Jiménez Friaza <mjfriaza@disroot.org>, 2017-2023
+# Manuel Jiménez Friaza <mjfriaza@disroot.org>, 2017-2024
# Manuel Jiménez Friaza <mjfriaza@disroot.org>, 2015-2017
# Rafael, 2015
# tony baldwin <tonybaldwin@gmx.com>, 2014
@@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: hubzilla\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-04 17:57+0000\n"
+"POT-Creation-Date: 2023-11-10 08:15+0000\n"
"PO-Revision-Date: 2015-09-27 06:48+0000\n"
-"Last-Translator: Manuel Jiménez Friaza <mjfriaza@disroot.org>, 2017-2023\n"
+"Last-Translator: Manuel Jiménez Friaza <mjfriaza@disroot.org>, 2017-2024\n"
"Language-Team: Spanish (Spain) (http://app.transifex.com/Friendica/hubzilla/language/es_ES/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,12 +24,17 @@ msgstr ""
"Language: es_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1 ? 1 : 0);\n"
-#: ../../view/theme/redbasic/php/config.php:15
+
+#: ../../util/nconfig.php:34
+msgid "Source channel not found."
+msgstr "No se ha encontrado el canal de origen."
+
+#: ../../view/theme/redbasic/php/config.php:15 ../../include/text.php:3509
#: ../../addon/cart/submodules/orderoptions.php:335
#: ../../addon/cart/submodules/orderoptions.php:359
#: ../../addon/cart/submodules/orderoptions.php:435
#: ../../addon/cart/submodules/orderoptions.php:459
-#: ../../include/text.php:3502 ../../Zotlabs/Module/Admin/Site.php:245
+#: ../../Zotlabs/Module/Admin/Site.php:245
msgid "Default"
msgstr "Predeterminado"
@@ -38,103 +43,103 @@ msgstr "Predeterminado"
msgid "Focus (Hubzilla default)"
msgstr "Focus (predefinido)"
-#: ../../view/theme/redbasic/php/config.php:98
-#: ../../addon/wiki/Widget/Wiki_pages.php:69 ../../addon/wiki/Mod_Wiki.php:218
-#: ../../addon/wiki/Mod_Wiki.php:907
+#: ../../view/theme/redbasic/php/config.php:98 ../../include/js_strings.php:23
+#: ../../addon/irc/irc.php:45 ../../addon/smileybutton/Mod_Smileybutton.php:53
+#: ../../addon/socialauth/Mod_SocialAuth.php:341
+#: ../../addon/hubwall/hubwall.php:95
#: ../../addon/openclipatar/openclipatar.php:54
-#: ../../addon/photocache/Mod_Photocache.php:63
-#: ../../addon/redred/Mod_Redred.php:88
+#: ../../addon/hzfiles/hzfiles.php:86 ../../addon/piwik/piwik.php:95
#: ../../addon/redphotos/redphotos.php:136
+#: ../../addon/pageheader/Mod_Pageheader.php:52
+#: ../../addon/ijpost/Mod_Ijpost.php:72 ../../addon/redred/Mod_Redred.php:88
+#: ../../addon/startpage/Mod_Startpage.php:71
+#: ../../addon/libertree/Mod_Libertree.php:68 ../../addon/logrot/logrot.php:35
+#: ../../addon/pubcrawl/Mod_Pubcrawl.php:62
+#: ../../addon/dwpost/Mod_Dwpost.php:78 ../../addon/diaspora/diaspora.php:90
+#: ../../addon/diaspora/Mod_Diaspora.php:101
+#: ../../addon/fuzzloc/Mod_Fuzzloc.php:54
+#: ../../addon/mailtest/mailtest.php:100 ../../addon/nsfw/Mod_Nsfw.php:59
+#: ../../addon/pumpio/Mod_Pumpio.php:113 ../../addon/wppost/Mod_Wppost.php:107
+#: ../../addon/wiki/Mod_Wiki.php:218 ../../addon/wiki/Mod_Wiki.php:907
+#: ../../addon/wiki/Widget/Wiki_pages.php:69 ../../addon/xmpp/Mod_Xmpp.php:70
+#: ../../addon/statusnet/statusnet.php:602
#: ../../addon/statusnet/Mod_Statusnet.php:191
#: ../../addon/statusnet/Mod_Statusnet.php:249
#: ../../addon/statusnet/Mod_Statusnet.php:304
-#: ../../addon/statusnet/statusnet.php:602 ../../addon/rtof/Mod_Rtof.php:70
-#: ../../addon/wppost/Mod_Wppost.php:107
-#: ../../addon/content_import/Mod_content_import.php:140
-#: ../../addon/openstreetmap/openstreetmap.php:155
-#: ../../addon/ijpost/Mod_Ijpost.php:72
-#: ../../addon/pubcrawl/Mod_Pubcrawl.php:62
-#: ../../addon/dwpost/Mod_Dwpost.php:78
-#: ../../addon/startpage/Mod_Startpage.php:71
-#: ../../addon/twitter/Mod_Twitter.php:182
-#: ../../addon/pumpio/Mod_Pumpio.php:113
-#: ../../addon/cart/submodules/subscriptions.php:410
+#: ../../addon/flashcards/Mod_Flashcards.php:269
+#: ../../addon/ljpost/Mod_Ljpost.php:80 ../../addon/faces/Mod_Faces.php:141
#: ../../addon/cart/submodules/hzservices.php:645
+#: ../../addon/cart/submodules/subscriptions.php:410
+#: ../../addon/cart/submodules/manualcat.php:248
#: ../../addon/cart/submodules/orderoptions.php:312
#: ../../addon/cart/submodules/orderoptions.php:412
-#: ../../addon/cart/submodules/manualcat.php:248
-#: ../../addon/cart/Settings/Cart.php:132
-#: ../../addon/cart/Settings/Cart.php:142 ../../addon/cart/cart.php:1425
-#: ../../addon/nofed/Mod_Nofed.php:51
-#: ../../addon/smileybutton/Mod_Smileybutton.php:53
-#: ../../addon/redfiles/redfiles.php:124 ../../addon/diaspora/diaspora.php:87
-#: ../../addon/diaspora/Mod_Diaspora.php:101 ../../addon/piwik/piwik.php:95
-#: ../../addon/workflow/workflow.php:1468
-#: ../../addon/workflow/workflow.php:1527
-#: ../../addon/workflow/workflow.php:1646
-#: ../../addon/workflow/workflow.php:2749
+#: ../../addon/cart/cart.php:1425 ../../addon/cart/Settings/Cart.php:132
+#: ../../addon/cart/Settings/Cart.php:142
+#: ../../addon/twitter/Mod_Twitter.php:182
+#: ../../addon/redfiles/redfiles.php:124
+#: ../../addon/openstreetmap/openstreetmap.php:155
+#: ../../addon/workflow/workflow.php:1490
+#: ../../addon/workflow/workflow.php:1549
+#: ../../addon/workflow/workflow.php:1668
+#: ../../addon/workflow/workflow.php:2786
#: ../../addon/workflow/Settings/Mod_WorkflowSettings.php:94
-#: ../../addon/likebanner/likebanner.php:57
-#: ../../addon/fuzzloc/Mod_Fuzzloc.php:54 ../../addon/hubwall/hubwall.php:95
-#: ../../addon/flashcards/Mod_Flashcards.php:269
-#: ../../addon/libertree/Mod_Libertree.php:68 ../../addon/logrot/logrot.php:35
#: ../../addon/skeleton/Mod_Skeleton.php:49
-#: ../../addon/socialauth/Mod_SocialAuth.php:341
-#: ../../addon/nsfw/Mod_Nsfw.php:59 ../../addon/mailtest/mailtest.php:100
-#: ../../addon/ljpost/Mod_Ljpost.php:80 ../../addon/hzfiles/hzfiles.php:86
-#: ../../addon/pageheader/Mod_Pageheader.php:52 ../../addon/irc/irc.php:45
-#: ../../addon/xmpp/Mod_Xmpp.php:70 ../../include/js_strings.php:23
-#: ../../Zotlabs/Module/Tokens.php:294
+#: ../../addon/content_import/Mod_content_import.php:140
+#: ../../addon/rtof/Mod_Rtof.php:70 ../../addon/nofed/Mod_Nofed.php:51
+#: ../../addon/photocache/Mod_Photocache.php:63
+#: ../../addon/likebanner/likebanner.php:57
+#: ../../Zotlabs/Lib/ThreadItem.php:832 ../../Zotlabs/Storage/Browser.php:385
+#: ../../Zotlabs/Module/Oauth.php:109
#: ../../Zotlabs/Module/Import_items.php:125
-#: ../../Zotlabs/Module/Import.php:611 ../../Zotlabs/Module/Setup.php:316
-#: ../../Zotlabs/Module/Setup.php:356 ../../Zotlabs/Module/Group.php:150
-#: ../../Zotlabs/Module/Group.php:159 ../../Zotlabs/Module/Oauth.php:109
-#: ../../Zotlabs/Module/Chat.php:208 ../../Zotlabs/Module/Chat.php:247
-#: ../../Zotlabs/Module/Poke.php:199 ../../Zotlabs/Module/Mitem.php:259
+#: ../../Zotlabs/Module/Thing.php:328 ../../Zotlabs/Module/Thing.php:381
+#: ../../Zotlabs/Module/Tokens.php:294 ../../Zotlabs/Module/Pdledit.php:137
+#: ../../Zotlabs/Module/Connect.php:107
#: ../../Zotlabs/Module/Filestorage.php:208
-#: ../../Zotlabs/Module/Connect.php:107 ../../Zotlabs/Module/Editpost.php:88
-#: ../../Zotlabs/Module/Admin/Themes.php:158
-#: ../../Zotlabs/Module/Admin/Features.php:66
-#: ../../Zotlabs/Module/Admin/Security.php:129
+#: ../../Zotlabs/Module/Contactedit.php:429
+#: ../../Zotlabs/Module/Contactedit.php:462 ../../Zotlabs/Module/Mood.php:156
+#: ../../Zotlabs/Module/Pconfig.php:117 ../../Zotlabs/Module/Appman.php:220
+#: ../../Zotlabs/Module/Connedit.php:714 ../../Zotlabs/Module/Defperms.php:262
+#: ../../Zotlabs/Module/Locs.php:125
#: ../../Zotlabs/Module/Admin/Accounts.php:309
-#: ../../Zotlabs/Module/Admin/Site.php:415
-#: ../../Zotlabs/Module/Admin/Logs.php:84
+#: ../../Zotlabs/Module/Admin/Themes.php:173
+#: ../../Zotlabs/Module/Admin/Addons.php:445
+#: ../../Zotlabs/Module/Admin/Features.php:66
+#: ../../Zotlabs/Module/Admin/Profs.php:178
#: ../../Zotlabs/Module/Admin/Channels.php:147
#: ../../Zotlabs/Module/Admin/Account_edit.php:73
-#: ../../Zotlabs/Module/Admin/Profs.php:178
-#: ../../Zotlabs/Module/Admin/Addons.php:445
-#: ../../Zotlabs/Module/Regate.php:407 ../../Zotlabs/Module/Permcats.php:257
-#: ../../Zotlabs/Module/Mood.php:156 ../../Zotlabs/Module/Appman.php:220
-#: ../../Zotlabs/Module/Contactedit.php:429
-#: ../../Zotlabs/Module/Contactedit.php:462
-#: ../../Zotlabs/Module/Email_validation.php:40
-#: ../../Zotlabs/Module/Photos.php:1053 ../../Zotlabs/Module/Photos.php:1093
-#: ../../Zotlabs/Module/Photos.php:1206 ../../Zotlabs/Module/Profiles.php:739
-#: ../../Zotlabs/Module/Invite.php:563 ../../Zotlabs/Module/Xchan.php:15
-#: ../../Zotlabs/Module/Affinity.php:84
+#: ../../Zotlabs/Module/Admin/Logs.php:84
+#: ../../Zotlabs/Module/Admin/Site.php:415
+#: ../../Zotlabs/Module/Admin/Security.php:129
+#: ../../Zotlabs/Module/Poke.php:199 ../../Zotlabs/Module/Affinity.php:84
+#: ../../Zotlabs/Module/Permcats.php:257 ../../Zotlabs/Module/Xchan.php:15
+#: ../../Zotlabs/Module/Group.php:150 ../../Zotlabs/Module/Group.php:159
+#: ../../Zotlabs/Module/Invite.php:563 ../../Zotlabs/Module/Mitem.php:259
+#: ../../Zotlabs/Module/Photos.php:1056 ../../Zotlabs/Module/Photos.php:1095
+#: ../../Zotlabs/Module/Photos.php:1208 ../../Zotlabs/Module/Sources.php:123
+#: ../../Zotlabs/Module/Sources.php:160 ../../Zotlabs/Module/Profiles.php:739
+#: ../../Zotlabs/Module/Chat.php:208 ../../Zotlabs/Module/Chat.php:247
+#: ../../Zotlabs/Module/Regate.php:407 ../../Zotlabs/Module/Setup.php:316
+#: ../../Zotlabs/Module/Setup.php:356 ../../Zotlabs/Module/Editpost.php:88
+#: ../../Zotlabs/Module/Oauth2.php:114
+#: ../../Zotlabs/Module/Settings/Display.php:187
#: ../../Zotlabs/Module/Settings/Network.php:62
-#: ../../Zotlabs/Module/Settings/Features.php:48
-#: ../../Zotlabs/Module/Settings/Channel.php:229
-#: ../../Zotlabs/Module/Settings/Account.php:107
-#: ../../Zotlabs/Module/Settings/Events.php:42
-#: ../../Zotlabs/Module/Settings/Manage.php:43
#: ../../Zotlabs/Module/Settings/Channel_home.php:91
-#: ../../Zotlabs/Module/Settings/Calendar.php:42
-#: ../../Zotlabs/Module/Settings/Multifactor.php:85
-#: ../../Zotlabs/Module/Settings/Display.php:186
-#: ../../Zotlabs/Module/Settings/Directory.php:42
+#: ../../Zotlabs/Module/Settings/Account.php:107
#: ../../Zotlabs/Module/Settings/Editor.php:42
-#: ../../Zotlabs/Module/Settings/Connections.php:42
-#: ../../Zotlabs/Module/Settings/Photos.php:42
-#: ../../Zotlabs/Module/Settings/Profiles.php:52
+#: ../../Zotlabs/Module/Settings/Features.php:48
+#: ../../Zotlabs/Module/Settings/Directory.php:42
+#: ../../Zotlabs/Module/Settings/Manage.php:43
#: ../../Zotlabs/Module/Settings/Privacy.php:122
+#: ../../Zotlabs/Module/Settings/Events.php:42
+#: ../../Zotlabs/Module/Settings/Photos.php:42
#: ../../Zotlabs/Module/Settings/Conversation.php:49
-#: ../../Zotlabs/Module/Defperms.php:262 ../../Zotlabs/Module/Pconfig.php:117
-#: ../../Zotlabs/Module/Oauth2.php:114 ../../Zotlabs/Module/Thing.php:328
-#: ../../Zotlabs/Module/Thing.php:381 ../../Zotlabs/Module/Pdledit.php:137
-#: ../../Zotlabs/Module/Connedit.php:714 ../../Zotlabs/Module/Locs.php:125
-#: ../../Zotlabs/Module/Sources.php:123 ../../Zotlabs/Module/Sources.php:160
-#: ../../Zotlabs/Lib/ThreadItem.php:831 ../../Zotlabs/Storage/Browser.php:385
+#: ../../Zotlabs/Module/Settings/Channel.php:229
+#: ../../Zotlabs/Module/Settings/Profiles.php:52
+#: ../../Zotlabs/Module/Settings/Connections.php:42
+#: ../../Zotlabs/Module/Settings/Calendar.php:42
+#: ../../Zotlabs/Module/Settings/Multifactor.php:85
+#: ../../Zotlabs/Module/Email_validation.php:40
+#: ../../Zotlabs/Module/Import.php:611
msgid "Submit"
msgstr "Enviar"
@@ -162,65 +167,69 @@ msgstr "Modo oscuro por defecto"
#: ../../view/theme/redbasic/php/config.php:107
#: ../../view/theme/redbasic/php/config.php:108
#: ../../view/theme/redbasic/php/config.php:124
+#: ../../include/conversation.php:1492
+#: ../../addon/smileybutton/Mod_Smileybutton.php:42
+#: ../../addon/socialauth/Mod_SocialAuth.php:218
+#: ../../addon/ijpost/Mod_Ijpost.php:61 ../../addon/redred/Mod_Redred.php:61
+#: ../../addon/libertree/Mod_Libertree.php:57
+#: ../../addon/pubcrawl/Mod_Pubcrawl.php:42
+#: ../../addon/dwpost/Mod_Dwpost.php:59 ../../addon/dwpost/Mod_Dwpost.php:63
+#: ../../addon/diaspora/Mod_Diaspora.php:70
+#: ../../addon/pumpio/Mod_Pumpio.php:92 ../../addon/pumpio/Mod_Pumpio.php:96
+#: ../../addon/pumpio/Mod_Pumpio.php:100 ../../addon/wppost/Mod_Wppost.php:84
+#: ../../addon/wppost/Mod_Wppost.php:88 ../../addon/wppost/Mod_Wppost.php:92
#: ../../addon/wiki/Mod_Wiki.php:230 ../../addon/wiki/Mod_Wiki.php:231
-#: ../../addon/redred/Mod_Redred.php:61
#: ../../addon/statusnet/Mod_Statusnet.php:258
#: ../../addon/statusnet/Mod_Statusnet.php:280
#: ../../addon/statusnet/Mod_Statusnet.php:289
-#: ../../addon/rtof/Mod_Rtof.php:47 ../../addon/wppost/Mod_Wppost.php:84
-#: ../../addon/wppost/Mod_Wppost.php:88 ../../addon/wppost/Mod_Wppost.php:92
-#: ../../addon/content_import/Mod_content_import.php:135
-#: ../../addon/content_import/Mod_content_import.php:136
-#: ../../addon/ijpost/Mod_Ijpost.php:61
-#: ../../addon/pubcrawl/Mod_Pubcrawl.php:42
-#: ../../addon/dwpost/Mod_Dwpost.php:59 ../../addon/dwpost/Mod_Dwpost.php:63
-#: ../../addon/twitter/Mod_Twitter.php:160
-#: ../../addon/twitter/Mod_Twitter.php:169
-#: ../../addon/pumpio/Mod_Pumpio.php:92 ../../addon/pumpio/Mod_Pumpio.php:96
-#: ../../addon/pumpio/Mod_Pumpio.php:100
-#: ../../addon/cart/submodules/subscriptions.php:153
-#: ../../addon/cart/submodules/subscriptions.php:425
+#: ../../addon/ljpost/Mod_Ljpost.php:61 ../../addon/ljpost/Mod_Ljpost.php:65
+#: ../../addon/ljpost/Mod_Ljpost.php:69
#: ../../addon/cart/submodules/hzservices.php:67
#: ../../addon/cart/submodules/hzservices.php:651
#: ../../addon/cart/submodules/hzservices.php:655
-#: ../../addon/cart/submodules/orderoptions.php:72
-#: ../../addon/cart/submodules/orderoptions.php:338
-#: ../../addon/cart/submodules/orderoptions.php:362
-#: ../../addon/cart/submodules/orderoptions.php:438
-#: ../../addon/cart/submodules/orderoptions.php:462
-#: ../../addon/cart/submodules/paypalbutton.php:87
-#: ../../addon/cart/submodules/paypalbutton.php:95
+#: ../../addon/cart/submodules/subscriptions.php:153
+#: ../../addon/cart/submodules/subscriptions.php:425
#: ../../addon/cart/submodules/paypalbuttonV2.php:88
#: ../../addon/cart/submodules/paypalbuttonV2.php:98
+#: ../../addon/cart/submodules/paypalbutton.php:87
+#: ../../addon/cart/submodules/paypalbutton.php:95
#: ../../addon/cart/submodules/manualcat.php:63
#: ../../addon/cart/submodules/manualcat.php:254
#: ../../addon/cart/submodules/manualcat.php:258
-#: ../../addon/cart/Settings/Cart.php:61 ../../addon/cart/Settings/Cart.php:73
-#: ../../addon/cart/cart.php:1419 ../../addon/nofed/Mod_Nofed.php:40
-#: ../../addon/smileybutton/Mod_Smileybutton.php:42
-#: ../../addon/diaspora/Mod_Diaspora.php:70
-#: ../../addon/libertree/Mod_Libertree.php:57
-#: ../../addon/socialauth/Mod_SocialAuth.php:218
-#: ../../addon/ljpost/Mod_Ljpost.php:61 ../../addon/ljpost/Mod_Ljpost.php:65
-#: ../../addon/ljpost/Mod_Ljpost.php:69 ../../include/conversation.php:1483
-#: ../../Zotlabs/Module/Import.php:600 ../../Zotlabs/Module/Import.php:604
-#: ../../Zotlabs/Module/Import.php:605 ../../Zotlabs/Module/Register.php:512
-#: ../../Zotlabs/Module/Group.php:137 ../../Zotlabs/Module/Group.php:138
-#: ../../Zotlabs/Module/Group.php:147 ../../Zotlabs/Module/Group.php:249
-#: ../../Zotlabs/Module/Group.php:301 ../../Zotlabs/Module/Group.php:302
-#: ../../Zotlabs/Module/Mitem.php:176 ../../Zotlabs/Module/Mitem.php:177
-#: ../../Zotlabs/Module/Mitem.php:256 ../../Zotlabs/Module/Mitem.php:257
+#: ../../addon/cart/submodules/orderoptions.php:72
+#: ../../addon/cart/submodules/orderoptions.php:338
+#: ../../addon/cart/submodules/orderoptions.php:362
+#: ../../addon/cart/submodules/orderoptions.php:438
+#: ../../addon/cart/submodules/orderoptions.php:462
+#: ../../addon/cart/cart.php:1419 ../../addon/cart/Settings/Cart.php:61
+#: ../../addon/cart/Settings/Cart.php:73
+#: ../../addon/twitter/Mod_Twitter.php:160
+#: ../../addon/twitter/Mod_Twitter.php:169
+#: ../../addon/content_import/Mod_content_import.php:135
+#: ../../addon/content_import/Mod_content_import.php:136
+#: ../../addon/rtof/Mod_Rtof.php:47 ../../addon/nofed/Mod_Nofed.php:40
+#: ../../boot.php:1753 ../../Zotlabs/Lib/Libzotdir.php:165
+#: ../../Zotlabs/Lib/Libzotdir.php:166 ../../Zotlabs/Lib/Libzotdir.php:168
+#: ../../Zotlabs/Storage/Browser.php:309 ../../Zotlabs/Storage/Browser.php:310
+#: ../../Zotlabs/Storage/Browser.php:311 ../../Zotlabs/Storage/Browser.php:392
+#: ../../Zotlabs/Storage/Browser.php:394 ../../Zotlabs/Storage/Browser.php:558
#: ../../Zotlabs/Module/Filestorage.php:203
#: ../../Zotlabs/Module/Filestorage.php:211
-#: ../../Zotlabs/Module/Admin/Site.php:319
-#: ../../Zotlabs/Module/Permcats.php:247
#: ../../Zotlabs/Module/Contactedit.php:284
-#: ../../Zotlabs/Module/Contactedit.php:329 ../../Zotlabs/Module/Api.php:99
-#: ../../Zotlabs/Module/Photos.php:666 ../../Zotlabs/Module/Profiles.php:675
-#: ../../Zotlabs/Module/Profiles.php:685 ../../Zotlabs/Module/Profiles.php:693
-#: ../../Zotlabs/Module/Profiles.php:697
-#: ../../Zotlabs/Module/Settings/Channel.php:224
-#: ../../Zotlabs/Module/Settings/Multifactor.php:82
+#: ../../Zotlabs/Module/Contactedit.php:329
+#: ../../Zotlabs/Module/Register.php:512 ../../Zotlabs/Module/Connedit.php:622
+#: ../../Zotlabs/Module/Defperms.php:195 ../../Zotlabs/Module/Api.php:99
+#: ../../Zotlabs/Module/Menu.php:163 ../../Zotlabs/Module/Menu.php:222
+#: ../../Zotlabs/Module/Admin/Site.php:319
+#: ../../Zotlabs/Module/Permcats.php:247 ../../Zotlabs/Module/Group.php:137
+#: ../../Zotlabs/Module/Group.php:138 ../../Zotlabs/Module/Group.php:147
+#: ../../Zotlabs/Module/Group.php:249 ../../Zotlabs/Module/Group.php:301
+#: ../../Zotlabs/Module/Group.php:302 ../../Zotlabs/Module/Mitem.php:176
+#: ../../Zotlabs/Module/Mitem.php:177 ../../Zotlabs/Module/Mitem.php:256
+#: ../../Zotlabs/Module/Mitem.php:257 ../../Zotlabs/Module/Photos.php:666
+#: ../../Zotlabs/Module/Sources.php:122 ../../Zotlabs/Module/Sources.php:157
+#: ../../Zotlabs/Module/Profiles.php:675 ../../Zotlabs/Module/Profiles.php:685
+#: ../../Zotlabs/Module/Profiles.php:693 ../../Zotlabs/Module/Profiles.php:697
#: ../../Zotlabs/Module/Settings/Display.php:86
#: ../../Zotlabs/Module/Settings/Privacy.php:132
#: ../../Zotlabs/Module/Settings/Privacy.php:133
@@ -228,14 +237,10 @@ msgstr "Modo oscuro por defecto"
#: ../../Zotlabs/Module/Settings/Privacy.php:135
#: ../../Zotlabs/Module/Settings/Privacy.php:136
#: ../../Zotlabs/Module/Settings/Privacy.php:137
-#: ../../Zotlabs/Module/Menu.php:163 ../../Zotlabs/Module/Menu.php:222
-#: ../../Zotlabs/Module/Defperms.php:195 ../../Zotlabs/Module/Connedit.php:622
-#: ../../Zotlabs/Module/Sources.php:122 ../../Zotlabs/Module/Sources.php:157
-#: ../../Zotlabs/Lib/Libzotdir.php:165 ../../Zotlabs/Lib/Libzotdir.php:166
-#: ../../Zotlabs/Lib/Libzotdir.php:168 ../../Zotlabs/Storage/Browser.php:310
-#: ../../Zotlabs/Storage/Browser.php:311 ../../Zotlabs/Storage/Browser.php:312
-#: ../../Zotlabs/Storage/Browser.php:392 ../../Zotlabs/Storage/Browser.php:394
-#: ../../Zotlabs/Storage/Browser.php:558 ../../boot.php:1751
+#: ../../Zotlabs/Module/Settings/Channel.php:224
+#: ../../Zotlabs/Module/Settings/Multifactor.php:82
+#: ../../Zotlabs/Module/Import.php:600 ../../Zotlabs/Module/Import.php:604
+#: ../../Zotlabs/Module/Import.php:605
msgid "No"
msgstr "No"
@@ -243,64 +248,67 @@ msgstr "No"
#: ../../view/theme/redbasic/php/config.php:107
#: ../../view/theme/redbasic/php/config.php:108
#: ../../view/theme/redbasic/php/config.php:124
+#: ../../include/conversation.php:1492
+#: ../../addon/smileybutton/Mod_Smileybutton.php:42
+#: ../../addon/socialauth/Mod_SocialAuth.php:218
+#: ../../addon/ijpost/Mod_Ijpost.php:61 ../../addon/redred/Mod_Redred.php:61
+#: ../../addon/libertree/Mod_Libertree.php:57
+#: ../../addon/pubcrawl/Mod_Pubcrawl.php:42
+#: ../../addon/dwpost/Mod_Dwpost.php:59 ../../addon/dwpost/Mod_Dwpost.php:63
+#: ../../addon/diaspora/Mod_Diaspora.php:70
+#: ../../addon/pumpio/Mod_Pumpio.php:92 ../../addon/pumpio/Mod_Pumpio.php:96
+#: ../../addon/pumpio/Mod_Pumpio.php:100 ../../addon/wppost/Mod_Wppost.php:84
+#: ../../addon/wppost/Mod_Wppost.php:88 ../../addon/wppost/Mod_Wppost.php:92
#: ../../addon/wiki/Mod_Wiki.php:230 ../../addon/wiki/Mod_Wiki.php:231
-#: ../../addon/redred/Mod_Redred.php:61
#: ../../addon/statusnet/Mod_Statusnet.php:258
#: ../../addon/statusnet/Mod_Statusnet.php:280
#: ../../addon/statusnet/Mod_Statusnet.php:289
-#: ../../addon/rtof/Mod_Rtof.php:47 ../../addon/wppost/Mod_Wppost.php:84
-#: ../../addon/wppost/Mod_Wppost.php:88 ../../addon/wppost/Mod_Wppost.php:92
-#: ../../addon/content_import/Mod_content_import.php:135
-#: ../../addon/content_import/Mod_content_import.php:136
-#: ../../addon/ijpost/Mod_Ijpost.php:61
-#: ../../addon/pubcrawl/Mod_Pubcrawl.php:42
-#: ../../addon/dwpost/Mod_Dwpost.php:59 ../../addon/dwpost/Mod_Dwpost.php:63
-#: ../../addon/twitter/Mod_Twitter.php:160
-#: ../../addon/twitter/Mod_Twitter.php:169
-#: ../../addon/pumpio/Mod_Pumpio.php:92 ../../addon/pumpio/Mod_Pumpio.php:96
-#: ../../addon/pumpio/Mod_Pumpio.php:100
-#: ../../addon/cart/submodules/subscriptions.php:153
-#: ../../addon/cart/submodules/subscriptions.php:425
+#: ../../addon/ljpost/Mod_Ljpost.php:61 ../../addon/ljpost/Mod_Ljpost.php:65
+#: ../../addon/ljpost/Mod_Ljpost.php:69
#: ../../addon/cart/submodules/hzservices.php:67
#: ../../addon/cart/submodules/hzservices.php:651
#: ../../addon/cart/submodules/hzservices.php:655
-#: ../../addon/cart/submodules/orderoptions.php:72
-#: ../../addon/cart/submodules/orderoptions.php:337
-#: ../../addon/cart/submodules/orderoptions.php:361
-#: ../../addon/cart/submodules/orderoptions.php:437
-#: ../../addon/cart/submodules/orderoptions.php:461
-#: ../../addon/cart/submodules/paypalbutton.php:87
-#: ../../addon/cart/submodules/paypalbutton.php:95
+#: ../../addon/cart/submodules/subscriptions.php:153
+#: ../../addon/cart/submodules/subscriptions.php:425
#: ../../addon/cart/submodules/paypalbuttonV2.php:88
#: ../../addon/cart/submodules/paypalbuttonV2.php:98
+#: ../../addon/cart/submodules/paypalbutton.php:87
+#: ../../addon/cart/submodules/paypalbutton.php:95
#: ../../addon/cart/submodules/manualcat.php:63
#: ../../addon/cart/submodules/manualcat.php:254
#: ../../addon/cart/submodules/manualcat.php:258
-#: ../../addon/cart/Settings/Cart.php:61 ../../addon/cart/Settings/Cart.php:73
-#: ../../addon/cart/cart.php:1419 ../../addon/nofed/Mod_Nofed.php:40
-#: ../../addon/smileybutton/Mod_Smileybutton.php:42
-#: ../../addon/diaspora/Mod_Diaspora.php:70
-#: ../../addon/libertree/Mod_Libertree.php:57
-#: ../../addon/socialauth/Mod_SocialAuth.php:218
-#: ../../addon/ljpost/Mod_Ljpost.php:61 ../../addon/ljpost/Mod_Ljpost.php:65
-#: ../../addon/ljpost/Mod_Ljpost.php:69 ../../include/conversation.php:1483
-#: ../../Zotlabs/Module/Import.php:600 ../../Zotlabs/Module/Import.php:604
-#: ../../Zotlabs/Module/Import.php:605 ../../Zotlabs/Module/Register.php:512
-#: ../../Zotlabs/Module/Group.php:137 ../../Zotlabs/Module/Group.php:138
-#: ../../Zotlabs/Module/Group.php:147 ../../Zotlabs/Module/Group.php:249
-#: ../../Zotlabs/Module/Group.php:301 ../../Zotlabs/Module/Group.php:302
-#: ../../Zotlabs/Module/Mitem.php:176 ../../Zotlabs/Module/Mitem.php:177
-#: ../../Zotlabs/Module/Mitem.php:256 ../../Zotlabs/Module/Mitem.php:257
+#: ../../addon/cart/submodules/orderoptions.php:72
+#: ../../addon/cart/submodules/orderoptions.php:337
+#: ../../addon/cart/submodules/orderoptions.php:361
+#: ../../addon/cart/submodules/orderoptions.php:437
+#: ../../addon/cart/submodules/orderoptions.php:461
+#: ../../addon/cart/cart.php:1419 ../../addon/cart/Settings/Cart.php:61
+#: ../../addon/cart/Settings/Cart.php:73
+#: ../../addon/twitter/Mod_Twitter.php:160
+#: ../../addon/twitter/Mod_Twitter.php:169
+#: ../../addon/content_import/Mod_content_import.php:135
+#: ../../addon/content_import/Mod_content_import.php:136
+#: ../../addon/rtof/Mod_Rtof.php:47 ../../addon/nofed/Mod_Nofed.php:40
+#: ../../boot.php:1753 ../../Zotlabs/Lib/Libzotdir.php:165
+#: ../../Zotlabs/Lib/Libzotdir.php:166 ../../Zotlabs/Lib/Libzotdir.php:168
+#: ../../Zotlabs/Storage/Browser.php:309 ../../Zotlabs/Storage/Browser.php:310
+#: ../../Zotlabs/Storage/Browser.php:311 ../../Zotlabs/Storage/Browser.php:392
+#: ../../Zotlabs/Storage/Browser.php:394 ../../Zotlabs/Storage/Browser.php:558
#: ../../Zotlabs/Module/Filestorage.php:203
#: ../../Zotlabs/Module/Filestorage.php:211
-#: ../../Zotlabs/Module/Admin/Site.php:321
-#: ../../Zotlabs/Module/Permcats.php:247
-#: ../../Zotlabs/Module/Contactedit.php:284 ../../Zotlabs/Module/Api.php:98
-#: ../../Zotlabs/Module/Photos.php:666 ../../Zotlabs/Module/Profiles.php:675
-#: ../../Zotlabs/Module/Profiles.php:685 ../../Zotlabs/Module/Profiles.php:693
-#: ../../Zotlabs/Module/Profiles.php:697
-#: ../../Zotlabs/Module/Settings/Channel.php:224
-#: ../../Zotlabs/Module/Settings/Multifactor.php:82
+#: ../../Zotlabs/Module/Contactedit.php:284
+#: ../../Zotlabs/Module/Register.php:512 ../../Zotlabs/Module/Defperms.php:195
+#: ../../Zotlabs/Module/Api.php:98 ../../Zotlabs/Module/Menu.php:163
+#: ../../Zotlabs/Module/Menu.php:222 ../../Zotlabs/Module/Admin/Site.php:321
+#: ../../Zotlabs/Module/Permcats.php:247 ../../Zotlabs/Module/Group.php:137
+#: ../../Zotlabs/Module/Group.php:138 ../../Zotlabs/Module/Group.php:147
+#: ../../Zotlabs/Module/Group.php:249 ../../Zotlabs/Module/Group.php:301
+#: ../../Zotlabs/Module/Group.php:302 ../../Zotlabs/Module/Mitem.php:176
+#: ../../Zotlabs/Module/Mitem.php:177 ../../Zotlabs/Module/Mitem.php:256
+#: ../../Zotlabs/Module/Mitem.php:257 ../../Zotlabs/Module/Photos.php:666
+#: ../../Zotlabs/Module/Sources.php:122 ../../Zotlabs/Module/Sources.php:157
+#: ../../Zotlabs/Module/Profiles.php:675 ../../Zotlabs/Module/Profiles.php:685
+#: ../../Zotlabs/Module/Profiles.php:693 ../../Zotlabs/Module/Profiles.php:697
#: ../../Zotlabs/Module/Settings/Display.php:86
#: ../../Zotlabs/Module/Settings/Privacy.php:132
#: ../../Zotlabs/Module/Settings/Privacy.php:133
@@ -308,14 +316,10 @@ msgstr "No"
#: ../../Zotlabs/Module/Settings/Privacy.php:135
#: ../../Zotlabs/Module/Settings/Privacy.php:136
#: ../../Zotlabs/Module/Settings/Privacy.php:137
-#: ../../Zotlabs/Module/Menu.php:163 ../../Zotlabs/Module/Menu.php:222
-#: ../../Zotlabs/Module/Defperms.php:195 ../../Zotlabs/Module/Sources.php:122
-#: ../../Zotlabs/Module/Sources.php:157 ../../Zotlabs/Lib/Libzotdir.php:165
-#: ../../Zotlabs/Lib/Libzotdir.php:166 ../../Zotlabs/Lib/Libzotdir.php:168
-#: ../../Zotlabs/Storage/Browser.php:310 ../../Zotlabs/Storage/Browser.php:311
-#: ../../Zotlabs/Storage/Browser.php:312 ../../Zotlabs/Storage/Browser.php:392
-#: ../../Zotlabs/Storage/Browser.php:394 ../../Zotlabs/Storage/Browser.php:558
-#: ../../boot.php:1751
+#: ../../Zotlabs/Module/Settings/Channel.php:224
+#: ../../Zotlabs/Module/Settings/Multifactor.php:82
+#: ../../Zotlabs/Module/Import.php:600 ../../Zotlabs/Module/Import.php:604
+#: ../../Zotlabs/Module/Import.php:605
msgid "Yes"
msgstr "Sí"
@@ -407,2519 +411,1825 @@ msgstr "Ajustar el tamaño de foto de los seguidores del autor"
msgid "Show advanced settings"
msgstr "Mostrar ajustes avanzados"
-#: ../../util/nconfig.php:34
-msgid "Source channel not found."
-msgstr "No se ha encontrado el canal de origen."
+#: ../../include/bookmarks.php:34
+#, php-format
+msgid "%1$s's bookmarks"
+msgstr "Marcadores de %1$s"
-#: ../../addon/superblock/superblock.php:355
-msgid "Block Completely"
-msgstr "Bloquear completamente"
+#: ../../include/opengraph.php:56
+#, php-format
+msgid "This is the home page of %s."
+msgstr "Esta es la página personal de %s."
-#: ../../addon/superblock/Mod_Superblock.php:62
-msgid "superblock settings updated"
-msgstr "se han actualizado los ajustes de superblock"
+#: ../../include/auth.php:197
+msgid "Delegation session ended."
+msgstr "Finalizó la sesión de la delegación."
-#: ../../addon/superblock/Mod_Superblock.php:86
-msgid "Currently blocked"
-msgstr "Actualmente bloqueado"
+#: ../../include/auth.php:201
+msgid "Logged out."
+msgstr "Desconectado/a."
-#: ../../addon/superblock/Mod_Superblock.php:88
-msgid "No channels currently blocked"
-msgstr "No hay canales bloqueados actualmente"
+#: ../../include/auth.php:308
+msgid "Email validation is incomplete. Please check your email."
+msgstr "La validación del correo electrónico está incompleta. Por favor, compruebe su correo electrónico."
-#: ../../addon/superblock/Mod_Superblock.php:90
-#: ../../Zotlabs/Module/Tagrm.php:137
-#: ../../Zotlabs/Module/Admin/Addons.php:462
-#: ../../Zotlabs/Module/Cover_photo.php:424
-#: ../../Zotlabs/Module/Photos.php:991
-msgid "Remove"
-msgstr "Eliminar"
+#: ../../include/auth.php:324
+msgid "Failed authentication"
+msgstr "Autenticación fallida."
-#: ../../addon/nsabait/Mod_Nsabait.php:23
-msgid "NSA Bait App"
-msgstr "App NSA Bait "
+#: ../../include/auth.php:334 ../../addon/openid/Mod_Openid.php:189
+msgid "Login failed."
+msgstr "El acceso ha fallado."
-#: ../../addon/nsabait/Mod_Nsabait.php:25
-msgid "Make yourself a political target."
-msgstr "Hazte un objetivo político."
+#: ../../include/oembed.php:155
+msgid "View PDF"
+msgstr "Ver PDF"
-#: ../../addon/visage/Mod_Visage.php:23
-msgid "Recent Channel/Profile Viewers"
-msgstr "Visitantes recientes del canal o perfil"
+#: ../../include/oembed.php:391
+msgid " by "
+msgstr "por"
-#: ../../addon/visage/Mod_Visage.php:34
-msgid "No entries."
-msgstr "No hay entradas."
+#: ../../include/oembed.php:392
+msgid " on "
+msgstr "en"
-#: ../../addon/wiki/Widget/Wiki_pages.php:55
-msgid "Wiki Pages"
-msgstr "Páginas del wiki"
+#: ../../include/oembed.php:421
+msgid "Embedded content"
+msgstr "Contenido incorporado"
-#: ../../addon/wiki/Widget/Wiki_pages.php:61 ../../addon/wiki/Mod_Wiki.php:899
-msgid "Add new page"
-msgstr "Añadir una nueva página"
+#: ../../include/oembed.php:430
+msgid "Embedding disabled"
+msgstr "Incrustación deshabilitada"
-#: ../../addon/wiki/Widget/Wiki_pages.php:65 ../../addon/wiki/Mod_Wiki.php:220
-#: ../../addon/wiki/Mod_Wiki.php:368 ../../addon/wiki/Mod_Wiki.php:903
-#: ../../addon/mdpost/mdpost.php:41 ../../include/text.php:2213
-msgid "Markdown"
-msgstr "Markdown"
+#: ../../include/event.php:34 ../../include/event.php:129
+msgid "l F d, Y \\@ g:i A"
+msgstr "l d de F, Y \\@ G:i"
-#: ../../addon/wiki/Widget/Wiki_pages.php:65 ../../addon/wiki/Mod_Wiki.php:220
-#: ../../addon/wiki/Mod_Wiki.php:368 ../../addon/wiki/Mod_Wiki.php:903
-#: ../../include/text.php:2211
-msgid "BBcode"
-msgstr "BBcode"
+#: ../../include/event.php:42
+msgid "Starts:"
+msgstr "Comienza:"
-#: ../../addon/wiki/Widget/Wiki_pages.php:65 ../../addon/wiki/Mod_Wiki.php:220
-#: ../../addon/wiki/Mod_Wiki.php:903 ../../include/text.php:2214
-msgid "Text"
-msgstr "Texto"
+#: ../../include/event.php:52
+msgid "Finishes:"
+msgstr "Finaliza:"
-#: ../../addon/wiki/Widget/Wiki_pages.php:66
-msgid "Page name"
-msgstr "Nombre de la página"
+#: ../../include/event.php:64 ../../include/event.php:154
+#: ../../include/channel.php:1631 ../../Zotlabs/Module/Directory.php:354
+msgid "Location:"
+msgstr "Ubicación:"
-#: ../../addon/wiki/Widget/Wiki_pages.php:68 ../../addon/wiki/Mod_Wiki.php:906
-#: ../../Zotlabs/Module/Dreport.php:133
-msgid "Options"
-msgstr "Opciones"
+#: ../../include/event.php:129
+msgid "l F d, Y"
+msgstr "l F d, Y"
-#: ../../addon/wiki/Widget/Wiki_list.php:20 ../../addon/wiki/Mod_Wiki.php:209
-#: ../../addon/wiki/wiki.php:70 ../../include/nav.php:522
-msgid "Wikis"
-msgstr "Wikis"
+#: ../../include/event.php:133
+msgid "Start:"
+msgstr "Iniciar: "
-#: ../../addon/wiki/Widget/Wiki_page_history.php:28
-#: ../../addon/wiki/Lib/NativeWikiPage.php:588
-#: ../../addon/wiki/Mod_Wiki.php:221 ../../addon/rendezvous/rendezvous.php:172
-#: ../../Zotlabs/Module/Oauth.php:111 ../../Zotlabs/Module/Oauth.php:137
-#: ../../Zotlabs/Module/Chat.php:256 ../../Zotlabs/Module/Cdav.php:1364
-#: ../../Zotlabs/Module/Sharedwithme.php:107
-#: ../../Zotlabs/Module/Admin/Channels.php:159
-#: ../../Zotlabs/Module/Oauth2.php:116 ../../Zotlabs/Module/Oauth2.php:144
-#: ../../Zotlabs/Module/Connedit.php:732 ../../Zotlabs/Storage/Browser.php:380
-msgid "Name"
-msgstr "Nombre"
+#: ../../include/event.php:137
+msgid "End:"
+msgstr "Finalizar: "
-#: ../../addon/wiki/Widget/Wiki_page_history.php:29
-#: ../../addon/wiki/Lib/NativeWikiPage.php:589
-msgctxt "wiki_history"
-msgid "Message"
-msgstr "Mensaje"
+#: ../../include/event.php:142 ../../addon/openid/MysqlProvider.php:67
+msgid "Timezone"
+msgstr "Zona horaria"
-#: ../../addon/wiki/Widget/Wiki_page_history.php:30
-#: ../../addon/wiki/Lib/NativeWikiPage.php:590
-msgid "Date"
-msgstr "Fecha"
+#: ../../include/event.php:1242
+msgid "This event has been added to your calendar."
+msgstr "Este evento ha sido añadido a su calendario."
-#: ../../addon/wiki/Widget/Wiki_page_history.php:31
-#: ../../addon/wiki/Lib/NativeWikiPage.php:591
-#: ../../addon/wiki/Mod_Wiki.php:364
-msgid "Revert"
-msgstr "Revertir"
+#: ../../include/event.php:1396 ../../include/conversation.php:151
+#: ../../include/text.php:2355 ../../Zotlabs/Module/Tagger.php:75
+#: ../../Zotlabs/Module/Like.php:455
+#: ../../Zotlabs/Module/Channel_calendar.php:221
+msgid "event"
+msgstr "el/su evento"
-#: ../../addon/wiki/Widget/Wiki_page_history.php:32
-#: ../../addon/wiki/Lib/NativeWikiPage.php:592
-msgid "Compare"
-msgstr "Comparar"
+#: ../../include/event.php:1475
+msgid "Not specified"
+msgstr "Sin especificar"
-#: ../../addon/wiki/Lib/NativeWiki.php:144
-msgid "Wiki updated successfully"
-msgstr "El wiki se ha actualizado con éxito"
+#: ../../include/event.php:1476
+msgid "Needs Action"
+msgstr "Necesita de una intervención"
-#: ../../addon/wiki/Lib/NativeWiki.php:204
-msgid "Wiki files deleted successfully"
-msgstr "Se han borrado con éxito los ficheros del wiki"
+#: ../../include/event.php:1477
+msgid "Completed"
+msgstr "Completado/a"
-#: ../../addon/wiki/Lib/NativeWikiPage.php:41
-#: ../../addon/wiki/Lib/NativeWikiPage.php:109
-msgid "(No Title)"
-msgstr "(Sin título)"
+#: ../../include/event.php:1478
+msgid "In Process"
+msgstr "En proceso"
-#: ../../addon/wiki/Lib/NativeWikiPage.php:123
-msgid "Wiki page create failed."
-msgstr "Se ha producido un error en la creación de la página wiki."
+#: ../../include/event.php:1479
+msgid "Cancelled"
+msgstr "Cancelado/a"
-#: ../../addon/wiki/Lib/NativeWikiPage.php:137
-msgid "Wiki not found."
-msgstr "No se ha encontrado el wiki."
+#: ../../include/event.php:1560 ../../include/connections.php:781
+#: ../../Zotlabs/Module/Connedit.php:741 ../../Zotlabs/Module/Cdav.php:1377
+msgid "Mobile"
+msgstr "Móvil"
-#: ../../addon/wiki/Lib/NativeWikiPage.php:148
-msgid "Destination name already exists"
-msgstr "El nombre de destino ya existe"
+#: ../../include/event.php:1561 ../../include/connections.php:782
+#: ../../Zotlabs/Widget/Notifications.php:43
+#: ../../Zotlabs/Module/Connedit.php:742 ../../Zotlabs/Module/Cdav.php:1378
+msgid "Home"
+msgstr "Inicio"
-#: ../../addon/wiki/Lib/NativeWikiPage.php:181
-#: ../../addon/wiki/Lib/NativeWikiPage.php:376
-msgid "Page not found"
-msgstr "No se ha encontrado la página"
+#: ../../include/event.php:1562 ../../include/connections.php:783
+msgid "Home, Voice"
+msgstr "Llamadas particulares"
-#: ../../addon/wiki/Lib/NativeWikiPage.php:211
-msgid "Error reading page content"
-msgstr "Se ha producido un error al leer el contenido de la página"
+#: ../../include/event.php:1563 ../../include/connections.php:784
+msgid "Home, Fax"
+msgstr "Fax particular"
-#: ../../addon/wiki/Lib/NativeWikiPage.php:367
-#: ../../addon/wiki/Lib/NativeWikiPage.php:425
-#: ../../addon/wiki/Lib/NativeWikiPage.php:493
-#: ../../addon/wiki/Lib/NativeWikiPage.php:534
-msgid "Error reading wiki"
-msgstr "Se ha producido un error al leer el wiki"
+#: ../../include/event.php:1564 ../../include/connections.php:785
+#: ../../Zotlabs/Module/Connedit.php:743 ../../Zotlabs/Module/Cdav.php:1379
+msgid "Work"
+msgstr "Trabajo"
-#: ../../addon/wiki/Lib/NativeWikiPage.php:411
-msgid "Page update failed."
-msgstr "Se ha producido un error al actualizar la página."
+#: ../../include/event.php:1565 ../../include/connections.php:786
+msgid "Work, Voice"
+msgstr "Llamadas de trabajo"
-#: ../../addon/wiki/Lib/NativeWikiPage.php:447
-msgid "Nothing deleted"
-msgstr "No se ha eliminado nada"
+#: ../../include/event.php:1566 ../../include/connections.php:787
+msgid "Work, Fax"
+msgstr "Fax de trabajo"
-#: ../../addon/wiki/Lib/NativeWikiPage.php:514
-msgid "Compare: object not found."
-msgstr "No se ha encontrado un objeto para comparar."
+#: ../../include/event.php:1567 ../../include/event.php:1574
+#: ../../include/selectors.php:64 ../../include/selectors.php:81
+#: ../../include/selectors.php:119 ../../include/selectors.php:155
+#: ../../include/connections.php:788 ../../include/connections.php:795
+#: ../../Zotlabs/Access/PermissionRoles.php:360
+#: ../../Zotlabs/Module/Connedit.php:744 ../../Zotlabs/Module/Cdav.php:1380
+msgid "Other"
+msgstr "Otro"
-#: ../../addon/wiki/Lib/NativeWikiPage.php:521
-msgid "Page updated"
-msgstr "Se ha actualizado la página"
+#: ../../include/feedutils.php:871 ../../include/text.php:1581
+msgid "unknown"
+msgstr "desconocido"
-#: ../../addon/wiki/Lib/NativeWikiPage.php:529
-msgid "Wiki resource_id required for git commit"
-msgstr "Se necesita Wiki resource_id para el git commit"
+#: ../../include/items.php:448 ../../addon/hzfiles/hzfiles.php:75
+#: ../../addon/redphotos/redphotos.php:119
+#: ../../addon/redfiles/redfiles.php:109 ../../Zotlabs/Module/Share.php:78
+#: ../../Zotlabs/Module/Import_items.php:116
+#: ../../Zotlabs/Module/Dreport.php:10 ../../Zotlabs/Module/Dreport.php:55
+#: ../../Zotlabs/Module/Subthread.php:89 ../../Zotlabs/Module/Group.php:108
+#: ../../Zotlabs/Module/Like.php:348 ../../Zotlabs/Module/Profperm.php:28
+#: ../../Zotlabs/Web/WebServer.php:118
+msgid "Permission denied"
+msgstr "Permiso denegado"
-#: ../../addon/wiki/Lib/NativeWikiPage.php:545 ../../addon/cards/cards.php:104
-#: ../../addon/articles/articles.php:105 ../../include/help.php:133
-#: ../../Zotlabs/Module/Display.php:149 ../../Zotlabs/Module/Page.php:136
-#: ../../Zotlabs/Module/Block.php:77 ../../Zotlabs/Web/Router.php:186
-msgid "Page not found."
-msgstr "Página no encontrada."
+#: ../../include/items.php:1235
+msgid "Visible to anybody on the internet."
+msgstr "Visible para cualquiera en internet."
-#: ../../addon/wiki/Lib/NativeWikiPage.php:630 ../../include/bbcode.php:1061
-#: ../../include/bbcode.php:1246
-msgid "Different viewers will see this text differently"
-msgstr "Visitantes diferentes verán este texto de forma distinta"
+#: ../../include/items.php:1237
+msgid "Visible to you only."
+msgstr "Visible sólo para usted."
-#: ../../addon/wiki/Mod_Wiki.php:36 ../../addon/cart/cart.php:1459
-#: ../../addon/flashcards/Mod_Flashcards.php:52
-msgid "Profile Unavailable."
-msgstr "Perfil no disponible"
+#: ../../include/items.php:1239
+msgid "Visible to anybody in this network."
+msgstr "Visible para cualquiera en esta red."
-#: ../../addon/wiki/Mod_Wiki.php:63 ../../addon/wiki/Mod_Wiki.php:288
-#: ../../addon/wiki/Mod_Wiki.php:425 ../../addon/openid/Mod_Id.php:53
-#: ../../addon/pumpio/pumpio.php:44 ../../addon/keepout/keepout.php:36
-#: ../../addon/cards/Mod_Card_edit.php:51 ../../addon/cards/Mod_Cards.php:89
-#: ../../addon/articles/Mod_Article_edit.php:51
-#: ../../addon/articles/Mod_Articles.php:94 ../../include/photos.php:30
-#: ../../include/items.php:3953 ../../include/attach.php:156
+#: ../../include/items.php:1241
+msgid "Visible to anybody authenticated."
+msgstr "Visible para cualquiera que esté autenticado."
+
+#: ../../include/items.php:1243
+#, php-format
+msgid "Visible to anybody on %s."
+msgstr "Visible para cualquiera en %s."
+
+#: ../../include/items.php:1245
+msgid "Visible to all connections."
+msgstr "Visible para todas las conexiones."
+
+#: ../../include/items.php:1247
+msgid "Visible to approved connections."
+msgstr "Visible para las conexiones permitidas."
+
+#: ../../include/items.php:1249
+msgid "Visible to specific connections."
+msgstr "Visible para conexiones específicas."
+
+#: ../../include/items.php:3374 ../../Zotlabs/Module/Share.php:110
+#, php-format
+msgid "&#x1f501; Repeated %1$s's %2$s"
+msgstr "&#x1f501; Repetidos %2$sde %1$s"
+
+#: ../../include/items.php:3877 ../../addon/flashcards/Mod_Flashcards.php:291
+#: ../../addon/flashcards/Mod_Flashcards.php:292
+#: ../../Zotlabs/Module/Display.php:51 ../../Zotlabs/Module/Display.php:112
+#: ../../Zotlabs/Module/Display.php:390 ../../Zotlabs/Module/Thing.php:96
+#: ../../Zotlabs/Module/Filestorage.php:29 ../../Zotlabs/Module/Viewsrc.php:25
+#: ../../Zotlabs/Module/Admin/Themes.php:72
+#: ../../Zotlabs/Module/Admin/Addons.php:263 ../../Zotlabs/Module/Admin.php:61
+msgid "Item not found."
+msgstr "Elemento no encontrado."
+
+#: ../../include/items.php:3957 ../../include/attach.php:156
#: ../../include/attach.php:205 ../../include/attach.php:278
#: ../../include/attach.php:329 ../../include/attach.php:431
#: ../../include/attach.php:445 ../../include/attach.php:452
#: ../../include/attach.php:534 ../../include/attach.php:1106
#: ../../include/attach.php:1179 ../../include/attach.php:1344
-#: ../../Zotlabs/Module/Attach_edit.php:90
-#: ../../Zotlabs/Module/Attach_edit.php:99
-#: ../../Zotlabs/Module/Attach_edit.php:106
-#: ../../Zotlabs/Module/Network.php:18 ../../Zotlabs/Module/Register.php:200
-#: ../../Zotlabs/Module/Setup.php:218
-#: ../../Zotlabs/Module/Viewconnections.php:28
-#: ../../Zotlabs/Module/Viewconnections.php:33
-#: ../../Zotlabs/Module/Channel.php:222 ../../Zotlabs/Module/Channel.php:379
-#: ../../Zotlabs/Module/Channel.php:418 ../../Zotlabs/Module/Group.php:14
-#: ../../Zotlabs/Module/Group.php:30 ../../Zotlabs/Module/Editwebpage.php:68
+#: ../../include/photos.php:30 ../../addon/openid/Mod_Id.php:53
+#: ../../addon/keepout/keepout.php:36 ../../addon/cards/Mod_Cards.php:89
+#: ../../addon/cards/Mod_Card_edit.php:51 ../../addon/pumpio/pumpio.php:44
+#: ../../addon/articles/Mod_Article_edit.php:51
+#: ../../addon/articles/Mod_Articles.php:94 ../../addon/wiki/Mod_Wiki.php:63
+#: ../../addon/wiki/Mod_Wiki.php:288 ../../addon/wiki/Mod_Wiki.php:425
+#: ../../Zotlabs/Lib/Chatroom.php:135 ../../Zotlabs/Module/Page.php:34
+#: ../../Zotlabs/Module/Page.php:133 ../../Zotlabs/Module/Display.php:386
+#: ../../Zotlabs/Module/Cover_photo.php:341
+#: ../../Zotlabs/Module/Cover_photo.php:354
+#: ../../Zotlabs/Module/Editwebpage.php:68
#: ../../Zotlabs/Module/Editwebpage.php:89
#: ../../Zotlabs/Module/Editwebpage.php:107
-#: ../../Zotlabs/Module/Editwebpage.php:121 ../../Zotlabs/Module/Chat.php:111
-#: ../../Zotlabs/Module/Chat.php:116
-#: ../../Zotlabs/Module/Channel_calendar.php:232
-#: ../../Zotlabs/Module/Like.php:248 ../../Zotlabs/Module/Poke.php:141
-#: ../../Zotlabs/Module/Item.php:513 ../../Zotlabs/Module/Item.php:532
-#: ../../Zotlabs/Module/Item.php:542 ../../Zotlabs/Module/Item.php:1443
-#: ../../Zotlabs/Module/Mitem.php:129 ../../Zotlabs/Module/Profile.php:99
-#: ../../Zotlabs/Module/Profile.php:114
-#: ../../Zotlabs/Module/Sharedwithme.php:19
-#: ../../Zotlabs/Module/Webpages.php:131
+#: ../../Zotlabs/Module/Editwebpage.php:121
+#: ../../Zotlabs/Module/Webpages.php:131 ../../Zotlabs/Module/Network.php:18
+#: ../../Zotlabs/Module/Service_limits.php:11
+#: ../../Zotlabs/Module/Thing.php:282 ../../Zotlabs/Module/Thing.php:302
+#: ../../Zotlabs/Module/Thing.php:343 ../../Zotlabs/Module/Pdledit.php:35
#: ../../Zotlabs/Module/Filestorage.php:20
#: ../../Zotlabs/Module/Filestorage.php:78
#: ../../Zotlabs/Module/Filestorage.php:96
#: ../../Zotlabs/Module/Filestorage.php:119
-#: ../../Zotlabs/Module/Filestorage.php:165
-#: ../../Zotlabs/Module/Editpost.php:17
-#: ../../Zotlabs/Module/Achievements.php:34 ../../Zotlabs/Module/Manage.php:10
-#: ../../Zotlabs/Module/Authtest.php:13 ../../Zotlabs/Module/Viewsrc.php:19
-#: ../../Zotlabs/Module/Moderate.php:15 ../../Zotlabs/Module/Display.php:388
-#: ../../Zotlabs/Module/Common.php:38 ../../Zotlabs/Module/New_channel.php:105
-#: ../../Zotlabs/Module/New_channel.php:130
-#: ../../Zotlabs/Module/Service_limits.php:11
-#: ../../Zotlabs/Module/Mood.php:126 ../../Zotlabs/Module/Appman.php:153
-#: ../../Zotlabs/Module/Api.php:24 ../../Zotlabs/Module/Regmod.php:20
-#: ../../Zotlabs/Module/Blocks.php:73 ../../Zotlabs/Module/Blocks.php:80
-#: ../../Zotlabs/Module/Vote.php:19 ../../Zotlabs/Module/Profile_photo.php:390
+#: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Mood.php:126
+#: ../../Zotlabs/Module/Register.php:200 ../../Zotlabs/Module/Appman.php:153
+#: ../../Zotlabs/Module/Viewsrc.php:19 ../../Zotlabs/Module/Item.php:513
+#: ../../Zotlabs/Module/Item.php:532 ../../Zotlabs/Module/Item.php:542
+#: ../../Zotlabs/Module/Item.php:1443 ../../Zotlabs/Module/Achievements.php:34
+#: ../../Zotlabs/Module/Connedit.php:299 ../../Zotlabs/Module/Defperms.php:181
+#: ../../Zotlabs/Module/Suggest.php:32 ../../Zotlabs/Module/Regmod.php:20
+#: ../../Zotlabs/Module/Profile_photo.php:390
#: ../../Zotlabs/Module/Profile_photo.php:421
-#: ../../Zotlabs/Module/Editblock.php:67 ../../Zotlabs/Module/Settings.php:59
+#: ../../Zotlabs/Module/Viewconnections.php:28
+#: ../../Zotlabs/Module/Viewconnections.php:33
+#: ../../Zotlabs/Module/Block.php:24 ../../Zotlabs/Module/Block.php:74
+#: ../../Zotlabs/Module/Api.php:24 ../../Zotlabs/Module/Layouts.php:71
+#: ../../Zotlabs/Module/Layouts.php:78 ../../Zotlabs/Module/Layouts.php:89
+#: ../../Zotlabs/Module/Common.php:38 ../../Zotlabs/Module/Locs.php:98
+#: ../../Zotlabs/Module/Menu.php:130 ../../Zotlabs/Module/Menu.php:141
+#: ../../Zotlabs/Module/Manage.php:10 ../../Zotlabs/Module/Poke.php:141
+#: ../../Zotlabs/Module/Bookmarks.php:70
+#: ../../Zotlabs/Module/Attach_edit.php:90
+#: ../../Zotlabs/Module/Attach_edit.php:99
+#: ../../Zotlabs/Module/Attach_edit.php:106 ../../Zotlabs/Module/Group.php:14
+#: ../../Zotlabs/Module/Group.php:30 ../../Zotlabs/Module/Invite.php:64
+#: ../../Zotlabs/Module/Invite.php:315 ../../Zotlabs/Module/Like.php:248
+#: ../../Zotlabs/Module/Blocks.php:73 ../../Zotlabs/Module/Blocks.php:80
+#: ../../Zotlabs/Module/Mitem.php:129 ../../Zotlabs/Module/New_channel.php:105
+#: ../../Zotlabs/Module/New_channel.php:130 ../../Zotlabs/Module/Photos.php:71
+#: ../../Zotlabs/Module/Channel.php:222 ../../Zotlabs/Module/Channel.php:379
+#: ../../Zotlabs/Module/Channel.php:418 ../../Zotlabs/Module/Profile.php:99
+#: ../../Zotlabs/Module/Profile.php:114 ../../Zotlabs/Module/Moderate.php:15
+#: ../../Zotlabs/Module/Sources.php:80 ../../Zotlabs/Module/Profiles.php:171
+#: ../../Zotlabs/Module/Profiles.php:614
+#: ../../Zotlabs/Module/Sharedwithme.php:19
+#: ../../Zotlabs/Module/Authtest.php:13
+#: ../../Zotlabs/Module/Channel_calendar.php:232
+#: ../../Zotlabs/Module/Chat.php:111 ../../Zotlabs/Module/Chat.php:116
#: ../../Zotlabs/Module/Editlayout.php:67
-#: ../../Zotlabs/Module/Editlayout.php:90
+#: ../../Zotlabs/Module/Editlayout.php:90 ../../Zotlabs/Module/Settings.php:59
+#: ../../Zotlabs/Module/Setup.php:218 ../../Zotlabs/Module/Editpost.php:17
#: ../../Zotlabs/Module/Connections.php:32
-#: ../../Zotlabs/Module/Cover_photo.php:341
-#: ../../Zotlabs/Module/Cover_photo.php:354 ../../Zotlabs/Module/Photos.php:71
-#: ../../Zotlabs/Module/Page.php:34 ../../Zotlabs/Module/Page.php:133
-#: ../../Zotlabs/Module/Profiles.php:171 ../../Zotlabs/Module/Profiles.php:614
-#: ../../Zotlabs/Module/Bookmarks.php:70 ../../Zotlabs/Module/Invite.php:64
-#: ../../Zotlabs/Module/Invite.php:315 ../../Zotlabs/Module/Block.php:24
-#: ../../Zotlabs/Module/Block.php:74 ../../Zotlabs/Module/Menu.php:130
-#: ../../Zotlabs/Module/Menu.php:141 ../../Zotlabs/Module/Defperms.php:181
-#: ../../Zotlabs/Module/Thing.php:282 ../../Zotlabs/Module/Thing.php:302
-#: ../../Zotlabs/Module/Thing.php:343 ../../Zotlabs/Module/Pdledit.php:35
-#: ../../Zotlabs/Module/Suggest.php:32 ../../Zotlabs/Module/Connedit.php:299
-#: ../../Zotlabs/Module/Layouts.php:71 ../../Zotlabs/Module/Layouts.php:78
-#: ../../Zotlabs/Module/Layouts.php:89 ../../Zotlabs/Module/Locs.php:98
-#: ../../Zotlabs/Module/Sources.php:80 ../../Zotlabs/Lib/Chatroom.php:135
+#: ../../Zotlabs/Module/Editblock.php:67 ../../Zotlabs/Module/Vote.php:19
#: ../../Zotlabs/Web/WebServer.php:119
msgid "Permission denied."
msgstr "Acceso denegado."
-#: ../../addon/wiki/Mod_Wiki.php:81 ../../addon/cart/manual_payments.php:93
-#: ../../addon/cart/submodules/paypalbutton.php:456
-#: ../../addon/cart/submodules/paypalbuttonV2.php:486
-#: ../../addon/cart/myshop.php:37 ../../addon/cart/cart.php:1610
-msgid "Invalid channel"
-msgstr "Canal no válido"
-
-#: ../../addon/wiki/Mod_Wiki.php:136
-msgid "Error retrieving wiki"
-msgstr "Error al recuperar el wiki"
-
-#: ../../addon/wiki/Mod_Wiki.php:143
-msgid "Error creating zip file export folder"
-msgstr "Error al crear el fichero comprimido zip de la carpeta a exportar"
-
-#: ../../addon/wiki/Mod_Wiki.php:194
-msgid "Error downloading wiki: "
-msgstr "Error al descargar el wiki: "
-
-#: ../../addon/wiki/Mod_Wiki.php:214 ../../addon/wiki/Mod_Wiki.php:381
-#: ../../addon/cards/Mod_Card_edit.php:99 ../../addon/cards/cards.php:74
-#: ../../addon/articles/Mod_Article_edit.php:97
-#: ../../addon/articles/articles.php:75 ../../include/menu.php:120
-#: ../../include/channel.php:1530 ../../include/channel.php:1534
-#: ../../Zotlabs/Widget/Cdav.php:144 ../../Zotlabs/Widget/Cdav.php:181
-#: ../../Zotlabs/Module/Group.php:245 ../../Zotlabs/Module/Oauth.php:171
-#: ../../Zotlabs/Module/Editwebpage.php:142
-#: ../../Zotlabs/Module/Webpages.php:250
-#: ../../Zotlabs/Module/Admin/Profs.php:175
-#: ../../Zotlabs/Module/Blocks.php:158 ../../Zotlabs/Module/Editblock.php:114
-#: ../../Zotlabs/Module/Editlayout.php:114
-#: ../../Zotlabs/Module/Connections.php:338
-#: ../../Zotlabs/Module/Connections.php:387
-#: ../../Zotlabs/Module/Connections.php:408 ../../Zotlabs/Module/Menu.php:176
-#: ../../Zotlabs/Module/Oauth2.php:192 ../../Zotlabs/Module/Thing.php:268
-#: ../../Zotlabs/Module/Layouts.php:191 ../../Zotlabs/Lib/Apps.php:601
-#: ../../Zotlabs/Lib/ThreadItem.php:158
-msgid "Edit"
-msgstr "Editar"
-
-#: ../../addon/wiki/Mod_Wiki.php:215 ../../Zotlabs/Storage/Browser.php:407
-msgid "Download"
-msgstr "Descargar"
-
-#: ../../addon/wiki/Mod_Wiki.php:216 ../../addon/wiki/Mod_Wiki.php:406
-#: ../../Zotlabs/Module/Pubsites.php:62 ../../Zotlabs/Module/Webpages.php:256
-#: ../../Zotlabs/Module/Blocks.php:164 ../../Zotlabs/Module/Layouts.php:196
-msgid "View"
-msgstr "Ver"
-
-#: ../../addon/wiki/Mod_Wiki.php:217 ../../Zotlabs/Module/Manage.php:137
-#: ../../Zotlabs/Module/Profiles.php:852
-msgid "Create New"
-msgstr "Crear"
-
-#: ../../addon/wiki/Mod_Wiki.php:219
-msgid "Wiki name"
-msgstr "Nombre del wiki"
-
-#: ../../addon/wiki/Mod_Wiki.php:220
-msgid "Content type"
-msgstr "Tipo de contenido"
-
-#: ../../addon/wiki/Mod_Wiki.php:222 ../../Zotlabs/Storage/Browser.php:381
-msgid "Type"
-msgstr "Tipo"
-
-#: ../../addon/wiki/Mod_Wiki.php:223
-msgid "Any&nbsp;type"
-msgstr "Cualquier&nbsp;tipo"
-
-#: ../../addon/wiki/Mod_Wiki.php:230
-msgid "Lock content type"
-msgstr "Tipo de contenido bloqueado"
-
-#: ../../addon/wiki/Mod_Wiki.php:231
-msgid "Create a status post for this wiki"
-msgstr "Crear un mensaje de estado para este wiki"
-
-#: ../../addon/wiki/Mod_Wiki.php:232
-msgid "Edit Wiki Name"
-msgstr "Editar el nombre del wiki"
-
-#: ../../addon/wiki/Mod_Wiki.php:277
-msgid "Wiki not found"
-msgstr "Wiki no encontrado"
-
-#: ../../addon/wiki/Mod_Wiki.php:303
-msgid "Rename page"
-msgstr "Renombrar la página"
-
-#: ../../addon/wiki/Mod_Wiki.php:304 ../../addon/hsse/hsse.php:186
-#: ../../include/conversation.php:1452 ../../Zotlabs/Widget/Cdav.php:142
-#: ../../Zotlabs/Module/Webpages.php:251 ../../Zotlabs/Module/Blocks.php:159
-#: ../../Zotlabs/Module/Photos.php:1073 ../../Zotlabs/Module/Layouts.php:192
-msgid "Share"
-msgstr "Compartir"
-
-#: ../../addon/wiki/Mod_Wiki.php:318
-msgid "Error retrieving page content"
-msgstr "Error al recuperar el contenido de la página"
-
-#: ../../addon/wiki/Mod_Wiki.php:326 ../../addon/wiki/Mod_Wiki.php:328
-msgid "New page"
-msgstr "Nueva página"
-
-#: ../../addon/wiki/Mod_Wiki.php:363
-msgid "Revision Comparison"
-msgstr "Comparación de revisiones"
-
-#: ../../addon/wiki/Mod_Wiki.php:365 ../../addon/wiki/Mod_Wiki.php:398
-#: ../../addon/hsse/hsse.php:209 ../../addon/hsse/hsse.php:258
-#: ../../addon/cards/Mod_Card_edit.php:132
-#: ../../addon/articles/Mod_Article_edit.php:130
-#: ../../include/conversation.php:1475 ../../include/conversation.php:1530
-#: ../../Zotlabs/Module/Fbrowser.php:66 ../../Zotlabs/Module/Fbrowser.php:88
-#: ../../Zotlabs/Module/Oauth.php:110 ../../Zotlabs/Module/Oauth.php:136
-#: ../../Zotlabs/Module/Editwebpage.php:169 ../../Zotlabs/Module/Cdav.php:1049
-#: ../../Zotlabs/Module/Cdav.php:1382 ../../Zotlabs/Module/Tagrm.php:15
-#: ../../Zotlabs/Module/Tagrm.php:138 ../../Zotlabs/Module/Editpost.php:114
-#: ../../Zotlabs/Module/Admin/Addons.php:430
-#: ../../Zotlabs/Module/Profile_photo.php:553
-#: ../../Zotlabs/Module/Editblock.php:141 ../../Zotlabs/Module/Filer.php:56
-#: ../../Zotlabs/Module/Editlayout.php:140
-#: ../../Zotlabs/Module/Cover_photo.php:428
-#: ../../Zotlabs/Module/Oauth2.php:115 ../../Zotlabs/Module/Oauth2.php:143
-#: ../../Zotlabs/Module/Connedit.php:750 ../../Zotlabs/Storage/Browser.php:386
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: ../../addon/wiki/Mod_Wiki.php:371
-msgid "Short description of your changes (optional)"
-msgstr "Breve descripción de sus cambios (opcional)"
-
-#: ../../addon/wiki/Mod_Wiki.php:381 ../../addon/wppost/wppost.php:174
-#: ../../addon/wppost/Mod_Wppost.php:96 ../../addon/dwpost/Mod_Dwpost.php:67
-#: ../../addon/dwpost/dwpost.php:134 ../../addon/ljpost/ljpost.php:134
-msgid "Source"
-msgstr "Fuente"
-
-#: ../../addon/wiki/Mod_Wiki.php:391
-msgid "New page name"
-msgstr "Nombre de la nueva página"
-
-#: ../../addon/wiki/Mod_Wiki.php:396
-msgid "Embed image from photo albums"
-msgstr "Incluir una imagen de los álbumes de fotos"
-
-#: ../../addon/wiki/Mod_Wiki.php:397 ../../addon/hsse/hsse.php:208
-#: ../../include/conversation.php:1474
-msgid "Embed an image from your albums"
-msgstr "Incluir una imagen de sus álbumes"
-
-#: ../../addon/wiki/Mod_Wiki.php:399 ../../addon/hsse/hsse.php:210
-#: ../../addon/hsse/hsse.php:257 ../../include/conversation.php:1476
-#: ../../include/conversation.php:1529
-#: ../../Zotlabs/Module/Profile_photo.php:554
-#: ../../Zotlabs/Module/Cover_photo.php:429
-msgid "OK"
-msgstr "OK"
+#: ../../include/items.php:4459 ../../Zotlabs/Module/Group.php:62
+#: ../../Zotlabs/Module/Group.php:206
+msgid "Privacy group not found."
+msgstr "Grupo de canales no encontrado."
-#: ../../addon/wiki/Mod_Wiki.php:400 ../../addon/hsse/hsse.php:139
-#: ../../include/conversation.php:1395
-#: ../../Zotlabs/Module/Profile_photo.php:555
-#: ../../Zotlabs/Module/Cover_photo.php:430
-msgid "Choose images to embed"
-msgstr "Elegir imágenes para incluir"
+#: ../../include/items.php:4475
+msgid "Privacy group is empty."
+msgstr "El grupo de canales está vacío."
-#: ../../addon/wiki/Mod_Wiki.php:401 ../../addon/hsse/hsse.php:140
-#: ../../include/conversation.php:1396
-#: ../../Zotlabs/Module/Profile_photo.php:556
-#: ../../Zotlabs/Module/Cover_photo.php:431
-msgid "Choose an album"
-msgstr "Elegir un álbum"
+#: ../../include/items.php:4482
+#, php-format
+msgid "Privacy group: %s"
+msgstr "Grupo de canales: %s"
-#: ../../addon/wiki/Mod_Wiki.php:402
-#: ../../Zotlabs/Module/Profile_photo.php:557
-#: ../../Zotlabs/Module/Cover_photo.php:432
-msgid "Choose a different album"
-msgstr "Elegir un álbum diferente..."
+#: ../../include/items.php:4492
+#, php-format
+msgid "Connection: %s"
+msgstr "Conexión: %s"
-#: ../../addon/wiki/Mod_Wiki.php:403 ../../addon/hsse/hsse.php:142
-#: ../../include/conversation.php:1398
-#: ../../Zotlabs/Module/Profile_photo.php:558
-#: ../../Zotlabs/Module/Cover_photo.php:433
-msgid "Error getting album list"
-msgstr "Error al obtener la lista de álbumes"
+#: ../../include/items.php:4494
+msgid "Connection not found."
+msgstr "Conexión no encontrada"
-#: ../../addon/wiki/Mod_Wiki.php:404 ../../addon/hsse/hsse.php:143
-#: ../../include/conversation.php:1399
-#: ../../Zotlabs/Module/Profile_photo.php:559
-#: ../../Zotlabs/Module/Cover_photo.php:434
-msgid "Error getting photo link"
-msgstr "Error al obtener el enlace de la foto"
+#: ../../include/items.php:4841 ../../Zotlabs/Module/Cover_photo.php:297
+msgid "female"
+msgstr "mujer"
-#: ../../addon/wiki/Mod_Wiki.php:405 ../../addon/hsse/hsse.php:144
-#: ../../include/conversation.php:1400
-#: ../../Zotlabs/Module/Profile_photo.php:560
-#: ../../Zotlabs/Module/Cover_photo.php:435
-msgid "Error getting album"
-msgstr "Error al obtener el álbum"
+#: ../../include/items.php:4842 ../../Zotlabs/Module/Cover_photo.php:298
+#, php-format
+msgid "%1$s updated her %2$s"
+msgstr "%1$s ha actualizado su %2$s"
-#: ../../addon/wiki/Mod_Wiki.php:407
-msgid "History"
-msgstr "Historial"
+#: ../../include/items.php:4843 ../../Zotlabs/Module/Cover_photo.php:299
+msgid "male"
+msgstr "hombre"
-#: ../../addon/wiki/Mod_Wiki.php:485
-msgid "Error creating wiki. Invalid name."
-msgstr "Error al crear el wiki: el nombre no es válido."
+#: ../../include/items.php:4844 ../../Zotlabs/Module/Cover_photo.php:300
+#, php-format
+msgid "%1$s updated his %2$s"
+msgstr "%1$s ha actualizado su %2$s"
-#: ../../addon/wiki/Mod_Wiki.php:492
-msgid "A wiki with this name already exists."
-msgstr "Ya hay un wiki con este nombre."
+#: ../../include/items.php:4846 ../../Zotlabs/Module/Cover_photo.php:302
+#, php-format
+msgid "%1$s updated their %2$s"
+msgstr "%1$s ha actualizado su %2$s"
-#: ../../addon/wiki/Mod_Wiki.php:505
-msgid "Wiki created, but error creating Home page."
-msgstr "Se ha creado el wiki, pero se ha producido un error al crear la página de inicio."
+#: ../../include/items.php:4848
+msgid "profile photo"
+msgstr "foto del perfil"
-#: ../../addon/wiki/Mod_Wiki.php:512
-msgid "Error creating wiki"
-msgstr "Error al crear el wiki"
+#: ../../include/items.php:5175
+#, php-format
+msgid "[Edited %s]"
+msgstr "[se ha editado %s]"
-#: ../../addon/wiki/Mod_Wiki.php:536
-msgid "Error updating wiki. Invalid name."
-msgstr "Error al actualizar el wiki. Nombre no válido."
+#: ../../include/items.php:5175
+msgctxt "edit_activity"
+msgid "Post"
+msgstr "Publicar"
-#: ../../addon/wiki/Mod_Wiki.php:555
-msgid "Error updating wiki"
-msgstr "Error al actualizar el wiki"
+#: ../../include/items.php:5175
+msgctxt "edit_activity"
+msgid "Comment"
+msgstr "Comentar"
-#: ../../addon/wiki/Mod_Wiki.php:570
-msgid "Wiki delete permission denied."
-msgstr "Se ha denegado el permiso para eliminar el wiki."
+#: ../../include/features.php:55 ../../Zotlabs/Module/Admin/Features.php:55
+#: ../../Zotlabs/Module/Admin/Features.php:56
+#: ../../Zotlabs/Module/Settings/Features.php:38
+msgid "Off"
+msgstr "Desactivado"
-#: ../../addon/wiki/Mod_Wiki.php:580
-msgid "Error deleting wiki"
-msgstr "Se ha producido un error al eliminar el wiki"
+#: ../../include/features.php:55 ../../Zotlabs/Module/Admin/Features.php:55
+#: ../../Zotlabs/Module/Admin/Features.php:56
+#: ../../Zotlabs/Module/Settings/Features.php:38
+msgid "On"
+msgstr "Activado"
-#: ../../addon/wiki/Mod_Wiki.php:613
-msgid "New page created"
-msgstr "Se ha creado la nueva página"
+#: ../../include/features.php:82 ../../include/nav.php:476
+#: ../../include/nav.php:479 ../../Zotlabs/Lib/Apps.php:351
+msgid "Calendar"
+msgstr "Calendario"
-#: ../../addon/wiki/Mod_Wiki.php:739
-msgid "Cannot delete Home"
-msgstr "No se puede eliminar la página principal"
+#: ../../include/features.php:86
+msgid "Start calendar week on Monday"
+msgstr "Comenzar el calendario semanal por el lunes"
-#: ../../addon/wiki/Mod_Wiki.php:815
-msgid "Current Revision"
-msgstr "Revisión actual"
+#: ../../include/features.php:87
+msgid "Default is Sunday"
+msgstr "Por defecto es domingo"
-#: ../../addon/wiki/Mod_Wiki.php:815
-msgid "Selected Revision"
-msgstr "Revisión seleccionada"
+#: ../../include/features.php:94
+msgid "Event Timezone Selection"
+msgstr "Selección del huso horario del evento"
-#: ../../addon/wiki/Mod_Wiki.php:870
-msgid "You must be authenticated."
-msgstr "Debe estar autenticado."
+#: ../../include/features.php:95
+msgid "Allow event creation in timezones other than your own."
+msgstr "Permitir la creación de eventos en husos horarios distintos del suyo."
-#: ../../addon/openclipatar/openclipatar.php:51
-#: ../../addon/openclipatar/openclipatar.php:129
-msgid "System defaults:"
-msgstr "Valores predeterminados del sistema: "
+#: ../../include/features.php:104
+msgid "Channel Home"
+msgstr "Mi canal"
-#: ../../addon/openclipatar/openclipatar.php:55
-msgid "Preferred Clipart IDs"
-msgstr "IDs de las imágenes clipart preferidas"
+#: ../../include/features.php:108
+msgid "Search by Date"
+msgstr "Buscar por fecha"
-#: ../../addon/openclipatar/openclipatar.php:55
-msgid "List of preferred clipart ids. These will be shown first."
-msgstr "Lista de ids de imágenes de clipart preferidas. Se verán en primer lugar."
+#: ../../include/features.php:109
+msgid "Ability to select posts by date ranges"
+msgstr "Capacidad de seleccionar entradas por rango de fechas"
-#: ../../addon/openclipatar/openclipatar.php:56
-msgid "Default Search Term"
-msgstr "Términos de búsqueda predeterminados"
+#: ../../include/features.php:116
+msgid "Tag Cloud"
+msgstr "Nube de etiquetas"
-#: ../../addon/openclipatar/openclipatar.php:56
-msgid "The default search term. These will be shown second."
-msgstr "Los términos de búsqueda predeterminados. Estos se mostrarán en segundo lugar."
+#: ../../include/features.php:117
+msgid "Provide a personal tag cloud on your channel page"
+msgstr "Proveer nube de etiquetas personal en su página de canal"
-#: ../../addon/openclipatar/openclipatar.php:57
-msgid "Return After"
-msgstr "Regresar después"
+#: ../../include/features.php:124 ../../include/features.php:358
+msgid "Use blog/list mode"
+msgstr "Usar el modo blog/lista"
-#: ../../addon/openclipatar/openclipatar.php:57
-msgid "Page to load after image selection."
-msgstr "Página para cargar después de la selección de imágenes."
+#: ../../include/features.php:125 ../../include/features.php:359
+msgid "Comments will be displayed separately"
+msgstr "Los comentarios se mostrarán por separado"
-#: ../../addon/openclipatar/openclipatar.php:58 ../../include/nav.php:114
-#: ../../include/conversation.php:1096 ../../Zotlabs/Module/Connedit.php:480
-#: ../../Zotlabs/Lib/Apps.php:349
-msgid "View Profile"
-msgstr "Ver el perfil"
+#: ../../include/features.php:133 ../../include/text.php:1058
+#: ../../Zotlabs/Lib/Apps.php:338 ../../Zotlabs/Module/Connections.php:399
+msgid "Connections"
+msgstr "Conexiones"
-#: ../../addon/openclipatar/openclipatar.php:59 ../../include/nav.php:119
-#: ../../include/channel.php:1534
-msgid "Edit Profile"
-msgstr "Editar el perfil"
+#: ../../include/features.php:137
+msgid "Connection Filtering"
+msgstr "Filtrado de conexiones"
-#: ../../addon/openclipatar/openclipatar.php:60
-msgid "Profile List"
-msgstr "Lista de perfiles"
+#: ../../include/features.php:138
+msgid "Filter incoming posts from connections based on keywords/content"
+msgstr "Filtrar publicaciones entrantes de conexiones por palabras clave o contenido"
-#: ../../addon/openclipatar/openclipatar.php:62
-msgid "Order of Preferred"
-msgstr "Orden de preferencia"
+#: ../../include/features.php:146
+msgid "Conversation"
+msgstr "Conversación"
-#: ../../addon/openclipatar/openclipatar.php:62
-msgid "Sort order of preferred clipart ids."
-msgstr "Orden de clasificación de los identificadores de imágenes clipart preferidas."
+#: ../../include/features.php:158
+msgid "Emoji Reactions"
+msgstr "Emoticonos \"emoji\""
-#: ../../addon/openclipatar/openclipatar.php:63
-#: ../../addon/openclipatar/openclipatar.php:69
-msgid "Newest first"
-msgstr "Las más nuevas en primer lugar"
+#: ../../include/features.php:159
+msgid "Add emoji reaction ability to posts"
+msgstr "Activar la capacidad de añadir un emoticono \"emoji\" a las entradas"
-#: ../../addon/openclipatar/openclipatar.php:66
-msgid "As entered"
-msgstr "Tal como se ingresaron"
+#: ../../include/features.php:166
+msgid "Dislike Posts"
+msgstr "Desagrado de publicaciones"
-#: ../../addon/openclipatar/openclipatar.php:68
-msgid "Order of other"
-msgstr "Orden de los demás"
+#: ../../include/features.php:167
+msgid "Ability to dislike posts/comments"
+msgstr "Capacidad de mostrar desacuerdo con el contenido de entradas y comentarios"
-#: ../../addon/openclipatar/openclipatar.php:68
-msgid "Sort order of other clipart ids."
-msgstr "Orden de clasificación de otros ids de imágenes clipart."
+#: ../../include/features.php:174
+msgid "Star Posts"
+msgstr "Entradas destacadas"
-#: ../../addon/openclipatar/openclipatar.php:70
-msgid "Most downloaded first"
-msgstr "Las más descargadas en primer lugar"
+#: ../../include/features.php:175
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Capacidad de marcar entradas destacadas con un indicador de estrella"
-#: ../../addon/openclipatar/openclipatar.php:71
-msgid "Most liked first"
-msgstr "Las más apreciadas en primer lugar"
+#: ../../include/features.php:182
+msgid "Reply on comment"
+msgstr "Responder a los comentarios"
-#: ../../addon/openclipatar/openclipatar.php:73
-msgid "Preferred IDs Message"
-msgstr "Mensaje de IDs preferido"
+#: ../../include/features.php:183
+msgid "Ability to reply on selected comment"
+msgstr "Posibilidad de responder a los comentarios seleccionados"
-#: ../../addon/openclipatar/openclipatar.php:73
-msgid "Message to display above preferred results."
-msgstr "Mensaje para mostrar sobre los resultados preferidos."
+#: ../../include/features.php:192 ../../Zotlabs/Lib/Apps.php:352
+msgid "Directory"
+msgstr "Directorio"
-#: ../../addon/openclipatar/openclipatar.php:79
-msgid "Uploaded by: "
-msgstr "Subida por: "
+#: ../../include/features.php:196
+msgid "Advanced Directory Search"
+msgstr "Búsqueda avanzada en el directorio"
-#: ../../addon/openclipatar/openclipatar.php:79
-msgid "Drawn by: "
-msgstr "Creada por: "
+#: ../../include/features.php:197
+msgid "Allows creation of complex directory search queries"
+msgstr "Permitir la creación de consultas complejas en las búsquedas en el directorio"
-#: ../../addon/openclipatar/openclipatar.php:183
-#: ../../addon/openclipatar/openclipatar.php:195
-msgid "Use this image"
-msgstr "Usar esta imagen"
+#: ../../include/features.php:206
+msgid "Editor"
+msgstr "Editor"
-#: ../../addon/openclipatar/openclipatar.php:193
-msgid "Or select from a free OpenClipart.org image:"
-msgstr "O seleccionar una imagen gratuita de OpenClipart.org: "
+#: ../../include/features.php:210
+msgid "Post Categories"
+msgstr "Temas de las entradas"
-#: ../../addon/openclipatar/openclipatar.php:196
-msgid "Search Term"
-msgstr "Término de búsqueda"
+#: ../../include/features.php:211
+msgid "Add categories to your posts"
+msgstr "Añadir temas a sus publicaciones"
-#: ../../addon/openclipatar/openclipatar.php:233
-msgid "Unknown error. Please try again later."
-msgstr "Error desconocido. Por favor, inténtelo otra vez."
+#: ../../include/features.php:218
+msgid "Large Photos"
+msgstr "Fotos de gran tamaño"
-#: ../../addon/openclipatar/openclipatar.php:299
-#: ../../Zotlabs/Module/Profile_photo.php:268
+#: ../../include/features.php:219
msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Recargue la página o limpie el caché del navegador si la nueva foto no se muestra inmediatamente."
-
-#: ../../addon/openclipatar/openclipatar.php:309
-msgid "Profile photo updated successfully."
-msgstr "Se ha actualizado con éxito la foto de perfil."
-
-#: ../../addon/bookmarker/bookmarker.php:38
-#: ../../Zotlabs/Lib/ThreadItem.php:474
-msgid "Save Bookmarks"
-msgstr "Guardar en Marcadores"
-
-#: ../../addon/rainbowtag/Mod_Rainbowtag.php:22
-msgid "Rainbow Tag App"
-msgstr "App Etiqueta Arcoiris"
-
-#: ../../addon/rainbowtag/Mod_Rainbowtag.php:23
-msgid "Add some colour to tag clouds"
-msgstr "Añadir color a las nubes de etiquetas"
-
-#: ../../addon/rainbowtag/Mod_Rainbowtag.php:30
-msgid "Rainbow Tag"
-msgstr "Etiqueta Arcoiris"
+"Include large (1024px) photo thumbnails in posts. If not enabled, use small "
+"(640px) photo thumbnails"
+msgstr "Incluir miniaturas de fotos grandes (1024px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (640px)"
-#: ../../addon/photocache/Mod_Photocache.php:27
-msgid "Photo Cache settings saved."
-msgstr "Se ha guardado la configuración de la caché de fotos."
+#: ../../include/features.php:226
+msgid "Even More Encryption"
+msgstr "Más cifrado todavía"
-#: ../../addon/photocache/Mod_Photocache.php:43
+#: ../../include/features.php:227
msgid ""
-"Saves a copy of images from external sites locally to increase your "
-"anonymity in the web."
-msgstr "Guarde una copia de las imágenes de sitios externos localmente para aumentar su anonimato en la web."
+"Allow optional encryption of content end-to-end with a shared secret key"
+msgstr "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida."
-#: ../../addon/photocache/Mod_Photocache.php:49
-msgid "Minimal photo size for caching"
-msgstr "Tamaño mínimo de la foto para el almacenamiento en caché"
+#: ../../include/features.php:234
+msgid "Disable Comments"
+msgstr "Deshabilitar comentarios"
-#: ../../addon/photocache/Mod_Photocache.php:51
-msgid "In pixels. From 1 up to 1024, 0 will be replaced with system default."
-msgstr "En píxeles. Desde 1 hasta 1024, 0 será reemplazado por el predeterminado del sistema."
+#: ../../include/features.php:235
+msgid "Provide the option to disable comments for a post"
+msgstr "Proporcionar la opción de desactivar los comentarios para una entrada"
-#: ../../addon/photocache/Mod_Photocache.php:60
-msgid "Photo Cache"
-msgstr "Photo Cache"
+#: ../../include/features.php:242
+msgid "Delayed Posting"
+msgstr "Publicación aplazada"
-#: ../../addon/gallery/gallery.php:43 ../../addon/gallery/Mod_Gallery.php:134
-msgid "Gallery"
-msgstr "Galería"
+#: ../../include/features.php:243
+msgid "Allow posts to be published at a later date"
+msgstr "Permitir mensajes que se publicarán en una fecha posterior"
-#: ../../addon/gallery/gallery.php:46
-msgid "Photo Gallery"
-msgstr "Galería de fotos"
+#: ../../include/features.php:250
+msgid "Content Expiration"
+msgstr "Caducidad del contenido"
-#: ../../addon/gallery/Mod_Gallery.php:49 ../../addon/cards/Mod_Cards.php:42
-#: ../../addon/articles/Mod_Articles.php:46 ../../include/channel.php:1427
-#: ../../Zotlabs/Module/Hcard.php:12 ../../Zotlabs/Module/Editwebpage.php:32
-#: ../../Zotlabs/Module/Profile.php:27 ../../Zotlabs/Module/Webpages.php:39
-#: ../../Zotlabs/Module/Filestorage.php:59 ../../Zotlabs/Module/Connect.php:17
-#: ../../Zotlabs/Module/Achievements.php:15 ../../Zotlabs/Module/Blocks.php:33
-#: ../../Zotlabs/Module/Editblock.php:31
-#: ../../Zotlabs/Module/Editlayout.php:31 ../../Zotlabs/Module/Menu.php:92
-#: ../../Zotlabs/Module/Layouts.php:31
-msgid "Requested profile is not available."
-msgstr "El perfil solicitado no está disponible."
+#: ../../include/features.php:251
+msgid "Remove posts/comments and/or private messages at a future time"
+msgstr "Eliminar publicaciones/comentarios y/o mensajes privados más adelante"
-#: ../../addon/planets/Mod_Planets.php:23
-msgid "Random Planet App"
-msgstr "App Random Planet"
+#: ../../include/features.php:258
+msgid "Suppress Duplicate Posts/Comments"
+msgstr "Prevenir entradas o comentarios duplicados"
-#: ../../addon/planets/Mod_Planets.php:25
+#: ../../include/features.php:259
msgid ""
-"Set a random planet from the Star Wars Empire as your location when posting"
-msgstr "Establecer un planeta aleatorio del Imperio de la Guerra de las Galaxias como su ubicación cuando publique."
-
-#: ../../addon/openid/Mod_Id.php:85 ../../include/selectors.php:64
-#: ../../include/selectors.php:81 ../../include/channel.php:1720
-msgid "Male"
-msgstr "Hombre"
-
-#: ../../addon/openid/Mod_Id.php:87 ../../include/selectors.php:64
-#: ../../include/selectors.php:81 ../../include/channel.php:1718
-msgid "Female"
-msgstr "Mujer"
-
-#: ../../addon/openid/Mod_Openid.php:32
-msgid "OpenID protocol error. No ID returned."
-msgstr "Error de protocolo OpenID. No se recuperó ninguna ID."
-
-#: ../../addon/openid/Mod_Openid.php:78 ../../addon/openid/Mod_Openid.php:179
-#, php-format
-msgid "Welcome %s. Remote authentication successful."
-msgstr "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente."
+"Prevent posts with identical content to be published with less than two "
+"minutes in between submissions."
+msgstr "Prevenir que entradas con contenido idéntico se publiquen con menos de dos minutos de intervalo."
-#: ../../addon/openid/Mod_Openid.php:189 ../../include/auth.php:334
-msgid "Login failed."
-msgstr "El acceso ha fallado."
+#: ../../include/features.php:266
+msgid "Auto-save drafts of posts and comments"
+msgstr "Guardar automáticamente borradores de entradas y comentarios"
-#: ../../addon/openid/openid.php:49
+#: ../../include/features.php:267
msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "Encontramos un problema al iniciar sesión con el OpenID que proporcionó. Compruebe si el ID está correctamente escrito."
-
-#: ../../addon/openid/openid.php:49
-msgid "The error message was:"
-msgstr "El mensaje de error ha sido: "
-
-#: ../../addon/openid/MysqlProvider.php:52
-msgid "First Name"
-msgstr "Nombre"
-
-#: ../../addon/openid/MysqlProvider.php:53
-msgid "Last Name"
-msgstr "Apellido"
-
-#: ../../addon/openid/MysqlProvider.php:54
-#: ../../addon/redred/Mod_Redred.php:73 ../../boot.php:1740
-msgid "Nickname"
-msgstr "Alias"
-
-#: ../../addon/openid/MysqlProvider.php:55
-msgid "Full Name"
-msgstr "Nombre completo"
-
-#: ../../addon/openid/MysqlProvider.php:56
-#: ../../addon/openid/MysqlProvider.php:57
-#: ../../addon/redred/Mod_Redred.php:69 ../../addon/rtof/Mod_Rtof.php:55
-#: ../../include/network.php:1773 ../../Zotlabs/Module/Cdav.php:1368
-#: ../../Zotlabs/Module/Admin/Accounts.php:316
-#: ../../Zotlabs/Module/Admin/Accounts.php:330
-#: ../../Zotlabs/Module/Connedit.php:736
-msgid "Email"
-msgstr "Correo electrónico"
-
-#: ../../addon/openid/MysqlProvider.php:58
-#: ../../addon/openid/MysqlProvider.php:59
-#: ../../addon/openid/MysqlProvider.php:60 ../../Zotlabs/Lib/Apps.php:366
-msgid "Profile Photo"
-msgstr "Foto del perfil"
-
-#: ../../addon/openid/MysqlProvider.php:61
-msgid "Profile Photo 16px"
-msgstr "Foto del perfil 16px"
-
-#: ../../addon/openid/MysqlProvider.php:62
-msgid "Profile Photo 32px"
-msgstr "Foto del perfil 32px"
-
-#: ../../addon/openid/MysqlProvider.php:63
-msgid "Profile Photo 48px"
-msgstr "Foto del perfil 48px"
-
-#: ../../addon/openid/MysqlProvider.php:64
-msgid "Profile Photo 64px"
-msgstr "Foto del perfil 64px"
-
-#: ../../addon/openid/MysqlProvider.php:65
-msgid "Profile Photo 80px"
-msgstr "Foto del perfil 80px"
-
-#: ../../addon/openid/MysqlProvider.php:66
-msgid "Profile Photo 128px"
-msgstr "Foto del perfil 128px"
-
-#: ../../addon/openid/MysqlProvider.php:67 ../../include/event.php:141
-msgid "Timezone"
-msgstr "Zona horaria"
-
-#: ../../addon/openid/MysqlProvider.php:68
-#: ../../Zotlabs/Module/Profiles.php:783
-msgid "Homepage URL"
-msgstr "Dirección de la página personal"
-
-#: ../../addon/openid/MysqlProvider.php:69 ../../Zotlabs/Lib/Apps.php:364
-msgid "Language"
-msgstr "Idioma"
-
-#: ../../addon/openid/MysqlProvider.php:70
-msgid "Birth Year"
-msgstr "Año de nacimiento"
-
-#: ../../addon/openid/MysqlProvider.php:71
-msgid "Birth Month"
-msgstr "Mes de nacimiento"
-
-#: ../../addon/openid/MysqlProvider.php:72
-msgid "Birth Day"
-msgstr "Día de nacimiento"
-
-#: ../../addon/openid/MysqlProvider.php:73
-msgid "Birthdate"
-msgstr "Fecha de nacimiento"
-
-#: ../../addon/openid/MysqlProvider.php:74
-#: ../../Zotlabs/Module/Profiles.php:456
-msgid "Gender"
-msgstr "Género"
-
-#: ../../addon/moremoods/moremoods.php:19
-msgid "lonely"
-msgstr "Solo/a"
-
-#: ../../addon/moremoods/moremoods.php:20
-msgid "drunk"
-msgstr "ebrio/a"
-
-#: ../../addon/moremoods/moremoods.php:21
-msgid "horny"
-msgstr "caliente"
-
-#: ../../addon/moremoods/moremoods.php:22
-msgid "stoned"
-msgstr "drogado/a"
-
-#: ../../addon/moremoods/moremoods.php:23
-msgid "fucked up"
-msgstr "jodido/a"
-
-#: ../../addon/moremoods/moremoods.php:24
-msgid "clusterfucked"
-msgstr "hecho/a polvo"
-
-#: ../../addon/moremoods/moremoods.php:25
-msgid "crazy"
-msgstr "loco/a"
-
-#: ../../addon/moremoods/moremoods.php:26
-msgid "hurt"
-msgstr "ofendido/a"
-
-#: ../../addon/moremoods/moremoods.php:27
-msgid "sleepy"
-msgstr "soñoliento/a"
-
-#: ../../addon/moremoods/moremoods.php:28
-msgid "grumpy"
-msgstr "gruñón/ona"
-
-#: ../../addon/moremoods/moremoods.php:29
-msgid "high"
-msgstr "superior"
+"Automatically saves post and comment drafts in local browser storage to help"
+" prevent accidental loss of compositions"
+msgstr "Guarda automáticamente los borradores de comentarios y publicaciones en el almacenamiento del navegador local para ayudar a evitar la pérdida accidental de composiciones."
-#: ../../addon/moremoods/moremoods.php:30
-msgid "semi-conscious"
-msgstr "semiconsciente"
+#: ../../include/features.php:276
+msgid "Manage"
+msgstr "Gestionar"
-#: ../../addon/moremoods/moremoods.php:31
-msgid "in love"
-msgstr "enamorado/a"
+#: ../../include/features.php:280
+msgid "Navigation Channel Select"
+msgstr "Navegación por el selector de canales"
-#: ../../addon/moremoods/moremoods.php:32
-msgid "in lust"
-msgstr "lujurioso/a"
+#: ../../include/features.php:281
+msgid "Change channels directly from within the navigation dropdown menu"
+msgstr "Cambiar de canales directamente desde el menú de navegación desplegable"
-#: ../../addon/moremoods/moremoods.php:33
-msgid "naked"
-msgstr "desnudo/a"
+#: ../../include/features.php:290 ../../Zotlabs/Widget/Notifications.php:23
+#: ../../Zotlabs/Module/Connections.php:347
+msgid "Network"
+msgstr "Red"
-#: ../../addon/moremoods/moremoods.php:34
-msgid "stinky"
-msgstr "apestoso/a"
+#: ../../include/features.php:294
+msgid "Events Filter"
+msgstr "Filtro de eventos"
-#: ../../addon/moremoods/moremoods.php:35
-msgid "sweaty"
-msgstr "sudoroso/a"
+#: ../../include/features.php:295
+msgid "Ability to display only events"
+msgstr "Capacidad para mostrar solo eventos"
-#: ../../addon/moremoods/moremoods.php:36
-msgid "bleeding out"
-msgstr "exánime"
+#: ../../include/features.php:302
+msgid "Polls Filter"
+msgstr "Filtro de encuestas"
-#: ../../addon/moremoods/moremoods.php:37
-msgid "victorious"
-msgstr "victorioso/a"
+#: ../../include/features.php:303
+msgid "Ability to display only polls"
+msgstr "Capacidad para mostrar solo encuestas"
-#: ../../addon/moremoods/moremoods.php:38
-msgid "defeated"
-msgstr "derrotado/a"
+#: ../../include/features.php:310 ../../Zotlabs/Widget/Savedsearch.php:89
+msgid "Saved Searches"
+msgstr "Búsquedas guardadas"
-#: ../../addon/moremoods/moremoods.php:39
-msgid "envious"
-msgstr "envidioso/a"
+#: ../../include/features.php:311
+msgid "Save search terms for re-use"
+msgstr "Guardar términos de búsqueda para su reutilización"
-#: ../../addon/moremoods/moremoods.php:40
-msgid "jealous"
-msgstr "celoso/a"
+#: ../../include/features.php:318 ../../include/contact_widgets.php:53
+#: ../../Zotlabs/Widget/Activity_filter.php:196
+#: ../../Zotlabs/Widget/Filer.php:33
+msgid "Saved Folders"
+msgstr "Carpetas guardadas"
-#: ../../addon/dirstats/dirstats.php:94
-msgid "Hubzilla Directory Stats"
-msgstr "Estadísticas de directorio de Hubzilla"
+#: ../../include/features.php:319
+msgid "Ability to file posts under folders"
+msgstr "Capacidad de archivar entradas en carpetas"
-#: ../../addon/dirstats/dirstats.php:95
-msgid "Total Hubs"
-msgstr "Número total de servidores"
+#: ../../include/features.php:326
+msgid "Alternate Stream Order"
+msgstr "Orden de stream alternativo"
-#: ../../addon/dirstats/dirstats.php:97
-msgid "Hubzilla Hubs"
-msgstr "Servidores (hubs) de Hubzilla"
+#: ../../include/features.php:327
+msgid ""
+"Ability to order the stream by last post date, last comment date or "
+"unthreaded activities"
+msgstr "Posibilidad de ordenar el stream por última fecha de publicación, última fecha de comentario o actividades sin hilo"
-#: ../../addon/dirstats/dirstats.php:99
-msgid "Friendica Hubs"
-msgstr "Servidores (hubs) de Friendica"
+#: ../../include/features.php:334
+msgid "Contact Filter"
+msgstr "Filtro de contactos"
-#: ../../addon/dirstats/dirstats.php:101
-msgid "Diaspora Pods"
-msgstr "Servidores (pods) de Diaspora"
+#: ../../include/features.php:335
+msgid "Ability to display only posts of a selected contact"
+msgstr "Posibilidad de mostrar sólo los mensajes de un contacto seleccionado"
-#: ../../addon/dirstats/dirstats.php:103
-msgid "Hubzilla Channels"
-msgstr "Canales de Hubzilla"
+#: ../../include/features.php:342
+msgid "Forum Filter"
+msgstr "Filtro de foro"
-#: ../../addon/dirstats/dirstats.php:105
-msgid "Friendica Channels"
-msgstr "Canales de Friendica"
+#: ../../include/features.php:343
+msgid "Ability to display only posts of a specific forum"
+msgstr "Posibilidad de mostrar sólo los mensajes de un foro específico"
-#: ../../addon/dirstats/dirstats.php:107
-msgid "Diaspora Channels"
-msgstr "Canales de Diaspora"
+#: ../../include/features.php:350
+msgid "Personal Posts Filter"
+msgstr "Filtro de entradas personales"
-#: ../../addon/dirstats/dirstats.php:109
-msgid "Aged 35 and above"
-msgstr "De 35 años de edad en adelante"
+#: ../../include/features.php:351
+msgid "Ability to display only posts that you've interacted on"
+msgstr "Posibilidad de mostrar sólo los mensajes en los que usted haya interactuado"
-#: ../../addon/dirstats/dirstats.php:111
-msgid "Aged 34 and under"
-msgstr "De 34 o menos años de edad"
+#: ../../include/features.php:368 ../../include/nav.php:457
+#: ../../Zotlabs/Lib/Apps.php:350
+#: ../../Zotlabs/Widget/Channel_activities.php:93
+#: ../../Zotlabs/Module/Fbrowser.php:29
+msgid "Photos"
+msgstr "Fotos"
-#: ../../addon/dirstats/dirstats.php:113
-msgid "Average Age"
-msgstr "Promedio de edad"
+#: ../../include/features.php:372
+msgid "Photo Location"
+msgstr "Ubicación de las fotos"
-#: ../../addon/dirstats/dirstats.php:115
-msgid "Known Chatrooms"
-msgstr "Salas de chat conocidas"
+#: ../../include/features.php:373
+msgid "If location data is available on uploaded photos, link this to a map."
+msgstr "Si los datos de ubicación están disponibles en las fotos subidas, enlazar estas a un mapa."
-#: ../../addon/dirstats/dirstats.php:117
-msgid "Known Tags"
-msgstr "Etiquetas conocidas"
+#: ../../include/features.php:380
+msgid "Flag Adult Photos"
+msgstr "Indicador (\"flag\") de fotos de adultos"
-#: ../../addon/dirstats/dirstats.php:119
+#: ../../include/features.php:381
msgid ""
-"Please note Diaspora and Friendica statistics are merely those **this "
-"directory** is aware of, and not all those known in the network. This also "
-"applies to chatrooms,"
-msgstr "Tenga en cuenta que las estadísticas de Diaspora y Friendica se refieren únicamente a aquellas de las que **este directorio** es consciente, y no a todos los conocidos en la red. Esto también es aplicable a las salas de chat,"
-
-#: ../../addon/redred/Mod_Redred.php:24
-msgid "Channel is required."
-msgstr "Se requiere un canal."
+"Provide photo edit option to hide inappropriate photos from default album "
+"view"
+msgstr "Proporcionar una opción de edición de fotos para ocultar las fotos inapropiadas de la vista de álbum predeterminada"
-#: ../../addon/redred/Mod_Redred.php:29 ../../Zotlabs/Module/Network.php:333
-msgid "Invalid channel."
-msgstr "El canal no es válido."
+#: ../../include/features.php:390 ../../Zotlabs/Lib/Apps.php:368
+#: ../../Zotlabs/Module/Contactedit.php:444
+msgid "Profiles"
+msgstr "Perfiles"
-#: ../../addon/redred/Mod_Redred.php:38
-msgid "Hubzilla Crosspost Connector Settings saved."
-msgstr "Se han guardado los ajustes de Hubzilla Crosspost Connector"
+#: ../../include/features.php:394
+msgid "Advanced Profiles"
+msgstr "Perfiles avanzados"
-#: ../../addon/redred/Mod_Redred.php:61
-msgid "Send public postings to Hubzilla channel by default"
-msgstr "Enviar entradas públicas al canal Hubzilla por defecto"
+#: ../../include/features.php:395
+msgid "Additional profile sections and selections"
+msgstr "Secciones y selecciones de perfil adicionales"
-#: ../../addon/redred/Mod_Redred.php:65
-msgid "Hubzilla API Path"
-msgstr "Ruta de la API de Hubzilla"
+#: ../../include/features.php:402
+msgid "Profile Import/Export"
+msgstr "Importar/Exportar perfil"
-#: ../../addon/redred/Mod_Redred.php:65 ../../addon/rtof/Mod_Rtof.php:51
-msgid "https://{sitename}/api"
-msgstr "https://{sitename}/api"
+#: ../../include/features.php:403
+msgid "Save and load profile details across sites/channels"
+msgstr "Guardar y cargar detalles del perfil a través de sitios/canales"
-#: ../../addon/redred/Mod_Redred.php:69
-msgid "Hubzilla login name"
-msgstr "Nombre de inicio de sesión en Hubzilla"
+#: ../../include/features.php:410
+msgid "Multiple Profiles"
+msgstr "Múltiples perfiles"
-#: ../../addon/redred/Mod_Redred.php:73
-msgid "Hubzilla channel name"
-msgstr "Nombre del canal de Hubzilla"
+#: ../../include/features.php:411
+msgid "Ability to create multiple profiles"
+msgstr "Capacidad de crear múltiples perfiles"
-#: ../../addon/redred/Mod_Redred.php:77
-msgid "Hubzilla password"
-msgstr "Contraseña de Hubzilla"
+#: ../../include/attach.php:273 ../../include/attach.php:324
+#: ../../include/attach.php:426
+msgid "Item was not found."
+msgstr "Elemento no encontrado."
-#: ../../addon/redred/Mod_Redred.php:85
-msgid "Hubzilla Crosspost Connector"
-msgstr "Hubzilla Crosspost Connector"
+#: ../../include/attach.php:290
+msgid "Unknown error."
+msgstr "Error desconocido"
-#: ../../addon/redred/redred.php:50
-msgid "Post to Hubzilla"
-msgstr "Publicar en Hubzilla"
+#: ../../include/attach.php:621
+msgid "No source file."
+msgstr "Ningún fichero de origen"
-#: ../../addon/redphotos/redphotos.php:106
-msgid "Photos imported"
-msgstr "Se han importado las fotos"
+#: ../../include/attach.php:643
+msgid "Cannot locate file to replace"
+msgstr "No se puede localizar el fichero que va a ser sustituido."
-#: ../../addon/redphotos/redphotos.php:119
-#: ../../addon/redfiles/redfiles.php:109 ../../addon/hzfiles/hzfiles.php:75
-#: ../../include/items.php:447 ../../Zotlabs/Module/Import_items.php:116
-#: ../../Zotlabs/Module/Profperm.php:28 ../../Zotlabs/Module/Group.php:108
-#: ../../Zotlabs/Module/Like.php:348 ../../Zotlabs/Module/Share.php:72
-#: ../../Zotlabs/Module/Subthread.php:89 ../../Zotlabs/Module/Dreport.php:10
-#: ../../Zotlabs/Module/Dreport.php:55 ../../Zotlabs/Web/WebServer.php:118
-msgid "Permission denied"
-msgstr "Permiso denegado"
+#: ../../include/attach.php:662
+msgid "Cannot locate file to revise/update"
+msgstr "No se puede localizar el fichero para revisar/actualizar"
-#: ../../addon/redphotos/redphotos.php:129
-msgid "Redmatrix Photo Album Import"
-msgstr "Importar un álbum de fotos de Redmatrix"
+#: ../../include/attach.php:808
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "El fichero supera el limite de tamaño de %d"
-#: ../../addon/redphotos/redphotos.php:130
-msgid "This will import all your Redmatrix photo albums to this channel."
-msgstr "Esto importará todos sus álbumes de fotos de Redmatrix a este canal."
+#: ../../include/attach.php:829
+#, php-format
+msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
+msgstr "Ha alcanzado su límite de %1$.0f Mbytes de almacenamiento de adjuntos."
-#: ../../addon/redphotos/redphotos.php:131
-#: ../../addon/redfiles/redfiles.php:121
-msgid "Redmatrix Server base URL"
-msgstr "URL base del servidor Redmatrix"
+#: ../../include/attach.php:1019
+msgid "File upload failed. Possible system limit or action terminated."
+msgstr "Error de carga, posiblemente por limite del sistema o porque la acción ha finalizado."
-#: ../../addon/redphotos/redphotos.php:132
-#: ../../addon/redfiles/redfiles.php:122
-msgid "Redmatrix Login Username"
-msgstr "Nombre de inicio de sesión en Redmatrix"
+#: ../../include/attach.php:1048
+msgid "Stored file could not be verified. Upload failed."
+msgstr "El fichero almacenado no ha podido ser verificado. El envío ha fallado."
-#: ../../addon/redphotos/redphotos.php:133
-#: ../../addon/redfiles/redfiles.php:123
-msgid "Redmatrix Login Password"
-msgstr "Contraseña de inicio de sesión en Redmatrix"
+#: ../../include/attach.php:1120 ../../include/attach.php:1136
+msgid "Path not available."
+msgstr "Ruta no disponible."
-#: ../../addon/redphotos/redphotos.php:134
-msgid "Import just this album"
-msgstr "Importar solo este álbum"
+#: ../../include/attach.php:1184 ../../include/attach.php:1349
+msgid "Empty pathname"
+msgstr "Ruta vacía"
-#: ../../addon/redphotos/redphotos.php:134
-msgid "Leave blank to import all albums"
-msgstr "Dejar en blanco para importar todos los álbumes"
+#: ../../include/attach.php:1210
+msgid "duplicate filename or path"
+msgstr "Nombre duplicado de ruta o fichero"
-#: ../../addon/redphotos/redphotos.php:135
-msgid "Maximum count to import"
-msgstr "Límite máximo de importación"
+#: ../../include/attach.php:1238
+msgid "Path not found."
+msgstr "Ruta no encontrada"
-#: ../../addon/redphotos/redphotos.php:135
-msgid "0 or blank to import all available"
-msgstr "0 o en blanco para importar todos los disponibles"
+#: ../../include/attach.php:1305
+msgid "mkdir failed."
+msgstr "mkdir ha fallado."
-#: ../../addon/redphotos/redphotohelper.php:71
-#: ../../addon/pubcrawl/as.php:1958 ../../addon/diaspora/Receiver.php:1693
-#: ../../include/text.php:2352 ../../include/conversation.php:138
-#: ../../Zotlabs/Module/Like.php:453 ../../Zotlabs/Module/Tagger.php:71
-#: ../../Zotlabs/Module/Subthread.php:115 ../../Zotlabs/Lib/Activity.php:3690
-msgid "photo"
-msgstr "foto"
+#: ../../include/attach.php:1309
+msgid "database storage failed."
+msgstr "el almacenamiento en la base de datos ha fallado."
-#: ../../addon/statusnet/Mod_Statusnet.php:61
-msgid ""
-"Please contact your site administrator.<br />The provided API URL is not "
-"valid."
-msgstr "Por favor, contacte con el administrador de su sitio.<br />La URL de la API proporcionada no es válida."
+#: ../../include/attach.php:1355
+msgid "Empty path"
+msgstr "Ruta vacía"
-#: ../../addon/statusnet/Mod_Statusnet.php:98
-msgid "We could not contact the GNU social API with the Path you entered."
-msgstr "No podemos conectar con la API de GNU social con la ruta que ha proporcionado."
+#: ../../include/attach.php:2147
+#, php-format
+msgid "%s shared an %s with you"
+msgstr "%s ha compartido un/una %s con usted"
-#: ../../addon/statusnet/Mod_Statusnet.php:130
-msgid "GNU social settings updated."
-msgstr "Se han guardado los ajustes de GNU social."
+#: ../../include/attach.php:2147
+#, php-format
+msgid "%s shared a %s with you"
+msgstr "%s ha compartido un/una %s con usted"
-#: ../../addon/statusnet/Mod_Statusnet.php:179
-msgid "Globally Available GNU social OAuthKeys"
-msgstr "OAuthKeys globales de GNU social disponibles"
+#: ../../include/attach.php:2147
+msgid "image"
+msgstr "Imagen"
-#: ../../addon/statusnet/Mod_Statusnet.php:181
-msgid ""
-"There are preconfigured OAuth key pairs for some GNU social servers "
-"available. If you are using one of them, please use these credentials.<br "
-"/>If not feel free to connect to any other GNU social instance (see below)."
-msgstr "Existen pares de claves OAuth preconfiguradas disponibles para algunos servidores libres de GNU social. Si está usando uno de ellos, utilice estas credenciales.<br />Si no se siente libre de conectarse a cualquier otra instancia de GNU social (vea a continuación)."
+#: ../../include/attach.php:2147 ../../addon/redfiles/redfilehelper.php:64
+msgid "file"
+msgstr "fichero"
-#: ../../addon/statusnet/Mod_Statusnet.php:196
-msgid "Provide your own OAuth Credentials"
-msgstr "Proporcione sus propias credenciales de OAuth"
+#: ../../include/selectors.php:17
+msgid "Select a profile to assign to this contact"
+msgstr "Seleccione un perfil para asignar a este contacto"
-#: ../../addon/statusnet/Mod_Statusnet.php:198
-msgid ""
-"No consumer key pair for GNU social found. Register your Hubzilla Account as"
-" an desktop client on your GNU social account, copy the consumer key pair "
-"here and enter the API base root.<br />Before you register your own OAuth "
-"key pair ask the administrator if there is already a key pair for this "
-"Hubzilla installation at your favourite GNU social installation."
-msgstr "No se ha encontrado un par de claves de consumidor para GNU social. Registre su cuenta de Hubzilla como un cliente de escritorio en su cuenta social GNU, copie el par de claves de consumidor aquí y escriba la dirección raíz de la API.<br />Antes de registrar su propio par de claves OAuth, pregunte al administrador si ya hay un par de claves para esta instalación de Hubzilla en su instalación GNU social favorita."
+#: ../../include/selectors.php:45
+msgid "Frequently"
+msgstr "Frecuentemente"
-#: ../../addon/statusnet/Mod_Statusnet.php:202
-msgid "OAuth Consumer Key"
-msgstr "OAuth Consumer Key"
+#: ../../include/selectors.php:46
+msgid "Hourly"
+msgstr "Cada hora"
-#: ../../addon/statusnet/Mod_Statusnet.php:206
-msgid "OAuth Consumer Secret"
-msgstr "OAuth Consumer Secret"
+#: ../../include/selectors.php:47
+msgid "Twice daily"
+msgstr "Dos veces al día"
-#: ../../addon/statusnet/Mod_Statusnet.php:210
-msgid "Base API Path"
-msgstr "Ruta base de la API"
+#: ../../include/selectors.php:48
+msgid "Daily"
+msgstr "Diariamente"
-#: ../../addon/statusnet/Mod_Statusnet.php:210
-msgid "Remember the trailing /"
-msgstr "Recuerde la barra /"
+#: ../../include/selectors.php:49
+msgid "Weekly"
+msgstr "Semanalmente"
-#: ../../addon/statusnet/Mod_Statusnet.php:214
-msgid "GNU social application name"
-msgstr "Nombre de la aplicación de GNU social"
+#: ../../include/selectors.php:50
+msgid "Monthly"
+msgstr "Mensualmente"
-#: ../../addon/statusnet/Mod_Statusnet.php:237
-msgid ""
-"To connect to your GNU social account click the button below to get a "
-"security code from GNU social which you have to copy into the input box "
-"below and submit the form. Only your <strong>public</strong> posts will be "
-"posted to GNU social."
-msgstr "Para conectarse a su cuenta de GNU social, haga clic en el botón de abajo para obtener un código de seguridad de GNU social que tiene que copiar en el cuadro de entrada a continuación y envíe el formulario. Solo sus <strong>entradas</strong> públicas aparecerán en GNU social."
+#: ../../include/selectors.php:64 ../../include/selectors.php:81
+#: ../../include/channel.php:1720 ../../addon/openid/Mod_Id.php:85
+msgid "Male"
+msgstr "Hombre"
-#: ../../addon/statusnet/Mod_Statusnet.php:239
-msgid "Log in with GNU social"
-msgstr "Inicio de sesión en GNU social"
+#: ../../include/selectors.php:64 ../../include/selectors.php:81
+#: ../../include/channel.php:1718 ../../addon/openid/Mod_Id.php:87
+msgid "Female"
+msgstr "Mujer"
-#: ../../addon/statusnet/Mod_Statusnet.php:242
-msgid "Copy the security code from GNU social here"
-msgstr "Copiar aquí el código de seguridad de GNU social"
+#: ../../include/selectors.php:64
+msgid "Currently Male"
+msgstr "Actualmente hombre"
-#: ../../addon/statusnet/Mod_Statusnet.php:252
-msgid "Cancel Connection Process"
-msgstr "Cancelar el proceso de conexión"
+#: ../../include/selectors.php:64
+msgid "Currently Female"
+msgstr "Actualmente mujer"
-#: ../../addon/statusnet/Mod_Statusnet.php:254
-msgid "Current GNU social API is"
-msgstr "La API actual de GNU social es "
+#: ../../include/selectors.php:64
+msgid "Mostly Male"
+msgstr "Generalmente hombre"
-#: ../../addon/statusnet/Mod_Statusnet.php:258
-msgid "Cancel GNU social Connection"
-msgstr "Cancelar la conexión de GNU social"
+#: ../../include/selectors.php:64
+msgid "Mostly Female"
+msgstr "Generalmente mujer"
-#: ../../addon/statusnet/Mod_Statusnet.php:270
-#: ../../addon/twitter/Mod_Twitter.php:145
-msgid "Currently connected to: "
-msgstr "Actualmente está conectado a: "
+#: ../../include/selectors.php:64
+msgid "Transgender"
+msgstr "Transgénero"
-#: ../../addon/statusnet/Mod_Statusnet.php:275
-msgid ""
-"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
-"details from unknown viewers?</em>) the link potentially included in public "
-"postings relayed to GNU social will lead the visitor to a blank page "
-"informing the visitor that the access to your profile has been restricted."
-msgstr "<strong>Aviso</strong>: Debido a su configuración de privacidad (<em>Ocultar los detalles de su perfil a los visitantes desconocidos?</em>) el vínculo potencialmente incluido en las entradas públicas retransmitidas a GNU social llevará al visitante a una página en blanco que le informará de que el acceso a su perfil ha sido restringido."
+#: ../../include/selectors.php:64
+msgid "Intersex"
+msgstr "Intersexual"
-#: ../../addon/statusnet/Mod_Statusnet.php:280
-msgid "Post to GNU social by default"
-msgstr "Publicar en GNU social por defecto"
+#: ../../include/selectors.php:64
+msgid "Transsexual"
+msgstr "Transexual"
-#: ../../addon/statusnet/Mod_Statusnet.php:280
-msgid ""
-"If enabled your public postings will be posted to the associated GNU-social "
-"account by default"
-msgstr "Si está activado, sus entradas públicas se publicarán en la cuenta GNU-social asociada de forma predeterminada"
+#: ../../include/selectors.php:64
+msgid "Hermaphrodite"
+msgstr "Hermafrodita"
-#: ../../addon/statusnet/Mod_Statusnet.php:289
-#: ../../addon/twitter/Mod_Twitter.php:169
-msgid "Clear OAuth configuration"
-msgstr "Limpiar la configuración de OAuth"
+#: ../../include/selectors.php:64 ../../include/channel.php:1724
+msgid "Neuter"
+msgstr "Neutral"
-#: ../../addon/statusnet/Mod_Statusnet.php:301
-msgid "GNU-Social Crosspost Connector"
-msgstr "GNU-Social Crosspost Connector"
+#: ../../include/selectors.php:64 ../../include/channel.php:1726
+msgid "Non-specific"
+msgstr "No especificado"
-#: ../../addon/statusnet/statusnet.php:145
-msgid "Post to GNU social"
-msgstr "Publicar en GNU social"
+#: ../../include/selectors.php:64
+msgid "Undecided"
+msgstr "Indeciso/a"
-#: ../../addon/statusnet/statusnet.php:593
-#: ../../Zotlabs/Module/Admin/Site.php:423
-msgid "Site name"
-msgstr "Nombre del sitio"
+#: ../../include/selectors.php:100 ../../include/selectors.php:119
+msgid "Males"
+msgstr "Hombres"
-#: ../../addon/statusnet/statusnet.php:594
-msgid "API URL"
-msgstr "URL de la API"
+#: ../../include/selectors.php:100 ../../include/selectors.php:119
+msgid "Females"
+msgstr "Mujeres"
-#: ../../addon/statusnet/statusnet.php:595 ../../addon/twitter/twitter.php:505
-#: ../../Zotlabs/Module/Oauth.php:113 ../../Zotlabs/Module/Oauth.php:139
-#: ../../Zotlabs/Module/Oauth2.php:117 ../../Zotlabs/Module/Oauth2.php:145
-msgid "Consumer Secret"
-msgstr "Consumer Secret"
+#: ../../include/selectors.php:100
+msgid "Gay"
+msgstr "Homosexual"
-#: ../../addon/statusnet/statusnet.php:596 ../../addon/twitter/twitter.php:504
-#: ../../Zotlabs/Module/Oauth.php:112 ../../Zotlabs/Module/Oauth.php:138
-msgid "Consumer Key"
-msgstr "Consumer Key"
+#: ../../include/selectors.php:100
+msgid "Lesbian"
+msgstr "Lesbiana"
-#: ../../addon/statusnet/statusnet.php:597
-msgid "Application name"
-msgstr "Nombre de la aplicación"
+#: ../../include/selectors.php:100
+msgid "No Preference"
+msgstr "Sin preferencias"
-#: ../../addon/rtof/Mod_Rtof.php:24
-msgid "Friendica Crosspost Connector Settings saved."
-msgstr "Se han guardado los ajustes del conector de publicación cruzada con Friendica."
+#: ../../include/selectors.php:100
+msgid "Bisexual"
+msgstr "Bisexual"
-#: ../../addon/rtof/Mod_Rtof.php:47
-msgid "Send public postings to Friendica by default"
-msgstr "Enviar entradas públicas a Friendica por defecto"
+#: ../../include/selectors.php:100
+msgid "Autosexual"
+msgstr "Autosexual"
-#: ../../addon/rtof/Mod_Rtof.php:51
-msgid "Friendica API Path"
-msgstr "Ruta a la API de Friendica"
+#: ../../include/selectors.php:100
+msgid "Abstinent"
+msgstr "Casto/a"
-#: ../../addon/rtof/Mod_Rtof.php:55
-msgid "Friendica login name"
-msgstr "Nombre de inicio de sesión en Friendica"
+#: ../../include/selectors.php:100
+msgid "Virgin"
+msgstr "Virgen"
-#: ../../addon/rtof/Mod_Rtof.php:59
-msgid "Friendica password"
-msgstr "Contraseña de Friendica"
+#: ../../include/selectors.php:100
+msgid "Deviant"
+msgstr "Fuera de lo común"
-#: ../../addon/rtof/Mod_Rtof.php:67
-msgid "Friendica Crosspost Connector"
-msgstr "Friendica Crosspost Connector"
+#: ../../include/selectors.php:100
+msgid "Fetish"
+msgstr "Fetichista"
-#: ../../addon/rtof/rtof.php:51
-msgid "Post to Friendica"
-msgstr "Publicar en Friendica"
+#: ../../include/selectors.php:100
+msgid "Oodles"
+msgstr "Orgías"
-#: ../../addon/wppost/wppost.php:47
-msgid "Post to WordPress"
-msgstr "Publicar en WordPress"
+#: ../../include/selectors.php:100
+msgid "Nonsexual"
+msgstr "Asexual"
-#: ../../addon/wppost/Mod_Wppost.php:30
-msgid "Wordpress Settings saved."
-msgstr "Se han guardado los ajustes de WordPress."
+#: ../../include/selectors.php:138 ../../include/selectors.php:155
+msgid "Single"
+msgstr "Soltero/a"
-#: ../../addon/wppost/Mod_Wppost.php:67
-msgid "WordPress username"
-msgstr "Nombre de usuario de WordPress"
+#: ../../include/selectors.php:138
+msgid "Lonely"
+msgstr "Solo/a"
-#: ../../addon/wppost/Mod_Wppost.php:71
-msgid "WordPress password"
-msgstr "Contraseña de WordPress"
+#: ../../include/selectors.php:138
+msgid "Available"
+msgstr "Disponible"
-#: ../../addon/wppost/Mod_Wppost.php:75
-msgid "WordPress API URL"
-msgstr "URL de la API de WordPress"
+#: ../../include/selectors.php:138
+msgid "Unavailable"
+msgstr "No disponible"
-#: ../../addon/wppost/Mod_Wppost.php:76
-msgid "Typically https://your-blog.tld/xmlrpc.php"
-msgstr "Habitualmente https://your-blog.tld/xmlrpc.php"
+#: ../../include/selectors.php:138
+msgid "Has crush"
+msgstr "Enamorado/a"
-#: ../../addon/wppost/Mod_Wppost.php:79
-msgid "WordPress blogid"
-msgstr "Blog de WordPress"
+#: ../../include/selectors.php:138
+msgid "Infatuated"
+msgstr "Apasionado/a"
-#: ../../addon/wppost/Mod_Wppost.php:80
-msgid "For multi-user sites such as wordpress.com, otherwise leave blank"
-msgstr "Para sitios multiusuario como wordpress.com, de lo contrario, dejar en blanco"
+#: ../../include/selectors.php:138 ../../include/selectors.php:155
+msgid "Dating"
+msgstr "Saliendo con alguien"
-#: ../../addon/wppost/Mod_Wppost.php:84
-msgid "Post to WordPress by default"
-msgstr "Publicar en WordPress por defecto"
+#: ../../include/selectors.php:138
+msgid "Unfaithful"
+msgstr "Infiel"
-#: ../../addon/wppost/Mod_Wppost.php:88
-msgid "Forward comments (requires hubzilla_wp plugin)"
-msgstr "Reenviar comentarios (requerido por el plugin hubzilla_wp)"
+#: ../../include/selectors.php:138
+msgid "Sex Addict"
+msgstr "Con adicción al sexo"
-#: ../../addon/wppost/Mod_Wppost.php:92 ../../addon/dwpost/Mod_Dwpost.php:63
-#: ../../addon/ljpost/Mod_Ljpost.php:69
-msgid "Add link to original post"
-msgstr "Añadir enlace a la entrada original"
+#: ../../include/selectors.php:138 ../../include/channel.php:456
+#: ../../include/channel.php:459 ../../Zotlabs/Widget/Affinity.php:38
+#: ../../Zotlabs/Module/Contactedit.php:297
+#: ../../Zotlabs/Module/Connedit.php:581
+msgid "Friends"
+msgstr "Amigos/as"
-#: ../../addon/wppost/Mod_Wppost.php:96 ../../addon/dwpost/Mod_Dwpost.php:67
-msgid "Link description (default:"
-msgstr "Descripción del enlace (por defecto: "
+#: ../../include/selectors.php:138
+msgid "Friends/Benefits"
+msgstr "Amigos con algo extra"
-#: ../../addon/wppost/Mod_Wppost.php:104
-msgid "Wordpress Post"
-msgstr "Publicar en Wordpress"
+#: ../../include/selectors.php:138
+msgid "Casual"
+msgstr "Casual"
-#: ../../addon/content_import/Mod_content_import.php:27
-msgid "No server specified"
-msgstr "No se ha especificado ningún servidor"
+#: ../../include/selectors.php:138
+msgid "Engaged"
+msgstr "Prometido/a"
-#: ../../addon/content_import/Mod_content_import.php:72
-msgid "Posts imported"
-msgstr "Entradas importadas"
+#: ../../include/selectors.php:138 ../../include/selectors.php:155
+msgid "Married"
+msgstr "Casado/a"
-#: ../../addon/content_import/Mod_content_import.php:112
-msgid "Files imported"
-msgstr "Ficheros importados"
+#: ../../include/selectors.php:138
+msgid "Imaginarily married"
+msgstr "Casado/a en sueños"
-#: ../../addon/content_import/Mod_content_import.php:133
-#: ../../Zotlabs/Lib/Apps.php:337
-msgid "Content Import"
-msgstr "Importación de contenidos"
+#: ../../include/selectors.php:138
+msgid "Partners"
+msgstr "Pareja"
-#: ../../addon/content_import/Mod_content_import.php:134
-msgid ""
-"This will import all your conversations and cloud files from a cloned "
-"channel on another server. This may take a while if you have lots of posts "
-"and or files."
-msgstr "Esto importará todas sus conversaciones y archivos de nube de un canal clonado en otro servidor. El proceso puede tardar un poco si tiene muchos mensajes y/o ficheros."
+#: ../../include/selectors.php:138 ../../include/selectors.php:155
+msgid "Cohabiting"
+msgstr "Cohabitando"
-#: ../../addon/content_import/Mod_content_import.php:135
-msgid "Include posts"
-msgstr "Incluir entradas"
+#: ../../include/selectors.php:138
+msgid "Common law"
+msgstr "Matrimonio tradicional"
-#: ../../addon/content_import/Mod_content_import.php:135
-msgid "Conversations, Articles, Cards, and other posted content"
-msgstr "Conversaciones, artículos, fichas y otros contenidos publicados"
+#: ../../include/selectors.php:138
+msgid "Happy"
+msgstr "Felíz"
-#: ../../addon/content_import/Mod_content_import.php:136
-msgid "Include files"
-msgstr "Incluir ficheros"
+#: ../../include/selectors.php:138
+msgid "Not looking"
+msgstr "No estoy buscando"
-#: ../../addon/content_import/Mod_content_import.php:136
-msgid "Files, Photos and other cloud storage"
-msgstr "Archivos, fotos y otro tipo de almacenamiento en la nube"
+#: ../../include/selectors.php:138
+msgid "Swinger"
+msgstr "Libertino"
-#: ../../addon/content_import/Mod_content_import.php:137
-msgid "Original Server base URL"
-msgstr "URL base del servidor original"
+#: ../../include/selectors.php:138
+msgid "Betrayed"
+msgstr "Engañado/a"
-#: ../../addon/content_import/Mod_content_import.php:138
-#: ../../addon/hzfiles/hzfiles.php:84
-msgid "Since modified date yyyy-mm-dd"
-msgstr "Modificado desde la fecha yyyy-mm-dd"
+#: ../../include/selectors.php:138 ../../include/selectors.php:155
+msgid "Separated"
+msgstr "Separado/a"
-#: ../../addon/content_import/Mod_content_import.php:139
-#: ../../addon/hzfiles/hzfiles.php:85
-msgid "Until modified date yyyy-mm-dd"
-msgstr "Modificado hasta la fecha yyyy-mm-dd"
+#: ../../include/selectors.php:138
+msgid "Unstable"
+msgstr "Inestable"
-#: ../../addon/hsse/hsse.php:82 ../../include/conversation.php:1340
-msgid "Set your location"
-msgstr "Establecer su ubicación"
+#: ../../include/selectors.php:138 ../../include/selectors.php:155
+msgid "Divorced"
+msgstr "Divorciado/a"
-#: ../../addon/hsse/hsse.php:83 ../../include/conversation.php:1341
-msgid "Clear browser location"
-msgstr "Eliminar los datos de localización geográfica del navegador"
+#: ../../include/selectors.php:138
+msgid "Imaginarily divorced"
+msgstr "Divorciado/a en sueños"
-#: ../../addon/hsse/hsse.php:95 ../../addon/cards/Mod_Card_edit.php:101
-#: ../../addon/articles/Mod_Article_edit.php:99
-#: ../../include/conversation.php:1353
-#: ../../Zotlabs/Module/Editwebpage.php:143 ../../Zotlabs/Module/Chat.php:219
-#: ../../Zotlabs/Module/Editblock.php:116
-msgid "Insert web link"
-msgstr "Insertar enlace web"
+#: ../../include/selectors.php:138 ../../include/selectors.php:155
+msgid "Widowed"
+msgstr "Viudo/a"
-#: ../../addon/hsse/hsse.php:99 ../../include/conversation.php:1357
-msgid "Embed (existing) photo from your photo albums"
-msgstr "Insertar una foto (existente) de sus álbumes"
+#: ../../include/selectors.php:138
+msgid "Uncertain"
+msgstr "Indeterminado"
-#: ../../addon/hsse/hsse.php:134 ../../include/conversation.php:1390
-#: ../../Zotlabs/Module/Chat.php:217
-msgid "Please enter a link URL:"
-msgstr "Por favor, introduzca la dirección del enlace:"
+#: ../../include/selectors.php:138 ../../include/selectors.php:155
+msgid "It's complicated"
+msgstr "Es complicado"
-#: ../../addon/hsse/hsse.php:135 ../../include/conversation.php:1391
-msgid "Tag term:"
-msgstr "Término de la etiqueta:"
+#: ../../include/selectors.php:138
+msgid "Don't care"
+msgstr "No me importa"
-#: ../../addon/hsse/hsse.php:136 ../../include/conversation.php:1392
-msgid "Where are you right now?"
-msgstr "¿Donde está ahora?"
+#: ../../include/selectors.php:138
+msgid "Ask me"
+msgstr "Pregúnteme"
-#: ../../addon/hsse/hsse.php:141 ../../include/conversation.php:1397
-msgid "Choose a different album..."
-msgstr "Elegir un álbum diferente..."
+#: ../../include/activities.php:42
+msgid " and "
+msgstr " y "
-#: ../../addon/hsse/hsse.php:145 ../../include/conversation.php:1401
-msgid "Comments enabled"
-msgstr "Comentarios habilitados"
+#: ../../include/activities.php:50
+msgid "public profile"
+msgstr "el perfil público"
-#: ../../addon/hsse/hsse.php:146 ../../include/conversation.php:1402
-msgid "Comments disabled"
-msgstr "Comentarios deshabilitados"
+#: ../../include/activities.php:59
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s ha cambiado %2$s a &ldquo;%3$s&rdquo;"
-#: ../../addon/hsse/hsse.php:153 ../../include/conversation.php:1419
-#: ../../Zotlabs/Module/Webpages.php:257 ../../Zotlabs/Module/Photos.php:1094
-#: ../../Zotlabs/Lib/ThreadItem.php:841
-msgid "Preview"
-msgstr "Previsualizar"
+#: ../../include/activities.php:60
+#, php-format
+msgid "Visit %1$s's %2$s"
+msgstr "Visitar %2$s de %1$s"
-#: ../../addon/hsse/hsse.php:195 ../../include/conversation.php:1461
-msgid "Page link name"
-msgstr "Nombre del enlace de la página"
+#: ../../include/activities.php:63
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s ha actualizado %2$s, cambiando %3$s."
-#: ../../addon/hsse/hsse.php:198 ../../include/conversation.php:1464
-msgid "Post as"
-msgstr "Publicar como"
+#: ../../include/contact_widgets.php:11
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d invitación pendiente"
+msgstr[1] "%d invitaciones disponibles"
+msgstr[2] "%d invitaciones disponibles"
-#: ../../addon/hsse/hsse.php:200 ../../include/conversation.php:1466
-#: ../../Zotlabs/Lib/ThreadItem.php:832
-msgid "Bold"
-msgstr "Negrita"
+#: ../../include/contact_widgets.php:16 ../../include/acl_selectors.php:145
+#: ../../Zotlabs/Module/Admin/Site.php:419
+msgid "Advanced"
+msgstr "Avanzado"
-#: ../../addon/hsse/hsse.php:201 ../../include/conversation.php:1467
-#: ../../Zotlabs/Lib/ThreadItem.php:833
-msgid "Italic"
-msgstr "Itálico "
+#: ../../include/contact_widgets.php:19
+msgid "Find Channels"
+msgstr "Encontrar canales"
-#: ../../addon/hsse/hsse.php:202 ../../include/conversation.php:1468
-#: ../../Zotlabs/Lib/ThreadItem.php:834
-msgid "Underline"
-msgstr "Subrayar"
+#: ../../include/contact_widgets.php:20
+msgid "Enter name or interest"
+msgstr "Introducir nombre o interés"
-#: ../../addon/hsse/hsse.php:203 ../../include/conversation.php:1469
-#: ../../Zotlabs/Lib/ThreadItem.php:835
-msgid "Quote"
-msgstr "Citar"
+#: ../../include/contact_widgets.php:21
+msgid "Connect/Follow"
+msgstr "Conectar/Seguir"
-#: ../../addon/hsse/hsse.php:204 ../../include/conversation.php:1470
-#: ../../Zotlabs/Lib/ThreadItem.php:836
-msgid "Code"
-msgstr "Código"
+#: ../../include/contact_widgets.php:22
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Ejemplos: José Fernández, Pesca"
-#: ../../addon/hsse/hsse.php:205 ../../include/conversation.php:1471
-#: ../../Zotlabs/Lib/ThreadItem.php:838
-msgid "Attach/Upload file"
-msgstr "Adjuntar/cargar fichero"
+#: ../../include/contact_widgets.php:23 ../../Zotlabs/Module/Directory.php:435
+#: ../../Zotlabs/Module/Directory.php:440
+#: ../../Zotlabs/Module/Connections.php:407
+msgid "Find"
+msgstr "Encontrar"
-#: ../../addon/hsse/hsse.php:212 ../../include/conversation.php:1478
-msgid "Toggle voting"
-msgstr "Cambiar votación"
+#: ../../include/contact_widgets.php:24 ../../Zotlabs/Module/Suggest.php:77
+#: ../../Zotlabs/Module/Directory.php:439
+msgid "Channel Suggestions"
+msgstr "Sugerencias de canales"
-#: ../../addon/hsse/hsse.php:215 ../../include/conversation.php:1485
-msgid "Disable comments"
-msgstr "Dehabilitar los comentarios"
+#: ../../include/contact_widgets.php:26
+msgid "Random Profile"
+msgstr "Perfil aleatorio"
-#: ../../addon/hsse/hsse.php:216 ../../include/conversation.php:1486
-msgid "Toggle comments"
-msgstr "Activar o desactivar los comentarios"
+#: ../../include/contact_widgets.php:27
+msgid "Invite Friends"
+msgstr "Invitar a amigos"
-#: ../../addon/hsse/hsse.php:221 ../../addon/cards/Mod_Card_edit.php:118
-#: ../../addon/articles/Mod_Article_edit.php:116
-#: ../../include/conversation.php:1492 ../../Zotlabs/Module/Editblock.php:129
-#: ../../Zotlabs/Module/Photos.php:667 ../../Zotlabs/Module/Photos.php:1039
-msgid "Title (optional)"
-msgstr "Título (opcional)"
+#: ../../include/contact_widgets.php:29
+msgid "Advanced example: name=fred and country=iceland"
+msgstr "Ejemplo avanzado: nombre=juan y país=españa"
-#: ../../addon/hsse/hsse.php:224 ../../include/conversation.php:1496
-msgid "Categories (optional, comma-separated list)"
-msgstr "Temas (opcional, lista separada por comas)"
+#: ../../include/contact_widgets.php:56 ../../include/contact_widgets.php:118
+#: ../../include/contact_widgets.php:152
+#: ../../addon/cards/Widget/Cards_categories.php:83
+#: ../../addon/articles/Widget/Articles_categories.php:83
+#: ../../Zotlabs/Widget/Appcategories.php:52 ../../Zotlabs/Widget/Filer.php:36
+msgid "Everything"
+msgstr "Todo"
-#: ../../addon/hsse/hsse.php:225 ../../include/conversation.php:1497
-msgid "Permission settings"
-msgstr "Configuración de permisos"
+#: ../../include/contact_widgets.php:115 ../../include/contact_widgets.php:149
+#: ../../include/taxonomy.php:423 ../../include/taxonomy.php:505
+#: ../../include/taxonomy.php:525 ../../include/taxonomy.php:546
+#: ../../addon/cards/Widget/Cards_categories.php:80
+#: ../../addon/articles/Widget/Articles_categories.php:80
+#: ../../Zotlabs/Storage/Browser.php:292 ../../Zotlabs/Storage/Browser.php:391
+#: ../../Zotlabs/Storage/Browser.php:406 ../../Zotlabs/Module/Cdav.php:1062
+msgid "Categories"
+msgstr "Temas"
-#: ../../addon/hsse/hsse.php:247 ../../include/conversation.php:1519
-msgid "Other networks and post services"
-msgstr "Otras redes y servicios de publicación"
+#: ../../include/contact_widgets.php:182
+msgid "Common Connections"
+msgstr "Conexiones comunes"
-#: ../../addon/hsse/hsse.php:250 ../../include/conversation.php:1522
-msgid "Set expiration date"
-msgstr "Configurar fecha de caducidad"
+#: ../../include/contact_widgets.php:186
+#, php-format
+msgid "View all %d common connections"
+msgstr "Ver todas las %d conexiones comunes"
-#: ../../addon/hsse/hsse.php:253 ../../include/conversation.php:1525
-msgid "Set publish date"
-msgstr "Establecer la fecha de publicación"
+#: ../../include/cdav.php:157
+msgid "INVALID EVENT DISMISSED!"
+msgstr "¡EVENTO NO VÁLIDO RECHAZADO!"
-#: ../../addon/hsse/hsse.php:255 ../../include/conversation.php:1527
-#: ../../Zotlabs/Module/Chat.php:218 ../../Zotlabs/Lib/ThreadItem.php:844
-msgid "Encrypt text"
-msgstr "Cifrar texto"
+#: ../../include/cdav.php:158
+msgid "Summary: "
+msgstr "Resumen: "
-#: ../../addon/hsse/Mod_Hsse.php:15
-msgid "WYSIWYG status editor"
-msgstr "Editor de estado de WYSIWYG"
+#: ../../include/cdav.php:158 ../../include/cdav.php:159
+#: ../../include/cdav.php:167 ../../include/conversation.php:1226
+#: ../../Zotlabs/Lib/Apps.php:1169 ../../Zotlabs/Lib/Apps.php:1253
+#: ../../Zotlabs/Lib/Activity.php:1678 ../../Zotlabs/Widget/Album.php:90
+#: ../../Zotlabs/Widget/Pinned.php:275 ../../Zotlabs/Widget/Portfolio.php:99
+#: ../../Zotlabs/Module/Embedphotos.php:177
+#: ../../Zotlabs/Module/Photos.php:788 ../../Zotlabs/Module/Photos.php:1246
+msgid "Unknown"
+msgstr "Desconocido"
-#: ../../addon/hsse/Mod_Hsse.php:24
-msgid "WYSIWYG Status App"
-msgstr "App WYSIWYG Status"
+#: ../../include/cdav.php:159
+msgid "Date: "
+msgstr "Fecha: "
-#: ../../addon/hsse/Mod_Hsse.php:32
-msgid "WYSIWYG Status"
-msgstr "Estado de WYSIWYG"
+#: ../../include/cdav.php:160 ../../include/cdav.php:168
+msgid "Reason: "
+msgstr "Razón: "
-#: ../../addon/openstreetmap/openstreetmap.php:133
-msgid "View Larger"
-msgstr "Ver más grande"
+#: ../../include/cdav.php:166
+msgid "INVALID CARD DISMISSED!"
+msgstr "¡TARJETA NO VÁLIDA RECHAZADA!"
-#: ../../addon/openstreetmap/openstreetmap.php:156
-msgid "Tile Server URL"
-msgstr "URL del servidor de mosaicos de imágenes "
+#: ../../include/cdav.php:167
+msgid "Name: "
+msgstr "Nombre: "
-#: ../../addon/openstreetmap/openstreetmap.php:156
+#: ../../include/group.php:23
msgid ""
-"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" "
-"target=\"_blank\">public tile servers</a>"
-msgstr "Una lista de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">servidores públicos de mosaicos de imágenes</a>"
-
-#: ../../addon/openstreetmap/openstreetmap.php:157
-msgid "Nominatim (reverse geocoding) Server URL"
-msgstr "URL del servidor nominatim (geocodificación inversa)"
+"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 "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos que ya existen sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente."
-#: ../../addon/openstreetmap/openstreetmap.php:157
-msgid ""
-"A list of <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" "
-"target=\"_blank\">Nominatim servers</a>"
-msgstr "Una lista de <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\">servidores nominatim</a>"
+#: ../../include/group.php:271
+msgid "Add new connections to this privacy group"
+msgstr "Añadir conexiones nuevas a este grupo de canales"
-#: ../../addon/openstreetmap/openstreetmap.php:158
-msgid "Default zoom"
-msgstr "Zoom predeterminado"
+#: ../../include/group.php:305
+msgid "edit"
+msgstr "editar"
-#: ../../addon/openstreetmap/openstreetmap.php:158
-msgid ""
-"The default zoom level. (1:world, 18:highest, also depends on tile server)"
-msgstr "El nivel de zoom predeterminado. (1: mundo, 18: el más alto, también depende del servidor del mosaico de imágenes)"
+#: ../../include/group.php:327 ../../include/acl_selectors.php:87
+#: ../../Zotlabs/Lib/Apps.php:369 ../../Zotlabs/Widget/Activity_filter.php:95
+#: ../../Zotlabs/Module/Group.php:143
+msgid "Privacy Groups"
+msgstr "Grupos de canales"
-#: ../../addon/openstreetmap/openstreetmap.php:159
-msgid "Include marker on map"
-msgstr "Incluir un marcador en el mapa"
+#: ../../include/group.php:328
+msgid "Edit group"
+msgstr "Editar grupo"
-#: ../../addon/openstreetmap/openstreetmap.php:159
-msgid "Include a marker on the map."
-msgstr "Incluir un marcador en el mapa."
+#: ../../include/group.php:329
+msgid "Manage privacy groups"
+msgstr "Gestionar grupos de privacidad"
-#: ../../addon/openstreetmap/openstreetmap.php:171
-#: ../../addon/rendezvous/rendezvous.php:82
-#: ../../addon/twitter/twitter.php:493 ../../addon/msgfooter/msgfooter.php:54
-#: ../../addon/diaspora/diaspora.php:105 ../../addon/piwik/piwik.php:116
-#: ../../addon/logrot/logrot.php:54 ../../addon/xmpp/xmpp.php:54
-#: ../../Zotlabs/Module/Settings/Channel.php:150
-#: ../../Zotlabs/Module/Defperms.php:111
-msgid "Settings updated."
-msgstr "Ajustes actualizados."
+#: ../../include/group.php:330
+msgid "Channels not in any privacy group"
+msgstr "Sin canales en ningún grupo"
-#: ../../addon/ijpost/Mod_Ijpost.php:23
-msgid "Insane Journal Crosspost Connector Settings saved."
-msgstr "Se han guardado los ajustes del Conector de publicación cruzada de InsaneJournal."
+#: ../../include/group.php:332 ../../Zotlabs/Widget/Savedsearch.php:90
+msgid "add"
+msgstr "añadir"
-#: ../../addon/ijpost/Mod_Ijpost.php:35
-msgid "Insane Journal Crosspost Connector App"
-msgstr "App Ajustes del Conector de publicación cruzada de InsaneJournal"
+#: ../../include/taxonomy.php:324
+msgid "Trending"
+msgstr "Etiquetas populares"
-#: ../../addon/ijpost/Mod_Ijpost.php:35 ../../addon/xmpp/Mod_Xmpp.php:35
-#: ../../Zotlabs/Module/Lang.php:20 ../../Zotlabs/Module/Invite.php:69
-msgid "Not Installed"
-msgstr "No instalado/a"
+#: ../../include/taxonomy.php:324 ../../include/taxonomy.php:463
+#: ../../include/taxonomy.php:484 ../../Zotlabs/Widget/Tagcloud.php:27
+msgid "Tags"
+msgstr "Etiquetas"
-#: ../../addon/ijpost/Mod_Ijpost.php:36
-msgid "Relay public postings to Insane Journal"
-msgstr "Retransmisión de entradas públicas a Insane Journal"
+#: ../../include/taxonomy.php:564
+msgid "Keywords"
+msgstr "Palabras clave"
-#: ../../addon/ijpost/Mod_Ijpost.php:53
-msgid "InsaneJournal username"
-msgstr "Nombre de usuario en InsaneJournal"
+#: ../../include/taxonomy.php:585
+msgid "have"
+msgstr "tener"
-#: ../../addon/ijpost/Mod_Ijpost.php:57
-msgid "InsaneJournal password"
-msgstr "Contraseña en InsaneJournal"
+#: ../../include/taxonomy.php:585
+msgid "has"
+msgstr "tiene"
-#: ../../addon/ijpost/Mod_Ijpost.php:61
-msgid "Post to InsaneJournal by default"
-msgstr "Publicar por defecto en InsaneJournal"
+#: ../../include/taxonomy.php:586
+msgid "want"
+msgstr "quiero"
-#: ../../addon/ijpost/Mod_Ijpost.php:69
-msgid "Insane Journal Crosspost Connector"
-msgstr "Conector de publicación cruzada de InsaneJournal"
+#: ../../include/taxonomy.php:586
+msgid "wants"
+msgstr "quiere"
-#: ../../addon/ijpost/ijpost.php:44
-msgid "Post to Insane Journal"
-msgstr "Publicar en Insane Journal"
+#: ../../include/taxonomy.php:587 ../../Zotlabs/Lib/ThreadItem.php:310
+msgid "like"
+msgstr "me gusta"
-#: ../../addon/totp_bak/Mod_Totp.php:32
-msgid "TOTP Two-Step Verification"
-msgstr "Verificación en dos pasos de TOTP"
+#: ../../include/taxonomy.php:587
+msgid "likes"
+msgstr "gusta de"
-#: ../../addon/totp_bak/Mod_Totp.php:33
-msgid "Enter the 2-step verification generated by your authenticator app:"
-msgstr "Introduzca la verificación en 2 pasos generada por su app de autenticación: "
+#: ../../include/taxonomy.php:588 ../../Zotlabs/Lib/ThreadItem.php:311
+msgid "dislike"
+msgstr "no me gusta"
-#: ../../addon/totp_bak/Mod_Totp.php:34
-msgid "Success!"
-msgstr "¡Éxito!"
+#: ../../include/taxonomy.php:588
+msgid "dislikes"
+msgstr "no gusta de"
-#: ../../addon/totp_bak/Mod_Totp.php:35
-msgid "Invalid code, please try again."
-msgstr "Código inválido, por favor inténtelo de nuevo."
+#: ../../include/taxonomy.php:675 ../../include/conversation.php:1777
+#: ../../include/channel.php:1779 ../../Zotlabs/Lib/ThreadItem.php:233
+#: ../../Zotlabs/Module/Photos.php:1130
+msgctxt "noun"
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "Me gusta"
+msgstr[1] "Me gusta"
+msgstr[2] "Me gusta"
-#: ../../addon/totp_bak/Mod_Totp.php:36
-msgid "Too many invalid codes..."
-msgstr "Demasiados códigos no válidos..."
+#: ../../include/photo/photo_driver.php:450
+#: ../../Zotlabs/Module/Profile_photo.php:167
+#: ../../Zotlabs/Module/Profile_photo.php:337
+msgid "Profile Photos"
+msgstr "Fotos del perfil"
-#: ../../addon/totp_bak/Mod_Totp.php:37 ../../Zotlabs/Module/Totp_check.php:81
-msgid "Verify"
-msgstr "Verficar"
+#: ../../include/account.php:38
+msgid "The provided email address is not valid"
+msgstr "La dirección de correo electrónico proporcionada no es válida"
-#: ../../addon/totp_bak/Settings/Totp.php:92
-msgid ""
-"You haven't set a TOTP secret yet.\n"
-"Please click the button below to generate one and register this site\n"
-"with your preferred authenticator app."
-msgstr "Aún no ha establecido un TOTP secret.\nPor favor, haga clic en el botón de abajo para generar uno y registrar este sitio\ncon su aplicación de autenticación preferida."
+#: ../../include/account.php:41
+msgid "The provided email domain is not among those allowed on this site"
+msgstr "El dominio de correo electrónico proporcionado no está entre los permitidos en este sitio"
-#: ../../addon/totp_bak/Settings/Totp.php:95
-msgid "Your TOTP secret is"
-msgstr "Su TOTP secret es "
+#: ../../include/account.php:48
+msgid "The provided email address is already registered at this site"
+msgstr "La dirección de correo electrónico proporcionada ya está registrada en este sitio"
-#: ../../addon/totp_bak/Settings/Totp.php:96
+#: ../../include/account.php:55
msgid ""
-"Be sure to save it somewhere in case you lose or replace your mobile device.\n"
-"Use your mobile device to scan the QR code below to register this site\n"
-"with your preferred authenticator app."
-msgstr "Asegúrese de guardarlo en algún lugar en caso de que pierda o reemplace su dispositivo móvil.\nUtilice su dispositivo móvil para escanear el código QR a continuación para registrar este sitio\ncon su aplicación de autenticación preferida."
-
-#: ../../addon/totp_bak/Settings/Totp.php:101
-#: ../../Zotlabs/Module/Settings/Multifactor.php:86
-msgid "Test"
-msgstr "Test"
-
-#: ../../addon/totp_bak/Settings/Totp.php:102
-msgid "Generate New Secret"
-msgstr "Generar un nuevo Secret"
-
-#: ../../addon/totp_bak/Settings/Totp.php:103
-msgid "Go"
-msgstr "Ir"
-
-#: ../../addon/totp_bak/Settings/Totp.php:104
-msgid "Enter your password"
-msgstr "Introduzca su contraseña"
-
-#: ../../addon/totp_bak/Settings/Totp.php:105
-msgid "enter TOTP code from your device"
-msgstr "introduzca el código TOTP desde su dispositivo"
-
-#: ../../addon/totp_bak/Settings/Totp.php:106
-msgid "Pass!"
-msgstr "¡Pase!"
-
-#: ../../addon/totp_bak/Settings/Totp.php:107
-msgid "Fail"
-msgstr "Fallo"
-
-#: ../../addon/totp_bak/Settings/Totp.php:108
-msgid "Incorrect password, try again."
-msgstr "Contraseña incorrecta, inténtelo de nuevo."
-
-#: ../../addon/totp_bak/Settings/Totp.php:109
-msgid "Record your new TOTP secret and rescan the QR code above."
-msgstr "Registre su nuevo TOTP secret y vuelva a escanear el código QR de arriba"
-
-#: ../../addon/totp_bak/Settings/Totp.php:117
-msgid "TOTP Settings"
-msgstr "Ajustes de TOTP"
-
-#: ../../addon/wholikesme/wholikesme.php:29
-msgid "Who likes me?"
-msgstr "¿Quién me ha puesto \"Me gusta\"?"
-
-#: ../../addon/qrator/qrator.php:48
-msgid "QR code"
-msgstr "Código QR"
+"There is a pending registration for this address - click \"Register\" to "
+"continue verification"
+msgstr "Hay un registro pendiente para esta dirección - haga clic en \"Registro\" para continuar la verificación"
-#: ../../addon/qrator/qrator.php:63
-msgid "QR Generator"
-msgstr "Generador QR"
+#: ../../include/account.php:94
+msgid "An invitation is required."
+msgstr "Es obligatorio que le inviten."
-#: ../../addon/qrator/qrator.php:64
-msgid "Enter some text"
-msgstr "Escribir algún texto"
+#: ../../include/account.php:103
+msgid "Invitation could not be verified."
+msgstr "No se ha podido verificar su invitación."
-#: ../../addon/pubcrawl/as.php:1332 ../../addon/pubcrawl/as.php:2002
-#: ../../include/network.php:1772 ../../Zotlabs/Lib/Activity.php:3732
-msgid "ActivityPub"
-msgstr "ActivityPub"
+#: ../../include/account.php:191
+msgid "Please enter the required information."
+msgstr "Por favor introduzca la información requerida."
-#: ../../addon/pubcrawl/as.php:1958 ../../addon/diaspora/Receiver.php:1693
-#: ../../Zotlabs/Module/Like.php:453 ../../Zotlabs/Module/Subthread.php:115
-msgid "status"
-msgstr "el mensaje de estado "
+#: ../../include/account.php:258 ../../include/account.php:366
+msgid "Failed to store account information."
+msgstr "La información de la cuenta no se ha podido guardar."
-#: ../../addon/pubcrawl/as.php:1993 ../../addon/diaspora/Receiver.php:1628
-#: ../../include/conversation.php:184 ../../Zotlabs/Module/Like.php:485
-#: ../../Zotlabs/Lib/Activity.php:3723
+#: ../../include/account.php:435 ../../include/account.php:503
+#: ../../Zotlabs/Module/Register.php:328
#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "A %1$s le gusta %3$s de %2$s"
+msgid "Registration confirmation for %s"
+msgstr "Confirmación de registro para %s"
-#: ../../addon/pubcrawl/as.php:1995 ../../include/conversation.php:187
-#: ../../Zotlabs/Module/Like.php:487 ../../Zotlabs/Lib/Activity.php:3725
+#: ../../include/account.php:578
#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "A %1$s no le gusta %3$s de %2$s"
-
-#: ../../addon/pubcrawl/Mod_Pubcrawl.php:25
-msgid "ActivityPub Protocol Settings updated."
-msgstr "Se han actualizado los ajustes del protocolo ActivityPub."
-
-#: ../../addon/pubcrawl/Mod_Pubcrawl.php:41
-msgid ""
-"The activitypub protocol does not support location independence. Connections"
-" you make within that network may be unreachable from alternate channel "
-"locations."
-msgstr "El protocolo ActivityPub no soporta la independencia de ubicación. Las conexiones que realice dentro de esa red pueden no ser accesibles desde ubicaciones de canales alternativos."
-
-#: ../../addon/pubcrawl/Mod_Pubcrawl.php:47
-msgid "Deliver to ActivityPub recipients in privacy groups"
-msgstr "Entregar a los destinatarios de ActivityPub en grupos de canales"
-
-#: ../../addon/pubcrawl/Mod_Pubcrawl.php:47
-msgid ""
-"May result in a large number of mentions and expose all the members of your "
-"privacy group"
-msgstr "Puede resultar en un gran número de menciones y exponer a todos los miembros de su grupo de canales"
-
-#: ../../addon/pubcrawl/Mod_Pubcrawl.php:51
-msgid "Send multi-media HTML articles"
-msgstr "Enviar artículos multimedia en HTML"
-
-#: ../../addon/pubcrawl/Mod_Pubcrawl.php:51
-msgid "Not supported by some microblog services such as Mastodon"
-msgstr "No soportado por algunos servicios de microblog como Mastodon"
-
-#: ../../addon/pubcrawl/Mod_Pubcrawl.php:59
-msgid "Activitypub Protocol"
-msgstr "Protocolo Activitypub"
-
-#: ../../addon/fediwordle/fediwordle.php:211
-msgid "ERROR: word length is not correct!"
-msgstr "ERROR: ¡la longitud de la palabra no es correcta!"
-
-#: ../../addon/fediwordle/Mod_Fediwordle.php:22
-msgid "Fediwordle App"
-msgstr "App Fediwordle"
-
-#: ../../addon/fediwordle/Mod_Fediwordle.php:23
-msgid "A distributed word game inspired by wordle."
-msgstr "Un juego de palabras distribuido inspirado en el wordle."
-
-#: ../../addon/fediwordle/Mod_Fediwordle.php:24
-msgid ""
-"To start a game, enter [wordle]your_word[/wordle] somewhere in a toplevel "
-"post."
-msgstr "Para empezar una partida, introduzca [wordle]mi_palabra[/wordle] en algún lugar de un post de nivel superior."
-
-#: ../../addon/fediwordle/Mod_Fediwordle.php:25
-msgid "Your contacts can post their guess in the comments."
-msgstr "Sus contactos pueden publicar sus conjeturas en los comentarios."
-
-#: ../../addon/fediwordle/Mod_Fediwordle.php:26
-msgid ""
-"Your channel will evaluate the guess and automatically post the response."
-msgstr "Su canal evaluará la conjetura y publicará automáticamente la respuesta."
-
-#: ../../addon/fediwordle/Mod_Fediwordle.php:28
-msgid "Correct letters"
-msgstr "Letras correctas"
-
-#: ../../addon/fediwordle/Mod_Fediwordle.php:29
-msgid "Letters contained in the word but at the wrong spot"
-msgstr "Letras contenidas en la palabra pero en el lugar equivocado"
-
-#: ../../addon/fediwordle/Mod_Fediwordle.php:30
-msgid "Letters not contained in the word"
-msgstr "Letras no contenidas en la palabra"
-
-#: ../../addon/ldapauth/ldapauth.php:101
-msgid "An account has been created for you."
-msgstr "Se ha creado una cuenta para usted."
-
-#: ../../addon/ldapauth/ldapauth.php:108
-msgid "Authentication successful but rejected: account creation is disabled."
-msgstr "Autenticación correcta pero rechazada: la creación de cuentas está deshabilitada."
-
-#: ../../addon/dwpost/Mod_Dwpost.php:26
-msgid "Dreamwidth Crosspost Connector Settings saved."
-msgstr "Se han guardado los ajustes del conector de publicación cruzada Dreamwidth."
-
-#: ../../addon/dwpost/Mod_Dwpost.php:51
-msgid "Dreamwidth username"
-msgstr "Nombre de usuario en Dreamwidth"
-
-#: ../../addon/dwpost/Mod_Dwpost.php:55
-msgid "Dreamwidth password"
-msgstr "Contraseña en Dreamwidth"
-
-#: ../../addon/dwpost/Mod_Dwpost.php:59
-msgid "Post to Dreamwidth by default"
-msgstr "Publicar en Dreamwidth de forma predeterminada"
-
-#: ../../addon/dwpost/Mod_Dwpost.php:75
-msgid "Dreamwidth Crosspost Connector"
-msgstr "Dreamwidth Crosspost Connector"
-
-#: ../../addon/dwpost/dwpost.php:49
-msgid "Post to Dreamwidth"
-msgstr "Publicar en Dreamwidth"
-
-#: ../../addon/morepokes/morepokes.php:19
-msgid "bitchslap"
-msgstr "una bofetada humillante"
-
-#: ../../addon/morepokes/morepokes.php:19
-msgid "bitchslapped"
-msgstr "ha abofeteado de forma humillante a"
-
-#: ../../addon/morepokes/morepokes.php:20
-msgid "shag"
-msgstr "un polvo"
-
-#: ../../addon/morepokes/morepokes.php:20
-msgid "shagged"
-msgstr "ha dejado exhausto/a a"
-
-#: ../../addon/morepokes/morepokes.php:21
-msgid "patent"
-msgstr "una patente"
-
-#: ../../addon/morepokes/morepokes.php:21
-msgid "patented"
-msgstr "ha patentado a"
-
-#: ../../addon/morepokes/morepokes.php:22
-msgid "hug"
-msgstr "un abrazo"
-
-#: ../../addon/morepokes/morepokes.php:22
-msgid "hugged"
-msgstr "ha abrazado a"
-
-#: ../../addon/morepokes/morepokes.php:23
-msgid "murder"
-msgstr "un asesinato"
-
-#: ../../addon/morepokes/morepokes.php:23
-msgid "murdered"
-msgstr "ha asesinado a"
-
-#: ../../addon/morepokes/morepokes.php:24
-msgid "worship"
-msgstr "una alabanza"
-
-#: ../../addon/morepokes/morepokes.php:24
-msgid "worshipped"
-msgstr "ha elogiado a"
-
-#: ../../addon/morepokes/morepokes.php:25
-msgid "kiss"
-msgstr "un beso"
-
-#: ../../addon/morepokes/morepokes.php:25
-msgid "kissed"
-msgstr "ha besado a"
-
-#: ../../addon/morepokes/morepokes.php:26
-msgid "tempt"
-msgstr "una tentación"
-
-#: ../../addon/morepokes/morepokes.php:26
-msgid "tempted"
-msgstr "ha tentado a"
-
-#: ../../addon/morepokes/morepokes.php:27
-msgid "raise eyebrows at"
-msgstr "un levantamiento de cejas"
-
-#: ../../addon/morepokes/morepokes.php:27
-msgid "raised their eyebrows at"
-msgstr "ha levantado las cejas a"
-
-#: ../../addon/morepokes/morepokes.php:28
-msgid "insult"
-msgstr "un insulto"
-
-#: ../../addon/morepokes/morepokes.php:28
-msgid "insulted"
-msgstr "ha insultado a"
-
-#: ../../addon/morepokes/morepokes.php:29
-msgid "praise"
-msgstr "un elogio"
-
-#: ../../addon/morepokes/morepokes.php:29
-msgid "praised"
-msgstr "ha elogiado a"
-
-#: ../../addon/morepokes/morepokes.php:30
-msgid "be dubious of"
-msgstr "una indecisión"
-
-#: ../../addon/morepokes/morepokes.php:30
-msgid "was dubious of"
-msgstr "estaba dudoso de"
-
-#: ../../addon/morepokes/morepokes.php:31
-msgid "eat"
-msgstr "una comida"
-
-#: ../../addon/morepokes/morepokes.php:31
-msgid "ate"
-msgstr "ha comido"
-
-#: ../../addon/morepokes/morepokes.php:32
-msgid "giggle and fawn at"
-msgstr "una sonrisa aduladora"
-
-#: ../../addon/morepokes/morepokes.php:32
-msgid "giggled and fawned at"
-msgstr "ha sonreído y adulado a"
-
-#: ../../addon/morepokes/morepokes.php:33
-msgid "doubt"
-msgstr "una duda"
-
-#: ../../addon/morepokes/morepokes.php:33
-msgid "doubted"
-msgstr "ha dudado de"
-
-#: ../../addon/morepokes/morepokes.php:34
-msgid "glare"
-msgstr "una mirada furiosa"
-
-#: ../../addon/morepokes/morepokes.php:34
-msgid "glared at"
-msgstr "ha mirado con furia"
-
-#: ../../addon/morepokes/morepokes.php:35
-msgid "fuck"
-msgstr "una mierda"
-
-#: ../../addon/morepokes/morepokes.php:35
-msgid "fucked"
-msgstr "ha mandado a la mierda a"
-
-#: ../../addon/morepokes/morepokes.php:36
-msgid "bonk"
-msgstr "un golpe"
-
-#: ../../addon/morepokes/morepokes.php:36
-msgid "bonked"
-msgstr "ha golpeado a"
-
-#: ../../addon/morepokes/morepokes.php:37
-msgid "declare undying love for"
-msgstr "una declaración de amor eterno"
-
-#: ../../addon/morepokes/morepokes.php:37
-msgid "declared undying love for"
-msgstr "ha declarado amor eterno a"
+msgid "Registration request at %s"
+msgstr "Solicitud de registro en %s"
-#: ../../addon/rendezvous/rendezvous.php:57
-msgid "Errors encountered deleting database table "
-msgstr "Errores encontrados al eliminar la tabla de la base de datos"
+#: ../../include/account.php:600
+msgid "your registration password"
+msgstr "su contraseña de registro"
-#: ../../addon/rendezvous/rendezvous.php:95
-#: ../../addon/twitter/twitter.php:502
-msgid "Submit Settings"
-msgstr "Enviar los ajustes"
+#: ../../include/account.php:606 ../../include/account.php:695
+#, php-format
+msgid "Registration details for %s"
+msgstr "Detalles del registro de %s"
-#: ../../addon/rendezvous/rendezvous.php:96
-msgid "Drop tables when uninstalling?"
-msgstr "¿Eliminar tablas al desinstalar?"
+#: ../../include/account.php:706
+msgid "Account approved."
+msgstr "Cuenta aprobada."
-#: ../../addon/rendezvous/rendezvous.php:96
-msgid ""
-"If checked, the Rendezvous database tables will be deleted when the plugin "
-"is uninstalled."
-msgstr "Si se selecciona, las tablas de la base de datos Rendezvous se eliminarán cuando se desinstale el plugin."
+#: ../../include/account.php:762
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registro revocado para %s"
-#: ../../addon/rendezvous/rendezvous.php:97
-msgid "Mapbox Access Token"
-msgstr "Token de acceso de Mapbox"
+#: ../../include/account.php:769
+#, php-format
+msgid "Could not revoke registration for %s"
+msgstr "No se ha podido revocar el registro de %s"
-#: ../../addon/rendezvous/rendezvous.php:97
-msgid ""
-"If you enter a Mapbox access token, it will be used to retrieve map tiles "
-"from Mapbox instead of the default OpenStreetMap tile server."
-msgstr "Si introduce un token de acceso a Mapbox, se utilizará para recuperar los mapas de mosaicos de imágenes de Mapbox en lugar del servidor de mosaico de imágenes OpenStreetMap predeterminado."
+#: ../../include/account.php:1186 ../../include/account.php:1188
+msgid "Click here to upgrade."
+msgstr "Pulse aquí para actualizar"
-#: ../../addon/rendezvous/rendezvous.php:162
-msgid "Rendezvous"
-msgstr "Rendezvous"
+#: ../../include/account.php:1194
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Esta acción supera los límites establecidos por su plan de suscripción "
-#: ../../addon/rendezvous/rendezvous.php:167
-msgid ""
-"This identity has been deleted by another member due to inactivity. Please "
-"press the \"New identity\" button or refresh the page to register a new "
-"identity. You may use the same name."
-msgstr "Esta identidad ha sido eliminada por otro miembro debido a su inactividad. Pulse el botón \"Nueva identidad\" o actualice la página para registrar una nueva identidad. Puede usar el mismo nombre."
+#: ../../include/account.php:1199
+msgid "This action is not available under your subscription plan."
+msgstr "Esta acción no está disponible en su plan de suscripción."
-#: ../../addon/rendezvous/rendezvous.php:168
-msgid "Welcome to Rendezvous!"
-msgstr "¡Bienvenido/a a Rendevous!"
+#: ../../include/account.php:1259
+msgid "open"
+msgstr "abierto"
-#: ../../addon/rendezvous/rendezvous.php:169
-msgid ""
-"Enter your name to join this rendezvous. To begin sharing your location with"
-" the other members, tap the GPS control. When your location is discovered, a"
-" red dot will appear and others will be able to see you on the map."
-msgstr "Introduzca tu nombre para unirse a esta cita. Para comenzar a compartir su ubicación con los demás miembros, pulse en el control GPS. Cuando se descubra su ubicación, aparecerá un punto rojo y otros podrán verlo en el mapa."
+#: ../../include/account.php:1259
+msgid "closed"
+msgstr "cerrado"
-#: ../../addon/rendezvous/rendezvous.php:171
-msgid "Let's meet here"
-msgstr "Reunámonos aquí"
+#: ../../include/account.php:1266
+msgid "Registration is currently"
+msgstr "El registro está actualmente "
-#: ../../addon/rendezvous/rendezvous.php:173
-#: ../../addon/cart/submodules/hzservices.php:657
-#: ../../addon/cart/submodules/manualcat.php:260
-#: ../../Zotlabs/Module/Cdav.php:1005 ../../Zotlabs/Module/Appman.php:210
-#: ../../Zotlabs/Module/Rbmark.php:100
-msgid "Description"
-msgstr "Descripción"
+#: ../../include/account.php:1275
+msgid "please come back"
+msgstr "por favor, vuelva"
-#: ../../addon/rendezvous/rendezvous.php:174
-msgid "New marker"
-msgstr "Nuevo marcador"
+#: ../../include/help.php:82
+msgid "Help:"
+msgstr "Ayuda:"
-#: ../../addon/rendezvous/rendezvous.php:175
-msgid "Edit marker"
-msgstr "Editar un marcador"
+#: ../../include/help.php:119 ../../include/help.php:127
+#: ../../include/nav.php:181 ../../include/nav.php:328
+#: ../../Zotlabs/Lib/Apps.php:353 ../../Zotlabs/Module/Layouts.php:184
+msgid "Help"
+msgstr "Ayuda"
-#: ../../addon/rendezvous/rendezvous.php:176
-msgid "New identity"
-msgstr "Nueva identidad"
+#: ../../include/help.php:131
+msgid "Not Found"
+msgstr "No encontrado"
-#: ../../addon/rendezvous/rendezvous.php:177
-msgid "Delete marker"
-msgstr "Eliminar un marcador"
+#: ../../include/help.php:134 ../../addon/cards/cards.php:104
+#: ../../addon/articles/articles.php:105
+#: ../../addon/wiki/Lib/NativeWikiPage.php:545
+#: ../../Zotlabs/Module/Page.php:136 ../../Zotlabs/Module/Display.php:147
+#: ../../Zotlabs/Module/Block.php:77 ../../Zotlabs/Web/Router.php:186
+msgid "Page not found."
+msgstr "Página no encontrada."
-#: ../../addon/rendezvous/rendezvous.php:178
-msgid "Delete member"
-msgstr "Eliminar un miembro"
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "¿Borrar este elemento?"
-#: ../../addon/rendezvous/rendezvous.php:179
-msgid "Edit proximity alert"
-msgstr "Editar alerta de proximidad"
+#: ../../include/js_strings.php:6 ../../Zotlabs/Module/Moderate.php:78
+msgid "Item deleted"
+msgstr "Elemento eliminado"
-#: ../../addon/rendezvous/rendezvous.php:180
-msgid ""
-"A proximity alert will be issued when this member is within a certain radius"
-" of you.<br><br>Enter a radius in meters (0 to disable):"
-msgstr "Se emitirá una alerta de proximidad cuando este miembro esté dentro de un radio determinado respecto a usted.<br><br> Ingrese el radio en metros (0 para deshabilitar):"
+#: ../../include/js_strings.php:7 ../../Zotlabs/Lib/ThreadItem.php:831
+#: ../../Zotlabs/Module/Photos.php:1094 ../../Zotlabs/Module/Photos.php:1207
+msgid "Comment"
+msgstr "Comentar"
-#: ../../addon/rendezvous/rendezvous.php:180
-#: ../../addon/rendezvous/rendezvous.php:185
-msgid "distance"
-msgstr "distancia"
+#: ../../include/js_strings.php:8 ../../Zotlabs/Lib/ThreadItem.php:540
+#, php-format
+msgid "%s show all"
+msgstr "%s mostrar todo"
-#: ../../addon/rendezvous/rendezvous.php:181
-msgid "Proximity alert distance (meters)"
-msgstr "Distancia (en metros) para la alerta de proximidad"
+#: ../../include/js_strings.php:9
+#, php-format
+msgid "%s show less"
+msgstr "%s mostrar menos"
-#: ../../addon/rendezvous/rendezvous.php:182
-#: ../../addon/rendezvous/rendezvous.php:184
-msgid ""
-"A proximity alert will be issued when you are within a certain radius of the"
-" marker location.<br><br>Enter a radius in meters (0 to disable):"
-msgstr "Se emitirá una alerta de proximidad cuando usted esté dentro de un radio determinado respecto al marcador de localización.<br><br> Ingrese el radio en metros (0 para deshabilitar):"
+#: ../../include/js_strings.php:10
+#, php-format
+msgid "%s expand"
+msgstr "%s expandir"
-#: ../../addon/rendezvous/rendezvous.php:183
-msgid "Marker proximity alert"
-msgstr "Marcador de alerta de proximidad"
+#: ../../include/js_strings.php:11
+#, php-format
+msgid "%s collapse"
+msgstr "%s contraer"
-#: ../../addon/rendezvous/rendezvous.php:186
-msgid "Reminder note"
-msgstr "Recordatorio"
+#: ../../include/js_strings.php:12
+msgid "Password too short"
+msgstr "Contraseña demasiado corta"
-#: ../../addon/rendezvous/rendezvous.php:187
-msgid ""
-"Enter a note to be displayed when you are within the specified proximity..."
-msgstr "Introduzca una nota que se mostrará cuando esté dentro de la proximidad especificada..."
+#: ../../include/js_strings.php:13 ../../Zotlabs/Module/Register.php:161
+msgid "Passwords do not match"
+msgstr "Las contraseñas no coinciden"
-#: ../../addon/rendezvous/rendezvous.php:199
-msgid "Add new rendezvous"
-msgstr "Añadir una nueva cita"
+#: ../../include/js_strings.php:14
+msgid "everybody"
+msgstr "cualquiera"
-#: ../../addon/rendezvous/rendezvous.php:200
-msgid ""
-"Create a new rendezvous and share the access link with those you wish to "
-"invite to the group. Those who open the link become members of the "
-"rendezvous. They can view other member locations, add markers to the map, or"
-" share their own locations with the group."
-msgstr "Cree una nueva cita y comparta los enlaces de acceso con los que desea invitar al grupo. Aquellos que abran el enlace se convertirán en miembros de la cita. Pueden ver otras ubicaciones de miembros, añadir marcadores al mapa o compartir sus propias ubicaciones con el grupo."
+#: ../../include/js_strings.php:15
+msgid "Secret Passphrase"
+msgstr "Contraseña secreta"
-#: ../../addon/rendezvous/rendezvous.php:232
-msgid "You have no rendezvous. Press the button above to create a rendezvous!"
-msgstr "No tiene ninguna cita. ¡Presione el botón de arriba para crear una!"
+#: ../../include/js_strings.php:16
+msgid "Passphrase hint"
+msgstr "Pista de contraseña"
-#: ../../addon/rendezvous/rendezvous.php:401
-#: ../../Zotlabs/Module/Setup.php:730
-msgid "Errors encountered creating database tables."
-msgstr "Se han encontrado errores al crear las tablas de la base de datos."
+#: ../../include/js_strings.php:17
+msgid "Notice: Permissions have changed but have not yet been submitted."
+msgstr "Aviso: los permisos han cambiado pero aún no han sido enviados."
-#: ../../addon/startpage/Mod_Startpage.php:60
-msgid "Page to load after login"
-msgstr "Página para cargar tras el inicio de sesión"
+#: ../../include/js_strings.php:18
+msgid "close all"
+msgstr "cerrar todo"
-#: ../../addon/startpage/Mod_Startpage.php:60
-msgid ""
-"Examples: &quot;apps&quot;, &quot;network?f=&gid=37&quot; (privacy "
-"collection), &quot;channel&quot; or &quot;notifications/system&quot; (leave "
-"blank for default network page (grid)."
-msgstr "Ejemplos: &quot;aplicaciones&quot;, &quot;mi red?f=&gid=37&quot; (grupo de canales), &quot;mi canal&quot; or &quot;notificaciones del sistema&quot; (dejar en blanco para la página de mi red por defecto (grid)."
+#: ../../include/js_strings.php:19
+msgid "Nothing new here"
+msgstr "Nada nuevo por aquí"
-#: ../../addon/startpage/Mod_Startpage.php:68
-msgid "Startpage"
-msgstr "Startpage"
+#: ../../include/js_strings.php:20
+msgid "Rate This Channel (this is public)"
+msgstr "Valorar este canal (esto es público)"
-#: ../../addon/upgrade_info/upgrade_info.php:48
-msgid "Your channel has been upgraded to $Projectname version"
-msgstr "Su canal ha sido actualizado a la versión $Projectname"
+#: ../../include/js_strings.php:21
+msgid "Rating"
+msgstr "Valoración"
-#: ../../addon/upgrade_info/upgrade_info.php:50
-msgid "Please have a look at the"
-msgstr "Por favor, eche un vistazo a la "
+#: ../../include/js_strings.php:22
+msgid "Describe (optional)"
+msgstr "Describir (opcional)"
-#: ../../addon/upgrade_info/upgrade_info.php:52
-msgid "git history"
-msgstr "historial del git"
+#: ../../include/js_strings.php:24
+msgid "Please enter a link URL"
+msgstr "Por favor, introduzca una dirección de enlace"
-#: ../../addon/upgrade_info/upgrade_info.php:54
-msgid "change log"
-msgstr "lista de cambios"
+#: ../../include/js_strings.php:25
+msgid "Unsaved changes. Are you sure you wish to leave this page?"
+msgstr "Cambios no guardados. ¿Está seguro de que desea abandonar la página?"
-#: ../../addon/upgrade_info/upgrade_info.php:55
-msgid "for further info."
-msgstr "para más información."
+#: ../../include/js_strings.php:26 ../../Zotlabs/Module/Locs.php:121
+#: ../../Zotlabs/Module/Pubsites.php:54 ../../Zotlabs/Module/Profiles.php:479
+#: ../../Zotlabs/Module/Profiles.php:750 ../../Zotlabs/Module/Cdav.php:1006
+msgid "Location"
+msgstr "Ubicación"
-#: ../../addon/upgrade_info/upgrade_info.php:60
-msgid "Upgrade Info"
-msgstr "Información de actualización"
+#: ../../include/js_strings.php:27
+msgid "lovely"
+msgstr "encantador"
-#: ../../addon/upgrade_info/upgrade_info.php:64
-msgid "Do not show this again"
-msgstr "No mostrar esto de nuevo"
+#: ../../include/js_strings.php:28
+msgid "wonderful"
+msgstr "fabuloso"
-#: ../../addon/twitter/Mod_Twitter.php:65
-msgid "Twitter settings updated."
-msgstr "Se han actualizado los ajustes de Twitter."
+#: ../../include/js_strings.php:29
+msgid "fantastic"
+msgstr "fantástico"
-#: ../../addon/twitter/Mod_Twitter.php:101
-msgid ""
-"No consumer key pair for Twitter found. Please contact your site "
-"administrator."
-msgstr "No se encontró ningún par de \"consumer key\" para Twitter. Póngase en contacto con el administrador del sitio."
+#: ../../include/js_strings.php:30
+msgid "great"
+msgstr "grandioso"
-#: ../../addon/twitter/Mod_Twitter.php:123
+#: ../../include/js_strings.php:31
msgid ""
-"At this Hubzilla instance the Twitter plugin was enabled but you have not "
-"yet connected your account to your Twitter account. To do so click the "
-"button below to get a PIN from Twitter which you have to copy into the input"
-" box below and submit the form. Only your <strong>public</strong> posts will"
-" be posted to Twitter."
-msgstr "En esta instancia de Hubzilla, el complemento de Twitter estaba habilitado pero aún no ha conectado su cuenta a la cuenta de Twitter. Para ello, haga clic en el botón de abajo, para obtener un PIN de Twitter que debe copiar en el cuadro de entrada a continuación y enviar el formulario. Solo sus entradas <strong>públicas</ strong> se publicarán en Twitter."
-
-#: ../../addon/twitter/Mod_Twitter.php:125
-msgid "Log in with Twitter"
-msgstr "Iniciar sesión en Twitter"
-
-#: ../../addon/twitter/Mod_Twitter.php:128
-msgid "Copy the PIN from Twitter here"
-msgstr "Copiar aquí el PIN de Twitter"
+"Your chosen nickname was either already taken or not valid. Please use our "
+"suggestion ("
+msgstr "El nombre de usuario elegido ya está en uso o no es válido. Por favor, utilice nuestra sugerencia ("
-#: ../../addon/twitter/Mod_Twitter.php:150
-msgid ""
-"<strong>Note:</strong> Due your privacy settings (<em>Hide your profile "
-"details from unknown viewers?</em>) the link potentially included in public "
-"postings relayed to Twitter will lead the visitor to a blank page informing "
-"the visitor that the access to your profile has been restricted."
-msgstr "<strong>Aviso:</strong> Debido a su configuración de privacidad (<em>Ocultar los detalles de su perfil a los visitantes desconocidos?</em>), el enlace potencialmente incluido en las entradas públicas retransmitidas a Twitter llevará al visitante a una página en blanco informándolo de que el acceso a su perfil ha sido restringido."
+#: ../../include/js_strings.php:32
+msgid ") or enter a new one."
+msgstr ") o introduzca uno nuevo."
-#: ../../addon/twitter/Mod_Twitter.php:155
-msgid "Twitter post length"
-msgstr "Longitud del mensaje en Twitter"
+#: ../../include/js_strings.php:33
+msgid "Thank you, this nickname is valid."
+msgstr "Gracias, este alias es válido."
-#: ../../addon/twitter/Mod_Twitter.php:155
-msgid "Maximum tweet length"
-msgstr "Longitud máxima del tweet"
+#: ../../include/js_strings.php:34
+msgid "A channel name is required."
+msgstr "Se requiere un nombre de canal"
-#: ../../addon/twitter/Mod_Twitter.php:160
-msgid "Send public postings to Twitter by default"
-msgstr "Enviar mensajes públicos a Twitter de forma predeterminada"
+#: ../../include/js_strings.php:35
+msgid "This is a "
+msgstr "Esto es un "
-#: ../../addon/twitter/Mod_Twitter.php:160
-msgid ""
-"If enabled your public postings will be posted to the associated Twitter "
-"account by default"
-msgstr "Si está activado, sus entradas públicas se publicarán en la cuenta de Twitter asociada de forma predeterminada."
+#: ../../include/js_strings.php:36
+msgid " channel name"
+msgstr "nombre de canal"
-#: ../../addon/twitter/Mod_Twitter.php:179
-msgid "Twitter Crosspost Connector"
-msgstr "Twitter Crosspost Connector"
+#: ../../include/js_strings.php:37
+msgid "Back to reply"
+msgstr "Volver a la respuesta"
-#: ../../addon/twitter/twitter.php:109
-msgid "Post to Twitter"
-msgstr "Publicar en Twitter"
+#: ../../include/js_strings.php:38
+msgid "Pinned"
+msgstr "Anclado/a"
-#: ../../addon/pumpio/pumpio.php:152
-msgid "You are now authenticated to pumpio."
-msgstr "Ahora está autenticado en pump.io."
+#: ../../include/js_strings.php:39 ../../Zotlabs/Lib/ThreadItem.php:473
+msgid "Pin to the top"
+msgstr "Anclar en la parte superior"
-#: ../../addon/pumpio/pumpio.php:153
-msgid "return to the featured settings page"
-msgstr "Volver a la página de configuración destacada"
+#: ../../include/js_strings.php:40 ../../Zotlabs/Lib/ThreadItem.php:473
+#: ../../Zotlabs/Widget/Pinned.php:160
+msgid "Unpin from the top"
+msgstr "Desanclar de la parte superior"
-#: ../../addon/pumpio/pumpio.php:168
-msgid "Post to Pump.io"
-msgstr "Publicar en Pump.io"
+#: ../../include/js_strings.php:46
+#, php-format
+msgid "%d minutes"
+msgid_plural "%d minutes"
+msgstr[0] "%d minutos"
+msgstr[1] "%d minutos"
+msgstr[2] "%d minutos"
-#: ../../addon/pumpio/Mod_Pumpio.php:40
-msgid "Pump.io Settings saved."
-msgstr "Se han guardado los ajustes de Pump.io"
+#: ../../include/js_strings.php:47
+#, php-format
+msgid "about %d hours"
+msgid_plural "about %d hours"
+msgstr[0] "alrededor de %d horas"
+msgstr[1] "alrededor de %d horas"
+msgstr[2] "alrededor de %d horas"
-#: ../../addon/pumpio/Mod_Pumpio.php:71
-msgid "Pump.io servername"
-msgstr "Nombre del servidor de Pump.io"
+#: ../../include/js_strings.php:48
+#, php-format
+msgid "%d days"
+msgid_plural "%d days"
+msgstr[0] "%d días"
+msgstr[1] "%d días"
+msgstr[2] "%d días"
-#: ../../addon/pumpio/Mod_Pumpio.php:71
-msgid "Without \"http://\" or \"https://\""
-msgstr "Sin \"http://\" or \"https://\""
+#: ../../include/js_strings.php:49
+#, php-format
+msgid "%d months"
+msgid_plural "%d months"
+msgstr[0] "%d meses"
+msgstr[1] "%d meses"
+msgstr[2] "%d meses"
-#: ../../addon/pumpio/Mod_Pumpio.php:75
-msgid "Pump.io username"
-msgstr "Nombre de usuario en Pump.io"
+#: ../../include/js_strings.php:50
+#, php-format
+msgid "%d years"
+msgid_plural "%d years"
+msgstr[0] "%d años"
+msgstr[1] "%d años"
+msgstr[2] "%d años"
-#: ../../addon/pumpio/Mod_Pumpio.php:75
-msgid "Without the servername"
-msgstr "Sin el nombre del servidor"
+#: ../../include/js_strings.php:55
+msgid "timeago.prefixAgo"
+msgstr "hace "
-#: ../../addon/pumpio/Mod_Pumpio.php:86
-msgid "You are not authenticated to pumpio"
-msgstr "No está autenticado en pump.io"
+#: ../../include/js_strings.php:56
+msgid "timeago.prefixFromNow"
+msgstr "en "
-#: ../../addon/pumpio/Mod_Pumpio.php:88
-msgid "(Re-)Authenticate your pump.io connection"
-msgstr "(Re-)Autenticar su conexión en pump.io"
+#: ../../include/js_strings.php:57
+msgid "timeago.suffixAgo"
+msgstr "NONE"
-#: ../../addon/pumpio/Mod_Pumpio.php:92
-msgid "Post to pump.io by default"
-msgstr "Publicar por defecto en pump.io"
+#: ../../include/js_strings.php:58
+msgid "timeago.suffixFromNow"
+msgstr "NONE"
-#: ../../addon/pumpio/Mod_Pumpio.php:96
-msgid "Should posts be public"
-msgstr "¿Las entradas deben ser públicas?"
+#: ../../include/js_strings.php:61
+msgid "less than a minute"
+msgstr "menos de un minuto"
-#: ../../addon/pumpio/Mod_Pumpio.php:100
-msgid "Mirror all public posts"
-msgstr "Reflejar todos los mensajes públicos"
+#: ../../include/js_strings.php:62
+msgid "about a minute"
+msgstr "alrededor de un minuto"
-#: ../../addon/pumpio/Mod_Pumpio.php:110
-msgid "Pump.io Crosspost Connector"
-msgstr "Pump.io Crosspost Connector"
+#: ../../include/js_strings.php:64
+msgid "about an hour"
+msgstr "alrededor de una hora"
-#: ../../addon/gravatar/gravatar.php:123
-msgid "generic profile image"
-msgstr "imagen del perfil general"
+#: ../../include/js_strings.php:66
+msgid "a day"
+msgstr "un día"
-#: ../../addon/gravatar/gravatar.php:124
-msgid "random geometric pattern"
-msgstr "patrón geométrico aleatorio"
+#: ../../include/js_strings.php:68
+msgid "about a month"
+msgstr "alrededor de un mes"
-#: ../../addon/gravatar/gravatar.php:125
-msgid "monster face"
-msgstr "cara de monstruo"
+#: ../../include/js_strings.php:70
+msgid "about a year"
+msgstr "alrededor de un año"
-#: ../../addon/gravatar/gravatar.php:126
-msgid "computer generated face"
-msgstr "cara generada por ordenador"
+#: ../../include/js_strings.php:72
+msgid " "
+msgstr " "
-#: ../../addon/gravatar/gravatar.php:127
-msgid "retro arcade style face"
-msgstr "cara de estilo retro arcade"
+#: ../../include/js_strings.php:73
+msgid "timeago.numbers"
+msgstr "timeago.numbers"
-#: ../../addon/gravatar/gravatar.php:128
-msgid "Hub default profile photo"
-msgstr "Foto del perfil por defecto del hub"
+#: ../../include/js_strings.php:75 ../../include/text.php:1504
+msgid "January"
+msgstr "enero"
-#: ../../addon/gravatar/gravatar.php:143
-msgid "Information"
-msgstr "Información"
+#: ../../include/js_strings.php:76 ../../include/text.php:1504
+msgid "February"
+msgstr "febrero"
-#: ../../addon/gravatar/gravatar.php:143
-msgid ""
-"Libravatar addon is installed, too. Please disable Libravatar addon or this "
-"Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if "
-"nothing was found at Libravatar."
-msgstr "El addon Libravatar también está instalado. Por favor deshabilite el addon de Libravatar o este addon de Gravatar.<br> El addon de Libravatar volverá a Gravatar si no se encuentra nada en Libravatar."
+#: ../../include/js_strings.php:77 ../../include/text.php:1504
+msgid "March"
+msgstr "marzo"
-#: ../../addon/gravatar/gravatar.php:150
-#: ../../addon/msgfooter/msgfooter.php:46 ../../addon/xmpp/xmpp.php:43
-msgid "Save Settings"
-msgstr "Guardar ajustes"
+#: ../../include/js_strings.php:78 ../../include/text.php:1504
+msgid "April"
+msgstr "abril"
-#: ../../addon/gravatar/gravatar.php:151
-msgid "Default avatar image"
-msgstr "Imagen del avatar por defecto"
+#: ../../include/js_strings.php:79
+msgctxt "long"
+msgid "May"
+msgstr "mayo"
-#: ../../addon/gravatar/gravatar.php:151
-msgid "Select default avatar image if none was found at Gravatar. See README"
-msgstr "Selecciona la imagen de avatar predeterminada si no se encontró ninguna en Gravatar. Ver README"
+#: ../../include/js_strings.php:80 ../../include/text.php:1504
+msgid "June"
+msgstr "junio"
-#: ../../addon/gravatar/gravatar.php:152
-msgid "Rating of images"
-msgstr "Valoración de las imágenes"
+#: ../../include/js_strings.php:81 ../../include/text.php:1504
+msgid "July"
+msgstr "julio"
-#: ../../addon/gravatar/gravatar.php:152
-msgid "Select the appropriate avatar rating for your site. See README"
-msgstr "Seleccione la valoración adecuada del avatar para su sitio. Ver README"
+#: ../../include/js_strings.php:82 ../../include/text.php:1504
+msgid "August"
+msgstr "agosto"
-#: ../../addon/gravatar/gravatar.php:165
-msgid "Gravatar settings updated."
-msgstr "Se han actualizado los ajustes de Gravatar."
+#: ../../include/js_strings.php:83 ../../include/text.php:1504
+msgid "September"
+msgstr "septiembre"
-#: ../../addon/msgfooter/msgfooter.php:47
-msgid "text to include in all outgoing posts from this site"
-msgstr "texto a incluir en todos los mensajes salientes de este sitio"
+#: ../../include/js_strings.php:84 ../../include/text.php:1504
+msgid "October"
+msgstr "octubre"
-#: ../../addon/sendzid/Mod_Sendzid.php:21
-msgid "Send your identity to all websites"
-msgstr "Enviar su identidad a todos los sitios web"
+#: ../../include/js_strings.php:85 ../../include/text.php:1504
+msgid "November"
+msgstr "noviembre"
-#: ../../addon/sendzid/Mod_Sendzid.php:29
-msgid "Send ZID"
-msgstr "Enviar ZID"
+#: ../../include/js_strings.php:86 ../../include/text.php:1504
+msgid "December"
+msgstr "diciembre"
-#: ../../addon/cart/widgets/catalogitem.php:57
-#: ../../addon/cart/submodules/hzservices.php:660
-#: ../../addon/cart/submodules/manualcat.php:263
-msgid "Price"
-msgstr "Precio"
+#: ../../include/js_strings.php:87
+msgid "Jan"
+msgstr "ene"
-#: ../../addon/cart/manual_payments.php:7
-msgid "Error: order mismatch. Please try again."
-msgstr "Error: desajuste de pedidos. Por favor, inténtelo de nuevo."
+#: ../../include/js_strings.php:88
+msgid "Feb"
+msgstr "feb"
-#: ../../addon/cart/manual_payments.php:61
-msgid "Manual payments are not enabled."
-msgstr "Los pagos manuales no están habilitados."
+#: ../../include/js_strings.php:89
+msgid "Mar"
+msgstr "mar"
-#: ../../addon/cart/manual_payments.php:68
-#: ../../addon/cart/submodules/paypalbutton.php:392
-#: ../../addon/cart/submodules/paypalbuttonV2.php:417
-#: ../../addon/cart/cart.php:1632
-msgid "Order not found."
-msgstr "El pedido no se ha encontrado."
+#: ../../include/js_strings.php:90
+msgid "Apr"
+msgstr "abr"
-#: ../../addon/cart/manual_payments.php:77
-msgid "Finished"
-msgstr "Terminado"
+#: ../../include/js_strings.php:91
+msgctxt "short"
+msgid "May"
+msgstr "may"
-#: ../../addon/cart/submodules/subscriptions.php:151
-msgid "Enable Subscription Management Module"
-msgstr "Habilitar el módulo de gestión de suscripciones"
+#: ../../include/js_strings.php:92
+msgid "Jun"
+msgstr "jun"
-#: ../../addon/cart/submodules/subscriptions.php:223
-msgid ""
-"Cannot include subscription items with different terms in the same order."
-msgstr "No se pueden incluir artículos de suscripción con términos diferentes en el mismo orden."
+#: ../../include/js_strings.php:93
+msgid "Jul"
+msgstr "jul"
-#: ../../addon/cart/submodules/subscriptions.php:372
-msgid "Select Subscription to Edit"
-msgstr "Seleccione suscripción a editar"
+#: ../../include/js_strings.php:94
+msgid "Aug"
+msgstr "ago"
-#: ../../addon/cart/submodules/subscriptions.php:380
-msgid "Edit Subscriptions"
-msgstr "Editar suscripciones"
+#: ../../include/js_strings.php:95
+msgid "Sep"
+msgstr "sep"
-#: ../../addon/cart/submodules/subscriptions.php:414
-msgid "Subscription SKU"
-msgstr "SKU de la suscripción"
+#: ../../include/js_strings.php:96
+msgid "Oct"
+msgstr "oct"
-#: ../../addon/cart/submodules/subscriptions.php:419
-msgid "Catalog Description"
-msgstr "Descripción del catálogo"
+#: ../../include/js_strings.php:97
+msgid "Nov"
+msgstr "nov"
-#: ../../addon/cart/submodules/subscriptions.php:423
-msgid "Subscription available for purchase."
-msgstr "Suscripción disponible para la compra."
+#: ../../include/js_strings.php:98
+msgid "Dec"
+msgstr "dic"
-#: ../../addon/cart/submodules/subscriptions.php:428
-msgid "Maximum active subscriptions to this item per account."
-msgstr "Máximo de suscripciones activas a este artículo por cuenta."
+#: ../../include/js_strings.php:99 ../../include/text.php:1500
+msgid "Sunday"
+msgstr "domingo"
-#: ../../addon/cart/submodules/subscriptions.php:431
-msgid "Subscription price."
-msgstr "Precio de la suscripción."
+#: ../../include/js_strings.php:100 ../../include/text.php:1500
+msgid "Monday"
+msgstr "lunes"
-#: ../../addon/cart/submodules/subscriptions.php:435
-msgid "Quantity"
-msgstr "Cuantía"
+#: ../../include/js_strings.php:101 ../../include/text.php:1500
+msgid "Tuesday"
+msgstr "martes"
-#: ../../addon/cart/submodules/subscriptions.php:439
-msgid "Term"
-msgstr "Condición"
+#: ../../include/js_strings.php:102 ../../include/text.php:1500
+msgid "Wednesday"
+msgstr "miércoles"
-#: ../../addon/cart/submodules/hzservices.php:65
-msgid "Enable Hubzilla Services Module"
-msgstr "Habilitar el Módulo de Servicios de Hubzilla"
+#: ../../include/js_strings.php:103 ../../include/text.php:1500
+msgid "Thursday"
+msgstr "jueves"
-#: ../../addon/cart/submodules/hzservices.php:164
-#: ../../addon/cart/submodules/manualcat.php:172
-msgid "New Sku"
-msgstr "Nuevo SKU (número de referencia)"
+#: ../../include/js_strings.php:104 ../../include/text.php:1500
+msgid "Friday"
+msgstr "viernes"
-#: ../../addon/cart/submodules/hzservices.php:199
-#: ../../addon/cart/submodules/manualcat.php:208
-msgid "Cannot save edits to locked item."
-msgstr "No se pueden guardar las ediciones en el elemento bloqueado."
+#: ../../include/js_strings.php:105 ../../include/text.php:1500
+msgid "Saturday"
+msgstr "sábado"
-#: ../../addon/cart/submodules/hzservices.php:248
-#: ../../addon/cart/submodules/hzservices.php:335
-msgid "SKU not found."
-msgstr "No se ha encontrado el SKU"
+#: ../../include/js_strings.php:106
+msgid "Sun"
+msgstr "dom"
-#: ../../addon/cart/submodules/hzservices.php:301
-#: ../../addon/cart/submodules/hzservices.php:305
-msgid "Invalid Activation Directive."
-msgstr "Directiva de activación no válida."
+#: ../../include/js_strings.php:107
+msgid "Mon"
+msgstr "lun"
-#: ../../addon/cart/submodules/hzservices.php:376
-#: ../../addon/cart/submodules/hzservices.php:380
-msgid "Invalid Deactivation Directive."
-msgstr "Directiva de desactivación no válida"
+#: ../../include/js_strings.php:108
+msgid "Tue"
+msgstr "mar"
-#: ../../addon/cart/submodules/hzservices.php:566
-msgid "Add to this privacy group"
-msgstr "Añadir a este grupo de canales"
+#: ../../include/js_strings.php:109
+msgid "Wed"
+msgstr "mié"
-#: ../../addon/cart/submodules/hzservices.php:582
-msgid "Set user service class"
-msgstr "Configurar la clase de servicio al usuario"
+#: ../../include/js_strings.php:110
+msgid "Thu"
+msgstr "jue"
-#: ../../addon/cart/submodules/hzservices.php:609
-msgid "You must be using a local account to purchase this service."
-msgstr "Usted debe estar usando una cuenta local para comprar este servicio."
+#: ../../include/js_strings.php:111
+msgid "Fri"
+msgstr "vie"
-#: ../../addon/cart/submodules/hzservices.php:649
-#: ../../addon/cart/submodules/manualcat.php:252
-msgid "Changes Locked"
-msgstr "Cambios bloqueados"
+#: ../../include/js_strings.php:112
+msgid "Sat"
+msgstr "sáb"
-#: ../../addon/cart/submodules/hzservices.php:653
-#: ../../addon/cart/submodules/manualcat.php:256
-msgid "Item available for purchase."
-msgstr "Artículo disponible para la compra."
+#: ../../include/js_strings.php:113
+msgctxt "calendar"
+msgid "today"
+msgstr "hoy"
-#: ../../addon/cart/submodules/hzservices.php:663
-#: ../../addon/cart/submodules/manualcat.php:266
-msgid "Photo URL"
-msgstr "URL de la foto"
+#: ../../include/js_strings.php:114
+msgctxt "calendar"
+msgid "month"
+msgstr "mes"
-#: ../../addon/cart/submodules/hzservices.php:667
-msgid "Add buyer to privacy group"
-msgstr "Agregar comprador al grupo de canales"
+#: ../../include/js_strings.php:115
+msgctxt "calendar"
+msgid "week"
+msgstr "semana"
-#: ../../addon/cart/submodules/hzservices.php:672
-msgid "Add buyer as connection"
-msgstr "Añadir comprador como conexión"
+#: ../../include/js_strings.php:116
+msgctxt "calendar"
+msgid "day"
+msgstr "día"
-#: ../../addon/cart/submodules/hzservices.php:680
-#: ../../addon/cart/submodules/hzservices.php:722
-msgid "Set Service Class"
-msgstr "Establecer clase de servicio"
+#: ../../include/js_strings.php:117
+msgctxt "calendar"
+msgid "All day"
+msgstr "Todos los días"
-#: ../../addon/cart/submodules/orderoptions.php:70
-msgid "Enable Order/Item Options"
-msgstr "Habilitar las opciones de pedido/artículo"
+#: ../../include/js_strings.php:120
+msgid "Please stand by while your download is being prepared."
+msgstr "Por favor, espere mientras se prepara la descarga."
-#: ../../addon/cart/submodules/orderoptions.php:333
-#: ../../addon/cart/submodules/orderoptions.php:357
-#: ../../addon/cart/submodules/orderoptions.php:433
-#: ../../addon/cart/submodules/orderoptions.php:457
-msgid "Label"
-msgstr "Etiqueta"
+#: ../../include/js_strings.php:123
+msgid "Email address not valid"
+msgstr "Dirección de correo electrónica no válida"
+#: ../../include/js_strings.php:124 ../../include/datetime.php:211
#: ../../addon/cart/submodules/orderoptions.php:334
#: ../../addon/cart/submodules/orderoptions.php:358
#: ../../addon/cart/submodules/orderoptions.php:434
#: ../../addon/cart/submodules/orderoptions.php:458
-#: ../../include/js_strings.php:124 ../../include/datetime.php:211
#: ../../Zotlabs/Module/Register.php:498 ../../Zotlabs/Module/Appman.php:208
#: ../../Zotlabs/Module/Appman.php:209 ../../Zotlabs/Module/Profiles.php:761
#: ../../Zotlabs/Module/Profiles.php:765
@@ -2927,1153 +2237,1183 @@ msgstr "Etiqueta"
msgid "Required"
msgstr "Obligatorio"
-#: ../../addon/cart/submodules/orderoptions.php:336
-#: ../../addon/cart/submodules/orderoptions.php:360
-#: ../../addon/cart/submodules/orderoptions.php:436
-#: ../../addon/cart/submodules/orderoptions.php:460
-msgid "Instructions"
-msgstr "Instrucciones"
-
-#: ../../addon/cart/submodules/paypalbutton.php:85
-msgid "Enable Paypal Button Module"
-msgstr "Habilitar el módulo del botón de Paypal"
-
-#: ../../addon/cart/submodules/paypalbutton.php:93
-#: ../../addon/cart/submodules/paypalbuttonV2.php:96
-msgid "Use Production Key"
-msgstr "Utilizar clave en entorno de producción"
-
-#: ../../addon/cart/submodules/paypalbutton.php:100
-#: ../../addon/cart/submodules/paypalbuttonV2.php:103
-msgid "Paypal Sandbox Client Key"
-msgstr "Clave de cliente en el entorno de pruebas de Paypal"
-
-#: ../../addon/cart/submodules/paypalbutton.php:107
-#: ../../addon/cart/submodules/paypalbuttonV2.php:110
-msgid "Paypal Sandbox Secret Key"
-msgstr "Clave secreta en el entorno de pruebas de Paypal"
-
-#: ../../addon/cart/submodules/paypalbutton.php:113
-#: ../../addon/cart/submodules/paypalbuttonV2.php:116
-msgid "Paypal Production Client Key"
-msgstr "Clave de cliente en el entorno de producción de Paypal"
+#: ../../include/zid.php:410
+#, php-format
+msgid "OpenWebAuth: %1$s welcomes %2$s"
+msgstr "OpenWebAuth: %1$s da la bienvenida a %2$s"
-#: ../../addon/cart/submodules/paypalbutton.php:120
-#: ../../addon/cart/submodules/paypalbuttonV2.php:123
-msgid "Paypal Production Secret Key"
-msgstr "Clave secreta en el entorno de producción de Paypal"
+#: ../../include/conversation.php:147 ../../include/text.php:2352
+#: ../../addon/redphotos/redphotohelper.php:71
+#: ../../addon/pubcrawl/as.php:1958 ../../addon/diaspora/Receiver.php:1693
+#: ../../Zotlabs/Lib/Activity.php:3694 ../../Zotlabs/Module/Subthread.php:115
+#: ../../Zotlabs/Module/Tagger.php:71 ../../Zotlabs/Module/Like.php:453
+msgid "photo"
+msgstr "foto"
-#: ../../addon/cart/submodules/paypalbutton.php:252
-#: ../../addon/cart/submodules/paypalbuttonV2.php:271
-msgid "Paypal button payments are not enabled."
-msgstr "Los pagos con el botón de Paypal no están habilitados."
+#: ../../include/conversation.php:154 ../../Zotlabs/Module/Like.php:184
+msgid "channel"
+msgstr "el canal"
-#: ../../addon/cart/submodules/paypalbutton.php:270
-#: ../../addon/cart/submodules/paypalbuttonV2.php:289
-msgid ""
-"Paypal button payments are not properly configured. Please choose another "
-"payment option."
-msgstr "Los pagos con el botón de Paypal no están configurados correctamente. Por favor, elija otra opción de pago."
+#: ../../include/conversation.php:177 ../../include/markdown.php:208
+#: ../../include/text.php:2358 ../../include/bbcode.php:566
+#: ../../Zotlabs/Lib/Activity.php:3694 ../../Zotlabs/Module/Tagger.php:79
+msgid "post"
+msgstr "la entrada"
-#: ../../addon/cart/submodules/paypalbuttonV2.php:86
-msgid "Enable Paypal Button Module (API-v2)"
-msgstr "Habilitar el módulo de botones de Paypal (API-v2)"
+#: ../../include/conversation.php:179 ../../include/text.php:2360
+#: ../../Zotlabs/Module/Tagger.php:81
+msgid "comment"
+msgstr "el comentario"
-#: ../../addon/cart/submodules/manualcat.php:61
-msgid "Enable Manual Cart Module"
-msgstr "Habilitar el módulo de carro manual"
+#: ../../include/conversation.php:193 ../../addon/pubcrawl/as.php:1993
+#: ../../addon/diaspora/Receiver.php:1628 ../../Zotlabs/Lib/Activity.php:3727
+#: ../../Zotlabs/Module/Like.php:485
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "A %1$s le gusta %3$s de %2$s"
-#: ../../addon/cart/myshop.php:30
-msgid "Access Denied."
-msgstr "Acceso denegado"
+#: ../../include/conversation.php:196 ../../addon/pubcrawl/as.php:1995
+#: ../../Zotlabs/Lib/Activity.php:3729 ../../Zotlabs/Module/Like.php:487
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "A %1$s no le gusta %3$s de %2$s"
-#: ../../addon/cart/myshop.php:113 ../../addon/cart/cart.php:1495
-msgid "Order Not Found"
-msgstr "No se ha encontrado el pedido"
+#: ../../include/conversation.php:202
+#, php-format
+msgid "likes %1$s's %2$s"
+msgstr "gusta de %2$s de %1$s"
-#: ../../addon/cart/myshop.php:145 ../../addon/cart/myshop.php:181
-#: ../../addon/cart/myshop.php:215 ../../addon/cart/myshop.php:265
-#: ../../addon/cart/myshop.php:300 ../../addon/cart/myshop.php:323
-msgid "Access Denied"
-msgstr "Acceso denegado"
+#: ../../include/conversation.php:205
+#, php-format
+msgid "doesn't like %1$s's %2$s"
+msgstr "no gusta de %2$s de %1$s"
-#: ../../addon/cart/myshop.php:190 ../../addon/cart/myshop.php:224
-#: ../../addon/cart/myshop.php:275 ../../addon/cart/myshop.php:333
-msgid "Invalid Item"
-msgstr "Elemento no válido"
+#: ../../include/conversation.php:245 ../../include/conversation.php:247
+#, php-format
+msgid "%1$s is now connected with %2$s"
+msgstr "%1$s ahora está conectado/a con %2$s"
-#: ../../addon/cart/Settings/Cart.php:58
-msgid "Enable Test Catalog"
-msgstr "Habilitar el catálogo de pruebas"
+#: ../../include/conversation.php:282
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s ha dado un toque a %2$s"
-#: ../../addon/cart/Settings/Cart.php:70
-msgid "Enable Manual Payments"
-msgstr "Permitir pagos manuales"
+#: ../../include/conversation.php:286 ../../include/text.php:1262
+msgid "poked"
+msgstr "ha dado un toque a"
-#: ../../addon/cart/Settings/Cart.php:90
-msgid "Base Merchant Currency"
-msgstr "Divida base del vendedor"
+#: ../../include/conversation.php:305 ../../Zotlabs/Module/Mood.php:76
+#, php-format
+msgctxt "mood"
+msgid "%1$s is %2$s"
+msgstr "%1$s está %2$s"
-#: ../../addon/cart/Settings/Cart.php:129 ../../addon/cart/cart.php:1424
-msgid "Cart Settings"
-msgstr "Configuración del carro de la compra"
+#: ../../include/conversation.php:535 ../../Zotlabs/Lib/ThreadItem.php:501
+msgid "This is an unsaved preview"
+msgstr "Esta es una previsualización sin guardar"
-#: ../../addon/cart/cart.php:259
-msgid "DB Cleanup Failure"
-msgstr "Fallo de limpieza de la base de datos"
+#: ../../include/conversation.php:667 ../../Zotlabs/Module/Photos.php:1110
+msgctxt "title"
+msgid "Likes"
+msgstr "Me gusta"
-#: ../../addon/cart/cart.php:692
-msgid "[cart] Item Added"
-msgstr "[cesta] Artículo añadido"
+#: ../../include/conversation.php:668 ../../Zotlabs/Module/Photos.php:1110
+msgctxt "title"
+msgid "Dislikes"
+msgstr "No me gusta"
-#: ../../addon/cart/cart.php:1107
-msgid "Order already checked out."
-msgstr "El pedido ya ha sido revisado"
+#: ../../include/conversation.php:669 ../../Zotlabs/Widget/Pinned.php:82
+#: ../../Zotlabs/Module/Photos.php:1111
+msgctxt "title"
+msgid "Agree"
+msgstr "De acuerdo"
-#: ../../addon/cart/cart.php:1417
-msgid "Drop database tables when uninstalling."
-msgstr "Eliminar tablas de la base de datos al desinstalar."
+#: ../../include/conversation.php:670 ../../Zotlabs/Widget/Pinned.php:83
+#: ../../Zotlabs/Module/Photos.php:1111
+msgctxt "title"
+msgid "Disagree"
+msgstr "En desacuerdo"
-#: ../../addon/cart/cart.php:1436 ../../addon/cart/cart.php:1439
-msgid "Shop"
-msgstr "Comprar"
+#: ../../include/conversation.php:671 ../../Zotlabs/Widget/Pinned.php:84
+#: ../../Zotlabs/Module/Photos.php:1111
+msgctxt "title"
+msgid "Abstain"
+msgstr "Abstención"
-#: ../../addon/cart/cart.php:1599
-msgid "You must be logged into the Grid to shop."
-msgstr "Debe iniciar sesión en la red para comprar."
+#: ../../include/conversation.php:672 ../../Zotlabs/Widget/Pinned.php:71
+#: ../../Zotlabs/Module/Photos.php:1112
+msgctxt "title"
+msgid "Attending"
+msgstr "Participaré"
-#: ../../addon/cart/cart.php:1648
-msgid "Access denied."
-msgstr "Acceso denegado"
+#: ../../include/conversation.php:673 ../../Zotlabs/Widget/Pinned.php:72
+#: ../../Zotlabs/Module/Photos.php:1112
+msgctxt "title"
+msgid "Not attending"
+msgstr "No participaré"
-#: ../../addon/cart/cart.php:1700 ../../addon/cart/cart.php:1843
-msgid "No Order Found"
-msgstr "No se ha encontrado ningún pedido"
+#: ../../include/conversation.php:674 ../../Zotlabs/Widget/Pinned.php:73
+#: ../../Zotlabs/Module/Photos.php:1112
+msgctxt "title"
+msgid "Might attend"
+msgstr "Quizá participe"
-#: ../../addon/cart/cart.php:1709
-msgid "An unknown error has occurred Please start again."
-msgstr "Se ha producido un error desconocido Vuelva a empezar."
+#: ../../include/conversation.php:744
+msgid "Select"
+msgstr "Seleccionar"
-#: ../../addon/cart/cart.php:1852
-msgid "Requirements not met."
-msgstr "No se cumplen los requisitos."
+#: ../../include/conversation.php:745 ../../include/conversation.php:808
+#: ../../addon/cards/Mod_Card_edit.php:130
+#: ../../addon/articles/Mod_Article_edit.php:128
+#: ../../Zotlabs/Lib/Apps.php:619 ../../Zotlabs/Lib/ThreadItem.php:179
+#: ../../Zotlabs/Lib/ThreadItem.php:509 ../../Zotlabs/Storage/Browser.php:387
+#: ../../Zotlabs/Module/Editwebpage.php:167
+#: ../../Zotlabs/Module/Webpages.php:252 ../../Zotlabs/Module/Oauth.php:172
+#: ../../Zotlabs/Module/Thing.php:269 ../../Zotlabs/Module/Tokens.php:295
+#: ../../Zotlabs/Module/Contactedit.php:667
+#: ../../Zotlabs/Module/Connedit.php:540 ../../Zotlabs/Module/Connedit.php:749
+#: ../../Zotlabs/Module/Admin/Accounts.php:320
+#: ../../Zotlabs/Module/Admin/Profs.php:176
+#: ../../Zotlabs/Module/Admin/Channels.php:149
+#: ../../Zotlabs/Module/Permcats.php:261 ../../Zotlabs/Module/Group.php:251
+#: ../../Zotlabs/Module/Blocks.php:160 ../../Zotlabs/Module/Photos.php:1173
+#: ../../Zotlabs/Module/Editlayout.php:138 ../../Zotlabs/Module/Cdav.php:1047
+#: ../../Zotlabs/Module/Cdav.php:1385 ../../Zotlabs/Module/Oauth2.php:193
+#: ../../Zotlabs/Module/Editblock.php:139
+msgid "Delete"
+msgstr "Eliminar"
-#: ../../addon/cart/cart.php:1852
-msgid "Review your order and complete any needed requirements."
-msgstr "Revise su pedido y complete los requisitos necesarios."
+#: ../../include/conversation.php:751 ../../Zotlabs/Lib/ThreadItem.php:263
+msgid "Toggle Star Status"
+msgstr "Activar o desactivar el estado de entrada preferida"
-#: ../../addon/cart/cart.php:1878
-msgid "Invalid Payment Type. Please start again."
-msgstr "Tipo de pago no válido. Por favor, empiece de nuevo."
+#: ../../include/conversation.php:757
+msgid "Private Message"
+msgstr "Mensaje Privado"
-#: ../../addon/cart/cart.php:1885
-msgid "Order not found"
-msgstr "El pedido no se ha encontrado"
+#: ../../include/conversation.php:766 ../../Zotlabs/Lib/ThreadItem.php:273
+#: ../../Zotlabs/Widget/Pinned.php:93
+msgid "Message signature validated"
+msgstr "Firma de mensaje validada"
-#: ../../addon/nofed/Mod_Nofed.php:21
-msgid "nofed Settings saved."
-msgstr "Se han guardado los ajustes de nofed."
+#: ../../include/conversation.php:767 ../../Zotlabs/Lib/ThreadItem.php:274
+#: ../../Zotlabs/Widget/Pinned.php:94
+msgid "Message signature incorrect"
+msgstr "Firma de mensaje incorrecta"
-#: ../../addon/nofed/Mod_Nofed.php:40
-msgid "Federate posts by default"
-msgstr "Federar las publicaciones por defecto"
+#: ../../include/conversation.php:807 ../../Zotlabs/Lib/ThreadItem.php:508
+#: ../../Zotlabs/Module/Admin/Accounts.php:318
+#: ../../Zotlabs/Module/Connections.php:358
+#: ../../Zotlabs/Module/Connections.php:409
+msgid "Approve"
+msgstr "Aprobar"
-#: ../../addon/nofed/Mod_Nofed.php:48
-msgid "No Federation"
-msgstr "No Federation"
+#: ../../include/conversation.php:813
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Ver el perfil @ %s de %s"
-#: ../../addon/nofed/nofed.php:47
-msgid "Federate"
-msgstr "Federar"
+#: ../../include/conversation.php:835
+msgid "Categories:"
+msgstr "Temas:"
-#: ../../addon/smileybutton/Mod_Smileybutton.php:42
-msgid "Hide the button and show the smilies directly."
-msgstr "Ocultar el botón y mostrar los smilies directamente."
+#: ../../include/conversation.php:836
+msgid "Filed under:"
+msgstr "Archivado bajo:"
-#: ../../addon/smileybutton/Mod_Smileybutton.php:50
-msgid "Smileybutton Settings"
-msgstr "Ajustes de Smileybutton"
+#: ../../include/conversation.php:842 ../../Zotlabs/Lib/ThreadItem.php:430
+#: ../../Zotlabs/Widget/Pinned.php:137
+#, php-format
+msgid "from %s"
+msgstr "desde %s"
-#: ../../addon/redfiles/redfilehelper.php:64 ../../include/attach.php:2147
-msgid "file"
-msgstr "fichero"
+#: ../../include/conversation.php:845 ../../Zotlabs/Lib/ThreadItem.php:433
+#: ../../Zotlabs/Widget/Pinned.php:140
+#, php-format
+msgid "last edited: %s"
+msgstr "último cambio: %s"
-#: ../../addon/redfiles/redfiles.php:119
-msgid "Redmatrix File Storage Import"
-msgstr "Importar repositorio de ficheros de Redmatrix"
+#: ../../include/conversation.php:846 ../../Zotlabs/Lib/ThreadItem.php:434
+#: ../../Zotlabs/Widget/Pinned.php:141
+#, php-format
+msgid "Expires: %s"
+msgstr "Caduca: %s"
-#: ../../addon/redfiles/redfiles.php:120
-msgid "This will import all your Redmatrix cloud files to this channel."
-msgstr "Esto importará todos sus ficheros de la nube de Redmatrix a este canal."
+#: ../../include/conversation.php:861 ../../addon/cards/cards.php:82
+#: ../../addon/articles/articles.php:83
+msgid "View in context"
+msgstr "Mostrar en su contexto"
-#: ../../addon/diaspora/diaspora.php:78
-msgid ""
-"Please install the statistics addon to be able to configure a diaspora relay"
-msgstr "Por favor, instale el complemento de estadísticas para poder configurar el reenvío de diaspora"
+#: ../../include/conversation.php:863 ../../Zotlabs/Lib/ThreadItem.php:502
+#: ../../Zotlabs/Module/Photos.php:1077
+msgid "Please wait"
+msgstr "Espere por favor"
-#: ../../addon/diaspora/diaspora.php:88
-msgid "Diaspora Relay Handle"
-msgstr "Gestionar el reenvío de Diaspora"
+#: ../../include/conversation.php:964
+msgid "remove"
+msgstr "eliminar"
-#: ../../addon/diaspora/diaspora.php:88
-msgid "Address of a diaspora relay. Example: relay@diasporarelay.tld"
-msgstr "La dirección de una transmisión de diaspora. Ejemplo: relay@diasporarelay.tld"
+#: ../../include/conversation.php:968
+msgid "Loading..."
+msgstr "Cargando..."
-#: ../../addon/diaspora/diaspora.php:108
-msgid "Diaspora relay could not be imported"
-msgstr "El reenvío de Diaspora no ha podido ser importado"
+#: ../../include/conversation.php:969 ../../Zotlabs/Lib/ThreadItem.php:290
+msgid "Conversation Features"
+msgstr "Funciones de conversación "
-#: ../../addon/diaspora/diaspora.php:1069
-msgid "No subject"
-msgstr "Sin tema"
+#: ../../include/conversation.php:970
+msgid "Delete Selected Items"
+msgstr "Eliminar elementos seleccionados"
-#: ../../addon/diaspora/p.php:48 ../../addon/diaspora/util.php:342
-#: ../../addon/diaspora/util.php:355 ../../Zotlabs/Lib/Enotify.php:61
-msgid "$projectname"
-msgstr "$projectname"
+#: ../../include/conversation.php:1006
+msgid "View Source"
+msgstr "Ver el código fuente de la entrada"
-#: ../../addon/diaspora/import_diaspora.php:18
-msgid "No username found in import file."
-msgstr "No se ha encontrado el nombre de usuario en el fichero de importación."
+#: ../../include/conversation.php:1016
+msgid "Follow Thread"
+msgstr "Seguir este hilo"
-#: ../../addon/diaspora/import_diaspora.php:43 ../../include/import.php:77
-msgid "Unable to create a unique channel address. Import failed."
-msgstr "No se ha podido crear una dirección de canal única. Ha fallado la importación."
+#: ../../include/conversation.php:1025
+msgid "Unfollow Thread"
+msgstr "Dejar de seguir este hilo"
-#: ../../addon/diaspora/import_diaspora.php:140
-msgid "Import completed."
-msgstr "Importación completada."
+#: ../../include/conversation.php:1105 ../../include/nav.php:114
+#: ../../addon/openclipatar/openclipatar.php:58 ../../Zotlabs/Lib/Apps.php:349
+#: ../../Zotlabs/Module/Connedit.php:480
+msgid "View Profile"
+msgstr "Ver el perfil"
-#: ../../addon/diaspora/Mod_Diaspora.php:43
-msgid "Diaspora Protocol Settings updated."
-msgstr "Los ajustes del protocolo de Diaspora se han actualizado."
+#: ../../include/conversation.php:1117 ../../Zotlabs/Module/Connedit.php:501
+msgid "Recent Activity"
+msgstr "Actividad reciente"
-#: ../../addon/diaspora/Mod_Diaspora.php:52
-msgid ""
-"The diaspora protocol does not support location independence. Connections "
-"you make within that network may be unreachable from alternate channel "
-"locations."
-msgstr "El protocolo de Diaspora no admite la independencia de la ubicación. Las conexiones que realice dentro de esa red pueden ser inaccesibles desde ubicaciones de canales alternativos."
+#: ../../include/conversation.php:1129 ../../include/connections.php:141
+#: ../../include/channel.php:1616 ../../Zotlabs/Widget/Suggestions.php:51
+#: ../../Zotlabs/Widget/Follow.php:37 ../../Zotlabs/Module/Suggest.php:69
+#: ../../Zotlabs/Module/Directory.php:371
+#: ../../Zotlabs/Module/Connections.php:365
+msgid "Connect"
+msgstr "Conectar"
-#: ../../addon/diaspora/Mod_Diaspora.php:80
-msgid "Prevent your hashtags from being redirected to other sites"
-msgstr "Impedir que sus \"hashtags\" sean redirigidos a otros sitios "
+#: ../../include/conversation.php:1141
+msgid "Edit Connection"
+msgstr "Editar conexión"
-#: ../../addon/diaspora/Mod_Diaspora.php:84
-msgid ""
-"Sign and forward posts and comments with no existing Diaspora signature"
-msgstr "Firmar y enviar entradas y comentarios sin firma de Diaspora"
+#: ../../include/conversation.php:1153 ../../Zotlabs/Lib/Apps.php:356
+#: ../../Zotlabs/Module/Poke.php:181 ../../Zotlabs/Module/Poke.php:185
+msgid "Poke"
+msgstr "Toques y otras cosas"
-#: ../../addon/diaspora/Mod_Diaspora.php:89
-msgid "Followed hashtags (comma separated, do not include the #)"
-msgstr "\"Hashtags\" seguidos (separados por comas, sin incluir #)"
+#: ../../include/conversation.php:1228
+msgid "Approve this item"
+msgstr "Aprobar este elemento"
-#: ../../addon/diaspora/Mod_Diaspora.php:98
-msgid "Diaspora Protocol"
-msgstr "Protocolo Diaspora"
+#: ../../include/conversation.php:1228
+msgid "Delete this item"
+msgstr "Borrar este elemento"
-#: ../../addon/diaspora/Receiver.php:1632
+#: ../../include/conversation.php:1282
#, php-format
-msgid "%1$s dislikes %2$s's %3$s"
-msgstr "a %1$s no le gusta el %3$s de %2$s"
+msgid "%s likes this."
+msgstr "A %s le gusta esto."
-#: ../../addon/diaspora/Receiver.php:2251 ../../Zotlabs/Module/Like.php:495
+#: ../../include/conversation.php:1282
#, php-format
-msgid "%1$s is attending %2$s's %3$s"
-msgstr "%3$s de %2$s: %1$s participa"
+msgid "%s doesn't like this."
+msgstr "A %s no le gusta esto."
-#: ../../addon/diaspora/Receiver.php:2253 ../../Zotlabs/Module/Like.php:497
+#: ../../include/conversation.php:1286
#, php-format
-msgid "%1$s is not attending %2$s's %3$s"
-msgstr "%3$s de %2$s: %1$s no participa"
+msgid "<span %1$s>%2$d people</span> like this."
+msgid_plural "<span %1$s>%2$d people</span> like this."
+msgstr[0] "a <span %1$s>%2$d personas</span> le gusta esto."
+msgstr[1] "A <span %1$s>%2$d personas</span> les gusta esto."
+msgstr[2] "A <span %1$s>%2$d personas</span> les gusta esto."
-#: ../../addon/diaspora/Receiver.php:2255 ../../Zotlabs/Module/Like.php:499
+#: ../../include/conversation.php:1288
#, php-format
-msgid "%1$s may attend %2$s's %3$s"
-msgstr "%3$s de %2$s: %1$s quizá participe"
+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] "a <span %1$s>%2$d personas</span> no les gusta esto."
+msgstr[1] "A <span %1$s>%2$d personas</span> no les gusta esto."
+msgstr[2] "A <span %1$s>%2$d personas</span> no les gusta esto."
-#: ../../addon/piwik/piwik.php:85
-msgid ""
-"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
-"analytics tool."
-msgstr "Este sitio es rastreado mediante la herramienta analítica <a href='http://www.piwik.org'>Piwik</a>."
+#: ../../include/conversation.php:1294
+msgid "and"
+msgstr "y"
-#: ../../addon/piwik/piwik.php:88
+#: ../../include/conversation.php:1297
#, php-format
-msgid ""
-"If you do not want that your visits are logged this way you <a href='%s'>can"
-" set a cookie to prevent Piwik from tracking further visits of the site</a> "
-"(opt-out)."
-msgstr "Si usted no quiere que sus visitas se registren de esta manera <a href='%s'>puede establecer una cookie para evitar que Piwik rastree otras visitas del sitio</a> (opt-out)."
-
-#: ../../addon/piwik/piwik.php:96
-msgid "Piwik Base URL"
-msgstr "URL base de Piwik"
-
-#: ../../addon/piwik/piwik.php:96
-msgid ""
-"Absolute path to your Piwik installation. (without protocol (http/s), with "
-"trailing slash)"
-msgstr "Ruta absoluta a la instalación de Piwik. (Sin protocolo (http/s), con barra diagonal)"
-
-#: ../../addon/piwik/piwik.php:97
-msgid "Site ID"
-msgstr "ID del sitio"
+msgid ", and %d other people"
+msgid_plural ", and %d other people"
+msgstr[0] ", y %d persona más"
+msgstr[1] ", y %d personas más"
+msgstr[2] ", y %d personas más"
-#: ../../addon/piwik/piwik.php:98
-msgid "Show opt-out cookie link?"
-msgstr "Mostrar el enlace de la cookie opt-out?"
+#: ../../include/conversation.php:1298
+#, php-format
+msgid "%s like this."
+msgstr "A %s le gusta esto."
-#: ../../addon/piwik/piwik.php:99
-msgid "Asynchronous tracking"
-msgstr "Rastreo asíncrono"
+#: ../../include/conversation.php:1298
+#, php-format
+msgid "%s don't like this."
+msgstr "A %s no le gusta esto."
-#: ../../addon/piwik/piwik.php:100
-msgid "Enable frontend JavaScript error tracking"
-msgstr "Habilitar la interfaz JavaScript de seguimiento de errores"
+#: ../../include/conversation.php:1349 ../../addon/hsse/hsse.php:82
+msgid "Set your location"
+msgstr "Establecer su ubicación"
-#: ../../addon/piwik/piwik.php:100
-msgid "This feature requires Piwik >= 2.2.0"
-msgstr "Esta funcionalidad requiere Piwik >= 2.2.0"
+#: ../../include/conversation.php:1350 ../../addon/hsse/hsse.php:83
+msgid "Clear browser location"
+msgstr "Eliminar los datos de localización geográfica del navegador"
-#: ../../addon/workflow/workflow.php:222
-msgid "Workflow user."
-msgstr "Usuario de Workflow."
+#: ../../include/conversation.php:1362 ../../addon/cards/Mod_Card_edit.php:101
+#: ../../addon/articles/Mod_Article_edit.php:99 ../../addon/hsse/hsse.php:95
+#: ../../Zotlabs/Module/Editwebpage.php:143 ../../Zotlabs/Module/Chat.php:219
+#: ../../Zotlabs/Module/Editblock.php:116
+msgid "Insert web link"
+msgstr "Insertar enlace web"
-#: ../../addon/workflow/workflow.php:273
-msgid "This channel"
-msgstr "Este canal"
+#: ../../include/conversation.php:1366 ../../addon/hsse/hsse.php:99
+msgid "Embed (existing) photo from your photo albums"
+msgstr "Insertar una foto (existente) de sus álbumes"
-#: ../../addon/workflow/workflow.php:286 ../../Zotlabs/Module/Locs.php:123
-msgid "Primary"
-msgstr "Primario"
+#: ../../include/conversation.php:1399 ../../addon/hsse/hsse.php:134
+#: ../../Zotlabs/Module/Chat.php:217
+msgid "Please enter a link URL:"
+msgstr "Por favor, introduzca la dirección del enlace:"
-#: ../../addon/workflow/workflow.php:328
-msgid "Create New Workflow Item"
-msgstr "Crear un nuevo elemento de flujo de trabajo"
+#: ../../include/conversation.php:1400 ../../addon/hsse/hsse.php:135
+msgid "Tag term:"
+msgstr "Término de la etiqueta:"
-#: ../../addon/workflow/workflow.php:547
-#: ../../addon/workflow/workflow.php:1444
-#: ../../addon/workflow/workflow.php:1463
-msgid "Workflow"
-msgstr "Workflow"
+#: ../../include/conversation.php:1401 ../../addon/hsse/hsse.php:136
+msgid "Where are you right now?"
+msgstr "¿Donde está ahora?"
-#: ../../addon/workflow/workflow.php:1432
-msgid "No Workflows Available"
-msgstr "No hay flujos de trabajo disponibles"
+#: ../../include/conversation.php:1404 ../../addon/wiki/Mod_Wiki.php:400
+#: ../../addon/hsse/hsse.php:139 ../../Zotlabs/Module/Cover_photo.php:430
+#: ../../Zotlabs/Module/Profile_photo.php:555
+msgid "Choose images to embed"
+msgstr "Elegir imágenes para incluir"
-#: ../../addon/workflow/workflow.php:1462
-msgid "Add item to which workflow"
-msgstr "A qué Workflow añadir un elemento"
+#: ../../include/conversation.php:1405 ../../addon/wiki/Mod_Wiki.php:401
+#: ../../addon/hsse/hsse.php:140 ../../Zotlabs/Module/Cover_photo.php:431
+#: ../../Zotlabs/Module/Profile_photo.php:556
+msgid "Choose an album"
+msgstr "Elegir un álbum"
-#: ../../addon/workflow/workflow.php:1522
-#: ../../addon/workflow/workflow.php:1641
-msgid "Create Workflow Item"
-msgstr "Crear elemento de Workflow"
+#: ../../include/conversation.php:1406 ../../addon/hsse/hsse.php:141
+msgid "Choose a different album..."
+msgstr "Elegir un álbum diferente..."
-#: ../../addon/workflow/workflow.php:2603
-msgid "Link"
-msgstr "Enlazar"
+#: ../../include/conversation.php:1407 ../../addon/wiki/Mod_Wiki.php:403
+#: ../../addon/hsse/hsse.php:142 ../../Zotlabs/Module/Cover_photo.php:433
+#: ../../Zotlabs/Module/Profile_photo.php:558
+msgid "Error getting album list"
+msgstr "Error al obtener la lista de álbumes"
-#: ../../addon/workflow/workflow.php:2605
-msgid "Web link."
-msgstr "Enlace Web."
+#: ../../include/conversation.php:1408 ../../addon/wiki/Mod_Wiki.php:404
+#: ../../addon/hsse/hsse.php:143 ../../Zotlabs/Module/Cover_photo.php:434
+#: ../../Zotlabs/Module/Profile_photo.php:559
+msgid "Error getting photo link"
+msgstr "Error al obtener el enlace de la foto"
-#: ../../addon/workflow/workflow.php:2624
-#: ../../addon/workflow/workflow.php:2685 ../../Zotlabs/Module/Cdav.php:1366
-#: ../../Zotlabs/Module/Connedit.php:734
-msgid "Title"
-msgstr "Título"
+#: ../../include/conversation.php:1409 ../../addon/wiki/Mod_Wiki.php:405
+#: ../../addon/hsse/hsse.php:144 ../../Zotlabs/Module/Cover_photo.php:435
+#: ../../Zotlabs/Module/Profile_photo.php:560
+msgid "Error getting album"
+msgstr "Error al obtener el álbum"
-#: ../../addon/workflow/workflow.php:2626
-#: ../../addon/workflow/workflow.php:2687
-msgid "Brief description or title"
-msgstr "Breve descripción o título"
+#: ../../include/conversation.php:1410 ../../addon/hsse/hsse.php:145
+msgid "Comments enabled"
+msgstr "Comentarios habilitados"
-#: ../../addon/workflow/workflow.php:2632 ../../Zotlabs/Widget/Notes.php:38
-#: ../../Zotlabs/Lib/Apps.php:375
-msgid "Notes"
-msgstr "Notas"
+#: ../../include/conversation.php:1411 ../../addon/hsse/hsse.php:146
+msgid "Comments disabled"
+msgstr "Comentarios deshabilitados"
-#: ../../addon/workflow/workflow.php:2634
-#: ../../addon/workflow/workflow.php:2695
-msgid "Notes and Info"
-msgstr "Notas e información"
+#: ../../include/conversation.php:1428 ../../addon/hsse/hsse.php:153
+#: ../../Zotlabs/Lib/ThreadItem.php:842 ../../Zotlabs/Module/Webpages.php:257
+#: ../../Zotlabs/Module/Photos.php:1096
+msgid "Preview"
+msgstr "Previsualizar"
-#: ../../addon/workflow/workflow.php:2693
-msgid "Body"
-msgstr "Cuerpo"
+#: ../../include/conversation.php:1461 ../../addon/wiki/Mod_Wiki.php:304
+#: ../../addon/hsse/hsse.php:186 ../../Zotlabs/Widget/Cdav.php:142
+#: ../../Zotlabs/Module/Webpages.php:251 ../../Zotlabs/Module/Layouts.php:192
+#: ../../Zotlabs/Module/Blocks.php:159 ../../Zotlabs/Module/Photos.php:1076
+msgid "Share"
+msgstr "Compartir"
-#: ../../addon/workflow/Settings/Mod_WorkflowSettings.php:101
-msgid "Workflow Settings"
-msgstr "Ajustes de Workflow"
+#: ../../include/conversation.php:1470 ../../addon/hsse/hsse.php:195
+msgid "Page link name"
+msgstr "Nombre del enlace de la página"
-#: ../../addon/donate/donate.php:21
-msgid "Project Servers and Resources"
-msgstr "Servidores y recursos del proyecto"
+#: ../../include/conversation.php:1473 ../../addon/hsse/hsse.php:198
+msgid "Post as"
+msgstr "Publicar como"
-#: ../../addon/donate/donate.php:22
-msgid "Project Creator and Tech Lead"
-msgstr "Creador del proyecto y director técnico"
+#: ../../include/conversation.php:1475 ../../addon/hsse/hsse.php:200
+#: ../../Zotlabs/Lib/ThreadItem.php:833
+msgid "Bold"
+msgstr "Negrita"
-#: ../../addon/donate/donate.php:49
-msgid ""
-"And the hundreds of other people and organisations who helped make the "
-"Hubzilla possible."
-msgstr "Y los cientos de personas y organizaciones más que ayudaron a hacer posible Hubzilla."
+#: ../../include/conversation.php:1476 ../../addon/hsse/hsse.php:201
+#: ../../Zotlabs/Lib/ThreadItem.php:834
+msgid "Italic"
+msgstr "Itálico "
-#: ../../addon/donate/donate.php:52
-msgid ""
-"The Redmatrix/Hubzilla projects are provided primarily by volunteers giving "
-"their time and expertise - and often paying out of pocket for services they "
-"share with others."
-msgstr "Los proyectos Redmatrix / Hubzilla están proporcionados principalmente por voluntarios que les prestan su tiempo y experiencia, pagando a menudo de su bolsillo por los servicios que comparten con otros."
+#: ../../include/conversation.php:1477 ../../addon/hsse/hsse.php:202
+#: ../../Zotlabs/Lib/ThreadItem.php:835
+msgid "Underline"
+msgstr "Subrayar"
-#: ../../addon/donate/donate.php:53
-msgid ""
-"There is no corporate funding and no ads, and we do not collect and sell "
-"your personal information. (We don't control your personal information - "
-"<strong>you do</strong>.)"
-msgstr "No hay financiación corporativa ni publicidad y no recogemos ni vendemos su información personal. (De hecho, no tenemos control sobre sus datos privados. <Strong>Usted lo tiene</strong>.)"
+#: ../../include/conversation.php:1478 ../../addon/hsse/hsse.php:203
+#: ../../Zotlabs/Lib/ThreadItem.php:836
+msgid "Quote"
+msgstr "Citar"
-#: ../../addon/donate/donate.php:54
-msgid ""
-"Help support our ground-breaking work in decentralisation, web identity, and"
-" privacy."
-msgstr "Ayude apoyando nuestro trabajo pionero en la descentralización, la identidad web, y la privacidad."
+#: ../../include/conversation.php:1479 ../../addon/hsse/hsse.php:204
+#: ../../Zotlabs/Lib/ThreadItem.php:837
+msgid "Code"
+msgstr "Código"
-#: ../../addon/donate/donate.php:56
-msgid ""
-"Your donations keep servers and services running and also helps us to "
-"provide innovative new features and continued development."
-msgstr "Sus donaciones mantienen servidores y servicios en ejecución y también nos ayudan a proporcionar nuevas características innovadoras y a mantener el desarrollo de forma continuada."
+#: ../../include/conversation.php:1480 ../../addon/hsse/hsse.php:205
+#: ../../Zotlabs/Lib/ThreadItem.php:839
+msgid "Attach/Upload file"
+msgstr "Adjuntar/cargar fichero"
-#: ../../addon/donate/donate.php:59
-msgid "Donate"
-msgstr "Donar"
+#: ../../include/conversation.php:1483 ../../addon/wiki/Mod_Wiki.php:397
+#: ../../addon/hsse/hsse.php:208
+msgid "Embed an image from your albums"
+msgstr "Incluir una imagen de sus álbumes"
-#: ../../addon/donate/donate.php:61
-msgid ""
-"Choose a project, developer, or public hub to support with a one-time "
-"donation"
-msgstr "Elija un proyecto, desarrollador, o \"hub\" público para apoyar con una donación de una sola vez"
+#: ../../include/conversation.php:1484 ../../include/conversation.php:1539
+#: ../../addon/cards/Mod_Card_edit.php:132
+#: ../../addon/articles/Mod_Article_edit.php:130
+#: ../../addon/wiki/Mod_Wiki.php:365 ../../addon/wiki/Mod_Wiki.php:398
+#: ../../addon/hsse/hsse.php:209 ../../addon/hsse/hsse.php:258
+#: ../../Zotlabs/Storage/Browser.php:386
+#: ../../Zotlabs/Module/Cover_photo.php:428
+#: ../../Zotlabs/Module/Editwebpage.php:169 ../../Zotlabs/Module/Oauth.php:110
+#: ../../Zotlabs/Module/Oauth.php:136 ../../Zotlabs/Module/Connedit.php:750
+#: ../../Zotlabs/Module/Profile_photo.php:553
+#: ../../Zotlabs/Module/Tagrm.php:15 ../../Zotlabs/Module/Tagrm.php:138
+#: ../../Zotlabs/Module/Admin/Addons.php:430
+#: ../../Zotlabs/Module/Fbrowser.php:66 ../../Zotlabs/Module/Fbrowser.php:88
+#: ../../Zotlabs/Module/Editlayout.php:140
+#: ../../Zotlabs/Module/Editpost.php:114 ../../Zotlabs/Module/Cdav.php:1049
+#: ../../Zotlabs/Module/Cdav.php:1386 ../../Zotlabs/Module/Oauth2.php:115
+#: ../../Zotlabs/Module/Oauth2.php:143 ../../Zotlabs/Module/Editblock.php:141
+#: ../../Zotlabs/Module/Filer.php:56
+msgid "Cancel"
+msgstr "Cancelar"
-#: ../../addon/donate/donate.php:62
-msgid "Donate Now"
-msgstr "Donar ahora"
+#: ../../include/conversation.php:1485 ../../include/conversation.php:1538
+#: ../../addon/wiki/Mod_Wiki.php:399 ../../addon/hsse/hsse.php:210
+#: ../../addon/hsse/hsse.php:257 ../../Zotlabs/Module/Cover_photo.php:429
+#: ../../Zotlabs/Module/Profile_photo.php:554
+msgid "OK"
+msgstr "OK"
-#: ../../addon/donate/donate.php:63
-msgid ""
-"<strong><em>Or</em></strong> become a project sponsor (Hubzilla Project "
-"only)"
-msgstr "<strong><em>O</em></strong> convertirse en un patrocinador del proyecto (sólo del proyecto Hubzilla)"
+#: ../../include/conversation.php:1487 ../../addon/hsse/hsse.php:212
+msgid "Toggle voting"
+msgstr "Cambiar votación"
-#: ../../addon/donate/donate.php:64
-msgid ""
-"Please indicate if you would like your first name or full name (or nothing) "
-"to appear in our sponsor listing"
-msgstr "Por favor, indique si desea que su nombre de pila o el nombre completo (o nada) aparezca en nuestra lista de patrocinadores"
+#: ../../include/conversation.php:1488
+msgid "Toggle poll"
+msgstr "Activar o desactivar encuestas"
-#: ../../addon/donate/donate.php:65
-msgid "Sponsor"
-msgstr "Patrocinador"
+#: ../../include/conversation.php:1489
+msgid "Option"
+msgstr "Opción"
-#: ../../addon/donate/donate.php:68
-msgid "Special thanks to: "
-msgstr "Agradecimiento especial a: "
+#: ../../include/conversation.php:1490
+msgid "Add option"
+msgstr "Añadir una opción"
-#: ../../addon/likebanner/likebanner.php:51
-msgid "Your Webbie:"
-msgstr "Su webbie: "
+#: ../../include/conversation.php:1491
+msgid "Minutes"
+msgstr "Minutos "
-#: ../../addon/likebanner/likebanner.php:54
-msgid "Fontsize (px):"
-msgstr "Tamaño de fuente (px): "
+#: ../../include/conversation.php:1491
+msgid "Hours"
+msgstr "Horas "
-#: ../../addon/likebanner/likebanner.php:68
-msgid "Link:"
-msgstr "Enlace: "
+#: ../../include/conversation.php:1491
+msgid "Days"
+msgstr "Días "
-#: ../../addon/likebanner/likebanner.php:70
-msgid "Like us on Hubzilla"
-msgstr "Múestrenos su agrado en Hubzilla"
+#: ../../include/conversation.php:1492
+msgid "Allow multiple answers"
+msgstr "Permitir respuestas múltiples"
-#: ../../addon/likebanner/likebanner.php:72
-msgid "Embed:"
-msgstr "Incorporado: "
+#: ../../include/conversation.php:1494 ../../addon/hsse/hsse.php:215
+msgid "Disable comments"
+msgstr "Dehabilitar los comentarios"
-#: ../../addon/opensearch/opensearch.php:26
-#, php-format
-msgctxt "opensearch"
-msgid "Search %1$s (%2$s)"
-msgstr "Buscar %1$s (%2$s)"
+#: ../../include/conversation.php:1495 ../../addon/hsse/hsse.php:216
+msgid "Toggle comments"
+msgstr "Activar o desactivar los comentarios"
-#: ../../addon/opensearch/opensearch.php:28
-msgctxt "opensearch"
-msgid "$Projectname"
-msgstr "$Projectname"
+#: ../../include/conversation.php:1501 ../../addon/cards/Mod_Card_edit.php:118
+#: ../../addon/articles/Mod_Article_edit.php:116 ../../addon/hsse/hsse.php:221
+#: ../../Zotlabs/Module/Photos.php:667 ../../Zotlabs/Module/Photos.php:1042
+#: ../../Zotlabs/Module/Editblock.php:129
+msgid "Title (optional)"
+msgstr "Título (opcional)"
-#: ../../addon/opensearch/opensearch.php:42
-#: ../../Zotlabs/Module/Invite.php:238 ../../Zotlabs/Module/Invite.php:507
-#: ../../Zotlabs/Module/Invite.php:521 ../../Zotlabs/Module/Home.php:87
-#: ../../Zotlabs/Module/Home.php:95 ../../Zotlabs/Lib/Enotify.php:66
-msgid "$Projectname"
-msgstr "$Projectname"
+#: ../../include/conversation.php:1502
+msgid "Summary (optional)"
+msgstr "Sumario (opcional)"
-#: ../../addon/opensearch/opensearch.php:43
-msgid "Search $Projectname"
-msgstr "Buscar $Projectname"
+#: ../../include/conversation.php:1505 ../../addon/hsse/hsse.php:224
+msgid "Categories (optional, comma-separated list)"
+msgstr "Temas (opcional, lista separada por comas)"
-#: ../../addon/fuzzloc/Mod_Fuzzloc.php:22
-msgid "Fuzzloc Settings updated."
-msgstr "Los ajustes de Fuzzloc se han actualizado."
+#: ../../include/conversation.php:1506 ../../addon/hsse/hsse.php:225
+msgid "Permission settings"
+msgstr "Configuración de permisos"
-#: ../../addon/fuzzloc/Mod_Fuzzloc.php:38
-msgid "Minimum offset in meters"
-msgstr "Offset mínimo en metros"
+#: ../../include/conversation.php:1528 ../../addon/hsse/hsse.php:247
+msgid "Other networks and post services"
+msgstr "Otras redes y servicios de publicación"
-#: ../../addon/fuzzloc/Mod_Fuzzloc.php:42
-msgid "Maximum offset in meters"
-msgstr "Offset máximo en metros"
+#: ../../include/conversation.php:1531 ../../addon/hsse/hsse.php:250
+msgid "Set expiration date"
+msgstr "Configurar fecha de caducidad"
-#: ../../addon/fuzzloc/Mod_Fuzzloc.php:51
-msgid "Fuzzy Location"
-msgstr "Fuzzy Location"
+#: ../../include/conversation.php:1534 ../../addon/hsse/hsse.php:253
+msgid "Set publish date"
+msgstr "Establecer la fecha de publicación"
-#: ../../addon/hubwall/hubwall.php:19
-msgid "Send email to all members"
-msgstr "Enviar un correo electrónico a todos los miembros"
+#: ../../include/conversation.php:1536 ../../addon/hsse/hsse.php:255
+#: ../../Zotlabs/Lib/ThreadItem.php:845 ../../Zotlabs/Module/Chat.php:218
+msgid "Encrypt text"
+msgstr "Cifrar texto"
-#: ../../addon/hubwall/hubwall.php:33 ../../Zotlabs/Lib/Enotify.php:65
-#, php-format
-msgid "%s Administrator"
-msgstr "%s Administrador"
+#: ../../include/conversation.php:1780 ../../Zotlabs/Lib/ThreadItem.php:239
+#: ../../Zotlabs/Module/Photos.php:1135
+msgctxt "noun"
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "No me gusta"
+msgstr[1] "No me gusta"
+msgstr[2] "No me gusta"
-#: ../../addon/hubwall/hubwall.php:50 ../../addon/mailtest/mailtest.php:50
-msgid "No recipients found."
-msgstr "No se han encontrado destinatarios."
+#: ../../include/conversation.php:1783
+msgctxt "noun"
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "Participaré"
+msgstr[1] "Participaré"
+msgstr[2] "Participaré"
-#: ../../addon/hubwall/hubwall.php:73
-#, php-format
-msgid "%1$d of %2$d messages sent."
-msgstr "%1$d de %2$d mensajes enviados."
+#: ../../include/conversation.php:1786
+msgctxt "noun"
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "No participaré"
+msgstr[1] "No participaré"
+msgstr[2] "No participaré"
-#: ../../addon/hubwall/hubwall.php:81
-msgid "Send email to all hub members."
-msgstr "Enviar un correo electrónico a todos los miembros del hub."
+#: ../../include/conversation.php:1789
+msgctxt "noun"
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "Indeciso/a"
+msgstr[1] "Indecisos/as"
+msgstr[2] "Indecisos/as"
-#: ../../addon/hubwall/hubwall.php:92 ../../addon/mailtest/mailtest.php:96
-msgid "Message subject"
-msgstr "Asunto del mensaje"
+#: ../../include/conversation.php:1792
+msgctxt "noun"
+msgid "Agree"
+msgid_plural "Agrees"
+msgstr[0] "De acuerdo"
+msgstr[1] "De acuerdo"
+msgstr[2] "De acuerdo"
-#: ../../addon/hubwall/hubwall.php:93
-msgid "Sender Email address"
-msgstr "Dirección de correo electrónico del remitente"
+#: ../../include/conversation.php:1795
+msgctxt "noun"
+msgid "Disagree"
+msgid_plural "Disagrees"
+msgstr[0] "En desacuerdo"
+msgstr[1] "En desacuerdo"
+msgstr[2] "En desacuerdo"
-#: ../../addon/hubwall/hubwall.php:94
-msgid "Test mode (only send to hub administrator)"
-msgstr "Modo de prueba (enviar sólo al administrador del hub)"
+#: ../../include/conversation.php:1798
+msgctxt "noun"
+msgid "Abstain"
+msgid_plural "Abstains"
+msgstr[0] "se abstiene"
+msgstr[1] "Se abstienen"
+msgstr[2] "Se abstienen"
-#: ../../addon/cards/Widget/Cards_categories.php:80
-#: ../../addon/articles/Widget/Articles_categories.php:80
-#: ../../include/contact_widgets.php:115 ../../include/contact_widgets.php:149
-#: ../../include/taxonomy.php:423 ../../include/taxonomy.php:505
-#: ../../include/taxonomy.php:525 ../../include/taxonomy.php:546
-#: ../../Zotlabs/Module/Cdav.php:1062 ../../Zotlabs/Storage/Browser.php:293
-#: ../../Zotlabs/Storage/Browser.php:391 ../../Zotlabs/Storage/Browser.php:406
-msgid "Categories"
-msgstr "Temas"
+#: ../../include/nav.php:96
+msgid "Remote authentication"
+msgstr "Acceder desde su servidor"
-#: ../../addon/cards/Widget/Cards_categories.php:83
-#: ../../addon/articles/Widget/Articles_categories.php:83
-#: ../../include/contact_widgets.php:56 ../../include/contact_widgets.php:118
-#: ../../include/contact_widgets.php:152
-#: ../../Zotlabs/Widget/Appcategories.php:52 ../../Zotlabs/Widget/Filer.php:36
-msgid "Everything"
-msgstr "Todo"
+#: ../../include/nav.php:96
+msgid "Click to authenticate to your home hub"
+msgstr "Pulsar para identificarse en su servidor de inicio"
-#: ../../addon/cards/Mod_Card_edit.php:17
-#: ../../addon/cards/Mod_Card_edit.php:33
-#: ../../addon/articles/Mod_Article_edit.php:17
-#: ../../addon/articles/Mod_Article_edit.php:33
-#: ../../Zotlabs/Module/Editwebpage.php:80
-#: ../../Zotlabs/Module/Editpost.php:24 ../../Zotlabs/Module/Editblock.php:79
-#: ../../Zotlabs/Module/Editblock.php:95
-#: ../../Zotlabs/Module/Editlayout.php:79
-msgid "Item not found"
-msgstr "Elemento no encontrado"
+#: ../../include/nav.php:102 ../../Zotlabs/Widget/Channel_activities.php:239
+#: ../../Zotlabs/Widget/Admin.php:29
+#: ../../Zotlabs/Module/Admin/Channels.php:146
+#: ../../Zotlabs/Module/Manage.php:162 ../../Zotlabs/Module/Admin.php:116
+msgid "Channels"
+msgstr "Canales"
-#: ../../addon/cards/Mod_Card_edit.php:44
-#: ../../addon/articles/Mod_Article_edit.php:44
-#: ../../Zotlabs/Module/Attach_edit.php:52
-#: ../../Zotlabs/Module/Wall_upload.php:30
-#: ../../Zotlabs/Module/Chanview.php:95 ../../Zotlabs/Module/Cal.php:31
-#: ../../Zotlabs/Module/Attach.php:22 ../../Zotlabs/Module/Page.php:75
-#: ../../Zotlabs/Module/Block.php:41
-msgid "Channel not found."
-msgstr "Canal no encontrado."
+#: ../../include/nav.php:102
+msgid "Manage your channels"
+msgstr "Gestionar sus canales"
-#: ../../addon/cards/Mod_Card_edit.php:129
-msgid "Edit Card"
-msgstr "Editar la ficha"
+#: ../../include/nav.php:105 ../../Zotlabs/Lib/Apps.php:344
+#: ../../Zotlabs/Widget/Newmember.php:58
+#: ../../Zotlabs/Widget/Settings_menu.php:71
+#: ../../Zotlabs/Module/Admin/Themes.php:140
+#: ../../Zotlabs/Module/Admin/Addons.php:348
+msgid "Settings"
+msgstr "Ajustes"
-#: ../../addon/cards/Mod_Card_edit.php:130
-#: ../../addon/articles/Mod_Article_edit.php:128
-#: ../../include/conversation.php:736 ../../include/conversation.php:799
-#: ../../Zotlabs/Module/Tokens.php:295 ../../Zotlabs/Module/Group.php:251
-#: ../../Zotlabs/Module/Oauth.php:172 ../../Zotlabs/Module/Editwebpage.php:167
-#: ../../Zotlabs/Module/Cdav.php:1047 ../../Zotlabs/Module/Cdav.php:1381
-#: ../../Zotlabs/Module/Webpages.php:252
-#: ../../Zotlabs/Module/Admin/Accounts.php:320
-#: ../../Zotlabs/Module/Admin/Channels.php:149
-#: ../../Zotlabs/Module/Admin/Profs.php:176
-#: ../../Zotlabs/Module/Permcats.php:261
-#: ../../Zotlabs/Module/Contactedit.php:667
-#: ../../Zotlabs/Module/Blocks.php:160 ../../Zotlabs/Module/Editblock.php:139
-#: ../../Zotlabs/Module/Editlayout.php:138
-#: ../../Zotlabs/Module/Photos.php:1171 ../../Zotlabs/Module/Oauth2.php:193
-#: ../../Zotlabs/Module/Thing.php:269 ../../Zotlabs/Module/Connedit.php:540
-#: ../../Zotlabs/Module/Connedit.php:749 ../../Zotlabs/Lib/Apps.php:602
-#: ../../Zotlabs/Lib/ThreadItem.php:179 ../../Zotlabs/Lib/ThreadItem.php:509
-#: ../../Zotlabs/Storage/Browser.php:387
-msgid "Delete"
-msgstr "Eliminar"
+#: ../../include/nav.php:105
+msgid "Account/Channel Settings"
+msgstr "Ajustes de cuenta/canales"
-#: ../../addon/cards/cards.php:48 ../../addon/cards/cards.php:160
-#: ../../addon/cards/Mod_Cards.php:209 ../../Zotlabs/Lib/Apps.php:331
-msgid "Cards"
-msgstr "Fichas"
+#: ../../include/nav.php:111 ../../include/nav.php:141
+#: ../../include/nav.php:162 ../../boot.php:1747
+msgid "Logout"
+msgstr "Finalizar sesión"
-#: ../../addon/cards/cards.php:51
-msgid "View Cards"
-msgstr "Ver las fichas"
+#: ../../include/nav.php:111 ../../include/nav.php:141
+msgid "End this session"
+msgstr "Finalizar esta sesión"
-#: ../../addon/cards/cards.php:82 ../../addon/articles/articles.php:83
-#: ../../include/conversation.php:852
-msgid "View in context"
-msgstr "Mostrar en su contexto"
+#: ../../include/nav.php:114
+msgid "Your profile page"
+msgstr "Su página del perfil"
-#: ../../addon/cards/Mod_Cards.php:115
-msgid "Add Card"
-msgstr "Añadir una ficha"
+#: ../../include/nav.php:117 ../../include/channel.php:1530
+#: ../../Zotlabs/Module/Profiles.php:851
+msgid "Edit Profiles"
+msgstr "Editar perfiles"
-#: ../../addon/cards/Mod_Cards.php:116
-#: ../../addon/articles/Mod_Articles.php:120 ../../include/text.php:1171
-#: ../../include/text.php:1183 ../../Zotlabs/Module/Admin/Queueworker.php:114
-#: ../../Zotlabs/Module/Admin/Profs.php:94
-#: ../../Zotlabs/Module/Admin/Profs.php:114 ../../Zotlabs/Module/Filer.php:54
-#: ../../Zotlabs/Module/Rbmark.php:31 ../../Zotlabs/Module/Rbmark.php:103
-msgid "Save"
-msgstr "Guardar"
+#: ../../include/nav.php:117
+msgid "Manage/Edit profiles"
+msgstr "Administrar/editar perfiles"
-#: ../../addon/notifyadmin/notifyadmin.php:34
-msgid "New registration"
-msgstr "Nuevo registro"
+#: ../../include/nav.php:119 ../../include/channel.php:1534
+#: ../../addon/openclipatar/openclipatar.php:59
+msgid "Edit Profile"
+msgstr "Editar el perfil"
-#: ../../addon/notifyadmin/notifyadmin.php:40
-#: ../../Zotlabs/Module/Invite.php:265
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Falló el envío del mensaje."
+#: ../../include/nav.php:119 ../../Zotlabs/Widget/Newmember.php:40
+msgid "Edit your profile"
+msgstr "Editar su perfil"
-#: ../../addon/notifyadmin/notifyadmin.php:42
-#, php-format
-msgid "Message sent to %s. New account registration: %s"
-msgstr "Mensaje enviado a %s. Registro de una nueva cuenta: %s"
+#: ../../include/nav.php:126 ../../include/nav.php:130 ../../boot.php:1748
+#: ../../Zotlabs/Lib/Apps.php:341
+msgid "Login"
+msgstr "Iniciar sesión"
-#: ../../addon/flashcards/Mod_Flashcards.php:225
-msgid "Not allowed."
-msgstr "No permitido/a."
+#: ../../include/nav.php:126 ../../include/nav.php:130
+msgid "Sign in"
+msgstr "Acceder"
-#: ../../addon/flashcards/Mod_Flashcards.php:261
-#: ../../include/acl_selectors.php:154 ../../Zotlabs/Module/Chat.php:240
-#: ../../Zotlabs/Module/Filestorage.php:195
-#: ../../Zotlabs/Module/Photos.php:671 ../../Zotlabs/Module/Photos.php:1042
-#: ../../Zotlabs/Module/Thing.php:321 ../../Zotlabs/Module/Thing.php:374
-msgid "Permissions"
-msgstr "Permisos"
+#: ../../include/nav.php:160
+msgid "Take me home"
+msgstr "Volver a la página principal"
-#: ../../addon/flashcards/Mod_Flashcards.php:268
-#: ../../Zotlabs/Module/Filestorage.php:202
-msgid "Set/edit permissions"
-msgstr "Establecer/editar los permisos"
+#: ../../include/nav.php:162
+msgid "Log me out of this site"
+msgstr "Salir de este sitio"
-#: ../../addon/flashcards/Mod_Flashcards.php:291
-#: ../../addon/flashcards/Mod_Flashcards.php:292 ../../include/items.php:3876
-#: ../../Zotlabs/Module/Filestorage.php:29
-#: ../../Zotlabs/Module/Admin/Themes.php:72
-#: ../../Zotlabs/Module/Admin/Addons.php:263
-#: ../../Zotlabs/Module/Viewsrc.php:25 ../../Zotlabs/Module/Display.php:53
-#: ../../Zotlabs/Module/Display.php:114 ../../Zotlabs/Module/Display.php:392
-#: ../../Zotlabs/Module/Admin.php:61 ../../Zotlabs/Module/Thing.php:96
-msgid "Item not found."
-msgstr "Elemento no encontrado."
+#: ../../include/nav.php:167 ../../boot.php:1725
+#: ../../Zotlabs/Module/Register.php:542
+msgid "Register"
+msgstr "Registrarse"
-#: ../../addon/libertree/libertree.php:43
-msgid "Post to Libertree"
-msgstr "Publicar en Libertree"
+#: ../../include/nav.php:167
+msgid "Create an account"
+msgstr "Crear una cuenta"
-#: ../../addon/libertree/Mod_Libertree.php:25
-msgid "Libertree Crosspost Connector Settings saved."
-msgstr "Se han guardado los ajustes del conector de publicación cruzada con Libertree."
+#: ../../include/nav.php:181
+msgid "Help and documentation"
+msgstr "Ayuda y documentación"
-#: ../../addon/libertree/Mod_Libertree.php:49
-msgid "Libertree API token"
-msgstr "Token de la API de Libertree"
+#: ../../include/nav.php:195 ../../include/acl_selectors.php:149
+#: ../../include/text.php:1170 ../../include/text.php:1182
+#: ../../Zotlabs/Lib/Apps.php:358 ../../Zotlabs/Widget/Sitesearch.php:37
+#: ../../Zotlabs/Widget/Activity_filter.php:210
+#: ../../Zotlabs/Module/Search.php:46 ../../Zotlabs/Module/Connections.php:403
+msgid "Search"
+msgstr "Buscar"
-#: ../../addon/libertree/Mod_Libertree.php:53
-msgid "Libertree site URL"
-msgstr "URL del servidor de Libertree"
+#: ../../include/nav.php:195
+msgid "Search site @name, !forum, #tag, ?docs, content"
+msgstr "Buscar en el sitio @nombre, !foro, #tag, ?docs, contenido"
-#: ../../addon/libertree/Mod_Libertree.php:57
-msgid "Post to Libertree by default"
-msgstr "Publicar en Libertree por defecto"
+#: ../../include/nav.php:201 ../../Zotlabs/Widget/Admin.php:61
+msgid "Admin"
+msgstr "Administrador"
-#: ../../addon/libertree/Mod_Libertree.php:65
-msgid "Libertree Crosspost Connector"
-msgstr "Libertree Crosspost Connector"
+#: ../../include/nav.php:201
+msgid "Site Setup and Configuration"
+msgstr "Ajustes y configuración del sitio"
-#: ../../addon/randpost/randpost.php:99
-msgid "You're welcome."
-msgstr "Bienvenido."
+#: ../../include/nav.php:332 ../../Zotlabs/Widget/Notifications.php:175
+#: ../../Zotlabs/Widget/Messages.php:36 ../../Zotlabs/Module/Defperms.php:254
+#: ../../Zotlabs/Module/New_channel.php:157
+#: ../../Zotlabs/Module/New_channel.php:164
+msgid "Loading"
+msgstr "Cargando"
-#: ../../addon/randpost/randpost.php:100
-msgid "Ah shucks..."
-msgstr "Ah, joder..."
+#: ../../include/nav.php:337
+msgid "@name, #tag, ?doc, content"
+msgstr "@nombre, #etiqueta, ?ayuda, contenido"
-#: ../../addon/randpost/randpost.php:101
-msgid "Don't mention it."
-msgstr "No lo menciones."
+#: ../../include/nav.php:338
+msgid "Please wait..."
+msgstr "Espere por favor…"
-#: ../../addon/randpost/randpost.php:102
-msgid "&lt;blush&gt;"
-msgstr "&lt;sonrojo&gt;"
+#: ../../include/nav.php:344 ../../Zotlabs/Lib/Apps.php:328
+msgid "Apps"
+msgstr "Aplicaciones (apps)"
-#: ../../addon/buglink/buglink.php:16 ../../Zotlabs/Lib/Apps.php:333
-msgid "Report Bug"
-msgstr "Informe de errores"
+#: ../../include/nav.php:345
+msgid "Channel Apps"
+msgstr "Apps del canal "
-#: ../../addon/logrot/logrot.php:36
-msgid "Logfile archive directory"
-msgstr "Directorio de los ficheros de informe"
+#: ../../include/nav.php:346
+msgid "System Apps"
+msgstr "Apps del sistema "
-#: ../../addon/logrot/logrot.php:36
-msgid "Directory to store rotated logs"
-msgstr "Directorio para almacenar los informes rotados"
+#: ../../include/nav.php:347
+msgid "Pinned Apps"
+msgstr "Apps ancladas "
-#: ../../addon/logrot/logrot.php:37
-msgid "Logfile size in bytes before rotating"
-msgstr "Tamaño del fichero de informe en bytes antes de rotarlo"
+#: ../../include/nav.php:348
+msgid "Featured Apps"
+msgstr "Apps destacadas "
-#: ../../addon/logrot/logrot.php:38
-msgid "Number of logfiles to retain"
-msgstr "Número de ficheros de informe que se deben retener"
+#: ../../include/nav.php:434 ../../Zotlabs/Lib/Apps.php:348
+#: ../../Zotlabs/Module/Admin/Channels.php:154
+msgid "Channel"
+msgstr "Canal"
-#: ../../addon/testdrive/testdrive.php:104
-#, php-format
-msgid "Your account on %s will expire in a few days."
-msgstr "Su cuenta en %s caducará en unos pocos días."
+#: ../../include/nav.php:437
+msgid "Status Messages and Posts"
+msgstr "Mensajes de estado y publicaciones"
-#: ../../addon/testdrive/testdrive.php:105
-msgid "Your test account is about to expire."
-msgstr "Su cuenta de prueba está a punto de expirar."
+#: ../../include/nav.php:447 ../../Zotlabs/Module/Help.php:85
+msgid "About"
+msgstr "Mi perfil"
-#: ../../addon/hideaside/Mod_Hideaside.php:28
-msgid "Hide Aside App"
-msgstr "App de ocultamiento del panel lateral"
+#: ../../include/nav.php:450
+msgid "Profile Details"
+msgstr "Detalles del perfil"
-#: ../../addon/hideaside/Mod_Hideaside.php:29
-msgid "Fade out aside areas after a while when using endless scroll"
-msgstr "Se desvanecen las áreas laterales cuando se usa un scroll sin fin"
+#: ../../include/nav.php:460 ../../include/photos.php:721
+msgid "Photo Albums"
+msgstr "Álbumes de fotos"
-#: ../../addon/skeleton/Mod_Skeleton.php:38
-msgid "Some setting"
-msgstr "Algunos ajustes"
+#: ../../include/nav.php:465 ../../Zotlabs/Lib/Apps.php:345
+#: ../../Zotlabs/Widget/Notifications.php:108
+#: ../../Zotlabs/Widget/Channel_activities.php:125
+#: ../../Zotlabs/Storage/Browser.php:350 ../../Zotlabs/Module/Fbrowser.php:85
+msgid "Files"
+msgstr "Ficheros"
-#: ../../addon/skeleton/Mod_Skeleton.php:38
-msgid "A setting"
-msgstr "Un ajuste"
+#: ../../include/nav.php:468
+msgid "Files and Storage"
+msgstr "Ficheros y repositorio"
-#: ../../addon/skeleton/Mod_Skeleton.php:46
-msgid "Skeleton Settings"
-msgstr "Ajustes de Skeleton"
+#: ../../include/nav.php:490 ../../include/nav.php:493
+#: ../../Zotlabs/Lib/Apps.php:335 ../../Zotlabs/Widget/Chatroom_list.php:22
+msgid "Chatrooms"
+msgstr "Salas de chat"
-#: ../../addon/socialauth/Mod_SocialAuth.php:106
-#: ../../addon/socialauth/Mod_SocialAuth.php:179
-msgid "Network error"
-msgstr "Error de red"
+#: ../../include/nav.php:503 ../../Zotlabs/Lib/Apps.php:334
+#: ../../Zotlabs/Module/Bookmarks.php:90
+msgid "Bookmarks"
+msgstr "Marcadores"
-#: ../../addon/socialauth/Mod_SocialAuth.php:110
-#: ../../addon/socialauth/Mod_SocialAuth.php:183
-msgid "API error"
-msgstr "Error de API"
+#: ../../include/nav.php:506
+msgid "Saved Bookmarks"
+msgstr "Marcadores guardados"
-#: ../../addon/socialauth/Mod_SocialAuth.php:114
-#: ../../addon/socialauth/Mod_SocialAuth.php:187
-msgid "Unknown issue"
-msgstr "Problema desconocido"
+#: ../../include/nav.php:514 ../../Zotlabs/Lib/Apps.php:346
+#: ../../Zotlabs/Widget/Channel_activities.php:168
+#: ../../Zotlabs/Module/Webpages.php:247
+msgid "Webpages"
+msgstr "Páginas web"
-#: ../../addon/socialauth/Mod_SocialAuth.php:152
-msgid "Unable to retrieve email address from remote identity provider"
-msgstr "No se puede recuperar la dirección de correo electrónico del proveedor de identidad remota"
+#: ../../include/nav.php:517
+msgid "View Webpages"
+msgstr "Ver páginas web"
-#: ../../addon/socialauth/Mod_SocialAuth.php:171
-msgid "Unable to login using email address "
-msgstr "Imposible iniciar sesión usando la dirección de correo electrónico"
+#: ../../include/nav.php:525 ../../addon/wiki/Mod_Wiki.php:209
+#: ../../addon/wiki/Widget/Wiki_list.php:20 ../../addon/wiki/wiki.php:70
+msgid "Wikis"
+msgstr "Wikis"
-#: ../../addon/socialauth/Mod_SocialAuth.php:211
-msgid "Social Authentication using your social media account"
-msgstr "Autenticación usando su cuenta de medios sociales"
+#: ../../include/nav.php:528 ../../Zotlabs/Lib/Apps.php:347
+msgid "Wiki"
+msgstr "Wiki"
-#: ../../addon/socialauth/Mod_SocialAuth.php:215
+#: ../../include/security.php:633
msgid ""
-"This app enables one or more social provider sign-in buttons on the login "
-"page."
-msgstr "Esta aplicación habilita uno o más botones de inicio de sesión de proveedores sociales en la página de inicio de sesión."
-
-#: ../../addon/socialauth/Mod_SocialAuth.php:233
-msgid "Add an identity provider"
-msgstr "Añadir un proveedor de identidad"
-
-#: ../../addon/socialauth/Mod_SocialAuth.php:260
-msgid "Enable "
-msgstr "Habilitar"
-
-#: ../../addon/socialauth/Mod_SocialAuth.php:267
-msgid "Key"
-msgstr "Clave"
-
-#: ../../addon/socialauth/Mod_SocialAuth.php:267
-#: ../../addon/socialauth/Mod_SocialAuth.php:272
-#: ../../addon/socialauth/Mod_SocialAuth.php:288
-#: ../../addon/socialauth/Mod_SocialAuth.php:299
-#: ../../addon/socialauth/Mod_SocialAuth.php:308
-msgid "Word"
-msgstr "Palabra"
-
-#: ../../addon/socialauth/Mod_SocialAuth.php:272
-msgid "Secret"
-msgstr "Secret"
-
-#: ../../addon/socialauth/Mod_SocialAuth.php:308
-msgid "Add a custom provider"
-msgstr "Añadir un proveedor personalizado"
+"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 "El \"token\" de seguridad del formulario no es correcto. Esto ha ocurrido probablemente porque el formulario ha estado abierto demasiado tiempo (>3 horas) antes de ser enviado"
-#: ../../addon/socialauth/Mod_SocialAuth.php:328
-msgid "Remove an identity provider"
-msgstr "Eliminar un proveedor de identidad"
+#: ../../include/datetime.php:58 ../../Zotlabs/Widget/Newmember.php:56
+#: ../../Zotlabs/Module/Profiles.php:752
+msgid "Miscellaneous"
+msgstr "Varios"
-#: ../../addon/socialauth/Mod_SocialAuth.php:338
-msgid "Social authentication"
-msgstr "Autenticación social"
+#: ../../include/datetime.php:140
+msgid "Birthday"
+msgstr "Cumpleaños"
-#: ../../addon/socialauth/Mod_SocialAuth.php:380
-msgid "Error while saving provider settings"
-msgstr "Se ha producido un error mientras se guardaban los ajustes"
+#: ../../include/datetime.php:140
+msgid "Age: "
+msgstr "Edad:"
-#: ../../addon/socialauth/Mod_SocialAuth.php:403
-msgid "Custom provider already exists"
-msgstr "Ya existe un proveedor personalizado"
+#: ../../include/datetime.php:140
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "AAAA-MM-DD o MM-DD"
-#: ../../addon/socialauth/Mod_SocialAuth.php:420
-msgid "Social authentication settings saved."
-msgstr "Se han guardado los ajustes de la autenticación social."
+#: ../../include/datetime.php:238 ../../boot.php:2754
+msgid "never"
+msgstr "nunca"
-#: ../../addon/nsfw/nsfw.php:153
-msgid "Possible adult content"
-msgstr "Posible contenido para adultos"
+#: ../../include/datetime.php:244
+msgid "less than a second ago"
+msgstr "hace un instante"
-#: ../../addon/nsfw/nsfw.php:168
+#: ../../include/datetime.php:262
#, php-format
-msgid "%s - view"
-msgstr "ver - %s"
-
-#: ../../addon/nsfw/Mod_Nsfw.php:22
-msgid "NSFW Settings saved."
-msgstr "Se han guardado los ajustes de NSFW."
-
-#: ../../addon/nsfw/Mod_Nsfw.php:42
-msgid ""
-"This app looks in posts for the words/text you specify below, and collapses "
-"any content containing those keywords so it is not displayed at "
-"inappropriate times, such as sexual innuendo that may be improper in a work "
-"setting. It is polite and recommended to tag any content containing nudity "
-"with #NSFW. This filter can also match any other word/text you specify, and"
-" can thereby be used as a general purpose content filter."
-msgstr "Esta aplicación busca en los mensajes las palabras o texto que especifique a continuación, y oculta cualquier contenido que contenga esas palabras clave, para que no se muestren en momentos inapropiados, como insinuaciones sexuales que puedan ser inapropiadas en un entorno laboral. Es cortés y recomendable etiquetar cualquier contenido que contenga desnudos con #NSFW. Este filtro también puede coincidir con cualquier otra palabra o texto que especifique y, por lo tanto, puede utilizarse como filtro de contenido de propósito general."
-
-#: ../../addon/nsfw/Mod_Nsfw.php:47
-msgid "Comma separated list of keywords to hide"
-msgstr "Lista separada por comas de palabras clave para ocultar"
-
-#: ../../addon/nsfw/Mod_Nsfw.php:47
-msgid "Word, /regular-expression/, lang=xx, lang!=xx"
-msgstr "Palabra, /expresión regular/, lang=xx, lang!=xx"
-
-#: ../../addon/nsfw/Mod_Nsfw.php:56
-msgid "NSFW"
-msgstr "NSFW"
-
-#: ../../addon/upload_limits/upload_limits.php:25
-msgid "Show Upload Limits"
-msgstr "Mostrar los límites de subida"
+msgctxt "e.g. 22 hours ago, 1 minute ago"
+msgid "%1$d %2$s ago"
+msgstr "hace %1$d %2$s"
-#: ../../addon/upload_limits/upload_limits.php:27
-msgid "Hubzilla configured maximum size: "
-msgstr "Tamaño máximo configurado por Hubzilla: "
+#: ../../include/datetime.php:273
+msgctxt "relative_date"
+msgid "year"
+msgid_plural "years"
+msgstr[0] "año"
+msgstr[1] "años"
+msgstr[2] "años"
-#: ../../addon/upload_limits/upload_limits.php:28
-msgid "PHP upload_max_filesize: "
-msgstr "PHP upload_max_filesize: "
+#: ../../include/datetime.php:276
+msgctxt "relative_date"
+msgid "month"
+msgid_plural "months"
+msgstr[0] "mes"
+msgstr[1] "meses"
+msgstr[2] "meses"
-#: ../../addon/upload_limits/upload_limits.php:29
-msgid "PHP post_max_size (must be larger than upload_max_filesize): "
-msgstr "PHP post_max_size (debe ser mayor que upload_max_filesize): "
+#: ../../include/datetime.php:279
+msgctxt "relative_date"
+msgid "week"
+msgid_plural "weeks"
+msgstr[0] "semana"
+msgstr[1] "semanas"
+msgstr[2] "semanas"
-#: ../../addon/tictac/tictac.php:21
-msgid "Three Dimensional Tic-Tac-Toe"
-msgstr "Juego en 3D Tic-Tac-Toe"
+#: ../../include/datetime.php:282
+msgctxt "relative_date"
+msgid "day"
+msgid_plural "days"
+msgstr[0] "día"
+msgstr[1] "días"
+msgstr[2] "días"
-#: ../../addon/tictac/tictac.php:54
-msgid "3D Tic-Tac-Toe"
-msgstr "3D Tic-Tac-Toe"
+#: ../../include/datetime.php:285
+msgctxt "relative_date"
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] "hora"
+msgstr[1] "horas"
+msgstr[2] "horas"
-#: ../../addon/tictac/tictac.php:59
-msgid "New game"
-msgstr "Nuevo juego"
+#: ../../include/datetime.php:288
+msgctxt "relative_date"
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] "minuto"
+msgstr[1] "minutos"
+msgstr[2] "minutos"
-#: ../../addon/tictac/tictac.php:60
-msgid "New game with handicap"
-msgstr "Nuevo juego con hándicap"
+#: ../../include/datetime.php:291
+msgctxt "relative_date"
+msgid "second"
+msgid_plural "seconds"
+msgstr[0] "segundo"
+msgstr[1] "segundos"
+msgstr[2] "segundos"
-#: ../../addon/tictac/tictac.php:61
-msgid ""
-"Three dimensional tic-tac-toe is just like the traditional game except that "
-"it is played on multiple levels simultaneously. "
-msgstr "El juego en 3D tic-tac-toe es como el juego tradicional, excepto que se juega en varios niveles simultáneamente."
+#: ../../include/datetime.php:520
+#, php-format
+msgid "%1$s's birthday"
+msgstr "Cumpleaños de %1$s"
-#: ../../addon/tictac/tictac.php:62
-msgid ""
-"In this case there are three levels. You win by getting three in a row on "
-"any level, as well as up, down, and diagonally across the different levels."
-msgstr "En este caso hay tres niveles. Usted gana al conseguir tres en una fila en cualquier nivel, así como arriba, abajo, y en diagonal a través de los diferentes niveles."
+#: ../../include/datetime.php:521
+#, php-format
+msgid "Happy Birthday %1$s"
+msgstr "Feliz cumpleaños %1$s"
-#: ../../addon/tictac/tictac.php:64
-msgid ""
-"The handicap game disables the center position on the middle level because "
-"the player claiming this square often has an unfair advantage."
-msgstr "El juego con hándicap deshabilita la posición central en el nivel medio porque el jugador que reclama este cuadrado a menudo tiene una ventaja injusta."
+#: ../../include/photos.php:152
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
+msgstr "La imagen excede el límite de %lu bytes del sitio"
-#: ../../addon/tictac/tictac.php:183
-msgid "You go first..."
-msgstr "Usted va primero..."
+#: ../../include/photos.php:163
+msgid "Image file is empty."
+msgstr "El fichero de imagen está vacío. "
-#: ../../addon/tictac/tictac.php:188
-msgid "I'm going first this time..."
-msgstr "Yo voy primero esta vez..."
+#: ../../include/photos.php:197 ../../Zotlabs/Module/Cover_photo.php:241
+#: ../../Zotlabs/Module/Profile_photo.php:275
+msgid "Unable to process image"
+msgstr "No ha sido posible procesar la imagen"
-#: ../../addon/tictac/tictac.php:194
-msgid "You won!"
-msgstr "¡Usted ha ganado!"
+#: ../../include/photos.php:323
+msgid "Photo storage failed."
+msgstr "La foto no ha podido ser guardada."
-#: ../../addon/tictac/tictac.php:200 ../../addon/tictac/tictac.php:225
-msgid "\"Cat\" game!"
-msgstr "¡El juego del \"gato\"!"
+#: ../../include/photos.php:372
+msgid "a new photo"
+msgstr "una nueva foto"
-#: ../../addon/tictac/tictac.php:223
-msgid "I won!"
-msgstr "¡He ganado yo!"
+#: ../../include/photos.php:376
+#, php-format
+msgctxt "photo_upload"
+msgid "%1$s posted %2$s to %3$s"
+msgstr "%1$s ha publicado %2$s en %3$s"
-#: ../../addon/mailtest/mailtest.php:19
-msgid "Send test email"
-msgstr "Enviar un correo electrónico de prueba"
+#: ../../include/photos.php:722 ../../Zotlabs/Module/Photos.php:1339
+#: ../../Zotlabs/Module/Photos.php:1352 ../../Zotlabs/Module/Photos.php:1353
+msgid "Recent Photos"
+msgstr "Fotos recientes"
-#: ../../addon/mailtest/mailtest.php:66
-msgid "Mail sent."
-msgstr "El correo electrónico ha sido enviado."
+#: ../../include/photos.php:726
+msgid "Upload New Photos"
+msgstr "Subir nuevas fotos"
-#: ../../addon/mailtest/mailtest.php:68
-msgid "Sending of mail failed."
-msgstr "No se pudo enviar el correo."
+#: ../../include/connections.php:165
+msgid "New window"
+msgstr "Nueva ventana"
-#: ../../addon/mailtest/mailtest.php:77
-msgid "Mail Test"
-msgstr "Prueba de correo"
+#: ../../include/connections.php:166
+msgid "Open the selected location in a different window or browser tab"
+msgstr "Abrir la dirección seleccionada en una ventana o pestaña aparte"
-#: ../../addon/ljpost/Mod_Ljpost.php:53
-msgid "Livejournal username"
-msgstr "Nombre de usuario en Livejournal"
+#: ../../include/network.php:412
+msgid "url: "
+msgstr "url: "
-#: ../../addon/ljpost/Mod_Ljpost.php:57
-msgid "Livejournal password"
-msgstr "Contraseña en Livejournal"
+#: ../../include/network.php:413
+msgid "error_code: "
+msgstr "código_de_error: "
-#: ../../addon/ljpost/Mod_Ljpost.php:61
-msgid "Post to Livejournal by default"
-msgstr "Publicar en Livejournal por defecto"
+#: ../../include/network.php:414
+msgid "error_string: "
+msgstr "cadena_de_error: "
-#: ../../addon/ljpost/Mod_Ljpost.php:65
-msgid "Send wall-to-wall posts to Livejournal"
-msgstr "Enviar entradas de Muro-Muro a Livejournal"
+#: ../../include/network.php:415
+msgid "content-type: "
+msgstr "tipo de contenido: "
-#: ../../addon/ljpost/Mod_Ljpost.php:77
-msgid "Livejournal Crosspost Connector"
-msgstr "Livejournal Crosspost Connector"
+#: ../../include/network.php:1768 ../../include/network.php:1769
+msgid "Friendica"
+msgstr "Friendica"
-#: ../../addon/ljpost/ljpost.php:49
-msgid "Post to Livejournal"
-msgstr "Publicar en Livejournal"
+#: ../../include/network.php:1770
+msgid "OStatus"
+msgstr "OStatus"
-#: ../../addon/ljpost/ljpost.php:127
-msgid "Posted by"
-msgstr "Publicado por "
+#: ../../include/network.php:1771
+msgid "GNU-Social"
+msgstr "GNU Social"
-#: ../../addon/mdpost/mdpost.php:42
-msgid "Use markdown for editing posts"
-msgstr "Usar markdown para editar las entradas"
+#: ../../include/network.php:1772
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
-#: ../../addon/articles/Mod_Article_edit.php:127
-msgid "Edit Article"
-msgstr "Editar el artículo"
+#: ../../include/network.php:1773 ../../addon/pubcrawl/as.php:1332
+#: ../../addon/pubcrawl/as.php:2002 ../../Zotlabs/Lib/Activity.php:3736
+msgid "ActivityPub"
+msgstr "ActivityPub"
-#: ../../addon/articles/articles.php:48 ../../addon/articles/articles.php:160
-#: ../../addon/articles/Mod_Articles.php:228 ../../Zotlabs/Lib/Apps.php:330
-msgid "Articles"
-msgstr "Artículos"
+#: ../../include/network.php:1774 ../../addon/openid/MysqlProvider.php:56
+#: ../../addon/openid/MysqlProvider.php:57
+#: ../../addon/redred/Mod_Redred.php:69 ../../addon/rtof/Mod_Rtof.php:55
+#: ../../Zotlabs/Module/Connedit.php:736
+#: ../../Zotlabs/Module/Admin/Accounts.php:316
+#: ../../Zotlabs/Module/Admin/Accounts.php:330
+#: ../../Zotlabs/Module/Cdav.php:1372
+msgid "Email"
+msgstr "Correo electrónico"
-#: ../../addon/articles/articles.php:51
-msgid "View Articles"
-msgstr "Ver los artículos"
+#: ../../include/network.php:1775
+msgid "Diaspora"
+msgstr "Diaspora"
-#: ../../addon/articles/Mod_Articles.php:119
-msgid "Add Article"
-msgstr "Añadir un artículo"
+#: ../../include/network.php:1776
+msgid "Facebook"
+msgstr "Facebook"
-#: ../../addon/hzfiles/hzfiles.php:81
-msgid "Hubzilla File Storage Import"
-msgstr "Importar del depósito de ficheros de Hubzilla"
+#: ../../include/network.php:1777
+msgid "Zot"
+msgstr "Zot"
-#: ../../addon/hzfiles/hzfiles.php:82
-msgid "This will import all your cloud files from another server."
-msgstr "Esto importará todos sus ficheros en la nube desde otro servidor."
+#: ../../include/network.php:1778
+msgid "LinkedIn"
+msgstr "LinkedIn"
-#: ../../addon/hzfiles/hzfiles.php:83
-msgid "Hubzilla Server base URL"
-msgstr "URL base del servidor Hubzilla"
+#: ../../include/network.php:1779
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
-#: ../../addon/authchoose/Mod_Authchoose.php:30
-msgid ""
-"Allow magic authentication only to websites of your immediate connections"
-msgstr "Permitir la autenticación mágica sólo a los sitios web de sus conexiones próximas"
+#: ../../include/network.php:1780
+msgid "MySpace"
+msgstr "MySpace"
-#: ../../addon/authchoose/Mod_Authchoose.php:36
-msgid "Authchoose"
-msgstr "Autoseleccionar"
+#: ../../include/markdown.php:206 ../../include/bbcode.php:570
+#, php-format
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s escribió la/el %2$s siguiente %3$s"
-#: ../../addon/pageheader/Mod_Pageheader.php:22
-msgid "pageheader Settings saved."
-msgstr "Se han guardado los ajustes del encabezado de página."
+#: ../../include/markdown.php:259 ../../include/bbcode.php:655
+msgid "spoiler"
+msgstr "spoiler"
-#: ../../addon/pageheader/Mod_Pageheader.php:41
-msgid "Message to display on every page on this server"
-msgstr "Mensaje para mostrar en todas las páginas de este servidor"
+#: ../../include/language.php:422 ../../include/text.php:2193
+msgid "default"
+msgstr "por defecto"
-#: ../../addon/pageheader/Mod_Pageheader.php:49
-msgid "Page Header"
-msgstr "Page Header"
+#: ../../include/language.php:435
+msgid "Select an alternate language"
+msgstr "Seleccionar un idioma alternativo"
-#: ../../addon/irc/Mod_Irc.php:23 ../../addon/irc/irc.php:41
-msgid "Popular Channels"
-msgstr "Canales populares"
+#: ../../include/menu.php:120 ../../include/channel.php:1530
+#: ../../include/channel.php:1534 ../../addon/cards/cards.php:74
+#: ../../addon/cards/Mod_Card_edit.php:99
+#: ../../addon/articles/Mod_Article_edit.php:97
+#: ../../addon/articles/articles.php:75 ../../addon/wiki/Mod_Wiki.php:214
+#: ../../addon/wiki/Mod_Wiki.php:381 ../../Zotlabs/Lib/Apps.php:618
+#: ../../Zotlabs/Lib/ThreadItem.php:158 ../../Zotlabs/Widget/Cdav.php:144
+#: ../../Zotlabs/Widget/Cdav.php:181 ../../Zotlabs/Module/Editwebpage.php:142
+#: ../../Zotlabs/Module/Webpages.php:250 ../../Zotlabs/Module/Oauth.php:171
+#: ../../Zotlabs/Module/Thing.php:268 ../../Zotlabs/Module/Layouts.php:191
+#: ../../Zotlabs/Module/Menu.php:176 ../../Zotlabs/Module/Admin/Profs.php:175
+#: ../../Zotlabs/Module/Group.php:245 ../../Zotlabs/Module/Blocks.php:158
+#: ../../Zotlabs/Module/Editlayout.php:114
+#: ../../Zotlabs/Module/Connections.php:338
+#: ../../Zotlabs/Module/Connections.php:387
+#: ../../Zotlabs/Module/Connections.php:408
+#: ../../Zotlabs/Module/Oauth2.php:192 ../../Zotlabs/Module/Editblock.php:114
+msgid "Edit"
+msgstr "Editar"
-#: ../../addon/irc/irc.php:37
-msgid "Channels to auto connect"
-msgstr "Canales para conexión automática"
+#: ../../include/acl_selectors.php:33
+#: ../../Zotlabs/Lib/PermissionDescription.php:34
+msgid "Visible to your default audience"
+msgstr "Visible para su público predeterminado."
-#: ../../addon/irc/irc.php:37 ../../addon/irc/irc.php:41
-msgid "Comma separated list"
-msgstr "Lista separada por comas"
+#: ../../include/acl_selectors.php:100
+msgid "Profile-Based Privacy Groups"
+msgstr "Grupos de privacidad basados en perfiles"
-#: ../../addon/irc/irc.php:45
-msgid "IRC Settings"
-msgstr "Ajustes de IRC"
+#: ../../include/acl_selectors.php:119
+msgid "Private Forum"
+msgstr "Foro privado"
-#: ../../addon/irc/irc.php:54
-msgid "IRC settings saved."
-msgstr "Se han guardado los ajustes de IRC."
+#: ../../include/acl_selectors.php:125
+#: ../../Zotlabs/Widget/Notifications.php:131
+#: ../../Zotlabs/Widget/Notifications.php:132
+#: ../../Zotlabs/Widget/Activity_filter.php:130
+#: ../../Zotlabs/Widget/Forums.php:77
+msgid "Forums"
+msgstr "Foros"
-#: ../../addon/irc/irc.php:58
-msgid "IRC Chatroom"
-msgstr "Sala de chat IRC"
+#: ../../include/acl_selectors.php:136
+#: ../../Zotlabs/Lib/PermissionDescription.php:107
+#: ../../Zotlabs/Module/Settings/Privacy.php:65
+msgid "Only me"
+msgstr "Sólo yo"
-#: ../../addon/xmpp/xmpp.php:44
-msgid "Jabber BOSH host"
-msgstr "BOSH de Jabber"
+#: ../../include/acl_selectors.php:143
+msgid "Share with"
+msgstr "Compartir con "
-#: ../../addon/xmpp/xmpp.php:45
-msgid "Use central userbase"
-msgstr "Usar la base de usuarios central"
+#: ../../include/acl_selectors.php:144
+msgid "Custom selection"
+msgstr "Selección personalizada"
-#: ../../addon/xmpp/xmpp.php:45
+#: ../../include/acl_selectors.php:146
msgid ""
-"If enabled, members will automatically login to an ejabberd server that has "
-"to be installed on this machine with synchronized credentials via the "
-"\"auth_ejabberd.php\" script."
-msgstr "Si está habilitado, los miembros se conectarán automáticamente a un servidor ejabberd que debe instalarse en esta máquina con credenciales sincronizadas a través del script \"auth ejabberd.php\"."
-
-#: ../../addon/xmpp/Mod_Xmpp.php:23
-msgid "XMPP settings updated."
-msgstr "Se han actualizado los ajustes de XMPP."
+"Select \"Allow\" to allow viewing. \"Don't allow\" lets you override and "
+"limit the scope of \"Allow\"."
+msgstr "Seleccione \"Permitir\" para permitir la visualización. \"No permitir\" le permite anular y limitar el alcance de \"Permitir\"."
-#: ../../addon/xmpp/Mod_Xmpp.php:35
-msgid "XMPP App"
-msgstr "App XMPP"
+#: ../../include/acl_selectors.php:147 ../../Zotlabs/Module/Authorize.php:32
+msgid "Allow"
+msgstr "Permitir"
-#: ../../addon/xmpp/Mod_Xmpp.php:36
-msgid "Embedded XMPP (Jabber) client"
-msgstr "Cliente XMPP (Jabber) integrado"
+#: ../../include/acl_selectors.php:148
+msgid "Don't allow"
+msgstr "No permitir"
-#: ../../addon/xmpp/Mod_Xmpp.php:52
-msgid "Individual credentials"
-msgstr "Credenciales individuales"
+#: ../../include/acl_selectors.php:154
+#: ../../addon/flashcards/Mod_Flashcards.php:261
+#: ../../Zotlabs/Module/Thing.php:321 ../../Zotlabs/Module/Thing.php:374
+#: ../../Zotlabs/Module/Filestorage.php:195
+#: ../../Zotlabs/Module/Photos.php:671 ../../Zotlabs/Module/Photos.php:1045
+#: ../../Zotlabs/Module/Chat.php:240
+msgid "Permissions"
+msgstr "Permisos"
-#: ../../addon/xmpp/Mod_Xmpp.php:58
-msgid "Jabber BOSH server"
-msgstr "Servidor BOSH de Jabber"
+#: ../../include/acl_selectors.php:156 ../../Zotlabs/Lib/ThreadItem.php:496
+#: ../../Zotlabs/Widget/Pinned.php:163 ../../Zotlabs/Storage/Browser.php:414
+#: ../../Zotlabs/Module/Photos.php:1266
+msgid "Close"
+msgstr "Cerrar"
-#: ../../addon/xmpp/Mod_Xmpp.php:67
-msgid "XMPP Settings"
-msgstr "Ajustes de XMPP"
+#: ../../include/acl_selectors.php:181
+#, php-format
+msgid ""
+"Post permissions %s cannot be changed %s after a post is shared.</br />These"
+" permissions set who is allowed to view the post."
+msgstr "Los permisos de la entrada %s no se pueden cambiar %s una vez que se ha compartido.</br /> Estos permisos establecen quién está autorizado para ver el mensaje."
-#: ../../include/text.php:547
+#: ../../include/text.php:546
msgid "prev"
msgstr "anterior"
-#: ../../include/text.php:549
+#: ../../include/text.php:548
msgid "first"
msgstr "primera"
-#: ../../include/text.php:578
+#: ../../include/text.php:577
msgid "last"
msgstr "última"
-#: ../../include/text.php:581
+#: ../../include/text.php:580
msgid "next"
msgstr "próxima"
-#: ../../include/text.php:599
+#: ../../include/text.php:598
msgid "older"
msgstr "más antiguas"
-#: ../../include/text.php:601
+#: ../../include/text.php:600
msgid "newer"
msgstr "más recientes"
-#: ../../include/text.php:1058 ../../include/features.php:133
-#: ../../Zotlabs/Module/Connections.php:399 ../../Zotlabs/Lib/Apps.php:338
-msgid "Connections"
-msgstr "Conexiones"
-
#: ../../include/text.php:1066 ../../Zotlabs/Module/Viewconnections.php:80
#: ../../Zotlabs/Module/Connections.php:306
msgid "Accepts"
@@ -4109,23 +3449,20 @@ msgstr "Ver todas las %s conexiones"
msgid "Network: %s"
msgstr "Red %s"
-#: ../../include/text.php:1170 ../../include/text.php:1182
-#: ../../include/nav.php:195 ../../include/acl_selectors.php:149
-#: ../../Zotlabs/Widget/Sitesearch.php:37
-#: ../../Zotlabs/Widget/Activity_filter.php:210
-#: ../../Zotlabs/Module/Search.php:46 ../../Zotlabs/Module/Connections.php:403
-#: ../../Zotlabs/Lib/Apps.php:358
-msgid "Search"
-msgstr "Buscar"
+#: ../../include/text.php:1171 ../../include/text.php:1183
+#: ../../addon/cards/Mod_Cards.php:116
+#: ../../addon/articles/Mod_Articles.php:120
+#: ../../Zotlabs/Module/Admin/Queueworker.php:114
+#: ../../Zotlabs/Module/Admin/Profs.php:94
+#: ../../Zotlabs/Module/Admin/Profs.php:114 ../../Zotlabs/Module/Rbmark.php:31
+#: ../../Zotlabs/Module/Rbmark.php:103 ../../Zotlabs/Module/Filer.php:54
+msgid "Save"
+msgstr "Guardar"
#: ../../include/text.php:1262
msgid "poke"
msgstr "un toque"
-#: ../../include/text.php:1262 ../../include/conversation.php:277
-msgid "poked"
-msgstr "ha dado un toque a"
-
#: ../../include/text.php:1263
msgid "ping"
msgstr "un \"ping\""
@@ -4218,95 +3555,19 @@ msgstr "relajado/a"
msgid "surprised"
msgstr "sorprendido/a"
-#: ../../include/text.php:1500 ../../include/js_strings.php:100
-msgid "Monday"
-msgstr "lunes"
-
-#: ../../include/text.php:1500 ../../include/js_strings.php:101
-msgid "Tuesday"
-msgstr "martes"
-
-#: ../../include/text.php:1500 ../../include/js_strings.php:102
-msgid "Wednesday"
-msgstr "miércoles"
-
-#: ../../include/text.php:1500 ../../include/js_strings.php:103
-msgid "Thursday"
-msgstr "jueves"
-
-#: ../../include/text.php:1500 ../../include/js_strings.php:104
-msgid "Friday"
-msgstr "viernes"
-
-#: ../../include/text.php:1500 ../../include/js_strings.php:105
-msgid "Saturday"
-msgstr "sábado"
-
-#: ../../include/text.php:1500 ../../include/js_strings.php:99
-msgid "Sunday"
-msgstr "domingo"
-
-#: ../../include/text.php:1504 ../../include/js_strings.php:75
-msgid "January"
-msgstr "enero"
-
-#: ../../include/text.php:1504 ../../include/js_strings.php:76
-msgid "February"
-msgstr "febrero"
-
-#: ../../include/text.php:1504 ../../include/js_strings.php:77
-msgid "March"
-msgstr "marzo"
-
-#: ../../include/text.php:1504 ../../include/js_strings.php:78
-msgid "April"
-msgstr "abril"
-
#: ../../include/text.php:1504
msgid "May"
msgstr "mayo"
-#: ../../include/text.php:1504 ../../include/js_strings.php:80
-msgid "June"
-msgstr "junio"
-
-#: ../../include/text.php:1504 ../../include/js_strings.php:81
-msgid "July"
-msgstr "julio"
-
-#: ../../include/text.php:1504 ../../include/js_strings.php:82
-msgid "August"
-msgstr "agosto"
-
-#: ../../include/text.php:1504 ../../include/js_strings.php:83
-msgid "September"
-msgstr "septiembre"
-
-#: ../../include/text.php:1504 ../../include/js_strings.php:84
-msgid "October"
-msgstr "octubre"
-
-#: ../../include/text.php:1504 ../../include/js_strings.php:85
-msgid "November"
-msgstr "noviembre"
-
-#: ../../include/text.php:1504 ../../include/js_strings.php:86
-msgid "December"
-msgstr "diciembre"
-
#: ../../include/text.php:1578
msgid "Unknown attachment"
msgstr "Adjunto no reconocido"
-#: ../../include/text.php:1581 ../../Zotlabs/Module/Sharedwithme.php:109
-#: ../../Zotlabs/Storage/Browser.php:382
+#: ../../include/text.php:1581 ../../Zotlabs/Storage/Browser.php:382
+#: ../../Zotlabs/Module/Sharedwithme.php:109
msgid "Size"
msgstr "Tamaño"
-#: ../../include/text.php:1581 ../../include/feedutils.php:871
-msgid "unknown"
-msgstr "desconocido"
-
#: ../../include/text.php:1623
msgid "remove category"
msgstr "eliminar el tema"
@@ -4355,10 +3616,6 @@ msgstr "Votar"
msgid "Link to Source"
msgstr "Enlazar con la entrada en su ubicación original"
-#: ../../include/text.php:2193 ../../include/language.php:433
-msgid "default"
-msgstr "por defecto"
-
#: ../../include/text.php:2201
msgid "Page layout"
msgstr "Plantilla de la página"
@@ -4367,10 +3624,27 @@ msgstr "Plantilla de la página"
msgid "You can create your own with the layouts tool"
msgstr "Puede crear su propia disposición gráfica con la herramienta de plantillas"
+#: ../../include/text.php:2211 ../../addon/wiki/Mod_Wiki.php:220
+#: ../../addon/wiki/Mod_Wiki.php:368 ../../addon/wiki/Mod_Wiki.php:903
+#: ../../addon/wiki/Widget/Wiki_pages.php:65
+msgid "BBcode"
+msgstr "BBcode"
+
#: ../../include/text.php:2212
msgid "HTML"
msgstr "HTML"
+#: ../../include/text.php:2213 ../../addon/wiki/Mod_Wiki.php:220
+#: ../../addon/wiki/Mod_Wiki.php:368 ../../addon/wiki/Mod_Wiki.php:903
+#: ../../addon/wiki/Widget/Wiki_pages.php:65 ../../addon/mdpost/mdpost.php:41
+msgid "Markdown"
+msgstr "Markdown"
+
+#: ../../include/text.php:2214 ../../addon/wiki/Mod_Wiki.php:220
+#: ../../addon/wiki/Mod_Wiki.php:903 ../../addon/wiki/Widget/Wiki_pages.php:65
+msgid "Text"
+msgstr "Texto"
+
#: ../../include/text.php:2215
msgid "Comanche Layout"
msgstr "Plantilla de Comanche"
@@ -4383,24 +3657,6 @@ msgstr "PHP"
msgid "Page content type"
msgstr "Tipo de contenido de la página"
-#: ../../include/text.php:2355 ../../include/event.php:1356
-#: ../../include/conversation.php:142
-#: ../../Zotlabs/Module/Channel_calendar.php:221
-#: ../../Zotlabs/Module/Like.php:455 ../../Zotlabs/Module/Tagger.php:75
-msgid "event"
-msgstr "el/su evento"
-
-#: ../../include/text.php:2358 ../../include/conversation.php:168
-#: ../../include/bbcode.php:566 ../../include/markdown.php:208
-#: ../../Zotlabs/Module/Tagger.php:79 ../../Zotlabs/Lib/Activity.php:3690
-msgid "post"
-msgstr "la entrada"
-
-#: ../../include/text.php:2360 ../../include/conversation.php:170
-#: ../../Zotlabs/Module/Tagger.php:81
-msgid "comment"
-msgstr "el comentario"
-
#: ../../include/text.php:2365
msgid "activity"
msgstr "la/su actividad"
@@ -4497,3191 +3753,4439 @@ msgstr "Escriba una ruta de destino a la nube de ficheros."
msgid "Specify folder"
msgstr "Especificar una carpeta"
-#: ../../include/opengraph.php:56
-#, php-format
-msgid "This is the home page of %s."
-msgstr "Esta es la página personal de %s."
+#: ../../include/channel.php:48
+msgid "Unable to obtain identity information from database"
+msgstr "No ha sido posible obtener información sobre la identidad desde la base de datos"
-#: ../../include/event.php:33 ../../include/event.php:128
-msgid "l F d, Y \\@ g:i A"
-msgstr "l d de F, Y \\@ G:i"
+#: ../../include/channel.php:81
+msgid "Empty name"
+msgstr "Nombre vacío"
-#: ../../include/event.php:41
-msgid "Starts:"
-msgstr "Comienza:"
+#: ../../include/channel.php:84
+msgid "Name too long"
+msgstr "Nombre demasiado largo"
-#: ../../include/event.php:51
-msgid "Finishes:"
-msgstr "Finaliza:"
+#: ../../include/channel.php:201
+msgid "No account identifier"
+msgstr "Ningún identificador de la cuenta"
-#: ../../include/event.php:63 ../../include/event.php:153
-#: ../../include/channel.php:1631 ../../Zotlabs/Module/Directory.php:354
-msgid "Location:"
-msgstr "Ubicación:"
+#: ../../include/channel.php:213 ../../Zotlabs/Module/Register.php:95
+msgid "Nickname is required."
+msgstr "Se requiere un sobrenombre (alias)."
-#: ../../include/event.php:128
-msgid "l F d, Y"
-msgstr "l F d, Y"
+#: ../../include/channel.php:227 ../../include/channel.php:659
+#: ../../Zotlabs/Module/Register.php:100
+#: ../../Zotlabs/Module/Changeaddr.php:46
+msgid "Reserved nickname. Please choose another."
+msgstr "Sobrenombre en uso. Por favor, elija otro."
-#: ../../include/event.php:132
-msgid "Start:"
-msgstr "Iniciar: "
+#: ../../include/channel.php:232 ../../include/channel.php:664
+#: ../../Zotlabs/Module/Register.php:105
+#: ../../Zotlabs/Module/Changeaddr.php:51
+msgid ""
+"Nickname has unsupported characters or is already being used on this site."
+msgstr "El alias contiene caracteres no admitidos o está ya en uso por otros miembros de este sitio."
-#: ../../include/event.php:136
-msgid "End:"
-msgstr "Finalizar: "
+#: ../../include/channel.php:292
+msgid "Unable to retrieve created identity"
+msgstr "No ha sido posible recuperar la identidad creada"
-#: ../../include/event.php:1202
-msgid "This event has been added to your calendar."
-msgstr "Este evento ha sido añadido a su calendario."
+#: ../../include/channel.php:402
+msgid "Default Profile"
+msgstr "Perfil principal"
-#: ../../include/event.php:1435
-msgid "Not specified"
-msgstr "Sin especificar"
+#: ../../include/channel.php:592 ../../include/channel.php:681
+msgid "Unable to retrieve modified identity"
+msgstr "No se puede recuperar la identidad modficada"
-#: ../../include/event.php:1436
-msgid "Needs Action"
-msgstr "Necesita de una intervención"
+#: ../../include/channel.php:1373
+msgid "Requested channel is not available"
+msgstr "El canal solicitado no está disponible"
-#: ../../include/event.php:1437
-msgid "Completed"
-msgstr "Completado/a"
+#: ../../include/channel.php:1427 ../../addon/cards/Mod_Cards.php:42
+#: ../../addon/articles/Mod_Articles.php:46
+#: ../../addon/gallery/Mod_Gallery.php:49
+#: ../../Zotlabs/Module/Editwebpage.php:32
+#: ../../Zotlabs/Module/Webpages.php:39 ../../Zotlabs/Module/Connect.php:17
+#: ../../Zotlabs/Module/Filestorage.php:59
+#: ../../Zotlabs/Module/Achievements.php:15
+#: ../../Zotlabs/Module/Layouts.php:31 ../../Zotlabs/Module/Menu.php:92
+#: ../../Zotlabs/Module/Blocks.php:33 ../../Zotlabs/Module/Hcard.php:12
+#: ../../Zotlabs/Module/Profile.php:27 ../../Zotlabs/Module/Editlayout.php:31
+#: ../../Zotlabs/Module/Editblock.php:31
+msgid "Requested profile is not available."
+msgstr "El perfil solicitado no está disponible."
-#: ../../include/event.php:1438
-msgid "In Process"
-msgstr "En proceso"
+#: ../../include/channel.php:1523 ../../Zotlabs/Module/Profiles.php:744
+msgid "Change profile photo"
+msgstr "Cambiar la foto del perfil"
-#: ../../include/event.php:1439
-msgid "Cancelled"
-msgstr "Cancelado/a"
+#: ../../include/channel.php:1531
+msgid "Create New Profile"
+msgstr "Crear un nuevo perfil"
-#: ../../include/event.php:1520 ../../include/connections.php:781
-#: ../../Zotlabs/Module/Cdav.php:1373 ../../Zotlabs/Module/Connedit.php:741
-msgid "Mobile"
-msgstr "Móvil"
+#: ../../include/channel.php:1549 ../../Zotlabs/Module/Profiles.php:841
+msgid "Profile Image"
+msgstr "Imagen del perfil"
-#: ../../include/event.php:1521 ../../include/connections.php:782
-#: ../../Zotlabs/Widget/Notifications.php:43
-#: ../../Zotlabs/Module/Cdav.php:1374 ../../Zotlabs/Module/Connedit.php:742
-msgid "Home"
-msgstr "Inicio"
+#: ../../include/channel.php:1552
+msgid "Visible to everybody"
+msgstr "Visible para todos"
-#: ../../include/event.php:1522 ../../include/connections.php:783
-msgid "Home, Voice"
-msgstr "Llamadas particulares"
+#: ../../include/channel.php:1553 ../../Zotlabs/Module/Profiles.php:741
+#: ../../Zotlabs/Module/Profiles.php:845
+msgid "Edit visibility"
+msgstr "Editar visibilidad"
-#: ../../include/event.php:1523 ../../include/connections.php:784
-msgid "Home, Fax"
-msgstr "Fax particular"
+#: ../../include/channel.php:1635 ../../include/channel.php:1763
+msgid "Gender:"
+msgstr "Género:"
-#: ../../include/event.php:1524 ../../include/connections.php:785
-#: ../../Zotlabs/Module/Cdav.php:1375 ../../Zotlabs/Module/Connedit.php:743
-msgid "Work"
-msgstr "Trabajo"
+#: ../../include/channel.php:1636 ../../include/channel.php:1807
+msgid "Status:"
+msgstr "Estado:"
-#: ../../include/event.php:1525 ../../include/connections.php:786
-msgid "Work, Voice"
-msgstr "Llamadas de trabajo"
+#: ../../include/channel.php:1637 ../../include/channel.php:1831
+msgid "Homepage:"
+msgstr "Página personal:"
-#: ../../include/event.php:1526 ../../include/connections.php:787
-msgid "Work, Fax"
-msgstr "Fax de trabajo"
+#: ../../include/channel.php:1638 ../../include/channel.php:1833
+#: ../../Zotlabs/Module/Directory.php:368
+msgid "Hometown:"
+msgstr "Lugar de nacimiento:"
-#: ../../include/event.php:1527 ../../include/event.php:1534
-#: ../../include/selectors.php:64 ../../include/selectors.php:81
-#: ../../include/selectors.php:119 ../../include/selectors.php:155
-#: ../../include/connections.php:788 ../../include/connections.php:795
-#: ../../Zotlabs/Module/Cdav.php:1376 ../../Zotlabs/Module/Connedit.php:744
-#: ../../Zotlabs/Access/PermissionRoles.php:360
-msgid "Other"
-msgstr "Otro"
+#: ../../include/channel.php:1639
+msgid "Online Now"
+msgstr "Ahora en línea"
-#: ../../include/features.php:55 ../../Zotlabs/Module/Admin/Features.php:55
-#: ../../Zotlabs/Module/Admin/Features.php:56
-#: ../../Zotlabs/Module/Settings/Features.php:38
-msgid "Off"
-msgstr "Desactivado"
+#: ../../include/channel.php:1688
+msgid "This channel has not added a profile description yet"
+msgstr "Este canal aún no ha añadido una descripción de perfil"
-#: ../../include/features.php:55 ../../Zotlabs/Module/Admin/Features.php:55
-#: ../../Zotlabs/Module/Admin/Features.php:56
-#: ../../Zotlabs/Module/Settings/Features.php:38
-msgid "On"
-msgstr "Activado"
+#: ../../include/channel.php:1690
+msgid "Change your profile photo"
+msgstr "Cambiar su foto del perfil"
-#: ../../include/features.php:82 ../../include/nav.php:473
-#: ../../include/nav.php:476 ../../Zotlabs/Lib/Apps.php:351
-msgid "Calendar"
-msgstr "Calendario"
+#: ../../include/channel.php:1722
+msgid "Trans"
+msgstr "Trans"
-#: ../../include/features.php:86
-msgid "Start calendar week on Monday"
-msgstr "Comenzar el calendario semanal por el lunes"
+#: ../../include/channel.php:1761
+msgid "Full Name:"
+msgstr "Nombre completo:"
-#: ../../include/features.php:87
-msgid "Default is Sunday"
-msgstr "Por defecto es domingo"
+#: ../../include/channel.php:1768
+msgid "Like this channel"
+msgstr "Me gusta este canal"
-#: ../../include/features.php:94
-msgid "Event Timezone Selection"
-msgstr "Selección del huso horario del evento"
+#: ../../include/channel.php:1792
+msgid "j F, Y"
+msgstr "j F Y"
-#: ../../include/features.php:95
-msgid "Allow event creation in timezones other than your own."
-msgstr "Permitir la creación de eventos en husos horarios distintos del suyo."
+#: ../../include/channel.php:1793
+msgid "j F"
+msgstr "j F"
-#: ../../include/features.php:104
-msgid "Channel Home"
-msgstr "Mi canal"
+#: ../../include/channel.php:1800
+msgid "Birthday:"
+msgstr "Cumpleaños:"
-#: ../../include/features.php:108
-msgid "Search by Date"
-msgstr "Buscar por fecha"
+#: ../../include/channel.php:1804 ../../Zotlabs/Module/Directory.php:349
+msgid "Age:"
+msgstr "Edad:"
-#: ../../include/features.php:109
-msgid "Ability to select posts by date ranges"
-msgstr "Capacidad de seleccionar entradas por rango de fechas"
+#: ../../include/channel.php:1813
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "por %1$d %2$s"
-#: ../../include/features.php:116
-msgid "Tag Cloud"
-msgstr "Nube de etiquetas"
+#: ../../include/channel.php:1825
+msgid "Tags:"
+msgstr "Etiquetas:"
-#: ../../include/features.php:117
-msgid "Provide a personal tag cloud on your channel page"
-msgstr "Proveer nube de etiquetas personal en su página de canal"
+#: ../../include/channel.php:1829
+msgid "Sexual Preference:"
+msgstr "Orientación sexual:"
-#: ../../include/features.php:124 ../../include/features.php:358
-msgid "Use blog/list mode"
-msgstr "Usar el modo blog/lista"
+#: ../../include/channel.php:1835
+msgid "Political Views:"
+msgstr "Posición política:"
-#: ../../include/features.php:125 ../../include/features.php:359
-msgid "Comments will be displayed separately"
-msgstr "Los comentarios se mostrarán por separado"
+#: ../../include/channel.php:1837
+msgid "Religion:"
+msgstr "Religión:"
-#: ../../include/features.php:137
-msgid "Connection Filtering"
-msgstr "Filtrado de conexiones"
+#: ../../include/channel.php:1839 ../../Zotlabs/Module/Directory.php:370
+msgid "About:"
+msgstr "Sobre mí:"
-#: ../../include/features.php:138
-msgid "Filter incoming posts from connections based on keywords/content"
-msgstr "Filtrar publicaciones entrantes de conexiones por palabras clave o contenido"
+#: ../../include/channel.php:1841
+msgid "Hobbies/Interests:"
+msgstr "Aficciones o intereses:"
-#: ../../include/features.php:146
-msgid "Conversation"
-msgstr "Conversación"
+#: ../../include/channel.php:1843
+msgid "Likes:"
+msgstr "Me gusta:"
-#: ../../include/features.php:158
-msgid "Emoji Reactions"
-msgstr "Emoticonos \"emoji\""
+#: ../../include/channel.php:1845
+msgid "Dislikes:"
+msgstr "No me gusta:"
-#: ../../include/features.php:159
-msgid "Add emoji reaction ability to posts"
-msgstr "Activar la capacidad de añadir un emoticono \"emoji\" a las entradas"
+#: ../../include/channel.php:1847
+msgid "Contact information and Social Networks:"
+msgstr "Información de contacto y redes sociales:"
-#: ../../include/features.php:166
-msgid "Dislike Posts"
-msgstr "Desagrado de publicaciones"
+#: ../../include/channel.php:1849
+msgid "My other channels:"
+msgstr "Mis otros canales:"
-#: ../../include/features.php:167
-msgid "Ability to dislike posts/comments"
-msgstr "Capacidad de mostrar desacuerdo con el contenido de entradas y comentarios"
+#: ../../include/channel.php:1851
+msgid "Musical interests:"
+msgstr "Preferencias musicales:"
-#: ../../include/features.php:174
-msgid "Star Posts"
-msgstr "Entradas destacadas"
+#: ../../include/channel.php:1853
+msgid "Books, literature:"
+msgstr "Libros, literatura:"
-#: ../../include/features.php:175
-msgid "Ability to mark special posts with a star indicator"
-msgstr "Capacidad de marcar entradas destacadas con un indicador de estrella"
+#: ../../include/channel.php:1855
+msgid "Television:"
+msgstr "Televisión:"
-#: ../../include/features.php:182
-msgid "Reply on comment"
-msgstr "Responder a los comentarios"
+#: ../../include/channel.php:1857
+msgid "Film/dance/culture/entertainment:"
+msgstr "Cine, danza, cultura, entretenimiento:"
-#: ../../include/features.php:183
-msgid "Ability to reply on selected comment"
-msgstr "Posibilidad de responder a los comentarios seleccionados"
+#: ../../include/channel.php:1859
+msgid "Love/Romance:"
+msgstr "Vida sentimental o amorosa:"
-#: ../../include/features.php:192 ../../Zotlabs/Lib/Apps.php:352
-msgid "Directory"
-msgstr "Directorio"
+#: ../../include/channel.php:1861
+msgid "Work/employment:"
+msgstr "Trabajo:"
-#: ../../include/features.php:196
-msgid "Advanced Directory Search"
-msgstr "Búsqueda avanzada en el directorio"
+#: ../../include/channel.php:1863
+msgid "School/education:"
+msgstr "Estudios:"
-#: ../../include/features.php:197
-msgid "Allows creation of complex directory search queries"
-msgstr "Permitir la creación de consultas complejas en las búsquedas en el directorio"
+#: ../../include/channel.php:1884 ../../Zotlabs/Lib/Apps.php:367
+#: ../../Zotlabs/Module/Profperm.php:113
+msgid "Profile"
+msgstr "Perfil"
-#: ../../include/features.php:206
-msgid "Editor"
-msgstr "Editor"
+#: ../../include/channel.php:1886
+msgid "Like this thing"
+msgstr "Me gusta esto"
-#: ../../include/features.php:210
-msgid "Post Categories"
-msgstr "Temas de las entradas"
+#: ../../include/channel.php:1887
+msgid "Export"
+msgstr "Exportar"
-#: ../../include/features.php:211
-msgid "Add categories to your posts"
-msgstr "Añadir temas a sus publicaciones"
+#: ../../include/channel.php:2340 ../../Zotlabs/Module/Cover_photo.php:304
+msgid "cover photo"
+msgstr "Imagen de portada del perfil"
-#: ../../include/features.php:218
-msgid "Large Photos"
-msgstr "Fotos de gran tamaño"
+#: ../../include/channel.php:2615 ../../boot.php:1749
+#: ../../Zotlabs/Module/Rmagic.php:96
+msgid "Remote Authentication"
+msgstr "Acceso desde su servidor"
-#: ../../include/features.php:219
-msgid ""
-"Include large (1024px) photo thumbnails in posts. If not enabled, use small "
-"(640px) photo thumbnails"
-msgstr "Incluir miniaturas de fotos grandes (1024px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (640px)"
+#: ../../include/channel.php:2616 ../../Zotlabs/Module/Rmagic.php:97
+msgid "Enter your channel address (e.g. channel@example.com)"
+msgstr "Introduzca la dirección del canal (p.ej. canal@ejemplo.com)"
-#: ../../include/features.php:226
-msgid "Even More Encryption"
-msgstr "Más cifrado todavía"
+#: ../../include/channel.php:2617 ../../Zotlabs/Module/Rmagic.php:98
+msgid "Authenticate"
+msgstr "Acceder"
-#: ../../include/features.php:227
+#: ../../include/channel.php:2775 ../../Zotlabs/Module/Admin/Accounts.php:184
+#, php-format
+msgid "Account '%s' deleted"
+msgstr "La cuenta '%s' ha sido eliminada"
+
+#: ../../include/bbcode.php:233 ../../include/bbcode.php:939
+#: ../../include/bbcode.php:1560 ../../include/bbcode.php:1568
+msgid "Image/photo"
+msgstr "Imagen/foto"
+
+#: ../../include/bbcode.php:280 ../../include/bbcode.php:1585
+msgid "Encrypted content"
+msgstr "Contenido cifrado"
+
+#: ../../include/bbcode.php:336
+#, php-format
+msgid "Install %1$s element %2$s"
+msgstr "Instalar el elemento de%1$s%2$s"
+
+#: ../../include/bbcode.php:340
+#, php-format
msgid ""
-"Allow optional encryption of content end-to-end with a shared secret key"
-msgstr "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida."
+"This post contains an installable %s element, however you lack permissions "
+"to install it on this site."
+msgstr "Esta entrada contiene el elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio."
-#: ../../include/features.php:234
-msgid "Disable Comments"
-msgstr "Deshabilitar comentarios"
+#: ../../include/bbcode.php:350 ../../Zotlabs/Module/Impel.php:47
+msgid "webpage"
+msgstr "página web"
-#: ../../include/features.php:235
-msgid "Provide the option to disable comments for a post"
-msgstr "Proporcionar la opción de desactivar los comentarios para una entrada"
+#: ../../include/bbcode.php:353 ../../Zotlabs/Module/Impel.php:57
+msgid "layout"
+msgstr "plantilla"
-#: ../../include/features.php:242
-msgid "Delayed Posting"
-msgstr "Publicación aplazada"
+#: ../../include/bbcode.php:356 ../../Zotlabs/Module/Impel.php:52
+msgid "block"
+msgstr "bloque"
-#: ../../include/features.php:243
-msgid "Allow posts to be published at a later date"
-msgstr "Permitir mensajes que se publicarán en una fecha posterior"
+#: ../../include/bbcode.php:359 ../../Zotlabs/Module/Impel.php:64
+msgid "menu"
+msgstr "menú"
-#: ../../include/features.php:250
-msgid "Content Expiration"
-msgstr "Caducidad del contenido"
+#: ../../include/bbcode.php:562
+msgid "card"
+msgstr "ficha"
-#: ../../include/features.php:251
-msgid "Remove posts/comments and/or private messages at a future time"
-msgstr "Eliminar publicaciones/comentarios y/o mensajes privados más adelante"
+#: ../../include/bbcode.php:564
+msgid "article"
+msgstr "el artículo"
-#: ../../include/features.php:258
-msgid "Suppress Duplicate Posts/Comments"
-msgstr "Prevenir entradas o comentarios duplicados"
+#: ../../include/bbcode.php:647 ../../include/bbcode.php:655
+msgid "Click to open/close"
+msgstr "Pulsar para abrir/cerrar"
-#: ../../include/features.php:259
-msgid ""
-"Prevent posts with identical content to be published with less than two "
-"minutes in between submissions."
-msgstr "Prevenir que entradas con contenido idéntico se publiquen con menos de dos minutos de intervalo."
+#: ../../include/bbcode.php:668
+msgid "View article"
+msgstr "Ver el artículo"
-#: ../../include/features.php:266
-msgid "Auto-save drafts of posts and comments"
-msgstr "Guardar automáticamente borradores de entradas y comentarios"
+#: ../../include/bbcode.php:668
+msgid "View summary"
+msgstr "Ver sumario"
-#: ../../include/features.php:267
+#: ../../include/bbcode.php:1061 ../../include/bbcode.php:1246
+#: ../../addon/wiki/Lib/NativeWikiPage.php:630
+msgid "Different viewers will see this text differently"
+msgstr "Visitantes diferentes verán este texto de forma distinta"
+
+#: ../../include/bbcode.php:1536
+msgid "$1 wrote:"
+msgstr "$1 escribió:"
+
+#: ../../include/import.php:30
+msgid "Unable to import a removed channel."
+msgstr "No se puede importar un canal eliminado."
+
+#: ../../include/import.php:56
msgid ""
-"Automatically saves post and comment drafts in local browser storage to help"
-" prevent accidental loss of compositions"
-msgstr "Guarda automáticamente los borradores de comentarios y publicaciones en el almacenamiento del navegador local para ayudar a evitar la pérdida accidental de composiciones."
+"Cannot create a duplicate channel identifier on this system. Import failed."
+msgstr "No se ha podido crear un canal con un identificador que ya existe en este sistema. La importación ha fallado."
-#: ../../include/features.php:276
-msgid "Manage"
-msgstr "Gestionar"
+#: ../../include/import.php:77 ../../addon/diaspora/import_diaspora.php:43
+msgid "Unable to create a unique channel address. Import failed."
+msgstr "No se ha podido crear una dirección de canal única. Ha fallado la importación."
-#: ../../include/features.php:280
-msgid "Navigation Channel Select"
-msgstr "Navegación por el selector de canales"
+#: ../../include/import.php:122
+msgid "Cloned channel not found. Import failed."
+msgstr "No se ha podido importar el canal porque el canal clonado no se ha encontrado."
-#: ../../include/features.php:281
-msgid "Change channels directly from within the navigation dropdown menu"
-msgstr "Cambiar de canales directamente desde el menú de navegación desplegable"
+#: ../../addon/irc/Mod_Irc.php:23 ../../addon/irc/irc.php:41
+msgid "Popular Channels"
+msgstr "Canales populares"
-#: ../../include/features.php:290 ../../Zotlabs/Widget/Notifications.php:23
-#: ../../Zotlabs/Module/Connections.php:347
-msgid "Network"
-msgstr "Red"
+#: ../../addon/irc/irc.php:37
+msgid "Channels to auto connect"
+msgstr "Canales para conexión automática"
-#: ../../include/features.php:294
-msgid "Events Filter"
-msgstr "Filtro de eventos"
+#: ../../addon/irc/irc.php:37 ../../addon/irc/irc.php:41
+msgid "Comma separated list"
+msgstr "Lista separada por comas"
-#: ../../include/features.php:295
-msgid "Ability to display only events"
-msgstr "Capacidad para mostrar solo eventos"
+#: ../../addon/irc/irc.php:45
+msgid "IRC Settings"
+msgstr "Ajustes de IRC"
-#: ../../include/features.php:302
-msgid "Polls Filter"
-msgstr "Filtro de encuestas"
+#: ../../addon/irc/irc.php:54
+msgid "IRC settings saved."
+msgstr "Se han guardado los ajustes de IRC."
-#: ../../include/features.php:303
-msgid "Ability to display only polls"
-msgstr "Capacidad para mostrar solo encuestas"
+#: ../../addon/irc/irc.php:58
+msgid "IRC Chatroom"
+msgstr "Sala de chat IRC"
-#: ../../include/features.php:310 ../../Zotlabs/Widget/Savedsearch.php:89
-msgid "Saved Searches"
-msgstr "Búsquedas guardadas"
+#: ../../addon/smileybutton/Mod_Smileybutton.php:42
+msgid "Hide the button and show the smilies directly."
+msgstr "Ocultar el botón y mostrar los smilies directamente."
-#: ../../include/features.php:311
-msgid "Save search terms for re-use"
-msgstr "Guardar términos de búsqueda para su reutilización"
+#: ../../addon/smileybutton/Mod_Smileybutton.php:50
+msgid "Smileybutton Settings"
+msgstr "Ajustes de Smileybutton"
-#: ../../include/features.php:318 ../../include/contact_widgets.php:53
-#: ../../Zotlabs/Widget/Activity_filter.php:196
-#: ../../Zotlabs/Widget/Filer.php:33
-msgid "Saved Folders"
-msgstr "Carpetas guardadas"
+#: ../../addon/socialauth/Mod_SocialAuth.php:106
+#: ../../addon/socialauth/Mod_SocialAuth.php:179
+msgid "Network error"
+msgstr "Error de red"
-#: ../../include/features.php:319
-msgid "Ability to file posts under folders"
-msgstr "Capacidad de archivar entradas en carpetas"
+#: ../../addon/socialauth/Mod_SocialAuth.php:110
+#: ../../addon/socialauth/Mod_SocialAuth.php:183
+msgid "API error"
+msgstr "Error de API"
-#: ../../include/features.php:326
-msgid "Alternate Stream Order"
-msgstr "Orden de stream alternativo"
+#: ../../addon/socialauth/Mod_SocialAuth.php:114
+#: ../../addon/socialauth/Mod_SocialAuth.php:187
+msgid "Unknown issue"
+msgstr "Problema desconocido"
-#: ../../include/features.php:327
+#: ../../addon/socialauth/Mod_SocialAuth.php:152
+msgid "Unable to retrieve email address from remote identity provider"
+msgstr "No se puede recuperar la dirección de correo electrónico del proveedor de identidad remota"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:171
+msgid "Unable to login using email address "
+msgstr "Imposible iniciar sesión usando la dirección de correo electrónico"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:211
+msgid "Social Authentication using your social media account"
+msgstr "Autenticación usando su cuenta de medios sociales"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:215
msgid ""
-"Ability to order the stream by last post date, last comment date or "
-"unthreaded activities"
-msgstr "Posibilidad de ordenar el stream por última fecha de publicación, última fecha de comentario o actividades sin hilo"
+"This app enables one or more social provider sign-in buttons on the login "
+"page."
+msgstr "Esta aplicación habilita uno o más botones de inicio de sesión de proveedores sociales en la página de inicio de sesión."
-#: ../../include/features.php:334
-msgid "Contact Filter"
-msgstr "Filtro de contactos"
+#: ../../addon/socialauth/Mod_SocialAuth.php:233
+msgid "Add an identity provider"
+msgstr "Añadir un proveedor de identidad"
-#: ../../include/features.php:335
-msgid "Ability to display only posts of a selected contact"
-msgstr "Posibilidad de mostrar sólo los mensajes de un contacto seleccionado"
+#: ../../addon/socialauth/Mod_SocialAuth.php:260
+msgid "Enable "
+msgstr "Habilitar"
-#: ../../include/features.php:342
-msgid "Forum Filter"
-msgstr "Filtro de foro"
+#: ../../addon/socialauth/Mod_SocialAuth.php:267
+msgid "Key"
+msgstr "Clave"
-#: ../../include/features.php:343
-msgid "Ability to display only posts of a specific forum"
-msgstr "Posibilidad de mostrar sólo los mensajes de un foro específico"
+#: ../../addon/socialauth/Mod_SocialAuth.php:267
+#: ../../addon/socialauth/Mod_SocialAuth.php:272
+#: ../../addon/socialauth/Mod_SocialAuth.php:288
+#: ../../addon/socialauth/Mod_SocialAuth.php:299
+#: ../../addon/socialauth/Mod_SocialAuth.php:308
+msgid "Word"
+msgstr "Palabra"
-#: ../../include/features.php:350
-msgid "Personal Posts Filter"
-msgstr "Filtro de entradas personales"
+#: ../../addon/socialauth/Mod_SocialAuth.php:272
+msgid "Secret"
+msgstr "Secret"
-#: ../../include/features.php:351
-msgid "Ability to display only posts that you've interacted on"
-msgstr "Posibilidad de mostrar sólo los mensajes en los que usted haya interactuado"
+#: ../../addon/socialauth/Mod_SocialAuth.php:308
+msgid "Add a custom provider"
+msgstr "Añadir un proveedor personalizado"
-#: ../../include/features.php:368 ../../include/nav.php:454
-#: ../../Zotlabs/Widget/Channel_activities.php:93
-#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:350
-msgid "Photos"
-msgstr "Fotos"
+#: ../../addon/socialauth/Mod_SocialAuth.php:328
+msgid "Remove an identity provider"
+msgstr "Eliminar un proveedor de identidad"
-#: ../../include/features.php:372
-msgid "Photo Location"
-msgstr "Ubicación de las fotos"
+#: ../../addon/socialauth/Mod_SocialAuth.php:338
+msgid "Social authentication"
+msgstr "Autenticación social"
-#: ../../include/features.php:373
-msgid "If location data is available on uploaded photos, link this to a map."
-msgstr "Si los datos de ubicación están disponibles en las fotos subidas, enlazar estas a un mapa."
+#: ../../addon/socialauth/Mod_SocialAuth.php:380
+msgid "Error while saving provider settings"
+msgstr "Se ha producido un error mientras se guardaban los ajustes"
-#: ../../include/features.php:380
-msgid "Flag Adult Photos"
-msgstr "Indicador (\"flag\") de fotos de adultos"
+#: ../../addon/socialauth/Mod_SocialAuth.php:403
+msgid "Custom provider already exists"
+msgstr "Ya existe un proveedor personalizado"
-#: ../../include/features.php:381
-msgid ""
-"Provide photo edit option to hide inappropriate photos from default album "
-"view"
-msgstr "Proporcionar una opción de edición de fotos para ocultar las fotos inapropiadas de la vista de álbum predeterminada"
+#: ../../addon/socialauth/Mod_SocialAuth.php:420
+msgid "Social authentication settings saved."
+msgstr "Se han guardado los ajustes de la autenticación social."
-#: ../../include/features.php:390 ../../Zotlabs/Module/Contactedit.php:444
-#: ../../Zotlabs/Lib/Apps.php:368
-msgid "Profiles"
-msgstr "Perfiles"
+#: ../../addon/upload_limits/upload_limits.php:25
+msgid "Show Upload Limits"
+msgstr "Mostrar los límites de subida"
-#: ../../include/features.php:394
-msgid "Advanced Profiles"
-msgstr "Perfiles avanzados"
+#: ../../addon/upload_limits/upload_limits.php:27
+msgid "Hubzilla configured maximum size: "
+msgstr "Tamaño máximo configurado por Hubzilla: "
-#: ../../include/features.php:395
-msgid "Additional profile sections and selections"
-msgstr "Secciones y selecciones de perfil adicionales"
+#: ../../addon/upload_limits/upload_limits.php:28
+msgid "PHP upload_max_filesize: "
+msgstr "PHP upload_max_filesize: "
-#: ../../include/features.php:402
-msgid "Profile Import/Export"
-msgstr "Importar/Exportar perfil"
+#: ../../addon/upload_limits/upload_limits.php:29
+msgid "PHP post_max_size (must be larger than upload_max_filesize): "
+msgstr "PHP post_max_size (debe ser mayor que upload_max_filesize): "
-#: ../../include/features.php:403
-msgid "Save and load profile details across sites/channels"
-msgstr "Guardar y cargar detalles del perfil a través de sitios/canales"
+#: ../../addon/fediwordle/fediwordle.php:211
+msgid "ERROR: word length is not correct!"
+msgstr "ERROR: ¡la longitud de la palabra no es correcta!"
-#: ../../include/features.php:410
-msgid "Multiple Profiles"
-msgstr "Múltiples perfiles"
+#: ../../addon/fediwordle/Mod_Fediwordle.php:22
+msgid "Fediwordle App"
+msgstr "App Fediwordle"
-#: ../../include/features.php:411
-msgid "Ability to create multiple profiles"
-msgstr "Capacidad de crear múltiples perfiles"
+#: ../../addon/fediwordle/Mod_Fediwordle.php:23
+msgid "A distributed word game inspired by wordle."
+msgstr "Un juego de palabras distribuido inspirado en el wordle."
-#: ../../include/security.php:633
+#: ../../addon/fediwordle/Mod_Fediwordle.php:24
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 "El \"token\" de seguridad del formulario no es correcto. Esto ha ocurrido probablemente porque el formulario ha estado abierto demasiado tiempo (>3 horas) antes de ser enviado"
+"To start a game, enter [wordle]your_word[/wordle] somewhere in a toplevel "
+"post."
+msgstr "Para empezar una partida, introduzca [wordle]mi_palabra[/wordle] en algún lugar de un post de nivel superior."
-#: ../../include/js_strings.php:5
-msgid "Delete this item?"
-msgstr "¿Borrar este elemento?"
+#: ../../addon/fediwordle/Mod_Fediwordle.php:25
+msgid "Your contacts can post their guess in the comments."
+msgstr "Sus contactos pueden publicar sus conjeturas en los comentarios."
-#: ../../include/js_strings.php:6 ../../Zotlabs/Module/Moderate.php:78
-msgid "Item deleted"
-msgstr "Elemento eliminado"
+#: ../../addon/fediwordle/Mod_Fediwordle.php:26
+msgid ""
+"Your channel will evaluate the guess and automatically post the response."
+msgstr "Su canal evaluará la conjetura y publicará automáticamente la respuesta."
-#: ../../include/js_strings.php:7 ../../Zotlabs/Module/Photos.php:1092
-#: ../../Zotlabs/Module/Photos.php:1205 ../../Zotlabs/Lib/ThreadItem.php:830
-msgid "Comment"
-msgstr "Comentar"
+#: ../../addon/fediwordle/Mod_Fediwordle.php:28
+msgid "Correct letters"
+msgstr "Letras correctas"
-#: ../../include/js_strings.php:8 ../../Zotlabs/Lib/ThreadItem.php:539
-#, php-format
-msgid "%s show all"
-msgstr "%s mostrar todo"
+#: ../../addon/fediwordle/Mod_Fediwordle.php:29
+msgid "Letters contained in the word but at the wrong spot"
+msgstr "Letras contenidas en la palabra pero en el lugar equivocado"
-#: ../../include/js_strings.php:9
+#: ../../addon/fediwordle/Mod_Fediwordle.php:30
+msgid "Letters not contained in the word"
+msgstr "Letras no contenidas en la palabra"
+
+#: ../../addon/sendzid/Mod_Sendzid.php:21
+msgid "Send your identity to all websites"
+msgstr "Enviar su identidad a todos los sitios web"
+
+#: ../../addon/sendzid/Mod_Sendzid.php:29
+msgid "Send ZID"
+msgstr "Enviar ZID"
+
+#: ../../addon/hubwall/hubwall.php:19
+msgid "Send email to all members"
+msgstr "Enviar un correo electrónico a todos los miembros"
+
+#: ../../addon/hubwall/hubwall.php:33 ../../Zotlabs/Lib/Enotify.php:65
#, php-format
-msgid "%s show less"
-msgstr "%s mostrar menos"
+msgid "%s Administrator"
+msgstr "%s Administrador"
-#: ../../include/js_strings.php:10
+#: ../../addon/hubwall/hubwall.php:50 ../../addon/mailtest/mailtest.php:50
+msgid "No recipients found."
+msgstr "No se han encontrado destinatarios."
+
+#: ../../addon/hubwall/hubwall.php:73
#, php-format
-msgid "%s expand"
-msgstr "%s expandir"
+msgid "%1$d of %2$d messages sent."
+msgstr "%1$d de %2$d mensajes enviados."
-#: ../../include/js_strings.php:11
+#: ../../addon/hubwall/hubwall.php:81
+msgid "Send email to all hub members."
+msgstr "Enviar un correo electrónico a todos los miembros del hub."
+
+#: ../../addon/hubwall/hubwall.php:92 ../../addon/mailtest/mailtest.php:96
+msgid "Message subject"
+msgstr "Asunto del mensaje"
+
+#: ../../addon/hubwall/hubwall.php:93
+msgid "Sender Email address"
+msgstr "Dirección de correo electrónico del remitente"
+
+#: ../../addon/hubwall/hubwall.php:94
+msgid "Test mode (only send to hub administrator)"
+msgstr "Modo de prueba (enviar sólo al administrador del hub)"
+
+#: ../../addon/rainbowtag/Mod_Rainbowtag.php:22
+msgid "Rainbow Tag App"
+msgstr "App Etiqueta Arcoiris"
+
+#: ../../addon/rainbowtag/Mod_Rainbowtag.php:23
+msgid "Add some colour to tag clouds"
+msgstr "Añadir color a las nubes de etiquetas"
+
+#: ../../addon/rainbowtag/Mod_Rainbowtag.php:30
+msgid "Rainbow Tag"
+msgstr "Etiqueta Arcoiris"
+
+#: ../../addon/openid/openid.php:49
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "Encontramos un problema al iniciar sesión con el OpenID que proporcionó. Compruebe si el ID está correctamente escrito."
+
+#: ../../addon/openid/openid.php:49
+msgid "The error message was:"
+msgstr "El mensaje de error ha sido: "
+
+#: ../../addon/openid/Mod_Openid.php:32
+msgid "OpenID protocol error. No ID returned."
+msgstr "Error de protocolo OpenID. No se recuperó ninguna ID."
+
+#: ../../addon/openid/Mod_Openid.php:78 ../../addon/openid/Mod_Openid.php:179
#, php-format
-msgid "%s collapse"
-msgstr "%s contraer"
+msgid "Welcome %s. Remote authentication successful."
+msgstr "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente."
-#: ../../include/js_strings.php:12
-msgid "Password too short"
-msgstr "Contraseña demasiado corta"
+#: ../../addon/openid/MysqlProvider.php:52
+msgid "First Name"
+msgstr "Nombre"
-#: ../../include/js_strings.php:13 ../../Zotlabs/Module/Register.php:161
-msgid "Passwords do not match"
-msgstr "Las contraseñas no coinciden"
+#: ../../addon/openid/MysqlProvider.php:53
+msgid "Last Name"
+msgstr "Apellido"
-#: ../../include/js_strings.php:14
-msgid "everybody"
-msgstr "cualquiera"
+#: ../../addon/openid/MysqlProvider.php:54
+#: ../../addon/redred/Mod_Redred.php:73 ../../boot.php:1742
+msgid "Nickname"
+msgstr "Alias"
-#: ../../include/js_strings.php:15
-msgid "Secret Passphrase"
-msgstr "Contraseña secreta"
+#: ../../addon/openid/MysqlProvider.php:55
+msgid "Full Name"
+msgstr "Nombre completo"
-#: ../../include/js_strings.php:16
-msgid "Passphrase hint"
-msgstr "Pista de contraseña"
+#: ../../addon/openid/MysqlProvider.php:58
+#: ../../addon/openid/MysqlProvider.php:59
+#: ../../addon/openid/MysqlProvider.php:60 ../../Zotlabs/Lib/Apps.php:366
+msgid "Profile Photo"
+msgstr "Foto del perfil"
-#: ../../include/js_strings.php:17
-msgid "Notice: Permissions have changed but have not yet been submitted."
-msgstr "Aviso: los permisos han cambiado pero aún no han sido enviados."
+#: ../../addon/openid/MysqlProvider.php:61
+msgid "Profile Photo 16px"
+msgstr "Foto del perfil 16px"
-#: ../../include/js_strings.php:18
-msgid "close all"
-msgstr "cerrar todo"
+#: ../../addon/openid/MysqlProvider.php:62
+msgid "Profile Photo 32px"
+msgstr "Foto del perfil 32px"
-#: ../../include/js_strings.php:19
-msgid "Nothing new here"
-msgstr "Nada nuevo por aquí"
+#: ../../addon/openid/MysqlProvider.php:63
+msgid "Profile Photo 48px"
+msgstr "Foto del perfil 48px"
-#: ../../include/js_strings.php:20
-msgid "Rate This Channel (this is public)"
-msgstr "Valorar este canal (esto es público)"
+#: ../../addon/openid/MysqlProvider.php:64
+msgid "Profile Photo 64px"
+msgstr "Foto del perfil 64px"
-#: ../../include/js_strings.php:21
-msgid "Rating"
-msgstr "Valoración"
+#: ../../addon/openid/MysqlProvider.php:65
+msgid "Profile Photo 80px"
+msgstr "Foto del perfil 80px"
-#: ../../include/js_strings.php:22
-msgid "Describe (optional)"
-msgstr "Describir (opcional)"
+#: ../../addon/openid/MysqlProvider.php:66
+msgid "Profile Photo 128px"
+msgstr "Foto del perfil 128px"
-#: ../../include/js_strings.php:24
-msgid "Please enter a link URL"
-msgstr "Por favor, introduzca una dirección de enlace"
+#: ../../addon/openid/MysqlProvider.php:68
+#: ../../Zotlabs/Module/Profiles.php:783
+msgid "Homepage URL"
+msgstr "Dirección de la página personal"
-#: ../../include/js_strings.php:25
-msgid "Unsaved changes. Are you sure you wish to leave this page?"
-msgstr "Cambios no guardados. ¿Está seguro de que desea abandonar la página?"
+#: ../../addon/openid/MysqlProvider.php:69 ../../Zotlabs/Lib/Apps.php:364
+msgid "Language"
+msgstr "Idioma"
-#: ../../include/js_strings.php:26 ../../Zotlabs/Module/Pubsites.php:54
-#: ../../Zotlabs/Module/Cdav.php:1006 ../../Zotlabs/Module/Profiles.php:479
-#: ../../Zotlabs/Module/Profiles.php:750 ../../Zotlabs/Module/Locs.php:121
-msgid "Location"
-msgstr "Ubicación"
+#: ../../addon/openid/MysqlProvider.php:70
+msgid "Birth Year"
+msgstr "Año de nacimiento"
-#: ../../include/js_strings.php:27
-msgid "lovely"
-msgstr "encantador"
+#: ../../addon/openid/MysqlProvider.php:71
+msgid "Birth Month"
+msgstr "Mes de nacimiento"
-#: ../../include/js_strings.php:28
-msgid "wonderful"
-msgstr "fabuloso"
+#: ../../addon/openid/MysqlProvider.php:72
+msgid "Birth Day"
+msgstr "Día de nacimiento"
-#: ../../include/js_strings.php:29
-msgid "fantastic"
-msgstr "fantástico"
+#: ../../addon/openid/MysqlProvider.php:73
+msgid "Birthdate"
+msgstr "Fecha de nacimiento"
-#: ../../include/js_strings.php:30
-msgid "great"
-msgstr "grandioso"
+#: ../../addon/openid/MysqlProvider.php:74
+#: ../../Zotlabs/Module/Profiles.php:456
+msgid "Gender"
+msgstr "Género"
-#: ../../include/js_strings.php:31
+#: ../../addon/openclipatar/openclipatar.php:51
+#: ../../addon/openclipatar/openclipatar.php:129
+msgid "System defaults:"
+msgstr "Valores predeterminados del sistema: "
+
+#: ../../addon/openclipatar/openclipatar.php:55
+msgid "Preferred Clipart IDs"
+msgstr "IDs de las imágenes clipart preferidas"
+
+#: ../../addon/openclipatar/openclipatar.php:55
+msgid "List of preferred clipart ids. These will be shown first."
+msgstr "Lista de ids de imágenes de clipart preferidas. Se verán en primer lugar."
+
+#: ../../addon/openclipatar/openclipatar.php:56
+msgid "Default Search Term"
+msgstr "Términos de búsqueda predeterminados"
+
+#: ../../addon/openclipatar/openclipatar.php:56
+msgid "The default search term. These will be shown second."
+msgstr "Los términos de búsqueda predeterminados. Estos se mostrarán en segundo lugar."
+
+#: ../../addon/openclipatar/openclipatar.php:57
+msgid "Return After"
+msgstr "Regresar después"
+
+#: ../../addon/openclipatar/openclipatar.php:57
+msgid "Page to load after image selection."
+msgstr "Página para cargar después de la selección de imágenes."
+
+#: ../../addon/openclipatar/openclipatar.php:60
+msgid "Profile List"
+msgstr "Lista de perfiles"
+
+#: ../../addon/openclipatar/openclipatar.php:62
+msgid "Order of Preferred"
+msgstr "Orden de preferencia"
+
+#: ../../addon/openclipatar/openclipatar.php:62
+msgid "Sort order of preferred clipart ids."
+msgstr "Orden de clasificación de los identificadores de imágenes clipart preferidas."
+
+#: ../../addon/openclipatar/openclipatar.php:63
+#: ../../addon/openclipatar/openclipatar.php:69
+msgid "Newest first"
+msgstr "Las más nuevas en primer lugar"
+
+#: ../../addon/openclipatar/openclipatar.php:66
+msgid "As entered"
+msgstr "Tal como se ingresaron"
+
+#: ../../addon/openclipatar/openclipatar.php:68
+msgid "Order of other"
+msgstr "Orden de los demás"
+
+#: ../../addon/openclipatar/openclipatar.php:68
+msgid "Sort order of other clipart ids."
+msgstr "Orden de clasificación de otros ids de imágenes clipart."
+
+#: ../../addon/openclipatar/openclipatar.php:70
+msgid "Most downloaded first"
+msgstr "Las más descargadas en primer lugar"
+
+#: ../../addon/openclipatar/openclipatar.php:71
+msgid "Most liked first"
+msgstr "Las más apreciadas en primer lugar"
+
+#: ../../addon/openclipatar/openclipatar.php:73
+msgid "Preferred IDs Message"
+msgstr "Mensaje de IDs preferido"
+
+#: ../../addon/openclipatar/openclipatar.php:73
+msgid "Message to display above preferred results."
+msgstr "Mensaje para mostrar sobre los resultados preferidos."
+
+#: ../../addon/openclipatar/openclipatar.php:79
+msgid "Uploaded by: "
+msgstr "Subida por: "
+
+#: ../../addon/openclipatar/openclipatar.php:79
+msgid "Drawn by: "
+msgstr "Creada por: "
+
+#: ../../addon/openclipatar/openclipatar.php:183
+#: ../../addon/openclipatar/openclipatar.php:195
+msgid "Use this image"
+msgstr "Usar esta imagen"
+
+#: ../../addon/openclipatar/openclipatar.php:193
+msgid "Or select from a free OpenClipart.org image:"
+msgstr "O seleccionar una imagen gratuita de OpenClipart.org: "
+
+#: ../../addon/openclipatar/openclipatar.php:196
+msgid "Search Term"
+msgstr "Término de búsqueda"
+
+#: ../../addon/openclipatar/openclipatar.php:233
+msgid "Unknown error. Please try again later."
+msgstr "Error desconocido. Por favor, inténtelo otra vez."
+
+#: ../../addon/openclipatar/openclipatar.php:299
+#: ../../Zotlabs/Module/Profile_photo.php:268
msgid ""
-"Your chosen nickname was either already taken or not valid. Please use our "
-"suggestion ("
-msgstr "El nombre de usuario elegido ya está en uso o no es válido. Por favor, utilice nuestra sugerencia ("
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Recargue la página o limpie el caché del navegador si la nueva foto no se muestra inmediatamente."
-#: ../../include/js_strings.php:32
-msgid ") or enter a new one."
-msgstr ") o introduzca uno nuevo."
+#: ../../addon/openclipatar/openclipatar.php:309
+msgid "Profile photo updated successfully."
+msgstr "Se ha actualizado con éxito la foto de perfil."
-#: ../../include/js_strings.php:33
-msgid "Thank you, this nickname is valid."
-msgstr "Gracias, este alias es válido."
+#: ../../addon/nsabait/Mod_Nsabait.php:23
+msgid "NSA Bait App"
+msgstr "App NSA Bait "
-#: ../../include/js_strings.php:34
-msgid "A channel name is required."
-msgstr "Se requiere un nombre de canal"
+#: ../../addon/nsabait/Mod_Nsabait.php:25
+msgid "Make yourself a political target."
+msgstr "Hazte un objetivo político."
-#: ../../include/js_strings.php:35
-msgid "This is a "
-msgstr "Esto es un "
+#: ../../addon/visage/Mod_Visage.php:23
+msgid "Recent Channel/Profile Viewers"
+msgstr "Visitantes recientes del canal o perfil"
-#: ../../include/js_strings.php:36
-msgid " channel name"
-msgstr "nombre de canal"
+#: ../../addon/visage/Mod_Visage.php:34
+msgid "No entries."
+msgstr "No hay entradas."
-#: ../../include/js_strings.php:37
-msgid "Back to reply"
-msgstr "Volver a la respuesta"
+#: ../../addon/hzfiles/hzfiles.php:81
+msgid "Hubzilla File Storage Import"
+msgstr "Importar del depósito de ficheros de Hubzilla"
-#: ../../include/js_strings.php:38
-msgid "Pinned"
-msgstr "Anclado/a"
+#: ../../addon/hzfiles/hzfiles.php:82
+msgid "This will import all your cloud files from another server."
+msgstr "Esto importará todos sus ficheros en la nube desde otro servidor."
-#: ../../include/js_strings.php:39 ../../Zotlabs/Lib/ThreadItem.php:473
-msgid "Pin to the top"
-msgstr "Anclar en la parte superior"
+#: ../../addon/hzfiles/hzfiles.php:83
+msgid "Hubzilla Server base URL"
+msgstr "URL base del servidor Hubzilla"
-#: ../../include/js_strings.php:40 ../../Zotlabs/Widget/Pinned.php:160
-#: ../../Zotlabs/Lib/ThreadItem.php:473
-msgid "Unpin from the top"
-msgstr "Desanclar de la parte superior"
+#: ../../addon/hzfiles/hzfiles.php:84
+#: ../../addon/content_import/Mod_content_import.php:138
+msgid "Since modified date yyyy-mm-dd"
+msgstr "Modificado desde la fecha yyyy-mm-dd"
-#: ../../include/js_strings.php:46
-#, php-format
-msgid "%d minutes"
-msgid_plural "%d minutes"
-msgstr[0] "%d minutos"
-msgstr[1] "%d minutos"
-msgstr[2] "%d minutos"
+#: ../../addon/hzfiles/hzfiles.php:85
+#: ../../addon/content_import/Mod_content_import.php:139
+msgid "Until modified date yyyy-mm-dd"
+msgstr "Modificado hasta la fecha yyyy-mm-dd"
-#: ../../include/js_strings.php:47
-#, php-format
-msgid "about %d hours"
-msgid_plural "about %d hours"
-msgstr[0] "alrededor de %d horas"
-msgstr[1] "alrededor de %d horas"
-msgstr[2] "alrededor de %d horas"
+#: ../../addon/upgrade_info/upgrade_info.php:48
+msgid "Your channel has been upgraded to $Projectname version"
+msgstr "Su canal ha sido actualizado a la versión $Projectname"
-#: ../../include/js_strings.php:48
-#, php-format
-msgid "%d days"
-msgid_plural "%d days"
-msgstr[0] "%d días"
-msgstr[1] "%d días"
-msgstr[2] "%d días"
+#: ../../addon/upgrade_info/upgrade_info.php:50
+msgid "Please have a look at the"
+msgstr "Por favor, eche un vistazo a la "
-#: ../../include/js_strings.php:49
+#: ../../addon/upgrade_info/upgrade_info.php:52
+msgid "git history"
+msgstr "historial del git"
+
+#: ../../addon/upgrade_info/upgrade_info.php:54
+msgid "change log"
+msgstr "lista de cambios"
+
+#: ../../addon/upgrade_info/upgrade_info.php:55
+msgid "for further info."
+msgstr "para más información."
+
+#: ../../addon/upgrade_info/upgrade_info.php:60
+msgid "Upgrade Info"
+msgstr "Información de actualización"
+
+#: ../../addon/upgrade_info/upgrade_info.php:64
+msgid "Do not show this again"
+msgstr "No mostrar esto de nuevo"
+
+#: ../../addon/opensearch/opensearch.php:26
#, php-format
-msgid "%d months"
-msgid_plural "%d months"
-msgstr[0] "%d meses"
-msgstr[1] "%d meses"
-msgstr[2] "%d meses"
+msgctxt "opensearch"
+msgid "Search %1$s (%2$s)"
+msgstr "Buscar %1$s (%2$s)"
-#: ../../include/js_strings.php:50
+#: ../../addon/opensearch/opensearch.php:28
+msgctxt "opensearch"
+msgid "$Projectname"
+msgstr "$Projectname"
+
+#: ../../addon/opensearch/opensearch.php:42 ../../Zotlabs/Lib/Enotify.php:66
+#: ../../Zotlabs/Module/Home.php:87 ../../Zotlabs/Module/Home.php:95
+#: ../../Zotlabs/Module/Invite.php:238 ../../Zotlabs/Module/Invite.php:507
+#: ../../Zotlabs/Module/Invite.php:521
+msgid "$Projectname"
+msgstr "$Projectname"
+
+#: ../../addon/opensearch/opensearch.php:43
+msgid "Search $Projectname"
+msgstr "Buscar $Projectname"
+
+#: ../../addon/dirstats/dirstats.php:94
+msgid "Hubzilla Directory Stats"
+msgstr "Estadísticas de directorio de Hubzilla"
+
+#: ../../addon/dirstats/dirstats.php:95
+msgid "Total Hubs"
+msgstr "Número total de servidores"
+
+#: ../../addon/dirstats/dirstats.php:97
+msgid "Hubzilla Hubs"
+msgstr "Servidores (hubs) de Hubzilla"
+
+#: ../../addon/dirstats/dirstats.php:99
+msgid "Friendica Hubs"
+msgstr "Servidores (hubs) de Friendica"
+
+#: ../../addon/dirstats/dirstats.php:101
+msgid "Diaspora Pods"
+msgstr "Servidores (pods) de Diaspora"
+
+#: ../../addon/dirstats/dirstats.php:103
+msgid "Hubzilla Channels"
+msgstr "Canales de Hubzilla"
+
+#: ../../addon/dirstats/dirstats.php:105
+msgid "Friendica Channels"
+msgstr "Canales de Friendica"
+
+#: ../../addon/dirstats/dirstats.php:107
+msgid "Diaspora Channels"
+msgstr "Canales de Diaspora"
+
+#: ../../addon/dirstats/dirstats.php:109
+msgid "Aged 35 and above"
+msgstr "De 35 años de edad en adelante"
+
+#: ../../addon/dirstats/dirstats.php:111
+msgid "Aged 34 and under"
+msgstr "De 34 o menos años de edad"
+
+#: ../../addon/dirstats/dirstats.php:113
+msgid "Average Age"
+msgstr "Promedio de edad"
+
+#: ../../addon/dirstats/dirstats.php:115
+msgid "Known Chatrooms"
+msgstr "Salas de chat conocidas"
+
+#: ../../addon/dirstats/dirstats.php:117
+msgid "Known Tags"
+msgstr "Etiquetas conocidas"
+
+#: ../../addon/dirstats/dirstats.php:119
+msgid ""
+"Please note Diaspora and Friendica statistics are merely those **this "
+"directory** is aware of, and not all those known in the network. This also "
+"applies to chatrooms,"
+msgstr "Tenga en cuenta que las estadísticas de Diaspora y Friendica se refieren únicamente a aquellas de las que **este directorio** es consciente, y no a todos los conocidos en la red. Esto también es aplicable a las salas de chat,"
+
+#: ../../addon/piwik/piwik.php:85
+msgid ""
+"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
+"analytics tool."
+msgstr "Este sitio es rastreado mediante la herramienta analítica <a href='http://www.piwik.org'>Piwik</a>."
+
+#: ../../addon/piwik/piwik.php:88
#, php-format
-msgid "%d years"
-msgid_plural "%d years"
-msgstr[0] "%d años"
-msgstr[1] "%d años"
-msgstr[2] "%d años"
+msgid ""
+"If you do not want that your visits are logged this way you <a href='%s'>can"
+" set a cookie to prevent Piwik from tracking further visits of the site</a> "
+"(opt-out)."
+msgstr "Si usted no quiere que sus visitas se registren de esta manera <a href='%s'>puede establecer una cookie para evitar que Piwik rastree otras visitas del sitio</a> (opt-out)."
-#: ../../include/js_strings.php:55
-msgid "timeago.prefixAgo"
-msgstr "hace "
+#: ../../addon/piwik/piwik.php:96
+msgid "Piwik Base URL"
+msgstr "URL base de Piwik"
-#: ../../include/js_strings.php:56
-msgid "timeago.prefixFromNow"
-msgstr "en "
+#: ../../addon/piwik/piwik.php:96
+msgid ""
+"Absolute path to your Piwik installation. (without protocol (http/s), with "
+"trailing slash)"
+msgstr "Ruta absoluta a la instalación de Piwik. (Sin protocolo (http/s), con barra diagonal)"
-#: ../../include/js_strings.php:57
-msgid "timeago.suffixAgo"
-msgstr "NONE"
+#: ../../addon/piwik/piwik.php:97
+msgid "Site ID"
+msgstr "ID del sitio"
-#: ../../include/js_strings.php:58
-msgid "timeago.suffixFromNow"
-msgstr "NONE"
+#: ../../addon/piwik/piwik.php:98
+msgid "Show opt-out cookie link?"
+msgstr "Mostrar el enlace de la cookie opt-out?"
-#: ../../include/js_strings.php:61
-msgid "less than a minute"
-msgstr "menos de un minuto"
+#: ../../addon/piwik/piwik.php:99
+msgid "Asynchronous tracking"
+msgstr "Rastreo asíncrono"
-#: ../../include/js_strings.php:62
-msgid "about a minute"
-msgstr "alrededor de un minuto"
+#: ../../addon/piwik/piwik.php:100
+msgid "Enable frontend JavaScript error tracking"
+msgstr "Habilitar la interfaz JavaScript de seguimiento de errores"
-#: ../../include/js_strings.php:64
-msgid "about an hour"
-msgstr "alrededor de una hora"
+#: ../../addon/piwik/piwik.php:100
+msgid "This feature requires Piwik >= 2.2.0"
+msgstr "Esta funcionalidad requiere Piwik >= 2.2.0"
-#: ../../include/js_strings.php:66
-msgid "a day"
-msgstr "un día"
+#: ../../addon/piwik/piwik.php:116 ../../addon/logrot/logrot.php:54
+#: ../../addon/diaspora/diaspora.php:108
+#: ../../addon/msgfooter/msgfooter.php:54
+#: ../../addon/rendezvous/rendezvous.php:82 ../../addon/xmpp/xmpp.php:54
+#: ../../addon/faces/faces.php:291 ../../addon/twitter/twitter.php:493
+#: ../../addon/openstreetmap/openstreetmap.php:171
+#: ../../Zotlabs/Module/Defperms.php:111
+#: ../../Zotlabs/Module/Settings/Channel.php:150
+msgid "Settings updated."
+msgstr "Ajustes actualizados."
-#: ../../include/js_strings.php:68
-msgid "about a month"
-msgstr "alrededor de un mes"
+#: ../../addon/redphotos/redphotos.php:106
+msgid "Photos imported"
+msgstr "Se han importado las fotos"
-#: ../../include/js_strings.php:70
-msgid "about a year"
-msgstr "alrededor de un año"
+#: ../../addon/redphotos/redphotos.php:129
+msgid "Redmatrix Photo Album Import"
+msgstr "Importar un álbum de fotos de Redmatrix"
-#: ../../include/js_strings.php:72
-msgid " "
-msgstr " "
+#: ../../addon/redphotos/redphotos.php:130
+msgid "This will import all your Redmatrix photo albums to this channel."
+msgstr "Esto importará todos sus álbumes de fotos de Redmatrix a este canal."
-#: ../../include/js_strings.php:73
-msgid "timeago.numbers"
-msgstr "timeago.numbers"
+#: ../../addon/redphotos/redphotos.php:131
+#: ../../addon/redfiles/redfiles.php:121
+msgid "Redmatrix Server base URL"
+msgstr "URL base del servidor Redmatrix"
-#: ../../include/js_strings.php:79
-msgctxt "long"
-msgid "May"
-msgstr "mayo"
+#: ../../addon/redphotos/redphotos.php:132
+#: ../../addon/redfiles/redfiles.php:122
+msgid "Redmatrix Login Username"
+msgstr "Nombre de inicio de sesión en Redmatrix"
-#: ../../include/js_strings.php:87
-msgid "Jan"
-msgstr "ene"
+#: ../../addon/redphotos/redphotos.php:133
+#: ../../addon/redfiles/redfiles.php:123
+msgid "Redmatrix Login Password"
+msgstr "Contraseña de inicio de sesión en Redmatrix"
-#: ../../include/js_strings.php:88
-msgid "Feb"
-msgstr "feb"
+#: ../../addon/redphotos/redphotos.php:134
+msgid "Import just this album"
+msgstr "Importar solo este álbum"
-#: ../../include/js_strings.php:89
-msgid "Mar"
-msgstr "mar"
+#: ../../addon/redphotos/redphotos.php:134
+msgid "Leave blank to import all albums"
+msgstr "Dejar en blanco para importar todos los álbumes"
-#: ../../include/js_strings.php:90
-msgid "Apr"
-msgstr "abr"
+#: ../../addon/redphotos/redphotos.php:135
+msgid "Maximum count to import"
+msgstr "Límite máximo de importación"
-#: ../../include/js_strings.php:91
-msgctxt "short"
-msgid "May"
-msgstr "may"
+#: ../../addon/redphotos/redphotos.php:135
+msgid "0 or blank to import all available"
+msgstr "0 o en blanco para importar todos los disponibles"
-#: ../../include/js_strings.php:92
-msgid "Jun"
-msgstr "jun"
+#: ../../addon/pageheader/Mod_Pageheader.php:22
+msgid "pageheader Settings saved."
+msgstr "Se han guardado los ajustes del encabezado de página."
-#: ../../include/js_strings.php:93
-msgid "Jul"
-msgstr "jul"
+#: ../../addon/pageheader/Mod_Pageheader.php:41
+msgid "Message to display on every page on this server"
+msgstr "Mensaje para mostrar en todas las páginas de este servidor"
-#: ../../include/js_strings.php:94
-msgid "Aug"
-msgstr "ago"
+#: ../../addon/pageheader/Mod_Pageheader.php:49
+msgid "Page Header"
+msgstr "Page Header"
-#: ../../include/js_strings.php:95
-msgid "Sep"
-msgstr "sep"
+#: ../../addon/buglink/buglink.php:16 ../../Zotlabs/Lib/Apps.php:333
+msgid "Report Bug"
+msgstr "Informe de errores"
-#: ../../include/js_strings.php:96
-msgid "Oct"
-msgstr "oct"
+#: ../../addon/hideaside/Mod_Hideaside.php:28
+msgid "Hide Aside App"
+msgstr "App de ocultamiento del panel lateral"
-#: ../../include/js_strings.php:97
-msgid "Nov"
-msgstr "nov"
+#: ../../addon/hideaside/Mod_Hideaside.php:29
+msgid "Fade out aside areas after a while when using endless scroll"
+msgstr "Se desvanecen las áreas laterales cuando se usa un scroll sin fin"
-#: ../../include/js_strings.php:98
-msgid "Dec"
-msgstr "dic"
+#: ../../addon/ijpost/ijpost.php:44
+msgid "Post to Insane Journal"
+msgstr "Publicar en Insane Journal"
-#: ../../include/js_strings.php:106
-msgid "Sun"
-msgstr "dom"
+#: ../../addon/ijpost/Mod_Ijpost.php:23
+msgid "Insane Journal Crosspost Connector Settings saved."
+msgstr "Se han guardado los ajustes del Conector de publicación cruzada de InsaneJournal."
-#: ../../include/js_strings.php:107
-msgid "Mon"
-msgstr "lun"
+#: ../../addon/ijpost/Mod_Ijpost.php:35
+msgid "Insane Journal Crosspost Connector App"
+msgstr "App Ajustes del Conector de publicación cruzada de InsaneJournal"
-#: ../../include/js_strings.php:108
-msgid "Tue"
-msgstr "mar"
+#: ../../addon/ijpost/Mod_Ijpost.php:35 ../../addon/xmpp/Mod_Xmpp.php:35
+#: ../../Zotlabs/Module/Invite.php:69 ../../Zotlabs/Module/Lang.php:20
+msgid "Not Installed"
+msgstr "No instalado/a"
-#: ../../include/js_strings.php:109
-msgid "Wed"
-msgstr "mié"
+#: ../../addon/ijpost/Mod_Ijpost.php:36
+msgid "Relay public postings to Insane Journal"
+msgstr "Retransmisión de entradas públicas a Insane Journal"
-#: ../../include/js_strings.php:110
-msgid "Thu"
-msgstr "jue"
+#: ../../addon/ijpost/Mod_Ijpost.php:53
+msgid "InsaneJournal username"
+msgstr "Nombre de usuario en InsaneJournal"
-#: ../../include/js_strings.php:111
-msgid "Fri"
-msgstr "vie"
+#: ../../addon/ijpost/Mod_Ijpost.php:57
+msgid "InsaneJournal password"
+msgstr "Contraseña en InsaneJournal"
-#: ../../include/js_strings.php:112
-msgid "Sat"
-msgstr "sáb"
+#: ../../addon/ijpost/Mod_Ijpost.php:61
+msgid "Post to InsaneJournal by default"
+msgstr "Publicar por defecto en InsaneJournal"
-#: ../../include/js_strings.php:113
-msgctxt "calendar"
-msgid "today"
-msgstr "hoy"
+#: ../../addon/ijpost/Mod_Ijpost.php:69
+msgid "Insane Journal Crosspost Connector"
+msgstr "Conector de publicación cruzada de InsaneJournal"
-#: ../../include/js_strings.php:114
-msgctxt "calendar"
-msgid "month"
-msgstr "mes"
+#: ../../addon/wholikesme/wholikesme.php:29
+msgid "Who likes me?"
+msgstr "¿Quién me ha puesto \"Me gusta\"?"
-#: ../../include/js_strings.php:115
-msgctxt "calendar"
-msgid "week"
-msgstr "semana"
+#: ../../addon/redred/redred.php:50
+msgid "Post to Hubzilla"
+msgstr "Publicar en Hubzilla"
-#: ../../include/js_strings.php:116
-msgctxt "calendar"
-msgid "day"
-msgstr "día"
+#: ../../addon/redred/Mod_Redred.php:24
+msgid "Channel is required."
+msgstr "Se requiere un canal."
-#: ../../include/js_strings.php:117
-msgctxt "calendar"
-msgid "All day"
-msgstr "Todos los días"
+#: ../../addon/redred/Mod_Redred.php:29 ../../Zotlabs/Module/Network.php:333
+msgid "Invalid channel."
+msgstr "El canal no es válido."
-#: ../../include/js_strings.php:120
-msgid "Please stand by while your download is being prepared."
-msgstr "Por favor, espere mientras se prepara la descarga."
+#: ../../addon/redred/Mod_Redred.php:38
+msgid "Hubzilla Crosspost Connector Settings saved."
+msgstr "Se han guardado los ajustes de Hubzilla Crosspost Connector"
-#: ../../include/js_strings.php:123
-msgid "Email address not valid"
-msgstr "Dirección de correo electrónica no válida"
+#: ../../addon/redred/Mod_Redred.php:61
+msgid "Send public postings to Hubzilla channel by default"
+msgstr "Enviar entradas públicas al canal Hubzilla por defecto"
-#: ../../include/help.php:81
-msgid "Help:"
-msgstr "Ayuda:"
+#: ../../addon/redred/Mod_Redred.php:65
+msgid "Hubzilla API Path"
+msgstr "Ruta de la API de Hubzilla"
-#: ../../include/help.php:118 ../../include/help.php:126
-#: ../../include/nav.php:181 ../../include/nav.php:325
-#: ../../Zotlabs/Module/Layouts.php:184 ../../Zotlabs/Lib/Apps.php:353
-msgid "Help"
-msgstr "Ayuda"
+#: ../../addon/redred/Mod_Redred.php:65 ../../addon/rtof/Mod_Rtof.php:51
+msgid "https://{sitename}/api"
+msgstr "https://{sitename}/api"
-#: ../../include/help.php:130
-msgid "Not Found"
-msgstr "No encontrado"
+#: ../../addon/redred/Mod_Redred.php:69
+msgid "Hubzilla login name"
+msgstr "Nombre de inicio de sesión en Hubzilla"
-#: ../../include/photos.php:152
-#, php-format
-msgid "Image exceeds website size limit of %lu bytes"
-msgstr "La imagen excede el límite de %lu bytes del sitio"
+#: ../../addon/redred/Mod_Redred.php:73
+msgid "Hubzilla channel name"
+msgstr "Nombre del canal de Hubzilla"
-#: ../../include/photos.php:163
-msgid "Image file is empty."
-msgstr "El fichero de imagen está vacío. "
+#: ../../addon/redred/Mod_Redred.php:77
+msgid "Hubzilla password"
+msgstr "Contraseña de Hubzilla"
-#: ../../include/photos.php:197 ../../Zotlabs/Module/Profile_photo.php:275
-#: ../../Zotlabs/Module/Cover_photo.php:241
-msgid "Unable to process image"
-msgstr "No ha sido posible procesar la imagen"
+#: ../../addon/redred/Mod_Redred.php:85
+msgid "Hubzilla Crosspost Connector"
+msgstr "Hubzilla Crosspost Connector"
-#: ../../include/photos.php:323
-msgid "Photo storage failed."
-msgstr "La foto no ha podido ser guardada."
+#: ../../addon/cards/cards.php:48 ../../addon/cards/cards.php:160
+#: ../../addon/cards/Mod_Cards.php:209 ../../Zotlabs/Lib/Apps.php:331
+msgid "Cards"
+msgstr "Fichas"
-#: ../../include/photos.php:372
-msgid "a new photo"
-msgstr "una nueva foto"
+#: ../../addon/cards/cards.php:51
+msgid "View Cards"
+msgstr "Ver las fichas"
-#: ../../include/photos.php:376
+#: ../../addon/cards/Mod_Cards.php:115
+msgid "Add Card"
+msgstr "Añadir una ficha"
+
+#: ../../addon/cards/Mod_Card_edit.php:17
+#: ../../addon/cards/Mod_Card_edit.php:33
+#: ../../addon/articles/Mod_Article_edit.php:17
+#: ../../addon/articles/Mod_Article_edit.php:33
+#: ../../Zotlabs/Module/Editwebpage.php:80
+#: ../../Zotlabs/Module/Editlayout.php:79 ../../Zotlabs/Module/Editpost.php:24
+#: ../../Zotlabs/Module/Editblock.php:79 ../../Zotlabs/Module/Editblock.php:95
+msgid "Item not found"
+msgstr "Elemento no encontrado"
+
+#: ../../addon/cards/Mod_Card_edit.php:44
+#: ../../addon/articles/Mod_Article_edit.php:44
+#: ../../Zotlabs/Module/Page.php:75 ../../Zotlabs/Module/Block.php:41
+#: ../../Zotlabs/Module/Cal.php:31 ../../Zotlabs/Module/Wall_upload.php:30
+#: ../../Zotlabs/Module/Attach_edit.php:52 ../../Zotlabs/Module/Attach.php:22
+#: ../../Zotlabs/Module/Chanview.php:95
+msgid "Channel not found."
+msgstr "Canal no encontrado."
+
+#: ../../addon/cards/Mod_Card_edit.php:129
+msgid "Edit Card"
+msgstr "Editar la ficha"
+
+#: ../../addon/startpage/Mod_Startpage.php:60
+msgid "Page to load after login"
+msgstr "Página para cargar tras el inicio de sesión"
+
+#: ../../addon/startpage/Mod_Startpage.php:60
+msgid ""
+"Examples: &quot;apps&quot;, &quot;network?f=&gid=37&quot; (privacy "
+"collection), &quot;channel&quot; or &quot;notifications/system&quot; (leave "
+"blank for default network page (grid)."
+msgstr "Ejemplos: &quot;aplicaciones&quot;, &quot;mi red?f=&gid=37&quot; (grupo de canales), &quot;mi canal&quot; or &quot;notificaciones del sistema&quot; (dejar en blanco para la página de mi red por defecto (grid)."
+
+#: ../../addon/startpage/Mod_Startpage.php:68
+msgid "Startpage"
+msgstr "Startpage"
+
+#: ../../addon/libertree/libertree.php:43
+msgid "Post to Libertree"
+msgstr "Publicar en Libertree"
+
+#: ../../addon/libertree/Mod_Libertree.php:25
+msgid "Libertree Crosspost Connector Settings saved."
+msgstr "Se han guardado los ajustes del conector de publicación cruzada con Libertree."
+
+#: ../../addon/libertree/Mod_Libertree.php:49
+msgid "Libertree API token"
+msgstr "Token de la API de Libertree"
+
+#: ../../addon/libertree/Mod_Libertree.php:53
+msgid "Libertree site URL"
+msgstr "URL del servidor de Libertree"
+
+#: ../../addon/libertree/Mod_Libertree.php:57
+msgid "Post to Libertree by default"
+msgstr "Publicar en Libertree por defecto"
+
+#: ../../addon/libertree/Mod_Libertree.php:65
+msgid "Libertree Crosspost Connector"
+msgstr "Libertree Crosspost Connector"
+
+#: ../../addon/logrot/logrot.php:36
+msgid "Logfile archive directory"
+msgstr "Directorio de los ficheros de informe"
+
+#: ../../addon/logrot/logrot.php:36
+msgid "Directory to store rotated logs"
+msgstr "Directorio para almacenar los informes rotados"
+
+#: ../../addon/logrot/logrot.php:37
+msgid "Logfile size in bytes before rotating"
+msgstr "Tamaño del fichero de informe en bytes antes de rotarlo"
+
+#: ../../addon/logrot/logrot.php:38
+msgid "Number of logfiles to retain"
+msgstr "Número de ficheros de informe que se deben retener"
+
+#: ../../addon/testdrive/testdrive.php:104
#, php-format
-msgctxt "photo_upload"
-msgid "%1$s posted %2$s to %3$s"
-msgstr "%1$s ha publicado %2$s en %3$s"
+msgid "Your account on %s will expire in a few days."
+msgstr "Su cuenta en %s caducará en unos pocos días."
-#: ../../include/photos.php:721 ../../include/nav.php:457
-msgid "Photo Albums"
-msgstr "Álbumes de fotos"
+#: ../../addon/testdrive/testdrive.php:105
+msgid "Your test account is about to expire."
+msgstr "Su cuenta de prueba está a punto de expirar."
-#: ../../include/photos.php:722 ../../Zotlabs/Module/Photos.php:1338
-#: ../../Zotlabs/Module/Photos.php:1351 ../../Zotlabs/Module/Photos.php:1352
-msgid "Recent Photos"
-msgstr "Fotos recientes"
+#: ../../addon/pubcrawl/as.php:1958 ../../addon/diaspora/Receiver.php:1693
+#: ../../Zotlabs/Module/Subthread.php:115 ../../Zotlabs/Module/Like.php:453
+msgid "status"
+msgstr "el mensaje de estado "
-#: ../../include/photos.php:726
-msgid "Upload New Photos"
-msgstr "Subir nuevas fotos"
+#: ../../addon/pubcrawl/Mod_Pubcrawl.php:25
+msgid "ActivityPub Protocol Settings updated."
+msgstr "Se han actualizado los ajustes del protocolo ActivityPub."
-#: ../../include/network.php:412
-msgid "url: "
-msgstr "url: "
+#: ../../addon/pubcrawl/Mod_Pubcrawl.php:41
+msgid ""
+"The activitypub protocol does not support location independence. Connections"
+" you make within that network may be unreachable from alternate channel "
+"locations."
+msgstr "El protocolo ActivityPub no soporta la independencia de ubicación. Las conexiones que realice dentro de esa red pueden no ser accesibles desde ubicaciones de canales alternativos."
-#: ../../include/network.php:413
-msgid "error_code: "
-msgstr "código_de_error: "
+#: ../../addon/pubcrawl/Mod_Pubcrawl.php:47
+msgid "Deliver to ActivityPub recipients in privacy groups"
+msgstr "Entregar a los destinatarios de ActivityPub en grupos de canales"
-#: ../../include/network.php:414
-msgid "error_string: "
-msgstr "cadena_de_error: "
+#: ../../addon/pubcrawl/Mod_Pubcrawl.php:47
+msgid ""
+"May result in a large number of mentions and expose all the members of your "
+"privacy group"
+msgstr "Puede resultar en un gran número de menciones y exponer a todos los miembros de su grupo de canales"
-#: ../../include/network.php:415
-msgid "content-type: "
-msgstr "tipo de contenido: "
+#: ../../addon/pubcrawl/Mod_Pubcrawl.php:51
+msgid "Send multi-media HTML articles"
+msgstr "Enviar artículos multimedia en HTML"
-#: ../../include/network.php:1767 ../../include/network.php:1768
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../addon/pubcrawl/Mod_Pubcrawl.php:51
+msgid "Not supported by some microblog services such as Mastodon"
+msgstr "No soportado por algunos servicios de microblog como Mastodon"
-#: ../../include/network.php:1769
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../addon/pubcrawl/Mod_Pubcrawl.php:59
+msgid "Activitypub Protocol"
+msgstr "Protocolo Activitypub"
-#: ../../include/network.php:1770
-msgid "GNU-Social"
-msgstr "GNU Social"
+#: ../../addon/bookmarker/bookmarker.php:38
+#: ../../Zotlabs/Lib/ThreadItem.php:474
+msgid "Save Bookmarks"
+msgstr "Guardar en Marcadores"
-#: ../../include/network.php:1771
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../addon/planets/Mod_Planets.php:23
+msgid "Random Planet App"
+msgstr "App Random Planet"
-#: ../../include/network.php:1774
-msgid "Diaspora"
-msgstr "Diaspora"
+#: ../../addon/planets/Mod_Planets.php:25
+msgid ""
+"Set a random planet from the Star Wars Empire as your location when posting"
+msgstr "Establecer un planeta aleatorio del Imperio de la Guerra de las Galaxias como su ubicación cuando publique."
-#: ../../include/network.php:1775
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../addon/dwpost/dwpost.php:49
+msgid "Post to Dreamwidth"
+msgstr "Publicar en Dreamwidth"
-#: ../../include/network.php:1776
-msgid "Zot"
-msgstr "Zot"
+#: ../../addon/dwpost/dwpost.php:134 ../../addon/dwpost/Mod_Dwpost.php:67
+#: ../../addon/wppost/wppost.php:174 ../../addon/wppost/Mod_Wppost.php:96
+#: ../../addon/wiki/Mod_Wiki.php:381 ../../addon/ljpost/ljpost.php:134
+msgid "Source"
+msgstr "Fuente"
-#: ../../include/network.php:1777
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: ../../addon/dwpost/Mod_Dwpost.php:26
+msgid "Dreamwidth Crosspost Connector Settings saved."
+msgstr "Se han guardado los ajustes del conector de publicación cruzada Dreamwidth."
-#: ../../include/network.php:1778
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: ../../addon/dwpost/Mod_Dwpost.php:51
+msgid "Dreamwidth username"
+msgstr "Nombre de usuario en Dreamwidth"
-#: ../../include/network.php:1779
-msgid "MySpace"
-msgstr "MySpace"
+#: ../../addon/dwpost/Mod_Dwpost.php:55
+msgid "Dreamwidth password"
+msgstr "Contraseña en Dreamwidth"
-#: ../../include/activities.php:42
-msgid " and "
-msgstr " y "
+#: ../../addon/dwpost/Mod_Dwpost.php:59
+msgid "Post to Dreamwidth by default"
+msgstr "Publicar en Dreamwidth de forma predeterminada"
-#: ../../include/activities.php:50
-msgid "public profile"
-msgstr "el perfil público"
+#: ../../addon/dwpost/Mod_Dwpost.php:63 ../../addon/wppost/Mod_Wppost.php:92
+#: ../../addon/ljpost/Mod_Ljpost.php:69
+msgid "Add link to original post"
+msgstr "Añadir enlace a la entrada original"
-#: ../../include/activities.php:59
+#: ../../addon/dwpost/Mod_Dwpost.php:67 ../../addon/wppost/Mod_Wppost.php:96
+msgid "Link description (default:"
+msgstr "Descripción del enlace (por defecto: "
+
+#: ../../addon/dwpost/Mod_Dwpost.php:75
+msgid "Dreamwidth Crosspost Connector"
+msgstr "Dreamwidth Crosspost Connector"
+
+#: ../../addon/diaspora/diaspora.php:81
+msgid ""
+"Please install the statistics addon to be able to configure a diaspora relay"
+msgstr "Por favor, instale el complemento de estadísticas para poder configurar el reenvío de diaspora"
+
+#: ../../addon/diaspora/diaspora.php:91
+msgid "Diaspora Relay Handle"
+msgstr "Gestionar el reenvío de Diaspora"
+
+#: ../../addon/diaspora/diaspora.php:91
+msgid "Address of a diaspora relay. Example: relay@diasporarelay.tld"
+msgstr "La dirección de una transmisión de diaspora. Ejemplo: relay@diasporarelay.tld"
+
+#: ../../addon/diaspora/diaspora.php:111
+msgid "Diaspora relay could not be imported"
+msgstr "El reenvío de Diaspora no ha podido ser importado"
+
+#: ../../addon/diaspora/diaspora.php:1093
+msgid "No subject"
+msgstr "Sin tema"
+
+#: ../../addon/diaspora/import_diaspora.php:18
+msgid "No username found in import file."
+msgstr "No se ha encontrado el nombre de usuario en el fichero de importación."
+
+#: ../../addon/diaspora/import_diaspora.php:140
+msgid "Import completed."
+msgstr "Importación completada."
+
+#: ../../addon/diaspora/p.php:48 ../../addon/diaspora/util.php:346
+#: ../../addon/diaspora/util.php:359 ../../Zotlabs/Lib/Enotify.php:61
+msgid "$projectname"
+msgstr "$projectname"
+
+#: ../../addon/diaspora/Receiver.php:1632
#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s ha cambiado %2$s a &ldquo;%3$s&rdquo;"
+msgid "%1$s dislikes %2$s's %3$s"
+msgstr "a %1$s no le gusta el %3$s de %2$s"
-#: ../../include/activities.php:60
+#: ../../addon/diaspora/Receiver.php:2251 ../../Zotlabs/Module/Like.php:495
#, php-format
-msgid "Visit %1$s's %2$s"
-msgstr "Visitar %2$s de %1$s"
+msgid "%1$s is attending %2$s's %3$s"
+msgstr "%3$s de %2$s: %1$s participa"
-#: ../../include/activities.php:63
+#: ../../addon/diaspora/Receiver.php:2253 ../../Zotlabs/Module/Like.php:497
#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s ha actualizado %2$s, cambiando %3$s."
+msgid "%1$s is not attending %2$s's %3$s"
+msgstr "%3$s de %2$s: %1$s no participa"
-#: ../../include/contact_widgets.php:11
+#: ../../addon/diaspora/Receiver.php:2255 ../../Zotlabs/Module/Like.php:499
#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d invitación pendiente"
-msgstr[1] "%d invitaciones disponibles"
-msgstr[2] "%d invitaciones disponibles"
+msgid "%1$s may attend %2$s's %3$s"
+msgstr "%3$s de %2$s: %1$s quizá participe"
-#: ../../include/contact_widgets.php:16 ../../include/acl_selectors.php:145
-#: ../../Zotlabs/Module/Admin/Site.php:419
-msgid "Advanced"
-msgstr "Avanzado"
+#: ../../addon/diaspora/Mod_Diaspora.php:43
+msgid "Diaspora Protocol Settings updated."
+msgstr "Los ajustes del protocolo de Diaspora se han actualizado."
-#: ../../include/contact_widgets.php:19
-msgid "Find Channels"
-msgstr "Encontrar canales"
+#: ../../addon/diaspora/Mod_Diaspora.php:52
+msgid ""
+"The diaspora protocol does not support location independence. Connections "
+"you make within that network may be unreachable from alternate channel "
+"locations."
+msgstr "El protocolo de Diaspora no admite la independencia de la ubicación. Las conexiones que realice dentro de esa red pueden ser inaccesibles desde ubicaciones de canales alternativos."
-#: ../../include/contact_widgets.php:20
-msgid "Enter name or interest"
-msgstr "Introducir nombre o interés"
+#: ../../addon/diaspora/Mod_Diaspora.php:80
+msgid "Prevent your hashtags from being redirected to other sites"
+msgstr "Impedir que sus \"hashtags\" sean redirigidos a otros sitios "
-#: ../../include/contact_widgets.php:21
-msgid "Connect/Follow"
-msgstr "Conectar/Seguir"
+#: ../../addon/diaspora/Mod_Diaspora.php:84
+msgid ""
+"Sign and forward posts and comments with no existing Diaspora signature"
+msgstr "Firmar y enviar entradas y comentarios sin firma de Diaspora"
-#: ../../include/contact_widgets.php:22
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Ejemplos: José Fernández, Pesca"
+#: ../../addon/diaspora/Mod_Diaspora.php:89
+msgid "Followed hashtags (comma separated, do not include the #)"
+msgstr "\"Hashtags\" seguidos (separados por comas, sin incluir #)"
-#: ../../include/contact_widgets.php:23 ../../Zotlabs/Module/Directory.php:435
-#: ../../Zotlabs/Module/Directory.php:440
-#: ../../Zotlabs/Module/Connections.php:407
-msgid "Find"
-msgstr "Encontrar"
+#: ../../addon/diaspora/Mod_Diaspora.php:98
+msgid "Diaspora Protocol"
+msgstr "Protocolo Diaspora"
-#: ../../include/contact_widgets.php:24 ../../Zotlabs/Module/Directory.php:439
-#: ../../Zotlabs/Module/Suggest.php:77
-msgid "Channel Suggestions"
-msgstr "Sugerencias de canales"
+#: ../../addon/fuzzloc/Mod_Fuzzloc.php:22
+msgid "Fuzzloc Settings updated."
+msgstr "Los ajustes de Fuzzloc se han actualizado."
-#: ../../include/contact_widgets.php:26
-msgid "Random Profile"
-msgstr "Perfil aleatorio"
+#: ../../addon/fuzzloc/Mod_Fuzzloc.php:38
+msgid "Minimum offset in meters"
+msgstr "Offset mínimo en metros"
-#: ../../include/contact_widgets.php:27
-msgid "Invite Friends"
-msgstr "Invitar a amigos"
+#: ../../addon/fuzzloc/Mod_Fuzzloc.php:42
+msgid "Maximum offset in meters"
+msgstr "Offset máximo en metros"
-#: ../../include/contact_widgets.php:29
-msgid "Advanced example: name=fred and country=iceland"
-msgstr "Ejemplo avanzado: nombre=juan y país=españa"
+#: ../../addon/fuzzloc/Mod_Fuzzloc.php:51
+msgid "Fuzzy Location"
+msgstr "Fuzzy Location"
-#: ../../include/contact_widgets.php:182
-msgid "Common Connections"
-msgstr "Conexiones comunes"
+#: ../../addon/qrator/qrator.php:48
+msgid "QR code"
+msgstr "Código QR"
-#: ../../include/contact_widgets.php:186
+#: ../../addon/qrator/qrator.php:63
+msgid "QR Generator"
+msgstr "Generador QR"
+
+#: ../../addon/qrator/qrator.php:64
+msgid "Enter some text"
+msgstr "Escribir algún texto"
+
+#: ../../addon/superblock/Mod_Superblock.php:62
+msgid "superblock settings updated"
+msgstr "se han actualizado los ajustes de superblock"
+
+#: ../../addon/superblock/Mod_Superblock.php:86
+msgid "Currently blocked"
+msgstr "Actualmente bloqueado"
+
+#: ../../addon/superblock/Mod_Superblock.php:88
+msgid "No channels currently blocked"
+msgstr "No hay canales bloqueados actualmente"
+
+#: ../../addon/superblock/Mod_Superblock.php:90
+#: ../../Zotlabs/Module/Cover_photo.php:424 ../../Zotlabs/Module/Tagrm.php:137
+#: ../../Zotlabs/Module/Admin/Addons.php:462
+#: ../../Zotlabs/Module/Photos.php:994
+msgid "Remove"
+msgstr "Eliminar"
+
+#: ../../addon/superblock/superblock.php:355
+msgid "Block Completely"
+msgstr "Bloquear completamente"
+
+#: ../../addon/randpost/randpost.php:99
+msgid "You're welcome."
+msgstr "Bienvenido."
+
+#: ../../addon/randpost/randpost.php:100
+msgid "Ah shucks..."
+msgstr "Ah, joder..."
+
+#: ../../addon/randpost/randpost.php:101
+msgid "Don't mention it."
+msgstr "No lo menciones."
+
+#: ../../addon/randpost/randpost.php:102
+msgid "&lt;blush&gt;"
+msgstr "&lt;sonrojo&gt;"
+
+#: ../../addon/msgfooter/msgfooter.php:46 ../../addon/xmpp/xmpp.php:43
+#: ../../addon/gravatar/gravatar.php:150
+msgid "Save Settings"
+msgstr "Guardar ajustes"
+
+#: ../../addon/msgfooter/msgfooter.php:47
+msgid "text to include in all outgoing posts from this site"
+msgstr "texto a incluir en todos los mensajes salientes de este sitio"
+
+#: ../../addon/mailtest/mailtest.php:19
+msgid "Send test email"
+msgstr "Enviar un correo electrónico de prueba"
+
+#: ../../addon/mailtest/mailtest.php:66
+msgid "Mail sent."
+msgstr "El correo electrónico ha sido enviado."
+
+#: ../../addon/mailtest/mailtest.php:68
+msgid "Sending of mail failed."
+msgstr "No se pudo enviar el correo."
+
+#: ../../addon/mailtest/mailtest.php:77
+msgid "Mail Test"
+msgstr "Prueba de correo"
+
+#: ../../addon/nsfw/Mod_Nsfw.php:22
+msgid "NSFW Settings saved."
+msgstr "Se han guardado los ajustes de NSFW."
+
+#: ../../addon/nsfw/Mod_Nsfw.php:42
+msgid ""
+"This app looks in posts for the words/text you specify below, and collapses "
+"any content containing those keywords so it is not displayed at "
+"inappropriate times, such as sexual innuendo that may be improper in a work "
+"setting. It is polite and recommended to tag any content containing nudity "
+"with #NSFW. This filter can also match any other word/text you specify, and"
+" can thereby be used as a general purpose content filter."
+msgstr "Esta aplicación busca en los mensajes las palabras o texto que especifique a continuación, y oculta cualquier contenido que contenga esas palabras clave, para que no se muestren en momentos inapropiados, como insinuaciones sexuales que puedan ser inapropiadas en un entorno laboral. Es cortés y recomendable etiquetar cualquier contenido que contenga desnudos con #NSFW. Este filtro también puede coincidir con cualquier otra palabra o texto que especifique y, por lo tanto, puede utilizarse como filtro de contenido de propósito general."
+
+#: ../../addon/nsfw/Mod_Nsfw.php:47
+msgid "Comma separated list of keywords to hide"
+msgstr "Lista separada por comas de palabras clave para ocultar"
+
+#: ../../addon/nsfw/Mod_Nsfw.php:47
+msgid "Word, /regular-expression/, lang=xx, lang!=xx"
+msgstr "Palabra, /expresión regular/, lang=xx, lang!=xx"
+
+#: ../../addon/nsfw/Mod_Nsfw.php:56
+msgid "NSFW"
+msgstr "NSFW"
+
+#: ../../addon/nsfw/nsfw.php:153
+msgid "Possible adult content"
+msgstr "Posible contenido para adultos"
+
+#: ../../addon/nsfw/nsfw.php:168
#, php-format
-msgid "View all %d common connections"
-msgstr "Ver todas las %d conexiones comunes"
+msgid "%s - view"
+msgstr "ver - %s"
-#: ../../include/language.php:446
-msgid "Select an alternate language"
-msgstr "Seleccionar un idioma alternativo"
+#: ../../addon/rendezvous/rendezvous.php:57
+msgid "Errors encountered deleting database table "
+msgstr "Errores encontrados al eliminar la tabla de la base de datos"
-#: ../../include/import.php:30
-msgid "Unable to import a removed channel."
-msgstr "No se puede importar un canal eliminado."
+#: ../../addon/rendezvous/rendezvous.php:95
+#: ../../addon/twitter/twitter.php:502
+msgid "Submit Settings"
+msgstr "Enviar los ajustes"
-#: ../../include/import.php:56
+#: ../../addon/rendezvous/rendezvous.php:96
+msgid "Drop tables when uninstalling?"
+msgstr "¿Eliminar tablas al desinstalar?"
+
+#: ../../addon/rendezvous/rendezvous.php:96
msgid ""
-"Cannot create a duplicate channel identifier on this system. Import failed."
-msgstr "No se ha podido crear un canal con un identificador que ya existe en este sistema. La importación ha fallado."
+"If checked, the Rendezvous database tables will be deleted when the plugin "
+"is uninstalled."
+msgstr "Si se selecciona, las tablas de la base de datos Rendezvous se eliminarán cuando se desinstale el plugin."
-#: ../../include/import.php:122
-msgid "Cloned channel not found. Import failed."
-msgstr "No se ha podido importar el canal porque el canal clonado no se ha encontrado."
+#: ../../addon/rendezvous/rendezvous.php:97
+msgid "Mapbox Access Token"
+msgstr "Token de acceso de Mapbox"
-#: ../../include/nav.php:96
-msgid "Remote authentication"
-msgstr "Acceder desde su servidor"
+#: ../../addon/rendezvous/rendezvous.php:97
+msgid ""
+"If you enter a Mapbox access token, it will be used to retrieve map tiles "
+"from Mapbox instead of the default OpenStreetMap tile server."
+msgstr "Si introduce un token de acceso a Mapbox, se utilizará para recuperar los mapas de mosaicos de imágenes de Mapbox en lugar del servidor de mosaico de imágenes OpenStreetMap predeterminado."
-#: ../../include/nav.php:96
-msgid "Click to authenticate to your home hub"
-msgstr "Pulsar para identificarse en su servidor de inicio"
+#: ../../addon/rendezvous/rendezvous.php:162
+msgid "Rendezvous"
+msgstr "Rendezvous"
-#: ../../include/nav.php:102 ../../Zotlabs/Widget/Channel_activities.php:239
-#: ../../Zotlabs/Widget/Admin.php:29
-#: ../../Zotlabs/Module/Admin/Channels.php:146
-#: ../../Zotlabs/Module/Manage.php:162 ../../Zotlabs/Module/Admin.php:116
-msgid "Channels"
-msgstr "Canales"
+#: ../../addon/rendezvous/rendezvous.php:167
+msgid ""
+"This identity has been deleted by another member due to inactivity. Please "
+"press the \"New identity\" button or refresh the page to register a new "
+"identity. You may use the same name."
+msgstr "Esta identidad ha sido eliminada por otro miembro debido a su inactividad. Pulse el botón \"Nueva identidad\" o actualice la página para registrar una nueva identidad. Puede usar el mismo nombre."
-#: ../../include/nav.php:102
-msgid "Manage your channels"
-msgstr "Gestionar sus canales"
+#: ../../addon/rendezvous/rendezvous.php:168
+msgid "Welcome to Rendezvous!"
+msgstr "¡Bienvenido/a a Rendevous!"
-#: ../../include/nav.php:105 ../../Zotlabs/Widget/Settings_menu.php:71
-#: ../../Zotlabs/Widget/Newmember.php:58
-#: ../../Zotlabs/Module/Admin/Themes.php:125
-#: ../../Zotlabs/Module/Admin/Addons.php:348 ../../Zotlabs/Lib/Apps.php:344
-msgid "Settings"
-msgstr "Ajustes"
+#: ../../addon/rendezvous/rendezvous.php:169
+msgid ""
+"Enter your name to join this rendezvous. To begin sharing your location with"
+" the other members, tap the GPS control. When your location is discovered, a"
+" red dot will appear and others will be able to see you on the map."
+msgstr "Introduzca tu nombre para unirse a esta cita. Para comenzar a compartir su ubicación con los demás miembros, pulse en el control GPS. Cuando se descubra su ubicación, aparecerá un punto rojo y otros podrán verlo en el mapa."
-#: ../../include/nav.php:105
-msgid "Account/Channel Settings"
-msgstr "Ajustes de cuenta/canales"
+#: ../../addon/rendezvous/rendezvous.php:171
+msgid "Let's meet here"
+msgstr "Reunámonos aquí"
-#: ../../include/nav.php:111 ../../include/nav.php:141
-#: ../../include/nav.php:162 ../../boot.php:1745
-msgid "Logout"
-msgstr "Finalizar sesión"
+#: ../../addon/rendezvous/rendezvous.php:172 ../../addon/wiki/Mod_Wiki.php:221
+#: ../../addon/wiki/Lib/NativeWikiPage.php:588
+#: ../../addon/wiki/Widget/Wiki_page_history.php:28
+#: ../../Zotlabs/Storage/Browser.php:380 ../../Zotlabs/Module/Oauth.php:111
+#: ../../Zotlabs/Module/Oauth.php:137 ../../Zotlabs/Module/Connedit.php:732
+#: ../../Zotlabs/Module/Admin/Channels.php:159
+#: ../../Zotlabs/Module/Sharedwithme.php:107 ../../Zotlabs/Module/Chat.php:256
+#: ../../Zotlabs/Module/Cdav.php:1368 ../../Zotlabs/Module/Oauth2.php:116
+#: ../../Zotlabs/Module/Oauth2.php:144
+msgid "Name"
+msgstr "Nombre"
-#: ../../include/nav.php:111 ../../include/nav.php:141
-msgid "End this session"
-msgstr "Finalizar esta sesión"
+#: ../../addon/rendezvous/rendezvous.php:173
+#: ../../addon/cart/submodules/hzservices.php:657
+#: ../../addon/cart/submodules/manualcat.php:260
+#: ../../Zotlabs/Module/Appman.php:210 ../../Zotlabs/Module/Rbmark.php:100
+#: ../../Zotlabs/Module/Cdav.php:1005
+msgid "Description"
+msgstr "Descripción"
-#: ../../include/nav.php:114
-msgid "Your profile page"
-msgstr "Su página del perfil"
+#: ../../addon/rendezvous/rendezvous.php:174
+msgid "New marker"
+msgstr "Nuevo marcador"
-#: ../../include/nav.php:117 ../../include/channel.php:1530
-#: ../../Zotlabs/Module/Profiles.php:851
-msgid "Edit Profiles"
-msgstr "Editar perfiles"
+#: ../../addon/rendezvous/rendezvous.php:175
+msgid "Edit marker"
+msgstr "Editar un marcador"
-#: ../../include/nav.php:117
-msgid "Manage/Edit profiles"
-msgstr "Administrar/editar perfiles"
+#: ../../addon/rendezvous/rendezvous.php:176
+msgid "New identity"
+msgstr "Nueva identidad"
-#: ../../include/nav.php:119 ../../Zotlabs/Widget/Newmember.php:40
-msgid "Edit your profile"
-msgstr "Editar su perfil"
+#: ../../addon/rendezvous/rendezvous.php:177
+msgid "Delete marker"
+msgstr "Eliminar un marcador"
-#: ../../include/nav.php:126 ../../include/nav.php:130
-#: ../../Zotlabs/Lib/Apps.php:341 ../../boot.php:1746
-msgid "Login"
-msgstr "Iniciar sesión"
+#: ../../addon/rendezvous/rendezvous.php:178
+msgid "Delete member"
+msgstr "Eliminar un miembro"
-#: ../../include/nav.php:126 ../../include/nav.php:130
-msgid "Sign in"
-msgstr "Acceder"
+#: ../../addon/rendezvous/rendezvous.php:179
+msgid "Edit proximity alert"
+msgstr "Editar alerta de proximidad"
-#: ../../include/nav.php:160
-msgid "Take me home"
-msgstr "Volver a la página principal"
+#: ../../addon/rendezvous/rendezvous.php:180
+msgid ""
+"A proximity alert will be issued when this member is within a certain radius"
+" of you.<br><br>Enter a radius in meters (0 to disable):"
+msgstr "Se emitirá una alerta de proximidad cuando este miembro esté dentro de un radio determinado respecto a usted.<br><br> Ingrese el radio en metros (0 para deshabilitar):"
-#: ../../include/nav.php:162
-msgid "Log me out of this site"
-msgstr "Salir de este sitio"
+#: ../../addon/rendezvous/rendezvous.php:180
+#: ../../addon/rendezvous/rendezvous.php:185
+msgid "distance"
+msgstr "distancia"
-#: ../../include/nav.php:167 ../../Zotlabs/Module/Register.php:542
-#: ../../boot.php:1723
-msgid "Register"
-msgstr "Registrarse"
+#: ../../addon/rendezvous/rendezvous.php:181
+msgid "Proximity alert distance (meters)"
+msgstr "Distancia (en metros) para la alerta de proximidad"
-#: ../../include/nav.php:167
-msgid "Create an account"
-msgstr "Crear una cuenta"
+#: ../../addon/rendezvous/rendezvous.php:182
+#: ../../addon/rendezvous/rendezvous.php:184
+msgid ""
+"A proximity alert will be issued when you are within a certain radius of the"
+" marker location.<br><br>Enter a radius in meters (0 to disable):"
+msgstr "Se emitirá una alerta de proximidad cuando usted esté dentro de un radio determinado respecto al marcador de localización.<br><br> Ingrese el radio en metros (0 para deshabilitar):"
-#: ../../include/nav.php:181
-msgid "Help and documentation"
-msgstr "Ayuda y documentación"
+#: ../../addon/rendezvous/rendezvous.php:183
+msgid "Marker proximity alert"
+msgstr "Marcador de alerta de proximidad"
-#: ../../include/nav.php:195
-msgid "Search site @name, !forum, #tag, ?docs, content"
-msgstr "Buscar en el sitio @nombre, !foro, #tag, ?docs, contenido"
+#: ../../addon/rendezvous/rendezvous.php:186
+msgid "Reminder note"
+msgstr "Recordatorio"
-#: ../../include/nav.php:201 ../../Zotlabs/Widget/Admin.php:61
-msgid "Admin"
-msgstr "Administrador"
+#: ../../addon/rendezvous/rendezvous.php:187
+msgid ""
+"Enter a note to be displayed when you are within the specified proximity..."
+msgstr "Introduzca una nota que se mostrará cuando esté dentro de la proximidad especificada..."
-#: ../../include/nav.php:201
-msgid "Site Setup and Configuration"
-msgstr "Ajustes y configuración del sitio"
+#: ../../addon/rendezvous/rendezvous.php:199
+msgid "Add new rendezvous"
+msgstr "Añadir una nueva cita"
-#: ../../include/nav.php:329 ../../Zotlabs/Widget/Messages.php:36
-#: ../../Zotlabs/Widget/Notifications.php:173
-#: ../../Zotlabs/Module/New_channel.php:157
-#: ../../Zotlabs/Module/New_channel.php:164
-#: ../../Zotlabs/Module/Defperms.php:254
-msgid "Loading"
-msgstr "Cargando"
+#: ../../addon/rendezvous/rendezvous.php:200
+msgid ""
+"Create a new rendezvous and share the access link with those you wish to "
+"invite to the group. Those who open the link become members of the "
+"rendezvous. They can view other member locations, add markers to the map, or"
+" share their own locations with the group."
+msgstr "Cree una nueva cita y comparta los enlaces de acceso con los que desea invitar al grupo. Aquellos que abran el enlace se convertirán en miembros de la cita. Pueden ver otras ubicaciones de miembros, añadir marcadores al mapa o compartir sus propias ubicaciones con el grupo."
-#: ../../include/nav.php:334
-msgid "@name, #tag, ?doc, content"
-msgstr "@nombre, #etiqueta, ?ayuda, contenido"
+#: ../../addon/rendezvous/rendezvous.php:232
+msgid "You have no rendezvous. Press the button above to create a rendezvous!"
+msgstr "No tiene ninguna cita. ¡Presione el botón de arriba para crear una!"
-#: ../../include/nav.php:335
-msgid "Please wait..."
-msgstr "Espere por favor…"
+#: ../../addon/rendezvous/rendezvous.php:401
+#: ../../Zotlabs/Module/Setup.php:730
+msgid "Errors encountered creating database tables."
+msgstr "Se han encontrado errores al crear las tablas de la base de datos."
-#: ../../include/nav.php:341 ../../Zotlabs/Lib/Apps.php:328
-msgid "Apps"
-msgstr "Aplicaciones (apps)"
+#: ../../addon/pumpio/pumpio.php:152
+msgid "You are now authenticated to pumpio."
+msgstr "Ahora está autenticado en pump.io."
-#: ../../include/nav.php:342
-msgid "Channel Apps"
-msgstr "Apps del canal "
+#: ../../addon/pumpio/pumpio.php:153
+msgid "return to the featured settings page"
+msgstr "Volver a la página de configuración destacada"
-#: ../../include/nav.php:343
-msgid "System Apps"
-msgstr "Apps del sistema "
+#: ../../addon/pumpio/pumpio.php:168
+msgid "Post to Pump.io"
+msgstr "Publicar en Pump.io"
-#: ../../include/nav.php:344
-msgid "Pinned Apps"
-msgstr "Apps ancladas "
+#: ../../addon/pumpio/Mod_Pumpio.php:40
+msgid "Pump.io Settings saved."
+msgstr "Se han guardado los ajustes de Pump.io"
-#: ../../include/nav.php:345
-msgid "Featured Apps"
-msgstr "Apps destacadas "
+#: ../../addon/pumpio/Mod_Pumpio.php:71
+msgid "Pump.io servername"
+msgstr "Nombre del servidor de Pump.io"
-#: ../../include/nav.php:431 ../../Zotlabs/Module/Admin/Channels.php:154
-#: ../../Zotlabs/Lib/Apps.php:348
-msgid "Channel"
-msgstr "Canal"
+#: ../../addon/pumpio/Mod_Pumpio.php:71
+msgid "Without \"http://\" or \"https://\""
+msgstr "Sin \"http://\" or \"https://\""
-#: ../../include/nav.php:434
-msgid "Status Messages and Posts"
-msgstr "Mensajes de estado y publicaciones"
+#: ../../addon/pumpio/Mod_Pumpio.php:75
+msgid "Pump.io username"
+msgstr "Nombre de usuario en Pump.io"
-#: ../../include/nav.php:444 ../../Zotlabs/Module/Help.php:85
-msgid "About"
-msgstr "Mi perfil"
+#: ../../addon/pumpio/Mod_Pumpio.php:75
+msgid "Without the servername"
+msgstr "Sin el nombre del servidor"
-#: ../../include/nav.php:447
-msgid "Profile Details"
-msgstr "Detalles del perfil"
+#: ../../addon/pumpio/Mod_Pumpio.php:86
+msgid "You are not authenticated to pumpio"
+msgstr "No está autenticado en pump.io"
-#: ../../include/nav.php:462 ../../Zotlabs/Widget/Channel_activities.php:125
-#: ../../Zotlabs/Widget/Notifications.php:108
-#: ../../Zotlabs/Module/Fbrowser.php:85 ../../Zotlabs/Lib/Apps.php:345
-#: ../../Zotlabs/Storage/Browser.php:351
-msgid "Files"
-msgstr "Ficheros"
+#: ../../addon/pumpio/Mod_Pumpio.php:88
+msgid "(Re-)Authenticate your pump.io connection"
+msgstr "(Re-)Autenticar su conexión en pump.io"
-#: ../../include/nav.php:465
-msgid "Files and Storage"
-msgstr "Ficheros y repositorio"
+#: ../../addon/pumpio/Mod_Pumpio.php:92
+msgid "Post to pump.io by default"
+msgstr "Publicar por defecto en pump.io"
-#: ../../include/nav.php:487 ../../include/nav.php:490
-#: ../../Zotlabs/Widget/Chatroom_list.php:22 ../../Zotlabs/Lib/Apps.php:335
-msgid "Chatrooms"
-msgstr "Salas de chat"
+#: ../../addon/pumpio/Mod_Pumpio.php:96
+msgid "Should posts be public"
+msgstr "¿Las entradas deben ser públicas?"
-#: ../../include/nav.php:500 ../../Zotlabs/Module/Bookmarks.php:90
-#: ../../Zotlabs/Lib/Apps.php:334
-msgid "Bookmarks"
-msgstr "Marcadores"
+#: ../../addon/pumpio/Mod_Pumpio.php:100
+msgid "Mirror all public posts"
+msgstr "Reflejar todos los mensajes públicos"
-#: ../../include/nav.php:503
-msgid "Saved Bookmarks"
-msgstr "Marcadores guardados"
+#: ../../addon/pumpio/Mod_Pumpio.php:110
+msgid "Pump.io Crosspost Connector"
+msgstr "Pump.io Crosspost Connector"
-#: ../../include/nav.php:511 ../../Zotlabs/Widget/Channel_activities.php:168
-#: ../../Zotlabs/Module/Webpages.php:247 ../../Zotlabs/Lib/Apps.php:346
-msgid "Webpages"
-msgstr "Páginas web"
+#: ../../addon/wppost/wppost.php:47
+msgid "Post to WordPress"
+msgstr "Publicar en WordPress"
-#: ../../include/nav.php:514
-msgid "View Webpages"
-msgstr "Ver páginas web"
+#: ../../addon/wppost/Mod_Wppost.php:30
+msgid "Wordpress Settings saved."
+msgstr "Se han guardado los ajustes de WordPress."
-#: ../../include/nav.php:525 ../../Zotlabs/Lib/Apps.php:347
-msgid "Wiki"
-msgstr "Wiki"
+#: ../../addon/wppost/Mod_Wppost.php:67
+msgid "WordPress username"
+msgstr "Nombre de usuario de WordPress"
-#: ../../include/auth.php:197
-msgid "Delegation session ended."
-msgstr "Finalizó la sesión de la delegación."
+#: ../../addon/wppost/Mod_Wppost.php:71
+msgid "WordPress password"
+msgstr "Contraseña de WordPress"
-#: ../../include/auth.php:201
-msgid "Logged out."
-msgstr "Desconectado/a."
+#: ../../addon/wppost/Mod_Wppost.php:75
+msgid "WordPress API URL"
+msgstr "URL de la API de WordPress"
-#: ../../include/auth.php:308
-msgid "Email validation is incomplete. Please check your email."
-msgstr "La validación del correo electrónico está incompleta. Por favor, compruebe su correo electrónico."
+#: ../../addon/wppost/Mod_Wppost.php:76
+msgid "Typically https://your-blog.tld/xmlrpc.php"
+msgstr "Habitualmente https://your-blog.tld/xmlrpc.php"
-#: ../../include/auth.php:324
-msgid "Failed authentication"
-msgstr "Autenticación fallida."
+#: ../../addon/wppost/Mod_Wppost.php:79
+msgid "WordPress blogid"
+msgstr "Blog de WordPress"
-#: ../../include/datetime.php:58 ../../Zotlabs/Widget/Newmember.php:56
-#: ../../Zotlabs/Module/Profiles.php:752
-msgid "Miscellaneous"
-msgstr "Varios"
+#: ../../addon/wppost/Mod_Wppost.php:80
+msgid "For multi-user sites such as wordpress.com, otherwise leave blank"
+msgstr "Para sitios multiusuario como wordpress.com, de lo contrario, dejar en blanco"
-#: ../../include/datetime.php:140
-msgid "Birthday"
-msgstr "Cumpleaños"
+#: ../../addon/wppost/Mod_Wppost.php:84
+msgid "Post to WordPress by default"
+msgstr "Publicar en WordPress por defecto"
-#: ../../include/datetime.php:140
-msgid "Age: "
-msgstr "Edad:"
+#: ../../addon/wppost/Mod_Wppost.php:88
+msgid "Forward comments (requires hubzilla_wp plugin)"
+msgstr "Reenviar comentarios (requerido por el plugin hubzilla_wp)"
-#: ../../include/datetime.php:140
-msgid "YYYY-MM-DD or MM-DD"
-msgstr "AAAA-MM-DD o MM-DD"
+#: ../../addon/wppost/Mod_Wppost.php:104
+msgid "Wordpress Post"
+msgstr "Publicar en Wordpress"
-#: ../../include/datetime.php:238 ../../boot.php:2752
-msgid "never"
-msgstr "nunca"
+#: ../../addon/articles/Mod_Article_edit.php:127
+msgid "Edit Article"
+msgstr "Editar el artículo"
-#: ../../include/datetime.php:244
-msgid "less than a second ago"
-msgstr "hace un instante"
+#: ../../addon/articles/articles.php:48 ../../addon/articles/articles.php:160
+#: ../../addon/articles/Mod_Articles.php:228 ../../Zotlabs/Lib/Apps.php:330
+msgid "Articles"
+msgstr "Artículos"
-#: ../../include/datetime.php:262
-#, php-format
-msgctxt "e.g. 22 hours ago, 1 minute ago"
-msgid "%1$d %2$s ago"
-msgstr "hace %1$d %2$s"
+#: ../../addon/articles/articles.php:51
+msgid "View Articles"
+msgstr "Ver los artículos"
-#: ../../include/datetime.php:273
-msgctxt "relative_date"
-msgid "year"
-msgid_plural "years"
-msgstr[0] "año"
-msgstr[1] "años"
-msgstr[2] "años"
+#: ../../addon/articles/Mod_Articles.php:119
+msgid "Add Article"
+msgstr "Añadir un artículo"
-#: ../../include/datetime.php:276
-msgctxt "relative_date"
-msgid "month"
-msgid_plural "months"
-msgstr[0] "mes"
-msgstr[1] "meses"
-msgstr[2] "meses"
+#: ../../addon/wiki/Mod_Wiki.php:36
+#: ../../addon/flashcards/Mod_Flashcards.php:52
+#: ../../addon/faces/Mod_Faces.php:64 ../../addon/cart/cart.php:1459
+msgid "Profile Unavailable."
+msgstr "Perfil no disponible"
-#: ../../include/datetime.php:279
-msgctxt "relative_date"
-msgid "week"
-msgid_plural "weeks"
-msgstr[0] "semana"
-msgstr[1] "semanas"
-msgstr[2] "semanas"
+#: ../../addon/wiki/Mod_Wiki.php:81 ../../addon/cart/manual_payments.php:93
+#: ../../addon/cart/submodules/paypalbuttonV2.php:486
+#: ../../addon/cart/submodules/paypalbutton.php:456
+#: ../../addon/cart/myshop.php:37 ../../addon/cart/cart.php:1610
+msgid "Invalid channel"
+msgstr "Canal no válido"
-#: ../../include/datetime.php:282
-msgctxt "relative_date"
-msgid "day"
-msgid_plural "days"
-msgstr[0] "día"
-msgstr[1] "días"
-msgstr[2] "días"
+#: ../../addon/wiki/Mod_Wiki.php:136
+msgid "Error retrieving wiki"
+msgstr "Error al recuperar el wiki"
-#: ../../include/datetime.php:285
-msgctxt "relative_date"
-msgid "hour"
-msgid_plural "hours"
-msgstr[0] "hora"
-msgstr[1] "horas"
-msgstr[2] "horas"
+#: ../../addon/wiki/Mod_Wiki.php:143
+msgid "Error creating zip file export folder"
+msgstr "Error al crear el fichero comprimido zip de la carpeta a exportar"
-#: ../../include/datetime.php:288
-msgctxt "relative_date"
-msgid "minute"
-msgid_plural "minutes"
-msgstr[0] "minuto"
-msgstr[1] "minutos"
-msgstr[2] "minutos"
+#: ../../addon/wiki/Mod_Wiki.php:194
+msgid "Error downloading wiki: "
+msgstr "Error al descargar el wiki: "
-#: ../../include/datetime.php:291
-msgctxt "relative_date"
-msgid "second"
-msgid_plural "seconds"
-msgstr[0] "segundo"
-msgstr[1] "segundos"
-msgstr[2] "segundos"
+#: ../../addon/wiki/Mod_Wiki.php:215 ../../Zotlabs/Storage/Browser.php:407
+msgid "Download"
+msgstr "Descargar"
-#: ../../include/datetime.php:520
-#, php-format
-msgid "%1$s's birthday"
-msgstr "Cumpleaños de %1$s"
+#: ../../addon/wiki/Mod_Wiki.php:216 ../../addon/wiki/Mod_Wiki.php:406
+#: ../../Zotlabs/Module/Webpages.php:256 ../../Zotlabs/Module/Layouts.php:196
+#: ../../Zotlabs/Module/Pubsites.php:62 ../../Zotlabs/Module/Blocks.php:164
+msgid "View"
+msgstr "Ver"
-#: ../../include/datetime.php:521
-#, php-format
-msgid "Happy Birthday %1$s"
-msgstr "Feliz cumpleaños %1$s"
+#: ../../addon/wiki/Mod_Wiki.php:217 ../../Zotlabs/Module/Manage.php:137
+#: ../../Zotlabs/Module/Profiles.php:852
+msgid "Create New"
+msgstr "Crear"
-#: ../../include/cdav.php:157
-msgid "INVALID EVENT DISMISSED!"
-msgstr "¡EVENTO NO VÁLIDO RECHAZADO!"
+#: ../../addon/wiki/Mod_Wiki.php:219
+msgid "Wiki name"
+msgstr "Nombre del wiki"
-#: ../../include/cdav.php:158
-msgid "Summary: "
-msgstr "Resumen: "
+#: ../../addon/wiki/Mod_Wiki.php:220
+msgid "Content type"
+msgstr "Tipo de contenido"
-#: ../../include/cdav.php:158 ../../include/cdav.php:159
-#: ../../include/cdav.php:167 ../../include/conversation.php:1217
-#: ../../Zotlabs/Widget/Album.php:90 ../../Zotlabs/Widget/Pinned.php:275
-#: ../../Zotlabs/Widget/Portfolio.php:99
-#: ../../Zotlabs/Module/Embedphotos.php:177
-#: ../../Zotlabs/Module/Photos.php:788 ../../Zotlabs/Module/Photos.php:1245
-#: ../../Zotlabs/Lib/Activity.php:1681 ../../Zotlabs/Lib/Apps.php:1152
-#: ../../Zotlabs/Lib/Apps.php:1236
-msgid "Unknown"
-msgstr "Desconocido"
+#: ../../addon/wiki/Mod_Wiki.php:222 ../../Zotlabs/Storage/Browser.php:381
+msgid "Type"
+msgstr "Tipo"
-#: ../../include/cdav.php:159
-msgid "Date: "
-msgstr "Fecha: "
+#: ../../addon/wiki/Mod_Wiki.php:223
+msgid "Any&nbsp;type"
+msgstr "Cualquier&nbsp;tipo"
-#: ../../include/cdav.php:160 ../../include/cdav.php:168
-msgid "Reason: "
-msgstr "Razón: "
+#: ../../addon/wiki/Mod_Wiki.php:230
+msgid "Lock content type"
+msgstr "Tipo de contenido bloqueado"
-#: ../../include/cdav.php:166
-msgid "INVALID CARD DISMISSED!"
-msgstr "¡TARJETA NO VÁLIDA RECHAZADA!"
+#: ../../addon/wiki/Mod_Wiki.php:231
+msgid "Create a status post for this wiki"
+msgstr "Crear un mensaje de estado para este wiki"
-#: ../../include/cdav.php:167
-msgid "Name: "
-msgstr "Nombre: "
+#: ../../addon/wiki/Mod_Wiki.php:232
+msgid "Edit Wiki Name"
+msgstr "Editar el nombre del wiki"
-#: ../../include/conversation.php:145 ../../Zotlabs/Module/Like.php:184
-msgid "channel"
-msgstr "el canal"
+#: ../../addon/wiki/Mod_Wiki.php:277
+msgid "Wiki not found"
+msgstr "Wiki no encontrado"
-#: ../../include/conversation.php:193
-#, php-format
-msgid "likes %1$s's %2$s"
-msgstr "gusta de %2$s de %1$s"
+#: ../../addon/wiki/Mod_Wiki.php:303
+msgid "Rename page"
+msgstr "Renombrar la página"
-#: ../../include/conversation.php:196
-#, php-format
-msgid "doesn't like %1$s's %2$s"
-msgstr "no gusta de %2$s de %1$s"
+#: ../../addon/wiki/Mod_Wiki.php:318
+msgid "Error retrieving page content"
+msgstr "Error al recuperar el contenido de la página"
-#: ../../include/conversation.php:236 ../../include/conversation.php:238
-#, php-format
-msgid "%1$s is now connected with %2$s"
-msgstr "%1$s ahora está conectado/a con %2$s"
+#: ../../addon/wiki/Mod_Wiki.php:326 ../../addon/wiki/Mod_Wiki.php:328
+msgid "New page"
+msgstr "Nueva página"
-#: ../../include/conversation.php:273
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s ha dado un toque a %2$s"
+#: ../../addon/wiki/Mod_Wiki.php:363
+msgid "Revision Comparison"
+msgstr "Comparación de revisiones"
-#: ../../include/conversation.php:296 ../../Zotlabs/Module/Mood.php:76
-#, php-format
-msgctxt "mood"
-msgid "%1$s is %2$s"
-msgstr "%1$s está %2$s"
+#: ../../addon/wiki/Mod_Wiki.php:364
+#: ../../addon/wiki/Lib/NativeWikiPage.php:591
+#: ../../addon/wiki/Widget/Wiki_page_history.php:31
+msgid "Revert"
+msgstr "Revertir"
-#: ../../include/conversation.php:526 ../../Zotlabs/Lib/ThreadItem.php:501
-msgid "This is an unsaved preview"
-msgstr "Esta es una previsualización sin guardar"
+#: ../../addon/wiki/Mod_Wiki.php:371
+msgid "Short description of your changes (optional)"
+msgstr "Breve descripción de sus cambios (opcional)"
-#: ../../include/conversation.php:658 ../../Zotlabs/Module/Photos.php:1108
-msgctxt "title"
-msgid "Likes"
-msgstr "Me gusta"
+#: ../../addon/wiki/Mod_Wiki.php:391
+msgid "New page name"
+msgstr "Nombre de la nueva página"
-#: ../../include/conversation.php:659 ../../Zotlabs/Module/Photos.php:1108
-msgctxt "title"
-msgid "Dislikes"
-msgstr "No me gusta"
+#: ../../addon/wiki/Mod_Wiki.php:396
+msgid "Embed image from photo albums"
+msgstr "Incluir una imagen de los álbumes de fotos"
-#: ../../include/conversation.php:660 ../../Zotlabs/Widget/Pinned.php:82
-#: ../../Zotlabs/Module/Photos.php:1109
-msgctxt "title"
-msgid "Agree"
-msgstr "De acuerdo"
+#: ../../addon/wiki/Mod_Wiki.php:402 ../../Zotlabs/Module/Cover_photo.php:432
+#: ../../Zotlabs/Module/Profile_photo.php:557
+msgid "Choose a different album"
+msgstr "Elegir un álbum diferente..."
-#: ../../include/conversation.php:661 ../../Zotlabs/Widget/Pinned.php:83
-#: ../../Zotlabs/Module/Photos.php:1109
-msgctxt "title"
-msgid "Disagree"
-msgstr "En desacuerdo"
+#: ../../addon/wiki/Mod_Wiki.php:407
+msgid "History"
+msgstr "Historial"
-#: ../../include/conversation.php:662 ../../Zotlabs/Widget/Pinned.php:84
-#: ../../Zotlabs/Module/Photos.php:1109
-msgctxt "title"
-msgid "Abstain"
-msgstr "Abstención"
+#: ../../addon/wiki/Mod_Wiki.php:485
+msgid "Error creating wiki. Invalid name."
+msgstr "Error al crear el wiki: el nombre no es válido."
-#: ../../include/conversation.php:663 ../../Zotlabs/Widget/Pinned.php:71
-#: ../../Zotlabs/Module/Photos.php:1110
-msgctxt "title"
-msgid "Attending"
-msgstr "Participaré"
+#: ../../addon/wiki/Mod_Wiki.php:492
+msgid "A wiki with this name already exists."
+msgstr "Ya hay un wiki con este nombre."
-#: ../../include/conversation.php:664 ../../Zotlabs/Widget/Pinned.php:72
-#: ../../Zotlabs/Module/Photos.php:1110
-msgctxt "title"
-msgid "Not attending"
-msgstr "No participaré"
+#: ../../addon/wiki/Mod_Wiki.php:505
+msgid "Wiki created, but error creating Home page."
+msgstr "Se ha creado el wiki, pero se ha producido un error al crear la página de inicio."
-#: ../../include/conversation.php:665 ../../Zotlabs/Widget/Pinned.php:73
-#: ../../Zotlabs/Module/Photos.php:1110
-msgctxt "title"
-msgid "Might attend"
-msgstr "Quizá participe"
+#: ../../addon/wiki/Mod_Wiki.php:512
+msgid "Error creating wiki"
+msgstr "Error al crear el wiki"
-#: ../../include/conversation.php:735
-msgid "Select"
-msgstr "Seleccionar"
+#: ../../addon/wiki/Mod_Wiki.php:536
+msgid "Error updating wiki. Invalid name."
+msgstr "Error al actualizar el wiki. Nombre no válido."
-#: ../../include/conversation.php:742 ../../Zotlabs/Lib/ThreadItem.php:263
-msgid "Toggle Star Status"
-msgstr "Activar o desactivar el estado de entrada preferida"
+#: ../../addon/wiki/Mod_Wiki.php:555
+msgid "Error updating wiki"
+msgstr "Error al actualizar el wiki"
-#: ../../include/conversation.php:748
-msgid "Private Message"
-msgstr "Mensaje Privado"
+#: ../../addon/wiki/Mod_Wiki.php:570
+msgid "Wiki delete permission denied."
+msgstr "Se ha denegado el permiso para eliminar el wiki."
-#: ../../include/conversation.php:757 ../../Zotlabs/Widget/Pinned.php:93
-#: ../../Zotlabs/Lib/ThreadItem.php:273
-msgid "Message signature validated"
-msgstr "Firma de mensaje validada"
+#: ../../addon/wiki/Mod_Wiki.php:580
+msgid "Error deleting wiki"
+msgstr "Se ha producido un error al eliminar el wiki"
-#: ../../include/conversation.php:758 ../../Zotlabs/Widget/Pinned.php:94
-#: ../../Zotlabs/Lib/ThreadItem.php:274
-msgid "Message signature incorrect"
-msgstr "Firma de mensaje incorrecta"
+#: ../../addon/wiki/Mod_Wiki.php:613
+msgid "New page created"
+msgstr "Se ha creado la nueva página"
-#: ../../include/conversation.php:798
-#: ../../Zotlabs/Module/Admin/Accounts.php:318
-#: ../../Zotlabs/Module/Connections.php:358
-#: ../../Zotlabs/Module/Connections.php:409
-#: ../../Zotlabs/Lib/ThreadItem.php:508
-msgid "Approve"
-msgstr "Aprobar"
+#: ../../addon/wiki/Mod_Wiki.php:739
+msgid "Cannot delete Home"
+msgstr "No se puede eliminar la página principal"
-#: ../../include/conversation.php:804
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Ver el perfil @ %s de %s"
+#: ../../addon/wiki/Mod_Wiki.php:815
+msgid "Current Revision"
+msgstr "Revisión actual"
-#: ../../include/conversation.php:826
-msgid "Categories:"
-msgstr "Temas:"
+#: ../../addon/wiki/Mod_Wiki.php:815
+msgid "Selected Revision"
+msgstr "Revisión seleccionada"
-#: ../../include/conversation.php:827
-msgid "Filed under:"
-msgstr "Archivado bajo:"
+#: ../../addon/wiki/Mod_Wiki.php:870
+msgid "You must be authenticated."
+msgstr "Debe estar autenticado."
-#: ../../include/conversation.php:833 ../../Zotlabs/Widget/Pinned.php:137
-#: ../../Zotlabs/Lib/ThreadItem.php:430
-#, php-format
-msgid "from %s"
-msgstr "desde %s"
+#: ../../addon/wiki/Mod_Wiki.php:899 ../../addon/wiki/Widget/Wiki_pages.php:61
+msgid "Add new page"
+msgstr "Añadir una nueva página"
-#: ../../include/conversation.php:836 ../../Zotlabs/Widget/Pinned.php:140
-#: ../../Zotlabs/Lib/ThreadItem.php:433
-#, php-format
-msgid "last edited: %s"
-msgstr "último cambio: %s"
+#: ../../addon/wiki/Mod_Wiki.php:906 ../../addon/wiki/Widget/Wiki_pages.php:68
+#: ../../Zotlabs/Module/Dreport.php:133
+msgid "Options"
+msgstr "Opciones"
-#: ../../include/conversation.php:837 ../../Zotlabs/Widget/Pinned.php:141
-#: ../../Zotlabs/Lib/ThreadItem.php:434
-#, php-format
-msgid "Expires: %s"
-msgstr "Caduca: %s"
+#: ../../addon/wiki/Lib/NativeWiki.php:144
+msgid "Wiki updated successfully"
+msgstr "El wiki se ha actualizado con éxito"
-#: ../../include/conversation.php:854 ../../Zotlabs/Module/Photos.php:1074
-#: ../../Zotlabs/Lib/ThreadItem.php:502
-msgid "Please wait"
-msgstr "Espere por favor"
+#: ../../addon/wiki/Lib/NativeWiki.php:204
+msgid "Wiki files deleted successfully"
+msgstr "Se han borrado con éxito los ficheros del wiki"
-#: ../../include/conversation.php:955
-msgid "remove"
-msgstr "eliminar"
+#: ../../addon/wiki/Lib/NativeWikiPage.php:41
+#: ../../addon/wiki/Lib/NativeWikiPage.php:109
+msgid "(No Title)"
+msgstr "(Sin título)"
-#: ../../include/conversation.php:959
-msgid "Loading..."
-msgstr "Cargando..."
+#: ../../addon/wiki/Lib/NativeWikiPage.php:123
+msgid "Wiki page create failed."
+msgstr "Se ha producido un error en la creación de la página wiki."
-#: ../../include/conversation.php:960 ../../Zotlabs/Lib/ThreadItem.php:290
-msgid "Conversation Features"
-msgstr "Funciones de conversación "
+#: ../../addon/wiki/Lib/NativeWikiPage.php:137
+msgid "Wiki not found."
+msgstr "No se ha encontrado el wiki."
-#: ../../include/conversation.php:961
-msgid "Delete Selected Items"
-msgstr "Eliminar elementos seleccionados"
+#: ../../addon/wiki/Lib/NativeWikiPage.php:148
+msgid "Destination name already exists"
+msgstr "El nombre de destino ya existe"
-#: ../../include/conversation.php:997
-msgid "View Source"
-msgstr "Ver el código fuente de la entrada"
+#: ../../addon/wiki/Lib/NativeWikiPage.php:181
+#: ../../addon/wiki/Lib/NativeWikiPage.php:376
+msgid "Page not found"
+msgstr "No se ha encontrado la página"
-#: ../../include/conversation.php:1007
-msgid "Follow Thread"
-msgstr "Seguir este hilo"
+#: ../../addon/wiki/Lib/NativeWikiPage.php:211
+msgid "Error reading page content"
+msgstr "Se ha producido un error al leer el contenido de la página"
-#: ../../include/conversation.php:1016
-msgid "Unfollow Thread"
-msgstr "Dejar de seguir este hilo"
+#: ../../addon/wiki/Lib/NativeWikiPage.php:367
+#: ../../addon/wiki/Lib/NativeWikiPage.php:425
+#: ../../addon/wiki/Lib/NativeWikiPage.php:493
+#: ../../addon/wiki/Lib/NativeWikiPage.php:534
+msgid "Error reading wiki"
+msgstr "Se ha producido un error al leer el wiki"
-#: ../../include/conversation.php:1108 ../../Zotlabs/Module/Connedit.php:501
-msgid "Recent Activity"
-msgstr "Actividad reciente"
+#: ../../addon/wiki/Lib/NativeWikiPage.php:411
+msgid "Page update failed."
+msgstr "Se ha producido un error al actualizar la página."
-#: ../../include/conversation.php:1120 ../../include/connections.php:141
-#: ../../include/channel.php:1616 ../../Zotlabs/Widget/Suggestions.php:51
-#: ../../Zotlabs/Widget/Follow.php:37 ../../Zotlabs/Module/Directory.php:371
-#: ../../Zotlabs/Module/Connections.php:365
-#: ../../Zotlabs/Module/Suggest.php:69
-msgid "Connect"
-msgstr "Conectar"
+#: ../../addon/wiki/Lib/NativeWikiPage.php:447
+msgid "Nothing deleted"
+msgstr "No se ha eliminado nada"
-#: ../../include/conversation.php:1132
-msgid "Edit Connection"
-msgstr "Editar conexión"
+#: ../../addon/wiki/Lib/NativeWikiPage.php:514
+msgid "Compare: object not found."
+msgstr "No se ha encontrado un objeto para comparar."
-#: ../../include/conversation.php:1144 ../../Zotlabs/Module/Poke.php:181
-#: ../../Zotlabs/Module/Poke.php:185 ../../Zotlabs/Lib/Apps.php:356
-msgid "Poke"
-msgstr "Toques y otras cosas"
+#: ../../addon/wiki/Lib/NativeWikiPage.php:521
+msgid "Page updated"
+msgstr "Se ha actualizado la página"
-#: ../../include/conversation.php:1219
-msgid "Approve this item"
-msgstr "Aprobar este elemento"
+#: ../../addon/wiki/Lib/NativeWikiPage.php:529
+msgid "Wiki resource_id required for git commit"
+msgstr "Se necesita Wiki resource_id para el git commit"
-#: ../../include/conversation.php:1219
-msgid "Delete this item"
-msgstr "Borrar este elemento"
+#: ../../addon/wiki/Lib/NativeWikiPage.php:589
+#: ../../addon/wiki/Widget/Wiki_page_history.php:29
+msgctxt "wiki_history"
+msgid "Message"
+msgstr "Mensaje"
-#: ../../include/conversation.php:1273
-#, php-format
-msgid "%s likes this."
-msgstr "A %s le gusta esto."
+#: ../../addon/wiki/Lib/NativeWikiPage.php:590
+#: ../../addon/wiki/Widget/Wiki_page_history.php:30
+msgid "Date"
+msgstr "Fecha"
-#: ../../include/conversation.php:1273
-#, php-format
-msgid "%s doesn't like this."
-msgstr "A %s no le gusta esto."
+#: ../../addon/wiki/Lib/NativeWikiPage.php:592
+#: ../../addon/wiki/Widget/Wiki_page_history.php:32
+msgid "Compare"
+msgstr "Comparar"
-#: ../../include/conversation.php:1277
-#, 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] "a <span %1$s>%2$d personas</span> le gusta esto."
-msgstr[1] "A <span %1$s>%2$d personas</span> les gusta esto."
-msgstr[2] "A <span %1$s>%2$d personas</span> les gusta esto."
+#: ../../addon/wiki/Widget/Wiki_pages.php:55
+msgid "Wiki Pages"
+msgstr "Páginas del wiki"
-#: ../../include/conversation.php:1279
-#, 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] "a <span %1$s>%2$d personas</span> no les gusta esto."
-msgstr[1] "A <span %1$s>%2$d personas</span> no les gusta esto."
-msgstr[2] "A <span %1$s>%2$d personas</span> no les gusta esto."
+#: ../../addon/wiki/Widget/Wiki_pages.php:66
+msgid "Page name"
+msgstr "Nombre de la página"
-#: ../../include/conversation.php:1285
-msgid "and"
-msgstr "y"
+#: ../../addon/donate/donate.php:21
+msgid "Project Servers and Resources"
+msgstr "Servidores y recursos del proyecto"
-#: ../../include/conversation.php:1288
-#, php-format
-msgid ", and %d other people"
-msgid_plural ", and %d other people"
-msgstr[0] ", y %d persona más"
-msgstr[1] ", y %d personas más"
-msgstr[2] ", y %d personas más"
+#: ../../addon/donate/donate.php:22
+msgid "Project Creator and Tech Lead"
+msgstr "Creador del proyecto y director técnico"
+
+#: ../../addon/donate/donate.php:49
+msgid ""
+"And the hundreds of other people and organisations who helped make the "
+"Hubzilla possible."
+msgstr "Y los cientos de personas y organizaciones más que ayudaron a hacer posible Hubzilla."
+
+#: ../../addon/donate/donate.php:52
+msgid ""
+"The Redmatrix/Hubzilla projects are provided primarily by volunteers giving "
+"their time and expertise - and often paying out of pocket for services they "
+"share with others."
+msgstr "Los proyectos Redmatrix / Hubzilla están proporcionados principalmente por voluntarios que les prestan su tiempo y experiencia, pagando a menudo de su bolsillo por los servicios que comparten con otros."
+
+#: ../../addon/donate/donate.php:53
+msgid ""
+"There is no corporate funding and no ads, and we do not collect and sell "
+"your personal information. (We don't control your personal information - "
+"<strong>you do</strong>.)"
+msgstr "No hay financiación corporativa ni publicidad y no recogemos ni vendemos su información personal. (De hecho, no tenemos control sobre sus datos privados. <Strong>Usted lo tiene</strong>.)"
+
+#: ../../addon/donate/donate.php:54
+msgid ""
+"Help support our ground-breaking work in decentralisation, web identity, and"
+" privacy."
+msgstr "Ayude apoyando nuestro trabajo pionero en la descentralización, la identidad web, y la privacidad."
+
+#: ../../addon/donate/donate.php:56
+msgid ""
+"Your donations keep servers and services running and also helps us to "
+"provide innovative new features and continued development."
+msgstr "Sus donaciones mantienen servidores y servicios en ejecución y también nos ayudan a proporcionar nuevas características innovadoras y a mantener el desarrollo de forma continuada."
+
+#: ../../addon/donate/donate.php:59
+msgid "Donate"
+msgstr "Donar"
+
+#: ../../addon/donate/donate.php:61
+msgid ""
+"Choose a project, developer, or public hub to support with a one-time "
+"donation"
+msgstr "Elija un proyecto, desarrollador, o \"hub\" público para apoyar con una donación de una sola vez"
+
+#: ../../addon/donate/donate.php:62
+msgid "Donate Now"
+msgstr "Donar ahora"
+
+#: ../../addon/donate/donate.php:63
+msgid ""
+"<strong><em>Or</em></strong> become a project sponsor (Hubzilla Project "
+"only)"
+msgstr "<strong><em>O</em></strong> convertirse en un patrocinador del proyecto (sólo del proyecto Hubzilla)"
+
+#: ../../addon/donate/donate.php:64
+msgid ""
+"Please indicate if you would like your first name or full name (or nothing) "
+"to appear in our sponsor listing"
+msgstr "Por favor, indique si desea que su nombre de pila o el nombre completo (o nada) aparezca en nuestra lista de patrocinadores"
+
+#: ../../addon/donate/donate.php:65
+msgid "Sponsor"
+msgstr "Patrocinador"
+
+#: ../../addon/donate/donate.php:68
+msgid "Special thanks to: "
+msgstr "Agradecimiento especial a: "
+
+#: ../../addon/xmpp/xmpp.php:44
+msgid "Jabber BOSH host"
+msgstr "BOSH de Jabber"
+
+#: ../../addon/xmpp/xmpp.php:45
+msgid "Use central userbase"
+msgstr "Usar la base de usuarios central"
+
+#: ../../addon/xmpp/xmpp.php:45
+msgid ""
+"If enabled, members will automatically login to an ejabberd server that has "
+"to be installed on this machine with synchronized credentials via the "
+"\"auth_ejabberd.php\" script."
+msgstr "Si está habilitado, los miembros se conectarán automáticamente a un servidor ejabberd que debe instalarse en esta máquina con credenciales sincronizadas a través del script \"auth ejabberd.php\"."
+
+#: ../../addon/xmpp/Mod_Xmpp.php:23
+msgid "XMPP settings updated."
+msgstr "Se han actualizado los ajustes de XMPP."
+
+#: ../../addon/xmpp/Mod_Xmpp.php:35
+msgid "XMPP App"
+msgstr "App XMPP"
+
+#: ../../addon/xmpp/Mod_Xmpp.php:36
+msgid "Embedded XMPP (Jabber) client"
+msgstr "Cliente XMPP (Jabber) integrado"
-#: ../../include/conversation.php:1289
+#: ../../addon/xmpp/Mod_Xmpp.php:52
+msgid "Individual credentials"
+msgstr "Credenciales individuales"
+
+#: ../../addon/xmpp/Mod_Xmpp.php:58
+msgid "Jabber BOSH server"
+msgstr "Servidor BOSH de Jabber"
+
+#: ../../addon/xmpp/Mod_Xmpp.php:67
+msgid "XMPP Settings"
+msgstr "Ajustes de XMPP"
+
+#: ../../addon/notifyadmin/notifyadmin.php:34
+msgid "New registration"
+msgstr "Nuevo registro"
+
+#: ../../addon/notifyadmin/notifyadmin.php:40
+#: ../../Zotlabs/Module/Invite.php:265
#, php-format
-msgid "%s like this."
-msgstr "A %s le gusta esto."
+msgid "%s : Message delivery failed."
+msgstr "%s : Falló el envío del mensaje."
-#: ../../include/conversation.php:1289
+#: ../../addon/notifyadmin/notifyadmin.php:42
#, php-format
-msgid "%s don't like this."
-msgstr "A %s no le gusta esto."
+msgid "Message sent to %s. New account registration: %s"
+msgstr "Mensaje enviado a %s. Registro de una nueva cuenta: %s"
-#: ../../include/conversation.php:1479
-msgid "Toggle poll"
-msgstr "Activar o desactivar encuestas"
+#: ../../addon/statusnet/statusnet.php:145
+msgid "Post to GNU social"
+msgstr "Publicar en GNU social"
-#: ../../include/conversation.php:1480
-msgid "Option"
-msgstr "Opción"
+#: ../../addon/statusnet/statusnet.php:593
+#: ../../Zotlabs/Module/Admin/Site.php:423
+msgid "Site name"
+msgstr "Nombre del sitio"
-#: ../../include/conversation.php:1481
-msgid "Add option"
-msgstr "Añadir una opción"
+#: ../../addon/statusnet/statusnet.php:594
+msgid "API URL"
+msgstr "URL de la API"
-#: ../../include/conversation.php:1482
-msgid "Minutes"
-msgstr "Minutos "
+#: ../../addon/statusnet/statusnet.php:595 ../../addon/twitter/twitter.php:505
+#: ../../Zotlabs/Module/Oauth.php:113 ../../Zotlabs/Module/Oauth.php:139
+#: ../../Zotlabs/Module/Oauth2.php:117 ../../Zotlabs/Module/Oauth2.php:145
+msgid "Consumer Secret"
+msgstr "Consumer Secret"
-#: ../../include/conversation.php:1482
-msgid "Hours"
-msgstr "Horas "
+#: ../../addon/statusnet/statusnet.php:596 ../../addon/twitter/twitter.php:504
+#: ../../Zotlabs/Module/Oauth.php:112 ../../Zotlabs/Module/Oauth.php:138
+msgid "Consumer Key"
+msgstr "Consumer Key"
-#: ../../include/conversation.php:1482
-msgid "Days"
-msgstr "Días "
+#: ../../addon/statusnet/statusnet.php:597
+msgid "Application name"
+msgstr "Nombre de la aplicación"
-#: ../../include/conversation.php:1483
-msgid "Allow multiple answers"
-msgstr "Permitir respuestas múltiples"
+#: ../../addon/statusnet/Mod_Statusnet.php:61
+msgid ""
+"Please contact your site administrator.<br />The provided API URL is not "
+"valid."
+msgstr "Por favor, contacte con el administrador de su sitio.<br />La URL de la API proporcionada no es válida."
-#: ../../include/conversation.php:1493
-msgid "Summary (optional)"
-msgstr "Sumario (opcional)"
+#: ../../addon/statusnet/Mod_Statusnet.php:98
+msgid "We could not contact the GNU social API with the Path you entered."
+msgstr "No podemos conectar con la API de GNU social con la ruta que ha proporcionado."
-#: ../../include/conversation.php:1768 ../../include/taxonomy.php:675
-#: ../../include/channel.php:1779 ../../Zotlabs/Module/Photos.php:1128
-#: ../../Zotlabs/Lib/ThreadItem.php:233
-msgctxt "noun"
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "Me gusta"
-msgstr[1] "Me gusta"
-msgstr[2] "Me gusta"
+#: ../../addon/statusnet/Mod_Statusnet.php:130
+msgid "GNU social settings updated."
+msgstr "Se han guardado los ajustes de GNU social."
-#: ../../include/conversation.php:1771 ../../Zotlabs/Module/Photos.php:1133
-#: ../../Zotlabs/Lib/ThreadItem.php:239
-msgctxt "noun"
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "No me gusta"
-msgstr[1] "No me gusta"
-msgstr[2] "No me gusta"
+#: ../../addon/statusnet/Mod_Statusnet.php:179
+msgid "Globally Available GNU social OAuthKeys"
+msgstr "OAuthKeys globales de GNU social disponibles"
-#: ../../include/conversation.php:1774
-msgctxt "noun"
-msgid "Attending"
-msgid_plural "Attending"
-msgstr[0] "Participaré"
-msgstr[1] "Participaré"
-msgstr[2] "Participaré"
+#: ../../addon/statusnet/Mod_Statusnet.php:181
+msgid ""
+"There are preconfigured OAuth key pairs for some GNU social servers "
+"available. If you are using one of them, please use these credentials.<br "
+"/>If not feel free to connect to any other GNU social instance (see below)."
+msgstr "Existen pares de claves OAuth preconfiguradas disponibles para algunos servidores libres de GNU social. Si está usando uno de ellos, utilice estas credenciales.<br />Si no se siente libre de conectarse a cualquier otra instancia de GNU social (vea a continuación)."
-#: ../../include/conversation.php:1777
-msgctxt "noun"
-msgid "Not Attending"
-msgid_plural "Not Attending"
-msgstr[0] "No participaré"
-msgstr[1] "No participaré"
-msgstr[2] "No participaré"
+#: ../../addon/statusnet/Mod_Statusnet.php:196
+msgid "Provide your own OAuth Credentials"
+msgstr "Proporcione sus propias credenciales de OAuth"
-#: ../../include/conversation.php:1780
-msgctxt "noun"
-msgid "Undecided"
-msgid_plural "Undecided"
-msgstr[0] "Indeciso/a"
-msgstr[1] "Indecisos/as"
-msgstr[2] "Indecisos/as"
+#: ../../addon/statusnet/Mod_Statusnet.php:198
+msgid ""
+"No consumer key pair for GNU social found. Register your Hubzilla Account as"
+" an desktop client on your GNU social account, copy the consumer key pair "
+"here and enter the API base root.<br />Before you register your own OAuth "
+"key pair ask the administrator if there is already a key pair for this "
+"Hubzilla installation at your favourite GNU social installation."
+msgstr "No se ha encontrado un par de claves de consumidor para GNU social. Registre su cuenta de Hubzilla como un cliente de escritorio en su cuenta social GNU, copie el par de claves de consumidor aquí y escriba la dirección raíz de la API.<br />Antes de registrar su propio par de claves OAuth, pregunte al administrador si ya hay un par de claves para esta instalación de Hubzilla en su instalación GNU social favorita."
-#: ../../include/conversation.php:1783
-msgctxt "noun"
-msgid "Agree"
-msgid_plural "Agrees"
-msgstr[0] "De acuerdo"
-msgstr[1] "De acuerdo"
-msgstr[2] "De acuerdo"
+#: ../../addon/statusnet/Mod_Statusnet.php:202
+msgid "OAuth Consumer Key"
+msgstr "OAuth Consumer Key"
-#: ../../include/conversation.php:1786
-msgctxt "noun"
-msgid "Disagree"
-msgid_plural "Disagrees"
-msgstr[0] "En desacuerdo"
-msgstr[1] "En desacuerdo"
-msgstr[2] "En desacuerdo"
+#: ../../addon/statusnet/Mod_Statusnet.php:206
+msgid "OAuth Consumer Secret"
+msgstr "OAuth Consumer Secret"
-#: ../../include/conversation.php:1789
-msgctxt "noun"
-msgid "Abstain"
-msgid_plural "Abstains"
-msgstr[0] "se abstiene"
-msgstr[1] "Se abstienen"
-msgstr[2] "Se abstienen"
+#: ../../addon/statusnet/Mod_Statusnet.php:210
+msgid "Base API Path"
+msgstr "Ruta base de la API"
-#: ../../include/selectors.php:17
-msgid "Select a profile to assign to this contact"
-msgstr "Seleccione un perfil para asignar a este contacto"
+#: ../../addon/statusnet/Mod_Statusnet.php:210
+msgid "Remember the trailing /"
+msgstr "Recuerde la barra /"
-#: ../../include/selectors.php:45
-msgid "Frequently"
-msgstr "Frecuentemente"
+#: ../../addon/statusnet/Mod_Statusnet.php:214
+msgid "GNU social application name"
+msgstr "Nombre de la aplicación de GNU social"
-#: ../../include/selectors.php:46
-msgid "Hourly"
-msgstr "Cada hora"
+#: ../../addon/statusnet/Mod_Statusnet.php:237
+msgid ""
+"To connect to your GNU social account click the button below to get a "
+"security code from GNU social which you have to copy into the input box "
+"below and submit the form. Only your <strong>public</strong> posts will be "
+"posted to GNU social."
+msgstr "Para conectarse a su cuenta de GNU social, haga clic en el botón de abajo para obtener un código de seguridad de GNU social que tiene que copiar en el cuadro de entrada a continuación y envíe el formulario. Solo sus <strong>entradas</strong> públicas aparecerán en GNU social."
-#: ../../include/selectors.php:47
-msgid "Twice daily"
-msgstr "Dos veces al día"
+#: ../../addon/statusnet/Mod_Statusnet.php:239
+msgid "Log in with GNU social"
+msgstr "Inicio de sesión en GNU social"
-#: ../../include/selectors.php:48
-msgid "Daily"
-msgstr "Diariamente"
+#: ../../addon/statusnet/Mod_Statusnet.php:242
+msgid "Copy the security code from GNU social here"
+msgstr "Copiar aquí el código de seguridad de GNU social"
-#: ../../include/selectors.php:49
-msgid "Weekly"
-msgstr "Semanalmente"
+#: ../../addon/statusnet/Mod_Statusnet.php:252
+msgid "Cancel Connection Process"
+msgstr "Cancelar el proceso de conexión"
-#: ../../include/selectors.php:50
-msgid "Monthly"
-msgstr "Mensualmente"
+#: ../../addon/statusnet/Mod_Statusnet.php:254
+msgid "Current GNU social API is"
+msgstr "La API actual de GNU social es "
-#: ../../include/selectors.php:64
-msgid "Currently Male"
-msgstr "Actualmente hombre"
+#: ../../addon/statusnet/Mod_Statusnet.php:258
+msgid "Cancel GNU social Connection"
+msgstr "Cancelar la conexión de GNU social"
-#: ../../include/selectors.php:64
-msgid "Currently Female"
-msgstr "Actualmente mujer"
+#: ../../addon/statusnet/Mod_Statusnet.php:270
+#: ../../addon/twitter/Mod_Twitter.php:145
+msgid "Currently connected to: "
+msgstr "Actualmente está conectado a: "
-#: ../../include/selectors.php:64
-msgid "Mostly Male"
-msgstr "Generalmente hombre"
+#: ../../addon/statusnet/Mod_Statusnet.php:275
+msgid ""
+"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
+"details from unknown viewers?</em>) the link potentially included in public "
+"postings relayed to GNU social will lead the visitor to a blank page "
+"informing the visitor that the access to your profile has been restricted."
+msgstr "<strong>Aviso</strong>: Debido a su configuración de privacidad (<em>Ocultar los detalles de su perfil a los visitantes desconocidos?</em>) el vínculo potencialmente incluido en las entradas públicas retransmitidas a GNU social llevará al visitante a una página en blanco que le informará de que el acceso a su perfil ha sido restringido."
-#: ../../include/selectors.php:64
-msgid "Mostly Female"
-msgstr "Generalmente mujer"
+#: ../../addon/statusnet/Mod_Statusnet.php:280
+msgid "Post to GNU social by default"
+msgstr "Publicar en GNU social por defecto"
-#: ../../include/selectors.php:64
-msgid "Transgender"
-msgstr "Transgénero"
+#: ../../addon/statusnet/Mod_Statusnet.php:280
+msgid ""
+"If enabled your public postings will be posted to the associated GNU-social "
+"account by default"
+msgstr "Si está activado, sus entradas públicas se publicarán en la cuenta GNU-social asociada de forma predeterminada"
-#: ../../include/selectors.php:64
-msgid "Intersex"
-msgstr "Intersexual"
+#: ../../addon/statusnet/Mod_Statusnet.php:289
+#: ../../addon/twitter/Mod_Twitter.php:169
+msgid "Clear OAuth configuration"
+msgstr "Limpiar la configuración de OAuth"
-#: ../../include/selectors.php:64
-msgid "Transsexual"
-msgstr "Transexual"
+#: ../../addon/statusnet/Mod_Statusnet.php:301
+msgid "GNU-Social Crosspost Connector"
+msgstr "GNU-Social Crosspost Connector"
-#: ../../include/selectors.php:64
-msgid "Hermaphrodite"
-msgstr "Hermafrodita"
+#: ../../addon/flashcards/Mod_Flashcards.php:225
+msgid "Not allowed."
+msgstr "No permitido/a."
-#: ../../include/selectors.php:64 ../../include/channel.php:1724
-msgid "Neuter"
-msgstr "Neutral"
+#: ../../addon/flashcards/Mod_Flashcards.php:268
+#: ../../Zotlabs/Module/Filestorage.php:202
+msgid "Set/edit permissions"
+msgstr "Establecer/editar los permisos"
-#: ../../include/selectors.php:64 ../../include/channel.php:1726
-msgid "Non-specific"
-msgstr "No especificado"
+#: ../../addon/ljpost/ljpost.php:49
+msgid "Post to Livejournal"
+msgstr "Publicar en Livejournal"
-#: ../../include/selectors.php:64
-msgid "Undecided"
-msgstr "Indeciso/a"
+#: ../../addon/ljpost/ljpost.php:127
+msgid "Posted by"
+msgstr "Publicado por "
-#: ../../include/selectors.php:100 ../../include/selectors.php:119
-msgid "Males"
-msgstr "Hombres"
+#: ../../addon/ljpost/Mod_Ljpost.php:53
+msgid "Livejournal username"
+msgstr "Nombre de usuario en Livejournal"
-#: ../../include/selectors.php:100 ../../include/selectors.php:119
-msgid "Females"
-msgstr "Mujeres"
+#: ../../addon/ljpost/Mod_Ljpost.php:57
+msgid "Livejournal password"
+msgstr "Contraseña en Livejournal"
-#: ../../include/selectors.php:100
-msgid "Gay"
-msgstr "Homosexual"
+#: ../../addon/ljpost/Mod_Ljpost.php:61
+msgid "Post to Livejournal by default"
+msgstr "Publicar en Livejournal por defecto"
-#: ../../include/selectors.php:100
-msgid "Lesbian"
-msgstr "Lesbiana"
+#: ../../addon/ljpost/Mod_Ljpost.php:65
+msgid "Send wall-to-wall posts to Livejournal"
+msgstr "Enviar entradas de Muro-Muro a Livejournal"
-#: ../../include/selectors.php:100
-msgid "No Preference"
-msgstr "Sin preferencias"
+#: ../../addon/ljpost/Mod_Ljpost.php:77
+msgid "Livejournal Crosspost Connector"
+msgstr "Livejournal Crosspost Connector"
-#: ../../include/selectors.php:100
-msgid "Bisexual"
-msgstr "Bisexual"
+#: ../../addon/cart/manual_payments.php:7
+msgid "Error: order mismatch. Please try again."
+msgstr "Error: desajuste de pedidos. Por favor, inténtelo de nuevo."
-#: ../../include/selectors.php:100
-msgid "Autosexual"
-msgstr "Autosexual"
+#: ../../addon/cart/manual_payments.php:61
+msgid "Manual payments are not enabled."
+msgstr "Los pagos manuales no están habilitados."
-#: ../../include/selectors.php:100
-msgid "Abstinent"
-msgstr "Casto/a"
+#: ../../addon/cart/manual_payments.php:68
+#: ../../addon/cart/submodules/paypalbuttonV2.php:417
+#: ../../addon/cart/submodules/paypalbutton.php:392
+#: ../../addon/cart/cart.php:1632
+msgid "Order not found."
+msgstr "El pedido no se ha encontrado."
-#: ../../include/selectors.php:100
-msgid "Virgin"
-msgstr "Virgen"
+#: ../../addon/cart/manual_payments.php:77
+msgid "Finished"
+msgstr "Terminado"
-#: ../../include/selectors.php:100
-msgid "Deviant"
-msgstr "Fuera de lo común"
+#: ../../addon/cart/submodules/hzservices.php:65
+msgid "Enable Hubzilla Services Module"
+msgstr "Habilitar el Módulo de Servicios de Hubzilla"
-#: ../../include/selectors.php:100
-msgid "Fetish"
-msgstr "Fetichista"
+#: ../../addon/cart/submodules/hzservices.php:164
+#: ../../addon/cart/submodules/manualcat.php:172
+msgid "New Sku"
+msgstr "Nuevo SKU (número de referencia)"
-#: ../../include/selectors.php:100
-msgid "Oodles"
-msgstr "Orgías"
+#: ../../addon/cart/submodules/hzservices.php:199
+#: ../../addon/cart/submodules/manualcat.php:208
+msgid "Cannot save edits to locked item."
+msgstr "No se pueden guardar las ediciones en el elemento bloqueado."
-#: ../../include/selectors.php:100
-msgid "Nonsexual"
-msgstr "Asexual"
+#: ../../addon/cart/submodules/hzservices.php:248
+#: ../../addon/cart/submodules/hzservices.php:335
+msgid "SKU not found."
+msgstr "No se ha encontrado el SKU"
-#: ../../include/selectors.php:138 ../../include/selectors.php:155
-msgid "Single"
-msgstr "Soltero/a"
+#: ../../addon/cart/submodules/hzservices.php:301
+#: ../../addon/cart/submodules/hzservices.php:305
+msgid "Invalid Activation Directive."
+msgstr "Directiva de activación no válida."
-#: ../../include/selectors.php:138
-msgid "Lonely"
+#: ../../addon/cart/submodules/hzservices.php:376
+#: ../../addon/cart/submodules/hzservices.php:380
+msgid "Invalid Deactivation Directive."
+msgstr "Directiva de desactivación no válida"
+
+#: ../../addon/cart/submodules/hzservices.php:566
+msgid "Add to this privacy group"
+msgstr "Añadir a este grupo de canales"
+
+#: ../../addon/cart/submodules/hzservices.php:582
+msgid "Set user service class"
+msgstr "Configurar la clase de servicio al usuario"
+
+#: ../../addon/cart/submodules/hzservices.php:609
+msgid "You must be using a local account to purchase this service."
+msgstr "Usted debe estar usando una cuenta local para comprar este servicio."
+
+#: ../../addon/cart/submodules/hzservices.php:649
+#: ../../addon/cart/submodules/manualcat.php:252
+msgid "Changes Locked"
+msgstr "Cambios bloqueados"
+
+#: ../../addon/cart/submodules/hzservices.php:653
+#: ../../addon/cart/submodules/manualcat.php:256
+msgid "Item available for purchase."
+msgstr "Artículo disponible para la compra."
+
+#: ../../addon/cart/submodules/hzservices.php:660
+#: ../../addon/cart/submodules/manualcat.php:263
+#: ../../addon/cart/widgets/catalogitem.php:57
+msgid "Price"
+msgstr "Precio"
+
+#: ../../addon/cart/submodules/hzservices.php:663
+#: ../../addon/cart/submodules/manualcat.php:266
+msgid "Photo URL"
+msgstr "URL de la foto"
+
+#: ../../addon/cart/submodules/hzservices.php:667
+msgid "Add buyer to privacy group"
+msgstr "Agregar comprador al grupo de canales"
+
+#: ../../addon/cart/submodules/hzservices.php:672
+msgid "Add buyer as connection"
+msgstr "Añadir comprador como conexión"
+
+#: ../../addon/cart/submodules/hzservices.php:680
+#: ../../addon/cart/submodules/hzservices.php:722
+msgid "Set Service Class"
+msgstr "Establecer clase de servicio"
+
+#: ../../addon/cart/submodules/subscriptions.php:151
+msgid "Enable Subscription Management Module"
+msgstr "Habilitar el módulo de gestión de suscripciones"
+
+#: ../../addon/cart/submodules/subscriptions.php:223
+msgid ""
+"Cannot include subscription items with different terms in the same order."
+msgstr "No se pueden incluir artículos de suscripción con términos diferentes en el mismo orden."
+
+#: ../../addon/cart/submodules/subscriptions.php:372
+msgid "Select Subscription to Edit"
+msgstr "Seleccione suscripción a editar"
+
+#: ../../addon/cart/submodules/subscriptions.php:380
+msgid "Edit Subscriptions"
+msgstr "Editar suscripciones"
+
+#: ../../addon/cart/submodules/subscriptions.php:414
+msgid "Subscription SKU"
+msgstr "SKU de la suscripción"
+
+#: ../../addon/cart/submodules/subscriptions.php:419
+msgid "Catalog Description"
+msgstr "Descripción del catálogo"
+
+#: ../../addon/cart/submodules/subscriptions.php:423
+msgid "Subscription available for purchase."
+msgstr "Suscripción disponible para la compra."
+
+#: ../../addon/cart/submodules/subscriptions.php:428
+msgid "Maximum active subscriptions to this item per account."
+msgstr "Máximo de suscripciones activas a este artículo por cuenta."
+
+#: ../../addon/cart/submodules/subscriptions.php:431
+msgid "Subscription price."
+msgstr "Precio de la suscripción."
+
+#: ../../addon/cart/submodules/subscriptions.php:435
+msgid "Quantity"
+msgstr "Cuantía"
+
+#: ../../addon/cart/submodules/subscriptions.php:439
+msgid "Term"
+msgstr "Condición"
+
+#: ../../addon/cart/submodules/paypalbuttonV2.php:86
+msgid "Enable Paypal Button Module (API-v2)"
+msgstr "Habilitar el módulo de botones de Paypal (API-v2)"
+
+#: ../../addon/cart/submodules/paypalbuttonV2.php:96
+#: ../../addon/cart/submodules/paypalbutton.php:93
+msgid "Use Production Key"
+msgstr "Utilizar clave en entorno de producción"
+
+#: ../../addon/cart/submodules/paypalbuttonV2.php:103
+#: ../../addon/cart/submodules/paypalbutton.php:100
+msgid "Paypal Sandbox Client Key"
+msgstr "Clave de cliente en el entorno de pruebas de Paypal"
+
+#: ../../addon/cart/submodules/paypalbuttonV2.php:110
+#: ../../addon/cart/submodules/paypalbutton.php:107
+msgid "Paypal Sandbox Secret Key"
+msgstr "Clave secreta en el entorno de pruebas de Paypal"
+
+#: ../../addon/cart/submodules/paypalbuttonV2.php:116
+#: ../../addon/cart/submodules/paypalbutton.php:113
+msgid "Paypal Production Client Key"
+msgstr "Clave de cliente en el entorno de producción de Paypal"
+
+#: ../../addon/cart/submodules/paypalbuttonV2.php:123
+#: ../../addon/cart/submodules/paypalbutton.php:120
+msgid "Paypal Production Secret Key"
+msgstr "Clave secreta en el entorno de producción de Paypal"
+
+#: ../../addon/cart/submodules/paypalbuttonV2.php:271
+#: ../../addon/cart/submodules/paypalbutton.php:252
+msgid "Paypal button payments are not enabled."
+msgstr "Los pagos con el botón de Paypal no están habilitados."
+
+#: ../../addon/cart/submodules/paypalbuttonV2.php:289
+#: ../../addon/cart/submodules/paypalbutton.php:270
+msgid ""
+"Paypal button payments are not properly configured. Please choose another "
+"payment option."
+msgstr "Los pagos con el botón de Paypal no están configurados correctamente. Por favor, elija otra opción de pago."
+
+#: ../../addon/cart/submodules/paypalbutton.php:85
+msgid "Enable Paypal Button Module"
+msgstr "Habilitar el módulo del botón de Paypal"
+
+#: ../../addon/cart/submodules/manualcat.php:61
+msgid "Enable Manual Cart Module"
+msgstr "Habilitar el módulo de carro manual"
+
+#: ../../addon/cart/submodules/orderoptions.php:70
+msgid "Enable Order/Item Options"
+msgstr "Habilitar las opciones de pedido/artículo"
+
+#: ../../addon/cart/submodules/orderoptions.php:333
+#: ../../addon/cart/submodules/orderoptions.php:357
+#: ../../addon/cart/submodules/orderoptions.php:433
+#: ../../addon/cart/submodules/orderoptions.php:457
+msgid "Label"
+msgstr "Etiqueta"
+
+#: ../../addon/cart/submodules/orderoptions.php:336
+#: ../../addon/cart/submodules/orderoptions.php:360
+#: ../../addon/cart/submodules/orderoptions.php:436
+#: ../../addon/cart/submodules/orderoptions.php:460
+msgid "Instructions"
+msgstr "Instrucciones"
+
+#: ../../addon/cart/myshop.php:30
+msgid "Access Denied."
+msgstr "Acceso denegado"
+
+#: ../../addon/cart/myshop.php:113 ../../addon/cart/cart.php:1495
+msgid "Order Not Found"
+msgstr "No se ha encontrado el pedido"
+
+#: ../../addon/cart/myshop.php:145 ../../addon/cart/myshop.php:181
+#: ../../addon/cart/myshop.php:215 ../../addon/cart/myshop.php:265
+#: ../../addon/cart/myshop.php:300 ../../addon/cart/myshop.php:323
+msgid "Access Denied"
+msgstr "Acceso denegado"
+
+#: ../../addon/cart/myshop.php:190 ../../addon/cart/myshop.php:224
+#: ../../addon/cart/myshop.php:275 ../../addon/cart/myshop.php:333
+msgid "Invalid Item"
+msgstr "Elemento no válido"
+
+#: ../../addon/cart/cart.php:259
+msgid "DB Cleanup Failure"
+msgstr "Fallo de limpieza de la base de datos"
+
+#: ../../addon/cart/cart.php:692
+msgid "[cart] Item Added"
+msgstr "[cesta] Artículo añadido"
+
+#: ../../addon/cart/cart.php:1107
+msgid "Order already checked out."
+msgstr "El pedido ya ha sido revisado"
+
+#: ../../addon/cart/cart.php:1417
+msgid "Drop database tables when uninstalling."
+msgstr "Eliminar tablas de la base de datos al desinstalar."
+
+#: ../../addon/cart/cart.php:1424 ../../addon/cart/Settings/Cart.php:129
+msgid "Cart Settings"
+msgstr "Configuración del carro de la compra"
+
+#: ../../addon/cart/cart.php:1436 ../../addon/cart/cart.php:1439
+msgid "Shop"
+msgstr "Comprar"
+
+#: ../../addon/cart/cart.php:1599
+msgid "You must be logged into the Grid to shop."
+msgstr "Debe iniciar sesión en la red para comprar."
+
+#: ../../addon/cart/cart.php:1648
+msgid "Access denied."
+msgstr "Acceso denegado"
+
+#: ../../addon/cart/cart.php:1700 ../../addon/cart/cart.php:1843
+msgid "No Order Found"
+msgstr "No se ha encontrado ningún pedido"
+
+#: ../../addon/cart/cart.php:1709
+msgid "An unknown error has occurred Please start again."
+msgstr "Se ha producido un error desconocido Vuelva a empezar."
+
+#: ../../addon/cart/cart.php:1852
+msgid "Requirements not met."
+msgstr "No se cumplen los requisitos."
+
+#: ../../addon/cart/cart.php:1852
+msgid "Review your order and complete any needed requirements."
+msgstr "Revise su pedido y complete los requisitos necesarios."
+
+#: ../../addon/cart/cart.php:1878
+msgid "Invalid Payment Type. Please start again."
+msgstr "Tipo de pago no válido. Por favor, empiece de nuevo."
+
+#: ../../addon/cart/cart.php:1885
+msgid "Order not found"
+msgstr "El pedido no se ha encontrado"
+
+#: ../../addon/cart/Settings/Cart.php:58
+msgid "Enable Test Catalog"
+msgstr "Habilitar el catálogo de pruebas"
+
+#: ../../addon/cart/Settings/Cart.php:70
+msgid "Enable Manual Payments"
+msgstr "Permitir pagos manuales"
+
+#: ../../addon/cart/Settings/Cart.php:90
+msgid "Base Merchant Currency"
+msgstr "Divida base del vendedor"
+
+#: ../../addon/twitter/twitter.php:109
+msgid "Post to Twitter"
+msgstr "Publicar en Twitter"
+
+#: ../../addon/twitter/Mod_Twitter.php:65
+msgid "Twitter settings updated."
+msgstr "Se han actualizado los ajustes de Twitter."
+
+#: ../../addon/twitter/Mod_Twitter.php:101
+msgid ""
+"No consumer key pair for Twitter found. Please contact your site "
+"administrator."
+msgstr "No se encontró ningún par de \"consumer key\" para Twitter. Póngase en contacto con el administrador del sitio."
+
+#: ../../addon/twitter/Mod_Twitter.php:123
+msgid ""
+"At this Hubzilla instance the Twitter plugin was enabled but you have not "
+"yet connected your account to your Twitter account. To do so click the "
+"button below to get a PIN from Twitter which you have to copy into the input"
+" box below and submit the form. Only your <strong>public</strong> posts will"
+" be posted to Twitter."
+msgstr "En esta instancia de Hubzilla, el complemento de Twitter estaba habilitado pero aún no ha conectado su cuenta a la cuenta de Twitter. Para ello, haga clic en el botón de abajo, para obtener un PIN de Twitter que debe copiar en el cuadro de entrada a continuación y enviar el formulario. Solo sus entradas <strong>públicas</ strong> se publicarán en Twitter."
+
+#: ../../addon/twitter/Mod_Twitter.php:125
+msgid "Log in with Twitter"
+msgstr "Iniciar sesión en Twitter"
+
+#: ../../addon/twitter/Mod_Twitter.php:128
+msgid "Copy the PIN from Twitter here"
+msgstr "Copiar aquí el PIN de Twitter"
+
+#: ../../addon/twitter/Mod_Twitter.php:150
+msgid ""
+"<strong>Note:</strong> Due your privacy settings (<em>Hide your profile "
+"details from unknown viewers?</em>) the link potentially included in public "
+"postings relayed to Twitter will lead the visitor to a blank page informing "
+"the visitor that the access to your profile has been restricted."
+msgstr "<strong>Aviso:</strong> Debido a su configuración de privacidad (<em>Ocultar los detalles de su perfil a los visitantes desconocidos?</em>), el enlace potencialmente incluido en las entradas públicas retransmitidas a Twitter llevará al visitante a una página en blanco informándolo de que el acceso a su perfil ha sido restringido."
+
+#: ../../addon/twitter/Mod_Twitter.php:155
+msgid "Twitter post length"
+msgstr "Longitud del mensaje en Twitter"
+
+#: ../../addon/twitter/Mod_Twitter.php:155
+msgid "Maximum tweet length"
+msgstr "Longitud máxima del tweet"
+
+#: ../../addon/twitter/Mod_Twitter.php:160
+msgid "Send public postings to Twitter by default"
+msgstr "Enviar mensajes públicos a Twitter de forma predeterminada"
+
+#: ../../addon/twitter/Mod_Twitter.php:160
+msgid ""
+"If enabled your public postings will be posted to the associated Twitter "
+"account by default"
+msgstr "Si está activado, sus entradas públicas se publicarán en la cuenta de Twitter asociada de forma predeterminada."
+
+#: ../../addon/twitter/Mod_Twitter.php:179
+msgid "Twitter Crosspost Connector"
+msgstr "Twitter Crosspost Connector"
+
+#: ../../addon/moremoods/moremoods.php:19
+msgid "lonely"
msgstr "Solo/a"
-#: ../../include/selectors.php:138
-msgid "Available"
-msgstr "Disponible"
+#: ../../addon/moremoods/moremoods.php:20
+msgid "drunk"
+msgstr "ebrio/a"
-#: ../../include/selectors.php:138
-msgid "Unavailable"
-msgstr "No disponible"
+#: ../../addon/moremoods/moremoods.php:21
+msgid "horny"
+msgstr "caliente"
-#: ../../include/selectors.php:138
-msgid "Has crush"
-msgstr "Enamorado/a"
+#: ../../addon/moremoods/moremoods.php:22
+msgid "stoned"
+msgstr "drogado/a"
-#: ../../include/selectors.php:138
-msgid "Infatuated"
-msgstr "Apasionado/a"
+#: ../../addon/moremoods/moremoods.php:23
+msgid "fucked up"
+msgstr "jodido/a"
-#: ../../include/selectors.php:138 ../../include/selectors.php:155
-msgid "Dating"
-msgstr "Saliendo con alguien"
+#: ../../addon/moremoods/moremoods.php:24
+msgid "clusterfucked"
+msgstr "hecho/a polvo"
-#: ../../include/selectors.php:138
-msgid "Unfaithful"
-msgstr "Infiel"
+#: ../../addon/moremoods/moremoods.php:25
+msgid "crazy"
+msgstr "loco/a"
-#: ../../include/selectors.php:138
-msgid "Sex Addict"
-msgstr "Con adicción al sexo"
+#: ../../addon/moremoods/moremoods.php:26
+msgid "hurt"
+msgstr "ofendido/a"
-#: ../../include/selectors.php:138 ../../include/channel.php:456
-#: ../../include/channel.php:459 ../../Zotlabs/Widget/Affinity.php:38
-#: ../../Zotlabs/Module/Contactedit.php:297
-#: ../../Zotlabs/Module/Connedit.php:581
-msgid "Friends"
-msgstr "Amigos/as"
+#: ../../addon/moremoods/moremoods.php:27
+msgid "sleepy"
+msgstr "soñoliento/a"
-#: ../../include/selectors.php:138
-msgid "Friends/Benefits"
-msgstr "Amigos con algo extra"
+#: ../../addon/moremoods/moremoods.php:28
+msgid "grumpy"
+msgstr "gruñón/ona"
-#: ../../include/selectors.php:138
-msgid "Casual"
-msgstr "Casual"
+#: ../../addon/moremoods/moremoods.php:29
+msgid "high"
+msgstr "superior"
-#: ../../include/selectors.php:138
-msgid "Engaged"
-msgstr "Prometido/a"
+#: ../../addon/moremoods/moremoods.php:30
+msgid "semi-conscious"
+msgstr "semiconsciente"
-#: ../../include/selectors.php:138 ../../include/selectors.php:155
-msgid "Married"
-msgstr "Casado/a"
+#: ../../addon/moremoods/moremoods.php:31
+msgid "in love"
+msgstr "enamorado/a"
-#: ../../include/selectors.php:138
-msgid "Imaginarily married"
-msgstr "Casado/a en sueños"
+#: ../../addon/moremoods/moremoods.php:32
+msgid "in lust"
+msgstr "lujurioso/a"
-#: ../../include/selectors.php:138
-msgid "Partners"
-msgstr "Pareja"
+#: ../../addon/moremoods/moremoods.php:33
+msgid "naked"
+msgstr "desnudo/a"
-#: ../../include/selectors.php:138 ../../include/selectors.php:155
-msgid "Cohabiting"
-msgstr "Cohabitando"
+#: ../../addon/moremoods/moremoods.php:34
+msgid "stinky"
+msgstr "apestoso/a"
-#: ../../include/selectors.php:138
-msgid "Common law"
-msgstr "Matrimonio tradicional"
+#: ../../addon/moremoods/moremoods.php:35
+msgid "sweaty"
+msgstr "sudoroso/a"
-#: ../../include/selectors.php:138
-msgid "Happy"
-msgstr "Felíz"
+#: ../../addon/moremoods/moremoods.php:36
+msgid "bleeding out"
+msgstr "exánime"
-#: ../../include/selectors.php:138
-msgid "Not looking"
-msgstr "No estoy buscando"
+#: ../../addon/moremoods/moremoods.php:37
+msgid "victorious"
+msgstr "victorioso/a"
-#: ../../include/selectors.php:138
-msgid "Swinger"
-msgstr "Libertino"
+#: ../../addon/moremoods/moremoods.php:38
+msgid "defeated"
+msgstr "derrotado/a"
-#: ../../include/selectors.php:138
-msgid "Betrayed"
-msgstr "Engañado/a"
+#: ../../addon/moremoods/moremoods.php:39
+msgid "envious"
+msgstr "envidioso/a"
-#: ../../include/selectors.php:138 ../../include/selectors.php:155
-msgid "Separated"
-msgstr "Separado/a"
+#: ../../addon/moremoods/moremoods.php:40
+msgid "jealous"
+msgstr "celoso/a"
-#: ../../include/selectors.php:138
-msgid "Unstable"
-msgstr "Inestable"
+#: ../../addon/gravatar/gravatar.php:123
+msgid "generic profile image"
+msgstr "imagen del perfil general"
-#: ../../include/selectors.php:138 ../../include/selectors.php:155
-msgid "Divorced"
-msgstr "Divorciado/a"
+#: ../../addon/gravatar/gravatar.php:124
+msgid "random geometric pattern"
+msgstr "patrón geométrico aleatorio"
-#: ../../include/selectors.php:138
-msgid "Imaginarily divorced"
-msgstr "Divorciado/a en sueños"
+#: ../../addon/gravatar/gravatar.php:125
+msgid "monster face"
+msgstr "cara de monstruo"
-#: ../../include/selectors.php:138 ../../include/selectors.php:155
-msgid "Widowed"
-msgstr "Viudo/a"
+#: ../../addon/gravatar/gravatar.php:126
+msgid "computer generated face"
+msgstr "cara generada por ordenador"
-#: ../../include/selectors.php:138
-msgid "Uncertain"
-msgstr "Indeterminado"
+#: ../../addon/gravatar/gravatar.php:127
+msgid "retro arcade style face"
+msgstr "cara de estilo retro arcade"
-#: ../../include/selectors.php:138 ../../include/selectors.php:155
-msgid "It's complicated"
-msgstr "Es complicado"
+#: ../../addon/gravatar/gravatar.php:128
+msgid "Hub default profile photo"
+msgstr "Foto del perfil por defecto del hub"
-#: ../../include/selectors.php:138
-msgid "Don't care"
-msgstr "No me importa"
+#: ../../addon/gravatar/gravatar.php:143
+msgid "Information"
+msgstr "Información"
-#: ../../include/selectors.php:138
-msgid "Ask me"
-msgstr "Pregúnteme"
+#: ../../addon/gravatar/gravatar.php:143
+msgid ""
+"Libravatar addon is installed, too. Please disable Libravatar addon or this "
+"Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if "
+"nothing was found at Libravatar."
+msgstr "El addon Libravatar también está instalado. Por favor deshabilite el addon de Libravatar o este addon de Gravatar.<br> El addon de Libravatar volverá a Gravatar si no se encuentra nada en Libravatar."
-#: ../../include/connections.php:165
-msgid "New window"
-msgstr "Nueva ventana"
+#: ../../addon/gravatar/gravatar.php:151
+msgid "Default avatar image"
+msgstr "Imagen del avatar por defecto"
-#: ../../include/connections.php:166
-msgid "Open the selected location in a different window or browser tab"
-msgstr "Abrir la dirección seleccionada en una ventana o pestaña aparte"
+#: ../../addon/gravatar/gravatar.php:151
+msgid "Select default avatar image if none was found at Gravatar. See README"
+msgstr "Selecciona la imagen de avatar predeterminada si no se encontró ninguna en Gravatar. Ver README"
-#: ../../include/group.php:23
+#: ../../addon/gravatar/gravatar.php:152
+msgid "Rating of images"
+msgstr "Valoración de las imágenes"
+
+#: ../../addon/gravatar/gravatar.php:152
+msgid "Select the appropriate avatar rating for your site. See README"
+msgstr "Seleccione la valoración adecuada del avatar para su sitio. Ver README"
+
+#: ../../addon/gravatar/gravatar.php:165
+msgid "Gravatar settings updated."
+msgstr "Se han actualizado los ajustes de Gravatar."
+
+#: ../../addon/hsse/Mod_Hsse.php:15
+msgid "WYSIWYG status editor"
+msgstr "Editor de estado de WYSIWYG"
+
+#: ../../addon/hsse/Mod_Hsse.php:24
+msgid "WYSIWYG Status App"
+msgstr "App WYSIWYG Status"
+
+#: ../../addon/hsse/Mod_Hsse.php:32
+msgid "WYSIWYG Status"
+msgstr "Estado de WYSIWYG"
+
+#: ../../addon/redfiles/redfiles.php:119
+msgid "Redmatrix File Storage Import"
+msgstr "Importar repositorio de ficheros de Redmatrix"
+
+#: ../../addon/redfiles/redfiles.php:120
+msgid "This will import all your Redmatrix cloud files to this channel."
+msgstr "Esto importará todos sus ficheros de la nube de Redmatrix a este canal."
+
+#: ../../addon/openstreetmap/openstreetmap.php:133
+msgid "View Larger"
+msgstr "Ver más grande"
+
+#: ../../addon/openstreetmap/openstreetmap.php:156
+msgid "Tile Server URL"
+msgstr "URL del servidor de mosaicos de imágenes "
+
+#: ../../addon/openstreetmap/openstreetmap.php:156
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 "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos que ya existen sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente."
+"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" "
+"target=\"_blank\">public tile servers</a>"
+msgstr "Una lista de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">servidores públicos de mosaicos de imágenes</a>"
-#: ../../include/group.php:271
-msgid "Add new connections to this privacy group"
-msgstr "Añadir conexiones nuevas a este grupo de canales"
+#: ../../addon/openstreetmap/openstreetmap.php:157
+msgid "Nominatim (reverse geocoding) Server URL"
+msgstr "URL del servidor nominatim (geocodificación inversa)"
-#: ../../include/group.php:305
-msgid "edit"
-msgstr "editar"
+#: ../../addon/openstreetmap/openstreetmap.php:157
+msgid ""
+"A list of <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" "
+"target=\"_blank\">Nominatim servers</a>"
+msgstr "Una lista de <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\">servidores nominatim</a>"
-#: ../../include/group.php:327 ../../include/acl_selectors.php:87
-#: ../../Zotlabs/Widget/Activity_filter.php:95
-#: ../../Zotlabs/Module/Group.php:143 ../../Zotlabs/Lib/Apps.php:369
-msgid "Privacy Groups"
-msgstr "Grupos de canales"
+#: ../../addon/openstreetmap/openstreetmap.php:158
+msgid "Default zoom"
+msgstr "Zoom predeterminado"
-#: ../../include/group.php:328
-msgid "Edit group"
-msgstr "Editar grupo"
+#: ../../addon/openstreetmap/openstreetmap.php:158
+msgid ""
+"The default zoom level. (1:world, 18:highest, also depends on tile server)"
+msgstr "El nivel de zoom predeterminado. (1: mundo, 18: el más alto, también depende del servidor del mosaico de imágenes)"
-#: ../../include/group.php:329
-msgid "Manage privacy groups"
-msgstr "Gestionar grupos de privacidad"
+#: ../../addon/openstreetmap/openstreetmap.php:159
+msgid "Include marker on map"
+msgstr "Incluir un marcador en el mapa"
-#: ../../include/group.php:330
-msgid "Channels not in any privacy group"
-msgstr "Sin canales en ningún grupo"
+#: ../../addon/openstreetmap/openstreetmap.php:159
+msgid "Include a marker on the map."
+msgstr "Incluir un marcador en el mapa."
-#: ../../include/group.php:332 ../../Zotlabs/Widget/Savedsearch.php:90
-msgid "add"
-msgstr "añadir"
+#: ../../addon/workflow/workflow.php:224
+msgid "Workflow user."
+msgstr "Usuario de Workflow."
-#: ../../include/taxonomy.php:324
-msgid "Trending"
-msgstr "Etiquetas populares"
+#: ../../addon/workflow/workflow.php:275
+msgid "This channel"
+msgstr "Este canal"
-#: ../../include/taxonomy.php:324 ../../include/taxonomy.php:463
-#: ../../include/taxonomy.php:484 ../../Zotlabs/Widget/Tagcloud.php:27
-msgid "Tags"
-msgstr "Etiquetas"
+#: ../../addon/workflow/workflow.php:288 ../../Zotlabs/Module/Locs.php:123
+msgid "Primary"
+msgstr "Primario"
-#: ../../include/taxonomy.php:564
-msgid "Keywords"
-msgstr "Palabras clave"
+#: ../../addon/workflow/workflow.php:330
+msgid "Create New Workflow Item"
+msgstr "Crear un nuevo elemento de flujo de trabajo"
-#: ../../include/taxonomy.php:585
-msgid "have"
-msgstr "tener"
+#: ../../addon/workflow/workflow.php:564
+#: ../../addon/workflow/workflow.php:1466
+#: ../../addon/workflow/workflow.php:1485
+msgid "Workflow"
+msgstr "Workflow"
-#: ../../include/taxonomy.php:585
-msgid "has"
-msgstr "tiene"
+#: ../../addon/workflow/workflow.php:1454
+msgid "No Workflows Available"
+msgstr "No hay flujos de trabajo disponibles"
-#: ../../include/taxonomy.php:586
-msgid "want"
-msgstr "quiero"
+#: ../../addon/workflow/workflow.php:1484
+msgid "Add item to which workflow"
+msgstr "A qué Workflow añadir un elemento"
-#: ../../include/taxonomy.php:586
-msgid "wants"
-msgstr "quiere"
+#: ../../addon/workflow/workflow.php:1544
+#: ../../addon/workflow/workflow.php:1663
+msgid "Create Workflow Item"
+msgstr "Crear elemento de Workflow"
-#: ../../include/taxonomy.php:587 ../../Zotlabs/Lib/ThreadItem.php:310
-msgid "like"
-msgstr "me gusta"
+#: ../../addon/workflow/workflow.php:2632
+msgid "Link"
+msgstr "Enlazar"
-#: ../../include/taxonomy.php:587
-msgid "likes"
-msgstr "gusta de"
+#: ../../addon/workflow/workflow.php:2634
+msgid "Web link."
+msgstr "Enlace Web."
-#: ../../include/taxonomy.php:588 ../../Zotlabs/Lib/ThreadItem.php:311
-msgid "dislike"
-msgstr "no me gusta"
+#: ../../addon/workflow/workflow.php:2653
+#: ../../addon/workflow/workflow.php:2722
+#: ../../Zotlabs/Module/Connedit.php:734 ../../Zotlabs/Module/Cdav.php:1370
+msgid "Title"
+msgstr "Título"
-#: ../../include/taxonomy.php:588
-msgid "dislikes"
-msgstr "no gusta de"
+#: ../../addon/workflow/workflow.php:2655
+#: ../../addon/workflow/workflow.php:2724
+msgid "Brief description or title"
+msgstr "Breve descripción o título"
-#: ../../include/items.php:1234
-msgid "Visible to anybody on the internet."
-msgstr "Visible para cualquiera en internet."
+#: ../../addon/workflow/workflow.php:2661 ../../Zotlabs/Lib/Apps.php:375
+#: ../../Zotlabs/Widget/Notes.php:38
+msgid "Notes"
+msgstr "Notas"
-#: ../../include/items.php:1236
-msgid "Visible to you only."
-msgstr "Visible sólo para usted."
+#: ../../addon/workflow/workflow.php:2663
+#: ../../addon/workflow/workflow.php:2732
+msgid "Notes and Info"
+msgstr "Notas e información"
-#: ../../include/items.php:1238
-msgid "Visible to anybody in this network."
-msgstr "Visible para cualquiera en esta red."
+#: ../../addon/workflow/workflow.php:2668
+#: ../../Zotlabs/Module/Admin/Queue.php:47
+msgid "Priority"
+msgstr "Prioridad"
-#: ../../include/items.php:1240
-msgid "Visible to anybody authenticated."
-msgstr "Visible para cualquiera que esté autenticado."
+#: ../../addon/workflow/workflow.php:2670
+msgid "Used to order links"
+msgstr "Se utiliza para solicitar enlaces"
-#: ../../include/items.php:1242
-#, php-format
-msgid "Visible to anybody on %s."
-msgstr "Visible para cualquiera en %s."
+#: ../../addon/workflow/workflow.php:2730
+msgid "Body"
+msgstr "Cuerpo"
-#: ../../include/items.php:1244
-msgid "Visible to all connections."
-msgstr "Visible para todas las conexiones."
+#: ../../addon/workflow/Settings/Mod_WorkflowSettings.php:101
+msgid "Workflow Settings"
+msgstr "Ajustes de Workflow"
-#: ../../include/items.php:1246
-msgid "Visible to approved connections."
-msgstr "Visible para las conexiones permitidas."
+#: ../../addon/workflow/Settings/WorkflowSettingsUtil.php:145
+msgid "Workflow settings"
+msgstr "Ajustes del flujo de trabajo"
-#: ../../include/items.php:1248
-msgid "Visible to specific connections."
-msgstr "Visible para conexiones específicas."
+#: ../../addon/skeleton/Mod_Skeleton.php:38
+msgid "Some setting"
+msgstr "Algunos ajustes"
-#: ../../include/items.php:3373 ../../Zotlabs/Module/Share.php:104
-#, php-format
-msgid "&#x1f501; Repeated %1$s's %2$s"
-msgstr "&#x1f501; Repetidos %2$sde %1$s"
+#: ../../addon/skeleton/Mod_Skeleton.php:38
+msgid "A setting"
+msgstr "Un ajuste"
-#: ../../include/items.php:4455 ../../Zotlabs/Module/Group.php:62
-#: ../../Zotlabs/Module/Group.php:206
-msgid "Privacy group not found."
-msgstr "Grupo de canales no encontrado."
+#: ../../addon/skeleton/Mod_Skeleton.php:46
+msgid "Skeleton Settings"
+msgstr "Ajustes de Skeleton"
-#: ../../include/items.php:4471
-msgid "Privacy group is empty."
-msgstr "El grupo de canales está vacío."
+#: ../../addon/morepokes/morepokes.php:19
+msgid "bitchslap"
+msgstr "una bofetada humillante"
-#: ../../include/items.php:4478
-#, php-format
-msgid "Privacy group: %s"
-msgstr "Grupo de canales: %s"
+#: ../../addon/morepokes/morepokes.php:19
+msgid "bitchslapped"
+msgstr "ha abofeteado de forma humillante a"
-#: ../../include/items.php:4488
-#, php-format
-msgid "Connection: %s"
-msgstr "Conexión: %s"
+#: ../../addon/morepokes/morepokes.php:20
+msgid "shag"
+msgstr "un polvo"
-#: ../../include/items.php:4490
-msgid "Connection not found."
-msgstr "Conexión no encontrada"
+#: ../../addon/morepokes/morepokes.php:20
+msgid "shagged"
+msgstr "ha dejado exhausto/a a"
-#: ../../include/items.php:4837 ../../Zotlabs/Module/Cover_photo.php:297
-msgid "female"
-msgstr "mujer"
+#: ../../addon/morepokes/morepokes.php:21
+msgid "patent"
+msgstr "una patente"
-#: ../../include/items.php:4838 ../../Zotlabs/Module/Cover_photo.php:298
-#, php-format
-msgid "%1$s updated her %2$s"
-msgstr "%1$s ha actualizado su %2$s"
+#: ../../addon/morepokes/morepokes.php:21
+msgid "patented"
+msgstr "ha patentado a"
-#: ../../include/items.php:4839 ../../Zotlabs/Module/Cover_photo.php:299
-msgid "male"
-msgstr "hombre"
+#: ../../addon/morepokes/morepokes.php:22
+msgid "hug"
+msgstr "un abrazo"
-#: ../../include/items.php:4840 ../../Zotlabs/Module/Cover_photo.php:300
-#, php-format
-msgid "%1$s updated his %2$s"
-msgstr "%1$s ha actualizado su %2$s"
+#: ../../addon/morepokes/morepokes.php:22
+msgid "hugged"
+msgstr "ha abrazado a"
-#: ../../include/items.php:4842 ../../Zotlabs/Module/Cover_photo.php:302
-#, php-format
-msgid "%1$s updated their %2$s"
-msgstr "%1$s ha actualizado su %2$s"
+#: ../../addon/morepokes/morepokes.php:23
+msgid "murder"
+msgstr "un asesinato"
-#: ../../include/items.php:4844
-msgid "profile photo"
-msgstr "foto del perfil"
+#: ../../addon/morepokes/morepokes.php:23
+msgid "murdered"
+msgstr "ha asesinado a"
-#: ../../include/items.php:5171
-#, php-format
-msgid "[Edited %s]"
-msgstr "[se ha editado %s]"
+#: ../../addon/morepokes/morepokes.php:24
+msgid "worship"
+msgstr "una alabanza"
-#: ../../include/items.php:5171
-msgctxt "edit_activity"
-msgid "Post"
-msgstr "Publicar"
+#: ../../addon/morepokes/morepokes.php:24
+msgid "worshipped"
+msgstr "ha elogiado a"
-#: ../../include/items.php:5171
-msgctxt "edit_activity"
-msgid "Comment"
-msgstr "Comentar"
+#: ../../addon/morepokes/morepokes.php:25
+msgid "kiss"
+msgstr "un beso"
-#: ../../include/account.php:38
-msgid "The provided email address is not valid"
-msgstr "La dirección de correo electrónico proporcionada no es válida"
+#: ../../addon/morepokes/morepokes.php:25
+msgid "kissed"
+msgstr "ha besado a"
-#: ../../include/account.php:41
-msgid "The provided email domain is not among those allowed on this site"
-msgstr "El dominio de correo electrónico proporcionado no está entre los permitidos en este sitio"
+#: ../../addon/morepokes/morepokes.php:26
+msgid "tempt"
+msgstr "una tentación"
-#: ../../include/account.php:48
-msgid "The provided email address is already registered at this site"
-msgstr "La dirección de correo electrónico proporcionada ya está registrada en este sitio"
+#: ../../addon/morepokes/morepokes.php:26
+msgid "tempted"
+msgstr "ha tentado a"
-#: ../../include/account.php:55
+#: ../../addon/morepokes/morepokes.php:27
+msgid "raise eyebrows at"
+msgstr "un levantamiento de cejas"
+
+#: ../../addon/morepokes/morepokes.php:27
+msgid "raised their eyebrows at"
+msgstr "ha levantado las cejas a"
+
+#: ../../addon/morepokes/morepokes.php:28
+msgid "insult"
+msgstr "un insulto"
+
+#: ../../addon/morepokes/morepokes.php:28
+msgid "insulted"
+msgstr "ha insultado a"
+
+#: ../../addon/morepokes/morepokes.php:29
+msgid "praise"
+msgstr "un elogio"
+
+#: ../../addon/morepokes/morepokes.php:29
+msgid "praised"
+msgstr "ha elogiado a"
+
+#: ../../addon/morepokes/morepokes.php:30
+msgid "be dubious of"
+msgstr "una indecisión"
+
+#: ../../addon/morepokes/morepokes.php:30
+msgid "was dubious of"
+msgstr "estaba dudoso de"
+
+#: ../../addon/morepokes/morepokes.php:31
+msgid "eat"
+msgstr "una comida"
+
+#: ../../addon/morepokes/morepokes.php:31
+msgid "ate"
+msgstr "ha comido"
+
+#: ../../addon/morepokes/morepokes.php:32
+msgid "giggle and fawn at"
+msgstr "una sonrisa aduladora"
+
+#: ../../addon/morepokes/morepokes.php:32
+msgid "giggled and fawned at"
+msgstr "ha sonreído y adulado a"
+
+#: ../../addon/morepokes/morepokes.php:33
+msgid "doubt"
+msgstr "una duda"
+
+#: ../../addon/morepokes/morepokes.php:33
+msgid "doubted"
+msgstr "ha dudado de"
+
+#: ../../addon/morepokes/morepokes.php:34
+msgid "glare"
+msgstr "una mirada furiosa"
+
+#: ../../addon/morepokes/morepokes.php:34
+msgid "glared at"
+msgstr "ha mirado con furia"
+
+#: ../../addon/morepokes/morepokes.php:35
+msgid "fuck"
+msgstr "una mierda"
+
+#: ../../addon/morepokes/morepokes.php:35
+msgid "fucked"
+msgstr "ha mandado a la mierda a"
+
+#: ../../addon/morepokes/morepokes.php:36
+msgid "bonk"
+msgstr "un golpe"
+
+#: ../../addon/morepokes/morepokes.php:36
+msgid "bonked"
+msgstr "ha golpeado a"
+
+#: ../../addon/morepokes/morepokes.php:37
+msgid "declare undying love for"
+msgstr "una declaración de amor eterno"
+
+#: ../../addon/morepokes/morepokes.php:37
+msgid "declared undying love for"
+msgstr "ha declarado amor eterno a"
+
+#: ../../addon/authchoose/Mod_Authchoose.php:30
msgid ""
-"There is a pending registration for this address - click \"Register\" to "
-"continue verification"
-msgstr "Hay un registro pendiente para esta dirección - haga clic en \"Registro\" para continuar la verificación"
+"Allow magic authentication only to websites of your immediate connections"
+msgstr "Permitir la autenticación mágica sólo a los sitios web de sus conexiones próximas"
-#: ../../include/account.php:94
-msgid "An invitation is required."
-msgstr "Es obligatorio que le inviten."
+#: ../../addon/authchoose/Mod_Authchoose.php:36
+msgid "Authchoose"
+msgstr "Autoseleccionar"
-#: ../../include/account.php:103
-msgid "Invitation could not be verified."
-msgstr "No se ha podido verificar su invitación."
+#: ../../addon/content_import/Mod_content_import.php:27
+msgid "No server specified"
+msgstr "No se ha especificado ningún servidor"
-#: ../../include/account.php:191
-msgid "Please enter the required information."
-msgstr "Por favor introduzca la información requerida."
+#: ../../addon/content_import/Mod_content_import.php:72
+msgid "Posts imported"
+msgstr "Entradas importadas"
-#: ../../include/account.php:258 ../../include/account.php:366
-msgid "Failed to store account information."
-msgstr "La información de la cuenta no se ha podido guardar."
+#: ../../addon/content_import/Mod_content_import.php:112
+msgid "Files imported"
+msgstr "Ficheros importados"
-#: ../../include/account.php:435 ../../include/account.php:503
-#: ../../Zotlabs/Module/Register.php:328
-#, php-format
-msgid "Registration confirmation for %s"
-msgstr "Confirmación de registro para %s"
+#: ../../addon/content_import/Mod_content_import.php:133
+#: ../../Zotlabs/Lib/Apps.php:337
+msgid "Content Import"
+msgstr "Importación de contenidos"
-#: ../../include/account.php:578
-#, php-format
-msgid "Registration request at %s"
-msgstr "Solicitud de registro en %s"
+#: ../../addon/content_import/Mod_content_import.php:134
+msgid ""
+"This will import all your conversations and cloud files from a cloned "
+"channel on another server. This may take a while if you have lots of posts "
+"and or files."
+msgstr "Esto importará todas sus conversaciones y archivos de nube de un canal clonado en otro servidor. El proceso puede tardar un poco si tiene muchos mensajes y/o ficheros."
-#: ../../include/account.php:600
-msgid "your registration password"
-msgstr "su contraseña de registro"
+#: ../../addon/content_import/Mod_content_import.php:135
+msgid "Include posts"
+msgstr "Incluir entradas"
-#: ../../include/account.php:606 ../../include/account.php:695
-#, php-format
-msgid "Registration details for %s"
-msgstr "Detalles del registro de %s"
+#: ../../addon/content_import/Mod_content_import.php:135
+msgid "Conversations, Articles, Cards, and other posted content"
+msgstr "Conversaciones, artículos, fichas y otros contenidos publicados"
-#: ../../include/account.php:706
-msgid "Account approved."
-msgstr "Cuenta aprobada."
+#: ../../addon/content_import/Mod_content_import.php:136
+msgid "Include files"
+msgstr "Incluir ficheros"
-#: ../../include/account.php:762
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registro revocado para %s"
+#: ../../addon/content_import/Mod_content_import.php:136
+msgid "Files, Photos and other cloud storage"
+msgstr "Archivos, fotos y otro tipo de almacenamiento en la nube"
-#: ../../include/account.php:769
-#, php-format
-msgid "Could not revoke registration for %s"
-msgstr "No se ha podido revocar el registro de %s"
+#: ../../addon/content_import/Mod_content_import.php:137
+msgid "Original Server base URL"
+msgstr "URL base del servidor original"
-#: ../../include/account.php:1186 ../../include/account.php:1188
-msgid "Click here to upgrade."
-msgstr "Pulse aquí para actualizar"
+#: ../../addon/mdpost/mdpost.php:42
+msgid "Use markdown for editing posts"
+msgstr "Usar markdown para editar las entradas"
-#: ../../include/account.php:1194
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr "Esta acción supera los límites establecidos por su plan de suscripción "
+#: ../../addon/rtof/Mod_Rtof.php:24
+msgid "Friendica Crosspost Connector Settings saved."
+msgstr "Se han guardado los ajustes del conector de publicación cruzada con Friendica."
-#: ../../include/account.php:1199
-msgid "This action is not available under your subscription plan."
-msgstr "Esta acción no está disponible en su plan de suscripción."
+#: ../../addon/rtof/Mod_Rtof.php:47
+msgid "Send public postings to Friendica by default"
+msgstr "Enviar entradas públicas a Friendica por defecto"
-#: ../../include/account.php:1259
-msgid "open"
-msgstr "abierto"
+#: ../../addon/rtof/Mod_Rtof.php:51
+msgid "Friendica API Path"
+msgstr "Ruta a la API de Friendica"
-#: ../../include/account.php:1259
-msgid "closed"
-msgstr "cerrado"
+#: ../../addon/rtof/Mod_Rtof.php:55
+msgid "Friendica login name"
+msgstr "Nombre de inicio de sesión en Friendica"
-#: ../../include/account.php:1266
-msgid "Registration is currently"
-msgstr "El registro está actualmente "
+#: ../../addon/rtof/Mod_Rtof.php:59
+msgid "Friendica password"
+msgstr "Contraseña de Friendica"
-#: ../../include/account.php:1275
-msgid "please come back"
-msgstr "por favor, vuelva"
+#: ../../addon/rtof/Mod_Rtof.php:67
+msgid "Friendica Crosspost Connector"
+msgstr "Friendica Crosspost Connector"
-#: ../../include/photo/photo_driver.php:450
-#: ../../Zotlabs/Module/Profile_photo.php:167
-#: ../../Zotlabs/Module/Profile_photo.php:337
-msgid "Profile Photos"
-msgstr "Fotos del perfil"
+#: ../../addon/rtof/rtof.php:51
+msgid "Post to Friendica"
+msgstr "Publicar en Friendica"
-#: ../../include/attach.php:273 ../../include/attach.php:324
-#: ../../include/attach.php:426
-msgid "Item was not found."
-msgstr "Elemento no encontrado."
+#: ../../addon/ldapauth/ldapauth.php:101
+msgid "An account has been created for you."
+msgstr "Se ha creado una cuenta para usted."
-#: ../../include/attach.php:290
-msgid "Unknown error."
-msgstr "Error desconocido"
+#: ../../addon/ldapauth/ldapauth.php:108
+msgid "Authentication successful but rejected: account creation is disabled."
+msgstr "Autenticación correcta pero rechazada: la creación de cuentas está deshabilitada."
-#: ../../include/attach.php:621
-msgid "No source file."
-msgstr "Ningún fichero de origen"
+#: ../../addon/nofed/nofed.php:47
+msgid "Federate"
+msgstr "Federar"
-#: ../../include/attach.php:643
-msgid "Cannot locate file to replace"
-msgstr "No se puede localizar el fichero que va a ser sustituido."
+#: ../../addon/nofed/Mod_Nofed.php:21
+msgid "nofed Settings saved."
+msgstr "Se han guardado los ajustes de nofed."
-#: ../../include/attach.php:662
-msgid "Cannot locate file to revise/update"
-msgstr "No se puede localizar el fichero para revisar/actualizar"
+#: ../../addon/nofed/Mod_Nofed.php:40
+msgid "Federate posts by default"
+msgstr "Federar las publicaciones por defecto"
-#: ../../include/attach.php:808
+#: ../../addon/nofed/Mod_Nofed.php:48
+msgid "No Federation"
+msgstr "No Federation"
+
+#: ../../addon/photocache/Mod_Photocache.php:27
+msgid "Photo Cache settings saved."
+msgstr "Se ha guardado la configuración de la caché de fotos."
+
+#: ../../addon/photocache/Mod_Photocache.php:43
+msgid ""
+"Saves a copy of images from external sites locally to increase your "
+"anonymity in the web."
+msgstr "Guarde una copia de las imágenes de sitios externos localmente para aumentar su anonimato en la web."
+
+#: ../../addon/photocache/Mod_Photocache.php:49
+msgid "Minimal photo size for caching"
+msgstr "Tamaño mínimo de la foto para el almacenamiento en caché"
+
+#: ../../addon/photocache/Mod_Photocache.php:51
+msgid "In pixels. From 1 up to 1024, 0 will be replaced with system default."
+msgstr "En píxeles. Desde 1 hasta 1024, 0 será reemplazado por el predeterminado del sistema."
+
+#: ../../addon/photocache/Mod_Photocache.php:60
+msgid "Photo Cache"
+msgstr "Photo Cache"
+
+#: ../../addon/gallery/gallery.php:43 ../../addon/gallery/Mod_Gallery.php:135
+msgid "Gallery"
+msgstr "Galería"
+
+#: ../../addon/gallery/gallery.php:46
+msgid "Photo Gallery"
+msgstr "Galería de fotos"
+
+#: ../../addon/likebanner/likebanner.php:51
+msgid "Your Webbie:"
+msgstr "Su webbie: "
+
+#: ../../addon/likebanner/likebanner.php:54
+msgid "Fontsize (px):"
+msgstr "Tamaño de fuente (px): "
+
+#: ../../addon/likebanner/likebanner.php:68
+msgid "Link:"
+msgstr "Enlace: "
+
+#: ../../addon/likebanner/likebanner.php:70
+msgid "Like us on Hubzilla"
+msgstr "Múestrenos su agrado en Hubzilla"
+
+#: ../../addon/likebanner/likebanner.php:72
+msgid "Embed:"
+msgstr "Incorporado: "
+
+#: ../../addon/tictac/tictac.php:21
+msgid "Three Dimensional Tic-Tac-Toe"
+msgstr "Juego en 3D Tic-Tac-Toe"
+
+#: ../../addon/tictac/tictac.php:54
+msgid "3D Tic-Tac-Toe"
+msgstr "3D Tic-Tac-Toe"
+
+#: ../../addon/tictac/tictac.php:59
+msgid "New game"
+msgstr "Nuevo juego"
+
+#: ../../addon/tictac/tictac.php:60
+msgid "New game with handicap"
+msgstr "Nuevo juego con hándicap"
+
+#: ../../addon/tictac/tictac.php:61
+msgid ""
+"Three dimensional tic-tac-toe is just like the traditional game except that "
+"it is played on multiple levels simultaneously. "
+msgstr "El juego en 3D tic-tac-toe es como el juego tradicional, excepto que se juega en varios niveles simultáneamente."
+
+#: ../../addon/tictac/tictac.php:62
+msgid ""
+"In this case there are three levels. You win by getting three in a row on "
+"any level, as well as up, down, and diagonally across the different levels."
+msgstr "En este caso hay tres niveles. Usted gana al conseguir tres en una fila en cualquier nivel, así como arriba, abajo, y en diagonal a través de los diferentes niveles."
+
+#: ../../addon/tictac/tictac.php:64
+msgid ""
+"The handicap game disables the center position on the middle level because "
+"the player claiming this square often has an unfair advantage."
+msgstr "El juego con hándicap deshabilita la posición central en el nivel medio porque el jugador que reclama este cuadrado a menudo tiene una ventaja injusta."
+
+#: ../../addon/tictac/tictac.php:183
+msgid "You go first..."
+msgstr "Usted va primero..."
+
+#: ../../addon/tictac/tictac.php:188
+msgid "I'm going first this time..."
+msgstr "Yo voy primero esta vez..."
+
+#: ../../addon/tictac/tictac.php:194
+msgid "You won!"
+msgstr "¡Usted ha ganado!"
+
+#: ../../addon/tictac/tictac.php:200 ../../addon/tictac/tictac.php:225
+msgid "\"Cat\" game!"
+msgstr "¡El juego del \"gato\"!"
+
+#: ../../addon/tictac/tictac.php:223
+msgid "I won!"
+msgstr "¡He ganado yo!"
+
+#: ../../boot.php:1724
+msgid "Create an account to access services and applications"
+msgstr "Crear una cuenta para acceder a los servicios y aplicaciones"
+
+#: ../../boot.php:1742
+msgid "Email or nickname"
+msgstr "Correo electrónico o apodo"
+
+#: ../../boot.php:1752
+msgid "Password"
+msgstr "Contraseña"
+
+#: ../../boot.php:1753
+msgid "Remember me"
+msgstr "Recordarme"
+
+#: ../../boot.php:1756
+msgid "Forgot your password?"
+msgstr "¿Olvidó su contraseña?"
+
+#: ../../boot.php:1757 ../../Zotlabs/Module/Lostpass.php:91
+msgid "Password Reset"
+msgstr "Restablecer la contraseña"
+
+#: ../../boot.php:2627
#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "El fichero supera el limite de tamaño de %d"
+msgid "[$Projectname] Website SSL error for %s"
+msgstr "[$Projectname] Error SSL del sitio web en %s"
-#: ../../include/attach.php:829
+#: ../../boot.php:2632
+msgid "Website SSL certificate is not valid. Please correct."
+msgstr "El certificado SSL del sitio web no es válido. Por favor, solucione el problema."
+
+#: ../../boot.php:2748
#, php-format
-msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
-msgstr "Ha alcanzado su límite de %1$.0f Mbytes de almacenamiento de adjuntos."
+msgid "[$Projectname] Cron tasks not running on %s"
+msgstr "[$Projectname] Las tareas de Cron no están funcionando en %s"
-#: ../../include/attach.php:1019
-msgid "File upload failed. Possible system limit or action terminated."
-msgstr "Error de carga, posiblemente por limite del sistema o porque la acción ha finalizado."
+#: ../../boot.php:2753
+msgid "Cron/Scheduled tasks not running."
+msgstr "Las tareas del Planificador/Cron no están funcionando."
-#: ../../include/attach.php:1048
-msgid "Stored file could not be verified. Upload failed."
-msgstr "El fichero almacenado no ha podido ser verificado. El envío ha fallado."
+#: ../../Zotlabs/Lib/Enotify.php:60
+msgid "$Projectname Notification"
+msgstr "Notificación de $Projectname"
-#: ../../include/attach.php:1120 ../../include/attach.php:1136
-msgid "Path not available."
-msgstr "Ruta no disponible."
+#: ../../Zotlabs/Lib/Enotify.php:63
+msgid "Thank You,"
+msgstr "Gracias,"
-#: ../../include/attach.php:1184 ../../include/attach.php:1349
-msgid "Empty pathname"
-msgstr "Ruta vacía"
+#: ../../Zotlabs/Lib/Enotify.php:66
+#, php-format
+msgid "This email was sent by %1$s at %2$s."
+msgstr "Este email ha sido enviado por %1$s a %2$s."
-#: ../../include/attach.php:1210
-msgid "duplicate filename or path"
-msgstr "Nombre duplicado de ruta o fichero"
+#: ../../Zotlabs/Lib/Enotify.php:67
+#, php-format
+msgid ""
+"To stop receiving these messages, please adjust your Notification Settings "
+"at %s"
+msgstr "Para dejar de recibir estos mensajes, por favor ajuste la configuración de notificación en %s"
-#: ../../include/attach.php:1238
-msgid "Path not found."
-msgstr "Ruta no encontrada"
+#: ../../Zotlabs/Lib/Enotify.php:68
+#, php-format
+msgid "To stop receiving these messages, please adjust your %s."
+msgstr "Para dejar de recibir estos mensajes, por favor, ajuste su %s"
-#: ../../include/attach.php:1305
-msgid "mkdir failed."
-msgstr "mkdir ha fallado."
+#: ../../Zotlabs/Lib/Enotify.php:68
+#: ../../Zotlabs/Module/Settings/Channel.php:241
+msgid "Notification Settings"
+msgstr "Configuración de las notificaciones"
-#: ../../include/attach.php:1309
-msgid "database storage failed."
-msgstr "el almacenamiento en la base de datos ha fallado."
+#: ../../Zotlabs/Lib/Enotify.php:123
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
-#: ../../include/attach.php:1355
-msgid "Empty path"
-msgstr "Ruta vacía"
+#: ../../Zotlabs/Lib/Enotify.php:131
+#, php-format
+msgid "[$Projectname:Notify] New direct message received at %s"
+msgstr "[$Projectname:Aviso] Nuevo mensaje directo recibido en %s"
-#: ../../include/attach.php:2147
+#: ../../Zotlabs/Lib/Enotify.php:133
#, php-format
-msgid "%s shared an %s with you"
-msgstr "%s ha compartido un/una %s con usted"
+msgid "%1$s sent you a new direct message at %2$s"
+msgstr "%1$s le ha enviado un nuevo mensaje directo en %2$s."
-#: ../../include/attach.php:2147
+#: ../../Zotlabs/Lib/Enotify.php:134
#, php-format
-msgid "%s shared a %s with you"
-msgstr "%s ha compartido un/una %s con usted"
+msgid "%1$s sent you %2$s."
+msgstr "%1$s le ha enviado %2$s."
-#: ../../include/attach.php:2147
-msgid "image"
-msgstr "Imagen"
+#: ../../Zotlabs/Lib/Enotify.php:134
+msgid "a direct message"
+msgstr "un mensaje directo"
-#: ../../include/bookmarks.php:34
+#: ../../Zotlabs/Lib/Enotify.php:135
#, php-format
-msgid "%1$s's bookmarks"
-msgstr "Marcadores de %1$s"
+msgid "Please visit %s to view and/or reply to your direct messages."
+msgstr "Por favor visite %s para ver y/o responder a su mensaje directo."
-#: ../../include/bbcode.php:233 ../../include/bbcode.php:939
-#: ../../include/bbcode.php:1560 ../../include/bbcode.php:1568
-msgid "Image/photo"
-msgstr "Imagen/foto"
+#: ../../Zotlabs/Lib/Enotify.php:148
+msgid "requested to comment on"
+msgstr "solicita comentar sobre "
-#: ../../include/bbcode.php:280 ../../include/bbcode.php:1585
-msgid "Encrypted content"
-msgstr "Contenido cifrado"
+#: ../../Zotlabs/Lib/Enotify.php:148
+msgid "commented on"
+msgstr "ha comentado sobre "
-#: ../../include/bbcode.php:336
-#, php-format
-msgid "Install %1$s element %2$s"
-msgstr "Instalar el elemento de%1$s%2$s"
+#: ../../Zotlabs/Lib/Enotify.php:161 ../../Zotlabs/Lib/Enotify.php:314
+msgid "requested to like"
+msgstr "solicita que se permita mostrar agrado "
-#: ../../include/bbcode.php:340
+#: ../../Zotlabs/Lib/Enotify.php:161 ../../Zotlabs/Lib/Enotify.php:314
+msgid "liked"
+msgstr "ha gustado de "
+
+#: ../../Zotlabs/Lib/Enotify.php:164 ../../Zotlabs/Lib/Enotify.php:317
+msgid "requested to dislike"
+msgstr "solicita que se permita mostrar desagrado "
+
+#: ../../Zotlabs/Lib/Enotify.php:164 ../../Zotlabs/Lib/Enotify.php:317
+msgid "disliked"
+msgstr "no ha gustado de "
+
+#: ../../Zotlabs/Lib/Enotify.php:169
+msgid "voted on"
+msgstr "votado en "
+
+#: ../../Zotlabs/Lib/Enotify.php:212
#, php-format
-msgid ""
-"This post contains an installable %s element, however you lack permissions "
-"to install it on this site."
-msgstr "Esta entrada contiene el elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio."
+msgid "%1$s %2$s [zrl=%3$s]a %4$s[/zrl]"
+msgstr "%1$s%2$s [zrl=%3$s ]un %4$s[/zrl]"
-#: ../../include/bbcode.php:350 ../../Zotlabs/Module/Impel.php:47
-msgid "webpage"
-msgstr "página web"
+#: ../../Zotlabs/Lib/Enotify.php:220
+#, php-format
+msgid "%1$s %2$s [zrl=%3$s]%4$s's %5$s[/zrl]"
+msgstr "%1$s %2$s[zrl=%3$s]%5$s de %4$s[/zrl]"
-#: ../../include/bbcode.php:353 ../../Zotlabs/Module/Impel.php:57
-msgid "layout"
-msgstr "plantilla"
+#: ../../Zotlabs/Lib/Enotify.php:229 ../../Zotlabs/Lib/Enotify.php:321
+#, php-format
+msgid "%1$s %2$s [zrl=%3$s]your %4$s[/zrl]"
+msgstr "%1$s %2$s [zrl=%3$s]su %4$s[/zrl]"
-#: ../../include/bbcode.php:356 ../../Zotlabs/Module/Impel.php:52
-msgid "block"
-msgstr "bloque"
+#: ../../Zotlabs/Lib/Enotify.php:241
+#, php-format
+msgid "[$Projectname:Notify] Moderated Comment to conversation #%1$d by %2$s"
+msgstr "[$Projectname:Aviso] Comentario moderado en la conversación #%1$d por %2$s"
-#: ../../include/bbcode.php:359 ../../Zotlabs/Module/Impel.php:64
-msgid "menu"
-msgstr "menú"
+#: ../../Zotlabs/Lib/Enotify.php:243
+#, php-format
+msgid "[$Projectname:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[$Projectname:Aviso] Nuevo comentario de %2$s en la conversación #%1$d"
-#: ../../include/bbcode.php:562
-msgid "card"
-msgstr "ficha"
+#: ../../Zotlabs/Lib/Enotify.php:244
+#, php-format
+msgid "%1$s commented on an item/conversation you have been following"
+msgstr "%1$sha comentado un elemento/conversación que ha estado siguiendo."
-#: ../../include/bbcode.php:564
-msgid "article"
-msgstr "el artículo"
+#: ../../Zotlabs/Lib/Enotify.php:247 ../../Zotlabs/Lib/Enotify.php:341
+#: ../../Zotlabs/Lib/Enotify.php:357 ../../Zotlabs/Lib/Enotify.php:381
+#: ../../Zotlabs/Lib/Enotify.php:398 ../../Zotlabs/Lib/Enotify.php:411
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Para ver o comentar la conversación, visite %s"
-#: ../../include/bbcode.php:570 ../../include/markdown.php:206
+#: ../../Zotlabs/Lib/Enotify.php:251 ../../Zotlabs/Lib/Enotify.php:252
#, php-format
-msgid "%1$s wrote the following %2$s %3$s"
-msgstr "%1$s escribió %2$s siguiente %3$s"
+msgid "Please visit %s to approve or reject this comment."
+msgstr "Por favor, visite %s para aprobar o rechazar este comentario."
-#: ../../include/bbcode.php:647 ../../include/bbcode.php:655
-msgid "Click to open/close"
-msgstr "Pulsar para abrir/cerrar"
+#: ../../Zotlabs/Lib/Enotify.php:337
+#, php-format
+msgid "[$Projectname:Notify] Like received to conversation #%1$d by %2$s"
+msgstr "[$Projectname:Aviso] \"Me gusta\" de %2$s en la conversación #%1$d"
-#: ../../include/bbcode.php:655 ../../include/markdown.php:259
-msgid "spoiler"
-msgstr "spoiler"
+#: ../../Zotlabs/Lib/Enotify.php:338
+#, php-format
+msgid "%1$s liked an item/conversation you created"
+msgstr "A %1$s le ha gustado un elemento o conversación que ha creado usted."
-#: ../../include/bbcode.php:668
-msgid "View article"
-msgstr "Ver el artículo"
+#: ../../Zotlabs/Lib/Enotify.php:349
+#, php-format
+msgid "[$Projectname:Notify] %s posted to your profile wall"
+msgstr "[$Projectname:Aviso] %s ha publicado una entrada en su página de inicio del perfil (\"muro\")"
-#: ../../include/bbcode.php:668
-msgid "View summary"
-msgstr "Ver sumario"
+#: ../../Zotlabs/Lib/Enotify.php:351
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s ha publicado en su muro en %2$s"
-#: ../../include/bbcode.php:1536
-msgid "$1 wrote:"
-msgstr "$1 escribió:"
+#: ../../Zotlabs/Lib/Enotify.php:353
+#, php-format
+msgid "%1$s posted to [zrl=%2$s]your wall[/zrl]"
+msgstr "%1$sha publicado en [zrl=%2$s]su muro[/zrl]"
-#: ../../include/channel.php:48
-msgid "Unable to obtain identity information from database"
-msgstr "No ha sido posible obtener información sobre la identidad desde la base de datos"
+#: ../../Zotlabs/Lib/Enotify.php:375
+#, php-format
+msgid "[$Projectname:Notify] %s tagged you"
+msgstr "[$Projectname:Aviso] %s le ha etiquetado"
-#: ../../include/channel.php:81
-msgid "Empty name"
-msgstr "Nombre vacío"
+#: ../../Zotlabs/Lib/Enotify.php:376
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$sle ha etiquetado en %2$s"
-#: ../../include/channel.php:84
-msgid "Name too long"
-msgstr "Nombre demasiado largo"
+#: ../../Zotlabs/Lib/Enotify.php:377
+#, php-format
+msgid "%1$s [zrl=%2$s]tagged you[/zrl]."
+msgstr "%1$s [zrl=%2$s]le ha etiquetado[/zrl]."
-#: ../../include/channel.php:201
-msgid "No account identifier"
-msgstr "Ningún identificador de la cuenta"
+#: ../../Zotlabs/Lib/Enotify.php:388
+#, php-format
+msgid "[$Projectname:Notify] %1$s poked you"
+msgstr "[$Projectname:Aviso] %1$s le ha dado un toque"
-#: ../../include/channel.php:213 ../../Zotlabs/Module/Register.php:95
-msgid "Nickname is required."
-msgstr "Se requiere un sobrenombre (alias)."
+#: ../../Zotlabs/Lib/Enotify.php:389
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$sle ha dado un toque en %2$s"
-#: ../../include/channel.php:227 ../../include/channel.php:659
-#: ../../Zotlabs/Module/Register.php:100
-#: ../../Zotlabs/Module/Changeaddr.php:46
-msgid "Reserved nickname. Please choose another."
-msgstr "Sobrenombre en uso. Por favor, elija otro."
+#: ../../Zotlabs/Lib/Enotify.php:390
+#, php-format
+msgid "%1$s [zrl=%2$s]poked you[/zrl]."
+msgstr "%1$s [zrl=%2$s] le ha dado un toque[/zrl]."
-#: ../../include/channel.php:232 ../../include/channel.php:664
-#: ../../Zotlabs/Module/Register.php:105
-#: ../../Zotlabs/Module/Changeaddr.php:51
-msgid ""
-"Nickname has unsupported characters or is already being used on this site."
-msgstr "El alias contiene caracteres no admitidos o está ya en uso por otros miembros de este sitio."
+#: ../../Zotlabs/Lib/Enotify.php:405
+#, php-format
+msgid "[$Projectname:Notify] %s tagged your post"
+msgstr "[$Projectname:Aviso] %s ha etiquetado su entrada"
-#: ../../include/channel.php:292
-msgid "Unable to retrieve created identity"
-msgstr "No ha sido posible recuperar la identidad creada"
+#: ../../Zotlabs/Lib/Enotify.php:406
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$sha etiquetado su entrada en %2$s"
-#: ../../include/channel.php:402
-msgid "Default Profile"
-msgstr "Perfil principal"
+#: ../../Zotlabs/Lib/Enotify.php:407
+#, php-format
+msgid "%1$s tagged [zrl=%2$s]your post[/zrl]"
+msgstr "%1$s ha etiquetado [zrl=%2$s]su entrada[/zrl]"
-#: ../../include/channel.php:592 ../../include/channel.php:681
-msgid "Unable to retrieve modified identity"
-msgstr "No se puede recuperar la identidad modficada"
+#: ../../Zotlabs/Lib/Enotify.php:418
+msgid "[$Projectname:Notify] Introduction received"
+msgstr "[$Projectname:Aviso] Ha recibido una solicitud de conexión"
-#: ../../include/channel.php:1373
-msgid "Requested channel is not available"
-msgstr "El canal solicitado no está disponible"
+#: ../../Zotlabs/Lib/Enotify.php:419
+#, php-format
+msgid "You've received an new connection request from '%1$s' at %2$s"
+msgstr "Ha recibido una nueva solicitud de conexión de '%1$s' en %2$s"
-#: ../../include/channel.php:1523 ../../Zotlabs/Module/Profiles.php:744
-msgid "Change profile photo"
-msgstr "Cambiar la foto del perfil"
+#: ../../Zotlabs/Lib/Enotify.php:420
+#, php-format
+msgid "You've received [zrl=%1$s]a new connection request[/zrl] from %2$s."
+msgstr "Ha recibido [zrl=%1$s]una nueva solicitud de conexión[/zrl] de %2$s."
-#: ../../include/channel.php:1531
-msgid "Create New Profile"
-msgstr "Crear un nuevo perfil"
+#: ../../Zotlabs/Lib/Enotify.php:423 ../../Zotlabs/Lib/Enotify.php:441
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Puede visitar su perfil en %s"
-#: ../../include/channel.php:1549 ../../Zotlabs/Module/Profiles.php:841
-msgid "Profile Image"
-msgstr "Imagen del perfil"
+#: ../../Zotlabs/Lib/Enotify.php:425
+#, php-format
+msgid "Please visit %s to approve or reject the connection request."
+msgstr "Por favor, visite %s para permitir o rechazar la solicitad de conexión."
-#: ../../include/channel.php:1552
-msgid "Visible to everybody"
-msgstr "Visible para todos"
+#: ../../Zotlabs/Lib/Enotify.php:432
+msgid "[$Projectname:Notify] Friend suggestion received"
+msgstr "[$Projectname:Aviso] Ha recibido una sugerencia de conexión"
-#: ../../include/channel.php:1553 ../../Zotlabs/Module/Profiles.php:741
-#: ../../Zotlabs/Module/Profiles.php:845
-msgid "Edit visibility"
-msgstr "Editar visibilidad"
+#: ../../Zotlabs/Lib/Enotify.php:433
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "Ha recibido una sugerencia de amistad de '%1$s' en %2$s"
-#: ../../include/channel.php:1635 ../../include/channel.php:1763
-msgid "Gender:"
-msgstr "Género:"
+#: ../../Zotlabs/Lib/Enotify.php:434
+#, php-format
+msgid ""
+"You've received [zrl=%1$s]a friend suggestion[/zrl] for %2$s from %3$s."
+msgstr "Ha recibido [zrl=%1$s]una sugerencia de amistad[/zrl] para %2$s de %3$s."
-#: ../../include/channel.php:1636 ../../include/channel.php:1807
-msgid "Status:"
-msgstr "Estado:"
+#: ../../Zotlabs/Lib/Enotify.php:439
+msgid "Name:"
+msgstr "Nombre:"
-#: ../../include/channel.php:1637 ../../include/channel.php:1831
-msgid "Homepage:"
-msgstr "Página personal:"
+#: ../../Zotlabs/Lib/Enotify.php:440
+msgid "Photo:"
+msgstr "Foto:"
-#: ../../include/channel.php:1638 ../../include/channel.php:1833
-#: ../../Zotlabs/Module/Directory.php:368
-msgid "Hometown:"
-msgstr "Lugar de nacimiento:"
+#: ../../Zotlabs/Lib/Enotify.php:443
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Por favor, visite %s para aprobar o rechazar la sugerencia."
-#: ../../include/channel.php:1639
-msgid "Online Now"
-msgstr "Ahora en línea"
+#: ../../Zotlabs/Lib/Enotify.php:668
+msgid "[$Projectname:Notify]"
+msgstr "[$Projectname:Aviso]"
-#: ../../include/channel.php:1688
-msgid "This channel has not added a profile description yet"
-msgstr "Este canal aún no ha añadido una descripción de perfil"
+#: ../../Zotlabs/Lib/Enotify.php:834
+msgid "created a new poll"
+msgstr "se ha creado una nueva encuesta"
-#: ../../include/channel.php:1690
-msgid "Change your profile photo"
-msgstr "Cambiar su foto del perfil"
+#: ../../Zotlabs/Lib/Enotify.php:834
+msgid "created a new post"
+msgstr "ha creado una nueva entrada"
-#: ../../include/channel.php:1722
-msgid "Trans"
-msgstr "Trans"
+#: ../../Zotlabs/Lib/Enotify.php:835
+#, php-format
+msgid "voted on %s's poll"
+msgstr "votado en la encuesta de %s"
-#: ../../include/channel.php:1761
-msgid "Full Name:"
-msgstr "Nombre completo:"
+#: ../../Zotlabs/Lib/Enotify.php:835
+#, php-format
+msgid "commented on %s's post"
+msgstr "ha comentado la entrada de %s"
-#: ../../include/channel.php:1768
-msgid "Like this channel"
-msgstr "Me gusta este canal"
+#: ../../Zotlabs/Lib/Enotify.php:839
+#, php-format
+msgid "repeated %s's post"
+msgstr "repetida la entrada de %s"
-#: ../../include/channel.php:1792
-msgid "j F, Y"
-msgstr "j F Y"
+#: ../../Zotlabs/Lib/Enotify.php:843
+#, php-format
+msgid "liked %s's post"
+msgstr "Le ha gustado la entrada de %s"
-#: ../../include/channel.php:1793
-msgid "j F"
-msgstr "j F"
+#: ../../Zotlabs/Lib/Enotify.php:847
+#, php-format
+msgid "disliked %s's post"
+msgstr "No le ha gustado la entrada de %s"
-#: ../../include/channel.php:1800
-msgid "Birthday:"
-msgstr "Cumpleaños:"
+#: ../../Zotlabs/Lib/Enotify.php:851 ../../Zotlabs/Lib/Enotify.php:954
+msgid "shared a file with you"
+msgstr "compartió un archivo con usted"
-#: ../../include/channel.php:1804 ../../Zotlabs/Module/Directory.php:349
-msgid "Age:"
-msgstr "Edad:"
+#: ../../Zotlabs/Lib/Enotify.php:860
+#, php-format
+msgid "edited a post dated %s"
+msgstr "ha editado una entrada %s"
-#: ../../include/channel.php:1813
+#: ../../Zotlabs/Lib/Enotify.php:863
#, php-format
-msgid "for %1$d %2$s"
-msgstr "por %1$d %2$s"
+msgid "edited a comment dated %s"
+msgstr "ha editado un comentario %s"
-#: ../../include/channel.php:1825
-msgid "Tags:"
-msgstr "Etiquetas:"
+#: ../../Zotlabs/Lib/Enotify.php:939
+msgid "added your channel"
+msgstr "añadió este canal a sus conexiones"
-#: ../../include/channel.php:1829
-msgid "Sexual Preference:"
-msgstr "Orientación sexual:"
+#: ../../Zotlabs/Lib/Enotify.php:969
+msgid "sent you a direct message"
+msgstr "enviarle un mensaje directo"
-#: ../../include/channel.php:1835
-msgid "Political Views:"
-msgstr "Posición política:"
+#: ../../Zotlabs/Lib/Enotify.php:976
+msgid "g A l F d"
+msgstr "g A l d F"
-#: ../../include/channel.php:1837
-msgid "Religion:"
-msgstr "Religión:"
+#: ../../Zotlabs/Lib/Enotify.php:979
+msgid "[today]"
+msgstr "[hoy]"
-#: ../../include/channel.php:1839 ../../Zotlabs/Module/Directory.php:370
-msgid "About:"
-msgstr "Sobre mí:"
+#: ../../Zotlabs/Lib/Enotify.php:989
+msgid "created an event"
+msgstr "se creó un evento"
-#: ../../include/channel.php:1841
-msgid "Hobbies/Interests:"
-msgstr "Aficciones o intereses:"
+#: ../../Zotlabs/Lib/Enotify.php:1004
+msgid "status verified"
+msgstr "estado verificado"
-#: ../../include/channel.php:1843
-msgid "Likes:"
-msgstr "Me gusta:"
+#: ../../Zotlabs/Lib/Apps.php:329
+msgid "Affinity Tool"
+msgstr "Herramienta de afinidad"
-#: ../../include/channel.php:1845
-msgid "Dislikes:"
-msgstr "No me gusta:"
+#: ../../Zotlabs/Lib/Apps.php:332
+msgid "Site Admin"
+msgstr "Administrador del sitio"
-#: ../../include/channel.php:1847
-msgid "Contact information and Social Networks:"
-msgstr "Información de contacto y redes sociales:"
+#: ../../Zotlabs/Lib/Apps.php:336
+msgid "Content Filter"
+msgstr "Filtro de contenido"
-#: ../../include/channel.php:1849
-msgid "My other channels:"
-msgstr "Mis otros canales:"
+#: ../../Zotlabs/Lib/Apps.php:339
+msgid "Remote Diagnostics"
+msgstr "Diagnóstico remoto"
-#: ../../include/channel.php:1851
-msgid "Musical interests:"
-msgstr "Preferencias musicales:"
+#: ../../Zotlabs/Lib/Apps.php:340
+msgid "Suggest Channels"
+msgstr "Sugerir canales"
-#: ../../include/channel.php:1853
-msgid "Books, literature:"
-msgstr "Libros, literatura:"
+#: ../../Zotlabs/Lib/Apps.php:342
+msgid "Channel Manager"
+msgstr "Administración de canales"
-#: ../../include/channel.php:1855
-msgid "Television:"
-msgstr "Televisión:"
+#: ../../Zotlabs/Lib/Apps.php:343
+msgid "Stream"
+msgstr "Stream"
-#: ../../include/channel.php:1857
-msgid "Film/dance/culture/entertainment:"
-msgstr "Cine, danza, cultura, entretenimiento:"
+#: ../../Zotlabs/Lib/Apps.php:354
+msgid "Mail"
+msgstr "Correo"
-#: ../../include/channel.php:1859
-msgid "Love/Romance:"
-msgstr "Vida sentimental o amorosa:"
+#: ../../Zotlabs/Lib/Apps.php:355 ../../Zotlabs/Module/Mood.php:152
+msgid "Mood"
+msgstr "Estado de ánimo"
-#: ../../include/channel.php:1861
-msgid "Work/employment:"
-msgstr "Trabajo:"
+#: ../../Zotlabs/Lib/Apps.php:357
+msgid "Chat"
+msgstr "Chat"
-#: ../../include/channel.php:1863
-msgid "School/education:"
-msgstr "Estudios:"
+#: ../../Zotlabs/Lib/Apps.php:359
+msgid "Probe"
+msgstr "Probar"
-#: ../../include/channel.php:1884 ../../Zotlabs/Module/Profperm.php:113
-#: ../../Zotlabs/Lib/Apps.php:367
-msgid "Profile"
-msgstr "Perfil"
+#: ../../Zotlabs/Lib/Apps.php:360
+msgid "Suggest"
+msgstr "Sugerir"
-#: ../../include/channel.php:1886
-msgid "Like this thing"
-msgstr "Me gusta esto"
+#: ../../Zotlabs/Lib/Apps.php:361
+msgid "Random Channel"
+msgstr "Canal aleatorio"
-#: ../../include/channel.php:1887
-msgid "Export"
-msgstr "Exportar"
+#: ../../Zotlabs/Lib/Apps.php:362
+msgid "Invite"
+msgstr "Invitar"
-#: ../../include/channel.php:2340 ../../Zotlabs/Module/Cover_photo.php:304
-msgid "cover photo"
-msgstr "Imagen de portada del perfil"
+#: ../../Zotlabs/Lib/Apps.php:363 ../../Zotlabs/Widget/Admin.php:31
+msgid "Features"
+msgstr "Funcionalidades"
-#: ../../include/channel.php:2615 ../../Zotlabs/Module/Rmagic.php:96
-#: ../../boot.php:1747
-msgid "Remote Authentication"
-msgstr "Acceso desde su servidor"
+#: ../../Zotlabs/Lib/Apps.php:365 ../../Zotlabs/Storage/Browser.php:410
+msgid "Post"
+msgstr "Publicación"
-#: ../../include/channel.php:2616 ../../Zotlabs/Module/Rmagic.php:97
-msgid "Enter your channel address (e.g. channel@example.com)"
-msgstr "Introduzca la dirección del canal (p.ej. canal@ejemplo.com)"
+#: ../../Zotlabs/Lib/Apps.php:370
+msgid "Notifications"
+msgstr "Notificaciones"
-#: ../../include/channel.php:2617 ../../Zotlabs/Module/Rmagic.php:98
-msgid "Authenticate"
-msgstr "Acceder"
+#: ../../Zotlabs/Lib/Apps.php:371
+msgid "Order Apps"
+msgstr "Ordenar las apps"
-#: ../../include/channel.php:2775 ../../Zotlabs/Module/Admin/Accounts.php:184
-#, php-format
-msgid "Account '%s' deleted"
-msgstr "La cuenta '%s' ha sido eliminada"
+#: ../../Zotlabs/Lib/Apps.php:372
+msgid "CardDAV"
+msgstr "CardDAV"
-#: ../../include/acl_selectors.php:33
-#: ../../Zotlabs/Lib/PermissionDescription.php:34
-msgid "Visible to your default audience"
-msgstr "Visible para su público predeterminado."
+#: ../../Zotlabs/Lib/Apps.php:373 ../../Zotlabs/Module/Sources.php:105
+msgid "Channel Sources"
+msgstr "Orígenes de los contenidos del canal"
-#: ../../include/acl_selectors.php:100
-msgid "Profile-Based Privacy Groups"
-msgstr "Grupos de privacidad basados en perfiles"
+#: ../../Zotlabs/Lib/Apps.php:374 ../../Zotlabs/Module/Tokens.php:288
+msgid "Guest Access"
+msgstr "Acceso para invitados"
-#: ../../include/acl_selectors.php:119
-msgid "Private Forum"
-msgstr "Foro privado"
+#: ../../Zotlabs/Lib/Apps.php:376
+msgid "OAuth Apps Manager"
+msgstr "Administrador de apps OAuth"
-#: ../../include/acl_selectors.php:125 ../../Zotlabs/Widget/Forums.php:77
-#: ../../Zotlabs/Widget/Activity_filter.php:130
-#: ../../Zotlabs/Widget/Notifications.php:131
-#: ../../Zotlabs/Widget/Notifications.php:132
-msgid "Forums"
-msgstr "Foros"
+#: ../../Zotlabs/Lib/Apps.php:377
+msgid "OAuth2 Apps Manager"
+msgstr "Administrador de apps OAuth2"
-#: ../../include/acl_selectors.php:136
-#: ../../Zotlabs/Module/Settings/Privacy.php:65
-#: ../../Zotlabs/Lib/PermissionDescription.php:107
-msgid "Only me"
-msgstr "Sólo yo"
+#: ../../Zotlabs/Lib/Apps.php:378
+msgid "PDL Editor"
+msgstr "Editor PDL"
-#: ../../include/acl_selectors.php:143
-msgid "Share with"
-msgstr "Compartir con "
+#: ../../Zotlabs/Lib/Apps.php:379 ../../Zotlabs/Module/Permcats.php:248
+msgid "Contact Roles"
+msgstr "Roles de contacto"
-#: ../../include/acl_selectors.php:144
-msgid "Custom selection"
-msgstr "Selección personalizada"
+#: ../../Zotlabs/Lib/Apps.php:380 ../../Zotlabs/Widget/Notifications.php:154
+#: ../../Zotlabs/Module/Pubstream.php:100
+msgid "Public Stream"
+msgstr "\"Stream\" público"
-#: ../../include/acl_selectors.php:146
-msgid ""
-"Select \"Allow\" to allow viewing. \"Don't allow\" lets you override and "
-"limit the scope of \"Allow\"."
-msgstr "Seleccione \"Permitir\" para permitir la visualización. \"No permitir\" le permite anular y limitar el alcance de \"Permitir\"."
+#: ../../Zotlabs/Lib/Apps.php:381
+msgid "My Chatrooms"
+msgstr "Mis salas de chat"
-#: ../../include/acl_selectors.php:147 ../../Zotlabs/Module/Authorize.php:32
-msgid "Allow"
-msgstr "Permitir"
+#: ../../Zotlabs/Lib/Apps.php:382
+msgid "Channel Export"
+msgstr "Exportar canal"
-#: ../../include/acl_selectors.php:148
-msgid "Don't allow"
-msgstr "No permitir"
+#: ../../Zotlabs/Lib/Apps.php:563 ../../Zotlabs/Module/Oauth.php:53
+#: ../../Zotlabs/Module/Oauth.php:135 ../../Zotlabs/Module/Connedit.php:748
+#: ../../Zotlabs/Module/Admin/Addons.php:460
+#: ../../Zotlabs/Module/Cdav.php:1044 ../../Zotlabs/Module/Cdav.php:1384
+#: ../../Zotlabs/Module/Oauth2.php:58 ../../Zotlabs/Module/Oauth2.php:142
+msgid "Update"
+msgstr "Actualizar"
-#: ../../include/acl_selectors.php:156 ../../Zotlabs/Widget/Pinned.php:163
-#: ../../Zotlabs/Module/Photos.php:1265 ../../Zotlabs/Lib/ThreadItem.php:496
-#: ../../Zotlabs/Storage/Browser.php:414
-msgid "Close"
-msgstr "Cerrar"
+#: ../../Zotlabs/Lib/Apps.php:563 ../../Zotlabs/Module/Admin/Addons.php:429
+msgid "Install"
+msgstr "Instalar"
-#: ../../include/acl_selectors.php:181
-#, php-format
-msgid ""
-"Post permissions %s cannot be changed %s after a post is shared.</br />These"
-" permissions set who is allowed to view the post."
-msgstr "Los permisos de la entrada %s no se pueden cambiar %s una vez que se ha compartido.</br /> Estos permisos establecen quién está autorizado para ver el mensaje."
+#: ../../Zotlabs/Lib/Apps.php:593 ../../Zotlabs/Lib/Apps.php:615
+msgid "Purchase"
+msgstr "Comprar"
-#: ../../include/oembed.php:155
-msgid "View PDF"
-msgstr "Ver PDF"
+#: ../../Zotlabs/Lib/Apps.php:620
+msgid "Undelete"
+msgstr "Recuperar"
-#: ../../include/oembed.php:391
-msgid " by "
-msgstr "por"
+#: ../../Zotlabs/Lib/Apps.php:628
+msgid "Add to app-tray"
+msgstr "Añadir a la bandeja de aplicaciones"
-#: ../../include/oembed.php:392
-msgid " on "
-msgstr "en"
+#: ../../Zotlabs/Lib/Apps.php:629
+msgid "Remove from app-tray"
+msgstr "Quitar de la bandeja de aplicaciones"
-#: ../../include/oembed.php:421
-msgid "Embedded content"
-msgstr "Contenido incorporado"
+#: ../../Zotlabs/Lib/Apps.php:630
+msgid "Pin to navbar"
+msgstr "Fijar en la barra de navegación"
-#: ../../include/oembed.php:430
-msgid "Embedding disabled"
-msgstr "Incrustación deshabilitada"
+#: ../../Zotlabs/Lib/Apps.php:631
+msgid "Unpin from navbar"
+msgstr "Quitar de la barra de navegación"
-#: ../../include/zid.php:410
+#: ../../Zotlabs/Lib/PermissionDescription.php:108
+#: ../../Zotlabs/Access/PermissionRoles.php:384
+msgid "Public"
+msgstr "Público"
+
+#: ../../Zotlabs/Lib/PermissionDescription.php:109
+msgid "Anybody in the $Projectname network"
+msgstr "Cualquiera en la red $Projectname"
+
+#: ../../Zotlabs/Lib/PermissionDescription.php:110
#, php-format
-msgid "OpenWebAuth: %1$s welcomes %2$s"
-msgstr "OpenWebAuth: %1$s da la bienvenida a %2$s"
+msgid "Any account on %s"
+msgstr "Cualquier cuenta en %s"
-#: ../../Zotlabs/Widget/Activity_order.php:96
-msgid "Commented Date"
-msgstr "Fecha de los comentarios"
+#: ../../Zotlabs/Lib/PermissionDescription.php:111
+msgid "Any of my connections"
+msgstr "Cualquiera de mis conexiones"
-#: ../../Zotlabs/Widget/Activity_order.php:100
-msgid "Order by last commented date"
-msgstr "Ordenar por la última fecha de los comentarios"
+#: ../../Zotlabs/Lib/PermissionDescription.php:112
+msgid "Only connections I specifically allow"
+msgstr "Sólo las conexiones que yo permita de forma explícita"
-#: ../../Zotlabs/Widget/Activity_order.php:103
-msgid "Posted Date"
-msgstr "Fecha de publicación"
+#: ../../Zotlabs/Lib/PermissionDescription.php:113
+msgid "Anybody authenticated (could include visitors from other networks)"
+msgstr "Cualquiera que esté autenticado (podría incluir a los visitantes de otras redes)"
-#: ../../Zotlabs/Widget/Activity_order.php:107
-msgid "Order by last posted date"
-msgstr "Ordenar por la ultima fecha de publicación"
+#: ../../Zotlabs/Lib/PermissionDescription.php:114
+msgid "Any connections including those who haven't yet been approved"
+msgstr "Cualquier conexión incluyendo aquellas que aún no han sido aprobadas"
-#: ../../Zotlabs/Widget/Activity_order.php:110
-msgid "Date Unthreaded"
-msgstr "Sin enhebrar por fecha"
+#: ../../Zotlabs/Lib/PermissionDescription.php:150
+msgid ""
+"This is your default setting for the audience of your normal stream, and "
+"posts."
+msgstr "Esta es la configuración predeterminada para su flujo (stream) habitual de publicaciones."
-#: ../../Zotlabs/Widget/Activity_order.php:114
-msgid "Order unthreaded by date"
-msgstr "Ordenar sin enhebrar por fecha"
+#: ../../Zotlabs/Lib/PermissionDescription.php:151
+msgid ""
+"This is your default setting for who can view your default channel profile"
+msgstr "Esta es su configuración por defecto para establecer quién puede ver su perfil del canal predeterminado"
-#: ../../Zotlabs/Widget/Activity_order.php:129
-msgid "Stream Order"
-msgstr "Orden del stream"
+#: ../../Zotlabs/Lib/PermissionDescription.php:152
+msgid "This is your default setting for who can view your connections"
+msgstr "Este es su ajuste predeterminado para establecer quién puede ver sus conexiones"
-#: ../../Zotlabs/Widget/Tokens.php:41
-msgid "Add new guest"
-msgstr "Añadir un nuevo invitado"
+#: ../../Zotlabs/Lib/PermissionDescription.php:153
+msgid ""
+"This is your default setting for who can view your file storage and photos"
+msgstr "Este es su ajuste predeterminado para establecer quién puede ver su repositorio de ficheros y sus fotos"
-#: ../../Zotlabs/Widget/Tokens.php:49 ../../Zotlabs/Module/Lockview.php:236
-msgid "Guest access"
-msgstr "Acceso para invitados"
+#: ../../Zotlabs/Lib/PermissionDescription.php:154
+msgid "This is your default setting for the audience of your webpages"
+msgstr "Este es el ajuste predeterminado para establecer la audiencia de sus páginas web"
-#: ../../Zotlabs/Widget/Archive.php:49
-msgid "Archives"
-msgstr "Hemeroteca"
+#: ../../Zotlabs/Lib/Permcat.php:83
+msgctxt "permcat"
+msgid "Default"
+msgstr "Predeterminado"
-#: ../../Zotlabs/Widget/Album.php:84 ../../Zotlabs/Widget/Portfolio.php:91
-#: ../../Zotlabs/Module/Embedphotos.php:171
-#: ../../Zotlabs/Module/Photos.php:782 ../../Zotlabs/Module/Photos.php:1323
-msgid "View Photo"
-msgstr "Ver foto"
+#: ../../Zotlabs/Lib/DB_Upgrade.php:67
+msgid "Source code of failed update: "
+msgstr "Código fuente de la actualización fallida: "
-#: ../../Zotlabs/Widget/Album.php:101 ../../Zotlabs/Widget/Portfolio.php:112
-#: ../../Zotlabs/Module/Embedphotos.php:187
-#: ../../Zotlabs/Module/Photos.php:813
-msgid "Edit Album"
-msgstr "Editar álbum"
+#: ../../Zotlabs/Lib/DB_Upgrade.php:88
+#, php-format
+msgid "Update Error at %s"
+msgstr "Error de actualización en %s"
-#: ../../Zotlabs/Widget/Album.php:103 ../../Zotlabs/Widget/Cdav.php:152
-#: ../../Zotlabs/Widget/Cdav.php:188 ../../Zotlabs/Widget/Portfolio.php:114
-#: ../../Zotlabs/Module/Embedphotos.php:189
-#: ../../Zotlabs/Module/Profile_photo.php:547
-#: ../../Zotlabs/Module/Cover_photo.php:423
-#: ../../Zotlabs/Module/Photos.php:681 ../../Zotlabs/Storage/Browser.php:546
-msgid "Upload"
-msgstr "Subir"
+#: ../../Zotlabs/Lib/DB_Upgrade.php:94
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "La actualización %s ha fallado. Mire el informe de errores."
-#: ../../Zotlabs/Widget/Tasklist.php:31
-msgid "Tasks"
-msgstr "Tareas"
+#: ../../Zotlabs/Lib/Connect.php:46 ../../Zotlabs/Lib/Connect.php:147
+msgid "Channel is blocked on this site."
+msgstr "El canal está bloqueado en este sitio."
-#: ../../Zotlabs/Widget/Chatroom_members.php:17
-msgid "Chat Members"
-msgstr "Miembros del chat"
+#: ../../Zotlabs/Lib/Connect.php:51
+msgid "Channel location missing."
+msgstr "Falta la dirección del canal."
-#: ../../Zotlabs/Widget/Channel_activities.php:29
-#: ../../Zotlabs/Module/Go.php:27
-msgid "Welcome"
-msgstr "Bienvenido/a"
+#: ../../Zotlabs/Lib/Connect.php:105
+msgid "Remote channel or protocol unavailable."
+msgstr "Canal remoto o protocolo no disponible."
-#: ../../Zotlabs/Widget/Channel_activities.php:46
-msgid "No recent activities"
-msgstr "No hay actividades recientes"
+#: ../../Zotlabs/Lib/Connect.php:141
+msgid "Channel discovery failed."
+msgstr "El intento de acceder al canal ha fallado."
-#: ../../Zotlabs/Widget/Channel_activities.php:214
-msgctxt "noun"
-msgid "new connection"
-msgid_plural "new connections"
-msgstr[0] "Nueva conexión"
-msgstr[1] "Nuevas conexiones"
-msgstr[2] "nuevas conexiones"
+#: ../../Zotlabs/Lib/Connect.php:159
+msgid "Protocol disabled."
+msgstr "Protocolo deshabilitado."
-#: ../../Zotlabs/Widget/Channel_activities.php:220
-msgctxt "noun"
-msgid "notice"
-msgid_plural "notices"
-msgstr[0] "aviso"
-msgstr[1] "avisos"
-msgstr[2] "avisos"
+#: ../../Zotlabs/Lib/Connect.php:171
+msgid "Cannot connect to yourself."
+msgstr "No puede conectarse consigo mismo."
-#: ../../Zotlabs/Widget/Pinned.php:75 ../../Zotlabs/Lib/ThreadItem.php:206
+#: ../../Zotlabs/Lib/Connect.php:276
+msgid "error saving data"
+msgstr "error guardando los datos"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:108
+msgid "Restricted message"
+msgstr "Mensaje restringido"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:115
+msgid "Direct message"
+msgstr "Mensaje directo"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:120
+msgid "Public Policy"
+msgstr "Política pública"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:152
+msgid "Privacy conflict. Discretion advised."
+msgstr "Conflicto de privacidad. Se aconseja discreción."
+
+#: ../../Zotlabs/Lib/ThreadItem.php:183 ../../Zotlabs/Storage/Browser.php:372
+msgid "Admin Delete"
+msgstr "Eliminar admin"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:186 ../../Zotlabs/Module/Filer.php:55
+msgid "Save to Folder"
+msgstr "Guardar en carpeta"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:206 ../../Zotlabs/Widget/Pinned.php:75
msgid "I will attend"
msgstr "Participaré"
-#: ../../Zotlabs/Widget/Pinned.php:75 ../../Zotlabs/Lib/ThreadItem.php:206
+#: ../../Zotlabs/Lib/ThreadItem.php:206 ../../Zotlabs/Widget/Pinned.php:75
msgid "I will not attend"
msgstr "No participaré"
-#: ../../Zotlabs/Widget/Pinned.php:75 ../../Zotlabs/Lib/ThreadItem.php:206
+#: ../../Zotlabs/Lib/ThreadItem.php:206 ../../Zotlabs/Widget/Pinned.php:75
msgid "I might attend"
msgstr "Quizá participe"
-#: ../../Zotlabs/Widget/Pinned.php:86
-msgid "I agree"
-msgstr "Estoy de acuerdo"
+#: ../../Zotlabs/Lib/ThreadItem.php:229 ../../Zotlabs/Lib/ThreadItem.php:242
+#: ../../Zotlabs/Module/Photos.php:1126 ../../Zotlabs/Module/Photos.php:1138
+msgid "View all"
+msgstr "Ver todo"
-#: ../../Zotlabs/Widget/Pinned.php:86
-msgid "I disagree"
-msgstr "No estoy de acuerdo"
+#: ../../Zotlabs/Lib/ThreadItem.php:310 ../../Zotlabs/Module/Photos.php:1074
+msgid "I like this (toggle)"
+msgstr "Me gusta (cambiar)"
-#: ../../Zotlabs/Widget/Pinned.php:86
-msgid "I abstain"
-msgstr "Me abstengo"
+#: ../../Zotlabs/Lib/ThreadItem.php:311 ../../Zotlabs/Module/Photos.php:1075
+msgid "I don't like this (toggle)"
+msgstr "No me gusta esto (cambiar)"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:312
+msgid "Reply on this comment"
+msgstr "Responder a este comentario"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:312
+msgid "reply"
+msgstr "responder"
-#: ../../Zotlabs/Widget/Pinned.php:104 ../../Zotlabs/Lib/ThreadItem.php:324
+#: ../../Zotlabs/Lib/ThreadItem.php:312
+msgid "Reply to"
+msgstr "Responder a "
+
+#: ../../Zotlabs/Lib/ThreadItem.php:324 ../../Zotlabs/Widget/Pinned.php:104
msgid "Share This"
msgstr "Compartir esto"
-#: ../../Zotlabs/Widget/Pinned.php:104 ../../Zotlabs/Lib/ThreadItem.php:324
+#: ../../Zotlabs/Lib/ThreadItem.php:324 ../../Zotlabs/Widget/Pinned.php:104
msgid "share"
msgstr "compartir"
-#: ../../Zotlabs/Widget/Pinned.php:127 ../../Zotlabs/Widget/Pinned.php:128
+#: ../../Zotlabs/Lib/ThreadItem.php:335
+msgid "Delivery Report"
+msgstr "Informe de transmisión"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:355
#, php-format
-msgid "View %s's profile - %s"
-msgstr "Ver el perfil de %s - %s"
+msgid "%d Comment"
+msgid_plural "%d Comments"
+msgstr[0] "%d comentario"
+msgstr[1] "%d comentarios"
+msgstr[2] "%d comentarios"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:356
+#, php-format
+msgid "%d unseen"
+msgstr "%dno visto/a vistos/as"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:406
+msgid "Forum"
+msgstr "Foro"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:413
+msgid "to"
+msgstr "a"
-#: ../../Zotlabs/Widget/Pinned.php:132 ../../Zotlabs/Widget/Messages.php:146
-#: ../../Zotlabs/Lib/ThreadItem.php:414
+#: ../../Zotlabs/Lib/ThreadItem.php:414 ../../Zotlabs/Widget/Messages.php:148
+#: ../../Zotlabs/Widget/Pinned.php:132
msgid "via"
msgstr "mediante"
-#: ../../Zotlabs/Widget/Pinned.php:146 ../../Zotlabs/Lib/ThreadItem.php:445
+#: ../../Zotlabs/Lib/ThreadItem.php:415
+msgid "Wall-to-Wall"
+msgstr "De página del perfil a página del perfil (de \"muro\" a \"muro\")"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:416
+msgid "via Wall-To-Wall:"
+msgstr "Mediante el procedimiento página del perfil a página del perfil (de \"muro\" a \"muro\")"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:444
+msgid "Attend"
+msgstr "Participar o asistir"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:445 ../../Zotlabs/Widget/Pinned.php:146
msgid "Attendance Options"
msgstr "Opciones de participación o asistencia"
-#: ../../Zotlabs/Widget/Pinned.php:147 ../../Zotlabs/Lib/ThreadItem.php:447
+#: ../../Zotlabs/Lib/ThreadItem.php:447 ../../Zotlabs/Widget/Pinned.php:147
msgid "Voting Options"
msgstr "Opciones de votación"
-#: ../../Zotlabs/Widget/Pinned.php:159 ../../Zotlabs/Lib/ThreadItem.php:471
+#: ../../Zotlabs/Lib/ThreadItem.php:462
+msgid "Go to previous comment"
+msgstr "Ir al comentario anterior"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:471 ../../Zotlabs/Widget/Pinned.php:159
msgid "Pinned post"
msgstr "Entradas ancladas"
-#: ../../Zotlabs/Widget/Pinned.php:161
-msgid "Don't show"
-msgstr "No mostrar"
-
-#: ../../Zotlabs/Widget/Activity.php:55
-msgctxt "widget"
-msgid "Activity"
-msgstr "Actividad"
-
-#: ../../Zotlabs/Widget/Cdav.php:41
-msgid "Select Channel"
-msgstr "Seleccionar un canal"
-
-#: ../../Zotlabs/Widget/Cdav.php:46
-msgid "Read-write"
-msgstr "Lectura y escritura"
+#: ../../Zotlabs/Lib/ThreadItem.php:475
+msgid "Add to Calendar"
+msgstr "Añadir al calendario"
-#: ../../Zotlabs/Widget/Cdav.php:47
-msgid "Read-only"
-msgstr "Sólo lectura"
+#: ../../Zotlabs/Lib/ThreadItem.php:483
+#: ../../Zotlabs/Module/Notifications.php:111
+msgid "Mark all seen"
+msgstr "Marcar todo como visto"
-#: ../../Zotlabs/Widget/Cdav.php:133
-msgid "Channel Calendar"
-msgstr "Calendario del canal"
+#: ../../Zotlabs/Lib/ThreadItem.php:490 ../../Zotlabs/Module/Photos.php:1260
+msgctxt "noun"
+msgid "Likes"
+msgstr "Me gusta"
-#: ../../Zotlabs/Widget/Cdav.php:135 ../../Zotlabs/Widget/Cdav.php:149
-#: ../../Zotlabs/Module/Cdav.php:1046
-msgid "CalDAV Calendars"
-msgstr "Calendarios CalDAV"
+#: ../../Zotlabs/Lib/ThreadItem.php:491 ../../Zotlabs/Module/Photos.php:1261
+msgctxt "noun"
+msgid "Dislikes"
+msgstr "No me gusta"
-#: ../../Zotlabs/Widget/Cdav.php:137
-msgid "Shared CalDAV Calendars"
-msgstr "Calendarios CalDAV compartidos"
+#: ../../Zotlabs/Lib/ThreadItem.php:829 ../../Zotlabs/Module/Photos.php:1092
+#: ../../Zotlabs/Module/Photos.php:1205
+msgid "This is you"
+msgstr "Este es usted"
-#: ../../Zotlabs/Widget/Cdav.php:141
-msgid "Share this calendar"
-msgstr "Compartir este calendario"
+#: ../../Zotlabs/Lib/ThreadItem.php:838
+msgid "Image"
+msgstr "Imagen"
-#: ../../Zotlabs/Widget/Cdav.php:143
-msgid "Calendar name and color"
-msgstr "Nombre y color del calendario"
+#: ../../Zotlabs/Lib/ThreadItem.php:840
+msgid "Insert Link"
+msgstr "Insertar enlace"
-#: ../../Zotlabs/Widget/Cdav.php:145
-msgid "Create new CalDAV calendar"
-msgstr "Crear un nuevo calendario CalDAV"
+#: ../../Zotlabs/Lib/ThreadItem.php:841
+msgid "Video"
+msgstr "Vídeo"
-#: ../../Zotlabs/Widget/Cdav.php:146 ../../Zotlabs/Widget/Cdav.php:184
-#: ../../Zotlabs/Module/Cdav.php:1050 ../../Zotlabs/Module/Cdav.php:1379
-#: ../../Zotlabs/Module/Webpages.php:249
-#: ../../Zotlabs/Module/New_channel.php:189
-#: ../../Zotlabs/Module/Blocks.php:157 ../../Zotlabs/Module/Menu.php:182
-#: ../../Zotlabs/Module/Connedit.php:747 ../../Zotlabs/Module/Layouts.php:183
-#: ../../Zotlabs/Storage/Browser.php:368 ../../Zotlabs/Storage/Browser.php:544
-msgid "Create"
-msgstr "Crear"
+#: ../../Zotlabs/Lib/ThreadItem.php:850
+msgid "Your full name (required)"
+msgstr "Su nombre completo (requerido)"
-#: ../../Zotlabs/Widget/Cdav.php:147
-msgid "Calendar Name"
-msgstr "Nombre del calendario"
+#: ../../Zotlabs/Lib/ThreadItem.php:851
+msgid "Your email address (required)"
+msgstr "Su dirección de correo electrónico (requerido)"
-#: ../../Zotlabs/Widget/Cdav.php:148
-msgid "Calendar Tools"
-msgstr "Gestión de calendarios"
+#: ../../Zotlabs/Lib/ThreadItem.php:852
+msgid "Your website URL (optional)"
+msgstr "La URL de su sitio web (opcional)"
-#: ../../Zotlabs/Widget/Cdav.php:149 ../../Zotlabs/Module/Cdav.php:1046
-msgid "Channel Calendars"
-msgstr "Calendarios del canal"
+#: ../../Zotlabs/Lib/Libzot.php:686
+msgid "Unable to verify channel signature"
+msgstr "No ha sido posible de verificar la firma del canal"
-#: ../../Zotlabs/Widget/Cdav.php:150
-msgid "Import calendar"
-msgstr "Importar un calendario"
+#: ../../Zotlabs/Lib/Activity.php:2395
+#, php-format
+msgid "Likes %1$s's %2$s"
+msgstr "Gusta de %2$sde %1$s"
-#: ../../Zotlabs/Widget/Cdav.php:151
-msgid "Select a calendar to import to"
-msgstr "Seleccionar un calendario para importarlo"
+#: ../../Zotlabs/Lib/Activity.php:2398
+#, php-format
+msgid "Doesn't like %1$s's %2$s"
+msgstr "No le gusta %2$sde %1$s"
-#: ../../Zotlabs/Widget/Cdav.php:178
-msgid "Addressbooks"
-msgstr "Agenda de direcciones"
+#: ../../Zotlabs/Lib/Activity.php:2404
+#, php-format
+msgid "Will attend %s's event"
+msgstr "Asistirá al evento de %s"
-#: ../../Zotlabs/Widget/Cdav.php:180
-msgid "Addressbook name"
-msgstr "Nombre de la agenda"
+#: ../../Zotlabs/Lib/Activity.php:2407
+#, php-format
+msgid "Will not attend %s's event"
+msgstr "No asistirá al evento de %s"
-#: ../../Zotlabs/Widget/Cdav.php:182
-msgid "Create new addressbook"
-msgstr "Crear una nueva agenda de direcciones"
+#: ../../Zotlabs/Lib/Activity.php:2410
+#, php-format
+msgid "May attend %s's event"
+msgstr "Puede asistir al evento de %s"
-#: ../../Zotlabs/Widget/Cdav.php:183
-msgid "Addressbook Name"
-msgstr "Nombre de la agenda"
+#: ../../Zotlabs/Lib/Activity.php:2413
+#, php-format
+msgid "May not attend %s's event"
+msgstr "Puede no asistir al evento de %s"
-#: ../../Zotlabs/Widget/Cdav.php:185
-msgid "Addressbook Tools"
-msgstr "Gestión de agendas de direcciones"
+#: ../../Zotlabs/Lib/Libsync.php:819
+#, php-format
+msgid "Unable to verify site signature for %s"
+msgstr "No ha sido posible de verificar la firma del sitio para %s"
-#: ../../Zotlabs/Widget/Cdav.php:186
-msgid "Import addressbook"
-msgstr "Importar una agenda de direcciones"
+#: ../../Zotlabs/Lib/Libzotdir.php:163
+msgid "Directory Options"
+msgstr "Opciones del directorio"
-#: ../../Zotlabs/Widget/Cdav.php:187
-msgid "Select an addressbook to import to"
-msgstr "Seleccionar una agenda para importarla"
+#: ../../Zotlabs/Lib/Libzotdir.php:165
+msgid "Safe Mode"
+msgstr "Modo seguro"
-#: ../../Zotlabs/Widget/Savedsearch.php:81
-msgid "Remove term"
-msgstr "Eliminar término"
+#: ../../Zotlabs/Lib/Libzotdir.php:166
+msgid "Public Forums Only"
+msgstr "Solo foros públicos"
-#: ../../Zotlabs/Widget/Suggestedchats.php:36
-msgid "Suggested Chatrooms"
-msgstr "Salas de chat sugeridas"
+#: ../../Zotlabs/Lib/Libzotdir.php:168
+msgid "This Website Only"
+msgstr "Solo este sitio web"
-#: ../../Zotlabs/Widget/Settings_menu.php:37
-msgid "Account settings"
-msgstr "Configuración de la cuenta"
+#: ../../Zotlabs/Lib/Chatroom.php:25
+msgid "Missing room name"
+msgstr "Sala de chat sin nombre"
-#: ../../Zotlabs/Widget/Settings_menu.php:43
-msgid "Channel settings"
-msgstr "Configuración del canal"
+#: ../../Zotlabs/Lib/Chatroom.php:34
+msgid "Duplicate room name"
+msgstr "Nombre de sala duplicado."
-#: ../../Zotlabs/Widget/Settings_menu.php:49
-msgid "Privacy settings"
-msgstr "Ajustes de privacidad"
+#: ../../Zotlabs/Lib/Chatroom.php:84 ../../Zotlabs/Lib/Chatroom.php:92
+msgid "Invalid room specifier."
+msgstr "Especificador de sala no válido."
-#: ../../Zotlabs/Widget/Settings_menu.php:56
-msgid "Display settings"
-msgstr "Ajustes de visualización"
+#: ../../Zotlabs/Lib/Chatroom.php:124
+msgid "Room not found."
+msgstr "Sala no encontrada."
-#: ../../Zotlabs/Widget/Settings_menu.php:63
-msgid "Manage locations"
-msgstr "Gestión de ubicaciones (clones) del canal"
+#: ../../Zotlabs/Lib/Chatroom.php:145
+msgid "Room is full"
+msgstr "La sala está llena."
-#: ../../Zotlabs/Widget/Chatroom_list.php:26
-msgid "Overview"
-msgstr "Resumen"
+#: ../../Zotlabs/Lib/Techlevels.php:10
+msgid "0. Beginner/Basic"
+msgstr "0. Principiante/Básico"
-#: ../../Zotlabs/Widget/Suggestions.php:53 ../../Zotlabs/Module/Suggest.php:71
-msgid "Ignore/Hide"
-msgstr "Ignorar/Ocultar"
+#: ../../Zotlabs/Lib/Techlevels.php:11
+msgid "1. Novice - not skilled but willing to learn"
+msgstr "1. Novato: no cualificado, pero dispuesto a aprender"
-#: ../../Zotlabs/Widget/Suggestions.php:58
-msgid "Suggestions"
-msgstr "Sugerencias"
+#: ../../Zotlabs/Lib/Techlevels.php:12
+msgid "2. Intermediate - somewhat comfortable"
+msgstr "2. Intermedio - algo cómodo"
-#: ../../Zotlabs/Widget/Suggestions.php:59
-msgid "See more..."
-msgstr "Ver más..."
+#: ../../Zotlabs/Lib/Techlevels.php:13
+msgid "3. Advanced - very comfortable"
+msgstr "3. Avanzado - muy cómodo"
-#: ../../Zotlabs/Widget/Bookmarkedchats.php:25
-msgid "Bookmarked Chatrooms"
-msgstr "Salas de chat preferidas"
+#: ../../Zotlabs/Lib/Techlevels.php:14
+msgid "4. Expert - I can write computer code"
+msgstr "4. Experto - Puedo escribir código informático"
-#: ../../Zotlabs/Widget/Appcategories.php:49
-msgid "App Categories"
-msgstr "Categorías de aplicaciones"
+#: ../../Zotlabs/Lib/Techlevels.php:15
+msgid "5. Wizard - I probably know more than you do"
+msgstr "5. Colaborador - probablemente sé más que tú"
-#: ../../Zotlabs/Widget/Hq_controls.php:23
-msgid "Toggle post editor"
-msgstr "Alternar editor de entradas"
+#: ../../Zotlabs/Lib/AccessList.php:26
+msgid ""
+"A deleted privacy group with this name was revived. Existing item "
+"permissions <strong>may</strong> apply to this privacy group and any future "
+"members. If this is not what you intended, please create another privacy "
+"group with a different name."
+msgstr "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos que ya existen sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente."
-#: ../../Zotlabs/Widget/Hq_controls.php:33
-msgid "Toggle personal notes"
-msgstr "Alternar notas personales"
+#: ../../Zotlabs/Lib/AccessList.php:268
+msgid "Select a privacy group"
+msgstr "Seleccionar un grupo privado de canales"
-#: ../../Zotlabs/Widget/Hq_controls.php:43
-msgid "Channel activities"
-msgstr "Actividades del canal"
+#: ../../Zotlabs/Access/PermissionRoles.php:337
+msgid "Social Networking"
+msgstr "Redes sociales"
-#: ../../Zotlabs/Widget/Permcats.php:43
-msgid "Add new role"
-msgstr "Añadir nuevo rol"
+#: ../../Zotlabs/Access/PermissionRoles.php:338
+msgid "Social - Federation"
+msgstr "Social - Federación"
-#: ../../Zotlabs/Widget/Permcats.php:92
-#: ../../Zotlabs/Module/Contactedit.php:409
-msgid "Contact roles"
-msgstr "Roles del contacto"
+#: ../../Zotlabs/Access/PermissionRoles.php:339
+msgid "Social - Mostly Public"
+msgstr "Social - Público en su mayor parte"
-#: ../../Zotlabs/Widget/Permcats.php:93
-msgid "Role members"
-msgstr "Miembros del rol"
+#: ../../Zotlabs/Access/PermissionRoles.php:340
+msgid "Social - Restricted"
+msgstr "Social - Restringido"
-#: ../../Zotlabs/Widget/Photo.php:54 ../../Zotlabs/Widget/Photo_rand.php:63
-msgid "photo/image"
-msgstr "foto/imagen"
+#: ../../Zotlabs/Access/PermissionRoles.php:341
+msgid "Social - Private"
+msgstr "Social - Privado"
-#: ../../Zotlabs/Widget/Admin.php:27 ../../Zotlabs/Module/Admin/Site.php:414
-msgid "Site"
-msgstr "Sitio"
+#: ../../Zotlabs/Access/PermissionRoles.php:344
+msgid "Community Forum"
+msgstr "Foro de discusión"
-#: ../../Zotlabs/Widget/Admin.php:28
-#: ../../Zotlabs/Module/Admin/Accounts.php:308
-#: ../../Zotlabs/Module/Admin/Accounts.php:327
-#: ../../Zotlabs/Module/Admin.php:95
-msgid "Accounts"
-msgstr "Cuentas"
+#: ../../Zotlabs/Access/PermissionRoles.php:345
+msgid "Forum - Mostly Public"
+msgstr "Foro - Público en su mayor parte"
-#: ../../Zotlabs/Widget/Admin.php:28 ../../Zotlabs/Widget/Admin.php:66
-msgid "Member registrations waiting for confirmation"
-msgstr "Inscripciones de nuevos miembros pendientes de aprobación"
+#: ../../Zotlabs/Access/PermissionRoles.php:346
+msgid "Forum - Restricted"
+msgstr "Foro - Restringido"
-#: ../../Zotlabs/Widget/Admin.php:30
-#: ../../Zotlabs/Module/Admin/Security.php:106
-msgid "Security"
-msgstr "Seguridad"
+#: ../../Zotlabs/Access/PermissionRoles.php:347
+msgid "Forum - Private"
+msgstr "Foro - Privado"
-#: ../../Zotlabs/Widget/Admin.php:31 ../../Zotlabs/Lib/Apps.php:363
-msgid "Features"
-msgstr "Funcionalidades"
+#: ../../Zotlabs/Access/PermissionRoles.php:350
+msgid "Feed Republish"
+msgstr "Republicar un \"feed\""
-#: ../../Zotlabs/Widget/Admin.php:32 ../../Zotlabs/Module/Admin/Addons.php:346
-#: ../../Zotlabs/Module/Admin/Addons.php:444
-msgid "Addons"
-msgstr "Addons"
+#: ../../Zotlabs/Access/PermissionRoles.php:351
+msgid "Feed - Mostly Public"
+msgstr "Feed - Público en su mayor parte"
-#: ../../Zotlabs/Widget/Admin.php:33 ../../Zotlabs/Module/Admin/Themes.php:123
-#: ../../Zotlabs/Module/Admin/Themes.php:157
-msgid "Themes"
-msgstr "Temas"
+#: ../../Zotlabs/Access/PermissionRoles.php:352
+msgid "Feed - Restricted"
+msgstr "Feed - Restringido"
-#: ../../Zotlabs/Widget/Admin.php:34
-msgid "Inspect queue"
-msgstr "Examinar la cola"
+#: ../../Zotlabs/Access/PermissionRoles.php:355
+msgid "Special Purpose"
+msgstr "Propósito especial"
-#: ../../Zotlabs/Widget/Admin.php:35
-msgid "Queueworker"
-msgstr "Queueworker - Trabajador de cola"
+#: ../../Zotlabs/Access/PermissionRoles.php:356
+msgid "Special - Celebrity/Soapbox"
+msgstr "Especial - Celebridad / Tribuna improvisada"
-#: ../../Zotlabs/Widget/Admin.php:36 ../../Zotlabs/Module/Admin/Profs.php:168
-msgid "Profile Fields"
-msgstr "Campos del perfil"
+#: ../../Zotlabs/Access/PermissionRoles.php:357
+msgid "Special - Group Repository"
+msgstr "Especial - Repositorio de grupo"
-#: ../../Zotlabs/Widget/Admin.php:37
-msgid "DB updates"
-msgstr "Actualizaciones de la base de datos"
+#: ../../Zotlabs/Access/PermissionRoles.php:361
+msgid "Custom/Expert Mode"
+msgstr "Modo personalizado/experto"
-#: ../../Zotlabs/Widget/Admin.php:54 ../../Zotlabs/Widget/Admin.php:64
-#: ../../Zotlabs/Module/Admin/Logs.php:83
-msgid "Logs"
-msgstr "Informes"
+#: ../../Zotlabs/Access/PermissionRoles.php:385
+msgid "Personal"
+msgstr "Personales"
-#: ../../Zotlabs/Widget/Admin.php:62
-msgid "Addon Features"
-msgstr "Características del addon"
+#: ../../Zotlabs/Access/PermissionRoles.php:386
+msgid "Community forum"
+msgstr "Foro de discusión"
-#: ../../Zotlabs/Widget/Activity_filter.php:44
-#: ../../Zotlabs/Widget/Notifications.php:62
-msgid "Direct Messages"
-msgstr "Mensajes directos"
+#: ../../Zotlabs/Access/PermissionRoles.php:387
+msgid "Custom"
+msgstr "Personalizado"
-#: ../../Zotlabs/Widget/Activity_filter.php:48
-msgid "Show direct (private) messages"
-msgstr "Mostrar mensajes (privados) directos"
+#: ../../Zotlabs/Access/Permissions.php:56
+msgid "Can view my channel stream and posts"
+msgstr "Pueden verse la actividad y publicaciones de mi canal"
-#: ../../Zotlabs/Widget/Activity_filter.php:53
-#: ../../Zotlabs/Widget/Notifications.php:81
-msgid "Events"
-msgstr "Eventos"
+#: ../../Zotlabs/Access/Permissions.php:57
+msgid "Can send me their channel stream and posts"
+msgstr "Se me pueden enviar entradas y contenido de un canal"
-#: ../../Zotlabs/Widget/Activity_filter.php:57
-msgid "Show posts that include events"
-msgstr "Mostrar entradas que incluyan eventos"
+#: ../../Zotlabs/Access/Permissions.php:58
+msgid "Can view my default channel profile"
+msgstr "Puede verse mi perfil de canal predeterminado."
-#: ../../Zotlabs/Widget/Activity_filter.php:63
-msgid "Polls"
-msgstr "Encuestas"
+#: ../../Zotlabs/Access/Permissions.php:59
+msgid "Can view my connections"
+msgstr "Pueden verse mis conexiones"
-#: ../../Zotlabs/Widget/Activity_filter.php:67
-msgid "Show posts that include polls"
-msgstr "Mostrar entradas que incluyan encuestas"
+#: ../../Zotlabs/Access/Permissions.php:60
+msgid "Can view my file storage and photos"
+msgstr "Pueden verse mi repositorio de ficheros y mis fotos"
-#: ../../Zotlabs/Widget/Activity_filter.php:90
-#, php-format
-msgid "Show posts related to the %s privacy group"
-msgstr "Mostrar entradas relacionadas con el grupo %s"
+#: ../../Zotlabs/Access/Permissions.php:61
+msgid "Can upload/modify my file storage and photos"
+msgstr "Se pueden subir / modificar elementos en mi repositorio de ficheros y fotos"
-#: ../../Zotlabs/Widget/Activity_filter.php:99
-msgid "Show my privacy groups"
-msgstr "Mostrar mis grupos de canales"
+#: ../../Zotlabs/Access/Permissions.php:62
+msgid "Can view my channel webpages"
+msgstr "Pueden verse las páginas personales de mi canal"
-#: ../../Zotlabs/Widget/Activity_filter.php:123
-msgid "Show posts to this forum"
-msgstr "Mostrar las entradas en este foro"
+#: ../../Zotlabs/Access/Permissions.php:63
+msgid "Can view my wiki pages"
+msgstr "Pueden verse mis páginas wiki"
-#: ../../Zotlabs/Widget/Activity_filter.php:134
-msgid "Show forums"
-msgstr "Mostrar los foros"
+#: ../../Zotlabs/Access/Permissions.php:64
+msgid "Can create/edit my channel webpages"
+msgstr "Pueden crearse / modificarse páginas personales en mi canal"
-#: ../../Zotlabs/Widget/Activity_filter.php:148
-msgid "Starred Posts"
-msgstr "Entradas preferidas"
+#: ../../Zotlabs/Access/Permissions.php:65
+msgid "Can write to my wiki pages"
+msgstr "Se pueden modificar las páginas de mi wiki"
-#: ../../Zotlabs/Widget/Activity_filter.php:152
-msgid "Show posts that I have starred"
-msgstr "Mostrar entradas que he señalado como preferidas"
+#: ../../Zotlabs/Access/Permissions.php:66
+msgid "Can post on my channel (wall) page"
+msgstr "Pueden crearse entradas en mi página de inicio del canal (“muro”)"
-#: ../../Zotlabs/Widget/Activity_filter.php:163
-msgid "Personal Posts"
-msgstr "Entradas personales"
+#: ../../Zotlabs/Access/Permissions.php:67
+msgid "Can comment on or like my posts"
+msgstr "Pueden publicarse comentarios en mis publicaciones o marcar mis entradas con 'me gusta'."
-#: ../../Zotlabs/Widget/Activity_filter.php:167
-msgid "Show posts that mention or involve me"
-msgstr "Mostrar entradas que me mencionen o involucren"
+#: ../../Zotlabs/Access/Permissions.php:68
+msgid "Can send me direct messages"
+msgstr "Se me pueden enviar mensajes privados"
-#: ../../Zotlabs/Widget/Activity_filter.php:190
-#, php-format
-msgid "Show posts that I have filed to %s"
-msgstr "Mostrar las entradas que he enviado a %s"
+#: ../../Zotlabs/Access/Permissions.php:69
+msgid "Can like/dislike profiles and profile things"
+msgstr "Se puede mostrar agrado o desagrado (Me gusta / No me gusta) en mis perfiles y sus distintos apartados"
-#: ../../Zotlabs/Widget/Activity_filter.php:200
-msgid "Show filed post categories"
-msgstr "Mostrar los temas de las entradas archivadas"
+#: ../../Zotlabs/Access/Permissions.php:70
+msgid "Can chat with me"
+msgstr "Se puede chatear conmigo"
-#: ../../Zotlabs/Widget/Activity_filter.php:214
-msgid "Panel search"
-msgstr "Panel de búsqueda"
+#: ../../Zotlabs/Access/Permissions.php:71
+msgid "Can source/mirror my public posts in derived channels"
+msgstr "Pueden utilizarse mis entradas públicas en canales derivados"
-#: ../../Zotlabs/Widget/Activity_filter.php:224
-msgid "Filter by name"
-msgstr "Filtrar por nombre"
+#: ../../Zotlabs/Access/Permissions.php:73
+msgid "Can administer my channel"
+msgstr "Se puede administrar mi canal"
-#: ../../Zotlabs/Widget/Activity_filter.php:239
-msgid "Remove active filter"
-msgstr "Eliminar el filtro activo"
+#: ../../Zotlabs/Widget/Tasklist.php:31
+msgid "Tasks"
+msgstr "Tareas"
-#: ../../Zotlabs/Widget/Activity_filter.php:255
-msgid "Stream Filters"
-msgstr "Filtros del stream"
+#: ../../Zotlabs/Widget/Cover_photo.php:74
+msgid "Click to show more"
+msgstr "Hacer clic para ver más"
#: ../../Zotlabs/Widget/Appstore.php:16
msgid "App Collections"
@@ -7695,15 +8199,6 @@ msgstr "Aplicaciones instaladas"
msgid "Available Apps"
msgstr "Aplicaciones disponibles"
-#: ../../Zotlabs/Widget/Privacygroups.php:45
-msgid "Add new group"
-msgstr "Añadir nuevo grupo"
-
-#: ../../Zotlabs/Widget/Privacygroups.php:54
-#: ../../Zotlabs/Module/Contactedit.php:443
-msgid "Privacy groups"
-msgstr "Grupos de canales"
-
#: ../../Zotlabs/Widget/Rating.php:57
msgid "Rating Tools"
msgstr "Valoraciones"
@@ -7716,61 +8211,143 @@ msgstr "Valorar este canal"
msgid "View Ratings"
msgstr "Mostrar las valoraciones"
-#: ../../Zotlabs/Widget/Cover_photo.php:74
-msgid "Click to show more"
-msgstr "Hacer clic para ver más"
+#: ../../Zotlabs/Widget/Notifications.php:24
+msgid "New network activity notifications"
+msgstr "Avisos de nueva actividad en la red"
-#: ../../Zotlabs/Widget/Follow.php:27 ../../Zotlabs/Module/Connections.php:377
-#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
-msgstr "Tiene %1$.0f de %2$.0f conexiones permitidas."
+#: ../../Zotlabs/Widget/Notifications.php:27
+msgid "Network stream"
+msgstr "Stream de la red"
-#: ../../Zotlabs/Widget/Follow.php:34
-msgid "Add New Connection"
-msgstr "Añadir nueva conexión"
+#: ../../Zotlabs/Widget/Notifications.php:30
+#: ../../Zotlabs/Widget/Notifications.php:69
+msgid "Mark all notifications read"
+msgstr "Marcar todas las notificaciones como leídas"
-#: ../../Zotlabs/Widget/Follow.php:35
-msgid "Enter channel address"
-msgstr "Dirección del canal"
+#: ../../Zotlabs/Widget/Notifications.php:33
+#: ../../Zotlabs/Widget/Notifications.php:53
+#: ../../Zotlabs/Widget/Notifications.php:72
+#: ../../Zotlabs/Widget/Notifications.php:166
+msgid "Show new posts only"
+msgstr "Mostrar solo las entradas nuevas"
-#: ../../Zotlabs/Widget/Follow.php:36
-msgid "Examples: bob@example.com, https://example.com/barbara"
-msgstr "Ejemplos: manuel@ejemplo.com, https://ejemplo.com/carmen"
+#: ../../Zotlabs/Widget/Notifications.php:34
+#: ../../Zotlabs/Widget/Notifications.php:54
+#: ../../Zotlabs/Widget/Notifications.php:73
+#: ../../Zotlabs/Widget/Notifications.php:134
+#: ../../Zotlabs/Widget/Notifications.php:167
+#: ../../Zotlabs/Widget/Messages.php:39
+msgid "Filter by name or address"
+msgstr "Filtrar por nombre o dirección"
-#: ../../Zotlabs/Widget/Messages.php:32
-msgid "Public and restricted messages"
-msgstr "Mensajes públicos y restringidos"
+#: ../../Zotlabs/Widget/Notifications.php:44
+msgid "New home activity notifications"
+msgstr "Avisos de nueva actividad en su página principal"
-#: ../../Zotlabs/Widget/Messages.php:33
-msgid "Direct messages"
+#: ../../Zotlabs/Widget/Notifications.php:47
+msgid "Home stream"
+msgstr "Stream de su página principal"
+
+#: ../../Zotlabs/Widget/Notifications.php:50
+msgid "Mark all notifications seen"
+msgstr "Marcar todas las notificaciones como vistas"
+
+#: ../../Zotlabs/Widget/Notifications.php:62
+#: ../../Zotlabs/Widget/Activity_filter.php:44
+msgid "Direct Messages"
msgstr "Mensajes directos"
-#: ../../Zotlabs/Widget/Messages.php:34
-msgid "Starred messages"
-msgstr "Entradas preferidas"
+#: ../../Zotlabs/Widget/Notifications.php:63
+msgid "New direct messages notifications"
+msgstr "Nuevas notificaciones de mensajes directos"
+
+#: ../../Zotlabs/Widget/Notifications.php:66
+msgid "Direct messages stream"
+msgstr "Stream de mensajes directos"
+
+#: ../../Zotlabs/Widget/Notifications.php:81
+#: ../../Zotlabs/Widget/Activity_filter.php:53
+msgid "Events"
+msgstr "Eventos"
+
+#: ../../Zotlabs/Widget/Notifications.php:82
+msgid "New events notifications"
+msgstr "Avisos de nuevos eventos"
+
+#: ../../Zotlabs/Widget/Notifications.php:85
+msgid "View events"
+msgstr "Ver los eventos"
+
+#: ../../Zotlabs/Widget/Notifications.php:88
+msgid "Mark all events seen"
+msgstr "Marcar todos los eventos como leidos"
+
+#: ../../Zotlabs/Widget/Notifications.php:96
+#: ../../Zotlabs/Module/Connections.php:168
+msgid "New Connections"
+msgstr "Nuevas conexiones"
+
+#: ../../Zotlabs/Widget/Notifications.php:97
+msgid "New connections notifications"
+msgstr "Avisos de nuevas conexiones"
+
+#: ../../Zotlabs/Widget/Notifications.php:100
+msgid "View all connections"
+msgstr "Ver todas las conexiones"
+
+#: ../../Zotlabs/Widget/Notifications.php:109
+msgid "New files notifications"
+msgstr "Avisos de nuevos ficheros"
-#: ../../Zotlabs/Widget/Messages.php:35
#: ../../Zotlabs/Widget/Notifications.php:116
#: ../../Zotlabs/Widget/Notifications.php:117
+#: ../../Zotlabs/Widget/Messages.php:35
msgid "Notices"
msgstr "Avisos"
-#: ../../Zotlabs/Widget/Messages.php:37
-msgid "No messages"
-msgstr "Sin mensajes"
+#: ../../Zotlabs/Widget/Notifications.php:120
+msgid "View all notices"
+msgstr "Ver todos los avisos"
-#: ../../Zotlabs/Widget/Messages.php:38
-msgid "Unseen"
-msgstr "No visto"
+#: ../../Zotlabs/Widget/Notifications.php:123
+msgid "Mark all notices seen"
+msgstr "Marcar como leídos todos los avisos"
-#: ../../Zotlabs/Widget/Messages.php:39
-#: ../../Zotlabs/Widget/Notifications.php:34
-#: ../../Zotlabs/Widget/Notifications.php:54
-#: ../../Zotlabs/Widget/Notifications.php:73
-#: ../../Zotlabs/Widget/Notifications.php:134
-#: ../../Zotlabs/Widget/Notifications.php:165
-msgid "Filter by name or address"
-msgstr "Filtrar por nombre o dirección"
+#: ../../Zotlabs/Widget/Notifications.php:144
+msgid "Registrations"
+msgstr "Registros"
+
+#: ../../Zotlabs/Widget/Notifications.php:145
+msgid "New registrations notifications"
+msgstr "Notificaciones de nuevos registros"
+
+#: ../../Zotlabs/Widget/Notifications.php:155
+msgid "New public stream notifications"
+msgstr "Nuevos avisos del stream público"
+
+#: ../../Zotlabs/Widget/Notifications.php:158
+msgid "Public stream"
+msgstr "\"Stream\" público"
+
+#: ../../Zotlabs/Widget/Notifications.php:174
+msgid "Sorry, you have got no notifications at the moment"
+msgstr "Lo sentimos, por el momento no ha recibido ninguna notificación"
+
+#: ../../Zotlabs/Widget/Bookmarkedchats.php:25
+msgid "Bookmarked Chatrooms"
+msgstr "Salas de chat preferidas"
+
+#: ../../Zotlabs/Widget/Chatroom_list.php:26
+msgid "Overview"
+msgstr "Resumen"
+
+#: ../../Zotlabs/Widget/Tokens.php:41
+msgid "Add new guest"
+msgstr "Añadir un nuevo invitado"
+
+#: ../../Zotlabs/Widget/Tokens.php:49 ../../Zotlabs/Module/Lockview.php:236
+msgid "Guest access"
+msgstr "Acceso para invitados"
#: ../../Zotlabs/Widget/Newmember.php:36
msgid "Profile Creation"
@@ -7833,10 +8410,114 @@ msgid "View public stream"
msgstr "Ver el \"stream\" público"
#: ../../Zotlabs/Widget/Newmember.php:80
-#: ../../Zotlabs/Module/Settings/Display.php:200
+#: ../../Zotlabs/Module/Settings/Display.php:201
msgid "New Member Links"
msgstr "Enlaces para nuevos miembros"
+#: ../../Zotlabs/Widget/Suggestions.php:53 ../../Zotlabs/Module/Suggest.php:71
+msgid "Ignore/Hide"
+msgstr "Ignorar/Ocultar"
+
+#: ../../Zotlabs/Widget/Suggestions.php:58
+msgid "Suggestions"
+msgstr "Sugerencias"
+
+#: ../../Zotlabs/Widget/Suggestions.php:59
+msgid "See more..."
+msgstr "Ver más..."
+
+#: ../../Zotlabs/Widget/Messages.php:32
+msgid "Public and restricted messages"
+msgstr "Mensajes públicos y restringidos"
+
+#: ../../Zotlabs/Widget/Messages.php:33
+msgid "Direct messages"
+msgstr "Mensajes directos"
+
+#: ../../Zotlabs/Widget/Messages.php:34
+msgid "Starred messages"
+msgstr "Entradas preferidas"
+
+#: ../../Zotlabs/Widget/Messages.php:37
+msgid "No messages"
+msgstr "Sin mensajes"
+
+#: ../../Zotlabs/Widget/Messages.php:38
+msgid "Unseen"
+msgstr "No visto"
+
+#: ../../Zotlabs/Widget/Hq_controls.php:23
+msgid "Toggle post editor"
+msgstr "Alternar editor de entradas"
+
+#: ../../Zotlabs/Widget/Hq_controls.php:33
+msgid "Toggle personal notes"
+msgstr "Alternar notas personales"
+
+#: ../../Zotlabs/Widget/Hq_controls.php:43
+msgid "Channel activities"
+msgstr "Actividades del canal"
+
+#: ../../Zotlabs/Widget/Album.php:84 ../../Zotlabs/Widget/Portfolio.php:91
+#: ../../Zotlabs/Module/Embedphotos.php:171
+#: ../../Zotlabs/Module/Photos.php:782 ../../Zotlabs/Module/Photos.php:1324
+msgid "View Photo"
+msgstr "Ver foto"
+
+#: ../../Zotlabs/Widget/Album.php:101 ../../Zotlabs/Widget/Portfolio.php:112
+#: ../../Zotlabs/Module/Embedphotos.php:187
+#: ../../Zotlabs/Module/Photos.php:813
+msgid "Edit Album"
+msgstr "Editar álbum"
+
+#: ../../Zotlabs/Widget/Album.php:103 ../../Zotlabs/Widget/Portfolio.php:114
+#: ../../Zotlabs/Widget/Cdav.php:152 ../../Zotlabs/Widget/Cdav.php:188
+#: ../../Zotlabs/Storage/Browser.php:546
+#: ../../Zotlabs/Module/Cover_photo.php:423
+#: ../../Zotlabs/Module/Embedphotos.php:189
+#: ../../Zotlabs/Module/Profile_photo.php:547
+#: ../../Zotlabs/Module/Photos.php:681
+msgid "Upload"
+msgstr "Subir"
+
+#: ../../Zotlabs/Widget/Pinned.php:86
+msgid "I agree"
+msgstr "Estoy de acuerdo"
+
+#: ../../Zotlabs/Widget/Pinned.php:86
+msgid "I disagree"
+msgstr "No estoy de acuerdo"
+
+#: ../../Zotlabs/Widget/Pinned.php:86
+msgid "I abstain"
+msgstr "Me abstengo"
+
+#: ../../Zotlabs/Widget/Pinned.php:127 ../../Zotlabs/Widget/Pinned.php:128
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Ver el perfil de %s - %s"
+
+#: ../../Zotlabs/Widget/Pinned.php:161
+msgid "Don't show"
+msgstr "No mostrar"
+
+#: ../../Zotlabs/Widget/Follow.php:27 ../../Zotlabs/Module/Connections.php:377
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "Tiene %1$.0f de %2$.0f conexiones permitidas."
+
+#: ../../Zotlabs/Widget/Follow.php:34
+msgid "Add New Connection"
+msgstr "Añadir nueva conexión"
+
+#: ../../Zotlabs/Widget/Follow.php:35
+msgid "Enter channel address"
+msgstr "Dirección del canal"
+
+#: ../../Zotlabs/Widget/Follow.php:36
+msgid "Examples: bob@example.com, https://example.com/barbara"
+msgstr "Ejemplos: manuel@ejemplo.com, https://ejemplo.com/carmen"
+
#: ../../Zotlabs/Widget/Notes.php:39
msgid "Read mode"
msgstr "Modo lectura"
@@ -7857,6 +8538,133 @@ msgstr "Guardar"
msgid "Saved"
msgstr "Guardado"
+#: ../../Zotlabs/Widget/Activity_order.php:96
+msgid "Commented Date"
+msgstr "Fecha de los comentarios"
+
+#: ../../Zotlabs/Widget/Activity_order.php:100
+msgid "Order by last commented date"
+msgstr "Ordenar por la última fecha de los comentarios"
+
+#: ../../Zotlabs/Widget/Activity_order.php:103
+msgid "Posted Date"
+msgstr "Fecha de publicación"
+
+#: ../../Zotlabs/Widget/Activity_order.php:107
+msgid "Order by last posted date"
+msgstr "Ordenar por la ultima fecha de publicación"
+
+#: ../../Zotlabs/Widget/Activity_order.php:110
+msgid "Date Unthreaded"
+msgstr "Sin enhebrar por fecha"
+
+#: ../../Zotlabs/Widget/Activity_order.php:114
+msgid "Order unthreaded by date"
+msgstr "Ordenar sin enhebrar por fecha"
+
+#: ../../Zotlabs/Widget/Activity_order.php:129
+msgid "Stream Order"
+msgstr "Orden del stream"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:48
+msgid "Show direct (private) messages"
+msgstr "Mostrar mensajes (privados) directos"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:57
+msgid "Show posts that include events"
+msgstr "Mostrar entradas que incluyan eventos"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:63
+msgid "Polls"
+msgstr "Encuestas"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:67
+msgid "Show posts that include polls"
+msgstr "Mostrar entradas que incluyan encuestas"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:90
+#, php-format
+msgid "Show posts related to the %s privacy group"
+msgstr "Mostrar entradas relacionadas con el grupo %s"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:99
+msgid "Show my privacy groups"
+msgstr "Mostrar mis grupos de canales"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:123
+msgid "Show posts to this forum"
+msgstr "Mostrar las entradas en este foro"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:134
+msgid "Show forums"
+msgstr "Mostrar los foros"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:148
+msgid "Starred Posts"
+msgstr "Entradas preferidas"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:152
+msgid "Show posts that I have starred"
+msgstr "Mostrar entradas que he señalado como preferidas"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:163
+msgid "Personal Posts"
+msgstr "Entradas personales"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:167
+msgid "Show posts that mention or involve me"
+msgstr "Mostrar entradas que me mencionen o involucren"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:190
+#, php-format
+msgid "Show posts that I have filed to %s"
+msgstr "Mostrar las entradas que he enviado a %s"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:200
+msgid "Show filed post categories"
+msgstr "Mostrar los temas de las entradas archivadas"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:214
+msgid "Panel search"
+msgstr "Panel de búsqueda"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:224
+msgid "Filter by name"
+msgstr "Filtrar por nombre"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:239
+msgid "Remove active filter"
+msgstr "Eliminar el filtro activo"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:255
+msgid "Stream Filters"
+msgstr "Filtros del stream"
+
+#: ../../Zotlabs/Widget/Channel_activities.php:29
+#: ../../Zotlabs/Module/Go.php:27
+msgid "Welcome"
+msgstr "Bienvenido/a"
+
+#: ../../Zotlabs/Widget/Channel_activities.php:46
+msgid "No recent activities"
+msgstr "No hay actividades recientes"
+
+#: ../../Zotlabs/Widget/Channel_activities.php:214
+msgctxt "noun"
+msgid "new connection"
+msgid_plural "new connections"
+msgstr[0] "Nueva conexión"
+msgstr[1] "Nuevas conexiones"
+msgstr[2] "nuevas conexiones"
+
+#: ../../Zotlabs/Widget/Channel_activities.php:220
+msgctxt "noun"
+msgid "notice"
+msgid_plural "notices"
+msgstr[0] "aviso"
+msgstr[1] "avisos"
+msgstr[2] "avisos"
+
#: ../../Zotlabs/Widget/Affinity.php:36
#: ../../Zotlabs/Module/Contactedit.php:295
#: ../../Zotlabs/Module/Connedit.php:579
@@ -7877,9 +8685,9 @@ msgstr "Conocidos/as"
#: ../../Zotlabs/Widget/Affinity.php:40
#: ../../Zotlabs/Module/Contactedit.php:299
+#: ../../Zotlabs/Module/Connedit.php:583
#: ../../Zotlabs/Module/Connections.php:97
#: ../../Zotlabs/Module/Connections.php:111
-#: ../../Zotlabs/Module/Connedit.php:583
msgid "All"
msgstr "Todos/as"
@@ -7887,1629 +8695,1668 @@ msgstr "Todos/as"
msgid "Refresh"
msgstr "Recargar"
-#: ../../Zotlabs/Widget/Notifications.php:24
-msgid "New network activity notifications"
-msgstr "Avisos de nueva actividad en la red"
+#: ../../Zotlabs/Widget/Admin.php:27 ../../Zotlabs/Module/Admin/Site.php:414
+msgid "Site"
+msgstr "Sitio"
-#: ../../Zotlabs/Widget/Notifications.php:27
-msgid "Network stream"
-msgstr "Stream de la red"
+#: ../../Zotlabs/Widget/Admin.php:28
+#: ../../Zotlabs/Module/Admin/Accounts.php:308
+#: ../../Zotlabs/Module/Admin/Accounts.php:327
+#: ../../Zotlabs/Module/Admin.php:95
+msgid "Accounts"
+msgstr "Cuentas"
-#: ../../Zotlabs/Widget/Notifications.php:30
-#: ../../Zotlabs/Widget/Notifications.php:69
-msgid "Mark all notifications read"
-msgstr "Marcar todas las notificaciones como leídas"
+#: ../../Zotlabs/Widget/Admin.php:28 ../../Zotlabs/Widget/Admin.php:66
+msgid "Member registrations waiting for confirmation"
+msgstr "Inscripciones de nuevos miembros pendientes de aprobación"
-#: ../../Zotlabs/Widget/Notifications.php:33
-#: ../../Zotlabs/Widget/Notifications.php:53
-#: ../../Zotlabs/Widget/Notifications.php:72
-#: ../../Zotlabs/Widget/Notifications.php:164
-msgid "Show new posts only"
-msgstr "Mostrar solo las entradas nuevas"
+#: ../../Zotlabs/Widget/Admin.php:30
+#: ../../Zotlabs/Module/Admin/Security.php:106
+msgid "Security"
+msgstr "Seguridad"
-#: ../../Zotlabs/Widget/Notifications.php:44
-msgid "New home activity notifications"
-msgstr "Avisos de nueva actividad en su página principal"
+#: ../../Zotlabs/Widget/Admin.php:32 ../../Zotlabs/Module/Admin/Addons.php:346
+#: ../../Zotlabs/Module/Admin/Addons.php:444
+msgid "Addons"
+msgstr "Addons"
-#: ../../Zotlabs/Widget/Notifications.php:47
-msgid "Home stream"
-msgstr "Stream de su página principal"
+#: ../../Zotlabs/Widget/Admin.php:33 ../../Zotlabs/Module/Admin/Themes.php:138
+#: ../../Zotlabs/Module/Admin/Themes.php:172
+msgid "Themes"
+msgstr "Temas"
-#: ../../Zotlabs/Widget/Notifications.php:50
-#: ../../Zotlabs/Widget/Notifications.php:161
-msgid "Mark all notifications seen"
-msgstr "Marcar todas las notificaciones como vistas"
+#: ../../Zotlabs/Widget/Admin.php:34
+msgid "Inspect queue"
+msgstr "Examinar la cola"
-#: ../../Zotlabs/Widget/Notifications.php:63
-msgid "New direct messages notifications"
-msgstr "Nuevas notificaciones de mensajes directos"
+#: ../../Zotlabs/Widget/Admin.php:35
+msgid "Queueworker"
+msgstr "Queueworker - Trabajador de cola"
-#: ../../Zotlabs/Widget/Notifications.php:66
-msgid "Direct messages stream"
-msgstr "Stream de mensajes directos"
+#: ../../Zotlabs/Widget/Admin.php:36 ../../Zotlabs/Module/Admin/Profs.php:168
+msgid "Profile Fields"
+msgstr "Campos del perfil"
-#: ../../Zotlabs/Widget/Notifications.php:82
-msgid "New events notifications"
-msgstr "Avisos de nuevos eventos"
+#: ../../Zotlabs/Widget/Admin.php:37
+msgid "DB updates"
+msgstr "Actualizaciones de la base de datos"
-#: ../../Zotlabs/Widget/Notifications.php:85
-msgid "View events"
-msgstr "Ver los eventos"
+#: ../../Zotlabs/Widget/Admin.php:54 ../../Zotlabs/Widget/Admin.php:64
+#: ../../Zotlabs/Module/Admin/Logs.php:83
+msgid "Logs"
+msgstr "Informes"
-#: ../../Zotlabs/Widget/Notifications.php:88
-msgid "Mark all events seen"
-msgstr "Marcar todos los eventos como leidos"
+#: ../../Zotlabs/Widget/Admin.php:62
+msgid "Addon Features"
+msgstr "Características del addon"
-#: ../../Zotlabs/Widget/Notifications.php:96
-#: ../../Zotlabs/Module/Connections.php:168
-msgid "New Connections"
-msgstr "Nuevas conexiones"
+#: ../../Zotlabs/Widget/Permcats.php:43
+msgid "Add new role"
+msgstr "Añadir nuevo rol"
-#: ../../Zotlabs/Widget/Notifications.php:97
-msgid "New connections notifications"
-msgstr "Avisos de nuevas conexiones"
+#: ../../Zotlabs/Widget/Permcats.php:92
+#: ../../Zotlabs/Module/Contactedit.php:409
+msgid "Contact roles"
+msgstr "Roles del contacto"
-#: ../../Zotlabs/Widget/Notifications.php:100
-msgid "View all connections"
-msgstr "Ver todas las conexiones"
+#: ../../Zotlabs/Widget/Permcats.php:93
+msgid "Role members"
+msgstr "Miembros del rol"
-#: ../../Zotlabs/Widget/Notifications.php:109
-msgid "New files notifications"
-msgstr "Avisos de nuevos ficheros"
+#: ../../Zotlabs/Widget/Activity.php:55
+msgctxt "widget"
+msgid "Activity"
+msgstr "Actividad"
-#: ../../Zotlabs/Widget/Notifications.php:120
-msgid "View all notices"
-msgstr "Ver todos los avisos"
+#: ../../Zotlabs/Widget/Photo.php:54 ../../Zotlabs/Widget/Photo_rand.php:63
+msgid "photo/image"
+msgstr "foto/imagen"
-#: ../../Zotlabs/Widget/Notifications.php:123
-msgid "Mark all notices seen"
-msgstr "Marcar como leídos todos los avisos"
+#: ../../Zotlabs/Widget/Savedsearch.php:81
+msgid "Remove term"
+msgstr "Eliminar término"
-#: ../../Zotlabs/Widget/Notifications.php:144
-msgid "Registrations"
-msgstr "Registros"
+#: ../../Zotlabs/Widget/Chatroom_members.php:17
+msgid "Chat Members"
+msgstr "Miembros del chat"
-#: ../../Zotlabs/Widget/Notifications.php:145
-msgid "New registrations notifications"
-msgstr "Notificaciones de nuevos registros"
+#: ../../Zotlabs/Widget/Suggestedchats.php:36
+msgid "Suggested Chatrooms"
+msgstr "Salas de chat sugeridas"
-#: ../../Zotlabs/Widget/Notifications.php:154
-#: ../../Zotlabs/Module/Pubstream.php:100 ../../Zotlabs/Lib/Apps.php:380
-msgid "Public Stream"
-msgstr "\"Stream\" público"
+#: ../../Zotlabs/Widget/Appcategories.php:49
+msgid "App Categories"
+msgstr "Categorías de aplicaciones"
-#: ../../Zotlabs/Widget/Notifications.php:155
-msgid "New public stream notifications"
-msgstr "Nuevos avisos del stream público"
+#: ../../Zotlabs/Widget/Settings_menu.php:37
+msgid "Account settings"
+msgstr "Configuración de la cuenta"
-#: ../../Zotlabs/Widget/Notifications.php:158
-msgid "Public stream"
-msgstr "\"Stream\" público"
+#: ../../Zotlabs/Widget/Settings_menu.php:43
+msgid "Channel settings"
+msgstr "Configuración del canal"
-#: ../../Zotlabs/Widget/Notifications.php:172
-msgid "Sorry, you have got no notifications at the moment"
-msgstr "Lo sentimos, por el momento no ha recibido ninguna notificación"
+#: ../../Zotlabs/Widget/Settings_menu.php:49
+msgid "Privacy settings"
+msgstr "Ajustes de privacidad"
-#: ../../Zotlabs/Module/Tokens.php:94
-#, php-format
-msgid "This channel is limited to %d tokens"
-msgstr "Este canal tiene un límite de %d tokens"
+#: ../../Zotlabs/Widget/Settings_menu.php:56
+msgid "Display settings"
+msgstr "Ajustes de visualización"
-#: ../../Zotlabs/Module/Tokens.php:100
-msgid "Name and Password are required."
-msgstr "Se requiere el nombre y la contraseña."
+#: ../../Zotlabs/Widget/Settings_menu.php:63
+msgid "Manage locations"
+msgstr "Gestión de ubicaciones (clones) del canal"
-#: ../../Zotlabs/Module/Tokens.php:215
-msgid "Token saved."
-msgstr "Token salvado."
+#: ../../Zotlabs/Widget/Archive.php:49
+msgid "Archives"
+msgstr "Hemeroteca"
-#: ../../Zotlabs/Module/Tokens.php:261
-msgid ""
-"Use this form to create temporary access identifiers to share things with "
-"non-members. These identities may be used in privacy groups and visitors may"
-" login using these credentials to access private content."
-msgstr "Utilice este formulario para crear identificadores de acceso temporal para compartir cosas con los no miembros. Estas identidades se pueden usar en los grupos de canales y así los visitantes pueden iniciar sesión, utilizando estas credenciales, para acceder a su contenido privado."
+#: ../../Zotlabs/Widget/Cdav.php:41
+msgid "Select Channel"
+msgstr "Seleccionar un canal"
-#: ../../Zotlabs/Module/Tokens.php:274
-msgid "Please select a role for this guest!"
-msgstr "Por favor, seleccione un rol para este invitado"
+#: ../../Zotlabs/Widget/Cdav.php:46
+msgid "Read-write"
+msgstr "Lectura y escritura"
-#: ../../Zotlabs/Module/Tokens.php:287
-msgid "Select a role for this guest"
-msgstr "Seleccione un rol para este invitado"
+#: ../../Zotlabs/Widget/Cdav.php:47
+msgid "Read-only"
+msgstr "Sólo lectura"
-#: ../../Zotlabs/Module/Tokens.php:288 ../../Zotlabs/Lib/Apps.php:374
-msgid "Guest Access"
-msgstr "Acceso para invitados"
+#: ../../Zotlabs/Widget/Cdav.php:133
+msgid "Channel Calendar"
+msgstr "Calendario del canal"
-#: ../../Zotlabs/Module/Tokens.php:291
-msgid "Login Name"
-msgstr "Nombre de inicio de sesión"
+#: ../../Zotlabs/Widget/Cdav.php:135 ../../Zotlabs/Widget/Cdav.php:149
+#: ../../Zotlabs/Module/Cdav.php:1046
+msgid "CalDAV Calendars"
+msgstr "Calendarios CalDAV"
-#: ../../Zotlabs/Module/Tokens.php:292
-msgid "Login Password"
-msgstr "Contraseña de inicio de sesión"
+#: ../../Zotlabs/Widget/Cdav.php:137
+msgid "Shared CalDAV Calendars"
+msgstr "Calendarios CalDAV compartidos"
-#: ../../Zotlabs/Module/Tokens.php:293
-msgid "Expires (yyyy-mm-dd)"
-msgstr "Expira (aaaa-mm-dd)"
+#: ../../Zotlabs/Widget/Cdav.php:141
+msgid "Share this calendar"
+msgstr "Compartir este calendario"
-#: ../../Zotlabs/Module/Attach_edit.php:69
-#: ../../Zotlabs/Module/Filestorage.php:109
-msgid "File not found."
-msgstr "Fichero no encontrado."
+#: ../../Zotlabs/Widget/Cdav.php:143
+msgid "Calendar name and color"
+msgstr "Nombre y color del calendario"
-#: ../../Zotlabs/Module/Attach_edit.php:118
-msgid "Can not copy folder into itself."
-msgstr "No se puede copiar la carpeta en sí misma."
+#: ../../Zotlabs/Widget/Cdav.php:145
+msgid "Create new CalDAV calendar"
+msgstr "Crear un nuevo calendario CalDAV"
-#: ../../Zotlabs/Module/Attach_edit.php:131
-#, php-format
-msgid "Can not move folder \"%s\" into itself."
-msgstr "No se puede mover la carpeta\"%s\" en sí misma."
+#: ../../Zotlabs/Widget/Cdav.php:146 ../../Zotlabs/Widget/Cdav.php:184
+#: ../../Zotlabs/Storage/Browser.php:367 ../../Zotlabs/Storage/Browser.php:544
+#: ../../Zotlabs/Module/Webpages.php:249 ../../Zotlabs/Module/Connedit.php:747
+#: ../../Zotlabs/Module/Layouts.php:183 ../../Zotlabs/Module/Menu.php:182
+#: ../../Zotlabs/Module/Blocks.php:157
+#: ../../Zotlabs/Module/New_channel.php:189 ../../Zotlabs/Module/Cdav.php:1050
+#: ../../Zotlabs/Module/Cdav.php:1383
+msgid "Create"
+msgstr "Crear"
-#: ../../Zotlabs/Module/Network.php:108
-msgid "No such group"
-msgstr "No se encuentra el grupo"
+#: ../../Zotlabs/Widget/Cdav.php:147
+msgid "Calendar Name"
+msgstr "Nombre del calendario"
-#: ../../Zotlabs/Module/Network.php:160
-msgid "No such channel"
-msgstr "No se encuentra el canal"
+#: ../../Zotlabs/Widget/Cdav.php:148
+msgid "Calendar Tools"
+msgstr "Gestión de calendarios"
-#: ../../Zotlabs/Module/Network.php:172 ../../Zotlabs/Module/Channel.php:234
-msgid "Search Results For:"
-msgstr "Buscar resultados para:"
+#: ../../Zotlabs/Widget/Cdav.php:149 ../../Zotlabs/Module/Cdav.php:1046
+msgid "Channel Calendars"
+msgstr "Calendarios del canal"
-#: ../../Zotlabs/Module/Network.php:213 ../../Zotlabs/Module/Channel.php:267
-#: ../../Zotlabs/Module/Hq.php:103 ../../Zotlabs/Module/Pubstream.php:89
-#: ../../Zotlabs/Module/Display.php:89
-msgid "Reset form"
-msgstr "Reiniciar el formulario"
+#: ../../Zotlabs/Widget/Cdav.php:150
+msgid "Import calendar"
+msgstr "Importar un calendario"
-#: ../../Zotlabs/Module/Network.php:248
-msgid "Privacy group is empty"
-msgstr "El grupo de canales está vacío"
+#: ../../Zotlabs/Widget/Cdav.php:151
+msgid "Select a calendar to import to"
+msgstr "Seleccionar un calendario para importarlo"
-#: ../../Zotlabs/Module/Network.php:258
-msgid "Privacy group: "
-msgstr "Grupo de canales: "
+#: ../../Zotlabs/Widget/Cdav.php:178
+msgid "Addressbooks"
+msgstr "Agenda de direcciones"
-#: ../../Zotlabs/Module/Import_items.php:50
-msgid "Not a zip file or zip file corrupted."
-msgstr "No es un archivo zip o un archivo zip corrupto."
+#: ../../Zotlabs/Widget/Cdav.php:180
+msgid "Addressbook name"
+msgstr "Nombre de la agenda"
-#: ../../Zotlabs/Module/Import_items.php:121
-msgid "Import Items"
-msgstr "Importar elementos"
+#: ../../Zotlabs/Widget/Cdav.php:182
+msgid "Create new addressbook"
+msgstr "Crear una nueva agenda de direcciones"
-#: ../../Zotlabs/Module/Import_items.php:122
-msgid ""
-"Use this form to import existing posts and content from an export file."
-msgstr "Utilice este formulario para importar entradas y contenido desde un archivo de exportación."
+#: ../../Zotlabs/Widget/Cdav.php:183
+msgid "Addressbook Name"
+msgstr "Nombre de la agenda"
-#: ../../Zotlabs/Module/Import_items.php:123
-#: ../../Zotlabs/Module/Import.php:594
-msgid "File to Upload"
-msgstr "Fichero para subir"
+#: ../../Zotlabs/Widget/Cdav.php:185
+msgid "Addressbook Tools"
+msgstr "Gestión de agendas de direcciones"
-#: ../../Zotlabs/Module/Import_items.php:136
-#: ../../Zotlabs/Module/Import.php:107
-msgid "Imported file is empty."
-msgstr "El fichero importado está vacío."
+#: ../../Zotlabs/Widget/Cdav.php:186
+msgid "Import addressbook"
+msgstr "Importar una agenda de direcciones"
-#: ../../Zotlabs/Module/Import_items.php:159
-msgid "Content import completed"
-msgstr "Importación de contenidos completada"
+#: ../../Zotlabs/Widget/Cdav.php:187
+msgid "Select an addressbook to import to"
+msgstr "Seleccionar una agenda para importarla"
-#: ../../Zotlabs/Module/Import_items.php:164
-msgid "Chatroom import completed"
-msgstr "Importación de salas de chat completada"
+#: ../../Zotlabs/Widget/Privacygroups.php:45
+msgid "Add new group"
+msgstr "Añadir nuevo grupo"
-#: ../../Zotlabs/Module/Import_items.php:170
-msgid "Channel calendar import 1/2 completed"
-msgstr "Importación del calendario del canal 1/2 completada"
+#: ../../Zotlabs/Widget/Privacygroups.php:54
+#: ../../Zotlabs/Module/Contactedit.php:443
+msgid "Privacy groups"
+msgstr "Grupos de canales"
-#: ../../Zotlabs/Module/Import_items.php:176
-msgid "Channel calendar import 2/2 completed"
-msgstr "Importación del calendario del canal 2/2 completada"
+#: ../../Zotlabs/Storage/Browser.php:291
+msgid "Change filename to"
+msgstr "Cambiar el nombre de archivo a "
-#: ../../Zotlabs/Module/Import_items.php:181
-msgid "Menu import completed"
-msgstr "Importación de menús completada"
+#: ../../Zotlabs/Storage/Browser.php:308 ../../Zotlabs/Storage/Browser.php:393
+msgid "Select a target location"
+msgstr "Seleccionar un lugar de destino "
-#: ../../Zotlabs/Module/Import_items.php:186
-msgid "Wiki import completed"
-msgstr "Importación de wikis completada"
+#: ../../Zotlabs/Storage/Browser.php:309 ../../Zotlabs/Storage/Browser.php:394
+msgid "Copy to target location"
+msgstr "Copiar a la ubicación de destino"
-#: ../../Zotlabs/Module/Import_items.php:191
-msgid "Webpages import completed"
-msgstr "Importación de páginas web completada"
+#: ../../Zotlabs/Storage/Browser.php:310 ../../Zotlabs/Storage/Browser.php:392
+msgid "Set permissions for all files and sub folders"
+msgstr "Establecer los permisos para todos los ficheros y subcarpetas"
-#: ../../Zotlabs/Module/Import.php:70
-msgid "Nothing to import."
-msgstr "No hay nada para importar."
+#: ../../Zotlabs/Storage/Browser.php:311
+msgid "Notify your contacts about this file"
+msgstr "Advertir a sus contactos sobre este archivo"
-#: ../../Zotlabs/Module/Import.php:86 ../../Zotlabs/Module/Import.php:100
-msgid "Unable to download data from old server"
-msgstr "No se han podido descargar datos de su antiguo servidor"
+#: ../../Zotlabs/Storage/Browser.php:350
+msgid "File category"
+msgstr "Categoría del fichero"
-#: ../../Zotlabs/Module/Import.php:163
-#, php-format
-msgid "Your service plan only allows %d channels."
-msgstr "Su paquete de servicios solo permite %d canales."
+#: ../../Zotlabs/Storage/Browser.php:364
+msgid "Total"
+msgstr "Total"
-#: ../../Zotlabs/Module/Import.php:190
-msgid "No channel. Import failed."
-msgstr "No hay canal. La importación ha fallado"
+#: ../../Zotlabs/Storage/Browser.php:366
+msgid "Shared"
+msgstr "Compartido"
-#: ../../Zotlabs/Module/Import.php:557
-msgid ""
-"Automatic content and files import was not possible due to API version "
-"incompatiblity. Please import content and files manually!"
-msgstr "La importación automática de contenidos y archivos no fue posible debido a la incompatibilidad de la versión de la API. Por favor, importe el contenido y los archivos manualmente."
+#: ../../Zotlabs/Storage/Browser.php:368
+msgid "Add Files"
+msgstr "Añadir ficheros"
-#: ../../Zotlabs/Module/Import.php:585
-msgid "You must be logged in to use this feature."
-msgstr "Debe estar registrado para poder usar esta funcionalidad."
+#: ../../Zotlabs/Storage/Browser.php:383
+#: ../../Zotlabs/Module/Sharedwithme.php:110
+msgid "Last Modified"
+msgstr "Última modificación"
-#: ../../Zotlabs/Module/Import.php:592
-msgid "Channel Import"
-msgstr "Importar canal"
+#: ../../Zotlabs/Storage/Browser.php:384
+msgid "parent"
+msgstr "padre"
-#: ../../Zotlabs/Module/Import.php:593
-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."
-msgstr "Emplee este formulario para importar un canal desde un servidor/hub diferente. Puede recuperar el canal desde el antiguo servidor/hub a través de la red o proporcionando un fichero de exportación."
+#: ../../Zotlabs/Storage/Browser.php:389
+#: ../../Zotlabs/Module/Filestorage.php:206
+msgid "Copy/paste this code to attach file to a post"
+msgstr "Copiar/pegar este código para adjuntar el fichero al envío"
-#: ../../Zotlabs/Module/Import.php:595
-msgid "Or provide the old server/hub details"
-msgstr "O proporcione los detalles de su antiguo servidor/hub"
+#: ../../Zotlabs/Storage/Browser.php:390
+#: ../../Zotlabs/Module/Filestorage.php:207
+msgid "Copy/paste this URL to link file from a web page"
+msgstr "Copiar/pegar esta dirección para enlazar el fichero desde una página web"
-#: ../../Zotlabs/Module/Import.php:597
-msgid "Your old identity address (xyz@example.com)"
-msgstr "Su identidad en el antiguo servidor (canal@ejemplo.com)"
+#: ../../Zotlabs/Storage/Browser.php:402
+msgid "Select All"
+msgstr "Seleccionar todo"
-#: ../../Zotlabs/Module/Import.php:598
-msgid "Your old login email address"
-msgstr "Su antigua dirección de correo electrónico"
+#: ../../Zotlabs/Storage/Browser.php:403
+msgid "Bulk Actions"
+msgstr "Acciones a gran escala"
-#: ../../Zotlabs/Module/Import.php:599
-msgid "Your old login password"
-msgstr "Su antigua contraseña"
+#: ../../Zotlabs/Storage/Browser.php:404
+msgid "Adjust Permissions"
+msgstr "Ajustar permisos"
-#: ../../Zotlabs/Module/Import.php:600
-msgid "Import your items and files (limited by available memory)"
-msgstr "Importar sus artículos y archivos (limitado por la memoria disponible)"
+#: ../../Zotlabs/Storage/Browser.php:405
+msgid "Move or Copy"
+msgstr "Mover o copiar"
-#: ../../Zotlabs/Module/Import.php:602
-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 "Para cualquiera de las opciones, elija si hacer de este servidor su nueva dirección primaria, o si su antigua dirección debe continuar con este papel. Usted podrá publicar desde cualquier ubicación, pero sólo una puede estar marcada como la ubicación principal para los ficheros, fotos y otras imágenes o vídeos."
+#: ../../Zotlabs/Storage/Browser.php:408
+msgid "Info"
+msgstr "Información"
-#: ../../Zotlabs/Module/Import.php:604
-msgid "Make this hub my primary location"
-msgstr "Convertir este servidor en mi ubicación primaria"
+#: ../../Zotlabs/Storage/Browser.php:409
+msgid "Rename"
+msgstr "Renombrar"
-#: ../../Zotlabs/Module/Import.php:605
-msgid "Move this channel (disable all previous locations)"
-msgstr "Mover este canal (desactivar todas las ubicaciones anteriores)"
+#: ../../Zotlabs/Storage/Browser.php:411
+msgid "Attachment BBcode"
+msgstr "Adjuntar código BBcode"
-#: ../../Zotlabs/Module/Import.php:606
-msgid "Use this channel nickname instead of the one provided"
-msgstr "Usa este alias de canal en lugar del que se proporciona"
+#: ../../Zotlabs/Storage/Browser.php:412
+msgid "Embed BBcode"
+msgstr "Código BBcode incorporado"
-#: ../../Zotlabs/Module/Import.php:606
+#: ../../Zotlabs/Storage/Browser.php:413
+msgid "Link BBcode"
+msgstr "Enlace BBcode"
+
+#: ../../Zotlabs/Storage/Browser.php:486
+#, php-format
+msgid "You are using %1$s of your available file storage."
+msgstr "Está usando %1$s de su espacio disponible para ficheros."
+
+#: ../../Zotlabs/Storage/Browser.php:491
+#, php-format
+msgid "You are using %1$s of %2$s available file storage. (%3$s&#37;)"
+msgstr "Está usando %1$s de %2$s que tiene a su disposición para ficheros. (%3$s&#37;)"
+
+#: ../../Zotlabs/Storage/Browser.php:502
+msgid "WARNING:"
+msgstr "ATENCIÓN: "
+
+#: ../../Zotlabs/Storage/Browser.php:543
+msgid "Create new folder"
+msgstr "Crear nueva carpeta"
+
+#: ../../Zotlabs/Storage/Browser.php:545
+msgid "Upload file"
+msgstr "Subir fichero"
+
+#: ../../Zotlabs/Storage/Browser.php:557
+msgid "Drop files here to immediately upload"
+msgstr "Arrastre los ficheros aquí para subirlos de forma inmediata"
+
+#: ../../Zotlabs/Storage/Browser.php:558
+#: ../../Zotlabs/Module/Filestorage.php:211
+msgid "Show in your contacts shared folder"
+msgstr "Mostrar en la carpeta compartida con sus contactos"
+
+#: ../../Zotlabs/Storage/Browser.php:560
msgid ""
-"Leave blank to keep your existing channel nickname. You will be randomly "
-"assigned a similar nickname if either name is already allocated on this "
-"site."
-msgstr "Dejar en blanco para mantener su alias de canal . Se le asignará aleatoriamente uno similar si cualquiera de los dos nombres ya está asignado en este sitio."
+"You can select files via the upload button or drop them right here or into "
+"an existing folder."
+msgstr "Puede seleccionar los archivos a través del botón de subir o soltarlos aquí mismo o en una carpeta existente."
-#: ../../Zotlabs/Module/Import.php:608
+#: ../../Zotlabs/Module/Page.php:39 ../../Zotlabs/Module/Block.php:29
+msgid "Invalid item."
+msgstr "Elemento no válido."
+
+#: ../../Zotlabs/Module/Page.php:174
msgid ""
-"This process may take several minutes to complete. Please submit the form "
-"only once and leave this page open until finished."
-msgstr "Este proceso puede tardar varios minutos en completarse. Por favor envíe el formulario una sola vez y mantenga esta página abierta hasta que termine."
+"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
+"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,"
+" quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
+"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
+"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
+"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+msgstr "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
-#: ../../Zotlabs/Module/Ochannel.php:32 ../../Zotlabs/Module/Chat.php:29
-msgid "You must be logged in to see this page."
-msgstr "Debe haber iniciado sesión para poder ver esta página."
+#: ../../Zotlabs/Module/Import_progress.php:36
+msgid "Item sync completed!"
+msgstr "¡Sincronización de artículos completada!"
-#: ../../Zotlabs/Module/Z6trans.php:19
-msgid "Update to Hubzilla 5.0 step 2"
-msgstr "Actualizar a Hubzilla 5.0. Paso 2"
+#: ../../Zotlabs/Module/Import_progress.php:51
+msgid "Item sync completed but no items were found!"
+msgstr "¡Sincronización de artículos completada pero no se ha encontrado ningún artículo!"
-#: ../../Zotlabs/Module/Z6trans.php:21
-msgid "To complete the update please run"
-msgstr "Para completar la actualización, ejecutar "
+#: ../../Zotlabs/Module/Import_progress.php:68
+msgid "File sync completed!"
+msgstr "¡Sincronización de archivos completada!"
-#: ../../Zotlabs/Module/Z6trans.php:23
-msgid "php util/z6convert.php"
-msgstr "php util/z6convert.php"
+#: ../../Zotlabs/Module/Import_progress.php:83
+msgid "File sync completed but no files were found!"
+msgstr "¡La sincronización de archivos se ha completado pero no se ha encontrado ningún archivo!"
-#: ../../Zotlabs/Module/Z6trans.php:25
-msgid "from the terminal."
-msgstr "desde la terminal."
+#: ../../Zotlabs/Module/Import_progress.php:98
+msgid "Channel clone status"
+msgstr "Estado de clonación del canal"
-#: ../../Zotlabs/Module/Register.php:112
-msgid "Email address required"
-msgstr "Dirección de correo electrónico requerida"
+#: ../../Zotlabs/Module/Import_progress.php:99
+msgid "Item sync status"
+msgstr "Estado de sincronización de artículos"
-#: ../../Zotlabs/Module/Register.php:156
-msgid "No password provided"
-msgstr "No se ha proporcionado la contraseña"
+#: ../../Zotlabs/Module/Import_progress.php:100
+msgid "File sync status"
+msgstr "Estado de sincronización de archivos"
-#: ../../Zotlabs/Module/Register.php:179
-msgid "Terms of Service not accepted"
-msgstr "No se han aceptado los Términos del servicio"
+#: ../../Zotlabs/Module/Import_progress.php:107
+msgid "Channel cloning completed!"
+msgstr "Clonación del canal completada."
-#: ../../Zotlabs/Module/Register.php:241
-msgid "Invitation code succesfully applied"
-msgstr "El código de invitación se ha aplicado con éxito"
+#: ../../Zotlabs/Module/Import_progress.php:108
+msgid "Resume"
+msgstr "Reanudar"
-#: ../../Zotlabs/Module/Register.php:261
-msgid "Invitation not in time or too late"
-msgstr "La invitación no llega a tiempo o llega demasiado tarde"
+#: ../../Zotlabs/Module/Import_progress.php:109
+msgid "Only resume if sync stalled!"
+msgstr "Sólo se reanuda si la sincronización se estanca."
-#: ../../Zotlabs/Module/Register.php:267
-msgid "Invitation email failed"
-msgstr "Error en el correo electrónico de invitación"
+#: ../../Zotlabs/Module/Display.php:26 ../../Zotlabs/Module/Search.php:23
+#: ../../Zotlabs/Module/Directory.php:72 ../../Zotlabs/Module/Directory.php:77
+#: ../../Zotlabs/Module/Viewconnections.php:23
+#: ../../Zotlabs/Module/Photos.php:511
+msgid "Public access denied."
+msgstr "Acceso público denegado."
-#: ../../Zotlabs/Module/Register.php:275
-msgid "Invitation code failed"
-msgstr "Código de invitación fallido"
+#: ../../Zotlabs/Module/Display.php:45 ../../Zotlabs/Module/Hq.php:41
+#: ../../Zotlabs/Module/Oep.php:82 ../../Zotlabs/Module/Pubstream.php:46
+#: ../../Zotlabs/Module/Channel.php:161 ../../Zotlabs/Module/Channel.php:183
+msgid "Malformed message id."
+msgstr "ID de mensaje malformado."
-#: ../../Zotlabs/Module/Register.php:282
-msgid "Invitations are not available"
-msgstr "No hay invitaciones disponibles"
+#: ../../Zotlabs/Module/Display.php:87 ../../Zotlabs/Module/Network.php:213
+#: ../../Zotlabs/Module/Hq.php:104 ../../Zotlabs/Module/Pubstream.php:89
+#: ../../Zotlabs/Module/Channel.php:267 ../../Zotlabs/Module/Rpost.php:210
+msgid "Reset form"
+msgstr "Reiniciar el formulario"
-#: ../../Zotlabs/Module/Register.php:292
-msgid "Registration on this hub is by invitation only"
-msgstr "El registro en este hub solo es posible por invitación"
+#: ../../Zotlabs/Module/Display.php:319 ../../Zotlabs/Module/Channel.php:494
+msgid ""
+"You must enable javascript for your browser to be able to view this content."
+msgstr "Debe habilitar javascript para poder ver este contenido en su navegador."
-#: ../../Zotlabs/Module/Register.php:399
-msgid "New register request"
-msgstr "Nueva solicitud de registro"
+#: ../../Zotlabs/Module/Display.php:339
+msgid "Article"
+msgstr "Artículo"
-#: ../../Zotlabs/Module/Register.php:417
-msgid "Error creating dId A"
-msgstr "Error al crear dId A"
+#: ../../Zotlabs/Module/Display.php:383
+msgid "Item has been removed."
+msgstr "Se ha eliminado el elemento."
-#: ../../Zotlabs/Module/Register.php:435
-msgid "Registration on this hub is disabled."
-msgstr "El registro está deshabilitado en este sitio."
+#: ../../Zotlabs/Module/Cover_photo.php:85
+#: ../../Zotlabs/Module/Profile_photo.php:128
+msgid "Image uploaded but image cropping failed."
+msgstr "Imagen actualizada, pero el recorte de la imagen ha fallado. "
-#: ../../Zotlabs/Module/Register.php:444
-msgid "Registration on this hub is by approval only."
-msgstr "El registro en este hub está sometido a aprobación previa."
+#: ../../Zotlabs/Module/Cover_photo.php:196
+#: ../../Zotlabs/Module/Cover_photo.php:254
+msgid "Cover Photos"
+msgstr "Imágenes de portada del perfil"
-#: ../../Zotlabs/Module/Register.php:445
-msgid "Register at another affiliated hub in case when prefered"
-msgstr "Regístrese en otro hub afiliado en caso de que lo prefiera"
+#: ../../Zotlabs/Module/Cover_photo.php:212
+#: ../../Zotlabs/Module/Profile_photo.php:184
+msgid "Image resize failed."
+msgstr "El ajuste del tamaño de la imagen ha fallado."
-#: ../../Zotlabs/Module/Register.php:458
-msgid "Registration on this hub is by invitation only."
-msgstr "La inscripción en este hub es sólo posible por invitación."
+#: ../../Zotlabs/Module/Cover_photo.php:265
+#: ../../Zotlabs/Module/Profile_photo.php:350
+msgid "Image upload failed."
+msgstr "La carga de la imagen ha fallado."
-#: ../../Zotlabs/Module/Register.php:459
-msgid "Register at another affiliated hub"
-msgstr "Regístrese en otro hub afiliado"
+#: ../../Zotlabs/Module/Cover_photo.php:282
+#: ../../Zotlabs/Module/Profile_photo.php:370
+msgid "Unable to process image."
+msgstr "No ha sido posible procesar la imagen."
-#: ../../Zotlabs/Module/Register.php:473 ../../Zotlabs/Module/Siteinfo.php:28
-msgid "Terms of Service"
-msgstr "Términos del servicio"
+#: ../../Zotlabs/Module/Cover_photo.php:367
+#: ../../Zotlabs/Module/Cover_photo.php:382
+#: ../../Zotlabs/Module/Profile_photo.php:432
+#: ../../Zotlabs/Module/Profile_photo.php:497
+msgid "Photo not available."
+msgstr "Foto no disponible."
-#: ../../Zotlabs/Module/Register.php:479
-#, php-format
-msgid "I accept the %s for this website"
-msgstr "Acepto los %s de este sitio"
+#: ../../Zotlabs/Module/Cover_photo.php:418
+msgid "Your cover photo may be visible to anybody on the internet"
+msgstr "La foto de la portada puede ser visible para cualquiera en Internet"
-#: ../../Zotlabs/Module/Register.php:486
-#, php-format
-msgid "I am over %s years of age and accept the %s for this website"
-msgstr "Tengo más de %s años de edad y acepto los %s de este sitio web"
+#: ../../Zotlabs/Module/Cover_photo.php:420
+msgid "Upload File:"
+msgstr "Subir fichero:"
-#: ../../Zotlabs/Module/Register.php:496
-msgid "Your email address"
-msgstr "Su dirección de correo electrónico"
+#: ../../Zotlabs/Module/Cover_photo.php:421
+msgid "Select a profile:"
+msgstr "Seleccionar un perfil:"
-#: ../../Zotlabs/Module/Register.php:498 ../../Zotlabs/Module/Oauth.php:115
-#: ../../Zotlabs/Module/Sources.php:121 ../../Zotlabs/Module/Sources.php:156
-msgid "Optional"
-msgstr "Opcional"
+#: ../../Zotlabs/Module/Cover_photo.php:422
+msgid "Change Cover Photo"
+msgstr "Cambiar la foto de portada del perfil"
-#: ../../Zotlabs/Module/Register.php:503
-msgid "Choose a password"
-msgstr "Elija una contraseña"
+#: ../../Zotlabs/Module/Cover_photo.php:426
+#: ../../Zotlabs/Module/Cover_photo.php:427
+#: ../../Zotlabs/Module/Profile_photo.php:551
+#: ../../Zotlabs/Module/Profile_photo.php:552
+msgid "Use a photo from your albums"
+msgstr "Usar una foto de sus álbumes"
-#: ../../Zotlabs/Module/Register.php:504
-msgid "Please re-enter your password"
-msgstr "Por favor, vuelva a escribir su contraseña"
+#: ../../Zotlabs/Module/Cover_photo.php:438
+msgid "Select existing photo"
+msgstr "Seleccionar una foto"
-#: ../../Zotlabs/Module/Register.php:506
-msgid "Please enter your invitation code"
-msgstr "Por favor, introduzca el código de su invitación"
+#: ../../Zotlabs/Module/Cover_photo.php:455
+#: ../../Zotlabs/Module/Profile_photo.php:581
+msgid "Crop Image"
+msgstr "Recortar imagen"
-#: ../../Zotlabs/Module/Register.php:508
-msgid "Your name"
-msgstr "Su nombre"
+#: ../../Zotlabs/Module/Cover_photo.php:456
+#: ../../Zotlabs/Module/Profile_photo.php:582
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Por favor ajuste el recorte de la imagen para una visión óptima."
-#: ../../Zotlabs/Module/Register.php:508
-msgid "Real name is preferred"
-msgstr "Se prefiere el nombre real"
+#: ../../Zotlabs/Module/Cover_photo.php:458
+msgid "Done Editing"
+msgstr "Edición completada"
-#: ../../Zotlabs/Module/Register.php:510
-#: ../../Zotlabs/Module/New_channel.php:177
-msgid "Choose a short nickname"
-msgstr "Elija un alias corto"
+#: ../../Zotlabs/Module/Editwebpage.php:139
+msgid "Page link"
+msgstr "Enlace de la página"
-#: ../../Zotlabs/Module/Register.php:510
-msgid ""
-"Your nickname will be used to create an easy to remember channel address"
-msgstr "Tu alias se utilizará para crear una dirección de canal fácil de recordar"
+#: ../../Zotlabs/Module/Editwebpage.php:166
+msgid "Edit Webpage"
+msgstr "Editar la página web"
-#: ../../Zotlabs/Module/Register.php:514
-msgid "Why do you want to join this hub?"
-msgstr "¿Por qué quiere unirse a este hub?"
+#: ../../Zotlabs/Module/Sse_bs.php:623
+msgid "Private forum"
+msgstr "Foro privado"
-#: ../../Zotlabs/Module/Register.php:514
-msgid "This will help to review your registration"
-msgstr "Esto ayudará a revisar su registro"
+#: ../../Zotlabs/Module/Sse_bs.php:623
+msgid "Public forum"
+msgstr "Foro público"
-#: ../../Zotlabs/Module/Register.php:520
-#: ../../Zotlabs/Module/Admin/Site.php:416
-msgid "Registration"
-msgstr "Registro"
+#: ../../Zotlabs/Module/Webpages.php:67
+msgid "Import Webpage Elements"
+msgstr "Importar elementos de una página web"
-#: ../../Zotlabs/Module/Register.php:528
-msgid "I have an invite code"
-msgstr "Tengo un código de invitación"
+#: ../../Zotlabs/Module/Webpages.php:68
+msgid "Import selected"
+msgstr "Importar elementos seleccionados"
-#: ../../Zotlabs/Module/Register.php:575
-msgid ""
-"This site has exceeded the number of allowed daily account registrations."
-msgstr "Este sitio ha superado el número permitido de registros diarios de cuentas."
+#: ../../Zotlabs/Module/Webpages.php:91
+msgid "Export Webpage Elements"
+msgstr "Exportar elementos de una página web"
-#: ../../Zotlabs/Module/Search.php:23
-#: ../../Zotlabs/Module/Viewconnections.php:23
-#: ../../Zotlabs/Module/Display.php:28 ../../Zotlabs/Module/Directory.php:72
-#: ../../Zotlabs/Module/Directory.php:77 ../../Zotlabs/Module/Photos.php:511
-msgid "Public access denied."
-msgstr "Acceso público denegado."
+#: ../../Zotlabs/Module/Webpages.php:92
+msgid "Export selected"
+msgstr "Exportar los elementos seleccionados"
-#: ../../Zotlabs/Module/Search.php:250
-#, php-format
-msgid "Items tagged with: %s"
-msgstr "elementos etiquetados con: %s"
+#: ../../Zotlabs/Module/Webpages.php:258
+msgid "Actions"
+msgstr "Acciones"
-#: ../../Zotlabs/Module/Search.php:252
-#, php-format
-msgid "Search results for: %s"
-msgstr "Resultados de la búsqueda para: %s"
+#: ../../Zotlabs/Module/Webpages.php:259
+msgid "Page Link"
+msgstr "Vínculo de la página"
-#: ../../Zotlabs/Module/Setup.php:179
-msgid "$Projectname Server - Setup"
-msgstr "Servidor $Projectname - Instalación"
+#: ../../Zotlabs/Module/Webpages.php:260
+msgid "Page Title"
+msgstr "Título de página"
-#: ../../Zotlabs/Module/Setup.php:183
-msgid "Could not connect to database."
-msgstr "No se ha podido conectar a la base de datos."
+#: ../../Zotlabs/Module/Webpages.php:261 ../../Zotlabs/Module/Layouts.php:189
+#: ../../Zotlabs/Module/Menu.php:178 ../../Zotlabs/Module/Blocks.php:155
+msgid "Created"
+msgstr "Creado"
-#: ../../Zotlabs/Module/Setup.php:187
-msgid ""
-"Could not connect to specified site URL. Possible SSL certificate or DNS "
-"issue."
-msgstr "No se puede conectar con la dirección del sitio indicada. Podría tratarse de un problema de SSL o DNS."
+#: ../../Zotlabs/Module/Webpages.php:262 ../../Zotlabs/Module/Layouts.php:190
+#: ../../Zotlabs/Module/Menu.php:179 ../../Zotlabs/Module/Blocks.php:156
+msgid "Edited"
+msgstr "Editado"
-#: ../../Zotlabs/Module/Setup.php:194
-msgid "Could not create table."
-msgstr "No se puede crear la tabla."
+#: ../../Zotlabs/Module/Webpages.php:290
+msgid "Invalid file type."
+msgstr "Tipo de fichero no válido."
-#: ../../Zotlabs/Module/Setup.php:200
-msgid "Your site database has been installed."
-msgstr "La base de datos del sitio ha sido instalada."
+#: ../../Zotlabs/Module/Webpages.php:302
+msgid "Error opening zip file"
+msgstr "Error al abrir el fichero comprimido zip"
-#: ../../Zotlabs/Module/Setup.php:206
-msgid ""
-"You may need to import the file \"install/schema_xxx.sql\" manually using a "
-"database client."
-msgstr "Podría tener que importar manualmente el fichero \"install/schema_xxx.sql\" usando un cliente de base de datos."
+#: ../../Zotlabs/Module/Webpages.php:313
+msgid "Invalid folder path."
+msgstr "La ruta de la carpeta no es válida."
-#: ../../Zotlabs/Module/Setup.php:207 ../../Zotlabs/Module/Setup.php:271
-#: ../../Zotlabs/Module/Setup.php:778
-msgid "Please see the file \"install/INSTALL.txt\"."
-msgstr "Por favor, lea el fichero \"install/INSTALL.txt\"."
+#: ../../Zotlabs/Module/Webpages.php:340
+msgid "No webpage elements detected."
+msgstr "No se han detectado elementos de ninguna página web."
-#: ../../Zotlabs/Module/Setup.php:268
-msgid "System check"
-msgstr "Verificación del sistema"
+#: ../../Zotlabs/Module/Webpages.php:415
+msgid "Import complete."
+msgstr "Importación completada."
-#: ../../Zotlabs/Module/Setup.php:272 ../../Zotlabs/Module/Cdav.php:1027
-#: ../../Zotlabs/Module/Cal.php:200 ../../Zotlabs/Module/Photos.php:951
-msgid "Next"
-msgstr "Siguiente"
+#: ../../Zotlabs/Module/Impel.php:188
+#, php-format
+msgid "%s element installed"
+msgstr "%s elemento instalado"
-#: ../../Zotlabs/Module/Setup.php:273
-msgid "Check again"
-msgstr "Verificar de nuevo"
+#: ../../Zotlabs/Module/Impel.php:191
+#, php-format
+msgid "%s element installation failed"
+msgstr "Elemento con instalación fallida: %s"
-#: ../../Zotlabs/Module/Setup.php:294
-msgid "Database connection"
-msgstr "Conexión a la base de datos"
+#: ../../Zotlabs/Module/Oauth.php:45
+msgid "Name is required"
+msgstr "El nombre es obligatorio"
-#: ../../Zotlabs/Module/Setup.php:295
-msgid ""
-"In order to install $Projectname we need to know how to connect to your "
-"database."
-msgstr "Para instalar $Projectname es necesario saber cómo conectar con su base de datos."
+#: ../../Zotlabs/Module/Oauth.php:49
+msgid "Key and Secret are required"
+msgstr "\"Key\" y \"Secret\" son obligatorios"
-#: ../../Zotlabs/Module/Setup.php:296
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Por favor, contacte con el proveedor de servicios o el administrador del sitio si tiene dudas sobre estos ajustes."
+#: ../../Zotlabs/Module/Oauth.php:108 ../../Zotlabs/Module/Oauth.php:134
+#: ../../Zotlabs/Module/Oauth.php:170 ../../Zotlabs/Module/Oauth2.php:141
+#: ../../Zotlabs/Module/Oauth2.php:191
+msgid "Add application"
+msgstr "Añadir aplicación"
-#: ../../Zotlabs/Module/Setup.php:297
+#: ../../Zotlabs/Module/Oauth.php:111 ../../Zotlabs/Module/Oauth2.php:116
+#: ../../Zotlabs/Module/Oauth2.php:144
+msgid "Name of application"
+msgstr "Nombre de la aplicación"
+
+#: ../../Zotlabs/Module/Oauth.php:112 ../../Zotlabs/Module/Oauth.php:113
+#: ../../Zotlabs/Module/Oauth2.php:117 ../../Zotlabs/Module/Oauth2.php:145
+msgid "Automatically generated - change if desired. Max length 20"
+msgstr "Generado automáticamente - si lo desea, cámbielo. Longitud máxima: 20"
+
+#: ../../Zotlabs/Module/Oauth.php:114 ../../Zotlabs/Module/Oauth.php:140
+#: ../../Zotlabs/Module/Oauth2.php:118 ../../Zotlabs/Module/Oauth2.php:146
+msgid "Redirect"
+msgstr "Redirigir"
+
+#: ../../Zotlabs/Module/Oauth.php:114 ../../Zotlabs/Module/Oauth2.php:118
+#: ../../Zotlabs/Module/Oauth2.php:146
msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "La base de datos que especifique a continuación debe existir ya. Si no es así, por favor, créela antes de seguir."
+"Redirect URI - leave blank unless your application specifically requires "
+"this"
+msgstr "URI de redirección - dejar en blanco a menos que su aplicación específicamente lo requiera"
-#: ../../Zotlabs/Module/Setup.php:301
-msgid "Database Server Name"
-msgstr "Nombre del servidor de base de datos"
+#: ../../Zotlabs/Module/Oauth.php:115 ../../Zotlabs/Module/Oauth.php:141
+msgid "Icon url"
+msgstr "Dirección del icono"
-#: ../../Zotlabs/Module/Setup.php:301
-msgid "Default is 127.0.0.1"
-msgstr "De forma predeterminada es 127.0.0.1"
+#: ../../Zotlabs/Module/Oauth.php:115 ../../Zotlabs/Module/Register.php:498
+#: ../../Zotlabs/Module/Sources.php:121 ../../Zotlabs/Module/Sources.php:156
+msgid "Optional"
+msgstr "Opcional"
-#: ../../Zotlabs/Module/Setup.php:302
-msgid "Database Port"
-msgstr "Puerto de la base de datos"
+#: ../../Zotlabs/Module/Oauth.php:126
+msgid "Application not found."
+msgstr "Aplicación no encontrada."
-#: ../../Zotlabs/Module/Setup.php:302
-msgid "Communication port number - use 0 for default"
-msgstr "Número del puerto de comunicaciones - use 0 como valor por defecto"
+#: ../../Zotlabs/Module/Oauth.php:169
+msgid "Connected OAuth Apps"
+msgstr "Apps OAuth conectadas"
-#: ../../Zotlabs/Module/Setup.php:303
-msgid "Database Login Name"
-msgstr "Usuario de la base de datos"
+#: ../../Zotlabs/Module/Oauth.php:173 ../../Zotlabs/Module/Oauth2.php:194
+msgid "Client key starts with"
+msgstr "La \"client key\" empieza por"
-#: ../../Zotlabs/Module/Setup.php:304
-msgid "Database Login Password"
-msgstr "Contraseña de acceso a la base de datos"
+#: ../../Zotlabs/Module/Oauth.php:174 ../../Zotlabs/Module/Oauth2.php:195
+msgid "No name"
+msgstr "Sin nombre"
-#: ../../Zotlabs/Module/Setup.php:305
-msgid "Database Name"
-msgstr "Nombre de la base de datos"
+#: ../../Zotlabs/Module/Oauth.php:175 ../../Zotlabs/Module/Oauth2.php:196
+msgid "Remove authorization"
+msgstr "Eliminar autorización"
-#: ../../Zotlabs/Module/Setup.php:306
-msgid "Database Type"
-msgstr "Tipo de base de datos"
+#: ../../Zotlabs/Module/Network.php:108
+msgid "No such group"
+msgstr "No se encuentra el grupo"
-#: ../../Zotlabs/Module/Setup.php:308 ../../Zotlabs/Module/Setup.php:348
-msgid "Site administrator email address"
-msgstr "Dirección de correo electrónico del administrador del sitio"
+#: ../../Zotlabs/Module/Network.php:160
+msgid "No such channel"
+msgstr "No se encuentra el canal"
-#: ../../Zotlabs/Module/Setup.php:308 ../../Zotlabs/Module/Setup.php:348
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "Su cuenta deberá usar la misma dirección de correo electrónico para poder utilizar el panel de administración web."
+#: ../../Zotlabs/Module/Network.php:172 ../../Zotlabs/Module/Channel.php:234
+msgid "Search Results For:"
+msgstr "Buscar resultados para:"
-#: ../../Zotlabs/Module/Setup.php:309 ../../Zotlabs/Module/Setup.php:350
-msgid "Website URL"
-msgstr "Dirección del sitio web"
+#: ../../Zotlabs/Module/Network.php:248
+msgid "Privacy group is empty"
+msgstr "El grupo de canales está vacío"
-#: ../../Zotlabs/Module/Setup.php:309 ../../Zotlabs/Module/Setup.php:350
-msgid "Please use SSL (https) URL if available."
-msgstr "Por favor, use SSL (https) si está disponible."
+#: ../../Zotlabs/Module/Network.php:258
+msgid "Privacy group: "
+msgstr "Grupo de canales: "
-#: ../../Zotlabs/Module/Setup.php:310 ../../Zotlabs/Module/Setup.php:352
-msgid "Please select a default timezone for your website"
-msgstr "Por favor, selecciones el huso horario por defecto de su sitio web"
+#: ../../Zotlabs/Module/Apps.php:51
+msgid "Installed Apps"
+msgstr "Apps instaladas"
-#: ../../Zotlabs/Module/Setup.php:337
-msgid "Site settings"
-msgstr "Ajustes del sitio"
+#: ../../Zotlabs/Module/Apps.php:54
+msgid "Manage Apps"
+msgstr "Administrar apps"
-#: ../../Zotlabs/Module/Setup.php:391
-msgid "PHP version 8.0 or greater is required."
-msgstr "Se requiere la versión 8.0 o superior de PHP."
+#: ../../Zotlabs/Module/Apps.php:55
+msgid "Create Custom App"
+msgstr "Crear una app personalizada"
-#: ../../Zotlabs/Module/Setup.php:392
-msgid "PHP version"
-msgstr "Versión de PHP"
+#: ../../Zotlabs/Module/Share.php:126
+msgid "Post repeated"
+msgstr "Entrada repetida"
-#: ../../Zotlabs/Module/Setup.php:408
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "No se puede encontrar una versión en línea de comandos de PHP en la ruta del servidor web."
+#: ../../Zotlabs/Module/Service_limits.php:23
+msgid "No service class restrictions found."
+msgstr "No se han encontrado restricciones sobre esta clase de servicio."
-#: ../../Zotlabs/Module/Setup.php:409
-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 "Si no tiene instalada la versión de línea de comandos de PHP en su servidor, no podrá realizar envíos en segundo plano mediante cron."
+#: ../../Zotlabs/Module/Lostpass.php:19
+msgid "No valid account found."
+msgstr "No se ha encontrado una cuenta válida."
-#: ../../Zotlabs/Module/Setup.php:413
-msgid "PHP executable path"
-msgstr "Ruta del ejecutable PHP"
+#: ../../Zotlabs/Module/Lostpass.php:33
+msgid "Password reset request issued. Check your email."
+msgstr "Se ha recibido una solicitud de restablecimiento de contraseña. Consulte su correo electrónico."
-#: ../../Zotlabs/Module/Setup.php:413
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Introducir la ruta completa del ejecutable PHP. Puede dejar la línea en blanco para continuar la instalación."
+#: ../../Zotlabs/Module/Lostpass.php:39 ../../Zotlabs/Module/Lostpass.php:108
+#, php-format
+msgid "Site Member (%s)"
+msgstr "Usuario del sitio (%s)"
-#: ../../Zotlabs/Module/Setup.php:418
-msgid "Command line PHP"
-msgstr "PHP en línea de comandos"
+#: ../../Zotlabs/Module/Lostpass.php:44 ../../Zotlabs/Module/Lostpass.php:49
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Se ha solicitado restablecer la contraseña en %s"
-#: ../../Zotlabs/Module/Setup.php:428
+#: ../../Zotlabs/Module/Lostpass.php:68
msgid ""
-"Unable to check command line PHP, as shell_exec() is disabled. This is "
-"required."
-msgstr "No se puede comprobar la línea de comandos PHP, ya que shell_exec() está deshabilitado. Es necesario que esté activado."
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "La solicitud no ha podido ser verificada. (Puede que la haya enviado con anterioridad) El restablecimiento de la contraseña ha fallado."
-#: ../../Zotlabs/Module/Setup.php:432
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "La línea de comandos PHP de su sistema no tiene activado \"register_argc_argv\"."
+#: ../../Zotlabs/Module/Lostpass.php:92
+msgid "Your password has been reset as requested."
+msgstr "Su contraseña ha sido restablecida según lo solicitó."
-#: ../../Zotlabs/Module/Setup.php:433
-msgid "This is required for message delivery to work."
-msgstr "Esto es necesario para que funcione la transmisión de mensajes."
+#: ../../Zotlabs/Module/Lostpass.php:93
+msgid "Your new password is"
+msgstr "Su nueva contraseña es"
-#: ../../Zotlabs/Module/Setup.php:436
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../Zotlabs/Module/Lostpass.php:94
+msgid "Save or copy your new password - and then"
+msgstr "Guarde o copie su nueva contraseña - y después"
-#: ../../Zotlabs/Module/Setup.php:456
-msgid ""
-"This is not sufficient to upload larger images or files. You should be able "
-"to upload at least 4 MB at once."
-msgstr "Esto no es suficiente para subir imágenes o archivos más grandes. Usted debe ser capaz de subir al menos 4 MB a la vez."
+#: ../../Zotlabs/Module/Lostpass.php:95
+msgid "click here to login"
+msgstr "pulse aquí para conectarse"
-#: ../../Zotlabs/Module/Setup.php:458
-#, php-format
+#: ../../Zotlabs/Module/Lostpass.php:96
msgid ""
-"Your max allowed total upload size is set to %s. Maximum size of one file to"
-" upload is set to %s. You are allowed to upload up to %d files at once."
-msgstr "La carga máxima que se le permite subir está establecida en %s. El tamaño máximo de un fichero está establecido en %s. Está permitido subir hasta un máximo de %d ficheros de una sola vez."
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Puede cambiar la contraseña en la página <em>Ajustes</em> una vez iniciada la sesión."
-#: ../../Zotlabs/Module/Setup.php:464
-msgid "You can adjust these settings in the server php.ini file."
-msgstr "Puede ajustar estos valores en el fichero php.ini de su servidor."
+#: ../../Zotlabs/Module/Lostpass.php:117
+#, php-format
+msgid "Your password has changed at %s"
+msgstr "Su contraseña en %s ha sido cambiada"
-#: ../../Zotlabs/Module/Setup.php:466
-msgid "PHP upload limits"
-msgstr "Límites PHP de subida"
+#: ../../Zotlabs/Module/Lostpass.php:130
+msgid "Forgot your Password?"
+msgstr "¿Ha olvidado su contraseña?"
-#: ../../Zotlabs/Module/Setup.php:489
+#: ../../Zotlabs/Module/Lostpass.php:131
msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de general claves de cifrado."
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Introduzca y envíe su dirección de correo electrónico para el restablecimiento de su contraseña. Luego revise su correo para obtener más instrucciones."
-#: ../../Zotlabs/Module/Setup.php:490
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Si está en un servidor Windows, por favor, lea \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: ../../Zotlabs/Module/Lostpass.php:132
+msgid "Email Address"
+msgstr "Dirección de correo electrónico"
-#: ../../Zotlabs/Module/Setup.php:493
-msgid "Generate encryption keys"
-msgstr "Generar claves de cifrado"
+#: ../../Zotlabs/Module/Lostpass.php:133 ../../Zotlabs/Module/Pdledit.php:76
+#: ../../Zotlabs/Module/Pdledit.php:93
+msgid "Reset"
+msgstr "Reiniciar"
-#: ../../Zotlabs/Module/Setup.php:510
-msgid "libCurl PHP module"
-msgstr "módulo libCurl PHP"
+#: ../../Zotlabs/Module/Removeme.php:35
+msgid ""
+"Channel removals are not allowed within 48 hours of changing the account "
+"password."
+msgstr "La eliminación de canales no está permitida hasta pasadas 48 horas desde el último cambio de contraseña."
-#: ../../Zotlabs/Module/Setup.php:511
-msgid "GD graphics PHP module"
-msgstr "módulo PHP GD graphics"
+#: ../../Zotlabs/Module/Removeme.php:60 ../../Zotlabs/Module/Removeme.php:64
+#: ../../Zotlabs/Module/Settings/Channel.php:282
+msgid "Remove Channel"
+msgstr "Eliminar el canal"
-#: ../../Zotlabs/Module/Setup.php:512
-msgid "OpenSSL PHP module"
-msgstr "módulo PHP OpenSSL"
+#: ../../Zotlabs/Module/Removeme.php:61
+#: ../../Zotlabs/Module/Removeaccount.php:58
+#: ../../Zotlabs/Module/Changeaddr.php:78
+msgid "WARNING: "
+msgstr "ATENCIÓN:"
-#: ../../Zotlabs/Module/Setup.php:513
-msgid "PDO database PHP module"
-msgstr "Módulo PHP de la base de datos PDO "
+#: ../../Zotlabs/Module/Removeme.php:61
+msgid "This channel will be permanently removed. "
+msgstr "Este canal será eliminado permanentemente. "
-#: ../../Zotlabs/Module/Setup.php:514
-msgid "mb_string PHP module"
-msgstr "módulo PHP mb_string"
+#: ../../Zotlabs/Module/Removeme.php:61
+msgid "This action can not be undone!"
+msgstr "¡Esta acción no se puede deshacer!"
-#: ../../Zotlabs/Module/Setup.php:515
-msgid "xml PHP module"
-msgstr "módulo PHP xml"
+#: ../../Zotlabs/Module/Removeme.php:62
+#: ../../Zotlabs/Module/Removeaccount.php:59
+#: ../../Zotlabs/Module/Changeaddr.php:79
+msgid "Please enter your password for verification:"
+msgstr "Por favor, introduzca su contraseña para su verificación:"
-#: ../../Zotlabs/Module/Setup.php:516
-msgid "zip PHP module"
-msgstr "Módulo zip PHP"
+#: ../../Zotlabs/Module/Import_items.php:50
+msgid "Not a zip file or zip file corrupted."
+msgstr "No es un archivo zip o un archivo zip corrupto."
-#: ../../Zotlabs/Module/Setup.php:520 ../../Zotlabs/Module/Setup.php:522
-msgid "Apache mod_rewrite module"
-msgstr "módulo Apache mod_rewrite "
+#: ../../Zotlabs/Module/Import_items.php:121
+msgid "Import Items"
+msgstr "Importar elementos"
-#: ../../Zotlabs/Module/Setup.php:520
+#: ../../Zotlabs/Module/Import_items.php:122
msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Error: se necesita el módulo del servidor web Apache mod-rewrite pero no está instalado."
+"Use this form to import existing posts and content from an export file."
+msgstr "Utilice este formulario para importar entradas y contenido desde un archivo de exportación."
-#: ../../Zotlabs/Module/Setup.php:526 ../../Zotlabs/Module/Setup.php:529
-msgid "exec"
-msgstr "ejecutable"
+#: ../../Zotlabs/Module/Import_items.php:123
+#: ../../Zotlabs/Module/Import.php:594
+msgid "File to Upload"
+msgstr "Fichero para subir"
-#: ../../Zotlabs/Module/Setup.php:526
-msgid ""
-"Error: exec is required but is either not installed or has been disabled in "
-"php.ini"
-msgstr "Error: se necesita un ejecutable pero o no se instaló o está deshabilitado en php.ini"
+#: ../../Zotlabs/Module/Import_items.php:136
+#: ../../Zotlabs/Module/Import.php:107
+msgid "Imported file is empty."
+msgstr "El fichero importado está vacío."
-#: ../../Zotlabs/Module/Setup.php:532 ../../Zotlabs/Module/Setup.php:535
-msgid "shell_exec"
-msgstr "shell_exec"
+#: ../../Zotlabs/Module/Import_items.php:159
+msgid "Content import completed"
+msgstr "Importación de contenidos completada"
-#: ../../Zotlabs/Module/Setup.php:532
-msgid ""
-"Error: shell_exec is required but is either not installed or has been "
-"disabled in php.ini"
-msgstr "Error: se necesita shell_exec pero o no se instaló o está deshabilitado en php.ini"
+#: ../../Zotlabs/Module/Import_items.php:164
+msgid "Chatroom import completed"
+msgstr "Importación de salas de chat completada"
-#: ../../Zotlabs/Module/Setup.php:540
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Error: se necesita el módulo PHP libCURL pero no está instalado."
+#: ../../Zotlabs/Module/Import_items.php:170
+msgid "Channel calendar import 1/2 completed"
+msgstr "Importación del calendario del canal 1/2 completada"
-#: ../../Zotlabs/Module/Setup.php:544
-msgid ""
-"Error: GD PHP module with JPEG support or ImageMagick graphics library "
-"required but not installed."
-msgstr "Error: Se requiere el módulo GD PHP con soporte para JPEG o la biblioteca de gráficos ImageMagick, pero no está instalado."
+#: ../../Zotlabs/Module/Import_items.php:176
+msgid "Channel calendar import 2/2 completed"
+msgstr "Importación del calendario del canal 2/2 completada"
-#: ../../Zotlabs/Module/Setup.php:548
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Error: el módulo PHP openssl es necesario, pero no está instalado."
+#: ../../Zotlabs/Module/Import_items.php:181
+msgid "Menu import completed"
+msgstr "Importación de menús completada"
-#: ../../Zotlabs/Module/Setup.php:554
-msgid ""
-"Error: PDO database PHP module missing a driver for either mysql or pgsql."
-msgstr "Error: El módulo PHP de la base de datos PDO carece de un controlador para mysql o pgsql."
+#: ../../Zotlabs/Module/Import_items.php:186
+msgid "Wiki import completed"
+msgstr "Importación de wikis completada"
-#: ../../Zotlabs/Module/Setup.php:559
-msgid "Error: PDO database PHP module required but not installed."
-msgstr "Error: se necesita el módulo PHP de la base de datos PDO, pero no está instalado."
+#: ../../Zotlabs/Module/Import_items.php:191
+msgid "Webpages import completed"
+msgstr "Importación de páginas web completada"
-#: ../../Zotlabs/Module/Setup.php:563
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Error: el módulo PHP mb_string es necesario, pero no está instalado."
+#: ../../Zotlabs/Module/Regdir.php:52 ../../Zotlabs/Module/Dirsearch.php:23
+msgid "This site is not a directory server"
+msgstr "Este sitio no es un servidor de directorio"
-#: ../../Zotlabs/Module/Setup.php:567
-msgid "Error: xml PHP module required for DAV but not installed."
-msgstr "Error: el módulo PHP xml es necesario para DAV, pero no está instalado."
+#: ../../Zotlabs/Module/Notifications.php:101
+#: ../../Zotlabs/Module/Menu.php:180 ../../Zotlabs/Module/Connections.php:83
+#: ../../Zotlabs/Module/Connections.php:92
+msgid "New"
+msgstr "Nuevas"
-#: ../../Zotlabs/Module/Setup.php:571
-msgid "Error: zip PHP module required but not installed."
-msgstr "Error: se requiere el módulo zip PHP pero no está instalado."
+#: ../../Zotlabs/Module/Notifications.php:106
+#: ../../Zotlabs/Module/Notify.php:85
+msgid "No more system notifications."
+msgstr "No hay más notificaciones del sistema"
-#: ../../Zotlabs/Module/Setup.php:590 ../../Zotlabs/Module/Setup.php:599
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php tiene permisos de escritura"
+#: ../../Zotlabs/Module/Notifications.php:110
+#: ../../Zotlabs/Module/Notify.php:89
+msgid "System Notifications"
+msgstr "Notificaciones del sistema"
-#: ../../Zotlabs/Module/Setup.php:595
-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 "El instalador web no ha podido crear un fichero llamado “.htconfig.php” en la carpeta base de su servidor."
+#: ../../Zotlabs/Module/Z6trans.php:19
+msgid "Update to Hubzilla 5.0 step 2"
+msgstr "Actualizar a Hubzilla 5.0. Paso 2"
-#: ../../Zotlabs/Module/Setup.php:596
-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 "Esto está generalmente ligado a un problema de permisos, a causa del cual el servidor web tiene prohibido modificar ficheros en su carpeta - incluso si usted mismo tiene esos permisos."
+#: ../../Zotlabs/Module/Z6trans.php:21
+msgid "To complete the update please run"
+msgstr "Para completar la actualización, ejecutar "
-#: ../../Zotlabs/Module/Setup.php:597
-msgid "Please see install/INSTALL.txt for additional information."
-msgstr "Por favor, consulte install/INSTALL.txt para más información."
+#: ../../Zotlabs/Module/Z6trans.php:23
+msgid "php util/z6convert.php"
+msgstr "php util/z6convert.php"
-#: ../../Zotlabs/Module/Setup.php:613
-msgid ""
-"This software uses the Smarty3 template engine to render its web views. "
-"Smarty3 compiles templates to PHP to speed up rendering."
-msgstr "Este software hace uso del motor de plantillas Smarty3 para diseñar sus plantillas gráficas. Smarty3 compila las plantillas a PHP para acelerar la renderización."
+#: ../../Zotlabs/Module/Z6trans.php:25
+msgid "from the terminal."
+msgstr "desde la terminal."
-#: ../../Zotlabs/Module/Setup.php:614
-#, php-format
-msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory %s under the top level web folder."
-msgstr "Para poder guardar las plantillas compiladas, el servidor web necesita permisos para acceder al directorio %s en la carpeta web principal."
+#: ../../Zotlabs/Module/Thing.php:122
+msgid "Thing updated"
+msgstr "Elemento actualizado."
-#: ../../Zotlabs/Module/Setup.php:615 ../../Zotlabs/Module/Setup.php:636
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Por favor, asegúrese de que el servidor web está siendo ejecutado por un usuario que tenga permisos de escritura sobre esta carpeta (por ejemplo, www-data)."
+#: ../../Zotlabs/Module/Thing.php:174
+msgid "Object store: failed"
+msgstr "Guardar objeto: ha fallado"
-#: ../../Zotlabs/Module/Setup.php:616
-#, php-format
-msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"%s only--not the template files (.tpl) that it contains."
-msgstr "Nota: como medida de seguridad, debe dar al servidor web permisos de escritura solo sobre %s - no sobre el fichero de plantilla (.tpl) que contiene."
+#: ../../Zotlabs/Module/Thing.php:178
+msgid "Thing added"
+msgstr "Elemento añadido"
-#: ../../Zotlabs/Module/Setup.php:619
+#: ../../Zotlabs/Module/Thing.php:204
#, php-format
-msgid "%s is writable"
-msgstr "%s tiene permisos de escritura"
+msgid "OBJ: %1$s %2$s %3$s"
+msgstr "OBJ: %1$s %2$s %3$s"
-#: ../../Zotlabs/Module/Setup.php:635
-msgid ""
-"This software uses the store directory to save uploaded files. The web "
-"server needs to have write access to the store directory under the top level"
-" web folder"
-msgstr "Este software utiliza el directorio de almacenamiento para guardar los ficheros subidos. El servidor web debe tener acceso de escritura a este directorio en la carpeta de nivel superior"
+#: ../../Zotlabs/Module/Thing.php:267
+msgid "Show Thing"
+msgstr "Mostrar elemento"
-#: ../../Zotlabs/Module/Setup.php:639
-msgid "store is writable"
-msgstr "\"store\" tiene permisos de escritura"
+#: ../../Zotlabs/Module/Thing.php:274
+msgid "item not found."
+msgstr "elemento no encontrado."
-#: ../../Zotlabs/Module/Setup.php:671
-msgid ""
-"SSL certificate cannot be validated. Fix certificate or disable https access"
-" to this site."
-msgstr "El certificado SSL no ha podido ser validado. Corrija este problema o desactive el acceso https a este sitio."
+#: ../../Zotlabs/Module/Thing.php:307
+msgid "Edit Thing"
+msgstr "Editar elemento"
-#: ../../Zotlabs/Module/Setup.php:672
-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 "Si su servidor soporta conexiones cifradas SSL o si permite conexiones al puerto TCP 443 (el puerto usado por el protocolo https), debe utilizar un certificado válido. No debe usar un certificado firmado por usted mismo."
+#: ../../Zotlabs/Module/Thing.php:309 ../../Zotlabs/Module/Thing.php:366
+msgid "Select a profile"
+msgstr "Seleccionar un perfil"
-#: ../../Zotlabs/Module/Setup.php:673
-msgid ""
-"This restriction is incorporated because public posts from you may for "
-"example contain references to images on your own hub."
-msgstr "Se ha incorporado esta restricción para evitar que sus entradas públicas hagan referencia a imágenes en su propio servidor."
+#: ../../Zotlabs/Module/Thing.php:313 ../../Zotlabs/Module/Thing.php:369
+msgid "Post an activity"
+msgstr "Publicar una actividad"
-#: ../../Zotlabs/Module/Setup.php:674
-msgid ""
-"If your certificate is not recognized, members of other sites (who may "
-"themselves have valid certificates) will get a warning message on their own "
-"site complaining about security issues."
-msgstr "Si su certificado no ha sido reconocido, los miembros de otros sitios (con certificados válidos) recibirán mensajes de aviso en sus propios sitios web."
+#: ../../Zotlabs/Module/Thing.php:313 ../../Zotlabs/Module/Thing.php:369
+msgid "Only sends to viewers of the applicable profile"
+msgstr "Sólo enviar a espectadores del perfil pertinente."
-#: ../../Zotlabs/Module/Setup.php:675
-msgid ""
-"This can cause usability issues elsewhere (not just on your own site) so we "
-"must insist on this requirement."
-msgstr "Por razones de compatibilidad (sobre el conjunto de la red, no solo sobre su propio sitio), debemos insistir en estos requisitos."
+#: ../../Zotlabs/Module/Thing.php:315 ../../Zotlabs/Module/Thing.php:371
+msgid "Name of thing e.g. something"
+msgstr "Nombre del elemento, p. ej.:. \"algo\""
-#: ../../Zotlabs/Module/Setup.php:676
-msgid ""
-"Providers are available that issue free certificates which are browser-"
-"valid."
-msgstr "Existen varias Autoridades de Certificación que le pueden proporcionar certificados válidos."
+#: ../../Zotlabs/Module/Thing.php:317 ../../Zotlabs/Module/Thing.php:372
+msgid "URL of thing (optional)"
+msgstr "Dirección del elemento (opcional)"
-#: ../../Zotlabs/Module/Setup.php:677
-msgid ""
-"If you are confident that the certificate is valid and signed by a trusted "
-"authority, check to see if you have failed to install an intermediate cert. "
-"These are not normally required by browsers, but are required for server-to-"
-"server communications."
-msgstr "Si se tiene la certeza de que el certificado es válido y está firmado por una autoridad de confianza, comprobar para ver si hubo un error al instalar un certificado intermedio. Estos no son normalmente requeridos por los navegadores, pero son necesarios para las comunicaciones de servidor a servidor."
+#: ../../Zotlabs/Module/Thing.php:319 ../../Zotlabs/Module/Thing.php:373
+msgid "URL for photo of thing (optional)"
+msgstr "Dirección para la foto o elemento (opcional)"
-#: ../../Zotlabs/Module/Setup.php:679
-msgid "SSL certificate validation"
-msgstr "validación del certificado SSL"
+#: ../../Zotlabs/Module/Thing.php:364
+msgid "Add Thing to your Profile"
+msgstr "Añadir alguna cosa a su perfil"
-#: ../../Zotlabs/Module/Setup.php:685
+#: ../../Zotlabs/Module/Removeaccount.php:35
msgid ""
-"Url rewrite in .htaccess is not working. Check your server "
-"configuration.Test: "
-msgstr "No se pueden reescribir las direcciones web en .htaccess. Compruebe la configuración de su servidor:"
+"Account removals are not allowed within 48 hours of changing the account "
+"password."
+msgstr "La eliminación de cuentas no está permitida hasta después de que hayan transcurrido 48 horas desde el último cambio de contraseña."
-#: ../../Zotlabs/Module/Setup.php:688
-msgid "Url rewrite is working"
-msgstr "La reescritura de las direcciones funciona correctamente"
+#: ../../Zotlabs/Module/Removeaccount.php:57
+msgid "Remove This Account"
+msgstr "Eliminar esta cuenta"
-#: ../../Zotlabs/Module/Setup.php:701
+#: ../../Zotlabs/Module/Removeaccount.php:58
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 "El fichero de configuración de la base de datos .htconfig.php no se ha podido modificar. Por favor, copie el texto generado en un fichero con ese nombre en el directorio raíz de su servidor."
-
-#: ../../Zotlabs/Module/Setup.php:776
-msgid "<h1>What next?</h1>"
-msgstr "<h1>¿Qué sigue?</h1>"
+"This account and all its channels will be completely removed from the "
+"network. "
+msgstr "Esta cuenta y todos sus canales van a ser eliminados de la red."
-#: ../../Zotlabs/Module/Setup.php:777
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "IMPORTANTE: Debe crear [manualmente] una tarea programada para el \"poller\"."
+#: ../../Zotlabs/Module/Removeaccount.php:58
+msgid "This action is permanent and can not be undone!"
+msgstr "¡Esta acción tiene carácter definitivo y no se puede deshacer!"
-#: ../../Zotlabs/Module/Viewconnections.php:65
-msgid "No connections."
-msgstr "Sin conexiones."
+#: ../../Zotlabs/Module/Removeaccount.php:61
+#: ../../Zotlabs/Module/Settings/Account.php:111
+msgid "Remove Account"
+msgstr "Eliminar cuenta"
-#: ../../Zotlabs/Module/Viewconnections.php:105
+#: ../../Zotlabs/Module/Tokens.php:94
#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Visitar el perfil de %s [%s]"
+msgid "This channel is limited to %d tokens"
+msgstr "Este canal tiene un límite de %d tokens"
-#: ../../Zotlabs/Module/Viewconnections.php:135
-msgid "View Connections"
-msgstr "Ver conexiones"
+#: ../../Zotlabs/Module/Tokens.php:100
+msgid "Name and Password are required."
+msgstr "Se requiere el nombre y la contraseña."
-#: ../../Zotlabs/Module/Pubsites.php:26
-msgid "Public Hubs"
-msgstr "Servidores públicos"
+#: ../../Zotlabs/Module/Tokens.php:215
+msgid "Token saved."
+msgstr "Token salvado."
-#: ../../Zotlabs/Module/Pubsites.php:29
+#: ../../Zotlabs/Module/Tokens.php:261
msgid ""
-"The listed hubs allow public registration for the $Projectname network. All "
-"hubs in the network are interlinked so membership on any of them conveys "
-"membership in the network as a whole. Some hubs may require subscription or "
-"provide tiered service plans. The hub itself <strong>may</strong> provide "
-"additional details."
-msgstr "Los sitios listados permiten el registro público en la red $Projectname. Todos los sitios de la red están vinculados entre sí, por lo que sus miembros, en ninguno de ellos, indican la pertenencia a la red en su conjunto. Algunos sitios pueden requerir suscripción o proporcionar planes de servicio por niveles. Los mismos hubs <strong>pueden</strong> proporcionar detalles adicionales."
+"Use this form to create temporary access identifiers to share things with "
+"non-members. These identities may be used in privacy groups and visitors may"
+" login using these credentials to access private content."
+msgstr "Utilice este formulario para crear identificadores de acceso temporal para compartir cosas con los no miembros. Estas identidades se pueden usar en los grupos de canales y así los visitantes pueden iniciar sesión, utilizando estas credenciales, para acceder a su contenido privado."
-#: ../../Zotlabs/Module/Pubsites.php:35
-msgid "Hub URL"
-msgstr "Dirección del hub"
+#: ../../Zotlabs/Module/Tokens.php:274
+msgid "Please select a role for this guest!"
+msgstr "Por favor, seleccione un rol para este invitado"
-#: ../../Zotlabs/Module/Pubsites.php:35
-msgid "Access Type"
-msgstr "Tipo de acceso"
+#: ../../Zotlabs/Module/Tokens.php:287
+msgid "Select a role for this guest"
+msgstr "Seleccione un rol para este invitado"
-#: ../../Zotlabs/Module/Pubsites.php:35
-msgid "Registration Policy"
-msgstr "Normas de registro"
+#: ../../Zotlabs/Module/Tokens.php:291
+msgid "Login Name"
+msgstr "Nombre de inicio de sesión"
-#: ../../Zotlabs/Module/Pubsites.php:35
-msgid "Stats"
-msgstr "Estadísticas"
+#: ../../Zotlabs/Module/Tokens.php:292
+msgid "Login Password"
+msgstr "Contraseña de inicio de sesión"
-#: ../../Zotlabs/Module/Pubsites.php:35
-msgid "Software"
-msgstr "Software"
+#: ../../Zotlabs/Module/Tokens.php:293
+msgid "Expires (yyyy-mm-dd)"
+msgstr "Expira (aaaa-mm-dd)"
-#: ../../Zotlabs/Module/Pubsites.php:37
-msgid "Ratings"
-msgstr "Valoraciones"
+#: ../../Zotlabs/Module/Pdledit.php:27
+msgid "Layout updated."
+msgstr "Plantilla actualizada."
-#: ../../Zotlabs/Module/Pubsites.php:51
-msgid "Rate"
-msgstr "Valorar"
+#: ../../Zotlabs/Module/Pdledit.php:55 ../../Zotlabs/Module/Pdledit.php:129
+msgid "Edit System Page Description"
+msgstr "Editor del Sistema de Descripción de Páginas"
-#: ../../Zotlabs/Module/Channel.php:141 ../../Zotlabs/Module/Hcard.php:37
-#: ../../Zotlabs/Module/Profile.php:62
-msgid "Posts and comments"
-msgstr "Publicaciones y comentarios"
+#: ../../Zotlabs/Module/Pdledit.php:76 ../../Zotlabs/Module/Pdledit.php:93
+msgid "(modified)"
+msgstr "(modificado)"
-#: ../../Zotlabs/Module/Channel.php:148 ../../Zotlabs/Module/Hcard.php:44
-#: ../../Zotlabs/Module/Profile.php:69
-msgid "Only posts"
-msgstr "Solo publicaciones"
+#: ../../Zotlabs/Module/Pdledit.php:124
+msgid "Layout not found."
+msgstr "Plantilla no encontrada"
-#: ../../Zotlabs/Module/Channel.php:161 ../../Zotlabs/Module/Channel.php:183
-#: ../../Zotlabs/Module/Hq.php:41 ../../Zotlabs/Module/Pubstream.php:46
-#: ../../Zotlabs/Module/Display.php:47 ../../Zotlabs/Module/Oep.php:82
-msgid "Malformed message id."
-msgstr "ID de mensaje malformado."
+#: ../../Zotlabs/Module/Pdledit.php:130
+msgid "Module Name:"
+msgstr "Nombre del módulo:"
-#: ../../Zotlabs/Module/Channel.php:219
-msgid "Insufficient permissions. Request redirected to profile page."
-msgstr "Permisos insuficientes. Petición redirigida a la página del perfil."
+#: ../../Zotlabs/Module/Pdledit.php:131
+msgid "Layout Help"
+msgstr "Ayuda para el diseño de plantillas de página"
-#: ../../Zotlabs/Module/Channel.php:494 ../../Zotlabs/Module/Display.php:321
-msgid ""
-"You must enable javascript for your browser to be able to view this content."
-msgstr "Debe habilitar javascript para poder ver este contenido en su navegador."
+#: ../../Zotlabs/Module/Pdledit.php:132
+msgid "Edit another layout"
+msgstr "Editar otro diseño"
-#: ../../Zotlabs/Module/Profperm.php:34 ../../Zotlabs/Module/Profperm.php:63
-msgid "Invalid profile identifier."
-msgstr "Identificador del perfil no válido"
+#: ../../Zotlabs/Module/Pdledit.php:133
+msgid "System layout"
+msgstr "Diseño del sistema"
-#: ../../Zotlabs/Module/Profperm.php:111
-msgid "Profile Visibility Editor"
-msgstr "Editor de visibilidad del perfil"
+#: ../../Zotlabs/Module/Connect.php:65 ../../Zotlabs/Module/Connect.php:118
+msgid "Continue"
+msgstr "Continuar"
-#: ../../Zotlabs/Module/Profperm.php:115
-msgid "Click on a contact to add or remove."
-msgstr "Pulsar en un contacto para añadirlo o eliminarlo."
+#: ../../Zotlabs/Module/Connect.php:99
+msgid "Premium Channel Setup"
+msgstr "Configuración del canal premium"
-#: ../../Zotlabs/Module/Profperm.php:124
-msgid "Visible To"
-msgstr "Visible para"
+#: ../../Zotlabs/Module/Connect.php:101
+msgid "Enable premium channel connection restrictions"
+msgstr "Habilitar restricciones de conexión del canal premium"
-#: ../../Zotlabs/Module/Profperm.php:140
-#: ../../Zotlabs/Module/Connections.php:221
-msgid "All Connections"
-msgstr "Todas las conexiones"
+#: ../../Zotlabs/Module/Connect.php:102
+msgid ""
+"Please enter your restrictions or conditions, such as paypal receipt, usage "
+"guidelines, etc."
+msgstr "Por favor introduzca sus restricciones o condiciones, como recibo de paypal, normas de uso, etc."
-#: ../../Zotlabs/Module/Group.php:47
-msgid "Privacy group created."
-msgstr "El grupo de canales ha sido creado."
+#: ../../Zotlabs/Module/Connect.php:104 ../../Zotlabs/Module/Connect.php:124
+msgid ""
+"This channel may require additional steps or acknowledgement of the "
+"following conditions prior to connecting:"
+msgstr "Este canal puede requerir antes de conectar unos pasos adicionales o el conocimiento de las siguientes condiciones:"
-#: ../../Zotlabs/Module/Group.php:50
-msgid "Could not create privacy group."
-msgstr "No se puede crear el grupo de canales"
+#: ../../Zotlabs/Module/Connect.php:105
+msgid ""
+"Potential connections will then see the following text before proceeding:"
+msgstr "Las posibles conexiones verán, por tanto, el siguiente texto antes de proceder:"
-#: ../../Zotlabs/Module/Group.php:82
-msgid "Privacy group updated."
-msgstr "Grupo de canales actualizado."
+#: ../../Zotlabs/Module/Connect.php:106 ../../Zotlabs/Module/Connect.php:127
+msgid ""
+"By continuing, I certify that I have complied with any instructions provided"
+" on this page."
+msgstr "Al continuar, certifico que he cumplido con todas las instrucciones proporcionadas en esta página."
-#: ../../Zotlabs/Module/Group.php:137 ../../Zotlabs/Module/Group.php:301
-msgid "Post to this group by default"
-msgstr "Publicar en este grupo por defecto"
+#: ../../Zotlabs/Module/Connect.php:115
+msgid "(No specific instructions have been provided by the channel owner.)"
+msgstr "(No ha sido proporcionada ninguna instrucción específica por el propietario del canal.)"
-#: ../../Zotlabs/Module/Group.php:138 ../../Zotlabs/Module/Group.php:302
-msgid "Add new contacts to this group by default"
-msgstr "Añadir nuevos contactos a este grupo por defecto"
+#: ../../Zotlabs/Module/Connect.php:123
+msgid "Restricted or Premium Channel"
+msgstr "Canal premium o restringido"
-#: ../../Zotlabs/Module/Group.php:146
-msgid "Privacy group name"
-msgstr "Nombre del grupo"
+#: ../../Zotlabs/Module/Filestorage.php:14
+#: ../../Zotlabs/Module/Filestorage.php:53
+msgid "Deprecated!"
+msgstr "¡Obsoleto!"
-#: ../../Zotlabs/Module/Group.php:147 ../../Zotlabs/Module/Group.php:249
-msgid "Members are visible to other channels"
-msgstr "Los miembros son visibles para otros canales"
+#: ../../Zotlabs/Module/Filestorage.php:109
+#: ../../Zotlabs/Module/Attach_edit.php:69
+msgid "File not found."
+msgstr "Fichero no encontrado."
-#: ../../Zotlabs/Module/Group.php:175
-msgid "Privacy group removed."
-msgstr "Grupo de canales eliminado."
+#: ../../Zotlabs/Module/Filestorage.php:157
+msgid "Permission Denied."
+msgstr "Permiso denegado"
-#: ../../Zotlabs/Module/Group.php:178
-msgid "Unable to remove privacy group."
-msgstr "No se puede eliminar el grupo de canales."
+#: ../../Zotlabs/Module/Filestorage.php:190
+msgid "Edit file permissions"
+msgstr "Modificar los permisos del fichero"
-#: ../../Zotlabs/Module/Group.php:244
-#, php-format
-msgid "Privacy Group: %s"
-msgstr "Grupo privado %s"
+#: ../../Zotlabs/Module/Filestorage.php:203
+msgid "Include all files and sub folders"
+msgstr "Incluir todos los ficheros y subcarpetas"
-#: ../../Zotlabs/Module/Group.php:246
-msgid "Privacy group name: "
-msgstr "Nombre del grupo de canales:"
+#: ../../Zotlabs/Module/Filestorage.php:204
+msgid "Return to file list"
+msgstr "Volver a la lista de ficheros"
-#: ../../Zotlabs/Module/Group.php:262
-msgid "Group members"
-msgstr "Miembros del grupo"
+#: ../../Zotlabs/Module/Filestorage.php:209
+msgid "Share this file"
+msgstr "Compartir este fichero"
-#: ../../Zotlabs/Module/Group.php:264
-msgid "Not in this group"
-msgstr "No en este grupo"
+#: ../../Zotlabs/Module/Filestorage.php:210
+msgid "Show URL to this file"
+msgstr "Mostrar la dirección de este fichero"
-#: ../../Zotlabs/Module/Group.php:296
-msgid "Click a channel to toggle membership"
-msgstr "Haga clic en un canal para cambiar los miembros"
+#: ../../Zotlabs/Module/Totp_check.php:71
+#: ../../Zotlabs/Module/Admin/Account_edit.php:61
+msgid "Account not found."
+msgstr "No se ha encontrado la cuenta."
-#: ../../Zotlabs/Module/Go.php:21
-msgid "This page is available only to site members"
-msgstr "Esta página está disponible sólo para los miembros del sitio"
+#: ../../Zotlabs/Module/Totp_check.php:78
+msgid "Multifactor Verification"
+msgstr "Verificación multifactorial"
-#: ../../Zotlabs/Module/Go.php:29
-msgid "What would you like to do?"
-msgstr "¿Qué le gustaría hacer?"
+#: ../../Zotlabs/Module/Totp_check.php:80
+msgid "Please enter the verification key from your authenticator app"
+msgstr "Introducir la clave de verificación de su aplicación de autenticación"
-#: ../../Zotlabs/Module/Go.php:31
-msgid ""
-"Please bookmark this page if you would like to return to it in the future"
-msgstr "Por favor añada esta página a sus marcadores si desea volver a ella en el futuro."
+#: ../../Zotlabs/Module/Totp_check.php:81
+msgid "Verify"
+msgstr "Verficar"
-#: ../../Zotlabs/Module/Go.php:35
-msgid "Upload a profile photo"
-msgstr "Subir una foto de perfil"
+#: ../../Zotlabs/Module/Contactedit.php:50
+msgid "Invalid abook_id"
+msgstr "Abook_id no válido"
-#: ../../Zotlabs/Module/Go.php:36
-msgid "Upload a cover photo"
-msgstr "Subir una foto de portada del perfil"
+#: ../../Zotlabs/Module/Contactedit.php:78
+#: ../../Zotlabs/Module/Connedit.php:80 ../../Zotlabs/Module/Defperms.php:67
+msgid "Could not access contact record."
+msgstr "No se ha podido acceder al registro de contacto."
-#: ../../Zotlabs/Module/Go.php:37
-msgid "Edit your default profile"
-msgstr "Editar su perfil por defecto"
+#: ../../Zotlabs/Module/Contactedit.php:107
+#: ../../Zotlabs/Module/Connedit.php:101
+msgid "Could not locate selected profile."
+msgstr "No se ha podido localizar el perfil seleccionado."
-#: ../../Zotlabs/Module/Go.php:39
-msgid "View the channel directory"
-msgstr "Ver el directorio de canales"
+#: ../../Zotlabs/Module/Contactedit.php:192
+#: ../../Zotlabs/Module/Connedit.php:215
+msgid "is now connected to"
+msgstr "ahora está conectado/a"
-#: ../../Zotlabs/Module/Go.php:40
-msgid "View/edit your channel settings"
-msgstr "Ver o modificar los ajustes de su canal"
+#: ../../Zotlabs/Module/Contactedit.php:252
+#: ../../Zotlabs/Module/Contactedit.php:401
+#: ../../Zotlabs/Module/Connedit.php:701
+msgid "Contact Tools"
+msgstr "Gestión de contactos"
-#: ../../Zotlabs/Module/Go.php:41
-msgid "View the site or project documentation"
-msgstr "Ver el sitio o la documentación del proyecto"
+#: ../../Zotlabs/Module/Contactedit.php:329
+#: ../../Zotlabs/Module/Connedit.php:622
+msgid "Approve this contact"
+msgstr "Aprobar este contacto"
-#: ../../Zotlabs/Module/Go.php:42
-msgid "Visit your channel homepage"
-msgstr "Visitar la página principal de su canal"
+#: ../../Zotlabs/Module/Contactedit.php:329
+#: ../../Zotlabs/Module/Connedit.php:622
+msgid "Accept contact to allow communication"
+msgstr "Aceptar el contacto para permitir la comunicación"
-#: ../../Zotlabs/Module/Go.php:43
-msgid ""
-"View your connections and/or add somebody whose address you already know"
-msgstr "Vea sus conexiones y/o agregue a alguien cuya dirección ya conozca"
+#: ../../Zotlabs/Module/Contactedit.php:362
+#: ../../Zotlabs/Module/Connedit.php:658
+msgid "Please select a role for this contact!"
+msgstr "¡Por favor, seleccione un rol para este contacto!"
-#: ../../Zotlabs/Module/Go.php:44
-msgid ""
-"View your personal stream (this may be empty until you add some connections)"
-msgstr "Ver su \"stream\" personal (puede que esté vacío hasta que agregue algunas conexiones)"
+#: ../../Zotlabs/Module/Contactedit.php:382
+#: ../../Zotlabs/Module/Connedit.php:678
+msgid "This contact is unreachable from this location."
+msgstr "Este contacto es inaccesible desde esta ubicación."
-#: ../../Zotlabs/Module/Go.php:52
-msgid "View the public stream. Warning: this content is not moderated"
-msgstr "Ver el \"stream\" público. Advertencia: este contenido no está moderado"
+#: ../../Zotlabs/Module/Contactedit.php:383
+#: ../../Zotlabs/Module/Connedit.php:679
+msgid "This contact may be unreachable from other channel locations."
+msgstr "Este contacto puede ser inaccesible desde otras ubicaciones del canal."
-#: ../../Zotlabs/Module/Oauth.php:45
-msgid "Name is required"
-msgstr "El nombre es obligatorio"
+#: ../../Zotlabs/Module/Contactedit.php:385
+#: ../../Zotlabs/Module/Connedit.php:681
+msgid "Location independence is not supported by their network."
+msgstr "La independencia de ubicación no es compatible con su red."
-#: ../../Zotlabs/Module/Oauth.php:49
-msgid "Key and Secret are required"
-msgstr "\"Key\" y \"Secret\" son obligatorios"
+#: ../../Zotlabs/Module/Contactedit.php:395
+msgid "View profile"
+msgstr "Ver el perfil"
-#: ../../Zotlabs/Module/Oauth.php:53 ../../Zotlabs/Module/Oauth.php:135
-#: ../../Zotlabs/Module/Cdav.php:1044 ../../Zotlabs/Module/Cdav.php:1380
-#: ../../Zotlabs/Module/Admin/Addons.php:460
-#: ../../Zotlabs/Module/Oauth2.php:58 ../../Zotlabs/Module/Oauth2.php:142
-#: ../../Zotlabs/Module/Connedit.php:748 ../../Zotlabs/Lib/Apps.php:546
-msgid "Update"
-msgstr "Actualizar"
+#: ../../Zotlabs/Module/Contactedit.php:397
+#: ../../Zotlabs/Module/Connections.php:413
+msgid "This is a group/forum channel"
+msgstr "Este es un canal de grupo/foro"
-#: ../../Zotlabs/Module/Oauth.php:108 ../../Zotlabs/Module/Oauth.php:134
-#: ../../Zotlabs/Module/Oauth.php:170 ../../Zotlabs/Module/Oauth2.php:141
-#: ../../Zotlabs/Module/Oauth2.php:191
-msgid "Add application"
-msgstr "Añadir aplicación"
+#: ../../Zotlabs/Module/Contactedit.php:408
+msgid "Select a role for this contact"
+msgstr "Selecciones un rol para este contacto"
-#: ../../Zotlabs/Module/Oauth.php:111 ../../Zotlabs/Module/Oauth2.php:116
-#: ../../Zotlabs/Module/Oauth2.php:144
-msgid "Name of application"
-msgstr "Nombre de la aplicación"
+#: ../../Zotlabs/Module/Contactedit.php:420
+#: ../../Zotlabs/Module/Connedit.php:703
+msgid "Slide to adjust your degree of friendship"
+msgstr "Deslizar para ajustar el grado de amistad"
-#: ../../Zotlabs/Module/Oauth.php:112 ../../Zotlabs/Module/Oauth.php:113
-#: ../../Zotlabs/Module/Oauth2.php:117 ../../Zotlabs/Module/Oauth2.php:145
-msgid "Automatically generated - change if desired. Max length 20"
-msgstr "Generado automáticamente - si lo desea, cámbielo. Longitud máxima: 20"
+#: ../../Zotlabs/Module/Contactedit.php:422
+#: ../../Zotlabs/Module/Connedit.php:705
+msgid "Custom Filter"
+msgstr "Filtro personalizado"
-#: ../../Zotlabs/Module/Oauth.php:114 ../../Zotlabs/Module/Oauth.php:140
-#: ../../Zotlabs/Module/Oauth2.php:118 ../../Zotlabs/Module/Oauth2.php:146
-msgid "Redirect"
-msgstr "Redirigir"
+#: ../../Zotlabs/Module/Contactedit.php:423
+#: ../../Zotlabs/Module/Connedit.php:706
+#: ../../Zotlabs/Module/Settings/Channel.php:286
+msgid "Only import posts with this text"
+msgstr "Importar solo entradas que contengan este texto"
-#: ../../Zotlabs/Module/Oauth.php:114 ../../Zotlabs/Module/Oauth2.php:118
-#: ../../Zotlabs/Module/Oauth2.php:146
+#: ../../Zotlabs/Module/Contactedit.php:423
+#: ../../Zotlabs/Module/Contactedit.php:424
+#: ../../Zotlabs/Module/Connedit.php:706 ../../Zotlabs/Module/Connedit.php:707
+#: ../../Zotlabs/Module/Admin/Site.php:515
+#: ../../Zotlabs/Module/Admin/Site.php:516
msgid ""
-"Redirect URI - leave blank unless your application specifically requires "
-"this"
-msgstr "URI de redirección - dejar en blanco a menos que su aplicación específicamente lo requiera"
-
-#: ../../Zotlabs/Module/Oauth.php:115 ../../Zotlabs/Module/Oauth.php:141
-msgid "Icon url"
-msgstr "Dirección del icono"
+"words one per line or #tags or /patterns/ or lang=xx, leave blank to import "
+"all posts"
+msgstr "Una sola opción por línea: palabras, #etiquetas, /patrones/ o lang=xx. Dejar en blanco para importarlo todo"
-#: ../../Zotlabs/Module/Oauth.php:126
-msgid "Application not found."
-msgstr "Aplicación no encontrada."
+#: ../../Zotlabs/Module/Contactedit.php:424
+#: ../../Zotlabs/Module/Connedit.php:707
+#: ../../Zotlabs/Module/Settings/Channel.php:285
+msgid "Do not import posts with this text"
+msgstr "No importar entradas que contengan este texto"
-#: ../../Zotlabs/Module/Oauth.php:169
-msgid "Connected OAuth Apps"
-msgstr "Apps OAuth conectadas"
+#: ../../Zotlabs/Module/Contactedit.php:429
+#: ../../Zotlabs/Module/Connedit.php:714
+msgid "Approve contact"
+msgstr "Aprobar contacto"
-#: ../../Zotlabs/Module/Oauth.php:173 ../../Zotlabs/Module/Oauth2.php:194
-msgid "Client key starts with"
-msgstr "La \"client key\" empieza por"
+#: ../../Zotlabs/Module/Contactedit.php:431
+#: ../../Zotlabs/Module/Connedit.php:717
+msgid "Their"
+msgstr "Su"
-#: ../../Zotlabs/Module/Oauth.php:174 ../../Zotlabs/Module/Oauth2.php:195
-msgid "No name"
-msgstr "Sin nombre"
+#: ../../Zotlabs/Module/Contactedit.php:432
+#: ../../Zotlabs/Module/Connedit.php:718
+msgid "My"
+msgstr "Mi"
-#: ../../Zotlabs/Module/Oauth.php:175 ../../Zotlabs/Module/Oauth2.php:196
-msgid "Remove authorization"
-msgstr "Eliminar autorización"
+#: ../../Zotlabs/Module/Contactedit.php:440
+msgid "Roles"
+msgstr "Roles"
-#: ../../Zotlabs/Module/Editwebpage.php:139
-msgid "Page link"
-msgstr "Enlace de la página"
+#: ../../Zotlabs/Module/Contactedit.php:441
+msgid "Compare permissions"
+msgstr "Comparar permisos"
-#: ../../Zotlabs/Module/Editwebpage.php:166
-msgid "Edit Webpage"
-msgstr "Editar la página web"
+#: ../../Zotlabs/Module/Contactedit.php:442
+msgid "Permission"
+msgstr "Permiso "
-#: ../../Zotlabs/Module/Dirsearch.php:23 ../../Zotlabs/Module/Regdir.php:52
-msgid "This site is not a directory server"
-msgstr "Este sitio no es un servidor de directorio"
+#: ../../Zotlabs/Module/Contactedit.php:445
+#: ../../Zotlabs/Module/Connedit.php:572
+msgid "Affinity"
+msgstr "Afinidad"
-#: ../../Zotlabs/Module/Dirsearch.php:31
-msgid "This directory server requires an access token"
-msgstr "El servidor de este directorio necesita un \"token\" de acceso"
+#: ../../Zotlabs/Module/Contactedit.php:446
+msgid "Content filter"
+msgstr "Filtro de contenidos"
-#: ../../Zotlabs/Module/Pin.php:36 ../../Zotlabs/Module/Item.php:478
-msgid "Unable to locate original post."
-msgstr "No ha sido posible encontrar la entrada original."
+#: ../../Zotlabs/Module/Contactedit.php:456
+msgid "Contact updated"
+msgstr "Contacto actualizado"
-#: ../../Zotlabs/Module/Chat.php:193
-msgid "Room not found"
-msgstr "Sala no encontrada"
+#: ../../Zotlabs/Module/Contactedit.php:456
+msgid "Contact update failed"
+msgstr "Fallo en la actualización del contacto"
-#: ../../Zotlabs/Module/Chat.php:209
-msgid "Leave Room"
-msgstr "Abandonar la sala"
+#: ../../Zotlabs/Module/Contactedit.php:462
+#: ../../Zotlabs/Module/Connections.php:357
+msgid "Approve connection"
+msgstr "Aprobar esta conexión"
-#: ../../Zotlabs/Module/Chat.php:210
-msgid "Delete Room"
-msgstr "Eliminar esta sala"
+#: ../../Zotlabs/Module/Contactedit.php:508
+#: ../../Zotlabs/Module/Contactedit.php:518
+msgid "Refresh succeeded"
+msgstr "Actualización con éxito"
-#: ../../Zotlabs/Module/Chat.php:211
-msgid "I am away right now"
-msgstr "Estoy ausente momentáneamente"
+#: ../../Zotlabs/Module/Contactedit.php:511
+msgid "Refresh failed - channel is currently unavailable"
+msgstr "Error de actualización: el canal no está disponible en este momento"
-#: ../../Zotlabs/Module/Chat.php:212
-msgid "I am online"
-msgstr "Estoy conectado/a"
+#: ../../Zotlabs/Module/Contactedit.php:530
+msgid "Block status updated"
+msgstr "Estado del bloqueo actualizado"
-#: ../../Zotlabs/Module/Chat.php:214
-msgid "Bookmark this room"
-msgstr "Añadir esta sala a Marcadores"
+#: ../../Zotlabs/Module/Contactedit.php:534
+msgid "Block failed"
+msgstr "Bloqueo fallido"
-#: ../../Zotlabs/Module/Chat.php:237
-msgid "New Chatroom"
-msgstr "Nueva sala de chat"
+#: ../../Zotlabs/Module/Contactedit.php:545
+msgid "Ignore status updated"
+msgstr "Estado de ignorar actualizado"
-#: ../../Zotlabs/Module/Chat.php:238
-msgid "Chatroom name"
-msgstr "Nombre de la sala de chat"
+#: ../../Zotlabs/Module/Contactedit.php:549
+msgid "Ignore failed"
+msgstr "Ignorar falló"
-#: ../../Zotlabs/Module/Chat.php:239
-msgid "Expiration of chats (minutes)"
-msgstr "Caducidad de los mensajes en los chats (en minutos)"
+#: ../../Zotlabs/Module/Contactedit.php:560
+msgid "Archive status updated"
+msgstr "Estado de archivar actualizado"
-#: ../../Zotlabs/Module/Chat.php:255
-#, php-format
-msgid "%1$s's Chatrooms"
-msgstr "Salas de chat de %1$s"
+#: ../../Zotlabs/Module/Contactedit.php:564
+msgid "Archive failed"
+msgstr "Archivar falló"
-#: ../../Zotlabs/Module/Chat.php:260
-msgid "No chatrooms available"
-msgstr "No hay salas de chat disponibles"
+#: ../../Zotlabs/Module/Contactedit.php:575
+msgid "Hide status updated"
+msgstr "Estado de ocultación actualizado"
-#: ../../Zotlabs/Module/Chat.php:261
-msgid "Add Room"
-msgstr "Añadir una sala de chat"
+#: ../../Zotlabs/Module/Contactedit.php:579
+msgid "Hide failed"
+msgstr "Ocultar falló"
-#: ../../Zotlabs/Module/Chat.php:264
-msgid "Expiration"
-msgstr "Caducidad"
+#: ../../Zotlabs/Module/Contactedit.php:614
+msgid "Contact removed"
+msgstr "Contacto eliminado"
-#: ../../Zotlabs/Module/Chat.php:265
-msgid "min"
-msgstr "min"
+#: ../../Zotlabs/Module/Contactedit.php:618
+msgid "Delete failed"
+msgstr "Eliminar falló"
-#: ../../Zotlabs/Module/Channel_calendar.php:62
-msgid "Event can not end before it has started."
-msgstr "Un evento no puede terminar antes de que haya comenzado."
+#: ../../Zotlabs/Module/Contactedit.php:628
+#: ../../Zotlabs/Module/Connedit.php:487
+msgid "Refresh Permissions"
+msgstr "Recargar los permisos"
-#: ../../Zotlabs/Module/Channel_calendar.php:64
-#: ../../Zotlabs/Module/Channel_calendar.php:72
-#: ../../Zotlabs/Module/Channel_calendar.php:87
-msgid "Unable to generate preview."
-msgstr "No se puede crear la vista previa."
+#: ../../Zotlabs/Module/Contactedit.php:629
+#: ../../Zotlabs/Module/Connedit.php:490
+msgid "Fetch updated permissions"
+msgstr "Obtener los permisos actualizados"
-#: ../../Zotlabs/Module/Channel_calendar.php:70
-msgid "Event title and start time are required."
-msgstr "Se requieren el título del evento y su hora de inicio."
+#: ../../Zotlabs/Module/Contactedit.php:633
+#: ../../Zotlabs/Module/Connedit.php:494
+msgid "Refresh Photo"
+msgstr "Actualizar la foto"
-#: ../../Zotlabs/Module/Channel_calendar.php:85
-#: ../../Zotlabs/Module/Channel_calendar.php:226
-msgid "Event not found."
-msgstr "Evento no encontrado."
+#: ../../Zotlabs/Module/Contactedit.php:634
+#: ../../Zotlabs/Module/Connedit.php:497
+msgid "Fetch updated photo"
+msgstr "Obtener una foto actualizada"
-#: ../../Zotlabs/Module/Channel_calendar.php:370
-msgid "Edit event"
-msgstr "Editar evento"
+#: ../../Zotlabs/Module/Contactedit.php:639
+#: ../../Zotlabs/Module/Connedit.php:508
+#: ../../Zotlabs/Module/Admin/Accounts.php:322
+msgid "Unblock"
+msgstr "Desbloquear"
-#: ../../Zotlabs/Module/Channel_calendar.php:372
-msgid "Delete event"
-msgstr "Borrar evento"
+#: ../../Zotlabs/Module/Contactedit.php:639
+#: ../../Zotlabs/Module/Connedit.php:508
+#: ../../Zotlabs/Module/Admin/Accounts.php:321
+msgid "Block"
+msgstr "Bloquear"
-#: ../../Zotlabs/Module/Channel_calendar.php:392
-#: ../../Zotlabs/Module/Cdav.php:935 ../../Zotlabs/Module/Cal.php:161
-msgid "Link to source"
-msgstr "Enlace a la fuente"
+#: ../../Zotlabs/Module/Contactedit.php:641
+#: ../../Zotlabs/Module/Connedit.php:511
+msgid "Block (or Unblock) all communications with this connection"
+msgstr "Bloquear (o desbloquear) todas las comunicaciones con esta conexión"
-#: ../../Zotlabs/Module/Channel_calendar.php:406
-msgid "calendar"
-msgstr "calendario"
+#: ../../Zotlabs/Module/Contactedit.php:642
+#: ../../Zotlabs/Module/Connedit.php:512
+msgid "This connection is blocked!"
+msgstr "¡Esta conexión está bloqueada!"
-#: ../../Zotlabs/Module/Channel_calendar.php:493
-msgid "Failed to remove event"
-msgstr "Error al eliminar el evento"
+#: ../../Zotlabs/Module/Contactedit.php:646
+#: ../../Zotlabs/Module/Connedit.php:516
+msgid "Unignore"
+msgstr "Dejar de ignorar"
-#: ../../Zotlabs/Module/Totp_check.php:71
-#: ../../Zotlabs/Module/Admin/Account_edit.php:61
-msgid "Account not found."
-msgstr "No se ha encontrado la cuenta."
+#: ../../Zotlabs/Module/Contactedit.php:646
+#: ../../Zotlabs/Module/Connedit.php:516
+#: ../../Zotlabs/Module/Connections.php:360
+msgid "Ignore"
+msgstr "Ignorar"
-#: ../../Zotlabs/Module/Totp_check.php:78
-msgid "Multifactor Verification"
-msgstr "Verificación multifactorial"
+#: ../../Zotlabs/Module/Contactedit.php:648
+#: ../../Zotlabs/Module/Connedit.php:519
+msgid "Ignore (or Unignore) all inbound communications from this connection"
+msgstr "Ignorar (o dejar de ignorar) todas las comunicaciones entrantes de esta conexión"
-#: ../../Zotlabs/Module/Totp_check.php:80
-msgid "Please enter the verification key from your authenticator app"
-msgstr "Introducir la clave de verificación de su aplicación de autenticación"
+#: ../../Zotlabs/Module/Contactedit.php:649
+#: ../../Zotlabs/Module/Connedit.php:520
+msgid "This connection is ignored!"
+msgstr "¡Esta conexión es ignorada!"
-#: ../../Zotlabs/Module/Like.php:112
-msgid "Like/Dislike"
-msgstr "Me gusta/No me gusta"
+#: ../../Zotlabs/Module/Contactedit.php:653
+#: ../../Zotlabs/Module/Connedit.php:524
+msgid "Unarchive"
+msgstr "Desarchivar"
-#: ../../Zotlabs/Module/Like.php:118
-msgid "This action is restricted to members."
-msgstr "Esta acción está restringida solo para miembros."
+#: ../../Zotlabs/Module/Contactedit.php:653
+#: ../../Zotlabs/Module/Connedit.php:524
+msgid "Archive"
+msgstr "Archivar"
-#: ../../Zotlabs/Module/Like.php:119
+#: ../../Zotlabs/Module/Contactedit.php:655
+#: ../../Zotlabs/Module/Connedit.php:527
msgid ""
-"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a "
-"href=\"register\">register as a new $Projectname member</a> to continue."
-msgstr "Por favor, <a href=\"rmagic\">identifíquese con su $Projectname ID</a> o <a href=\"register\">rregístrese como un nuevo $Projectname member</a> para continuar."
+"Archive (or Unarchive) this connection - mark channel dead but keep content"
+msgstr "Archiva (o desarchiva) esta conexión - marca el canal como muerto aunque mantiene sus contenidos"
-#: ../../Zotlabs/Module/Like.php:172 ../../Zotlabs/Module/Like.php:198
-#: ../../Zotlabs/Module/Like.php:236
-msgid "Invalid request."
-msgstr "Solicitud incorrecta."
+#: ../../Zotlabs/Module/Contactedit.php:656
+#: ../../Zotlabs/Module/Connedit.php:528
+msgid "This connection is archived!"
+msgstr "¡Esta conexión esta archivada!"
-#: ../../Zotlabs/Module/Like.php:213
-msgid "thing"
-msgstr "elemento"
+#: ../../Zotlabs/Module/Contactedit.php:660
+#: ../../Zotlabs/Module/Connedit.php:532
+msgid "Unhide"
+msgstr "Mostrar"
-#: ../../Zotlabs/Module/Like.php:259
-msgid "Channel unavailable."
-msgstr "Canal no disponible."
+#: ../../Zotlabs/Module/Contactedit.php:660
+#: ../../Zotlabs/Module/Connedit.php:532
+msgid "Hide"
+msgstr "Ocultar"
-#: ../../Zotlabs/Module/Like.php:295
-msgid "Previous action reversed."
-msgstr "Acción anterior revocada."
+#: ../../Zotlabs/Module/Contactedit.php:662
+#: ../../Zotlabs/Module/Connedit.php:535
+msgid "Hide or Unhide this connection from your other connections"
+msgstr "Ocultar o mostrar esta conexión a sus otras conexiones"
-#: ../../Zotlabs/Module/Like.php:489
-#, php-format
-msgid "%1$s agrees with %2$s's %3$s"
-msgstr "%3$s de %2$s: %1$s está de acuerdo"
+#: ../../Zotlabs/Module/Contactedit.php:663
+#: ../../Zotlabs/Module/Connedit.php:536
+msgid "This connection is hidden!"
+msgstr "¡Esta conexión está oculta!"
-#: ../../Zotlabs/Module/Like.php:491
+#: ../../Zotlabs/Module/Contactedit.php:669
+#: ../../Zotlabs/Module/Connedit.php:543
+msgid "Delete this connection"
+msgstr "Eliminar esta conexión"
+
+#: ../../Zotlabs/Module/Mood.php:153
+msgid "Set your current mood and tell your friends"
+msgstr "Describir su estado de ánimo para comunicárselo a sus amigos"
+
+#: ../../Zotlabs/Module/Search.php:250
#, php-format
-msgid "%1$s doesn't agree with %2$s's %3$s"
-msgstr "%3$s de %2$s: %1$s no está de acuerdo"
+msgid "Items tagged with: %s"
+msgstr "elementos etiquetados con: %s"
-#: ../../Zotlabs/Module/Like.php:493
+#: ../../Zotlabs/Module/Search.php:252
#, php-format
-msgid "%1$s abstains from a decision on %2$s's %3$s"
-msgstr "%3$s de %2$s: %1$s se abstiene"
+msgid "Search results for: %s"
+msgstr "Resultados de la búsqueda para: %s"
-#: ../../Zotlabs/Module/Like.php:610
-msgid "Action completed."
-msgstr "Acción completada."
+#: ../../Zotlabs/Module/Register.php:112
+msgid "Email address required"
+msgstr "Dirección de correo electrónico requerida"
-#: ../../Zotlabs/Module/Like.php:611
-msgid "Thank you."
-msgstr "Gracias."
+#: ../../Zotlabs/Module/Register.php:156
+msgid "No password provided"
+msgstr "No se ha proporcionado la contraseña"
-#: ../../Zotlabs/Module/Poke.php:182
-msgid "Poke somebody"
-msgstr "Dar un toque a alguien"
+#: ../../Zotlabs/Module/Register.php:179
+msgid "Terms of Service not accepted"
+msgstr "No se han aceptado los Términos del servicio"
-#: ../../Zotlabs/Module/Poke.php:186
-msgid "Poke or ping somebody"
-msgstr "Dar un toque o hacer ping a alguien"
+#: ../../Zotlabs/Module/Register.php:241
+msgid "Invitation code succesfully applied"
+msgstr "El código de invitación se ha aplicado con éxito"
-#: ../../Zotlabs/Module/Poke.php:193
-msgid "Recipient"
-msgstr "Destinatario"
+#: ../../Zotlabs/Module/Register.php:261
+msgid "Invitation not in time or too late"
+msgstr "La invitación no llega a tiempo o llega demasiado tarde"
-#: ../../Zotlabs/Module/Poke.php:194
-msgid "Choose action"
-msgstr "Elegir una acción"
+#: ../../Zotlabs/Module/Register.php:267
+msgid "Invitation email failed"
+msgstr "Error en el correo electrónico de invitación"
-#: ../../Zotlabs/Module/Poke.php:197 ../../Zotlabs/Module/Poke.php:198
-msgid "Make this post private"
-msgstr "Convertir en privado este envío"
+#: ../../Zotlabs/Module/Register.php:275
+msgid "Invitation code failed"
+msgstr "Código de invitación fallido"
-#: ../../Zotlabs/Module/Cdav.php:819
-msgid "Calendar entries imported."
-msgstr "Entradas de calendario importadas."
+#: ../../Zotlabs/Module/Register.php:282
+msgid "Invitations are not available"
+msgstr "No hay invitaciones disponibles"
-#: ../../Zotlabs/Module/Cdav.php:821
-msgid "No calendar entries found."
-msgstr "No se han encontrado entradas de calendario."
+#: ../../Zotlabs/Module/Register.php:292
+msgid "Registration on this hub is by invitation only"
+msgstr "El registro en este hub solo es posible por invitación"
-#: ../../Zotlabs/Module/Cdav.php:1000
-msgid "Event title"
-msgstr "Título del evento"
+#: ../../Zotlabs/Module/Register.php:399
+msgid "New register request"
+msgstr "Nueva solicitud de registro"
-#: ../../Zotlabs/Module/Cdav.php:1001
-msgid "Start date and time"
-msgstr "Fecha y hora de comienzo"
+#: ../../Zotlabs/Module/Register.php:417
+msgid "Error creating dId A"
+msgstr "Error al crear dId A"
-#: ../../Zotlabs/Module/Cdav.php:1002
-msgid "End date and time"
-msgstr "Fecha y hora de finalización"
+#: ../../Zotlabs/Module/Register.php:435
+msgid "Registration on this hub is disabled."
+msgstr "El registro está deshabilitado en este sitio."
-#: ../../Zotlabs/Module/Cdav.php:1003
-msgid "Timezone:"
-msgstr "Zona horaria: "
+#: ../../Zotlabs/Module/Register.php:444
+msgid "Registration on this hub is by approval only."
+msgstr "El registro en este hub está sometido a aprobación previa."
-#: ../../Zotlabs/Module/Cdav.php:1026 ../../Zotlabs/Module/Cal.php:199
-#: ../../Zotlabs/Module/Photos.php:942
-msgid "Previous"
-msgstr "Anterior"
+#: ../../Zotlabs/Module/Register.php:445
+msgid "Register at another affiliated hub in case when prefered"
+msgstr "Regístrese en otro hub afiliado en caso de que lo prefiera"
-#: ../../Zotlabs/Module/Cdav.php:1028 ../../Zotlabs/Module/Cal.php:201
-msgid "Today"
-msgstr "Hoy"
+#: ../../Zotlabs/Module/Register.php:458
+msgid "Registration on this hub is by invitation only."
+msgstr "La inscripción en este hub es sólo posible por invitación."
-#: ../../Zotlabs/Module/Cdav.php:1029
-msgid "Month"
-msgstr "Mes"
+#: ../../Zotlabs/Module/Register.php:459
+msgid "Register at another affiliated hub"
+msgstr "Regístrese en otro hub afiliado"
-#: ../../Zotlabs/Module/Cdav.php:1030
-msgid "Week"
-msgstr "Semana"
+#: ../../Zotlabs/Module/Register.php:473 ../../Zotlabs/Module/Siteinfo.php:28
+msgid "Terms of Service"
+msgstr "Términos del servicio"
-#: ../../Zotlabs/Module/Cdav.php:1031
-msgid "Day"
-msgstr "Día"
+#: ../../Zotlabs/Module/Register.php:479
+#, php-format
+msgid "I accept the %s for this website"
+msgstr "Acepto los %s de este sitio"
-#: ../../Zotlabs/Module/Cdav.php:1032
-msgid "List month"
-msgstr "Lista mensual"
+#: ../../Zotlabs/Module/Register.php:486
+#, php-format
+msgid "I am over %s years of age and accept the %s for this website"
+msgstr "Tengo más de %s años de edad y acepto los %s de este sitio web"
-#: ../../Zotlabs/Module/Cdav.php:1033
-msgid "List week"
-msgstr "Lista semanal"
+#: ../../Zotlabs/Module/Register.php:496
+msgid "Your email address"
+msgstr "Su dirección de correo electrónico"
-#: ../../Zotlabs/Module/Cdav.php:1034
-msgid "List day"
-msgstr "Lista diaria"
+#: ../../Zotlabs/Module/Register.php:503
+msgid "Choose a password"
+msgstr "Elija una contraseña"
-#: ../../Zotlabs/Module/Cdav.php:1042
-msgid "More"
-msgstr "Más"
+#: ../../Zotlabs/Module/Register.php:504
+msgid "Please re-enter your password"
+msgstr "Por favor, vuelva a escribir su contraseña"
-#: ../../Zotlabs/Module/Cdav.php:1043
-msgid "Less"
-msgstr "Menos"
+#: ../../Zotlabs/Module/Register.php:506
+msgid "Please enter your invitation code"
+msgstr "Por favor, introduzca el código de su invitación"
-#: ../../Zotlabs/Module/Cdav.php:1045
-msgid "Select calendar"
-msgstr "Seleccionar un calendario"
+#: ../../Zotlabs/Module/Register.php:508
+msgid "Your name"
+msgstr "Su nombre"
-#: ../../Zotlabs/Module/Cdav.php:1048
-msgid "Delete all"
-msgstr "Eliminar todos"
+#: ../../Zotlabs/Module/Register.php:508
+msgid "Real name is preferred"
+msgstr "Se prefiere el nombre real"
-#: ../../Zotlabs/Module/Cdav.php:1051
-msgid "Sorry! Editing of recurrent events is not yet implemented."
-msgstr "¡Disculpas! La edición de eventos recurrentes aún no se ha implementado."
+#: ../../Zotlabs/Module/Register.php:510
+#: ../../Zotlabs/Module/New_channel.php:177
+msgid "Choose a short nickname"
+msgstr "Elija un alias corto"
-#: ../../Zotlabs/Module/Cdav.php:1052
+#: ../../Zotlabs/Module/Register.php:510
msgid ""
-"Could not fetch calendar resource. The selected calendar might be disabled."
-msgstr "No se ha podido obtener el recurso del calendario. Es posible que el calendario seleccionado esté desactivado."
-
-#: ../../Zotlabs/Module/Cdav.php:1365 ../../Zotlabs/Module/Connedit.php:733
-msgid "Organisation"
-msgstr "Organización"
-
-#: ../../Zotlabs/Module/Cdav.php:1367 ../../Zotlabs/Module/Connedit.php:735
-msgid "Phone"
-msgstr "Teléfono"
+"Your nickname will be used to create an easy to remember channel address"
+msgstr "Tu alias se utilizará para crear una dirección de canal fácil de recordar"
-#: ../../Zotlabs/Module/Cdav.php:1369 ../../Zotlabs/Module/Connedit.php:737
-msgid "Instant messenger"
-msgstr "Mensajería instantánea"
+#: ../../Zotlabs/Module/Register.php:514
+msgid "Why do you want to join this hub?"
+msgstr "¿Por qué quiere unirse a este hub?"
-#: ../../Zotlabs/Module/Cdav.php:1370 ../../Zotlabs/Module/Connedit.php:738
-msgid "Website"
-msgstr "Sitio web"
+#: ../../Zotlabs/Module/Register.php:514
+msgid "This will help to review your registration"
+msgstr "Esto ayudará a revisar su registro"
-#: ../../Zotlabs/Module/Cdav.php:1371
-#: ../../Zotlabs/Module/Admin/Channels.php:160
-#: ../../Zotlabs/Module/Profiles.php:472 ../../Zotlabs/Module/Connedit.php:739
-#: ../../Zotlabs/Module/Locs.php:122
-msgid "Address"
-msgstr "Dirección"
+#: ../../Zotlabs/Module/Register.php:520
+#: ../../Zotlabs/Module/Admin/Site.php:416
+msgid "Registration"
+msgstr "Registro"
-#: ../../Zotlabs/Module/Cdav.php:1372 ../../Zotlabs/Module/Connedit.php:740
-msgid "Note"
-msgstr "Nota"
+#: ../../Zotlabs/Module/Register.php:528
+msgid "I have an invite code"
+msgstr "Tengo un código de invitación"
-#: ../../Zotlabs/Module/Cdav.php:1377 ../../Zotlabs/Module/Connedit.php:745
-msgid "Add Contact"
-msgstr "Añadir un contacto"
+#: ../../Zotlabs/Module/Register.php:575
+msgid ""
+"This site has exceeded the number of allowed daily account registrations."
+msgstr "Este sitio ha superado el número permitido de registros diarios de cuentas."
-#: ../../Zotlabs/Module/Cdav.php:1378 ../../Zotlabs/Module/Connedit.php:746
-msgid "Add Field"
-msgstr "Añadir un campo"
+#: ../../Zotlabs/Module/Pconfig.php:33 ../../Zotlabs/Module/Pconfig.php:69
+msgid "This setting requires special processing and editing has been blocked."
+msgstr "Este ajuste necesita de un proceso especial y la edición ha sido bloqueada."
-#: ../../Zotlabs/Module/Cdav.php:1383 ../../Zotlabs/Module/Connedit.php:751
-msgid "P.O. Box"
-msgstr "Buzón de correos"
+#: ../../Zotlabs/Module/Pconfig.php:58
+msgid "Configuration Editor"
+msgstr "Editor de configuración"
-#: ../../Zotlabs/Module/Cdav.php:1384 ../../Zotlabs/Module/Connedit.php:752
-msgid "Additional"
-msgstr "Adicional"
+#: ../../Zotlabs/Module/Pconfig.php:59
+msgid ""
+"Warning: Changing some settings could render your channel inoperable. Please"
+" leave this page unless you are comfortable with and knowledgeable about how"
+" to correctly use this feature."
+msgstr "Atención: El cambio de algunos ajustes puede volver inutilizable su canal. Por favor, abandone la página excepto que esté seguro y sepa cómo usar correctamente esta característica."
-#: ../../Zotlabs/Module/Cdav.php:1385 ../../Zotlabs/Module/Connedit.php:753
-msgid "Street"
-msgstr "Calle"
+#: ../../Zotlabs/Module/Appman.php:39 ../../Zotlabs/Module/Appman.php:56
+msgid "App installed."
+msgstr "Aplicación instalada."
-#: ../../Zotlabs/Module/Cdav.php:1386 ../../Zotlabs/Module/Connedit.php:754
-msgid "Locality"
-msgstr "Localidad"
+#: ../../Zotlabs/Module/Appman.php:49
+msgid "Malformed app."
+msgstr "Aplicación con errores"
-#: ../../Zotlabs/Module/Cdav.php:1387 ../../Zotlabs/Module/Connedit.php:755
-msgid "Region"
-msgstr "Provincia, región o estado"
+#: ../../Zotlabs/Module/Appman.php:198
+msgid "Embed code"
+msgstr "Código incorporado"
-#: ../../Zotlabs/Module/Cdav.php:1388 ../../Zotlabs/Module/Connedit.php:756
-msgid "ZIP Code"
-msgstr "Código postal"
+#: ../../Zotlabs/Module/Appman.php:203
+msgid "Edit App"
+msgstr "Modificar la aplicación"
-#: ../../Zotlabs/Module/Cdav.php:1389 ../../Zotlabs/Module/Profiles.php:773
-#: ../../Zotlabs/Module/Connedit.php:757
-msgid "Country"
-msgstr "País"
+#: ../../Zotlabs/Module/Appman.php:203
+msgid "Create App"
+msgstr "Crear una aplicación"
-#: ../../Zotlabs/Module/Cdav.php:1448
-msgid "Default Calendar"
-msgstr "Calendario por defecto"
+#: ../../Zotlabs/Module/Appman.php:208
+msgid "Name of app"
+msgstr "Nombre de la aplicación"
-#: ../../Zotlabs/Module/Cdav.php:1459
-msgid "Default Addressbook"
-msgstr "Agenda de direcciones por defecto"
+#: ../../Zotlabs/Module/Appman.php:209
+msgid "Location (URL) of app"
+msgstr "Dirección (URL) de la aplicación"
-#: ../../Zotlabs/Module/Lockview.php:101
-msgid "Remote privacy information not available"
-msgstr "La información sobre privacidad remota no está disponible"
+#: ../../Zotlabs/Module/Appman.php:211
+msgid "Photo icon URL"
+msgstr "Dirección del icono"
-#: ../../Zotlabs/Module/Lockview.php:144 ../../Zotlabs/Module/Lockview.php:203
-#: ../../Zotlabs/Module/Acl.php:123
-msgctxt "acl"
-msgid "Profile"
-msgstr "Perfil"
+#: ../../Zotlabs/Module/Appman.php:211
+msgid "80 x 80 pixels - optional"
+msgstr "80 x 80 pixels - opcional"
-#: ../../Zotlabs/Module/Lockview.php:155 ../../Zotlabs/Module/Lockview.php:212
-msgid "Privacy group"
-msgstr "Grupo de canales"
+#: ../../Zotlabs/Module/Appman.php:212
+msgid "Categories (optional, comma separated list)"
+msgstr "Temas (opcional, lista separada por comas)"
-#: ../../Zotlabs/Module/Lockview.php:183
-msgid "Item"
-msgstr "Elemento"
+#: ../../Zotlabs/Module/Appman.php:213
+msgid "Version ID"
+msgstr "Versión"
-#: ../../Zotlabs/Module/Lockview.php:230
-#, php-format
-msgid "Click to copy link to this ressource for guest %s to clipboard"
-msgstr "Haga clic para copiar el enlace a este recurso para invitados %sen el portapapeles"
+#: ../../Zotlabs/Module/Appman.php:214
+msgid "Price of app"
+msgstr "Precio de la aplicación"
-#: ../../Zotlabs/Module/Lockview.php:230
-msgid "Link copied"
-msgstr "Enlace copiado"
+#: ../../Zotlabs/Module/Appman.php:215
+msgid "Location (URL) to purchase app"
+msgstr "Dirección (URL) donde adquirir la aplicación"
-#: ../../Zotlabs/Module/Lockview.php:235
-msgid "Access"
-msgstr "Acceso"
+#: ../../Zotlabs/Module/Viewsrc.php:43
+msgid "item"
+msgstr "elemento"
-#: ../../Zotlabs/Module/Lockview.php:237
-msgid "OCAP access"
-msgstr "Acceso OCAP"
+#: ../../Zotlabs/Module/Item.php:478 ../../Zotlabs/Module/Pin.php:36
+msgid "Unable to locate original post."
+msgstr "No ha sido posible encontrar la entrada original."
#: ../../Zotlabs/Module/Item.php:764
msgid "Empty post discarded."
@@ -9541,365 +10388,388 @@ msgstr "Ha alcanzado su límite de %1$.0f entradas en la página principal."
msgid "You have reached your limit of %1$.0f webpages."
msgstr "Ha alcanzado su límite de %1$.0f páginas web."
-#: ../../Zotlabs/Module/Mitem.php:31 ../../Zotlabs/Module/Menu.php:209
-msgid "Menu not found."
-msgstr "Menú no encontrado"
+#: ../../Zotlabs/Module/Achievements.php:38
+msgid "Some blurb about what to do when you're new here"
+msgstr "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquí"
-#: ../../Zotlabs/Module/Mitem.php:63
-msgid "Unable to create element."
-msgstr "No se puede crear el elemento."
+#: ../../Zotlabs/Module/Oexchange.php:27
+msgid "Unable to find your hub."
+msgstr "No se puede encontrar su servidor."
-#: ../../Zotlabs/Module/Mitem.php:87
-msgid "Unable to update menu element."
-msgstr "No es posible actualizar el elemento del menú."
+#: ../../Zotlabs/Module/Oexchange.php:41
+msgid "Post successful."
+msgstr "Enviado con éxito."
-#: ../../Zotlabs/Module/Mitem.php:103
-msgid "Unable to add menu element."
-msgstr "No es posible añadir el elemento al menú"
+#: ../../Zotlabs/Module/Connedit.php:171
+msgid "Connection updated."
+msgstr "Conexión actualizada."
-#: ../../Zotlabs/Module/Mitem.php:134 ../../Zotlabs/Module/Xchan.php:41
-#: ../../Zotlabs/Module/Menu.php:232
-msgid "Not found."
-msgstr "No encontrado."
+#: ../../Zotlabs/Module/Connedit.php:173
+msgid "Failed to update connection record."
+msgstr "Error al actualizar el registro de la conexión."
-#: ../../Zotlabs/Module/Mitem.php:167 ../../Zotlabs/Module/Mitem.php:246
-msgid "Menu Item Permissions"
-msgstr "Permisos del elemento del menú"
+#: ../../Zotlabs/Module/Connedit.php:320
+msgid "Could not access address book record."
+msgstr "No se pudo acceder al registro en su libreta de direcciones."
-#: ../../Zotlabs/Module/Mitem.php:168 ../../Zotlabs/Module/Mitem.php:247
-msgid "(click to open/close)"
-msgstr "(pulsar para abrir o cerrar)"
+#: ../../Zotlabs/Module/Connedit.php:368
+msgid "Refresh failed - channel is currently unavailable."
+msgstr "Recarga fallida - no se puede encontrar el canal en este momento."
-#: ../../Zotlabs/Module/Mitem.php:174 ../../Zotlabs/Module/Mitem.php:191
-msgid "Link Name"
-msgstr "Nombre del enlace"
+#: ../../Zotlabs/Module/Connedit.php:382 ../../Zotlabs/Module/Connedit.php:391
+#: ../../Zotlabs/Module/Connedit.php:400 ../../Zotlabs/Module/Connedit.php:409
+#: ../../Zotlabs/Module/Connedit.php:422
+msgid "Unable to set address book parameters."
+msgstr "No ha sido posible establecer los parámetros de la libreta de direcciones."
-#: ../../Zotlabs/Module/Mitem.php:175 ../../Zotlabs/Module/Mitem.php:255
-msgid "Link or Submenu Target"
-msgstr "Destino del enlace o submenú"
+#: ../../Zotlabs/Module/Connedit.php:441
+msgid "Connection has been removed."
+msgstr "La conexión ha sido eliminada."
-#: ../../Zotlabs/Module/Mitem.php:175
-msgid "Enter URL of the link or select a menu name to create a submenu"
-msgstr "Introducir la dirección del enlace o seleccionar el nombre de un submenú"
+#: ../../Zotlabs/Module/Connedit.php:483
+#, php-format
+msgid "View %s's profile"
+msgstr "Ver el perfil de %s"
-#: ../../Zotlabs/Module/Mitem.php:176 ../../Zotlabs/Module/Mitem.php:256
-msgid "Use magic-auth if available"
-msgstr "Usar la autenticación mágica si está disponible"
+#: ../../Zotlabs/Module/Connedit.php:504
+msgid "View recent posts and comments"
+msgstr "Ver publicaciones y comentarios recientes"
-#: ../../Zotlabs/Module/Mitem.php:177 ../../Zotlabs/Module/Mitem.php:257
-msgid "Open link in new window"
-msgstr "Abrir el enlace en una nueva ventana"
+#: ../../Zotlabs/Module/Connedit.php:550
+msgid "Fetch Vcard"
+msgstr "Obtener una vcard"
-#: ../../Zotlabs/Module/Mitem.php:178 ../../Zotlabs/Module/Mitem.php:258
-msgid "Order in list"
-msgstr "Orden en la lista"
+#: ../../Zotlabs/Module/Connedit.php:553
+msgid "Fetch electronic calling card for this connection"
+msgstr "Obtener una tarjeta de llamada electrónica para esta conexión"
-#: ../../Zotlabs/Module/Mitem.php:178 ../../Zotlabs/Module/Mitem.php:258
-msgid "Higher numbers will sink to bottom of listing"
-msgstr "Los números más altos irán al final de la lista"
+#: ../../Zotlabs/Module/Connedit.php:575
+msgid "Open Set Affinity section by default"
+msgstr "Abrir por defecto la sección para definir la afinidad"
-#: ../../Zotlabs/Module/Mitem.php:179
-msgid "Submit and finish"
-msgstr "Enviar y terminar"
+#: ../../Zotlabs/Module/Connedit.php:612
+msgid "Filter"
+msgstr "Filtrar"
-#: ../../Zotlabs/Module/Mitem.php:180
-msgid "Submit and continue"
-msgstr "Enviar y continuar"
+#: ../../Zotlabs/Module/Connedit.php:615
+msgid "Open Custom Filter section by default"
+msgstr "Abrir por defecto la sección de personalización de filtros"
-#: ../../Zotlabs/Module/Mitem.php:189
-msgid "Menu:"
-msgstr "Menú:"
+#: ../../Zotlabs/Module/Connedit.php:626
+msgid "Set Affinity"
+msgstr "Ajustar la afinidad"
-#: ../../Zotlabs/Module/Mitem.php:192
-msgid "Link Target"
-msgstr "Destino del enlace"
+#: ../../Zotlabs/Module/Connedit.php:629
+msgid "Set Profile"
+msgstr "Ajustar el perfil"
-#: ../../Zotlabs/Module/Mitem.php:195
-msgid "Edit menu"
-msgstr "Editar menú"
+#: ../../Zotlabs/Module/Connedit.php:632
+msgid "Set Affinity & Profile"
+msgstr "Ajustar la afinidad y el perfil"
-#: ../../Zotlabs/Module/Mitem.php:198
-msgid "Edit element"
-msgstr "Editar el elemento"
+#: ../../Zotlabs/Module/Connedit.php:685
+#, php-format
+msgid "Contact: %s"
+msgstr "Contacto: %s"
-#: ../../Zotlabs/Module/Mitem.php:199
-msgid "Drop element"
-msgstr "Eliminar el elemento"
+#: ../../Zotlabs/Module/Connedit.php:686
+#: ../../Zotlabs/Module/Connections.php:404
+msgid "Contact role"
+msgstr "Rol del contacto"
-#: ../../Zotlabs/Module/Mitem.php:200
-msgid "New element"
-msgstr "Nuevo elemento"
+#: ../../Zotlabs/Module/Connedit.php:687
+msgid "Manage contact roles"
+msgstr "Gestionar roles de contactos"
-#: ../../Zotlabs/Module/Mitem.php:201
-msgid "Edit this menu container"
-msgstr "Modificar el contenedor del menú"
+#: ../../Zotlabs/Module/Connedit.php:694
+msgid "This contacts's primary address is"
+msgstr "La dirección principal de este contactos es "
-#: ../../Zotlabs/Module/Mitem.php:202
-msgid "Add menu element"
-msgstr "Añadir un elemento al menú"
+#: ../../Zotlabs/Module/Connedit.php:695
+msgid "Available locations:"
+msgstr "Ubicaciones disponibles:"
-#: ../../Zotlabs/Module/Mitem.php:203
-msgid "Delete this menu item"
-msgstr "Eliminar este elemento del menú"
+#: ../../Zotlabs/Module/Connedit.php:700 ../../Zotlabs/Module/Defperms.php:259
+msgid ""
+"The permissions indicated on this page will be applied to all new "
+"connections."
+msgstr "Los permisos indicados en esta página serán aplicados en todas las nuevas conexiones."
-#: ../../Zotlabs/Module/Mitem.php:204
-msgid "Edit this menu item"
-msgstr "Modificar este elemento del menú"
+#: ../../Zotlabs/Module/Connedit.php:710
+msgid "Contact Pending Approval"
+msgstr "Contacto pendiente de aprobación"
-#: ../../Zotlabs/Module/Mitem.php:222
-msgid "Menu item not found."
-msgstr "Este elemento del menú no se ha encontrado"
+#: ../../Zotlabs/Module/Connedit.php:713 ../../Zotlabs/Module/Defperms.php:261
+#: ../../Zotlabs/Module/Permcats.php:253
+msgid "inherited"
+msgstr "heredado"
-#: ../../Zotlabs/Module/Mitem.php:235
-msgid "Menu item deleted."
-msgstr "Este elemento del menú ha sido borrado"
+#: ../../Zotlabs/Module/Connedit.php:715
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Por favor, escoja el perfil que quiere mostrar a %s cuando esté viendo su perfil de forma segura."
-#: ../../Zotlabs/Module/Mitem.php:237
-msgid "Menu item could not be deleted."
-msgstr "Este elemento del menú no puede ser borrado."
+#: ../../Zotlabs/Module/Connedit.php:720 ../../Zotlabs/Module/Defperms.php:266
+msgid "Individual Permissions"
+msgstr "Permisos individuales"
-#: ../../Zotlabs/Module/Mitem.php:244
-msgid "Edit Menu Element"
-msgstr "Editar elemento del menú"
+#: ../../Zotlabs/Module/Connedit.php:721
+msgid ""
+"Some permissions may be inherited from your channel's <a "
+"href=\"settings\"><strong>privacy settings</strong></a>, which have higher "
+"priority than individual settings. You can <strong>not</strong> change those"
+" settings here."
+msgstr "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. <strong>No</strong> puede cambiar estos ajustes aquí."
-#: ../../Zotlabs/Module/Mitem.php:254
-msgid "Link text"
-msgstr "Texto del enlace"
+#: ../../Zotlabs/Module/Connedit.php:722
+msgid ""
+"Some permissions may be inherited from your channel's <a "
+"href=\"settings\"><strong>privacy settings</strong></a>, which have higher "
+"priority than individual settings. You can change those settings here but "
+"they wont have any impact unless the inherited setting changes."
+msgstr "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. Puede cambiar estos ajustes aquí, pero no tendrán ningún consecuencia hasta que cambie los ajustes heredados."
-#: ../../Zotlabs/Module/Profile.php:106
-msgid "vcard"
-msgstr "vcard"
+#: ../../Zotlabs/Module/Connedit.php:723
+msgid "Last update:"
+msgstr "Última actualización:"
-#: ../../Zotlabs/Module/Sharedwithme.php:106
-msgid "Files: shared with me"
-msgstr "Ficheros: compartidos conmigo"
+#: ../../Zotlabs/Module/Connedit.php:731
+msgid "Details"
+msgstr "Detalles"
-#: ../../Zotlabs/Module/Sharedwithme.php:108
-msgid "NEW"
-msgstr "NUEVO"
+#: ../../Zotlabs/Module/Connedit.php:733 ../../Zotlabs/Module/Cdav.php:1369
+msgid "Organisation"
+msgstr "Organización"
-#: ../../Zotlabs/Module/Sharedwithme.php:110
-#: ../../Zotlabs/Storage/Browser.php:383
-msgid "Last Modified"
-msgstr "Última modificación"
+#: ../../Zotlabs/Module/Connedit.php:735 ../../Zotlabs/Module/Cdav.php:1371
+msgid "Phone"
+msgstr "Teléfono"
-#: ../../Zotlabs/Module/Sharedwithme.php:111
-msgid "Remove all files"
-msgstr "Eliminar todos los ficheros"
+#: ../../Zotlabs/Module/Connedit.php:737 ../../Zotlabs/Module/Cdav.php:1373
+msgid "Instant messenger"
+msgstr "Mensajería instantánea"
-#: ../../Zotlabs/Module/Sharedwithme.php:112
-msgid "Remove this file"
-msgstr "Eliminar este fichero"
+#: ../../Zotlabs/Module/Connedit.php:738 ../../Zotlabs/Module/Cdav.php:1374
+msgid "Website"
+msgstr "Sitio web"
-#: ../../Zotlabs/Module/Help.php:25
-msgid "Documentation Search"
-msgstr "Búsqueda de Documentación"
+#: ../../Zotlabs/Module/Connedit.php:739 ../../Zotlabs/Module/Locs.php:122
+#: ../../Zotlabs/Module/Admin/Channels.php:160
+#: ../../Zotlabs/Module/Profiles.php:472 ../../Zotlabs/Module/Cdav.php:1375
+msgid "Address"
+msgstr "Dirección"
-#: ../../Zotlabs/Module/Help.php:86
-msgid "Members"
-msgstr "Miembros"
+#: ../../Zotlabs/Module/Connedit.php:740 ../../Zotlabs/Module/Cdav.php:1376
+msgid "Note"
+msgstr "Nota"
-#: ../../Zotlabs/Module/Help.php:87
-msgid "Administrators"
-msgstr "Administradores"
+#: ../../Zotlabs/Module/Connedit.php:745 ../../Zotlabs/Module/Cdav.php:1381
+msgid "Add Contact"
+msgstr "Añadir un contacto"
-#: ../../Zotlabs/Module/Help.php:88
-msgid "Developers"
-msgstr "Desarrolladores"
+#: ../../Zotlabs/Module/Connedit.php:746 ../../Zotlabs/Module/Cdav.php:1382
+msgid "Add Field"
+msgstr "Añadir un campo"
-#: ../../Zotlabs/Module/Help.php:89
-msgid "Tutorials"
-msgstr "Tutoriales"
+#: ../../Zotlabs/Module/Connedit.php:751 ../../Zotlabs/Module/Cdav.php:1387
+msgid "P.O. Box"
+msgstr "Buzón de correos"
-#: ../../Zotlabs/Module/Help.php:101
-msgid "$Projectname Documentation"
-msgstr "Documentación de $Projectname"
+#: ../../Zotlabs/Module/Connedit.php:752 ../../Zotlabs/Module/Cdav.php:1388
+msgid "Additional"
+msgstr "Adicional"
-#: ../../Zotlabs/Module/Help.php:102
-msgid "Contents"
-msgstr "Contenidos"
+#: ../../Zotlabs/Module/Connedit.php:753 ../../Zotlabs/Module/Cdav.php:1389
+msgid "Street"
+msgstr "Calle"
-#: ../../Zotlabs/Module/Webpages.php:67
-msgid "Import Webpage Elements"
-msgstr "Importar elementos de una página web"
+#: ../../Zotlabs/Module/Connedit.php:754 ../../Zotlabs/Module/Cdav.php:1390
+msgid "Locality"
+msgstr "Localidad"
-#: ../../Zotlabs/Module/Webpages.php:68
-msgid "Import selected"
-msgstr "Importar elementos seleccionados"
+#: ../../Zotlabs/Module/Connedit.php:755 ../../Zotlabs/Module/Cdav.php:1391
+msgid "Region"
+msgstr "Provincia, región o estado"
-#: ../../Zotlabs/Module/Webpages.php:91
-msgid "Export Webpage Elements"
-msgstr "Exportar elementos de una página web"
+#: ../../Zotlabs/Module/Connedit.php:756 ../../Zotlabs/Module/Cdav.php:1392
+msgid "ZIP Code"
+msgstr "Código postal"
-#: ../../Zotlabs/Module/Webpages.php:92
-msgid "Export selected"
-msgstr "Exportar los elementos seleccionados"
+#: ../../Zotlabs/Module/Connedit.php:757 ../../Zotlabs/Module/Profiles.php:773
+#: ../../Zotlabs/Module/Cdav.php:1393
+msgid "Country"
+msgstr "País"
-#: ../../Zotlabs/Module/Webpages.php:258
-msgid "Actions"
-msgstr "Acciones"
+#: ../../Zotlabs/Module/Defperms.php:252
+msgid "Connection Default Permissions"
+msgstr "Permisos predeterminados de conexión"
-#: ../../Zotlabs/Module/Webpages.php:259
-msgid "Page Link"
-msgstr "Vínculo de la página"
+#: ../../Zotlabs/Module/Defperms.php:253
+msgid "Apply these permissions automatically"
+msgstr "Aplicar estos permisos automaticamente"
-#: ../../Zotlabs/Module/Webpages.php:260
-msgid "Page Title"
-msgstr "Título de página"
+#: ../../Zotlabs/Module/Defperms.php:253
+msgid ""
+"If enabled, connection requests will be approved without your interaction"
+msgstr "Si está habilitado, las solicitudes de conexión serán aprobadas sin su intervención."
-#: ../../Zotlabs/Module/Webpages.php:261 ../../Zotlabs/Module/Blocks.php:155
-#: ../../Zotlabs/Module/Menu.php:178 ../../Zotlabs/Module/Layouts.php:189
-msgid "Created"
-msgstr "Creado"
+#: ../../Zotlabs/Module/Defperms.php:254
+msgid "Permission role"
+msgstr "Permisos de rol"
-#: ../../Zotlabs/Module/Webpages.php:262 ../../Zotlabs/Module/Blocks.php:156
-#: ../../Zotlabs/Module/Menu.php:179 ../../Zotlabs/Module/Layouts.php:190
-msgid "Edited"
-msgstr "Editado"
+#: ../../Zotlabs/Module/Defperms.php:255
+msgid "Add permission role"
+msgstr "Añadir permisos de rol"
-#: ../../Zotlabs/Module/Webpages.php:290
-msgid "Invalid file type."
-msgstr "Tipo de fichero no válido."
+#: ../../Zotlabs/Module/Defperms.php:260
+msgid "Automatic approval settings"
+msgstr "Opciones de autorización automática"
-#: ../../Zotlabs/Module/Webpages.php:302
-msgid "Error opening zip file"
-msgstr "Error al abrir el fichero comprimido zip"
+#: ../../Zotlabs/Module/Defperms.php:263
+msgid "My Settings"
+msgstr "Mis ajustes"
-#: ../../Zotlabs/Module/Webpages.php:313
-msgid "Invalid folder path."
-msgstr "La ruta de la carpeta no es válida."
+#: ../../Zotlabs/Module/Defperms.php:267
+msgid ""
+"Some individual permissions may have been preset or locked based on your "
+"channel type and privacy settings."
+msgstr "Es posible que se hayan preestablecido o bloqueado algunos permisos individuales según el tipo de canal y la configuración de privacidad."
-#: ../../Zotlabs/Module/Webpages.php:340
-msgid "No webpage elements detected."
-msgstr "No se han detectado elementos de ninguna página web."
+#: ../../Zotlabs/Module/Suggest.php:52
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "No hay sugerencias disponibles. Si es un sitio nuevo, espere 24 horas y pruebe de nuevo."
-#: ../../Zotlabs/Module/Webpages.php:415
-msgid "Import complete."
-msgstr "Importación completada."
+#: ../../Zotlabs/Module/Follow.php:92
+msgid "Connection added."
+msgstr "Se ha incorporado una conexión."
-#: ../../Zotlabs/Module/Filestorage.php:14
-#: ../../Zotlabs/Module/Filestorage.php:53
-msgid "Deprecated!"
-msgstr "¡Obsoleto!"
+#: ../../Zotlabs/Module/Regmod.php:15
+msgid "Please login."
+msgstr "Por favor, inicie sesión."
-#: ../../Zotlabs/Module/Filestorage.php:157
-msgid "Permission Denied."
-msgstr "Permiso denegado"
+#: ../../Zotlabs/Module/Directory.php:124
+msgid "No default suggestions were found."
+msgstr "No se encontraron sugerencias por defecto."
-#: ../../Zotlabs/Module/Filestorage.php:190
-msgid "Edit file permissions"
-msgstr "Modificar los permisos del fichero"
+#: ../../Zotlabs/Module/Directory.php:292
+msgid "Gender: "
+msgstr "Género:"
-#: ../../Zotlabs/Module/Filestorage.php:203
-msgid "Include all files and sub folders"
-msgstr "Incluir todos los ficheros y subcarpetas"
+#: ../../Zotlabs/Module/Directory.php:294
+msgid "Status: "
+msgstr "Estado:"
-#: ../../Zotlabs/Module/Filestorage.php:204
-msgid "Return to file list"
-msgstr "Volver a la lista de ficheros"
+#: ../../Zotlabs/Module/Directory.php:296
+msgid "Homepage: "
+msgstr "Página personal:"
-#: ../../Zotlabs/Module/Filestorage.php:206
-#: ../../Zotlabs/Storage/Browser.php:389
-msgid "Copy/paste this code to attach file to a post"
-msgstr "Copiar/pegar este código para adjuntar el fichero al envío"
+#: ../../Zotlabs/Module/Directory.php:357
+msgid "Description:"
+msgstr "Descripción:"
-#: ../../Zotlabs/Module/Filestorage.php:207
-#: ../../Zotlabs/Storage/Browser.php:390
-msgid "Copy/paste this URL to link file from a web page"
-msgstr "Copiar/pegar esta dirección para enlazar el fichero desde una página web"
+#: ../../Zotlabs/Module/Directory.php:359
+msgid "Unsafe"
+msgstr "Inseguro"
-#: ../../Zotlabs/Module/Filestorage.php:209
-msgid "Share this file"
-msgstr "Compartir este fichero"
+#: ../../Zotlabs/Module/Directory.php:362
+msgid "Spam"
+msgstr "Spam"
-#: ../../Zotlabs/Module/Filestorage.php:210
-msgid "Show URL to this file"
-msgstr "Mostrar la dirección de este fichero"
+#: ../../Zotlabs/Module/Directory.php:372
+msgid "Public Forum:"
+msgstr "Foro público:"
-#: ../../Zotlabs/Module/Filestorage.php:211
-#: ../../Zotlabs/Storage/Browser.php:558
-msgid "Show in your contacts shared folder"
-msgstr "Mostrar en la carpeta compartida con sus contactos"
+#: ../../Zotlabs/Module/Directory.php:375
+msgid "Keywords: "
+msgstr "Palabras clave:"
-#: ../../Zotlabs/Module/Tagrm.php:48 ../../Zotlabs/Module/Tagrm.php:98
-msgid "Tag removed"
-msgstr "Etiqueta eliminada."
+#: ../../Zotlabs/Module/Directory.php:378
+msgid "Don't suggest"
+msgstr "No sugerir:"
-#: ../../Zotlabs/Module/Tagrm.php:123
-msgid "Remove Item Tag"
-msgstr "Eliminar etiqueta del elemento."
+#: ../../Zotlabs/Module/Directory.php:380
+msgid "Common connections (estimated):"
+msgstr "Conexiones comunes (estimadas): "
-#: ../../Zotlabs/Module/Tagrm.php:125
-msgid "Select a tag to remove: "
-msgstr "Seleccionar una etiqueta para eliminar:"
+#: ../../Zotlabs/Module/Directory.php:430
+msgid "Global Directory"
+msgstr "Directorio global:"
-#: ../../Zotlabs/Module/Connect.php:65 ../../Zotlabs/Module/Connect.php:118
-msgid "Continue"
-msgstr "Continuar"
+#: ../../Zotlabs/Module/Directory.php:430
+msgid "Local Directory"
+msgstr "Directorio local:"
-#: ../../Zotlabs/Module/Connect.php:99
-msgid "Premium Channel Setup"
-msgstr "Configuración del canal premium"
+#: ../../Zotlabs/Module/Directory.php:436
+msgid "Finding:"
+msgstr "Encontrar:"
-#: ../../Zotlabs/Module/Connect.php:101
-msgid "Enable premium channel connection restrictions"
-msgstr "Habilitar restricciones de conexión del canal premium"
+#: ../../Zotlabs/Module/Directory.php:441
+msgid "next page"
+msgstr "siguiente página"
-#: ../../Zotlabs/Module/Connect.php:102
-msgid ""
-"Please enter your restrictions or conditions, such as paypal receipt, usage "
-"guidelines, etc."
-msgstr "Por favor introduzca sus restricciones o condiciones, como recibo de paypal, normas de uso, etc."
+#: ../../Zotlabs/Module/Directory.php:441
+msgid "previous page"
+msgstr "página anterior"
-#: ../../Zotlabs/Module/Connect.php:104 ../../Zotlabs/Module/Connect.php:124
-msgid ""
-"This channel may require additional steps or acknowledgement of the "
-"following conditions prior to connecting:"
-msgstr "Este canal puede requerir antes de conectar unos pasos adicionales o el conocimiento de las siguientes condiciones:"
+#: ../../Zotlabs/Module/Directory.php:442
+msgid "Sort options"
+msgstr "Ordenar opciones"
-#: ../../Zotlabs/Module/Connect.php:105
-msgid ""
-"Potential connections will then see the following text before proceeding:"
-msgstr "Las posibles conexiones verán, por tanto, el siguiente texto antes de proceder:"
+#: ../../Zotlabs/Module/Directory.php:443
+msgid "Alphabetic"
+msgstr "Alfabético"
-#: ../../Zotlabs/Module/Connect.php:106 ../../Zotlabs/Module/Connect.php:127
-msgid ""
-"By continuing, I certify that I have complied with any instructions provided"
-" on this page."
-msgstr "Al continuar, certifico que he cumplido con todas las instrucciones proporcionadas en esta página."
+#: ../../Zotlabs/Module/Directory.php:444
+msgid "Reverse Alphabetic"
+msgstr "Alfabético inverso"
-#: ../../Zotlabs/Module/Connect.php:115
-msgid "(No specific instructions have been provided by the channel owner.)"
-msgstr "(No ha sido proporcionada ninguna instrucción específica por el propietario del canal.)"
+#: ../../Zotlabs/Module/Directory.php:445
+msgid "Newest to Oldest"
+msgstr "De más nuevo a más antiguo"
-#: ../../Zotlabs/Module/Connect.php:123
-msgid "Restricted or Premium Channel"
-msgstr "Canal premium o restringido"
+#: ../../Zotlabs/Module/Directory.php:446
+msgid "Oldest to Newest"
+msgstr "De más antiguo a más nuevo"
-#: ../../Zotlabs/Module/Share.php:120
-msgid "Post repeated"
-msgstr "Entrada repetida"
+#: ../../Zotlabs/Module/Directory.php:464
+msgid "No entries (some entries may be hidden)."
+msgstr "Sin entradas (algunas entradas pueden estar ocultas)."
-#: ../../Zotlabs/Module/Acl.php:370
-msgid "network"
-msgstr "red"
+#: ../../Zotlabs/Module/Profile_photo.php:544
+msgid ""
+"This profile photo will be visible to anybody on the internet and may be "
+"distributed to other websites."
+msgstr "Esta foto de perfil será visible para cualquier persona en Internet y podrá ser distribuida a otros sitios web."
-#: ../../Zotlabs/Module/Editpost.php:38 ../../Zotlabs/Module/Editpost.php:43
-msgid "Item is not editable"
-msgstr "El elemento no es editable"
+#: ../../Zotlabs/Module/Profile_photo.php:544
+msgid ""
+"This profile photo will be visible only to channels with permission to view "
+"this profile."
+msgstr "Esta foto de perfil sólo será visible para los canales con permiso para ver este perfil."
-#: ../../Zotlabs/Module/Editpost.php:113 ../../Zotlabs/Module/Rpost.php:211
-msgid "Edit post"
-msgstr "Editar la entrada"
+#: ../../Zotlabs/Module/Profile_photo.php:546
+msgid "Use Photo for Profile"
+msgstr "Usar la fotografía para el perfil"
-#: ../../Zotlabs/Module/Tagger.php:50
-msgid "Post not found."
-msgstr "Mensaje no encontrado."
+#: ../../Zotlabs/Module/Profile_photo.php:546
+msgid "Change Profile Photo"
+msgstr "Cambiar la foto del perfil"
-#: ../../Zotlabs/Module/Tagger.php:121
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s ha etiquetado %3$s de %2$s con %4$s"
+#: ../../Zotlabs/Module/Profile_photo.php:548
+msgid "Reset to default"
+msgstr "Restablecer los valores por defecto"
+
+#: ../../Zotlabs/Module/Profile_photo.php:562
+msgid "Select existing"
+msgstr "Seleccione lo que hay"
+
+#: ../../Zotlabs/Module/Profile_photo.php:584
+msgid "Done editing"
+msgstr "Edición completada"
#: ../../Zotlabs/Module/Authorize.php:17
msgid "Unknown App"
@@ -9919,279 +10789,307 @@ msgstr "¿Autoriza a la aplicación %s a acceder a los datos de su canal?"
msgid "Deny"
msgstr "Rechazar"
-#: ../../Zotlabs/Module/Admin/Queueworker.php:65
-msgid "Max queueworker threads"
-msgstr "Máximo de hilos en la cola"
+#: ../../Zotlabs/Module/Viewconnections.php:65
+msgid "No connections."
+msgstr "Sin conexiones."
-#: ../../Zotlabs/Module/Admin/Queueworker.php:67
-msgid "Minimum 4, default 4"
-msgstr "Mínimo 4, por defecto 4"
+#: ../../Zotlabs/Module/Viewconnections.php:105
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Visitar el perfil de %s [%s]"
-#: ../../Zotlabs/Module/Admin/Queueworker.php:77
-msgid "Assume workers dead after"
-msgstr "Asumir que los procesos han muerto después de "
+#: ../../Zotlabs/Module/Viewconnections.php:135
+msgid "View Connections"
+msgstr "Ver conexiones"
-#: ../../Zotlabs/Module/Admin/Queueworker.php:79
-msgid "Minimum 120, default 300 seconds"
-msgstr "Mínimo de 120 segundos, por defecto, 300"
+#: ../../Zotlabs/Module/Api.php:74 ../../Zotlabs/Module/Api.php:95
+msgid "Authorize application connection"
+msgstr "Autorizar una conexión de aplicación"
-#: ../../Zotlabs/Module/Admin/Queueworker.php:91
-msgid "Pause before starting next task"
-msgstr "Pausa antes de comenzar la siguiente tarea"
+#: ../../Zotlabs/Module/Api.php:75
+msgid "Return to your app and insert this Security Code:"
+msgstr "Vuelva a su aplicación e introduzca este código de seguridad: "
-#: ../../Zotlabs/Module/Admin/Queueworker.php:93
-msgid "Minimum 100, default 100 microseconds"
-msgstr "Mínimo 100, por defecto 100 microsegundos"
+#: ../../Zotlabs/Module/Api.php:85
+msgid "Please login to continue."
+msgstr "Por favor inicie sesión para continuar."
-#: ../../Zotlabs/Module/Admin/Queueworker.php:102
-msgid "Automatically adjust pause before starting next task"
-msgstr "Ajustar automáticamente una pausa antes de comenzar la siguiente tarea"
+#: ../../Zotlabs/Module/Api.php:97
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "¿Desea autorizar a esta aplicación a acceder a sus publicaciones y contactos, y/o crear nuevas publicaciones por usted?"
-#: ../../Zotlabs/Module/Admin/Queueworker.php:111
-msgid "Queueworker Settings"
-msgstr "Configuración del gestor de procesos de trabajo en cola"
+#: ../../Zotlabs/Module/Pdledit_gui.php:119
+msgid "Layout not found"
+msgstr "Diseño no encontrado"
-#: ../../Zotlabs/Module/Admin/Queue.php:45
-msgid "Queue Statistics"
-msgstr "Estadísticas de la cola"
+#: ../../Zotlabs/Module/Pdledit_gui.php:127
+msgid "This template does not support pdledi_gui (no content regions defined)"
+msgstr "Esta plantilla no es compatible con pdledi_gui (no hay regiones de contenido definidas)"
-#: ../../Zotlabs/Module/Admin/Queue.php:46
-msgid "Total Entries"
-msgstr "Total de entradas"
+#: ../../Zotlabs/Module/Pdledit_gui.php:404
+msgid "Main page content"
+msgstr "Contenido de la página principal"
-#: ../../Zotlabs/Module/Admin/Queue.php:47
-msgid "Priority"
-msgstr "Prioridad"
+#: ../../Zotlabs/Module/Pdledit_gui.php:405
+msgid "The main page content can not be edited!"
+msgstr "El contenido de la página principal no se puede editar."
-#: ../../Zotlabs/Module/Admin/Queue.php:48
-msgid "Destination URL"
-msgstr "Dirección de destino"
+#: ../../Zotlabs/Module/Home.php:104
+#, php-format
+msgid "Welcome to %s"
+msgstr "Bienvenido a %s"
-#: ../../Zotlabs/Module/Admin/Queue.php:49
-msgid "Mark hub permanently offline"
-msgstr "Marcar el servidor como permanentemente fuera de línea"
+#: ../../Zotlabs/Module/Tagrm.php:48 ../../Zotlabs/Module/Tagrm.php:98
+msgid "Tag removed"
+msgstr "Etiqueta eliminada."
-#: ../../Zotlabs/Module/Admin/Queue.php:50
-msgid "Retry delivery to this hub"
-msgstr "Reintentar la entrega a este hub"
+#: ../../Zotlabs/Module/Tagrm.php:123
+msgid "Remove Item Tag"
+msgstr "Eliminar etiqueta del elemento."
-#: ../../Zotlabs/Module/Admin/Queue.php:51
-msgid "Empty queue for this hub"
-msgstr "Vaciar la cola para este servidor"
+#: ../../Zotlabs/Module/Tagrm.php:125
+msgid "Select a tag to remove: "
+msgstr "Seleccionar una etiqueta para eliminar:"
-#: ../../Zotlabs/Module/Admin/Queue.php:52
-msgid "Last known contact"
-msgstr "Último contacto conocido"
+#: ../../Zotlabs/Module/Layouts.php:129 ../../Zotlabs/Module/Layouts.php:187
+#: ../../Zotlabs/Module/Editlayout.php:128
+msgid "Layout Name"
+msgstr "Nombre de la plantilla"
-#: ../../Zotlabs/Module/Admin/Themes.php:26
-msgid "Theme settings updated."
-msgstr "Ajustes del tema actualizados."
+#: ../../Zotlabs/Module/Layouts.php:132
+#: ../../Zotlabs/Module/Editlayout.php:129
+msgid "Layout Description (Optional)"
+msgstr "Descripción de la plantilla (opcional)"
-#: ../../Zotlabs/Module/Admin/Themes.php:61
-msgid "No themes found."
-msgstr "No se han encontrado temas."
+#: ../../Zotlabs/Module/Layouts.php:184
+msgid "Comanche page description language help"
+msgstr "Página de ayuda del lenguaje de descripción de páginas (PDL) Comanche"
-#: ../../Zotlabs/Module/Admin/Themes.php:95
-#: ../../Zotlabs/Module/Admin/Addons.php:314
-msgid "Disable"
-msgstr "Desactivar"
+#: ../../Zotlabs/Module/Layouts.php:188
+msgid "Layout Description"
+msgstr "Descripción de la plantilla"
-#: ../../Zotlabs/Module/Admin/Themes.php:97
-#: ../../Zotlabs/Module/Admin/Addons.php:317
-msgid "Enable"
-msgstr "Activar"
+#: ../../Zotlabs/Module/Layouts.php:193
+msgid "Download PDL file"
+msgstr "Descargar el fichero PDL"
-#: ../../Zotlabs/Module/Admin/Themes.php:116
-msgid "Screenshot"
-msgstr "Instantánea de pantalla"
+#: ../../Zotlabs/Module/Common.php:14
+msgid "No channel."
+msgstr "Ningún canal."
-#: ../../Zotlabs/Module/Admin/Themes.php:122
-#: ../../Zotlabs/Module/Admin/Themes.php:156
-#: ../../Zotlabs/Module/Admin/Security.php:105
-#: ../../Zotlabs/Module/Admin/Accounts.php:307
-#: ../../Zotlabs/Module/Admin/Site.php:411
-#: ../../Zotlabs/Module/Admin/Logs.php:82
-#: ../../Zotlabs/Module/Admin/Channels.php:145
-#: ../../Zotlabs/Module/Admin/Addons.php:345
-#: ../../Zotlabs/Module/Admin/Addons.php:443
-#: ../../Zotlabs/Module/Admin.php:140
-msgid "Administration"
-msgstr "Administración"
+#: ../../Zotlabs/Module/Common.php:45
+msgid "No connections in common."
+msgstr "Ninguna conexión en común."
-#: ../../Zotlabs/Module/Admin/Themes.php:124
-#: ../../Zotlabs/Module/Admin/Addons.php:347
-msgid "Toggle"
-msgstr "Cambiar"
+#: ../../Zotlabs/Module/Common.php:65
+msgid "View Common Connections"
+msgstr "Ver las conexiones comunes"
-#: ../../Zotlabs/Module/Admin/Themes.php:134
-#: ../../Zotlabs/Module/Admin/Addons.php:355
-msgid "Author: "
-msgstr "Autor:"
+#: ../../Zotlabs/Module/Locs.php:27 ../../Zotlabs/Module/Locs.php:65
+msgid "Location not found."
+msgstr "Dirección no encontrada."
-#: ../../Zotlabs/Module/Admin/Themes.php:135
-#: ../../Zotlabs/Module/Admin/Addons.php:356
-msgid "Maintainer: "
-msgstr "Mantenedor:"
+#: ../../Zotlabs/Module/Locs.php:74
+msgid "Location lookup failed."
+msgstr "Ha fallado la búsqueda de la dirección."
-#: ../../Zotlabs/Module/Admin/Themes.php:162
-msgid "[Experimental]"
-msgstr "[Experimental]"
+#: ../../Zotlabs/Module/Locs.php:78
+msgid ""
+"Please select another location to become primary before removing the primary"
+" location."
+msgstr "Por favor, seleccione una copia de su canal (un clon) para convertirlo en primario antes de eliminar su canal principal."
-#: ../../Zotlabs/Module/Admin/Themes.php:163
-msgid "[Unsupported]"
-msgstr "[No soportado]"
+#: ../../Zotlabs/Module/Locs.php:106
+msgid "Syncing locations"
+msgstr "Sincronizando ubicaciones"
-#: ../../Zotlabs/Module/Admin/Features.php:56
-#, php-format
-msgid "Lock feature %s"
-msgstr "Bloquear la funcionalidad %s"
+#: ../../Zotlabs/Module/Locs.php:115
+msgid "No locations found."
+msgstr "No encontrada ninguna dirección."
-#: ../../Zotlabs/Module/Admin/Features.php:64
-msgid "Manage Additional Features"
-msgstr "Gestionar las funcionalidades"
+#: ../../Zotlabs/Module/Locs.php:120
+msgid "Manage Channel Locations"
+msgstr "Gestionar las direcciones del canal"
-#: ../../Zotlabs/Module/Admin/Security.php:96
-msgid ""
-"By default, unfiltered HTML is allowed in embedded media. This is inherently"
-" insecure."
-msgstr "De forma predeterminada, el HTML sin filtrar está permitido en el contenido multimedia incorporado en una publicación. Esto es siempre inseguro."
+#: ../../Zotlabs/Module/Locs.php:124 ../../Zotlabs/Module/Menu.php:177
+msgid "Drop"
+msgstr "Eliminar"
-#: ../../Zotlabs/Module/Admin/Security.php:99
-msgid ""
-"The recommended setting is to only allow unfiltered HTML from the following "
-"sites:"
-msgstr "La configuración recomendada es que sólo se permita HTML sin filtrar desde los siguientes sitios: "
+#: ../../Zotlabs/Module/Locs.php:126
+msgid "Sync Now"
+msgstr "Sincronizar ahora"
-#: ../../Zotlabs/Module/Admin/Security.php:100
-msgid ""
-"https://youtube.com/<br />https://www.youtube.com/<br />https://youtu.be/<br"
-" />https://vimeo.com/<br />https://soundcloud.com/<br />"
-msgstr "https://youtube.com/<br />https://www.youtube.com/<br />https://youtu.be/<br />https://vimeo.com/<br />https://soundcloud.com/<br />"
+#: ../../Zotlabs/Module/Locs.php:127
+msgid "Please wait several minutes between consecutive operations."
+msgstr "Por favor, espere algunos minutos entre operaciones consecutivas."
-#: ../../Zotlabs/Module/Admin/Security.php:101
+#: ../../Zotlabs/Module/Locs.php:128
msgid ""
-"All other embedded content will be filtered, <strong>unless</strong> "
-"embedded content from that site is explicitly blocked."
-msgstr "El resto del contenido incrustado se filtrará, <strong>excepto</ strong> si el contenido incorporado desde ese sitio está bloqueado de forma explícita."
+"When possible, drop a location by logging into that website/hub and removing"
+" your channel."
+msgstr "Cuando sea posible, elimine una ubicación iniciando sesión en el sitio web o \"hub\" y borrando su canal."
-#: ../../Zotlabs/Module/Admin/Security.php:108
-msgid "Block public"
-msgstr "Bloquear páginas públicas"
+#: ../../Zotlabs/Module/Locs.php:129
+msgid "Use this form to drop the location if the hub is no longer operating."
+msgstr "Utilice este formulario para eliminar la dirección si el \"hub\" no está funcionando desde hace tiempo."
-#: ../../Zotlabs/Module/Admin/Security.php:108
+#: ../../Zotlabs/Module/Pubsites.php:26
+msgid "Public Hubs"
+msgstr "Servidores públicos"
+
+#: ../../Zotlabs/Module/Pubsites.php:29
msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently authenticated."
-msgstr "Habilitar para impedir ver las páginas personales de este sitio a quien no esté actualmente autenticado."
+"The listed hubs allow public registration for the $Projectname network. All "
+"hubs in the network are interlinked so membership on any of them conveys "
+"membership in the network as a whole. Some hubs may require subscription or "
+"provide tiered service plans. The hub itself <strong>may</strong> provide "
+"additional details."
+msgstr "Los sitios listados permiten el registro público en la red $Projectname. Todos los sitios de la red están vinculados entre sí, por lo que sus miembros, en ninguno de ellos, indican la pertenencia a la red en su conjunto. Algunos sitios pueden requerir suscripción o proporcionar planes de servicio por niveles. Los mismos hubs <strong>pueden</strong> proporcionar detalles adicionales."
-#: ../../Zotlabs/Module/Admin/Security.php:109
-msgid "Provide a cloud root directory"
-msgstr "Proporcionar un directorio raíz de la nube"
+#: ../../Zotlabs/Module/Pubsites.php:35
+msgid "Hub URL"
+msgstr "Dirección del hub"
-#: ../../Zotlabs/Module/Admin/Security.php:109
-msgid ""
-"The cloud root directory lists all channel names which provide public files"
-msgstr "El directorio raíz de la nube lista todos los nombres de canales que proporcionan archivos públicos"
+#: ../../Zotlabs/Module/Pubsites.php:35
+msgid "Access Type"
+msgstr "Tipo de acceso"
-#: ../../Zotlabs/Module/Admin/Security.php:110
-msgid "Show total disk space available to cloud uploads"
-msgstr "Mostrar el espacio total disponible en el disco para las cargas en la nube"
+#: ../../Zotlabs/Module/Pubsites.php:35
+msgid "Registration Policy"
+msgstr "Normas de registro"
-#: ../../Zotlabs/Module/Admin/Security.php:111
-msgid "Set \"Transport Security\" HTTP header"
-msgstr "Habilitar \"Seguridad de transporte\" (\"Transport Security\") en la cabecera HTTP"
+#: ../../Zotlabs/Module/Pubsites.php:35
+msgid "Stats"
+msgstr "Estadísticas"
-#: ../../Zotlabs/Module/Admin/Security.php:112
-msgid "Set \"Content Security Policy\" HTTP header"
-msgstr "Habilitar la \"Política de seguridad del contenido\" (\"Content Security Policy\") en la cabecera HTTP"
+#: ../../Zotlabs/Module/Pubsites.php:35
+msgid "Software"
+msgstr "Software"
-#: ../../Zotlabs/Module/Admin/Security.php:113
-msgid "Allowed email domains"
-msgstr "Se aceptan dominios de correo electrónico"
+#: ../../Zotlabs/Module/Pubsites.php:37
+msgid "Ratings"
+msgstr "Valoraciones"
-#: ../../Zotlabs/Module/Admin/Security.php:113
+#: ../../Zotlabs/Module/Pubsites.php:51
+msgid "Rate"
+msgstr "Valorar"
+
+#: ../../Zotlabs/Module/Changeaddr.php:35
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 "Lista separada por comas de los dominios de los que se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio. "
+"Channel name changes are not allowed within 48 hours of changing the account"
+" password."
+msgstr "Los cambios en el nombre de un canal no está permitida hasta pasadas 48 horas desde el cambio de contraseña de la cuenta."
-#: ../../Zotlabs/Module/Admin/Security.php:114
-msgid "Not allowed email domains"
-msgstr "No se permiten dominios de correo electrónico"
+#: ../../Zotlabs/Module/Changeaddr.php:77
+msgid "Change channel nickname/address"
+msgstr "Cambiar el alias o la dirección del canal"
-#: ../../Zotlabs/Module/Admin/Security.php:114
-msgid ""
-"Comma separated list of domains which are not allowed in email addresses for"
-" registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains, unless allowed domains have been defined."
-msgstr "Lista separada por comas de los dominios de los que no se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para no aceptar cualquier dominio, excepto los que se hayan autorizado."
+#: ../../Zotlabs/Module/Changeaddr.php:78
+msgid "Any/all connections on other networks will be lost!"
+msgstr "¡Cualquier/todas las conexiones en otras redes se perderán!"
-#: ../../Zotlabs/Module/Admin/Security.php:115
-msgid "Allow communications only from these sites"
-msgstr "Permitir la comunicación solo desde estos sitios"
+#: ../../Zotlabs/Module/Changeaddr.php:80
+msgid "New channel address"
+msgstr "Nueva dirección del canal"
-#: ../../Zotlabs/Module/Admin/Security.php:115
-msgid ""
-"One site per line. Leave empty to allow communication from anywhere by "
-"default"
-msgstr "Un sitio por línea. Dejar en blanco para permitir por defecto la comunicación desde cualquiera"
+#: ../../Zotlabs/Module/Changeaddr.php:81
+msgid "Rename Channel"
+msgstr "Renombrar el canal"
-#: ../../Zotlabs/Module/Admin/Security.php:116
-msgid "Block communications from these sites"
-msgstr "Bloquear la comunicación desde estos sitios"
+#: ../../Zotlabs/Module/Menu.php:68
+msgid "Unable to update menu."
+msgstr "No se puede actualizar el menú."
-#: ../../Zotlabs/Module/Admin/Security.php:117
-msgid "Allow communications only from these channels"
-msgstr "Permitir la comunicación solo desde estos canales"
+#: ../../Zotlabs/Module/Menu.php:79
+msgid "Unable to create menu."
+msgstr "No se puede crear el menú."
-#: ../../Zotlabs/Module/Admin/Security.php:117
-msgid ""
-"One channel (hash) per line. Leave empty to allow from any channel by "
-"default"
-msgstr "Un canal (hash) por línea. Dejar en blanco para permitir por defecto la comunicación desde cualquiera"
+#: ../../Zotlabs/Module/Menu.php:161 ../../Zotlabs/Module/Menu.php:174
+msgid "Menu Name"
+msgstr "Nombre del menú"
-#: ../../Zotlabs/Module/Admin/Security.php:118
-msgid "Block communications from these channels"
-msgstr "Bloquear la comunicación desde estos canales"
+#: ../../Zotlabs/Module/Menu.php:161
+msgid "Unique name (not visible on webpage) - required"
+msgstr "Nombre único (no será visible en la página web) - requerido"
-#: ../../Zotlabs/Module/Admin/Security.php:119
-msgid "Only allow embeds from secure (SSL) websites and links."
-msgstr "Sólo se permite contenido multimedia incorporado desde sitios y enlaces seguros (SSL)."
+#: ../../Zotlabs/Module/Menu.php:162 ../../Zotlabs/Module/Menu.php:175
+msgid "Menu Title"
+msgstr "Título del menú"
-#: ../../Zotlabs/Module/Admin/Security.php:120
-msgid "Allow unfiltered embedded HTML content only from these domains"
-msgstr "Permitir contenido HTML sin filtrar sólo desde estos dominios "
+#: ../../Zotlabs/Module/Menu.php:162
+msgid "Visible on webpage - leave empty for no title"
+msgstr "Visible en la página web - no ponga nada si no desea un título"
-#: ../../Zotlabs/Module/Admin/Security.php:120
-msgid "One site per line. By default embedded content is filtered."
-msgstr "Un sitio por línea. El contenido incorporado se filtra de forma predeterminada."
+#: ../../Zotlabs/Module/Menu.php:163
+msgid "Allow Bookmarks"
+msgstr "Permitir marcadores"
-#: ../../Zotlabs/Module/Admin/Security.php:121
-msgid "Block embedded HTML from these domains"
-msgstr "Bloquear contenido con HTML incorporado desde estos dominios"
+#: ../../Zotlabs/Module/Menu.php:163 ../../Zotlabs/Module/Menu.php:222
+msgid "Menu may be used to store saved bookmarks"
+msgstr "El menú se puede usar para guardar marcadores"
-#: ../../Zotlabs/Module/Admin/Security.php:122
-msgid "Allow SVG thumbnails in file browser"
-msgstr "Permitir miniaturas SVG en el navegador de archivos"
+#: ../../Zotlabs/Module/Menu.php:164 ../../Zotlabs/Module/Menu.php:225
+msgid "Submit and proceed"
+msgstr "Enviar y proceder"
-#: ../../Zotlabs/Module/Admin/Security.php:122
-msgid "WARNING: SVG images may contain malicious code."
-msgstr "ADVERTENCIA: Las imágenes SVG pueden contener código malicioso."
+#: ../../Zotlabs/Module/Menu.php:181
+msgid "Bookmarks allowed"
+msgstr "Marcadores permitidos"
-#: ../../Zotlabs/Module/Admin/Security.php:123
-msgid "Allow embedded (inline) PDF files"
-msgstr "Permitir ficheros PDF incrustados (en línea)"
+#: ../../Zotlabs/Module/Menu.php:183
+msgid "Delete this menu"
+msgstr "Borrar este menú"
-#: ../../Zotlabs/Module/Admin/Security.php:125
-msgid "Additional trusted directory server URLs"
-msgstr "URL adicionales del servidor de directorio de confianza"
+#: ../../Zotlabs/Module/Menu.php:184 ../../Zotlabs/Module/Menu.php:219
+msgid "Edit menu contents"
+msgstr "Editar los contenidos del menú"
-#: ../../Zotlabs/Module/Admin/Security.php:125
-msgid ""
-"Accept directory flags (spam, nsfw) from those servers. One per line like "
-"https://example.tld"
-msgstr "Aceptar indicadores de directorio (spam, nsfw) de esos servidores. Uno por línea, como https://example.tld"
+#: ../../Zotlabs/Module/Menu.php:185
+msgid "Edit this menu"
+msgstr "Modificar este menú"
+
+#: ../../Zotlabs/Module/Menu.php:201
+msgid "Menu could not be deleted."
+msgstr "El menú no puede ser eliminado."
+
+#: ../../Zotlabs/Module/Menu.php:209 ../../Zotlabs/Module/Mitem.php:31
+msgid "Menu not found."
+msgstr "Menú no encontrado"
+
+#: ../../Zotlabs/Module/Menu.php:214
+msgid "Edit Menu"
+msgstr "Modificar el menú"
+
+#: ../../Zotlabs/Module/Menu.php:218
+msgid "Add or remove entries to this menu"
+msgstr "Añadir o quitar entradas en este menú"
+
+#: ../../Zotlabs/Module/Menu.php:220
+msgid "Menu name"
+msgstr "Nombre del menú"
+
+#: ../../Zotlabs/Module/Menu.php:220
+msgid "Must be unique, only seen by you"
+msgstr "Debe ser único, solo será visible para usted"
+
+#: ../../Zotlabs/Module/Menu.php:221
+msgid "Menu title"
+msgstr "Título del menú"
+
+#: ../../Zotlabs/Module/Menu.php:221
+msgid "Menu title as seen by others"
+msgstr "El título del menú tal como será visto por los demás"
+
+#: ../../Zotlabs/Module/Menu.php:222
+msgid "Allow bookmarks"
+msgstr "Permitir marcadores"
+
+#: ../../Zotlabs/Module/Menu.php:232 ../../Zotlabs/Module/Xchan.php:41
+#: ../../Zotlabs/Module/Mitem.php:134
+msgid "Not found."
+msgstr "No encontrado."
#: ../../Zotlabs/Module/Admin/Accounts.php:128
#, php-format
@@ -10231,6 +11129,19 @@ msgstr "Sin verificar"
msgid "Expired"
msgstr "Caducado/a"
+#: ../../Zotlabs/Module/Admin/Accounts.php:307
+#: ../../Zotlabs/Module/Admin/Themes.php:137
+#: ../../Zotlabs/Module/Admin/Themes.php:171
+#: ../../Zotlabs/Module/Admin/Addons.php:345
+#: ../../Zotlabs/Module/Admin/Addons.php:443
+#: ../../Zotlabs/Module/Admin/Channels.php:145
+#: ../../Zotlabs/Module/Admin/Logs.php:82
+#: ../../Zotlabs/Module/Admin/Site.php:411
+#: ../../Zotlabs/Module/Admin/Security.php:105
+#: ../../Zotlabs/Module/Admin.php:140
+msgid "Administration"
+msgstr "Administración"
+
#: ../../Zotlabs/Module/Admin/Accounts.php:310
msgid "Show verified registrations"
msgstr "Mostrar registros verificados"
@@ -10275,18 +11186,6 @@ msgstr "No hay registros disponibles"
msgid "No verified registrations available"
msgstr "No hay registros verificados disponibles"
-#: ../../Zotlabs/Module/Admin/Accounts.php:321
-#: ../../Zotlabs/Module/Contactedit.php:639
-#: ../../Zotlabs/Module/Connedit.php:508
-msgid "Block"
-msgstr "Bloquear"
-
-#: ../../Zotlabs/Module/Admin/Accounts.php:322
-#: ../../Zotlabs/Module/Contactedit.php:639
-#: ../../Zotlabs/Module/Connedit.php:508
-msgid "Unblock"
-msgstr "Desbloquear"
-
#: ../../Zotlabs/Module/Admin/Accounts.php:323
msgid "Verified"
msgstr "Verificado/a"
@@ -10336,6 +11235,469 @@ msgstr "¡La cuenta {0} va a ser eliminada!\\n\\n¡Todo lo que esta cuenta ha pu
msgid "Message"
msgstr "Mensaje"
+#: ../../Zotlabs/Module/Admin/Queueworker.php:65
+msgid "Max queueworker threads"
+msgstr "Máximo de hilos en la cola"
+
+#: ../../Zotlabs/Module/Admin/Queueworker.php:67
+msgid "Minimum 4, default 4"
+msgstr "Mínimo 4, por defecto 4"
+
+#: ../../Zotlabs/Module/Admin/Queueworker.php:77
+msgid "Assume workers dead after"
+msgstr "Asumir que los procesos han muerto después de "
+
+#: ../../Zotlabs/Module/Admin/Queueworker.php:79
+msgid "Minimum 120, default 300 seconds"
+msgstr "Mínimo de 120 segundos, por defecto, 300"
+
+#: ../../Zotlabs/Module/Admin/Queueworker.php:91
+msgid "Pause before starting next task"
+msgstr "Pausa antes de comenzar la siguiente tarea"
+
+#: ../../Zotlabs/Module/Admin/Queueworker.php:93
+msgid "Minimum 100, default 100 microseconds"
+msgstr "Mínimo 100, por defecto 100 microsegundos"
+
+#: ../../Zotlabs/Module/Admin/Queueworker.php:102
+msgid "Automatically adjust pause before starting next task"
+msgstr "Ajustar automáticamente una pausa antes de comenzar la siguiente tarea"
+
+#: ../../Zotlabs/Module/Admin/Queueworker.php:111
+msgid "Queueworker Settings"
+msgstr "Configuración del gestor de procesos de trabajo en cola"
+
+#: ../../Zotlabs/Module/Admin/Themes.php:26
+msgid "Theme settings updated."
+msgstr "Ajustes del tema actualizados."
+
+#: ../../Zotlabs/Module/Admin/Themes.php:61
+msgid "No themes found."
+msgstr "No se han encontrado temas."
+
+#: ../../Zotlabs/Module/Admin/Themes.php:110
+#: ../../Zotlabs/Module/Admin/Addons.php:314
+msgid "Disable"
+msgstr "Desactivar"
+
+#: ../../Zotlabs/Module/Admin/Themes.php:112
+#: ../../Zotlabs/Module/Admin/Addons.php:317
+msgid "Enable"
+msgstr "Activar"
+
+#: ../../Zotlabs/Module/Admin/Themes.php:131
+msgid "Screenshot"
+msgstr "Instantánea de pantalla"
+
+#: ../../Zotlabs/Module/Admin/Themes.php:139
+#: ../../Zotlabs/Module/Admin/Addons.php:347
+msgid "Toggle"
+msgstr "Cambiar"
+
+#: ../../Zotlabs/Module/Admin/Themes.php:149
+#: ../../Zotlabs/Module/Admin/Addons.php:355
+msgid "Author: "
+msgstr "Autor:"
+
+#: ../../Zotlabs/Module/Admin/Themes.php:150
+#: ../../Zotlabs/Module/Admin/Addons.php:356
+msgid "Maintainer: "
+msgstr "Mantenedor:"
+
+#: ../../Zotlabs/Module/Admin/Themes.php:177
+msgid "[Experimental]"
+msgstr "[Experimental]"
+
+#: ../../Zotlabs/Module/Admin/Themes.php:178
+msgid "[Unsupported]"
+msgstr "[No soportado]"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:293
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Extensión %s desactivada."
+
+#: ../../Zotlabs/Module/Admin/Addons.php:298
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Extensión %s activada."
+
+#: ../../Zotlabs/Module/Admin/Addons.php:357
+msgid "Minimum project version: "
+msgstr "Versión mínima del proyecto:"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:358
+msgid "Maximum project version: "
+msgstr "Versión máxima del proyecto:"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:359
+msgid "Minimum PHP version: "
+msgstr "Versión mínima de PHP:"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:360
+msgid "Compatible Server Roles: "
+msgstr "Configuraciones compatibles con este servidor:"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:361
+msgid "Requires: "
+msgstr "Se requiere:"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:362
+#: ../../Zotlabs/Module/Admin/Addons.php:449
+msgid "Disabled - version incompatibility"
+msgstr "Deshabilitado - versiones incompatibles"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:418
+msgid "Enter the public git repository URL of the addon repo."
+msgstr "Introduzca la URL del repositorio público de git del addon repo."
+
+#: ../../Zotlabs/Module/Admin/Addons.php:419
+msgid "Addon repo git URL"
+msgstr "URL del repositorio git del addon"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:420
+msgid "Custom repo name"
+msgstr "Nombre personalizado del repositorio"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:420
+msgid "(optional)"
+msgstr "(opcional)"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:421
+msgid "Download Addon Repo"
+msgstr "Descargar el repositorio"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:428
+msgid "Install new repo"
+msgstr "Instalar un nuevo repositorio"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:452
+msgid "Manage Repos"
+msgstr "Gestionar los repositorios"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:453
+msgid "Installed Addon Repositories"
+msgstr "Repositorioe de addons instalados"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:454
+msgid "Install a New Addon Repository"
+msgstr "Instalar un nuevo repositorio de addons"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:461
+msgid "Switch branch"
+msgstr "Cambiar la rama"
+
+#: ../../Zotlabs/Module/Admin/Features.php:56
+#, php-format
+msgid "Lock feature %s"
+msgstr "Bloquear la funcionalidad %s"
+
+#: ../../Zotlabs/Module/Admin/Features.php:64
+msgid "Manage Additional Features"
+msgstr "Gestionar las funcionalidades"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:89
+msgid "New Profile Field"
+msgstr "Nuevo campo en el perfil"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:90
+#: ../../Zotlabs/Module/Admin/Profs.php:110
+msgid "Field nickname"
+msgstr "Alias del campo"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:90
+#: ../../Zotlabs/Module/Admin/Profs.php:110
+msgid "System name of field"
+msgstr "Nombre del campo en el sistema"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:91
+#: ../../Zotlabs/Module/Admin/Profs.php:111
+msgid "Input type"
+msgstr "Tipo de entrada"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:92
+#: ../../Zotlabs/Module/Admin/Profs.php:112
+msgid "Field Name"
+msgstr "Nombre del campo"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:92
+#: ../../Zotlabs/Module/Admin/Profs.php:112
+msgid "Label on profile pages"
+msgstr "Etiqueta a mostrar en la página del perfil"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:93
+#: ../../Zotlabs/Module/Admin/Profs.php:113
+msgid "Help text"
+msgstr "Texto de ayuda"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:93
+#: ../../Zotlabs/Module/Admin/Profs.php:113
+msgid "Additional info (optional)"
+msgstr "Información adicional (opcional)"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:103
+msgid "Field definition not found"
+msgstr "Definición del campo no encontrada"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:109
+msgid "Edit Profile Field"
+msgstr "Modificar el campo del perfil"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:169
+msgid "Basic Profile Fields"
+msgstr "Campos básicos del perfil"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:170
+msgid "Advanced Profile Fields"
+msgstr "Campos avanzados del perfil"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:170
+msgid "(In addition to basic fields)"
+msgstr "(Además de los campos básicos)"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:172
+msgid "All available fields"
+msgstr "Todos los campos disponibles"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:173
+msgid "Custom Fields"
+msgstr "Campos personalizados"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:177
+msgid "Create Custom Field"
+msgstr "Crear un campo personalizado"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:31
+#, php-format
+msgid "%s channel censored/uncensored"
+msgid_plural "%s channels censored/uncensored"
+msgstr[0] "%s canales censurados/no censurados"
+msgstr[1] "%s canales censurados/no censurados"
+msgstr[2] "%s canales censurados/no censurados"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:40
+#, php-format
+msgid "%s channel code allowed/disallowed"
+msgid_plural "%s channels code allowed/disallowed"
+msgstr[0] "%s código permitido/no permitido al canal"
+msgstr[1] "%s código permitido/no permitido al canal"
+msgstr[2] "%s código permitido/no permitido al canal"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:46
+#, php-format
+msgid "%s channel deleted"
+msgid_plural "%s channels deleted"
+msgstr[0] "%s canales eliminados"
+msgstr[1] "%s canales eliminados"
+msgstr[2] "%s canales eliminados"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:65
+msgid "Channel not found"
+msgstr "Canal no encontrado"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:75
+#, php-format
+msgid "Channel '%s' deleted"
+msgstr "Canal '%s' eliminado"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:87
+#, php-format
+msgid "Channel '%s' censored"
+msgstr "Canal '%s' censurado"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:87
+#, php-format
+msgid "Channel '%s' uncensored"
+msgstr "Canal '%s' no censurado"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:98
+#, php-format
+msgid "Channel '%s' code allowed"
+msgstr "Código permitido al canal '%s'"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:98
+#, php-format
+msgid "Channel '%s' code disallowed"
+msgstr "Código no permitido al canal '%s'"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:148
+msgid "select all"
+msgstr "seleccionar todo"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:150
+msgid "Censor"
+msgstr "Censurar"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:151
+msgid "Uncensor"
+msgstr "No censurar"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:152
+msgid "Allow Code"
+msgstr "Permitir código"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:153
+msgid "Disallow Code"
+msgstr "No permitir código"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:158
+msgid "UID"
+msgstr "UID"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:162
+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 "Los canales seleccionados se eliminarán!\\n\\nTodo lo publicado por estos canales en este sitio se borrarán definitivamente!\\n\\n¿Está seguro de querer hacerlo?"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:163
+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 "El canal {0} va a ser eliminado!\\n\\nTodo lo publicado por el canal en este sitio se borrará definitivamente!\\n\\n¿Está seguro de querer hacerlo?"
+
+#: ../../Zotlabs/Module/Admin/Account_edit.php:29
+#, php-format
+msgid "Password changed for account %d."
+msgstr "Ha cambiado la contraseña para la cuenta %d."
+
+#: ../../Zotlabs/Module/Admin/Account_edit.php:46
+msgid "Account settings updated."
+msgstr "Se han actualizado los ajustes de la cuenta."
+
+#: ../../Zotlabs/Module/Admin/Account_edit.php:68
+msgid "Account Edit"
+msgstr "Editar la cuenta"
+
+#: ../../Zotlabs/Module/Admin/Account_edit.php:69
+msgid "New Password"
+msgstr "Nueva contraseña"
+
+#: ../../Zotlabs/Module/Admin/Account_edit.php:70
+msgid "New Password again"
+msgstr "Nueva contraseña otra vez"
+
+#: ../../Zotlabs/Module/Admin/Account_edit.php:71
+msgid "Account language (for emails)"
+msgstr "Idioma de la cuenta (para los correos electrónicos)"
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:19
+msgid "Update has been marked successful"
+msgstr "La actualización ha sido marcada como exitosa"
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:32
+#, php-format
+msgid "Verification of update %s failed. Check system logs."
+msgstr "Error en la verificación de la actualización %s. Compruebe los registros del sistema."
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:35
+#: ../../Zotlabs/Module/Admin/Dbsync.php:62
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "La actualización de %s se ha realizado exitosamente."
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:39
+#, php-format
+msgid "Verifying update %s did not return a status. Unknown if it succeeded."
+msgstr "La verificación de la actualización %s no devuelve un estado. Desconocido si tuvo éxito."
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:42
+#, php-format
+msgid "Update %s does not contain a verification function."
+msgstr "La actualización %s no contiene una función de verificación."
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:46
+#: ../../Zotlabs/Module/Admin/Dbsync.php:69
+#, php-format
+msgid "Update function %s could not be found."
+msgstr "No se encuentra la función de actualización de %s."
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:59
+#, php-format
+msgid "Executing update procedure %s failed. Check system logs."
+msgstr "Error al ejecutar el procedimiento de actualización %s. Compruebe los registros del sistema."
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:66
+#, php-format
+msgid ""
+"Update %s did not return a status. It cannot be determined if it was "
+"successful."
+msgstr "La actualización %s no devuelve un estado. No se puede determinar si tuvo éxito."
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:87
+msgid "Failed Updates"
+msgstr "Han fallado las actualizaciones"
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:89
+msgid "Mark success (if update was manually applied)"
+msgstr "Marcar como exitosa (si la actualización se ha hecho manualmente)"
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:90
+msgid "Attempt to verify this update if a verification procedure exists"
+msgstr "Intentar verificar esta actualización si existe un procedimiento de verificación."
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:91
+msgid "Attempt to execute this update step automatically"
+msgstr "Intentar ejecutar este paso de actualización automáticamente"
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:96
+msgid "No failed updates."
+msgstr "No ha fallado ninguna actualización."
+
+#: ../../Zotlabs/Module/Admin/Logs.php:28
+msgid "Log settings updated."
+msgstr "Actualizado el informe de configuraciones."
+
+#: ../../Zotlabs/Module/Admin/Logs.php:85
+msgid "Clear"
+msgstr "Vaciar"
+
+#: ../../Zotlabs/Module/Admin/Logs.php:91
+msgid "Debugging"
+msgstr "Depuración"
+
+#: ../../Zotlabs/Module/Admin/Logs.php:92
+msgid "Log file"
+msgstr "Fichero de informe"
+
+#: ../../Zotlabs/Module/Admin/Logs.php:92
+msgid ""
+"Must be writable by web server. Relative to your top-level webserver "
+"directory."
+msgstr "Debe tener permisos de escritura por el servidor web. La ruta es relativa al directorio web principal."
+
+#: ../../Zotlabs/Module/Admin/Logs.php:93
+msgid "Log level"
+msgstr "Nivel de depuración"
+
+#: ../../Zotlabs/Module/Admin/Queue.php:45
+msgid "Queue Statistics"
+msgstr "Estadísticas de la cola"
+
+#: ../../Zotlabs/Module/Admin/Queue.php:46
+msgid "Total Entries"
+msgstr "Total de entradas"
+
+#: ../../Zotlabs/Module/Admin/Queue.php:48
+msgid "Destination URL"
+msgstr "Dirección de destino"
+
+#: ../../Zotlabs/Module/Admin/Queue.php:49
+msgid "Mark hub permanently offline"
+msgstr "Marcar el servidor como permanentemente fuera de línea"
+
+#: ../../Zotlabs/Module/Admin/Queue.php:50
+msgid "Retry delivery to this hub"
+msgstr "Reintentar la entrega a este hub"
+
+#: ../../Zotlabs/Module/Admin/Queue.php:51
+msgid "Empty queue for this hub"
+msgstr "Vaciar la cola para este servidor"
+
+#: ../../Zotlabs/Module/Admin/Queue.php:52
+msgid "Last known contact"
+msgstr "Último contacto conocido"
+
#: ../../Zotlabs/Module/Admin/Site.php:111
msgid "Invalid input"
msgstr "Entrada no válida"
@@ -10691,16 +12053,6 @@ msgstr "Desactivar para requerir autenticación antes de ver"
msgid "Only import Public stream posts with this text"
msgstr "Importar solo entradas del stream púlbico con este texto "
-#: ../../Zotlabs/Module/Admin/Site.php:515
-#: ../../Zotlabs/Module/Admin/Site.php:516
-#: ../../Zotlabs/Module/Contactedit.php:423
-#: ../../Zotlabs/Module/Contactedit.php:424
-#: ../../Zotlabs/Module/Connedit.php:706 ../../Zotlabs/Module/Connedit.php:707
-msgid ""
-"words one per line or #tags or /patterns/ or lang=xx, leave blank to import "
-"all posts"
-msgstr "Una sola opción por línea: palabras, #etiquetas, /patrones/ o lang=xx. Dejar en blanco para importarlo todo"
-
#: ../../Zotlabs/Module/Admin/Site.php:516
msgid "Do not import Public stream posts with this text"
msgstr "No importar entradas del stream público con este texto "
@@ -10867,595 +12219,407 @@ msgstr "Región o país"
msgid "Invalid 24h time value (hhmm/hmm)"
msgstr "Valor de tiempo de 24h no válido (hhmm/hmm)"
-#: ../../Zotlabs/Module/Admin/Logs.php:28
-msgid "Log settings updated."
-msgstr "Actualizado el informe de configuraciones."
-
-#: ../../Zotlabs/Module/Admin/Logs.php:85
-msgid "Clear"
-msgstr "Vaciar"
-
-#: ../../Zotlabs/Module/Admin/Logs.php:91
-msgid "Debugging"
-msgstr "Depuración"
-
-#: ../../Zotlabs/Module/Admin/Logs.php:92
-msgid "Log file"
-msgstr "Fichero de informe"
-
-#: ../../Zotlabs/Module/Admin/Logs.php:92
+#: ../../Zotlabs/Module/Admin/Security.php:96
msgid ""
-"Must be writable by web server. Relative to your top-level webserver "
-"directory."
-msgstr "Debe tener permisos de escritura por el servidor web. La ruta es relativa al directorio web principal."
-
-#: ../../Zotlabs/Module/Admin/Logs.php:93
-msgid "Log level"
-msgstr "Nivel de depuración"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:31
-#, php-format
-msgid "%s channel censored/uncensored"
-msgid_plural "%s channels censored/uncensored"
-msgstr[0] "%s canales censurados/no censurados"
-msgstr[1] "%s canales censurados/no censurados"
-msgstr[2] "%s canales censurados/no censurados"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:40
-#, php-format
-msgid "%s channel code allowed/disallowed"
-msgid_plural "%s channels code allowed/disallowed"
-msgstr[0] "%s código permitido/no permitido al canal"
-msgstr[1] "%s código permitido/no permitido al canal"
-msgstr[2] "%s código permitido/no permitido al canal"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:46
-#, php-format
-msgid "%s channel deleted"
-msgid_plural "%s channels deleted"
-msgstr[0] "%s canales eliminados"
-msgstr[1] "%s canales eliminados"
-msgstr[2] "%s canales eliminados"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:65
-msgid "Channel not found"
-msgstr "Canal no encontrado"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:75
-#, php-format
-msgid "Channel '%s' deleted"
-msgstr "Canal '%s' eliminado"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:87
-#, php-format
-msgid "Channel '%s' censored"
-msgstr "Canal '%s' censurado"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:87
-#, php-format
-msgid "Channel '%s' uncensored"
-msgstr "Canal '%s' no censurado"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:98
-#, php-format
-msgid "Channel '%s' code allowed"
-msgstr "Código permitido al canal '%s'"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:98
-#, php-format
-msgid "Channel '%s' code disallowed"
-msgstr "Código no permitido al canal '%s'"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:148
-msgid "select all"
-msgstr "seleccionar todo"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:150
-msgid "Censor"
-msgstr "Censurar"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:151
-msgid "Uncensor"
-msgstr "No censurar"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:152
-msgid "Allow Code"
-msgstr "Permitir código"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:153
-msgid "Disallow Code"
-msgstr "No permitir código"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:158
-msgid "UID"
-msgstr "UID"
+"By default, unfiltered HTML is allowed in embedded media. This is inherently"
+" insecure."
+msgstr "De forma predeterminada, el HTML sin filtrar está permitido en el contenido multimedia incorporado en una publicación. Esto es siempre inseguro."
-#: ../../Zotlabs/Module/Admin/Channels.php:162
+#: ../../Zotlabs/Module/Admin/Security.php:99
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 "Los canales seleccionados se eliminarán!\\n\\nTodo lo publicado por estos canales en este sitio se borrarán definitivamente!\\n\\n¿Está seguro de querer hacerlo?"
+"The recommended setting is to only allow unfiltered HTML from the following "
+"sites:"
+msgstr "La configuración recomendada es que sólo se permita HTML sin filtrar desde los siguientes sitios: "
-#: ../../Zotlabs/Module/Admin/Channels.php:163
+#: ../../Zotlabs/Module/Admin/Security.php:100
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 "El canal {0} va a ser eliminado!\\n\\nTodo lo publicado por el canal en este sitio se borrará definitivamente!\\n\\n¿Está seguro de querer hacerlo?"
-
-#: ../../Zotlabs/Module/Admin/Account_edit.php:29
-#, php-format
-msgid "Password changed for account %d."
-msgstr "Ha cambiado la contraseña para la cuenta %d."
-
-#: ../../Zotlabs/Module/Admin/Account_edit.php:46
-msgid "Account settings updated."
-msgstr "Se han actualizado los ajustes de la cuenta."
-
-#: ../../Zotlabs/Module/Admin/Account_edit.php:68
-msgid "Account Edit"
-msgstr "Editar la cuenta"
+"https://youtube.com/<br />https://www.youtube.com/<br />https://youtu.be/<br"
+" />https://vimeo.com/<br />https://soundcloud.com/<br />"
+msgstr "https://youtube.com/<br />https://www.youtube.com/<br />https://youtu.be/<br />https://vimeo.com/<br />https://soundcloud.com/<br />"
-#: ../../Zotlabs/Module/Admin/Account_edit.php:69
-msgid "New Password"
-msgstr "Nueva contraseña"
+#: ../../Zotlabs/Module/Admin/Security.php:101
+msgid ""
+"All other embedded content will be filtered, <strong>unless</strong> "
+"embedded content from that site is explicitly blocked."
+msgstr "El resto del contenido incrustado se filtrará, <strong>excepto</ strong> si el contenido incorporado desde ese sitio está bloqueado de forma explícita."
-#: ../../Zotlabs/Module/Admin/Account_edit.php:70
-msgid "New Password again"
-msgstr "Nueva contraseña otra vez"
+#: ../../Zotlabs/Module/Admin/Security.php:108
+msgid "Block public"
+msgstr "Bloquear páginas públicas"
-#: ../../Zotlabs/Module/Admin/Account_edit.php:71
-msgid "Account language (for emails)"
-msgstr "Idioma de la cuenta (para los correos electrónicos)"
+#: ../../Zotlabs/Module/Admin/Security.php:108
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently authenticated."
+msgstr "Habilitar para impedir ver las páginas personales de este sitio a quien no esté actualmente autenticado."
-#: ../../Zotlabs/Module/Admin/Profs.php:89
-msgid "New Profile Field"
-msgstr "Nuevo campo en el perfil"
+#: ../../Zotlabs/Module/Admin/Security.php:109
+msgid "Provide a cloud root directory"
+msgstr "Proporcionar un directorio raíz de la nube"
-#: ../../Zotlabs/Module/Admin/Profs.php:90
-#: ../../Zotlabs/Module/Admin/Profs.php:110
-msgid "Field nickname"
-msgstr "Alias del campo"
+#: ../../Zotlabs/Module/Admin/Security.php:109
+msgid ""
+"The cloud root directory lists all channel names which provide public files"
+msgstr "El directorio raíz de la nube lista todos los nombres de canales que proporcionan archivos públicos"
-#: ../../Zotlabs/Module/Admin/Profs.php:90
-#: ../../Zotlabs/Module/Admin/Profs.php:110
-msgid "System name of field"
-msgstr "Nombre del campo en el sistema"
+#: ../../Zotlabs/Module/Admin/Security.php:110
+msgid "Show total disk space available to cloud uploads"
+msgstr "Mostrar el espacio total disponible en el disco para las cargas en la nube"
-#: ../../Zotlabs/Module/Admin/Profs.php:91
-#: ../../Zotlabs/Module/Admin/Profs.php:111
-msgid "Input type"
-msgstr "Tipo de entrada"
+#: ../../Zotlabs/Module/Admin/Security.php:111
+msgid "Set \"Transport Security\" HTTP header"
+msgstr "Habilitar \"Seguridad de transporte\" (\"Transport Security\") en la cabecera HTTP"
-#: ../../Zotlabs/Module/Admin/Profs.php:92
-#: ../../Zotlabs/Module/Admin/Profs.php:112
-msgid "Field Name"
-msgstr "Nombre del campo"
+#: ../../Zotlabs/Module/Admin/Security.php:112
+msgid "Set \"Content Security Policy\" HTTP header"
+msgstr "Habilitar la \"Política de seguridad del contenido\" (\"Content Security Policy\") en la cabecera HTTP"
-#: ../../Zotlabs/Module/Admin/Profs.php:92
-#: ../../Zotlabs/Module/Admin/Profs.php:112
-msgid "Label on profile pages"
-msgstr "Etiqueta a mostrar en la página del perfil"
+#: ../../Zotlabs/Module/Admin/Security.php:113
+msgid "Allowed email domains"
+msgstr "Se aceptan dominios de correo electrónico"
-#: ../../Zotlabs/Module/Admin/Profs.php:93
-#: ../../Zotlabs/Module/Admin/Profs.php:113
-msgid "Help text"
-msgstr "Texto de ayuda"
+#: ../../Zotlabs/Module/Admin/Security.php:113
+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 "Lista separada por comas de los dominios de los que se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio. "
-#: ../../Zotlabs/Module/Admin/Profs.php:93
-#: ../../Zotlabs/Module/Admin/Profs.php:113
-msgid "Additional info (optional)"
-msgstr "Información adicional (opcional)"
+#: ../../Zotlabs/Module/Admin/Security.php:114
+msgid "Not allowed email domains"
+msgstr "No se permiten dominios de correo electrónico"
-#: ../../Zotlabs/Module/Admin/Profs.php:103
-msgid "Field definition not found"
-msgstr "Definición del campo no encontrada"
+#: ../../Zotlabs/Module/Admin/Security.php:114
+msgid ""
+"Comma separated list of domains which are not allowed in email addresses for"
+" registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains, unless allowed domains have been defined."
+msgstr "Lista separada por comas de los dominios de los que no se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para no aceptar cualquier dominio, excepto los que se hayan autorizado."
-#: ../../Zotlabs/Module/Admin/Profs.php:109
-msgid "Edit Profile Field"
-msgstr "Modificar el campo del perfil"
+#: ../../Zotlabs/Module/Admin/Security.php:115
+msgid "Allow communications only from these sites"
+msgstr "Permitir la comunicación solo desde estos sitios"
-#: ../../Zotlabs/Module/Admin/Profs.php:169
-msgid "Basic Profile Fields"
-msgstr "Campos básicos del perfil"
+#: ../../Zotlabs/Module/Admin/Security.php:115
+msgid ""
+"One site per line. Leave empty to allow communication from anywhere by "
+"default"
+msgstr "Un sitio por línea. Dejar en blanco para permitir por defecto la comunicación desde cualquiera"
-#: ../../Zotlabs/Module/Admin/Profs.php:170
-msgid "Advanced Profile Fields"
-msgstr "Campos avanzados del perfil"
+#: ../../Zotlabs/Module/Admin/Security.php:116
+msgid "Block communications from these sites"
+msgstr "Bloquear la comunicación desde estos sitios"
-#: ../../Zotlabs/Module/Admin/Profs.php:170
-msgid "(In addition to basic fields)"
-msgstr "(Además de los campos básicos)"
+#: ../../Zotlabs/Module/Admin/Security.php:117
+msgid "Allow communications only from these channels"
+msgstr "Permitir la comunicación solo desde estos canales"
-#: ../../Zotlabs/Module/Admin/Profs.php:172
-msgid "All available fields"
-msgstr "Todos los campos disponibles"
+#: ../../Zotlabs/Module/Admin/Security.php:117
+msgid ""
+"One channel (hash) per line. Leave empty to allow from any channel by "
+"default"
+msgstr "Un canal (hash) por línea. Dejar en blanco para permitir por defecto la comunicación desde cualquiera"
-#: ../../Zotlabs/Module/Admin/Profs.php:173
-msgid "Custom Fields"
-msgstr "Campos personalizados"
+#: ../../Zotlabs/Module/Admin/Security.php:118
+msgid "Block communications from these channels"
+msgstr "Bloquear la comunicación desde estos canales"
-#: ../../Zotlabs/Module/Admin/Profs.php:177
-msgid "Create Custom Field"
-msgstr "Crear un campo personalizado"
+#: ../../Zotlabs/Module/Admin/Security.php:119
+msgid "Only allow embeds from secure (SSL) websites and links."
+msgstr "Sólo se permite contenido multimedia incorporado desde sitios y enlaces seguros (SSL)."
-#: ../../Zotlabs/Module/Admin/Dbsync.php:19
-msgid "Update has been marked successful"
-msgstr "La actualización ha sido marcada como exitosa"
+#: ../../Zotlabs/Module/Admin/Security.php:120
+msgid "Allow unfiltered embedded HTML content only from these domains"
+msgstr "Permitir contenido HTML sin filtrar sólo desde estos dominios "
-#: ../../Zotlabs/Module/Admin/Dbsync.php:32
-#, php-format
-msgid "Verification of update %s failed. Check system logs."
-msgstr "Error en la verificación de la actualización %s. Compruebe los registros del sistema."
+#: ../../Zotlabs/Module/Admin/Security.php:120
+msgid "One site per line. By default embedded content is filtered."
+msgstr "Un sitio por línea. El contenido incorporado se filtra de forma predeterminada."
-#: ../../Zotlabs/Module/Admin/Dbsync.php:35
-#: ../../Zotlabs/Module/Admin/Dbsync.php:62
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "La actualización de %s se ha realizado exitosamente."
+#: ../../Zotlabs/Module/Admin/Security.php:121
+msgid "Block embedded HTML from these domains"
+msgstr "Bloquear contenido con HTML incorporado desde estos dominios"
-#: ../../Zotlabs/Module/Admin/Dbsync.php:39
-#, php-format
-msgid "Verifying update %s did not return a status. Unknown if it succeeded."
-msgstr "La verificación de la actualización %s no devuelve un estado. Desconocido si tuvo éxito."
+#: ../../Zotlabs/Module/Admin/Security.php:122
+msgid "Allow SVG thumbnails in file browser"
+msgstr "Permitir miniaturas SVG en el navegador de archivos"
-#: ../../Zotlabs/Module/Admin/Dbsync.php:42
-#, php-format
-msgid "Update %s does not contain a verification function."
-msgstr "La actualización %s no contiene una función de verificación."
+#: ../../Zotlabs/Module/Admin/Security.php:122
+msgid "WARNING: SVG images may contain malicious code."
+msgstr "ADVERTENCIA: Las imágenes SVG pueden contener código malicioso."
-#: ../../Zotlabs/Module/Admin/Dbsync.php:46
-#: ../../Zotlabs/Module/Admin/Dbsync.php:69
-#, php-format
-msgid "Update function %s could not be found."
-msgstr "No se encuentra la función de actualización de %s."
+#: ../../Zotlabs/Module/Admin/Security.php:123
+msgid "Allow embedded (inline) PDF files"
+msgstr "Permitir ficheros PDF incrustados (en línea)"
-#: ../../Zotlabs/Module/Admin/Dbsync.php:59
-#, php-format
-msgid "Executing update procedure %s failed. Check system logs."
-msgstr "Error al ejecutar el procedimiento de actualización %s. Compruebe los registros del sistema."
+#: ../../Zotlabs/Module/Admin/Security.php:125
+msgid "Additional trusted directory server URLs"
+msgstr "URL adicionales del servidor de directorio de confianza"
-#: ../../Zotlabs/Module/Admin/Dbsync.php:66
-#, php-format
+#: ../../Zotlabs/Module/Admin/Security.php:125
msgid ""
-"Update %s did not return a status. It cannot be determined if it was "
-"successful."
-msgstr "La actualización %s no devuelve un estado. No se puede determinar si tuvo éxito."
-
-#: ../../Zotlabs/Module/Admin/Dbsync.php:87
-msgid "Failed Updates"
-msgstr "Han fallado las actualizaciones"
-
-#: ../../Zotlabs/Module/Admin/Dbsync.php:89
-msgid "Mark success (if update was manually applied)"
-msgstr "Marcar como exitosa (si la actualización se ha hecho manualmente)"
-
-#: ../../Zotlabs/Module/Admin/Dbsync.php:90
-msgid "Attempt to verify this update if a verification procedure exists"
-msgstr "Intentar verificar esta actualización si existe un procedimiento de verificación."
-
-#: ../../Zotlabs/Module/Admin/Dbsync.php:91
-msgid "Attempt to execute this update step automatically"
-msgstr "Intentar ejecutar este paso de actualización automáticamente"
-
-#: ../../Zotlabs/Module/Admin/Dbsync.php:96
-msgid "No failed updates."
-msgstr "No ha fallado ninguna actualización."
-
-#: ../../Zotlabs/Module/Admin/Addons.php:293
-#, php-format
-msgid "Plugin %s disabled."
-msgstr "Extensión %s desactivada."
+"Accept directory flags (spam, nsfw) from those servers. One per line like "
+"https://example.tld"
+msgstr "Aceptar indicadores de directorio (spam, nsfw) de esos servidores. Uno por línea, como https://example.tld"
-#: ../../Zotlabs/Module/Admin/Addons.php:298
+#: ../../Zotlabs/Module/Manage.php:130
+#: ../../Zotlabs/Module/New_channel.php:147
#, php-format
-msgid "Plugin %s enabled."
-msgstr "Extensión %s activada."
-
-#: ../../Zotlabs/Module/Admin/Addons.php:357
-msgid "Minimum project version: "
-msgstr "Versión mínima del proyecto:"
-
-#: ../../Zotlabs/Module/Admin/Addons.php:358
-msgid "Maximum project version: "
-msgstr "Versión máxima del proyecto:"
-
-#: ../../Zotlabs/Module/Admin/Addons.php:359
-msgid "Minimum PHP version: "
-msgstr "Versión mínima de PHP:"
-
-#: ../../Zotlabs/Module/Admin/Addons.php:360
-msgid "Compatible Server Roles: "
-msgstr "Configuraciones compatibles con este servidor:"
-
-#: ../../Zotlabs/Module/Admin/Addons.php:361
-msgid "Requires: "
-msgstr "Se requiere:"
-
-#: ../../Zotlabs/Module/Admin/Addons.php:362
-#: ../../Zotlabs/Module/Admin/Addons.php:449
-msgid "Disabled - version incompatibility"
-msgstr "Deshabilitado - versiones incompatibles"
-
-#: ../../Zotlabs/Module/Admin/Addons.php:418
-msgid "Enter the public git repository URL of the addon repo."
-msgstr "Introduzca la URL del repositorio público de git del addon repo."
-
-#: ../../Zotlabs/Module/Admin/Addons.php:419
-msgid "Addon repo git URL"
-msgstr "URL del repositorio git del addon"
-
-#: ../../Zotlabs/Module/Admin/Addons.php:420
-msgid "Custom repo name"
-msgstr "Nombre personalizado del repositorio"
+msgid "You have created %1$.0f of %2$.0f allowed channels."
+msgstr "Ha creado %1$.0f de %2$.0f canales permitidos."
-#: ../../Zotlabs/Module/Admin/Addons.php:420
-msgid "(optional)"
-msgstr "(opcional)"
+#: ../../Zotlabs/Module/Manage.php:137
+msgid "Create a new channel"
+msgstr "Crear un nuevo canal"
-#: ../../Zotlabs/Module/Admin/Addons.php:421
-msgid "Download Addon Repo"
-msgstr "Descargar el repositorio"
+#: ../../Zotlabs/Module/Manage.php:163
+msgid "Current Channel"
+msgstr "Canal actual"
-#: ../../Zotlabs/Module/Admin/Addons.php:428
-msgid "Install new repo"
-msgstr "Instalar un nuevo repositorio"
+#: ../../Zotlabs/Module/Manage.php:165
+msgid "Switch to one of your channels by selecting it."
+msgstr "Cambiar a uno de sus canales seleccionándolo."
-#: ../../Zotlabs/Module/Admin/Addons.php:429 ../../Zotlabs/Lib/Apps.php:546
-msgid "Install"
-msgstr "Instalar"
+#: ../../Zotlabs/Module/Manage.php:166
+msgid "Default Channel"
+msgstr "Canal principal"
-#: ../../Zotlabs/Module/Admin/Addons.php:452
-msgid "Manage Repos"
-msgstr "Gestionar los repositorios"
+#: ../../Zotlabs/Module/Manage.php:167
+msgid "Make Default"
+msgstr "Convertir en predeterminado"
-#: ../../Zotlabs/Module/Admin/Addons.php:453
-msgid "Installed Addon Repositories"
-msgstr "Repositorioe de addons instalados"
+#: ../../Zotlabs/Module/Manage.php:170
+#, php-format
+msgid "%d new introductions"
+msgstr "%d nuevas solicitudes de conexión"
-#: ../../Zotlabs/Module/Admin/Addons.php:454
-msgid "Install a New Addon Repository"
-msgstr "Instalar un nuevo repositorio de addons"
+#: ../../Zotlabs/Module/Manage.php:172
+msgid "Delegated Channel"
+msgstr "Canal delegado"
-#: ../../Zotlabs/Module/Admin/Addons.php:461
-msgid "Switch branch"
-msgstr "Cambiar la rama"
+#: ../../Zotlabs/Module/Email_resend.php:12
+#: ../../Zotlabs/Module/Email_validation.php:24
+msgid "Token verification failed."
+msgstr "Ha fallado el token de verificación."
-#: ../../Zotlabs/Module/Apps.php:51
-msgid "Installed Apps"
-msgstr "Apps instaladas"
+#: ../../Zotlabs/Module/Email_resend.php:30
+msgid "Email verification resent"
+msgstr "Reenvío del email de verificación"
-#: ../../Zotlabs/Module/Apps.php:54
-msgid "Manage Apps"
-msgstr "Administrar apps"
+#: ../../Zotlabs/Module/Email_resend.php:33
+msgid "Unable to resend email verification message."
+msgstr "No se puede reenviar el mensaje de verificación por correo electrónico."
-#: ../../Zotlabs/Module/Apps.php:55
-msgid "Create Custom App"
-msgstr "Crear una app personalizada"
+#: ../../Zotlabs/Module/Dreport.php:38
+msgid "Invalid message"
+msgstr "Mensaje no válido"
-#: ../../Zotlabs/Module/Achievements.php:38
-msgid "Some blurb about what to do when you're new here"
-msgstr "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquí"
+#: ../../Zotlabs/Module/Dreport.php:68
+msgid "no results"
+msgstr "sin resultados"
-#: ../../Zotlabs/Module/Removeme.php:35
-msgid ""
-"Channel removals are not allowed within 48 hours of changing the account "
-"password."
-msgstr "La eliminación de canales no está permitida hasta pasadas 48 horas desde el último cambio de contraseña."
+#: ../../Zotlabs/Module/Dreport.php:82
+msgid "channel sync processed"
+msgstr "se ha realizado la sincronización del canal"
-#: ../../Zotlabs/Module/Removeme.php:60 ../../Zotlabs/Module/Removeme.php:64
-#: ../../Zotlabs/Module/Settings/Channel.php:282
-msgid "Remove Channel"
-msgstr "Eliminar el canal"
+#: ../../Zotlabs/Module/Dreport.php:86
+msgid "queued"
+msgstr "encolado"
-#: ../../Zotlabs/Module/Removeme.php:61
-#: ../../Zotlabs/Module/Removeaccount.php:58
-#: ../../Zotlabs/Module/Changeaddr.php:78
-msgid "WARNING: "
-msgstr "ATENCIÓN:"
+#: ../../Zotlabs/Module/Dreport.php:90
+msgid "posted"
+msgstr "enviado"
-#: ../../Zotlabs/Module/Removeme.php:61
-msgid "This channel will be permanently removed. "
-msgstr "Este canal será eliminado permanentemente. "
+#: ../../Zotlabs/Module/Dreport.php:94
+msgid "accepted for delivery"
+msgstr "aceptado para el envío"
-#: ../../Zotlabs/Module/Removeme.php:61
-msgid "This action can not be undone!"
-msgstr "¡Esta acción no se puede deshacer!"
+#: ../../Zotlabs/Module/Dreport.php:98
+msgid "updated"
+msgstr "actualizado"
-#: ../../Zotlabs/Module/Removeme.php:62
-#: ../../Zotlabs/Module/Removeaccount.php:59
-#: ../../Zotlabs/Module/Changeaddr.php:79
-msgid "Please enter your password for verification:"
-msgstr "Por favor, introduzca su contraseña para su verificación:"
+#: ../../Zotlabs/Module/Dreport.php:102
+msgid "update ignored"
+msgstr "actualización ignorada"
-#: ../../Zotlabs/Module/Regate.php:84
-msgid "Email resent"
-msgstr "Correo electrónico reenviado"
+#: ../../Zotlabs/Module/Dreport.php:105
+msgid "permission denied"
+msgstr "permiso denegado"
-#: ../../Zotlabs/Module/Regate.php:84
-msgid "Email resend failed"
-msgstr "Fallo en el reenvío del correo electrónico"
+#: ../../Zotlabs/Module/Dreport.php:109
+msgid "recipient not found"
+msgstr "destinatario no encontrado"
-#: ../../Zotlabs/Module/Regate.php:109
-msgid "Verification successful"
-msgstr "¡Verificación exitosa!"
+#: ../../Zotlabs/Module/Dreport.php:129
+#, php-format
+msgid "Delivery report for %1$s"
+msgstr "Informe de entrega para %1$s"
-#: ../../Zotlabs/Module/Regate.php:153
-msgid "Account successfull created"
-msgstr "Cuenta creada con éxito"
+#: ../../Zotlabs/Module/Dreport.php:134
+msgid "Redeliver"
+msgstr "Volver a enviar"
-#: ../../Zotlabs/Module/Regate.php:211
-msgid "Channel successfull created"
-msgstr "Canal creado con éxito"
+#: ../../Zotlabs/Module/Poke.php:182
+msgid "Poke somebody"
+msgstr "Dar un toque a alguien"
-#: ../../Zotlabs/Module/Regate.php:217
-msgid "Automatic channel creation failed. Please create a channel."
-msgstr "La creación automática de canales ha fallado. Por favor, cree un canal."
+#: ../../Zotlabs/Module/Poke.php:186
+msgid "Poke or ping somebody"
+msgstr "Dar un toque o hacer ping a alguien"
-#: ../../Zotlabs/Module/Regate.php:229
-msgid "Account creation error"
-msgstr "Error en la creación de la cuenta"
+#: ../../Zotlabs/Module/Poke.php:193
+msgid "Recipient"
+msgstr "Destinatario"
-#: ../../Zotlabs/Module/Regate.php:241
-msgid "Verify failed"
-msgstr "Verificación fallida"
+#: ../../Zotlabs/Module/Poke.php:194
+msgid "Choose action"
+msgstr "Elegir una acción"
-#: ../../Zotlabs/Module/Regate.php:246
-msgid "Token verification failed"
-msgstr "Ha fallado el token de verificación."
+#: ../../Zotlabs/Module/Poke.php:197 ../../Zotlabs/Module/Poke.php:198
+msgid "Make this post private"
+msgstr "Convertir en privado este envío"
-#: ../../Zotlabs/Module/Regate.php:251
-msgid "Request not inside time frame"
-msgstr "Solicitud fuera de plazo"
+#: ../../Zotlabs/Module/Chatsvc.php:131
+msgid "Away"
+msgstr "Ausente"
-#: ../../Zotlabs/Module/Regate.php:257 ../../Zotlabs/Module/Regate.php:287
-msgid "Identity unknown"
-msgstr "Identidad desconocida"
+#: ../../Zotlabs/Module/Chatsvc.php:136
+msgid "Online"
+msgstr "Conectado/a"
-#: ../../Zotlabs/Module/Regate.php:263
-msgid "dId2 mistaken"
-msgstr "did2 equivocado/a"
+#: ../../Zotlabs/Module/Subthread.php:128
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s está siguiendo %3$s de %2$s"
-#: ../../Zotlabs/Module/Regate.php:291
-msgid "Your Registration ID"
-msgstr "Su ID de registro"
+#: ../../Zotlabs/Module/Subthread.php:130
+#, php-format
+msgid "%1$s stopped following %2$s's %3$s"
+msgstr "%1$s ha dejado de seguir %3$s de %2$s"
-#: ../../Zotlabs/Module/Regate.php:304 ../../Zotlabs/Module/Regate.php:396
-#: ../../Zotlabs/Module/Regate.php:428
-msgid "Registration verification"
-msgstr "Verificación del registro"
+#: ../../Zotlabs/Module/Cal.php:62
+msgid "Permissions denied."
+msgstr "Permisos denegados."
-#: ../../Zotlabs/Module/Regate.php:311 ../../Zotlabs/Module/Regate.php:433
-msgid "Hold on, you can start verification in"
-msgstr "Espere, puede empezar la verificación en "
+#: ../../Zotlabs/Module/Cal.php:161
+#: ../../Zotlabs/Module/Channel_calendar.php:392
+#: ../../Zotlabs/Module/Cdav.php:935
+msgid "Link to source"
+msgstr "Enlace a la fuente"
-#: ../../Zotlabs/Module/Regate.php:312
-msgid "Please remember your verification token for ID"
-msgstr "Por favor, recuerde su token de verificación para la identificación"
+#: ../../Zotlabs/Module/Cal.php:199 ../../Zotlabs/Module/Photos.php:946
+#: ../../Zotlabs/Module/Cdav.php:1026
+msgid "Previous"
+msgstr "Anterior"
-#: ../../Zotlabs/Module/Regate.php:314
-msgid "Token validity"
-msgstr "Validez del token"
+#: ../../Zotlabs/Module/Cal.php:200 ../../Zotlabs/Module/Photos.php:955
+#: ../../Zotlabs/Module/Setup.php:272 ../../Zotlabs/Module/Cdav.php:1027
+msgid "Next"
+msgstr "Siguiente"
-#: ../../Zotlabs/Module/Regate.php:350
-msgid "Resend email"
-msgstr "Reenvío de correo electrónico"
+#: ../../Zotlabs/Module/Cal.php:201 ../../Zotlabs/Module/Cdav.php:1028
+msgid "Today"
+msgstr "Hoy"
-#: ../../Zotlabs/Module/Regate.php:355
-msgid "Registration status"
-msgstr "Estado del registro"
+#: ../../Zotlabs/Module/Bookmarks.php:62
+msgid "Bookmark added"
+msgstr "Marcador añadido"
-#: ../../Zotlabs/Module/Regate.php:358
-msgid "Verification successful!"
-msgstr "¡Verificación exitosa!"
+#: ../../Zotlabs/Module/Bookmarks.php:101
+msgid "My Connections Bookmarks"
+msgstr "Marcadores de mis conexiones"
-#: ../../Zotlabs/Module/Regate.php:359
-msgid "Your login ID is"
-msgstr "Su ID de acceso es"
+#: ../../Zotlabs/Module/Affinity.php:35
+msgid "Affinity Tool settings updated."
+msgstr "Actualización de los ajustes de Affinity Tool."
-#: ../../Zotlabs/Module/Regate.php:360
+#: ../../Zotlabs/Module/Affinity.php:54
msgid ""
-"After your account has been approved by our administrator you will be able "
-"to login with your login ID and your provided password."
-msgstr "Una vez que su cuenta haya sido aprobada por nuestro administrador, podrá iniciar sesión con su ID de acceso y la contraseña proporcionada."
-
-#: ../../Zotlabs/Module/Regate.php:372
-msgid "Registration request revoked"
-msgstr "Solicitud de registro anulada"
-
-#: ../../Zotlabs/Module/Regate.php:373
-msgid "Sorry for any inconvience. Thank you for your response."
-msgstr "Disculpe las molestias. Gracias por su respuesta."
-
-#: ../../Zotlabs/Module/Regate.php:397
-msgid "Please enter your verification token for ID"
-msgstr "Por favor, introduzca su token de verificación para la identificación"
-
-#: ../../Zotlabs/Module/Regate.php:398 ../../Zotlabs/Module/Regate.php:425
-msgid "Please check your email!"
-msgstr "¡Por favor, compruebe su correo electrónico!"
+"The numbers below represent the minimum and maximum slider default positions"
+" for your network/stream page as a percentage."
+msgstr "Los números que aparecen a continuación representan las posiciones predeterminadas mínimas y máximas de los controles deslizantes para su red/stream en forma de porcentaje."
-#: ../../Zotlabs/Module/Regate.php:408
-msgid "Verification token"
-msgstr "Token de verificación "
+#: ../../Zotlabs/Module/Affinity.php:61
+msgid "Default maximum affinity level"
+msgstr "Nivel máximo de afinidad por defecto"
-#: ../../Zotlabs/Module/Regate.php:419
-msgid "ID expired"
-msgstr "ID caducada"
+#: ../../Zotlabs/Module/Affinity.php:61
+msgid "0-99 default 99"
+msgstr "0-99 por defecto 99"
-#: ../../Zotlabs/Module/Regate.php:434
-msgid "You will require the verification token for ID"
-msgstr "Necesitará el token de verificación para identificarse"
+#: ../../Zotlabs/Module/Affinity.php:67
+msgid "Default minimum affinity level"
+msgstr "Nivel mínimo de afinidad por defecto"
-#: ../../Zotlabs/Module/Regate.php:443
-msgid "Unknown or expired ID"
-msgstr "ID desconocida o caducada"
+#: ../../Zotlabs/Module/Affinity.php:67
+msgid "0-99 - default 0"
+msgstr "0-99 - por defecto 0"
-#: ../../Zotlabs/Module/Regate.php:454
-msgid "dId2 malformed"
-msgstr "did2 malformado/a"
+#: ../../Zotlabs/Module/Affinity.php:73
+msgid "Persistent affinity levels"
+msgstr "Niveles de afinidad persistentes"
-#: ../../Zotlabs/Module/Manage.php:130
-#: ../../Zotlabs/Module/New_channel.php:147
-#, php-format
-msgid "You have created %1$.0f of %2$.0f allowed channels."
-msgstr "Ha creado %1$.0f de %2$.0f canales permitidos."
+#: ../../Zotlabs/Module/Affinity.php:73
+msgid ""
+"If disabled the max and min levels will be reset to default after page "
+"reload"
+msgstr "Si está desactivado, los niveles máximo y mínimo se restablecerán a los valores predeterminados después de recargar la página."
-#: ../../Zotlabs/Module/Manage.php:137
-msgid "Create a new channel"
-msgstr "Crear un nuevo canal"
+#: ../../Zotlabs/Module/Affinity.php:81
+msgid "Affinity Tool Settings"
+msgstr "Ajustes de Affinity Tool"
-#: ../../Zotlabs/Module/Manage.php:163
-msgid "Current Channel"
-msgstr "Canal actual"
+#: ../../Zotlabs/Module/Admin.php:96
+msgid "Blocked accounts"
+msgstr "Cuentas bloqueadas"
-#: ../../Zotlabs/Module/Manage.php:165
-msgid "Switch to one of your channels by selecting it."
-msgstr "Cambiar a uno de sus canales seleccionándolo."
+#: ../../Zotlabs/Module/Admin.php:97
+msgid "Expired accounts"
+msgstr "Cuentas caducadas"
-#: ../../Zotlabs/Module/Manage.php:166
-msgid "Default Channel"
-msgstr "Canal principal"
+#: ../../Zotlabs/Module/Admin.php:98
+msgid "Expiring accounts"
+msgstr "Cuentas que caducan"
-#: ../../Zotlabs/Module/Manage.php:167
-msgid "Make Default"
-msgstr "Convertir en predeterminado"
+#: ../../Zotlabs/Module/Admin.php:122
+msgid "Message queues"
+msgstr "Mensajes en cola"
-#: ../../Zotlabs/Module/Manage.php:170
-#, php-format
-msgid "%d new introductions"
-msgstr "%d nuevas solicitudes de conexión"
+#: ../../Zotlabs/Module/Admin.php:136
+msgid "Your software should be updated"
+msgstr "Debe actualizar su software"
-#: ../../Zotlabs/Module/Manage.php:172
-msgid "Delegated Channel"
-msgstr "Canal delegado"
+#: ../../Zotlabs/Module/Admin.php:141
+msgid "Summary"
+msgstr "Sumario"
-#: ../../Zotlabs/Module/Pdledit_gui.php:119
-msgid "Layout not found"
-msgstr "Diseño no encontrado"
+#: ../../Zotlabs/Module/Admin.php:144
+msgid "Registered accounts"
+msgstr "Cuentas registradas"
-#: ../../Zotlabs/Module/Pdledit_gui.php:127
-msgid "This template does not support pdledi_gui (no content regions defined)"
-msgstr "Esta plantilla no es compatible con pdledi_gui (no hay regiones de contenido definidas)"
+#: ../../Zotlabs/Module/Admin.php:145
+msgid "Pending registrations"
+msgstr "Registros pendientes"
-#: ../../Zotlabs/Module/Pdledit_gui.php:403
-msgid "Main page content"
-msgstr "Contenido de la página principal"
+#: ../../Zotlabs/Module/Admin.php:146
+msgid "Registered channels"
+msgstr "Canales registrados"
-#: ../../Zotlabs/Module/Pdledit_gui.php:404
-msgid "The main page content can not be edited!"
-msgstr "El contenido de la página principal no se puede editar."
+#: ../../Zotlabs/Module/Admin.php:147
+msgid "Active addons"
+msgstr "Addons acivos"
-#: ../../Zotlabs/Module/Chanview.php:132
-msgid "toggle full screen mode"
-msgstr "cambiar al modo de pantalla completa"
+#: ../../Zotlabs/Module/Admin.php:148
+msgid "Version"
+msgstr "Versión"
-#: ../../Zotlabs/Module/Chatsvc.php:131
-msgid "Away"
-msgstr "Ausente"
+#: ../../Zotlabs/Module/Admin.php:149
+msgid "Repository version (master)"
+msgstr "Versión del repositorio (master)"
-#: ../../Zotlabs/Module/Chatsvc.php:136
-msgid "Online"
-msgstr "Conectado/a"
+#: ../../Zotlabs/Module/Admin.php:150
+msgid "Repository version (dev)"
+msgstr "Versión del repositorio (dev)"
#: ../../Zotlabs/Module/Permcats.php:59
msgid "Contact role deleted."
@@ -11489,10 +12653,6 @@ msgstr "Todos mis contactos"
msgid "Automatically assign this role to new contacts"
msgstr "Asignar automáticamente este rol a los nuevos contactos"
-#: ../../Zotlabs/Module/Permcats.php:248 ../../Zotlabs/Lib/Apps.php:379
-msgid "Contact Roles"
-msgstr "Roles de contacto"
-
#: ../../Zotlabs/Module/Permcats.php:249
msgid "Role name"
msgstr "Nombre del rol "
@@ -11505,11 +12665,6 @@ msgstr "Rol de sistema - no editable"
msgid "Deleting"
msgstr "Eliminación"
-#: ../../Zotlabs/Module/Permcats.php:253 ../../Zotlabs/Module/Defperms.php:261
-#: ../../Zotlabs/Module/Connedit.php:713
-msgid "inherited"
-msgstr "heredado"
-
#: ../../Zotlabs/Module/Permcats.php:255
msgid "Role Permissions"
msgstr "Permisos de rol"
@@ -11520,251 +12675,235 @@ msgid ""
"role</a>, which have higher priority than contact role settings."
msgstr "Algunos permisos pueden ser heredados de su <a href=\"settings\">rol de canal</a>, que tienen mayor prioridad que la configuración del rol de contacto."
-#: ../../Zotlabs/Module/Email_resend.php:12
-#: ../../Zotlabs/Module/Email_validation.php:24
-msgid "Token verification failed."
-msgstr "Ha fallado el token de verificación."
-
-#: ../../Zotlabs/Module/Email_resend.php:30
-msgid "Email verification resent"
-msgstr "Reenvío del email de verificación"
-
-#: ../../Zotlabs/Module/Email_resend.php:33
-msgid "Unable to resend email verification message."
-msgstr "No se puede reenviar el mensaje de verificación por correo electrónico."
+#: ../../Zotlabs/Module/Attach_edit.php:118
+msgid "Can not copy folder into itself."
+msgstr "No se puede copiar la carpeta en sí misma."
-#: ../../Zotlabs/Module/Cal.php:62
-msgid "Permissions denied."
-msgstr "Permisos denegados."
+#: ../../Zotlabs/Module/Attach_edit.php:131
+#, php-format
+msgid "Can not move folder \"%s\" into itself."
+msgstr "No se puede mover la carpeta\"%s\" en sí misma."
-#: ../../Zotlabs/Module/Viewsrc.php:43
-msgid "item"
-msgstr "elemento"
+#: ../../Zotlabs/Module/Xchan.php:10
+msgid "Xchan Lookup"
+msgstr "Búsqueda de canales"
-#: ../../Zotlabs/Module/Apporder.php:47
-msgid "Change Order of Pinned Navbar Apps"
-msgstr "Cambiar el orden de las aplicaciones fijas en la barra de navegación"
+#: ../../Zotlabs/Module/Xchan.php:13
+msgid "Lookup xchan beginning with (or webbie): "
+msgstr "Buscar un canal (o un \"webbie\") que comience por:"
-#: ../../Zotlabs/Module/Apporder.php:47
-msgid "Change Order of App Tray Apps"
-msgstr "Cambiar el orden de las aplicaciones de la bandeja de aplicaciones"
+#: ../../Zotlabs/Module/Group.php:47
+msgid "Privacy group created."
+msgstr "El grupo de canales ha sido creado."
-#: ../../Zotlabs/Module/Apporder.php:48
-msgid ""
-"Use arrows to move the corresponding app left (top) or right (bottom) in the"
-" navbar"
-msgstr "Use las flechas para mover la aplicación correspondiente a la izquierda (arriba) o derecha (abajo) en la barra de navegación."
+#: ../../Zotlabs/Module/Group.php:50
+msgid "Could not create privacy group."
+msgstr "No se puede crear el grupo de canales"
-#: ../../Zotlabs/Module/Apporder.php:48
-msgid "Use arrows to move the corresponding app up or down in the app tray"
-msgstr "Use las flechas para mover la aplicación correspondiente hacia arriba o hacia abajo en la bandeja de aplicaciones."
+#: ../../Zotlabs/Module/Group.php:82
+msgid "Privacy group updated."
+msgstr "Grupo de canales actualizado."
-#: ../../Zotlabs/Module/Oexchange.php:27
-msgid "Unable to find your hub."
-msgstr "No se puede encontrar su servidor."
+#: ../../Zotlabs/Module/Group.php:137 ../../Zotlabs/Module/Group.php:301
+msgid "Post to this group by default"
+msgstr "Publicar en este grupo por defecto"
-#: ../../Zotlabs/Module/Oexchange.php:41
-msgid "Post successful."
-msgstr "Enviado con éxito."
+#: ../../Zotlabs/Module/Group.php:138 ../../Zotlabs/Module/Group.php:302
+msgid "Add new contacts to this group by default"
+msgstr "Añadir nuevos contactos a este grupo por defecto"
-#: ../../Zotlabs/Module/Moderate.php:70
-msgid "Item approved"
-msgstr "Elemento aprobado"
+#: ../../Zotlabs/Module/Group.php:146
+msgid "Privacy group name"
+msgstr "Nombre del grupo"
-#: ../../Zotlabs/Module/Removeaccount.php:35
-msgid ""
-"Account removals are not allowed within 48 hours of changing the account "
-"password."
-msgstr "La eliminación de cuentas no está permitida hasta después de que hayan transcurrido 48 horas desde el último cambio de contraseña."
+#: ../../Zotlabs/Module/Group.php:147 ../../Zotlabs/Module/Group.php:249
+msgid "Members are visible to other channels"
+msgstr "Los miembros son visibles para otros canales"
-#: ../../Zotlabs/Module/Removeaccount.php:57
-msgid "Remove This Account"
-msgstr "Eliminar esta cuenta"
+#: ../../Zotlabs/Module/Group.php:175
+msgid "Privacy group removed."
+msgstr "Grupo de canales eliminado."
-#: ../../Zotlabs/Module/Removeaccount.php:58
-msgid ""
-"This account and all its channels will be completely removed from the "
-"network. "
-msgstr "Esta cuenta y todos sus canales van a ser eliminados de la red."
+#: ../../Zotlabs/Module/Group.php:178
+msgid "Unable to remove privacy group."
+msgstr "No se puede eliminar el grupo de canales."
-#: ../../Zotlabs/Module/Removeaccount.php:58
-msgid "This action is permanent and can not be undone!"
-msgstr "¡Esta acción tiene carácter definitivo y no se puede deshacer!"
+#: ../../Zotlabs/Module/Group.php:244
+#, php-format
+msgid "Privacy Group: %s"
+msgstr "Grupo privado %s"
-#: ../../Zotlabs/Module/Removeaccount.php:61
-#: ../../Zotlabs/Module/Settings/Account.php:111
-msgid "Remove Account"
-msgstr "Eliminar cuenta"
+#: ../../Zotlabs/Module/Group.php:246
+msgid "Privacy group name: "
+msgstr "Nombre del grupo de canales:"
-#: ../../Zotlabs/Module/Lang.php:20
-msgid "Language App"
-msgstr "App idioma"
+#: ../../Zotlabs/Module/Group.php:262
+msgid "Group members"
+msgstr "Miembros del grupo"
-#: ../../Zotlabs/Module/Uexport.php:108
-msgid "No content available for year"
-msgstr "No hay contenido disponible para el año"
+#: ../../Zotlabs/Module/Group.php:264
+msgid "Not in this group"
+msgstr "No en este grupo"
-#: ../../Zotlabs/Module/Uexport.php:171
-msgid "Export Channel"
-msgstr "Exportar el canal"
+#: ../../Zotlabs/Module/Group.php:296
+msgid "Click a channel to toggle membership"
+msgstr "Haga clic en un canal para cambiar los miembros"
-#: ../../Zotlabs/Module/Uexport.php:173
-msgid "Export channel"
-msgstr "Exportar canal"
+#: ../../Zotlabs/Module/Help.php:25
+msgid "Documentation Search"
+msgstr "Búsqueda de Documentación"
-#: ../../Zotlabs/Module/Uexport.php:174
-msgid ""
-"This will export your identity and social graph into a file which can be "
-"used to import your channel to a new hub."
-msgstr "Esto exportará su identidad y su gráfico social a un archivo que puede utilizarse para importar su canal a un nuevo hub."
+#: ../../Zotlabs/Module/Help.php:86
+msgid "Members"
+msgstr "Miembros"
-#: ../../Zotlabs/Module/Uexport.php:177
-msgid "Export content"
-msgstr "Exportar contenidos"
+#: ../../Zotlabs/Module/Help.php:87
+msgid "Administrators"
+msgstr "Administradores"
-#: ../../Zotlabs/Module/Uexport.php:178
-msgid ""
-"This will export your posts, direct messages, articles and cards per month "
-"stored into a zip file per year. Months with no posts will be dismissed."
-msgstr "Esto exportará sus posts, mensajes directos, artículos y fichas por mes almacenados en un archivo zip por año. Los meses sin publicaciones serán descartados."
+#: ../../Zotlabs/Module/Help.php:88
+msgid "Developers"
+msgstr "Desarrolladores"
-#: ../../Zotlabs/Module/Uexport.php:180
-msgid "Export wikis"
-msgstr "Exportar wikis"
+#: ../../Zotlabs/Module/Help.php:89
+msgid "Tutorials"
+msgstr "Tutoriales"
-#: ../../Zotlabs/Module/Uexport.php:181
-msgid "This will export your wikis and wiki pages."
-msgstr "Esto exportará sus wikis y páginas wiki."
+#: ../../Zotlabs/Module/Help.php:101
+msgid "$Projectname Documentation"
+msgstr "Documentación de $Projectname"
-#: ../../Zotlabs/Module/Uexport.php:183
-msgid "Export webpages"
-msgstr "Exportar páginas web"
+#: ../../Zotlabs/Module/Help.php:102
+msgid "Contents"
+msgstr "Contenidos"
-#: ../../Zotlabs/Module/Uexport.php:184
-msgid "This will export your webpages and menus."
-msgstr "Esto exportará sus páginas web y menús."
+#: ../../Zotlabs/Module/Tagger.php:50
+msgid "Post not found."
+msgstr "Mensaje no encontrado."
-#: ../../Zotlabs/Module/Uexport.php:186
-msgid "Export channel calendar"
-msgstr "Exportar el calendario del canal"
+#: ../../Zotlabs/Module/Tagger.php:121
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s ha etiquetado %3$s de %2$s con %4$s"
-#: ../../Zotlabs/Module/Uexport.php:187
-msgid ""
-"This will export your channel calendar events and associated items. CalDAV "
-"calendars are not included."
-msgstr "Esto exportará los eventos del calendario de su canal y los elementos asociados. Los calendarios CalDAV no están incluidos."
+#: ../../Zotlabs/Module/Invite.php:69
+msgid "Invite App"
+msgstr "Solicitar una app"
-#: ../../Zotlabs/Module/Uexport.php:189
-msgid "Export chatrooms"
-msgstr "Exportar salas de chat"
+#: ../../Zotlabs/Module/Invite.php:81
+msgid "Register is closed"
+msgstr "El registro está cerrado"
-#: ../../Zotlabs/Module/Uexport.php:190
-msgid "This will export your chatrooms. Chat history is dismissed."
-msgstr "Esto exportará sus chats. Se descarta el historial de chats."
+#: ../../Zotlabs/Module/Invite.php:115 ../../Zotlabs/Module/Invite.php:562
+msgid "Note, the invitation code is valid up to"
+msgstr "Tenga en cuenta que el código de invitación es válido hasta "
-#: ../../Zotlabs/Module/Uexport.php:192
+#: ../../Zotlabs/Module/Invite.php:128
#, php-format
-msgid ""
-"This export can be imported or restored by visiting <a "
-"href=\"%1$s\">%2$s</a> on any site containing your channel."
-msgstr "Esta exportación puede ser importada o restaurada visitando <a href=\"%1$s\">%2$s</a> cualquier sitio que contenga su canal."
+msgid "Too many recipients for one invitation (max %d)"
+msgstr "Demasiados destinatarios para una invitación (máx %d)"
-#: ../../Zotlabs/Module/Display.php:341
-msgid "Article"
-msgstr "Artículo"
+#: ../../Zotlabs/Module/Invite.php:132
+msgid "No recipients for this invitation"
+msgstr "No hay destinatarios para esta invitación"
-#: ../../Zotlabs/Module/Display.php:385
-msgid "Item has been removed."
-msgstr "Se ha eliminado el elemento."
+#: ../../Zotlabs/Module/Invite.php:151
+#, php-format
+msgid "(%s) : Not a real email address"
+msgstr "(%s) : No es una dirección de correo electrónica real"
-#: ../../Zotlabs/Module/Common.php:14
-msgid "No channel."
-msgstr "Ningún canal."
+#: ../../Zotlabs/Module/Invite.php:158
+#, php-format
+msgid "(%s) : Not allowed email address"
+msgstr "(%s) : Dirección de correo electrónico no permitida"
-#: ../../Zotlabs/Module/Common.php:45
-msgid "No connections in common."
-msgstr "Ninguna conexión en común."
+#: ../../Zotlabs/Module/Invite.php:171
+#, php-format
+msgid "(%s) : email address already in use"
+msgstr "(%s) : La dirección de correo electrónico ya está en uso"
-#: ../../Zotlabs/Module/Common.php:65
-msgid "View Common Connections"
-msgstr "Ver las conexiones comunes"
+#: ../../Zotlabs/Module/Invite.php:178
+#, php-format
+msgid "(%s) : Accepted email address"
+msgstr "(%s) : Dirección de correo electrónico aceptada"
-#: ../../Zotlabs/Module/Impel.php:188
+#: ../../Zotlabs/Module/Invite.php:270
#, php-format
-msgid "%s element installed"
-msgstr "%s elemento instalado"
+msgid "To %s : Message delivery success."
+msgstr "To %s : Entrega exitosa del mensaje."
-#: ../../Zotlabs/Module/Impel.php:191
+#: ../../Zotlabs/Module/Invite.php:302
#, php-format
-msgid "%s element installation failed"
-msgstr "Elemento con instalación fallida: %s"
+msgid "%1$d mail(s) sent, %2$d mail error(s)"
+msgstr "%1$d correo(s) enviado, %2$d error(es) de correo"
-#: ../../Zotlabs/Module/New_channel.php:159
-msgid "Your real name is recommended."
-msgstr "Se recomienda su nombre real."
+#: ../../Zotlabs/Module/Invite.php:327
+msgid "Invites not proposed by configuration"
+msgstr "Invitaciones no propuestas por la configuración"
-#: ../../Zotlabs/Module/New_channel.php:160
-msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\""
-msgstr "Ejemplos: \"Juan García\", \"Luisa y sus caballos\", \"Fútbol\", \"Grupo de aviación\""
+#: ../../Zotlabs/Module/Invite.php:328
+msgid "Contact the site admin"
+msgstr "Contactar con el administrador del sitio"
-#: ../../Zotlabs/Module/New_channel.php:165
-msgid ""
-"This will be used to create a unique network address (like an email "
-"address)."
-msgstr "Esto se utilizará para crear una dirección de red única (como una dirección de correo electrónico)."
+#: ../../Zotlabs/Module/Invite.php:344
+msgid "Invites by users not enabled"
+msgstr "Invitaciones de usuarios no habilitadas"
-#: ../../Zotlabs/Module/New_channel.php:167
-msgid "Allowed characters are a-z 0-9, - and _"
-msgstr "Los caracteres permitidos son a-z 0-9, - and _"
+#: ../../Zotlabs/Module/Invite.php:349
+msgid "You have no more invitations available"
+msgstr "No tiene más invitaciones disponibles"
-#: ../../Zotlabs/Module/New_channel.php:175
-msgid "Channel name"
-msgstr "Nombre del canal"
+#: ../../Zotlabs/Module/Invite.php:365
+msgid "Not on xchan"
+msgstr "No en xchan"
-#: ../../Zotlabs/Module/New_channel.php:178
-#: ../../Zotlabs/Module/Settings/Channel.php:233
-msgid "Channel role"
-msgstr "Rol del canal"
+#: ../../Zotlabs/Module/Invite.php:398
+msgid "All users invitation limit exceeded."
+msgstr "Se ha superado el límite de invitaciones a todos los usuarios."
-#: ../../Zotlabs/Module/New_channel.php:181
-msgid "Create a Channel"
-msgstr "Crear un canal"
+#: ../../Zotlabs/Module/Invite.php:416
+msgid "Invitation expires after"
+msgstr "La invitación expira después de "
-#: ../../Zotlabs/Module/New_channel.php:182
-msgid ""
-"A channel is a unique network identity. It can represent a person (social "
-"network profile), a forum (group), a business or celebrity page, a newsfeed,"
-" and many other things."
-msgstr "Un canal es una identidad única en la red. Puede representar a una persona (un perfil de una red social), un foro o grupo, un negocio o una página de una celebridad, un \"feed\" de noticias, y muchas otras cosas."
+#: ../../Zotlabs/Module/Invite.php:517 ../../Zotlabs/Module/Invite.php:556
+msgid "Invitation"
+msgstr "Invitación"
-#: ../../Zotlabs/Module/New_channel.php:183
-msgid ""
-"or <a href=\"import\">import an existing channel</a> from another location."
-msgstr "O <a href=\"import\">importar un canal </a> desde otro lugar."
+#: ../../Zotlabs/Module/Invite.php:547
+msgid "Send invitations"
+msgstr "Enviar invitaciones"
-#: ../../Zotlabs/Module/New_channel.php:188
-msgid "Validate"
-msgstr "Validar"
+#: ../../Zotlabs/Module/Invite.php:548
+msgid "Invitations I am using"
+msgstr "Invitaciones que estoy utilizando "
-#: ../../Zotlabs/Module/Dircensor.php:61
-msgid "Entry censored"
-msgstr "Entrada censurada"
+#: ../../Zotlabs/Module/Invite.php:549
+msgid "Invitations we are using"
+msgstr "Invitaciones que usamos "
-#: ../../Zotlabs/Module/Dircensor.php:64
-msgid "Entry OK"
-msgstr "Entrada OK"
+#: ../../Zotlabs/Module/Invite.php:550
+msgid "§ Note, the email(s) sent will be recorded in the system logs"
+msgstr "§ Nota: el/los correo(s) electrónicos enviados quedarán registrados en los registros del sistema"
-#: ../../Zotlabs/Module/Service_limits.php:23
-msgid "No service class restrictions found."
-msgstr "No se han encontrado restricciones sobre esta clase de servicio."
+#: ../../Zotlabs/Module/Invite.php:551
+msgid "Enter email addresses, one per line:"
+msgstr "Introduzca las direcciones de correo electrónico, una por línea:"
-#: ../../Zotlabs/Module/Mood.php:152 ../../Zotlabs/Lib/Apps.php:355
-msgid "Mood"
-msgstr "Estado de ánimo"
+#: ../../Zotlabs/Module/Invite.php:552
+msgid "Your message:"
+msgstr "Su mensaje:"
-#: ../../Zotlabs/Module/Mood.php:153
-msgid "Set your current mood and tell your friends"
-msgstr "Describir su estado de ánimo para comunicárselo a sus amigos"
+#: ../../Zotlabs/Module/Invite.php:553
+msgid "Invite template"
+msgstr "Plantilla de invitación"
+
+#: ../../Zotlabs/Module/Invite.php:555
+msgid "Subject:"
+msgstr "Asunto:"
+
+#: ../../Zotlabs/Module/Invite.php:561
+msgid "Here you may enter personal notes to the recipient(s)"
+msgstr "Aquí puede introducir notas personales para el/los destinatario(s)"
#: ../../Zotlabs/Module/Siteinfo.php:21
msgid "About this site"
@@ -11808,504 +12947,132 @@ msgstr "Página principal del proyecto"
msgid "Developer homepage"
msgstr "Página principal del desarrollador"
-#: ../../Zotlabs/Module/Appman.php:39 ../../Zotlabs/Module/Appman.php:56
-msgid "App installed."
-msgstr "Aplicación instalada."
-
-#: ../../Zotlabs/Module/Appman.php:49
-msgid "Malformed app."
-msgstr "Aplicación con errores"
-
-#: ../../Zotlabs/Module/Appman.php:198
-msgid "Embed code"
-msgstr "Código incorporado"
-
-#: ../../Zotlabs/Module/Appman.php:203
-msgid "Edit App"
-msgstr "Modificar la aplicación"
-
-#: ../../Zotlabs/Module/Appman.php:203
-msgid "Create App"
-msgstr "Crear una aplicación"
-
-#: ../../Zotlabs/Module/Appman.php:208
-msgid "Name of app"
-msgstr "Nombre de la aplicación"
-
-#: ../../Zotlabs/Module/Appman.php:209
-msgid "Location (URL) of app"
-msgstr "Dirección (URL) de la aplicación"
-
-#: ../../Zotlabs/Module/Appman.php:211
-msgid "Photo icon URL"
-msgstr "Dirección del icono"
-
-#: ../../Zotlabs/Module/Appman.php:211
-msgid "80 x 80 pixels - optional"
-msgstr "80 x 80 pixels - opcional"
-
-#: ../../Zotlabs/Module/Appman.php:212
-msgid "Categories (optional, comma separated list)"
-msgstr "Temas (opcional, lista separada por comas)"
-
-#: ../../Zotlabs/Module/Appman.php:213
-msgid "Version ID"
-msgstr "Versión"
-
-#: ../../Zotlabs/Module/Appman.php:214
-msgid "Price of app"
-msgstr "Precio de la aplicación"
-
-#: ../../Zotlabs/Module/Appman.php:215
-msgid "Location (URL) to purchase app"
-msgstr "Dirección (URL) donde adquirir la aplicación"
-
-#: ../../Zotlabs/Module/Admin.php:96
-msgid "Blocked accounts"
-msgstr "Cuentas bloqueadas"
-
-#: ../../Zotlabs/Module/Admin.php:97
-msgid "Expired accounts"
-msgstr "Cuentas caducadas"
-
-#: ../../Zotlabs/Module/Admin.php:98
-msgid "Expiring accounts"
-msgstr "Cuentas que caducan"
-
-#: ../../Zotlabs/Module/Admin.php:122
-msgid "Message queues"
-msgstr "Mensajes en cola"
-
-#: ../../Zotlabs/Module/Admin.php:136
-msgid "Your software should be updated"
-msgstr "Debe actualizar su software"
-
-#: ../../Zotlabs/Module/Admin.php:141
-msgid "Summary"
-msgstr "Sumario"
-
-#: ../../Zotlabs/Module/Admin.php:144
-msgid "Registered accounts"
-msgstr "Cuentas registradas"
-
-#: ../../Zotlabs/Module/Admin.php:145
-msgid "Pending registrations"
-msgstr "Registros pendientes"
-
-#: ../../Zotlabs/Module/Admin.php:146
-msgid "Registered channels"
-msgstr "Canales registrados"
-
-#: ../../Zotlabs/Module/Admin.php:147
-msgid "Active addons"
-msgstr "Addons acivos"
-
-#: ../../Zotlabs/Module/Admin.php:148
-msgid "Version"
-msgstr "Versión"
-
-#: ../../Zotlabs/Module/Admin.php:149
-msgid "Repository version (master)"
-msgstr "Versión del repositorio (master)"
-
-#: ../../Zotlabs/Module/Admin.php:150
-msgid "Repository version (dev)"
-msgstr "Versión del repositorio (dev)"
-
-#: ../../Zotlabs/Module/Contactedit.php:50
-msgid "Invalid abook_id"
-msgstr "Abook_id no válido"
-
-#: ../../Zotlabs/Module/Contactedit.php:78
-#: ../../Zotlabs/Module/Defperms.php:67 ../../Zotlabs/Module/Connedit.php:80
-msgid "Could not access contact record."
-msgstr "No se ha podido acceder al registro de contacto."
-
-#: ../../Zotlabs/Module/Contactedit.php:107
-#: ../../Zotlabs/Module/Connedit.php:101
-msgid "Could not locate selected profile."
-msgstr "No se ha podido localizar el perfil seleccionado."
-
-#: ../../Zotlabs/Module/Contactedit.php:192
-#: ../../Zotlabs/Module/Connedit.php:215
-msgid "is now connected to"
-msgstr "ahora está conectado/a"
-
-#: ../../Zotlabs/Module/Contactedit.php:252
-#: ../../Zotlabs/Module/Contactedit.php:401
-#: ../../Zotlabs/Module/Connedit.php:701
-msgid "Contact Tools"
-msgstr "Gestión de contactos"
-
-#: ../../Zotlabs/Module/Contactedit.php:329
-#: ../../Zotlabs/Module/Connedit.php:622
-msgid "Approve this contact"
-msgstr "Aprobar este contacto"
-
-#: ../../Zotlabs/Module/Contactedit.php:329
-#: ../../Zotlabs/Module/Connedit.php:622
-msgid "Accept contact to allow communication"
-msgstr "Aceptar el contacto para permitir la comunicación"
-
-#: ../../Zotlabs/Module/Contactedit.php:362
-#: ../../Zotlabs/Module/Connedit.php:658
-msgid "Please select a role for this contact!"
-msgstr "¡Por favor, seleccione un rol para este contacto!"
-
-#: ../../Zotlabs/Module/Contactedit.php:382
-#: ../../Zotlabs/Module/Connedit.php:678
-msgid "This contact is unreachable from this location."
-msgstr "Este contacto es inaccesible desde esta ubicación."
-
-#: ../../Zotlabs/Module/Contactedit.php:383
-#: ../../Zotlabs/Module/Connedit.php:679
-msgid "This contact may be unreachable from other channel locations."
-msgstr "Este contacto puede ser inaccesible desde otras ubicaciones del canal."
-
-#: ../../Zotlabs/Module/Contactedit.php:385
-#: ../../Zotlabs/Module/Connedit.php:681
-msgid "Location independence is not supported by their network."
-msgstr "La independencia de ubicación no es compatible con su red."
-
-#: ../../Zotlabs/Module/Contactedit.php:395
-msgid "View profile"
-msgstr "Ver el perfil"
-
-#: ../../Zotlabs/Module/Contactedit.php:397
-#: ../../Zotlabs/Module/Connections.php:414
-msgid "This is a group/forum channel"
-msgstr "Este es un canal de grupo/foro"
-
-#: ../../Zotlabs/Module/Contactedit.php:408
-msgid "Select a role for this contact"
-msgstr "Selecciones un rol para este contacto"
-
-#: ../../Zotlabs/Module/Contactedit.php:420
-#: ../../Zotlabs/Module/Connedit.php:703
-msgid "Slide to adjust your degree of friendship"
-msgstr "Deslizar para ajustar el grado de amistad"
-
-#: ../../Zotlabs/Module/Contactedit.php:422
-#: ../../Zotlabs/Module/Connedit.php:705
-msgid "Custom Filter"
-msgstr "Filtro personalizado"
-
-#: ../../Zotlabs/Module/Contactedit.php:423
-#: ../../Zotlabs/Module/Settings/Channel.php:286
-#: ../../Zotlabs/Module/Connedit.php:706
-msgid "Only import posts with this text"
-msgstr "Importar solo entradas que contengan este texto"
-
-#: ../../Zotlabs/Module/Contactedit.php:424
-#: ../../Zotlabs/Module/Settings/Channel.php:285
-#: ../../Zotlabs/Module/Connedit.php:707
-msgid "Do not import posts with this text"
-msgstr "No importar entradas que contengan este texto"
-
-#: ../../Zotlabs/Module/Contactedit.php:429
-#: ../../Zotlabs/Module/Connedit.php:714
-msgid "Approve contact"
-msgstr "Aprobar contacto"
-
-#: ../../Zotlabs/Module/Contactedit.php:431
-#: ../../Zotlabs/Module/Connedit.php:717
-msgid "Their"
-msgstr "Su"
-
-#: ../../Zotlabs/Module/Contactedit.php:432
-#: ../../Zotlabs/Module/Connedit.php:718
-msgid "My"
-msgstr "Mi"
-
-#: ../../Zotlabs/Module/Contactedit.php:440
-msgid "Roles"
-msgstr "Roles"
-
-#: ../../Zotlabs/Module/Contactedit.php:441
-msgid "Compare permissions"
-msgstr "Comparar permisos"
-
-#: ../../Zotlabs/Module/Contactedit.php:442
-msgid "Permission"
-msgstr "Permiso "
-
-#: ../../Zotlabs/Module/Contactedit.php:445
-#: ../../Zotlabs/Module/Connedit.php:572
-msgid "Affinity"
-msgstr "Afinidad"
-
-#: ../../Zotlabs/Module/Contactedit.php:446
-msgid "Content filter"
-msgstr "Filtro de contenidos"
-
-#: ../../Zotlabs/Module/Contactedit.php:456
-msgid "Contact updated"
-msgstr "Contacto actualizado"
-
-#: ../../Zotlabs/Module/Contactedit.php:456
-msgid "Contact update failed"
-msgstr "Fallo en la actualización del contacto"
-
-#: ../../Zotlabs/Module/Contactedit.php:462
-#: ../../Zotlabs/Module/Connections.php:357
-msgid "Approve connection"
-msgstr "Aprobar esta conexión"
-
-#: ../../Zotlabs/Module/Contactedit.php:508
-#: ../../Zotlabs/Module/Contactedit.php:518
-msgid "Refresh succeeded"
-msgstr "Actualización con éxito"
-
-#: ../../Zotlabs/Module/Contactedit.php:511
-msgid "Refresh failed - channel is currently unavailable"
-msgstr "Error de actualización: el canal no está disponible en este momento"
-
-#: ../../Zotlabs/Module/Contactedit.php:530
-msgid "Block status updated"
-msgstr "Estado del bloqueo actualizado"
-
-#: ../../Zotlabs/Module/Contactedit.php:534
-msgid "Block failed"
-msgstr "Bloqueo fallido"
-
-#: ../../Zotlabs/Module/Contactedit.php:545
-msgid "Ignore status updated"
-msgstr "Estado de ignorar actualizado"
-
-#: ../../Zotlabs/Module/Contactedit.php:549
-msgid "Ignore failed"
-msgstr "Ignorar falló"
-
-#: ../../Zotlabs/Module/Contactedit.php:560
-msgid "Archive status updated"
-msgstr "Estado de archivar actualizado"
-
-#: ../../Zotlabs/Module/Contactedit.php:564
-msgid "Archive failed"
-msgstr "Archivar falló"
-
-#: ../../Zotlabs/Module/Contactedit.php:575
-msgid "Hide status updated"
-msgstr "Estado de ocultación actualizado"
-
-#: ../../Zotlabs/Module/Contactedit.php:579
-msgid "Hide failed"
-msgstr "Ocultar falló"
-
-#: ../../Zotlabs/Module/Contactedit.php:614
-msgid "Contact removed"
-msgstr "Contacto eliminado"
-
-#: ../../Zotlabs/Module/Contactedit.php:618
-msgid "Delete failed"
-msgstr "Eliminar falló"
-
-#: ../../Zotlabs/Module/Contactedit.php:628
-#: ../../Zotlabs/Module/Connedit.php:487
-msgid "Refresh Permissions"
-msgstr "Recargar los permisos"
-
-#: ../../Zotlabs/Module/Contactedit.php:629
-#: ../../Zotlabs/Module/Connedit.php:490
-msgid "Fetch updated permissions"
-msgstr "Obtener los permisos actualizados"
-
-#: ../../Zotlabs/Module/Contactedit.php:633
-#: ../../Zotlabs/Module/Connedit.php:494
-msgid "Refresh Photo"
-msgstr "Actualizar la foto"
-
-#: ../../Zotlabs/Module/Contactedit.php:634
-#: ../../Zotlabs/Module/Connedit.php:497
-msgid "Fetch updated photo"
-msgstr "Obtener una foto actualizada"
-
-#: ../../Zotlabs/Module/Contactedit.php:641
-#: ../../Zotlabs/Module/Connedit.php:511
-msgid "Block (or Unblock) all communications with this connection"
-msgstr "Bloquear (o desbloquear) todas las comunicaciones con esta conexión"
-
-#: ../../Zotlabs/Module/Contactedit.php:642
-#: ../../Zotlabs/Module/Connedit.php:512
-msgid "This connection is blocked!"
-msgstr "¡Esta conexión está bloqueada!"
-
-#: ../../Zotlabs/Module/Contactedit.php:646
-#: ../../Zotlabs/Module/Connedit.php:516
-msgid "Unignore"
-msgstr "Dejar de ignorar"
-
-#: ../../Zotlabs/Module/Contactedit.php:646
-#: ../../Zotlabs/Module/Connections.php:360
-#: ../../Zotlabs/Module/Connedit.php:516
-msgid "Ignore"
-msgstr "Ignorar"
-
-#: ../../Zotlabs/Module/Contactedit.php:648
-#: ../../Zotlabs/Module/Connedit.php:519
-msgid "Ignore (or Unignore) all inbound communications from this connection"
-msgstr "Ignorar (o dejar de ignorar) todas las comunicaciones entrantes de esta conexión"
+#: ../../Zotlabs/Module/Attach.php:68
+msgid "Item not available."
+msgstr "Elemento no disponible"
-#: ../../Zotlabs/Module/Contactedit.php:649
-#: ../../Zotlabs/Module/Connedit.php:520
-msgid "This connection is ignored!"
-msgstr "¡Esta conexión es ignorada!"
+#: ../../Zotlabs/Module/Uexport.php:108
+msgid "No content available for year"
+msgstr "No hay contenido disponible para el año"
-#: ../../Zotlabs/Module/Contactedit.php:653
-#: ../../Zotlabs/Module/Connedit.php:524
-msgid "Unarchive"
-msgstr "Desarchivar"
+#: ../../Zotlabs/Module/Uexport.php:171
+msgid "Export Channel"
+msgstr "Exportar el canal"
-#: ../../Zotlabs/Module/Contactedit.php:653
-#: ../../Zotlabs/Module/Connedit.php:524
-msgid "Archive"
-msgstr "Archivar"
+#: ../../Zotlabs/Module/Uexport.php:173
+msgid "Export channel"
+msgstr "Exportar canal"
-#: ../../Zotlabs/Module/Contactedit.php:655
-#: ../../Zotlabs/Module/Connedit.php:527
+#: ../../Zotlabs/Module/Uexport.php:174
msgid ""
-"Archive (or Unarchive) this connection - mark channel dead but keep content"
-msgstr "Archiva (o desarchiva) esta conexión - marca el canal como muerto aunque mantiene sus contenidos"
-
-#: ../../Zotlabs/Module/Contactedit.php:656
-#: ../../Zotlabs/Module/Connedit.php:528
-msgid "This connection is archived!"
-msgstr "¡Esta conexión esta archivada!"
-
-#: ../../Zotlabs/Module/Contactedit.php:660
-#: ../../Zotlabs/Module/Connedit.php:532
-msgid "Unhide"
-msgstr "Mostrar"
-
-#: ../../Zotlabs/Module/Contactedit.php:660
-#: ../../Zotlabs/Module/Connedit.php:532
-msgid "Hide"
-msgstr "Ocultar"
-
-#: ../../Zotlabs/Module/Contactedit.php:662
-#: ../../Zotlabs/Module/Connedit.php:535
-msgid "Hide or Unhide this connection from your other connections"
-msgstr "Ocultar o mostrar esta conexión a sus otras conexiones"
-
-#: ../../Zotlabs/Module/Contactedit.php:663
-#: ../../Zotlabs/Module/Connedit.php:536
-msgid "This connection is hidden!"
-msgstr "¡Esta conexión está oculta!"
-
-#: ../../Zotlabs/Module/Contactedit.php:669
-#: ../../Zotlabs/Module/Connedit.php:543
-msgid "Delete this connection"
-msgstr "Eliminar esta conexión"
-
-#: ../../Zotlabs/Module/Directory.php:124
-msgid "No default suggestions were found."
-msgstr "No se encontraron sugerencias por defecto."
-
-#: ../../Zotlabs/Module/Directory.php:292
-msgid "Gender: "
-msgstr "Género:"
-
-#: ../../Zotlabs/Module/Directory.php:294
-msgid "Status: "
-msgstr "Estado:"
-
-#: ../../Zotlabs/Module/Directory.php:296
-msgid "Homepage: "
-msgstr "Página personal:"
+"This will export your identity and social graph into a file which can be "
+"used to import your channel to a new hub."
+msgstr "Esto exportará su identidad y su gráfico social a un archivo que puede utilizarse para importar su canal a un nuevo hub."
-#: ../../Zotlabs/Module/Directory.php:357
-msgid "Description:"
-msgstr "Descripción:"
+#: ../../Zotlabs/Module/Uexport.php:177
+msgid "Export content"
+msgstr "Exportar contenidos"
-#: ../../Zotlabs/Module/Directory.php:359
-msgid "Unsafe"
-msgstr "Inseguro"
+#: ../../Zotlabs/Module/Uexport.php:178
+msgid ""
+"This will export your posts, direct messages, articles and cards per month "
+"stored into a zip file per year. Months with no posts will be dismissed."
+msgstr "Esto exportará sus posts, mensajes directos, artículos y fichas por mes almacenados en un archivo zip por año. Los meses sin publicaciones serán descartados."
-#: ../../Zotlabs/Module/Directory.php:362
-msgid "Spam"
-msgstr "Spam"
+#: ../../Zotlabs/Module/Uexport.php:180
+msgid "Export wikis"
+msgstr "Exportar wikis"
-#: ../../Zotlabs/Module/Directory.php:372
-msgid "Public Forum:"
-msgstr "Foro público:"
+#: ../../Zotlabs/Module/Uexport.php:181
+msgid "This will export your wikis and wiki pages."
+msgstr "Esto exportará sus wikis y páginas wiki."
-#: ../../Zotlabs/Module/Directory.php:375
-msgid "Keywords: "
-msgstr "Palabras clave:"
+#: ../../Zotlabs/Module/Uexport.php:183
+msgid "Export webpages"
+msgstr "Exportar páginas web"
-#: ../../Zotlabs/Module/Directory.php:378
-msgid "Don't suggest"
-msgstr "No sugerir:"
+#: ../../Zotlabs/Module/Uexport.php:184
+msgid "This will export your webpages and menus."
+msgstr "Esto exportará sus páginas web y menús."
-#: ../../Zotlabs/Module/Directory.php:380
-msgid "Common connections (estimated):"
-msgstr "Conexiones comunes (estimadas): "
+#: ../../Zotlabs/Module/Uexport.php:186
+msgid "Export channel calendar"
+msgstr "Exportar el calendario del canal"
-#: ../../Zotlabs/Module/Directory.php:430
-msgid "Global Directory"
-msgstr "Directorio global:"
+#: ../../Zotlabs/Module/Uexport.php:187
+msgid ""
+"This will export your channel calendar events and associated items. CalDAV "
+"calendars are not included."
+msgstr "Esto exportará los eventos del calendario de su canal y los elementos asociados. Los calendarios CalDAV no están incluidos."
-#: ../../Zotlabs/Module/Directory.php:430
-msgid "Local Directory"
-msgstr "Directorio local:"
+#: ../../Zotlabs/Module/Uexport.php:189
+msgid "Export chatrooms"
+msgstr "Exportar salas de chat"
-#: ../../Zotlabs/Module/Directory.php:436
-msgid "Finding:"
-msgstr "Encontrar:"
+#: ../../Zotlabs/Module/Uexport.php:190
+msgid "This will export your chatrooms. Chat history is dismissed."
+msgstr "Esto exportará sus chats. Se descarta el historial de chats."
-#: ../../Zotlabs/Module/Directory.php:441
-msgid "next page"
-msgstr "siguiente página"
+#: ../../Zotlabs/Module/Uexport.php:192
+#, php-format
+msgid ""
+"This export can be imported or restored by visiting <a "
+"href=\"%1$s\">%2$s</a> on any site containing your channel."
+msgstr "Esta exportación puede ser importada o restaurada visitando <a href=\"%1$s\">%2$s</a> cualquier sitio que contenga su canal."
-#: ../../Zotlabs/Module/Directory.php:441
-msgid "previous page"
-msgstr "página anterior"
+#: ../../Zotlabs/Module/Like.php:112
+msgid "Like/Dislike"
+msgstr "Me gusta/No me gusta"
-#: ../../Zotlabs/Module/Directory.php:442
-msgid "Sort options"
-msgstr "Ordenar opciones"
+#: ../../Zotlabs/Module/Like.php:118
+msgid "This action is restricted to members."
+msgstr "Esta acción está restringida solo para miembros."
-#: ../../Zotlabs/Module/Directory.php:443
-msgid "Alphabetic"
-msgstr "Alfabético"
+#: ../../Zotlabs/Module/Like.php:119
+msgid ""
+"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a "
+"href=\"register\">register as a new $Projectname member</a> to continue."
+msgstr "Por favor, <a href=\"rmagic\">identifíquese con su $Projectname ID</a> o <a href=\"register\">rregístrese como un nuevo $Projectname member</a> para continuar."
-#: ../../Zotlabs/Module/Directory.php:444
-msgid "Reverse Alphabetic"
-msgstr "Alfabético inverso"
+#: ../../Zotlabs/Module/Like.php:172 ../../Zotlabs/Module/Like.php:198
+#: ../../Zotlabs/Module/Like.php:236
+msgid "Invalid request."
+msgstr "Solicitud incorrecta."
-#: ../../Zotlabs/Module/Directory.php:445
-msgid "Newest to Oldest"
-msgstr "De más nuevo a más antiguo"
+#: ../../Zotlabs/Module/Like.php:213
+msgid "thing"
+msgstr "elemento"
-#: ../../Zotlabs/Module/Directory.php:446
-msgid "Oldest to Newest"
-msgstr "De más antiguo a más nuevo"
+#: ../../Zotlabs/Module/Like.php:259
+msgid "Channel unavailable."
+msgstr "Canal no disponible."
-#: ../../Zotlabs/Module/Directory.php:464
-msgid "No entries (some entries may be hidden)."
-msgstr "Sin entradas (algunas entradas pueden estar ocultas)."
+#: ../../Zotlabs/Module/Like.php:295
+msgid "Previous action reversed."
+msgstr "Acción anterior revocada."
-#: ../../Zotlabs/Module/Api.php:74 ../../Zotlabs/Module/Api.php:95
-msgid "Authorize application connection"
-msgstr "Autorizar una conexión de aplicación"
+#: ../../Zotlabs/Module/Like.php:489
+#, php-format
+msgid "%1$s agrees with %2$s's %3$s"
+msgstr "%3$s de %2$s: %1$s está de acuerdo"
-#: ../../Zotlabs/Module/Api.php:75
-msgid "Return to your app and insert this Security Code:"
-msgstr "Vuelva a su aplicación e introduzca este código de seguridad: "
+#: ../../Zotlabs/Module/Like.php:491
+#, php-format
+msgid "%1$s doesn't agree with %2$s's %3$s"
+msgstr "%3$s de %2$s: %1$s no está de acuerdo"
-#: ../../Zotlabs/Module/Api.php:85
-msgid "Please login to continue."
-msgstr "Por favor inicie sesión para continuar."
+#: ../../Zotlabs/Module/Like.php:493
+#, php-format
+msgid "%1$s abstains from a decision on %2$s's %3$s"
+msgstr "%3$s de %2$s: %1$s se abstiene"
-#: ../../Zotlabs/Module/Api.php:97
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "¿Desea autorizar a esta aplicación a acceder a sus publicaciones y contactos, y/o crear nuevas publicaciones por usted?"
+#: ../../Zotlabs/Module/Like.php:617
+msgid "Action completed."
+msgstr "Acción completada."
-#: ../../Zotlabs/Module/Regmod.php:15
-msgid "Please login."
-msgstr "Por favor, inicie sesión."
+#: ../../Zotlabs/Module/Like.php:618
+msgid "Thank you."
+msgstr "Gracias."
#: ../../Zotlabs/Module/Blocks.php:97 ../../Zotlabs/Module/Blocks.php:153
#: ../../Zotlabs/Module/Editblock.php:113
@@ -12316,308 +13083,194 @@ msgstr "Nombre del bloque"
msgid "Block Title"
msgstr "Título del bloque"
-#: ../../Zotlabs/Module/Email_validation.php:36
-msgid "Email Verification Required"
-msgstr "Verificación obligatoria del correo electrónico"
-
-#: ../../Zotlabs/Module/Email_validation.php:37
-#, php-format
-msgid ""
-"A verification token was sent to your email address [%s]. Enter that token "
-"here to complete the account verification step. Please allow a few minutes "
-"for delivery, and check your spam folder if you do not see the message."
-msgstr "Se ha enviado un token de verificación a su dirección de correo electrónico [%s]. Ingrese ese símbolo aquí para completar el paso de verificación de cuenta. Por favor, espere unos minutos para el envío, y revise su carpeta de spam si no ve el mensaje."
-
-#: ../../Zotlabs/Module/Email_validation.php:38
-msgid "Resend Email"
-msgstr "Reenvío de correo electrónico"
-
-#: ../../Zotlabs/Module/Email_validation.php:41
-msgid "Validation token"
-msgstr "Token de validación"
-
-#: ../../Zotlabs/Module/Attach.php:68
-msgid "Item not available."
-msgstr "Elemento no disponible"
-
-#: ../../Zotlabs/Module/Vote.php:40
-msgid "Poll not found."
-msgstr "Encuesta no encontrada."
-
-#: ../../Zotlabs/Module/Vote.php:69
-msgid "Invalid response."
-msgstr "respuesta no válida."
-
-#: ../../Zotlabs/Module/Vote.php:125
-msgid "Response submitted. Updates may not appear instantly."
-msgstr "Respuesta enviada. Las actualizaciones pueden no aparecer al instante."
-
-#: ../../Zotlabs/Module/Profile_photo.php:128
-#: ../../Zotlabs/Module/Cover_photo.php:85
-msgid "Image uploaded but image cropping failed."
-msgstr "Imagen actualizada, pero el recorte de la imagen ha fallado. "
-
-#: ../../Zotlabs/Module/Profile_photo.php:184
-#: ../../Zotlabs/Module/Cover_photo.php:212
-msgid "Image resize failed."
-msgstr "El ajuste del tamaño de la imagen ha fallado."
-
-#: ../../Zotlabs/Module/Profile_photo.php:350
-#: ../../Zotlabs/Module/Cover_photo.php:265
-msgid "Image upload failed."
-msgstr "La carga de la imagen ha fallado."
-
-#: ../../Zotlabs/Module/Profile_photo.php:370
-#: ../../Zotlabs/Module/Cover_photo.php:282
-msgid "Unable to process image."
-msgstr "No ha sido posible procesar la imagen."
-
-#: ../../Zotlabs/Module/Profile_photo.php:432
-#: ../../Zotlabs/Module/Profile_photo.php:497
-#: ../../Zotlabs/Module/Cover_photo.php:367
-#: ../../Zotlabs/Module/Cover_photo.php:382
-msgid "Photo not available."
-msgstr "Foto no disponible."
-
-#: ../../Zotlabs/Module/Profile_photo.php:544
-msgid ""
-"This profile photo will be visible to anybody on the internet and may be "
-"distributed to other websites."
-msgstr "Esta foto de perfil será visible para cualquier persona en Internet y podrá ser distribuida a otros sitios web."
-
-#: ../../Zotlabs/Module/Profile_photo.php:544
-msgid ""
-"This profile photo will be visible only to channels with permission to view "
-"this profile."
-msgstr "Esta foto de perfil sólo será visible para los canales con permiso para ver este perfil."
-
-#: ../../Zotlabs/Module/Profile_photo.php:546
-msgid "Use Photo for Profile"
-msgstr "Usar la fotografía para el perfil"
-
-#: ../../Zotlabs/Module/Profile_photo.php:546
-msgid "Change Profile Photo"
-msgstr "Cambiar la foto del perfil"
-
-#: ../../Zotlabs/Module/Profile_photo.php:548
-msgid "Reset to default"
-msgstr "Restablecer los valores por defecto"
-
-#: ../../Zotlabs/Module/Profile_photo.php:551
-#: ../../Zotlabs/Module/Profile_photo.php:552
-#: ../../Zotlabs/Module/Cover_photo.php:426
-#: ../../Zotlabs/Module/Cover_photo.php:427
-msgid "Use a photo from your albums"
-msgstr "Usar una foto de sus álbumes"
-
-#: ../../Zotlabs/Module/Profile_photo.php:562
-msgid "Select existing"
-msgstr "Seleccione lo que hay"
-
-#: ../../Zotlabs/Module/Profile_photo.php:581
-#: ../../Zotlabs/Module/Cover_photo.php:455
-msgid "Crop Image"
-msgstr "Recortar imagen"
-
-#: ../../Zotlabs/Module/Profile_photo.php:582
-#: ../../Zotlabs/Module/Cover_photo.php:456
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Por favor ajuste el recorte de la imagen para una visión óptima."
-
-#: ../../Zotlabs/Module/Profile_photo.php:584
-msgid "Done editing"
-msgstr "Edición completada"
+#: ../../Zotlabs/Module/Mitem.php:63
+msgid "Unable to create element."
+msgstr "No se puede crear el elemento."
-#: ../../Zotlabs/Module/Editblock.php:138
-msgid "Edit Block"
-msgstr "Modificar este bloque"
+#: ../../Zotlabs/Module/Mitem.php:87
+msgid "Unable to update menu element."
+msgstr "No es posible actualizar el elemento del menú."
-#: ../../Zotlabs/Module/Filer.php:53
-msgid "Enter a folder name"
-msgstr "Escriba un nombre de carpeta"
+#: ../../Zotlabs/Module/Mitem.php:103
+msgid "Unable to add menu element."
+msgstr "No es posible añadir el elemento al menú"
-#: ../../Zotlabs/Module/Filer.php:53
-msgid "or select an existing folder (doubleclick)"
-msgstr "o seleccione una (con un doble click)"
+#: ../../Zotlabs/Module/Mitem.php:167 ../../Zotlabs/Module/Mitem.php:246
+msgid "Menu Item Permissions"
+msgstr "Permisos del elemento del menú"
-#: ../../Zotlabs/Module/Filer.php:55 ../../Zotlabs/Lib/ThreadItem.php:186
-msgid "Save to Folder"
-msgstr "Guardar en carpeta"
+#: ../../Zotlabs/Module/Mitem.php:168 ../../Zotlabs/Module/Mitem.php:247
+msgid "(click to open/close)"
+msgstr "(pulsar para abrir o cerrar)"
-#: ../../Zotlabs/Module/Editlayout.php:128
-#: ../../Zotlabs/Module/Layouts.php:129 ../../Zotlabs/Module/Layouts.php:187
-msgid "Layout Name"
-msgstr "Nombre de la plantilla"
+#: ../../Zotlabs/Module/Mitem.php:174 ../../Zotlabs/Module/Mitem.php:191
+msgid "Link Name"
+msgstr "Nombre del enlace"
-#: ../../Zotlabs/Module/Editlayout.php:129
-#: ../../Zotlabs/Module/Layouts.php:132
-msgid "Layout Description (Optional)"
-msgstr "Descripción de la plantilla (opcional)"
+#: ../../Zotlabs/Module/Mitem.php:175 ../../Zotlabs/Module/Mitem.php:255
+msgid "Link or Submenu Target"
+msgstr "Destino del enlace o submenú"
-#: ../../Zotlabs/Module/Editlayout.php:137
-msgid "Edit Layout"
-msgstr "Modificar la plantilla"
+#: ../../Zotlabs/Module/Mitem.php:175
+msgid "Enter URL of the link or select a menu name to create a submenu"
+msgstr "Introducir la dirección del enlace o seleccionar el nombre de un submenú"
-#: ../../Zotlabs/Module/Connections.php:58
-#: ../../Zotlabs/Module/Connections.php:116
-msgid "Active"
-msgstr "Activo/a"
+#: ../../Zotlabs/Module/Mitem.php:176 ../../Zotlabs/Module/Mitem.php:256
+msgid "Use magic-auth if available"
+msgstr "Usar la autenticación mágica si está disponible"
-#: ../../Zotlabs/Module/Connections.php:63
-#: ../../Zotlabs/Module/Connections.php:185
-#: ../../Zotlabs/Module/Connections.php:296
-msgid "Blocked"
-msgstr "Bloqueadas"
+#: ../../Zotlabs/Module/Mitem.php:177 ../../Zotlabs/Module/Mitem.php:257
+msgid "Open link in new window"
+msgstr "Abrir el enlace en una nueva ventana"
-#: ../../Zotlabs/Module/Connections.php:68
-#: ../../Zotlabs/Module/Connections.php:192
-#: ../../Zotlabs/Module/Connections.php:295
-msgid "Ignored"
-msgstr "Ignoradas"
+#: ../../Zotlabs/Module/Mitem.php:178 ../../Zotlabs/Module/Mitem.php:258
+msgid "Order in list"
+msgstr "Orden en la lista"
-#: ../../Zotlabs/Module/Connections.php:73
-#: ../../Zotlabs/Module/Connections.php:206
-#: ../../Zotlabs/Module/Connections.php:294
-msgid "Hidden"
-msgstr "Ocultas"
+#: ../../Zotlabs/Module/Mitem.php:178 ../../Zotlabs/Module/Mitem.php:258
+msgid "Higher numbers will sink to bottom of listing"
+msgstr "Los números más altos irán al final de la lista"
-#: ../../Zotlabs/Module/Connections.php:78
-#: ../../Zotlabs/Module/Connections.php:199
-msgid "Archived/Unreachable"
-msgstr "Archivadas o inaccesibles"
+#: ../../Zotlabs/Module/Mitem.php:179
+msgid "Submit and finish"
+msgstr "Enviar y terminar"
-#: ../../Zotlabs/Module/Connections.php:83
-#: ../../Zotlabs/Module/Connections.php:92 ../../Zotlabs/Module/Menu.php:180
-#: ../../Zotlabs/Module/Notifications.php:101
-msgid "New"
-msgstr "Nuevas"
+#: ../../Zotlabs/Module/Mitem.php:180
+msgid "Submit and continue"
+msgstr "Enviar y continuar"
-#: ../../Zotlabs/Module/Connections.php:161
-msgid "Active Connections"
-msgstr "Conexiones activas"
+#: ../../Zotlabs/Module/Mitem.php:189
+msgid "Menu:"
+msgstr "Menú:"
-#: ../../Zotlabs/Module/Connections.php:164
-msgid "Show active connections"
-msgstr "Mostrar las conexiones activas"
+#: ../../Zotlabs/Module/Mitem.php:192
+msgid "Link Target"
+msgstr "Destino del enlace"
-#: ../../Zotlabs/Module/Connections.php:171
-msgid "Show pending (new) connections"
-msgstr "Mostrar conexiones (nuevas) pendientes"
+#: ../../Zotlabs/Module/Mitem.php:195
+msgid "Edit menu"
+msgstr "Editar menú"
-#: ../../Zotlabs/Module/Connections.php:188
-msgid "Only show blocked connections"
-msgstr "Mostrar solo las conexiones bloqueadas"
+#: ../../Zotlabs/Module/Mitem.php:198
+msgid "Edit element"
+msgstr "Editar el elemento"
-#: ../../Zotlabs/Module/Connections.php:195
-msgid "Only show ignored connections"
-msgstr "Mostrar solo conexiones ignoradas"
+#: ../../Zotlabs/Module/Mitem.php:199
+msgid "Drop element"
+msgstr "Eliminar el elemento"
-#: ../../Zotlabs/Module/Connections.php:202
-msgid "Only show archived/unreachable connections"
-msgstr "Mostrar solo las conexiones archivadas o no localizables"
+#: ../../Zotlabs/Module/Mitem.php:200
+msgid "New element"
+msgstr "Nuevo elemento"
-#: ../../Zotlabs/Module/Connections.php:209
-msgid "Only show hidden connections"
-msgstr "Mostrar solo las conexiones ocultas"
+#: ../../Zotlabs/Module/Mitem.php:201
+msgid "Edit this menu container"
+msgstr "Modificar el contenedor del menú"
-#: ../../Zotlabs/Module/Connections.php:224
-msgid "Show all connections"
-msgstr "Mostrar todas las conexiones"
+#: ../../Zotlabs/Module/Mitem.php:202
+msgid "Add menu element"
+msgstr "Añadir un elemento al menú"
-#: ../../Zotlabs/Module/Connections.php:292
-msgid "Pending approval"
-msgstr "Pendiente de aprobación"
+#: ../../Zotlabs/Module/Mitem.php:203
+msgid "Delete this menu item"
+msgstr "Eliminar este elemento del menú"
-#: ../../Zotlabs/Module/Connections.php:293
-msgid "Archived"
-msgstr "Archivadas"
+#: ../../Zotlabs/Module/Mitem.php:204
+msgid "Edit this menu item"
+msgstr "Modificar este elemento del menú"
-#: ../../Zotlabs/Module/Connections.php:297
-msgid "Not connected at this location"
-msgstr "No está conectado/a en esta ubicación"
+#: ../../Zotlabs/Module/Mitem.php:222
+msgid "Menu item not found."
+msgstr "Este elemento del menú no se ha encontrado"
-#: ../../Zotlabs/Module/Connections.php:336
-#, php-format
-msgid "%1$s [%2$s]"
-msgstr "%1$s [%2$s]"
+#: ../../Zotlabs/Module/Mitem.php:235
+msgid "Menu item deleted."
+msgstr "Este elemento del menú ha sido borrado"
-#: ../../Zotlabs/Module/Connections.php:337
-msgid "Edit connection"
-msgstr "Editar conexión"
+#: ../../Zotlabs/Module/Mitem.php:237
+msgid "Menu item could not be deleted."
+msgstr "Este elemento del menú no puede ser borrado."
-#: ../../Zotlabs/Module/Connections.php:339
-msgid "Delete connection"
-msgstr "Eliminar conexión"
+#: ../../Zotlabs/Module/Mitem.php:244
+msgid "Edit Menu Element"
+msgstr "Editar elemento del menú"
-#: ../../Zotlabs/Module/Connections.php:345
-msgid "Channel address"
-msgstr "Dirección del canal"
+#: ../../Zotlabs/Module/Mitem.php:254
+msgid "Link text"
+msgstr "Texto del enlace"
-#: ../../Zotlabs/Module/Connections.php:350
-msgid "Call"
-msgstr "Llamar"
+#: ../../Zotlabs/Module/Dircensor.php:61
+msgid "Entry censored"
+msgstr "Entrada censurada"
-#: ../../Zotlabs/Module/Connections.php:352
-msgid "Status"
-msgstr "Estado"
+#: ../../Zotlabs/Module/Dircensor.php:64
+msgid "Entry OK"
+msgstr "Entrada OK"
-#: ../../Zotlabs/Module/Connections.php:355
-msgid "Connected"
-msgstr "Conectado/a"
+#: ../../Zotlabs/Module/Apporder.php:47
+msgid "Change Order of Pinned Navbar Apps"
+msgstr "Cambiar el orden de las aplicaciones fijas en la barra de navegación"
-#: ../../Zotlabs/Module/Connections.php:359
-msgid "Ignore connection"
-msgstr "Ignorar esta conexión"
+#: ../../Zotlabs/Module/Apporder.php:47
+msgid "Change Order of App Tray Apps"
+msgstr "Cambiar el orden de las aplicaciones de la bandeja de aplicaciones"
-#: ../../Zotlabs/Module/Connections.php:361
-msgid "Recent activity"
-msgstr "Actividad reciente"
+#: ../../Zotlabs/Module/Apporder.php:48
+msgid ""
+"Use arrows to move the corresponding app left (top) or right (bottom) in the"
+" navbar"
+msgstr "Use las flechas para mover la aplicación correspondiente a la izquierda (arriba) o derecha (abajo) en la barra de navegación."
-#: ../../Zotlabs/Module/Connections.php:367
-msgid "Connect at this location"
-msgstr "Conectar en esta ubicación "
+#: ../../Zotlabs/Module/Apporder.php:48
+msgid "Use arrows to move the corresponding app up or down in the app tray"
+msgstr "Use las flechas para mover la aplicación correspondiente hacia arriba o hacia abajo en la bandeja de aplicaciones."
-#: ../../Zotlabs/Module/Connections.php:404
-#: ../../Zotlabs/Module/Connedit.php:686
-msgid "Contact role"
-msgstr "Rol del contacto"
+#: ../../Zotlabs/Module/New_channel.php:159
+msgid "Your real name is recommended."
+msgstr "Se recomienda su nombre real."
-#: ../../Zotlabs/Module/Connections.php:405
-msgid "Search your connections"
-msgstr "Buscar sus conexiones"
+#: ../../Zotlabs/Module/New_channel.php:160
+msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\""
+msgstr "Ejemplos: \"Juan García\", \"Luisa y sus caballos\", \"Fútbol\", \"Grupo de aviación\""
-#: ../../Zotlabs/Module/Connections.php:406
-msgid "Contact search"
-msgstr "Buscar contacto"
+#: ../../Zotlabs/Module/New_channel.php:165
+msgid ""
+"This will be used to create a unique network address (like an email "
+"address)."
+msgstr "Esto se utilizará para crear una dirección de red única (como una dirección de correo electrónico)."
-#: ../../Zotlabs/Module/Cover_photo.php:196
-#: ../../Zotlabs/Module/Cover_photo.php:254
-msgid "Cover Photos"
-msgstr "Imágenes de portada del perfil"
+#: ../../Zotlabs/Module/New_channel.php:167
+msgid "Allowed characters are a-z 0-9, - and _"
+msgstr "Los caracteres permitidos son a-z 0-9, - and _"
-#: ../../Zotlabs/Module/Cover_photo.php:418
-msgid "Your cover photo may be visible to anybody on the internet"
-msgstr "La foto de la portada puede ser visible para cualquiera en Internet"
+#: ../../Zotlabs/Module/New_channel.php:175
+msgid "Channel name"
+msgstr "Nombre del canal"
-#: ../../Zotlabs/Module/Cover_photo.php:420
-msgid "Upload File:"
-msgstr "Subir fichero:"
+#: ../../Zotlabs/Module/New_channel.php:178
+#: ../../Zotlabs/Module/Settings/Channel.php:233
+msgid "Channel role"
+msgstr "Rol del canal"
-#: ../../Zotlabs/Module/Cover_photo.php:421
-msgid "Select a profile:"
-msgstr "Seleccionar un perfil:"
+#: ../../Zotlabs/Module/New_channel.php:181
+msgid "Create a Channel"
+msgstr "Crear un canal"
-#: ../../Zotlabs/Module/Cover_photo.php:422
-msgid "Change Cover Photo"
-msgstr "Cambiar la foto de portada del perfil"
+#: ../../Zotlabs/Module/New_channel.php:182
+msgid ""
+"A channel is a unique network identity. It can represent a person (social "
+"network profile), a forum (group), a business or celebrity page, a newsfeed,"
+" and many other things."
+msgstr "Un canal es una identidad única en la red. Puede representar a una persona (un perfil de una red social), un foro o grupo, un negocio o una página de una celebridad, un \"feed\" de noticias, y muchas otras cosas."
-#: ../../Zotlabs/Module/Cover_photo.php:438
-msgid "Select existing photo"
-msgstr "Seleccionar una foto"
+#: ../../Zotlabs/Module/New_channel.php:183
+msgid ""
+"or <a href=\"import\">import an existing channel</a> from another location."
+msgstr "O <a href=\"import\">importar un canal </a> desde otro lugar."
-#: ../../Zotlabs/Module/Cover_photo.php:458
-msgid "Done Editing"
-msgstr "Edición completada"
+#: ../../Zotlabs/Module/New_channel.php:188
+msgid "Validate"
+msgstr "Validar"
#: ../../Zotlabs/Module/Photos.php:84 ../../Zotlabs/Module/Photos.php:103
msgid "Album not found."
@@ -12627,7 +13280,7 @@ msgstr "Álbum no encontrado."
msgid "Delete Album"
msgstr "Borrar álbum"
-#: ../../Zotlabs/Module/Photos.php:165 ../../Zotlabs/Module/Photos.php:1054
+#: ../../Zotlabs/Module/Photos.php:165 ../../Zotlabs/Module/Photos.php:1057
msgid "Delete Photo"
msgstr "Borrar foto"
@@ -12677,201 +13330,183 @@ msgstr "Mostrar lo más reciente primero"
msgid "Show Oldest First"
msgstr "Mostrar lo más antiguo primero"
-#: ../../Zotlabs/Module/Photos.php:815 ../../Zotlabs/Module/Photos.php:1354
+#: ../../Zotlabs/Module/Photos.php:815 ../../Zotlabs/Module/Photos.php:1355
msgid "Add Photos"
msgstr "Añadir fotos"
-#: ../../Zotlabs/Module/Photos.php:863
+#: ../../Zotlabs/Module/Photos.php:867
msgid "Permission denied. Access to this item may be restricted."
msgstr "Permiso denegado. El acceso a este elemento puede estar restringido."
-#: ../../Zotlabs/Module/Photos.php:865
+#: ../../Zotlabs/Module/Photos.php:869
msgid "Photo not available"
msgstr "Foto no disponible"
-#: ../../Zotlabs/Module/Photos.php:923
+#: ../../Zotlabs/Module/Photos.php:927
msgid "Use as profile photo"
msgstr "Usar como foto del perfil"
-#: ../../Zotlabs/Module/Photos.php:924
+#: ../../Zotlabs/Module/Photos.php:928
msgid "Use as cover photo"
msgstr "Usar como imagen de portada del perfil"
-#: ../../Zotlabs/Module/Photos.php:931
+#: ../../Zotlabs/Module/Photos.php:935
msgid "Private Photo"
msgstr "Foto privada"
-#: ../../Zotlabs/Module/Photos.php:946
+#: ../../Zotlabs/Module/Photos.php:950
msgid "View Full Size"
msgstr "Ver tamaño completo"
-#: ../../Zotlabs/Module/Photos.php:1028
+#: ../../Zotlabs/Module/Photos.php:1031
msgid "Edit photo"
msgstr "Editar foto"
-#: ../../Zotlabs/Module/Photos.php:1030
+#: ../../Zotlabs/Module/Photos.php:1033
msgid "Rotate CW (right)"
msgstr "Girar CW (a la derecha)"
-#: ../../Zotlabs/Module/Photos.php:1031
+#: ../../Zotlabs/Module/Photos.php:1034
msgid "Rotate CCW (left)"
msgstr "Girar CCW (a la izquierda)"
-#: ../../Zotlabs/Module/Photos.php:1034
+#: ../../Zotlabs/Module/Photos.php:1037
msgid "Move photo to album"
msgstr "Mover la foto a un álbum"
-#: ../../Zotlabs/Module/Photos.php:1035
+#: ../../Zotlabs/Module/Photos.php:1038
msgid "Enter a new album name"
msgstr "Introducir un nuevo nombre de álbum"
-#: ../../Zotlabs/Module/Photos.php:1036
+#: ../../Zotlabs/Module/Photos.php:1039
msgid "or select an existing one (doubleclick)"
msgstr "o seleccionar un álbum (con un doble click)"
-#: ../../Zotlabs/Module/Photos.php:1041
+#: ../../Zotlabs/Module/Photos.php:1044
msgid "Add a Tag"
msgstr "Añadir una etiqueta"
-#: ../../Zotlabs/Module/Photos.php:1049
+#: ../../Zotlabs/Module/Photos.php:1052
msgid "Example: @bob, @Barbara_Jensen, @jim@example.com"
msgstr "Ejemplos: @eva, @Carmen_Osuna, @jaime@ejemplo.com"
-#: ../../Zotlabs/Module/Photos.php:1052
+#: ../../Zotlabs/Module/Photos.php:1055
msgid "Flag as adult in album view"
msgstr "Marcar como \"solo para adultos\" en el álbum"
-#: ../../Zotlabs/Module/Photos.php:1071 ../../Zotlabs/Lib/ThreadItem.php:310
-msgid "I like this (toggle)"
-msgstr "Me gusta (cambiar)"
-
-#: ../../Zotlabs/Module/Photos.php:1072 ../../Zotlabs/Lib/ThreadItem.php:311
-msgid "I don't like this (toggle)"
-msgstr "No me gusta esto (cambiar)"
-
-#: ../../Zotlabs/Module/Photos.php:1090 ../../Zotlabs/Module/Photos.php:1203
-#: ../../Zotlabs/Lib/ThreadItem.php:828
-msgid "This is you"
-msgstr "Este es usted"
-
-#: ../../Zotlabs/Module/Photos.php:1124 ../../Zotlabs/Module/Photos.php:1136
-#: ../../Zotlabs/Lib/ThreadItem.php:229 ../../Zotlabs/Lib/ThreadItem.php:242
-msgid "View all"
-msgstr "Ver todo"
-
-#: ../../Zotlabs/Module/Photos.php:1237
+#: ../../Zotlabs/Module/Photos.php:1238
msgid "Photo Tools"
msgstr "Gestión de las fotos"
-#: ../../Zotlabs/Module/Photos.php:1246
+#: ../../Zotlabs/Module/Photos.php:1247
msgid "In This Photo:"
msgstr "En esta foto:"
-#: ../../Zotlabs/Module/Photos.php:1251
+#: ../../Zotlabs/Module/Photos.php:1252
msgid "Map"
msgstr "Mapa"
-#: ../../Zotlabs/Module/Photos.php:1259 ../../Zotlabs/Lib/ThreadItem.php:490
-msgctxt "noun"
-msgid "Likes"
-msgstr "Me gusta"
+#: ../../Zotlabs/Module/Ochannel.php:32 ../../Zotlabs/Module/Chat.php:29
+msgid "You must be logged in to see this page."
+msgstr "Debe haber iniciado sesión para poder ver esta página."
-#: ../../Zotlabs/Module/Photos.php:1260 ../../Zotlabs/Lib/ThreadItem.php:491
-msgctxt "noun"
-msgid "Dislikes"
-msgstr "No me gusta"
+#: ../../Zotlabs/Module/Hcard.php:37 ../../Zotlabs/Module/Channel.php:141
+#: ../../Zotlabs/Module/Profile.php:62
+msgid "Posts and comments"
+msgstr "Publicaciones y comentarios"
-#: ../../Zotlabs/Module/Lostpass.php:19
-msgid "No valid account found."
-msgstr "No se ha encontrado una cuenta válida."
+#: ../../Zotlabs/Module/Hcard.php:44 ../../Zotlabs/Module/Channel.php:148
+#: ../../Zotlabs/Module/Profile.php:69
+msgid "Only posts"
+msgstr "Solo publicaciones"
-#: ../../Zotlabs/Module/Lostpass.php:33
-msgid "Password reset request issued. Check your email."
-msgstr "Se ha recibido una solicitud de restablecimiento de contraseña. Consulte su correo electrónico."
+#: ../../Zotlabs/Module/Channel.php:219
+msgid "Insufficient permissions. Request redirected to profile page."
+msgstr "Permisos insuficientes. Petición redirigida a la página del perfil."
-#: ../../Zotlabs/Module/Lostpass.php:39 ../../Zotlabs/Module/Lostpass.php:108
-#, php-format
-msgid "Site Member (%s)"
-msgstr "Usuario del sitio (%s)"
+#: ../../Zotlabs/Module/Profile.php:106
+msgid "vcard"
+msgstr "vcard"
-#: ../../Zotlabs/Module/Lostpass.php:44 ../../Zotlabs/Module/Lostpass.php:49
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Se ha solicitado restablecer la contraseña en %s"
+#: ../../Zotlabs/Module/Moderate.php:70
+msgid "Item approved"
+msgstr "Elemento aprobado"
-#: ../../Zotlabs/Module/Lostpass.php:68
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "La solicitud no ha podido ser verificada. (Puede que la haya enviado con anterioridad) El restablecimiento de la contraseña ha fallado."
+#: ../../Zotlabs/Module/Sources.php:41
+msgid "Failed to create source. No channel selected."
+msgstr "No se ha podido crear el origen de los contenidos. No ha sido seleccionado ningún canal."
-#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1755
-msgid "Password Reset"
-msgstr "Restablecer la contraseña"
+#: ../../Zotlabs/Module/Sources.php:57
+msgid "Source created."
+msgstr "Fuente creada."
-#: ../../Zotlabs/Module/Lostpass.php:92
-msgid "Your password has been reset as requested."
-msgstr "Su contraseña ha sido restablecida según lo solicitó."
+#: ../../Zotlabs/Module/Sources.php:70
+msgid "Source updated."
+msgstr "Fuente actualizada."
-#: ../../Zotlabs/Module/Lostpass.php:93
-msgid "Your new password is"
-msgstr "Su nueva contraseña es"
+#: ../../Zotlabs/Module/Sources.php:99
+msgid "*"
+msgstr "*"
-#: ../../Zotlabs/Module/Lostpass.php:94
-msgid "Save or copy your new password - and then"
-msgstr "Guarde o copie su nueva contraseña - y después"
+#: ../../Zotlabs/Module/Sources.php:106
+msgid "Manage remote sources of content for your channel."
+msgstr "Gestionar contenido de origen remoto para su canal."
-#: ../../Zotlabs/Module/Lostpass.php:95
-msgid "click here to login"
-msgstr "pulse aquí para conectarse"
+#: ../../Zotlabs/Module/Sources.php:107 ../../Zotlabs/Module/Sources.php:117
+msgid "New Source"
+msgstr "Nueva fuente"
-#: ../../Zotlabs/Module/Lostpass.php:96
+#: ../../Zotlabs/Module/Sources.php:118 ../../Zotlabs/Module/Sources.php:152
msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Puede cambiar la contraseña en la página <em>Ajustes</em> una vez iniciada la sesión."
+"Import all or selected content from the following channel into this channel "
+"and distribute it according to your channel settings."
+msgstr "Importar todo el contenido o una selección de los siguientes canales en este canal y distribuirlo de acuerdo con sus ajustes."
-#: ../../Zotlabs/Module/Lostpass.php:117
-#, php-format
-msgid "Your password has changed at %s"
-msgstr "Su contraseña en %s ha sido cambiada"
+#: ../../Zotlabs/Module/Sources.php:119 ../../Zotlabs/Module/Sources.php:153
+msgid "Only import content with these words (one per line)"
+msgstr "Importar solo contenido que contenga estas palabras (una por línea)"
-#: ../../Zotlabs/Module/Lostpass.php:130
-msgid "Forgot your Password?"
-msgstr "¿Ha olvidado su contraseña?"
+#: ../../Zotlabs/Module/Sources.php:119 ../../Zotlabs/Module/Sources.php:153
+msgid "Leave blank to import all public content"
+msgstr "Dejar en blanco para importar todo el contenido público"
-#: ../../Zotlabs/Module/Lostpass.php:131
+#: ../../Zotlabs/Module/Sources.php:120 ../../Zotlabs/Module/Sources.php:159
+msgid "Channel Name"
+msgstr "Nombre del canal"
+
+#: ../../Zotlabs/Module/Sources.php:121 ../../Zotlabs/Module/Sources.php:156
msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Introduzca y envíe su dirección de correo electrónico para el restablecimiento de su contraseña. Luego revise su correo para obtener más instrucciones."
+"Add the following categories to posts imported from this source (comma "
+"separated)"
+msgstr "Añadir los temas siguientes a las entradas importadas de esta fuente (separadas por comas)"
-#: ../../Zotlabs/Module/Lostpass.php:132
-msgid "Email Address"
-msgstr "Dirección de correo electrónico"
+#: ../../Zotlabs/Module/Sources.php:122 ../../Zotlabs/Module/Sources.php:157
+msgid "Resend posts with this channel as author"
+msgstr "Reenviar mensajes con este canal como autor"
-#: ../../Zotlabs/Module/Lostpass.php:133 ../../Zotlabs/Module/Pdledit.php:76
-#: ../../Zotlabs/Module/Pdledit.php:93
-msgid "Reset"
-msgstr "Reiniciar"
+#: ../../Zotlabs/Module/Sources.php:122 ../../Zotlabs/Module/Sources.php:157
+msgid "Copyrights may apply"
+msgstr "Se pueden aplicar los derechos de autor"
-#: ../../Zotlabs/Module/Follow.php:92
-msgid "Connection added."
-msgstr "Se ha incorporado una conexión."
+#: ../../Zotlabs/Module/Sources.php:142 ../../Zotlabs/Module/Sources.php:172
+msgid "Source not found."
+msgstr "Fuente no encontrada"
-#: ../../Zotlabs/Module/Page.php:39 ../../Zotlabs/Module/Block.php:29
-msgid "Invalid item."
-msgstr "Elemento no válido."
+#: ../../Zotlabs/Module/Sources.php:149
+msgid "Edit Source"
+msgstr "Editar fuente"
-#: ../../Zotlabs/Module/Page.php:174
-msgid ""
-"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
-"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,"
-" quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
-"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
-"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
-"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
-msgstr "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+#: ../../Zotlabs/Module/Sources.php:150
+msgid "Delete Source"
+msgstr "Eliminar fuente"
+
+#: ../../Zotlabs/Module/Sources.php:180
+msgid "Source removed"
+msgstr "Fuente eliminada"
+
+#: ../../Zotlabs/Module/Sources.php:182
+msgid "Unable to remove source."
+msgstr "No se puede eliminar la fuente."
#: ../../Zotlabs/Module/Profiles.php:26 ../../Zotlabs/Module/Profiles.php:214
#: ../../Zotlabs/Module/Profiles.php:642
@@ -13130,1010 +13765,1034 @@ msgstr "Información de contacto y redes sociales"
msgid "My other channels"
msgstr "Mis otros canales"
-#: ../../Zotlabs/Module/Subthread.php:128
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s está siguiendo %3$s de %2$s"
-
-#: ../../Zotlabs/Module/Subthread.php:130
-#, php-format
-msgid "%1$s stopped following %2$s's %3$s"
-msgstr "%1$s ha dejado de seguir %3$s de %2$s"
-
-#: ../../Zotlabs/Module/Bookmarks.php:62
-msgid "Bookmark added"
-msgstr "Marcador añadido"
-
-#: ../../Zotlabs/Module/Bookmarks.php:101
-msgid "My Connections Bookmarks"
-msgstr "Marcadores de mis conexiones"
-
-#: ../../Zotlabs/Module/Changeaddr.php:35
-msgid ""
-"Channel name changes are not allowed within 48 hours of changing the account"
-" password."
-msgstr "Los cambios en el nombre de un canal no está permitida hasta pasadas 48 horas desde el cambio de contraseña de la cuenta."
-
-#: ../../Zotlabs/Module/Changeaddr.php:77
-msgid "Change channel nickname/address"
-msgstr "Cambiar el alias o la dirección del canal"
-
-#: ../../Zotlabs/Module/Changeaddr.php:78
-msgid "Any/all connections on other networks will be lost!"
-msgstr "¡Cualquier/todas las conexiones en otras redes se perderán!"
-
-#: ../../Zotlabs/Module/Changeaddr.php:80
-msgid "New channel address"
-msgstr "Nueva dirección del canal"
+#: ../../Zotlabs/Module/Sharedwithme.php:106
+msgid "Files: shared with me"
+msgstr "Ficheros: compartidos conmigo"
-#: ../../Zotlabs/Module/Changeaddr.php:81
-msgid "Rename Channel"
-msgstr "Renombrar el canal"
+#: ../../Zotlabs/Module/Sharedwithme.php:108
+msgid "NEW"
+msgstr "NUEVO"
-#: ../../Zotlabs/Module/Invite.php:69
-msgid "Invite App"
-msgstr "Solicitar una app"
+#: ../../Zotlabs/Module/Sharedwithme.php:111
+msgid "Remove all files"
+msgstr "Eliminar todos los ficheros"
-#: ../../Zotlabs/Module/Invite.php:81
-msgid "Register is closed"
-msgstr "El registro está cerrado"
+#: ../../Zotlabs/Module/Sharedwithme.php:112
+msgid "Remove this file"
+msgstr "Eliminar este fichero"
-#: ../../Zotlabs/Module/Invite.php:115 ../../Zotlabs/Module/Invite.php:562
-msgid "Note, the invitation code is valid up to"
-msgstr "Tenga en cuenta que el código de invitación es válido hasta "
+#: ../../Zotlabs/Module/Rbmark.php:93
+msgid "Select a bookmark folder"
+msgstr "Seleccionar una carpeta de marcadores"
-#: ../../Zotlabs/Module/Invite.php:128
-#, php-format
-msgid "Too many recipients for one invitation (max %d)"
-msgstr "Demasiados destinatarios para una invitación (máx %d)"
+#: ../../Zotlabs/Module/Rbmark.php:98
+msgid "Save Bookmark"
+msgstr "Guardar marcador"
-#: ../../Zotlabs/Module/Invite.php:132
-msgid "No recipients for this invitation"
-msgstr "No hay destinatarios para esta invitación"
+#: ../../Zotlabs/Module/Rbmark.php:99
+msgid "URL of bookmark"
+msgstr "Dirección del marcador"
-#: ../../Zotlabs/Module/Invite.php:151
-#, php-format
-msgid "(%s) : Not a real email address"
-msgstr "(%s) : No es una dirección de correo electrónica real"
+#: ../../Zotlabs/Module/Rbmark.php:104
+msgid "Or enter new bookmark folder name"
+msgstr "O introduzca un nuevo nombre para la carpeta de marcadores"
-#: ../../Zotlabs/Module/Invite.php:158
-#, php-format
-msgid "(%s) : Not allowed email address"
-msgstr "(%s) : Dirección de correo electrónico no permitida"
+#: ../../Zotlabs/Module/Lockview.php:101
+msgid "Remote privacy information not available"
+msgstr "La información sobre privacidad remota no está disponible"
-#: ../../Zotlabs/Module/Invite.php:171
-#, php-format
-msgid "(%s) : email address already in use"
-msgstr "(%s) : La dirección de correo electrónico ya está en uso"
+#: ../../Zotlabs/Module/Lockview.php:144 ../../Zotlabs/Module/Lockview.php:203
+#: ../../Zotlabs/Module/Acl.php:123
+msgctxt "acl"
+msgid "Profile"
+msgstr "Perfil"
-#: ../../Zotlabs/Module/Invite.php:178
-#, php-format
-msgid "(%s) : Accepted email address"
-msgstr "(%s) : Dirección de correo electrónico aceptada"
+#: ../../Zotlabs/Module/Lockview.php:155 ../../Zotlabs/Module/Lockview.php:212
+msgid "Privacy group"
+msgstr "Grupo de canales"
-#: ../../Zotlabs/Module/Invite.php:270
-#, php-format
-msgid "To %s : Message delivery success."
-msgstr "To %s : Entrega exitosa del mensaje."
+#: ../../Zotlabs/Module/Lockview.php:183
+msgid "Item"
+msgstr "Elemento"
-#: ../../Zotlabs/Module/Invite.php:302
+#: ../../Zotlabs/Module/Lockview.php:230
#, php-format
-msgid "%1$d mail(s) sent, %2$d mail error(s)"
-msgstr "%1$d correo(s) enviado, %2$d error(es) de correo"
-
-#: ../../Zotlabs/Module/Invite.php:327
-msgid "Invites not proposed by configuration"
-msgstr "Invitaciones no propuestas por la configuración"
+msgid "Click to copy link to this ressource for guest %s to clipboard"
+msgstr "Haga clic para copiar el enlace a este recurso para invitados %sen el portapapeles"
-#: ../../Zotlabs/Module/Invite.php:328
-msgid "Contact the site admin"
-msgstr "Contactar con el administrador del sitio"
+#: ../../Zotlabs/Module/Lockview.php:230
+msgid "Link copied"
+msgstr "Enlace copiado"
-#: ../../Zotlabs/Module/Invite.php:344
-msgid "Invites by users not enabled"
-msgstr "Invitaciones de usuarios no habilitadas"
+#: ../../Zotlabs/Module/Lockview.php:235
+msgid "Access"
+msgstr "Acceso"
-#: ../../Zotlabs/Module/Invite.php:349
-msgid "You have no more invitations available"
-msgstr "No tiene más invitaciones disponibles"
+#: ../../Zotlabs/Module/Lockview.php:237
+msgid "OCAP access"
+msgstr "Acceso OCAP"
-#: ../../Zotlabs/Module/Invite.php:365
-msgid "Not on xchan"
-msgstr "No en xchan"
+#: ../../Zotlabs/Module/Channel_calendar.php:62
+msgid "Event can not end before it has started."
+msgstr "Un evento no puede terminar antes de que haya comenzado."
-#: ../../Zotlabs/Module/Invite.php:398
-msgid "All users invitation limit exceeded."
-msgstr "Se ha superado el límite de invitaciones a todos los usuarios."
+#: ../../Zotlabs/Module/Channel_calendar.php:64
+#: ../../Zotlabs/Module/Channel_calendar.php:72
+#: ../../Zotlabs/Module/Channel_calendar.php:87
+msgid "Unable to generate preview."
+msgstr "No se puede crear la vista previa."
-#: ../../Zotlabs/Module/Invite.php:416
-msgid "Invitation expires after"
-msgstr "La invitación expira después de "
+#: ../../Zotlabs/Module/Channel_calendar.php:70
+msgid "Event title and start time are required."
+msgstr "Se requieren el título del evento y su hora de inicio."
-#: ../../Zotlabs/Module/Invite.php:517 ../../Zotlabs/Module/Invite.php:556
-msgid "Invitation"
-msgstr "Invitación"
+#: ../../Zotlabs/Module/Channel_calendar.php:85
+#: ../../Zotlabs/Module/Channel_calendar.php:226
+msgid "Event not found."
+msgstr "Evento no encontrado."
-#: ../../Zotlabs/Module/Invite.php:547
-msgid "Send invitations"
-msgstr "Enviar invitaciones"
+#: ../../Zotlabs/Module/Channel_calendar.php:370
+msgid "Edit event"
+msgstr "Editar evento"
-#: ../../Zotlabs/Module/Invite.php:548
-msgid "Invitations I am using"
-msgstr "Invitaciones que estoy utilizando "
+#: ../../Zotlabs/Module/Channel_calendar.php:372
+msgid "Delete event"
+msgstr "Borrar evento"
-#: ../../Zotlabs/Module/Invite.php:549
-msgid "Invitations we are using"
-msgstr "Invitaciones que usamos "
+#: ../../Zotlabs/Module/Channel_calendar.php:406
+msgid "calendar"
+msgstr "calendario"
-#: ../../Zotlabs/Module/Invite.php:550
-msgid "§ Note, the email(s) sent will be recorded in the system logs"
-msgstr "§ Nota: el/los correo(s) electrónicos enviados quedarán registrados en los registros del sistema"
+#: ../../Zotlabs/Module/Channel_calendar.php:493
+msgid "Failed to remove event"
+msgstr "Error al eliminar el evento"
-#: ../../Zotlabs/Module/Invite.php:551
-msgid "Enter email addresses, one per line:"
-msgstr "Introduzca las direcciones de correo electrónico, una por línea:"
+#: ../../Zotlabs/Module/Go.php:21
+msgid "This page is available only to site members"
+msgstr "Esta página está disponible sólo para los miembros del sitio"
-#: ../../Zotlabs/Module/Invite.php:552
-msgid "Your message:"
-msgstr "Su mensaje:"
+#: ../../Zotlabs/Module/Go.php:29
+msgid "What would you like to do?"
+msgstr "¿Qué le gustaría hacer?"
-#: ../../Zotlabs/Module/Invite.php:553
-msgid "Invite template"
-msgstr "Plantilla de invitación"
+#: ../../Zotlabs/Module/Go.php:31
+msgid ""
+"Please bookmark this page if you would like to return to it in the future"
+msgstr "Por favor añada esta página a sus marcadores si desea volver a ella en el futuro."
-#: ../../Zotlabs/Module/Invite.php:555
-msgid "Subject:"
-msgstr "Asunto:"
+#: ../../Zotlabs/Module/Go.php:35
+msgid "Upload a profile photo"
+msgstr "Subir una foto de perfil"
-#: ../../Zotlabs/Module/Invite.php:561
-msgid "Here you may enter personal notes to the recipient(s)"
-msgstr "Aquí puede introducir notas personales para el/los destinatario(s)"
+#: ../../Zotlabs/Module/Go.php:36
+msgid "Upload a cover photo"
+msgstr "Subir una foto de portada del perfil"
-#: ../../Zotlabs/Module/Sse_bs.php:605
-msgid "Private forum"
-msgstr "Foro privado"
+#: ../../Zotlabs/Module/Go.php:37
+msgid "Edit your default profile"
+msgstr "Editar su perfil por defecto"
-#: ../../Zotlabs/Module/Sse_bs.php:605
-msgid "Public forum"
-msgstr "Foro público"
+#: ../../Zotlabs/Module/Go.php:39
+msgid "View the channel directory"
+msgstr "Ver el directorio de canales"
-#: ../../Zotlabs/Module/Xchan.php:10
-msgid "Xchan Lookup"
-msgstr "Búsqueda de canales"
+#: ../../Zotlabs/Module/Go.php:40
+msgid "View/edit your channel settings"
+msgstr "Ver o modificar los ajustes de su canal"
-#: ../../Zotlabs/Module/Xchan.php:13
-msgid "Lookup xchan beginning with (or webbie): "
-msgstr "Buscar un canal (o un \"webbie\") que comience por:"
+#: ../../Zotlabs/Module/Go.php:41
+msgid "View the site or project documentation"
+msgstr "Ver el sitio o la documentación del proyecto"
-#: ../../Zotlabs/Module/Affinity.php:35
-msgid "Affinity Tool settings updated."
-msgstr "Actualización de los ajustes de Affinity Tool."
+#: ../../Zotlabs/Module/Go.php:42
+msgid "Visit your channel homepage"
+msgstr "Visitar la página principal de su canal"
-#: ../../Zotlabs/Module/Affinity.php:54
+#: ../../Zotlabs/Module/Go.php:43
msgid ""
-"The numbers below represent the minimum and maximum slider default positions"
-" for your network/stream page as a percentage."
-msgstr "Los números que aparecen a continuación representan las posiciones predeterminadas mínimas y máximas de los controles deslizantes para su red/stream en forma de porcentaje."
+"View your connections and/or add somebody whose address you already know"
+msgstr "Vea sus conexiones y/o agregue a alguien cuya dirección ya conozca"
-#: ../../Zotlabs/Module/Affinity.php:61
-msgid "Default maximum affinity level"
-msgstr "Nivel máximo de afinidad por defecto"
+#: ../../Zotlabs/Module/Go.php:44
+msgid ""
+"View your personal stream (this may be empty until you add some connections)"
+msgstr "Ver su \"stream\" personal (puede que esté vacío hasta que agregue algunas conexiones)"
-#: ../../Zotlabs/Module/Affinity.php:61
-msgid "0-99 default 99"
-msgstr "0-99 por defecto 99"
+#: ../../Zotlabs/Module/Go.php:52
+msgid "View the public stream. Warning: this content is not moderated"
+msgstr "Ver el \"stream\" público. Advertencia: este contenido no está moderado"
-#: ../../Zotlabs/Module/Affinity.php:67
-msgid "Default minimum affinity level"
-msgstr "Nivel mínimo de afinidad por defecto"
+#: ../../Zotlabs/Module/Chat.php:193
+msgid "Room not found"
+msgstr "Sala no encontrada"
-#: ../../Zotlabs/Module/Affinity.php:67
-msgid "0-99 - default 0"
-msgstr "0-99 - por defecto 0"
+#: ../../Zotlabs/Module/Chat.php:209
+msgid "Leave Room"
+msgstr "Abandonar la sala"
-#: ../../Zotlabs/Module/Affinity.php:73
-msgid "Persistent affinity levels"
-msgstr "Niveles de afinidad persistentes"
+#: ../../Zotlabs/Module/Chat.php:210
+msgid "Delete Room"
+msgstr "Eliminar esta sala"
-#: ../../Zotlabs/Module/Affinity.php:73
-msgid ""
-"If disabled the max and min levels will be reset to default after page "
-"reload"
-msgstr "Si está desactivado, los niveles máximo y mínimo se restablecerán a los valores predeterminados después de recargar la página."
+#: ../../Zotlabs/Module/Chat.php:211
+msgid "I am away right now"
+msgstr "Estoy ausente momentáneamente"
-#: ../../Zotlabs/Module/Affinity.php:81
-msgid "Affinity Tool Settings"
-msgstr "Ajustes de Affinity Tool"
+#: ../../Zotlabs/Module/Chat.php:212
+msgid "I am online"
+msgstr "Estoy conectado/a"
-#: ../../Zotlabs/Module/Settings/Network.php:42
-#: ../../Zotlabs/Module/Settings/Channel_home.php:46
-msgid "Max height of content (in pixels)"
-msgstr "Altura máxima del contenido (en píxeles)"
+#: ../../Zotlabs/Module/Chat.php:214
+msgid "Bookmark this room"
+msgstr "Añadir esta sala a Marcadores"
-#: ../../Zotlabs/Module/Settings/Network.php:44
-#: ../../Zotlabs/Module/Settings/Channel_home.php:48
-msgid "Click to expand content exceeding this height"
-msgstr "Haga clic para expandir el contenido que exceda esta altura"
+#: ../../Zotlabs/Module/Chat.php:237
+msgid "New Chatroom"
+msgstr "Nueva sala de chat"
-#: ../../Zotlabs/Module/Settings/Network.php:59
-msgid "Stream Settings"
-msgstr "Ajustes del stream"
+#: ../../Zotlabs/Module/Chat.php:238
+msgid "Chatroom name"
+msgstr "Nombre de la sala de chat"
-#: ../../Zotlabs/Module/Settings/Features.php:45
-msgid "Additional Features"
-msgstr "Funcionalidades"
+#: ../../Zotlabs/Module/Chat.php:239
+msgid "Expiration of chats (minutes)"
+msgstr "Caducidad de los mensajes en los chats (en minutos)"
-#: ../../Zotlabs/Module/Settings/Channel.php:105
-#: ../../Zotlabs/Module/Settings/Channel.php:217
-msgid "Please select a channel role"
-msgstr "Por favor, seleccione un rol de canal"
+#: ../../Zotlabs/Module/Chat.php:255
+#, php-format
+msgid "%1$s's Chatrooms"
+msgstr "Salas de chat de %1$s"
-#: ../../Zotlabs/Module/Settings/Channel.php:194
-msgid "Your channel address is"
-msgstr "Su dirección de canal es"
+#: ../../Zotlabs/Module/Chat.php:260
+msgid "No chatrooms available"
+msgstr "No hay salas de chat disponibles"
-#: ../../Zotlabs/Module/Settings/Channel.php:197
-msgid "Your files/photos are accessible via WebDAV at"
-msgstr "Sus archivos y fotos son accesibles a través de WebDAV en "
+#: ../../Zotlabs/Module/Chat.php:261
+msgid "Add Room"
+msgstr "Añadir una sala de chat"
-#: ../../Zotlabs/Module/Settings/Channel.php:228
-msgid "Channel Settings"
-msgstr "Ajustes del canal"
+#: ../../Zotlabs/Module/Chat.php:264
+msgid "Expiration"
+msgstr "Caducidad"
-#: ../../Zotlabs/Module/Settings/Channel.php:235
-msgid "Basic Settings"
-msgstr "Configuración básica"
+#: ../../Zotlabs/Module/Chat.php:265
+msgid "min"
+msgstr "min"
-#: ../../Zotlabs/Module/Settings/Channel.php:236
-msgid "Channel timezone:"
-msgstr "Zona horaria del canal: "
+#: ../../Zotlabs/Module/Regate.php:84
+msgid "Email resent"
+msgstr "Correo electrónico reenviado"
-#: ../../Zotlabs/Module/Settings/Channel.php:237
-msgid "Default post location:"
-msgstr "Ubicación de publicación predeterminada: "
+#: ../../Zotlabs/Module/Regate.php:84
+msgid "Email resend failed"
+msgstr "Fallo en el reenvío del correo electrónico"
-#: ../../Zotlabs/Module/Settings/Channel.php:237
-msgid "Geographical location to display on your posts"
-msgstr "Localización geográfica que debe mostrarse en sus publicaciones"
+#: ../../Zotlabs/Module/Regate.php:109
+msgid "Verification successful"
+msgstr "¡Verificación exitosa!"
-#: ../../Zotlabs/Module/Settings/Channel.php:238
-msgid "Use browser location"
-msgstr "Usar la localización del navegador: "
+#: ../../Zotlabs/Module/Regate.php:153
+msgid "Account successfull created"
+msgstr "Cuenta creada con éxito"
-#: ../../Zotlabs/Module/Settings/Channel.php:239
-msgid "Adult content"
-msgstr "Contenido solo para adultos"
+#: ../../Zotlabs/Module/Regate.php:211
+msgid "Channel successfull created"
+msgstr "Canal creado con éxito"
-#: ../../Zotlabs/Module/Settings/Channel.php:239
-msgid "This channel frequently or regularly publishes adult content"
-msgstr "Este canal publica con frecuencia o regularmente contenidos para adultos"
+#: ../../Zotlabs/Module/Regate.php:217
+msgid "Automatic channel creation failed. Please create a channel."
+msgstr "La creación automática de canales ha fallado. Por favor, cree un canal."
-#: ../../Zotlabs/Module/Settings/Channel.php:240
-msgid "Maximum Friend Requests/Day:"
-msgstr "Máximo de solicitudes de amistad por día:"
+#: ../../Zotlabs/Module/Regate.php:229
+msgid "Account creation error"
+msgstr "Error en la creación de la cuenta"
-#: ../../Zotlabs/Module/Settings/Channel.php:240
-msgid "May reduce spam activity"
-msgstr "Podría reducir la actividad de spam"
+#: ../../Zotlabs/Module/Regate.php:241
+msgid "Verify failed"
+msgstr "Verificación fallida"
-#: ../../Zotlabs/Module/Settings/Channel.php:241
-#: ../../Zotlabs/Lib/Enotify.php:68
-msgid "Notification Settings"
-msgstr "Configuración de las notificaciones"
+#: ../../Zotlabs/Module/Regate.php:246
+msgid "Token verification failed"
+msgstr "Ha fallado el token de verificación."
-#: ../../Zotlabs/Module/Settings/Channel.php:242
-msgid "By default post a status message when:"
-msgstr "Por defecto, enviar un mensaje de estado cuando:"
+#: ../../Zotlabs/Module/Regate.php:251
+msgid "Request not inside time frame"
+msgstr "Solicitud fuera de plazo"
-#: ../../Zotlabs/Module/Settings/Channel.php:243
-msgid "accepting a friend request"
-msgstr "Acepte una solicitud de amistad"
+#: ../../Zotlabs/Module/Regate.php:257 ../../Zotlabs/Module/Regate.php:287
+msgid "Identity unknown"
+msgstr "Identidad desconocida"
-#: ../../Zotlabs/Module/Settings/Channel.php:244
-msgid "joining a forum/community"
-msgstr "al unirse a un foro o comunidad"
+#: ../../Zotlabs/Module/Regate.php:263
+msgid "dId2 mistaken"
+msgstr "did2 equivocado/a"
-#: ../../Zotlabs/Module/Settings/Channel.php:245
-msgid "making an <em>interesting</em> profile change"
-msgstr "Realice un cambio <em>interesante</em> en su perfil"
+#: ../../Zotlabs/Module/Regate.php:291
+msgid "Your Registration ID"
+msgstr "Su ID de registro"
-#: ../../Zotlabs/Module/Settings/Channel.php:246
-msgid "Send a notification email when:"
-msgstr "Enviar una notificación por correo electrónico cuando:"
+#: ../../Zotlabs/Module/Regate.php:304 ../../Zotlabs/Module/Regate.php:396
+#: ../../Zotlabs/Module/Regate.php:428
+msgid "Registration verification"
+msgstr "Verificación del registro"
-#: ../../Zotlabs/Module/Settings/Channel.php:247
-msgid "You receive a connection request"
-msgstr "Reciba una solicitud de conexión"
+#: ../../Zotlabs/Module/Regate.php:311 ../../Zotlabs/Module/Regate.php:433
+msgid "Hold on, you can start verification in"
+msgstr "Espere, puede empezar la verificación en "
-#: ../../Zotlabs/Module/Settings/Channel.php:248
-msgid "Your connections are confirmed"
-msgstr "Sus conexiones hayan sido confirmadas"
+#: ../../Zotlabs/Module/Regate.php:312
+msgid "Please remember your verification token for ID"
+msgstr "Por favor, recuerde su token de verificación para la identificación"
-#: ../../Zotlabs/Module/Settings/Channel.php:249
-msgid "Someone writes on your profile wall"
-msgstr "Alguien escriba en la página de su perfil (\"muro\")"
+#: ../../Zotlabs/Module/Regate.php:314
+msgid "Token validity"
+msgstr "Validez del token"
-#: ../../Zotlabs/Module/Settings/Channel.php:250
-msgid "Someone writes a followup comment"
-msgstr "Alguien escriba un comentario sobre sus publicaciones"
+#: ../../Zotlabs/Module/Regate.php:350
+msgid "Resend email"
+msgstr "Reenvío de correo electrónico"
-#: ../../Zotlabs/Module/Settings/Channel.php:251
-msgid "You receive a private message"
-msgstr "Reciba un mensaje privado"
+#: ../../Zotlabs/Module/Regate.php:355
+msgid "Registration status"
+msgstr "Estado del registro"
-#: ../../Zotlabs/Module/Settings/Channel.php:252
-msgid "You receive a friend suggestion"
-msgstr "Reciba una sugerencia de amistad"
+#: ../../Zotlabs/Module/Regate.php:358
+msgid "Verification successful!"
+msgstr "¡Verificación exitosa!"
-#: ../../Zotlabs/Module/Settings/Channel.php:253
-msgid "You are tagged in a post"
-msgstr "Usted sea etiquetado en una publicación"
+#: ../../Zotlabs/Module/Regate.php:359
+msgid "Your login ID is"
+msgstr "Su ID de acceso es"
-#: ../../Zotlabs/Module/Settings/Channel.php:254
-msgid "You are poked/prodded/etc. in a post"
-msgstr "Reciba un toque o incitación en una publicación"
+#: ../../Zotlabs/Module/Regate.php:360
+msgid ""
+"After your account has been approved by our administrator you will be able "
+"to login with your login ID and your provided password."
+msgstr "Una vez que su cuenta haya sido aprobada por nuestro administrador, podrá iniciar sesión con su ID de acceso y la contraseña proporcionada."
-#: ../../Zotlabs/Module/Settings/Channel.php:255
-msgid "Someone likes your post/comment"
-msgstr "Alguien muestre agrado por su entrada o comentario"
+#: ../../Zotlabs/Module/Regate.php:372
+msgid "Registration request revoked"
+msgstr "Solicitud de registro anulada"
-#: ../../Zotlabs/Module/Settings/Channel.php:256
-msgid "Show visual notifications including:"
-msgstr "Mostrar notificaciones visuales que incluyan:"
+#: ../../Zotlabs/Module/Regate.php:373
+msgid "Sorry for any inconvience. Thank you for your response."
+msgstr "Disculpe las molestias. Gracias por su respuesta."
-#: ../../Zotlabs/Module/Settings/Channel.php:257
-msgid "Unseen stream activity"
-msgstr "Actividad del stream no vista"
+#: ../../Zotlabs/Module/Regate.php:397
+msgid "Please enter your verification token for ID"
+msgstr "Por favor, introduzca su token de verificación para la identificación"
-#: ../../Zotlabs/Module/Settings/Channel.php:258
-msgid "Unseen channel activity"
-msgstr "Actividad no vista en el canal"
+#: ../../Zotlabs/Module/Regate.php:398 ../../Zotlabs/Module/Regate.php:425
+msgid "Please check your email!"
+msgstr "¡Por favor, compruebe su correo electrónico!"
-#: ../../Zotlabs/Module/Settings/Channel.php:259
-msgid "Unseen private messages"
-msgstr "Mensajes privados no leídos"
+#: ../../Zotlabs/Module/Regate.php:408
+msgid "Verification token"
+msgstr "Token de verificación "
-#: ../../Zotlabs/Module/Settings/Channel.php:259
-#: ../../Zotlabs/Module/Settings/Channel.php:264
-#: ../../Zotlabs/Module/Settings/Channel.php:265
-#: ../../Zotlabs/Module/Settings/Channel.php:266
-msgid "Recommended"
-msgstr "Recomendado"
+#: ../../Zotlabs/Module/Regate.php:419
+msgid "ID expired"
+msgstr "ID caducada"
-#: ../../Zotlabs/Module/Settings/Channel.php:260
-msgid "Upcoming events"
-msgstr "Próximos eventos"
+#: ../../Zotlabs/Module/Regate.php:434
+msgid "You will require the verification token for ID"
+msgstr "Necesitará el token de verificación para identificarse"
-#: ../../Zotlabs/Module/Settings/Channel.php:261
-msgid "Events today"
-msgstr "Eventos de hoy"
+#: ../../Zotlabs/Module/Regate.php:443
+msgid "Unknown or expired ID"
+msgstr "ID desconocida o caducada"
-#: ../../Zotlabs/Module/Settings/Channel.php:262
-msgid "Upcoming birthdays"
-msgstr "Próximos cumpleaños"
+#: ../../Zotlabs/Module/Regate.php:454
+msgid "dId2 malformed"
+msgstr "did2 malformado/a"
-#: ../../Zotlabs/Module/Settings/Channel.php:262
-msgid "Not available in all themes"
-msgstr "No disponible en todos los temas"
+#: ../../Zotlabs/Module/Editlayout.php:137
+msgid "Edit Layout"
+msgstr "Modificar la plantilla"
-#: ../../Zotlabs/Module/Settings/Channel.php:263
-msgid "System (personal) notifications"
-msgstr "Notificaciones del sistema (personales)"
+#: ../../Zotlabs/Module/Setup.php:179
+msgid "$Projectname Server - Setup"
+msgstr "Servidor $Projectname - Instalación"
-#: ../../Zotlabs/Module/Settings/Channel.php:264
-msgid "System info messages"
-msgstr "Mensajes de información del sistema"
+#: ../../Zotlabs/Module/Setup.php:183
+msgid "Could not connect to database."
+msgstr "No se ha podido conectar a la base de datos."
-#: ../../Zotlabs/Module/Settings/Channel.php:265
-msgid "System critical alerts"
-msgstr "Alertas críticas del sistema"
+#: ../../Zotlabs/Module/Setup.php:187
+msgid ""
+"Could not connect to specified site URL. Possible SSL certificate or DNS "
+"issue."
+msgstr "No se puede conectar con la dirección del sitio indicada. Podría tratarse de un problema de SSL o DNS."
-#: ../../Zotlabs/Module/Settings/Channel.php:266
-msgid "New connections"
-msgstr "Nuevas conexiones"
+#: ../../Zotlabs/Module/Setup.php:194
+msgid "Could not create table."
+msgstr "No se puede crear la tabla."
-#: ../../Zotlabs/Module/Settings/Channel.php:267
-msgid "System Registrations"
-msgstr "Registros del sistema"
+#: ../../Zotlabs/Module/Setup.php:200
+msgid "Your site database has been installed."
+msgstr "La base de datos del sitio ha sido instalada."
-#: ../../Zotlabs/Module/Settings/Channel.php:268
-msgid "Unseen shared files"
-msgstr "Ficheros compartidos no vistos"
+#: ../../Zotlabs/Module/Setup.php:206
+msgid ""
+"You may need to import the file \"install/schema_xxx.sql\" manually using a "
+"database client."
+msgstr "Podría tener que importar manualmente el fichero \"install/schema_xxx.sql\" usando un cliente de base de datos."
-#: ../../Zotlabs/Module/Settings/Channel.php:269
-msgid "Unseen public stream activity"
-msgstr "Actividad del stream público no vista"
+#: ../../Zotlabs/Module/Setup.php:207 ../../Zotlabs/Module/Setup.php:271
+#: ../../Zotlabs/Module/Setup.php:778
+msgid "Please see the file \"install/INSTALL.txt\"."
+msgstr "Por favor, lea el fichero \"install/INSTALL.txt\"."
-#: ../../Zotlabs/Module/Settings/Channel.php:270
-msgid "Unseen likes and dislikes"
-msgstr "Los \"me gusta\" y \"no me gusta\" no vistos"
+#: ../../Zotlabs/Module/Setup.php:268
+msgid "System check"
+msgstr "Verificación del sistema"
-#: ../../Zotlabs/Module/Settings/Channel.php:271
-msgid "Unseen forum posts"
-msgstr "Entradas no vistas en el foro"
+#: ../../Zotlabs/Module/Setup.php:273
+msgid "Check again"
+msgstr "Verificar de nuevo"
-#: ../../Zotlabs/Module/Settings/Channel.php:272
-msgid "Email notification hub (hostname)"
-msgstr "Email de notificación del hub (nombre del host)"
+#: ../../Zotlabs/Module/Setup.php:294
+msgid "Database connection"
+msgstr "Conexión a la base de datos"
-#: ../../Zotlabs/Module/Settings/Channel.php:272
-#, php-format
+#: ../../Zotlabs/Module/Setup.php:295
msgid ""
-"If your channel is mirrored to multiple hubs, set this to your preferred "
-"location. This will prevent duplicate email notifications. Example: %s"
-msgstr "Si su canal está replicado en múltiples hubs, colóquelo en su ubicación preferida. Esto evitará la duplicación de notificaciones por correo electrónico. Ejemplo: %s"
+"In order to install $Projectname we need to know how to connect to your "
+"database."
+msgstr "Para instalar $Projectname es necesario saber cómo conectar con su base de datos."
-#: ../../Zotlabs/Module/Settings/Channel.php:273
-msgid "Show new wall posts, private messages and connections under Notices"
-msgstr "Mostrar nuevos mensajes en el muro, mensajes privados y conexiones en Avisos"
+#: ../../Zotlabs/Module/Setup.php:296
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Por favor, contacte con el proveedor de servicios o el administrador del sitio si tiene dudas sobre estos ajustes."
-#: ../../Zotlabs/Module/Settings/Channel.php:274
-msgid "Mark all notices of the thread read if a notice is clicked"
-msgstr "Marcar todos los avisos del hilo como leídos si se hace clic en un aviso"
+#: ../../Zotlabs/Module/Setup.php:297
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "La base de datos que especifique a continuación debe existir ya. Si no es así, por favor, créela antes de seguir."
-#: ../../Zotlabs/Module/Settings/Channel.php:274
-msgid "If no, only the clicked notice will be marked read"
-msgstr "Si no, sólo se marcará como leída la notificación en la que se haya hecho clic"
+#: ../../Zotlabs/Module/Setup.php:301
+msgid "Database Server Name"
+msgstr "Nombre del servidor de base de datos"
-#: ../../Zotlabs/Module/Settings/Channel.php:275
-msgid ""
-"Desktop notifications are unavailable because the required browser "
-"permission has not been granted"
-msgstr "Las notificaciones de escritorio no están disponibles porque no se ha concedido el permiso necesario al navegador"
+#: ../../Zotlabs/Module/Setup.php:301
+msgid "Default is 127.0.0.1"
+msgstr "De forma predeterminada es 127.0.0.1"
-#: ../../Zotlabs/Module/Settings/Channel.php:276
-msgid "Grant permission"
-msgstr "Permiso concedido"
+#: ../../Zotlabs/Module/Setup.php:302
+msgid "Database Port"
+msgstr "Puerto de la base de datos"
-#: ../../Zotlabs/Module/Settings/Channel.php:277
-msgid "Notify me of events this many days in advance"
-msgstr "Avisarme de los eventos con algunos días de antelación"
+#: ../../Zotlabs/Module/Setup.php:302
+msgid "Communication port number - use 0 for default"
+msgstr "Número del puerto de comunicaciones - use 0 como valor por defecto"
-#: ../../Zotlabs/Module/Settings/Channel.php:277
-msgid "Must be greater than 0"
-msgstr "Debe ser mayor que 0"
+#: ../../Zotlabs/Module/Setup.php:303
+msgid "Database Login Name"
+msgstr "Usuario de la base de datos"
-#: ../../Zotlabs/Module/Settings/Channel.php:280
-msgid "Default photo upload folder"
-msgstr "Carpeta por defecto de las fotos subidas"
+#: ../../Zotlabs/Module/Setup.php:304
+msgid "Database Login Password"
+msgstr "Contraseña de acceso a la base de datos"
-#: ../../Zotlabs/Module/Settings/Channel.php:280
-#: ../../Zotlabs/Module/Settings/Channel.php:281
-msgid "%Y - current year, %m - current month"
-msgstr "%Y - año en curso, %m - mes actual"
+#: ../../Zotlabs/Module/Setup.php:305
+msgid "Database Name"
+msgstr "Nombre de la base de datos"
-#: ../../Zotlabs/Module/Settings/Channel.php:281
-msgid "Default file upload folder"
-msgstr "Carpeta por defecto de los ficheros subidos"
+#: ../../Zotlabs/Module/Setup.php:306
+msgid "Database Type"
+msgstr "Tipo de base de datos"
-#: ../../Zotlabs/Module/Settings/Channel.php:283
-msgid "Remove this channel."
-msgstr "Eliminar este canal."
+#: ../../Zotlabs/Module/Setup.php:308 ../../Zotlabs/Module/Setup.php:348
+msgid "Site administrator email address"
+msgstr "Dirección de correo electrónico del administrador del sitio"
-#: ../../Zotlabs/Module/Settings/Channel.php:284
-msgid "Expire other channel content after this many days"
-msgstr "Caducar contenido de otros canales después de este número de días"
+#: ../../Zotlabs/Module/Setup.php:308 ../../Zotlabs/Module/Setup.php:348
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Su cuenta deberá usar la misma dirección de correo electrónico para poder utilizar el panel de administración web."
-#: ../../Zotlabs/Module/Settings/Channel.php:284
-msgid "0 or blank to use the website limit."
-msgstr "0 o en blanco para usar el límite del sitio web."
+#: ../../Zotlabs/Module/Setup.php:309 ../../Zotlabs/Module/Setup.php:350
+msgid "Website URL"
+msgstr "Dirección del sitio web"
-#: ../../Zotlabs/Module/Settings/Channel.php:284
-#, php-format
-msgid "This website expires after %d days."
-msgstr "Este sitio web caduca después de %d días."
+#: ../../Zotlabs/Module/Setup.php:309 ../../Zotlabs/Module/Setup.php:350
+msgid "Please use SSL (https) URL if available."
+msgstr "Por favor, use SSL (https) si está disponible."
-#: ../../Zotlabs/Module/Settings/Channel.php:284
-msgid "This website does not expire imported content."
-msgstr "Este sitio web no caduca el contenido importado."
+#: ../../Zotlabs/Module/Setup.php:310 ../../Zotlabs/Module/Setup.php:352
+msgid "Please select a default timezone for your website"
+msgstr "Por favor, selecciones el huso horario por defecto de su sitio web"
-#: ../../Zotlabs/Module/Settings/Channel.php:284
-msgid "The website limit takes precedence if lower than your limit."
-msgstr "El límite del sitio web tiene prioridad si es inferior a su propio límite."
+#: ../../Zotlabs/Module/Setup.php:337
+msgid "Site settings"
+msgstr "Ajustes del sitio"
-#: ../../Zotlabs/Module/Settings/Channel.php:285
-#: ../../Zotlabs/Module/Settings/Channel.php:286
-msgid ""
-"Words one per line or #tags, $categories, /patterns/, lang=xx, lang!=xx - "
-"leave blank to import all posts"
-msgstr "Palabras una por línea o #tags, $categories, /patterns/, lang=xx, lang!=xx - dejar en blanco para importar todas las entradas"
+#: ../../Zotlabs/Module/Setup.php:391
+msgid "PHP version 8.0 or greater is required."
+msgstr "Se requiere la versión 8.0 o superior de PHP."
-#: ../../Zotlabs/Module/Settings/Account.php:21
-msgid "Not valid email."
-msgstr "Correo electrónico no válido."
+#: ../../Zotlabs/Module/Setup.php:392
+msgid "PHP version"
+msgstr "Versión de PHP"
-#: ../../Zotlabs/Module/Settings/Account.php:24
-msgid "Protected email address. Cannot change to that email."
-msgstr "Dirección de correo electrónico protegida. No se puede cambiar a ella."
+#: ../../Zotlabs/Module/Setup.php:408
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "No se puede encontrar una versión en línea de comandos de PHP en la ruta del servidor web."
-#: ../../Zotlabs/Module/Settings/Account.php:33
-msgid "System failure storing new email. Please try again."
-msgstr "Fallo de sistema al guardar el nuevo correo electrónico. Por favor, inténtelo de nuevo."
+#: ../../Zotlabs/Module/Setup.php:409
+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 "Si no tiene instalada la versión de línea de comandos de PHP en su servidor, no podrá realizar envíos en segundo plano mediante cron."
-#: ../../Zotlabs/Module/Settings/Account.php:51
-msgid "Password verification failed."
-msgstr "La comprobación de la contraseña ha fallado."
+#: ../../Zotlabs/Module/Setup.php:413
+msgid "PHP executable path"
+msgstr "Ruta del ejecutable PHP"
-#: ../../Zotlabs/Module/Settings/Account.php:58
-msgid "Passwords do not match. Password unchanged."
-msgstr "Las contraseñas no coinciden. La contraseña no se ha cambiado."
+#: ../../Zotlabs/Module/Setup.php:413
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Introducir la ruta completa del ejecutable PHP. Puede dejar la línea en blanco para continuar la instalación."
-#: ../../Zotlabs/Module/Settings/Account.php:62
-msgid "Empty passwords are not allowed. Password unchanged."
-msgstr "No se permiten contraseñas vacías. La contraseña no se ha cambiado."
+#: ../../Zotlabs/Module/Setup.php:418
+msgid "Command line PHP"
+msgstr "PHP en línea de comandos"
-#: ../../Zotlabs/Module/Settings/Account.php:76
-msgid "Password changed."
-msgstr "Contraseña cambiada."
+#: ../../Zotlabs/Module/Setup.php:428
+msgid ""
+"Unable to check command line PHP, as shell_exec() is disabled. This is "
+"required."
+msgstr "No se puede comprobar la línea de comandos PHP, ya que shell_exec() está deshabilitado. Es necesario que esté activado."
-#: ../../Zotlabs/Module/Settings/Account.php:78
-msgid "Password update failed. Please try again."
-msgstr "La actualización de la contraseña ha fallado. Por favor, inténtalo de nuevo."
+#: ../../Zotlabs/Module/Setup.php:432
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "La línea de comandos PHP de su sistema no tiene activado \"register_argc_argv\"."
-#: ../../Zotlabs/Module/Settings/Account.php:103
-msgid "Account Settings"
-msgstr "Configuración de la cuenta"
+#: ../../Zotlabs/Module/Setup.php:433
+msgid "This is required for message delivery to work."
+msgstr "Esto es necesario para que funcione la transmisión de mensajes."
-#: ../../Zotlabs/Module/Settings/Account.php:104
-msgid "Current Password"
-msgstr "Contraseña actual"
+#: ../../Zotlabs/Module/Setup.php:436
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
-#: ../../Zotlabs/Module/Settings/Account.php:105
-msgid "Enter New Password"
-msgstr "Escribir una nueva contraseña"
+#: ../../Zotlabs/Module/Setup.php:456
+msgid ""
+"This is not sufficient to upload larger images or files. You should be able "
+"to upload at least 4 MB at once."
+msgstr "Esto no es suficiente para subir imágenes o archivos más grandes. Usted debe ser capaz de subir al menos 4 MB a la vez."
-#: ../../Zotlabs/Module/Settings/Account.php:106
-msgid "Confirm New Password"
-msgstr "Confirmar la nueva contraseña"
+#: ../../Zotlabs/Module/Setup.php:458
+#, php-format
+msgid ""
+"Your max allowed total upload size is set to %s. Maximum size of one file to"
+" upload is set to %s. You are allowed to upload up to %d files at once."
+msgstr "La carga máxima que se le permite subir está establecida en %s. El tamaño máximo de un fichero está establecido en %s. Está permitido subir hasta un máximo de %d ficheros de una sola vez."
-#: ../../Zotlabs/Module/Settings/Account.php:106
-msgid "Leave password fields blank unless changing"
-msgstr "Dejar en blanco la contraseña a menos que desee cambiarla."
+#: ../../Zotlabs/Module/Setup.php:464
+msgid "You can adjust these settings in the server php.ini file."
+msgstr "Puede ajustar estos valores en el fichero php.ini de su servidor."
-#: ../../Zotlabs/Module/Settings/Account.php:108
-msgid "Multi-Factor Authentication"
-msgstr "Autenticación multifactorial"
+#: ../../Zotlabs/Module/Setup.php:466
+msgid "PHP upload limits"
+msgstr "Límites PHP de subida"
-#: ../../Zotlabs/Module/Settings/Account.php:109
-msgid "DId2 or Email Address:"
-msgstr "Did2 o dirección de correo electrónico: "
+#: ../../Zotlabs/Module/Setup.php:489
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de general claves de cifrado."
-#: ../../Zotlabs/Module/Settings/Account.php:112
-msgid "Remove this account including all its channels"
-msgstr "Eliminar esta cuenta incluyendo todos sus canales"
+#: ../../Zotlabs/Module/Setup.php:490
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Si está en un servidor Windows, por favor, lea \"http://www.php.net/manual/en/openssl.installation.php\"."
-#: ../../Zotlabs/Module/Settings/Featured.php:25
-msgid "No feature settings configured"
-msgstr "No se ha establecido la configuración de los complementos"
+#: ../../Zotlabs/Module/Setup.php:493
+msgid "Generate encryption keys"
+msgstr "Generar claves de cifrado"
-#: ../../Zotlabs/Module/Settings/Featured.php:34
-msgid "Addon Settings"
-msgstr "Ajustes de los complementos"
+#: ../../Zotlabs/Module/Setup.php:510
+msgid "libCurl PHP module"
+msgstr "módulo libCurl PHP"
-#: ../../Zotlabs/Module/Settings/Featured.php:35
-msgid "Please save/submit changes to any panel before opening another."
-msgstr "Guarde o envíe los cambios a cualquier panel antes de abrir otro."
+#: ../../Zotlabs/Module/Setup.php:511
+msgid "GD graphics PHP module"
+msgstr "módulo PHP GD graphics"
-#: ../../Zotlabs/Module/Settings/Events.php:40
-msgid "Events Settings"
-msgstr "Gestión de eventos"
+#: ../../Zotlabs/Module/Setup.php:512
+msgid "OpenSSL PHP module"
+msgstr "módulo PHP OpenSSL"
-#: ../../Zotlabs/Module/Settings/Manage.php:41
-msgid "Channel Manager Settings"
-msgstr "Ajustes del administrador de canales"
+#: ../../Zotlabs/Module/Setup.php:513
+msgid "PDO database PHP module"
+msgstr "Módulo PHP de la base de datos PDO "
-#: ../../Zotlabs/Module/Settings/Channel_home.php:61
-msgid "Personal menu to display in your channel pages"
-msgstr "Menú personal que debe mostrarse en las páginas de su canal"
+#: ../../Zotlabs/Module/Setup.php:514
+msgid "mb_string PHP module"
+msgstr "módulo PHP mb_string"
-#: ../../Zotlabs/Module/Settings/Channel_home.php:88
-msgid "Channel Home Settings"
-msgstr "Ajustes del canal"
+#: ../../Zotlabs/Module/Setup.php:515
+msgid "xml PHP module"
+msgstr "módulo PHP xml"
-#: ../../Zotlabs/Module/Settings/Calendar.php:40
-msgid "Calendar Settings"
-msgstr "Ajustes del calendario"
+#: ../../Zotlabs/Module/Setup.php:516
+msgid "zip PHP module"
+msgstr "Módulo zip PHP"
-#: ../../Zotlabs/Module/Settings/Multifactor.php:23
-msgid "Password is required"
-msgstr "Se necesita contraseña"
+#: ../../Zotlabs/Module/Setup.php:520 ../../Zotlabs/Module/Setup.php:522
+msgid "Apache mod_rewrite module"
+msgstr "módulo Apache mod_rewrite "
-#: ../../Zotlabs/Module/Settings/Multifactor.php:29
-msgid "The provided password is not correct"
-msgstr "La contraseña proporcionada no es correcta"
+#: ../../Zotlabs/Module/Setup.php:520
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Error: se necesita el módulo del servidor web Apache mod-rewrite pero no está instalado."
-#: ../../Zotlabs/Module/Settings/Multifactor.php:68
-msgid "Account Multi-Factor Authentication"
-msgstr "Autenticación multifactorial de la cuenta"
+#: ../../Zotlabs/Module/Setup.php:526 ../../Zotlabs/Module/Setup.php:529
+msgid "exec"
+msgstr "ejecutable"
-#: ../../Zotlabs/Module/Settings/Multifactor.php:69
+#: ../../Zotlabs/Module/Setup.php:526
msgid ""
-"This is your generated secret. It may be used in some cases if the QR image "
-"cannot be read. Please store it in a safe place."
-msgstr "Este es su secreto generado. Puede ser utilizado en algunos casos si la imagen QR no puede ser leída. Por favor, guárdelo en un lugar seguro."
+"Error: exec is required but is either not installed or has been disabled in "
+"php.ini"
+msgstr "Error: se necesita un ejecutable pero o no se instaló o está deshabilitado en php.ini"
-#: ../../Zotlabs/Module/Settings/Multifactor.php:70
-msgid "Please enter the code from your authenticator app"
-msgstr "Introduzca el código de su aplicación de autenticación"
+#: ../../Zotlabs/Module/Setup.php:532 ../../Zotlabs/Module/Setup.php:535
+msgid "shell_exec"
+msgstr "shell_exec"
-#: ../../Zotlabs/Module/Settings/Multifactor.php:71
-msgid "You will only be able to enable MFA if the test passes"
-msgstr "Sólo podrá activar la autenticación multifactorial si pasa la prueba"
+#: ../../Zotlabs/Module/Setup.php:532
+msgid ""
+"Error: shell_exec is required but is either not installed or has been "
+"disabled in php.ini"
+msgstr "Error: se necesita shell_exec pero o no se instaló o está deshabilitado en php.ini"
-#: ../../Zotlabs/Module/Settings/Multifactor.php:75
-msgid "Congratulations, the provided code was correct"
-msgstr "Enhorabuena, el código proporcionado era correcto"
+#: ../../Zotlabs/Module/Setup.php:540
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Error: se necesita el módulo PHP libCURL pero no está instalado."
-#: ../../Zotlabs/Module/Settings/Multifactor.php:76
-msgid "Incorrect code"
-msgstr "Código incorrecto"
+#: ../../Zotlabs/Module/Setup.php:544
+msgid ""
+"Error: GD PHP module with JPEG support or ImageMagick graphics library "
+"required but not installed."
+msgstr "Error: Se requiere el módulo GD PHP con soporte para JPEG o la biblioteca de gráficos ImageMagick, pero no está instalado."
-#: ../../Zotlabs/Module/Settings/Multifactor.php:79
-msgid "Enable Multi-Factor Authentication"
-msgstr "Habilitar la autenticación multifactorial"
+#: ../../Zotlabs/Module/Setup.php:548
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Error: el módulo PHP openssl es necesario, pero no está instalado."
-#: ../../Zotlabs/Module/Settings/Multifactor.php:81
-msgid "Logging in will require you to be in possession of your smartphone"
-msgstr "Para iniciar sesión, deberá estar en posesión de su smartphone"
+#: ../../Zotlabs/Module/Setup.php:554
+msgid ""
+"Error: PDO database PHP module missing a driver for either mysql or pgsql."
+msgstr "Error: El módulo PHP de la base de datos PDO carece de un controlador para mysql o pgsql."
-#: ../../Zotlabs/Module/Settings/Multifactor.php:84
-msgid "Your account password"
-msgstr "La contraseña de su cuenta "
+#: ../../Zotlabs/Module/Setup.php:559
+msgid "Error: PDO database PHP module required but not installed."
+msgstr "Error: se necesita el módulo PHP de la base de datos PDO, pero no está instalado."
-#: ../../Zotlabs/Module/Settings/Display.php:125
-#, php-format
-msgid "%s - (Experimental)"
-msgstr "%s - (Experimental)"
+#: ../../Zotlabs/Module/Setup.php:563
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Error: el módulo PHP mb_string es necesario, pero no está instalado."
-#: ../../Zotlabs/Module/Settings/Display.php:181
-msgid "Display Settings"
-msgstr "Ajustes de visualización"
+#: ../../Zotlabs/Module/Setup.php:567
+msgid "Error: xml PHP module required for DAV but not installed."
+msgstr "Error: el módulo PHP xml es necesario para DAV, pero no está instalado."
-#: ../../Zotlabs/Module/Settings/Display.php:182
-msgid "Theme Settings"
-msgstr "Ajustes del tema"
+#: ../../Zotlabs/Module/Setup.php:571
+msgid "Error: zip PHP module required but not installed."
+msgstr "Error: se requiere el módulo zip PHP pero no está instalado."
-#: ../../Zotlabs/Module/Settings/Display.php:183
-msgid "Custom Theme Settings"
-msgstr "Ajustes personalizados del tema"
+#: ../../Zotlabs/Module/Setup.php:590 ../../Zotlabs/Module/Setup.php:599
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php tiene permisos de escritura"
-#: ../../Zotlabs/Module/Settings/Display.php:184
-msgid "Content Settings"
-msgstr "Ajustes del contenido"
+#: ../../Zotlabs/Module/Setup.php:595
+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 "El instalador web no ha podido crear un fichero llamado “.htconfig.php” en la carpeta base de su servidor."
-#: ../../Zotlabs/Module/Settings/Display.php:190
-msgid "Display Theme:"
-msgstr "Tema gráfico del perfil:"
+#: ../../Zotlabs/Module/Setup.php:596
+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 "Esto está generalmente ligado a un problema de permisos, a causa del cual el servidor web tiene prohibido modificar ficheros en su carpeta - incluso si usted mismo tiene esos permisos."
-#: ../../Zotlabs/Module/Settings/Display.php:191
-msgid "Select scheme"
-msgstr "Elegir un esquema"
+#: ../../Zotlabs/Module/Setup.php:597
+msgid "Please see install/INSTALL.txt for additional information."
+msgstr "Por favor, consulte install/INSTALL.txt para más información."
-#: ../../Zotlabs/Module/Settings/Display.php:193
-msgid "Preload images before rendering the page"
-msgstr "Carga previa de las imágenes antes de generar la página"
+#: ../../Zotlabs/Module/Setup.php:613
+msgid ""
+"This software uses the Smarty3 template engine to render its web views. "
+"Smarty3 compiles templates to PHP to speed up rendering."
+msgstr "Este software hace uso del motor de plantillas Smarty3 para diseñar sus plantillas gráficas. Smarty3 compila las plantillas a PHP para acelerar la renderización."
-#: ../../Zotlabs/Module/Settings/Display.php:193
+#: ../../Zotlabs/Module/Setup.php:614
+#, php-format
msgid ""
-"The subjective page load time will be longer but the page will be ready when"
-" displayed"
-msgstr "El tiempo subjetivo de carga de la página será más largo, pero la página estará lista cuando se muestre."
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory %s under the top level web folder."
+msgstr "Para poder guardar las plantillas compiladas, el servidor web necesita permisos para acceder al directorio %s en la carpeta web principal."
-#: ../../Zotlabs/Module/Settings/Display.php:194
-msgid "Enable user zoom on mobile devices"
-msgstr "Habilitar zoom de usuario en dispositivos móviles"
+#: ../../Zotlabs/Module/Setup.php:615 ../../Zotlabs/Module/Setup.php:636
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Por favor, asegúrese de que el servidor web está siendo ejecutado por un usuario que tenga permisos de escritura sobre esta carpeta (por ejemplo, www-data)."
-#: ../../Zotlabs/Module/Settings/Display.php:195
-msgid "Update browser every xx seconds"
-msgstr "Actualizar navegador cada xx segundos"
+#: ../../Zotlabs/Module/Setup.php:616
+#, php-format
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"%s only--not the template files (.tpl) that it contains."
+msgstr "Nota: como medida de seguridad, debe dar al servidor web permisos de escritura solo sobre %s - no sobre el fichero de plantilla (.tpl) que contiene."
-#: ../../Zotlabs/Module/Settings/Display.php:195
-msgid "Minimum of 10 seconds, no maximum"
-msgstr "Mínimo de 10 segundos, sin máximo"
+#: ../../Zotlabs/Module/Setup.php:619
+#, php-format
+msgid "%s is writable"
+msgstr "%s tiene permisos de escritura"
-#: ../../Zotlabs/Module/Settings/Display.php:196
-msgid "Maximum number of conversations to load at any time:"
-msgstr "Máximo número de conversaciones a cargar en cualquier momento:"
+#: ../../Zotlabs/Module/Setup.php:635
+msgid ""
+"This software uses the store directory to save uploaded files. The web "
+"server needs to have write access to the store directory under the top level"
+" web folder"
+msgstr "Este software utiliza el directorio de almacenamiento para guardar los ficheros subidos. El servidor web debe tener acceso de escritura a este directorio en la carpeta de nivel superior"
-#: ../../Zotlabs/Module/Settings/Display.php:196
-msgid "Maximum of 30 items"
-msgstr "Máximo de 30 elementos"
+#: ../../Zotlabs/Module/Setup.php:639
+msgid "store is writable"
+msgstr "\"store\" tiene permisos de escritura"
-#: ../../Zotlabs/Module/Settings/Display.php:197
-msgid "Show emoticons (smilies) as images"
-msgstr "Mostrar emoticonos (smilies) como imágenes"
+#: ../../Zotlabs/Module/Setup.php:671
+msgid ""
+"SSL certificate cannot be validated. Fix certificate or disable https access"
+" to this site."
+msgstr "El certificado SSL no ha podido ser validado. Corrija este problema o desactive el acceso https a este sitio."
-#: ../../Zotlabs/Module/Settings/Display.php:198
-msgid "Link post titles to source"
-msgstr "Enlazar título de la publicación a la fuente original"
+#: ../../Zotlabs/Module/Setup.php:672
+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 "Si su servidor soporta conexiones cifradas SSL o si permite conexiones al puerto TCP 443 (el puerto usado por el protocolo https), debe utilizar un certificado válido. No debe usar un certificado firmado por usted mismo."
-#: ../../Zotlabs/Module/Settings/Display.php:200
-msgid "Display new member quick links menu"
-msgstr "Mostrar el menú de enlaces rápidos para nuevos miembros"
+#: ../../Zotlabs/Module/Setup.php:673
+msgid ""
+"This restriction is incorporated because public posts from you may for "
+"example contain references to images on your own hub."
+msgstr "Se ha incorporado esta restricción para evitar que sus entradas públicas hagan referencia a imágenes en su propio servidor."
-#: ../../Zotlabs/Module/Settings/Directory.php:40
-msgid "Directory Settings"
-msgstr "Configuración del directorio"
+#: ../../Zotlabs/Module/Setup.php:674
+msgid ""
+"If your certificate is not recognized, members of other sites (who may "
+"themselves have valid certificates) will get a warning message on their own "
+"site complaining about security issues."
+msgstr "Si su certificado no ha sido reconocido, los miembros de otros sitios (con certificados válidos) recibirán mensajes de aviso en sus propios sitios web."
-#: ../../Zotlabs/Module/Settings/Editor.php:40
-msgid "Editor Settings"
-msgstr "Ajustes del editor"
+#: ../../Zotlabs/Module/Setup.php:675
+msgid ""
+"This can cause usability issues elsewhere (not just on your own site) so we "
+"must insist on this requirement."
+msgstr "Por razones de compatibilidad (sobre el conjunto de la red, no solo sobre su propio sitio), debemos insistir en estos requisitos."
-#: ../../Zotlabs/Module/Settings/Connections.php:40
-msgid "Connections Settings"
-msgstr "Gestión de las conexiones"
+#: ../../Zotlabs/Module/Setup.php:676
+msgid ""
+"Providers are available that issue free certificates which are browser-"
+"valid."
+msgstr "Existen varias Autoridades de Certificación que le pueden proporcionar certificados válidos."
-#: ../../Zotlabs/Module/Settings/Photos.php:40
-msgid "Photos Settings"
-msgstr "Gestión de las fotos"
+#: ../../Zotlabs/Module/Setup.php:677
+msgid ""
+"If you are confident that the certificate is valid and signed by a trusted "
+"authority, check to see if you have failed to install an intermediate cert. "
+"These are not normally required by browsers, but are required for server-to-"
+"server communications."
+msgstr "Si se tiene la certeza de que el certificado es válido y está firmado por una autoridad de confianza, comprobar para ver si hubo un error al instalar un certificado intermedio. Estos no son normalmente requeridos por los navegadores, pero son necesarios para las comunicaciones de servidor a servidor."
-#: ../../Zotlabs/Module/Settings/Profiles.php:41
-msgid "Default profile for new contacts"
-msgstr "Perfil predeterminado para nuevos contactos"
+#: ../../Zotlabs/Module/Setup.php:679
+msgid "SSL certificate validation"
+msgstr "validación del certificado SSL"
-#: ../../Zotlabs/Module/Settings/Profiles.php:49
-msgid "Profiles Settings"
-msgstr "Gestión de los perfiles"
+#: ../../Zotlabs/Module/Setup.php:685
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server "
+"configuration.Test: "
+msgstr "No se pueden reescribir las direcciones web en .htaccess. Compruebe la configuración de su servidor:"
-#: ../../Zotlabs/Module/Settings/Privacy.php:48
-msgid "Privacy settings updated."
-msgstr "Se ha actualizado la configuración de la privacidad."
+#: ../../Zotlabs/Module/Setup.php:688
+msgid "Url rewrite is working"
+msgstr "La reescritura de las direcciones funciona correctamente"
-#: ../../Zotlabs/Module/Settings/Privacy.php:66
-msgid "Only those you specifically allow"
-msgstr "Solo aquellos a los que usted permita explícitamente"
+#: ../../Zotlabs/Module/Setup.php:701
+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 "El fichero de configuración de la base de datos .htconfig.php no se ha podido modificar. Por favor, copie el texto generado en un fichero con ese nombre en el directorio raíz de su servidor."
-#: ../../Zotlabs/Module/Settings/Privacy.php:67
-msgid "Approved connections"
-msgstr "Conexiones aprobadas"
+#: ../../Zotlabs/Module/Setup.php:776
+msgid "<h1>What next?</h1>"
+msgstr "<h1>¿Qué sigue?</h1>"
-#: ../../Zotlabs/Module/Settings/Privacy.php:68
-msgid "Any connections"
-msgstr "Cualquier conexión"
+#: ../../Zotlabs/Module/Setup.php:777
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "IMPORTANTE: Debe crear [manualmente] una tarea programada para el \"poller\"."
-#: ../../Zotlabs/Module/Settings/Privacy.php:69
-msgid "Anybody on this website"
-msgstr "Cualquiera en este sitio web"
+#: ../../Zotlabs/Module/Chanview.php:132
+msgid "toggle full screen mode"
+msgstr "cambiar al modo de pantalla completa"
-#: ../../Zotlabs/Module/Settings/Privacy.php:70
-msgid "Anybody in this network"
-msgstr "Cualquiera en esta red"
+#: ../../Zotlabs/Module/Profperm.php:34 ../../Zotlabs/Module/Profperm.php:63
+msgid "Invalid profile identifier."
+msgstr "Identificador del perfil no válido"
-#: ../../Zotlabs/Module/Settings/Privacy.php:71
-msgid "Anybody authenticated"
-msgstr "Cualquiera que esté autenticado"
+#: ../../Zotlabs/Module/Profperm.php:111
+msgid "Profile Visibility Editor"
+msgstr "Editor de visibilidad del perfil"
-#: ../../Zotlabs/Module/Settings/Privacy.php:72
-msgid "Anybody on the internet"
-msgstr "Cualquiera en internet"
+#: ../../Zotlabs/Module/Profperm.php:115
+msgid "Click on a contact to add or remove."
+msgstr "Pulsar en un contacto para añadirlo o eliminarlo."
-#: ../../Zotlabs/Module/Settings/Privacy.php:82
-msgid ""
-"Advise: set to \"Anybody on the internet\" and use privacy groups to "
-"restrict access"
-msgstr "Consejo: establezca la opción \"Cualquiera en Internet\" y utilice los grupos de privacidad para restringir el acceso"
+#: ../../Zotlabs/Module/Profperm.php:124
+msgid "Visible To"
+msgstr "Visible para"
-#: ../../Zotlabs/Module/Settings/Privacy.php:121
-msgid "Privacy Settings"
-msgstr "Ajustes de privacidad"
+#: ../../Zotlabs/Module/Profperm.php:140
+#: ../../Zotlabs/Module/Connections.php:221
+msgid "All Connections"
+msgstr "Todas las conexiones"
-#: ../../Zotlabs/Module/Settings/Privacy.php:126
-msgid "Advanced configuration"
-msgstr "Ajustes avanzados"
+#: ../../Zotlabs/Module/Lang.php:20
+msgid "Language App"
+msgstr "App idioma"
-#: ../../Zotlabs/Module/Settings/Privacy.php:128
-msgid "Proceed with caution"
-msgstr "Proceda con precaución"
+#: ../../Zotlabs/Module/Rpost.php:217 ../../Zotlabs/Module/Editpost.php:113
+msgid "Edit post"
+msgstr "Editar la entrada"
-#: ../../Zotlabs/Module/Settings/Privacy.php:129
-msgid ""
-"Changing advanced configuration settings can impact your, and your contacts "
-"channels functionality and security."
-msgstr "El cambio de los ajustes de configuración avanzada puede afectar a la funcionalidad y seguridad de sus canales y contactos."
+#: ../../Zotlabs/Module/Editpost.php:38 ../../Zotlabs/Module/Editpost.php:43
+msgid "Item is not editable"
+msgstr "El elemento no es editable"
-#: ../../Zotlabs/Module/Settings/Privacy.php:130
-msgid "Accept the risk and continue"
-msgstr "Aceptar el riesgo y continuar"
+#: ../../Zotlabs/Module/Connections.php:58
+#: ../../Zotlabs/Module/Connections.php:116
+msgid "Active"
+msgstr "Activo/a"
-#: ../../Zotlabs/Module/Settings/Privacy.php:132
-msgid "Automatically approve new contacts"
-msgstr "Aprobar automáticamente nuevos contactos"
+#: ../../Zotlabs/Module/Connections.php:63
+#: ../../Zotlabs/Module/Connections.php:185
+#: ../../Zotlabs/Module/Connections.php:296
+msgid "Blocked"
+msgstr "Bloqueadas"
-#: ../../Zotlabs/Module/Settings/Privacy.php:133
-msgid "Opt-out of search engine indexing"
-msgstr "Exclusión de la indexación en los motores de búsqueda"
+#: ../../Zotlabs/Module/Connections.php:68
+#: ../../Zotlabs/Module/Connections.php:192
+#: ../../Zotlabs/Module/Connections.php:295
+msgid "Ignored"
+msgstr "Ignoradas"
-#: ../../Zotlabs/Module/Settings/Privacy.php:134
-msgid "Group actor"
-msgstr "Grupo de actores"
+#: ../../Zotlabs/Module/Connections.php:73
+#: ../../Zotlabs/Module/Connections.php:206
+#: ../../Zotlabs/Module/Connections.php:294
+msgid "Hidden"
+msgstr "Ocultas"
-#: ../../Zotlabs/Module/Settings/Privacy.php:134
-msgid "Allow this channel to act as a forum"
-msgstr "Permitir que este canal actúe como un foro"
+#: ../../Zotlabs/Module/Connections.php:78
+#: ../../Zotlabs/Module/Connections.php:199
+msgid "Archived/Unreachable"
+msgstr "Archivadas o inaccesibles"
-#: ../../Zotlabs/Module/Settings/Privacy.php:135
-msgid "Accept all messages which mention you"
-msgstr "Aceptar todos los mensajes que lo mencionen"
+#: ../../Zotlabs/Module/Connections.php:161
+msgid "Active Connections"
+msgstr "Conexiones activas"
-#: ../../Zotlabs/Module/Settings/Privacy.php:135
-msgid "This setting bypasses normal permissions"
-msgstr "Esta configuración omite los permisos normales"
+#: ../../Zotlabs/Module/Connections.php:164
+msgid "Show active connections"
+msgstr "Mostrar las conexiones activas"
-#: ../../Zotlabs/Module/Settings/Privacy.php:136
-msgid "Accept unsolicited comments for moderation"
-msgstr "Aceptar comentarios no solicitados para su moderación"
+#: ../../Zotlabs/Module/Connections.php:171
+msgid "Show pending (new) connections"
+msgstr "Mostrar conexiones (nuevas) pendientes"
-#: ../../Zotlabs/Module/Settings/Privacy.php:136
-msgid "Otherwise they will be silently dropped"
-msgstr "De lo contrario, se eliminarán silenciosamente"
+#: ../../Zotlabs/Module/Connections.php:188
+msgid "Only show blocked connections"
+msgstr "Mostrar solo las conexiones bloqueadas"
-#: ../../Zotlabs/Module/Settings/Privacy.php:137
-msgid "Enable OCAP access"
-msgstr "Habilitar acceso OCAP"
+#: ../../Zotlabs/Module/Connections.php:195
+msgid "Only show ignored connections"
+msgstr "Mostrar solo conexiones ignoradas"
-#: ../../Zotlabs/Module/Settings/Privacy.php:137
-msgid "Grant limited posts the right to access linked private media"
-msgstr "Conceder a entradas limitadas el derecho de acceso a los medios privados vinculados"
+#: ../../Zotlabs/Module/Connections.php:202
+msgid "Only show archived/unreachable connections"
+msgstr "Mostrar solo las conexiones archivadas o no localizables"
-#: ../../Zotlabs/Module/Settings/Conversation.php:23
-msgid "Settings saved."
-msgstr "Configuración guardada."
+#: ../../Zotlabs/Module/Connections.php:209
+msgid "Only show hidden connections"
+msgstr "Mostrar solo las conexiones ocultas"
-#: ../../Zotlabs/Module/Settings/Conversation.php:25
-msgid "Settings saved. Reload page please."
-msgstr "Ajustes guardados. Recargue la página, por favor."
+#: ../../Zotlabs/Module/Connections.php:224
+msgid "Show all connections"
+msgstr "Mostrar todas las conexiones"
-#: ../../Zotlabs/Module/Settings/Conversation.php:47
-msgid "Conversation Settings"
-msgstr "Ajustes de conversación"
+#: ../../Zotlabs/Module/Connections.php:292
+msgid "Pending approval"
+msgstr "Pendiente de aprobación"
-#: ../../Zotlabs/Module/Menu.php:68
-msgid "Unable to update menu."
-msgstr "No se puede actualizar el menú."
+#: ../../Zotlabs/Module/Connections.php:293
+msgid "Archived"
+msgstr "Archivadas"
-#: ../../Zotlabs/Module/Menu.php:79
-msgid "Unable to create menu."
-msgstr "No se puede crear el menú."
+#: ../../Zotlabs/Module/Connections.php:297
+msgid "Not connected at this location"
+msgstr "No está conectado/a en esta ubicación"
-#: ../../Zotlabs/Module/Menu.php:161 ../../Zotlabs/Module/Menu.php:174
-msgid "Menu Name"
-msgstr "Nombre del menú"
+#: ../../Zotlabs/Module/Connections.php:336
+#, php-format
+msgid "%1$s [%2$s]"
+msgstr "%1$s [%2$s]"
-#: ../../Zotlabs/Module/Menu.php:161
-msgid "Unique name (not visible on webpage) - required"
-msgstr "Nombre único (no será visible en la página web) - requerido"
+#: ../../Zotlabs/Module/Connections.php:337
+msgid "Edit connection"
+msgstr "Editar conexión"
-#: ../../Zotlabs/Module/Menu.php:162 ../../Zotlabs/Module/Menu.php:175
-msgid "Menu Title"
-msgstr "Título del menú"
+#: ../../Zotlabs/Module/Connections.php:339
+msgid "Delete connection"
+msgstr "Eliminar conexión"
-#: ../../Zotlabs/Module/Menu.php:162
-msgid "Visible on webpage - leave empty for no title"
-msgstr "Visible en la página web - no ponga nada si no desea un título"
+#: ../../Zotlabs/Module/Connections.php:345
+msgid "Channel address"
+msgstr "Dirección del canal"
-#: ../../Zotlabs/Module/Menu.php:163
-msgid "Allow Bookmarks"
-msgstr "Permitir marcadores"
+#: ../../Zotlabs/Module/Connections.php:350
+msgid "Call"
+msgstr "Llamar"
-#: ../../Zotlabs/Module/Menu.php:163 ../../Zotlabs/Module/Menu.php:222
-msgid "Menu may be used to store saved bookmarks"
-msgstr "El menú se puede usar para guardar marcadores"
+#: ../../Zotlabs/Module/Connections.php:352
+msgid "Status"
+msgstr "Estado"
-#: ../../Zotlabs/Module/Menu.php:164 ../../Zotlabs/Module/Menu.php:225
-msgid "Submit and proceed"
-msgstr "Enviar y proceder"
+#: ../../Zotlabs/Module/Connections.php:355
+msgid "Connected"
+msgstr "Conectado/a"
-#: ../../Zotlabs/Module/Menu.php:177 ../../Zotlabs/Module/Locs.php:124
-msgid "Drop"
-msgstr "Eliminar"
+#: ../../Zotlabs/Module/Connections.php:359
+msgid "Ignore connection"
+msgstr "Ignorar esta conexión"
-#: ../../Zotlabs/Module/Menu.php:181
-msgid "Bookmarks allowed"
-msgstr "Marcadores permitidos"
+#: ../../Zotlabs/Module/Connections.php:361
+msgid "Recent activity"
+msgstr "Actividad reciente"
-#: ../../Zotlabs/Module/Menu.php:183
-msgid "Delete this menu"
-msgstr "Borrar este menú"
+#: ../../Zotlabs/Module/Connections.php:367
+msgid "Connect at this location"
+msgstr "Conectar en esta ubicación "
-#: ../../Zotlabs/Module/Menu.php:184 ../../Zotlabs/Module/Menu.php:219
-msgid "Edit menu contents"
-msgstr "Editar los contenidos del menú"
+#: ../../Zotlabs/Module/Connections.php:405
+msgid "Search your connections"
+msgstr "Buscar sus conexiones"
-#: ../../Zotlabs/Module/Menu.php:185
-msgid "Edit this menu"
-msgstr "Modificar este menú"
+#: ../../Zotlabs/Module/Connections.php:406
+msgid "Contact search"
+msgstr "Buscar contacto"
-#: ../../Zotlabs/Module/Menu.php:201
-msgid "Menu could not be deleted."
-msgstr "El menú no puede ser eliminado."
+#: ../../Zotlabs/Module/Cdav.php:819
+msgid "Calendar entries imported."
+msgstr "Entradas de calendario importadas."
-#: ../../Zotlabs/Module/Menu.php:214
-msgid "Edit Menu"
-msgstr "Modificar el menú"
+#: ../../Zotlabs/Module/Cdav.php:821
+msgid "No calendar entries found."
+msgstr "No se han encontrado entradas de calendario."
-#: ../../Zotlabs/Module/Menu.php:218
-msgid "Add or remove entries to this menu"
-msgstr "Añadir o quitar entradas en este menú"
+#: ../../Zotlabs/Module/Cdav.php:1000
+msgid "Event title"
+msgstr "Título del evento"
-#: ../../Zotlabs/Module/Menu.php:220
-msgid "Menu name"
-msgstr "Nombre del menú"
+#: ../../Zotlabs/Module/Cdav.php:1001
+msgid "Start date and time"
+msgstr "Fecha y hora de comienzo"
-#: ../../Zotlabs/Module/Menu.php:220
-msgid "Must be unique, only seen by you"
-msgstr "Debe ser único, solo será visible para usted"
+#: ../../Zotlabs/Module/Cdav.php:1002
+msgid "End date and time"
+msgstr "Fecha y hora de finalización"
-#: ../../Zotlabs/Module/Menu.php:221
-msgid "Menu title"
-msgstr "Título del menú"
+#: ../../Zotlabs/Module/Cdav.php:1003
+msgid "Timezone:"
+msgstr "Zona horaria: "
-#: ../../Zotlabs/Module/Menu.php:221
-msgid "Menu title as seen by others"
-msgstr "El título del menú tal como será visto por los demás"
+#: ../../Zotlabs/Module/Cdav.php:1029
+msgid "Month"
+msgstr "Mes"
-#: ../../Zotlabs/Module/Menu.php:222
-msgid "Allow bookmarks"
-msgstr "Permitir marcadores"
+#: ../../Zotlabs/Module/Cdav.php:1030
+msgid "Week"
+msgstr "Semana"
-#: ../../Zotlabs/Module/Defperms.php:252
-msgid "Connection Default Permissions"
-msgstr "Permisos predeterminados de conexión"
+#: ../../Zotlabs/Module/Cdav.php:1031
+msgid "Day"
+msgstr "Día"
-#: ../../Zotlabs/Module/Defperms.php:253
-msgid "Apply these permissions automatically"
-msgstr "Aplicar estos permisos automaticamente"
+#: ../../Zotlabs/Module/Cdav.php:1032
+msgid "List month"
+msgstr "Lista mensual"
-#: ../../Zotlabs/Module/Defperms.php:253
-msgid ""
-"If enabled, connection requests will be approved without your interaction"
-msgstr "Si está habilitado, las solicitudes de conexión serán aprobadas sin su intervención."
+#: ../../Zotlabs/Module/Cdav.php:1033
+msgid "List week"
+msgstr "Lista semanal"
-#: ../../Zotlabs/Module/Defperms.php:254
-msgid "Permission role"
-msgstr "Permisos de rol"
+#: ../../Zotlabs/Module/Cdav.php:1034
+msgid "List day"
+msgstr "Lista diaria"
-#: ../../Zotlabs/Module/Defperms.php:255
-msgid "Add permission role"
-msgstr "Añadir permisos de rol"
+#: ../../Zotlabs/Module/Cdav.php:1042
+msgid "More"
+msgstr "Más"
-#: ../../Zotlabs/Module/Defperms.php:259 ../../Zotlabs/Module/Connedit.php:700
-msgid ""
-"The permissions indicated on this page will be applied to all new "
-"connections."
-msgstr "Los permisos indicados en esta página serán aplicados en todas las nuevas conexiones."
+#: ../../Zotlabs/Module/Cdav.php:1043
+msgid "Less"
+msgstr "Menos"
-#: ../../Zotlabs/Module/Defperms.php:260
-msgid "Automatic approval settings"
-msgstr "Opciones de autorización automática"
+#: ../../Zotlabs/Module/Cdav.php:1045
+msgid "Select calendar"
+msgstr "Seleccionar un calendario"
-#: ../../Zotlabs/Module/Defperms.php:263
-msgid "My Settings"
-msgstr "Mis ajustes"
+#: ../../Zotlabs/Module/Cdav.php:1048
+msgid "Delete all"
+msgstr "Eliminar todos"
-#: ../../Zotlabs/Module/Defperms.php:266 ../../Zotlabs/Module/Connedit.php:720
-msgid "Individual Permissions"
-msgstr "Permisos individuales"
+#: ../../Zotlabs/Module/Cdav.php:1051
+msgid "Sorry! Editing of recurrent events is not yet implemented."
+msgstr "¡Disculpas! La edición de eventos recurrentes aún no se ha implementado."
-#: ../../Zotlabs/Module/Defperms.php:267
+#: ../../Zotlabs/Module/Cdav.php:1052
msgid ""
-"Some individual permissions may have been preset or locked based on your "
-"channel type and privacy settings."
-msgstr "Es posible que se hayan preestablecido o bloqueado algunos permisos individuales según el tipo de canal y la configuración de privacidad."
+"Could not fetch calendar resource. The selected calendar might be disabled."
+msgstr "No se ha podido obtener el recurso del calendario. Es posible que el calendario seleccionado esté desactivado."
-#: ../../Zotlabs/Module/Pconfig.php:33 ../../Zotlabs/Module/Pconfig.php:69
-msgid "This setting requires special processing and editing has been blocked."
-msgstr "Este ajuste necesita de un proceso especial y la edición ha sido bloqueada."
+#: ../../Zotlabs/Module/Cdav.php:1452
+msgid "Default Calendar"
+msgstr "Calendario por defecto"
-#: ../../Zotlabs/Module/Pconfig.php:58
-msgid "Configuration Editor"
-msgstr "Editor de configuración"
+#: ../../Zotlabs/Module/Cdav.php:1463
+msgid "Default Addressbook"
+msgstr "Agenda de direcciones por defecto"
-#: ../../Zotlabs/Module/Pconfig.php:59
-msgid ""
-"Warning: Changing some settings could render your channel inoperable. Please"
-" leave this page unless you are comfortable with and knowledgeable about how"
-" to correctly use this feature."
-msgstr "Atención: El cambio de algunos ajustes puede volver inutilizable su canal. Por favor, abandone la página excepto que esté seguro y sepa cómo usar correctamente esta característica."
+#: ../../Zotlabs/Module/Dirsearch.php:31
+msgid "This directory server requires an access token"
+msgstr "El servidor de este directorio necesita un \"token\" de acceso"
#: ../../Zotlabs/Module/Oauth2.php:54
msgid "Name and Secret are required"
@@ -14167,1517 +14826,786 @@ msgstr "dejar en blanco a menos que su aplicación lo requiera específicamente"
msgid "Connected OAuth2 Apps"
msgstr "Aplicaciones OAuth2 conectadas"
-#: ../../Zotlabs/Module/Dreport.php:38
-msgid "Invalid message"
-msgstr "Mensaje no válido"
-
-#: ../../Zotlabs/Module/Dreport.php:68
-msgid "no results"
-msgstr "sin resultados"
-
-#: ../../Zotlabs/Module/Dreport.php:82
-msgid "channel sync processed"
-msgstr "se ha realizado la sincronización del canal"
-
-#: ../../Zotlabs/Module/Dreport.php:86
-msgid "queued"
-msgstr "encolado"
-
-#: ../../Zotlabs/Module/Dreport.php:90
-msgid "posted"
-msgstr "enviado"
-
-#: ../../Zotlabs/Module/Dreport.php:94
-msgid "accepted for delivery"
-msgstr "aceptado para el envío"
-
-#: ../../Zotlabs/Module/Dreport.php:98
-msgid "updated"
-msgstr "actualizado"
-
-#: ../../Zotlabs/Module/Dreport.php:102
-msgid "update ignored"
-msgstr "actualización ignorada"
-
-#: ../../Zotlabs/Module/Dreport.php:105
-msgid "permission denied"
-msgstr "permiso denegado"
-
-#: ../../Zotlabs/Module/Dreport.php:109
-msgid "recipient not found"
-msgstr "destinatario no encontrado"
-
-#: ../../Zotlabs/Module/Dreport.php:129
-#, php-format
-msgid "Delivery report for %1$s"
-msgstr "Informe de entrega para %1$s"
-
-#: ../../Zotlabs/Module/Dreport.php:134
-msgid "Redeliver"
-msgstr "Volver a enviar"
-
-#: ../../Zotlabs/Module/Thing.php:122
-msgid "Thing updated"
-msgstr "Elemento actualizado."
-
-#: ../../Zotlabs/Module/Thing.php:174
-msgid "Object store: failed"
-msgstr "Guardar objeto: ha fallado"
-
-#: ../../Zotlabs/Module/Thing.php:178
-msgid "Thing added"
-msgstr "Elemento añadido"
-
-#: ../../Zotlabs/Module/Thing.php:204
+#: ../../Zotlabs/Module/Settings/Display.php:125
#, php-format
-msgid "OBJ: %1$s %2$s %3$s"
-msgstr "OBJ: %1$s %2$s %3$s"
-
-#: ../../Zotlabs/Module/Thing.php:267
-msgid "Show Thing"
-msgstr "Mostrar elemento"
-
-#: ../../Zotlabs/Module/Thing.php:274
-msgid "item not found."
-msgstr "elemento no encontrado."
-
-#: ../../Zotlabs/Module/Thing.php:307
-msgid "Edit Thing"
-msgstr "Editar elemento"
-
-#: ../../Zotlabs/Module/Thing.php:309 ../../Zotlabs/Module/Thing.php:366
-msgid "Select a profile"
-msgstr "Seleccionar un perfil"
-
-#: ../../Zotlabs/Module/Thing.php:313 ../../Zotlabs/Module/Thing.php:369
-msgid "Post an activity"
-msgstr "Publicar una actividad"
-
-#: ../../Zotlabs/Module/Thing.php:313 ../../Zotlabs/Module/Thing.php:369
-msgid "Only sends to viewers of the applicable profile"
-msgstr "Sólo enviar a espectadores del perfil pertinente."
-
-#: ../../Zotlabs/Module/Thing.php:315 ../../Zotlabs/Module/Thing.php:371
-msgid "Name of thing e.g. something"
-msgstr "Nombre del elemento, p. ej.:. \"algo\""
-
-#: ../../Zotlabs/Module/Thing.php:317 ../../Zotlabs/Module/Thing.php:372
-msgid "URL of thing (optional)"
-msgstr "Dirección del elemento (opcional)"
-
-#: ../../Zotlabs/Module/Thing.php:319 ../../Zotlabs/Module/Thing.php:373
-msgid "URL for photo of thing (optional)"
-msgstr "Dirección para la foto o elemento (opcional)"
-
-#: ../../Zotlabs/Module/Thing.php:364
-msgid "Add Thing to your Profile"
-msgstr "Añadir alguna cosa a su perfil"
-
-#: ../../Zotlabs/Module/Rmagic.php:46
-msgid "Authentication failed."
-msgstr "Falló la autenticación."
-
-#: ../../Zotlabs/Module/Import_progress.php:36
-msgid "Item sync completed!"
-msgstr "¡Sincronización de artículos completada!"
-
-#: ../../Zotlabs/Module/Import_progress.php:51
-msgid "Item sync completed but no items were found!"
-msgstr "¡Sincronización de artículos completada pero no se ha encontrado ningún artículo!"
-
-#: ../../Zotlabs/Module/Import_progress.php:68
-msgid "File sync completed!"
-msgstr "¡Sincronización de archivos completada!"
-
-#: ../../Zotlabs/Module/Import_progress.php:83
-msgid "File sync completed but no files were found!"
-msgstr "¡La sincronización de archivos se ha completado pero no se ha encontrado ningún archivo!"
-
-#: ../../Zotlabs/Module/Import_progress.php:98
-msgid "Channel clone status"
-msgstr "Estado de clonación del canal"
-
-#: ../../Zotlabs/Module/Import_progress.php:99
-msgid "Item sync status"
-msgstr "Estado de sincronización de artículos"
-
-#: ../../Zotlabs/Module/Import_progress.php:100
-msgid "File sync status"
-msgstr "Estado de sincronización de archivos"
-
-#: ../../Zotlabs/Module/Import_progress.php:107
-msgid "Channel cloning completed!"
-msgstr "Clonación del canal completada."
-
-#: ../../Zotlabs/Module/Import_progress.php:108
-msgid "Resume"
-msgstr "Reanudar"
-
-#: ../../Zotlabs/Module/Import_progress.php:109
-msgid "Only resume if sync stalled!"
-msgstr "Sólo se reanuda si la sincronización se estanca."
-
-#: ../../Zotlabs/Module/Pdledit.php:27
-msgid "Layout updated."
-msgstr "Plantilla actualizada."
-
-#: ../../Zotlabs/Module/Pdledit.php:55 ../../Zotlabs/Module/Pdledit.php:129
-msgid "Edit System Page Description"
-msgstr "Editor del Sistema de Descripción de Páginas"
+msgid "%s - (Experimental)"
+msgstr "%s - (Experimental)"
-#: ../../Zotlabs/Module/Pdledit.php:76 ../../Zotlabs/Module/Pdledit.php:93
-msgid "(modified)"
-msgstr "(modificado)"
+#: ../../Zotlabs/Module/Settings/Display.php:182
+msgid "Display Settings"
+msgstr "Ajustes de visualización"
-#: ../../Zotlabs/Module/Pdledit.php:124
-msgid "Layout not found."
-msgstr "Plantilla no encontrada"
+#: ../../Zotlabs/Module/Settings/Display.php:183
+msgid "Theme Settings"
+msgstr "Ajustes del tema"
-#: ../../Zotlabs/Module/Pdledit.php:130
-msgid "Module Name:"
-msgstr "Nombre del módulo:"
+#: ../../Zotlabs/Module/Settings/Display.php:184
+msgid "Custom Theme Settings"
+msgstr "Ajustes personalizados del tema"
-#: ../../Zotlabs/Module/Pdledit.php:131
-msgid "Layout Help"
-msgstr "Ayuda para el diseño de plantillas de página"
+#: ../../Zotlabs/Module/Settings/Display.php:185
+msgid "Content Settings"
+msgstr "Ajustes del contenido"
-#: ../../Zotlabs/Module/Pdledit.php:132
-msgid "Edit another layout"
-msgstr "Editar otro diseño"
+#: ../../Zotlabs/Module/Settings/Display.php:191
+msgid "Display Theme:"
+msgstr "Tema gráfico del perfil:"
-#: ../../Zotlabs/Module/Pdledit.php:133
-msgid "System layout"
-msgstr "Diseño del sistema"
+#: ../../Zotlabs/Module/Settings/Display.php:192
+msgid "Select scheme"
+msgstr "Elegir un esquema"
-#: ../../Zotlabs/Module/Home.php:104
-#, php-format
-msgid "Welcome to %s"
-msgstr "Bienvenido a %s"
+#: ../../Zotlabs/Module/Settings/Display.php:194
+msgid "Preload images before rendering the page"
+msgstr "Carga previa de las imágenes antes de generar la página"
-#: ../../Zotlabs/Module/Suggest.php:52
+#: ../../Zotlabs/Module/Settings/Display.php:194
msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "No hay sugerencias disponibles. Si es un sitio nuevo, espere 24 horas y pruebe de nuevo."
-
-#: ../../Zotlabs/Module/Connedit.php:171
-msgid "Connection updated."
-msgstr "Conexión actualizada."
-
-#: ../../Zotlabs/Module/Connedit.php:173
-msgid "Failed to update connection record."
-msgstr "Error al actualizar el registro de la conexión."
-
-#: ../../Zotlabs/Module/Connedit.php:320
-msgid "Could not access address book record."
-msgstr "No se pudo acceder al registro en su libreta de direcciones."
-
-#: ../../Zotlabs/Module/Connedit.php:368
-msgid "Refresh failed - channel is currently unavailable."
-msgstr "Recarga fallida - no se puede encontrar el canal en este momento."
-
-#: ../../Zotlabs/Module/Connedit.php:382 ../../Zotlabs/Module/Connedit.php:391
-#: ../../Zotlabs/Module/Connedit.php:400 ../../Zotlabs/Module/Connedit.php:409
-#: ../../Zotlabs/Module/Connedit.php:422
-msgid "Unable to set address book parameters."
-msgstr "No ha sido posible establecer los parámetros de la libreta de direcciones."
+"The subjective page load time will be longer but the page will be ready when"
+" displayed"
+msgstr "El tiempo subjetivo de carga de la página será más largo, pero la página estará lista cuando se muestre."
-#: ../../Zotlabs/Module/Connedit.php:441
-msgid "Connection has been removed."
-msgstr "La conexión ha sido eliminada."
+#: ../../Zotlabs/Module/Settings/Display.php:195
+msgid "Enable user zoom on mobile devices"
+msgstr "Habilitar zoom de usuario en dispositivos móviles"
-#: ../../Zotlabs/Module/Connedit.php:483
-#, php-format
-msgid "View %s's profile"
-msgstr "Ver el perfil de %s"
+#: ../../Zotlabs/Module/Settings/Display.php:196
+msgid "Update browser every xx seconds"
+msgstr "Actualizar navegador cada xx segundos"
-#: ../../Zotlabs/Module/Connedit.php:504
-msgid "View recent posts and comments"
-msgstr "Ver publicaciones y comentarios recientes"
+#: ../../Zotlabs/Module/Settings/Display.php:196
+msgid "Minimum of 10 seconds, no maximum"
+msgstr "Mínimo de 10 segundos, sin máximo"
-#: ../../Zotlabs/Module/Connedit.php:550
-msgid "Fetch Vcard"
-msgstr "Obtener una vcard"
+#: ../../Zotlabs/Module/Settings/Display.php:197
+msgid "Maximum number of conversations to load at any time:"
+msgstr "Máximo número de conversaciones a cargar en cualquier momento:"
-#: ../../Zotlabs/Module/Connedit.php:553
-msgid "Fetch electronic calling card for this connection"
-msgstr "Obtener una tarjeta de llamada electrónica para esta conexión"
+#: ../../Zotlabs/Module/Settings/Display.php:197
+msgid "Maximum of 30 items"
+msgstr "Máximo de 30 elementos"
-#: ../../Zotlabs/Module/Connedit.php:575
-msgid "Open Set Affinity section by default"
-msgstr "Abrir por defecto la sección para definir la afinidad"
+#: ../../Zotlabs/Module/Settings/Display.php:198
+msgid "Show emoticons (smilies) as images"
+msgstr "Mostrar emoticonos (smilies) como imágenes"
-#: ../../Zotlabs/Module/Connedit.php:612
-msgid "Filter"
-msgstr "Filtrar"
+#: ../../Zotlabs/Module/Settings/Display.php:199
+msgid "Link post titles to source"
+msgstr "Enlazar título de la publicación a la fuente original"
-#: ../../Zotlabs/Module/Connedit.php:615
-msgid "Open Custom Filter section by default"
-msgstr "Abrir por defecto la sección de personalización de filtros"
+#: ../../Zotlabs/Module/Settings/Display.php:201
+msgid "Display new member quick links menu"
+msgstr "Mostrar el menú de enlaces rápidos para nuevos miembros"
-#: ../../Zotlabs/Module/Connedit.php:626
-msgid "Set Affinity"
-msgstr "Ajustar la afinidad"
+#: ../../Zotlabs/Module/Settings/Network.php:42
+#: ../../Zotlabs/Module/Settings/Channel_home.php:46
+msgid "Max height of content (in pixels)"
+msgstr "Altura máxima del contenido (en píxeles)"
-#: ../../Zotlabs/Module/Connedit.php:629
-msgid "Set Profile"
-msgstr "Ajustar el perfil"
+#: ../../Zotlabs/Module/Settings/Network.php:44
+#: ../../Zotlabs/Module/Settings/Channel_home.php:48
+msgid "Click to expand content exceeding this height"
+msgstr "Haga clic para expandir el contenido que exceda esta altura"
-#: ../../Zotlabs/Module/Connedit.php:632
-msgid "Set Affinity & Profile"
-msgstr "Ajustar la afinidad y el perfil"
+#: ../../Zotlabs/Module/Settings/Network.php:59
+msgid "Stream Settings"
+msgstr "Ajustes del stream"
-#: ../../Zotlabs/Module/Connedit.php:685
-#, php-format
-msgid "Contact: %s"
-msgstr "Contacto: %s"
+#: ../../Zotlabs/Module/Settings/Channel_home.php:61
+msgid "Personal menu to display in your channel pages"
+msgstr "Menú personal que debe mostrarse en las páginas de su canal"
-#: ../../Zotlabs/Module/Connedit.php:687
-msgid "Manage contact roles"
-msgstr "Gestionar roles de contactos"
+#: ../../Zotlabs/Module/Settings/Channel_home.php:88
+msgid "Channel Home Settings"
+msgstr "Ajustes del canal"
-#: ../../Zotlabs/Module/Connedit.php:694
-msgid "This contacts's primary address is"
-msgstr "La dirección principal de este contactos es "
+#: ../../Zotlabs/Module/Settings/Account.php:21
+msgid "Not valid email."
+msgstr "Correo electrónico no válido."
-#: ../../Zotlabs/Module/Connedit.php:695
-msgid "Available locations:"
-msgstr "Ubicaciones disponibles:"
+#: ../../Zotlabs/Module/Settings/Account.php:24
+msgid "Protected email address. Cannot change to that email."
+msgstr "Dirección de correo electrónico protegida. No se puede cambiar a ella."
-#: ../../Zotlabs/Module/Connedit.php:710
-msgid "Contact Pending Approval"
-msgstr "Contacto pendiente de aprobación"
+#: ../../Zotlabs/Module/Settings/Account.php:33
+msgid "System failure storing new email. Please try again."
+msgstr "Fallo de sistema al guardar el nuevo correo electrónico. Por favor, inténtelo de nuevo."
-#: ../../Zotlabs/Module/Connedit.php:715
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Por favor, escoja el perfil que quiere mostrar a %s cuando esté viendo su perfil de forma segura."
+#: ../../Zotlabs/Module/Settings/Account.php:51
+msgid "Password verification failed."
+msgstr "La comprobación de la contraseña ha fallado."
-#: ../../Zotlabs/Module/Connedit.php:721
-msgid ""
-"Some permissions may be inherited from your channel's <a "
-"href=\"settings\"><strong>privacy settings</strong></a>, which have higher "
-"priority than individual settings. You can <strong>not</strong> change those"
-" settings here."
-msgstr "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. <strong>No</strong> puede cambiar estos ajustes aquí."
+#: ../../Zotlabs/Module/Settings/Account.php:58
+msgid "Passwords do not match. Password unchanged."
+msgstr "Las contraseñas no coinciden. La contraseña no se ha cambiado."
-#: ../../Zotlabs/Module/Connedit.php:722
-msgid ""
-"Some permissions may be inherited from your channel's <a "
-"href=\"settings\"><strong>privacy settings</strong></a>, which have higher "
-"priority than individual settings. You can change those settings here but "
-"they wont have any impact unless the inherited setting changes."
-msgstr "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. Puede cambiar estos ajustes aquí, pero no tendrán ningún consecuencia hasta que cambie los ajustes heredados."
+#: ../../Zotlabs/Module/Settings/Account.php:62
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr "No se permiten contraseñas vacías. La contraseña no se ha cambiado."
-#: ../../Zotlabs/Module/Connedit.php:723
-msgid "Last update:"
-msgstr "Última actualización:"
+#: ../../Zotlabs/Module/Settings/Account.php:76
+msgid "Password changed."
+msgstr "Contraseña cambiada."
-#: ../../Zotlabs/Module/Connedit.php:731
-msgid "Details"
-msgstr "Detalles"
+#: ../../Zotlabs/Module/Settings/Account.php:78
+msgid "Password update failed. Please try again."
+msgstr "La actualización de la contraseña ha fallado. Por favor, inténtalo de nuevo."
-#: ../../Zotlabs/Module/Notifications.php:106
-#: ../../Zotlabs/Module/Notify.php:85
-msgid "No more system notifications."
-msgstr "No hay más notificaciones del sistema"
+#: ../../Zotlabs/Module/Settings/Account.php:103
+msgid "Account Settings"
+msgstr "Configuración de la cuenta"
-#: ../../Zotlabs/Module/Notifications.php:110
-#: ../../Zotlabs/Module/Notify.php:89
-msgid "System Notifications"
-msgstr "Notificaciones del sistema"
+#: ../../Zotlabs/Module/Settings/Account.php:104
+msgid "Current Password"
+msgstr "Contraseña actual"
-#: ../../Zotlabs/Module/Notifications.php:111
-#: ../../Zotlabs/Lib/ThreadItem.php:483
-msgid "Mark all seen"
-msgstr "Marcar todo como visto"
+#: ../../Zotlabs/Module/Settings/Account.php:105
+msgid "Enter New Password"
+msgstr "Escribir una nueva contraseña"
-#: ../../Zotlabs/Module/Layouts.php:184
-msgid "Comanche page description language help"
-msgstr "Página de ayuda del lenguaje de descripción de páginas (PDL) Comanche"
+#: ../../Zotlabs/Module/Settings/Account.php:106
+msgid "Confirm New Password"
+msgstr "Confirmar la nueva contraseña"
-#: ../../Zotlabs/Module/Layouts.php:188
-msgid "Layout Description"
-msgstr "Descripción de la plantilla"
+#: ../../Zotlabs/Module/Settings/Account.php:106
+msgid "Leave password fields blank unless changing"
+msgstr "Dejar en blanco la contraseña a menos que desee cambiarla."
-#: ../../Zotlabs/Module/Layouts.php:193
-msgid "Download PDL file"
-msgstr "Descargar el fichero PDL"
+#: ../../Zotlabs/Module/Settings/Account.php:108
+msgid "Multi-Factor Authentication"
+msgstr "Autenticación multifactorial"
-#: ../../Zotlabs/Module/Locs.php:27 ../../Zotlabs/Module/Locs.php:65
-msgid "Location not found."
-msgstr "Dirección no encontrada."
+#: ../../Zotlabs/Module/Settings/Account.php:109
+msgid "DId2 or Email Address:"
+msgstr "Did2 o dirección de correo electrónico: "
-#: ../../Zotlabs/Module/Locs.php:74
-msgid "Location lookup failed."
-msgstr "Ha fallado la búsqueda de la dirección."
+#: ../../Zotlabs/Module/Settings/Account.php:112
+msgid "Remove this account including all its channels"
+msgstr "Eliminar esta cuenta incluyendo todos sus canales"
-#: ../../Zotlabs/Module/Locs.php:78
-msgid ""
-"Please select another location to become primary before removing the primary"
-" location."
-msgstr "Por favor, seleccione una copia de su canal (un clon) para convertirlo en primario antes de eliminar su canal principal."
+#: ../../Zotlabs/Module/Settings/Editor.php:40
+msgid "Editor Settings"
+msgstr "Ajustes del editor"
-#: ../../Zotlabs/Module/Locs.php:106
-msgid "Syncing locations"
-msgstr "Sincronizando ubicaciones"
+#: ../../Zotlabs/Module/Settings/Features.php:45
+msgid "Additional Features"
+msgstr "Funcionalidades"
-#: ../../Zotlabs/Module/Locs.php:115
-msgid "No locations found."
-msgstr "No encontrada ninguna dirección."
+#: ../../Zotlabs/Module/Settings/Directory.php:40
+msgid "Directory Settings"
+msgstr "Configuración del directorio"
-#: ../../Zotlabs/Module/Locs.php:120
-msgid "Manage Channel Locations"
-msgstr "Gestionar las direcciones del canal"
+#: ../../Zotlabs/Module/Settings/Featured.php:25
+msgid "No feature settings configured"
+msgstr "No se ha establecido la configuración de los complementos"
-#: ../../Zotlabs/Module/Locs.php:126
-msgid "Sync Now"
-msgstr "Sincronizar ahora"
+#: ../../Zotlabs/Module/Settings/Featured.php:34
+msgid "Addon Settings"
+msgstr "Ajustes de los complementos"
-#: ../../Zotlabs/Module/Locs.php:127
-msgid "Please wait several minutes between consecutive operations."
-msgstr "Por favor, espere algunos minutos entre operaciones consecutivas."
+#: ../../Zotlabs/Module/Settings/Featured.php:35
+msgid "Please save/submit changes to any panel before opening another."
+msgstr "Guarde o envíe los cambios a cualquier panel antes de abrir otro."
-#: ../../Zotlabs/Module/Locs.php:128
-msgid ""
-"When possible, drop a location by logging into that website/hub and removing"
-" your channel."
-msgstr "Cuando sea posible, elimine una ubicación iniciando sesión en el sitio web o \"hub\" y borrando su canal."
+#: ../../Zotlabs/Module/Settings/Manage.php:41
+msgid "Channel Manager Settings"
+msgstr "Ajustes del administrador de canales"
-#: ../../Zotlabs/Module/Locs.php:129
-msgid "Use this form to drop the location if the hub is no longer operating."
-msgstr "Utilice este formulario para eliminar la dirección si el \"hub\" no está funcionando desde hace tiempo."
+#: ../../Zotlabs/Module/Settings/Privacy.php:48
+msgid "Privacy settings updated."
+msgstr "Se ha actualizado la configuración de la privacidad."
-#: ../../Zotlabs/Module/Sources.php:41
-msgid "Failed to create source. No channel selected."
-msgstr "No se ha podido crear el origen de los contenidos. No ha sido seleccionado ningún canal."
+#: ../../Zotlabs/Module/Settings/Privacy.php:66
+msgid "Only those you specifically allow"
+msgstr "Solo aquellos a los que usted permita explícitamente"
-#: ../../Zotlabs/Module/Sources.php:57
-msgid "Source created."
-msgstr "Fuente creada."
+#: ../../Zotlabs/Module/Settings/Privacy.php:67
+msgid "Approved connections"
+msgstr "Conexiones aprobadas"
-#: ../../Zotlabs/Module/Sources.php:70
-msgid "Source updated."
-msgstr "Fuente actualizada."
+#: ../../Zotlabs/Module/Settings/Privacy.php:68
+msgid "Any connections"
+msgstr "Cualquier conexión"
-#: ../../Zotlabs/Module/Sources.php:99
-msgid "*"
-msgstr "*"
+#: ../../Zotlabs/Module/Settings/Privacy.php:69
+msgid "Anybody on this website"
+msgstr "Cualquiera en este sitio web"
-#: ../../Zotlabs/Module/Sources.php:105 ../../Zotlabs/Lib/Apps.php:373
-msgid "Channel Sources"
-msgstr "Orígenes de los contenidos del canal"
+#: ../../Zotlabs/Module/Settings/Privacy.php:70
+msgid "Anybody in this network"
+msgstr "Cualquiera en esta red"
-#: ../../Zotlabs/Module/Sources.php:106
-msgid "Manage remote sources of content for your channel."
-msgstr "Gestionar contenido de origen remoto para su canal."
+#: ../../Zotlabs/Module/Settings/Privacy.php:71
+msgid "Anybody authenticated"
+msgstr "Cualquiera que esté autenticado"
-#: ../../Zotlabs/Module/Sources.php:107 ../../Zotlabs/Module/Sources.php:117
-msgid "New Source"
-msgstr "Nueva fuente"
+#: ../../Zotlabs/Module/Settings/Privacy.php:72
+msgid "Anybody on the internet"
+msgstr "Cualquiera en internet"
-#: ../../Zotlabs/Module/Sources.php:118 ../../Zotlabs/Module/Sources.php:152
+#: ../../Zotlabs/Module/Settings/Privacy.php:82
msgid ""
-"Import all or selected content from the following channel into this channel "
-"and distribute it according to your channel settings."
-msgstr "Importar todo el contenido o una selección de los siguientes canales en este canal y distribuirlo de acuerdo con sus ajustes."
+"Advise: set to \"Anybody on the internet\" and use privacy groups to "
+"restrict access"
+msgstr "Consejo: establezca la opción \"Cualquiera en Internet\" y utilice los grupos de privacidad para restringir el acceso"
-#: ../../Zotlabs/Module/Sources.php:119 ../../Zotlabs/Module/Sources.php:153
-msgid "Only import content with these words (one per line)"
-msgstr "Importar solo contenido que contenga estas palabras (una por línea)"
+#: ../../Zotlabs/Module/Settings/Privacy.php:121
+msgid "Privacy Settings"
+msgstr "Ajustes de privacidad"
-#: ../../Zotlabs/Module/Sources.php:119 ../../Zotlabs/Module/Sources.php:153
-msgid "Leave blank to import all public content"
-msgstr "Dejar en blanco para importar todo el contenido público"
+#: ../../Zotlabs/Module/Settings/Privacy.php:126
+msgid "Advanced configuration"
+msgstr "Ajustes avanzados"
-#: ../../Zotlabs/Module/Sources.php:120 ../../Zotlabs/Module/Sources.php:159
-msgid "Channel Name"
-msgstr "Nombre del canal"
+#: ../../Zotlabs/Module/Settings/Privacy.php:128
+msgid "Proceed with caution"
+msgstr "Proceda con precaución"
-#: ../../Zotlabs/Module/Sources.php:121 ../../Zotlabs/Module/Sources.php:156
+#: ../../Zotlabs/Module/Settings/Privacy.php:129
msgid ""
-"Add the following categories to posts imported from this source (comma "
-"separated)"
-msgstr "Añadir los temas siguientes a las entradas importadas de esta fuente (separadas por comas)"
-
-#: ../../Zotlabs/Module/Sources.php:122 ../../Zotlabs/Module/Sources.php:157
-msgid "Resend posts with this channel as author"
-msgstr "Reenviar mensajes con este canal como autor"
-
-#: ../../Zotlabs/Module/Sources.php:122 ../../Zotlabs/Module/Sources.php:157
-msgid "Copyrights may apply"
-msgstr "Se pueden aplicar los derechos de autor"
-
-#: ../../Zotlabs/Module/Sources.php:142 ../../Zotlabs/Module/Sources.php:172
-msgid "Source not found."
-msgstr "Fuente no encontrada"
-
-#: ../../Zotlabs/Module/Sources.php:149
-msgid "Edit Source"
-msgstr "Editar fuente"
-
-#: ../../Zotlabs/Module/Sources.php:150
-msgid "Delete Source"
-msgstr "Eliminar fuente"
+"Changing advanced configuration settings can impact your, and your contacts "
+"channels functionality and security."
+msgstr "El cambio de los ajustes de configuración avanzada puede afectar a la funcionalidad y seguridad de sus canales y contactos."
-#: ../../Zotlabs/Module/Sources.php:180
-msgid "Source removed"
-msgstr "Fuente eliminada"
+#: ../../Zotlabs/Module/Settings/Privacy.php:130
+msgid "Accept the risk and continue"
+msgstr "Aceptar el riesgo y continuar"
-#: ../../Zotlabs/Module/Sources.php:182
-msgid "Unable to remove source."
-msgstr "No se puede eliminar la fuente."
+#: ../../Zotlabs/Module/Settings/Privacy.php:132
+msgid "Automatically approve new contacts"
+msgstr "Aprobar automáticamente nuevos contactos"
-#: ../../Zotlabs/Module/Rbmark.php:93
-msgid "Select a bookmark folder"
-msgstr "Seleccionar una carpeta de marcadores"
+#: ../../Zotlabs/Module/Settings/Privacy.php:133
+msgid "Opt-out of search engine indexing"
+msgstr "Exclusión de la indexación en los motores de búsqueda"
-#: ../../Zotlabs/Module/Rbmark.php:98
-msgid "Save Bookmark"
-msgstr "Guardar marcador"
+#: ../../Zotlabs/Module/Settings/Privacy.php:134
+msgid "Group actor"
+msgstr "Grupo de actores"
-#: ../../Zotlabs/Module/Rbmark.php:99
-msgid "URL of bookmark"
-msgstr "Dirección del marcador"
+#: ../../Zotlabs/Module/Settings/Privacy.php:134
+msgid "Allow this channel to act as a forum"
+msgstr "Permitir que este canal actúe como un foro"
-#: ../../Zotlabs/Module/Rbmark.php:104
-msgid "Or enter new bookmark folder name"
-msgstr "O introduzca un nuevo nombre para la carpeta de marcadores"
+#: ../../Zotlabs/Module/Settings/Privacy.php:135
+msgid "Accept all messages which mention you"
+msgstr "Aceptar todos los mensajes que lo mencionen"
-#: ../../Zotlabs/Lib/AccessList.php:26
-msgid ""
-"A deleted privacy group with this name was revived. Existing item "
-"permissions <strong>may</strong> apply to this privacy group and any future "
-"members. If this is not what you intended, please create another privacy "
-"group with a different name."
-msgstr "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos que ya existen sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente."
+#: ../../Zotlabs/Module/Settings/Privacy.php:135
+msgid "This setting bypasses normal permissions"
+msgstr "Esta configuración omite los permisos normales"
-#: ../../Zotlabs/Lib/AccessList.php:268
-msgid "Select a privacy group"
-msgstr "Seleccionar un grupo privado de canales"
+#: ../../Zotlabs/Module/Settings/Privacy.php:136
+msgid "Accept unsolicited comments for moderation"
+msgstr "Aceptar comentarios no solicitados para su moderación"
-#: ../../Zotlabs/Lib/Permcat.php:83
-msgctxt "permcat"
-msgid "Default"
-msgstr "Predeterminado"
+#: ../../Zotlabs/Module/Settings/Privacy.php:136
+msgid "Otherwise they will be silently dropped"
+msgstr "De lo contrario, se eliminarán silenciosamente"
-#: ../../Zotlabs/Lib/Activity.php:2398
-#, php-format
-msgid "Likes %1$s's %2$s"
-msgstr "Gusta de %2$sde %1$s"
+#: ../../Zotlabs/Module/Settings/Privacy.php:137
+msgid "Enable OCAP access"
+msgstr "Habilitar acceso OCAP"
-#: ../../Zotlabs/Lib/Activity.php:2401
-#, php-format
-msgid "Doesn't like %1$s's %2$s"
-msgstr "No le gusta %2$sde %1$s"
+#: ../../Zotlabs/Module/Settings/Privacy.php:137
+msgid "Grant limited posts the right to access linked private media"
+msgstr "Conceder a entradas limitadas el derecho de acceso a los medios privados vinculados"
-#: ../../Zotlabs/Lib/Activity.php:2407
-#, php-format
-msgid "Will attend %s's event"
-msgstr "Asistirá al evento de %s"
+#: ../../Zotlabs/Module/Settings/Events.php:40
+msgid "Events Settings"
+msgstr "Gestión de eventos"
-#: ../../Zotlabs/Lib/Activity.php:2410
-#, php-format
-msgid "Will not attend %s's event"
-msgstr "No asistirá al evento de %s"
+#: ../../Zotlabs/Module/Settings/Photos.php:40
+msgid "Photos Settings"
+msgstr "Gestión de las fotos"
-#: ../../Zotlabs/Lib/Activity.php:2413
-#, php-format
-msgid "May attend %s's event"
-msgstr "Puede asistir al evento de %s"
+#: ../../Zotlabs/Module/Settings/Conversation.php:23
+msgid "Settings saved."
+msgstr "Configuración guardada."
-#: ../../Zotlabs/Lib/Activity.php:2416
-#, php-format
-msgid "May not attend %s's event"
-msgstr "Puede no asistir al evento de %s"
+#: ../../Zotlabs/Module/Settings/Conversation.php:25
+msgid "Settings saved. Reload page please."
+msgstr "Ajustes guardados. Recargue la página, por favor."
-#: ../../Zotlabs/Lib/Enotify.php:60
-msgid "$Projectname Notification"
-msgstr "Notificación de $Projectname"
+#: ../../Zotlabs/Module/Settings/Conversation.php:47
+msgid "Conversation Settings"
+msgstr "Ajustes de conversación"
-#: ../../Zotlabs/Lib/Enotify.php:63
-msgid "Thank You,"
-msgstr "Gracias,"
+#: ../../Zotlabs/Module/Settings/Channel.php:105
+#: ../../Zotlabs/Module/Settings/Channel.php:217
+msgid "Please select a channel role"
+msgstr "Por favor, seleccione un rol de canal"
-#: ../../Zotlabs/Lib/Enotify.php:66
-#, php-format
-msgid "This email was sent by %1$s at %2$s."
-msgstr "Este email ha sido enviado por %1$s a %2$s."
+#: ../../Zotlabs/Module/Settings/Channel.php:194
+msgid "Your channel address is"
+msgstr "Su dirección de canal es"
-#: ../../Zotlabs/Lib/Enotify.php:67
-#, php-format
-msgid ""
-"To stop receiving these messages, please adjust your Notification Settings "
-"at %s"
-msgstr "Para dejar de recibir estos mensajes, por favor ajuste la configuración de notificación en %s"
+#: ../../Zotlabs/Module/Settings/Channel.php:197
+msgid "Your files/photos are accessible via WebDAV at"
+msgstr "Sus archivos y fotos son accesibles a través de WebDAV en "
-#: ../../Zotlabs/Lib/Enotify.php:68
-#, php-format
-msgid "To stop receiving these messages, please adjust your %s."
-msgstr "Para dejar de recibir estos mensajes, por favor, ajuste su %s"
+#: ../../Zotlabs/Module/Settings/Channel.php:228
+msgid "Channel Settings"
+msgstr "Ajustes del canal"
-#: ../../Zotlabs/Lib/Enotify.php:123
-#, php-format
-msgid "%s <!item_type!>"
-msgstr "%s <!item_type!>"
+#: ../../Zotlabs/Module/Settings/Channel.php:235
+msgid "Basic Settings"
+msgstr "Configuración básica"
-#: ../../Zotlabs/Lib/Enotify.php:131
-#, php-format
-msgid "[$Projectname:Notify] New direct message received at %s"
-msgstr "[$Projectname:Aviso] Nuevo mensaje directo recibido en %s"
+#: ../../Zotlabs/Module/Settings/Channel.php:236
+msgid "Channel timezone:"
+msgstr "Zona horaria del canal: "
-#: ../../Zotlabs/Lib/Enotify.php:133
-#, php-format
-msgid "%1$s sent you a new direct message at %2$s"
-msgstr "%1$s le ha enviado un nuevo mensaje directo en %2$s."
+#: ../../Zotlabs/Module/Settings/Channel.php:237
+msgid "Default post location:"
+msgstr "Ubicación de publicación predeterminada: "
-#: ../../Zotlabs/Lib/Enotify.php:134
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s le ha enviado %2$s."
+#: ../../Zotlabs/Module/Settings/Channel.php:237
+msgid "Geographical location to display on your posts"
+msgstr "Localización geográfica que debe mostrarse en sus publicaciones"
-#: ../../Zotlabs/Lib/Enotify.php:134
-msgid "a direct message"
-msgstr "un mensaje directo"
+#: ../../Zotlabs/Module/Settings/Channel.php:238
+msgid "Use browser location"
+msgstr "Usar la localización del navegador: "
-#: ../../Zotlabs/Lib/Enotify.php:135
-#, php-format
-msgid "Please visit %s to view and/or reply to your direct messages."
-msgstr "Por favor visite %s para ver y/o responder a su mensaje directo."
+#: ../../Zotlabs/Module/Settings/Channel.php:239
+msgid "Adult content"
+msgstr "Contenido solo para adultos"
-#: ../../Zotlabs/Lib/Enotify.php:148
-msgid "requested to comment on"
-msgstr "solicita comentar sobre "
+#: ../../Zotlabs/Module/Settings/Channel.php:239
+msgid "This channel frequently or regularly publishes adult content"
+msgstr "Este canal publica con frecuencia o regularmente contenidos para adultos"
-#: ../../Zotlabs/Lib/Enotify.php:148
-msgid "commented on"
-msgstr "ha comentado sobre "
+#: ../../Zotlabs/Module/Settings/Channel.php:240
+msgid "Maximum Friend Requests/Day:"
+msgstr "Máximo de solicitudes de amistad por día:"
-#: ../../Zotlabs/Lib/Enotify.php:161 ../../Zotlabs/Lib/Enotify.php:314
-msgid "requested to like"
-msgstr "solicita que se permita mostrar agrado "
+#: ../../Zotlabs/Module/Settings/Channel.php:240
+msgid "May reduce spam activity"
+msgstr "Podría reducir la actividad de spam"
-#: ../../Zotlabs/Lib/Enotify.php:161 ../../Zotlabs/Lib/Enotify.php:314
-msgid "liked"
-msgstr "ha gustado de "
+#: ../../Zotlabs/Module/Settings/Channel.php:242
+msgid "By default post a status message when:"
+msgstr "Por defecto, enviar un mensaje de estado cuando:"
-#: ../../Zotlabs/Lib/Enotify.php:164 ../../Zotlabs/Lib/Enotify.php:317
-msgid "requested to dislike"
-msgstr "solicita que se permita mostrar desagrado "
+#: ../../Zotlabs/Module/Settings/Channel.php:243
+msgid "accepting a friend request"
+msgstr "Acepte una solicitud de amistad"
-#: ../../Zotlabs/Lib/Enotify.php:164 ../../Zotlabs/Lib/Enotify.php:317
-msgid "disliked"
-msgstr "no ha gustado de "
+#: ../../Zotlabs/Module/Settings/Channel.php:244
+msgid "joining a forum/community"
+msgstr "al unirse a un foro o comunidad"
-#: ../../Zotlabs/Lib/Enotify.php:169
-msgid "voted on"
-msgstr "votado en "
+#: ../../Zotlabs/Module/Settings/Channel.php:245
+msgid "making an <em>interesting</em> profile change"
+msgstr "Realice un cambio <em>interesante</em> en su perfil"
-#: ../../Zotlabs/Lib/Enotify.php:212
-#, php-format
-msgid "%1$s %2$s [zrl=%3$s]a %4$s[/zrl]"
-msgstr "%1$s%2$s [zrl=%3$s ]un %4$s[/zrl]"
+#: ../../Zotlabs/Module/Settings/Channel.php:246
+msgid "Send a notification email when:"
+msgstr "Enviar una notificación por correo electrónico cuando:"
-#: ../../Zotlabs/Lib/Enotify.php:220
-#, php-format
-msgid "%1$s %2$s [zrl=%3$s]%4$s's %5$s[/zrl]"
-msgstr "%1$s %2$s[zrl=%3$s]%5$s de %4$s[/zrl]"
+#: ../../Zotlabs/Module/Settings/Channel.php:247
+msgid "You receive a connection request"
+msgstr "Reciba una solicitud de conexión"
-#: ../../Zotlabs/Lib/Enotify.php:229 ../../Zotlabs/Lib/Enotify.php:321
-#, php-format
-msgid "%1$s %2$s [zrl=%3$s]your %4$s[/zrl]"
-msgstr "%1$s %2$s [zrl=%3$s]su %4$s[/zrl]"
+#: ../../Zotlabs/Module/Settings/Channel.php:248
+msgid "Your connections are confirmed"
+msgstr "Sus conexiones hayan sido confirmadas"
-#: ../../Zotlabs/Lib/Enotify.php:241
-#, php-format
-msgid "[$Projectname:Notify] Moderated Comment to conversation #%1$d by %2$s"
-msgstr "[$Projectname:Aviso] Comentario moderado en la conversación #%1$d por %2$s"
+#: ../../Zotlabs/Module/Settings/Channel.php:249
+msgid "Someone writes on your profile wall"
+msgstr "Alguien escriba en la página de su perfil (\"muro\")"
-#: ../../Zotlabs/Lib/Enotify.php:243
-#, php-format
-msgid "[$Projectname:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[$Projectname:Aviso] Nuevo comentario de %2$s en la conversación #%1$d"
+#: ../../Zotlabs/Module/Settings/Channel.php:250
+msgid "Someone writes a followup comment"
+msgstr "Alguien escriba un comentario sobre sus publicaciones"
-#: ../../Zotlabs/Lib/Enotify.php:244
-#, php-format
-msgid "%1$s commented on an item/conversation you have been following"
-msgstr "%1$sha comentado un elemento/conversación que ha estado siguiendo."
+#: ../../Zotlabs/Module/Settings/Channel.php:251
+msgid "You receive a private message"
+msgstr "Reciba un mensaje privado"
-#: ../../Zotlabs/Lib/Enotify.php:247 ../../Zotlabs/Lib/Enotify.php:341
-#: ../../Zotlabs/Lib/Enotify.php:357 ../../Zotlabs/Lib/Enotify.php:381
-#: ../../Zotlabs/Lib/Enotify.php:398 ../../Zotlabs/Lib/Enotify.php:411
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Para ver o comentar la conversación, visite %s"
+#: ../../Zotlabs/Module/Settings/Channel.php:252
+msgid "You receive a friend suggestion"
+msgstr "Reciba una sugerencia de amistad"
-#: ../../Zotlabs/Lib/Enotify.php:251 ../../Zotlabs/Lib/Enotify.php:252
-#, php-format
-msgid "Please visit %s to approve or reject this comment."
-msgstr "Por favor, visite %s para aprobar o rechazar este comentario."
+#: ../../Zotlabs/Module/Settings/Channel.php:253
+msgid "You are tagged in a post"
+msgstr "Usted sea etiquetado en una publicación"
-#: ../../Zotlabs/Lib/Enotify.php:337
-#, php-format
-msgid "[$Projectname:Notify] Like received to conversation #%1$d by %2$s"
-msgstr "[$Projectname:Aviso] \"Me gusta\" de %2$s en la conversación #%1$d"
+#: ../../Zotlabs/Module/Settings/Channel.php:254
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Reciba un toque o incitación en una publicación"
-#: ../../Zotlabs/Lib/Enotify.php:338
-#, php-format
-msgid "%1$s liked an item/conversation you created"
-msgstr "A %1$s le ha gustado un elemento o conversación que ha creado usted."
+#: ../../Zotlabs/Module/Settings/Channel.php:255
+msgid "Someone likes your post/comment"
+msgstr "Alguien muestre agrado por su entrada o comentario"
-#: ../../Zotlabs/Lib/Enotify.php:349
-#, php-format
-msgid "[$Projectname:Notify] %s posted to your profile wall"
-msgstr "[$Projectname:Aviso] %s ha publicado una entrada en su página de inicio del perfil (\"muro\")"
+#: ../../Zotlabs/Module/Settings/Channel.php:256
+msgid "Show visual notifications including:"
+msgstr "Mostrar notificaciones visuales que incluyan:"
-#: ../../Zotlabs/Lib/Enotify.php:351
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s ha publicado en su muro en %2$s"
+#: ../../Zotlabs/Module/Settings/Channel.php:257
+msgid "Unseen stream activity"
+msgstr "Actividad del stream no vista"
-#: ../../Zotlabs/Lib/Enotify.php:353
-#, php-format
-msgid "%1$s posted to [zrl=%2$s]your wall[/zrl]"
-msgstr "%1$sha publicado en [zrl=%2$s]su muro[/zrl]"
+#: ../../Zotlabs/Module/Settings/Channel.php:258
+msgid "Unseen channel activity"
+msgstr "Actividad no vista en el canal"
-#: ../../Zotlabs/Lib/Enotify.php:375
-#, php-format
-msgid "[$Projectname:Notify] %s tagged you"
-msgstr "[$Projectname:Aviso] %s le ha etiquetado"
+#: ../../Zotlabs/Module/Settings/Channel.php:259
+msgid "Unseen private messages"
+msgstr "Mensajes privados no leídos"
-#: ../../Zotlabs/Lib/Enotify.php:376
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$sle ha etiquetado en %2$s"
+#: ../../Zotlabs/Module/Settings/Channel.php:259
+#: ../../Zotlabs/Module/Settings/Channel.php:264
+#: ../../Zotlabs/Module/Settings/Channel.php:265
+#: ../../Zotlabs/Module/Settings/Channel.php:266
+msgid "Recommended"
+msgstr "Recomendado"
-#: ../../Zotlabs/Lib/Enotify.php:377
-#, php-format
-msgid "%1$s [zrl=%2$s]tagged you[/zrl]."
-msgstr "%1$s [zrl=%2$s]le ha etiquetado[/zrl]."
+#: ../../Zotlabs/Module/Settings/Channel.php:260
+msgid "Upcoming events"
+msgstr "Próximos eventos"
-#: ../../Zotlabs/Lib/Enotify.php:388
-#, php-format
-msgid "[$Projectname:Notify] %1$s poked you"
-msgstr "[$Projectname:Aviso] %1$s le ha dado un toque"
+#: ../../Zotlabs/Module/Settings/Channel.php:261
+msgid "Events today"
+msgstr "Eventos de hoy"
-#: ../../Zotlabs/Lib/Enotify.php:389
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "%1$sle ha dado un toque en %2$s"
+#: ../../Zotlabs/Module/Settings/Channel.php:262
+msgid "Upcoming birthdays"
+msgstr "Próximos cumpleaños"
-#: ../../Zotlabs/Lib/Enotify.php:390
-#, php-format
-msgid "%1$s [zrl=%2$s]poked you[/zrl]."
-msgstr "%1$s [zrl=%2$s] le ha dado un toque[/zrl]."
+#: ../../Zotlabs/Module/Settings/Channel.php:262
+msgid "Not available in all themes"
+msgstr "No disponible en todos los temas"
-#: ../../Zotlabs/Lib/Enotify.php:405
-#, php-format
-msgid "[$Projectname:Notify] %s tagged your post"
-msgstr "[$Projectname:Aviso] %s ha etiquetado su entrada"
+#: ../../Zotlabs/Module/Settings/Channel.php:263
+msgid "System (personal) notifications"
+msgstr "Notificaciones del sistema (personales)"
-#: ../../Zotlabs/Lib/Enotify.php:406
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$sha etiquetado su entrada en %2$s"
+#: ../../Zotlabs/Module/Settings/Channel.php:264
+msgid "System info messages"
+msgstr "Mensajes de información del sistema"
-#: ../../Zotlabs/Lib/Enotify.php:407
-#, php-format
-msgid "%1$s tagged [zrl=%2$s]your post[/zrl]"
-msgstr "%1$s ha etiquetado [zrl=%2$s]su entrada[/zrl]"
+#: ../../Zotlabs/Module/Settings/Channel.php:265
+msgid "System critical alerts"
+msgstr "Alertas críticas del sistema"
-#: ../../Zotlabs/Lib/Enotify.php:418
-msgid "[$Projectname:Notify] Introduction received"
-msgstr "[$Projectname:Aviso] Ha recibido una solicitud de conexión"
+#: ../../Zotlabs/Module/Settings/Channel.php:266
+msgid "New connections"
+msgstr "Nuevas conexiones"
-#: ../../Zotlabs/Lib/Enotify.php:419
-#, php-format
-msgid "You've received an new connection request from '%1$s' at %2$s"
-msgstr "Ha recibido una nueva solicitud de conexión de '%1$s' en %2$s"
+#: ../../Zotlabs/Module/Settings/Channel.php:267
+msgid "System Registrations"
+msgstr "Registros del sistema"
-#: ../../Zotlabs/Lib/Enotify.php:420
-#, php-format
-msgid "You've received [zrl=%1$s]a new connection request[/zrl] from %2$s."
-msgstr "Ha recibido [zrl=%1$s]una nueva solicitud de conexión[/zrl] de %2$s."
+#: ../../Zotlabs/Module/Settings/Channel.php:268
+msgid "Unseen shared files"
+msgstr "Ficheros compartidos no vistos"
-#: ../../Zotlabs/Lib/Enotify.php:423 ../../Zotlabs/Lib/Enotify.php:441
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "Puede visitar su perfil en %s"
+#: ../../Zotlabs/Module/Settings/Channel.php:269
+msgid "Unseen public stream activity"
+msgstr "Actividad del stream público no vista"
-#: ../../Zotlabs/Lib/Enotify.php:425
-#, php-format
-msgid "Please visit %s to approve or reject the connection request."
-msgstr "Por favor, visite %s para permitir o rechazar la solicitad de conexión."
+#: ../../Zotlabs/Module/Settings/Channel.php:270
+msgid "Unseen likes and dislikes"
+msgstr "Los \"me gusta\" y \"no me gusta\" no vistos"
-#: ../../Zotlabs/Lib/Enotify.php:432
-msgid "[$Projectname:Notify] Friend suggestion received"
-msgstr "[$Projectname:Aviso] Ha recibido una sugerencia de conexión"
+#: ../../Zotlabs/Module/Settings/Channel.php:271
+msgid "Unseen forum posts"
+msgstr "Entradas no vistas en el foro"
-#: ../../Zotlabs/Lib/Enotify.php:433
-#, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "Ha recibido una sugerencia de amistad de '%1$s' en %2$s"
+#: ../../Zotlabs/Module/Settings/Channel.php:272
+msgid "Email notification hub (hostname)"
+msgstr "Email de notificación del hub (nombre del host)"
-#: ../../Zotlabs/Lib/Enotify.php:434
+#: ../../Zotlabs/Module/Settings/Channel.php:272
#, php-format
msgid ""
-"You've received [zrl=%1$s]a friend suggestion[/zrl] for %2$s from %3$s."
-msgstr "Ha recibido [zrl=%1$s]una sugerencia de amistad[/zrl] para %2$s de %3$s."
+"If your channel is mirrored to multiple hubs, set this to your preferred "
+"location. This will prevent duplicate email notifications. Example: %s"
+msgstr "Si su canal está replicado en múltiples hubs, colóquelo en su ubicación preferida. Esto evitará la duplicación de notificaciones por correo electrónico. Ejemplo: %s"
-#: ../../Zotlabs/Lib/Enotify.php:439
-msgid "Name:"
-msgstr "Nombre:"
+#: ../../Zotlabs/Module/Settings/Channel.php:273
+msgid "Show new wall posts, private messages and connections under Notices"
+msgstr "Mostrar nuevos mensajes en el muro, mensajes privados y conexiones en Avisos"
-#: ../../Zotlabs/Lib/Enotify.php:440
-msgid "Photo:"
-msgstr "Foto:"
+#: ../../Zotlabs/Module/Settings/Channel.php:274
+msgid "Mark all notices of the thread read if a notice is clicked"
+msgstr "Marcar todos los avisos del hilo como leídos si se hace clic en un aviso"
-#: ../../Zotlabs/Lib/Enotify.php:443
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Por favor, visite %s para aprobar o rechazar la sugerencia."
+#: ../../Zotlabs/Module/Settings/Channel.php:274
+msgid "If no, only the clicked notice will be marked read"
+msgstr "Si no, sólo se marcará como leída la notificación en la que se haya hecho clic"
-#: ../../Zotlabs/Lib/Enotify.php:668
-msgid "[$Projectname:Notify]"
-msgstr "[$Projectname:Aviso]"
+#: ../../Zotlabs/Module/Settings/Channel.php:275
+msgid ""
+"Desktop notifications are unavailable because the required browser "
+"permission has not been granted"
+msgstr "Las notificaciones de escritorio no están disponibles porque no se ha concedido el permiso necesario al navegador"
-#: ../../Zotlabs/Lib/Enotify.php:834
-msgid "created a new poll"
-msgstr "se ha creado una nueva encuesta"
+#: ../../Zotlabs/Module/Settings/Channel.php:276
+msgid "Grant permission"
+msgstr "Permiso concedido"
-#: ../../Zotlabs/Lib/Enotify.php:834
-msgid "created a new post"
-msgstr "ha creado una nueva entrada"
+#: ../../Zotlabs/Module/Settings/Channel.php:277
+msgid "Notify me of events this many days in advance"
+msgstr "Avisarme de los eventos con algunos días de antelación"
-#: ../../Zotlabs/Lib/Enotify.php:835
-#, php-format
-msgid "voted on %s's poll"
-msgstr "votado en la encuesta de %s"
+#: ../../Zotlabs/Module/Settings/Channel.php:277
+msgid "Must be greater than 0"
+msgstr "Debe ser mayor que 0"
-#: ../../Zotlabs/Lib/Enotify.php:835
-#, php-format
-msgid "commented on %s's post"
-msgstr "ha comentado la entrada de %s"
+#: ../../Zotlabs/Module/Settings/Channel.php:280
+msgid "Default photo upload folder"
+msgstr "Carpeta por defecto de las fotos subidas"
-#: ../../Zotlabs/Lib/Enotify.php:839
-#, php-format
-msgid "repeated %s's post"
-msgstr "repetida la entrada de %s"
+#: ../../Zotlabs/Module/Settings/Channel.php:280
+#: ../../Zotlabs/Module/Settings/Channel.php:281
+msgid "%Y - current year, %m - current month"
+msgstr "%Y - año en curso, %m - mes actual"
-#: ../../Zotlabs/Lib/Enotify.php:843
-#, php-format
-msgid "liked %s's post"
-msgstr "Le ha gustado la entrada de %s"
+#: ../../Zotlabs/Module/Settings/Channel.php:281
+msgid "Default file upload folder"
+msgstr "Carpeta por defecto de los ficheros subidos"
-#: ../../Zotlabs/Lib/Enotify.php:847
-#, php-format
-msgid "disliked %s's post"
-msgstr "No le ha gustado la entrada de %s"
+#: ../../Zotlabs/Module/Settings/Channel.php:283
+msgid "Remove this channel."
+msgstr "Eliminar este canal."
-#: ../../Zotlabs/Lib/Enotify.php:851 ../../Zotlabs/Lib/Enotify.php:954
-msgid "shared a file with you"
-msgstr "compartió un archivo con usted"
+#: ../../Zotlabs/Module/Settings/Channel.php:284
+msgid "Expire other channel content after this many days"
+msgstr "Caducar contenido de otros canales después de este número de días"
-#: ../../Zotlabs/Lib/Enotify.php:860
-#, php-format
-msgid "edited a post dated %s"
-msgstr "ha editado una entrada %s"
+#: ../../Zotlabs/Module/Settings/Channel.php:284
+msgid "0 or blank to use the website limit."
+msgstr "0 o en blanco para usar el límite del sitio web."
-#: ../../Zotlabs/Lib/Enotify.php:863
+#: ../../Zotlabs/Module/Settings/Channel.php:284
#, php-format
-msgid "edited a comment dated %s"
-msgstr "ha editado un comentario %s"
-
-#: ../../Zotlabs/Lib/Enotify.php:939
-msgid "added your channel"
-msgstr "añadió este canal a sus conexiones"
-
-#: ../../Zotlabs/Lib/Enotify.php:969
-msgid "sent you a direct message"
-msgstr "enviarle un mensaje directo"
-
-#: ../../Zotlabs/Lib/Enotify.php:976
-msgid "g A l F d"
-msgstr "g A l d F"
-
-#: ../../Zotlabs/Lib/Enotify.php:979
-msgid "[today]"
-msgstr "[hoy]"
-
-#: ../../Zotlabs/Lib/Enotify.php:989
-msgid "created an event"
-msgstr "se creó un evento"
-
-#: ../../Zotlabs/Lib/Enotify.php:1004
-msgid "status verified"
-msgstr "estado verificado"
-
-#: ../../Zotlabs/Lib/Connect.php:46 ../../Zotlabs/Lib/Connect.php:147
-msgid "Channel is blocked on this site."
-msgstr "El canal está bloqueado en este sitio."
-
-#: ../../Zotlabs/Lib/Connect.php:51
-msgid "Channel location missing."
-msgstr "Falta la dirección del canal."
-
-#: ../../Zotlabs/Lib/Connect.php:105
-msgid "Remote channel or protocol unavailable."
-msgstr "Canal remoto o protocolo no disponible."
-
-#: ../../Zotlabs/Lib/Connect.php:141
-msgid "Channel discovery failed."
-msgstr "El intento de acceder al canal ha fallado."
-
-#: ../../Zotlabs/Lib/Connect.php:159
-msgid "Protocol disabled."
-msgstr "Protocolo deshabilitado."
-
-#: ../../Zotlabs/Lib/Connect.php:171
-msgid "Cannot connect to yourself."
-msgstr "No puede conectarse consigo mismo."
-
-#: ../../Zotlabs/Lib/Connect.php:276
-msgid "error saving data"
-msgstr "error guardando los datos"
-
-#: ../../Zotlabs/Lib/Chatroom.php:25
-msgid "Missing room name"
-msgstr "Sala de chat sin nombre"
-
-#: ../../Zotlabs/Lib/Chatroom.php:34
-msgid "Duplicate room name"
-msgstr "Nombre de sala duplicado."
-
-#: ../../Zotlabs/Lib/Chatroom.php:84 ../../Zotlabs/Lib/Chatroom.php:92
-msgid "Invalid room specifier."
-msgstr "Especificador de sala no válido."
-
-#: ../../Zotlabs/Lib/Chatroom.php:124
-msgid "Room not found."
-msgstr "Sala no encontrada."
-
-#: ../../Zotlabs/Lib/Chatroom.php:145
-msgid "Room is full"
-msgstr "La sala está llena."
-
-#: ../../Zotlabs/Lib/Apps.php:329
-msgid "Affinity Tool"
-msgstr "Herramienta de afinidad"
-
-#: ../../Zotlabs/Lib/Apps.php:332
-msgid "Site Admin"
-msgstr "Administrador del sitio"
-
-#: ../../Zotlabs/Lib/Apps.php:336
-msgid "Content Filter"
-msgstr "Filtro de contenido"
-
-#: ../../Zotlabs/Lib/Apps.php:339
-msgid "Remote Diagnostics"
-msgstr "Diagnóstico remoto"
-
-#: ../../Zotlabs/Lib/Apps.php:340
-msgid "Suggest Channels"
-msgstr "Sugerir canales"
-
-#: ../../Zotlabs/Lib/Apps.php:342
-msgid "Channel Manager"
-msgstr "Administración de canales"
-
-#: ../../Zotlabs/Lib/Apps.php:343
-msgid "Stream"
-msgstr "Stream"
-
-#: ../../Zotlabs/Lib/Apps.php:354
-msgid "Mail"
-msgstr "Correo"
-
-#: ../../Zotlabs/Lib/Apps.php:357
-msgid "Chat"
-msgstr "Chat"
-
-#: ../../Zotlabs/Lib/Apps.php:359
-msgid "Probe"
-msgstr "Probar"
-
-#: ../../Zotlabs/Lib/Apps.php:360
-msgid "Suggest"
-msgstr "Sugerir"
-
-#: ../../Zotlabs/Lib/Apps.php:361
-msgid "Random Channel"
-msgstr "Canal aleatorio"
-
-#: ../../Zotlabs/Lib/Apps.php:362
-msgid "Invite"
-msgstr "Invitar"
-
-#: ../../Zotlabs/Lib/Apps.php:365 ../../Zotlabs/Storage/Browser.php:410
-msgid "Post"
-msgstr "Publicación"
-
-#: ../../Zotlabs/Lib/Apps.php:370
-msgid "Notifications"
-msgstr "Notificaciones"
-
-#: ../../Zotlabs/Lib/Apps.php:371
-msgid "Order Apps"
-msgstr "Ordenar las apps"
-
-#: ../../Zotlabs/Lib/Apps.php:372
-msgid "CardDAV"
-msgstr "CardDAV"
-
-#: ../../Zotlabs/Lib/Apps.php:376
-msgid "OAuth Apps Manager"
-msgstr "Administrador de apps OAuth"
-
-#: ../../Zotlabs/Lib/Apps.php:377
-msgid "OAuth2 Apps Manager"
-msgstr "Administrador de apps OAuth2"
-
-#: ../../Zotlabs/Lib/Apps.php:378
-msgid "PDL Editor"
-msgstr "Editor PDL"
-
-#: ../../Zotlabs/Lib/Apps.php:381
-msgid "My Chatrooms"
-msgstr "Mis salas de chat"
-
-#: ../../Zotlabs/Lib/Apps.php:382
-msgid "Channel Export"
-msgstr "Exportar canal"
-
-#: ../../Zotlabs/Lib/Apps.php:576 ../../Zotlabs/Lib/Apps.php:598
-msgid "Purchase"
-msgstr "Comprar"
-
-#: ../../Zotlabs/Lib/Apps.php:603
-msgid "Undelete"
-msgstr "Recuperar"
-
-#: ../../Zotlabs/Lib/Apps.php:611
-msgid "Add to app-tray"
-msgstr "Añadir a la bandeja de aplicaciones"
-
-#: ../../Zotlabs/Lib/Apps.php:612
-msgid "Remove from app-tray"
-msgstr "Quitar de la bandeja de aplicaciones"
-
-#: ../../Zotlabs/Lib/Apps.php:613
-msgid "Pin to navbar"
-msgstr "Fijar en la barra de navegación"
+msgid "This website expires after %d days."
+msgstr "Este sitio web caduca después de %d días."
-#: ../../Zotlabs/Lib/Apps.php:614
-msgid "Unpin from navbar"
-msgstr "Quitar de la barra de navegación"
+#: ../../Zotlabs/Module/Settings/Channel.php:284
+msgid "This website does not expire imported content."
+msgstr "Este sitio web no caduca el contenido importado."
-#: ../../Zotlabs/Lib/Techlevels.php:10
-msgid "0. Beginner/Basic"
-msgstr "0. Principiante/Básico"
+#: ../../Zotlabs/Module/Settings/Channel.php:284
+msgid "The website limit takes precedence if lower than your limit."
+msgstr "El límite del sitio web tiene prioridad si es inferior a su propio límite."
-#: ../../Zotlabs/Lib/Techlevels.php:11
-msgid "1. Novice - not skilled but willing to learn"
-msgstr "1. Novato: no cualificado, pero dispuesto a aprender"
+#: ../../Zotlabs/Module/Settings/Channel.php:285
+#: ../../Zotlabs/Module/Settings/Channel.php:286
+msgid ""
+"Words one per line or #tags, $categories, /patterns/, lang=xx, lang!=xx - "
+"leave blank to import all posts"
+msgstr "Palabras una por línea o #tags, $categories, /patterns/, lang=xx, lang!=xx - dejar en blanco para importar todas las entradas"
-#: ../../Zotlabs/Lib/Techlevels.php:12
-msgid "2. Intermediate - somewhat comfortable"
-msgstr "2. Intermedio - algo cómodo"
+#: ../../Zotlabs/Module/Settings/Profiles.php:41
+msgid "Default profile for new contacts"
+msgstr "Perfil predeterminado para nuevos contactos"
-#: ../../Zotlabs/Lib/Techlevels.php:13
-msgid "3. Advanced - very comfortable"
-msgstr "3. Avanzado - muy cómodo"
+#: ../../Zotlabs/Module/Settings/Profiles.php:49
+msgid "Profiles Settings"
+msgstr "Gestión de los perfiles"
-#: ../../Zotlabs/Lib/Techlevels.php:14
-msgid "4. Expert - I can write computer code"
-msgstr "4. Experto - Puedo escribir código informático"
+#: ../../Zotlabs/Module/Settings/Connections.php:40
+msgid "Connections Settings"
+msgstr "Gestión de las conexiones"
-#: ../../Zotlabs/Lib/Techlevels.php:15
-msgid "5. Wizard - I probably know more than you do"
-msgstr "5. Colaborador - probablemente sé más que tú"
+#: ../../Zotlabs/Module/Settings/Calendar.php:40
+msgid "Calendar Settings"
+msgstr "Ajustes del calendario"
-#: ../../Zotlabs/Lib/Libzotdir.php:163
-msgid "Directory Options"
-msgstr "Opciones del directorio"
+#: ../../Zotlabs/Module/Settings/Multifactor.php:23
+msgid "Password is required"
+msgstr "Se necesita contraseña"
-#: ../../Zotlabs/Lib/Libzotdir.php:165
-msgid "Safe Mode"
-msgstr "Modo seguro"
+#: ../../Zotlabs/Module/Settings/Multifactor.php:29
+msgid "The provided password is not correct"
+msgstr "La contraseña proporcionada no es correcta"
-#: ../../Zotlabs/Lib/Libzotdir.php:166
-msgid "Public Forums Only"
-msgstr "Solo foros públicos"
+#: ../../Zotlabs/Module/Settings/Multifactor.php:68
+msgid "Account Multi-Factor Authentication"
+msgstr "Autenticación multifactorial de la cuenta"
-#: ../../Zotlabs/Lib/Libzotdir.php:168
-msgid "This Website Only"
-msgstr "Solo este sitio web"
+#: ../../Zotlabs/Module/Settings/Multifactor.php:69
+msgid ""
+"This is your generated secret. It may be used in some cases if the QR image "
+"cannot be read. Please store it in a safe place."
+msgstr "Este es su secreto generado. Puede ser utilizado en algunos casos si la imagen QR no puede ser leída. Por favor, guárdelo en un lugar seguro."
-#: ../../Zotlabs/Lib/Libzot.php:686
-msgid "Unable to verify channel signature"
-msgstr "No ha sido posible de verificar la firma del canal"
+#: ../../Zotlabs/Module/Settings/Multifactor.php:70
+msgid "Please enter the code from your authenticator app"
+msgstr "Introduzca el código de su aplicación de autenticación"
-#: ../../Zotlabs/Lib/ThreadItem.php:108
-msgid "Restricted message"
-msgstr "Mensaje restringido"
+#: ../../Zotlabs/Module/Settings/Multifactor.php:71
+msgid "You will only be able to enable MFA if the test passes"
+msgstr "Sólo podrá activar la autenticación multifactorial si pasa la prueba"
-#: ../../Zotlabs/Lib/ThreadItem.php:115
-msgid "Direct message"
-msgstr "Mensaje directo"
+#: ../../Zotlabs/Module/Settings/Multifactor.php:75
+msgid "Congratulations, the provided code was correct"
+msgstr "Enhorabuena, el código proporcionado era correcto"
-#: ../../Zotlabs/Lib/ThreadItem.php:120
-msgid "Public Policy"
-msgstr "Política pública"
+#: ../../Zotlabs/Module/Settings/Multifactor.php:76
+msgid "Incorrect code"
+msgstr "Código incorrecto"
-#: ../../Zotlabs/Lib/ThreadItem.php:152
-msgid "Privacy conflict. Discretion advised."
-msgstr "Conflicto de privacidad. Se aconseja discreción."
+#: ../../Zotlabs/Module/Settings/Multifactor.php:79
+msgid "Enable Multi-Factor Authentication"
+msgstr "Habilitar la autenticación multifactorial"
-#: ../../Zotlabs/Lib/ThreadItem.php:183 ../../Zotlabs/Storage/Browser.php:372
-msgid "Admin Delete"
-msgstr "Eliminar admin"
+#: ../../Zotlabs/Module/Settings/Multifactor.php:81
+msgid "Logging in will require you to be in possession of your smartphone"
+msgstr "Para iniciar sesión, deberá estar en posesión de su smartphone"
-#: ../../Zotlabs/Lib/ThreadItem.php:312
-msgid "Reply on this comment"
-msgstr "Responder a este comentario"
+#: ../../Zotlabs/Module/Settings/Multifactor.php:84
+msgid "Your account password"
+msgstr "La contraseña de su cuenta "
-#: ../../Zotlabs/Lib/ThreadItem.php:312
-msgid "reply"
-msgstr "responder"
+#: ../../Zotlabs/Module/Settings/Multifactor.php:86
+msgid "Test"
+msgstr "Test"
-#: ../../Zotlabs/Lib/ThreadItem.php:312
-msgid "Reply to"
-msgstr "Responder a "
+#: ../../Zotlabs/Module/Rmagic.php:46
+msgid "Authentication failed."
+msgstr "Falló la autenticación."
-#: ../../Zotlabs/Lib/ThreadItem.php:335
-msgid "Delivery Report"
-msgstr "Informe de transmisión"
+#: ../../Zotlabs/Module/Editblock.php:138
+msgid "Edit Block"
+msgstr "Modificar este bloque"
-#: ../../Zotlabs/Lib/ThreadItem.php:355
-#, php-format
-msgid "%d Comment"
-msgid_plural "%d Comments"
-msgstr[0] "%d comentario"
-msgstr[1] "%d comentarios"
-msgstr[2] "%d comentarios"
+#: ../../Zotlabs/Module/Email_validation.php:36
+msgid "Email Verification Required"
+msgstr "Verificación obligatoria del correo electrónico"
-#: ../../Zotlabs/Lib/ThreadItem.php:356
+#: ../../Zotlabs/Module/Email_validation.php:37
#, php-format
-msgid "%d unseen"
-msgstr "%dno visto/a vistos/as"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:406
-msgid "Forum"
-msgstr "Foro"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:413
-msgid "to"
-msgstr "a"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:415
-msgid "Wall-to-Wall"
-msgstr "De página del perfil a página del perfil (de \"muro\" a \"muro\")"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:416
-msgid "via Wall-To-Wall:"
-msgstr "Mediante el procedimiento página del perfil a página del perfil (de \"muro\" a \"muro\")"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:444
-msgid "Attend"
-msgstr "Participar o asistir"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:462
-msgid "Go to previous comment"
-msgstr "Ir al comentario anterior"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:475
-msgid "Add to Calendar"
-msgstr "Añadir al calendario"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:837
-msgid "Image"
-msgstr "Imagen"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:839
-msgid "Insert Link"
-msgstr "Insertar enlace"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:840
-msgid "Video"
-msgstr "Vídeo"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:849
-msgid "Your full name (required)"
-msgstr "Su nombre completo (requerido)"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:850
-msgid "Your email address (required)"
-msgstr "Su dirección de correo electrónico (requerido)"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:851
-msgid "Your website URL (optional)"
-msgstr "La URL de su sitio web (opcional)"
-
-#: ../../Zotlabs/Lib/DB_Upgrade.php:67
-msgid "Source code of failed update: "
-msgstr "Código fuente de la actualización fallida: "
+msgid ""
+"A verification token was sent to your email address [%s]. Enter that token "
+"here to complete the account verification step. Please allow a few minutes "
+"for delivery, and check your spam folder if you do not see the message."
+msgstr "Se ha enviado un token de verificación a su dirección de correo electrónico [%s]. Ingrese ese símbolo aquí para completar el paso de verificación de cuenta. Por favor, espere unos minutos para el envío, y revise su carpeta de spam si no ve el mensaje."
-#: ../../Zotlabs/Lib/DB_Upgrade.php:88
-#, php-format
-msgid "Update Error at %s"
-msgstr "Error de actualización en %s"
+#: ../../Zotlabs/Module/Email_validation.php:38
+msgid "Resend Email"
+msgstr "Reenvío de correo electrónico"
-#: ../../Zotlabs/Lib/DB_Upgrade.php:94
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "La actualización %s ha fallado. Mire el informe de errores."
+#: ../../Zotlabs/Module/Email_validation.php:41
+msgid "Validation token"
+msgstr "Token de validación"
-#: ../../Zotlabs/Lib/PermissionDescription.php:108
-#: ../../Zotlabs/Access/PermissionRoles.php:384
-msgid "Public"
-msgstr "Público"
+#: ../../Zotlabs/Module/Import.php:70
+msgid "Nothing to import."
+msgstr "No hay nada para importar."
-#: ../../Zotlabs/Lib/PermissionDescription.php:109
-msgid "Anybody in the $Projectname network"
-msgstr "Cualquiera en la red $Projectname"
+#: ../../Zotlabs/Module/Import.php:86 ../../Zotlabs/Module/Import.php:100
+msgid "Unable to download data from old server"
+msgstr "No se han podido descargar datos de su antiguo servidor"
-#: ../../Zotlabs/Lib/PermissionDescription.php:110
+#: ../../Zotlabs/Module/Import.php:163
#, php-format
-msgid "Any account on %s"
-msgstr "Cualquier cuenta en %s"
-
-#: ../../Zotlabs/Lib/PermissionDescription.php:111
-msgid "Any of my connections"
-msgstr "Cualquiera de mis conexiones"
-
-#: ../../Zotlabs/Lib/PermissionDescription.php:112
-msgid "Only connections I specifically allow"
-msgstr "Sólo las conexiones que yo permita de forma explícita"
-
-#: ../../Zotlabs/Lib/PermissionDescription.php:113
-msgid "Anybody authenticated (could include visitors from other networks)"
-msgstr "Cualquiera que esté autenticado (podría incluir a los visitantes de otras redes)"
+msgid "Your service plan only allows %d channels."
+msgstr "Su paquete de servicios solo permite %d canales."
-#: ../../Zotlabs/Lib/PermissionDescription.php:114
-msgid "Any connections including those who haven't yet been approved"
-msgstr "Cualquier conexión incluyendo aquellas que aún no han sido aprobadas"
+#: ../../Zotlabs/Module/Import.php:190
+msgid "No channel. Import failed."
+msgstr "No hay canal. La importación ha fallado"
-#: ../../Zotlabs/Lib/PermissionDescription.php:150
+#: ../../Zotlabs/Module/Import.php:557
msgid ""
-"This is your default setting for the audience of your normal stream, and "
-"posts."
-msgstr "Esta es la configuración predeterminada para su flujo (stream) habitual de publicaciones."
+"Automatic content and files import was not possible due to API version "
+"incompatiblity. Please import content and files manually!"
+msgstr "La importación automática de contenidos y archivos no fue posible debido a la incompatibilidad de la versión de la API. Por favor, importe el contenido y los archivos manualmente."
-#: ../../Zotlabs/Lib/PermissionDescription.php:151
-msgid ""
-"This is your default setting for who can view your default channel profile"
-msgstr "Esta es su configuración por defecto para establecer quién puede ver su perfil del canal predeterminado"
+#: ../../Zotlabs/Module/Import.php:585
+msgid "You must be logged in to use this feature."
+msgstr "Debe estar registrado para poder usar esta funcionalidad."
-#: ../../Zotlabs/Lib/PermissionDescription.php:152
-msgid "This is your default setting for who can view your connections"
-msgstr "Este es su ajuste predeterminado para establecer quién puede ver sus conexiones"
+#: ../../Zotlabs/Module/Import.php:592
+msgid "Channel Import"
+msgstr "Importar canal"
-#: ../../Zotlabs/Lib/PermissionDescription.php:153
+#: ../../Zotlabs/Module/Import.php:593
msgid ""
-"This is your default setting for who can view your file storage and photos"
-msgstr "Este es su ajuste predeterminado para establecer quién puede ver su repositorio de ficheros y sus fotos"
-
-#: ../../Zotlabs/Lib/PermissionDescription.php:154
-msgid "This is your default setting for the audience of your webpages"
-msgstr "Este es el ajuste predeterminado para establecer la audiencia de sus páginas web"
-
-#: ../../Zotlabs/Lib/Libsync.php:819
-#, php-format
-msgid "Unable to verify site signature for %s"
-msgstr "No ha sido posible de verificar la firma del sitio para %s"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:337
-msgid "Social Networking"
-msgstr "Redes sociales"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:338
-msgid "Social - Federation"
-msgstr "Social - Federación"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:339
-msgid "Social - Mostly Public"
-msgstr "Social - Público en su mayor parte"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:340
-msgid "Social - Restricted"
-msgstr "Social - Restringido"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:341
-msgid "Social - Private"
-msgstr "Social - Privado"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:344
-msgid "Community Forum"
-msgstr "Foro de discusión"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:345
-msgid "Forum - Mostly Public"
-msgstr "Foro - Público en su mayor parte"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:346
-msgid "Forum - Restricted"
-msgstr "Foro - Restringido"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:347
-msgid "Forum - Private"
-msgstr "Foro - Privado"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:350
-msgid "Feed Republish"
-msgstr "Republicar un \"feed\""
-
-#: ../../Zotlabs/Access/PermissionRoles.php:351
-msgid "Feed - Mostly Public"
-msgstr "Feed - Público en su mayor parte"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:352
-msgid "Feed - Restricted"
-msgstr "Feed - Restringido"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:355
-msgid "Special Purpose"
-msgstr "Propósito especial"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:356
-msgid "Special - Celebrity/Soapbox"
-msgstr "Especial - Celebridad / Tribuna improvisada"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:357
-msgid "Special - Group Repository"
-msgstr "Especial - Repositorio de grupo"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:361
-msgid "Custom/Expert Mode"
-msgstr "Modo personalizado/experto"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:385
-msgid "Personal"
-msgstr "Personales"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:386
-msgid "Community forum"
-msgstr "Foro de discusión"
-
-#: ../../Zotlabs/Access/PermissionRoles.php:387
-msgid "Custom"
-msgstr "Personalizado"
-
-#: ../../Zotlabs/Access/Permissions.php:56
-msgid "Can view my channel stream and posts"
-msgstr "Pueden verse la actividad y publicaciones de mi canal"
-
-#: ../../Zotlabs/Access/Permissions.php:57
-msgid "Can send me their channel stream and posts"
-msgstr "Se me pueden enviar entradas y contenido de un canal"
-
-#: ../../Zotlabs/Access/Permissions.php:58
-msgid "Can view my default channel profile"
-msgstr "Puede verse mi perfil de canal predeterminado."
-
-#: ../../Zotlabs/Access/Permissions.php:59
-msgid "Can view my connections"
-msgstr "Pueden verse mis conexiones"
-
-#: ../../Zotlabs/Access/Permissions.php:60
-msgid "Can view my file storage and photos"
-msgstr "Pueden verse mi repositorio de ficheros y mis fotos"
-
-#: ../../Zotlabs/Access/Permissions.php:61
-msgid "Can upload/modify my file storage and photos"
-msgstr "Se pueden subir / modificar elementos en mi repositorio de ficheros y fotos"
-
-#: ../../Zotlabs/Access/Permissions.php:62
-msgid "Can view my channel webpages"
-msgstr "Pueden verse las páginas personales de mi canal"
-
-#: ../../Zotlabs/Access/Permissions.php:63
-msgid "Can view my wiki pages"
-msgstr "Pueden verse mis páginas wiki"
-
-#: ../../Zotlabs/Access/Permissions.php:64
-msgid "Can create/edit my channel webpages"
-msgstr "Pueden crearse / modificarse páginas personales en mi canal"
-
-#: ../../Zotlabs/Access/Permissions.php:65
-msgid "Can write to my wiki pages"
-msgstr "Se pueden modificar las páginas de mi wiki"
-
-#: ../../Zotlabs/Access/Permissions.php:66
-msgid "Can post on my channel (wall) page"
-msgstr "Pueden crearse entradas en mi página de inicio del canal (“muro”)"
-
-#: ../../Zotlabs/Access/Permissions.php:67
-msgid "Can comment on or like my posts"
-msgstr "Pueden publicarse comentarios en mis publicaciones o marcar mis entradas con 'me gusta'."
-
-#: ../../Zotlabs/Access/Permissions.php:68
-msgid "Can send me direct messages"
-msgstr "Se me pueden enviar mensajes privados"
-
-#: ../../Zotlabs/Access/Permissions.php:69
-msgid "Can like/dislike profiles and profile things"
-msgstr "Se puede mostrar agrado o desagrado (Me gusta / No me gusta) en mis perfiles y sus distintos apartados"
-
-#: ../../Zotlabs/Access/Permissions.php:70
-msgid "Can chat with me"
-msgstr "Se puede chatear conmigo"
-
-#: ../../Zotlabs/Access/Permissions.php:71
-msgid "Can source/mirror my public posts in derived channels"
-msgstr "Pueden utilizarse mis entradas públicas en canales derivados"
-
-#: ../../Zotlabs/Access/Permissions.php:73
-msgid "Can administer my channel"
-msgstr "Se puede administrar mi canal"
-
-#: ../../Zotlabs/Storage/Browser.php:292
-msgid "Change filename to"
-msgstr "Cambiar el nombre de archivo a "
-
-#: ../../Zotlabs/Storage/Browser.php:309 ../../Zotlabs/Storage/Browser.php:393
-msgid "Select a target location"
-msgstr "Seleccionar un lugar de destino "
-
-#: ../../Zotlabs/Storage/Browser.php:310 ../../Zotlabs/Storage/Browser.php:394
-msgid "Copy to target location"
-msgstr "Copiar a la ubicación de destino"
-
-#: ../../Zotlabs/Storage/Browser.php:311 ../../Zotlabs/Storage/Browser.php:392
-msgid "Set permissions for all files and sub folders"
-msgstr "Establecer los permisos para todos los ficheros y subcarpetas"
-
-#: ../../Zotlabs/Storage/Browser.php:312
-msgid "Notify your contacts about this file"
-msgstr "Advertir a sus contactos sobre este archivo"
-
-#: ../../Zotlabs/Storage/Browser.php:351
-msgid "File category"
-msgstr "Categoría del fichero"
-
-#: ../../Zotlabs/Storage/Browser.php:365
-msgid "Total"
-msgstr "Total"
-
-#: ../../Zotlabs/Storage/Browser.php:367
-msgid "Shared"
-msgstr "Compartido"
-
-#: ../../Zotlabs/Storage/Browser.php:369
-msgid "Add Files"
-msgstr "Añadir ficheros"
-
-#: ../../Zotlabs/Storage/Browser.php:384
-msgid "parent"
-msgstr "padre"
-
-#: ../../Zotlabs/Storage/Browser.php:402
-msgid "Select All"
-msgstr "Seleccionar todo"
-
-#: ../../Zotlabs/Storage/Browser.php:403
-msgid "Bulk Actions"
-msgstr "Acciones a gran escala"
-
-#: ../../Zotlabs/Storage/Browser.php:404
-msgid "Adjust Permissions"
-msgstr "Ajustar permisos"
-
-#: ../../Zotlabs/Storage/Browser.php:405
-msgid "Move or Copy"
-msgstr "Mover o copiar"
-
-#: ../../Zotlabs/Storage/Browser.php:408
-msgid "Info"
-msgstr "Información"
-
-#: ../../Zotlabs/Storage/Browser.php:409
-msgid "Rename"
-msgstr "Renombrar"
+"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."
+msgstr "Emplee este formulario para importar un canal desde un servidor/hub diferente. Puede recuperar el canal desde el antiguo servidor/hub a través de la red o proporcionando un fichero de exportación."
-#: ../../Zotlabs/Storage/Browser.php:411
-msgid "Attachment BBcode"
-msgstr "Adjuntar código BBcode"
+#: ../../Zotlabs/Module/Import.php:595
+msgid "Or provide the old server/hub details"
+msgstr "O proporcione los detalles de su antiguo servidor/hub"
-#: ../../Zotlabs/Storage/Browser.php:412
-msgid "Embed BBcode"
-msgstr "Código BBcode incorporado"
+#: ../../Zotlabs/Module/Import.php:597
+msgid "Your old identity address (xyz@example.com)"
+msgstr "Su identidad en el antiguo servidor (canal@ejemplo.com)"
-#: ../../Zotlabs/Storage/Browser.php:413
-msgid "Link BBcode"
-msgstr "Enlace BBcode"
+#: ../../Zotlabs/Module/Import.php:598
+msgid "Your old login email address"
+msgstr "Su antigua dirección de correo electrónico"
-#: ../../Zotlabs/Storage/Browser.php:486
-#, php-format
-msgid "You are using %1$s of your available file storage."
-msgstr "Está usando %1$s de su espacio disponible para ficheros."
+#: ../../Zotlabs/Module/Import.php:599
+msgid "Your old login password"
+msgstr "Su antigua contraseña"
-#: ../../Zotlabs/Storage/Browser.php:491
-#, php-format
-msgid "You are using %1$s of %2$s available file storage. (%3$s&#37;)"
-msgstr "Está usando %1$s de %2$s que tiene a su disposición para ficheros. (%3$s&#37;)"
+#: ../../Zotlabs/Module/Import.php:600
+msgid "Import your items and files (limited by available memory)"
+msgstr "Importar sus artículos y archivos (limitado por la memoria disponible)"
-#: ../../Zotlabs/Storage/Browser.php:502
-msgid "WARNING:"
-msgstr "ATENCIÓN: "
+#: ../../Zotlabs/Module/Import.php:602
+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 "Para cualquiera de las opciones, elija si hacer de este servidor su nueva dirección primaria, o si su antigua dirección debe continuar con este papel. Usted podrá publicar desde cualquier ubicación, pero sólo una puede estar marcada como la ubicación principal para los ficheros, fotos y otras imágenes o vídeos."
-#: ../../Zotlabs/Storage/Browser.php:543
-msgid "Create new folder"
-msgstr "Crear nueva carpeta"
+#: ../../Zotlabs/Module/Import.php:604
+msgid "Make this hub my primary location"
+msgstr "Convertir este servidor en mi ubicación primaria"
-#: ../../Zotlabs/Storage/Browser.php:545
-msgid "Upload file"
-msgstr "Subir fichero"
+#: ../../Zotlabs/Module/Import.php:605
+msgid "Move this channel (disable all previous locations)"
+msgstr "Mover este canal (desactivar todas las ubicaciones anteriores)"
-#: ../../Zotlabs/Storage/Browser.php:557
-msgid "Drop files here to immediately upload"
-msgstr "Arrastre los ficheros aquí para subirlos de forma inmediata"
+#: ../../Zotlabs/Module/Import.php:606
+msgid "Use this channel nickname instead of the one provided"
+msgstr "Usa este alias de canal en lugar del que se proporciona"
-#: ../../Zotlabs/Storage/Browser.php:560
+#: ../../Zotlabs/Module/Import.php:606
msgid ""
-"You can select files via the upload button or drop them right here or into "
-"an existing folder."
-msgstr "Puede seleccionar los archivos a través del botón de subir o soltarlos aquí mismo o en una carpeta existente."
-
-#: ../../boot.php:1722
-msgid "Create an account to access services and applications"
-msgstr "Crear una cuenta para acceder a los servicios y aplicaciones"
-
-#: ../../boot.php:1740
-msgid "Email or nickname"
-msgstr "Correo electrónico o apodo"
+"Leave blank to keep your existing channel nickname. You will be randomly "
+"assigned a similar nickname if either name is already allocated on this "
+"site."
+msgstr "Dejar en blanco para mantener su alias de canal . Se le asignará aleatoriamente uno similar si cualquiera de los dos nombres ya está asignado en este sitio."
-#: ../../boot.php:1750
-msgid "Password"
-msgstr "Contraseña"
+#: ../../Zotlabs/Module/Import.php:608
+msgid ""
+"This process may take several minutes to complete. Please submit the form "
+"only once and leave this page open until finished."
+msgstr "Este proceso puede tardar varios minutos en completarse. Por favor envíe el formulario una sola vez y mantenga esta página abierta hasta que termine."
-#: ../../boot.php:1751
-msgid "Remember me"
-msgstr "Recordarme"
+#: ../../Zotlabs/Module/Acl.php:370
+msgid "network"
+msgstr "red"
-#: ../../boot.php:1754
-msgid "Forgot your password?"
-msgstr "¿Olvidó su contraseña?"
+#: ../../Zotlabs/Module/Filer.php:53
+msgid "Enter a folder name"
+msgstr "Escriba un nombre de carpeta"
-#: ../../boot.php:2625
-#, php-format
-msgid "[$Projectname] Website SSL error for %s"
-msgstr "[$Projectname] Error SSL del sitio web en %s"
+#: ../../Zotlabs/Module/Filer.php:53
+msgid "or select an existing folder (doubleclick)"
+msgstr "o seleccione una (con un doble click)"
-#: ../../boot.php:2630
-msgid "Website SSL certificate is not valid. Please correct."
-msgstr "El certificado SSL del sitio web no es válido. Por favor, solucione el problema."
+#: ../../Zotlabs/Module/Vote.php:40
+msgid "Poll not found."
+msgstr "Encuesta no encontrada."
-#: ../../boot.php:2746
-#, php-format
-msgid "[$Projectname] Cron tasks not running on %s"
-msgstr "[$Projectname] Las tareas de Cron no están funcionando en %s"
+#: ../../Zotlabs/Module/Vote.php:69
+msgid "Invalid response."
+msgstr "respuesta no válida."
-#: ../../boot.php:2751
-msgid "Cron/Scheduled tasks not running."
-msgstr "Las tareas del Planificador/Cron no están funcionando."
+#: ../../Zotlabs/Module/Vote.php:125
+msgid "Response submitted. Updates may not appear instantly."
+msgstr "Respuesta enviada. Las actualizaciones pueden no aparecer al instante."
diff --git a/view/es-es/hstrings.php b/view/es-es/hstrings.php
index ebaf56993..5f449df83 100644
--- a/view/es-es/hstrings.php
+++ b/view/es-es/hstrings.php
@@ -4,9 +4,9 @@ if(! function_exists("string_plural_select_es_es")) {
function string_plural_select_es_es($n){
return ($n != 1 ? 1 : 0);
}}
-
App::$rtl = 0;
App::$strings["plural_function_code"] = "(n != 1 ? 1 : 0)";
+App::$strings["Source channel not found."] = "No se ha encontrado el canal de origen.";
App::$strings["Default"] = "Predeterminado";
App::$strings["Focus (Hubzilla default)"] = "Focus (predefinido)";
App::$strings["Submit"] = "Enviar";
@@ -39,895 +39,18 @@ App::$strings["Leave empty for default width"] = "Dejar en blanco para la anchur
App::$strings["Set size of conversation author photo"] = "Ajustar el tamaño de la foto del autor de la conversación";
App::$strings["Set size of followup author photos"] = "Ajustar el tamaño de foto de los seguidores del autor";
App::$strings["Show advanced settings"] = "Mostrar ajustes avanzados";
-App::$strings["Source channel not found."] = "No se ha encontrado el canal de origen.";
-App::$strings["Block Completely"] = "Bloquear completamente";
-App::$strings["superblock settings updated"] = "se han actualizado los ajustes de superblock";
-App::$strings["Currently blocked"] = "Actualmente bloqueado";
-App::$strings["No channels currently blocked"] = "No hay canales bloqueados actualmente";
-App::$strings["Remove"] = "Eliminar";
-App::$strings["NSA Bait App"] = "App NSA Bait ";
-App::$strings["Make yourself a political target."] = "Hazte un objetivo político.";
-App::$strings["Recent Channel/Profile Viewers"] = "Visitantes recientes del canal o perfil";
-App::$strings["No entries."] = "No hay entradas.";
-App::$strings["Wiki Pages"] = "Páginas del wiki";
-App::$strings["Add new page"] = "Añadir una nueva página";
-App::$strings["Markdown"] = "Markdown";
-App::$strings["BBcode"] = "BBcode";
-App::$strings["Text"] = "Texto";
-App::$strings["Page name"] = "Nombre de la página";
-App::$strings["Options"] = "Opciones";
-App::$strings["Wikis"] = "Wikis";
-App::$strings["Name"] = "Nombre";
-App::$strings["__ctx:wiki_history__ Message"] = "Mensaje";
-App::$strings["Date"] = "Fecha";
-App::$strings["Revert"] = "Revertir";
-App::$strings["Compare"] = "Comparar";
-App::$strings["Wiki updated successfully"] = "El wiki se ha actualizado con éxito";
-App::$strings["Wiki files deleted successfully"] = "Se han borrado con éxito los ficheros del wiki";
-App::$strings["(No Title)"] = "(Sin título)";
-App::$strings["Wiki page create failed."] = "Se ha producido un error en la creación de la página wiki.";
-App::$strings["Wiki not found."] = "No se ha encontrado el wiki.";
-App::$strings["Destination name already exists"] = "El nombre de destino ya existe";
-App::$strings["Page not found"] = "No se ha encontrado la página";
-App::$strings["Error reading page content"] = "Se ha producido un error al leer el contenido de la página";
-App::$strings["Error reading wiki"] = "Se ha producido un error al leer el wiki";
-App::$strings["Page update failed."] = "Se ha producido un error al actualizar la página.";
-App::$strings["Nothing deleted"] = "No se ha eliminado nada";
-App::$strings["Compare: object not found."] = "No se ha encontrado un objeto para comparar.";
-App::$strings["Page updated"] = "Se ha actualizado la página";
-App::$strings["Wiki resource_id required for git commit"] = "Se necesita Wiki resource_id para el git commit";
-App::$strings["Page not found."] = "Página no encontrada.";
-App::$strings["Different viewers will see this text differently"] = "Visitantes diferentes verán este texto de forma distinta";
-App::$strings["Profile Unavailable."] = "Perfil no disponible";
-App::$strings["Permission denied."] = "Acceso denegado.";
-App::$strings["Invalid channel"] = "Canal no válido";
-App::$strings["Error retrieving wiki"] = "Error al recuperar el wiki";
-App::$strings["Error creating zip file export folder"] = "Error al crear el fichero comprimido zip de la carpeta a exportar";
-App::$strings["Error downloading wiki: "] = "Error al descargar el wiki: ";
-App::$strings["Edit"] = "Editar";
-App::$strings["Download"] = "Descargar";
-App::$strings["View"] = "Ver";
-App::$strings["Create New"] = "Crear";
-App::$strings["Wiki name"] = "Nombre del wiki";
-App::$strings["Content type"] = "Tipo de contenido";
-App::$strings["Type"] = "Tipo";
-App::$strings["Any&nbsp;type"] = "Cualquier&nbsp;tipo";
-App::$strings["Lock content type"] = "Tipo de contenido bloqueado";
-App::$strings["Create a status post for this wiki"] = "Crear un mensaje de estado para este wiki";
-App::$strings["Edit Wiki Name"] = "Editar el nombre del wiki";
-App::$strings["Wiki not found"] = "Wiki no encontrado";
-App::$strings["Rename page"] = "Renombrar la página";
-App::$strings["Share"] = "Compartir";
-App::$strings["Error retrieving page content"] = "Error al recuperar el contenido de la página";
-App::$strings["New page"] = "Nueva página";
-App::$strings["Revision Comparison"] = "Comparación de revisiones";
-App::$strings["Cancel"] = "Cancelar";
-App::$strings["Short description of your changes (optional)"] = "Breve descripción de sus cambios (opcional)";
-App::$strings["Source"] = "Fuente";
-App::$strings["New page name"] = "Nombre de la nueva página";
-App::$strings["Embed image from photo albums"] = "Incluir una imagen de los álbumes de fotos";
-App::$strings["Embed an image from your albums"] = "Incluir una imagen de sus álbumes";
-App::$strings["OK"] = "OK";
-App::$strings["Choose images to embed"] = "Elegir imágenes para incluir";
-App::$strings["Choose an album"] = "Elegir un álbum";
-App::$strings["Choose a different album"] = "Elegir un álbum diferente...";
-App::$strings["Error getting album list"] = "Error al obtener la lista de álbumes";
-App::$strings["Error getting photo link"] = "Error al obtener el enlace de la foto";
-App::$strings["Error getting album"] = "Error al obtener el álbum";
-App::$strings["History"] = "Historial";
-App::$strings["Error creating wiki. Invalid name."] = "Error al crear el wiki: el nombre no es válido.";
-App::$strings["A wiki with this name already exists."] = "Ya hay un wiki con este nombre.";
-App::$strings["Wiki created, but error creating Home page."] = "Se ha creado el wiki, pero se ha producido un error al crear la página de inicio.";
-App::$strings["Error creating wiki"] = "Error al crear el wiki";
-App::$strings["Error updating wiki. Invalid name."] = "Error al actualizar el wiki. Nombre no válido.";
-App::$strings["Error updating wiki"] = "Error al actualizar el wiki";
-App::$strings["Wiki delete permission denied."] = "Se ha denegado el permiso para eliminar el wiki.";
-App::$strings["Error deleting wiki"] = "Se ha producido un error al eliminar el wiki";
-App::$strings["New page created"] = "Se ha creado la nueva página";
-App::$strings["Cannot delete Home"] = "No se puede eliminar la página principal";
-App::$strings["Current Revision"] = "Revisión actual";
-App::$strings["Selected Revision"] = "Revisión seleccionada";
-App::$strings["You must be authenticated."] = "Debe estar autenticado.";
-App::$strings["System defaults:"] = "Valores predeterminados del sistema: ";
-App::$strings["Preferred Clipart IDs"] = "IDs de las imágenes clipart preferidas";
-App::$strings["List of preferred clipart ids. These will be shown first."] = "Lista de ids de imágenes de clipart preferidas. Se verán en primer lugar.";
-App::$strings["Default Search Term"] = "Términos de búsqueda predeterminados";
-App::$strings["The default search term. These will be shown second."] = "Los términos de búsqueda predeterminados. Estos se mostrarán en segundo lugar.";
-App::$strings["Return After"] = "Regresar después";
-App::$strings["Page to load after image selection."] = "Página para cargar después de la selección de imágenes.";
-App::$strings["View Profile"] = "Ver el perfil";
-App::$strings["Edit Profile"] = "Editar el perfil";
-App::$strings["Profile List"] = "Lista de perfiles";
-App::$strings["Order of Preferred"] = "Orden de preferencia";
-App::$strings["Sort order of preferred clipart ids."] = "Orden de clasificación de los identificadores de imágenes clipart preferidas.";
-App::$strings["Newest first"] = "Las más nuevas en primer lugar";
-App::$strings["As entered"] = "Tal como se ingresaron";
-App::$strings["Order of other"] = "Orden de los demás";
-App::$strings["Sort order of other clipart ids."] = "Orden de clasificación de otros ids de imágenes clipart.";
-App::$strings["Most downloaded first"] = "Las más descargadas en primer lugar";
-App::$strings["Most liked first"] = "Las más apreciadas en primer lugar";
-App::$strings["Preferred IDs Message"] = "Mensaje de IDs preferido";
-App::$strings["Message to display above preferred results."] = "Mensaje para mostrar sobre los resultados preferidos.";
-App::$strings["Uploaded by: "] = "Subida por: ";
-App::$strings["Drawn by: "] = "Creada por: ";
-App::$strings["Use this image"] = "Usar esta imagen";
-App::$strings["Or select from a free OpenClipart.org image:"] = "O seleccionar una imagen gratuita de OpenClipart.org: ";
-App::$strings["Search Term"] = "Término de búsqueda";
-App::$strings["Unknown error. Please try again later."] = "Error desconocido. Por favor, inténtelo otra vez.";
-App::$strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recargue la página o limpie el caché del navegador si la nueva foto no se muestra inmediatamente.";
-App::$strings["Profile photo updated successfully."] = "Se ha actualizado con éxito la foto de perfil.";
-App::$strings["Save Bookmarks"] = "Guardar en Marcadores";
-App::$strings["Rainbow Tag App"] = "App Etiqueta Arcoiris";
-App::$strings["Add some colour to tag clouds"] = "Añadir color a las nubes de etiquetas";
-App::$strings["Rainbow Tag"] = "Etiqueta Arcoiris";
-App::$strings["Photo Cache settings saved."] = "Se ha guardado la configuración de la caché de fotos.";
-App::$strings["Saves a copy of images from external sites locally to increase your anonymity in the web."] = "Guarde una copia de las imágenes de sitios externos localmente para aumentar su anonimato en la web.";
-App::$strings["Minimal photo size for caching"] = "Tamaño mínimo de la foto para el almacenamiento en caché";
-App::$strings["In pixels. From 1 up to 1024, 0 will be replaced with system default."] = "En píxeles. Desde 1 hasta 1024, 0 será reemplazado por el predeterminado del sistema.";
-App::$strings["Photo Cache"] = "Photo Cache";
-App::$strings["Gallery"] = "Galería";
-App::$strings["Photo Gallery"] = "Galería de fotos";
-App::$strings["Requested profile is not available."] = "El perfil solicitado no está disponible.";
-App::$strings["Random Planet App"] = "App Random Planet";
-App::$strings["Set a random planet from the Star Wars Empire as your location when posting"] = "Establecer un planeta aleatorio del Imperio de la Guerra de las Galaxias como su ubicación cuando publique.";
-App::$strings["Male"] = "Hombre";
-App::$strings["Female"] = "Mujer";
-App::$strings["OpenID protocol error. No ID returned."] = "Error de protocolo OpenID. No se recuperó ninguna ID.";
-App::$strings["Welcome %s. Remote authentication successful."] = "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente.";
-App::$strings["Login failed."] = "El acceso ha fallado.";
-App::$strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Encontramos un problema al iniciar sesión con el OpenID que proporcionó. Compruebe si el ID está correctamente escrito.";
-App::$strings["The error message was:"] = "El mensaje de error ha sido: ";
-App::$strings["First Name"] = "Nombre";
-App::$strings["Last Name"] = "Apellido";
-App::$strings["Nickname"] = "Alias";
-App::$strings["Full Name"] = "Nombre completo";
-App::$strings["Email"] = "Correo electrónico";
-App::$strings["Profile Photo"] = "Foto del perfil";
-App::$strings["Profile Photo 16px"] = "Foto del perfil 16px";
-App::$strings["Profile Photo 32px"] = "Foto del perfil 32px";
-App::$strings["Profile Photo 48px"] = "Foto del perfil 48px";
-App::$strings["Profile Photo 64px"] = "Foto del perfil 64px";
-App::$strings["Profile Photo 80px"] = "Foto del perfil 80px";
-App::$strings["Profile Photo 128px"] = "Foto del perfil 128px";
-App::$strings["Timezone"] = "Zona horaria";
-App::$strings["Homepage URL"] = "Dirección de la página personal";
-App::$strings["Language"] = "Idioma";
-App::$strings["Birth Year"] = "Año de nacimiento";
-App::$strings["Birth Month"] = "Mes de nacimiento";
-App::$strings["Birth Day"] = "Día de nacimiento";
-App::$strings["Birthdate"] = "Fecha de nacimiento";
-App::$strings["Gender"] = "Género";
-App::$strings["lonely"] = "Solo/a";
-App::$strings["drunk"] = "ebrio/a";
-App::$strings["horny"] = "caliente";
-App::$strings["stoned"] = "drogado/a";
-App::$strings["fucked up"] = "jodido/a";
-App::$strings["clusterfucked"] = "hecho/a polvo";
-App::$strings["crazy"] = "loco/a";
-App::$strings["hurt"] = "ofendido/a";
-App::$strings["sleepy"] = "soñoliento/a";
-App::$strings["grumpy"] = "gruñón/ona";
-App::$strings["high"] = "superior";
-App::$strings["semi-conscious"] = "semiconsciente";
-App::$strings["in love"] = "enamorado/a";
-App::$strings["in lust"] = "lujurioso/a";
-App::$strings["naked"] = "desnudo/a";
-App::$strings["stinky"] = "apestoso/a";
-App::$strings["sweaty"] = "sudoroso/a";
-App::$strings["bleeding out"] = "exánime";
-App::$strings["victorious"] = "victorioso/a";
-App::$strings["defeated"] = "derrotado/a";
-App::$strings["envious"] = "envidioso/a";
-App::$strings["jealous"] = "celoso/a";
-App::$strings["Hubzilla Directory Stats"] = "Estadísticas de directorio de Hubzilla";
-App::$strings["Total Hubs"] = "Número total de servidores";
-App::$strings["Hubzilla Hubs"] = "Servidores (hubs) de Hubzilla";
-App::$strings["Friendica Hubs"] = "Servidores (hubs) de Friendica";
-App::$strings["Diaspora Pods"] = "Servidores (pods) de Diaspora";
-App::$strings["Hubzilla Channels"] = "Canales de Hubzilla";
-App::$strings["Friendica Channels"] = "Canales de Friendica";
-App::$strings["Diaspora Channels"] = "Canales de Diaspora";
-App::$strings["Aged 35 and above"] = "De 35 años de edad en adelante";
-App::$strings["Aged 34 and under"] = "De 34 o menos años de edad";
-App::$strings["Average Age"] = "Promedio de edad";
-App::$strings["Known Chatrooms"] = "Salas de chat conocidas";
-App::$strings["Known Tags"] = "Etiquetas conocidas";
-App::$strings["Please note Diaspora and Friendica statistics are merely those **this directory** is aware of, and not all those known in the network. This also applies to chatrooms,"] = "Tenga en cuenta que las estadísticas de Diaspora y Friendica se refieren únicamente a aquellas de las que **este directorio** es consciente, y no a todos los conocidos en la red. Esto también es aplicable a las salas de chat,";
-App::$strings["Channel is required."] = "Se requiere un canal.";
-App::$strings["Invalid channel."] = "El canal no es válido.";
-App::$strings["Hubzilla Crosspost Connector Settings saved."] = "Se han guardado los ajustes de Hubzilla Crosspost Connector";
-App::$strings["Send public postings to Hubzilla channel by default"] = "Enviar entradas públicas al canal Hubzilla por defecto";
-App::$strings["Hubzilla API Path"] = "Ruta de la API de Hubzilla";
-App::$strings["https://{sitename}/api"] = "https://{sitename}/api";
-App::$strings["Hubzilla login name"] = "Nombre de inicio de sesión en Hubzilla";
-App::$strings["Hubzilla channel name"] = "Nombre del canal de Hubzilla";
-App::$strings["Hubzilla password"] = "Contraseña de Hubzilla";
-App::$strings["Hubzilla Crosspost Connector"] = "Hubzilla Crosspost Connector";
-App::$strings["Post to Hubzilla"] = "Publicar en Hubzilla";
-App::$strings["Photos imported"] = "Se han importado las fotos";
-App::$strings["Permission denied"] = "Permiso denegado";
-App::$strings["Redmatrix Photo Album Import"] = "Importar un álbum de fotos de Redmatrix";
-App::$strings["This will import all your Redmatrix photo albums to this channel."] = "Esto importará todos sus álbumes de fotos de Redmatrix a este canal.";
-App::$strings["Redmatrix Server base URL"] = "URL base del servidor Redmatrix";
-App::$strings["Redmatrix Login Username"] = "Nombre de inicio de sesión en Redmatrix";
-App::$strings["Redmatrix Login Password"] = "Contraseña de inicio de sesión en Redmatrix";
-App::$strings["Import just this album"] = "Importar solo este álbum";
-App::$strings["Leave blank to import all albums"] = "Dejar en blanco para importar todos los álbumes";
-App::$strings["Maximum count to import"] = "Límite máximo de importación";
-App::$strings["0 or blank to import all available"] = "0 o en blanco para importar todos los disponibles";
-App::$strings["photo"] = "foto";
-App::$strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Por favor, contacte con el administrador de su sitio.<br />La URL de la API proporcionada no es válida.";
-App::$strings["We could not contact the GNU social API with the Path you entered."] = "No podemos conectar con la API de GNU social con la ruta que ha proporcionado.";
-App::$strings["GNU social settings updated."] = "Se han guardado los ajustes de GNU social.";
-App::$strings["Globally Available GNU social OAuthKeys"] = "OAuthKeys globales de GNU social disponibles";
-App::$strings["There are preconfigured OAuth key pairs for some GNU social servers available. If you are using one of them, please use these credentials.<br />If not feel free to connect to any other GNU social instance (see below)."] = "Existen pares de claves OAuth preconfiguradas disponibles para algunos servidores libres de GNU social. Si está usando uno de ellos, utilice estas credenciales.<br />Si no se siente libre de conectarse a cualquier otra instancia de GNU social (vea a continuación).";
-App::$strings["Provide your own OAuth Credentials"] = "Proporcione sus propias credenciales de OAuth";
-App::$strings["No consumer key pair for GNU social found. Register your Hubzilla Account as an desktop client on your GNU social account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Hubzilla installation at your favourite GNU social installation."] = "No se ha encontrado un par de claves de consumidor para GNU social. Registre su cuenta de Hubzilla como un cliente de escritorio en su cuenta social GNU, copie el par de claves de consumidor aquí y escriba la dirección raíz de la API.<br />Antes de registrar su propio par de claves OAuth, pregunte al administrador si ya hay un par de claves para esta instalación de Hubzilla en su instalación GNU social favorita.";
-App::$strings["OAuth Consumer Key"] = "OAuth Consumer Key";
-App::$strings["OAuth Consumer Secret"] = "OAuth Consumer Secret";
-App::$strings["Base API Path"] = "Ruta base de la API";
-App::$strings["Remember the trailing /"] = "Recuerde la barra /";
-App::$strings["GNU social application name"] = "Nombre de la aplicación de GNU social";
-App::$strings["To connect to your GNU social account click the button below to get a security code from GNU social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU social."] = "Para conectarse a su cuenta de GNU social, haga clic en el botón de abajo para obtener un código de seguridad de GNU social que tiene que copiar en el cuadro de entrada a continuación y envíe el formulario. Solo sus <strong>entradas</strong> públicas aparecerán en GNU social.";
-App::$strings["Log in with GNU social"] = "Inicio de sesión en GNU social";
-App::$strings["Copy the security code from GNU social here"] = "Copiar aquí el código de seguridad de GNU social";
-App::$strings["Cancel Connection Process"] = "Cancelar el proceso de conexión";
-App::$strings["Current GNU social API is"] = "La API actual de GNU social es ";
-App::$strings["Cancel GNU social Connection"] = "Cancelar la conexión de GNU social";
-App::$strings["Currently connected to: "] = "Actualmente está conectado a: ";
-App::$strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to GNU social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Aviso</strong>: Debido a su configuración de privacidad (<em>Ocultar los detalles de su perfil a los visitantes desconocidos?</em>) el vínculo potencialmente incluido en las entradas públicas retransmitidas a GNU social llevará al visitante a una página en blanco que le informará de que el acceso a su perfil ha sido restringido.";
-App::$strings["Post to GNU social by default"] = "Publicar en GNU social por defecto";
-App::$strings["If enabled your public postings will be posted to the associated GNU-social account by default"] = "Si está activado, sus entradas públicas se publicarán en la cuenta GNU-social asociada de forma predeterminada";
-App::$strings["Clear OAuth configuration"] = "Limpiar la configuración de OAuth";
-App::$strings["GNU-Social Crosspost Connector"] = "GNU-Social Crosspost Connector";
-App::$strings["Post to GNU social"] = "Publicar en GNU social";
-App::$strings["Site name"] = "Nombre del sitio";
-App::$strings["API URL"] = "URL de la API";
-App::$strings["Consumer Secret"] = "Consumer Secret";
-App::$strings["Consumer Key"] = "Consumer Key";
-App::$strings["Application name"] = "Nombre de la aplicación";
-App::$strings["Friendica Crosspost Connector Settings saved."] = "Se han guardado los ajustes del conector de publicación cruzada con Friendica.";
-App::$strings["Send public postings to Friendica by default"] = "Enviar entradas públicas a Friendica por defecto";
-App::$strings["Friendica API Path"] = "Ruta a la API de Friendica";
-App::$strings["Friendica login name"] = "Nombre de inicio de sesión en Friendica";
-App::$strings["Friendica password"] = "Contraseña de Friendica";
-App::$strings["Friendica Crosspost Connector"] = "Friendica Crosspost Connector";
-App::$strings["Post to Friendica"] = "Publicar en Friendica";
-App::$strings["Post to WordPress"] = "Publicar en WordPress";
-App::$strings["Wordpress Settings saved."] = "Se han guardado los ajustes de WordPress.";
-App::$strings["WordPress username"] = "Nombre de usuario de WordPress";
-App::$strings["WordPress password"] = "Contraseña de WordPress";
-App::$strings["WordPress API URL"] = "URL de la API de WordPress";
-App::$strings["Typically https://your-blog.tld/xmlrpc.php"] = "Habitualmente https://your-blog.tld/xmlrpc.php";
-App::$strings["WordPress blogid"] = "Blog de WordPress";
-App::$strings["For multi-user sites such as wordpress.com, otherwise leave blank"] = "Para sitios multiusuario como wordpress.com, de lo contrario, dejar en blanco";
-App::$strings["Post to WordPress by default"] = "Publicar en WordPress por defecto";
-App::$strings["Forward comments (requires hubzilla_wp plugin)"] = "Reenviar comentarios (requerido por el plugin hubzilla_wp)";
-App::$strings["Add link to original post"] = "Añadir enlace a la entrada original";
-App::$strings["Link description (default:"] = "Descripción del enlace (por defecto: ";
-App::$strings["Wordpress Post"] = "Publicar en Wordpress";
-App::$strings["No server specified"] = "No se ha especificado ningún servidor";
-App::$strings["Posts imported"] = "Entradas importadas";
-App::$strings["Files imported"] = "Ficheros importados";
-App::$strings["Content Import"] = "Importación de contenidos";
-App::$strings["This will import all your conversations and cloud files from a cloned channel on another server. This may take a while if you have lots of posts and or files."] = "Esto importará todas sus conversaciones y archivos de nube de un canal clonado en otro servidor. El proceso puede tardar un poco si tiene muchos mensajes y/o ficheros.";
-App::$strings["Include posts"] = "Incluir entradas";
-App::$strings["Conversations, Articles, Cards, and other posted content"] = "Conversaciones, artículos, fichas y otros contenidos publicados";
-App::$strings["Include files"] = "Incluir ficheros";
-App::$strings["Files, Photos and other cloud storage"] = "Archivos, fotos y otro tipo de almacenamiento en la nube";
-App::$strings["Original Server base URL"] = "URL base del servidor original";
-App::$strings["Since modified date yyyy-mm-dd"] = "Modificado desde la fecha yyyy-mm-dd";
-App::$strings["Until modified date yyyy-mm-dd"] = "Modificado hasta la fecha yyyy-mm-dd";
-App::$strings["Set your location"] = "Establecer su ubicación";
-App::$strings["Clear browser location"] = "Eliminar los datos de localización geográfica del navegador";
-App::$strings["Insert web link"] = "Insertar enlace web";
-App::$strings["Embed (existing) photo from your photo albums"] = "Insertar una foto (existente) de sus álbumes";
-App::$strings["Please enter a link URL:"] = "Por favor, introduzca la dirección del enlace:";
-App::$strings["Tag term:"] = "Término de la etiqueta:";
-App::$strings["Where are you right now?"] = "¿Donde está ahora?";
-App::$strings["Choose a different album..."] = "Elegir un álbum diferente...";
-App::$strings["Comments enabled"] = "Comentarios habilitados";
-App::$strings["Comments disabled"] = "Comentarios deshabilitados";
-App::$strings["Preview"] = "Previsualizar";
-App::$strings["Page link name"] = "Nombre del enlace de la página";
-App::$strings["Post as"] = "Publicar como";
-App::$strings["Bold"] = "Negrita";
-App::$strings["Italic"] = "Itálico ";
-App::$strings["Underline"] = "Subrayar";
-App::$strings["Quote"] = "Citar";
-App::$strings["Code"] = "Código";
-App::$strings["Attach/Upload file"] = "Adjuntar/cargar fichero";
-App::$strings["Toggle voting"] = "Cambiar votación";
-App::$strings["Disable comments"] = "Dehabilitar los comentarios";
-App::$strings["Toggle comments"] = "Activar o desactivar los comentarios";
-App::$strings["Title (optional)"] = "Título (opcional)";
-App::$strings["Categories (optional, comma-separated list)"] = "Temas (opcional, lista separada por comas)";
-App::$strings["Permission settings"] = "Configuración de permisos";
-App::$strings["Other networks and post services"] = "Otras redes y servicios de publicación";
-App::$strings["Set expiration date"] = "Configurar fecha de caducidad";
-App::$strings["Set publish date"] = "Establecer la fecha de publicación";
-App::$strings["Encrypt text"] = "Cifrar texto";
-App::$strings["WYSIWYG status editor"] = "Editor de estado de WYSIWYG";
-App::$strings["WYSIWYG Status App"] = "App WYSIWYG Status";
-App::$strings["WYSIWYG Status"] = "Estado de WYSIWYG";
-App::$strings["View Larger"] = "Ver más grande";
-App::$strings["Tile Server URL"] = "URL del servidor de mosaicos de imágenes ";
-App::$strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Una lista de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">servidores públicos de mosaicos de imágenes</a>";
-App::$strings["Nominatim (reverse geocoding) Server URL"] = "URL del servidor nominatim (geocodificación inversa)";
-App::$strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\">Nominatim servers</a>"] = "Una lista de <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\">servidores nominatim</a>";
-App::$strings["Default zoom"] = "Zoom predeterminado";
-App::$strings["The default zoom level. (1:world, 18:highest, also depends on tile server)"] = "El nivel de zoom predeterminado. (1: mundo, 18: el más alto, también depende del servidor del mosaico de imágenes)";
-App::$strings["Include marker on map"] = "Incluir un marcador en el mapa";
-App::$strings["Include a marker on the map."] = "Incluir un marcador en el mapa.";
-App::$strings["Settings updated."] = "Ajustes actualizados.";
-App::$strings["Insane Journal Crosspost Connector Settings saved."] = "Se han guardado los ajustes del Conector de publicación cruzada de InsaneJournal.";
-App::$strings["Insane Journal Crosspost Connector App"] = "App Ajustes del Conector de publicación cruzada de InsaneJournal";
-App::$strings["Not Installed"] = "No instalado/a";
-App::$strings["Relay public postings to Insane Journal"] = "Retransmisión de entradas públicas a Insane Journal";
-App::$strings["InsaneJournal username"] = "Nombre de usuario en InsaneJournal";
-App::$strings["InsaneJournal password"] = "Contraseña en InsaneJournal";
-App::$strings["Post to InsaneJournal by default"] = "Publicar por defecto en InsaneJournal";
-App::$strings["Insane Journal Crosspost Connector"] = "Conector de publicación cruzada de InsaneJournal";
-App::$strings["Post to Insane Journal"] = "Publicar en Insane Journal";
-App::$strings["TOTP Two-Step Verification"] = "Verificación en dos pasos de TOTP";
-App::$strings["Enter the 2-step verification generated by your authenticator app:"] = "Introduzca la verificación en 2 pasos generada por su app de autenticación: ";
-App::$strings["Success!"] = "¡Éxito!";
-App::$strings["Invalid code, please try again."] = "Código inválido, por favor inténtelo de nuevo.";
-App::$strings["Too many invalid codes..."] = "Demasiados códigos no válidos...";
-App::$strings["Verify"] = "Verficar";
-App::$strings["You haven't set a TOTP secret yet.\nPlease click the button below to generate one and register this site\nwith your preferred authenticator app."] = "Aún no ha establecido un TOTP secret.\nPor favor, haga clic en el botón de abajo para generar uno y registrar este sitio\ncon su aplicación de autenticación preferida.";
-App::$strings["Your TOTP secret is"] = "Su TOTP secret es ";
-App::$strings["Be sure to save it somewhere in case you lose or replace your mobile device.\nUse your mobile device to scan the QR code below to register this site\nwith your preferred authenticator app."] = "Asegúrese de guardarlo en algún lugar en caso de que pierda o reemplace su dispositivo móvil.\nUtilice su dispositivo móvil para escanear el código QR a continuación para registrar este sitio\ncon su aplicación de autenticación preferida.";
-App::$strings["Test"] = "Test";
-App::$strings["Generate New Secret"] = "Generar un nuevo Secret";
-App::$strings["Go"] = "Ir";
-App::$strings["Enter your password"] = "Introduzca su contraseña";
-App::$strings["enter TOTP code from your device"] = "introduzca el código TOTP desde su dispositivo";
-App::$strings["Pass!"] = "¡Pase!";
-App::$strings["Fail"] = "Fallo";
-App::$strings["Incorrect password, try again."] = "Contraseña incorrecta, inténtelo de nuevo.";
-App::$strings["Record your new TOTP secret and rescan the QR code above."] = "Registre su nuevo TOTP secret y vuelva a escanear el código QR de arriba";
-App::$strings["TOTP Settings"] = "Ajustes de TOTP";
-App::$strings["Who likes me?"] = "¿Quién me ha puesto \"Me gusta\"?";
-App::$strings["QR code"] = "Código QR";
-App::$strings["QR Generator"] = "Generador QR";
-App::$strings["Enter some text"] = "Escribir algún texto";
-App::$strings["ActivityPub"] = "ActivityPub";
-App::$strings["status"] = "el mensaje de estado ";
-App::$strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s le gusta %3\$s de %2\$s";
-App::$strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s no le gusta %3\$s de %2\$s";
-App::$strings["ActivityPub Protocol Settings updated."] = "Se han actualizado los ajustes del protocolo ActivityPub.";
-App::$strings["The activitypub protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = "El protocolo ActivityPub no soporta la independencia de ubicación. Las conexiones que realice dentro de esa red pueden no ser accesibles desde ubicaciones de canales alternativos.";
-App::$strings["Deliver to ActivityPub recipients in privacy groups"] = "Entregar a los destinatarios de ActivityPub en grupos de canales";
-App::$strings["May result in a large number of mentions and expose all the members of your privacy group"] = "Puede resultar en un gran número de menciones y exponer a todos los miembros de su grupo de canales";
-App::$strings["Send multi-media HTML articles"] = "Enviar artículos multimedia en HTML";
-App::$strings["Not supported by some microblog services such as Mastodon"] = "No soportado por algunos servicios de microblog como Mastodon";
-App::$strings["Activitypub Protocol"] = "Protocolo Activitypub";
-App::$strings["ERROR: word length is not correct!"] = "ERROR: ¡la longitud de la palabra no es correcta!";
-App::$strings["Fediwordle App"] = "App Fediwordle";
-App::$strings["A distributed word game inspired by wordle."] = "Un juego de palabras distribuido inspirado en el wordle.";
-App::$strings["To start a game, enter [wordle]your_word[/wordle] somewhere in a toplevel post."] = "Para empezar una partida, introduzca [wordle]mi_palabra[/wordle] en algún lugar de un post de nivel superior.";
-App::$strings["Your contacts can post their guess in the comments."] = "Sus contactos pueden publicar sus conjeturas en los comentarios.";
-App::$strings["Your channel will evaluate the guess and automatically post the response."] = "Su canal evaluará la conjetura y publicará automáticamente la respuesta.";
-App::$strings["Correct letters"] = "Letras correctas";
-App::$strings["Letters contained in the word but at the wrong spot"] = "Letras contenidas en la palabra pero en el lugar equivocado";
-App::$strings["Letters not contained in the word"] = "Letras no contenidas en la palabra";
-App::$strings["An account has been created for you."] = "Se ha creado una cuenta para usted.";
-App::$strings["Authentication successful but rejected: account creation is disabled."] = "Autenticación correcta pero rechazada: la creación de cuentas está deshabilitada.";
-App::$strings["Dreamwidth Crosspost Connector Settings saved."] = "Se han guardado los ajustes del conector de publicación cruzada Dreamwidth.";
-App::$strings["Dreamwidth username"] = "Nombre de usuario en Dreamwidth";
-App::$strings["Dreamwidth password"] = "Contraseña en Dreamwidth";
-App::$strings["Post to Dreamwidth by default"] = "Publicar en Dreamwidth de forma predeterminada";
-App::$strings["Dreamwidth Crosspost Connector"] = "Dreamwidth Crosspost Connector";
-App::$strings["Post to Dreamwidth"] = "Publicar en Dreamwidth";
-App::$strings["bitchslap"] = "una bofetada humillante";
-App::$strings["bitchslapped"] = "ha abofeteado de forma humillante a";
-App::$strings["shag"] = "un polvo";
-App::$strings["shagged"] = "ha dejado exhausto/a a";
-App::$strings["patent"] = "una patente";
-App::$strings["patented"] = "ha patentado a";
-App::$strings["hug"] = "un abrazo";
-App::$strings["hugged"] = "ha abrazado a";
-App::$strings["murder"] = "un asesinato";
-App::$strings["murdered"] = "ha asesinado a";
-App::$strings["worship"] = "una alabanza";
-App::$strings["worshipped"] = "ha elogiado a";
-App::$strings["kiss"] = "un beso";
-App::$strings["kissed"] = "ha besado a";
-App::$strings["tempt"] = "una tentación";
-App::$strings["tempted"] = "ha tentado a";
-App::$strings["raise eyebrows at"] = "un levantamiento de cejas";
-App::$strings["raised their eyebrows at"] = "ha levantado las cejas a";
-App::$strings["insult"] = "un insulto";
-App::$strings["insulted"] = "ha insultado a";
-App::$strings["praise"] = "un elogio";
-App::$strings["praised"] = "ha elogiado a";
-App::$strings["be dubious of"] = "una indecisión";
-App::$strings["was dubious of"] = "estaba dudoso de";
-App::$strings["eat"] = "una comida";
-App::$strings["ate"] = "ha comido";
-App::$strings["giggle and fawn at"] = "una sonrisa aduladora";
-App::$strings["giggled and fawned at"] = "ha sonreído y adulado a";
-App::$strings["doubt"] = "una duda";
-App::$strings["doubted"] = "ha dudado de";
-App::$strings["glare"] = "una mirada furiosa";
-App::$strings["glared at"] = "ha mirado con furia";
-App::$strings["fuck"] = "una mierda";
-App::$strings["fucked"] = "ha mandado a la mierda a";
-App::$strings["bonk"] = "un golpe";
-App::$strings["bonked"] = "ha golpeado a";
-App::$strings["declare undying love for"] = "una declaración de amor eterno";
-App::$strings["declared undying love for"] = "ha declarado amor eterno a";
-App::$strings["Errors encountered deleting database table "] = "Errores encontrados al eliminar la tabla de la base de datos";
-App::$strings["Submit Settings"] = "Enviar los ajustes";
-App::$strings["Drop tables when uninstalling?"] = "¿Eliminar tablas al desinstalar?";
-App::$strings["If checked, the Rendezvous database tables will be deleted when the plugin is uninstalled."] = "Si se selecciona, las tablas de la base de datos Rendezvous se eliminarán cuando se desinstale el plugin.";
-App::$strings["Mapbox Access Token"] = "Token de acceso de Mapbox";
-App::$strings["If you enter a Mapbox access token, it will be used to retrieve map tiles from Mapbox instead of the default OpenStreetMap tile server."] = "Si introduce un token de acceso a Mapbox, se utilizará para recuperar los mapas de mosaicos de imágenes de Mapbox en lugar del servidor de mosaico de imágenes OpenStreetMap predeterminado.";
-App::$strings["Rendezvous"] = "Rendezvous";
-App::$strings["This identity has been deleted by another member due to inactivity. Please press the \"New identity\" button or refresh the page to register a new identity. You may use the same name."] = "Esta identidad ha sido eliminada por otro miembro debido a su inactividad. Pulse el botón \"Nueva identidad\" o actualice la página para registrar una nueva identidad. Puede usar el mismo nombre.";
-App::$strings["Welcome to Rendezvous!"] = "¡Bienvenido/a a Rendevous!";
-App::$strings["Enter your name to join this rendezvous. To begin sharing your location with the other members, tap the GPS control. When your location is discovered, a red dot will appear and others will be able to see you on the map."] = "Introduzca tu nombre para unirse a esta cita. Para comenzar a compartir su ubicación con los demás miembros, pulse en el control GPS. Cuando se descubra su ubicación, aparecerá un punto rojo y otros podrán verlo en el mapa.";
-App::$strings["Let's meet here"] = "Reunámonos aquí";
-App::$strings["Description"] = "Descripción";
-App::$strings["New marker"] = "Nuevo marcador";
-App::$strings["Edit marker"] = "Editar un marcador";
-App::$strings["New identity"] = "Nueva identidad";
-App::$strings["Delete marker"] = "Eliminar un marcador";
-App::$strings["Delete member"] = "Eliminar un miembro";
-App::$strings["Edit proximity alert"] = "Editar alerta de proximidad";
-App::$strings["A proximity alert will be issued when this member is within a certain radius of you.<br><br>Enter a radius in meters (0 to disable):"] = "Se emitirá una alerta de proximidad cuando este miembro esté dentro de un radio determinado respecto a usted.<br><br> Ingrese el radio en metros (0 para deshabilitar):";
-App::$strings["distance"] = "distancia";
-App::$strings["Proximity alert distance (meters)"] = "Distancia (en metros) para la alerta de proximidad";
-App::$strings["A proximity alert will be issued when you are within a certain radius of the marker location.<br><br>Enter a radius in meters (0 to disable):"] = "Se emitirá una alerta de proximidad cuando usted esté dentro de un radio determinado respecto al marcador de localización.<br><br> Ingrese el radio en metros (0 para deshabilitar):";
-App::$strings["Marker proximity alert"] = "Marcador de alerta de proximidad";
-App::$strings["Reminder note"] = "Recordatorio";
-App::$strings["Enter a note to be displayed when you are within the specified proximity..."] = "Introduzca una nota que se mostrará cuando esté dentro de la proximidad especificada...";
-App::$strings["Add new rendezvous"] = "Añadir una nueva cita";
-App::$strings["Create a new rendezvous and share the access link with those you wish to invite to the group. Those who open the link become members of the rendezvous. They can view other member locations, add markers to the map, or share their own locations with the group."] = "Cree una nueva cita y comparta los enlaces de acceso con los que desea invitar al grupo. Aquellos que abran el enlace se convertirán en miembros de la cita. Pueden ver otras ubicaciones de miembros, añadir marcadores al mapa o compartir sus propias ubicaciones con el grupo.";
-App::$strings["You have no rendezvous. Press the button above to create a rendezvous!"] = "No tiene ninguna cita. ¡Presione el botón de arriba para crear una!";
-App::$strings["Errors encountered creating database tables."] = "Se han encontrado errores al crear las tablas de la base de datos.";
-App::$strings["Page to load after login"] = "Página para cargar tras el inicio de sesión";
-App::$strings["Examples: &quot;apps&quot;, &quot;network?f=&gid=37&quot; (privacy collection), &quot;channel&quot; or &quot;notifications/system&quot; (leave blank for default network page (grid)."] = "Ejemplos: &quot;aplicaciones&quot;, &quot;mi red?f=&gid=37&quot; (grupo de canales), &quot;mi canal&quot; or &quot;notificaciones del sistema&quot; (dejar en blanco para la página de mi red por defecto (grid).";
-App::$strings["Startpage"] = "Startpage";
-App::$strings["Your channel has been upgraded to \$Projectname version"] = "Su canal ha sido actualizado a la versión \$Projectname";
-App::$strings["Please have a look at the"] = "Por favor, eche un vistazo a la ";
-App::$strings["git history"] = "historial del git";
-App::$strings["change log"] = "lista de cambios";
-App::$strings["for further info."] = "para más información.";
-App::$strings["Upgrade Info"] = "Información de actualización";
-App::$strings["Do not show this again"] = "No mostrar esto de nuevo";
-App::$strings["Twitter settings updated."] = "Se han actualizado los ajustes de Twitter.";
-App::$strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "No se encontró ningún par de \"consumer key\" para Twitter. Póngase en contacto con el administrador del sitio.";
-App::$strings["At this Hubzilla instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "En esta instancia de Hubzilla, el complemento de Twitter estaba habilitado pero aún no ha conectado su cuenta a la cuenta de Twitter. Para ello, haga clic en el botón de abajo, para obtener un PIN de Twitter que debe copiar en el cuadro de entrada a continuación y enviar el formulario. Solo sus entradas <strong>públicas</ strong> se publicarán en Twitter.";
-App::$strings["Log in with Twitter"] = "Iniciar sesión en Twitter";
-App::$strings["Copy the PIN from Twitter here"] = "Copiar aquí el PIN de Twitter";
-App::$strings["<strong>Note:</strong> Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Aviso:</strong> Debido a su configuración de privacidad (<em>Ocultar los detalles de su perfil a los visitantes desconocidos?</em>), el enlace potencialmente incluido en las entradas públicas retransmitidas a Twitter llevará al visitante a una página en blanco informándolo de que el acceso a su perfil ha sido restringido.";
-App::$strings["Twitter post length"] = "Longitud del mensaje en Twitter";
-App::$strings["Maximum tweet length"] = "Longitud máxima del tweet";
-App::$strings["Send public postings to Twitter by default"] = "Enviar mensajes públicos a Twitter de forma predeterminada";
-App::$strings["If enabled your public postings will be posted to the associated Twitter account by default"] = "Si está activado, sus entradas públicas se publicarán en la cuenta de Twitter asociada de forma predeterminada.";
-App::$strings["Twitter Crosspost Connector"] = "Twitter Crosspost Connector";
-App::$strings["Post to Twitter"] = "Publicar en Twitter";
-App::$strings["You are now authenticated to pumpio."] = "Ahora está autenticado en pump.io.";
-App::$strings["return to the featured settings page"] = "Volver a la página de configuración destacada";
-App::$strings["Post to Pump.io"] = "Publicar en Pump.io";
-App::$strings["Pump.io Settings saved."] = "Se han guardado los ajustes de Pump.io";
-App::$strings["Pump.io servername"] = "Nombre del servidor de Pump.io";
-App::$strings["Without \"http://\" or \"https://\""] = "Sin \"http://\" or \"https://\"";
-App::$strings["Pump.io username"] = "Nombre de usuario en Pump.io";
-App::$strings["Without the servername"] = "Sin el nombre del servidor";
-App::$strings["You are not authenticated to pumpio"] = "No está autenticado en pump.io";
-App::$strings["(Re-)Authenticate your pump.io connection"] = "(Re-)Autenticar su conexión en pump.io";
-App::$strings["Post to pump.io by default"] = "Publicar por defecto en pump.io";
-App::$strings["Should posts be public"] = "¿Las entradas deben ser públicas?";
-App::$strings["Mirror all public posts"] = "Reflejar todos los mensajes públicos";
-App::$strings["Pump.io Crosspost Connector"] = "Pump.io Crosspost Connector";
-App::$strings["generic profile image"] = "imagen del perfil general";
-App::$strings["random geometric pattern"] = "patrón geométrico aleatorio";
-App::$strings["monster face"] = "cara de monstruo";
-App::$strings["computer generated face"] = "cara generada por ordenador";
-App::$strings["retro arcade style face"] = "cara de estilo retro arcade";
-App::$strings["Hub default profile photo"] = "Foto del perfil por defecto del hub";
-App::$strings["Information"] = "Información";
-App::$strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "El addon Libravatar también está instalado. Por favor deshabilite el addon de Libravatar o este addon de Gravatar.<br> El addon de Libravatar volverá a Gravatar si no se encuentra nada en Libravatar.";
-App::$strings["Save Settings"] = "Guardar ajustes";
-App::$strings["Default avatar image"] = "Imagen del avatar por defecto";
-App::$strings["Select default avatar image if none was found at Gravatar. See README"] = "Selecciona la imagen de avatar predeterminada si no se encontró ninguna en Gravatar. Ver README";
-App::$strings["Rating of images"] = "Valoración de las imágenes";
-App::$strings["Select the appropriate avatar rating for your site. See README"] = "Seleccione la valoración adecuada del avatar para su sitio. Ver README";
-App::$strings["Gravatar settings updated."] = "Se han actualizado los ajustes de Gravatar.";
-App::$strings["text to include in all outgoing posts from this site"] = "texto a incluir en todos los mensajes salientes de este sitio";
-App::$strings["Send your identity to all websites"] = "Enviar su identidad a todos los sitios web";
-App::$strings["Send ZID"] = "Enviar ZID";
-App::$strings["Price"] = "Precio";
-App::$strings["Error: order mismatch. Please try again."] = "Error: desajuste de pedidos. Por favor, inténtelo de nuevo.";
-App::$strings["Manual payments are not enabled."] = "Los pagos manuales no están habilitados.";
-App::$strings["Order not found."] = "El pedido no se ha encontrado.";
-App::$strings["Finished"] = "Terminado";
-App::$strings["Enable Subscription Management Module"] = "Habilitar el módulo de gestión de suscripciones";
-App::$strings["Cannot include subscription items with different terms in the same order."] = "No se pueden incluir artículos de suscripción con términos diferentes en el mismo orden.";
-App::$strings["Select Subscription to Edit"] = "Seleccione suscripción a editar";
-App::$strings["Edit Subscriptions"] = "Editar suscripciones";
-App::$strings["Subscription SKU"] = "SKU de la suscripción";
-App::$strings["Catalog Description"] = "Descripción del catálogo";
-App::$strings["Subscription available for purchase."] = "Suscripción disponible para la compra.";
-App::$strings["Maximum active subscriptions to this item per account."] = "Máximo de suscripciones activas a este artículo por cuenta.";
-App::$strings["Subscription price."] = "Precio de la suscripción.";
-App::$strings["Quantity"] = "Cuantía";
-App::$strings["Term"] = "Condición";
-App::$strings["Enable Hubzilla Services Module"] = "Habilitar el Módulo de Servicios de Hubzilla";
-App::$strings["New Sku"] = "Nuevo SKU (número de referencia)";
-App::$strings["Cannot save edits to locked item."] = "No se pueden guardar las ediciones en el elemento bloqueado.";
-App::$strings["SKU not found."] = "No se ha encontrado el SKU";
-App::$strings["Invalid Activation Directive."] = "Directiva de activación no válida.";
-App::$strings["Invalid Deactivation Directive."] = "Directiva de desactivación no válida";
-App::$strings["Add to this privacy group"] = "Añadir a este grupo de canales";
-App::$strings["Set user service class"] = "Configurar la clase de servicio al usuario";
-App::$strings["You must be using a local account to purchase this service."] = "Usted debe estar usando una cuenta local para comprar este servicio.";
-App::$strings["Changes Locked"] = "Cambios bloqueados";
-App::$strings["Item available for purchase."] = "Artículo disponible para la compra.";
-App::$strings["Photo URL"] = "URL de la foto";
-App::$strings["Add buyer to privacy group"] = "Agregar comprador al grupo de canales";
-App::$strings["Add buyer as connection"] = "Añadir comprador como conexión";
-App::$strings["Set Service Class"] = "Establecer clase de servicio";
-App::$strings["Enable Order/Item Options"] = "Habilitar las opciones de pedido/artículo";
-App::$strings["Label"] = "Etiqueta";
-App::$strings["Required"] = "Obligatorio";
-App::$strings["Instructions"] = "Instrucciones";
-App::$strings["Enable Paypal Button Module"] = "Habilitar el módulo del botón de Paypal";
-App::$strings["Use Production Key"] = "Utilizar clave en entorno de producción";
-App::$strings["Paypal Sandbox Client Key"] = "Clave de cliente en el entorno de pruebas de Paypal";
-App::$strings["Paypal Sandbox Secret Key"] = "Clave secreta en el entorno de pruebas de Paypal";
-App::$strings["Paypal Production Client Key"] = "Clave de cliente en el entorno de producción de Paypal";
-App::$strings["Paypal Production Secret Key"] = "Clave secreta en el entorno de producción de Paypal";
-App::$strings["Paypal button payments are not enabled."] = "Los pagos con el botón de Paypal no están habilitados.";
-App::$strings["Paypal button payments are not properly configured. Please choose another payment option."] = "Los pagos con el botón de Paypal no están configurados correctamente. Por favor, elija otra opción de pago.";
-App::$strings["Enable Paypal Button Module (API-v2)"] = "Habilitar el módulo de botones de Paypal (API-v2)";
-App::$strings["Enable Manual Cart Module"] = "Habilitar el módulo de carro manual";
-App::$strings["Access Denied."] = "Acceso denegado";
-App::$strings["Order Not Found"] = "No se ha encontrado el pedido";
-App::$strings["Access Denied"] = "Acceso denegado";
-App::$strings["Invalid Item"] = "Elemento no válido";
-App::$strings["Enable Test Catalog"] = "Habilitar el catálogo de pruebas";
-App::$strings["Enable Manual Payments"] = "Permitir pagos manuales";
-App::$strings["Base Merchant Currency"] = "Divida base del vendedor";
-App::$strings["Cart Settings"] = "Configuración del carro de la compra";
-App::$strings["DB Cleanup Failure"] = "Fallo de limpieza de la base de datos";
-App::$strings["[cart] Item Added"] = "[cesta] Artículo añadido";
-App::$strings["Order already checked out."] = "El pedido ya ha sido revisado";
-App::$strings["Drop database tables when uninstalling."] = "Eliminar tablas de la base de datos al desinstalar.";
-App::$strings["Shop"] = "Comprar";
-App::$strings["You must be logged into the Grid to shop."] = "Debe iniciar sesión en la red para comprar.";
-App::$strings["Access denied."] = "Acceso denegado";
-App::$strings["No Order Found"] = "No se ha encontrado ningún pedido";
-App::$strings["An unknown error has occurred Please start again."] = "Se ha producido un error desconocido Vuelva a empezar.";
-App::$strings["Requirements not met."] = "No se cumplen los requisitos.";
-App::$strings["Review your order and complete any needed requirements."] = "Revise su pedido y complete los requisitos necesarios.";
-App::$strings["Invalid Payment Type. Please start again."] = "Tipo de pago no válido. Por favor, empiece de nuevo.";
-App::$strings["Order not found"] = "El pedido no se ha encontrado";
-App::$strings["nofed Settings saved."] = "Se han guardado los ajustes de nofed.";
-App::$strings["Federate posts by default"] = "Federar las publicaciones por defecto";
-App::$strings["No Federation"] = "No Federation";
-App::$strings["Federate"] = "Federar";
-App::$strings["Hide the button and show the smilies directly."] = "Ocultar el botón y mostrar los smilies directamente.";
-App::$strings["Smileybutton Settings"] = "Ajustes de Smileybutton";
-App::$strings["file"] = "fichero";
-App::$strings["Redmatrix File Storage Import"] = "Importar repositorio de ficheros de Redmatrix";
-App::$strings["This will import all your Redmatrix cloud files to this channel."] = "Esto importará todos sus ficheros de la nube de Redmatrix a este canal.";
-App::$strings["Please install the statistics addon to be able to configure a diaspora relay"] = "Por favor, instale el complemento de estadísticas para poder configurar el reenvío de diaspora";
-App::$strings["Diaspora Relay Handle"] = "Gestionar el reenvío de Diaspora";
-App::$strings["Address of a diaspora relay. Example: relay@diasporarelay.tld"] = "La dirección de una transmisión de diaspora. Ejemplo: relay@diasporarelay.tld";
-App::$strings["Diaspora relay could not be imported"] = "El reenvío de Diaspora no ha podido ser importado";
-App::$strings["No subject"] = "Sin tema";
-App::$strings["\$projectname"] = "\$projectname";
-App::$strings["No username found in import file."] = "No se ha encontrado el nombre de usuario en el fichero de importación.";
-App::$strings["Unable to create a unique channel address. Import failed."] = "No se ha podido crear una dirección de canal única. Ha fallado la importación.";
-App::$strings["Import completed."] = "Importación completada.";
-App::$strings["Diaspora Protocol Settings updated."] = "Los ajustes del protocolo de Diaspora se han actualizado.";
-App::$strings["The diaspora protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = "El protocolo de Diaspora no admite la independencia de la ubicación. Las conexiones que realice dentro de esa red pueden ser inaccesibles desde ubicaciones de canales alternativos.";
-App::$strings["Prevent your hashtags from being redirected to other sites"] = "Impedir que sus \"hashtags\" sean redirigidos a otros sitios ";
-App::$strings["Sign and forward posts and comments with no existing Diaspora signature"] = "Firmar y enviar entradas y comentarios sin firma de Diaspora";
-App::$strings["Followed hashtags (comma separated, do not include the #)"] = "\"Hashtags\" seguidos (separados por comas, sin incluir #)";
-App::$strings["Diaspora Protocol"] = "Protocolo Diaspora";
-App::$strings["%1\$s dislikes %2\$s's %3\$s"] = "a %1\$s no le gusta el %3\$s de %2\$s";
-App::$strings["%1\$s is attending %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s participa";
-App::$strings["%1\$s is not attending %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s no participa";
-App::$strings["%1\$s may attend %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s quizá participe";
-App::$strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Este sitio es rastreado mediante la herramienta analítica <a href='http://www.piwik.org'>Piwik</a>.";
-App::$strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Si usted no quiere que sus visitas se registren de esta manera <a href='%s'>puede establecer una cookie para evitar que Piwik rastree otras visitas del sitio</a> (opt-out).";
-App::$strings["Piwik Base URL"] = "URL base de Piwik";
-App::$strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Ruta absoluta a la instalación de Piwik. (Sin protocolo (http/s), con barra diagonal)";
-App::$strings["Site ID"] = "ID del sitio";
-App::$strings["Show opt-out cookie link?"] = "Mostrar el enlace de la cookie opt-out?";
-App::$strings["Asynchronous tracking"] = "Rastreo asíncrono";
-App::$strings["Enable frontend JavaScript error tracking"] = "Habilitar la interfaz JavaScript de seguimiento de errores";
-App::$strings["This feature requires Piwik >= 2.2.0"] = "Esta funcionalidad requiere Piwik >= 2.2.0";
-App::$strings["Workflow user."] = "Usuario de Workflow.";
-App::$strings["This channel"] = "Este canal";
-App::$strings["Primary"] = "Primario";
-App::$strings["Create New Workflow Item"] = "Crear un nuevo elemento de flujo de trabajo";
-App::$strings["Workflow"] = "Workflow";
-App::$strings["No Workflows Available"] = "No hay flujos de trabajo disponibles";
-App::$strings["Add item to which workflow"] = "A qué Workflow añadir un elemento";
-App::$strings["Create Workflow Item"] = "Crear elemento de Workflow";
-App::$strings["Link"] = "Enlazar";
-App::$strings["Web link."] = "Enlace Web.";
-App::$strings["Title"] = "Título";
-App::$strings["Brief description or title"] = "Breve descripción o título";
-App::$strings["Notes"] = "Notas";
-App::$strings["Notes and Info"] = "Notas e información";
-App::$strings["Body"] = "Cuerpo";
-App::$strings["Workflow Settings"] = "Ajustes de Workflow";
-App::$strings["Project Servers and Resources"] = "Servidores y recursos del proyecto";
-App::$strings["Project Creator and Tech Lead"] = "Creador del proyecto y director técnico";
-App::$strings["And the hundreds of other people and organisations who helped make the Hubzilla possible."] = "Y los cientos de personas y organizaciones más que ayudaron a hacer posible Hubzilla.";
-App::$strings["The Redmatrix/Hubzilla projects are provided primarily by volunteers giving their time and expertise - and often paying out of pocket for services they share with others."] = "Los proyectos Redmatrix / Hubzilla están proporcionados principalmente por voluntarios que les prestan su tiempo y experiencia, pagando a menudo de su bolsillo por los servicios que comparten con otros.";
-App::$strings["There is no corporate funding and no ads, and we do not collect and sell your personal information. (We don't control your personal information - <strong>you do</strong>.)"] = "No hay financiación corporativa ni publicidad y no recogemos ni vendemos su información personal. (De hecho, no tenemos control sobre sus datos privados. <Strong>Usted lo tiene</strong>.)";
-App::$strings["Help support our ground-breaking work in decentralisation, web identity, and privacy."] = "Ayude apoyando nuestro trabajo pionero en la descentralización, la identidad web, y la privacidad.";
-App::$strings["Your donations keep servers and services running and also helps us to provide innovative new features and continued development."] = "Sus donaciones mantienen servidores y servicios en ejecución y también nos ayudan a proporcionar nuevas características innovadoras y a mantener el desarrollo de forma continuada.";
-App::$strings["Donate"] = "Donar";
-App::$strings["Choose a project, developer, or public hub to support with a one-time donation"] = "Elija un proyecto, desarrollador, o \"hub\" público para apoyar con una donación de una sola vez";
-App::$strings["Donate Now"] = "Donar ahora";
-App::$strings["<strong><em>Or</em></strong> become a project sponsor (Hubzilla Project only)"] = "<strong><em>O</em></strong> convertirse en un patrocinador del proyecto (sólo del proyecto Hubzilla)";
-App::$strings["Please indicate if you would like your first name or full name (or nothing) to appear in our sponsor listing"] = "Por favor, indique si desea que su nombre de pila o el nombre completo (o nada) aparezca en nuestra lista de patrocinadores";
-App::$strings["Sponsor"] = "Patrocinador";
-App::$strings["Special thanks to: "] = "Agradecimiento especial a: ";
-App::$strings["Your Webbie:"] = "Su webbie: ";
-App::$strings["Fontsize (px):"] = "Tamaño de fuente (px): ";
-App::$strings["Link:"] = "Enlace: ";
-App::$strings["Like us on Hubzilla"] = "Múestrenos su agrado en Hubzilla";
-App::$strings["Embed:"] = "Incorporado: ";
-App::$strings["__ctx:opensearch__ Search %1\$s (%2\$s)"] = "Buscar %1\$s (%2\$s)";
-App::$strings["__ctx:opensearch__ \$Projectname"] = "\$Projectname";
-App::$strings["\$Projectname"] = "\$Projectname";
-App::$strings["Search \$Projectname"] = "Buscar \$Projectname";
-App::$strings["Fuzzloc Settings updated."] = "Los ajustes de Fuzzloc se han actualizado.";
-App::$strings["Minimum offset in meters"] = "Offset mínimo en metros";
-App::$strings["Maximum offset in meters"] = "Offset máximo en metros";
-App::$strings["Fuzzy Location"] = "Fuzzy Location";
-App::$strings["Send email to all members"] = "Enviar un correo electrónico a todos los miembros";
-App::$strings["%s Administrator"] = "%s Administrador";
-App::$strings["No recipients found."] = "No se han encontrado destinatarios.";
-App::$strings["%1\$d of %2\$d messages sent."] = "%1\$d de %2\$d mensajes enviados.";
-App::$strings["Send email to all hub members."] = "Enviar un correo electrónico a todos los miembros del hub.";
-App::$strings["Message subject"] = "Asunto del mensaje";
-App::$strings["Sender Email address"] = "Dirección de correo electrónico del remitente";
-App::$strings["Test mode (only send to hub administrator)"] = "Modo de prueba (enviar sólo al administrador del hub)";
-App::$strings["Categories"] = "Temas";
-App::$strings["Everything"] = "Todo";
-App::$strings["Item not found"] = "Elemento no encontrado";
-App::$strings["Channel not found."] = "Canal no encontrado.";
-App::$strings["Edit Card"] = "Editar la ficha";
-App::$strings["Delete"] = "Eliminar";
-App::$strings["Cards"] = "Fichas";
-App::$strings["View Cards"] = "Ver las fichas";
-App::$strings["View in context"] = "Mostrar en su contexto";
-App::$strings["Add Card"] = "Añadir una ficha";
-App::$strings["Save"] = "Guardar";
-App::$strings["New registration"] = "Nuevo registro";
-App::$strings["%s : Message delivery failed."] = "%s : Falló el envío del mensaje.";
-App::$strings["Message sent to %s. New account registration: %s"] = "Mensaje enviado a %s. Registro de una nueva cuenta: %s";
-App::$strings["Not allowed."] = "No permitido/a.";
-App::$strings["Permissions"] = "Permisos";
-App::$strings["Set/edit permissions"] = "Establecer/editar los permisos";
-App::$strings["Item not found."] = "Elemento no encontrado.";
-App::$strings["Post to Libertree"] = "Publicar en Libertree";
-App::$strings["Libertree Crosspost Connector Settings saved."] = "Se han guardado los ajustes del conector de publicación cruzada con Libertree.";
-App::$strings["Libertree API token"] = "Token de la API de Libertree";
-App::$strings["Libertree site URL"] = "URL del servidor de Libertree";
-App::$strings["Post to Libertree by default"] = "Publicar en Libertree por defecto";
-App::$strings["Libertree Crosspost Connector"] = "Libertree Crosspost Connector";
-App::$strings["You're welcome."] = "Bienvenido.";
-App::$strings["Ah shucks..."] = "Ah, joder...";
-App::$strings["Don't mention it."] = "No lo menciones.";
-App::$strings["&lt;blush&gt;"] = "&lt;sonrojo&gt;";
-App::$strings["Report Bug"] = "Informe de errores";
-App::$strings["Logfile archive directory"] = "Directorio de los ficheros de informe";
-App::$strings["Directory to store rotated logs"] = "Directorio para almacenar los informes rotados";
-App::$strings["Logfile size in bytes before rotating"] = "Tamaño del fichero de informe en bytes antes de rotarlo";
-App::$strings["Number of logfiles to retain"] = "Número de ficheros de informe que se deben retener";
-App::$strings["Your account on %s will expire in a few days."] = "Su cuenta en %s caducará en unos pocos días.";
-App::$strings["Your test account is about to expire."] = "Su cuenta de prueba está a punto de expirar.";
-App::$strings["Hide Aside App"] = "App de ocultamiento del panel lateral";
-App::$strings["Fade out aside areas after a while when using endless scroll"] = "Se desvanecen las áreas laterales cuando se usa un scroll sin fin";
-App::$strings["Some setting"] = "Algunos ajustes";
-App::$strings["A setting"] = "Un ajuste";
-App::$strings["Skeleton Settings"] = "Ajustes de Skeleton";
-App::$strings["Network error"] = "Error de red";
-App::$strings["API error"] = "Error de API";
-App::$strings["Unknown issue"] = "Problema desconocido";
-App::$strings["Unable to retrieve email address from remote identity provider"] = "No se puede recuperar la dirección de correo electrónico del proveedor de identidad remota";
-App::$strings["Unable to login using email address "] = "Imposible iniciar sesión usando la dirección de correo electrónico";
-App::$strings["Social Authentication using your social media account"] = "Autenticación usando su cuenta de medios sociales";
-App::$strings["This app enables one or more social provider sign-in buttons on the login page."] = "Esta aplicación habilita uno o más botones de inicio de sesión de proveedores sociales en la página de inicio de sesión.";
-App::$strings["Add an identity provider"] = "Añadir un proveedor de identidad";
-App::$strings["Enable "] = "Habilitar";
-App::$strings["Key"] = "Clave";
-App::$strings["Word"] = "Palabra";
-App::$strings["Secret"] = "Secret";
-App::$strings["Add a custom provider"] = "Añadir un proveedor personalizado";
-App::$strings["Remove an identity provider"] = "Eliminar un proveedor de identidad";
-App::$strings["Social authentication"] = "Autenticación social";
-App::$strings["Error while saving provider settings"] = "Se ha producido un error mientras se guardaban los ajustes";
-App::$strings["Custom provider already exists"] = "Ya existe un proveedor personalizado";
-App::$strings["Social authentication settings saved."] = "Se han guardado los ajustes de la autenticación social.";
-App::$strings["Possible adult content"] = "Posible contenido para adultos";
-App::$strings["%s - view"] = "ver - %s";
-App::$strings["NSFW Settings saved."] = "Se han guardado los ajustes de NSFW.";
-App::$strings["This app looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Esta aplicación busca en los mensajes las palabras o texto que especifique a continuación, y oculta cualquier contenido que contenga esas palabras clave, para que no se muestren en momentos inapropiados, como insinuaciones sexuales que puedan ser inapropiadas en un entorno laboral. Es cortés y recomendable etiquetar cualquier contenido que contenga desnudos con #NSFW. Este filtro también puede coincidir con cualquier otra palabra o texto que especifique y, por lo tanto, puede utilizarse como filtro de contenido de propósito general.";
-App::$strings["Comma separated list of keywords to hide"] = "Lista separada por comas de palabras clave para ocultar";
-App::$strings["Word, /regular-expression/, lang=xx, lang!=xx"] = "Palabra, /expresión regular/, lang=xx, lang!=xx";
-App::$strings["NSFW"] = "NSFW";
-App::$strings["Show Upload Limits"] = "Mostrar los límites de subida";
-App::$strings["Hubzilla configured maximum size: "] = "Tamaño máximo configurado por Hubzilla: ";
-App::$strings["PHP upload_max_filesize: "] = "PHP upload_max_filesize: ";
-App::$strings["PHP post_max_size (must be larger than upload_max_filesize): "] = "PHP post_max_size (debe ser mayor que upload_max_filesize): ";
-App::$strings["Three Dimensional Tic-Tac-Toe"] = "Juego en 3D Tic-Tac-Toe";
-App::$strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe";
-App::$strings["New game"] = "Nuevo juego";
-App::$strings["New game with handicap"] = "Nuevo juego con hándicap";
-App::$strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "El juego en 3D tic-tac-toe es como el juego tradicional, excepto que se juega en varios niveles simultáneamente.";
-App::$strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "En este caso hay tres niveles. Usted gana al conseguir tres en una fila en cualquier nivel, así como arriba, abajo, y en diagonal a través de los diferentes niveles.";
-App::$strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "El juego con hándicap deshabilita la posición central en el nivel medio porque el jugador que reclama este cuadrado a menudo tiene una ventaja injusta.";
-App::$strings["You go first..."] = "Usted va primero...";
-App::$strings["I'm going first this time..."] = "Yo voy primero esta vez...";
-App::$strings["You won!"] = "¡Usted ha ganado!";
-App::$strings["\"Cat\" game!"] = "¡El juego del \"gato\"!";
-App::$strings["I won!"] = "¡He ganado yo!";
-App::$strings["Send test email"] = "Enviar un correo electrónico de prueba";
-App::$strings["Mail sent."] = "El correo electrónico ha sido enviado.";
-App::$strings["Sending of mail failed."] = "No se pudo enviar el correo.";
-App::$strings["Mail Test"] = "Prueba de correo";
-App::$strings["Livejournal username"] = "Nombre de usuario en Livejournal";
-App::$strings["Livejournal password"] = "Contraseña en Livejournal";
-App::$strings["Post to Livejournal by default"] = "Publicar en Livejournal por defecto";
-App::$strings["Send wall-to-wall posts to Livejournal"] = "Enviar entradas de Muro-Muro a Livejournal";
-App::$strings["Livejournal Crosspost Connector"] = "Livejournal Crosspost Connector";
-App::$strings["Post to Livejournal"] = "Publicar en Livejournal";
-App::$strings["Posted by"] = "Publicado por ";
-App::$strings["Use markdown for editing posts"] = "Usar markdown para editar las entradas";
-App::$strings["Edit Article"] = "Editar el artículo";
-App::$strings["Articles"] = "Artículos";
-App::$strings["View Articles"] = "Ver los artículos";
-App::$strings["Add Article"] = "Añadir un artículo";
-App::$strings["Hubzilla File Storage Import"] = "Importar del depósito de ficheros de Hubzilla";
-App::$strings["This will import all your cloud files from another server."] = "Esto importará todos sus ficheros en la nube desde otro servidor.";
-App::$strings["Hubzilla Server base URL"] = "URL base del servidor Hubzilla";
-App::$strings["Allow magic authentication only to websites of your immediate connections"] = "Permitir la autenticación mágica sólo a los sitios web de sus conexiones próximas";
-App::$strings["Authchoose"] = "Autoseleccionar";
-App::$strings["pageheader Settings saved."] = "Se han guardado los ajustes del encabezado de página.";
-App::$strings["Message to display on every page on this server"] = "Mensaje para mostrar en todas las páginas de este servidor";
-App::$strings["Page Header"] = "Page Header";
-App::$strings["Popular Channels"] = "Canales populares";
-App::$strings["Channels to auto connect"] = "Canales para conexión automática";
-App::$strings["Comma separated list"] = "Lista separada por comas";
-App::$strings["IRC Settings"] = "Ajustes de IRC";
-App::$strings["IRC settings saved."] = "Se han guardado los ajustes de IRC.";
-App::$strings["IRC Chatroom"] = "Sala de chat IRC";
-App::$strings["Jabber BOSH host"] = "BOSH de Jabber";
-App::$strings["Use central userbase"] = "Usar la base de usuarios central";
-App::$strings["If enabled, members will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "Si está habilitado, los miembros se conectarán automáticamente a un servidor ejabberd que debe instalarse en esta máquina con credenciales sincronizadas a través del script \"auth ejabberd.php\".";
-App::$strings["XMPP settings updated."] = "Se han actualizado los ajustes de XMPP.";
-App::$strings["XMPP App"] = "App XMPP";
-App::$strings["Embedded XMPP (Jabber) client"] = "Cliente XMPP (Jabber) integrado";
-App::$strings["Individual credentials"] = "Credenciales individuales";
-App::$strings["Jabber BOSH server"] = "Servidor BOSH de Jabber";
-App::$strings["XMPP Settings"] = "Ajustes de XMPP";
-App::$strings["prev"] = "anterior";
-App::$strings["first"] = "primera";
-App::$strings["last"] = "última";
-App::$strings["next"] = "próxima";
-App::$strings["older"] = "más antiguas";
-App::$strings["newer"] = "más recientes";
-App::$strings["Connections"] = "Conexiones";
-App::$strings["Accepts"] = "Se acepta";
-App::$strings["Comments"] = "Comentarios";
-App::$strings["Stream items"] = "Elementos del stream";
-App::$strings["Wall posts"] = "Entradas del Muro";
-App::$strings["Nothing"] = "Nada";
-App::$strings["View all %s connections"] = "Ver todas las %s conexiones";
-App::$strings["Network: %s"] = "Red %s";
-App::$strings["Search"] = "Buscar";
-App::$strings["poke"] = "un toque";
-App::$strings["poked"] = "ha dado un toque a";
-App::$strings["ping"] = "un \"ping\"";
-App::$strings["pinged"] = "ha enviado un \"ping\" a";
-App::$strings["happy"] = "feliz ";
-App::$strings["sad"] = "triste ";
-App::$strings["mellow"] = "tranquilo/a";
-App::$strings["tired"] = "cansado/a ";
-App::$strings["perky"] = "vivaz";
-App::$strings["angry"] = "enfadado/a";
-App::$strings["stupefied"] = "asombrado/a";
-App::$strings["puzzled"] = "perplejo/a";
-App::$strings["interested"] = "interesado/a";
-App::$strings["bitter"] = "amargado/a";
-App::$strings["cheerful"] = "alegre";
-App::$strings["alive"] = "animado/a";
-App::$strings["annoyed"] = "molesto/a";
-App::$strings["anxious"] = "ansioso/a";
-App::$strings["cranky"] = "de mal humor";
-App::$strings["disturbed"] = "perturbado/a";
-App::$strings["frustrated"] = "frustrado/a";
-App::$strings["depressed"] = "deprimido/a";
-App::$strings["motivated"] = "motivado/a";
-App::$strings["relaxed"] = "relajado/a";
-App::$strings["surprised"] = "sorprendido/a";
-App::$strings["Monday"] = "lunes";
-App::$strings["Tuesday"] = "martes";
-App::$strings["Wednesday"] = "miércoles";
-App::$strings["Thursday"] = "jueves";
-App::$strings["Friday"] = "viernes";
-App::$strings["Saturday"] = "sábado";
-App::$strings["Sunday"] = "domingo";
-App::$strings["January"] = "enero";
-App::$strings["February"] = "febrero";
-App::$strings["March"] = "marzo";
-App::$strings["April"] = "abril";
-App::$strings["May"] = "mayo";
-App::$strings["June"] = "junio";
-App::$strings["July"] = "julio";
-App::$strings["August"] = "agosto";
-App::$strings["September"] = "septiembre";
-App::$strings["October"] = "octubre";
-App::$strings["November"] = "noviembre";
-App::$strings["December"] = "diciembre";
-App::$strings["Unknown attachment"] = "Adjunto no reconocido";
-App::$strings["Size"] = "Tamaño";
-App::$strings["unknown"] = "desconocido";
-App::$strings["remove category"] = "eliminar el tema";
-App::$strings["remove from file"] = "eliminar del fichero";
-App::$strings["Download binary/encrypted content"] = "Descargar contenido binario o cifrado";
-App::$strings["__ctx:noun__ %d Vote"] = array(
- 0 => "%dVoto",
- 1 => "%dVotos",
- 2 => "%dVotos",
-);
-App::$strings["__ctx:noun__ %d Vote in total"] = array(
- 0 => "%dVoto en total",
- 1 => "%dVotos en total",
- 2 => "%dVotos en total",
-);
-App::$strings["Poll has ended"] = "La encuesta ha terminado";
-App::$strings["Poll ends in %s"] = "La encuesta termina en %s";
-App::$strings["Vote"] = "Votar";
-App::$strings["Link to Source"] = "Enlazar con la entrada en su ubicación original";
-App::$strings["default"] = "por defecto";
-App::$strings["Page layout"] = "Plantilla de la página";
-App::$strings["You can create your own with the layouts tool"] = "Puede crear su propia disposición gráfica con la herramienta de plantillas";
-App::$strings["HTML"] = "HTML";
-App::$strings["Comanche Layout"] = "Plantilla de Comanche";
-App::$strings["PHP"] = "PHP";
-App::$strings["Page content type"] = "Tipo de contenido de la página";
-App::$strings["event"] = "el/su evento";
-App::$strings["post"] = "la entrada";
-App::$strings["comment"] = "el comentario";
-App::$strings["activity"] = "la/su actividad";
-App::$strings["poll"] = "encuesta";
-App::$strings["a-z, 0-9, -, and _ only"] = "a-z, 0-9, -, and _ only";
-App::$strings["Design Tools"] = "Herramientas de diseño web";
-App::$strings["Blocks"] = "Bloques";
-App::$strings["Menus"] = "Menús";
-App::$strings["Layouts"] = "Plantillas";
-App::$strings["Pages"] = "Páginas";
-App::$strings["Import"] = "Importar";
-App::$strings["Import website..."] = "Importar un sitio web...";
-App::$strings["Select folder to import"] = "Seleccionar la carpeta que se va a importar";
-App::$strings["Import from a zipped folder:"] = "Importar desde una carpeta comprimida: ";
-App::$strings["Import from cloud files:"] = "Importar desde los ficheros en la nube: ";
-App::$strings["/cloud/channel/path/to/folder"] = "/cloud/canal/ruta/a la/carpeta";
-App::$strings["Enter path to website files"] = "Ruta a los ficheros del sitio web";
-App::$strings["Select folder"] = "Seleccionar la carpeta";
-App::$strings["Export website..."] = "Exportar un sitio web...";
-App::$strings["Export to a zip file"] = "Exportar a un fichero comprimido .zip";
-App::$strings["website.zip"] = "sitio_web.zip";
-App::$strings["Enter a name for the zip file."] = "Escriba un nombre para el fichero zip.";
-App::$strings["Export to cloud files"] = "Exportar a la nube de ficheros";
-App::$strings["/path/to/export/folder"] = "/ruta/para/exportar/carpeta";
-App::$strings["Enter a path to a cloud files destination."] = "Escriba una ruta de destino a la nube de ficheros.";
-App::$strings["Specify folder"] = "Especificar una carpeta";
+App::$strings["%1\$s's bookmarks"] = "Marcadores de %1\$s";
App::$strings["This is the home page of %s."] = "Esta es la página personal de %s.";
+App::$strings["Delegation session ended."] = "Finalizó la sesión de la delegación.";
+App::$strings["Logged out."] = "Desconectado/a.";
+App::$strings["Email validation is incomplete. Please check your email."] = "La validación del correo electrónico está incompleta. Por favor, compruebe su correo electrónico.";
+App::$strings["Failed authentication"] = "Autenticación fallida.";
+App::$strings["Login failed."] = "El acceso ha fallado.";
+App::$strings["View PDF"] = "Ver PDF";
+App::$strings[" by "] = "por";
+App::$strings[" on "] = "en";
+App::$strings["Embedded content"] = "Contenido incorporado";
+App::$strings["Embedding disabled"] = "Incrustación deshabilitada";
App::$strings["l F d, Y \\@ g:i A"] = "l d de F, Y \\@ G:i";
App::$strings["Starts:"] = "Comienza:";
App::$strings["Finishes:"] = "Finaliza:";
@@ -935,7 +58,9 @@ App::$strings["Location:"] = "Ubicación:";
App::$strings["l F d, Y"] = "l F d, Y";
App::$strings["Start:"] = "Iniciar: ";
App::$strings["End:"] = "Finalizar: ";
+App::$strings["Timezone"] = "Zona horaria";
App::$strings["This event has been added to your calendar."] = "Este evento ha sido añadido a su calendario.";
+App::$strings["event"] = "el/su evento";
App::$strings["Not specified"] = "Sin especificar";
App::$strings["Needs Action"] = "Necesita de una intervención";
App::$strings["Completed"] = "Completado/a";
@@ -949,6 +74,33 @@ App::$strings["Work"] = "Trabajo";
App::$strings["Work, Voice"] = "Llamadas de trabajo";
App::$strings["Work, Fax"] = "Fax de trabajo";
App::$strings["Other"] = "Otro";
+App::$strings["unknown"] = "desconocido";
+App::$strings["Permission denied"] = "Permiso denegado";
+App::$strings["Visible to anybody on the internet."] = "Visible para cualquiera en internet.";
+App::$strings["Visible to you only."] = "Visible sólo para usted.";
+App::$strings["Visible to anybody in this network."] = "Visible para cualquiera en esta red.";
+App::$strings["Visible to anybody authenticated."] = "Visible para cualquiera que esté autenticado.";
+App::$strings["Visible to anybody on %s."] = "Visible para cualquiera en %s.";
+App::$strings["Visible to all connections."] = "Visible para todas las conexiones.";
+App::$strings["Visible to approved connections."] = "Visible para las conexiones permitidas.";
+App::$strings["Visible to specific connections."] = "Visible para conexiones específicas.";
+App::$strings["&#x1f501; Repeated %1\$s's %2\$s"] = "&#x1f501; Repetidos %2\$sde %1\$s";
+App::$strings["Item not found."] = "Elemento no encontrado.";
+App::$strings["Permission denied."] = "Acceso denegado.";
+App::$strings["Privacy group not found."] = "Grupo de canales no encontrado.";
+App::$strings["Privacy group is empty."] = "El grupo de canales está vacío.";
+App::$strings["Privacy group: %s"] = "Grupo de canales: %s";
+App::$strings["Connection: %s"] = "Conexión: %s";
+App::$strings["Connection not found."] = "Conexión no encontrada";
+App::$strings["female"] = "mujer";
+App::$strings["%1\$s updated her %2\$s"] = "%1\$s ha actualizado su %2\$s";
+App::$strings["male"] = "hombre";
+App::$strings["%1\$s updated his %2\$s"] = "%1\$s ha actualizado su %2\$s";
+App::$strings["%1\$s updated their %2\$s"] = "%1\$s ha actualizado su %2\$s";
+App::$strings["profile photo"] = "foto del perfil";
+App::$strings["[Edited %s]"] = "[se ha editado %s]";
+App::$strings["__ctx:edit_activity__ Post"] = "Publicar";
+App::$strings["__ctx:edit_activity__ Comment"] = "Comentar";
App::$strings["Off"] = "Desactivado";
App::$strings["On"] = "Activado";
App::$strings["Calendar"] = "Calendario";
@@ -963,6 +115,7 @@ App::$strings["Tag Cloud"] = "Nube de etiquetas";
App::$strings["Provide a personal tag cloud on your channel page"] = "Proveer nube de etiquetas personal en su página de canal";
App::$strings["Use blog/list mode"] = "Usar el modo blog/lista";
App::$strings["Comments will be displayed separately"] = "Los comentarios se mostrarán por separado";
+App::$strings["Connections"] = "Conexiones";
App::$strings["Connection Filtering"] = "Filtrado de conexiones";
App::$strings["Filter incoming posts from connections based on keywords/content"] = "Filtrar publicaciones entrantes de conexiones por palabras clave o contenido";
App::$strings["Conversation"] = "Conversación";
@@ -1026,7 +179,172 @@ App::$strings["Profile Import/Export"] = "Importar/Exportar perfil";
App::$strings["Save and load profile details across sites/channels"] = "Guardar y cargar detalles del perfil a través de sitios/canales";
App::$strings["Multiple Profiles"] = "Múltiples perfiles";
App::$strings["Ability to create multiple profiles"] = "Capacidad de crear múltiples perfiles";
-App::$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."] = "El \"token\" de seguridad del formulario no es correcto. Esto ha ocurrido probablemente porque el formulario ha estado abierto demasiado tiempo (>3 horas) antes de ser enviado";
+App::$strings["Item was not found."] = "Elemento no encontrado.";
+App::$strings["Unknown error."] = "Error desconocido";
+App::$strings["No source file."] = "Ningún fichero de origen";
+App::$strings["Cannot locate file to replace"] = "No se puede localizar el fichero que va a ser sustituido.";
+App::$strings["Cannot locate file to revise/update"] = "No se puede localizar el fichero para revisar/actualizar";
+App::$strings["File exceeds size limit of %d"] = "El fichero supera el limite de tamaño de %d";
+App::$strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Ha alcanzado su límite de %1$.0f Mbytes de almacenamiento de adjuntos.";
+App::$strings["File upload failed. Possible system limit or action terminated."] = "Error de carga, posiblemente por limite del sistema o porque la acción ha finalizado.";
+App::$strings["Stored file could not be verified. Upload failed."] = "El fichero almacenado no ha podido ser verificado. El envío ha fallado.";
+App::$strings["Path not available."] = "Ruta no disponible.";
+App::$strings["Empty pathname"] = "Ruta vacía";
+App::$strings["duplicate filename or path"] = "Nombre duplicado de ruta o fichero";
+App::$strings["Path not found."] = "Ruta no encontrada";
+App::$strings["mkdir failed."] = "mkdir ha fallado.";
+App::$strings["database storage failed."] = "el almacenamiento en la base de datos ha fallado.";
+App::$strings["Empty path"] = "Ruta vacía";
+App::$strings["%s shared an %s with you"] = "%s ha compartido un/una %s con usted";
+App::$strings["%s shared a %s with you"] = "%s ha compartido un/una %s con usted";
+App::$strings["image"] = "Imagen";
+App::$strings["file"] = "fichero";
+App::$strings["Select a profile to assign to this contact"] = "Seleccione un perfil para asignar a este contacto";
+App::$strings["Frequently"] = "Frecuentemente";
+App::$strings["Hourly"] = "Cada hora";
+App::$strings["Twice daily"] = "Dos veces al día";
+App::$strings["Daily"] = "Diariamente";
+App::$strings["Weekly"] = "Semanalmente";
+App::$strings["Monthly"] = "Mensualmente";
+App::$strings["Male"] = "Hombre";
+App::$strings["Female"] = "Mujer";
+App::$strings["Currently Male"] = "Actualmente hombre";
+App::$strings["Currently Female"] = "Actualmente mujer";
+App::$strings["Mostly Male"] = "Generalmente hombre";
+App::$strings["Mostly Female"] = "Generalmente mujer";
+App::$strings["Transgender"] = "Transgénero";
+App::$strings["Intersex"] = "Intersexual";
+App::$strings["Transsexual"] = "Transexual";
+App::$strings["Hermaphrodite"] = "Hermafrodita";
+App::$strings["Neuter"] = "Neutral";
+App::$strings["Non-specific"] = "No especificado";
+App::$strings["Undecided"] = "Indeciso/a";
+App::$strings["Males"] = "Hombres";
+App::$strings["Females"] = "Mujeres";
+App::$strings["Gay"] = "Homosexual";
+App::$strings["Lesbian"] = "Lesbiana";
+App::$strings["No Preference"] = "Sin preferencias";
+App::$strings["Bisexual"] = "Bisexual";
+App::$strings["Autosexual"] = "Autosexual";
+App::$strings["Abstinent"] = "Casto/a";
+App::$strings["Virgin"] = "Virgen";
+App::$strings["Deviant"] = "Fuera de lo común";
+App::$strings["Fetish"] = "Fetichista";
+App::$strings["Oodles"] = "Orgías";
+App::$strings["Nonsexual"] = "Asexual";
+App::$strings["Single"] = "Soltero/a";
+App::$strings["Lonely"] = "Solo/a";
+App::$strings["Available"] = "Disponible";
+App::$strings["Unavailable"] = "No disponible";
+App::$strings["Has crush"] = "Enamorado/a";
+App::$strings["Infatuated"] = "Apasionado/a";
+App::$strings["Dating"] = "Saliendo con alguien";
+App::$strings["Unfaithful"] = "Infiel";
+App::$strings["Sex Addict"] = "Con adicción al sexo";
+App::$strings["Friends"] = "Amigos/as";
+App::$strings["Friends/Benefits"] = "Amigos con algo extra";
+App::$strings["Casual"] = "Casual";
+App::$strings["Engaged"] = "Prometido/a";
+App::$strings["Married"] = "Casado/a";
+App::$strings["Imaginarily married"] = "Casado/a en sueños";
+App::$strings["Partners"] = "Pareja";
+App::$strings["Cohabiting"] = "Cohabitando";
+App::$strings["Common law"] = "Matrimonio tradicional";
+App::$strings["Happy"] = "Felíz";
+App::$strings["Not looking"] = "No estoy buscando";
+App::$strings["Swinger"] = "Libertino";
+App::$strings["Betrayed"] = "Engañado/a";
+App::$strings["Separated"] = "Separado/a";
+App::$strings["Unstable"] = "Inestable";
+App::$strings["Divorced"] = "Divorciado/a";
+App::$strings["Imaginarily divorced"] = "Divorciado/a en sueños";
+App::$strings["Widowed"] = "Viudo/a";
+App::$strings["Uncertain"] = "Indeterminado";
+App::$strings["It's complicated"] = "Es complicado";
+App::$strings["Don't care"] = "No me importa";
+App::$strings["Ask me"] = "Pregúnteme";
+App::$strings[" and "] = " y ";
+App::$strings["public profile"] = "el perfil público";
+App::$strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s ha cambiado %2\$s a &ldquo;%3\$s&rdquo;";
+App::$strings["Visit %1\$s's %2\$s"] = "Visitar %2\$s de %1\$s";
+App::$strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s ha actualizado %2\$s, cambiando %3\$s.";
+App::$strings["%d invitation available"] = array(
+ 0 => "%d invitación pendiente",
+ 1 => "%d invitaciones disponibles",
+ 2 => "%d invitaciones disponibles",
+);
+App::$strings["Advanced"] = "Avanzado";
+App::$strings["Find Channels"] = "Encontrar canales";
+App::$strings["Enter name or interest"] = "Introducir nombre o interés";
+App::$strings["Connect/Follow"] = "Conectar/Seguir";
+App::$strings["Examples: Robert Morgenstein, Fishing"] = "Ejemplos: José Fernández, Pesca";
+App::$strings["Find"] = "Encontrar";
+App::$strings["Channel Suggestions"] = "Sugerencias de canales";
+App::$strings["Random Profile"] = "Perfil aleatorio";
+App::$strings["Invite Friends"] = "Invitar a amigos";
+App::$strings["Advanced example: name=fred and country=iceland"] = "Ejemplo avanzado: nombre=juan y país=españa";
+App::$strings["Everything"] = "Todo";
+App::$strings["Categories"] = "Temas";
+App::$strings["Common Connections"] = "Conexiones comunes";
+App::$strings["View all %d common connections"] = "Ver todas las %d conexiones comunes";
+App::$strings["INVALID EVENT DISMISSED!"] = "¡EVENTO NO VÁLIDO RECHAZADO!";
+App::$strings["Summary: "] = "Resumen: ";
+App::$strings["Unknown"] = "Desconocido";
+App::$strings["Date: "] = "Fecha: ";
+App::$strings["Reason: "] = "Razón: ";
+App::$strings["INVALID CARD DISMISSED!"] = "¡TARJETA NO VÁLIDA RECHAZADA!";
+App::$strings["Name: "] = "Nombre: ";
+App::$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."] = "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos que ya existen sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente.";
+App::$strings["Add new connections to this privacy group"] = "Añadir conexiones nuevas a este grupo de canales";
+App::$strings["edit"] = "editar";
+App::$strings["Privacy Groups"] = "Grupos de canales";
+App::$strings["Edit group"] = "Editar grupo";
+App::$strings["Manage privacy groups"] = "Gestionar grupos de privacidad";
+App::$strings["Channels not in any privacy group"] = "Sin canales en ningún grupo";
+App::$strings["add"] = "añadir";
+App::$strings["Trending"] = "Etiquetas populares";
+App::$strings["Tags"] = "Etiquetas";
+App::$strings["Keywords"] = "Palabras clave";
+App::$strings["have"] = "tener";
+App::$strings["has"] = "tiene";
+App::$strings["want"] = "quiero";
+App::$strings["wants"] = "quiere";
+App::$strings["like"] = "me gusta";
+App::$strings["likes"] = "gusta de";
+App::$strings["dislike"] = "no me gusta";
+App::$strings["dislikes"] = "no gusta de";
+App::$strings["__ctx:noun__ Like"] = array(
+ 0 => "Me gusta",
+ 1 => "Me gusta",
+ 2 => "Me gusta",
+);
+App::$strings["Profile Photos"] = "Fotos del perfil";
+App::$strings["The provided email address is not valid"] = "La dirección de correo electrónico proporcionada no es válida";
+App::$strings["The provided email domain is not among those allowed on this site"] = "El dominio de correo electrónico proporcionado no está entre los permitidos en este sitio";
+App::$strings["The provided email address is already registered at this site"] = "La dirección de correo electrónico proporcionada ya está registrada en este sitio";
+App::$strings["There is a pending registration for this address - click \"Register\" to continue verification"] = "Hay un registro pendiente para esta dirección - haga clic en \"Registro\" para continuar la verificación";
+App::$strings["An invitation is required."] = "Es obligatorio que le inviten.";
+App::$strings["Invitation could not be verified."] = "No se ha podido verificar su invitación.";
+App::$strings["Please enter the required information."] = "Por favor introduzca la información requerida.";
+App::$strings["Failed to store account information."] = "La información de la cuenta no se ha podido guardar.";
+App::$strings["Registration confirmation for %s"] = "Confirmación de registro para %s";
+App::$strings["Registration request at %s"] = "Solicitud de registro en %s";
+App::$strings["your registration password"] = "su contraseña de registro";
+App::$strings["Registration details for %s"] = "Detalles del registro de %s";
+App::$strings["Account approved."] = "Cuenta aprobada.";
+App::$strings["Registration revoked for %s"] = "Registro revocado para %s";
+App::$strings["Could not revoke registration for %s"] = "No se ha podido revocar el registro de %s";
+App::$strings["Click here to upgrade."] = "Pulse aquí para actualizar";
+App::$strings["This action exceeds the limits set by your subscription plan."] = "Esta acción supera los límites establecidos por su plan de suscripción ";
+App::$strings["This action is not available under your subscription plan."] = "Esta acción no está disponible en su plan de suscripción.";
+App::$strings["open"] = "abierto";
+App::$strings["closed"] = "cerrado";
+App::$strings["Registration is currently"] = "El registro está actualmente ";
+App::$strings["please come back"] = "por favor, vuelva";
+App::$strings["Help:"] = "Ayuda:";
+App::$strings["Help"] = "Ayuda";
+App::$strings["Not Found"] = "No encontrado";
+App::$strings["Page not found."] = "Página no encontrada.";
App::$strings["Delete this item?"] = "¿Borrar este elemento?";
App::$strings["Item deleted"] = "Elemento eliminado";
App::$strings["Comment"] = "Comentar";
@@ -1099,7 +417,18 @@ App::$strings["about a month"] = "alrededor de un mes";
App::$strings["about a year"] = "alrededor de un año";
App::$strings[" "] = " ";
App::$strings["timeago.numbers"] = "timeago.numbers";
+App::$strings["January"] = "enero";
+App::$strings["February"] = "febrero";
+App::$strings["March"] = "marzo";
+App::$strings["April"] = "abril";
App::$strings["__ctx:long__ May"] = "mayo";
+App::$strings["June"] = "junio";
+App::$strings["July"] = "julio";
+App::$strings["August"] = "agosto";
+App::$strings["September"] = "septiembre";
+App::$strings["October"] = "octubre";
+App::$strings["November"] = "noviembre";
+App::$strings["December"] = "diciembre";
App::$strings["Jan"] = "ene";
App::$strings["Feb"] = "feb";
App::$strings["Mar"] = "mar";
@@ -1112,6 +441,13 @@ App::$strings["Sep"] = "sep";
App::$strings["Oct"] = "oct";
App::$strings["Nov"] = "nov";
App::$strings["Dec"] = "dic";
+App::$strings["Sunday"] = "domingo";
+App::$strings["Monday"] = "lunes";
+App::$strings["Tuesday"] = "martes";
+App::$strings["Wednesday"] = "miércoles";
+App::$strings["Thursday"] = "jueves";
+App::$strings["Friday"] = "viernes";
+App::$strings["Saturday"] = "sábado";
App::$strings["Sun"] = "dom";
App::$strings["Mon"] = "lun";
App::$strings["Tue"] = "mar";
@@ -1126,160 +462,19 @@ App::$strings["__ctx:calendar__ day"] = "día";
App::$strings["__ctx:calendar__ All day"] = "Todos los días";
App::$strings["Please stand by while your download is being prepared."] = "Por favor, espere mientras se prepara la descarga.";
App::$strings["Email address not valid"] = "Dirección de correo electrónica no válida";
-App::$strings["Help:"] = "Ayuda:";
-App::$strings["Help"] = "Ayuda";
-App::$strings["Not Found"] = "No encontrado";
-App::$strings["Image exceeds website size limit of %lu bytes"] = "La imagen excede el límite de %lu bytes del sitio";
-App::$strings["Image file is empty."] = "El fichero de imagen está vacío. ";
-App::$strings["Unable to process image"] = "No ha sido posible procesar la imagen";
-App::$strings["Photo storage failed."] = "La foto no ha podido ser guardada.";
-App::$strings["a new photo"] = "una nueva foto";
-App::$strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s ha publicado %2\$s en %3\$s";
-App::$strings["Photo Albums"] = "Álbumes de fotos";
-App::$strings["Recent Photos"] = "Fotos recientes";
-App::$strings["Upload New Photos"] = "Subir nuevas fotos";
-App::$strings["url: "] = "url: ";
-App::$strings["error_code: "] = "código_de_error: ";
-App::$strings["error_string: "] = "cadena_de_error: ";
-App::$strings["content-type: "] = "tipo de contenido: ";
-App::$strings["Friendica"] = "Friendica";
-App::$strings["OStatus"] = "OStatus";
-App::$strings["GNU-Social"] = "GNU Social";
-App::$strings["RSS/Atom"] = "RSS/Atom";
-App::$strings["Diaspora"] = "Diaspora";
-App::$strings["Facebook"] = "Facebook";
-App::$strings["Zot"] = "Zot";
-App::$strings["LinkedIn"] = "LinkedIn";
-App::$strings["XMPP/IM"] = "XMPP/IM";
-App::$strings["MySpace"] = "MySpace";
-App::$strings[" and "] = " y ";
-App::$strings["public profile"] = "el perfil público";
-App::$strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s ha cambiado %2\$s a &ldquo;%3\$s&rdquo;";
-App::$strings["Visit %1\$s's %2\$s"] = "Visitar %2\$s de %1\$s";
-App::$strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s ha actualizado %2\$s, cambiando %3\$s.";
-App::$strings["%d invitation available"] = array(
- 0 => "%d invitación pendiente",
- 1 => "%d invitaciones disponibles",
- 2 => "%d invitaciones disponibles",
-);
-App::$strings["Advanced"] = "Avanzado";
-App::$strings["Find Channels"] = "Encontrar canales";
-App::$strings["Enter name or interest"] = "Introducir nombre o interés";
-App::$strings["Connect/Follow"] = "Conectar/Seguir";
-App::$strings["Examples: Robert Morgenstein, Fishing"] = "Ejemplos: José Fernández, Pesca";
-App::$strings["Find"] = "Encontrar";
-App::$strings["Channel Suggestions"] = "Sugerencias de canales";
-App::$strings["Random Profile"] = "Perfil aleatorio";
-App::$strings["Invite Friends"] = "Invitar a amigos";
-App::$strings["Advanced example: name=fred and country=iceland"] = "Ejemplo avanzado: nombre=juan y país=españa";
-App::$strings["Common Connections"] = "Conexiones comunes";
-App::$strings["View all %d common connections"] = "Ver todas las %d conexiones comunes";
-App::$strings["Select an alternate language"] = "Seleccionar un idioma alternativo";
-App::$strings["Unable to import a removed channel."] = "No se puede importar un canal eliminado.";
-App::$strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "No se ha podido crear un canal con un identificador que ya existe en este sistema. La importación ha fallado.";
-App::$strings["Cloned channel not found. Import failed."] = "No se ha podido importar el canal porque el canal clonado no se ha encontrado.";
-App::$strings["Remote authentication"] = "Acceder desde su servidor";
-App::$strings["Click to authenticate to your home hub"] = "Pulsar para identificarse en su servidor de inicio";
-App::$strings["Channels"] = "Canales";
-App::$strings["Manage your channels"] = "Gestionar sus canales";
-App::$strings["Settings"] = "Ajustes";
-App::$strings["Account/Channel Settings"] = "Ajustes de cuenta/canales";
-App::$strings["Logout"] = "Finalizar sesión";
-App::$strings["End this session"] = "Finalizar esta sesión";
-App::$strings["Your profile page"] = "Su página del perfil";
-App::$strings["Edit Profiles"] = "Editar perfiles";
-App::$strings["Manage/Edit profiles"] = "Administrar/editar perfiles";
-App::$strings["Edit your profile"] = "Editar su perfil";
-App::$strings["Login"] = "Iniciar sesión";
-App::$strings["Sign in"] = "Acceder";
-App::$strings["Take me home"] = "Volver a la página principal";
-App::$strings["Log me out of this site"] = "Salir de este sitio";
-App::$strings["Register"] = "Registrarse";
-App::$strings["Create an account"] = "Crear una cuenta";
-App::$strings["Help and documentation"] = "Ayuda y documentación";
-App::$strings["Search site @name, !forum, #tag, ?docs, content"] = "Buscar en el sitio @nombre, !foro, #tag, ?docs, contenido";
-App::$strings["Admin"] = "Administrador";
-App::$strings["Site Setup and Configuration"] = "Ajustes y configuración del sitio";
-App::$strings["Loading"] = "Cargando";
-App::$strings["@name, #tag, ?doc, content"] = "@nombre, #etiqueta, ?ayuda, contenido";
-App::$strings["Please wait..."] = "Espere por favor…";
-App::$strings["Apps"] = "Aplicaciones (apps)";
-App::$strings["Channel Apps"] = "Apps del canal ";
-App::$strings["System Apps"] = "Apps del sistema ";
-App::$strings["Pinned Apps"] = "Apps ancladas ";
-App::$strings["Featured Apps"] = "Apps destacadas ";
-App::$strings["Channel"] = "Canal";
-App::$strings["Status Messages and Posts"] = "Mensajes de estado y publicaciones";
-App::$strings["About"] = "Mi perfil";
-App::$strings["Profile Details"] = "Detalles del perfil";
-App::$strings["Files"] = "Ficheros";
-App::$strings["Files and Storage"] = "Ficheros y repositorio";
-App::$strings["Chatrooms"] = "Salas de chat";
-App::$strings["Bookmarks"] = "Marcadores";
-App::$strings["Saved Bookmarks"] = "Marcadores guardados";
-App::$strings["Webpages"] = "Páginas web";
-App::$strings["View Webpages"] = "Ver páginas web";
-App::$strings["Wiki"] = "Wiki";
-App::$strings["Delegation session ended."] = "Finalizó la sesión de la delegación.";
-App::$strings["Logged out."] = "Desconectado/a.";
-App::$strings["Email validation is incomplete. Please check your email."] = "La validación del correo electrónico está incompleta. Por favor, compruebe su correo electrónico.";
-App::$strings["Failed authentication"] = "Autenticación fallida.";
-App::$strings["Miscellaneous"] = "Varios";
-App::$strings["Birthday"] = "Cumpleaños";
-App::$strings["Age: "] = "Edad:";
-App::$strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-DD o MM-DD";
-App::$strings["never"] = "nunca";
-App::$strings["less than a second ago"] = "hace un instante";
-App::$strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "hace %1\$d %2\$s";
-App::$strings["__ctx:relative_date__ year"] = array(
- 0 => "año",
- 1 => "años",
- 2 => "años",
-);
-App::$strings["__ctx:relative_date__ month"] = array(
- 0 => "mes",
- 1 => "meses",
- 2 => "meses",
-);
-App::$strings["__ctx:relative_date__ week"] = array(
- 0 => "semana",
- 1 => "semanas",
- 2 => "semanas",
-);
-App::$strings["__ctx:relative_date__ day"] = array(
- 0 => "día",
- 1 => "días",
- 2 => "días",
-);
-App::$strings["__ctx:relative_date__ hour"] = array(
- 0 => "hora",
- 1 => "horas",
- 2 => "horas",
-);
-App::$strings["__ctx:relative_date__ minute"] = array(
- 0 => "minuto",
- 1 => "minutos",
- 2 => "minutos",
-);
-App::$strings["__ctx:relative_date__ second"] = array(
- 0 => "segundo",
- 1 => "segundos",
- 2 => "segundos",
-);
-App::$strings["%1\$s's birthday"] = "Cumpleaños de %1\$s";
-App::$strings["Happy Birthday %1\$s"] = "Feliz cumpleaños %1\$s";
-App::$strings["INVALID EVENT DISMISSED!"] = "¡EVENTO NO VÁLIDO RECHAZADO!";
-App::$strings["Summary: "] = "Resumen: ";
-App::$strings["Unknown"] = "Desconocido";
-App::$strings["Date: "] = "Fecha: ";
-App::$strings["Reason: "] = "Razón: ";
-App::$strings["INVALID CARD DISMISSED!"] = "¡TARJETA NO VÁLIDA RECHAZADA!";
-App::$strings["Name: "] = "Nombre: ";
+App::$strings["Required"] = "Obligatorio";
+App::$strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s da la bienvenida a %2\$s";
+App::$strings["photo"] = "foto";
App::$strings["channel"] = "el canal";
+App::$strings["post"] = "la entrada";
+App::$strings["comment"] = "el comentario";
+App::$strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s le gusta %3\$s de %2\$s";
+App::$strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s no le gusta %3\$s de %2\$s";
App::$strings["likes %1\$s's %2\$s"] = "gusta de %2\$s de %1\$s";
App::$strings["doesn't like %1\$s's %2\$s"] = "no gusta de %2\$s de %1\$s";
App::$strings["%1\$s is now connected with %2\$s"] = "%1\$s ahora está conectado/a con %2\$s";
App::$strings["%1\$s poked %2\$s"] = "%1\$s ha dado un toque a %2\$s";
+App::$strings["poked"] = "ha dado un toque a";
App::$strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s está %2\$s";
App::$strings["This is an unsaved preview"] = "Esta es una previsualización sin guardar";
App::$strings["__ctx:title__ Likes"] = "Me gusta";
@@ -1291,6 +486,7 @@ App::$strings["__ctx:title__ Attending"] = "Participaré";
App::$strings["__ctx:title__ Not attending"] = "No participaré";
App::$strings["__ctx:title__ Might attend"] = "Quizá participe";
App::$strings["Select"] = "Seleccionar";
+App::$strings["Delete"] = "Eliminar";
App::$strings["Toggle Star Status"] = "Activar o desactivar el estado de entrada preferida";
App::$strings["Private Message"] = "Mensaje Privado";
App::$strings["Message signature validated"] = "Firma de mensaje validada";
@@ -1302,6 +498,7 @@ App::$strings["Filed under:"] = "Archivado bajo:";
App::$strings["from %s"] = "desde %s";
App::$strings["last edited: %s"] = "último cambio: %s";
App::$strings["Expires: %s"] = "Caduca: %s";
+App::$strings["View in context"] = "Mostrar en su contexto";
App::$strings["Please wait"] = "Espere por favor";
App::$strings["remove"] = "eliminar";
App::$strings["Loading..."] = "Cargando...";
@@ -1310,6 +507,7 @@ App::$strings["Delete Selected Items"] = "Eliminar elementos seleccionados";
App::$strings["View Source"] = "Ver el código fuente de la entrada";
App::$strings["Follow Thread"] = "Seguir este hilo";
App::$strings["Unfollow Thread"] = "Dejar de seguir este hilo";
+App::$strings["View Profile"] = "Ver el perfil";
App::$strings["Recent Activity"] = "Actividad reciente";
App::$strings["Connect"] = "Conectar";
App::$strings["Edit Connection"] = "Editar conexión";
@@ -1336,6 +534,35 @@ App::$strings[", and %d other people"] = array(
);
App::$strings["%s like this."] = "A %s le gusta esto.";
App::$strings["%s don't like this."] = "A %s no le gusta esto.";
+App::$strings["Set your location"] = "Establecer su ubicación";
+App::$strings["Clear browser location"] = "Eliminar los datos de localización geográfica del navegador";
+App::$strings["Insert web link"] = "Insertar enlace web";
+App::$strings["Embed (existing) photo from your photo albums"] = "Insertar una foto (existente) de sus álbumes";
+App::$strings["Please enter a link URL:"] = "Por favor, introduzca la dirección del enlace:";
+App::$strings["Tag term:"] = "Término de la etiqueta:";
+App::$strings["Where are you right now?"] = "¿Donde está ahora?";
+App::$strings["Choose images to embed"] = "Elegir imágenes para incluir";
+App::$strings["Choose an album"] = "Elegir un álbum";
+App::$strings["Choose a different album..."] = "Elegir un álbum diferente...";
+App::$strings["Error getting album list"] = "Error al obtener la lista de álbumes";
+App::$strings["Error getting photo link"] = "Error al obtener el enlace de la foto";
+App::$strings["Error getting album"] = "Error al obtener el álbum";
+App::$strings["Comments enabled"] = "Comentarios habilitados";
+App::$strings["Comments disabled"] = "Comentarios deshabilitados";
+App::$strings["Preview"] = "Previsualizar";
+App::$strings["Share"] = "Compartir";
+App::$strings["Page link name"] = "Nombre del enlace de la página";
+App::$strings["Post as"] = "Publicar como";
+App::$strings["Bold"] = "Negrita";
+App::$strings["Italic"] = "Itálico ";
+App::$strings["Underline"] = "Subrayar";
+App::$strings["Quote"] = "Citar";
+App::$strings["Code"] = "Código";
+App::$strings["Attach/Upload file"] = "Adjuntar/cargar fichero";
+App::$strings["Embed an image from your albums"] = "Incluir una imagen de sus álbumes";
+App::$strings["Cancel"] = "Cancelar";
+App::$strings["OK"] = "OK";
+App::$strings["Toggle voting"] = "Cambiar votación";
App::$strings["Toggle poll"] = "Activar o desactivar encuestas";
App::$strings["Option"] = "Opción";
App::$strings["Add option"] = "Añadir una opción";
@@ -1343,12 +570,16 @@ App::$strings["Minutes"] = "Minutos ";
App::$strings["Hours"] = "Horas ";
App::$strings["Days"] = "Días ";
App::$strings["Allow multiple answers"] = "Permitir respuestas múltiples";
+App::$strings["Disable comments"] = "Dehabilitar los comentarios";
+App::$strings["Toggle comments"] = "Activar o desactivar los comentarios";
+App::$strings["Title (optional)"] = "Título (opcional)";
App::$strings["Summary (optional)"] = "Sumario (opcional)";
-App::$strings["__ctx:noun__ Like"] = array(
- 0 => "Me gusta",
- 1 => "Me gusta",
- 2 => "Me gusta",
-);
+App::$strings["Categories (optional, comma-separated list)"] = "Temas (opcional, lista separada por comas)";
+App::$strings["Permission settings"] = "Configuración de permisos";
+App::$strings["Other networks and post services"] = "Otras redes y servicios de publicación";
+App::$strings["Set expiration date"] = "Configurar fecha de caducidad";
+App::$strings["Set publish date"] = "Establecer la fecha de publicación";
+App::$strings["Encrypt text"] = "Cifrar texto";
App::$strings["__ctx:noun__ Dislike"] = array(
0 => "No me gusta",
1 => "No me gusta",
@@ -1384,171 +615,232 @@ App::$strings["__ctx:noun__ Abstain"] = array(
1 => "Se abstienen",
2 => "Se abstienen",
);
-App::$strings["Select a profile to assign to this contact"] = "Seleccione un perfil para asignar a este contacto";
-App::$strings["Frequently"] = "Frecuentemente";
-App::$strings["Hourly"] = "Cada hora";
-App::$strings["Twice daily"] = "Dos veces al día";
-App::$strings["Daily"] = "Diariamente";
-App::$strings["Weekly"] = "Semanalmente";
-App::$strings["Monthly"] = "Mensualmente";
-App::$strings["Currently Male"] = "Actualmente hombre";
-App::$strings["Currently Female"] = "Actualmente mujer";
-App::$strings["Mostly Male"] = "Generalmente hombre";
-App::$strings["Mostly Female"] = "Generalmente mujer";
-App::$strings["Transgender"] = "Transgénero";
-App::$strings["Intersex"] = "Intersexual";
-App::$strings["Transsexual"] = "Transexual";
-App::$strings["Hermaphrodite"] = "Hermafrodita";
-App::$strings["Neuter"] = "Neutral";
-App::$strings["Non-specific"] = "No especificado";
-App::$strings["Undecided"] = "Indeciso/a";
-App::$strings["Males"] = "Hombres";
-App::$strings["Females"] = "Mujeres";
-App::$strings["Gay"] = "Homosexual";
-App::$strings["Lesbian"] = "Lesbiana";
-App::$strings["No Preference"] = "Sin preferencias";
-App::$strings["Bisexual"] = "Bisexual";
-App::$strings["Autosexual"] = "Autosexual";
-App::$strings["Abstinent"] = "Casto/a";
-App::$strings["Virgin"] = "Virgen";
-App::$strings["Deviant"] = "Fuera de lo común";
-App::$strings["Fetish"] = "Fetichista";
-App::$strings["Oodles"] = "Orgías";
-App::$strings["Nonsexual"] = "Asexual";
-App::$strings["Single"] = "Soltero/a";
-App::$strings["Lonely"] = "Solo/a";
-App::$strings["Available"] = "Disponible";
-App::$strings["Unavailable"] = "No disponible";
-App::$strings["Has crush"] = "Enamorado/a";
-App::$strings["Infatuated"] = "Apasionado/a";
-App::$strings["Dating"] = "Saliendo con alguien";
-App::$strings["Unfaithful"] = "Infiel";
-App::$strings["Sex Addict"] = "Con adicción al sexo";
-App::$strings["Friends"] = "Amigos/as";
-App::$strings["Friends/Benefits"] = "Amigos con algo extra";
-App::$strings["Casual"] = "Casual";
-App::$strings["Engaged"] = "Prometido/a";
-App::$strings["Married"] = "Casado/a";
-App::$strings["Imaginarily married"] = "Casado/a en sueños";
-App::$strings["Partners"] = "Pareja";
-App::$strings["Cohabiting"] = "Cohabitando";
-App::$strings["Common law"] = "Matrimonio tradicional";
-App::$strings["Happy"] = "Felíz";
-App::$strings["Not looking"] = "No estoy buscando";
-App::$strings["Swinger"] = "Libertino";
-App::$strings["Betrayed"] = "Engañado/a";
-App::$strings["Separated"] = "Separado/a";
-App::$strings["Unstable"] = "Inestable";
-App::$strings["Divorced"] = "Divorciado/a";
-App::$strings["Imaginarily divorced"] = "Divorciado/a en sueños";
-App::$strings["Widowed"] = "Viudo/a";
-App::$strings["Uncertain"] = "Indeterminado";
-App::$strings["It's complicated"] = "Es complicado";
-App::$strings["Don't care"] = "No me importa";
-App::$strings["Ask me"] = "Pregúnteme";
+App::$strings["Remote authentication"] = "Acceder desde su servidor";
+App::$strings["Click to authenticate to your home hub"] = "Pulsar para identificarse en su servidor de inicio";
+App::$strings["Channels"] = "Canales";
+App::$strings["Manage your channels"] = "Gestionar sus canales";
+App::$strings["Settings"] = "Ajustes";
+App::$strings["Account/Channel Settings"] = "Ajustes de cuenta/canales";
+App::$strings["Logout"] = "Finalizar sesión";
+App::$strings["End this session"] = "Finalizar esta sesión";
+App::$strings["Your profile page"] = "Su página del perfil";
+App::$strings["Edit Profiles"] = "Editar perfiles";
+App::$strings["Manage/Edit profiles"] = "Administrar/editar perfiles";
+App::$strings["Edit Profile"] = "Editar el perfil";
+App::$strings["Edit your profile"] = "Editar su perfil";
+App::$strings["Login"] = "Iniciar sesión";
+App::$strings["Sign in"] = "Acceder";
+App::$strings["Take me home"] = "Volver a la página principal";
+App::$strings["Log me out of this site"] = "Salir de este sitio";
+App::$strings["Register"] = "Registrarse";
+App::$strings["Create an account"] = "Crear una cuenta";
+App::$strings["Help and documentation"] = "Ayuda y documentación";
+App::$strings["Search"] = "Buscar";
+App::$strings["Search site @name, !forum, #tag, ?docs, content"] = "Buscar en el sitio @nombre, !foro, #tag, ?docs, contenido";
+App::$strings["Admin"] = "Administrador";
+App::$strings["Site Setup and Configuration"] = "Ajustes y configuración del sitio";
+App::$strings["Loading"] = "Cargando";
+App::$strings["@name, #tag, ?doc, content"] = "@nombre, #etiqueta, ?ayuda, contenido";
+App::$strings["Please wait..."] = "Espere por favor…";
+App::$strings["Apps"] = "Aplicaciones (apps)";
+App::$strings["Channel Apps"] = "Apps del canal ";
+App::$strings["System Apps"] = "Apps del sistema ";
+App::$strings["Pinned Apps"] = "Apps ancladas ";
+App::$strings["Featured Apps"] = "Apps destacadas ";
+App::$strings["Channel"] = "Canal";
+App::$strings["Status Messages and Posts"] = "Mensajes de estado y publicaciones";
+App::$strings["About"] = "Mi perfil";
+App::$strings["Profile Details"] = "Detalles del perfil";
+App::$strings["Photo Albums"] = "Álbumes de fotos";
+App::$strings["Files"] = "Ficheros";
+App::$strings["Files and Storage"] = "Ficheros y repositorio";
+App::$strings["Chatrooms"] = "Salas de chat";
+App::$strings["Bookmarks"] = "Marcadores";
+App::$strings["Saved Bookmarks"] = "Marcadores guardados";
+App::$strings["Webpages"] = "Páginas web";
+App::$strings["View Webpages"] = "Ver páginas web";
+App::$strings["Wikis"] = "Wikis";
+App::$strings["Wiki"] = "Wiki";
+App::$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."] = "El \"token\" de seguridad del formulario no es correcto. Esto ha ocurrido probablemente porque el formulario ha estado abierto demasiado tiempo (>3 horas) antes de ser enviado";
+App::$strings["Miscellaneous"] = "Varios";
+App::$strings["Birthday"] = "Cumpleaños";
+App::$strings["Age: "] = "Edad:";
+App::$strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-DD o MM-DD";
+App::$strings["never"] = "nunca";
+App::$strings["less than a second ago"] = "hace un instante";
+App::$strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "hace %1\$d %2\$s";
+App::$strings["__ctx:relative_date__ year"] = array(
+ 0 => "año",
+ 1 => "años",
+ 2 => "años",
+);
+App::$strings["__ctx:relative_date__ month"] = array(
+ 0 => "mes",
+ 1 => "meses",
+ 2 => "meses",
+);
+App::$strings["__ctx:relative_date__ week"] = array(
+ 0 => "semana",
+ 1 => "semanas",
+ 2 => "semanas",
+);
+App::$strings["__ctx:relative_date__ day"] = array(
+ 0 => "día",
+ 1 => "días",
+ 2 => "días",
+);
+App::$strings["__ctx:relative_date__ hour"] = array(
+ 0 => "hora",
+ 1 => "horas",
+ 2 => "horas",
+);
+App::$strings["__ctx:relative_date__ minute"] = array(
+ 0 => "minuto",
+ 1 => "minutos",
+ 2 => "minutos",
+);
+App::$strings["__ctx:relative_date__ second"] = array(
+ 0 => "segundo",
+ 1 => "segundos",
+ 2 => "segundos",
+);
+App::$strings["%1\$s's birthday"] = "Cumpleaños de %1\$s";
+App::$strings["Happy Birthday %1\$s"] = "Feliz cumpleaños %1\$s";
+App::$strings["Image exceeds website size limit of %lu bytes"] = "La imagen excede el límite de %lu bytes del sitio";
+App::$strings["Image file is empty."] = "El fichero de imagen está vacío. ";
+App::$strings["Unable to process image"] = "No ha sido posible procesar la imagen";
+App::$strings["Photo storage failed."] = "La foto no ha podido ser guardada.";
+App::$strings["a new photo"] = "una nueva foto";
+App::$strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s ha publicado %2\$s en %3\$s";
+App::$strings["Recent Photos"] = "Fotos recientes";
+App::$strings["Upload New Photos"] = "Subir nuevas fotos";
App::$strings["New window"] = "Nueva ventana";
App::$strings["Open the selected location in a different window or browser tab"] = "Abrir la dirección seleccionada en una ventana o pestaña aparte";
-App::$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."] = "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos que ya existen sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente.";
-App::$strings["Add new connections to this privacy group"] = "Añadir conexiones nuevas a este grupo de canales";
-App::$strings["edit"] = "editar";
-App::$strings["Privacy Groups"] = "Grupos de canales";
-App::$strings["Edit group"] = "Editar grupo";
-App::$strings["Manage privacy groups"] = "Gestionar grupos de privacidad";
-App::$strings["Channels not in any privacy group"] = "Sin canales en ningún grupo";
-App::$strings["add"] = "añadir";
-App::$strings["Trending"] = "Etiquetas populares";
-App::$strings["Tags"] = "Etiquetas";
-App::$strings["Keywords"] = "Palabras clave";
-App::$strings["have"] = "tener";
-App::$strings["has"] = "tiene";
-App::$strings["want"] = "quiero";
-App::$strings["wants"] = "quiere";
-App::$strings["like"] = "me gusta";
-App::$strings["likes"] = "gusta de";
-App::$strings["dislike"] = "no me gusta";
-App::$strings["dislikes"] = "no gusta de";
-App::$strings["Visible to anybody on the internet."] = "Visible para cualquiera en internet.";
-App::$strings["Visible to you only."] = "Visible sólo para usted.";
-App::$strings["Visible to anybody in this network."] = "Visible para cualquiera en esta red.";
-App::$strings["Visible to anybody authenticated."] = "Visible para cualquiera que esté autenticado.";
-App::$strings["Visible to anybody on %s."] = "Visible para cualquiera en %s.";
-App::$strings["Visible to all connections."] = "Visible para todas las conexiones.";
-App::$strings["Visible to approved connections."] = "Visible para las conexiones permitidas.";
-App::$strings["Visible to specific connections."] = "Visible para conexiones específicas.";
-App::$strings["&#x1f501; Repeated %1\$s's %2\$s"] = "&#x1f501; Repetidos %2\$sde %1\$s";
-App::$strings["Privacy group not found."] = "Grupo de canales no encontrado.";
-App::$strings["Privacy group is empty."] = "El grupo de canales está vacío.";
-App::$strings["Privacy group: %s"] = "Grupo de canales: %s";
-App::$strings["Connection: %s"] = "Conexión: %s";
-App::$strings["Connection not found."] = "Conexión no encontrada";
-App::$strings["female"] = "mujer";
-App::$strings["%1\$s updated her %2\$s"] = "%1\$s ha actualizado su %2\$s";
-App::$strings["male"] = "hombre";
-App::$strings["%1\$s updated his %2\$s"] = "%1\$s ha actualizado su %2\$s";
-App::$strings["%1\$s updated their %2\$s"] = "%1\$s ha actualizado su %2\$s";
-App::$strings["profile photo"] = "foto del perfil";
-App::$strings["[Edited %s]"] = "[se ha editado %s]";
-App::$strings["__ctx:edit_activity__ Post"] = "Publicar";
-App::$strings["__ctx:edit_activity__ Comment"] = "Comentar";
-App::$strings["The provided email address is not valid"] = "La dirección de correo electrónico proporcionada no es válida";
-App::$strings["The provided email domain is not among those allowed on this site"] = "El dominio de correo electrónico proporcionado no está entre los permitidos en este sitio";
-App::$strings["The provided email address is already registered at this site"] = "La dirección de correo electrónico proporcionada ya está registrada en este sitio";
-App::$strings["There is a pending registration for this address - click \"Register\" to continue verification"] = "Hay un registro pendiente para esta dirección - haga clic en \"Registro\" para continuar la verificación";
-App::$strings["An invitation is required."] = "Es obligatorio que le inviten.";
-App::$strings["Invitation could not be verified."] = "No se ha podido verificar su invitación.";
-App::$strings["Please enter the required information."] = "Por favor introduzca la información requerida.";
-App::$strings["Failed to store account information."] = "La información de la cuenta no se ha podido guardar.";
-App::$strings["Registration confirmation for %s"] = "Confirmación de registro para %s";
-App::$strings["Registration request at %s"] = "Solicitud de registro en %s";
-App::$strings["your registration password"] = "su contraseña de registro";
-App::$strings["Registration details for %s"] = "Detalles del registro de %s";
-App::$strings["Account approved."] = "Cuenta aprobada.";
-App::$strings["Registration revoked for %s"] = "Registro revocado para %s";
-App::$strings["Could not revoke registration for %s"] = "No se ha podido revocar el registro de %s";
-App::$strings["Click here to upgrade."] = "Pulse aquí para actualizar";
-App::$strings["This action exceeds the limits set by your subscription plan."] = "Esta acción supera los límites establecidos por su plan de suscripción ";
-App::$strings["This action is not available under your subscription plan."] = "Esta acción no está disponible en su plan de suscripción.";
-App::$strings["open"] = "abierto";
-App::$strings["closed"] = "cerrado";
-App::$strings["Registration is currently"] = "El registro está actualmente ";
-App::$strings["please come back"] = "por favor, vuelva";
-App::$strings["Profile Photos"] = "Fotos del perfil";
-App::$strings["Item was not found."] = "Elemento no encontrado.";
-App::$strings["Unknown error."] = "Error desconocido";
-App::$strings["No source file."] = "Ningún fichero de origen";
-App::$strings["Cannot locate file to replace"] = "No se puede localizar el fichero que va a ser sustituido.";
-App::$strings["Cannot locate file to revise/update"] = "No se puede localizar el fichero para revisar/actualizar";
-App::$strings["File exceeds size limit of %d"] = "El fichero supera el limite de tamaño de %d";
-App::$strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Ha alcanzado su límite de %1$.0f Mbytes de almacenamiento de adjuntos.";
-App::$strings["File upload failed. Possible system limit or action terminated."] = "Error de carga, posiblemente por limite del sistema o porque la acción ha finalizado.";
-App::$strings["Stored file could not be verified. Upload failed."] = "El fichero almacenado no ha podido ser verificado. El envío ha fallado.";
-App::$strings["Path not available."] = "Ruta no disponible.";
-App::$strings["Empty pathname"] = "Ruta vacía";
-App::$strings["duplicate filename or path"] = "Nombre duplicado de ruta o fichero";
-App::$strings["Path not found."] = "Ruta no encontrada";
-App::$strings["mkdir failed."] = "mkdir ha fallado.";
-App::$strings["database storage failed."] = "el almacenamiento en la base de datos ha fallado.";
-App::$strings["Empty path"] = "Ruta vacía";
-App::$strings["%s shared an %s with you"] = "%s ha compartido un/una %s con usted";
-App::$strings["%s shared a %s with you"] = "%s ha compartido un/una %s con usted";
-App::$strings["image"] = "Imagen";
-App::$strings["%1\$s's bookmarks"] = "Marcadores de %1\$s";
-App::$strings["Image/photo"] = "Imagen/foto";
-App::$strings["Encrypted content"] = "Contenido cifrado";
-App::$strings["Install %1\$s element %2\$s"] = "Instalar el elemento de%1\$s%2\$s";
-App::$strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Esta entrada contiene el elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio.";
-App::$strings["webpage"] = "página web";
-App::$strings["layout"] = "plantilla";
-App::$strings["block"] = "bloque";
-App::$strings["menu"] = "menú";
-App::$strings["card"] = "ficha";
-App::$strings["article"] = "el artículo";
-App::$strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escribió %2\$s siguiente %3\$s";
-App::$strings["Click to open/close"] = "Pulsar para abrir/cerrar";
+App::$strings["url: "] = "url: ";
+App::$strings["error_code: "] = "código_de_error: ";
+App::$strings["error_string: "] = "cadena_de_error: ";
+App::$strings["content-type: "] = "tipo de contenido: ";
+App::$strings["Friendica"] = "Friendica";
+App::$strings["OStatus"] = "OStatus";
+App::$strings["GNU-Social"] = "GNU Social";
+App::$strings["RSS/Atom"] = "RSS/Atom";
+App::$strings["ActivityPub"] = "ActivityPub";
+App::$strings["Email"] = "Correo electrónico";
+App::$strings["Diaspora"] = "Diaspora";
+App::$strings["Facebook"] = "Facebook";
+App::$strings["Zot"] = "Zot";
+App::$strings["LinkedIn"] = "LinkedIn";
+App::$strings["XMPP/IM"] = "XMPP/IM";
+App::$strings["MySpace"] = "MySpace";
+App::$strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escribió la/el %2\$s siguiente %3\$s";
App::$strings["spoiler"] = "spoiler";
-App::$strings["View article"] = "Ver el artículo";
-App::$strings["View summary"] = "Ver sumario";
-App::$strings["$1 wrote:"] = "$1 escribió:";
+App::$strings["default"] = "por defecto";
+App::$strings["Select an alternate language"] = "Seleccionar un idioma alternativo";
+App::$strings["Edit"] = "Editar";
+App::$strings["Visible to your default audience"] = "Visible para su público predeterminado.";
+App::$strings["Profile-Based Privacy Groups"] = "Grupos de privacidad basados en perfiles";
+App::$strings["Private Forum"] = "Foro privado";
+App::$strings["Forums"] = "Foros";
+App::$strings["Only me"] = "Sólo yo";
+App::$strings["Share with"] = "Compartir con ";
+App::$strings["Custom selection"] = "Selección personalizada";
+App::$strings["Select \"Allow\" to allow viewing. \"Don't allow\" lets you override and limit the scope of \"Allow\"."] = "Seleccione \"Permitir\" para permitir la visualización. \"No permitir\" le permite anular y limitar el alcance de \"Permitir\".";
+App::$strings["Allow"] = "Permitir";
+App::$strings["Don't allow"] = "No permitir";
+App::$strings["Permissions"] = "Permisos";
+App::$strings["Close"] = "Cerrar";
+App::$strings["Post permissions %s cannot be changed %s after a post is shared.</br />These permissions set who is allowed to view the post."] = "Los permisos de la entrada %s no se pueden cambiar %s una vez que se ha compartido.</br /> Estos permisos establecen quién está autorizado para ver el mensaje.";
+App::$strings["prev"] = "anterior";
+App::$strings["first"] = "primera";
+App::$strings["last"] = "última";
+App::$strings["next"] = "próxima";
+App::$strings["older"] = "más antiguas";
+App::$strings["newer"] = "más recientes";
+App::$strings["Accepts"] = "Se acepta";
+App::$strings["Comments"] = "Comentarios";
+App::$strings["Stream items"] = "Elementos del stream";
+App::$strings["Wall posts"] = "Entradas del Muro";
+App::$strings["Nothing"] = "Nada";
+App::$strings["View all %s connections"] = "Ver todas las %s conexiones";
+App::$strings["Network: %s"] = "Red %s";
+App::$strings["Save"] = "Guardar";
+App::$strings["poke"] = "un toque";
+App::$strings["ping"] = "un \"ping\"";
+App::$strings["pinged"] = "ha enviado un \"ping\" a";
+App::$strings["happy"] = "feliz ";
+App::$strings["sad"] = "triste ";
+App::$strings["mellow"] = "tranquilo/a";
+App::$strings["tired"] = "cansado/a ";
+App::$strings["perky"] = "vivaz";
+App::$strings["angry"] = "enfadado/a";
+App::$strings["stupefied"] = "asombrado/a";
+App::$strings["puzzled"] = "perplejo/a";
+App::$strings["interested"] = "interesado/a";
+App::$strings["bitter"] = "amargado/a";
+App::$strings["cheerful"] = "alegre";
+App::$strings["alive"] = "animado/a";
+App::$strings["annoyed"] = "molesto/a";
+App::$strings["anxious"] = "ansioso/a";
+App::$strings["cranky"] = "de mal humor";
+App::$strings["disturbed"] = "perturbado/a";
+App::$strings["frustrated"] = "frustrado/a";
+App::$strings["depressed"] = "deprimido/a";
+App::$strings["motivated"] = "motivado/a";
+App::$strings["relaxed"] = "relajado/a";
+App::$strings["surprised"] = "sorprendido/a";
+App::$strings["May"] = "mayo";
+App::$strings["Unknown attachment"] = "Adjunto no reconocido";
+App::$strings["Size"] = "Tamaño";
+App::$strings["remove category"] = "eliminar el tema";
+App::$strings["remove from file"] = "eliminar del fichero";
+App::$strings["Download binary/encrypted content"] = "Descargar contenido binario o cifrado";
+App::$strings["__ctx:noun__ %d Vote"] = array(
+ 0 => "%dVoto",
+ 1 => "%dVotos",
+ 2 => "%dVotos",
+);
+App::$strings["__ctx:noun__ %d Vote in total"] = array(
+ 0 => "%dVoto en total",
+ 1 => "%dVotos en total",
+ 2 => "%dVotos en total",
+);
+App::$strings["Poll has ended"] = "La encuesta ha terminado";
+App::$strings["Poll ends in %s"] = "La encuesta termina en %s";
+App::$strings["Vote"] = "Votar";
+App::$strings["Link to Source"] = "Enlazar con la entrada en su ubicación original";
+App::$strings["Page layout"] = "Plantilla de la página";
+App::$strings["You can create your own with the layouts tool"] = "Puede crear su propia disposición gráfica con la herramienta de plantillas";
+App::$strings["BBcode"] = "BBcode";
+App::$strings["HTML"] = "HTML";
+App::$strings["Markdown"] = "Markdown";
+App::$strings["Text"] = "Texto";
+App::$strings["Comanche Layout"] = "Plantilla de Comanche";
+App::$strings["PHP"] = "PHP";
+App::$strings["Page content type"] = "Tipo de contenido de la página";
+App::$strings["activity"] = "la/su actividad";
+App::$strings["poll"] = "encuesta";
+App::$strings["a-z, 0-9, -, and _ only"] = "a-z, 0-9, -, and _ only";
+App::$strings["Design Tools"] = "Herramientas de diseño web";
+App::$strings["Blocks"] = "Bloques";
+App::$strings["Menus"] = "Menús";
+App::$strings["Layouts"] = "Plantillas";
+App::$strings["Pages"] = "Páginas";
+App::$strings["Import"] = "Importar";
+App::$strings["Import website..."] = "Importar un sitio web...";
+App::$strings["Select folder to import"] = "Seleccionar la carpeta que se va a importar";
+App::$strings["Import from a zipped folder:"] = "Importar desde una carpeta comprimida: ";
+App::$strings["Import from cloud files:"] = "Importar desde los ficheros en la nube: ";
+App::$strings["/cloud/channel/path/to/folder"] = "/cloud/canal/ruta/a la/carpeta";
+App::$strings["Enter path to website files"] = "Ruta a los ficheros del sitio web";
+App::$strings["Select folder"] = "Seleccionar la carpeta";
+App::$strings["Export website..."] = "Exportar un sitio web...";
+App::$strings["Export to a zip file"] = "Exportar a un fichero comprimido .zip";
+App::$strings["website.zip"] = "sitio_web.zip";
+App::$strings["Enter a name for the zip file."] = "Escriba un nombre para el fichero zip.";
+App::$strings["Export to cloud files"] = "Exportar a la nube de ficheros";
+App::$strings["/path/to/export/folder"] = "/ruta/para/exportar/carpeta";
+App::$strings["Enter a path to a cloud files destination."] = "Escriba una ruta de destino a la nube de ficheros.";
+App::$strings["Specify folder"] = "Especificar una carpeta";
App::$strings["Unable to obtain identity information from database"] = "No ha sido posible obtener información sobre la identidad desde la base de datos";
App::$strings["Empty name"] = "Nombre vacío";
App::$strings["Name too long"] = "Nombre demasiado largo";
@@ -1560,6 +852,7 @@ App::$strings["Unable to retrieve created identity"] = "No ha sido posible recup
App::$strings["Default Profile"] = "Perfil principal";
App::$strings["Unable to retrieve modified identity"] = "No se puede recuperar la identidad modficada";
App::$strings["Requested channel is not available"] = "El canal solicitado no está disponible";
+App::$strings["Requested profile is not available."] = "El perfil solicitado no está disponible.";
App::$strings["Change profile photo"] = "Cambiar la foto del perfil";
App::$strings["Create New Profile"] = "Crear un nuevo perfil";
App::$strings["Profile Image"] = "Imagen del perfil";
@@ -1605,24 +898,1041 @@ App::$strings["Remote Authentication"] = "Acceso desde su servidor";
App::$strings["Enter your channel address (e.g. channel@example.com)"] = "Introduzca la dirección del canal (p.ej. canal@ejemplo.com)";
App::$strings["Authenticate"] = "Acceder";
App::$strings["Account '%s' deleted"] = "La cuenta '%s' ha sido eliminada";
-App::$strings["Visible to your default audience"] = "Visible para su público predeterminado.";
-App::$strings["Profile-Based Privacy Groups"] = "Grupos de privacidad basados en perfiles";
-App::$strings["Private Forum"] = "Foro privado";
-App::$strings["Forums"] = "Foros";
-App::$strings["Only me"] = "Sólo yo";
-App::$strings["Share with"] = "Compartir con ";
-App::$strings["Custom selection"] = "Selección personalizada";
-App::$strings["Select \"Allow\" to allow viewing. \"Don't allow\" lets you override and limit the scope of \"Allow\"."] = "Seleccione \"Permitir\" para permitir la visualización. \"No permitir\" le permite anular y limitar el alcance de \"Permitir\".";
-App::$strings["Allow"] = "Permitir";
-App::$strings["Don't allow"] = "No permitir";
-App::$strings["Close"] = "Cerrar";
-App::$strings["Post permissions %s cannot be changed %s after a post is shared.</br />These permissions set who is allowed to view the post."] = "Los permisos de la entrada %s no se pueden cambiar %s una vez que se ha compartido.</br /> Estos permisos establecen quién está autorizado para ver el mensaje.";
-App::$strings["View PDF"] = "Ver PDF";
-App::$strings[" by "] = "por";
-App::$strings[" on "] = "en";
-App::$strings["Embedded content"] = "Contenido incorporado";
-App::$strings["Embedding disabled"] = "Incrustación deshabilitada";
-App::$strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s da la bienvenida a %2\$s";
+App::$strings["Image/photo"] = "Imagen/foto";
+App::$strings["Encrypted content"] = "Contenido cifrado";
+App::$strings["Install %1\$s element %2\$s"] = "Instalar el elemento de%1\$s%2\$s";
+App::$strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Esta entrada contiene el elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio.";
+App::$strings["webpage"] = "página web";
+App::$strings["layout"] = "plantilla";
+App::$strings["block"] = "bloque";
+App::$strings["menu"] = "menú";
+App::$strings["card"] = "ficha";
+App::$strings["article"] = "el artículo";
+App::$strings["Click to open/close"] = "Pulsar para abrir/cerrar";
+App::$strings["View article"] = "Ver el artículo";
+App::$strings["View summary"] = "Ver sumario";
+App::$strings["Different viewers will see this text differently"] = "Visitantes diferentes verán este texto de forma distinta";
+App::$strings["$1 wrote:"] = "$1 escribió:";
+App::$strings["Unable to import a removed channel."] = "No se puede importar un canal eliminado.";
+App::$strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "No se ha podido crear un canal con un identificador que ya existe en este sistema. La importación ha fallado.";
+App::$strings["Unable to create a unique channel address. Import failed."] = "No se ha podido crear una dirección de canal única. Ha fallado la importación.";
+App::$strings["Cloned channel not found. Import failed."] = "No se ha podido importar el canal porque el canal clonado no se ha encontrado.";
+App::$strings["Popular Channels"] = "Canales populares";
+App::$strings["Channels to auto connect"] = "Canales para conexión automática";
+App::$strings["Comma separated list"] = "Lista separada por comas";
+App::$strings["IRC Settings"] = "Ajustes de IRC";
+App::$strings["IRC settings saved."] = "Se han guardado los ajustes de IRC.";
+App::$strings["IRC Chatroom"] = "Sala de chat IRC";
+App::$strings["Hide the button and show the smilies directly."] = "Ocultar el botón y mostrar los smilies directamente.";
+App::$strings["Smileybutton Settings"] = "Ajustes de Smileybutton";
+App::$strings["Network error"] = "Error de red";
+App::$strings["API error"] = "Error de API";
+App::$strings["Unknown issue"] = "Problema desconocido";
+App::$strings["Unable to retrieve email address from remote identity provider"] = "No se puede recuperar la dirección de correo electrónico del proveedor de identidad remota";
+App::$strings["Unable to login using email address "] = "Imposible iniciar sesión usando la dirección de correo electrónico";
+App::$strings["Social Authentication using your social media account"] = "Autenticación usando su cuenta de medios sociales";
+App::$strings["This app enables one or more social provider sign-in buttons on the login page."] = "Esta aplicación habilita uno o más botones de inicio de sesión de proveedores sociales en la página de inicio de sesión.";
+App::$strings["Add an identity provider"] = "Añadir un proveedor de identidad";
+App::$strings["Enable "] = "Habilitar";
+App::$strings["Key"] = "Clave";
+App::$strings["Word"] = "Palabra";
+App::$strings["Secret"] = "Secret";
+App::$strings["Add a custom provider"] = "Añadir un proveedor personalizado";
+App::$strings["Remove an identity provider"] = "Eliminar un proveedor de identidad";
+App::$strings["Social authentication"] = "Autenticación social";
+App::$strings["Error while saving provider settings"] = "Se ha producido un error mientras se guardaban los ajustes";
+App::$strings["Custom provider already exists"] = "Ya existe un proveedor personalizado";
+App::$strings["Social authentication settings saved."] = "Se han guardado los ajustes de la autenticación social.";
+App::$strings["Show Upload Limits"] = "Mostrar los límites de subida";
+App::$strings["Hubzilla configured maximum size: "] = "Tamaño máximo configurado por Hubzilla: ";
+App::$strings["PHP upload_max_filesize: "] = "PHP upload_max_filesize: ";
+App::$strings["PHP post_max_size (must be larger than upload_max_filesize): "] = "PHP post_max_size (debe ser mayor que upload_max_filesize): ";
+App::$strings["ERROR: word length is not correct!"] = "ERROR: ¡la longitud de la palabra no es correcta!";
+App::$strings["Fediwordle App"] = "App Fediwordle";
+App::$strings["A distributed word game inspired by wordle."] = "Un juego de palabras distribuido inspirado en el wordle.";
+App::$strings["To start a game, enter [wordle]your_word[/wordle] somewhere in a toplevel post."] = "Para empezar una partida, introduzca [wordle]mi_palabra[/wordle] en algún lugar de un post de nivel superior.";
+App::$strings["Your contacts can post their guess in the comments."] = "Sus contactos pueden publicar sus conjeturas en los comentarios.";
+App::$strings["Your channel will evaluate the guess and automatically post the response."] = "Su canal evaluará la conjetura y publicará automáticamente la respuesta.";
+App::$strings["Correct letters"] = "Letras correctas";
+App::$strings["Letters contained in the word but at the wrong spot"] = "Letras contenidas en la palabra pero en el lugar equivocado";
+App::$strings["Letters not contained in the word"] = "Letras no contenidas en la palabra";
+App::$strings["Send your identity to all websites"] = "Enviar su identidad a todos los sitios web";
+App::$strings["Send ZID"] = "Enviar ZID";
+App::$strings["Send email to all members"] = "Enviar un correo electrónico a todos los miembros";
+App::$strings["%s Administrator"] = "%s Administrador";
+App::$strings["No recipients found."] = "No se han encontrado destinatarios.";
+App::$strings["%1\$d of %2\$d messages sent."] = "%1\$d de %2\$d mensajes enviados.";
+App::$strings["Send email to all hub members."] = "Enviar un correo electrónico a todos los miembros del hub.";
+App::$strings["Message subject"] = "Asunto del mensaje";
+App::$strings["Sender Email address"] = "Dirección de correo electrónico del remitente";
+App::$strings["Test mode (only send to hub administrator)"] = "Modo de prueba (enviar sólo al administrador del hub)";
+App::$strings["Rainbow Tag App"] = "App Etiqueta Arcoiris";
+App::$strings["Add some colour to tag clouds"] = "Añadir color a las nubes de etiquetas";
+App::$strings["Rainbow Tag"] = "Etiqueta Arcoiris";
+App::$strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Encontramos un problema al iniciar sesión con el OpenID que proporcionó. Compruebe si el ID está correctamente escrito.";
+App::$strings["The error message was:"] = "El mensaje de error ha sido: ";
+App::$strings["OpenID protocol error. No ID returned."] = "Error de protocolo OpenID. No se recuperó ninguna ID.";
+App::$strings["Welcome %s. Remote authentication successful."] = "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente.";
+App::$strings["First Name"] = "Nombre";
+App::$strings["Last Name"] = "Apellido";
+App::$strings["Nickname"] = "Alias";
+App::$strings["Full Name"] = "Nombre completo";
+App::$strings["Profile Photo"] = "Foto del perfil";
+App::$strings["Profile Photo 16px"] = "Foto del perfil 16px";
+App::$strings["Profile Photo 32px"] = "Foto del perfil 32px";
+App::$strings["Profile Photo 48px"] = "Foto del perfil 48px";
+App::$strings["Profile Photo 64px"] = "Foto del perfil 64px";
+App::$strings["Profile Photo 80px"] = "Foto del perfil 80px";
+App::$strings["Profile Photo 128px"] = "Foto del perfil 128px";
+App::$strings["Homepage URL"] = "Dirección de la página personal";
+App::$strings["Language"] = "Idioma";
+App::$strings["Birth Year"] = "Año de nacimiento";
+App::$strings["Birth Month"] = "Mes de nacimiento";
+App::$strings["Birth Day"] = "Día de nacimiento";
+App::$strings["Birthdate"] = "Fecha de nacimiento";
+App::$strings["Gender"] = "Género";
+App::$strings["System defaults:"] = "Valores predeterminados del sistema: ";
+App::$strings["Preferred Clipart IDs"] = "IDs de las imágenes clipart preferidas";
+App::$strings["List of preferred clipart ids. These will be shown first."] = "Lista de ids de imágenes de clipart preferidas. Se verán en primer lugar.";
+App::$strings["Default Search Term"] = "Términos de búsqueda predeterminados";
+App::$strings["The default search term. These will be shown second."] = "Los términos de búsqueda predeterminados. Estos se mostrarán en segundo lugar.";
+App::$strings["Return After"] = "Regresar después";
+App::$strings["Page to load after image selection."] = "Página para cargar después de la selección de imágenes.";
+App::$strings["Profile List"] = "Lista de perfiles";
+App::$strings["Order of Preferred"] = "Orden de preferencia";
+App::$strings["Sort order of preferred clipart ids."] = "Orden de clasificación de los identificadores de imágenes clipart preferidas.";
+App::$strings["Newest first"] = "Las más nuevas en primer lugar";
+App::$strings["As entered"] = "Tal como se ingresaron";
+App::$strings["Order of other"] = "Orden de los demás";
+App::$strings["Sort order of other clipart ids."] = "Orden de clasificación de otros ids de imágenes clipart.";
+App::$strings["Most downloaded first"] = "Las más descargadas en primer lugar";
+App::$strings["Most liked first"] = "Las más apreciadas en primer lugar";
+App::$strings["Preferred IDs Message"] = "Mensaje de IDs preferido";
+App::$strings["Message to display above preferred results."] = "Mensaje para mostrar sobre los resultados preferidos.";
+App::$strings["Uploaded by: "] = "Subida por: ";
+App::$strings["Drawn by: "] = "Creada por: ";
+App::$strings["Use this image"] = "Usar esta imagen";
+App::$strings["Or select from a free OpenClipart.org image:"] = "O seleccionar una imagen gratuita de OpenClipart.org: ";
+App::$strings["Search Term"] = "Término de búsqueda";
+App::$strings["Unknown error. Please try again later."] = "Error desconocido. Por favor, inténtelo otra vez.";
+App::$strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recargue la página o limpie el caché del navegador si la nueva foto no se muestra inmediatamente.";
+App::$strings["Profile photo updated successfully."] = "Se ha actualizado con éxito la foto de perfil.";
+App::$strings["NSA Bait App"] = "App NSA Bait ";
+App::$strings["Make yourself a political target."] = "Hazte un objetivo político.";
+App::$strings["Recent Channel/Profile Viewers"] = "Visitantes recientes del canal o perfil";
+App::$strings["No entries."] = "No hay entradas.";
+App::$strings["Hubzilla File Storage Import"] = "Importar del depósito de ficheros de Hubzilla";
+App::$strings["This will import all your cloud files from another server."] = "Esto importará todos sus ficheros en la nube desde otro servidor.";
+App::$strings["Hubzilla Server base URL"] = "URL base del servidor Hubzilla";
+App::$strings["Since modified date yyyy-mm-dd"] = "Modificado desde la fecha yyyy-mm-dd";
+App::$strings["Until modified date yyyy-mm-dd"] = "Modificado hasta la fecha yyyy-mm-dd";
+App::$strings["Your channel has been upgraded to \$Projectname version"] = "Su canal ha sido actualizado a la versión \$Projectname";
+App::$strings["Please have a look at the"] = "Por favor, eche un vistazo a la ";
+App::$strings["git history"] = "historial del git";
+App::$strings["change log"] = "lista de cambios";
+App::$strings["for further info."] = "para más información.";
+App::$strings["Upgrade Info"] = "Información de actualización";
+App::$strings["Do not show this again"] = "No mostrar esto de nuevo";
+App::$strings["__ctx:opensearch__ Search %1\$s (%2\$s)"] = "Buscar %1\$s (%2\$s)";
+App::$strings["__ctx:opensearch__ \$Projectname"] = "\$Projectname";
+App::$strings["\$Projectname"] = "\$Projectname";
+App::$strings["Search \$Projectname"] = "Buscar \$Projectname";
+App::$strings["Hubzilla Directory Stats"] = "Estadísticas de directorio de Hubzilla";
+App::$strings["Total Hubs"] = "Número total de servidores";
+App::$strings["Hubzilla Hubs"] = "Servidores (hubs) de Hubzilla";
+App::$strings["Friendica Hubs"] = "Servidores (hubs) de Friendica";
+App::$strings["Diaspora Pods"] = "Servidores (pods) de Diaspora";
+App::$strings["Hubzilla Channels"] = "Canales de Hubzilla";
+App::$strings["Friendica Channels"] = "Canales de Friendica";
+App::$strings["Diaspora Channels"] = "Canales de Diaspora";
+App::$strings["Aged 35 and above"] = "De 35 años de edad en adelante";
+App::$strings["Aged 34 and under"] = "De 34 o menos años de edad";
+App::$strings["Average Age"] = "Promedio de edad";
+App::$strings["Known Chatrooms"] = "Salas de chat conocidas";
+App::$strings["Known Tags"] = "Etiquetas conocidas";
+App::$strings["Please note Diaspora and Friendica statistics are merely those **this directory** is aware of, and not all those known in the network. This also applies to chatrooms,"] = "Tenga en cuenta que las estadísticas de Diaspora y Friendica se refieren únicamente a aquellas de las que **este directorio** es consciente, y no a todos los conocidos en la red. Esto también es aplicable a las salas de chat,";
+App::$strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Este sitio es rastreado mediante la herramienta analítica <a href='http://www.piwik.org'>Piwik</a>.";
+App::$strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Si usted no quiere que sus visitas se registren de esta manera <a href='%s'>puede establecer una cookie para evitar que Piwik rastree otras visitas del sitio</a> (opt-out).";
+App::$strings["Piwik Base URL"] = "URL base de Piwik";
+App::$strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Ruta absoluta a la instalación de Piwik. (Sin protocolo (http/s), con barra diagonal)";
+App::$strings["Site ID"] = "ID del sitio";
+App::$strings["Show opt-out cookie link?"] = "Mostrar el enlace de la cookie opt-out?";
+App::$strings["Asynchronous tracking"] = "Rastreo asíncrono";
+App::$strings["Enable frontend JavaScript error tracking"] = "Habilitar la interfaz JavaScript de seguimiento de errores";
+App::$strings["This feature requires Piwik >= 2.2.0"] = "Esta funcionalidad requiere Piwik >= 2.2.0";
+App::$strings["Settings updated."] = "Ajustes actualizados.";
+App::$strings["Photos imported"] = "Se han importado las fotos";
+App::$strings["Redmatrix Photo Album Import"] = "Importar un álbum de fotos de Redmatrix";
+App::$strings["This will import all your Redmatrix photo albums to this channel."] = "Esto importará todos sus álbumes de fotos de Redmatrix a este canal.";
+App::$strings["Redmatrix Server base URL"] = "URL base del servidor Redmatrix";
+App::$strings["Redmatrix Login Username"] = "Nombre de inicio de sesión en Redmatrix";
+App::$strings["Redmatrix Login Password"] = "Contraseña de inicio de sesión en Redmatrix";
+App::$strings["Import just this album"] = "Importar solo este álbum";
+App::$strings["Leave blank to import all albums"] = "Dejar en blanco para importar todos los álbumes";
+App::$strings["Maximum count to import"] = "Límite máximo de importación";
+App::$strings["0 or blank to import all available"] = "0 o en blanco para importar todos los disponibles";
+App::$strings["pageheader Settings saved."] = "Se han guardado los ajustes del encabezado de página.";
+App::$strings["Message to display on every page on this server"] = "Mensaje para mostrar en todas las páginas de este servidor";
+App::$strings["Page Header"] = "Page Header";
+App::$strings["Report Bug"] = "Informe de errores";
+App::$strings["Hide Aside App"] = "App de ocultamiento del panel lateral";
+App::$strings["Fade out aside areas after a while when using endless scroll"] = "Se desvanecen las áreas laterales cuando se usa un scroll sin fin";
+App::$strings["Post to Insane Journal"] = "Publicar en Insane Journal";
+App::$strings["Insane Journal Crosspost Connector Settings saved."] = "Se han guardado los ajustes del Conector de publicación cruzada de InsaneJournal.";
+App::$strings["Insane Journal Crosspost Connector App"] = "App Ajustes del Conector de publicación cruzada de InsaneJournal";
+App::$strings["Not Installed"] = "No instalado/a";
+App::$strings["Relay public postings to Insane Journal"] = "Retransmisión de entradas públicas a Insane Journal";
+App::$strings["InsaneJournal username"] = "Nombre de usuario en InsaneJournal";
+App::$strings["InsaneJournal password"] = "Contraseña en InsaneJournal";
+App::$strings["Post to InsaneJournal by default"] = "Publicar por defecto en InsaneJournal";
+App::$strings["Insane Journal Crosspost Connector"] = "Conector de publicación cruzada de InsaneJournal";
+App::$strings["Who likes me?"] = "¿Quién me ha puesto \"Me gusta\"?";
+App::$strings["Post to Hubzilla"] = "Publicar en Hubzilla";
+App::$strings["Channel is required."] = "Se requiere un canal.";
+App::$strings["Invalid channel."] = "El canal no es válido.";
+App::$strings["Hubzilla Crosspost Connector Settings saved."] = "Se han guardado los ajustes de Hubzilla Crosspost Connector";
+App::$strings["Send public postings to Hubzilla channel by default"] = "Enviar entradas públicas al canal Hubzilla por defecto";
+App::$strings["Hubzilla API Path"] = "Ruta de la API de Hubzilla";
+App::$strings["https://{sitename}/api"] = "https://{sitename}/api";
+App::$strings["Hubzilla login name"] = "Nombre de inicio de sesión en Hubzilla";
+App::$strings["Hubzilla channel name"] = "Nombre del canal de Hubzilla";
+App::$strings["Hubzilla password"] = "Contraseña de Hubzilla";
+App::$strings["Hubzilla Crosspost Connector"] = "Hubzilla Crosspost Connector";
+App::$strings["Cards"] = "Fichas";
+App::$strings["View Cards"] = "Ver las fichas";
+App::$strings["Add Card"] = "Añadir una ficha";
+App::$strings["Item not found"] = "Elemento no encontrado";
+App::$strings["Channel not found."] = "Canal no encontrado.";
+App::$strings["Edit Card"] = "Editar la ficha";
+App::$strings["Page to load after login"] = "Página para cargar tras el inicio de sesión";
+App::$strings["Examples: &quot;apps&quot;, &quot;network?f=&gid=37&quot; (privacy collection), &quot;channel&quot; or &quot;notifications/system&quot; (leave blank for default network page (grid)."] = "Ejemplos: &quot;aplicaciones&quot;, &quot;mi red?f=&gid=37&quot; (grupo de canales), &quot;mi canal&quot; or &quot;notificaciones del sistema&quot; (dejar en blanco para la página de mi red por defecto (grid).";
+App::$strings["Startpage"] = "Startpage";
+App::$strings["Post to Libertree"] = "Publicar en Libertree";
+App::$strings["Libertree Crosspost Connector Settings saved."] = "Se han guardado los ajustes del conector de publicación cruzada con Libertree.";
+App::$strings["Libertree API token"] = "Token de la API de Libertree";
+App::$strings["Libertree site URL"] = "URL del servidor de Libertree";
+App::$strings["Post to Libertree by default"] = "Publicar en Libertree por defecto";
+App::$strings["Libertree Crosspost Connector"] = "Libertree Crosspost Connector";
+App::$strings["Logfile archive directory"] = "Directorio de los ficheros de informe";
+App::$strings["Directory to store rotated logs"] = "Directorio para almacenar los informes rotados";
+App::$strings["Logfile size in bytes before rotating"] = "Tamaño del fichero de informe en bytes antes de rotarlo";
+App::$strings["Number of logfiles to retain"] = "Número de ficheros de informe que se deben retener";
+App::$strings["Your account on %s will expire in a few days."] = "Su cuenta en %s caducará en unos pocos días.";
+App::$strings["Your test account is about to expire."] = "Su cuenta de prueba está a punto de expirar.";
+App::$strings["status"] = "el mensaje de estado ";
+App::$strings["ActivityPub Protocol Settings updated."] = "Se han actualizado los ajustes del protocolo ActivityPub.";
+App::$strings["The activitypub protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = "El protocolo ActivityPub no soporta la independencia de ubicación. Las conexiones que realice dentro de esa red pueden no ser accesibles desde ubicaciones de canales alternativos.";
+App::$strings["Deliver to ActivityPub recipients in privacy groups"] = "Entregar a los destinatarios de ActivityPub en grupos de canales";
+App::$strings["May result in a large number of mentions and expose all the members of your privacy group"] = "Puede resultar en un gran número de menciones y exponer a todos los miembros de su grupo de canales";
+App::$strings["Send multi-media HTML articles"] = "Enviar artículos multimedia en HTML";
+App::$strings["Not supported by some microblog services such as Mastodon"] = "No soportado por algunos servicios de microblog como Mastodon";
+App::$strings["Activitypub Protocol"] = "Protocolo Activitypub";
+App::$strings["Save Bookmarks"] = "Guardar en Marcadores";
+App::$strings["Random Planet App"] = "App Random Planet";
+App::$strings["Set a random planet from the Star Wars Empire as your location when posting"] = "Establecer un planeta aleatorio del Imperio de la Guerra de las Galaxias como su ubicación cuando publique.";
+App::$strings["Post to Dreamwidth"] = "Publicar en Dreamwidth";
+App::$strings["Source"] = "Fuente";
+App::$strings["Dreamwidth Crosspost Connector Settings saved."] = "Se han guardado los ajustes del conector de publicación cruzada Dreamwidth.";
+App::$strings["Dreamwidth username"] = "Nombre de usuario en Dreamwidth";
+App::$strings["Dreamwidth password"] = "Contraseña en Dreamwidth";
+App::$strings["Post to Dreamwidth by default"] = "Publicar en Dreamwidth de forma predeterminada";
+App::$strings["Add link to original post"] = "Añadir enlace a la entrada original";
+App::$strings["Link description (default:"] = "Descripción del enlace (por defecto: ";
+App::$strings["Dreamwidth Crosspost Connector"] = "Dreamwidth Crosspost Connector";
+App::$strings["Please install the statistics addon to be able to configure a diaspora relay"] = "Por favor, instale el complemento de estadísticas para poder configurar el reenvío de diaspora";
+App::$strings["Diaspora Relay Handle"] = "Gestionar el reenvío de Diaspora";
+App::$strings["Address of a diaspora relay. Example: relay@diasporarelay.tld"] = "La dirección de una transmisión de diaspora. Ejemplo: relay@diasporarelay.tld";
+App::$strings["Diaspora relay could not be imported"] = "El reenvío de Diaspora no ha podido ser importado";
+App::$strings["No subject"] = "Sin tema";
+App::$strings["No username found in import file."] = "No se ha encontrado el nombre de usuario en el fichero de importación.";
+App::$strings["Import completed."] = "Importación completada.";
+App::$strings["\$projectname"] = "\$projectname";
+App::$strings["%1\$s dislikes %2\$s's %3\$s"] = "a %1\$s no le gusta el %3\$s de %2\$s";
+App::$strings["%1\$s is attending %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s participa";
+App::$strings["%1\$s is not attending %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s no participa";
+App::$strings["%1\$s may attend %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s quizá participe";
+App::$strings["Diaspora Protocol Settings updated."] = "Los ajustes del protocolo de Diaspora se han actualizado.";
+App::$strings["The diaspora protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = "El protocolo de Diaspora no admite la independencia de la ubicación. Las conexiones que realice dentro de esa red pueden ser inaccesibles desde ubicaciones de canales alternativos.";
+App::$strings["Prevent your hashtags from being redirected to other sites"] = "Impedir que sus \"hashtags\" sean redirigidos a otros sitios ";
+App::$strings["Sign and forward posts and comments with no existing Diaspora signature"] = "Firmar y enviar entradas y comentarios sin firma de Diaspora";
+App::$strings["Followed hashtags (comma separated, do not include the #)"] = "\"Hashtags\" seguidos (separados por comas, sin incluir #)";
+App::$strings["Diaspora Protocol"] = "Protocolo Diaspora";
+App::$strings["Fuzzloc Settings updated."] = "Los ajustes de Fuzzloc se han actualizado.";
+App::$strings["Minimum offset in meters"] = "Offset mínimo en metros";
+App::$strings["Maximum offset in meters"] = "Offset máximo en metros";
+App::$strings["Fuzzy Location"] = "Fuzzy Location";
+App::$strings["QR code"] = "Código QR";
+App::$strings["QR Generator"] = "Generador QR";
+App::$strings["Enter some text"] = "Escribir algún texto";
+App::$strings["superblock settings updated"] = "se han actualizado los ajustes de superblock";
+App::$strings["Currently blocked"] = "Actualmente bloqueado";
+App::$strings["No channels currently blocked"] = "No hay canales bloqueados actualmente";
+App::$strings["Remove"] = "Eliminar";
+App::$strings["Block Completely"] = "Bloquear completamente";
+App::$strings["You're welcome."] = "Bienvenido.";
+App::$strings["Ah shucks..."] = "Ah, joder...";
+App::$strings["Don't mention it."] = "No lo menciones.";
+App::$strings["&lt;blush&gt;"] = "&lt;sonrojo&gt;";
+App::$strings["Save Settings"] = "Guardar ajustes";
+App::$strings["text to include in all outgoing posts from this site"] = "texto a incluir en todos los mensajes salientes de este sitio";
+App::$strings["Send test email"] = "Enviar un correo electrónico de prueba";
+App::$strings["Mail sent."] = "El correo electrónico ha sido enviado.";
+App::$strings["Sending of mail failed."] = "No se pudo enviar el correo.";
+App::$strings["Mail Test"] = "Prueba de correo";
+App::$strings["NSFW Settings saved."] = "Se han guardado los ajustes de NSFW.";
+App::$strings["This app looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Esta aplicación busca en los mensajes las palabras o texto que especifique a continuación, y oculta cualquier contenido que contenga esas palabras clave, para que no se muestren en momentos inapropiados, como insinuaciones sexuales que puedan ser inapropiadas en un entorno laboral. Es cortés y recomendable etiquetar cualquier contenido que contenga desnudos con #NSFW. Este filtro también puede coincidir con cualquier otra palabra o texto que especifique y, por lo tanto, puede utilizarse como filtro de contenido de propósito general.";
+App::$strings["Comma separated list of keywords to hide"] = "Lista separada por comas de palabras clave para ocultar";
+App::$strings["Word, /regular-expression/, lang=xx, lang!=xx"] = "Palabra, /expresión regular/, lang=xx, lang!=xx";
+App::$strings["NSFW"] = "NSFW";
+App::$strings["Possible adult content"] = "Posible contenido para adultos";
+App::$strings["%s - view"] = "ver - %s";
+App::$strings["Errors encountered deleting database table "] = "Errores encontrados al eliminar la tabla de la base de datos";
+App::$strings["Submit Settings"] = "Enviar los ajustes";
+App::$strings["Drop tables when uninstalling?"] = "¿Eliminar tablas al desinstalar?";
+App::$strings["If checked, the Rendezvous database tables will be deleted when the plugin is uninstalled."] = "Si se selecciona, las tablas de la base de datos Rendezvous se eliminarán cuando se desinstale el plugin.";
+App::$strings["Mapbox Access Token"] = "Token de acceso de Mapbox";
+App::$strings["If you enter a Mapbox access token, it will be used to retrieve map tiles from Mapbox instead of the default OpenStreetMap tile server."] = "Si introduce un token de acceso a Mapbox, se utilizará para recuperar los mapas de mosaicos de imágenes de Mapbox en lugar del servidor de mosaico de imágenes OpenStreetMap predeterminado.";
+App::$strings["Rendezvous"] = "Rendezvous";
+App::$strings["This identity has been deleted by another member due to inactivity. Please press the \"New identity\" button or refresh the page to register a new identity. You may use the same name."] = "Esta identidad ha sido eliminada por otro miembro debido a su inactividad. Pulse el botón \"Nueva identidad\" o actualice la página para registrar una nueva identidad. Puede usar el mismo nombre.";
+App::$strings["Welcome to Rendezvous!"] = "¡Bienvenido/a a Rendevous!";
+App::$strings["Enter your name to join this rendezvous. To begin sharing your location with the other members, tap the GPS control. When your location is discovered, a red dot will appear and others will be able to see you on the map."] = "Introduzca tu nombre para unirse a esta cita. Para comenzar a compartir su ubicación con los demás miembros, pulse en el control GPS. Cuando se descubra su ubicación, aparecerá un punto rojo y otros podrán verlo en el mapa.";
+App::$strings["Let's meet here"] = "Reunámonos aquí";
+App::$strings["Name"] = "Nombre";
+App::$strings["Description"] = "Descripción";
+App::$strings["New marker"] = "Nuevo marcador";
+App::$strings["Edit marker"] = "Editar un marcador";
+App::$strings["New identity"] = "Nueva identidad";
+App::$strings["Delete marker"] = "Eliminar un marcador";
+App::$strings["Delete member"] = "Eliminar un miembro";
+App::$strings["Edit proximity alert"] = "Editar alerta de proximidad";
+App::$strings["A proximity alert will be issued when this member is within a certain radius of you.<br><br>Enter a radius in meters (0 to disable):"] = "Se emitirá una alerta de proximidad cuando este miembro esté dentro de un radio determinado respecto a usted.<br><br> Ingrese el radio en metros (0 para deshabilitar):";
+App::$strings["distance"] = "distancia";
+App::$strings["Proximity alert distance (meters)"] = "Distancia (en metros) para la alerta de proximidad";
+App::$strings["A proximity alert will be issued when you are within a certain radius of the marker location.<br><br>Enter a radius in meters (0 to disable):"] = "Se emitirá una alerta de proximidad cuando usted esté dentro de un radio determinado respecto al marcador de localización.<br><br> Ingrese el radio en metros (0 para deshabilitar):";
+App::$strings["Marker proximity alert"] = "Marcador de alerta de proximidad";
+App::$strings["Reminder note"] = "Recordatorio";
+App::$strings["Enter a note to be displayed when you are within the specified proximity..."] = "Introduzca una nota que se mostrará cuando esté dentro de la proximidad especificada...";
+App::$strings["Add new rendezvous"] = "Añadir una nueva cita";
+App::$strings["Create a new rendezvous and share the access link with those you wish to invite to the group. Those who open the link become members of the rendezvous. They can view other member locations, add markers to the map, or share their own locations with the group."] = "Cree una nueva cita y comparta los enlaces de acceso con los que desea invitar al grupo. Aquellos que abran el enlace se convertirán en miembros de la cita. Pueden ver otras ubicaciones de miembros, añadir marcadores al mapa o compartir sus propias ubicaciones con el grupo.";
+App::$strings["You have no rendezvous. Press the button above to create a rendezvous!"] = "No tiene ninguna cita. ¡Presione el botón de arriba para crear una!";
+App::$strings["Errors encountered creating database tables."] = "Se han encontrado errores al crear las tablas de la base de datos.";
+App::$strings["You are now authenticated to pumpio."] = "Ahora está autenticado en pump.io.";
+App::$strings["return to the featured settings page"] = "Volver a la página de configuración destacada";
+App::$strings["Post to Pump.io"] = "Publicar en Pump.io";
+App::$strings["Pump.io Settings saved."] = "Se han guardado los ajustes de Pump.io";
+App::$strings["Pump.io servername"] = "Nombre del servidor de Pump.io";
+App::$strings["Without \"http://\" or \"https://\""] = "Sin \"http://\" or \"https://\"";
+App::$strings["Pump.io username"] = "Nombre de usuario en Pump.io";
+App::$strings["Without the servername"] = "Sin el nombre del servidor";
+App::$strings["You are not authenticated to pumpio"] = "No está autenticado en pump.io";
+App::$strings["(Re-)Authenticate your pump.io connection"] = "(Re-)Autenticar su conexión en pump.io";
+App::$strings["Post to pump.io by default"] = "Publicar por defecto en pump.io";
+App::$strings["Should posts be public"] = "¿Las entradas deben ser públicas?";
+App::$strings["Mirror all public posts"] = "Reflejar todos los mensajes públicos";
+App::$strings["Pump.io Crosspost Connector"] = "Pump.io Crosspost Connector";
+App::$strings["Post to WordPress"] = "Publicar en WordPress";
+App::$strings["Wordpress Settings saved."] = "Se han guardado los ajustes de WordPress.";
+App::$strings["WordPress username"] = "Nombre de usuario de WordPress";
+App::$strings["WordPress password"] = "Contraseña de WordPress";
+App::$strings["WordPress API URL"] = "URL de la API de WordPress";
+App::$strings["Typically https://your-blog.tld/xmlrpc.php"] = "Habitualmente https://your-blog.tld/xmlrpc.php";
+App::$strings["WordPress blogid"] = "Blog de WordPress";
+App::$strings["For multi-user sites such as wordpress.com, otherwise leave blank"] = "Para sitios multiusuario como wordpress.com, de lo contrario, dejar en blanco";
+App::$strings["Post to WordPress by default"] = "Publicar en WordPress por defecto";
+App::$strings["Forward comments (requires hubzilla_wp plugin)"] = "Reenviar comentarios (requerido por el plugin hubzilla_wp)";
+App::$strings["Wordpress Post"] = "Publicar en Wordpress";
+App::$strings["Edit Article"] = "Editar el artículo";
+App::$strings["Articles"] = "Artículos";
+App::$strings["View Articles"] = "Ver los artículos";
+App::$strings["Add Article"] = "Añadir un artículo";
+App::$strings["Profile Unavailable."] = "Perfil no disponible";
+App::$strings["Invalid channel"] = "Canal no válido";
+App::$strings["Error retrieving wiki"] = "Error al recuperar el wiki";
+App::$strings["Error creating zip file export folder"] = "Error al crear el fichero comprimido zip de la carpeta a exportar";
+App::$strings["Error downloading wiki: "] = "Error al descargar el wiki: ";
+App::$strings["Download"] = "Descargar";
+App::$strings["View"] = "Ver";
+App::$strings["Create New"] = "Crear";
+App::$strings["Wiki name"] = "Nombre del wiki";
+App::$strings["Content type"] = "Tipo de contenido";
+App::$strings["Type"] = "Tipo";
+App::$strings["Any&nbsp;type"] = "Cualquier&nbsp;tipo";
+App::$strings["Lock content type"] = "Tipo de contenido bloqueado";
+App::$strings["Create a status post for this wiki"] = "Crear un mensaje de estado para este wiki";
+App::$strings["Edit Wiki Name"] = "Editar el nombre del wiki";
+App::$strings["Wiki not found"] = "Wiki no encontrado";
+App::$strings["Rename page"] = "Renombrar la página";
+App::$strings["Error retrieving page content"] = "Error al recuperar el contenido de la página";
+App::$strings["New page"] = "Nueva página";
+App::$strings["Revision Comparison"] = "Comparación de revisiones";
+App::$strings["Revert"] = "Revertir";
+App::$strings["Short description of your changes (optional)"] = "Breve descripción de sus cambios (opcional)";
+App::$strings["New page name"] = "Nombre de la nueva página";
+App::$strings["Embed image from photo albums"] = "Incluir una imagen de los álbumes de fotos";
+App::$strings["Choose a different album"] = "Elegir un álbum diferente...";
+App::$strings["History"] = "Historial";
+App::$strings["Error creating wiki. Invalid name."] = "Error al crear el wiki: el nombre no es válido.";
+App::$strings["A wiki with this name already exists."] = "Ya hay un wiki con este nombre.";
+App::$strings["Wiki created, but error creating Home page."] = "Se ha creado el wiki, pero se ha producido un error al crear la página de inicio.";
+App::$strings["Error creating wiki"] = "Error al crear el wiki";
+App::$strings["Error updating wiki. Invalid name."] = "Error al actualizar el wiki. Nombre no válido.";
+App::$strings["Error updating wiki"] = "Error al actualizar el wiki";
+App::$strings["Wiki delete permission denied."] = "Se ha denegado el permiso para eliminar el wiki.";
+App::$strings["Error deleting wiki"] = "Se ha producido un error al eliminar el wiki";
+App::$strings["New page created"] = "Se ha creado la nueva página";
+App::$strings["Cannot delete Home"] = "No se puede eliminar la página principal";
+App::$strings["Current Revision"] = "Revisión actual";
+App::$strings["Selected Revision"] = "Revisión seleccionada";
+App::$strings["You must be authenticated."] = "Debe estar autenticado.";
+App::$strings["Add new page"] = "Añadir una nueva página";
+App::$strings["Options"] = "Opciones";
+App::$strings["Wiki updated successfully"] = "El wiki se ha actualizado con éxito";
+App::$strings["Wiki files deleted successfully"] = "Se han borrado con éxito los ficheros del wiki";
+App::$strings["(No Title)"] = "(Sin título)";
+App::$strings["Wiki page create failed."] = "Se ha producido un error en la creación de la página wiki.";
+App::$strings["Wiki not found."] = "No se ha encontrado el wiki.";
+App::$strings["Destination name already exists"] = "El nombre de destino ya existe";
+App::$strings["Page not found"] = "No se ha encontrado la página";
+App::$strings["Error reading page content"] = "Se ha producido un error al leer el contenido de la página";
+App::$strings["Error reading wiki"] = "Se ha producido un error al leer el wiki";
+App::$strings["Page update failed."] = "Se ha producido un error al actualizar la página.";
+App::$strings["Nothing deleted"] = "No se ha eliminado nada";
+App::$strings["Compare: object not found."] = "No se ha encontrado un objeto para comparar.";
+App::$strings["Page updated"] = "Se ha actualizado la página";
+App::$strings["Wiki resource_id required for git commit"] = "Se necesita Wiki resource_id para el git commit";
+App::$strings["__ctx:wiki_history__ Message"] = "Mensaje";
+App::$strings["Date"] = "Fecha";
+App::$strings["Compare"] = "Comparar";
+App::$strings["Wiki Pages"] = "Páginas del wiki";
+App::$strings["Page name"] = "Nombre de la página";
+App::$strings["Project Servers and Resources"] = "Servidores y recursos del proyecto";
+App::$strings["Project Creator and Tech Lead"] = "Creador del proyecto y director técnico";
+App::$strings["And the hundreds of other people and organisations who helped make the Hubzilla possible."] = "Y los cientos de personas y organizaciones más que ayudaron a hacer posible Hubzilla.";
+App::$strings["The Redmatrix/Hubzilla projects are provided primarily by volunteers giving their time and expertise - and often paying out of pocket for services they share with others."] = "Los proyectos Redmatrix / Hubzilla están proporcionados principalmente por voluntarios que les prestan su tiempo y experiencia, pagando a menudo de su bolsillo por los servicios que comparten con otros.";
+App::$strings["There is no corporate funding and no ads, and we do not collect and sell your personal information. (We don't control your personal information - <strong>you do</strong>.)"] = "No hay financiación corporativa ni publicidad y no recogemos ni vendemos su información personal. (De hecho, no tenemos control sobre sus datos privados. <Strong>Usted lo tiene</strong>.)";
+App::$strings["Help support our ground-breaking work in decentralisation, web identity, and privacy."] = "Ayude apoyando nuestro trabajo pionero en la descentralización, la identidad web, y la privacidad.";
+App::$strings["Your donations keep servers and services running and also helps us to provide innovative new features and continued development."] = "Sus donaciones mantienen servidores y servicios en ejecución y también nos ayudan a proporcionar nuevas características innovadoras y a mantener el desarrollo de forma continuada.";
+App::$strings["Donate"] = "Donar";
+App::$strings["Choose a project, developer, or public hub to support with a one-time donation"] = "Elija un proyecto, desarrollador, o \"hub\" público para apoyar con una donación de una sola vez";
+App::$strings["Donate Now"] = "Donar ahora";
+App::$strings["<strong><em>Or</em></strong> become a project sponsor (Hubzilla Project only)"] = "<strong><em>O</em></strong> convertirse en un patrocinador del proyecto (sólo del proyecto Hubzilla)";
+App::$strings["Please indicate if you would like your first name or full name (or nothing) to appear in our sponsor listing"] = "Por favor, indique si desea que su nombre de pila o el nombre completo (o nada) aparezca en nuestra lista de patrocinadores";
+App::$strings["Sponsor"] = "Patrocinador";
+App::$strings["Special thanks to: "] = "Agradecimiento especial a: ";
+App::$strings["Jabber BOSH host"] = "BOSH de Jabber";
+App::$strings["Use central userbase"] = "Usar la base de usuarios central";
+App::$strings["If enabled, members will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "Si está habilitado, los miembros se conectarán automáticamente a un servidor ejabberd que debe instalarse en esta máquina con credenciales sincronizadas a través del script \"auth ejabberd.php\".";
+App::$strings["XMPP settings updated."] = "Se han actualizado los ajustes de XMPP.";
+App::$strings["XMPP App"] = "App XMPP";
+App::$strings["Embedded XMPP (Jabber) client"] = "Cliente XMPP (Jabber) integrado";
+App::$strings["Individual credentials"] = "Credenciales individuales";
+App::$strings["Jabber BOSH server"] = "Servidor BOSH de Jabber";
+App::$strings["XMPP Settings"] = "Ajustes de XMPP";
+App::$strings["New registration"] = "Nuevo registro";
+App::$strings["%s : Message delivery failed."] = "%s : Falló el envío del mensaje.";
+App::$strings["Message sent to %s. New account registration: %s"] = "Mensaje enviado a %s. Registro de una nueva cuenta: %s";
+App::$strings["Post to GNU social"] = "Publicar en GNU social";
+App::$strings["Site name"] = "Nombre del sitio";
+App::$strings["API URL"] = "URL de la API";
+App::$strings["Consumer Secret"] = "Consumer Secret";
+App::$strings["Consumer Key"] = "Consumer Key";
+App::$strings["Application name"] = "Nombre de la aplicación";
+App::$strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Por favor, contacte con el administrador de su sitio.<br />La URL de la API proporcionada no es válida.";
+App::$strings["We could not contact the GNU social API with the Path you entered."] = "No podemos conectar con la API de GNU social con la ruta que ha proporcionado.";
+App::$strings["GNU social settings updated."] = "Se han guardado los ajustes de GNU social.";
+App::$strings["Globally Available GNU social OAuthKeys"] = "OAuthKeys globales de GNU social disponibles";
+App::$strings["There are preconfigured OAuth key pairs for some GNU social servers available. If you are using one of them, please use these credentials.<br />If not feel free to connect to any other GNU social instance (see below)."] = "Existen pares de claves OAuth preconfiguradas disponibles para algunos servidores libres de GNU social. Si está usando uno de ellos, utilice estas credenciales.<br />Si no se siente libre de conectarse a cualquier otra instancia de GNU social (vea a continuación).";
+App::$strings["Provide your own OAuth Credentials"] = "Proporcione sus propias credenciales de OAuth";
+App::$strings["No consumer key pair for GNU social found. Register your Hubzilla Account as an desktop client on your GNU social account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Hubzilla installation at your favourite GNU social installation."] = "No se ha encontrado un par de claves de consumidor para GNU social. Registre su cuenta de Hubzilla como un cliente de escritorio en su cuenta social GNU, copie el par de claves de consumidor aquí y escriba la dirección raíz de la API.<br />Antes de registrar su propio par de claves OAuth, pregunte al administrador si ya hay un par de claves para esta instalación de Hubzilla en su instalación GNU social favorita.";
+App::$strings["OAuth Consumer Key"] = "OAuth Consumer Key";
+App::$strings["OAuth Consumer Secret"] = "OAuth Consumer Secret";
+App::$strings["Base API Path"] = "Ruta base de la API";
+App::$strings["Remember the trailing /"] = "Recuerde la barra /";
+App::$strings["GNU social application name"] = "Nombre de la aplicación de GNU social";
+App::$strings["To connect to your GNU social account click the button below to get a security code from GNU social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU social."] = "Para conectarse a su cuenta de GNU social, haga clic en el botón de abajo para obtener un código de seguridad de GNU social que tiene que copiar en el cuadro de entrada a continuación y envíe el formulario. Solo sus <strong>entradas</strong> públicas aparecerán en GNU social.";
+App::$strings["Log in with GNU social"] = "Inicio de sesión en GNU social";
+App::$strings["Copy the security code from GNU social here"] = "Copiar aquí el código de seguridad de GNU social";
+App::$strings["Cancel Connection Process"] = "Cancelar el proceso de conexión";
+App::$strings["Current GNU social API is"] = "La API actual de GNU social es ";
+App::$strings["Cancel GNU social Connection"] = "Cancelar la conexión de GNU social";
+App::$strings["Currently connected to: "] = "Actualmente está conectado a: ";
+App::$strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to GNU social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Aviso</strong>: Debido a su configuración de privacidad (<em>Ocultar los detalles de su perfil a los visitantes desconocidos?</em>) el vínculo potencialmente incluido en las entradas públicas retransmitidas a GNU social llevará al visitante a una página en blanco que le informará de que el acceso a su perfil ha sido restringido.";
+App::$strings["Post to GNU social by default"] = "Publicar en GNU social por defecto";
+App::$strings["If enabled your public postings will be posted to the associated GNU-social account by default"] = "Si está activado, sus entradas públicas se publicarán en la cuenta GNU-social asociada de forma predeterminada";
+App::$strings["Clear OAuth configuration"] = "Limpiar la configuración de OAuth";
+App::$strings["GNU-Social Crosspost Connector"] = "GNU-Social Crosspost Connector";
+App::$strings["Not allowed."] = "No permitido/a.";
+App::$strings["Set/edit permissions"] = "Establecer/editar los permisos";
+App::$strings["Post to Livejournal"] = "Publicar en Livejournal";
+App::$strings["Posted by"] = "Publicado por ";
+App::$strings["Livejournal username"] = "Nombre de usuario en Livejournal";
+App::$strings["Livejournal password"] = "Contraseña en Livejournal";
+App::$strings["Post to Livejournal by default"] = "Publicar en Livejournal por defecto";
+App::$strings["Send wall-to-wall posts to Livejournal"] = "Enviar entradas de Muro-Muro a Livejournal";
+App::$strings["Livejournal Crosspost Connector"] = "Livejournal Crosspost Connector";
+App::$strings["Error: order mismatch. Please try again."] = "Error: desajuste de pedidos. Por favor, inténtelo de nuevo.";
+App::$strings["Manual payments are not enabled."] = "Los pagos manuales no están habilitados.";
+App::$strings["Order not found."] = "El pedido no se ha encontrado.";
+App::$strings["Finished"] = "Terminado";
+App::$strings["Enable Hubzilla Services Module"] = "Habilitar el Módulo de Servicios de Hubzilla";
+App::$strings["New Sku"] = "Nuevo SKU (número de referencia)";
+App::$strings["Cannot save edits to locked item."] = "No se pueden guardar las ediciones en el elemento bloqueado.";
+App::$strings["SKU not found."] = "No se ha encontrado el SKU";
+App::$strings["Invalid Activation Directive."] = "Directiva de activación no válida.";
+App::$strings["Invalid Deactivation Directive."] = "Directiva de desactivación no válida";
+App::$strings["Add to this privacy group"] = "Añadir a este grupo de canales";
+App::$strings["Set user service class"] = "Configurar la clase de servicio al usuario";
+App::$strings["You must be using a local account to purchase this service."] = "Usted debe estar usando una cuenta local para comprar este servicio.";
+App::$strings["Changes Locked"] = "Cambios bloqueados";
+App::$strings["Item available for purchase."] = "Artículo disponible para la compra.";
+App::$strings["Price"] = "Precio";
+App::$strings["Photo URL"] = "URL de la foto";
+App::$strings["Add buyer to privacy group"] = "Agregar comprador al grupo de canales";
+App::$strings["Add buyer as connection"] = "Añadir comprador como conexión";
+App::$strings["Set Service Class"] = "Establecer clase de servicio";
+App::$strings["Enable Subscription Management Module"] = "Habilitar el módulo de gestión de suscripciones";
+App::$strings["Cannot include subscription items with different terms in the same order."] = "No se pueden incluir artículos de suscripción con términos diferentes en el mismo orden.";
+App::$strings["Select Subscription to Edit"] = "Seleccione suscripción a editar";
+App::$strings["Edit Subscriptions"] = "Editar suscripciones";
+App::$strings["Subscription SKU"] = "SKU de la suscripción";
+App::$strings["Catalog Description"] = "Descripción del catálogo";
+App::$strings["Subscription available for purchase."] = "Suscripción disponible para la compra.";
+App::$strings["Maximum active subscriptions to this item per account."] = "Máximo de suscripciones activas a este artículo por cuenta.";
+App::$strings["Subscription price."] = "Precio de la suscripción.";
+App::$strings["Quantity"] = "Cuantía";
+App::$strings["Term"] = "Condición";
+App::$strings["Enable Paypal Button Module (API-v2)"] = "Habilitar el módulo de botones de Paypal (API-v2)";
+App::$strings["Use Production Key"] = "Utilizar clave en entorno de producción";
+App::$strings["Paypal Sandbox Client Key"] = "Clave de cliente en el entorno de pruebas de Paypal";
+App::$strings["Paypal Sandbox Secret Key"] = "Clave secreta en el entorno de pruebas de Paypal";
+App::$strings["Paypal Production Client Key"] = "Clave de cliente en el entorno de producción de Paypal";
+App::$strings["Paypal Production Secret Key"] = "Clave secreta en el entorno de producción de Paypal";
+App::$strings["Paypal button payments are not enabled."] = "Los pagos con el botón de Paypal no están habilitados.";
+App::$strings["Paypal button payments are not properly configured. Please choose another payment option."] = "Los pagos con el botón de Paypal no están configurados correctamente. Por favor, elija otra opción de pago.";
+App::$strings["Enable Paypal Button Module"] = "Habilitar el módulo del botón de Paypal";
+App::$strings["Enable Manual Cart Module"] = "Habilitar el módulo de carro manual";
+App::$strings["Enable Order/Item Options"] = "Habilitar las opciones de pedido/artículo";
+App::$strings["Label"] = "Etiqueta";
+App::$strings["Instructions"] = "Instrucciones";
+App::$strings["Access Denied."] = "Acceso denegado";
+App::$strings["Order Not Found"] = "No se ha encontrado el pedido";
+App::$strings["Access Denied"] = "Acceso denegado";
+App::$strings["Invalid Item"] = "Elemento no válido";
+App::$strings["DB Cleanup Failure"] = "Fallo de limpieza de la base de datos";
+App::$strings["[cart] Item Added"] = "[cesta] Artículo añadido";
+App::$strings["Order already checked out."] = "El pedido ya ha sido revisado";
+App::$strings["Drop database tables when uninstalling."] = "Eliminar tablas de la base de datos al desinstalar.";
+App::$strings["Cart Settings"] = "Configuración del carro de la compra";
+App::$strings["Shop"] = "Comprar";
+App::$strings["You must be logged into the Grid to shop."] = "Debe iniciar sesión en la red para comprar.";
+App::$strings["Access denied."] = "Acceso denegado";
+App::$strings["No Order Found"] = "No se ha encontrado ningún pedido";
+App::$strings["An unknown error has occurred Please start again."] = "Se ha producido un error desconocido Vuelva a empezar.";
+App::$strings["Requirements not met."] = "No se cumplen los requisitos.";
+App::$strings["Review your order and complete any needed requirements."] = "Revise su pedido y complete los requisitos necesarios.";
+App::$strings["Invalid Payment Type. Please start again."] = "Tipo de pago no válido. Por favor, empiece de nuevo.";
+App::$strings["Order not found"] = "El pedido no se ha encontrado";
+App::$strings["Enable Test Catalog"] = "Habilitar el catálogo de pruebas";
+App::$strings["Enable Manual Payments"] = "Permitir pagos manuales";
+App::$strings["Base Merchant Currency"] = "Divida base del vendedor";
+App::$strings["Post to Twitter"] = "Publicar en Twitter";
+App::$strings["Twitter settings updated."] = "Se han actualizado los ajustes de Twitter.";
+App::$strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "No se encontró ningún par de \"consumer key\" para Twitter. Póngase en contacto con el administrador del sitio.";
+App::$strings["At this Hubzilla instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "En esta instancia de Hubzilla, el complemento de Twitter estaba habilitado pero aún no ha conectado su cuenta a la cuenta de Twitter. Para ello, haga clic en el botón de abajo, para obtener un PIN de Twitter que debe copiar en el cuadro de entrada a continuación y enviar el formulario. Solo sus entradas <strong>públicas</ strong> se publicarán en Twitter.";
+App::$strings["Log in with Twitter"] = "Iniciar sesión en Twitter";
+App::$strings["Copy the PIN from Twitter here"] = "Copiar aquí el PIN de Twitter";
+App::$strings["<strong>Note:</strong> Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Aviso:</strong> Debido a su configuración de privacidad (<em>Ocultar los detalles de su perfil a los visitantes desconocidos?</em>), el enlace potencialmente incluido en las entradas públicas retransmitidas a Twitter llevará al visitante a una página en blanco informándolo de que el acceso a su perfil ha sido restringido.";
+App::$strings["Twitter post length"] = "Longitud del mensaje en Twitter";
+App::$strings["Maximum tweet length"] = "Longitud máxima del tweet";
+App::$strings["Send public postings to Twitter by default"] = "Enviar mensajes públicos a Twitter de forma predeterminada";
+App::$strings["If enabled your public postings will be posted to the associated Twitter account by default"] = "Si está activado, sus entradas públicas se publicarán en la cuenta de Twitter asociada de forma predeterminada.";
+App::$strings["Twitter Crosspost Connector"] = "Twitter Crosspost Connector";
+App::$strings["lonely"] = "Solo/a";
+App::$strings["drunk"] = "ebrio/a";
+App::$strings["horny"] = "caliente";
+App::$strings["stoned"] = "drogado/a";
+App::$strings["fucked up"] = "jodido/a";
+App::$strings["clusterfucked"] = "hecho/a polvo";
+App::$strings["crazy"] = "loco/a";
+App::$strings["hurt"] = "ofendido/a";
+App::$strings["sleepy"] = "soñoliento/a";
+App::$strings["grumpy"] = "gruñón/ona";
+App::$strings["high"] = "superior";
+App::$strings["semi-conscious"] = "semiconsciente";
+App::$strings["in love"] = "enamorado/a";
+App::$strings["in lust"] = "lujurioso/a";
+App::$strings["naked"] = "desnudo/a";
+App::$strings["stinky"] = "apestoso/a";
+App::$strings["sweaty"] = "sudoroso/a";
+App::$strings["bleeding out"] = "exánime";
+App::$strings["victorious"] = "victorioso/a";
+App::$strings["defeated"] = "derrotado/a";
+App::$strings["envious"] = "envidioso/a";
+App::$strings["jealous"] = "celoso/a";
+App::$strings["generic profile image"] = "imagen del perfil general";
+App::$strings["random geometric pattern"] = "patrón geométrico aleatorio";
+App::$strings["monster face"] = "cara de monstruo";
+App::$strings["computer generated face"] = "cara generada por ordenador";
+App::$strings["retro arcade style face"] = "cara de estilo retro arcade";
+App::$strings["Hub default profile photo"] = "Foto del perfil por defecto del hub";
+App::$strings["Information"] = "Información";
+App::$strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "El addon Libravatar también está instalado. Por favor deshabilite el addon de Libravatar o este addon de Gravatar.<br> El addon de Libravatar volverá a Gravatar si no se encuentra nada en Libravatar.";
+App::$strings["Default avatar image"] = "Imagen del avatar por defecto";
+App::$strings["Select default avatar image if none was found at Gravatar. See README"] = "Selecciona la imagen de avatar predeterminada si no se encontró ninguna en Gravatar. Ver README";
+App::$strings["Rating of images"] = "Valoración de las imágenes";
+App::$strings["Select the appropriate avatar rating for your site. See README"] = "Seleccione la valoración adecuada del avatar para su sitio. Ver README";
+App::$strings["Gravatar settings updated."] = "Se han actualizado los ajustes de Gravatar.";
+App::$strings["WYSIWYG status editor"] = "Editor de estado de WYSIWYG";
+App::$strings["WYSIWYG Status App"] = "App WYSIWYG Status";
+App::$strings["WYSIWYG Status"] = "Estado de WYSIWYG";
+App::$strings["Redmatrix File Storage Import"] = "Importar repositorio de ficheros de Redmatrix";
+App::$strings["This will import all your Redmatrix cloud files to this channel."] = "Esto importará todos sus ficheros de la nube de Redmatrix a este canal.";
+App::$strings["View Larger"] = "Ver más grande";
+App::$strings["Tile Server URL"] = "URL del servidor de mosaicos de imágenes ";
+App::$strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Una lista de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">servidores públicos de mosaicos de imágenes</a>";
+App::$strings["Nominatim (reverse geocoding) Server URL"] = "URL del servidor nominatim (geocodificación inversa)";
+App::$strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\">Nominatim servers</a>"] = "Una lista de <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\">servidores nominatim</a>";
+App::$strings["Default zoom"] = "Zoom predeterminado";
+App::$strings["The default zoom level. (1:world, 18:highest, also depends on tile server)"] = "El nivel de zoom predeterminado. (1: mundo, 18: el más alto, también depende del servidor del mosaico de imágenes)";
+App::$strings["Include marker on map"] = "Incluir un marcador en el mapa";
+App::$strings["Include a marker on the map."] = "Incluir un marcador en el mapa.";
+App::$strings["Workflow user."] = "Usuario de Workflow.";
+App::$strings["This channel"] = "Este canal";
+App::$strings["Primary"] = "Primario";
+App::$strings["Create New Workflow Item"] = "Crear un nuevo elemento de flujo de trabajo";
+App::$strings["Workflow"] = "Workflow";
+App::$strings["No Workflows Available"] = "No hay flujos de trabajo disponibles";
+App::$strings["Add item to which workflow"] = "A qué Workflow añadir un elemento";
+App::$strings["Create Workflow Item"] = "Crear elemento de Workflow";
+App::$strings["Link"] = "Enlazar";
+App::$strings["Web link."] = "Enlace Web.";
+App::$strings["Title"] = "Título";
+App::$strings["Brief description or title"] = "Breve descripción o título";
+App::$strings["Notes"] = "Notas";
+App::$strings["Notes and Info"] = "Notas e información";
+App::$strings["Priority"] = "Prioridad";
+App::$strings["Used to order links"] = "Se utiliza para solicitar enlaces";
+App::$strings["Body"] = "Cuerpo";
+App::$strings["Workflow Settings"] = "Ajustes de Workflow";
+App::$strings["Workflow settings"] = "Ajustes del flujo de trabajo";
+App::$strings["Some setting"] = "Algunos ajustes";
+App::$strings["A setting"] = "Un ajuste";
+App::$strings["Skeleton Settings"] = "Ajustes de Skeleton";
+App::$strings["bitchslap"] = "una bofetada humillante";
+App::$strings["bitchslapped"] = "ha abofeteado de forma humillante a";
+App::$strings["shag"] = "un polvo";
+App::$strings["shagged"] = "ha dejado exhausto/a a";
+App::$strings["patent"] = "una patente";
+App::$strings["patented"] = "ha patentado a";
+App::$strings["hug"] = "un abrazo";
+App::$strings["hugged"] = "ha abrazado a";
+App::$strings["murder"] = "un asesinato";
+App::$strings["murdered"] = "ha asesinado a";
+App::$strings["worship"] = "una alabanza";
+App::$strings["worshipped"] = "ha elogiado a";
+App::$strings["kiss"] = "un beso";
+App::$strings["kissed"] = "ha besado a";
+App::$strings["tempt"] = "una tentación";
+App::$strings["tempted"] = "ha tentado a";
+App::$strings["raise eyebrows at"] = "un levantamiento de cejas";
+App::$strings["raised their eyebrows at"] = "ha levantado las cejas a";
+App::$strings["insult"] = "un insulto";
+App::$strings["insulted"] = "ha insultado a";
+App::$strings["praise"] = "un elogio";
+App::$strings["praised"] = "ha elogiado a";
+App::$strings["be dubious of"] = "una indecisión";
+App::$strings["was dubious of"] = "estaba dudoso de";
+App::$strings["eat"] = "una comida";
+App::$strings["ate"] = "ha comido";
+App::$strings["giggle and fawn at"] = "una sonrisa aduladora";
+App::$strings["giggled and fawned at"] = "ha sonreído y adulado a";
+App::$strings["doubt"] = "una duda";
+App::$strings["doubted"] = "ha dudado de";
+App::$strings["glare"] = "una mirada furiosa";
+App::$strings["glared at"] = "ha mirado con furia";
+App::$strings["fuck"] = "una mierda";
+App::$strings["fucked"] = "ha mandado a la mierda a";
+App::$strings["bonk"] = "un golpe";
+App::$strings["bonked"] = "ha golpeado a";
+App::$strings["declare undying love for"] = "una declaración de amor eterno";
+App::$strings["declared undying love for"] = "ha declarado amor eterno a";
+App::$strings["Allow magic authentication only to websites of your immediate connections"] = "Permitir la autenticación mágica sólo a los sitios web de sus conexiones próximas";
+App::$strings["Authchoose"] = "Autoseleccionar";
+App::$strings["No server specified"] = "No se ha especificado ningún servidor";
+App::$strings["Posts imported"] = "Entradas importadas";
+App::$strings["Files imported"] = "Ficheros importados";
+App::$strings["Content Import"] = "Importación de contenidos";
+App::$strings["This will import all your conversations and cloud files from a cloned channel on another server. This may take a while if you have lots of posts and or files."] = "Esto importará todas sus conversaciones y archivos de nube de un canal clonado en otro servidor. El proceso puede tardar un poco si tiene muchos mensajes y/o ficheros.";
+App::$strings["Include posts"] = "Incluir entradas";
+App::$strings["Conversations, Articles, Cards, and other posted content"] = "Conversaciones, artículos, fichas y otros contenidos publicados";
+App::$strings["Include files"] = "Incluir ficheros";
+App::$strings["Files, Photos and other cloud storage"] = "Archivos, fotos y otro tipo de almacenamiento en la nube";
+App::$strings["Original Server base URL"] = "URL base del servidor original";
+App::$strings["Use markdown for editing posts"] = "Usar markdown para editar las entradas";
+App::$strings["Friendica Crosspost Connector Settings saved."] = "Se han guardado los ajustes del conector de publicación cruzada con Friendica.";
+App::$strings["Send public postings to Friendica by default"] = "Enviar entradas públicas a Friendica por defecto";
+App::$strings["Friendica API Path"] = "Ruta a la API de Friendica";
+App::$strings["Friendica login name"] = "Nombre de inicio de sesión en Friendica";
+App::$strings["Friendica password"] = "Contraseña de Friendica";
+App::$strings["Friendica Crosspost Connector"] = "Friendica Crosspost Connector";
+App::$strings["Post to Friendica"] = "Publicar en Friendica";
+App::$strings["An account has been created for you."] = "Se ha creado una cuenta para usted.";
+App::$strings["Authentication successful but rejected: account creation is disabled."] = "Autenticación correcta pero rechazada: la creación de cuentas está deshabilitada.";
+App::$strings["Federate"] = "Federar";
+App::$strings["nofed Settings saved."] = "Se han guardado los ajustes de nofed.";
+App::$strings["Federate posts by default"] = "Federar las publicaciones por defecto";
+App::$strings["No Federation"] = "No Federation";
+App::$strings["Photo Cache settings saved."] = "Se ha guardado la configuración de la caché de fotos.";
+App::$strings["Saves a copy of images from external sites locally to increase your anonymity in the web."] = "Guarde una copia de las imágenes de sitios externos localmente para aumentar su anonimato en la web.";
+App::$strings["Minimal photo size for caching"] = "Tamaño mínimo de la foto para el almacenamiento en caché";
+App::$strings["In pixels. From 1 up to 1024, 0 will be replaced with system default."] = "En píxeles. Desde 1 hasta 1024, 0 será reemplazado por el predeterminado del sistema.";
+App::$strings["Photo Cache"] = "Photo Cache";
+App::$strings["Gallery"] = "Galería";
+App::$strings["Photo Gallery"] = "Galería de fotos";
+App::$strings["Your Webbie:"] = "Su webbie: ";
+App::$strings["Fontsize (px):"] = "Tamaño de fuente (px): ";
+App::$strings["Link:"] = "Enlace: ";
+App::$strings["Like us on Hubzilla"] = "Múestrenos su agrado en Hubzilla";
+App::$strings["Embed:"] = "Incorporado: ";
+App::$strings["Three Dimensional Tic-Tac-Toe"] = "Juego en 3D Tic-Tac-Toe";
+App::$strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe";
+App::$strings["New game"] = "Nuevo juego";
+App::$strings["New game with handicap"] = "Nuevo juego con hándicap";
+App::$strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "El juego en 3D tic-tac-toe es como el juego tradicional, excepto que se juega en varios niveles simultáneamente.";
+App::$strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "En este caso hay tres niveles. Usted gana al conseguir tres en una fila en cualquier nivel, así como arriba, abajo, y en diagonal a través de los diferentes niveles.";
+App::$strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "El juego con hándicap deshabilita la posición central en el nivel medio porque el jugador que reclama este cuadrado a menudo tiene una ventaja injusta.";
+App::$strings["You go first..."] = "Usted va primero...";
+App::$strings["I'm going first this time..."] = "Yo voy primero esta vez...";
+App::$strings["You won!"] = "¡Usted ha ganado!";
+App::$strings["\"Cat\" game!"] = "¡El juego del \"gato\"!";
+App::$strings["I won!"] = "¡He ganado yo!";
+App::$strings["Create an account to access services and applications"] = "Crear una cuenta para acceder a los servicios y aplicaciones";
+App::$strings["Email or nickname"] = "Correo electrónico o apodo";
+App::$strings["Password"] = "Contraseña";
+App::$strings["Remember me"] = "Recordarme";
+App::$strings["Forgot your password?"] = "¿Olvidó su contraseña?";
+App::$strings["Password Reset"] = "Restablecer la contraseña";
+App::$strings["[\$Projectname] Website SSL error for %s"] = "[\$Projectname] Error SSL del sitio web en %s";
+App::$strings["Website SSL certificate is not valid. Please correct."] = "El certificado SSL del sitio web no es válido. Por favor, solucione el problema.";
+App::$strings["[\$Projectname] Cron tasks not running on %s"] = "[\$Projectname] Las tareas de Cron no están funcionando en %s";
+App::$strings["Cron/Scheduled tasks not running."] = "Las tareas del Planificador/Cron no están funcionando.";
+App::$strings["\$Projectname Notification"] = "Notificación de \$Projectname";
+App::$strings["Thank You,"] = "Gracias,";
+App::$strings["This email was sent by %1\$s at %2\$s."] = "Este email ha sido enviado por %1\$s a %2\$s.";
+App::$strings["To stop receiving these messages, please adjust your Notification Settings at %s"] = "Para dejar de recibir estos mensajes, por favor ajuste la configuración de notificación en %s";
+App::$strings["To stop receiving these messages, please adjust your %s."] = "Para dejar de recibir estos mensajes, por favor, ajuste su %s";
+App::$strings["Notification Settings"] = "Configuración de las notificaciones";
+App::$strings["%s <!item_type!>"] = "%s <!item_type!>";
+App::$strings["[\$Projectname:Notify] New direct message received at %s"] = "[\$Projectname:Aviso] Nuevo mensaje directo recibido en %s";
+App::$strings["%1\$s sent you a new direct message at %2\$s"] = "%1\$s le ha enviado un nuevo mensaje directo en %2\$s.";
+App::$strings["%1\$s sent you %2\$s."] = "%1\$s le ha enviado %2\$s.";
+App::$strings["a direct message"] = "un mensaje directo";
+App::$strings["Please visit %s to view and/or reply to your direct messages."] = "Por favor visite %s para ver y/o responder a su mensaje directo.";
+App::$strings["requested to comment on"] = "solicita comentar sobre ";
+App::$strings["commented on"] = "ha comentado sobre ";
+App::$strings["requested to like"] = "solicita que se permita mostrar agrado ";
+App::$strings["liked"] = "ha gustado de ";
+App::$strings["requested to dislike"] = "solicita que se permita mostrar desagrado ";
+App::$strings["disliked"] = "no ha gustado de ";
+App::$strings["voted on"] = "votado en ";
+App::$strings["%1\$s %2\$s [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s%2\$s [zrl=%3\$s ]un %4\$s[/zrl]";
+App::$strings["%1\$s %2\$s [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s %2\$s[zrl=%3\$s]%5\$s de %4\$s[/zrl]";
+App::$strings["%1\$s %2\$s [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s %2\$s [zrl=%3\$s]su %4\$s[/zrl]";
+App::$strings["[\$Projectname:Notify] Moderated Comment to conversation #%1\$d by %2\$s"] = "[\$Projectname:Aviso] Comentario moderado en la conversación #%1\$d por %2\$s";
+App::$strings["[\$Projectname:Notify] Comment to conversation #%1\$d by %2\$s"] = "[\$Projectname:Aviso] Nuevo comentario de %2\$s en la conversación #%1\$d";
+App::$strings["%1\$s commented on an item/conversation you have been following"] = "%1\$sha comentado un elemento/conversación que ha estado siguiendo.";
+App::$strings["Please visit %s to view and/or reply to the conversation."] = "Para ver o comentar la conversación, visite %s";
+App::$strings["Please visit %s to approve or reject this comment."] = "Por favor, visite %s para aprobar o rechazar este comentario.";
+App::$strings["[\$Projectname:Notify] Like received to conversation #%1\$d by %2\$s"] = "[\$Projectname:Aviso] \"Me gusta\" de %2\$s en la conversación #%1\$d";
+App::$strings["%1\$s liked an item/conversation you created"] = "A %1\$s le ha gustado un elemento o conversación que ha creado usted.";
+App::$strings["[\$Projectname:Notify] %s posted to your profile wall"] = "[\$Projectname:Aviso] %s ha publicado una entrada en su página de inicio del perfil (\"muro\")";
+App::$strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s ha publicado en su muro en %2\$s";
+App::$strings["%1\$s posted to [zrl=%2\$s]your wall[/zrl]"] = "%1\$sha publicado en [zrl=%2\$s]su muro[/zrl]";
+App::$strings["[\$Projectname:Notify] %s tagged you"] = "[\$Projectname:Aviso] %s le ha etiquetado";
+App::$strings["%1\$s tagged you at %2\$s"] = "%1\$sle ha etiquetado en %2\$s";
+App::$strings["%1\$s [zrl=%2\$s]tagged you[/zrl]."] = "%1\$s [zrl=%2\$s]le ha etiquetado[/zrl].";
+App::$strings["[\$Projectname:Notify] %1\$s poked you"] = "[\$Projectname:Aviso] %1\$s le ha dado un toque";
+App::$strings["%1\$s poked you at %2\$s"] = "%1\$sle ha dado un toque en %2\$s";
+App::$strings["%1\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s [zrl=%2\$s] le ha dado un toque[/zrl].";
+App::$strings["[\$Projectname:Notify] %s tagged your post"] = "[\$Projectname:Aviso] %s ha etiquetado su entrada";
+App::$strings["%1\$s tagged your post at %2\$s"] = "%1\$sha etiquetado su entrada en %2\$s";
+App::$strings["%1\$s tagged [zrl=%2\$s]your post[/zrl]"] = "%1\$s ha etiquetado [zrl=%2\$s]su entrada[/zrl]";
+App::$strings["[\$Projectname:Notify] Introduction received"] = "[\$Projectname:Aviso] Ha recibido una solicitud de conexión";
+App::$strings["You've received an new connection request from '%1\$s' at %2\$s"] = "Ha recibido una nueva solicitud de conexión de '%1\$s' en %2\$s";
+App::$strings["You've received [zrl=%1\$s]a new connection request[/zrl] from %2\$s."] = "Ha recibido [zrl=%1\$s]una nueva solicitud de conexión[/zrl] de %2\$s.";
+App::$strings["You may visit their profile at %s"] = "Puede visitar su perfil en %s";
+App::$strings["Please visit %s to approve or reject the connection request."] = "Por favor, visite %s para permitir o rechazar la solicitad de conexión.";
+App::$strings["[\$Projectname:Notify] Friend suggestion received"] = "[\$Projectname:Aviso] Ha recibido una sugerencia de conexión";
+App::$strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Ha recibido una sugerencia de amistad de '%1\$s' en %2\$s";
+App::$strings["You've received [zrl=%1\$s]a friend suggestion[/zrl] for %2\$s from %3\$s."] = "Ha recibido [zrl=%1\$s]una sugerencia de amistad[/zrl] para %2\$s de %3\$s.";
+App::$strings["Name:"] = "Nombre:";
+App::$strings["Photo:"] = "Foto:";
+App::$strings["Please visit %s to approve or reject the suggestion."] = "Por favor, visite %s para aprobar o rechazar la sugerencia.";
+App::$strings["[\$Projectname:Notify]"] = "[\$Projectname:Aviso]";
+App::$strings["created a new poll"] = "se ha creado una nueva encuesta";
+App::$strings["created a new post"] = "ha creado una nueva entrada";
+App::$strings["voted on %s's poll"] = "votado en la encuesta de %s";
+App::$strings["commented on %s's post"] = "ha comentado la entrada de %s";
+App::$strings["repeated %s's post"] = "repetida la entrada de %s";
+App::$strings["liked %s's post"] = "Le ha gustado la entrada de %s";
+App::$strings["disliked %s's post"] = "No le ha gustado la entrada de %s";
+App::$strings["shared a file with you"] = "compartió un archivo con usted";
+App::$strings["edited a post dated %s"] = "ha editado una entrada %s";
+App::$strings["edited a comment dated %s"] = "ha editado un comentario %s";
+App::$strings["added your channel"] = "añadió este canal a sus conexiones";
+App::$strings["sent you a direct message"] = "enviarle un mensaje directo";
+App::$strings["g A l F d"] = "g A l d F";
+App::$strings["[today]"] = "[hoy]";
+App::$strings["created an event"] = "se creó un evento";
+App::$strings["status verified"] = "estado verificado";
+App::$strings["Affinity Tool"] = "Herramienta de afinidad";
+App::$strings["Site Admin"] = "Administrador del sitio";
+App::$strings["Content Filter"] = "Filtro de contenido";
+App::$strings["Remote Diagnostics"] = "Diagnóstico remoto";
+App::$strings["Suggest Channels"] = "Sugerir canales";
+App::$strings["Channel Manager"] = "Administración de canales";
+App::$strings["Stream"] = "Stream";
+App::$strings["Mail"] = "Correo";
+App::$strings["Mood"] = "Estado de ánimo";
+App::$strings["Chat"] = "Chat";
+App::$strings["Probe"] = "Probar";
+App::$strings["Suggest"] = "Sugerir";
+App::$strings["Random Channel"] = "Canal aleatorio";
+App::$strings["Invite"] = "Invitar";
+App::$strings["Features"] = "Funcionalidades";
+App::$strings["Post"] = "Publicación";
+App::$strings["Notifications"] = "Notificaciones";
+App::$strings["Order Apps"] = "Ordenar las apps";
+App::$strings["CardDAV"] = "CardDAV";
+App::$strings["Channel Sources"] = "Orígenes de los contenidos del canal";
+App::$strings["Guest Access"] = "Acceso para invitados";
+App::$strings["OAuth Apps Manager"] = "Administrador de apps OAuth";
+App::$strings["OAuth2 Apps Manager"] = "Administrador de apps OAuth2";
+App::$strings["PDL Editor"] = "Editor PDL";
+App::$strings["Contact Roles"] = "Roles de contacto";
+App::$strings["Public Stream"] = "\"Stream\" público";
+App::$strings["My Chatrooms"] = "Mis salas de chat";
+App::$strings["Channel Export"] = "Exportar canal";
+App::$strings["Update"] = "Actualizar";
+App::$strings["Install"] = "Instalar";
+App::$strings["Purchase"] = "Comprar";
+App::$strings["Undelete"] = "Recuperar";
+App::$strings["Add to app-tray"] = "Añadir a la bandeja de aplicaciones";
+App::$strings["Remove from app-tray"] = "Quitar de la bandeja de aplicaciones";
+App::$strings["Pin to navbar"] = "Fijar en la barra de navegación";
+App::$strings["Unpin from navbar"] = "Quitar de la barra de navegación";
+App::$strings["Public"] = "Público";
+App::$strings["Anybody in the \$Projectname network"] = "Cualquiera en la red \$Projectname";
+App::$strings["Any account on %s"] = "Cualquier cuenta en %s";
+App::$strings["Any of my connections"] = "Cualquiera de mis conexiones";
+App::$strings["Only connections I specifically allow"] = "Sólo las conexiones que yo permita de forma explícita";
+App::$strings["Anybody authenticated (could include visitors from other networks)"] = "Cualquiera que esté autenticado (podría incluir a los visitantes de otras redes)";
+App::$strings["Any connections including those who haven't yet been approved"] = "Cualquier conexión incluyendo aquellas que aún no han sido aprobadas";
+App::$strings["This is your default setting for the audience of your normal stream, and posts."] = "Esta es la configuración predeterminada para su flujo (stream) habitual de publicaciones.";
+App::$strings["This is your default setting for who can view your default channel profile"] = "Esta es su configuración por defecto para establecer quién puede ver su perfil del canal predeterminado";
+App::$strings["This is your default setting for who can view your connections"] = "Este es su ajuste predeterminado para establecer quién puede ver sus conexiones";
+App::$strings["This is your default setting for who can view your file storage and photos"] = "Este es su ajuste predeterminado para establecer quién puede ver su repositorio de ficheros y sus fotos";
+App::$strings["This is your default setting for the audience of your webpages"] = "Este es el ajuste predeterminado para establecer la audiencia de sus páginas web";
+App::$strings["__ctx:permcat__ Default"] = "Predeterminado";
+App::$strings["Source code of failed update: "] = "Código fuente de la actualización fallida: ";
+App::$strings["Update Error at %s"] = "Error de actualización en %s";
+App::$strings["Update %s failed. See error logs."] = "La actualización %s ha fallado. Mire el informe de errores.";
+App::$strings["Channel is blocked on this site."] = "El canal está bloqueado en este sitio.";
+App::$strings["Channel location missing."] = "Falta la dirección del canal.";
+App::$strings["Remote channel or protocol unavailable."] = "Canal remoto o protocolo no disponible.";
+App::$strings["Channel discovery failed."] = "El intento de acceder al canal ha fallado.";
+App::$strings["Protocol disabled."] = "Protocolo deshabilitado.";
+App::$strings["Cannot connect to yourself."] = "No puede conectarse consigo mismo.";
+App::$strings["error saving data"] = "error guardando los datos";
+App::$strings["Restricted message"] = "Mensaje restringido";
+App::$strings["Direct message"] = "Mensaje directo";
+App::$strings["Public Policy"] = "Política pública";
+App::$strings["Privacy conflict. Discretion advised."] = "Conflicto de privacidad. Se aconseja discreción.";
+App::$strings["Admin Delete"] = "Eliminar admin";
+App::$strings["Save to Folder"] = "Guardar en carpeta";
+App::$strings["I will attend"] = "Participaré";
+App::$strings["I will not attend"] = "No participaré";
+App::$strings["I might attend"] = "Quizá participe";
+App::$strings["View all"] = "Ver todo";
+App::$strings["I like this (toggle)"] = "Me gusta (cambiar)";
+App::$strings["I don't like this (toggle)"] = "No me gusta esto (cambiar)";
+App::$strings["Reply on this comment"] = "Responder a este comentario";
+App::$strings["reply"] = "responder";
+App::$strings["Reply to"] = "Responder a ";
+App::$strings["Share This"] = "Compartir esto";
+App::$strings["share"] = "compartir";
+App::$strings["Delivery Report"] = "Informe de transmisión";
+App::$strings["%d Comment"] = array(
+ 0 => "%d comentario",
+ 1 => "%d comentarios",
+ 2 => "%d comentarios",
+);
+App::$strings["%d unseen"] = "%dno visto/a vistos/as";
+App::$strings["Forum"] = "Foro";
+App::$strings["to"] = "a";
+App::$strings["via"] = "mediante";
+App::$strings["Wall-to-Wall"] = "De página del perfil a página del perfil (de \"muro\" a \"muro\")";
+App::$strings["via Wall-To-Wall:"] = "Mediante el procedimiento página del perfil a página del perfil (de \"muro\" a \"muro\")";
+App::$strings["Attend"] = "Participar o asistir";
+App::$strings["Attendance Options"] = "Opciones de participación o asistencia";
+App::$strings["Voting Options"] = "Opciones de votación";
+App::$strings["Go to previous comment"] = "Ir al comentario anterior";
+App::$strings["Pinned post"] = "Entradas ancladas";
+App::$strings["Add to Calendar"] = "Añadir al calendario";
+App::$strings["Mark all seen"] = "Marcar todo como visto";
+App::$strings["__ctx:noun__ Likes"] = "Me gusta";
+App::$strings["__ctx:noun__ Dislikes"] = "No me gusta";
+App::$strings["This is you"] = "Este es usted";
+App::$strings["Image"] = "Imagen";
+App::$strings["Insert Link"] = "Insertar enlace";
+App::$strings["Video"] = "Vídeo";
+App::$strings["Your full name (required)"] = "Su nombre completo (requerido)";
+App::$strings["Your email address (required)"] = "Su dirección de correo electrónico (requerido)";
+App::$strings["Your website URL (optional)"] = "La URL de su sitio web (opcional)";
+App::$strings["Unable to verify channel signature"] = "No ha sido posible de verificar la firma del canal";
+App::$strings["Likes %1\$s's %2\$s"] = "Gusta de %2\$sde %1\$s";
+App::$strings["Doesn't like %1\$s's %2\$s"] = "No le gusta %2\$sde %1\$s";
+App::$strings["Will attend %s's event"] = "Asistirá al evento de %s";
+App::$strings["Will not attend %s's event"] = "No asistirá al evento de %s";
+App::$strings["May attend %s's event"] = "Puede asistir al evento de %s";
+App::$strings["May not attend %s's event"] = "Puede no asistir al evento de %s";
+App::$strings["Unable to verify site signature for %s"] = "No ha sido posible de verificar la firma del sitio para %s";
+App::$strings["Directory Options"] = "Opciones del directorio";
+App::$strings["Safe Mode"] = "Modo seguro";
+App::$strings["Public Forums Only"] = "Solo foros públicos";
+App::$strings["This Website Only"] = "Solo este sitio web";
+App::$strings["Missing room name"] = "Sala de chat sin nombre";
+App::$strings["Duplicate room name"] = "Nombre de sala duplicado.";
+App::$strings["Invalid room specifier."] = "Especificador de sala no válido.";
+App::$strings["Room not found."] = "Sala no encontrada.";
+App::$strings["Room is full"] = "La sala está llena.";
+App::$strings["0. Beginner/Basic"] = "0. Principiante/Básico";
+App::$strings["1. Novice - not skilled but willing to learn"] = "1. Novato: no cualificado, pero dispuesto a aprender";
+App::$strings["2. Intermediate - somewhat comfortable"] = "2. Intermedio - algo cómodo";
+App::$strings["3. Advanced - very comfortable"] = "3. Avanzado - muy cómodo";
+App::$strings["4. Expert - I can write computer code"] = "4. Experto - Puedo escribir código informático";
+App::$strings["5. Wizard - I probably know more than you do"] = "5. Colaborador - probablemente sé más que tú";
+App::$strings["A deleted privacy group with this name was revived. Existing item permissions <strong>may</strong> apply to this privacy group and any future members. If this is not what you intended, please create another privacy group with a different name."] = "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos que ya existen sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente.";
+App::$strings["Select a privacy group"] = "Seleccionar un grupo privado de canales";
+App::$strings["Social Networking"] = "Redes sociales";
+App::$strings["Social - Federation"] = "Social - Federación";
+App::$strings["Social - Mostly Public"] = "Social - Público en su mayor parte";
+App::$strings["Social - Restricted"] = "Social - Restringido";
+App::$strings["Social - Private"] = "Social - Privado";
+App::$strings["Community Forum"] = "Foro de discusión";
+App::$strings["Forum - Mostly Public"] = "Foro - Público en su mayor parte";
+App::$strings["Forum - Restricted"] = "Foro - Restringido";
+App::$strings["Forum - Private"] = "Foro - Privado";
+App::$strings["Feed Republish"] = "Republicar un \"feed\"";
+App::$strings["Feed - Mostly Public"] = "Feed - Público en su mayor parte";
+App::$strings["Feed - Restricted"] = "Feed - Restringido";
+App::$strings["Special Purpose"] = "Propósito especial";
+App::$strings["Special - Celebrity/Soapbox"] = "Especial - Celebridad / Tribuna improvisada";
+App::$strings["Special - Group Repository"] = "Especial - Repositorio de grupo";
+App::$strings["Custom/Expert Mode"] = "Modo personalizado/experto";
+App::$strings["Personal"] = "Personales";
+App::$strings["Community forum"] = "Foro de discusión";
+App::$strings["Custom"] = "Personalizado";
+App::$strings["Can view my channel stream and posts"] = "Pueden verse la actividad y publicaciones de mi canal";
+App::$strings["Can send me their channel stream and posts"] = "Se me pueden enviar entradas y contenido de un canal";
+App::$strings["Can view my default channel profile"] = "Puede verse mi perfil de canal predeterminado.";
+App::$strings["Can view my connections"] = "Pueden verse mis conexiones";
+App::$strings["Can view my file storage and photos"] = "Pueden verse mi repositorio de ficheros y mis fotos";
+App::$strings["Can upload/modify my file storage and photos"] = "Se pueden subir / modificar elementos en mi repositorio de ficheros y fotos";
+App::$strings["Can view my channel webpages"] = "Pueden verse las páginas personales de mi canal";
+App::$strings["Can view my wiki pages"] = "Pueden verse mis páginas wiki";
+App::$strings["Can create/edit my channel webpages"] = "Pueden crearse / modificarse páginas personales en mi canal";
+App::$strings["Can write to my wiki pages"] = "Se pueden modificar las páginas de mi wiki";
+App::$strings["Can post on my channel (wall) page"] = "Pueden crearse entradas en mi página de inicio del canal (“muro”)";
+App::$strings["Can comment on or like my posts"] = "Pueden publicarse comentarios en mis publicaciones o marcar mis entradas con 'me gusta'.";
+App::$strings["Can send me direct messages"] = "Se me pueden enviar mensajes privados";
+App::$strings["Can like/dislike profiles and profile things"] = "Se puede mostrar agrado o desagrado (Me gusta / No me gusta) en mis perfiles y sus distintos apartados";
+App::$strings["Can chat with me"] = "Se puede chatear conmigo";
+App::$strings["Can source/mirror my public posts in derived channels"] = "Pueden utilizarse mis entradas públicas en canales derivados";
+App::$strings["Can administer my channel"] = "Se puede administrar mi canal";
+App::$strings["Tasks"] = "Tareas";
+App::$strings["Click to show more"] = "Hacer clic para ver más";
+App::$strings["App Collections"] = "Colección de aplicaciones";
+App::$strings["Installed apps"] = "Aplicaciones instaladas";
+App::$strings["Available Apps"] = "Aplicaciones disponibles";
+App::$strings["Rating Tools"] = "Valoraciones";
+App::$strings["Rate Me"] = "Valorar este canal";
+App::$strings["View Ratings"] = "Mostrar las valoraciones";
+App::$strings["New network activity notifications"] = "Avisos de nueva actividad en la red";
+App::$strings["Network stream"] = "Stream de la red";
+App::$strings["Mark all notifications read"] = "Marcar todas las notificaciones como leídas";
+App::$strings["Show new posts only"] = "Mostrar solo las entradas nuevas";
+App::$strings["Filter by name or address"] = "Filtrar por nombre o dirección";
+App::$strings["New home activity notifications"] = "Avisos de nueva actividad en su página principal";
+App::$strings["Home stream"] = "Stream de su página principal";
+App::$strings["Mark all notifications seen"] = "Marcar todas las notificaciones como vistas";
+App::$strings["Direct Messages"] = "Mensajes directos";
+App::$strings["New direct messages notifications"] = "Nuevas notificaciones de mensajes directos";
+App::$strings["Direct messages stream"] = "Stream de mensajes directos";
+App::$strings["Events"] = "Eventos";
+App::$strings["New events notifications"] = "Avisos de nuevos eventos";
+App::$strings["View events"] = "Ver los eventos";
+App::$strings["Mark all events seen"] = "Marcar todos los eventos como leidos";
+App::$strings["New Connections"] = "Nuevas conexiones";
+App::$strings["New connections notifications"] = "Avisos de nuevas conexiones";
+App::$strings["View all connections"] = "Ver todas las conexiones";
+App::$strings["New files notifications"] = "Avisos de nuevos ficheros";
+App::$strings["Notices"] = "Avisos";
+App::$strings["View all notices"] = "Ver todos los avisos";
+App::$strings["Mark all notices seen"] = "Marcar como leídos todos los avisos";
+App::$strings["Registrations"] = "Registros";
+App::$strings["New registrations notifications"] = "Notificaciones de nuevos registros";
+App::$strings["New public stream notifications"] = "Nuevos avisos del stream público";
+App::$strings["Public stream"] = "\"Stream\" público";
+App::$strings["Sorry, you have got no notifications at the moment"] = "Lo sentimos, por el momento no ha recibido ninguna notificación";
+App::$strings["Bookmarked Chatrooms"] = "Salas de chat preferidas";
+App::$strings["Overview"] = "Resumen";
+App::$strings["Add new guest"] = "Añadir un nuevo invitado";
+App::$strings["Guest access"] = "Acceso para invitados";
+App::$strings["Profile Creation"] = "Creación de perfiles";
+App::$strings["Upload profile photo"] = "Cargar la foto del perfil";
+App::$strings["Upload cover photo"] = "Cargar la foto de portada del perfil";
+App::$strings["Find and Connect with others"] = "Encontrar y conectarse con otros";
+App::$strings["View the directory"] = "Ver el directorio";
+App::$strings["View friend suggestions"] = "Ver sugerencias de amistad";
+App::$strings["Manage your connections"] = "Gestionar sus conexiones";
+App::$strings["Communicate"] = "Comunicarse";
+App::$strings["View your channel homepage"] = "Ver la página principal de su canal";
+App::$strings["View your network stream"] = "Ver el \"stream\" de su red";
+App::$strings["Documentation"] = "Documentación";
+App::$strings["Missing Features?"] = "¿Faltan Características?";
+App::$strings["Pin apps to navigation bar"] = "Fijar apps a la barra de navegación";
+App::$strings["Install more apps"] = "Instalar más apps";
+App::$strings["View public stream"] = "Ver el \"stream\" público";
+App::$strings["New Member Links"] = "Enlaces para nuevos miembros";
+App::$strings["Ignore/Hide"] = "Ignorar/Ocultar";
+App::$strings["Suggestions"] = "Sugerencias";
+App::$strings["See more..."] = "Ver más...";
+App::$strings["Public and restricted messages"] = "Mensajes públicos y restringidos";
+App::$strings["Direct messages"] = "Mensajes directos";
+App::$strings["Starred messages"] = "Entradas preferidas";
+App::$strings["No messages"] = "Sin mensajes";
+App::$strings["Unseen"] = "No visto";
+App::$strings["Toggle post editor"] = "Alternar editor de entradas";
+App::$strings["Toggle personal notes"] = "Alternar notas personales";
+App::$strings["Channel activities"] = "Actividades del canal";
+App::$strings["View Photo"] = "Ver foto";
+App::$strings["Edit Album"] = "Editar álbum";
+App::$strings["Upload"] = "Subir";
+App::$strings["I agree"] = "Estoy de acuerdo";
+App::$strings["I disagree"] = "No estoy de acuerdo";
+App::$strings["I abstain"] = "Me abstengo";
+App::$strings["View %s's profile - %s"] = "Ver el perfil de %s - %s";
+App::$strings["Don't show"] = "No mostrar";
+App::$strings["You have %1$.0f of %2$.0f allowed connections."] = "Tiene %1$.0f de %2$.0f conexiones permitidas.";
+App::$strings["Add New Connection"] = "Añadir nueva conexión";
+App::$strings["Enter channel address"] = "Dirección del canal";
+App::$strings["Examples: bob@example.com, https://example.com/barbara"] = "Ejemplos: manuel@ejemplo.com, https://ejemplo.com/carmen";
+App::$strings["Read mode"] = "Modo lectura";
+App::$strings["Edit mode"] = "Modo edición";
+App::$strings["Editing"] = "Editar";
+App::$strings["Saving"] = "Guardar";
+App::$strings["Saved"] = "Guardado";
App::$strings["Commented Date"] = "Fecha de los comentarios";
App::$strings["Order by last commented date"] = "Ordenar por la última fecha de los comentarios";
App::$strings["Posted Date"] = "Fecha de publicación";
@@ -1630,14 +1940,24 @@ App::$strings["Order by last posted date"] = "Ordenar por la ultima fecha de pub
App::$strings["Date Unthreaded"] = "Sin enhebrar por fecha";
App::$strings["Order unthreaded by date"] = "Ordenar sin enhebrar por fecha";
App::$strings["Stream Order"] = "Orden del stream";
-App::$strings["Add new guest"] = "Añadir un nuevo invitado";
-App::$strings["Guest access"] = "Acceso para invitados";
-App::$strings["Archives"] = "Hemeroteca";
-App::$strings["View Photo"] = "Ver foto";
-App::$strings["Edit Album"] = "Editar álbum";
-App::$strings["Upload"] = "Subir";
-App::$strings["Tasks"] = "Tareas";
-App::$strings["Chat Members"] = "Miembros del chat";
+App::$strings["Show direct (private) messages"] = "Mostrar mensajes (privados) directos";
+App::$strings["Show posts that include events"] = "Mostrar entradas que incluyan eventos";
+App::$strings["Polls"] = "Encuestas";
+App::$strings["Show posts that include polls"] = "Mostrar entradas que incluyan encuestas";
+App::$strings["Show posts related to the %s privacy group"] = "Mostrar entradas relacionadas con el grupo %s";
+App::$strings["Show my privacy groups"] = "Mostrar mis grupos de canales";
+App::$strings["Show posts to this forum"] = "Mostrar las entradas en este foro";
+App::$strings["Show forums"] = "Mostrar los foros";
+App::$strings["Starred Posts"] = "Entradas preferidas";
+App::$strings["Show posts that I have starred"] = "Mostrar entradas que he señalado como preferidas";
+App::$strings["Personal Posts"] = "Entradas personales";
+App::$strings["Show posts that mention or involve me"] = "Mostrar entradas que me mencionen o involucren";
+App::$strings["Show posts that I have filed to %s"] = "Mostrar las entradas que he enviado a %s";
+App::$strings["Show filed post categories"] = "Mostrar los temas de las entradas archivadas";
+App::$strings["Panel search"] = "Panel de búsqueda";
+App::$strings["Filter by name"] = "Filtrar por nombre";
+App::$strings["Remove active filter"] = "Eliminar el filtro activo";
+App::$strings["Stream Filters"] = "Filtros del stream";
App::$strings["Welcome"] = "Bienvenido/a";
App::$strings["No recent activities"] = "No hay actividades recientes";
App::$strings["__ctx:noun__ new connection"] = array(
@@ -1650,21 +1970,38 @@ App::$strings["__ctx:noun__ notice"] = array(
1 => "avisos",
2 => "avisos",
);
-App::$strings["I will attend"] = "Participaré";
-App::$strings["I will not attend"] = "No participaré";
-App::$strings["I might attend"] = "Quizá participe";
-App::$strings["I agree"] = "Estoy de acuerdo";
-App::$strings["I disagree"] = "No estoy de acuerdo";
-App::$strings["I abstain"] = "Me abstengo";
-App::$strings["Share This"] = "Compartir esto";
-App::$strings["share"] = "compartir";
-App::$strings["View %s's profile - %s"] = "Ver el perfil de %s - %s";
-App::$strings["via"] = "mediante";
-App::$strings["Attendance Options"] = "Opciones de participación o asistencia";
-App::$strings["Voting Options"] = "Opciones de votación";
-App::$strings["Pinned post"] = "Entradas ancladas";
-App::$strings["Don't show"] = "No mostrar";
+App::$strings["Me"] = "Yo";
+App::$strings["Family"] = "Familia";
+App::$strings["Acquaintances"] = "Conocidos/as";
+App::$strings["All"] = "Todos/as";
+App::$strings["Refresh"] = "Recargar";
+App::$strings["Site"] = "Sitio";
+App::$strings["Accounts"] = "Cuentas";
+App::$strings["Member registrations waiting for confirmation"] = "Inscripciones de nuevos miembros pendientes de aprobación";
+App::$strings["Security"] = "Seguridad";
+App::$strings["Addons"] = "Addons";
+App::$strings["Themes"] = "Temas";
+App::$strings["Inspect queue"] = "Examinar la cola";
+App::$strings["Queueworker"] = "Queueworker - Trabajador de cola";
+App::$strings["Profile Fields"] = "Campos del perfil";
+App::$strings["DB updates"] = "Actualizaciones de la base de datos";
+App::$strings["Logs"] = "Informes";
+App::$strings["Addon Features"] = "Características del addon";
+App::$strings["Add new role"] = "Añadir nuevo rol";
+App::$strings["Contact roles"] = "Roles del contacto";
+App::$strings["Role members"] = "Miembros del rol";
App::$strings["__ctx:widget__ Activity"] = "Actividad";
+App::$strings["photo/image"] = "foto/imagen";
+App::$strings["Remove term"] = "Eliminar término";
+App::$strings["Chat Members"] = "Miembros del chat";
+App::$strings["Suggested Chatrooms"] = "Salas de chat sugeridas";
+App::$strings["App Categories"] = "Categorías de aplicaciones";
+App::$strings["Account settings"] = "Configuración de la cuenta";
+App::$strings["Channel settings"] = "Configuración del canal";
+App::$strings["Privacy settings"] = "Ajustes de privacidad";
+App::$strings["Display settings"] = "Ajustes de visualización";
+App::$strings["Manage locations"] = "Gestión de ubicaciones (clones) del canal";
+App::$strings["Archives"] = "Hemeroteca";
App::$strings["Select Channel"] = "Seleccionar un canal";
App::$strings["Read-write"] = "Lectura y escritura";
App::$strings["Read-only"] = "Sólo lectura";
@@ -1687,148 +2024,136 @@ App::$strings["Addressbook Name"] = "Nombre de la agenda";
App::$strings["Addressbook Tools"] = "Gestión de agendas de direcciones";
App::$strings["Import addressbook"] = "Importar una agenda de direcciones";
App::$strings["Select an addressbook to import to"] = "Seleccionar una agenda para importarla";
-App::$strings["Remove term"] = "Eliminar término";
-App::$strings["Suggested Chatrooms"] = "Salas de chat sugeridas";
-App::$strings["Account settings"] = "Configuración de la cuenta";
-App::$strings["Channel settings"] = "Configuración del canal";
-App::$strings["Privacy settings"] = "Ajustes de privacidad";
-App::$strings["Display settings"] = "Ajustes de visualización";
-App::$strings["Manage locations"] = "Gestión de ubicaciones (clones) del canal";
-App::$strings["Overview"] = "Resumen";
-App::$strings["Ignore/Hide"] = "Ignorar/Ocultar";
-App::$strings["Suggestions"] = "Sugerencias";
-App::$strings["See more..."] = "Ver más...";
-App::$strings["Bookmarked Chatrooms"] = "Salas de chat preferidas";
-App::$strings["App Categories"] = "Categorías de aplicaciones";
-App::$strings["Toggle post editor"] = "Alternar editor de entradas";
-App::$strings["Toggle personal notes"] = "Alternar notas personales";
-App::$strings["Channel activities"] = "Actividades del canal";
-App::$strings["Add new role"] = "Añadir nuevo rol";
-App::$strings["Contact roles"] = "Roles del contacto";
-App::$strings["Role members"] = "Miembros del rol";
-App::$strings["photo/image"] = "foto/imagen";
-App::$strings["Site"] = "Sitio";
-App::$strings["Accounts"] = "Cuentas";
-App::$strings["Member registrations waiting for confirmation"] = "Inscripciones de nuevos miembros pendientes de aprobación";
-App::$strings["Security"] = "Seguridad";
-App::$strings["Features"] = "Funcionalidades";
-App::$strings["Addons"] = "Addons";
-App::$strings["Themes"] = "Temas";
-App::$strings["Inspect queue"] = "Examinar la cola";
-App::$strings["Queueworker"] = "Queueworker - Trabajador de cola";
-App::$strings["Profile Fields"] = "Campos del perfil";
-App::$strings["DB updates"] = "Actualizaciones de la base de datos";
-App::$strings["Logs"] = "Informes";
-App::$strings["Addon Features"] = "Características del addon";
-App::$strings["Direct Messages"] = "Mensajes directos";
-App::$strings["Show direct (private) messages"] = "Mostrar mensajes (privados) directos";
-App::$strings["Events"] = "Eventos";
-App::$strings["Show posts that include events"] = "Mostrar entradas que incluyan eventos";
-App::$strings["Polls"] = "Encuestas";
-App::$strings["Show posts that include polls"] = "Mostrar entradas que incluyan encuestas";
-App::$strings["Show posts related to the %s privacy group"] = "Mostrar entradas relacionadas con el grupo %s";
-App::$strings["Show my privacy groups"] = "Mostrar mis grupos de canales";
-App::$strings["Show posts to this forum"] = "Mostrar las entradas en este foro";
-App::$strings["Show forums"] = "Mostrar los foros";
-App::$strings["Starred Posts"] = "Entradas preferidas";
-App::$strings["Show posts that I have starred"] = "Mostrar entradas que he señalado como preferidas";
-App::$strings["Personal Posts"] = "Entradas personales";
-App::$strings["Show posts that mention or involve me"] = "Mostrar entradas que me mencionen o involucren";
-App::$strings["Show posts that I have filed to %s"] = "Mostrar las entradas que he enviado a %s";
-App::$strings["Show filed post categories"] = "Mostrar los temas de las entradas archivadas";
-App::$strings["Panel search"] = "Panel de búsqueda";
-App::$strings["Filter by name"] = "Filtrar por nombre";
-App::$strings["Remove active filter"] = "Eliminar el filtro activo";
-App::$strings["Stream Filters"] = "Filtros del stream";
-App::$strings["App Collections"] = "Colección de aplicaciones";
-App::$strings["Installed apps"] = "Aplicaciones instaladas";
-App::$strings["Available Apps"] = "Aplicaciones disponibles";
App::$strings["Add new group"] = "Añadir nuevo grupo";
App::$strings["Privacy groups"] = "Grupos de canales";
-App::$strings["Rating Tools"] = "Valoraciones";
-App::$strings["Rate Me"] = "Valorar este canal";
-App::$strings["View Ratings"] = "Mostrar las valoraciones";
-App::$strings["Click to show more"] = "Hacer clic para ver más";
-App::$strings["You have %1$.0f of %2$.0f allowed connections."] = "Tiene %1$.0f de %2$.0f conexiones permitidas.";
-App::$strings["Add New Connection"] = "Añadir nueva conexión";
-App::$strings["Enter channel address"] = "Dirección del canal";
-App::$strings["Examples: bob@example.com, https://example.com/barbara"] = "Ejemplos: manuel@ejemplo.com, https://ejemplo.com/carmen";
-App::$strings["Public and restricted messages"] = "Mensajes públicos y restringidos";
-App::$strings["Direct messages"] = "Mensajes directos";
-App::$strings["Starred messages"] = "Entradas preferidas";
-App::$strings["Notices"] = "Avisos";
-App::$strings["No messages"] = "Sin mensajes";
-App::$strings["Unseen"] = "No visto";
-App::$strings["Filter by name or address"] = "Filtrar por nombre o dirección";
-App::$strings["Profile Creation"] = "Creación de perfiles";
-App::$strings["Upload profile photo"] = "Cargar la foto del perfil";
-App::$strings["Upload cover photo"] = "Cargar la foto de portada del perfil";
-App::$strings["Find and Connect with others"] = "Encontrar y conectarse con otros";
-App::$strings["View the directory"] = "Ver el directorio";
-App::$strings["View friend suggestions"] = "Ver sugerencias de amistad";
-App::$strings["Manage your connections"] = "Gestionar sus conexiones";
-App::$strings["Communicate"] = "Comunicarse";
-App::$strings["View your channel homepage"] = "Ver la página principal de su canal";
-App::$strings["View your network stream"] = "Ver el \"stream\" de su red";
-App::$strings["Documentation"] = "Documentación";
-App::$strings["Missing Features?"] = "¿Faltan Características?";
-App::$strings["Pin apps to navigation bar"] = "Fijar apps a la barra de navegación";
-App::$strings["Install more apps"] = "Instalar más apps";
-App::$strings["View public stream"] = "Ver el \"stream\" público";
-App::$strings["New Member Links"] = "Enlaces para nuevos miembros";
-App::$strings["Read mode"] = "Modo lectura";
-App::$strings["Edit mode"] = "Modo edición";
-App::$strings["Editing"] = "Editar";
-App::$strings["Saving"] = "Guardar";
-App::$strings["Saved"] = "Guardado";
-App::$strings["Me"] = "Yo";
-App::$strings["Family"] = "Familia";
-App::$strings["Acquaintances"] = "Conocidos/as";
-App::$strings["All"] = "Todos/as";
-App::$strings["Refresh"] = "Recargar";
-App::$strings["New network activity notifications"] = "Avisos de nueva actividad en la red";
-App::$strings["Network stream"] = "Stream de la red";
-App::$strings["Mark all notifications read"] = "Marcar todas las notificaciones como leídas";
-App::$strings["Show new posts only"] = "Mostrar solo las entradas nuevas";
-App::$strings["New home activity notifications"] = "Avisos de nueva actividad en su página principal";
-App::$strings["Home stream"] = "Stream de su página principal";
-App::$strings["Mark all notifications seen"] = "Marcar todas las notificaciones como vistas";
-App::$strings["New direct messages notifications"] = "Nuevas notificaciones de mensajes directos";
-App::$strings["Direct messages stream"] = "Stream de mensajes directos";
-App::$strings["New events notifications"] = "Avisos de nuevos eventos";
-App::$strings["View events"] = "Ver los eventos";
-App::$strings["Mark all events seen"] = "Marcar todos los eventos como leidos";
-App::$strings["New Connections"] = "Nuevas conexiones";
-App::$strings["New connections notifications"] = "Avisos de nuevas conexiones";
-App::$strings["View all connections"] = "Ver todas las conexiones";
-App::$strings["New files notifications"] = "Avisos de nuevos ficheros";
-App::$strings["View all notices"] = "Ver todos los avisos";
-App::$strings["Mark all notices seen"] = "Marcar como leídos todos los avisos";
-App::$strings["Registrations"] = "Registros";
-App::$strings["New registrations notifications"] = "Notificaciones de nuevos registros";
-App::$strings["Public Stream"] = "\"Stream\" público";
-App::$strings["New public stream notifications"] = "Nuevos avisos del stream público";
-App::$strings["Public stream"] = "\"Stream\" público";
-App::$strings["Sorry, you have got no notifications at the moment"] = "Lo sentimos, por el momento no ha recibido ninguna notificación";
-App::$strings["This channel is limited to %d tokens"] = "Este canal tiene un límite de %d tokens";
-App::$strings["Name and Password are required."] = "Se requiere el nombre y la contraseña.";
-App::$strings["Token saved."] = "Token salvado.";
-App::$strings["Use this form to create temporary access identifiers to share things with non-members. These identities may be used in privacy groups and visitors may login using these credentials to access private content."] = "Utilice este formulario para crear identificadores de acceso temporal para compartir cosas con los no miembros. Estas identidades se pueden usar en los grupos de canales y así los visitantes pueden iniciar sesión, utilizando estas credenciales, para acceder a su contenido privado.";
-App::$strings["Please select a role for this guest!"] = "Por favor, seleccione un rol para este invitado";
-App::$strings["Select a role for this guest"] = "Seleccione un rol para este invitado";
-App::$strings["Guest Access"] = "Acceso para invitados";
-App::$strings["Login Name"] = "Nombre de inicio de sesión";
-App::$strings["Login Password"] = "Contraseña de inicio de sesión";
-App::$strings["Expires (yyyy-mm-dd)"] = "Expira (aaaa-mm-dd)";
-App::$strings["File not found."] = "Fichero no encontrado.";
-App::$strings["Can not copy folder into itself."] = "No se puede copiar la carpeta en sí misma.";
-App::$strings["Can not move folder \"%s\" into itself."] = "No se puede mover la carpeta\"%s\" en sí misma.";
+App::$strings["Change filename to"] = "Cambiar el nombre de archivo a ";
+App::$strings["Select a target location"] = "Seleccionar un lugar de destino ";
+App::$strings["Copy to target location"] = "Copiar a la ubicación de destino";
+App::$strings["Set permissions for all files and sub folders"] = "Establecer los permisos para todos los ficheros y subcarpetas";
+App::$strings["Notify your contacts about this file"] = "Advertir a sus contactos sobre este archivo";
+App::$strings["File category"] = "Categoría del fichero";
+App::$strings["Total"] = "Total";
+App::$strings["Shared"] = "Compartido";
+App::$strings["Add Files"] = "Añadir ficheros";
+App::$strings["Last Modified"] = "Última modificación";
+App::$strings["parent"] = "padre";
+App::$strings["Copy/paste this code to attach file to a post"] = "Copiar/pegar este código para adjuntar el fichero al envío";
+App::$strings["Copy/paste this URL to link file from a web page"] = "Copiar/pegar esta dirección para enlazar el fichero desde una página web";
+App::$strings["Select All"] = "Seleccionar todo";
+App::$strings["Bulk Actions"] = "Acciones a gran escala";
+App::$strings["Adjust Permissions"] = "Ajustar permisos";
+App::$strings["Move or Copy"] = "Mover o copiar";
+App::$strings["Info"] = "Información";
+App::$strings["Rename"] = "Renombrar";
+App::$strings["Attachment BBcode"] = "Adjuntar código BBcode";
+App::$strings["Embed BBcode"] = "Código BBcode incorporado";
+App::$strings["Link BBcode"] = "Enlace BBcode";
+App::$strings["You are using %1\$s of your available file storage."] = "Está usando %1\$s de su espacio disponible para ficheros.";
+App::$strings["You are using %1\$s of %2\$s available file storage. (%3\$s&#37;)"] = "Está usando %1\$s de %2\$s que tiene a su disposición para ficheros. (%3\$s&#37;)";
+App::$strings["WARNING:"] = "ATENCIÓN: ";
+App::$strings["Create new folder"] = "Crear nueva carpeta";
+App::$strings["Upload file"] = "Subir fichero";
+App::$strings["Drop files here to immediately upload"] = "Arrastre los ficheros aquí para subirlos de forma inmediata";
+App::$strings["Show in your contacts shared folder"] = "Mostrar en la carpeta compartida con sus contactos";
+App::$strings["You can select files via the upload button or drop them right here or into an existing folder."] = "Puede seleccionar los archivos a través del botón de subir o soltarlos aquí mismo o en una carpeta existente.";
+App::$strings["Invalid item."] = "Elemento no válido.";
+App::$strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
+App::$strings["Item sync completed!"] = "¡Sincronización de artículos completada!";
+App::$strings["Item sync completed but no items were found!"] = "¡Sincronización de artículos completada pero no se ha encontrado ningún artículo!";
+App::$strings["File sync completed!"] = "¡Sincronización de archivos completada!";
+App::$strings["File sync completed but no files were found!"] = "¡La sincronización de archivos se ha completado pero no se ha encontrado ningún archivo!";
+App::$strings["Channel clone status"] = "Estado de clonación del canal";
+App::$strings["Item sync status"] = "Estado de sincronización de artículos";
+App::$strings["File sync status"] = "Estado de sincronización de archivos";
+App::$strings["Channel cloning completed!"] = "Clonación del canal completada.";
+App::$strings["Resume"] = "Reanudar";
+App::$strings["Only resume if sync stalled!"] = "Sólo se reanuda si la sincronización se estanca.";
+App::$strings["Public access denied."] = "Acceso público denegado.";
+App::$strings["Malformed message id."] = "ID de mensaje malformado.";
+App::$strings["Reset form"] = "Reiniciar el formulario";
+App::$strings["You must enable javascript for your browser to be able to view this content."] = "Debe habilitar javascript para poder ver este contenido en su navegador.";
+App::$strings["Article"] = "Artículo";
+App::$strings["Item has been removed."] = "Se ha eliminado el elemento.";
+App::$strings["Image uploaded but image cropping failed."] = "Imagen actualizada, pero el recorte de la imagen ha fallado. ";
+App::$strings["Cover Photos"] = "Imágenes de portada del perfil";
+App::$strings["Image resize failed."] = "El ajuste del tamaño de la imagen ha fallado.";
+App::$strings["Image upload failed."] = "La carga de la imagen ha fallado.";
+App::$strings["Unable to process image."] = "No ha sido posible procesar la imagen.";
+App::$strings["Photo not available."] = "Foto no disponible.";
+App::$strings["Your cover photo may be visible to anybody on the internet"] = "La foto de la portada puede ser visible para cualquiera en Internet";
+App::$strings["Upload File:"] = "Subir fichero:";
+App::$strings["Select a profile:"] = "Seleccionar un perfil:";
+App::$strings["Change Cover Photo"] = "Cambiar la foto de portada del perfil";
+App::$strings["Use a photo from your albums"] = "Usar una foto de sus álbumes";
+App::$strings["Select existing photo"] = "Seleccionar una foto";
+App::$strings["Crop Image"] = "Recortar imagen";
+App::$strings["Please adjust the image cropping for optimum viewing."] = "Por favor ajuste el recorte de la imagen para una visión óptima.";
+App::$strings["Done Editing"] = "Edición completada";
+App::$strings["Page link"] = "Enlace de la página";
+App::$strings["Edit Webpage"] = "Editar la página web";
+App::$strings["Private forum"] = "Foro privado";
+App::$strings["Public forum"] = "Foro público";
+App::$strings["Import Webpage Elements"] = "Importar elementos de una página web";
+App::$strings["Import selected"] = "Importar elementos seleccionados";
+App::$strings["Export Webpage Elements"] = "Exportar elementos de una página web";
+App::$strings["Export selected"] = "Exportar los elementos seleccionados";
+App::$strings["Actions"] = "Acciones";
+App::$strings["Page Link"] = "Vínculo de la página";
+App::$strings["Page Title"] = "Título de página";
+App::$strings["Created"] = "Creado";
+App::$strings["Edited"] = "Editado";
+App::$strings["Invalid file type."] = "Tipo de fichero no válido.";
+App::$strings["Error opening zip file"] = "Error al abrir el fichero comprimido zip";
+App::$strings["Invalid folder path."] = "La ruta de la carpeta no es válida.";
+App::$strings["No webpage elements detected."] = "No se han detectado elementos de ninguna página web.";
+App::$strings["Import complete."] = "Importación completada.";
+App::$strings["%s element installed"] = "%s elemento instalado";
+App::$strings["%s element installation failed"] = "Elemento con instalación fallida: %s";
+App::$strings["Name is required"] = "El nombre es obligatorio";
+App::$strings["Key and Secret are required"] = "\"Key\" y \"Secret\" son obligatorios";
+App::$strings["Add application"] = "Añadir aplicación";
+App::$strings["Name of application"] = "Nombre de la aplicación";
+App::$strings["Automatically generated - change if desired. Max length 20"] = "Generado automáticamente - si lo desea, cámbielo. Longitud máxima: 20";
+App::$strings["Redirect"] = "Redirigir";
+App::$strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI de redirección - dejar en blanco a menos que su aplicación específicamente lo requiera";
+App::$strings["Icon url"] = "Dirección del icono";
+App::$strings["Optional"] = "Opcional";
+App::$strings["Application not found."] = "Aplicación no encontrada.";
+App::$strings["Connected OAuth Apps"] = "Apps OAuth conectadas";
+App::$strings["Client key starts with"] = "La \"client key\" empieza por";
+App::$strings["No name"] = "Sin nombre";
+App::$strings["Remove authorization"] = "Eliminar autorización";
App::$strings["No such group"] = "No se encuentra el grupo";
App::$strings["No such channel"] = "No se encuentra el canal";
App::$strings["Search Results For:"] = "Buscar resultados para:";
-App::$strings["Reset form"] = "Reiniciar el formulario";
App::$strings["Privacy group is empty"] = "El grupo de canales está vacío";
App::$strings["Privacy group: "] = "Grupo de canales: ";
+App::$strings["Installed Apps"] = "Apps instaladas";
+App::$strings["Manage Apps"] = "Administrar apps";
+App::$strings["Create Custom App"] = "Crear una app personalizada";
+App::$strings["Post repeated"] = "Entrada repetida";
+App::$strings["No service class restrictions found."] = "No se han encontrado restricciones sobre esta clase de servicio.";
+App::$strings["No valid account found."] = "No se ha encontrado una cuenta válida.";
+App::$strings["Password reset request issued. Check your email."] = "Se ha recibido una solicitud de restablecimiento de contraseña. Consulte su correo electrónico.";
+App::$strings["Site Member (%s)"] = "Usuario del sitio (%s)";
+App::$strings["Password reset requested at %s"] = "Se ha solicitado restablecer la contraseña en %s";
+App::$strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La solicitud no ha podido ser verificada. (Puede que la haya enviado con anterioridad) El restablecimiento de la contraseña ha fallado.";
+App::$strings["Your password has been reset as requested."] = "Su contraseña ha sido restablecida según lo solicitó.";
+App::$strings["Your new password is"] = "Su nueva contraseña es";
+App::$strings["Save or copy your new password - and then"] = "Guarde o copie su nueva contraseña - y después";
+App::$strings["click here to login"] = "pulse aquí para conectarse";
+App::$strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Puede cambiar la contraseña en la página <em>Ajustes</em> una vez iniciada la sesión.";
+App::$strings["Your password has changed at %s"] = "Su contraseña en %s ha sido cambiada";
+App::$strings["Forgot your Password?"] = "¿Ha olvidado su contraseña?";
+App::$strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Introduzca y envíe su dirección de correo electrónico para el restablecimiento de su contraseña. Luego revise su correo para obtener más instrucciones.";
+App::$strings["Email Address"] = "Dirección de correo electrónico";
+App::$strings["Reset"] = "Reiniciar";
+App::$strings["Channel removals are not allowed within 48 hours of changing the account password."] = "La eliminación de canales no está permitida hasta pasadas 48 horas desde el último cambio de contraseña.";
+App::$strings["Remove Channel"] = "Eliminar el canal";
+App::$strings["WARNING: "] = "ATENCIÓN:";
+App::$strings["This channel will be permanently removed. "] = "Este canal será eliminado permanentemente. ";
+App::$strings["This action can not be undone!"] = "¡Esta acción no se puede deshacer!";
+App::$strings["Please enter your password for verification:"] = "Por favor, introduzca su contraseña para su verificación:";
App::$strings["Not a zip file or zip file corrupted."] = "No es un archivo zip o un archivo zip corrupto.";
App::$strings["Import Items"] = "Importar elementos";
App::$strings["Use this form to import existing posts and content from an export file."] = "Utilice este formulario para importar entradas y contenido desde un archivo de exportación.";
@@ -1841,30 +2166,137 @@ App::$strings["Channel calendar import 2/2 completed"] = "Importación del calen
App::$strings["Menu import completed"] = "Importación de menús completada";
App::$strings["Wiki import completed"] = "Importación de wikis completada";
App::$strings["Webpages import completed"] = "Importación de páginas web completada";
-App::$strings["Nothing to import."] = "No hay nada para importar.";
-App::$strings["Unable to download data from old server"] = "No se han podido descargar datos de su antiguo servidor";
-App::$strings["Your service plan only allows %d channels."] = "Su paquete de servicios solo permite %d canales.";
-App::$strings["No channel. Import failed."] = "No hay canal. La importación ha fallado";
-App::$strings["Automatic content and files import was not possible due to API version incompatiblity. Please import content and files manually!"] = "La importación automática de contenidos y archivos no fue posible debido a la incompatibilidad de la versión de la API. Por favor, importe el contenido y los archivos manualmente.";
-App::$strings["You must be logged in to use this feature."] = "Debe estar registrado para poder usar esta funcionalidad.";
-App::$strings["Channel Import"] = "Importar canal";
-App::$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."] = "Emplee este formulario para importar un canal desde un servidor/hub diferente. Puede recuperar el canal desde el antiguo servidor/hub a través de la red o proporcionando un fichero de exportación.";
-App::$strings["Or provide the old server/hub details"] = "O proporcione los detalles de su antiguo servidor/hub";
-App::$strings["Your old identity address (xyz@example.com)"] = "Su identidad en el antiguo servidor (canal@ejemplo.com)";
-App::$strings["Your old login email address"] = "Su antigua dirección de correo electrónico";
-App::$strings["Your old login password"] = "Su antigua contraseña";
-App::$strings["Import your items and files (limited by available memory)"] = "Importar sus artículos y archivos (limitado por la memoria disponible)";
-App::$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 cualquiera de las opciones, elija si hacer de este servidor su nueva dirección primaria, o si su antigua dirección debe continuar con este papel. Usted podrá publicar desde cualquier ubicación, pero sólo una puede estar marcada como la ubicación principal para los ficheros, fotos y otras imágenes o vídeos.";
-App::$strings["Make this hub my primary location"] = "Convertir este servidor en mi ubicación primaria";
-App::$strings["Move this channel (disable all previous locations)"] = "Mover este canal (desactivar todas las ubicaciones anteriores)";
-App::$strings["Use this channel nickname instead of the one provided"] = "Usa este alias de canal en lugar del que se proporciona";
-App::$strings["Leave blank to keep your existing channel nickname. You will be randomly assigned a similar nickname if either name is already allocated on this site."] = "Dejar en blanco para mantener su alias de canal . Se le asignará aleatoriamente uno similar si cualquiera de los dos nombres ya está asignado en este sitio.";
-App::$strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "Este proceso puede tardar varios minutos en completarse. Por favor envíe el formulario una sola vez y mantenga esta página abierta hasta que termine.";
-App::$strings["You must be logged in to see this page."] = "Debe haber iniciado sesión para poder ver esta página.";
+App::$strings["This site is not a directory server"] = "Este sitio no es un servidor de directorio";
+App::$strings["New"] = "Nuevas";
+App::$strings["No more system notifications."] = "No hay más notificaciones del sistema";
+App::$strings["System Notifications"] = "Notificaciones del sistema";
App::$strings["Update to Hubzilla 5.0 step 2"] = "Actualizar a Hubzilla 5.0. Paso 2";
App::$strings["To complete the update please run"] = "Para completar la actualización, ejecutar ";
App::$strings["php util/z6convert.php"] = "php util/z6convert.php";
App::$strings["from the terminal."] = "desde la terminal.";
+App::$strings["Thing updated"] = "Elemento actualizado.";
+App::$strings["Object store: failed"] = "Guardar objeto: ha fallado";
+App::$strings["Thing added"] = "Elemento añadido";
+App::$strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
+App::$strings["Show Thing"] = "Mostrar elemento";
+App::$strings["item not found."] = "elemento no encontrado.";
+App::$strings["Edit Thing"] = "Editar elemento";
+App::$strings["Select a profile"] = "Seleccionar un perfil";
+App::$strings["Post an activity"] = "Publicar una actividad";
+App::$strings["Only sends to viewers of the applicable profile"] = "Sólo enviar a espectadores del perfil pertinente.";
+App::$strings["Name of thing e.g. something"] = "Nombre del elemento, p. ej.:. \"algo\"";
+App::$strings["URL of thing (optional)"] = "Dirección del elemento (opcional)";
+App::$strings["URL for photo of thing (optional)"] = "Dirección para la foto o elemento (opcional)";
+App::$strings["Add Thing to your Profile"] = "Añadir alguna cosa a su perfil";
+App::$strings["Account removals are not allowed within 48 hours of changing the account password."] = "La eliminación de cuentas no está permitida hasta después de que hayan transcurrido 48 horas desde el último cambio de contraseña.";
+App::$strings["Remove This Account"] = "Eliminar esta cuenta";
+App::$strings["This account and all its channels will be completely removed from the network. "] = "Esta cuenta y todos sus canales van a ser eliminados de la red.";
+App::$strings["This action is permanent and can not be undone!"] = "¡Esta acción tiene carácter definitivo y no se puede deshacer!";
+App::$strings["Remove Account"] = "Eliminar cuenta";
+App::$strings["This channel is limited to %d tokens"] = "Este canal tiene un límite de %d tokens";
+App::$strings["Name and Password are required."] = "Se requiere el nombre y la contraseña.";
+App::$strings["Token saved."] = "Token salvado.";
+App::$strings["Use this form to create temporary access identifiers to share things with non-members. These identities may be used in privacy groups and visitors may login using these credentials to access private content."] = "Utilice este formulario para crear identificadores de acceso temporal para compartir cosas con los no miembros. Estas identidades se pueden usar en los grupos de canales y así los visitantes pueden iniciar sesión, utilizando estas credenciales, para acceder a su contenido privado.";
+App::$strings["Please select a role for this guest!"] = "Por favor, seleccione un rol para este invitado";
+App::$strings["Select a role for this guest"] = "Seleccione un rol para este invitado";
+App::$strings["Login Name"] = "Nombre de inicio de sesión";
+App::$strings["Login Password"] = "Contraseña de inicio de sesión";
+App::$strings["Expires (yyyy-mm-dd)"] = "Expira (aaaa-mm-dd)";
+App::$strings["Layout updated."] = "Plantilla actualizada.";
+App::$strings["Edit System Page Description"] = "Editor del Sistema de Descripción de Páginas";
+App::$strings["(modified)"] = "(modificado)";
+App::$strings["Layout not found."] = "Plantilla no encontrada";
+App::$strings["Module Name:"] = "Nombre del módulo:";
+App::$strings["Layout Help"] = "Ayuda para el diseño de plantillas de página";
+App::$strings["Edit another layout"] = "Editar otro diseño";
+App::$strings["System layout"] = "Diseño del sistema";
+App::$strings["Continue"] = "Continuar";
+App::$strings["Premium Channel Setup"] = "Configuración del canal premium";
+App::$strings["Enable premium channel connection restrictions"] = "Habilitar restricciones de conexión del canal premium";
+App::$strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Por favor introduzca sus restricciones o condiciones, como recibo de paypal, normas de uso, etc.";
+App::$strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Este canal puede requerir antes de conectar unos pasos adicionales o el conocimiento de las siguientes condiciones:";
+App::$strings["Potential connections will then see the following text before proceeding:"] = "Las posibles conexiones verán, por tanto, el siguiente texto antes de proceder:";
+App::$strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Al continuar, certifico que he cumplido con todas las instrucciones proporcionadas en esta página.";
+App::$strings["(No specific instructions have been provided by the channel owner.)"] = "(No ha sido proporcionada ninguna instrucción específica por el propietario del canal.)";
+App::$strings["Restricted or Premium Channel"] = "Canal premium o restringido";
+App::$strings["Deprecated!"] = "¡Obsoleto!";
+App::$strings["File not found."] = "Fichero no encontrado.";
+App::$strings["Permission Denied."] = "Permiso denegado";
+App::$strings["Edit file permissions"] = "Modificar los permisos del fichero";
+App::$strings["Include all files and sub folders"] = "Incluir todos los ficheros y subcarpetas";
+App::$strings["Return to file list"] = "Volver a la lista de ficheros";
+App::$strings["Share this file"] = "Compartir este fichero";
+App::$strings["Show URL to this file"] = "Mostrar la dirección de este fichero";
+App::$strings["Account not found."] = "No se ha encontrado la cuenta.";
+App::$strings["Multifactor Verification"] = "Verificación multifactorial";
+App::$strings["Please enter the verification key from your authenticator app"] = "Introducir la clave de verificación de su aplicación de autenticación";
+App::$strings["Verify"] = "Verficar";
+App::$strings["Invalid abook_id"] = "Abook_id no válido";
+App::$strings["Could not access contact record."] = "No se ha podido acceder al registro de contacto.";
+App::$strings["Could not locate selected profile."] = "No se ha podido localizar el perfil seleccionado.";
+App::$strings["is now connected to"] = "ahora está conectado/a";
+App::$strings["Contact Tools"] = "Gestión de contactos";
+App::$strings["Approve this contact"] = "Aprobar este contacto";
+App::$strings["Accept contact to allow communication"] = "Aceptar el contacto para permitir la comunicación";
+App::$strings["Please select a role for this contact!"] = "¡Por favor, seleccione un rol para este contacto!";
+App::$strings["This contact is unreachable from this location."] = "Este contacto es inaccesible desde esta ubicación.";
+App::$strings["This contact may be unreachable from other channel locations."] = "Este contacto puede ser inaccesible desde otras ubicaciones del canal.";
+App::$strings["Location independence is not supported by their network."] = "La independencia de ubicación no es compatible con su red.";
+App::$strings["View profile"] = "Ver el perfil";
+App::$strings["This is a group/forum channel"] = "Este es un canal de grupo/foro";
+App::$strings["Select a role for this contact"] = "Selecciones un rol para este contacto";
+App::$strings["Slide to adjust your degree of friendship"] = "Deslizar para ajustar el grado de amistad";
+App::$strings["Custom Filter"] = "Filtro personalizado";
+App::$strings["Only import posts with this text"] = "Importar solo entradas que contengan este texto";
+App::$strings["words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts"] = "Una sola opción por línea: palabras, #etiquetas, /patrones/ o lang=xx. Dejar en blanco para importarlo todo";
+App::$strings["Do not import posts with this text"] = "No importar entradas que contengan este texto";
+App::$strings["Approve contact"] = "Aprobar contacto";
+App::$strings["Their"] = "Su";
+App::$strings["My"] = "Mi";
+App::$strings["Roles"] = "Roles";
+App::$strings["Compare permissions"] = "Comparar permisos";
+App::$strings["Permission"] = "Permiso ";
+App::$strings["Affinity"] = "Afinidad";
+App::$strings["Content filter"] = "Filtro de contenidos";
+App::$strings["Contact updated"] = "Contacto actualizado";
+App::$strings["Contact update failed"] = "Fallo en la actualización del contacto";
+App::$strings["Approve connection"] = "Aprobar esta conexión";
+App::$strings["Refresh succeeded"] = "Actualización con éxito";
+App::$strings["Refresh failed - channel is currently unavailable"] = "Error de actualización: el canal no está disponible en este momento";
+App::$strings["Block status updated"] = "Estado del bloqueo actualizado";
+App::$strings["Block failed"] = "Bloqueo fallido";
+App::$strings["Ignore status updated"] = "Estado de ignorar actualizado";
+App::$strings["Ignore failed"] = "Ignorar falló";
+App::$strings["Archive status updated"] = "Estado de archivar actualizado";
+App::$strings["Archive failed"] = "Archivar falló";
+App::$strings["Hide status updated"] = "Estado de ocultación actualizado";
+App::$strings["Hide failed"] = "Ocultar falló";
+App::$strings["Contact removed"] = "Contacto eliminado";
+App::$strings["Delete failed"] = "Eliminar falló";
+App::$strings["Refresh Permissions"] = "Recargar los permisos";
+App::$strings["Fetch updated permissions"] = "Obtener los permisos actualizados";
+App::$strings["Refresh Photo"] = "Actualizar la foto";
+App::$strings["Fetch updated photo"] = "Obtener una foto actualizada";
+App::$strings["Unblock"] = "Desbloquear";
+App::$strings["Block"] = "Bloquear";
+App::$strings["Block (or Unblock) all communications with this connection"] = "Bloquear (o desbloquear) todas las comunicaciones con esta conexión";
+App::$strings["This connection is blocked!"] = "¡Esta conexión está bloqueada!";
+App::$strings["Unignore"] = "Dejar de ignorar";
+App::$strings["Ignore"] = "Ignorar";
+App::$strings["Ignore (or Unignore) all inbound communications from this connection"] = "Ignorar (o dejar de ignorar) todas las comunicaciones entrantes de esta conexión";
+App::$strings["This connection is ignored!"] = "¡Esta conexión es ignorada!";
+App::$strings["Unarchive"] = "Desarchivar";
+App::$strings["Archive"] = "Archivar";
+App::$strings["Archive (or Unarchive) this connection - mark channel dead but keep content"] = "Archiva (o desarchiva) esta conexión - marca el canal como muerto aunque mantiene sus contenidos";
+App::$strings["This connection is archived!"] = "¡Esta conexión esta archivada!";
+App::$strings["Unhide"] = "Mostrar";
+App::$strings["Hide"] = "Ocultar";
+App::$strings["Hide or Unhide this connection from your other connections"] = "Ocultar o mostrar esta conexión a sus otras conexiones";
+App::$strings["This connection is hidden!"] = "¡Esta conexión está oculta!";
+App::$strings["Delete this connection"] = "Eliminar esta conexión";
+App::$strings["Set your current mood and tell your friends"] = "Describir su estado de ánimo para comunicárselo a sus amigos";
+App::$strings["Items tagged with: %s"] = "elementos etiquetados con: %s";
+App::$strings["Search results for: %s"] = "Resultados de la búsqueda para: %s";
App::$strings["Email address required"] = "Dirección de correo electrónico requerida";
App::$strings["No password provided"] = "No se ha proporcionado la contraseña";
App::$strings["Terms of Service not accepted"] = "No se han aceptado los Términos del servicio";
@@ -1885,7 +2317,6 @@ App::$strings["Terms of Service"] = "Términos del servicio";
App::$strings["I accept the %s for this website"] = "Acepto los %s de este sitio";
App::$strings["I am over %s years of age and accept the %s for this website"] = "Tengo más de %s años de edad y acepto los %s de este sitio web";
App::$strings["Your email address"] = "Su dirección de correo electrónico";
-App::$strings["Optional"] = "Opcional";
App::$strings["Choose a password"] = "Elija una contraseña";
App::$strings["Please re-enter your password"] = "Por favor, vuelva a escribir su contraseña";
App::$strings["Please enter your invitation code"] = "Por favor, introduzca el código de su invitación";
@@ -1898,231 +2329,64 @@ App::$strings["This will help to review your registration"] = "Esto ayudará a r
App::$strings["Registration"] = "Registro";
App::$strings["I have an invite code"] = "Tengo un código de invitación";
App::$strings["This site has exceeded the number of allowed daily account registrations."] = "Este sitio ha superado el número permitido de registros diarios de cuentas.";
-App::$strings["Public access denied."] = "Acceso público denegado.";
-App::$strings["Items tagged with: %s"] = "elementos etiquetados con: %s";
-App::$strings["Search results for: %s"] = "Resultados de la búsqueda para: %s";
-App::$strings["\$Projectname Server - Setup"] = "Servidor \$Projectname - Instalación";
-App::$strings["Could not connect to database."] = "No se ha podido conectar a la base de datos.";
-App::$strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "No se puede conectar con la dirección del sitio indicada. Podría tratarse de un problema de SSL o DNS.";
-App::$strings["Could not create table."] = "No se puede crear la tabla.";
-App::$strings["Your site database has been installed."] = "La base de datos del sitio ha sido instalada.";
-App::$strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Podría tener que importar manualmente el fichero \"install/schema_xxx.sql\" usando un cliente de base de datos.";
-App::$strings["Please see the file \"install/INSTALL.txt\"."] = "Por favor, lea el fichero \"install/INSTALL.txt\".";
-App::$strings["System check"] = "Verificación del sistema";
-App::$strings["Next"] = "Siguiente";
-App::$strings["Check again"] = "Verificar de nuevo";
-App::$strings["Database connection"] = "Conexión a la base de datos";
-App::$strings["In order to install \$Projectname we need to know how to connect to your database."] = "Para instalar \$Projectname es necesario saber cómo conectar con su base de datos.";
-App::$strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Por favor, contacte con el proveedor de servicios o el administrador del sitio si tiene dudas sobre estos ajustes.";
-App::$strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "La base de datos que especifique a continuación debe existir ya. Si no es así, por favor, créela antes de seguir.";
-App::$strings["Database Server Name"] = "Nombre del servidor de base de datos";
-App::$strings["Default is 127.0.0.1"] = "De forma predeterminada es 127.0.0.1";
-App::$strings["Database Port"] = "Puerto de la base de datos";
-App::$strings["Communication port number - use 0 for default"] = "Número del puerto de comunicaciones - use 0 como valor por defecto";
-App::$strings["Database Login Name"] = "Usuario de la base de datos";
-App::$strings["Database Login Password"] = "Contraseña de acceso a la base de datos";
-App::$strings["Database Name"] = "Nombre de la base de datos";
-App::$strings["Database Type"] = "Tipo de base de datos";
-App::$strings["Site administrator email address"] = "Dirección de correo electrónico del administrador del sitio";
-App::$strings["Your account email address must match this in order to use the web admin panel."] = "Su cuenta deberá usar la misma dirección de correo electrónico para poder utilizar el panel de administración web.";
-App::$strings["Website URL"] = "Dirección del sitio web";
-App::$strings["Please use SSL (https) URL if available."] = "Por favor, use SSL (https) si está disponible.";
-App::$strings["Please select a default timezone for your website"] = "Por favor, selecciones el huso horario por defecto de su sitio web";
-App::$strings["Site settings"] = "Ajustes del sitio";
-App::$strings["PHP version 8.0 or greater is required."] = "Se requiere la versión 8.0 o superior de PHP.";
-App::$strings["PHP version"] = "Versión de PHP";
-App::$strings["Could not find a command line version of PHP in the web server PATH."] = "No se puede encontrar una versión en línea de comandos de PHP en la ruta del servidor web.";
-App::$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."] = "Si no tiene instalada la versión de línea de comandos de PHP en su servidor, no podrá realizar envíos en segundo plano mediante cron.";
-App::$strings["PHP executable path"] = "Ruta del ejecutable PHP";
-App::$strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Introducir la ruta completa del ejecutable PHP. Puede dejar la línea en blanco para continuar la instalación.";
-App::$strings["Command line PHP"] = "PHP en línea de comandos";
-App::$strings["Unable to check command line PHP, as shell_exec() is disabled. This is required."] = "No se puede comprobar la línea de comandos PHP, ya que shell_exec() está deshabilitado. Es necesario que esté activado.";
-App::$strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La línea de comandos PHP de su sistema no tiene activado \"register_argc_argv\".";
-App::$strings["This is required for message delivery to work."] = "Esto es necesario para que funcione la transmisión de mensajes.";
-App::$strings["PHP register_argc_argv"] = "PHP register_argc_argv";
-App::$strings["This is not sufficient to upload larger images or files. You should be able to upload at least 4 MB at once."] = "Esto no es suficiente para subir imágenes o archivos más grandes. Usted debe ser capaz de subir al menos 4 MB a la vez.";
-App::$strings["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "La carga máxima que se le permite subir está establecida en %s. El tamaño máximo de un fichero está establecido en %s. Está permitido subir hasta un máximo de %d ficheros de una sola vez.";
-App::$strings["You can adjust these settings in the server php.ini file."] = "Puede ajustar estos valores en el fichero php.ini de su servidor.";
-App::$strings["PHP upload limits"] = "Límites PHP de subida";
-App::$strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de general claves de cifrado.";
-App::$strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si está en un servidor Windows, por favor, lea \"http://www.php.net/manual/en/openssl.installation.php\".";
-App::$strings["Generate encryption keys"] = "Generar claves de cifrado";
-App::$strings["libCurl PHP module"] = "módulo libCurl PHP";
-App::$strings["GD graphics PHP module"] = "módulo PHP GD graphics";
-App::$strings["OpenSSL PHP module"] = "módulo PHP OpenSSL";
-App::$strings["PDO database PHP module"] = "Módulo PHP de la base de datos PDO ";
-App::$strings["mb_string PHP module"] = "módulo PHP mb_string";
-App::$strings["xml PHP module"] = "módulo PHP xml";
-App::$strings["zip PHP module"] = "Módulo zip PHP";
-App::$strings["Apache mod_rewrite module"] = "módulo Apache mod_rewrite ";
-App::$strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: se necesita el módulo del servidor web Apache mod-rewrite pero no está instalado.";
-App::$strings["exec"] = "ejecutable";
-App::$strings["Error: exec is required but is either not installed or has been disabled in php.ini"] = "Error: se necesita un ejecutable pero o no se instaló o está deshabilitado en php.ini";
-App::$strings["shell_exec"] = "shell_exec";
-App::$strings["Error: shell_exec is required but is either not installed or has been disabled in php.ini"] = "Error: se necesita shell_exec pero o no se instaló o está deshabilitado en php.ini";
-App::$strings["Error: libCURL PHP module required but not installed."] = "Error: se necesita el módulo PHP libCURL pero no está instalado.";
-App::$strings["Error: GD PHP module with JPEG support or ImageMagick graphics library required but not installed."] = "Error: Se requiere el módulo GD PHP con soporte para JPEG o la biblioteca de gráficos ImageMagick, pero no está instalado.";
-App::$strings["Error: openssl PHP module required but not installed."] = "Error: el módulo PHP openssl es necesario, pero no está instalado.";
-App::$strings["Error: PDO database PHP module missing a driver for either mysql or pgsql."] = "Error: El módulo PHP de la base de datos PDO carece de un controlador para mysql o pgsql.";
-App::$strings["Error: PDO database PHP module required but not installed."] = "Error: se necesita el módulo PHP de la base de datos PDO, pero no está instalado.";
-App::$strings["Error: mb_string PHP module required but not installed."] = "Error: el módulo PHP mb_string es necesario, pero no está instalado.";
-App::$strings["Error: xml PHP module required for DAV but not installed."] = "Error: el módulo PHP xml es necesario para DAV, pero no está instalado.";
-App::$strings["Error: zip PHP module required but not installed."] = "Error: se requiere el módulo zip PHP pero no está instalado.";
-App::$strings[".htconfig.php is writable"] = ".htconfig.php tiene permisos de escritura";
-App::$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."] = "El instalador web no ha podido crear un fichero llamado “.htconfig.php” en la carpeta base de su servidor.";
-App::$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."] = "Esto está generalmente ligado a un problema de permisos, a causa del cual el servidor web tiene prohibido modificar ficheros en su carpeta - incluso si usted mismo tiene esos permisos.";
-App::$strings["Please see install/INSTALL.txt for additional information."] = "Por favor, consulte install/INSTALL.txt para más información.";
-App::$strings["This software uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Este software hace uso del motor de plantillas Smarty3 para diseñar sus plantillas gráficas. Smarty3 compila las plantillas a PHP para acelerar la renderización.";
-App::$strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the top level web folder."] = "Para poder guardar las plantillas compiladas, el servidor web necesita permisos para acceder al directorio %s en la carpeta web principal.";
-App::$strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Por favor, asegúrese de que el servidor web está siendo ejecutado por un usuario que tenga permisos de escritura sobre esta carpeta (por ejemplo, www-data).";
-App::$strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Nota: como medida de seguridad, debe dar al servidor web permisos de escritura solo sobre %s - no sobre el fichero de plantilla (.tpl) que contiene.";
-App::$strings["%s is writable"] = "%s tiene permisos de escritura";
-App::$strings["This software uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the top level web folder"] = "Este software utiliza el directorio de almacenamiento para guardar los ficheros subidos. El servidor web debe tener acceso de escritura a este directorio en la carpeta de nivel superior";
-App::$strings["store is writable"] = "\"store\" tiene permisos de escritura";
-App::$strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "El certificado SSL no ha podido ser validado. Corrija este problema o desactive el acceso https a este sitio.";
-App::$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!"] = "Si su servidor soporta conexiones cifradas SSL o si permite conexiones al puerto TCP 443 (el puerto usado por el protocolo https), debe utilizar un certificado válido. No debe usar un certificado firmado por usted mismo.";
-App::$strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Se ha incorporado esta restricción para evitar que sus entradas públicas hagan referencia a imágenes en su propio servidor.";
-App::$strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Si su certificado no ha sido reconocido, los miembros de otros sitios (con certificados válidos) recibirán mensajes de aviso en sus propios sitios web.";
-App::$strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Por razones de compatibilidad (sobre el conjunto de la red, no solo sobre su propio sitio), debemos insistir en estos requisitos.";
-App::$strings["Providers are available that issue free certificates which are browser-valid."] = "Existen varias Autoridades de Certificación que le pueden proporcionar certificados válidos.";
-App::$strings["If you are confident that the certificate is valid and signed by a trusted authority, check to see if you have failed to install an intermediate cert. These are not normally required by browsers, but are required for server-to-server communications."] = "Si se tiene la certeza de que el certificado es válido y está firmado por una autoridad de confianza, comprobar para ver si hubo un error al instalar un certificado intermedio. Estos no son normalmente requeridos por los navegadores, pero son necesarios para las comunicaciones de servidor a servidor.";
-App::$strings["SSL certificate validation"] = "validación del certificado SSL";
-App::$strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "No se pueden reescribir las direcciones web en .htaccess. Compruebe la configuración de su servidor:";
-App::$strings["Url rewrite is working"] = "La reescritura de las direcciones funciona correctamente";
-App::$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."] = "El fichero de configuración de la base de datos .htconfig.php no se ha podido modificar. Por favor, copie el texto generado en un fichero con ese nombre en el directorio raíz de su servidor.";
-App::$strings["<h1>What next?</h1>"] = "<h1>¿Qué sigue?</h1>";
-App::$strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Debe crear [manualmente] una tarea programada para el \"poller\".";
-App::$strings["No connections."] = "Sin conexiones.";
-App::$strings["Visit %s's profile [%s]"] = "Visitar el perfil de %s [%s]";
-App::$strings["View Connections"] = "Ver conexiones";
-App::$strings["Public Hubs"] = "Servidores públicos";
-App::$strings["The listed hubs allow public registration for the \$Projectname network. All hubs in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some hubs may require subscription or provide tiered service plans. The hub itself <strong>may</strong> provide additional details."] = "Los sitios listados permiten el registro público en la red \$Projectname. Todos los sitios de la red están vinculados entre sí, por lo que sus miembros, en ninguno de ellos, indican la pertenencia a la red en su conjunto. Algunos sitios pueden requerir suscripción o proporcionar planes de servicio por niveles. Los mismos hubs <strong>pueden</strong> proporcionar detalles adicionales.";
-App::$strings["Hub URL"] = "Dirección del hub";
-App::$strings["Access Type"] = "Tipo de acceso";
-App::$strings["Registration Policy"] = "Normas de registro";
-App::$strings["Stats"] = "Estadísticas";
-App::$strings["Software"] = "Software";
-App::$strings["Ratings"] = "Valoraciones";
-App::$strings["Rate"] = "Valorar";
-App::$strings["Posts and comments"] = "Publicaciones y comentarios";
-App::$strings["Only posts"] = "Solo publicaciones";
-App::$strings["Malformed message id."] = "ID de mensaje malformado.";
-App::$strings["Insufficient permissions. Request redirected to profile page."] = "Permisos insuficientes. Petición redirigida a la página del perfil.";
-App::$strings["You must enable javascript for your browser to be able to view this content."] = "Debe habilitar javascript para poder ver este contenido en su navegador.";
-App::$strings["Invalid profile identifier."] = "Identificador del perfil no válido";
-App::$strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil";
-App::$strings["Click on a contact to add or remove."] = "Pulsar en un contacto para añadirlo o eliminarlo.";
-App::$strings["Visible To"] = "Visible para";
-App::$strings["All Connections"] = "Todas las conexiones";
-App::$strings["Privacy group created."] = "El grupo de canales ha sido creado.";
-App::$strings["Could not create privacy group."] = "No se puede crear el grupo de canales";
-App::$strings["Privacy group updated."] = "Grupo de canales actualizado.";
-App::$strings["Post to this group by default"] = "Publicar en este grupo por defecto";
-App::$strings["Add new contacts to this group by default"] = "Añadir nuevos contactos a este grupo por defecto";
-App::$strings["Privacy group name"] = "Nombre del grupo";
-App::$strings["Members are visible to other channels"] = "Los miembros son visibles para otros canales";
-App::$strings["Privacy group removed."] = "Grupo de canales eliminado.";
-App::$strings["Unable to remove privacy group."] = "No se puede eliminar el grupo de canales.";
-App::$strings["Privacy Group: %s"] = "Grupo privado %s";
-App::$strings["Privacy group name: "] = "Nombre del grupo de canales:";
-App::$strings["Group members"] = "Miembros del grupo";
-App::$strings["Not in this group"] = "No en este grupo";
-App::$strings["Click a channel to toggle membership"] = "Haga clic en un canal para cambiar los miembros";
-App::$strings["This page is available only to site members"] = "Esta página está disponible sólo para los miembros del sitio";
-App::$strings["What would you like to do?"] = "¿Qué le gustaría hacer?";
-App::$strings["Please bookmark this page if you would like to return to it in the future"] = "Por favor añada esta página a sus marcadores si desea volver a ella en el futuro.";
-App::$strings["Upload a profile photo"] = "Subir una foto de perfil";
-App::$strings["Upload a cover photo"] = "Subir una foto de portada del perfil";
-App::$strings["Edit your default profile"] = "Editar su perfil por defecto";
-App::$strings["View the channel directory"] = "Ver el directorio de canales";
-App::$strings["View/edit your channel settings"] = "Ver o modificar los ajustes de su canal";
-App::$strings["View the site or project documentation"] = "Ver el sitio o la documentación del proyecto";
-App::$strings["Visit your channel homepage"] = "Visitar la página principal de su canal";
-App::$strings["View your connections and/or add somebody whose address you already know"] = "Vea sus conexiones y/o agregue a alguien cuya dirección ya conozca";
-App::$strings["View your personal stream (this may be empty until you add some connections)"] = "Ver su \"stream\" personal (puede que esté vacío hasta que agregue algunas conexiones)";
-App::$strings["View the public stream. Warning: this content is not moderated"] = "Ver el \"stream\" público. Advertencia: este contenido no está moderado";
-App::$strings["Name is required"] = "El nombre es obligatorio";
-App::$strings["Key and Secret are required"] = "\"Key\" y \"Secret\" son obligatorios";
-App::$strings["Update"] = "Actualizar";
-App::$strings["Add application"] = "Añadir aplicación";
-App::$strings["Name of application"] = "Nombre de la aplicación";
-App::$strings["Automatically generated - change if desired. Max length 20"] = "Generado automáticamente - si lo desea, cámbielo. Longitud máxima: 20";
-App::$strings["Redirect"] = "Redirigir";
-App::$strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI de redirección - dejar en blanco a menos que su aplicación específicamente lo requiera";
-App::$strings["Icon url"] = "Dirección del icono";
-App::$strings["Application not found."] = "Aplicación no encontrada.";
-App::$strings["Connected OAuth Apps"] = "Apps OAuth conectadas";
-App::$strings["Client key starts with"] = "La \"client key\" empieza por";
-App::$strings["No name"] = "Sin nombre";
-App::$strings["Remove authorization"] = "Eliminar autorización";
-App::$strings["Page link"] = "Enlace de la página";
-App::$strings["Edit Webpage"] = "Editar la página web";
-App::$strings["This site is not a directory server"] = "Este sitio no es un servidor de directorio";
-App::$strings["This directory server requires an access token"] = "El servidor de este directorio necesita un \"token\" de acceso";
+App::$strings["This setting requires special processing and editing has been blocked."] = "Este ajuste necesita de un proceso especial y la edición ha sido bloqueada.";
+App::$strings["Configuration Editor"] = "Editor de configuración";
+App::$strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Atención: El cambio de algunos ajustes puede volver inutilizable su canal. Por favor, abandone la página excepto que esté seguro y sepa cómo usar correctamente esta característica.";
+App::$strings["App installed."] = "Aplicación instalada.";
+App::$strings["Malformed app."] = "Aplicación con errores";
+App::$strings["Embed code"] = "Código incorporado";
+App::$strings["Edit App"] = "Modificar la aplicación";
+App::$strings["Create App"] = "Crear una aplicación";
+App::$strings["Name of app"] = "Nombre de la aplicación";
+App::$strings["Location (URL) of app"] = "Dirección (URL) de la aplicación";
+App::$strings["Photo icon URL"] = "Dirección del icono";
+App::$strings["80 x 80 pixels - optional"] = "80 x 80 pixels - opcional";
+App::$strings["Categories (optional, comma separated list)"] = "Temas (opcional, lista separada por comas)";
+App::$strings["Version ID"] = "Versión";
+App::$strings["Price of app"] = "Precio de la aplicación";
+App::$strings["Location (URL) to purchase app"] = "Dirección (URL) donde adquirir la aplicación";
+App::$strings["item"] = "elemento";
App::$strings["Unable to locate original post."] = "No ha sido posible encontrar la entrada original.";
-App::$strings["Room not found"] = "Sala no encontrada";
-App::$strings["Leave Room"] = "Abandonar la sala";
-App::$strings["Delete Room"] = "Eliminar esta sala";
-App::$strings["I am away right now"] = "Estoy ausente momentáneamente";
-App::$strings["I am online"] = "Estoy conectado/a";
-App::$strings["Bookmark this room"] = "Añadir esta sala a Marcadores";
-App::$strings["New Chatroom"] = "Nueva sala de chat";
-App::$strings["Chatroom name"] = "Nombre de la sala de chat";
-App::$strings["Expiration of chats (minutes)"] = "Caducidad de los mensajes en los chats (en minutos)";
-App::$strings["%1\$s's Chatrooms"] = "Salas de chat de %1\$s";
-App::$strings["No chatrooms available"] = "No hay salas de chat disponibles";
-App::$strings["Add Room"] = "Añadir una sala de chat";
-App::$strings["Expiration"] = "Caducidad";
-App::$strings["min"] = "min";
-App::$strings["Event can not end before it has started."] = "Un evento no puede terminar antes de que haya comenzado.";
-App::$strings["Unable to generate preview."] = "No se puede crear la vista previa.";
-App::$strings["Event title and start time are required."] = "Se requieren el título del evento y su hora de inicio.";
-App::$strings["Event not found."] = "Evento no encontrado.";
-App::$strings["Edit event"] = "Editar evento";
-App::$strings["Delete event"] = "Borrar evento";
-App::$strings["Link to source"] = "Enlace a la fuente";
-App::$strings["calendar"] = "calendario";
-App::$strings["Failed to remove event"] = "Error al eliminar el evento";
-App::$strings["Account not found."] = "No se ha encontrado la cuenta.";
-App::$strings["Multifactor Verification"] = "Verificación multifactorial";
-App::$strings["Please enter the verification key from your authenticator app"] = "Introducir la clave de verificación de su aplicación de autenticación";
-App::$strings["Like/Dislike"] = "Me gusta/No me gusta";
-App::$strings["This action is restricted to members."] = "Esta acción está restringida solo para miembros.";
-App::$strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "Por favor, <a href=\"rmagic\">identifíquese con su \$Projectname ID</a> o <a href=\"register\">rregístrese como un nuevo \$Projectname member</a> para continuar.";
-App::$strings["Invalid request."] = "Solicitud incorrecta.";
-App::$strings["thing"] = "elemento";
-App::$strings["Channel unavailable."] = "Canal no disponible.";
-App::$strings["Previous action reversed."] = "Acción anterior revocada.";
-App::$strings["%1\$s agrees with %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s está de acuerdo";
-App::$strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s no está de acuerdo";
-App::$strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s se abstiene";
-App::$strings["Action completed."] = "Acción completada.";
-App::$strings["Thank you."] = "Gracias.";
-App::$strings["Poke somebody"] = "Dar un toque a alguien";
-App::$strings["Poke or ping somebody"] = "Dar un toque o hacer ping a alguien";
-App::$strings["Recipient"] = "Destinatario";
-App::$strings["Choose action"] = "Elegir una acción";
-App::$strings["Make this post private"] = "Convertir en privado este envío";
-App::$strings["Calendar entries imported."] = "Entradas de calendario importadas.";
-App::$strings["No calendar entries found."] = "No se han encontrado entradas de calendario.";
-App::$strings["Event title"] = "Título del evento";
-App::$strings["Start date and time"] = "Fecha y hora de comienzo";
-App::$strings["End date and time"] = "Fecha y hora de finalización";
-App::$strings["Timezone:"] = "Zona horaria: ";
-App::$strings["Previous"] = "Anterior";
-App::$strings["Today"] = "Hoy";
-App::$strings["Month"] = "Mes";
-App::$strings["Week"] = "Semana";
-App::$strings["Day"] = "Día";
-App::$strings["List month"] = "Lista mensual";
-App::$strings["List week"] = "Lista semanal";
-App::$strings["List day"] = "Lista diaria";
-App::$strings["More"] = "Más";
-App::$strings["Less"] = "Menos";
-App::$strings["Select calendar"] = "Seleccionar un calendario";
-App::$strings["Delete all"] = "Eliminar todos";
-App::$strings["Sorry! Editing of recurrent events is not yet implemented."] = "¡Disculpas! La edición de eventos recurrentes aún no se ha implementado.";
-App::$strings["Could not fetch calendar resource. The selected calendar might be disabled."] = "No se ha podido obtener el recurso del calendario. Es posible que el calendario seleccionado esté desactivado.";
+App::$strings["Empty post discarded."] = "La entrada vacía ha sido desechada.";
+App::$strings["Duplicate post suppressed."] = "Se ha suprimido la entrada duplicada.";
+App::$strings["System error. Post not saved."] = "Error del sistema. La entrada no se ha podido salvar.";
+App::$strings["Your comment is awaiting approval."] = "Su comentario está pendiente de aprobación.";
+App::$strings["Unable to obtain post information from database."] = "No ha sido posible obtener información de la entrada en la base de datos.";
+App::$strings["You have reached your limit of %1$.0f top level posts."] = "Ha alcanzado su límite de %1$.0f entradas en la página principal.";
+App::$strings["You have reached your limit of %1$.0f webpages."] = "Ha alcanzado su límite de %1$.0f páginas web.";
+App::$strings["Some blurb about what to do when you're new here"] = "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquí";
+App::$strings["Unable to find your hub."] = "No se puede encontrar su servidor.";
+App::$strings["Post successful."] = "Enviado con éxito.";
+App::$strings["Connection updated."] = "Conexión actualizada.";
+App::$strings["Failed to update connection record."] = "Error al actualizar el registro de la conexión.";
+App::$strings["Could not access address book record."] = "No se pudo acceder al registro en su libreta de direcciones.";
+App::$strings["Refresh failed - channel is currently unavailable."] = "Recarga fallida - no se puede encontrar el canal en este momento.";
+App::$strings["Unable to set address book parameters."] = "No ha sido posible establecer los parámetros de la libreta de direcciones.";
+App::$strings["Connection has been removed."] = "La conexión ha sido eliminada.";
+App::$strings["View %s's profile"] = "Ver el perfil de %s";
+App::$strings["View recent posts and comments"] = "Ver publicaciones y comentarios recientes";
+App::$strings["Fetch Vcard"] = "Obtener una vcard";
+App::$strings["Fetch electronic calling card for this connection"] = "Obtener una tarjeta de llamada electrónica para esta conexión";
+App::$strings["Open Set Affinity section by default"] = "Abrir por defecto la sección para definir la afinidad";
+App::$strings["Filter"] = "Filtrar";
+App::$strings["Open Custom Filter section by default"] = "Abrir por defecto la sección de personalización de filtros";
+App::$strings["Set Affinity"] = "Ajustar la afinidad";
+App::$strings["Set Profile"] = "Ajustar el perfil";
+App::$strings["Set Affinity & Profile"] = "Ajustar la afinidad y el perfil";
+App::$strings["Contact: %s"] = "Contacto: %s";
+App::$strings["Contact role"] = "Rol del contacto";
+App::$strings["Manage contact roles"] = "Gestionar roles de contactos";
+App::$strings["This contacts's primary address is"] = "La dirección principal de este contactos es ";
+App::$strings["Available locations:"] = "Ubicaciones disponibles:";
+App::$strings["The permissions indicated on this page will be applied to all new connections."] = "Los permisos indicados en esta página serán aplicados en todas las nuevas conexiones.";
+App::$strings["Contact Pending Approval"] = "Contacto pendiente de aprobación";
+App::$strings["inherited"] = "heredado";
+App::$strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Por favor, escoja el perfil que quiere mostrar a %s cuando esté viendo su perfil de forma segura.";
+App::$strings["Individual Permissions"] = "Permisos individuales";
+App::$strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can <strong>not</strong> change those settings here."] = "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. <strong>No</strong> puede cambiar estos ajustes aquí.";
+App::$strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. Puede cambiar estos ajustes aquí, pero no tendrán ningún consecuencia hasta que cambie los ajustes heredados.";
+App::$strings["Last update:"] = "Última actualización:";
+App::$strings["Details"] = "Detalles";
App::$strings["Organisation"] = "Organización";
App::$strings["Phone"] = "Teléfono";
App::$strings["Instant messenger"] = "Mensajería instantánea";
@@ -2138,172 +2402,121 @@ App::$strings["Locality"] = "Localidad";
App::$strings["Region"] = "Provincia, región o estado";
App::$strings["ZIP Code"] = "Código postal";
App::$strings["Country"] = "País";
-App::$strings["Default Calendar"] = "Calendario por defecto";
-App::$strings["Default Addressbook"] = "Agenda de direcciones por defecto";
-App::$strings["Remote privacy information not available"] = "La información sobre privacidad remota no está disponible";
-App::$strings["__ctx:acl__ Profile"] = "Perfil";
-App::$strings["Privacy group"] = "Grupo de canales";
-App::$strings["Item"] = "Elemento";
-App::$strings["Click to copy link to this ressource for guest %s to clipboard"] = "Haga clic para copiar el enlace a este recurso para invitados %sen el portapapeles";
-App::$strings["Link copied"] = "Enlace copiado";
-App::$strings["Access"] = "Acceso";
-App::$strings["OCAP access"] = "Acceso OCAP";
-App::$strings["Empty post discarded."] = "La entrada vacía ha sido desechada.";
-App::$strings["Duplicate post suppressed."] = "Se ha suprimido la entrada duplicada.";
-App::$strings["System error. Post not saved."] = "Error del sistema. La entrada no se ha podido salvar.";
-App::$strings["Your comment is awaiting approval."] = "Su comentario está pendiente de aprobación.";
-App::$strings["Unable to obtain post information from database."] = "No ha sido posible obtener información de la entrada en la base de datos.";
-App::$strings["You have reached your limit of %1$.0f top level posts."] = "Ha alcanzado su límite de %1$.0f entradas en la página principal.";
-App::$strings["You have reached your limit of %1$.0f webpages."] = "Ha alcanzado su límite de %1$.0f páginas web.";
-App::$strings["Menu not found."] = "Menú no encontrado";
-App::$strings["Unable to create element."] = "No se puede crear el elemento.";
-App::$strings["Unable to update menu element."] = "No es posible actualizar el elemento del menú.";
-App::$strings["Unable to add menu element."] = "No es posible añadir el elemento al menú";
-App::$strings["Not found."] = "No encontrado.";
-App::$strings["Menu Item Permissions"] = "Permisos del elemento del menú";
-App::$strings["(click to open/close)"] = "(pulsar para abrir o cerrar)";
-App::$strings["Link Name"] = "Nombre del enlace";
-App::$strings["Link or Submenu Target"] = "Destino del enlace o submenú";
-App::$strings["Enter URL of the link or select a menu name to create a submenu"] = "Introducir la dirección del enlace o seleccionar el nombre de un submenú";
-App::$strings["Use magic-auth if available"] = "Usar la autenticación mágica si está disponible";
-App::$strings["Open link in new window"] = "Abrir el enlace en una nueva ventana";
-App::$strings["Order in list"] = "Orden en la lista";
-App::$strings["Higher numbers will sink to bottom of listing"] = "Los números más altos irán al final de la lista";
-App::$strings["Submit and finish"] = "Enviar y terminar";
-App::$strings["Submit and continue"] = "Enviar y continuar";
-App::$strings["Menu:"] = "Menú:";
-App::$strings["Link Target"] = "Destino del enlace";
-App::$strings["Edit menu"] = "Editar menú";
-App::$strings["Edit element"] = "Editar el elemento";
-App::$strings["Drop element"] = "Eliminar el elemento";
-App::$strings["New element"] = "Nuevo elemento";
-App::$strings["Edit this menu container"] = "Modificar el contenedor del menú";
-App::$strings["Add menu element"] = "Añadir un elemento al menú";
-App::$strings["Delete this menu item"] = "Eliminar este elemento del menú";
-App::$strings["Edit this menu item"] = "Modificar este elemento del menú";
-App::$strings["Menu item not found."] = "Este elemento del menú no se ha encontrado";
-App::$strings["Menu item deleted."] = "Este elemento del menú ha sido borrado";
-App::$strings["Menu item could not be deleted."] = "Este elemento del menú no puede ser borrado.";
-App::$strings["Edit Menu Element"] = "Editar elemento del menú";
-App::$strings["Link text"] = "Texto del enlace";
-App::$strings["vcard"] = "vcard";
-App::$strings["Files: shared with me"] = "Ficheros: compartidos conmigo";
-App::$strings["NEW"] = "NUEVO";
-App::$strings["Last Modified"] = "Última modificación";
-App::$strings["Remove all files"] = "Eliminar todos los ficheros";
-App::$strings["Remove this file"] = "Eliminar este fichero";
-App::$strings["Documentation Search"] = "Búsqueda de Documentación";
-App::$strings["Members"] = "Miembros";
-App::$strings["Administrators"] = "Administradores";
-App::$strings["Developers"] = "Desarrolladores";
-App::$strings["Tutorials"] = "Tutoriales";
-App::$strings["\$Projectname Documentation"] = "Documentación de \$Projectname";
-App::$strings["Contents"] = "Contenidos";
-App::$strings["Import Webpage Elements"] = "Importar elementos de una página web";
-App::$strings["Import selected"] = "Importar elementos seleccionados";
-App::$strings["Export Webpage Elements"] = "Exportar elementos de una página web";
-App::$strings["Export selected"] = "Exportar los elementos seleccionados";
-App::$strings["Actions"] = "Acciones";
-App::$strings["Page Link"] = "Vínculo de la página";
-App::$strings["Page Title"] = "Título de página";
-App::$strings["Created"] = "Creado";
-App::$strings["Edited"] = "Editado";
-App::$strings["Invalid file type."] = "Tipo de fichero no válido.";
-App::$strings["Error opening zip file"] = "Error al abrir el fichero comprimido zip";
-App::$strings["Invalid folder path."] = "La ruta de la carpeta no es válida.";
-App::$strings["No webpage elements detected."] = "No se han detectado elementos de ninguna página web.";
-App::$strings["Import complete."] = "Importación completada.";
-App::$strings["Deprecated!"] = "¡Obsoleto!";
-App::$strings["Permission Denied."] = "Permiso denegado";
-App::$strings["Edit file permissions"] = "Modificar los permisos del fichero";
-App::$strings["Include all files and sub folders"] = "Incluir todos los ficheros y subcarpetas";
-App::$strings["Return to file list"] = "Volver a la lista de ficheros";
-App::$strings["Copy/paste this code to attach file to a post"] = "Copiar/pegar este código para adjuntar el fichero al envío";
-App::$strings["Copy/paste this URL to link file from a web page"] = "Copiar/pegar esta dirección para enlazar el fichero desde una página web";
-App::$strings["Share this file"] = "Compartir este fichero";
-App::$strings["Show URL to this file"] = "Mostrar la dirección de este fichero";
-App::$strings["Show in your contacts shared folder"] = "Mostrar en la carpeta compartida con sus contactos";
-App::$strings["Tag removed"] = "Etiqueta eliminada.";
-App::$strings["Remove Item Tag"] = "Eliminar etiqueta del elemento.";
-App::$strings["Select a tag to remove: "] = "Seleccionar una etiqueta para eliminar:";
-App::$strings["Continue"] = "Continuar";
-App::$strings["Premium Channel Setup"] = "Configuración del canal premium";
-App::$strings["Enable premium channel connection restrictions"] = "Habilitar restricciones de conexión del canal premium";
-App::$strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Por favor introduzca sus restricciones o condiciones, como recibo de paypal, normas de uso, etc.";
-App::$strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Este canal puede requerir antes de conectar unos pasos adicionales o el conocimiento de las siguientes condiciones:";
-App::$strings["Potential connections will then see the following text before proceeding:"] = "Las posibles conexiones verán, por tanto, el siguiente texto antes de proceder:";
-App::$strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Al continuar, certifico que he cumplido con todas las instrucciones proporcionadas en esta página.";
-App::$strings["(No specific instructions have been provided by the channel owner.)"] = "(No ha sido proporcionada ninguna instrucción específica por el propietario del canal.)";
-App::$strings["Restricted or Premium Channel"] = "Canal premium o restringido";
-App::$strings["Post repeated"] = "Entrada repetida";
-App::$strings["network"] = "red";
-App::$strings["Item is not editable"] = "El elemento no es editable";
-App::$strings["Edit post"] = "Editar la entrada";
-App::$strings["Post not found."] = "Mensaje no encontrado.";
-App::$strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha etiquetado %3\$s de %2\$s con %4\$s";
+App::$strings["Connection Default Permissions"] = "Permisos predeterminados de conexión";
+App::$strings["Apply these permissions automatically"] = "Aplicar estos permisos automaticamente";
+App::$strings["If enabled, connection requests will be approved without your interaction"] = "Si está habilitado, las solicitudes de conexión serán aprobadas sin su intervención.";
+App::$strings["Permission role"] = "Permisos de rol";
+App::$strings["Add permission role"] = "Añadir permisos de rol";
+App::$strings["Automatic approval settings"] = "Opciones de autorización automática";
+App::$strings["My Settings"] = "Mis ajustes";
+App::$strings["Some individual permissions may have been preset or locked based on your channel type and privacy settings."] = "Es posible que se hayan preestablecido o bloqueado algunos permisos individuales según el tipo de canal y la configuración de privacidad.";
+App::$strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No hay sugerencias disponibles. Si es un sitio nuevo, espere 24 horas y pruebe de nuevo.";
+App::$strings["Connection added."] = "Se ha incorporado una conexión.";
+App::$strings["Please login."] = "Por favor, inicie sesión.";
+App::$strings["No default suggestions were found."] = "No se encontraron sugerencias por defecto.";
+App::$strings["Gender: "] = "Género:";
+App::$strings["Status: "] = "Estado:";
+App::$strings["Homepage: "] = "Página personal:";
+App::$strings["Description:"] = "Descripción:";
+App::$strings["Unsafe"] = "Inseguro";
+App::$strings["Spam"] = "Spam";
+App::$strings["Public Forum:"] = "Foro público:";
+App::$strings["Keywords: "] = "Palabras clave:";
+App::$strings["Don't suggest"] = "No sugerir:";
+App::$strings["Common connections (estimated):"] = "Conexiones comunes (estimadas): ";
+App::$strings["Global Directory"] = "Directorio global:";
+App::$strings["Local Directory"] = "Directorio local:";
+App::$strings["Finding:"] = "Encontrar:";
+App::$strings["next page"] = "siguiente página";
+App::$strings["previous page"] = "página anterior";
+App::$strings["Sort options"] = "Ordenar opciones";
+App::$strings["Alphabetic"] = "Alfabético";
+App::$strings["Reverse Alphabetic"] = "Alfabético inverso";
+App::$strings["Newest to Oldest"] = "De más nuevo a más antiguo";
+App::$strings["Oldest to Newest"] = "De más antiguo a más nuevo";
+App::$strings["No entries (some entries may be hidden)."] = "Sin entradas (algunas entradas pueden estar ocultas).";
+App::$strings["This profile photo will be visible to anybody on the internet and may be distributed to other websites."] = "Esta foto de perfil será visible para cualquier persona en Internet y podrá ser distribuida a otros sitios web.";
+App::$strings["This profile photo will be visible only to channels with permission to view this profile."] = "Esta foto de perfil sólo será visible para los canales con permiso para ver este perfil.";
+App::$strings["Use Photo for Profile"] = "Usar la fotografía para el perfil";
+App::$strings["Change Profile Photo"] = "Cambiar la foto del perfil";
+App::$strings["Reset to default"] = "Restablecer los valores por defecto";
+App::$strings["Select existing"] = "Seleccione lo que hay";
+App::$strings["Done editing"] = "Edición completada";
App::$strings["Unknown App"] = "Aplicación desconocida";
App::$strings["Authorize"] = "Autorizar";
App::$strings["Do you authorize the app %s to access your channel data?"] = "¿Autoriza a la aplicación %s a acceder a los datos de su canal?";
App::$strings["Deny"] = "Rechazar";
-App::$strings["Max queueworker threads"] = "Máximo de hilos en la cola";
-App::$strings["Minimum 4, default 4"] = "Mínimo 4, por defecto 4";
-App::$strings["Assume workers dead after"] = "Asumir que los procesos han muerto después de ";
-App::$strings["Minimum 120, default 300 seconds"] = "Mínimo de 120 segundos, por defecto, 300";
-App::$strings["Pause before starting next task"] = "Pausa antes de comenzar la siguiente tarea";
-App::$strings["Minimum 100, default 100 microseconds"] = "Mínimo 100, por defecto 100 microsegundos";
-App::$strings["Automatically adjust pause before starting next task"] = "Ajustar automáticamente una pausa antes de comenzar la siguiente tarea";
-App::$strings["Queueworker Settings"] = "Configuración del gestor de procesos de trabajo en cola";
-App::$strings["Queue Statistics"] = "Estadísticas de la cola";
-App::$strings["Total Entries"] = "Total de entradas";
-App::$strings["Priority"] = "Prioridad";
-App::$strings["Destination URL"] = "Dirección de destino";
-App::$strings["Mark hub permanently offline"] = "Marcar el servidor como permanentemente fuera de línea";
-App::$strings["Retry delivery to this hub"] = "Reintentar la entrega a este hub";
-App::$strings["Empty queue for this hub"] = "Vaciar la cola para este servidor";
-App::$strings["Last known contact"] = "Último contacto conocido";
-App::$strings["Theme settings updated."] = "Ajustes del tema actualizados.";
-App::$strings["No themes found."] = "No se han encontrado temas.";
-App::$strings["Disable"] = "Desactivar";
-App::$strings["Enable"] = "Activar";
-App::$strings["Screenshot"] = "Instantánea de pantalla";
-App::$strings["Administration"] = "Administración";
-App::$strings["Toggle"] = "Cambiar";
-App::$strings["Author: "] = "Autor:";
-App::$strings["Maintainer: "] = "Mantenedor:";
-App::$strings["[Experimental]"] = "[Experimental]";
-App::$strings["[Unsupported]"] = "[No soportado]";
-App::$strings["Lock feature %s"] = "Bloquear la funcionalidad %s";
-App::$strings["Manage Additional Features"] = "Gestionar las funcionalidades";
-App::$strings["By default, unfiltered HTML is allowed in embedded media. This is inherently insecure."] = "De forma predeterminada, el HTML sin filtrar está permitido en el contenido multimedia incorporado en una publicación. Esto es siempre inseguro.";
-App::$strings["The recommended setting is to only allow unfiltered HTML from the following sites:"] = "La configuración recomendada es que sólo se permita HTML sin filtrar desde los siguientes sitios: ";
-App::$strings["https://youtube.com/<br />https://www.youtube.com/<br />https://youtu.be/<br />https://vimeo.com/<br />https://soundcloud.com/<br />"] = "https://youtube.com/<br />https://www.youtube.com/<br />https://youtu.be/<br />https://vimeo.com/<br />https://soundcloud.com/<br />";
-App::$strings["All other embedded content will be filtered, <strong>unless</strong> embedded content from that site is explicitly blocked."] = "El resto del contenido incrustado se filtrará, <strong>excepto</ strong> si el contenido incorporado desde ese sitio está bloqueado de forma explícita.";
-App::$strings["Block public"] = "Bloquear páginas públicas";
-App::$strings["Check to block public access to all otherwise public personal pages on this site unless you are currently authenticated."] = "Habilitar para impedir ver las páginas personales de este sitio a quien no esté actualmente autenticado.";
-App::$strings["Provide a cloud root directory"] = "Proporcionar un directorio raíz de la nube";
-App::$strings["The cloud root directory lists all channel names which provide public files"] = "El directorio raíz de la nube lista todos los nombres de canales que proporcionan archivos públicos";
-App::$strings["Show total disk space available to cloud uploads"] = "Mostrar el espacio total disponible en el disco para las cargas en la nube";
-App::$strings["Set \"Transport Security\" HTTP header"] = "Habilitar \"Seguridad de transporte\" (\"Transport Security\") en la cabecera HTTP";
-App::$strings["Set \"Content Security Policy\" HTTP header"] = "Habilitar la \"Política de seguridad del contenido\" (\"Content Security Policy\") en la cabecera HTTP";
-App::$strings["Allowed email domains"] = "Se aceptan dominios de correo electrónico";
-App::$strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Lista separada por comas de los dominios de los que se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio. ";
-App::$strings["Not allowed email domains"] = "No se permiten dominios de correo electrónico";
-App::$strings["Comma separated list of domains which are not allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains, unless allowed domains have been defined."] = "Lista separada por comas de los dominios de los que no se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para no aceptar cualquier dominio, excepto los que se hayan autorizado.";
-App::$strings["Allow communications only from these sites"] = "Permitir la comunicación solo desde estos sitios";
-App::$strings["One site per line. Leave empty to allow communication from anywhere by default"] = "Un sitio por línea. Dejar en blanco para permitir por defecto la comunicación desde cualquiera";
-App::$strings["Block communications from these sites"] = "Bloquear la comunicación desde estos sitios";
-App::$strings["Allow communications only from these channels"] = "Permitir la comunicación solo desde estos canales";
-App::$strings["One channel (hash) per line. Leave empty to allow from any channel by default"] = "Un canal (hash) por línea. Dejar en blanco para permitir por defecto la comunicación desde cualquiera";
-App::$strings["Block communications from these channels"] = "Bloquear la comunicación desde estos canales";
-App::$strings["Only allow embeds from secure (SSL) websites and links."] = "Sólo se permite contenido multimedia incorporado desde sitios y enlaces seguros (SSL).";
-App::$strings["Allow unfiltered embedded HTML content only from these domains"] = "Permitir contenido HTML sin filtrar sólo desde estos dominios ";
-App::$strings["One site per line. By default embedded content is filtered."] = "Un sitio por línea. El contenido incorporado se filtra de forma predeterminada.";
-App::$strings["Block embedded HTML from these domains"] = "Bloquear contenido con HTML incorporado desde estos dominios";
-App::$strings["Allow SVG thumbnails in file browser"] = "Permitir miniaturas SVG en el navegador de archivos";
-App::$strings["WARNING: SVG images may contain malicious code."] = "ADVERTENCIA: Las imágenes SVG pueden contener código malicioso.";
-App::$strings["Allow embedded (inline) PDF files"] = "Permitir ficheros PDF incrustados (en línea)";
-App::$strings["Additional trusted directory server URLs"] = "URL adicionales del servidor de directorio de confianza";
-App::$strings["Accept directory flags (spam, nsfw) from those servers. One per line like https://example.tld"] = "Aceptar indicadores de directorio (spam, nsfw) de esos servidores. Uno por línea, como https://example.tld";
+App::$strings["No connections."] = "Sin conexiones.";
+App::$strings["Visit %s's profile [%s]"] = "Visitar el perfil de %s [%s]";
+App::$strings["View Connections"] = "Ver conexiones";
+App::$strings["Authorize application connection"] = "Autorizar una conexión de aplicación";
+App::$strings["Return to your app and insert this Security Code:"] = "Vuelva a su aplicación e introduzca este código de seguridad: ";
+App::$strings["Please login to continue."] = "Por favor inicie sesión para continuar.";
+App::$strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "¿Desea autorizar a esta aplicación a acceder a sus publicaciones y contactos, y/o crear nuevas publicaciones por usted?";
+App::$strings["Layout not found"] = "Diseño no encontrado";
+App::$strings["This template does not support pdledi_gui (no content regions defined)"] = "Esta plantilla no es compatible con pdledi_gui (no hay regiones de contenido definidas)";
+App::$strings["Main page content"] = "Contenido de la página principal";
+App::$strings["The main page content can not be edited!"] = "El contenido de la página principal no se puede editar.";
+App::$strings["Welcome to %s"] = "Bienvenido a %s";
+App::$strings["Tag removed"] = "Etiqueta eliminada.";
+App::$strings["Remove Item Tag"] = "Eliminar etiqueta del elemento.";
+App::$strings["Select a tag to remove: "] = "Seleccionar una etiqueta para eliminar:";
+App::$strings["Layout Name"] = "Nombre de la plantilla";
+App::$strings["Layout Description (Optional)"] = "Descripción de la plantilla (opcional)";
+App::$strings["Comanche page description language help"] = "Página de ayuda del lenguaje de descripción de páginas (PDL) Comanche";
+App::$strings["Layout Description"] = "Descripción de la plantilla";
+App::$strings["Download PDL file"] = "Descargar el fichero PDL";
+App::$strings["No channel."] = "Ningún canal.";
+App::$strings["No connections in common."] = "Ninguna conexión en común.";
+App::$strings["View Common Connections"] = "Ver las conexiones comunes";
+App::$strings["Location not found."] = "Dirección no encontrada.";
+App::$strings["Location lookup failed."] = "Ha fallado la búsqueda de la dirección.";
+App::$strings["Please select another location to become primary before removing the primary location."] = "Por favor, seleccione una copia de su canal (un clon) para convertirlo en primario antes de eliminar su canal principal.";
+App::$strings["Syncing locations"] = "Sincronizando ubicaciones";
+App::$strings["No locations found."] = "No encontrada ninguna dirección.";
+App::$strings["Manage Channel Locations"] = "Gestionar las direcciones del canal";
+App::$strings["Drop"] = "Eliminar";
+App::$strings["Sync Now"] = "Sincronizar ahora";
+App::$strings["Please wait several minutes between consecutive operations."] = "Por favor, espere algunos minutos entre operaciones consecutivas.";
+App::$strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Cuando sea posible, elimine una ubicación iniciando sesión en el sitio web o \"hub\" y borrando su canal.";
+App::$strings["Use this form to drop the location if the hub is no longer operating."] = "Utilice este formulario para eliminar la dirección si el \"hub\" no está funcionando desde hace tiempo.";
+App::$strings["Public Hubs"] = "Servidores públicos";
+App::$strings["The listed hubs allow public registration for the \$Projectname network. All hubs in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some hubs may require subscription or provide tiered service plans. The hub itself <strong>may</strong> provide additional details."] = "Los sitios listados permiten el registro público en la red \$Projectname. Todos los sitios de la red están vinculados entre sí, por lo que sus miembros, en ninguno de ellos, indican la pertenencia a la red en su conjunto. Algunos sitios pueden requerir suscripción o proporcionar planes de servicio por niveles. Los mismos hubs <strong>pueden</strong> proporcionar detalles adicionales.";
+App::$strings["Hub URL"] = "Dirección del hub";
+App::$strings["Access Type"] = "Tipo de acceso";
+App::$strings["Registration Policy"] = "Normas de registro";
+App::$strings["Stats"] = "Estadísticas";
+App::$strings["Software"] = "Software";
+App::$strings["Ratings"] = "Valoraciones";
+App::$strings["Rate"] = "Valorar";
+App::$strings["Channel name changes are not allowed within 48 hours of changing the account password."] = "Los cambios en el nombre de un canal no está permitida hasta pasadas 48 horas desde el cambio de contraseña de la cuenta.";
+App::$strings["Change channel nickname/address"] = "Cambiar el alias o la dirección del canal";
+App::$strings["Any/all connections on other networks will be lost!"] = "¡Cualquier/todas las conexiones en otras redes se perderán!";
+App::$strings["New channel address"] = "Nueva dirección del canal";
+App::$strings["Rename Channel"] = "Renombrar el canal";
+App::$strings["Unable to update menu."] = "No se puede actualizar el menú.";
+App::$strings["Unable to create menu."] = "No se puede crear el menú.";
+App::$strings["Menu Name"] = "Nombre del menú";
+App::$strings["Unique name (not visible on webpage) - required"] = "Nombre único (no será visible en la página web) - requerido";
+App::$strings["Menu Title"] = "Título del menú";
+App::$strings["Visible on webpage - leave empty for no title"] = "Visible en la página web - no ponga nada si no desea un título";
+App::$strings["Allow Bookmarks"] = "Permitir marcadores";
+App::$strings["Menu may be used to store saved bookmarks"] = "El menú se puede usar para guardar marcadores";
+App::$strings["Submit and proceed"] = "Enviar y proceder";
+App::$strings["Bookmarks allowed"] = "Marcadores permitidos";
+App::$strings["Delete this menu"] = "Borrar este menú";
+App::$strings["Edit menu contents"] = "Editar los contenidos del menú";
+App::$strings["Edit this menu"] = "Modificar este menú";
+App::$strings["Menu could not be deleted."] = "El menú no puede ser eliminado.";
+App::$strings["Menu not found."] = "Menú no encontrado";
+App::$strings["Edit Menu"] = "Modificar el menú";
+App::$strings["Add or remove entries to this menu"] = "Añadir o quitar entradas en este menú";
+App::$strings["Menu name"] = "Nombre del menú";
+App::$strings["Must be unique, only seen by you"] = "Debe ser único, solo será visible para usted";
+App::$strings["Menu title"] = "Título del menú";
+App::$strings["Menu title as seen by others"] = "El título del menú tal como será visto por los demás";
+App::$strings["Allow bookmarks"] = "Permitir marcadores";
+App::$strings["Not found."] = "No encontrado.";
App::$strings["%s account blocked/unblocked"] = array(
0 => "%s cuenta bloqueada/desbloqueada",
1 => "%s cuenta bloqueada/desbloqueada",
@@ -2319,6 +2532,7 @@ App::$strings["Account '%s' blocked"] = "La cuenta '%s' ha sido bloqueada";
App::$strings["Account '%s' unblocked"] = "La cuenta '%s' ha sido desbloqueada";
App::$strings["Unverified"] = "Sin verificar";
App::$strings["Expired"] = "Caducado/a";
+App::$strings["Administration"] = "Administración";
App::$strings["Show verified registrations"] = "Mostrar registros verificados";
App::$strings["Show all registrations"] = "Mostrar todos los registros";
App::$strings["Select toggle"] = "Seleccionar alternar";
@@ -2330,8 +2544,6 @@ App::$strings["Request date"] = "Fecha de solicitud";
App::$strings["Requests"] = "Solicitudes";
App::$strings["No registrations available"] = "No hay registros disponibles";
App::$strings["No verified registrations available"] = "No hay registros verificados disponibles";
-App::$strings["Block"] = "Bloquear";
-App::$strings["Unblock"] = "Desbloquear";
App::$strings["Verified"] = "Verificado/a";
App::$strings["Not yet verified"] = "Aún no se ha verificado";
App::$strings["ID"] = "ID";
@@ -2343,6 +2555,121 @@ App::$strings["Service class"] = "Clase de servicio";
App::$strings["Selected accounts will be deleted!\\n\\nEverything these accounts had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "¡Las cuentas seleccionadas van a ser eliminadas!\\n\\n¡Todo lo que estas cuentas han publicado en este sitio será borrado de forma permanente!\\n\\n¿Está seguro de querer hacerlo?";
App::$strings["The account {0} will be deleted!\\n\\nEverything this account has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "¡La cuenta {0} va a ser eliminada!\\n\\n¡Todo lo que esta cuenta ha publicado en este sitio será borrado de forma permanente!\\n\\n¿Está seguro de querer hacerlo?";
App::$strings["Message"] = "Mensaje";
+App::$strings["Max queueworker threads"] = "Máximo de hilos en la cola";
+App::$strings["Minimum 4, default 4"] = "Mínimo 4, por defecto 4";
+App::$strings["Assume workers dead after"] = "Asumir que los procesos han muerto después de ";
+App::$strings["Minimum 120, default 300 seconds"] = "Mínimo de 120 segundos, por defecto, 300";
+App::$strings["Pause before starting next task"] = "Pausa antes de comenzar la siguiente tarea";
+App::$strings["Minimum 100, default 100 microseconds"] = "Mínimo 100, por defecto 100 microsegundos";
+App::$strings["Automatically adjust pause before starting next task"] = "Ajustar automáticamente una pausa antes de comenzar la siguiente tarea";
+App::$strings["Queueworker Settings"] = "Configuración del gestor de procesos de trabajo en cola";
+App::$strings["Theme settings updated."] = "Ajustes del tema actualizados.";
+App::$strings["No themes found."] = "No se han encontrado temas.";
+App::$strings["Disable"] = "Desactivar";
+App::$strings["Enable"] = "Activar";
+App::$strings["Screenshot"] = "Instantánea de pantalla";
+App::$strings["Toggle"] = "Cambiar";
+App::$strings["Author: "] = "Autor:";
+App::$strings["Maintainer: "] = "Mantenedor:";
+App::$strings["[Experimental]"] = "[Experimental]";
+App::$strings["[Unsupported]"] = "[No soportado]";
+App::$strings["Plugin %s disabled."] = "Extensión %s desactivada.";
+App::$strings["Plugin %s enabled."] = "Extensión %s activada.";
+App::$strings["Minimum project version: "] = "Versión mínima del proyecto:";
+App::$strings["Maximum project version: "] = "Versión máxima del proyecto:";
+App::$strings["Minimum PHP version: "] = "Versión mínima de PHP:";
+App::$strings["Compatible Server Roles: "] = "Configuraciones compatibles con este servidor:";
+App::$strings["Requires: "] = "Se requiere:";
+App::$strings["Disabled - version incompatibility"] = "Deshabilitado - versiones incompatibles";
+App::$strings["Enter the public git repository URL of the addon repo."] = "Introduzca la URL del repositorio público de git del addon repo.";
+App::$strings["Addon repo git URL"] = "URL del repositorio git del addon";
+App::$strings["Custom repo name"] = "Nombre personalizado del repositorio";
+App::$strings["(optional)"] = "(opcional)";
+App::$strings["Download Addon Repo"] = "Descargar el repositorio";
+App::$strings["Install new repo"] = "Instalar un nuevo repositorio";
+App::$strings["Manage Repos"] = "Gestionar los repositorios";
+App::$strings["Installed Addon Repositories"] = "Repositorioe de addons instalados";
+App::$strings["Install a New Addon Repository"] = "Instalar un nuevo repositorio de addons";
+App::$strings["Switch branch"] = "Cambiar la rama";
+App::$strings["Lock feature %s"] = "Bloquear la funcionalidad %s";
+App::$strings["Manage Additional Features"] = "Gestionar las funcionalidades";
+App::$strings["New Profile Field"] = "Nuevo campo en el perfil";
+App::$strings["Field nickname"] = "Alias del campo";
+App::$strings["System name of field"] = "Nombre del campo en el sistema";
+App::$strings["Input type"] = "Tipo de entrada";
+App::$strings["Field Name"] = "Nombre del campo";
+App::$strings["Label on profile pages"] = "Etiqueta a mostrar en la página del perfil";
+App::$strings["Help text"] = "Texto de ayuda";
+App::$strings["Additional info (optional)"] = "Información adicional (opcional)";
+App::$strings["Field definition not found"] = "Definición del campo no encontrada";
+App::$strings["Edit Profile Field"] = "Modificar el campo del perfil";
+App::$strings["Basic Profile Fields"] = "Campos básicos del perfil";
+App::$strings["Advanced Profile Fields"] = "Campos avanzados del perfil";
+App::$strings["(In addition to basic fields)"] = "(Además de los campos básicos)";
+App::$strings["All available fields"] = "Todos los campos disponibles";
+App::$strings["Custom Fields"] = "Campos personalizados";
+App::$strings["Create Custom Field"] = "Crear un campo personalizado";
+App::$strings["%s channel censored/uncensored"] = array(
+ 0 => "%s canales censurados/no censurados",
+ 1 => "%s canales censurados/no censurados",
+ 2 => "%s canales censurados/no censurados",
+);
+App::$strings["%s channel code allowed/disallowed"] = array(
+ 0 => "%s código permitido/no permitido al canal",
+ 1 => "%s código permitido/no permitido al canal",
+ 2 => "%s código permitido/no permitido al canal",
+);
+App::$strings["%s channel deleted"] = array(
+ 0 => "%s canales eliminados",
+ 1 => "%s canales eliminados",
+ 2 => "%s canales eliminados",
+);
+App::$strings["Channel not found"] = "Canal no encontrado";
+App::$strings["Channel '%s' deleted"] = "Canal '%s' eliminado";
+App::$strings["Channel '%s' censored"] = "Canal '%s' censurado";
+App::$strings["Channel '%s' uncensored"] = "Canal '%s' no censurado";
+App::$strings["Channel '%s' code allowed"] = "Código permitido al canal '%s'";
+App::$strings["Channel '%s' code disallowed"] = "Código no permitido al canal '%s'";
+App::$strings["select all"] = "seleccionar todo";
+App::$strings["Censor"] = "Censurar";
+App::$strings["Uncensor"] = "No censurar";
+App::$strings["Allow Code"] = "Permitir código";
+App::$strings["Disallow Code"] = "No permitir código";
+App::$strings["UID"] = "UID";
+App::$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?"] = "Los canales seleccionados se eliminarán!\\n\\nTodo lo publicado por estos canales en este sitio se borrarán definitivamente!\\n\\n¿Está seguro de querer hacerlo?";
+App::$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?"] = "El canal {0} va a ser eliminado!\\n\\nTodo lo publicado por el canal en este sitio se borrará definitivamente!\\n\\n¿Está seguro de querer hacerlo?";
+App::$strings["Password changed for account %d."] = "Ha cambiado la contraseña para la cuenta %d.";
+App::$strings["Account settings updated."] = "Se han actualizado los ajustes de la cuenta.";
+App::$strings["Account Edit"] = "Editar la cuenta";
+App::$strings["New Password"] = "Nueva contraseña";
+App::$strings["New Password again"] = "Nueva contraseña otra vez";
+App::$strings["Account language (for emails)"] = "Idioma de la cuenta (para los correos electrónicos)";
+App::$strings["Update has been marked successful"] = "La actualización ha sido marcada como exitosa";
+App::$strings["Verification of update %s failed. Check system logs."] = "Error en la verificación de la actualización %s. Compruebe los registros del sistema.";
+App::$strings["Update %s was successfully applied."] = "La actualización de %s se ha realizado exitosamente.";
+App::$strings["Verifying update %s did not return a status. Unknown if it succeeded."] = "La verificación de la actualización %s no devuelve un estado. Desconocido si tuvo éxito.";
+App::$strings["Update %s does not contain a verification function."] = "La actualización %s no contiene una función de verificación.";
+App::$strings["Update function %s could not be found."] = "No se encuentra la función de actualización de %s.";
+App::$strings["Executing update procedure %s failed. Check system logs."] = "Error al ejecutar el procedimiento de actualización %s. Compruebe los registros del sistema.";
+App::$strings["Update %s did not return a status. It cannot be determined if it was successful."] = "La actualización %s no devuelve un estado. No se puede determinar si tuvo éxito.";
+App::$strings["Failed Updates"] = "Han fallado las actualizaciones";
+App::$strings["Mark success (if update was manually applied)"] = "Marcar como exitosa (si la actualización se ha hecho manualmente)";
+App::$strings["Attempt to verify this update if a verification procedure exists"] = "Intentar verificar esta actualización si existe un procedimiento de verificación.";
+App::$strings["Attempt to execute this update step automatically"] = "Intentar ejecutar este paso de actualización automáticamente";
+App::$strings["No failed updates."] = "No ha fallado ninguna actualización.";
+App::$strings["Log settings updated."] = "Actualizado el informe de configuraciones.";
+App::$strings["Clear"] = "Vaciar";
+App::$strings["Debugging"] = "Depuración";
+App::$strings["Log file"] = "Fichero de informe";
+App::$strings["Must be writable by web server. Relative to your top-level webserver directory."] = "Debe tener permisos de escritura por el servidor web. La ruta es relativa al directorio web principal.";
+App::$strings["Log level"] = "Nivel de depuración";
+App::$strings["Queue Statistics"] = "Estadísticas de la cola";
+App::$strings["Total Entries"] = "Total de entradas";
+App::$strings["Destination URL"] = "Dirección de destino";
+App::$strings["Mark hub permanently offline"] = "Marcar el servidor como permanentemente fuera de línea";
+App::$strings["Retry delivery to this hub"] = "Reintentar la entrega a este hub";
+App::$strings["Empty queue for this hub"] = "Vaciar la cola para este servidor";
+App::$strings["Last known contact"] = "Último contacto conocido";
App::$strings["Invalid input"] = "Entrada no válida";
App::$strings["Errors"] = "Errores";
App::$strings["Site settings updated."] = "Ajustes del sitio actualizados.";
@@ -2424,7 +2751,6 @@ App::$strings["Restrict the public stream to content originating at this site"]
App::$strings["Allow anybody on the internet to access the public streams"] = "Permitir que cualquiera en Internet pueda acceder a los \"streams\" públicos";
App::$strings["Disable to require authentication before viewing"] = "Desactivar para requerir autenticación antes de ver";
App::$strings["Only import Public stream posts with this text"] = "Importar solo entradas del stream púlbico con este texto ";
-App::$strings["words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts"] = "Una sola opción por línea: palabras, #etiquetas, /patrones/ o lang=xx. Dejar en blanco para importarlo todo";
App::$strings["Do not import Public stream posts with this text"] = "No importar entradas del stream público con este texto ";
App::$strings["Login on Homepage"] = "Iniciar sesión en la página personal";
App::$strings["Present a login box to visitors on the home page if no other content has been configured."] = "Presentar a los visitantes una casilla de identificación en la página de inicio, si no se ha configurado otro tipo de contenido.";
@@ -2461,136 +2787,36 @@ App::$strings["Default: profiles"] = "Perfiles predeterminados";
App::$strings["Optional: site location"] = "Opcional: ubicación del sitio";
App::$strings["Region or country"] = "Región o país";
App::$strings["Invalid 24h time value (hhmm/hmm)"] = "Valor de tiempo de 24h no válido (hhmm/hmm)";
-App::$strings["Log settings updated."] = "Actualizado el informe de configuraciones.";
-App::$strings["Clear"] = "Vaciar";
-App::$strings["Debugging"] = "Depuración";
-App::$strings["Log file"] = "Fichero de informe";
-App::$strings["Must be writable by web server. Relative to your top-level webserver directory."] = "Debe tener permisos de escritura por el servidor web. La ruta es relativa al directorio web principal.";
-App::$strings["Log level"] = "Nivel de depuración";
-App::$strings["%s channel censored/uncensored"] = array(
- 0 => "%s canales censurados/no censurados",
- 1 => "%s canales censurados/no censurados",
- 2 => "%s canales censurados/no censurados",
-);
-App::$strings["%s channel code allowed/disallowed"] = array(
- 0 => "%s código permitido/no permitido al canal",
- 1 => "%s código permitido/no permitido al canal",
- 2 => "%s código permitido/no permitido al canal",
-);
-App::$strings["%s channel deleted"] = array(
- 0 => "%s canales eliminados",
- 1 => "%s canales eliminados",
- 2 => "%s canales eliminados",
-);
-App::$strings["Channel not found"] = "Canal no encontrado";
-App::$strings["Channel '%s' deleted"] = "Canal '%s' eliminado";
-App::$strings["Channel '%s' censored"] = "Canal '%s' censurado";
-App::$strings["Channel '%s' uncensored"] = "Canal '%s' no censurado";
-App::$strings["Channel '%s' code allowed"] = "Código permitido al canal '%s'";
-App::$strings["Channel '%s' code disallowed"] = "Código no permitido al canal '%s'";
-App::$strings["select all"] = "seleccionar todo";
-App::$strings["Censor"] = "Censurar";
-App::$strings["Uncensor"] = "No censurar";
-App::$strings["Allow Code"] = "Permitir código";
-App::$strings["Disallow Code"] = "No permitir código";
-App::$strings["UID"] = "UID";
-App::$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?"] = "Los canales seleccionados se eliminarán!\\n\\nTodo lo publicado por estos canales en este sitio se borrarán definitivamente!\\n\\n¿Está seguro de querer hacerlo?";
-App::$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?"] = "El canal {0} va a ser eliminado!\\n\\nTodo lo publicado por el canal en este sitio se borrará definitivamente!\\n\\n¿Está seguro de querer hacerlo?";
-App::$strings["Password changed for account %d."] = "Ha cambiado la contraseña para la cuenta %d.";
-App::$strings["Account settings updated."] = "Se han actualizado los ajustes de la cuenta.";
-App::$strings["Account Edit"] = "Editar la cuenta";
-App::$strings["New Password"] = "Nueva contraseña";
-App::$strings["New Password again"] = "Nueva contraseña otra vez";
-App::$strings["Account language (for emails)"] = "Idioma de la cuenta (para los correos electrónicos)";
-App::$strings["New Profile Field"] = "Nuevo campo en el perfil";
-App::$strings["Field nickname"] = "Alias del campo";
-App::$strings["System name of field"] = "Nombre del campo en el sistema";
-App::$strings["Input type"] = "Tipo de entrada";
-App::$strings["Field Name"] = "Nombre del campo";
-App::$strings["Label on profile pages"] = "Etiqueta a mostrar en la página del perfil";
-App::$strings["Help text"] = "Texto de ayuda";
-App::$strings["Additional info (optional)"] = "Información adicional (opcional)";
-App::$strings["Field definition not found"] = "Definición del campo no encontrada";
-App::$strings["Edit Profile Field"] = "Modificar el campo del perfil";
-App::$strings["Basic Profile Fields"] = "Campos básicos del perfil";
-App::$strings["Advanced Profile Fields"] = "Campos avanzados del perfil";
-App::$strings["(In addition to basic fields)"] = "(Además de los campos básicos)";
-App::$strings["All available fields"] = "Todos los campos disponibles";
-App::$strings["Custom Fields"] = "Campos personalizados";
-App::$strings["Create Custom Field"] = "Crear un campo personalizado";
-App::$strings["Update has been marked successful"] = "La actualización ha sido marcada como exitosa";
-App::$strings["Verification of update %s failed. Check system logs."] = "Error en la verificación de la actualización %s. Compruebe los registros del sistema.";
-App::$strings["Update %s was successfully applied."] = "La actualización de %s se ha realizado exitosamente.";
-App::$strings["Verifying update %s did not return a status. Unknown if it succeeded."] = "La verificación de la actualización %s no devuelve un estado. Desconocido si tuvo éxito.";
-App::$strings["Update %s does not contain a verification function."] = "La actualización %s no contiene una función de verificación.";
-App::$strings["Update function %s could not be found."] = "No se encuentra la función de actualización de %s.";
-App::$strings["Executing update procedure %s failed. Check system logs."] = "Error al ejecutar el procedimiento de actualización %s. Compruebe los registros del sistema.";
-App::$strings["Update %s did not return a status. It cannot be determined if it was successful."] = "La actualización %s no devuelve un estado. No se puede determinar si tuvo éxito.";
-App::$strings["Failed Updates"] = "Han fallado las actualizaciones";
-App::$strings["Mark success (if update was manually applied)"] = "Marcar como exitosa (si la actualización se ha hecho manualmente)";
-App::$strings["Attempt to verify this update if a verification procedure exists"] = "Intentar verificar esta actualización si existe un procedimiento de verificación.";
-App::$strings["Attempt to execute this update step automatically"] = "Intentar ejecutar este paso de actualización automáticamente";
-App::$strings["No failed updates."] = "No ha fallado ninguna actualización.";
-App::$strings["Plugin %s disabled."] = "Extensión %s desactivada.";
-App::$strings["Plugin %s enabled."] = "Extensión %s activada.";
-App::$strings["Minimum project version: "] = "Versión mínima del proyecto:";
-App::$strings["Maximum project version: "] = "Versión máxima del proyecto:";
-App::$strings["Minimum PHP version: "] = "Versión mínima de PHP:";
-App::$strings["Compatible Server Roles: "] = "Configuraciones compatibles con este servidor:";
-App::$strings["Requires: "] = "Se requiere:";
-App::$strings["Disabled - version incompatibility"] = "Deshabilitado - versiones incompatibles";
-App::$strings["Enter the public git repository URL of the addon repo."] = "Introduzca la URL del repositorio público de git del addon repo.";
-App::$strings["Addon repo git URL"] = "URL del repositorio git del addon";
-App::$strings["Custom repo name"] = "Nombre personalizado del repositorio";
-App::$strings["(optional)"] = "(opcional)";
-App::$strings["Download Addon Repo"] = "Descargar el repositorio";
-App::$strings["Install new repo"] = "Instalar un nuevo repositorio";
-App::$strings["Install"] = "Instalar";
-App::$strings["Manage Repos"] = "Gestionar los repositorios";
-App::$strings["Installed Addon Repositories"] = "Repositorioe de addons instalados";
-App::$strings["Install a New Addon Repository"] = "Instalar un nuevo repositorio de addons";
-App::$strings["Switch branch"] = "Cambiar la rama";
-App::$strings["Installed Apps"] = "Apps instaladas";
-App::$strings["Manage Apps"] = "Administrar apps";
-App::$strings["Create Custom App"] = "Crear una app personalizada";
-App::$strings["Some blurb about what to do when you're new here"] = "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquí";
-App::$strings["Channel removals are not allowed within 48 hours of changing the account password."] = "La eliminación de canales no está permitida hasta pasadas 48 horas desde el último cambio de contraseña.";
-App::$strings["Remove Channel"] = "Eliminar el canal";
-App::$strings["WARNING: "] = "ATENCIÓN:";
-App::$strings["This channel will be permanently removed. "] = "Este canal será eliminado permanentemente. ";
-App::$strings["This action can not be undone!"] = "¡Esta acción no se puede deshacer!";
-App::$strings["Please enter your password for verification:"] = "Por favor, introduzca su contraseña para su verificación:";
-App::$strings["Email resent"] = "Correo electrónico reenviado";
-App::$strings["Email resend failed"] = "Fallo en el reenvío del correo electrónico";
-App::$strings["Verification successful"] = "¡Verificación exitosa!";
-App::$strings["Account successfull created"] = "Cuenta creada con éxito";
-App::$strings["Channel successfull created"] = "Canal creado con éxito";
-App::$strings["Automatic channel creation failed. Please create a channel."] = "La creación automática de canales ha fallado. Por favor, cree un canal.";
-App::$strings["Account creation error"] = "Error en la creación de la cuenta";
-App::$strings["Verify failed"] = "Verificación fallida";
-App::$strings["Token verification failed"] = "Ha fallado el token de verificación.";
-App::$strings["Request not inside time frame"] = "Solicitud fuera de plazo";
-App::$strings["Identity unknown"] = "Identidad desconocida";
-App::$strings["dId2 mistaken"] = "did2 equivocado/a";
-App::$strings["Your Registration ID"] = "Su ID de registro";
-App::$strings["Registration verification"] = "Verificación del registro";
-App::$strings["Hold on, you can start verification in"] = "Espere, puede empezar la verificación en ";
-App::$strings["Please remember your verification token for ID"] = "Por favor, recuerde su token de verificación para la identificación";
-App::$strings["Token validity"] = "Validez del token";
-App::$strings["Resend email"] = "Reenvío de correo electrónico";
-App::$strings["Registration status"] = "Estado del registro";
-App::$strings["Verification successful!"] = "¡Verificación exitosa!";
-App::$strings["Your login ID is"] = "Su ID de acceso es";
-App::$strings["After your account has been approved by our administrator you will be able to login with your login ID and your provided password."] = "Una vez que su cuenta haya sido aprobada por nuestro administrador, podrá iniciar sesión con su ID de acceso y la contraseña proporcionada.";
-App::$strings["Registration request revoked"] = "Solicitud de registro anulada";
-App::$strings["Sorry for any inconvience. Thank you for your response."] = "Disculpe las molestias. Gracias por su respuesta.";
-App::$strings["Please enter your verification token for ID"] = "Por favor, introduzca su token de verificación para la identificación";
-App::$strings["Please check your email!"] = "¡Por favor, compruebe su correo electrónico!";
-App::$strings["Verification token"] = "Token de verificación ";
-App::$strings["ID expired"] = "ID caducada";
-App::$strings["You will require the verification token for ID"] = "Necesitará el token de verificación para identificarse";
-App::$strings["Unknown or expired ID"] = "ID desconocida o caducada";
-App::$strings["dId2 malformed"] = "did2 malformado/a";
+App::$strings["By default, unfiltered HTML is allowed in embedded media. This is inherently insecure."] = "De forma predeterminada, el HTML sin filtrar está permitido en el contenido multimedia incorporado en una publicación. Esto es siempre inseguro.";
+App::$strings["The recommended setting is to only allow unfiltered HTML from the following sites:"] = "La configuración recomendada es que sólo se permita HTML sin filtrar desde los siguientes sitios: ";
+App::$strings["https://youtube.com/<br />https://www.youtube.com/<br />https://youtu.be/<br />https://vimeo.com/<br />https://soundcloud.com/<br />"] = "https://youtube.com/<br />https://www.youtube.com/<br />https://youtu.be/<br />https://vimeo.com/<br />https://soundcloud.com/<br />";
+App::$strings["All other embedded content will be filtered, <strong>unless</strong> embedded content from that site is explicitly blocked."] = "El resto del contenido incrustado se filtrará, <strong>excepto</ strong> si el contenido incorporado desde ese sitio está bloqueado de forma explícita.";
+App::$strings["Block public"] = "Bloquear páginas públicas";
+App::$strings["Check to block public access to all otherwise public personal pages on this site unless you are currently authenticated."] = "Habilitar para impedir ver las páginas personales de este sitio a quien no esté actualmente autenticado.";
+App::$strings["Provide a cloud root directory"] = "Proporcionar un directorio raíz de la nube";
+App::$strings["The cloud root directory lists all channel names which provide public files"] = "El directorio raíz de la nube lista todos los nombres de canales que proporcionan archivos públicos";
+App::$strings["Show total disk space available to cloud uploads"] = "Mostrar el espacio total disponible en el disco para las cargas en la nube";
+App::$strings["Set \"Transport Security\" HTTP header"] = "Habilitar \"Seguridad de transporte\" (\"Transport Security\") en la cabecera HTTP";
+App::$strings["Set \"Content Security Policy\" HTTP header"] = "Habilitar la \"Política de seguridad del contenido\" (\"Content Security Policy\") en la cabecera HTTP";
+App::$strings["Allowed email domains"] = "Se aceptan dominios de correo electrónico";
+App::$strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Lista separada por comas de los dominios de los que se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio. ";
+App::$strings["Not allowed email domains"] = "No se permiten dominios de correo electrónico";
+App::$strings["Comma separated list of domains which are not allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains, unless allowed domains have been defined."] = "Lista separada por comas de los dominios de los que no se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para no aceptar cualquier dominio, excepto los que se hayan autorizado.";
+App::$strings["Allow communications only from these sites"] = "Permitir la comunicación solo desde estos sitios";
+App::$strings["One site per line. Leave empty to allow communication from anywhere by default"] = "Un sitio por línea. Dejar en blanco para permitir por defecto la comunicación desde cualquiera";
+App::$strings["Block communications from these sites"] = "Bloquear la comunicación desde estos sitios";
+App::$strings["Allow communications only from these channels"] = "Permitir la comunicación solo desde estos canales";
+App::$strings["One channel (hash) per line. Leave empty to allow from any channel by default"] = "Un canal (hash) por línea. Dejar en blanco para permitir por defecto la comunicación desde cualquiera";
+App::$strings["Block communications from these channels"] = "Bloquear la comunicación desde estos canales";
+App::$strings["Only allow embeds from secure (SSL) websites and links."] = "Sólo se permite contenido multimedia incorporado desde sitios y enlaces seguros (SSL).";
+App::$strings["Allow unfiltered embedded HTML content only from these domains"] = "Permitir contenido HTML sin filtrar sólo desde estos dominios ";
+App::$strings["One site per line. By default embedded content is filtered."] = "Un sitio por línea. El contenido incorporado se filtra de forma predeterminada.";
+App::$strings["Block embedded HTML from these domains"] = "Bloquear contenido con HTML incorporado desde estos dominios";
+App::$strings["Allow SVG thumbnails in file browser"] = "Permitir miniaturas SVG en el navegador de archivos";
+App::$strings["WARNING: SVG images may contain malicious code."] = "ADVERTENCIA: Las imágenes SVG pueden contener código malicioso.";
+App::$strings["Allow embedded (inline) PDF files"] = "Permitir ficheros PDF incrustados (en línea)";
+App::$strings["Additional trusted directory server URLs"] = "URL adicionales del servidor de directorio de confianza";
+App::$strings["Accept directory flags (spam, nsfw) from those servers. One per line like https://example.tld"] = "Aceptar indicadores de directorio (spam, nsfw) de esos servidores. Uno por línea, como https://example.tld";
App::$strings["You have created %1$.0f of %2$.0f allowed channels."] = "Ha creado %1$.0f de %2$.0f canales permitidos.";
App::$strings["Create a new channel"] = "Crear un nuevo canal";
App::$strings["Current Channel"] = "Canal actual";
@@ -2599,13 +2825,59 @@ App::$strings["Default Channel"] = "Canal principal";
App::$strings["Make Default"] = "Convertir en predeterminado";
App::$strings["%d new introductions"] = "%d nuevas solicitudes de conexión";
App::$strings["Delegated Channel"] = "Canal delegado";
-App::$strings["Layout not found"] = "Diseño no encontrado";
-App::$strings["This template does not support pdledi_gui (no content regions defined)"] = "Esta plantilla no es compatible con pdledi_gui (no hay regiones de contenido definidas)";
-App::$strings["Main page content"] = "Contenido de la página principal";
-App::$strings["The main page content can not be edited!"] = "El contenido de la página principal no se puede editar.";
-App::$strings["toggle full screen mode"] = "cambiar al modo de pantalla completa";
+App::$strings["Token verification failed."] = "Ha fallado el token de verificación.";
+App::$strings["Email verification resent"] = "Reenvío del email de verificación";
+App::$strings["Unable to resend email verification message."] = "No se puede reenviar el mensaje de verificación por correo electrónico.";
+App::$strings["Invalid message"] = "Mensaje no válido";
+App::$strings["no results"] = "sin resultados";
+App::$strings["channel sync processed"] = "se ha realizado la sincronización del canal";
+App::$strings["queued"] = "encolado";
+App::$strings["posted"] = "enviado";
+App::$strings["accepted for delivery"] = "aceptado para el envío";
+App::$strings["updated"] = "actualizado";
+App::$strings["update ignored"] = "actualización ignorada";
+App::$strings["permission denied"] = "permiso denegado";
+App::$strings["recipient not found"] = "destinatario no encontrado";
+App::$strings["Delivery report for %1\$s"] = "Informe de entrega para %1\$s";
+App::$strings["Redeliver"] = "Volver a enviar";
+App::$strings["Poke somebody"] = "Dar un toque a alguien";
+App::$strings["Poke or ping somebody"] = "Dar un toque o hacer ping a alguien";
+App::$strings["Recipient"] = "Destinatario";
+App::$strings["Choose action"] = "Elegir una acción";
+App::$strings["Make this post private"] = "Convertir en privado este envío";
App::$strings["Away"] = "Ausente";
App::$strings["Online"] = "Conectado/a";
+App::$strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está siguiendo %3\$s de %2\$s";
+App::$strings["%1\$s stopped following %2\$s's %3\$s"] = "%1\$s ha dejado de seguir %3\$s de %2\$s";
+App::$strings["Permissions denied."] = "Permisos denegados.";
+App::$strings["Link to source"] = "Enlace a la fuente";
+App::$strings["Previous"] = "Anterior";
+App::$strings["Next"] = "Siguiente";
+App::$strings["Today"] = "Hoy";
+App::$strings["Bookmark added"] = "Marcador añadido";
+App::$strings["My Connections Bookmarks"] = "Marcadores de mis conexiones";
+App::$strings["Affinity Tool settings updated."] = "Actualización de los ajustes de Affinity Tool.";
+App::$strings["The numbers below represent the minimum and maximum slider default positions for your network/stream page as a percentage."] = "Los números que aparecen a continuación representan las posiciones predeterminadas mínimas y máximas de los controles deslizantes para su red/stream en forma de porcentaje.";
+App::$strings["Default maximum affinity level"] = "Nivel máximo de afinidad por defecto";
+App::$strings["0-99 default 99"] = "0-99 por defecto 99";
+App::$strings["Default minimum affinity level"] = "Nivel mínimo de afinidad por defecto";
+App::$strings["0-99 - default 0"] = "0-99 - por defecto 0";
+App::$strings["Persistent affinity levels"] = "Niveles de afinidad persistentes";
+App::$strings["If disabled the max and min levels will be reset to default after page reload"] = "Si está desactivado, los niveles máximo y mínimo se restablecerán a los valores predeterminados después de recargar la página.";
+App::$strings["Affinity Tool Settings"] = "Ajustes de Affinity Tool";
+App::$strings["Blocked accounts"] = "Cuentas bloqueadas";
+App::$strings["Expired accounts"] = "Cuentas caducadas";
+App::$strings["Expiring accounts"] = "Cuentas que caducan";
+App::$strings["Message queues"] = "Mensajes en cola";
+App::$strings["Your software should be updated"] = "Debe actualizar su software";
+App::$strings["Summary"] = "Sumario";
+App::$strings["Registered accounts"] = "Cuentas registradas";
+App::$strings["Pending registrations"] = "Registros pendientes";
+App::$strings["Registered channels"] = "Canales registrados";
+App::$strings["Active addons"] = "Addons acivos";
+App::$strings["Version"] = "Versión";
+App::$strings["Repository version (master)"] = "Versión del repositorio (master)";
+App::$strings["Repository version (dev)"] = "Versión del repositorio (dev)";
App::$strings["Contact role deleted."] = "Rol de contacto eliminado.";
App::$strings["Permission category name is required."] = "El nombre de la categoría de permiso es obligatorio.";
App::$strings["Contact role saved."] = "Rol de contacto guardado.";
@@ -2614,31 +2886,77 @@ App::$strings["Role to assign affected contacts to"] = "Rol al que asignar los c
App::$strings["Assign this role to"] = "Asigne este rol a ";
App::$strings["All my contacts"] = "Todos mis contactos";
App::$strings["Automatically assign this role to new contacts"] = "Asignar automáticamente este rol a los nuevos contactos";
-App::$strings["Contact Roles"] = "Roles de contacto";
App::$strings["Role name"] = "Nombre del rol ";
App::$strings["System role - not editable"] = "Rol de sistema - no editable";
App::$strings["Deleting"] = "Eliminación";
-App::$strings["inherited"] = "heredado";
App::$strings["Role Permissions"] = "Permisos de rol";
App::$strings["Some permissions may be inherited from your <a href=\"settings\">channel role</a>, which have higher priority than contact role settings."] = "Algunos permisos pueden ser heredados de su <a href=\"settings\">rol de canal</a>, que tienen mayor prioridad que la configuración del rol de contacto.";
-App::$strings["Token verification failed."] = "Ha fallado el token de verificación.";
-App::$strings["Email verification resent"] = "Reenvío del email de verificación";
-App::$strings["Unable to resend email verification message."] = "No se puede reenviar el mensaje de verificación por correo electrónico.";
-App::$strings["Permissions denied."] = "Permisos denegados.";
-App::$strings["item"] = "elemento";
-App::$strings["Change Order of Pinned Navbar Apps"] = "Cambiar el orden de las aplicaciones fijas en la barra de navegación";
-App::$strings["Change Order of App Tray Apps"] = "Cambiar el orden de las aplicaciones de la bandeja de aplicaciones";
-App::$strings["Use arrows to move the corresponding app left (top) or right (bottom) in the navbar"] = "Use las flechas para mover la aplicación correspondiente a la izquierda (arriba) o derecha (abajo) en la barra de navegación.";
-App::$strings["Use arrows to move the corresponding app up or down in the app tray"] = "Use las flechas para mover la aplicación correspondiente hacia arriba o hacia abajo en la bandeja de aplicaciones.";
-App::$strings["Unable to find your hub."] = "No se puede encontrar su servidor.";
-App::$strings["Post successful."] = "Enviado con éxito.";
-App::$strings["Item approved"] = "Elemento aprobado";
-App::$strings["Account removals are not allowed within 48 hours of changing the account password."] = "La eliminación de cuentas no está permitida hasta después de que hayan transcurrido 48 horas desde el último cambio de contraseña.";
-App::$strings["Remove This Account"] = "Eliminar esta cuenta";
-App::$strings["This account and all its channels will be completely removed from the network. "] = "Esta cuenta y todos sus canales van a ser eliminados de la red.";
-App::$strings["This action is permanent and can not be undone!"] = "¡Esta acción tiene carácter definitivo y no se puede deshacer!";
-App::$strings["Remove Account"] = "Eliminar cuenta";
-App::$strings["Language App"] = "App idioma";
+App::$strings["Can not copy folder into itself."] = "No se puede copiar la carpeta en sí misma.";
+App::$strings["Can not move folder \"%s\" into itself."] = "No se puede mover la carpeta\"%s\" en sí misma.";
+App::$strings["Xchan Lookup"] = "Búsqueda de canales";
+App::$strings["Lookup xchan beginning with (or webbie): "] = "Buscar un canal (o un \"webbie\") que comience por:";
+App::$strings["Privacy group created."] = "El grupo de canales ha sido creado.";
+App::$strings["Could not create privacy group."] = "No se puede crear el grupo de canales";
+App::$strings["Privacy group updated."] = "Grupo de canales actualizado.";
+App::$strings["Post to this group by default"] = "Publicar en este grupo por defecto";
+App::$strings["Add new contacts to this group by default"] = "Añadir nuevos contactos a este grupo por defecto";
+App::$strings["Privacy group name"] = "Nombre del grupo";
+App::$strings["Members are visible to other channels"] = "Los miembros son visibles para otros canales";
+App::$strings["Privacy group removed."] = "Grupo de canales eliminado.";
+App::$strings["Unable to remove privacy group."] = "No se puede eliminar el grupo de canales.";
+App::$strings["Privacy Group: %s"] = "Grupo privado %s";
+App::$strings["Privacy group name: "] = "Nombre del grupo de canales:";
+App::$strings["Group members"] = "Miembros del grupo";
+App::$strings["Not in this group"] = "No en este grupo";
+App::$strings["Click a channel to toggle membership"] = "Haga clic en un canal para cambiar los miembros";
+App::$strings["Documentation Search"] = "Búsqueda de Documentación";
+App::$strings["Members"] = "Miembros";
+App::$strings["Administrators"] = "Administradores";
+App::$strings["Developers"] = "Desarrolladores";
+App::$strings["Tutorials"] = "Tutoriales";
+App::$strings["\$Projectname Documentation"] = "Documentación de \$Projectname";
+App::$strings["Contents"] = "Contenidos";
+App::$strings["Post not found."] = "Mensaje no encontrado.";
+App::$strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha etiquetado %3\$s de %2\$s con %4\$s";
+App::$strings["Invite App"] = "Solicitar una app";
+App::$strings["Register is closed"] = "El registro está cerrado";
+App::$strings["Note, the invitation code is valid up to"] = "Tenga en cuenta que el código de invitación es válido hasta ";
+App::$strings["Too many recipients for one invitation (max %d)"] = "Demasiados destinatarios para una invitación (máx %d)";
+App::$strings["No recipients for this invitation"] = "No hay destinatarios para esta invitación";
+App::$strings["(%s) : Not a real email address"] = "(%s) : No es una dirección de correo electrónica real";
+App::$strings["(%s) : Not allowed email address"] = "(%s) : Dirección de correo electrónico no permitida";
+App::$strings["(%s) : email address already in use"] = "(%s) : La dirección de correo electrónico ya está en uso";
+App::$strings["(%s) : Accepted email address"] = "(%s) : Dirección de correo electrónico aceptada";
+App::$strings["To %s : Message delivery success."] = "To %s : Entrega exitosa del mensaje.";
+App::$strings["%1\$d mail(s) sent, %2\$d mail error(s)"] = "%1\$d correo(s) enviado, %2\$d error(es) de correo";
+App::$strings["Invites not proposed by configuration"] = "Invitaciones no propuestas por la configuración";
+App::$strings["Contact the site admin"] = "Contactar con el administrador del sitio";
+App::$strings["Invites by users not enabled"] = "Invitaciones de usuarios no habilitadas";
+App::$strings["You have no more invitations available"] = "No tiene más invitaciones disponibles";
+App::$strings["Not on xchan"] = "No en xchan";
+App::$strings["All users invitation limit exceeded."] = "Se ha superado el límite de invitaciones a todos los usuarios.";
+App::$strings["Invitation expires after"] = "La invitación expira después de ";
+App::$strings["Invitation"] = "Invitación";
+App::$strings["Send invitations"] = "Enviar invitaciones";
+App::$strings["Invitations I am using"] = "Invitaciones que estoy utilizando ";
+App::$strings["Invitations we are using"] = "Invitaciones que usamos ";
+App::$strings["§ Note, the email(s) sent will be recorded in the system logs"] = "§ Nota: el/los correo(s) electrónicos enviados quedarán registrados en los registros del sistema";
+App::$strings["Enter email addresses, one per line:"] = "Introduzca las direcciones de correo electrónico, una por línea:";
+App::$strings["Your message:"] = "Su mensaje:";
+App::$strings["Invite template"] = "Plantilla de invitación";
+App::$strings["Subject:"] = "Asunto:";
+App::$strings["Here you may enter personal notes to the recipient(s)"] = "Aquí puede introducir notas personales para el/los destinatario(s)";
+App::$strings["About this site"] = "Acerca de este sitio";
+App::$strings["Site Name"] = "Nombre del sitio";
+App::$strings["Administrator"] = "Administrador";
+App::$strings["Software and Project information"] = "Información sobre el software y el proyecto";
+App::$strings["This site is powered by \$Projectname"] = "Este sitio funciona con \$Projectname";
+App::$strings["Federated and decentralised networking and identity services provided by Zot"] = "Servicios federados y descentralizados de identidad y redes proporcionados por Zot";
+App::$strings["Additional federated transport protocols:"] = "Protocolos adicionales de transporte federado: ";
+App::$strings["Version %s"] = "Versión %s";
+App::$strings["Project homepage"] = "Página principal del proyecto";
+App::$strings["Developer homepage"] = "Página principal del desarrollador";
+App::$strings["Item not available."] = "Elemento no disponible";
App::$strings["No content available for year"] = "No hay contenido disponible para el año";
App::$strings["Export Channel"] = "Exportar el canal";
App::$strings["Export channel"] = "Exportar canal";
@@ -2654,13 +2972,55 @@ App::$strings["This will export your channel calendar events and associated item
App::$strings["Export chatrooms"] = "Exportar salas de chat";
App::$strings["This will export your chatrooms. Chat history is dismissed."] = "Esto exportará sus chats. Se descarta el historial de chats.";
App::$strings["This export can be imported or restored by visiting <a href=\"%1\$s\">%2\$s</a> on any site containing your channel."] = "Esta exportación puede ser importada o restaurada visitando <a href=\"%1\$s\">%2\$s</a> cualquier sitio que contenga su canal.";
-App::$strings["Article"] = "Artículo";
-App::$strings["Item has been removed."] = "Se ha eliminado el elemento.";
-App::$strings["No channel."] = "Ningún canal.";
-App::$strings["No connections in common."] = "Ninguna conexión en común.";
-App::$strings["View Common Connections"] = "Ver las conexiones comunes";
-App::$strings["%s element installed"] = "%s elemento instalado";
-App::$strings["%s element installation failed"] = "Elemento con instalación fallida: %s";
+App::$strings["Like/Dislike"] = "Me gusta/No me gusta";
+App::$strings["This action is restricted to members."] = "Esta acción está restringida solo para miembros.";
+App::$strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "Por favor, <a href=\"rmagic\">identifíquese con su \$Projectname ID</a> o <a href=\"register\">rregístrese como un nuevo \$Projectname member</a> para continuar.";
+App::$strings["Invalid request."] = "Solicitud incorrecta.";
+App::$strings["thing"] = "elemento";
+App::$strings["Channel unavailable."] = "Canal no disponible.";
+App::$strings["Previous action reversed."] = "Acción anterior revocada.";
+App::$strings["%1\$s agrees with %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s está de acuerdo";
+App::$strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s no está de acuerdo";
+App::$strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s se abstiene";
+App::$strings["Action completed."] = "Acción completada.";
+App::$strings["Thank you."] = "Gracias.";
+App::$strings["Block Name"] = "Nombre del bloque";
+App::$strings["Block Title"] = "Título del bloque";
+App::$strings["Unable to create element."] = "No se puede crear el elemento.";
+App::$strings["Unable to update menu element."] = "No es posible actualizar el elemento del menú.";
+App::$strings["Unable to add menu element."] = "No es posible añadir el elemento al menú";
+App::$strings["Menu Item Permissions"] = "Permisos del elemento del menú";
+App::$strings["(click to open/close)"] = "(pulsar para abrir o cerrar)";
+App::$strings["Link Name"] = "Nombre del enlace";
+App::$strings["Link or Submenu Target"] = "Destino del enlace o submenú";
+App::$strings["Enter URL of the link or select a menu name to create a submenu"] = "Introducir la dirección del enlace o seleccionar el nombre de un submenú";
+App::$strings["Use magic-auth if available"] = "Usar la autenticación mágica si está disponible";
+App::$strings["Open link in new window"] = "Abrir el enlace en una nueva ventana";
+App::$strings["Order in list"] = "Orden en la lista";
+App::$strings["Higher numbers will sink to bottom of listing"] = "Los números más altos irán al final de la lista";
+App::$strings["Submit and finish"] = "Enviar y terminar";
+App::$strings["Submit and continue"] = "Enviar y continuar";
+App::$strings["Menu:"] = "Menú:";
+App::$strings["Link Target"] = "Destino del enlace";
+App::$strings["Edit menu"] = "Editar menú";
+App::$strings["Edit element"] = "Editar el elemento";
+App::$strings["Drop element"] = "Eliminar el elemento";
+App::$strings["New element"] = "Nuevo elemento";
+App::$strings["Edit this menu container"] = "Modificar el contenedor del menú";
+App::$strings["Add menu element"] = "Añadir un elemento al menú";
+App::$strings["Delete this menu item"] = "Eliminar este elemento del menú";
+App::$strings["Edit this menu item"] = "Modificar este elemento del menú";
+App::$strings["Menu item not found."] = "Este elemento del menú no se ha encontrado";
+App::$strings["Menu item deleted."] = "Este elemento del menú ha sido borrado";
+App::$strings["Menu item could not be deleted."] = "Este elemento del menú no puede ser borrado.";
+App::$strings["Edit Menu Element"] = "Editar elemento del menú";
+App::$strings["Link text"] = "Texto del enlace";
+App::$strings["Entry censored"] = "Entrada censurada";
+App::$strings["Entry OK"] = "Entrada OK";
+App::$strings["Change Order of Pinned Navbar Apps"] = "Cambiar el orden de las aplicaciones fijas en la barra de navegación";
+App::$strings["Change Order of App Tray Apps"] = "Cambiar el orden de las aplicaciones de la bandeja de aplicaciones";
+App::$strings["Use arrows to move the corresponding app left (top) or right (bottom) in the navbar"] = "Use las flechas para mover la aplicación correspondiente a la izquierda (arriba) o derecha (abajo) en la barra de navegación.";
+App::$strings["Use arrows to move the corresponding app up or down in the app tray"] = "Use las flechas para mover la aplicación correspondiente hacia arriba o hacia abajo en la bandeja de aplicaciones.";
App::$strings["Your real name is recommended."] = "Se recomienda su nombre real.";
App::$strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\""] = "Ejemplos: \"Juan García\", \"Luisa y sus caballos\", \"Fútbol\", \"Grupo de aviación\"";
App::$strings["This will be used to create a unique network address (like an email address)."] = "Esto se utilizará para crear una dirección de red única (como una dirección de correo electrónico).";
@@ -2671,203 +3031,6 @@ App::$strings["Create a Channel"] = "Crear un canal";
App::$strings["A channel is a unique network identity. It can represent a person (social network profile), a forum (group), a business or celebrity page, a newsfeed, and many other things."] = "Un canal es una identidad única en la red. Puede representar a una persona (un perfil de una red social), un foro o grupo, un negocio o una página de una celebridad, un \"feed\" de noticias, y muchas otras cosas.";
App::$strings["or <a href=\"import\">import an existing channel</a> from another location."] = "O <a href=\"import\">importar un canal </a> desde otro lugar.";
App::$strings["Validate"] = "Validar";
-App::$strings["Entry censored"] = "Entrada censurada";
-App::$strings["Entry OK"] = "Entrada OK";
-App::$strings["No service class restrictions found."] = "No se han encontrado restricciones sobre esta clase de servicio.";
-App::$strings["Mood"] = "Estado de ánimo";
-App::$strings["Set your current mood and tell your friends"] = "Describir su estado de ánimo para comunicárselo a sus amigos";
-App::$strings["About this site"] = "Acerca de este sitio";
-App::$strings["Site Name"] = "Nombre del sitio";
-App::$strings["Administrator"] = "Administrador";
-App::$strings["Software and Project information"] = "Información sobre el software y el proyecto";
-App::$strings["This site is powered by \$Projectname"] = "Este sitio funciona con \$Projectname";
-App::$strings["Federated and decentralised networking and identity services provided by Zot"] = "Servicios federados y descentralizados de identidad y redes proporcionados por Zot";
-App::$strings["Additional federated transport protocols:"] = "Protocolos adicionales de transporte federado: ";
-App::$strings["Version %s"] = "Versión %s";
-App::$strings["Project homepage"] = "Página principal del proyecto";
-App::$strings["Developer homepage"] = "Página principal del desarrollador";
-App::$strings["App installed."] = "Aplicación instalada.";
-App::$strings["Malformed app."] = "Aplicación con errores";
-App::$strings["Embed code"] = "Código incorporado";
-App::$strings["Edit App"] = "Modificar la aplicación";
-App::$strings["Create App"] = "Crear una aplicación";
-App::$strings["Name of app"] = "Nombre de la aplicación";
-App::$strings["Location (URL) of app"] = "Dirección (URL) de la aplicación";
-App::$strings["Photo icon URL"] = "Dirección del icono";
-App::$strings["80 x 80 pixels - optional"] = "80 x 80 pixels - opcional";
-App::$strings["Categories (optional, comma separated list)"] = "Temas (opcional, lista separada por comas)";
-App::$strings["Version ID"] = "Versión";
-App::$strings["Price of app"] = "Precio de la aplicación";
-App::$strings["Location (URL) to purchase app"] = "Dirección (URL) donde adquirir la aplicación";
-App::$strings["Blocked accounts"] = "Cuentas bloqueadas";
-App::$strings["Expired accounts"] = "Cuentas caducadas";
-App::$strings["Expiring accounts"] = "Cuentas que caducan";
-App::$strings["Message queues"] = "Mensajes en cola";
-App::$strings["Your software should be updated"] = "Debe actualizar su software";
-App::$strings["Summary"] = "Sumario";
-App::$strings["Registered accounts"] = "Cuentas registradas";
-App::$strings["Pending registrations"] = "Registros pendientes";
-App::$strings["Registered channels"] = "Canales registrados";
-App::$strings["Active addons"] = "Addons acivos";
-App::$strings["Version"] = "Versión";
-App::$strings["Repository version (master)"] = "Versión del repositorio (master)";
-App::$strings["Repository version (dev)"] = "Versión del repositorio (dev)";
-App::$strings["Invalid abook_id"] = "Abook_id no válido";
-App::$strings["Could not access contact record."] = "No se ha podido acceder al registro de contacto.";
-App::$strings["Could not locate selected profile."] = "No se ha podido localizar el perfil seleccionado.";
-App::$strings["is now connected to"] = "ahora está conectado/a";
-App::$strings["Contact Tools"] = "Gestión de contactos";
-App::$strings["Approve this contact"] = "Aprobar este contacto";
-App::$strings["Accept contact to allow communication"] = "Aceptar el contacto para permitir la comunicación";
-App::$strings["Please select a role for this contact!"] = "¡Por favor, seleccione un rol para este contacto!";
-App::$strings["This contact is unreachable from this location."] = "Este contacto es inaccesible desde esta ubicación.";
-App::$strings["This contact may be unreachable from other channel locations."] = "Este contacto puede ser inaccesible desde otras ubicaciones del canal.";
-App::$strings["Location independence is not supported by their network."] = "La independencia de ubicación no es compatible con su red.";
-App::$strings["View profile"] = "Ver el perfil";
-App::$strings["This is a group/forum channel"] = "Este es un canal de grupo/foro";
-App::$strings["Select a role for this contact"] = "Selecciones un rol para este contacto";
-App::$strings["Slide to adjust your degree of friendship"] = "Deslizar para ajustar el grado de amistad";
-App::$strings["Custom Filter"] = "Filtro personalizado";
-App::$strings["Only import posts with this text"] = "Importar solo entradas que contengan este texto";
-App::$strings["Do not import posts with this text"] = "No importar entradas que contengan este texto";
-App::$strings["Approve contact"] = "Aprobar contacto";
-App::$strings["Their"] = "Su";
-App::$strings["My"] = "Mi";
-App::$strings["Roles"] = "Roles";
-App::$strings["Compare permissions"] = "Comparar permisos";
-App::$strings["Permission"] = "Permiso ";
-App::$strings["Affinity"] = "Afinidad";
-App::$strings["Content filter"] = "Filtro de contenidos";
-App::$strings["Contact updated"] = "Contacto actualizado";
-App::$strings["Contact update failed"] = "Fallo en la actualización del contacto";
-App::$strings["Approve connection"] = "Aprobar esta conexión";
-App::$strings["Refresh succeeded"] = "Actualización con éxito";
-App::$strings["Refresh failed - channel is currently unavailable"] = "Error de actualización: el canal no está disponible en este momento";
-App::$strings["Block status updated"] = "Estado del bloqueo actualizado";
-App::$strings["Block failed"] = "Bloqueo fallido";
-App::$strings["Ignore status updated"] = "Estado de ignorar actualizado";
-App::$strings["Ignore failed"] = "Ignorar falló";
-App::$strings["Archive status updated"] = "Estado de archivar actualizado";
-App::$strings["Archive failed"] = "Archivar falló";
-App::$strings["Hide status updated"] = "Estado de ocultación actualizado";
-App::$strings["Hide failed"] = "Ocultar falló";
-App::$strings["Contact removed"] = "Contacto eliminado";
-App::$strings["Delete failed"] = "Eliminar falló";
-App::$strings["Refresh Permissions"] = "Recargar los permisos";
-App::$strings["Fetch updated permissions"] = "Obtener los permisos actualizados";
-App::$strings["Refresh Photo"] = "Actualizar la foto";
-App::$strings["Fetch updated photo"] = "Obtener una foto actualizada";
-App::$strings["Block (or Unblock) all communications with this connection"] = "Bloquear (o desbloquear) todas las comunicaciones con esta conexión";
-App::$strings["This connection is blocked!"] = "¡Esta conexión está bloqueada!";
-App::$strings["Unignore"] = "Dejar de ignorar";
-App::$strings["Ignore"] = "Ignorar";
-App::$strings["Ignore (or Unignore) all inbound communications from this connection"] = "Ignorar (o dejar de ignorar) todas las comunicaciones entrantes de esta conexión";
-App::$strings["This connection is ignored!"] = "¡Esta conexión es ignorada!";
-App::$strings["Unarchive"] = "Desarchivar";
-App::$strings["Archive"] = "Archivar";
-App::$strings["Archive (or Unarchive) this connection - mark channel dead but keep content"] = "Archiva (o desarchiva) esta conexión - marca el canal como muerto aunque mantiene sus contenidos";
-App::$strings["This connection is archived!"] = "¡Esta conexión esta archivada!";
-App::$strings["Unhide"] = "Mostrar";
-App::$strings["Hide"] = "Ocultar";
-App::$strings["Hide or Unhide this connection from your other connections"] = "Ocultar o mostrar esta conexión a sus otras conexiones";
-App::$strings["This connection is hidden!"] = "¡Esta conexión está oculta!";
-App::$strings["Delete this connection"] = "Eliminar esta conexión";
-App::$strings["No default suggestions were found."] = "No se encontraron sugerencias por defecto.";
-App::$strings["Gender: "] = "Género:";
-App::$strings["Status: "] = "Estado:";
-App::$strings["Homepage: "] = "Página personal:";
-App::$strings["Description:"] = "Descripción:";
-App::$strings["Unsafe"] = "Inseguro";
-App::$strings["Spam"] = "Spam";
-App::$strings["Public Forum:"] = "Foro público:";
-App::$strings["Keywords: "] = "Palabras clave:";
-App::$strings["Don't suggest"] = "No sugerir:";
-App::$strings["Common connections (estimated):"] = "Conexiones comunes (estimadas): ";
-App::$strings["Global Directory"] = "Directorio global:";
-App::$strings["Local Directory"] = "Directorio local:";
-App::$strings["Finding:"] = "Encontrar:";
-App::$strings["next page"] = "siguiente página";
-App::$strings["previous page"] = "página anterior";
-App::$strings["Sort options"] = "Ordenar opciones";
-App::$strings["Alphabetic"] = "Alfabético";
-App::$strings["Reverse Alphabetic"] = "Alfabético inverso";
-App::$strings["Newest to Oldest"] = "De más nuevo a más antiguo";
-App::$strings["Oldest to Newest"] = "De más antiguo a más nuevo";
-App::$strings["No entries (some entries may be hidden)."] = "Sin entradas (algunas entradas pueden estar ocultas).";
-App::$strings["Authorize application connection"] = "Autorizar una conexión de aplicación";
-App::$strings["Return to your app and insert this Security Code:"] = "Vuelva a su aplicación e introduzca este código de seguridad: ";
-App::$strings["Please login to continue."] = "Por favor inicie sesión para continuar.";
-App::$strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "¿Desea autorizar a esta aplicación a acceder a sus publicaciones y contactos, y/o crear nuevas publicaciones por usted?";
-App::$strings["Please login."] = "Por favor, inicie sesión.";
-App::$strings["Block Name"] = "Nombre del bloque";
-App::$strings["Block Title"] = "Título del bloque";
-App::$strings["Email Verification Required"] = "Verificación obligatoria del correo electrónico";
-App::$strings["A verification token was sent to your email address [%s]. Enter that token here to complete the account verification step. Please allow a few minutes for delivery, and check your spam folder if you do not see the message."] = "Se ha enviado un token de verificación a su dirección de correo electrónico [%s]. Ingrese ese símbolo aquí para completar el paso de verificación de cuenta. Por favor, espere unos minutos para el envío, y revise su carpeta de spam si no ve el mensaje.";
-App::$strings["Resend Email"] = "Reenvío de correo electrónico";
-App::$strings["Validation token"] = "Token de validación";
-App::$strings["Item not available."] = "Elemento no disponible";
-App::$strings["Poll not found."] = "Encuesta no encontrada.";
-App::$strings["Invalid response."] = "respuesta no válida.";
-App::$strings["Response submitted. Updates may not appear instantly."] = "Respuesta enviada. Las actualizaciones pueden no aparecer al instante.";
-App::$strings["Image uploaded but image cropping failed."] = "Imagen actualizada, pero el recorte de la imagen ha fallado. ";
-App::$strings["Image resize failed."] = "El ajuste del tamaño de la imagen ha fallado.";
-App::$strings["Image upload failed."] = "La carga de la imagen ha fallado.";
-App::$strings["Unable to process image."] = "No ha sido posible procesar la imagen.";
-App::$strings["Photo not available."] = "Foto no disponible.";
-App::$strings["This profile photo will be visible to anybody on the internet and may be distributed to other websites."] = "Esta foto de perfil será visible para cualquier persona en Internet y podrá ser distribuida a otros sitios web.";
-App::$strings["This profile photo will be visible only to channels with permission to view this profile."] = "Esta foto de perfil sólo será visible para los canales con permiso para ver este perfil.";
-App::$strings["Use Photo for Profile"] = "Usar la fotografía para el perfil";
-App::$strings["Change Profile Photo"] = "Cambiar la foto del perfil";
-App::$strings["Reset to default"] = "Restablecer los valores por defecto";
-App::$strings["Use a photo from your albums"] = "Usar una foto de sus álbumes";
-App::$strings["Select existing"] = "Seleccione lo que hay";
-App::$strings["Crop Image"] = "Recortar imagen";
-App::$strings["Please adjust the image cropping for optimum viewing."] = "Por favor ajuste el recorte de la imagen para una visión óptima.";
-App::$strings["Done editing"] = "Edición completada";
-App::$strings["Edit Block"] = "Modificar este bloque";
-App::$strings["Enter a folder name"] = "Escriba un nombre de carpeta";
-App::$strings["or select an existing folder (doubleclick)"] = "o seleccione una (con un doble click)";
-App::$strings["Save to Folder"] = "Guardar en carpeta";
-App::$strings["Layout Name"] = "Nombre de la plantilla";
-App::$strings["Layout Description (Optional)"] = "Descripción de la plantilla (opcional)";
-App::$strings["Edit Layout"] = "Modificar la plantilla";
-App::$strings["Active"] = "Activo/a";
-App::$strings["Blocked"] = "Bloqueadas";
-App::$strings["Ignored"] = "Ignoradas";
-App::$strings["Hidden"] = "Ocultas";
-App::$strings["Archived/Unreachable"] = "Archivadas o inaccesibles";
-App::$strings["New"] = "Nuevas";
-App::$strings["Active Connections"] = "Conexiones activas";
-App::$strings["Show active connections"] = "Mostrar las conexiones activas";
-App::$strings["Show pending (new) connections"] = "Mostrar conexiones (nuevas) pendientes";
-App::$strings["Only show blocked connections"] = "Mostrar solo las conexiones bloqueadas";
-App::$strings["Only show ignored connections"] = "Mostrar solo conexiones ignoradas";
-App::$strings["Only show archived/unreachable connections"] = "Mostrar solo las conexiones archivadas o no localizables";
-App::$strings["Only show hidden connections"] = "Mostrar solo las conexiones ocultas";
-App::$strings["Show all connections"] = "Mostrar todas las conexiones";
-App::$strings["Pending approval"] = "Pendiente de aprobación";
-App::$strings["Archived"] = "Archivadas";
-App::$strings["Not connected at this location"] = "No está conectado/a en esta ubicación";
-App::$strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
-App::$strings["Edit connection"] = "Editar conexión";
-App::$strings["Delete connection"] = "Eliminar conexión";
-App::$strings["Channel address"] = "Dirección del canal";
-App::$strings["Call"] = "Llamar";
-App::$strings["Status"] = "Estado";
-App::$strings["Connected"] = "Conectado/a";
-App::$strings["Ignore connection"] = "Ignorar esta conexión";
-App::$strings["Recent activity"] = "Actividad reciente";
-App::$strings["Connect at this location"] = "Conectar en esta ubicación ";
-App::$strings["Contact role"] = "Rol del contacto";
-App::$strings["Search your connections"] = "Buscar sus conexiones";
-App::$strings["Contact search"] = "Buscar contacto";
-App::$strings["Cover Photos"] = "Imágenes de portada del perfil";
-App::$strings["Your cover photo may be visible to anybody on the internet"] = "La foto de la portada puede ser visible para cualquiera en Internet";
-App::$strings["Upload File:"] = "Subir fichero:";
-App::$strings["Select a profile:"] = "Seleccionar un perfil:";
-App::$strings["Change Cover Photo"] = "Cambiar la foto de portada del perfil";
-App::$strings["Select existing photo"] = "Seleccionar una foto";
-App::$strings["Done Editing"] = "Edición completada";
App::$strings["Album not found."] = "Álbum no encontrado.";
App::$strings["Delete Album"] = "Borrar álbum";
App::$strings["Delete Photo"] = "Borrar foto";
@@ -2898,34 +3061,33 @@ App::$strings["or select an existing one (doubleclick)"] = "o seleccionar un ál
App::$strings["Add a Tag"] = "Añadir una etiqueta";
App::$strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Ejemplos: @eva, @Carmen_Osuna, @jaime@ejemplo.com";
App::$strings["Flag as adult in album view"] = "Marcar como \"solo para adultos\" en el álbum";
-App::$strings["I like this (toggle)"] = "Me gusta (cambiar)";
-App::$strings["I don't like this (toggle)"] = "No me gusta esto (cambiar)";
-App::$strings["This is you"] = "Este es usted";
-App::$strings["View all"] = "Ver todo";
App::$strings["Photo Tools"] = "Gestión de las fotos";
App::$strings["In This Photo:"] = "En esta foto:";
App::$strings["Map"] = "Mapa";
-App::$strings["__ctx:noun__ Likes"] = "Me gusta";
-App::$strings["__ctx:noun__ Dislikes"] = "No me gusta";
-App::$strings["No valid account found."] = "No se ha encontrado una cuenta válida.";
-App::$strings["Password reset request issued. Check your email."] = "Se ha recibido una solicitud de restablecimiento de contraseña. Consulte su correo electrónico.";
-App::$strings["Site Member (%s)"] = "Usuario del sitio (%s)";
-App::$strings["Password reset requested at %s"] = "Se ha solicitado restablecer la contraseña en %s";
-App::$strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La solicitud no ha podido ser verificada. (Puede que la haya enviado con anterioridad) El restablecimiento de la contraseña ha fallado.";
-App::$strings["Password Reset"] = "Restablecer la contraseña";
-App::$strings["Your password has been reset as requested."] = "Su contraseña ha sido restablecida según lo solicitó.";
-App::$strings["Your new password is"] = "Su nueva contraseña es";
-App::$strings["Save or copy your new password - and then"] = "Guarde o copie su nueva contraseña - y después";
-App::$strings["click here to login"] = "pulse aquí para conectarse";
-App::$strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Puede cambiar la contraseña en la página <em>Ajustes</em> una vez iniciada la sesión.";
-App::$strings["Your password has changed at %s"] = "Su contraseña en %s ha sido cambiada";
-App::$strings["Forgot your Password?"] = "¿Ha olvidado su contraseña?";
-App::$strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Introduzca y envíe su dirección de correo electrónico para el restablecimiento de su contraseña. Luego revise su correo para obtener más instrucciones.";
-App::$strings["Email Address"] = "Dirección de correo electrónico";
-App::$strings["Reset"] = "Reiniciar";
-App::$strings["Connection added."] = "Se ha incorporado una conexión.";
-App::$strings["Invalid item."] = "Elemento no válido.";
-App::$strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
+App::$strings["You must be logged in to see this page."] = "Debe haber iniciado sesión para poder ver esta página.";
+App::$strings["Posts and comments"] = "Publicaciones y comentarios";
+App::$strings["Only posts"] = "Solo publicaciones";
+App::$strings["Insufficient permissions. Request redirected to profile page."] = "Permisos insuficientes. Petición redirigida a la página del perfil.";
+App::$strings["vcard"] = "vcard";
+App::$strings["Item approved"] = "Elemento aprobado";
+App::$strings["Failed to create source. No channel selected."] = "No se ha podido crear el origen de los contenidos. No ha sido seleccionado ningún canal.";
+App::$strings["Source created."] = "Fuente creada.";
+App::$strings["Source updated."] = "Fuente actualizada.";
+App::$strings["*"] = "*";
+App::$strings["Manage remote sources of content for your channel."] = "Gestionar contenido de origen remoto para su canal.";
+App::$strings["New Source"] = "Nueva fuente";
+App::$strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importar todo el contenido o una selección de los siguientes canales en este canal y distribuirlo de acuerdo con sus ajustes.";
+App::$strings["Only import content with these words (one per line)"] = "Importar solo contenido que contenga estas palabras (una por línea)";
+App::$strings["Leave blank to import all public content"] = "Dejar en blanco para importar todo el contenido público";
+App::$strings["Channel Name"] = "Nombre del canal";
+App::$strings["Add the following categories to posts imported from this source (comma separated)"] = "Añadir los temas siguientes a las entradas importadas de esta fuente (separadas por comas)";
+App::$strings["Resend posts with this channel as author"] = "Reenviar mensajes con este canal como autor";
+App::$strings["Copyrights may apply"] = "Se pueden aplicar los derechos de autor";
+App::$strings["Source not found."] = "Fuente no encontrada";
+App::$strings["Edit Source"] = "Editar fuente";
+App::$strings["Delete Source"] = "Eliminar fuente";
+App::$strings["Source removed"] = "Fuente eliminada";
+App::$strings["Unable to remove source."] = "No se puede eliminar la fuente.";
App::$strings["Profile not found."] = "Perfil no encontrado.";
App::$strings["Profile deleted."] = "Perfil eliminado.";
App::$strings["Profile-"] = "Perfil-";
@@ -2990,60 +3152,319 @@ App::$strings["Love/Romance"] = "Vida sentimental o amorosa";
App::$strings["School/Education"] = "Estudios";
App::$strings["Contact information and social networks"] = "Información de contacto y redes sociales";
App::$strings["My other channels"] = "Mis otros canales";
-App::$strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está siguiendo %3\$s de %2\$s";
-App::$strings["%1\$s stopped following %2\$s's %3\$s"] = "%1\$s ha dejado de seguir %3\$s de %2\$s";
-App::$strings["Bookmark added"] = "Marcador añadido";
-App::$strings["My Connections Bookmarks"] = "Marcadores de mis conexiones";
-App::$strings["Channel name changes are not allowed within 48 hours of changing the account password."] = "Los cambios en el nombre de un canal no está permitida hasta pasadas 48 horas desde el cambio de contraseña de la cuenta.";
-App::$strings["Change channel nickname/address"] = "Cambiar el alias o la dirección del canal";
-App::$strings["Any/all connections on other networks will be lost!"] = "¡Cualquier/todas las conexiones en otras redes se perderán!";
-App::$strings["New channel address"] = "Nueva dirección del canal";
-App::$strings["Rename Channel"] = "Renombrar el canal";
-App::$strings["Invite App"] = "Solicitar una app";
-App::$strings["Register is closed"] = "El registro está cerrado";
-App::$strings["Note, the invitation code is valid up to"] = "Tenga en cuenta que el código de invitación es válido hasta ";
-App::$strings["Too many recipients for one invitation (max %d)"] = "Demasiados destinatarios para una invitación (máx %d)";
-App::$strings["No recipients for this invitation"] = "No hay destinatarios para esta invitación";
-App::$strings["(%s) : Not a real email address"] = "(%s) : No es una dirección de correo electrónica real";
-App::$strings["(%s) : Not allowed email address"] = "(%s) : Dirección de correo electrónico no permitida";
-App::$strings["(%s) : email address already in use"] = "(%s) : La dirección de correo electrónico ya está en uso";
-App::$strings["(%s) : Accepted email address"] = "(%s) : Dirección de correo electrónico aceptada";
-App::$strings["To %s : Message delivery success."] = "To %s : Entrega exitosa del mensaje.";
-App::$strings["%1\$d mail(s) sent, %2\$d mail error(s)"] = "%1\$d correo(s) enviado, %2\$d error(es) de correo";
-App::$strings["Invites not proposed by configuration"] = "Invitaciones no propuestas por la configuración";
-App::$strings["Contact the site admin"] = "Contactar con el administrador del sitio";
-App::$strings["Invites by users not enabled"] = "Invitaciones de usuarios no habilitadas";
-App::$strings["You have no more invitations available"] = "No tiene más invitaciones disponibles";
-App::$strings["Not on xchan"] = "No en xchan";
-App::$strings["All users invitation limit exceeded."] = "Se ha superado el límite de invitaciones a todos los usuarios.";
-App::$strings["Invitation expires after"] = "La invitación expira después de ";
-App::$strings["Invitation"] = "Invitación";
-App::$strings["Send invitations"] = "Enviar invitaciones";
-App::$strings["Invitations I am using"] = "Invitaciones que estoy utilizando ";
-App::$strings["Invitations we are using"] = "Invitaciones que usamos ";
-App::$strings["§ Note, the email(s) sent will be recorded in the system logs"] = "§ Nota: el/los correo(s) electrónicos enviados quedarán registrados en los registros del sistema";
-App::$strings["Enter email addresses, one per line:"] = "Introduzca las direcciones de correo electrónico, una por línea:";
-App::$strings["Your message:"] = "Su mensaje:";
-App::$strings["Invite template"] = "Plantilla de invitación";
-App::$strings["Subject:"] = "Asunto:";
-App::$strings["Here you may enter personal notes to the recipient(s)"] = "Aquí puede introducir notas personales para el/los destinatario(s)";
-App::$strings["Private forum"] = "Foro privado";
-App::$strings["Public forum"] = "Foro público";
-App::$strings["Xchan Lookup"] = "Búsqueda de canales";
-App::$strings["Lookup xchan beginning with (or webbie): "] = "Buscar un canal (o un \"webbie\") que comience por:";
-App::$strings["Affinity Tool settings updated."] = "Actualización de los ajustes de Affinity Tool.";
-App::$strings["The numbers below represent the minimum and maximum slider default positions for your network/stream page as a percentage."] = "Los números que aparecen a continuación representan las posiciones predeterminadas mínimas y máximas de los controles deslizantes para su red/stream en forma de porcentaje.";
-App::$strings["Default maximum affinity level"] = "Nivel máximo de afinidad por defecto";
-App::$strings["0-99 default 99"] = "0-99 por defecto 99";
-App::$strings["Default minimum affinity level"] = "Nivel mínimo de afinidad por defecto";
-App::$strings["0-99 - default 0"] = "0-99 - por defecto 0";
-App::$strings["Persistent affinity levels"] = "Niveles de afinidad persistentes";
-App::$strings["If disabled the max and min levels will be reset to default after page reload"] = "Si está desactivado, los niveles máximo y mínimo se restablecerán a los valores predeterminados después de recargar la página.";
-App::$strings["Affinity Tool Settings"] = "Ajustes de Affinity Tool";
+App::$strings["Files: shared with me"] = "Ficheros: compartidos conmigo";
+App::$strings["NEW"] = "NUEVO";
+App::$strings["Remove all files"] = "Eliminar todos los ficheros";
+App::$strings["Remove this file"] = "Eliminar este fichero";
+App::$strings["Select a bookmark folder"] = "Seleccionar una carpeta de marcadores";
+App::$strings["Save Bookmark"] = "Guardar marcador";
+App::$strings["URL of bookmark"] = "Dirección del marcador";
+App::$strings["Or enter new bookmark folder name"] = "O introduzca un nuevo nombre para la carpeta de marcadores";
+App::$strings["Remote privacy information not available"] = "La información sobre privacidad remota no está disponible";
+App::$strings["__ctx:acl__ Profile"] = "Perfil";
+App::$strings["Privacy group"] = "Grupo de canales";
+App::$strings["Item"] = "Elemento";
+App::$strings["Click to copy link to this ressource for guest %s to clipboard"] = "Haga clic para copiar el enlace a este recurso para invitados %sen el portapapeles";
+App::$strings["Link copied"] = "Enlace copiado";
+App::$strings["Access"] = "Acceso";
+App::$strings["OCAP access"] = "Acceso OCAP";
+App::$strings["Event can not end before it has started."] = "Un evento no puede terminar antes de que haya comenzado.";
+App::$strings["Unable to generate preview."] = "No se puede crear la vista previa.";
+App::$strings["Event title and start time are required."] = "Se requieren el título del evento y su hora de inicio.";
+App::$strings["Event not found."] = "Evento no encontrado.";
+App::$strings["Edit event"] = "Editar evento";
+App::$strings["Delete event"] = "Borrar evento";
+App::$strings["calendar"] = "calendario";
+App::$strings["Failed to remove event"] = "Error al eliminar el evento";
+App::$strings["This page is available only to site members"] = "Esta página está disponible sólo para los miembros del sitio";
+App::$strings["What would you like to do?"] = "¿Qué le gustaría hacer?";
+App::$strings["Please bookmark this page if you would like to return to it in the future"] = "Por favor añada esta página a sus marcadores si desea volver a ella en el futuro.";
+App::$strings["Upload a profile photo"] = "Subir una foto de perfil";
+App::$strings["Upload a cover photo"] = "Subir una foto de portada del perfil";
+App::$strings["Edit your default profile"] = "Editar su perfil por defecto";
+App::$strings["View the channel directory"] = "Ver el directorio de canales";
+App::$strings["View/edit your channel settings"] = "Ver o modificar los ajustes de su canal";
+App::$strings["View the site or project documentation"] = "Ver el sitio o la documentación del proyecto";
+App::$strings["Visit your channel homepage"] = "Visitar la página principal de su canal";
+App::$strings["View your connections and/or add somebody whose address you already know"] = "Vea sus conexiones y/o agregue a alguien cuya dirección ya conozca";
+App::$strings["View your personal stream (this may be empty until you add some connections)"] = "Ver su \"stream\" personal (puede que esté vacío hasta que agregue algunas conexiones)";
+App::$strings["View the public stream. Warning: this content is not moderated"] = "Ver el \"stream\" público. Advertencia: este contenido no está moderado";
+App::$strings["Room not found"] = "Sala no encontrada";
+App::$strings["Leave Room"] = "Abandonar la sala";
+App::$strings["Delete Room"] = "Eliminar esta sala";
+App::$strings["I am away right now"] = "Estoy ausente momentáneamente";
+App::$strings["I am online"] = "Estoy conectado/a";
+App::$strings["Bookmark this room"] = "Añadir esta sala a Marcadores";
+App::$strings["New Chatroom"] = "Nueva sala de chat";
+App::$strings["Chatroom name"] = "Nombre de la sala de chat";
+App::$strings["Expiration of chats (minutes)"] = "Caducidad de los mensajes en los chats (en minutos)";
+App::$strings["%1\$s's Chatrooms"] = "Salas de chat de %1\$s";
+App::$strings["No chatrooms available"] = "No hay salas de chat disponibles";
+App::$strings["Add Room"] = "Añadir una sala de chat";
+App::$strings["Expiration"] = "Caducidad";
+App::$strings["min"] = "min";
+App::$strings["Email resent"] = "Correo electrónico reenviado";
+App::$strings["Email resend failed"] = "Fallo en el reenvío del correo electrónico";
+App::$strings["Verification successful"] = "¡Verificación exitosa!";
+App::$strings["Account successfull created"] = "Cuenta creada con éxito";
+App::$strings["Channel successfull created"] = "Canal creado con éxito";
+App::$strings["Automatic channel creation failed. Please create a channel."] = "La creación automática de canales ha fallado. Por favor, cree un canal.";
+App::$strings["Account creation error"] = "Error en la creación de la cuenta";
+App::$strings["Verify failed"] = "Verificación fallida";
+App::$strings["Token verification failed"] = "Ha fallado el token de verificación.";
+App::$strings["Request not inside time frame"] = "Solicitud fuera de plazo";
+App::$strings["Identity unknown"] = "Identidad desconocida";
+App::$strings["dId2 mistaken"] = "did2 equivocado/a";
+App::$strings["Your Registration ID"] = "Su ID de registro";
+App::$strings["Registration verification"] = "Verificación del registro";
+App::$strings["Hold on, you can start verification in"] = "Espere, puede empezar la verificación en ";
+App::$strings["Please remember your verification token for ID"] = "Por favor, recuerde su token de verificación para la identificación";
+App::$strings["Token validity"] = "Validez del token";
+App::$strings["Resend email"] = "Reenvío de correo electrónico";
+App::$strings["Registration status"] = "Estado del registro";
+App::$strings["Verification successful!"] = "¡Verificación exitosa!";
+App::$strings["Your login ID is"] = "Su ID de acceso es";
+App::$strings["After your account has been approved by our administrator you will be able to login with your login ID and your provided password."] = "Una vez que su cuenta haya sido aprobada por nuestro administrador, podrá iniciar sesión con su ID de acceso y la contraseña proporcionada.";
+App::$strings["Registration request revoked"] = "Solicitud de registro anulada";
+App::$strings["Sorry for any inconvience. Thank you for your response."] = "Disculpe las molestias. Gracias por su respuesta.";
+App::$strings["Please enter your verification token for ID"] = "Por favor, introduzca su token de verificación para la identificación";
+App::$strings["Please check your email!"] = "¡Por favor, compruebe su correo electrónico!";
+App::$strings["Verification token"] = "Token de verificación ";
+App::$strings["ID expired"] = "ID caducada";
+App::$strings["You will require the verification token for ID"] = "Necesitará el token de verificación para identificarse";
+App::$strings["Unknown or expired ID"] = "ID desconocida o caducada";
+App::$strings["dId2 malformed"] = "did2 malformado/a";
+App::$strings["Edit Layout"] = "Modificar la plantilla";
+App::$strings["\$Projectname Server - Setup"] = "Servidor \$Projectname - Instalación";
+App::$strings["Could not connect to database."] = "No se ha podido conectar a la base de datos.";
+App::$strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "No se puede conectar con la dirección del sitio indicada. Podría tratarse de un problema de SSL o DNS.";
+App::$strings["Could not create table."] = "No se puede crear la tabla.";
+App::$strings["Your site database has been installed."] = "La base de datos del sitio ha sido instalada.";
+App::$strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "Podría tener que importar manualmente el fichero \"install/schema_xxx.sql\" usando un cliente de base de datos.";
+App::$strings["Please see the file \"install/INSTALL.txt\"."] = "Por favor, lea el fichero \"install/INSTALL.txt\".";
+App::$strings["System check"] = "Verificación del sistema";
+App::$strings["Check again"] = "Verificar de nuevo";
+App::$strings["Database connection"] = "Conexión a la base de datos";
+App::$strings["In order to install \$Projectname we need to know how to connect to your database."] = "Para instalar \$Projectname es necesario saber cómo conectar con su base de datos.";
+App::$strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Por favor, contacte con el proveedor de servicios o el administrador del sitio si tiene dudas sobre estos ajustes.";
+App::$strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "La base de datos que especifique a continuación debe existir ya. Si no es así, por favor, créela antes de seguir.";
+App::$strings["Database Server Name"] = "Nombre del servidor de base de datos";
+App::$strings["Default is 127.0.0.1"] = "De forma predeterminada es 127.0.0.1";
+App::$strings["Database Port"] = "Puerto de la base de datos";
+App::$strings["Communication port number - use 0 for default"] = "Número del puerto de comunicaciones - use 0 como valor por defecto";
+App::$strings["Database Login Name"] = "Usuario de la base de datos";
+App::$strings["Database Login Password"] = "Contraseña de acceso a la base de datos";
+App::$strings["Database Name"] = "Nombre de la base de datos";
+App::$strings["Database Type"] = "Tipo de base de datos";
+App::$strings["Site administrator email address"] = "Dirección de correo electrónico del administrador del sitio";
+App::$strings["Your account email address must match this in order to use the web admin panel."] = "Su cuenta deberá usar la misma dirección de correo electrónico para poder utilizar el panel de administración web.";
+App::$strings["Website URL"] = "Dirección del sitio web";
+App::$strings["Please use SSL (https) URL if available."] = "Por favor, use SSL (https) si está disponible.";
+App::$strings["Please select a default timezone for your website"] = "Por favor, selecciones el huso horario por defecto de su sitio web";
+App::$strings["Site settings"] = "Ajustes del sitio";
+App::$strings["PHP version 8.0 or greater is required."] = "Se requiere la versión 8.0 o superior de PHP.";
+App::$strings["PHP version"] = "Versión de PHP";
+App::$strings["Could not find a command line version of PHP in the web server PATH."] = "No se puede encontrar una versión en línea de comandos de PHP en la ruta del servidor web.";
+App::$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."] = "Si no tiene instalada la versión de línea de comandos de PHP en su servidor, no podrá realizar envíos en segundo plano mediante cron.";
+App::$strings["PHP executable path"] = "Ruta del ejecutable PHP";
+App::$strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Introducir la ruta completa del ejecutable PHP. Puede dejar la línea en blanco para continuar la instalación.";
+App::$strings["Command line PHP"] = "PHP en línea de comandos";
+App::$strings["Unable to check command line PHP, as shell_exec() is disabled. This is required."] = "No se puede comprobar la línea de comandos PHP, ya que shell_exec() está deshabilitado. Es necesario que esté activado.";
+App::$strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La línea de comandos PHP de su sistema no tiene activado \"register_argc_argv\".";
+App::$strings["This is required for message delivery to work."] = "Esto es necesario para que funcione la transmisión de mensajes.";
+App::$strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+App::$strings["This is not sufficient to upload larger images or files. You should be able to upload at least 4 MB at once."] = "Esto no es suficiente para subir imágenes o archivos más grandes. Usted debe ser capaz de subir al menos 4 MB a la vez.";
+App::$strings["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "La carga máxima que se le permite subir está establecida en %s. El tamaño máximo de un fichero está establecido en %s. Está permitido subir hasta un máximo de %d ficheros de una sola vez.";
+App::$strings["You can adjust these settings in the server php.ini file."] = "Puede ajustar estos valores en el fichero php.ini de su servidor.";
+App::$strings["PHP upload limits"] = "Límites PHP de subida";
+App::$strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de general claves de cifrado.";
+App::$strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si está en un servidor Windows, por favor, lea \"http://www.php.net/manual/en/openssl.installation.php\".";
+App::$strings["Generate encryption keys"] = "Generar claves de cifrado";
+App::$strings["libCurl PHP module"] = "módulo libCurl PHP";
+App::$strings["GD graphics PHP module"] = "módulo PHP GD graphics";
+App::$strings["OpenSSL PHP module"] = "módulo PHP OpenSSL";
+App::$strings["PDO database PHP module"] = "Módulo PHP de la base de datos PDO ";
+App::$strings["mb_string PHP module"] = "módulo PHP mb_string";
+App::$strings["xml PHP module"] = "módulo PHP xml";
+App::$strings["zip PHP module"] = "Módulo zip PHP";
+App::$strings["Apache mod_rewrite module"] = "módulo Apache mod_rewrite ";
+App::$strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: se necesita el módulo del servidor web Apache mod-rewrite pero no está instalado.";
+App::$strings["exec"] = "ejecutable";
+App::$strings["Error: exec is required but is either not installed or has been disabled in php.ini"] = "Error: se necesita un ejecutable pero o no se instaló o está deshabilitado en php.ini";
+App::$strings["shell_exec"] = "shell_exec";
+App::$strings["Error: shell_exec is required but is either not installed or has been disabled in php.ini"] = "Error: se necesita shell_exec pero o no se instaló o está deshabilitado en php.ini";
+App::$strings["Error: libCURL PHP module required but not installed."] = "Error: se necesita el módulo PHP libCURL pero no está instalado.";
+App::$strings["Error: GD PHP module with JPEG support or ImageMagick graphics library required but not installed."] = "Error: Se requiere el módulo GD PHP con soporte para JPEG o la biblioteca de gráficos ImageMagick, pero no está instalado.";
+App::$strings["Error: openssl PHP module required but not installed."] = "Error: el módulo PHP openssl es necesario, pero no está instalado.";
+App::$strings["Error: PDO database PHP module missing a driver for either mysql or pgsql."] = "Error: El módulo PHP de la base de datos PDO carece de un controlador para mysql o pgsql.";
+App::$strings["Error: PDO database PHP module required but not installed."] = "Error: se necesita el módulo PHP de la base de datos PDO, pero no está instalado.";
+App::$strings["Error: mb_string PHP module required but not installed."] = "Error: el módulo PHP mb_string es necesario, pero no está instalado.";
+App::$strings["Error: xml PHP module required for DAV but not installed."] = "Error: el módulo PHP xml es necesario para DAV, pero no está instalado.";
+App::$strings["Error: zip PHP module required but not installed."] = "Error: se requiere el módulo zip PHP pero no está instalado.";
+App::$strings[".htconfig.php is writable"] = ".htconfig.php tiene permisos de escritura";
+App::$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."] = "El instalador web no ha podido crear un fichero llamado “.htconfig.php” en la carpeta base de su servidor.";
+App::$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."] = "Esto está generalmente ligado a un problema de permisos, a causa del cual el servidor web tiene prohibido modificar ficheros en su carpeta - incluso si usted mismo tiene esos permisos.";
+App::$strings["Please see install/INSTALL.txt for additional information."] = "Por favor, consulte install/INSTALL.txt para más información.";
+App::$strings["This software uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Este software hace uso del motor de plantillas Smarty3 para diseñar sus plantillas gráficas. Smarty3 compila las plantillas a PHP para acelerar la renderización.";
+App::$strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the top level web folder."] = "Para poder guardar las plantillas compiladas, el servidor web necesita permisos para acceder al directorio %s en la carpeta web principal.";
+App::$strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Por favor, asegúrese de que el servidor web está siendo ejecutado por un usuario que tenga permisos de escritura sobre esta carpeta (por ejemplo, www-data).";
+App::$strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Nota: como medida de seguridad, debe dar al servidor web permisos de escritura solo sobre %s - no sobre el fichero de plantilla (.tpl) que contiene.";
+App::$strings["%s is writable"] = "%s tiene permisos de escritura";
+App::$strings["This software uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the top level web folder"] = "Este software utiliza el directorio de almacenamiento para guardar los ficheros subidos. El servidor web debe tener acceso de escritura a este directorio en la carpeta de nivel superior";
+App::$strings["store is writable"] = "\"store\" tiene permisos de escritura";
+App::$strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "El certificado SSL no ha podido ser validado. Corrija este problema o desactive el acceso https a este sitio.";
+App::$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!"] = "Si su servidor soporta conexiones cifradas SSL o si permite conexiones al puerto TCP 443 (el puerto usado por el protocolo https), debe utilizar un certificado válido. No debe usar un certificado firmado por usted mismo.";
+App::$strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Se ha incorporado esta restricción para evitar que sus entradas públicas hagan referencia a imágenes en su propio servidor.";
+App::$strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Si su certificado no ha sido reconocido, los miembros de otros sitios (con certificados válidos) recibirán mensajes de aviso en sus propios sitios web.";
+App::$strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Por razones de compatibilidad (sobre el conjunto de la red, no solo sobre su propio sitio), debemos insistir en estos requisitos.";
+App::$strings["Providers are available that issue free certificates which are browser-valid."] = "Existen varias Autoridades de Certificación que le pueden proporcionar certificados válidos.";
+App::$strings["If you are confident that the certificate is valid and signed by a trusted authority, check to see if you have failed to install an intermediate cert. These are not normally required by browsers, but are required for server-to-server communications."] = "Si se tiene la certeza de que el certificado es válido y está firmado por una autoridad de confianza, comprobar para ver si hubo un error al instalar un certificado intermedio. Estos no son normalmente requeridos por los navegadores, pero son necesarios para las comunicaciones de servidor a servidor.";
+App::$strings["SSL certificate validation"] = "validación del certificado SSL";
+App::$strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "No se pueden reescribir las direcciones web en .htaccess. Compruebe la configuración de su servidor:";
+App::$strings["Url rewrite is working"] = "La reescritura de las direcciones funciona correctamente";
+App::$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."] = "El fichero de configuración de la base de datos .htconfig.php no se ha podido modificar. Por favor, copie el texto generado en un fichero con ese nombre en el directorio raíz de su servidor.";
+App::$strings["<h1>What next?</h1>"] = "<h1>¿Qué sigue?</h1>";
+App::$strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Debe crear [manualmente] una tarea programada para el \"poller\".";
+App::$strings["toggle full screen mode"] = "cambiar al modo de pantalla completa";
+App::$strings["Invalid profile identifier."] = "Identificador del perfil no válido";
+App::$strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil";
+App::$strings["Click on a contact to add or remove."] = "Pulsar en un contacto para añadirlo o eliminarlo.";
+App::$strings["Visible To"] = "Visible para";
+App::$strings["All Connections"] = "Todas las conexiones";
+App::$strings["Language App"] = "App idioma";
+App::$strings["Edit post"] = "Editar la entrada";
+App::$strings["Item is not editable"] = "El elemento no es editable";
+App::$strings["Active"] = "Activo/a";
+App::$strings["Blocked"] = "Bloqueadas";
+App::$strings["Ignored"] = "Ignoradas";
+App::$strings["Hidden"] = "Ocultas";
+App::$strings["Archived/Unreachable"] = "Archivadas o inaccesibles";
+App::$strings["Active Connections"] = "Conexiones activas";
+App::$strings["Show active connections"] = "Mostrar las conexiones activas";
+App::$strings["Show pending (new) connections"] = "Mostrar conexiones (nuevas) pendientes";
+App::$strings["Only show blocked connections"] = "Mostrar solo las conexiones bloqueadas";
+App::$strings["Only show ignored connections"] = "Mostrar solo conexiones ignoradas";
+App::$strings["Only show archived/unreachable connections"] = "Mostrar solo las conexiones archivadas o no localizables";
+App::$strings["Only show hidden connections"] = "Mostrar solo las conexiones ocultas";
+App::$strings["Show all connections"] = "Mostrar todas las conexiones";
+App::$strings["Pending approval"] = "Pendiente de aprobación";
+App::$strings["Archived"] = "Archivadas";
+App::$strings["Not connected at this location"] = "No está conectado/a en esta ubicación";
+App::$strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
+App::$strings["Edit connection"] = "Editar conexión";
+App::$strings["Delete connection"] = "Eliminar conexión";
+App::$strings["Channel address"] = "Dirección del canal";
+App::$strings["Call"] = "Llamar";
+App::$strings["Status"] = "Estado";
+App::$strings["Connected"] = "Conectado/a";
+App::$strings["Ignore connection"] = "Ignorar esta conexión";
+App::$strings["Recent activity"] = "Actividad reciente";
+App::$strings["Connect at this location"] = "Conectar en esta ubicación ";
+App::$strings["Search your connections"] = "Buscar sus conexiones";
+App::$strings["Contact search"] = "Buscar contacto";
+App::$strings["Calendar entries imported."] = "Entradas de calendario importadas.";
+App::$strings["No calendar entries found."] = "No se han encontrado entradas de calendario.";
+App::$strings["Event title"] = "Título del evento";
+App::$strings["Start date and time"] = "Fecha y hora de comienzo";
+App::$strings["End date and time"] = "Fecha y hora de finalización";
+App::$strings["Timezone:"] = "Zona horaria: ";
+App::$strings["Month"] = "Mes";
+App::$strings["Week"] = "Semana";
+App::$strings["Day"] = "Día";
+App::$strings["List month"] = "Lista mensual";
+App::$strings["List week"] = "Lista semanal";
+App::$strings["List day"] = "Lista diaria";
+App::$strings["More"] = "Más";
+App::$strings["Less"] = "Menos";
+App::$strings["Select calendar"] = "Seleccionar un calendario";
+App::$strings["Delete all"] = "Eliminar todos";
+App::$strings["Sorry! Editing of recurrent events is not yet implemented."] = "¡Disculpas! La edición de eventos recurrentes aún no se ha implementado.";
+App::$strings["Could not fetch calendar resource. The selected calendar might be disabled."] = "No se ha podido obtener el recurso del calendario. Es posible que el calendario seleccionado esté desactivado.";
+App::$strings["Default Calendar"] = "Calendario por defecto";
+App::$strings["Default Addressbook"] = "Agenda de direcciones por defecto";
+App::$strings["This directory server requires an access token"] = "El servidor de este directorio necesita un \"token\" de acceso";
+App::$strings["Name and Secret are required"] = "\"Key\" y \"Secret\" son obligatorios";
+App::$strings["Add OAuth2 application"] = "Añadir aplicación OAuth2";
+App::$strings["Grant Types"] = "Tipos de permisos";
+App::$strings["leave blank unless your application sepcifically requires this"] = "Dejar en blanco a menos que su aplicación lo requiera específicamente";
+App::$strings["Authorization scope"] = "Alcance de la autorización";
+App::$strings["OAuth2 Application not found."] = "No se ha encontrado la aplicación OAuth2.";
+App::$strings["leave blank unless your application specifically requires this"] = "dejar en blanco a menos que su aplicación lo requiera específicamente";
+App::$strings["Connected OAuth2 Apps"] = "Aplicaciones OAuth2 conectadas";
+App::$strings["%s - (Experimental)"] = "%s - (Experimental)";
+App::$strings["Display Settings"] = "Ajustes de visualización";
+App::$strings["Theme Settings"] = "Ajustes del tema";
+App::$strings["Custom Theme Settings"] = "Ajustes personalizados del tema";
+App::$strings["Content Settings"] = "Ajustes del contenido";
+App::$strings["Display Theme:"] = "Tema gráfico del perfil:";
+App::$strings["Select scheme"] = "Elegir un esquema";
+App::$strings["Preload images before rendering the page"] = "Carga previa de las imágenes antes de generar la página";
+App::$strings["The subjective page load time will be longer but the page will be ready when displayed"] = "El tiempo subjetivo de carga de la página será más largo, pero la página estará lista cuando se muestre.";
+App::$strings["Enable user zoom on mobile devices"] = "Habilitar zoom de usuario en dispositivos móviles";
+App::$strings["Update browser every xx seconds"] = "Actualizar navegador cada xx segundos";
+App::$strings["Minimum of 10 seconds, no maximum"] = "Mínimo de 10 segundos, sin máximo";
+App::$strings["Maximum number of conversations to load at any time:"] = "Máximo número de conversaciones a cargar en cualquier momento:";
+App::$strings["Maximum of 30 items"] = "Máximo de 30 elementos";
+App::$strings["Show emoticons (smilies) as images"] = "Mostrar emoticonos (smilies) como imágenes";
+App::$strings["Link post titles to source"] = "Enlazar título de la publicación a la fuente original";
+App::$strings["Display new member quick links menu"] = "Mostrar el menú de enlaces rápidos para nuevos miembros";
App::$strings["Max height of content (in pixels)"] = "Altura máxima del contenido (en píxeles)";
App::$strings["Click to expand content exceeding this height"] = "Haga clic para expandir el contenido que exceda esta altura";
App::$strings["Stream Settings"] = "Ajustes del stream";
+App::$strings["Personal menu to display in your channel pages"] = "Menú personal que debe mostrarse en las páginas de su canal";
+App::$strings["Channel Home Settings"] = "Ajustes del canal";
+App::$strings["Not valid email."] = "Correo electrónico no válido.";
+App::$strings["Protected email address. Cannot change to that email."] = "Dirección de correo electrónico protegida. No se puede cambiar a ella.";
+App::$strings["System failure storing new email. Please try again."] = "Fallo de sistema al guardar el nuevo correo electrónico. Por favor, inténtelo de nuevo.";
+App::$strings["Password verification failed."] = "La comprobación de la contraseña ha fallado.";
+App::$strings["Passwords do not match. Password unchanged."] = "Las contraseñas no coinciden. La contraseña no se ha cambiado.";
+App::$strings["Empty passwords are not allowed. Password unchanged."] = "No se permiten contraseñas vacías. La contraseña no se ha cambiado.";
+App::$strings["Password changed."] = "Contraseña cambiada.";
+App::$strings["Password update failed. Please try again."] = "La actualización de la contraseña ha fallado. Por favor, inténtalo de nuevo.";
+App::$strings["Account Settings"] = "Configuración de la cuenta";
+App::$strings["Current Password"] = "Contraseña actual";
+App::$strings["Enter New Password"] = "Escribir una nueva contraseña";
+App::$strings["Confirm New Password"] = "Confirmar la nueva contraseña";
+App::$strings["Leave password fields blank unless changing"] = "Dejar en blanco la contraseña a menos que desee cambiarla.";
+App::$strings["Multi-Factor Authentication"] = "Autenticación multifactorial";
+App::$strings["DId2 or Email Address:"] = "Did2 o dirección de correo electrónico: ";
+App::$strings["Remove this account including all its channels"] = "Eliminar esta cuenta incluyendo todos sus canales";
+App::$strings["Editor Settings"] = "Ajustes del editor";
App::$strings["Additional Features"] = "Funcionalidades";
+App::$strings["Directory Settings"] = "Configuración del directorio";
+App::$strings["No feature settings configured"] = "No se ha establecido la configuración de los complementos";
+App::$strings["Addon Settings"] = "Ajustes de los complementos";
+App::$strings["Please save/submit changes to any panel before opening another."] = "Guarde o envíe los cambios a cualquier panel antes de abrir otro.";
+App::$strings["Channel Manager Settings"] = "Ajustes del administrador de canales";
+App::$strings["Privacy settings updated."] = "Se ha actualizado la configuración de la privacidad.";
+App::$strings["Only those you specifically allow"] = "Solo aquellos a los que usted permita explícitamente";
+App::$strings["Approved connections"] = "Conexiones aprobadas";
+App::$strings["Any connections"] = "Cualquier conexión";
+App::$strings["Anybody on this website"] = "Cualquiera en este sitio web";
+App::$strings["Anybody in this network"] = "Cualquiera en esta red";
+App::$strings["Anybody authenticated"] = "Cualquiera que esté autenticado";
+App::$strings["Anybody on the internet"] = "Cualquiera en internet";
+App::$strings["Advise: set to \"Anybody on the internet\" and use privacy groups to restrict access"] = "Consejo: establezca la opción \"Cualquiera en Internet\" y utilice los grupos de privacidad para restringir el acceso";
+App::$strings["Privacy Settings"] = "Ajustes de privacidad";
+App::$strings["Advanced configuration"] = "Ajustes avanzados";
+App::$strings["Proceed with caution"] = "Proceda con precaución";
+App::$strings["Changing advanced configuration settings can impact your, and your contacts channels functionality and security."] = "El cambio de los ajustes de configuración avanzada puede afectar a la funcionalidad y seguridad de sus canales y contactos.";
+App::$strings["Accept the risk and continue"] = "Aceptar el riesgo y continuar";
+App::$strings["Automatically approve new contacts"] = "Aprobar automáticamente nuevos contactos";
+App::$strings["Opt-out of search engine indexing"] = "Exclusión de la indexación en los motores de búsqueda";
+App::$strings["Group actor"] = "Grupo de actores";
+App::$strings["Allow this channel to act as a forum"] = "Permitir que este canal actúe como un foro";
+App::$strings["Accept all messages which mention you"] = "Aceptar todos los mensajes que lo mencionen";
+App::$strings["This setting bypasses normal permissions"] = "Esta configuración omite los permisos normales";
+App::$strings["Accept unsolicited comments for moderation"] = "Aceptar comentarios no solicitados para su moderación";
+App::$strings["Otherwise they will be silently dropped"] = "De lo contrario, se eliminarán silenciosamente";
+App::$strings["Enable OCAP access"] = "Habilitar acceso OCAP";
+App::$strings["Grant limited posts the right to access linked private media"] = "Conceder a entradas limitadas el derecho de acceso a los medios privados vinculados";
+App::$strings["Events Settings"] = "Gestión de eventos";
+App::$strings["Photos Settings"] = "Gestión de las fotos";
+App::$strings["Settings saved."] = "Configuración guardada.";
+App::$strings["Settings saved. Reload page please."] = "Ajustes guardados. Recargue la página, por favor.";
+App::$strings["Conversation Settings"] = "Ajustes de conversación";
App::$strings["Please select a channel role"] = "Por favor, seleccione un rol de canal";
App::$strings["Your channel address is"] = "Su dirección de canal es";
App::$strings["Your files/photos are accessible via WebDAV at"] = "Sus archivos y fotos son accesibles a través de WebDAV en ";
@@ -3057,7 +3478,6 @@ App::$strings["Adult content"] = "Contenido solo para adultos";
App::$strings["This channel frequently or regularly publishes adult content"] = "Este canal publica con frecuencia o regularmente contenidos para adultos";
App::$strings["Maximum Friend Requests/Day:"] = "Máximo de solicitudes de amistad por día:";
App::$strings["May reduce spam activity"] = "Podría reducir la actividad de spam";
-App::$strings["Notification Settings"] = "Configuración de las notificaciones";
App::$strings["By default post a status message when:"] = "Por defecto, enviar un mensaje de estado cuando:";
App::$strings["accepting a friend request"] = "Acepte una solicitud de amistad";
App::$strings["joining a forum/community"] = "al unirse a un foro o comunidad";
@@ -3109,29 +3529,9 @@ App::$strings["This website expires after %d days."] = "Este sitio web caduca de
App::$strings["This website does not expire imported content."] = "Este sitio web no caduca el contenido importado.";
App::$strings["The website limit takes precedence if lower than your limit."] = "El límite del sitio web tiene prioridad si es inferior a su propio límite.";
App::$strings["Words one per line or #tags, \$categories, /patterns/, lang=xx, lang!=xx - leave blank to import all posts"] = "Palabras una por línea o #tags, \$categories, /patterns/, lang=xx, lang!=xx - dejar en blanco para importar todas las entradas";
-App::$strings["Not valid email."] = "Correo electrónico no válido.";
-App::$strings["Protected email address. Cannot change to that email."] = "Dirección de correo electrónico protegida. No se puede cambiar a ella.";
-App::$strings["System failure storing new email. Please try again."] = "Fallo de sistema al guardar el nuevo correo electrónico. Por favor, inténtelo de nuevo.";
-App::$strings["Password verification failed."] = "La comprobación de la contraseña ha fallado.";
-App::$strings["Passwords do not match. Password unchanged."] = "Las contraseñas no coinciden. La contraseña no se ha cambiado.";
-App::$strings["Empty passwords are not allowed. Password unchanged."] = "No se permiten contraseñas vacías. La contraseña no se ha cambiado.";
-App::$strings["Password changed."] = "Contraseña cambiada.";
-App::$strings["Password update failed. Please try again."] = "La actualización de la contraseña ha fallado. Por favor, inténtalo de nuevo.";
-App::$strings["Account Settings"] = "Configuración de la cuenta";
-App::$strings["Current Password"] = "Contraseña actual";
-App::$strings["Enter New Password"] = "Escribir una nueva contraseña";
-App::$strings["Confirm New Password"] = "Confirmar la nueva contraseña";
-App::$strings["Leave password fields blank unless changing"] = "Dejar en blanco la contraseña a menos que desee cambiarla.";
-App::$strings["Multi-Factor Authentication"] = "Autenticación multifactorial";
-App::$strings["DId2 or Email Address:"] = "Did2 o dirección de correo electrónico: ";
-App::$strings["Remove this account including all its channels"] = "Eliminar esta cuenta incluyendo todos sus canales";
-App::$strings["No feature settings configured"] = "No se ha establecido la configuración de los complementos";
-App::$strings["Addon Settings"] = "Ajustes de los complementos";
-App::$strings["Please save/submit changes to any panel before opening another."] = "Guarde o envíe los cambios a cualquier panel antes de abrir otro.";
-App::$strings["Events Settings"] = "Gestión de eventos";
-App::$strings["Channel Manager Settings"] = "Ajustes del administrador de canales";
-App::$strings["Personal menu to display in your channel pages"] = "Menú personal que debe mostrarse en las páginas de su canal";
-App::$strings["Channel Home Settings"] = "Ajustes del canal";
+App::$strings["Default profile for new contacts"] = "Perfil predeterminado para nuevos contactos";
+App::$strings["Profiles Settings"] = "Gestión de los perfiles";
+App::$strings["Connections Settings"] = "Gestión de las conexiones";
App::$strings["Calendar Settings"] = "Ajustes del calendario";
App::$strings["Password is required"] = "Se necesita contraseña";
App::$strings["The provided password is not correct"] = "La contraseña proporcionada no es correcta";
@@ -3144,451 +3544,35 @@ App::$strings["Incorrect code"] = "Código incorrecto";
App::$strings["Enable Multi-Factor Authentication"] = "Habilitar la autenticación multifactorial";
App::$strings["Logging in will require you to be in possession of your smartphone"] = "Para iniciar sesión, deberá estar en posesión de su smartphone";
App::$strings["Your account password"] = "La contraseña de su cuenta ";
-App::$strings["%s - (Experimental)"] = "%s - (Experimental)";
-App::$strings["Display Settings"] = "Ajustes de visualización";
-App::$strings["Theme Settings"] = "Ajustes del tema";
-App::$strings["Custom Theme Settings"] = "Ajustes personalizados del tema";
-App::$strings["Content Settings"] = "Ajustes del contenido";
-App::$strings["Display Theme:"] = "Tema gráfico del perfil:";
-App::$strings["Select scheme"] = "Elegir un esquema";
-App::$strings["Preload images before rendering the page"] = "Carga previa de las imágenes antes de generar la página";
-App::$strings["The subjective page load time will be longer but the page will be ready when displayed"] = "El tiempo subjetivo de carga de la página será más largo, pero la página estará lista cuando se muestre.";
-App::$strings["Enable user zoom on mobile devices"] = "Habilitar zoom de usuario en dispositivos móviles";
-App::$strings["Update browser every xx seconds"] = "Actualizar navegador cada xx segundos";
-App::$strings["Minimum of 10 seconds, no maximum"] = "Mínimo de 10 segundos, sin máximo";
-App::$strings["Maximum number of conversations to load at any time:"] = "Máximo número de conversaciones a cargar en cualquier momento:";
-App::$strings["Maximum of 30 items"] = "Máximo de 30 elementos";
-App::$strings["Show emoticons (smilies) as images"] = "Mostrar emoticonos (smilies) como imágenes";
-App::$strings["Link post titles to source"] = "Enlazar título de la publicación a la fuente original";
-App::$strings["Display new member quick links menu"] = "Mostrar el menú de enlaces rápidos para nuevos miembros";
-App::$strings["Directory Settings"] = "Configuración del directorio";
-App::$strings["Editor Settings"] = "Ajustes del editor";
-App::$strings["Connections Settings"] = "Gestión de las conexiones";
-App::$strings["Photos Settings"] = "Gestión de las fotos";
-App::$strings["Default profile for new contacts"] = "Perfil predeterminado para nuevos contactos";
-App::$strings["Profiles Settings"] = "Gestión de los perfiles";
-App::$strings["Privacy settings updated."] = "Se ha actualizado la configuración de la privacidad.";
-App::$strings["Only those you specifically allow"] = "Solo aquellos a los que usted permita explícitamente";
-App::$strings["Approved connections"] = "Conexiones aprobadas";
-App::$strings["Any connections"] = "Cualquier conexión";
-App::$strings["Anybody on this website"] = "Cualquiera en este sitio web";
-App::$strings["Anybody in this network"] = "Cualquiera en esta red";
-App::$strings["Anybody authenticated"] = "Cualquiera que esté autenticado";
-App::$strings["Anybody on the internet"] = "Cualquiera en internet";
-App::$strings["Advise: set to \"Anybody on the internet\" and use privacy groups to restrict access"] = "Consejo: establezca la opción \"Cualquiera en Internet\" y utilice los grupos de privacidad para restringir el acceso";
-App::$strings["Privacy Settings"] = "Ajustes de privacidad";
-App::$strings["Advanced configuration"] = "Ajustes avanzados";
-App::$strings["Proceed with caution"] = "Proceda con precaución";
-App::$strings["Changing advanced configuration settings can impact your, and your contacts channels functionality and security."] = "El cambio de los ajustes de configuración avanzada puede afectar a la funcionalidad y seguridad de sus canales y contactos.";
-App::$strings["Accept the risk and continue"] = "Aceptar el riesgo y continuar";
-App::$strings["Automatically approve new contacts"] = "Aprobar automáticamente nuevos contactos";
-App::$strings["Opt-out of search engine indexing"] = "Exclusión de la indexación en los motores de búsqueda";
-App::$strings["Group actor"] = "Grupo de actores";
-App::$strings["Allow this channel to act as a forum"] = "Permitir que este canal actúe como un foro";
-App::$strings["Accept all messages which mention you"] = "Aceptar todos los mensajes que lo mencionen";
-App::$strings["This setting bypasses normal permissions"] = "Esta configuración omite los permisos normales";
-App::$strings["Accept unsolicited comments for moderation"] = "Aceptar comentarios no solicitados para su moderación";
-App::$strings["Otherwise they will be silently dropped"] = "De lo contrario, se eliminarán silenciosamente";
-App::$strings["Enable OCAP access"] = "Habilitar acceso OCAP";
-App::$strings["Grant limited posts the right to access linked private media"] = "Conceder a entradas limitadas el derecho de acceso a los medios privados vinculados";
-App::$strings["Settings saved."] = "Configuración guardada.";
-App::$strings["Settings saved. Reload page please."] = "Ajustes guardados. Recargue la página, por favor.";
-App::$strings["Conversation Settings"] = "Ajustes de conversación";
-App::$strings["Unable to update menu."] = "No se puede actualizar el menú.";
-App::$strings["Unable to create menu."] = "No se puede crear el menú.";
-App::$strings["Menu Name"] = "Nombre del menú";
-App::$strings["Unique name (not visible on webpage) - required"] = "Nombre único (no será visible en la página web) - requerido";
-App::$strings["Menu Title"] = "Título del menú";
-App::$strings["Visible on webpage - leave empty for no title"] = "Visible en la página web - no ponga nada si no desea un título";
-App::$strings["Allow Bookmarks"] = "Permitir marcadores";
-App::$strings["Menu may be used to store saved bookmarks"] = "El menú se puede usar para guardar marcadores";
-App::$strings["Submit and proceed"] = "Enviar y proceder";
-App::$strings["Drop"] = "Eliminar";
-App::$strings["Bookmarks allowed"] = "Marcadores permitidos";
-App::$strings["Delete this menu"] = "Borrar este menú";
-App::$strings["Edit menu contents"] = "Editar los contenidos del menú";
-App::$strings["Edit this menu"] = "Modificar este menú";
-App::$strings["Menu could not be deleted."] = "El menú no puede ser eliminado.";
-App::$strings["Edit Menu"] = "Modificar el menú";
-App::$strings["Add or remove entries to this menu"] = "Añadir o quitar entradas en este menú";
-App::$strings["Menu name"] = "Nombre del menú";
-App::$strings["Must be unique, only seen by you"] = "Debe ser único, solo será visible para usted";
-App::$strings["Menu title"] = "Título del menú";
-App::$strings["Menu title as seen by others"] = "El título del menú tal como será visto por los demás";
-App::$strings["Allow bookmarks"] = "Permitir marcadores";
-App::$strings["Connection Default Permissions"] = "Permisos predeterminados de conexión";
-App::$strings["Apply these permissions automatically"] = "Aplicar estos permisos automaticamente";
-App::$strings["If enabled, connection requests will be approved without your interaction"] = "Si está habilitado, las solicitudes de conexión serán aprobadas sin su intervención.";
-App::$strings["Permission role"] = "Permisos de rol";
-App::$strings["Add permission role"] = "Añadir permisos de rol";
-App::$strings["The permissions indicated on this page will be applied to all new connections."] = "Los permisos indicados en esta página serán aplicados en todas las nuevas conexiones.";
-App::$strings["Automatic approval settings"] = "Opciones de autorización automática";
-App::$strings["My Settings"] = "Mis ajustes";
-App::$strings["Individual Permissions"] = "Permisos individuales";
-App::$strings["Some individual permissions may have been preset or locked based on your channel type and privacy settings."] = "Es posible que se hayan preestablecido o bloqueado algunos permisos individuales según el tipo de canal y la configuración de privacidad.";
-App::$strings["This setting requires special processing and editing has been blocked."] = "Este ajuste necesita de un proceso especial y la edición ha sido bloqueada.";
-App::$strings["Configuration Editor"] = "Editor de configuración";
-App::$strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Atención: El cambio de algunos ajustes puede volver inutilizable su canal. Por favor, abandone la página excepto que esté seguro y sepa cómo usar correctamente esta característica.";
-App::$strings["Name and Secret are required"] = "\"Key\" y \"Secret\" son obligatorios";
-App::$strings["Add OAuth2 application"] = "Añadir aplicación OAuth2";
-App::$strings["Grant Types"] = "Tipos de permisos";
-App::$strings["leave blank unless your application sepcifically requires this"] = "Dejar en blanco a menos que su aplicación lo requiera específicamente";
-App::$strings["Authorization scope"] = "Alcance de la autorización";
-App::$strings["OAuth2 Application not found."] = "No se ha encontrado la aplicación OAuth2.";
-App::$strings["leave blank unless your application specifically requires this"] = "dejar en blanco a menos que su aplicación lo requiera específicamente";
-App::$strings["Connected OAuth2 Apps"] = "Aplicaciones OAuth2 conectadas";
-App::$strings["Invalid message"] = "Mensaje no válido";
-App::$strings["no results"] = "sin resultados";
-App::$strings["channel sync processed"] = "se ha realizado la sincronización del canal";
-App::$strings["queued"] = "encolado";
-App::$strings["posted"] = "enviado";
-App::$strings["accepted for delivery"] = "aceptado para el envío";
-App::$strings["updated"] = "actualizado";
-App::$strings["update ignored"] = "actualización ignorada";
-App::$strings["permission denied"] = "permiso denegado";
-App::$strings["recipient not found"] = "destinatario no encontrado";
-App::$strings["Delivery report for %1\$s"] = "Informe de entrega para %1\$s";
-App::$strings["Redeliver"] = "Volver a enviar";
-App::$strings["Thing updated"] = "Elemento actualizado.";
-App::$strings["Object store: failed"] = "Guardar objeto: ha fallado";
-App::$strings["Thing added"] = "Elemento añadido";
-App::$strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
-App::$strings["Show Thing"] = "Mostrar elemento";
-App::$strings["item not found."] = "elemento no encontrado.";
-App::$strings["Edit Thing"] = "Editar elemento";
-App::$strings["Select a profile"] = "Seleccionar un perfil";
-App::$strings["Post an activity"] = "Publicar una actividad";
-App::$strings["Only sends to viewers of the applicable profile"] = "Sólo enviar a espectadores del perfil pertinente.";
-App::$strings["Name of thing e.g. something"] = "Nombre del elemento, p. ej.:. \"algo\"";
-App::$strings["URL of thing (optional)"] = "Dirección del elemento (opcional)";
-App::$strings["URL for photo of thing (optional)"] = "Dirección para la foto o elemento (opcional)";
-App::$strings["Add Thing to your Profile"] = "Añadir alguna cosa a su perfil";
+App::$strings["Test"] = "Test";
App::$strings["Authentication failed."] = "Falló la autenticación.";
-App::$strings["Item sync completed!"] = "¡Sincronización de artículos completada!";
-App::$strings["Item sync completed but no items were found!"] = "¡Sincronización de artículos completada pero no se ha encontrado ningún artículo!";
-App::$strings["File sync completed!"] = "¡Sincronización de archivos completada!";
-App::$strings["File sync completed but no files were found!"] = "¡La sincronización de archivos se ha completado pero no se ha encontrado ningún archivo!";
-App::$strings["Channel clone status"] = "Estado de clonación del canal";
-App::$strings["Item sync status"] = "Estado de sincronización de artículos";
-App::$strings["File sync status"] = "Estado de sincronización de archivos";
-App::$strings["Channel cloning completed!"] = "Clonación del canal completada.";
-App::$strings["Resume"] = "Reanudar";
-App::$strings["Only resume if sync stalled!"] = "Sólo se reanuda si la sincronización se estanca.";
-App::$strings["Layout updated."] = "Plantilla actualizada.";
-App::$strings["Edit System Page Description"] = "Editor del Sistema de Descripción de Páginas";
-App::$strings["(modified)"] = "(modificado)";
-App::$strings["Layout not found."] = "Plantilla no encontrada";
-App::$strings["Module Name:"] = "Nombre del módulo:";
-App::$strings["Layout Help"] = "Ayuda para el diseño de plantillas de página";
-App::$strings["Edit another layout"] = "Editar otro diseño";
-App::$strings["System layout"] = "Diseño del sistema";
-App::$strings["Welcome to %s"] = "Bienvenido a %s";
-App::$strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No hay sugerencias disponibles. Si es un sitio nuevo, espere 24 horas y pruebe de nuevo.";
-App::$strings["Connection updated."] = "Conexión actualizada.";
-App::$strings["Failed to update connection record."] = "Error al actualizar el registro de la conexión.";
-App::$strings["Could not access address book record."] = "No se pudo acceder al registro en su libreta de direcciones.";
-App::$strings["Refresh failed - channel is currently unavailable."] = "Recarga fallida - no se puede encontrar el canal en este momento.";
-App::$strings["Unable to set address book parameters."] = "No ha sido posible establecer los parámetros de la libreta de direcciones.";
-App::$strings["Connection has been removed."] = "La conexión ha sido eliminada.";
-App::$strings["View %s's profile"] = "Ver el perfil de %s";
-App::$strings["View recent posts and comments"] = "Ver publicaciones y comentarios recientes";
-App::$strings["Fetch Vcard"] = "Obtener una vcard";
-App::$strings["Fetch electronic calling card for this connection"] = "Obtener una tarjeta de llamada electrónica para esta conexión";
-App::$strings["Open Set Affinity section by default"] = "Abrir por defecto la sección para definir la afinidad";
-App::$strings["Filter"] = "Filtrar";
-App::$strings["Open Custom Filter section by default"] = "Abrir por defecto la sección de personalización de filtros";
-App::$strings["Set Affinity"] = "Ajustar la afinidad";
-App::$strings["Set Profile"] = "Ajustar el perfil";
-App::$strings["Set Affinity & Profile"] = "Ajustar la afinidad y el perfil";
-App::$strings["Contact: %s"] = "Contacto: %s";
-App::$strings["Manage contact roles"] = "Gestionar roles de contactos";
-App::$strings["This contacts's primary address is"] = "La dirección principal de este contactos es ";
-App::$strings["Available locations:"] = "Ubicaciones disponibles:";
-App::$strings["Contact Pending Approval"] = "Contacto pendiente de aprobación";
-App::$strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Por favor, escoja el perfil que quiere mostrar a %s cuando esté viendo su perfil de forma segura.";
-App::$strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can <strong>not</strong> change those settings here."] = "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. <strong>No</strong> puede cambiar estos ajustes aquí.";
-App::$strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. Puede cambiar estos ajustes aquí, pero no tendrán ningún consecuencia hasta que cambie los ajustes heredados.";
-App::$strings["Last update:"] = "Última actualización:";
-App::$strings["Details"] = "Detalles";
-App::$strings["No more system notifications."] = "No hay más notificaciones del sistema";
-App::$strings["System Notifications"] = "Notificaciones del sistema";
-App::$strings["Mark all seen"] = "Marcar todo como visto";
-App::$strings["Comanche page description language help"] = "Página de ayuda del lenguaje de descripción de páginas (PDL) Comanche";
-App::$strings["Layout Description"] = "Descripción de la plantilla";
-App::$strings["Download PDL file"] = "Descargar el fichero PDL";
-App::$strings["Location not found."] = "Dirección no encontrada.";
-App::$strings["Location lookup failed."] = "Ha fallado la búsqueda de la dirección.";
-App::$strings["Please select another location to become primary before removing the primary location."] = "Por favor, seleccione una copia de su canal (un clon) para convertirlo en primario antes de eliminar su canal principal.";
-App::$strings["Syncing locations"] = "Sincronizando ubicaciones";
-App::$strings["No locations found."] = "No encontrada ninguna dirección.";
-App::$strings["Manage Channel Locations"] = "Gestionar las direcciones del canal";
-App::$strings["Sync Now"] = "Sincronizar ahora";
-App::$strings["Please wait several minutes between consecutive operations."] = "Por favor, espere algunos minutos entre operaciones consecutivas.";
-App::$strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Cuando sea posible, elimine una ubicación iniciando sesión en el sitio web o \"hub\" y borrando su canal.";
-App::$strings["Use this form to drop the location if the hub is no longer operating."] = "Utilice este formulario para eliminar la dirección si el \"hub\" no está funcionando desde hace tiempo.";
-App::$strings["Failed to create source. No channel selected."] = "No se ha podido crear el origen de los contenidos. No ha sido seleccionado ningún canal.";
-App::$strings["Source created."] = "Fuente creada.";
-App::$strings["Source updated."] = "Fuente actualizada.";
-App::$strings["*"] = "*";
-App::$strings["Channel Sources"] = "Orígenes de los contenidos del canal";
-App::$strings["Manage remote sources of content for your channel."] = "Gestionar contenido de origen remoto para su canal.";
-App::$strings["New Source"] = "Nueva fuente";
-App::$strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importar todo el contenido o una selección de los siguientes canales en este canal y distribuirlo de acuerdo con sus ajustes.";
-App::$strings["Only import content with these words (one per line)"] = "Importar solo contenido que contenga estas palabras (una por línea)";
-App::$strings["Leave blank to import all public content"] = "Dejar en blanco para importar todo el contenido público";
-App::$strings["Channel Name"] = "Nombre del canal";
-App::$strings["Add the following categories to posts imported from this source (comma separated)"] = "Añadir los temas siguientes a las entradas importadas de esta fuente (separadas por comas)";
-App::$strings["Resend posts with this channel as author"] = "Reenviar mensajes con este canal como autor";
-App::$strings["Copyrights may apply"] = "Se pueden aplicar los derechos de autor";
-App::$strings["Source not found."] = "Fuente no encontrada";
-App::$strings["Edit Source"] = "Editar fuente";
-App::$strings["Delete Source"] = "Eliminar fuente";
-App::$strings["Source removed"] = "Fuente eliminada";
-App::$strings["Unable to remove source."] = "No se puede eliminar la fuente.";
-App::$strings["Select a bookmark folder"] = "Seleccionar una carpeta de marcadores";
-App::$strings["Save Bookmark"] = "Guardar marcador";
-App::$strings["URL of bookmark"] = "Dirección del marcador";
-App::$strings["Or enter new bookmark folder name"] = "O introduzca un nuevo nombre para la carpeta de marcadores";
-App::$strings["A deleted privacy group with this name was revived. Existing item permissions <strong>may</strong> apply to this privacy group and any future members. If this is not what you intended, please create another privacy group with a different name."] = "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos que ya existen sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente.";
-App::$strings["Select a privacy group"] = "Seleccionar un grupo privado de canales";
-App::$strings["__ctx:permcat__ Default"] = "Predeterminado";
-App::$strings["Likes %1\$s's %2\$s"] = "Gusta de %2\$sde %1\$s";
-App::$strings["Doesn't like %1\$s's %2\$s"] = "No le gusta %2\$sde %1\$s";
-App::$strings["Will attend %s's event"] = "Asistirá al evento de %s";
-App::$strings["Will not attend %s's event"] = "No asistirá al evento de %s";
-App::$strings["May attend %s's event"] = "Puede asistir al evento de %s";
-App::$strings["May not attend %s's event"] = "Puede no asistir al evento de %s";
-App::$strings["\$Projectname Notification"] = "Notificación de \$Projectname";
-App::$strings["Thank You,"] = "Gracias,";
-App::$strings["This email was sent by %1\$s at %2\$s."] = "Este email ha sido enviado por %1\$s a %2\$s.";
-App::$strings["To stop receiving these messages, please adjust your Notification Settings at %s"] = "Para dejar de recibir estos mensajes, por favor ajuste la configuración de notificación en %s";
-App::$strings["To stop receiving these messages, please adjust your %s."] = "Para dejar de recibir estos mensajes, por favor, ajuste su %s";
-App::$strings["%s <!item_type!>"] = "%s <!item_type!>";
-App::$strings["[\$Projectname:Notify] New direct message received at %s"] = "[\$Projectname:Aviso] Nuevo mensaje directo recibido en %s";
-App::$strings["%1\$s sent you a new direct message at %2\$s"] = "%1\$s le ha enviado un nuevo mensaje directo en %2\$s.";
-App::$strings["%1\$s sent you %2\$s."] = "%1\$s le ha enviado %2\$s.";
-App::$strings["a direct message"] = "un mensaje directo";
-App::$strings["Please visit %s to view and/or reply to your direct messages."] = "Por favor visite %s para ver y/o responder a su mensaje directo.";
-App::$strings["requested to comment on"] = "solicita comentar sobre ";
-App::$strings["commented on"] = "ha comentado sobre ";
-App::$strings["requested to like"] = "solicita que se permita mostrar agrado ";
-App::$strings["liked"] = "ha gustado de ";
-App::$strings["requested to dislike"] = "solicita que se permita mostrar desagrado ";
-App::$strings["disliked"] = "no ha gustado de ";
-App::$strings["voted on"] = "votado en ";
-App::$strings["%1\$s %2\$s [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s%2\$s [zrl=%3\$s ]un %4\$s[/zrl]";
-App::$strings["%1\$s %2\$s [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s %2\$s[zrl=%3\$s]%5\$s de %4\$s[/zrl]";
-App::$strings["%1\$s %2\$s [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s %2\$s [zrl=%3\$s]su %4\$s[/zrl]";
-App::$strings["[\$Projectname:Notify] Moderated Comment to conversation #%1\$d by %2\$s"] = "[\$Projectname:Aviso] Comentario moderado en la conversación #%1\$d por %2\$s";
-App::$strings["[\$Projectname:Notify] Comment to conversation #%1\$d by %2\$s"] = "[\$Projectname:Aviso] Nuevo comentario de %2\$s en la conversación #%1\$d";
-App::$strings["%1\$s commented on an item/conversation you have been following"] = "%1\$sha comentado un elemento/conversación que ha estado siguiendo.";
-App::$strings["Please visit %s to view and/or reply to the conversation."] = "Para ver o comentar la conversación, visite %s";
-App::$strings["Please visit %s to approve or reject this comment."] = "Por favor, visite %s para aprobar o rechazar este comentario.";
-App::$strings["[\$Projectname:Notify] Like received to conversation #%1\$d by %2\$s"] = "[\$Projectname:Aviso] \"Me gusta\" de %2\$s en la conversación #%1\$d";
-App::$strings["%1\$s liked an item/conversation you created"] = "A %1\$s le ha gustado un elemento o conversación que ha creado usted.";
-App::$strings["[\$Projectname:Notify] %s posted to your profile wall"] = "[\$Projectname:Aviso] %s ha publicado una entrada en su página de inicio del perfil (\"muro\")";
-App::$strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s ha publicado en su muro en %2\$s";
-App::$strings["%1\$s posted to [zrl=%2\$s]your wall[/zrl]"] = "%1\$sha publicado en [zrl=%2\$s]su muro[/zrl]";
-App::$strings["[\$Projectname:Notify] %s tagged you"] = "[\$Projectname:Aviso] %s le ha etiquetado";
-App::$strings["%1\$s tagged you at %2\$s"] = "%1\$sle ha etiquetado en %2\$s";
-App::$strings["%1\$s [zrl=%2\$s]tagged you[/zrl]."] = "%1\$s [zrl=%2\$s]le ha etiquetado[/zrl].";
-App::$strings["[\$Projectname:Notify] %1\$s poked you"] = "[\$Projectname:Aviso] %1\$s le ha dado un toque";
-App::$strings["%1\$s poked you at %2\$s"] = "%1\$sle ha dado un toque en %2\$s";
-App::$strings["%1\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s [zrl=%2\$s] le ha dado un toque[/zrl].";
-App::$strings["[\$Projectname:Notify] %s tagged your post"] = "[\$Projectname:Aviso] %s ha etiquetado su entrada";
-App::$strings["%1\$s tagged your post at %2\$s"] = "%1\$sha etiquetado su entrada en %2\$s";
-App::$strings["%1\$s tagged [zrl=%2\$s]your post[/zrl]"] = "%1\$s ha etiquetado [zrl=%2\$s]su entrada[/zrl]";
-App::$strings["[\$Projectname:Notify] Introduction received"] = "[\$Projectname:Aviso] Ha recibido una solicitud de conexión";
-App::$strings["You've received an new connection request from '%1\$s' at %2\$s"] = "Ha recibido una nueva solicitud de conexión de '%1\$s' en %2\$s";
-App::$strings["You've received [zrl=%1\$s]a new connection request[/zrl] from %2\$s."] = "Ha recibido [zrl=%1\$s]una nueva solicitud de conexión[/zrl] de %2\$s.";
-App::$strings["You may visit their profile at %s"] = "Puede visitar su perfil en %s";
-App::$strings["Please visit %s to approve or reject the connection request."] = "Por favor, visite %s para permitir o rechazar la solicitad de conexión.";
-App::$strings["[\$Projectname:Notify] Friend suggestion received"] = "[\$Projectname:Aviso] Ha recibido una sugerencia de conexión";
-App::$strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Ha recibido una sugerencia de amistad de '%1\$s' en %2\$s";
-App::$strings["You've received [zrl=%1\$s]a friend suggestion[/zrl] for %2\$s from %3\$s."] = "Ha recibido [zrl=%1\$s]una sugerencia de amistad[/zrl] para %2\$s de %3\$s.";
-App::$strings["Name:"] = "Nombre:";
-App::$strings["Photo:"] = "Foto:";
-App::$strings["Please visit %s to approve or reject the suggestion."] = "Por favor, visite %s para aprobar o rechazar la sugerencia.";
-App::$strings["[\$Projectname:Notify]"] = "[\$Projectname:Aviso]";
-App::$strings["created a new poll"] = "se ha creado una nueva encuesta";
-App::$strings["created a new post"] = "ha creado una nueva entrada";
-App::$strings["voted on %s's poll"] = "votado en la encuesta de %s";
-App::$strings["commented on %s's post"] = "ha comentado la entrada de %s";
-App::$strings["repeated %s's post"] = "repetida la entrada de %s";
-App::$strings["liked %s's post"] = "Le ha gustado la entrada de %s";
-App::$strings["disliked %s's post"] = "No le ha gustado la entrada de %s";
-App::$strings["shared a file with you"] = "compartió un archivo con usted";
-App::$strings["edited a post dated %s"] = "ha editado una entrada %s";
-App::$strings["edited a comment dated %s"] = "ha editado un comentario %s";
-App::$strings["added your channel"] = "añadió este canal a sus conexiones";
-App::$strings["sent you a direct message"] = "enviarle un mensaje directo";
-App::$strings["g A l F d"] = "g A l d F";
-App::$strings["[today]"] = "[hoy]";
-App::$strings["created an event"] = "se creó un evento";
-App::$strings["status verified"] = "estado verificado";
-App::$strings["Channel is blocked on this site."] = "El canal está bloqueado en este sitio.";
-App::$strings["Channel location missing."] = "Falta la dirección del canal.";
-App::$strings["Remote channel or protocol unavailable."] = "Canal remoto o protocolo no disponible.";
-App::$strings["Channel discovery failed."] = "El intento de acceder al canal ha fallado.";
-App::$strings["Protocol disabled."] = "Protocolo deshabilitado.";
-App::$strings["Cannot connect to yourself."] = "No puede conectarse consigo mismo.";
-App::$strings["error saving data"] = "error guardando los datos";
-App::$strings["Missing room name"] = "Sala de chat sin nombre";
-App::$strings["Duplicate room name"] = "Nombre de sala duplicado.";
-App::$strings["Invalid room specifier."] = "Especificador de sala no válido.";
-App::$strings["Room not found."] = "Sala no encontrada.";
-App::$strings["Room is full"] = "La sala está llena.";
-App::$strings["Affinity Tool"] = "Herramienta de afinidad";
-App::$strings["Site Admin"] = "Administrador del sitio";
-App::$strings["Content Filter"] = "Filtro de contenido";
-App::$strings["Remote Diagnostics"] = "Diagnóstico remoto";
-App::$strings["Suggest Channels"] = "Sugerir canales";
-App::$strings["Channel Manager"] = "Administración de canales";
-App::$strings["Stream"] = "Stream";
-App::$strings["Mail"] = "Correo";
-App::$strings["Chat"] = "Chat";
-App::$strings["Probe"] = "Probar";
-App::$strings["Suggest"] = "Sugerir";
-App::$strings["Random Channel"] = "Canal aleatorio";
-App::$strings["Invite"] = "Invitar";
-App::$strings["Post"] = "Publicación";
-App::$strings["Notifications"] = "Notificaciones";
-App::$strings["Order Apps"] = "Ordenar las apps";
-App::$strings["CardDAV"] = "CardDAV";
-App::$strings["OAuth Apps Manager"] = "Administrador de apps OAuth";
-App::$strings["OAuth2 Apps Manager"] = "Administrador de apps OAuth2";
-App::$strings["PDL Editor"] = "Editor PDL";
-App::$strings["My Chatrooms"] = "Mis salas de chat";
-App::$strings["Channel Export"] = "Exportar canal";
-App::$strings["Purchase"] = "Comprar";
-App::$strings["Undelete"] = "Recuperar";
-App::$strings["Add to app-tray"] = "Añadir a la bandeja de aplicaciones";
-App::$strings["Remove from app-tray"] = "Quitar de la bandeja de aplicaciones";
-App::$strings["Pin to navbar"] = "Fijar en la barra de navegación";
-App::$strings["Unpin from navbar"] = "Quitar de la barra de navegación";
-App::$strings["0. Beginner/Basic"] = "0. Principiante/Básico";
-App::$strings["1. Novice - not skilled but willing to learn"] = "1. Novato: no cualificado, pero dispuesto a aprender";
-App::$strings["2. Intermediate - somewhat comfortable"] = "2. Intermedio - algo cómodo";
-App::$strings["3. Advanced - very comfortable"] = "3. Avanzado - muy cómodo";
-App::$strings["4. Expert - I can write computer code"] = "4. Experto - Puedo escribir código informático";
-App::$strings["5. Wizard - I probably know more than you do"] = "5. Colaborador - probablemente sé más que tú";
-App::$strings["Directory Options"] = "Opciones del directorio";
-App::$strings["Safe Mode"] = "Modo seguro";
-App::$strings["Public Forums Only"] = "Solo foros públicos";
-App::$strings["This Website Only"] = "Solo este sitio web";
-App::$strings["Unable to verify channel signature"] = "No ha sido posible de verificar la firma del canal";
-App::$strings["Restricted message"] = "Mensaje restringido";
-App::$strings["Direct message"] = "Mensaje directo";
-App::$strings["Public Policy"] = "Política pública";
-App::$strings["Privacy conflict. Discretion advised."] = "Conflicto de privacidad. Se aconseja discreción.";
-App::$strings["Admin Delete"] = "Eliminar admin";
-App::$strings["Reply on this comment"] = "Responder a este comentario";
-App::$strings["reply"] = "responder";
-App::$strings["Reply to"] = "Responder a ";
-App::$strings["Delivery Report"] = "Informe de transmisión";
-App::$strings["%d Comment"] = array(
- 0 => "%d comentario",
- 1 => "%d comentarios",
- 2 => "%d comentarios",
-);
-App::$strings["%d unseen"] = "%dno visto/a vistos/as";
-App::$strings["Forum"] = "Foro";
-App::$strings["to"] = "a";
-App::$strings["Wall-to-Wall"] = "De página del perfil a página del perfil (de \"muro\" a \"muro\")";
-App::$strings["via Wall-To-Wall:"] = "Mediante el procedimiento página del perfil a página del perfil (de \"muro\" a \"muro\")";
-App::$strings["Attend"] = "Participar o asistir";
-App::$strings["Go to previous comment"] = "Ir al comentario anterior";
-App::$strings["Add to Calendar"] = "Añadir al calendario";
-App::$strings["Image"] = "Imagen";
-App::$strings["Insert Link"] = "Insertar enlace";
-App::$strings["Video"] = "Vídeo";
-App::$strings["Your full name (required)"] = "Su nombre completo (requerido)";
-App::$strings["Your email address (required)"] = "Su dirección de correo electrónico (requerido)";
-App::$strings["Your website URL (optional)"] = "La URL de su sitio web (opcional)";
-App::$strings["Source code of failed update: "] = "Código fuente de la actualización fallida: ";
-App::$strings["Update Error at %s"] = "Error de actualización en %s";
-App::$strings["Update %s failed. See error logs."] = "La actualización %s ha fallado. Mire el informe de errores.";
-App::$strings["Public"] = "Público";
-App::$strings["Anybody in the \$Projectname network"] = "Cualquiera en la red \$Projectname";
-App::$strings["Any account on %s"] = "Cualquier cuenta en %s";
-App::$strings["Any of my connections"] = "Cualquiera de mis conexiones";
-App::$strings["Only connections I specifically allow"] = "Sólo las conexiones que yo permita de forma explícita";
-App::$strings["Anybody authenticated (could include visitors from other networks)"] = "Cualquiera que esté autenticado (podría incluir a los visitantes de otras redes)";
-App::$strings["Any connections including those who haven't yet been approved"] = "Cualquier conexión incluyendo aquellas que aún no han sido aprobadas";
-App::$strings["This is your default setting for the audience of your normal stream, and posts."] = "Esta es la configuración predeterminada para su flujo (stream) habitual de publicaciones.";
-App::$strings["This is your default setting for who can view your default channel profile"] = "Esta es su configuración por defecto para establecer quién puede ver su perfil del canal predeterminado";
-App::$strings["This is your default setting for who can view your connections"] = "Este es su ajuste predeterminado para establecer quién puede ver sus conexiones";
-App::$strings["This is your default setting for who can view your file storage and photos"] = "Este es su ajuste predeterminado para establecer quién puede ver su repositorio de ficheros y sus fotos";
-App::$strings["This is your default setting for the audience of your webpages"] = "Este es el ajuste predeterminado para establecer la audiencia de sus páginas web";
-App::$strings["Unable to verify site signature for %s"] = "No ha sido posible de verificar la firma del sitio para %s";
-App::$strings["Social Networking"] = "Redes sociales";
-App::$strings["Social - Federation"] = "Social - Federación";
-App::$strings["Social - Mostly Public"] = "Social - Público en su mayor parte";
-App::$strings["Social - Restricted"] = "Social - Restringido";
-App::$strings["Social - Private"] = "Social - Privado";
-App::$strings["Community Forum"] = "Foro de discusión";
-App::$strings["Forum - Mostly Public"] = "Foro - Público en su mayor parte";
-App::$strings["Forum - Restricted"] = "Foro - Restringido";
-App::$strings["Forum - Private"] = "Foro - Privado";
-App::$strings["Feed Republish"] = "Republicar un \"feed\"";
-App::$strings["Feed - Mostly Public"] = "Feed - Público en su mayor parte";
-App::$strings["Feed - Restricted"] = "Feed - Restringido";
-App::$strings["Special Purpose"] = "Propósito especial";
-App::$strings["Special - Celebrity/Soapbox"] = "Especial - Celebridad / Tribuna improvisada";
-App::$strings["Special - Group Repository"] = "Especial - Repositorio de grupo";
-App::$strings["Custom/Expert Mode"] = "Modo personalizado/experto";
-App::$strings["Personal"] = "Personales";
-App::$strings["Community forum"] = "Foro de discusión";
-App::$strings["Custom"] = "Personalizado";
-App::$strings["Can view my channel stream and posts"] = "Pueden verse la actividad y publicaciones de mi canal";
-App::$strings["Can send me their channel stream and posts"] = "Se me pueden enviar entradas y contenido de un canal";
-App::$strings["Can view my default channel profile"] = "Puede verse mi perfil de canal predeterminado.";
-App::$strings["Can view my connections"] = "Pueden verse mis conexiones";
-App::$strings["Can view my file storage and photos"] = "Pueden verse mi repositorio de ficheros y mis fotos";
-App::$strings["Can upload/modify my file storage and photos"] = "Se pueden subir / modificar elementos en mi repositorio de ficheros y fotos";
-App::$strings["Can view my channel webpages"] = "Pueden verse las páginas personales de mi canal";
-App::$strings["Can view my wiki pages"] = "Pueden verse mis páginas wiki";
-App::$strings["Can create/edit my channel webpages"] = "Pueden crearse / modificarse páginas personales en mi canal";
-App::$strings["Can write to my wiki pages"] = "Se pueden modificar las páginas de mi wiki";
-App::$strings["Can post on my channel (wall) page"] = "Pueden crearse entradas en mi página de inicio del canal (“muro”)";
-App::$strings["Can comment on or like my posts"] = "Pueden publicarse comentarios en mis publicaciones o marcar mis entradas con 'me gusta'.";
-App::$strings["Can send me direct messages"] = "Se me pueden enviar mensajes privados";
-App::$strings["Can like/dislike profiles and profile things"] = "Se puede mostrar agrado o desagrado (Me gusta / No me gusta) en mis perfiles y sus distintos apartados";
-App::$strings["Can chat with me"] = "Se puede chatear conmigo";
-App::$strings["Can source/mirror my public posts in derived channels"] = "Pueden utilizarse mis entradas públicas en canales derivados";
-App::$strings["Can administer my channel"] = "Se puede administrar mi canal";
-App::$strings["Change filename to"] = "Cambiar el nombre de archivo a ";
-App::$strings["Select a target location"] = "Seleccionar un lugar de destino ";
-App::$strings["Copy to target location"] = "Copiar a la ubicación de destino";
-App::$strings["Set permissions for all files and sub folders"] = "Establecer los permisos para todos los ficheros y subcarpetas";
-App::$strings["Notify your contacts about this file"] = "Advertir a sus contactos sobre este archivo";
-App::$strings["File category"] = "Categoría del fichero";
-App::$strings["Total"] = "Total";
-App::$strings["Shared"] = "Compartido";
-App::$strings["Add Files"] = "Añadir ficheros";
-App::$strings["parent"] = "padre";
-App::$strings["Select All"] = "Seleccionar todo";
-App::$strings["Bulk Actions"] = "Acciones a gran escala";
-App::$strings["Adjust Permissions"] = "Ajustar permisos";
-App::$strings["Move or Copy"] = "Mover o copiar";
-App::$strings["Info"] = "Información";
-App::$strings["Rename"] = "Renombrar";
-App::$strings["Attachment BBcode"] = "Adjuntar código BBcode";
-App::$strings["Embed BBcode"] = "Código BBcode incorporado";
-App::$strings["Link BBcode"] = "Enlace BBcode";
-App::$strings["You are using %1\$s of your available file storage."] = "Está usando %1\$s de su espacio disponible para ficheros.";
-App::$strings["You are using %1\$s of %2\$s available file storage. (%3\$s&#37;)"] = "Está usando %1\$s de %2\$s que tiene a su disposición para ficheros. (%3\$s&#37;)";
-App::$strings["WARNING:"] = "ATENCIÓN: ";
-App::$strings["Create new folder"] = "Crear nueva carpeta";
-App::$strings["Upload file"] = "Subir fichero";
-App::$strings["Drop files here to immediately upload"] = "Arrastre los ficheros aquí para subirlos de forma inmediata";
-App::$strings["You can select files via the upload button or drop them right here or into an existing folder."] = "Puede seleccionar los archivos a través del botón de subir o soltarlos aquí mismo o en una carpeta existente.";
-App::$strings["Create an account to access services and applications"] = "Crear una cuenta para acceder a los servicios y aplicaciones";
-App::$strings["Email or nickname"] = "Correo electrónico o apodo";
-App::$strings["Password"] = "Contraseña";
-App::$strings["Remember me"] = "Recordarme";
-App::$strings["Forgot your password?"] = "¿Olvidó su contraseña?";
-App::$strings["[\$Projectname] Website SSL error for %s"] = "[\$Projectname] Error SSL del sitio web en %s";
-App::$strings["Website SSL certificate is not valid. Please correct."] = "El certificado SSL del sitio web no es válido. Por favor, solucione el problema.";
-App::$strings["[\$Projectname] Cron tasks not running on %s"] = "[\$Projectname] Las tareas de Cron no están funcionando en %s";
-App::$strings["Cron/Scheduled tasks not running."] = "Las tareas del Planificador/Cron no están funcionando.";
+App::$strings["Edit Block"] = "Modificar este bloque";
+App::$strings["Email Verification Required"] = "Verificación obligatoria del correo electrónico";
+App::$strings["A verification token was sent to your email address [%s]. Enter that token here to complete the account verification step. Please allow a few minutes for delivery, and check your spam folder if you do not see the message."] = "Se ha enviado un token de verificación a su dirección de correo electrónico [%s]. Ingrese ese símbolo aquí para completar el paso de verificación de cuenta. Por favor, espere unos minutos para el envío, y revise su carpeta de spam si no ve el mensaje.";
+App::$strings["Resend Email"] = "Reenvío de correo electrónico";
+App::$strings["Validation token"] = "Token de validación";
+App::$strings["Nothing to import."] = "No hay nada para importar.";
+App::$strings["Unable to download data from old server"] = "No se han podido descargar datos de su antiguo servidor";
+App::$strings["Your service plan only allows %d channels."] = "Su paquete de servicios solo permite %d canales.";
+App::$strings["No channel. Import failed."] = "No hay canal. La importación ha fallado";
+App::$strings["Automatic content and files import was not possible due to API version incompatiblity. Please import content and files manually!"] = "La importación automática de contenidos y archivos no fue posible debido a la incompatibilidad de la versión de la API. Por favor, importe el contenido y los archivos manualmente.";
+App::$strings["You must be logged in to use this feature."] = "Debe estar registrado para poder usar esta funcionalidad.";
+App::$strings["Channel Import"] = "Importar canal";
+App::$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."] = "Emplee este formulario para importar un canal desde un servidor/hub diferente. Puede recuperar el canal desde el antiguo servidor/hub a través de la red o proporcionando un fichero de exportación.";
+App::$strings["Or provide the old server/hub details"] = "O proporcione los detalles de su antiguo servidor/hub";
+App::$strings["Your old identity address (xyz@example.com)"] = "Su identidad en el antiguo servidor (canal@ejemplo.com)";
+App::$strings["Your old login email address"] = "Su antigua dirección de correo electrónico";
+App::$strings["Your old login password"] = "Su antigua contraseña";
+App::$strings["Import your items and files (limited by available memory)"] = "Importar sus artículos y archivos (limitado por la memoria disponible)";
+App::$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 cualquiera de las opciones, elija si hacer de este servidor su nueva dirección primaria, o si su antigua dirección debe continuar con este papel. Usted podrá publicar desde cualquier ubicación, pero sólo una puede estar marcada como la ubicación principal para los ficheros, fotos y otras imágenes o vídeos.";
+App::$strings["Make this hub my primary location"] = "Convertir este servidor en mi ubicación primaria";
+App::$strings["Move this channel (disable all previous locations)"] = "Mover este canal (desactivar todas las ubicaciones anteriores)";
+App::$strings["Use this channel nickname instead of the one provided"] = "Usa este alias de canal en lugar del que se proporciona";
+App::$strings["Leave blank to keep your existing channel nickname. You will be randomly assigned a similar nickname if either name is already allocated on this site."] = "Dejar en blanco para mantener su alias de canal . Se le asignará aleatoriamente uno similar si cualquiera de los dos nombres ya está asignado en este sitio.";
+App::$strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "Este proceso puede tardar varios minutos en completarse. Por favor envíe el formulario una sola vez y mantenga esta página abierta hasta que termine.";
+App::$strings["network"] = "red";
+App::$strings["Enter a folder name"] = "Escriba un nombre de carpeta";
+App::$strings["or select an existing folder (doubleclick)"] = "o seleccione una (con un doble click)";
+App::$strings["Poll not found."] = "Encuesta no encontrada.";
+App::$strings["Invalid response."] = "respuesta no válida.";
+App::$strings["Response submitted. Updates may not appear instantly."] = "Respuesta enviada. Las actualizaciones pueden no aparecer al instante.";
diff --git a/view/es-es/lostpass_eml.tpl b/view/es-es/lostpass_eml.tpl
index 39ce5e67b..d2e555666 100644
--- a/view/es-es/lostpass_eml.tpl
+++ b/view/es-es/lostpass_eml.tpl
@@ -1,35 +1,35 @@
-Estimado {{$username}},
- Una petición fue recibida recientemente en {{$sitename}} para cambiar la contraseña de su cuenta.
-Para confirmar esta petición, por favor, seleccione el enlace de verificación
-de más abajo o corte y péguelo en la barra de su navegador web.
+Estimado/a {{$username}},
+ Recientemente se ha recibido una solicitud en {{$sitename}} para restablecer su cuenta.
+contraseña. Para confirmar esta solicitud, seleccione el enlace de verificación
+a continuación o péguelo en la barra de direcciones de su navegador web.
-Si no hizo esta petición de cambio, por favor, NO siga el enlace
-que encontrará más abajo e ignore y/o borre este correo electrónico.
+Si NO ha solicitado este cambio, NO siga el enlace
+proporcionado e ignore y/o elimine este correo electrónico.
-Su contraseña no será cambiada hasta que confirme su solicitud
-envió esta petición.
+Su contraseña no se cambiará a menos que podamos verificar que usted
+emitió esta solicitud.
-Siga el enlace para verificar su identidad:
+Siga este enlace para verificar su identidad:
{{$reset_link}}
-Seguidamente recibirá un mensaje con la nueva contraseña.
+A continuación, recibirá un mensaje de seguimiento con la nueva contraseña.
-Puede cambiar esta contraseña desde su cuenta después de iniciar sesión.
+Puede cambiar esa contraseña desde la página de configuración de su cuenta después de iniciar sesión.
-Los detalles del inicio de sesión son los siguientes:
+Los datos de acceso son los siguientes:
-Localización del sitio: {{$siteurl}}
-Nombre de usuario: {{$email}}
+Ubicación del sitio:{{$siteurl}}
+Nombre de acceso: {{$email}}
-Atentamente,
- Administrador de {{$sitename}}
+Atentamente,
+ {{$sitename}} Administrador
--
Términos del servicio
{{$siteurl}}/help/TermsOfService
- \ No newline at end of file
+
diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js
index 8edd8dafa..7d6ddb1c4 100644
--- a/view/js/autocomplete.js
+++ b/view/js/autocomplete.js
@@ -45,7 +45,7 @@ function contact_format(item) {
}
function smiley_format(item) {
- return "<div class='dropdown-item'>" + item.icon + ' ' + item.text + "</div>";
+ return "<div class='dropdown-item'><img class='emoji' src='" + item.filepath + "'> " + item.shortname.replaceAll(':', '') + "</div>";
}
function bbco_format(item) {
@@ -193,8 +193,8 @@ function string2bb(element) {
match: /(^|\s)(:[a-z0-9_:]{2,})$/,
index: 2,
cache: true,
- search: function(term, callback) { $.getJSON('/smilies/json').done(function(data) { callback($.map(data, function(entry) { return entry.text.indexOf(term.substr(1)) !== -1 ? entry : null; })); }); },
- replace: function(item) { return "$1" + item.text + ' '; },
+ search: function(term, callback) { $.getJSON('/smilies/json').done(function(data) { callback($.map(data, function(entry) { return entry.shortname.indexOf(term.substr(1)) !== -1 ? entry : null; })); }); },
+ replace: function(item) { return "$1" + item.shortname + ' '; },
context: function(text) { return text.toLowerCase(); },
template: smiley_format
};
diff --git a/view/js/crypto.js b/view/js/crypto.js
index 14bc1e0a2..bc399caa3 100644
--- a/view/js/crypto.js
+++ b/view/js/crypto.js
@@ -15,6 +15,94 @@ function str_rot13 (str) {
});
}
+async function sodium_encrypt(element) {
+ if (!window.sodium) {
+ window.sodium = await SodiumPlus.auto();
+ }
+
+ if (typeof tinyMCE !== typeof undefined) {
+ tinyMCE.triggerSave(false,true);
+ }
+
+ let message = $(element).val();
+
+ if (!message) {
+ return false;
+ }
+
+ let password = prompt(aStr['passphrase']);
+
+ if (!password) {
+ return false;
+ }
+
+ let hint = bin2hex(prompt(aStr['passhint']));
+
+ let salt = await sodium.randombytes_buf(16);
+ let nonce = await sodium.randombytes_buf(24);
+
+ let key = await sodium.crypto_pwhash(
+ 32,
+ password,
+ salt,
+ sodium.CRYPTO_PWHASH_OPSLIMIT_INTERACTIVE,
+ sodium.CRYPTO_PWHASH_MEMLIMIT_INTERACTIVE
+ );
+
+ // Message can be a string, buffer, array, etc.
+ let ciphertext = await sodium.crypto_secretbox(message, nonce, key);
+ delete message, password, key;
+
+ let payload = {
+ hint: hint,
+ alg: 'XSalsa20',
+ salt: await sodium.sodium_bin2hex(salt),
+ nonce: await sodium.sodium_bin2hex(nonce),
+ ciphertext: await sodium.sodium_bin2hex(ciphertext)
+ };
+
+ let val = "[crypt]" + window.btoa(JSON.stringify(payload)) + '[/crypt]';
+
+ $(element).val(val);
+}
+
+async function sodium_decrypt(payload, element) {
+ let arr = JSON.parse(window.atob(payload));
+
+ if (arr.alg !== 'XSalsa20') {
+ alert('Unsupported algorithm');
+ return false;
+ }
+
+ let password = prompt((arr.hint.length) ? hex2bin(arr.hint) : aStr['passphrase']);
+
+ if (!password) {
+ return false;
+ }
+
+ let salt = await sodium.sodium_hex2bin(arr.salt);
+ let nonce = await sodium.sodium_hex2bin(arr.nonce);
+ let ciphertext = await sodium.sodium_hex2bin(arr.ciphertext);
+
+ let key = await sodium.crypto_pwhash(
+ 32,
+ password,
+ salt,
+ sodium.CRYPTO_PWHASH_OPSLIMIT_INTERACTIVE,
+ sodium.CRYPTO_PWHASH_MEMLIMIT_INTERACTIVE
+ );
+
+ let decrypted = await sodium.crypto_secretbox_open(ciphertext, nonce, key);
+ delete password, key;
+
+ if ($(element).css('display') === 'none' && typeof tinyMCE !== typeof undefined) {
+ tinyMCE.activeEditor.setContent(decrypted.toString('utf-8'));
+ }
+ else {
+ $(element).html(decrypted.toString('utf-8'));
+ }
+}
+
function hz_encrypt(alg, elem) {
var enc_text = '';
var newdiv = '';
@@ -33,7 +121,7 @@ function hz_encrypt(alg, elem) {
var enc_key = bin2hex(passphrase);
// If you don't provide a key you get rot13, which doesn't need a key
- // but consequently isn't secure.
+ // but consequently isn't secure.
if(! enc_key)
alg = 'rot13';
@@ -44,7 +132,7 @@ function hz_encrypt(alg, elem) {
if(alg == 'AES-128-CCM') {
// This is the prompt we're going to use when the receiver tries to open it.
- // Maybe "Grandma's maiden name" or "our secret place" or something.
+ // Maybe "Grandma's maiden name" or "our secret place" or something.
var enc_hint = bin2hex(prompt(aStr['passhint']));
@@ -62,7 +150,7 @@ function hz_encrypt(alg, elem) {
// property of our source element - because a tinymce instance
// will have display "none". If a normal textarea such as in a comment
// box has display "none" you wouldn't be able to type in it.
-
+
if($(elem).css('display') == 'none' && typeof tinyMCE !== "undefined") {
tinyMCE.activeEditor.setContent(newdiv);
}
@@ -98,8 +186,8 @@ function hz_decrypt(alg, hint, text, elem) {
enc_key = '';
// Not sure whether to drop this back in the conversation display.
- // It probably needs a lightbox or popup window because any conversation
- // updates could
+ // It probably needs a lightbox or popup window because any conversation
+ // updates could
// wipe out the text and make you re-enter the key if it was in the
// conversation. For now we do that so you can read it.
diff --git a/view/js/main.js b/view/js/main.js
index d022ee4a9..ba863b111 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -825,12 +825,12 @@ function scrollToItem() {
if(justifiedGalleryActive)
return;
- var submid = ((bParam_mid.length) ? bParam_mid : 'abcdefg');
- var encoded = ((submid.substr(0,4) == 'b64.') ? true : false);
- var submid_encoded = ((encoded) ? submid : window.btoa(submid));
+ let submid = ((bParam_mid.length) ? bParam_mid : 'abcdefg');
+ //var encoded = ((submid.substr(0,4) == 'b64.') ? true : false);
+ //var submid_encoded = ((encoded) ? submid : window.btoa(submid));
$('.thread-wrapper').filter(function() {
- if($(this).data('b64mids').indexOf(submid_encoded) > -1 && !$(this).hasClass('toplevel_item')) {
+ if($(this).data('b64mids').indexOf(submid) > -1 && !$(this).hasClass('toplevel_item')) {
if($('.collapsed-comments').length) {
var scrolltoid = $('.collapsed-comments').attr('id').substring(19);
$('#collapsed-comments-' + scrolltoid + ' .autotime').timeago();
@@ -847,9 +847,21 @@ function scrollToItem() {
function collapseHeight() {
$(".wall-item-content:not('.divmore_checked'), .directory-collapse:not('.divmore_checked')").each(function(i) {
- var orgHeight = $(this).outerHeight(true);
- var id = $(this).attr('id')
- var open = ((expanded_items.indexOf($(this).attr('id')) === -1) ? false : true);
+ let orgHeight = $(this).outerHeight(true);
+ let id = (($(this).attr('id')) ? $(this).attr('id').split('wall-item-content-').pop() : 0);
+ let b64mid = ((typeof bParam_mid !== 'undefined') ? bParam_mid : '');
+
+ if (b64mid) {
+ // Display the selected mid in an open state
+ let b64mids = $('#thread-wrapper-' + id).data('b64mids');
+
+ if (b64mids.length && b64mids.indexOf(b64mid) !== -1) {;
+ expanded_items.push(id);
+ }
+ }
+
+ let open = ((expanded_items.indexOf(id) === -1) ? false : true);
+
if(orgHeight > divmore_height) {
if(! $(this).hasClass('divmore') && $(this).has('div.no-collapse').length == 0) {
$(this).readmore({
@@ -1346,7 +1358,7 @@ function dostar(ident) {
$('#starred-' + ident).removeClass('fa-star-o');
$('#star-' + ident).addClass('hidden');
$('#unstar-' + ident).removeClass('hidden');
- var btn_tpl = '<div class="btn-group" id="star-button-' + ident + '"><button type="button" class="btn btn-outline-secondary btn-sm wall-item-like" onclick="dostar(' + ident + ');"><i class="fa fa-star"></i></button></div>'
+ var btn_tpl = '<div class="btn-group" id="star-button-' + ident + '"><button type="button" class="btn btn-outline-secondary border-0 btn-sm wall-item-star" onclick="dostar(' + ident + ');"><i class="fa fa-star"></i></button></div>'
$('#wall-item-tools-left-' + ident).prepend(btn_tpl);
}
else {
diff --git a/view/js/mod_poke.js b/view/js/mod_poke.js
deleted file mode 100644
index 88fa9f7c2..000000000
--- a/view/js/mod_poke.js
+++ /dev/null
@@ -1,5 +0,0 @@
-$(document).ready(function() {
- $("#poke-recip").contact_autocomplete(baseurl + '/acl', 'a', false, function(data) {
- $("#poke-recip-complete").val(data.id);
- });
-});
diff --git a/view/pdl/mod_thing.pdl b/view/pdl/mod_thing.pdl
index df722e5bf..47af1ed38 100644
--- a/view/pdl/mod_thing.pdl
+++ b/view/pdl/mod_thing.pdl
@@ -1,5 +1,5 @@
[region=aside]
-[widget=fullprofile][/widget]
+[widget=profile][/widget]
[/region]
[region=content]
$content
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index b08651689..50da8b5f9 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -26,6 +26,7 @@ head_add_js('/library/readmore.js/readmore.js');
head_add_js('/library/jgrowl/jquery.jgrowl.min.js');
head_add_js('/library/sjcl/sjcl.js');
+head_add_js('/library/sodium-plus/dist/sodium-plus.min.js');
head_add_js('acl.js');
head_add_js('webtoolkit.base64.js');
diff --git a/view/pt-br/hmessages.po b/view/pt-br/hmessages.po
index 2645cc9bd..7b7e1b489 100644
--- a/view/pt-br/hmessages.po
+++ b/view/pt-br/hmessages.po
@@ -1,7 +1,7 @@
# Hubzilla Project
# Copyright (C) 2012-2014 the Hubzilla Project
# This file is distributed under the same license as the Red package.
-#
+#
# Translators:
# Frederico Gonçalves Guimarães <frederico@teia.bio.br>, 2011
# Frederico Gonçalves Guimarães <frederico@teia.bio.br>, 2011
@@ -16,9235 +16,16617 @@ msgid ""
msgstr ""
"Project-Id-Version: Hubzilla\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-05-22 00:03-0700\n"
+"POT-Creation-Date: 2024-03-17 11:06+0100\n"
"PO-Revision-Date: 2015-05-28 18:53+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"
+"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/red-"
+"matrix/language/pt_BR/)\n"
+"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1 ? 1 : 0);\n"
-#: ../../include/dba/dba_driver.php:50
+#: util/nconfig.php:34
+#, fuzzy
+msgid "Source channel not found."
+msgstr "A fonte não foi encontrada."
+
+#: include/connections.php:141 include/channel.php:1616
+#: include/conversation.php:1133 Zotlabs/Widget/Suggestions.php:51
+#: Zotlabs/Widget/Follow.php:37 Zotlabs/Module/Connections.php:365
+#: Zotlabs/Module/Directory.php:371 Zotlabs/Module/Suggest.php:69
+msgid "Connect"
+msgstr "Conectar"
+
+#: include/connections.php:165
+msgid "New window"
+msgstr "Nova janela"
+
+#: include/connections.php:166
+msgid "Open the selected location in a different window or browser tab"
+msgstr "Abre a localização selecionada em outra aba ou janela"
+
+#: include/connections.php:781 include/event.php:1560
+#: Zotlabs/Module/Cdav.php:1377 Zotlabs/Module/Connedit.php:741
+#, fuzzy
+msgid "Mobile"
+msgstr "móvel"
+
+#: include/connections.php:782 include/event.php:1561
+#: Zotlabs/Widget/Notifications.php:43 Zotlabs/Module/Cdav.php:1378
+#: Zotlabs/Module/Connedit.php:742
+msgid "Home"
+msgstr "Ver canal"
+
+#: include/connections.php:783 include/event.php:1562
+msgid "Home, Voice"
+msgstr ""
+
+#: include/connections.php:784 include/event.php:1563
+#, fuzzy
+msgid "Home, Fax"
+msgstr "Ver canal"
+
+#: include/connections.php:785 include/event.php:1564
+#: Zotlabs/Module/Cdav.php:1379 Zotlabs/Module/Connedit.php:743
+msgid "Work"
+msgstr ""
+
+#: include/connections.php:786 include/event.php:1565
+msgid "Work, Voice"
+msgstr ""
+
+#: include/connections.php:787 include/event.php:1566
+msgid "Work, Fax"
+msgstr ""
+
+#: include/connections.php:788 include/connections.php:795
+#: include/event.php:1567 include/event.php:1574 include/selectors.php:64
+#: include/selectors.php:81 include/selectors.php:119 include/selectors.php:155
+#: Zotlabs/Module/Cdav.php:1380 Zotlabs/Module/Connedit.php:744
+#: Zotlabs/Access/PermissionRoles.php:360
+msgid "Other"
+msgstr "Outro"
+
+#: include/activities.php:42
+msgid " and "
+msgstr ""
+
+#: include/activities.php:50
+#, fuzzy
+msgid "public profile"
+msgstr "Selecione um perfil"
+
+#: include/activities.php:59
#, 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 "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr ""
-#: ../../include/photo/photo_driver.php:653 ../../include/photos.php:51
-#: ../../mod/photos.php:91 ../../mod/photos.php:660 ../../mod/photos.php:682
-#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301
-#: ../../mod/profile_photo.php:423
-msgid "Profile Photos"
-msgstr "Fotos do perfil"
+#: include/activities.php:60
+#, fuzzy, php-format
+msgid "Visit %1$s's %2$s"
+msgstr "Ver o perfil de %s [%s]"
-#: ../../include/text.php:329
-msgid "prev"
-msgstr "anterior"
+#: include/activities.php:63
+#, fuzzy, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s não comparecerá em %3$s de %2$s"
-#: ../../include/text.php:331
-msgid "first"
-msgstr "primeiro"
+#: include/menu.php:120 include/channel.php:1530 include/channel.php:1534
+#: Zotlabs/Widget/Cdav.php:144 Zotlabs/Widget/Cdav.php:181
+#: Zotlabs/Lib/ThreadItem.php:158 Zotlabs/Lib/Apps.php:618
+#: Zotlabs/Module/Connections.php:338 Zotlabs/Module/Connections.php:387
+#: Zotlabs/Module/Connections.php:408 Zotlabs/Module/Thing.php:268
+#: Zotlabs/Module/Webpages.php:250 Zotlabs/Module/Group.php:245
+#: Zotlabs/Module/Oauth.php:171 Zotlabs/Module/Layouts.php:191
+#: Zotlabs/Module/Admin/Profs.php:175 Zotlabs/Module/Blocks.php:158
+#: Zotlabs/Module/Editblock.php:114 Zotlabs/Module/Editlayout.php:114
+#: Zotlabs/Module/Editwebpage.php:142 Zotlabs/Module/Menu.php:176
+#: Zotlabs/Module/Oauth2.php:192
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:214
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:381
+#: extend/addon/addons-official/cards/Mod_Card_edit.php:99
+#: extend/addon/addons-official/cards/cards.php:74
+#: extend/addon/addons-official/articles/articles.php:75
+#: extend/addon/addons-official/articles/Mod_Article_edit.php:97
+msgid "Edit"
+msgstr "Editar"
-#: ../../include/text.php:360
-msgid "last"
-msgstr "último"
+#: include/account.php:38
+msgid "The provided email address is not valid"
+msgstr ""
-#: ../../include/text.php:363
-msgid "next"
-msgstr "próximo"
+#: include/account.php:41
+msgid "The provided email domain is not among those allowed on this site"
+msgstr ""
-#: ../../include/text.php:373
-msgid "older"
-msgstr "mais antigo"
+#: include/account.php:48
+msgid "The provided email address is already registered at this site"
+msgstr ""
-#: ../../include/text.php:375
-msgid "newer"
-msgstr "mais recente"
+#: include/account.php:55
+msgid ""
+"There is a pending registration for this address - click \"Register\" to "
+"continue verification"
+msgstr ""
+
+#: include/account.php:94
+msgid "An invitation is required."
+msgstr "É necessário um convite."
+
+#: include/account.php:103
+msgid "Invitation could not be verified."
+msgstr "Não foi possível verificar o convite."
+
+#: include/account.php:191
+msgid "Please enter the required information."
+msgstr "Por favor, forneça a informação solicitada."
-#: ../../include/text.php:768
-msgid "No connections"
-msgstr "Nenhuma conexão"
+#: include/account.php:258 include/account.php:366
+msgid "Failed to store account information."
+msgstr "Não foi possível armazenar a informação da conta."
-#: ../../include/text.php:782
+#: include/account.php:435 include/account.php:503
+#: Zotlabs/Module/Register.php:328
#, php-format
-msgid "%d Connection"
-msgid_plural "%d Connections"
-msgstr[0] "%d conexão"
-msgstr[1] "%d conexões"
+msgid "Registration confirmation for %s"
+msgstr "Confirmação de registro para %s"
-#: ../../include/text.php:795 ../../mod/viewconnections.php:104
-msgid "View Connections"
-msgstr "Ver conexões"
+#: include/account.php:578
+#, php-format
+msgid "Registration request at %s"
+msgstr "Solicitação de registro em %s"
-#: ../../include/text.php:852 ../../include/text.php:864
-#: ../../include/nav.php:165 ../../include/apps.php:147
-#: ../../mod/search.php:38
-msgid "Search"
-msgstr "Pesquisar"
+#: include/account.php:600
+msgid "your registration password"
+msgstr "sua senha de registro"
-#: ../../include/text.php:853 ../../include/text.php:865
-#: ../../include/widgets.php:192 ../../mod/rbmark.php:28
-#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1416
-#: ../../mod/admin.php:1436
-msgid "Save"
-msgstr "Salvar"
+#: include/account.php:606 include/account.php:695
+#, php-format
+msgid "Registration details for %s"
+msgstr "Detalhes do registro de %s"
-#: ../../include/text.php:928
-msgid "poke"
-msgstr "cutucar"
+#: include/account.php:706
+msgid "Account approved."
+msgstr "A conta foi aprovada."
-#: ../../include/text.php:928 ../../include/conversation.php:243
-msgid "poked"
-msgstr "cutucado"
+#: include/account.php:762
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "O registro de %s foi revogado"
-#: ../../include/text.php:929
-msgid "ping"
-msgstr "pingar"
+#: include/account.php:769
+#, fuzzy, php-format
+msgid "Could not revoke registration for %s"
+msgstr "sua senha de registro"
-#: ../../include/text.php:929
-msgid "pinged"
-msgstr "pingou"
+#: include/account.php:1186 include/account.php:1188
+msgid "Click here to upgrade."
+msgstr "Clique aqui para atualizar."
-#: ../../include/text.php:930
-msgid "prod"
-msgstr "espetar"
+#: include/account.php:1194
+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/text.php:930
-msgid "prodded"
-msgstr "espetou"
+#: include/account.php:1199
+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/text.php:931
-msgid "slap"
-msgstr "estapear"
+#: include/account.php:1259
+msgid "open"
+msgstr ""
-#: ../../include/text.php:931
-msgid "slapped"
-msgstr "estapeou"
+#: include/account.php:1259
+#, fuzzy
+msgid "closed"
+msgstr "Fechar"
-#: ../../include/text.php:932
-msgid "finger"
-msgstr "dar um toque"
+#: include/account.php:1266
+#, fuzzy
+msgid "Registration is currently"
+msgstr "Detalhes do registro de %s"
-#: ../../include/text.php:932
-msgid "fingered"
-msgstr "deu um toque"
+#: include/account.php:1275
+msgid "please come back"
+msgstr ""
-#: ../../include/text.php:933
-msgid "rebuff"
-msgstr "rebater"
+#: include/feedutils.php:871 include/text.php:1585
+#, fuzzy
+msgid "unknown"
+msgstr "Desconhecido"
-#: ../../include/text.php:933
-msgid "rebuffed"
-msgstr "rebateu"
+#: include/features.php:55 Zotlabs/Module/Admin/Features.php:55
+#: Zotlabs/Module/Admin/Features.php:56 Zotlabs/Module/Settings/Features.php:38
+msgid "Off"
+msgstr "Desligado"
-#: ../../include/text.php:943
-msgid "happy"
-msgstr "feliz"
+#: include/features.php:55 Zotlabs/Module/Admin/Features.php:55
+#: Zotlabs/Module/Admin/Features.php:56 Zotlabs/Module/Settings/Features.php:38
+msgid "On"
+msgstr "Ligado"
-#: ../../include/text.php:944
-msgid "sad"
-msgstr "triste"
+#: include/features.php:82 include/nav.php:488 include/nav.php:491
+#: Zotlabs/Lib/Apps.php:351
+msgid "Calendar"
+msgstr "Calendário"
-#: ../../include/text.php:945
-msgid "mellow"
-msgstr "suave"
+#: include/features.php:86
+msgid "Start calendar week on Monday"
+msgstr ""
-#: ../../include/text.php:946
-msgid "tired"
-msgstr "cansad@"
+#: include/features.php:87
+msgid "Default is Sunday"
+msgstr ""
-#: ../../include/text.php:947
-msgid "perky"
-msgstr "animad@"
+#: include/features.php:94
+msgid "Event Timezone Selection"
+msgstr ""
-#: ../../include/text.php:948
-msgid "angry"
-msgstr "nervos@"
+#: include/features.php:95
+msgid "Allow event creation in timezones other than your own."
+msgstr ""
-#: ../../include/text.php:949
-msgid "stupified"
-msgstr "embasbacad@"
+#: include/features.php:104
+#, fuzzy
+msgid "Channel Home"
+msgstr "Nome do canal"
-#: ../../include/text.php:950
-msgid "puzzled"
-msgstr "confus@"
+#: include/features.php:108
+msgid "Search by Date"
+msgstr "Pesquisar por data"
-#: ../../include/text.php:951
-msgid "interested"
-msgstr "interessad@"
+#: include/features.php:109
+msgid "Ability to select posts by date ranges"
+msgstr "capacidade de selecionar publicações por intervalos de datas"
-#: ../../include/text.php:952
-msgid "bitter"
-msgstr "amarg@"
+#: include/features.php:116
+msgid "Tag Cloud"
+msgstr "Nuvem de etiquetas"
-#: ../../include/text.php:953
-msgid "cheerful"
-msgstr "animad@"
+#: include/features.php:117
+msgid "Provide a personal tag cloud on your channel page"
+msgstr "Fornece uma nuvem de etiquetas pessoais à página do seu canal"
-#: ../../include/text.php:954
-msgid "alive"
-msgstr "viv@"
+#: include/features.php:124 include/features.php:358
+msgid "Use blog/list mode"
+msgstr ""
-#: ../../include/text.php:955
-msgid "annoyed"
-msgstr "aborrecid@"
+#: include/features.php:125 include/features.php:359
+msgid "Comments will be displayed separately"
+msgstr ""
-#: ../../include/text.php:956
-msgid "anxious"
-msgstr "ansios@"
+#: include/features.php:133 include/text.php:1062 Zotlabs/Lib/Apps.php:338
+#: Zotlabs/Module/Connections.php:399
+msgid "Connections"
+msgstr "Conexões"
-#: ../../include/text.php:957
-msgid "cranky"
-msgstr "irritad@"
+#: include/features.php:137
+#, fuzzy
+msgid "Connection Filtering"
+msgstr "Permissões padrão para conexões"
-#: ../../include/text.php:958
-msgid "disturbed"
-msgstr "perturbad@"
+#: include/features.php:138
+msgid "Filter incoming posts from connections based on keywords/content"
+msgstr ""
-#: ../../include/text.php:959
-msgid "frustrated"
-msgstr "frustrad@"
+#: include/features.php:146
+#, fuzzy
+msgid "Conversation"
+msgstr "Conexões"
-#: ../../include/text.php:960
-msgid "depressed"
-msgstr "deprimido"
+#: include/features.php:158
+#, fuzzy
+msgid "Emoji Reactions"
+msgstr "Conexões"
-#: ../../include/text.php:961
-msgid "motivated"
-msgstr "motivad@"
+#: include/features.php:159
+#, fuzzy
+msgid "Add emoji reaction ability to posts"
+msgstr "Adiciona categorias às suas publicações"
-#: ../../include/text.php:962
-msgid "relaxed"
-msgstr "relaxad@"
+#: include/features.php:166
+msgid "Dislike Posts"
+msgstr "Desgostar de publicações"
-#: ../../include/text.php:963
-msgid "surprised"
-msgstr "surpres@"
+#: include/features.php:167
+msgid "Ability to dislike posts/comments"
+msgstr "Possibilidade de desgostar de publicações/comentários"
-#: ../../include/text.php:1135
-msgid "Monday"
-msgstr "Segunda"
+#: include/features.php:174
+msgid "Star Posts"
+msgstr "Destacar publicações"
-#: ../../include/text.php:1135
-msgid "Tuesday"
-msgstr "Terça"
+#: include/features.php:175
+msgid "Ability to mark special posts with a star indicator"
+msgstr ""
+"Possibilidade de marcar publicações em destaque com uma estrela indicadora"
-#: ../../include/text.php:1135
-msgid "Wednesday"
-msgstr "Quarta"
+#: include/features.php:182
+#, fuzzy
+msgid "Reply on comment"
+msgstr "comentário"
-#: ../../include/text.php:1135
-msgid "Thursday"
-msgstr "Quinta"
+#: include/features.php:183
+#, fuzzy
+msgid "Ability to reply on selected comment"
+msgstr "Possibilidade de desgostar de publicações/comentários"
-#: ../../include/text.php:1135
-msgid "Friday"
-msgstr "Sexta"
+#: include/features.php:192 Zotlabs/Lib/Apps.php:352
+#, fuzzy
+msgid "Directory"
+msgstr "Opções do Diretório"
-#: ../../include/text.php:1135
-msgid "Saturday"
-msgstr "Sábado"
+#: include/features.php:196
+msgid "Advanced Directory Search"
+msgstr ""
-#: ../../include/text.php:1135
-msgid "Sunday"
-msgstr "Domingo"
+#: include/features.php:197
+msgid "Allows creation of complex directory search queries"
+msgstr ""
-#: ../../include/text.php:1139
-msgid "January"
-msgstr "Janeiro"
+#: include/features.php:206
+#, fuzzy
+msgid "Editor"
+msgstr "Editar"
-#: ../../include/text.php:1139
-msgid "February"
-msgstr "Fevereiro"
+#: include/features.php:210
+msgid "Post Categories"
+msgstr "Categorizar publicações"
-#: ../../include/text.php:1139
-msgid "March"
-msgstr "Março"
+#: include/features.php:211
+msgid "Add categories to your posts"
+msgstr "Adiciona categorias às suas publicações"
-#: ../../include/text.php:1139
-msgid "April"
-msgstr "Abril"
+#: include/features.php:218
+msgid "Large Photos"
+msgstr "Fotos Grandes"
-#: ../../include/text.php:1139
-msgid "May"
-msgstr "Maio"
+#: include/features.php:219
+msgid ""
+"Include large (1024px) photo thumbnails in posts. If not enabled, use small "
+"(640px) photo thumbnails"
+msgstr ""
-#: ../../include/text.php:1139
-msgid "June"
-msgstr "Junho"
+#: include/features.php:226
+msgid "Even More Encryption"
+msgstr "Mais encriptação ainda"
-#: ../../include/text.php:1139
-msgid "July"
-msgstr "Julho"
+#: include/features.php:227
+msgid ""
+"Allow optional encryption of content end-to-end with a shared secret key"
+msgstr ""
+"Permitir encriptação opcional de conteúdo, ponta-a-ponta com uma chave "
+"secreta compartilhada"
-#: ../../include/text.php:1139
-msgid "August"
-msgstr "Agosto"
+#: include/features.php:234
+#, fuzzy
+msgid "Disable Comments"
+msgstr "Comentar"
-#: ../../include/text.php:1139
-msgid "September"
-msgstr "Setembro"
+#: include/features.php:235
+msgid "Provide the option to disable comments for a post"
+msgstr ""
-#: ../../include/text.php:1139
-msgid "October"
-msgstr "Outubro"
+#: include/features.php:242
+#, fuzzy
+msgid "Delayed Posting"
+msgstr "Configurações de exibição"
-#: ../../include/text.php:1139
-msgid "November"
-msgstr "Novembro"
+#: include/features.php:243
+msgid "Allow posts to be published at a later date"
+msgstr ""
-#: ../../include/text.php:1139
-msgid "December"
-msgstr "Dezembro"
+#: include/features.php:250
+msgid "Content Expiration"
+msgstr "Expiração de conteúdo"
-#: ../../include/text.php:1244
-msgid "unknown.???"
-msgstr "desconhecido.???"
+#: include/features.php:251
+msgid "Remove posts/comments and/or private messages at a future time"
+msgstr ""
+"Remover publicações/comentários e/ou mensagens privadas num momento futuro."
-#: ../../include/text.php:1245
-msgid "bytes"
-msgstr "bytes"
+#: include/features.php:258
+msgid "Suppress Duplicate Posts/Comments"
+msgstr ""
-#: ../../include/text.php:1281
-msgid "remove category"
-msgstr "remover categoria"
+#: include/features.php:259
+msgid ""
+"Prevent posts with identical content to be published with less than two "
+"minutes in between submissions."
+msgstr ""
-#: ../../include/text.php:1356
-msgid "remove from file"
-msgstr "remover do arquivo"
+#: include/features.php:266
+#, fuzzy
+msgid "Auto-save drafts of posts and comments"
+msgstr "Exibir publicações e comentários recentes"
-#: ../../include/text.php:1432 ../../include/text.php:1443
-#: ../../mod/connedit.php:661
-msgid "Click to open/close"
-msgstr "Clique para abrir/fechar"
+#: include/features.php:267
+msgid ""
+"Automatically saves post and comment drafts in local browser storage to help "
+"prevent accidental loss of compositions"
+msgstr ""
-#: ../../include/text.php:1599 ../../mod/events.php:444
-msgid "Link to Source"
-msgstr "Link para a origem"
+#: include/features.php:276
+msgid "Manage"
+msgstr ""
-#: ../../include/text.php:1620 ../../include/text.php:1691
-msgid "default"
-msgstr "default"
+#: include/features.php:280
+msgid "Navigation Channel Select"
+msgstr "Seletor de canais na navegação"
-#: ../../include/text.php:1628
-msgid "Page layout"
-msgstr "aparência da página"
+#: include/features.php:281
+msgid "Change channels directly from within the navigation dropdown menu"
+msgstr "Trocar canais diretamente a partir do menu expansível na navegação"
-#: ../../include/text.php:1628
-msgid "You can create your own with the layouts tool"
-msgstr "Você pode criar sua própria com as ferramentas de layouts"
+#: include/features.php:290 Zotlabs/Widget/Notifications.php:23
+#: Zotlabs/Module/Connections.php:347
+#, fuzzy
+msgid "Network"
+msgstr "+ rede"
-#: ../../include/text.php:1669
-msgid "Page content type"
-msgstr "Tipo de conteúdo da página"
+#: include/features.php:294
+#, fuzzy
+msgid "Events Filter"
+msgstr "Eventos hoje"
-#: ../../include/text.php:1703
-msgid "Select an alternate language"
-msgstr "Selecione um idioma alternativo"
+#: include/features.php:295
+#, fuzzy
+msgid "Ability to display only events"
+msgstr "Possibilidade de desgostar de publicações/comentários"
-#: ../../include/text.php:1822 ../../include/conversation.php:120
-#: ../../include/diaspora.php:2081 ../../mod/like.php:346
-#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
-#: ../../mod/tagger.php:43
-msgid "photo"
-msgstr "foto"
+#: include/features.php:302
+#, fuzzy
+msgid "Polls Filter"
+msgstr "Intervalo de coleta"
-#: ../../include/text.php:1825 ../../include/conversation.php:123
-#: ../../mod/like.php:348 ../../mod/tagger.php:47
-msgid "event"
-msgstr "evento"
+#: include/features.php:303
+#, fuzzy
+msgid "Ability to display only polls"
+msgstr "Possibilidade de arquivar publicações em pastas"
-#: ../../include/text.php:1828 ../../include/conversation.php:148
-#: ../../include/diaspora.php:2081 ../../mod/like.php:346
-#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
-#: ../../mod/tagger.php:51
-msgid "status"
-msgstr "status"
+#: include/features.php:310 Zotlabs/Widget/Savedsearch.php:89
+msgid "Saved Searches"
+msgstr "Pesquisas salvas"
-#: ../../include/text.php:1830 ../../include/conversation.php:150
-#: ../../mod/tagger.php:53
-msgid "comment"
-msgstr "comentário"
+#: include/features.php:311
+msgid "Save search terms for re-use"
+msgstr "Termos de pesquisa salvos para reutilização"
-#: ../../include/text.php:1835
-msgid "activity"
-msgstr "atividade"
+#: include/features.php:318 include/contact_widgets.php:53
+#: Zotlabs/Widget/Filer.php:33 Zotlabs/Widget/Activity_filter.php:196
+msgid "Saved Folders"
+msgstr "Pastas salvas"
-#: ../../include/text.php:2130
-msgid "Design Tools"
-msgstr "Ferramentas de Design"
+#: include/features.php:319
+msgid "Ability to file posts under folders"
+msgstr "Possibilidade de arquivar publicações em pastas"
-#: ../../include/text.php:2133 ../../mod/blocks.php:147
-msgid "Blocks"
-msgstr "Blocos"
+#: include/features.php:326
+msgid "Alternate Stream Order"
+msgstr ""
-#: ../../include/text.php:2134 ../../mod/menu.php:95
-msgid "Menus"
-msgstr "Menus"
+#: include/features.php:327
+msgid ""
+"Ability to order the stream by last post date, last comment date or "
+"unthreaded activities"
+msgstr ""
-#: ../../include/text.php:2135 ../../mod/layouts.php:174
-msgid "Layouts"
-msgstr "Layouts"
+#: include/features.php:334
+msgid "Contact Filter"
+msgstr ""
-#: ../../include/text.php:2136
-msgid "Pages"
-msgstr "Páginas"
+#: include/features.php:335
+#, fuzzy
+msgid "Ability to display only posts of a selected contact"
+msgstr ""
+"Possibilidade de marcar publicações em destaque com uma estrela indicadora"
-#: ../../include/text.php:2487 ../../include/RedDAV/RedBrowser.php:131
-msgid "Collection"
-msgstr "Coleção"
-
-#: ../../include/bbcode.php:122 ../../include/bbcode.php:761
-#: ../../include/bbcode.php:764 ../../include/bbcode.php:769
-#: ../../include/bbcode.php:772 ../../include/bbcode.php:775
-#: ../../include/bbcode.php:778 ../../include/bbcode.php:783
-#: ../../include/bbcode.php:786 ../../include/bbcode.php:791
-#: ../../include/bbcode.php:794 ../../include/bbcode.php:797
-#: ../../include/bbcode.php:800
-msgid "Image/photo"
-msgstr "Imagem/foto"
+#: include/features.php:342
+msgid "Forum Filter"
+msgstr ""
-#: ../../include/bbcode.php:161 ../../include/bbcode.php:811
-msgid "Encrypted content"
-msgstr "Conteúdo criptografado"
+#: include/features.php:343
+#, fuzzy
+msgid "Ability to display only posts of a specific forum"
+msgstr ""
+"Possibilidade de marcar publicações em destaque com uma estrela indicadora"
-#: ../../include/bbcode.php:178
-#, php-format
-msgid "Install %s element: "
-msgstr "Instalar elemento %s:"
+#: include/features.php:350
+msgid "Personal Posts Filter"
+msgstr ""
-#: ../../include/bbcode.php:188 ../../mod/impel.php:33
-msgid "webpage"
-msgstr "página web"
+#: include/features.php:351
+#, fuzzy
+msgid "Ability to display only posts that you've interacted on"
+msgstr ""
+"Possibilidade de marcar publicações em destaque com uma estrela indicadora"
-#: ../../include/bbcode.php:191 ../../mod/impel.php:43
-msgid "layout"
-msgstr "layout"
+#: include/features.php:368 include/nav.php:469
+#: Zotlabs/Widget/Channel_activities.php:93 Zotlabs/Lib/Apps.php:350
+#: Zotlabs/Module/Fbrowser.php:29
+#, fuzzy
+msgid "Photos"
+msgstr "Foto:"
-#: ../../include/bbcode.php:194 ../../mod/impel.php:38
-msgid "block"
-msgstr "bloco"
+#: include/features.php:372
+msgid "Photo Location"
+msgstr "Localização da Foto"
-#: ../../include/bbcode.php:208
-msgid "QR code"
-msgstr "código QR"
+#: include/features.php:373
+msgid "If location data is available on uploaded photos, link this to a map."
+msgstr ""
+"Se os dados de localização estão disponíveis na foto enviada, link isso para "
+"um mapa."
-#: ../../include/bbcode.php:259
-#, php-format
-msgid "%1$s wrote the following %2$s %3$s"
-msgstr "%1$s escreveu a seguinte %2$s %3$s"
+#: include/features.php:380
+#, fuzzy
+msgid "Flag Adult Photos"
+msgstr "Enviar fotos"
-#: ../../include/bbcode.php:261
-msgid "post"
-msgstr "publicação"
+#: include/features.php:381
+msgid ""
+"Provide photo edit option to hide inappropriate photos from default album "
+"view"
+msgstr ""
-#: ../../include/bbcode.php:511
-msgid "Different viewers will see this text differently"
-msgstr "Visualizadores diferentes verão esse texto diferentemente"
+#: include/features.php:390 Zotlabs/Lib/Apps.php:368
+#: Zotlabs/Module/Contactedit.php:444
+#, fuzzy
+msgid "Profiles"
+msgstr "Perfil-"
-#: ../../include/bbcode.php:722
-msgid "$1 spoiler"
-msgstr "$1 spoiler"
+#: include/features.php:394
+msgid "Advanced Profiles"
+msgstr "Perfis avançados"
-#: ../../include/bbcode.php:749
-msgid "$1 wrote:"
-msgstr "$1 escreveu:"
+#: include/features.php:395
+msgid "Additional profile sections and selections"
+msgstr "Seções e seleções adicionais no perfil"
-#: ../../include/notify.php:23
-msgid "created a new post"
-msgstr "criou uma nova publicação"
+#: include/features.php:402
+msgid "Profile Import/Export"
+msgstr "Importar/exportar perfis"
+
+#: include/features.php:403
+msgid "Save and load profile details across sites/channels"
+msgstr "Salvar e carregar detalhes de perfis entre sites/canais"
-#: ../../include/notify.php:24
+#: include/features.php:410
+msgid "Multiple Profiles"
+msgstr "Múltiplos perfis"
+
+#: include/features.php:411
+msgid "Ability to create multiple profiles"
+msgstr "Possibilidade de criar múltiplos perfis"
+
+#: include/opengraph.php:56
#, php-format
-msgid "commented on %s's post"
-msgstr "comentou a publicação de %s"
+msgid "This is the home page of %s."
+msgstr ""
-#: ../../include/group.php:26
-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/nav.php:108
+#, fuzzy
+msgid "Remote authentication"
+msgstr "Autenticação remota"
-#: ../../include/group.php:235
-msgid "Default privacy group for new contacts"
-msgstr "Grupo de privacidade padrão para novos contatos"
+#: include/nav.php:108
+msgid "Click to authenticate to your home hub"
+msgstr "Clique para se autenticar com seu hub de origem"
-#: ../../include/group.php:254 ../../mod/admin.php:822
-msgid "All Channels"
-msgstr "Todos os canais"
+#: include/nav.php:114 Zotlabs/Widget/Admin.php:29
+#: Zotlabs/Widget/Channel_activities.php:239 Zotlabs/Module/Admin.php:116
+#: Zotlabs/Module/Manage.php:162 Zotlabs/Module/Admin/Channels.php:146
+msgid "Channels"
+msgstr "Canais"
-#: ../../include/group.php:276
-msgid "edit"
-msgstr "editar"
+#: include/nav.php:114
+#, fuzzy
+msgid "Manage your channels"
+msgstr "adicionou seu canal"
-#: ../../include/group.php:298
-msgid "Collections"
-msgstr "Coleções"
+#: include/nav.php:117 Zotlabs/Widget/Settings_menu.php:71
+#: Zotlabs/Widget/Newmember.php:58 Zotlabs/Lib/Apps.php:344
+#: Zotlabs/Module/Admin/Themes.php:140 Zotlabs/Module/Admin/Addons.php:348
+msgid "Settings"
+msgstr "Configurações"
-#: ../../include/group.php:299
-msgid "Edit collection"
-msgstr "Editar coleção"
+#: include/nav.php:117
+#, fuzzy
+msgid "Account/Channel Settings"
+msgstr "Configurações do canal"
-#: ../../include/group.php:300
-msgid "Add new collection"
-msgstr "Adicionar nova coleção"
+#: include/nav.php:123 include/nav.php:153 include/nav.php:174 boot.php:1749
+msgid "Logout"
+msgstr "Sair"
-#: ../../include/group.php:301
-msgid "Channels not in any collection"
-msgstr "Canais que não estão em nenhuma coleção"
+#: include/nav.php:123 include/nav.php:153
+msgid "End this session"
+msgstr "Encerrar essa sessão"
-#: ../../include/group.php:303 ../../include/widgets.php:275
-msgid "add"
-msgstr "adicionar"
+#: include/nav.php:126 include/conversation.php:1109 Zotlabs/Lib/Apps.php:349
+#: Zotlabs/Module/Connedit.php:480
+#: extend/addon/addons-official/openclipatar/openclipatar.php:58
+#, fuzzy
+msgid "View Profile"
+msgstr "Ver este perfil"
-#: ../../include/account.php:27
-msgid "Not a valid email address"
-msgstr "Não é um endereço de e-mail válido"
+#: include/nav.php:126
+#, fuzzy
+msgid "Your profile page"
+msgstr "Rótulo nas páginas de perfil"
-#: ../../include/account.php:29
-msgid "Your email domain is not among those allowed on this site"
-msgstr "O domínio do seu e-mail não está entre os permitidos neste site"
+#: include/nav.php:129 include/channel.php:1530 Zotlabs/Module/Profiles.php:851
+#, fuzzy
+msgid "Edit Profiles"
+msgstr "Editar perfil"
-#: ../../include/account.php:35
-msgid "Your email address is already registered at this site."
-msgstr "O seu endereço de e-mail já está registrado neste site."
+#: include/nav.php:129
+msgid "Manage/Edit profiles"
+msgstr "Administrar/Editar perfis"
-#: ../../include/account.php:67
-msgid "An invitation is required."
-msgstr "É necessário um convite."
+#: include/nav.php:131 include/channel.php:1534
+#: extend/addon/addons-official/openclipatar/openclipatar.php:59
+msgid "Edit Profile"
+msgstr "Editar perfil"
-#: ../../include/account.php:71
-msgid "Invitation could not be verified."
-msgstr "Não foi possível verificar o convite."
+#: include/nav.php:131 Zotlabs/Widget/Newmember.php:40
+msgid "Edit your profile"
+msgstr "Editar seu perfil"
-#: ../../include/account.php:121
-msgid "Please enter the required information."
-msgstr "Por favor, forneça a informação solicitada."
+#: include/nav.php:138 include/nav.php:142 Zotlabs/Lib/Apps.php:341
+#: boot.php:1750
+msgid "Login"
+msgstr "Entrar"
-#: ../../include/account.php:188
-msgid "Failed to store account information."
-msgstr "Não foi possível armazenar a informação da conta."
+#: include/nav.php:138 include/nav.php:142
+msgid "Sign in"
+msgstr "Entrar"
-#: ../../include/account.php:246
-#, php-format
-msgid "Registration confirmation for %s"
-msgstr "Confirmação de registro para %s"
+#: include/nav.php:172
+msgid "Take me home"
+msgstr ""
-#: ../../include/account.php:312
-#, php-format
-msgid "Registration request at %s"
-msgstr "Solicitação de registro em %s"
+#: include/nav.php:174
+msgid "Log me out of this site"
+msgstr ""
-#: ../../include/account.php:314 ../../include/account.php:341
-#: ../../include/account.php:401
-msgid "Administrator"
-msgstr "Administrador"
+#: include/nav.php:179 Zotlabs/Module/Register.php:542 boot.php:1727
+msgid "Register"
+msgstr "Registrar"
-#: ../../include/account.php:336
-msgid "your registration password"
-msgstr "sua senha de registro"
+#: include/nav.php:179
+msgid "Create an account"
+msgstr "Criar uma conta"
-#: ../../include/account.php:339 ../../include/account.php:399
-#, php-format
-msgid "Registration details for %s"
-msgstr "Detalhes do registro de %s"
+#: include/nav.php:193 include/nav.php:340 include/help.php:119
+#: include/help.php:127 Zotlabs/Lib/Apps.php:353 Zotlabs/Module/Layouts.php:184
+msgid "Help"
+msgstr "Ajuda"
-#: ../../include/account.php:408
-msgid "Account approved."
-msgstr "A conta foi aprovada."
+#: include/nav.php:193
+msgid "Help and documentation"
+msgstr "Ajuda e documentação"
-#: ../../include/account.php:447
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "O registro de %s foi revogado"
+#: include/nav.php:207 include/acl_selectors.php:149 include/text.php:1174
+#: include/text.php:1186 Zotlabs/Widget/Sitesearch.php:37
+#: Zotlabs/Widget/Activity_filter.php:210 Zotlabs/Lib/Apps.php:358
+#: Zotlabs/Module/Connections.php:403 Zotlabs/Module/Search.php:46
+msgid "Search"
+msgstr "Pesquisar"
-#: ../../include/account.php:492
-msgid "Account verified. Please login."
-msgstr "Conta verificada. Por favor faça o login."
+#: include/nav.php:207
+msgid "Search site @name, !forum, #tag, ?docs, content"
+msgstr ""
-#: ../../include/account.php:705 ../../include/account.php:707
-msgid "Click here to upgrade."
-msgstr "Clique aqui para atualizar."
+#: include/nav.php:213 Zotlabs/Widget/Admin.php:61
+msgid "Admin"
+msgstr ""
-#: ../../include/account.php:713
-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:213
+msgid "Site Setup and Configuration"
+msgstr ""
-#: ../../include/account.php:718
-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:344 Zotlabs/Widget/Messages.php:36
+#: Zotlabs/Widget/Notifications.php:175 Zotlabs/Module/Defperms.php:254
+#: Zotlabs/Module/New_channel.php:157 Zotlabs/Module/New_channel.php:164
+msgid "Loading"
+msgstr ""
-#: ../../include/datetime.php:48
-msgid "Miscellaneous"
-msgstr "Miscelânea"
+#: include/nav.php:349
+msgid "@name, #tag, ?doc, content"
+msgstr ""
-#: ../../include/datetime.php:132
-msgid "YYYY-MM-DD or MM-DD"
-msgstr "YYYY-MM-DD ou MM-DD"
+#: include/nav.php:350
+#, fuzzy
+msgid "Please wait..."
+msgstr "Por favor, espere"
-#: ../../include/datetime.php:235 ../../mod/events.php:635
-#: ../../mod/appman.php:91 ../../mod/appman.php:92
-msgid "Required"
-msgstr "Obrigatório"
+#: include/nav.php:356 Zotlabs/Lib/Apps.php:328
+msgid "Apps"
+msgstr "Aplicações"
-#: ../../include/datetime.php:262 ../../boot.php:2354
-msgid "never"
-msgstr "nunca"
+#: include/nav.php:357
+#, fuzzy
+msgid "Channel Apps"
+msgstr "Canais"
-#: ../../include/datetime.php:268
-msgid "less than a second ago"
-msgstr "menos de um segundo atrás"
+#: include/nav.php:358
+#, fuzzy
+msgid "System Apps"
+msgstr "Checagem do sistema"
-#: ../../include/datetime.php:271
-msgid "year"
-msgstr "ano"
+#: include/nav.php:359
+msgid "Pinned Apps"
+msgstr ""
-#: ../../include/datetime.php:271
-msgid "years"
-msgstr "anos"
+#: include/nav.php:360
+#, fuzzy
+msgid "Featured Apps"
+msgstr "Criar aplicativo"
-#: ../../include/datetime.php:272
-msgid "month"
-msgstr "mês"
+#: include/nav.php:446 Zotlabs/Lib/Apps.php:348
+#: Zotlabs/Module/Admin/Channels.php:154
+#, fuzzy
+msgid "Channel"
+msgstr "Canais"
-#: ../../include/datetime.php:272
-msgid "months"
-msgstr "meses"
+#: include/nav.php:449
+msgid "Status Messages and Posts"
+msgstr ""
-#: ../../include/datetime.php:273
-msgid "week"
-msgstr "semana"
+#: include/nav.php:459 Zotlabs/Module/Help.php:85
+msgid "About"
+msgstr ""
-#: ../../include/datetime.php:273
-msgid "weeks"
-msgstr "semanas"
+#: include/nav.php:462
+#, fuzzy
+msgid "Profile Details"
+msgstr "Editar os detalhes do perfil"
-#: ../../include/datetime.php:274
-msgid "day"
-msgstr "dia"
+#: include/nav.php:472 include/photos.php:721
+#, fuzzy
+msgid "Photo Albums"
+msgstr "Editar o álbum"
-#: ../../include/datetime.php:274
-msgid "days"
-msgstr "dias"
+#: include/nav.php:477 Zotlabs/Widget/Channel_activities.php:125
+#: Zotlabs/Widget/Notifications.php:108 Zotlabs/Lib/Apps.php:345
+#: Zotlabs/Module/Fbrowser.php:85 Zotlabs/Storage/Browser.php:350
+msgid "Files"
+msgstr "Arquivos"
-#: ../../include/datetime.php:275
-msgid "hour"
-msgstr "hora"
+#: include/nav.php:480
+msgid "Files and Storage"
+msgstr ""
-#: ../../include/datetime.php:275
-msgid "hours"
-msgstr "horas"
+#: include/nav.php:502 include/nav.php:505 Zotlabs/Widget/Chatroom_list.php:22
+#: Zotlabs/Lib/Apps.php:335
+#, fuzzy
+msgid "Chatrooms"
+msgstr "Nova sala de bate-papo"
-#: ../../include/datetime.php:276
-msgid "minute"
-msgstr "minuto"
+#: include/nav.php:515 Zotlabs/Lib/Apps.php:334 Zotlabs/Module/Bookmarks.php:90
+#, fuzzy
+msgid "Bookmarks"
+msgstr "Salve Favoritos"
-#: ../../include/datetime.php:276
-msgid "minutes"
-msgstr "minutos"
+#: include/nav.php:518
+#, fuzzy
+msgid "Saved Bookmarks"
+msgstr "Salve Favoritos"
-#: ../../include/datetime.php:277
-msgid "second"
-msgstr "segundo"
+#: include/nav.php:526 Zotlabs/Widget/Channel_activities.php:168
+#: Zotlabs/Lib/Apps.php:346 Zotlabs/Module/Webpages.php:247
+msgid "Webpages"
+msgstr "Páginas web"
-#: ../../include/datetime.php:277
-msgid "seconds"
-msgstr "segundos"
+#: include/nav.php:529
+#, fuzzy
+msgid "View Webpages"
+msgstr "Páginas web"
-#: ../../include/datetime.php:285
-#, php-format
-msgctxt "e.g. 22 hours ago, 1 minute ago"
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s atrás"
+#: include/nav.php:537
+#: extend/addon/addons-official/wiki/Widget/Wiki_list.php:23
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:209
+#: extend/addon/addons-official/wiki/wiki.php:72
+msgid "Wikis"
+msgstr ""
-#: ../../include/datetime.php:519
-#, php-format
-msgid "%1$s's birthday"
-msgstr "Aniversário de %1$s "
+#: include/nav.php:540 Zotlabs/Lib/Apps.php:347
+msgid "Wiki"
+msgstr ""
-#: ../../include/datetime.php:520
-#, php-format
-msgid "Happy Birthday %1$s"
-msgstr "Feliz Aniversário %1$s"
+#: include/auth.php:197
+#, fuzzy
+msgid "Delegation session ended."
+msgstr "Permissão negada."
-#: ../../include/page_widgets.php:6
-msgid "New Page"
-msgstr "Nova página"
-
-#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36
-#: ../../include/RedDAV/RedBrowser.php:269 ../../include/ItemObject.php:100
-#: ../../include/apps.php:254 ../../include/menu.php:61
-#: ../../mod/settings.php:649 ../../mod/webpages.php:180
-#: ../../mod/thing.php:227 ../../mod/connections.php:382
-#: ../../mod/connections.php:395 ../../mod/connections.php:414
-#: ../../mod/blocks.php:153 ../../mod/editlayout.php:139
-#: ../../mod/editwebpage.php:178 ../../mod/editpost.php:113
-#: ../../mod/menu.php:100 ../../mod/editblock.php:140
-#: ../../mod/layouts.php:183
-msgid "Edit"
-msgstr "Editar"
+#: include/auth.php:201
+msgid "Logged out."
+msgstr "Você saiu."
-#: ../../include/page_widgets.php:39 ../../mod/webpages.php:186
-#: ../../mod/blocks.php:159 ../../mod/layouts.php:188
-msgid "View"
-msgstr "Ver"
+#: include/auth.php:308
+msgid "Email validation is incomplete. Please check your email."
+msgstr ""
-#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:677
-#: ../../include/conversation.php:1155 ../../mod/webpages.php:187
-#: ../../mod/events.php:653 ../../mod/photos.php:970
-#: ../../mod/editwebpage.php:214 ../../mod/editpost.php:150
-#: ../../mod/editblock.php:176
-msgid "Preview"
-msgstr "Pré-visualizar"
+#: include/auth.php:324
+msgid "Failed authentication"
+msgstr "Não foi possível autenticar"
-#: ../../include/page_widgets.php:41 ../../mod/webpages.php:188
-msgid "Actions"
-msgstr "Ações"
+#: include/auth.php:334 extend/addon/addons-official/openid/Mod_Openid.php:189
+msgid "Login failed."
+msgstr "Não foi possível entrar."
-#: ../../include/page_widgets.php:42 ../../mod/webpages.php:189
-msgid "Page Link"
-msgstr "Link da página"
+#: include/photo/photo_driver.php:450 Zotlabs/Module/Profile_photo.php:167
+#: Zotlabs/Module/Profile_photo.php:337
+msgid "Profile Photos"
+msgstr "Fotos do perfil"
-#: ../../include/page_widgets.php:43
-msgid "Title"
-msgstr "Título"
+#: include/markdown.php:206 include/bbcode.php:570
+#, php-format
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s escreveu a seguinte %2$s %3$s"
-#: ../../include/page_widgets.php:44 ../../mod/webpages.php:191
-#: ../../mod/blocks.php:150 ../../mod/layouts.php:181
-msgid "Created"
-msgstr "Criado"
+#: include/markdown.php:208 include/conversation.php:177 include/text.php:2363
+#: include/bbcode.php:566 Zotlabs/Lib/Activity.php:3690
+#: Zotlabs/Module/Tagger.php:79
+msgid "post"
+msgstr "publicação"
-#: ../../include/page_widgets.php:45 ../../mod/webpages.php:192
-#: ../../mod/blocks.php:151 ../../mod/layouts.php:182
-msgid "Edited"
-msgstr "Editado"
+#: include/markdown.php:259 include/bbcode.php:655
+msgid "spoiler"
+msgstr ""
-#: ../../include/api.php:1161
-msgid "Public Timeline"
-msgstr "Linha do tempo pública"
+#: include/channel.php:48
+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/comanche.php:34 ../../mod/admin.php:386
-#: ../../view/theme/apw/php/config.php:185
-msgid "Default"
-msgstr "Default"
+#: include/channel.php:81
+msgid "Empty name"
+msgstr "O nome está em branco"
-#: ../../include/dir_fns.php:143
-msgid "Directory Options"
-msgstr "Opções do Diretório"
+#: include/channel.php:84
+msgid "Name too long"
+msgstr "O nome é muito grande"
-#: ../../include/dir_fns.php:144
-msgid "Alphabetic"
-msgstr "Alfabética"
+#: include/channel.php:201
+msgid "No account identifier"
+msgstr "Sem identificador de conta"
-#: ../../include/dir_fns.php:145
-msgid "Reverse Alphabetic"
-msgstr "Alfabética reversa"
+#: include/channel.php:213 Zotlabs/Module/Register.php:95
+msgid "Nickname is required."
+msgstr "É necessário informar o apelido."
-#: ../../include/dir_fns.php:146
-msgid "Newest to Oldest"
-msgstr "Das mais recentes para as mais antigas"
+#: include/channel.php:227 include/channel.php:659
+#: Zotlabs/Module/Changeaddr.php:46 Zotlabs/Module/Register.php:100
+msgid "Reserved nickname. Please choose another."
+msgstr "Apelido reservado. Por favor escolha outro."
-#: ../../include/dir_fns.php:147
-msgid "Oldest to Newest"
-msgstr "Do mais Antigo para o mais Novo"
+#: include/channel.php:232 include/channel.php:664
+#: Zotlabs/Module/Changeaddr.php:51 Zotlabs/Module/Register.php:105
+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/dir_fns.php:148
-msgid "Sort"
-msgstr "Ordenar"
+#: include/channel.php:292
+msgid "Unable to retrieve created identity"
+msgstr "Não foi possível recuperar a identidade criada"
-#: ../../include/dir_fns.php:152
-msgid "Safe Mode"
-msgstr "Modo tranquilo"
+#: include/channel.php:402
+msgid "Default Profile"
+msgstr "Perfil padrão"
-#: ../../include/dir_fns.php:154
-msgid "Public Forums Only"
-msgstr "Somente Fóruns públicos"
+#: include/channel.php:456 include/channel.php:459 include/selectors.php:138
+#: Zotlabs/Widget/Affinity.php:38 Zotlabs/Module/Contactedit.php:297
+#: Zotlabs/Module/Connedit.php:581
+msgid "Friends"
+msgstr "Amigos"
-#: ../../include/dir_fns.php:155
-msgid "This Website Only"
-msgstr "Somente este Website"
+#: include/channel.php:592 include/channel.php:681
+#, fuzzy
+msgid "Unable to retrieve modified identity"
+msgstr "Não foi possível recuperar a identidade criada"
-#: ../../include/event.php:19 ../../include/bb2diaspora.php:451
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
+#: include/channel.php:1373
+#, fuzzy
+msgid "Requested channel is not available"
+msgstr "A atualização falhou - o canal está indisponível no momento."
-#: ../../include/event.php:27 ../../include/bb2diaspora.php:457
-msgid "Starts:"
-msgstr "Início:"
+#: include/channel.php:1427 Zotlabs/Module/Profile.php:27
+#: Zotlabs/Module/Webpages.php:39 Zotlabs/Module/Hcard.php:12
+#: Zotlabs/Module/Filestorage.php:59 Zotlabs/Module/Layouts.php:31
+#: Zotlabs/Module/Blocks.php:33 Zotlabs/Module/Achievements.php:15
+#: Zotlabs/Module/Editblock.php:31 Zotlabs/Module/Editlayout.php:31
+#: Zotlabs/Module/Connect.php:17 Zotlabs/Module/Editwebpage.php:32
+#: Zotlabs/Module/Menu.php:92
+#: extend/addon/addons-official/gallery/Mod_Gallery.php:49
+#: extend/addon/addons-official/cards/Mod_Cards.php:42
+#: extend/addon/addons-official/articles/Mod_Articles.php:46
+#, fuzzy
+msgid "Requested profile is not available."
+msgstr "O item não está disponível."
-#: ../../include/event.php:37 ../../include/bb2diaspora.php:465
-msgid "Finishes:"
-msgstr "Fim:"
+#: include/channel.php:1523 Zotlabs/Module/Profiles.php:744
+#, fuzzy
+msgid "Change profile photo"
+msgstr "Usar como uma foto de perfil"
+
+#: include/channel.php:1531
+msgid "Create New Profile"
+msgstr "Criar um novo perfil"
+
+#: include/channel.php:1549 Zotlabs/Module/Profiles.php:841
+msgid "Profile Image"
+msgstr "Imagem do perfil"
-#: ../../include/event.php:47 ../../include/bb2diaspora.php:473
-#: ../../include/identity.php:874 ../../mod/events.php:647
-#: ../../mod/directory.php:234
+#: include/channel.php:1552
+#, fuzzy
+msgid "Visible to everybody"
+msgstr "Visível para todos em %s."
+
+#: include/channel.php:1553 Zotlabs/Module/Profiles.php:741
+#: Zotlabs/Module/Profiles.php:845
+msgid "Edit visibility"
+msgstr "Editar a visibilidade"
+
+#: include/channel.php:1631 include/event.php:64 include/event.php:154
+#: Zotlabs/Module/Directory.php:354
msgid "Location:"
msgstr "Localização:"
-#: ../../include/event.php:391
-msgid "This event has been added to your calendar."
-msgstr "Esse evento foi adicionado ao seu calendário."
+#: include/channel.php:1635 include/channel.php:1763
+msgid "Gender:"
+msgstr "Gênero:"
-#: ../../include/js_strings.php:5
-msgid "Delete this item?"
-msgstr "Excluir este item?"
+#: include/channel.php:1636 include/channel.php:1807
+msgid "Status:"
+msgstr "Situação:"
-#: ../../include/js_strings.php:6 ../../include/ItemObject.php:667
-#: ../../mod/photos.php:968 ../../mod/photos.php:1086
-msgid "Comment"
-msgstr "Comentar"
+#: include/channel.php:1637 include/channel.php:1831
+msgid "Homepage:"
+msgstr "Página web:"
-#: ../../include/js_strings.php:7 ../../include/ItemObject.php:384
-msgid "[+] show all"
-msgstr "[+] mostrar todos"
+#: include/channel.php:1638 include/channel.php:1833
+#: Zotlabs/Module/Directory.php:368
+msgid "Hometown:"
+msgstr "Cidade natal:"
-#: ../../include/js_strings.php:8
-msgid "[-] show less"
-msgstr "[-] mostra menos"
+#: include/channel.php:1639
+msgid "Online Now"
+msgstr "Online agora"
-#: ../../include/js_strings.php:9
-msgid "[+] expand"
-msgstr "[+] expandir"
+#: include/channel.php:1688
+msgid "This channel has not added a profile description yet"
+msgstr ""
-#: ../../include/js_strings.php:10
-msgid "[-] collapse"
-msgstr "[-] colapsar"
+#: include/channel.php:1690
+#, fuzzy
+msgid "Change your profile photo"
+msgstr "Usar como uma foto de perfil"
-#: ../../include/js_strings.php:11
-msgid "Password too short"
-msgstr "A senha é muito curta"
+#: include/channel.php:1718 include/selectors.php:64 include/selectors.php:81
+#: extend/addon/addons-official/openid/Mod_Id.php:87
+msgid "Female"
+msgstr "Feminino"
-#: ../../include/js_strings.php:12
-msgid "Passwords do not match"
-msgstr "As senhas não correspondem"
+#: include/channel.php:1720 include/selectors.php:64 include/selectors.php:81
+#: extend/addon/addons-official/openid/Mod_Id.php:85
+msgid "Male"
+msgstr "Masculino"
-#: ../../include/js_strings.php:13 ../../mod/photos.php:39
-msgid "everybody"
-msgstr "todos"
+#: include/channel.php:1722
+#, fuzzy
+msgid "Trans"
+msgstr "Transgênero"
-#: ../../include/js_strings.php:14
-msgid "Secret Passphrase"
-msgstr "Frase secreta"
+#: include/channel.php:1724 include/selectors.php:64
+msgid "Neuter"
+msgstr "Neutro"
-#: ../../include/js_strings.php:15
-msgid "Passphrase hint"
-msgstr "Dica da frase secreta"
+#: include/channel.php:1726 include/selectors.php:64
+msgid "Non-specific"
+msgstr "Não específico"
-#: ../../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/channel.php:1761
+msgid "Full Name:"
+msgstr "Nome completo:"
-#: ../../include/js_strings.php:17
-msgid "close all"
-msgstr "fechar tudo"
+#: include/channel.php:1768
+msgid "Like this channel"
+msgstr "Gostar deste canal"
-#: ../../include/js_strings.php:18
-msgid "Nothing new here"
-msgstr "Nada de novo aqui"
+#: include/channel.php:1779 include/conversation.php:1781
+#: include/taxonomy.php:675 Zotlabs/Lib/ThreadItem.php:233
+#: Zotlabs/Module/Photos.php:1130
+msgctxt "noun"
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "gostou"
+msgstr[1] "gostaram"
-#: ../../include/js_strings.php:19
-msgid "Rate This Channel (this is public)"
-msgstr "Avalie esse canal (isso é público)"
+#: include/channel.php:1792
+msgid "j F, Y"
+msgstr "j \\d\\e F, Y"
-#: ../../include/js_strings.php:20 ../../mod/rate.php:156
-msgid "Rating"
-msgstr "Avaliação"
+#: include/channel.php:1793
+msgid "j F"
+msgstr "j \\d\\e F"
-#: ../../include/js_strings.php:21
-msgid "Describe (optional)"
-msgstr "Descreva (opcional)"
+#: include/channel.php:1800
+msgid "Birthday:"
+msgstr "Aniversário:"
-#: ../../include/js_strings.php:22 ../../include/ItemObject.php:668
-#: ../../mod/settings.php:587 ../../mod/settings.php:689
-#: ../../mod/settings.php:715 ../../mod/settings.php:743
-#: ../../mod/settings.php:766 ../../mod/settings.php:848
-#: ../../mod/settings.php:1044 ../../mod/xchan.php:11 ../../mod/connect.php:93
-#: ../../mod/thing.php:275 ../../mod/thing.php:318 ../../mod/events.php:656
-#: ../../mod/group.php:81 ../../mod/setup.php:313 ../../mod/setup.php:358
-#: ../../mod/photos.php:565 ../../mod/photos.php:642 ../../mod/photos.php:929
-#: ../../mod/photos.php:969 ../../mod/photos.php:1087 ../../mod/pdledit.php:58
-#: ../../mod/import.php:504 ../../mod/chat.php:177 ../../mod/chat.php:211
-#: ../../mod/rate.php:167 ../../mod/invite.php:142 ../../mod/locs.php:105
-#: ../../mod/sources.php:104 ../../mod/sources.php:138
-#: ../../mod/filestorage.php:156 ../../mod/fsuggest.php:108
-#: ../../mod/poke.php:166 ../../mod/profiles.php:667 ../../mod/admin.php:446
-#: ../../mod/admin.php:810 ../../mod/admin.php:946 ../../mod/admin.php:1077
-#: ../../mod/admin.php:1271 ../../mod/admin.php:1356 ../../mod/mitem.php:237
-#: ../../mod/mood.php:134 ../../mod/connedit.php:679 ../../mod/mail.php:355
-#: ../../mod/appman.php:99 ../../mod/poll.php:68 ../../mod/bulksetclose.php:24
-#: ../../view/theme/apw/php/config.php:256
-#: ../../view/theme/redbasic/php/config.php:97
-msgid "Submit"
-msgstr "Enviar"
+#: include/channel.php:1804 Zotlabs/Module/Directory.php:349
+msgid "Age:"
+msgstr "Idade:"
-#: ../../include/js_strings.php:23
-msgid "Please enter a link URL"
-msgstr "Por favor entre um endereço URL"
+#: include/channel.php:1813
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "para %1$d %2$s"
-#: ../../include/js_strings.php:24
-msgid "Unsaved changes. Are you sure you wish to leave this page?"
-msgstr "Mudanças não salvas. Você tem certeza que deseja deixar essa página?"
+#: include/channel.php:1825
+msgid "Tags:"
+msgstr "Etiquetas:"
-#: ../../include/js_strings.php:26
-msgid "timeago.prefixAgo"
-msgstr "timeago.prefixAgo"
+#: include/channel.php:1829
+msgid "Sexual Preference:"
+msgstr "Preferência sexual:"
-#: ../../include/js_strings.php:27
-msgid "timeago.prefixFromNow"
-msgstr "timeago.prefixFromNow"
+#: include/channel.php:1835
+msgid "Political Views:"
+msgstr "Posição política:"
-#: ../../include/js_strings.php:28
-msgid "ago"
-msgstr "atrás"
+#: include/channel.php:1837
+msgid "Religion:"
+msgstr "Religião:"
-#: ../../include/js_strings.php:29
-msgid "from now"
-msgstr "de agora"
+#: include/channel.php:1839 Zotlabs/Module/Directory.php:370
+msgid "About:"
+msgstr ""
-#: ../../include/js_strings.php:30
-msgid "less than a minute"
-msgstr "menos de um minuto"
+#: include/channel.php:1841
+msgid "Hobbies/Interests:"
+msgstr "Hobbies/Interesses:"
-#: ../../include/js_strings.php:31
-msgid "about a minute"
-msgstr "aproximadamente um minuto"
+#: include/channel.php:1843
+msgid "Likes:"
+msgstr "Gosta de:"
-#: ../../include/js_strings.php:32
-#, php-format
-msgid "%d minutes"
-msgstr "%d minutos"
+#: include/channel.php:1845
+msgid "Dislikes:"
+msgstr "Não gosta de:"
-#: ../../include/js_strings.php:33
-msgid "about an hour"
-msgstr "aproximadamente uma hora"
+#: include/channel.php:1847
+msgid "Contact information and Social Networks:"
+msgstr "Informações de contato e redes sociais:"
-#: ../../include/js_strings.php:34
-#, php-format
-msgid "about %d hours"
-msgstr "aproximadamente %d horas"
+#: include/channel.php:1849
+msgid "My other channels:"
+msgstr "Meus outros canais:"
-#: ../../include/js_strings.php:35
-msgid "a day"
-msgstr "um dia"
+#: include/channel.php:1851
+msgid "Musical interests:"
+msgstr "Interesses musicais:"
-#: ../../include/js_strings.php:36
-#, php-format
-msgid "%d days"
-msgstr "%d dias"
+#: include/channel.php:1853
+msgid "Books, literature:"
+msgstr "Livros, literatura:"
-#: ../../include/js_strings.php:37
-msgid "about a month"
-msgstr "aproximadamente um mês"
+#: include/channel.php:1855
+msgid "Television:"
+msgstr "Televisão:"
-#: ../../include/js_strings.php:38
-#, php-format
-msgid "%d months"
-msgstr "%d meses"
+#: include/channel.php:1857
+msgid "Film/dance/culture/entertainment:"
+msgstr "Filmes/dança/cultura/entretenimento:"
-#: ../../include/js_strings.php:39
-msgid "about a year"
-msgstr "aproximadamente um ano"
+#: include/channel.php:1859
+msgid "Love/Romance:"
+msgstr "Amor/romance:"
-#: ../../include/js_strings.php:40
-#, php-format
-msgid "%d years"
-msgstr "%d anos"
+#: include/channel.php:1861
+msgid "Work/employment:"
+msgstr "Trabalho/emprego:"
-#: ../../include/js_strings.php:41
-msgid " "
-msgstr " "
+#: include/channel.php:1863
+msgid "School/education:"
+msgstr "Escola/educação:"
-#: ../../include/js_strings.php:42
-msgid "timeago.numbers"
-msgstr "timeago.numbers"
+#: include/channel.php:1884 Zotlabs/Lib/Apps.php:367
+#: Zotlabs/Module/Profperm.php:113
+#, fuzzy
+msgid "Profile"
+msgstr "Perfil-"
-#: ../../include/RedDAV/RedBrowser.php:107
-#: ../../include/RedDAV/RedBrowser.php:268
-msgid "parent"
-msgstr "nível superior"
+#: include/channel.php:1886
+msgid "Like this thing"
+msgstr "Gostar desta coisa"
-#: ../../include/RedDAV/RedBrowser.php:134
-msgid "Principal"
-msgstr "Principal"
+#: include/channel.php:1887
+#, fuzzy
+msgid "Export"
+msgstr "Exportar o canal"
-#: ../../include/RedDAV/RedBrowser.php:137
-msgid "Addressbook"
-msgstr "Livro de endereços"
+#: include/channel.php:2340 Zotlabs/Module/Cover_photo.php:304
+#, fuzzy
+msgid "cover photo"
+msgstr "foto"
-#: ../../include/RedDAV/RedBrowser.php:140
-msgid "Calendar"
-msgstr "Calendário"
+#: include/channel.php:2621 Zotlabs/Module/Rmagic.php:96 boot.php:1751
+msgid "Remote Authentication"
+msgstr "Autenticação remota"
-#: ../../include/RedDAV/RedBrowser.php:143
-msgid "Schedule Inbox"
-msgstr "Caixa de entrada da agenda"
+#: include/channel.php:2622 Zotlabs/Module/Rmagic.php:97
+msgid "Enter your channel address (e.g. channel@example.com)"
+msgstr "Entre o endereço do seu canal (e.g. canal@exemplo.com)"
-#: ../../include/RedDAV/RedBrowser.php:146
-msgid "Schedule Outbox"
-msgstr "Caixa de saída da agenda"
+#: include/channel.php:2623 Zotlabs/Module/Rmagic.php:98
+msgid "Authenticate"
+msgstr "Autenticar"
-#: ../../include/RedDAV/RedBrowser.php:164 ../../include/conversation.php:1019
-#: ../../include/apps.php:336 ../../include/apps.php:387
-#: ../../mod/photos.php:681 ../../mod/photos.php:1119
-msgid "Unknown"
-msgstr "Desconhecido"
+#: include/channel.php:2781 Zotlabs/Module/Admin/Accounts.php:184
+#, fuzzy, php-format
+msgid "Account '%s' deleted"
+msgstr "Canal '%s' deletado"
-#: ../../include/RedDAV/RedBrowser.php:227
-#, php-format
-msgid "%1$s used"
-msgstr "%1$s usados"
+#: include/group.php:23
+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:271
+msgid "Add new connections to this privacy group"
+msgstr ""
+
+#: include/group.php:305
+msgid "edit"
+msgstr "editar"
+
+#: include/group.php:327 include/acl_selectors.php:87
+#: Zotlabs/Widget/Activity_filter.php:95 Zotlabs/Lib/Apps.php:369
+#: Zotlabs/Module/Group.php:143
+msgid "Privacy Groups"
+msgstr ""
+
+#: include/group.php:328
+#, fuzzy
+msgid "Edit group"
+msgstr "Editar layout"
+
+#: include/group.php:329
+msgid "Manage privacy groups"
+msgstr ""
+
+#: include/group.php:330
+msgid "Channels not in any privacy group"
+msgstr ""
+
+#: include/group.php:332 Zotlabs/Widget/Savedsearch.php:90
+msgid "add"
+msgstr "adicionar"
+
+#: include/conversation.php:147 include/text.php:2357
+#: Zotlabs/Lib/Activity.php:3690 Zotlabs/Module/Tagger.php:71
+#: Zotlabs/Module/Like.php:453 Zotlabs/Module/Subthread.php:115
+#: extend/addon/addons-official/redphotos/redphotohelper.php:71
+#: extend/addon/addons-official/pubcrawl/as.php:1958
+#: extend/addon/addons-official/diaspora/Receiver.php:1693
+msgid "photo"
+msgstr "foto"
+
+#: include/conversation.php:151 include/event.php:1396 include/text.php:2360
+#: Zotlabs/Module/Tagger.php:75 Zotlabs/Module/Like.php:455
+#: Zotlabs/Module/Channel_calendar.php:221
+msgid "event"
+msgstr "evento"
+
+#: include/conversation.php:154 Zotlabs/Module/Like.php:184
+#, fuzzy
+msgid "channel"
+msgstr "Canais"
+
+#: include/conversation.php:179 include/text.php:2365
+#: Zotlabs/Module/Tagger.php:81
+msgid "comment"
+msgstr "comentário"
-#: ../../include/RedDAV/RedBrowser.php:232
+#: include/conversation.php:193 Zotlabs/Lib/Activity.php:3723
+#: Zotlabs/Module/Like.php:485
+#: extend/addon/addons-official/pubcrawl/as.php:1993
+#: extend/addon/addons-official/diaspora/Receiver.php:1628
+#, fuzzy, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s comparecerá em %3$s de %2$s"
+
+#: include/conversation.php:196 Zotlabs/Lib/Activity.php:3725
+#: Zotlabs/Module/Like.php:487
+#: extend/addon/addons-official/pubcrawl/as.php:1995
+#, fuzzy, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s não comparecerá em %3$s de %2$s"
+
+#: include/conversation.php:202
+#, fuzzy, php-format
+msgid "likes %1$s's %2$s"
+msgstr "%1$s [%2$s]"
+
+#: include/conversation.php:205
#, php-format
-msgid "%1$s used of %2$s (%3$s&#37;)"
-msgstr "%1$s usados de %2$s (%3$s&#37;)"
+msgid "doesn't like %1$s's %2$s"
+msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:251 ../../include/nav.php:98
-#: ../../include/conversation.php:1609 ../../include/apps.php:135
-#: ../../mod/fbrowser.php:114
-msgid "Files"
-msgstr "Arquivos"
+#: include/conversation.php:245 include/conversation.php:247
+#, fuzzy, php-format
+msgid "%1$s is now connected with %2$s"
+msgstr "está agora conectado a"
-#: ../../include/RedDAV/RedBrowser.php:253
-msgid "Total"
-msgstr "Total"
+#: include/conversation.php:282
+#, fuzzy, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s [%2$s]"
-#: ../../include/RedDAV/RedBrowser.php:255
-msgid "Shared"
-msgstr "Compartilhado"
+#: include/conversation.php:286 include/text.php:1266
+msgid "poked"
+msgstr "cutucado"
-#: ../../include/RedDAV/RedBrowser.php:256
-#: ../../include/RedDAV/RedBrowser.php:306 ../../mod/webpages.php:179
-#: ../../mod/blocks.php:152 ../../mod/menu.php:104 ../../mod/layouts.php:175
-#: ../../mod/new_channel.php:121
-msgid "Create"
-msgstr "Criar"
+#: include/conversation.php:305 Zotlabs/Module/Mood.php:76
+#, fuzzy, php-format
+msgctxt "mood"
+msgid "%1$s is %2$s"
+msgstr "%1$s [%2$s]"
-#: ../../include/RedDAV/RedBrowser.php:257
-#: ../../include/RedDAV/RedBrowser.php:308 ../../mod/profile_photo.php:362
-#: ../../mod/photos.php:706 ../../mod/photos.php:1236
-msgid "Upload"
-msgstr "Enviar"
+#: include/conversation.php:539 Zotlabs/Lib/ThreadItem.php:501
+msgid "This is an unsaved preview"
+msgstr ""
-#: ../../include/RedDAV/RedBrowser.php:264 ../../mod/settings.php:589
-#: ../../mod/settings.php:615 ../../mod/admin.php:953
-#: ../../mod/sharedwithme.php:95
-msgid "Name"
-msgstr "Nome"
+#: include/conversation.php:671 Zotlabs/Module/Photos.php:1110
+#, fuzzy
+msgctxt "title"
+msgid "Likes"
+msgstr "Gosta de"
-#: ../../include/RedDAV/RedBrowser.php:265
-msgid "Type"
-msgstr "Tipo"
+#: include/conversation.php:672 Zotlabs/Module/Photos.php:1110
+#, fuzzy
+msgctxt "title"
+msgid "Dislikes"
+msgstr "Não gosta de"
-#: ../../include/RedDAV/RedBrowser.php:266 ../../mod/sharedwithme.php:97
-msgid "Size"
-msgstr "Tamanho"
+#: include/conversation.php:673 Zotlabs/Widget/Pinned.php:82
+#: Zotlabs/Module/Photos.php:1111
+#, fuzzy
+msgctxt "title"
+msgid "Agree"
+msgstr "Eu concordo"
-#: ../../include/RedDAV/RedBrowser.php:267 ../../mod/sharedwithme.php:98
-msgid "Last Modified"
-msgstr "Última modificação"
+#: include/conversation.php:674 Zotlabs/Widget/Pinned.php:83
+#: Zotlabs/Module/Photos.php:1111
+#, fuzzy
+msgctxt "title"
+msgid "Disagree"
+msgstr "Eu discordo"
+
+#: include/conversation.php:675 Zotlabs/Widget/Pinned.php:84
+#: Zotlabs/Module/Photos.php:1111
+#, fuzzy
+msgctxt "title"
+msgid "Abstain"
+msgstr "Abstenção"
+
+#: include/conversation.php:676 Zotlabs/Widget/Pinned.php:71
+#: Zotlabs/Module/Photos.php:1112
+msgctxt "title"
+msgid "Attending"
+msgstr "Comparecerão"
+
+#: include/conversation.php:677 Zotlabs/Widget/Pinned.php:72
+#: Zotlabs/Module/Photos.php:1112
+msgctxt "title"
+msgid "Not attending"
+msgstr "Não comparecerão"
+
+#: include/conversation.php:678 Zotlabs/Widget/Pinned.php:73
+#: Zotlabs/Module/Photos.php:1112
+msgctxt "title"
+msgid "Might attend"
+msgstr "Talvez compareçam"
+
+#: include/conversation.php:748
+msgid "Select"
+msgstr "Selecionar"
-#: ../../include/RedDAV/RedBrowser.php:270 ../../include/ItemObject.php:120
-#: ../../include/conversation.php:660 ../../include/apps.php:255
-#: ../../mod/settings.php:650 ../../mod/webpages.php:182
-#: ../../mod/thing.php:228 ../../mod/group.php:176 ../../mod/blocks.php:155
-#: ../../mod/photos.php:1050 ../../mod/editlayout.php:107
-#: ../../mod/editwebpage.php:225 ../../mod/admin.php:817
-#: ../../mod/admin.php:948 ../../mod/editblock.php:113
-#: ../../mod/connedit.php:543
+#: include/conversation.php:749 include/conversation.php:812
+#: Zotlabs/Lib/ThreadItem.php:179 Zotlabs/Lib/ThreadItem.php:509
+#: Zotlabs/Lib/Apps.php:619 Zotlabs/Module/Tokens.php:295
+#: Zotlabs/Module/Cdav.php:1047 Zotlabs/Module/Cdav.php:1385
+#: Zotlabs/Module/Thing.php:269 Zotlabs/Module/Webpages.php:252
+#: Zotlabs/Module/Group.php:251 Zotlabs/Module/Permcats.php:261
+#: Zotlabs/Module/Oauth.php:172 Zotlabs/Module/Photos.php:1173
+#: Zotlabs/Module/Contactedit.php:667 Zotlabs/Module/Admin/Accounts.php:320
+#: Zotlabs/Module/Admin/Profs.php:176 Zotlabs/Module/Admin/Channels.php:149
+#: Zotlabs/Module/Blocks.php:160 Zotlabs/Module/Editblock.php:139
+#: Zotlabs/Module/Editlayout.php:138 Zotlabs/Module/Editwebpage.php:167
+#: Zotlabs/Module/Oauth2.php:193 Zotlabs/Module/Connedit.php:540
+#: Zotlabs/Module/Connedit.php:749 Zotlabs/Storage/Browser.php:387
+#: extend/addon/addons-official/cards/Mod_Card_edit.php:130
+#: extend/addon/addons-official/articles/Mod_Article_edit.php:128
msgid "Delete"
msgstr "Excluir"
-#: ../../include/RedDAV/RedBrowser.php:305
-msgid "Create new folder"
-msgstr "Criar uma nova pasta"
+#: include/conversation.php:755 Zotlabs/Lib/ThreadItem.php:263
+msgid "Toggle Star Status"
+msgstr "Alterna status da estrela"
-#: ../../include/RedDAV/RedBrowser.php:307
-msgid "Upload file"
-msgstr "Enviar arquivo"
+#: include/conversation.php:761
+msgid "Private Message"
+msgstr "Mensagem privada"
+
+#: include/conversation.php:770 Zotlabs/Widget/Pinned.php:93
+#: Zotlabs/Lib/ThreadItem.php:273
+msgid "Message signature validated"
+msgstr "A assinatura desta mensagem foi validada"
+
+#: include/conversation.php:771 Zotlabs/Widget/Pinned.php:94
+#: Zotlabs/Lib/ThreadItem.php:274
+msgid "Message signature incorrect"
+msgstr "A assinatura desta mensagem é incorreta"
+
+#: include/conversation.php:811 Zotlabs/Lib/ThreadItem.php:508
+#: Zotlabs/Module/Connections.php:358 Zotlabs/Module/Connections.php:409
+#: Zotlabs/Module/Admin/Accounts.php:318
+msgid "Approve"
+msgstr "Aprovar"
-#: ../../include/bookmarks.php:35
+#: include/conversation.php:817
+#, fuzzy, php-format
+msgid "View %s's profile @ %s"
+msgstr "Ver o perfil de %s - %s"
+
+#: include/conversation.php:839
+#, fuzzy
+msgid "Categories:"
+msgstr "Categorias"
+
+#: include/conversation.php:840
+#, fuzzy
+msgid "Filed under:"
+msgstr "Gênero:"
+
+#: include/conversation.php:846 Zotlabs/Widget/Pinned.php:137
+#: Zotlabs/Lib/ThreadItem.php:430
#, php-format
-msgid "%1$s's bookmarks"
-msgstr "Links guardados de %1$s"
+msgid "from %s"
+msgstr "de %s"
-#: ../../include/network.php:635
-msgid "view full size"
-msgstr "ver na tela inteira"
+#: include/conversation.php:849 Zotlabs/Widget/Pinned.php:140
+#: Zotlabs/Lib/ThreadItem.php:433
+#, php-format
+msgid "last edited: %s"
+msgstr "última edição: %s"
-#: ../../include/features.php:38
-msgid "General Features"
-msgstr "Recursos gerais"
+#: include/conversation.php:850 Zotlabs/Widget/Pinned.php:141
+#: Zotlabs/Lib/ThreadItem.php:434
+#, php-format
+msgid "Expires: %s"
+msgstr "Expira: %s"
-#: ../../include/features.php:40
-msgid "Content Expiration"
-msgstr "Expiração de conteúdo"
+#: include/conversation.php:865 extend/addon/addons-official/cards/cards.php:82
+#: extend/addon/addons-official/articles/articles.php:83
+#, fuzzy
+msgid "View in context"
+msgstr "Editar os conteúdos do menu"
-#: ../../include/features.php:40
-msgid "Remove posts/comments and/or private messages at a future time"
-msgstr "Remover publicações/comentários e/ou mensagens privadas num momento futuro."
+#: include/conversation.php:867 Zotlabs/Lib/ThreadItem.php:502
+#: Zotlabs/Module/Photos.php:1077
+msgid "Please wait"
+msgstr "Por favor, espere"
-#: ../../include/features.php:41
-msgid "Multiple Profiles"
-msgstr "Múltiplos perfis"
+#: include/conversation.php:968
+#, fuzzy
+msgid "remove"
+msgstr "Remover"
-#: ../../include/features.php:41
-msgid "Ability to create multiple profiles"
-msgstr "Possibilidade de criar múltiplos perfis"
+#: include/conversation.php:972
+msgid "Loading..."
+msgstr ""
-#: ../../include/features.php:42
-msgid "Advanced Profiles"
-msgstr "Perfis avançados"
+#: include/conversation.php:973 Zotlabs/Lib/ThreadItem.php:290
+#, fuzzy
+msgid "Conversation Features"
+msgstr "Recursos adicionais"
-#: ../../include/features.php:42
-msgid "Additional profile sections and selections"
-msgstr "Seções e seleções adicionais no perfil"
+#: include/conversation.php:974
+#, fuzzy
+msgid "Delete Selected Items"
+msgstr "Excluir este item?"
-#: ../../include/features.php:43
-msgid "Profile Import/Export"
-msgstr "Importar/exportar perfis"
+#: include/conversation.php:1010
+#, fuzzy
+msgid "View Source"
+msgstr "Nova fonte"
-#: ../../include/features.php:43
-msgid "Save and load profile details across sites/channels"
-msgstr "Salvar e carregar detalhes de perfis entre sites/canais"
+#: include/conversation.php:1020
+msgid "Follow Thread"
+msgstr ""
-#: ../../include/features.php:44
-msgid "Web Pages"
-msgstr "Páginas web"
+#: include/conversation.php:1029
+msgid "Unfollow Thread"
+msgstr ""
-#: ../../include/features.php:44
-msgid "Provide managed web pages on your channel"
-msgstr "Fornece páginas web gerenciáveis no seu canal"
+#: include/conversation.php:1121 Zotlabs/Module/Connedit.php:501
+msgid "Recent Activity"
+msgstr "Atividades recentes"
-#: ../../include/features.php:45
-msgid "Private Notes"
-msgstr "Notas privadas"
+#: include/conversation.php:1145
+#, fuzzy
+msgid "Edit Connection"
+msgstr "Editar conexão"
-#: ../../include/features.php:45
-msgid "Enables a tool to store notes and reminders"
-msgstr "Habilita uma ferramenta para guardar notas e lembretes"
+#: include/conversation.php:1157 Zotlabs/Lib/Apps.php:356
+#: Zotlabs/Module/Poke.php:181 Zotlabs/Module/Poke.php:185
+msgid "Poke"
+msgstr ""
-#: ../../include/features.php:46
-msgid "Navigation Channel Select"
-msgstr "Seletor de canais na navegação"
+#: include/conversation.php:1230 include/cdav.php:158 include/cdav.php:159
+#: include/cdav.php:167 Zotlabs/Widget/Pinned.php:275
+#: Zotlabs/Widget/Album.php:90 Zotlabs/Widget/Portfolio.php:99
+#: Zotlabs/Lib/Activity.php:1674 Zotlabs/Lib/Apps.php:1169
+#: Zotlabs/Lib/Apps.php:1253 Zotlabs/Module/Photos.php:788
+#: Zotlabs/Module/Photos.php:1246 Zotlabs/Module/Embedphotos.php:177
+msgid "Unknown"
+msgstr "Desconhecido"
-#: ../../include/features.php:46
-msgid "Change channels directly from within the navigation dropdown menu"
-msgstr "Trocar canais diretamente a partir do menu expansível na navegação"
+#: include/conversation.php:1232
+#, fuzzy
+msgid "Approve this item"
+msgstr "Excluir este item?"
-#: ../../include/features.php:47
-msgid "Photo Location"
-msgstr "Localização da Foto"
+#: include/conversation.php:1232
+#, fuzzy
+msgid "Delete this item"
+msgstr "Excluir este item?"
-#: ../../include/features.php:47
-msgid "If location data is available on uploaded photos, link this to a map."
-msgstr "Se os dados de localização estão disponíveis na foto enviada, link isso para um mapa."
+#: include/conversation.php:1286
+#, php-format
+msgid "%s likes this."
+msgstr ""
-#: ../../include/features.php:49
-msgid "Expert Mode"
-msgstr "Modo Expert"
+#: include/conversation.php:1286
+#, fuzzy, php-format
+msgid "%s doesn't like this."
+msgstr "Eu não gostei disso (alterna)"
-#: ../../include/features.php:49
-msgid "Enable Expert Mode to provide advanced configuration options"
-msgstr "O Modo Expert fornece opções de configurações avançadas"
+#: include/conversation.php:1290
+#, 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] ""
-#: ../../include/features.php:50
-msgid "Premium Channel"
-msgstr "Canal premium"
+#: include/conversation.php:1292
+#, 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] ""
+
+#: include/conversation.php:1298
+#, fuzzy
+msgid "and"
+msgstr "triste"
-#: ../../include/features.php:50
-msgid ""
-"Allows you to set restrictions and terms on those that connect with your "
-"channel"
-msgstr "Permite definir restrições e termos para aqueles que se conectarem ao seu canal"
+#: include/conversation.php:1301
+#, php-format
+msgid ", and %d other people"
+msgid_plural ", and %d other people"
+msgstr[0] ""
+msgstr[1] ""
+
+#: include/conversation.php:1302
+#, fuzzy, php-format
+msgid "%s like this."
+msgstr "Desgostar de publicações"
-#: ../../include/features.php:55
-msgid "Post Composition Features"
-msgstr "Recursos de composição de publicações"
+#: include/conversation.php:1302
+#, fuzzy, php-format
+msgid "%s don't like this."
+msgstr "Eu não gostei disso (alterna)"
-#: ../../include/features.php:57
-msgid "Use Markdown"
-msgstr "Usar Markdown"
+#: include/conversation.php:1353 extend/addon/addons-official/hsse/hsse.php:82
+#, fuzzy
+msgid "Set your location"
+msgstr "Pesquisar em suas conexões"
-#: ../../include/features.php:57
-msgid "Allow use of \"Markdown\" to format posts"
-msgstr "Permitir o uso de \"Markdown\" para formatar publicações"
+#: include/conversation.php:1354 extend/addon/addons-official/hsse/hsse.php:83
+msgid "Clear browser location"
+msgstr ""
-#: ../../include/features.php:58
-msgid "Large Photos"
-msgstr "Fotos Grandes"
+#: include/conversation.php:1366 Zotlabs/Module/Editblock.php:116
+#: Zotlabs/Module/Chat.php:219 Zotlabs/Module/Editwebpage.php:143
+#: extend/addon/addons-official/hsse/hsse.php:95
+#: extend/addon/addons-official/cards/Mod_Card_edit.php:101
+#: extend/addon/addons-official/articles/Mod_Article_edit.php:99
+#, fuzzy
+msgid "Insert web link"
+msgstr "Inserir link"
-#: ../../include/features.php:58
-msgid ""
-"Include large (640px) photo thumbnails in posts. If not enabled, use small "
-"(320px) photo thumbnails"
-msgstr "Inclua miniatura grande (640px) no texto. Se não habilitado, use miniatura pequena (320px)"
+#: include/conversation.php:1370 extend/addon/addons-official/hsse/hsse.php:99
+msgid "Embed (existing) photo from your photo albums"
+msgstr ""
-#: ../../include/features.php:59 ../../include/widgets.php:546
-#: ../../mod/sources.php:88
-msgid "Channel Sources"
-msgstr "Fontes do canal"
+#: include/conversation.php:1403 Zotlabs/Module/Chat.php:217
+#: extend/addon/addons-official/hsse/hsse.php:134
+#, fuzzy
+msgid "Please enter a link URL:"
+msgstr "Por favor entre um endereço URL"
-#: ../../include/features.php:59
-msgid "Automatically import channel content from other channels or feeds"
-msgstr "Importar automaticamente conteúdo de outros canais ou fontes"
+#: include/conversation.php:1404 extend/addon/addons-official/hsse/hsse.php:135
+#, fuzzy
+msgid "Tag term:"
+msgstr "A etiqueta foi removida"
-#: ../../include/features.php:60
-msgid "Even More Encryption"
-msgstr "Mais encriptação ainda"
+#: include/conversation.php:1405 extend/addon/addons-official/hsse/hsse.php:136
+#, fuzzy
+msgid "Where are you right now?"
+msgstr "Eu estou ausente no momento"
-#: ../../include/features.php:60
-msgid ""
-"Allow optional encryption of content end-to-end with a shared secret key"
-msgstr "Permitir encriptação opcional de conteúdo, ponta-a-ponta com uma chave secreta compartilhada"
+#: include/conversation.php:1408 Zotlabs/Module/Cover_photo.php:430
+#: Zotlabs/Module/Profile_photo.php:555
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:400
+#: extend/addon/addons-official/hsse/hsse.php:139
+msgid "Choose images to embed"
+msgstr ""
-#: ../../include/features.php:61
-msgid "Enable voting tools"
-msgstr "Habilitar ferramenta de votos"
+#: include/conversation.php:1409 Zotlabs/Module/Cover_photo.php:431
+#: Zotlabs/Module/Profile_photo.php:556
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:401
+#: extend/addon/addons-official/hsse/hsse.php:140
+#, fuzzy
+msgid "Choose an album"
+msgstr "Escolha uma senha"
-#: ../../include/features.php:61
-msgid "Provide a class of post which others can vote on"
-msgstr "Forneça uma classe de publicação que outros possam votar"
+#: include/conversation.php:1410 extend/addon/addons-official/hsse/hsse.php:141
+msgid "Choose a different album..."
+msgstr ""
-#: ../../include/features.php:67
-msgid "Network and Stream Filtering"
-msgstr "Filtragem de rede e fluxo"
+#: include/conversation.php:1411 Zotlabs/Module/Cover_photo.php:433
+#: Zotlabs/Module/Profile_photo.php:558
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:403
+#: extend/addon/addons-official/hsse/hsse.php:142
+msgid "Error getting album list"
+msgstr ""
-#: ../../include/features.php:68
-msgid "Search by Date"
-msgstr "Pesquisar por data"
+#: include/conversation.php:1412 Zotlabs/Module/Cover_photo.php:434
+#: Zotlabs/Module/Profile_photo.php:559
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:404
+#: extend/addon/addons-official/hsse/hsse.php:143
+msgid "Error getting photo link"
+msgstr ""
-#: ../../include/features.php:68
-msgid "Ability to select posts by date ranges"
-msgstr "capacidade de selecionar publicações por intervalos de datas"
+#: include/conversation.php:1413 Zotlabs/Module/Cover_photo.php:435
+#: Zotlabs/Module/Profile_photo.php:560
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:405
+#: extend/addon/addons-official/hsse/hsse.php:144
+msgid "Error getting album"
+msgstr ""
-#: ../../include/features.php:69
-msgid "Collections Filter"
-msgstr "Filtros de coleções"
+#: include/conversation.php:1414 extend/addon/addons-official/hsse/hsse.php:145
+#, fuzzy
+msgid "Comments enabled"
+msgstr "Comentar"
-#: ../../include/features.php:69
-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/conversation.php:1415 extend/addon/addons-official/hsse/hsse.php:146
+#, fuzzy
+msgid "Comments disabled"
+msgstr "Protocolo desabilitado."
-#: ../../include/features.php:70 ../../include/widgets.php:274
-msgid "Saved Searches"
-msgstr "Pesquisas salvas"
+#: include/conversation.php:1432 Zotlabs/Lib/ThreadItem.php:842
+#: Zotlabs/Module/Webpages.php:257 Zotlabs/Module/Photos.php:1096
+#: extend/addon/addons-official/hsse/hsse.php:153
+msgid "Preview"
+msgstr "Pré-visualizar"
-#: ../../include/features.php:70
-msgid "Save search terms for re-use"
-msgstr "Termos de pesquisa salvos para reutilização"
+#: include/conversation.php:1465 Zotlabs/Widget/Cdav.php:142
+#: Zotlabs/Module/Webpages.php:251 Zotlabs/Module/Photos.php:1076
+#: Zotlabs/Module/Layouts.php:192 Zotlabs/Module/Blocks.php:159
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:304
+#: extend/addon/addons-official/hsse/hsse.php:186
+msgid "Share"
+msgstr "Compartilhar"
-#: ../../include/features.php:71
-msgid "Network Personal Tab"
-msgstr "Aba de interações na rede"
+#: include/conversation.php:1474 extend/addon/addons-official/hsse/hsse.php:195
+#, fuzzy
+msgid "Page link name"
+msgstr "Link da página"
-#: ../../include/features.php:71
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "Habilita uma aba para exibir apenas publicações da rede com as quais você interagiu"
+#: include/conversation.php:1477 extend/addon/addons-official/hsse/hsse.php:198
+#, fuzzy
+msgid "Post as"
+msgstr "Categorizar publicações"
-#: ../../include/features.php:72
-msgid "Network New Tab"
-msgstr "Aba de novidades da rede"
+#: include/conversation.php:1479 Zotlabs/Lib/ThreadItem.php:833
+#: extend/addon/addons-official/hsse/hsse.php:200
+msgid "Bold"
+msgstr "Negrito"
-#: ../../include/features.php:72
-msgid "Enable tab to display all new Network activity"
-msgstr "Habilita uma aba para exibir todas as novas atividades da rede"
+#: include/conversation.php:1480 Zotlabs/Lib/ThreadItem.php:834
+#: extend/addon/addons-official/hsse/hsse.php:201
+msgid "Italic"
+msgstr "Itálico"
-#: ../../include/features.php:73
-msgid "Affinity Tool"
-msgstr "Ferramenta de afinidade"
+#: include/conversation.php:1481 Zotlabs/Lib/ThreadItem.php:835
+#: extend/addon/addons-official/hsse/hsse.php:202
+msgid "Underline"
+msgstr "Sublinhado"
-#: ../../include/features.php:73
-msgid "Filter stream activity by depth of relationships"
-msgstr "Filtra o fluxo de atividades de acordo com o nível do relacionamento"
+#: include/conversation.php:1482 Zotlabs/Lib/ThreadItem.php:836
+#: extend/addon/addons-official/hsse/hsse.php:203
+msgid "Quote"
+msgstr "Citação"
-#: ../../include/features.php:74
-msgid "Suggest Channels"
-msgstr "Sugerir canais"
+#: include/conversation.php:1483 Zotlabs/Lib/ThreadItem.php:837
+#: extend/addon/addons-official/hsse/hsse.php:204
+msgid "Code"
+msgstr "Código"
-#: ../../include/features.php:74
-msgid "Show channel suggestions"
-msgstr "Exibir sugestões de canais"
+#: include/conversation.php:1484 Zotlabs/Lib/ThreadItem.php:839
+#: extend/addon/addons-official/hsse/hsse.php:205
+#, fuzzy
+msgid "Attach/Upload file"
+msgstr "Enviar arquivo"
-#: ../../include/features.php:79
-msgid "Post/Comment Tools"
-msgstr "Ferramentas de publicação/comentário"
+#: include/conversation.php:1487
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:397
+#: extend/addon/addons-official/hsse/hsse.php:208
+msgid "Embed an image from your albums"
+msgstr ""
-#: ../../include/features.php:80
-msgid "Tagging"
-msgstr "Etiquetagem"
+#: include/conversation.php:1488 include/conversation.php:1543
+#: Zotlabs/Module/Fbrowser.php:66 Zotlabs/Module/Fbrowser.php:88
+#: Zotlabs/Module/Cdav.php:1049 Zotlabs/Module/Cdav.php:1386
+#: Zotlabs/Module/Editpost.php:114 Zotlabs/Module/Oauth.php:110
+#: Zotlabs/Module/Oauth.php:136 Zotlabs/Module/Admin/Addons.php:430
+#: Zotlabs/Module/Editblock.php:141 Zotlabs/Module/Editlayout.php:140
+#: Zotlabs/Module/Tagrm.php:15 Zotlabs/Module/Tagrm.php:138
+#: Zotlabs/Module/Filer.php:56 Zotlabs/Module/Editwebpage.php:169
+#: Zotlabs/Module/Cover_photo.php:428 Zotlabs/Module/Profile_photo.php:553
+#: Zotlabs/Module/Oauth2.php:115 Zotlabs/Module/Oauth2.php:143
+#: Zotlabs/Module/Connedit.php:750 Zotlabs/Storage/Browser.php:386
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:365
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:398
+#: extend/addon/addons-official/hsse/hsse.php:209
+#: extend/addon/addons-official/hsse/hsse.php:258
+#: extend/addon/addons-official/cards/Mod_Card_edit.php:132
+#: extend/addon/addons-official/articles/Mod_Article_edit.php:130
+msgid "Cancel"
+msgstr "Cancelar"
-#: ../../include/features.php:80
-msgid "Ability to tag existing posts"
-msgstr "Possibilidade de colocar etiquetas em publicações existentes"
+#: include/conversation.php:1489 include/conversation.php:1542
+#: Zotlabs/Module/Cover_photo.php:429 Zotlabs/Module/Profile_photo.php:554
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:399
+#: extend/addon/addons-official/hsse/hsse.php:210
+#: extend/addon/addons-official/hsse/hsse.php:257
+msgid "OK"
+msgstr "Ok"
-#: ../../include/features.php:81
-msgid "Post Categories"
-msgstr "Categorizar publicações"
+#: include/conversation.php:1491 extend/addon/addons-official/hsse/hsse.php:212
+#, fuzzy
+msgid "Toggle voting"
+msgstr "Alternar"
-#: ../../include/features.php:81
-msgid "Add categories to your posts"
-msgstr "Adiciona categorias às suas publicações"
+#: include/conversation.php:1492
+#, fuzzy
+msgid "Toggle poll"
+msgstr "Alternar"
-#: ../../include/features.php:82 ../../include/widgets.php:304
-#: ../../include/contact_widgets.php:57
-msgid "Saved Folders"
-msgstr "Pastas salvas"
+#: include/conversation.php:1493
+#, fuzzy
+msgid "Option"
+msgstr "Opcional"
-#: ../../include/features.php:82
-msgid "Ability to file posts under folders"
-msgstr "Possibilidade de arquivar publicações em pastas"
+#: include/conversation.php:1494
+#, fuzzy
+msgid "Add option"
+msgstr "Adicionar aplicação"
-#: ../../include/features.php:83
-msgid "Dislike Posts"
-msgstr "Desgostar de publicações"
+#: include/conversation.php:1495
+#, fuzzy
+msgid "Minutes"
+msgstr "%d minutos"
-#: ../../include/features.php:83
-msgid "Ability to dislike posts/comments"
-msgstr "Possibilidade de desgostar de publicações/comentários"
+#: include/conversation.php:1495
+#, fuzzy
+msgid "Hours"
+msgstr "De hora em hora"
-#: ../../include/features.php:84
-msgid "Star Posts"
-msgstr "Destacar publicações"
+#: include/conversation.php:1495
+msgid "Days"
+msgstr ""
-#: ../../include/features.php:84
-msgid "Ability to mark special posts with a star indicator"
-msgstr "Possibilidade de marcar publicações em destaque com uma estrela indicadora"
+#: include/conversation.php:1496
+#, fuzzy
+msgid "Allow multiple answers"
+msgstr "Domínios permitidos de e-mail"
-#: ../../include/features.php:85
-msgid "Tag Cloud"
-msgstr "Nuvem de etiquetas"
+#: include/conversation.php:1496 Zotlabs/Lib/Libzotdir.php:165
+#: Zotlabs/Lib/Libzotdir.php:166 Zotlabs/Lib/Libzotdir.php:168
+#: Zotlabs/Module/Group.php:137 Zotlabs/Module/Group.php:138
+#: Zotlabs/Module/Group.php:147 Zotlabs/Module/Group.php:249
+#: Zotlabs/Module/Group.php:301 Zotlabs/Module/Group.php:302
+#: Zotlabs/Module/Permcats.php:247 Zotlabs/Module/Import.php:600
+#: Zotlabs/Module/Import.php:604 Zotlabs/Module/Import.php:605
+#: Zotlabs/Module/Photos.php:666 Zotlabs/Module/Register.php:512
+#: Zotlabs/Module/Filestorage.php:203 Zotlabs/Module/Filestorage.php:211
+#: Zotlabs/Module/Api.php:99 Zotlabs/Module/Contactedit.php:284
+#: Zotlabs/Module/Contactedit.php:329 Zotlabs/Module/Profiles.php:675
+#: Zotlabs/Module/Profiles.php:685 Zotlabs/Module/Profiles.php:693
+#: Zotlabs/Module/Profiles.php:697 Zotlabs/Module/Sources.php:122
+#: Zotlabs/Module/Sources.php:157 Zotlabs/Module/Admin/Site.php:319
+#: Zotlabs/Module/Mitem.php:176 Zotlabs/Module/Mitem.php:177
+#: Zotlabs/Module/Mitem.php:256 Zotlabs/Module/Mitem.php:257
+#: Zotlabs/Module/Settings/Privacy.php:132
+#: Zotlabs/Module/Settings/Privacy.php:133
+#: Zotlabs/Module/Settings/Privacy.php:134
+#: Zotlabs/Module/Settings/Privacy.php:135
+#: Zotlabs/Module/Settings/Privacy.php:136
+#: Zotlabs/Module/Settings/Privacy.php:137
+#: Zotlabs/Module/Settings/Multifactor.php:82
+#: Zotlabs/Module/Settings/Display.php:86
+#: Zotlabs/Module/Settings/Channel.php:224 Zotlabs/Module/Defperms.php:195
+#: Zotlabs/Module/Menu.php:163 Zotlabs/Module/Menu.php:222
+#: Zotlabs/Module/Connedit.php:622 Zotlabs/Storage/Browser.php:309
+#: Zotlabs/Storage/Browser.php:310 Zotlabs/Storage/Browser.php:311
+#: Zotlabs/Storage/Browser.php:392 Zotlabs/Storage/Browser.php:394
+#: Zotlabs/Storage/Browser.php:558 boot.php:1755
+#: view/theme/redbasic/php/config.php:106
+#: view/theme/redbasic/php/config.php:107
+#: view/theme/redbasic/php/config.php:108
+#: view/theme/redbasic/php/config.php:124
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:218
+#: extend/addon/addons-official/redred/Mod_Redred.php:61
+#: extend/addon/addons-official/smileybutton/Mod_Smileybutton.php:42
+#: extend/addon/addons-official/dwpost/Mod_Dwpost.php:59
+#: extend/addon/addons-official/dwpost/Mod_Dwpost.php:63
+#: extend/addon/addons-official/rtof/Mod_Rtof.php:47
+#: extend/addon/addons-official/pubcrawl/Mod_Pubcrawl.php:42
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:230
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:231
+#: extend/addon/addons-official/libertree/Mod_Libertree.php:57
+#: extend/addon/addons-official/ijpost/Mod_Ijpost.php:61
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:160
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:169
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:258
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:280
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:289
+#: extend/addon/addons-official/nofed/Mod_Nofed.php:40
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:92
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:96
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:100
+#: extend/addon/addons-official/cart/cart.php:1419
+#: extend/addon/addons-official/cart/submodules/paypalbutton.php:87
+#: extend/addon/addons-official/cart/submodules/paypalbutton.php:95
+#: extend/addon/addons-official/cart/submodules/manualcat.php:63
+#: extend/addon/addons-official/cart/submodules/manualcat.php:254
+#: extend/addon/addons-official/cart/submodules/manualcat.php:258
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:153
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:425
+#: extend/addon/addons-official/cart/submodules/hzservices.php:67
+#: extend/addon/addons-official/cart/submodules/hzservices.php:651
+#: extend/addon/addons-official/cart/submodules/hzservices.php:655
+#: extend/addon/addons-official/cart/submodules/paypalbuttonV2.php:88
+#: extend/addon/addons-official/cart/submodules/paypalbuttonV2.php:98
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:72
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:338
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:362
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:438
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:462
+#: extend/addon/addons-official/cart/Settings/Cart.php:61
+#: extend/addon/addons-official/cart/Settings/Cart.php:73
+#: extend/addon/addons-official/content_import/Mod_content_import.php:135
+#: extend/addon/addons-official/content_import/Mod_content_import.php:136
+#: extend/addon/addons-official/ljpost/Mod_Ljpost.php:61
+#: extend/addon/addons-official/ljpost/Mod_Ljpost.php:65
+#: extend/addon/addons-official/ljpost/Mod_Ljpost.php:69
+#: extend/addon/addons-official/diaspora/Mod_Diaspora.php:70
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:84
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:88
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:92
+msgid "No"
+msgstr "Não"
-#: ../../include/features.php:85
-msgid "Provide a personal tag cloud on your channel page"
-msgstr "Fornece uma nuvem de etiquetas pessoais à página do seu canal"
+#: include/conversation.php:1496 Zotlabs/Lib/Libzotdir.php:165
+#: Zotlabs/Lib/Libzotdir.php:166 Zotlabs/Lib/Libzotdir.php:168
+#: Zotlabs/Module/Group.php:137 Zotlabs/Module/Group.php:138
+#: Zotlabs/Module/Group.php:147 Zotlabs/Module/Group.php:249
+#: Zotlabs/Module/Group.php:301 Zotlabs/Module/Group.php:302
+#: Zotlabs/Module/Permcats.php:247 Zotlabs/Module/Import.php:600
+#: Zotlabs/Module/Import.php:604 Zotlabs/Module/Import.php:605
+#: Zotlabs/Module/Photos.php:666 Zotlabs/Module/Register.php:512
+#: Zotlabs/Module/Filestorage.php:203 Zotlabs/Module/Filestorage.php:211
+#: Zotlabs/Module/Api.php:98 Zotlabs/Module/Contactedit.php:284
+#: Zotlabs/Module/Profiles.php:675 Zotlabs/Module/Profiles.php:685
+#: Zotlabs/Module/Profiles.php:693 Zotlabs/Module/Profiles.php:697
+#: Zotlabs/Module/Sources.php:122 Zotlabs/Module/Sources.php:157
+#: Zotlabs/Module/Admin/Site.php:321 Zotlabs/Module/Mitem.php:176
+#: Zotlabs/Module/Mitem.php:177 Zotlabs/Module/Mitem.php:256
+#: Zotlabs/Module/Mitem.php:257 Zotlabs/Module/Settings/Privacy.php:132
+#: Zotlabs/Module/Settings/Privacy.php:133
+#: Zotlabs/Module/Settings/Privacy.php:134
+#: Zotlabs/Module/Settings/Privacy.php:135
+#: Zotlabs/Module/Settings/Privacy.php:136
+#: Zotlabs/Module/Settings/Privacy.php:137
+#: Zotlabs/Module/Settings/Multifactor.php:82
+#: Zotlabs/Module/Settings/Display.php:86
+#: Zotlabs/Module/Settings/Channel.php:224 Zotlabs/Module/Defperms.php:195
+#: Zotlabs/Module/Menu.php:163 Zotlabs/Module/Menu.php:222
+#: Zotlabs/Storage/Browser.php:309 Zotlabs/Storage/Browser.php:310
+#: Zotlabs/Storage/Browser.php:311 Zotlabs/Storage/Browser.php:392
+#: Zotlabs/Storage/Browser.php:394 Zotlabs/Storage/Browser.php:558
+#: boot.php:1755 view/theme/redbasic/php/config.php:106
+#: view/theme/redbasic/php/config.php:107
+#: view/theme/redbasic/php/config.php:108
+#: view/theme/redbasic/php/config.php:124
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:218
+#: extend/addon/addons-official/redred/Mod_Redred.php:61
+#: extend/addon/addons-official/smileybutton/Mod_Smileybutton.php:42
+#: extend/addon/addons-official/dwpost/Mod_Dwpost.php:59
+#: extend/addon/addons-official/dwpost/Mod_Dwpost.php:63
+#: extend/addon/addons-official/rtof/Mod_Rtof.php:47
+#: extend/addon/addons-official/pubcrawl/Mod_Pubcrawl.php:42
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:230
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:231
+#: extend/addon/addons-official/libertree/Mod_Libertree.php:57
+#: extend/addon/addons-official/ijpost/Mod_Ijpost.php:61
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:160
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:169
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:258
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:280
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:289
+#: extend/addon/addons-official/nofed/Mod_Nofed.php:40
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:92
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:96
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:100
+#: extend/addon/addons-official/cart/cart.php:1419
+#: extend/addon/addons-official/cart/submodules/paypalbutton.php:87
+#: extend/addon/addons-official/cart/submodules/paypalbutton.php:95
+#: extend/addon/addons-official/cart/submodules/manualcat.php:63
+#: extend/addon/addons-official/cart/submodules/manualcat.php:254
+#: extend/addon/addons-official/cart/submodules/manualcat.php:258
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:153
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:425
+#: extend/addon/addons-official/cart/submodules/hzservices.php:67
+#: extend/addon/addons-official/cart/submodules/hzservices.php:651
+#: extend/addon/addons-official/cart/submodules/hzservices.php:655
+#: extend/addon/addons-official/cart/submodules/paypalbuttonV2.php:88
+#: extend/addon/addons-official/cart/submodules/paypalbuttonV2.php:98
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:72
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:337
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:361
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:437
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:461
+#: extend/addon/addons-official/cart/Settings/Cart.php:61
+#: extend/addon/addons-official/cart/Settings/Cart.php:73
+#: extend/addon/addons-official/content_import/Mod_content_import.php:135
+#: extend/addon/addons-official/content_import/Mod_content_import.php:136
+#: extend/addon/addons-official/ljpost/Mod_Ljpost.php:61
+#: extend/addon/addons-official/ljpost/Mod_Ljpost.php:65
+#: extend/addon/addons-official/ljpost/Mod_Ljpost.php:69
+#: extend/addon/addons-official/diaspora/Mod_Diaspora.php:70
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:84
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:88
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:92
+msgid "Yes"
+msgstr "Sim"
-#: ../../include/widgets.php:35 ../../include/taxonomy.php:264
-#: ../../include/contact_widgets.php:92
-msgid "Categories"
-msgstr "Categorias"
+#: include/conversation.php:1498 extend/addon/addons-official/hsse/hsse.php:215
+#, fuzzy
+msgid "Disable comments"
+msgstr "comentário"
-#: ../../include/widgets.php:91 ../../include/nav.php:163
-#: ../../mod/apps.php:34
-msgid "Apps"
-msgstr "Aplicações"
+#: include/conversation.php:1499 extend/addon/addons-official/hsse/hsse.php:216
+#, fuzzy
+msgid "Toggle comments"
+msgstr "comentário"
-#: ../../include/widgets.php:92
-msgid "System"
-msgstr "Sistema"
+#: include/conversation.php:1505 Zotlabs/Module/Photos.php:667
+#: Zotlabs/Module/Photos.php:1042 Zotlabs/Module/Editblock.php:129
+#: extend/addon/addons-official/hsse/hsse.php:221
+#: extend/addon/addons-official/cards/Mod_Card_edit.php:118
+#: extend/addon/addons-official/articles/Mod_Article_edit.php:116
+msgid "Title (optional)"
+msgstr "Título (opcional)"
-#: ../../include/widgets.php:94 ../../include/conversation.php:1504
-msgid "Personal"
-msgstr "Pessoal"
+#: include/conversation.php:1506
+#, fuzzy
+msgid "Summary (optional)"
+msgstr "Descreva (opcional)"
-#: ../../include/widgets.php:95
-msgid "Create Personal App"
-msgstr "Criar aplicações pessoais"
+#: include/conversation.php:1509 extend/addon/addons-official/hsse/hsse.php:224
+msgid "Categories (optional, comma-separated list)"
+msgstr "categorias (opcional, lista separada por vírgulas)"
-#: ../../include/widgets.php:96
-msgid "Edit Personal App"
-msgstr "Editar aplicações pessoais"
+#: include/conversation.php:1510 extend/addon/addons-official/hsse/hsse.php:225
+#, fuzzy
+msgid "Permission settings"
+msgstr "Permissão negada"
-#: ../../include/widgets.php:136 ../../include/widgets.php:175
-#: ../../include/Contact.php:107 ../../include/conversation.php:945
-#: ../../include/identity.php:823 ../../mod/match.php:64
-#: ../../mod/directory.php:302 ../../mod/suggest.php:52
-msgid "Connect"
-msgstr "Conectar"
+#: include/conversation.php:1532 extend/addon/addons-official/hsse/hsse.php:247
+msgid "Other networks and post services"
+msgstr ""
-#: ../../include/widgets.php:138 ../../mod/suggest.php:54
-msgid "Ignore/Hide"
-msgstr "Ignorar/Ocultar"
+#: include/conversation.php:1535 extend/addon/addons-official/hsse/hsse.php:250
+msgid "Set expiration date"
+msgstr "Definir data de expiração"
-#: ../../include/widgets.php:143 ../../mod/connections.php:268
-msgid "Suggestions"
-msgstr "Sugestões"
+#: include/conversation.php:1538 extend/addon/addons-official/hsse/hsse.php:253
+#, fuzzy
+msgid "Set publish date"
+msgstr "Definir data de expiração"
-#: ../../include/widgets.php:144
-msgid "See more..."
-msgstr "Veja mais..."
+#: include/conversation.php:1540 Zotlabs/Lib/ThreadItem.php:845
+#: Zotlabs/Module/Chat.php:218 extend/addon/addons-official/hsse/hsse.php:255
+msgid "Encrypt text"
+msgstr "Encriptar texto"
-#: ../../include/widgets.php:166
-#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
-msgstr "Você tem %1$.0f de %2$.0f conexões permitidas."
+#: include/conversation.php:1784 Zotlabs/Lib/ThreadItem.php:239
+#: Zotlabs/Module/Photos.php:1135
+msgctxt "noun"
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "desgostou"
+msgstr[1] "desgostaram"
-#: ../../include/widgets.php:172
-msgid "Add New Connection"
-msgstr "Adicionar nova conexão"
+#: include/conversation.php:1787
+#, fuzzy
+msgctxt "noun"
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "Comparecerão"
+msgstr[1] "Comparecerão"
-#: ../../include/widgets.php:173
-msgid "Enter the channel address"
-msgstr "Digite o endereço do canal"
+#: include/conversation.php:1790
+#, fuzzy
+msgctxt "noun"
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "Não comparecerão"
+msgstr[1] "Não comparecerão"
-#: ../../include/widgets.php:174
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Por exemplo: joao@exemplo.com, http://exemplo.com/maria"
+#: include/conversation.php:1793
+#, fuzzy
+msgctxt "noun"
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "Indeciso"
+msgstr[1] "Indeciso"
-#: ../../include/widgets.php:190
-msgid "Notes"
-msgstr "Notas"
+#: include/conversation.php:1796
+#, fuzzy
+msgctxt "noun"
+msgid "Agree"
+msgid_plural "Agrees"
+msgstr[0] "Eu concordo"
+msgstr[1] "Eu concordo"
-#: ../../include/widgets.php:266
-msgid "Remove term"
-msgstr "Remover termo"
+#: include/conversation.php:1799
+#, fuzzy
+msgctxt "noun"
+msgid "Disagree"
+msgid_plural "Disagrees"
+msgstr[0] "Eu discordo"
+msgstr[1] "Eu discordo"
-#: ../../include/widgets.php:307 ../../include/contact_widgets.php:60
-#: ../../include/contact_widgets.php:95
-msgid "Everything"
-msgstr "Tudo"
+#: include/conversation.php:1802
+msgctxt "noun"
+msgid "Abstain"
+msgid_plural "Abstains"
+msgstr[0] "Abstenção"
+msgstr[1] "Abstenções"
-#: ../../include/widgets.php:349
-msgid "Archives"
-msgstr "Arquivos"
+#: include/import.php:30
+#, fuzzy
+msgid "Unable to import a removed channel."
+msgstr "Não foi possível remover a fonte."
-#: ../../include/widgets.php:427 ../../mod/connedit.php:572
-msgid "Me"
-msgstr "Eu"
+#: include/import.php:56
+msgid ""
+"Cannot create a duplicate channel identifier on this system. Import failed."
+msgstr ""
+"Não foi possível criar um identificador de canal duplicado neste sistema. A "
+"importação falhou."
-#: ../../include/widgets.php:428 ../../mod/connedit.php:573
-msgid "Family"
-msgstr "Família"
+#: include/import.php:77
+#: extend/addon/addons-official/diaspora/import_diaspora.php:43
+#, fuzzy
+msgid "Unable to create a unique channel address. Import failed."
+msgstr ""
+"Não foi possível criar um identificador de canal duplicado neste sistema. A "
+"importação falhou."
-#: ../../include/widgets.php:429 ../../include/identity.php:394
-#: ../../include/identity.php:395 ../../include/identity.php:402
-#: ../../include/profile_selectors.php:80 ../../mod/settings.php:344
-#: ../../mod/settings.php:348 ../../mod/settings.php:349
-#: ../../mod/settings.php:352 ../../mod/settings.php:363
-#: ../../mod/connedit.php:574
-msgid "Friends"
-msgstr "Amigos"
+#: include/import.php:122
+msgid "Cloned channel not found. Import failed."
+msgstr "Canal a clonar não encontrado. A importação falhou."
-#: ../../include/widgets.php:430 ../../mod/connedit.php:575
-msgid "Acquaintances"
-msgstr "Conhecidos"
+#: include/acl_selectors.php:33 Zotlabs/Lib/PermissionDescription.php:34
+#, fuzzy
+msgid "Visible to your default audience"
+msgstr "Visível para todos autenticados."
-#: ../../include/widgets.php:431 ../../mod/connections.php:231
-#: ../../mod/connections.php:246 ../../mod/connedit.php:576
-msgid "All"
-msgstr "Todos"
+#: include/acl_selectors.php:100
+msgid "Profile-Based Privacy Groups"
+msgstr ""
-#: ../../include/widgets.php:450
-msgid "Refresh"
-msgstr "Atualizar"
+#: include/acl_selectors.php:119
+#, fuzzy
+msgid "Private Forum"
+msgstr "Foto privada"
-#: ../../include/widgets.php:485
-msgid "Account settings"
-msgstr "Configurações da conta"
+#: include/acl_selectors.php:125 Zotlabs/Widget/Forums.php:77
+#: Zotlabs/Widget/Activity_filter.php:130 Zotlabs/Widget/Notifications.php:131
+#: Zotlabs/Widget/Notifications.php:132
+msgid "Forums"
+msgstr ""
-#: ../../include/widgets.php:491
-msgid "Channel settings"
-msgstr "Configurações do canal"
+#: include/acl_selectors.php:136 Zotlabs/Lib/PermissionDescription.php:107
+#: Zotlabs/Module/Settings/Privacy.php:65
+msgid "Only me"
+msgstr ""
-#: ../../include/widgets.php:497
-msgid "Additional features"
-msgstr "Recursos adicionais"
+#: include/acl_selectors.php:143
+#, fuzzy
+msgid "Share with"
+msgstr "Compartilhe isso"
-#: ../../include/widgets.php:503
-msgid "Feature/Addon settings"
-msgstr "Configurações característica/plugins"
+#: include/acl_selectors.php:144
+msgid "Custom selection"
+msgstr ""
-#: ../../include/widgets.php:509
-msgid "Display settings"
-msgstr "Configurações de exibição"
+#: include/acl_selectors.php:145 include/contact_widgets.php:16
+#: Zotlabs/Module/Admin/Site.php:419
+#, fuzzy
+msgid "Advanced"
+msgstr "Perfis avançados"
-#: ../../include/widgets.php:515
-msgid "Connected apps"
-msgstr "Aplicações conectadas"
+#: include/acl_selectors.php:146
+msgid ""
+"Select \"Allow\" to allow viewing. \"Don't allow\" lets you override and "
+"limit the scope of \"Allow\"."
+msgstr ""
-#: ../../include/widgets.php:521
-msgid "Export channel"
-msgstr "Exportar o canal"
+#: include/acl_selectors.php:147 Zotlabs/Module/Authorize.php:32
+#, fuzzy
+msgid "Allow"
+msgstr "suave"
-#: ../../include/widgets.php:530 ../../mod/connedit.php:653
-msgid "Connection Default Permissions"
-msgstr "Permissões padrão para conexões"
+#: include/acl_selectors.php:148
+#, fuzzy
+msgid "Don't allow"
+msgstr "Não importa"
-#: ../../include/widgets.php:538
-msgid "Premium Channel Settings"
-msgstr "Configurações de canal premium"
+#: include/acl_selectors.php:154 Zotlabs/Module/Thing.php:321
+#: Zotlabs/Module/Thing.php:374 Zotlabs/Module/Photos.php:671
+#: Zotlabs/Module/Photos.php:1045 Zotlabs/Module/Filestorage.php:195
+#: Zotlabs/Module/Chat.php:240
+#: extend/addon/addons-official/flashcards/Mod_Flashcards.php:261
+#, fuzzy
+msgid "Permissions"
+msgstr "Atualizar permissões"
-#: ../../include/widgets.php:554 ../../include/nav.php:208
-#: ../../include/apps.php:134 ../../mod/admin.php:1038
-#: ../../mod/admin.php:1238
-msgid "Settings"
-msgstr "Configurações"
+#: include/acl_selectors.php:156 Zotlabs/Widget/Pinned.php:163
+#: Zotlabs/Lib/ThreadItem.php:496 Zotlabs/Module/Photos.php:1266
+#: Zotlabs/Storage/Browser.php:414
+msgid "Close"
+msgstr "Fechar"
-#: ../../include/widgets.php:567 ../../mod/message.php:31
-#: ../../mod/mail.php:128
-msgid "Messages"
-msgstr "Mensagens"
+#: include/acl_selectors.php:181
+#, php-format
+msgid ""
+"Post permissions %s cannot be changed %s after a post is shared.</br />These "
+"permissions set who is allowed to view the post."
+msgstr ""
-#: ../../include/widgets.php:570
-msgid "Check Mail"
-msgstr "Checar mensagens"
+#: include/photos.php:30 include/items.php:3957 include/attach.php:156
+#: include/attach.php:205 include/attach.php:278 include/attach.php:329
+#: include/attach.php:431 include/attach.php:445 include/attach.php:452
+#: include/attach.php:534 include/attach.php:1106 include/attach.php:1179
+#: include/attach.php:1344 Zotlabs/Lib/Chatroom.php:135
+#: Zotlabs/Module/Service_limits.php:11 Zotlabs/Module/Authtest.php:13
+#: Zotlabs/Module/Connections.php:32 Zotlabs/Module/Block.php:24
+#: Zotlabs/Module/Block.php:74 Zotlabs/Module/Thing.php:282
+#: Zotlabs/Module/Thing.php:302 Zotlabs/Module/Thing.php:343
+#: Zotlabs/Module/Profile.php:99 Zotlabs/Module/Profile.php:114
+#: Zotlabs/Module/Attach_edit.php:90 Zotlabs/Module/Attach_edit.php:99
+#: Zotlabs/Module/Attach_edit.php:106 Zotlabs/Module/Setup.php:218
+#: Zotlabs/Module/Mood.php:126 Zotlabs/Module/Editpost.php:17
+#: Zotlabs/Module/Webpages.php:131 Zotlabs/Module/Invite.php:64
+#: Zotlabs/Module/Invite.php:315 Zotlabs/Module/Network.php:18
+#: Zotlabs/Module/Group.php:14 Zotlabs/Module/Group.php:30
+#: Zotlabs/Module/Common.php:38 Zotlabs/Module/Locs.php:98
+#: Zotlabs/Module/Photos.php:71 Zotlabs/Module/Like.php:248
+#: Zotlabs/Module/Viewsrc.php:19 Zotlabs/Module/Channel_calendar.php:232
+#: Zotlabs/Module/Register.php:200 Zotlabs/Module/Filestorage.php:20
+#: Zotlabs/Module/Filestorage.php:78 Zotlabs/Module/Filestorage.php:96
+#: Zotlabs/Module/Filestorage.php:119 Zotlabs/Module/Filestorage.php:165
+#: Zotlabs/Module/Settings.php:59 Zotlabs/Module/Item.php:516
+#: Zotlabs/Module/Item.php:535 Zotlabs/Module/Item.php:545
+#: Zotlabs/Module/Item.php:1446 Zotlabs/Module/Suggest.php:32
+#: Zotlabs/Module/Layouts.php:71 Zotlabs/Module/Layouts.php:78
+#: Zotlabs/Module/Layouts.php:89 Zotlabs/Module/Bookmarks.php:70
+#: Zotlabs/Module/Api.php:24 Zotlabs/Module/Profiles.php:171
+#: Zotlabs/Module/Profiles.php:614 Zotlabs/Module/Manage.php:10
+#: Zotlabs/Module/Moderate.php:15 Zotlabs/Module/Display.php:386
+#: Zotlabs/Module/Sources.php:80 Zotlabs/Module/Blocks.php:73
+#: Zotlabs/Module/Blocks.php:80 Zotlabs/Module/Poke.php:141
+#: Zotlabs/Module/Mitem.php:129 Zotlabs/Module/Achievements.php:34
+#: Zotlabs/Module/Editblock.php:67 Zotlabs/Module/Chat.php:111
+#: Zotlabs/Module/Chat.php:116 Zotlabs/Module/Defperms.php:181
+#: Zotlabs/Module/New_channel.php:105 Zotlabs/Module/New_channel.php:130
+#: Zotlabs/Module/Channel.php:222 Zotlabs/Module/Channel.php:379
+#: Zotlabs/Module/Channel.php:418 Zotlabs/Module/Appman.php:163
+#: Zotlabs/Module/Editlayout.php:67 Zotlabs/Module/Editlayout.php:90
+#: Zotlabs/Module/Pdledit.php:35 Zotlabs/Module/Editwebpage.php:68
+#: Zotlabs/Module/Editwebpage.php:89 Zotlabs/Module/Editwebpage.php:107
+#: Zotlabs/Module/Editwebpage.php:121 Zotlabs/Module/Page.php:34
+#: Zotlabs/Module/Page.php:133 Zotlabs/Module/Cover_photo.php:341
+#: Zotlabs/Module/Cover_photo.php:354 Zotlabs/Module/Profile_photo.php:390
+#: Zotlabs/Module/Profile_photo.php:421 Zotlabs/Module/Viewconnections.php:28
+#: Zotlabs/Module/Viewconnections.php:33 Zotlabs/Module/Vote.php:19
+#: Zotlabs/Module/Regmod.php:20 Zotlabs/Module/Menu.php:130
+#: Zotlabs/Module/Menu.php:141 Zotlabs/Module/Sharedwithme.php:19
+#: Zotlabs/Module/Connedit.php:299 Zotlabs/Web/WebServer.php:119
+#: extend/addon/addons-official/openid/Mod_Id.php:53
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:63
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:288
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:425
+#: extend/addon/addons-official/cards/Mod_Card_edit.php:51
+#: extend/addon/addons-official/cards/Mod_Cards.php:89
+#: extend/addon/addons-official/pumpio/pumpio.php:44
+#: extend/addon/addons-official/keepout/keepout.php:36
+#: extend/addon/addons-official/articles/Mod_Articles.php:94
+#: extend/addon/addons-official/articles/Mod_Article_edit.php:51
+msgid "Permission denied."
+msgstr "Permissão negada."
-#: ../../include/widgets.php:575 ../../include/nav.php:199
-msgid "New Message"
-msgstr "Nova mensagem"
+#: include/photos.php:152
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
+msgstr "A imagem excede o limite de tamanho do site, que é de %"
-#: ../../include/widgets.php:650
-msgid "Chat Rooms"
-msgstr "Salas de bate-papo"
+#: include/photos.php:163
+#, fuzzy
+msgid "Image file is empty."
+msgstr "O arquivo importado está vazio."
-#: ../../include/widgets.php:670
-msgid "Bookmarked Chatrooms"
-msgstr "Salas de bate-papo guardadas"
+#: include/photos.php:197 Zotlabs/Module/Cover_photo.php:241
+#: Zotlabs/Module/Profile_photo.php:275
+#, fuzzy
+msgid "Unable to process image"
+msgstr "Não foi possível processar a imagem."
-#: ../../include/widgets.php:690
-msgid "Suggested Chatrooms"
-msgstr "Salas de bate-papo sugeridas"
+#: include/photos.php:323
+#, fuzzy
+msgid "Photo storage failed."
+msgstr "armazenamento de banco de dados falhou."
-#: ../../include/widgets.php:817 ../../include/widgets.php:875
-msgid "photo/image"
-msgstr "foto/imagem"
+#: include/photos.php:372
+#, fuzzy
+msgid "a new photo"
+msgstr "Ver a foto"
-#: ../../include/widgets.php:970 ../../include/widgets.php:972
-msgid "Rate Me"
-msgstr "Avalie-me"
+#: include/photos.php:376
+#, fuzzy, php-format
+msgctxt "photo_upload"
+msgid "%1$s posted %2$s to %3$s"
+msgstr "%1$s comparecerá em %3$s de %2$s"
-#: ../../include/widgets.php:976
-msgid "View Ratings"
-msgstr "Ver avaliações"
+#: include/photos.php:722 Zotlabs/Module/Photos.php:1339
+#: Zotlabs/Module/Photos.php:1352 Zotlabs/Module/Photos.php:1353
+msgid "Recent Photos"
+msgstr "Fotos recentes"
-#: ../../include/widgets.php:987
-msgid "Public Hubs"
-msgstr "Hubs Públicos"
+#: include/photos.php:726
+#, fuzzy
+msgid "Upload New Photos"
+msgstr "Enviar fotos"
-#: ../../include/enotify.php:58
-msgid "$Projectname Notification"
-msgstr "$Projectname Notificação"
+#: include/help.php:82
+msgid "Help:"
+msgstr "Ajuda:"
-#: ../../include/enotify.php:59 ../../include/diaspora.php:2461
-#: ../../include/diaspora.php:2472 ../../mod/p.php:46
-msgid "$projectname"
-msgstr "$projectname"
+#: include/help.php:131
+msgid "Not Found"
+msgstr "Não encontrada"
-#: ../../include/enotify.php:61
-msgid "Thank You,"
-msgstr "Obrigado(a),"
+#: include/help.php:134 Zotlabs/Module/Block.php:77
+#: Zotlabs/Module/Display.php:147 Zotlabs/Module/Page.php:136
+#: Zotlabs/Web/Router.php:186
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:545
+#: extend/addon/addons-official/cards/cards.php:104
+#: extend/addon/addons-official/articles/articles.php:105
+msgid "Page not found."
+msgstr "Página não encontrada."
-#: ../../include/enotify.php:63
-#, php-format
-msgid "%s Administrator"
-msgstr "Administrador de %s"
+#: include/event.php:34 include/event.php:129
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
-#: ../../include/enotify.php:96
-#, php-format
-msgid "%s <!item_type!>"
-msgstr "%s <!item_type!>"
+#: include/event.php:42
+msgid "Starts:"
+msgstr "Início:"
-#: ../../include/enotify.php:100
-#, php-format
-msgid "[Red:Notify] New mail received at %s"
-msgstr "[Red:Notify] Nova mensagem recebida em %s"
+#: include/event.php:52
+msgid "Finishes:"
+msgstr "Fim:"
-#: ../../include/enotify.php:102
-#, php-format
-msgid "%1$s, %2$s sent you a new private message at %3$s."
-msgstr "%1$s, %2$s te enviou uma nova mensagem privada em %3$s."
+#: include/event.php:129
+#, fuzzy
+msgid "l F d, Y"
+msgstr "l F d, Y \\@ g:i A"
-#: ../../include/enotify.php:103
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s enviou %2$s para você."
+#: include/event.php:133
+#, fuzzy
+msgid "Start:"
+msgstr "Início:"
-#: ../../include/enotify.php:103
-msgid "a private message"
-msgstr "uma mensagem privada"
+#: include/event.php:137
+msgid "End:"
+msgstr ""
-#: ../../include/enotify.php:104
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Por favor, visite %s para ver e/ou responder as suas mensagens privadas."
+#: include/event.php:142
+#: extend/addon/addons-official/openid/MysqlProvider.php:67
+msgid "Timezone"
+msgstr "Fuso Horário"
-#: ../../include/enotify.php:158
-#, php-format
-msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]"
-msgstr "%1$s, %2$s comentou em [zrl=%3$s]um/a %4$s[/zrl]"
+#: include/event.php:1242
+msgid "This event has been added to your calendar."
+msgstr "Esse evento foi adicionado ao seu calendário."
-#: ../../include/enotify.php:166
-#, php-format
-msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]"
-msgstr "%1$s, %2$s comentou em [zrl=%3$s]%5$s de %4$s[/zrl]"
+#: include/event.php:1475
+#, fuzzy
+msgid "Not specified"
+msgstr "Não específico"
-#: ../../include/enotify.php:175
-#, php-format
-msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]"
-msgstr "%1$s, %2$s comentou em [zrl=%3$s]seu %4$s[/zrl]"
+#: include/event.php:1476
+#, fuzzy
+msgid "Needs Action"
+msgstr "Ações"
-#: ../../include/enotify.php:186
-#, php-format
-msgid "[Red:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Red:Notify] Comentário na conversa #%1$d por %2$s"
+#: include/event.php:1477
+#, fuzzy
+msgid "Completed"
+msgstr "A importação foi completada."
-#: ../../include/enotify.php:187
-#, php-format
-msgid "%1$s, %2$s commented on an item/conversation you have been following."
-msgstr "%1$s, %2$s comentou em um item/conversa que você acompanha."
+#: include/event.php:1478
+msgid "In Process"
+msgstr ""
-#: ../../include/enotify.php:190 ../../include/enotify.php:205
-#: ../../include/enotify.php:231 ../../include/enotify.php:249
-#: ../../include/enotify.php:263
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Por favor, visite %s para ver e/ou responder a conversa."
+#: include/event.php:1479
+#, fuzzy
+msgid "Cancelled"
+msgstr "Cancelar"
-#: ../../include/enotify.php:196
-#, php-format
-msgid "[Red:Notify] %s posted to your profile wall"
-msgstr "[Red:Notify] %s publicou no mural do seu perfil"
+#: include/oembed.php:155
+#, fuzzy
+msgid "View PDF"
+msgstr "Ver a foto"
-#: ../../include/enotify.php:198
-#, php-format
-msgid "%1$s, %2$s posted to your profile wall at %3$s"
-msgstr "%1$s, %2$s publicou no mural do seu perfil em %3$s"
+#: include/oembed.php:391
+msgid " by "
+msgstr ""
-#: ../../include/enotify.php:200
-#, php-format
-msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]"
-msgstr "%1$s, %2$s publicou no [zrl=%3$s]seu mural[/zrl]"
+#: include/oembed.php:392
+msgid " on "
+msgstr ""
-#: ../../include/enotify.php:224
-#, php-format
-msgid "[Red:Notify] %s tagged you"
-msgstr "[Red:Notify] %s mencionou você"
+#: include/oembed.php:421
+#, fuzzy
+msgid "Embedded content"
+msgstr "Embarcar código"
-#: ../../include/enotify.php:225
-#, php-format
-msgid "%1$s, %2$s tagged you at %3$s"
-msgstr "%1$s, %2$s mencionou você em %3$s"
+#: include/oembed.php:430
+msgid "Embedding disabled"
+msgstr ""
-#: ../../include/enotify.php:226
-#, php-format
-msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]."
-msgstr "%1$s, %2$s [zrl=%3$s]mencionou você[/zrl]."
+#: include/items.php:448 Zotlabs/Module/Share.php:78
+#: Zotlabs/Module/Profperm.php:28 Zotlabs/Module/Group.php:108
+#: Zotlabs/Module/Like.php:348 Zotlabs/Module/Dreport.php:10
+#: Zotlabs/Module/Dreport.php:55 Zotlabs/Module/Import_items.php:116
+#: Zotlabs/Module/Subthread.php:89 Zotlabs/Web/WebServer.php:118
+#: extend/addon/addons-official/redphotos/redphotos.php:119
+#: extend/addon/addons-official/hzfiles/hzfiles.php:75
+#: extend/addon/addons-official/redfiles/redfiles.php:109
+msgid "Permission denied"
+msgstr "Permissão negada"
-#: ../../include/enotify.php:238
-#, php-format
-msgid "[Red:Notify] %1$s poked you"
-msgstr "[Red:Notify] %1$s cutucou você"
+#: include/items.php:1235
+msgid "Visible to anybody on the internet."
+msgstr "Visívil para todos na internet."
-#: ../../include/enotify.php:239
-#, php-format
-msgid "%1$s, %2$s poked you at %3$s"
-msgstr "%1$s, %2$s cutucou você em %3$s"
+#: include/items.php:1237
+msgid "Visible to you only."
+msgstr "Visível somente para você."
-#: ../../include/enotify.php:240
-#, php-format
-msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]."
-msgstr "%1$s, %2$s [zrl=%2$s]cutucou você[/zrl]."
+#: include/items.php:1239
+msgid "Visible to anybody in this network."
+msgstr "Visível para todos nesta rede."
-#: ../../include/enotify.php:256
-#, php-format
-msgid "[Red:Notify] %s tagged your post"
-msgstr "[Red:Notify] %s marcou a sua publicação"
+#: include/items.php:1241
+msgid "Visible to anybody authenticated."
+msgstr "Visível para todos autenticados."
-#: ../../include/enotify.php:257
+#: include/items.php:1243
#, php-format
-msgid "%1$s, %2$s tagged your post at %3$s"
-msgstr "%1$s, %2$s marcou seu post em %3$s"
+msgid "Visible to anybody on %s."
+msgstr "Visível para todos em %s."
-#: ../../include/enotify.php:258
-#, php-format
-msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]"
-msgstr "%1$s, %2$s marcou [zrl=%3$s]seu post[/zrl]"
+#: include/items.php:1245
+msgid "Visible to all connections."
+msgstr "Visível para quaisquer conexões."
-#: ../../include/enotify.php:270
-msgid "[Red:Notify] Introduction received"
-msgstr "[Red:Notify] Você recebeu uma apresentação"
+#: include/items.php:1247
+msgid "Visible to approved connections."
+msgstr "Visível para conexões aprovadas."
-#: ../../include/enotify.php:271
-#, php-format
-msgid "%1$s, you've received an new connection request from '%2$s' at %3$s"
-msgstr "%1$s, você recebeu uma nova solicitação de conexão de '%2$s' em %3$s"
+#: include/items.php:1249
+msgid "Visible to specific connections."
+msgstr "Visível para conexões específicas."
-#: ../../include/enotify.php:272
+#: include/items.php:3374 Zotlabs/Module/Share.php:110
#, php-format
-msgid ""
-"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s."
-msgstr "%1$s, você recebeu [zrl=%2$s]uma nova solicitação de conexão[/zrl] de %3$s."
+msgid "&#x1f501; Repeated %1$s's %2$s"
+msgstr ""
-#: ../../include/enotify.php:276 ../../include/enotify.php:295
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "Você pode visitar seu perfil em %s"
+#: include/items.php:3877 Zotlabs/Module/Thing.php:96
+#: Zotlabs/Module/Admin.php:61 Zotlabs/Module/Viewsrc.php:25
+#: Zotlabs/Module/Filestorage.php:29 Zotlabs/Module/Display.php:51
+#: Zotlabs/Module/Display.php:112 Zotlabs/Module/Display.php:390
+#: Zotlabs/Module/Admin/Themes.php:72 Zotlabs/Module/Admin/Addons.php:263
+#: extend/addon/addons-official/flashcards/Mod_Flashcards.php:291
+#: extend/addon/addons-official/flashcards/Mod_Flashcards.php:292
+msgid "Item not found."
+msgstr "O item não foi encontrado."
-#: ../../include/enotify.php:278
-#, php-format
-msgid "Please visit %s to approve or reject the connection request."
-msgstr "Por favor, visite %s para aprovar ou rejeitar a solicitação."
+#: include/items.php:4459 Zotlabs/Module/Group.php:62
+#: Zotlabs/Module/Group.php:206
+#, fuzzy
+msgid "Privacy group not found."
+msgstr "Layout não encontrado."
-#: ../../include/enotify.php:285
-msgid "[Red:Notify] Friend suggestion received"
-msgstr "[Red:Notify] Foi recebida uma sugestão de amizade"
+#: include/items.php:4475
+msgid "Privacy group is empty."
+msgstr ""
-#: ../../include/enotify.php:286
+#: include/items.php:4482
#, php-format
-msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s"
-msgstr "%1$s, você recebeu uma sugestão de amizade de '%2$s' em %3$s"
+msgid "Privacy group: %s"
+msgstr ""
-#: ../../include/enotify.php:287
+#: include/items.php:4492
#, php-format
-msgid ""
-"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from "
-"%4$s."
-msgstr "%1$s, você recebeu [zrl=%2$s]uma sugestão de amizade[/zrl] com %3$s de %4$s."
+msgid "Connection: %s"
+msgstr "Conexão: %s"
-#: ../../include/enotify.php:293
-msgid "Name:"
-msgstr "Nome:"
+#: include/items.php:4494
+msgid "Connection not found."
+msgstr "A conexão não foi encontrada."
-#: ../../include/enotify.php:294
-msgid "Photo:"
-msgstr "Foto:"
+#: include/items.php:4841 Zotlabs/Module/Cover_photo.php:297
+#, fuzzy
+msgid "female"
+msgstr "Feminino"
+
+#: include/items.php:4842 Zotlabs/Module/Cover_photo.php:298
+#, fuzzy, php-format
+msgid "%1$s updated her %2$s"
+msgstr "%1$s enviou %2$s para você."
-#: ../../include/enotify.php:297
+#: include/items.php:4843 Zotlabs/Module/Cover_photo.php:299
+#, fuzzy
+msgid "male"
+msgstr "Feminino"
+
+#: include/items.php:4844 Zotlabs/Module/Cover_photo.php:300
+#, fuzzy, php-format
+msgid "%1$s updated his %2$s"
+msgstr "%1$s talvez compareça em %3$s de %2$s"
+
+#: include/items.php:4846 Zotlabs/Module/Cover_photo.php:302
#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Por favor, visite %s para aprovar ou rejeitar a sugestão."
+msgid "%1$s updated their %2$s"
+msgstr ""
+
+#: include/items.php:4848
+#, fuzzy
+msgid "profile photo"
+msgstr "Fotos do perfil"
-#: ../../include/enotify.php:508
-msgid "[Red:Notify]"
-msgstr "[Red:Notify]"
+#: include/items.php:5175
+#, fuzzy, php-format
+msgid "[Edited %s]"
+msgstr "Editado"
+
+#: include/items.php:5175
+msgctxt "edit_activity"
+msgid "Post"
+msgstr ""
-#: ../../include/contact_selectors.php:56
+#: include/items.php:5175
+#, fuzzy
+msgctxt "edit_activity"
+msgid "Comment"
+msgstr "Comentar"
+
+#: include/selectors.php:17
+msgid "Select a profile to assign to this contact"
+msgstr ""
+
+#: include/selectors.php:45
msgid "Frequently"
msgstr "Frequentemente"
-#: ../../include/contact_selectors.php:57
+#: include/selectors.php:46
msgid "Hourly"
msgstr "De hora em hora"
-#: ../../include/contact_selectors.php:58
+#: include/selectors.php:47
msgid "Twice daily"
msgstr "Duas vezes ao dia"
-#: ../../include/contact_selectors.php:59
+#: include/selectors.php:48
msgid "Daily"
msgstr "Diariamente"
-#: ../../include/contact_selectors.php:60
+#: include/selectors.php:49
msgid "Weekly"
msgstr "Semanalmente"
-#: ../../include/contact_selectors.php:61
+#: include/selectors.php:50
msgid "Monthly"
msgstr "Mensalmente"
-#: ../../include/contact_selectors.php:76
-msgid "Friendica"
-msgstr "Friendica"
+#: include/selectors.php:64
+msgid "Currently Male"
+msgstr "Atualmente masculino"
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: include/selectors.php:64
+msgid "Currently Female"
+msgstr "Atualmente feminino"
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: include/selectors.php:64
+msgid "Mostly Male"
+msgstr "Masculino a maior parte do tempo"
-#: ../../include/contact_selectors.php:79 ../../mod/admin.php:813
-#: ../../mod/admin.php:822 ../../mod/id.php:15 ../../mod/id.php:16
-#: ../../boot.php:1552
-msgid "Email"
-msgstr "E-mail"
+#: include/selectors.php:64
+msgid "Mostly Female"
+msgstr "Feminino a maior parte do tempo"
-#: ../../include/contact_selectors.php:80
-msgid "Diaspora"
-msgstr "Diaspora"
+#: include/selectors.php:64
+msgid "Transgender"
+msgstr "Transgênero"
-#: ../../include/contact_selectors.php:81
-msgid "Facebook"
-msgstr "Facebook"
+#: include/selectors.php:64
+msgid "Intersex"
+msgstr "Intersexuado"
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
+#: include/selectors.php:64
+msgid "Transsexual"
+msgstr "Transexual"
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: include/selectors.php:64
+msgid "Hermaphrodite"
+msgstr "Hermafrodita"
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/MI"
+#: include/selectors.php:64
+msgid "Undecided"
+msgstr "Indeciso"
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
+#: include/selectors.php:100 include/selectors.php:119
+msgid "Males"
+msgstr "Homens"
-#: ../../include/message.php:18
-msgid "No recipient provided."
-msgstr "Falta o destinatário."
+#: include/selectors.php:100 include/selectors.php:119
+msgid "Females"
+msgstr "Mulheres"
-#: ../../include/message.php:23
-msgid "[no subject]"
-msgstr "[sem assunto]"
+#: include/selectors.php:100
+msgid "Gay"
+msgstr "Gays"
-#: ../../include/message.php:45
-msgid "Unable to determine sender."
-msgstr "Não foi possível determinar o remetente."
+#: include/selectors.php:100
+msgid "Lesbian"
+msgstr "Lésbicas"
-#: ../../include/message.php:200
-msgid "Stored post could not be verified."
-msgstr "Não foi possível verificar a publicação armazenada."
+#: include/selectors.php:100
+msgid "No Preference"
+msgstr "Sem preferência"
-#: ../../include/follow.php:28
-msgid "Channel is blocked on this site."
-msgstr "O canal está bloqueado neste site."
+#: include/selectors.php:100
+msgid "Bisexual"
+msgstr "Bissexuais"
-#: ../../include/follow.php:33
-msgid "Channel location missing."
-msgstr "A localização do canal foi perdida"
+#: include/selectors.php:100
+msgid "Autosexual"
+msgstr "Autossexuais"
-#: ../../include/follow.php:83
-msgid "Response from remote channel was incomplete."
-msgstr "A resposta do canal remoto está incompleta."
+#: include/selectors.php:100
+msgid "Abstinent"
+msgstr "Abstinentes"
-#: ../../include/follow.php:100
-msgid "Channel was deleted and no longer exists."
-msgstr "O canal foi deletado e não existe mais."
+#: include/selectors.php:100
+msgid "Virgin"
+msgstr "Virgens"
-#: ../../include/follow.php:135 ../../include/follow.php:197
-msgid "Protocol disabled."
-msgstr "Protocolo desabilitado."
+#: include/selectors.php:100
+msgid "Deviant"
+msgstr "Desviantes"
-#: ../../include/follow.php:170
-msgid "Channel discovery failed."
-msgstr "A descoberta de canais falhou."
+#: include/selectors.php:100
+msgid "Fetish"
+msgstr "Fetiches"
-#: ../../include/follow.php:186
-msgid "local account not found."
-msgstr "a conta local não foi encontrada."
+#: include/selectors.php:100
+msgid "Oodles"
+msgstr "Abundância"
-#: ../../include/follow.php:215
-msgid "Cannot connect to yourself."
-msgstr "Não é possível conectar-se consigo mesmo."
+#: include/selectors.php:100
+msgid "Nonsexual"
+msgstr "Não sexuais"
-#: ../../include/ItemObject.php:89 ../../include/conversation.php:667
-msgid "Private Message"
-msgstr "Mensagem privada"
+#: include/selectors.php:138 include/selectors.php:155
+msgid "Single"
+msgstr "Solteiro(a)"
-#: ../../include/ItemObject.php:126 ../../include/conversation.php:659
-msgid "Select"
-msgstr "Selecionar"
+#: include/selectors.php:138
+msgid "Lonely"
+msgstr "Solitário(a)"
-#: ../../include/ItemObject.php:130
-msgid "Save to Folder"
-msgstr "Salvar para pasta"
+#: include/selectors.php:138
+msgid "Available"
+msgstr "Disponível"
-#: ../../include/ItemObject.php:151
-msgid "I will attend"
-msgstr "Vou comparecer"
+#: include/selectors.php:138
+msgid "Unavailable"
+msgstr "Não disponível"
-#: ../../include/ItemObject.php:151
-msgid "I will not attend"
-msgstr "Não vou comparecer"
+#: include/selectors.php:138
+msgid "Has crush"
+msgstr "Tem uma paixão"
-#: ../../include/ItemObject.php:151
-msgid "I might attend"
-msgstr "Talvez compareça"
+#: include/selectors.php:138
+msgid "Infatuated"
+msgstr "Apaixonado"
-#: ../../include/ItemObject.php:161
-msgid "I agree"
-msgstr "Eu concordo"
+#: include/selectors.php:138 include/selectors.php:155
+msgid "Dating"
+msgstr "Saindo com alguém"
-#: ../../include/ItemObject.php:161
-msgid "I disagree"
-msgstr "Eu discordo"
+#: include/selectors.php:138
+msgid "Unfaithful"
+msgstr "Infiel"
-#: ../../include/ItemObject.php:161
-msgid "I abstain"
-msgstr "Me abstenho"
+#: include/selectors.php:138
+msgid "Sex Addict"
+msgstr "Viciado(a) em sexo"
-#: ../../include/ItemObject.php:175 ../../include/ItemObject.php:187
-#: ../../include/conversation.php:1677 ../../mod/photos.php:1003
-#: ../../mod/photos.php:1015
-msgid "View all"
-msgstr "Ver tudo"
+#: include/selectors.php:138
+msgid "Friends/Benefits"
+msgstr "Amigos com benefícios"
-#: ../../include/ItemObject.php:179 ../../include/taxonomy.php:396
-#: ../../include/conversation.php:1701 ../../include/identity.php:1133
-#: ../../mod/photos.php:1007
-msgctxt "noun"
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "gostou"
-msgstr[1] "gostaram"
+#: include/selectors.php:138
+msgid "Casual"
+msgstr "Casual"
-#: ../../include/ItemObject.php:184 ../../include/conversation.php:1704
-#: ../../mod/photos.php:1012
-msgctxt "noun"
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "desgostou"
-msgstr[1] "desgostaram"
+#: include/selectors.php:138
+msgid "Engaged"
+msgstr "Envolvido(a)"
+
+#: include/selectors.php:138 include/selectors.php:155
+msgid "Married"
+msgstr "Casado(a)"
-#: ../../include/ItemObject.php:212
-msgid "Add Star"
-msgstr "Adicione estrela"
+#: include/selectors.php:138
+msgid "Imaginarily married"
+msgstr "Casado imaginariamente"
-#: ../../include/ItemObject.php:213
-msgid "Remove Star"
-msgstr "Remove estrela"
+#: include/selectors.php:138
+msgid "Partners"
+msgstr "Parceiros"
-#: ../../include/ItemObject.php:214
-msgid "Toggle Star Status"
-msgstr "Alterna status da estrela"
+#: include/selectors.php:138 include/selectors.php:155
+msgid "Cohabiting"
+msgstr "Coabitando"
-#: ../../include/ItemObject.php:218
-msgid "starred"
-msgstr "destacado"
+#: include/selectors.php:138
+msgid "Common law"
+msgstr "Direito comum"
-#: ../../include/ItemObject.php:227 ../../include/conversation.php:674
-msgid "Message signature validated"
-msgstr "A assinatura desta mensagem foi validada"
+#: include/selectors.php:138
+msgid "Happy"
+msgstr "Feliz"
-#: ../../include/ItemObject.php:228 ../../include/conversation.php:675
-msgid "Message signature incorrect"
-msgstr "A assinatura desta mensagem é incorreta"
+#: include/selectors.php:138
+msgid "Not looking"
+msgstr "Não estou procurando"
-#: ../../include/ItemObject.php:236
-msgid "Add Tag"
-msgstr "Adiciona etiqueta"
+#: include/selectors.php:138
+msgid "Swinger"
+msgstr "Swinger"
-#: ../../include/ItemObject.php:254 ../../mod/photos.php:947
-msgid "I like this (toggle)"
-msgstr "Eu gostei disso (alterna)"
+#: include/selectors.php:138
+msgid "Betrayed"
+msgstr "Traído(a)"
-#: ../../include/ItemObject.php:254 ../../include/taxonomy.php:310
-msgid "like"
-msgstr "gostei"
+#: include/selectors.php:138 include/selectors.php:155
+msgid "Separated"
+msgstr "Separado(a)"
-#: ../../include/ItemObject.php:255 ../../mod/photos.php:948
-msgid "I don't like this (toggle)"
-msgstr "Eu não gostei disso (alterna)"
+#: include/selectors.php:138
+msgid "Unstable"
+msgstr "Instável"
-#: ../../include/ItemObject.php:255 ../../include/taxonomy.php:311
-msgid "dislike"
-msgstr "não gostei"
+#: include/selectors.php:138 include/selectors.php:155
+msgid "Divorced"
+msgstr "Divorciado(a)"
-#: ../../include/ItemObject.php:259
-msgid "Share This"
-msgstr "Compartilhe isso"
+#: include/selectors.php:138
+msgid "Imaginarily divorced"
+msgstr "Divorciado imaginariamente"
-#: ../../include/ItemObject.php:259
-msgid "share"
-msgstr "compartilhar"
+#: include/selectors.php:138 include/selectors.php:155
+msgid "Widowed"
+msgstr "Viúvo(a)"
-#: ../../include/ItemObject.php:276
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d comentário"
-msgstr[1] "%d comentários"
+#: include/selectors.php:138
+msgid "Uncertain"
+msgstr "Incerto(a)"
-#: ../../include/ItemObject.php:294 ../../include/ItemObject.php:295
-#, php-format
-msgid "View %s's profile - %s"
-msgstr "Ver o perfil de %s - %s"
+#: include/selectors.php:138 include/selectors.php:155
+msgid "It's complicated"
+msgstr "É complicado"
-#: ../../include/ItemObject.php:298
-msgid "to"
-msgstr "para"
+#: include/selectors.php:138
+msgid "Don't care"
+msgstr "Não importa"
-#: ../../include/ItemObject.php:299
-msgid "via"
-msgstr "via"
+#: include/selectors.php:138
+msgid "Ask me"
+msgstr "Pergunte-me"
-#: ../../include/ItemObject.php:300
-msgid "Wall-to-Wall"
-msgstr "Mural-para-mural"
+#: include/security.php:633
+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/ItemObject.php:301
-msgid "via Wall-To-Wall:"
-msgstr "via Mural-para-mural"
+#: include/attach.php:273 include/attach.php:324 include/attach.php:426
+msgid "Item was not found."
+msgstr "O item não foi encontrado."
-#: ../../include/ItemObject.php:312 ../../include/conversation.php:716
-#, php-format
-msgid "from %s"
-msgstr "de %s"
+#: include/attach.php:290
+#, fuzzy
+msgid "Unknown error."
+msgstr "Desconhecido"
-#: ../../include/ItemObject.php:315 ../../include/conversation.php:719
+#: include/attach.php:621
+msgid "No source file."
+msgstr "Nenhum arquivo de origem."
+
+#: include/attach.php:643
+msgid "Cannot locate file to replace"
+msgstr "Não foi possível locar o arquivo a ser substituído"
+
+#: include/attach.php:662
+msgid "Cannot locate file to revise/update"
+msgstr "Não foi possível localizar o arquivo a ser revisado/atualizado"
+
+#: include/attach.php:808
#, php-format
-msgid "last edited: %s"
-msgstr "última edição: %s"
+msgid "File exceeds size limit of %d"
+msgstr "O arquivo excedeu o tamanho limite de %d"
-#: ../../include/ItemObject.php:316 ../../include/conversation.php:720
+#: include/attach.php:829
#, php-format
-msgid "Expires: %s"
-msgstr "Expira: %s"
+msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
+msgstr "Você atingiu o seu limite de %1$.0f Mbytes de armazenamento de anexos."
-#: ../../include/ItemObject.php:337
-msgid "Save Bookmarks"
-msgstr "Salve Favoritos"
+#: include/attach.php:1019
+msgid "File upload failed. Possible system limit or action terminated."
+msgstr ""
+"Não foi possível enviar o arquivo. Provável limite do sistema ou a ação foi "
+"encerrada."
-#: ../../include/ItemObject.php:338
-msgid "Add to Calendar"
-msgstr "Adicione ao calendário"
+#: include/attach.php:1048
+msgid "Stored file could not be verified. Upload failed."
+msgstr "Não foi possível verificar o arquivo armazenado. Falha no envio."
-#: ../../include/ItemObject.php:347
-msgid "Mark all seen"
-msgstr "Marcar todos como visto"
+#: include/attach.php:1120 include/attach.php:1136
+msgid "Path not available."
+msgstr "O caminho não está disponível."
-#: ../../include/ItemObject.php:353 ../../mod/photos.php:1133
-msgctxt "noun"
-msgid "Likes"
-msgstr "Gostaram"
+#: include/attach.php:1184 include/attach.php:1349
+msgid "Empty pathname"
+msgstr "O nome do caminho está em branco"
-#: ../../include/ItemObject.php:354 ../../mod/photos.php:1134
-msgctxt "noun"
-msgid "Dislikes"
-msgstr "Desgostaram"
+#: include/attach.php:1210
+msgid "duplicate filename or path"
+msgstr "nome de arquivo ou caminho duplicado"
-#: ../../include/ItemObject.php:359 ../../include/acl_selectors.php:249
-#: ../../mod/photos.php:1139
-msgid "Close"
-msgstr "Fechar"
+#: include/attach.php:1238
+msgid "Path not found."
+msgstr "Caminho não encontrado."
-#: ../../include/ItemObject.php:364 ../../include/conversation.php:737
-#: ../../include/conversation.php:1209 ../../mod/photos.php:950
-#: ../../mod/editlayout.php:153 ../../mod/editwebpage.php:192
-#: ../../mod/editpost.php:130 ../../mod/editblock.php:155
-#: ../../mod/mail.php:241 ../../mod/mail.php:356
-msgid "Please wait"
-msgstr "Por favor, espere"
+#: include/attach.php:1305
+msgid "mkdir failed."
+msgstr "mkdir falhou."
-#: ../../include/ItemObject.php:665 ../../mod/photos.php:966
-#: ../../mod/photos.php:1084
-msgid "This is you"
-msgstr "Este(a) é você"
+#: include/attach.php:1309
+msgid "database storage failed."
+msgstr "armazenamento de banco de dados falhou."
-#: ../../include/ItemObject.php:669 ../../include/conversation.php:1181
-#: ../../mod/editlayout.php:140 ../../mod/editwebpage.php:179
-#: ../../mod/editpost.php:114 ../../mod/editblock.php:141
-msgid "Bold"
-msgstr "Negrito"
+#: include/attach.php:1355
+#, fuzzy
+msgid "Empty path"
+msgstr "O nome do caminho está em branco"
-#: ../../include/ItemObject.php:670 ../../include/conversation.php:1182
-#: ../../mod/editlayout.php:141 ../../mod/editwebpage.php:180
-#: ../../mod/editpost.php:115 ../../mod/editblock.php:142
-msgid "Italic"
-msgstr "Itálico"
+#: include/attach.php:2147
+#, php-format
+msgid "%s shared an %s with you"
+msgstr ""
-#: ../../include/ItemObject.php:671 ../../include/conversation.php:1183
-#: ../../mod/editlayout.php:142 ../../mod/editwebpage.php:181
-#: ../../mod/editpost.php:116 ../../mod/editblock.php:143
-msgid "Underline"
-msgstr "Sublinhado"
+#: include/attach.php:2147
+#, php-format
+msgid "%s shared a %s with you"
+msgstr ""
-#: ../../include/ItemObject.php:672 ../../include/conversation.php:1184
-#: ../../mod/editlayout.php:143 ../../mod/editwebpage.php:182
-#: ../../mod/editpost.php:117 ../../mod/editblock.php:144
-msgid "Quote"
-msgstr "Citação"
+#: include/attach.php:2147
+#, fuzzy
+msgid "image"
+msgstr "Imagem"
-#: ../../include/ItemObject.php:673 ../../include/conversation.php:1185
-#: ../../mod/editlayout.php:144 ../../mod/editwebpage.php:183
-#: ../../mod/editpost.php:118 ../../mod/editblock.php:145
-msgid "Code"
-msgstr "Código"
+#: include/attach.php:2147
+#: extend/addon/addons-official/redfiles/redfilehelper.php:64
+#, fuzzy
+msgid "file"
+msgstr "Perfil-"
-#: ../../include/ItemObject.php:674
-msgid "Image"
-msgstr "Imagem"
+#: include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "Excluir este item?"
-#: ../../include/ItemObject.php:675
-msgid "Insert Link"
-msgstr "Inserir link"
+#: include/js_strings.php:6 Zotlabs/Module/Moderate.php:78
+#, fuzzy
+msgid "Item deleted"
+msgstr "O item de menu foi deletado."
-#: ../../include/ItemObject.php:676
-msgid "Video"
-msgstr "Vídeo"
+#: include/js_strings.php:7 Zotlabs/Lib/ThreadItem.php:831
+#: Zotlabs/Module/Photos.php:1094 Zotlabs/Module/Photos.php:1207
+msgid "Comment"
+msgstr "Comentar"
-#: ../../include/ItemObject.php:680 ../../include/conversation.php:1236
-#: ../../mod/editpost.php:158 ../../mod/mail.php:247 ../../mod/mail.php:361
-msgid "Encrypt text"
-msgstr "Encriptar texto"
+#: include/js_strings.php:8 Zotlabs/Lib/ThreadItem.php:540
+#, php-format
+msgid "%s show all"
+msgstr ""
-#: ../../include/Contact.php:124
-msgid "New window"
-msgstr "Nova janela"
+#: include/js_strings.php:9
+#, php-format
+msgid "%s show less"
+msgstr ""
-#: ../../include/Contact.php:125
-msgid "Open the selected location in a different window or browser tab"
-msgstr "Abre a localização selecionada em outra aba ou janela"
+#: include/js_strings.php:10
+#, php-format
+msgid "%s expand"
+msgstr ""
-#: ../../include/Contact.php:215 ../../mod/admin.php:730
+#: include/js_strings.php:11
#, php-format
-msgid "User '%s' deleted"
-msgstr "O usuário/a '%s' foi deletado/a"
+msgid "%s collapse"
+msgstr ""
+
+#: include/js_strings.php:12
+msgid "Password too short"
+msgstr "A senha é muito curta"
-#: ../../include/bb2diaspora.php:373
-msgid "Attachments:"
-msgstr "Anexos:"
+#: include/js_strings.php:13 Zotlabs/Module/Register.php:161
+msgid "Passwords do not match"
+msgstr "As senhas não correspondem"
-#: ../../include/bb2diaspora.php:453
-msgid "$Projectname event notification:"
-msgstr "Notificação de evento em $Projectname:"
+#: include/js_strings.php:14
+msgid "everybody"
+msgstr "todos"
-#: ../../include/nav.php:87 ../../include/nav.php:120 ../../boot.php:1549
-msgid "Logout"
-msgstr "Sair"
+#: include/js_strings.php:15
+msgid "Secret Passphrase"
+msgstr "Frase secreta"
-#: ../../include/reddav.php:1346
-msgid "Upload file"
-msgstr "Enviar arquivo"
+#: include/js_strings.php:16
+msgid "Passphrase hint"
+msgstr "Dica da frase secreta"
-#: ../../include/reddav.php:1347 ../../mod/photos.php:1241
-#: ../../mod/profile_photo.php:361
-msgid "Upload"
+#: include/js_strings.php:17
+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/js_strings.php:18
+msgid "close all"
+msgstr "fechar tudo"
+
+#: include/js_strings.php:19
+msgid "Nothing new here"
+msgstr "Nada de novo aqui"
+
+#: include/js_strings.php:20
+msgid "Rate This Channel (this is public)"
+msgstr "Avalie esse canal (isso é público)"
+
+#: include/js_strings.php:21
+msgid "Rating"
+msgstr "Avaliação"
+
+#: include/js_strings.php:22
+msgid "Describe (optional)"
+msgstr "Descreva (opcional)"
+
+#: include/js_strings.php:23 Zotlabs/Lib/ThreadItem.php:832
+#: Zotlabs/Module/Tokens.php:294 Zotlabs/Module/Thing.php:328
+#: Zotlabs/Module/Thing.php:381 Zotlabs/Module/Setup.php:316
+#: Zotlabs/Module/Setup.php:356 Zotlabs/Module/Mood.php:156
+#: Zotlabs/Module/Editpost.php:88 Zotlabs/Module/Xchan.php:15
+#: Zotlabs/Module/Invite.php:563 Zotlabs/Module/Group.php:150
+#: Zotlabs/Module/Group.php:159 Zotlabs/Module/Permcats.php:257
+#: Zotlabs/Module/Locs.php:125 Zotlabs/Module/Email_validation.php:40
+#: Zotlabs/Module/Import.php:611 Zotlabs/Module/Oauth.php:109
+#: Zotlabs/Module/Photos.php:1056 Zotlabs/Module/Photos.php:1095
+#: Zotlabs/Module/Photos.php:1208 Zotlabs/Module/Filestorage.php:208
+#: Zotlabs/Module/Regate.php:407 Zotlabs/Module/Pconfig.php:117
+#: Zotlabs/Module/Contactedit.php:429 Zotlabs/Module/Contactedit.php:462
+#: Zotlabs/Module/Import_items.php:125 Zotlabs/Module/Profiles.php:739
+#: Zotlabs/Module/Affinity.php:84 Zotlabs/Module/Sources.php:123
+#: Zotlabs/Module/Sources.php:160 Zotlabs/Module/Admin/Accounts.php:309
+#: Zotlabs/Module/Admin/Logs.php:84 Zotlabs/Module/Admin/Profs.php:178
+#: Zotlabs/Module/Admin/Security.php:129 Zotlabs/Module/Admin/Site.php:415
+#: Zotlabs/Module/Admin/Themes.php:173 Zotlabs/Module/Admin/Addons.php:445
+#: Zotlabs/Module/Admin/Features.php:66
+#: Zotlabs/Module/Admin/Account_edit.php:73
+#: Zotlabs/Module/Admin/Channels.php:147 Zotlabs/Module/Poke.php:199
+#: Zotlabs/Module/Mitem.php:259 Zotlabs/Module/Chat.php:208
+#: Zotlabs/Module/Chat.php:247 Zotlabs/Module/Settings/Calendar.php:42
+#: Zotlabs/Module/Settings/Connections.php:42
+#: Zotlabs/Module/Settings/Privacy.php:122
+#: Zotlabs/Module/Settings/Multifactor.php:85
+#: Zotlabs/Module/Settings/Network.php:62 Zotlabs/Module/Settings/Events.php:42
+#: Zotlabs/Module/Settings/Directory.php:42
+#: Zotlabs/Module/Settings/Conversation.php:49
+#: Zotlabs/Module/Settings/Photos.php:42
+#: Zotlabs/Module/Settings/Profiles.php:52
+#: Zotlabs/Module/Settings/Account.php:107
+#: Zotlabs/Module/Settings/Manage.php:43
+#: Zotlabs/Module/Settings/Display.php:187
+#: Zotlabs/Module/Settings/Features.php:48
+#: Zotlabs/Module/Settings/Channel.php:229
+#: Zotlabs/Module/Settings/Channel_home.php:91
+#: Zotlabs/Module/Settings/Editor.php:42 Zotlabs/Module/Defperms.php:262
+#: Zotlabs/Module/Appman.php:230 Zotlabs/Module/Pdledit.php:137
+#: Zotlabs/Module/Connect.php:107 Zotlabs/Module/Oauth2.php:114
+#: Zotlabs/Module/Connedit.php:714 Zotlabs/Storage/Browser.php:385
+#: view/theme/redbasic/php/config.php:98
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:341
+#: extend/addon/addons-official/startpage/Mod_Startpage.php:71
+#: extend/addon/addons-official/kroki/Mod_Kroki.php:162
+#: extend/addon/addons-official/flashcards/Mod_Flashcards.php:269
+#: extend/addon/addons-official/redred/Mod_Redred.php:88
+#: extend/addon/addons-official/smileybutton/Mod_Smileybutton.php:53
+#: extend/addon/addons-official/dwpost/Mod_Dwpost.php:78
+#: extend/addon/addons-official/xmpp/Mod_Xmpp.php:70
+#: extend/addon/addons-official/mailtest/mailtest.php:100
+#: extend/addon/addons-official/rtof/Mod_Rtof.php:70
+#: extend/addon/addons-official/redphotos/redphotos.php:136
+#: extend/addon/addons-official/pubcrawl/Mod_Pubcrawl.php:62
+#: extend/addon/addons-official/irc/irc.php:45
+#: extend/addon/addons-official/wiki/Widget/Wiki_pages.php:72
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:218
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:907
+#: extend/addon/addons-official/libertree/Mod_Libertree.php:68
+#: extend/addon/addons-official/ijpost/Mod_Ijpost.php:72
+#: extend/addon/addons-official/skeleton/Mod_Skeleton.php:49
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:182
+#: extend/addon/addons-official/piwik/piwik.php:95
+#: extend/addon/addons-official/hubwall/hubwall.php:95
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:191
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:249
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:304
+#: extend/addon/addons-official/statusnet/statusnet.php:602
+#: extend/addon/addons-official/nsfw/Mod_Nsfw.php:59
+#: extend/addon/addons-official/likebanner/likebanner.php:57
+#: extend/addon/addons-official/openclipatar/openclipatar.php:54
+#: extend/addon/addons-official/workflow/Settings/Mod_WorkflowSettings.php:94
+#: extend/addon/addons-official/workflow/workflow.php:1490
+#: extend/addon/addons-official/workflow/workflow.php:1549
+#: extend/addon/addons-official/workflow/workflow.php:1668
+#: extend/addon/addons-official/workflow/workflow.php:2786
+#: extend/addon/addons-official/nofed/Mod_Nofed.php:51
+#: extend/addon/addons-official/hzfiles/hzfiles.php:86
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:113
+#: extend/addon/addons-official/pageheader/Mod_Pageheader.php:52
+#: extend/addon/addons-official/cart/cart.php:1425
+#: extend/addon/addons-official/cart/submodules/manualcat.php:248
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:410
+#: extend/addon/addons-official/cart/submodules/hzservices.php:645
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:312
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:412
+#: extend/addon/addons-official/cart/Settings/Cart.php:132
+#: extend/addon/addons-official/cart/Settings/Cart.php:142
+#: extend/addon/addons-official/photocache/Mod_Photocache.php:63
+#: extend/addon/addons-official/content_import/Mod_content_import.php:140
+#: extend/addon/addons-official/logrot/logrot.php:35
+#: extend/addon/addons-official/openstreetmap/openstreetmap.php:155
+#: extend/addon/addons-official/ljpost/Mod_Ljpost.php:80
+#: extend/addon/addons-official/redfiles/redfiles.php:124
+#: extend/addon/addons-official/fuzzloc/Mod_Fuzzloc.php:54
+#: extend/addon/addons-official/diaspora/diaspora.php:90
+#: extend/addon/addons-official/diaspora/Mod_Diaspora.php:101
+#: extend/addon/addons-official/faces/Mod_Faces.php:141
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:107
+msgid "Submit"
msgstr "Enviar"
-#: ../../include/chat.php:10
-msgid "Missing room name"
-msgstr "Nome da sala vazio"
+#: include/js_strings.php:24
+msgid "Please enter a link URL"
+msgstr "Por favor entre um endereço URL"
-#: ../../include/chat.php:19
-msgid "Duplicate room name"
-msgstr "Nome da sala duplicado"
+#: include/js_strings.php:25
+msgid "Unsaved changes. Are you sure you wish to leave this page?"
+msgstr "Mudanças não salvas. Você tem certeza que deseja deixar essa página?"
-#: ../../include/chat.php:68 ../../include/chat.php:76
-msgid "Invalid room specifier."
-msgstr "Especificador de sala inválido."
+#: include/js_strings.php:26 Zotlabs/Module/Pubsites.php:54
+#: Zotlabs/Module/Cdav.php:1006 Zotlabs/Module/Locs.php:121
+#: Zotlabs/Module/Profiles.php:479 Zotlabs/Module/Profiles.php:750
+msgid "Location"
+msgstr "Localização"
-#: ../../include/chat.php:105
-msgid "Room not found."
-msgstr "A sala não foi encontrada."
+#: include/js_strings.php:27
+msgid "lovely"
+msgstr ""
-#: ../../include/chat.php:126
-msgid "Room is full"
-msgstr "A sala está cheia"
+#: include/js_strings.php:28
+msgid "wonderful"
+msgstr ""
+
+#: include/js_strings.php:29
+msgid "fantastic"
+msgstr ""
-#: ../../include/features.php:23
-msgid "General Features"
-msgstr "Recursos gerais"
+#: include/js_strings.php:30
+#, fuzzy
+msgid "great"
+msgstr "Criar"
-#: ../../include/features.php:25
-msgid "Content Expiration"
-msgstr "Expiração de conteúdo"
+#: include/js_strings.php:31
+msgid ""
+"Your chosen nickname was either already taken or not valid. Please use our "
+"suggestion ("
+msgstr ""
-#: ../../include/features.php:25
-msgid "Remove posts/comments and/or private messages at a future time"
-msgstr "Remover publicações/comentários e/ou mensagens privadas num momento futuro."
+#: include/js_strings.php:32
+#, fuzzy
+msgid ") or enter a new one."
+msgstr "Criar um novo canal"
-#: ../../include/features.php:26
-msgid "Multiple Profiles"
-msgstr "Múltiplos perfis"
+#: include/js_strings.php:33
+msgid "Thank you, this nickname is valid."
+msgstr ""
-#: ../../include/features.php:26
-msgid "Ability to create multiple profiles"
-msgstr "Possibilidade de criar múltiplos perfis"
+#: include/js_strings.php:34
+#, fuzzy
+msgid "A channel name is required."
+msgstr "É necessário informar o apelido."
-#: ../../include/features.php:27
-msgid "Advanced Profiles"
-msgstr "Perfis avançados"
+#: include/js_strings.php:35
+#, fuzzy
+msgid "This is a "
+msgstr "Este(a) é você"
-#: ../../include/features.php:27
-msgid "Additional profile sections and selections"
-msgstr "Seções e seleções adicionais no perfil"
+#: include/js_strings.php:36
+#, fuzzy
+msgid " channel name"
+msgstr "Nome do canal"
-#: ../../include/features.php:28
-msgid "Profile Import/Export"
-msgstr "Importar/exportar perfis"
+#: include/js_strings.php:37
+msgid "Back to reply"
+msgstr ""
-#: ../../include/features.php:28
-msgid "Save and load profile details across sites/channels"
-msgstr "Salvar e carregar detalhes de perfis entre sites/canais"
+#: include/js_strings.php:38
+msgid "Pinned"
+msgstr ""
-#: ../../include/nav.php:113 ../../include/conversation.php:1645
-#: ../../include/apps.php:136 ../../mod/webpages.php:177
-msgid "Webpages"
-msgstr "Páginas web"
+#: include/js_strings.php:39 Zotlabs/Lib/ThreadItem.php:473
+msgid "Pin to the top"
+msgstr ""
-#: ../../include/nav.php:113
-msgid "Your webpages"
-msgstr "Suas páginas web"
+#: include/js_strings.php:40 Zotlabs/Widget/Pinned.php:160
+#: Zotlabs/Lib/ThreadItem.php:473
+msgid "Unpin from the top"
+msgstr ""
-#: ../../include/nav.php:117 ../../include/apps.php:131 ../../boot.php:1550
-msgid "Login"
-msgstr "Entrar"
+#: include/js_strings.php:46
+#, fuzzy, php-format
+msgid "%d minutes"
+msgid_plural "%d minutes"
+msgstr[0] "%d minutos"
+msgstr[1] "%d minutos"
-#: ../../include/features.php:30
-msgid "Private Notes"
-msgstr "Notas privadas"
+#: include/js_strings.php:47
+#, fuzzy, php-format
+msgid "about %d hours"
+msgid_plural "about %d hours"
+msgstr[0] "aproximadamente %d horas"
+msgstr[1] "aproximadamente %d horas"
-#: ../../include/features.php:30
-msgid "Enables a tool to store notes and reminders"
-msgstr "Habilita uma ferramenta para guardar notas e lembretes"
+#: include/js_strings.php:48
+#, fuzzy, php-format
+msgid "%d days"
+msgid_plural "%d days"
+msgstr[0] "%d dias"
+msgstr[1] "%d dias"
-#: ../../include/features.php:34
-msgid "Navigation Channel Select"
-msgstr "Seletor de canais na navegação"
+#: include/js_strings.php:49
+#, fuzzy, php-format
+msgid "%d months"
+msgid_plural "%d months"
+msgstr[0] "%d meses"
+msgstr[1] "%d meses"
-#: ../../include/features.php:34
-msgid "Change channels directly from within the navigation dropdown menu"
-msgstr "Trocar canais diretamente a partir do menu expansível na navegação"
+#: include/js_strings.php:50
+#, fuzzy, php-format
+msgid "%d years"
+msgid_plural "%d years"
+msgstr[0] "%d anos"
+msgstr[1] "%d anos"
-#: ../../include/features.php:38
-msgid "Extended Identity Sharing"
-msgstr "Compartilhamento estendido de identidade"
+#: include/js_strings.php:55
+msgid "timeago.prefixAgo"
+msgstr "timeago.prefixAgo"
-#: ../../include/nav.php:155 ../../mod/register.php:224 ../../boot.php:1526
-msgid "Register"
-msgstr "Registrar"
+#: include/js_strings.php:56
+msgid "timeago.prefixFromNow"
+msgstr "timeago.prefixFromNow"
-#: ../../include/features.php:39
-msgid "Expert Mode"
-msgstr "Modo Expert"
+#: include/js_strings.php:57
+#, fuzzy
+msgid "timeago.suffixAgo"
+msgstr "timeago.prefixAgo"
-#: ../../include/nav.php:160 ../../include/apps.php:142 ../../mod/help.php:67
-#: ../../mod/help.php:72 ../../mod/layouts.php:176
-msgid "Help"
-msgstr "Ajuda"
+#: include/js_strings.php:58
+#, fuzzy
+msgid "timeago.suffixFromNow"
+msgstr "timeago.prefixFromNow"
-#: ../../include/features.php:40
-msgid "Premium Channel"
-msgstr "Canal premium"
+#: include/js_strings.php:61
+msgid "less than a minute"
+msgstr "menos de um minuto"
-#: ../../include/features.php:40
-msgid ""
-"Allows you to set restrictions and terms on those that connect with your "
-"channel"
-msgstr "Permite definir restrições e termos para aqueles que se conectarem ao seu canal"
+#: include/js_strings.php:62
+msgid "about a minute"
+msgstr "aproximadamente um minuto"
-#: ../../include/features.php:45
-msgid "Post Composition Features"
-msgstr "Recursos de composição de publicações"
+#: include/js_strings.php:64
+msgid "about an hour"
+msgstr "aproximadamente uma hora"
-#: ../../include/features.php:47
-msgid "Use Markdown"
-msgstr "Usar Markdown"
+#: include/js_strings.php:66
+msgid "a day"
+msgstr "um dia"
-#: ../../include/features.php:47
-msgid "Allow use of \"Markdown\" to format posts"
-msgstr "Permitir o uso de \"Markdown\" para formatar publicações"
+#: include/js_strings.php:68
+msgid "about a month"
+msgstr "aproximadamente um mês"
-#: ../../include/features.php:48
-msgid "Post Preview"
-msgstr "Pré-visualizar a publicação"
+#: include/js_strings.php:70
+msgid "about a year"
+msgstr "aproximadamente um ano"
-#: ../../include/features.php:48
-msgid "Allow previewing posts and comments before publishing them"
-msgstr "Permite visualizar publicações e comentários antes de publicá-los"
+#: include/js_strings.php:72
+msgid " "
+msgstr " "
-#: ../../include/features.php:49 ../../include/widgets.php:510
-#: ../../mod/sources.php:88
-msgid "Channel Sources"
-msgstr "Fontes do canal"
+#: include/js_strings.php:73
+msgid "timeago.numbers"
+msgstr "timeago.numbers"
-#: ../../include/features.php:49
-msgid "Automatically import channel content from other channels or feeds"
-msgstr "Importar automaticamente conteúdo de outros canais ou fontes"
+#: include/js_strings.php:75 include/text.php:1508
+msgid "January"
+msgstr "Janeiro"
-#: ../../include/features.php:50
-msgid "Even More Encryption"
-msgstr "Mais encriptação ainda"
+#: include/js_strings.php:76 include/text.php:1508
+msgid "February"
+msgstr "Fevereiro"
-#: ../../include/features.php:50
-msgid ""
-"Allow optional encryption of content end-to-end with a shared secret key"
-msgstr "Permitir encriptação opcional de conteúdo, ponta-a-ponta com uma chave secreta compartilhada"
+#: include/js_strings.php:77 include/text.php:1508
+msgid "March"
+msgstr "Março"
-#: ../../include/features.php:55
-msgid "Network and Stream Filtering"
-msgstr "Filtragem de rede e fluxo"
+#: include/js_strings.php:78 include/text.php:1508
+msgid "April"
+msgstr "Abril"
-#: ../../include/features.php:56
-msgid "Search by Date"
-msgstr "Pesquisar por data"
+#: include/js_strings.php:79
+#, fuzzy
+msgctxt "long"
+msgid "May"
+msgstr "Maio"
-#: ../../include/features.php:56
-msgid "Ability to select posts by date ranges"
-msgstr "capacidade de selecionar publicações por intervalos de datas"
+#: include/js_strings.php:80 include/text.php:1508
+msgid "June"
+msgstr "Junho"
-#: ../../include/features.php:57
-msgid "Collections Filter"
-msgstr "Filtros de coleções"
+#: include/js_strings.php:81 include/text.php:1508
+msgid "July"
+msgstr "Julho"
-#: ../../include/features.php:57
-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/js_strings.php:82 include/text.php:1508
+msgid "August"
+msgstr "Agosto"
-#: ../../include/features.php:58 ../../include/widgets.php:272
-msgid "Saved Searches"
-msgstr "Pesquisas salvas"
+#: include/js_strings.php:83 include/text.php:1508
+msgid "September"
+msgstr "Setembro"
-#: ../../include/features.php:58
-msgid "Save search terms for re-use"
-msgstr "Termos de pesquisa salvos para reutilização"
+#: include/js_strings.php:84 include/text.php:1508
+msgid "October"
+msgstr "Outubro"
-#: ../../include/features.php:59
-msgid "Network Personal Tab"
-msgstr "Aba de interações na rede"
+#: include/js_strings.php:85 include/text.php:1508
+msgid "November"
+msgstr "Novembro"
-#: ../../include/features.php:59
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "Habilita uma aba para exibir apenas publicações da rede com as quais você interagiu"
+#: include/js_strings.php:86 include/text.php:1508
+msgid "December"
+msgstr "Dezembro"
-#: ../../include/features.php:60
-msgid "Network New Tab"
-msgstr "Aba de novidades da rede"
+#: include/js_strings.php:87
+#, fuzzy
+msgid "Jan"
+msgstr "Janeiro"
-#: ../../include/features.php:60
-msgid "Enable tab to display all new Network activity"
-msgstr "Habilita uma aba para exibir todas as novas atividades da rede"
+#: include/js_strings.php:88
+msgid "Feb"
+msgstr ""
-#: ../../include/features.php:61
-msgid "Affinity Tool"
-msgstr "Ferramenta de afinidade"
+#: include/js_strings.php:89
+#, fuzzy
+msgid "Mar"
+msgstr "Março"
-#: ../../include/features.php:61
-msgid "Filter stream activity by depth of relationships"
-msgstr "Filtra o fluxo de atividades de acordo com o nível do relacionamento"
+#: include/js_strings.php:90
+#, fuzzy
+msgid "Apr"
+msgstr "Abril"
-#: ../../include/features.php:62
-msgid "Suggest Channels"
-msgstr "Sugerir canais"
+#: include/js_strings.php:91
+#, fuzzy
+msgctxt "short"
+msgid "May"
+msgstr "Maio"
-#: ../../include/features.php:62
-msgid "Show channel suggestions"
-msgstr "Exibir sugestões de canais"
+#: include/js_strings.php:92
+#, fuzzy
+msgid "Jun"
+msgstr "Junho"
-#: ../../include/features.php:67
-msgid "Post/Comment Tools"
-msgstr "Ferramentas de publicação/comentário"
+#: include/js_strings.php:93
+#, fuzzy
+msgid "Jul"
+msgstr "Julho"
-#: ../../include/features.php:69
-msgid "Edit Sent Posts"
-msgstr "Editar publicações enviadas"
+#: include/js_strings.php:94
+#, fuzzy
+msgid "Aug"
+msgstr "Agosto"
-#: ../../include/features.php:69
-msgid "Edit and correct posts and comments after sending"
-msgstr "Edita e corrige publicações e comentários após terem sido enviados"
+#: include/js_strings.php:95
+msgid "Sep"
+msgstr ""
-#: ../../include/features.php:70
-msgid "Tagging"
-msgstr "Etiquetagem"
+#: include/js_strings.php:96
+#, fuzzy
+msgid "Oct"
+msgstr "Outubro"
-#: ../../include/features.php:70
-msgid "Ability to tag existing posts"
-msgstr "Possibilidade de colocar etiquetas em publicações existentes"
+#: include/js_strings.php:97
+#, fuzzy
+msgid "Nov"
+msgstr "Não"
-#: ../../include/features.php:71
-msgid "Post Categories"
-msgstr "Categorizar publicações"
+#: include/js_strings.php:98
+msgid "Dec"
+msgstr ""
-#: ../../include/features.php:71
-msgid "Add categories to your posts"
-msgstr "Adiciona categorias às suas publicações"
+#: include/js_strings.php:99 include/text.php:1504
+msgid "Sunday"
+msgstr "Domingo"
-#: ../../include/features.php:72
-msgid "Ability to file posts under folders"
-msgstr "Possibilidade de arquivar publicações em pastas"
+#: include/js_strings.php:100 include/text.php:1504
+msgid "Monday"
+msgstr "Segunda"
-#: ../../include/features.php:73
-msgid "Dislike Posts"
-msgstr "Desgostar de publicações"
+#: include/js_strings.php:101 include/text.php:1504
+msgid "Tuesday"
+msgstr "Terça"
-#: ../../include/features.php:73
-msgid "Ability to dislike posts/comments"
-msgstr "Possibilidade de desgostar de publicações/comentários"
+#: include/js_strings.php:102 include/text.php:1504
+msgid "Wednesday"
+msgstr "Quarta"
-#: ../../include/features.php:74
-msgid "Star Posts"
-msgstr "Destacar publicações"
+#: include/js_strings.php:103 include/text.php:1504
+msgid "Thursday"
+msgstr "Quinta"
-#: ../../include/features.php:74
-msgid "Ability to mark special posts with a star indicator"
-msgstr "Possibilidade de marcar publicações em destaque com uma estrela indicadora"
+#: include/js_strings.php:104 include/text.php:1504
+msgid "Friday"
+msgstr "Sexta"
-#: ../../include/features.php:75
-msgid "Tag Cloud"
-msgstr "Nuvem de etiquetas"
+#: include/js_strings.php:105 include/text.php:1504
+msgid "Saturday"
+msgstr "Sábado"
-#: ../../include/features.php:75
-msgid "Provide a personal tag cloud on your channel page"
-msgstr "Fornece uma nuvem de etiquetas pessoais à página do seu canal"
+#: include/js_strings.php:106
+#, fuzzy
+msgid "Sun"
+msgstr "Domingo"
-#: ../../include/follow.php:26
-msgid "Channel is blocked on this site."
-msgstr "O canal está bloqueado neste site."
+#: include/js_strings.php:107
+#, fuzzy
+msgid "Mon"
+msgstr "Segunda"
-#: ../../include/follow.php:31
-msgid "Channel location missing."
-msgstr "A localização do canal foi perdida"
+#: include/js_strings.php:108
+#, fuzzy
+msgid "Tue"
+msgstr "Terça"
-#: ../../include/follow.php:80
-msgid "Response from remote channel was incomplete."
-msgstr "A resposta do canal remoto está incompleta."
+#: include/js_strings.php:109
+#, fuzzy
+msgid "Wed"
+msgstr "Viúvo(a)"
-#: ../../include/follow.php:97
-msgid "Channel was deleted and no longer exists."
-msgstr "O canal foi deletado e não existe mais."
+#: include/js_strings.php:110
+msgid "Thu"
+msgstr ""
-#: ../../include/follow.php:133 ../../include/follow.php:202
-msgid "Protocol disabled."
-msgstr "Protocolo desabilitado."
+#: include/js_strings.php:111
+#, fuzzy
+msgid "Fri"
+msgstr "Sexta"
-#: ../../include/follow.php:176
-msgid "Channel discovery failed."
-msgstr "A descoberta de canais falhou."
+#: include/js_strings.php:112
+#, fuzzy
+msgid "Sat"
+msgstr "Status"
-#: ../../include/follow.php:192
-msgid "local account not found."
-msgstr "a conta local não foi encontrada."
+#: include/js_strings.php:113
+#, fuzzy
+msgctxt "calendar"
+msgid "today"
+msgstr "[hoje]"
-#: ../../include/follow.php:219
-msgid "Cannot connect to yourself."
-msgstr "Não é possível conectar-se consigo mesmo."
+#: include/js_strings.php:114
+#, fuzzy
+msgctxt "calendar"
+msgid "month"
+msgstr "%d meses"
-#: ../../include/items.php:375 ../../mod/profperm.php:23
-#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242
-#: ../../index.php:364
-msgid "Permission denied"
-msgstr "Permissão negada"
+#: include/js_strings.php:115
+msgctxt "calendar"
+msgid "week"
+msgstr ""
-#: ../../include/items.php:1020 ../../include/items.php:1066
-msgid "(Unknown)"
-msgstr "(Desconhecido)"
+#: include/js_strings.php:116
+#, fuzzy
+msgctxt "calendar"
+msgid "day"
+msgstr "um dia"
-#: ../../include/items.php:1234
-msgid "Visible to anybody on the internet."
-msgstr "Visívil para todos na internet."
+#: include/js_strings.php:117
+#, fuzzy
+msgctxt "calendar"
+msgid "All day"
+msgstr "um dia"
-#: ../../include/items.php:1236
-msgid "Visible to you only."
-msgstr "Visível somente para você."
+#: include/js_strings.php:120
+msgid "Please stand by while your download is being prepared."
+msgstr ""
-#: ../../include/items.php:1238
-msgid "Visible to anybody in this network."
-msgstr "Visível para todos nesta rede."
+#: include/js_strings.php:123
+#, fuzzy
+msgid "Email address not valid"
+msgstr "Endereço de e-mail"
-#: ../../include/items.php:1240
-msgid "Visible to anybody authenticated."
-msgstr "Visível para todos autenticados."
+#: include/js_strings.php:124 include/datetime.php:211
+#: Zotlabs/Module/Register.php:498 Zotlabs/Module/Profiles.php:761
+#: Zotlabs/Module/Profiles.php:765 Zotlabs/Module/Settings/Multifactor.php:84
+#: Zotlabs/Module/Appman.php:218 Zotlabs/Module/Appman.php:219
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:334
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:358
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:434
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:458
+msgid "Required"
+msgstr "Obrigatório"
-#: ../../include/items.php:1242
-#, php-format
-msgid "Visible to anybody on %s."
-msgstr "Visível para todos em %s."
+#: include/text.php:546
+msgid "prev"
+msgstr "anterior"
-#: ../../include/items.php:1244
-msgid "Visible to all connections."
-msgstr "Visível para quaisquer conexões."
+#: include/text.php:548
+msgid "first"
+msgstr "primeiro"
-#: ../../include/items.php:1246
-msgid "Visible to approved connections."
-msgstr "Visível para conexões aprovadas."
+#: include/text.php:577
+msgid "last"
+msgstr "último"
-#: ../../include/items.php:1248
-msgid "Visible to specific connections."
-msgstr "Visível para conexões específicas."
+#: include/text.php:580
+msgid "next"
+msgstr "próximo"
-#: ../../include/items.php:4060 ../../mod/thing.php:74
-#: ../../mod/display.php:36 ../../mod/filestorage.php:27
-#: ../../mod/viewsrc.php:20 ../../mod/admin.php:167 ../../mod/admin.php:984
-#: ../../mod/admin.php:1184
-msgid "Item not found."
-msgstr "O item não foi encontrado."
+#: include/text.php:598
+msgid "older"
+msgstr "mais antigo"
-#: ../../include/items.php:4133 ../../include/photos.php:26
-#: ../../include/attach.php:137 ../../include/attach.php:184
-#: ../../include/attach.php:247 ../../include/attach.php:261
-#: ../../include/attach.php:305 ../../include/attach.php:319
-#: ../../include/attach.php:350 ../../include/attach.php:546
-#: ../../include/attach.php:618 ../../include/chat.php:131
-#: ../../mod/profile.php:64 ../../mod/profile.php:72
-#: ../../mod/achievements.php:30 ../../mod/manage.php:6
-#: ../../mod/settings.php:569 ../../mod/api.php:26 ../../mod/api.php:31
-#: ../../mod/webpages.php:69 ../../mod/thing.php:241 ../../mod/thing.php:256
-#: ../../mod/thing.php:290 ../../mod/profile_photo.php:264
-#: ../../mod/profile_photo.php:277 ../../mod/block.php:22
-#: ../../mod/block.php:72 ../../mod/like.php:178 ../../mod/events.php:219
-#: ../../mod/group.php:9 ../../mod/setup.php:207 ../../mod/common.php:35
-#: ../../mod/connections.php:169 ../../mod/blocks.php:69
-#: ../../mod/blocks.php:76 ../../mod/photos.php:68 ../../mod/pdledit.php:21
-#: ../../mod/authtest.php:13 ../../mod/editlayout.php:63
-#: ../../mod/editlayout.php:87 ../../mod/chat.php:90 ../../mod/chat.php:95
-#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86
-#: ../../mod/editwebpage.php:101 ../../mod/editwebpage.php:125
-#: ../../mod/rate.php:110 ../../mod/editpost.php:13 ../../mod/invite.php:13
-#: ../../mod/invite.php:104 ../../mod/locs.php:77 ../../mod/sources.php:66
-#: ../../mod/menu.php:69 ../../mod/filestorage.php:18
-#: ../../mod/filestorage.php:73 ../../mod/filestorage.php:88
-#: ../../mod/filestorage.php:115 ../../mod/fsuggest.php:78
-#: ../../mod/poke.php:128 ../../mod/profiles.php:188
-#: ../../mod/profiles.php:576 ../../mod/viewsrc.php:14
-#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
-#: ../../mod/editblock.php:65 ../../mod/register.php:72 ../../mod/item.php:206
-#: ../../mod/item.php:214 ../../mod/item.php:974 ../../mod/layouts.php:69
-#: ../../mod/layouts.php:76 ../../mod/layouts.php:87 ../../mod/id.php:71
-#: ../../mod/message.php:16 ../../mod/mitem.php:115 ../../mod/mood.php:111
-#: ../../mod/connedit.php:331 ../../mod/mail.php:114
-#: ../../mod/notifications.php:66 ../../mod/regmod.php:17
-#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99
-#: ../../mod/appman.php:66 ../../mod/network.php:12 ../../mod/page.php:28
-#: ../../mod/page.php:82 ../../mod/bookmarks.php:46 ../../mod/channel.php:100
-#: ../../mod/channel.php:219 ../../mod/channel.php:262
-#: ../../mod/suggest.php:26 ../../mod/service_limits.php:7
-#: ../../mod/sharedwithme.php:7 ../../index.php:190 ../../index.php:393
-msgid "Permission denied."
-msgstr "Permissão negada."
+#: include/text.php:600
+msgid "newer"
+msgstr "mais recente"
-#: ../../include/items.php:4537 ../../mod/group.php:38 ../../mod/group.php:140
-#: ../../mod/bulksetclose.php:51
-msgid "Collection not found."
-msgstr "A coleção não foi encontrada."
+#: include/text.php:1070 Zotlabs/Module/Connections.php:306
+#: Zotlabs/Module/Viewconnections.php:80
+msgid "Accepts"
+msgstr ""
-#: ../../include/items.php:4553
-msgid "Collection is empty."
-msgstr "A coleção está vazia."
+#: include/text.php:1073 Zotlabs/Module/Connections.php:309
+#: Zotlabs/Module/Viewconnections.php:83
+#, fuzzy
+msgid "Comments"
+msgstr "Comentar"
-#: ../../include/items.php:4560
-#, php-format
-msgid "Collection: %s"
-msgstr "Coleção: %s"
+#: include/text.php:1078 Zotlabs/Module/Connections.php:314
+#: Zotlabs/Module/Viewconnections.php:88
+msgid "Stream items"
+msgstr ""
-#: ../../include/items.php:4570
-#, php-format
-msgid "Connection: %s"
-msgstr "Conexão: %s"
+#: include/text.php:1083 Zotlabs/Module/Connections.php:319
+#: Zotlabs/Module/Viewconnections.php:93
+#, fuzzy
+msgid "Wall posts"
+msgstr "Destacar publicações"
-#: ../../include/items.php:4572
-msgid "Connection not found."
-msgstr "A conexão não foi encontrada."
+#: include/text.php:1087 Zotlabs/Module/Connections.php:323
+#: Zotlabs/Module/Viewconnections.php:97
+#, fuzzy
+msgid "Nothing"
+msgstr "coisa"
-#: ../../include/security.php:349
-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:1100
+#, fuzzy, php-format
+msgid "View all %s connections"
+msgstr "Exibir todas as conexões"
-#: ../../include/permissions.php:26
-msgid "Can view my normal stream and posts"
-msgstr "Pode ver meus fluxo e publicações normais"
+#: include/text.php:1163
+#, fuzzy, php-format
+msgid "Network: %s"
+msgstr "+ rede"
-#: ../../include/permissions.php:27
-msgid "Can view my default channel profile"
-msgstr "Pode ver o perfil padrão do meu canal"
+#: include/text.php:1175 include/text.php:1187 Zotlabs/Module/Rbmark.php:31
+#: Zotlabs/Module/Rbmark.php:103 Zotlabs/Module/Admin/Profs.php:94
+#: Zotlabs/Module/Admin/Profs.php:114 Zotlabs/Module/Admin/Queueworker.php:114
+#: Zotlabs/Module/Filer.php:54
+#: extend/addon/addons-official/cards/Mod_Cards.php:116
+#: extend/addon/addons-official/articles/Mod_Articles.php:120
+msgid "Save"
+msgstr "Salvar"
-#: ../../include/permissions.php:28
-msgid "Can view my photo albums"
-msgstr "Pode ver meus álbuns de fotos"
+#: include/text.php:1266
+msgid "poke"
+msgstr "cutucar"
-#: ../../include/permissions.php:29
-msgid "Can view my connections"
-msgstr "Pode ver minhas conexões"
+#: include/text.php:1267
+msgid "ping"
+msgstr "pingar"
-#: ../../include/permissions.php:30
-msgid "Can view my file storage"
-msgstr "Pode ver meu armazenamento de arquivos"
+#: include/text.php:1267
+msgid "pinged"
+msgstr "pingou"
-#: ../../include/permissions.php:31
-msgid "Can view my webpages"
-msgstr "Pode ver minhas páginas web"
+#: include/text.php:1296
+msgid "happy"
+msgstr "feliz"
-#: ../../include/permissions.php:34
-msgid "Can send me their channel stream and posts"
-msgstr "Pode me enviar seu fluxo e publicações"
+#: include/text.php:1297
+msgid "sad"
+msgstr "triste"
-#: ../../include/permissions.php:35
-msgid "Can post on my channel page (\"wall\")"
-msgstr "Pode publicar na página do meu canal (\"mural\")"
+#: include/text.php:1298
+msgid "mellow"
+msgstr "suave"
-#: ../../include/permissions.php:36
-msgid "Can comment on or like my posts"
-msgstr "Pode comentar em ou gostar de minhas publicações"
+#: include/text.php:1299
+msgid "tired"
+msgstr "cansad@"
+
+#: include/text.php:1300
+msgid "perky"
+msgstr "animad@"
+
+#: include/text.php:1301
+msgid "angry"
+msgstr "nervos@"
+
+#: include/text.php:1302
+msgid "stupefied"
+msgstr ""
+
+#: include/text.php:1303
+msgid "puzzled"
+msgstr "confus@"
+
+#: include/text.php:1304
+msgid "interested"
+msgstr "interessad@"
-#: ../../include/permissions.php:37
-msgid "Can send me private mail messages"
-msgstr "Pode me enviar mensagens privadas"
+#: include/text.php:1305
+msgid "bitter"
+msgstr "amarg@"
-#: ../../include/permissions.php:38
-msgid "Can post photos to my photo albums"
-msgstr "Pode publicar fotos nos meus álbuns de fotos"
+#: include/text.php:1306
+msgid "cheerful"
+msgstr "animad@"
-#: ../../include/permissions.php:39
-msgid "Can like/dislike stuff"
-msgstr "Pode gostar/desgostar de coisas"
+#: include/text.php:1307
+msgid "alive"
+msgstr "viv@"
-#: ../../include/permissions.php:39
-msgid "Profiles and things other than posts/comments"
-msgstr "Perfis e coisas que não publicações/comentários"
+#: include/text.php:1308
+msgid "annoyed"
+msgstr "aborrecid@"
-#: ../../include/permissions.php:41
-msgid "Can forward to all my channel contacts via post @mentions"
-msgstr "Pode encaminhar para todos os contatos do meu canal via @menções na publicação"
+#: include/text.php:1309
+msgid "anxious"
+msgstr "ansios@"
-#: ../../include/permissions.php:41
-msgid "Advanced - useful for creating group forum channels"
-msgstr "Avançado - útil para criar canais de fóruns de grupos"
+#: include/text.php:1310
+msgid "cranky"
+msgstr "irritad@"
-#: ../../include/permissions.php:42
-msgid "Can chat with me (when available)"
-msgstr "Pode conversar comigo (quando disponívei)"
+#: include/text.php:1311
+msgid "disturbed"
+msgstr "perturbad@"
-#: ../../include/permissions.php:43
-msgid "Can write to my file storage"
-msgstr "Pode escrever em meu armazenamento de arquivos"
+#: include/text.php:1312
+msgid "frustrated"
+msgstr "frustrad@"
-#: ../../include/permissions.php:44
-msgid "Can edit my webpages"
-msgstr "Pode editar minhas páginas web"
+#: include/text.php:1313
+msgid "depressed"
+msgstr "deprimido"
-#: ../../include/group.php:234
-msgid "Default privacy group for new contacts"
-msgstr "Grupo de privacidade padrão para novos contatos"
+#: include/text.php:1314
+msgid "motivated"
+msgstr "motivad@"
-#: ../../include/group.php:253 ../../mod/admin.php:737
-msgid "All Channels"
-msgstr "Todos os canais"
+#: include/text.php:1315
+msgid "relaxed"
+msgstr "relaxad@"
-#: ../../include/group.php:275
-msgid "edit"
-msgstr "editar"
+#: include/text.php:1316
+msgid "surprised"
+msgstr "surpres@"
-#: ../../include/group.php:297
-msgid "Collections"
-msgstr "Coleções"
+#: include/text.php:1508
+msgid "May"
+msgstr "Maio"
-#: ../../include/permissions.php:893
-msgid "Social Networking"
-msgstr "Rede social"
+#: include/text.php:1582
+msgid "Unknown attachment"
+msgstr ""
-#: ../../include/permissions.php:893 ../../include/permissions.php:894
-#: ../../include/permissions.php:895
-msgid "Mostly Public"
-msgstr "Padrão público"
+#: include/text.php:1585 Zotlabs/Module/Sharedwithme.php:109
+#: Zotlabs/Storage/Browser.php:382
+msgid "Size"
+msgstr "Tamanho"
-#: ../../include/permissions.php:893 ../../include/permissions.php:894
-#: ../../include/permissions.php:895
-msgid "Restricted"
-msgstr "Restrito"
+#: include/text.php:1627
+msgid "remove category"
+msgstr "remover categoria"
-#: ../../include/permissions.php:893 ../../include/permissions.php:894
-msgid "Private"
-msgstr "Privado"
+#: include/text.php:1705
+msgid "remove from file"
+msgstr "remover do arquivo"
-#: ../../include/permissions.php:894
-msgid "Community Forum"
-msgstr "Fórum de comunidade"
+#: include/text.php:1892
+#, fuzzy
+msgid "Download binary/encrypted content"
+msgstr "Conteúdo criptografado"
-#: ../../include/permissions.php:895
-msgid "Feed Republish"
-msgstr "Republicação de feed"
+#: include/text.php:1950 include/text.php:1959 include/text.php:1986
+#: include/text.php:1995
+#, php-format
+msgctxt "noun"
+msgid "%d Vote"
+msgid_plural "%d Votes"
+msgstr[0] ""
+msgstr[1] ""
-#: ../../include/permissions.php:896
-msgid "Special Purpose"
-msgstr "Finalidade especial"
+#: include/text.php:2002
+#, php-format
+msgctxt "noun"
+msgid "%d Vote in total"
+msgid_plural "%d Votes in total"
+msgstr[0] ""
+msgstr[1] ""
-#: ../../include/permissions.php:896
-msgid "Celebrity/Soapbox"
-msgstr "Personalidade/Palanque"
+#: include/text.php:2008
+msgid "Poll has ended"
+msgstr ""
-#: ../../include/permissions.php:896
-msgid "Group Repository"
-msgstr "Repositório para grupo"
+#: include/text.php:2011
+#, php-format
+msgid "Poll ends in %s"
+msgstr ""
-#: ../../include/permissions.php:897 ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23
-#: ../../include/profile_selectors.php:61
-#: ../../include/profile_selectors.php:97
-msgid "Other"
-msgstr "Outro"
+#: include/text.php:2018 Zotlabs/Lib/ThreadItem.php:446
+msgid "Vote"
+msgstr ""
-#: ../../include/permissions.php:897
-msgid "Custom/Expert Mode"
-msgstr "Personalizado/Modo expert"
+#: include/text.php:2173
+msgid "Link to Source"
+msgstr "Link para a origem"
-#: ../../include/identity.php:31 ../../mod/item.php:1312
-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/text.php:2198 include/language.php:422
+msgid "default"
+msgstr "default"
-#: ../../include/identity.php:66
-msgid "Empty name"
-msgstr "O nome está em branco"
+#: include/text.php:2206
+msgid "Page layout"
+msgstr "aparência da página"
-#: ../../include/identity.php:68
-msgid "Name too long"
-msgstr "O nome é muito grande"
+#: include/text.php:2206
+msgid "You can create your own with the layouts tool"
+msgstr "Você pode criar sua própria com as ferramentas de layouts"
-#: ../../include/identity.php:169
-msgid "No account identifier"
-msgstr "Sem identificador de conta"
+#: include/text.php:2216
+#: extend/addon/addons-official/wiki/Widget/Wiki_pages.php:68
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:220
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:368
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:903
+#, fuzzy
+msgid "BBcode"
+msgstr "código QR"
-#: ../../include/identity.php:181
-msgid "Nickname is required."
-msgstr "É necessário informar o apelido."
+#: include/text.php:2217
+msgid "HTML"
+msgstr ""
-#: ../../include/identity.php:195
-msgid "Reserved nickname. Please choose another."
-msgstr "Apelido reservado. Por favor escolha outro."
+#: include/text.php:2218
+#: extend/addon/addons-official/wiki/Widget/Wiki_pages.php:68
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:220
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:368
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:903
+#: extend/addon/addons-official/mdpost/mdpost.php:41
+msgid "Markdown"
+msgstr ""
-#: ../../include/identity.php:200
-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/text.php:2219
+#: extend/addon/addons-official/wiki/Widget/Wiki_pages.php:68
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:220
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:903
+msgid "Text"
+msgstr ""
-#: ../../include/identity.php:281
-msgid "Unable to retrieve created identity"
-msgstr "Não foi possível recuperar a identidade criada"
+#: include/text.php:2220
+#, fuzzy
+msgid "Comanche Layout"
+msgstr "aparência da página"
-#: ../../include/identity.php:340
-msgid "Default Profile"
-msgstr "Perfil padrão"
+#: include/text.php:2225
+msgid "PHP"
+msgstr ""
-#: ../../include/identity.php:379 ../../include/identity.php:380
-#: ../../include/identity.php:387 ../../include/widgets.php:407
-#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:495
-msgid "Friends"
-msgstr "Amigos"
+#: include/text.php:2237
+msgid "Page content type"
+msgstr "Tipo de conteúdo da página"
-#: ../../include/identity.php:633
-msgid "Requested channel is not available."
-msgstr "Canal solicitado não está disponível."
+#: include/text.php:2370
+msgid "activity"
+msgstr "atividade"
-#: ../../include/conversation.php:574 ../../mod/photos.php:986
-msgctxt "title"
-msgid "Attending"
-msgstr "Comparecerão"
+#: include/text.php:2373
+msgid "poll"
+msgstr ""
-#: ../../include/conversation.php:574 ../../mod/photos.php:986
-msgctxt "title"
-msgid "Not attending"
-msgstr "Não comparecerão"
+#: include/text.php:2486
+msgid "a-z, 0-9, -, and _ only"
+msgstr ""
-#: ../../include/conversation.php:574 ../../mod/photos.php:986
-msgctxt "title"
-msgid "Might attend"
-msgstr "Talvez compareçam"
+#: include/text.php:2791
+msgid "Design Tools"
+msgstr "Ferramentas de Design"
-#: ../../include/identity.php:850
-msgid "Manage/edit profiles"
-msgstr "Administrar/editar perfis"
+#: include/text.php:2794 Zotlabs/Module/Blocks.php:152
+msgid "Blocks"
+msgstr "Blocos"
-#: ../../include/identity.php:851 ../../mod/profiles.php:751
-msgid "Create New Profile"
-msgstr "Criar um novo perfil"
+#: include/text.php:2795 Zotlabs/Module/Menu.php:171
+msgid "Menus"
+msgstr "Menus"
-#: ../../include/identity.php:854 ../../include/nav.php:102
-msgid "Edit Profile"
-msgstr "Editar perfil"
+#: include/text.php:2796 Zotlabs/Module/Layouts.php:182
+msgid "Layouts"
+msgstr "Layouts"
-#: ../../include/identity.php:865 ../../mod/profiles.php:762
-msgid "Profile Image"
-msgstr "Imagem do perfil"
+#: include/text.php:2797
+msgid "Pages"
+msgstr "Páginas"
-#: ../../include/identity.php:868
-msgid "visible to everybody"
-msgstr "visível para todos"
+#: include/text.php:2809
+msgid "Import"
+msgstr ""
-#: ../../include/identity.php:869 ../../mod/profiles.php:645
-#: ../../mod/profiles.php:766
-msgid "Edit visibility"
-msgstr "Editar a visibilidade"
+#: include/text.php:2810
+#, fuzzy
+msgid "Import website..."
+msgstr "A importação foi completada."
-#: ../../include/identity.php:883 ../../include/identity.php:1120
-#: ../../mod/directory.php:158
-msgid "Gender:"
-msgstr "Gênero:"
+#: include/text.php:2811
+msgid "Select folder to import"
+msgstr ""
-#: ../../include/identity.php:884 ../../include/identity.php:1164
-#: ../../mod/directory.php:160
-msgid "Status:"
-msgstr "Situação:"
+#: include/text.php:2812
+#, fuzzy
+msgid "Import from a zipped folder:"
+msgstr "Importar perfil dum arquivo"
-#: ../../include/identity.php:885 ../../include/identity.php:1175
-#: ../../mod/directory.php:162
-msgid "Homepage:"
-msgstr "Página web:"
+#: include/text.php:2813
+#, fuzzy
+msgid "Import from cloud files:"
+msgstr "Importar perfil dum arquivo"
-#: ../../include/identity.php:886 ../../mod/dirprofile.php:151
-msgid "Online Now"
-msgstr "Online agora"
+#: include/text.php:2814
+msgid "/cloud/channel/path/to/folder"
+msgstr ""
-#: ../../include/identity.php:964 ../../include/identity.php:1044
-#: ../../mod/ping.php:298
-msgid "g A l F d"
-msgstr "G l d F"
+#: include/text.php:2815
+msgid "Enter path to website files"
+msgstr ""
-#: ../../include/identity.php:965 ../../include/identity.php:1045
-msgid "F d"
-msgstr "F d"
+#: include/text.php:2816
+#, fuzzy
+msgid "Select folder"
+msgstr "Escolha uma pasta de links onde guardar"
-#: ../../include/identity.php:1010 ../../include/identity.php:1085
-#: ../../mod/ping.php:320
-msgid "[today]"
-msgstr "[hoje]"
+#: include/text.php:2817
+msgid "Export website..."
+msgstr ""
-#: ../../include/identity.php:1022
-msgid "Birthday Reminders"
-msgstr "Lembres de aniversário"
+#: include/text.php:2818
+#, fuzzy
+msgid "Export to a zip file"
+msgstr "Exportar perfil para arquivo"
-#: ../../include/identity.php:1023
-msgid "Birthdays this week:"
-msgstr "Aniversários nesta semana:"
+#: include/text.php:2819
+msgid "website.zip"
+msgstr ""
-#: ../../include/identity.php:1078
-msgid "[No description]"
-msgstr "[Sem descrição]"
+#: include/text.php:2820
+msgid "Enter a name for the zip file."
+msgstr ""
-#: ../../include/identity.php:1096
-msgid "Event Reminders"
-msgstr "Lembretes de eventos"
+#: include/text.php:2821
+#, fuzzy
+msgid "Export to cloud files"
+msgstr "Exportar perfil para arquivo"
-#: ../../include/identity.php:1097
-msgid "Events this week:"
-msgstr "Eventos nesta semana:"
+#: include/text.php:2822
+msgid "/path/to/export/folder"
+msgstr ""
-#: ../../include/identity.php:1118 ../../mod/settings.php:953
-msgid "Full Name:"
-msgstr "Nome completo:"
+#: include/text.php:2823
+msgid "Enter a path to a cloud files destination."
+msgstr ""
-#: ../../include/identity.php:1125
-msgid "Like this channel"
-msgstr "Gostar deste canal"
+#: include/text.php:2824
+msgid "Specify folder"
+msgstr ""
-#: ../../include/identity.php:1149
-msgid "j F, Y"
-msgstr "j \\d\\e F, Y"
+#: include/text.php:3514 Zotlabs/Module/Admin/Site.php:245
+#: view/theme/redbasic/php/config.php:15
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:335
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:359
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:435
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:459
+msgid "Default"
+msgstr "Default"
-#: ../../include/identity.php:1150
-msgid "j F"
-msgstr "j \\d\\e F"
+#: include/datetime.php:58 Zotlabs/Widget/Newmember.php:56
+#: Zotlabs/Module/Profiles.php:752
+msgid "Miscellaneous"
+msgstr "Miscelânea"
-#: ../../include/identity.php:1157
-msgid "Birthday:"
+#: include/datetime.php:140
+#, fuzzy
+msgid "Birthday"
msgstr "Aniversário:"
-#: ../../include/identity.php:1161
-msgid "Age:"
+#: include/datetime.php:140
+#, fuzzy
+msgid "Age: "
msgstr "Idade:"
-#: ../../include/identity.php:1170
+#: include/datetime.php:140
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "YYYY-MM-DD ou MM-DD"
+
+#: include/datetime.php:238 boot.php:2756
+msgid "never"
+msgstr "nunca"
+
+#: include/datetime.php:244
+msgid "less than a second ago"
+msgstr "menos de um segundo atrás"
+
+#: include/datetime.php:262
#, php-format
-msgid "for %1$d %2$s"
-msgstr "para %1$d %2$s"
+msgctxt "e.g. 22 hours ago, 1 minute ago"
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s atrás"
-#: ../../include/identity.php:1173 ../../mod/profiles.php:667
-msgid "Sexual Preference:"
-msgstr "Preferência sexual:"
+#: include/datetime.php:273
+#, fuzzy
+msgctxt "relative_date"
+msgid "year"
+msgid_plural "years"
+msgstr[0] "%d anos"
+msgstr[1] "%d anos"
-#: ../../include/identity.php:1177 ../../mod/profiles.php:669
-msgid "Hometown:"
-msgstr "Cidade natal:"
+#: include/datetime.php:276
+#, fuzzy
+msgctxt "relative_date"
+msgid "month"
+msgid_plural "months"
+msgstr[0] "%d meses"
+msgstr[1] "%d meses"
-#: ../../include/identity.php:1179
-msgid "Tags:"
-msgstr "Etiquetas:"
+#: include/datetime.php:279
+msgctxt "relative_date"
+msgid "week"
+msgid_plural "weeks"
+msgstr[0] ""
+msgstr[1] ""
-#: ../../include/identity.php:1181 ../../mod/profiles.php:670
-msgid "Political Views:"
-msgstr "Posição política:"
+#: include/datetime.php:282
+#, fuzzy
+msgctxt "relative_date"
+msgid "day"
+msgid_plural "days"
+msgstr[0] "um dia"
+msgstr[1] "um dia"
-#: ../../include/identity.php:1183
-msgid "Religion:"
-msgstr "Religião:"
+#: include/datetime.php:285
+msgctxt "relative_date"
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] ""
+msgstr[1] ""
-#: ../../include/conversation.php:1174 ../../mod/webpages.php:181
-#: ../../mod/blocks.php:154 ../../mod/photos.php:949 ../../mod/layouts.php:184
-msgid "Share"
-msgstr "Compartilhar"
+#: include/datetime.php:288
+#, fuzzy
+msgctxt "relative_date"
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] "%d minutos"
+msgstr[1] "%d minutos"
-#: ../../include/identity.php:1187
-msgid "Hobbies/Interests:"
-msgstr "Hobbies/Interesses:"
+#: include/datetime.php:291
+msgctxt "relative_date"
+msgid "second"
+msgid_plural "seconds"
+msgstr[0] ""
+msgstr[1] ""
-#: ../../include/identity.php:1189 ../../mod/profiles.php:673
-msgid "Likes:"
-msgstr "Gosta de:"
+#: include/datetime.php:520
+#, php-format
+msgid "%1$s's birthday"
+msgstr "Aniversário de %1$s "
-#: ../../include/identity.php:1191 ../../mod/profiles.php:674
-msgid "Dislikes:"
-msgstr "Não gosta de:"
+#: include/datetime.php:521
+#, php-format
+msgid "Happy Birthday %1$s"
+msgstr "Feliz Aniversário %1$s"
-#: ../../include/identity.php:1194
-msgid "Contact information and Social Networks:"
-msgstr "Informações de contato e redes sociais:"
+#: include/cdav.php:157
+msgid "INVALID EVENT DISMISSED!"
+msgstr ""
-#: ../../include/identity.php:1196
-msgid "My other channels:"
-msgstr "Meus outros canais:"
+#: include/cdav.php:158
+#, fuzzy
+msgid "Summary: "
+msgstr "Resumo"
-#: ../../include/identity.php:1198
-msgid "Musical interests:"
-msgstr "Interesses musicais:"
+#: include/cdav.php:159
+msgid "Date: "
+msgstr ""
-#: ../../include/identity.php:1200
-msgid "Books, literature:"
-msgstr "Livros, literatura:"
+#: include/cdav.php:160 include/cdav.php:168
+msgid "Reason: "
+msgstr ""
-#: ../../include/identity.php:1202
-msgid "Television:"
-msgstr "Televisão:"
+#: include/cdav.php:166
+msgid "INVALID CARD DISMISSED!"
+msgstr ""
-#: ../../include/identity.php:1204
-msgid "Film/dance/culture/entertainment:"
-msgstr "Filmes/dança/cultura/entretenimento:"
+#: include/cdav.php:167
+#, fuzzy
+msgid "Name: "
+msgstr "Nome:"
-#: ../../include/identity.php:1206
-msgid "Love/Romance:"
-msgstr "Amor/romance:"
+#: include/network.php:412
+msgid "url: "
+msgstr ""
-#: ../../include/identity.php:1208
-msgid "Work/employment:"
-msgstr "Trabalho/emprego:"
+#: include/network.php:413
+msgid "error_code: "
+msgstr ""
-#: ../../include/identity.php:1210
-msgid "School/education:"
-msgstr "Escola/educação:"
+#: include/network.php:414
+msgid "error_string: "
+msgstr ""
-#: ../../include/identity.php:1230
-msgid "Like this thing"
-msgstr "Gostar desta coisa"
+#: include/network.php:415
+#, fuzzy
+msgid "content-type: "
+msgstr "Tipo de conteúdo da página"
-#: ../../include/nav.php:94 ../../include/nav.php:126 ../../boot.php:1494
-msgid "Logout"
-msgstr "Sair"
+#: include/network.php:1768 include/network.php:1769
+msgid "Friendica"
+msgstr "Friendica"
-#: ../../include/nav.php:94 ../../include/nav.php:126
-msgid "End this session"
-msgstr "Encerrar essa sessão"
+#: include/network.php:1770
+msgid "OStatus"
+msgstr "OStatus"
-#: ../../include/nav.php:97 ../../include/nav.php:160
-msgid "Home"
-msgstr "Ver canal"
+#: include/network.php:1771
+msgid "GNU-Social"
+msgstr ""
-#: ../../include/nav.php:97
-msgid "Your posts and conversations"
-msgstr "Suas publicações e conversas"
+#: include/network.php:1772
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
-#: ../../include/conversation.php:1204 ../../mod/editwebpage.php:207
-#: ../../mod/editpost.php:142 ../../mod/editblock.php:167
-msgid "Title (optional)"
-msgstr "Título (opcional)"
+#: include/network.php:1773 Zotlabs/Lib/Activity.php:3732
+#: extend/addon/addons-official/pubcrawl/as.php:1332
+#: extend/addon/addons-official/pubcrawl/as.php:2002
+#, fuzzy
+msgid "ActivityPub"
+msgstr "atividade"
-#: ../../include/conversation.php:1208 ../../mod/editlayout.php:168
-#: ../../mod/editwebpage.php:209 ../../mod/editpost.php:144
-#: ../../mod/editblock.php:170
-msgid "Categories (optional, comma-separated list)"
-msgstr "categorias (opcional, lista separada por vírgulas)"
+#: include/network.php:1774 Zotlabs/Module/Cdav.php:1372
+#: Zotlabs/Module/Admin/Accounts.php:316 Zotlabs/Module/Admin/Accounts.php:330
+#: Zotlabs/Module/Connedit.php:736
+#: extend/addon/addons-official/redred/Mod_Redred.php:69
+#: extend/addon/addons-official/rtof/Mod_Rtof.php:55
+#: extend/addon/addons-official/openid/MysqlProvider.php:56
+#: extend/addon/addons-official/openid/MysqlProvider.php:57
+msgid "Email"
+msgstr "E-mail"
-#: ../../include/nav.php:100
-msgid "Manage/Edit profiles"
-msgstr "Administrar/Editar perfis"
+#: include/network.php:1775
+msgid "Diaspora"
+msgstr "Diaspora"
-#: ../../include/nav.php:102
-msgid "Edit your profile"
-msgstr "Editar seu perfil"
+#: include/network.php:1776
+msgid "Facebook"
+msgstr "Facebook"
-#: ../../include/conversation.php:1219 ../../mod/editlayout.php:161
-#: ../../mod/editwebpage.php:202 ../../mod/editpost.php:139
-#: ../../mod/editblock.php:164
-msgid "Public post"
-msgstr "Publicação pública"
-
-#: ../../include/conversation.php:1221 ../../mod/editlayout.php:169
-#: ../../mod/editwebpage.php:210 ../../mod/editpost.php:145
-#: ../../mod/editblock.php:171
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Por exemplo: joao@exemplo.com, maria@exemplo.com"
-
-#: ../../include/conversation.php:1234 ../../mod/editlayout.php:178
-#: ../../mod/editwebpage.php:219 ../../mod/editpost.php:156
-#: ../../mod/editblock.php:181 ../../mod/mail.php:245 ../../mod/mail.php:359
-msgid "Set expiration date"
-msgstr "Definir data de expiração"
+#: include/network.php:1777
+msgid "Zot"
+msgstr ""
-#: ../../include/conversation.php:1238 ../../mod/events.php:637
-#: ../../mod/editpost.php:160
-msgid "OK"
-msgstr "Ok"
+#: include/network.php:1778
+msgid "LinkedIn"
+msgstr "LinkedIn"
-#: ../../include/conversation.php:1239 ../../mod/settings.php:588
-#: ../../mod/settings.php:614 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134
-#: ../../mod/events.php:636 ../../mod/fbrowser.php:82
-#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:161
-msgid "Cancel"
-msgstr "Cancelar"
+#: include/network.php:1779
+msgid "XMPP/IM"
+msgstr "XMPP/MI"
-#: ../../include/nav.php:124
-msgid "Sign in"
-msgstr "Entrar"
+#: include/network.php:1780
+msgid "MySpace"
+msgstr "MySpace"
-#: ../../include/nav.php:141
+#: include/bookmarks.php:34
#, php-format
-msgid "%s - click to logout"
-msgstr "%s - clique para sair"
+msgid "%1$s's bookmarks"
+msgstr "Links guardados de %1$s"
-#: ../../include/nav.php:146
-msgid "Click to authenticate to your home hub"
-msgstr "Clique para se autenticar com seu hub de origem"
+#: include/language.php:435
+msgid "Select an alternate language"
+msgstr "Selecione um idioma alternativo"
-#: ../../include/nav.php:160
-msgid "Home Page"
-msgstr "Página inicial"
+#: include/bbcode.php:233 include/bbcode.php:939 include/bbcode.php:1560
+#: include/bbcode.php:1568
+msgid "Image/photo"
+msgstr "Imagem/foto"
-#: ../../include/nav.php:164 ../../mod/register.php:220 ../../boot.php:1471
-msgid "Register"
-msgstr "Registrar"
+#: include/bbcode.php:280 include/bbcode.php:1585
+msgid "Encrypted content"
+msgstr "Conteúdo criptografado"
-#: ../../include/nav.php:164
-msgid "Create an account"
-msgstr "Criar uma conta"
+#: include/bbcode.php:336
+#, php-format
+msgid "Install %1$s element %2$s"
+msgstr ""
-#: ../../include/nav.php:169
-msgid "Help and documentation"
-msgstr "Ajuda e documentação"
+#: include/bbcode.php:340
+#, php-format
+msgid ""
+"This post contains an installable %s element, however you lack permissions "
+"to install it on this site."
+msgstr ""
-#: ../../include/nav.php:172 ../../include/widgets.php:86
-#: ../../mod/apps.php:33
-msgid "Apps"
-msgstr "Aplicações"
+#: include/bbcode.php:350 Zotlabs/Module/Impel.php:47
+msgid "webpage"
+msgstr "página web"
-#: ../../include/nav.php:172
-msgid "Applications, utilities, links, games"
-msgstr "Aplicações, utilitários, links, jogos"
+#: include/bbcode.php:353 Zotlabs/Module/Impel.php:57
+msgid "layout"
+msgstr "layout"
-#: ../../include/nav.php:174
-msgid "Search site content"
-msgstr "Pesquisar o conteúdo do site"
+#: include/bbcode.php:356 Zotlabs/Module/Impel.php:52
+msgid "block"
+msgstr "bloco"
-#: ../../include/nav.php:177
-msgid "Channel Locator"
-msgstr "Localizador de canais"
+#: include/bbcode.php:359 Zotlabs/Module/Impel.php:64
+#, fuzzy
+msgid "menu"
+msgstr "Editar menu"
-#: ../../include/nav.php:188
-msgid "Your matrix"
-msgstr "Sua matriz"
+#: include/bbcode.php:562
+msgid "card"
+msgstr ""
-#: ../../include/nav.php:189
-msgid "Mark all matrix notifications seen"
-msgstr "Marcar todas as notificações da matriz como vistas"
+#: include/bbcode.php:564
+msgid "article"
+msgstr ""
-#: ../../include/nav.php:191
-msgid "Channel home"
-msgstr "Página inicial do canal"
+#: include/bbcode.php:647 include/bbcode.php:655
+msgid "Click to open/close"
+msgstr "Clique para abrir/fechar"
-#: ../../include/nav.php:192
-msgid "Mark all channel notifications seen"
-msgstr "Marcar todas as notificações de canais como vistas"
+#: include/bbcode.php:668
+#, fuzzy
+msgid "View article"
+msgstr "Ver tudo"
-#: ../../include/nav.php:195 ../../mod/connections.php:406
-msgid "Connections"
-msgstr "Conexões"
+#: include/bbcode.php:668
+#, fuzzy
+msgid "View summary"
+msgstr "Resumo"
-#: ../../include/nav.php:198
-msgid "Notices"
-msgstr "Notificações"
+#: include/bbcode.php:1061 include/bbcode.php:1246
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:630
+msgid "Different viewers will see this text differently"
+msgstr "Visualizadores diferentes verão esse texto diferentemente"
-#: ../../include/nav.php:198
-msgid "Notifications"
-msgstr "Notificações"
+#: include/bbcode.php:1536
+msgid "$1 wrote:"
+msgstr "$1 escreveu:"
-#: ../../include/nav.php:199
-msgid "See all notifications"
-msgstr "Ver todas as notificações"
+#: include/taxonomy.php:324
+#, fuzzy
+msgid "Trending"
+msgstr "Comparecerão"
-#: ../../include/nav.php:200 ../../mod/notifications.php:99
-msgid "Mark all system notifications seen"
-msgstr "Marcar todas as notificações de sistema como vistas"
+#: include/taxonomy.php:324 include/taxonomy.php:463 include/taxonomy.php:484
+#: Zotlabs/Widget/Tagcloud.php:27
+#, fuzzy
+msgid "Tags"
+msgstr "Etiquetas:"
-#: ../../include/nav.php:202
-msgid "Private mail"
-msgstr "Mensagens privadas"
+#: include/taxonomy.php:423 include/taxonomy.php:505 include/taxonomy.php:525
+#: include/taxonomy.php:546 include/contact_widgets.php:115
+#: include/contact_widgets.php:149 Zotlabs/Module/Cdav.php:1062
+#: Zotlabs/Storage/Browser.php:292 Zotlabs/Storage/Browser.php:391
+#: Zotlabs/Storage/Browser.php:406
+#: extend/addon/addons-official/cards/Widget/Cards_categories.php:80
+#: extend/addon/addons-official/articles/Widget/Articles_categories.php:80
+msgid "Categories"
+msgstr "Categorias"
-#: ../../include/nav.php:203
-msgid "See all private messages"
-msgstr "Ver todas as mensagens privadas"
+#: include/taxonomy.php:564
+#, fuzzy
+msgid "Keywords"
+msgstr "Palavras-chave:"
-#: ../../include/nav.php:204
-msgid "Mark all private messages seen"
-msgstr "Marcar todas as mensagens privadas como vistas"
+#: include/taxonomy.php:585
+msgid "have"
+msgstr ""
-#: ../../include/nav.php:205
-msgid "Inbox"
-msgstr "Recebidas"
+#: include/taxonomy.php:585
+msgid "has"
+msgstr ""
-#: ../../include/nav.php:206
-msgid "Outbox"
-msgstr "Enviadas"
+#: include/taxonomy.php:586
+msgid "want"
+msgstr ""
-#: ../../include/nav.php:207 ../../include/widgets.php:543
-msgid "New Message"
-msgstr "Nova mensagem"
+#: include/taxonomy.php:586
+msgid "wants"
+msgstr ""
-#: ../../include/nav.php:210
-msgid "Event Calendar"
-msgstr "Agenda de eventos"
+#: include/taxonomy.php:587 Zotlabs/Lib/ThreadItem.php:310
+msgid "like"
+msgstr "gostei"
-#: ../../include/conversation.php:1722
-msgctxt "noun"
-msgid "Abstain"
-msgid_plural "Abstains"
-msgstr[0] "Abstenção"
-msgstr[1] "Abstenções"
+#: include/taxonomy.php:587
+#, fuzzy
+msgid "likes"
+msgstr "gostei"
-#: ../../include/photos.php:94
+#: include/taxonomy.php:588 Zotlabs/Lib/ThreadItem.php:311
+msgid "dislike"
+msgstr "não gostei"
+
+#: include/taxonomy.php:588
+#, fuzzy
+msgid "dislikes"
+msgstr "não gostei"
+
+#: include/zid.php:410
#, php-format
-msgid "Image exceeds website size limit of %lu bytes"
-msgstr "A imagem excede o limite de tamanho do site, que é de %"
+msgid "OpenWebAuth: %1$s welcomes %2$s"
+msgstr ""
+
+#: include/contact_widgets.php:11
+#, fuzzy, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "Você não possui mais convites disponíveis"
+msgstr[1] "Você não possui mais convites disponíveis"
+
+#: include/contact_widgets.php:19
+#, fuzzy
+msgid "Find Channels"
+msgstr "Canais"
+
+#: include/contact_widgets.php:20
+msgid "Enter name or interest"
+msgstr ""
+
+#: include/contact_widgets.php:21
+#, fuzzy
+msgid "Connect/Follow"
+msgstr "Conectar"
+
+#: include/contact_widgets.php:22
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr ""
+
+#: include/contact_widgets.php:23 Zotlabs/Module/Connections.php:407
+#: Zotlabs/Module/Directory.php:435 Zotlabs/Module/Directory.php:440
+#, fuzzy
+msgid "Find"
+msgstr "Pesquisando:"
+
+#: include/contact_widgets.php:24 Zotlabs/Module/Directory.php:439
+#: Zotlabs/Module/Suggest.php:77
+#, fuzzy
+msgid "Channel Suggestions"
+msgstr "Configurações do canal"
+
+#: include/contact_widgets.php:26
+#, fuzzy
+msgid "Random Profile"
+msgstr "Perfis avançados"
+
+#: include/contact_widgets.php:27
+#, fuzzy
+msgid "Invite Friends"
+msgstr "Amigos"
+
+#: include/contact_widgets.php:29
+msgid "Advanced example: name=fred and country=iceland"
+msgstr ""
+
+#: include/contact_widgets.php:56 include/contact_widgets.php:118
+#: include/contact_widgets.php:152 Zotlabs/Widget/Appcategories.php:52
+#: Zotlabs/Widget/Filer.php:36
+#: extend/addon/addons-official/cards/Widget/Cards_categories.php:83
+#: extend/addon/addons-official/articles/Widget/Articles_categories.php:83
+msgid "Everything"
+msgstr "Tudo"
+
+#: include/contact_widgets.php:182
+#, fuzzy
+msgid "Common Connections"
+msgstr "Conexões"
+
+#: include/contact_widgets.php:186
+#, fuzzy, php-format
+msgid "View all %d common connections"
+msgstr "Exibir todas as conexões"
+
+#: Zotlabs/Widget/Privacygroups.php:45
+msgid "Add new group"
+msgstr ""
+
+#: Zotlabs/Widget/Privacygroups.php:54 Zotlabs/Module/Contactedit.php:443
+msgid "Privacy groups"
+msgstr ""
+
+#: Zotlabs/Widget/Pinned.php:75 Zotlabs/Lib/ThreadItem.php:206
+msgid "I will attend"
+msgstr "Vou comparecer"
+
+#: Zotlabs/Widget/Pinned.php:75 Zotlabs/Lib/ThreadItem.php:206
+msgid "I will not attend"
+msgstr "Não vou comparecer"
+
+#: Zotlabs/Widget/Pinned.php:75 Zotlabs/Lib/ThreadItem.php:206
+msgid "I might attend"
+msgstr "Talvez compareça"
+
+#: Zotlabs/Widget/Pinned.php:86
+msgid "I agree"
+msgstr "Eu concordo"
+
+#: Zotlabs/Widget/Pinned.php:86
+msgid "I disagree"
+msgstr "Eu discordo"
+
+#: Zotlabs/Widget/Pinned.php:86
+msgid "I abstain"
+msgstr "Me abstenho"
+
+#: Zotlabs/Widget/Pinned.php:104 Zotlabs/Lib/ThreadItem.php:324
+msgid "Share This"
+msgstr "Compartilhe isso"
+
+#: Zotlabs/Widget/Pinned.php:104 Zotlabs/Lib/ThreadItem.php:324
+msgid "share"
+msgstr "compartilhar"
+
+#: Zotlabs/Widget/Pinned.php:127 Zotlabs/Widget/Pinned.php:128
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Ver o perfil de %s - %s"
-#: ../../include/message.php:200
-msgid "Stored post could not be verified."
-msgstr "Não foi possível verificar a publicação armazenada."
+#: Zotlabs/Widget/Pinned.php:132 Zotlabs/Widget/Messages.php:149
+#: Zotlabs/Lib/ThreadItem.php:414
+msgid "via"
+msgstr "via"
+
+#: Zotlabs/Widget/Pinned.php:146 Zotlabs/Lib/ThreadItem.php:445
+msgid "Attendance Options"
+msgstr ""
+
+#: Zotlabs/Widget/Pinned.php:147 Zotlabs/Lib/ThreadItem.php:447
+msgid "Voting Options"
+msgstr ""
+
+#: Zotlabs/Widget/Pinned.php:159 Zotlabs/Lib/ThreadItem.php:471
+msgid "Pinned post"
+msgstr ""
+
+#: Zotlabs/Widget/Pinned.php:161
+#, fuzzy
+msgid "Don't show"
+msgstr "Não importa"
+
+#: Zotlabs/Widget/Tokens.php:41
+msgid "Add new guest"
+msgstr ""
+
+#: Zotlabs/Widget/Tokens.php:49 Zotlabs/Module/Lockview.php:236
+msgid "Guest access"
+msgstr ""
-#: ../../include/widgets.php:87
-msgid "System"
-msgstr "Sistema"
+#: Zotlabs/Widget/Rating.php:57
+#, fuzzy
+msgid "Rating Tools"
+msgstr "Ferramentas de Design"
-#: ../../include/widgets.php:90
-msgid "Create Personal App"
-msgstr "Crie aplicações pessoais"
+#: Zotlabs/Widget/Rating.php:61 Zotlabs/Widget/Rating.php:63
+msgid "Rate Me"
+msgstr "Avalie-me"
-#: ../../include/widgets.php:91
-msgid "Edit Personal App"
-msgstr "Edite aplicações pessoais"
+#: Zotlabs/Widget/Rating.php:66
+msgid "View Ratings"
+msgstr "Ver avaliações"
-#: ../../include/widgets.php:137 ../../mod/suggest.php:53
+#: Zotlabs/Widget/Suggestions.php:53 Zotlabs/Module/Suggest.php:71
msgid "Ignore/Hide"
msgstr "Ignorar/Ocultar"
-#: ../../include/widgets.php:143 ../../mod/connections.php:267
+#: Zotlabs/Widget/Suggestions.php:58
msgid "Suggestions"
msgstr "Sugestões"
-#: ../../include/widgets.php:144
+#: Zotlabs/Widget/Suggestions.php:59
msgid "See more..."
msgstr "Veja mais..."
-#: ../../include/widgets.php:166
-#, php-format
-msgid "You have %1$.0f of %2$.0f allowed connections."
-msgstr "Você tem %1$.0f de %2$.0f conexões permitidas."
+#: Zotlabs/Widget/Hq_controls.php:23
+msgid "Toggle post editor"
+msgstr ""
-#: ../../include/widgets.php:172
-msgid "Add New Connection"
-msgstr "Adicionar nova conexão"
+#: Zotlabs/Widget/Hq_controls.php:33
+msgid "Toggle personal notes"
+msgstr ""
-#: ../../include/widgets.php:173
-msgid "Enter the channel address"
-msgstr "Digite o endereço do canal"
+#: Zotlabs/Widget/Hq_controls.php:43
+#, fuzzy
+msgid "Channel activities"
+msgstr "Configurações do canal"
-#: ../../include/widgets.php:174
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Por exemplo: joao@exemplo.com, http://exemplo.com/maria"
+#: Zotlabs/Widget/Photo.php:54 Zotlabs/Widget/Photo_rand.php:63
+msgid "photo/image"
+msgstr "foto/imagem"
-#: ../../include/widgets.php:191
-msgid "Notes"
-msgstr "Notas"
+#: Zotlabs/Widget/Activity.php:55
+#, fuzzy
+msgctxt "widget"
+msgid "Activity"
+msgstr "atividade"
-#: ../../include/widgets.php:263
-msgid "Remove term"
-msgstr "Remover termo"
+#: Zotlabs/Widget/Cdav.php:41
+#, fuzzy
+msgid "Select Channel"
+msgstr "Canal padrão"
-#: ../../include/widgets.php:342
-msgid "Archives"
-msgstr "Arquivos"
+#: Zotlabs/Widget/Cdav.php:46
+msgid "Read-write"
+msgstr ""
-#: ../../include/widgets.php:404
-msgid "Refresh"
-msgstr "Atualizar"
+#: Zotlabs/Widget/Cdav.php:47
+msgid "Read-only"
+msgstr ""
-#: ../../include/widgets.php:405 ../../mod/connedit.php:492
-msgid "Me"
-msgstr "Eu"
+#: Zotlabs/Widget/Cdav.php:133
+#, fuzzy
+msgid "Channel Calendar"
+msgstr "Nome do canal"
-#: ../../include/widgets.php:406 ../../mod/connedit.php:494
-msgid "Best Friends"
-msgstr "Melhores amigos"
+#: Zotlabs/Widget/Cdav.php:135 Zotlabs/Widget/Cdav.php:149
+#: Zotlabs/Module/Cdav.php:1046
+#, fuzzy
+msgid "CalDAV Calendars"
+msgstr "Calendário"
-#: ../../include/widgets.php:408
-msgid "Co-workers"
-msgstr "Colegas de trabalho"
+#: Zotlabs/Widget/Cdav.php:137
+msgid "Shared CalDAV Calendars"
+msgstr ""
-#: ../../include/widgets.php:409 ../../mod/connedit.php:496
-msgid "Former Friends"
-msgstr "Amigos afastados"
+#: Zotlabs/Widget/Cdav.php:141
+#, fuzzy
+msgid "Share this calendar"
+msgstr "Compartilhe isso"
-#: ../../include/widgets.php:410 ../../mod/connedit.php:497
-msgid "Acquaintances"
-msgstr "Conhecidos"
+#: Zotlabs/Widget/Cdav.php:143
+msgid "Calendar name and color"
+msgstr ""
-#: ../../include/widgets.php:411
-msgid "Everybody"
-msgstr "Todos"
+#: Zotlabs/Widget/Cdav.php:145
+#, fuzzy
+msgid "Create new CalDAV calendar"
+msgstr "Criar uma nova pasta"
+
+#: Zotlabs/Widget/Cdav.php:146 Zotlabs/Widget/Cdav.php:184
+#: Zotlabs/Module/Cdav.php:1050 Zotlabs/Module/Cdav.php:1383
+#: Zotlabs/Module/Webpages.php:249 Zotlabs/Module/Layouts.php:183
+#: Zotlabs/Module/Blocks.php:157 Zotlabs/Module/New_channel.php:189
+#: Zotlabs/Module/Menu.php:182 Zotlabs/Module/Connedit.php:747
+#: Zotlabs/Storage/Browser.php:367 Zotlabs/Storage/Browser.php:544
+msgid "Create"
+msgstr "Criar"
+
+#: Zotlabs/Widget/Cdav.php:147
+#, fuzzy
+msgid "Calendar Name"
+msgstr "Calendário"
+
+#: Zotlabs/Widget/Cdav.php:148
+#, fuzzy
+msgid "Calendar Tools"
+msgstr "Calendário"
+
+#: Zotlabs/Widget/Cdav.php:149 Zotlabs/Module/Cdav.php:1046
+#, fuzzy
+msgid "Channel Calendars"
+msgstr "Nome do canal"
+
+#: Zotlabs/Widget/Cdav.php:150
+#, fuzzy
+msgid "Import calendar"
+msgstr "A importação foi completada."
+
+#: Zotlabs/Widget/Cdav.php:151
+#, fuzzy
+msgid "Select a calendar to import to"
+msgstr "Selecione uma etiqueta para remover: "
-#: ../../include/widgets.php:443
+#: Zotlabs/Widget/Cdav.php:152 Zotlabs/Widget/Cdav.php:188
+#: Zotlabs/Widget/Album.php:103 Zotlabs/Widget/Portfolio.php:114
+#: Zotlabs/Module/Photos.php:681 Zotlabs/Module/Embedphotos.php:189
+#: Zotlabs/Module/Cover_photo.php:423 Zotlabs/Module/Profile_photo.php:547
+#: Zotlabs/Storage/Browser.php:546
+msgid "Upload"
+msgstr "Enviar"
+
+#: Zotlabs/Widget/Cdav.php:178
+#, fuzzy
+msgid "Addressbooks"
+msgstr "Endereço"
+
+#: Zotlabs/Widget/Cdav.php:180
+#, fuzzy
+msgid "Addressbook name"
+msgstr "Endereço"
+
+#: Zotlabs/Widget/Cdav.php:182
+#, fuzzy
+msgid "Create new addressbook"
+msgstr "Criar uma nova pasta"
+
+#: Zotlabs/Widget/Cdav.php:183
+#, fuzzy
+msgid "Addressbook Name"
+msgstr "Endereço"
+
+#: Zotlabs/Widget/Cdav.php:185
+msgid "Addressbook Tools"
+msgstr ""
+
+#: Zotlabs/Widget/Cdav.php:186
+msgid "Import addressbook"
+msgstr ""
+
+#: Zotlabs/Widget/Cdav.php:187
+msgid "Select an addressbook to import to"
+msgstr ""
+
+#: Zotlabs/Widget/Bookmarkedchats.php:25
+msgid "Bookmarked Chatrooms"
+msgstr "Salas de bate-papo guardadas"
+
+#: Zotlabs/Widget/Settings_menu.php:37
msgid "Account settings"
msgstr "Configurações da conta"
-#: ../../include/widgets.php:449
+#: Zotlabs/Widget/Settings_menu.php:43
msgid "Channel settings"
msgstr "Configurações do canal"
-#: ../../include/widgets.php:455
-msgid "Additional features"
-msgstr "Recursos adicionais"
-
-#: ../../include/widgets.php:461
-msgid "Feature settings"
-msgstr "Configurações dos recursos"
+#: Zotlabs/Widget/Settings_menu.php:49
+#, fuzzy
+msgid "Privacy settings"
+msgstr "Configurações de exibição"
-#: ../../include/widgets.php:467
+#: Zotlabs/Widget/Settings_menu.php:56
msgid "Display settings"
msgstr "Configurações de exibição"
-#: ../../include/widgets.php:473
-msgid "Connected apps"
-msgstr "Aplicações conectadas"
+#: Zotlabs/Widget/Settings_menu.php:63
+#, fuzzy
+msgid "Manage locations"
+msgstr "A localização do canal foi perdida"
-#: ../../include/widgets.php:479
-msgid "Export channel"
-msgstr "Exportar o canal"
+#: Zotlabs/Widget/Follow.php:27 Zotlabs/Module/Connections.php:377
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "Você tem %1$.0f de %2$.0f conexões permitidas."
-#: ../../include/widgets.php:485
-msgid "Export content"
-msgstr "Exportar conteúdo"
+#: Zotlabs/Widget/Follow.php:34
+msgid "Add New Connection"
+msgstr "Adicionar nova conexão"
-#: ../../include/attach.php:242 ../../include/attach.php:300
-msgid "Item was not found."
-msgstr "O item não foi encontrado."
+#: Zotlabs/Widget/Follow.php:35
+#, fuzzy
+msgid "Enter channel address"
+msgstr "O endereço do seu canal é"
-#: ../../include/attach.php:363
-msgid "No source file."
-msgstr "Nenhum arquivo de origem."
+#: Zotlabs/Widget/Follow.php:36
+msgid "Examples: bob@example.com, https://example.com/barbara"
+msgstr ""
-#: ../../include/attach.php:381
-msgid "Cannot locate file to replace"
-msgstr "Não foi possível locar o arquivo a ser substituído"
+#: Zotlabs/Widget/Album.php:84 Zotlabs/Widget/Portfolio.php:91
+#: Zotlabs/Module/Photos.php:782 Zotlabs/Module/Photos.php:1324
+#: Zotlabs/Module/Embedphotos.php:171
+msgid "View Photo"
+msgstr "Ver a foto"
-#: ../../include/attach.php:399
-msgid "Cannot locate file to revise/update"
-msgstr "Não foi possível localizar o arquivo a ser revisado/atualizado"
+#: Zotlabs/Widget/Album.php:101 Zotlabs/Widget/Portfolio.php:112
+#: Zotlabs/Module/Photos.php:813 Zotlabs/Module/Embedphotos.php:187
+msgid "Edit Album"
+msgstr "Editar o álbum"
-#: ../../include/attach.php:410
-#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "O arquivo excedeu o tamanho limite de %d"
+#: Zotlabs/Widget/Permcats.php:43
+#, fuzzy
+msgid "Add new role"
+msgstr "Adicionar nova conexão"
-#: ../../include/attach.php:422
-#, php-format
-msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
-msgstr "Você atingiu o seu limite de %1$.0f Mbytes de armazenamento de anexos."
+#: Zotlabs/Widget/Permcats.php:92 Zotlabs/Module/Contactedit.php:409
+msgid "Contact roles"
+msgstr ""
-#: ../../include/attach.php:505
-msgid "File upload failed. Possible system limit or action terminated."
-msgstr "Não foi possível enviar o arquivo. Provável limite do sistema ou a ação foi encerrada."
+#: Zotlabs/Widget/Permcats.php:93
+#, fuzzy
+msgid "Role members"
+msgstr "Lembrar de mim"
-#: ../../include/attach.php:517
-msgid "Stored file could not be verified. Upload failed."
-msgstr "Não foi possível verificar o arquivo armazenado. Falha no envio."
+#: Zotlabs/Widget/Admin.php:27 Zotlabs/Module/Admin/Site.php:414
+msgid "Site"
+msgstr "Site"
-#: ../../include/attach.php:561 ../../include/attach.php:578
-msgid "Path not available."
-msgstr "O caminho não está disponível."
+#: Zotlabs/Widget/Admin.php:28 Zotlabs/Module/Admin.php:95
+#: Zotlabs/Module/Admin/Accounts.php:308 Zotlabs/Module/Admin/Accounts.php:327
+msgid "Accounts"
+msgstr "Contas"
-#: ../../include/attach.php:623
-msgid "Empty pathname"
-msgstr "O nome do caminho está em branco"
+#: Zotlabs/Widget/Admin.php:28 Zotlabs/Widget/Admin.php:66
+#, fuzzy
+msgid "Member registrations waiting for confirmation"
+msgstr "Confirmação de registro para %s"
-#: ../../include/attach.php:639
-msgid "duplicate filename or path"
-msgstr "nome de arquivo ou caminho duplicado"
+#: Zotlabs/Widget/Admin.php:30 Zotlabs/Module/Admin/Security.php:106
+msgid "Security"
+msgstr ""
-#: ../../include/attach.php:663
-msgid "Path not found."
-msgstr "Caminho não encontrado."
+#: Zotlabs/Widget/Admin.php:31 Zotlabs/Lib/Apps.php:363
+msgid "Features"
+msgstr ""
-#: ../../include/attach.php:714
-msgid "mkdir failed."
-msgstr "mkdir falhou."
+#: Zotlabs/Widget/Admin.php:32 Zotlabs/Module/Admin/Addons.php:346
+#: Zotlabs/Module/Admin/Addons.php:444
+msgid "Addons"
+msgstr ""
-#: ../../include/attach.php:718
-msgid "database storage failed."
-msgstr "armazenamento de banco de dados falhou."
+#: Zotlabs/Widget/Admin.php:33 Zotlabs/Module/Admin/Themes.php:138
+#: Zotlabs/Module/Admin/Themes.php:172
+msgid "Themes"
+msgstr "Temas"
-#: ../../include/ItemObject.php:220 ../../mod/photos.php:1008
-msgid "I like this (toggle)"
-msgstr "Eu gostei disso (alterna)"
+#: Zotlabs/Widget/Admin.php:34
+msgid "Inspect queue"
+msgstr ""
-#: ../../include/ItemObject.php:221 ../../mod/photos.php:1009
-msgid "I don't like this (toggle)"
-msgstr "Eu não gostei disso (alterna)"
+#: Zotlabs/Widget/Admin.php:35
+msgid "Queueworker"
+msgstr ""
-#: ../../include/ItemObject.php:225
-msgid "Share This"
-msgstr "Compartilhe isso"
+#: Zotlabs/Widget/Admin.php:36 Zotlabs/Module/Admin/Profs.php:168
+#, fuzzy
+msgid "Profile Fields"
+msgstr "Novo campo de perfil"
-#: ../../include/ItemObject.php:225
-msgid "share"
-msgstr "compartilhar"
+#: Zotlabs/Widget/Admin.php:37
+msgid "DB updates"
+msgstr "Atualizações do Banco de Dados"
-#: ../../include/ItemObject.php:248 ../../include/ItemObject.php:249
-#, php-format
-msgid "View %s's profile - %s"
-msgstr "Ver o perfil de %s - %s"
+#: Zotlabs/Widget/Admin.php:54 Zotlabs/Widget/Admin.php:64
+#: Zotlabs/Module/Admin/Logs.php:83
+msgid "Logs"
+msgstr "Logs"
-#: ../../include/ItemObject.php:250
-msgid "to"
-msgstr "para"
+#: Zotlabs/Widget/Admin.php:62
+#, fuzzy
+msgid "Addon Features"
+msgstr "Recursos adicionais"
-#: ../../include/ItemObject.php:251
-msgid "via"
-msgstr "via"
+#: Zotlabs/Widget/Channel_activities.php:29 Zotlabs/Module/Go.php:27
+#, fuzzy
+msgid "Welcome"
+msgstr "Bem-vindo(a) a %s"
-#: ../../include/ItemObject.php:252
-msgid "Wall-to-Wall"
-msgstr "Mural-para-mural"
+#: Zotlabs/Widget/Channel_activities.php:46
+#, fuzzy
+msgid "No recent activities"
+msgstr "Atividades recentes"
-#: ../../include/ItemObject.php:253
-msgid "via Wall-To-Wall:"
-msgstr "via Mural-para-mural"
+#: Zotlabs/Widget/Channel_activities.php:214
+#, fuzzy
+msgctxt "noun"
+msgid "new connection"
+msgid_plural "new connections"
+msgstr[0] "Novas conexões"
+msgstr[1] "Novas conexões"
-#: ../../include/ItemObject.php:288
-msgid "Save Bookmarks"
-msgstr "Salve Favoritos"
+#: Zotlabs/Widget/Channel_activities.php:220
+#, fuzzy
+msgctxt "noun"
+msgid "notice"
+msgid_plural "notices"
+msgstr[0] "Notificações"
+msgstr[1] "Notificações"
+
+#: Zotlabs/Widget/Appcategories.php:49
+#, fuzzy
+msgid "App Categories"
+msgstr "Categorias"
-#: ../../include/ItemObject.php:289
-msgid "Add to Calendar"
-msgstr "Adicione ao calendário"
+#: Zotlabs/Widget/Chatroom_members.php:17
+#, fuzzy
+msgid "Chat Members"
+msgstr "Membros"
-#: ../../include/ItemObject.php:297
-msgctxt "noun"
-msgid "Likes"
-msgstr "Gostaram"
+#: Zotlabs/Widget/Affinity.php:36 Zotlabs/Module/Contactedit.php:295
+#: Zotlabs/Module/Connedit.php:579
+msgid "Me"
+msgstr "Eu"
-#: ../../include/ItemObject.php:298
-msgctxt "noun"
-msgid "Dislikes"
-msgstr "Desgostaram"
+#: Zotlabs/Widget/Affinity.php:37 Zotlabs/Module/Contactedit.php:296
+#: Zotlabs/Module/Connedit.php:580
+msgid "Family"
+msgstr "Família"
-#: ../../include/ItemObject.php:329
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d comentário"
-msgstr[1] "%d comentários"
+#: Zotlabs/Widget/Affinity.php:39 Zotlabs/Module/Contactedit.php:298
+#: Zotlabs/Module/Connedit.php:582
+msgid "Acquaintances"
+msgstr "Conhecidos"
-#: ../../include/ItemObject.php:330 ../../include/js_strings.php:7
-msgid "[+] show all"
-msgstr "[+] mostrar todos"
+#: Zotlabs/Widget/Affinity.php:40 Zotlabs/Module/Connections.php:97
+#: Zotlabs/Module/Connections.php:111 Zotlabs/Module/Contactedit.php:299
+#: Zotlabs/Module/Connedit.php:583
+msgid "All"
+msgstr "Todos"
-#: ../../include/ItemObject.php:594 ../../mod/photos.php:1027
-#: ../../mod/photos.php:1114
-msgid "This is you"
-msgstr "Este(a) é você"
+#: Zotlabs/Widget/Affinity.php:60
+msgid "Refresh"
+msgstr "Atualizar"
-#: ../../include/ItemObject.php:596 ../../include/js_strings.php:6
-#: ../../mod/photos.php:1029 ../../mod/photos.php:1116
-msgid "Comment"
+#: Zotlabs/Widget/Savedsearch.php:81
+msgid "Remove term"
+msgstr "Remover termo"
+
+#: Zotlabs/Widget/Messages.php:32
+msgid "Public and restricted messages"
+msgstr ""
+
+#: Zotlabs/Widget/Messages.php:33
+#, fuzzy
+msgid "Direct messages"
+msgstr "Sua mensagem:"
+
+#: Zotlabs/Widget/Messages.php:34
+#, fuzzy
+msgid "Starred messages"
+msgstr "Mensagens de informação do sistema"
+
+#: Zotlabs/Widget/Messages.php:35 Zotlabs/Widget/Notifications.php:116
+#: Zotlabs/Widget/Notifications.php:117
+msgid "Notices"
+msgstr "Notificações"
+
+#: Zotlabs/Widget/Messages.php:37
+#, fuzzy
+msgid "No messages"
+msgstr "Sua mensagem:"
+
+#: Zotlabs/Widget/Messages.php:38
+msgid "Unseen"
+msgstr ""
+
+#: Zotlabs/Widget/Messages.php:39 Zotlabs/Widget/Notifications.php:34
+#: Zotlabs/Widget/Notifications.php:54 Zotlabs/Widget/Notifications.php:73
+#: Zotlabs/Widget/Notifications.php:134 Zotlabs/Widget/Notifications.php:167
+msgid "Filter by name or address"
+msgstr ""
+
+#: Zotlabs/Widget/Activity_order.php:96
+#, fuzzy
+msgid "Commented Date"
msgstr "Comentar"
-#: ../../include/ItemObject.php:597 ../../mod/mood.php:135
-#: ../../mod/settings.php:519 ../../mod/settings.php:631
-#: ../../mod/settings.php:660 ../../mod/settings.php:684
-#: ../../mod/settings.php:760 ../../mod/settings.php:945
-#: ../../mod/poke.php:166 ../../mod/profiles.php:643 ../../mod/chat.php:177
-#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:540
-#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58
-#: ../../mod/photos.php:563 ../../mod/photos.php:675 ../../mod/photos.php:990
-#: ../../mod/photos.php:1030 ../../mod/photos.php:1117
-#: ../../mod/sources.php:104 ../../mod/sources.php:138
-#: ../../mod/events.php:586 ../../mod/filestorage.php:137
-#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:414
-#: ../../mod/admin.php:725 ../../mod/admin.php:861 ../../mod/admin.php:994
-#: ../../mod/admin.php:1193 ../../mod/admin.php:1280 ../../mod/thing.php:284
-#: ../../mod/thing.php:327 ../../mod/import.php:475 ../../mod/invite.php:142
-#: ../../mod/mail.php:345 ../../mod/appman.php:99 ../../mod/poll.php:68
-#: ../../view/theme/apw/php/config.php:256
-#: ../../view/theme/blogga/php/config.php:67
-#: ../../view/theme/blogga/view/theme/blog/config.php:67
-#: ../../view/theme/redbasic/php/config.php:99
-msgid "Submit"
-msgstr "Enviar"
+#: Zotlabs/Widget/Activity_order.php:100
+msgid "Order by last commented date"
+msgstr ""
-#: ../../include/ItemObject.php:598
-msgid "Bold"
-msgstr "Negrito"
+#: Zotlabs/Widget/Activity_order.php:103
+#, fuzzy
+msgid "Posted Date"
+msgstr "Categorizar publicações"
-#: ../../include/ItemObject.php:599
-msgid "Italic"
-msgstr "Itálico"
+#: Zotlabs/Widget/Activity_order.php:107
+msgid "Order by last posted date"
+msgstr ""
-#: ../../include/ItemObject.php:600
-msgid "Underline"
-msgstr "Sublinhado"
+#: Zotlabs/Widget/Activity_order.php:110
+msgid "Date Unthreaded"
+msgstr ""
-#: ../../include/ItemObject.php:601
-msgid "Quote"
-msgstr "Citação"
+#: Zotlabs/Widget/Activity_order.php:114
+msgid "Order unthreaded by date"
+msgstr ""
-#: ../../include/ItemObject.php:602
-msgid "Code"
-msgstr "Código"
+#: Zotlabs/Widget/Activity_order.php:129
+msgid "Stream Order"
+msgstr ""
-#: ../../include/ItemObject.php:603
-msgid "Image"
-msgstr "Imagem"
+#: Zotlabs/Widget/Suggestedchats.php:36
+msgid "Suggested Chatrooms"
+msgstr "Salas de bate-papo sugeridas"
-#: ../../include/ItemObject.php:604
-msgid "Link"
-msgstr "Link"
+#: Zotlabs/Widget/Archive.php:49
+msgid "Archives"
+msgstr "Arquivos"
-#: ../../include/ItemObject.php:605
-msgid "Video"
-msgstr "Vídeo"
+#: Zotlabs/Widget/Chatroom_list.php:26
+#, fuzzy
+msgid "Overview"
+msgstr "Pré-visualizar"
-#: ../../include/js_strings.php:5
-msgid "Delete this item?"
-msgstr "Excluir este item?"
+#: Zotlabs/Widget/Notes.php:38 Zotlabs/Lib/Apps.php:375
+#: extend/addon/addons-official/workflow/workflow.php:2661
+msgid "Notes"
+msgstr "Notas"
-#: ../../include/js_strings.php:8
-msgid "[-] show less"
-msgstr "[-] mostra menos"
+#: Zotlabs/Widget/Notes.php:39
+msgid "Read mode"
+msgstr ""
-#: ../../include/js_strings.php:9
-msgid "[+] expand"
-msgstr "[+] expandir"
+#: Zotlabs/Widget/Notes.php:40
+#, fuzzy
+msgid "Edit mode"
+msgstr "Editar menu"
-#: ../../include/js_strings.php:10
-msgid "[-] collapse"
-msgstr "[-] colapsar"
+#: Zotlabs/Widget/Notes.php:41
+#, fuzzy
+msgid "Editing"
+msgstr "Editar coisa"
-#: ../../include/js_strings.php:11
-msgid "Password too short"
-msgstr "A senha é muito curta"
+#: Zotlabs/Widget/Notes.php:42
+msgid "Saving"
+msgstr ""
-#: ../../include/identity.php:1115 ../../mod/settings.php:1050
-msgid "Full Name:"
-msgstr "Nome completo:"
+#: Zotlabs/Widget/Notes.php:43
+#, fuzzy
+msgid "Saved"
+msgstr "Salvar"
-#: ../../include/js_strings.php:13 ../../mod/photos.php:39
-msgid "everybody"
-msgstr "todos"
+#: Zotlabs/Widget/Newmember.php:36
+#, fuzzy
+msgid "Profile Creation"
+msgstr "Fotos do perfil"
-#: ../../include/js_strings.php:14
-msgid "Secret Passphrase"
-msgstr "Frase secreta"
+#: Zotlabs/Widget/Newmember.php:38
+#, fuzzy
+msgid "Upload profile photo"
+msgstr "Usar como uma foto de perfil"
-#: ../../include/js_strings.php:15
-msgid "Passphrase hint"
-msgstr "Dica da frase secreta"
+#: Zotlabs/Widget/Newmember.php:39
+#, fuzzy
+msgid "Upload cover photo"
+msgstr "Enviar fotos"
-#: ../../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."
+#: Zotlabs/Widget/Newmember.php:43
+msgid "Find and Connect with others"
+msgstr ""
-#: ../../include/js_strings.php:17
-msgid "close all"
-msgstr "fechar tudo"
+#: Zotlabs/Widget/Newmember.php:45
+msgid "View the directory"
+msgstr ""
-#: ../../include/js_strings.php:18
-msgid "Nothing new here"
-msgstr "Nada de novo aqui"
+#: Zotlabs/Widget/Newmember.php:46 Zotlabs/Module/Go.php:38
+#, fuzzy
+msgid "View friend suggestions"
+msgstr "Você recebe uma sugestão de amizade"
-#: ../../include/js_strings.php:20
-msgid "timeago.prefixAgo"
-msgstr "timeago.prefixAgo"
+#: Zotlabs/Widget/Newmember.php:47
+#, fuzzy
+msgid "Manage your connections"
+msgstr "Pesquisar em suas conexões"
-#: ../../include/js_strings.php:21
-msgid "timeago.prefixFromNow"
-msgstr "timeago.prefixFromNow"
+#: Zotlabs/Widget/Newmember.php:50
+#, fuzzy
+msgid "Communicate"
+msgstr "Comentar"
-#: ../../include/js_strings.php:22
-msgid "ago"
-msgstr "atrás"
+#: Zotlabs/Widget/Newmember.php:52
+#, fuzzy
+msgid "View your channel homepage"
+msgstr "adicionou seu canal"
-#: ../../include/js_strings.php:23
-msgid "from now"
-msgstr "de agora"
+#: Zotlabs/Widget/Newmember.php:53
+msgid "View your network stream"
+msgstr ""
-#: ../../include/js_strings.php:24
-msgid "less than a minute"
-msgstr "menos de um minuto"
+#: Zotlabs/Widget/Newmember.php:59
+#, fuzzy
+msgid "Documentation"
+msgstr "Ajuda e documentação"
-#: ../../include/js_strings.php:25
-msgid "about a minute"
-msgstr "aproximadamente um minuto"
+#: Zotlabs/Widget/Newmember.php:62
+#, fuzzy
+msgid "Missing Features?"
+msgstr "Recursos adicionais"
-#: ../../include/js_strings.php:26
-#, php-format
-msgid "%d minutes"
-msgstr "%d minutos"
+#: Zotlabs/Widget/Newmember.php:64
+msgid "Pin apps to navigation bar"
+msgstr ""
-#: ../../include/js_strings.php:27
-msgid "about an hour"
-msgstr "aproximadamente uma hora"
+#: Zotlabs/Widget/Newmember.php:65
+msgid "Install more apps"
+msgstr ""
-#: ../../include/js_strings.php:28
-#, php-format
-msgid "about %d hours"
-msgstr "aproximadamente %d horas"
+#: Zotlabs/Widget/Newmember.php:76
+msgid "View public stream"
+msgstr ""
-#: ../../include/js_strings.php:29
-msgid "a day"
-msgstr "um dia"
+#: Zotlabs/Widget/Newmember.php:80 Zotlabs/Module/Settings/Display.php:201
+#, fuzzy
+msgid "New Member Links"
+msgstr "Membro do site (%s)"
-#: ../../include/js_strings.php:30
-#, php-format
-msgid "%d days"
-msgstr "%d dias"
+#: Zotlabs/Widget/Appstore.php:16
+#, fuzzy
+msgid "App Collections"
+msgstr "Todas as conexões"
-#: ../../include/js_strings.php:31
-msgid "about a month"
-msgstr "aproximadamente um mês"
+#: Zotlabs/Widget/Appstore.php:18
+msgid "Installed apps"
+msgstr ""
-#: ../../include/js_strings.php:32
-#, php-format
-msgid "%d months"
-msgstr "%d meses"
+#: Zotlabs/Widget/Appstore.php:19 Zotlabs/Module/Apps.php:51
+#, fuzzy
+msgid "Available Apps"
+msgstr "Disponível"
-#: ../../include/js_strings.php:33
-msgid "about a year"
-msgstr "aproximadamente um ano"
+#: Zotlabs/Widget/Activity_filter.php:44 Zotlabs/Widget/Notifications.php:62
+#, fuzzy
+msgid "Direct Messages"
+msgstr "Mensagem privada"
-#: ../../include/js_strings.php:34
-#, php-format
-msgid "%d years"
-msgstr "%d anos"
+#: Zotlabs/Widget/Activity_filter.php:48
+#, fuzzy
+msgid "Show direct (private) messages"
+msgstr "Você recebeu uma mensagem privada"
-#: ../../include/js_strings.php:35
-msgid " "
-msgstr " "
+#: Zotlabs/Widget/Activity_filter.php:53 Zotlabs/Widget/Notifications.php:81
+#, fuzzy
+msgid "Events"
+msgstr "evento"
-#: ../../include/js_strings.php:36
-msgid "timeago.numbers"
-msgstr "timeago.numbers"
+#: Zotlabs/Widget/Activity_filter.php:57
+msgid "Show posts that include events"
+msgstr ""
-#: ../../include/Contact.php:123
-msgid "New window"
-msgstr "Nova janela"
+#: Zotlabs/Widget/Activity_filter.php:63
+msgid "Polls"
+msgstr ""
-#: ../../include/Contact.php:124
-msgid "Open the selected location in a different window or browser tab"
-msgstr "Abre a localização selecionada em outra aba ou janela"
+#: Zotlabs/Widget/Activity_filter.php:67
+msgid "Show posts that include polls"
+msgstr ""
-#: ../../include/Contact.php:211 ../../mod/admin.php:649
+#: Zotlabs/Widget/Activity_filter.php:90
#, php-format
-msgid "User '%s' deleted"
-msgstr "O usuário/a '%s' foi deletado/a"
+msgid "Show posts related to the %s privacy group"
+msgstr ""
-#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23
-msgid "Male"
-msgstr "Masculino"
+#: Zotlabs/Widget/Activity_filter.php:99
+msgid "Show my privacy groups"
+msgstr ""
-#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23
-msgid "Female"
-msgstr "Feminino"
+#: Zotlabs/Widget/Activity_filter.php:123
+msgid "Show posts to this forum"
+msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "Atualmente masculino"
+#: Zotlabs/Widget/Activity_filter.php:134
+msgid "Show forums"
+msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "Atualmente feminino"
+#: Zotlabs/Widget/Activity_filter.php:148
+#, fuzzy
+msgid "Starred Posts"
+msgstr "Destacar publicações"
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "Masculino a maior parte do tempo"
+#: Zotlabs/Widget/Activity_filter.php:152
+msgid "Show posts that I have starred"
+msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Feminino a maior parte do tempo"
+#: Zotlabs/Widget/Activity_filter.php:163
+#, fuzzy
+msgid "Personal Posts"
+msgstr "Pessoal"
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Transgênero"
+#: Zotlabs/Widget/Activity_filter.php:167
+msgid "Show posts that mention or involve me"
+msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Intersexuado"
+#: Zotlabs/Widget/Activity_filter.php:190
+#, php-format
+msgid "Show posts that I have filed to %s"
+msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Transexual"
+#: Zotlabs/Widget/Activity_filter.php:200
+#, fuzzy
+msgid "Show filed post categories"
+msgstr "Categorizar publicações"
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Hermafrodita"
+#: Zotlabs/Widget/Activity_filter.php:214
+#, fuzzy
+msgid "Panel search"
+msgstr "Pesquisas salvas"
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "Neutro"
+#: Zotlabs/Widget/Activity_filter.php:224
+#, fuzzy
+msgid "Filter by name"
+msgstr "Nome do site"
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "Não específico"
+#: Zotlabs/Widget/Activity_filter.php:239
+#, fuzzy
+msgid "Remove active filter"
+msgstr "Remover termo"
-#: ../../include/profile_selectors.php:6
-#: ../../include/profile_selectors.php:23
-#: ../../include/profile_selectors.php:61
-#: ../../include/profile_selectors.php:97 ../../include/permissions.php:746
-msgid "Other"
-msgstr "Outro"
+#: Zotlabs/Widget/Activity_filter.php:255
+msgid "Stream Filters"
+msgstr ""
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Indeciso"
+#: Zotlabs/Widget/Tasklist.php:31
+msgid "Tasks"
+msgstr ""
-#: ../../include/profile_selectors.php:42
-#: ../../include/profile_selectors.php:61
-msgid "Males"
-msgstr "Homens"
+#: Zotlabs/Widget/Cover_photo.php:74
+#, fuzzy
+msgid "Click to show more"
+msgstr "Clique para abrir/fechar"
-#: ../../include/profile_selectors.php:42
-#: ../../include/profile_selectors.php:61
-msgid "Females"
-msgstr "Mulheres"
+#: Zotlabs/Widget/Notifications.php:24
+#, fuzzy
+msgid "New network activity notifications"
+msgstr "Sem novas notificações do sistema."
-#: ../../include/profile_selectors.php:42
-msgid "Gay"
-msgstr "Gays"
+#: Zotlabs/Widget/Notifications.php:27
+#, fuzzy
+msgid "Network stream"
+msgstr "Timeout da rede"
-#: ../../include/profile_selectors.php:42
-msgid "Lesbian"
-msgstr "Lésbicas"
+#: Zotlabs/Widget/Notifications.php:30 Zotlabs/Widget/Notifications.php:69
+#, fuzzy
+msgid "Mark all notifications read"
+msgstr "Enviar um e-mail de notificação quando:"
-#: ../../include/profile_selectors.php:42
-msgid "No Preference"
-msgstr "Sem preferência"
+#: Zotlabs/Widget/Notifications.php:33 Zotlabs/Widget/Notifications.php:53
+#: Zotlabs/Widget/Notifications.php:72 Zotlabs/Widget/Notifications.php:166
+msgid "Show new posts only"
+msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Bisexual"
-msgstr "Bissexuais"
+#: Zotlabs/Widget/Notifications.php:44
+#, fuzzy
+msgid "New home activity notifications"
+msgstr "Sem novas notificações do sistema."
-#: ../../include/profile_selectors.php:42
-msgid "Autosexual"
-msgstr "Autossexuais"
+#: Zotlabs/Widget/Notifications.php:47
+msgid "Home stream"
+msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Abstinent"
-msgstr "Abstinentes"
+#: Zotlabs/Widget/Notifications.php:50
+#, fuzzy
+msgid "Mark all notifications seen"
+msgstr "Enviar um e-mail de notificação quando:"
-#: ../../include/profile_selectors.php:42
-msgid "Virgin"
-msgstr "Virgens"
+#: Zotlabs/Widget/Notifications.php:63
+#, fuzzy
+msgid "New direct messages notifications"
+msgstr "Sem novas notificações do sistema."
-#: ../../include/profile_selectors.php:42
-msgid "Deviant"
-msgstr "Desviantes"
+#: Zotlabs/Widget/Notifications.php:66
+msgid "Direct messages stream"
+msgstr ""
-#: ../../include/profile_selectors.php:42
-msgid "Fetish"
-msgstr "Fetiches"
+#: Zotlabs/Widget/Notifications.php:82
+#, fuzzy
+msgid "New events notifications"
+msgstr "Notificações"
-#: ../../include/profile_selectors.php:42
-msgid "Oodles"
-msgstr "Abundância"
+#: Zotlabs/Widget/Notifications.php:85
+#, fuzzy
+msgid "View events"
+msgstr "Novo elemento"
-#: ../../include/profile_selectors.php:42
-msgid "Nonsexual"
-msgstr "Não sexuais"
+#: Zotlabs/Widget/Notifications.php:88
+#, fuzzy
+msgid "Mark all events seen"
+msgstr "Marcar todos como visto"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Single"
-msgstr "Solteiro(a)"
+#: Zotlabs/Widget/Notifications.php:96 Zotlabs/Module/Connections.php:168
+msgid "New Connections"
+msgstr "Novas conexões"
-#: ../../include/profile_selectors.php:80
-msgid "Lonely"
-msgstr "Solitário(a)"
+#: Zotlabs/Widget/Notifications.php:97
+#, fuzzy
+msgid "New connections notifications"
+msgstr "Novas conexões"
-#: ../../include/profile_selectors.php:80
-msgid "Available"
-msgstr "Disponível"
+#: Zotlabs/Widget/Notifications.php:100
+#, fuzzy
+msgid "View all connections"
+msgstr "Exibir todas as conexões"
-#: ../../include/profile_selectors.php:80
-msgid "Unavailable"
-msgstr "Não disponível"
+#: Zotlabs/Widget/Notifications.php:109
+#, fuzzy
+msgid "New files notifications"
+msgstr "Notificações"
-#: ../../include/profile_selectors.php:80
-msgid "Has crush"
-msgstr "Tem uma paixão"
+#: Zotlabs/Widget/Notifications.php:120
+#, fuzzy
+msgid "View all notices"
+msgstr "Ver tudo"
-#: ../../include/profile_selectors.php:80
-msgid "Infatuated"
-msgstr "Apaixonado"
+#: Zotlabs/Widget/Notifications.php:123
+#, fuzzy
+msgid "Mark all notices seen"
+msgstr "Marcar todos como visto"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Dating"
-msgstr "Saindo com alguém"
+#: Zotlabs/Widget/Notifications.php:144
+#, fuzzy
+msgid "Registrations"
+msgstr "Registro"
-#: ../../include/profile_selectors.php:80
-msgid "Unfaithful"
-msgstr "Infiel"
+#: Zotlabs/Widget/Notifications.php:145
+#, fuzzy
+msgid "New registrations notifications"
+msgstr "Sem novas notificações do sistema."
-#: ../../include/profile_selectors.php:80
-msgid "Sex Addict"
-msgstr "Viciado(a) em sexo"
+#: Zotlabs/Widget/Notifications.php:154 Zotlabs/Lib/Apps.php:380
+#: Zotlabs/Module/Pubstream.php:100
+msgid "Public Stream"
+msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Friends/Benefits"
-msgstr "Amigos com benefícios"
+#: Zotlabs/Widget/Notifications.php:155
+#, fuzzy
+msgid "New public stream notifications"
+msgstr "Sem novas notificações do sistema."
-#: ../../include/profile_selectors.php:80
-msgid "Casual"
-msgstr "Casual"
+#: Zotlabs/Widget/Notifications.php:158
+#, fuzzy
+msgid "Public stream"
+msgstr "Hubs Públicos"
-#: ../../include/profile_selectors.php:80
-msgid "Engaged"
-msgstr "Envolvido(a)"
+#: Zotlabs/Widget/Notifications.php:174
+msgid "Sorry, you have got no notifications at the moment"
+msgstr ""
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Married"
-msgstr "Casado(a)"
+#: Zotlabs/Lib/Activity.php:2391
+#, fuzzy, php-format
+msgid "Likes %1$s's %2$s"
+msgstr "%1$s [%2$s]"
-#: ../../include/profile_selectors.php:80
-msgid "Imaginarily married"
-msgstr "Casado imaginariamente"
+#: Zotlabs/Lib/Activity.php:2394
+#, php-format
+msgid "Doesn't like %1$s's %2$s"
+msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Partners"
-msgstr "Parceiros"
+#: Zotlabs/Lib/Activity.php:2400
+#, php-format
+msgid "Will attend %s's event"
+msgstr ""
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Cohabiting"
-msgstr "Coabitando"
+#: Zotlabs/Lib/Activity.php:2403
+#, fuzzy, php-format
+msgid "Will not attend %s's event"
+msgstr "Não vou comparecer"
-#: ../../include/profile_selectors.php:80
-msgid "Common law"
-msgstr "Direito comum"
+#: Zotlabs/Lib/Activity.php:2406
+#, fuzzy, php-format
+msgid "May attend %s's event"
+msgstr "%1$s talvez compareça em %3$s de %2$s"
-#: ../../include/profile_selectors.php:80
-msgid "Happy"
-msgstr "Feliz"
+#: Zotlabs/Lib/Activity.php:2409
+#, php-format
+msgid "May not attend %s's event"
+msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Not looking"
-msgstr "Não estou procurando"
+#: Zotlabs/Lib/ThreadItem.php:108
+#, fuzzy
+msgid "Restricted message"
+msgstr "Mensagem privada"
-#: ../../include/profile_selectors.php:80
-msgid "Swinger"
-msgstr "Swinger"
+#: Zotlabs/Lib/ThreadItem.php:115
+#, fuzzy
+msgid "Direct message"
+msgstr "Sua mensagem:"
-#: ../../include/profile_selectors.php:80
-msgid "Betrayed"
-msgstr "Traído(a)"
+#: Zotlabs/Lib/ThreadItem.php:120
+#, fuzzy
+msgid "Public Policy"
+msgstr "Somente Fóruns públicos"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Separated"
-msgstr "Separado(a)"
+#: Zotlabs/Lib/ThreadItem.php:152
+msgid "Privacy conflict. Discretion advised."
+msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Unstable"
-msgstr "Instável"
+#: Zotlabs/Lib/ThreadItem.php:183 Zotlabs/Storage/Browser.php:372
+#, fuzzy
+msgid "Admin Delete"
+msgstr "Excluir"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Divorced"
-msgstr "Divorciado(a)"
+#: Zotlabs/Lib/ThreadItem.php:186 Zotlabs/Module/Filer.php:55
+msgid "Save to Folder"
+msgstr "Salvar para pasta"
-#: ../../include/profile_selectors.php:80
-msgid "Imaginarily divorced"
-msgstr "Divorciado imaginariamente"
+#: Zotlabs/Lib/ThreadItem.php:229 Zotlabs/Lib/ThreadItem.php:242
+#: Zotlabs/Module/Photos.php:1126 Zotlabs/Module/Photos.php:1138
+msgid "View all"
+msgstr "Ver tudo"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "Widowed"
-msgstr "Viúvo(a)"
+#: Zotlabs/Lib/ThreadItem.php:310 Zotlabs/Module/Photos.php:1074
+msgid "I like this (toggle)"
+msgstr "Eu gostei disso (alterna)"
-#: ../../include/profile_selectors.php:80
-msgid "Uncertain"
-msgstr "Incerto(a)"
+#: Zotlabs/Lib/ThreadItem.php:311 Zotlabs/Module/Photos.php:1075
+msgid "I don't like this (toggle)"
+msgstr "Eu não gostei disso (alterna)"
-#: ../../include/profile_selectors.php:80
-#: ../../include/profile_selectors.php:97
-msgid "It's complicated"
-msgstr "É complicado"
+#: Zotlabs/Lib/ThreadItem.php:312
+#, fuzzy
+msgid "Reply on this comment"
+msgstr "Remover esta conta"
-#: ../../include/profile_selectors.php:80
-msgid "Don't care"
-msgstr "Não importa"
+#: Zotlabs/Lib/ThreadItem.php:312
+msgid "reply"
+msgstr ""
-#: ../../include/profile_selectors.php:80
-msgid "Ask me"
-msgstr "Pergunte-me"
+#: Zotlabs/Lib/ThreadItem.php:312
+msgid "Reply to"
+msgstr ""
-#: ../../include/auth.php:103
-msgid "Logged out."
-msgstr "Você saiu."
+#: Zotlabs/Lib/ThreadItem.php:335
+#, fuzzy
+msgid "Delivery Report"
+msgstr "Intervalo de entrega"
-#: ../../include/auth.php:249
-msgid "Failed authentication"
-msgstr "Não foi possível autenticar"
+#: Zotlabs/Lib/ThreadItem.php:355
+#, fuzzy, php-format
+msgid "%d Comment"
+msgid_plural "%d Comments"
+msgstr[0] "Comentar"
+msgstr[1] "Comentar"
-#: ../../include/auth.php:264 ../../mod/openid.php:188
-msgid "Login failed."
-msgstr "Não foi possível entrar."
+#: Zotlabs/Lib/ThreadItem.php:356
+#, php-format
+msgid "%d unseen"
+msgstr ""
-#: ../../include/permissions.php:13
-msgid "Can view my normal stream and posts"
-msgstr "Pode ver meus fluxo e publicações normais"
+#: Zotlabs/Lib/ThreadItem.php:406
+msgid "Forum"
+msgstr ""
-#: ../../include/permissions.php:14
-msgid "Can view my default channel profile"
-msgstr "Pode ver o perfil padrão do meu canal"
+#: Zotlabs/Lib/ThreadItem.php:413
+msgid "to"
+msgstr "para"
-#: ../../include/permissions.php:15
-msgid "Can view my photo albums"
-msgstr "Pode ver meus álbuns de fotos"
+#: Zotlabs/Lib/ThreadItem.php:415
+msgid "Wall-to-Wall"
+msgstr "Mural-para-mural"
-#: ../../include/permissions.php:16
-msgid "Can view my connections"
-msgstr "Pode ver minhas conexões"
+#: Zotlabs/Lib/ThreadItem.php:416
+msgid "via Wall-To-Wall:"
+msgstr "via Mural-para-mural"
-#: ../../include/permissions.php:17
-msgid "Can view my file storage"
-msgstr "Pode ver meu armazenamento de arquivos"
+#: Zotlabs/Lib/ThreadItem.php:444
+#, fuzzy
+msgid "Attend"
+msgstr "Comparecerão"
-#: ../../include/permissions.php:18
-msgid "Can view my webpages"
-msgstr "Pode ver minhas páginas web"
+#: Zotlabs/Lib/ThreadItem.php:462
+msgid "Go to previous comment"
+msgstr ""
-#: ../../include/permissions.php:21
-msgid "Can send me their channel stream and posts"
-msgstr "Pode me enviar seu fluxo e publicações"
+#: Zotlabs/Lib/ThreadItem.php:474
+#: extend/addon/addons-official/bookmarker/bookmarker.php:38
+msgid "Save Bookmarks"
+msgstr "Salve Favoritos"
-#: ../../include/permissions.php:22
-msgid "Can post on my channel page (\"wall\")"
-msgstr "Pode publicar na página do meu canal (\"mural\")"
+#: Zotlabs/Lib/ThreadItem.php:475
+msgid "Add to Calendar"
+msgstr "Adicione ao calendário"
-#: ../../include/apps.php:247 ../../mod/settings.php:84
-#: ../../mod/settings.php:613
-msgid "Update"
-msgstr "Atualizar"
+#: Zotlabs/Lib/ThreadItem.php:483 Zotlabs/Module/Notifications.php:111
+msgid "Mark all seen"
+msgstr "Marcar todos como visto"
+
+#: Zotlabs/Lib/ThreadItem.php:490 Zotlabs/Module/Photos.php:1260
+msgctxt "noun"
+msgid "Likes"
+msgstr "Gostaram"
+
+#: Zotlabs/Lib/ThreadItem.php:491 Zotlabs/Module/Photos.php:1261
+msgctxt "noun"
+msgid "Dislikes"
+msgstr "Desgostaram"
+
+#: Zotlabs/Lib/ThreadItem.php:829 Zotlabs/Module/Photos.php:1092
+#: Zotlabs/Module/Photos.php:1205
+msgid "This is you"
+msgstr "Este(a) é você"
-#: ../../include/permissions.php:24
-msgid "Can send me private mail messages"
-msgstr "Pode me enviar mensagens privadas"
+#: Zotlabs/Lib/ThreadItem.php:838
+msgid "Image"
+msgstr "Imagem"
-#: ../../include/permissions.php:25
-msgid "Can post photos to my photo albums"
-msgstr "Pode publicar fotos nos meus álbuns de fotos"
+#: Zotlabs/Lib/ThreadItem.php:840
+msgid "Insert Link"
+msgstr "Inserir link"
-#: ../../include/permissions.php:26
-msgid "Can like/dislike stuff"
-msgstr "Pode gostar/desgostar de coisas"
+#: Zotlabs/Lib/ThreadItem.php:841
+msgid "Video"
+msgstr "Vídeo"
-#: ../../include/permissions.php:26
-msgid "Profiles and things other than posts/comments"
-msgstr "Perfis e coisas que não publicações/comentários"
+#: Zotlabs/Lib/ThreadItem.php:850
+#, fuzzy
+msgid "Your full name (required)"
+msgstr "É obrigatório informar o nome do perfil."
-#: ../../include/permissions.php:28
-msgid "Can forward to all my channel contacts via post @mentions"
-msgstr "Pode encaminhar para todos os contatos do meu canal via @menções na publicação"
+#: Zotlabs/Lib/ThreadItem.php:851
+#, fuzzy
+msgid "Your email address (required)"
+msgstr "Seu endereço de e-mail"
+
+#: Zotlabs/Lib/ThreadItem.php:852
+#, fuzzy
+msgid "Your website URL (optional)"
+msgstr "Descreva (opcional)"
-#: ../../include/permissions.php:28
-msgid "Advanced - useful for creating group forum channels"
-msgstr "Avançado - útil para criar canais de fóruns de grupos"
+#: Zotlabs/Lib/Libzot.php:686
+#, fuzzy
+msgid "Unable to verify channel signature"
+msgstr "Não foi possível recuperar a identidade criada"
-#: ../../include/permissions.php:29
-msgid "Can chat with me (when available)"
-msgstr "Pode conversar comigo (quando disponívei)"
+#: Zotlabs/Lib/Enotify.php:60
+msgid "$Projectname Notification"
+msgstr "$Projectname Notificação"
-#: ../../include/permissions.php:30
-msgid "Can write to my file storage"
-msgstr "Pode escrever em meu armazenamento de arquivos"
+#: Zotlabs/Lib/Enotify.php:61 extend/addon/addons-official/diaspora/p.php:48
+#: extend/addon/addons-official/diaspora/util.php:346
+#: extend/addon/addons-official/diaspora/util.php:359
+msgid "$projectname"
+msgstr "$projectname"
-#: ../../include/permissions.php:31
-msgid "Can edit my webpages"
-msgstr "Pode editar minhas páginas web"
+#: Zotlabs/Lib/Enotify.php:63
+msgid "Thank You,"
+msgstr "Obrigado(a),"
-#: ../../include/permissions.php:33
-msgid "Can source my public posts in derived channels"
-msgstr "Pode usar minhas publicações públicas como fonte para canais derivados"
+#: Zotlabs/Lib/Enotify.php:65
+#: extend/addon/addons-official/hubwall/hubwall.php:33
+#, php-format
+msgid "%s Administrator"
+msgstr "Administrador de %s"
-#: ../../include/permissions.php:33
-msgid "Somewhat advanced - very useful in open communities"
-msgstr "Avançado - muito útil em comunidades abertas"
+#: Zotlabs/Lib/Enotify.php:66
+#, php-format
+msgid "This email was sent by %1$s at %2$s."
+msgstr ""
-#: ../../include/permissions.php:35
-msgid "Can administer my channel resources"
-msgstr "Pode administrar os recursos do meu canal"
+#: Zotlabs/Lib/Enotify.php:66 Zotlabs/Module/Home.php:87
+#: Zotlabs/Module/Home.php:95 Zotlabs/Module/Invite.php:238
+#: Zotlabs/Module/Invite.php:507 Zotlabs/Module/Invite.php:521
+#: extend/addon/addons-official/opensearch/opensearch.php:42
+msgid "$Projectname"
+msgstr "$Projectname"
-#: ../../include/permissions.php:35
+#: Zotlabs/Lib/Enotify.php:67
+#, php-format
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"
+"To stop receiving these messages, please adjust your Notification Settings "
+"at %s"
+msgstr ""
-#: ../../include/permissions.php:738
-msgid "Social Networking"
-msgstr "Rede social"
+#: Zotlabs/Lib/Enotify.php:68
+#, php-format
+msgid "To stop receiving these messages, please adjust your %s."
+msgstr ""
-#: ../../include/permissions.php:739 ../../include/permissions.php:741
-#: ../../include/permissions.php:743 ../../include/permissions.php:745
-msgid "Mostly Public"
-msgstr "Padrão público"
+#: Zotlabs/Lib/Enotify.php:68 Zotlabs/Module/Settings/Channel.php:241
+msgid "Notification Settings"
+msgstr "Configurações de notificação"
-#: ../../include/permissions.php:739 ../../include/permissions.php:741
-#: ../../include/permissions.php:743
-msgid "Restricted"
-msgstr "Restrito"
+#: Zotlabs/Lib/Enotify.php:123
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
-#: ../../include/permissions.php:739 ../../include/permissions.php:741
-msgid "Private"
-msgstr "Privado"
+#: Zotlabs/Lib/Enotify.php:131
+#, php-format
+msgid "[$Projectname:Notify] New direct message received at %s"
+msgstr ""
-#: ../../include/permissions.php:740
-msgid "Community Forum"
-msgstr "Fórum de comunidade"
+#: Zotlabs/Lib/Enotify.php:133
+#, php-format
+msgid "%1$s sent you a new direct message at %2$s"
+msgstr ""
-#: ../../include/permissions.php:742
-msgid "Feed Republish"
-msgstr "Republicação de feed"
+#: Zotlabs/Lib/Enotify.php:134
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s enviou %2$s para você."
-#: ../../include/permissions.php:744
-msgid "Celebrity/Soapbox"
-msgstr "Personalidade/Palanque"
+#: Zotlabs/Lib/Enotify.php:134
+#, fuzzy
+msgid "a direct message"
+msgstr "Sua mensagem:"
-#: ../../include/permissions.php:747
-msgid "Custom/Expert Mode"
-msgstr "Personalizado/Modo expert"
+#: Zotlabs/Lib/Enotify.php:135
+#, fuzzy, php-format
+msgid "Please visit %s to view and/or reply to your direct messages."
+msgstr "Por favor, visite %s para ver e/ou responder a conversa."
-#: ../../mod/mood.php:132
-msgid "Set your current mood and tell your friends"
-msgstr "Marque seu humor atual e compartilhe com seus amigos"
+#: Zotlabs/Lib/Enotify.php:148
+msgid "requested to comment on"
+msgstr ""
-#: ../../mod/mitem.php:14 ../../mod/menu.php:92
-msgid "Menu not found."
-msgstr "O menu não foi encontrado."
+#: Zotlabs/Lib/Enotify.php:148
+#, fuzzy
+msgid "commented on"
+msgstr "comentário"
-#: ../../mod/mitem.php:47
-msgid "Menu element updated."
-msgstr "O elemento de menu foi atualizado."
+#: Zotlabs/Lib/Enotify.php:161 Zotlabs/Lib/Enotify.php:314
+#, fuzzy
+msgid "requested to like"
+msgstr "Data de requisição"
-#: ../../mod/mitem.php:51
-msgid "Unable to update menu element."
-msgstr "Não foi possível atualizar o elemento de menu."
+#: Zotlabs/Lib/Enotify.php:161 Zotlabs/Lib/Enotify.php:314
+#, fuzzy
+msgid "liked"
+msgstr "gostei"
-#: ../../mod/mitem.php:57
-msgid "Menu element added."
-msgstr "O elemento de menu foi adicionado."
+#: Zotlabs/Lib/Enotify.php:164 Zotlabs/Lib/Enotify.php:317
+msgid "requested to dislike"
+msgstr ""
-#: ../../mod/mitem.php:61
-msgid "Unable to add menu element."
-msgstr "Não foi possível adicionar o elemento de menu."
+#: Zotlabs/Lib/Enotify.php:164 Zotlabs/Lib/Enotify.php:317
+#, fuzzy
+msgid "disliked"
+msgstr "não gostei"
-#: ../../mod/mitem.php:78 ../../mod/dirprofile.php:175 ../../mod/menu.php:120
-#: ../../mod/xchan.php:38
-msgid "Not found."
-msgstr "Não encontrado."
+#: Zotlabs/Lib/Enotify.php:169
+msgid "voted on"
+msgstr ""
-#: ../../mod/mitem.php:96
-msgid "Manage Menu Elements"
-msgstr "Administrar elementos de menu"
+#: Zotlabs/Lib/Enotify.php:212
+#, php-format
+msgid "%1$s %2$s [zrl=%3$s]a %4$s[/zrl]"
+msgstr ""
-#: ../../mod/mitem.php:99
-msgid "Edit menu"
-msgstr "Editar menu"
+#: Zotlabs/Lib/Enotify.php:220
+#, php-format
+msgid "%1$s %2$s [zrl=%3$s]%4$s's %5$s[/zrl]"
+msgstr ""
-#: ../../mod/mitem.php:102
-msgid "Edit element"
-msgstr "Editar elemento"
+#: Zotlabs/Lib/Enotify.php:229 Zotlabs/Lib/Enotify.php:321
+#, php-format
+msgid "%1$s %2$s [zrl=%3$s]your %4$s[/zrl]"
+msgstr ""
-#: ../../mod/mitem.php:103
-msgid "Drop element"
-msgstr "Descartar elemento"
+#: Zotlabs/Lib/Enotify.php:241
+#, php-format
+msgid "[$Projectname:Notify] Moderated Comment to conversation #%1$d by %2$s"
+msgstr ""
-#: ../../mod/mitem.php:104
-msgid "New element"
-msgstr "Novo elemento"
+#: Zotlabs/Lib/Enotify.php:243
+#, php-format
+msgid "[$Projectname:Notify] Comment to conversation #%1$d by %2$s"
+msgstr ""
-#: ../../mod/mitem.php:105
-msgid "Edit this menu container"
-msgstr "Editar esta caixa de menu"
+#: Zotlabs/Lib/Enotify.php:244
+#, php-format
+msgid "%1$s commented on an item/conversation you have been following"
+msgstr ""
-#: ../../mod/mitem.php:106
-msgid "Add menu element"
-msgstr "Adicionar um elemento de menu"
+#: Zotlabs/Lib/Enotify.php:247 Zotlabs/Lib/Enotify.php:341
+#: Zotlabs/Lib/Enotify.php:357 Zotlabs/Lib/Enotify.php:381
+#: Zotlabs/Lib/Enotify.php:398 Zotlabs/Lib/Enotify.php:411
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Por favor, visite %s para ver e/ou responder a conversa."
-#: ../../mod/mitem.php:107
-msgid "Delete this menu item"
-msgstr "Deleter este item de menu"
+#: Zotlabs/Lib/Enotify.php:251 Zotlabs/Lib/Enotify.php:252
+#, fuzzy, php-format
+msgid "Please visit %s to approve or reject this comment."
+msgstr "Por favor, visite %s para aprovar ou rejeitar a sugestão."
-#: ../../mod/mitem.php:108
-msgid "Edit this menu item"
-msgstr "Editar este item de menu"
+#: Zotlabs/Lib/Enotify.php:337
+#, php-format
+msgid "[$Projectname:Notify] Like received to conversation #%1$d by %2$s"
+msgstr ""
-#: ../../mod/mitem.php:131
-msgid "New Menu Element"
-msgstr "Novo elemento de menu"
+#: Zotlabs/Lib/Enotify.php:338
+#, php-format
+msgid "%1$s liked an item/conversation you created"
+msgstr ""
-#: ../../mod/mitem.php:133 ../../mod/mitem.php:176
-msgid "Menu Item Permissions"
-msgstr "Permissões do item do menu"
+#: Zotlabs/Lib/Enotify.php:349
+#, fuzzy, php-format
+msgid "[$Projectname:Notify] %s posted to your profile wall"
+msgstr "Alguém escrever no mural do seu perfil"
-#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:980
-msgid "(click to open/close)"
-msgstr "(clique para abrir/fechar)"
+#: Zotlabs/Lib/Enotify.php:351
+#, fuzzy, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "Alguém escrever no mural do seu perfil"
-#: ../../mod/mitem.php:136 ../../mod/mitem.php:180
-msgid "Link text"
-msgstr "Texto do link"
+#: Zotlabs/Lib/Enotify.php:353
+#, php-format
+msgid "%1$s posted to [zrl=%2$s]your wall[/zrl]"
+msgstr ""
-#: ../../mod/mitem.php:137 ../../mod/mitem.php:181
-msgid "URL of link"
-msgstr "URL do link"
+#: Zotlabs/Lib/Enotify.php:375
+#, fuzzy, php-format
+msgid "[$Projectname:Notify] %s tagged you"
+msgstr "$Projectname Notificação"
-#: ../../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"
+#: Zotlabs/Lib/Enotify.php:376
+#, fuzzy, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s enviou %2$s para você."
-#: ../../mod/mitem.php:139 ../../mod/mitem.php:183
-msgid "Open link in new window"
-msgstr "Abrir link em uma nova janela"
+#: Zotlabs/Lib/Enotify.php:377
+#, php-format
+msgid "%1$s [zrl=%2$s]tagged you[/zrl]."
+msgstr ""
-#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
-msgid "Order in list"
-msgstr "Ordem na lista"
+#: Zotlabs/Lib/Enotify.php:388
+#, php-format
+msgid "[$Projectname:Notify] %1$s poked you"
+msgstr ""
-#: ../../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"
+#: Zotlabs/Lib/Enotify.php:389
+#, fuzzy, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s enviou %2$s para você."
-#: ../../mod/mitem.php:154
-msgid "Menu item not found."
-msgstr "O item de menu não foi encontrado."
+#: Zotlabs/Lib/Enotify.php:390
+#, php-format
+msgid "%1$s [zrl=%2$s]poked you[/zrl]."
+msgstr ""
-#: ../../mod/mitem.php:163
-msgid "Menu item deleted."
-msgstr "O item de menu foi deletado."
+#: Zotlabs/Lib/Enotify.php:405
+#, php-format
+msgid "[$Projectname:Notify] %s tagged your post"
+msgstr ""
-#: ../../mod/mitem.php:165
-msgid "Menu item could not be deleted."
-msgstr "Não foi possível deletar o item de menu."
+#: Zotlabs/Lib/Enotify.php:406
+#, fuzzy, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s marcou %3$s de %2$s com %4$s"
-#: ../../mod/mitem.php:174
-msgid "Edit Menu Element"
-msgstr "Editar elemento de menu"
+#: Zotlabs/Lib/Enotify.php:407
+#, php-format
+msgid "%1$s tagged [zrl=%2$s]your post[/zrl]"
+msgstr ""
-#: ../../mod/mitem.php:186 ../../mod/menu.php:114
-msgid "Modify"
-msgstr "Modificar"
+#: Zotlabs/Lib/Enotify.php:418
+#, fuzzy
+msgid "[$Projectname:Notify] Introduction received"
+msgstr "$Projectname Notificação"
-#: ../../mod/achievements.php:34
-msgid "Some blurb about what to do when you're new here"
-msgstr "Alguma coisa sobre o que fazer quando se é novo aqui"
+#: Zotlabs/Lib/Enotify.php:419
+#, fuzzy, php-format
+msgid "You've received an new connection request from '%1$s' at %2$s"
+msgstr "Você recebe uma solicitação de conexão"
+
+#: Zotlabs/Lib/Enotify.php:420
+#, fuzzy, php-format
+msgid "You've received [zrl=%1$s]a new connection request[/zrl] from %2$s."
+msgstr "Você recebe uma solicitação de conexão"
+
+#: Zotlabs/Lib/Enotify.php:423 Zotlabs/Lib/Enotify.php:441
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Você pode visitar seu perfil em %s"
+
+#: Zotlabs/Lib/Enotify.php:425
+#, php-format
+msgid "Please visit %s to approve or reject the connection request."
+msgstr "Por favor, visite %s para aprovar ou rejeitar a solicitação."
+
+#: Zotlabs/Lib/Enotify.php:432
+#, fuzzy
+msgid "[$Projectname:Notify] Friend suggestion received"
+msgstr "$Projectname Notificação"
+
+#: Zotlabs/Lib/Enotify.php:433
+#, fuzzy, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "Você recebe uma sugestão de amizade"
+
+#: Zotlabs/Lib/Enotify.php:434
+#, fuzzy, php-format
+msgid "You've received [zrl=%1$s]a friend suggestion[/zrl] for %2$s from %3$s."
+msgstr "Você recebe uma sugestão de amizade"
+
+#: Zotlabs/Lib/Enotify.php:439
+msgid "Name:"
+msgstr "Nome:"
+
+#: Zotlabs/Lib/Enotify.php:440
+msgid "Photo:"
+msgstr "Foto:"
+
+#: Zotlabs/Lib/Enotify.php:443
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Por favor, visite %s para aprovar ou rejeitar a sugestão."
+
+#: Zotlabs/Lib/Enotify.php:668
+#, fuzzy
+msgid "[$Projectname:Notify]"
+msgstr "$Projectname Notificação"
+
+#: Zotlabs/Lib/Enotify.php:834
+#, fuzzy
+msgid "created a new poll"
+msgstr "criou uma nova publicação"
+
+#: Zotlabs/Lib/Enotify.php:834
+msgid "created a new post"
+msgstr "criou uma nova publicação"
+
+#: Zotlabs/Lib/Enotify.php:835
+#, fuzzy, php-format
+msgid "voted on %s's poll"
+msgstr "comentou a publicação de %s"
+
+#: Zotlabs/Lib/Enotify.php:835
+#, php-format
+msgid "commented on %s's post"
+msgstr "comentou a publicação de %s"
+
+#: Zotlabs/Lib/Enotify.php:839
+#, fuzzy, php-format
+msgid "repeated %s's post"
+msgstr "comentou a publicação de %s"
+
+#: Zotlabs/Lib/Enotify.php:843
+#, fuzzy, php-format
+msgid "liked %s's post"
+msgstr "comentou a publicação de %s"
+
+#: Zotlabs/Lib/Enotify.php:847
+#, fuzzy, php-format
+msgid "disliked %s's post"
+msgstr "Desgostar de publicações"
-#: ../../mod/ping.php:237
-msgid "sent you a private message"
-msgstr "lhe enviou uma mensagem privada"
+#: Zotlabs/Lib/Enotify.php:851 Zotlabs/Lib/Enotify.php:954
+msgid "shared a file with you"
+msgstr ""
+
+#: Zotlabs/Lib/Enotify.php:860
+#, php-format
+msgid "edited a post dated %s"
+msgstr ""
-#: ../../mod/ping.php:288
+#: Zotlabs/Lib/Enotify.php:863
+#, php-format
+msgid "edited a comment dated %s"
+msgstr ""
+
+#: Zotlabs/Lib/Enotify.php:939
msgid "added your channel"
msgstr "adicionou seu canal"
-#: ../../mod/ping.php:329
-msgid "posted an event"
-msgstr "publicou um evento"
+#: Zotlabs/Lib/Enotify.php:969
+msgid "sent you a direct message"
+msgstr ""
-#: ../../mod/acl.php:244
-msgid "network"
-msgstr "+ rede"
+#: Zotlabs/Lib/Enotify.php:976
+msgid "g A l F d"
+msgstr "G l d F"
-#: ../../mod/settings.php:71
-msgid "Name is required"
-msgstr "É necessário informar o nome"
+#: Zotlabs/Lib/Enotify.php:979
+msgid "[today]"
+msgstr "[hoje]"
-#: ../../mod/settings.php:75
-msgid "Key and Secret are required"
-msgstr "A chave e o segredo são obrigatórios"
+#: Zotlabs/Lib/Enotify.php:989
+#, fuzzy
+msgid "created an event"
+msgstr "criou uma nova publicação"
-#: ../../mod/settings.php:129
-msgid "Diaspora Policy Settings updated."
-msgstr "Configurações da política do Diáspora atualizadas."
+#: Zotlabs/Lib/Enotify.php:1004
+msgid "status verified"
+msgstr ""
-#: ../../mod/settings.php:237
-msgid "Passwords do not match. Password unchanged."
-msgstr "As senhas não correspondem. A senha não foi modificada."
+#: Zotlabs/Lib/Libsync.php:821
+#, php-format
+msgid "Unable to verify site signature for %s"
+msgstr ""
-#: ../../mod/settings.php:241
-msgid "Empty passwords are not allowed. Password unchanged."
-msgstr "Não é permitido uma senha em branco. A senha não foi modificada."
+#: Zotlabs/Lib/Techlevels.php:10
+msgid "0. Beginner/Basic"
+msgstr ""
-#: ../../mod/settings.php:255
-msgid "Password changed."
-msgstr "A senha foi modificada."
+#: Zotlabs/Lib/Techlevels.php:11
+msgid "1. Novice - not skilled but willing to learn"
+msgstr ""
-#: ../../mod/settings.php:257
-msgid "Password update failed. Please try again."
-msgstr "Não foi possível atualizar a senha. Por favor, tente novamente."
+#: Zotlabs/Lib/Techlevels.php:12
+msgid "2. Intermediate - somewhat comfortable"
+msgstr ""
-#: ../../mod/settings.php:271
-msgid "Not valid email."
-msgstr "Não é um e-mail válido"
+#: Zotlabs/Lib/Techlevels.php:13
+msgid "3. Advanced - very comfortable"
+msgstr ""
-#: ../../mod/settings.php:274
-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."
+#: Zotlabs/Lib/Techlevels.php:14
+msgid "4. Expert - I can write computer code"
+msgstr ""
-#: ../../mod/settings.php:283
-msgid "System failure storing new email. Please try again."
-msgstr "Falha do sistema ao armazenar novo e-mail. Por favor, tente novamente."
+#: Zotlabs/Lib/Techlevels.php:15
+msgid "5. Wizard - I probably know more than you do"
+msgstr ""
-#: ../../mod/settings.php:522
-msgid "Settings updated."
-msgstr "As configurações foram atualizadas."
+#: Zotlabs/Lib/Apps.php:329
+msgid "Affinity Tool"
+msgstr "Ferramenta de afinidade"
-#: ../../mod/settings.php:578 ../../mod/api.php:106 ../../mod/photos.php:556
-#: ../../mod/menu.php:88 ../../mod/filestorage.php:151
-#: ../../mod/filestorage.php:159 ../../mod/admin.php:424
-#: ../../mod/removeme.php:60 ../../view/theme/redbasic/php/config.php:102
-#: ../../view/theme/redbasic/php/config.php:127 ../../boot.php:1554
-msgid "No"
-msgstr "Não"
+#: Zotlabs/Lib/Apps.php:330
+#: extend/addon/addons-official/articles/articles.php:48
+#: extend/addon/addons-official/articles/articles.php:160
+#: extend/addon/addons-official/articles/Mod_Articles.php:228
+msgid "Articles"
+msgstr ""
-#: ../../mod/settings.php:578 ../../mod/api.php:105 ../../mod/photos.php:556
-#: ../../mod/menu.php:88 ../../mod/filestorage.php:151
-#: ../../mod/filestorage.php:159 ../../mod/admin.php:426
-#: ../../mod/removeme.php:60 ../../view/theme/redbasic/php/config.php:102
-#: ../../view/theme/redbasic/php/config.php:127 ../../boot.php:1554
-msgid "Yes"
-msgstr "Sim"
+#: Zotlabs/Lib/Apps.php:331 extend/addon/addons-official/cards/cards.php:48
+#: extend/addon/addons-official/cards/cards.php:160
+#: extend/addon/addons-official/cards/Mod_Cards.php:209
+msgid "Cards"
+msgstr ""
-#: ../../mod/settings.php:586 ../../mod/settings.php:612
-#: ../../mod/settings.php:648
-msgid "Add application"
-msgstr "Adicionar aplicação"
+#: Zotlabs/Lib/Apps.php:332
+#, fuzzy
+msgid "Site Admin"
+msgstr "Nome do site"
-#: ../../mod/settings.php:589
-msgid "Name of application"
-msgstr "Nome da aplicação"
+#: Zotlabs/Lib/Apps.php:333 extend/addon/addons-official/buglink/buglink.php:16
+msgid "Report Bug"
+msgstr ""
-#: ../../mod/settings.php:590 ../../mod/settings.php:616
-msgid "Consumer Key"
-msgstr "Chave de consumidor"
+#: Zotlabs/Lib/Apps.php:336
+#, fuzzy
+msgid "Content Filter"
+msgstr "Expiração de conteúdo"
-#: ../../mod/settings.php:590 ../../mod/settings.php:591
-msgid "Automatically generated - change if desired. Max length 20"
-msgstr "Gerado automaticamente - troque se desejável. Comprimento máximo 20"
+#: Zotlabs/Lib/Apps.php:337
+#: extend/addon/addons-official/content_import/Mod_content_import.php:133
+#, fuzzy
+msgid "Content Import"
+msgstr "Expiração de conteúdo"
-#: ../../mod/settings.php:591 ../../mod/settings.php:617
-msgid "Consumer Secret"
-msgstr "Segredo de consumidor"
+#: Zotlabs/Lib/Apps.php:339
+msgid "Remote Diagnostics"
+msgstr ""
-#: ../../mod/settings.php:592 ../../mod/settings.php:618
-msgid "Redirect"
-msgstr "Redirecionamento"
+#: Zotlabs/Lib/Apps.php:340
+msgid "Suggest Channels"
+msgstr "Sugerir canais"
-#: ../../mod/settings.php:592
-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"
+#: Zotlabs/Lib/Apps.php:342
+#, fuzzy
+msgid "Channel Manager"
+msgstr "Nome do canal"
-#: ../../mod/settings.php:593 ../../mod/settings.php:619
-msgid "Icon url"
-msgstr "URL do ícone"
+#: Zotlabs/Lib/Apps.php:343
+msgid "Stream"
+msgstr ""
-#: ../../mod/settings.php:593
-msgid "Optional"
-msgstr "Opcional"
+#: Zotlabs/Lib/Apps.php:354
+msgid "Mail"
+msgstr ""
-#: ../../mod/settings.php:604
-msgid "You can't edit this application."
-msgstr "Você não pode editar esta aplicação."
+#: Zotlabs/Lib/Apps.php:355 Zotlabs/Module/Mood.php:152
+msgid "Mood"
+msgstr ""
-#: ../../mod/settings.php:647
-msgid "Connected Apps"
-msgstr "Aplicações conectadas"
+#: Zotlabs/Lib/Apps.php:357
+msgid "Chat"
+msgstr ""
-#: ../../mod/settings.php:651
-msgid "Client key starts with"
-msgstr "Chave do cliente começa com"
+#: Zotlabs/Lib/Apps.php:359
+msgid "Probe"
+msgstr ""
-#: ../../mod/settings.php:652
-msgid "No name"
-msgstr "Sem nome"
+#: Zotlabs/Lib/Apps.php:360
+#, fuzzy
+msgid "Suggest"
+msgstr "Sugestões"
-#: ../../mod/settings.php:653
-msgid "Remove authorization"
-msgstr "Remover autorização"
+#: Zotlabs/Lib/Apps.php:361
+#, fuzzy
+msgid "Random Channel"
+msgstr "Remover canal"
-#: ../../mod/settings.php:667
-msgid "No feature settings configured"
-msgstr "Não foi definida nenhuma configuração do recurso"
+#: Zotlabs/Lib/Apps.php:362
+msgid "Invite"
+msgstr ""
-#: ../../mod/settings.php:683
-msgid "Feature/Addon Settings"
-msgstr "Configuração de Característica/Plugins"
+#: Zotlabs/Lib/Apps.php:364
+#: extend/addon/addons-official/openid/MysqlProvider.php:69
+msgid "Language"
+msgstr ""
-#: ../../mod/settings.php:685
-msgid "Settings for the built-in Diaspora emulator"
-msgstr "Configurações para construir um emulador de Diáspora"
+#: Zotlabs/Lib/Apps.php:365 Zotlabs/Storage/Browser.php:410
+msgid "Post"
+msgstr ""
-#: ../../mod/settings.php:686
-msgid "Allow any Diaspora member to comment on your public posts"
-msgstr "Permitir que qualquer membro do Diaspora comente em suas postagens públicas"
+#: Zotlabs/Lib/Apps.php:366
+#: extend/addon/addons-official/openid/MysqlProvider.php:58
+#: extend/addon/addons-official/openid/MysqlProvider.php:59
+#: extend/addon/addons-official/openid/MysqlProvider.php:60
+#, fuzzy
+msgid "Profile Photo"
+msgstr "Fotos do perfil"
-#: ../../mod/settings.php:687
-msgid "Diaspora Policy Settings"
-msgstr "Configurações de Política do Diáspora"
+#: Zotlabs/Lib/Apps.php:370
+msgid "Notifications"
+msgstr "Notificações"
-#: ../../mod/settings.php:688
-msgid "Prevent your hashtags from being redirected to other sites"
-msgstr "Previne que suas hashtags sejam redirecionadas para outros sítios"
+#: Zotlabs/Lib/Apps.php:371
+#, fuzzy
+msgid "Order Apps"
+msgstr "Ordem na lista"
-#: ../../mod/settings.php:712
-msgid "Account Settings"
-msgstr "Configurações da conta"
+#: Zotlabs/Lib/Apps.php:372
+msgid "CardDAV"
+msgstr ""
-#: ../../mod/settings.php:713
-msgid "Enter New Password:"
-msgstr "Digite a Nova Senha:"
+#: Zotlabs/Lib/Apps.php:373 Zotlabs/Module/Sources.php:105
+msgid "Channel Sources"
+msgstr "Fontes do canal"
-#: ../../mod/settings.php:714
-msgid "Confirm New Password:"
-msgstr "Confirme a Nova Senha:"
+#: Zotlabs/Lib/Apps.php:374 Zotlabs/Module/Tokens.php:288
+msgid "Guest Access"
+msgstr ""
-#: ../../mod/settings.php:714
-msgid "Leave password fields blank unless changing"
-msgstr "Deixe os campos de senha em branco, a não ser que você queira alterá-la"
+#: Zotlabs/Lib/Apps.php:376
+msgid "OAuth Apps Manager"
+msgstr ""
-#: ../../mod/settings.php:716 ../../mod/settings.php:1051
-msgid "Email Address:"
-msgstr "Endereço de e-mail:"
+#: Zotlabs/Lib/Apps.php:377
+msgid "OAuth2 Apps Manager"
+msgstr ""
-#: ../../mod/settings.php:717 ../../mod/removeaccount.php:61
-msgid "Remove Account"
-msgstr "Remover conta"
+#: Zotlabs/Lib/Apps.php:378
+msgid "PDL Editor"
+msgstr ""
-#: ../../mod/settings.php:718
-msgid "Remove this account including all its channels"
-msgstr "Exclua esta conta, incluindo todos seus canais"
+#: Zotlabs/Lib/Apps.php:379 Zotlabs/Module/Permcats.php:248
+msgid "Contact Roles"
+msgstr ""
-#: ../../mod/settings.php:734
-msgid "Off"
-msgstr "Desligado"
+#: Zotlabs/Lib/Apps.php:381
+#, fuzzy
+msgid "My Chatrooms"
+msgstr "Nova sala de bate-papo"
-#: ../../mod/settings.php:734
-msgid "On"
-msgstr "Ligado"
+#: Zotlabs/Lib/Apps.php:382
+#, fuzzy
+msgid "Channel Export"
+msgstr "Fontes do canal"
-#: ../../mod/settings.php:741
-msgid "Additional Features"
-msgstr "Recursos adicionais"
+#: Zotlabs/Lib/Apps.php:563 Zotlabs/Module/Cdav.php:1044
+#: Zotlabs/Module/Cdav.php:1384 Zotlabs/Module/Oauth.php:53
+#: Zotlabs/Module/Oauth.php:135 Zotlabs/Module/Admin/Addons.php:460
+#: Zotlabs/Module/Oauth2.php:58 Zotlabs/Module/Oauth2.php:142
+#: Zotlabs/Module/Connedit.php:748
+msgid "Update"
+msgstr "Atualizar"
-#: ../../mod/settings.php:765
-msgid "Connector Settings"
-msgstr "Configurações do conector"
+#: Zotlabs/Lib/Apps.php:563 Zotlabs/Module/Admin/Addons.php:429
+#, fuzzy
+msgid "Install"
+msgstr "Instável"
-#: ../../mod/settings.php:804
-msgid "No special theme for mobile devices"
-msgstr "Sem tema especial para aparelhos móveis"
+#: Zotlabs/Lib/Apps.php:593 Zotlabs/Lib/Apps.php:615
+msgid "Purchase"
+msgstr ""
-#: ../../mod/settings.php:807
-#, php-format
-msgid "%s - (Experimental)"
-msgstr "%s - (Experimental)"
+#: Zotlabs/Lib/Apps.php:620
+#, fuzzy
+msgid "Undelete"
+msgstr "Excluir"
-#: ../../mod/settings.php:810 ../../mod/admin.php:396
-msgid "mobile"
-msgstr "móvel"
+#: Zotlabs/Lib/Apps.php:628
+#, fuzzy
+msgid "Add to app-tray"
+msgstr "Adicione ao calendário"
-#: ../../mod/settings.php:846
-msgid "Display Settings"
-msgstr "Configurações de exibição"
+#: Zotlabs/Lib/Apps.php:629
+#, fuzzy
+msgid "Remove from app-tray"
+msgstr "remover do arquivo"
-#: ../../mod/settings.php:852
-msgid "Display Theme:"
-msgstr "Tema do perfil:"
+#: Zotlabs/Lib/Apps.php:630
+#, fuzzy
+msgid "Pin to navbar"
+msgstr "Barra de navegação estreita"
-#: ../../mod/settings.php:853
-msgid "Mobile Theme:"
-msgstr "Tema móvel:"
+#: Zotlabs/Lib/Apps.php:631
+#, fuzzy
+msgid "Unpin from navbar"
+msgstr "Barra de navegação estreita"
-#: ../../mod/settings.php:854
-msgid "Enable user zoom on mobile devices"
-msgstr "Permitir zoom pelo usuário em dispositivos móveis"
+#: Zotlabs/Lib/Libzotdir.php:163
+msgid "Directory Options"
+msgstr "Opções do Diretório"
-#: ../../mod/settings.php:855
-msgid "Update browser every xx seconds"
-msgstr "Atualizar navegador a cada xx segundos"
+#: Zotlabs/Lib/Libzotdir.php:165
+msgid "Safe Mode"
+msgstr "Modo tranquilo"
-#: ../../mod/settings.php:855
-msgid "Minimum of 10 seconds, no maximum"
-msgstr "Mínimo de 10 segundos, sem máximo"
+#: Zotlabs/Lib/Libzotdir.php:166
+msgid "Public Forums Only"
+msgstr "Somente Fóruns públicos"
-#: ../../mod/settings.php:856
-msgid "Maximum number of conversations to load at any time:"
-msgstr "Número máximo permitido de conversas carregadas:"
+#: Zotlabs/Lib/Libzotdir.php:168
+msgid "This Website Only"
+msgstr "Somente este Website"
-#: ../../mod/settings.php:856
-msgid "Maximum of 100 items"
-msgstr "Máximo de 100 itens"
+#: Zotlabs/Lib/DB_Upgrade.php:67
+#, fuzzy
+msgid "Source code of failed update: "
+msgstr "Nenhuma falha nas atualizações."
-#: ../../mod/settings.php:857
-msgid "Show emoticons (smilies) as images"
-msgstr "Mostrar emoticons (smilies) como imagens"
+#: Zotlabs/Lib/DB_Upgrade.php:88
+#, php-format
+msgid "Update Error at %s"
+msgstr "Erro de atualização em %s"
-#: ../../mod/settings.php:858
-msgid "Link post titles to source"
-msgstr "Ligar o título dos posts à fonte"
+#: Zotlabs/Lib/DB_Upgrade.php:94
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "A atualização %s falhou. Veja os logs de erro."
-#: ../../mod/settings.php:859
-msgid "System Page Layout Editor - (advanced)"
-msgstr "Editor de layout de página do sistema - (avançado)"
+#: Zotlabs/Lib/Chatroom.php:25
+msgid "Missing room name"
+msgstr "Nome da sala vazio"
-#: ../../mod/settings.php:862
-msgid "Use blog/list mode on channel page"
-msgstr "Usar modo blog/lista na página do canal"
+#: Zotlabs/Lib/Chatroom.php:34
+msgid "Duplicate room name"
+msgstr "Nome da sala duplicado"
-#: ../../mod/settings.php:862 ../../mod/settings.php:863
-msgid "(comments displayed separately)"
-msgstr "(comentários mostrados separadamente)"
+#: Zotlabs/Lib/Chatroom.php:84 Zotlabs/Lib/Chatroom.php:92
+msgid "Invalid room specifier."
+msgstr "Especificador de sala inválido."
-#: ../../mod/settings.php:863
-msgid "Use blog/list mode on matrix page"
-msgstr "Use modo de blogue/lista na página da matriz"
+#: Zotlabs/Lib/Chatroom.php:124
+msgid "Room not found."
+msgstr "A sala não foi encontrada."
-#: ../../mod/settings.php:864
-msgid "Channel page max height of content (in pixels)"
-msgstr "Altura máxima do conteúdo na página (em pixels)"
+#: Zotlabs/Lib/Chatroom.php:145
+msgid "Room is full"
+msgstr "A sala está cheia"
-#: ../../mod/settings.php:864 ../../mod/settings.php:865
-msgid "click to expand content exceeding this height"
-msgstr "clique para expandir o conteúdo que excede essa altura"
+#: Zotlabs/Lib/Connect.php:46 Zotlabs/Lib/Connect.php:147
+msgid "Channel is blocked on this site."
+msgstr "O canal está bloqueado neste site."
-#: ../../mod/settings.php:865
-msgid "Matrix page max height of content (in pixels)"
-msgstr "Máxima altura de conteúdo na página Matriz (in pixesl)"
+#: Zotlabs/Lib/Connect.php:51
+msgid "Channel location missing."
+msgstr "A localização do canal foi perdida"
-#: ../../mod/settings.php:899
-msgid "Nobody except yourself"
-msgstr "Ninguém exceto você mesmo"
+#: Zotlabs/Lib/Connect.php:105
+#, fuzzy
+msgid "Remote channel or protocol unavailable."
+msgstr "A atualização falhou - o canal está indisponível no momento."
-#: ../../mod/settings.php:900
-msgid "Only those you specifically allow"
-msgstr "Apenas quem você der permissão"
+#: Zotlabs/Lib/Connect.php:141
+msgid "Channel discovery failed."
+msgstr "A descoberta de canais falhou."
-#: ../../mod/settings.php:901
-msgid "Approved connections"
-msgstr "Conexões aprovadas"
+#: Zotlabs/Lib/Connect.php:159
+msgid "Protocol disabled."
+msgstr "Protocolo desabilitado."
-#: ../../mod/settings.php:902
-msgid "Any connections"
-msgstr "Quaisquer conexões"
+#: Zotlabs/Lib/Connect.php:171
+msgid "Cannot connect to yourself."
+msgstr "Não é possível conectar-se consigo mesmo."
-#: ../../mod/settings.php:903
-msgid "Anybody on this website"
-msgstr "Qualquer um neste site"
+#: Zotlabs/Lib/Connect.php:276
+msgid "error saving data"
+msgstr ""
-#: ../../mod/settings.php:904
-msgid "Anybody in this network"
+#: Zotlabs/Lib/PermissionDescription.php:108
+#: Zotlabs/Access/PermissionRoles.php:384
+#, fuzzy
+msgid "Public"
+msgstr "Hubs Públicos"
+
+#: Zotlabs/Lib/PermissionDescription.php:109
+#, fuzzy
+msgid "Anybody in the $Projectname network"
msgstr "Qualquer um nesta rede"
-#: ../../mod/settings.php:905
-msgid "Anybody authenticated"
-msgstr "Qualquer um autenticado"
+#: Zotlabs/Lib/PermissionDescription.php:110
+#, fuzzy, php-format
+msgid "Any account on %s"
+msgstr "Quaisquer conexões"
-#: ../../mod/settings.php:906
-msgid "Anybody on the internet"
-msgstr "Qualquer um na internet"
+#: Zotlabs/Lib/PermissionDescription.php:111
+#, fuzzy
+msgid "Any of my connections"
+msgstr "Quaisquer conexões"
-#: ../../mod/settings.php:980
-msgid "Publish your default profile in the network directory"
-msgstr "Publicar seu perfil padrão no diretório da rede?"
+#: Zotlabs/Lib/PermissionDescription.php:112
+#, fuzzy
+msgid "Only connections I specifically allow"
+msgstr "Apenas quem você der permissão"
-#: ../../mod/settings.php:985
-msgid "Allow us to suggest you as a potential friend to new members?"
-msgstr "Permitir sugerir você como amigo potencial para outros membros?"
+#: Zotlabs/Lib/PermissionDescription.php:113
+msgid "Anybody authenticated (could include visitors from other networks)"
+msgstr ""
-#: ../../mod/settings.php:989 ../../mod/profile_photo.php:366
-msgid "or"
-msgstr "ou"
+#: Zotlabs/Lib/PermissionDescription.php:114
+msgid "Any connections including those who haven't yet been approved"
+msgstr ""
-#: ../../mod/settings.php:994
-msgid "Your channel address is"
-msgstr "O endereço do seu canal é"
+#: Zotlabs/Lib/PermissionDescription.php:150
+msgid ""
+"This is your default setting for the audience of your normal stream, and "
+"posts."
+msgstr ""
-#: ../../mod/settings.php:1042
-msgid "Channel Settings"
-msgstr "Configurações do canal"
+#: Zotlabs/Lib/PermissionDescription.php:151
+#, fuzzy
+msgid ""
+"This is your default setting for who can view your default channel profile"
+msgstr "Pode ver o perfil padrão do meu canal"
-#: ../../mod/settings.php:1049
-msgid "Basic Settings"
-msgstr "Configurações básicas"
+#: Zotlabs/Lib/PermissionDescription.php:152
+msgid "This is your default setting for who can view your connections"
+msgstr ""
-#: ../../mod/settings.php:1052
-msgid "Your Timezone:"
-msgstr "Seu fuso horário:"
+#: Zotlabs/Lib/PermissionDescription.php:153
+msgid ""
+"This is your default setting for who can view your file storage and photos"
+msgstr ""
-#: ../../mod/settings.php:1053
-msgid "Default Post Location:"
-msgstr "Localização padrão de suas publicações:"
+#: Zotlabs/Lib/PermissionDescription.php:154
+msgid "This is your default setting for the audience of your webpages"
+msgstr ""
-#: ../../mod/settings.php:1053
-msgid "Geographical location to display on your posts"
-msgstr "Localização geográfica para exibir em suas publicações"
+#: Zotlabs/Lib/Permcat.php:83
+#, fuzzy
+msgctxt "permcat"
+msgid "Default"
+msgstr "Default"
+
+#: Zotlabs/Lib/AccessList.php:26
+#, fuzzy
+msgid ""
+"A deleted privacy group with this name was revived. Existing item "
+"permissions <strong>may</strong> apply to this privacy group and any future "
+"members. If this is not what you intended, please create another privacy "
+"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."
+
+#: Zotlabs/Lib/AccessList.php:268
+#, fuzzy
+msgid "Select a privacy group"
+msgstr "Selecione um perfil"
-#: ../../mod/settings.php:1054
-msgid "Use Browser Location:"
-msgstr "Usar localizador do navegador:"
+#: Zotlabs/Module/Service_limits.php:23
+msgid "No service class restrictions found."
+msgstr "Não foram encontradas restrições de classe de serviço."
-#: ../../mod/settings.php:1056
-msgid "Adult Content"
-msgstr "Conteúdo adulto"
+#: Zotlabs/Module/Pubsites.php:26
+msgid "Public Hubs"
+msgstr "Hubs Públicos"
-#: ../../mod/settings.php:1056
+#: Zotlabs/Module/Pubsites.php:29
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)"
+"The listed hubs allow public registration for the $Projectname network. All "
+"hubs in the network are interlinked so membership on any of them conveys "
+"membership in the network as a whole. Some hubs may require subscription or "
+"provide tiered service plans. The hub itself <strong>may</strong> provide "
+"additional details."
+msgstr ""
-#: ../../mod/settings.php:1058
-msgid "Security and Privacy Settings"
-msgstr "Configurações de segurança e privacidade"
+#: Zotlabs/Module/Pubsites.php:35
+msgid "Hub URL"
+msgstr ""
-#: ../../mod/settings.php:1060
-msgid "Your permissions are already configured. Click to view/adjust"
-msgstr "Suas permissões já foram configuradas. Clique para vê-las/ajustá-las"
+#: Zotlabs/Module/Pubsites.php:35
+msgid "Access Type"
+msgstr "Tipo de acesso"
+
+#: Zotlabs/Module/Pubsites.php:35
+#, fuzzy
+msgid "Registration Policy"
+msgstr "Registro"
-#: ../../mod/settings.php:1062
-msgid "Hide my online presence"
-msgstr "Esconda minha presença online"
+#: Zotlabs/Module/Pubsites.php:35
+#, fuzzy
+msgid "Stats"
+msgstr "Status"
-#: ../../mod/settings.php:1062
-msgid "Prevents displaying in your profile that you are online"
-msgstr "Previne exibir em seu perfil que você está online"
+#: Zotlabs/Module/Pubsites.php:35
+msgid "Software"
+msgstr ""
-#: ../../mod/settings.php:1064
-msgid "Simple Privacy Settings:"
-msgstr "Configurações de privacidade simples:"
+#: Zotlabs/Module/Pubsites.php:37
+#, fuzzy
+msgid "Ratings"
+msgstr "Avaliação"
-#: ../../mod/settings.php:1065
-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>"
+#: Zotlabs/Module/Pubsites.php:51
+#, fuzzy
+msgid "Rate"
+msgstr "Avalie-me"
+
+#: Zotlabs/Module/Pubsites.php:62 Zotlabs/Module/Webpages.php:256
+#: Zotlabs/Module/Layouts.php:196 Zotlabs/Module/Blocks.php:164
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:216
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:406
+msgid "View"
+msgstr "Ver"
+
+#: Zotlabs/Module/Rbmark.php:93
+msgid "Select a bookmark folder"
+msgstr "Escolha uma pasta de links onde guardar"
+
+#: Zotlabs/Module/Rbmark.php:98
+msgid "Save Bookmark"
+msgstr "Guardar link"
+
+#: Zotlabs/Module/Rbmark.php:99
+msgid "URL of bookmark"
+msgstr "URL do link guardado"
+
+#: Zotlabs/Module/Rbmark.php:100 Zotlabs/Module/Cdav.php:1005
+#: Zotlabs/Module/Appman.php:220
+#: extend/addon/addons-official/rendezvous/rendezvous.php:173
+#: extend/addon/addons-official/cart/submodules/manualcat.php:260
+#: extend/addon/addons-official/cart/submodules/hzservices.php:657
+msgid "Description"
+msgstr "Descrição"
+
+#: Zotlabs/Module/Rbmark.php:104
+msgid "Or enter new bookmark folder name"
+msgstr "Ou digite o nome para uma nova pasta de links"
+
+#: Zotlabs/Module/Tokens.php:94
+#, php-format
+msgid "This channel is limited to %d tokens"
+msgstr ""
+
+#: Zotlabs/Module/Tokens.php:100
+#, fuzzy
+msgid "Name and Password are required."
+msgstr "A chave e o segredo são obrigatórios"
+
+#: Zotlabs/Module/Tokens.php:215
+msgid "Token saved."
+msgstr ""
-#: ../../mod/settings.php:1066
+#: Zotlabs/Module/Tokens.php:261
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>"
+"Use this form to create temporary access identifiers to share things with "
+"non-members. These identities may be used in privacy groups and visitors may "
+"login using these credentials to access private content."
+msgstr ""
+
+#: Zotlabs/Module/Tokens.php:274
+#, fuzzy
+msgid "Please select a role for this guest!"
+msgstr "Por favor, selecione o fuso horário padrão para o seu site"
+
+#: Zotlabs/Module/Tokens.php:287
+#, fuzzy
+msgid "Select a role for this guest"
+msgstr "Selecione um perfil"
+
+#: Zotlabs/Module/Tokens.php:291
+#, fuzzy
+msgid "Login Name"
+msgstr "Nome do Link"
+
+#: Zotlabs/Module/Tokens.php:292
+#, fuzzy
+msgid "Login Password"
+msgstr "Senha do usuário do banco de dados"
-#: ../../mod/settings.php:1067
-msgid "Private - <em>default private, never open or public</em>"
-msgstr "Privado - <em>privado por padrão, nunca aberto ou público</em>"
+#: Zotlabs/Module/Tokens.php:293
+msgid "Expires (yyyy-mm-dd)"
+msgstr ""
-#: ../../mod/settings.php:1068
-msgid "Blocked - <em>default blocked to/from everybody</em>"
-msgstr "Bloqueado - <em>por padrão bloquado de/para todos</em>"
+#: Zotlabs/Module/Notify.php:85 Zotlabs/Module/Notifications.php:106
+msgid "No more system notifications."
+msgstr "Sem novas notificações do sistema."
-#: ../../mod/settings.php:1070
-msgid "Allow others to tag your posts"
-msgstr "Permitir que outros etiquetem suas publicações"
+#: Zotlabs/Module/Notify.php:89 Zotlabs/Module/Notifications.php:110
+msgid "System Notifications"
+msgstr "Notificações do sistema"
+
+#: Zotlabs/Module/Attach.php:22 Zotlabs/Module/Block.php:41
+#: Zotlabs/Module/Cal.php:31 Zotlabs/Module/Attach_edit.php:52
+#: Zotlabs/Module/Chanview.php:95 Zotlabs/Module/Wall_upload.php:30
+#: Zotlabs/Module/Page.php:75
+#: extend/addon/addons-official/cards/Mod_Card_edit.php:44
+#: extend/addon/addons-official/articles/Mod_Article_edit.php:44
+msgid "Channel not found."
+msgstr "O canal não foi encontrado."
-#: ../../mod/settings.php:1070
+#: Zotlabs/Module/Attach.php:68
+msgid "Item not available."
+msgstr "O item não está disponível."
+
+#: Zotlabs/Module/Removeaccount.php:35
msgid ""
-"Often used by the community to retro-actively flag inappropriate content"
-msgstr "Frequentemente utilizado pela comunidade para retroativamente sinalizar conteúdo inapropriado"
+"Account removals are not allowed within 48 hours of changing the account "
+"password."
+msgstr ""
+"A remoção da conta fica desabilitada por 48 horas após uma troca de senha da "
+"conta."
-#: ../../mod/settings.php:1072
-msgid "Advanced Privacy Settings"
-msgstr "Configurações de privacidade avançadas"
+#: Zotlabs/Module/Removeaccount.php:57
+msgid "Remove This Account"
+msgstr "Remover esta conta"
-#: ../../mod/settings.php:1074
-msgid "Expire other channel content after this many days"
-msgstr "Expirar outros conteúdos do canal após este número de dias"
+#: Zotlabs/Module/Removeaccount.php:58 Zotlabs/Module/Changeaddr.php:78
+#: Zotlabs/Module/Removeme.php:61
+msgid "WARNING: "
+msgstr "AVISO:"
-#: ../../mod/settings.php:1074
-msgid "0 or blank prevents expiration"
-msgstr "0 ou em branco previne expiração"
+#: Zotlabs/Module/Removeaccount.php:58
+msgid ""
+"This account and all its channels will be completely removed from the "
+"network. "
+msgstr "Esta conta e todos seus canais será completamente excluída da rede."
-#: ../../mod/settings.php:1075
-msgid "Maximum Friend Requests/Day:"
-msgstr "Número máximo de requisições de amizade por dia:"
+#: Zotlabs/Module/Removeaccount.php:58
+msgid "This action is permanent and can not be undone!"
+msgstr "Esta ação é permanente e não pode ser desfeita!"
-#: ../../mod/settings.php:1075
-msgid "May reduce spam activity"
-msgstr "Pode reduzir a frequência de spam"
+#: Zotlabs/Module/Removeaccount.php:59 Zotlabs/Module/Changeaddr.php:79
+#: Zotlabs/Module/Removeme.php:62
+msgid "Please enter your password for verification:"
+msgstr "Por favor, digite a sua senha para verificação:"
-#: ../../mod/settings.php:1076
-msgid "Default Post Permissions"
-msgstr "Permissões padrão de publicação"
+#: Zotlabs/Module/Removeaccount.php:61 Zotlabs/Module/Settings/Account.php:111
+msgid "Remove Account"
+msgstr "Remover conta"
-#: ../../mod/settings.php:1077 ../../mod/mitem.php:159 ../../mod/mitem.php:229
-msgid "(click to open/close)"
-msgstr "(clique para abrir/fechar)"
+#: Zotlabs/Module/Cdav.php:819
+msgid "Calendar entries imported."
+msgstr ""
-#: ../../mod/settings.php:1081
-msgid "Channel permissions category:"
-msgstr "Categoria de permissões do canal:"
+#: Zotlabs/Module/Cdav.php:821
+#, fuzzy
+msgid "No calendar entries found."
+msgstr "Não foi encontrada uma conta válida."
-#: ../../mod/settings.php:1087
-msgid "Maximum private messages per day from unknown people:"
-msgstr "Máximo número de mensagens privadas por dia de pessoas desconhecidas:"
+#: Zotlabs/Module/Cdav.php:935 Zotlabs/Module/Cal.php:161
+#: Zotlabs/Module/Channel_calendar.php:392
+#, fuzzy
+msgid "Link to source"
+msgstr "Link para a origem"
-#: ../../mod/settings.php:1087
-msgid "Useful to reduce spamming"
-msgstr "Útil para reduzir a frequência de spam"
+#: Zotlabs/Module/Cdav.php:1000
+#, fuzzy
+msgid "Event title"
+msgstr "Título do menu"
-#: ../../mod/settings.php:1090
-msgid "Notification Settings"
-msgstr "Configurações de notificação"
+#: Zotlabs/Module/Cdav.php:1001
+msgid "Start date and time"
+msgstr ""
-#: ../../mod/settings.php:1091
-msgid "By default post a status message when:"
-msgstr "Por padrão, publicar uma mensagem de status quando:"
+#: Zotlabs/Module/Cdav.php:1002
+msgid "End date and time"
+msgstr ""
-#: ../../mod/settings.php:1092
-msgid "accepting a friend request"
-msgstr "aceitar um pedido de amizade"
+#: Zotlabs/Module/Cdav.php:1003
+#, fuzzy
+msgid "Timezone:"
+msgstr "Fuso Horário"
-#: ../../mod/settings.php:1093
-msgid "joining a forum/community"
-msgstr "associar-se a um fórum/comunidade"
+#: Zotlabs/Module/Cdav.php:1026 Zotlabs/Module/Cal.php:199
+#: Zotlabs/Module/Photos.php:946
+#, fuzzy
+msgid "Previous"
+msgstr "página anterior"
-#: ../../mod/settings.php:1094
-msgid "making an <em>interesting</em> profile change"
-msgstr "modificar algo <em>interessante</em> em seu perfil"
+#: Zotlabs/Module/Cdav.php:1027 Zotlabs/Module/Cal.php:200
+#: Zotlabs/Module/Setup.php:272 Zotlabs/Module/Photos.php:955
+msgid "Next"
+msgstr ""
-#: ../../mod/settings.php:1095
-msgid "Send a notification email when:"
-msgstr "Enviar um e-mail de notificação quando:"
+#: Zotlabs/Module/Cdav.php:1028 Zotlabs/Module/Cal.php:201
+#, fuzzy
+msgid "Today"
+msgstr "[hoje]"
-#: ../../mod/settings.php:1096
-msgid "You receive a connection request"
-msgstr "Você recebe uma solicitação de conexão"
+#: Zotlabs/Module/Cdav.php:1029
+#, fuzzy
+msgid "Month"
+msgstr "Mensalmente"
-#: ../../mod/settings.php:1097
-msgid "Your connections are confirmed"
-msgstr "Suas conexões são confirmadas"
+#: Zotlabs/Module/Cdav.php:1030
+#, fuzzy
+msgid "Week"
+msgstr "Semanalmente"
-#: ../../mod/settings.php:1098
-msgid "Someone writes on your profile wall"
-msgstr "Alguém escrever no mural do seu perfil"
+#: Zotlabs/Module/Cdav.php:1031
+#, fuzzy
+msgid "Day"
+msgstr "Diariamente"
-#: ../../mod/settings.php:1099
-msgid "Someone writes a followup comment"
-msgstr "Alguém comenta uma publicação"
+#: Zotlabs/Module/Cdav.php:1032
+#, fuzzy
+msgid "List month"
+msgstr "Mês de Nascimento"
-#: ../../mod/settings.php:1100
-msgid "You receive a private message"
-msgstr "Você recebeu uma mensagem privada"
+#: Zotlabs/Module/Cdav.php:1033
+msgid "List week"
+msgstr ""
-#: ../../mod/settings.php:1101
-msgid "You receive a friend suggestion"
-msgstr "Você recebe uma sugestão de amizade"
+#: Zotlabs/Module/Cdav.php:1034
+#, fuzzy
+msgid "List day"
+msgstr "um dia"
-#: ../../mod/settings.php:1102
-msgid "You are tagged in a post"
-msgstr "Você é mencionado num post"
+#: Zotlabs/Module/Cdav.php:1042
+msgid "More"
+msgstr ""
-#: ../../mod/settings.php:1103
-msgid "You are poked/prodded/etc. in a post"
-msgstr "Você foi cutucado/espetado/etc. numa publicação"
+#: Zotlabs/Module/Cdav.php:1043
+msgid "Less"
+msgstr ""
-#: ../../mod/settings.php:1106
-msgid "Show visual notifications including:"
-msgstr "Exibir notificações visuais incluindo:"
+#: Zotlabs/Module/Cdav.php:1045
+#, fuzzy
+msgid "Select calendar"
+msgstr "Selecione um perfil"
-#: ../../mod/settings.php:1108
-msgid "Unseen matrix activity"
-msgstr "Atividade não vista na matriz"
+#: Zotlabs/Module/Cdav.php:1048
+#, fuzzy
+msgid "Delete all"
+msgstr "selecionar tudo"
-#: ../../mod/settings.php:1109
-msgid "Unseen channel activity"
-msgstr "Atividade não vista no canal"
+#: Zotlabs/Module/Cdav.php:1051
+msgid "Sorry! Editing of recurrent events is not yet implemented."
+msgstr ""
-#: ../../mod/settings.php:1110
-msgid "Unseen private messages"
-msgstr "Mensagens privadas não vistas"
+#: Zotlabs/Module/Cdav.php:1052
+msgid ""
+"Could not fetch calendar resource. The selected calendar might be disabled."
+msgstr ""
-#: ../../mod/settings.php:1110 ../../mod/settings.php:1115
-#: ../../mod/settings.php:1116 ../../mod/settings.php:1117
-msgid "Recommended"
-msgstr "Recomendado"
+#: Zotlabs/Module/Cdav.php:1368 Zotlabs/Module/Oauth.php:111
+#: Zotlabs/Module/Oauth.php:137 Zotlabs/Module/Admin/Channels.php:159
+#: Zotlabs/Module/Chat.php:256 Zotlabs/Module/Sharedwithme.php:107
+#: Zotlabs/Module/Oauth2.php:116 Zotlabs/Module/Oauth2.php:144
+#: Zotlabs/Module/Connedit.php:732 Zotlabs/Storage/Browser.php:380
+#: extend/addon/addons-official/rendezvous/rendezvous.php:172
+#: extend/addon/addons-official/wiki/Widget/Wiki_page_history.php:28
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:588
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:221
+msgid "Name"
+msgstr "Nome"
-#: ../../mod/settings.php:1111
-msgid "Upcoming events"
-msgstr "Eventos próximos"
+#: Zotlabs/Module/Cdav.php:1369 Zotlabs/Module/Connedit.php:733
+#, fuzzy
+msgid "Organisation"
+msgstr "Registro"
-#: ../../mod/settings.php:1112
-msgid "Events today"
-msgstr "Eventos hoje"
+#: Zotlabs/Module/Cdav.php:1370 Zotlabs/Module/Connedit.php:734
+#: extend/addon/addons-official/workflow/workflow.php:2653
+#: extend/addon/addons-official/workflow/workflow.php:2722
+msgid "Title"
+msgstr "Título"
-#: ../../mod/settings.php:1113
-msgid "Upcoming birthdays"
-msgstr "Aniversários próximos"
+#: Zotlabs/Module/Cdav.php:1371 Zotlabs/Module/Connedit.php:735
+msgid "Phone"
+msgstr ""
-#: ../../mod/settings.php:1113
-msgid "Not available in all themes"
-msgstr "Não disponível em todos os temas"
+#: Zotlabs/Module/Cdav.php:1373 Zotlabs/Module/Connedit.php:737
+msgid "Instant messenger"
+msgstr ""
-#: ../../mod/settings.php:1114
-msgid "System (personal) notifications"
-msgstr "Notificações de sistema (pessoais)"
+#: Zotlabs/Module/Cdav.php:1374 Zotlabs/Module/Connedit.php:738
+#, fuzzy
+msgid "Website"
+msgstr "URL do website"
-#: ../../mod/settings.php:1115
-msgid "System info messages"
-msgstr "Mensagens de informação do sistema"
+#: Zotlabs/Module/Cdav.php:1375 Zotlabs/Module/Locs.php:122
+#: Zotlabs/Module/Profiles.php:472 Zotlabs/Module/Admin/Channels.php:160
+#: Zotlabs/Module/Connedit.php:739
+msgid "Address"
+msgstr "Endereço"
-#: ../../mod/settings.php:1116
-msgid "System critical alerts"
-msgstr "Alertas críticos do sistema"
+#: Zotlabs/Module/Cdav.php:1376 Zotlabs/Module/Connedit.php:740
+#, fuzzy
+msgid "Note"
+msgstr "Notas"
-#: ../../mod/settings.php:1117
-msgid "New connections"
-msgstr "Novas conexões"
+#: Zotlabs/Module/Cdav.php:1381 Zotlabs/Module/Connedit.php:745
+#, fuzzy
+msgid "Add Contact"
+msgstr "Adicionar nova conexão"
-#: ../../mod/settings.php:1118
-msgid "System Registrations"
-msgstr "Registros no sistema"
+#: Zotlabs/Module/Cdav.php:1382 Zotlabs/Module/Connedit.php:746
+msgid "Add Field"
+msgstr ""
-#: ../../mod/settings.php:1119
-msgid ""
-"Also show new wall posts, private messages and connections under Notices"
-msgstr "Também mostra novos textos, mensagens privadas e conexões nos Avisos"
+#: Zotlabs/Module/Cdav.php:1387 Zotlabs/Module/Connedit.php:751
+msgid "P.O. Box"
+msgstr ""
-#: ../../mod/settings.php:1121
-msgid "Notify me of events this many days in advance"
-msgstr "Notifique-me de eventos adiante esse número de dias"
+#: Zotlabs/Module/Cdav.php:1388 Zotlabs/Module/Connedit.php:752
+#, fuzzy
+msgid "Additional"
+msgstr "Recursos adicionais"
-#: ../../mod/settings.php:1121
-msgid "Must be greater than 0"
-msgstr "Deve ser maior que 0"
+#: Zotlabs/Module/Cdav.php:1389 Zotlabs/Module/Connedit.php:753
+msgid "Street"
+msgstr ""
-#: ../../mod/settings.php:1123
-msgid "Advanced Account/Page Type Settings"
-msgstr "Configurações avançadas de conta/tipo de página"
+#: Zotlabs/Module/Cdav.php:1390 Zotlabs/Module/Connedit.php:754
+#, fuzzy
+msgid "Locality"
+msgstr "Localização"
-#: ../../mod/settings.php:1124
-msgid "Change the behaviour of this account for special situations"
-msgstr "Mudar o comportamento dessa conta em situações especiais"
+#: Zotlabs/Module/Cdav.php:1391 Zotlabs/Module/Connedit.php:755
+#, fuzzy
+msgid "Region"
+msgstr "Religião"
-#: ../../mod/settings.php:1127
-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!"
+#: Zotlabs/Module/Cdav.php:1392 Zotlabs/Module/Connedit.php:756
+#, fuzzy
+msgid "ZIP Code"
+msgstr "Código"
-#: ../../mod/settings.php:1128
-msgid "Miscellaneous Settings"
-msgstr "Configurações miscelâneas"
+#: Zotlabs/Module/Cdav.php:1393 Zotlabs/Module/Profiles.php:773
+#: Zotlabs/Module/Connedit.php:757
+msgid "Country"
+msgstr ""
-#: ../../mod/settings.php:1130
-msgid "Personal menu to display in your channel pages"
-msgstr "Menu pessoal para exibir nas páginas dos seus canais"
+#: Zotlabs/Module/Cdav.php:1452
+#, fuzzy
+msgid "Default Calendar"
+msgstr "Canal padrão"
-#: ../../mod/settings.php:1131 ../../mod/removeme.php:61
-msgid "Remove Channel"
-msgstr "Remover canal"
+#: Zotlabs/Module/Cdav.php:1463
+#, fuzzy
+msgid "Default Addressbook"
+msgstr "Endereço de e-mail"
-#: ../../mod/settings.php:1132
-msgid "Remove this channel."
-msgstr "Remover este canal"
+#: Zotlabs/Module/Chatsvc.php:131
+msgid "Away"
+msgstr "Ausente"
-#: ../../mod/xchan.php:6
-msgid "Xchan Lookup"
-msgstr "Encontrar Xchan"
+#: Zotlabs/Module/Chatsvc.php:136
+msgid "Online"
+msgstr "Online"
-#: ../../mod/xchan.php:9
-msgid "Lookup xchan beginning with (or webbie): "
-msgstr "Encontrar xchan iniciado por (ou webbie):"
+#: Zotlabs/Module/Connections.php:58 Zotlabs/Module/Connections.php:116
+#, fuzzy
+msgid "Active"
+msgstr "Ações"
-#: ../../mod/xchan.php:37 ../../mod/menu.php:149 ../../mod/mitem.php:120
-msgid "Not found."
-msgstr "Não encontrado."
+#: Zotlabs/Module/Connections.php:63 Zotlabs/Module/Connections.php:185
+#: Zotlabs/Module/Connections.php:296
+msgid "Blocked"
+msgstr "Bloqueado"
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr "Autorizar a conexão com a aplicação"
+#: Zotlabs/Module/Connections.php:68 Zotlabs/Module/Connections.php:192
+#: Zotlabs/Module/Connections.php:295
+msgid "Ignored"
+msgstr "Ignorado"
-#: ../../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:"
+#: Zotlabs/Module/Connections.php:73 Zotlabs/Module/Connections.php:206
+#: Zotlabs/Module/Connections.php:294
+msgid "Hidden"
+msgstr "Oculto"
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Por favor, autentique-se para continuar."
+#: Zotlabs/Module/Connections.php:78 Zotlabs/Module/Connections.php:199
+msgid "Archived/Unreachable"
+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 "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?"
+#: Zotlabs/Module/Connections.php:83 Zotlabs/Module/Connections.php:92
+#: Zotlabs/Module/Notifications.php:101 Zotlabs/Module/Menu.php:180
+msgid "New"
+msgstr ""
-#: ../../mod/webpages.php:190
-msgid "Page Title"
-msgstr "Título da Página"
+#: Zotlabs/Module/Connections.php:161
+#, fuzzy
+msgid "Active Connections"
+msgstr "Ver conexões"
-#: ../../mod/follow.php:25
-msgid "Channel added."
-msgstr "Canal adicionado."
+#: Zotlabs/Module/Connections.php:164
+#, fuzzy
+msgid "Show active connections"
+msgstr "Exibir todas as conexões"
-#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94
-msgid "Tag removed"
-msgstr "A etiqueta foi removida"
+#: Zotlabs/Module/Connections.php:171
+msgid "Show pending (new) connections"
+msgstr "Exibir conexões pendentes (novas)"
-#: ../../mod/tagrm.php:119
-msgid "Remove Item Tag"
-msgstr "Remover a etiqueta de item"
+#: Zotlabs/Module/Connections.php:188
+msgid "Only show blocked connections"
+msgstr "Exibir apenas conexões bloqueadas"
-#: ../../mod/tagrm.php:121
-msgid "Select a tag to remove: "
-msgstr "Selecione uma etiqueta para remover: "
+#: Zotlabs/Module/Connections.php:195
+msgid "Only show ignored connections"
+msgstr "Exibir apenas conexões ignoradas"
-#: ../../mod/tagrm.php:133 ../../mod/photos.php:875
-msgid "Remove"
-msgstr "Remover"
+#: Zotlabs/Module/Connections.php:202
+#, fuzzy
+msgid "Only show archived/unreachable connections"
+msgstr "Exibir apenas conexões ocultas"
-#: ../../mod/connect.php:56 ../../mod/connect.php:104
-msgid "Continue"
-msgstr "Continuar"
+#: Zotlabs/Module/Connections.php:209
+msgid "Only show hidden connections"
+msgstr "Exibir apenas conexões ocultas"
-#: ../../mod/connect.php:85
-msgid "Premium Channel Setup"
-msgstr "Configuração de canal premium"
+#: Zotlabs/Module/Connections.php:221 Zotlabs/Module/Profperm.php:140
+msgid "All Connections"
+msgstr "Todas as conexões"
-#: ../../mod/connect.php:87
-msgid "Enable premium channel connection restrictions"
-msgstr "Habilitar restrições de canal premium para conexão"
+#: Zotlabs/Module/Connections.php:224
+msgid "Show all connections"
+msgstr "Exibir todas as conexões"
-#: ../../mod/connect.php:88
-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."
+#: Zotlabs/Module/Connections.php:292
+#, fuzzy
+msgid "Pending approval"
+msgstr "Sim - pendente aprovação"
-#: ../../mod/connect.php:90 ../../mod/connect.php:110
-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:"
+#: Zotlabs/Module/Connections.php:293
+msgid "Archived"
+msgstr "Arquivado"
-#: ../../mod/connect.php:91
-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:"
+#: Zotlabs/Module/Connections.php:297
+msgid "Not connected at this location"
+msgstr ""
-#: ../../mod/connect.php:92 ../../mod/connect.php:113
-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."
+#: Zotlabs/Module/Connections.php:336
+#, php-format
+msgid "%1$s [%2$s]"
+msgstr "%1$s [%2$s]"
-#: ../../mod/connect.php:101
-msgid "(No specific instructions have been provided by the channel owner.)"
-msgstr "(Nenhuma instrução foi especificada pelo dono do canal.)"
+#: Zotlabs/Module/Connections.php:337
+msgid "Edit connection"
+msgstr "Editar conexão"
-#: ../../mod/connect.php:109
-msgid "Restricted or Premium Channel"
-msgstr "Canal restrito ou premium"
+#: Zotlabs/Module/Connections.php:339
+#, fuzzy
+msgid "Delete connection"
+msgstr "Deletar esta conexão"
+
+#: Zotlabs/Module/Connections.php:345
+#, fuzzy
+msgid "Channel address"
+msgstr "Nome do canal"
+
+#: Zotlabs/Module/Connections.php:350
+msgid "Call"
+msgstr ""
+
+#: Zotlabs/Module/Connections.php:352
+msgid "Status"
+msgstr "Status"
+
+#: Zotlabs/Module/Connections.php:355
+#, fuzzy
+msgid "Connected"
+msgstr "Conectar"
+
+#: Zotlabs/Module/Connections.php:357 Zotlabs/Module/Contactedit.php:462
+#, fuzzy
+msgid "Approve connection"
+msgstr "Conexões aprovadas"
+
+#: Zotlabs/Module/Connections.php:359
+#, fuzzy
+msgid "Ignore connection"
+msgstr "Quaisquer conexões"
+
+#: Zotlabs/Module/Connections.php:360 Zotlabs/Module/Contactedit.php:646
+#: Zotlabs/Module/Connedit.php:516
+msgid "Ignore"
+msgstr "Ignorar"
+
+#: Zotlabs/Module/Connections.php:361
+#, fuzzy
+msgid "Recent activity"
+msgstr "Atividades recentes"
+
+#: Zotlabs/Module/Connections.php:367
+#, fuzzy
+msgid "Connect at this location"
+msgstr "Deletar esta conexão"
+
+#: Zotlabs/Module/Connections.php:404 Zotlabs/Module/Connedit.php:686
+msgid "Contact role"
+msgstr ""
+
+#: Zotlabs/Module/Connections.php:405
+msgid "Search your connections"
+msgstr "Pesquisar em suas conexões"
+
+#: Zotlabs/Module/Connections.php:406
+msgid "Contact search"
+msgstr ""
+
+#: Zotlabs/Module/Connections.php:413 Zotlabs/Module/Contactedit.php:397
+msgid "This is a group/forum channel"
+msgstr ""
-#: ../../mod/thing.php:94
+#: Zotlabs/Module/Home.php:104
+#, php-format
+msgid "Welcome to %s"
+msgstr "Bem-vindo(a) a %s"
+
+#: Zotlabs/Module/Block.php:29 Zotlabs/Module/Page.php:39
+msgid "Invalid item."
+msgstr "Item inválido."
+
+#: Zotlabs/Module/Impel.php:188
+#, php-format
+msgid "%s element installed"
+msgstr "Elemento %s instalado"
+
+#: Zotlabs/Module/Impel.php:191
+#, php-format
+msgid "%s element installation failed"
+msgstr "Instalação de elemento %s falhou"
+
+#: Zotlabs/Module/Tagger.php:50
+#, fuzzy
+msgid "Post not found."
+msgstr "Caminho não encontrado."
+
+#: Zotlabs/Module/Tagger.php:121
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s marcou %3$s de %2$s com %4$s"
+
+#: Zotlabs/Module/Cal.php:62
+#, fuzzy
+msgid "Permissions denied."
+msgstr "Permissão negada."
+
+#: Zotlabs/Module/Thing.php:122
msgid "Thing updated"
msgstr "A coisa foi atualizada"
-#: ../../mod/thing.php:153
+#: Zotlabs/Module/Thing.php:174
msgid "Object store: failed"
msgstr "Armazenamento do objeto: falhou"
-#: ../../mod/thing.php:157
+#: Zotlabs/Module/Thing.php:178
msgid "Thing added"
msgstr "A coisa foi adicionada"
-#: ../../mod/thing.php:175
+#: Zotlabs/Module/Thing.php:204
#, php-format
msgid "OBJ: %1$s %2$s %3$s"
msgstr "OBJ: %1$s %2$s %3$s"
-#: ../../mod/thing.php:226
+#: Zotlabs/Module/Thing.php:267
msgid "Show Thing"
msgstr "Exibir coisa"
-#: ../../mod/thing.php:233
+#: Zotlabs/Module/Thing.php:274
msgid "item not found."
msgstr "o item não foi encontrado"
-#: ../../mod/thing.php:261
+#: Zotlabs/Module/Thing.php:307
msgid "Edit Thing"
msgstr "Editar coisa"
-#: ../../mod/thing.php:263 ../../mod/thing.php:310
+#: Zotlabs/Module/Thing.php:309 Zotlabs/Module/Thing.php:366
msgid "Select a profile"
msgstr "Selecione um perfil"
-#: ../../mod/thing.php:267 ../../mod/thing.php:313
+#: Zotlabs/Module/Thing.php:313 Zotlabs/Module/Thing.php:369
msgid "Post an activity"
msgstr "Publique uma atividade"
-#: ../../mod/thing.php:267 ../../mod/thing.php:313
+#: Zotlabs/Module/Thing.php:313 Zotlabs/Module/Thing.php:369
msgid "Only sends to viewers of the applicable profile"
msgstr "Envia apenas para a audiência do perfil aplicável"
-#: ../../mod/thing.php:269 ../../mod/thing.php:315
+#: Zotlabs/Module/Thing.php:315 Zotlabs/Module/Thing.php:371
msgid "Name of thing e.g. something"
msgstr "Nome da coisa e.g. coisinha"
-#: ../../mod/thing.php:271 ../../mod/thing.php:316
+#: Zotlabs/Module/Thing.php:317 Zotlabs/Module/Thing.php:372
msgid "URL of thing (optional)"
msgstr "URL da coisa (opcional)"
-#: ../../mod/thing.php:273 ../../mod/thing.php:317
+#: Zotlabs/Module/Thing.php:319 Zotlabs/Module/Thing.php:373
msgid "URL for photo of thing (optional)"
msgstr "URL para foto da coisa (opcional)"
-#: ../../mod/thing.php:308
+#: Zotlabs/Module/Thing.php:364
msgid "Add Thing to your Profile"
msgstr "Adicionar a coisa ao seu perfil"
-#: ../../mod/attach.php:9
-msgid "Item not available."
-msgstr "O item não está disponível."
+#: Zotlabs/Module/Pin.php:36 Zotlabs/Module/Item.php:481
+msgid "Unable to locate original post."
+msgstr "Não foi possível localizar a publicação original."
-#: ../../mod/probe.php:24 ../../mod/probe.php:30
-#, php-format
-msgid "Fetching URL returns error: %1$s"
-msgstr "Carregar o URL retorna o erro: %1$s"
+#: Zotlabs/Module/Profile.php:62 Zotlabs/Module/Hcard.php:37
+#: Zotlabs/Module/Channel.php:141
+#, fuzzy
+msgid "Posts and comments"
+msgstr "Exibir publicações e comentários recentes"
-#: ../../mod/home.php:53 ../../mod/siteinfo.php:155
-msgid "$Projectname"
-msgstr "$Projectname"
+#: Zotlabs/Module/Profile.php:69 Zotlabs/Module/Hcard.php:44
+#: Zotlabs/Module/Channel.php:148
+msgid "Only posts"
+msgstr ""
+
+#: Zotlabs/Module/Profile.php:106
+msgid "vcard"
+msgstr ""
-#: ../../mod/home.php:124
+#: Zotlabs/Module/Lockview.php:101
+msgid "Remote privacy information not available"
+msgstr ""
+
+#: Zotlabs/Module/Lockview.php:144 Zotlabs/Module/Lockview.php:203
+#: Zotlabs/Module/Acl.php:123
+#, fuzzy
+msgctxt "acl"
+msgid "Profile"
+msgstr "Perfil-"
+
+#: Zotlabs/Module/Lockview.php:155 Zotlabs/Module/Lockview.php:212
+msgid "Privacy group"
+msgstr ""
+
+#: Zotlabs/Module/Lockview.php:183
+msgid "Item"
+msgstr ""
+
+#: Zotlabs/Module/Lockview.php:230
#, php-format
-msgid "Welcome to %s"
-msgstr "Bem-vindo(a) a %s"
+msgid "Click to copy link to this ressource for guest %s to clipboard"
+msgstr ""
-#: ../../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."
+#: Zotlabs/Module/Lockview.php:230
+#, fuzzy
+msgid "Link copied"
+msgstr "LinkedIn"
-#: ../../mod/settings.php:1011
-msgid "Change the behaviour of this account for special situations"
-msgstr "Mudar o comportamento dessa conta em situações especiais"
+#: Zotlabs/Module/Lockview.php:235
+#, fuzzy
+msgid "Access"
+msgstr "Tipo de acesso"
-#: ../../mod/settings.php:1014
-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!"
+#: Zotlabs/Module/Lockview.php:237
+msgid "OCAP access"
+msgstr ""
-#: ../../mod/settings.php:1015
-msgid "Miscellaneous Settings"
-msgstr "Configurações miscelâneas"
+#: Zotlabs/Module/Help.php:25
+msgid "Documentation Search"
+msgstr ""
-#: ../../mod/settings.php:1017
-msgid "Personal menu to display in your channel pages"
-msgstr "Menu pessoal para exibir nas páginas dos seus canais"
+#: Zotlabs/Module/Help.php:86
+msgid "Members"
+msgstr "Membros"
-#: ../../mod/settings.php:1018
-msgid "Remove this channel"
-msgstr "Remover este canal"
+#: Zotlabs/Module/Help.php:87
+#, fuzzy
+msgid "Administrators"
+msgstr "Administrador"
-#: ../../mod/poke.php:159
-msgid "Poke/Prod"
-msgstr "Cutucar/Espetar"
+#: Zotlabs/Module/Help.php:88
+msgid "Developers"
+msgstr ""
-#: ../../mod/poke.php:160
-msgid "poke, prod or do other things to somebody"
-msgstr "Cutucar, espetar ou fazer outras coisas a alguém"
+#: Zotlabs/Module/Help.php:89
+msgid "Tutorials"
+msgstr ""
-#: ../../mod/poke.php:161
-msgid "Recipient"
-msgstr "Destinatário"
+#: Zotlabs/Module/Help.php:101
+#, fuzzy
+msgid "$Projectname Documentation"
+msgstr "$Projectname Notificação"
-#: ../../mod/poke.php:162
-msgid "Choose what you wish to do to recipient"
-msgstr "Escolha o que você deseja fazer com seu alvo"
+#: Zotlabs/Module/Help.php:102
+#, fuzzy
+msgid "Contents"
+msgstr "Continuar"
-#: ../../mod/poke.php:165
-msgid "Make this post private"
-msgstr "Torne esta publicação privada"
+#: Zotlabs/Module/Attach_edit.php:69 Zotlabs/Module/Filestorage.php:109
+#, fuzzy
+msgid "File not found."
+msgstr "o item não foi encontrado"
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr "Autorizar a conexão com a aplicação"
+#: Zotlabs/Module/Attach_edit.php:118
+#, fuzzy
+msgid "Can not copy folder into itself."
+msgstr "Não é possível conectar-se consigo mesmo."
-#: ../../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:"
+#: Zotlabs/Module/Attach_edit.php:131
+#, php-format
+msgid "Can not move folder \"%s\" into itself."
+msgstr ""
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Por favor, autentique-se para continuar."
+#: Zotlabs/Module/Setup.php:179
+msgid "$Projectname Server - Setup"
+msgstr "Servidor $Projectname - Configuração"
-#: ../../mod/api.php:104
+#: Zotlabs/Module/Setup.php:183
+msgid "Could not connect to database."
+msgstr "Não foi possível conectar ao banco de dados."
+
+#: Zotlabs/Module/Setup.php:187
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ê?"
+"Could not connect to specified site URL. Possible SSL certificate or DNS "
+"issue."
+msgstr ""
+"Não foi possível conectar à URL especificada para o site. Provavlmente um "
+"problema de DNS ou com o certificado SSL."
+
+#: Zotlabs/Module/Setup.php:194
+msgid "Could not create table."
+msgstr "Não foi possível criar a tabela."
-#: ../../mod/post.php:229
+#: Zotlabs/Module/Setup.php:200
+msgid "Your site database has been installed."
+msgstr "O banco de dados do seu site foi instalado."
+
+#: Zotlabs/Module/Setup.php:206
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."
+"You may need to import the file \"install/schema_xxx.sql\" manually using a "
+"database client."
+msgstr ""
-#: ../../mod/post.php:261 ../../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."
+#: Zotlabs/Module/Setup.php:207 Zotlabs/Module/Setup.php:271
+#: Zotlabs/Module/Setup.php:778
+msgid "Please see the file \"install/INSTALL.txt\"."
+msgstr "Por favor, veja o arquivo \"install/INSTALL.txt\"."
-#: ../../mod/attach.php:9
-msgid "Item not available."
-msgstr "O item não está disponível."
+#: Zotlabs/Module/Setup.php:268
+msgid "System check"
+msgstr "Checagem do sistema"
-#: ../../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"
+#: Zotlabs/Module/Setup.php:273
+msgid "Check again"
+msgstr "Cheque novamente"
-#: ../../mod/block.php:27 ../../mod/page.php:35
-msgid "Invalid item."
-msgstr "Item inválido."
+#: Zotlabs/Module/Setup.php:294
+#, fuzzy
+msgid "Database connection"
+msgstr "Novas conexões"
-#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:49
-msgid "Channel not found."
-msgstr "O canal não foi encontrado."
+#: Zotlabs/Module/Setup.php:295
+msgid ""
+"In order to install $Projectname we need to know how to connect to your "
+"database."
+msgstr ""
+"Para instalar a $Projectname é necessário saber como se conectar ao seu "
+"banco de dados."
-#: ../../mod/block.php:75 ../../mod/help.php:79 ../../mod/display.php:106
-#: ../../mod/page.php:85 ../../index.php:241
-msgid "Page not found."
-msgstr "Página não encontrada."
+#: Zotlabs/Module/Setup.php:296
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr ""
+"Por favor, entre em contato com a sua hospedagem ou com o administrador do "
+"site caso você tenha alguma dúvida em relação a isso."
-#: ../../mod/siteinfo.php:126
-#, php-format
-msgid "Version %s"
-msgstr "Versão %s"
+#: Zotlabs/Module/Setup.php:297
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr ""
+"O banco de dados que você especificar abaixo já deve existir. Caso "
+"contrário, crie-o antes de prosseguir."
+
+#: Zotlabs/Module/Setup.php:301
+msgid "Database Server Name"
+msgstr "Nome do servidor de banco de dados"
+
+#: Zotlabs/Module/Setup.php:301
+msgid "Default is 127.0.0.1"
+msgstr ""
+
+#: Zotlabs/Module/Setup.php:302
+msgid "Database Port"
+msgstr "Porta do banco de dados"
+
+#: Zotlabs/Module/Setup.php:302
+msgid "Communication port number - use 0 for default"
+msgstr "Número da porta de comunicação - use 0 para o default"
+
+#: Zotlabs/Module/Setup.php:303
+msgid "Database Login Name"
+msgstr "Nome do usuário do banco de dados"
-#: ../../mod/siteinfo.php:145
-msgid "Installed plugins/addons/apps:"
-msgstr "Plugins/complementos/aplicações instalados:"
+#: Zotlabs/Module/Setup.php:304
+msgid "Database Login Password"
+msgstr "Senha do usuário do banco de dados"
-#: ../../mod/like.php:21
+#: Zotlabs/Module/Setup.php:305
+msgid "Database Name"
+msgstr "Nome do banco de dados"
+
+#: Zotlabs/Module/Setup.php:306
+#, fuzzy
+msgid "Database Type"
+msgstr "Nome do banco de dados"
+
+#: Zotlabs/Module/Setup.php:308 Zotlabs/Module/Setup.php:348
+msgid "Site administrator email address"
+msgstr "Endereço de email do administrador do site"
+
+#: Zotlabs/Module/Setup.php:308 Zotlabs/Module/Setup.php:348
msgid ""
-"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a "
-"href=\"register\">register as a new $Projectname member</a> to continue."
-msgstr "Por favor <a href=\"rmagic\">entre com sua $Projectname ID</a> ou <a href=\"register\">registre-se como novo membro da $Projectname</a> para continuar."
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr ""
+"O endereço de email da sua conta deve ser igual a este para que você possa "
+"utilizar o painel de administração web."
+
+#: Zotlabs/Module/Setup.php:309 Zotlabs/Module/Setup.php:350
+msgid "Website URL"
+msgstr "URL do website"
+
+#: Zotlabs/Module/Setup.php:309 Zotlabs/Module/Setup.php:350
+msgid "Please use SSL (https) URL if available."
+msgstr "Por favor, use uma URL SSL (https) se disponível."
-#: ../../mod/siteinfo.php:166
-msgid "Red"
-msgstr "Red"
+#: Zotlabs/Module/Setup.php:310 Zotlabs/Module/Setup.php:352
+msgid "Please select a default timezone for your website"
+msgstr "Por favor, selecione o fuso horário padrão para o seu site"
+
+#: Zotlabs/Module/Setup.php:337
+msgid "Site settings"
+msgstr "Configurações do site"
+
+#: Zotlabs/Module/Setup.php:391
+msgid "PHP version 8.0 or greater is required."
+msgstr ""
+
+#: Zotlabs/Module/Setup.php:392
+#, fuzzy
+msgid "PHP version"
+msgstr "Versão"
+
+#: Zotlabs/Module/Setup.php:408
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr ""
+"Não foi possível encontrar uma versão de linha de comando do PHP nos "
+"caminhos do seu servidor web."
-#: ../../mod/siteinfo.php:167
+#: Zotlabs/Module/Setup.php:409
msgid ""
-"This is a hub of the Hubzilla - a global cooperative network of "
-"decentralized privacy enhanced websites."
-msgstr "Este é um hub da Hubzilla - uma rede global cooperativa de websites descentralizados com privacidade aprimorada."
+"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 ""
+"Caso você não tenha uma versão de linha de comando do PHP instalada no seu "
+"servidor, você não será capaz de executar coletas em segundo plano pelo cron."
-#: ../../mod/siteinfo.php:170
-msgid "Running at web location"
-msgstr "Sendo executado no endereço web"
+#: Zotlabs/Module/Setup.php:413
+msgid "PHP executable path"
+msgstr "Caminho para o executável do PHP"
-#: ../../mod/siteinfo.php:171
+#: Zotlabs/Module/Setup.php:413
msgid ""
-"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more "
-"about the Hubzilla."
-msgstr "Para aprender mais sobre a Hubzilla, visite <a href=\"http://getzot.com\">GetZot.com</a>."
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr ""
+"Digite o caminho completo do executável PHP. Você pode deixar isso em branco "
+"para continuar com a instalação."
-#: ../../mod/siteinfo.php:172
-msgid "Bug reports and issues: please visit"
-msgstr "Relatos e acompanhamentos de erros podem ser encontrados em"
+#: Zotlabs/Module/Setup.php:418
+msgid "Command line PHP"
+msgstr "PHP em linha de comando"
-#: ../../mod/siteinfo.php:175
+#: Zotlabs/Module/Setup.php:428
msgid ""
-"Suggestions, praise, etc. - please email \"hubzilla\" at librelist - dot "
-"com"
-msgstr "Sugestões, elogios, etc - mande um e-mail para \"hubzilla\" arrôba librelist ponto com"
+"Unable to check command line PHP, as shell_exec() is disabled. This is "
+"required."
+msgstr ""
-#: ../../mod/siteinfo.php:177
-msgid "Site Administrators"
-msgstr "Administradores do site"
+#: Zotlabs/Module/Setup.php:432
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr ""
+"\"register_argc_argv\" não está habilitado na versão de linha de comando do "
+"PHP no seu sistema."
-#: ../../mod/like.php:404
-#, php-format
-msgid "%1$s is attending %2$s's %3$s"
-msgstr "%1$s comparecerá em %3$s de %2$s"
+#: Zotlabs/Module/Setup.php:433
+msgid "This is required for message delivery to work."
+msgstr "Isto é necessário para o funcionamento do envio de mensagens."
-#: ../../mod/like.php:406
-#, php-format
-msgid "%1$s is not attending %2$s's %3$s"
-msgstr "%1$s não comparecerá em %3$s de %2$s"
+#: Zotlabs/Module/Setup.php:436
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
-#: ../../mod/like.php:408
-#, php-format
-msgid "%1$s may attend %2$s's %3$s"
-msgstr "%1$s talvez compareça em %3$s de %2$s"
+#: Zotlabs/Module/Setup.php:456
+msgid ""
+"This is not sufficient to upload larger images or files. You should be able "
+"to upload at least 4 MB at once."
+msgstr ""
-#: ../../mod/profiles.php:56 ../../mod/profiles.php:92
-msgid "Profile-"
-msgstr "Perfil-"
+#: Zotlabs/Module/Setup.php:458
+#, php-format
+msgid ""
+"Your max allowed total upload size is set to %s. Maximum size of one file to "
+"upload is set to %s. You are allowed to upload up to %d files at once."
+msgstr ""
-#: ../../mod/profiles.php:77 ../../mod/profiles.php:120
-msgid "New profile created."
-msgstr "O novo perfil foi criado."
+#: Zotlabs/Module/Setup.php:464
+msgid "You can adjust these settings in the server php.ini file."
+msgstr ""
-#: ../../mod/events.php:87
-msgid "Event can not end before it has started."
-msgstr "Um evento não pode terminar antes de seu início."
+#: Zotlabs/Module/Setup.php:466
+msgid "PHP upload limits"
+msgstr ""
-#: ../../mod/profiles.php:136
-msgid "Profile unavailable to export."
-msgstr "Perfil indisponível para exportar."
+#: Zotlabs/Module/Setup.php:489
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr ""
+"Erro: a função \"openssl_pkey_new\" no seu sistema não é capaz de gerar as "
+"chaves de criptografia"
-#: ../../mod/profiles.php:232
-msgid "Profile Name is required."
-msgstr "É obrigatório informar o nome do perfil."
+#: Zotlabs/Module/Setup.php:490
+msgid ""
+"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
+"installation.php\"."
+msgstr ""
+"Se estiver usando o Windows, por favor dê uma olhada em \"http://www.php.net/"
+"manual/en/openssl.installation.php\"."
-#: ../../mod/profiles.php:390
-msgid "Marital Status"
-msgstr "Estado civil"
+#: Zotlabs/Module/Setup.php:493
+msgid "Generate encryption keys"
+msgstr "Gerar chaves de criptografia"
-#: ../../mod/profiles.php:394
-msgid "Romantic Partner"
-msgstr "Parceiro/a romântico/a"
+#: Zotlabs/Module/Setup.php:510
+msgid "libCurl PHP module"
+msgstr "Módulo PHP libCurl"
-#: ../../mod/profiles.php:398
-msgid "Likes"
-msgstr "Gosta de"
+#: Zotlabs/Module/Setup.php:511
+msgid "GD graphics PHP module"
+msgstr "Módulo PHP GD graphics"
-#: ../../mod/profiles.php:402
-msgid "Dislikes"
-msgstr "Não gosta de"
+#: Zotlabs/Module/Setup.php:512
+msgid "OpenSSL PHP module"
+msgstr "Módulo PHP OpenSSL"
-#: ../../mod/profiles.php:406
-msgid "Work/Employment"
-msgstr "Trabalho/Emprego"
+#: Zotlabs/Module/Setup.php:513
+#, fuzzy
+msgid "PDO database PHP module"
+msgstr "Módulo PHP GD graphics"
-#: ../../mod/profiles.php:409
-msgid "Religion"
-msgstr "Religião"
+#: Zotlabs/Module/Setup.php:514
+msgid "mb_string PHP module"
+msgstr "Módulo PHP mb_string "
-#: ../../mod/profiles.php:413
-msgid "Political Views"
-msgstr "Posição política"
+#: Zotlabs/Module/Setup.php:515
+#, fuzzy
+msgid "xml PHP module"
+msgstr "Módulo PHP libCurl"
-#: ../../mod/profiles.php:417
-msgid "Gender"
-msgstr "Gênero"
+#: Zotlabs/Module/Setup.php:516
+#, fuzzy
+msgid "zip PHP module"
+msgstr "Módulo PHP libCurl"
-#: ../../mod/profiles.php:421
-msgid "Sexual Preference"
-msgstr "Preferência sexual"
+#: Zotlabs/Module/Setup.php:520 Zotlabs/Module/Setup.php:522
+msgid "Apache mod_rewrite module"
+msgstr "Módulo mod_rewrite do Apache"
-#: ../../mod/profiles.php:425
-msgid "Homepage"
-msgstr "Página web"
+#: Zotlabs/Module/Setup.php:520
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr ""
+"Erro: o módulo mod-rewrite do Apache é necessário, mas não está instalado."
-#: ../../mod/profiles.php:429
-msgid "Interests"
-msgstr "Interesses"
+#: Zotlabs/Module/Setup.php:526 Zotlabs/Module/Setup.php:529
+msgid "exec"
+msgstr ""
-#: ../../mod/profiles.php:433 ../../mod/admin.php:868
-msgid "Address"
-msgstr "Endereço"
+#: Zotlabs/Module/Setup.php:526
+msgid ""
+"Error: exec is required but is either not installed or has been disabled in "
+"php.ini"
+msgstr ""
-#: ../../mod/profiles.php:440 ../../mod/pubsites.php:25
-msgid "Location"
-msgstr "Localização"
+#: Zotlabs/Module/Setup.php:532 Zotlabs/Module/Setup.php:535
+msgid "shell_exec"
+msgstr ""
-#: ../../mod/profiles.php:523
-msgid "Profile updated."
-msgstr "O perfil foi atualizado."
+#: Zotlabs/Module/Setup.php:532
+msgid ""
+"Error: shell_exec is required but is either not installed or has been "
+"disabled in php.ini"
+msgstr ""
-#: ../../mod/profiles.php:600
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Esconder sua lista de contatos/amigos dos visitantes no seu perfil?"
+#: Zotlabs/Module/Setup.php:540
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Erro: o módulo libCURL do PHP é necessário, mas não está instalado."
-#: ../../mod/profiles.php:642
-msgid "Edit Profile Details"
-msgstr "Editar os detalhes do perfil"
+#: Zotlabs/Module/Setup.php:544
+#, fuzzy
+msgid ""
+"Error: GD PHP module with JPEG support or ImageMagick graphics library "
+"required but not installed."
+msgstr "Erro: o módulo libCURL do PHP é necessário, mas não está instalado."
-#: ../../mod/profiles.php:644
-msgid "View this profile"
-msgstr "Ver este perfil"
+#: Zotlabs/Module/Setup.php:548
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Erro: o módulo openssl do PHP é necessário, mas não está instalado."
-#: ../../mod/events.php:643
+#: Zotlabs/Module/Setup.php:554
msgid ""
-"Important for events that happen in a particular place. Not practical for "
-"global holidays."
-msgstr "Importante para eventos que ocorrem em um lugar específico. Não prático para feriados globais."
+"Error: PDO database PHP module missing a driver for either mysql or pgsql."
+msgstr ""
-#: ../../mod/profiles.php:647
-msgid "Create a new profile using these settings"
-msgstr "Criar um novo perfil usando estas configurações"
+#: Zotlabs/Module/Setup.php:559
+#, fuzzy
+msgid "Error: PDO database PHP module required but not installed."
+msgstr "Erro: o módulo mb_string do PHP é necessário, mas não está instalado."
-#: ../../mod/profiles.php:648
-msgid "Clone this profile"
-msgstr "Clonar este perfil"
+#: Zotlabs/Module/Setup.php:563
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Erro: o módulo mb_string do PHP é necessário, mas não está instalado."
-#: ../../mod/profiles.php:649
-msgid "Delete this profile"
-msgstr "Excluir este perfil"
+#: Zotlabs/Module/Setup.php:567
+#, fuzzy
+msgid "Error: xml PHP module required for DAV but not installed."
+msgstr "Erro: o módulo openssl do PHP é necessário, mas não está instalado."
-#: ../../mod/profiles.php:651
-msgid "Import profile from file"
-msgstr "Importar perfil dum arquivo"
+#: Zotlabs/Module/Setup.php:571
+#, fuzzy
+msgid "Error: zip PHP module required but not installed."
+msgstr "Erro: o módulo libCURL do PHP é necessário, mas não está instalado."
-#: ../../mod/profiles.php:652
-msgid "Export profile to file"
-msgstr "Exportar perfil para arquivo"
+#: Zotlabs/Module/Setup.php:590 Zotlabs/Module/Setup.php:599
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php tem permissão de escrita"
-#: ../../mod/pubsites.php:19
+#: Zotlabs/Module/Setup.php:595
msgid ""
-"The listed sites allow public registration for the $Projectname network. All"
-" sites in the network are interlinked so membership on any of them conveys "
-"membership in the network 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 $Projectname. 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."
+"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 ""
+"O instalador web precisa criar um arquivo chamado \".htconfig.php\" na pasta "
+"raiz da instalação e não está conseguindo."
-#: ../../mod/profiles.php:654
-msgid "Your Full Name:"
-msgstr "Seu nome completo:"
+#: Zotlabs/Module/Setup.php:596
+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 ""
+"Geralmente isso está relacionado às definições de permissão, uma vez que o "
+"servidor web pode não estar conseguindo escrever os arquivos nesta pasta."
-#: ../../mod/profiles.php:655
-msgid "Title/Description:"
-msgstr "Título/Descrição:"
+#: Zotlabs/Module/Setup.php:597
+#, fuzzy
+msgid "Please see install/INSTALL.txt for additional information."
+msgstr "Por favor, veja o arquivo \"install/INSTALL.txt\"."
-#: ../../mod/profiles.php:656
-msgid "Your Gender:"
-msgstr "Seu gênero:"
+#: Zotlabs/Module/Setup.php:613
+msgid ""
+"This software uses the Smarty3 template engine to render its web views. "
+"Smarty3 compiles templates to PHP to speed up rendering."
+msgstr ""
-#: ../../mod/profiles.php:657
+#: Zotlabs/Module/Setup.php:614
#, php-format
-msgid "Birthday (%s):"
-msgstr "Aniversário (%s):"
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory %s under the top level web folder."
+msgstr ""
-#: ../../mod/profiles.php:658
-msgid "Street Address:"
-msgstr "Endereço:"
+#: Zotlabs/Module/Setup.php:615 Zotlabs/Module/Setup.php:636
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has "
+"write access to this folder."
+msgstr ""
+"Por favor, certifique-se de que o usuário sob o qual o servidor web roda "
+"(ex: www-data) tenha permissão de escrita nesse diretório."
-#: ../../mod/profiles.php:659
-msgid "Locality/City:"
-msgstr "Localidade/Cidade:"
+#: Zotlabs/Module/Setup.php:616
+#, php-format
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"%s only--not the template files (.tpl) that it contains."
+msgstr ""
+"Nota: como uma medida de segurança, você deve fornecer ao servidor web "
+"permissão de escrita somente em %s e não aos arquivos de template (.tpl) que "
+"ele contém."
-#: ../../mod/profiles.php:660
-msgid "Postal/Zip Code:"
-msgstr "CEP:"
+#: Zotlabs/Module/Setup.php:619
+#, php-format
+msgid "%s is writable"
+msgstr "%s tem permissão de escrita"
-#: ../../mod/profiles.php:661
-msgid "Country:"
-msgstr "País:"
+#: Zotlabs/Module/Setup.php:635
+msgid ""
+"This software uses the store directory to save uploaded files. The web "
+"server needs to have write access to the store directory under the top level "
+"web folder"
+msgstr ""
-#: ../../mod/profiles.php:662
-msgid "Region/State:"
-msgstr "Região/Estado:"
+#: Zotlabs/Module/Setup.php:639
+msgid "store is writable"
+msgstr "store tem permissão de escrita"
-#: ../../mod/dav.php:121
-msgid "$Projectname channel"
-msgstr "Canal na $Projectname"
+#: Zotlabs/Module/Setup.php:671
+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/profiles.php:664
-msgid "Who: (if applicable)"
-msgstr "Quem: (se aplicável)"
+#: Zotlabs/Module/Setup.php:672
+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 ""
+"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/profiles.php:665
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com"
+#: Zotlabs/Module/Setup.php:673
+msgid ""
+"This restriction is incorporated because public posts from you may for "
+"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/profiles.php:666
-msgid "Since [date]:"
-msgstr "Desde [data]:"
+#: Zotlabs/Module/Setup.php:674
+msgid ""
+"If your certificate is not recognized, members of other sites (who may "
+"themselves have valid certificates) will get a warning message on their own "
+"site complaining about security issues."
+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/profiles.php:668
-msgid "Homepage URL:"
-msgstr "Endereço do website:"
+#: Zotlabs/Module/Setup.php:675
+msgid ""
+"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/profiles.php:671
-msgid "Religious Views:"
-msgstr "Orientação religiosa:"
+#: Zotlabs/Module/Setup.php:676
+msgid ""
+"Providers are available that issue free certificates which are browser-valid."
+msgstr ""
+"Existem provedores que disponibilizam gratuitamente certificados "
+"reconhecidos por navegadores."
-#: ../../mod/profiles.php:672
-msgid "Keywords:"
-msgstr "Palavras-chave:"
+#: Zotlabs/Module/Setup.php:677
+msgid ""
+"If you are confident that the certificate is valid and signed by a trusted "
+"authority, check to see if you have failed to install an intermediate cert. "
+"These are not normally required by browsers, but are required for server-to-"
+"server communications."
+msgstr ""
-#: ../../mod/profiles.php:675
-msgid "Example: fishing photography software"
-msgstr "Exemplo: pesca fotografia software"
+#: Zotlabs/Module/Setup.php:679
+msgid "SSL certificate validation"
+msgstr "Validação do certificado SSL"
-#: ../../mod/profiles.php:676
-msgid "Used in directory listings"
-msgstr "Usado em listas de diretório"
+#: Zotlabs/Module/Setup.php:685
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+"Test: "
+msgstr ""
-#: ../../mod/profiles.php:677
-msgid "Tell us about yourself..."
-msgstr "Fale um pouco sobre você..."
+#: Zotlabs/Module/Setup.php:688
+msgid "Url rewrite is working"
+msgstr "A reescrita de URLs está funcionando"
-#: ../../mod/profiles.php:678
-msgid "Hobbies/Interests"
-msgstr "Hobbies/Interesses"
+#: Zotlabs/Module/Setup.php:701
+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/profiles.php:679
-msgid "Contact information and Social Networks"
-msgstr "Informações de contato e redes sociais"
+#: Zotlabs/Module/Setup.php:730
+#: extend/addon/addons-official/rendezvous/rendezvous.php:401
+msgid "Errors encountered creating database tables."
+msgstr ""
+"Foram encontrados erros durante a criação das tabelas do banco de dados."
-#: ../../mod/profiles.php:680
-msgid "My other channels"
-msgstr "Meus outros canais"
+#: Zotlabs/Module/Setup.php:776
+msgid "<h1>What next?</h1>"
+msgstr ""
-#: ../../mod/profiles.php:681
-msgid "Musical interests"
-msgstr "Interesses musicais"
+#: Zotlabs/Module/Setup.php:777
+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/profiles.php:682
-msgid "Books, literature"
-msgstr "Livros, literatura"
+#: Zotlabs/Module/Authorize.php:17
+#, fuzzy
+msgid "Unknown App"
+msgstr "Desconhecido"
-#: ../../mod/profiles.php:683
-msgid "Television"
-msgstr "Televisão"
+#: Zotlabs/Module/Authorize.php:29
+#, fuzzy
+msgid "Authorize"
+msgstr "Autor:"
-#: ../../mod/siteinfo.php:156
-msgid ""
-"This is a hub of $Projectname - a global cooperative network of "
-"decentralized privacy enhanced websites."
-msgstr "Este é um hub da $Projectname - uma rede global cooperativa de websites descentralizados com privacidade aprimorada."
+#: Zotlabs/Module/Authorize.php:30
+#, php-format
+msgid "Do you authorize the app %s to access your channel data?"
+msgstr ""
+
+#: Zotlabs/Module/Authorize.php:33 Zotlabs/Module/Admin/Accounts.php:319
+msgid "Deny"
+msgstr "Negar"
-#: ../../mod/profiles.php:686
-msgid "Work/employment"
-msgstr "Trabalho/emprego"
+#: Zotlabs/Module/Mood.php:153
+msgid "Set your current mood and tell your friends"
+msgstr "Marque seu humor atual e compartilhe com seus amigos"
-#: ../../mod/profiles.php:687
-msgid "School/education"
-msgstr "Escola/educação"
+#: Zotlabs/Module/Pubstream.php:46 Zotlabs/Module/Hq.php:41
+#: Zotlabs/Module/Oep.php:82 Zotlabs/Module/Display.php:45
+#: Zotlabs/Module/Channel.php:161 Zotlabs/Module/Channel.php:183
+#, fuzzy
+msgid "Malformed message id."
+msgstr "Aplicativo malformado."
-#: ../../mod/profiles.php:693
-msgid "This is your default profile."
-msgstr "Este é seu perfil padrão."
+#: Zotlabs/Module/Pubstream.php:89 Zotlabs/Module/Network.php:213
+#: Zotlabs/Module/Hq.php:104 Zotlabs/Module/Display.php:87
+#: Zotlabs/Module/Rpost.php:210 Zotlabs/Module/Channel.php:267
+#, fuzzy
+msgid "Reset form"
+msgstr "Restaurar"
-#: ../../mod/siteinfo.php:164
+#: Zotlabs/Module/Changeaddr.php:35
+#, fuzzy
msgid ""
-"Please visit <a href=\"https://redmatrix.me\">redmatrix.me</a> to learn more"
-" about $Projectname."
-msgstr "Por favor visite <a href=\"https://redmatrix.me\">redmatrix.me</a> para aprender mais sobre a $Projectname."
+"Channel name changes are not allowed within 48 hours of changing the account "
+"password."
+msgstr ""
+"A remoção da canais fica desabilitada por 48 horas após uma troca de senha "
+"da conta."
-#: ../../mod/profiles.php:747
-msgid "Edit/Manage Profiles"
-msgstr "Editar/Administrar perfis"
+#: Zotlabs/Module/Changeaddr.php:77
+msgid "Change channel nickname/address"
+msgstr ""
-#: ../../mod/profiles.php:748
-msgid "Add profile things"
-msgstr "Adicionar coisas ao perfil"
+#: Zotlabs/Module/Changeaddr.php:78
+msgid "Any/all connections on other networks will be lost!"
+msgstr ""
+
+#: Zotlabs/Module/Changeaddr.php:80
+#, fuzzy
+msgid "New channel address"
+msgstr "O endereço do seu canal é"
-#: ../../mod/profiles.php:749
-msgid "Include desirable objects in your profile"
-msgstr "Inclua objetos desejáveis no seu perfil"
+#: Zotlabs/Module/Changeaddr.php:81
+#, fuzzy
+msgid "Rename Channel"
+msgstr "Remover canal"
-#: ../../mod/bookmarks.php:38
-msgid "Bookmark added"
-msgstr "O link foi guardado"
+#: Zotlabs/Module/Editpost.php:24 Zotlabs/Module/Editblock.php:79
+#: Zotlabs/Module/Editblock.php:95 Zotlabs/Module/Editlayout.php:79
+#: Zotlabs/Module/Editwebpage.php:80
+#: extend/addon/addons-official/cards/Mod_Card_edit.php:17
+#: extend/addon/addons-official/cards/Mod_Card_edit.php:33
+#: extend/addon/addons-official/articles/Mod_Article_edit.php:17
+#: extend/addon/addons-official/articles/Mod_Article_edit.php:33
+msgid "Item not found"
+msgstr "O item não foi encontrado"
-#: ../../mod/bookmarks.php:58
-msgid "My Bookmarks"
-msgstr "Meus links guardados"
+#: Zotlabs/Module/Editpost.php:38 Zotlabs/Module/Editpost.php:43
+#, fuzzy
+msgid "Item is not editable"
+msgstr "O item não está disponível."
-#: ../../mod/setup.php:166
-msgid "$Projectname Server - Setup"
-msgstr "Servidor $Projectname - Configuração"
+#: Zotlabs/Module/Editpost.php:113 Zotlabs/Module/Rpost.php:217
+#, fuzzy
+msgid "Edit post"
+msgstr "Editar a foto"
+
+#: Zotlabs/Module/Xchan.php:10
+msgid "Xchan Lookup"
+msgstr "Encontrar Xchan"
+
+#: Zotlabs/Module/Xchan.php:13
+msgid "Lookup xchan beginning with (or webbie): "
+msgstr "Encontrar xchan iniciado por (ou webbie):"
+
+#: Zotlabs/Module/Xchan.php:41 Zotlabs/Module/Mitem.php:134
+#: Zotlabs/Module/Menu.php:232
+msgid "Not found."
+msgstr "Não encontrado."
+
+#: Zotlabs/Module/Rmagic.php:46
+msgid "Authentication failed."
+msgstr "A autenticação falhou."
+
+#: Zotlabs/Module/Share.php:126
+#, fuzzy
+msgid "Post repeated"
+msgstr "frustrad@"
-#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
+#: Zotlabs/Module/Profperm.php:34 Zotlabs/Module/Profperm.php:63
msgid "Invalid profile identifier."
msgstr "Identificador de perfil inválido."
-#: ../../mod/profperm.php:110
+#: Zotlabs/Module/Profperm.php:111
msgid "Profile Visibility Editor"
msgstr "Editor de visibilidade do perfil"
-#: ../../mod/profperm.php:114
+#: Zotlabs/Module/Profperm.php:115
msgid "Click on a contact to add or remove."
msgstr "Clique em um contato para adicionar ou remover."
-#: ../../mod/profperm.php:123
+#: Zotlabs/Module/Profperm.php:124
msgid "Visible To"
msgstr "Visível para"
-#: ../../mod/profperm.php:139 ../../mod/connections.php:279
-msgid "All Connections"
-msgstr "Todas as conexões"
+#: Zotlabs/Module/Siteinfo.php:21
+#, fuzzy
+msgid "About this site"
+msgstr "Qualquer um neste site"
-#: ../../mod/pubsites.php:16
-msgid "Public Sites"
-msgstr "Sites públicos"
+#: Zotlabs/Module/Siteinfo.php:22
+#, fuzzy
+msgid "Site Name"
+msgstr "Nome do site"
-#: ../../mod/pubsites.php:19
-msgid ""
-"The listed sites allow public registration into the Hubzilla. 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 Hubzilla. 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."
+#: Zotlabs/Module/Siteinfo.php:24 Zotlabs/Module/Admin/Site.php:427
+#, fuzzy
+msgid "Site Information"
+msgstr "Informações do Administrador"
-#: ../../mod/pubsites.php:25
-msgid "Site URL"
-msgstr "URL do site"
+#: Zotlabs/Module/Siteinfo.php:26
+msgid "Administrator"
+msgstr "Administrador"
-#: ../../mod/pubsites.php:25
-msgid "Access Type"
-msgstr "Tipo de acesso"
+#: Zotlabs/Module/Siteinfo.php:28 Zotlabs/Module/Register.php:473
+msgid "Terms of Service"
+msgstr "Termos de Serviço"
+
+#: Zotlabs/Module/Siteinfo.php:29
+msgid "Software and Project information"
+msgstr ""
+
+#: Zotlabs/Module/Siteinfo.php:30
+msgid "This site is powered by $Projectname"
+msgstr ""
-#: ../../mod/setup.php:290
+#: Zotlabs/Module/Siteinfo.php:31
msgid ""
-"In order to install $Projectname we need to know how to connect to your "
-"database."
-msgstr "Para instalar a $Projectname é necessário saber como se conectar ao seu banco de dados."
+"Federated and decentralised networking and identity services provided by Zot"
+msgstr ""
-#: ../../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."
+#: Zotlabs/Module/Siteinfo.php:34
+msgid "Additional federated transport protocols:"
+msgstr ""
-#: ../../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."
+#: Zotlabs/Module/Siteinfo.php:36
+#, php-format
+msgid "Version %s"
+msgstr "Versão %s"
-#: ../../mod/rbmark.php:88
-msgid "Select a bookmark folder"
-msgstr "Escolha uma pasta de links onde guardar"
+#: Zotlabs/Module/Siteinfo.php:37
+#, fuzzy
+msgid "Project homepage"
+msgstr "$Projectname"
-#: ../../mod/rbmark.php:93
-msgid "Save Bookmark"
-msgstr "Guardar link"
+#: Zotlabs/Module/Siteinfo.php:38
+msgid "Developer homepage"
+msgstr ""
-#: ../../mod/rbmark.php:94
-msgid "URL of bookmark"
-msgstr "URL do link guardado"
+#: Zotlabs/Module/Siteinfo.php:41 Zotlabs/Module/Admin.php:147
+#, fuzzy
+msgid "Active addons"
+msgstr "Ações"
-#: ../../mod/rbmark.php:95 ../../mod/appman.php:93
-msgid "Description"
-msgstr "Descrição"
+#: Zotlabs/Module/Siteinfo.php:42
+#, fuzzy
+msgid "Blocked sites"
+msgstr "Título do Bloco"
-#: ../../mod/rbmark.php:99
-msgid "Or enter new bookmark folder name"
-msgstr "Ou digite o nome para uma nova pasta de links"
+#: Zotlabs/Module/Webpages.php:67
+msgid "Import Webpage Elements"
+msgstr ""
-#: ../../mod/chat.php:167
-msgid "Room not found"
-msgstr "Sala não encontrada"
+#: Zotlabs/Module/Webpages.php:68
+#, fuzzy
+msgid "Import selected"
+msgstr "A importação foi completada."
-#: ../../mod/chat.php:178
-msgid "Leave Room"
-msgstr "Sair da sala"
+#: Zotlabs/Module/Webpages.php:91
+#, fuzzy
+msgid "Export Webpage Elements"
+msgstr "Editar elemento de menu"
-#: ../../mod/chat.php:179
-msgid "Delete This Room"
-msgstr "Deletar esta sala"
+#: Zotlabs/Module/Webpages.php:92
+#, fuzzy
+msgid "Export selected"
+msgstr "Não foi selecionada nenhuma foto"
-#: ../../mod/chat.php:180
-msgid "I am away right now"
-msgstr "Eu estou ausente no momento"
+#: Zotlabs/Module/Webpages.php:258
+msgid "Actions"
+msgstr "Ações"
-#: ../../mod/chat.php:181
-msgid "I am online"
-msgstr "Eu estou online"
+#: Zotlabs/Module/Webpages.php:259
+msgid "Page Link"
+msgstr "Link da página"
-#: ../../mod/chat.php:183
-msgid "Bookmark this room"
-msgstr "Guarde esta sala"
+#: Zotlabs/Module/Webpages.php:260
+msgid "Page Title"
+msgstr "Título da Página"
-#: ../../mod/chat.php:207 ../../mod/chat.php:229
-msgid "New Chatroom"
-msgstr "Nova sala de bate-papo"
+#: Zotlabs/Module/Webpages.php:261 Zotlabs/Module/Layouts.php:189
+#: Zotlabs/Module/Blocks.php:155 Zotlabs/Module/Menu.php:178
+msgid "Created"
+msgstr "Criado"
-#: ../../mod/chat.php:208
-msgid "Chatroom Name"
-msgstr "Nome da sala de bate-papo"
+#: Zotlabs/Module/Webpages.php:262 Zotlabs/Module/Layouts.php:190
+#: Zotlabs/Module/Blocks.php:156 Zotlabs/Module/Menu.php:179
+msgid "Edited"
+msgstr "Editado"
-#: ../../mod/chat.php:225
-#, php-format
-msgid "%1$s's Chatrooms"
-msgstr "Salas de bate-papo de %1$s"
+#: Zotlabs/Module/Webpages.php:290
+#, fuzzy
+msgid "Invalid file type."
+msgstr "Item inválido."
-#: ../../mod/register.php:42
-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ã."
+#: Zotlabs/Module/Webpages.php:302
+msgid "Error opening zip file"
+msgstr ""
-#: ../../mod/register.php:48
-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."
+#: Zotlabs/Module/Webpages.php:313
+#, fuzzy
+msgid "Invalid folder path."
+msgstr "Solicitação inválida."
-#: ../../mod/register.php:82
-msgid "Passwords do not match."
-msgstr "Senhas não conferem."
+#: Zotlabs/Module/Webpages.php:340
+msgid "No webpage elements detected."
+msgstr ""
-#: ../../mod/register.php:115
-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."
+#: Zotlabs/Module/Webpages.php:415
+#, fuzzy
+msgid "Import complete."
+msgstr "A importação foi completada."
-#: ../../mod/register.php:121
-msgid "Your registration is pending approval by the site owner."
-msgstr "A aprovação do seu registro está pendente junto ao administrador do site."
+#: Zotlabs/Module/Follow.php:92
+#, fuzzy
+msgid "Connection added."
+msgstr "A conexão foi atualizada."
-#: ../../mod/register.php:124
-msgid "Your registration can not be processed."
-msgstr "Não foi possível processar o seu registro."
+#: Zotlabs/Module/Invite.php:69
+#, fuzzy
+msgid "Invite App"
+msgstr "Edite aplicativos"
-#: ../../mod/register.php:161
-msgid "Registration on this site/hub is by approval only."
-msgstr "O registro neste site/hub requer aprovação."
+#: Zotlabs/Module/Invite.php:69 Zotlabs/Module/Lang.php:20
+#: extend/addon/addons-official/xmpp/Mod_Xmpp.php:35
+#: extend/addon/addons-official/ijpost/Mod_Ijpost.php:35
+#, fuzzy
+msgid "Not Installed"
+msgstr "Aplicativo instalado"
-#: ../../mod/register.php:162
-msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
-msgstr "<a href=\"pubsites\">Registre em um outro site/hub afiliado</a>"
+#: Zotlabs/Module/Invite.php:81
+#, fuzzy
+msgid "Register is closed"
+msgstr "Texto de registro"
-#: ../../mod/register.php:170
-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ã."
+#: Zotlabs/Module/Invite.php:115 Zotlabs/Module/Invite.php:562
+msgid "Note, the invitation code is valid up to"
+msgstr ""
-#: ../../mod/register.php:181
-msgid "Terms of Service"
-msgstr "Termos de Serviço"
+#: Zotlabs/Module/Invite.php:128
+#, php-format
+msgid "Too many recipients for one invitation (max %d)"
+msgstr ""
+
+#: Zotlabs/Module/Invite.php:132
+msgid "No recipients for this invitation"
+msgstr ""
+
+#: Zotlabs/Module/Invite.php:151
+#, fuzzy, php-format
+msgid "(%s) : Not a real email address"
+msgstr "Seu endereço de e-mail"
-#: ../../mod/register.php:187
+#: Zotlabs/Module/Invite.php:158
+#, fuzzy, php-format
+msgid "(%s) : Not allowed email address"
+msgstr "O endereço de e-mail da sua antiga conta"
+
+#: Zotlabs/Module/Invite.php:171
#, php-format
-msgid "I accept the %s for this website"
-msgstr "Eu aceito os %s deste website."
+msgid "(%s) : email address already in use"
+msgstr ""
-#: ../../mod/register.php:189
+#: Zotlabs/Module/Invite.php:178
#, 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"
+msgid "(%s) : Accepted email address"
+msgstr ""
-#: ../../mod/register.php:203 ../../mod/admin.php:415
-msgid "Registration"
-msgstr "Registro"
+#: Zotlabs/Module/Invite.php:265
+#: extend/addon/addons-official/notifyadmin/notifyadmin.php:40
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : Não foi possível enviar a mensagem."
-#: ../../mod/register.php:208
-msgid "Membership on this site is by invitation only."
-msgstr "Novas contas neste site se dão apenas por convite."
+#: Zotlabs/Module/Invite.php:270
+#, fuzzy, php-format
+msgid "To %s : Message delivery success."
+msgstr "%s : Não foi possível enviar a mensagem."
-#: ../../mod/register.php:209
-msgid "Please enter your invitation code"
-msgstr "Por favor, digite o código do seu convite"
+#: Zotlabs/Module/Invite.php:302
+#, php-format
+msgid "%1$d mail(s) sent, %2$d mail error(s)"
+msgstr ""
-#: ../../mod/register.php:212
-msgid "Your email address"
-msgstr "Seu endereço de e-mail"
+#: Zotlabs/Module/Invite.php:327
+msgid "Invites not proposed by configuration"
+msgstr ""
-#: ../../mod/register.php:213
-msgid "Choose a password"
-msgstr "Escolha uma senha"
+#: Zotlabs/Module/Invite.php:328
+msgid "Contact the site admin"
+msgstr ""
-#: ../../mod/register.php:214
-msgid "Please re-enter your password"
-msgstr "Por favor, digite sua senha novamente"
+#: Zotlabs/Module/Invite.php:344
+msgid "Invites by users not enabled"
+msgstr ""
-#: ../../mod/chatsvc.php:111
-msgid "Away"
-msgstr "Ausente"
+#: Zotlabs/Module/Invite.php:349
+msgid "You have no more invitations available"
+msgstr "Você não possui mais convites disponíveis"
-#: ../../mod/chatsvc.php:115
-msgid "Online"
-msgstr "Online"
+#: Zotlabs/Module/Invite.php:365
+#, fuzzy
+msgid "Not on xchan"
+msgstr "Nenhum canal."
-#: ../../mod/regmod.php:11
-msgid "Please login."
-msgstr "Por favor, autentique-se."
+#: Zotlabs/Module/Invite.php:398
+#, fuzzy
+msgid "All users invitation limit exceeded."
+msgstr "É necessário um convite."
-#: ../../mod/cloud.php:126
-msgid "Hubzilla - Guests: Username: {your email address}, Password: +++"
-msgstr "Hubzilla - Visitantes: Usuário: {seu endereço de e-mail}, Senha: +++"
+#: Zotlabs/Module/Invite.php:410 Zotlabs/Module/Admin/Site.php:356
+#, fuzzy
+msgid "Minute(s)"
+msgstr "%d minutos"
-#: ../../mod/removeme.php:29
-msgid ""
-"Channel removals are not allowed within 48 hours of changing the account "
-"password."
-msgstr "A remoção da canais fica desabilitada por 48 horas após uma troca de senha da conta."
+#: Zotlabs/Module/Invite.php:411 Zotlabs/Module/Admin/Site.php:357
+#, fuzzy
+msgid "Hour(s)"
+msgstr "De hora em hora"
-#: ../../mod/removeme.php:57
-msgid "Remove This Channel"
-msgstr "Remover este canal"
+#: Zotlabs/Module/Invite.php:412 Zotlabs/Module/Admin/Site.php:358
+msgid "Day(s)"
+msgstr ""
-#: ../../mod/removeme.php:58
-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."
+#: Zotlabs/Module/Invite.php:416
+#, fuzzy
+msgid "Invitation expires after"
+msgstr "É necessário um convite."
-#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59
-msgid "Please enter your password for verification:"
-msgstr "Por favor, digite a sua senha para verificação:"
+#: Zotlabs/Module/Invite.php:421 Zotlabs/Module/Admin/Site.php:375
+#: Zotlabs/Module/Admin/Site.php:397
+msgid "duration up from now"
+msgstr ""
+
+#: Zotlabs/Module/Invite.php:517 Zotlabs/Module/Invite.php:556
+#, fuzzy
+msgid "Invitation"
+msgstr "Enviar convites."
+
+#: Zotlabs/Module/Invite.php:547
+msgid "Send invitations"
+msgstr "Enviar convites."
+
+#: Zotlabs/Module/Invite.php:548
+msgid "Invitations I am using"
+msgstr ""
+
+#: Zotlabs/Module/Invite.php:549
+#, fuzzy
+msgid "Invitations we are using"
+msgstr "É necessário um convite."
+
+#: Zotlabs/Module/Invite.php:550
+msgid "§ Note, the email(s) sent will be recorded in the system logs"
+msgstr ""
+
+#: Zotlabs/Module/Invite.php:551
+msgid "Enter email addresses, one per line:"
+msgstr "Digite os endereços de e-mail, um por linha:"
+
+#: Zotlabs/Module/Invite.php:552
+msgid "Your message:"
+msgstr "Sua mensagem:"
+
+#: Zotlabs/Module/Invite.php:553
+msgid "Invite template"
+msgstr ""
+
+#: Zotlabs/Module/Invite.php:555
+msgid "Subject:"
+msgstr "Assunto:"
+
+#: Zotlabs/Module/Invite.php:561
+msgid "Here you may enter personal notes to the recipient(s)"
+msgstr ""
+
+#: Zotlabs/Module/Network.php:108
+msgid "No such group"
+msgstr "Este grupo não existe"
+
+#: Zotlabs/Module/Network.php:160
+msgid "No such channel"
+msgstr "Nenhum canal"
-#: ../../mod/removeme.php:60
-msgid "Remove this channel and all its clones from the network"
-msgstr "Remover este canal e todos os seus clones da rede"
+#: Zotlabs/Module/Network.php:172 Zotlabs/Module/Channel.php:234
+msgid "Search Results For:"
+msgstr "Resultados da busca por:"
+
+#: Zotlabs/Module/Network.php:248
+msgid "Privacy group is empty"
+msgstr ""
+
+#: Zotlabs/Module/Network.php:258
+msgid "Privacy group: "
+msgstr ""
+
+#: Zotlabs/Module/Network.php:333
+#: extend/addon/addons-official/redred/Mod_Redred.php:29
+#, fuzzy
+msgid "Invalid channel."
+msgstr "Item inválido."
+
+#: Zotlabs/Module/Group.php:47
+msgid "Privacy group created."
+msgstr ""
+
+#: Zotlabs/Module/Group.php:50
+#, fuzzy
+msgid "Could not create privacy group."
+msgstr "Não foi possível criar a tabela."
+
+#: Zotlabs/Module/Group.php:82
+#, fuzzy
+msgid "Privacy group updated."
+msgstr "Layout atualizado."
+
+#: Zotlabs/Module/Group.php:137 Zotlabs/Module/Group.php:301
+msgid "Post to this group by default"
+msgstr ""
-#: ../../mod/removeme.php:60
+#: Zotlabs/Module/Group.php:138 Zotlabs/Module/Group.php:302
+msgid "Add new contacts to this group by default"
+msgstr ""
+
+#: Zotlabs/Module/Group.php:146
+msgid "Privacy group name"
+msgstr ""
+
+#: Zotlabs/Module/Group.php:147 Zotlabs/Module/Group.php:249
+msgid "Members are visible to other channels"
+msgstr "Membros são visíveis para outros canais"
+
+#: Zotlabs/Module/Group.php:175
+#, fuzzy
+msgid "Privacy group removed."
+msgstr "A etiqueta foi removida"
+
+#: Zotlabs/Module/Group.php:178
+#, fuzzy
+msgid "Unable to remove privacy group."
+msgstr "Não foi possível remover a fonte."
+
+#: Zotlabs/Module/Group.php:244
+#, php-format
+msgid "Privacy Group: %s"
+msgstr ""
+
+#: Zotlabs/Module/Group.php:246
+msgid "Privacy group name: "
+msgstr ""
+
+#: Zotlabs/Module/Group.php:262
+#, fuzzy
+msgid "Group members"
+msgstr "Membros"
+
+#: Zotlabs/Module/Group.php:264
+#, fuzzy
+msgid "Not in this group"
+msgstr "Este grupo não existe"
+
+#: Zotlabs/Module/Group.php:296
+msgid "Click a channel to toggle membership"
+msgstr ""
+
+#: Zotlabs/Module/Permcats.php:59
+#, fuzzy
+msgid "Contact role deleted."
+msgstr "O item de menu foi deletado."
+
+#: Zotlabs/Module/Permcats.php:86
+#, fuzzy
+msgid "Permission category name is required."
+msgstr "É obrigatório informar o nome do perfil."
+
+#: Zotlabs/Module/Permcats.php:102 Zotlabs/Module/Permcats.php:154
+msgid "Contact role saved."
+msgstr ""
+
+#: Zotlabs/Module/Permcats.php:204
+msgid "Role to assign affected contacts and default role to"
+msgstr ""
+
+#: Zotlabs/Module/Permcats.php:204
+msgid "Role to assign affected contacts to"
+msgstr ""
+
+#: Zotlabs/Module/Permcats.php:234
+#, fuzzy
+msgid "Assign this role to"
+msgstr "Ver este perfil"
+
+#: Zotlabs/Module/Permcats.php:236
+#, fuzzy
+msgid "All my contacts"
+msgstr "Quaisquer conexões"
+
+#: Zotlabs/Module/Permcats.php:247
+msgid "Automatically assign this role to new contacts"
+msgstr ""
+
+#: Zotlabs/Module/Permcats.php:249
+#, fuzzy
+msgid "Role name"
+msgstr "Sem nome"
+
+#: Zotlabs/Module/Permcats.php:249
+#, fuzzy
+msgid "System role - not editable"
+msgstr "Erro no sistema. A publicação não foi salva."
+
+#: Zotlabs/Module/Permcats.php:250
+#, fuzzy
+msgid "Deleting"
+msgstr "Excluir"
+
+#: Zotlabs/Module/Permcats.php:253 Zotlabs/Module/Defperms.php:261
+#: Zotlabs/Module/Connedit.php:713
+msgid "inherited"
+msgstr "herdado"
+
+#: Zotlabs/Module/Permcats.php:255
+#, fuzzy
+msgid "Role Permissions"
+msgstr "Atualizar permissões"
+
+#: Zotlabs/Module/Permcats.php:256
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"
+"Some permissions may be inherited from your <a href=\"settings\">channel "
+"role</a>, which have higher priority than contact role settings."
+msgstr ""
-#: ../../mod/removeme.php:61
-msgid "Remove Channel"
-msgstr "Remover canal"
+#: Zotlabs/Module/Dirsearch.php:23 Zotlabs/Module/Regdir.php:52
+msgid "This site is not a directory server"
+msgstr "Este site não é um servidor de diretório"
+
+#: Zotlabs/Module/Dirsearch.php:31
+msgid "This directory server requires an access token"
+msgstr ""
+
+#: Zotlabs/Module/Admin.php:96
+#, fuzzy
+msgid "Blocked accounts"
+msgstr "Bloqueado"
+
+#: Zotlabs/Module/Admin.php:97
+#, fuzzy
+msgid "Expired accounts"
+msgstr "Expira"
-#: ../../mod/common.php:10
+#: Zotlabs/Module/Admin.php:98
+msgid "Expiring accounts"
+msgstr ""
+
+#: Zotlabs/Module/Admin.php:122
+msgid "Message queues"
+msgstr "Filas de mensagem"
+
+#: Zotlabs/Module/Admin.php:136
+msgid "Your software should be updated"
+msgstr ""
+
+#: Zotlabs/Module/Admin.php:140 Zotlabs/Module/Admin/Accounts.php:307
+#: Zotlabs/Module/Admin/Logs.php:82 Zotlabs/Module/Admin/Security.php:105
+#: Zotlabs/Module/Admin/Site.php:411 Zotlabs/Module/Admin/Themes.php:137
+#: Zotlabs/Module/Admin/Themes.php:171 Zotlabs/Module/Admin/Addons.php:345
+#: Zotlabs/Module/Admin/Addons.php:443 Zotlabs/Module/Admin/Channels.php:145
+msgid "Administration"
+msgstr "Administração"
+
+#: Zotlabs/Module/Admin.php:141
+msgid "Summary"
+msgstr "Resumo"
+
+#: Zotlabs/Module/Admin.php:144
+#, fuzzy
+msgid "Registered accounts"
+msgstr "Data de registro"
+
+#: Zotlabs/Module/Admin.php:145
+msgid "Pending registrations"
+msgstr "Registros pendentes"
+
+#: Zotlabs/Module/Admin.php:146
+#, fuzzy
+msgid "Registered channels"
+msgstr "Data de registro"
+
+#: Zotlabs/Module/Admin.php:148
+msgid "Version"
+msgstr "Versão"
+
+#: Zotlabs/Module/Admin.php:149
+msgid "Repository version (master)"
+msgstr ""
+
+#: Zotlabs/Module/Admin.php:150
+msgid "Repository version (dev)"
+msgstr ""
+
+#: Zotlabs/Module/Directory.php:72 Zotlabs/Module/Directory.php:77
+#: Zotlabs/Module/Photos.php:511 Zotlabs/Module/Display.php:26
+#: Zotlabs/Module/Search.php:23 Zotlabs/Module/Viewconnections.php:23
+msgid "Public access denied."
+msgstr "Acesso público negado."
+
+#: Zotlabs/Module/Directory.php:124
+msgid "No default suggestions were found."
+msgstr ""
+
+#: Zotlabs/Module/Directory.php:292
+msgid "Gender: "
+msgstr "Gênero: "
+
+#: Zotlabs/Module/Directory.php:294
+msgid "Status: "
+msgstr "Status:"
+
+#: Zotlabs/Module/Directory.php:296
+msgid "Homepage: "
+msgstr "Website:"
+
+#: Zotlabs/Module/Directory.php:357
+#, fuzzy
+msgid "Description:"
+msgstr "Descrição"
+
+#: Zotlabs/Module/Directory.php:359
+msgid "Unsafe"
+msgstr ""
+
+#: Zotlabs/Module/Directory.php:362
+msgid "Spam"
+msgstr ""
+
+#: Zotlabs/Module/Directory.php:372
+#, fuzzy
+msgid "Public Forum:"
+msgstr "Somente Fóruns públicos"
+
+#: Zotlabs/Module/Directory.php:375
+msgid "Keywords: "
+msgstr "Palavras-chave:"
+
+#: Zotlabs/Module/Directory.php:378
+#, fuzzy
+msgid "Don't suggest"
+msgstr "Não importa"
+
+#: Zotlabs/Module/Directory.php:380
+#, fuzzy
+msgid "Common connections (estimated):"
+msgstr "Suas conexões são confirmadas"
+
+#: Zotlabs/Module/Directory.php:430
+msgid "Global Directory"
+msgstr ""
+
+#: Zotlabs/Module/Directory.php:430
+msgid "Local Directory"
+msgstr ""
+
+#: Zotlabs/Module/Directory.php:436
+msgid "Finding:"
+msgstr "Pesquisando:"
+
+#: Zotlabs/Module/Directory.php:441
+msgid "next page"
+msgstr "próxima página"
+
+#: Zotlabs/Module/Directory.php:441
+msgid "previous page"
+msgstr "página anterior"
+
+#: Zotlabs/Module/Directory.php:442
+#, fuzzy
+msgid "Sort options"
+msgstr "Opções do Diretório"
+
+#: Zotlabs/Module/Directory.php:443
+msgid "Alphabetic"
+msgstr "Alfabética"
+
+#: Zotlabs/Module/Directory.php:444
+msgid "Reverse Alphabetic"
+msgstr "Alfabética reversa"
+
+#: Zotlabs/Module/Directory.php:445
+msgid "Newest to Oldest"
+msgstr "Das mais recentes para as mais antigas"
+
+#: Zotlabs/Module/Directory.php:446
+msgid "Oldest to Newest"
+msgstr "Do mais Antigo para o mais Novo"
+
+#: Zotlabs/Module/Directory.php:464
+msgid "No entries (some entries may be hidden)."
+msgstr "Nenhuma entrada (algumas entradas podem estar escondidas)."
+
+#: Zotlabs/Module/Common.php:14
msgid "No channel."
msgstr "Nenhum canal."
-#: ../../mod/common.php:39
-msgid "Common connections"
-msgstr "Conexões em comum"
-
-#: ../../mod/common.php:44
+#: Zotlabs/Module/Common.php:45
msgid "No connections in common."
msgstr "Nenhuma conexão em comum."
-#: ../../mod/rmagic.php:38
+#: Zotlabs/Module/Common.php:65
+#, fuzzy
+msgid "View Common Connections"
+msgstr "Ver conexões"
+
+#: Zotlabs/Module/Pdledit_gui.php:119
+#, fuzzy
+msgid "Layout not found"
+msgstr "Layout não encontrado."
+
+#: Zotlabs/Module/Pdledit_gui.php:127
+msgid "This template does not support pdledi_gui (no content regions defined)"
+msgstr ""
+
+#: Zotlabs/Module/Pdledit_gui.php:404
+#, fuzzy
+msgid "Main page content"
+msgstr "Tipo de conteúdo da página"
+
+#: Zotlabs/Module/Pdledit_gui.php:405
+#, fuzzy
+msgid "The main page content can not be edited!"
+msgstr "Esta ação é permanente e não pode ser desfeita!"
+
+#: Zotlabs/Module/Locs.php:27 Zotlabs/Module/Locs.php:65
+#, fuzzy
+msgid "Location not found."
+msgstr "A conexão não foi encontrada."
+
+#: Zotlabs/Module/Locs.php:74
+#, fuzzy
+msgid "Location lookup failed."
+msgstr "Não foi possível entrar."
+
+#: Zotlabs/Module/Locs.php:78
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."
+"Please select another location to become primary before removing the primary "
+"location."
+msgstr ""
-#: ../../mod/rmagic.php:38
-msgid "The error message was:"
-msgstr "A mensagem de erro foi:"
+#: Zotlabs/Module/Locs.php:106
+#, fuzzy
+msgid "Syncing locations"
+msgstr "Enviar convites."
-#: ../../mod/rmagic.php:42
-msgid "Authentication failed."
+#: Zotlabs/Module/Locs.php:115
+#, fuzzy
+msgid "No locations found."
+msgstr "Não encontrado."
+
+#: Zotlabs/Module/Locs.php:120
+#, fuzzy
+msgid "Manage Channel Locations"
+msgstr "A localização do canal foi perdida"
+
+#: Zotlabs/Module/Locs.php:123
+#: extend/addon/addons-official/workflow/workflow.php:288
+msgid "Primary"
+msgstr ""
+
+#: Zotlabs/Module/Locs.php:124 Zotlabs/Module/Menu.php:177
+msgid "Drop"
+msgstr "Descartar"
+
+#: Zotlabs/Module/Locs.php:126
+msgid "Sync Now"
+msgstr ""
+
+#: Zotlabs/Module/Locs.php:127
+msgid "Please wait several minutes between consecutive operations."
+msgstr ""
+
+#: Zotlabs/Module/Locs.php:128
+msgid ""
+"When possible, drop a location by logging into that website/hub and removing "
+"your channel."
+msgstr ""
+
+#: Zotlabs/Module/Locs.php:129
+msgid "Use this form to drop the location if the hub is no longer operating."
+msgstr ""
+
+#: Zotlabs/Module/Email_validation.php:24 Zotlabs/Module/Email_resend.php:12
+#, fuzzy
+msgid "Token verification failed."
msgstr "A autenticação falhou."
-#: ../../mod/rmagic.php:82
-msgid "Remote Authentication"
-msgstr "Autenticação remota"
+#: Zotlabs/Module/Email_validation.php:36
+#, fuzzy
+msgid "Email Verification Required"
+msgstr "É necessário um convite."
-#: ../../mod/rmagic.php:83
-msgid "Enter your channel address (e.g. channel@example.com)"
-msgstr "Entre o endereço do seu canal (e.g. canal@exemplo.com)"
+#: Zotlabs/Module/Email_validation.php:37
+#, php-format
+msgid ""
+"A verification token was sent to your email address [%s]. Enter that token "
+"here to complete the account verification step. Please allow a few minutes "
+"for delivery, and check your spam folder if you do not see the message."
+msgstr ""
-#: ../../mod/rmagic.php:84
-msgid "Authenticate"
-msgstr "Autenticar"
+#: Zotlabs/Module/Email_validation.php:38
+msgid "Resend Email"
+msgstr ""
-#: ../../mod/connect.php:55 ../../mod/connect.php:103
-msgid "Continue"
-msgstr "Continuar"
+#: Zotlabs/Module/Email_validation.php:41
+msgid "Validation token"
+msgstr ""
-#: ../../mod/connect.php:84
-msgid "Premium Channel Setup"
-msgstr "Configuração de canal premium"
+#: Zotlabs/Module/Uexport.php:108
+msgid "No content available for year"
+msgstr ""
-#: ../../mod/connect.php:86
-msgid "Enable premium channel connection restrictions"
-msgstr "Habilitar restrições de canal premium para conexão"
+#: Zotlabs/Module/Uexport.php:171
+#, fuzzy
+msgid "Export Channel"
+msgstr "Exportar o canal"
-#: ../../mod/connect.php:87
+#: Zotlabs/Module/Uexport.php:173
+msgid "Export channel"
+msgstr "Exportar o canal"
+
+#: Zotlabs/Module/Uexport.php:174
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."
+"This will export your identity and social graph into a file which can be "
+"used to import your channel to a new hub."
+msgstr ""
-#: ../../mod/connect.php:89 ../../mod/connect.php:109
+#: Zotlabs/Module/Uexport.php:177
+msgid "Export content"
+msgstr "Exportar conteúdo"
+
+#: Zotlabs/Module/Uexport.php:178
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:"
+"This will export your posts, direct messages, articles and cards per month "
+"stored into a zip file per year. Months with no posts will be dismissed."
+msgstr ""
+
+#: Zotlabs/Module/Uexport.php:180
+msgid "Export wikis"
+msgstr ""
-#: ../../mod/connect.php:90
+#: Zotlabs/Module/Uexport.php:181
+msgid "This will export your wikis and wiki pages."
+msgstr ""
+
+#: Zotlabs/Module/Uexport.php:183
+#, fuzzy
+msgid "Export webpages"
+msgstr "Editar página web"
+
+#: Zotlabs/Module/Uexport.php:184
+msgid "This will export your webpages and menus."
+msgstr ""
+
+#: Zotlabs/Module/Uexport.php:186
+#, fuzzy
+msgid "Export channel calendar"
+msgstr "Exportar o canal"
+
+#: Zotlabs/Module/Uexport.php:187
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:"
+"This will export your channel calendar events and associated items. CalDAV "
+"calendars are not included."
+msgstr ""
+
+#: Zotlabs/Module/Uexport.php:189
+#, fuzzy
+msgid "Export chatrooms"
+msgstr "Exportar o canal"
+
+#: Zotlabs/Module/Uexport.php:190
+msgid "This will export your chatrooms. Chat history is dismissed."
+msgstr ""
-#: ../../mod/connect.php:91 ../../mod/connect.php:112
+#: Zotlabs/Module/Uexport.php:192
+#, php-format
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."
+"This export can be imported or restored by visiting <a href=\"%1$s\">%2$s</"
+"a> on any site containing your channel."
+msgstr ""
-#: ../../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.)"
+#: Zotlabs/Module/Import_progress.php:36
+#, fuzzy
+msgid "Item sync completed!"
+msgstr "É complicado"
-#: ../../mod/connect.php:108
-msgid "Restricted or Premium Channel"
-msgstr "Canal restrito ou premium"
+#: Zotlabs/Module/Import_progress.php:51
+msgid "Item sync completed but no items were found!"
+msgstr ""
-#: ../../mod/network.php:79
-msgid "No such group"
-msgstr "Este grupo não existe"
+#: Zotlabs/Module/Import_progress.php:68
+#, fuzzy
+msgid "File sync completed!"
+msgstr "Ação completada."
-#: ../../mod/network.php:118
-msgid "Search Results For:"
-msgstr "Resultados da busca por:"
+#: Zotlabs/Module/Import_progress.php:83
+msgid "File sync completed but no files were found!"
+msgstr ""
-#: ../../mod/network.php:172
-msgid "Collection is empty"
-msgstr "A coleção está vazia"
+#: Zotlabs/Module/Import_progress.php:98
+#, fuzzy
+msgid "Channel clone status"
+msgstr "Configurações do canal"
-#: ../../mod/network.php:180
-msgid "Collection: "
-msgstr "Coleção:"
+#: Zotlabs/Module/Import_progress.php:99
+msgid "Item sync status"
+msgstr ""
-#: ../../mod/network.php:193
-msgid "Connection: "
-msgstr "Conexão:"
+#: Zotlabs/Module/Import_progress.php:100
+msgid "File sync status"
+msgstr ""
-#: ../../mod/network.php:196
-msgid "Invalid connection."
-msgstr "Conexão inválida."
+#: Zotlabs/Module/Import_progress.php:107
+#, fuzzy
+msgid "Channel cloning completed!"
+msgstr "Canal '%s' deletado"
-#: ../../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."
+#: Zotlabs/Module/Import_progress.php:108
+msgid "Resume"
+msgstr ""
-#: ../../mod/connections.php:51 ../../mod/connedit.php:78
-msgid "Could not locate selected profile."
-msgstr "Não foi possível localizar o perfil selecionado."
+#: Zotlabs/Module/Import_progress.php:109
+msgid "Only resume if sync stalled!"
+msgstr ""
-#: ../../mod/connections.php:94 ../../mod/connedit.php:132
-msgid "Connection updated."
-msgstr "A conexão foi atualizada."
+#: Zotlabs/Module/Import.php:70
+msgid "Nothing to import."
+msgstr "Nada a importar."
-#: ../../mod/connections.php:96 ../../mod/connedit.php:134
-msgid "Failed to update connection record."
-msgstr "Não foi possível atualizar o registro da conexão."
+#: Zotlabs/Module/Import.php:86 Zotlabs/Module/Import.php:100
+msgid "Unable to download data from old server"
+msgstr "Não foi possível descarregar os dados do servidor antigo"
-#: ../../mod/connections.php:191 ../../mod/connections.php:292
-msgid "Blocked"
-msgstr "Bloqueado"
+#: Zotlabs/Module/Import.php:107 Zotlabs/Module/Import_items.php:136
+msgid "Imported file is empty."
+msgstr "O arquivo importado está vazio."
-#: ../../mod/connections.php:196 ../../mod/connections.php:299
-msgid "Ignored"
-msgstr "Ignorado"
+#: Zotlabs/Module/Import.php:163
+#, php-format
+msgid "Your service plan only allows %d channels."
+msgstr "Seu plano de serviço permite apenas %d canais."
-#: ../../mod/connections.php:201 ../../mod/connections.php:313
-msgid "Hidden"
-msgstr "Oculto"
+#: Zotlabs/Module/Import.php:190
+#, fuzzy
+msgid "No channel. Import failed."
+msgstr "Canal a clonar não encontrado. A importação falhou."
-#: ../../mod/connections.php:206 ../../mod/connections.php:306
-msgid "Archived"
-msgstr "Arquivado"
+#: Zotlabs/Module/Import.php:557
+msgid ""
+"Automatic content and files import was not possible due to API version "
+"incompatiblity. Please import content and files manually!"
+msgstr ""
-#: ../../mod/connections.php:230 ../../mod/connections.php:245
-msgid "All"
-msgstr "Todos"
+#: Zotlabs/Module/Import.php:585
+msgid "You must be logged in to use this feature."
+msgstr "Você precisa estar autenticado para usar este recurso."
-#: ../../mod/connections.php:270
-msgid "Suggest new connections"
-msgstr "Sugerir novas conexões"
+#: Zotlabs/Module/Import.php:592
+#, fuzzy
+msgid "Channel Import"
+msgstr "Nome do canal"
-#: ../../mod/connections.php:273
-msgid "New Connections"
-msgstr "Novas conexões"
+#: Zotlabs/Module/Import.php:593
+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."
+msgstr ""
-#: ../../mod/connections.php:276
-msgid "Show pending (new) connections"
-msgstr "Exibir conexões pendentes (novas)"
+#: Zotlabs/Module/Import.php:594 Zotlabs/Module/Import_items.php:123
+msgid "File to Upload"
+msgstr "Arquivo a carregar"
-#: ../../mod/connections.php:282
-msgid "Show all connections"
-msgstr "Exibir todas as conexões"
+#: Zotlabs/Module/Import.php:595
+msgid "Or provide the old server/hub details"
+msgstr "Ou forneça os detalhes do antigo servidor/hub"
-#: ../../mod/connections.php:285
-msgid "Unblocked"
-msgstr "Não bloqueado"
+#: Zotlabs/Module/Import.php:597
+msgid "Your old identity address (xyz@example.com)"
+msgstr "O endereço da sua velha identidade (xyz@exemplo.com)"
-#: ../../mod/connections.php:288
-msgid "Only show unblocked connections"
-msgstr "Exibir apenas conexões não bloqueadas"
+#: Zotlabs/Module/Import.php:598
+msgid "Your old login email address"
+msgstr "O endereço de e-mail da sua antiga conta"
-#: ../../mod/connections.php:295
-msgid "Only show blocked connections"
-msgstr "Exibir apenas conexões bloqueadas"
+#: Zotlabs/Module/Import.php:599
+msgid "Your old login password"
+msgstr "A senha dua sua antiga conta"
-#: ../../mod/connections.php:302
-msgid "Only show ignored connections"
-msgstr "Exibir apenas conexões ignoradas"
+#: Zotlabs/Module/Import.php:600
+msgid "Import your items and files (limited by available memory)"
+msgstr ""
-#: ../../mod/connections.php:309
-msgid "Only show archived connections"
-msgstr "Exibir apenas conexões arquivadas"
+#: Zotlabs/Module/Import.php:602
+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 ""
+"Para qualquer das opções, por favor escolha se deseja fazer deste hub seu "
+"novo endereço primário, ou se o velho local deve continuar com esse papel. "
+"Você será capaz de publicar a partir de ambos os locais, mas somente um pode "
+"estar designado como local primário para arquivos, fotos e mídia."
-#: ../../mod/connections.php:316
-msgid "Only show hidden connections"
-msgstr "Exibir apenas conexões ocultas"
+#: Zotlabs/Module/Import.php:604
+msgid "Make this hub my primary location"
+msgstr "Faça deste hub meu local primário"
-#: ../../mod/connections.php:371
-#, php-format
-msgid "%1$s [%2$s]"
-msgstr "%1$s [%2$s]"
+#: Zotlabs/Module/Import.php:605
+msgid "Move this channel (disable all previous locations)"
+msgstr ""
-#: ../../mod/connections.php:372
-msgid "Edit connection"
-msgstr "Editar conexão"
+#: Zotlabs/Module/Import.php:606
+msgid "Use this channel nickname instead of the one provided"
+msgstr ""
-#: ../../mod/connections.php:410
-msgid "Search your connections"
-msgstr "Pesquisar em suas conexões"
+#: Zotlabs/Module/Import.php:606
+msgid ""
+"Leave blank to keep your existing channel nickname. You will be randomly "
+"assigned a similar nickname if either name is already allocated on this site."
+msgstr ""
-#: ../../mod/connections.php:411
-msgid "Finding: "
-msgstr "Pesquisando: "
+#: Zotlabs/Module/Import.php:608
+msgid ""
+"This process may take several minutes to complete. Please submit the form "
+"only once and leave this page open until finished."
+msgstr ""
-#: ../../mod/blocks.php:95 ../../mod/blocks.php:148
-msgid "Block Name"
-msgstr "Nome do bloco"
+#: Zotlabs/Module/Oauth.php:45
+msgid "Name is required"
+msgstr "É necessário informar o nome"
-#: ../../mod/blocks.php:149
-msgid "Block Title"
-msgstr "Título do Bloco"
+#: Zotlabs/Module/Oauth.php:49
+msgid "Key and Secret are required"
+msgstr "A chave e o segredo são obrigatórios"
-#: ../../mod/tagger.php:96
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s marcou %3$s de %2$s com %4$s"
+#: Zotlabs/Module/Oauth.php:108 Zotlabs/Module/Oauth.php:134
+#: Zotlabs/Module/Oauth.php:170 Zotlabs/Module/Oauth2.php:141
+#: Zotlabs/Module/Oauth2.php:191
+msgid "Add application"
+msgstr "Adicionar aplicação"
+
+#: Zotlabs/Module/Oauth.php:111 Zotlabs/Module/Oauth2.php:116
+#: Zotlabs/Module/Oauth2.php:144
+msgid "Name of application"
+msgstr "Nome da aplicação"
+
+#: Zotlabs/Module/Oauth.php:112 Zotlabs/Module/Oauth.php:138
+#: extend/addon/addons-official/twitter/twitter.php:504
+#: extend/addon/addons-official/statusnet/statusnet.php:596
+msgid "Consumer Key"
+msgstr "Chave de consumidor"
+
+#: Zotlabs/Module/Oauth.php:112 Zotlabs/Module/Oauth.php:113
+#: Zotlabs/Module/Oauth2.php:117 Zotlabs/Module/Oauth2.php:145
+msgid "Automatically generated - change if desired. Max length 20"
+msgstr "Gerado automaticamente - troque se desejável. Comprimento máximo 20"
+
+#: Zotlabs/Module/Oauth.php:113 Zotlabs/Module/Oauth.php:139
+#: Zotlabs/Module/Oauth2.php:117 Zotlabs/Module/Oauth2.php:145
+#: extend/addon/addons-official/twitter/twitter.php:505
+#: extend/addon/addons-official/statusnet/statusnet.php:595
+msgid "Consumer Secret"
+msgstr "Segredo de consumidor"
+
+#: Zotlabs/Module/Oauth.php:114 Zotlabs/Module/Oauth.php:140
+#: Zotlabs/Module/Oauth2.php:118 Zotlabs/Module/Oauth2.php:146
+msgid "Redirect"
+msgstr "Redirecionamento"
+
+#: Zotlabs/Module/Oauth.php:114 Zotlabs/Module/Oauth2.php:118
+#: Zotlabs/Module/Oauth2.php:146
+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"
+
+#: Zotlabs/Module/Oauth.php:115 Zotlabs/Module/Oauth.php:141
+msgid "Icon url"
+msgstr "URL do ícone"
+
+#: Zotlabs/Module/Oauth.php:115 Zotlabs/Module/Register.php:498
+#: Zotlabs/Module/Sources.php:121 Zotlabs/Module/Sources.php:156
+msgid "Optional"
+msgstr "Opcional"
+
+#: Zotlabs/Module/Oauth.php:126
+#, fuzzy
+msgid "Application not found."
+msgstr "A conexão não foi encontrada."
+
+#: Zotlabs/Module/Oauth.php:169
+msgid "Connected OAuth Apps"
+msgstr ""
+
+#: Zotlabs/Module/Oauth.php:173 Zotlabs/Module/Oauth2.php:194
+msgid "Client key starts with"
+msgstr "Chave do cliente começa com"
-#: ../../mod/cloud.php:120
-msgid "$Projectname - Guests: Username: {your email address}, Password: +++"
-msgstr "$Projectname - Convidados: Nome de usuário: {seu endereço de e-mail}, Senha: +++"
+#: Zotlabs/Module/Oauth.php:174 Zotlabs/Module/Oauth2.php:195
+msgid "No name"
+msgstr "Sem nome"
-#: ../../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."
+#: Zotlabs/Module/Oauth.php:175 Zotlabs/Module/Oauth2.php:196
+msgid "Remove authorization"
+msgstr "Remover autorização"
-#: ../../mod/photos.php:97
+#: Zotlabs/Module/Photos.php:84 Zotlabs/Module/Photos.php:103
msgid "Album not found."
msgstr "O álbum não foi encontrado."
-#: ../../mod/photos.php:119 ../../mod/photos.php:643
+#: Zotlabs/Module/Photos.php:93
msgid "Delete Album"
msgstr "Excluir o álbum"
-#: ../../mod/photos.php:159 ../../mod/photos.php:930
+#: Zotlabs/Module/Photos.php:165 Zotlabs/Module/Photos.php:1057
msgid "Delete Photo"
msgstr "Excluir a foto"
-#: ../../mod/photos.php:429 ../../mod/search.php:13 ../../mod/display.php:13
-#: ../../mod/ratings.php:82 ../../mod/directory.php:47
-#: ../../mod/viewconnections.php:17
-msgid "Public access denied."
-msgstr "Acesso público negado."
-
-#: ../../mod/photos.php:440
+#: Zotlabs/Module/Photos.php:522
msgid "No photos selected"
msgstr "Não foi selecionada nenhuma foto"
-#: ../../mod/photos.php:484
+#: Zotlabs/Module/Photos.php:571
msgid "Access to this item is restricted."
msgstr "O acesso a este item está restrito."
-#: ../../mod/photos.php:523
-#, php-format
-msgid "%1$.2f MB of %2$.2f MB photo storage used."
-msgstr "Utilizados %1$.2f MB de %2$.2f MB para armazenamento de fotos."
-
-#: ../../mod/photos.php:526
+#: Zotlabs/Module/Photos.php:614
#, php-format
msgid "%1$.2f MB photo storage used."
msgstr "Utilizados %1$.2f MB para armazenamento de fotos."
-#: ../../mod/photos.php:550
+#: Zotlabs/Module/Photos.php:618
+#, php-format
+msgid "%1$.2f MB of %2$.2f MB photo storage used."
+msgstr "Utilizados %1$.2f MB de %2$.2f MB para armazenamento de fotos."
+
+#: Zotlabs/Module/Photos.php:660
msgid "Upload Photos"
msgstr "Enviar fotos"
-#: ../../mod/photos.php:554 ../../mod/photos.php:636 ../../mod/photos.php:915
-msgid "Enter a new album name"
+#: Zotlabs/Module/Photos.php:664
+#, fuzzy
+msgid "Enter an album name"
msgstr "Digite um nome para o novo álbum"
-#: ../../mod/photos.php:555 ../../mod/photos.php:637 ../../mod/photos.php:916
-msgid "or select an existing one (doubleclick)"
+#: Zotlabs/Module/Photos.php:665
+#, fuzzy
+msgid "or select an existing album (doubleclick)"
msgstr "ou escolha um já existente (duplo clique)"
-#: ../../mod/photos.php:556
+#: Zotlabs/Module/Photos.php:666
msgid "Create a status post for this upload"
msgstr "Crie uma publicação de status para este upload."
-#: ../../mod/photos.php:584
-msgid "Album name could not be decoded"
-msgstr "Não foi possível decodificar o nome do álbum"
-
-#: ../../mod/photos.php:625 ../../mod/photos.php:1157
-#: ../../mod/photos.php:1173
-msgid "Contact Photos"
-msgstr "Fotos dos contatos"
+#: Zotlabs/Module/Photos.php:668
+#, fuzzy
+msgid "Description (optional)"
+msgstr "Descreva (opcional)"
-#: ../../mod/photos.php:649
+#: Zotlabs/Module/Photos.php:756
msgid "Show Newest First"
msgstr "Exibir primeiro os mais recentes"
-#: ../../mod/photos.php:651
+#: Zotlabs/Module/Photos.php:758
msgid "Show Oldest First"
msgstr "Exibir primeiro os mais antigos"
-#: ../../mod/photos.php:675 ../../mod/photos.php:1205
-msgid "View Photo"
-msgstr "Ver a foto"
-
-#: ../../mod/photos.php:704
-msgid "Edit Album"
-msgstr "Editar o álbum"
+#: Zotlabs/Module/Photos.php:815 Zotlabs/Module/Photos.php:1355
+#, fuzzy
+msgid "Add Photos"
+msgstr "Enviar fotos"
-#: ../../mod/photos.php:749
+#: Zotlabs/Module/Photos.php:867
msgid "Permission denied. Access to this item may be restricted."
msgstr "Permissão negada. Acesso a este item pode estar restrito."
-#: ../../mod/photos.php:751
+#: Zotlabs/Module/Photos.php:869
msgid "Photo not available"
msgstr "A foto não está disponível"
-#: ../../mod/photos.php:809
+#: Zotlabs/Module/Photos.php:927
msgid "Use as profile photo"
msgstr "Usar como uma foto de perfil"
-#: ../../mod/photos.php:816
+#: Zotlabs/Module/Photos.php:928
+#, fuzzy
+msgid "Use as cover photo"
+msgstr "Usar como uma foto de perfil"
+
+#: Zotlabs/Module/Photos.php:935
msgid "Private Photo"
msgstr "Foto privada"
-#: ../../mod/photos.php:831
+#: Zotlabs/Module/Photos.php:950
msgid "View Full Size"
msgstr "Ver no tamanho real"
-#: ../../mod/photos.php:909
+#: Zotlabs/Module/Photos.php:994 Zotlabs/Module/Admin/Addons.php:462
+#: Zotlabs/Module/Tagrm.php:137 Zotlabs/Module/Cover_photo.php:424
+#: extend/addon/addons-official/superblock/Mod_Superblock.php:90
+msgid "Remove"
+msgstr "Remover"
+
+#: Zotlabs/Module/Photos.php:1031
msgid "Edit photo"
msgstr "Editar a foto"
-#: ../../mod/photos.php:911
+#: Zotlabs/Module/Photos.php:1033
msgid "Rotate CW (right)"
msgstr "Rotacionar H (horário)"
-#: ../../mod/photos.php:912
+#: Zotlabs/Module/Photos.php:1034
msgid "Rotate CCW (left)"
msgstr "Rotacionar AH (anti-horário)"
-#: ../../mod/photos.php:919
-msgid "Caption"
-msgstr "Legenda"
+#: Zotlabs/Module/Photos.php:1037
+msgid "Move photo to album"
+msgstr ""
+
+#: Zotlabs/Module/Photos.php:1038
+msgid "Enter a new album name"
+msgstr "Digite um nome para o novo álbum"
+
+#: Zotlabs/Module/Photos.php:1039
+msgid "or select an existing one (doubleclick)"
+msgstr "ou escolha um já existente (duplo clique)"
-#: ../../mod/photos.php:921
+#: Zotlabs/Module/Photos.php:1044
msgid "Add a Tag"
msgstr "Adicionar uma etiqueta"
-#: ../../mod/photos.php:925
+#: Zotlabs/Module/Photos.php:1052
msgid "Example: @bob, @Barbara_Jensen, @jim@example.com"
msgstr "Exemplo: @beto, @Barbara_Almeida, @julia@exemplo.com"
-#: ../../mod/connedit.php:181
-msgid "is now connected to"
-msgstr "está agora conectado a"
+#: Zotlabs/Module/Photos.php:1055
+msgid "Flag as adult in album view"
+msgstr ""
-#: ../../mod/connedit.php:296
-msgid "Could not access address book record."
-msgstr "Não foi possível acessar o registro do contato."
+#: Zotlabs/Module/Photos.php:1238
+#, fuzzy
+msgid "Photo Tools"
+msgstr "Localização da Foto"
-#: ../../mod/connedit.php:310
-msgid "Refresh failed - channel is currently unavailable."
-msgstr "A atualização falhou - o canal está indisponível no momento."
+#: Zotlabs/Module/Photos.php:1247
+msgid "In This Photo:"
+msgstr "Nesta foto:"
-#: ../../mod/connedit.php:317
-msgid "Channel has been unblocked"
-msgstr "O canal foi desbloqueado"
+#: Zotlabs/Module/Photos.php:1252
+#, fuzzy
+msgid "Map"
+msgstr "Maio"
-#: ../../mod/connedit.php:318
-msgid "Channel has been blocked"
-msgstr "O canal foi bloqueado"
+#: Zotlabs/Module/Lostpass.php:19
+msgid "No valid account found."
+msgstr "Não foi encontrada uma conta válida."
-#: ../../mod/connedit.php:322 ../../mod/connedit.php:334
-#: ../../mod/connedit.php:346 ../../mod/connedit.php:358
-#: ../../mod/connedit.php:374
-msgid "Unable to set address book parameters."
-msgstr "Não foi possível definir os parâmetros do contato."
+#: Zotlabs/Module/Lostpass.php:33
+msgid "Password reset request issued. Check your email."
+msgstr ""
+"A solicitação de restauração de senha foi encaminhada. Verifique seu e-mail."
-#: ../../mod/connedit.php:329
-msgid "Channel has been unignored"
-msgstr "O canal não está mais ignorado"
+#: Zotlabs/Module/Lostpass.php:39 Zotlabs/Module/Lostpass.php:108
+#, php-format
+msgid "Site Member (%s)"
+msgstr "Membro do site (%s)"
-#: ../../mod/connedit.php:330
-msgid "Channel has been ignored"
-msgstr "O canal passou a estar ignorado"
+#: Zotlabs/Module/Lostpass.php:44 Zotlabs/Module/Lostpass.php:49
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Foi feita uma solicitação de restauração de senha em %s"
-#: ../../mod/connedit.php:341
-msgid "Channel has been unarchived"
-msgstr "O canal deixou o arquivo"
+#: Zotlabs/Module/Lostpass.php:68
+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/connedit.php:342
-msgid "Channel has been archived"
-msgstr "O canal foi colocado no arquivo"
+#: Zotlabs/Module/Lostpass.php:91 boot.php:1759
+msgid "Password Reset"
+msgstr "Reiniciar a senha"
-#: ../../mod/connedit.php:353
-msgid "Channel has been unhidden"
-msgstr "O canal não está mais oculto"
+#: Zotlabs/Module/Lostpass.php:92
+msgid "Your password has been reset as requested."
+msgstr "Sua senha foi restaurada, conforme solicitado."
-#: ../../mod/connedit.php:354
-msgid "Channel has been hidden"
-msgstr "O canal passou a estar oculto"
+#: Zotlabs/Module/Lostpass.php:93
+msgid "Your new password is"
+msgstr "Sua nova senha é"
-#: ../../mod/connedit.php:369
-msgid "Channel has been approved"
-msgstr "O canal foi aprovado"
+#: Zotlabs/Module/Lostpass.php:94
+msgid "Save or copy your new password - and then"
+msgstr "Salve ou copie a sua nova senha e, então"
-#: ../../mod/connedit.php:370
-msgid "Channel has been unapproved"
-msgstr "O canal deixou de estar aprovado"
+#: Zotlabs/Module/Lostpass.php:95
+msgid "click here to login"
+msgstr "clique aqui para entrar"
-#: ../../mod/connedit.php:398
-msgid "Connection has been removed."
-msgstr "A conexão foi removida."
+#: Zotlabs/Module/Lostpass.php:96
+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/connedit.php:418
+#: Zotlabs/Module/Lostpass.php:117
#, php-format
-msgid "View %s's profile"
-msgstr "Ver o perfil de %s"
+msgid "Your password has changed at %s"
+msgstr "Sua senha foi modificada em %s"
-#: ../../mod/connedit.php:422
-msgid "Refresh Permissions"
-msgstr "Atualizar permissões"
+#: Zotlabs/Module/Lostpass.php:130
+msgid "Forgot your Password?"
+msgstr "Esqueceu a sua senha?"
-#: ../../mod/connedit.php:425
-msgid "Fetch updated permissions"
-msgstr "Buscar as permissões atualizadas"
+#: Zotlabs/Module/Lostpass.php:131
+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/connedit.php:429
-msgid "Recent Activity"
-msgstr "Atividades recentes"
+#: Zotlabs/Module/Lostpass.php:132
+msgid "Email Address"
+msgstr "Endereço de e-mail"
-#: ../../mod/connedit.php:432
-msgid "View recent posts and comments"
-msgstr "Exibir publicações e comentários recentes"
+#: Zotlabs/Module/Lostpass.php:133 Zotlabs/Module/Pdledit.php:76
+#: Zotlabs/Module/Pdledit.php:93
+msgid "Reset"
+msgstr "Restaurar"
-#: ../../mod/connedit.php:436 ../../mod/connedit.php:579
-#: ../../mod/admin.php:734
-msgid "Unblock"
-msgstr "Desbloquear"
+#: Zotlabs/Module/Like.php:112
+msgid "Like/Dislike"
+msgstr "Gostar/Desgostar"
-#: ../../mod/connedit.php:436 ../../mod/connedit.php:579
-#: ../../mod/admin.php:733
-msgid "Block"
-msgstr "Bloquear"
+#: Zotlabs/Module/Like.php:118
+msgid "This action is restricted to members."
+msgstr "Esta ação é restrita a membros."
-#: ../../mod/connedit.php:439
-msgid "Block or Unblock this connection"
-msgstr "Bloquear ou desbloquear esta conexão"
+#: Zotlabs/Module/Like.php:119
+msgid ""
+"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a "
+"href=\"register\">register as a new $Projectname member</a> to continue."
+msgstr ""
+"Por favor <a href=\"rmagic\">entre com sua $Projectname ID</a> ou <a "
+"href=\"register\">registre-se como novo membro da $Projectname</a> para "
+"continuar."
-#: ../../mod/connedit.php:443 ../../mod/connedit.php:580
-msgid "Unignore"
-msgstr "Não ignorar"
+#: Zotlabs/Module/Like.php:172 Zotlabs/Module/Like.php:198
+#: Zotlabs/Module/Like.php:236
+msgid "Invalid request."
+msgstr "Solicitação inválida."
-#: ../../mod/connedit.php:443 ../../mod/connedit.php:580
-#: ../../mod/notifications.php:51
-msgid "Ignore"
-msgstr "Ignorar"
+#: Zotlabs/Module/Like.php:213
+msgid "thing"
+msgstr "coisa"
-#: ../../mod/connedit.php:446
-msgid "Ignore or Unignore this connection"
-msgstr "Ignorar ou deixar de ignorar esta conexão"
+#: Zotlabs/Module/Like.php:259
+msgid "Channel unavailable."
+msgstr "Canal não disponível."
-#: ../../mod/connedit.php:449
-msgid "Unarchive"
-msgstr "Não arquivar"
+#: Zotlabs/Module/Like.php:295
+msgid "Previous action reversed."
+msgstr "Ação anterior revertida."
-#: ../../mod/connedit.php:449
-msgid "Archive"
-msgstr "Arquivar"
+#: Zotlabs/Module/Like.php:453 Zotlabs/Module/Subthread.php:115
+#: extend/addon/addons-official/pubcrawl/as.php:1958
+#: extend/addon/addons-official/diaspora/Receiver.php:1693
+msgid "status"
+msgstr "status"
-#: ../../mod/connedit.php:452
-msgid "Archive or Unarchive this connection"
-msgstr "Colocar ou retirar do arquivo esta conexão"
+#: Zotlabs/Module/Like.php:489
+#, fuzzy, php-format
+msgid "%1$s agrees with %2$s's %3$s"
+msgstr "%1$s talvez compareça em %3$s de %2$s"
-#: ../../mod/connedit.php:455
-msgid "Unhide"
-msgstr "Não ocultar"
+#: Zotlabs/Module/Like.php:491
+#, fuzzy, php-format
+msgid "%1$s doesn't agree with %2$s's %3$s"
+msgstr "%1$s não comparecerá em %3$s de %2$s"
-#: ../../mod/connedit.php:455
-msgid "Hide"
-msgstr "Ocultar"
+#: Zotlabs/Module/Like.php:493
+#, fuzzy, php-format
+msgid "%1$s abstains from a decision on %2$s's %3$s"
+msgstr "%1$s não comparecerá em %3$s de %2$s"
-#: ../../mod/connedit.php:458
-msgid "Hide or Unhide this connection"
-msgstr "Ocultar ou deixar de ocultar esta conexão"
+#: Zotlabs/Module/Like.php:495
+#: extend/addon/addons-official/diaspora/Receiver.php:2251
+#, php-format
+msgid "%1$s is attending %2$s's %3$s"
+msgstr "%1$s comparecerá em %3$s de %2$s"
-#: ../../mod/connedit.php:465
-msgid "Delete this connection"
-msgstr "Deletar esta conexão"
+#: Zotlabs/Module/Like.php:497
+#: extend/addon/addons-official/diaspora/Receiver.php:2253
+#, php-format
+msgid "%1$s is not attending %2$s's %3$s"
+msgstr "%1$s não comparecerá em %3$s de %2$s"
+
+#: Zotlabs/Module/Like.php:499
+#: extend/addon/addons-official/diaspora/Receiver.php:2255
+#, php-format
+msgid "%1$s may attend %2$s's %3$s"
+msgstr "%1$s talvez compareça em %3$s de %2$s"
-#: ../../mod/connedit.php:508 ../../mod/connedit.php:537
-msgid "Approve this connection"
-msgstr "Aprovar esta conexão"
+#: Zotlabs/Module/Like.php:617
+msgid "Action completed."
+msgstr "Ação completada."
-#: ../../mod/connedit.php:508
-msgid "Accept connection to allow communication"
-msgstr "Aceite a conexão para permitir comunicação"
+#: Zotlabs/Module/Like.php:618
+msgid "Thank you."
+msgstr "Obrigado."
-#: ../../mod/connedit.php:524
-msgid "Automatic Permissions Settings"
-msgstr "Configurações de permissão automáticas"
+#: Zotlabs/Module/Dreport.php:38
+#, fuzzy
+msgid "Invalid message"
+msgstr "Solicitação inválida."
-#: ../../mod/connedit.php:524
-#, php-format
-msgid "Connections: settings for %s"
-msgstr "Conexões: configurações para %s"
+#: Zotlabs/Module/Dreport.php:68
+msgid "no results"
+msgstr ""
-#: ../../mod/connedit.php:528
-msgid ""
-"When receiving a channel introduction, any permissions provided here will be"
-" applied to the new connection automatically and the introduction approved. "
-"Leave this page if you do not wish to use this feature."
-msgstr "Ao receber uma apresentação de um canal, quaisquer permissões definidas aqui serão automaticamente aplicadas à nova conexão e a apresentação aprovada. Deixe esta página se você não quer usar este recurso."
+#: Zotlabs/Module/Dreport.php:82
+#, fuzzy
+msgid "channel sync processed"
+msgstr "Canal '%s' censurado"
-#: ../../mod/connedit.php:530
-msgid "Slide to adjust your degree of friendship"
-msgstr "Deslize para ajustar seu grau de amizade"
+#: Zotlabs/Module/Dreport.php:86
+msgid "queued"
+msgstr ""
-#: ../../mod/connedit.php:536
-msgid "inherited"
-msgstr "herdado"
+#: Zotlabs/Module/Dreport.php:90
+#, fuzzy
+msgid "posted"
+msgstr "publicação"
-#: ../../mod/connedit.php:538
-msgid "Connection has no individual permissions!"
-msgstr "A conexão não tem permissões individuais!"
+#: Zotlabs/Module/Dreport.php:94
+msgid "accepted for delivery"
+msgstr ""
-#: ../../mod/connedit.php:539
-msgid ""
-"This may be appropriate based on your <a href=\"settings\">privacy "
-"settings</a>, though you may wish to review the \"Advanced Permissions\"."
-msgstr "Isso pode ser adequado baseado nas suas <a href=\"settings\">configurações de privacidade</a>, mas talvez você queira rever suas \"Permissões Avançadas\"."
+#: Zotlabs/Module/Dreport.php:98
+#, fuzzy
+msgid "updated"
+msgstr "Atualizar"
-#: ../../mod/connedit.php:541
-msgid "Profile Visibility"
-msgstr "Visibilidade do perfil"
+#: Zotlabs/Module/Dreport.php:102
+msgid "update ignored"
+msgstr ""
+
+#: Zotlabs/Module/Dreport.php:105
+#, fuzzy
+msgid "permission denied"
+msgstr "Permissão negada"
+
+#: Zotlabs/Module/Dreport.php:109
+#, fuzzy
+msgid "recipient not found"
+msgstr "Evento não encontrado."
-#: ../../mod/connedit.php:542
+#: Zotlabs/Module/Dreport.php:129
#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Por favor, selecione o perfil que você gostaria de exibir para %s quando estiver visualizando seu perfil de modo seguro."
+msgid "Delivery report for %1$s"
+msgstr ""
-#: ../../mod/connedit.php:543
-msgid "Contact Information / Notes"
-msgstr "Informações de contato / Notas"
+#: Zotlabs/Module/Dreport.php:133
+#: extend/addon/addons-official/wiki/Widget/Wiki_pages.php:71
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:906
+#, fuzzy
+msgid "Options"
+msgstr "Opcional"
-#: ../../mod/connedit.php:544
-msgid "Edit contact notes"
-msgstr "Editar anotações sobre o contato"
+#: Zotlabs/Module/Dreport.php:134
+msgid "Redeliver"
+msgstr ""
-#: ../../mod/connedit.php:546
-msgid "Their Settings"
-msgstr "Configurações dele/a"
+#: Zotlabs/Module/Viewsrc.php:43
+msgid "item"
+msgstr ""
-#: ../../mod/connedit.php:547
-msgid "My Settings"
-msgstr "Minhas configurações"
+#: Zotlabs/Module/Channel_calendar.php:62
+msgid "Event can not end before it has started."
+msgstr "Um evento não pode terminar antes de seu início."
-#: ../../mod/connedit.php:549
-msgid "Clear/Disable Automatic Permissions"
-msgstr "Limpa/Desabilita permissões automáticas"
+#: Zotlabs/Module/Channel_calendar.php:64
+#: Zotlabs/Module/Channel_calendar.php:72
+#: Zotlabs/Module/Channel_calendar.php:87
+#, fuzzy
+msgid "Unable to generate preview."
+msgstr "Não foi possível criar o menu."
-#: ../../mod/connedit.php:550
-msgid "Forum Members"
-msgstr "Membros de fórum"
+#: Zotlabs/Module/Channel_calendar.php:70
+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/connedit.php:551
-msgid "Soapbox"
-msgstr "Caixa de sabão"
+#: Zotlabs/Module/Channel_calendar.php:85
+#: Zotlabs/Module/Channel_calendar.php:226
+msgid "Event not found."
+msgstr "Evento não encontrado."
-#: ../../mod/connedit.php:552
-msgid "Full Sharing (typical social network permissions)"
-msgstr "Compartilhamento completo (permissões típicas de redes sociais)"
+#: Zotlabs/Module/Channel_calendar.php:370
+#, fuzzy
+msgid "Edit event"
+msgstr "Editar elemento"
-#: ../../mod/connedit.php:553
-msgid "Cautious Sharing "
-msgstr "Compartilhamento cauteloso"
+#: Zotlabs/Module/Channel_calendar.php:372
+#, fuzzy
+msgid "Delete event"
+msgstr "Excluir a foto"
-#: ../../mod/editlayout.php:166 ../../mod/layouts.php:121
-#: ../../mod/layouts.php:179
-msgid "Layout Name"
-msgstr "Nome do layout"
+#: Zotlabs/Module/Channel_calendar.php:406
+#, fuzzy
+msgid "calendar"
+msgstr "Calendário"
-#: ../../mod/connedit.php:555
-msgid "Individual Permissions"
-msgstr "Permissões individuais"
+#: Zotlabs/Module/Channel_calendar.php:493
+#, fuzzy
+msgid "Failed to remove event"
+msgstr "Não foi possível remover a fonte."
-#: ../../mod/connedit.php:556
-msgid ""
-"Some permissions may be inherited from your channel <a "
-"href=\"settings\">privacy settings</a>, which have higher priority than "
-"individual settings. Changing those inherited settings on this page will "
-"have no effect."
-msgstr "Algumas permissões serão herdadas das <a href=\"settings\">configurações de privacidade</a> do seu canal, e terão prioridade sobre as configurações individuais. Modificar nesta página tais configurações herdadas não surtirá efeito algum."
+#: Zotlabs/Module/Chanview.php:132
+msgid "toggle full screen mode"
+msgstr ""
-#: ../../mod/connedit.php:557
-msgid "Advanced Permissions"
-msgstr "Permissões avançadas"
+#: Zotlabs/Module/Register.php:112
+#, fuzzy
+msgid "Email address required"
+msgstr "Endereço de e-mail"
-#: ../../mod/connedit.php:558
-msgid "Simple Permissions (select one and submit)"
-msgstr "Permissões simples (slecione uma e submeta)"
+#: Zotlabs/Module/Register.php:156
+#, fuzzy
+msgid "No password provided"
+msgstr "Sua nova senha é"
-#: ../../mod/connedit.php:562
-#, php-format
-msgid "Visit %s's profile - %s"
-msgstr "Ver o perfil de %s - %s"
+#: Zotlabs/Module/Register.php:179
+#, fuzzy
+msgid "Terms of Service not accepted"
+msgstr "Termos de Serviço"
-#: ../../mod/connedit.php:563
-msgid "Block/Unblock contact"
-msgstr "Bloquear/desbloquear o contato"
+#: Zotlabs/Module/Register.php:241
+#, fuzzy
+msgid "Invitation code succesfully applied"
+msgstr "A atualização %s foi aplicada com sucesso."
-#: ../../mod/connedit.php:564
-msgid "Ignore contact"
-msgstr "Ignorar o contato"
+#: Zotlabs/Module/Register.php:261
+msgid "Invitation not in time or too late"
+msgstr ""
-#: ../../mod/connedit.php:565
-msgid "Repair URL settings"
-msgstr "Reparar configurações de URL"
+#: Zotlabs/Module/Register.php:267
+#, fuzzy
+msgid "Invitation email failed"
+msgstr "A autenticação falhou."
-#: ../../mod/connedit.php:566
-msgid "View conversations"
-msgstr "Ver as conversas"
+#: Zotlabs/Module/Register.php:275
+#, fuzzy
+msgid "Invitation code failed"
+msgstr "Não foi possível verificar o convite."
-#: ../../mod/connedit.php:568
-msgid "Delete contact"
-msgstr "Excluir o contato"
+#: Zotlabs/Module/Register.php:282
+#, fuzzy
+msgid "Invitations are not available"
+msgstr "O item não está disponível."
-#: ../../mod/connedit.php:571
-msgid "Last update:"
-msgstr "Última atualização:"
+#: Zotlabs/Module/Register.php:292
+msgid "Registration on this hub is by invitation only"
+msgstr ""
-#: ../../mod/connedit.php:573
-msgid "Update public posts"
-msgstr "Atualizar publicações públicas"
+#: Zotlabs/Module/Register.php:399
+#, fuzzy
+msgid "New register request"
+msgstr "É necessário informar o nome"
-#: ../../mod/connedit.php:575
-msgid "Update now"
-msgstr "Atualizar agora"
+#: Zotlabs/Module/Register.php:417
+msgid "Error creating dId A"
+msgstr ""
-#: ../../mod/connedit.php:581
-msgid "Currently blocked"
-msgstr "Atualmente bloqueado"
+#: Zotlabs/Module/Register.php:435
+msgid "Registration on this hub is disabled."
+msgstr ""
+
+#: Zotlabs/Module/Register.php:444
+msgid "Registration on this hub is by approval only."
+msgstr ""
+
+#: Zotlabs/Module/Register.php:445
+msgid "Register at another affiliated hub in case when prefered"
+msgstr ""
+
+#: Zotlabs/Module/Register.php:458
+msgid "Registration on this hub is by invitation only."
+msgstr ""
+
+#: Zotlabs/Module/Register.php:459
+msgid "Register at another affiliated hub"
+msgstr ""
+
+#: Zotlabs/Module/Register.php:479
+#, php-format
+msgid "I accept the %s for this website"
+msgstr "Eu aceito os %s deste website."
+
+#: Zotlabs/Module/Register.php:486
+#, fuzzy, php-format
+msgid "I am over %s years of age and accept the %s for this website"
+msgstr "Eu aceito os %s deste website."
+
+#: Zotlabs/Module/Register.php:496
+msgid "Your email address"
+msgstr "Seu endereço de e-mail"
+
+#: Zotlabs/Module/Register.php:503
+msgid "Choose a password"
+msgstr "Escolha uma senha"
-#: ../../mod/connedit.php:582
-msgid "Currently ignored"
-msgstr "Atualmente ignorado"
+#: Zotlabs/Module/Register.php:504
+msgid "Please re-enter your password"
+msgstr "Por favor, digite sua senha novamente"
-#: ../../mod/connedit.php:583
-msgid "Currently archived"
-msgstr "Atualmente arquivado"
+#: Zotlabs/Module/Register.php:506
+msgid "Please enter your invitation code"
+msgstr "Por favor, digite o código do seu convite"
-#: ../../mod/connedit.php:584
-msgid "Currently pending"
-msgstr "Atualmente pendente"
+#: Zotlabs/Module/Register.php:508
+#, fuzzy
+msgid "Your name"
+msgstr "Sem nome"
-#: ../../mod/connedit.php:585
-msgid "Hide this contact from others"
-msgstr "Esconda este contato dos demais"
+#: Zotlabs/Module/Register.php:508
+#, fuzzy
+msgid "Real name is preferred"
+msgstr "É necessário informar o nome"
-#: ../../mod/connedit.php:585
+#: Zotlabs/Module/Register.php:510 Zotlabs/Module/New_channel.php:177
+msgid "Choose a short nickname"
+msgstr "Escolha um apelido curto"
+
+#: Zotlabs/Module/Register.php:510
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."
+"Your nickname will be used to create an easy to remember channel address"
+msgstr ""
+
+#: Zotlabs/Module/Register.php:514
+msgid "Why do you want to join this hub?"
+msgstr ""
-#: ../../mod/delegate.php:95
-msgid "No potential page delegates located."
-msgstr "Nenhum potencial delegado para páginas localizado."
+#: Zotlabs/Module/Register.php:514
+msgid "This will help to review your registration"
+msgstr ""
+
+#: Zotlabs/Module/Register.php:520 Zotlabs/Module/Admin/Site.php:416
+msgid "Registration"
+msgstr "Registro"
-#: ../../mod/delegate.php:121
-msgid "Delegate Page Management"
-msgstr "Delegar administração de página"
+#: Zotlabs/Module/Register.php:528
+msgid "I have an invite code"
+msgstr ""
-#: ../../mod/delegate.php:123
+#: Zotlabs/Module/Register.php:575
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."
+"This site has exceeded the number of allowed daily account registrations."
+msgstr ""
-#: ../../mod/lostpass.php:85 ../../boot.php:1558
-msgid "Password Reset"
-msgstr "Reiniciar a senha"
+#: Zotlabs/Module/Filestorage.php:14 Zotlabs/Module/Filestorage.php:53
+#, fuzzy
+msgid "Deprecated!"
+msgstr "Separado(a)"
-#: ../../mod/delegate.php:126
-msgid "Existing Page Delegates"
-msgstr "Atuais delegados da página"
+#: Zotlabs/Module/Filestorage.php:157
+#, fuzzy
+msgid "Permission Denied."
+msgstr "Permissão negada."
-#: ../../mod/delegate.php:128
-msgid "Potential Delegates"
-msgstr "Potenciais delegados"
+#: Zotlabs/Module/Filestorage.php:190
+#, fuzzy
+msgid "Edit file permissions"
+msgstr "Permissões individuais"
-#: ../../mod/delegate.php:130 ../../mod/photos.php:940 ../../mod/tagrm.php:93
-msgid "Remove"
-msgstr "Remover"
+#: Zotlabs/Module/Filestorage.php:202
+#: extend/addon/addons-official/flashcards/Mod_Flashcards.php:268
+#, fuzzy
+msgid "Set/edit permissions"
+msgstr "Buscar as permissões atualizadas"
-#: ../../mod/delegate.php:131
-msgid "Add"
-msgstr "Adicionar"
+#: Zotlabs/Module/Filestorage.php:203
+msgid "Include all files and sub folders"
+msgstr ""
-#: ../../mod/delegate.php:132
-msgid "No entries."
-msgstr "Sem entradas."
+#: Zotlabs/Module/Filestorage.php:204
+msgid "Return to file list"
+msgstr ""
-#: ../../mod/search.php:13 ../../mod/directory.php:15
-#: ../../mod/dirprofile.php:9 ../../mod/display.php:9 ../../mod/photos.php:443
-#: ../../mod/viewconnections.php:17
-msgid "Public access denied."
-msgstr "Acesso público negado."
+#: Zotlabs/Module/Filestorage.php:206 Zotlabs/Storage/Browser.php:389
+msgid "Copy/paste this code to attach file to a post"
+msgstr ""
-#: ../../mod/directory.php:146 ../../mod/dirprofile.php:95
-msgid "Gender: "
-msgstr "Gênero: "
+#: Zotlabs/Module/Filestorage.php:207 Zotlabs/Storage/Browser.php:390
+msgid "Copy/paste this URL to link file from a web page"
+msgstr ""
-#: ../../mod/directory.php:223
-msgid "Finding:"
-msgstr "Pesquisando:"
+#: Zotlabs/Module/Filestorage.php:209
+#, fuzzy
+msgid "Share this file"
+msgstr "Compartilhe isso"
-#: ../../mod/directory.php:228
-msgid "next page"
-msgstr "próxima página"
+#: Zotlabs/Module/Filestorage.php:210
+msgid "Show URL to this file"
+msgstr ""
-#: ../../mod/directory.php:228
-msgid "previous page"
-msgstr "página anterior"
+#: Zotlabs/Module/Filestorage.php:211 Zotlabs/Storage/Browser.php:558
+msgid "Show in your contacts shared folder"
+msgstr ""
-#: ../../mod/directory.php:245
-msgid "No entries (some entries may be hidden)."
-msgstr "Nenhuma entrada (algumas entradas podem estar escondidas)."
+#: Zotlabs/Module/Item.php:767
+msgid "Empty post discarded."
+msgstr "A publicação em branco foi descartada."
-#: ../../mod/dirprofile.php:108
-msgid "Status: "
-msgstr "Status:"
+#: Zotlabs/Module/Item.php:1182
+msgid "Duplicate post suppressed."
+msgstr ""
-#: ../../mod/dirprofile.php:109
-msgid "Sexual Preference: "
-msgstr "Preferência sexual:"
+#: Zotlabs/Module/Item.php:1332
+msgid "System error. Post not saved."
+msgstr "Erro no sistema. A publicação não foi salva."
-#: ../../mod/dirprofile.php:111
-msgid "Homepage: "
-msgstr "Website:"
+#: Zotlabs/Module/Item.php:1366
+#, fuzzy
+msgid "Your comment is awaiting approval."
+msgstr "Sim - pendente aprovação"
-#: ../../mod/dirprofile.php:112
-msgid "Hometown: "
-msgstr "Cidade natal:"
+#: Zotlabs/Module/Item.php:1503
+msgid "Unable to obtain post information from database."
+msgstr "Impossível obter informação do texto no banco de dados"
-#: ../../mod/dirprofile.php:114
-msgid "About: "
-msgstr "Sobre:"
+#: Zotlabs/Module/Item.php:1510
+#, 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/dirprofile.php:162
-msgid "Keywords: "
-msgstr "Palavras-chave:"
+#: Zotlabs/Module/Item.php:1517
+#, 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/dirsearch.php:21
-msgid "This site is not a directory server"
-msgstr "Este site não é um servidor de diretório"
+#: Zotlabs/Module/Regate.php:84
+#, fuzzy
+msgid "Email resent"
+msgstr "Endereço de e-mail"
-#: ../../mod/setup.php:162
-msgid "Hubzilla Server - Setup"
-msgstr "Servidor Hubzilla - Configuração"
+#: Zotlabs/Module/Regate.php:84
+#, fuzzy
+msgid "Email resend failed"
+msgstr "Falha ao modificar o tamanho da imagem."
-#: ../../mod/setup.php:168
-msgid "Could not connect to database."
-msgstr "Não foi possível conectar ao banco de dados."
+#: Zotlabs/Module/Regate.php:109
+#, fuzzy
+msgid "Verification successful"
+msgstr "Publicado com sucesso."
-#: ../../mod/setup.php:172
-msgid ""
-"Could not connect to specified site URL. Possible SSL certificate or DNS "
-"issue."
-msgstr "Não foi possível conectar à URL especificada para o site. Provavlmente um problema de DNS ou com o certificado SSL."
+#: Zotlabs/Module/Regate.php:153
+#, fuzzy
+msgid "Account successfull created"
+msgstr "Publicado com sucesso."
-#: ../../mod/setup.php:179
-msgid "Could not create table."
-msgstr "Não foi possível criar a tabela."
+#: Zotlabs/Module/Regate.php:211
+#, fuzzy
+msgid "Channel successfull created"
+msgstr "Canal '%s' não censurado"
-#: ../../mod/setup.php:185
-msgid "Your site database has been installed."
-msgstr "O banco de dados do seu site foi instalado."
+#: Zotlabs/Module/Regate.php:217
+msgid "Automatic channel creation failed. Please create a channel."
+msgstr ""
-#: ../../mod/setup.php:190
-msgid ""
-"You may need to import the file \"install/database.sql\" manually using "
-"phpmyadmin or mysql."
-msgstr "Pode ser que você precise importar o arquivo \"install/database.sql\" manualmente, usando o phpmyadmin or mysql."
+#: Zotlabs/Module/Regate.php:229
+#, fuzzy
+msgid "Account creation error"
+msgstr "Configurações da conta"
-#: ../../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\"."
+#: Zotlabs/Module/Regate.php:241
+#, fuzzy
+msgid "Verify failed"
+msgstr "mkdir falhou."
-#: ../../mod/setup.php:257
-msgid "System check"
-msgstr "Checagem do sistema"
+#: Zotlabs/Module/Regate.php:246
+#, fuzzy
+msgid "Token verification failed"
+msgstr "A autenticação falhou."
-#: ../../mod/invite.php:132
-msgid "Please join my community on \$Projectname."
-msgstr "Por favor junte-se à minha comunidade na \$Projectname."
+#: Zotlabs/Module/Regate.php:251
+msgid "Request not inside time frame"
+msgstr ""
-#: ../../mod/setup.php:262
-msgid "Check again"
-msgstr "Cheque novamente"
+#: Zotlabs/Module/Regate.php:257 Zotlabs/Module/Regate.php:287
+msgid "Identity unknown"
+msgstr ""
+
+#: Zotlabs/Module/Regate.php:263
+msgid "dId2 mistaken"
+msgstr ""
+
+#: Zotlabs/Module/Regate.php:291
+#, fuzzy
+msgid "Your Registration ID"
+msgstr "Registro"
+
+#: Zotlabs/Module/Regate.php:304 Zotlabs/Module/Regate.php:396
+#: Zotlabs/Module/Regate.php:428
+#, fuzzy
+msgid "Registration verification"
+msgstr "Confirmação de registro para %s"
+
+#: Zotlabs/Module/Regate.php:311 Zotlabs/Module/Regate.php:433
+msgid "Hold on, you can start verification in"
+msgstr ""
+
+#: Zotlabs/Module/Regate.php:312
+#, fuzzy
+msgid "Please remember your verification token for ID"
+msgstr "Por favor, digite o código do seu convite"
+
+#: Zotlabs/Module/Regate.php:314
+msgid "Token validity"
+msgstr ""
+
+#: Zotlabs/Module/Regate.php:350
+msgid "Resend email"
+msgstr ""
+
+#: Zotlabs/Module/Regate.php:355
+#, fuzzy
+msgid "Registration status"
+msgstr "Solicitação de registro em %s"
+
+#: Zotlabs/Module/Regate.php:358
+#, fuzzy
+msgid "Verification successful!"
+msgstr "Publicado com sucesso."
+
+#: Zotlabs/Module/Regate.php:359
+#, fuzzy
+msgid "Your login ID is"
+msgstr "A senha dua sua antiga conta"
-#: ../../mod/invite.php:135
+#: Zotlabs/Module/Regate.php:360
msgid ""
-"1. Register at any \$Projectname location (they are all inter-connected)"
-msgstr "1. Registre-se em qualquer site da \$Projectname (eles são todos interconectados)"
+"After your account has been approved by our administrator you will be able "
+"to login with your login ID and your provided password."
+msgstr ""
+
+#: Zotlabs/Module/Regate.php:372
+#, fuzzy
+msgid "Registration request revoked"
+msgstr "Solicitação de registro em %s"
+
+#: Zotlabs/Module/Regate.php:373
+msgid "Sorry for any inconvience. Thank you for your response."
+msgstr ""
+
+#: Zotlabs/Module/Regate.php:397
+#, fuzzy
+msgid "Please enter your verification token for ID"
+msgstr "Por favor, digite o código do seu convite"
+
+#: Zotlabs/Module/Regate.php:398 Zotlabs/Module/Regate.php:425
+msgid "Please check your email!"
+msgstr ""
+
+#: Zotlabs/Module/Regate.php:408
+#, fuzzy
+msgid "Verification token"
+msgstr "Configurações de notificação"
+
+#: Zotlabs/Module/Regate.php:419
+msgid "ID expired"
+msgstr ""
+
+#: Zotlabs/Module/Regate.php:434
+msgid "You will require the verification token for ID"
+msgstr ""
+
+#: Zotlabs/Module/Regate.php:443
+msgid "Unknown or expired ID"
+msgstr ""
-#: ../../mod/invite.php:137
-msgid "2. Enter my \$Projectname network address into the site searchbar."
-msgstr "2. Entre com meu endereço da \$Projectname na barra de busca do site."
+#: Zotlabs/Module/Regate.php:454
+msgid "dId2 malformed"
+msgstr ""
+#: Zotlabs/Module/Pconfig.php:33 Zotlabs/Module/Pconfig.php:69
+msgid "This setting requires special processing and editing has been blocked."
+msgstr ""
-#: ../../mod/setup.php:286
+#: Zotlabs/Module/Pconfig.php:58
+msgid "Configuration Editor"
+msgstr ""
+
+#: Zotlabs/Module/Pconfig.php:59
msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Por favor, entre em contato com a sua hospedagem ou com o administrador do site caso você tenha alguma dúvida em relação a isso."
+"Warning: Changing some settings could render your channel inoperable. Please "
+"leave this page unless you are comfortable with and knowledgeable about how "
+"to correctly use this feature."
+msgstr ""
-#: ../../mod/setup.php:287
+#: Zotlabs/Module/Suggest.php:52
msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "O banco de dados que você especificar abaixo já deve existir. Caso contrário, crie-o antes de prosseguir."
+"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/setup.php:291
-msgid "Database Server Name"
-msgstr "Nome do servidor de banco de dados"
+#: Zotlabs/Module/Layouts.php:129 Zotlabs/Module/Layouts.php:187
+#: Zotlabs/Module/Editlayout.php:128
+msgid "Layout Name"
+msgstr "Nome do layout"
-#: ../../mod/setup.php:291
-msgid "Default is localhost"
-msgstr "O default é localhost"
+#: Zotlabs/Module/Layouts.php:132 Zotlabs/Module/Editlayout.php:129
+#, fuzzy
+msgid "Layout Description (Optional)"
+msgstr "Descrição de Layout"
-#: ../../mod/setup.php:292
-msgid "Database Port"
-msgstr "Porta do banco de dados"
+#: Zotlabs/Module/Layouts.php:184
+msgid "Comanche page description language help"
+msgstr "Página de Ajuda da descrição da Linguagem Comanche "
-#: ../../mod/setup.php:292
-msgid "Communication port number - use 0 for default"
-msgstr "Número da porta de comunicação - use 0 para o default"
+#: Zotlabs/Module/Layouts.php:188
+msgid "Layout Description"
+msgstr "Descrição de Layout"
-#: ../../mod/setup.php:293
-msgid "Database Login Name"
-msgstr "Nome do usuário do banco de dados"
+#: Zotlabs/Module/Layouts.php:193
+msgid "Download PDL file"
+msgstr "Baixar arquivo PDL"
-#: ../../mod/setup.php:294
-msgid "Database Login Password"
-msgstr "Senha do usuário do banco de dados"
+#: Zotlabs/Module/Bookmarks.php:62
+msgid "Bookmark added"
+msgstr "O link foi guardado"
-#: ../../mod/setup.php:295
-msgid "Database Name"
-msgstr "Nome do banco de dados"
+#: Zotlabs/Module/Bookmarks.php:101
+msgid "My Connections Bookmarks"
+msgstr "Links guardados das minhas conexões"
-#: ../../mod/setup.php:297 ../../mod/setup.php:339
-msgid "Site administrator email address"
-msgstr "Endereço de email do administrador do site"
+#: Zotlabs/Module/Dircensor.php:61
+#, fuzzy
+msgid "Entry censored"
+msgstr "Não censurar"
-#: ../../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 "O endereço de email da sua conta deve ser igual a este para que você possa utilizar o painel de administração web."
+#: Zotlabs/Module/Dircensor.php:64
+msgid "Entry OK"
+msgstr ""
-#: ../../mod/setup.php:298 ../../mod/setup.php:341
-msgid "Website URL"
-msgstr "URL do website"
+#: Zotlabs/Module/Totp_check.php:71 Zotlabs/Module/Admin/Account_edit.php:61
+#, fuzzy
+msgid "Account not found."
+msgstr "A conta não foi encontrada"
-#: ../../mod/setup.php:298 ../../mod/setup.php:341
-msgid "Please use SSL (https) URL if available."
-msgstr "Por favor, use uma URL SSL (https) se disponível."
+#: Zotlabs/Module/Totp_check.php:78
+msgid "Multifactor Verification"
+msgstr ""
-#: ../../mod/setup.php:301 ../../mod/setup.php:344
-msgid "Please select a default timezone for your website"
-msgstr "Por favor, selecione o fuso horário padrão para o seu site"
+#: Zotlabs/Module/Totp_check.php:80
+msgid "Please enter the verification key from your authenticator app"
+msgstr ""
-#: ../../mod/setup.php:328
-msgid "Site settings"
-msgstr "Configurações do site"
+#: Zotlabs/Module/Totp_check.php:81
+msgid "Verify"
+msgstr ""
-#: ../../mod/setup.php:387
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Não foi possível encontrar uma versão de linha de comando do PHP nos caminhos do seu servidor web."
+#: Zotlabs/Module/Sse_bs.php:623
+#, fuzzy
+msgid "Private forum"
+msgstr "Foto privada"
-#: ../../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 "Caso você não tenha uma versão de linha de comando do PHP instalada no seu servidor, você não será capaz de executar coletas em segundo plano pelo cron."
+#: Zotlabs/Module/Sse_bs.php:623
+#, fuzzy
+msgid "Public forum"
+msgstr "Somente Fóruns públicos"
-#: ../../mod/setup.php:392
-msgid "PHP executable path"
-msgstr "Caminho para o executável do PHP"
+#: Zotlabs/Module/Api.php:74 Zotlabs/Module/Api.php:95
+msgid "Authorize application connection"
+msgstr "Autorizar a conexão com a aplicação"
-#: ../../mod/setup.php:392
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Digite o caminho completo do executável PHP. Você pode deixar isso em branco para continuar com a instalação."
+#: Zotlabs/Module/Api.php:75
+msgid "Return to your app and insert this Security Code:"
+msgstr ""
-#: ../../mod/setup.php:397
-msgid "Command line PHP"
-msgstr "PHP em linha de comando"
+#: Zotlabs/Module/Api.php:85
+msgid "Please login to continue."
+msgstr "Por favor, autentique-se para continuar."
-#: ../../mod/setup.php:406
+#: Zotlabs/Module/Api.php:97
msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "\"register_argc_argv\" não está habilitado na versão de linha de comando do PHP no seu sistema."
+"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/setup.php:407
-msgid "This is required for message delivery to work."
-msgstr "Isto é necessário para o funcionamento do envio de mensagens."
+#: Zotlabs/Module/Contactedit.php:50
+#, fuzzy
+msgid "Invalid abook_id"
+msgstr "Item inválido."
-#: ../../mod/setup.php:409
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: Zotlabs/Module/Contactedit.php:78 Zotlabs/Module/Defperms.php:67
+#: Zotlabs/Module/Connedit.php:80
+msgid "Could not access contact record."
+msgstr "Não foi possível acessar o registro do contato."
-#: ../../mod/setup.php:430
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Erro: a função \"openssl_pkey_new\" no seu sistema não é capaz de gerar as chaves de criptografia"
+#: Zotlabs/Module/Contactedit.php:107 Zotlabs/Module/Connedit.php:101
+msgid "Could not locate selected profile."
+msgstr "Não foi possível localizar o perfil selecionado."
-#: ../../mod/setup.php:431
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Se estiver usando o Windows, por favor dê uma olhada em \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: Zotlabs/Module/Contactedit.php:192 Zotlabs/Module/Connedit.php:215
+msgid "is now connected to"
+msgstr "está agora conectado a"
-#: ../../mod/setup.php:433
-msgid "Generate encryption keys"
-msgstr "Gerar chaves de criptografia"
+#: Zotlabs/Module/Contactedit.php:252 Zotlabs/Module/Contactedit.php:401
+#: Zotlabs/Module/Connedit.php:701
+msgid "Contact Tools"
+msgstr ""
-#: ../../mod/setup.php:440
-msgid "libCurl PHP module"
-msgstr "Módulo PHP libCurl"
+#: Zotlabs/Module/Contactedit.php:329 Zotlabs/Module/Connedit.php:622
+#, fuzzy
+msgid "Approve this contact"
+msgstr "Conexões aprovadas"
-#: ../../mod/setup.php:441
-msgid "GD graphics PHP module"
-msgstr "Módulo PHP GD graphics"
+#: Zotlabs/Module/Contactedit.php:329 Zotlabs/Module/Connedit.php:622
+msgid "Accept contact to allow communication"
+msgstr ""
-#: ../../mod/setup.php:442
-msgid "OpenSSL PHP module"
-msgstr "Módulo PHP OpenSSL"
+#: Zotlabs/Module/Contactedit.php:362 Zotlabs/Module/Connedit.php:658
+msgid "Please select a role for this contact!"
+msgstr ""
-#: ../../mod/setup.php:443
-msgid "mysqli PHP module"
-msgstr "Módulo PHP mysqli"
+#: Zotlabs/Module/Contactedit.php:382 Zotlabs/Module/Connedit.php:678
+msgid "This contact is unreachable from this location."
+msgstr ""
-#: ../../mod/setup.php:444
-msgid "mb_string PHP module"
-msgstr "Módulo PHP mb_string "
+#: Zotlabs/Module/Contactedit.php:383 Zotlabs/Module/Connedit.php:679
+msgid "This contact may be unreachable from other channel locations."
+msgstr ""
-#: ../../mod/setup.php:445
-msgid "mcrypt PHP module"
-msgstr "Módulo PHP mcrypt"
+#: Zotlabs/Module/Contactedit.php:385 Zotlabs/Module/Connedit.php:681
+msgid "Location independence is not supported by their network."
+msgstr ""
-#: ../../mod/setup.php:450 ../../mod/setup.php:452
-msgid "Apache mod_rewrite module"
-msgstr "Módulo mod_rewrite do Apache"
+#: Zotlabs/Module/Contactedit.php:395
+#, fuzzy
+msgid "View profile"
+msgstr "Ver este perfil"
-#: ../../mod/setup.php:450
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Erro: o módulo mod-rewrite do Apache é necessário, mas não está instalado."
+#: Zotlabs/Module/Contactedit.php:408
+#, fuzzy
+msgid "Select a role for this contact"
+msgstr "Deletar esta conexão"
-#: ../../mod/setup.php:456 ../../mod/setup.php:459
-msgid "proc_open"
-msgstr "proc_open"
+#: Zotlabs/Module/Contactedit.php:420 Zotlabs/Module/Connedit.php:703
+msgid "Slide to adjust your degree of friendship"
+msgstr "Deslize para ajustar seu grau de amizade"
-#: ../../mod/setup.php:456
-msgid ""
-"Error: proc_open is required but is either not installed or has been "
-"disabled in php.ini"
-msgstr "Erro: proc_open é necessário, mas não está instalado ou foi desabilitado no php.ini"
+#: Zotlabs/Module/Contactedit.php:422 Zotlabs/Module/Connedit.php:705
+msgid "Custom Filter"
+msgstr ""
-#: ../../mod/setup.php:464
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Erro: o módulo libCURL do PHP é necessário, mas não está instalado."
+#: Zotlabs/Module/Contactedit.php:423 Zotlabs/Module/Settings/Channel.php:286
+#: Zotlabs/Module/Connedit.php:706
+#, fuzzy
+msgid "Only import posts with this text"
+msgstr "Importar apenas conteúd com estas palavras (uma por linha)"
-#: ../../mod/setup.php:468
+#: Zotlabs/Module/Contactedit.php:423 Zotlabs/Module/Contactedit.php:424
+#: Zotlabs/Module/Admin/Site.php:515 Zotlabs/Module/Admin/Site.php:516
+#: Zotlabs/Module/Connedit.php:706 Zotlabs/Module/Connedit.php:707
msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Erro: o módulo gráfico GD, com suporte a JPEG, do PHP é necessário, mas não está instalado."
+"words one per line or #tags or /patterns/ or lang=xx, leave blank to import "
+"all posts"
+msgstr ""
-#: ../../mod/setup.php:472
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Erro: o módulo openssl do PHP é necessário, mas não está instalado."
+#: Zotlabs/Module/Contactedit.php:424 Zotlabs/Module/Settings/Channel.php:285
+#: Zotlabs/Module/Connedit.php:707
+msgid "Do not import posts with this text"
+msgstr ""
-#: ../../mod/setup.php:476
-msgid "Error: mysqli PHP module required but not installed."
-msgstr "Erro: o módulo mysqli do PHP é necessário, mas não está instalado."
+#: Zotlabs/Module/Contactedit.php:429 Zotlabs/Module/Connedit.php:714
+#, fuzzy
+msgid "Approve contact"
+msgstr "Conexões aprovadas"
-#: ../../mod/setup.php:480
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Erro: o módulo mb_string do PHP é necessário, mas não está instalado."
+#: Zotlabs/Module/Contactedit.php:431 Zotlabs/Module/Connedit.php:717
+msgid "Their"
+msgstr ""
-#: ../../mod/setup.php:484
-msgid "Error: mcrypt PHP module required but not installed."
-msgstr "Erro: o módulo mcrypt do PHP é necessário, mas não está instalado."
+#: Zotlabs/Module/Contactedit.php:432 Zotlabs/Module/Connedit.php:718
+#, fuzzy
+msgid "My"
+msgstr "Maio"
-#: ../../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 "O instalador web precisa criar um arquivo chamado \".htconfig.php\" na pasta raiz da instalação e não está conseguindo."
+#: Zotlabs/Module/Contactedit.php:440
+msgid "Roles"
+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 "Geralmente isso está relacionado às definições de permissão, uma vez que o servidor web pode não estar conseguindo escrever os arquivos nesta pasta."
+#: Zotlabs/Module/Contactedit.php:441
+#, fuzzy
+msgid "Compare permissions"
+msgstr "Atualizar permissões"
-#: ../../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 "Ao final desse procedimento, será fornecido um texto que deverá ser salvo em um arquivo de nome .htconfig.php, na pasta raiz do seu Red."
+#: Zotlabs/Module/Contactedit.php:442
+#, fuzzy
+msgid "Permission"
+msgstr "Permissão negada"
-#: ../../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 "Você também pode pular esse procedimento e executar uma instalação manual. Por favor, dê uma olhada no arquivo \"install/INSTALL.TXT\" para instruções."
+#: Zotlabs/Module/Contactedit.php:445 Zotlabs/Module/Connedit.php:572
+#, fuzzy
+msgid "Affinity"
+msgstr "Ferramenta de afinidade"
-#: ../../mod/setup.php:506
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php tem permissão de escrita"
+#: Zotlabs/Module/Contactedit.php:446
+#, fuzzy
+msgid "Content filter"
+msgstr "Expiração de conteúdo"
-#: ../../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 "Red usa o engine de template Smarty3 para renderizar suas telas. Smarty3 compila templates para PHP para acelerar a renderização."
+#: Zotlabs/Module/Contactedit.php:456
+#, fuzzy
+msgid "Contact updated"
+msgstr "A conexão foi atualizada."
-#: ../../mod/setup.php:517
-#, php-format
-msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory %s under the Red top level folder."
-msgstr "Para guardar os templates compilados, o servidor web necessita de permissão de escrita no diretório %s no diretório raiz da Red."
+#: Zotlabs/Module/Contactedit.php:456
+#, fuzzy
+msgid "Contact update failed"
+msgstr "A conexão foi atualizada."
-#: ../../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 "Por favor, certifique-se de que o usuário sob o qual o servidor web roda (ex: www-data) tenha permissão de escrita nesse diretório."
+#: Zotlabs/Module/Contactedit.php:508 Zotlabs/Module/Contactedit.php:518
+msgid "Refresh succeeded"
+msgstr ""
-#: ../../mod/setup.php:519
-#, php-format
-msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"%s only--not the template files (.tpl) that it contains."
-msgstr "Nota: como uma medida de segurança, você deve fornecer ao servidor web permissão de escrita somente em %s e não aos arquivos de template (.tpl) que ele contém."
+#: Zotlabs/Module/Contactedit.php:511
+#, fuzzy
+msgid "Refresh failed - channel is currently unavailable"
+msgstr "A atualização falhou - o canal está indisponível no momento."
-#: ../../mod/setup.php:522
-#, php-format
-msgid "%s is writable"
-msgstr "%s tem permissão de escrita"
+#: Zotlabs/Module/Contactedit.php:530
+#, fuzzy
+msgid "Block status updated"
+msgstr "As configurações de log foram atualizadas."
-#: ../../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 "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"
+#: Zotlabs/Module/Contactedit.php:534
+#, fuzzy
+msgid "Block failed"
+msgstr "Título do Bloco"
-#: ../../mod/setup.php:539
-msgid "store is writable"
-msgstr "store tem permissão de escrita"
+#: Zotlabs/Module/Contactedit.php:545
+#, fuzzy
+msgid "Ignore status updated"
+msgstr "As configurações de log foram atualizadas."
-#: ../../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."
+#: Zotlabs/Module/Contactedit.php:549
+#, fuzzy
+msgid "Ignore failed"
+msgstr "Ignorado"
-#: ../../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 "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!"
+#: Zotlabs/Module/Contactedit.php:560
+#, fuzzy
+msgid "Archive status updated"
+msgstr "As configurações de site foram atualizadas."
-#: ../../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 "Essa restrição é incorporada porque publicações públicas suas podem, por exemplo, conter referências a imagens no seu próprio hub."
+#: Zotlabs/Module/Contactedit.php:564
+#, fuzzy
+msgid "Archive failed"
+msgstr "Arquivado"
-#: ../../mod/setup.php:572
-msgid ""
-"If your certificate is not recognized, members of other sites (who may "
-"themselves have valid certificates) will get a warning message on their own "
-"site complaining about security issues."
-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."
+#: Zotlabs/Module/Contactedit.php:575
+#, fuzzy
+msgid "Hide status updated"
+msgstr "As configurações de site foram atualizadas."
-#: ../../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 "Isso pode causar problemas de usabilidade (não só no seu site) então nós precisamos insistir nesse requisito."
+#: Zotlabs/Module/Contactedit.php:579
+#, fuzzy
+msgid "Hide failed"
+msgstr "mkdir falhou."
-#: ../../mod/setup.php:574
-msgid ""
-"Providers are available that issue free certificates which are browser-"
-"valid."
-msgstr "Existem provedores que disponibilizam gratuitamente certificados reconhecidos por navegadores."
+#: Zotlabs/Module/Contactedit.php:614
+#, fuzzy
+msgid "Contact removed"
+msgstr "A etiqueta foi removida"
-#: ../../mod/setup.php:576
-msgid "SSL certificate validation"
-msgstr "Validação do certificado SSL"
+#: Zotlabs/Module/Contactedit.php:618
+#, fuzzy
+msgid "Delete failed"
+msgstr "Excluir este perfil"
-#: ../../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."
+#: Zotlabs/Module/Contactedit.php:628 Zotlabs/Module/Connedit.php:487
+msgid "Refresh Permissions"
+msgstr "Atualizar permissões"
-#: ../../mod/setup.php:584
-msgid "Url rewrite is working"
-msgstr "A reescrita de URLs está funcionando"
+#: Zotlabs/Module/Contactedit.php:629 Zotlabs/Module/Connedit.php:490
+msgid "Fetch updated permissions"
+msgstr "Buscar as permissões atualizadas"
-#: ../../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."
+#: Zotlabs/Module/Contactedit.php:633 Zotlabs/Module/Connedit.php:494
+#, fuzzy
+msgid "Refresh Photo"
+msgstr "Atualizar"
-#: ../../mod/setup.php:618
-msgid "Errors encountered creating database tables."
-msgstr "Foram encontrados erros durante a criação das tabelas do banco de dados."
+#: Zotlabs/Module/Contactedit.php:634 Zotlabs/Module/Connedit.php:497
+#, fuzzy
+msgid "Fetch updated photo"
+msgstr "Buscar as permissões atualizadas"
+
+#: Zotlabs/Module/Contactedit.php:639 Zotlabs/Module/Admin/Accounts.php:322
+#: Zotlabs/Module/Connedit.php:508
+msgid "Unblock"
+msgstr "Desbloquear"
+
+#: Zotlabs/Module/Contactedit.php:639 Zotlabs/Module/Admin/Accounts.php:321
+#: Zotlabs/Module/Connedit.php:508
+msgid "Block"
+msgstr "Bloquear"
+
+#: Zotlabs/Module/Contactedit.php:641 Zotlabs/Module/Connedit.php:511
+msgid "Block (or Unblock) all communications with this connection"
+msgstr ""
+
+#: Zotlabs/Module/Contactedit.php:642 Zotlabs/Module/Connedit.php:512
+msgid "This connection is blocked!"
+msgstr ""
+
+#: Zotlabs/Module/Contactedit.php:646 Zotlabs/Module/Connedit.php:516
+msgid "Unignore"
+msgstr "Não ignorar"
-#: ../../mod/setup.php:653
-msgid "<h1>What next</h1>"
-msgstr "<h1>Próximos passos</h1>"
+#: Zotlabs/Module/Contactedit.php:648 Zotlabs/Module/Connedit.php:519
+msgid "Ignore (or Unignore) all inbound communications from this connection"
+msgstr ""
+
+#: Zotlabs/Module/Contactedit.php:649 Zotlabs/Module/Connedit.php:520
+#, fuzzy
+msgid "This connection is ignored!"
+msgstr "Nenhuma conexão em comum."
+
+#: Zotlabs/Module/Contactedit.php:653 Zotlabs/Module/Connedit.php:524
+msgid "Unarchive"
+msgstr "Não arquivar"
+
+#: Zotlabs/Module/Contactedit.php:653 Zotlabs/Module/Connedit.php:524
+msgid "Archive"
+msgstr "Arquivar"
-#: ../../mod/setup.php:654
+#: Zotlabs/Module/Contactedit.php:655 Zotlabs/Module/Connedit.php:527
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."
+"Archive (or Unarchive) this connection - mark channel dead but keep content"
+msgstr ""
-#: ../../mod/editblock.php:8 ../../mod/editblock.php:27
-#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36
-#: ../../mod/editpost.php:20 ../../mod/editwebpage.php:32
-msgid "Item not found"
-msgstr "O item não foi encontrado"
+#: Zotlabs/Module/Contactedit.php:656 Zotlabs/Module/Connedit.php:528
+#, fuzzy
+msgid "This connection is archived!"
+msgstr "Suas conexões são confirmadas"
-#: ../../mod/editblock.php:77
-msgid "Edit Block"
-msgstr "Editar bloco"
+#: Zotlabs/Module/Contactedit.php:660 Zotlabs/Module/Connedit.php:532
+msgid "Unhide"
+msgstr "Não ocultar"
-#: ../../mod/editblock.php:87
-msgid "Delete block?"
-msgstr "Deletar bloco?"
+#: Zotlabs/Module/Contactedit.php:660 Zotlabs/Module/Connedit.php:532
+msgid "Hide"
+msgstr "Ocultar"
-#: ../../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"
+#: Zotlabs/Module/Contactedit.php:662 Zotlabs/Module/Connedit.php:535
+msgid "Hide or Unhide this connection from your other connections"
+msgstr ""
-#: ../../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)"
+#: Zotlabs/Module/Contactedit.php:663 Zotlabs/Module/Connedit.php:536
+msgid "This connection is hidden!"
+msgstr ""
-#: ../../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)"
+#: Zotlabs/Module/Contactedit.php:669 Zotlabs/Module/Connedit.php:543
+msgid "Delete this connection"
+msgstr "Deletar esta conexão"
-#: ../../mod/editblock.php:153
-msgid "Delete Block"
-msgstr "Deletar bloco"
+#: Zotlabs/Module/Import_items.php:50
+msgid "Not a zip file or zip file corrupted."
+msgstr ""
-#: ../../mod/pdledit.php:13
-msgid "Layout updated."
-msgstr "Layout atualizado."
+#: Zotlabs/Module/Import_items.php:121
+#, fuzzy
+msgid "Import Items"
+msgstr "A importação foi completada."
-#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53
-msgid "Edit System Page Description"
-msgstr "Editar descrição de página do sistema"
+#: Zotlabs/Module/Import_items.php:122
+msgid "Use this form to import existing posts and content from an export file."
+msgstr ""
-#: ../../mod/pdledit.php:48
-msgid "Layout not found."
-msgstr "Layout não encontrado."
+#: Zotlabs/Module/Import_items.php:159
+#, fuzzy
+msgid "Content import completed"
+msgstr "A importação foi completada."
-#: ../../mod/pdledit.php:54
-msgid "Module Name:"
-msgstr "Nome do módulo:"
+#: Zotlabs/Module/Import_items.php:164
+#, fuzzy
+msgid "Chatroom import completed"
+msgstr "A importação foi completada."
-#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59
-msgid "Layout Help"
-msgstr "Ajuda de layout"
+#: Zotlabs/Module/Import_items.php:170
+msgid "Channel calendar import 1/2 completed"
+msgstr ""
-#: ../../mod/editlayout.php:72
-msgid "Edit Layout"
-msgstr "Editar layout"
+#: Zotlabs/Module/Import_items.php:176
+msgid "Channel calendar import 2/2 completed"
+msgstr ""
-#: ../../mod/impel.php:121
-#, php-format
-msgid "%s element installed"
-msgstr "Elemento %s instalado"
+#: Zotlabs/Module/Import_items.php:181
+#, fuzzy
+msgid "Menu import completed"
+msgstr "A importação foi completada."
-#: ../../mod/impel.php:124
-#, php-format
-msgid "%s element installation failed"
-msgstr "Instalação de elemento %s falhou"
+#: Zotlabs/Module/Import_items.php:186
+#, fuzzy
+msgid "Wiki import completed"
+msgstr "A importação foi completada."
-#: ../../mod/editwebpage.php:106
-msgid "Edit Webpage"
-msgstr "Editar página web"
+#: Zotlabs/Module/Import_items.php:191
+#, fuzzy
+msgid "Webpages import completed"
+msgstr "A importação foi completada."
-#: ../../mod/editwebpage.php:116
-msgid "Delete webpage?"
-msgstr "Deletar página web?"
+#: Zotlabs/Module/Profiles.php:26 Zotlabs/Module/Profiles.php:214
+#: Zotlabs/Module/Profiles.php:642
+#, fuzzy
+msgid "Profile not found."
+msgstr "Página não encontrada."
-#: ../../mod/editwebpage.php:186
-msgid "Delete Webpage"
-msgstr "Deletar página web"
+#: Zotlabs/Module/Profiles.php:46
+#, fuzzy
+msgid "Profile deleted."
+msgstr "O perfil foi atualizado."
-#: ../../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."
+#: Zotlabs/Module/Profiles.php:70 Zotlabs/Module/Profiles.php:107
+msgid "Profile-"
+msgstr "Perfil-"
-#: ../../mod/photos.php:97
-msgid "Album not found."
-msgstr "O álbum não foi encontrado."
+#: Zotlabs/Module/Profiles.php:92 Zotlabs/Module/Profiles.php:129
+msgid "New profile created."
+msgstr "O novo perfil foi criado."
-#: ../../mod/photos.php:119 ../../mod/photos.php:676
-msgid "Delete Album"
-msgstr "Excluir o álbum"
+#: Zotlabs/Module/Profiles.php:113
+#, fuzzy
+msgid "Profile unavailable to clone."
+msgstr "Perfil indisponível para exportar."
-#: ../../mod/photos.php:159 ../../mod/photos.php:991
-msgid "Delete Photo"
-msgstr "Excluir a foto"
+#: Zotlabs/Module/Profiles.php:148
+msgid "Profile unavailable to export."
+msgstr "Perfil indisponível para exportar."
-#: ../../mod/photos.php:453
-msgid "No photos selected"
-msgstr "Não foi selecionada nenhuma foto"
+#: Zotlabs/Module/Profiles.php:224
+msgid "Profile Name is required."
+msgstr "É obrigatório informar o nome do perfil."
-#: ../../mod/photos.php:500
-msgid "Access to this item is restricted."
-msgstr "O acesso a este item está restrito."
+#: Zotlabs/Module/Profiles.php:429
+msgid "Marital Status"
+msgstr "Estado civil"
-#: ../../mod/photos.php:574
-#, 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."
+#: Zotlabs/Module/Profiles.php:433
+msgid "Romantic Partner"
+msgstr "Parceiro/a romântico/a"
-#: ../../mod/photos.php:577
-#, php-format
-msgid "You have used %1$.2f Mbytes of photo storage."
-msgstr "Você usou %1$.2f Mbytes de armazenamento de fotos."
+#: Zotlabs/Module/Profiles.php:437 Zotlabs/Module/Profiles.php:788
+msgid "Likes"
+msgstr "Gosta de"
-#: ../../mod/photos.php:596
-msgid "Upload Photos"
-msgstr "Enviar fotos"
+#: Zotlabs/Module/Profiles.php:441 Zotlabs/Module/Profiles.php:789
+msgid "Dislikes"
+msgstr "Não gosta de"
-#: ../../mod/photos.php:600 ../../mod/photos.php:671
-msgid "New album name: "
-msgstr "Novo nome de álbum: "
+#: Zotlabs/Module/Profiles.php:445 Zotlabs/Module/Profiles.php:796
+msgid "Work/Employment"
+msgstr "Trabalho/Emprego"
-#: ../../mod/photos.php:601
-msgid "or existing album name: "
-msgstr "ou nome de um álbum já existente: "
+#: Zotlabs/Module/Profiles.php:448
+msgid "Religion"
+msgstr "Religião"
-#: ../../mod/photos.php:602
-msgid "Do not show a status post for this upload"
-msgstr "Não exibir uma publicação de status para este carregamento"
+#: Zotlabs/Module/Profiles.php:452
+msgid "Political Views"
+msgstr "Posição política"
-#: ../../mod/photos.php:622
-msgid "Album name could not be decoded"
-msgstr "Não foi possível decodificar o nome do álbum"
+#: Zotlabs/Module/Profiles.php:456
+#: extend/addon/addons-official/openid/MysqlProvider.php:74
+msgid "Gender"
+msgstr "Gênero"
-#: ../../mod/photos.php:660 ../../mod/photos.php:682 ../../mod/photos.php:1163
-#: ../../mod/photos.php:1178
-msgid "Contact Photos"
-msgstr "Fotos dos contatos"
+#: Zotlabs/Module/Profiles.php:460
+msgid "Sexual Preference"
+msgstr "Preferência sexual"
-#: ../../mod/photos.php:684
-msgid "Edit Album"
-msgstr "Editar o álbum"
+#: Zotlabs/Module/Profiles.php:464
+msgid "Homepage"
+msgstr "Página web"
-#: ../../mod/photos.php:690
-msgid "Show Newest First"
-msgstr "Exibir primeiro os mais recentes"
+#: Zotlabs/Module/Profiles.php:468
+msgid "Interests"
+msgstr "Interesses"
-#: ../../mod/photos.php:692
-msgid "Show Oldest First"
-msgstr "Exibir primeiro os mais antigos"
+#: Zotlabs/Module/Profiles.php:576
+msgid "Profile updated."
+msgstr "O perfil foi atualizado."
-#: ../../mod/photos.php:745 ../../mod/photos.php:1210
-msgid "View Photo"
-msgstr "Ver a foto"
+#: Zotlabs/Module/Profiles.php:672
+#, fuzzy
+msgid "Hide my connections from viewers of this profile"
+msgstr "Envia apenas para a audiência do perfil aplicável"
-#: ../../mod/photos.php:810
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Permissão negada. Acesso a este item pode estar restrito."
+#: Zotlabs/Module/Profiles.php:685
+msgid "Publish my default profile in the network directory"
+msgstr ""
-#: ../../mod/photos.php:812
-msgid "Photo not available"
-msgstr "A foto não está disponível"
+#: Zotlabs/Module/Profiles.php:693
+msgid "Suggest me as a potential contact to new members"
+msgstr ""
-#: ../../mod/photos.php:872
-msgid "Use as profile photo"
-msgstr "Usar como uma foto de perfil"
+#: Zotlabs/Module/Profiles.php:697
+msgid "Reveal my online status"
+msgstr ""
-#: ../../mod/photos.php:896
-msgid "View Full Size"
-msgstr "Ver no tamanho real"
+#: Zotlabs/Module/Profiles.php:738
+msgid "Edit Profile Details"
+msgstr "Editar os detalhes do perfil"
-#: ../../mod/photos.php:974
-msgid "Edit photo"
-msgstr "Editar a foto"
+#: Zotlabs/Module/Profiles.php:740
+msgid "View this profile"
+msgstr "Ver este perfil"
-#: ../../mod/photos.php:976
-msgid "Rotate CW (right)"
-msgstr "Rotacionar H (horário)"
+#: Zotlabs/Module/Profiles.php:742
+#, fuzzy
+msgid "Profile Tools"
+msgstr "Fotos do perfil"
-#: ../../mod/photos.php:977
-msgid "Rotate CCW (left)"
-msgstr "Rotacionar AH (anti-horário)"
+#: Zotlabs/Module/Profiles.php:743
+msgid "Change cover photo"
+msgstr ""
-#: ../../mod/photos.php:980
-msgid "New album name"
-msgstr "Novo nome para o álbum"
+#: Zotlabs/Module/Profiles.php:745
+msgid "Create a new profile using these settings"
+msgstr "Criar um novo perfil usando estas configurações"
-#: ../../mod/photos.php:983
-msgid "Caption"
-msgstr "Legenda"
+#: Zotlabs/Module/Profiles.php:746
+msgid "Clone this profile"
+msgstr "Clonar este perfil"
-#: ../../mod/photos.php:985
-msgid "Add a Tag"
-msgstr "Adicionar uma etiqueta"
+#: Zotlabs/Module/Profiles.php:747
+msgid "Delete this profile"
+msgstr "Excluir este perfil"
-#: ../../mod/photos.php:988
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento"
+#: Zotlabs/Module/Profiles.php:748
+msgid "Add profile things"
+msgstr "Adicionar coisas ao perfil"
-#: ../../mod/photos.php:1141
-msgid "In This Photo:"
-msgstr "Nesta foto:"
+#: Zotlabs/Module/Profiles.php:749
+msgid "Basic"
+msgstr ""
-#: ../../mod/photos.php:1216
-msgid "View Album"
-msgstr "Ver álbum"
+#: Zotlabs/Module/Profiles.php:751
+msgid "Relationship"
+msgstr ""
-#: ../../mod/photos.php:1239
-msgid "Recent Photos"
-msgstr "Fotos recentes"
+#: Zotlabs/Module/Profiles.php:754
+msgid "Import profile from file"
+msgstr "Importar perfil dum arquivo"
-#: ../../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."
+#: Zotlabs/Module/Profiles.php:755
+msgid "Export profile to file"
+msgstr "Exportar perfil para arquivo"
-#: ../../mod/profile_photo.php:161
-msgid "Image resize failed."
-msgstr "Falha ao modificar o tamanho da imagem."
+#: Zotlabs/Module/Profiles.php:756
+#, fuzzy
+msgid "Your gender"
+msgstr "Transgênero"
+
+#: Zotlabs/Module/Profiles.php:757
+#, fuzzy
+msgid "Marital status"
+msgstr "Estado civil"
+
+#: Zotlabs/Module/Profiles.php:758
+#, fuzzy
+msgid "Sexual preference"
+msgstr "Preferência sexual"
+
+#: Zotlabs/Module/Profiles.php:761
+#, fuzzy
+msgid "Profile name"
+msgstr "Imagem do perfil"
+
+#: Zotlabs/Module/Profiles.php:763
+msgid "This is your default profile."
+msgstr "Este é seu perfil padrão."
+
+#: Zotlabs/Module/Profiles.php:765
+#, fuzzy
+msgid "Your full name"
+msgstr "Nome Completo"
+
+#: Zotlabs/Module/Profiles.php:766
+#, fuzzy
+msgid "Short title/description"
+msgstr "Descrição de Layout"
+
+#: Zotlabs/Module/Profiles.php:766
+msgid "Maximal 190 characters"
+msgstr ""
+
+#: Zotlabs/Module/Profiles.php:769
+#, fuzzy
+msgid "Street address"
+msgstr "Seu endereço de e-mail"
+
+#: Zotlabs/Module/Profiles.php:770
+msgid "Locality/City"
+msgstr ""
+
+#: Zotlabs/Module/Profiles.php:771
+#, fuzzy
+msgid "Region/State"
+msgstr "Data de registro"
+
+#: Zotlabs/Module/Profiles.php:772
+msgid "Postal/Zip code"
+msgstr ""
+
+#: Zotlabs/Module/Profiles.php:778
+msgid "Who (if applicable)"
+msgstr ""
+
+#: Zotlabs/Module/Profiles.php:778
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com"
+
+#: Zotlabs/Module/Profiles.php:779
+msgid "Since (date)"
+msgstr ""
+
+#: Zotlabs/Module/Profiles.php:782
+msgid "Tell us about yourself"
+msgstr ""
+
+#: Zotlabs/Module/Profiles.php:783
+#: extend/addon/addons-official/openid/MysqlProvider.php:68
+msgid "Homepage URL"
+msgstr "URL da Página"
+
+#: Zotlabs/Module/Profiles.php:784
+#, fuzzy
+msgid "Hometown"
+msgstr "Cidade natal:"
+
+#: Zotlabs/Module/Profiles.php:785
+#, fuzzy
+msgid "Political views"
+msgstr "Posição política"
+
+#: Zotlabs/Module/Profiles.php:786
+#, fuzzy
+msgid "Religious views"
+msgstr "Religião"
+
+#: Zotlabs/Module/Profiles.php:787
+msgid "Keywords used in directory listings"
+msgstr ""
+
+#: Zotlabs/Module/Profiles.php:787
+msgid "Example: fishing photography software"
+msgstr "Exemplo: pesca fotografia software"
+
+#: Zotlabs/Module/Profiles.php:790
+msgid "Musical interests"
+msgstr "Interesses musicais"
+
+#: Zotlabs/Module/Profiles.php:791
+msgid "Books, literature"
+msgstr "Livros, literatura"
+
+#: Zotlabs/Module/Profiles.php:792
+msgid "Television"
+msgstr "Televisão"
+
+#: Zotlabs/Module/Profiles.php:793
+#, fuzzy
+msgid "Film/Dance/Culture/Entertainment"
+msgstr "Filmes/dança/cultura/entretenimento:"
+
+#: Zotlabs/Module/Profiles.php:794
+msgid "Hobbies/Interests"
+msgstr "Hobbies/Interesses"
+
+#: Zotlabs/Module/Profiles.php:795
+#, fuzzy
+msgid "Love/Romance"
+msgstr "Amor/romance:"
+
+#: Zotlabs/Module/Profiles.php:797
+#, fuzzy
+msgid "School/Education"
+msgstr "Escola/educação:"
+
+#: Zotlabs/Module/Profiles.php:798
+#, fuzzy
+msgid "Contact information and social networks"
+msgstr "Informações de contato e redes sociais:"
-#: ../../mod/profile_photo.php:205
+#: Zotlabs/Module/Profiles.php:799
+msgid "My other channels"
+msgstr "Meus outros canais"
+
+#: Zotlabs/Module/Profiles.php:852 Zotlabs/Module/Manage.php:137
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:217
+#, fuzzy
+msgid "Create New"
+msgstr "Criar"
+
+#: Zotlabs/Module/Apporder.php:47
+msgid "Change Order of Pinned Navbar Apps"
+msgstr ""
+
+#: Zotlabs/Module/Apporder.php:47
+msgid "Change Order of App Tray Apps"
+msgstr ""
+
+#: Zotlabs/Module/Apporder.php:48
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, "
+"Use arrows to move the corresponding app left (top) or right (bottom) in the "
+"navbar"
+msgstr ""
-#: ../../mod/profile_photo.php:232
+#: Zotlabs/Module/Apporder.php:48
+msgid "Use arrows to move the corresponding app up or down in the app tray"
+msgstr ""
+
+#: Zotlabs/Module/Manage.php:130 Zotlabs/Module/New_channel.php:147
#, php-format
-msgid "Image exceeds size limit of %d"
-msgstr "A imagem excede o limite de tamanho de %d"
+msgid "You have created %1$.0f of %2$.0f allowed channels."
+msgstr "Você criou %1$.0f de %2$.0f canais permitidos."
-#: ../../mod/profile_photo.php:241
-msgid "Unable to process image."
-msgstr "Não foi possível processar a imagem."
+#: Zotlabs/Module/Manage.php:137
+msgid "Create a new channel"
+msgstr "Criar um novo canal"
-#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339
-msgid "Photo not available."
-msgstr "A foto não está disponível."
+#: Zotlabs/Module/Manage.php:163
+msgid "Current Channel"
+msgstr "Canal atual"
-#: ../../mod/profile_photo.php:358
-msgid "Upload File:"
-msgstr "Enviar arquivo:"
+#: Zotlabs/Module/Manage.php:165
+msgid "Switch to one of your channels by selecting it."
+msgstr ""
-#: ../../mod/profile_photo.php:359
-msgid "Select a profile:"
-msgstr "Selecione um perfil:"
+#: Zotlabs/Module/Manage.php:166
+msgid "Default Channel"
+msgstr "Canal padrão"
-#: ../../mod/profile_photo.php:360
-msgid "Upload Profile Photo"
-msgstr "Enviar foto do perfil"
+#: Zotlabs/Module/Manage.php:167
+msgid "Make Default"
+msgstr "Tornar padrão"
-#: ../../mod/profile_photo.php:365
-msgid "skip this step"
-msgstr "pule esta etapa"
+#: Zotlabs/Module/Manage.php:170
+#, php-format
+msgid "%d new introductions"
+msgstr ""
-#: ../../mod/profile_photo.php:365
-msgid "select a photo from your photo albums"
-msgstr "selecione uma foto do seu álbum de fotos"
+#: Zotlabs/Module/Manage.php:172
+#, fuzzy
+msgid "Delegated Channel"
+msgstr "Canal padrão"
-#: ../../mod/profile_photo.php:381
-msgid "Crop Image"
-msgstr "Cortar a imagem"
+#: Zotlabs/Module/Apps.php:51
+msgid "Installed Apps"
+msgstr ""
-#: ../../mod/profile_photo.php:382
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Por favor, ajuste o corte da imagem para a melhor visualização."
+#: Zotlabs/Module/Apps.php:54
+msgid "Manage Apps"
+msgstr ""
-#: ../../mod/profile_photo.php:384
-msgid "Done Editing"
-msgstr "Encerrar a edição"
+#: Zotlabs/Module/Apps.php:55
+#, fuzzy
+msgid "Create Custom App"
+msgstr "Criar aplicativo"
+
+#: Zotlabs/Module/Affinity.php:35
+#, fuzzy
+msgid "Affinity Tool settings updated."
+msgstr "As configurações de site foram atualizadas."
-#: ../../mod/profile_photo.php:427
-msgid "Image uploaded successfully."
-msgstr "A imagem foi enviada com sucesso."
+#: Zotlabs/Module/Affinity.php:54
+msgid ""
+"The numbers below represent the minimum and maximum slider default positions "
+"for your network/stream page as a percentage."
+msgstr ""
-#: ../../mod/profile_photo.php:429
-msgid "Image upload failed."
-msgstr "Não foi possível enviar a imagem."
+#: Zotlabs/Module/Affinity.php:61
+msgid "Default maximum affinity level"
+msgstr ""
-#: ../../mod/profile_photo.php:438
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Não foi possível reduzir o tamanho da imagem [%s]."
+#: Zotlabs/Module/Affinity.php:61
+#, fuzzy
+msgid "0-99 default 99"
+msgstr "default"
+
+#: Zotlabs/Module/Affinity.php:67
+msgid "Default minimum affinity level"
+msgstr ""
+
+#: Zotlabs/Module/Affinity.php:67
+#, fuzzy
+msgid "0-99 - default 0"
+msgstr "default"
+
+#: Zotlabs/Module/Affinity.php:73
+msgid "Persistent affinity levels"
+msgstr ""
+
+#: Zotlabs/Module/Affinity.php:73
+msgid ""
+"If disabled the max and min levels will be reset to default after page reload"
+msgstr ""
-#: ../../mod/sources.php:32
+#: Zotlabs/Module/Affinity.php:81
+#, fuzzy
+msgid "Affinity Tool Settings"
+msgstr "Ferramenta de afinidade"
+
+#: Zotlabs/Module/Moderate.php:70
+#, fuzzy
+msgid "Item approved"
+msgstr "A conta foi aprovada."
+
+#: Zotlabs/Module/Subthread.php:128
+#, fuzzy, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s escreveu a seguinte %2$s %3$s"
+
+#: Zotlabs/Module/Subthread.php:130
+#, fuzzy, php-format
+msgid "%1$s stopped following %2$s's %3$s"
+msgstr "%1$s escreveu a seguinte %2$s %3$s"
+
+#: Zotlabs/Module/Oexchange.php:27
+msgid "Unable to find your hub."
+msgstr "Não foi possível localizar seu hub."
+
+#: Zotlabs/Module/Oexchange.php:41
+msgid "Post successful."
+msgstr "Publicado com sucesso."
+
+#: Zotlabs/Module/Display.php:319 Zotlabs/Module/Channel.php:494
+msgid ""
+"You must enable javascript for your browser to be able to view this content."
+msgstr ""
+
+#: Zotlabs/Module/Display.php:339
+msgid "Article"
+msgstr ""
+
+#: Zotlabs/Module/Display.php:383
+#, fuzzy
+msgid "Item has been removed."
+msgstr "A conexão foi removida."
+
+#: Zotlabs/Module/Sources.php:41
msgid "Failed to create source. No channel selected."
msgstr "Falha ao criar a fonte. Nenhum canal selecionado."
-#: ../../mod/sources.php:45
+#: Zotlabs/Module/Sources.php:57
msgid "Source created."
msgstr "A fonte foi criada."
-#: ../../mod/sources.php:57
+#: Zotlabs/Module/Sources.php:70
msgid "Source updated."
msgstr "A fonte foi atualizada."
-#: ../../mod/sources.php:82
+#: Zotlabs/Module/Sources.php:99
msgid "*"
msgstr "*"
-#: ../../mod/sources.php:89
+#: Zotlabs/Module/Sources.php:106
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
+#: Zotlabs/Module/Sources.php:107 Zotlabs/Module/Sources.php:117
msgid "New Source"
msgstr "Nova fonte"
-#: ../../mod/sources.php:101 ../../mod/sources.php:133
+#: Zotlabs/Module/Sources.php:118 Zotlabs/Module/Sources.php:152
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."
+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
+#: Zotlabs/Module/Sources.php:119 Zotlabs/Module/Sources.php:153
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
+#: Zotlabs/Module/Sources.php:119 Zotlabs/Module/Sources.php:153
msgid "Leave blank to import all public content"
msgstr "Deixe em branco para importar todo o conteúdo público"
-#: ../../mod/sources.php:103 ../../mod/sources.php:137
-#: ../../mod/new_channel.php:112
+#: Zotlabs/Module/Sources.php:120 Zotlabs/Module/Sources.php:159
msgid "Channel Name"
msgstr "Nome do canal"
-#: ../../mod/sources.php:123 ../../mod/sources.php:150
+#: Zotlabs/Module/Sources.php:121 Zotlabs/Module/Sources.php:156
+msgid ""
+"Add the following categories to posts imported from this source (comma "
+"separated)"
+msgstr ""
+
+#: Zotlabs/Module/Sources.php:122 Zotlabs/Module/Sources.php:157
+msgid "Resend posts with this channel as author"
+msgstr ""
+
+#: Zotlabs/Module/Sources.php:122 Zotlabs/Module/Sources.php:157
+msgid "Copyrights may apply"
+msgstr ""
+
+#: Zotlabs/Module/Sources.php:142 Zotlabs/Module/Sources.php:172
msgid "Source not found."
msgstr "A fonte não foi encontrada."
-#: ../../mod/sources.php:130
+#: Zotlabs/Module/Sources.php:149
msgid "Edit Source"
msgstr "Editar fonte"
-#: ../../mod/sources.php:131
+#: Zotlabs/Module/Sources.php:150
msgid "Delete Source"
msgstr "Deletar fonte"
-#: ../../mod/sources.php:158
+#: Zotlabs/Module/Sources.php:180
msgid "Source removed"
msgstr "A fonte foi removida."
-#: ../../mod/sources.php:160
+#: Zotlabs/Module/Sources.php:182
msgid "Unable to remove source."
msgstr "Não foi possível remover a fonte."
-#: ../../mod/filer.php:49
-msgid "- select -"
-msgstr "- selecionar -"
+#: Zotlabs/Module/Admin/Accounts.php:128
+#, php-format
+msgid "%s account blocked/unblocked"
+msgid_plural "%s account blocked/unblocked"
+msgstr[0] ""
+msgstr[1] ""
+
+#: Zotlabs/Module/Admin/Accounts.php:135
+#, fuzzy, php-format
+msgid "%s account deleted"
+msgid_plural "%s accounts deleted"
+msgstr[0] "%s canal deletado"
+msgstr[1] "%s canais deletados"
-#: ../../mod/events.php:91
-msgid "Event title and start time are required."
-msgstr "O título do evento e a hora de início são obrigatórios."
+#: Zotlabs/Module/Admin/Accounts.php:171
+msgid "Account not found"
+msgstr "A conta não foi encontrada"
-#: ../../mod/events.php:105
-msgid "Event not found."
-msgstr "Evento não encontrado."
+#: Zotlabs/Module/Admin/Accounts.php:192
+#, php-format
+msgid "Account '%s' blocked"
+msgstr ""
-#: ../../mod/events.php:369
-msgid "l, F j"
-msgstr "l, F j"
+#: Zotlabs/Module/Admin/Accounts.php:200
+#, fuzzy, php-format
+msgid "Account '%s' unblocked"
+msgstr "A conta não foi encontrada"
-#: ../../mod/openid.php:26
-msgid "OpenID protocol error. No ID returned."
-msgstr "Erro do protocolo OpenID. Nenhuma ID retornada."
+#: Zotlabs/Module/Admin/Accounts.php:240
+msgid "Unverified"
+msgstr ""
-#: ../../mod/fsuggest.php:99
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Sugerir um amigo para %s"
+#: Zotlabs/Module/Admin/Accounts.php:243
+#, fuzzy
+msgid "Expired"
+msgstr "Expira"
+
+#: Zotlabs/Module/Admin/Accounts.php:310
+#, fuzzy
+msgid "Show verified registrations"
+msgstr "Registros pendentes"
+
+#: Zotlabs/Module/Admin/Accounts.php:310
+#, fuzzy
+msgid "Show all registrations"
+msgstr "Exibir todas as conexões"
+
+#: Zotlabs/Module/Admin/Accounts.php:312
+#, fuzzy
+msgid "Select toggle"
+msgstr "Selecione um perfil"
+
+#: Zotlabs/Module/Admin/Accounts.php:313
+msgid "Deny selected"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Accounts.php:314
+#, fuzzy
+msgid "Approve selected"
+msgstr "Não foi selecionada nenhuma foto"
+
+#: Zotlabs/Module/Admin/Accounts.php:315
+#, fuzzy
+msgid "All registrations"
+msgstr "Registro"
+
+#: Zotlabs/Module/Admin/Accounts.php:315
+msgid "Verified registrations waiting for approval"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Accounts.php:316
+msgid "Request date"
+msgstr "Data de requisição"
+
+#: Zotlabs/Module/Admin/Accounts.php:316
+#, fuzzy
+msgid "Requests"
+msgstr "Data de requisição"
+
+#: Zotlabs/Module/Admin/Accounts.php:317
+#, fuzzy
+msgid "No registrations available"
+msgstr "Você não possui mais convites disponíveis"
+
+#: Zotlabs/Module/Admin/Accounts.php:317
+#, fuzzy
+msgid "No verified registrations available"
+msgstr "Você não possui mais convites disponíveis"
+
+#: Zotlabs/Module/Admin/Accounts.php:323
+msgid "Verified"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Accounts.php:324
+msgid "Not yet verified"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Accounts.php:329
+msgid "ID"
+msgstr "ID"
+
+#: Zotlabs/Module/Admin/Accounts.php:331
+#, fuzzy
+msgid "All channels"
+msgstr "Canais"
+
+#: Zotlabs/Module/Admin/Accounts.php:332
+msgid "Register date"
+msgstr "Data de registro"
+
+#: Zotlabs/Module/Admin/Accounts.php:333
+msgid "Last login"
+msgstr "Última autenticação"
+
+#: Zotlabs/Module/Admin/Accounts.php:334
+msgid "Expires"
+msgstr "Expira"
-#: ../../mod/suggest.php:35
+#: Zotlabs/Module/Admin/Accounts.php:335
+#: Zotlabs/Module/Admin/Account_edit.php:72
+msgid "Service class"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Accounts.php:337
+#, fuzzy
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."
+"Selected accounts will be deleted!\\n\\nEverything these accounts had posted "
+"on this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr ""
+"Os canais selecionados serão deletados!\\n\\nTudo que foi postado nesses "
+"canais nesse site será permanentemente deletado!\\n\\nVocê tem certeza?"
+
+#: Zotlabs/Module/Admin/Accounts.php:338
+#, fuzzy
+msgid ""
+"The account {0} will be deleted!\\n\\nEverything this account has posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr ""
+"O canal {0} será deletado!\\n\\nTudo o que foi postado nesse canal nesse "
+"site será permanentemente deletado!\\n\\nVocê tem certeza?"
+
+#: Zotlabs/Module/Admin/Accounts.php:347
+#, fuzzy
+msgid "Message"
+msgstr "Filas de mensagem"
+
+#: Zotlabs/Module/Admin/Logs.php:28
+msgid "Log settings updated."
+msgstr "As configurações de log foram atualizadas."
+
+#: Zotlabs/Module/Admin/Logs.php:85
+msgid "Clear"
+msgstr "Limpar"
-#: ../../mod/group.php:20
-msgid "Collection created."
-msgstr "A coleção foi criada."
+#: Zotlabs/Module/Admin/Logs.php:91
+msgid "Debugging"
+msgstr "Depuração"
-#: ../../mod/group.php:26
-msgid "Could not create collection."
-msgstr "Não foi possível criar a coleção."
+#: Zotlabs/Module/Admin/Logs.php:92
+msgid "Log file"
+msgstr "Arquivo de log"
-#: ../../mod/group.php:54
-msgid "Collection updated."
-msgstr "Coleção atualizada"
+#: Zotlabs/Module/Admin/Logs.php:92
+msgid ""
+"Must be writable by web server. Relative to your top-level webserver "
+"directory."
+msgstr ""
-#: ../../mod/group.php:86
-msgid "Create a collection of channels."
-msgstr "Criar uma coleção de canais."
+#: Zotlabs/Module/Admin/Logs.php:93
+msgid "Log level"
+msgstr "Nível do log"
-#: ../../mod/group.php:87 ../../mod/group.php:183
-msgid "Collection Name: "
-msgstr "Nome da coleção:"
+#: Zotlabs/Module/Admin/Profs.php:89
+msgid "New Profile Field"
+msgstr "Novo campo de perfil"
-#: ../../mod/group.php:89 ../../mod/group.php:186
-msgid "Members are visible to other channels"
-msgstr "Membros são visíveis para outros canais"
+#: Zotlabs/Module/Admin/Profs.php:90 Zotlabs/Module/Admin/Profs.php:110
+msgid "Field nickname"
+msgstr "Nome de apresentação do campo"
-#: ../../mod/group.php:107
-msgid "Collection removed."
-msgstr "Coleção removida."
+#: Zotlabs/Module/Admin/Profs.php:90 Zotlabs/Module/Admin/Profs.php:110
+msgid "System name of field"
+msgstr "Nome de sistema do campo"
-#: ../../mod/group.php:109
-msgid "Unable to remove collection."
-msgstr "Não foi possível remover a coleção."
+#: Zotlabs/Module/Admin/Profs.php:91 Zotlabs/Module/Admin/Profs.php:111
+msgid "Input type"
+msgstr "Tipo de entrada"
-#: ../../mod/group.php:182
-msgid "Collection Editor"
-msgstr "Editor de coleção"
+#: Zotlabs/Module/Admin/Profs.php:92 Zotlabs/Module/Admin/Profs.php:112
+msgid "Field Name"
+msgstr "Nome do campo"
-#: ../../mod/group.php:196
-msgid "Members"
-msgstr "Membros"
+#: Zotlabs/Module/Admin/Profs.php:92 Zotlabs/Module/Admin/Profs.php:112
+msgid "Label on profile pages"
+msgstr "Rótulo nas páginas de perfil"
-#: ../../mod/group.php:198
-msgid "All Connected Channels"
-msgstr "Todas os canais conectados"
+#: Zotlabs/Module/Admin/Profs.php:93 Zotlabs/Module/Admin/Profs.php:113
+msgid "Help text"
+msgstr "Texto de ajuda"
-#: ../../mod/group.php:233
-msgid "Click on a channel to add or remove."
-msgstr "Clique em um canal para adicionar ou remover."
+#: Zotlabs/Module/Admin/Profs.php:93 Zotlabs/Module/Admin/Profs.php:113
+msgid "Additional info (optional)"
+msgstr "Informações adicionais (opcional)"
-#: ../../mod/tagger.php:98
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s marcou %3$s de %2$s com %4$s"
+#: Zotlabs/Module/Admin/Profs.php:103
+msgid "Field definition not found"
+msgstr "A dfinição de campo não foi encontrada"
-#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55
-msgid "Help:"
-msgstr "Ajuda:"
+#: Zotlabs/Module/Admin/Profs.php:109
+msgid "Edit Profile Field"
+msgstr "Editar campo de perfil"
-#: ../../mod/help.php:69 ../../index.php:237
-msgid "Not Found"
-msgstr "Não encontrada"
+#: Zotlabs/Module/Admin/Profs.php:169
+#, fuzzy
+msgid "Basic Profile Fields"
+msgstr "Editar campo de perfil"
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
-msgstr "A etiqueta foi removida"
+#: Zotlabs/Module/Admin/Profs.php:170
+#, fuzzy
+msgid "Advanced Profile Fields"
+msgstr "Perfis avançados"
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
-msgstr "Remover a etiqueta de item"
+#: Zotlabs/Module/Admin/Profs.php:170
+msgid "(In addition to basic fields)"
+msgstr ""
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
-msgstr "Selecione uma etiqueta para remover: "
+#: Zotlabs/Module/Admin/Profs.php:172
+#, fuzzy
+msgid "All available fields"
+msgstr "Disponível"
-#: ../../mod/admin.php:52
-msgid "Theme settings updated."
-msgstr "As configurações de tema foram atualizadas."
+#: Zotlabs/Module/Admin/Profs.php:173
+msgid "Custom Fields"
+msgstr ""
-#: ../../mod/admin.php:97 ../../mod/admin.php:413
-msgid "Site"
-msgstr "Site"
+#: Zotlabs/Module/Admin/Profs.php:177
+msgid "Create Custom Field"
+msgstr ""
-#: ../../mod/admin.php:98
-msgid "Accounts"
-msgstr "Contas"
+#: Zotlabs/Module/Admin/Security.php:96
+msgid ""
+"By default, unfiltered HTML is allowed in embedded media. This is inherently "
+"insecure."
+msgstr ""
-#: ../../mod/admin.php:99 ../../mod/admin.php:860
-msgid "Channels"
-msgstr "Canais"
+#: Zotlabs/Module/Admin/Security.php:99
+msgid ""
+"The recommended setting is to only allow unfiltered HTML from the following "
+"sites:"
+msgstr ""
-#: ../../mod/admin.php:100 ../../mod/admin.php:951 ../../mod/admin.php:993
-msgid "Plugins"
-msgstr "Plugins"
+#: Zotlabs/Module/Admin/Security.php:100
+msgid ""
+"https://youtube.com/<br />https://www.youtube.com/<br />https://youtu.be/"
+"<br />https://vimeo.com/<br />https://soundcloud.com/<br />"
+msgstr ""
-#: ../../mod/admin.php:101 ../../mod/admin.php:1156 ../../mod/admin.php:1192
-msgid "Themes"
-msgstr "Temas"
+#: Zotlabs/Module/Admin/Security.php:101
+msgid ""
+"All other embedded content will be filtered, <strong>unless</strong> "
+"embedded content from that site is explicitly blocked."
+msgstr ""
-#: ../../mod/admin.php:102 ../../mod/admin.php:515
-msgid "Server"
-msgstr "Servidor"
+#: Zotlabs/Module/Admin/Security.php:108
+msgid "Block public"
+msgstr "Bloquear público"
-#: ../../mod/admin.php:103
-msgid "Profile Config"
-msgstr "Configuração de perfis"
+#: Zotlabs/Module/Admin/Security.php:108
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently authenticated."
+msgstr ""
-#: ../../mod/admin.php:104
-msgid "DB updates"
-msgstr "Atualizações do Banco de Dados"
+#: Zotlabs/Module/Admin/Security.php:109
+msgid "Provide a cloud root directory"
+msgstr ""
-#: ../../mod/admin.php:118 ../../mod/admin.php:125 ../../mod/admin.php:1279
-msgid "Logs"
-msgstr "Logs"
+#: Zotlabs/Module/Admin/Security.php:109
+msgid ""
+"The cloud root directory lists all channel names which provide public files"
+msgstr ""
-#: ../../mod/admin.php:124
-msgid "Plugin Features"
-msgstr "Recursos dos plugins"
+#: Zotlabs/Module/Admin/Security.php:110
+msgid "Show total disk space available to cloud uploads"
+msgstr ""
-#: ../../mod/admin.php:126
-msgid "User registrations waiting for confirmation"
-msgstr "Registros de usuário aguardando confirmação"
+#: Zotlabs/Module/Admin/Security.php:111
+msgid "Set \"Transport Security\" HTTP header"
+msgstr ""
-#: ../../mod/admin.php:206
-msgid "Message queues"
-msgstr "Filas de mensagem"
+#: Zotlabs/Module/Admin/Security.php:112
+msgid "Set \"Content Security Policy\" HTTP header"
+msgstr ""
-#: ../../mod/admin.php:211 ../../mod/admin.php:412 ../../mod/admin.php:514
-#: ../../mod/admin.php:723 ../../mod/admin.php:859 ../../mod/admin.php:950
-#: ../../mod/admin.php:992 ../../mod/admin.php:1155 ../../mod/admin.php:1191
-#: ../../mod/admin.php:1278
-msgid "Administration"
-msgstr "Administração"
+#: Zotlabs/Module/Admin/Security.php:113
+msgid "Allowed email domains"
+msgstr "Domínios permitidos de e-mail"
-#: ../../mod/admin.php:212
-msgid "Summary"
-msgstr "Resumo"
+#: Zotlabs/Module/Admin/Security.php:113
+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 ""
+"Lista, separada por vírgulas, de domínios permitidos em endereços de e-mail "
+"para registros nesse site. <em>Wildcards</em> são aceitas. Vazio para "
+"permitir qualquer domínio"
-#: ../../mod/admin.php:214
-msgid "Registered users"
-msgstr "Usuários registrados"
+#: Zotlabs/Module/Admin/Security.php:114
+#, fuzzy
+msgid "Not allowed email domains"
+msgstr "Domínios permitidos de e-mail"
-#: ../../mod/admin.php:216 ../../mod/admin.php:518
-msgid "Pending registrations"
-msgstr "Registros pendentes"
+#: Zotlabs/Module/Admin/Security.php:114
+#, fuzzy
+msgid ""
+"Comma separated list of domains which are not allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains, unless allowed domains have been defined."
+msgstr ""
+"Lista, separada por vírgulas, de domínios permitidos em endereços de e-mail "
+"para registros nesse site. <em>Wildcards</em> são aceitas. Vazio para "
+"permitir qualquer domínio"
-#: ../../mod/admin.php:217
-msgid "Version"
-msgstr "Versão"
+#: Zotlabs/Module/Admin/Security.php:115
+msgid "Allow communications only from these sites"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Security.php:115
+msgid ""
+"One site per line. Leave empty to allow communication from anywhere by "
+"default"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Security.php:116
+msgid "Block communications from these sites"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Security.php:117
+msgid "Allow communications only from these channels"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Security.php:117
+msgid ""
+"One channel (hash) per line. Leave empty to allow from any channel by default"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Security.php:118
+msgid "Block communications from these channels"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Security.php:119
+msgid "Only allow embeds from secure (SSL) websites and links."
+msgstr ""
+
+#: Zotlabs/Module/Admin/Security.php:120
+msgid "Allow unfiltered embedded HTML content only from these domains"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Security.php:120
+msgid "One site per line. By default embedded content is filtered."
+msgstr ""
+
+#: Zotlabs/Module/Admin/Security.php:121
+msgid "Block embedded HTML from these domains"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Security.php:122
+msgid "Allow SVG thumbnails in file browser"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Security.php:122
+msgid "WARNING: SVG images may contain malicious code."
+msgstr ""
+
+#: Zotlabs/Module/Admin/Security.php:123
+msgid "Allow embedded (inline) PDF files"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Security.php:125
+msgid "Additional trusted directory server URLs"
+msgstr ""
-#: ../../mod/admin.php:219 ../../mod/admin.php:519
-msgid "Active plugins"
-msgstr "Plugins ativos"
+#: Zotlabs/Module/Admin/Security.php:125
+msgid ""
+"Accept directory flags (spam, nsfw) from those servers. One per line like "
+"https://example.tld"
+msgstr ""
-#: ../../mod/admin.php:333
+#: Zotlabs/Module/Admin/Site.php:111
+#, fuzzy
+msgid "Invalid input"
+msgstr "Item inválido."
+
+#: Zotlabs/Module/Admin/Site.php:131
+msgid "Errors"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Site.php:219
msgid "Site settings updated."
msgstr "As configurações de site foram atualizadas."
-#: ../../mod/admin.php:364
-msgid "No special theme for accessibility"
-msgstr "Sem tema especial para acessibilidade"
+#: Zotlabs/Module/Admin/Site.php:256 Zotlabs/Module/Settings/Display.php:116
+#, php-format
+msgid "%s - (Incompatible)"
+msgstr ""
-#: ../../mod/admin.php:393
+#: Zotlabs/Module/Admin/Site.php:263
+msgid "mobile"
+msgstr "móvel"
+
+#: Zotlabs/Module/Admin/Site.php:265
+#, fuzzy
+msgid "experimental"
+msgstr "[Experimental]"
+
+#: Zotlabs/Module/Admin/Site.php:267
+#, fuzzy
+msgid "unsupported"
+msgstr "[Desassistido]"
+
+#: Zotlabs/Module/Admin/Site.php:320
msgid "Yes - with approval"
msgstr "Sim - pendente aprovação"
-#: ../../mod/admin.php:399
+#: Zotlabs/Module/Admin/Site.php:328
msgid "My site is not a public server"
msgstr "Meu site não é um servidor público"
-#: ../../mod/admin.php:400
+#: Zotlabs/Module/Admin/Site.php:329
msgid "My site has paid access only"
msgstr "Meu site oferece somente acesso pago"
-#: ../../mod/admin.php:401
+#: Zotlabs/Module/Admin/Site.php:330
msgid "My site has free access only"
msgstr "Meu site oferece somente acesso gratuito"
-#: ../../mod/admin.php:402
+#: Zotlabs/Module/Admin/Site.php:331
msgid "My site offers free accounts with optional paid upgrades"
msgstr "Meu site oferece contas gratuitas com recursos adicionais pagos"
-#: ../../mod/admin.php:416
+#: Zotlabs/Module/Admin/Site.php:349
+msgid "Default permission role for new accounts"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Site.php:349
+msgid ""
+"This role will be used for the first channel created after registration."
+msgstr ""
+
+#: Zotlabs/Module/Admin/Site.php:359
+#, fuzzy
+msgid "Week(s)"
+msgstr "Semanalmente"
+
+#: Zotlabs/Module/Admin/Site.php:360
+#, fuzzy
+msgid "Month(s)"
+msgstr "Mensalmente"
+
+#: Zotlabs/Module/Admin/Site.php:361
+msgid "Year(s)"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Site.php:369
+#, fuzzy
+msgid "Register verification delay"
+msgstr "Registro"
+
+#: Zotlabs/Module/Admin/Site.php:372
+msgid "Time to wait before a registration can be verified"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Site.php:391
+#, fuzzy
+msgid "Register verification expiration time"
+msgstr "Confirmação de registro para %s"
+
+#: Zotlabs/Module/Admin/Site.php:394
+msgid "Time before an unverified registration will expire"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Site.php:417
msgid "File upload"
msgstr "Carregamento de arquivos"
-#: ../../mod/admin.php:417
+#: Zotlabs/Module/Admin/Site.php:418
msgid "Policies"
msgstr "Políticas"
-#: ../../mod/admin.php:422
+#: Zotlabs/Module/Admin/Site.php:423
+#: extend/addon/addons-official/statusnet/statusnet.php:593
msgid "Site name"
msgstr "Nome do site"
-#: ../../mod/admin.php:423
+#: Zotlabs/Module/Admin/Site.php:425
msgid "Banner/Logo"
msgstr "Cartaz/Logo"
-#: ../../mod/admin.php:424
+#: Zotlabs/Module/Admin/Site.php:425
+msgid "Unfiltered HTML/CSS/JS is allowed"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Site.php:426
msgid "Administrator Information"
msgstr "Informações do Administrador"
-#: ../../mod/admin.php:424
+#: Zotlabs/Module/Admin/Site.php:426
msgid ""
"Contact information for site administrators. Displayed on siteinfo page. "
"BBCode can be used here"
-msgstr "Informações de contato com administradores do site. Exibida na página siteinfo. BBCode pode ser usado aqui."
+msgstr ""
+"Informações de contato com administradores do site. Exibida na página "
+"siteinfo. BBCode pode ser usado aqui."
-#: ../../mod/admin.php:425
-msgid "System language"
-msgstr "Idioma do sistema"
+#: Zotlabs/Module/Admin/Site.php:427
+#, fuzzy
+msgid ""
+"Publicly visible description of this site. Displayed on siteinfo page. "
+"BBCode can be used here"
+msgstr ""
+"Informações de contato com administradores do site. Exibida na página "
+"siteinfo. BBCode pode ser usado aqui."
-#: ../../mod/admin.php:426
+#: Zotlabs/Module/Admin/Site.php:429
msgid "System theme"
msgstr "Tema do sistema"
-#: ../../mod/admin.php:426
+#: Zotlabs/Module/Admin/Site.php:429
msgid ""
"Default system theme - may be over-ridden by user profiles - <a href='#' "
"id='cnftheme'>change theme settings</a>"
-msgstr "Tema padrão do sistema - pode ser sobrescrito por perfis de usuário - <a href='#' id='cnftheme'>mudar configurações do tema</a>"
-
-#: ../../mod/admin.php:427
-msgid "Mobile system theme"
-msgstr "Tema do sistema móvel"
-
-#: ../../mod/admin.php:427
-msgid "Theme for mobile devices"
-msgstr "Tema para dispositivos móveis"
-
-#: ../../mod/admin.php:428
-msgid "Accessibility system theme"
-msgstr "Tema do sistema acessível"
-
-#: ../../mod/admin.php:428
-msgid "Accessibility theme"
-msgstr "Tema acessível"
-
-#: ../../mod/admin.php:430
-msgid "Enable Diaspora Protocol"
-msgstr "Habilitar protocolo Diaspora"
-
-#: ../../mod/admin.php:430
-msgid "Communicate with Diaspora and Friendica - experimental"
-msgstr "Comunicar com Diaspora e Friendica - experimental"
+msgstr ""
+"Tema padrão do sistema - pode ser sobrescrito por perfis de usuário - <a "
+"href='#' id='cnftheme'>mudar configurações do tema</a>"
-#: ../../mod/admin.php:431
+#: Zotlabs/Module/Admin/Site.php:432
msgid "Allow Feeds as Connections"
msgstr "Permitir Feeds como conexões"
-#: ../../mod/admin.php:431
+#: Zotlabs/Module/Admin/Site.php:432
msgid "(Heavy system resource usage)"
msgstr "(Alto uso de recursos do sistema)"
-#: ../../mod/admin.php:432
+#: Zotlabs/Module/Admin/Site.php:433
msgid "Maximum image size"
msgstr "Tamanho máximo de imagens"
-#: ../../mod/admin.php:432
+#: Zotlabs/Module/Admin/Site.php:433
msgid ""
"Maximum size in bytes of uploaded images. Default is 0, which means no "
"limits."
-msgstr "Tamanho máximo em bytes de imagens carregadas. O padrão é 0, significando sem limites."
+msgstr ""
+"Tamanho máximo em bytes de imagens carregadas. O padrão é 0, significando "
+"sem limites."
-#: ../../mod/admin.php:433
-msgid "Does this site allow new member registration?"
-msgstr "Este site permite o registro de novos membros?"
+#: Zotlabs/Module/Admin/Site.php:434
+#, fuzzy
+msgid "Minimum age"
+msgstr "Tamanho máximo de imagens"
-#: ../../mod/admin.php:434
+#: Zotlabs/Module/Admin/Site.php:434
+msgid "Minimum age (in years) for who may register on this site."
+msgstr ""
+
+#: Zotlabs/Module/Admin/Site.php:435
msgid "Which best describes the types of account offered by this hub?"
msgstr "Qual descreve melhor os tipos de conta oferecidas por este hub?"
-#: ../../mod/admin.php:435
+#: Zotlabs/Module/Admin/Site.php:435
+msgid "This is displayed on the public server site list."
+msgstr ""
+
+#: Zotlabs/Module/Admin/Site.php:441
msgid "Register text"
msgstr "Texto de registro"
-#: ../../mod/admin.php:435
-msgid "Will be displayed prominently on the registration page."
-msgstr "Será exibido proeminentemente na página de registro."
+#: Zotlabs/Module/Admin/Site.php:443
+msgid "This text will be displayed prominently at the registration page"
+msgstr ""
-#: ../../mod/admin.php:436
-msgid "Accounts abandoned after x days"
-msgstr "Contas abandonadas após x dias"
+#: Zotlabs/Module/Admin/Site.php:447
+msgid "Does this site allow new member registration?"
+msgstr "Este site permite o registro de novos membros?"
-#: ../../mod/admin.php:436
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Não gastará recursos do sistema coletando de sites externos para contas abandonadas. Use 0 para sem limite de tempo."
+#: Zotlabs/Module/Admin/Site.php:454
+#, fuzzy
+msgid "Configure the registration open days/hours"
+msgstr "sua senha de registro"
-#: ../../mod/admin.php:437
-msgid "Allowed friend domains"
-msgstr "Domínios permitidos para amigos"
+#: Zotlabs/Module/Admin/Site.php:456
+msgid "Empty or '-:-' value will keep registration open 24/7 (default)"
+msgstr ""
-#: ../../mod/admin.php:437
+#: Zotlabs/Module/Admin/Site.php:457
msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "Lista, separada por vírgulas, de domínios permitidos para estabelecer amizades com este site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domínio"
+"Weekdays and hours must be separated by colon ':', From-To ranges with a "
+"dash `-` example: 1:800-1200"
+msgstr ""
-#: ../../mod/admin.php:438
-msgid "Allowed email domains"
-msgstr "Domínios permitidos de e-mail"
+#: Zotlabs/Module/Admin/Site.php:458
+msgid ""
+"Weekday:Hour pairs must be separated by space ' ' example: 1:900-1700 "
+"2:900-1700"
+msgstr ""
-#: ../../mod/admin.php:438
+#: Zotlabs/Module/Admin/Site.php:459
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 "Lista, separada por vírgulas, de domínios permitidos em endereços de e-mail para registros nesse site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domínio"
+"From-To ranges must be separated by comma ',' example: 1:800-1200,1300-1700 "
+"or 1-2,4-5:900-1700"
+msgstr ""
-#: ../../mod/admin.php:439
-msgid "Block public"
-msgstr "Bloquear público"
+#: Zotlabs/Module/Admin/Site.php:460
+#, fuzzy
+msgid "Advanced examples:"
+msgstr "Perfis avançados"
-#: ../../mod/admin.php:439
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Marque para bloquear o acesso público a todas as páginas pessoais que seriam públicas, a não ser que se esteja autenticado."
+#: Zotlabs/Module/Admin/Site.php:460 Zotlabs/Module/Settings/Channel.php:183
+msgid "or"
+msgstr "ou"
-#: ../../mod/admin.php:440
-msgid "Verify Email Addresses"
-msgstr "Verificar endereços de email"
+#: Zotlabs/Module/Admin/Site.php:461
+#, fuzzy
+msgid "Check your configuration"
+msgstr "Pesquisar em suas conexões"
-#: ../../mod/admin.php:440
-msgid ""
-"Check to verify email addresses used in account registration (recommended)."
-msgstr "Clique para verificar endereços de email usados no registro de contas (recomendado)."
+#: Zotlabs/Module/Admin/Site.php:465
+#, fuzzy
+msgid "Max account registrations per day"
+msgstr "sua senha de registro"
-#: ../../mod/admin.php:441
-msgid "Force publish"
-msgstr "Forçar publicação"
+#: Zotlabs/Module/Admin/Site.php:467
+msgid "Unlimited if zero or no value - default 50"
+msgstr ""
-#: ../../mod/admin.php:441
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Marque para forçar todos os perfis neste site a aparecerem listados no diretório do site."
+#: Zotlabs/Module/Admin/Site.php:471
+msgid "Max account registrations from same IP"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Site.php:473
+msgid "Unlimited if zero or no value - default 3"
+msgstr ""
-#: ../../mod/admin.php:442
-msgid "Disable discovery tab"
-msgstr "Desabilitar a aba \"Descubra\""
+#: Zotlabs/Module/Admin/Site.php:479
+#, fuzzy
+msgid "Auto channel create"
+msgstr "%s canal deletado"
-#: ../../mod/admin.php:442
+#: Zotlabs/Module/Admin/Site.php:481
msgid ""
-"Remove the tab in the network view with public content pulled from sources "
-"chosen for this site."
-msgstr "Remove da visualização de rede a aba com conteúdos públicos obtidos de fontes escolhidas para esse site."
+"If disabled the channel will be created in a separate step during the "
+"registration process"
+msgstr ""
-#: ../../mod/admin.php:443
-msgid "No login on Homepage"
-msgstr "Sem formulário de autenticação na página inicial"
+#: Zotlabs/Module/Admin/Site.php:485
+msgid "Require invite code"
+msgstr ""
-#: ../../mod/admin.php:443
-msgid ""
-"Check to hide the login form from your sites homepage when visitors arrive "
-"who are not logged in (e.g. when you put the content of the homepage in via "
-"the site channel)."
-msgstr "Marque para esconder o formulário de autenticação da página inicial do seu site quando visitantes chegarem sem estar autenticados (e.g. quando você inclui os conteúdos da página inicial através do canal do site)."
+#: Zotlabs/Module/Admin/Site.php:490
+msgid "Allow invite code"
+msgstr ""
-#: ../../mod/admin.php:445
-msgid "Proxy user"
-msgstr "Usuário do proxy"
+#: Zotlabs/Module/Admin/Site.php:495
+#, fuzzy
+msgid "Require email address"
+msgstr "Seu endereço de e-mail"
-#: ../../mod/admin.php:446
-msgid "Proxy URL"
-msgstr "URL do proxy"
+#: Zotlabs/Module/Admin/Site.php:497
+msgid "The provided email address will be verified (recommended)"
+msgstr ""
-#: ../../mod/admin.php:447
-msgid "Network timeout"
-msgstr "Timeout da rede"
+#: Zotlabs/Module/Admin/Site.php:501
+msgid "Abandon account after x days"
+msgstr ""
-#: ../../mod/admin.php:447
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Valor em segundos. Use 0 para ilimitado (não recomendado)."
+#: Zotlabs/Module/Admin/Site.php:503
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr ""
+"Não gastará recursos do sistema coletando de sites externos para contas "
+"abandonadas. Use 0 para sem limite de tempo."
-#: ../../mod/admin.php:448
-msgid "Delivery interval"
-msgstr "Intervalo de entrega"
+#: Zotlabs/Module/Admin/Site.php:508
+msgid "Site homepage to show visitors (default: login box)"
+msgstr ""
-#: ../../mod/admin.php:448
+#: Zotlabs/Module/Admin/Site.php:508
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 "Atrase os processos de entrega em segundo plano por este número de segundos para reduzir a carga do sistema. Recomendado: 4-5 para hosts compartilhados, 2-3 para servidores virtuais privados. 0-1 para grandes servidores dedicados."
+"example: 'pubstream' to show public stream, 'page/sys/home' to show a system "
+"webpage called 'home' or 'include:home.html' to include a file."
+msgstr ""
-#: ../../mod/admin.php:449
-msgid "Poll interval"
-msgstr "Intervalo de coleta"
+#: Zotlabs/Module/Admin/Site.php:509
+msgid "Preserve site homepage URL"
+msgstr ""
-#: ../../mod/admin.php:449
+#: Zotlabs/Module/Admin/Site.php:509
msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
-msgstr "Atrase os processos de coleta em segundo plano por este número de segundos para reduzir a carga do sistema. Se 0, use o intervalo de entrega."
+"Present the site homepage in a frame at the original location instead of "
+"redirecting"
+msgstr ""
-#: ../../mod/admin.php:450
-msgid "Maximum Load Average"
-msgstr "Carga média máxima"
+#: Zotlabs/Module/Admin/Site.php:510
+msgid "Allowed friend domains"
+msgstr "Domínios permitidos para amigos"
-#: ../../mod/admin.php:450
+#: Zotlabs/Module/Admin/Site.php:510
msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "Carga máxima do sistema antes de adiar processos de entrega e coleta - padrão 50."
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr ""
+"Lista, separada por vírgulas, de domínios permitidos para estabelecer "
+"amizades com este site. <em>Wildcards</em> são aceitas. Vazio para permitir "
+"qualquer domínio"
-#: ../../mod/admin.php:506
-msgid "No server found"
-msgstr "Nenhum servidor foi encontrado"
+#: Zotlabs/Module/Admin/Site.php:511
+msgid "Force publish"
+msgstr "Forçar publicação"
-#: ../../mod/admin.php:513 ../../mod/admin.php:737
-msgid "ID"
-msgstr "ID"
+#: Zotlabs/Module/Admin/Site.php:511
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory"
+msgstr ""
-#: ../../mod/admin.php:513
-msgid "for channel"
-msgstr "para o canal"
+#: Zotlabs/Module/Admin/Site.php:512
+msgid "Enable public stream"
+msgstr ""
-#: ../../mod/admin.php:513
-msgid "on server"
-msgstr "no servidor"
+#: Zotlabs/Module/Admin/Site.php:512
+msgid "Enable the public stream. Warning: this content is unmoderated"
+msgstr ""
-#: ../../mod/admin.php:513
-msgid "Status"
-msgstr "Status"
+#: Zotlabs/Module/Admin/Site.php:513
+#, fuzzy
+msgid "Site only public stream"
+msgstr "Meu site não é um servidor público"
-#: ../../mod/admin.php:534
-msgid "Update has been marked successful"
-msgstr "A atualização foi designada bem sucedida"
+#: Zotlabs/Module/Admin/Site.php:513
+msgid "Restrict the public stream to content originating at this site"
+msgstr ""
-#: ../../mod/admin.php:544
-#, php-format
-msgid "Executing %s failed. Check system logs."
-msgstr "Execução de %s falhou. Verifique os logs do sistema."
+#: Zotlabs/Module/Admin/Site.php:514
+msgid "Allow anybody on the internet to access the public streams"
+msgstr ""
-#: ../../mod/admin.php:547
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "A atualização %s foi aplicada com sucesso."
+#: Zotlabs/Module/Admin/Site.php:514
+msgid "Disable to require authentication before viewing"
+msgstr ""
-#: ../../mod/admin.php:551
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "A atualização %s não retornou um status. Situação incerta quando ao seu sucesso."
+#: Zotlabs/Module/Admin/Site.php:515
+msgid "Only import Public stream posts with this text"
+msgstr ""
-#: ../../mod/admin.php:554
-#, php-format
-msgid "Update function %s could not be found."
-msgstr "A função de atualização %s não foi encontrada."
+#: Zotlabs/Module/Admin/Site.php:516
+msgid "Do not import Public stream posts with this text"
+msgstr ""
-#: ../../mod/admin.php:569
-msgid "No failed updates."
-msgstr "Nenhuma falha nas atualizações."
+#: Zotlabs/Module/Admin/Site.php:519
+#, fuzzy
+msgid "Login on Homepage"
+msgstr "Página web"
-#: ../../mod/admin.php:573
-msgid "Failed Updates"
-msgstr "Falha nas atualizações"
+#: Zotlabs/Module/Admin/Site.php:519
+msgid ""
+"Present a login box to visitors on the home page if no other content has "
+"been configured."
+msgstr ""
-#: ../../mod/admin.php:575
-msgid "Mark success (if update was manually applied)"
-msgstr "Marque sucesso (se a atualização foi aplicada manualmente)"
+#: Zotlabs/Module/Admin/Site.php:520
+#, fuzzy
+msgid "Enable context help"
+msgstr "Tipo de conteúdo da página"
-#: ../../mod/admin.php:576
-msgid "Attempt to execute this update step automatically"
-msgstr "Tente executar este passo da atualização automaticamente"
+#: Zotlabs/Module/Admin/Site.php:520
+msgid ""
+"Display contextual help for the current page when the help button is pressed."
+msgstr ""
-#: ../../mod/admin.php:602
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s usuário foi bloqueado/desbloqueado"
-msgstr[1] "%s usuários foram bloqueados/desbloqueados"
+#: Zotlabs/Module/Admin/Site.php:522
+#, fuzzy
+msgid "Reply-to email address for system generated email."
+msgstr "Endereço de e-mail protegido. Não é possível mudar para esse e-mail."
-#: ../../mod/admin.php:609
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s usuário foi deletado"
-msgstr[1] "%s usuários foram deletados"
+#: Zotlabs/Module/Admin/Site.php:523
+msgid "Sender (From) email address for system generated email."
+msgstr ""
-#: ../../mod/admin.php:638
-msgid "Account not found"
-msgstr "A conta não foi encontrada"
+#: Zotlabs/Module/Admin/Site.php:524
+msgid "Name of email sender for system generated email."
+msgstr ""
-#: ../../mod/admin.php:658
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "O usuário/a '%s' foi desbloqueado/a"
+#: Zotlabs/Module/Admin/Site.php:526
+msgid "Directory Server URL"
+msgstr ""
-#: ../../mod/admin.php:658
-#, php-format
-msgid "User '%s' blocked"
-msgstr "O usuário/a '%s' foi bloqueado/a"
+#: Zotlabs/Module/Admin/Site.php:526
+#, fuzzy
+msgid "Default directory server"
+msgstr "Este site não é um servidor de diretório"
-#: ../../mod/admin.php:724 ../../mod/admin.php:736
-msgid "Users"
-msgstr "Usuários"
+#: Zotlabs/Module/Admin/Site.php:528
+#, fuzzy
+msgid "Enable SSE Notifications"
+msgstr "Notificações"
-#: ../../mod/admin.php:726 ../../mod/admin.php:862
-msgid "select all"
-msgstr "selecionar tudo"
+#: Zotlabs/Module/Admin/Site.php:528
+msgid ""
+"If disabled, traditional polling will be used. Warning: this setting might "
+"not be suited for shared hosting"
+msgstr ""
-#: ../../mod/admin.php:727
-msgid "User registrations waiting for confirm"
-msgstr "Registros de usuário aguardando confirmação"
+#: Zotlabs/Module/Admin/Site.php:530
+msgid "Proxy user"
+msgstr "Usuário do proxy"
-#: ../../mod/admin.php:728
-msgid "Request date"
-msgstr "Data de requisição"
+#: Zotlabs/Module/Admin/Site.php:531
+msgid "Proxy URL"
+msgstr "URL do proxy"
-#: ../../mod/admin.php:729
-msgid "No registrations."
-msgstr "Nenhum registro."
+#: Zotlabs/Module/Admin/Site.php:532
+msgid "Network timeout"
+msgstr "Timeout da rede"
-#: ../../mod/admin.php:730
-msgid "Approve"
-msgstr "Aprovar"
+#: Zotlabs/Module/Admin/Site.php:532
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Valor em segundos. Use 0 para ilimitado (não recomendado)."
-#: ../../mod/admin.php:731
-msgid "Deny"
-msgstr "Negar"
+#: Zotlabs/Module/Admin/Site.php:533
+msgid "Delivery interval"
+msgstr "Intervalo de entrega"
-#: ../../mod/admin.php:737
-msgid "Register date"
-msgstr "Data de registro"
+#: Zotlabs/Module/Admin/Site.php:533
+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 ""
+"Atrase os processos de entrega em segundo plano por este número de segundos "
+"para reduzir a carga do sistema. Recomendado: 4-5 para hosts compartilhados, "
+"2-3 para servidores virtuais privados. 0-1 para grandes servidores dedicados."
-#: ../../mod/admin.php:737
-msgid "Last login"
-msgstr "Última autenticação"
+#: Zotlabs/Module/Admin/Site.php:534
+msgid "Deliveries per process"
+msgstr ""
-#: ../../mod/admin.php:737
-msgid "Expires"
-msgstr "Expira"
+#: Zotlabs/Module/Admin/Site.php:534
+msgid ""
+"Number of deliveries to attempt in a single operating system process. Adjust "
+"if necessary to tune system performance. Recommend: 1-5."
+msgstr ""
-#: ../../mod/admin.php:737
-msgid "Service Class"
-msgstr "Classe de serviço"
+#: Zotlabs/Module/Admin/Site.php:536
+msgid "Poll interval"
+msgstr "Intervalo de coleta"
-#: ../../mod/admin.php:739
+#: Zotlabs/Module/Admin/Site.php:536
msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Os usuários selecionados serão deletados!\\n\\nTudo o que esses usuários postaram neste site será permanentemente deletado!\\n\\nTem certeza?"
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr ""
+"Atrase os processos de coleta em segundo plano por este número de segundos "
+"para reduzir a carga do sistema. Se 0, use o intervalo de entrega."
-#: ../../mod/admin.php:740
+#: Zotlabs/Module/Admin/Site.php:537
+msgid "Path to ImageMagick convert program"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Site.php:537
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 "O/A usuário/a {0} será deletado/a!\\n\\nTudo o que esse/a usuário/a postou neste site será permanentemente deletado!\\n\\nTem certeza?"
+"If set, use this program to generate photo thumbnails for huge images ( > "
+"4000 pixels in either dimension), otherwise memory exhaustion may occur. "
+"Example: /usr/bin/convert"
+msgstr ""
-#: ../../mod/admin.php:773
-#, php-format
-msgid "%s channel censored/uncensored"
-msgid_plural "%s channels censored/uncensored"
-msgstr[0] "%s canal censurado/descensurado"
-msgstr[1] "%s canais censurados/descensurados"
+#: Zotlabs/Module/Admin/Site.php:538
+msgid "Maximum Load Average"
+msgstr "Carga média máxima"
-#: ../../mod/admin.php:780
-#, php-format
-msgid "%s channel deleted"
-msgid_plural "%s channels deleted"
-msgstr[0] "%s canal deletado"
-msgstr[1] "%s canais deletados"
+#: Zotlabs/Module/Admin/Site.php:538
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr ""
+"Carga máxima do sistema antes de adiar processos de entrega e coleta - "
+"padrão 50."
-#: ../../mod/admin.php:799
-msgid "Channel not found"
-msgstr "Canal não encontrado"
+#: Zotlabs/Module/Admin/Site.php:539
+msgid "Expiration period in days for imported (grid/network) content"
+msgstr ""
-#: ../../mod/admin.php:810
-#, php-format
-msgid "Channel '%s' deleted"
-msgstr "Canal '%s' deletado"
+#: Zotlabs/Module/Admin/Site.php:539
+msgid "0 for no expiration of imported content"
+msgstr ""
-#: ../../mod/admin.php:821
-#, php-format
-msgid "Channel '%s' uncensored"
-msgstr "Canal '%s' não censurado"
+#: Zotlabs/Module/Admin/Site.php:540
+msgid ""
+"Do not expire any posts which have comments less than this many days ago"
+msgstr ""
+
+#: Zotlabs/Module/Admin/Site.php:541
+msgid ""
+"Public servers: Optional landing (marketing) webpage for new registrants"
+msgstr ""
-#: ../../mod/admin.php:821
+#: Zotlabs/Module/Admin/Site.php:541
#, php-format
-msgid "Channel '%s' censored"
-msgstr "Canal '%s' censurado"
+msgid "Create this page first. Default is %s/register"
+msgstr ""
-#: ../../mod/admin.php:864
-msgid "Censor"
-msgstr "Censurar"
+#: Zotlabs/Module/Admin/Site.php:542
+msgid "Page to display after creating a new channel"
+msgstr ""
-#: ../../mod/admin.php:865
-msgid "Uncensor"
-msgstr "Não censurar"
+#: Zotlabs/Module/Admin/Site.php:542
+#, fuzzy
+msgid "Default: profiles"
+msgstr "Perfil padrão"
-#: ../../mod/admin.php:868
-msgid "UID"
-msgstr "UID"
+#: Zotlabs/Module/Admin/Site.php:543
+msgid "Optional: site location"
+msgstr ""
-#: ../../mod/admin.php:870
-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 "Os canais selecionados serão deletados!\\n\\nTudo que foi postado nesses canais nesse site será permanentemente deletado!\\n\\nVocê tem certeza?"
+#: Zotlabs/Module/Admin/Site.php:543
+msgid "Region or country"
+msgstr ""
-#: ../../mod/admin.php:871
-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 "O canal {0} será deletado!\\n\\nTudo o que foi postado nesse canal nesse site será permanentemente deletado!\\n\\nVocê tem certeza?"
+#: Zotlabs/Module/Admin/Site.php:628 Zotlabs/Module/Admin/Site.php:629
+msgid "Invalid 24h time value (hhmm/hmm)"
+msgstr ""
-#: ../../mod/admin.php:910
-#, php-format
-msgid "Plugin %s disabled."
-msgstr "Plugin %s desabilitado."
+#: Zotlabs/Module/Admin/Themes.php:26
+msgid "Theme settings updated."
+msgstr "As configurações de tema foram atualizadas."
-#: ../../mod/admin.php:914
-#, php-format
-msgid "Plugin %s enabled."
-msgstr "Plugin %s habilitado."
+#: Zotlabs/Module/Admin/Themes.php:61
+msgid "No themes found."
+msgstr "Nenhum tema foi encontrado."
-#: ../../mod/admin.php:924 ../../mod/admin.php:1126
+#: Zotlabs/Module/Admin/Themes.php:110 Zotlabs/Module/Admin/Addons.php:314
msgid "Disable"
msgstr "Desabilitar"
-#: ../../mod/admin.php:926 ../../mod/admin.php:1128
+#: Zotlabs/Module/Admin/Themes.php:112 Zotlabs/Module/Admin/Addons.php:317
msgid "Enable"
msgstr "Habilitar"
-#: ../../mod/admin.php:952 ../../mod/admin.php:1157
+#: Zotlabs/Module/Admin/Themes.php:131
+msgid "Screenshot"
+msgstr "Captura de tela"
+
+#: Zotlabs/Module/Admin/Themes.php:139 Zotlabs/Module/Admin/Addons.php:347
msgid "Toggle"
msgstr "Alternar"
-#: ../../mod/admin.php:960 ../../mod/admin.php:1167
+#: Zotlabs/Module/Admin/Themes.php:149 Zotlabs/Module/Admin/Addons.php:355
msgid "Author: "
msgstr "Autor:"
-#: ../../mod/admin.php:961 ../../mod/admin.php:1168
+#: Zotlabs/Module/Admin/Themes.php:150 Zotlabs/Module/Admin/Addons.php:356
msgid "Maintainer: "
msgstr "Mantenedor:"
-#: ../../mod/admin.php:1090
-msgid "No themes found."
-msgstr "Nenhum tema foi encontrado."
-
-#: ../../mod/admin.php:1149
-msgid "Screenshot"
-msgstr "Captura de tela"
-
-#: ../../mod/admin.php:1197
+#: Zotlabs/Module/Admin/Themes.php:177
msgid "[Experimental]"
msgstr "[Experimental]"
-#: ../../mod/admin.php:1198
+#: Zotlabs/Module/Admin/Themes.php:178
msgid "[Unsupported]"
msgstr "[Desassistido]"
-#: ../../mod/admin.php:1225
-msgid "Log settings updated."
-msgstr "As configurações de log foram atualizadas."
+#: Zotlabs/Module/Admin/Addons.php:293
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Plugin %s desabilitado."
-#: ../../mod/admin.php:1281
-msgid "Clear"
-msgstr "Limpar"
+#: Zotlabs/Module/Admin/Addons.php:298
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Plugin %s habilitado."
-#: ../../mod/admin.php:1287
-msgid "Debugging"
-msgstr "Depuração"
+#: Zotlabs/Module/Admin/Addons.php:357
+msgid "Minimum project version: "
+msgstr ""
-#: ../../mod/admin.php:1288
-msgid "Log file"
-msgstr "Arquivo de log"
+#: Zotlabs/Module/Admin/Addons.php:358
+msgid "Maximum project version: "
+msgstr ""
-#: ../../mod/admin.php:1288
-msgid ""
-"Must be writable by web server. Relative to your Red top-level directory."
-msgstr "É necessário que o servidor web possa escrever neste arquivo. Relativo ao diretório raiz da Red."
+#: Zotlabs/Module/Admin/Addons.php:359
+msgid "Minimum PHP version: "
+msgstr ""
-#: ../../mod/admin.php:1289
-msgid "Log level"
-msgstr "Nível do log"
+#: Zotlabs/Module/Admin/Addons.php:360
+msgid "Compatible Server Roles: "
+msgstr ""
-#: ../../mod/admin.php:1336
-msgid "New Profile Field"
-msgstr "Novo campo de perfil"
+#: Zotlabs/Module/Admin/Addons.php:361
+#, fuzzy
+msgid "Requires: "
+msgstr "Obrigatório"
-#: ../../mod/admin.php:1337 ../../mod/admin.php:1358
-msgid "Field nickname"
-msgstr "Nome de apresentação do campo"
+#: Zotlabs/Module/Admin/Addons.php:362 Zotlabs/Module/Admin/Addons.php:449
+msgid "Disabled - version incompatibility"
+msgstr ""
-#: ../../mod/admin.php:1337 ../../mod/admin.php:1358
-msgid "System name of field"
-msgstr "Nome de sistema do campo"
+#: Zotlabs/Module/Admin/Addons.php:418
+msgid "Enter the public git repository URL of the addon repo."
+msgstr ""
-#: ../../mod/admin.php:1338 ../../mod/admin.php:1359
-msgid "Input type"
-msgstr "Tipo de entrada"
+#: Zotlabs/Module/Admin/Addons.php:419
+msgid "Addon repo git URL"
+msgstr ""
-#: ../../mod/admin.php:1339 ../../mod/admin.php:1360
-msgid "Field Name"
-msgstr "Nome do campo"
+#: Zotlabs/Module/Admin/Addons.php:420
+msgid "Custom repo name"
+msgstr ""
-#: ../../mod/admin.php:1339 ../../mod/admin.php:1360
-msgid "Label on profile pages"
-msgstr "Rótulo nas páginas de perfil"
+#: Zotlabs/Module/Admin/Addons.php:420
+#, fuzzy
+msgid "(optional)"
+msgstr "Opcional"
-#: ../../mod/admin.php:1340 ../../mod/admin.php:1361
-msgid "Help text"
-msgstr "Texto de ajuda"
+#: Zotlabs/Module/Admin/Addons.php:421
+#, fuzzy
+msgid "Download Addon Repo"
+msgstr "Baixar arquivo PDL"
-#: ../../mod/admin.php:1340 ../../mod/admin.php:1361
-msgid "Additional info (optional)"
-msgstr "Informações adicionais (opcional)"
+#: Zotlabs/Module/Admin/Addons.php:428
+msgid "Install new repo"
+msgstr ""
-#: ../../mod/admin.php:1351
-msgid "Field definition not found"
-msgstr "A dfinição de campo não foi encontrada"
+#: Zotlabs/Module/Admin/Addons.php:452
+#, fuzzy
+msgid "Manage Repos"
+msgstr "Administrar/Editar perfis"
-#: ../../mod/admin.php:1357
-msgid "Edit Profile Field"
-msgstr "Editar campo de perfil"
+#: Zotlabs/Module/Admin/Addons.php:453
+msgid "Installed Addon Repositories"
+msgstr ""
-#: ../../mod/oexchange.php:23
-msgid "Unable to find your hub."
-msgstr "Não foi possível localizar seu hub."
+#: Zotlabs/Module/Admin/Addons.php:454
+msgid "Install a New Addon Repository"
+msgstr ""
-#: ../../mod/oexchange.php:37
-msgid "Post successful."
-msgstr "Publicado com sucesso."
+#: Zotlabs/Module/Admin/Addons.php:461
+msgid "Switch branch"
+msgstr ""
-#: ../../mod/editblock.php:112
-msgid "Edit Block"
-msgstr "Editar bloco"
+#: Zotlabs/Module/Admin/Queue.php:45
+msgid "Queue Statistics"
+msgstr ""
-#: ../../mod/editblock.php:123
-msgid "Delete block?"
-msgstr "Deletar bloco?"
+#: Zotlabs/Module/Admin/Queue.php:46
+#, fuzzy
+msgid "Total Entries"
+msgstr "Sem entradas."
-#: ../../mod/register.php:44
-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ã."
+#: Zotlabs/Module/Admin/Queue.php:47
+#: extend/addon/addons-official/workflow/workflow.php:2668
+msgid "Priority"
+msgstr ""
-#: ../../mod/register.php:50
-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."
+#: Zotlabs/Module/Admin/Queue.php:48
+#, fuzzy
+msgid "Destination URL"
+msgstr "Descrição"
-#: ../../mod/register.php:84
-msgid "Passwords do not match."
-msgstr "Senhas não conferem."
+#: Zotlabs/Module/Admin/Queue.php:49
+msgid "Mark hub permanently offline"
+msgstr ""
-#: ../../mod/register.php:117
-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."
+#: Zotlabs/Module/Admin/Queue.php:50
+msgid "Retry delivery to this hub"
+msgstr ""
-#: ../../mod/register.php:123
-msgid "Your registration is pending approval by the site owner."
-msgstr "A aprovação do seu registro está pendente junto ao administrador do site."
+#: Zotlabs/Module/Admin/Queue.php:51
+msgid "Empty queue for this hub"
+msgstr ""
-#: ../../mod/register.php:126
-msgid "Your registration can not be processed."
-msgstr "Não foi possível processar o seu registro."
+#: Zotlabs/Module/Admin/Queue.php:52
+msgid "Last known contact"
+msgstr ""
-#: ../../mod/register.php:163
-msgid "Registration on this site/hub is by approval only."
-msgstr "O registro neste site/hub requer aprovação."
+#: Zotlabs/Module/Admin/Features.php:56
+#, php-format
+msgid "Lock feature %s"
+msgstr ""
-#: ../../mod/register.php:164
-msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>"
-msgstr "<a href=\"pubsites\">Registre em um outro site/hub afiliado</a>"
+#: Zotlabs/Module/Admin/Features.php:64
+#, fuzzy
+msgid "Manage Additional Features"
+msgstr "Recursos adicionais"
-#: ../../mod/register.php:174
-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ã."
+#: Zotlabs/Module/Admin/Dbsync.php:19
+msgid "Update has been marked successful"
+msgstr "A atualização foi designada bem sucedida"
-#: ../../mod/register.php:185
-msgid "Terms of Service"
-msgstr "Termos de Serviço"
+#: Zotlabs/Module/Admin/Dbsync.php:32
+#, fuzzy, php-format
+msgid "Verification of update %s failed. Check system logs."
+msgstr "A atualização %s falhou. Veja os logs de erro."
-#: ../../mod/register.php:191
+#: Zotlabs/Module/Admin/Dbsync.php:35 Zotlabs/Module/Admin/Dbsync.php:62
#, php-format
-msgid "I accept the %s for this website"
-msgstr "Eu aceito os %s deste website."
+msgid "Update %s was successfully applied."
+msgstr "A atualização %s foi aplicada com sucesso."
-#: ../../mod/register.php:193
+#: Zotlabs/Module/Admin/Dbsync.php:39
#, 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"
+msgid "Verifying update %s did not return a status. Unknown if it succeeded."
+msgstr ""
-#: ../../mod/register.php:212
-msgid "Membership on this site is by invitation only."
-msgstr "Novas contas neste site se dão apenas por convite."
+#: Zotlabs/Module/Admin/Dbsync.php:42
+#, php-format
+msgid "Update %s does not contain a verification function."
+msgstr ""
-#: ../../mod/register.php:213
-msgid "Please enter your invitation code"
-msgstr "Por favor, digite o código do seu convite"
+#: Zotlabs/Module/Admin/Dbsync.php:46 Zotlabs/Module/Admin/Dbsync.php:69
+#, php-format
+msgid "Update function %s could not be found."
+msgstr "A função de atualização %s não foi encontrada."
-#: ../../mod/register.php:216
-msgid "Your email address"
-msgstr "Seu endereço de e-mail"
+#: Zotlabs/Module/Admin/Dbsync.php:59
+#, php-format
+msgid "Executing update procedure %s failed. Check system logs."
+msgstr ""
-#: ../../mod/register.php:217
-msgid "Choose a password"
-msgstr "Escolha uma senha"
+#: Zotlabs/Module/Admin/Dbsync.php:66
+#, php-format
+msgid ""
+"Update %s did not return a status. It cannot be determined if it was "
+"successful."
+msgstr ""
-#: ../../mod/register.php:218
-msgid "Please re-enter your password"
-msgstr "Por favor, digite sua senha novamente"
+#: Zotlabs/Module/Admin/Dbsync.php:87
+msgid "Failed Updates"
+msgstr "Falha nas atualizações"
-#: ../../mod/removeaccount.php:30
-msgid ""
-"Account removals are not allowed within 48 hours of changing the account "
-"password."
-msgstr "A remoção da conta fica desabilitada por 48 horas após uma troca de senha da conta."
+#: Zotlabs/Module/Admin/Dbsync.php:89
+msgid "Mark success (if update was manually applied)"
+msgstr "Marque sucesso (se a atualização foi aplicada manualmente)"
-#: ../../mod/removeaccount.php:57
-msgid "Remove This Account"
-msgstr "Remover esta conta"
+#: Zotlabs/Module/Admin/Dbsync.php:90
+msgid "Attempt to verify this update if a verification procedure exists"
+msgstr ""
-#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58
-msgid "WARNING: "
-msgstr "AVISO:"
+#: Zotlabs/Module/Admin/Dbsync.php:91
+msgid "Attempt to execute this update step automatically"
+msgstr "Tente executar este passo da atualização automaticamente"
-#: ../../mod/removeaccount.php:58
-msgid ""
-"This account and all its channels will be completely removed from the "
-"network. "
-msgstr "Esta conta e todos seus canais será completamente excluída da rede."
+#: Zotlabs/Module/Admin/Dbsync.php:96
+msgid "No failed updates."
+msgstr "Nenhuma falha nas atualizações."
-#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58
-msgid "This action is permanent and can not be undone!"
-msgstr "Esta ação é permanente e não pode ser desfeita!"
+#: Zotlabs/Module/Admin/Account_edit.php:29
+#, fuzzy, php-format
+msgid "Password changed for account %d."
+msgstr "A senha foi modificada."
-#: ../../mod/removeaccount.php:59 ../../mod/removeme.php:59
-msgid "Please enter your password for verification:"
-msgstr "Por favor, digite a sua senha para verificação:"
+#: Zotlabs/Module/Admin/Account_edit.php:46
+#, fuzzy
+msgid "Account settings updated."
+msgstr "As configurações de log foram atualizadas."
-#: ../../mod/removeaccount.php:60
-msgid ""
-"Remove this account, all its channels and all its channel clones from the "
-"network"
-msgstr "Remove esta conta, todos os seus canais e todos os clones desses canais da rede."
+#: Zotlabs/Module/Admin/Account_edit.php:68
+#, fuzzy
+msgid "Account Edit"
+msgstr "Contas"
-#: ../../mod/removeaccount.php:60
-msgid ""
-"By default only the instances of the channels located on this hub will be "
-"removed from the network"
-msgstr "Por padrão, apenas as instâncias dos canais localizadas neste hub serão removidas da rede"
+#: Zotlabs/Module/Admin/Account_edit.php:69
+#, fuzzy
+msgid "New Password"
+msgstr "Senha"
-#: ../../mod/item.php:174
-msgid "Unable to locate original post."
-msgstr "Não foi possível localizar a publicação original."
+#: Zotlabs/Module/Admin/Account_edit.php:70
+#, fuzzy
+msgid "New Password again"
+msgstr "Sua nova senha é"
-#: ../../mod/item.php:440
-msgid "Empty post discarded."
-msgstr "A publicação em branco foi descartada."
+#: Zotlabs/Module/Admin/Account_edit.php:71
+msgid "Account language (for emails)"
+msgstr ""
-#: ../../mod/item.php:480
-msgid "Executable content type not permitted to this channel."
-msgstr "Conteúdo de tipo executável não permitido para este canal."
+#: Zotlabs/Module/Admin/Channels.php:31
+#, php-format
+msgid "%s channel censored/uncensored"
+msgid_plural "%s channels censored/uncensored"
+msgstr[0] "%s canal censurado/descensurado"
+msgstr[1] "%s canais censurados/descensurados"
-#: ../../mod/item.php:897
-msgid "System error. Post not saved."
-msgstr "Erro no sistema. A publicação não foi salva."
+#: Zotlabs/Module/Admin/Channels.php:40
+#, fuzzy, php-format
+msgid "%s channel code allowed/disallowed"
+msgid_plural "%s channels code allowed/disallowed"
+msgstr[0] "%s canal censurado/descensurado"
+msgstr[1] "%s canais censurados/descensurados"
-#: ../../mod/item.php:1115
-msgid "Unable to obtain post information from database."
-msgstr "Impossível obter informação do texto no banco de dados"
+#: Zotlabs/Module/Admin/Channels.php:46
+#, php-format
+msgid "%s channel deleted"
+msgid_plural "%s channels deleted"
+msgstr[0] "%s canal deletado"
+msgstr[1] "%s canais deletados"
+
+#: Zotlabs/Module/Admin/Channels.php:65
+msgid "Channel not found"
+msgstr "Canal não encontrado"
-#: ../../mod/item.php:1122
+#: Zotlabs/Module/Admin/Channels.php:75
#, 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."
+msgid "Channel '%s' deleted"
+msgstr "Canal '%s' deletado"
-#: ../../mod/item.php:1129
+#: Zotlabs/Module/Admin/Channels.php:87
#, php-format
-msgid "You have reached your limit of %1$.0f webpages."
-msgstr "Você atingiu o seu limite de %1$.0f páginas web."
+msgid "Channel '%s' censored"
+msgstr "Canal '%s' censurado"
-#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25
-#: ../../mod/update_network.php:23 ../../mod/update_search.php:46
-#: ../../mod/update_home.php:21
-msgid "[Embedded content - reload page to view]"
-msgstr "[Conteúdo incorporado - recarregue a página para ver]"
+#: Zotlabs/Module/Admin/Channels.php:87
+#, php-format
+msgid "Channel '%s' uncensored"
+msgstr "Canal '%s' não censurado"
-#: ../../mod/lockview.php:37
-msgid "Remote privacy information not available."
-msgstr "Não existe informação disponível sobre a privacidade remota."
+#: Zotlabs/Module/Admin/Channels.php:98
+#, fuzzy, php-format
+msgid "Channel '%s' code allowed"
+msgstr "Canal '%s' deletado"
-#: ../../mod/lockview.php:58
-msgid "Visible to:"
-msgstr "Visível para:"
+#: Zotlabs/Module/Admin/Channels.php:98
+#, fuzzy, php-format
+msgid "Channel '%s' code disallowed"
+msgstr "Canal '%s' censurado"
-#: ../../mod/layouts.php:176
-msgid "Comanche page description language help"
-msgstr "Página de Ajuda da descrição da Linguagem Comanche "
+#: Zotlabs/Module/Admin/Channels.php:148
+msgid "select all"
+msgstr "selecionar tudo"
-#: ../../mod/layouts.php:180
-msgid "Layout Description"
-msgstr "Descrição de Layout"
+#: Zotlabs/Module/Admin/Channels.php:150
+msgid "Censor"
+msgstr "Censurar"
-#: ../../mod/layouts.php:185
-msgid "Download PDL file"
-msgstr "Baixar arquivo PDL"
+#: Zotlabs/Module/Admin/Channels.php:151
+msgid "Uncensor"
+msgstr "Não censurar"
-#: ../../mod/id.php:11
-msgid "First Name"
-msgstr "Primeiro Nome"
+#: Zotlabs/Module/Admin/Channels.php:152
+msgid "Allow Code"
+msgstr ""
-#: ../../mod/id.php:12
-msgid "Last Name"
-msgstr "Último Nome"
+#: Zotlabs/Module/Admin/Channels.php:153
+#, fuzzy
+msgid "Disallow Code"
+msgstr "Desabilitar"
-#: ../../mod/id.php:13
-msgid "Nickname"
-msgstr "Apelido"
+#: Zotlabs/Module/Admin/Channels.php:158
+msgid "UID"
+msgstr "UID"
-#: ../../mod/id.php:14
-msgid "Full Name"
-msgstr "Nome Completo"
+#: Zotlabs/Module/Admin/Channels.php:162
+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 ""
+"Os canais selecionados serão deletados!\\n\\nTudo que foi postado nesses "
+"canais nesse site será permanentemente deletado!\\n\\nVocê tem certeza?"
-#: ../../mod/id.php:20
-msgid "Profile Photo 16px"
-msgstr "Foto de Perfil 16px"
+#: Zotlabs/Module/Admin/Channels.php:163
+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 ""
+"O canal {0} será deletado!\\n\\nTudo o que foi postado nesse canal nesse "
+"site será permanentemente deletado!\\n\\nVocê tem certeza?"
-#: ../../mod/id.php:21
-msgid "Profile Photo 32px"
-msgstr "Foto de Perfil 32px"
+#: Zotlabs/Module/Admin/Queueworker.php:65
+msgid "Max queueworker threads"
+msgstr ""
-#: ../../mod/id.php:22
-msgid "Profile Photo 48px"
-msgstr "Foto de Perfil 48px"
+#: Zotlabs/Module/Admin/Queueworker.php:67
+msgid "Minimum 4, default 4"
+msgstr ""
-#: ../../mod/id.php:23
-msgid "Profile Photo 64px"
-msgstr "Foto de Perfil 64px"
+#: Zotlabs/Module/Admin/Queueworker.php:77
+msgid "Assume workers dead after"
+msgstr ""
-#: ../../mod/id.php:24
-msgid "Profile Photo 80px"
-msgstr "Foto de Perfil 80px"
+#: Zotlabs/Module/Admin/Queueworker.php:79
+msgid "Minimum 120, default 300 seconds"
+msgstr ""
-#: ../../mod/id.php:25
-msgid "Profile Photo 128px"
-msgstr "Foto de Perfil 128px"
+#: Zotlabs/Module/Admin/Queueworker.php:91
+msgid "Pause before starting next task"
+msgstr ""
-#: ../../mod/id.php:26
-msgid "Timezone"
-msgstr "Fuso Horário"
+#: Zotlabs/Module/Admin/Queueworker.php:93
+msgid "Minimum 100, default 100 microseconds"
+msgstr ""
-#: ../../mod/id.php:27
-msgid "Homepage URL"
-msgstr "URL da Página"
+#: Zotlabs/Module/Admin/Queueworker.php:102
+msgid "Automatically adjust pause before starting next task"
+msgstr ""
-#: ../../mod/id.php:29
-msgid "Birth Year"
-msgstr "Ano de Nascimento"
+#: Zotlabs/Module/Admin/Queueworker.php:111
+msgid "Queueworker Settings"
+msgstr ""
-#: ../../mod/id.php:30
-msgid "Birth Month"
-msgstr "Mês de Nascimento"
+#: Zotlabs/Module/Blocks.php:97 Zotlabs/Module/Blocks.php:153
+#: Zotlabs/Module/Editblock.php:113
+msgid "Block Name"
+msgstr "Nome do bloco"
-#: ../../mod/id.php:31
-msgid "Birth Day"
-msgstr "Dia de Nascimento"
+#: Zotlabs/Module/Blocks.php:154
+msgid "Block Title"
+msgstr "Título do Bloco"
-#: ../../mod/id.php:32
-msgid "Birthdate"
-msgstr "Data de Nascimento"
+#: Zotlabs/Module/Poke.php:182
+msgid "Poke somebody"
+msgstr ""
-#: ../../mod/message.php:41
-msgid "Conversation removed."
-msgstr "A conversa foi removida."
+#: Zotlabs/Module/Poke.php:186
+msgid "Poke or ping somebody"
+msgstr ""
-#: ../../mod/message.php:56
-msgid "No messages."
-msgstr "Nenhuma mensagem."
+#: Zotlabs/Module/Poke.php:193
+msgid "Recipient"
+msgstr "Destinatário"
-#: ../../mod/message.php:72 ../../mod/mail.php:336
-msgid "Delete conversation"
-msgstr "Excluir conversa"
+#: Zotlabs/Module/Poke.php:194
+#, fuzzy
+msgid "Choose action"
+msgstr "Conexões"
-#: ../../mod/thing.php:232
-msgid "Show Thing"
-msgstr "Exibir coisa"
+#: Zotlabs/Module/Poke.php:197 Zotlabs/Module/Poke.php:198
+msgid "Make this post private"
+msgstr "Torne esta publicação privada"
-#: ../../mod/mitem.php:51
+#: Zotlabs/Module/Mitem.php:31 Zotlabs/Module/Menu.php:209
+msgid "Menu not found."
+msgstr "O menu não foi encontrado."
+
+#: Zotlabs/Module/Mitem.php:63
msgid "Unable to create element."
msgstr "Não foi possível criar elemento."
-#: ../../mod/mitem.php:74
+#: Zotlabs/Module/Mitem.php:87
msgid "Unable to update menu element."
msgstr "Não foi possível atualizar o elemento de menu."
-#: ../../mod/mitem.php:89
+#: Zotlabs/Module/Mitem.php:103
msgid "Unable to add menu element."
msgstr "Não foi possível adicionar o elemento de menu."
-#: ../../mod/mitem.php:158 ../../mod/mitem.php:228
+#: Zotlabs/Module/Mitem.php:167 Zotlabs/Module/Mitem.php:246
msgid "Menu Item Permissions"
msgstr "Permissões do item do menu"
-#: ../../mod/mitem.php:161 ../../mod/mitem.php:176
+#: Zotlabs/Module/Mitem.php:168 Zotlabs/Module/Mitem.php:247
+msgid "(click to open/close)"
+msgstr "(clique para abrir/fechar)"
+
+#: Zotlabs/Module/Mitem.php:174 Zotlabs/Module/Mitem.php:191
msgid "Link Name"
msgstr "Nome do Link"
-#: ../../mod/mitem.php:162 ../../mod/mitem.php:233
+#: Zotlabs/Module/Mitem.php:175 Zotlabs/Module/Mitem.php:255
msgid "Link or Submenu Target"
msgstr "Alvo do Link ou Submenu"
-#: ../../mod/mitem.php:162
+#: Zotlabs/Module/Mitem.php:175
msgid "Enter URL of the link or select a menu name to create a submenu"
-msgstr "Insira o URL do link ou selecione um nome de menu para criar um submenu"
+msgstr ""
+"Insira o URL do link ou selecione um nome de menu para criar um submenu"
-#: ../../mod/mitem.php:163 ../../mod/mitem.php:234
+#: Zotlabs/Module/Mitem.php:176 Zotlabs/Module/Mitem.php:256
msgid "Use magic-auth if available"
msgstr "Usar magic-auth se disponível"
-#: ../../mod/mitem.php:164 ../../mod/mitem.php:235
+#: Zotlabs/Module/Mitem.php:177 Zotlabs/Module/Mitem.php:257
msgid "Open link in new window"
msgstr "Abrir link em uma nova janela"
-#: ../../mod/mitem.php:165 ../../mod/mitem.php:236
+#: Zotlabs/Module/Mitem.php:178 Zotlabs/Module/Mitem.php:258
msgid "Order in list"
msgstr "Ordem na lista"
-#: ../../mod/mitem.php:165 ../../mod/mitem.php:236
+#: Zotlabs/Module/Mitem.php:178 Zotlabs/Module/Mitem.php:258
msgid "Higher numbers will sink to bottom of listing"
msgstr "Números mais altos descem para o fim da lista"
-#: ../../mod/mitem.php:166
+#: Zotlabs/Module/Mitem.php:179
msgid "Submit and finish"
msgstr "Enviar e terminar"
-#: ../../mod/mitem.php:167
+#: Zotlabs/Module/Mitem.php:180
msgid "Submit and continue"
msgstr "Enviar e continuar"
-#: ../../mod/mitem.php:174
+#: Zotlabs/Module/Mitem.php:189
msgid "Menu:"
msgstr "Menu:"
-#: ../../mod/mitem.php:177
+#: Zotlabs/Module/Mitem.php:192
msgid "Link Target"
msgstr "Alvo do Link"
-#: ../../mod/mitem.php:180
+#: Zotlabs/Module/Mitem.php:195
msgid "Edit menu"
msgstr "Editar menu"
-#: ../../mod/mitem.php:183
+#: Zotlabs/Module/Mitem.php:198
msgid "Edit element"
msgstr "Editar elemento"
-#: ../../mod/mitem.php:184
+#: Zotlabs/Module/Mitem.php:199
msgid "Drop element"
msgstr "Descartar elemento"
-#: ../../mod/mitem.php:185
+#: Zotlabs/Module/Mitem.php:200
msgid "New element"
msgstr "Novo elemento"
-#: ../../mod/mitem.php:186
+#: Zotlabs/Module/Mitem.php:201
msgid "Edit this menu container"
msgstr "Editar esta caixa de menu"
-#: ../../mod/mitem.php:187
+#: Zotlabs/Module/Mitem.php:202
msgid "Add menu element"
msgstr "Adicionar um elemento de menu"
-#: ../../mod/mitem.php:188
+#: Zotlabs/Module/Mitem.php:203
msgid "Delete this menu item"
msgstr "Deleter este item de menu"
-#: ../../mod/mitem.php:189
+#: Zotlabs/Module/Mitem.php:204
msgid "Edit this menu item"
msgstr "Editar este item de menu"
-#: ../../mod/mitem.php:206
+#: Zotlabs/Module/Mitem.php:222
msgid "Menu item not found."
msgstr "O item de menu não foi encontrado."
-#: ../../mod/mitem.php:217
+#: Zotlabs/Module/Mitem.php:235
msgid "Menu item deleted."
msgstr "O item de menu foi deletado."
-#: ../../mod/mitem.php:219
+#: Zotlabs/Module/Mitem.php:237
msgid "Menu item could not be deleted."
msgstr "Não foi possível deletar o item de menu."
-#: ../../mod/mitem.php:226
+#: Zotlabs/Module/Mitem.php:244
msgid "Edit Menu Element"
msgstr "Editar elemento de menu"
-#: ../../mod/mitem.php:232
+#: Zotlabs/Module/Mitem.php:254
msgid "Link text"
msgstr "Texto do link"
-#: ../../mod/mood.php:131
-msgid "Set your current mood and tell your friends"
-msgstr "Marque seu humor atual e compartilhe com seus amigos"
+#: Zotlabs/Module/Achievements.php:38
+msgid "Some blurb about what to do when you're new here"
+msgstr "Alguma coisa sobre o que fazer quando se é novo aqui"
-#: ../../mod/thing.php:270
-msgid "Edit Thing"
-msgstr "Editar coisa"
+#: Zotlabs/Module/Editblock.php:138
+msgid "Edit Block"
+msgstr "Editar bloco"
-#: ../../mod/thing.php:272 ../../mod/thing.php:319
-msgid "Select a profile"
-msgstr "Selecione um perfil"
+#: Zotlabs/Module/Chat.php:29 Zotlabs/Module/Ochannel.php:32
+msgid "You must be logged in to see this page."
+msgstr "Você precisa estar autenticado para ver esta página."
-#: ../../mod/thing.php:276 ../../mod/thing.php:322
-msgid "Post an activity"
-msgstr "Publique uma atividade"
+#: Zotlabs/Module/Chat.php:193
+msgid "Room not found"
+msgstr "Sala não encontrada"
-#: ../../mod/thing.php:276 ../../mod/thing.php:322
-msgid "Only sends to viewers of the applicable profile"
-msgstr "Envia apenas para a audiência do perfil aplicável"
+#: Zotlabs/Module/Chat.php:209
+msgid "Leave Room"
+msgstr "Sair da sala"
-#: ../../mod/thing.php:278 ../../mod/thing.php:324
-msgid "Name of thing e.g. something"
-msgstr "Nome da coisa e.g. coisinha"
+#: Zotlabs/Module/Chat.php:210
+#, fuzzy
+msgid "Delete Room"
+msgstr "Excluir a foto"
-#: ../../mod/thing.php:280 ../../mod/thing.php:325
-msgid "URL of thing (optional)"
-msgstr "URL da coisa (opcional)"
+#: Zotlabs/Module/Chat.php:211
+msgid "I am away right now"
+msgstr "Eu estou ausente no momento"
-#: ../../mod/thing.php:282 ../../mod/thing.php:326
-msgid "URL for photo of thing (optional)"
-msgstr "URL para foto da coisa (opcional)"
+#: Zotlabs/Module/Chat.php:212
+msgid "I am online"
+msgstr "Eu estou online"
-#: ../../mod/thing.php:317
-msgid "Add Thing to your Profile"
-msgstr "Adicionar a coisa ao seu perfil"
+#: Zotlabs/Module/Chat.php:214
+msgid "Bookmark this room"
+msgstr "Guarde esta sala"
-#: ../../mod/import.php:25
+#: Zotlabs/Module/Chat.php:237
+msgid "New Chatroom"
+msgstr "Nova sala de bate-papo"
+
+#: Zotlabs/Module/Chat.php:238
+#, fuzzy
+msgid "Chatroom name"
+msgstr "Nome da sala duplicado"
+
+#: Zotlabs/Module/Chat.php:239
+msgid "Expiration of chats (minutes)"
+msgstr ""
+
+#: Zotlabs/Module/Chat.php:255
#, php-format
-msgid "Your service plan only allows %d channels."
-msgstr "Seu plano de serviço permite apenas %d canais."
+msgid "%1$s's Chatrooms"
+msgstr "Salas de bate-papo de %1$s"
-#: ../../mod/import.php:51
-msgid "Nothing to import."
-msgstr "Nada a importar."
+#: Zotlabs/Module/Chat.php:260
+#, fuzzy
+msgid "No chatrooms available"
+msgstr "A foto não está disponível"
-#: ../../mod/import.php:75
-msgid "Unable to download data from old server"
-msgstr "Não foi possível descarregar os dados do servidor antigo"
+#: Zotlabs/Module/Chat.php:261
+msgid "Add Room"
+msgstr ""
-#: ../../mod/import.php:81
-msgid "Imported file is empty."
-msgstr "O arquivo importado está vazio."
+#: Zotlabs/Module/Chat.php:264
+#, fuzzy
+msgid "Expiration"
+msgstr "Expiração de conteúdo"
-#: ../../mod/import.php:105
-msgid ""
-"Cannot create a duplicate channel identifier on this system. Import failed."
-msgstr "Não foi possível criar um identificador de canal duplicado neste sistema. A importação falhou."
+#: Zotlabs/Module/Chat.php:265
+msgid "min"
+msgstr ""
-#: ../../mod/import.php:123
-msgid "Channel clone failed. Import failed."
-msgstr "Clonagem do canal falhou. A importação falhou."
+#: Zotlabs/Module/Z6trans.php:19
+msgid "Update to Hubzilla 5.0 step 2"
+msgstr ""
-#: ../../mod/import.php:133
-msgid "Cloned channel not found. Import failed."
-msgstr "Canal a clonar não encontrado. A importação falhou."
+#: Zotlabs/Module/Z6trans.php:21
+msgid "To complete the update please run"
+msgstr ""
-#: ../../mod/import.php:446
-msgid "Import completed."
-msgstr "A importação foi completada."
+#: Zotlabs/Module/Z6trans.php:23
+msgid "php util/z6convert.php"
+msgstr ""
-#: ../../mod/import.php:458
-msgid "You must be logged in to use this feature."
-msgstr "Você precisa estar autenticado para usar este recurso."
+#: Zotlabs/Module/Z6trans.php:25
+msgid "from the terminal."
+msgstr ""
-#: ../../mod/import.php:463
-msgid "Import Channel"
-msgstr "Importar canal"
+#: Zotlabs/Module/Settings/Calendar.php:40
+#, fuzzy
+msgid "Calendar Settings"
+msgstr "Configurações do canal"
-#: ../../mod/import.php:464
-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 "Use este formulário para importar um canal existente de um servidor/hub diferente. Você pode obter a identidade do canal do servidor/hub antigo pela rede, ou fornecer um arquivo de exportação. Somente a identidade e as conexões/relacionamentos serão importados. Importação de conteúdos ainda não está disponível."
+#: Zotlabs/Module/Settings/Connections.php:40
+#, fuzzy
+msgid "Connections Settings"
+msgstr "Configurações de notificação"
-#: ../../mod/import.php:465
-msgid "File to Upload"
-msgstr "Arquivo a carregar"
+#: Zotlabs/Module/Settings/Privacy.php:48
+#, fuzzy
+msgid "Privacy settings updated."
+msgstr "As configurações de site foram atualizadas."
-#: ../../mod/import.php:466
-msgid "Or provide the old server/hub details"
-msgstr "Ou forneça os detalhes do antigo servidor/hub"
+#: Zotlabs/Module/Settings/Privacy.php:66
+msgid "Only those you specifically allow"
+msgstr "Apenas quem você der permissão"
-#: ../../mod/import.php:467
-msgid "Your old identity address (xyz@example.com)"
-msgstr "O endereço da sua velha identidade (xyz@exemplo.com)"
+#: Zotlabs/Module/Settings/Privacy.php:67
+msgid "Approved connections"
+msgstr "Conexões aprovadas"
-#: ../../mod/import.php:468
-msgid "Your old login email address"
-msgstr "O endereço de e-mail da sua antiga conta"
+#: Zotlabs/Module/Settings/Privacy.php:68
+msgid "Any connections"
+msgstr "Quaisquer conexões"
-#: ../../mod/import.php:469
-msgid "Your old login password"
-msgstr "A senha dua sua antiga conta"
+#: Zotlabs/Module/Settings/Privacy.php:69
+msgid "Anybody on this website"
+msgstr "Qualquer um neste site"
+
+#: Zotlabs/Module/Settings/Privacy.php:70
+msgid "Anybody in this network"
+msgstr "Qualquer um nesta rede"
+
+#: Zotlabs/Module/Settings/Privacy.php:71
+msgid "Anybody authenticated"
+msgstr "Qualquer um autenticado"
+
+#: Zotlabs/Module/Settings/Privacy.php:72
+msgid "Anybody on the internet"
+msgstr "Qualquer um na internet"
-#: ../../mod/import.php:470
+#: Zotlabs/Module/Settings/Privacy.php:82
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 "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."
+"Advise: set to \"Anybody on the internet\" and use privacy groups to "
+"restrict access"
+msgstr ""
-#: ../../mod/import.php:471
-msgid "Make this hub my primary location"
-msgstr "Faça deste hub meu local primário"
+#: Zotlabs/Module/Settings/Privacy.php:121
+#, fuzzy
+msgid "Privacy Settings"
+msgstr "Configurações de exibição"
-#: ../../mod/import.php:472
-msgid "Import existing posts if possible"
-msgstr "Importar publicações existentes se possível"
+#: Zotlabs/Module/Settings/Privacy.php:126
+#, fuzzy
+msgid "Advanced configuration"
+msgstr "Perfis avançados"
-#: ../../mod/invite.php:25
-msgid "Total invitation limit exceeded."
-msgstr "Foi excedido o número total de convites."
+#: Zotlabs/Module/Settings/Privacy.php:128
+msgid "Proceed with caution"
+msgstr ""
-#: ../../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."
+#: Zotlabs/Module/Settings/Privacy.php:129
+msgid ""
+"Changing advanced configuration settings can impact your, and your contacts "
+"channels functionality and security."
+msgstr ""
-#: ../../mod/invite.php:76
-msgid "Please join us on Red"
-msgstr "Por favor, una-se a nós na Red"
+#: Zotlabs/Module/Settings/Privacy.php:130
+#, fuzzy
+msgid "Accept the risk and continue"
+msgstr "Editar esta caixa de menu"
-#: ../../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."
+#: Zotlabs/Module/Settings/Privacy.php:132
+msgid "Automatically approve new contacts"
+msgstr ""
-#: ../../mod/invite.php:92
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Não foi possível enviar a mensagem."
+#: Zotlabs/Module/Settings/Privacy.php:133
+msgid "Opt-out of search engine indexing"
+msgstr ""
-#: ../../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."
+#: Zotlabs/Module/Settings/Privacy.php:134
+msgid "Group actor"
+msgstr ""
-#: ../../mod/invite.php:115
-msgid "You have no more invitations available"
-msgstr "Você não possui mais convites disponíveis"
+#: Zotlabs/Module/Settings/Privacy.php:134
+msgid "Allow this channel to act as a forum"
+msgstr ""
-#: ../../mod/invite.php:129
-msgid "Send invitations"
-msgstr "Enviar convites."
+#: Zotlabs/Module/Settings/Privacy.php:135
+msgid "Accept all messages which mention you"
+msgstr ""
-#: ../../mod/invite.php:130
-msgid "Enter email addresses, one per line:"
-msgstr "Digite os endereços de e-mail, um por linha:"
+#: Zotlabs/Module/Settings/Privacy.php:135
+msgid "This setting bypasses normal permissions"
+msgstr ""
-#: ../../mod/invite.php:131 ../../mod/mail.php:225 ../../mod/mail.php:338
-msgid "Your message:"
-msgstr "Sua mensagem:"
+#: Zotlabs/Module/Settings/Privacy.php:136
+msgid "Accept unsolicited comments for moderation"
+msgstr ""
-#: ../../mod/invite.php:132
-msgid "Please join my community on Hubzilla."
-msgstr "Por favor junte-se à minha comunidade na Hubzilla"
+#: Zotlabs/Module/Settings/Privacy.php:136
+msgid "Otherwise they will be silently dropped"
+msgstr ""
-#: ../../mod/invite.php:134
-msgid "You will need to supply this invitation code: "
-msgstr "Você precisará fornecer este código de convite:"
+#: Zotlabs/Module/Settings/Privacy.php:137
+msgid "Enable OCAP access"
+msgstr ""
-#: ../../mod/invite.php:135
-msgid "1. Register at any Hubzilla location (they are all inter-connected)"
-msgstr "1. Registre-se em qualquer site da Hubzilla (eles são todos interconectados)"
+#: Zotlabs/Module/Settings/Privacy.php:137
+msgid "Grant limited posts the right to access linked private media"
+msgstr ""
-#: ../../mod/invite.php:137
-msgid "2. Enter my Hubzilla network address into the site searchbar."
-msgstr "2. Entre meu endereço da rede Hubzilla na barra de busca do site."
+#: Zotlabs/Module/Settings/Multifactor.php:23
+#, fuzzy
+msgid "Password is required"
+msgstr "É necessário informar o nome"
-#: ../../mod/invite.php:138
-msgid "or visit "
-msgstr "ou visite"
+#: Zotlabs/Module/Settings/Multifactor.php:29
+msgid "The provided password is not correct"
+msgstr ""
-#: ../../mod/invite.php:140
-msgid "3. Click [Connect]"
-msgstr "3. Clique [Conectar]"
+#: Zotlabs/Module/Settings/Multifactor.php:68
+#, fuzzy
+msgid "Account Multi-Factor Authentication"
+msgstr "Autenticação remota"
-#: ../../mod/item.php:146
-msgid "Unable to locate original post."
-msgstr "Não foi possível localizar a publicação original."
+#: Zotlabs/Module/Settings/Multifactor.php:69
+msgid ""
+"This is your generated secret. It may be used in some cases if the QR image "
+"cannot be read. Please store it in a safe place."
+msgstr ""
-#: ../../mod/item.php:379
-msgid "Empty post discarded."
-msgstr "A publicação em branco foi descartada."
+#: Zotlabs/Module/Settings/Multifactor.php:70
+msgid "Please enter the code from your authenticator app"
+msgstr ""
-#: ../../mod/item.php:421
-msgid "Executable content type not permitted to this channel."
-msgstr "Conteúdo de tipo executável não permitido para este canal."
+#: Zotlabs/Module/Settings/Multifactor.php:71
+msgid "You will only be able to enable MFA if the test passes"
+msgstr ""
-#: ../../mod/item.php:849
-msgid "System error. Post not saved."
-msgstr "Erro no sistema. A publicação não foi salva."
+#: Zotlabs/Module/Settings/Multifactor.php:75
+msgid "Congratulations, the provided code was correct"
+msgstr ""
-#: ../../mod/item.php:1317
-#, 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."
+#: Zotlabs/Module/Settings/Multifactor.php:76
+msgid "Incorrect code"
+msgstr ""
-#: ../../mod/item.php:1323
-#, php-format
-msgid "You have reached your limit of %1$.0f webpages."
-msgstr "Você atingiu o seu limite de %1$.0f páginas web."
+#: Zotlabs/Module/Settings/Multifactor.php:79
+#, fuzzy
+msgid "Enable Multi-Factor Authentication"
+msgstr "Não foi possível autenticar"
-#: ../../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]"
+#: Zotlabs/Module/Settings/Multifactor.php:81
+msgid "Logging in will require you to be in possession of your smartphone"
+msgstr ""
-#: ../../mod/layouts.php:62
-msgid "Help with this feature"
-msgstr "Ajuda com este recurso"
+#: Zotlabs/Module/Settings/Multifactor.php:84
+#, fuzzy
+msgid "Your account password"
+msgstr "Sua nova senha é"
-#: ../../mod/layouts.php:85
-msgid "Layout Name"
-msgstr "Nome do layout"
+#: Zotlabs/Module/Settings/Multifactor.php:86
+msgid "Test"
+msgstr ""
-#: ../../mod/like.php:15
-msgid "Like/Dislike"
-msgstr "Gostar/Desgostar"
+#: Zotlabs/Module/Settings/Network.php:42
+#: Zotlabs/Module/Settings/Channel_home.php:46
+msgid "Max height of content (in pixels)"
+msgstr ""
-#: ../../mod/like.php:20
-msgid "This action is restricted to members."
-msgstr "Esta ação é restrita a membros."
+#: Zotlabs/Module/Settings/Network.php:44
+#: Zotlabs/Module/Settings/Channel_home.php:48
+msgid "Click to expand content exceeding this height"
+msgstr ""
-#: ../../mod/like.php:21
-msgid ""
-"Please <a href=\"rmagic\">login with your Hubzilla ID</a> or <a "
-"href=\"register\">register as a new Redmatrix.member</a> to continue."
-msgstr "Por favor <a href=\"rmagic\">entre com sua ID da Hubzilla</a> ou <a href=\"register\">registre-se como um novo membro da Hubzilla</a> para continuar."
+#: Zotlabs/Module/Settings/Network.php:59
+#, fuzzy
+msgid "Stream Settings"
+msgstr "Configurações do site"
-#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142
-msgid "Invalid request."
-msgstr "Solicitação inválida."
+#: Zotlabs/Module/Settings/Events.php:40
+#, fuzzy
+msgid "Events Settings"
+msgstr "Configurações da conta"
-#: ../../mod/like.php:119
-msgid "thing"
-msgstr "coisa"
+#: Zotlabs/Module/Settings/Directory.php:40
+#, fuzzy
+msgid "Directory Settings"
+msgstr "Opções do Diretório"
-#: ../../mod/like.php:165
-msgid "Channel unavailable."
-msgstr "Canal não disponível."
+#: Zotlabs/Module/Settings/Conversation.php:23
+#, fuzzy
+msgid "Settings saved."
+msgstr "As configurações foram atualizadas."
-#: ../../mod/like.php:204
-msgid "Previous action reversed."
-msgstr "Ação anterior revertida."
+#: Zotlabs/Module/Settings/Conversation.php:25
+msgid "Settings saved. Reload page please."
+msgstr ""
-#: ../../mod/like.php:417
-msgid "Action completed."
-msgstr "Ação completada."
+#: Zotlabs/Module/Settings/Conversation.php:47
+#, fuzzy
+msgid "Conversation Settings"
+msgstr "Configurações de notificação"
-#: ../../mod/like.php:418
-msgid "Thank you."
-msgstr "Obrigado."
+#: Zotlabs/Module/Settings/Photos.php:40
+#, fuzzy
+msgid "Photos Settings"
+msgstr "Configurações da conta"
-#: ../../mod/lockview.php:31
-msgid "Remote privacy information not available."
-msgstr "Não existe informação disponível sobre a privacidade remota."
+#: Zotlabs/Module/Settings/Profiles.php:41
+msgid "Default profile for new contacts"
+msgstr ""
-#: ../../mod/lockview.php:52
-msgid "Visible to:"
-msgstr "Visível para:"
+#: Zotlabs/Module/Settings/Profiles.php:49
+#, fuzzy
+msgid "Profiles Settings"
+msgstr "Adicionar coisas ao perfil"
-#: ../../mod/viewconnections.php:58
-msgid "No connections."
-msgstr "Nenhuma conexão."
+#: Zotlabs/Module/Settings/Account.php:21
+msgid "Not valid email."
+msgstr "Não é um e-mail válido"
-#: ../../mod/viewconnections.php:71
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Ver o perfil de %s [%s]"
+#: Zotlabs/Module/Settings/Account.php:24
+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/viewconnections.php:86
-msgid "View Connnections"
-msgstr "Ver conexões"
+#: Zotlabs/Module/Settings/Account.php:33
+msgid "System failure storing new email. Please try again."
+msgstr "Falha do sistema ao armazenar novo e-mail. Por favor, tente novamente."
-#: ../../mod/lostpass.php:15
-msgid "No valid account found."
-msgstr "Não foi encontrada uma conta válida."
+#: Zotlabs/Module/Settings/Account.php:51
+#, fuzzy
+msgid "Password verification failed."
+msgstr "A senha foi modificada."
-#: ../../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."
+#: Zotlabs/Module/Settings/Account.php:58
+msgid "Passwords do not match. Password unchanged."
+msgstr "As senhas não correspondem. A senha não foi modificada."
-#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102
-#, php-format
-msgid "Site Member (%s)"
-msgstr "Membro do site (%s)"
+#: Zotlabs/Module/Settings/Account.php:62
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr "Não é permitido uma senha em branco. A senha não foi modificada."
-#: ../../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"
+#: Zotlabs/Module/Settings/Account.php:76
+msgid "Password changed."
+msgstr "A senha foi modificada."
-#: ../../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."
+#: Zotlabs/Module/Settings/Account.php:78
+msgid "Password update failed. Please try again."
+msgstr "Não foi possível atualizar a senha. Por favor, tente novamente."
-#: ../../mod/lostpass.php:85 ../../boot.php:1505
-msgid "Password Reset"
-msgstr "Reiniciar a senha"
+#: Zotlabs/Module/Settings/Account.php:103
+msgid "Account Settings"
+msgstr "Configurações da conta"
-#: ../../mod/lostpass.php:86
-msgid "Your password has been reset as requested."
-msgstr "Sua senha foi restaurada, conforme solicitado."
+#: Zotlabs/Module/Settings/Account.php:104
+#, fuzzy
+msgid "Current Password"
+msgstr "Senha"
-#: ../../mod/lostpass.php:87
-msgid "Your new password is"
+#: Zotlabs/Module/Settings/Account.php:105
+#, fuzzy
+msgid "Enter New Password"
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"
+#: Zotlabs/Module/Settings/Account.php:106
+#, fuzzy
+msgid "Confirm New Password"
+msgstr "Sua nova senha é"
-#: ../../mod/lostpass.php:89
-msgid "click here to login"
-msgstr "clique aqui para entrar"
+#: Zotlabs/Module/Settings/Account.php:106
+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/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."
+#: Zotlabs/Module/Settings/Account.php:108
+#, fuzzy
+msgid "Multi-Factor Authentication"
+msgstr "Autenticação remota"
-#: ../../mod/lostpass.php:107
+#: Zotlabs/Module/Settings/Account.php:109
+#, fuzzy
+msgid "DId2 or Email Address:"
+msgstr "Endereço de e-mail"
+
+#: Zotlabs/Module/Settings/Account.php:112
+msgid "Remove this account including all its channels"
+msgstr "Exclua esta conta, incluindo todos seus canais"
+
+#: Zotlabs/Module/Settings/Manage.php:41
+#, fuzzy
+msgid "Channel Manager Settings"
+msgstr "Configurações do canal"
+
+#: Zotlabs/Module/Settings/Display.php:125
#, php-format
-msgid "Your password has changed at %s"
-msgstr "Sua senha foi modificada em %s"
+msgid "%s - (Experimental)"
+msgstr "%s - (Experimental)"
-#: ../../mod/lostpass.php:122
-msgid "Forgot your Password?"
-msgstr "Esqueceu a sua senha?"
+#: Zotlabs/Module/Settings/Display.php:182
+msgid "Display Settings"
+msgstr "Configurações de exibição"
+
+#: Zotlabs/Module/Settings/Display.php:183
+#, fuzzy
+msgid "Theme Settings"
+msgstr "Configurações de tema"
+
+#: Zotlabs/Module/Settings/Display.php:184
+#, fuzzy
+msgid "Custom Theme Settings"
+msgstr "Configurações de tema"
+
+#: Zotlabs/Module/Settings/Display.php:185
+#, fuzzy
+msgid "Content Settings"
+msgstr "Configurações da conta"
+
+#: Zotlabs/Module/Settings/Display.php:191
+msgid "Display Theme:"
+msgstr "Tema do perfil:"
-#: ../../mod/lostpass.php:123
+#: Zotlabs/Module/Settings/Display.php:192
+#, fuzzy
+msgid "Select scheme"
+msgstr "Selecionar"
+
+#: Zotlabs/Module/Settings/Display.php:194
+msgid "Preload images before rendering the page"
+msgstr ""
+
+#: Zotlabs/Module/Settings/Display.php:194
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."
+"The subjective page load time will be longer but the page will be ready when "
+"displayed"
+msgstr ""
-#: ../../mod/lostpass.php:124
-msgid "Email Address"
-msgstr "Endereço de e-mail"
+#: Zotlabs/Module/Settings/Display.php:195
+msgid "Enable user zoom on mobile devices"
+msgstr "Permitir zoom pelo usuário em dispositivos móveis"
-#: ../../mod/lostpass.php:125
-msgid "Reset"
-msgstr "Restaurar"
+#: Zotlabs/Module/Settings/Display.php:196
+msgid "Update browser every xx seconds"
+msgstr "Atualizar navegador a cada xx segundos"
-#: ../../mod/magic.php:70
-msgid "Hub not found."
-msgstr "O hub não foi encontrado."
+#: Zotlabs/Module/Settings/Display.php:196
+msgid "Minimum of 10 seconds, no maximum"
+msgstr "Mínimo de 10 segundos, sem máximo"
-#: ../../mod/vote.php:97
-msgid "Total votes"
-msgstr "Votos totais"
+#: Zotlabs/Module/Settings/Display.php:197
+msgid "Maximum number of conversations to load at any time:"
+msgstr "Número máximo permitido de conversas carregadas:"
-#: ../../mod/vote.php:98
-msgid "Average Rating"
-msgstr "Média das avaliações"
+#: Zotlabs/Module/Settings/Display.php:197
+msgid "Maximum of 30 items"
+msgstr ""
-#: ../../mod/mail.php:33
-msgid "Unable to lookup recipient."
-msgstr "Não foi possível encontrar o destinatário."
+#: Zotlabs/Module/Settings/Display.php:198
+msgid "Show emoticons (smilies) as images"
+msgstr "Mostrar emoticons (smilies) como imagens"
-#: ../../mod/mail.php:41
-msgid "Unable to communicate with requested channel."
-msgstr "Não foi possível comunicar com o canal solicitado."
+#: Zotlabs/Module/Settings/Display.php:199
+msgid "Link post titles to source"
+msgstr "Ligar o título dos posts à fonte"
-#: ../../mod/mail.php:48
-msgid "Cannot verify requested channel."
-msgstr "Não foi possível verificar o canal requisitado."
+#: Zotlabs/Module/Settings/Display.php:201
+msgid "Display new member quick links menu"
+msgstr ""
-#: ../../mod/mail.php:74
-msgid "Selected channel has private message restrictions. Send failed."
-msgstr "O canal solicitado tem restrições a mensagens privadas. Falha no envio."
+#: Zotlabs/Module/Settings/Features.php:45
+msgid "Additional Features"
+msgstr "Recursos adicionais"
-#: ../../mod/mail.php:121 ../../mod/message.php:31
-msgid "Messages"
-msgstr "Mensagens"
+#: Zotlabs/Module/Settings/Channel.php:105
+#: Zotlabs/Module/Settings/Channel.php:217
+#, fuzzy
+msgid "Please select a channel role"
+msgstr "Pode ver o perfil padrão do meu canal"
-#: ../../mod/mail.php:132
-msgid "Message deleted."
-msgstr "A mensagem foi excluída."
+#: Zotlabs/Module/Settings/Channel.php:150 Zotlabs/Module/Defperms.php:111
+#: extend/addon/addons-official/rendezvous/rendezvous.php:82
+#: extend/addon/addons-official/xmpp/xmpp.php:54
+#: extend/addon/addons-official/twitter/twitter.php:493
+#: extend/addon/addons-official/piwik/piwik.php:116
+#: extend/addon/addons-official/msgfooter/msgfooter.php:54
+#: extend/addon/addons-official/logrot/logrot.php:54
+#: extend/addon/addons-official/openstreetmap/openstreetmap.php:171
+#: extend/addon/addons-official/diaspora/diaspora.php:108
+#: extend/addon/addons-official/faces/faces.php:291
+msgid "Settings updated."
+msgstr "As configurações foram atualizadas."
-#: ../../mod/mail.php:149
-msgid "Message recalled."
-msgstr "Mensagem retirada."
+#: Zotlabs/Module/Settings/Channel.php:194
+msgid "Your channel address is"
+msgstr "O endereço do seu canal é"
-#: ../../mod/mail.php:215
-msgid "Send Private Message"
-msgstr "Enviar mensagem privada"
+#: Zotlabs/Module/Settings/Channel.php:197
+msgid "Your files/photos are accessible via WebDAV at"
+msgstr ""
-#: ../../mod/mail.php:216 ../../mod/mail.php:333
-msgid "To:"
-msgstr "Para:"
+#: Zotlabs/Module/Settings/Channel.php:228
+msgid "Channel Settings"
+msgstr "Configurações do canal"
-#: ../../mod/mail.php:221 ../../mod/mail.php:335
-msgid "Subject:"
-msgstr "Assunto:"
+#: Zotlabs/Module/Settings/Channel.php:233 Zotlabs/Module/New_channel.php:178
+#, fuzzy
+msgid "Channel role"
+msgstr "Nome do canal"
-#: ../../mod/mail.php:232
-msgid "Send"
-msgstr "Enviar"
+#: Zotlabs/Module/Settings/Channel.php:235
+msgid "Basic Settings"
+msgstr "Configurações básicas"
-#: ../../mod/mail.php:259
-msgid "Message not found."
-msgstr "Mensagem não encontrada."
+#: Zotlabs/Module/Settings/Channel.php:236
+#, fuzzy
+msgid "Channel timezone:"
+msgstr "Nome do canal"
-#: ../../mod/mail.php:302 ../../mod/message.php:72
-msgid "Delete message"
-msgstr "Excluir a mensagem"
+#: Zotlabs/Module/Settings/Channel.php:237
+msgid "Default post location:"
+msgstr ""
-#: ../../mod/mail.php:303
-msgid "Recall message"
-msgstr "Retirar mensagem"
+#: Zotlabs/Module/Settings/Channel.php:237
+msgid "Geographical location to display on your posts"
+msgstr "Localização geográfica para exibir em suas publicações"
-#: ../../mod/mail.php:305
-msgid "Message has been recalled."
-msgstr "A mensagem foi retirada."
+#: Zotlabs/Module/Settings/Channel.php:238
+msgid "Use browser location"
+msgstr ""
-#: ../../mod/mail.php:322
-msgid "Private Conversation"
-msgstr "Conversa privada"
+#: Zotlabs/Module/Settings/Channel.php:239
+#, fuzzy
+msgid "Adult content"
+msgstr "Exportar conteúdo"
-#: ../../mod/mail.php:326
-msgid "Delete conversation"
-msgstr "Excluir conversa"
+#: Zotlabs/Module/Settings/Channel.php:239
+msgid "This channel frequently or regularly publishes adult content"
+msgstr ""
-#: ../../mod/mail.php:328
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Comunicação segura indisponível. Você <strong>talvez</strong> consiga responder pela página de perfil do remetente."
+#: Zotlabs/Module/Settings/Channel.php:240
+msgid "Maximum Friend Requests/Day:"
+msgstr "Número máximo de requisições de amizade por dia:"
-#: ../../mod/mail.php:332
-msgid "Send Reply"
-msgstr "Enviar resposta"
+#: Zotlabs/Module/Settings/Channel.php:240
+msgid "May reduce spam activity"
+msgstr "Pode reduzir a frequência de spam"
-#: ../../mod/manage.php:136
-#, php-format
-msgid "You have created %1$.0f of %2$.0f allowed channels."
-msgstr "Você criou %1$.0f de %2$.0f canais permitidos."
+#: Zotlabs/Module/Settings/Channel.php:242
+msgid "By default post a status message when:"
+msgstr "Por padrão, publicar uma mensagem de status quando:"
-#: ../../mod/manage.php:144
-msgid "Create a new channel"
-msgstr "Criar um novo canal"
+#: Zotlabs/Module/Settings/Channel.php:243
+msgid "accepting a friend request"
+msgstr "aceitar um pedido de amizade"
-#: ../../mod/manage.php:149
-msgid "Current Channel"
-msgstr "Canal atual"
+#: Zotlabs/Module/Settings/Channel.php:244
+msgid "joining a forum/community"
+msgstr "associar-se a um fórum/comunidade"
-#: ../../mod/manage.php:151
-msgid "Attach to one of your channels by selecting it."
-msgstr "Selecione um dos seus canais para utilizá-lo."
+#: Zotlabs/Module/Settings/Channel.php:245
+msgid "making an <em>interesting</em> profile change"
+msgstr "modificar algo <em>interessante</em> em seu perfil"
-#: ../../mod/manage.php:152
-msgid "Default Channel"
-msgstr "Canal padrão"
+#: Zotlabs/Module/Settings/Channel.php:246
+msgid "Send a notification email when:"
+msgstr "Enviar um e-mail de notificação quando:"
-#: ../../mod/manage.php:153
-msgid "Make Default"
-msgstr "Tornar padrão"
+#: Zotlabs/Module/Settings/Channel.php:247
+msgid "You receive a connection request"
+msgstr "Você recebe uma solicitação de conexão"
-#: ../../mod/wall_upload.php:34
-msgid "Wall Photos"
-msgstr "Fotos do mural"
+#: Zotlabs/Module/Settings/Channel.php:248
+msgid "Your connections are confirmed"
+msgstr "Suas conexões são confirmadas"
-#: ../../mod/match.php:16
-msgid "Profile Match"
-msgstr "Correspondência de perfil"
+#: Zotlabs/Module/Settings/Channel.php:249
+msgid "Someone writes on your profile wall"
+msgstr "Alguém escrever no mural do seu 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."
+#: Zotlabs/Module/Settings/Channel.php:250
+msgid "Someone writes a followup comment"
+msgstr "Alguém comenta uma publicação"
-#: ../../mod/match.php:61
-msgid "is interested in:"
-msgstr "se interessa por:"
+#: Zotlabs/Module/Settings/Channel.php:251
+msgid "You receive a private message"
+msgstr "Você recebeu uma mensagem privada"
-#: ../../mod/match.php:69
-msgid "No matches"
-msgstr "Nenhuma correspondência"
+#: Zotlabs/Module/Settings/Channel.php:252
+msgid "You receive a friend suggestion"
+msgstr "Você recebe uma sugestão de amizade"
-#: ../../mod/menu.php:21
-msgid "Menu updated."
-msgstr "Menu atualizado."
+#: Zotlabs/Module/Settings/Channel.php:253
+msgid "You are tagged in a post"
+msgstr "Você é mencionado num post"
-#: ../../mod/menu.php:25
-msgid "Unable to update menu."
-msgstr "Não foi possível atualizar o menu."
+#: Zotlabs/Module/Settings/Channel.php:254
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Você foi cutucado/espetado/etc. numa publicação"
-#: ../../mod/menu.php:30
-msgid "Menu created."
-msgstr "O menu foi criado."
+#: Zotlabs/Module/Settings/Channel.php:255
+#, fuzzy
+msgid "Someone likes your post/comment"
+msgstr "Alguém comenta uma publicação"
-#: ../../mod/menu.php:34
-msgid "Unable to create menu."
-msgstr "Não foi possível criar o menu."
+#: Zotlabs/Module/Settings/Channel.php:256
+msgid "Show visual notifications including:"
+msgstr "Exibir notificações visuais incluindo:"
-#: ../../mod/menu.php:57
-msgid "Manage Menus"
-msgstr "Administrar menus"
+#: Zotlabs/Module/Settings/Channel.php:257
+#, fuzzy
+msgid "Unseen stream activity"
+msgstr "Atividade não vista no canal"
-#: ../../mod/menu.php:60
-msgid "Drop"
-msgstr "Descartar"
+#: Zotlabs/Module/Settings/Channel.php:258
+msgid "Unseen channel activity"
+msgstr "Atividade não vista no canal"
-#: ../../mod/menu.php:62
-msgid "Create a new menu"
-msgstr "Criar um novo menu"
+#: Zotlabs/Module/Settings/Channel.php:259
+msgid "Unseen private messages"
+msgstr "Mensagens privadas não vistas"
-#: ../../mod/menu.php:63
-msgid "Delete this menu"
-msgstr "Deletar este menu"
+#: Zotlabs/Module/Settings/Channel.php:259
+#: Zotlabs/Module/Settings/Channel.php:264
+#: Zotlabs/Module/Settings/Channel.php:265
+#: Zotlabs/Module/Settings/Channel.php:266
+msgid "Recommended"
+msgstr "Recomendado"
-#: ../../mod/menu.php:64 ../../mod/menu.php:109
-msgid "Edit menu contents"
-msgstr "Editar os conteúdos do menu"
+#: Zotlabs/Module/Settings/Channel.php:260
+msgid "Upcoming events"
+msgstr "Eventos próximos"
-#: ../../mod/menu.php:65
-msgid "Edit this menu"
-msgstr "Editar este menu"
+#: Zotlabs/Module/Settings/Channel.php:261
+msgid "Events today"
+msgstr "Eventos hoje"
-#: ../../mod/menu.php:80
-msgid "New Menu"
-msgstr "Novo menu"
+#: Zotlabs/Module/Settings/Channel.php:262
+msgid "Upcoming birthdays"
+msgstr "Aniversários próximos"
-#: ../../mod/menu.php:81 ../../mod/menu.php:110
-msgid "Menu name"
-msgstr "Nome do menu"
+#: Zotlabs/Module/Settings/Channel.php:262
+msgid "Not available in all themes"
+msgstr "Não disponível em todos os temas"
-#: ../../mod/menu.php:81 ../../mod/menu.php:110
-msgid "Must be unique, only seen by you"
-msgstr "Deve ser único, exibido somente para você"
+#: Zotlabs/Module/Settings/Channel.php:263
+msgid "System (personal) notifications"
+msgstr "Notificações de sistema (pessoais)"
-#: ../../mod/menu.php:82 ../../mod/menu.php:111
-msgid "Menu title"
-msgstr "Título do menu"
+#: Zotlabs/Module/Settings/Channel.php:264
+msgid "System info messages"
+msgstr "Mensagens de informação do sistema"
-#: ../../mod/menu.php:82 ../../mod/menu.php:111
-msgid "Menu title as seen by others"
-msgstr "Título do menu quando visto por outros"
+#: Zotlabs/Module/Settings/Channel.php:265
+msgid "System critical alerts"
+msgstr "Alertas críticos do sistema"
-#: ../../mod/menu.php:83 ../../mod/menu.php:112
-msgid "Allow bookmarks"
-msgstr "Habilitar links guardados"
+#: Zotlabs/Module/Settings/Channel.php:266
+msgid "New connections"
+msgstr "Novas conexões"
-#: ../../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"
+#: Zotlabs/Module/Settings/Channel.php:267
+msgid "System Registrations"
+msgstr "Registros no sistema"
-#: ../../mod/menu.php:98
-msgid "Menu deleted."
-msgstr "Menu deletado."
+#: Zotlabs/Module/Settings/Channel.php:268
+msgid "Unseen shared files"
+msgstr ""
-#: ../../mod/menu.php:100
-msgid "Menu could not be deleted."
-msgstr "Não foi possível deletar o menu."
+#: Zotlabs/Module/Settings/Channel.php:269
+#, fuzzy
+msgid "Unseen public stream activity"
+msgstr "Atividade não vista no canal"
-#: ../../mod/menu.php:106
-msgid "Edit Menu"
-msgstr "Editar menu"
+#: Zotlabs/Module/Settings/Channel.php:270
+msgid "Unseen likes and dislikes"
+msgstr ""
-#: ../../mod/menu.php:108
-msgid "Add or remove entries to this menu"
-msgstr "Adicionar ou remover entradas deste menu"
+#: Zotlabs/Module/Settings/Channel.php:271
+msgid "Unseen forum posts"
+msgstr ""
+
+#: Zotlabs/Module/Settings/Channel.php:272
+msgid "Email notification hub (hostname)"
+msgstr ""
-#: ../../mod/message.php:41
-msgid "Conversation removed."
-msgstr "A conversa foi removida."
+#: Zotlabs/Module/Settings/Channel.php:272
+#, php-format
+msgid ""
+"If your channel is mirrored to multiple hubs, set this to your preferred "
+"location. This will prevent duplicate email notifications. Example: %s"
+msgstr ""
-#: ../../mod/message.php:56
-msgid "No messages."
-msgstr "Nenhuma mensagem."
+#: Zotlabs/Module/Settings/Channel.php:273
+msgid "Show new wall posts, private messages and connections under Notices"
+msgstr ""
-#: ../../mod/message.php:74
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: Zotlabs/Module/Settings/Channel.php:274
+msgid "Mark all notices of the thread read if a notice is clicked"
+msgstr ""
-#: ../../mod/new_channel.php:109
-msgid "Add a Channel"
-msgstr "Adicionar um canal"
+#: Zotlabs/Module/Settings/Channel.php:274
+msgid "If no, only the clicked notice will be marked read"
+msgstr ""
-#: ../../mod/new_channel.php:110
+#: Zotlabs/Module/Settings/Channel.php:275
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 temáticos, páginas de personalidades, e muito mais. Você pode criar tantos canais quanto o provedor de serviço permita."
+"Desktop notifications are unavailable because the required browser "
+"permission has not been granted"
+msgstr ""
-#: ../../mod/new_channel.php:113
-msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
-msgstr "Exemplos: \"Maria Caiouá\", \"Roberto Salinas\", \"Elis e sua banda\", \"Futebol de salão\", \"Fanáticos por aeromodelismo\""
+#: Zotlabs/Module/Settings/Channel.php:276
+#, fuzzy
+msgid "Grant permission"
+msgstr "Permissões do item do menu"
-#: ../../mod/new_channel.php:114
-msgid "Choose a short nickname"
-msgstr "Escolha um apelido curto"
+#: Zotlabs/Module/Settings/Channel.php:277
+msgid "Notify me of events this many days in advance"
+msgstr "Notifique-me de eventos adiante esse número de dias"
+
+#: Zotlabs/Module/Settings/Channel.php:277
+msgid "Must be greater than 0"
+msgstr "Deve ser maior que 0"
+
+#: Zotlabs/Module/Settings/Channel.php:280
+msgid "Default photo upload folder"
+msgstr ""
+
+#: Zotlabs/Module/Settings/Channel.php:280
+#: Zotlabs/Module/Settings/Channel.php:281
+msgid "%Y - current year, %m - current month"
+msgstr ""
+
+#: Zotlabs/Module/Settings/Channel.php:281
+msgid "Default file upload folder"
+msgstr ""
+
+#: Zotlabs/Module/Settings/Channel.php:282 Zotlabs/Module/Removeme.php:60
+#: Zotlabs/Module/Removeme.php:64
+msgid "Remove Channel"
+msgstr "Remover canal"
+
+#: Zotlabs/Module/Settings/Channel.php:283
+msgid "Remove this channel."
+msgstr "Remover este canal"
+
+#: Zotlabs/Module/Settings/Channel.php:284
+msgid "Expire other channel content after this many days"
+msgstr "Expirar outros conteúdos do canal após este número de dias"
+
+#: Zotlabs/Module/Settings/Channel.php:284
+msgid "0 or blank to use the website limit."
+msgstr ""
+
+#: Zotlabs/Module/Settings/Channel.php:284
+#, php-format
+msgid "This website expires after %d days."
+msgstr ""
+
+#: Zotlabs/Module/Settings/Channel.php:284
+msgid "This website does not expire imported content."
+msgstr ""
+
+#: Zotlabs/Module/Settings/Channel.php:284
+msgid "The website limit takes precedence if lower than your limit."
+msgstr ""
+
+#: Zotlabs/Module/Settings/Channel.php:285
+#: Zotlabs/Module/Settings/Channel.php:286
+msgid ""
+"Words one per line or #tags, $categories, /patterns/, lang=xx, lang!=xx - "
+"leave blank to import all posts"
+msgstr ""
+
+#: Zotlabs/Module/Settings/Channel_home.php:61
+msgid "Personal menu to display in your channel pages"
+msgstr "Menu pessoal para exibir nas páginas dos seus canais"
+
+#: Zotlabs/Module/Settings/Channel_home.php:88
+#, fuzzy
+msgid "Channel Home Settings"
+msgstr "Configurações do canal"
+
+#: Zotlabs/Module/Settings/Editor.php:40
+#, fuzzy
+msgid "Editor Settings"
+msgstr "Configurações do site"
+
+#: Zotlabs/Module/Settings/Featured.php:25
+msgid "No feature settings configured"
+msgstr "Não foi definida nenhuma configuração do recurso"
+
+#: Zotlabs/Module/Settings/Featured.php:34
+#, fuzzy
+msgid "Addon Settings"
+msgstr "Configurações da conta"
+
+#: Zotlabs/Module/Settings/Featured.php:35
+msgid "Please save/submit changes to any panel before opening another."
+msgstr ""
+
+#: Zotlabs/Module/Defperms.php:252
+msgid "Connection Default Permissions"
+msgstr "Permissões padrão para conexões"
-#: ../../mod/new_channel.php:115
+#: Zotlabs/Module/Defperms.php:253
+msgid "Apply these permissions automatically"
+msgstr ""
+
+#: Zotlabs/Module/Defperms.php:253
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."
+"If enabled, connection requests will be approved without your interaction"
+msgstr ""
-#: ../../mod/new_channel.php:116
-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"
+#: Zotlabs/Module/Defperms.php:254
+#, fuzzy
+msgid "Permission role"
+msgstr "Permissão negada"
-#: ../../mod/new_channel.php:118
-msgid "Channel Type"
-msgstr "Tipo de canal"
+#: Zotlabs/Module/Defperms.php:255
+#, fuzzy
+msgid "Add permission role"
+msgstr "Permissão negada"
-#: ../../mod/new_channel.php:119
+#: Zotlabs/Module/Defperms.php:259 Zotlabs/Module/Connedit.php:700
msgid ""
-"Please choose a channel type (such as social networking or community forum) "
-"and privacy requirements so we can select the best permissions for you"
-msgstr "Por favor, escolha um tipo de canal (por exemplo rede social ou fórum de comunidade) e requisito de privacidade, para que possamos configurar as melhores permissões para você"
+"The permissions indicated on this page will be applied to all new "
+"connections."
+msgstr ""
-#: ../../mod/home.php:46
-msgid "Hubzilla - &quot;The Network&quot;"
-msgstr "Hubzilla - &quot;A Rede&quot;"
+#: Zotlabs/Module/Defperms.php:260
+msgid "Automatic approval settings"
+msgstr ""
-#: ../../mod/home.php:101
-#, php-format
-msgid "Welcome to %s"
-msgstr "Bem-vindo(a) a %s"
+#: Zotlabs/Module/Defperms.php:263
+msgid "My Settings"
+msgstr "Minhas configurações"
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Identificador de solicitação inválido"
+#: Zotlabs/Module/Defperms.php:266 Zotlabs/Module/Connedit.php:720
+msgid "Individual Permissions"
+msgstr "Permissões individuais"
-#: ../../mod/notifications.php:35
-msgid "Discard"
-msgstr "Descartar"
+#: Zotlabs/Module/Defperms.php:267
+msgid ""
+"Some individual permissions may have been preset or locked based on your "
+"channel type and privacy settings."
+msgstr ""
-#: ../../mod/notifications.php:94 ../../mod/notify.php:53
-msgid "No more system notifications."
-msgstr "Sem novas notificações do sistema."
+#: Zotlabs/Module/New_channel.php:159
+msgid "Your real name is recommended."
+msgstr ""
-#: ../../mod/notifications.php:98 ../../mod/notify.php:57
-msgid "System Notifications"
-msgstr "Notificações do sistema"
+#: Zotlabs/Module/New_channel.php:160
+msgid ""
+"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation "
+"Group\""
+msgstr ""
-#: ../../mod/oexchange.php:23
-msgid "Unable to find your hub."
-msgstr "Não foi possível localizar seu hub."
+#: Zotlabs/Module/New_channel.php:165
+msgid ""
+"This will be used to create a unique network address (like an email address)."
+msgstr ""
-#: ../../mod/oexchange.php:37
-msgid "Post successful."
-msgstr "Publicado com sucesso."
+#: Zotlabs/Module/New_channel.php:167
+msgid "Allowed characters are a-z 0-9, - and _"
+msgstr ""
-#: ../../mod/zfinger.php:23
-msgid "invalid target signature"
-msgstr "assinatura do destino inválida"
+#: Zotlabs/Module/New_channel.php:175
+#, fuzzy
+msgid "Channel name"
+msgstr "Nome do canal"
-#: ../../mod/openid.php:26
-msgid "OpenID protocol error. No ID returned."
-msgstr "Erro do protocolo OpenID. Nenhuma ID retornada."
+#: Zotlabs/Module/New_channel.php:181
+#, fuzzy
+msgid "Create a Channel"
+msgstr "Criar um novo canal"
+
+#: Zotlabs/Module/New_channel.php:182
+msgid ""
+"A channel is a unique network identity. It can represent a person (social "
+"network profile), a forum (group), a business or celebrity page, a newsfeed, "
+"and many other things."
+msgstr ""
+
+#: Zotlabs/Module/New_channel.php:183
+msgid ""
+"or <a href=\"import\">import an existing channel</a> from another location."
+msgstr ""
+
+#: Zotlabs/Module/New_channel.php:188
+msgid "Validate"
+msgstr ""
-#: ../../mod/appman.php:28 ../../mod/appman.php:44
+#: Zotlabs/Module/Channel.php:219
+msgid "Insufficient permissions. Request redirected to profile page."
+msgstr ""
+"Permissões insuficientes. Requisição redirecionada para a página de perfil."
+
+#: Zotlabs/Module/Lang.php:20
+msgid "Language App"
+msgstr ""
+
+#: Zotlabs/Module/Appman.php:39 Zotlabs/Module/Appman.php:56
msgid "App installed."
msgstr "Aplicativo instalado"
-#: ../../mod/appman.php:37
+#: Zotlabs/Module/Appman.php:49
msgid "Malformed app."
msgstr "Aplicativo malformado."
-#: ../../mod/appman.php:80
+#: Zotlabs/Module/Appman.php:208
msgid "Embed code"
msgstr "Embarcar código"
-#: ../../mod/appman.php:86
+#: Zotlabs/Module/Appman.php:213
msgid "Edit App"
msgstr "Edite aplicativos"
-#: ../../mod/appman.php:86
+#: Zotlabs/Module/Appman.php:213
msgid "Create App"
msgstr "Criar aplicativo"
-#: ../../mod/appman.php:91
+#: Zotlabs/Module/Appman.php:218
msgid "Name of app"
msgstr "Nome do aplicativo"
-#: ../../mod/appman.php:92
+#: Zotlabs/Module/Appman.php:219
msgid "Location (URL) of app"
msgstr "Endereço (URL) do aplicativo"
-#: ../../mod/appman.php:94
+#: Zotlabs/Module/Appman.php:221
msgid "Photo icon URL"
msgstr "URL da foto de ícone"
-#: ../../mod/appman.php:94
+#: Zotlabs/Module/Appman.php:221
msgid "80 x 80 pixels - optional"
msgstr "80 x 80 pixels - opcional"
-#: ../../mod/appman.php:95
+#: Zotlabs/Module/Appman.php:222
+#, fuzzy
+msgid "Categories (optional, comma separated list)"
+msgstr "categorias (opcional, lista separada por vírgulas)"
+
+#: Zotlabs/Module/Appman.php:223
msgid "Version ID"
msgstr "ID da versão"
-#: ../../mod/appman.php:96
+#: Zotlabs/Module/Appman.php:224
msgid "Price of app"
msgstr "Preço do aplicativo"
-#: ../../mod/appman.php:97
+#: Zotlabs/Module/Appman.php:225
msgid "Location (URL) to purchase app"
msgstr "Endereço (URL) para comprar o aplicativo"
-#: ../../mod/ping.php:263
-msgid "sent you a private message"
-msgstr "lhe enviou uma mensagem privada"
+#: Zotlabs/Module/Editlayout.php:137
+msgid "Edit Layout"
+msgstr "Editar layout"
-#: ../../mod/ping.php:314
-msgid "added your channel"
-msgstr "adicionou seu canal"
+#: Zotlabs/Module/Acl.php:370
+msgid "network"
+msgstr "+ rede"
-#: ../../mod/ping.php:355
-msgid "posted an event"
-msgstr "publicou um evento"
+#: Zotlabs/Module/Tagrm.php:48 Zotlabs/Module/Tagrm.php:98
+msgid "Tag removed"
+msgstr "A etiqueta foi removida"
-#: ../../mod/network.php:91
-msgid "No such group"
-msgstr "Este grupo não existe"
+#: Zotlabs/Module/Tagrm.php:123
+msgid "Remove Item Tag"
+msgstr "Remover a etiqueta de item"
-#: ../../mod/network.php:129
-msgid "No such channel"
-msgstr "Nenhum canal"
+#: Zotlabs/Module/Tagrm.php:125
+msgid "Select a tag to remove: "
+msgstr "Selecione uma etiqueta para remover: "
-#: ../../mod/network.php:143
-msgid "Search Results For:"
+#: Zotlabs/Module/Pdledit.php:27
+msgid "Layout updated."
+msgstr "Layout atualizado."
+
+#: Zotlabs/Module/Pdledit.php:55 Zotlabs/Module/Pdledit.php:129
+msgid "Edit System Page Description"
+msgstr "Editar descrição de página do sistema"
+
+#: Zotlabs/Module/Pdledit.php:76 Zotlabs/Module/Pdledit.php:93
+#, fuzzy
+msgid "(modified)"
+msgstr "Última modificação"
+
+#: Zotlabs/Module/Pdledit.php:124
+msgid "Layout not found."
+msgstr "Layout não encontrado."
+
+#: Zotlabs/Module/Pdledit.php:130
+msgid "Module Name:"
+msgstr "Nome do módulo:"
+
+#: Zotlabs/Module/Pdledit.php:131
+msgid "Layout Help"
+msgstr "Ajuda de layout"
+
+#: Zotlabs/Module/Pdledit.php:132
+#, fuzzy
+msgid "Edit another layout"
+msgstr "Editar layout"
+
+#: Zotlabs/Module/Pdledit.php:133
+#, fuzzy
+msgid "System layout"
+msgstr "aparência da página"
+
+#: Zotlabs/Module/Connect.php:65 Zotlabs/Module/Connect.php:118
+msgid "Continue"
+msgstr "Continuar"
+
+#: Zotlabs/Module/Connect.php:99
+msgid "Premium Channel Setup"
+msgstr "Configuração de canal premium"
+
+#: Zotlabs/Module/Connect.php:101
+msgid "Enable premium channel connection restrictions"
+msgstr "Habilitar restrições de canal premium para conexão"
+
+#: Zotlabs/Module/Connect.php:102
+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."
+
+#: Zotlabs/Module/Connect.php:104 Zotlabs/Module/Connect.php:124
+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:"
+
+#: Zotlabs/Module/Connect.php:105
+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:"
+
+#: Zotlabs/Module/Connect.php:106 Zotlabs/Module/Connect.php:127
+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."
+
+#: Zotlabs/Module/Connect.php:115
+msgid "(No specific instructions have been provided by the channel owner.)"
+msgstr "(Nenhuma instrução foi especificada pelo dono do canal.)"
+
+#: Zotlabs/Module/Connect.php:123
+msgid "Restricted or Premium Channel"
+msgstr "Canal restrito ou premium"
+
+#: Zotlabs/Module/Filer.php:53
+#, fuzzy
+msgid "Enter a folder name"
+msgstr "Ou digite o nome para uma nova pasta de links"
+
+#: Zotlabs/Module/Filer.php:53
+#, fuzzy
+msgid "or select an existing folder (doubleclick)"
+msgstr "ou escolha um já existente (duplo clique)"
+
+#: Zotlabs/Module/Editwebpage.php:139
+#, fuzzy
+msgid "Page link"
+msgstr "Link da página"
+
+#: Zotlabs/Module/Editwebpage.php:166
+msgid "Edit Webpage"
+msgstr "Editar página web"
+
+#: Zotlabs/Module/Search.php:250
+#, php-format
+msgid "Items tagged with: %s"
+msgstr ""
+
+#: Zotlabs/Module/Search.php:252
+#, fuzzy, php-format
+msgid "Search results for: %s"
msgstr "Resultados da busca por:"
-#: ../../mod/network.php:198
-msgid "Collection is empty"
-msgstr "A coleção está vazia"
+#: Zotlabs/Module/Email_resend.php:30
+msgid "Email verification resent"
+msgstr ""
-#: ../../mod/network.php:207
-msgid "Collection: "
-msgstr "Coleção:"
+#: Zotlabs/Module/Email_resend.php:33
+msgid "Unable to resend email verification message."
+msgstr ""
-#: ../../mod/network.php:226
-msgid "Connection: "
-msgstr "Conexão:"
+#: Zotlabs/Module/Page.php:174
+msgid ""
+"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
+"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, "
+"quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
+"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
+"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
+"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+msgstr ""
-#: ../../mod/network.php:233
-msgid "Invalid connection."
-msgstr "Conexão inválida."
+#: Zotlabs/Module/Cover_photo.php:85 Zotlabs/Module/Profile_photo.php:128
+msgid "Image uploaded but image cropping failed."
+msgstr "A imagem foi enviada, mas não foi possível cortá-la."
-#: ../../mod/page.php:122
-msgid "Ipsum Lorem"
-msgstr "Ipsum Lorem"
+#: Zotlabs/Module/Cover_photo.php:196 Zotlabs/Module/Cover_photo.php:254
+#, fuzzy
+msgid "Cover Photos"
+msgstr "Fotos do perfil"
-#: ../../mod/bookmarks.php:38
-msgid "Bookmark added"
-msgstr "O link foi guardado"
+#: Zotlabs/Module/Cover_photo.php:212 Zotlabs/Module/Profile_photo.php:184
+msgid "Image resize failed."
+msgstr "Falha ao modificar o tamanho da imagem."
+
+#: Zotlabs/Module/Cover_photo.php:265 Zotlabs/Module/Profile_photo.php:350
+msgid "Image upload failed."
+msgstr "Não foi possível enviar a imagem."
-#: ../../mod/bookmarks.php:60
-msgid "My Bookmarks"
-msgstr "Meus links guardados"
+#: Zotlabs/Module/Cover_photo.php:282 Zotlabs/Module/Profile_photo.php:370
+msgid "Unable to process image."
+msgstr "Não foi possível processar a imagem."
-#: ../../mod/bookmarks.php:71
-msgid "My Connections Bookmarks"
-msgstr "Links guardados das minhas conexões"
+#: Zotlabs/Module/Cover_photo.php:367 Zotlabs/Module/Cover_photo.php:382
+#: Zotlabs/Module/Profile_photo.php:432 Zotlabs/Module/Profile_photo.php:497
+msgid "Photo not available."
+msgstr "A foto não está disponível."
-#: ../../mod/channel.php:97
-msgid "Insufficient permissions. Request redirected to profile page."
-msgstr "Permissões insuficientes. Requisição redirecionada para a página de perfil."
+#: Zotlabs/Module/Cover_photo.php:418
+#, fuzzy
+msgid "Your cover photo may be visible to anybody on the internet"
+msgstr "Visívil para todos na internet."
+
+#: Zotlabs/Module/Cover_photo.php:420
+msgid "Upload File:"
+msgstr "Enviar arquivo:"
+
+#: Zotlabs/Module/Cover_photo.php:421
+msgid "Select a profile:"
+msgstr "Selecione um perfil:"
+
+#: Zotlabs/Module/Cover_photo.php:422
+#, fuzzy
+msgid "Change Cover Photo"
+msgstr "Fotos Grandes"
+
+#: Zotlabs/Module/Cover_photo.php:426 Zotlabs/Module/Cover_photo.php:427
+#: Zotlabs/Module/Profile_photo.php:551 Zotlabs/Module/Profile_photo.php:552
+msgid "Use a photo from your albums"
+msgstr ""
+
+#: Zotlabs/Module/Cover_photo.php:432 Zotlabs/Module/Profile_photo.php:557
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:402
+msgid "Choose a different album"
+msgstr ""
-#: ../../mod/suggest.php:35
+#: Zotlabs/Module/Cover_photo.php:438
+#, fuzzy
+msgid "Select existing photo"
+msgstr "Excluir a foto"
+
+#: Zotlabs/Module/Cover_photo.php:455 Zotlabs/Module/Profile_photo.php:581
+msgid "Crop Image"
+msgstr "Cortar a imagem"
+
+#: Zotlabs/Module/Cover_photo.php:456 Zotlabs/Module/Profile_photo.php:582
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Por favor, ajuste o corte da imagem para a melhor visualização."
+
+#: Zotlabs/Module/Cover_photo.php:458
+msgid "Done Editing"
+msgstr "Encerrar a edição"
+
+#: Zotlabs/Module/Profile_photo.php:268
+#: extend/addon/addons-official/openclipatar/openclipatar.php:299
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."
+"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, "
+
+#: Zotlabs/Module/Profile_photo.php:544
+msgid ""
+"This profile photo will be visible to anybody on the internet and may be "
+"distributed to other websites."
+msgstr ""
+
+#: Zotlabs/Module/Profile_photo.php:544
+msgid ""
+"This profile photo will be visible only to channels with permission to view "
+"this profile."
+msgstr ""
+
+#: Zotlabs/Module/Profile_photo.php:546
+#, fuzzy
+msgid "Use Photo for Profile"
+msgstr "Adicionar a coisa ao seu perfil"
+
+#: Zotlabs/Module/Profile_photo.php:546
+#, fuzzy
+msgid "Change Profile Photo"
+msgstr "Fotos do perfil"
+
+#: Zotlabs/Module/Profile_photo.php:548
+#, fuzzy
+msgid "Reset to default"
+msgstr "Das mais recentes para as mais antigas"
+
+#: Zotlabs/Module/Profile_photo.php:562
+#, fuzzy
+msgid "Select existing"
+msgstr "Configurações"
+
+#: Zotlabs/Module/Profile_photo.php:584
+#, fuzzy
+msgid "Done editing"
+msgstr "Encerrar a edição"
+
+#: Zotlabs/Module/Viewconnections.php:65
+msgid "No connections."
+msgstr "Nenhuma conexão."
+
+#: Zotlabs/Module/Viewconnections.php:105
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Ver o perfil de %s [%s]"
+
+#: Zotlabs/Module/Viewconnections.php:135
+msgid "View Connections"
+msgstr "Ver conexões"
+
+#: Zotlabs/Module/Vote.php:40
+#, fuzzy
+msgid "Poll not found."
+msgstr "A sala não foi encontrada."
+
+#: Zotlabs/Module/Vote.php:69
+#, fuzzy
+msgid "Invalid response."
+msgstr "Solicitação inválida."
-#: ../../mod/poll.php:64
-msgid "Poll"
-msgstr "Votação"
+#: Zotlabs/Module/Vote.php:125
+msgid "Response submitted. Updates may not appear instantly."
+msgstr ""
-#: ../../mod/poll.php:69
-msgid "View Results"
-msgstr "Ver resultados"
+#: Zotlabs/Module/Regmod.php:15
+msgid "Please login."
+msgstr "Por favor, autentique-se."
+
+#: Zotlabs/Module/Go.php:21
+msgid "This page is available only to site members"
+msgstr ""
-#: ../../mod/removeaccount.php:30
+#: Zotlabs/Module/Go.php:29
+msgid "What would you like to do?"
+msgstr ""
+
+#: Zotlabs/Module/Go.php:31
msgid ""
-"Account removals are not allowed within 48 hours of changing the account "
-"password."
-msgstr "A remoção da conta fica desabilitada por 48 horas após uma troca de senha da conta."
+"Please bookmark this page if you would like to return to it in the future"
+msgstr ""
-#: ../../mod/removeaccount.php:57
-msgid "Remove This Account"
-msgstr "Remover esta conta"
+#: Zotlabs/Module/Go.php:35
+#, fuzzy
+msgid "Upload a profile photo"
+msgstr "Usar como uma foto de perfil"
+
+#: Zotlabs/Module/Go.php:36
+#, fuzzy
+msgid "Upload a cover photo"
+msgstr "Enviar fotos"
+
+#: Zotlabs/Module/Go.php:37
+#, fuzzy
+msgid "Edit your default profile"
+msgstr "Este é seu perfil padrão."
-#: ../../mod/removeaccount.php:58
+#: Zotlabs/Module/Go.php:39
+#, fuzzy
+msgid "View the channel directory"
+msgstr "Gostar deste canal"
+
+#: Zotlabs/Module/Go.php:40
+#, fuzzy
+msgid "View/edit your channel settings"
+msgstr "Configurações do canal"
+
+#: Zotlabs/Module/Go.php:41
+msgid "View the site or project documentation"
+msgstr ""
+
+#: Zotlabs/Module/Go.php:42
+msgid "Visit your channel homepage"
+msgstr ""
+
+#: Zotlabs/Module/Go.php:43
msgid ""
-"This will completely remove this account including all its channels from the"
-" network. Once this has been done it is not recoverable."
-msgstr "Isso irá remover completamente esta conta, incluindo todos os canais da rede. Uma vez feito isso eles não poderão ser recuperados."
+"View your connections and/or add somebody whose address you already know"
+msgstr ""
-#: ../../mod/removeaccount.php:60
+#: Zotlabs/Module/Go.php:44
msgid ""
-"Remove this account, all its channels and all its channel clones from the "
-"network"
-msgstr "Remove esta conta, todos os seus canais e todos os clones desses canais da rede."
+"View your personal stream (this may be empty until you add some connections)"
+msgstr ""
+
+#: Zotlabs/Module/Go.php:52
+msgid "View the public stream. Warning: this content is not moderated"
+msgstr ""
+
+#: Zotlabs/Module/Menu.php:68
+msgid "Unable to update menu."
+msgstr "Não foi possível atualizar o menu."
+
+#: Zotlabs/Module/Menu.php:79
+msgid "Unable to create menu."
+msgstr "Não foi possível criar o menu."
+
+#: Zotlabs/Module/Menu.php:161 Zotlabs/Module/Menu.php:174
+#, fuzzy
+msgid "Menu Name"
+msgstr "Nome do menu"
+
+#: Zotlabs/Module/Menu.php:161
+msgid "Unique name (not visible on webpage) - required"
+msgstr ""
+
+#: Zotlabs/Module/Menu.php:162 Zotlabs/Module/Menu.php:175
+#, fuzzy
+msgid "Menu Title"
+msgstr "Título do menu"
+
+#: Zotlabs/Module/Menu.php:162
+msgid "Visible on webpage - leave empty for no title"
+msgstr ""
+
+#: Zotlabs/Module/Menu.php:163
+#, fuzzy
+msgid "Allow Bookmarks"
+msgstr "Habilitar links guardados"
+
+#: Zotlabs/Module/Menu.php:163 Zotlabs/Module/Menu.php:222
+msgid "Menu may be used to store saved bookmarks"
+msgstr "O menu pode ser utilizado para armazenar links guardados"
+
+#: Zotlabs/Module/Menu.php:164 Zotlabs/Module/Menu.php:225
+#, fuzzy
+msgid "Submit and proceed"
+msgstr "Enviar e continuar"
+
+#: Zotlabs/Module/Menu.php:181
+#, fuzzy
+msgid "Bookmarks allowed"
+msgstr "O link foi guardado"
+
+#: Zotlabs/Module/Menu.php:183
+msgid "Delete this menu"
+msgstr "Deletar este menu"
+
+#: Zotlabs/Module/Menu.php:184 Zotlabs/Module/Menu.php:219
+msgid "Edit menu contents"
+msgstr "Editar os conteúdos do menu"
+
+#: Zotlabs/Module/Menu.php:185
+msgid "Edit this menu"
+msgstr "Editar este menu"
+
+#: Zotlabs/Module/Menu.php:201
+msgid "Menu could not be deleted."
+msgstr "Não foi possível deletar o menu."
+
+#: Zotlabs/Module/Menu.php:214
+msgid "Edit Menu"
+msgstr "Editar menu"
+
+#: Zotlabs/Module/Menu.php:218
+msgid "Add or remove entries to this menu"
+msgstr "Adicionar ou remover entradas deste menu"
+
+#: Zotlabs/Module/Menu.php:220
+msgid "Menu name"
+msgstr "Nome do menu"
+
+#: Zotlabs/Module/Menu.php:220
+msgid "Must be unique, only seen by you"
+msgstr "Deve ser único, exibido somente para você"
+
+#: Zotlabs/Module/Menu.php:221
+msgid "Menu title"
+msgstr "Título do menu"
+
+#: Zotlabs/Module/Menu.php:221
+msgid "Menu title as seen by others"
+msgstr "Título do menu quando visto por outros"
+
+#: Zotlabs/Module/Menu.php:222
+msgid "Allow bookmarks"
+msgstr "Habilitar links guardados"
-#: ../../mod/removeaccount.php:60
+#: Zotlabs/Module/Sharedwithme.php:106
+msgid "Files: shared with me"
+msgstr ""
+
+#: Zotlabs/Module/Sharedwithme.php:108
+msgid "NEW"
+msgstr ""
+
+#: Zotlabs/Module/Sharedwithme.php:110 Zotlabs/Storage/Browser.php:383
+msgid "Last Modified"
+msgstr "Última modificação"
+
+#: Zotlabs/Module/Sharedwithme.php:111
+#, fuzzy
+msgid "Remove all files"
+msgstr "remover do arquivo"
+
+#: Zotlabs/Module/Sharedwithme.php:112
+#, fuzzy
+msgid "Remove this file"
+msgstr "Remover este canal"
+
+#: Zotlabs/Module/Removeme.php:35
msgid ""
-"By default only the instances of the channels located on this hub will be "
-"removed from the network"
-msgstr "Por padrão, apenas as instâncias dos canais localizadas neste hub serão removidas da rede"
+"Channel removals are not allowed within 48 hours of changing the account "
+"password."
+msgstr ""
+"A remoção da canais fica desabilitada por 48 horas após uma troca de senha "
+"da conta."
-#: ../../mod/service_limits.php:19
-msgid "No service class restrictions found."
-msgstr "Não foram encontradas restrições de classe de serviço."
+#: Zotlabs/Module/Removeme.php:61
+msgid "This channel will be permanently removed. "
+msgstr ""
-#: ../../view/theme/apw/php/config.php:202
-#: ../../view/theme/apw/php/config.php:236
-msgid "Schema Default"
-msgstr "Padrão do esquema"
+#: Zotlabs/Module/Removeme.php:61
+#, fuzzy
+msgid "This action can not be undone!"
+msgstr "Esta ação é permanente e não pode ser desfeita!"
-#: ../../view/theme/apw/php/config.php:203
-msgid "Sans-Serif"
-msgstr "Sans-Serif"
+#: Zotlabs/Module/Oauth2.php:54
+#, fuzzy
+msgid "Name and Secret are required"
+msgstr "A chave e o segredo são obrigatórios"
-#: ../../view/theme/apw/php/config.php:204
-msgid "Monospace"
-msgstr "Monospace"
+#: Zotlabs/Module/Oauth2.php:113
+#, fuzzy
+msgid "Add OAuth2 application"
+msgstr "Adicionar aplicação"
-#: ../../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"
+#: Zotlabs/Module/Oauth2.php:119 Zotlabs/Module/Oauth2.php:147
+msgid "Grant Types"
+msgstr ""
+
+#: Zotlabs/Module/Oauth2.php:119 Zotlabs/Module/Oauth2.php:120
+#, fuzzy
+msgid "leave blank unless your application sepcifically requires this"
+msgstr ""
+"URI de redirecionamento - deixe em branco, a não ser que sua aplicação "
+"especificamente requeira isso"
+
+#: Zotlabs/Module/Oauth2.php:120 Zotlabs/Module/Oauth2.php:148
+#, fuzzy
+msgid "Authorization scope"
+msgstr "Autorizar a conexão com a aplicação"
+
+#: Zotlabs/Module/Oauth2.php:132
+#, fuzzy
+msgid "OAuth2 Application not found."
+msgstr "Autorizar a conexão com a aplicação"
+
+#: Zotlabs/Module/Oauth2.php:147 Zotlabs/Module/Oauth2.php:148
+#, fuzzy
+msgid "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"
+
+#: Zotlabs/Module/Oauth2.php:190
+msgid "Connected OAuth2 Apps"
+msgstr ""
+
+#: Zotlabs/Module/Connedit.php:171
+msgid "Connection updated."
+msgstr "A conexão foi atualizada."
-#: ../../view/theme/apw/php/config.php:260
-#: ../../view/theme/redbasic/php/config.php:103
-msgid "Set scheme"
-msgstr "Definir esquema"
+#: Zotlabs/Module/Connedit.php:173
+msgid "Failed to update connection record."
+msgstr "Não foi possível atualizar o registro da conexão."
-#: ../../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"
+#: Zotlabs/Module/Connedit.php:320
+msgid "Could not access address book record."
+msgstr "Não foi possível acessar o registro do contato."
-#: ../../view/theme/apw/php/config.php:262
-msgid "Set font face"
-msgstr "Definir a face da fonte"
+#: Zotlabs/Module/Connedit.php:368
+msgid "Refresh failed - channel is currently unavailable."
+msgstr "A atualização falhou - o canal está indisponível no momento."
-#: ../../view/theme/apw/php/config.php:263
-msgid "Set iconset"
-msgstr "Definir o conjunto de ícones"
+#: Zotlabs/Module/Connedit.php:382 Zotlabs/Module/Connedit.php:391
+#: Zotlabs/Module/Connedit.php:400 Zotlabs/Module/Connedit.php:409
+#: Zotlabs/Module/Connedit.php:422
+msgid "Unable to set address book parameters."
+msgstr "Não foi possível definir os parâmetros do contato."
+
+#: Zotlabs/Module/Connedit.php:441
+msgid "Connection has been removed."
+msgstr "A conexão foi removida."
+
+#: Zotlabs/Module/Connedit.php:483
+#, php-format
+msgid "View %s's profile"
+msgstr "Ver o perfil de %s"
-#: ../../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"
+#: Zotlabs/Module/Connedit.php:504
+msgid "View recent posts and comments"
+msgstr "Exibir publicações e comentários recentes"
-#: ../../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"
+#: Zotlabs/Module/Connedit.php:550
+msgid "Fetch Vcard"
+msgstr ""
-#: ../../view/theme/apw/php/config.php:266
-msgid "Set shadow color, default #000"
-msgstr "Definir a cor da sombra, padrão #000"
+#: Zotlabs/Module/Connedit.php:553
+msgid "Fetch electronic calling card for this connection"
+msgstr ""
-#: ../../view/theme/apw/php/config.php:267
-msgid "Set radius size, default 5px"
-msgstr "Definir o tamanho do raio de curvatura, padrão 5px"
+#: Zotlabs/Module/Connedit.php:575
+msgid "Open Set Affinity section by default"
+msgstr ""
-#: ../../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"
+#: Zotlabs/Module/Connedit.php:612
+msgid "Filter"
+msgstr ""
-#: ../../view/theme/apw/php/config.php:269
-msgid "Set background image"
-msgstr "Definir a imagem do pano de fundo"
+#: Zotlabs/Module/Connedit.php:615
+msgid "Open Custom Filter section by default"
+msgstr ""
-#: ../../view/theme/apw/php/config.php:270
-msgid "Set background attachment"
-msgstr "Definir o anexo de pano de fundo"
+#: Zotlabs/Module/Connedit.php:626
+#, fuzzy
+msgid "Set Affinity"
+msgstr "Ferramenta de afinidade"
-#: ../../view/theme/apw/php/config.php:271
-msgid "Set background color"
-msgstr "Definir a cor do pano de fundo"
+#: Zotlabs/Module/Connedit.php:629
+#, fuzzy
+msgid "Set Profile"
+msgstr "Editar perfil"
-#: ../../view/theme/apw/php/config.php:272
-msgid "Set section background image"
-msgstr "Definir a imagem de fundo de seção"
+#: Zotlabs/Module/Connedit.php:632
+#, fuzzy
+msgid "Set Affinity & Profile"
+msgstr "Ferramenta de afinidade"
-#: ../../view/theme/apw/php/config.php:273
-msgid "Set section background color"
-msgstr "Definir a cor de fundo de seção"
+#: Zotlabs/Module/Connedit.php:685
+#, fuzzy, php-format
+msgid "Contact: %s"
+msgstr "Conexão: %s"
-#: ../../view/theme/apw/php/config.php:274
-msgid "Set color of items - use hex"
-msgstr "Definir a cor dos items - use hex"
+#: Zotlabs/Module/Connedit.php:687
+#, fuzzy
+msgid "Manage contact roles"
+msgstr "Administrar/Editar perfis"
-#: ../../view/theme/apw/php/config.php:275
-msgid "Set color of links - use hex"
-msgstr "Definir a cor dos links - use hex"
+#: Zotlabs/Module/Connedit.php:694
+msgid "This contacts's primary address is"
+msgstr ""
-#: ../../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"
+#: Zotlabs/Module/Connedit.php:695
+#, fuzzy
+msgid "Available locations:"
+msgstr "Todas as conexões"
-#: ../../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"
+#: Zotlabs/Module/Connedit.php:710
+msgid "Contact Pending Approval"
+msgstr ""
-#: ../../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%"
+#: Zotlabs/Module/Connedit.php:715
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr ""
+"Por favor, selecione o perfil que você gostaria de exibir para %s quando "
+"estiver visualizando seu perfil de modo seguro."
-#: ../../view/theme/apw/php/config.php:279
-msgid "Set color of fonts - use hex"
-msgstr "Definir a cor das fontes - use hex"
+#: Zotlabs/Module/Connedit.php:721
+msgid ""
+"Some permissions may be inherited from your channel's <a "
+"href=\"settings\"><strong>privacy settings</strong></a>, which have higher "
+"priority than individual settings. You can <strong>not</strong> change those "
+"settings here."
+msgstr ""
-#: ../../view/theme/apw/php/config.php:280
-msgid "Set background-size element"
-msgstr "Definir o elemento <em>background-size</em>"
+#: Zotlabs/Module/Connedit.php:722
+msgid ""
+"Some permissions may be inherited from your channel's <a "
+"href=\"settings\"><strong>privacy settings</strong></a>, which have higher "
+"priority than individual settings. You can change those settings here but "
+"they wont have any impact unless the inherited setting changes."
+msgstr ""
-#: ../../view/theme/apw/php/config.php:281
-msgid "Item opacity"
-msgstr "Opacidade de itens"
+#: Zotlabs/Module/Connedit.php:723
+msgid "Last update:"
+msgstr "Última atualização:"
-#: ../../view/theme/apw/php/config.php:282
-msgid "Display post previews only"
-msgstr "Exibir apenas a pré-visualização de publicações"
+#: Zotlabs/Module/Connedit.php:731
+msgid "Details"
+msgstr ""
-#: ../../view/theme/apw/php/config.php:283
-msgid "Display side bar on channel page"
-msgstr "Exibir a barra lateral na página do canal"
+#: Zotlabs/Access/PermissionRoles.php:337
+msgid "Social Networking"
+msgstr "Rede social"
-#: ../../view/theme/apw/php/config.php:284
-msgid "Colour of the navigation bar"
-msgstr "Cor da barra de navegação"
+#: Zotlabs/Access/PermissionRoles.php:338
+#, fuzzy
+msgid "Social - Federation"
+msgstr "Rede social"
-#: ../../view/theme/apw/php/config.php:285
-msgid "Item float"
-msgstr "Flutuação de item"
+#: Zotlabs/Access/PermissionRoles.php:339
+msgid "Social - Mostly Public"
+msgstr ""
-#: ../../view/theme/apw/php/config.php:286
-msgid "Left offset of the section element"
-msgstr "Deslocamento esquerdo do elemento de seção"
+#: Zotlabs/Access/PermissionRoles.php:340
+#, fuzzy
+msgid "Social - Restricted"
+msgstr "Rede social"
-#: ../../view/theme/apw/php/config.php:287
-msgid "Right offset of the section element"
-msgstr "Deslocamento direito do elemento de seção"
+#: Zotlabs/Access/PermissionRoles.php:341
+msgid "Social - Private"
+msgstr ""
-#: ../../view/theme/apw/php/config.php:288
-msgid "Section width"
-msgstr "largura de seção"
+#: Zotlabs/Access/PermissionRoles.php:344
+msgid "Community Forum"
+msgstr "Fórum de comunidade"
-#: ../../view/theme/apw/php/config.php:289
-msgid "Left offset of the aside"
-msgstr "Deslocamento esquerdo do aparte"
+#: Zotlabs/Access/PermissionRoles.php:345
+msgid "Forum - Mostly Public"
+msgstr ""
-#: ../../view/theme/apw/php/config.php:290
-msgid "Right offset of the aside element"
-msgstr "Deslocamento direito do aparte"
+#: Zotlabs/Access/PermissionRoles.php:346
+msgid "Forum - Restricted"
+msgstr ""
-#: ../../view/theme/blogga/php/config.php:47
-#: ../../view/theme/blogga/view/theme/blog/config.php:47
-msgid "None"
-msgstr "Nenhum"
+#: Zotlabs/Access/PermissionRoles.php:347
+msgid "Forum - Private"
+msgstr ""
-#: ../../view/theme/blogga/php/config.php:70
-#: ../../view/theme/blogga/view/theme/blog/config.php:70
-msgid "Header image"
-msgstr "Imagem de cabeçalho"
+#: Zotlabs/Access/PermissionRoles.php:350
+msgid "Feed Republish"
+msgstr "Republicação de feed"
-#: ../../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"
+#: Zotlabs/Access/PermissionRoles.php:351
+msgid "Feed - Mostly Public"
+msgstr ""
-#: ../../view/theme/redbasic/php/config.php:84
-msgid "Light (Hubzilla default)"
-msgstr "Leve (padrão da Hubzilla)"
+#: Zotlabs/Access/PermissionRoles.php:352
+msgid "Feed - Restricted"
+msgstr ""
-#: ../../view/theme/redbasic/php/config.php:104
-msgid "Narrow navbar"
-msgstr "Barra de navegação estreita"
+#: Zotlabs/Access/PermissionRoles.php:355
+msgid "Special Purpose"
+msgstr "Finalidade especial"
-#: ../../view/theme/redbasic/php/config.php:105
-msgid "Navigation bar background color"
-msgstr "Cor de fundo da barra de navegação"
+#: Zotlabs/Access/PermissionRoles.php:356
+msgid "Special - Celebrity/Soapbox"
+msgstr ""
-#: ../../view/theme/redbasic/php/config.php:106
-msgid "Navigation bar gradient top color"
-msgstr "Cor no topo de gradiente da barra de navegação"
+#: Zotlabs/Access/PermissionRoles.php:357
+msgid "Special - Group Repository"
+msgstr ""
-#: ../../view/theme/redbasic/php/config.php:107
-msgid "Navigation bar gradient bottom color"
-msgstr "Cor na base de gradiente da barra de navegação"
+#: Zotlabs/Access/PermissionRoles.php:361
+msgid "Custom/Expert Mode"
+msgstr "Personalizado/Modo expert"
-#: ../../view/theme/redbasic/php/config.php:108
-msgid "Navigation active button gradient top color"
-msgstr "Cor no topo de gradiente de botão ativo de navegação"
+#: Zotlabs/Access/PermissionRoles.php:385
+msgid "Personal"
+msgstr "Pessoal"
-#: ../../view/theme/redbasic/php/config.php:109
-msgid "Navigation active button gradient bottom color"
-msgstr "Cor na base de gradiente de botão ativo de navegação"
+#: Zotlabs/Access/PermissionRoles.php:386
+#, fuzzy
+msgid "Community forum"
+msgstr "Fórum de comunidade"
-#: ../../view/theme/redbasic/php/config.php:110
-msgid "Navigation bar border color "
-msgstr "Cor de borda da barra de navegação"
+#: Zotlabs/Access/PermissionRoles.php:387
+msgid "Custom"
+msgstr ""
-#: ../../view/theme/redbasic/php/config.php:111
-msgid "Navigation bar icon color "
-msgstr "Cor de ícone da barra de navegação"
+#: Zotlabs/Access/Permissions.php:56
+#, fuzzy
+msgid "Can view my channel stream and posts"
+msgstr "Pode me enviar seu fluxo e publicações"
-#: ../../view/theme/redbasic/php/config.php:112
-msgid "Navigation bar active icon color "
-msgstr "Cor de ícone ativo da barra de navegação"
+#: Zotlabs/Access/Permissions.php:57
+msgid "Can send me their channel stream and posts"
+msgstr "Pode me enviar seu fluxo e publicações"
-#: ../../view/theme/redbasic/php/config.php:113
-msgid "link color"
-msgstr "cor dos links"
+#: Zotlabs/Access/Permissions.php:58
+msgid "Can view my default channel profile"
+msgstr "Pode ver o perfil padrão do meu canal"
-#: ../../view/theme/redbasic/php/config.php:114
-msgid "Set font-color for banner"
-msgstr "Definir a cor da fonte para o cartaz"
+#: Zotlabs/Access/Permissions.php:59
+msgid "Can view my connections"
+msgstr "Pode ver minhas conexões"
-#: ../../view/theme/redbasic/php/config.php:115
-msgid "Set the background color"
-msgstr "Definir a cor do pano de fundo"
+#: Zotlabs/Access/Permissions.php:60
+#, fuzzy
+msgid "Can view my file storage and photos"
+msgstr "Pode me enviar seu fluxo e publicações"
-#: ../../view/theme/redbasic/php/config.php:116
-msgid "Set the background image"
-msgstr "Definir a imagem do pano de fundo"
+#: Zotlabs/Access/Permissions.php:61
+msgid "Can upload/modify my file storage and photos"
+msgstr ""
-#: ../../view/theme/redbasic/php/config.php:117
-msgid "Set the background color of items"
-msgstr "Definir a cor de fundo dos items"
+#: Zotlabs/Access/Permissions.php:62
+#, fuzzy
+msgid "Can view my channel webpages"
+msgstr "Pode ver o perfil padrão do meu canal"
-#: ../../view/theme/redbasic/php/config.php:118
-msgid "Set the background color of comments"
-msgstr "Definir a cor de fundo dos comentários"
+#: Zotlabs/Access/Permissions.php:63
+#, fuzzy
+msgid "Can view my wiki pages"
+msgstr "Pode ver minhas conexões"
-#: ../../view/theme/redbasic/php/config.php:119
-msgid "Set the border color of comments"
-msgstr "Definir a cor da borda dos comentários"
+#: Zotlabs/Access/Permissions.php:64
+msgid "Can create/edit my channel webpages"
+msgstr ""
-#: ../../view/theme/redbasic/php/config.php:120
-msgid "Set the indent for comments"
-msgstr "Definir a indentação de comentários"
+#: Zotlabs/Access/Permissions.php:65
+msgid "Can write to my wiki pages"
+msgstr ""
-#: ../../view/theme/redbasic/php/config.php:121
-msgid "Set the basic color for item icons"
-msgstr "Definir a cor básica para ícones de itens"
+#: Zotlabs/Access/Permissions.php:66
+msgid "Can post on my channel (wall) page"
+msgstr ""
-#: ../../view/theme/redbasic/php/config.php:122
-msgid "Set the hover color for item icons"
-msgstr "Definir a cor para ícones de itens quando que o mouse está sobre eles"
+#: Zotlabs/Access/Permissions.php:67
+msgid "Can comment on or like my posts"
+msgstr "Pode comentar em ou gostar de minhas publicações"
-#: ../../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"
+#: Zotlabs/Access/Permissions.php:68
+#, fuzzy
+msgid "Can send me direct messages"
+msgstr "Mensagens privadas não vistas"
-#: ../../view/theme/redbasic/php/config.php:125
-msgid "Set font-color for posts and comments"
-msgstr "Definir a cor da fonte para publicações e comentários"
+#: Zotlabs/Access/Permissions.php:69
+msgid "Can like/dislike profiles and profile things"
+msgstr ""
-#: ../../view/theme/redbasic/php/config.php:126
-msgid "Set radius of corners"
-msgstr "Definir o raio de curvatura dos cantos"
+#: Zotlabs/Access/Permissions.php:70
+msgid "Can chat with me"
+msgstr ""
-#: ../../view/theme/redbasic/php/config.php:127
-msgid "Set shadow depth of photos"
-msgstr "Definir a profundidade de sombra das fotos"
+#: Zotlabs/Access/Permissions.php:71
+msgid "Can source/mirror my public posts in derived channels"
+msgstr ""
-#: ../../view/theme/redbasic/php/config.php:128
-msgid "Set maximum width of conversation regions"
-msgstr "Definir a largura máxima da área de conversas"
+#: Zotlabs/Access/Permissions.php:73
+#, fuzzy
+msgid "Can administer my channel"
+msgstr "Criar um novo canal"
-#: ../../view/theme/redbasic/php/config.php:129
-msgid "Center conversation regions"
-msgstr "Centralizar regiões de conversação"
+#: Zotlabs/Storage/Browser.php:291
+#, fuzzy
+msgid "Change filename to"
+msgstr "Nome do canal"
-#: ../../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"
+#: Zotlabs/Storage/Browser.php:308 Zotlabs/Storage/Browser.php:393
+#, fuzzy
+msgid "Select a target location"
+msgstr "Selecione uma etiqueta para remover: "
-#: ../../view/theme/redbasic/php/config.php:131
-msgid "Set size of conversation author photo"
-msgstr "Definir o tamanho da foto do autor da conversa"
+#: Zotlabs/Storage/Browser.php:309 Zotlabs/Storage/Browser.php:394
+msgid "Copy to target location"
+msgstr ""
-#: ../../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"
+#: Zotlabs/Storage/Browser.php:310 Zotlabs/Storage/Browser.php:392
+msgid "Set permissions for all files and sub folders"
+msgstr ""
+
+#: Zotlabs/Storage/Browser.php:311
+msgid "Notify your contacts about this file"
+msgstr ""
+
+#: Zotlabs/Storage/Browser.php:350
+#, fuzzy
+msgid "File category"
+msgstr "remover categoria"
+
+#: Zotlabs/Storage/Browser.php:364
+msgid "Total"
+msgstr "Total"
+
+#: Zotlabs/Storage/Browser.php:366
+msgid "Shared"
+msgstr "Compartilhado"
+
+#: Zotlabs/Storage/Browser.php:368
+#, fuzzy
+msgid "Add Files"
+msgstr "Arquivos"
+
+#: Zotlabs/Storage/Browser.php:381
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:222
+msgid "Type"
+msgstr "Tipo"
+
+#: Zotlabs/Storage/Browser.php:384
+msgid "parent"
+msgstr "nível superior"
+
+#: Zotlabs/Storage/Browser.php:402
+#, fuzzy
+msgid "Select All"
+msgstr "selecionar tudo"
+
+#: Zotlabs/Storage/Browser.php:403
+#, fuzzy
+msgid "Bulk Actions"
+msgstr "Ações"
+
+#: Zotlabs/Storage/Browser.php:404
+#, fuzzy
+msgid "Adjust Permissions"
+msgstr "Permissões do item do menu"
-#: ../../boot.php:1355
+#: Zotlabs/Storage/Browser.php:405
+msgid "Move or Copy"
+msgstr ""
+
+#: Zotlabs/Storage/Browser.php:407
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:215
+#, fuzzy
+msgid "Download"
+msgstr "Baixar arquivo PDL"
+
+#: Zotlabs/Storage/Browser.php:408
+msgid "Info"
+msgstr ""
+
+#: Zotlabs/Storage/Browser.php:409
+#, fuzzy
+msgid "Rename"
+msgstr "Nome do site"
+
+#: Zotlabs/Storage/Browser.php:411
+msgid "Attachment BBcode"
+msgstr ""
+
+#: Zotlabs/Storage/Browser.php:412
+#, fuzzy
+msgid "Embed BBcode"
+msgstr "Embarcar código"
+
+#: Zotlabs/Storage/Browser.php:413
+#, fuzzy
+msgid "Link BBcode"
+msgstr "Texto do link"
+
+#: Zotlabs/Storage/Browser.php:486
#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "A atualização %s falhou. Veja os logs de erro."
+msgid "You are using %1$s of your available file storage."
+msgstr ""
-#: ../../boot.php:1358
+#: Zotlabs/Storage/Browser.php:491
#, php-format
-msgid "Update Error at %s"
-msgstr "Erro de atualização em %s"
+msgid "You are using %1$s of %2$s available file storage. (%3$s&#37;)"
+msgstr ""
+
+#: Zotlabs/Storage/Browser.php:502
+#, fuzzy
+msgid "WARNING:"
+msgstr "AVISO:"
-#: ../../boot.php:1525
+#: Zotlabs/Storage/Browser.php:543
+msgid "Create new folder"
+msgstr "Criar uma nova pasta"
+
+#: Zotlabs/Storage/Browser.php:545
+msgid "Upload file"
+msgstr "Enviar arquivo"
+
+#: Zotlabs/Storage/Browser.php:557
+msgid "Drop files here to immediately upload"
+msgstr ""
+
+#: Zotlabs/Storage/Browser.php:560
msgid ""
-"Create an account to access services and applications within the Hubzilla"
-msgstr "Crie uma conta para acessar serviços e aplicações na Hubzilla"
+"You can select files via the upload button or drop them right here or into "
+"an existing folder."
+msgstr ""
+
+#: boot.php:1726
+msgid "Create an account to access services and applications"
+msgstr ""
+
+#: boot.php:1744
+#, fuzzy
+msgid "Email or nickname"
+msgstr "Nome de apresentação do campo"
-#: ../../boot.php:1553
+#: boot.php:1744 extend/addon/addons-official/redred/Mod_Redred.php:73
+#: extend/addon/addons-official/openid/MysqlProvider.php:54
+msgid "Nickname"
+msgstr "Apelido"
+
+#: boot.php:1754
msgid "Password"
msgstr "Senha"
-#: ../../boot.php:1554
+#: boot.php:1755
msgid "Remember me"
msgstr "Lembrar de mim"
-#: ../../boot.php:1557
+#: boot.php:1758
msgid "Forgot your password?"
msgstr "Esqueceu a sua senha?"
-#: ../../boot.php:2178
-msgid "toggle mobile"
-msgstr "alternar para interface móvel"
+#: boot.php:2629
+#, php-format
+msgid "[$Projectname] Website SSL error for %s"
+msgstr ""
-#: ../../boot.php:2313
+#: boot.php:2634
msgid "Website SSL certificate is not valid. Please correct."
msgstr "Certificado SSL do Website não é válido. Por favor corrija-o."
-#: ../../boot.php:2316
+#: boot.php:2750
#, php-format
-msgid "[red] Website SSL error for %s"
-msgstr "[red] erro SSL da página para %s"
+msgid "[$Projectname] Cron tasks not running on %s"
+msgstr ""
-#: ../../boot.php:2353
+#: boot.php:2755
msgid "Cron/Scheduled tasks not running."
msgstr "Agendamento de tarefas não está rodando."
-#: ../../boot.php:2357
+#: view/theme/redbasic/php/config.php:16 view/theme/redbasic/php/config.php:19
+msgid "Focus (Hubzilla default)"
+msgstr ""
+
+#: view/theme/redbasic/php/config.php:102
+msgid "Theme settings"
+msgstr "Configurações de tema"
+
+#: view/theme/redbasic/php/config.php:103
+msgid "Dark style"
+msgstr ""
+
+#: view/theme/redbasic/php/config.php:104
+#, fuzzy
+msgid "Light style"
+msgstr "Talvez compareçam"
+
+#: view/theme/redbasic/php/config.php:105
+#, fuzzy
+msgid "Common settings"
+msgstr "Configurações da conta"
+
+#: view/theme/redbasic/php/config.php:106
+#, fuzzy
+msgid "Default to dark mode"
+msgstr "Perfil padrão"
+
+#: view/theme/redbasic/php/config.php:107
+msgid "Always use light icons for navbar"
+msgstr ""
+
+#: view/theme/redbasic/php/config.php:107
+msgid "Enable this option if you use a dark navbar color in light mode"
+msgstr ""
+
+#: view/theme/redbasic/php/config.php:108
+msgid "Narrow navbar"
+msgstr "Barra de navegação estreita"
+
+#: view/theme/redbasic/php/config.php:109
+msgid "Navigation bar background color"
+msgstr "Cor de fundo da barra de navegação"
+
+#: view/theme/redbasic/php/config.php:110
+#, fuzzy
+msgid "Dark navigation bar background color"
+msgstr "Cor de fundo da barra de navegação"
+
+#: view/theme/redbasic/php/config.php:111
+#, fuzzy
+msgid "Link color"
+msgstr "Link para a origem"
+
+#: view/theme/redbasic/php/config.php:112
+msgid "Dark link color"
+msgstr ""
+
+#: view/theme/redbasic/php/config.php:113
+#, fuzzy
+msgid "Link hover color"
+msgstr "Link para a origem"
+
+#: view/theme/redbasic/php/config.php:114
+msgid "Dark link hover color"
+msgstr ""
+
+#: view/theme/redbasic/php/config.php:115
+msgid "Set the background color"
+msgstr "Definir a cor do pano de fundo"
+
+#: view/theme/redbasic/php/config.php:116
+#, fuzzy
+msgid "Set the dark background color"
+msgstr "Definir a cor do pano de fundo"
+
+#: view/theme/redbasic/php/config.php:117
+msgid "Set the background image"
+msgstr "Definir a imagem do pano de fundo"
+
+#: view/theme/redbasic/php/config.php:118
+#, fuzzy
+msgid "Set the dark background image"
+msgstr "Definir a imagem do pano de fundo"
+
+#: view/theme/redbasic/php/config.php:119
+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:119
+msgid "Examples: 1rem, 100%, 16px"
+msgstr ""
+
+#: view/theme/redbasic/php/config.php:120
+msgid "Set radius of corners"
+msgstr "Definir o raio de curvatura dos cantos"
+
+#: view/theme/redbasic/php/config.php:120
+msgid "Example: 4px"
+msgstr ""
+
+#: view/theme/redbasic/php/config.php:121
+msgid "Set maximum width of content region in rem"
+msgstr ""
+
+#: view/theme/redbasic/php/config.php:121
+msgid "Leave empty for default width"
+msgstr ""
+
+#: view/theme/redbasic/php/config.php:122
+msgid "Set size of conversation author photo"
+msgstr "Definir o tamanho da foto do autor da conversa"
+
+#: view/theme/redbasic/php/config.php:123
+msgid "Set size of followup author photos"
+msgstr "Definir o tamanho da foto dos autores de comentários"
+
+#: view/theme/redbasic/php/config.php:124
+#, fuzzy
+msgid "Show advanced settings"
+msgstr "Configurações do canal"
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:106
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:179
+#, fuzzy
+msgid "Network error"
+msgstr "Timeout da rede"
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:110
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:183
+msgid "API error"
+msgstr ""
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:114
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:187
+#, fuzzy
+msgid "Unknown issue"
+msgstr "Desconhecido"
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:152
+#, fuzzy
+msgid "Unable to retrieve email address from remote identity provider"
+msgstr "Não foi possível recuperar a identidade criada"
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:171
+#, fuzzy
+msgid "Unable to login using email address "
+msgstr "O endereço de e-mail da sua antiga conta"
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:211
+msgid "Social Authentication using your social media account"
+msgstr ""
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:215
+msgid ""
+"This app enables one or more social provider sign-in buttons on the login "
+"page."
+msgstr ""
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:233
+msgid "Add an identity provider"
+msgstr ""
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:260
+#, fuzzy
+msgid "Enable "
+msgstr "Habilitar"
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:267
+msgid "Key"
+msgstr ""
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:267
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:272
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:288
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:299
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:308
+msgid "Word"
+msgstr ""
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:272
+msgid "Secret"
+msgstr ""
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:308
+msgid "Add a custom provider"
+msgstr ""
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:328
+msgid "Remove an identity provider"
+msgstr ""
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:338
+#, fuzzy
+msgid "Social authentication"
+msgstr "Não foi possível autenticar"
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:380
+msgid "Error while saving provider settings"
+msgstr ""
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:403
+msgid "Custom provider already exists"
+msgstr ""
+
+#: extend/addon/addons-official/socialauth/Mod_SocialAuth.php:420
+#, fuzzy
+msgid "Social authentication settings saved."
+msgstr "A autenticação falhou."
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:57
+#, fuzzy
+msgid "Errors encountered deleting database table "
+msgstr ""
+"Foram encontrados erros durante a criação das tabelas do banco de dados."
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:95
+#: extend/addon/addons-official/twitter/twitter.php:502
+#, fuzzy
+msgid "Submit Settings"
+msgstr "Configurações do site"
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:96
+msgid "Drop tables when uninstalling?"
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:96
+msgid ""
+"If checked, the Rendezvous database tables will be deleted when the plugin "
+"is uninstalled."
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:97
+#, fuzzy
+msgid "Mapbox Access Token"
+msgstr "Tipo de acesso"
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:97
+msgid ""
+"If you enter a Mapbox access token, it will be used to retrieve map tiles "
+"from Mapbox instead of the default OpenStreetMap tile server."
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:162
+msgid "Rendezvous"
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:167
+msgid ""
+"This identity has been deleted by another member due to inactivity. Please "
+"press the \"New identity\" button or refresh the page to register a new "
+"identity. You may use the same name."
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:168
+#, fuzzy
+msgid "Welcome to Rendezvous!"
+msgstr "Bem-vindo(a) a %s"
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:169
+msgid ""
+"Enter your name to join this rendezvous. To begin sharing your location with "
+"the other members, tap the GPS control. When your location is discovered, a "
+"red dot will appear and others will be able to see you on the map."
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:171
+msgid "Let's meet here"
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:174
+#, fuzzy
+msgid "New marker"
+msgstr "Nova fonte"
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:175
+#, fuzzy
+msgid "Edit marker"
+msgstr "Editar menu"
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:176
+#, fuzzy
+msgid "New identity"
+msgstr "Novo elemento"
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:177
+#, fuzzy
+msgid "Delete marker"
+msgstr "Deletar fonte"
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:178
+#, fuzzy
+msgid "Delete member"
+msgstr "Dezembro"
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:179
+#, fuzzy
+msgid "Edit proximity alert"
+msgstr "Editar perfil"
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:180
+msgid ""
+"A proximity alert will be issued when this member is within a certain radius "
+"of you.<br><br>Enter a radius in meters (0 to disable):"
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:180
+#: extend/addon/addons-official/rendezvous/rendezvous.php:185
+msgid "distance"
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:181
+msgid "Proximity alert distance (meters)"
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:182
+#: extend/addon/addons-official/rendezvous/rendezvous.php:184
+msgid ""
+"A proximity alert will be issued when you are within a certain radius of the "
+"marker location.<br><br>Enter a radius in meters (0 to disable):"
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:183
+msgid "Marker proximity alert"
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:186
+msgid "Reminder note"
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:187
+msgid ""
+"Enter a note to be displayed when you are within the specified proximity..."
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:199
+msgid "Add new rendezvous"
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:200
+msgid ""
+"Create a new rendezvous and share the access link with those you wish to "
+"invite to the group. Those who open the link become members of the "
+"rendezvous. They can view other member locations, add markers to the map, or "
+"share their own locations with the group."
+msgstr ""
+
+#: extend/addon/addons-official/rendezvous/rendezvous.php:232
+msgid "You have no rendezvous. Press the button above to create a rendezvous!"
+msgstr ""
+
+#: extend/addon/addons-official/fediwordle/Mod_Fediwordle.php:22
+msgid "Fediwordle App"
+msgstr ""
+
+#: extend/addon/addons-official/fediwordle/Mod_Fediwordle.php:23
+msgid "A distributed word game inspired by wordle."
+msgstr ""
+
+#: extend/addon/addons-official/fediwordle/Mod_Fediwordle.php:24
+msgid ""
+"To start a game, enter [wordle]your_word[/wordle] somewhere in a toplevel "
+"post."
+msgstr ""
+
+#: extend/addon/addons-official/fediwordle/Mod_Fediwordle.php:25
+msgid "Your contacts can post their guess in the comments."
+msgstr ""
+
+#: extend/addon/addons-official/fediwordle/Mod_Fediwordle.php:26
+msgid ""
+"Your channel will evaluate the guess and automatically post the response."
+msgstr ""
+
+#: extend/addon/addons-official/fediwordle/Mod_Fediwordle.php:28
+msgid "Correct letters"
+msgstr ""
+
+#: extend/addon/addons-official/fediwordle/Mod_Fediwordle.php:29
+msgid "Letters contained in the word but at the wrong spot"
+msgstr ""
+
+#: extend/addon/addons-official/fediwordle/Mod_Fediwordle.php:30
+msgid "Letters not contained in the word"
+msgstr ""
+
+#: extend/addon/addons-official/fediwordle/fediwordle.php:211
+msgid "ERROR: word length is not correct!"
+msgstr ""
+
+#: extend/addon/addons-official/startpage/Mod_Startpage.php:60
+msgid "Page to load after login"
+msgstr ""
+
+#: extend/addon/addons-official/startpage/Mod_Startpage.php:60
+msgid ""
+"Examples: &quot;apps&quot;, &quot;network?f=&gid=37&quot; (privacy "
+"collection), &quot;channel&quot; or &quot;notifications/system&quot; (leave "
+"blank for default network page (grid)."
+msgstr ""
+
+#: extend/addon/addons-official/startpage/Mod_Startpage.php:68
+#, fuzzy
+msgid "Startpage"
+msgstr "Início:"
+
+#: extend/addon/addons-official/kroki/Mod_Kroki.php:27
+msgid "Create diagrams from textual descriptions"
+msgstr ""
+
+#: extend/addon/addons-official/kroki/Mod_Kroki.php:31
+msgid "Use a kroki service to render diagrams from text in wikis etc."
+msgstr ""
+
+#: extend/addon/addons-official/kroki/Mod_Kroki.php:36
+msgid "Kroki service URL"
+msgstr ""
+
+#: extend/addon/addons-official/kroki/Mod_Kroki.php:36
+msgid "Url"
+msgstr ""
+
+#: extend/addon/addons-official/kroki/Mod_Kroki.php:159
+msgid "Kroki"
+msgstr ""
+
+#: extend/addon/addons-official/kroki/Mod_Kroki.php:241
+#, fuzzy
+msgid "Kroki settings saved."
+msgstr "As configurações de log foram atualizadas."
+
+#: extend/addon/addons-official/ldapauth/ldapauth.php:101
+msgid "An account has been created for you."
+msgstr ""
+
+#: extend/addon/addons-official/ldapauth/ldapauth.php:108
+msgid "Authentication successful but rejected: account creation is disabled."
+msgstr ""
+
+#: extend/addon/addons-official/flashcards/Mod_Flashcards.php:52
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:36
+#: extend/addon/addons-official/cart/cart.php:1459
+#: extend/addon/addons-official/faces/Mod_Faces.php:64
+#, fuzzy
+msgid "Profile Unavailable."
+msgstr "Perfil indisponível para exportar."
+
+#: extend/addon/addons-official/flashcards/Mod_Flashcards.php:225
+#, fuzzy
+msgid "Not allowed."
+msgstr "Não encontrado."
+
+#: extend/addon/addons-official/redred/Mod_Redred.php:24
+#, fuzzy
+msgid "Channel is required."
+msgstr "É necessário informar o nome"
+
+#: extend/addon/addons-official/redred/Mod_Redred.php:38
+msgid "Hubzilla Crosspost Connector Settings saved."
+msgstr ""
+
+#: extend/addon/addons-official/redred/Mod_Redred.php:61
+msgid "Send public postings to Hubzilla channel by default"
+msgstr ""
+
+#: extend/addon/addons-official/redred/Mod_Redred.php:65
+msgid "Hubzilla API Path"
+msgstr ""
+
+#: extend/addon/addons-official/redred/Mod_Redred.php:65
+#: extend/addon/addons-official/rtof/Mod_Rtof.php:51
+msgid "https://{sitename}/api"
+msgstr ""
+
+#: extend/addon/addons-official/redred/Mod_Redred.php:69
+msgid "Hubzilla login name"
+msgstr ""
+
+#: extend/addon/addons-official/redred/Mod_Redred.php:73
+#, fuzzy
+msgid "Hubzilla channel name"
+msgstr "Nome do canal"
+
+#: extend/addon/addons-official/redred/Mod_Redred.php:77
+#, fuzzy
+msgid "Hubzilla password"
+msgstr "A senha dua sua antiga conta"
+
+#: extend/addon/addons-official/redred/Mod_Redred.php:85
+msgid "Hubzilla Crosspost Connector"
+msgstr ""
+
+#: extend/addon/addons-official/redred/redred.php:50
+msgid "Post to Hubzilla"
+msgstr ""
+
+#: extend/addon/addons-official/smileybutton/Mod_Smileybutton.php:42
+msgid "Hide the button and show the smilies directly."
+msgstr ""
+
+#: extend/addon/addons-official/smileybutton/Mod_Smileybutton.php:50
+#, fuzzy
+msgid "Smileybutton Settings"
+msgstr "Configurações de exibição"
+
+#: extend/addon/addons-official/dwpost/Mod_Dwpost.php:26
+msgid "Dreamwidth Crosspost Connector Settings saved."
+msgstr ""
+
+#: extend/addon/addons-official/dwpost/Mod_Dwpost.php:51
+msgid "Dreamwidth username"
+msgstr ""
+
+#: extend/addon/addons-official/dwpost/Mod_Dwpost.php:55
+#, fuzzy
+msgid "Dreamwidth password"
+msgstr "Sua nova senha é"
+
+#: extend/addon/addons-official/dwpost/Mod_Dwpost.php:59
+msgid "Post to Dreamwidth by default"
+msgstr ""
+
+#: extend/addon/addons-official/dwpost/Mod_Dwpost.php:63
+#: extend/addon/addons-official/ljpost/Mod_Ljpost.php:69
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:92
+#, fuzzy
+msgid "Add link to original post"
+msgstr "Não foi possível localizar a publicação original."
+
+#: extend/addon/addons-official/dwpost/Mod_Dwpost.php:67
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:96
+msgid "Link description (default:"
+msgstr ""
+
+#: extend/addon/addons-official/dwpost/Mod_Dwpost.php:67
+#: extend/addon/addons-official/dwpost/dwpost.php:134
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:381
+#: extend/addon/addons-official/ljpost/ljpost.php:134
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:96
+#: extend/addon/addons-official/wppost/wppost.php:174
+#, fuzzy
+msgid "Source"
+msgstr "Nova fonte"
+
+#: extend/addon/addons-official/dwpost/Mod_Dwpost.php:75
+msgid "Dreamwidth Crosspost Connector"
+msgstr ""
+
+#: extend/addon/addons-official/dwpost/dwpost.php:49
+msgid "Post to Dreamwidth"
+msgstr ""
+
+#: extend/addon/addons-official/sendzid/Mod_Sendzid.php:21
+msgid "Send your identity to all websites"
+msgstr ""
+
+#: extend/addon/addons-official/sendzid/Mod_Sendzid.php:29
+msgid "Send ZID"
+msgstr ""
+
+#: extend/addon/addons-official/xmpp/xmpp.php:43
+#: extend/addon/addons-official/gravatar/gravatar.php:150
+#: extend/addon/addons-official/msgfooter/msgfooter.php:46
+#, fuzzy
+msgid "Save Settings"
+msgstr "Configurações do site"
+
+#: extend/addon/addons-official/xmpp/xmpp.php:44
+msgid "Jabber BOSH host"
+msgstr ""
+
+#: extend/addon/addons-official/xmpp/xmpp.php:45
+msgid "Use central userbase"
+msgstr ""
+
+#: extend/addon/addons-official/xmpp/xmpp.php:45
+msgid ""
+"If enabled, members will automatically login to an ejabberd server that has "
+"to be installed on this machine with synchronized credentials via the "
+"\"auth_ejabberd.php\" script."
+msgstr ""
+
+#: extend/addon/addons-official/xmpp/Mod_Xmpp.php:23
+#, fuzzy
+msgid "XMPP settings updated."
+msgstr "As configurações de log foram atualizadas."
+
+#: extend/addon/addons-official/xmpp/Mod_Xmpp.php:35
+msgid "XMPP App"
+msgstr ""
+
+#: extend/addon/addons-official/xmpp/Mod_Xmpp.php:36
+msgid "Embedded XMPP (Jabber) client"
+msgstr ""
+
+#: extend/addon/addons-official/xmpp/Mod_Xmpp.php:52
+#, fuzzy
+msgid "Individual credentials"
+msgstr "Permissões individuais"
+
+#: extend/addon/addons-official/xmpp/Mod_Xmpp.php:58
+msgid "Jabber BOSH server"
+msgstr ""
+
+#: extend/addon/addons-official/xmpp/Mod_Xmpp.php:67
+#, fuzzy
+msgid "XMPP Settings"
+msgstr "Minhas configurações"
+
+#: extend/addon/addons-official/dirstats/dirstats.php:94
+msgid "Hubzilla Directory Stats"
+msgstr ""
+
+#: extend/addon/addons-official/dirstats/dirstats.php:95
+#, fuzzy
+msgid "Total Hubs"
+msgstr "Total"
+
+#: extend/addon/addons-official/dirstats/dirstats.php:97
+#, fuzzy
+msgid "Hubzilla Hubs"
+msgstr "Hubs Públicos"
+
+#: extend/addon/addons-official/dirstats/dirstats.php:99
+#, fuzzy
+msgid "Friendica Hubs"
+msgstr "Friendica"
+
+#: extend/addon/addons-official/dirstats/dirstats.php:101
+#, fuzzy
+msgid "Diaspora Pods"
+msgstr "Diaspora"
+
+#: extend/addon/addons-official/dirstats/dirstats.php:103
+#, fuzzy
+msgid "Hubzilla Channels"
+msgstr "Canais"
+
+#: extend/addon/addons-official/dirstats/dirstats.php:105
+#, fuzzy
+msgid "Friendica Channels"
+msgstr "Friendica"
+
+#: extend/addon/addons-official/dirstats/dirstats.php:107
+#, fuzzy
+msgid "Diaspora Channels"
+msgstr "Exportar o canal"
+
+#: extend/addon/addons-official/dirstats/dirstats.php:109
+msgid "Aged 35 and above"
+msgstr ""
+
+#: extend/addon/addons-official/dirstats/dirstats.php:111
+msgid "Aged 34 and under"
+msgstr ""
+
+#: extend/addon/addons-official/dirstats/dirstats.php:113
+msgid "Average Age"
+msgstr ""
+
+#: extend/addon/addons-official/dirstats/dirstats.php:115
+#, fuzzy
+msgid "Known Chatrooms"
+msgstr "Nova sala de bate-papo"
+
+#: extend/addon/addons-official/dirstats/dirstats.php:117
+msgid "Known Tags"
+msgstr ""
+
+#: extend/addon/addons-official/dirstats/dirstats.php:119
+msgid ""
+"Please note Diaspora and Friendica statistics are merely those **this "
+"directory** is aware of, and not all those known in the network. This also "
+"applies to chatrooms,"
+msgstr ""
+
+#: extend/addon/addons-official/mailtest/mailtest.php:19
+msgid "Send test email"
+msgstr ""
+
+#: extend/addon/addons-official/mailtest/mailtest.php:50
+#: extend/addon/addons-official/hubwall/hubwall.php:50
+#, fuzzy
+msgid "No recipients found."
+msgstr "Nenhum tema foi encontrado."
+
+#: extend/addon/addons-official/mailtest/mailtest.php:66
+#, fuzzy
+msgid "Mail sent."
+msgstr "Marcar todos como visto"
+
+#: extend/addon/addons-official/mailtest/mailtest.php:68
+msgid "Sending of mail failed."
+msgstr ""
+
+#: extend/addon/addons-official/mailtest/mailtest.php:77
+msgid "Mail Test"
+msgstr ""
+
+#: extend/addon/addons-official/mailtest/mailtest.php:96
+#: extend/addon/addons-official/hubwall/hubwall.php:92
+#, fuzzy
+msgid "Message subject"
+msgstr "Filas de mensagem"
+
+#: extend/addon/addons-official/rtof/Mod_Rtof.php:24
+msgid "Friendica Crosspost Connector Settings saved."
+msgstr ""
+
+#: extend/addon/addons-official/rtof/Mod_Rtof.php:47
+msgid "Send public postings to Friendica by default"
+msgstr ""
+
+#: extend/addon/addons-official/rtof/Mod_Rtof.php:51
+#, fuzzy
+msgid "Friendica API Path"
+msgstr "Friendica"
+
+#: extend/addon/addons-official/rtof/Mod_Rtof.php:55
+#, fuzzy
+msgid "Friendica login name"
+msgstr "Friendica"
+
+#: extend/addon/addons-official/rtof/Mod_Rtof.php:59
+#, fuzzy
+msgid "Friendica password"
+msgstr "Friendica"
+
+#: extend/addon/addons-official/rtof/Mod_Rtof.php:67
+msgid "Friendica Crosspost Connector"
+msgstr ""
+
+#: extend/addon/addons-official/rtof/rtof.php:51
+#, fuzzy
+msgid "Post to Friendica"
+msgstr "Friendica"
+
+#: extend/addon/addons-official/upgrade_info/upgrade_info.php:48
+msgid "Your channel has been upgraded to $Projectname version"
+msgstr ""
+
+#: extend/addon/addons-official/upgrade_info/upgrade_info.php:50
+msgid "Please have a look at the"
+msgstr ""
+
+#: extend/addon/addons-official/upgrade_info/upgrade_info.php:52
+msgid "git history"
+msgstr ""
+
+#: extend/addon/addons-official/upgrade_info/upgrade_info.php:54
+msgid "change log"
+msgstr ""
+
+#: extend/addon/addons-official/upgrade_info/upgrade_info.php:55
+msgid "for further info."
+msgstr ""
+
+#: extend/addon/addons-official/upgrade_info/upgrade_info.php:60
+msgid "Upgrade Info"
+msgstr ""
+
+#: extend/addon/addons-official/upgrade_info/upgrade_info.php:64
+msgid "Do not show this again"
+msgstr ""
+
+#: extend/addon/addons-official/authchoose/Mod_Authchoose.php:30
+msgid ""
+"Allow magic authentication only to websites of your immediate connections"
+msgstr ""
+
+#: extend/addon/addons-official/authchoose/Mod_Authchoose.php:36
+msgid "Authchoose"
+msgstr ""
+
+#: extend/addon/addons-official/redphotos/redphotos.php:106
+#, fuzzy
+msgid "Photos imported"
+msgstr "Nada a importar."
+
+#: extend/addon/addons-official/redphotos/redphotos.php:129
+msgid "Redmatrix Photo Album Import"
+msgstr ""
+
+#: extend/addon/addons-official/redphotos/redphotos.php:130
+msgid "This will import all your Redmatrix photo albums to this channel."
+msgstr ""
+
+#: extend/addon/addons-official/redphotos/redphotos.php:131
+#: extend/addon/addons-official/redfiles/redfiles.php:121
+msgid "Redmatrix Server base URL"
+msgstr ""
+
+#: extend/addon/addons-official/redphotos/redphotos.php:132
+#: extend/addon/addons-official/redfiles/redfiles.php:122
+msgid "Redmatrix Login Username"
+msgstr ""
+
+#: extend/addon/addons-official/redphotos/redphotos.php:133
+#: extend/addon/addons-official/redfiles/redfiles.php:123
+#, fuzzy
+msgid "Redmatrix Login Password"
+msgstr "Senha do usuário do banco de dados"
+
+#: extend/addon/addons-official/redphotos/redphotos.php:134
+msgid "Import just this album"
+msgstr ""
+
+#: extend/addon/addons-official/redphotos/redphotos.php:134
+#, fuzzy
+msgid "Leave blank to import all albums"
+msgstr "Deixe em branco para importar todo o conteúdo público"
+
+#: extend/addon/addons-official/redphotos/redphotos.php:135
+msgid "Maximum count to import"
+msgstr ""
+
+#: extend/addon/addons-official/redphotos/redphotos.php:135
+#, fuzzy
+msgid "0 or blank to import all available"
+msgstr "Deixe em branco para importar todo o conteúdo público"
+
+#: extend/addon/addons-official/randpost/randpost.php:99
+msgid "You're welcome."
+msgstr ""
+
+#: extend/addon/addons-official/randpost/randpost.php:100
+msgid "Ah shucks..."
+msgstr ""
+
+#: extend/addon/addons-official/randpost/randpost.php:101
+msgid "Don't mention it."
+msgstr ""
+
+#: extend/addon/addons-official/randpost/randpost.php:102
+msgid "&lt;blush&gt;"
+msgstr ""
+
+#: extend/addon/addons-official/pubcrawl/Mod_Pubcrawl.php:25
+#, fuzzy
+msgid "ActivityPub Protocol Settings updated."
+msgstr "As configurações de site foram atualizadas."
+
+#: extend/addon/addons-official/pubcrawl/Mod_Pubcrawl.php:41
+msgid ""
+"The activitypub protocol does not support location independence. Connections "
+"you make within that network may be unreachable from alternate channel "
+"locations."
+msgstr ""
+
+#: extend/addon/addons-official/pubcrawl/Mod_Pubcrawl.php:47
+msgid "Deliver to ActivityPub recipients in privacy groups"
+msgstr ""
+
+#: extend/addon/addons-official/pubcrawl/Mod_Pubcrawl.php:47
+msgid ""
+"May result in a large number of mentions and expose all the members of your "
+"privacy group"
+msgstr ""
+
+#: extend/addon/addons-official/pubcrawl/Mod_Pubcrawl.php:51
+msgid "Send multi-media HTML articles"
+msgstr ""
+
+#: extend/addon/addons-official/pubcrawl/Mod_Pubcrawl.php:51
+msgid "Not supported by some microblog services such as Mastodon"
+msgstr ""
+
+#: extend/addon/addons-official/pubcrawl/Mod_Pubcrawl.php:59
+msgid "Activitypub Protocol"
+msgstr ""
+
+#: extend/addon/addons-official/tictac/tictac.php:21
+msgid "Three Dimensional Tic-Tac-Toe"
+msgstr ""
+
+#: extend/addon/addons-official/tictac/tictac.php:54
+msgid "3D Tic-Tac-Toe"
+msgstr ""
+
+#: extend/addon/addons-official/tictac/tictac.php:59
+#, fuzzy
+msgid "New game"
+msgstr "Novo elemento"
+
+#: extend/addon/addons-official/tictac/tictac.php:60
+msgid "New game with handicap"
+msgstr ""
+
+#: extend/addon/addons-official/tictac/tictac.php:61
+msgid ""
+"Three dimensional tic-tac-toe is just like the traditional game except that "
+"it is played on multiple levels simultaneously. "
+msgstr ""
+
+#: extend/addon/addons-official/tictac/tictac.php:62
+msgid ""
+"In this case there are three levels. You win by getting three in a row on "
+"any level, as well as up, down, and diagonally across the different levels."
+msgstr ""
+
+#: extend/addon/addons-official/tictac/tictac.php:64
+msgid ""
+"The handicap game disables the center position on the middle level because "
+"the player claiming this square often has an unfair advantage."
+msgstr ""
+
+#: extend/addon/addons-official/tictac/tictac.php:183
+msgid "You go first..."
+msgstr ""
+
+#: extend/addon/addons-official/tictac/tictac.php:188
+msgid "I'm going first this time..."
+msgstr ""
+
+#: extend/addon/addons-official/tictac/tictac.php:194
+msgid "You won!"
+msgstr ""
+
+#: extend/addon/addons-official/tictac/tictac.php:200
+#: extend/addon/addons-official/tictac/tictac.php:225
+msgid "\"Cat\" game!"
+msgstr ""
+
+#: extend/addon/addons-official/tictac/tictac.php:223
+msgid "I won!"
+msgstr ""
+
+#: extend/addon/addons-official/openid/MysqlProvider.php:52
+msgid "First Name"
+msgstr "Primeiro Nome"
+
+#: extend/addon/addons-official/openid/MysqlProvider.php:53
+msgid "Last Name"
+msgstr "Último Nome"
+
+#: extend/addon/addons-official/openid/MysqlProvider.php:55
+msgid "Full Name"
+msgstr "Nome Completo"
+
+#: extend/addon/addons-official/openid/MysqlProvider.php:61
+msgid "Profile Photo 16px"
+msgstr "Foto de Perfil 16px"
+
+#: extend/addon/addons-official/openid/MysqlProvider.php:62
+msgid "Profile Photo 32px"
+msgstr "Foto de Perfil 32px"
+
+#: extend/addon/addons-official/openid/MysqlProvider.php:63
+msgid "Profile Photo 48px"
+msgstr "Foto de Perfil 48px"
+
+#: extend/addon/addons-official/openid/MysqlProvider.php:64
+msgid "Profile Photo 64px"
+msgstr "Foto de Perfil 64px"
+
+#: extend/addon/addons-official/openid/MysqlProvider.php:65
+msgid "Profile Photo 80px"
+msgstr "Foto de Perfil 80px"
+
+#: extend/addon/addons-official/openid/MysqlProvider.php:66
+msgid "Profile Photo 128px"
+msgstr "Foto de Perfil 128px"
+
+#: extend/addon/addons-official/openid/MysqlProvider.php:70
+msgid "Birth Year"
+msgstr "Ano de Nascimento"
+
+#: extend/addon/addons-official/openid/MysqlProvider.php:71
+msgid "Birth Month"
+msgstr "Mês de Nascimento"
+
+#: extend/addon/addons-official/openid/MysqlProvider.php:72
+msgid "Birth Day"
+msgstr "Dia de Nascimento"
+
+#: extend/addon/addons-official/openid/MysqlProvider.php:73
+msgid "Birthdate"
+msgstr "Data de Nascimento"
+
+#: extend/addon/addons-official/openid/openid.php:49
+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."
+
+#: extend/addon/addons-official/openid/openid.php:49
+msgid "The error message was:"
+msgstr "A mensagem de erro foi:"
+
+#: extend/addon/addons-official/openid/Mod_Openid.php:32
+msgid "OpenID protocol error. No ID returned."
+msgstr "Erro do protocolo OpenID. Nenhuma ID retornada."
+
+#: extend/addon/addons-official/openid/Mod_Openid.php:78
+#: extend/addon/addons-official/openid/Mod_Openid.php:179
+#, php-format
+msgid "Welcome %s. Remote authentication successful."
+msgstr "Bem vindo %s. Autenticação remota realizada com sucesso."
+
+#: extend/addon/addons-official/irc/Mod_Irc.php:23
+#: extend/addon/addons-official/irc/irc.php:41
+#, fuzzy
+msgid "Popular Channels"
+msgstr "Canais"
+
+#: extend/addon/addons-official/irc/irc.php:37
+#, fuzzy
+msgid "Channels to auto connect"
+msgstr "Canal não encontrado"
+
+#: extend/addon/addons-official/irc/irc.php:37
+#: extend/addon/addons-official/irc/irc.php:41
+#, fuzzy
+msgid "Comma separated list"
+msgstr "categorias (opcional, lista separada por vírgulas)"
+
+#: extend/addon/addons-official/irc/irc.php:45
+#, fuzzy
+msgid "IRC Settings"
+msgstr "Configurações"
+
+#: extend/addon/addons-official/irc/irc.php:54
+#, fuzzy
+msgid "IRC settings saved."
+msgstr "As configurações de log foram atualizadas."
+
+#: extend/addon/addons-official/irc/irc.php:58
+#, fuzzy
+msgid "IRC Chatroom"
+msgstr "Nova sala de bate-papo"
+
+#: extend/addon/addons-official/wiki/Widget/Wiki_pages.php:58
+#, fuzzy
+msgid "Wiki Pages"
+msgstr "Páginas"
+
+#: extend/addon/addons-official/wiki/Widget/Wiki_pages.php:64
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:899
+#, fuzzy
+msgid "Add new page"
+msgstr "próxima página"
+
+#: extend/addon/addons-official/wiki/Widget/Wiki_pages.php:69
+#, fuzzy
+msgid "Page name"
+msgstr "Nome do site"
+
+#: extend/addon/addons-official/wiki/Widget/Wiki_page_history.php:29
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:589
+#, fuzzy
+msgctxt "wiki_history"
+msgid "Message"
+msgstr "Filas de mensagem"
+
+#: extend/addon/addons-official/wiki/Widget/Wiki_page_history.php:30
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:590
+msgid "Date"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Widget/Wiki_page_history.php:31
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:591
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:364
+#, fuzzy
+msgid "Revert"
+msgstr "nunca"
+
+#: extend/addon/addons-official/wiki/Widget/Wiki_page_history.php:32
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:592
+#, fuzzy
+msgid "Compare"
+msgstr "nível superior"
+
+#: extend/addon/addons-official/wiki/Lib/NativeWiki.php:144
+#, fuzzy
+msgid "Wiki updated successfully"
+msgstr "A atualização %s foi aplicada com sucesso."
+
+#: extend/addon/addons-official/wiki/Lib/NativeWiki.php:204
+msgid "Wiki files deleted successfully"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:41
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:109
+#, fuzzy
+msgid "(No Title)"
+msgstr "Título do Bloco"
+
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:123
+#, fuzzy
+msgid "Wiki page create failed."
+msgstr "Falha ao modificar o tamanho da imagem."
+
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:137
+#, fuzzy
+msgid "Wiki not found."
+msgstr "o item não foi encontrado"
+
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:148
+msgid "Destination name already exists"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:181
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:376
+#, fuzzy
+msgid "Page not found"
+msgstr "Página não encontrada."
+
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:211
+msgid "Error reading page content"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:367
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:425
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:493
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:534
+msgid "Error reading wiki"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:411
+#, fuzzy
+msgid "Page update failed."
+msgstr "Não foi possível enviar a imagem."
+
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:447
+#, fuzzy
+msgid "Nothing deleted"
+msgstr "Nada de novo aqui"
+
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:514
+#, fuzzy
+msgid "Compare: object not found."
+msgstr "A conexão não foi encontrada."
+
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:521
+#, fuzzy
+msgid "Page updated"
+msgstr "A coisa foi atualizada"
+
+#: extend/addon/addons-official/wiki/Lib/NativeWikiPage.php:529
+msgid "Wiki resource_id required for git commit"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:81
+#: extend/addon/addons-official/cart/cart.php:1610
+#: extend/addon/addons-official/cart/myshop.php:37
+#: extend/addon/addons-official/cart/submodules/paypalbutton.php:456
+#: extend/addon/addons-official/cart/submodules/paypalbuttonV2.php:486
+#: extend/addon/addons-official/cart/manual_payments.php:93
+#, fuzzy
+msgid "Invalid channel"
+msgstr "Item inválido."
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:136
+msgid "Error retrieving wiki"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:143
+msgid "Error creating zip file export folder"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:194
+msgid "Error downloading wiki: "
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:219
+#, fuzzy
+msgid "Wiki name"
+msgstr "Apelido"
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:220
+#, fuzzy
+msgid "Content type"
+msgstr "Tipo de conteúdo da página"
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:223
+msgid "Any&nbsp;type"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:230
+#, fuzzy
+msgid "Lock content type"
+msgstr "Tipo de conteúdo da página"
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:231
+#, fuzzy
+msgid "Create a status post for this wiki"
+msgstr "Crie uma publicação de status para este upload."
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:232
+#, fuzzy
+msgid "Edit Wiki Name"
+msgstr "Editar este menu"
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:277
+#, fuzzy
+msgid "Wiki not found"
+msgstr "o item não foi encontrado"
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:303
+#, fuzzy
+msgid "Rename page"
+msgstr "próxima página"
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:318
+msgid "Error retrieving page content"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:326
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:328
+#, fuzzy
+msgid "New page"
+msgstr "próxima página"
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:363
+msgid "Revision Comparison"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:371
+#, fuzzy
+msgid "Short description of your changes (optional)"
+msgstr "URL para foto da coisa (opcional)"
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:391
+#, fuzzy
+msgid "New page name"
+msgstr "Sem nome"
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:396
+msgid "Embed image from photo albums"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:407
+msgid "History"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:485
+msgid "Error creating wiki. Invalid name."
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:492
+msgid "A wiki with this name already exists."
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:505
+msgid "Wiki created, but error creating Home page."
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:512
+msgid "Error creating wiki"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:536
+msgid "Error updating wiki. Invalid name."
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:555
+msgid "Error updating wiki"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:570
+#, fuzzy
+msgid "Wiki delete permission denied."
+msgstr "Permissão negada."
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:580
+msgid "Error deleting wiki"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:613
+#, fuzzy
+msgid "New page created"
+msgstr "O novo perfil foi criado."
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:739
+msgid "Cannot delete Home"
+msgstr ""
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:815
+#, fuzzy
+msgid "Current Revision"
+msgstr "Televisão"
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:815
+#, fuzzy
+msgid "Selected Revision"
+msgstr "Televisão"
+
+#: extend/addon/addons-official/wiki/Mod_Wiki.php:870
+#, fuzzy
+msgid "You must be authenticated."
+msgstr "Visível para todos autenticados."
+
+#: extend/addon/addons-official/libertree/libertree.php:43
+msgid "Post to Libertree"
+msgstr ""
+
+#: extend/addon/addons-official/libertree/Mod_Libertree.php:25
+msgid "Libertree Crosspost Connector Settings saved."
+msgstr ""
+
+#: extend/addon/addons-official/libertree/Mod_Libertree.php:49
+msgid "Libertree API token"
+msgstr ""
+
+#: extend/addon/addons-official/libertree/Mod_Libertree.php:53
+#, fuzzy
+msgid "Libertree site URL"
+msgstr "URL do website"
+
+#: extend/addon/addons-official/libertree/Mod_Libertree.php:57
+msgid "Post to Libertree by default"
+msgstr ""
+
+#: extend/addon/addons-official/libertree/Mod_Libertree.php:65
+msgid "Libertree Crosspost Connector"
+msgstr ""
+
+#: extend/addon/addons-official/ijpost/Mod_Ijpost.php:23
+msgid "Insane Journal Crosspost Connector Settings saved."
+msgstr ""
+
+#: extend/addon/addons-official/ijpost/Mod_Ijpost.php:35
+msgid "Insane Journal Crosspost Connector App"
+msgstr ""
+
+#: extend/addon/addons-official/ijpost/Mod_Ijpost.php:36
+msgid "Relay public postings to Insane Journal"
+msgstr ""
+
+#: extend/addon/addons-official/ijpost/Mod_Ijpost.php:53
+msgid "InsaneJournal username"
+msgstr ""
+
+#: extend/addon/addons-official/ijpost/Mod_Ijpost.php:57
+#, fuzzy
+msgid "InsaneJournal password"
+msgstr "Sua nova senha é"
+
+#: extend/addon/addons-official/ijpost/Mod_Ijpost.php:61
+msgid "Post to InsaneJournal by default"
+msgstr ""
+
+#: extend/addon/addons-official/ijpost/Mod_Ijpost.php:69
+msgid "Insane Journal Crosspost Connector"
+msgstr ""
+
+#: extend/addon/addons-official/ijpost/ijpost.php:44
+msgid "Post to Insane Journal"
+msgstr ""
+
+#: extend/addon/addons-official/superblock/superblock.php:355
+#, fuzzy
+msgid "Block Completely"
+msgstr "Nome do bloco"
+
+#: extend/addon/addons-official/superblock/Mod_Superblock.php:62
+#, fuzzy
+msgid "superblock settings updated"
+msgstr "As configurações de log foram atualizadas."
+
+#: extend/addon/addons-official/superblock/Mod_Superblock.php:86
+msgid "Currently blocked"
+msgstr "Atualmente bloqueado"
+
+#: extend/addon/addons-official/superblock/Mod_Superblock.php:88
+#, fuzzy
+msgid "No channels currently blocked"
+msgstr "Atualmente bloqueado"
+
+#: extend/addon/addons-official/upload_limits/upload_limits.php:25
+msgid "Show Upload Limits"
+msgstr ""
+
+#: extend/addon/addons-official/upload_limits/upload_limits.php:27
+msgid "Hubzilla configured maximum size: "
+msgstr ""
+
+#: extend/addon/addons-official/upload_limits/upload_limits.php:28
+msgid "PHP upload_max_filesize: "
+msgstr ""
+
+#: extend/addon/addons-official/upload_limits/upload_limits.php:29
+msgid "PHP post_max_size (must be larger than upload_max_filesize): "
+msgstr ""
+
+#: extend/addon/addons-official/skeleton/Mod_Skeleton.php:38
+#, fuzzy
+msgid "Some setting"
+msgstr "Configurações do site"
+
+#: extend/addon/addons-official/skeleton/Mod_Skeleton.php:38
+#, fuzzy
+msgid "A setting"
+msgstr "Configurações do site"
+
+#: extend/addon/addons-official/skeleton/Mod_Skeleton.php:46
+#, fuzzy
+msgid "Skeleton Settings"
+msgstr "Configurações da conta"
+
+#: extend/addon/addons-official/twitter/twitter.php:109
+#, fuzzy
+msgid "Post to Twitter"
+msgstr "Categorizar publicações"
+
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:65
+#, fuzzy
+msgid "Twitter settings updated."
+msgstr "As configurações de site foram atualizadas."
+
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:101
+msgid ""
+"No consumer key pair for Twitter found. Please contact your site "
+"administrator."
+msgstr ""
+
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:123
+msgid ""
+"At this Hubzilla instance the Twitter plugin was enabled but you have not "
+"yet connected your account to your Twitter account. To do so click the "
+"button below to get a PIN from Twitter which you have to copy into the input "
+"box below and submit the form. Only your <strong>public</strong> posts will "
+"be posted to Twitter."
+msgstr ""
+
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:125
+msgid "Log in with Twitter"
+msgstr ""
+
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:128
+msgid "Copy the PIN from Twitter here"
+msgstr ""
+
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:145
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:270
+#, fuzzy
+msgid "Currently connected to: "
+msgstr "Atualmente bloqueado"
+
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:150
+msgid ""
+"<strong>Note:</strong> Due your privacy settings (<em>Hide your profile "
+"details from unknown viewers?</em>) the link potentially included in public "
+"postings relayed to Twitter will lead the visitor to a blank page informing "
+"the visitor that the access to your profile has been restricted."
+msgstr ""
+
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:155
+msgid "Twitter post length"
+msgstr ""
+
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:155
+msgid "Maximum tweet length"
+msgstr ""
+
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:160
+msgid "Send public postings to Twitter by default"
+msgstr ""
+
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:160
+msgid ""
+"If enabled your public postings will be posted to the associated Twitter "
+"account by default"
+msgstr ""
+
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:169
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:289
+msgid "Clear OAuth configuration"
+msgstr ""
+
+#: extend/addon/addons-official/twitter/Mod_Twitter.php:179
+msgid "Twitter Crosspost Connector"
+msgstr ""
+
+#: extend/addon/addons-official/piwik/piwik.php:85
+msgid ""
+"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
+"analytics tool."
+msgstr ""
+
+#: extend/addon/addons-official/piwik/piwik.php:88
+#, php-format
+msgid ""
+"If you do not want that your visits are logged this way you <a href='%s'>can "
+"set a cookie to prevent Piwik from tracking further visits of the site</a> "
+"(opt-out)."
+msgstr ""
+
+#: extend/addon/addons-official/piwik/piwik.php:96
+msgid "Piwik Base URL"
+msgstr ""
+
+#: extend/addon/addons-official/piwik/piwik.php:96
+msgid ""
+"Absolute path to your Piwik installation. (without protocol (http/s), with "
+"trailing slash)"
+msgstr ""
+
+#: extend/addon/addons-official/piwik/piwik.php:97
+#, fuzzy
+msgid "Site ID"
+msgstr "Site"
+
+#: extend/addon/addons-official/piwik/piwik.php:98
+msgid "Show opt-out cookie link?"
+msgstr ""
+
+#: extend/addon/addons-official/piwik/piwik.php:99
+msgid "Asynchronous tracking"
+msgstr ""
+
+#: extend/addon/addons-official/piwik/piwik.php:100
+msgid "Enable frontend JavaScript error tracking"
+msgstr ""
+
+#: extend/addon/addons-official/piwik/piwik.php:100
+msgid "This feature requires Piwik >= 2.2.0"
+msgstr ""
+
+#: extend/addon/addons-official/gallery/gallery.php:43
+#: extend/addon/addons-official/gallery/Mod_Gallery.php:135
+msgid "Gallery"
+msgstr ""
+
+#: extend/addon/addons-official/gallery/gallery.php:46
+#, fuzzy
+msgid "Photo Gallery"
+msgstr "A foto não está disponível"
+
+#: extend/addon/addons-official/mdpost/mdpost.php:42
+msgid "Use markdown for editing posts"
+msgstr ""
+
+#: extend/addon/addons-official/gravatar/gravatar.php:123
+#, fuzzy
+msgid "generic profile image"
+msgstr "Rótulo nas páginas de perfil"
+
+#: extend/addon/addons-official/gravatar/gravatar.php:124
+msgid "random geometric pattern"
+msgstr ""
+
+#: extend/addon/addons-official/gravatar/gravatar.php:125
+msgid "monster face"
+msgstr ""
+
+#: extend/addon/addons-official/gravatar/gravatar.php:126
+msgid "computer generated face"
+msgstr ""
+
+#: extend/addon/addons-official/gravatar/gravatar.php:127
+msgid "retro arcade style face"
+msgstr ""
+
+#: extend/addon/addons-official/gravatar/gravatar.php:128
+#, fuzzy
+msgid "Hub default profile photo"
+msgstr "Usar como uma foto de perfil"
+
+#: extend/addon/addons-official/gravatar/gravatar.php:143
+#, fuzzy
+msgid "Information"
+msgstr "Localização"
+
+#: extend/addon/addons-official/gravatar/gravatar.php:143
+msgid ""
+"Libravatar addon is installed, too. Please disable Libravatar addon or this "
+"Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if "
+"nothing was found at Libravatar."
+msgstr ""
+
+#: extend/addon/addons-official/gravatar/gravatar.php:151
+#, fuzzy
+msgid "Default avatar image"
+msgstr "Perfil padrão"
+
+#: extend/addon/addons-official/gravatar/gravatar.php:151
+msgid "Select default avatar image if none was found at Gravatar. See README"
+msgstr ""
+
+#: extend/addon/addons-official/gravatar/gravatar.php:152
+msgid "Rating of images"
+msgstr ""
+
+#: extend/addon/addons-official/gravatar/gravatar.php:152
+msgid "Select the appropriate avatar rating for your site. See README"
+msgstr ""
+
+#: extend/addon/addons-official/gravatar/gravatar.php:165
+#, fuzzy
+msgid "Gravatar settings updated."
+msgstr "As configurações de site foram atualizadas."
+
+#: extend/addon/addons-official/morepokes/morepokes.php:19
+msgid "bitchslap"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:19
+msgid "bitchslapped"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:20
+msgid "shag"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:20
+msgid "shagged"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:21
+msgid "patent"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:21
+msgid "patented"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:22
+msgid "hug"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:22
+msgid "hugged"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:23
+msgid "murder"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:23
+msgid "murdered"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:24
+msgid "worship"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:24
+msgid "worshipped"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:25
+msgid "kiss"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:25
+msgid "kissed"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:26
+msgid "tempt"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:26
+msgid "tempted"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:27
+msgid "raise eyebrows at"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:27
+msgid "raised their eyebrows at"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:28
+msgid "insult"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:28
+msgid "insulted"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:29
+msgid "praise"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:29
+#, fuzzy
+msgid "praised"
+msgstr "surpres@"
+
+#: extend/addon/addons-official/morepokes/morepokes.php:30
+msgid "be dubious of"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:30
+msgid "was dubious of"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:31
+#, fuzzy
+msgid "eat"
+msgstr "Criar"
+
+#: extend/addon/addons-official/morepokes/morepokes.php:31
+#, fuzzy
+msgid "ate"
+msgstr "Criar"
+
+#: extend/addon/addons-official/morepokes/morepokes.php:32
+msgid "giggle and fawn at"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:32
+msgid "giggled and fawned at"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:33
+msgid "doubt"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:33
+msgid "doubted"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:34
+msgid "glare"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:34
+msgid "glared at"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:35
+msgid "fuck"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:35
+#, fuzzy
+msgid "fucked"
+msgstr "Bloqueado"
+
+#: extend/addon/addons-official/morepokes/morepokes.php:36
+msgid "bonk"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:36
+msgid "bonked"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:37
+msgid "declare undying love for"
+msgstr ""
+
+#: extend/addon/addons-official/morepokes/morepokes.php:37
+msgid "declared undying love for"
+msgstr ""
+
+#: extend/addon/addons-official/hsse/Mod_Hsse.php:15
+msgid "WYSIWYG status editor"
+msgstr ""
+
+#: extend/addon/addons-official/hsse/Mod_Hsse.php:24
+msgid "WYSIWYG Status App"
+msgstr ""
+
+#: extend/addon/addons-official/hsse/Mod_Hsse.php:32
+#, fuzzy
+msgid "WYSIWYG Status"
+msgstr "Status"
+
+#: extend/addon/addons-official/hubwall/hubwall.php:19
+msgid "Send email to all members"
+msgstr ""
+
+#: extend/addon/addons-official/hubwall/hubwall.php:73
#, php-format
-msgid "[red] Cron tasks not running on %s"
-msgstr "[red] Agendador de tarefas não está rodando em %s"
+msgid "%1$d of %2$d messages sent."
+msgstr ""
+
+#: extend/addon/addons-official/hubwall/hubwall.php:81
+msgid "Send email to all hub members."
+msgstr ""
+
+#: extend/addon/addons-official/hubwall/hubwall.php:93
+#, fuzzy
+msgid "Sender Email address"
+msgstr "Seu endereço de e-mail"
+
+#: extend/addon/addons-official/hubwall/hubwall.php:94
+msgid "Test mode (only send to hub administrator)"
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:61
+msgid ""
+"Please contact your site administrator.<br />The provided API URL is not "
+"valid."
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:98
+msgid "We could not contact the GNU social API with the Path you entered."
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:130
+#, fuzzy
+msgid "GNU social settings updated."
+msgstr "As configurações de log foram atualizadas."
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:179
+msgid "Globally Available GNU social OAuthKeys"
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:181
+msgid ""
+"There are preconfigured OAuth key pairs for some GNU social servers "
+"available. If you are using one of them, please use these credentials.<br /"
+">If not feel free to connect to any other GNU social instance (see below)."
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:196
+msgid "Provide your own OAuth Credentials"
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:198
+msgid ""
+"No consumer key pair for GNU social found. Register your Hubzilla Account as "
+"an desktop client on your GNU social account, copy the consumer key pair "
+"here and enter the API base root.<br />Before you register your own OAuth "
+"key pair ask the administrator if there is already a key pair for this "
+"Hubzilla installation at your favourite GNU social installation."
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:202
+#, fuzzy
+msgid "OAuth Consumer Key"
+msgstr "Chave de consumidor"
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:206
+#, fuzzy
+msgid "OAuth Consumer Secret"
+msgstr "Segredo de consumidor"
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:210
+msgid "Base API Path"
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:210
+msgid "Remember the trailing /"
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:214
+#, fuzzy
+msgid "GNU social application name"
+msgstr "Nome da aplicação"
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:237
+msgid ""
+"To connect to your GNU social account click the button below to get a "
+"security code from GNU social which you have to copy into the input box "
+"below and submit the form. Only your <strong>public</strong> posts will be "
+"posted to GNU social."
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:239
+msgid "Log in with GNU social"
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:242
+msgid "Copy the security code from GNU social here"
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:252
+#, fuzzy
+msgid "Cancel Connection Process"
+msgstr "Todas as conexões"
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:254
+msgid "Current GNU social API is"
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:258
+#, fuzzy
+msgid "Cancel GNU social Connection"
+msgstr "Pode ver minhas conexões"
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:275
+msgid ""
+"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
+"details from unknown viewers?</em>) the link potentially included in public "
+"postings relayed to GNU social will lead the visitor to a blank page "
+"informing the visitor that the access to your profile has been restricted."
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:280
+msgid "Post to GNU social by default"
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:280
+msgid ""
+"If enabled your public postings will be posted to the associated GNU-social "
+"account by default"
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/Mod_Statusnet.php:301
+msgid "GNU-Social Crosspost Connector"
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/statusnet.php:145
+msgid "Post to GNU social"
+msgstr ""
+
+#: extend/addon/addons-official/statusnet/statusnet.php:594
+#, fuzzy
+msgid "API URL"
+msgstr "URL do proxy"
+
+#: extend/addon/addons-official/statusnet/statusnet.php:597
+#, fuzzy
+msgid "Application name"
+msgstr "Adicionar aplicação"
+
+#: extend/addon/addons-official/cards/Mod_Card_edit.php:129
+#, fuzzy
+msgid "Edit Card"
+msgstr "Editado"
+
+#: extend/addon/addons-official/cards/cards.php:51
+#, fuzzy
+msgid "View Cards"
+msgstr "Ver tudo"
+
+#: extend/addon/addons-official/cards/Mod_Cards.php:115
+#, fuzzy
+msgid "Add Card"
+msgstr "Adicione ao calendário"
+
+#: extend/addon/addons-official/donate/donate.php:21
+#, fuzzy
+msgid "Project Servers and Resources"
+msgstr "Servidor $Projectname - Configuração"
+
+#: extend/addon/addons-official/donate/donate.php:22
+msgid "Project Creator and Tech Lead"
+msgstr ""
+
+#: extend/addon/addons-official/donate/donate.php:49
+msgid ""
+"And the hundreds of other people and organisations who helped make the "
+"Hubzilla possible."
+msgstr ""
+
+#: extend/addon/addons-official/donate/donate.php:52
+msgid ""
+"The Redmatrix/Hubzilla projects are provided primarily by volunteers giving "
+"their time and expertise - and often paying out of pocket for services they "
+"share with others."
+msgstr ""
+
+#: extend/addon/addons-official/donate/donate.php:53
+msgid ""
+"There is no corporate funding and no ads, and we do not collect and sell "
+"your personal information. (We don't control your personal information - "
+"<strong>you do</strong>.)"
+msgstr ""
+
+#: extend/addon/addons-official/donate/donate.php:54
+msgid ""
+"Help support our ground-breaking work in decentralisation, web identity, and "
+"privacy."
+msgstr ""
+
+#: extend/addon/addons-official/donate/donate.php:56
+msgid ""
+"Your donations keep servers and services running and also helps us to "
+"provide innovative new features and continued development."
+msgstr ""
+
+#: extend/addon/addons-official/donate/donate.php:59
+msgid "Donate"
+msgstr ""
+
+#: extend/addon/addons-official/donate/donate.php:61
+msgid ""
+"Choose a project, developer, or public hub to support with a one-time "
+"donation"
+msgstr ""
+#: extend/addon/addons-official/donate/donate.php:62
+#, fuzzy
+msgid "Donate Now"
+msgstr "Online agora"
+
+#: extend/addon/addons-official/donate/donate.php:63
+msgid ""
+"<strong><em>Or</em></strong> become a project sponsor (Hubzilla Project only)"
+msgstr ""
+
+#: extend/addon/addons-official/donate/donate.php:64
+msgid ""
+"Please indicate if you would like your first name or full name (or nothing) "
+"to appear in our sponsor listing"
+msgstr ""
+
+#: extend/addon/addons-official/donate/donate.php:65
+#, fuzzy
+msgid "Sponsor"
+msgstr "Censurar"
+
+#: extend/addon/addons-official/donate/donate.php:68
+msgid "Special thanks to: "
+msgstr ""
+
+#: extend/addon/addons-official/opensearch/opensearch.php:26
+#, fuzzy, php-format
+msgctxt "opensearch"
+msgid "Search %1$s (%2$s)"
+msgstr "para %1$d %2$s"
+
+#: extend/addon/addons-official/opensearch/opensearch.php:28
+#, fuzzy
+msgctxt "opensearch"
+msgid "$Projectname"
+msgstr "$Projectname"
+
+#: extend/addon/addons-official/opensearch/opensearch.php:43
+#, fuzzy
+msgid "Search $Projectname"
+msgstr "$Projectname"
+
+#: extend/addon/addons-official/nsfw/nsfw.php:153
+msgid "Possible adult content"
+msgstr ""
+
+#: extend/addon/addons-official/nsfw/nsfw.php:168
+#, php-format
+msgid "%s - view"
+msgstr ""
+
+#: extend/addon/addons-official/nsfw/Mod_Nsfw.php:22
+#, fuzzy
+msgid "NSFW Settings saved."
+msgstr "As configurações foram atualizadas."
+
+#: extend/addon/addons-official/nsfw/Mod_Nsfw.php:42
+msgid ""
+"This app looks in posts for the words/text you specify below, and collapses "
+"any content containing those keywords so it is not displayed at "
+"inappropriate times, such as sexual innuendo that may be improper in a work "
+"setting. It is polite and recommended to tag any content containing nudity "
+"with #NSFW. This filter can also match any other word/text you specify, and "
+"can thereby be used as a general purpose content filter."
+msgstr ""
+
+#: extend/addon/addons-official/nsfw/Mod_Nsfw.php:47
+msgid "Comma separated list of keywords to hide"
+msgstr ""
+
+#: extend/addon/addons-official/nsfw/Mod_Nsfw.php:47
+msgid "Word, /regular-expression/, lang=xx, lang!=xx"
+msgstr ""
+
+#: extend/addon/addons-official/nsfw/Mod_Nsfw.php:56
+msgid "NSFW"
+msgstr ""
+
+#: extend/addon/addons-official/likebanner/likebanner.php:51
+#, fuzzy
+msgid "Your Webbie:"
+msgstr "Sua mensagem:"
+
+#: extend/addon/addons-official/likebanner/likebanner.php:54
+msgid "Fontsize (px):"
+msgstr ""
+
+#: extend/addon/addons-official/likebanner/likebanner.php:68
+#, fuzzy
+msgid "Link:"
+msgstr "Link"
+
+#: extend/addon/addons-official/likebanner/likebanner.php:70
+msgid "Like us on Hubzilla"
+msgstr ""
+
+#: extend/addon/addons-official/likebanner/likebanner.php:72
+#, fuzzy
+msgid "Embed:"
+msgstr "Embarcar código"
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:51
+#: extend/addon/addons-official/openclipatar/openclipatar.php:129
+#, fuzzy
+msgid "System defaults:"
+msgstr "Registros no sistema"
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:55
+msgid "Preferred Clipart IDs"
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:55
+msgid "List of preferred clipart ids. These will be shown first."
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:56
+msgid "Default Search Term"
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:56
+msgid "The default search term. These will be shown second."
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:57
+msgid "Return After"
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:57
+msgid "Page to load after image selection."
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:60
+#, fuzzy
+msgid "Profile List"
+msgstr "Perfil-"
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:62
+msgid "Order of Preferred"
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:62
+msgid "Sort order of preferred clipart ids."
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:63
+#: extend/addon/addons-official/openclipatar/openclipatar.php:69
+#, fuzzy
+msgid "Newest first"
+msgstr "Exibir primeiro os mais recentes"
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:66
+#, fuzzy
+msgid "As entered"
+msgstr "interessad@"
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:68
+msgid "Order of other"
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:68
+msgid "Sort order of other clipart ids."
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:70
+msgid "Most downloaded first"
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:71
+msgid "Most liked first"
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:73
+#, fuzzy
+msgid "Preferred IDs Message"
+msgstr "Mensagem privada"
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:73
+msgid "Message to display above preferred results."
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:79
+#, fuzzy
+msgid "Uploaded by: "
+msgstr "Enviar arquivo:"
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:79
+msgid "Drawn by: "
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:183
+#: extend/addon/addons-official/openclipatar/openclipatar.php:195
+#, fuzzy
+msgid "Use this image"
+msgstr "Gostar desta coisa"
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:193
+msgid "Or select from a free OpenClipart.org image:"
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:196
+#, fuzzy
+msgid "Search Term"
+msgstr "Pesquisar"
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:233
+msgid "Unknown error. Please try again later."
+msgstr ""
+
+#: extend/addon/addons-official/openclipatar/openclipatar.php:309
+#, fuzzy
+msgid "Profile photo updated successfully."
+msgstr "O perfil foi atualizado."
+
+#: extend/addon/addons-official/workflow/Settings/WorkflowSettingsUtil.php:145
+#, fuzzy
+msgid "Workflow settings"
+msgstr "Configurações da conta"
+
+#: extend/addon/addons-official/workflow/Settings/Mod_WorkflowSettings.php:101
+#, fuzzy
+msgid "Workflow Settings"
+msgstr "Minhas configurações"
+
+#: extend/addon/addons-official/workflow/workflow.php:224
+msgid "Workflow user."
+msgstr ""
+
+#: extend/addon/addons-official/workflow/workflow.php:275
+#, fuzzy
+msgid "This channel"
+msgstr "Gostar deste canal"
+
+#: extend/addon/addons-official/workflow/workflow.php:330
+#, fuzzy
+msgid "Create New Workflow Item"
+msgstr "Criar um novo perfil"
+
+#: extend/addon/addons-official/workflow/workflow.php:564
+#: extend/addon/addons-official/workflow/workflow.php:1466
+#: extend/addon/addons-official/workflow/workflow.php:1485
+msgid "Workflow"
+msgstr ""
+
+#: extend/addon/addons-official/workflow/workflow.php:1454
+msgid "No Workflows Available"
+msgstr ""
+
+#: extend/addon/addons-official/workflow/workflow.php:1484
+msgid "Add item to which workflow"
+msgstr ""
+
+#: extend/addon/addons-official/workflow/workflow.php:1544
+#: extend/addon/addons-official/workflow/workflow.php:1663
+msgid "Create Workflow Item"
+msgstr ""
+
+#: extend/addon/addons-official/workflow/workflow.php:2632
+msgid "Link"
+msgstr "Link"
+
+#: extend/addon/addons-official/workflow/workflow.php:2634
+msgid "Web link."
+msgstr ""
+
+#: extend/addon/addons-official/workflow/workflow.php:2655
+#: extend/addon/addons-official/workflow/workflow.php:2724
+msgid "Brief description or title"
+msgstr ""
+
+#: extend/addon/addons-official/workflow/workflow.php:2663
+#: extend/addon/addons-official/workflow/workflow.php:2732
+msgid "Notes and Info"
+msgstr ""
+
+#: extend/addon/addons-official/workflow/workflow.php:2670
+msgid "Used to order links"
+msgstr ""
+
+#: extend/addon/addons-official/workflow/workflow.php:2730
+msgid "Body"
+msgstr ""
+
+#: extend/addon/addons-official/nofed/Mod_Nofed.php:21
+#, fuzzy
+msgid "nofed Settings saved."
+msgstr "As configurações foram atualizadas."
+
+#: extend/addon/addons-official/nofed/Mod_Nofed.php:40
+msgid "Federate posts by default"
+msgstr ""
+
+#: extend/addon/addons-official/nofed/Mod_Nofed.php:48
+msgid "No Federation"
+msgstr ""
+
+#: extend/addon/addons-official/nofed/nofed.php:47
+msgid "Federate"
+msgstr ""
+
+#: extend/addon/addons-official/hzfiles/hzfiles.php:81
+msgid "Hubzilla File Storage Import"
+msgstr ""
+
+#: extend/addon/addons-official/hzfiles/hzfiles.php:82
+msgid "This will import all your cloud files from another server."
+msgstr ""
+
+#: extend/addon/addons-official/hzfiles/hzfiles.php:83
+msgid "Hubzilla Server base URL"
+msgstr ""
+
+#: extend/addon/addons-official/hzfiles/hzfiles.php:84
+#: extend/addon/addons-official/content_import/Mod_content_import.php:138
+msgid "Since modified date yyyy-mm-dd"
+msgstr ""
+
+#: extend/addon/addons-official/hzfiles/hzfiles.php:85
+#: extend/addon/addons-official/content_import/Mod_content_import.php:139
+msgid "Until modified date yyyy-mm-dd"
+msgstr ""
+
+#: extend/addon/addons-official/notifyadmin/notifyadmin.php:34
+#, fuzzy
+msgid "New registration"
+msgstr "Registro"
+
+#: extend/addon/addons-official/notifyadmin/notifyadmin.php:42
+#, php-format
+msgid "Message sent to %s. New account registration: %s"
+msgstr ""
+
+#: extend/addon/addons-official/pumpio/pumpio.php:152
+msgid "You are now authenticated to pumpio."
+msgstr ""
+
+#: extend/addon/addons-official/pumpio/pumpio.php:153
+#, fuzzy
+msgid "return to the featured settings page"
+msgstr "Não foi definida nenhuma configuração do recurso"
+
+#: extend/addon/addons-official/pumpio/pumpio.php:168
+msgid "Post to Pump.io"
+msgstr ""
+
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:40
+#, fuzzy
+msgid "Pump.io Settings saved."
+msgstr "As configurações foram atualizadas."
+
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:71
+msgid "Pump.io servername"
+msgstr ""
+
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:71
+msgid "Without \"http://\" or \"https://\""
+msgstr ""
+
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:75
+msgid "Pump.io username"
+msgstr ""
+
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:75
+msgid "Without the servername"
+msgstr ""
+
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:86
+msgid "You are not authenticated to pumpio"
+msgstr ""
+
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:88
+#, fuzzy
+msgid "(Re-)Authenticate your pump.io connection"
+msgstr "Autorizar a conexão com a aplicação"
+
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:92
+msgid "Post to pump.io by default"
+msgstr ""
+
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:96
+msgid "Should posts be public"
+msgstr ""
+
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:100
+msgid "Mirror all public posts"
+msgstr ""
+
+#: extend/addon/addons-official/pumpio/Mod_Pumpio.php:110
+msgid "Pump.io Crosspost Connector"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:19
+#, fuzzy
+msgid "lonely"
+msgstr "Solitário(a)"
+
+#: extend/addon/addons-official/moremoods/moremoods.php:20
+msgid "drunk"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:21
+msgid "horny"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:22
+msgid "stoned"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:23
+msgid "fucked up"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:24
+msgid "clusterfucked"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:25
+msgid "crazy"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:26
+msgid "hurt"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:27
+msgid "sleepy"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:28
+msgid "grumpy"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:29
+msgid "high"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:30
+msgid "semi-conscious"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:31
+msgid "in love"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:32
+#, fuzzy
+msgid "in lust"
+msgstr "Ordem na lista"
+
+#: extend/addon/addons-official/moremoods/moremoods.php:33
+msgid "naked"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:34
+msgid "stinky"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:35
+msgid "sweaty"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:36
+msgid "bleeding out"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:37
+msgid "victorious"
+msgstr ""
+
+#: extend/addon/addons-official/moremoods/moremoods.php:38
+#, fuzzy
+msgid "defeated"
+msgstr "Criado"
+
+#: extend/addon/addons-official/moremoods/moremoods.php:39
+#, fuzzy
+msgid "envious"
+msgstr "ansios@"
+
+#: extend/addon/addons-official/moremoods/moremoods.php:40
+msgid "jealous"
+msgstr ""
+
+#: extend/addon/addons-official/qrator/qrator.php:48
+msgid "QR code"
+msgstr "código QR"
+
+#: extend/addon/addons-official/qrator/qrator.php:63
+msgid "QR Generator"
+msgstr ""
+
+#: extend/addon/addons-official/qrator/qrator.php:64
+#, fuzzy
+msgid "Enter some text"
+msgstr "Intersexuado"
+
+#: extend/addon/addons-official/pageheader/Mod_Pageheader.php:22
+#, fuzzy
+msgid "pageheader Settings saved."
+msgstr "As configurações de tema foram atualizadas."
+
+#: extend/addon/addons-official/pageheader/Mod_Pageheader.php:41
+msgid "Message to display on every page on this server"
+msgstr ""
+
+#: extend/addon/addons-official/pageheader/Mod_Pageheader.php:49
+msgid "Page Header"
+msgstr ""
+
+#: extend/addon/addons-official/cart/cart.php:259
+msgid "DB Cleanup Failure"
+msgstr ""
+
+#: extend/addon/addons-official/cart/cart.php:692
+msgid "[cart] Item Added"
+msgstr ""
+
+#: extend/addon/addons-official/cart/cart.php:1107
+msgid "Order already checked out."
+msgstr ""
+
+#: extend/addon/addons-official/cart/cart.php:1417
+#, fuzzy
+msgid "Drop database tables when uninstalling."
+msgstr "O banco de dados do seu site foi instalado."
+
+#: extend/addon/addons-official/cart/cart.php:1424
+#: extend/addon/addons-official/cart/Settings/Cart.php:129
+#, fuzzy
+msgid "Cart Settings"
+msgstr "Configurações"
+
+#: extend/addon/addons-official/cart/cart.php:1436
+#: extend/addon/addons-official/cart/cart.php:1439
+msgid "Shop"
+msgstr ""
+
+#: extend/addon/addons-official/cart/cart.php:1495
+#: extend/addon/addons-official/cart/myshop.php:113
+#, fuzzy
+msgid "Order Not Found"
+msgstr "Não encontrada"
+
+#: extend/addon/addons-official/cart/cart.php:1599
+#, fuzzy
+msgid "You must be logged into the Grid to shop."
+msgstr "Você precisa estar autenticado para ver esta página."
+
+#: extend/addon/addons-official/cart/cart.php:1632
+#: extend/addon/addons-official/cart/submodules/paypalbutton.php:392
+#: extend/addon/addons-official/cart/submodules/paypalbuttonV2.php:417
+#: extend/addon/addons-official/cart/manual_payments.php:68
+#, fuzzy
+msgid "Order not found."
+msgstr "A fonte não foi encontrada."
+
+#: extend/addon/addons-official/cart/cart.php:1648
+#, fuzzy
+msgid "Access denied."
+msgstr "Acesso público negado."
+
+#: extend/addon/addons-official/cart/cart.php:1700
+#: extend/addon/addons-official/cart/cart.php:1843
+#, fuzzy
+msgid "No Order Found"
+msgstr "Não encontrada"
+
+#: extend/addon/addons-official/cart/cart.php:1709
+msgid "An unknown error has occurred Please start again."
+msgstr ""
+
+#: extend/addon/addons-official/cart/cart.php:1852
+msgid "Requirements not met."
+msgstr ""
+
+#: extend/addon/addons-official/cart/cart.php:1852
+msgid "Review your order and complete any needed requirements."
+msgstr ""
+
+#: extend/addon/addons-official/cart/cart.php:1878
+#, fuzzy
+msgid "Invalid Payment Type. Please start again."
+msgstr "Não foi possível atualizar a senha. Por favor, tente novamente."
+
+#: extend/addon/addons-official/cart/cart.php:1885
+#, fuzzy
+msgid "Order not found"
+msgstr "O item não foi encontrado"
+
+#: extend/addon/addons-official/cart/myshop.php:30
+#, fuzzy
+msgid "Access Denied."
+msgstr "Acesso público negado."
+
+#: extend/addon/addons-official/cart/myshop.php:145
+#: extend/addon/addons-official/cart/myshop.php:181
+#: extend/addon/addons-official/cart/myshop.php:215
+#: extend/addon/addons-official/cart/myshop.php:265
+#: extend/addon/addons-official/cart/myshop.php:300
+#: extend/addon/addons-official/cart/myshop.php:323
+#, fuzzy
+msgid "Access Denied"
+msgstr "Tipo de acesso"
+
+#: extend/addon/addons-official/cart/myshop.php:190
+#: extend/addon/addons-official/cart/myshop.php:224
+#: extend/addon/addons-official/cart/myshop.php:275
+#: extend/addon/addons-official/cart/myshop.php:333
+#, fuzzy
+msgid "Invalid Item"
+msgstr "Item inválido."
+
+#: extend/addon/addons-official/cart/submodules/paypalbutton.php:85
+msgid "Enable Paypal Button Module"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/paypalbutton.php:93
+#: extend/addon/addons-official/cart/submodules/paypalbuttonV2.php:96
+msgid "Use Production Key"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/paypalbutton.php:100
+#: extend/addon/addons-official/cart/submodules/paypalbuttonV2.php:103
+msgid "Paypal Sandbox Client Key"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/paypalbutton.php:107
+#: extend/addon/addons-official/cart/submodules/paypalbuttonV2.php:110
+msgid "Paypal Sandbox Secret Key"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/paypalbutton.php:113
+#: extend/addon/addons-official/cart/submodules/paypalbuttonV2.php:116
+msgid "Paypal Production Client Key"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/paypalbutton.php:120
+#: extend/addon/addons-official/cart/submodules/paypalbuttonV2.php:123
+msgid "Paypal Production Secret Key"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/paypalbutton.php:252
+#: extend/addon/addons-official/cart/submodules/paypalbuttonV2.php:271
+msgid "Paypal button payments are not enabled."
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/paypalbutton.php:270
+#: extend/addon/addons-official/cart/submodules/paypalbuttonV2.php:289
+msgid ""
+"Paypal button payments are not properly configured. Please choose another "
+"payment option."
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/manualcat.php:61
+msgid "Enable Manual Cart Module"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/manualcat.php:172
+#: extend/addon/addons-official/cart/submodules/hzservices.php:164
+#, fuzzy
+msgid "New Sku"
+msgstr "Nova fonte"
+
+#: extend/addon/addons-official/cart/submodules/manualcat.php:208
+#: extend/addon/addons-official/cart/submodules/hzservices.php:199
+#, fuzzy
+msgid "Cannot save edits to locked item."
+msgstr "O canal está bloqueado neste site."
+
+#: extend/addon/addons-official/cart/submodules/manualcat.php:252
+#: extend/addon/addons-official/cart/submodules/hzservices.php:649
+#, fuzzy
+msgid "Changes Locked"
+msgstr "Fontes do canal"
+
+#: extend/addon/addons-official/cart/submodules/manualcat.php:256
+#: extend/addon/addons-official/cart/submodules/hzservices.php:653
+#, fuzzy
+msgid "Item available for purchase."
+msgstr "O item não está disponível."
+
+#: extend/addon/addons-official/cart/submodules/manualcat.php:263
+#: extend/addon/addons-official/cart/submodules/hzservices.php:660
+#: extend/addon/addons-official/cart/widgets/catalogitem.php:57
+msgid "Price"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/manualcat.php:266
+#: extend/addon/addons-official/cart/submodules/hzservices.php:663
+#, fuzzy
+msgid "Photo URL"
+msgstr "URL da foto de ícone"
+
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:151
+msgid "Enable Subscription Management Module"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:223
+msgid ""
+"Cannot include subscription items with different terms in the same order."
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:372
+msgid "Select Subscription to Edit"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:380
+#, fuzzy
+msgid "Edit Subscriptions"
+msgstr "Editar descrição de página do sistema"
+
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:414
+#, fuzzy
+msgid "Subscription SKU"
+msgstr "Descrição"
+
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:419
+#, fuzzy
+msgid "Catalog Description"
+msgstr "Descrição de Layout"
+
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:423
+msgid "Subscription available for purchase."
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:428
+msgid "Maximum active subscriptions to this item per account."
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:431
+#, fuzzy
+msgid "Subscription price."
+msgstr "Descrição"
+
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:435
+msgid "Quantity"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/subscriptions.php:439
+msgid "Term"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/hzservices.php:65
+msgid "Enable Hubzilla Services Module"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/hzservices.php:248
+#: extend/addon/addons-official/cart/submodules/hzservices.php:335
+#, fuzzy
+msgid "SKU not found."
+msgstr "A fonte não foi encontrada."
+
+#: extend/addon/addons-official/cart/submodules/hzservices.php:301
+#: extend/addon/addons-official/cart/submodules/hzservices.php:305
+msgid "Invalid Activation Directive."
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/hzservices.php:376
+#: extend/addon/addons-official/cart/submodules/hzservices.php:380
+msgid "Invalid Deactivation Directive."
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/hzservices.php:566
+msgid "Add to this privacy group"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/hzservices.php:582
+msgid "Set user service class"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/hzservices.php:609
+#, fuzzy
+msgid "You must be using a local account to purchase this service."
+msgstr "Você precisa estar autenticado para usar este recurso."
+
+#: extend/addon/addons-official/cart/submodules/hzservices.php:667
+msgid "Add buyer to privacy group"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/hzservices.php:672
+#, fuzzy
+msgid "Add buyer as connection"
+msgstr "Adicionar nova conexão"
+
+#: extend/addon/addons-official/cart/submodules/hzservices.php:680
+#: extend/addon/addons-official/cart/submodules/hzservices.php:722
+msgid "Set Service Class"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/paypalbuttonV2.php:86
+msgid "Enable Paypal Button Module (API-v2)"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:70
+msgid "Enable Order/Item Options"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:333
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:357
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:433
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:457
+msgid "Label"
+msgstr ""
+
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:336
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:360
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:436
+#: extend/addon/addons-official/cart/submodules/orderoptions.php:460
+#, fuzzy
+msgid "Instructions"
+msgstr "Ações"
+
+#: extend/addon/addons-official/cart/manual_payments.php:7
+#, fuzzy
+msgid "Error: order mismatch. Please try again."
+msgstr "Não foi possível atualizar a senha. Por favor, tente novamente."
+
+#: extend/addon/addons-official/cart/manual_payments.php:61
+msgid "Manual payments are not enabled."
+msgstr ""
+
+#: extend/addon/addons-official/cart/manual_payments.php:77
+#, fuzzy
+msgid "Finished"
+msgstr "Fim:"
+
+#: extend/addon/addons-official/cart/Settings/Cart.php:58
+msgid "Enable Test Catalog"
+msgstr ""
+
+#: extend/addon/addons-official/cart/Settings/Cart.php:70
+msgid "Enable Manual Payments"
+msgstr ""
+
+#: extend/addon/addons-official/cart/Settings/Cart.php:90
+msgid "Base Merchant Currency"
+msgstr ""
+
+#: extend/addon/addons-official/rainbowtag/Mod_Rainbowtag.php:22
+msgid "Rainbow Tag App"
+msgstr ""
+
+#: extend/addon/addons-official/rainbowtag/Mod_Rainbowtag.php:23
+msgid "Add some colour to tag clouds"
+msgstr ""
+
+#: extend/addon/addons-official/rainbowtag/Mod_Rainbowtag.php:30
+msgid "Rainbow Tag"
+msgstr ""
+
+#: extend/addon/addons-official/photocache/Mod_Photocache.php:27
+#, fuzzy
+msgid "Photo Cache settings saved."
+msgstr "As configurações de site foram atualizadas."
+
+#: extend/addon/addons-official/photocache/Mod_Photocache.php:43
+msgid ""
+"Saves a copy of images from external sites locally to increase your "
+"anonymity in the web."
+msgstr ""
+
+#: extend/addon/addons-official/photocache/Mod_Photocache.php:49
+msgid "Minimal photo size for caching"
+msgstr ""
+
+#: extend/addon/addons-official/photocache/Mod_Photocache.php:51
+msgid "In pixels. From 1 up to 1024, 0 will be replaced with system default."
+msgstr ""
+
+#: extend/addon/addons-official/photocache/Mod_Photocache.php:60
+msgid "Photo Cache"
+msgstr ""
+
+#: extend/addon/addons-official/content_import/Mod_content_import.php:27
+msgid "No server specified"
+msgstr ""
+
+#: extend/addon/addons-official/content_import/Mod_content_import.php:72
+msgid "Posts imported"
+msgstr ""
+
+#: extend/addon/addons-official/content_import/Mod_content_import.php:112
+#, fuzzy
+msgid "Files imported"
+msgstr "Carregamento de arquivos"
+
+#: extend/addon/addons-official/content_import/Mod_content_import.php:134
+msgid ""
+"This will import all your conversations and cloud files from a cloned "
+"channel on another server. This may take a while if you have lots of posts "
+"and or files."
+msgstr ""
+
+#: extend/addon/addons-official/content_import/Mod_content_import.php:135
+msgid "Include posts"
+msgstr ""
+
+#: extend/addon/addons-official/content_import/Mod_content_import.php:135
+msgid "Conversations, Articles, Cards, and other posted content"
+msgstr ""
+
+#: extend/addon/addons-official/content_import/Mod_content_import.php:136
+#, fuzzy
+msgid "Include files"
+msgstr "Perfis avançados"
+
+#: extend/addon/addons-official/content_import/Mod_content_import.php:136
+msgid "Files, Photos and other cloud storage"
+msgstr ""
+
+#: extend/addon/addons-official/content_import/Mod_content_import.php:137
+msgid "Original Server base URL"
+msgstr ""
+
+#: extend/addon/addons-official/msgfooter/msgfooter.php:47
+msgid "text to include in all outgoing posts from this site"
+msgstr ""
+
+#: extend/addon/addons-official/logrot/logrot.php:36
+msgid "Logfile archive directory"
+msgstr ""
+
+#: extend/addon/addons-official/logrot/logrot.php:36
+msgid "Directory to store rotated logs"
+msgstr ""
+
+#: extend/addon/addons-official/logrot/logrot.php:37
+msgid "Logfile size in bytes before rotating"
+msgstr ""
+
+#: extend/addon/addons-official/logrot/logrot.php:38
+msgid "Number of logfiles to retain"
+msgstr ""
+
+#: extend/addon/addons-official/openstreetmap/openstreetmap.php:133
+#, fuzzy
+msgid "View Larger"
+msgstr "Ver tudo"
+
+#: extend/addon/addons-official/openstreetmap/openstreetmap.php:156
+msgid "Tile Server URL"
+msgstr ""
+
+#: extend/addon/addons-official/openstreetmap/openstreetmap.php:156
+msgid ""
+"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" "
+"target=\"_blank\">public tile servers</a>"
+msgstr ""
+
+#: extend/addon/addons-official/openstreetmap/openstreetmap.php:157
+msgid "Nominatim (reverse geocoding) Server URL"
+msgstr ""
+
+#: extend/addon/addons-official/openstreetmap/openstreetmap.php:157
+msgid ""
+"A list of <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" "
+"target=\"_blank\">Nominatim servers</a>"
+msgstr ""
+
+#: extend/addon/addons-official/openstreetmap/openstreetmap.php:158
+#, fuzzy
+msgid "Default zoom"
+msgstr "Default"
+
+#: extend/addon/addons-official/openstreetmap/openstreetmap.php:158
+msgid ""
+"The default zoom level. (1:world, 18:highest, also depends on tile server)"
+msgstr ""
+
+#: extend/addon/addons-official/openstreetmap/openstreetmap.php:159
+msgid "Include marker on map"
+msgstr ""
+
+#: extend/addon/addons-official/openstreetmap/openstreetmap.php:159
+msgid "Include a marker on the map."
+msgstr ""
+
+#: extend/addon/addons-official/ljpost/Mod_Ljpost.php:53
+msgid "Livejournal username"
+msgstr ""
+
+#: extend/addon/addons-official/ljpost/Mod_Ljpost.php:57
+#, fuzzy
+msgid "Livejournal password"
+msgstr "Sua nova senha é"
+
+#: extend/addon/addons-official/ljpost/Mod_Ljpost.php:61
+msgid "Post to Livejournal by default"
+msgstr ""
+
+#: extend/addon/addons-official/ljpost/Mod_Ljpost.php:65
+msgid "Send wall-to-wall posts to Livejournal"
+msgstr ""
+
+#: extend/addon/addons-official/ljpost/Mod_Ljpost.php:77
+msgid "Livejournal Crosspost Connector"
+msgstr ""
+
+#: extend/addon/addons-official/ljpost/ljpost.php:49
+msgid "Post to Livejournal"
+msgstr ""
+
+#: extend/addon/addons-official/ljpost/ljpost.php:127
+msgid "Posted by"
+msgstr ""
+
+#: extend/addon/addons-official/testdrive/testdrive.php:104
+#, php-format
+msgid "Your account on %s will expire in a few days."
+msgstr ""
+
+#: extend/addon/addons-official/testdrive/testdrive.php:105
+msgid "Your test account is about to expire."
+msgstr ""
+
+#: extend/addon/addons-official/hideaside/Mod_Hideaside.php:28
+msgid "Hide Aside App"
+msgstr ""
+
+#: extend/addon/addons-official/hideaside/Mod_Hideaside.php:29
+msgid "Fade out aside areas after a while when using endless scroll"
+msgstr ""
+
+#: extend/addon/addons-official/planets/Mod_Planets.php:23
+msgid "Random Planet App"
+msgstr ""
+
+#: extend/addon/addons-official/planets/Mod_Planets.php:25
+msgid ""
+"Set a random planet from the Star Wars Empire as your location when posting"
+msgstr ""
+
+#: extend/addon/addons-official/wholikesme/wholikesme.php:29
+msgid "Who likes me?"
+msgstr ""
+
+#: extend/addon/addons-official/visage/Mod_Visage.php:23
+msgid "Recent Channel/Profile Viewers"
+msgstr ""
+
+#: extend/addon/addons-official/visage/Mod_Visage.php:34
+msgid "No entries."
+msgstr "Sem entradas."
+
+#: extend/addon/addons-official/redfiles/redfiles.php:119
+msgid "Redmatrix File Storage Import"
+msgstr ""
+
+#: extend/addon/addons-official/redfiles/redfiles.php:120
+msgid "This will import all your Redmatrix cloud files to this channel."
+msgstr ""
+
+#: extend/addon/addons-official/articles/articles.php:51
+#, fuzzy
+msgid "View Articles"
+msgstr "Ver avaliações"
+
+#: extend/addon/addons-official/articles/Mod_Articles.php:119
+msgid "Add Article"
+msgstr ""
+
+#: extend/addon/addons-official/articles/Mod_Article_edit.php:127
+#, fuzzy
+msgid "Edit Article"
+msgstr "Editar perfil"
+
+#: extend/addon/addons-official/nsabait/Mod_Nsabait.php:23
+#, fuzzy
+msgid "NSA Bait App"
+msgstr "Edite aplicativos"
+
+#: extend/addon/addons-official/nsabait/Mod_Nsabait.php:25
+msgid "Make yourself a political target."
+msgstr ""
+
+#: extend/addon/addons-official/fuzzloc/Mod_Fuzzloc.php:22
+#, fuzzy
+msgid "Fuzzloc Settings updated."
+msgstr "As configurações foram atualizadas."
+
+#: extend/addon/addons-official/fuzzloc/Mod_Fuzzloc.php:38
+msgid "Minimum offset in meters"
+msgstr ""
+
+#: extend/addon/addons-official/fuzzloc/Mod_Fuzzloc.php:42
+msgid "Maximum offset in meters"
+msgstr ""
+
+#: extend/addon/addons-official/fuzzloc/Mod_Fuzzloc.php:51
+#, fuzzy
+msgid "Fuzzy Location"
+msgstr "Localização"
+
+#: extend/addon/addons-official/diaspora/import_diaspora.php:18
+#, fuzzy
+msgid "No username found in import file."
+msgstr "Canal a clonar não encontrado. A importação falhou."
+
+#: extend/addon/addons-official/diaspora/import_diaspora.php:140
+msgid "Import completed."
+msgstr "A importação foi completada."
+
+#: extend/addon/addons-official/diaspora/diaspora.php:81
+msgid ""
+"Please install the statistics addon to be able to configure a diaspora relay"
+msgstr ""
+
+#: extend/addon/addons-official/diaspora/diaspora.php:91
+msgid "Diaspora Relay Handle"
+msgstr ""
+
+#: extend/addon/addons-official/diaspora/diaspora.php:91
+msgid "Address of a diaspora relay. Example: relay@diasporarelay.tld"
+msgstr ""
+
+#: extend/addon/addons-official/diaspora/diaspora.php:111
+msgid "Diaspora relay could not be imported"
+msgstr ""
+
+#: extend/addon/addons-official/diaspora/diaspora.php:1093
+#, fuzzy
+msgid "No subject"
+msgstr "Assunto:"
+
+#: extend/addon/addons-official/diaspora/Mod_Diaspora.php:43
+#, fuzzy
+msgid "Diaspora Protocol Settings updated."
+msgstr "As configurações de site foram atualizadas."
+
+#: extend/addon/addons-official/diaspora/Mod_Diaspora.php:52
+msgid ""
+"The diaspora protocol does not support location independence. Connections "
+"you make within that network may be unreachable from alternate channel "
+"locations."
+msgstr ""
+
+#: extend/addon/addons-official/diaspora/Mod_Diaspora.php:80
+msgid "Prevent your hashtags from being redirected to other sites"
+msgstr "Previne que suas hashtags sejam redirecionadas para outros sítios"
+
+#: extend/addon/addons-official/diaspora/Mod_Diaspora.php:84
+msgid "Sign and forward posts and comments with no existing Diaspora signature"
+msgstr ""
+
+#: extend/addon/addons-official/diaspora/Mod_Diaspora.php:89
+msgid "Followed hashtags (comma separated, do not include the #)"
+msgstr ""
+
+#: extend/addon/addons-official/diaspora/Mod_Diaspora.php:98
+#, fuzzy
+msgid "Diaspora Protocol"
+msgstr "Diaspora"
+
+#: extend/addon/addons-official/diaspora/Receiver.php:1632
+#, fuzzy, php-format
+msgid "%1$s dislikes %2$s's %3$s"
+msgstr "%1$s comparecerá em %3$s de %2$s"
+
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:30
+#, fuzzy
+msgid "Wordpress Settings saved."
+msgstr "As configurações foram atualizadas."
+
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:67
+msgid "WordPress username"
+msgstr ""
+
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:71
+#, fuzzy
+msgid "WordPress password"
+msgstr "sua senha de registro"
+
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:75
+msgid "WordPress API URL"
+msgstr ""
+
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:76
+msgid "Typically https://your-blog.tld/xmlrpc.php"
+msgstr ""
+
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:79
+msgid "WordPress blogid"
+msgstr ""
+
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:80
+msgid "For multi-user sites such as wordpress.com, otherwise leave blank"
+msgstr ""
+
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:84
+msgid "Post to WordPress by default"
+msgstr ""
+
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:88
+msgid "Forward comments (requires hubzilla_wp plugin)"
+msgstr ""
+
+#: extend/addon/addons-official/wppost/Mod_Wppost.php:104
+msgid "Wordpress Post"
+msgstr ""
+
+#: extend/addon/addons-official/wppost/wppost.php:47
+#, fuzzy
+msgid "Post to WordPress"
+msgstr "Categorizar publicações"
diff --git a/view/theme/redbasic/css/blockmode.css b/view/theme/redbasic/css/blockmode.css
deleted file mode 100644
index cc1db209e..000000000
--- a/view/theme/redbasic/css/blockmode.css
+++ /dev/null
@@ -1,15 +0,0 @@
-
-.wall-item-content.conv-list-mode {
- max-width: 280px;
- height:200px;
- min-height: 200px;
- overflow: hidden;
-}
-
-.thread-wrapper.toplevel_item.conv-list-mode {
- width: 300px;
- height: 300px;
- float: left;
- margin-left: 5px;
- margin-bottom: 35px;
-}
diff --git a/view/theme/redbasic/css/mod_page.css b/view/theme/redbasic/css/mod_page.css
deleted file mode 100644
index 37f597fac..000000000
--- a/view/theme/redbasic/css/mod_page.css
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
-section {
-left: 0px;
-width: 800px;
-margin-left: auto;
-margin-right: auto;
-}
-body {background-color: #d00 !important;}
-
-.page-content-wrapper {background: #fff;
- color: #000;
- border-radius: 20px;
- box-shadow: 5px 5px 5px #111;
-}
-
-h3.page-title {
-padding-top: 30px;
- color: #033}
-.page-body {padding: 40px;}
-
-.page-body strong {color: #033;}
-
-.nav-links {margin-top: 5px;}
-*/ \ No newline at end of file
diff --git a/view/theme/redbasic/css/sample.scss b/view/theme/redbasic/css/sample.scss
new file mode 100644
index 000000000..410026aa2
--- /dev/null
+++ b/view/theme/redbasic/css/sample.scss
@@ -0,0 +1,14 @@
+// To compiled custom site bootstrap from sass,
+// run this script from the document root for an example:
+// php vendor/bin/pscss view/theme/redbasic/css/sample.scss view/theme/redbasic/css/bootstrap-custom.css
+
+// See https://getbootstrap.com/docs/5.3/customize/sass/ for more infos
+
+// required import
+@import "vendor/twbs/bootstrap/scss/_functions";
+
+$primary: #ff0000; // set the $primary variable
+
+
+// set changes
+@import "vendor/twbs/bootstrap/scss/bootstrap";
diff --git a/view/theme/redbasic/css/sloppy_photos.css b/view/theme/redbasic/css/sloppy_photos.css
deleted file mode 100644
index 78aedc9cc..000000000
--- a/view/theme/redbasic/css/sloppy_photos.css
+++ /dev/null
@@ -1,58 +0,0 @@
-
-.rotleft1 {
--webkit-transform: rotate(-1deg);
--moz-transform: rotate(-1deg);
--ms-transform: rotate(-1deg);
--o-transform: rotate(-1deg);
-}
-
-.rotleft2 {
--webkit-transform: rotate(-2deg);
--moz-transform: rotate(-2deg);
--ms-transform: rotate(-2deg);
--o-transform: rotate(-2deg);
-}
-
-.rotleft3 {
--webkit-transform: rotate(-3deg);
--moz-transform: rotate(-3deg);
--ms-transform: rotate(-3deg);
--o-transform: rotate(-3deg);
-}
-
-.rotleft4 {
--webkit-transform: rotate(-4deg);
--moz-transform: rotate(-4deg);
--ms-transform: rotate(-4deg);
--o-transform: rotate(-4deg);
-}
-
-
-.rotright1 {
--webkit-transform: rotate(1deg);
--moz-transform: rotate(1deg);
--ms-transform: rotate(1deg);
--o-transform: rotate(1deg);
-}
-
-.rotright2 {
--webkit-transform: rotate(2deg);
--moz-transform: rotate(2deg);
--ms-transform: rotate(2deg);
--o-transform: rotate(2deg);
-}
-
-.rotright3 {
--webkit-transform: rotate(3deg);
--moz-transform: rotate(3deg);
--ms-transform: rotate(3deg);
--o-transform: rotate(3deg);
-}
-
-.rotright4 {
--webkit-transform: rotate(4deg);
--moz-transform: rotate(4deg);
--ms-transform: rotate(4deg);
--o-transform: rotate(4deg);
-}
-
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 451303338..30b9ba64c 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -7,21 +7,13 @@
/* bootstrap variables */
-:root {
- --bs-border-radius: $radius;
- --bs-highlight-bg: var(--bs-warning);
-}
[data-bs-theme=light] {
- --bs-link-color: $link_color;
- --bs-link-hover-color: $link_hover_color;
--hz-body-bg: $bgcolor;
--hz-body-bg-image: url('$background_image');
}
[data-bs-theme=dark] {
- --bs-link-color: $link_color_dark;
- --bs-link-hover-color: $link_hover_color_dark;
--hz-body-bg: $bgcolor_dark;
--hz-body-bg-image: url('$background_image_dark');
}
@@ -34,10 +26,6 @@
background-color: $nav_bg_dark !important;
}
-.btn {
- --bs-btn-border-radius: $radius;
-}
-
/* generals */
@@ -46,13 +34,10 @@ html {
}
body {
- font-size: 0.9rem;
background-color: var(--hz-body-bg);
background-image: var(--hz-body-bg-image);
background-attachment: fixed;
background-size: cover;
- color: var(--bs-body-color);
- margin: 0;
}
aside#region_1 {
@@ -87,30 +72,31 @@ main {
height: 100vh;
background: rgba(0, 0, 0, .3);
cursor: pointer;
+ z-index: 1010;
}
h1, .h1 {
- font-size: 2rem;
+ font-size: 2.1rem;
}
h2, .h2 {
- font-size: 1.6rem;
+ font-size: 1.7rem;
}
h3, .h3 {
- font-size: 1.2rem;
+ font-size: 1.3rem;
}
h4, .h4 {
- font-size: 1.05rem;
+ font-size: 1.15rem;
}
h5, .h5 {
- font-size: 0.9rem;
+ font-size: 1rem;
}
h6, .h6 {
- font-size: 0.75rem;
+ font-size: 0.85rem;
}
.navbar-banner {
@@ -155,7 +141,7 @@ a:focus,
}
input, optgroup, select, textarea {
- font-size: 0.9rem !important;
+ font-size: 1rem !important;
}
input[type=text], textarea {
@@ -459,7 +445,7 @@ footer {
.photo,
.contact-block-img {
- border-radius: $radius;
+ border-radius: var(--bs-border-radius);
}
#side-bar-photos-albums {
@@ -472,7 +458,7 @@ footer {
.profile-match-photo img,
.directory-photo-img {
- border-radius: $radius;
+ border-radius: var(--bs-border-radius);
}
.profile-match-photo img {
@@ -744,7 +730,7 @@ div.jGrowl div.jGrowl-notification {
.jslider .jslider-scale ins {
color: #333;
- font-size: 0.9rem;
+ font-size: 1rem;
width: 100px;
text-align: center;
}
@@ -962,17 +948,14 @@ img.mail-conv-sender-photo {
background-color: var(--bs-body-bg);
border: 1px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
-
}
-
-
#profile-jot-text::-webkit-input-placeholder {
- font-size: 1.2rem;
+ font-size: 1.3rem;
}
#profile-jot-text::-moz-placeholder {
- font-size: 1.2rem;
+ font-size: 1.3rem;
}
#profile-jot-text:focus::-webkit-input-placeholder {
@@ -1061,14 +1044,6 @@ img.mail-conv-sender-photo {
height: $reply_photo;
}
-.wall-item-content,
-.mail-conv-body,
-.page-body,
-.chat-item-text,
-.chat-item-text-self {
- font-size: 1rem;
-}
-
.comment-edit-text {
border: 1px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
@@ -1155,16 +1130,16 @@ img.mail-conv-sender-photo {
}
.menu-img-2 {
- height: 2.3rem;
- width: 2.3rem;
+ height: 2.5rem;
+ width: 2.5rem;
margin-right: .5rem;
border-radius: var(--bs-border-radius);
float: left;
}
.menu-img-1 {
- height: 1.1rem;
- width: 1.1rem;
+ height: 1.3rem;
+ width: 1.3rem;
border-radius: var(--bs-border-radius);
}
@@ -1199,6 +1174,7 @@ img.mail-conv-sender-photo {
border: 1px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
margin-bottom: 1.5rem;
+ font-size: 1.1rem;
}
.section-title-wrapper {
@@ -1236,32 +1212,32 @@ img.mail-conv-sender-photo {
.section-content-success-wrapper {
padding: 21px 10px;
- color: #155724;
- background-color: #d4edda;
+ color: var(--bs-success-text-emphasis);
+ background-color: var(--bs-success-bg-subtle);
border-bottom: 3px solid var(--bs-body-bg);
text-align: center;
}
.section-content-info-wrapper {
padding: 21px 10px;
- color: #0c5460;
- background-color: #d1ecf1;
+ color: var(--bs-info-text-emphasis);
+ background-color: var(--bs-info-bg-subtle);
border-bottom: 3px solid var(--bs-body-bg);
text-align: center;
}
.section-content-warning-wrapper {
padding: 21px 10px;
- color: #856404;
- background-color: #fff3cd;
+ color: var(--bs-warning-text-emphasis);
+ background-color: var(--bs-warning-bg-subtle);
border-bottom: 3px solid var(--bs-body-bg);
text-align: center;
}
.section-content-danger-wrapper {
padding: 21px 10px;
- color: #721c24;
- background-color: #f8d7da;
+ color: var(--bs-danger-text-emphasis);
+ background-color: var(--bs-danger-bg-subtle);
border-bottom: 3px solid var(--bs-body-bg);
text-align: center;
}
@@ -1354,12 +1330,7 @@ main.fullscreen .section-content-wrapper-np {
/* bootstrap overrides */
-.form-control {
- border-radius: $radius;
-}
-
blockquote {
- font-size: 1rem;
font-style: italic;
border-left: 3px solid var(--bs-border-color);
padding: 1em 0px 1em 1.5em;
@@ -1447,7 +1418,6 @@ dl.bb-dl > dd > li {
.bootstrap-tagsinput input {
height: 2.5rem;
margin: 0;
- max-width: 30%;
}
.bootstrap-tagsinput {
@@ -1674,3 +1644,5 @@ dl.bb-dl > dd > li {
transform: translateX(80vw);
}
}
+
+
diff --git a/view/theme/redbasic/img/screenshot.png b/view/theme/redbasic/img/screenshot.png
index 80b217a21..8871c511c 100644
--- a/view/theme/redbasic/img/screenshot.png
+++ b/view/theme/redbasic/img/screenshot.png
Binary files differ
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php
index 344f3ff68..7079cc386 100644
--- a/view/theme/redbasic/php/config.php
+++ b/view/theme/redbasic/php/config.php
@@ -2,6 +2,9 @@
namespace Zotlabs\Theme;
+use ScssPhp\ScssPhp\Compiler;
+use ScssPhp\ScssPhp\OutputStyle;
+
class RedbasicConfig {
function get_schemas() {
@@ -36,16 +39,16 @@ class RedbasicConfig {
return;
}
- $arr = array();
+ $arr['primary_color'] = get_pconfig(local_channel(),'redbasic', 'primary_color');
+ $arr['success_color'] = get_pconfig(local_channel(),'redbasic', 'success_color');
+ $arr['info_color'] = get_pconfig(local_channel(),'redbasic', 'info_color');
+ $arr['warning_color'] = get_pconfig(local_channel(),'redbasic', 'warning_color');
+ $arr['danger_color'] = get_pconfig(local_channel(),'redbasic', 'danger_color');
$arr['dark_mode'] = get_pconfig(local_channel(),'redbasic', 'dark_mode');
$arr['navbar_dark_mode'] = get_pconfig(local_channel(),'redbasic', 'navbar_dark_mode');
$arr['narrow_navbar'] = get_pconfig(local_channel(),'redbasic', 'narrow_navbar' );
$arr['nav_bg'] = get_pconfig(local_channel(),'redbasic', 'nav_bg' );
$arr['nav_bg_dark'] = get_pconfig(local_channel(),'redbasic', 'nav_bg_dark' );
- $arr['link_color'] = get_pconfig(local_channel(),'redbasic', 'link_color' );
- $arr['link_color_dark'] = get_pconfig(local_channel(),'redbasic', 'link_color_dark' );
- $arr['link_hover_color'] = get_pconfig(local_channel(),'redbasic', 'link_hover_color' );
- $arr['link_hover_color_dark'] = get_pconfig(local_channel(),'redbasic', 'link_hover_color_dark' );
$arr['bgcolor'] = get_pconfig(local_channel(),'redbasic', 'background_color' );
$arr['bgcolor_dark'] = get_pconfig(local_channel(),'redbasic', 'background_color_dark' );
$arr['background_image'] = get_pconfig(local_channel(),'redbasic', 'background_image' );
@@ -65,15 +68,99 @@ class RedbasicConfig {
}
if (isset($_POST['redbasic-settings-submit'])) {
+ if (isset($_POST['redbasic_primary_color']) || isset($_POST['redbasic_radius'])) {
+
+ $primary_color = '';
+ $success_color = '';
+ $info_color = '';
+ $warning_color = '';
+ $danger_color = '';
+ $radius = floatval($_POST['redbasic_radius']);
+
+ if (preg_match('/^#([A-Fa-f0-9]{3}){1,2}$/', $_POST['redbasic_primary_color'])) {
+ $primary_color = $_POST['redbasic_primary_color'];
+ }
+ if (preg_match('/^#([A-Fa-f0-9]{3}){1,2}$/', $_POST['redbasic_success_color'])) {
+ $success_color = $_POST['redbasic_success_color'];
+ }
+ if (preg_match('/^#([A-Fa-f0-9]{3}){1,2}$/', $_POST['redbasic_info_color'])) {
+ $info_color = $_POST['redbasic_info_color'];
+ }
+ if (preg_match('/^#([A-Fa-f0-9]{3}){1,2}$/', $_POST['redbasic_warning_color'])) {
+ $warning_color = $_POST['redbasic_warning_color'];
+ }
+ if (preg_match('/^#([A-Fa-f0-9]{3}){1,2}$/', $_POST['redbasic_danger_color'])) {
+ $danger_color = $_POST['redbasic_danger_color'];
+ }
+
+ if ($primary_color || $success_color || $info_color || $warning_color || $danger_color || $radius) {
+
+ try {
+ $cache_dir = 'store/[data]/[scss]/';
+ if(!is_dir($cache_dir)) {
+ os_mkdir($cache_dir, STORAGE_DEFAULT_PERMISSIONS, true);
+ }
+
+ $options = [
+ 'cacheDir' => $cache_dir,
+ 'prefix' => 'redbasic_',
+ 'forceRefresh' => false
+ ];
+
+ $compiler = new Compiler($options);
+ $compiler->setImportPaths('vendor/twbs/bootstrap/scss');
+ $compiler->setOutputStyle(OutputStyle::COMPRESSED);
+
+ // Set Variables
+ if ($primary_color) {
+ $variables['$primary'] = $primary_color;
+ }
+ if ($success_color) {
+ $variables['$success'] = $success_color;
+ }
+ if ($info_color) {
+ $variables['$info'] = $info_color;
+ }
+ if ($warning_color) {
+ $variables['$warning'] = $warning_color;
+ }
+ if ($danger_color) {
+ $variables['$danger'] = $danger_color;
+ }
+ if ($radius) {
+ $variables['$border-radius'] = $radius . 'rem';
+ $variables['$border-radius-sm'] = $radius/1.5 . 'rem';
+ $variables['$border-radius-lg'] = $radius*1.333 . 'rem';
+ $variables['$border-radius-xl'] = $radius*2.666 . 'rem';
+ $variables['$border-radius-xxl'] = $radius*5.333 . 'rem';
+ }
+
+ // Replace Bootstrap Variables with Customizer Variables
+ $compiler->replaceVariables($variables);
+
+ $bs = $compiler->compileString('@import "bootstrap.scss";');
+
+ set_pconfig(local_channel(), 'redbasic', 'bootstrap', $bs->getCss());
+ } catch (\Exception $e) {
+ logger('scssphp: Unable to compile content');
+ }
+ }
+ else {
+ set_pconfig(local_channel(), 'redbasic', 'bootstrap', '');
+ }
+ }
+
+ set_pconfig(local_channel(), 'redbasic', 'primary_color', $_POST['redbasic_primary_color']);
+ set_pconfig(local_channel(), 'redbasic', 'success_color', $_POST['redbasic_success_color']);
+ set_pconfig(local_channel(), 'redbasic', 'info_color', $_POST['redbasic_info_color']);
+ set_pconfig(local_channel(), 'redbasic', 'warning_color', $_POST['redbasic_warning_color']);
+ set_pconfig(local_channel(), 'redbasic', 'danger_color', $_POST['redbasic_danger_color']);
+
set_pconfig(local_channel(), 'redbasic', 'narrow_navbar', $_POST['redbasic_narrow_navbar']);
set_pconfig(local_channel(), 'redbasic', 'navbar_dark_mode', $_POST['redbasic_navbar_dark_mode']);
set_pconfig(local_channel(), 'redbasic', 'dark_mode', $_POST['redbasic_dark_mode']);
set_pconfig(local_channel(), 'redbasic', 'nav_bg', $_POST['redbasic_nav_bg']);
set_pconfig(local_channel(), 'redbasic', 'nav_bg_dark', $_POST['redbasic_nav_bg_dark']);
- set_pconfig(local_channel(), 'redbasic', 'link_color', $_POST['redbasic_link_color']);
- set_pconfig(local_channel(), 'redbasic', 'link_color_dark', $_POST['redbasic_link_color_dark']);
- set_pconfig(local_channel(), 'redbasic', 'link_hover_color', $_POST['redbasic_link_hover_color']);
- set_pconfig(local_channel(), 'redbasic', 'link_hover_color_dark', $_POST['redbasic_link_hover_color_dark']);
set_pconfig(local_channel(), 'redbasic', 'background_color', $_POST['redbasic_background_color']);
set_pconfig(local_channel(), 'redbasic', 'background_color_dark', $_POST['redbasic_background_color_dark']);
set_pconfig(local_channel(), 'redbasic', 'background_image', $_POST['redbasic_background_image']);
@@ -84,6 +171,9 @@ class RedbasicConfig {
set_pconfig(local_channel(), 'redbasic', 'top_photo', $_POST['redbasic_top_photo']);
set_pconfig(local_channel(), 'redbasic', 'reply_photo', $_POST['redbasic_reply_photo']);
set_pconfig(local_channel(), 'redbasic', 'advanced_theming', $_POST['redbasic_advanced_theming']);
+
+ // This is used to refresh the cache
+ set_pconfig(local_channel(), 'system', 'style_update', time());
}
}
@@ -103,24 +193,25 @@ class RedbasicConfig {
'$dark' => t('Dark style'),
'$light' => t('Light style'),
'$common' => t('Common settings'),
+ '$primary_color' => array('redbasic_primary_color', t('Primary theme color'), $arr['primary_color'], '<i class="fa fa-circle text-primary"></i> ' . t('Current color, leave empty for default')),
+ '$success_color' => array('redbasic_success_color', t('Success theme color'), $arr['success_color'], '<i class="fa fa-circle text-success"></i> ' . t('Current color, leave empty for default')),
+ '$info_color' => array('redbasic_info_color', t('Info theme color'), $arr['info_color'], '<i class="fa fa-circle text-info"></i> ' . t('Current color, leave empty for default')),
+ '$warning_color' => array('redbasic_warning_color', t('Warning theme color'), $arr['warning_color'], '<i class="fa fa-circle text-warning"></i> ' . t('Current color, leave empty for default')),
+ '$danger_color' => array('redbasic_danger_color', t('Danger theme color'), $arr['danger_color'], '<i class="fa fa-circle text-danger"></i> ' . t('Current color, leave empty for default')),
'$dark_mode' => array('redbasic_dark_mode',t('Default to dark mode'),$arr['dark_mode'], '', array(t('No'),t('Yes'))),
'$navbar_dark_mode' => array('redbasic_navbar_dark_mode',t('Always use light icons for navbar'),$arr['navbar_dark_mode'], t('Enable this option if you use a dark navbar color in light mode'), array(t('No'),t('Yes'))),
'$narrow_navbar' => array('redbasic_narrow_navbar',t('Narrow navbar'),$arr['narrow_navbar'], '', array(t('No'),t('Yes'))),
'$nav_bg' => array('redbasic_nav_bg', t('Navigation bar background color'), $arr['nav_bg']),
'$nav_bg_dark' => array('redbasic_nav_bg_dark', t('Dark navigation bar background color'), $arr['nav_bg_dark']),
- '$link_color' => array('redbasic_link_color', t('Link color'), $arr['link_color']),
- '$link_color_dark' => array('redbasic_link_color_dark', t('Dark link color'), $arr['link_color_dark']),
- '$link_hover_color' => array('redbasic_link_hover_color', t('Link hover color'), $arr['link_hover_color']),
- '$link_hover_color_dark' => array('redbasic_link_hover_color_dark', t('Dark link hover color'), $arr['link_hover_color_dark']),
'$bgcolor' => array('redbasic_background_color', t('Set the background color'), $arr['bgcolor']),
'$bgcolor_dark' => array('redbasic_background_color_dark', t('Set the dark background color'), $arr['bgcolor_dark']),
'$background_image' => array('redbasic_background_image', t('Set the background image'), $arr['background_image']),
'$background_image_dark' => array('redbasic_background_image_dark', t('Set the dark background image'), $arr['background_image_dark']),
'$font_size' => array('redbasic_font_size', t('Set font-size for the entire application'), $arr['font_size'], t('Examples: 1rem, 100%, 16px')),
- '$radius' => array('redbasic_radius', t('Set radius of corners'), $arr['radius'], t('Example: 4px')),
+ '$radius' => array('redbasic_radius', t('Set radius of corners in rem'), $arr['radius'], t('Leave empty for default radius')),
'$converse_width' => array('redbasic_converse_width',t('Set maximum width of content region in rem'),$arr['converse_width'], t('Leave empty for default width')),
- '$top_photo' => array('redbasic_top_photo', t('Set size of conversation author photo'), $arr['top_photo']),
- '$reply_photo' => array('redbasic_reply_photo', t('Set size of followup author photos'), $arr['reply_photo']),
+ '$top_photo' => array('redbasic_top_photo', t('Set size of conversation author photo'), $arr['top_photo'], t('Leave empty for default size')),
+ '$reply_photo' => array('redbasic_reply_photo', t('Set size of followup author photos'), $arr['reply_photo'], t('Leave empty for default size')),
'$advanced_theming' => ['redbasic_advanced_theming', t('Show advanced settings'), $arr['advanced_theming'], '', [t('No'), t('Yes')]]
));
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 4d5bd42be..2636c71ef 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -1,32 +1,48 @@
<?php
-if(! App::$install) {
+if(!App::$install) {
// Get the UID of the channel owner
$uid = get_theme_uid();
if($uid) {
- load_pconfig($uid,'redbasic');
+ // Load the owners pconfig
+ load_pconfig($uid, 'redbasic');
+
+ $custom_bs = get_pconfig($uid, 'redbasic', 'bootstrap');
+ $nav_bg = get_pconfig($uid, 'redbasic', 'nav_bg');
+ $nav_bg_dark = get_pconfig($uid, 'redbasic', 'nav_bg_dark');
+ $narrow_navbar = get_pconfig($uid,'redbasic','narrow_navbar');
+ $bgcolor = get_pconfig($uid, 'redbasic', 'background_color');
+ $bgcolor_dark = get_pconfig($uid, 'redbasic', 'background_color_dark');
+ $schema = get_pconfig($uid,'redbasic','schema');
+ $background_image = get_pconfig($uid, 'redbasic', 'background_image');
+ $background_image_dark = get_pconfig($uid, 'redbasic', 'background_image_dark');
+ $font_size = get_pconfig($uid, 'redbasic', 'font_size');
+ $converse_width = get_pconfig($uid,'redbasic','converse_width');
+ $top_photo = get_pconfig($uid,'redbasic','top_photo');
+ $reply_photo = get_pconfig($uid,'redbasic','reply_photo');
}
+}
+
+$site_bs_path = 'vendor/twbs/bootstrap/dist/css/bootstrap.min.css';
+
+if (file_exists('view/theme/redbasic/css/bootstrap-custom.css')) {
+ // Compiled custom site bootstrap from sass
+ // Run this script from the document root for an example:
+ // php vendor/bin/pscss view/theme/redbasic/css/sample.scss view/theme/redbasic/css/bootstrap-custom.css
+
+ $site_bs_path = 'view/theme/redbasic/css/bootstrap-custom.css';
+}
+
+$bs = $custom_bs ?: file_get_contents($site_bs_path);
- // Load the owners pconfig
- $nav_bg = get_pconfig($uid, 'redbasic', 'nav_bg');
- $nav_bg_dark = get_pconfig($uid, 'redbasic', 'nav_bg_dark');
- $narrow_navbar = get_pconfig($uid,'redbasic','narrow_navbar');
- $link_color = get_pconfig($uid, 'redbasic', 'link_color');
- $link_color_dark = get_pconfig($uid, 'redbasic', 'link_color_dark');
- $link_hover_color = get_pconfig($uid, 'redbasic', 'link_hover_color');
- $link_hover_color_dark = get_pconfig($uid, 'redbasic', 'link_hover_color_dark');
- $bgcolor = get_pconfig($uid, 'redbasic', 'background_color');
- $bgcolor_dark = get_pconfig($uid, 'redbasic', 'background_color_dark');
- $schema = get_pconfig($uid,'redbasic','schema');
- $background_image = get_pconfig($uid, 'redbasic', 'background_image');
- $background_image_dark = get_pconfig($uid, 'redbasic', 'background_image_dark');
- $font_size = get_pconfig($uid, 'redbasic', 'font_size');
- $radius = get_pconfig($uid, 'redbasic', 'radius');
- $converse_width=get_pconfig($uid,'redbasic','converse_width');
- $top_photo=get_pconfig($uid,'redbasic','top_photo');
- $reply_photo=get_pconfig($uid,'redbasic','reply_photo');
+if (file_exists('view/css/bootstrap-red.css')) {
+ $bs = $bs . file_get_contents('view/css/bootstrap-red.css');
+}
+
+if(file_exists('view/theme/redbasic/schema/' . $schema . '.css')) {
+ $schemecss = file_get_contents('view/theme/redbasic/schema/' . $schema . '.css');
}
// Now load the scheme. If a value is changed above, we'll keep the settings
@@ -71,50 +87,16 @@ if ((!$schema) || ($schema == '---')) {
//Set some defaults - we have to do this after pulling owner settings, and we have to check for each setting
//individually. If we don't, we'll have problems if a user has set one, but not all options.
-if (! $nav_bg)
- $nav_bg = 'rgba(248, 249, 250, 1)';
-
-if (! $nav_bg_dark)
- $nav_bg_dark = 'rgba(43, 48, 53, 1)';
-
-if (! $link_color)
- $link_color = '#0d6efd';
-
-if (! $link_color_dark)
- $link_color_dark = '#6ea8fe';
-
-if (! $link_hover_color)
- $link_hover_color = '#0a58ca';
-
-if (! $link_hover_color_dark)
- $link_hover_color_dark = '#9ec5fe';
-
-if (! $bgcolor)
- $bgcolor = '#fff';
-
-if (! $bgcolor_dark)
- $bgcolor_dark = '#212529';
-
-if (! $background_image)
- $background_image = '';
-
-if (! $background_image_dark)
- $background_image_dark = '';
-
-if (! $font_size)
- $font_size = '0.875rem';
-
-if (! $radius)
- $radius = '0.375rem';
-
-if (! $converse_width)
- $converse_width = '52'; //unit: rem
-
-if(! $top_photo)
- $top_photo = '2.3rem';
-
-if(! $reply_photo)
- $reply_photo = '2.3rem';
+$nav_bg = $nav_bg ?: 'rgba(248, 249, 250, 1)';
+$nav_bg_dark = $nav_bg_dark ?: 'rgba(43, 48, 53, 1)';
+$bgcolor = $bgcolor ?: '#fff';
+$bgcolor_dark = $bgcolor_dark ?: '#212529';
+$background_image = $background_image ?: '';
+$background_image_dark = $background_image_dark ?: '';
+$font_size = $font_size ?: '0.875rem';
+$converse_width = $converse_width ?: '52'; //unit: rem
+$top_photo = $top_photo ?: '2.9rem';
+$reply_photo = $reply_photo ?: '2.9rem';
// Apply the settings
if(file_exists('view/theme/redbasic/css/style.css')) {
@@ -140,16 +122,11 @@ if(file_exists('view/theme/redbasic/css/style.css')) {
$options = array (
'$nav_bg' => $nav_bg,
'$nav_bg_dark' => $nav_bg_dark,
- '$link_color' => $link_color,
- '$link_color_dark' => $link_color_dark,
- '$link_hover_color' => $link_hover_color,
- '$link_hover_color_dark' => $link_hover_color_dark,
'$bgcolor' => $bgcolor,
'$bgcolor_dark' => $bgcolor_dark,
'$background_image' => $background_image,
'$background_image_dark' => $background_image_dark,
'$font_size' => $font_size,
- '$radius' => $radius,
'$converse_width' => $converse_width,
'$top_photo' => $top_photo,
'$reply_photo' => $reply_photo,
@@ -158,8 +135,12 @@ if(file_exists('view/theme/redbasic/css/style.css')) {
'$right_aside_width' => $right_aside_width
);
- echo strtr($x, $options);
+ $o = strtr($x, $options);
+
+ header('Cache-Control: max-age=2592000');
+
+ echo $bs . $o;
}
// Set the schema to the default schema in derived themes. See the documentation for creating derived themes how to override this.
diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php
index c33c4f78e..1f682634e 100644
--- a/view/theme/redbasic/php/theme.php
+++ b/view/theme/redbasic/php/theme.php
@@ -4,8 +4,8 @@
* * Name: Redbasic
* * Description: Hubzilla standard theme
* * Version: 2.2
- * * MinVersion: 8.0
- * * MaxVersion: 9.0
+ * * MinVersion: 8.9
+ * * MaxVersion: 10.0
* * Author: Fabrixxm
* * Maintainer: Mike Macgirvin
* * Maintainer: Mario Vavti
diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php
index cb81165b1..54e6e7be3 100644
--- a/view/theme/redbasic/php/theme_init.php
+++ b/view/theme/redbasic/php/theme_init.php
@@ -2,9 +2,7 @@
require_once('view/php/theme_init.php');
head_add_css('/library/fork-awesome/css/fork-awesome.min.css');
-head_add_css('/vendor/twbs/bootstrap/dist/css/bootstrap.min.css');
head_add_css('/library/bootstrap-tagsinput/bootstrap-tagsinput.css');
-head_add_css('/view/css/bootstrap-red.css');
head_add_css('/library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css');
head_add_js('/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js');
diff --git a/view/theme/redbasic/schema/Focus-Boxy.php b/view/theme/redbasic/schema/Focus-Boxy.php
index f298a0def..b3d9bbc7f 100644
--- a/view/theme/redbasic/schema/Focus-Boxy.php
+++ b/view/theme/redbasic/schema/Focus-Boxy.php
@@ -1,6 +1 @@
<?php
-
-if (! $radiuspx)
- $radiuspx = "4";
-if (! $comment_border_colour)
- $comment_border_colour = "rgb(238,238,238)";
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl
index 6bf1666ed..61baeb58e 100644
--- a/view/theme/redbasic/tpl/theme_settings.tpl
+++ b/view/theme/redbasic/tpl/theme_settings.tpl
@@ -5,32 +5,38 @@
{{include file="field_checkbox.tpl" field=$advanced_theming}}
{{if $expert}}
+ <hr>
+ <h3>{{$common}}</h3>
+ {{include file="field_colorinput.tpl" field=$primary_color}}
+ {{include file="field_colorinput.tpl" field=$success_color}}
+ {{include file="field_colorinput.tpl" field=$info_color}}
+ {{include file="field_colorinput.tpl" field=$warning_color}}
+ {{include file="field_colorinput.tpl" field=$danger_color}}
+ {{include file="field_input.tpl" field=$radius}}
+ {{include file="field_input.tpl" field=$top_photo}}
+ {{include file="field_input.tpl" field=$reply_photo}}
+
<h3>{{$light}}</h3>
{{include file="field_checkbox.tpl" field=$navbar_dark_mode}}
{{include file="field_colorinput.tpl" field=$nav_bg}}
{{include file="field_colorinput.tpl" field=$bgcolor}}
{{include file="field_colorinput.tpl" field=$background_image}}
- {{include file="field_colorinput.tpl" field=$link_color}}
- {{include file="field_colorinput.tpl" field=$link_hover_color}}
<h3>{{$dark}}</h3>
{{include file="field_colorinput.tpl" field=$nav_bg_dark}}
{{include file="field_colorinput.tpl" field=$bgcolor_dark}}
{{include file="field_colorinput.tpl" field=$background_image_dark}}
- {{include file="field_colorinput.tpl" field=$link_color_dark}}
- {{include file="field_colorinput.tpl" field=$link_hover_color_dark}}
-
- <h3>{{$common}}</h3>
- {{include file="field_input.tpl" field=$radius}}
- {{include file="field_input.tpl" field=$top_photo}}
- {{include file="field_input.tpl" field=$reply_photo}}
<script>
$(function(){
$('#id_redbasic_link_color, #id_redbasic_link_color_dark, #id_redbasic_link_hover_color, #id_redbasic_link_hover_color_dark, #id_redbasic_background_color, #id_redbasic_background_color_dark, #id_redbasic_nav_bg, #id_redbasic_nav_bg_dark').colorpicker({format: 'rgba'});
});
+ $(function(){
+ $('#id_redbasic_primary_color, #id_redbasic_success_color, #id_redbasic_info_color, #id_redbasic_warning_color, #id_redbasic_danger_color').colorpicker({format: 'hex'});
+ });
</script>
{{/if}}
+
<div class="settings-submit-wrapper" >
<button type="submit" name="redbasic-settings-submit" class="btn btn-primary">{{$submit}}</button>
</div>
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl
index bad68361b..d91c7caad 100644
--- a/view/tpl/admin_site.tpl
+++ b/view/tpl/admin_site.tpl
@@ -13,8 +13,6 @@
{{include file="field_input.tpl" field=$reply_address}}
{{include file="field_input.tpl" field=$from_email}}
{{include file="field_input.tpl" field=$from_email_name}}
-
- {{include file="field_select.tpl" field=$language}}
{{include file="field_select.tpl" field=$theme}}
{{* include file="field_select.tpl" field=$theme_mobile *}}
{{include file="field_input.tpl" field=$frontpage}}
diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl
index da8da30f2..a0e528894 100644
--- a/view/tpl/chat.tpl
+++ b/view/tpl/chat.tpl
@@ -70,7 +70,7 @@
</div>
{{if $feature_encrypt}}
<div class="btn-group me-2 d-none d-md-flex">
- <button id="chat-encrypt-wrapper" class="btn btn-outline-secondary btn-sm" onclick="hz_encrypt('{{$cipher}}', '#chatText'); return false;">
+ <button id="chat-encrypt-wrapper" class="btn btn-outline-secondary btn-sm" onclick="sodium_encrypt('#chatText'); return false;">
<i id="chat-encrypt" class="fa fa-key jot-icons" title="{{$encrypt}}" ></i>
</button>
</div>
@@ -83,7 +83,7 @@
<a class="dropdown-item" href="#" onclick="chatJotGetLink(); return false;" ><i class="fa fa-link"></i>&nbsp;{{$insert}}</a>
{{if $feature_encrypt}}
<div class="dropdown-divider"></div>
- <a class="dropdown-item" href="#" onclick="hz_encrypt('{{$cipher}}', '#chatText'); return false;"><i class="fa fa-key"></i>&nbsp;{{$encrypt}}</a>
+ <a class="dropdown-item" href="#" onclick="sodium_encrypt('#chatText'); return false;"><i class="fa fa-key"></i>&nbsp;{{$encrypt}}</a>
{{/if}}
</div>
</div>
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl
index d34eec7f8..891d901c9 100644
--- a/view/tpl/comment_item.tpl
+++ b/view/tpl/comment_item.tpl
@@ -22,35 +22,35 @@
<div id="comment-tools-{{$id}}" class="pt-2 comment-tools">
<div id="comment-edit-bb-{{$id}}" class="btn-toolbar float-start">
<div class="btn-group me-2">
- <button class="btn btn-outline-secondary btn-sm" title="{{$edbold}}" onclick="insertbbcomment('{{$comment}}','b', {{$id}}); return false;">
+ <button class="btn btn-outline-secondary btn-sm border-0" title="{{$edbold}}" onclick="insertbbcomment('{{$comment}}','b', {{$id}}); return false;">
<i class="fa fa-bold comment-icon"></i>
</button>
- <button class="btn btn-outline-secondary btn-sm" title="{{$editalic}}" onclick="insertbbcomment('{{$comment}}','i', {{$id}}); return false;">
+ <button class="btn btn-outline-secondary btn-sm border-0" title="{{$editalic}}" onclick="insertbbcomment('{{$comment}}','i', {{$id}}); return false;">
<i class="fa fa-italic comment-icon"></i>
</button>
- <button class="btn btn-outline-secondary btn-sm" title="{{$eduline}}" onclick="insertbbcomment('{{$comment}}','u', {{$id}}); return false;">
+ <button class="btn btn-outline-secondary btn-sm border-0" title="{{$eduline}}" onclick="insertbbcomment('{{$comment}}','u', {{$id}}); return false;">
<i class="fa fa-underline comment-icon"></i>
</button>
- <button class="btn btn-outline-secondary btn-sm" title="{{$edquote}}" onclick="insertbbcomment('{{$comment}}','quote', {{$id}}); return false;">
+ <button class="btn btn-outline-secondary btn-sm border-0" title="{{$edquote}}" onclick="insertbbcomment('{{$comment}}','quote', {{$id}}); return false;">
<i class="fa fa-quote-left comment-icon"></i>
</button>
- <button class="btn btn-outline-secondary btn-sm" title="{{$edcode}}" onclick="insertbbcomment('{{$comment}}','code', {{$id}}); return false;">
+ <button class="btn btn-outline-secondary btn-sm border-0" title="{{$edcode}}" onclick="insertbbcomment('{{$comment}}','code', {{$id}}); return false;">
<i class="fa fa-terminal comment-icon"></i>
</button>
</div>
<div class="btn-group me-2">
{{if $can_upload}}
- <button class="btn btn-outline-secondary btn-sm" title="{{$edatt}}" onclick="insertCommentAttach('{{$comment}}',{{$id}}); return false;">
+ <button class="btn btn-outline-secondary btn-sm border-0" title="{{$edatt}}" onclick="insertCommentAttach('{{$comment}}',{{$id}}); return false;">
<i class="fa fa-paperclip comment-icon"></i>
</button>
{{/if}}
- <button class="btn btn-outline-secondary btn-sm" title="{{$edurl}}" onclick="insertCommentURL('{{$comment}}',{{$id}}); return false;">
+ <button class="btn btn-outline-secondary btn-sm border-0" title="{{$edurl}}" onclick="insertCommentURL('{{$comment}}',{{$id}}); return false;">
<i class="fa fa-link comment-icon"></i>
</button>
</div>
{{if $feature_encrypt}}
<div class="btn-group me-2">
- <button class="btn btn-outline-secondary btn-sm" title="{{$encrypt}}" onclick="hz_encrypt('{{$cipher}}','#comment-edit-text-' + '{{$id}}'); return false;">
+ <button class="btn btn-outline-secondary btn-sm border-0" title="{{$encrypt}}" onclick="sodium_encrypt('#comment-edit-text-' + '{{$id}}'); return false;">
<i class="fa fa-key comment-icon"></i>
</button>
</div>
diff --git a/view/tpl/contact_edit_tools.tpl b/view/tpl/contact_edit_tools.tpl
index 565b9df86..2d0b8a8cf 100644
--- a/view/tpl/contact_edit_tools.tpl
+++ b/view/tpl/contact_edit_tools.tpl
@@ -3,7 +3,6 @@
</button>
<div class="dropdown-menu">
<a class="dropdown-item contact-tool" href="#" title="{{$tools.refresh.title}}" data-cmd="refresh">{{$tools.refresh.label}}</a>
- <a class="dropdown-item contact-tool" href="#" title="{{$tools.rephoto.title}}" data-cmd="resetphoto">{{$tools.rephoto.label}}</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item contact-tool" href="#" title="{{$tools.block.title}}" data-cmd="block">{{$tools.block.label}}</a>
<a class="dropdown-item contact-tool" href="#" title="{{$tools.ignore.title}}" data-cmd="ignore">{{$tools.ignore.label}}</a>
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index 930137be8..61886c3ee 100644
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -45,8 +45,8 @@
{{/if}}
<small class="autotime" title="{{$item.isotime}}"><time class="dt-published" datetime="{{$item.isotime}}">{{$item.localtime}}</time>{{if $item.editedtime}}&nbsp;{{$item.editedtime}}{{/if}}{{if $item.expiretime}}&nbsp;{{$item.expiretime}}{{/if}}</small>
</div>
- {{if $item.thr_parent}}
- <a href="javascript:doscroll('{{$item.thr_parent}}',{{$item.parent}});" class="ms-3" title="{{$item.top_hint}}"><i class="fa fa-angle-double-up"></i></a>
+ {{if $item.thr_parent_uuid}}
+ <a href="javascript:doscroll('{{$item.thr_parent_uuid}}',{{$item.parent}});" class="ms-3" title="{{$item.top_hint}}"><i class="fa fa-angle-double-up"></i></a>
{{/if}}
{{if $item.pinned}}
<div class="wall-item-pinned" title="{{$item.pinned}}" id="wall-item-pinned-{{$item.id}}"><i class="fa fa-thumb-tack"></i></div>
@@ -238,28 +238,28 @@
</div>
{{if $item.responses || $item.attachments}}
- <div class="wall-item-tools-left btn-group" id="wall-item-tools-left-{{$item.id}}">
+ <div class="wall-item-tools-left hstack gap-1" id="wall-item-tools-left-{{$item.id}}">
{{if $item.star && $item.star.isstarred}}
- <div class="btn-group" id="star-button-{{$item.id}}">
- <button type="button" class="btn btn-outline-secondary btn-sm wall-item-like" onclick="dostar({{$item.id}});"><i class="fa fa-star"></i></button>
+ <div class="" id="star-button-{{$item.id}}">
+ <button type="button" class="btn btn-outline-secondary border-0 btn-sm wall-item-star" onclick="dostar({{$item.id}});"><i class="fa fa-star"></i></button>
</div>
{{/if}}
{{if $item.attachments}}
- <div class="btn-group">
- <button type="button" class="btn btn-outline-secondary btn-sm wall-item-like dropdown-toggle" data-bs-toggle="dropdown" id="attachment-menu-{{$item.id}}"><i class="fa fa-paperclip"></i></button>
+ <div class="">
+ <button type="button" class="btn btn-outline-secondary border-0 btn-sm wall-item-attach" data-bs-toggle="dropdown" id="attachment-menu-{{$item.id}}"><i class="fa fa-paperclip"></i></button>
<div class="dropdown-menu">{{$item.attachments}}</div>
</div>
{{/if}}
{{foreach $item.responses as $verb=>$response}}
{{if $response.count}}
- <div class="btn-group">
- <button type="button" class="btn btn-outline-secondary btn-sm wall-item-like dropdown-toggle"{{if $response.modal}} data-bs-toggle="modal" data-bs-target="#{{$verb}}Modal-{{$item.id}}"{{else}} data-bs-toggle="dropdown"{{/if}} id="wall-item-{{$verb}}-{{$item.id}}">{{$response.count}} {{$response.button}}</button>
+ <div class="">
+ <button type="button" title="{{$response.count}} {{$response.button.label}}" class="btn btn-outline-secondary border-0 btn-sm wall-item-{{$response.button.class}}"{{if $response.modal}} data-bs-toggle="modal" data-bs-target="#{{$verb}}Modal-{{$item.id}}"{{else}} data-bs-toggle="dropdown"{{/if}} id="wall-item-{{$verb}}-{{$item.id}}"><i class="fa fa-{{$response.button.icon}}"></i> {{$response.count}}</button>
{{if $response.modal}}
<div class="modal" id="{{$verb}}Modal-{{$item.id}}">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
- <h3 class="modal-title">{{$response.count}} {{$response.button}}</h3>
+ <h3 class="modal-title">{{$response.count}} {{$response.button.label}}</h3>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-hidden="true"></button>
</div>
<div class="modal-body response-list">
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl
index 43133027f..fe9167a88 100644
--- a/view/tpl/conv_list.tpl
+++ b/view/tpl/conv_list.tpl
@@ -216,26 +216,26 @@
</div>
</div>
<div id="like-rotator-{{$item.id}}" class="like-rotator"></div>
- <div class="wall-item-tools-left btn-group" id="wall-item-tools-left-{{$item.id}}">
+ <div class="wall-item-tools-left hstack gap-1" id="wall-item-tools-left-{{$item.id}}">
{{if $item.star && $item.star.isstarred}}
- <div class="btn-group" id="star-button-{{$item.id}}">
- <button type="button" class="btn btn-outline-secondary btn-sm wall-item-like" onclick="dostar({{$item.id}});"><i class="fa fa-star"></i></button>
+ <div class="" id="star-button-{{$item.id}}">
+ <button type="button" class="btn btn-outline-secondary btn-sm border-0 wall-item-star" onclick="dostar({{$item.id}});"><i class="fa fa-star"></i></button>
</div>
{{/if}}
{{if $item.attachments}}
- <div class="btn-group">
- <button type="button" class="btn btn-outline-secondary btn-sm wall-item-like dropdown-toggle" data-bs-toggle="dropdown" id="attachment-menu-{{$item.id}}"><i class="fa fa-paperclip"></i></button>
+ <div class="">
+ <button type="button" class="btn btn-outline-secondary btn-sm border-0 wall-item-attach" data-bs-toggle="dropdown" id="attachment-menu-{{$item.id}}"><i class="fa fa-paperclip"></i></button>
<ul class="dropdown-menu" role="menu" aria-labelledby="attachment-menu-{{$item.id}}">{{$item.attachments}}</ul>
</div>
{{/if}}
<div class="wall-item-list-comments btn-group">
- <a class="btn btn-outline-secondary btn-sm" href="{{$item.viewthread}}">
- {{$item.comment_count_txt}}{{if $item.unseen_comments}}<span class="unseen-wall-indicator-{{$item.id}}">, {{$item.list_unseen_txt}}</span>{{/if}}
+ <a class="btn btn-outline-secondary btn-sm border-0 wall-item-comments" href="{{$item.viewthread}}" title="{{$item.comment_count_txt.label}}{{if $item.list_unseen_txt}}, {{$item.list_unseen_txt.label}}{{/if}}">
+ <i class="fa fa-comment-o"></i> {{$item.comment_count_txt.count}}{{if $item.unseen_comments}}<span class="unseen-wall-indicator-{{$item.id}}">, <i class="fa fa-eye-slash"></i> {{$item.list_unseen_txt.count}}</span>{{/if}}
</a>
</div>
{{if $item.unseen_comments}}
<div class="unseen-wall-indicator-{{$item.id}} btn-group">
- <button class="btn btn-outline-secondary btn-sm" title="{{$item.markseen}}" onclick="markItemRead({{$item.id}}); return false;">
+ <button class="btn btn-outline-secondary btn-sm border-0" title="{{$item.markseen}}" onclick="markItemRead({{$item.id}}); return false;">
<i class="fa fa-check-square-o"></i>
</button>
</div>
@@ -243,14 +243,14 @@
{{if $item.responses }}
{{foreach $item.responses as $verb=>$response}}
{{if $response.count}}
- <div class="btn-group">
- <button type="button" class="btn btn-outline-secondary btn-sm wall-item-like dropdown-toggle"{{if $response.modal}} data-bs-toggle="modal" data-bs-target="#{{$verb}}Modal-{{$item.id}}"{{else}} data-bs-toggle="dropdown"{{/if}} id="wall-item-{{$verb}}-{{$item.id}}">{{$response.count}} {{$response.button}}</button>
+ <div class="">
+ <button type="button" class="btn btn-outline-secondary btn-sm border-0 wall-item-{{$response.button.class}}"{{if $response.modal}} data-bs-toggle="modal" data-bs-target="#{{$verb}}Modal-{{$item.id}}"{{else}} data-bs-toggle="dropdown"{{/if}} id="wall-item-{{$verb}}-{{$item.id}}"><i class="fa fa-{{$response.button.icon}}"></i> {{$response.count}}</button>
{{if $response.modal}}
<div class="modal" id="{{$verb}}Modal-{{$item.id}}">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
- <h4 class="modal-title">{{$response.count}} {{$response.button}}</h4>
+ <h4 class="modal-title">{{$response.count}} {{$response.button.label}}</h4>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-hidden="true"></button>
</div>
<div class="modal-body response-list">
diff --git a/view/tpl/dreport.tpl b/view/tpl/dreport.tpl
index 87ec1c35f..a24608f58 100644
--- a/view/tpl/dreport.tpl
+++ b/view/tpl/dreport.tpl
@@ -6,7 +6,7 @@
<i class="fa fa-cog"></i>
</button>
<div class="dropdown-menu">
- <a href="dreport/push/{{$safe_mid}}" class="dropdown-item">{{$push}}</a>
+ <a href="dreport/push?mid={{$mid}}" class="dropdown-item">{{$push}}</a>
</div>
</div>
{{/if}}
diff --git a/view/tpl/field_colorinput.tpl b/view/tpl/field_colorinput.tpl
index f04d70c3e..e6601d69c 100644
--- a/view/tpl/field_colorinput.tpl
+++ b/view/tpl/field_colorinput.tpl
@@ -1,6 +1,6 @@
<div class='mb-3 field input color'>
<label for='id_{{$field.0}}' id='label_{{$field.0}}'>{{$field.1}}</label>
<input class='form-control color' name='{{$field.0}}' id='id_{{$field.0}}' type="text" value="{{$field.2}}">{{if $field.4}} <span class="required">{{$field.4}}</span> {{/if}}
- <span id='help_{{$field.0}}' class='help-block'>{{$field.3}}</span>
+ <small id='help_{{$field.0}}' class='form-text text-muted'>{{$field.3}}</small>
<div id='end_{{$field.0}}' class='field_end'></div>
</div>
diff --git a/view/tpl/hq_controls.tpl b/view/tpl/hq_controls.tpl
index 3adbfa7c0..0d433c2c2 100644
--- a/view/tpl/hq_controls.tpl
+++ b/view/tpl/hq_controls.tpl
@@ -1,7 +1,7 @@
-<div class="mb-3{{if $wrapper_class}} {{$wrapper_class}}{{/if}}">
+<div class="mb-3 hq_controls{{if $wrapper_class}} {{$wrapper_class}}{{/if}}">
{{foreach $entries as $e}}
<button class="{{$e.class}} rounded-circle{{if $entry_class}} {{$entry_class}}{{/if}}" type="{{$e.type}}" title="{{$e.label}}"{{if $e.extra}} {{$e.extra}}{{/if}}>
- {{if $e.icon}}<i class="fa fa-{{$e.icon}} mt-1 mb-1"></i>{{/if}}
+ {{if $e.icon}}<i class="fa fa-{{$e.icon}}"></i>{{/if}}
</button>
{{/foreach}}
</div>
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index 6c88e02b5..d80e8d066 100644
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -100,19 +100,19 @@
<div id="profile-jot-submit-left" class="btn-toolbar float-start">
{{if $bbcode}}
<div class="btn-group me-2">
- <button type="button" id="main-editor-bold" class="btn btn-outline-secondary btn-sm" title="{{$bold}}" onclick="inserteditortag('b', 'profile-jot-text'); return false;">
+ <button type="button" id="main-editor-bold" class="btn btn-outline-secondary btn-sm border-0" title="{{$bold}}" onclick="inserteditortag('b', 'profile-jot-text'); return false;">
<i class="fa fa-bold jot-icons"></i>
</button>
- <button type="button" id="main-editor-italic" class="btn btn-outline-secondary btn-sm" title="{{$italic}}" onclick="inserteditortag('i', 'profile-jot-text'); return false;">
+ <button type="button" id="main-editor-italic" class="btn btn-outline-secondary btn-sm border-0" title="{{$italic}}" onclick="inserteditortag('i', 'profile-jot-text'); return false;">
<i class="fa fa-italic jot-icons"></i>
</button>
- <button type="button" id="main-editor-underline" class="btn btn-outline-secondary btn-sm" title="{{$underline}}" onclick="inserteditortag('u', 'profile-jot-text'); return false;">
+ <button type="button" id="main-editor-underline" class="btn btn-outline-secondary btn-sm border-0" title="{{$underline}}" onclick="inserteditortag('u', 'profile-jot-text'); return false;">
<i class="fa fa-underline jot-icons"></i>
</button>
- <button type="button" id="main-editor-quote" class="btn btn-outline-secondary btn-sm" title="{{$quote}}" onclick="inserteditortag('quote', 'profile-jot-text'); return false;">
+ <button type="button" id="main-editor-quote" class="btn btn-outline-secondary btn-sm border-0" title="{{$quote}}" onclick="inserteditortag('quote', 'profile-jot-text'); return false;">
<i class="fa fa-quote-left jot-icons"></i>
</button>
- <button type="button" id="main-editor-code" class="btn btn-outline-secondary btn-sm" title="{{$code}}" onclick="inserteditortag('code', 'profile-jot-text'); return false;">
+ <button type="button" id="main-editor-code" class="btn btn-outline-secondary btn-sm border-0" title="{{$code}}" onclick="inserteditortag('code', 'profile-jot-text'); return false;">
<i class="fa fa-terminal jot-icons"></i>
</button>
</div>
@@ -120,29 +120,29 @@
{{if $visitor}}
<div class="btn-group me-2 d-none d-lg-flex">
{{if $writefiles}}
- <button type="button" id="wall-file-upload" class="btn btn-outline-secondary btn-sm" title="{{$attach}}" >
+ <button type="button" id="wall-file-upload" class="btn btn-outline-secondary btn-sm border-0" title="{{$attach}}" >
<i id="wall-file-upload-icon" class="fa fa-paperclip jot-icons"></i>
</button>
{{/if}}
{{if $weblink}}
- <button type="button" id="profile-link-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$weblink}}" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;">
+ <button type="button" id="profile-link-wrapper" class="btn btn-outline-secondary btn-sm border-0" title="{{$weblink}}" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;">
<i id="profile-link" class="fa fa-link jot-icons"></i>
</button>
{{/if}}
{{if $embedPhotos}}
- <button type="button" id="embed-photo-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
+ <button type="button" id="embed-photo-wrapper" class="btn btn-outline-secondary btn-sm border-0" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
<i id="embed-photo" class="fa fa-file-image-o jot-icons"></i>
</button>
{{/if}}
</div>
<div class="btn-group me-2 d-none d-lg-flex">
{{if $setloc}}
- <button type="button" id="profile-location-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$setloc}}" onclick="jotGetLocation();return false;">
+ <button type="button" id="profile-location-wrapper" class="btn btn-outline-secondary btn-sm border-0" title="{{$setloc}}" onclick="jotGetLocation();return false;">
<i id="profile-location" class="fa fa-globe jot-icons"></i>
</button>
{{/if}}
{{if $clearloc}}
- <button type="button" id="profile-nolocation-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$clearloc}}" onclick="jotClearLocation();return false;" disabled="disabled">
+ <button type="button" id="profile-nolocation-wrapper" class="btn btn-outline-secondary btn-sm border-0" title="{{$clearloc}}" onclick="jotClearLocation();return false;" disabled="disabled">
<i id="profile-nolocation" class="fa fa-circle-o jot-icons"></i>
</button>
{{/if}}
@@ -150,25 +150,25 @@
<div class="btn-group d-none d-lg-flex">
{{/if}}
{{if $feature_expire}}
- <button type="button" id="profile-expire-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$expires}}" onclick="jotGetExpiry();return false;">
+ <button type="button" id="profile-expire-wrapper" class="btn btn-outline-secondary btn-sm border-0" title="{{$expires}}" onclick="jotGetExpiry();return false;">
<i id="profile-expires" class="fa fa-eraser jot-icons"></i>
</button>
{{/if}}
{{if $feature_future}}
- <button type="button" id="profile-future-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$future_txt}}" onclick="jotGetPubDate();return false;">
+ <button type="button" id="profile-future-wrapper" class="btn btn-outline-secondary btn-sm border-0" title="{{$future_txt}}" onclick="jotGetPubDate();return false;">
<i id="profile-future" class="fa fa-clock-o jot-icons"></i>
</button>
{{/if}}
{{if $feature_encrypt}}
- <button type="button" id="profile-encrypt-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$encrypt}}" onclick="hz_encrypt('{{$cipher}}','#profile-jot-text');return false;">
+ <button type="button" id="profile-encrypt-wrapper" class="btn btn-outline-secondary btn-sm border-0" title="{{$encrypt}}" onclick="sodium_encrypt('#profile-jot-text'); return false;">
<i id="profile-encrypt" class="fa fa-key jot-icons"></i>
</button>
{{/if}}
- <button type="button" id="profile-poll-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$poll}}" onclick="initPoll();">
+ <button type="button" id="profile-poll-wrapper" class="btn btn-outline-secondary btn-sm border-0" title="{{$poll}}" onclick="initPoll();">
<i id="profile-poll" class="fa fa-bar-chart jot-icons"></i>
</button>
{{if $feature_nocomment}}
- <button type="button" id="profile-nocomment-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$nocommenttitle}}" onclick="toggleNoComment();return false;">
+ <button type="button" id="profile-nocomment-wrapper" class="btn btn-outline-secondary btn-sm border-0" title="{{$nocommenttitle}}" onclick="toggleNoComment();return false;">
<i id="profile-nocomment" class="fa fa-comments jot-icons"></i>
</button>
{{/if}}
@@ -178,7 +178,7 @@
</div>
{{if $writefiles || $weblink || $setloc || $clearloc || $feature_expire || $feature_encrypt || $custommoretoolsdropdown}}
<div class="btn-group d-lg-none">
- <button type="button" id="more-tools" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
+ <button type="button" id="more-tools" class="btn btn-outline-secondary btn-sm border-0 dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
<i id="more-tools-icon" class="fa fa-cog jot-icons"></i>
</button>
<div class="dropdown-menu">
@@ -206,7 +206,7 @@
<a class="dropdown-item" href="#" onclick="jotGetPubDate();return false;"><i class="fa fa-clock-o"></i>&nbsp;{{$future_txt}}</a>
{{/if}}
{{if $feature_encrypt}}
- <a class="dropdown-item" href="#" onclick="hz_encrypt('{{$cipher}}','#profile-jot-text');return false;"><i class="fa fa-key"></i>&nbsp;{{$encrypt}}</a>
+ <a class="dropdown-item" href="#" onclick="sodium_encrypt('#profile-jot-text'); return false;"><i class="fa fa-key"></i>&nbsp;{{$encrypt}}</a>
{{/if}}
<a class="dropdown-item" href="#" onclick="initPoll(); return false"><i id="profile-poll" class="fa fa-bar-chart jot-icons"></i>&nbsp;{{$poll}}</a>
{{if $feature_nocomment}}
diff --git a/view/tpl/mood_content.tpl b/view/tpl/mood_content.tpl
deleted file mode 100644
index 4cb5207f6..000000000
--- a/view/tpl/mood_content.tpl
+++ /dev/null
@@ -1,33 +0,0 @@
-
-<div id="mood-content" class="generic-content-wrapper">
- <div class="section-title-wrapper">
- <h2>{{$title}}</h2>
- </div>
- <div class="section-content-wrapper">
-
- <div id="mood-desc">{{$desc}}</div>
-
- <br />
- <br />
-
-
- <form action="mood" method="get">
- <br />
- <br />
-
- <input id="mood-parent" type="hidden" value="{{$parent}}" name="parent" />
-
- <div class="mb-3 field custom">
- <select name="verb" id="mood-verb-select" class="form-control" >
- {{foreach $verbs as $v}}
- <option value="{{$v.0}}">{{$v.1}}</option>
- {{/foreach}}
- </select>
- </div>
- <br />
- <br />
-
- <input type="submit" name="submit" value="{{$submit}}" />
- </form>
- </div>
-</div>
diff --git a/view/tpl/poke_content.tpl b/view/tpl/poke_content.tpl
deleted file mode 100644
index 3872d21ff..000000000
--- a/view/tpl/poke_content.tpl
+++ /dev/null
@@ -1,48 +0,0 @@
-
-<div id="poke-content" class="generic-content-wrapper">
- <div class="section-title-wrapper">
- <h2>{{$title}}</h2>
- </div>
- <div class="section-content-wrapper">
-
- <div id="poke-desc">{{$desc}}</div>
-
-<br />
-<br />
-
-
-<form action="poke" method="get">
-
-
-<div class="mb-3 field input">
- <label id="poke-recip-label" for="poke-recip">{{$clabel}}</label>
- <input class="form-control" id="poke-recip" type="text" value="{{$name}}" name="pokename" autocomplete="off" />
-</div>
-
- <input id="poke-recip-complete" type="hidden" value="{{$id}}" name="cid" />
- <input id="poke-parent" type="hidden" value="{{$parent}}" name="parent" />
-
-
-{{if $poke_basic}}
-<input type="hidden" name="verb" value="poke" />
-{{else}}
-<div class="mb-3 field custom">
- <label for="poke-verb-select" id="poke-verb-lbl">{{$choice}}</label>
- <select class="form-control" name="verb" id="poke-verb-select" >
- {{foreach $verbs as $v}}
- <option value="{{$v.0}}">{{$v.1}}</option>
- {{/foreach}}
- </select>
-</div>
-{{/if}}
-
-{{if ! $parent}}
-{{include file="field_checkbox.tpl" field=$private}}
-{{/if}}
-
-<input type="submit" name="submit" value="{{$submit}}" />
-</form>
-
-
- </div>
-</div>
diff --git a/view/tpl/show_thing.tpl b/view/tpl/show_thing.tpl
index d738c9fc9..7aee4e8b2 100644
--- a/view/tpl/show_thing.tpl
+++ b/view/tpl/show_thing.tpl
@@ -1,16 +1,18 @@
<h2>{{$header}}</h2>
{{if $thing}}
<div class="thing-show">
-{{if $thing.obj_imgurl}}<a href="{{$thing.obj_url}}" ><img src="{{$thing.obj_imgurl}}" width="175" height="175" alt="{{$thing.obj_term}}" /></a>{{/if}}
-<a href="{{$thing.obj_url}}" >{{$thing.obj_term}}</a>
+ {{if $thing.obj_imgurl}}
+ <a href="{{$thing.obj_url}}" ><img src="{{$thing.obj_imgurl}}" style="max-width: 100%;" alt="{{$thing.obj_term}}" /></a>
+ {{else}}
+ <a href="{{$thing.obj_url}}" >{{$thing.obj_url}}</a>
+ {{/if}}
</div>
{{if $canedit}}
<div class="thing-edit-links">
-<a href="thing/edit/{{$thing.obj_obj}}" title="{{$edit}}" class="btn btn-outline-secondary" ><i class="fa fa-pencil thing-edit-icon"></i></a>
-<a href="thing/drop/{{$thing.obj_obj}}" onclick="return confirmDelete();" title="{{$delete}}" class="btn btn-outline-secondary" ><i class="fa fa-trash-o drop-icons"></i></a>
+ <a href="thing/edit/{{$thing.obj_obj}}" title="{{$edit}}" class="btn btn-outline-secondary" ><i class="fa fa-pencil thing-edit-icon"></i></a>
+ <a href="thing/drop/{{$thing.obj_obj}}" onclick="return confirmDelete();" title="{{$delete}}" class="btn btn-outline-secondary" ><i class="fa fa-trash-o drop-icons"></i></a>
</div>
<div class="thing-edit-links-end"></div>
{{/if}}
-
{{/if}}
diff --git a/view/tpl/thing_edit.tpl b/view/tpl/thing_edit.tpl
index 63b48f6fc..8067bec43 100644
--- a/view/tpl/thing_edit.tpl
+++ b/view/tpl/thing_edit.tpl
@@ -27,7 +27,7 @@
{{include file="field_checkbox.tpl" field=$activity}}
-<div class="thing-end"></div>
+<div class="thing-end"></div>
{{if $lockstate}}
<button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-bs-toggle="modal" data-bs-target="#aclModal" onclick="return false;">
@@ -36,6 +36,6 @@
{{/if}}
-<input type="submit" class="thing-submit" name="submit" value="{{$submit}}" />
+<input type="submit" class="btn btn-primary btn-sm" name="submit" value="{{$submit}}" />
</form>
{{$aclselect}}
diff --git a/view/tpl/thing_input.tpl b/view/tpl/thing_input.tpl
index d1495aba0..12e99969f 100644
--- a/view/tpl/thing_input.tpl
+++ b/view/tpl/thing_input.tpl
@@ -27,7 +27,7 @@
{{include file="field_checkbox.tpl" field=$activity}}
-<div class="thing-end"></div>
+<div class="thing-end"></div>
{{if $lockstate}}
<button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-bs-toggle="modal" data-bs-target="#aclModal" onclick="return false;">
@@ -36,6 +36,6 @@
{{/if}}
-<input type="submit" class="thing-submit" name="submit" value="{{$submit}}" />
+<input type="submit" class="btn btn-primary btn-sm" name="submit" value="{{$submit}}" />
</form>
{{$aclselect}}