aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/css/bootstrap-red.css36
-rw-r--r--view/css/conversation.css21
-rw-r--r--view/css/widgets.css10
-rw-r--r--view/de-de/hmessages.po1704
-rw-r--r--view/de-de/hstrings.php365
-rw-r--r--view/es-es/hmessages.po5293
-rw-r--r--view/es-es/hstrings.php303
-rw-r--r--view/es-es/lostpass_eml.tpl4
-rw-r--r--view/js/acl.js74
-rw-r--r--view/js/autocomplete.js12
-rw-r--r--view/js/crypto.js212
-rw-r--r--view/js/jquery.js5
-rw-r--r--view/js/main.js1091
-rwxr-xr-xview/js/sse_worker.js14
-rw-r--r--view/php/default.php2
-rw-r--r--view/php/theme_init.php7
-rw-r--r--view/ru/hmessages.po4865
-rw-r--r--view/ru/hstrings.php316
-rw-r--r--view/theme/redbasic/css/style.css38
-rw-r--r--view/theme/redbasic/php/style.php9
-rw-r--r--view/theme/redbasic/schema/simple_black_on_white_(unmaintained,deprecated).css322
-rw-r--r--view/theme/redbasic/schema/simple_black_on_white_(unmaintained,deprecated).php42
-rw-r--r--view/theme/redbasic/schema/simple_green_on_black_(unmaintained,deprecated).css408
-rw-r--r--view/theme/redbasic/schema/simple_green_on_black_(unmaintained,deprecated).php38
-rw-r--r--view/theme/redbasic/schema/simple_white_on_black_(unmaintained,deprecated).css382
-rw-r--r--view/theme/redbasic/schema/simple_white_on_black_(unmaintained,deprecated).php38
-rwxr-xr-xview/tpl/acl_selector.tpl12
-rw-r--r--view/tpl/activity_filter_widget.tpl2
-rw-r--r--view/tpl/app.tpl4
-rwxr-xr-xview/tpl/build_query.tpl2
-rw-r--r--view/tpl/cdav_calendar.tpl2
-rw-r--r--view/tpl/chat.tpl4
-rwxr-xr-xview/tpl/comment_item.tpl2
-rwxr-xr-xview/tpl/connection_template.tpl6
-rwxr-xr-xview/tpl/connections.tpl2
-rw-r--r--view/tpl/connstatus.tpl1
-rwxr-xr-xview/tpl/contact_template.tpl6
-rwxr-xr-xview/tpl/conv_frame.tpl1
-rwxr-xr-xview/tpl/conv_item.tpl16
-rwxr-xr-xview/tpl/conv_list.tpl6
-rwxr-xr-xview/tpl/crophead.tpl4
-rwxr-xr-xview/tpl/direntry.tpl5
-rwxr-xr-xview/tpl/event_item_header.tpl5
-rwxr-xr-xview/tpl/field_acheckbox.tpl4
-rwxr-xr-xview/tpl/jot-header.tpl19
-rwxr-xr-xview/tpl/jot.tpl52
-rwxr-xr-xview/tpl/js_strings.tpl7
-rw-r--r--view/tpl/micropro_card.tpl2
-rwxr-xr-xview/tpl/micropro_img.tpl2
-rw-r--r--view/tpl/notifications_widget.tpl60
-rwxr-xr-xview/tpl/photo_album.tpl2
-rwxr-xr-xview/tpl/photo_top.tpl2
-rwxr-xr-xview/tpl/photos_recent.tpl2
-rw-r--r--view/tpl/pinned_item.tpl198
-rwxr-xr-xview/tpl/profile_edit.tpl4
-rw-r--r--view/tpl/removeaccount.tpl2
-rwxr-xr-xview/tpl/removeme.tpl2
-rwxr-xr-xview/tpl/search_item.tpl6
58 files changed, 8038 insertions, 8017 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index d2daf0b8a..122bb5904 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -11,29 +11,6 @@ nav .dropdown-menu {
min-width: 16rem;
}
-@media screen and (min-width: 992px) {
- nav .badge {
- top: 0px;
- left: 0px;
- line-height: 0.75;
- }
-}
-
-@media screen and (max-width: 992px) {
- .navbar {
- padding: .5rem 7px;
- }
-
- nav .badge {
- top: 0.5rem;
- left: 1.5rem;
- }
-}
-
-.widget .badge {
- font-size: 100%;
-}
-
.nav-item.nav-item-hack {
height: 2.3rem;
}
@@ -77,19 +54,6 @@ nav .dropdown-menu {
}
/* nav overrides end */
-.list-group-item:hover {
- text-decoration: none;
-}
-
-.wall-item-tools .dropdown-menu {
- min-width: auto;
-}
-
label {
font-weight: bold;
}
-
-small,
-.small {
- font-size: 0.75rem;
-}
diff --git a/view/css/conversation.css b/view/css/conversation.css
index f7804f5dd..77e56e200 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -1,15 +1,19 @@
/* jot */
+.jothidden {
+ display:none;
+}
-.jothidden input[type="text"] {
- border: 0px;
- margin: 0px;
- height: 2.5rem;
- width: 100%;
+.jot-poll-option {
+ position: relative;
}
-.jothidden {
- display:none;
+.poll-option-close {
+ position: absolute;
+ right: 0;
+ top: 0;
+ padding: 0.25rem 0 0.25rem 0.5rem;
+ cursor: pointer;
}
#jot-title-wrap,
@@ -18,7 +22,8 @@
border-bottom: 1px solid rgba(0, 0, 0, .2);
}
-#jot-attachment-wrap {
+#jot-attachment-wrap,
+#jot-poll-wrap {
border-top: 1px solid rgba(0, 0, 0, .2);
}
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 995647d1c..30e7e6972 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -181,7 +181,6 @@ a.wikilist {
.notifications-textinput {
padding: .75rem 0.85rem;
- position: relative;
}
.notifications-textinput input {
@@ -226,6 +225,11 @@ a.wikilist {
margin-bottom: 1rem;
}
+.tt-filter-active,
+.cn-filter-active {
+ display: none !important;
+}
+
/* contact block */
.contact-block-div .oneway-overlay {
font-size: 20px;
@@ -233,3 +237,7 @@ a.wikilist {
margin-top: 25px;
opacity: 0.8;
}
+
+#cid-filter-wrapper {
+ position: relative;
+}
diff --git a/view/de-de/hmessages.po b/view/de-de/hmessages.po
index b757a3490..f0c123aad 100644
--- a/view/de-de/hmessages.po
+++ b/view/de-de/hmessages.po
@@ -20,25 +20,28 @@
# Kai <kai@proppower.de>, 2015
# Oliver <post@toktan.org>, 2015-2017
# Phellmes <forum@suschka.de>, 2014,2016-2018
-# Robert Kormann <transifex@kormann.info>, 2019
# sasiflo <transiflex@sasiflo.de>, 2014
# Steff <steff@digitalesecho.de>, 2015-2016
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2016-2019
# zottel <transifex@zottel.net>, 2015
# sasiflo <transiflex@sasiflo.de>, 2015,2018
+# Robert Kormann <hubzilla@kormann.info>, 2019.
+#
msgid ""
msgstr ""
"Project-Id-Version: 4.2.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-06-17 20:27+0200\n"
-"PO-Revision-Date: 2019-06-17 20:27+0200\n"
-"Last-Translator: Robert Kormann <transifex@kormann.info>\n"
-"Language-Team: German (http://www.transifex.com/Friendica/hubzilla/language/de/)\n"
-"Language: de-de\n"
+"PO-Revision-Date: 2019-12-15 11:59+0100\n"
+"Last-Translator: Robert Kormann <hubzilla@kormann.info>\n"
+"Language-Team: German - Germany <http://www.transifex.com/Friendica/hubzilla/"
+"language/de/>\n"
+"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=($n != 1 ? 1 : 0)\n"
+"X-Generator: Gtranslator 3.34.0\n"
#: ../../view/theme/redbasic/php/config.php:15 ../../include/text.php:3218
#: ../../Zotlabs/Module/Admin/Site.php:187
@@ -363,7 +366,7 @@ msgstr "Größe der Avatare von Kommentatoren"
#: ../../view/theme/redbasic/php/config.php:116
msgid "Show advanced settings"
-msgstr ""
+msgstr "Einstellungen für Fortgeschrittene"
#: ../../include/dir_fns.php:141 ../../Zotlabs/Lib/Libzotdir.php:160
msgid "Directory Options"
@@ -386,7 +389,12 @@ 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 "Es hat früher schon einmal eine Gruppe mit diesem Namen existiert, die gelöscht wurde. Es <strong>könnten</strong> von damals noch Elemente (Beiträge, Dateien etc.) vorhanden sein, die allen jetzigen und zukünftigen Mitgliedern dieser Gruppe den Zugriff erlauben. Wenn das nicht Deine Absicht ist, erstelle bitte eine neue Gruppe mit einem anderen Namen."
+msgstr ""
+"Es hat früher schon einmal eine Gruppe mit diesem Namen existiert, die "
+"gelöscht wurde. Es <strong>könnten</strong> von damals noch Elemente "
+"(Beiträge, Dateien etc.) vorhanden sein, die allen jetzigen und zukünftigen "
+"Mitgliedern dieser Gruppe den Zugriff erlauben. Wenn das nicht Deine Absicht "
+"ist, erstelle bitte eine neue Gruppe mit einem anderen Namen."
#: ../../include/group.php:264 ../../Zotlabs/Lib/Group.php:270
msgid "Add new connections to this privacy group"
@@ -719,7 +727,10 @@ msgstr "%1$s hat ein aktualisiertes %2$s, %3$s wurde verändert."
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 "Das Security-Token des Formulars war nicht korrekt. Das ist wahrscheinlich passiert, weil das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde."
+msgstr ""
+"Das Security-Token des Formulars war nicht korrekt. Das ist wahrscheinlich "
+"passiert, weil das Formular zu lange (>3 Stunden) offen war, bevor es "
+"abgeschickt wurde."
#: ../../include/items.php:416 ../../Zotlabs/Web/WebServer.php:122
#: ../../Zotlabs/Module/Like.php:301 ../../Zotlabs/Module/Group.php:98
@@ -1502,7 +1513,8 @@ msgstr[1] "Absagen"
msgctxt "noun"
msgid "Undecided"
msgid_plural "Undecided"
-msgstr "Unentschieden"
+msgstr[0] "NONE"
+msgstr[1] "Unentschieden"
#: ../../include/conversation.php:1717
msgctxt "noun"
@@ -1884,7 +1896,9 @@ msgstr "Gib eine URL ein:"
#: ../../include/js_strings.php:24
msgid "Unsaved changes. Are you sure you wish to leave this page?"
-msgstr "Ungespeicherte Änderungen. Bist Du sicher, dass Du diese Seite verlassen möchtest?"
+msgstr ""
+"Ungespeicherte Änderungen. Bist Du sicher, dass Du diese Seite verlassen "
+"möchtest?"
#: ../../include/js_strings.php:25 ../../Zotlabs/Module/Pubsites.php:52
#: ../../Zotlabs/Module/Profiles.php:509 ../../Zotlabs/Module/Profiles.php:734
@@ -1943,31 +1957,36 @@ msgstr ""
#, php-format
msgid "%d minutes"
msgid_plural "%d minutes"
-msgstr "%d Minuten"
+msgstr[0] "NONE"
+msgstr[1] "%d Minuten"
#: ../../include/js_strings.php:43
#, php-format
msgid "about %d hours"
msgid_plural "about %d hours"
-msgstr "ungefähr %d Stunden"
+msgstr[0] "NONE"
+msgstr[1] "ungefähr %d Stunden"
#: ../../include/js_strings.php:44
#, php-format
msgid "%d days"
msgid_plural "%d days"
-msgstr "%d Tagen"
+msgstr[0] "NONE"
+msgstr[1] "%d Tagen"
#: ../../include/js_strings.php:45
#, php-format
msgid "%d months"
msgid_plural "%d months"
-msgstr "%d Monaten"
+msgstr[0] "NONE"
+msgstr[1] "%d Monaten"
#: ../../include/js_strings.php:46
#, php-format
msgid "%d years"
msgid_plural "%d years"
-msgstr "%d Jahren"
+msgstr[0] "NONE"
+msgstr[1] "%d Jahren"
#: ../../include/js_strings.php:51
msgid "timeago.prefixAgo"
@@ -2234,7 +2253,7 @@ msgstr "Du kannst Dich nicht mit Dir selbst verbinden."
#: ../../include/oembed.php:153
msgid "View PDF"
-msgstr ""
+msgstr "PDF anzeigen"
#: ../../include/oembed.php:357
msgid " by "
@@ -2281,7 +2300,9 @@ msgstr "Reservierter Kurzname. Bitte wähle einen anderen."
#: ../../Zotlabs/Module/Changeaddr.php:51
msgid ""
"Nickname has unsupported characters or is already being used on this site."
-msgstr "Der Spitzname enthält nicht-unterstütze Zeichen oder wird bereits auf dieser Seite genutzt."
+msgstr ""
+"Der Spitzname enthält nicht-unterstütze Zeichen oder wird bereits auf dieser "
+"Seite genutzt."
#: ../../include/channel.php:287
msgid "Unable to retrieve created identity"
@@ -2943,7 +2964,7 @@ msgstr "Beitrag wurde nicht gefunden."
#: ../../include/attach.php:284
msgid "Unknown error."
-msgstr ""
+msgstr "Unbekannter Fehler."
#: ../../include/attach.php:568
msgid "No source file."
@@ -2965,11 +2986,14 @@ msgstr "Datei überschreitet das Größen-Limit von %d"
#: ../../include/attach.php:772
#, php-format
msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
-msgstr "Die Größe Deiner Datei-Anhänge hat das Maximum von %1$.0f MByte erreicht."
+msgstr ""
+"Die Größe Deiner Datei-Anhänge hat das Maximum von %1$.0f MByte erreicht."
#: ../../include/attach.php:954
msgid "File upload failed. Possible system limit or action terminated."
-msgstr "Datei-Upload fehlgeschlagen. Mögliche Systembegrenzung oder abgebrochener Prozess."
+msgstr ""
+"Datei-Upload fehlgeschlagen. Mögliche Systembegrenzung oder abgebrochener "
+"Prozess."
#: ../../include/attach.php:983
msgid "Stored file could not be verified. Upload failed."
@@ -3315,7 +3339,9 @@ msgstr "Ausgeloggt."
#: ../../include/auth.php:291
msgid "Email validation is incomplete. Please check your email."
-msgstr "E-Mail-Bestätigung nicht abgeschlossen. Bitte prüfe Deine E-Mails (ggf. Spam-Filterung mit berücksichtigen)."
+msgstr ""
+"E-Mail-Bestätigung nicht abgeschlossen. Bitte prüfe Deine E-Mails (ggf. Spam-"
+"Filterung mit berücksichtigen)."
#: ../../include/auth.php:307
msgid "Failed authentication"
@@ -3354,7 +3380,9 @@ msgstr "Benutzerdefinierte Auswahl"
msgid ""
"Select \"Show\" to allow viewing. \"Don't show\" lets you override and limit "
"the scope of \"Show\"."
-msgstr "Wähle \"Anzeigen\", um Betrachtung zuzulassen. \"Nicht anzeigen\" überstimmt und limitiert den Aktionsradius von \"Anzeigen\" für Ausnahmen."
+msgstr ""
+"Wähle \"Anzeigen\", um Betrachtung zuzulassen. \"Nicht anzeigen\" überstimmt "
+"und limitiert den Aktionsradius von \"Anzeigen\" für Ausnahmen."
#: ../../include/acl_selectors.php:116
msgid "Show"
@@ -3384,7 +3412,10 @@ msgstr "Schließen"
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 "Beitragsberechtigungen %s können nicht geändert werden %s, nachdem der Beitrag gesendet wurde.<br />Diese Berechtigungen bestimmen, wer den Beitrag sehen kann."
+msgstr ""
+"Beitragsberechtigungen %s können nicht geändert werden %s, nachdem der "
+"Beitrag gesendet wurde.<br />Diese Berechtigungen bestimmen, wer den Beitrag "
+"sehen kann."
#: ../../include/photos.php:151
#, php-format
@@ -3430,12 +3461,16 @@ msgstr "Nicht möglich, einen gelöschten Kanal zu importieren."
#: ../../include/import.php:52
msgid ""
"Cannot create a duplicate channel identifier on this system. Import failed."
-msgstr "Kann keinen doppelten Kanal-Identifikator auf diesem System erzeugen (Spitzname oder Hash schon belegt). Import fehlgeschlagen."
+msgstr ""
+"Kann keinen doppelten Kanal-Identifikator auf diesem System erzeugen "
+"(Spitzname oder Hash schon belegt). Import fehlgeschlagen."
#: ../../include/import.php:73
#: ../../extend/addon/hzaddons/diaspora/import_diaspora.php:43
msgid "Unable to create a unique channel address. Import failed."
-msgstr "Es war nicht möglich, eine eindeutige Kanal-Adresse zu erzeugen. Der Import ist fehlgeschlagen."
+msgstr ""
+"Es war nicht möglich, eine eindeutige Kanal-Adresse zu erzeugen. Der Import "
+"ist fehlgeschlagen."
#: ../../include/import.php:118
msgid "Cloned channel not found. Import failed."
@@ -3570,7 +3605,9 @@ msgstr "Installiere %1$s Element %2$s"
msgid ""
"This post contains an installable %s element, however you lack permissions "
"to install it on this site."
-msgstr "Dieser Beitrag beinhaltet ein installierbares %s Element, aber Du hast nicht die nötigen Rechte, um es auf diesem Hub zu installieren."
+msgstr ""
+"Dieser Beitrag beinhaltet ein installierbares %s Element, aber Du hast nicht "
+"die nötigen Rechte, um es auf diesem Hub zu installieren."
#: ../../include/bbcode.php:288 ../../Zotlabs/Module/Impel.php:43
msgid "webpage"
@@ -3656,7 +3693,7 @@ msgstr "Beginne die kalendarische Woche am Montag"
#: ../../include/features.php:87
msgid "Default is Sunday"
-msgstr ""
+msgstr "Standard ist Sonntag"
#: ../../include/features.php:94
msgid "Event Timezone Selection"
@@ -3664,7 +3701,9 @@ msgstr "Termin-Zeitzonenauswahl"
#: ../../include/features.php:95
msgid "Allow event creation in timezones other than your own."
-msgstr "Ermögliche das Erstellen von Terminen in anderen Zeitzonen als Deiner eigenen."
+msgstr ""
+"Ermögliche das Erstellen von Terminen in anderen Zeitzonen als Deiner "
+"eigenen."
#: ../../include/features.php:104 ../../Zotlabs/Lib/Apps.php:342
msgid "Channel Home"
@@ -3684,15 +3723,17 @@ msgstr "Schlagwort-Wolke"
#: ../../include/features.php:117
msgid "Provide a personal tag cloud on your channel page"
-msgstr "Aktiviert die Anzeige einer Schlagwort-Wolke (Tag Cloud) auf Deiner Kanal-Seite"
+msgstr ""
+"Aktiviert die Anzeige einer Schlagwort-Wolke (Tag Cloud) auf Deiner Kanal-"
+"Seite"
#: ../../include/features.php:124 ../../include/features.php:351
msgid "Use blog/list mode"
-msgstr ""
+msgstr "Beitragsmodus verwenden"
#: ../../include/features.php:125 ../../include/features.php:352
msgid "Comments will be displayed separately"
-msgstr ""
+msgstr "Kommentare werden separat angezeigt"
#: ../../include/features.php:137
msgid "Connection Filtering"
@@ -3700,11 +3741,13 @@ msgstr "Filter für Verbindungen"
#: ../../include/features.php:138
msgid "Filter incoming posts from connections based on keywords/content"
-msgstr "Ermöglicht die Filterung eingehender Beiträge anhand von Schlüsselwörtern (muss an der Verbindung konfiguriert werden)"
+msgstr ""
+"Ermöglicht die Filterung eingehender Beiträge anhand von Schlüsselwörtern "
+"(muss an der Verbindung konfiguriert werden)"
#: ../../include/features.php:146
msgid "Conversation"
-msgstr ""
+msgstr "Unterhaltung"
#: ../../include/features.php:150
msgid "Community Tagging"
@@ -3736,15 +3779,17 @@ msgstr "Beiträge mit Sternchen versehen"
#: ../../include/features.php:175
msgid "Ability to mark special posts with a star indicator"
-msgstr "Ermöglicht die lokale Markierung spezieller Beiträge mit einem Sternchen-Symbol"
+msgstr ""
+"Ermöglicht die lokale Markierung spezieller Beiträge mit einem Sternchen-"
+"Symbol"
#: ../../include/features.php:182
msgid "Reply on comment"
-msgstr ""
+msgstr "Auf Kommentare antworten"
#: ../../include/features.php:183
msgid "Ability to reply on selected comment"
-msgstr ""
+msgstr "Ermöglicht es Kommentare zu beantworten"
#: ../../include/features.php:192 ../../Zotlabs/Lib/Apps.php:346
msgid "Directory"
@@ -3760,7 +3805,7 @@ msgstr "Ermöglicht die Erstellung komplexer Verzeichnis-Suchabfragen"
#: ../../include/features.php:206
msgid "Editor"
-msgstr ""
+msgstr "Editieren"
#: ../../include/features.php:210
msgid "Post Categories"
@@ -3778,7 +3823,9 @@ msgstr "Große Fotos"
msgid ""
"Include large (1024px) photo thumbnails in posts. If not enabled, use small "
"(640px) photo thumbnails"
-msgstr "Große Vorschaubilder (1024px) in Beiträgen anzeigen. Falls nicht aktiviert, werden kleine Vorschaubilder (640px) verwendet."
+msgstr ""
+"Große Vorschaubilder (1024px) in Beiträgen anzeigen. Falls nicht aktiviert, "
+"werden kleine Vorschaubilder (640px) verwendet."
#: ../../include/features.php:227
msgid "Even More Encryption"
@@ -3787,7 +3834,9 @@ msgstr "Noch mehr Verschlüsselung"
#: ../../include/features.php:228
msgid ""
"Allow optional encryption of content end-to-end with a shared secret key"
-msgstr "Ermöglicht optional die zusätzliche Verschlüsselung von Inhalten (Ende-zu-Ende mit geteiltem Schlüssel)"
+msgstr ""
+"Ermöglicht optional die zusätzliche Verschlüsselung von Inhalten (Ende-zu-"
+"Ende mit geteiltem Schlüssel)"
#: ../../include/features.php:235
msgid "Enable Voting Tools"
@@ -3795,7 +3844,10 @@ msgstr "Umfragewerkzeuge aktivieren"
#: ../../include/features.php:236
msgid "Provide a class of post which others can vote on"
-msgstr "Aktiviert die Umfragewerkzeuge, um anderen die Möglichkeit zu geben, einem Beitrag zuzustimmen, ihn abzulehnen oder sich zu enthalten. (Muss im Beitrag selbst noch aktiviert werden.)"
+msgstr ""
+"Aktiviert die Umfragewerkzeuge, um anderen die Möglichkeit zu geben, einem "
+"Beitrag zuzustimmen, ihn abzulehnen oder sich zu enthalten. (Muss im Beitrag "
+"selbst noch aktiviert werden.)"
#: ../../include/features.php:243
msgid "Disable Comments"
@@ -3819,7 +3871,9 @@ msgstr "Verfall von Inhalten"
#: ../../include/features.php:260
msgid "Remove posts/comments and/or private messages at a future time"
-msgstr "Ermöglicht das automatische Löschen von Beiträgen, Kommentaren und/oder privaten Nachrichten zu einem zukünftigen Datum."
+msgstr ""
+"Ermöglicht das automatische Löschen von Beiträgen, Kommentaren und/oder "
+"privaten Nachrichten zu einem zukünftigen Datum."
#: ../../include/features.php:267
msgid "Suppress Duplicate Posts/Comments"
@@ -3829,7 +3883,9 @@ msgstr "Doppelte Beiträge unterdrücken"
msgid ""
"Prevent posts with identical content to be published with less than two "
"minutes in between submissions."
-msgstr "Verhindert, dass innerhalb von zwei Minuten Beiträge mit identischem Inhalt veröffentlicht werden."
+msgstr ""
+"Verhindert, dass innerhalb von zwei Minuten Beiträge mit identischem Inhalt "
+"veröffentlicht werden."
#: ../../include/features.php:275
msgid "Auto-save drafts of posts and comments"
@@ -3839,11 +3895,14 @@ msgstr "Auto-Speicherung von Beitrags- und Kommentarentwürfen"
msgid ""
"Automatically saves post and comment drafts in local browser storage to help "
"prevent accidental loss of compositions"
-msgstr "Speichert Deine Beitrags- und Kommentarentwürfe automatisch im lokalen Browserspeicher und hilft so, versehentlichem Verlust dieser Inhalte vorzubeugen"
+msgstr ""
+"Speichert Deine Beitrags- und Kommentarentwürfe automatisch im lokalen "
+"Browserspeicher und hilft so, versehentlichem Verlust dieser Inhalte "
+"vorzubeugen"
#: ../../include/features.php:285
msgid "Manage"
-msgstr ""
+msgstr "Verwalten"
#: ../../include/features.php:289
msgid "Navigation Channel Select"
@@ -3851,7 +3910,8 @@ msgstr "Kanal-Auswahl in der Navigationsleiste"
#: ../../include/features.php:290
msgid "Change channels directly from within the navigation dropdown menu"
-msgstr "Ermöglicht den direkten Wechsel zu anderen Kanälen über das Navigationsmenü"
+msgstr ""
+"Ermöglicht den direkten Wechsel zu anderen Kanälen über das Navigationsmenü"
#: ../../include/features.php:299 ../../Zotlabs/Module/Connections.php:310
msgid "Network"
@@ -3871,37 +3931,39 @@ msgstr "Möglichkeit, Beiträge in Verzeichnissen zu sammeln"
#: ../../include/features.php:319
msgid "Alternate Stream Order"
-msgstr ""
+msgstr "Stream anders anordnen"
#: ../../include/features.php:320
msgid ""
"Ability to order the stream by last post date, last comment date or "
"unthreaded activities"
msgstr ""
+"Ermöglicht es den Stream anhand des Beitragsdatums, des letzten Kommentars "
+"oder der letzten Aktivitäten anzuordnen"
#: ../../include/features.php:327
msgid "Contact Filter"
-msgstr ""
+msgstr "Nach Kontakt filtern"
#: ../../include/features.php:328
msgid "Ability to display only posts of a selected contact"
-msgstr ""
+msgstr "Ermöglicht es nur Beiträge eines Kontakts anzuzeigen"
#: ../../include/features.php:335
msgid "Forum Filter"
-msgstr ""
+msgstr "Nach Forum filtern"
#: ../../include/features.php:336
msgid "Ability to display only posts of a specific forum"
-msgstr ""
+msgstr "Ermöglicht es die Beiträge eines bestimmten Forums heraus zu filtern"
#: ../../include/features.php:343
msgid "Personal Posts Filter"
-msgstr ""
+msgstr "Nach eigenen Beiträgen filtern"
#: ../../include/features.php:344
msgid "Ability to display only posts that you've interacted on"
-msgstr ""
+msgstr "Ermöglicht es nach Beiträgen mit eigenen Inhalten zu filtern"
#: ../../include/features.php:365
msgid "Photo Location"
@@ -3913,7 +3975,7 @@ msgstr "Verlinkt den Aufnahmeort von Fotos (falls verfügbar) auf einer Karte"
#: ../../include/features.php:375 ../../Zotlabs/Lib/Apps.php:362
msgid "Profiles"
-msgstr ""
+msgstr "Profile"
#: ../../include/features.php:379
msgid "Advanced Profiles"
@@ -3929,7 +3991,9 @@ msgstr "Profil-Import/Export"
#: ../../include/features.php:388
msgid "Save and load profile details across sites/channels"
-msgstr "Ermöglicht das Speichern von Profilen, um sie in einen anderen Kanal zu importieren"
+msgstr ""
+"Ermöglicht das Speichern von Profilen, um sie in einen anderen Kanal zu "
+"importieren"
#: ../../include/features.php:395
msgid "Multiple Profiles"
@@ -4182,7 +4246,7 @@ msgstr "Funktionen"
#: ../../Zotlabs/Widget/Admin.php:27 ../../Zotlabs/Module/Admin/Addons.php:342
#: ../../Zotlabs/Module/Admin/Addons.php:440
msgid "Addons"
-msgstr ""
+msgstr "Addons"
#: ../../Zotlabs/Widget/Admin.php:28 ../../Zotlabs/Module/Admin/Themes.php:123
#: ../../Zotlabs/Module/Admin/Themes.php:157
@@ -4208,7 +4272,7 @@ msgstr "Protokolle"
#: ../../Zotlabs/Widget/Admin.php:56
msgid "Addon Features"
-msgstr ""
+msgstr "Addon-Eigenschaften"
#: ../../Zotlabs/Widget/Photo.php:48 ../../Zotlabs/Widget/Photo_rand.php:58
msgid "photo/image"
@@ -4232,16 +4296,16 @@ msgstr "Nur Lesen"
#: ../../Zotlabs/Widget/Cdav.php:127
msgid "Channel Calendar"
-msgstr ""
+msgstr "Kalender des Kanals"
#: ../../Zotlabs/Widget/Cdav.php:129 ../../Zotlabs/Widget/Cdav.php:143
#: ../../Zotlabs/Module/Cdav.php:1079
msgid "CalDAV Calendars"
-msgstr ""
+msgstr "CalDAV Kalender"
#: ../../Zotlabs/Widget/Cdav.php:131
msgid "Shared CalDAV Calendars"
-msgstr ""
+msgstr "Geteilte CalDAV Kalender"
#: ../../Zotlabs/Widget/Cdav.php:135
msgid "Share this calendar"
@@ -4253,7 +4317,7 @@ msgstr "Kalendername und -farbe"
#: ../../Zotlabs/Widget/Cdav.php:139
msgid "Create new CalDAV calendar"
-msgstr ""
+msgstr "Erstelle einen neuen CalDAV Kalender"
#: ../../Zotlabs/Widget/Cdav.php:140 ../../Zotlabs/Widget/Cdav.php:178
#: ../../Zotlabs/Module/Webpages.php:254 ../../Zotlabs/Module/Layouts.php:185
@@ -4277,7 +4341,7 @@ msgstr "Kalenderwerkzeuge"
#: ../../Zotlabs/Widget/Cdav.php:143 ../../Zotlabs/Module/Cdav.php:1079
msgid "Channel Calendars"
-msgstr ""
+msgstr "Kalender von Kanälen"
#: ../../Zotlabs/Widget/Cdav.php:144
msgid "Import calendar"
@@ -4361,15 +4425,15 @@ msgstr "Dokumentation"
#: ../../Zotlabs/Widget/Newmember.php:57
msgid "Missing Features?"
-msgstr ""
+msgstr "Fehlt etwas?"
#: ../../Zotlabs/Widget/Newmember.php:59
msgid "Pin apps to navigation bar"
-msgstr ""
+msgstr "Apps anpinnen an die Navigation"
#: ../../Zotlabs/Widget/Newmember.php:60
msgid "Install more apps"
-msgstr ""
+msgstr "Weitere Apps installieren"
#: ../../Zotlabs/Widget/Newmember.php:71
msgid "View public stream"
@@ -4407,7 +4471,7 @@ msgstr "Zeige nur neue Beiträge"
#: ../../Zotlabs/Widget/Notifications.php:122
#: ../../Zotlabs/Widget/Notifications.php:153
msgid "Filter by name or address"
-msgstr ""
+msgstr "Nach Name oder Adresse filtern"
#: ../../Zotlabs/Widget/Notifications.php:35
msgid "New Home Activity"
@@ -4616,15 +4680,15 @@ msgstr "Chatraum-Vorschläge"
#: ../../Zotlabs/Widget/Appstore.php:11
msgid "App Collections"
-msgstr ""
+msgstr "App-Sammlungen"
#: ../../Zotlabs/Widget/Appstore.php:13
msgid "Installed apps"
-msgstr ""
+msgstr "Installierte Apps"
#: ../../Zotlabs/Widget/Appstore.php:14 ../../Zotlabs/Module/Apps.php:50
msgid "Available Apps"
-msgstr ""
+msgstr "Verfügbare Apps"
#: ../../Zotlabs/Widget/Follow.php:22
#, php-format
@@ -4784,6 +4848,8 @@ msgstr "Kann Profile und Profilsachen mögen/nicht mögen"
#: ../../Zotlabs/Access/Permissions.php:70
msgid "Can forward to all my channel connections via ! mentions in posts"
msgstr ""
+"Kann über ! Erwähnungen in Beiträgen an alle Verbindungen des Kanals "
+"weiterleiten"
#: ../../Zotlabs/Access/Permissions.php:71
msgid "Can chat with me"
@@ -4801,7 +4867,9 @@ msgstr "Kann meinen Kanal administrieren"
msgid ""
"Remote authentication blocked. You are logged into this site locally. Please "
"logout and retry."
-msgstr "Fern-Authentifizierung blockiert. Du bist lokal auf diesem Server angemeldet. Bitte melde Dich ab und versuche es erneut."
+msgstr ""
+"Fern-Authentifizierung blockiert. Du bist lokal auf diesem Server "
+"angemeldet. Bitte melde Dich ab und versuche es erneut."
#: ../../Zotlabs/Zot/Auth.php:264
#: ../../extend/addon/hzaddons/openid/Mod_Openid.php:76
@@ -4825,7 +4893,7 @@ msgstr "Token gespeichert."
#: ../../Zotlabs/Module/Tokens.php:99
msgid "Guest Access App"
-msgstr ""
+msgstr "Gastzugang App"
#: ../../Zotlabs/Module/Tokens.php:99 ../../Zotlabs/Module/Permcats.php:62
#: ../../Zotlabs/Module/Group.php:106 ../../Zotlabs/Module/Sources.php:88
@@ -4874,25 +4942,34 @@ msgstr ""
#: ../../extend/addon/hzaddons/smileybutton/Mod_Smileybutton.php:35
#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:57
msgid "Not Installed"
-msgstr ""
+msgstr "Nicht Installiert"
#: ../../Zotlabs/Module/Tokens.php:100
msgid "Create access tokens so that non-members can access private content"
msgstr ""
+"Erzeuge ein Token, so dass Nichtmitglieder Zugang zu privaten Inhalten "
+"bekommen können"
#: ../../Zotlabs/Module/Tokens.php:133
msgid ""
"Use this form to create temporary access identifiers to share things with "
"non-members. These identities may be used in Access Control Lists and "
"visitors may login using these credentials to access private content."
-msgstr "Mit diesem Formular kannst Du temporäre Zugangs-IDs anlegen, um Inhalte mit Nicht-Mitgliedern zu teilen. Die IDs können in Berechtigungslisten (ACLs) verwendet werden, und Besucher können sich damit einloggen, um auf private Inhalte zuzugreifen."
+msgstr ""
+"Mit diesem Formular kannst Du temporäre Zugangs-IDs anlegen, um Inhalte mit "
+"Nicht-Mitgliedern zu teilen. Die IDs können in Berechtigungslisten (ACLs) "
+"verwendet werden, und Besucher können sich damit einloggen, um auf private "
+"Inhalte zuzugreifen."
#: ../../Zotlabs/Module/Tokens.php:135
msgid ""
"You may also provide <em>dropbox</em> style access links to friends and "
"associates by adding the Login Password to any specific site URL as shown. "
"Examples:"
-msgstr "Du kannst auch <em>Dropbox</em>-ähnliche Zugriffslinks an Andere weitergeben, indem du das Login-Passwort an eine entsprechende URL anhängst wie nachfolgend gezeigt. Beispiele:"
+msgstr ""
+"Du kannst auch <em>Dropbox</em>-ähnliche Zugriffslinks an Andere "
+"weitergeben, indem du das Login-Passwort an eine entsprechende URL anhängst "
+"wie nachfolgend gezeigt. Beispiele:"
#: ../../Zotlabs/Module/Tokens.php:170
msgid "Guest Access Tokens"
@@ -4935,7 +5012,11 @@ 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 "Einige Berechtigungen werden möglicherweise von den globalen <a href=\"settings\">Sicherheits- und Privatsphäre-Einstellungen</a> dieses Kanals vererbt. Diese haben eine höhere Priorität als die Einstellungen an der Verbindung und können hier nicht verändert werden."
+msgstr ""
+"Einige Berechtigungen werden möglicherweise von den globalen <a href="
+"\"settings\">Sicherheits- und Privatsphäre-Einstellungen</a> dieses Kanals "
+"vererbt. Diese haben eine höhere Priorität als die Einstellungen an der "
+"Verbindung und können hier nicht verändert werden."
#: ../../Zotlabs/Module/Like.php:56
msgid "Like/Dislike"
@@ -4949,7 +5030,10 @@ msgstr "Diese Aktion kann nur von Mitgliedern ausgeführt werden."
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 "Um fortzufahren <a href=\"rmagic\">melde Dich bitte mit Deiner $Projectname-ID an</a> oder <a href=\"register\">registriere Dich als neues $Projectname-Mitglied</a>."
+msgstr ""
+"Um fortzufahren <a href=\"rmagic\">melde Dich bitte mit Deiner $Projectname-"
+"ID an</a> oder <a href=\"register\">registriere Dich als neues $Projectname-"
+"Mitglied</a>."
#: ../../Zotlabs/Module/Like.php:111 ../../Zotlabs/Module/Like.php:137
#: ../../Zotlabs/Module/Like.php:175
@@ -5011,7 +5095,7 @@ msgstr "Vielen Dank."
#: ../../Zotlabs/Module/Permcats.php:28
msgid "Permission category name is required."
-msgstr ""
+msgstr "Es wird ein Name für die Berechtigungsrolle benötigt."
#: ../../Zotlabs/Module/Permcats.php:47
msgid "Permission category saved."
@@ -5019,7 +5103,7 @@ msgstr "Berechtigungsrolle gespeichert."
#: ../../Zotlabs/Module/Permcats.php:62
msgid "Permission Categories App"
-msgstr ""
+msgstr "Berechtigungsrollen App"
#: ../../Zotlabs/Module/Permcats.php:63
msgid "Create custom connection permission limits"
@@ -5029,7 +5113,9 @@ msgstr ""
msgid ""
"Use this form to create permission rules for various classes of people or "
"connections."
-msgstr "Verwende dieses Formular, um Berechtigungsrollen für verschiedene Gruppen von Personen oder Verbindungen zu erstellen."
+msgstr ""
+"Verwende dieses Formular, um Berechtigungsrollen für verschiedene Gruppen "
+"von Personen oder Verbindungen zu erstellen."
#: ../../Zotlabs/Module/Permcats.php:112 ../../Zotlabs/Lib/Apps.php:373
msgid "Permission Categories"
@@ -5037,7 +5123,7 @@ msgstr "Berechtigungsrollen"
#: ../../Zotlabs/Module/Permcats.php:120
msgid "Permission category name"
-msgstr ""
+msgstr "Name der Berechtigungsrolle"
#: ../../Zotlabs/Module/Attach.php:13
msgid "Item not available."
@@ -5082,19 +5168,19 @@ msgstr "Gruppe wurde aktualisiert."
#: ../../Zotlabs/Module/Group.php:106
msgid "Privacy Groups App"
-msgstr ""
+msgstr "Anwendung für private Gruppen"
#: ../../Zotlabs/Module/Group.php:107
msgid "Management of privacy groups"
-msgstr ""
+msgstr "Verwalte private Gruppen"
#: ../../Zotlabs/Module/Group.php:142
msgid "Add Group"
-msgstr ""
+msgstr "Gruppe hinzufügen"
#: ../../Zotlabs/Module/Group.php:146
msgid "Privacy group name"
-msgstr ""
+msgstr "Gruppenname"
#: ../../Zotlabs/Module/Group.php:147 ../../Zotlabs/Module/Group.php:256
msgid "Members are visible to other channels"
@@ -5115,7 +5201,7 @@ msgstr "Gruppe konnte nicht entfernt werden."
#: ../../Zotlabs/Module/Group.php:251
#, php-format
msgid "Privacy Group: %s"
-msgstr ""
+msgstr "Gruppe: %s"
#: ../../Zotlabs/Module/Group.php:253
msgid "Privacy group name: "
@@ -5123,19 +5209,19 @@ msgstr "Gruppenname:"
#: ../../Zotlabs/Module/Group.php:258
msgid "Delete Group"
-msgstr ""
+msgstr "Gruppe löschen"
#: ../../Zotlabs/Module/Group.php:269
msgid "Group members"
-msgstr ""
+msgstr "Gruppenmitglieder"
#: ../../Zotlabs/Module/Group.php:271
msgid "Not in this group"
-msgstr ""
+msgstr "Nichtmitglieder"
#: ../../Zotlabs/Module/Group.php:303
msgid "Click a channel to toggle membership"
-msgstr ""
+msgstr "Ein Klick auf den Kanal wechselt die Mitgliedschaft"
#: ../../Zotlabs/Module/Sources.php:41
msgid "Failed to create source. No channel selected."
@@ -5155,7 +5241,9 @@ msgstr ""
#: ../../Zotlabs/Module/Sources.php:89
msgid "Automatically import channel content from other channels or feeds"
-msgstr "Ermöglicht den automatischen Import von Inhalten für diesen Kanal von anderen Kanälen oder Feeds"
+msgstr ""
+"Ermöglicht den automatischen Import von Inhalten für diesen Kanal von "
+"anderen Kanälen oder Feeds"
#: ../../Zotlabs/Module/Sources.php:101
msgid "*"
@@ -5177,11 +5265,14 @@ msgstr "Neue Quelle"
msgid ""
"Import all or selected content from the following channel into this channel "
"and distribute it according to your channel settings."
-msgstr "Importiere alle oder ausgewählte Inhalte des folgenden Kanals in diesen Kanal und verteile sie gemäß der Einstellungen dieses Kanals."
+msgstr ""
+"Importiere alle oder ausgewählte Inhalte des folgenden Kanals in diesen "
+"Kanal und verteile sie gemäß der Einstellungen dieses Kanals."
#: ../../Zotlabs/Module/Sources.php:121 ../../Zotlabs/Module/Sources.php:155
msgid "Only import content with these words (one per line)"
-msgstr "Importiere nur Beiträge, die folgende Wörter (eines pro Zeile) enthalten"
+msgstr ""
+"Importiere nur Beiträge, die folgende Wörter (eines pro Zeile) enthalten"
#: ../../Zotlabs/Module/Sources.php:121 ../../Zotlabs/Module/Sources.php:155
msgid "Leave blank to import all public content"
@@ -5195,7 +5286,9 @@ msgstr "Name des Kanals"
msgid ""
"Add the following categories to posts imported from this source (comma "
"separated)"
-msgstr "Füge die folgenden Kategorien zu Beiträgen, die aus dieser Quelle importiert werden, hinzu (kommagetrennt)"
+msgstr ""
+"Füge die folgenden Kategorien zu Beiträgen, die aus dieser Quelle importiert "
+"werden, hinzu (kommagetrennt)"
#: ../../Zotlabs/Module/Sources.php:123 ../../Zotlabs/Module/Sources.php:158
#: ../../Zotlabs/Module/Oauth.php:117
@@ -5204,11 +5297,11 @@ msgstr "Optional"
#: ../../Zotlabs/Module/Sources.php:124 ../../Zotlabs/Module/Sources.php:159
msgid "Resend posts with this channel as author"
-msgstr ""
+msgstr "Sende die Beiträge neu mit diesem Kanal als Autor"
#: ../../Zotlabs/Module/Sources.php:124 ../../Zotlabs/Module/Sources.php:159
msgid "Copyrights may apply"
-msgstr ""
+msgstr "Berücksichtige gegebenenfalls vorhandene Urheberrechte"
#: ../../Zotlabs/Module/Sources.php:144 ../../Zotlabs/Module/Sources.php:174
msgid "Source not found."
@@ -5306,7 +5399,9 @@ msgstr "Was möchtest Du gerne tun?"
#: ../../Zotlabs/Module/Go.php:31
msgid ""
"Please bookmark this page if you would like to return to it in the future"
-msgstr "Bitte speichere diese Seite in Deinen Lesezeichen, falls Du später zu ihr zurückkehren möchtest."
+msgstr ""
+"Bitte speichere diese Seite in Deinen Lesezeichen, falls Du später zu ihr "
+"zurückkehren möchtest."
#: ../../Zotlabs/Module/Go.php:35
msgid "Upload a profile photo"
@@ -5339,22 +5434,30 @@ msgstr "Deine Kanal-Startseite aufrufen"
#: ../../Zotlabs/Module/Go.php:43
msgid ""
"View your connections and/or add somebody whose address you already know"
-msgstr "Deine Verbindungen ansehen und/oder jemanden hinzufügen, dessen Kanal-Adresse Du bereits kennst"
+msgstr ""
+"Deine Verbindungen ansehen und/oder jemanden hinzufügen, dessen Kanal-"
+"Adresse Du bereits kennst"
#: ../../Zotlabs/Module/Go.php:44
msgid ""
"View your personal stream (this may be empty until you add some connections)"
-msgstr "Deinen persönlichen Beitragsstrom ansehen (dieser kann leer sein, bis Du ein paar Verbindungen hinzugefügt hast)"
+msgstr ""
+"Deinen persönlichen Stream an Beiträgen ansehen (dieser kann leer sein, bis "
+"Du ein paar Verbindungen hinzugefügt hast)"
#: ../../Zotlabs/Module/Go.php:52
msgid "View the public stream. Warning: this content is not moderated"
-msgstr "Den öffentlichen Beitragsstrom ansehen. Warnung: Diese Inhalte sind nicht moderiert."
+msgstr ""
+"Den öffentlichen Stream an Beiträgen ansehen. Warnung: Diese Inhalte sind "
+"nicht moderiert."
#: ../../Zotlabs/Module/Removeaccount.php:35
msgid ""
"Account removals are not allowed within 48 hours of changing the account "
"password."
-msgstr "Das Löschen von Konten innerhalb 48 Stunden nachdem deren Passwort geändert wurde ist nicht erlaubt."
+msgstr ""
+"Das Löschen von Konten innerhalb 48 Stunden nachdem deren Passwort geändert "
+"wurde ist nicht erlaubt."
#: ../../Zotlabs/Module/Removeaccount.php:57
msgid "Remove This Account"
@@ -5369,7 +5472,9 @@ msgstr "WARNUNG: "
msgid ""
"This account and all its channels will be completely removed from the "
"network. "
-msgstr "Dieses Konto mit all seinen Kanälen wird vollständig aus dem Netzwerk gelöscht."
+msgstr ""
+"Dieses Konto mit all seinen Kanälen wird vollständig aus dem Netzwerk "
+"gelöscht."
#: ../../Zotlabs/Module/Removeaccount.php:58
#: ../../Zotlabs/Module/Removeme.php:61
@@ -5385,13 +5490,17 @@ msgstr "Bitte gib zur Bestätigung Dein Passwort ein:"
msgid ""
"Remove this account, all its channels and all its channel clones from the "
"network"
-msgstr "Dieses Konto, all seine Kanäle sowie alle Kanal-Klone aus dem Netzwerk löschen"
+msgstr ""
+"Dieses Konto, all seine Kanäle sowie alle Kanal-Klone aus dem Netzwerk "
+"löschen"
#: ../../Zotlabs/Module/Removeaccount.php:60
msgid ""
"By default only the instances of the channels located on this hub will be "
"removed from the network"
-msgstr "Standardmäßig werden nur die Kanalklone auf diesem $Projectname-Hub aus dem Netzwerk entfernt"
+msgstr ""
+"Standardmäßig werden nur die Kanalklone auf diesem $Projectname-Hub aus dem "
+"Netzwerk entfernt"
#: ../../Zotlabs/Module/Removeaccount.php:61
#: ../../Zotlabs/Module/Settings/Account.php:105
@@ -5400,11 +5509,11 @@ msgstr "Konto entfernen"
#: ../../Zotlabs/Module/Probe.php:18
msgid "Remote Diagnostics App"
-msgstr ""
+msgstr "Ferndiagnose App"
#: ../../Zotlabs/Module/Probe.php:19
msgid "Perform diagnostics on remote channels"
-msgstr ""
+msgstr "Entfernt liegende Kanäle diagnostizieren"
#: ../../Zotlabs/Module/Oauth2.php:54
msgid "Name and Secret are required"
@@ -5456,7 +5565,9 @@ msgstr "Umleitung"
#: ../../Zotlabs/Module/Oauth.php:116
msgid ""
"Redirect URI - leave blank unless your application specifically requires this"
-msgstr "Umleitungs-URl – lasse das leer, solange Deine Anwendung es nicht explizit erfordert"
+msgstr ""
+"Umleitungs-URl – lasse das leer, solange Deine Anwendung es nicht explizit "
+"erfordert"
#: ../../Zotlabs/Module/Oauth2.php:121 ../../Zotlabs/Module/Oauth2.php:149
msgid "Grant Types"
@@ -5547,13 +5658,15 @@ msgstr "Fortfahren"
#: ../../Zotlabs/Module/Connect.php:104
msgid "Premium Channel App"
-msgstr ""
+msgstr "Premium-Kanal App"
#: ../../Zotlabs/Module/Connect.php:105
msgid ""
"Allows you to set restrictions and terms on those that connect with your "
"channel"
-msgstr "Ermöglicht es, Einschränkungen und Bedingungen für Verbindungen dieses Kanals festzulegen"
+msgstr ""
+"Ermöglicht es, Einschränkungen und Bedingungen für Verbindungen dieses "
+"Kanals festzulegen"
#: ../../Zotlabs/Module/Connect.php:116
msgid "Premium Channel Setup"
@@ -5567,24 +5680,32 @@ msgstr "Einschränkungen für einen Premium-Kanal aktivieren"
msgid ""
"Please enter your restrictions or conditions, such as paypal receipt, usage "
"guidelines, etc."
-msgstr "Bitte gib Deine Nutzungsbedingungen ein, z.B. Paypal-Quittung, Richtlinien etc."
+msgstr ""
+"Bitte gib Deine Nutzungsbedingungen ein, z.B. Paypal-Quittung, Richtlinien "
+"etc."
#: ../../Zotlabs/Module/Connect.php:121 ../../Zotlabs/Module/Connect.php:141
msgid ""
"This channel may require additional steps or acknowledgement of the "
"following conditions prior to connecting:"
-msgstr "Unter Umständen sind weitere Schritte oder die Bestätigung der folgenden Bedingungen vor dem Verbinden mit diesem Kanal nötig."
+msgstr ""
+"Unter Umständen sind weitere Schritte oder die Bestätigung der folgenden "
+"Bedingungen vor dem Verbinden mit diesem Kanal nötig."
#: ../../Zotlabs/Module/Connect.php:122
msgid ""
"Potential connections will then see the following text before proceeding:"
-msgstr "Potentielle Kontakte werden den folgenden Text sehen, bevor fortgefahren wird:"
+msgstr ""
+"Potentielle Kontakte werden den folgenden Text sehen, bevor fortgefahren "
+"wird:"
#: ../../Zotlabs/Module/Connect.php:123 ../../Zotlabs/Module/Connect.php:144
msgid ""
"By continuing, I certify that I have complied with any instructions provided "
"on this page."
-msgstr "Indem ich fortfahre, bestätige ich die Erfüllung aller Anweisungen auf dieser Seite."
+msgstr ""
+"Indem ich fortfahre, bestätige ich die Erfüllung aller Anweisungen auf "
+"dieser Seite."
#: ../../Zotlabs/Module/Connect.php:132
msgid "(No specific instructions have been provided by the channel owner.)"
@@ -5704,7 +5825,7 @@ msgstr "Keine Dienstklassenbeschränkungen gefunden."
#: ../../Zotlabs/Module/Affinity.php:35
msgid "Affinity Tool settings updated."
-msgstr ""
+msgstr "Beziehungsgrad - Einstellungen aktualisiert."
#: ../../Zotlabs/Module/Affinity.php:47
msgid ""
@@ -5713,16 +5834,23 @@ msgid ""
"(affinity) with each connection. It allows you to zoom in or out and display "
"conversations from only your closest friends or everybody in your stream."
msgstr ""
+"Diese App liefert einen Schieberegler in den Verbindungseinstellungen und "
+"dem Stream. Dieser Schieberegler repräsentiert den Grad der Beziehung zur "
+"jeweiligen Verbindung. Damit kannst Du hinein und heraus zoomen um nur die "
+"Unterhaltungen mit deinen engsten Freunden oder mit Jedem im Stream "
+"anzuzeigen."
#: ../../Zotlabs/Module/Affinity.php:52
msgid "Affinity Tool App"
-msgstr ""
+msgstr "Beziehungsgrad App"
#: ../../Zotlabs/Module/Affinity.php:57
msgid ""
"The numbers below represent the minimum and maximum slider default positions "
"for your network/stream page as a percentage."
msgstr ""
+"Die Zahlen unten bezeichnen in Prozenten den minimalen und maximalen "
+"Standardwert des Beziehungsgrads im Stream."
#: ../../Zotlabs/Module/Affinity.php:64
msgid "Default maximum affinity level"
@@ -5742,16 +5870,18 @@ msgstr "0-99 - Standard 0"
#: ../../Zotlabs/Module/Affinity.php:76
msgid "Persistent affinity levels"
-msgstr ""
+msgstr "Beziehungsgrade persistent machen"
#: ../../Zotlabs/Module/Affinity.php:76
msgid ""
"If disabled the max and min levels will be reset to default after page reload"
msgstr ""
+"Im deaktivierten Zustand werden nach einem erneuten Laden der Seite die "
+"Standard-Beziehungsgrade eingestellt."
#: ../../Zotlabs/Module/Affinity.php:84
msgid "Affinity Tool Settings"
-msgstr ""
+msgstr "Beziehungsgrad - Einstellungen"
#: ../../Zotlabs/Module/Regmod.php:15
msgid "Please login."
@@ -5759,7 +5889,7 @@ msgstr "Bitte melde dich an."
#: ../../Zotlabs/Module/Settings/Directory.php:39
msgid "Directory Settings"
-msgstr ""
+msgstr "Verzeichnis-Einstellungen"
#: ../../Zotlabs/Module/Settings/Display.php:119
#: ../../Zotlabs/Module/Admin/Site.php:198
@@ -5804,7 +5934,9 @@ msgstr "Bilder im voraus laden, bevor die Seite angezeigt wird"
msgid ""
"The subjective page load time will be longer but the page will be ready when "
"displayed"
-msgstr "Die empfundene Ladezeit wird sich erhöhen, aber dafür ist das Layout stabil, sobald eine Seite angezeigt wird"
+msgstr ""
+"Die empfundene Ladezeit wird sich erhöhen, aber dafür ist das Layout stabil, "
+"sobald eine Seite angezeigt wird"
#: ../../Zotlabs/Module/Settings/Display.php:197
msgid "Enable user zoom on mobile devices"
@@ -5820,7 +5952,8 @@ msgstr "Minimum 10 Sekunden, kein Maximum"
#: ../../Zotlabs/Module/Settings/Display.php:199
msgid "Maximum number of conversations to load at any time:"
-msgstr "Maximale Anzahl von Unterhaltungen, die auf einmal geladen werden sollen:"
+msgstr ""
+"Maximale Anzahl von Unterhaltungen, die auf einmal geladen werden sollen:"
#: ../../Zotlabs/Module/Settings/Display.php:199
msgid "Maximum of 100 items"
@@ -5844,7 +5977,9 @@ msgstr "Manuelle Konversationsaktualisierung"
#: ../../Zotlabs/Module/Settings/Display.php:202
msgid "Default is on, turning this off may increase screen jumping"
-msgstr "Voreinstellung ist An, dies abzuschalten kann das unerwartete Springen der Seitenanzeige erhöhen."
+msgstr ""
+"Voreinstellung ist An, dies abzuschalten kann das unerwartete Springen der "
+"Seitenanzeige erhöhen."
#: ../../Zotlabs/Module/Settings/Display.php:203
msgid "Link post titles to source"
@@ -5852,53 +5987,54 @@ msgstr "Beitragstitel zum Originalbeitrag verlinken"
#: ../../Zotlabs/Module/Settings/Display.php:205
msgid "Display new member quick links menu"
-msgstr "Zeigt neuen Mitgliedern ein Menü mit Schnell-Links zu wichtigen Funktionen"
+msgstr ""
+"Zeigt neuen Mitgliedern ein Menü mit Schnell-Links zu wichtigen Funktionen"
#: ../../Zotlabs/Module/Settings/Calendar.php:39
msgid "Calendar Settings"
-msgstr ""
+msgstr "Kalender - Einstellungen"
#: ../../Zotlabs/Module/Settings/Photos.php:39
msgid "Photos Settings"
-msgstr ""
+msgstr "Fotos - Einstellungen"
#: ../../Zotlabs/Module/Settings/Profiles.php:47
msgid "Profiles Settings"
-msgstr ""
+msgstr "Profile - Einstellungen"
#: ../../Zotlabs/Module/Settings/Events.php:39
msgid "Events Settings"
-msgstr ""
+msgstr "Ereignisse - Einstellungen"
#: ../../Zotlabs/Module/Settings/Network.php:41
#: ../../Zotlabs/Module/Settings/Channel_home.php:44
msgid "Max height of content (in pixels)"
-msgstr ""
+msgstr "Maximale Höhe des Inhalts (in Pixeln)"
#: ../../Zotlabs/Module/Settings/Network.php:43
#: ../../Zotlabs/Module/Settings/Channel_home.php:46
msgid "Click to expand content exceeding this height"
-msgstr ""
+msgstr "Höherer Inhalt wird erst nach einem Klick angezeigt"
#: ../../Zotlabs/Module/Settings/Network.php:58
msgid "Stream Settings"
-msgstr ""
+msgstr "Stream - Einstellungen"
#: ../../Zotlabs/Module/Settings/Editor.php:39
msgid "Editor Settings"
-msgstr ""
+msgstr "Editor - Einstellungen"
#: ../../Zotlabs/Module/Settings/Conversation.php:22
msgid "Settings saved."
-msgstr ""
+msgstr "Einstellungen gespeichert."
#: ../../Zotlabs/Module/Settings/Conversation.php:24
msgid "Settings saved. Reload page please."
-msgstr ""
+msgstr "Einstellungen gespeichert. Bitte die Seite neu laden."
#: ../../Zotlabs/Module/Settings/Conversation.php:46
msgid "Conversation Settings"
-msgstr ""
+msgstr "Unterhaltung - Einstellungen"
#: ../../Zotlabs/Module/Settings/Features.php:43
msgid "Additional Features"
@@ -5906,7 +6042,7 @@ msgstr "Zusätzliche Funktionen"
#: ../../Zotlabs/Module/Settings/Connections.php:39
msgid "Connections Settings"
-msgstr ""
+msgstr "Verbindungen - Einstellungen"
#: ../../Zotlabs/Module/Settings/Channel.php:266
#: ../../Zotlabs/Module/Defperms.php:111
@@ -5958,7 +6094,8 @@ msgstr "Standard-Profil im Netzwerk-Verzeichnis veröffentlichen"
#: ../../Zotlabs/Module/Settings/Channel.php:414
msgid "Allow us to suggest you as a potential friend to new members?"
-msgstr "Dürfen wir Dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?"
+msgstr ""
+"Dürfen wir Dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?"
#: ../../Zotlabs/Module/Settings/Channel.php:418
msgid "or"
@@ -5974,13 +6111,15 @@ msgstr "Deine Dateien/Fotos sind via WebDAV verfügbar auf"
#: ../../Zotlabs/Module/Settings/Channel.php:470
msgid "Automatic membership approval"
-msgstr ""
+msgstr "Automatische Mitgliederbestätigung"
#: ../../Zotlabs/Module/Settings/Channel.php:470
#: ../../Zotlabs/Module/Defperms.php:255
msgid ""
"If enabled, connection requests will be approved without your interaction"
-msgstr "Ist dies aktiviert, werden Verbindungsanfragen ohne Deine aktive Zustimmung bestätigt."
+msgstr ""
+"Ist dies aktiviert, werden Verbindungsanfragen ohne Deine aktive Zustimmung "
+"bestätigt."
#: ../../Zotlabs/Module/Settings/Channel.php:491
msgid "Channel Settings"
@@ -6019,7 +6158,9 @@ msgstr "Nicht jugendfreie Inhalte"
msgid ""
"This channel frequently or regularly publishes adult content. (Please tag "
"any adult material and/or nudity with #NSFW)"
-msgstr "Dieser Kanal veröffentlicht regelmäßig Inhalte, die für Minderjährige ungeeignet sind. (Bitte markiere solche Inhalte mit dem Schlagwort #NSFW)"
+msgstr ""
+"Dieser Kanal veröffentlicht regelmäßig Inhalte, die für Minderjährige "
+"ungeeignet sind. (Bitte markiere solche Inhalte mit dem Schlagwort #NSFW)"
#: ../../Zotlabs/Module/Settings/Channel.php:507
msgid "Security and Privacy Settings"
@@ -6027,7 +6168,9 @@ msgstr "Sicherheits- und Datenschutz-Einstellungen"
#: ../../Zotlabs/Module/Settings/Channel.php:509
msgid "Your permissions are already configured. Click to view/adjust"
-msgstr "Deine Zugriffsrechte sind schon konfiguriert. Klicke hier, um sie zu betrachten oder zu ändern"
+msgstr ""
+"Deine Zugriffsrechte sind schon konfiguriert. Klicke hier, um sie zu "
+"betrachten oder zu ändern"
#: ../../Zotlabs/Module/Settings/Channel.php:511
msgid "Hide my online presence"
@@ -6044,13 +6187,17 @@ msgstr "Einfache Privatsphäre-Einstellungen"
#: ../../Zotlabs/Module/Settings/Channel.php:514
msgid ""
"Very Public - <em>extremely permissive (should be used with caution)</em>"
-msgstr "Komplett offen – <em>extrem ungeschützt (mit großer Vorsicht verwenden!)</em>"
+msgstr ""
+"Komplett offen – <em>extrem ungeschützt (mit großer Vorsicht verwenden!)</em>"
#: ../../Zotlabs/Module/Settings/Channel.php:515
msgid ""
"Typical - <em>default public, privacy when desired (similar to social "
"network permissions but with improved privacy)</em>"
-msgstr "Typisch – <em>Standard öffentlich, Privatsphäre, wo sie erwünscht ist (ähnlich den Einstellungen in sozialen Netzwerken, aber mit besser geschützter Privatsphäre)</em>"
+msgstr ""
+"Typisch – <em>Standard öffentlich, Privatsphäre, wo sie erwünscht ist "
+"(ähnlich den Einstellungen in sozialen Netzwerken, aber mit besser "
+"geschützter Privatsphäre)</em>"
#: ../../Zotlabs/Module/Settings/Channel.php:516
msgid "Private - <em>default private, never open or public</em>"
@@ -6067,7 +6214,9 @@ msgstr "Erlaube anderen, Deine Beiträge zu verschlagworten"
#: ../../Zotlabs/Module/Settings/Channel.php:519
msgid ""
"Often used by the community to retro-actively flag inappropriate content"
-msgstr "Wird oft von der Community genutzt um rückwirkend anstößigen Inhalt zu markieren"
+msgstr ""
+"Wird oft von der Community genutzt um rückwirkend anstößigen Inhalt zu "
+"markieren"
#: ../../Zotlabs/Module/Settings/Channel.php:521
msgid "Channel Permission Limits"
@@ -6079,7 +6228,8 @@ msgstr "Den Inhalt anderer Kanäle nach dieser Anzahl Tage verfallen lassen"
#: ../../Zotlabs/Module/Settings/Channel.php:523
msgid "0 or blank to use the website limit."
-msgstr "0 oder leer lassen, um den voreingestellten Wert der Webseite zu verwenden."
+msgstr ""
+"0 oder leer lassen, um den voreingestellten Wert der Webseite zu verwenden."
#: ../../Zotlabs/Module/Settings/Channel.php:523
#, php-format
@@ -6092,7 +6242,9 @@ msgstr "Diese Webseite lässt importierte Inhalte nicht verfallen."
#: ../../Zotlabs/Module/Settings/Channel.php:523
msgid "The website limit takes precedence if lower than your limit."
-msgstr "Das Verfallslimit der Webseite hat Vorrang, wenn es niedriger als Deines hier ist."
+msgstr ""
+"Das Verfallslimit der Webseite hat Vorrang, wenn es niedriger als Deines "
+"hier ist."
#: ../../Zotlabs/Module/Settings/Channel.php:524
msgid "Maximum Friend Requests/Day:"
@@ -6113,7 +6265,8 @@ msgstr "(zum öffnen/schließen anklicken)"
#: ../../Zotlabs/Module/Settings/Channel.php:527
msgid "Use my default audience setting for the type of object published"
-msgstr "Verwende Deine eingestellte Standard-Zielgruppe des jeweiligen Inhaltstyps"
+msgstr ""
+"Verwende Deine eingestellte Standard-Zielgruppe des jeweiligen Inhaltstyps"
#: ../../Zotlabs/Module/Settings/Channel.php:535
#: ../../Zotlabs/Module/New_channel.php:178
@@ -6200,7 +6353,7 @@ msgstr "Visuelle Benachrichtigungen anzeigen für:"
#: ../../Zotlabs/Module/Settings/Channel.php:565
msgid "Unseen stream activity"
-msgstr ""
+msgstr "Ungesehene Aktivität im Stream"
#: ../../Zotlabs/Module/Settings/Channel.php:566
msgid "Unseen channel activity"
@@ -6260,7 +6413,7 @@ msgstr "Ungesehene geteilte Dateien"
#: ../../Zotlabs/Module/Settings/Channel.php:577
msgid "Unseen public stream activity"
-msgstr ""
+msgstr "Ungesehene Aktivität im öffentlichen Stream"
#: ../../Zotlabs/Module/Settings/Channel.php:578
msgid "Unseen likes and dislikes"
@@ -6268,7 +6421,7 @@ msgstr "Ungesehene Likes und Dislikes"
#: ../../Zotlabs/Module/Settings/Channel.php:579
msgid "Unseen forum posts"
-msgstr ""
+msgstr "Ungesehene Beiträge im Forum"
#: ../../Zotlabs/Module/Settings/Channel.php:580
msgid "Email notification hub (hostname)"
@@ -6279,11 +6432,16 @@ msgstr "Hub für E-Mail-Benachrichtigungen (Hostname)"
msgid ""
"If your channel is mirrored to multiple hubs, set this to your preferred "
"location. This will prevent duplicate email notifications. Example: %s"
-msgstr "Wenn Dein Kanal auf mehreren Hubs geklont ist, setze die Einstellung auf deinen bevorzugten Hub. Dies verhindert Mehrfachzustellung von E-Mail-Benachrichtigungen. Beispiel: %s"
+msgstr ""
+"Wenn Dein Kanal auf mehreren Hubs geklont ist, setze die Einstellung auf "
+"deinen bevorzugten Hub. Dies verhindert Mehrfachzustellung von E-Mail-"
+"Benachrichtigungen. Beispiel: %s"
#: ../../Zotlabs/Module/Settings/Channel.php:581
msgid "Show new wall posts, private messages and connections under Notices"
-msgstr "Zeige neue Pinnwand Beiträge, private Nachrichten und Verbindungen unter den Notizen an."
+msgstr ""
+"Zeige neue Pinnwand Beiträge, private Nachrichten und Verbindungen unter den "
+"Notizen an."
#: ../../Zotlabs/Module/Settings/Channel.php:583
msgid "Notify me of events this many days in advance"
@@ -6337,7 +6495,9 @@ msgstr "Addon-Einstellungen"
#: ../../Zotlabs/Module/Settings/Featured.php:34
msgid "Please save/submit changes to any panel before opening another."
-msgstr "Bitte speichere alle Änderungen in diesem Bereich, bevor Du einen anderen öffnest."
+msgstr ""
+"Bitte speichere alle Änderungen in diesem Bereich, bevor Du einen anderen "
+"öffnest."
#: ../../Zotlabs/Module/Settings/Account.php:19
msgid "Not valid email."
@@ -6349,7 +6509,9 @@ msgstr "Geschützte E-Mail Adresse. Diese kann nicht verändert werden."
#: ../../Zotlabs/Module/Settings/Account.php:31
msgid "System failure storing new email. Please try again."
-msgstr "Systemfehler während des Speicherns der neuen Mail. Bitte versuche es noch einmal."
+msgstr ""
+"Systemfehler während des Speicherns der neuen Mail. Bitte versuche es noch "
+"einmal."
#: ../../Zotlabs/Module/Settings/Account.php:48
msgid "Password verification failed."
@@ -6397,7 +6559,7 @@ msgstr "Dieses Konto inklusive all seiner Kanäle löschen"
#: ../../Zotlabs/Module/Settings/Manage.php:39
msgid "Channel Manager Settings"
-msgstr ""
+msgstr "Kanal verwalten - Einstellungen"
#: ../../Zotlabs/Module/Settings/Channel_home.php:59
msgid "Personal menu to display in your channel pages"
@@ -6405,7 +6567,7 @@ msgstr "Eigenes Menü zur Anzeige auf den Seiten deines Kanals"
#: ../../Zotlabs/Module/Settings/Channel_home.php:86
msgid "Channel Home Settings"
-msgstr ""
+msgstr "Mein Kanal - Einstellungen"
#: ../../Zotlabs/Module/Editlayout.php:128 ../../Zotlabs/Module/Layouts.php:129
#: ../../Zotlabs/Module/Layouts.php:189
@@ -6443,11 +6605,13 @@ msgstr "Alle Verbindungen"
#: ../../Zotlabs/Module/Notes.php:56
msgid "Notes App"
-msgstr ""
+msgstr "Notizen App"
#: ../../Zotlabs/Module/Notes.php:57
msgid "A simple notes app with a widget (note: notes are not encrypted)"
msgstr ""
+"Eine einfache Notiz App mit einem Widget (Hinweis: Die Notizen sind "
+"unverschlüsselt)"
#: ../../Zotlabs/Module/Rmagic.php:44
msgid "Authentication failed."
@@ -6455,7 +6619,7 @@ msgstr "Authentifizierung fehlgeschlagen."
#: ../../Zotlabs/Module/Webpages.php:48
msgid "Webpages App"
-msgstr ""
+msgstr "Webseiten App"
#: ../../Zotlabs/Module/Webpages.php:49
msgid "Provide managed web pages on your channel"
@@ -6560,7 +6724,7 @@ msgstr "Foto nicht verfügbar."
#: ../../Zotlabs/Module/Cover_photo.php:424
msgid "Your cover photo may be visible to anybody on the internet"
-msgstr ""
+msgstr "Dein Cover könnte für alle im Internet sichtbar sein."
#: ../../Zotlabs/Module/Cover_photo.php:426
#: ../../Zotlabs/Module/Profile_photo.php:495
@@ -6674,7 +6838,13 @@ msgid ""
"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."
+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/Email_resend.php:12
#: ../../Zotlabs/Module/Email_validation.php:24
@@ -6734,7 +6904,9 @@ msgstr ""
msgid ""
"No suggestions available. If this is a new site, please try again in 24 "
"hours."
-msgstr "Keine Vorschläge vorhanden. Wenn das ein neuer Server ist, versuche es in 24 Stunden noch einmal."
+msgstr ""
+"Keine Vorschläge vorhanden. Wenn das ein neuer Server ist, versuche es in 24 "
+"Stunden noch einmal."
#: ../../Zotlabs/Module/Share.php:103 ../../Zotlabs/Lib/Activity.php:1553
#, php-format
@@ -6751,7 +6923,8 @@ msgstr "auf Vollbildmodus umschalten"
#: ../../Zotlabs/Module/Photos.php:78
msgid "Page owner information could not be retrieved."
-msgstr "Informationen über den Besitzer der Seite konnten nicht gefunden werden."
+msgstr ""
+"Informationen über den Besitzer der Seite konnten nicht gefunden werden."
#: ../../Zotlabs/Module/Photos.php:94 ../../Zotlabs/Module/Photos.php:113
msgid "Album not found."
@@ -6817,7 +6990,8 @@ msgstr "Fotos hinzufügen"
#: ../../Zotlabs/Module/Photos.php:865
msgid "Permission denied. Access to this item may be restricted."
-msgstr "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt worden."
+msgstr ""
+"Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt worden."
#: ../../Zotlabs/Module/Photos.php:867
msgid "Photo not available"
@@ -7053,7 +7227,7 @@ msgstr "Termin konnte nicht gelöscht werden"
#: ../../Zotlabs/Module/Articles.php:51
msgid "Articles App"
-msgstr ""
+msgstr "Artikel App"
#: ../../Zotlabs/Module/Articles.php:52
msgid "Create interactive articles"
@@ -7070,7 +7244,14 @@ msgid ""
"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 "Die hier aufgeführten Hubs sind öffentlich und erlauben die Registrierung im $Projectname Netzwerk. Alle Hubs dieses Netzwerks sind miteinander verbunden, so dass die Mitgliedschaft auf einem Hub die Verbindung zu beliebigen Seiten und Kanälen auf anderen Hubs ermöglicht. Es könnte sein, dass einige dieser Hubs kostenpflichtig sind oder abgestufte, je nach Umfang kostenpflichtige Mitgliedschaften anbieten. Auf den Seiten der einzelnen Hubs <strong>könnten</strong> jeweils nähere Informationen dazu stehen."
+msgstr ""
+"Die hier aufgeführten Hubs sind öffentlich und erlauben die Registrierung im "
+"$Projectname Netzwerk. Alle Hubs dieses Netzwerks sind miteinander "
+"verbunden, so dass die Mitgliedschaft auf einem Hub die Verbindung zu "
+"beliebigen Seiten und Kanälen auf anderen Hubs ermöglicht. Es könnte sein, "
+"dass einige dieser Hubs kostenpflichtig sind oder abgestufte, je nach Umfang "
+"kostenpflichtige Mitgliedschaften anbieten. Auf den Seiten der einzelnen "
+"Hubs <strong>könnten</strong> jeweils nähere Informationen dazu stehen."
#: ../../Zotlabs/Module/Pubsites.php:33
msgid "Hub URL"
@@ -7103,26 +7284,30 @@ msgstr "Du hast %1$.0f von maximal %2$.0f erlaubten Kanälen eingerichtet."
#: ../../Zotlabs/Module/New_channel.php:159
msgid "Your real name is recommended."
-msgstr ""
+msgstr "Du solltest Deinen wirklichen Namen angeben."
#: ../../Zotlabs/Module/New_channel.php:160
msgid ""
"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation "
"Group\""
-msgstr "Beispiele: „Horst Weidinger“, „Lisa und ihr Meerschweinchen“, „Fußball“, „Segelflieger-Forum“ "
+msgstr ""
+"Beispiele: „Horst Weidinger“, „Lisa und ihr Meerschweinchen“, „Fußball“, "
+"„Segelflieger-Forum“ "
#: ../../Zotlabs/Module/New_channel.php:165
msgid ""
"This will be used to create a unique network address (like an email address)."
msgstr ""
+"Daraus wird eine eindeutige Netzwerkadresse (ähnlich einer Emailadresse) "
+"erzeugt."
#: ../../Zotlabs/Module/New_channel.php:167
msgid "Allowed characters are a-z 0-9, - and _"
-msgstr ""
+msgstr "Zulässige Zeichen sind a-z 0-9, - und _"
#: ../../Zotlabs/Module/New_channel.php:175
msgid "Channel name"
-msgstr ""
+msgstr "Name des Kanals"
#: ../../Zotlabs/Module/New_channel.php:177
#: ../../Zotlabs/Module/Register.php:263
@@ -7134,15 +7319,17 @@ msgid ""
"Select a channel permission role compatible with your usage needs and "
"privacy requirements."
msgstr ""
+"Wähle eine Berechtigungsrolle für den Kanal aus, die zu Deinem "
+"Anwendungsfall passt und Deinen Anforderungen an die Privatsphäre entspricht."
#: ../../Zotlabs/Module/New_channel.php:178
#: ../../Zotlabs/Module/Register.php:264
msgid "Read more about channel permission roles"
-msgstr ""
+msgstr "Mehr über Berechtigungsrollen für Kanäle erfahren"
#: ../../Zotlabs/Module/New_channel.php:181
msgid "Create a Channel"
-msgstr ""
+msgstr "Erstelle einen Kanal"
#: ../../Zotlabs/Module/New_channel.php:182
msgid ""
@@ -7150,11 +7337,16 @@ msgid ""
"network profile), a forum (group), a business or celebrity page, a newsfeed, "
"and many other things."
msgstr ""
+"Ein Kanal ist eine einzigartige Identität im Netzwerk. Sie kann eine Person "
+"(Profil im sozialen Netzwerk) sein, ein Forum, eine Geschäfts- oder "
+"Berühmtheitenseite, ein Newsfeed, oder was auch immer."
#: ../../Zotlabs/Module/New_channel.php:183
msgid ""
"or <a href=\"import\">import an existing channel</a> from another location."
-msgstr "oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Server."
+msgstr ""
+"oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem "
+"anderen Server."
#: ../../Zotlabs/Module/New_channel.php:188
msgid "Validate"
@@ -7166,7 +7358,8 @@ msgstr "Zugriff für die Anwendung autorisieren"
#: ../../Zotlabs/Module/Api.php:75
msgid "Return to your app and insert this Security Code:"
-msgstr "Gehen Sie zu Ihrer App zurück und tragen Sie diesen Sicherheitscode ein:"
+msgstr ""
+"Gehen Sie zu Ihrer App zurück und tragen Sie diesen Sicherheitscode ein:"
#: ../../Zotlabs/Module/Api.php:85
msgid "Please login to continue."
@@ -7176,7 +7369,9 @@ msgstr "Zum Weitermachen, bitte einloggen."
msgid ""
"Do you want to authorize this application to access your posts and contacts, "
"and/or create new posts for you?"
-msgstr "Möchtest Du dieser Anwendung erlauben, Deine Nachrichten und Kontakte abzurufen und/oder neue Nachrichten für Dich zu erstellen?"
+msgstr ""
+"Möchtest Du dieser Anwendung erlauben, Deine Nachrichten und Kontakte "
+"abzurufen und/oder neue Nachrichten für Dich zu erstellen?"
#: ../../Zotlabs/Module/Editblock.php:113 ../../Zotlabs/Module/Blocks.php:97
#: ../../Zotlabs/Module/Blocks.php:155
@@ -7496,7 +7691,7 @@ msgstr "Netzwerk"
#: ../../Zotlabs/Module/Chat.php:102
msgid "Chatrooms App"
-msgstr ""
+msgstr "Chaträume App"
#: ../../Zotlabs/Module/Chat.php:103
msgid "Access Controlled Chatrooms"
@@ -7567,7 +7762,9 @@ msgstr "Nachschlagen des Kanal-Ortes fehlgeschlagen"
msgid ""
"Please select another location to become primary before removing the primary "
"location."
-msgstr "Bitte mache einen anderen Kanal-Ort zum primären Ort, bevor Du den primären Ort löschst."
+msgstr ""
+"Bitte mache einen anderen Kanal-Ort zum primären Ort, bevor Du den primären "
+"Ort löschst."
#: ../../Zotlabs/Module/Locs.php:95
msgid "Syncing locations"
@@ -7601,11 +7798,15 @@ msgstr "Bitte warte mehrere Minuten zwischen dem Ausführen zweier Operationen!"
msgid ""
"When possible, drop a location by logging into that website/hub and removing "
"your channel."
-msgstr "Wenn möglich, lösche einen Klon, indem Du Dich auf dem jeweiligen Hub einloggst und den Kanal dort löschst."
+msgstr ""
+"Wenn möglich, lösche einen Klon, indem Du Dich auf dem jeweiligen Hub "
+"einloggst und den Kanal dort löschst."
#: ../../Zotlabs/Module/Locs.php:125
msgid "Use this form to drop the location if the hub is no longer operating."
-msgstr "Benutze dieses Formular zum Löschen eines Klons, wenn es den Hub nicht mehr gibt."
+msgstr ""
+"Benutze dieses Formular zum Löschen eines Klons, wenn es den Hub nicht mehr "
+"gibt."
#: ../../Zotlabs/Module/Admin.php:97
msgid "Blocked accounts"
@@ -7657,7 +7858,7 @@ msgstr "Registrierte Kanäle"
#: ../../Zotlabs/Module/Admin.php:145
msgid "Active addons"
-msgstr ""
+msgstr "Aktive Addons"
#: ../../Zotlabs/Module/Admin.php:146
msgid "Version"
@@ -7673,11 +7874,11 @@ msgstr "Repository-Version (dev)"
#: ../../Zotlabs/Module/Lang.php:17
msgid "Language App"
-msgstr ""
+msgstr "Sprachen App"
#: ../../Zotlabs/Module/Lang.php:18
msgid "Change UI language"
-msgstr ""
+msgstr "Sprache der Benutzeroberfläche"
#: ../../Zotlabs/Module/Lostpass.php:19
msgid "No valid account found."
@@ -7701,7 +7902,10 @@ msgstr "Passwort-Rücksetzung auf %s angefordert"
msgid ""
"Request could not be verified. (You may have previously submitted it.) "
"Password reset failed."
-msgstr "Die Anfrage konnte nicht verifiziert werden. (Vielleicht hast Du schon einmal auf den Link in der E-Mail geklickt?) Passwort-Rücksetzung fehlgeschlagen."
+msgstr ""
+"Die Anfrage konnte nicht verifiziert werden. (Vielleicht hast Du schon "
+"einmal auf den Link in der E-Mail geklickt?) Passwort-Rücksetzung "
+"fehlgeschlagen."
#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1640
msgid "Password Reset"
@@ -7727,7 +7931,9 @@ msgstr "Klicke hier, um dich anzumelden"
msgid ""
"Your password may be changed from the <em>Settings</em> page after "
"successful login."
-msgstr "Dein Passwort kann unter <em>Einstellungen</em> nach einer erfolgreichen Anmeldung geändert werden."
+msgstr ""
+"Dein Passwort kann unter <em>Einstellungen</em> nach einer erfolgreichen "
+"Anmeldung geändert werden."
#: ../../Zotlabs/Module/Lostpass.php:117
#, php-format
@@ -7742,7 +7948,9 @@ msgstr "Kennwort vergessen?"
msgid ""
"Enter your email address and submit to have your password reset. Then check "
"your email for further instructions."
-msgstr "Gib Deine E-Mail-Adresse ein, um Dein Passwort zurücksetzen zu lassen. Du erhältst dann weitere Anweisungen per E-Mail."
+msgstr ""
+"Gib Deine E-Mail-Adresse ein, um Dein Passwort zurücksetzen zu lassen. Du "
+"erhältst dann weitere Anweisungen per E-Mail."
#: ../../Zotlabs/Module/Lostpass.php:132
msgid "Email Address"
@@ -7814,7 +8022,7 @@ msgstr "Zustimmung erforderlich"
#: ../../Zotlabs/Module/Ping.php:429
msgid "g A l F d"
-msgstr "l, d. F, G:i \U\h\r"
+msgstr "l, d. F, G:i U h\r"
#: ../../Zotlabs/Module/Ping.php:447
msgid "[today]"
@@ -7830,11 +8038,11 @@ msgstr "hat eine Datei mit Dir geteilt"
#: ../../Zotlabs/Module/Ping.php:673
msgid "Private forum"
-msgstr ""
+msgstr "Privates Forum"
#: ../../Zotlabs/Module/Ping.php:673
msgid "Public forum"
-msgstr ""
+msgstr "Öffentliches Forum"
#: ../../Zotlabs/Module/Cdav.php:806 ../../Zotlabs/Module/Events.php:28
msgid "Calendar entries imported."
@@ -7870,11 +8078,11 @@ msgstr "Name: "
#: ../../Zotlabs/Module/Cdav.php:898
msgid "CardDAV App"
-msgstr ""
+msgstr "CardDAV App"
#: ../../Zotlabs/Module/Cdav.php:899
msgid "CalDAV capable addressbook"
-msgstr ""
+msgstr "CalDAV-fähiges Adressbuch"
#: ../../Zotlabs/Module/Cdav.php:1033 ../../Zotlabs/Module/Events.php:468
msgid "Event title"
@@ -7934,7 +8142,9 @@ msgstr "Alles löschen"
#: ../../Zotlabs/Module/Cdav.php:1084
msgid "Sorry! Editing of recurrent events is not yet implemented."
-msgstr "Entschuldigung, aber das Bearbeiten von wiederkehrenden Veranstaltungen ist leider noch nicht implementiert."
+msgstr ""
+"Entschuldigung, aber das Bearbeiten von wiederkehrenden Veranstaltungen ist "
+"leider noch nicht implementiert."
#: ../../Zotlabs/Module/Cdav.php:1375 ../../Zotlabs/Module/Connedit.php:924
msgid "Organisation"
@@ -7978,7 +8188,9 @@ msgstr "Standardadressbuch"
#: ../../Zotlabs/Module/Register.php:52
msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
-msgstr "Maximale Anzahl täglicher Neuanmeldungen erreicht. Bitte versuche es morgen noch einmal."
+msgstr ""
+"Maximale Anzahl täglicher Neuanmeldungen erreicht. Bitte versuche es morgen "
+"noch einmal."
#: ../../Zotlabs/Module/Register.php:58
msgid ""
@@ -7991,16 +8203,21 @@ msgstr "Passwörter stimmen nicht überein."
#: ../../Zotlabs/Module/Register.php:135
msgid "Registration successful. Continue to create your first channel..."
-msgstr "Registrierung erfolgreich. Fahre fort, indem Du Deinen ersten Kanal anlegst..."
+msgstr ""
+"Registrierung erfolgreich. Fahre fort, indem Du Deinen ersten Kanal "
+"anlegst..."
#: ../../Zotlabs/Module/Register.php:138
msgid ""
"Registration successful. Please check your email for validation instructions."
-msgstr "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet."
+msgstr ""
+"Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an "
+"Dich gesendet."
#: ../../Zotlabs/Module/Register.php:145
msgid "Your registration is pending approval by the site owner."
-msgstr "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden."
+msgstr ""
+"Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden."
#: ../../Zotlabs/Module/Register.php:148
msgid "Your registration can not be processed."
@@ -8012,21 +8229,27 @@ msgstr "Die Registrierung auf diesem Hub ist nicht möglich."
#: ../../Zotlabs/Module/Register.php:204
msgid "Registration on this hub is by approval only."
-msgstr "Eine Registrierung auf diesem Hub erfordert die Zustimmung durch den Administrator."
+msgstr ""
+"Eine Registrierung auf diesem Hub erfordert die Zustimmung durch den "
+"Administrator."
#: ../../Zotlabs/Module/Register.php:205 ../../Zotlabs/Module/Register.php:214
msgid "<a href=\"pubsites\">Register at another affiliated hub.</a>"
-msgstr "<a href=\"pubsites\">Registriere Dich auf einem der anderen verbundenen Hubs.</a>"
+msgstr ""
+"<a href=\"pubsites\">Registriere Dich auf einem der anderen verbundenen Hubs."
+"</a>"
#: ../../Zotlabs/Module/Register.php:213
msgid "Registration on this hub is by invitation only."
-msgstr ""
+msgstr "Für die Registrierung auf diesem Hub ist eine Einladung erforderlich."
#: ../../Zotlabs/Module/Register.php:224
msgid ""
"This site has exceeded the number of allowed daily account registrations. "
"Please try again tomorrow."
-msgstr "Die maximale Anzahl täglicher Registrierungen auf diesem Server wurde überschritten. Bitte versuche es morgen noch einmal."
+msgstr ""
+"Die maximale Anzahl täglicher Registrierungen auf diesem Server wurde "
+"überschritten. Bitte versuche es morgen noch einmal."
#: ../../Zotlabs/Module/Register.php:239 ../../Zotlabs/Module/Siteinfo.php:28
msgid "Terms of Service"
@@ -8071,7 +8294,10 @@ msgstr ""
msgid ""
"Your nickname will be used to create an easy to remember channel address e."
"g. nickname%s"
-msgstr "Dein Spitzname wird verwendet, um eine leicht zu merkende Kanal-Adresse (ähnlich einer E-Mail-Adresse) zu erzeugen, die Du mit anderen austauschen kannst, z.B. nickname%s"
+msgstr ""
+"Dein Spitzname wird verwendet, um eine leicht zu merkende Kanal-Adresse "
+"(ähnlich einer E-Mail-Adresse) zu erzeugen, die Du mit anderen austauschen "
+"kannst, z.B. nickname%s"
#: ../../Zotlabs/Module/Register.php:264
msgid ""
@@ -8096,11 +8322,14 @@ msgstr "Registrierung"
msgid ""
"This site requires email verification. After completing this form, please "
"check your email for further instructions."
-msgstr "Diese Website erfordert eine Email-Bestätigung. Bitte prüfe Deine Emails nach Ausfüllen und Absenden des Formulars, um weitere Hinweise zu bekommen."
+msgstr ""
+"Diese Website erfordert eine Email-Bestätigung. Bitte prüfe Deine Emails "
+"nach Ausfüllen und Absenden des Formulars, um weitere Hinweise zu bekommen."
#: ../../Zotlabs/Module/Pconfig.php:32 ../../Zotlabs/Module/Pconfig.php:68
msgid "This setting requires special processing and editing has been blocked."
-msgstr "Diese Einstellung erfordert eine besondere Verarbeitung und ist blockiert."
+msgstr ""
+"Diese Einstellung erfordert eine besondere Verarbeitung und ist blockiert."
#: ../../Zotlabs/Module/Pconfig.php:57
msgid "Configuration Editor"
@@ -8111,7 +8340,10 @@ 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 "Warnung: Einige Einstellungen können Deinen Kanal funktionsunfähig machen. Bitte verlasse diese Seite, es sei denn Du bist vertraut damit, wie dieses Feature korrekt verwendet wird."
+msgstr ""
+"Warnung: Einige Einstellungen können Deinen Kanal funktionsunfähig machen. "
+"Bitte verlasse diese Seite, es sei denn Du bist vertraut damit, wie dieses "
+"Feature korrekt verwendet wird."
#: ../../Zotlabs/Module/Blocks.php:156
msgid "Block Title"
@@ -8192,7 +8424,9 @@ msgstr "Verifizierung des angeforderten Kanals fehlgeschlagen."
#: ../../Zotlabs/Module/Mail.php:109
msgid "Selected channel has private message restrictions. Send failed."
-msgstr "Der ausgewählte Kanal hat Einschränkungen bzgl. privater Nachrichten. Senden fehlgeschlagen."
+msgstr ""
+"Der ausgewählte Kanal hat Einschränkungen bzgl. privater Nachrichten. Senden "
+"fehlgeschlagen."
#: ../../Zotlabs/Module/Mail.php:164
msgid "Messages"
@@ -8266,7 +8500,9 @@ msgstr "Unterhaltung löschen"
msgid ""
"No secure communications available. You <strong>may</strong> be able to "
"respond from the sender's profile page."
-msgstr "Keine sichere Kommunikation verfügbar. <strong>Eventuell</strong> kannst Du auf der Profilseite des Absenders antworten."
+msgstr ""
+"Keine sichere Kommunikation verfügbar. <strong>Eventuell</strong> kannst Du "
+"auf der Profilseite des Absenders antworten."
#: ../../Zotlabs/Module/Mail.php:425
msgid "Send Reply"
@@ -8283,11 +8519,11 @@ msgstr "Lesezeichen hinzugefügt"
#: ../../Zotlabs/Module/Bookmarks.php:78
msgid "Bookmarks App"
-msgstr ""
+msgstr "Lesezeichen App"
#: ../../Zotlabs/Module/Bookmarks.php:79
msgid "Bookmark links from posts and manage them"
-msgstr ""
+msgstr "Sammle Links von Beiträgen und verwalte sie"
#: ../../Zotlabs/Module/Bookmarks.php:92
msgid "My Bookmarks"
@@ -8337,7 +8573,9 @@ msgstr "An die Zeitzone des Betrachters anpassen"
msgid ""
"Important for events that happen in a particular place. Not practical for "
"global holidays."
-msgstr "Wichtig für Veranstaltungen die an bestimmten Orten stattfinden. Nicht sinnvoll für globale Feiertage / Ferien."
+msgstr ""
+"Wichtig für Veranstaltungen die an bestimmten Orten stattfinden. Nicht "
+"sinnvoll für globale Feiertage / Ferien."
#: ../../Zotlabs/Module/Events.php:481
msgid "Edit Description"
@@ -8379,7 +8617,9 @@ msgstr "Kann nicht mit der Datenbank verbinden."
msgid ""
"Could not connect to specified site URL. Possible SSL certificate or DNS "
"issue."
-msgstr "Konnte die angegebene Webseiten-URL nicht erreichen. Möglicherweise ein Problem mit dem SSL-Zertifikat oder dem DNS."
+msgstr ""
+"Konnte die angegebene Webseiten-URL nicht erreichen. Möglicherweise ein "
+"Problem mit dem SSL-Zertifikat oder dem DNS."
#: ../../Zotlabs/Module/Setup.php:182
msgid "Could not create table."
@@ -8393,7 +8633,9 @@ msgstr "Die Datenbank Deines Hubs wurde installiert."
msgid ""
"You may need to import the file \"install/schema_xxx.sql\" manually using a "
"database client."
-msgstr "Möglicherweise musst Du die Datei install/schema_xxx.sql manuell mit Hilfe eines Datenkbank-Clients importieren."
+msgstr ""
+"Möglicherweise musst Du die Datei install/schema_xxx.sql manuell mit Hilfe "
+"eines Datenkbank-Clients importieren."
#: ../../Zotlabs/Module/Setup.php:195 ../../Zotlabs/Module/Setup.php:259
#: ../../Zotlabs/Module/Setup.php:766
@@ -8416,19 +8658,25 @@ msgstr "Datenbankverbindung"
msgid ""
"In order to install $Projectname we need to know how to connect to your "
"database."
-msgstr "Um $Projectname zu installieren, müssen wir wissen, wie wir eine Verbindung zu Deiner Datenbank aufbauen können."
+msgstr ""
+"Um $Projectname zu installieren, müssen wir wissen, wie wir eine Verbindung "
+"zu Deiner Datenbank aufbauen können."
#: ../../Zotlabs/Module/Setup.php:284
msgid ""
"Please contact your hosting provider or site administrator if you have "
"questions about these settings."
-msgstr "Bitte kontaktiere Deinen Hosting-Provider oder Administrator, falls Du Fragen zu diesen Einstellungen hast."
+msgstr ""
+"Bitte kontaktiere Deinen Hosting-Provider oder Administrator, falls Du "
+"Fragen zu diesen Einstellungen hast."
#: ../../Zotlabs/Module/Setup.php:285
msgid ""
"The database you specify below should already exist. If it does not, please "
"create it before continuing."
-msgstr "Die Datenbank, die Du weiter unten angibst, sollte bereits existieren. Sollte das noch nicht der Fall sein, erzeuge sie bitte bevor Du fortfährst."
+msgstr ""
+"Die Datenbank, die Du weiter unten angibst, sollte bereits existieren. "
+"Sollte das noch nicht der Fall sein, erzeuge sie bitte bevor Du fortfährst."
#: ../../Zotlabs/Module/Setup.php:289
msgid "Database Server Name"
@@ -8444,7 +8692,8 @@ msgstr "Datenbankport"
#: ../../Zotlabs/Module/Setup.php:290
msgid "Communication port number - use 0 for default"
-msgstr "Port-Nummer für die Kommunikation – verwende 0 für die Standardeinstellung"
+msgstr ""
+"Port-Nummer für die Kommunikation – verwende 0 für die Standardeinstellung"
#: ../../Zotlabs/Module/Setup.php:291
msgid "Database Login Name"
@@ -8470,7 +8719,9 @@ msgstr "E-Mail Adresse des Seiten-Administrators"
msgid ""
"Your account email address must match this in order to use the web admin "
"panel."
-msgstr "Die E-Mail-Adresse Deines Kontos muss dieser Adresse entsprechen, damit Du Zugriff zur Administrations-Seite erhältst."
+msgstr ""
+"Die E-Mail-Adresse Deines Kontos muss dieser Adresse entsprechen, damit Du "
+"Zugriff zur Administrations-Seite erhältst."
#: ../../Zotlabs/Module/Setup.php:297 ../../Zotlabs/Module/Setup.php:338
msgid "Website URL"
@@ -8490,7 +8741,7 @@ msgstr "Seiteneinstellungen"
#: ../../Zotlabs/Module/Setup.php:379
msgid "PHP version 7.1 or greater is required."
-msgstr ""
+msgstr "PHP-Version 7.1 oder höher benötigt."
#: ../../Zotlabs/Module/Setup.php:380
msgid "PHP version"
@@ -8498,13 +8749,17 @@ msgstr "PHP-Version"
#: ../../Zotlabs/Module/Setup.php:396
msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Konnte die Kommandozeilen-Version von PHP nicht im PATH des Web-Servers finden."
+msgstr ""
+"Konnte die Kommandozeilen-Version von PHP nicht im PATH des Web-Servers "
+"finden."
#: ../../Zotlabs/Module/Setup.php:397
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 "Ohne Kommandozeilen-Version von PHP auf dem Server wirst Du nicht in der Lage sein, Hintergrundprozesse via cron auszuführen."
+msgstr ""
+"Ohne Kommandozeilen-Version von PHP auf dem Server wirst Du nicht in der "
+"Lage sein, Hintergrundprozesse via cron auszuführen."
#: ../../Zotlabs/Module/Setup.php:401
msgid "PHP executable path"
@@ -8514,7 +8769,9 @@ msgstr "PHP-Pfad zu ausführbarer Datei"
msgid ""
"Enter full path to php executable. You can leave this blank to continue the "
"installation."
-msgstr "Gib den vollen Pfad zum PHP-Interpreter an. Du kannst dieses Feld frei lassen und mit der Installation fortfahren."
+msgstr ""
+"Gib den vollen Pfad zum PHP-Interpreter an. Du kannst dieses Feld frei "
+"lassen und mit der Installation fortfahren."
#: ../../Zotlabs/Module/Setup.php:406
msgid "Command line PHP"
@@ -8524,17 +8781,22 @@ msgstr "PHP-Befehlszeile"
msgid ""
"Unable to check command line PHP, as shell_exec() is disabled. This is "
"required."
-msgstr "Prüfung auf Kommandozeilen-PHP fehlgeschlagen, da shell_exec() deaktiviert ist. Dies wird aber benötigt."
+msgstr ""
+"Prüfung auf Kommandozeilen-PHP fehlgeschlagen, da shell_exec() deaktiviert "
+"ist. Dies wird aber benötigt."
#: ../../Zotlabs/Module/Setup.php:420
msgid ""
"The command line version of PHP on your system does not have "
"\"register_argc_argv\" enabled."
-msgstr "Bei der Kommandozeilen-Version von PHP auf Deinem System ist \"register_argc_argv\" nicht aktiviert."
+msgstr ""
+"Bei der Kommandozeilen-Version von PHP auf Deinem System ist "
+"\"register_argc_argv\" nicht aktiviert."
#: ../../Zotlabs/Module/Setup.php:421
msgid "This is required for message delivery to work."
-msgstr "Das wird benötigt, damit die Auslieferung von Nachrichten funktioniert."
+msgstr ""
+"Das wird benötigt, damit die Auslieferung von Nachrichten funktioniert."
#: ../../Zotlabs/Module/Setup.php:424
msgid "PHP register_argc_argv"
@@ -8551,11 +8813,15 @@ msgstr ""
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 "Die Maximalgröße für Uploads insgesamt liegt bei %s. Die Maximalgröße für eine Datei liegt bei %s. Es können maximal %d Dateien gleichzeitig hochgeladen werden."
+msgstr ""
+"Die Maximalgröße für Uploads insgesamt liegt bei %s. Die Maximalgröße für "
+"eine Datei liegt bei %s. Es können maximal %d Dateien gleichzeitig "
+"hochgeladen werden."
#: ../../Zotlabs/Module/Setup.php:452
msgid "You can adjust these settings in the server php.ini file."
-msgstr "Du kannst diese Einstellungen in der php.ini - Datei des Servers anpassen."
+msgstr ""
+"Du kannst diese Einstellungen in der php.ini - Datei des Servers anpassen."
#: ../../Zotlabs/Module/Setup.php:454
msgid "PHP upload limits"
@@ -8565,13 +8831,17 @@ msgstr "PHP-Hochladebeschränkungen"
msgid ""
"Error: the \"openssl_pkey_new\" function on this system is not able to "
"generate encryption keys"
-msgstr "Fehler: Die „openssl_pkey_new“-Funktion auf diesem System ist nicht in der Lage, Schlüssel für die Verschlüsselung zu erzeugen."
+msgstr ""
+"Fehler: Die „openssl_pkey_new“-Funktion auf diesem System ist nicht in der "
+"Lage, Schlüssel für die Verschlüsselung zu erzeugen."
#: ../../Zotlabs/Module/Setup.php:478
msgid ""
"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
"installation.php\"."
-msgstr "Wenn Du Windows verwendest, findest Du unter http://www.php.net/manual/en/openssl.installation.php eine Installationsanleitung."
+msgstr ""
+"Wenn Du Windows verwendest, findest Du unter http://www.php.net/manual/en/"
+"openssl.installation.php eine Installationsanleitung."
#: ../../Zotlabs/Module/Setup.php:481
msgid "Generate encryption keys"
@@ -8612,7 +8882,9 @@ msgstr "Apache-mod_rewrite-Modul"
#: ../../Zotlabs/Module/Setup.php:508
msgid ""
"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Fehler: Das Apache-Modul mod-rewrite wird benötigt, ist aber nicht installiert."
+msgstr ""
+"Fehler: Das Apache-Modul mod-rewrite wird benötigt, ist aber nicht "
+"installiert."
#: ../../Zotlabs/Module/Setup.php:514 ../../Zotlabs/Module/Setup.php:517
msgid "exec"
@@ -8622,7 +8894,9 @@ msgstr "exec"
msgid ""
"Error: exec is required but is either not installed or has been disabled in "
"php.ini"
-msgstr "Fehler: exec ist erforderlich, aber entweder nicht installiert oder wurde in der php.ini deaktiviert"
+msgstr ""
+"Fehler: exec ist erforderlich, aber entweder nicht installiert oder wurde in "
+"der php.ini deaktiviert"
#: ../../Zotlabs/Module/Setup.php:520 ../../Zotlabs/Module/Setup.php:523
msgid "shell_exec"
@@ -8632,42 +8906,53 @@ msgstr "shell_exec"
msgid ""
"Error: shell_exec is required but is either not installed or has been "
"disabled in php.ini"
-msgstr "Fehler: shell_exec ist erforderlich, aber entweder nicht installiert oder wurde in der php.ini deaktiviert"
+msgstr ""
+"Fehler: shell_exec ist erforderlich, aber entweder nicht installiert oder "
+"wurde in der php.ini deaktiviert"
#: ../../Zotlabs/Module/Setup.php:528
msgid "Error: libCURL PHP module required but not installed."
-msgstr "Fehler: Das PHP-Modul libCURL wird benötigt, ist aber nicht installiert."
+msgstr ""
+"Fehler: Das PHP-Modul libCURL wird benötigt, ist aber nicht installiert."
#: ../../Zotlabs/Module/Setup.php:532
msgid ""
"Error: GD PHP module with JPEG support or ImageMagick graphics library "
"required but not installed."
msgstr ""
+"Fehler: Das PHP-Modul GD mit JPEG Unterstützung oder die Grafikbibliothek "
+"ImageMagick werden benötigt. Weder Modul noch Bibliothek sind installiert."
#: ../../Zotlabs/Module/Setup.php:536
msgid "Error: openssl PHP module required but not installed."
-msgstr "Fehler: Das PHP-Modul openssl wird benötigt, ist aber nicht installiert."
+msgstr ""
+"Fehler: Das PHP-Modul openssl wird benötigt, ist aber nicht installiert."
#: ../../Zotlabs/Module/Setup.php:542
msgid ""
"Error: PDO database PHP module missing a driver for either mysql or pgsql."
msgstr ""
+"Fehler: Das PDO-Datenbank-PHP-Modul hat keinen Treiber für mysql oder pgsql."
#: ../../Zotlabs/Module/Setup.php:547
msgid "Error: PDO database PHP module required but not installed."
-msgstr "Fehler: PDO-Datenbank-PHP-Modul ist erforderlich, aber nicht installiert."
+msgstr ""
+"Fehler: PDO-Datenbank-PHP-Modul ist erforderlich, aber nicht installiert."
#: ../../Zotlabs/Module/Setup.php:551
msgid "Error: mb_string PHP module required but not installed."
-msgstr "Fehler: Das PHP-Modul mb_string wird benötigt, ist aber nicht installiert."
+msgstr ""
+"Fehler: Das PHP-Modul mb_string wird benötigt, ist aber nicht installiert."
#: ../../Zotlabs/Module/Setup.php:555
msgid "Error: xml PHP module required for DAV but not installed."
-msgstr "Fehler: Das xml-PHP-Modul wird für DAV benötigt, ist aber nicht installiert."
+msgstr ""
+"Fehler: Das xml-PHP-Modul wird für DAV benötigt, ist aber nicht installiert."
#: ../../Zotlabs/Module/Setup.php:559
msgid "Error: zip PHP module required but not installed."
-msgstr "Fehler: Das zip PHP Modul ist erforderlich, ist aber nicht installiert."
+msgstr ""
+"Fehler: Das zip PHP Modul ist erforderlich, ist aber nicht installiert."
#: ../../Zotlabs/Module/Setup.php:578 ../../Zotlabs/Module/Setup.php:587
msgid ".htconfig.php is writable"
@@ -8677,13 +8962,18 @@ msgstr ".htconfig.php ist beschreibbar"
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 "Der Installations-Assistent muss in der Lage sein, die Datei \".htconfig.php\" im Stammverzeichnis des Web-Servers anzulegen, ist er aber nicht."
+msgstr ""
+"Der Installations-Assistent muss in der Lage sein, die Datei \".htconfig.php"
+"\" im Stammverzeichnis des Web-Servers anzulegen, ist er aber nicht."
#: ../../Zotlabs/Module/Setup.php:584
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 "Meist liegt das daran, dass der Nutzer, unter dem der Web-Server läuft, keine Schreibrechte in dem Verzeichnis hat – selbst wenn Du selbst das darfst."
+msgstr ""
+"Meist liegt das daran, dass der Nutzer, unter dem der Web-Server läuft, "
+"keine Schreibrechte in dem Verzeichnis hat – selbst wenn Du selbst das "
+"darfst."
#: ../../Zotlabs/Module/Setup.php:585
msgid "Please see install/INSTALL.txt for additional information."
@@ -8693,27 +8983,38 @@ msgstr "Lies die Datei \"install/INSTALL.txt\"."
msgid ""
"This software uses the Smarty3 template engine to render its web views. "
"Smarty3 compiles templates to PHP to speed up rendering."
-msgstr "Diese Software verwendet die Smarty3 Template Engine, um Vorlagen für die Webdarstellung zu verarbeiten. Smarty3 übersetzt diese Vorlagen nach PHP, um die Darstellung zu beschleunigen."
+msgstr ""
+"Diese Software verwendet die Smarty3 Template Engine, um Vorlagen für die "
+"Webdarstellung zu verarbeiten. Smarty3 übersetzt diese Vorlagen nach PHP, um "
+"die Darstellung zu beschleunigen."
#: ../../Zotlabs/Module/Setup.php:602
#, 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 "Um diese kompilierten Vorlagen speichern zu können, braucht der Web-Server Schreibzugriff auf das Verzeichnis %s unterhalb des Hubzilla-Stammverzeichnisses."
+msgstr ""
+"Um diese kompilierten Vorlagen speichern zu können, braucht der Web-Server "
+"Schreibzugriff auf das Verzeichnis %s unterhalb des Hubzilla-"
+"Stammverzeichnisses."
#: ../../Zotlabs/Module/Setup.php:603 ../../Zotlabs/Module/Setup.php:624
msgid ""
"Please ensure that the user that your web server runs as (e.g. www-data) has "
"write access to this folder."
-msgstr "Bitte stelle sicher, dass der Nutzer, unter dem der Web-Server läuft (z.B. www-data), Schreibzugriff auf dieses Verzeichnis hat."
+msgstr ""
+"Bitte stelle sicher, dass der Nutzer, unter dem der Web-Server läuft (z.B. "
+"www-data), Schreibzugriff auf dieses Verzeichnis hat."
#: ../../Zotlabs/Module/Setup.php:604
#, 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 "Hinweis: Aus Sicherheitsgründen sollte der Web-Server nur auf %s Schreibrechte haben, nicht auf die Template-Dateien (.tpl), die das Verzeichnis enthält."
+msgstr ""
+"Hinweis: Aus Sicherheitsgründen sollte der Web-Server nur auf %s "
+"Schreibrechte haben, nicht auf die Template-Dateien (.tpl), die das "
+"Verzeichnis enthält."
#: ../../Zotlabs/Module/Setup.php:607
#, php-format
@@ -8725,7 +9026,10 @@ 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 "Diese Software benutzt das Verzeichnis store, um hochgeladene Dateien zu speichern. Der Webserver benötigt Schreibrechte für dieses Verzeichnis direkt unterhalb des Web-Stammverzeichnisses."
+msgstr ""
+"Diese Software benutzt das Verzeichnis store, um hochgeladene Dateien zu "
+"speichern. Der Webserver benötigt Schreibrechte für dieses Verzeichnis "
+"direkt unterhalb des Web-Stammverzeichnisses."
#: ../../Zotlabs/Module/Setup.php:627
msgid "store is writable"
@@ -8735,38 +9039,56 @@ msgstr "store ist schreibbar"
msgid ""
"SSL certificate cannot be validated. Fix certificate or disable https access "
"to this site."
-msgstr "Das SSL-Zertifikat konnte nicht validiert werden. Korrigiere das Zertifikat oder deaktiviere den HTTPS-Zugriff auf diesen Server."
+msgstr ""
+"Das SSL-Zertifikat konnte nicht validiert werden. Korrigiere das Zertifikat "
+"oder deaktiviere den HTTPS-Zugriff auf diesen Server."
#: ../../Zotlabs/Module/Setup.php:660
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 "Wenn Du via HTTPS auf Deinen Server zugreifen möchtest, also Verbindungen über den Port 443 möglich sein sollen, ist ein SSL-Zertifikat einer Zertifizierungsstelle (CA) notwendig, das von den Browsern ohne Sicherheitsabfrage akzeptiert wird. Die Verwendung eines selbst signierten Zertifikates ist nicht möglich."
+msgstr ""
+"Wenn Du via HTTPS auf Deinen Server zugreifen möchtest, also Verbindungen "
+"über den Port 443 möglich sein sollen, ist ein SSL-Zertifikat einer "
+"Zertifizierungsstelle (CA) notwendig, das von den Browsern ohne "
+"Sicherheitsabfrage akzeptiert wird. Die Verwendung eines selbst signierten "
+"Zertifikates ist nicht möglich."
#: ../../Zotlabs/Module/Setup.php:661
msgid ""
"This restriction is incorporated because public posts from you may for "
"example contain references to images on your own hub."
-msgstr "Diese Einschränkung wurde eingebaut, weil Deine öffentlichen Beiträge zum Beispiel Verweise auf Bilder auf Deinem eigenen Hub enthalten können."
+msgstr ""
+"Diese Einschränkung wurde eingebaut, weil Deine öffentlichen Beiträge zum "
+"Beispiel Verweise auf Bilder auf Deinem eigenen Hub enthalten können."
#: ../../Zotlabs/Module/Setup.php:662
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 "Wenn Dein Zertifikat nicht von jedem Browser akzeptiert wird, erhalten die Mitglieder anderer $Projectname-Hubs (die mit korrekten Zertifikaten ausgestattet sind) Sicherheits-Warnmeldungen, obwohl sie gar nicht direkt auf Deinem Server unterwegs sind (zum Beispiel, wenn ein Bild aus einem Deiner Beiträge angezeigt wird)."
+msgstr ""
+"Wenn Dein Zertifikat nicht von jedem Browser akzeptiert wird, erhalten die "
+"Mitglieder anderer $Projectname-Hubs (die mit korrekten Zertifikaten "
+"ausgestattet sind) Sicherheits-Warnmeldungen, obwohl sie gar nicht direkt "
+"auf Deinem Server unterwegs sind (zum Beispiel, wenn ein Bild aus einem "
+"Deiner Beiträge angezeigt wird)."
#: ../../Zotlabs/Module/Setup.php:663
msgid ""
"This can cause usability issues elsewhere (not just on your own site) so we "
"must insist on this requirement."
-msgstr "Dies kann Probleme für andere Nutzer (nicht nur auf Deinem eigenen Server) verursachen, so dass wir auf dieser Forderung bestehen müssen."
+msgstr ""
+"Dies kann Probleme für andere Nutzer (nicht nur auf Deinem eigenen Server) "
+"verursachen, so dass wir auf dieser Forderung bestehen müssen."
#: ../../Zotlabs/Module/Setup.php:664
msgid ""
"Providers are available that issue free certificates which are browser-valid."
-msgstr "Es gibt einige Zertifizierungsstellen (CAs), bei denen solche Zertifikate kostenlos zu haben sind."
+msgstr ""
+"Es gibt einige Zertifizierungsstellen (CAs), bei denen solche Zertifikate "
+"kostenlos zu haben sind."
#: ../../Zotlabs/Module/Setup.php:665
msgid ""
@@ -8774,7 +9096,12 @@ msgid ""
"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 "Wenn Du sicher bist, dass das Zertifikat gültig und von einer vertrauenswürdigen Zertifizierungsstelle signiert ist, prüfe auf ggf. noch zu installierende Zwischenzertifikate (intermediate). Diese werden nicht unbedingt von Browsern benötigt, aber sehr wohl für die Kommunikation zwischen Servern."
+msgstr ""
+"Wenn Du sicher bist, dass das Zertifikat gültig und von einer "
+"vertrauenswürdigen Zertifizierungsstelle signiert ist, prüfe auf ggf. noch "
+"zu installierende Zwischenzertifikate (intermediate). Diese werden nicht "
+"unbedingt von Browsern benötigt, aber sehr wohl für die Kommunikation "
+"zwischen Servern."
#: ../../Zotlabs/Module/Setup.php:667
msgid "SSL certificate validation"
@@ -8784,7 +9111,9 @@ msgstr "SSL Zertifikatverifizierung"
msgid ""
"Url rewrite in .htaccess is not working. Check your server configuration."
"Test: "
-msgstr "Das Umschreiben von URLs (rewrite) per .htaccess funktioniert nicht. Bitte prüfe die Server-Konfiguration. Test:"
+msgstr ""
+"Das Umschreiben von URLs (rewrite) per .htaccess funktioniert nicht. Bitte "
+"prüfe die Server-Konfiguration. Test:"
#: ../../Zotlabs/Module/Setup.php:676
msgid "Url rewrite is working"
@@ -8795,7 +9124,10 @@ 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 "Die Datenbank-Konfigurationsdatei „.htconfig.php“ konnte nicht geschrieben werden. Bitte verwende den unten angegebenen Text, um die Konfigurationsdatei im Stammverzeichnis des Webservers anzulegen."
+msgstr ""
+"Die Datenbank-Konfigurationsdatei „.htconfig.php“ konnte nicht geschrieben "
+"werden. Bitte verwende den unten angegebenen Text, um die "
+"Konfigurationsdatei im Stammverzeichnis des Webservers anzulegen."
#: ../../Zotlabs/Module/Setup.php:718
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:401
@@ -8851,11 +9183,11 @@ msgstr "Ungültiger Kanal."
#: ../../Zotlabs/Module/Pubstream.php:20
msgid "Public Stream App"
-msgstr ""
+msgstr "Öffentlicher Stream App"
#: ../../Zotlabs/Module/Pubstream.php:21
msgid "The unmoderated public stream of this hub"
-msgstr ""
+msgstr "Der unmoderierte öffentliche Stream dieses Hubs"
#: ../../Zotlabs/Module/Dreport.php:59
msgid "Invalid message"
@@ -8920,15 +9252,15 @@ msgstr "Erneut zustellen"
#: ../../Zotlabs/Module/Apps.php:50
msgid "Installed Apps"
-msgstr ""
+msgstr "Installierte Apps"
#: ../../Zotlabs/Module/Apps.php:53
msgid "Manage Apps"
-msgstr ""
+msgstr "Apps verwalten"
#: ../../Zotlabs/Module/Apps.php:54
msgid "Create Custom App"
-msgstr ""
+msgstr "Erstelle eine eigene App"
#: ../../Zotlabs/Module/Defperms.php:67 ../../Zotlabs/Module/Connedit.php:81
msgid "Could not access contact record."
@@ -8936,11 +9268,11 @@ msgstr "Konnte nicht auf den Kontakteintrag zugreifen."
#: ../../Zotlabs/Module/Defperms.php:189
msgid "Default Permissions App"
-msgstr ""
+msgstr "Default Permissions App"
#: ../../Zotlabs/Module/Defperms.php:190
msgid "Set custom default permissions for new connections"
-msgstr ""
+msgstr "Setze eigene Standardzugriffsrechte für neue Verbindungen"
#: ../../Zotlabs/Module/Defperms.php:254 ../../Zotlabs/Module/Connedit.php:867
msgid "Connection Default Permissions"
@@ -8962,7 +9294,9 @@ msgstr "Berechtigungsrolle hinzufügen"
msgid ""
"The permissions indicated on this page will be applied to all new "
"connections."
-msgstr "Die auf dieser Seite angegebenen Berechtigungen werden auf alle neuen Verbindungen angewendet."
+msgstr ""
+"Die auf dieser Seite angegebenen Berechtigungen werden auf alle neuen "
+"Verbindungen angewendet."
#: ../../Zotlabs/Module/Defperms.php:262
msgid "Automatic approval settings"
@@ -8972,7 +9306,9 @@ msgstr "Einstellungen für automatische Bestätigung"
msgid ""
"Some individual permissions may have been preset or locked based on your "
"channel type and privacy settings."
-msgstr "Einige individuelle Berechtigungen können basierend auf Deinen Kanal- und Privatsphäre-Einstellungen vorbelegt oder gesperrt sein."
+msgstr ""
+"Einige individuelle Berechtigungen können basierend auf Deinen Kanal- und "
+"Privatsphäre-Einstellungen vorbelegt oder gesperrt sein."
#: ../../Zotlabs/Module/Tagrm.php:48 ../../Zotlabs/Module/Tagrm.php:98
msgid "Tag removed"
@@ -9004,11 +9340,13 @@ msgstr "Beschreibung: "
#: ../../Zotlabs/Module/Cards.php:51
msgid "Cards App"
-msgstr ""
+msgstr "Karten App"
#: ../../Zotlabs/Module/Cards.php:52
msgid "Create personal planning cards"
-msgstr "Erstelle persönliche (Notiz-)Karten zur Planung/Koordination oder ähnlichen Zwecken"
+msgstr ""
+"Erstelle persönliche (Notiz-)Karten zur Planung/Koordination oder ähnlichen "
+"Zwecken"
#: ../../Zotlabs/Module/Cards.php:112
msgid "Add Card"
@@ -9045,11 +9383,11 @@ msgstr "Online"
#: ../../Zotlabs/Module/Randprof.php:29
msgid "Random Channel App"
-msgstr ""
+msgstr "Zufälliger Kanal App"
#: ../../Zotlabs/Module/Randprof.php:30
msgid "Visit a random channel in the $Projectname network"
-msgstr ""
+msgstr "Besuche einen zufälligen Kanal im $Projectname Netzwerk"
#: ../../Zotlabs/Module/Connections.php:58
#: ../../Zotlabs/Module/Connections.php:115
@@ -9188,7 +9526,11 @@ 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 "Ein Verifizierungscode wurde an Deine Emailadresse versendet [%s]. Gib diesen Code hier ein, um die Überprüfung abzuschließen. Bedenke, dass die Zustellung der Mail einige Zeit dauern kann, und überprüfe ggf. auch Spam- und andere Filter-Ordner, falls die Nachricht nicht erscheint."
+msgstr ""
+"Ein Verifizierungscode wurde an Deine Emailadresse versendet [%s]. Gib "
+"diesen Code hier ein, um die Überprüfung abzuschließen. Bedenke, dass die "
+"Zustellung der Mail einige Zeit dauern kann, und überprüfe ggf. auch Spam- "
+"und andere Filter-Ordner, falls die Nachricht nicht erscheint."
#: ../../Zotlabs/Module/Email_validation.php:38
msgid "Resend Email"
@@ -9286,7 +9628,9 @@ msgstr "Protokolldatei"
msgid ""
"Must be writable by web server. Relative to your top-level webserver "
"directory."
-msgstr "Muss für den Web-Server schreibbar sein. Relativ zum Hubzilla-Stammverzeichnis."
+msgstr ""
+"Muss für den Web-Server schreibbar sein. Relativ zum Hubzilla-"
+"Stammverzeichnis."
#: ../../Zotlabs/Module/Admin/Logs.php:93
msgid "Log level"
@@ -9296,25 +9640,34 @@ msgstr "Protokollstufe"
msgid ""
"By default, unfiltered HTML is allowed in embedded media. This is inherently "
"insecure."
-msgstr "Standardmäßig wird ungefiltertes HTML in eingebetteten Inhalten zugelassen. Das ist prinzipiell unsicher."
+msgstr ""
+"Standardmäßig wird ungefiltertes HTML in eingebetteten Inhalten zugelassen. "
+"Das ist prinzipiell unsicher."
#: ../../Zotlabs/Module/Admin/Security.php:86
msgid ""
"The recommended setting is to only allow unfiltered HTML from the following "
"sites:"
-msgstr "Die empfohlene Einstellung ist, ungefiltertes HTML nur von den nachfolgenden Webseiten zu erlauben:"
+msgstr ""
+"Die empfohlene Einstellung ist, ungefiltertes HTML nur von den nachfolgenden "
+"Webseiten zu erlauben:"
#: ../../Zotlabs/Module/Admin/Security.php:87
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 />"
+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/Security.php:88
msgid ""
"All other embedded content will be filtered, <strong>unless</strong> "
"embedded content from that site is explicitly blocked."
-msgstr "Alle anderen eingebetteten Inhalte werden gefiltert, <strong>es sei denn</strong>, eingebettete Inhalte von einer bestimmten Seite sind explizit blockiert."
+msgstr ""
+"Alle anderen eingebetteten Inhalte werden gefiltert, <strong>es sei denn</"
+"strong>, eingebettete Inhalte von einer bestimmten Seite sind explizit "
+"blockiert."
#: ../../Zotlabs/Module/Admin/Security.php:95
msgid "Block public"
@@ -9324,20 +9677,23 @@ msgstr "Öffentlichen Zugriff blockieren"
msgid ""
"Check to block public access to all otherwise public personal pages on this "
"site unless you are currently authenticated."
-msgstr "Blockiere den öffentlichen Zugriff auf alle ansonsten öffentlichen persönlichen Seiten dieser Website, sofern ein Besucher nicht angemeldet ist."
+msgstr ""
+"Blockiere den öffentlichen Zugriff auf alle ansonsten öffentlichen "
+"persönlichen Seiten dieser Website, sofern ein Besucher nicht angemeldet ist."
#: ../../Zotlabs/Module/Admin/Security.php:96
msgid "Provide a cloud root directory"
-msgstr ""
+msgstr "Wurzelverzeichnis der Cloud erstellen"
#: ../../Zotlabs/Module/Admin/Security.php:96
msgid ""
"The cloud root directory lists all channel names which provide public files"
msgstr ""
+"Das Wurzelverzeichnis der Cloud zeigt alle Kanäle mit öffentlichen Dateien"
#: ../../Zotlabs/Module/Admin/Security.php:97
msgid "Show total disk space available to cloud uploads"
-msgstr ""
+msgstr "Verfügbaren Speicherplatz für Cloud Uploads anzeigen"
#: ../../Zotlabs/Module/Admin/Security.php:98
msgid "Set \"Transport Security\" HTTP header"
@@ -9356,7 +9712,10 @@ 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 "Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."
+msgstr ""
+"Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt "
+"sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um "
+"alle Domains zu erlauben."
#: ../../Zotlabs/Module/Admin/Security.php:101
msgid "Not allowed email domains"
@@ -9367,7 +9726,11 @@ 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 "Domains in E-Mail-Adressen, die keine Erlaubnis erhalten, sich auf Deinem Hub zu registrieren. Mehrere Domains können durch Kommas getrennt werden. Platzhalter (*/?) sind möglich. Keine Eingabe bedeutet keine Einschränkung, unabhängig davon, ob unter erlaubte Domains etwas eingegeben wurde."
+msgstr ""
+"Domains in E-Mail-Adressen, die keine Erlaubnis erhalten, sich auf Deinem "
+"Hub zu registrieren. Mehrere Domains können durch Kommas getrennt werden. "
+"Platzhalter (*/?) sind möglich. Keine Eingabe bedeutet keine Einschränkung, "
+"unabhängig davon, ob unter erlaubte Domains etwas eingegeben wurde."
#: ../../Zotlabs/Module/Admin/Security.php:102
msgid "Allow communications only from these sites"
@@ -9377,7 +9740,9 @@ msgstr "Kommunikation nur von diesen Servern/Domains erlauben"
msgid ""
"One site per line. Leave empty to allow communication from anywhere by "
"default"
-msgstr "Ein Eintrag pro Zeile. Lasse das Feld leer, um Kommunikation grundlegend von überall her zu erlauben."
+msgstr ""
+"Ein Eintrag pro Zeile. Lasse das Feld leer, um Kommunikation grundlegend von "
+"überall her zu erlauben."
#: ../../Zotlabs/Module/Admin/Security.php:103
msgid "Block communications from these sites"
@@ -9402,11 +9767,14 @@ msgstr "Erlaube Einbettungen nur von sicheren (SSL) Webseiten und Links."
#: ../../Zotlabs/Module/Admin/Security.php:107
msgid "Allow unfiltered embedded HTML content only from these domains"
-msgstr "Erlaube Einbettung von Inhalten mit ungefiltertem HTML nur von diesen Domains"
+msgstr ""
+"Erlaube Einbettung von Inhalten mit ungefiltertem HTML nur von diesen Domains"
#: ../../Zotlabs/Module/Admin/Security.php:107
msgid "One site per line. By default embedded content is filtered."
-msgstr "Eine Website/Domain pro Zeile. Standardmäßig wird eingebetteter Inhalt gefiltert."
+msgstr ""
+"Eine Website/Domain pro Zeile. Standardmäßig wird eingebetteter Inhalt "
+"gefiltert."
#: ../../Zotlabs/Module/Admin/Security.php:108
msgid "Block embedded HTML from these domains"
@@ -9519,13 +9887,25 @@ msgstr "UID"
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 "Alle ausgewählten Kanäle werden gelöscht!\n\nAlles was von diesen Kanälen auf diesem Server geschrieben wurde, wird dauerhaft gelöscht!\n\nBist Du sicher?"
+msgstr ""
+"Alle ausgewählten Kanäle werden gelöscht!\n"
+"\n"
+"Alles was von diesen Kanälen auf diesem Server geschrieben wurde, wird "
+"dauerhaft gelöscht!\n"
+"\n"
+"Bist Du sicher?"
#: ../../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 "Der Kanal {0} wird gelöscht!\n\nAlles was von diesem Kanal auf diesem Server geschrieben wurde, wird gelöscht!\n\nBist Du sicher?"
+msgstr ""
+"Der Kanal {0} wird gelöscht!\n"
+"\n"
+"Alles was von diesem Kanal auf diesem Server geschrieben wurde, wird "
+"gelöscht!\n"
+"\n"
+"Bist Du sicher?"
#: ../../Zotlabs/Module/Admin/Profs.php:89
msgid "New Profile Field"
@@ -9632,7 +10012,9 @@ msgstr "Meine Seite hat nur freien Zugriff"
#: ../../Zotlabs/Module/Admin/Site.php:265
msgid "My site offers free accounts with optional paid upgrades"
-msgstr "Mein Server bietet kostenlose Konten mit der Möglichkeit zu bezahlten Upgrades"
+msgstr ""
+"Mein Server bietet kostenlose Konten mit der Möglichkeit zu bezahlten "
+"Upgrades"
#: ../../Zotlabs/Module/Admin/Site.php:279
msgid "Default permission role for new accounts"
@@ -9672,7 +10054,9 @@ msgstr "Administrator-Informationen"
msgid ""
"Contact information for site administrators. Displayed on siteinfo page. "
"BBCode can be used here"
-msgstr "Kontaktinformationen für Administratoren des Servers. Wird auf der siteinfo-Seite angezeigt. BBCode kann verwendet werden."
+msgstr ""
+"Kontaktinformationen für Administratoren des Servers. Wird auf der siteinfo-"
+"Seite angezeigt. BBCode kann verwendet werden."
#: ../../Zotlabs/Module/Admin/Site.php:301 ../../Zotlabs/Module/Siteinfo.php:24
msgid "Site Information"
@@ -9682,7 +10066,9 @@ msgstr "Seiteninformationen"
msgid ""
"Publicly visible description of this site. Displayed on siteinfo page. "
"BBCode can be used here"
-msgstr "Öffentlich sichtbare Beschreibung dieses Servers. Wird auf der siteinfo-Seite angezeigt. BBCode kann hier verwendet werden."
+msgstr ""
+"Öffentlich sichtbare Beschreibung dieses Servers. Wird auf der siteinfo-"
+"Seite angezeigt. BBCode kann hier verwendet werden."
#: ../../Zotlabs/Module/Admin/Site.php:302
msgid "System language"
@@ -9696,7 +10082,9 @@ msgstr "System-Design"
msgid ""
"Default system theme - may be over-ridden by user profiles - <a href='#' "
"id='cnftheme'>change theme settings</a>"
-msgstr "Standard-System-Design – kann durch Nutzerprofile überschieben werden – <a href='#' id='cnftheme'>Design-Einstellungen ändern</a>"
+msgstr ""
+"Standard-System-Design – kann durch Nutzerprofile überschieben werden – <a "
+"href='#' id='cnftheme'>Design-Einstellungen ändern</a>"
#: ../../Zotlabs/Module/Admin/Site.php:306
msgid "Allow Feeds as Connections"
@@ -9714,7 +10102,9 @@ msgstr "Maximale Bildgröße"
msgid ""
"Maximum size in bytes of uploaded images. Default is 0, which means no "
"limits."
-msgstr "Maximale Größe hochgeladener Bilder in Bytes. Standard ist 0 (keine Einschränkung)."
+msgstr ""
+"Maximale Größe hochgeladener Bilder in Bytes. Standard ist 0 (keine "
+"Einschränkung)."
#: ../../Zotlabs/Module/Admin/Site.php:308
msgid "Does this site allow new member registration?"
@@ -9728,7 +10118,9 @@ msgstr "Nur mit Einladung"
msgid ""
"Only allow new member registrations with an invitation code. Above register "
"policy must be set to Yes."
-msgstr "Erlaube die Neuregistrierung von Mitglieder nur mit einem Einladungscode. Die Registrierungs-Politik muss oben auf Ja gesetzt werden."
+msgstr ""
+"Erlaube die Neuregistrierung von Mitglieder nur mit einem Einladungscode. "
+"Die Registrierungs-Politik muss oben auf Ja gesetzt werden."
#: ../../Zotlabs/Module/Admin/Site.php:310
msgid "Minimum age"
@@ -9736,7 +10128,9 @@ msgstr "Mindestalter"
#: ../../Zotlabs/Module/Admin/Site.php:310
msgid "Minimum age (in years) for who may register on this site."
-msgstr "Mindestalter (in Jahren) für alle, die sich auf dieser Website anmelden möchten."
+msgstr ""
+"Mindestalter (in Jahren) für alle, die sich auf dieser Website anmelden "
+"möchten."
#: ../../Zotlabs/Module/Admin/Site.php:311
msgid "Which best describes the types of account offered by this hub?"
@@ -9756,13 +10150,18 @@ msgstr "Wird gut sichtbar auf der Registrierungs-Seite angezeigt."
#: ../../Zotlabs/Module/Admin/Site.php:314
msgid "Site homepage to show visitors (default: login box)"
-msgstr "Homepage des Hubs, die Besuchern angezeigt wird (Voreinstellung: Anmeldemaske)"
+msgstr ""
+"Homepage des Hubs, die Besuchern angezeigt wird (Voreinstellung: "
+"Anmeldemaske)"
#: ../../Zotlabs/Module/Admin/Site.php:314
msgid ""
"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 ""
+"Beispiele: 'pubstream' für den öffentlichen Stream an Beiträgen, 'page/sys/"
+"home' für die Webseite des Systems namens 'home', oder 'include:home.html' "
+"für eine eingearbeitete Datei."
#: ../../Zotlabs/Module/Admin/Site.php:315
msgid "Preserve site homepage URL"
@@ -9772,7 +10171,9 @@ msgstr "Homepage-URL schützen"
msgid ""
"Present the site homepage in a frame at the original location instead of "
"redirecting"
-msgstr "Zeigt die Homepage an der Original-URL in einem Frame an, statt auf die eigentliche Adresse der Seite umzuleiten."
+msgstr ""
+"Zeigt die Homepage an der Original-URL in einem Frame an, statt auf die "
+"eigentliche Adresse der Seite umzuleiten."
#: ../../Zotlabs/Module/Admin/Site.php:316
msgid "Accounts abandoned after x days"
@@ -9782,7 +10183,9 @@ msgstr "Konten gelten nach X Tagen als unbenutzt"
msgid ""
"Will not waste system resources polling external sites for abandonded "
"accounts. Enter 0 for no time limit."
-msgstr "Verschwende keine Systemressourcen auf das Pollen von externen Seiten, wenn das Konto nicht mehr benutzt wird. Trage hier 0 für kein zeitliches Limit."
+msgstr ""
+"Verschwende keine Systemressourcen auf das Pollen von externen Seiten, wenn "
+"das Konto nicht mehr benutzt wird. Trage hier 0 für kein zeitliches Limit."
#: ../../Zotlabs/Module/Admin/Site.php:317
msgid "Allowed friend domains"
@@ -9792,7 +10195,10 @@ msgstr "Erlaubte Domains für Kontakte"
msgid ""
"Comma separated list of domains which are allowed to establish friendships "
"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "Liste der Domains, die für Freundschaften erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."
+msgstr ""
+"Liste der Domains, die für Freundschaften erlaubt sind, durch Kommas "
+"getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu "
+"erlauben."
#: ../../Zotlabs/Module/Admin/Site.php:318
msgid "Verify Email Addresses"
@@ -9801,7 +10207,9 @@ msgstr "E-Mail-Adressen überprüfen"
#: ../../Zotlabs/Module/Admin/Site.php:318
msgid ""
"Check to verify email addresses used in account registration (recommended)."
-msgstr "Aktivieren, um die Überprüfung von E-Mail-Adressen bei der Registrierung von Benutzerkonten zu aktivieren (empfohlen)."
+msgstr ""
+"Aktivieren, um die Überprüfung von E-Mail-Adressen bei der Registrierung von "
+"Benutzerkonten zu aktivieren (empfohlen)."
#: ../../Zotlabs/Module/Admin/Site.php:319
msgid "Force publish"
@@ -9810,7 +10218,8 @@ msgstr "Veröffentlichung erzwingen"
#: ../../Zotlabs/Module/Admin/Site.php:319
msgid ""
"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Die Veröffentlichung aller Profile dieses Servers im Verzeichnis erzwingen."
+msgstr ""
+"Die Veröffentlichung aller Profile dieses Servers im Verzeichnis erzwingen."
#: ../../Zotlabs/Module/Admin/Site.php:320
msgid "Import Public Streams"
@@ -9820,31 +10229,40 @@ msgstr "Öffentliche Beiträge importieren"
msgid ""
"Import and allow access to public content pulled from other sites. Warning: "
"this content is unmoderated."
-msgstr "Öffentliche Beiträge von anderen Servern importieren und zur Verfügung stellen. Warnung: Diese Inhalte sind nicht moderiert."
+msgstr ""
+"Öffentliche Beiträge von anderen Servern importieren und zur Verfügung "
+"stellen. Warnung: Diese Inhalte sind nicht moderiert."
#: ../../Zotlabs/Module/Admin/Site.php:321
msgid "Site only Public Streams"
-msgstr "Öffentlichen Beitragsstrom auf diesen Server beschränken"
+msgstr "Öffentlichen Stream an Beiträgen auf diesen Server beschränken"
#: ../../Zotlabs/Module/Admin/Site.php:321
msgid ""
"Allow access to public content originating only from this site if Imported "
"Public Streams are disabled."
-msgstr "Erlaubt den Zugriff auf öffentliche Beiträge von ausschließlich dieser Website (diesem Server), wenn \"Öffentliche Beiträge importieren\" ausgeschaltet ist."
+msgstr ""
+"Erlaubt den Zugriff auf öffentliche Beiträge von ausschließlich dieser "
+"Website (diesem Server), wenn \"Öffentliche Beiträge importieren\" "
+"ausgeschaltet ist."
#: ../../Zotlabs/Module/Admin/Site.php:322
msgid "Allow anybody on the internet to access the Public streams"
-msgstr "Allen im Internet Zugriff auf den öffentlichen Beitragsstrom erlauben"
+msgstr ""
+"Allen im Internet Zugriff auf den öffentlichen Stream an Beiträgen erlauben"
#: ../../Zotlabs/Module/Admin/Site.php:322
msgid ""
"Disable to require authentication before viewing. Warning: this content is "
"unmoderated."
-msgstr "Deaktiviert die erforderliche Authentifizierung vor dem Ansehen. Warnung: Diese Inhalte sind nicht moderiert."
+msgstr ""
+"Deaktiviert die erforderliche Authentifizierung vor dem Ansehen. Warnung: "
+"Diese Inhalte sind nicht moderiert."
#: ../../Zotlabs/Module/Admin/Site.php:323
msgid "Only import Public stream posts with this text"
msgstr ""
+"In den öffentlichen Stream nur Beiträge aufnehmen, die diesen Text enthalten"
#: ../../Zotlabs/Module/Admin/Site.php:323
#: ../../Zotlabs/Module/Admin/Site.php:324
@@ -9852,11 +10270,16 @@ msgstr ""
msgid ""
"words one per line or #tags or /patterns/ or lang=xx, leave blank to import "
"all posts"
-msgstr "Einzelne Wörter pro Zeile, #Tags oder /Reguläre Ausdrücke/. lang=xx (z.B. lang=de) ermöglicht Filterung nach Sprache. Leer lassen, um alle Beiträge zu importieren."
+msgstr ""
+"Einzelne Wörter pro Zeile, #Tags oder /Reguläre Ausdrücke/. lang=xx (z.B. "
+"lang=de) ermöglicht Filterung nach Sprache. Leer lassen, um alle Beiträge zu "
+"importieren."
#: ../../Zotlabs/Module/Admin/Site.php:324
msgid "Do not import Public stream posts with this text"
msgstr ""
+"Beiträge, die diesen Text enthalten, nicht in den öffentlichen Stream "
+"aufnehmen"
#: ../../Zotlabs/Module/Admin/Site.php:327
msgid "Login on Homepage"
@@ -9866,7 +10289,9 @@ msgstr "Log-in auf der Startseite"
msgid ""
"Present a login box to visitors on the home page if no other content has "
"been configured."
-msgstr "Zeigt Besuchern der Homepage eine Anmeldemaske, falls keine anderen Inhalte konfiguriert wurden."
+msgstr ""
+"Zeigt Besuchern der Homepage eine Anmeldemaske, falls keine anderen Inhalte "
+"konfiguriert wurden."
#: ../../Zotlabs/Module/Admin/Site.php:328
msgid "Enable context help"
@@ -9875,7 +10300,9 @@ msgstr "Kontext-Hilfe aktivieren"
#: ../../Zotlabs/Module/Admin/Site.php:328
msgid ""
"Display contextual help for the current page when the help button is pressed."
-msgstr "Zeigt Kontext-sensitive Hilfe für die aktuelle Seite an, wenn der Hilfe-Knopf geklickt wird."
+msgstr ""
+"Zeigt Kontext-sensitive Hilfe für die aktuelle Seite an, wenn der Hilfe-"
+"Knopf geklickt wird."
#: ../../Zotlabs/Module/Admin/Site.php:330
msgid "Reply-to email address for system generated email."
@@ -9922,7 +10349,10 @@ 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 "Verzögere im Hintergrund laufende Auslieferungsprozesse um die angegebene Anzahl Sekunden, um die Systemlast zu verringern. Empfehlungen: 4-5 für Shared Hosts, 2-3 für VPS, 0-1 für große dedizierte Server."
+msgstr ""
+"Verzögere im Hintergrund laufende Auslieferungsprozesse um die angegebene "
+"Anzahl Sekunden, um die Systemlast zu verringern. Empfehlungen: 4-5 für "
+"Shared Hosts, 2-3 für VPS, 0-1 für große dedizierte Server."
#: ../../Zotlabs/Module/Admin/Site.php:340
msgid "Deliveries per process"
@@ -9932,7 +10362,10 @@ msgstr "Zustellungen pro Prozess"
msgid ""
"Number of deliveries to attempt in a single operating system process. Adjust "
"if necessary to tune system performance. Recommend: 1-5."
-msgstr "Anzahl der Zustellungen, die innerhalb eines einzelnen Betriebssystemprozesses versucht werden. Anpassen, falls nötig, um die System-Performance zu verbessern. Empfehlung: 1-5."
+msgstr ""
+"Anzahl der Zustellungen, die innerhalb eines einzelnen "
+"Betriebssystemprozesses versucht werden. Anpassen, falls nötig, um die "
+"System-Performance zu verbessern. Empfehlung: 1-5."
#: ../../Zotlabs/Module/Admin/Site.php:341
msgid "Queue Threshold"
@@ -9942,7 +10375,9 @@ msgstr "Warteschlangen-Grenzwert"
msgid ""
"Always defer immediate delivery if queue contains more than this number of "
"entries."
-msgstr "Unmittelbare Zustellung immer verzögern, wenn die Warteschlange mehr als diese Anzahl von Einträgen enthält."
+msgstr ""
+"Unmittelbare Zustellung immer verzögern, wenn die Warteschlange mehr als "
+"diese Anzahl von Einträgen enthält."
#: ../../Zotlabs/Module/Admin/Site.php:342
msgid "Poll interval"
@@ -9952,7 +10387,9 @@ msgstr "Abfrageintervall"
msgid ""
"Delay background polling processes by this many seconds to reduce system "
"load. If 0, use delivery interval."
-msgstr "Verzögere Hintergrundprozesse um diese Anzahl Sekunden, um die Systemlast zu reduzieren. Bei 0 wird das Auslieferungsintervall verwendet."
+msgstr ""
+"Verzögere Hintergrundprozesse um diese Anzahl Sekunden, um die Systemlast zu "
+"reduzieren. Bei 0 wird das Auslieferungsintervall verwendet."
#: ../../Zotlabs/Module/Admin/Site.php:343
msgid "Path to ImageMagick convert program"
@@ -9963,7 +10400,10 @@ msgid ""
"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 "Wenn gesetzt, dann verwende dieses Programm zum Erzeugen von Vorschaubildern großer Fotos (>4000 Pixel in beiden Richtungen), anderenfalls kann Speicherüberlauf auftreten. Beispiel: /usr/bin/convert"
+msgstr ""
+"Wenn gesetzt, dann verwende dieses Programm zum Erzeugen von Vorschaubildern "
+"großer Fotos (>4000 Pixel in beiden Richtungen), anderenfalls kann "
+"Speicherüberlauf auftreten. Beispiel: /usr/bin/convert"
#: ../../Zotlabs/Module/Admin/Site.php:344
msgid "Allow SVG thumbnails in file browser"
@@ -9981,11 +10421,15 @@ msgstr "Maximales Load Average"
msgid ""
"Maximum system load before delivery and poll processes are deferred - "
"default 50."
-msgstr "Maximale Systemlast, bevor Verteil- und Empfangsprozesse verschoben werden – Standard 50"
+msgstr ""
+"Maximale Systemlast, bevor Verteil- und Empfangsprozesse verschoben werden – "
+"Standard 50"
#: ../../Zotlabs/Module/Admin/Site.php:346
msgid "Expiration period in days for imported (grid/network) content"
-msgstr "Setze den Zeitraum (in Tagen), ab wann importierte (aus dem Netzwerk) Inhalte ablaufen sollen"
+msgstr ""
+"Setze den Zeitraum (in Tagen), ab wann importierte (aus dem Netzwerk) "
+"Inhalte ablaufen sollen"
#: ../../Zotlabs/Module/Admin/Site.php:346
msgid "0 for no expiration of imported content"
@@ -9994,12 +10438,16 @@ msgstr "0 = keine Löschung importierter Inhalte"
#: ../../Zotlabs/Module/Admin/Site.php:347
msgid ""
"Do not expire any posts which have comments less than this many days ago"
-msgstr "Lass keine Beiträge verfallen die Kommentare haben, die jünger als diese Anzahl von Tagen sind."
+msgstr ""
+"Lass keine Beiträge verfallen die Kommentare haben, die jünger als diese "
+"Anzahl von Tagen sind."
#: ../../Zotlabs/Module/Admin/Site.php:349
msgid ""
"Public servers: Optional landing (marketing) webpage for new registrants"
-msgstr "Öffentliche Server: Optionale Einstiegsseite (landing page) für neue Mitglieder vor deren Anmeldung"
+msgstr ""
+"Öffentliche Server: Optionale Einstiegsseite (landing page) für neue "
+"Mitglieder vor deren Anmeldung"
#: ../../Zotlabs/Module/Admin/Site.php:349
#, php-format
@@ -10105,13 +10553,25 @@ msgstr "Service-Klasse"
msgid ""
"Selected accounts will be deleted!\\n\\nEverything these accounts had posted "
"on this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Die ausgewählten Konten werden gelöscht!\n\nAlles, was diese Konten auf diesem Hub veröffentlicht haben, wird endgültig gelöscht werden!\n\nBist du dir sicher?"
+msgstr ""
+"Die ausgewählten Konten werden gelöscht!\n"
+"\n"
+"Alles, was diese Konten auf diesem Hub veröffentlicht haben, wird endgültig "
+"gelöscht werden!\n"
+"\n"
+"Bist du dir sicher?"
#: ../../Zotlabs/Module/Admin/Accounts.php:191
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 "Das Konto {0} wird gelöscht!\n\nAlles, was dieses Konto auf diesem Hub veröffentlicht hat, wird endgültig gelöscht werden!\n\nBist Du sicher?"
+msgstr ""
+"Das Konto {0} wird gelöscht!\n"
+"\n"
+"Alles, was dieses Konto auf diesem Hub veröffentlicht hat, wird endgültig "
+"gelöscht werden!\n"
+"\n"
+"Bist Du sicher?"
#: ../../Zotlabs/Module/Admin/Features.php:56
#, php-format
@@ -10281,7 +10741,7 @@ msgstr "Zweig/Branch wechseln"
#: ../../Zotlabs/Module/Mood.php:134
msgid "Mood App"
-msgstr ""
+msgstr "Laune App"
#: ../../Zotlabs/Module/Mood.php:135 ../../Zotlabs/Module/Mood.php:155
msgid "Set your current mood and tell your friends"
@@ -10355,15 +10815,20 @@ msgstr "Reihenfolge der Apps im App-Menü ändern"
msgid ""
"Use arrows to move the corresponding app left (top) or right (bottom) in the "
"navbar"
-msgstr "Benutze die Pfeil-Knöpfe, um die jeweilige App in der Navigationsleiste nach links (oben) oder rechts (unten) zu bewegen"
+msgstr ""
+"Benutze die Pfeil-Knöpfe, um die jeweilige App in der Navigationsleiste nach "
+"links (oben) oder rechts (unten) zu bewegen"
#: ../../Zotlabs/Module/Apporder.php:48
msgid "Use arrows to move the corresponding app up or down in the app tray"
-msgstr "Benutze die Pfeil-Knöpfe, um die jeweilige App im App-Menü nach oben oder unten zu bewegen"
+msgstr ""
+"Benutze die Pfeil-Knöpfe, um die jeweilige App im App-Menü nach oben oder "
+"unten zu bewegen"
#: ../../Zotlabs/Module/Channel.php:165
msgid "Insufficient permissions. Request redirected to profile page."
-msgstr "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet."
+msgstr ""
+"Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet."
#: ../../Zotlabs/Module/Oexchange.php:27
msgid "Unable to find your hub."
@@ -10389,7 +10854,8 @@ msgstr "Die importierte Datei ist leer."
#: ../../Zotlabs/Module/Import_items.php:93
#, php-format
msgid "Warning: Database versions differ by %1$d updates."
-msgstr "Achtung: Datenbankversionen unterscheiden sich um %1$d Aktualisierungen."
+msgstr ""
+"Achtung: Datenbankversionen unterscheiden sich um %1$d Aktualisierungen."
#: ../../Zotlabs/Module/Import_items.php:108
msgid "Import completed"
@@ -10401,7 +10867,9 @@ msgstr "Beiträge importieren"
#: ../../Zotlabs/Module/Import_items.php:126
msgid "Use this form to import existing posts and content from an export file."
-msgstr "Mit diesem Formular kannst Du existierende Beiträge und Inhalte aus einer Sicherungsdatei importieren."
+msgstr ""
+"Mit diesem Formular kannst Du existierende Beiträge und Inhalte aus einer "
+"Sicherungsdatei importieren."
#: ../../Zotlabs/Module/Import_items.php:127
#: ../../Zotlabs/Module/Import.php:629
@@ -10505,7 +10973,9 @@ msgstr "Nicht gefunden."
msgid ""
"Channel removals are not allowed within 48 hours of changing the account "
"password."
-msgstr "Innerhalb von 48 Stunden nach einer Änderung des Passworts können keine Kanäle gelöscht werden."
+msgstr ""
+"Innerhalb von 48 Stunden nach einer Änderung des Passworts können keine "
+"Kanäle gelöscht werden."
#: ../../Zotlabs/Module/Removeme.php:60
msgid "Remove This Channel"
@@ -10523,26 +10993,34 @@ msgstr "Lösche diesen Kanal und all seine Klone aus dem Netzwerk"
msgid ""
"By default only the instance of the channel located on this hub will be "
"removed from the network"
-msgstr "Standardmäßig wird der Kanal nur auf diesem Server gelöscht, seine Klone verbleiben im Netzwerk"
+msgstr ""
+"Standardmäßig wird der Kanal nur auf diesem Server gelöscht, seine Klone "
+"verbleiben im Netzwerk"
#: ../../Zotlabs/Module/Profile_photo.php:252
#: ../../extend/addon/hzaddons/openclipatar/openclipatar.php:298
msgid ""
"Shift-reload the page or clear browser cache if the new photo does not "
"display immediately."
-msgstr "Leere den Browser Cache oder nutze Umschalten-Neu Laden, falls das neue Foto nicht sofort angezeigt wird."
+msgstr ""
+"Leere den Browser Cache oder nutze Umschalten-Neu Laden, falls das neue Foto "
+"nicht sofort angezeigt wird."
#: ../../Zotlabs/Module/Profile_photo.php:493
msgid ""
"Your default profile photo is visible to anybody on the internet. Profile "
"photos for alternate profiles will inherit the permissions of the profile"
msgstr ""
+"Dein Profilfoto ist für alle im Internet sichtbar. Profilfotos weiterer "
+"Profile erben die Rechte dieses Profils"
#: ../../Zotlabs/Module/Profile_photo.php:493
msgid ""
"Your profile photo is visible to anybody on the internet and may be "
"distributed to other websites."
msgstr ""
+"Dein Profilfoto ist für alle im Internet sichtbar und könnte mit anderen "
+"Webseiten geteilt werden."
#: ../../Zotlabs/Module/Profile_photo.php:497
msgid "Use Photo for Profile"
@@ -10564,7 +11042,7 @@ msgstr "Profil nicht verfügbar."
#: ../../Zotlabs/Module/Wiki.php:52
msgid "Wiki App"
-msgstr ""
+msgstr "Wiki App"
#: ../../Zotlabs/Module/Wiki.php:53
msgid "Provide a wiki for your channel"
@@ -10660,7 +11138,7 @@ msgstr "Bild aus Fotoalben einbetten"
#: ../../Zotlabs/Module/Wiki.php:410
msgid "History"
-msgstr ""
+msgstr "Historie"
#: ../../Zotlabs/Module/Wiki.php:488
msgid "Error creating wiki. Invalid name."
@@ -10672,7 +11150,9 @@ msgstr "Es existiert bereits ein Wiki mit diesem Namen."
#: ../../Zotlabs/Module/Wiki.php:508
msgid "Wiki created, but error creating Home page."
-msgstr "Das Wiki wurde erzeugt, aber es gab einen Fehler bei der Erstellung der Startseite"
+msgstr ""
+"Das Wiki wurde erzeugt, aber es gab einen Fehler bei der Erstellung der "
+"Startseite"
#: ../../Zotlabs/Module/Wiki.php:515
msgid "Error creating wiki"
@@ -10735,7 +11215,9 @@ msgstr "Berechtigen"
#: ../../Zotlabs/Module/Authorize.php:30
#, php-format
msgid "Do you authorize the app %s to access your channel data?"
-msgstr "Willst du die Anwendung %s dazu berechtigen auf die Daten deines Kanals zuzugreifen?"
+msgstr ""
+"Willst du die Anwendung %s dazu berechtigen auf die Daten deines Kanals "
+"zuzugreifen?"
#: ../../Zotlabs/Module/Authorize.php:32
msgid "Allow"
@@ -10771,7 +11253,8 @@ msgstr "Ziel des Links oder Untermenüs"
#: ../../Zotlabs/Module/Mitem.php:175
msgid "Enter URL of the link or select a menu name to create a submenu"
-msgstr "URL des Links eingeben oder Menünamen wählen, um ein Untermenü anzulegen."
+msgstr ""
+"URL des Links eingeben oder Menünamen wählen, um ein Untermenü anzulegen."
#: ../../Zotlabs/Module/Mitem.php:176 ../../Zotlabs/Module/Mitem.php:256
msgid "Use magic-auth if available"
@@ -10880,11 +11363,13 @@ msgstr "Diese Website wird bereitgestellt durch $Projectname"
#: ../../Zotlabs/Module/Siteinfo.php:31
msgid ""
"Federated and decentralised networking and identity services provided by Zot"
-msgstr "Verbundene, dezentrale Netzwerk- und Identitätsdienste, ermöglicht mittels Zot"
+msgstr ""
+"Verbundene, dezentrale Netzwerk- und Identitätsdienste, ermöglicht mittels "
+"Zot"
#: ../../Zotlabs/Module/Siteinfo.php:34
msgid "Additional federated transport protocols:"
-msgstr ""
+msgstr "Zusätzliche föderierte Transportprotokolle:"
#: ../../Zotlabs/Module/Siteinfo.php:36
#, php-format
@@ -10948,7 +11433,9 @@ msgstr "Schließe Dich uns auf $Projectname an!"
#: ../../Zotlabs/Module/Invite.php:85
msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "Einladungslimit überschritten. Bitte kontaktiere den Administrator Deines $Projectname-Servers."
+msgstr ""
+"Einladungslimit überschritten. Bitte kontaktiere den Administrator Deines "
+"$Projectname-Servers."
#: ../../Zotlabs/Module/Invite.php:90
#: ../../extend/addon/hzaddons/notifyadmin/notifyadmin.php:40
@@ -10965,11 +11452,11 @@ msgstr[1] "%d Nachrichten gesendet."
#: ../../Zotlabs/Module/Invite.php:110
msgid "Invite App"
-msgstr ""
+msgstr "Einladen App"
#: ../../Zotlabs/Module/Invite.php:111
msgid "Send email invitations to join this network"
-msgstr ""
+msgstr "Sende Emails mit Einladungen zu diesem Netzwerk"
#: ../../Zotlabs/Module/Invite.php:124
msgid "You have no more invitations available"
@@ -10993,7 +11480,9 @@ msgstr "Bitte verwende bei der Registrierung den folgenden Einladungscode:"
#: ../../Zotlabs/Module/Invite.php:161
msgid "1. Register at any $Projectname location (they are all inter-connected)"
-msgstr "1. Registriere Dich auf einem beliebigen $Projectname-Hub (sie sind alle miteinander verbunden)"
+msgstr ""
+"1. Registriere Dich auf einem beliebigen $Projectname-Hub (sie sind alle "
+"miteinander verbunden)"
#: ../../Zotlabs/Module/Invite.php:163
msgid "2. Enter my $Projectname network address into the site searchbar."
@@ -11013,11 +11502,11 @@ msgstr "Beitrag"
#: ../../Zotlabs/Module/Uexport.php:61
msgid "Channel Export App"
-msgstr ""
+msgstr "Kanalexport App"
#: ../../Zotlabs/Module/Uexport.php:62
msgid "Export your channel"
-msgstr ""
+msgstr "Exportiere Deinen Kanal"
#: ../../Zotlabs/Module/Uexport.php:72 ../../Zotlabs/Module/Uexport.php:73
msgid "Export Channel"
@@ -11028,7 +11517,11 @@ msgid ""
"Export your basic channel information to a file. This acts as a backup of "
"your connections, permissions, profile and basic data, which can be used to "
"import your data to a new server hub, but does not contain your content."
-msgstr "Exportiert die grundlegenden Kanal-Informationen in eine kleine Datei. Diese stellt eine Sicherung Deiner Verbindungen, Berechtigungen, Profile und Basisdaten bereit, die für den Import auf einem anderen Hub verwendet werden kann, aber nicht die Beiträge Deines Kanals enthält."
+msgstr ""
+"Exportiert die grundlegenden Kanal-Informationen in eine kleine Datei. Diese "
+"stellt eine Sicherung Deiner Verbindungen, Berechtigungen, Profile und "
+"Basisdaten bereit, die für den Import auf einem anderen Hub verwendet werden "
+"kann, aber nicht die Beiträge Deines Kanals enthält."
#: ../../Zotlabs/Module/Uexport.php:75
msgid "Export Content"
@@ -11041,7 +11534,12 @@ msgid ""
"connections, permissions, profile data and several months of posts. This "
"file may be VERY large. Please be patient - it may take several minutes for "
"this download to begin."
-msgstr "Exportiert Deine Kanal-Informationen sowie alle zugehörigen Inhalte in eine JSON-Sicherungsdatei. Die sichert alle Verbindungen, Berechtigungen, Profildaten und Deine Beiträge aus mehreren Monaten. Diese Datei kann SEHR groß werden! Bitte habe ein wenig Geduld – es kann mehrere Minuten dauern, bis der Download startet."
+msgstr ""
+"Exportiert Deine Kanal-Informationen sowie alle zugehörigen Inhalte in eine "
+"JSON-Sicherungsdatei. Die sichert alle Verbindungen, Berechtigungen, "
+"Profildaten und Deine Beiträge aus mehreren Monaten. Diese Datei kann SEHR "
+"groß werden! Bitte habe ein wenig Geduld – es kann mehrere Minuten dauern, "
+"bis der Download startet."
#: ../../Zotlabs/Module/Uexport.php:78
msgid "Export your posts from a given year."
@@ -11053,21 +11551,30 @@ msgid ""
"month. Adjust the date in your browser location bar to select other dates. "
"If the export fails (possibly due to memory exhaustion on your server hub), "
"please try again selecting a more limited date range."
-msgstr "Du kannst auch die Beiträge und Konversationen eines bestimmten Jahres oder Monats exportieren. Ändere das Datum in der Adresszeile Deines Browsers, um andere Zeiträume zu wählen. Falls der Export fehlschlägt (vermutlich, weil auf diesem Hub nicht genügend Speicher zur Verfügung steht), versuche es noch einmal mit einer kleineren Zeitspanne."
+msgstr ""
+"Du kannst auch die Beiträge und Konversationen eines bestimmten Jahres oder "
+"Monats exportieren. Ändere das Datum in der Adresszeile Deines Browsers, um "
+"andere Zeiträume zu wählen. Falls der Export fehlschlägt (vermutlich, weil "
+"auf diesem Hub nicht genügend Speicher zur Verfügung steht), versuche es "
+"noch einmal mit einer kleineren Zeitspanne."
#: ../../Zotlabs/Module/Uexport.php:81
#, php-format
msgid ""
"To select all posts for a given year, such as this year, visit <a href=\"%1$s"
"\">%2$s</a>"
-msgstr "Um alle Beiträge eines bestimmten Jahres, zum Beispiel dieses Jahres, auszuwählen, klicke <a href=\"%1$s\">%2$s</a>."
+msgstr ""
+"Um alle Beiträge eines bestimmten Jahres, zum Beispiel dieses Jahres, "
+"auszuwählen, klicke <a href=\"%1$s\">%2$s</a>."
#: ../../Zotlabs/Module/Uexport.php:82
#, php-format
msgid ""
"To select all posts for a given month, such as January of this year, visit "
"<a href=\"%1$s\">%2$s</a>"
-msgstr "Um alle Beiträge eines bestimmten Monats auszuwählen, zum Beispiel vom Januar diesen Jahres, klicke <a href=\"%1$s\">%2$s</a>."
+msgstr ""
+"Um alle Beiträge eines bestimmten Monats auszuwählen, zum Beispiel vom "
+"Januar diesen Jahres, klicke <a href=\"%1$s\">%2$s</a>."
#: ../../Zotlabs/Module/Uexport.php:83
#, php-format
@@ -11075,7 +11582,11 @@ msgid ""
"These content files may be imported or restored by visiting <a href=\"%1$s\">"
"%2$s</a> on any site containing your channel. For best results please import "
"or restore these in date order (oldest first)."
-msgstr "Diese Inhalts-Sicherungen können wiederhergestellt werden, indem Du <a href=\"%1$s\">%2$s</a> auf jeglichem Hub besuchst, der diesen Kanal enthält. Das funktioniert am besten, wenn Du dabei die zeitliche Reihenfolge einhältst, also die Sicherungen für den ältesten Zeitraum zuerst importierst."
+msgstr ""
+"Diese Inhalts-Sicherungen können wiederhergestellt werden, indem Du <a href="
+"\"%1$s\">%2$s</a> auf jeglichem Hub besuchst, der diesen Kanal enthält. Das "
+"funktioniert am besten, wenn Du dabei die zeitliche Reihenfolge einhältst, "
+"also die Sicherungen für den ältesten Zeitraum zuerst importierst."
#: ../../Zotlabs/Module/Hq.php:140
msgid "Welcome to Hubzilla!"
@@ -11107,7 +11618,8 @@ msgstr "Konnte nicht auf den Adressbuch-Eintrag zugreifen."
#: ../../Zotlabs/Module/Connedit.php:485 ../../Zotlabs/Module/Connedit.php:489
msgid "Refresh failed - channel is currently unavailable."
-msgstr "Aktualisierung fehlgeschlagen – der Kanal ist im Moment nicht erreichbar."
+msgstr ""
+"Aktualisierung fehlgeschlagen – der Kanal ist im Moment nicht erreichbar."
#: ../../Zotlabs/Module/Connedit.php:504 ../../Zotlabs/Module/Connedit.php:513
#: ../../Zotlabs/Module/Connedit.php:522 ../../Zotlabs/Module/Connedit.php:531
@@ -11158,7 +11670,8 @@ msgstr "Nicht ignorieren"
#: ../../Zotlabs/Module/Connedit.php:647
msgid "Ignore (or Unignore) all inbound communications from this connection"
-msgstr "Jegliche eingehende Kommunikation von dieser Verbindung ignorieren/zulassen"
+msgstr ""
+"Jegliche eingehende Kommunikation von dieser Verbindung ignorieren/zulassen"
#: ../../Zotlabs/Module/Connedit.php:648
msgid "This connection is ignored!"
@@ -11175,7 +11688,9 @@ msgstr "Archivieren"
#: ../../Zotlabs/Module/Connedit.php:655
msgid ""
"Archive (or Unarchive) this connection - mark channel dead but keep content"
-msgstr "Verbindung archivieren/aus dem Archiv zurückholen (Archiv = Kanal als erloschen markieren, aber die Beiträge behalten)"
+msgstr ""
+"Verbindung archivieren/aus dem Archiv zurückholen (Archiv = Kanal als "
+"erloschen markieren, aber die Beiträge behalten)"
#: ../../Zotlabs/Module/Connedit.php:656
msgid "This connection is archived!"
@@ -11255,21 +11770,27 @@ msgstr "Diese Verbindung ist von diesem Ort unerreichbar."
#: ../../Zotlabs/Module/Connedit.php:856
msgid "This connection may be unreachable from other channel locations."
-msgstr "Diese Verbindung könnte von anderen Standpunkten des Kanals nicht erreichbar sein."
+msgstr ""
+"Diese Verbindung könnte von anderen Standpunkten des Kanals nicht erreichbar "
+"sein."
#: ../../Zotlabs/Module/Connedit.php:858
msgid "Location independence is not supported by their network."
-msgstr "Standort Unabhängigkeit wird vom anderen Netzwerk nicht unterstützt."
+msgstr "Standortunabhängigkeit wird vom anderen Netzwerk nicht unterstützt."
#: ../../Zotlabs/Module/Connedit.php:864
msgid ""
"This connection is unreachable from this location. Location independence is "
"not supported by their network."
-msgstr "Diese Verbindung ist von diesem Standort aus unerreichbar. Standort Unabhängigkeit wird vom anderen Netzwerk nicht unterstützt."
+msgstr ""
+"Diese Verbindung ist von diesem Standort aus unerreichbar. "
+"Standortunabhängigkeit wird vom anderen Netzwerk nicht unterstützt."
#: ../../Zotlabs/Module/Connedit.php:868
msgid "Connection requests will be approved without your interaction"
-msgstr "Verbindungsanfragen werden sofort bestätigt, ohne dass Deine aktive Zustimmung erforderlich ist."
+msgstr ""
+"Verbindungsanfragen werden sofort bestätigt, ohne dass Deine aktive "
+"Zustimmung erforderlich ist."
#: ../../Zotlabs/Module/Connedit.php:877
msgid "This connection's primary address is"
@@ -11320,7 +11841,9 @@ msgstr "Verbindung wartet auf Bestätigung"
msgid ""
"Please choose the profile you would like to display to %s when viewing your "
"profile securely."
-msgstr "Bitte wähle ein Profil, das wir %s zeigen sollen, wenn Deine Profilseite über eine verifizierte Verbindung aufgerufen wird."
+msgstr ""
+"Bitte wähle ein Profil, das wir %s zeigen sollen, wenn Deine Profilseite "
+"über eine verifizierte Verbindung aufgerufen wird."
#: ../../Zotlabs/Module/Connedit.php:912
msgid ""
@@ -11328,7 +11851,12 @@ msgid ""
"\"><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 "Einige Berechtigungen werden möglicherweise von den globalen <a href=\"settings\">Sicherheits- und Privatsphäre-Einstellungen</a> dieses Kanals geerbt. Diese haben eine höhere Priorität als die Einstellungen an der Verbindung. Werden geerbte Einstellungen hier geändert, hat dies keine Auswirkungen."
+msgstr ""
+"Einige Berechtigungen werden möglicherweise von den globalen <a href="
+"\"settings\">Sicherheits- und Privatsphäre-Einstellungen</a> dieses Kanals "
+"geerbt. Diese haben eine höhere Priorität als die Einstellungen an der "
+"Verbindung. Werden geerbte Einstellungen hier geändert, hat dies keine "
+"Auswirkungen."
#: ../../Zotlabs/Module/Connedit.php:913
msgid "Last update:"
@@ -11365,11 +11893,13 @@ msgstr "Zurück zur Dateiliste"
#: ../../Zotlabs/Module/Filestorage.php:201
msgid "Copy/paste this code to attach file to a post"
-msgstr "Diesen Code kopieren und einfügen, um die Datei an einen Beitrag anzuhängen"
+msgstr ""
+"Diesen Code kopieren und einfügen, um die Datei an einen Beitrag anzuhängen"
#: ../../Zotlabs/Module/Filestorage.php:202
msgid "Copy/paste this URL to link file from a web page"
-msgstr "Diese URL verwenden, um von einer Webseite aus auf die Datei zu verlinken"
+msgstr ""
+"Diese URL verwenden, um von einer Webseite aus auf die Datei zu verlinken"
#: ../../Zotlabs/Module/Filestorage.php:204
msgid "Share this file"
@@ -11390,11 +11920,11 @@ msgstr "Layout aktualisiert."
#: ../../Zotlabs/Module/Pdledit.php:42
msgid "PDL Editor App"
-msgstr ""
+msgstr "PDL Editor App"
#: ../../Zotlabs/Module/Pdledit.php:43
msgid "Provides the ability to edit system page layouts"
-msgstr ""
+msgstr "Ermöglicht die Anpassung des Seitenlayouts"
#: ../../Zotlabs/Module/Pdledit.php:56 ../../Zotlabs/Module/Pdledit.php:99
msgid "Edit System Page Description"
@@ -11458,7 +11988,8 @@ msgstr "Xchan-Suche"
#: ../../Zotlabs/Module/Xchan.php:13
msgid "Lookup xchan beginning with (or webbie): "
-msgstr "Nach xchans oder Webbies (Kanal-Adressen) suchen, die wie folgt beginnen:"
+msgstr ""
+"Nach xchans oder Webbies (Kanal-Adressen) suchen, die wie folgt beginnen:"
#: ../../Zotlabs/Module/Filer.php:52
msgid "Enter a folder name"
@@ -11476,7 +12007,9 @@ msgstr "In Ordner speichern"
msgid ""
"Channel name changes are not allowed within 48 hours of changing the account "
"password."
-msgstr "Innerhalb von 48 Stunden nach einer Änderung des Konto-Passworts können Kanäle nicht umbenannt werden."
+msgstr ""
+"Innerhalb von 48 Stunden nach einer Änderung des Konto-Passworts können "
+"Kanäle nicht umbenannt werden."
#: ../../Zotlabs/Module/Changeaddr.php:77
msgid "Change channel nickname/address"
@@ -11521,7 +12054,10 @@ 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 "Verwende dieses Formular, um einen existierenden Kanal von einem anderen Hub zu importieren. Du kannst den Kanal direkt vom bisherigen Hub über das Netzwerk oder aus einer exportierten Sicherheitskopie importieren."
+msgstr ""
+"Verwende dieses Formular, um einen existierenden Kanal von einem anderen Hub "
+"zu importieren. Du kannst den Kanal direkt vom bisherigen Hub über das "
+"Netzwerk oder aus einer exportierten Sicherheitskopie importieren."
#: ../../Zotlabs/Module/Import.php:630
msgid "Or provide the old server/hub details"
@@ -11541,7 +12077,9 @@ msgstr "Dein altes Passwort"
#: ../../Zotlabs/Module/Import.php:635
msgid "Import a few months of posts if possible (limited by available memory"
-msgstr "Importiere die Beiträge einiger Monate, sofern möglich (beschränkt durch verfügbaren Speicher)"
+msgstr ""
+"Importiere die Beiträge einiger Monate, sofern möglich (beschränkt durch "
+"verfügbaren Speicher)"
#: ../../Zotlabs/Module/Import.php:637
msgid ""
@@ -11549,7 +12087,12 @@ msgid ""
"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 "Egal, welche Option Du wählst – bitte lege fest, ob dieser Server die neue primäre Adresse dieses Kanals sein soll, oder ob der bisherige $Projectname-Hub diese Rolle weiterhin wahrnimmt. Du kannst von beiden Servern aus posten, aber nur einer kann der primäre Ort Deiner Dateien, Fotos und Medien sein."
+msgstr ""
+"Egal, welche Option Du wählst – bitte lege fest, ob dieser Server die neue "
+"primäre Adresse dieses Kanals sein soll, oder ob der bisherige $Projectname-"
+"Hub diese Rolle weiterhin wahrnimmt. Du kannst von beiden Servern aus "
+"posten, aber nur einer kann der primäre Ort Deiner Dateien, Fotos und Medien "
+"sein."
#: ../../Zotlabs/Module/Import.php:639
msgid "Make this hub my primary location"
@@ -11573,7 +12116,9 @@ msgstr ""
msgid ""
"This process may take several minutes to complete. Please submit the form "
"only once and leave this page open until finished."
-msgstr "Dieser Vorgang kann einige Minuten dauern. Bitte sende das Formular nur einmal ab und lasse diese Seite bis zur Fertigstellung offen."
+msgstr ""
+"Dieser Vorgang kann einige Minuten dauern. Bitte sende das Formular nur "
+"einmal ab und lasse diese Seite bis zur Fertigstellung offen."
#: ../../Zotlabs/Module/Lockview.php:75
msgid "Remote privacy information not available."
@@ -11686,7 +12231,7 @@ msgstr "Apps"
#: ../../Zotlabs/Lib/Apps.php:323
msgid "Affinity Tool"
-msgstr "Beziehungs-Tool"
+msgstr "Beziehungsgrad"
#: ../../Zotlabs/Lib/Apps.php:326
msgid "Site Admin"
@@ -11716,7 +12261,7 @@ msgstr "Kanäle vorschlagen"
#: ../../Zotlabs/Lib/Apps.php:337
msgid "Stream"
-msgstr ""
+msgstr "Stream"
#: ../../Zotlabs/Lib/Apps.php:348
msgid "Mail"
@@ -11760,31 +12305,31 @@ msgstr "Profilfoto"
#: ../../Zotlabs/Lib/Apps.php:364
msgid "Notifications"
-msgstr ""
+msgstr "Benachrichtigungen"
#: ../../Zotlabs/Lib/Apps.php:365
msgid "Order Apps"
-msgstr ""
+msgstr "Apps anordnen"
#: ../../Zotlabs/Lib/Apps.php:366
msgid "CardDAV"
-msgstr ""
+msgstr "CardDAV"
#: ../../Zotlabs/Lib/Apps.php:368
msgid "Guest Access"
-msgstr ""
+msgstr "Gastzugang"
#: ../../Zotlabs/Lib/Apps.php:370
msgid "OAuth Apps Manager"
-msgstr ""
+msgstr "Verwalte OAuth Apps"
#: ../../Zotlabs/Lib/Apps.php:371
msgid "OAuth2 Apps Manager"
-msgstr ""
+msgstr "Verwalte OAuth2 Apps"
#: ../../Zotlabs/Lib/Apps.php:372
msgid "PDL Editor"
-msgstr ""
+msgstr "PDL Editor"
#: ../../Zotlabs/Lib/Apps.php:374
msgid "Premium Channel"
@@ -11796,7 +12341,7 @@ msgstr "Meine Chaträume"
#: ../../Zotlabs/Lib/Apps.php:377
msgid "Channel Export"
-msgstr ""
+msgstr "Kanalexport"
#: ../../Zotlabs/Lib/Apps.php:554
msgid "Purchase"
@@ -11867,7 +12412,9 @@ msgstr "Diese Email wurde von %1$s auf %2$s gesendet."
msgid ""
"To stop receiving these messages, please adjust your Notification Settings "
"at %s"
-msgstr "Um diese Nachrichten nicht mehr zu erhalten, passe bitte Deine Benachrichtigungseinstellungen unter folgendem Link an: %s"
+msgstr ""
+"Um diese Nachrichten nicht mehr zu erhalten, passe bitte Deine "
+"Benachrichtigungseinstellungen unter folgendem Link an: %s"
#: ../../Zotlabs/Lib/Enotify.php:68
#, php-format
@@ -11901,7 +12448,9 @@ msgstr "eine private Nachricht"
#: ../../Zotlabs/Lib/Enotify.php:131
#, php-format
msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Bitte besuche %s, um die private Nachricht anzusehen und/oder darauf zu antworten."
+msgstr ""
+"Bitte besuche %s, um die private Nachricht anzusehen und/oder darauf zu "
+"antworten."
#: ../../Zotlabs/Lib/Enotify.php:144
msgid "commented on"
@@ -11933,12 +12482,15 @@ msgstr "%1$s %2$s [zrl=%3$s]dein %4$s[/zrl]"
#: ../../Zotlabs/Lib/Enotify.php:230
#, php-format
msgid "[$Projectname:Notify] Moderated Comment to conversation #%1$d by %2$s"
-msgstr "[$Projectname:Benachrichtigung] Moderierter Kommantar in Unterhaltung #%1$d von %2$s"
+msgstr ""
+"[$Projectname:Benachrichtigung] Moderierter Kommantar in Unterhaltung #%1$d "
+"von %2$s"
#: ../../Zotlabs/Lib/Enotify.php:232
#, php-format
msgid "[$Projectname:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[$Projectname:Benachrichtigung] Kommentar in Unterhaltung #%1$d von %2$s"
+msgstr ""
+"[$Projectname:Benachrichtigung] Kommentar in Unterhaltung #%1$d von %2$s"
#: ../../Zotlabs/Lib/Enotify.php:233
#, php-format
@@ -11950,7 +12502,8 @@ msgstr "%1$shat einen Beitrag/eine Konversation kommentiert dem/der du folgst."
#: ../../Zotlabs/Lib/Enotify.php:375 ../../Zotlabs/Lib/Enotify.php:388
#, php-format
msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Bitte besuche %s, um die Unterhaltung anzusehen und/oder zu kommentieren."
+msgstr ""
+"Bitte besuche %s, um die Unterhaltung anzusehen und/oder zu kommentieren."
#: ../../Zotlabs/Lib/Enotify.php:240 ../../Zotlabs/Lib/Enotify.php:241
#, php-format
@@ -11965,7 +12518,9 @@ msgstr "%1$s mag [zrl=%2$s]dein %3$s[/zrl]"
#: ../../Zotlabs/Lib/Enotify.php:313
#, php-format
msgid "[$Projectname:Notify] Like received to conversation #%1$d by %2$s"
-msgstr "[$Projectname:Benachrichtigung] Gefällt mir in Unterhaltung #%1$d von %2$s erhalten"
+msgstr ""
+"[$Projectname:Benachrichtigung] Gefällt mir in Unterhaltung #%1$d von %2$s "
+"erhalten"
#: ../../Zotlabs/Lib/Enotify.php:314
#, php-format
@@ -12044,7 +12599,8 @@ msgstr "Du hast auf %2$s eine neue Verbindung von %1$s erhalten."
#: ../../Zotlabs/Lib/Enotify.php:397
#, php-format
msgid "You've received [zrl=%1$s]a new connection request[/zrl] from %2$s."
-msgstr "Du hast [zrl=%1$s]eine neue Verbindungsanfrage[/zrl] von %2$s erhalten."
+msgstr ""
+"Du hast [zrl=%1$s]eine neue Verbindungsanfrage[/zrl] von %2$s erhalten."
#: ../../Zotlabs/Lib/Enotify.php:400 ../../Zotlabs/Lib/Enotify.php:418
#, php-format
@@ -12054,7 +12610,8 @@ msgstr "Du kannst Dir das Profil unter %s ansehen"
#: ../../Zotlabs/Lib/Enotify.php:402
#, php-format
msgid "Please visit %s to approve or reject the connection request."
-msgstr "Bitte besuche %s , um die Verbindungsanfrage anzunehmen oder abzulehnen."
+msgstr ""
+"Bitte besuche %s , um die Verbindungsanfrage anzunehmen oder abzulehnen."
#: ../../Zotlabs/Lib/Enotify.php:409
msgid "[$Projectname:Notify] Friend suggestion received"
@@ -12068,7 +12625,9 @@ msgstr "Du hast einen Freundschaftsvorschlag von %1$s auf %2$s erhalten"
#: ../../Zotlabs/Lib/Enotify.php:411
#, php-format
msgid "You've received [zrl=%1$s]a friend suggestion[/zrl] for %2$s from %3$s."
-msgstr "Du hast einen [zrl=%1$s]Freundschaftsvorschlag[/zrl] für %2$s von %3$s erhalten."
+msgstr ""
+"Du hast einen [zrl=%1$s]Freundschaftsvorschlag[/zrl] für %2$s von %3$s "
+"erhalten."
#: ../../Zotlabs/Lib/Enotify.php:416
msgid "Name:"
@@ -12201,7 +12760,7 @@ msgstr "Tag hinzufügen"
#: ../../Zotlabs/Lib/ThreadItem.php:309
msgid "Reply on this comment"
-msgstr ""
+msgstr "Antworte auf diesem Kommentar"
#: ../../Zotlabs/Lib/ThreadItem.php:309
msgid "reply"
@@ -12269,7 +12828,7 @@ msgstr "Abstimmungsoptionen"
#: ../../Zotlabs/Lib/ThreadItem.php:431
msgid "Go to previous comment"
-msgstr ""
+msgstr "Gehe zum vorangegangenen Kommentar"
#: ../../Zotlabs/Lib/ThreadItem.php:440
#: ../../extend/addon/hzaddons/bookmarker/bookmarker.php:38
@@ -12337,21 +12896,27 @@ msgstr "Alle Verbindungen einschließlich der noch nicht bestätigten"
msgid ""
"This is your default setting for the audience of your normal stream, and "
"posts."
-msgstr "Dies ist Deine Voreinstellung für die Sichtbarkeit Deiner normalen Beiträge (Stream)."
+msgstr ""
+"Dies ist Deine Voreinstellung für die Sichtbarkeit Deiner normalen Beiträge "
+"(Stream)."
#: ../../Zotlabs/Lib/PermissionDescription.php:151
msgid ""
"This is your default setting for who can view your default channel profile"
-msgstr "Dies ist Deine Voreinstellung für die Sichtbarkeit Deines Standard-Kanalprofils."
+msgstr ""
+"Dies ist Deine Voreinstellung für die Sichtbarkeit Deines Standard-"
+"Kanalprofils."
#: ../../Zotlabs/Lib/PermissionDescription.php:152
msgid "This is your default setting for who can view your connections"
-msgstr "Dies ist Deine Voreinstellung für die Sichtbarkeit Deiner Verbindungen."
+msgstr ""
+"Dies ist Deine Voreinstellung für die Sichtbarkeit Deiner Verbindungen."
#: ../../Zotlabs/Lib/PermissionDescription.php:153
msgid ""
"This is your default setting for who can view your file storage and photos"
-msgstr "Dies ist Deine Voreinstellung für die Sichtbarkeit Deiner Dateien und Fotos."
+msgstr ""
+"Dies ist Deine Voreinstellung für die Sichtbarkeit Deiner Dateien und Fotos."
#: ../../Zotlabs/Lib/PermissionDescription.php:154
msgid "This is your default setting for the audience of your webpages"
@@ -12417,7 +12982,8 @@ msgstr "Dateien zum sofortigen Hochladen hier fallen lassen"
#: ../../boot.php:1610
msgid "Create an account to access services and applications"
-msgstr "Erstelle ein Konto, um auf Dienste und Anwendungen zugreifen zu können."
+msgstr ""
+"Erstelle ein Konto, um auf Dienste und Anwendungen zugreifen zu können."
#: ../../boot.php:1634
msgid "Login/Email"
@@ -12485,7 +13051,9 @@ msgstr "Nicht jugendfreie Fotos markieren"
msgid ""
"Provide photo edit option to hide inappropriate photos from default album "
"view"
-msgstr "Stellt eine Option zum Verstecken von Fotos mit unangemessenen Inhalten in der Standard-Albumansicht bereit"
+msgstr ""
+"Stellt eine Option zum Verstecken von Fotos mit unangemessenen Inhalten in "
+"der Standard-Albumansicht bereit"
#: ../../extend/addon/hzaddons/ljpost/ljpost.php:45
msgid "Post to Livejournal"
@@ -12521,7 +13089,9 @@ msgstr "Import des Redmatrix Datei Speichers"
#: ../../extend/addon/hzaddons/redfiles/redfiles.php:120
msgid "This will import all your Redmatrix cloud files to this channel."
-msgstr "Hiermit werden alle deine Daten aus der Redmatrix Cloud in diesen Kanal importiert."
+msgstr ""
+"Hiermit werden alle deine Daten aus der Redmatrix Cloud in diesen Kanal "
+"importiert."
#: ../../extend/addon/hzaddons/redfiles/redfiles.php:121
#: ../../extend/addon/hzaddons/redphotos/redphotos.php:131
@@ -12546,7 +13116,9 @@ msgstr "Datei"
msgid ""
"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
"analytics tool."
-msgstr "Diese Website verwendet <a href='http://www.piwik.org'>Piwik</a>, um die Besucherzugriffe auszuwerten."
+msgstr ""
+"Diese Website verwendet <a href='http://www.piwik.org'>Piwik</a>, um die "
+"Besucherzugriffe auszuwerten."
#: ../../extend/addon/hzaddons/piwik/piwik.php:88
#, php-format
@@ -12554,7 +13126,10 @@ 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 "Wenn Du nicht möchtest, dass Deine Besuche zu diesem Zweck gespeichert werden, kannst Du <a href='%s'>ein Cookie setzen, welches Piwik davon abhält, Deine weiteren Besuche auf dieser Website zu verfolgen</a> (Opt-out)."
+msgstr ""
+"Wenn Du nicht möchtest, dass Deine Besuche zu diesem Zweck gespeichert "
+"werden, kannst Du <a href='%s'>ein Cookie setzen, welches Piwik davon "
+"abhält, Deine weiteren Besuche auf dieser Website zu verfolgen</a> (Opt-out)."
#: ../../extend/addon/hzaddons/piwik/piwik.php:96
msgid "Piwik Base URL"
@@ -12564,7 +13139,9 @@ msgstr "Piwik Basis-URL"
msgid ""
"Absolute path to your Piwik installation. (without protocol (http/s), with "
"trailing slash)"
-msgstr "Der absolute Pfad zu Deiner Piwik-Installation (ohne Protokoll (http/s), aber mit abschließendem Schrägstrich / )."
+msgstr ""
+"Der absolute Pfad zu Deiner Piwik-Installation (ohne Protokoll (http/s), "
+"aber mit abschließendem Schrägstrich / )."
#: ../../extend/addon/hzaddons/piwik/piwik.php:97
msgid "Site ID"
@@ -12596,7 +13173,8 @@ msgstr "Redmatrix-Fotoalbumimport"
#: ../../extend/addon/hzaddons/redphotos/redphotos.php:130
msgid "This will import all your Redmatrix photo albums to this channel."
-msgstr "Hiermit werden all deine Fotoalben von Redmatrix in diesen Kanal importiert."
+msgstr ""
+"Hiermit werden all deine Fotoalben von Redmatrix in diesen Kanal importiert."
#: ../../extend/addon/hzaddons/redphotos/redphotos.php:134
msgid "Import just this album"
@@ -12679,25 +13257,33 @@ msgstr "Neues Spiel"
#: ../../extend/addon/hzaddons/tictac/tictac.php:60
msgid "New game with handicap"
-msgstr "Neues Handicaü-Spiel"
+msgstr "Neues Handicap-Spiel"
#: ../../extend/addon/hzaddons/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 "3D Tic-Tac-Toe funktioniert wie das ursprüngliche Spiel, nur dass es auf mehreren Ebenen gleichzeitig gespielt wird."
+msgstr ""
+"3D Tic-Tac-Toe funktioniert wie das ursprüngliche Spiel, nur dass es auf "
+"mehreren Ebenen gleichzeitig gespielt wird."
#: ../../extend/addon/hzaddons/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 "In diesem Fall sind es drei Ebenen. Du gewinnst, wenn es dir gelingt drei in einer Reihe auf einer beliebigen Ebene oder diagonal über die verschiedenen Ebenen hinweg zu erreichen."
+msgstr ""
+"In diesem Fall sind es drei Ebenen. Du gewinnst, wenn es dir gelingt drei in "
+"einer Reihe auf einer beliebigen Ebene oder diagonal über die verschiedenen "
+"Ebenen hinweg zu erreichen."
#: ../../extend/addon/hzaddons/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 "Bei einem Handicap-Spiel wird die Position im Zentrum der mittleren Ebene gesperrt, da der Spieler der dieses Feld für sich beansprucht meist einen unfairen Vorteil hat."
+msgstr ""
+"Bei einem Handicap-Spiel wird die Position im Zentrum der mittleren Ebene "
+"gesperrt, da der Spieler der dieses Feld für sich beansprucht meist einen "
+"unfairen Vorteil hat."
#: ../../extend/addon/hzaddons/tictac/tictac.php:183
msgid "You go first..."
@@ -12722,7 +13308,7 @@ msgstr "Ich habe gewonnen!"
#: ../../extend/addon/hzaddons/pubcrawl/Mod_Pubcrawl.php:25
msgid "ActivityPub Protocol Settings updated."
-msgstr "ActivityPub Protokoll Einstellungen aktualisiert"
+msgstr "ActivityPub-Protokoll - Einstellungen aktualisiert"
#: ../../extend/addon/hzaddons/pubcrawl/Mod_Pubcrawl.php:34
msgid ""
@@ -12730,20 +13316,25 @@ msgid ""
"you make within that network may be unreachable from alternate channel "
"locations."
msgstr ""
+"Das ActivityPub-Protokoll ist nicht standortunabhängig. Verbindungen, die Du "
+"mit diesem Netzwerk eingehst, können von anderen Standorten (Klonen) dieses "
+"Kanals aus unerreichbar sein."
#: ../../extend/addon/hzaddons/pubcrawl/Mod_Pubcrawl.php:40
msgid "Activitypub Protocol App"
-msgstr ""
+msgstr "ActivityPub-Protokoll App"
#: ../../extend/addon/hzaddons/pubcrawl/Mod_Pubcrawl.php:50
msgid "Deliver to ActivityPub recipients in privacy groups"
-msgstr ""
+msgstr "Liefere an ActivityPub Empfänger in privaten Gruppen"
#: ../../extend/addon/hzaddons/pubcrawl/Mod_Pubcrawl.php:50
msgid ""
"May result in a large number of mentions and expose all the members of your "
"privacy group"
msgstr ""
+"Könnte zu einer großen Anzahl an Erwähnungen führen und die Mitglieder der "
+"privaten Gruppe exponieren."
#: ../../extend/addon/hzaddons/pubcrawl/Mod_Pubcrawl.php:54
msgid "Send multi-media HTML articles"
@@ -12751,11 +13342,12 @@ msgstr "Multimedia HTML Artikel versenden"
#: ../../extend/addon/hzaddons/pubcrawl/Mod_Pubcrawl.php:54
msgid "Not supported by some microblog services such as Mastodon"
-msgstr "Wird von einigen Microblogging-Plattformen wie Mastodon nicht unterstützt"
+msgstr ""
+"Wird von einigen Microblogging-Plattformen wie Mastodon nicht unterstützt"
#: ../../extend/addon/hzaddons/pubcrawl/Mod_Pubcrawl.php:62
msgid "Activitypub Protocol"
-msgstr ""
+msgstr "ActivityPub-Protokoll"
#: ../../extend/addon/hzaddons/testdrive/testdrive.php:104
#, php-format
@@ -12870,7 +13462,9 @@ msgstr "Nachricht für bevorzugte IDs"
#: ../../extend/addon/hzaddons/openclipatar/openclipatar.php:72
msgid "Message to display above preferred results."
-msgstr "Nachricht, die über den Ergebnissen mit den bevorzugten IDs angezeigt werden soll."
+msgstr ""
+"Nachricht, die über den Ergebnissen mit den bevorzugten IDs angezeigt werden "
+"soll."
#: ../../extend/addon/hzaddons/openclipatar/openclipatar.php:78
msgid "Uploaded by: "
@@ -12972,11 +13566,11 @@ msgstr ""
#: ../../extend/addon/hzaddons/skeleton/Mod_Skeleton.php:32
msgid "Skeleton App"
-msgstr ""
+msgstr "Skeleton App"
#: ../../extend/addon/hzaddons/skeleton/Mod_Skeleton.php:33
msgid "A skeleton for addons, you can copy/paste"
-msgstr ""
+msgstr "Ein Rumpf für Addons zum Kopieren und Einfügen"
#: ../../extend/addon/hzaddons/skeleton/Mod_Skeleton.php:40
msgid "Some setting"
@@ -13095,11 +13689,11 @@ msgstr "Bei pumpio veröffentlichen"
#: ../../extend/addon/hzaddons/superblock/Mod_Superblock.php:20
msgid "Superblock App"
-msgstr ""
+msgstr "Superblock App"
#: ../../extend/addon/hzaddons/superblock/Mod_Superblock.php:21
msgid "Block channels"
-msgstr ""
+msgstr "Blockiert Kanäle"
#: ../../extend/addon/hzaddons/superblock/Mod_Superblock.php:63
msgid "superblock settings updated"
@@ -13150,7 +13744,11 @@ 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 "Das Libravatar Addon ist ebenfalls installiert. Bitte deaktiviere entweder das Libreavatar oder das Gravatar Addon.<br>Das Libravatar Addon verwendet als Notfalllösung Gravatar, sollte bei Libravatar kein Profilbild gefunden werden."
+msgstr ""
+"Das Libravatar Addon ist ebenfalls installiert. Bitte deaktiviere entweder "
+"das Libreavatar oder das Gravatar Addon.<br>Das Libravatar Addon verwendet "
+"als Notfalllösung Gravatar, sollte bei Libravatar kein Profilbild gefunden "
+"werden."
#: ../../extend/addon/hzaddons/gravatar/gravatar.php:150
#: ../../extend/addon/hzaddons/xmpp/xmpp.php:43
@@ -13164,7 +13762,9 @@ msgstr "Standard-Avatarbild"
#: ../../extend/addon/hzaddons/gravatar/gravatar.php:151
msgid "Select default avatar image if none was found at Gravatar. See README"
-msgstr "Wähle das Standardprofilbild aus, sollte bei Gravatar keines gefunden werden. Beachte auch die README."
+msgstr ""
+"Wähle das Standardprofilbild aus, sollte bei Gravatar keines gefunden "
+"werden. Beachte auch die README."
#: ../../extend/addon/hzaddons/gravatar/gravatar.php:152
msgid "Rating of images"
@@ -13172,7 +13772,9 @@ msgstr "Bewertungen der Bilder"
#: ../../extend/addon/hzaddons/gravatar/gravatar.php:152
msgid "Select the appropriate avatar rating for your site. See README"
-msgstr "Wähle die für deine Seite angemessene Profilbildeinstufung. Beachte auch die README."
+msgstr ""
+"Wähle die für deine Seite angemessene Profilbildeinstufung. Beachte auch die "
+"README."
#: ../../extend/addon/hzaddons/gravatar/gravatar.php:165
msgid "Gravatar settings updated."
@@ -13194,7 +13796,9 @@ msgstr ""
msgid ""
"No consumer key pair for Twitter found. Please contact your site "
"administrator."
-msgstr "Es wurde kein Consumer-Schlüsselpaar für Twitter gefunden. Bitte kontaktiere deinen Seiten-Administrator."
+msgstr ""
+"Es wurde kein Consumer-Schlüsselpaar für Twitter gefunden. Bitte kontaktiere "
+"deinen Seiten-Administrator."
#: ../../extend/addon/hzaddons/twitter/Mod_Twitter.php:125
msgid ""
@@ -13203,7 +13807,12 @@ msgid ""
"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 "Auf diesem Hubzilla-Server ist das Twitter-Plugin aktiviert, aber Du hast Dich hier noch nicht mit Deinem Twitter-Konto verbunden. Um dies zu tun, klicke die Schaltfläche unten, um eine PIN von Twitter zu erhalten, die Du dann in das Eingabefeld darunter einfügen und das Formular bestätigen musst. Nur Deine <strong>öffentlichen</strong> Beiträge werden auf Twitter geteilt."
+msgstr ""
+"Auf diesem Hubzilla-Server ist das Twitter-Plugin aktiviert, aber Du hast "
+"Dich hier noch nicht mit Deinem Twitter-Konto verbunden. Um dies zu tun, "
+"klicke die Schaltfläche unten, um eine PIN von Twitter zu erhalten, die Du "
+"dann in das Eingabefeld darunter einfügen und das Formular bestätigen musst. "
+"Nur Deine <strong>öffentlichen</strong> Beiträge werden auf Twitter geteilt."
#: ../../extend/addon/hzaddons/twitter/Mod_Twitter.php:127
msgid "Log in with Twitter"
@@ -13224,7 +13833,11 @@ msgid ""
"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>Hinweis:</strong> Entsprechend Deiner Privatsphären-Einstellungen (<em>Profil-Details vor nicht angemeldeten Besuchern verbergen?</em>) kann ein ggf. zu Twitter geteilter Link Besucher auf eine leere Seite führen, die darüber informiert, dass der Zugriff zu Deinem Profil eingeschränkt ist."
+msgstr ""
+"<strong>Hinweis:</strong> Entsprechend Deiner Privatsphären-Einstellungen "
+"(<em>Profil-Details vor nicht angemeldeten Besuchern verbergen?</em>) kann "
+"ein ggf. zu Twitter geteilter Link Besucher auf eine leere Seite führen, die "
+"darüber informiert, dass der Zugriff zu Deinem Profil eingeschränkt ist."
#: ../../extend/addon/hzaddons/twitter/Mod_Twitter.php:157
msgid "Twitter post length"
@@ -13242,7 +13855,9 @@ msgstr "Standardmäßig öffentliche Beiträge bei Twitter veröffentlichen"
msgid ""
"If enabled your public postings will be posted to the associated Twitter "
"account by default"
-msgstr "Wenn aktiv werden deine öffentlichen Beiträge bei dem verbundenen Twitter Konto veröffentlicht werden."
+msgstr ""
+"Wenn aktiv werden deine öffentlichen Beiträge bei dem verbundenen Twitter "
+"Konto veröffentlicht werden."
#: ../../extend/addon/hzaddons/twitter/Mod_Twitter.php:171
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:291
@@ -13274,33 +13889,46 @@ msgstr "Projektersteller und Technischer Leiter"
msgid ""
"And the hundreds of other people and organisations who helped make the "
"Hubzilla possible."
-msgstr "Und die hunderte anderen Menschen und Organisationen, die geholfen haben Hubzilla möglich zu machen."
+msgstr ""
+"Und die hunderte anderen Menschen und Organisationen, die geholfen haben "
+"Hubzilla möglich zu machen."
#: ../../extend/addon/hzaddons/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 "Die Redmatrix/Hubzilla Projekte werden hauptsächlich von Freiwilligen bereitgestellt, die ihre Zeit und Expertise zur Verfügung stellen - und oft aus eigener Tasche für die Dienste zahlen, die sie mit anderen teilen."
+msgstr ""
+"Die Redmatrix/Hubzilla Projekte werden hauptsächlich von Freiwilligen "
+"bereitgestellt, die ihre Zeit und Expertise zur Verfügung stellen - und oft "
+"aus eigener Tasche für die Dienste zahlen, die sie mit anderen teilen."
#: ../../extend/addon/hzaddons/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 "Es gibt keine Finanzierung durch Firmen, keine Werbung und wir verkaufen Deine persönlichen Daten nicht. (Wir kontrollieren Deine persönlichen Daten nicht - <strong>das machst Du</strong>.)"
+msgstr ""
+"Es gibt keine Finanzierung durch Firmen, keine Werbung und wir verkaufen "
+"Deine persönlichen Daten nicht. (Wir kontrollieren Deine persönlichen Daten "
+"nicht - <strong>das machst Du</strong>.)"
#: ../../extend/addon/hzaddons/donate/donate.php:54
msgid ""
"Help support our ground-breaking work in decentralisation, web identity, and "
"privacy."
-msgstr "Hilf uns bei unserer wegweisenden Arbeit im Bereich der Dezantralisation, von Web-Identitäten und Privatsphäre."
+msgstr ""
+"Hilf uns bei unserer wegweisenden Arbeit im Bereich der Dezantralisation, "
+"von Web-Identitäten und Privatsphäre."
#: ../../extend/addon/hzaddons/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 "Die Spenden werden dafür verwendet Server und Dienste am laufen zu halten und helfen desweiteren innovative Neuerungen zu schaffen und die Entwicklung voran zu treiben."
+msgstr ""
+"Die Spenden werden dafür verwendet Server und Dienste am laufen zu halten "
+"und helfen desweiteren innovative Neuerungen zu schaffen und die Entwicklung "
+"voran zu treiben."
#: ../../extend/addon/hzaddons/donate/donate.php:59
msgid "Donate"
@@ -13310,7 +13938,9 @@ msgstr "Spenden"
msgid ""
"Choose a project, developer, or public hub to support with a one-time "
"donation"
-msgstr "Wähle ein Projekt, einen Entwickler oder einen öffentlichen Hub den du mit einer einmaligen Spende unterstützen willst."
+msgstr ""
+"Wähle ein Projekt, einen Entwickler oder einen öffentlichen Hub den du mit "
+"einer einmaligen Spende unterstützen willst."
#: ../../extend/addon/hzaddons/donate/donate.php:62
msgid "Donate Now"
@@ -13319,13 +13949,17 @@ msgstr "Jetzt spenden"
#: ../../extend/addon/hzaddons/donate/donate.php:63
msgid ""
"<strong><em>Or</em></strong> become a project sponsor (Hubzilla Project only)"
-msgstr "<strong><em>Oder</em></strong> werde ein Unterstützer des Projekts (ausschließlich Hubzilla)"
+msgstr ""
+"<strong><em>Oder</em></strong> werde ein Unterstützer des Projekts "
+"(ausschließlich Hubzilla)"
#: ../../extend/addon/hzaddons/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 "Bitte teile uns mit ob dein kompletter Name oder dein Vorname (oder gar nichts) auf unserer Sponsoren-Seite veröffentlicht werden soll."
+msgstr ""
+"Bitte teile uns mit ob dein kompletter Name oder dein Vorname (oder gar "
+"nichts) auf unserer Sponsoren-Seite veröffentlicht werden soll."
#: ../../extend/addon/hzaddons/donate/donate.php:65
msgid "Sponsor"
@@ -13544,7 +14178,8 @@ msgstr "Bestellung nicht gefunden"
#: ../../extend/addon/hzaddons/cart/manual_payments.php:7
msgid "Error: order mismatch. Please try again."
-msgstr "Fehler: Bestellungen stimmen nicht überein. Bitte versuche es noch einmal."
+msgstr ""
+"Fehler: Bestellungen stimmen nicht überein. Bitte versuche es noch einmal."
#: ../../extend/addon/hzaddons/cart/manual_payments.php:61
msgid "Manual payments are not enabled."
@@ -13782,7 +14417,10 @@ 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 "Beispiele: &quot;apps&quot;, &quot;network?f=&gid=37&quot; (Gruppen-gefilterte Beiträge), &quot;channel&quot; oder &quot;notifications/system&quot; (freilassen für die Standard-Netzwerkseite (grid)."
+msgstr ""
+"Beispiele: &quot;apps&quot;, &quot;network?f=&gid=37&quot; (Gruppen-"
+"gefilterte Beiträge), &quot;channel&quot; oder &quot;notifications/"
+"system&quot; (freilassen für die Standard-Netzwerkseite (grid)."
#: ../../extend/addon/hzaddons/startpage/Mod_Startpage.php:70
msgid "Startpage"
@@ -13800,7 +14438,9 @@ msgstr "Lösche Tabellen beim Deinstallieren?"
msgid ""
"If checked, the Rendezvous database tables will be deleted when the plugin "
"is uninstalled."
-msgstr "Wenn ausgewählt, werden die Rendezvous-Tabellen in der Datenbank gelöscht, sobald das Plugin deinstalliert wird."
+msgstr ""
+"Wenn ausgewählt, werden die Rendezvous-Tabellen in der Datenbank gelöscht, "
+"sobald das Plugin deinstalliert wird."
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:97
msgid "Mapbox Access Token"
@@ -13810,7 +14450,10 @@ msgstr "Mapbox Zugangs-Token"
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 "Wenn Du ein Mapbox Zugangs-Token eingibst, werden die Kartendaten (Kacheln) damit von Mapbox geladen, anstatt von OpenStreetMap, welches die Voreinstellung ist."
+msgstr ""
+"Wenn Du ein Mapbox Zugangs-Token eingibst, werden die Kartendaten (Kacheln) "
+"damit von Mapbox geladen, anstatt von OpenStreetMap, welches die "
+"Voreinstellung ist."
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:162
msgid "Rendezvous"
@@ -13821,7 +14464,11 @@ 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 "Diese Identität wurde von einem anderen Mitglied aufgrund von Inaktivität gelöscht. Bitte klicke auf \"Neue Identität\" oder aktualisiere die Website im Browser, um eine neue Identität zu registrieren. Du kannst dabei den selben Namen verwenden."
+msgstr ""
+"Diese Identität wurde von einem anderen Mitglied aufgrund von Inaktivität "
+"gelöscht. Bitte klicke auf \"Neue Identität\" oder aktualisiere die Website "
+"im Browser, um eine neue Identität zu registrieren. Du kannst dabei den "
+"selben Namen verwenden."
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:168
msgid "Welcome to Rendezvous!"
@@ -13832,7 +14479,11 @@ 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 "Gib Deinen Namen ein, um diesem Rendezvous beizutreten. Um Deinen Standort mit anderen Mitgliedern zu teilen, klicke auf das GPS Symbol. Sobald Dein Standort ermittelt ist, erscheint ein roter Punkt, und die Anderen werden Dich auf der Karte sehen können."
+msgstr ""
+"Gib Deinen Namen ein, um diesem Rendezvous beizutreten. Um Deinen Standort "
+"mit anderen Mitgliedern zu teilen, klicke auf das GPS Symbol. Sobald Dein "
+"Standort ermittelt ist, erscheint ein roter Punkt, und die Anderen werden "
+"Dich auf der Karte sehen können."
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:171
msgid "Let's meet here"
@@ -13866,7 +14517,10 @@ msgstr "Annäherungsalarm bearbeiten"
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 "Ein Annäherungsalarm wird ausgelöst werden, sobald sich dieses Mitglied innerhalb eines bestimmten Radius von Dir aufhält.<br><br>Gib einen Radius in Metern ein (0 zum Abschalten der Funktion):"
+msgstr ""
+"Ein Annäherungsalarm wird ausgelöst werden, sobald sich dieses Mitglied "
+"innerhalb eines bestimmten Radius von Dir aufhält.<br><br>Gib einen Radius "
+"in Metern ein (0 zum Abschalten der Funktion):"
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:180
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:185
@@ -13882,7 +14536,10 @@ msgstr "Entfernung für Annäherungsalarm (in Metern)"
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 "Ein Annäherungsalarm wird ausgelöst werden, sobald Du Dich innerhalb eines bestimmten Radius der Markierung aufhält.<br><br>Gib einen Radius in Metern ein (0 zum Abschalten der Funktion):"
+msgstr ""
+"Ein Annäherungsalarm wird ausgelöst werden, sobald Du Dich innerhalb eines "
+"bestimmten Radius der Markierung aufhält.<br><br>Gib einen Radius in Metern "
+"ein (0 zum Abschalten der Funktion):"
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:183
msgid "Marker proximity alert"
@@ -13895,7 +14552,9 @@ msgstr "Erinnerungshinweis"
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:187
msgid ""
"Enter a note to be displayed when you are within the specified proximity..."
-msgstr "Gib eine Nachricht ein, die angezeigt werden soll, wenn Du Dich in der festgelegten Nähe befindest..."
+msgstr ""
+"Gib eine Nachricht ein, die angezeigt werden soll, wenn Du Dich in der "
+"festgelegten Nähe befindest..."
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:199
msgid "Add new rendezvous"
@@ -13907,11 +14566,18 @@ msgid ""
"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 "Erstelle ein neues Rendezvous und teile den Zugriffslink mit allen, die Du in die Gruppe einladen möchtest. Die, die den Link öffnen, werden Mitglieder des Rendezvous. Sie können die Standorte der anderen Mitglieder sehen, Marker zur Karte hinzufügen oder ihre eigenen Standorte mit der Gruppe teilen."
+msgstr ""
+"Erstelle ein neues Rendezvous und teile den Zugriffslink mit allen, die Du "
+"in die Gruppe einladen möchtest. Die, die den Link öffnen, werden Mitglieder "
+"des Rendezvous. Sie können die Standorte der anderen Mitglieder sehen, "
+"Marker zur Karte hinzufügen oder ihre eigenen Standorte mit der Gruppe "
+"teilen."
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:232
msgid "You have no rendezvous. Press the button above to create a rendezvous!"
-msgstr "Du hast kein Rendezvous. Drücke den Knopf oben, um ein Rendezvous zu erstellen!"
+msgstr ""
+"Du hast kein Rendezvous. Drücke den Knopf oben, um ein Rendezvous zu "
+"erstellen!"
#: ../../extend/addon/hzaddons/wppost/wppost.php:46
msgid "Post to WordPress"
@@ -13951,7 +14617,8 @@ msgstr "WordPress blogid"
#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:78
msgid "For multi-user sites such as wordpress.com, otherwise leave blank"
-msgstr "Nötig für Mehrbenutzer Seiten wie wordpress.com, andernfalls frei lassen"
+msgstr ""
+"Nötig für Mehrbenutzer Seiten wie wordpress.com, andernfalls frei lassen"
#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:82
msgid "Post to WordPress by default"
@@ -13984,7 +14651,9 @@ msgstr "Friendica-Fotoalbumimport"
#: ../../extend/addon/hzaddons/frphotos/frphotos.php:93
msgid "This will import all your Friendica photo albums to this Red channel."
-msgstr "Hiermit werden all deine Fotoalben von Friendica in diesen Hubzilla Kanal importiert."
+msgstr ""
+"Hiermit werden all deine Fotoalben von Friendica in diesen Hubzilla Kanal "
+"importiert."
#: ../../extend/addon/hzaddons/frphotos/frphotos.php:94
msgid "Friendica Server base URL"
@@ -14158,11 +14827,11 @@ msgstr "Nachrichtenkopf-Einstellungen gespeichert."
#: ../../extend/addon/hzaddons/pageheader/Mod_Pageheader.php:34
msgid "Page Header App"
-msgstr ""
+msgstr "Page Header App"
#: ../../extend/addon/hzaddons/pageheader/Mod_Pageheader.php:35
msgid "Inserts a page header"
-msgstr ""
+msgstr "Zeigt einen Seitenkopf an"
#: ../../extend/addon/hzaddons/pageheader/Mod_Pageheader.php:43
msgid "Message to display on every page on this server"
@@ -14170,7 +14839,7 @@ msgstr "Nachricht, die auf jeder Seite dieses Servers angezeigt werden soll"
#: ../../extend/addon/hzaddons/pageheader/Mod_Pageheader.php:51
msgid "Page Header"
-msgstr ""
+msgstr "Page Header"
#: ../../extend/addon/hzaddons/hubwall/hubwall.php:19
msgid "Send email to all members"
@@ -14262,7 +14931,7 @@ msgstr "verliebt"
#: ../../extend/addon/hzaddons/moremoods/moremoods.php:32
msgid "in lust"
-msgstr ""
+msgstr "gamsig"
#: ../../extend/addon/hzaddons/moremoods/moremoods.php:33
msgid "naked"
@@ -14420,7 +15089,9 @@ msgstr ""
msgid ""
"Valid examples include A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, Asus2Add4, "
"E7b13b11 ..."
-msgstr "Einige gültige Beispiele: A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, Asus2Add4, E7b13b11 ..."
+msgstr ""
+"Einige gültige Beispiele: A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, "
+"Asus2Add4, E7b13b11 ..."
#: ../../extend/addon/hzaddons/chords/Mod_Chords.php:51
msgid "Guitar Chords"
@@ -14458,7 +15129,9 @@ msgstr "Kachelserver-URL"
msgid ""
"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank"
"\">public tile servers</a>"
-msgstr "Eine Liste <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">öffentlicher Kachelserver</a>"
+msgstr ""
+"Eine Liste <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank"
+"\">öffentlicher Kachelserver</a>"
#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:171
msgid "Nominatim (reverse geocoding) Server URL"
@@ -14468,7 +15141,9 @@ msgstr "Nominatim (reverse Geokodierung) Server URL"
msgid ""
"A list of <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" target="
"\"_blank\">Nominatim servers</a>"
-msgstr "Eine Liste der <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\">Nominatim Server</a>"
+msgstr ""
+"Eine Liste der <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" "
+"target=\"_blank\">Nominatim Server</a>"
#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:172
msgid "Default zoom"
@@ -14477,7 +15152,9 @@ msgstr "Standardzoom"
#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:172
msgid ""
"The default zoom level. (1:world, 18:highest, also depends on tile server)"
-msgstr "Die Standard-Vergrößerungsstufe (1:Welt, 18:höchste, hängt außerdem vom Kachelserver ab)."
+msgstr ""
+"Die Standard-Vergrößerungsstufe (1:Welt, 18:höchste, hängt außerdem vom "
+"Kachelserver ab)."
#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:173
msgid "Include marker on map"
@@ -14493,7 +15170,9 @@ msgstr "Ein Konto wurde für Sie erstellt."
#: ../../extend/addon/hzaddons/ldapauth/ldapauth.php:77
msgid "Authentication successful but rejected: account creation is disabled."
-msgstr "Authentifizierung war erfolgreich, wurde aber abgewiesen! Das Anlegen von Konten wurde deaktiviert."
+msgstr ""
+"Authentifizierung war erfolgreich, wurde aber abgewiesen! Das Anlegen von "
+"Konten wurde deaktiviert."
#: ../../extend/addon/hzaddons/sendzid/Mod_Sendzid.php:14
msgid "Send your identity to all websites"
@@ -14713,7 +15392,8 @@ msgstr "Hubzilla-Datenspeicher-Import"
#: ../../extend/addon/hzaddons/hzfiles/hzfiles.php:82
msgid "This will import all your cloud files from another server."
-msgstr "Hiermit werden alle Deine Cloud-Dateien von einem anderen Server importiert."
+msgstr ""
+"Hiermit werden alle Deine Cloud-Dateien von einem anderen Server importiert."
#: ../../extend/addon/hzaddons/hzfiles/hzfiles.php:83
msgid "Hubzilla Server base URL"
@@ -14787,11 +15467,15 @@ msgstr ""
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
-msgstr "Bitte kontaktiere den Administrator deines Hubs.<br />Die angegebene API URL ist nicht korrekt."
+msgstr ""
+"Bitte kontaktiere den Administrator deines Hubs.<br />Die angegebene API URL "
+"ist nicht korrekt."
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:98
msgid "We could not contact the GNU social API with the Path you entered."
-msgstr "Mit dem angegebenen Pfad war es uns nicht möglich, die GNU social API zu erreichen."
+msgstr ""
+"Mit dem angegebenen Pfad war es uns nicht möglich, die GNU social API zu "
+"erreichen."
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:130
msgid "GNU social settings updated."
@@ -14811,7 +15495,11 @@ 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 "Für einige GNU social Server sind voreingestellte OAuth Schlüsselpaare verfügbar. Solltest du einen dieser Server benutzen, dann verwende bitte diese Schlüssel. <br />Falls nicht, stelle stattdessen eine Verbindung zu irgend einem anderen GNU social Server her (siehe unten)."
+msgstr ""
+"Für einige GNU social Server sind voreingestellte OAuth Schlüsselpaare "
+"verfügbar. Solltest du einen dieser Server benutzen, dann verwende bitte "
+"diese Schlüssel. <br />Falls nicht, stelle stattdessen eine Verbindung zu "
+"irgend einem anderen GNU social Server her (siehe unten)."
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:198
msgid "Provide your own OAuth Credentials"
@@ -14824,7 +15512,13 @@ msgid ""
"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 "Kein Consumer-Schlüsselpaar für GNU social gefunden. Registriere deinen Hubzilla-Account als Desktop-Client bei deinem GNU social Account, kopiere das Consumer-Schlüsselpaar hierher und gib die API-URL ein.<br />Bevor du dein eigenes Consumer-Schlüsselpaar registrierst, frage den Administrator dieses Hubzilla-Servers, ob schon ein Schlüsselpaar für diesen Hubzilla-Server auf diesem GNU social-Server existiert."
+msgstr ""
+"Kein Consumer-Schlüsselpaar für GNU social gefunden. Registriere deinen "
+"Hubzilla-Account als Desktop-Client bei deinem GNU social Account, kopiere "
+"das Consumer-Schlüsselpaar hierher und gib die API-URL ein.<br />Bevor du "
+"dein eigenes Consumer-Schlüsselpaar registrierst, frage den Administrator "
+"dieses Hubzilla-Servers, ob schon ein Schlüsselpaar für diesen Hubzilla-"
+"Server auf diesem GNU social-Server existiert."
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:204
msgid "OAuth Consumer Key"
@@ -14852,7 +15546,11 @@ msgid ""
"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 "Um dich mit deinem GNU social Konto zu verbinden, klicke den Button unten und kopiere dann den Sicherheitscode von GNU social in das Formular weiter unten. Es werden ausschließlich deine <strong>öffentlichen</strong> Beiträge auf GNU social veröffentlicht."
+msgstr ""
+"Um dich mit deinem GNU social Konto zu verbinden, klicke den Button unten "
+"und kopiere dann den Sicherheitscode von GNU social in das Formular weiter "
+"unten. Es werden ausschließlich deine <strong>öffentlichen</strong> Beiträge "
+"auf GNU social veröffentlicht."
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:241
msgid "Log in with GNU social"
@@ -14880,7 +15578,12 @@ msgid ""
"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>Hinweis:</strong> Entsprechend Deiner Privatsphären-Einstellungen (<em>Profil-Details vor nicht angemeldeten Besuchern verbergen?</em>) kann ein ggf. zu GNU social geteilter Link in öffentlichen Beiträgen Besucher auf eine leere Seite führen, die darüber informiert, dass der Zugriff zu Deinem Profil eingeschränkt ist."
+msgstr ""
+"<strong>Hinweis:</strong> Entsprechend Deiner Privatsphären-Einstellungen "
+"(<em>Profil-Details vor nicht angemeldeten Besuchern verbergen?</em>) kann "
+"ein ggf. zu GNU social geteilter Link in öffentlichen Beiträgen Besucher auf "
+"eine leere Seite führen, die darüber informiert, dass der Zugriff zu Deinem "
+"Profil eingeschränkt ist."
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:282
msgid "Post to GNU social by default"
@@ -14890,7 +15593,9 @@ msgstr "Standardmäßig bei GNU social veröffentlichen"
msgid ""
"If enabled your public postings will be posted to the associated GNU-social "
"account by default"
-msgstr "Wenn aktiv werden all deine öffentlichen Beiträge standardmäßig bei dem verbundenen GNU social Konto veröffentlicht."
+msgstr ""
+"Wenn aktiv werden all deine öffentlichen Beiträge standardmäßig bei dem "
+"verbundenen GNU social Konto veröffentlicht."
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:303
msgid "GNU-Social Crosspost Connector"
@@ -14921,7 +15626,10 @@ 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 "Wenn aktiviert, werden die Mitglieder automatisch auf dem EJabber Server, der auf dieser Maschine installiert ist, angemeldet und die Zugangsdaten werden über das \"auth_ejabberd.php\"-Script synchronisiert."
+msgstr ""
+"Wenn aktiviert, werden die Mitglieder automatisch auf dem EJabber Server, "
+"der auf dieser Maschine installiert ist, angemeldet und die Zugangsdaten "
+"werden über das \"auth_ejabberd.php\"-Script synchronisiert."
#: ../../extend/addon/hzaddons/xmpp/Mod_Xmpp.php:23
msgid "XMPP settings updated."
@@ -14929,11 +15637,11 @@ msgstr "XMPP-Einstellungen aktualisiert."
#: ../../extend/addon/hzaddons/xmpp/Mod_Xmpp.php:35
msgid "XMPP App"
-msgstr ""
+msgstr "XMPP App"
#: ../../extend/addon/hzaddons/xmpp/Mod_Xmpp.php:36
msgid "Embedded XMPP (Jabber) client"
-msgstr ""
+msgstr "Ein XMPP (Jabber) Client"
#: ../../extend/addon/hzaddons/xmpp/Mod_Xmpp.php:52
msgid "Individual credentials"
@@ -14978,15 +15686,18 @@ msgid ""
"The GNU-Social protocol does not support location independence. Connections "
"you make within that network may be unreachable from alternate channel "
"locations."
-msgstr "Das GNU-Social-Protokoll unterstützt keine Server-unabhängigen Identitäten. Verbindungen, die Du mit diesem Netzwerk eingehst, können von anderen Orten (Klonen) dieses Kanals aus unerreichbar sein."
+msgstr ""
+"Das GNU-Social-Protokoll ist nicht standortunabhängig. Verbindungen, die Du "
+"mit diesem Netzwerk eingehst, können von anderen Standorten (Klonen) dieses "
+"Kanals aus unerreichbar sein."
#: ../../extend/addon/hzaddons/gnusoc/Mod_Gnusoc.php:22
msgid "GNU-Social Protocol App"
-msgstr ""
+msgstr "GNU-Social-Protokoll App"
#: ../../extend/addon/hzaddons/gnusoc/Mod_Gnusoc.php:34
msgid "GNU-Social Protocol"
-msgstr ""
+msgstr "GNU-Social-Protokoll"
#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:174
msgid "Not allowed."
@@ -15016,7 +15727,10 @@ msgstr "Neue Termine hier erstellen"
msgid ""
"You can accept new connections and change permissions for existing ones "
"here. You can also e.g. create groups of contacts."
-msgstr "Du kannst hier neue Verbindungen akzeptieren sowie die Einstellungen bereits vorhandener Vebindungen bearbeiten. Außerdem kannst Du Verbindungen in Gruppen zusammenfassen."
+msgstr ""
+"Du kannst hier neue Verbindungen akzeptieren sowie die Einstellungen bereits "
+"vorhandener Vebindungen bearbeiten. Außerdem kannst Du Verbindungen in "
+"Gruppen zusammenfassen."
#: ../../extend/addon/hzaddons/tour/tour.php:82
msgid "System notifications will arrive here"
@@ -15042,11 +15756,15 @@ msgstr "Du benötigst Hilfe? Klicke hier."
msgid ""
"New events have occurred in your network. Click here to see what has "
"happened!"
-msgstr "In Deinem Netzwerk gibt es neue Ereignisse. Klicke hier, um zu sehen, was passiert ist!"
+msgstr ""
+"In Deinem Netzwerk gibt es neue Ereignisse. Klicke hier, um zu sehen, was "
+"passiert ist!"
#: ../../extend/addon/hzaddons/tour/tour.php:88
msgid "You have received a new private message. Click here to see from who!"
-msgstr "Du hast eine neue private Nachricht erhalten. Klicke hier, um zu sehen, von wem!"
+msgstr ""
+"Du hast eine neue private Nachricht erhalten. Klicke hier, um zu sehen, von "
+"wem!"
#: ../../extend/addon/hzaddons/tour/tour.php:89
msgid "There are events this week. Click here too see which!"
@@ -15054,12 +15772,16 @@ msgstr "Es gibt neue Termine diese Woche. Klicke hier, um zu sehen, welche!"
#: ../../extend/addon/hzaddons/tour/tour.php:90
msgid "You have received a new introduction. Click here to see who!"
-msgstr "Du hast eine neue Verbindungsanfrage erhalten. Klicke hier, um zu sehen, wer es ist!"
+msgstr ""
+"Du hast eine neue Verbindungsanfrage erhalten. Klicke hier, um zu sehen, wer "
+"es ist!"
#: ../../extend/addon/hzaddons/tour/tour.php:91
msgid ""
"There is a new system notification. Click here to see what has happened!"
-msgstr "Es gibt eine neue Systembenachrichtigung. Klicke hier, um zu sehen, was passiert ist!"
+msgstr ""
+"Es gibt eine neue Systembenachrichtigung. Klicke hier, um zu sehen, was "
+"passiert ist!"
#: ../../extend/addon/hzaddons/tour/tour.php:94
msgid "Click here to share text, images, videos and sound."
@@ -15067,11 +15789,15 @@ msgstr "Klicke hier, um Texte, Bilder, Videos und Klänge zu teilen."
#: ../../extend/addon/hzaddons/tour/tour.php:95
msgid "You can write an optional title for your update (good for long posts)."
-msgstr "Du kannst Deinem Beitrag einen optionalen Titel geben (gut für lange Beiträge)."
+msgstr ""
+"Du kannst Deinem Beitrag einen optionalen Titel geben (gut für lange "
+"Beiträge)."
#: ../../extend/addon/hzaddons/tour/tour.php:96
msgid "Entering some categories here makes it easier to find your post later."
-msgstr "Ein paar Kategorien hier einzugeben, macht es leichter, Deinen Beitrag später wiederzufinden."
+msgstr ""
+"Ein paar Kategorien hier einzugeben, macht es leichter, Deinen Beitrag "
+"später wiederzufinden."
#: ../../extend/addon/hzaddons/tour/tour.php:97
msgid "Share photos, links, location, etc."
@@ -15080,7 +15806,9 @@ msgstr "Teile Photos, Links, Standort, usw."
#: ../../extend/addon/hzaddons/tour/tour.php:98
msgid ""
"Only want to share content for a while? Make it expire at a certain date."
-msgstr "Du möchtest diesen Inhalt nur für eine Weile teilen? Dann lass ihn zu einem bestimmten Datum ablaufen."
+msgstr ""
+"Du möchtest diesen Inhalt nur für eine Weile teilen? Dann lass ihn zu einem "
+"bestimmten Datum ablaufen."
#: ../../extend/addon/hzaddons/tour/tour.php:99
msgid "You can password protect content."
@@ -15105,7 +15833,9 @@ msgstr "Zeige nur Beträge von Kanälen, die in einer bestimmten Gruppe sind."
#: ../../extend/addon/hzaddons/tour/tour.php:110
msgid ""
"Easily find posts containing tags (keywords preceded by the \"#\" symbol)."
-msgstr "Finde Beiträge, die bestimmte Tags enthalten (Stichworte, die mit dem \"#\"-Symbol beginnen)."
+msgstr ""
+"Finde Beiträge, die bestimmte Tags enthalten (Stichworte, die mit dem \"#\"-"
+"Symbol beginnen)."
#: ../../extend/addon/hzaddons/tour/tour.php:111
msgid "Easily find posts in given category."
@@ -15119,7 +15849,10 @@ msgstr "Finde Beiträge anhand des Datums."
msgid ""
"Suggested users who have volounteered to be shown as suggestions, and who we "
"think you might find interesting."
-msgstr "Vorgeschlagene Kanäle, die in ihren Einstellungen zugestimmt haben, als Vorschläge angezeigt zu werden, und die Du eventuell interessant finden könntest."
+msgstr ""
+"Vorgeschlagene Kanäle, die in ihren Einstellungen zugestimmt haben, als "
+"Vorschläge angezeigt zu werden, und die Du eventuell interessant finden "
+"könntest."
#: ../../extend/addon/hzaddons/tour/tour.php:114
msgid "Here you see channels you have connected to."
@@ -15127,20 +15860,28 @@ msgstr "Hier siehst du die Kanäle, mit denen Du verbunden bist."
#: ../../extend/addon/hzaddons/tour/tour.php:115
msgid "Save your search so you can repeat it at a later date."
-msgstr "Speichere Deine Suche, so dass Du sie später leicht erneut durchführen kannst."
+msgstr ""
+"Speichere Deine Suche, so dass Du sie später leicht erneut durchführen "
+"kannst."
#: ../../extend/addon/hzaddons/tour/tour.php:118
msgid ""
"If you see this icon you can be sure that the sender is who it say it is. It "
"is normal that it is not always possible to verify the sender, so the icon "
"will be missing sometimes. There is usually no need to worry about that."
-msgstr "Wenn Du dieses Symbol siehst, kannst Du weitgehend sicher sein, dass der Ansender dem angegebenen entspricht. Nicht immer ist es möglich, den Absender zu verifizieren, daher fehlt das Symbol mitunter. Das ist aber in der Regel kein Grund zur Sorge."
+msgstr ""
+"Wenn Du dieses Symbol siehst, kannst Du weitgehend sicher sein, dass der "
+"Ansender dem angegebenen entspricht. Nicht immer ist es möglich, den "
+"Absender zu verifizieren, daher fehlt das Symbol mitunter. Das ist aber in "
+"der Regel kein Grund zur Sorge."
#: ../../extend/addon/hzaddons/tour/tour.php:119
msgid ""
"Danger! It seems someone tried to forge a message! This message is not "
"necessarily from who it says it is from!"
-msgstr "Vorsicht! Es kann sein, dass jemand versucht, eine Nachricht zu fälschen! Diese Nachricht muss nicht unbedingt vom angegebenen Absender stammen!"
+msgstr ""
+"Vorsicht! Es kann sein, dass jemand versucht, eine Nachricht zu fälschen! "
+"Diese Nachricht muss nicht unbedingt vom angegebenen Absender stammen!"
#: ../../extend/addon/hzaddons/tour/tour.php:126
msgid ""
@@ -15148,7 +15889,12 @@ msgid ""
"pause it at any time and continue where you left off by reloading the page, "
"or navigting to another page.</p><p>You can also advance by pressing the "
"return key"
-msgstr "Willkommen zu Hubzilla! Möchtest Du eine Tour der Benutzeroberfläche angezeigt bekommen?</p><p>Du kannst zu jeder Zeit pausieren und fortsetzen, wo Du aufgehört hast, indem Du die Seite neu lädtst, oder zu einer anderen Seite springst.</p><p>Du kannst auc durch das Drücken der Enter-Taste weitergehen."
+msgstr ""
+"Willkommen zu Hubzilla! Möchtest Du eine Tour der Benutzeroberfläche "
+"angezeigt bekommen?</p><p>Du kannst zu jeder Zeit pausieren und fortsetzen, "
+"wo Du aufgehört hast, indem Du die Seite neu lädtst, oder zu einer anderen "
+"Seite springst.</p><p>Du kannst auc durch das Drücken der Enter-Taste "
+"weitergehen."
#: ../../extend/addon/hzaddons/nsabait/Mod_Nsabait.php:20
#: ../../extend/addon/hzaddons/nsabait/Mod_Nsabait.php:24
@@ -15232,7 +15978,10 @@ 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 "Bitte berücksichtige, dass Diaspora und Friendica Statistiken nur solche einschließen, die **diesem Verzeichnis** bekannt sind, nicht alle im Netzwerk bekannten. Das gilt auch für Chaträume."
+msgstr ""
+"Bitte berücksichtige, dass Diaspora und Friendica Statistiken nur solche "
+"einschließen, die **diesem Verzeichnis** bekannt sind, nicht alle im "
+"Netzwerk bekannten. Das gilt auch für Chaträume."
#: ../../extend/addon/hzaddons/nofed/Mod_Nofed.php:21
msgid "nofed Settings saved."
@@ -15414,7 +16163,7 @@ msgstr ""
#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:42
msgid "Diaspora Protocol Settings updated."
-msgstr "Diaspora Protokoll Einstellungen aktualisiert"
+msgstr "Diaspora-Protokoll - Einstellungen aktualisiert."
#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:51
msgid ""
@@ -15422,14 +16171,18 @@ msgid ""
"you make within that network may be unreachable from alternate channel "
"locations."
msgstr ""
+"Das Diaspora-Protokoll ist nicht standortunabhängig. Verbindungen, die Du "
+"mit diesem Netzwerk eingehst, können von anderen Standorten (Klonen) dieses "
+"Kanals aus unerreichbar sein."
#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:57
msgid "Diaspora Protocol App"
-msgstr ""
+msgstr "Diaspora-Protokoll App"
#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:74
msgid "Allow any Diaspora member to comment on your public posts"
-msgstr "Erlaube jedem Diaspora Nutzer deine öffentlichen Beiträge zu kommentieren"
+msgstr ""
+"Erlaube jedem Diaspora Nutzer deine öffentlichen Beiträge zu kommentieren"
#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:78
msgid "Prevent your hashtags from being redirected to other sites"
@@ -15437,7 +16190,9 @@ msgstr "Verhindern, dass Deine Hashtags zu anderen Seiten umgeleitet werden"
#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:82
msgid "Sign and forward posts and comments with no existing Diaspora signature"
-msgstr "Signieren und Weiterleiten von Beiträgen und Kommentaren ohne vorhandene Diaspora-Signatur"
+msgstr ""
+"Signieren und Weiterleiten von Beiträgen und Kommentaren ohne vorhandene "
+"Diaspora-Signatur"
#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:87
msgid "Followed hashtags (comma separated, do not include the #)"
@@ -15445,17 +16200,20 @@ msgstr "Verfolgte Hashtags (Komma separierte Liste, ohne die #)"
#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:96
msgid "Diaspora Protocol"
-msgstr ""
+msgstr "Diaspora-Protokoll"
#: ../../extend/addon/hzaddons/msgfooter/msgfooter.php:47
msgid "text to include in all outgoing posts from this site"
-msgstr "Test der in alle Beiträge angefügt werden soll, die von dieser Seite ausgehen"
+msgstr ""
+"Test der in alle Beiträge angefügt werden soll, die von dieser Seite ausgehen"
#: ../../extend/addon/hzaddons/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 "Wir haben ein Problem mit der OpenID festgestellt, mit der Du Dich anmelden wolltest. Bitte überprüfe sie noch einmal."
+msgstr ""
+"Wir haben ein Problem mit der OpenID festgestellt, mit der Du Dich anmelden "
+"wolltest. Bitte überprüfe sie noch einmal."
#: ../../extend/addon/hzaddons/openid/openid.php:49
msgid "The error message was:"
diff --git a/view/de-de/hstrings.php b/view/de-de/hstrings.php
index 5e16040e2..7321fac1c 100644
--- a/view/de-de/hstrings.php
+++ b/view/de-de/hstrings.php
@@ -2,7 +2,7 @@
if(! function_exists("string_plural_select_de_de")) {
function string_plural_select_de_de($n){
- return ($n != 1 ? 1 : 0);
+ return ($n != 1 ? 1 : 0);
}}
App::$rtl = 0;
App::$strings["plural_function_code"] = "(n != 1 ? 1 : 0)";
@@ -32,7 +32,7 @@ App::$strings["Set maximum width of content region in pixel"] = "Maximalbreite d
App::$strings["Leave empty for default width"] = "Leer lassen für Standardbreite";
App::$strings["Set size of conversation author photo"] = "Größe der Avatare von Themenstartern";
App::$strings["Set size of followup author photos"] = "Größe der Avatare von Kommentatoren";
-App::$strings["Show advanced settings"] = "";
+App::$strings["Show advanced settings"] = "Einstellungen für Fortgeschrittene";
App::$strings["Directory Options"] = "Verzeichnisoptionen";
App::$strings["Safe Mode"] = "Sicherer Modus";
App::$strings["Public Forums Only"] = "Nur öffentliche Foren";
@@ -77,7 +77,7 @@ App::$strings["Search"] = "Suche";
App::$strings["Search site @name, !forum, #tag, ?docs, content"] = "Hub durchsuchen: @Name, !Forum, #Schlagwort, ?Dokumentation, Inhalt";
App::$strings["Admin"] = "Administration";
App::$strings["Site Setup and Configuration"] = "Seiten-Einrichtung und -Konfiguration";
-App::$strings["Loading"] = "Lädt...";
+App::$strings["Loading"] = "Lädt";
App::$strings["@name, !forum, #tag, ?doc, content"] = "@Name, !Forum, #Schlagwort, ?Dokumentation, Inhalt";
App::$strings["Please wait..."] = "Bitte warten...";
App::$strings["Add Apps"] = "Apps hinzufügen";
@@ -259,7 +259,6 @@ App::$strings["__ctx:noun__ Not Attending"] = array(
0 => "Absage",
1 => "Absagen",
);
-App::$strings["__ctx:noun__ Undecided"] = "Unentschieden";
App::$strings["__ctx:noun__ Agree"] = array(
0 => "Zustimmung",
1 => "Zustimmungen",
@@ -435,7 +434,7 @@ App::$strings["Remote channel or protocol unavailable."] = "Externer Kanal oder
App::$strings["Channel discovery failed."] = "Kanalsuche fehlgeschlagen";
App::$strings["Protocol disabled."] = "Protokoll deaktiviert.";
App::$strings["Cannot connect to yourself."] = "Du kannst Dich nicht mit Dir selbst verbinden.";
-App::$strings["View PDF"] = "";
+App::$strings["View PDF"] = "PDF anzeigen";
App::$strings[" by "] = "von";
App::$strings[" on "] = "am";
App::$strings["Embedded content"] = "Eingebetteter Inhalt";
@@ -597,7 +596,7 @@ App::$strings["likes"] = "gefällt";
App::$strings["dislike"] = "verurteile";
App::$strings["dislikes"] = "missfällt";
App::$strings["Item was not found."] = "Beitrag wurde nicht gefunden.";
-App::$strings["Unknown error."] = "";
+App::$strings["Unknown error."] = "Unbekannter Fehler.";
App::$strings["No source file."] = "Keine Quelldatei.";
App::$strings["Cannot locate file to replace"] = "Kann Datei zum Ersetzen nicht finden";
App::$strings["Cannot locate file to revise/update"] = "Kann Datei zum Prüfen/Aktualisieren nicht finden";
@@ -775,7 +774,7 @@ App::$strings["invalid target signature"] = "Ungültige Signatur des Ziels";
App::$strings["Off"] = "Aus";
App::$strings["On"] = "An";
App::$strings["Start calendar week on Monday"] = "Beginne die kalendarische Woche am Montag";
-App::$strings["Default is Sunday"] = "";
+App::$strings["Default is Sunday"] = "Standard ist Sonntag";
App::$strings["Event Timezone Selection"] = "Termin-Zeitzonenauswahl";
App::$strings["Allow event creation in timezones other than your own."] = "Ermögliche das Erstellen von Terminen in anderen Zeitzonen als Deiner eigenen.";
App::$strings["Channel Home"] = "Mein Kanal";
@@ -783,11 +782,11 @@ App::$strings["Search by Date"] = "Suche nach Datum";
App::$strings["Ability to select posts by date ranges"] = "Möglichkeit, Beiträge nach Zeiträumen auszuwählen";
App::$strings["Tag Cloud"] = "Schlagwort-Wolke";
App::$strings["Provide a personal tag cloud on your channel page"] = "Aktiviert die Anzeige einer Schlagwort-Wolke (Tag Cloud) auf Deiner Kanal-Seite";
-App::$strings["Use blog/list mode"] = "";
-App::$strings["Comments will be displayed separately"] = "";
+App::$strings["Use blog/list mode"] = "Beitragsmodus verwenden";
+App::$strings["Comments will be displayed separately"] = "Kommentare werden separat angezeigt";
App::$strings["Connection Filtering"] = "Filter für Verbindungen";
App::$strings["Filter incoming posts from connections based on keywords/content"] = "Ermöglicht die Filterung eingehender Beiträge anhand von Schlüsselwörtern (muss an der Verbindung konfiguriert werden)";
-App::$strings["Conversation"] = "";
+App::$strings["Conversation"] = "Unterhaltung";
App::$strings["Community Tagging"] = "Gemeinschaftliches Verschlagworten";
App::$strings["Ability to tag existing posts"] = "Ermöglicht das Verschlagworten existierender Beiträge";
App::$strings["Emoji Reactions"] = "Emoji Reaktionen";
@@ -796,12 +795,12 @@ App::$strings["Dislike Posts"] = "Gefällt-mir-nicht-Beiträge";
App::$strings["Ability to dislike posts/comments"] = "Aktiviert die „Gefällt mir nicht“-Schaltfläche";
App::$strings["Star Posts"] = "Beiträge mit Sternchen versehen";
App::$strings["Ability to mark special posts with a star indicator"] = "Ermöglicht die lokale Markierung spezieller Beiträge mit einem Sternchen-Symbol";
-App::$strings["Reply on comment"] = "";
-App::$strings["Ability to reply on selected comment"] = "";
+App::$strings["Reply on comment"] = "Auf Kommentare antworten";
+App::$strings["Ability to reply on selected comment"] = "Ermöglicht es Kommentare zu beantworten";
App::$strings["Directory"] = "Verzeichnis";
App::$strings["Advanced Directory Search"] = "Erweiterte Verzeichnissuche";
App::$strings["Allows creation of complex directory search queries"] = "Ermöglicht die Erstellung komplexer Verzeichnis-Suchabfragen";
-App::$strings["Editor"] = "";
+App::$strings["Editor"] = "Editieren";
App::$strings["Post Categories"] = "Beitrags-Kategorien";
App::$strings["Add categories to your posts"] = "Aktiviert Kategorien für Beiträge";
App::$strings["Large Photos"] = "Große Fotos";
@@ -820,24 +819,24 @@ App::$strings["Suppress Duplicate Posts/Comments"] = "Doppelte Beiträge unterdr
App::$strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Verhindert, dass innerhalb von zwei Minuten Beiträge mit identischem Inhalt veröffentlicht werden.";
App::$strings["Auto-save drafts of posts and comments"] = "Auto-Speicherung von Beitrags- und Kommentarentwürfen";
App::$strings["Automatically saves post and comment drafts in local browser storage to help prevent accidental loss of compositions"] = "Speichert Deine Beitrags- und Kommentarentwürfe automatisch im lokalen Browserspeicher und hilft so, versehentlichem Verlust dieser Inhalte vorzubeugen";
-App::$strings["Manage"] = "";
+App::$strings["Manage"] = "Verwalten";
App::$strings["Navigation Channel Select"] = "Kanal-Auswahl in der Navigationsleiste";
App::$strings["Change channels directly from within the navigation dropdown menu"] = "Ermöglicht den direkten Wechsel zu anderen Kanälen über das Navigationsmenü";
App::$strings["Network"] = "Netzwerk";
App::$strings["Saved Searches"] = "Gespeicherte Suchanfragen";
App::$strings["Save search terms for re-use"] = "Ermöglicht das Abspeichern von Suchbegriffen zur Wiederverwendung";
App::$strings["Ability to file posts under folders"] = "Möglichkeit, Beiträge in Verzeichnissen zu sammeln";
-App::$strings["Alternate Stream Order"] = "";
-App::$strings["Ability to order the stream by last post date, last comment date or unthreaded activities"] = "";
-App::$strings["Contact Filter"] = "";
-App::$strings["Ability to display only posts of a selected contact"] = "";
-App::$strings["Forum Filter"] = "";
-App::$strings["Ability to display only posts of a specific forum"] = "";
-App::$strings["Personal Posts Filter"] = "";
-App::$strings["Ability to display only posts that you've interacted on"] = "";
+App::$strings["Alternate Stream Order"] = "Stream anders anordnen";
+App::$strings["Ability to order the stream by last post date, last comment date or unthreaded activities"] = "Ermöglicht es den Stream anhand des Beitragsdatums, des letzten Kommentars oder der letzten Aktivitäten anzuordnen";
+App::$strings["Contact Filter"] = "Nach Kontakt filtern";
+App::$strings["Ability to display only posts of a selected contact"] = "Ermöglicht es nur Beiträge eines Kontakts anzuzeigen";
+App::$strings["Forum Filter"] = "Nach Forum filtern";
+App::$strings["Ability to display only posts of a specific forum"] = "Ermöglicht es die Beiträge eines bestimmten Forums heraus zu filtern";
+App::$strings["Personal Posts Filter"] = "Nach eigenen Beiträgen filtern";
+App::$strings["Ability to display only posts that you've interacted on"] = "Ermöglicht es nach Beiträgen mit eigenen Inhalten zu filtern";
App::$strings["Photo Location"] = "Aufnahmeort";
App::$strings["If location data is available on uploaded photos, link this to a map."] = "Verlinkt den Aufnahmeort von Fotos (falls verfügbar) auf einer Karte";
-App::$strings["Profiles"] = "";
+App::$strings["Profiles"] = "Profile";
App::$strings["Advanced Profiles"] = "Erweiterte Profile";
App::$strings["Additional profile sections and selections"] = "Stellt zusätzliche Bereiche und Felder im Profil zur Verfügung";
App::$strings["Profile Import/Export"] = "Profil-Import/Export";
@@ -897,28 +896,28 @@ App::$strings["Member registrations waiting for confirmation"] = "Nutzer-Anmeldu
App::$strings["Channels"] = "Kanäle";
App::$strings["Security"] = "Sicherheit";
App::$strings["Features"] = "Funktionen";
-App::$strings["Addons"] = "";
+App::$strings["Addons"] = "Addons";
App::$strings["Themes"] = "Designs";
App::$strings["Inspect queue"] = "Warteschlange kontrollieren";
App::$strings["Profile Fields"] = "Profil Felder";
App::$strings["DB updates"] = "DB-Aktualisierungen";
App::$strings["Logs"] = "Protokolle";
-App::$strings["Addon Features"] = "";
+App::$strings["Addon Features"] = "Addon-Eigenschaften";
App::$strings["photo/image"] = "Foto/Bild";
App::$strings["Chat Members"] = "Chatmitglieder";
App::$strings["Select Channel"] = "Kanal auswählen";
App::$strings["Read-write"] = "Lesen-schreiben";
App::$strings["Read-only"] = "Nur Lesen";
-App::$strings["Channel Calendar"] = "";
-App::$strings["CalDAV Calendars"] = "";
-App::$strings["Shared CalDAV Calendars"] = "";
+App::$strings["Channel Calendar"] = "Kalender des Kanals";
+App::$strings["CalDAV Calendars"] = "CalDAV Kalender";
+App::$strings["Shared CalDAV Calendars"] = "Geteilte CalDAV Kalender";
App::$strings["Share this calendar"] = "Diesen Kalender teilen";
App::$strings["Calendar name and color"] = "Kalendername und -farbe";
-App::$strings["Create new CalDAV calendar"] = "";
+App::$strings["Create new CalDAV calendar"] = "Erstelle einen neuen CalDAV Kalender";
App::$strings["Create"] = "Erstelle";
App::$strings["Calendar Name"] = "Kalendername";
App::$strings["Calendar Tools"] = "Kalenderwerkzeuge";
-App::$strings["Channel Calendars"] = "";
+App::$strings["Channel Calendars"] = "Kalender von Kanälen";
App::$strings["Import calendar"] = "Kalender importieren";
App::$strings["Select a calendar to import to"] = "Kalender zum Hineinimportieren auswählen";
App::$strings["Addressbooks"] = "Adressbücher";
@@ -939,9 +938,9 @@ App::$strings["Communicate"] = "Kommunizieren";
App::$strings["View your channel homepage"] = "Deine Kanal-Startseite ansehen";
App::$strings["View your network stream"] = "Deine Netzwerk-Aktivitäten ansehen";
App::$strings["Documentation"] = "Dokumentation";
-App::$strings["Missing Features?"] = "";
-App::$strings["Pin apps to navigation bar"] = "";
-App::$strings["Install more apps"] = "";
+App::$strings["Missing Features?"] = "Fehlt etwas?";
+App::$strings["Pin apps to navigation bar"] = "Apps anpinnen an die Navigation";
+App::$strings["Install more apps"] = "Weitere Apps installieren";
App::$strings["View public stream"] = "Zeige öffentlichen Beitrags-Stream";
App::$strings["New Member Links"] = "Links für neue Mitglieder";
App::$strings["New Network Activity"] = "Neue Netzwerk-Aktivitäten";
@@ -949,7 +948,7 @@ App::$strings["New Network Activity Notifications"] = "Benachrichtigungen für n
App::$strings["View your network activity"] = "Zeige Deine Netzwerk-Aktivitäten";
App::$strings["Mark all notifications read"] = "Alle Benachrichtigungen als gesehen markieren";
App::$strings["Show new posts only"] = "Zeige nur neue Beiträge";
-App::$strings["Filter by name or address"] = "";
+App::$strings["Filter by name or address"] = "Nach Name oder Adresse filtern";
App::$strings["New Home Activity"] = "Neue Kanal-Aktivitäten";
App::$strings["New Home Activity Notifications"] = "Benachrichtigungen für neue Kanal-Aktivitäten";
App::$strings["View your home activity"] = "Zeige Deine Kanal-Aktivitäten";
@@ -999,9 +998,9 @@ App::$strings["Ignore/Hide"] = "Ignorieren/Verstecken";
App::$strings["Suggestions"] = "Vorschläge";
App::$strings["See more..."] = "Mehr anzeigen …";
App::$strings["Suggested Chatrooms"] = "Chatraum-Vorschläge";
-App::$strings["App Collections"] = "";
-App::$strings["Installed apps"] = "";
-App::$strings["Available Apps"] = "";
+App::$strings["App Collections"] = "App-Sammlungen";
+App::$strings["Installed apps"] = "Installierte Apps";
+App::$strings["Available Apps"] = "Verfügbare Apps";
App::$strings["You have %1$.0f of %2$.0f allowed connections."] = "Du bist %1$.0f von maximal %2$.0f erlaubten Verbindungen eingegangen.";
App::$strings["Add New Connection"] = "Neue Verbindung hinzufügen";
App::$strings["Enter channel address"] = "Adresse des Kanals eingeben";
@@ -1040,7 +1039,7 @@ App::$strings["Can post on my channel (wall) page"] = "Kann auf meiner Kanal-Sei
App::$strings["Can comment on or like my posts"] = "Darf meine Beiträge kommentieren und mögen/nicht mögen";
App::$strings["Can send me private mail messages"] = "Kann mir private Nachrichten schicken";
App::$strings["Can like/dislike profiles and profile things"] = "Kann Profile und Profilsachen mögen/nicht mögen";
-App::$strings["Can forward to all my channel connections via ! mentions in posts"] = "";
+App::$strings["Can forward to all my channel connections via ! mentions in posts"] = "Kann über ! Erwähnungen in Beiträgen an alle Verbindungen des Kanals weiterleiten";
App::$strings["Can chat with me"] = "Kann mit mir chatten";
App::$strings["Can source my public posts in derived channels"] = "Kann meine öffentlichen Beiträge als Quellen für Kanäle verwenden";
App::$strings["Can administer my channel"] = "Kann meinen Kanal administrieren";
@@ -1049,9 +1048,9 @@ App::$strings["Welcome %s. Remote authentication successful."] = "Willkommen %s.
App::$strings["This channel is limited to %d tokens"] = "Dieser Kanal ist auf %d Token begrenzt";
App::$strings["Name and Password are required."] = "Name und Passwort sind erforderlich.";
App::$strings["Token saved."] = "Token gespeichert.";
-App::$strings["Guest Access App"] = "";
-App::$strings["Not Installed"] = "";
-App::$strings["Create access tokens so that non-members can access private content"] = "";
+App::$strings["Guest Access App"] = "Gastzugang App";
+App::$strings["Not Installed"] = "Nicht Installiert";
+App::$strings["Create access tokens so that non-members can access private content"] = "Erzeuge ein Token, so dass Nichtmitglieder Zugang zu privaten Inhalten bekommen können";
App::$strings["Use this form to create temporary access identifiers to share things with non-members. These identities may be used in Access Control Lists and visitors may login using these credentials to access private content."] = "Mit diesem Formular kannst Du temporäre Zugangs-IDs anlegen, um Inhalte mit Nicht-Mitgliedern zu teilen. Die IDs können in Berechtigungslisten (ACLs) verwendet werden, und Besucher können sich damit einloggen, um auf private Inhalte zuzugreifen.";
App::$strings["You may also provide <em>dropbox</em> style access links to friends and associates by adding the Login Password to any specific site URL as shown. Examples:"] = "Du kannst auch <em>Dropbox</em>-ähnliche Zugriffslinks an Andere weitergeben, indem du das Login-Passwort an eine entsprechende URL anhängst wie nachfolgend gezeigt. Beispiele:";
App::$strings["Guest Access Tokens"] = "Gastzugangstoken";
@@ -1078,13 +1077,13 @@ App::$strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s nimmt an %2\$ss %
App::$strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s nimmt vielleicht an %2\$ss %3\$s teil";
App::$strings["Action completed."] = "Aktion durchgeführt.";
App::$strings["Thank you."] = "Vielen Dank.";
-App::$strings["Permission category name is required."] = "";
+App::$strings["Permission category name is required."] = "Es wird ein Name für die Berechtigungsrolle benötigt.";
App::$strings["Permission category saved."] = "Berechtigungsrolle gespeichert.";
-App::$strings["Permission Categories App"] = "";
+App::$strings["Permission Categories App"] = "Berechtigungsrollen App";
App::$strings["Create custom connection permission limits"] = "";
App::$strings["Use this form to create permission rules for various classes of people or connections."] = "Verwende dieses Formular, um Berechtigungsrollen für verschiedene Gruppen von Personen oder Verbindungen zu erstellen.";
App::$strings["Permission Categories"] = "Berechtigungsrollen";
-App::$strings["Permission category name"] = "";
+App::$strings["Permission category name"] = "Name der Berechtigungsrolle";
App::$strings["Item not available."] = "Element nicht verfügbar.";
App::$strings["Invalid item."] = "Ungültiges Element.";
App::$strings["Channel not found."] = "Kanal nicht gefunden.";
@@ -1094,20 +1093,20 @@ App::$strings["vcard"] = "VCard";
App::$strings["Privacy group created."] = "Gruppe wurde erstellt.";
App::$strings["Could not create privacy group."] = "Gruppe konnte nicht erstellt werden.";
App::$strings["Privacy group updated."] = "Gruppe wurde aktualisiert.";
-App::$strings["Privacy Groups App"] = "";
-App::$strings["Management of privacy groups"] = "";
-App::$strings["Add Group"] = "";
-App::$strings["Privacy group name"] = "";
+App::$strings["Privacy Groups App"] = "Anwendung für private Gruppen";
+App::$strings["Management of privacy groups"] = "Verwalte private Gruppen";
+App::$strings["Add Group"] = "Gruppe hinzufügen";
+App::$strings["Privacy group name"] = "Gruppenname";
App::$strings["Members are visible to other channels"] = "Mitglieder sind sichtbar für andere Kanäle";
App::$strings["Members"] = "Mitglieder";
App::$strings["Privacy group removed."] = "Gruppe wurde entfernt.";
App::$strings["Unable to remove privacy group."] = "Gruppe konnte nicht entfernt werden.";
-App::$strings["Privacy Group: %s"] = "";
+App::$strings["Privacy Group: %s"] = "Gruppe: %s";
App::$strings["Privacy group name: "] = "Gruppenname:";
-App::$strings["Delete Group"] = "";
-App::$strings["Group members"] = "";
-App::$strings["Not in this group"] = "";
-App::$strings["Click a channel to toggle membership"] = "";
+App::$strings["Delete Group"] = "Gruppe löschen";
+App::$strings["Group members"] = "Gruppenmitglieder";
+App::$strings["Not in this group"] = "Nichtmitglieder";
+App::$strings["Click a channel to toggle membership"] = "Ein Klick auf den Kanal wechselt die Mitgliedschaft";
App::$strings["Failed to create source. No channel selected."] = "Konnte die Quelle nicht anlegen. Kein Kanal ausgewählt.";
App::$strings["Source created."] = "Quelle erstellt.";
App::$strings["Source updated."] = "Quelle aktualisiert.";
@@ -1123,8 +1122,8 @@ App::$strings["Leave blank to import all public content"] = "Leer lassen, um all
App::$strings["Channel Name"] = "Name des Kanals";
App::$strings["Add the following categories to posts imported from this source (comma separated)"] = "Füge die folgenden Kategorien zu Beiträgen, die aus dieser Quelle importiert werden, hinzu (kommagetrennt)";
App::$strings["Optional"] = "Optional";
-App::$strings["Resend posts with this channel as author"] = "";
-App::$strings["Copyrights may apply"] = "";
+App::$strings["Resend posts with this channel as author"] = "Sende die Beiträge neu mit diesem Kanal als Autor";
+App::$strings["Copyrights may apply"] = "Berücksichtige gegebenenfalls vorhandene Urheberrechte";
App::$strings["Source not found."] = "Quelle nicht gefunden.";
App::$strings["Edit Source"] = "Quelle bearbeiten";
App::$strings["Delete Source"] = "Quelle löschen";
@@ -1157,8 +1156,8 @@ App::$strings["View/edit your channel settings"] = "Deine Kanaleinstellungen ans
App::$strings["View the site or project documentation"] = "Die Website-/Projektdokumentation ansehen";
App::$strings["Visit your channel homepage"] = "Deine Kanal-Startseite aufrufen";
App::$strings["View your connections and/or add somebody whose address you already know"] = "Deine Verbindungen ansehen und/oder jemanden hinzufügen, dessen Kanal-Adresse Du bereits kennst";
-App::$strings["View your personal stream (this may be empty until you add some connections)"] = "Deinen persönlichen Beitragsstrom ansehen (dieser kann leer sein, bis Du ein paar Verbindungen hinzugefügt hast)";
-App::$strings["View the public stream. Warning: this content is not moderated"] = "Den öffentlichen Beitragsstrom ansehen. Warnung: Diese Inhalte sind nicht moderiert.";
+App::$strings["View your personal stream (this may be empty until you add some connections)"] = "Deinen persönlichen Stream an Beiträgen ansehen (dieser kann leer sein, bis Du ein paar Verbindungen hinzugefügt hast)";
+App::$strings["View the public stream. Warning: this content is not moderated"] = "Den öffentlichen Stream an Beiträgen ansehen. Warnung: Diese Inhalte sind nicht moderiert.";
App::$strings["Account removals are not allowed within 48 hours of changing the account password."] = "Das Löschen von Konten innerhalb 48 Stunden nachdem deren Passwort geändert wurde ist nicht erlaubt.";
App::$strings["Remove This Account"] = "Dieses Konto löschen";
App::$strings["WARNING: "] = "WARNUNG: ";
@@ -1168,8 +1167,8 @@ App::$strings["Please enter your password for verification:"] = "Bitte gib zur B
App::$strings["Remove this account, all its channels and all its channel clones from the network"] = "Dieses Konto, all seine Kanäle sowie alle Kanal-Klone aus dem Netzwerk löschen";
App::$strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Standardmäßig werden nur die Kanalklone auf diesem \$Projectname-Hub aus dem Netzwerk entfernt";
App::$strings["Remove Account"] = "Konto entfernen";
-App::$strings["Remote Diagnostics App"] = "";
-App::$strings["Perform diagnostics on remote channels"] = "";
+App::$strings["Remote Diagnostics App"] = "Ferndiagnose App";
+App::$strings["Perform diagnostics on remote channels"] = "Entfernt liegende Kanäle diagnostizieren";
App::$strings["Name and Secret are required"] = "Name und Geheimnis werden benötigt";
App::$strings["Update"] = "Aktualisieren";
App::$strings["OAuth2 Apps Manager App"] = "";
@@ -1199,7 +1198,7 @@ App::$strings["Item not found"] = "Element nicht gefunden";
App::$strings["Item is not editable"] = "Element kann nicht bearbeitet werden.";
App::$strings["Edit post"] = "Bearbeite Beitrag";
App::$strings["Continue"] = "Fortfahren";
-App::$strings["Premium Channel App"] = "";
+App::$strings["Premium Channel App"] = "Premium-Kanal App";
App::$strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Ermöglicht es, Einschränkungen und Bedingungen für Verbindungen dieses Kanals festzulegen";
App::$strings["Premium Channel Setup"] = "Premium-Kanal-Einrichtung";
App::$strings["Enable premium channel connection restrictions"] = "Einschränkungen für einen Premium-Kanal aktivieren";
@@ -1237,19 +1236,19 @@ App::$strings["No entries (some entries may be hidden)."] = "Keine Einträge gef
App::$strings["Post not found."] = "Beitrag nicht gefunden.";
App::$strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s hat %2\$ss %3\$s mit %4\$s verschlagwortet";
App::$strings["No service class restrictions found."] = "Keine Dienstklassenbeschränkungen gefunden.";
-App::$strings["Affinity Tool settings updated."] = "";
-App::$strings["This app presents a slider control in your connection editor and also on your network page. The slider represents your degree of friendship (affinity) with each connection. It allows you to zoom in or out and display conversations from only your closest friends or everybody in your stream."] = "";
-App::$strings["Affinity Tool App"] = "";
-App::$strings["The numbers below represent the minimum and maximum slider default positions for your network/stream page as a percentage."] = "";
+App::$strings["Affinity Tool settings updated."] = "Beziehungsgrad - Einstellungen aktualisiert.";
+App::$strings["This app presents a slider control in your connection editor and also on your network page. The slider represents your degree of friendship (affinity) with each connection. It allows you to zoom in or out and display conversations from only your closest friends or everybody in your stream."] = "Diese App liefert einen Schieberegler in den Verbindungseinstellungen und dem Stream. Dieser Schieberegler repräsentiert den Grad der Beziehung zur jeweiligen Verbindung. Damit kannst Du hinein und heraus zoomen um nur die Unterhaltungen mit deinen engsten Freunden oder mit Jedem im Stream anzuzeigen.";
+App::$strings["Affinity Tool App"] = "Beziehungsgrad App";
+App::$strings["The numbers below represent the minimum and maximum slider default positions for your network/stream page as a percentage."] = "Die Zahlen unten bezeichnen in Prozenten den minimalen und maximalen Standardwert des Beziehungsgrads im Stream.";
App::$strings["Default maximum affinity level"] = "Voreinstellung für maximalen Beziehungsgrad";
App::$strings["0-99 default 99"] = "0-99 - Standard 99";
App::$strings["Default minimum affinity level"] = "Voreinstellung für minimalen Beziehungsgrad";
App::$strings["0-99 - default 0"] = "0-99 - Standard 0";
-App::$strings["Persistent affinity levels"] = "";
-App::$strings["If disabled the max and min levels will be reset to default after page reload"] = "";
-App::$strings["Affinity Tool Settings"] = "";
+App::$strings["Persistent affinity levels"] = "Beziehungsgrade persistent machen";
+App::$strings["If disabled the max and min levels will be reset to default after page reload"] = "Im deaktivierten Zustand werden nach einem erneuten Laden der Seite die Standard-Beziehungsgrade eingestellt.";
+App::$strings["Affinity Tool Settings"] = "Beziehungsgrad - Einstellungen";
App::$strings["Please login."] = "Bitte melde dich an.";
-App::$strings["Directory Settings"] = "";
+App::$strings["Directory Settings"] = "Verzeichnis-Einstellungen";
App::$strings["%s - (Incompatible)"] = "%s - (Inkompatibel)";
App::$strings["%s - (Experimental)"] = "%s – (experimentell)";
App::$strings["Display Settings"] = "Anzeige-Einstellungen";
@@ -1272,19 +1271,19 @@ App::$strings["Manual conversation updates"] = "Manuelle Konversationsaktualisie
App::$strings["Default is on, turning this off may increase screen jumping"] = "Voreinstellung ist An, dies abzuschalten kann das unerwartete Springen der Seitenanzeige erhöhen.";
App::$strings["Link post titles to source"] = "Beitragstitel zum Originalbeitrag verlinken";
App::$strings["Display new member quick links menu"] = "Zeigt neuen Mitgliedern ein Menü mit Schnell-Links zu wichtigen Funktionen";
-App::$strings["Calendar Settings"] = "";
-App::$strings["Photos Settings"] = "";
-App::$strings["Profiles Settings"] = "";
-App::$strings["Events Settings"] = "";
-App::$strings["Max height of content (in pixels)"] = "";
-App::$strings["Click to expand content exceeding this height"] = "";
-App::$strings["Stream Settings"] = "";
-App::$strings["Editor Settings"] = "";
-App::$strings["Settings saved."] = "";
-App::$strings["Settings saved. Reload page please."] = "";
-App::$strings["Conversation Settings"] = "";
+App::$strings["Calendar Settings"] = "Kalender - Einstellungen";
+App::$strings["Photos Settings"] = "Fotos - Einstellungen";
+App::$strings["Profiles Settings"] = "Profile - Einstellungen";
+App::$strings["Events Settings"] = "Ereignisse - Einstellungen";
+App::$strings["Max height of content (in pixels)"] = "Maximale Höhe des Inhalts (in Pixeln)";
+App::$strings["Click to expand content exceeding this height"] = "Höherer Inhalt wird erst nach einem Klick angezeigt";
+App::$strings["Stream Settings"] = "Stream - Einstellungen";
+App::$strings["Editor Settings"] = "Editor - Einstellungen";
+App::$strings["Settings saved."] = "Einstellungen gespeichert.";
+App::$strings["Settings saved. Reload page please."] = "Einstellungen gespeichert. Bitte die Seite neu laden.";
+App::$strings["Conversation Settings"] = "Unterhaltung - Einstellungen";
App::$strings["Additional Features"] = "Zusätzliche Funktionen";
-App::$strings["Connections Settings"] = "";
+App::$strings["Connections Settings"] = "Verbindungen - Einstellungen";
App::$strings["Settings updated."] = "Einstellungen aktualisiert.";
App::$strings["Nobody except yourself"] = "Niemand außer Dir selbst";
App::$strings["Only those you specifically allow"] = "Nur die, denen Du es explizit erlaubst";
@@ -1299,7 +1298,7 @@ App::$strings["Allow us to suggest you as a potential friend to new members?"] =
App::$strings["or"] = "oder";
App::$strings["Your channel address is"] = "Deine Kanal-Adresse lautet";
App::$strings["Your files/photos are accessible via WebDAV at"] = "Deine Dateien/Fotos sind via WebDAV verfügbar auf";
-App::$strings["Automatic membership approval"] = "";
+App::$strings["Automatic membership approval"] = "Automatische Mitgliederbestätigung";
App::$strings["If enabled, connection requests will be approved without your interaction"] = "Ist dies aktiviert, werden Verbindungsanfragen ohne Deine aktive Zustimmung bestätigt.";
App::$strings["Channel Settings"] = "Kanal-Einstellungen";
App::$strings["Basic Settings"] = "Grundeinstellungen";
@@ -1352,7 +1351,7 @@ App::$strings["You are tagged in a post"] = "Du in einem Beitrag erwähnt wurdes
App::$strings["You are poked/prodded/etc. in a post"] = "Du in einem Beitrag angestupst/geknufft/o.ä. wurdest";
App::$strings["Someone likes your post/comment"] = "Jemand mag Ihren Beitrag/Kommentar";
App::$strings["Show visual notifications including:"] = "Visuelle Benachrichtigungen anzeigen für:";
-App::$strings["Unseen stream activity"] = "";
+App::$strings["Unseen stream activity"] = "Ungesehene Aktivität im Stream";
App::$strings["Unseen channel activity"] = "Ungesehene Kanal-Aktivität";
App::$strings["Unseen private messages"] = "Ungelesene persönliche Nachrichten";
App::$strings["Recommended"] = "Empfohlen";
@@ -1366,9 +1365,9 @@ App::$strings["System critical alerts"] = "System – kritische Warnungen";
App::$strings["New connections"] = "Neue Verbindungen";
App::$strings["System Registrations"] = "System – Registrierungen";
App::$strings["Unseen shared files"] = "Ungesehene geteilte Dateien";
-App::$strings["Unseen public stream activity"] = "";
+App::$strings["Unseen public stream activity"] = "Ungesehene Aktivität im öffentlichen Stream";
App::$strings["Unseen likes and dislikes"] = "Ungesehene Likes und Dislikes";
-App::$strings["Unseen forum posts"] = "";
+App::$strings["Unseen forum posts"] = "Ungesehene Beiträge im Forum";
App::$strings["Email notification hub (hostname)"] = "Hub für E-Mail-Benachrichtigungen (Hostname)";
App::$strings["If your channel is mirrored to multiple hubs, set this to your preferred location. This will prevent duplicate email notifications. Example: %s"] = "Wenn Dein Kanal auf mehreren Hubs geklont ist, setze die Einstellung auf deinen bevorzugten Hub. Dies verhindert Mehrfachzustellung von E-Mail-Benachrichtigungen. Beispiel: %s";
App::$strings["Show new wall posts, private messages and connections under Notices"] = "Zeige neue Pinnwand Beiträge, private Nachrichten und Verbindungen unter den Notizen an.";
@@ -1399,9 +1398,9 @@ App::$strings["Enter New Password"] = "Gib ein neues Passwort ein";
App::$strings["Confirm New Password"] = "Bestätige das neue Passwort";
App::$strings["Leave password fields blank unless changing"] = "Lasse die Passwort-Felder leer, außer Du möchtest das Passwort ändern";
App::$strings["Remove this account including all its channels"] = "Dieses Konto inklusive all seiner Kanäle löschen";
-App::$strings["Channel Manager Settings"] = "";
+App::$strings["Channel Manager Settings"] = "Kanal verwalten - Einstellungen";
App::$strings["Personal menu to display in your channel pages"] = "Eigenes Menü zur Anzeige auf den Seiten deines Kanals";
-App::$strings["Channel Home Settings"] = "";
+App::$strings["Channel Home Settings"] = "Mein Kanal - Einstellungen";
App::$strings["Layout Name"] = "Layout-Name";
App::$strings["Layout Description (Optional)"] = "Layout-Beschreibung (optional)";
App::$strings["Edit Layout"] = "Layout bearbeiten";
@@ -1410,10 +1409,10 @@ App::$strings["Profile Visibility Editor"] = "Profil-Sichtbarkeits-Editor";
App::$strings["Click on a contact to add or remove."] = "Klicke auf einen Kontakt, um ihn hinzuzufügen oder zu entfernen.";
App::$strings["Visible To"] = "Sichtbar für";
App::$strings["All Connections"] = "Alle Verbindungen";
-App::$strings["Notes App"] = "";
-App::$strings["A simple notes app with a widget (note: notes are not encrypted)"] = "";
+App::$strings["Notes App"] = "Notizen App";
+App::$strings["A simple notes app with a widget (note: notes are not encrypted)"] = "Eine einfache Notiz App mit einem Widget (Hinweis: Die Notizen sind unverschlüsselt)";
App::$strings["Authentication failed."] = "Authentifizierung fehlgeschlagen.";
-App::$strings["Webpages App"] = "";
+App::$strings["Webpages App"] = "Webseiten App";
App::$strings["Provide managed web pages on your channel"] = "Ermöglicht das Erstellen von Webseiten in Deinem Kanal";
App::$strings["Import Webpage Elements"] = "Webseitenelemente importieren";
App::$strings["Import selected"] = "Import ausgewählt";
@@ -1436,7 +1435,7 @@ App::$strings["Image resize failed."] = "Bild-Anpassung fehlgeschlagen.";
App::$strings["Image upload failed."] = "Hochladen des Bilds fehlgeschlagen.";
App::$strings["Unable to process image."] = "Kann Bild nicht verarbeiten.";
App::$strings["Photo not available."] = "Foto nicht verfügbar.";
-App::$strings["Your cover photo may be visible to anybody on the internet"] = "";
+App::$strings["Your cover photo may be visible to anybody on the internet"] = "Dein Cover könnte für alle im Internet sichtbar sein.";
App::$strings["Upload File:"] = "Datei hochladen:";
App::$strings["Select a profile:"] = "Wähle ein Profil:";
App::$strings["Change Cover Photo"] = "Titelbild ändern";
@@ -1545,7 +1544,7 @@ App::$strings["Edit event"] = "Termin bearbeiten";
App::$strings["Delete event"] = "Termin löschen";
App::$strings["calendar"] = "Kalender";
App::$strings["Failed to remove event"] = "Termin konnte nicht gelöscht werden";
-App::$strings["Articles App"] = "";
+App::$strings["Articles App"] = "Artikel App";
App::$strings["Create interactive articles"] = "Erstelle interaktive Artikel";
App::$strings["Add Article"] = "Artikel hinzufügen";
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."] = "Die hier aufgeführten Hubs sind öffentlich und erlauben die Registrierung im \$Projectname Netzwerk. Alle Hubs dieses Netzwerks sind miteinander verbunden, so dass die Mitgliedschaft auf einem Hub die Verbindung zu beliebigen Seiten und Kanälen auf anderen Hubs ermöglicht. Es könnte sein, dass einige dieser Hubs kostenpflichtig sind oder abgestufte, je nach Umfang kostenpflichtige Mitgliedschaften anbieten. Auf den Seiten der einzelnen Hubs <strong>könnten</strong> jeweils nähere Informationen dazu stehen.";
@@ -1556,16 +1555,16 @@ App::$strings["Stats"] = "Statistiken";
App::$strings["Software"] = "Software";
App::$strings["Rate"] = "Bewerten";
App::$strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du hast %1$.0f von maximal %2$.0f erlaubten Kanälen eingerichtet.";
-App::$strings["Your real name is recommended."] = "";
+App::$strings["Your real name is recommended."] = "Du solltest Deinen wirklichen Namen angeben.";
App::$strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\""] = "Beispiele: „Horst Weidinger“, „Lisa und ihr Meerschweinchen“, „Fußball“, „Segelflieger-Forum“ ";
-App::$strings["This will be used to create a unique network address (like an email address)."] = "";
-App::$strings["Allowed characters are a-z 0-9, - and _"] = "";
-App::$strings["Channel name"] = "";
+App::$strings["This will be used to create a unique network address (like an email address)."] = "Daraus wird eine eindeutige Netzwerkadresse (ähnlich einer Emailadresse) erzeugt.";
+App::$strings["Allowed characters are a-z 0-9, - and _"] = "Zulässige Zeichen sind a-z 0-9, - und _";
+App::$strings["Channel name"] = "Name des Kanals";
App::$strings["Choose a short nickname"] = "Wähle einen kurzen Spitznamen";
-App::$strings["Select a channel permission role compatible with your usage needs and privacy requirements."] = "";
-App::$strings["Read more about channel permission roles"] = "";
-App::$strings["Create a Channel"] = "";
-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."] = "";
+App::$strings["Select a channel permission role compatible with your usage needs and privacy requirements."] = "Wähle eine Berechtigungsrolle für den Kanal aus, die zu Deinem Anwendungsfall passt und Deinen Anforderungen an die Privatsphäre entspricht.";
+App::$strings["Read more about channel permission roles"] = "Mehr über Berechtigungsrollen für Kanäle erfahren";
+App::$strings["Create a Channel"] = "Erstelle einen Kanal";
+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."] = "Ein Kanal ist eine einzigartige Identität im Netzwerk. Sie kann eine Person (Profil im sozialen Netzwerk) sein, ein Forum, eine Geschäfts- oder Berühmtheitenseite, ein Newsfeed, oder was auch immer.";
App::$strings["or <a href=\"import\">import an existing channel</a> from another location."] = "oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Server.";
App::$strings["Validate"] = "Überprüfe";
App::$strings["Authorize application connection"] = "Zugriff für die Anwendung autorisieren";
@@ -1647,7 +1646,7 @@ App::$strings["Add Contact"] = "Kontakt hinzufügen";
App::$strings["Add Field"] = "Feld hinzufügen";
App::$strings["Create New"] = "Neu anlegen";
App::$strings["network"] = "Netzwerk";
-App::$strings["Chatrooms App"] = "";
+App::$strings["Chatrooms App"] = "Chaträume App";
App::$strings["Access Controlled Chatrooms"] = "Zugriffskontrollierte Chaträume";
App::$strings["Room not found"] = "Chatraum nicht gefunden";
App::$strings["Leave Room"] = "Raum verlassen";
@@ -1684,12 +1683,12 @@ App::$strings["Summary"] = "Zusammenfassung";
App::$strings["Registered accounts"] = "Registrierte Konten";
App::$strings["Pending registrations"] = "Ausstehende Registrierungen";
App::$strings["Registered channels"] = "Registrierte Kanäle";
-App::$strings["Active addons"] = "";
+App::$strings["Active addons"] = "Aktive Addons";
App::$strings["Version"] = "Version";
App::$strings["Repository version (master)"] = "Repository-Version (master)";
App::$strings["Repository version (dev)"] = "Repository-Version (dev)";
-App::$strings["Language App"] = "";
-App::$strings["Change UI language"] = "";
+App::$strings["Language App"] = "Sprachen App";
+App::$strings["Change UI language"] = "Sprache der Benutzeroberfläche";
App::$strings["No valid account found."] = "Kein gültiges Konto gefunden.";
App::$strings["Password reset request issued. Check your email."] = "Zurücksetzen des Passworts eingeleitet. Schau in Deine E-Mails.";
App::$strings["Site Member (%s)"] = "Nutzer (%s)";
@@ -1719,12 +1718,12 @@ App::$strings["Welcome to %s"] = "Willkommen auf %s";
App::$strings["sent you a private message"] = "hat Dir eine private Nachricht geschickt";
App::$strings["added your channel"] = "hat deinen Kanal hinzugefügt";
App::$strings["requires approval"] = "Zustimmung erforderlich";
-App::$strings["g A l F d"] = "l, d. F, G:i \U\h\r";
+App::$strings["g A l F d"] = "l, d. F, G:i U h\r";
App::$strings["[today]"] = "[Heute]";
App::$strings["posted an event"] = "hat einen Termin veröffentlicht";
App::$strings["shared a file with you"] = "hat eine Datei mit Dir geteilt";
-App::$strings["Private forum"] = "";
-App::$strings["Public forum"] = "";
+App::$strings["Private forum"] = "Privates Forum";
+App::$strings["Public forum"] = "Öffentliches Forum";
App::$strings["Calendar entries imported."] = "Kalendereinträge wurden importiert.";
App::$strings["No calendar entries found."] = "Keine Kalendereinträge gefunden.";
App::$strings["INVALID EVENT DISMISSED!"] = "UNGÜLTIGEN TERMIN ABGELEHNT!";
@@ -1733,8 +1732,8 @@ App::$strings["Date: "] = "Datum:";
App::$strings["Reason: "] = "Grund:";
App::$strings["INVALID CARD DISMISSED!"] = "UNGÜLTIGE KARTE ABGELEHNT!";
App::$strings["Name: "] = "Name: ";
-App::$strings["CardDAV App"] = "";
-App::$strings["CalDAV capable addressbook"] = "";
+App::$strings["CardDAV App"] = "CardDAV App";
+App::$strings["CalDAV capable addressbook"] = "CalDAV-fähiges Adressbuch";
App::$strings["Event title"] = "Termintitel";
App::$strings["Start date and time"] = "Startdatum und -zeit";
App::$strings["End date and time"] = "Enddatum und -zeit";
@@ -1770,7 +1769,7 @@ App::$strings["Your registration can not be processed."] = "Deine Registrierung
App::$strings["Registration on this hub is disabled."] = "Die Registrierung auf diesem Hub ist nicht möglich.";
App::$strings["Registration on this hub is by approval only."] = "Eine Registrierung auf diesem Hub erfordert die Zustimmung durch den Administrator.";
App::$strings["<a href=\"pubsites\">Register at another affiliated hub.</a>"] = "<a href=\"pubsites\">Registriere Dich auf einem der anderen verbundenen Hubs.</a>";
-App::$strings["Registration on this hub is by invitation only."] = "";
+App::$strings["Registration on this hub is by invitation only."] = "Für die Registrierung auf diesem Hub ist eine Einladung erforderlich.";
App::$strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Die maximale Anzahl täglicher Registrierungen auf diesem Server wurde überschritten. Bitte versuche es morgen noch einmal.";
App::$strings["Terms of Service"] = "Nutzungsbedingungen";
App::$strings["I accept the %s for this website"] = "Ich akzeptiere die %s für diese Webseite";
@@ -1830,8 +1829,8 @@ App::$strings["No secure communications available. You <strong>may</strong> be a
App::$strings["Send Reply"] = "Antwort senden";
App::$strings["Your message for %s (%s):"] = "Deine Nachricht für %s (%s):";
App::$strings["Bookmark added"] = "Lesezeichen hinzugefügt";
-App::$strings["Bookmarks App"] = "";
-App::$strings["Bookmark links from posts and manage them"] = "";
+App::$strings["Bookmarks App"] = "Lesezeichen App";
+App::$strings["Bookmark links from posts and manage them"] = "Sammle Links von Beiträgen und verwalte sie";
App::$strings["My Bookmarks"] = "Meine Lesezeichen";
App::$strings["My Connections Bookmarks"] = "Lesezeichen meiner Kontakte";
App::$strings["Edit event title"] = "Termintitel bearbeiten";
@@ -1878,7 +1877,7 @@ App::$strings["Website URL"] = "Webseiten-URL";
App::$strings["Please use SSL (https) URL if available."] = "Nutze wenn möglich eine SSL-URL (https).";
App::$strings["Please select a default timezone for your website"] = "Standard-Zeitzone für Deinen Server";
App::$strings["Site settings"] = "Seiteneinstellungen";
-App::$strings["PHP version 7.1 or greater is required."] = "";
+App::$strings["PHP version 7.1 or greater is required."] = "PHP-Version 7.1 oder höher benötigt.";
App::$strings["PHP version"] = "PHP-Version";
App::$strings["Could not find a command line version of PHP in the web server PATH."] = "Konnte die Kommandozeilen-Version von PHP nicht im PATH des Web-Servers finden.";
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."] = "Ohne Kommandozeilen-Version von PHP auf dem Server wirst Du nicht in der Lage sein, Hintergrundprozesse via cron auszuführen.";
@@ -1910,9 +1909,9 @@ App::$strings["Error: exec is required but is either not installed or has been d
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"] = "Fehler: shell_exec ist erforderlich, aber entweder nicht installiert oder wurde in der php.ini deaktiviert";
App::$strings["Error: libCURL PHP module required but not installed."] = "Fehler: Das PHP-Modul libCURL wird benötigt, ist aber nicht installiert.";
-App::$strings["Error: GD PHP module with JPEG support or ImageMagick graphics library required but not installed."] = "";
+App::$strings["Error: GD PHP module with JPEG support or ImageMagick graphics library required but not installed."] = "Fehler: Das PHP-Modul GD mit JPEG Unterstützung oder die Grafikbibliothek ImageMagick werden benötigt. Weder Modul noch Bibliothek sind installiert.";
App::$strings["Error: openssl PHP module required but not installed."] = "Fehler: Das PHP-Modul openssl wird benötigt, ist aber nicht installiert.";
-App::$strings["Error: PDO database PHP module missing a driver for either mysql or pgsql."] = "";
+App::$strings["Error: PDO database PHP module missing a driver for either mysql or pgsql."] = "Fehler: Das PDO-Datenbank-PHP-Modul hat keinen Treiber für mysql oder pgsql.";
App::$strings["Error: PDO database PHP module required but not installed."] = "Fehler: PDO-Datenbank-PHP-Modul ist erforderlich, aber nicht installiert.";
App::$strings["Error: mb_string PHP module required but not installed."] = "Fehler: Das PHP-Modul mb_string wird benötigt, ist aber nicht installiert.";
App::$strings["Error: xml PHP module required for DAV but not installed."] = "Fehler: Das xml-PHP-Modul wird für DAV benötigt, ist aber nicht installiert.";
@@ -1951,8 +1950,8 @@ App::$strings["Search Results For:"] = "Suchergebnisse für:";
App::$strings["Privacy group is empty"] = "Gruppe ist leer";
App::$strings["Privacy group: "] = "Gruppe:";
App::$strings["Invalid channel."] = "Ungültiger Kanal.";
-App::$strings["Public Stream App"] = "";
-App::$strings["The unmoderated public stream of this hub"] = "";
+App::$strings["Public Stream App"] = "Öffentlicher Stream App";
+App::$strings["The unmoderated public stream of this hub"] = "Der unmoderierte öffentliche Stream dieses Hubs";
App::$strings["Invalid message"] = "Ungültige Beitrags-ID (mid)";
App::$strings["no results"] = "keine Ergebnisse";
App::$strings["channel sync processed"] = "Kanal-Sync verarbeitet";
@@ -1968,12 +1967,12 @@ App::$strings["duplicate mail received"] = "Doppelte Mail erhalten";
App::$strings["mail delivered"] = "Mail zugestellt";
App::$strings["Delivery report for %1\$s"] = "Zustellungsbericht für %1\$s";
App::$strings["Redeliver"] = "Erneut zustellen";
-App::$strings["Installed Apps"] = "";
-App::$strings["Manage Apps"] = "";
-App::$strings["Create Custom App"] = "";
+App::$strings["Installed Apps"] = "Installierte Apps";
+App::$strings["Manage Apps"] = "Apps verwalten";
+App::$strings["Create Custom App"] = "Erstelle eine eigene App";
App::$strings["Could not access contact record."] = "Konnte nicht auf den Kontakteintrag zugreifen.";
-App::$strings["Default Permissions App"] = "";
-App::$strings["Set custom default permissions for new connections"] = "";
+App::$strings["Default Permissions App"] = "Default Permissions App";
+App::$strings["Set custom default permissions for new connections"] = "Setze eigene Standardzugriffsrechte für neue Verbindungen";
App::$strings["Connection Default Permissions"] = "Standardzugriffsrechte für neue Verbindungen:";
App::$strings["Apply these permissions automatically"] = "Diese Berechtigungen automatisch anwenden";
App::$strings["Permission role"] = "Berechtigungsrolle";
@@ -1988,7 +1987,7 @@ App::$strings["No ratings"] = "Keine Bewertungen";
App::$strings["Rating: "] = "Bewertung: ";
App::$strings["Website: "] = "Webseite: ";
App::$strings["Description: "] = "Beschreibung: ";
-App::$strings["Cards App"] = "";
+App::$strings["Cards App"] = "Karten App";
App::$strings["Create personal planning cards"] = "Erstelle persönliche (Notiz-)Karten zur Planung/Koordination oder ähnlichen Zwecken";
App::$strings["Add Card"] = "Karte hinzufügen";
App::$strings["Files: shared with me"] = "Dateien, die mit mir geteilt wurden";
@@ -1998,8 +1997,8 @@ App::$strings["Remove all files"] = "Alle Dateien löschen";
App::$strings["Remove this file"] = "Diese Datei löschen";
App::$strings["Away"] = "Abwesend";
App::$strings["Online"] = "Online";
-App::$strings["Random Channel App"] = "";
-App::$strings["Visit a random channel in the \$Projectname network"] = "";
+App::$strings["Random Channel App"] = "Zufälliger Kanal App";
+App::$strings["Visit a random channel in the \$Projectname network"] = "Besuche einen zufälligen Kanal im \$Projectname Netzwerk";
App::$strings["Active"] = "Aktiv";
App::$strings["Blocked"] = "Blockiert";
App::$strings["Ignored"] = "Ignoriert";
@@ -2059,9 +2058,9 @@ App::$strings["https://youtube.com/<br />https://www.youtube.com/<br />https://y
App::$strings["All other embedded content will be filtered, <strong>unless</strong> embedded content from that site is explicitly blocked."] = "Alle anderen eingebetteten Inhalte werden gefiltert, <strong>es sei denn</strong>, eingebettete Inhalte von einer bestimmten Seite sind explizit blockiert.";
App::$strings["Block public"] = "Öffentlichen Zugriff blockieren";
App::$strings["Check to block public access to all otherwise public personal pages on this site unless you are currently authenticated."] = "Blockiere den öffentlichen Zugriff auf alle ansonsten öffentlichen persönlichen Seiten dieser Website, sofern ein Besucher nicht angemeldet ist.";
-App::$strings["Provide a cloud root directory"] = "";
-App::$strings["The cloud root directory lists all channel names which provide public files"] = "";
-App::$strings["Show total disk space available to cloud uploads"] = "";
+App::$strings["Provide a cloud root directory"] = "Wurzelverzeichnis der Cloud erstellen";
+App::$strings["The cloud root directory lists all channel names which provide public files"] = "Das Wurzelverzeichnis der Cloud zeigt alle Kanäle mit öffentlichen Dateien";
+App::$strings["Show total disk space available to cloud uploads"] = "Verfügbaren Speicherplatz für Cloud Uploads anzeigen";
App::$strings["Set \"Transport Security\" HTTP header"] = "Setze den \"Transport Security\" HTTP Header";
App::$strings["Set \"Content Security Policy\" HTTP header"] = "Setze den \"Content Security Policy\" HTTP Header";
App::$strings["Allowed email domains"] = "Erlaubte Domains für E-Mails";
@@ -2164,7 +2163,7 @@ App::$strings["This is displayed on the public server site list."] = "";
App::$strings["Register text"] = "Registrierungstext";
App::$strings["Will be displayed prominently on the registration page."] = "Wird gut sichtbar auf der Registrierungs-Seite angezeigt.";
App::$strings["Site homepage to show visitors (default: login box)"] = "Homepage des Hubs, die Besuchern angezeigt wird (Voreinstellung: Anmeldemaske)";
-App::$strings["example: 'pubstream' to show public stream, 'page/sys/home' to show a system webpage called 'home' or 'include:home.html' to include a file."] = "";
+App::$strings["example: 'pubstream' to show public stream, 'page/sys/home' to show a system webpage called 'home' or 'include:home.html' to include a file."] = "Beispiele: 'pubstream' für den öffentlichen Stream an Beiträgen, 'page/sys/home' für die Webseite des Systems namens 'home', oder 'include:home.html' für eine eingearbeitete Datei.";
App::$strings["Preserve site homepage URL"] = "Homepage-URL schützen";
App::$strings["Present the site homepage in a frame at the original location instead of redirecting"] = "Zeigt die Homepage an der Original-URL in einem Frame an, statt auf die eigentliche Adresse der Seite umzuleiten.";
App::$strings["Accounts abandoned after x days"] = "Konten gelten nach X Tagen als unbenutzt";
@@ -2177,13 +2176,13 @@ App::$strings["Force publish"] = "Veröffentlichung erzwingen";
App::$strings["Check to force all profiles on this site to be listed in the site directory."] = "Die Veröffentlichung aller Profile dieses Servers im Verzeichnis erzwingen.";
App::$strings["Import Public Streams"] = "Öffentliche Beiträge importieren";
App::$strings["Import and allow access to public content pulled from other sites. Warning: this content is unmoderated."] = "Öffentliche Beiträge von anderen Servern importieren und zur Verfügung stellen. Warnung: Diese Inhalte sind nicht moderiert.";
-App::$strings["Site only Public Streams"] = "Öffentlichen Beitragsstrom auf diesen Server beschränken";
+App::$strings["Site only Public Streams"] = "Öffentlichen Stream an Beiträgen auf diesen Server beschränken";
App::$strings["Allow access to public content originating only from this site if Imported Public Streams are disabled."] = "Erlaubt den Zugriff auf öffentliche Beiträge von ausschließlich dieser Website (diesem Server), wenn \"Öffentliche Beiträge importieren\" ausgeschaltet ist.";
-App::$strings["Allow anybody on the internet to access the Public streams"] = "Allen im Internet Zugriff auf den öffentlichen Beitragsstrom erlauben";
+App::$strings["Allow anybody on the internet to access the Public streams"] = "Allen im Internet Zugriff auf den öffentlichen Stream an Beiträgen erlauben";
App::$strings["Disable to require authentication before viewing. Warning: this content is unmoderated."] = "Deaktiviert die erforderliche Authentifizierung vor dem Ansehen. Warnung: Diese Inhalte sind nicht moderiert.";
-App::$strings["Only import Public stream posts with this text"] = "";
+App::$strings["Only import Public stream posts with this text"] = "In den öffentlichen Stream nur Beiträge aufnehmen, die diesen Text enthalten";
App::$strings["words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts"] = "Einzelne Wörter pro Zeile, #Tags oder /Reguläre Ausdrücke/. lang=xx (z.B. lang=de) ermöglicht Filterung nach Sprache. Leer lassen, um alle Beiträge zu importieren.";
-App::$strings["Do not import Public stream posts with this text"] = "";
+App::$strings["Do not import Public stream posts with this text"] = "Beiträge, die diesen Text enthalten, nicht in den öffentlichen Stream aufnehmen";
App::$strings["Login on Homepage"] = "Log-in auf der Startseite";
App::$strings["Present a login box to visitors on the home page if no other content has been configured."] = "Zeigt Besuchern der Homepage eine Anmeldemaske, falls keine anderen Inhalte konfiguriert wurden.";
App::$strings["Enable context help"] = "Kontext-Hilfe aktivieren";
@@ -2284,7 +2283,7 @@ App::$strings["Manage Repos"] = "Repositorien verwalten";
App::$strings["Installed Addon Repositories"] = "";
App::$strings["Install a New Addon Repository"] = "";
App::$strings["Switch branch"] = "Zweig/Branch wechseln";
-App::$strings["Mood App"] = "";
+App::$strings["Mood App"] = "Laune App";
App::$strings["Set your current mood and tell your friends"] = "Wähle Deine aktuelle Stimmung und teile sie mit Deinen Freunden";
App::$strings["Mood"] = "Laune";
App::$strings["App installed."] = "App installiert.";
@@ -2344,13 +2343,13 @@ App::$strings["This channel will be completely removed from the network. "] = "D
App::$strings["Remove this channel and all its clones from the network"] = "Lösche diesen Kanal und all seine Klone aus dem Netzwerk";
App::$strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Standardmäßig wird der Kanal nur auf diesem Server gelöscht, seine Klone verbleiben im Netzwerk";
App::$strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Leere den Browser Cache oder nutze Umschalten-Neu Laden, falls das neue Foto nicht sofort angezeigt wird.";
-App::$strings["Your default profile photo is visible to anybody on the internet. Profile photos for alternate profiles will inherit the permissions of the profile"] = "";
-App::$strings["Your profile photo is visible to anybody on the internet and may be distributed to other websites."] = "";
+App::$strings["Your default profile photo is visible to anybody on the internet. Profile photos for alternate profiles will inherit the permissions of the profile"] = "Dein Profilfoto ist für alle im Internet sichtbar. Profilfotos weiterer Profile erben die Rechte dieses Profils";
+App::$strings["Your profile photo is visible to anybody on the internet and may be distributed to other websites."] = "Dein Profilfoto ist für alle im Internet sichtbar und könnte mit anderen Webseiten geteilt werden.";
App::$strings["Use Photo for Profile"] = "Foto für Profil verwenden";
App::$strings["Change Profile Photo"] = "Profilfoto ändern";
App::$strings["Use"] = "Verwenden";
App::$strings["Profile Unavailable."] = "Profil nicht verfügbar.";
-App::$strings["Wiki App"] = "";
+App::$strings["Wiki App"] = "Wiki App";
App::$strings["Provide a wiki for your channel"] = "Stelle ein Wiki in Deinem Kanal zur Verfügung";
App::$strings["Invalid channel"] = "Ungültiger Kanal";
App::$strings["Error retrieving wiki"] = "Fehler beim Abrufen des Wiki";
@@ -2373,7 +2372,7 @@ App::$strings["Short description of your changes (optional)"] = "Kurze Beschreib
App::$strings["Source"] = "Quelle";
App::$strings["New page name"] = "Neuer Seitenname";
App::$strings["Embed image from photo albums"] = "Bild aus Fotoalben einbetten";
-App::$strings["History"] = "";
+App::$strings["History"] = "Historie";
App::$strings["Error creating wiki. Invalid name."] = "Fehler beim Erstellen des Wiki. Ungültiger Name.";
App::$strings["A wiki with this name already exists."] = "Es existiert bereits ein Wiki mit diesem Namen.";
App::$strings["Wiki created, but error creating Home page."] = "Das Wiki wurde erzeugt, aber es gab einen Fehler bei der Erstellung der Startseite";
@@ -2428,7 +2427,7 @@ App::$strings["Administrator"] = "Administrator";
App::$strings["Software and Project information"] = "Software und Projektinformationen";
App::$strings["This site is powered by \$Projectname"] = "Diese Website wird bereitgestellt durch \$Projectname";
App::$strings["Federated and decentralised networking and identity services provided by Zot"] = "Verbundene, dezentrale Netzwerk- und Identitätsdienste, ermöglicht mittels Zot";
-App::$strings["Additional federated transport protocols:"] = "";
+App::$strings["Additional federated transport protocols:"] = "Zusätzliche föderierte Transportprotokolle:";
App::$strings["Version %s"] = "Version %s";
App::$strings["Project homepage"] = "Projekt-Website";
App::$strings["Developer homepage"] = "Entwickler-Website";
@@ -2449,8 +2448,8 @@ App::$strings["%d message sent."] = array(
0 => "%d Nachricht gesendet.",
1 => "%d Nachrichten gesendet.",
);
-App::$strings["Invite App"] = "";
-App::$strings["Send email invitations to join this network"] = "";
+App::$strings["Invite App"] = "Einladen App";
+App::$strings["Send email invitations to join this network"] = "Sende Emails mit Einladungen zu diesem Netzwerk";
App::$strings["You have no more invitations available"] = "Du hast keine weiteren verfügbare Einladungen";
App::$strings["Send invitations"] = "Einladungen senden";
App::$strings["Enter email addresses, one per line:"] = "Email-Adressen eintragen, eine pro Zeile:";
@@ -2461,8 +2460,8 @@ App::$strings["2. Enter my \$Projectname network address into the site searchbar
App::$strings["or visit"] = "oder besuche";
App::$strings["3. Click [Connect]"] = "3. Klicke auf [Verbinden]";
App::$strings["item"] = "Beitrag";
-App::$strings["Channel Export App"] = "";
-App::$strings["Export your channel"] = "";
+App::$strings["Channel Export App"] = "Kanalexport App";
+App::$strings["Export your channel"] = "Exportiere Deinen Kanal";
App::$strings["Export Channel"] = "Kanal exportieren";
App::$strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Exportiert die grundlegenden Kanal-Informationen in eine kleine Datei. Diese stellt eine Sicherung Deiner Verbindungen, Berechtigungen, Profile und Basisdaten bereit, die für den Import auf einem anderen Hub verwendet werden kann, aber nicht die Beiträge Deines Kanals enthält.";
App::$strings["Export Content"] = "Kanal und Inhalte exportieren";
@@ -2516,8 +2515,8 @@ App::$strings["Set Profile"] = "Profil festlegen";
App::$strings["Set Affinity & Profile"] = "Beziehung und Profile festlegen";
App::$strings["This connection is unreachable from this location."] = "Diese Verbindung ist von diesem Ort unerreichbar.";
App::$strings["This connection may be unreachable from other channel locations."] = "Diese Verbindung könnte von anderen Standpunkten des Kanals nicht erreichbar sein.";
-App::$strings["Location independence is not supported by their network."] = "Standort Unabhängigkeit wird vom anderen Netzwerk nicht unterstützt.";
-App::$strings["This connection is unreachable from this location. Location independence is not supported by their network."] = "Diese Verbindung ist von diesem Standort aus unerreichbar. Standort Unabhängigkeit wird vom anderen Netzwerk nicht unterstützt.";
+App::$strings["Location independence is not supported by their network."] = "Standortunabhängigkeit wird vom anderen Netzwerk nicht unterstützt.";
+App::$strings["This connection is unreachable from this location. Location independence is not supported by their network."] = "Diese Verbindung ist von diesem Standort aus unerreichbar. Standortunabhängigkeit wird vom anderen Netzwerk nicht unterstützt.";
App::$strings["Connection requests will be approved without your interaction"] = "Verbindungsanfragen werden sofort bestätigt, ohne dass Deine aktive Zustimmung erforderlich ist.";
App::$strings["This connection's primary address is"] = "Die Hauptadresse der Verbindung ist";
App::$strings["Available locations:"] = "Verfügbare Klone:";
@@ -2546,8 +2545,8 @@ App::$strings["Share this file"] = "Diese Datei freigeben";
App::$strings["Show URL to this file"] = "URL zu dieser Datei anzeigen";
App::$strings["Show in your contacts shared folder"] = "Im geteilten Ordner Deiner Kontakte anzeigen";
App::$strings["Layout updated."] = "Layout aktualisiert.";
-App::$strings["PDL Editor App"] = "";
-App::$strings["Provides the ability to edit system page layouts"] = "";
+App::$strings["PDL Editor App"] = "PDL Editor App";
+App::$strings["Provides the ability to edit system page layouts"] = "Ermöglicht die Anpassung des Seitenlayouts";
App::$strings["Edit System Page Description"] = "Systemseitenbeschreibung bearbeiten";
App::$strings["(modified)"] = "(geändert)";
App::$strings["Layout not found."] = "Layout nicht gefunden.";
@@ -2614,14 +2613,14 @@ App::$strings["3. Advanced - very comfortable"] = "3. Fortgeschritten - sehr kom
App::$strings["4. Expert - I can write computer code"] = "4. Experte - Ich kann Computercode schreiben";
App::$strings["5. Wizard - I probably know more than you do"] = "5. Zauberer - ich kann wahrscheinlich mehr als Du";
App::$strings["Apps"] = "Apps";
-App::$strings["Affinity Tool"] = "Beziehungs-Tool";
+App::$strings["Affinity Tool"] = "Beziehungsgrad";
App::$strings["Site Admin"] = "Hub-Administration";
App::$strings["Report Bug"] = "Fehler melden";
App::$strings["Content Filter"] = "";
App::$strings["Content Import"] = "";
App::$strings["Remote Diagnostics"] = "Ferndiagnose";
App::$strings["Suggest Channels"] = "Kanäle vorschlagen";
-App::$strings["Stream"] = "";
+App::$strings["Stream"] = "Stream";
App::$strings["Mail"] = "Mail";
App::$strings["Chat"] = "Chat";
App::$strings["Probe"] = "Testen";
@@ -2631,16 +2630,16 @@ App::$strings["Invite"] = "Einladen";
App::$strings["Language"] = "Sprache";
App::$strings["Post"] = "Beitrag schreiben";
App::$strings["Profile Photo"] = "Profilfoto";
-App::$strings["Notifications"] = "";
-App::$strings["Order Apps"] = "";
-App::$strings["CardDAV"] = "";
-App::$strings["Guest Access"] = "";
-App::$strings["OAuth Apps Manager"] = "";
-App::$strings["OAuth2 Apps Manager"] = "";
-App::$strings["PDL Editor"] = "";
+App::$strings["Notifications"] = "Benachrichtigungen";
+App::$strings["Order Apps"] = "Apps anordnen";
+App::$strings["CardDAV"] = "CardDAV";
+App::$strings["Guest Access"] = "Gastzugang";
+App::$strings["OAuth Apps Manager"] = "Verwalte OAuth Apps";
+App::$strings["OAuth2 Apps Manager"] = "Verwalte OAuth2 Apps";
+App::$strings["PDL Editor"] = "PDL Editor";
App::$strings["Premium Channel"] = "Premium-Kanal";
App::$strings["My Chatrooms"] = "Meine Chaträume";
-App::$strings["Channel Export"] = "";
+App::$strings["Channel Export"] = "Kanalexport";
App::$strings["Purchase"] = "Kaufen";
App::$strings["Undelete"] = "Wieder hergestellt";
App::$strings["Add to app-tray"] = "Zum App-Menü hinzufügen";
@@ -2659,7 +2658,7 @@ App::$strings["To stop receiving these messages, please adjust your Notification
App::$strings["To stop receiving these messages, please adjust your %s."] = "Um diese Nachrichten nicht mehr zu erhalten, passe bitte Deine %s an.";
App::$strings["%s <!item_type!>"] = "%s <!item_type!>";
App::$strings["[\$Projectname:Notify] New mail received at %s"] = "[\$Projectname:Benachrichtigung] Neue Mail empfangen auf %s";
-App::$strings["%1\$s sent you a new private message at %2\$s."] = "%1\$shat dir auf %2\$s eine private Nachricht geschickt.";
+App::$strings["%1\$s sent you a new private message at %2\$s."] = "%1\$shat dir auf %2\$seine private Nachricht geschickt.";
App::$strings["%1\$s sent you %2\$s."] = "%1\$s hat Dir %2\$s geschickt.";
App::$strings["a private message"] = "eine private Nachricht";
App::$strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um die private Nachricht anzusehen und/oder darauf zu antworten.";
@@ -2727,7 +2726,7 @@ App::$strings["I agree"] = "Ich stimme zu";
App::$strings["I disagree"] = "Ich lehne ab";
App::$strings["I abstain"] = "Ich enthalte mich";
App::$strings["Add Tag"] = "Tag hinzufügen";
-App::$strings["Reply on this comment"] = "";
+App::$strings["Reply on this comment"] = "Antworte auf diesem Kommentar";
App::$strings["reply"] = "";
App::$strings["Reply to"] = "";
App::$strings["Share This"] = "Teilen";
@@ -2746,7 +2745,7 @@ App::$strings["Attend"] = "Zusagen";
App::$strings["Attendance Options"] = "Zusageoptionen";
App::$strings["Vote"] = "Abstimmen";
App::$strings["Voting Options"] = "Abstimmungsoptionen";
-App::$strings["Go to previous comment"] = "";
+App::$strings["Go to previous comment"] = "Gehe zum vorangegangenen Kommentar";
App::$strings["Save Bookmarks"] = "Favoriten speichern";
App::$strings["Add to Calendar"] = "Zum Kalender hinzufügen";
App::$strings["Image"] = "Bild";
@@ -2841,7 +2840,7 @@ App::$strings["Who likes me?"] = "Wer mag mich?";
App::$strings["Three Dimensional Tic-Tac-Toe"] = "Dreidimensionales Tic-Tac-Toe";
App::$strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe";
App::$strings["New game"] = "Neues Spiel";
-App::$strings["New game with handicap"] = "Neues Handicaü-Spiel";
+App::$strings["New game with handicap"] = "Neues Handicap-Spiel";
App::$strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "3D Tic-Tac-Toe funktioniert wie das ursprüngliche Spiel, nur dass es auf mehreren Ebenen gleichzeitig gespielt wird.";
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."] = "In diesem Fall sind es drei Ebenen. Du gewinnst, wenn es dir gelingt drei in einer Reihe auf einer beliebigen Ebene oder diagonal über die verschiedenen Ebenen hinweg zu erreichen.";
App::$strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Bei einem Handicap-Spiel wird die Position im Zentrum der mittleren Ebene gesperrt, da der Spieler der dieses Feld für sich beansprucht meist einen unfairen Vorteil hat.";
@@ -2850,14 +2849,14 @@ App::$strings["I'm going first this time..."] = "Diesmal werde ich anfangen...";
App::$strings["You won!"] = "Sie haben gewonnen!";
App::$strings["\"Cat\" game!"] = "\"Katzen\"-Spiel!";
App::$strings["I won!"] = "Ich habe gewonnen!";
-App::$strings["ActivityPub Protocol Settings updated."] = "ActivityPub Protokoll Einstellungen aktualisiert";
-App::$strings["The activitypub protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = "";
-App::$strings["Activitypub Protocol App"] = "";
-App::$strings["Deliver to ActivityPub recipients in privacy groups"] = "";
-App::$strings["May result in a large number of mentions and expose all the members of your privacy group"] = "";
+App::$strings["ActivityPub Protocol Settings updated."] = "ActivityPub-Protokoll - Einstellungen aktualisiert";
+App::$strings["The activitypub protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = "Das ActivityPub-Protokoll ist nicht standortunabhängig. Verbindungen, die Du mit diesem Netzwerk eingehst, können von anderen Standorten (Klonen) dieses Kanals aus unerreichbar sein.";
+App::$strings["Activitypub Protocol App"] = "ActivityPub-Protokoll App";
+App::$strings["Deliver to ActivityPub recipients in privacy groups"] = "Liefere an ActivityPub Empfänger in privaten Gruppen";
+App::$strings["May result in a large number of mentions and expose all the members of your privacy group"] = "Könnte zu einer großen Anzahl an Erwähnungen führen und die Mitglieder der privaten Gruppe exponieren.";
App::$strings["Send multi-media HTML articles"] = "Multimedia HTML Artikel versenden";
App::$strings["Not supported by some microblog services such as Mastodon"] = "Wird von einigen Microblogging-Plattformen wie Mastodon nicht unterstützt";
-App::$strings["Activitypub Protocol"] = "";
+App::$strings["Activitypub Protocol"] = "ActivityPub-Protokoll";
App::$strings["Your account on %s will expire in a few days."] = "Dein Konto auf %s wird in ein paar Tagen ablaufen.";
App::$strings["Your $Productname test account is about to expire."] = "";
App::$strings["Libertree Crosspost Connector Settings saved."] = "";
@@ -2910,8 +2909,8 @@ App::$strings["https://{sitename}/api"] = "https://{sitename}/api";
App::$strings["Friendica login name"] = "Friendica-Anmeldename";
App::$strings["Friendica password"] = "Friendica-Passwort";
App::$strings["Friendica Crosspost Connector"] = "";
-App::$strings["Skeleton App"] = "";
-App::$strings["A skeleton for addons, you can copy/paste"] = "";
+App::$strings["Skeleton App"] = "Skeleton App";
+App::$strings["A skeleton for addons, you can copy/paste"] = "Ein Rumpf für Addons zum Kopieren und Einfügen";
App::$strings["Some setting"] = "Einige Einstellungen";
App::$strings["A setting"] = "Eine Einstellung";
App::$strings["Skeleton Settings"] = "Skeleton Einstellungen";
@@ -2940,8 +2939,8 @@ App::$strings["Pump.io Crosspost Connector"] = "";
App::$strings["You are now authenticated to pumpio."] = "Du bist nun bei pumpio authenzifiziert.";
App::$strings["return to the featured settings page"] = "Zur Funktions-Einstellungsseite zurückkehren";
App::$strings["Post to Pump.io"] = "Bei pumpio veröffentlichen";
-App::$strings["Superblock App"] = "";
-App::$strings["Block channels"] = "";
+App::$strings["Superblock App"] = "Superblock App";
+App::$strings["Block channels"] = "Blockiert Kanäle";
App::$strings["superblock settings updated"] = "Superblock Einstellungen aktualisiert";
App::$strings["Currently blocked"] = "Derzeit blockiert";
App::$strings["No channels currently blocked"] = "Momentan sind keine Kanäle blockiert";
@@ -3175,10 +3174,10 @@ App::$strings["Original Server base URL"] = "";
App::$strings["Since modified date yyyy-mm-dd"] = "Seit Modifizierungsdatum yyyy-mm-dd";
App::$strings["Until modified date yyyy-mm-dd"] = "Bis Modifizierungsdatum yyyy-mm-dd";
App::$strings["pageheader Settings saved."] = "Nachrichtenkopf-Einstellungen gespeichert.";
-App::$strings["Page Header App"] = "";
-App::$strings["Inserts a page header"] = "";
+App::$strings["Page Header App"] = "Page Header App";
+App::$strings["Inserts a page header"] = "Zeigt einen Seitenkopf an";
App::$strings["Message to display on every page on this server"] = "Nachricht, die auf jeder Seite dieses Servers angezeigt werden soll";
-App::$strings["Page Header"] = "";
+App::$strings["Page Header"] = "Page Header";
App::$strings["Send email to all members"] = "E-Mail an alle Mitglieder senden";
App::$strings["%1\$d of %2\$d messages sent."] = "%1\$d von %2\$d Nachrichten gesendet.";
App::$strings["Send email to all hub members."] = "Eine E-Mail an alle Mitglieder dieses Hubs senden.";
@@ -3200,7 +3199,7 @@ App::$strings["grumpy"] = "mürrisch";
App::$strings["high"] = "hoch";
App::$strings["semi-conscious"] = "halb bewusstlos";
App::$strings["in love"] = "verliebt";
-App::$strings["in lust"] = "";
+App::$strings["in lust"] = "gamsig";
App::$strings["naked"] = "nackt";
App::$strings["stinky"] = "stinkend";
App::$strings["sweaty"] = "verschwitzt";
@@ -3356,8 +3355,8 @@ App::$strings["Jabber BOSH host"] = "Jabber BOSH Host";
App::$strings["Use central userbase"] = "Zentrale Benutzerbasis verwenden";
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."] = "Wenn aktiviert, werden die Mitglieder automatisch auf dem EJabber Server, der auf dieser Maschine installiert ist, angemeldet und die Zugangsdaten werden über das \"auth_ejabberd.php\"-Script synchronisiert.";
App::$strings["XMPP settings updated."] = "XMPP-Einstellungen aktualisiert.";
-App::$strings["XMPP App"] = "";
-App::$strings["Embedded XMPP (Jabber) client"] = "";
+App::$strings["XMPP App"] = "XMPP App";
+App::$strings["Embedded XMPP (Jabber) client"] = "Ein XMPP (Jabber) Client";
App::$strings["Individual credentials"] = "Individuelle Anmeldedaten";
App::$strings["Jabber BOSH server"] = "Jabber BOSH Server";
App::$strings["XMPP Settings"] = "XMPP-Einstellungen";
@@ -3367,9 +3366,9 @@ App::$strings["Gallery"] = "";
App::$strings["Photo Gallery"] = "";
App::$strings["Follow"] = "Folgen";
App::$strings["%1\$s is now following %2\$s"] = "%1\$s folgt nun %2\$s";
-App::$strings["The GNU-Social protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = "Das GNU-Social-Protokoll unterstützt keine Server-unabhängigen Identitäten. Verbindungen, die Du mit diesem Netzwerk eingehst, können von anderen Orten (Klonen) dieses Kanals aus unerreichbar sein.";
-App::$strings["GNU-Social Protocol App"] = "";
-App::$strings["GNU-Social Protocol"] = "";
+App::$strings["The GNU-Social protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = "Das GNU-Social-Protokoll ist nicht standortunabhängig. Verbindungen, die Du mit diesem Netzwerk eingehst, können von anderen Standorten (Klonen) dieses Kanals aus unerreichbar sein.";
+App::$strings["GNU-Social Protocol App"] = "GNU-Social-Protokoll App";
+App::$strings["GNU-Social Protocol"] = "GNU-Social-Protokoll";
App::$strings["Not allowed."] = "";
App::$strings["Edit your profile and change settings."] = "Bearbeite dein Profil und ändere die Einstellungen.";
App::$strings["Click here to see activity from your connections."] = "Klicke hier, um die Aktivitäten Deiner Verbindungen zu sehen.";
@@ -3468,14 +3467,14 @@ App::$strings["Hide the button and show the smilies directly."] = "Verstecke die
App::$strings["Smileybutton Settings"] = "Smileyknopf-Einstellungen";
App::$strings["No username found in import file."] = "Es wurde kein Nutzername in der importierten Datei gefunden.";
App::$strings["%1\$s dislikes %2\$s's %3\$s"] = "";
-App::$strings["Diaspora Protocol Settings updated."] = "Diaspora Protokoll Einstellungen aktualisiert";
-App::$strings["The diaspora protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = "";
-App::$strings["Diaspora Protocol App"] = "";
+App::$strings["Diaspora Protocol Settings updated."] = "Diaspora-Protokoll - Einstellungen aktualisiert.";
+App::$strings["The diaspora protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = "Das Diaspora-Protokoll ist nicht standortunabhängig. Verbindungen, die Du mit diesem Netzwerk eingehst, können von anderen Standorten (Klonen) dieses Kanals aus unerreichbar sein.";
+App::$strings["Diaspora Protocol App"] = "Diaspora-Protokoll App";
App::$strings["Allow any Diaspora member to comment on your public posts"] = "Erlaube jedem Diaspora Nutzer deine öffentlichen Beiträge zu kommentieren";
App::$strings["Prevent your hashtags from being redirected to other sites"] = "Verhindern, dass Deine Hashtags zu anderen Seiten umgeleitet werden";
App::$strings["Sign and forward posts and comments with no existing Diaspora signature"] = "Signieren und Weiterleiten von Beiträgen und Kommentaren ohne vorhandene Diaspora-Signatur";
App::$strings["Followed hashtags (comma separated, do not include the #)"] = "Verfolgte Hashtags (Komma separierte Liste, ohne die #)";
-App::$strings["Diaspora Protocol"] = "";
+App::$strings["Diaspora Protocol"] = "Diaspora-Protokoll";
App::$strings["text to include in all outgoing posts from this site"] = "Test der in alle Beiträge angefügt werden soll, die von dieser Seite ausgehen";
App::$strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Wir haben ein Problem mit der OpenID festgestellt, mit der Du Dich anmelden wolltest. Bitte überprüfe sie noch einmal.";
App::$strings["The error message was:"] = "Die Fehlermeldung war:";
diff --git a/view/es-es/hmessages.po b/view/es-es/hmessages.po
index 754f20e50..a17dd4d42 100644
--- a/view/es-es/hmessages.po
+++ b/view/es-es/hmessages.po
@@ -5,8 +5,8 @@
# Translators:
# Alfonso Martínez <alfonsomthd@tutanota.com>, 2015
# inboxwall <axetransit@gmail.com>, 2015
-# jeroenpraat <jeroenpraat@disroot.org>, 2015
-# Manuel Jiménez Friaza <mjfriaza@disroot.org>, 2017-2019
+# jeroenpraat, 2015
+# Manuel Jiménez Friaza <mjfriaza@disroot.org>, 2017-2020
# Manuel Jiménez Friaza <mjfriaza@disroot.org>, 2015-2017
# Rafael, 2015
# tony baldwin <tonybaldwin@gmx.com>, 2014
@@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: hubzilla\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-11 08:09+0000\n"
-"PO-Revision-Date: 2019-11-16 14:43+0000\n"
+"POT-Creation-Date: 2020-09-17 11:07+0000\n"
+"PO-Revision-Date: 2020-09-26 10:15+0000\n"
"Last-Translator: Manuel Jiménez Friaza <mjfriaza@disroot.org>\n"
"Language-Team: Spanish (Spain) (http://www.transifex.com/Friendica/hubzilla/language/es_ES/)\n"
"MIME-Version: 1.0\n"
@@ -28,13 +28,22 @@ msgstr ""
msgid "Default"
msgstr "Predeterminado"
+#: ../../view/theme/redbasic/php/config.php:15
+#: ../../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:3360 ../../Zotlabs/Module/Admin/Site.php:185
+msgid "Default"
+msgstr "Predeterminado"
+
#: ../../view/theme/redbasic/php/config.php:16
#: ../../view/theme/redbasic/php/config.php:19
msgid "Focus (Hubzilla default)"
msgstr "Focus (predefinido)"
#: ../../view/theme/redbasic/php/config.php:94
-#: ../../addon/channelreputation/channelreputation.php:142
+#: ../../addon/channelreputation/channelreputation.php:143
#: ../../addon/openclipatar/openclipatar.php:53
#: ../../addon/photocache/Mod_Photocache.php:67
#: ../../addon/redred/Mod_Redred.php:90
@@ -42,92 +51,91 @@ msgstr "Focus (predefinido)"
#: ../../addon/statusnet/Mod_Statusnet.php:193
#: ../../addon/statusnet/Mod_Statusnet.php:251
#: ../../addon/statusnet/Mod_Statusnet.php:306
-#: ../../addon/statusnet/statusnet.php:602
-#: ../../addon/frphotos/frphotos.php:97 ../../addon/rtof/Mod_Rtof.php:72
-#: ../../addon/wppost/Mod_Wppost.php:97
+#: ../../addon/statusnet/statusnet.php:602 ../../addon/rtof/Mod_Rtof.php:72
+#: ../../addon/wppost/Mod_Wppost.php:109
#: ../../addon/content_import/Mod_content_import.php:142
-#: ../../addon/openstreetmap/openstreetmap.php:153
+#: ../../addon/openstreetmap/openstreetmap.php:155
#: ../../addon/ijpost/Mod_Ijpost.php:72
#: ../../addon/pubcrawl/Mod_Pubcrawl.php:65
-#: ../../addon/dwpost/Mod_Dwpost.php:71
+#: ../../addon/dwpost/Mod_Dwpost.php:80
#: ../../addon/startpage/Mod_Startpage.php:73
-#: ../../addon/twitter/Mod_Twitter.php:184
+#: ../../addon/mail/Mod_Mail.php:310 ../../addon/twitter/Mod_Twitter.php:184
#: ../../addon/pumpio/Mod_Pumpio.php:115
#: ../../addon/cart/submodules/subscriptions.php:410
-#: ../../addon/cart/submodules/hzservices.php:642
-#: ../../addon/cart/submodules/manualcat.php:250
-#: ../../addon/cart/Settings/Cart.php:114 ../../addon/cart/cart.php:1258
+#: ../../addon/cart/submodules/hzservices.php:643
+#: ../../addon/cart/submodules/orderoptions.php:312
+#: ../../addon/cart/submodules/orderoptions.php:412
+#: ../../addon/cart/submodules/manualcat.php:252
+#: ../../addon/cart/Settings/Cart.php:132
+#: ../../addon/cart/Settings/Cart.php:142 ../../addon/cart/cart.php:1261
#: ../../addon/nofed/Mod_Nofed.php:53
#: ../../addon/smileybutton/Mod_Smileybutton.php:55
-#: ../../addon/redfiles/redfiles.php:124
-#: ../../addon/diaspora/Mod_Diaspora.php:102 ../../addon/piwik/piwik.php:95
-#: ../../addon/workflow/workflow.php:1256
-#: ../../addon/workflow/workflow.php:1302
-#: ../../addon/workflow/workflow.php:1399
-#: ../../addon/workflow/workflow.php:2398
+#: ../../addon/redfiles/redfiles.php:124 ../../addon/diaspora/diaspora.php:75
+#: ../../addon/diaspora/Mod_Diaspora.php:100 ../../addon/piwik/piwik.php:95
+#: ../../addon/workflow/workflow.php:1461
+#: ../../addon/workflow/workflow.php:1520
+#: ../../addon/workflow/workflow.php:1639
+#: ../../addon/workflow/workflow.php:2742
#: ../../addon/workflow/Settings/Mod_WorkflowSettings.php:94
#: ../../addon/likebanner/likebanner.php:57
-#: ../../addon/chords/Mod_Chords.php:60 ../../addon/fuzzloc/Mod_Fuzzloc.php:56
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:92
-#: ../../addon/hubwall/hubwall.php:95
-#: ../../addon/flashcards/Mod_Flashcards.php:213
+#: ../../addon/fuzzloc/Mod_Fuzzloc.php:56 ../../addon/hubwall/hubwall.php:95
+#: ../../addon/flashcards/Mod_Flashcards.php:262
#: ../../addon/libertree/Mod_Libertree.php:70 ../../addon/logrot/logrot.php:35
-#: ../../addon/skeleton/Mod_Skeleton.php:51 ../../addon/nsfw/Mod_Nsfw.php:61
-#: ../../addon/mailtest/mailtest.php:100 ../../addon/ljpost/Mod_Ljpost.php:78
-#: ../../addon/hzfiles/hzfiles.php:86
-#: ../../addon/jappixmini/Mod_Jappixmini.php:261
+#: ../../addon/skeleton/Mod_Skeleton.php:51
+#: ../../addon/socialauth/Mod_SocialAuth.php:330
+#: ../../addon/nsfw/Mod_Nsfw.php:61 ../../addon/mailtest/mailtest.php:100
+#: ../../addon/ljpost/Mod_Ljpost.php:82 ../../addon/hzfiles/hzfiles.php:86
#: ../../addon/pageheader/Mod_Pageheader.php:54 ../../addon/irc/irc.php:45
#: ../../addon/xmpp/Mod_Xmpp.php:70 ../../include/js_strings.php:22
#: ../../Zotlabs/Widget/Wiki_pages.php:42
#: ../../Zotlabs/Widget/Wiki_pages.php:99
#: ../../Zotlabs/Widget/Eventstools.php:16 ../../Zotlabs/Module/Tokens.php:188
#: ../../Zotlabs/Module/Import_items.php:129
-#: ../../Zotlabs/Module/Import.php:646 ../../Zotlabs/Module/Setup.php:304
-#: ../../Zotlabs/Module/Setup.php:344 ../../Zotlabs/Module/Group.php:150
-#: ../../Zotlabs/Module/Group.php:166 ../../Zotlabs/Module/Oauth.php:111
-#: ../../Zotlabs/Module/Chat.php:211 ../../Zotlabs/Module/Chat.php:250
+#: ../../Zotlabs/Module/Import.php:649 ../../Zotlabs/Module/Setup.php:304
+#: ../../Zotlabs/Module/Setup.php:344 ../../Zotlabs/Module/Group.php:151
+#: ../../Zotlabs/Module/Group.php:167 ../../Zotlabs/Module/Oauth.php:111
+#: ../../Zotlabs/Module/Chat.php:209 ../../Zotlabs/Module/Chat.php:248
#: ../../Zotlabs/Module/Poke.php:217 ../../Zotlabs/Module/Mitem.php:259
#: ../../Zotlabs/Module/Filestorage.php:203
-#: ../../Zotlabs/Module/Connect.php:124 ../../Zotlabs/Module/Editpost.php:86
+#: ../../Zotlabs/Module/Connect.php:107 ../../Zotlabs/Module/Editpost.php:86
#: ../../Zotlabs/Module/Admin/Themes.php:158
#: ../../Zotlabs/Module/Admin/Features.php:66
-#: ../../Zotlabs/Module/Admin/Security.php:112
+#: ../../Zotlabs/Module/Admin/Security.php:120
#: ../../Zotlabs/Module/Admin/Accounts.php:168
-#: ../../Zotlabs/Module/Admin/Site.php:289
+#: ../../Zotlabs/Module/Admin/Site.php:287
#: ../../Zotlabs/Module/Admin/Logs.php:84
#: ../../Zotlabs/Module/Admin/Channels.php:147
#: ../../Zotlabs/Module/Admin/Account_edit.php:73
#: ../../Zotlabs/Module/Admin/Profs.php:178
#: ../../Zotlabs/Module/Admin/Addons.php:442
-#: ../../Zotlabs/Module/Events.php:501 ../../Zotlabs/Module/Permcats.php:128
+#: ../../Zotlabs/Module/Events.php:501 ../../Zotlabs/Module/Permcats.php:129
#: ../../Zotlabs/Module/Mood.php:158 ../../Zotlabs/Module/Appman.php:155
#: ../../Zotlabs/Module/Email_validation.php:40
-#: ../../Zotlabs/Module/Photos.php:1055 ../../Zotlabs/Module/Photos.php:1096
-#: ../../Zotlabs/Module/Photos.php:1215 ../../Zotlabs/Module/Profiles.php:723
+#: ../../Zotlabs/Module/Photos.php:1057 ../../Zotlabs/Module/Photos.php:1097
+#: ../../Zotlabs/Module/Photos.php:1215 ../../Zotlabs/Module/Profiles.php:725
#: ../../Zotlabs/Module/Invite.php:168 ../../Zotlabs/Module/Xchan.php:15
-#: ../../Zotlabs/Module/Mail.php:436 ../../Zotlabs/Module/Affinity.php:87
-#: ../../Zotlabs/Module/Rate.php:166
-#: ../../Zotlabs/Module/Settings/Network.php:61
-#: ../../Zotlabs/Module/Settings/Features.php:46
-#: ../../Zotlabs/Module/Settings/Channel.php:493
+#: ../../Zotlabs/Module/Affinity.php:87 ../../Zotlabs/Module/Rate.php:166
+#: ../../Zotlabs/Module/Settings/Network.php:62
+#: ../../Zotlabs/Module/Settings/Features.php:48
+#: ../../Zotlabs/Module/Settings/Channel.php:494
#: ../../Zotlabs/Module/Settings/Account.php:103
-#: ../../Zotlabs/Module/Settings/Events.php:41
-#: ../../Zotlabs/Module/Settings/Manage.php:41
-#: ../../Zotlabs/Module/Settings/Channel_home.php:89
-#: ../../Zotlabs/Module/Settings/Calendar.php:41
-#: ../../Zotlabs/Module/Settings/Display.php:189
-#: ../../Zotlabs/Module/Settings/Directory.php:41
-#: ../../Zotlabs/Module/Settings/Editor.php:41
-#: ../../Zotlabs/Module/Settings/Connections.php:41
-#: ../../Zotlabs/Module/Settings/Photos.php:41
-#: ../../Zotlabs/Module/Settings/Profiles.php:50
-#: ../../Zotlabs/Module/Settings/Conversation.php:48
-#: ../../Zotlabs/Module/Defperms.php:265 ../../Zotlabs/Module/Pconfig.php:116
-#: ../../Zotlabs/Module/Oauth2.php:116 ../../Zotlabs/Module/Thing.php:326
-#: ../../Zotlabs/Module/Thing.php:379 ../../Zotlabs/Module/Pdledit.php:107
-#: ../../Zotlabs/Module/Wiki.php:215 ../../Zotlabs/Module/Connedit.php:904
+#: ../../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/Display.php:190
+#: ../../Zotlabs/Module/Settings/Directory.php:42
+#: ../../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/Conversation.php:49
+#: ../../Zotlabs/Module/Defperms.php:266 ../../Zotlabs/Module/Pconfig.php:116
+#: ../../Zotlabs/Module/Oauth2.php:116 ../../Zotlabs/Module/Thing.php:328
+#: ../../Zotlabs/Module/Thing.php:381 ../../Zotlabs/Module/Pdledit.php:108
+#: ../../Zotlabs/Module/Wiki.php:215 ../../Zotlabs/Module/Connedit.php:905
#: ../../Zotlabs/Module/Locs.php:121 ../../Zotlabs/Module/Sources.php:125
-#: ../../Zotlabs/Module/Sources.php:162 ../../Zotlabs/Lib/ThreadItem.php:796
+#: ../../Zotlabs/Module/Sources.php:162 ../../Zotlabs/Lib/ThreadItem.php:825
msgid "Submit"
msgstr "Enviar"
@@ -141,121 +149,131 @@ msgstr "Estrechar la barra de navegación"
#: ../../view/theme/redbasic/php/config.php:99
#: ../../view/theme/redbasic/php/config.php:116
-#: ../../addon/channelreputation/channelreputation.php:110
+#: ../../addon/channelreputation/channelreputation.php:111
#: ../../addon/redred/Mod_Redred.php:63
#: ../../addon/statusnet/Mod_Statusnet.php:260
#: ../../addon/statusnet/Mod_Statusnet.php:282
#: ../../addon/statusnet/Mod_Statusnet.php:291
-#: ../../addon/rtof/Mod_Rtof.php:49 ../../addon/wppost/Mod_Wppost.php:82
-#: ../../addon/wppost/Mod_Wppost.php:86
+#: ../../addon/rtof/Mod_Rtof.php:49 ../../addon/wppost/Mod_Wppost.php:86
+#: ../../addon/wppost/Mod_Wppost.php:90 ../../addon/wppost/Mod_Wppost.php:94
#: ../../addon/content_import/Mod_content_import.php:137
#: ../../addon/content_import/Mod_content_import.php:138
#: ../../addon/ijpost/Mod_Ijpost.php:61
#: ../../addon/pubcrawl/Mod_Pubcrawl.php:45
-#: ../../addon/dwpost/Mod_Dwpost.php:60
+#: ../../addon/dwpost/Mod_Dwpost.php:61 ../../addon/dwpost/Mod_Dwpost.php:65
#: ../../addon/twitter/Mod_Twitter.php:162
#: ../../addon/twitter/Mod_Twitter.php:171
#: ../../addon/pumpio/Mod_Pumpio.php:94 ../../addon/pumpio/Mod_Pumpio.php:98
#: ../../addon/pumpio/Mod_Pumpio.php:102
#: ../../addon/cart/submodules/subscriptions.php:153
#: ../../addon/cart/submodules/subscriptions.php:425
-#: ../../addon/cart/submodules/hzservices.php:64
-#: ../../addon/cart/submodules/hzservices.php:648
-#: ../../addon/cart/submodules/hzservices.php:652
+#: ../../addon/cart/submodules/hzservices.php:65
+#: ../../addon/cart/submodules/hzservices.php:649
+#: ../../addon/cart/submodules/hzservices.php:653
+#: ../../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/paypalbuttonV2.php:88
+#: ../../addon/cart/submodules/paypalbuttonV2.php:96
#: ../../addon/cart/submodules/manualcat.php:63
-#: ../../addon/cart/submodules/manualcat.php:256
-#: ../../addon/cart/submodules/manualcat.php:260
-#: ../../addon/cart/Settings/Cart.php:59 ../../addon/cart/Settings/Cart.php:71
-#: ../../addon/cart/cart.php:1252 ../../addon/nofed/Mod_Nofed.php:42
+#: ../../addon/cart/submodules/manualcat.php:258
+#: ../../addon/cart/submodules/manualcat.php:262
+#: ../../addon/cart/Settings/Cart.php:61 ../../addon/cart/Settings/Cart.php:73
+#: ../../addon/cart/cart.php:1255 ../../addon/nofed/Mod_Nofed.php:42
#: ../../addon/smileybutton/Mod_Smileybutton.php:44
#: ../../addon/libertree/Mod_Libertree.php:59
-#: ../../addon/ljpost/Mod_Ljpost.php:62 ../../addon/ljpost/Mod_Ljpost.php:66
-#: ../../addon/jappixmini/Mod_Jappixmini.php:161
-#: ../../addon/jappixmini/Mod_Jappixmini.php:191
-#: ../../addon/jappixmini/Mod_Jappixmini.php:199
-#: ../../addon/jappixmini/Mod_Jappixmini.php:203
-#: ../../addon/jappixmini/Mod_Jappixmini.php:207 ../../include/dir_fns.php:143
-#: ../../include/dir_fns.php:144 ../../include/dir_fns.php:145
-#: ../../Zotlabs/Module/Import.php:635 ../../Zotlabs/Module/Import.php:639
-#: ../../Zotlabs/Module/Import.php:640 ../../Zotlabs/Module/Mitem.php:176
-#: ../../Zotlabs/Module/Mitem.php:177 ../../Zotlabs/Module/Mitem.php:256
-#: ../../Zotlabs/Module/Mitem.php:257 ../../Zotlabs/Module/Filestorage.php:198
+#: ../../addon/socialauth/Mod_SocialAuth.php:214
+#: ../../addon/ljpost/Mod_Ljpost.php:63 ../../addon/ljpost/Mod_Ljpost.php:67
+#: ../../addon/ljpost/Mod_Ljpost.php:71 ../../include/conversation.php:1451
+#: ../../include/dir_fns.php:143 ../../include/dir_fns.php:144
+#: ../../include/dir_fns.php:145 ../../Zotlabs/Module/Import.php:638
+#: ../../Zotlabs/Module/Import.php:642 ../../Zotlabs/Module/Import.php:643
+#: ../../Zotlabs/Module/Mitem.php:176 ../../Zotlabs/Module/Mitem.php:177
+#: ../../Zotlabs/Module/Mitem.php:256 ../../Zotlabs/Module/Mitem.php:257
+#: ../../Zotlabs/Module/Filestorage.php:198
#: ../../Zotlabs/Module/Filestorage.php:206
-#: ../../Zotlabs/Module/Admin/Site.php:255
+#: ../../Zotlabs/Module/Admin/Site.php:253
#: ../../Zotlabs/Module/Removeme.php:63 ../../Zotlabs/Module/Events.php:478
#: ../../Zotlabs/Module/Events.php:479 ../../Zotlabs/Module/Api.php:99
-#: ../../Zotlabs/Module/Photos.php:670 ../../Zotlabs/Module/Profiles.php:681
-#: ../../Zotlabs/Module/Settings/Channel.php:309
-#: ../../Zotlabs/Module/Settings/Display.php:89
+#: ../../Zotlabs/Module/Photos.php:672 ../../Zotlabs/Module/Profiles.php:683
+#: ../../Zotlabs/Module/Settings/Channel.php:310
+#: ../../Zotlabs/Module/Settings/Display.php:90
#: ../../Zotlabs/Module/Menu.php:163 ../../Zotlabs/Module/Menu.php:222
-#: ../../Zotlabs/Module/Defperms.php:197 ../../Zotlabs/Module/Wiki.php:227
-#: ../../Zotlabs/Module/Wiki.php:228 ../../Zotlabs/Module/Connedit.php:406
-#: ../../Zotlabs/Module/Connedit.php:796 ../../Zotlabs/Module/Sources.php:124
+#: ../../Zotlabs/Module/Defperms.php:198 ../../Zotlabs/Module/Wiki.php:227
+#: ../../Zotlabs/Module/Wiki.php:228 ../../Zotlabs/Module/Connedit.php:407
+#: ../../Zotlabs/Module/Connedit.php:797 ../../Zotlabs/Module/Sources.php:124
#: ../../Zotlabs/Module/Sources.php:159 ../../Zotlabs/Lib/Libzotdir.php:162
#: ../../Zotlabs/Lib/Libzotdir.php:163 ../../Zotlabs/Lib/Libzotdir.php:165
-#: ../../Zotlabs/Storage/Browser.php:411 ../../boot.php:1679
+#: ../../Zotlabs/Storage/Browser.php:411 ../../boot.php:1703
msgid "No"
msgstr "No"
#: ../../view/theme/redbasic/php/config.php:99
#: ../../view/theme/redbasic/php/config.php:116
-#: ../../addon/channelreputation/channelreputation.php:110
+#: ../../addon/channelreputation/channelreputation.php:111
#: ../../addon/redred/Mod_Redred.php:63
#: ../../addon/statusnet/Mod_Statusnet.php:260
#: ../../addon/statusnet/Mod_Statusnet.php:282
#: ../../addon/statusnet/Mod_Statusnet.php:291
-#: ../../addon/rtof/Mod_Rtof.php:49 ../../addon/wppost/Mod_Wppost.php:82
-#: ../../addon/wppost/Mod_Wppost.php:86
+#: ../../addon/rtof/Mod_Rtof.php:49 ../../addon/wppost/Mod_Wppost.php:86
+#: ../../addon/wppost/Mod_Wppost.php:90 ../../addon/wppost/Mod_Wppost.php:94
#: ../../addon/content_import/Mod_content_import.php:137
#: ../../addon/content_import/Mod_content_import.php:138
#: ../../addon/ijpost/Mod_Ijpost.php:61
#: ../../addon/pubcrawl/Mod_Pubcrawl.php:45
-#: ../../addon/dwpost/Mod_Dwpost.php:60
+#: ../../addon/dwpost/Mod_Dwpost.php:61 ../../addon/dwpost/Mod_Dwpost.php:65
#: ../../addon/twitter/Mod_Twitter.php:162
#: ../../addon/twitter/Mod_Twitter.php:171
#: ../../addon/pumpio/Mod_Pumpio.php:94 ../../addon/pumpio/Mod_Pumpio.php:98
#: ../../addon/pumpio/Mod_Pumpio.php:102
#: ../../addon/cart/submodules/subscriptions.php:153
#: ../../addon/cart/submodules/subscriptions.php:425
-#: ../../addon/cart/submodules/hzservices.php:64
-#: ../../addon/cart/submodules/hzservices.php:648
-#: ../../addon/cart/submodules/hzservices.php:652
+#: ../../addon/cart/submodules/hzservices.php:65
+#: ../../addon/cart/submodules/hzservices.php:649
+#: ../../addon/cart/submodules/hzservices.php:653
+#: ../../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/paypalbuttonV2.php:88
+#: ../../addon/cart/submodules/paypalbuttonV2.php:96
#: ../../addon/cart/submodules/manualcat.php:63
-#: ../../addon/cart/submodules/manualcat.php:256
-#: ../../addon/cart/submodules/manualcat.php:260
-#: ../../addon/cart/Settings/Cart.php:59 ../../addon/cart/Settings/Cart.php:71
-#: ../../addon/cart/cart.php:1252 ../../addon/nofed/Mod_Nofed.php:42
+#: ../../addon/cart/submodules/manualcat.php:258
+#: ../../addon/cart/submodules/manualcat.php:262
+#: ../../addon/cart/Settings/Cart.php:61 ../../addon/cart/Settings/Cart.php:73
+#: ../../addon/cart/cart.php:1255 ../../addon/nofed/Mod_Nofed.php:42
#: ../../addon/smileybutton/Mod_Smileybutton.php:44
#: ../../addon/libertree/Mod_Libertree.php:59
-#: ../../addon/ljpost/Mod_Ljpost.php:62 ../../addon/ljpost/Mod_Ljpost.php:66
-#: ../../addon/jappixmini/Mod_Jappixmini.php:161
-#: ../../addon/jappixmini/Mod_Jappixmini.php:191
-#: ../../addon/jappixmini/Mod_Jappixmini.php:199
-#: ../../addon/jappixmini/Mod_Jappixmini.php:203
-#: ../../addon/jappixmini/Mod_Jappixmini.php:207 ../../include/dir_fns.php:143
-#: ../../include/dir_fns.php:144 ../../include/dir_fns.php:145
-#: ../../Zotlabs/Module/Import.php:635 ../../Zotlabs/Module/Import.php:639
-#: ../../Zotlabs/Module/Import.php:640 ../../Zotlabs/Module/Mitem.php:176
-#: ../../Zotlabs/Module/Mitem.php:177 ../../Zotlabs/Module/Mitem.php:256
-#: ../../Zotlabs/Module/Mitem.php:257 ../../Zotlabs/Module/Filestorage.php:198
+#: ../../addon/socialauth/Mod_SocialAuth.php:214
+#: ../../addon/ljpost/Mod_Ljpost.php:63 ../../addon/ljpost/Mod_Ljpost.php:67
+#: ../../addon/ljpost/Mod_Ljpost.php:71 ../../include/conversation.php:1451
+#: ../../include/dir_fns.php:143 ../../include/dir_fns.php:144
+#: ../../include/dir_fns.php:145 ../../Zotlabs/Module/Import.php:638
+#: ../../Zotlabs/Module/Import.php:642 ../../Zotlabs/Module/Import.php:643
+#: ../../Zotlabs/Module/Mitem.php:176 ../../Zotlabs/Module/Mitem.php:177
+#: ../../Zotlabs/Module/Mitem.php:256 ../../Zotlabs/Module/Mitem.php:257
+#: ../../Zotlabs/Module/Filestorage.php:198
#: ../../Zotlabs/Module/Filestorage.php:206
-#: ../../Zotlabs/Module/Admin/Site.php:257
+#: ../../Zotlabs/Module/Admin/Site.php:255
#: ../../Zotlabs/Module/Removeme.php:63 ../../Zotlabs/Module/Events.php:478
#: ../../Zotlabs/Module/Events.php:479 ../../Zotlabs/Module/Api.php:98
-#: ../../Zotlabs/Module/Photos.php:670 ../../Zotlabs/Module/Profiles.php:681
-#: ../../Zotlabs/Module/Settings/Channel.php:309
-#: ../../Zotlabs/Module/Settings/Display.php:89
+#: ../../Zotlabs/Module/Photos.php:672 ../../Zotlabs/Module/Profiles.php:683
+#: ../../Zotlabs/Module/Settings/Channel.php:310
+#: ../../Zotlabs/Module/Settings/Display.php:90
#: ../../Zotlabs/Module/Menu.php:163 ../../Zotlabs/Module/Menu.php:222
-#: ../../Zotlabs/Module/Defperms.php:197 ../../Zotlabs/Module/Wiki.php:227
-#: ../../Zotlabs/Module/Wiki.php:228 ../../Zotlabs/Module/Connedit.php:406
+#: ../../Zotlabs/Module/Defperms.php:198 ../../Zotlabs/Module/Wiki.php:227
+#: ../../Zotlabs/Module/Wiki.php:228 ../../Zotlabs/Module/Connedit.php:407
#: ../../Zotlabs/Module/Sources.php:124 ../../Zotlabs/Module/Sources.php:159
#: ../../Zotlabs/Lib/Libzotdir.php:162 ../../Zotlabs/Lib/Libzotdir.php:163
#: ../../Zotlabs/Lib/Libzotdir.php:165 ../../Zotlabs/Storage/Browser.php:411
-#: ../../boot.php:1679
+#: ../../boot.php:1703
msgid "Yes"
msgstr "Sí"
@@ -343,91 +361,91 @@ msgstr "Mostrar ajustes avanzados"
msgid "Source channel not found."
msgstr "No se ha encontrado el canal de origen."
-#: ../../addon/channelreputation/channelreputation.php:100
#: ../../addon/channelreputation/channelreputation.php:101
+#: ../../addon/channelreputation/channelreputation.php:102
#: ../../addon/cart/myshop.php:141 ../../addon/cart/myshop.php:177
#: ../../addon/cart/myshop.php:211 ../../addon/cart/myshop.php:259
#: ../../addon/cart/myshop.php:294 ../../addon/cart/myshop.php:317
msgid "Access Denied"
msgstr "Acceso denegado"
-#: ../../addon/channelreputation/channelreputation.php:108
+#: ../../addon/channelreputation/channelreputation.php:109
msgid "Enable Community Moderation"
msgstr "Habilitar la moderación de la comunidad"
-#: ../../addon/channelreputation/channelreputation.php:116
+#: ../../addon/channelreputation/channelreputation.php:117
msgid "Reputation automatically given to new members"
msgstr "La reputación se otorga automáticamente a los nuevos miembros"
-#: ../../addon/channelreputation/channelreputation.php:117
+#: ../../addon/channelreputation/channelreputation.php:118
msgid "Reputation will never fall below this value"
msgstr "La reputación nunca caerá por debajo de este valor"
-#: ../../addon/channelreputation/channelreputation.php:118
+#: ../../addon/channelreputation/channelreputation.php:119
msgid "Minimum reputation before posting is allowed"
msgstr "Reputación mínima antes de que se permita el envío de entradas"
-#: ../../addon/channelreputation/channelreputation.php:119
+#: ../../addon/channelreputation/channelreputation.php:120
msgid "Minimum reputation before commenting is allowed"
msgstr "Mínima reputación antes de que se permitan los comentarios"
-#: ../../addon/channelreputation/channelreputation.php:120
+#: ../../addon/channelreputation/channelreputation.php:121
msgid "Minimum reputation before a member is able to moderate other posts"
msgstr "Reputación mínima antes de que un miembro sea capaz de moderar otros mensajes"
-#: ../../addon/channelreputation/channelreputation.php:121
+#: ../../addon/channelreputation/channelreputation.php:122
msgid ""
"Max ratio of moderator's reputation that can be added to/deducted from "
"reputation of person being moderated"
msgstr "Proporción máxima de la reputación del moderador que puede ser añadida/descontada de la reputación de la persona que está siendo moderada."
-#: ../../addon/channelreputation/channelreputation.php:122
+#: ../../addon/channelreputation/channelreputation.php:123
msgid "Reputation \"cost\" to post"
msgstr "\"Coste\" de la reputación a contabilizar"
-#: ../../addon/channelreputation/channelreputation.php:123
+#: ../../addon/channelreputation/channelreputation.php:124
msgid "Reputation \"cost\" to comment"
msgstr "\"Coste\" de la reputación para comentar"
-#: ../../addon/channelreputation/channelreputation.php:124
+#: ../../addon/channelreputation/channelreputation.php:125
msgid ""
"Reputation automatically recovers at this rate per hour until it reaches "
"minimum_to_post"
msgstr "La reputación se recupera automáticamente a esta tasa por hora hasta que alcanza el mínimo_a_post"
-#: ../../addon/channelreputation/channelreputation.php:125
+#: ../../addon/channelreputation/channelreputation.php:126
msgid ""
"When minimum_to_moderate > reputation > minimum_to_post reputation recovers "
"at this rate per hour"
msgstr "Cuando el mínimo_a_moderar > reputación > mínimo_a_publicar la reputación se recupera a esta tasa por hora "
-#: ../../addon/channelreputation/channelreputation.php:139
+#: ../../addon/channelreputation/channelreputation.php:140
msgid "Community Moderation Settings"
msgstr "Configuración de la moderación de la comunidad"
-#: ../../addon/channelreputation/channelreputation.php:229
+#: ../../addon/channelreputation/channelreputation.php:232
msgid "Channel Reputation"
msgstr "Reputación del canal"
-#: ../../addon/channelreputation/channelreputation.php:230
-#: ../../include/acl_selectors.php:125 ../../Zotlabs/Module/Photos.php:1274
-#: ../../Zotlabs/Lib/ThreadItem.php:463
+#: ../../addon/channelreputation/channelreputation.php:233
+#: ../../include/acl_selectors.php:125 ../../Zotlabs/Widget/Pinned.php:160
+#: ../../Zotlabs/Module/Photos.php:1274 ../../Zotlabs/Lib/ThreadItem.php:495
msgid "Close"
msgstr "Cerrar"
-#: ../../addon/channelreputation/channelreputation.php:233
+#: ../../addon/channelreputation/channelreputation.php:236
msgid "An Error has occurred."
msgstr "Se ha producido un error."
-#: ../../addon/channelreputation/channelreputation.php:251
+#: ../../addon/channelreputation/channelreputation.php:254
msgid "Upvote"
msgstr "Votar a favor"
-#: ../../addon/channelreputation/channelreputation.php:252
+#: ../../addon/channelreputation/channelreputation.php:255
msgid "Downvote"
msgstr "Votar en contra"
-#: ../../addon/channelreputation/channelreputation.php:374
+#: ../../addon/channelreputation/channelreputation.php:414
msgid "Can moderate reputation on my channel."
msgstr "Se puede moderar la reputación en mi canal."
@@ -446,37 +464,36 @@ msgstr "App Superblock"
#: ../../addon/gallery/Mod_Gallery.php:58
#: ../../addon/planets/Mod_Planets.php:20 ../../addon/redred/Mod_Redred.php:50
#: ../../addon/statusnet/Mod_Statusnet.php:146
-#: ../../addon/rtof/Mod_Rtof.php:36 ../../addon/wppost/Mod_Wppost.php:41
+#: ../../addon/rtof/Mod_Rtof.php:36 ../../addon/wppost/Mod_Wppost.php:43
#: ../../addon/hsse/Mod_Hsse.php:21 ../../addon/ijpost/Mod_Ijpost.php:35
#: ../../addon/pubcrawl/Mod_Pubcrawl.php:40
-#: ../../addon/dwpost/Mod_Dwpost.php:36
+#: ../../addon/dwpost/Mod_Dwpost.php:39
#: ../../addon/startpage/Mod_Startpage.php:50
#: ../../addon/twitter/Mod_Twitter.php:78 ../../addon/pumpio/Mod_Pumpio.php:53
#: ../../addon/sendzid/Mod_Sendzid.php:20 ../../addon/nofed/Mod_Nofed.php:33
#: ../../addon/smileybutton/Mod_Smileybutton.php:35
#: ../../addon/diaspora/Mod_Diaspora.php:58
#: ../../addon/fuzzloc/Mod_Fuzzloc.php:34
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:53
#: ../../addon/libertree/Mod_Libertree.php:35
+#: ../../addon/hideaside/Mod_Hideaside.php:23
#: ../../addon/skeleton/Mod_Skeleton.php:32 ../../addon/nsfw/Mod_Nsfw.php:33
-#: ../../addon/gnusoc/Mod_Gnusoc.php:22 ../../addon/ljpost/Mod_Ljpost.php:37
-#: ../../addon/jappixmini/Mod_Jappixmini.php:96
+#: ../../addon/gnusoc/Mod_Gnusoc.php:22 ../../addon/ljpost/Mod_Ljpost.php:38
#: ../../addon/authchoose/Mod_Authchoose.php:28
#: ../../addon/pageheader/Mod_Pageheader.php:34
#: ../../addon/xmpp/Mod_Xmpp.php:35 ../../Zotlabs/Module/Tokens.php:99
-#: ../../Zotlabs/Module/Group.php:106 ../../Zotlabs/Module/Oauth.php:100
-#: ../../Zotlabs/Module/Chat.php:102 ../../Zotlabs/Module/Poke.php:165
-#: ../../Zotlabs/Module/Cdav.php:899 ../../Zotlabs/Module/Webpages.php:48
-#: ../../Zotlabs/Module/Connect.php:104 ../../Zotlabs/Module/Pubstream.php:20
-#: ../../Zotlabs/Module/Permcats.php:62 ../../Zotlabs/Module/Lang.php:17
-#: ../../Zotlabs/Module/Uexport.php:61 ../../Zotlabs/Module/Mood.php:134
-#: ../../Zotlabs/Module/Cards.php:51 ../../Zotlabs/Module/Articles.php:52
-#: ../../Zotlabs/Module/Bookmarks.php:78 ../../Zotlabs/Module/Probe.php:18
-#: ../../Zotlabs/Module/Invite.php:110 ../../Zotlabs/Module/Notes.php:56
-#: ../../Zotlabs/Module/Affinity.php:52 ../../Zotlabs/Module/Defperms.php:189
-#: ../../Zotlabs/Module/Oauth2.php:106 ../../Zotlabs/Module/Randprof.php:29
-#: ../../Zotlabs/Module/Pdledit.php:42 ../../Zotlabs/Module/Wiki.php:52
-#: ../../Zotlabs/Module/Suggest.php:40 ../../Zotlabs/Module/Sources.php:88
+#: ../../Zotlabs/Module/Group.php:107 ../../Zotlabs/Module/Oauth.php:100
+#: ../../Zotlabs/Module/Chat.php:100 ../../Zotlabs/Module/Poke.php:165
+#: ../../Zotlabs/Module/Cdav.php:872 ../../Zotlabs/Module/Webpages.php:48
+#: ../../Zotlabs/Module/Pubstream.php:20 ../../Zotlabs/Module/Permcats.php:63
+#: ../../Zotlabs/Module/Lang.php:17 ../../Zotlabs/Module/Uexport.php:61
+#: ../../Zotlabs/Module/Mood.php:134 ../../Zotlabs/Module/Cards.php:51
+#: ../../Zotlabs/Module/Articles.php:52 ../../Zotlabs/Module/Bookmarks.php:78
+#: ../../Zotlabs/Module/Probe.php:18 ../../Zotlabs/Module/Invite.php:110
+#: ../../Zotlabs/Module/Notes.php:57 ../../Zotlabs/Module/Affinity.php:52
+#: ../../Zotlabs/Module/Defperms.php:190 ../../Zotlabs/Module/Oauth2.php:106
+#: ../../Zotlabs/Module/Randprof.php:29 ../../Zotlabs/Module/Pdledit.php:43
+#: ../../Zotlabs/Module/Wiki.php:52 ../../Zotlabs/Module/Suggest.php:40
+#: ../../Zotlabs/Module/Sources.php:88
msgid "Not Installed"
msgstr "No instalado/a"
@@ -499,9 +516,9 @@ msgstr "No hay canales bloqueados actualmente"
#: ../../addon/superblock/Mod_Superblock.php:91
#: ../../Zotlabs/Module/Tagrm.php:137
#: ../../Zotlabs/Module/Admin/Addons.php:459
-#: ../../Zotlabs/Module/Profile_photo.php:499
-#: ../../Zotlabs/Module/Cover_photo.php:430
-#: ../../Zotlabs/Module/Photos.php:993
+#: ../../Zotlabs/Module/Profile_photo.php:501
+#: ../../Zotlabs/Module/Cover_photo.php:424
+#: ../../Zotlabs/Module/Photos.php:995
msgid "Remove"
msgstr "Eliminar"
@@ -513,6 +530,7 @@ msgstr "App NSA Bait "
#: ../../addon/nsabait/Mod_Nsabait.php:24
#: ../../addon/rainbowtag/Mod_Rainbowtag.php:26
#: ../../addon/planets/Mod_Planets.php:23 ../../addon/hsse/Mod_Hsse.php:26
+#: ../../addon/hideaside/Mod_Hideaside.php:27
#: ../../addon/authchoose/Mod_Authchoose.php:33
msgid "Installed"
msgstr "Instalado"
@@ -562,14 +580,14 @@ msgstr "Regresar después"
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:57 ../../include/nav.php:110
-#: ../../include/conversation.php:1038 ../../Zotlabs/Module/Connedit.php:608
-#: ../../Zotlabs/Lib/Apps.php:343
+#: ../../addon/openclipatar/openclipatar.php:57 ../../include/nav.php:112
+#: ../../include/conversation.php:1065 ../../Zotlabs/Module/Connedit.php:609
+#: ../../Zotlabs/Lib/Apps.php:344
msgid "View Profile"
msgstr "Ver el perfil"
-#: ../../addon/openclipatar/openclipatar.php:58 ../../include/nav.php:115
-#: ../../include/channel.php:1430
+#: ../../addon/openclipatar/openclipatar.php:58 ../../include/nav.php:117
+#: ../../include/channel.php:1527
msgid "Edit Profile"
msgstr "Editar el perfil"
@@ -644,7 +662,7 @@ msgid "Unknown error. Please try again later."
msgstr "Error desconocido. Por favor, inténtelo otra vez."
#: ../../addon/openclipatar/openclipatar.php:298
-#: ../../Zotlabs/Module/Profile_photo.php:252
+#: ../../Zotlabs/Module/Profile_photo.php:254
msgid ""
"Shift-reload the page or clear browser cache if the new photo does not "
"display immediately."
@@ -655,7 +673,7 @@ msgid "Profile photo updated successfully."
msgstr "Se ha actualizado con éxito la foto de perfil."
#: ../../addon/bookmarker/bookmarker.php:38
-#: ../../Zotlabs/Lib/ThreadItem.php:440
+#: ../../Zotlabs/Lib/ThreadItem.php:472
msgid "Save Bookmarks"
msgstr "Guardar en Marcadores"
@@ -677,171 +695,14 @@ msgstr "Haga una pausa antes de comenzar la siguiente tarea: (microsegundos. Mí
msgid "Queueworker Settings"
msgstr "Configuración del gestor de procesos de trabajo en cola"
-#: ../../addon/queueworker/Mod_Queueworker.php:119 ../../include/text.php:1106
-#: ../../include/text.php:1118 ../../Zotlabs/Widget/Notes.php:23
+#: ../../addon/queueworker/Mod_Queueworker.php:119 ../../include/text.php:1132
+#: ../../include/text.php:1144 ../../Zotlabs/Widget/Notes.php:23
#: ../../Zotlabs/Module/Admin/Profs.php:94
#: ../../Zotlabs/Module/Admin/Profs.php:114 ../../Zotlabs/Module/Filer.php:53
#: ../../Zotlabs/Module/Rbmark.php:32 ../../Zotlabs/Module/Rbmark.php:104
msgid "Save"
msgstr "Guardar"
-#: ../../addon/tour/tour.php:76
-msgid "Edit your profile and change settings."
-msgstr "Editar su perfil y cambiar los ajustes."
-
-#: ../../addon/tour/tour.php:77
-msgid "Click here to see activity from your connections."
-msgstr "Pulsar aquí para ver la actividad de sus conexiones."
-
-#: ../../addon/tour/tour.php:78
-msgid "Click here to see your channel home."
-msgstr "Pulsar aquí para ver la página de inicio de su canal."
-
-#: ../../addon/tour/tour.php:79
-msgid "You can access your private messages from here."
-msgstr "Puede acceder a sus mensajes privados desde aquí."
-
-#: ../../addon/tour/tour.php:80
-msgid "Create new events here."
-msgstr "Crear nuevos eventos aquí."
-
-#: ../../addon/tour/tour.php:81
-msgid ""
-"You can accept new connections and change permissions for existing ones "
-"here. You can also e.g. create groups of contacts."
-msgstr "Puede aceptar nuevas conexiones y cambiar permisos para las que ya existen aquí. También puede, por ejemplo, crear grupos de contactos."
-
-#: ../../addon/tour/tour.php:82
-msgid "System notifications will arrive here"
-msgstr "Las notificaciones del sistema llegarán aquí"
-
-#: ../../addon/tour/tour.php:83
-msgid "Search for content and users"
-msgstr "Buscar contenido y usuarios"
-
-#: ../../addon/tour/tour.php:84
-msgid "Browse for new contacts"
-msgstr "Buscar nuevos contactos"
-
-#: ../../addon/tour/tour.php:85
-msgid "Launch installed apps"
-msgstr "Iniciar aplicaciones instaladas"
-
-#: ../../addon/tour/tour.php:86
-msgid "Looking for help? Click here."
-msgstr "¿Busca ayuda? Pulse aquí."
-
-#: ../../addon/tour/tour.php:87
-msgid ""
-"New events have occurred in your network. Click here to see what has "
-"happened!"
-msgstr "Se han producido nuevos eventos en su red. ¡Haga clic aquí para ver lo que ha sucedido!"
-
-#: ../../addon/tour/tour.php:88
-msgid "You have received a new private message. Click here to see from who!"
-msgstr "Ha recibido un nuevo mensaje privado. Haga clic aquí para ver de quién!"
-
-#: ../../addon/tour/tour.php:89
-msgid "There are events this week. Click here too see which!"
-msgstr "Hay eventos esta semana. Haga clic aquí para ver cuáles!"
-
-#: ../../addon/tour/tour.php:90
-msgid "You have received a new introduction. Click here to see who!"
-msgstr "Ha recibido una nueva solicitud de conexión. ¡Pulse aquí para ver de quién!"
-
-#: ../../addon/tour/tour.php:91
-msgid ""
-"There is a new system notification. Click here to see what has happened!"
-msgstr "Hay una nueva notificación del sistema. ¡Haga clic aquí para ver lo que ha sucedido!"
-
-#: ../../addon/tour/tour.php:94
-msgid "Click here to share text, images, videos and sound."
-msgstr "Haga clic aquí para compartir texto, imágenes, vídeos y sonido."
-
-#: ../../addon/tour/tour.php:95
-msgid "You can write an optional title for your update (good for long posts)."
-msgstr "Puede escribir un título opcional para su actualización (bueno para los mensajes largos)."
-
-#: ../../addon/tour/tour.php:96
-msgid "Entering some categories here makes it easier to find your post later."
-msgstr "Al ingresar algunos temas aquí, es más fácil encontrar su publicación más tarde."
-
-#: ../../addon/tour/tour.php:97
-msgid "Share photos, links, location, etc."
-msgstr "Compartir fotos, enlaces, ubicación, etc."
-
-#: ../../addon/tour/tour.php:98
-msgid ""
-"Only want to share content for a while? Make it expire at a certain date."
-msgstr "¿Solo quieres compartir contenido durante un tiempo? Haga que expire en una fecha determinada."
-
-#: ../../addon/tour/tour.php:99
-msgid "You can password protect content."
-msgstr "Puede proteger contenido con una contraseña."
-
-#: ../../addon/tour/tour.php:100
-msgid "Choose who you share with."
-msgstr "Elegir con quién compartir."
-
-#: ../../addon/tour/tour.php:102
-msgid "Click here when you are done."
-msgstr "Haga clic aquí cuando haya terminado."
-
-#: ../../addon/tour/tour.php:105
-msgid "Adjust from which channels posts should be displayed."
-msgstr "Ajustar de qué canales se deben mostrar las publicaciones."
-
-#: ../../addon/tour/tour.php:106
-msgid "Only show posts from channels in the specified privacy group."
-msgstr "Mostrar solo las entradas de los canales de un grupo específico de canales."
-
-#: ../../addon/tour/tour.php:110
-msgid "Easily find posts containing tags (keywords preceded by the \"#\" symbol)."
-msgstr "Encuentre fácilmente entradas que contengan etiquetas (palabras clave precedidas del símbolo \"#\")."
-
-#: ../../addon/tour/tour.php:111
-msgid "Easily find posts in given category."
-msgstr "Encuentre fácilmente las publicaciones en una categoría dada."
-
-#: ../../addon/tour/tour.php:112
-msgid "Easily find posts by date."
-msgstr "Encuentre fácilmente entradas por fechas."
-
-#: ../../addon/tour/tour.php:113
-msgid ""
-"Suggested users who have volounteered to be shown as suggestions, and who we"
-" think you might find interesting."
-msgstr "Se sugiere a los usuarios que se han ofrecido voluntariamente que se muestren como sugerencias, y que creemos que podrían resultar interesantes."
-
-#: ../../addon/tour/tour.php:114
-msgid "Here you see channels you have connected to."
-msgstr "Aquí puede ver los canales a los que está conectado."
-
-#: ../../addon/tour/tour.php:115
-msgid "Save your search so you can repeat it at a later date."
-msgstr "Guarde su búsqueda para poder repetirla en una fecha posterior."
-
-#: ../../addon/tour/tour.php:118
-msgid ""
-"If you see this icon you can be sure that the sender is who it say it is. It"
-" is normal that it is not always possible to verify the sender, so the icon "
-"will be missing sometimes. There is usually no need to worry about that."
-msgstr "Si ve este icono puede estar seguro de que el remitente es quien dice ser. Es normal que no siempre sea posible verificar el remitente, por lo que el icono faltará en ocasiones. Por lo general, no hay necesidad de preocuparse por eso."
-
-#: ../../addon/tour/tour.php:119
-msgid ""
-"Danger! It seems someone tried to forge a message! This message is not "
-"necessarily from who it says it is from!"
-msgstr "¡Peligro! ¡Parece que alguien intentó falsificar un mensaje! ¡Este mensaje no es necesariamente de quien dice que es!"
-
-#: ../../addon/tour/tour.php:126
-msgid ""
-"Welcome to Hubzilla! Would you like to see a tour of the UI?</p> <p>You can "
-"pause it at any time and continue where you left off by reloading the page, "
-"or navigting to another page.</p><p>You can also advance by pressing the "
-"return key"
-msgstr "¡Bienvenido/a a Hubzilla! ¿Quiere hacer un recorrido por la interfaz de usuario?</p> <p> Puede detenerlo en cualquier momento y continuar donde lo dejó recargando la página o navegando a otra.</p> <p> También puede avanzar pulsando la tecla de retorno"
-
#: ../../addon/rainbowtag/Mod_Rainbowtag.php:15
msgid "Add some colour to tag clouds"
msgstr "Añadir color a las nubes de etiquetas"
@@ -881,15 +742,15 @@ msgstr "En píxeles. Desde 1 hasta 1024, 0 será reemplazado por el predetermina
msgid "Photo Cache"
msgstr "Photo Cache"
-#: ../../addon/gallery/gallery.php:38 ../../addon/gallery/Mod_Gallery.php:136
+#: ../../addon/gallery/gallery.php:43 ../../addon/gallery/Mod_Gallery.php:136
msgid "Gallery"
msgstr "Galería"
-#: ../../addon/gallery/gallery.php:41
+#: ../../addon/gallery/gallery.php:46
msgid "Photo Gallery"
msgstr "Galería de fotos"
-#: ../../addon/gallery/Mod_Gallery.php:49 ../../include/channel.php:1327
+#: ../../addon/gallery/Mod_Gallery.php:49 ../../include/channel.php:1424
#: ../../Zotlabs/Module/Hcard.php:12 ../../Zotlabs/Module/Editwebpage.php:32
#: ../../Zotlabs/Module/Profile.php:20 ../../Zotlabs/Module/Webpages.php:39
#: ../../Zotlabs/Module/Filestorage.php:53 ../../Zotlabs/Module/Connect.php:17
@@ -918,34 +779,34 @@ 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:53 ../../addon/pumpio/pumpio.php:44
-#: ../../addon/keepout/keepout.php:36
-#: ../../addon/flashcards/Mod_Flashcards.php:276 ../../include/photos.php:27
-#: ../../include/items.php:3796 ../../include/attach.php:150
-#: ../../include/attach.php:199 ../../include/attach.php:272
-#: ../../include/attach.php:380 ../../include/attach.php:394
-#: ../../include/attach.php:401 ../../include/attach.php:483
-#: ../../include/attach.php:1043 ../../include/attach.php:1117
-#: ../../include/attach.php:1280 ../../Zotlabs/Module/Article_edit.php:51
+#: ../../addon/openid/Mod_Id.php:53 ../../addon/mail/Mod_Mail.php:25
+#: ../../addon/pumpio/pumpio.php:44 ../../addon/keepout/keepout.php:36
+#: ../../include/photos.php:27 ../../include/items.php:3965
+#: ../../include/attach.php:156 ../../include/attach.php:205
+#: ../../include/attach.php:278 ../../include/attach.php:386
+#: ../../include/attach.php:400 ../../include/attach.php:407
+#: ../../include/attach.php:489 ../../include/attach.php:1055
+#: ../../include/attach.php:1129 ../../include/attach.php:1292
+#: ../../Zotlabs/Module/Article_edit.php:51
#: ../../Zotlabs/Module/Network.php:19 ../../Zotlabs/Module/Register.php:80
#: ../../Zotlabs/Module/Setup.php:206
#: ../../Zotlabs/Module/Viewconnections.php:28
#: ../../Zotlabs/Module/Viewconnections.php:33
-#: ../../Zotlabs/Module/Channel.php:169 ../../Zotlabs/Module/Channel.php:332
-#: ../../Zotlabs/Module/Channel.php:371 ../../Zotlabs/Module/Group.php:14
-#: ../../Zotlabs/Module/Group.php:30 ../../Zotlabs/Module/Card_edit.php:51
+#: ../../Zotlabs/Module/Channel.php:181 ../../Zotlabs/Module/Channel.php:348
+#: ../../Zotlabs/Module/Channel.php:387 ../../Zotlabs/Module/Group.php:15
+#: ../../Zotlabs/Module/Group.php:31 ../../Zotlabs/Module/Card_edit.php:51
#: ../../Zotlabs/Module/Editwebpage.php:68
#: ../../Zotlabs/Module/Editwebpage.php:89
#: ../../Zotlabs/Module/Editwebpage.php:107
-#: ../../Zotlabs/Module/Editwebpage.php:121 ../../Zotlabs/Module/Chat.php:115
-#: ../../Zotlabs/Module/Chat.php:120
-#: ../../Zotlabs/Module/Channel_calendar.php:224
-#: ../../Zotlabs/Module/Like.php:187 ../../Zotlabs/Module/Poke.php:157
-#: ../../Zotlabs/Module/Item.php:417 ../../Zotlabs/Module/Item.php:436
-#: ../../Zotlabs/Module/Item.php:446 ../../Zotlabs/Module/Item.php:1315
+#: ../../Zotlabs/Module/Editwebpage.php:121 ../../Zotlabs/Module/Chat.php:113
+#: ../../Zotlabs/Module/Chat.php:118
+#: ../../Zotlabs/Module/Channel_calendar.php:230
+#: ../../Zotlabs/Module/Like.php:193 ../../Zotlabs/Module/Poke.php:157
+#: ../../Zotlabs/Module/Item.php:383 ../../Zotlabs/Module/Item.php:402
+#: ../../Zotlabs/Module/Item.php:412 ../../Zotlabs/Module/Item.php:1328
#: ../../Zotlabs/Module/Mitem.php:129 ../../Zotlabs/Module/Profile.php:85
#: ../../Zotlabs/Module/Profile.php:101
-#: ../../Zotlabs/Module/Sharedwithme.php:16
+#: ../../Zotlabs/Module/Sharedwithme.php:19
#: ../../Zotlabs/Module/Webpages.php:133
#: ../../Zotlabs/Module/Filestorage.php:17
#: ../../Zotlabs/Module/Filestorage.php:72
@@ -956,7 +817,7 @@ msgstr "Establecer un planeta aleatorio del Imperio de la Guerra de las Galaxias
#: ../../Zotlabs/Module/Achievements.php:34
#: ../../Zotlabs/Module/Events.php:277 ../../Zotlabs/Module/Manage.php:10
#: ../../Zotlabs/Module/Authtest.php:16 ../../Zotlabs/Module/Viewsrc.php:19
-#: ../../Zotlabs/Module/Moderate.php:13 ../../Zotlabs/Module/Display.php:451
+#: ../../Zotlabs/Module/Moderate.php:15 ../../Zotlabs/Module/Display.php:456
#: ../../Zotlabs/Module/Common.php:38 ../../Zotlabs/Module/New_channel.php:105
#: ../../Zotlabs/Module/New_channel.php:130
#: ../../Zotlabs/Module/Service_limits.php:11
@@ -964,41 +825,41 @@ msgstr "Establecer un planeta aleatorio del Imperio de la Guerra de las Galaxias
#: ../../Zotlabs/Module/Cards.php:86 ../../Zotlabs/Module/Api.php:24
#: ../../Zotlabs/Module/Regmod.php:20 ../../Zotlabs/Module/Blocks.php:73
#: ../../Zotlabs/Module/Blocks.php:80 ../../Zotlabs/Module/Message.php:18
-#: ../../Zotlabs/Module/Profile_photo.php:336
-#: ../../Zotlabs/Module/Profile_photo.php:349
+#: ../../Zotlabs/Module/Vote.php:19 ../../Zotlabs/Module/Profile_photo.php:338
+#: ../../Zotlabs/Module/Profile_photo.php:351
#: ../../Zotlabs/Module/Editblock.php:67 ../../Zotlabs/Module/Settings.php:59
#: ../../Zotlabs/Module/Editlayout.php:67
#: ../../Zotlabs/Module/Editlayout.php:90
#: ../../Zotlabs/Module/Connections.php:32
-#: ../../Zotlabs/Module/Cover_photo.php:347
-#: ../../Zotlabs/Module/Cover_photo.php:360 ../../Zotlabs/Module/Photos.php:69
+#: ../../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:198 ../../Zotlabs/Module/Profiles.php:635
+#: ../../Zotlabs/Module/Profiles.php:200 ../../Zotlabs/Module/Profiles.php:637
#: ../../Zotlabs/Module/Articles.php:89 ../../Zotlabs/Module/Bookmarks.php:70
#: ../../Zotlabs/Module/Invite.php:21 ../../Zotlabs/Module/Invite.php:102
-#: ../../Zotlabs/Module/Mail.php:150 ../../Zotlabs/Module/Block.php:24
-#: ../../Zotlabs/Module/Block.php:74 ../../Zotlabs/Module/Rate.php:113
-#: ../../Zotlabs/Module/Menu.php:130 ../../Zotlabs/Module/Menu.php:141
-#: ../../Zotlabs/Module/Defperms.php:181 ../../Zotlabs/Module/Thing.php:280
-#: ../../Zotlabs/Module/Thing.php:300 ../../Zotlabs/Module/Thing.php:341
-#: ../../Zotlabs/Module/Pdledit.php:34 ../../Zotlabs/Module/Wiki.php:59
-#: ../../Zotlabs/Module/Wiki.php:285 ../../Zotlabs/Module/Wiki.php:428
-#: ../../Zotlabs/Module/Suggest.php:32 ../../Zotlabs/Module/Connedit.php:399
+#: ../../Zotlabs/Module/Block.php:24 ../../Zotlabs/Module/Block.php:74
+#: ../../Zotlabs/Module/Rate.php:113 ../../Zotlabs/Module/Menu.php:130
+#: ../../Zotlabs/Module/Menu.php:141 ../../Zotlabs/Module/Defperms.php:182
+#: ../../Zotlabs/Module/Thing.php:282 ../../Zotlabs/Module/Thing.php:302
+#: ../../Zotlabs/Module/Thing.php:343 ../../Zotlabs/Module/Pdledit.php:35
+#: ../../Zotlabs/Module/Wiki.php:59 ../../Zotlabs/Module/Wiki.php:285
+#: ../../Zotlabs/Module/Wiki.php:428 ../../Zotlabs/Module/Suggest.php:32
+#: ../../Zotlabs/Module/Connedit.php:400
#: ../../Zotlabs/Module/Notifications.php:11
#: ../../Zotlabs/Module/Layouts.php:71 ../../Zotlabs/Module/Layouts.php:78
#: ../../Zotlabs/Module/Layouts.php:89 ../../Zotlabs/Module/Locs.php:87
-#: ../../Zotlabs/Module/Sources.php:80 ../../Zotlabs/Lib/Chatroom.php:133
-#: ../../Zotlabs/Web/WebServer.php:123
+#: ../../Zotlabs/Module/Sources.php:80 ../../Zotlabs/Lib/Chatroom.php:135
+#: ../../Zotlabs/Web/WebServer.php:115
msgid "Permission denied."
msgstr "Acceso denegado."
#: ../../addon/openid/Mod_Id.php:85 ../../include/selectors.php:60
-#: ../../include/selectors.php:77 ../../include/channel.php:1610
+#: ../../include/selectors.php:77 ../../include/channel.php:1707
msgid "Male"
msgstr "Hombre"
#: ../../addon/openid/Mod_Id.php:87 ../../include/selectors.php:60
-#: ../../include/selectors.php:77 ../../include/channel.php:1608
+#: ../../include/selectors.php:77 ../../include/channel.php:1705
msgid "Female"
msgstr "Mujer"
@@ -1012,7 +873,7 @@ msgstr "Error de protocolo OpenID. No se recuperó ninguna ID."
msgid "Welcome %s. Remote authentication successful."
msgstr "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente."
-#: ../../addon/openid/Mod_Openid.php:188 ../../include/auth.php:317
+#: ../../addon/openid/Mod_Openid.php:188 ../../include/auth.php:320
msgid "Login failed."
msgstr "El acceso ha fallado."
@@ -1046,16 +907,16 @@ msgstr "Nombre completo"
#: ../../addon/openid/MysqlProvider.php:56
#: ../../addon/openid/MysqlProvider.php:57
#: ../../addon/redred/Mod_Redred.php:71 ../../addon/rtof/Mod_Rtof.php:57
-#: ../../include/network.php:1732 ../../Zotlabs/Module/Cdav.php:1377
+#: ../../include/network.php:1736 ../../Zotlabs/Module/Cdav.php:1372
#: ../../Zotlabs/Module/Admin/Accounts.php:171
#: ../../Zotlabs/Module/Admin/Accounts.php:183
-#: ../../Zotlabs/Module/Profiles.php:787 ../../Zotlabs/Module/Connedit.php:927
+#: ../../Zotlabs/Module/Profiles.php:789 ../../Zotlabs/Module/Connedit.php:928
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:360
+#: ../../addon/openid/MysqlProvider.php:60 ../../Zotlabs/Lib/Apps.php:361
msgid "Profile Photo"
msgstr "Foto del perfil"
@@ -1083,16 +944,16 @@ msgstr "Foto del perfil 80px"
msgid "Profile Photo 128px"
msgstr "Foto del perfil 128px"
-#: ../../addon/openid/MysqlProvider.php:67
+#: ../../addon/openid/MysqlProvider.php:67 ../../include/event.php:123
msgid "Timezone"
msgstr "Zona horaria"
#: ../../addon/openid/MysqlProvider.php:68
-#: ../../Zotlabs/Module/Profiles.php:767
+#: ../../Zotlabs/Module/Profiles.php:769
msgid "Homepage URL"
msgstr "Dirección de la página personal"
-#: ../../addon/openid/MysqlProvider.php:69 ../../Zotlabs/Lib/Apps.php:358
+#: ../../addon/openid/MysqlProvider.php:69 ../../Zotlabs/Lib/Apps.php:359
msgid "Language"
msgstr "Idioma"
@@ -1113,7 +974,7 @@ msgid "Birthdate"
msgstr "Fecha de nacimiento"
#: ../../addon/openid/MysqlProvider.php:74
-#: ../../Zotlabs/Module/Profiles.php:486
+#: ../../Zotlabs/Module/Profiles.php:488
msgid "Gender"
msgstr "Género"
@@ -1268,7 +1129,7 @@ msgstr "Tenga en cuenta que las estadísticas de Diaspora y Friendica se refiere
msgid "Channel is required."
msgstr "Se requiere un canal."
-#: ../../addon/redred/Mod_Redred.php:29 ../../Zotlabs/Module/Network.php:325
+#: ../../addon/redred/Mod_Redred.php:29 ../../Zotlabs/Module/Network.php:326
msgid "Invalid channel."
msgstr "El canal no es válido."
@@ -1306,7 +1167,6 @@ msgid "Hubzilla channel name"
msgstr "Nombre del canal de Hubzilla"
#: ../../addon/redred/Mod_Redred.php:79
-#: ../../addon/jappixmini/Mod_Jappixmini.php:195
msgid "Hubzilla password"
msgstr "Contraseña de Hubzilla"
@@ -1323,14 +1183,13 @@ msgid "Photos imported"
msgstr "Se han importado las fotos"
#: ../../addon/redphotos/redphotos.php:119
-#: ../../addon/frphotos/frphotos.php:82 ../../addon/redfiles/redfiles.php:109
-#: ../../addon/hzfiles/hzfiles.php:75 ../../include/items.php:435
-#: ../../Zotlabs/Module/Import_items.php:120
-#: ../../Zotlabs/Module/Profperm.php:28 ../../Zotlabs/Module/Group.php:98
-#: ../../Zotlabs/Module/Like.php:301 ../../Zotlabs/Module/Cloud.php:119
-#: ../../Zotlabs/Module/Share.php:71 ../../Zotlabs/Module/Subthread.php:86
+#: ../../addon/redfiles/redfiles.php:109 ../../addon/hzfiles/hzfiles.php:75
+#: ../../include/items.php:439 ../../Zotlabs/Module/Import_items.php:120
+#: ../../Zotlabs/Module/Profperm.php:28 ../../Zotlabs/Module/Group.php:99
+#: ../../Zotlabs/Module/Like.php:295 ../../Zotlabs/Module/Cloud.php:119
+#: ../../Zotlabs/Module/Share.php:72 ../../Zotlabs/Module/Subthread.php:86
#: ../../Zotlabs/Module/Dreport.php:10 ../../Zotlabs/Module/Dreport.php:82
-#: ../../Zotlabs/Web/WebServer.php:122
+#: ../../Zotlabs/Web/WebServer.php:114
msgid "Permission denied"
msgstr "Permiso denegado"
@@ -1374,10 +1233,10 @@ msgid "0 or blank to import all available"
msgstr "0 o en blanco para importar todos los disponibles"
#: ../../addon/redphotos/redphotohelper.php:71
-#: ../../addon/pubcrawl/as.php:1692 ../../addon/diaspora/Receiver.php:1592
-#: ../../include/text.php:2119 ../../include/conversation.php:116
-#: ../../Zotlabs/Module/Like.php:392 ../../Zotlabs/Module/Tagger.php:69
-#: ../../Zotlabs/Module/Subthread.php:112 ../../Zotlabs/Lib/Activity.php:2444
+#: ../../addon/pubcrawl/as.php:1810 ../../addon/diaspora/Receiver.php:1597
+#: ../../include/text.php:2233 ../../include/conversation.php:118
+#: ../../Zotlabs/Module/Like.php:386 ../../Zotlabs/Module/Tagger.php:71
+#: ../../Zotlabs/Module/Subthread.php:112 ../../Zotlabs/Lib/Activity.php:2892
msgid "photo"
msgstr "foto"
@@ -1509,7 +1368,7 @@ msgid "Post to GNU social"
msgstr "Publicar en GNU social"
#: ../../addon/statusnet/statusnet.php:593
-#: ../../Zotlabs/Module/Admin/Site.php:297
+#: ../../Zotlabs/Module/Admin/Site.php:295
msgid "Site name"
msgstr "Nombre del sitio"
@@ -1517,13 +1376,13 @@ msgstr "Nombre del sitio"
msgid "API URL"
msgstr "URL de la API"
-#: ../../addon/statusnet/statusnet.php:595 ../../addon/twitter/twitter.php:501
+#: ../../addon/statusnet/statusnet.php:595 ../../addon/twitter/twitter.php:506
#: ../../Zotlabs/Module/Oauth.php:115 ../../Zotlabs/Module/Oauth.php:141
#: ../../Zotlabs/Module/Oauth2.php:119 ../../Zotlabs/Module/Oauth2.php:147
msgid "Consumer Secret"
msgstr "Consumer Secret"
-#: ../../addon/statusnet/statusnet.php:596 ../../addon/twitter/twitter.php:500
+#: ../../addon/statusnet/statusnet.php:596 ../../addon/twitter/twitter.php:505
#: ../../Zotlabs/Module/Oauth.php:114 ../../Zotlabs/Module/Oauth.php:140
msgid "Consumer Key"
msgstr "Consumer Key"
@@ -1532,26 +1391,6 @@ msgstr "Consumer Key"
msgid "Application name"
msgstr "Nombre de la aplicación"
-#: ../../addon/frphotos/frphotos.php:92
-msgid "Friendica Photo Album Import"
-msgstr "Importar un álbum de fotos de Friendica"
-
-#: ../../addon/frphotos/frphotos.php:93
-msgid "This will import all your Friendica photo albums to this Red channel."
-msgstr "Esto importará todos sus álbumes de fotos de Friendica a este canal de Hubzilla."
-
-#: ../../addon/frphotos/frphotos.php:94
-msgid "Friendica Server base URL"
-msgstr "URL base del servidor de Friendica"
-
-#: ../../addon/frphotos/frphotos.php:95
-msgid "Friendica Login Username"
-msgstr "Nombre de inicio de sesión en Friendica"
-
-#: ../../addon/frphotos/frphotos.php:96
-msgid "Friendica Login Password"
-msgstr "Contraseña de inicio de sesión en Friendica"
-
#: ../../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."
@@ -1592,51 +1431,66 @@ msgstr "Publicar en Friendica"
msgid "Post to WordPress"
msgstr "Publicar en WordPress"
-#: ../../addon/wppost/Mod_Wppost.php:28
+#: ../../addon/wppost/wppost.php:173 ../../addon/wppost/Mod_Wppost.php:98
+#: ../../addon/dwpost/Mod_Dwpost.php:69 ../../addon/dwpost/dwpost.php:134
+#: ../../addon/ljpost/ljpost.php:134 ../../Zotlabs/Module/Wiki.php:384
+msgid "Source"
+msgstr "Fuente"
+
+#: ../../addon/wppost/Mod_Wppost.php:30
msgid "Wordpress Settings saved."
msgstr "Se han guardado los ajustes de WordPress."
-#: ../../addon/wppost/Mod_Wppost.php:41
+#: ../../addon/wppost/Mod_Wppost.php:43
msgid "Wordpress Post App"
msgstr "App Publicar en Wordpress"
-#: ../../addon/wppost/Mod_Wppost.php:42
+#: ../../addon/wppost/Mod_Wppost.php:44
msgid "Post to WordPress or anything else which uses the wordpress XMLRPC API"
msgstr "Publicar en WordPress o cualquier otra cosa que utilice la API XMLRPC de wordpress"
-#: ../../addon/wppost/Mod_Wppost.php:65
+#: ../../addon/wppost/Mod_Wppost.php:69
msgid "WordPress username"
msgstr "Nombre de usuario de WordPress"
-#: ../../addon/wppost/Mod_Wppost.php:69
+#: ../../addon/wppost/Mod_Wppost.php:73
msgid "WordPress password"
msgstr "Contraseña de WordPress"
-#: ../../addon/wppost/Mod_Wppost.php:73
+#: ../../addon/wppost/Mod_Wppost.php:77
msgid "WordPress API URL"
msgstr "URL de la API de WordPress"
-#: ../../addon/wppost/Mod_Wppost.php:74
+#: ../../addon/wppost/Mod_Wppost.php:78
msgid "Typically https://your-blog.tld/xmlrpc.php"
msgstr "Habitualmente https://your-blog.tld/xmlrpc.php"
-#: ../../addon/wppost/Mod_Wppost.php:77
+#: ../../addon/wppost/Mod_Wppost.php:81
msgid "WordPress blogid"
msgstr "Blog de WordPress"
-#: ../../addon/wppost/Mod_Wppost.php:78
+#: ../../addon/wppost/Mod_Wppost.php:82
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"
-#: ../../addon/wppost/Mod_Wppost.php:82
+#: ../../addon/wppost/Mod_Wppost.php:86
msgid "Post to WordPress by default"
msgstr "Publicar en WordPress por defecto"
-#: ../../addon/wppost/Mod_Wppost.php:86
+#: ../../addon/wppost/Mod_Wppost.php:90
msgid "Forward comments (requires hubzilla_wp plugin)"
msgstr "Reenviar comentarios (requerido por el plugin hubzilla_wp)"
-#: ../../addon/wppost/Mod_Wppost.php:94
+#: ../../addon/wppost/Mod_Wppost.php:94 ../../addon/dwpost/Mod_Dwpost.php:65
+#: ../../addon/ljpost/Mod_Ljpost.php:71
+msgid "Add link to original post"
+msgstr "Añadir enlace a la entrada original"
+
+#: ../../addon/wppost/Mod_Wppost.php:98 ../../addon/dwpost/Mod_Dwpost.php:69
+msgid "Link description (default:"
+msgstr "Descripción del enlace (por defecto: "
+
+#: ../../addon/wppost/Mod_Wppost.php:106
msgid "Wordpress Post"
msgstr "Publicar en Wordpress"
@@ -1661,7 +1515,7 @@ msgid ""
msgstr "Este complemento copia el contenido existente y el almacenamiento de ficheros en un canal clonado/copiado. Una vez instalada la aplicación, visite la aplicación recién instalada. Esto le permitirá establecer la ubicación de su canal original y un rango de fechas opcional de ficheros/conversaciones para copiar."
#: ../../addon/content_import/Mod_content_import.php:135
-#: ../../Zotlabs/Lib/Apps.php:331
+#: ../../Zotlabs/Lib/Apps.php:332
msgid "Content Import"
msgstr "Importación de contenidos"
@@ -1702,211 +1556,211 @@ msgstr "Modificado desde la fecha yyyy-mm-dd"
msgid "Until modified date yyyy-mm-dd"
msgstr "Modificado hasta la fecha yyyy-mm-dd"
-#: ../../addon/hsse/hsse.php:82 ../../include/conversation.php:1285
+#: ../../addon/hsse/hsse.php:82 ../../include/conversation.php:1313
msgid "Set your location"
msgstr "Establecer su ubicación"
-#: ../../addon/hsse/hsse.php:83 ../../include/conversation.php:1286
+#: ../../addon/hsse/hsse.php:83 ../../include/conversation.php:1314
msgid "Clear browser location"
msgstr "Eliminar los datos de localización geográfica del navegador"
-#: ../../addon/hsse/hsse.php:95 ../../include/conversation.php:1298
+#: ../../addon/hsse/hsse.php:95 ../../addon/mail/Mod_Mail.php:166
+#: ../../addon/mail/Mod_Mail.php:309 ../../include/conversation.php:1326
#: ../../Zotlabs/Module/Article_edit.php:100
#: ../../Zotlabs/Module/Card_edit.php:101
-#: ../../Zotlabs/Module/Editwebpage.php:143 ../../Zotlabs/Module/Chat.php:222
-#: ../../Zotlabs/Module/Editblock.php:116 ../../Zotlabs/Module/Mail.php:292
-#: ../../Zotlabs/Module/Mail.php:435
+#: ../../Zotlabs/Module/Editwebpage.php:143 ../../Zotlabs/Module/Chat.php:220
+#: ../../Zotlabs/Module/Editblock.php:116
msgid "Insert web link"
msgstr "Insertar enlace web"
-#: ../../addon/hsse/hsse.php:99 ../../include/conversation.php:1302
+#: ../../addon/hsse/hsse.php:99 ../../include/conversation.php:1330
msgid "Embed (existing) photo from your photo albums"
msgstr "Insertar una foto de sus álbumes"
-#: ../../addon/hsse/hsse.php:134 ../../include/conversation.php:1337
-#: ../../Zotlabs/Module/Chat.php:220 ../../Zotlabs/Module/Mail.php:245
-#: ../../Zotlabs/Module/Mail.php:366
+#: ../../addon/hsse/hsse.php:134 ../../addon/mail/Mod_Mail.php:119
+#: ../../addon/mail/Mod_Mail.php:240 ../../include/conversation.php:1365
+#: ../../Zotlabs/Module/Chat.php:218
msgid "Please enter a link URL:"
msgstr "Por favor, introduzca la dirección del enlace:"
-#: ../../addon/hsse/hsse.php:135 ../../include/conversation.php:1338
+#: ../../addon/hsse/hsse.php:135 ../../include/conversation.php:1366
msgid "Tag term:"
msgstr "Término de la etiqueta:"
-#: ../../addon/hsse/hsse.php:136 ../../include/conversation.php:1339
+#: ../../addon/hsse/hsse.php:136 ../../include/conversation.php:1367
msgid "Where are you right now?"
msgstr "¿Donde está ahora?"
-#: ../../addon/hsse/hsse.php:139 ../../include/conversation.php:1342
-#: ../../Zotlabs/Module/Profile_photo.php:507
-#: ../../Zotlabs/Module/Cover_photo.php:436 ../../Zotlabs/Module/Wiki.php:403
+#: ../../addon/hsse/hsse.php:139 ../../include/conversation.php:1370
+#: ../../Zotlabs/Module/Profile_photo.php:509
+#: ../../Zotlabs/Module/Cover_photo.php:430 ../../Zotlabs/Module/Wiki.php:403
msgid "Choose images to embed"
msgstr "Elegir imágenes para incluir"
-#: ../../addon/hsse/hsse.php:140 ../../include/conversation.php:1343
-#: ../../Zotlabs/Module/Profile_photo.php:508
-#: ../../Zotlabs/Module/Cover_photo.php:437 ../../Zotlabs/Module/Wiki.php:404
+#: ../../addon/hsse/hsse.php:140 ../../include/conversation.php:1371
+#: ../../Zotlabs/Module/Profile_photo.php:510
+#: ../../Zotlabs/Module/Cover_photo.php:431 ../../Zotlabs/Module/Wiki.php:404
msgid "Choose an album"
msgstr "Elegir un álbum"
-#: ../../addon/hsse/hsse.php:141 ../../include/conversation.php:1344
+#: ../../addon/hsse/hsse.php:141 ../../include/conversation.php:1372
msgid "Choose a different album..."
msgstr "Elegir un álbum diferente..."
-#: ../../addon/hsse/hsse.php:142 ../../include/conversation.php:1345
-#: ../../Zotlabs/Module/Profile_photo.php:510
-#: ../../Zotlabs/Module/Cover_photo.php:439 ../../Zotlabs/Module/Wiki.php:406
+#: ../../addon/hsse/hsse.php:142 ../../include/conversation.php:1373
+#: ../../Zotlabs/Module/Profile_photo.php:512
+#: ../../Zotlabs/Module/Cover_photo.php:433 ../../Zotlabs/Module/Wiki.php:406
msgid "Error getting album list"
msgstr "Error al obtener la lista de álbumes"
-#: ../../addon/hsse/hsse.php:143 ../../include/conversation.php:1346
-#: ../../Zotlabs/Module/Profile_photo.php:511
-#: ../../Zotlabs/Module/Cover_photo.php:440 ../../Zotlabs/Module/Wiki.php:407
+#: ../../addon/hsse/hsse.php:143 ../../include/conversation.php:1374
+#: ../../Zotlabs/Module/Profile_photo.php:513
+#: ../../Zotlabs/Module/Cover_photo.php:434 ../../Zotlabs/Module/Wiki.php:407
msgid "Error getting photo link"
msgstr "Error al obtener el enlace de la foto"
-#: ../../addon/hsse/hsse.php:144 ../../include/conversation.php:1347
-#: ../../Zotlabs/Module/Profile_photo.php:512
-#: ../../Zotlabs/Module/Cover_photo.php:441 ../../Zotlabs/Module/Wiki.php:408
+#: ../../addon/hsse/hsse.php:144 ../../include/conversation.php:1375
+#: ../../Zotlabs/Module/Profile_photo.php:514
+#: ../../Zotlabs/Module/Cover_photo.php:435 ../../Zotlabs/Module/Wiki.php:408
msgid "Error getting album"
msgstr "Error al obtener el álbum"
-#: ../../addon/hsse/hsse.php:145 ../../include/conversation.php:1348
+#: ../../addon/hsse/hsse.php:145 ../../include/conversation.php:1376
msgid "Comments enabled"
msgstr "Comentarios habilitados"
-#: ../../addon/hsse/hsse.php:146 ../../include/conversation.php:1349
+#: ../../addon/hsse/hsse.php:146 ../../include/conversation.php:1377
msgid "Comments disabled"
msgstr "Comentarios deshabilitados"
-#: ../../addon/hsse/hsse.php:153 ../../include/conversation.php:1359
+#: ../../addon/hsse/hsse.php:153 ../../include/conversation.php:1387
#: ../../Zotlabs/Module/Webpages.php:262 ../../Zotlabs/Module/Events.php:486
-#: ../../Zotlabs/Module/Photos.php:1097 ../../Zotlabs/Lib/ThreadItem.php:806
+#: ../../Zotlabs/Module/Photos.php:1098 ../../Zotlabs/Lib/ThreadItem.php:835
msgid "Preview"
msgstr "Previsualizar"
-#: ../../addon/hsse/hsse.php:186 ../../include/conversation.php:1392
+#: ../../addon/hsse/hsse.php:186 ../../include/conversation.php:1420
#: ../../Zotlabs/Widget/Cdav.php:136 ../../Zotlabs/Module/Webpages.php:256
-#: ../../Zotlabs/Module/Blocks.php:161 ../../Zotlabs/Module/Photos.php:1075
+#: ../../Zotlabs/Module/Blocks.php:161 ../../Zotlabs/Module/Photos.php:1077
#: ../../Zotlabs/Module/Wiki.php:301 ../../Zotlabs/Module/Layouts.php:194
msgid "Share"
msgstr "Compartir"
-#: ../../addon/hsse/hsse.php:195 ../../include/conversation.php:1401
+#: ../../addon/hsse/hsse.php:195 ../../include/conversation.php:1429
msgid "Page link name"
msgstr "Nombre del enlace de la página"
-#: ../../addon/hsse/hsse.php:198 ../../include/conversation.php:1404
+#: ../../addon/hsse/hsse.php:198 ../../include/conversation.php:1432
msgid "Post as"
msgstr "Publicar como"
-#: ../../addon/hsse/hsse.php:200 ../../include/conversation.php:1406
-#: ../../Zotlabs/Lib/ThreadItem.php:797
+#: ../../addon/hsse/hsse.php:200 ../../include/conversation.php:1434
+#: ../../Zotlabs/Lib/ThreadItem.php:826
msgid "Bold"
msgstr "Negrita"
-#: ../../addon/hsse/hsse.php:201 ../../include/conversation.php:1407
-#: ../../Zotlabs/Lib/ThreadItem.php:798
+#: ../../addon/hsse/hsse.php:201 ../../include/conversation.php:1435
+#: ../../Zotlabs/Lib/ThreadItem.php:827
msgid "Italic"
msgstr "Itálico "
-#: ../../addon/hsse/hsse.php:202 ../../include/conversation.php:1408
-#: ../../Zotlabs/Lib/ThreadItem.php:799
+#: ../../addon/hsse/hsse.php:202 ../../include/conversation.php:1436
+#: ../../Zotlabs/Lib/ThreadItem.php:828
msgid "Underline"
msgstr "Subrayar"
-#: ../../addon/hsse/hsse.php:203 ../../include/conversation.php:1409
-#: ../../Zotlabs/Lib/ThreadItem.php:800
+#: ../../addon/hsse/hsse.php:203 ../../include/conversation.php:1437
+#: ../../Zotlabs/Lib/ThreadItem.php:829
msgid "Quote"
msgstr "Citar"
-#: ../../addon/hsse/hsse.php:204 ../../include/conversation.php:1410
-#: ../../Zotlabs/Lib/ThreadItem.php:801
+#: ../../addon/hsse/hsse.php:204 ../../include/conversation.php:1438
+#: ../../Zotlabs/Lib/ThreadItem.php:830
msgid "Code"
msgstr "Código"
-#: ../../addon/hsse/hsse.php:205 ../../include/conversation.php:1411
-#: ../../Zotlabs/Lib/ThreadItem.php:803
+#: ../../addon/hsse/hsse.php:205 ../../include/conversation.php:1439
+#: ../../Zotlabs/Lib/ThreadItem.php:832
msgid "Attach/Upload file"
msgstr "Adjuntar/cargar fichero"
-#: ../../addon/hsse/hsse.php:208 ../../include/conversation.php:1414
+#: ../../addon/hsse/hsse.php:208 ../../include/conversation.php:1442
#: ../../Zotlabs/Module/Wiki.php:400
msgid "Embed an image from your albums"
msgstr "Incluir una imagen de sus álbumes"
#: ../../addon/hsse/hsse.php:209 ../../addon/hsse/hsse.php:258
-#: ../../include/conversation.php:1415 ../../include/conversation.php:1464
+#: ../../include/conversation.php:1443 ../../include/conversation.php:1496
#: ../../Zotlabs/Module/Article_edit.php:130
#: ../../Zotlabs/Module/Fbrowser.php:66 ../../Zotlabs/Module/Fbrowser.php:88
#: ../../Zotlabs/Module/Card_edit.php:131 ../../Zotlabs/Module/Oauth.php:112
#: ../../Zotlabs/Module/Oauth.php:138 ../../Zotlabs/Module/Editwebpage.php:169
-#: ../../Zotlabs/Module/Cdav.php:1081 ../../Zotlabs/Module/Cdav.php:1391
+#: ../../Zotlabs/Module/Cdav.php:1054 ../../Zotlabs/Module/Cdav.php:1386
#: ../../Zotlabs/Module/Tagrm.php:15 ../../Zotlabs/Module/Tagrm.php:138
#: ../../Zotlabs/Module/Editpost.php:110
#: ../../Zotlabs/Module/Admin/Addons.php:427
-#: ../../Zotlabs/Module/Profile_photo.php:505
+#: ../../Zotlabs/Module/Profile_photo.php:507
#: ../../Zotlabs/Module/Editblock.php:141 ../../Zotlabs/Module/Filer.php:55
#: ../../Zotlabs/Module/Editlayout.php:140
-#: ../../Zotlabs/Module/Cover_photo.php:434
-#: ../../Zotlabs/Module/Profiles.php:801 ../../Zotlabs/Module/Oauth2.php:117
+#: ../../Zotlabs/Module/Cover_photo.php:428
+#: ../../Zotlabs/Module/Profiles.php:803 ../../Zotlabs/Module/Oauth2.php:117
#: ../../Zotlabs/Module/Oauth2.php:145 ../../Zotlabs/Module/Wiki.php:368
-#: ../../Zotlabs/Module/Wiki.php:401 ../../Zotlabs/Module/Connedit.php:941
+#: ../../Zotlabs/Module/Wiki.php:401 ../../Zotlabs/Module/Connedit.php:942
msgid "Cancel"
msgstr "Cancelar"
#: ../../addon/hsse/hsse.php:210 ../../addon/hsse/hsse.php:257
-#: ../../include/conversation.php:1416 ../../include/conversation.php:1463
-#: ../../Zotlabs/Module/Profile_photo.php:506
-#: ../../Zotlabs/Module/Cover_photo.php:435 ../../Zotlabs/Module/Wiki.php:402
+#: ../../include/conversation.php:1444 ../../include/conversation.php:1495
+#: ../../Zotlabs/Module/Profile_photo.php:508
+#: ../../Zotlabs/Module/Cover_photo.php:429 ../../Zotlabs/Module/Wiki.php:402
msgid "OK"
msgstr "OK"
-#: ../../addon/hsse/hsse.php:212 ../../include/conversation.php:1418
+#: ../../addon/hsse/hsse.php:212 ../../include/conversation.php:1446
msgid "Toggle voting"
msgstr "Cambiar votación"
-#: ../../addon/hsse/hsse.php:215 ../../include/conversation.php:1421
+#: ../../addon/hsse/hsse.php:215 ../../include/conversation.php:1453
msgid "Disable comments"
msgstr "Dehabilitar los comentarios"
-#: ../../addon/hsse/hsse.php:216 ../../include/conversation.php:1422
+#: ../../addon/hsse/hsse.php:216 ../../include/conversation.php:1454
msgid "Toggle comments"
msgstr "Activar o desactivar los comentarios"
-#: ../../addon/hsse/hsse.php:221 ../../include/conversation.php:1427
+#: ../../addon/hsse/hsse.php:221 ../../include/conversation.php:1459
#: ../../Zotlabs/Module/Article_edit.php:116
#: ../../Zotlabs/Module/Card_edit.php:117
-#: ../../Zotlabs/Module/Editblock.php:129 ../../Zotlabs/Module/Photos.php:671
-#: ../../Zotlabs/Module/Photos.php:1041
+#: ../../Zotlabs/Module/Editblock.php:129 ../../Zotlabs/Module/Photos.php:673
+#: ../../Zotlabs/Module/Photos.php:1043
msgid "Title (optional)"
msgstr "Título (opcional)"
-#: ../../addon/hsse/hsse.php:224 ../../include/conversation.php:1430
+#: ../../addon/hsse/hsse.php:224 ../../include/conversation.php:1462
msgid "Categories (optional, comma-separated list)"
msgstr "Temas (opcional, lista separada por comas)"
-#: ../../addon/hsse/hsse.php:225 ../../include/conversation.php:1431
+#: ../../addon/hsse/hsse.php:225 ../../include/conversation.php:1463
#: ../../Zotlabs/Module/Events.php:487
msgid "Permission settings"
msgstr "Configuración de permisos"
-#: ../../addon/hsse/hsse.php:247 ../../include/conversation.php:1453
+#: ../../addon/hsse/hsse.php:247 ../../include/conversation.php:1485
msgid "Other networks and post services"
msgstr "Otras redes y servicios de publicación"
-#: ../../addon/hsse/hsse.php:250 ../../include/conversation.php:1456
-#: ../../Zotlabs/Module/Mail.php:296 ../../Zotlabs/Module/Mail.php:439
+#: ../../addon/hsse/hsse.php:250 ../../addon/mail/Mod_Mail.php:170
+#: ../../addon/mail/Mod_Mail.php:313 ../../include/conversation.php:1488
msgid "Set expiration date"
msgstr "Configurar fecha de caducidad"
-#: ../../addon/hsse/hsse.php:253 ../../include/conversation.php:1459
+#: ../../addon/hsse/hsse.php:253 ../../include/conversation.php:1491
msgid "Set publish date"
msgstr "Establecer la fecha de publicación"
-#: ../../addon/hsse/hsse.php:255 ../../include/conversation.php:1461
-#: ../../Zotlabs/Module/Chat.php:221 ../../Zotlabs/Module/Mail.php:298
-#: ../../Zotlabs/Module/Mail.php:441 ../../Zotlabs/Lib/ThreadItem.php:810
+#: ../../addon/hsse/hsse.php:255 ../../addon/mail/Mod_Mail.php:172
+#: ../../addon/mail/Mod_Mail.php:315 ../../include/conversation.php:1493
+#: ../../Zotlabs/Module/Chat.php:219 ../../Zotlabs/Lib/ThreadItem.php:839
msgid "Encrypt text"
msgstr "Cifrar texto"
@@ -1922,53 +1776,54 @@ msgstr "App WYSIWYG Status"
msgid "WYSIWYG Status"
msgstr "Estado de WYSIWYG"
-#: ../../addon/openstreetmap/openstreetmap.php:131
+#: ../../addon/openstreetmap/openstreetmap.php:133
msgid "View Larger"
msgstr "Ver más grande"
-#: ../../addon/openstreetmap/openstreetmap.php:154
+#: ../../addon/openstreetmap/openstreetmap.php:156
msgid "Tile Server URL"
msgstr "URL del servidor de mosaicos de imágenes "
-#: ../../addon/openstreetmap/openstreetmap.php:154
+#: ../../addon/openstreetmap/openstreetmap.php:156
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:155
+#: ../../addon/openstreetmap/openstreetmap.php:157
msgid "Nominatim (reverse geocoding) Server URL"
msgstr "URL del servidor nominatim (geocodificación inversa)"
-#: ../../addon/openstreetmap/openstreetmap.php:155
+#: ../../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>"
-#: ../../addon/openstreetmap/openstreetmap.php:156
+#: ../../addon/openstreetmap/openstreetmap.php:158
msgid "Default zoom"
msgstr "Zoom predeterminado"
-#: ../../addon/openstreetmap/openstreetmap.php:156
+#: ../../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)"
-#: ../../addon/openstreetmap/openstreetmap.php:157
+#: ../../addon/openstreetmap/openstreetmap.php:159
msgid "Include marker on map"
msgstr "Incluir un marcador en el mapa"
-#: ../../addon/openstreetmap/openstreetmap.php:157
+#: ../../addon/openstreetmap/openstreetmap.php:159
msgid "Include a marker on the map."
msgstr "Incluir un marcador en el mapa."
-#: ../../addon/openstreetmap/openstreetmap.php:169
+#: ../../addon/openstreetmap/openstreetmap.php:171
#: ../../addon/rendezvous/rendezvous.php:82
-#: ../../addon/twitter/twitter.php:489 ../../addon/msgfooter/msgfooter.php:54
-#: ../../addon/piwik/piwik.php:116 ../../addon/logrot/logrot.php:54
-#: ../../addon/xmpp/xmpp.php:54 ../../Zotlabs/Module/Settings/Channel.php:266
-#: ../../Zotlabs/Module/Defperms.php:111
+#: ../../addon/twitter/twitter.php:494 ../../addon/msgfooter/msgfooter.php:54
+#: ../../addon/diaspora/diaspora.php:93 ../../addon/piwik/piwik.php:116
+#: ../../addon/logrot/logrot.php:54 ../../addon/xmpp/xmpp.php:54
+#: ../../Zotlabs/Module/Settings/Channel.php:267
+#: ../../Zotlabs/Module/Defperms.php:112
msgid "Settings updated."
msgstr "Ajustes actualizados."
@@ -2020,38 +1875,39 @@ msgstr "Generador QR"
msgid "Enter some text"
msgstr "Escribir algún texto"
-#: ../../addon/pubcrawl/as.php:1080 ../../include/conversation.php:1166
-#: ../../Zotlabs/Widget/Album.php:84 ../../Zotlabs/Widget/Portfolio.php:95
-#: ../../Zotlabs/Module/Embedphotos.php:174 ../../Zotlabs/Module/Cdav.php:871
-#: ../../Zotlabs/Module/Cdav.php:872 ../../Zotlabs/Module/Cdav.php:879
-#: ../../Zotlabs/Module/Photos.php:790 ../../Zotlabs/Module/Photos.php:1254
-#: ../../Zotlabs/Lib/Activity.php:1192 ../../Zotlabs/Lib/Apps.php:1114
-#: ../../Zotlabs/Lib/Apps.php:1198 ../../Zotlabs/Storage/Browser.php:164
+#: ../../addon/pubcrawl/as.php:1134 ../../include/cdav.php:158
+#: ../../include/cdav.php:159 ../../include/cdav.php:167
+#: ../../include/conversation.php:1196 ../../Zotlabs/Widget/Album.php:84
+#: ../../Zotlabs/Widget/Pinned.php:270 ../../Zotlabs/Widget/Portfolio.php:95
+#: ../../Zotlabs/Module/Embedphotos.php:176
+#: ../../Zotlabs/Module/Photos.php:792 ../../Zotlabs/Module/Photos.php:1254
+#: ../../Zotlabs/Lib/Activity.php:1458 ../../Zotlabs/Lib/Apps.php:1112
+#: ../../Zotlabs/Lib/Apps.php:1196 ../../Zotlabs/Storage/Browser.php:164
msgid "Unknown"
msgstr "Desconocido"
-#: ../../addon/pubcrawl/as.php:1348 ../../addon/pubcrawl/as.php:1544
-#: ../../addon/pubcrawl/as.php:1738 ../../include/network.php:1731
-#: ../../Zotlabs/Lib/Activity.php:2294 ../../Zotlabs/Lib/Activity.php:2488
+#: ../../addon/pubcrawl/as.php:1428 ../../addon/pubcrawl/as.php:1662
+#: ../../addon/pubcrawl/as.php:1856 ../../include/network.php:1735
+#: ../../Zotlabs/Lib/Activity.php:2742 ../../Zotlabs/Lib/Activity.php:2936
msgid "ActivityPub"
msgstr "ActivityPub"
-#: ../../addon/pubcrawl/as.php:1692 ../../addon/diaspora/Receiver.php:1592
-#: ../../include/text.php:2125 ../../include/conversation.php:144
-#: ../../Zotlabs/Module/Like.php:392 ../../Zotlabs/Module/Subthread.php:112
-#: ../../Zotlabs/Lib/Activity.php:2444
+#: ../../addon/pubcrawl/as.php:1810 ../../addon/diaspora/Receiver.php:1597
+#: ../../include/text.php:2239 ../../include/conversation.php:146
+#: ../../Zotlabs/Module/Like.php:386 ../../Zotlabs/Module/Subthread.php:112
+#: ../../Zotlabs/Lib/Activity.php:2892
msgid "status"
msgstr "el mensaje de estado "
-#: ../../addon/pubcrawl/as.php:1729 ../../addon/diaspora/Receiver.php:1532
-#: ../../include/conversation.php:160 ../../Zotlabs/Module/Like.php:447
-#: ../../Zotlabs/Lib/Activity.php:2479
+#: ../../addon/pubcrawl/as.php:1847 ../../addon/diaspora/Receiver.php:1537
+#: ../../include/conversation.php:162 ../../Zotlabs/Module/Like.php:422
+#: ../../Zotlabs/Lib/Activity.php:2927
#, php-format
msgid "%1$s likes %2$s's %3$s"
msgstr "A %1$s le gusta %3$s de %2$s"
-#: ../../addon/pubcrawl/as.php:1731 ../../include/conversation.php:163
-#: ../../Zotlabs/Module/Like.php:449 ../../Zotlabs/Lib/Activity.php:2481
+#: ../../addon/pubcrawl/as.php:1849 ../../include/conversation.php:165
+#: ../../Zotlabs/Module/Like.php:424 ../../Zotlabs/Lib/Activity.php:2929
#, 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"
@@ -2101,35 +1957,35 @@ msgstr "Se ha creado una cuenta para usted."
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:24
+#: ../../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:36
+#: ../../addon/dwpost/Mod_Dwpost.php:39
msgid "Dreamwidth Crosspost Connector App"
msgstr "App Dreamwidth Crosspost Connector"
-#: ../../addon/dwpost/Mod_Dwpost.php:37
-msgid "Relay public postings to Dreamwidth"
-msgstr "Retransmisión de entradas públicas a Dreamwidth"
+#: ../../addon/dwpost/Mod_Dwpost.php:40
+msgid "Relay public posts to Dreamwidth"
+msgstr "Reenviar las entradas públicas a Dreamwidth"
-#: ../../addon/dwpost/Mod_Dwpost.php:52
+#: ../../addon/dwpost/Mod_Dwpost.php:53
msgid "Dreamwidth username"
msgstr "Nombre de usuario en Dreamwidth"
-#: ../../addon/dwpost/Mod_Dwpost.php:56
+#: ../../addon/dwpost/Mod_Dwpost.php:57
msgid "Dreamwidth password"
msgstr "Contraseña en Dreamwidth"
-#: ../../addon/dwpost/Mod_Dwpost.php:60
+#: ../../addon/dwpost/Mod_Dwpost.php:61
msgid "Post to Dreamwidth by default"
msgstr "Publicar en Dreamwidth de forma predeterminada"
-#: ../../addon/dwpost/Mod_Dwpost.php:68
+#: ../../addon/dwpost/Mod_Dwpost.php:77
msgid "Dreamwidth Crosspost Connector"
msgstr "Dreamwidth Crosspost Connector"
-#: ../../addon/dwpost/dwpost.php:47
+#: ../../addon/dwpost/dwpost.php:49
msgid "Post to Dreamwidth"
msgstr "Publicar en Dreamwidth"
@@ -2290,7 +2146,7 @@ msgid "Errors encountered deleting database table "
msgstr "Errores encontrados al eliminar la tabla de la base de datos"
#: ../../addon/rendezvous/rendezvous.php:95
-#: ../../addon/twitter/twitter.php:498
+#: ../../addon/twitter/twitter.php:503
msgid "Submit Settings"
msgstr "Enviar los ajustes"
@@ -2342,22 +2198,22 @@ msgstr "Reunámonos aquí"
#: ../../addon/rendezvous/rendezvous.php:172
#: ../../Zotlabs/Widget/Wiki_page_history.php:22
-#: ../../Zotlabs/Module/Group.php:154 ../../Zotlabs/Module/Oauth.php:113
-#: ../../Zotlabs/Module/Oauth.php:139 ../../Zotlabs/Module/Chat.php:259
-#: ../../Zotlabs/Module/Cdav.php:1373
-#: ../../Zotlabs/Module/Sharedwithme.php:104
+#: ../../Zotlabs/Module/Group.php:155 ../../Zotlabs/Module/Oauth.php:113
+#: ../../Zotlabs/Module/Oauth.php:139 ../../Zotlabs/Module/Chat.php:257
+#: ../../Zotlabs/Module/Cdav.php:1368
+#: ../../Zotlabs/Module/Sharedwithme.php:106
#: ../../Zotlabs/Module/Admin/Channels.php:159
#: ../../Zotlabs/Module/Oauth2.php:118 ../../Zotlabs/Module/Oauth2.php:146
-#: ../../Zotlabs/Module/Wiki.php:218 ../../Zotlabs/Module/Connedit.php:923
-#: ../../Zotlabs/Lib/NativeWikiPage.php:561
+#: ../../Zotlabs/Module/Wiki.php:218 ../../Zotlabs/Module/Connedit.php:924
+#: ../../Zotlabs/Lib/NativeWikiPage.php:564
#: ../../Zotlabs/Storage/Browser.php:291
msgid "Name"
msgstr "Nombre"
#: ../../addon/rendezvous/rendezvous.php:173
-#: ../../addon/cart/submodules/hzservices.php:654
-#: ../../addon/cart/submodules/manualcat.php:262
-#: ../../Zotlabs/Module/Cdav.php:1037 ../../Zotlabs/Module/Events.php:481
+#: ../../addon/cart/submodules/hzservices.php:655
+#: ../../addon/cart/submodules/manualcat.php:264
+#: ../../Zotlabs/Module/Cdav.php:1010 ../../Zotlabs/Module/Events.php:481
#: ../../Zotlabs/Module/Appman.php:145 ../../Zotlabs/Module/Rbmark.php:101
msgid "Description"
msgstr "Descripción"
@@ -2465,6 +2321,105 @@ msgstr "Ejemplos: &quot;aplicaciones&quot;, &quot;mi red?f=&gid=37&quot; (grupo
msgid "Startpage"
msgstr "Startpage"
+#: ../../addon/mail/Mod_Mail.php:39
+msgid "Messages"
+msgstr "Mensajes"
+
+#: ../../addon/mail/Mod_Mail.php:52
+msgid "message"
+msgstr "mensaje"
+
+#: ../../addon/mail/Mod_Mail.php:92
+msgid "Message recalled."
+msgstr "Mensaje revocado."
+
+#: ../../addon/mail/Mod_Mail.php:105
+msgid "Conversation removed."
+msgstr "Conversación eliminada."
+
+#: ../../addon/mail/Mod_Mail.php:120 ../../addon/mail/Mod_Mail.php:241
+msgid "Expires YYYY-MM-DD HH:MM"
+msgstr "Caduca YYYY-MM-DD HH:MM"
+
+#: ../../addon/mail/Mod_Mail.php:148
+msgid "Requested channel is not in this network"
+msgstr "El canal solicitado no existe en esta red"
+
+#: ../../addon/mail/Mod_Mail.php:156
+msgid "Send Private Message"
+msgstr "Enviar un mensaje privado"
+
+#: ../../addon/mail/Mod_Mail.php:157 ../../addon/mail/Mod_Mail.php:300
+msgid "To:"
+msgstr "Para:"
+
+#: ../../addon/mail/Mod_Mail.php:160 ../../addon/mail/Mod_Mail.php:302
+msgid "Subject:"
+msgstr "Asunto:"
+
+#: ../../addon/mail/Mod_Mail.php:163 ../../Zotlabs/Module/Invite.php:157
+msgid "Your message:"
+msgstr "Su mensaje:"
+
+#: ../../addon/mail/Mod_Mail.php:165 ../../addon/mail/Mod_Mail.php:308
+msgid "Attach file"
+msgstr "Adjuntar fichero"
+
+#: ../../addon/mail/Mod_Mail.php:167
+msgid "Send"
+msgstr "Enviar"
+
+#: ../../addon/mail/Mod_Mail.php:271
+msgid "Delete message"
+msgstr "Borrar mensaje"
+
+#: ../../addon/mail/Mod_Mail.php:272
+msgid "Delivery report"
+msgstr "Informe de transmisión"
+
+#: ../../addon/mail/Mod_Mail.php:273
+msgid "Recall message"
+msgstr "Revocar el mensaje"
+
+#: ../../addon/mail/Mod_Mail.php:275
+msgid "Message has been recalled."
+msgstr "El mensaje ha sido revocado."
+
+#: ../../addon/mail/Mod_Mail.php:293
+msgid "Delete Conversation"
+msgstr "Eliminar conversación"
+
+#: ../../addon/mail/Mod_Mail.php:295
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Comunicación segura no disponible. Pero <strong>puede</strong> responder desde la página del perfil del remitente."
+
+#: ../../addon/mail/Mod_Mail.php:299
+msgid "Send Reply"
+msgstr "Responder"
+
+#: ../../addon/mail/Mod_Mail.php:304
+#, php-format
+msgid "Your message for %s (%s):"
+msgstr "Su mensaje para %s (%s):"
+
+#: ../../addon/mail/Mod_Mail.php:384
+msgid "Unable to lookup recipient."
+msgstr "No se puede asociar a un destinatario."
+
+#: ../../addon/mail/Mod_Mail.php:391
+msgid "Unable to communicate with requested channel."
+msgstr "No se puede establecer la comunicación con el canal solicitado."
+
+#: ../../addon/mail/Mod_Mail.php:398
+msgid "Cannot verify requested channel."
+msgstr "No se puede verificar el canal solicitado."
+
+#: ../../addon/mail/Mod_Mail.php:416
+msgid "Selected channel has private message restrictions. Send failed."
+msgstr "El canal seleccionado tiene restricciones sobre los mensajes privados. El envío falló."
+
#: ../../addon/adultphotoflag/adultphotoflag.php:24
msgid "Flag Adult Photos"
msgstr "Indicador (\"flag\") de fotos de adultos"
@@ -2713,8 +2668,8 @@ msgid "Send ZID"
msgstr "Enviar ZID"
#: ../../addon/cart/widgets/catalogitem.php:57
-#: ../../addon/cart/submodules/hzservices.php:657
-#: ../../addon/cart/submodules/manualcat.php:265
+#: ../../addon/cart/submodules/hzservices.php:658
+#: ../../addon/cart/submodules/manualcat.php:267
msgid "Price"
msgstr "Precio"
@@ -2728,7 +2683,8 @@ msgstr "Los pagos manuales no están habilitados."
#: ../../addon/cart/manual_payments.php:68
#: ../../addon/cart/submodules/paypalbutton.php:392
-#: ../../addon/cart/cart.php:1460
+#: ../../addon/cart/submodules/paypalbuttonV2.php:409
+#: ../../addon/cart/cart.php:1463
msgid "Order not found."
msgstr "El pedido no se ha encontrado."
@@ -2738,7 +2694,8 @@ msgstr "Terminado"
#: ../../addon/cart/manual_payments.php:93
#: ../../addon/cart/submodules/paypalbutton.php:456
-#: ../../addon/cart/myshop.php:37 ../../addon/cart/cart.php:1438
+#: ../../addon/cart/submodules/paypalbuttonV2.php:478
+#: ../../addon/cart/myshop.php:37 ../../addon/cart/cart.php:1441
#: ../../Zotlabs/Module/Wiki.php:77
msgid "Invalid channel"
msgstr "Canal no válido"
@@ -2788,109 +2745,149 @@ msgstr "Cuantía"
msgid "Term"
msgstr "Condición"
-#: ../../addon/cart/submodules/hzservices.php:62
+#: ../../addon/cart/submodules/hzservices.php:63
msgid "Enable Hubzilla Services Module"
msgstr "Habilitar el Módulo de Servicios de Hubzilla"
-#: ../../addon/cart/submodules/hzservices.php:161
-#: ../../addon/cart/submodules/manualcat.php:174
+#: ../../addon/cart/submodules/hzservices.php:162
+#: ../../addon/cart/submodules/manualcat.php:176
msgid "New Sku"
msgstr "Nuevo SKU (número de referencia)"
-#: ../../addon/cart/submodules/hzservices.php:196
-#: ../../addon/cart/submodules/manualcat.php:210
+#: ../../addon/cart/submodules/hzservices.php:197
+#: ../../addon/cart/submodules/manualcat.php:212
msgid "Cannot save edits to locked item."
msgstr "No se pueden guardar las ediciones en el elemento bloqueado."
-#: ../../addon/cart/submodules/hzservices.php:245
-#: ../../addon/cart/submodules/hzservices.php:332
+#: ../../addon/cart/submodules/hzservices.php:246
+#: ../../addon/cart/submodules/hzservices.php:333
msgid "SKU not found."
msgstr "No se ha encontrado el SKU"
-#: ../../addon/cart/submodules/hzservices.php:298
-#: ../../addon/cart/submodules/hzservices.php:302
+#: ../../addon/cart/submodules/hzservices.php:299
+#: ../../addon/cart/submodules/hzservices.php:303
msgid "Invalid Activation Directive."
msgstr "Directiva de activación no válida."
-#: ../../addon/cart/submodules/hzservices.php:373
-#: ../../addon/cart/submodules/hzservices.php:377
+#: ../../addon/cart/submodules/hzservices.php:374
+#: ../../addon/cart/submodules/hzservices.php:378
msgid "Invalid Deactivation Directive."
msgstr "Directiva de desactivación no válida"
-#: ../../addon/cart/submodules/hzservices.php:563
+#: ../../addon/cart/submodules/hzservices.php:564
msgid "Add to this privacy group"
msgstr "Añadir a este grupo de canales"
-#: ../../addon/cart/submodules/hzservices.php:579
+#: ../../addon/cart/submodules/hzservices.php:580
msgid "Set user service class"
msgstr "Configurar la clase de servicio al usuario"
-#: ../../addon/cart/submodules/hzservices.php:606
+#: ../../addon/cart/submodules/hzservices.php:607
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:646
-#: ../../addon/cart/submodules/manualcat.php:254
+#: ../../addon/cart/submodules/hzservices.php:647
+#: ../../addon/cart/submodules/manualcat.php:256
msgid "Changes Locked"
msgstr "Cambios bloqueados"
-#: ../../addon/cart/submodules/hzservices.php:650
-#: ../../addon/cart/submodules/manualcat.php:258
+#: ../../addon/cart/submodules/hzservices.php:651
+#: ../../addon/cart/submodules/manualcat.php:260
msgid "Item available for purchase."
msgstr "Artículo disponible para la compra."
-#: ../../addon/cart/submodules/hzservices.php:660
-#: ../../addon/cart/submodules/manualcat.php:268
+#: ../../addon/cart/submodules/hzservices.php:661
+#: ../../addon/cart/submodules/manualcat.php:270
msgid "Photo URL"
msgstr "URL de la foto"
-#: ../../addon/cart/submodules/hzservices.php:664
+#: ../../addon/cart/submodules/hzservices.php:665
msgid "Add buyer to privacy group"
msgstr "Agregar comprador al grupo de canales"
-#: ../../addon/cart/submodules/hzservices.php:669
+#: ../../addon/cart/submodules/hzservices.php:670
msgid "Add buyer as connection"
msgstr "Añadir comprador como conexión"
-#: ../../addon/cart/submodules/hzservices.php:677
-#: ../../addon/cart/submodules/hzservices.php:719
+#: ../../addon/cart/submodules/hzservices.php:678
+#: ../../addon/cart/submodules/hzservices.php:720
msgid "Set Service Class"
msgstr "Establecer clase de servicio"
+#: ../../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:334
+#: ../../addon/cart/submodules/orderoptions.php:358
+#: ../../addon/cart/submodules/orderoptions.php:434
+#: ../../addon/cart/submodules/orderoptions.php:458
+#: ../../include/datetime.php:211 ../../Zotlabs/Module/Events.php:468
+#: ../../Zotlabs/Module/Events.php:473 ../../Zotlabs/Module/Appman.php:143
+#: ../../Zotlabs/Module/Appman.php:144 ../../Zotlabs/Module/Profiles.php:747
+#: ../../Zotlabs/Module/Profiles.php:751
+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:94
msgid "Use Production Key"
msgstr "Utilizar clave en entorno de producción"
#: ../../addon/cart/submodules/paypalbutton.php:100
+#: ../../addon/cart/submodules/paypalbuttonV2.php:101
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:108
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:114
msgid "Paypal Production Client Key"
msgstr "Clave de cliente en el entorno de producción de Paypal"
#: ../../addon/cart/submodules/paypalbutton.php:120
+#: ../../addon/cart/submodules/paypalbuttonV2.php:121
msgid "Paypal Production Secret Key"
msgstr "Clave secreta en el entorno de producción de Paypal"
#: ../../addon/cart/submodules/paypalbutton.php:252
+#: ../../addon/cart/submodules/paypalbuttonV2.php:264
msgid "Paypal button payments are not enabled."
msgstr "Los pagos con el botón de Paypal no están habilitados."
#: ../../addon/cart/submodules/paypalbutton.php:270
+#: ../../addon/cart/submodules/paypalbuttonV2.php:282
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/paypalbuttonV2.php:86
+msgid "Enable Paypal Button Module (API-v2)"
+msgstr "Habilitar el módulo de botones de Paypal (API-v2)"
+
#: ../../addon/cart/submodules/manualcat.php:61
msgid "Enable Manual Cart Module"
msgstr "Habilitar el módulo de carro manual"
@@ -2899,7 +2896,7 @@ msgstr "Habilitar el módulo de carro manual"
msgid "Access Denied."
msgstr "Acceso denegado"
-#: ../../addon/cart/myshop.php:111 ../../addon/cart/cart.php:1328
+#: ../../addon/cart/myshop.php:111 ../../addon/cart/cart.php:1331
msgid "Order Not Found"
msgstr "No se ha encontrado el pedido"
@@ -2908,72 +2905,80 @@ msgstr "No se ha encontrado el pedido"
msgid "Invalid Item"
msgstr "Elemento no válido"
-#: ../../addon/cart/Settings/Cart.php:56
+#: ../../addon/cart/Settings/Cart.php:58
msgid "Enable Test Catalog"
msgstr "Habilitar el catálogo de pruebas"
-#: ../../addon/cart/Settings/Cart.php:68
+#: ../../addon/cart/Settings/Cart.php:70
msgid "Enable Manual Payments"
msgstr "Permitir pagos manuales"
-#: ../../addon/cart/Settings/Cart.php:88
+#: ../../addon/cart/Settings/Cart.php:90
msgid "Base Merchant Currency"
msgstr "Divida base del vendedor"
-#: ../../addon/cart/Settings/Cart.php:111 ../../addon/cart/cart.php:1257
+#: ../../addon/cart/Settings/Cart.php:129 ../../addon/cart/cart.php:1260
msgid "Cart Settings"
msgstr "Configuración del carro de la compra"
-#: ../../addon/cart/cart.php:150
+#: ../../addon/cart/cart.php:153
msgid "DB Cleanup Failure"
msgstr "Fallo de limpieza de la base de datos"
-#: ../../addon/cart/cart.php:556
+#: ../../addon/cart/cart.php:559
msgid "[cart] Item Added"
msgstr "[cesta] Artículo añadido"
-#: ../../addon/cart/cart.php:945
+#: ../../addon/cart/cart.php:948
msgid "Order already checked out."
msgstr "El pedido ya ha sido revisado"
-#: ../../addon/cart/cart.php:1250
+#: ../../addon/cart/cart.php:1253
msgid "Drop database tables when uninstalling."
msgstr "Eliminar tablas de la base de datos al desinstalar."
-#: ../../addon/cart/cart.php:1269 ../../addon/cart/cart.php:1272
+#: ../../addon/cart/cart.php:1272 ../../addon/cart/cart.php:1275
msgid "Shop"
msgstr "Comprar"
-#: ../../addon/cart/cart.php:1292 ../../addon/flashcards/Mod_Flashcards.php:37
+#: ../../addon/cart/cart.php:1295 ../../addon/flashcards/Mod_Flashcards.php:51
#: ../../Zotlabs/Module/Wiki.php:35
msgid "Profile Unavailable."
msgstr "Perfil no disponible"
-#: ../../addon/cart/cart.php:1389
+#: ../../addon/cart/cart.php:1392
msgid "Cart utilities for orders and payments"
msgstr "Utilidades del carro para pedidos y pagos"
-#: ../../addon/cart/cart.php:1427
+#: ../../addon/cart/cart.php:1430
msgid "You must be logged into the Grid to shop."
msgstr "Debe iniciar sesión en la red para comprar."
-#: ../../addon/cart/cart.php:1468
+#: ../../addon/cart/cart.php:1471
msgid "Access denied."
msgstr "Acceso denegado"
-#: ../../addon/cart/cart.php:1520 ../../addon/cart/cart.php:1663
+#: ../../addon/cart/cart.php:1523 ../../addon/cart/cart.php:1666
msgid "No Order Found"
msgstr "No se ha encontrado ningún pedido"
-#: ../../addon/cart/cart.php:1529
+#: ../../addon/cart/cart.php:1532
msgid "An unknown error has occurred Please start again."
msgstr "Se ha producido un error desconocido Vuelva a empezar."
-#: ../../addon/cart/cart.php:1696
+#: ../../addon/cart/cart.php:1675
+msgid "Requirements not met."
+msgstr "No se cumplen los requisitos."
+
+#: ../../addon/cart/cart.php:1675
+msgid "Review your order and complete any needed requirements."
+msgstr "Revise su pedido y complete los requisitos necesarios."
+
+#: ../../addon/cart/cart.php:1701
msgid "Invalid Payment Type. Please start again."
msgstr "Tipo de pago no válido. Por favor, empiece de nuevo."
-#: ../../addon/cart/cart.php:1703
+#: ../../addon/cart/cart.php:1708
msgid "Order not found"
msgstr "El pedido no se ha encontrado"
@@ -3019,7 +3024,7 @@ msgstr "Ocultar el botón y mostrar los smilies directamente."
msgid "Smileybutton Settings"
msgstr "Ajustes de Smileybutton"
-#: ../../addon/redfiles/redfilehelper.php:64
+#: ../../addon/redfiles/redfilehelper.php:64 ../../include/attach.php:2035
msgid "file"
msgstr "fichero"
@@ -3031,21 +3036,38 @@ msgstr "Importar repositorio de ficheros de Redmatrix"
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/diaspora/diaspora.php:66
+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:76
+msgid "Diaspora Relay Handle"
+msgstr "Gestionar el reenvío de Diaspora"
+
+#: ../../addon/diaspora/diaspora.php:76
+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:96
+msgid "Diaspora relay could not be imported"
+msgstr "El reenvío de Diaspora no ha podido ser importado"
+
#: ../../addon/diaspora/p.php:48 ../../addon/diaspora/util.php:336
#: ../../addon/diaspora/util.php:349 ../../Zotlabs/Lib/Enotify.php:61
msgid "$projectname"
msgstr "$projectname"
-#: ../../addon/diaspora/import_diaspora.php:18
+#: ../../addon/diaspora/import_diaspora.php:19
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:43 ../../include/import.php:75
+#: ../../addon/diaspora/import_diaspora.php:44 ../../include/import.php:76
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."
-#: ../../addon/diaspora/import_diaspora.php:141
-#: ../../Zotlabs/Module/Import.php:594
+#: ../../addon/diaspora/import_diaspora.php:142
+#: ../../Zotlabs/Module/Import.php:597
msgid "Import completed."
msgstr "Importación completada."
@@ -3064,43 +3086,43 @@ msgstr "El protocolo de Diaspora no admite la independencia de la ubicación. La
msgid "Diaspora Protocol App"
msgstr "App Protocolo Diaspora"
-#: ../../addon/diaspora/Mod_Diaspora.php:77
+#: ../../addon/diaspora/Mod_Diaspora.php:75
msgid "Allow any Diaspora member to comment on your public posts"
msgstr "Permitir a cualquier miembro de Diaspora comentar sus entradas públicas"
-#: ../../addon/diaspora/Mod_Diaspora.php:81
+#: ../../addon/diaspora/Mod_Diaspora.php:79
msgid "Prevent your hashtags from being redirected to other sites"
msgstr "Impedir que sus \"hashtags\" sean redirigidos a otros sitios "
-#: ../../addon/diaspora/Mod_Diaspora.php:85
+#: ../../addon/diaspora/Mod_Diaspora.php:83
msgid ""
"Sign and forward posts and comments with no existing Diaspora signature"
msgstr "Firmar y enviar entradas y comentarios sin firma de Diaspora"
-#: ../../addon/diaspora/Mod_Diaspora.php:90
+#: ../../addon/diaspora/Mod_Diaspora.php:88
msgid "Followed hashtags (comma separated, do not include the #)"
msgstr "\"Hashtags\" seguidos (separados por comas, sin incluir #)"
-#: ../../addon/diaspora/Mod_Diaspora.php:99
+#: ../../addon/diaspora/Mod_Diaspora.php:97
msgid "Diaspora Protocol"
msgstr "Protocolo Diaspora"
-#: ../../addon/diaspora/Receiver.php:1536
+#: ../../addon/diaspora/Receiver.php:1541
#, php-format
msgid "%1$s dislikes %2$s's %3$s"
msgstr "a %1$s no le gusta el %3$s de %2$s"
-#: ../../addon/diaspora/Receiver.php:2178 ../../Zotlabs/Module/Like.php:457
+#: ../../addon/diaspora/Receiver.php:2184 ../../Zotlabs/Module/Like.php:432
#, php-format
msgid "%1$s is attending %2$s's %3$s"
msgstr "%3$s de %2$s: %1$s participa"
-#: ../../addon/diaspora/Receiver.php:2180 ../../Zotlabs/Module/Like.php:459
+#: ../../addon/diaspora/Receiver.php:2186 ../../Zotlabs/Module/Like.php:434
#, php-format
msgid "%1$s is not attending %2$s's %3$s"
msgstr "%3$s de %2$s: %1$s no participa"
-#: ../../addon/diaspora/Receiver.php:2182 ../../Zotlabs/Module/Like.php:461
+#: ../../addon/diaspora/Receiver.php:2188 ../../Zotlabs/Module/Like.php:436
#, php-format
msgid "%1$s may attend %2$s's %3$s"
msgstr "%3$s de %2$s: %1$s quizá participe"
@@ -3149,63 +3171,67 @@ msgstr "Habilitar la interfaz JavaScript de seguimiento de errores"
msgid "This feature requires Piwik >= 2.2.0"
msgstr "Esta funcionalidad requiere Piwik >= 2.2.0"
-#: ../../addon/workflow/workflow.php:212
+#: ../../addon/workflow/workflow.php:222
msgid "Workflow user."
msgstr "Usuario de Workflow."
-#: ../../addon/workflow/workflow.php:259
+#: ../../addon/workflow/workflow.php:272
msgid "This channel"
msgstr "Este canal"
-#: ../../addon/workflow/workflow.php:272 ../../Zotlabs/Module/Locs.php:119
+#: ../../addon/workflow/workflow.php:285 ../../Zotlabs/Module/Locs.php:119
msgid "Primary"
msgstr "Primario"
-#: ../../addon/workflow/workflow.php:480
-#: ../../addon/workflow/workflow.php:1233
-#: ../../addon/workflow/workflow.php:1251
+#: ../../addon/workflow/workflow.php:541
+#: ../../addon/workflow/workflow.php:1437
+#: ../../addon/workflow/workflow.php:1456
msgid "Workflow"
msgstr "Workflow"
-#: ../../addon/workflow/workflow.php:1250
+#: ../../addon/workflow/workflow.php:1425
+msgid "No Workflows Available"
+msgstr "No hay flujos de trabajo disponibles"
+
+#: ../../addon/workflow/workflow.php:1455
msgid "Add item to which workflow"
msgstr "A qué Workflow añadir un elemento"
-#: ../../addon/workflow/workflow.php:1297
-#: ../../addon/workflow/workflow.php:1394
+#: ../../addon/workflow/workflow.php:1515
+#: ../../addon/workflow/workflow.php:1634
msgid "Create Workflow Item"
msgstr "Crear elemento de Workflow"
-#: ../../addon/workflow/workflow.php:2270
+#: ../../addon/workflow/workflow.php:2596
msgid "Link"
msgstr "Enlazar"
-#: ../../addon/workflow/workflow.php:2272
+#: ../../addon/workflow/workflow.php:2598
msgid "Web link."
msgstr "Enlace Web."
-#: ../../addon/workflow/workflow.php:2291
-#: ../../addon/workflow/workflow.php:2344 ../../Zotlabs/Module/Cdav.php:1375
-#: ../../Zotlabs/Module/Connedit.php:925
+#: ../../addon/workflow/workflow.php:2617
+#: ../../addon/workflow/workflow.php:2678 ../../Zotlabs/Module/Cdav.php:1370
+#: ../../Zotlabs/Module/Connedit.php:926
msgid "Title"
msgstr "Título"
-#: ../../addon/workflow/workflow.php:2293
-#: ../../addon/workflow/workflow.php:2346
+#: ../../addon/workflow/workflow.php:2619
+#: ../../addon/workflow/workflow.php:2680
msgid "Brief description or title"
msgstr "Breve descripción o título"
-#: ../../addon/workflow/workflow.php:2299 ../../Zotlabs/Widget/Notes.php:21
-#: ../../Zotlabs/Lib/Apps.php:369
+#: ../../addon/workflow/workflow.php:2625 ../../Zotlabs/Widget/Notes.php:21
+#: ../../Zotlabs/Lib/Apps.php:370
msgid "Notes"
msgstr "Notas"
-#: ../../addon/workflow/workflow.php:2301
-#: ../../addon/workflow/workflow.php:2354
+#: ../../addon/workflow/workflow.php:2627
+#: ../../addon/workflow/workflow.php:2688
msgid "Notes and Info"
msgstr "Notas e información"
-#: ../../addon/workflow/workflow.php:2352
+#: ../../addon/workflow/workflow.php:2686
msgid "Body"
msgstr "Cuerpo"
@@ -3307,52 +3333,6 @@ msgstr "Múestrenos su agrado en Hubzilla"
msgid "Embed:"
msgstr "Incorporado: "
-#: ../../addon/chords/chords.php:33
-msgid "Quick Reference"
-msgstr "Referencia rápida"
-
-#: ../../addon/chords/Mod_Chords.php:44
-msgid ""
-"This is a fairly comprehensive and complete guitar chord dictionary which "
-"will list most of the available ways to play a certain chord, starting from "
-"the base of the fingerboard up to a few frets beyond the twelfth fret "
-"(beyond which everything repeats). A couple of non-standard tunings are "
-"provided for the benefit of slide players, etc."
-msgstr "Se trata de un diccionario bastante amplio y completo de acordes de guitarra que enumerará la mayor parte de las formas disponibles para tocar un acorde determinado, partiendo de la base del diapasón hasta unos pocos trastes más allá del traste doce (más allá del cual todo se repite). Se proporcionan un par de afinaciones no convencionales para provecho de los guitarristas con \"slides\" ( barras de acero), etc."
-
-#: ../../addon/chords/Mod_Chords.php:46
-msgid ""
-"Chord names start with a root note (A-G) and may include sharps (#) and "
-"flats (b). This software will parse most of the standard naming conventions "
-"such as maj, min, dim, sus(2 or 4), aug, with optional repeating elements."
-msgstr "Los nombres de acordes comienzan con una nota fundamental (La-Sol) y pueden incluir sostenidos (#) y bemoles (b). Este software analizará la mayor parte de las convenciones de nomenclatura estándar como maj, min, tenue, SUS (2 ó 4), aug, con la repetición de elementos opcionales."
-
-#: ../../addon/chords/Mod_Chords.php:48
-msgid ""
-"Valid examples include A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, Asus2Add4, "
-"E7b13b11 ..."
-msgstr "Ejemplos válidos son A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, Asus2Add4, E7b13b11 ..."
-
-#: ../../addon/chords/Mod_Chords.php:51
-msgid "Guitar Chords"
-msgstr "Acordes de guitarra"
-
-#: ../../addon/chords/Mod_Chords.php:52
-msgid "The complete online chord dictionary"
-msgstr "El diccionario completo de acordes en línea"
-
-#: ../../addon/chords/Mod_Chords.php:57
-msgid "Tuning"
-msgstr "Afinación"
-
-#: ../../addon/chords/Mod_Chords.php:58
-msgid "Chord name: example: Em7"
-msgstr "Nombre del acorde, por ejemplo: Em7"
-
-#: ../../addon/chords/Mod_Chords.php:59
-msgid "Show for left handed stringing"
-msgstr "Mostrar para tocadores zurdos"
-
#: ../../addon/opensearch/opensearch.php:26
#, php-format
msgctxt "opensearch"
@@ -3398,70 +3378,6 @@ msgstr "Offset máximo en metros"
msgid "Fuzzy Location"
msgstr "Fuzzy Location"
-#: ../../addon/flattrwidget/flattrwidget.php:50
-msgid "Flattr this!"
-msgstr "¡Apoyar esto en Flattr!"
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:41
-msgid "Flattr widget settings updated."
-msgstr "Los ajustes del widget Flattr han sido actualizados."
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:53
-msgid "Flattr Widget App"
-msgstr "App Flattr Widget"
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:54
-msgid "Add a Flattr button to your channel page"
-msgstr "Proporcionar un botón Flattr a la página de su canal"
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:65
-msgid "Flattr user"
-msgstr "Usuario en Flattr"
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:69
-msgid "URL of the Thing to flattr"
-msgstr "URL de la Cosa para apoyar en flattr"
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:69
-msgid "If empty channel URL is used"
-msgstr "Si está vacío, se usa la URL del canal"
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:73
-msgid "Title of the Thing to flattr"
-msgstr "Título de la Cosa para apoyar en flattr"
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:73
-msgid "If empty \"channel name on The Hubzilla\" will be used"
-msgstr "Si está vacío, se usará \"nombre del canal en Hubzilla\""
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:77
-msgid "Static or dynamic flattr button"
-msgstr "Botón de flattr estático o dinámico"
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:77
-msgid "static"
-msgstr "estático"
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:77
-msgid "dynamic"
-msgstr "dinámico"
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:81
-msgid "Alignment of the widget"
-msgstr "Alineamiento del widget"
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:81
-msgid "left"
-msgstr "izquierda"
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:81
-msgid "right"
-msgstr "derecha"
-
-#: ../../addon/flattrwidget/Mod_Flattrwidget.php:89
-msgid "Flattr Widget"
-msgstr "Flattr Widget"
-
#: ../../addon/hubwall/hubwall.php:19
msgid "Send email to all members"
msgstr "Enviar un correo electrónico a todos los miembros"
@@ -3511,32 +3427,32 @@ msgstr "%s : Falló el envío del mensaje."
msgid "Message sent to %s. New account registration: %s"
msgstr "Mensaje enviado a %s. Registro de una nueva cuenta: %s"
-#: ../../addon/flashcards/Mod_Flashcards.php:169
+#: ../../addon/flashcards/Mod_Flashcards.php:218
msgid "Not allowed."
msgstr "No permitido/a."
-#: ../../addon/flashcards/Mod_Flashcards.php:205
-#: ../../include/acl_selectors.php:123 ../../Zotlabs/Module/Chat.php:243
+#: ../../addon/flashcards/Mod_Flashcards.php:254
+#: ../../include/acl_selectors.php:123 ../../Zotlabs/Module/Chat.php:241
#: ../../Zotlabs/Module/Filestorage.php:190
-#: ../../Zotlabs/Module/Photos.php:675 ../../Zotlabs/Module/Photos.php:1044
-#: ../../Zotlabs/Module/Thing.php:319 ../../Zotlabs/Module/Thing.php:372
-#: ../../Zotlabs/Module/Connedit.php:690
+#: ../../Zotlabs/Module/Photos.php:677 ../../Zotlabs/Module/Photos.php:1046
+#: ../../Zotlabs/Module/Thing.php:321 ../../Zotlabs/Module/Thing.php:374
+#: ../../Zotlabs/Module/Connedit.php:691
msgid "Permissions"
msgstr "Permisos"
-#: ../../addon/flashcards/Mod_Flashcards.php:212
+#: ../../addon/flashcards/Mod_Flashcards.php:261
#: ../../Zotlabs/Module/Filestorage.php:197
msgid "Set/edit permissions"
msgstr "Establecer/editar los permisos"
-#: ../../addon/flashcards/Mod_Flashcards.php:235
-#: ../../addon/flashcards/Mod_Flashcards.php:236 ../../include/items.php:3719
+#: ../../addon/flashcards/Mod_Flashcards.php:284
+#: ../../addon/flashcards/Mod_Flashcards.php:285 ../../include/items.php:3888
#: ../../Zotlabs/Module/Filestorage.php:26
#: ../../Zotlabs/Module/Admin/Themes.php:72
#: ../../Zotlabs/Module/Admin/Addons.php:260
#: ../../Zotlabs/Module/Viewsrc.php:25 ../../Zotlabs/Module/Display.php:45
-#: ../../Zotlabs/Module/Display.php:455 ../../Zotlabs/Module/Admin.php:62
-#: ../../Zotlabs/Module/Thing.php:94
+#: ../../Zotlabs/Module/Display.php:460 ../../Zotlabs/Module/Admin.php:62
+#: ../../Zotlabs/Module/Thing.php:96
msgid "Item not found."
msgstr "Elemento no encontrado."
@@ -3588,7 +3504,7 @@ msgstr "No lo menciones."
msgid "&lt;blush&gt;"
msgstr "&lt;sonrojo&gt;"
-#: ../../addon/buglink/buglink.php:16 ../../Zotlabs/Lib/Apps.php:327
+#: ../../addon/buglink/buglink.php:16 ../../Zotlabs/Lib/Apps.php:328
msgid "Report Bug"
msgstr "Informe de errores"
@@ -3699,6 +3615,16 @@ msgstr "Su cuenta en %s caducará en unos pocos días."
msgid "Your $Productname test account is about to expire."
msgstr "Su cuenta de prueba de $Productname está a punto de caducar."
+#: ../../addon/hideaside/Mod_Hideaside.php:23
+#: ../../addon/hideaside/Mod_Hideaside.php:27
+msgid "Hide Aside App"
+msgstr "App de ocultamiento del panel lateral"
+
+#: ../../addon/hideaside/Mod_Hideaside.php:24
+#: ../../addon/hideaside/Mod_Hideaside.php:28
+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"
+
#: ../../addon/skeleton/Mod_Skeleton.php:32
msgid "Skeleton App"
msgstr "App Skeleton"
@@ -3719,6 +3645,86 @@ msgstr "Un ajuste"
msgid "Skeleton Settings"
msgstr "Ajustes de Skeleton"
+#: ../../addon/socialauth/Mod_SocialAuth.php:104
+#: ../../addon/socialauth/Mod_SocialAuth.php:176
+msgid "Network error"
+msgstr "Error de red"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:108
+#: ../../addon/socialauth/Mod_SocialAuth.php:180
+msgid "API error"
+msgstr "Error de API"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:112
+#: ../../addon/socialauth/Mod_SocialAuth.php:184
+msgid "Unknown issue"
+msgstr "Problema desconocido"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:168
+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:202
+msgid "Sign in to Hubzilla using a social account"
+msgstr "Iniciar sesión en Hubzilla usando una cuenta social"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:207
+msgid "Social Authentication using your social media account"
+msgstr "Autenticación usando su cuenta de medios sociales"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:211
+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:229
+msgid "Add an identity provider"
+msgstr "Añadir un proveedor de identidad"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:256
+msgid "Enable "
+msgstr "Habilitar"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:263
+msgid "Key"
+msgstr "Clave"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:263
+#: ../../addon/socialauth/Mod_SocialAuth.php:268
+#: ../../addon/socialauth/Mod_SocialAuth.php:284
+#: ../../addon/socialauth/Mod_SocialAuth.php:297
+msgid "Word"
+msgstr "Palabra"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:268
+msgid "Secret"
+msgstr "Secret"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:297
+msgid "Add a custom provider"
+msgstr "Añadir un proveedor personalizado"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:317
+msgid "Remove an identity provider"
+msgstr "Eliminar un proveedor de identidad"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:327
+msgid "Social authentication"
+msgstr "Autenticación social"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:366
+msgid "Error while saving provider settings"
+msgstr "Se ha producido un error mientras se guardaban los ajustes"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:382
+msgid "Custom provider already exists"
+msgstr "Ya existe un proveedor personalizado"
+
+#: ../../addon/socialauth/Mod_SocialAuth.php:399
+msgid "Social authentication settings saved."
+msgstr "Se han guardado los ajustes de la autenticación social."
+
#: ../../addon/nsfw/nsfw.php:152
msgid "Possible adult content"
msgstr "Posible contenido para adultos"
@@ -3872,31 +3878,31 @@ msgstr "No se pudo enviar el correo."
msgid "Mail Test"
msgstr "Prueba de correo"
-#: ../../addon/ljpost/Mod_Ljpost.php:37
+#: ../../addon/ljpost/Mod_Ljpost.php:38
msgid "Livejournal Crosspost Connector App"
msgstr "App Livejournal Crosspost Connector"
-#: ../../addon/ljpost/Mod_Ljpost.php:38
+#: ../../addon/ljpost/Mod_Ljpost.php:39
msgid "Relay public posts to Livejournal"
msgstr "Retransmisión de entradas públicas a Livejournal"
-#: ../../addon/ljpost/Mod_Ljpost.php:54
+#: ../../addon/ljpost/Mod_Ljpost.php:55
msgid "Livejournal username"
msgstr "Nombre de usuario en Livejournal"
-#: ../../addon/ljpost/Mod_Ljpost.php:58
+#: ../../addon/ljpost/Mod_Ljpost.php:59
msgid "Livejournal password"
msgstr "Contraseña en Livejournal"
-#: ../../addon/ljpost/Mod_Ljpost.php:62
+#: ../../addon/ljpost/Mod_Ljpost.php:63
msgid "Post to Livejournal by default"
msgstr "Publicar en Livejournal por defecto"
-#: ../../addon/ljpost/Mod_Ljpost.php:66
+#: ../../addon/ljpost/Mod_Ljpost.php:67
msgid "Send wall-to-wall posts to Livejournal"
msgstr "Enviar entradas de Muro-Muro a Livejournal"
-#: ../../addon/ljpost/Mod_Ljpost.php:75
+#: ../../addon/ljpost/Mod_Ljpost.php:79
msgid "Livejournal Crosspost Connector"
msgstr "Livejournal Crosspost Connector"
@@ -3904,64 +3910,11 @@ msgstr "Livejournal Crosspost Connector"
msgid "Post to Livejournal"
msgstr "Publicar en Livejournal"
-#: ../../addon/ljpost/ljpost.php:125
+#: ../../addon/ljpost/ljpost.php:127
msgid "Posted by"
msgstr "Publicado por "
-#: ../../addon/chess/Mod_Chess.php:180 ../../addon/chess/Mod_Chess.php:377
-msgid "Invalid game."
-msgstr "Juego no válido."
-
-#: ../../addon/chess/Mod_Chess.php:186 ../../addon/chess/Mod_Chess.php:417
-msgid "You are not a player in this game."
-msgstr "Usted no participa en este juego."
-
-#: ../../addon/chess/Mod_Chess.php:242
-msgid "You must be a local channel to create a game."
-msgstr "Debe ser un canal local para crear un juego"
-
-#: ../../addon/chess/Mod_Chess.php:260
-msgid "You must select one opponent that is not yourself."
-msgstr "Debe seleccionar un oponente que no sea usted mismo."
-
-#: ../../addon/chess/Mod_Chess.php:271
-msgid "Random color chosen."
-msgstr "Elegido un color aleatorio."
-
-#: ../../addon/chess/Mod_Chess.php:279
-msgid "Error creating new game."
-msgstr "Error al crear un nuevo juego."
-
-#: ../../addon/chess/Mod_Chess.php:306 ../../include/channel.php:1273
-msgid "Requested channel is not available."
-msgstr "El canal solicitado no está disponible."
-
-#: ../../addon/chess/Mod_Chess.php:311 ../../addon/chess/Mod_Chess.php:333
-msgid "Chess not installed."
-msgstr "Chess no está instalado."
-
-#: ../../addon/chess/Mod_Chess.php:326
-msgid "You must select a local channel /chess/channelname"
-msgstr "Debe seleccionar un canal local /chess/nombredelcanal"
-
-#: ../../addon/chess/Mod_Chess.php:343 ../../Zotlabs/Module/Ochannel.php:32
-#: ../../Zotlabs/Module/Channel.php:42 ../../Zotlabs/Module/Chat.php:31
-msgid "You must be logged in to see this page."
-msgstr "Debe haber iniciado sesión para poder ver esta página."
-
-#: ../../addon/chess/Mod_Chess.php:447 ../../include/help.php:132
-#: ../../Zotlabs/Module/Display.php:140 ../../Zotlabs/Module/Display.php:157
-#: ../../Zotlabs/Module/Display.php:174 ../../Zotlabs/Module/Display.php:180
-#: ../../Zotlabs/Module/Page.php:136 ../../Zotlabs/Module/Block.php:77
-#: ../../Zotlabs/Lib/NativeWikiPage.php:521 ../../Zotlabs/Web/Router.php:185
-msgid "Page not found."
-msgstr "Página no encontrada."
-
-#: ../../addon/chess/chess.php:645
-msgid "Enable notifications"
-msgstr "Habilitar notificaciones"
-
-#: ../../addon/mdpost/mdpost.php:41 ../../include/text.php:1983
+#: ../../addon/mdpost/mdpost.php:41 ../../include/text.php:2097
#: ../../Zotlabs/Widget/Wiki_pages.php:38
#: ../../Zotlabs/Widget/Wiki_pages.php:95 ../../Zotlabs/Module/Wiki.php:217
#: ../../Zotlabs/Module/Wiki.php:371
@@ -3984,74 +3937,6 @@ msgstr "Esto importará todos sus ficheros en la nube desde otro servidor."
msgid "Hubzilla Server base URL"
msgstr "URL base del servidor Hubzilla"
-#: ../../addon/jappixmini/Mod_Jappixmini.php:96
-msgid "Jappixmini App"
-msgstr "App Jappixmini"
-
-#: ../../addon/jappixmini/Mod_Jappixmini.php:97
-msgid "Provides a Facebook-like chat using Jappix Mini"
-msgstr "Proporciona un chat similar al de Facebook utilizando Jappix Mini"
-
-#: ../../addon/jappixmini/Mod_Jappixmini.php:157
-#: ../../include/channel.php:1526 ../../include/channel.php:1697
-msgid "Status:"
-msgstr "Estado:"
-
-#: ../../addon/jappixmini/Mod_Jappixmini.php:161
-msgid "Hide Jappixmini Chat-Widget from the webinterface"
-msgstr "Ocultar el widget de chat Jappixmini en la interfaz web"
-
-#: ../../addon/jappixmini/Mod_Jappixmini.php:166
-msgid "Jabber username"
-msgstr "Nombre de usuario en Jabber"
-
-#: ../../addon/jappixmini/Mod_Jappixmini.php:172
-msgid "Jabber server"
-msgstr "Servidor de Jabber"
-
-#: ../../addon/jappixmini/Mod_Jappixmini.php:178
-msgid "Jabber BOSH host URL"
-msgstr "URL del host BOSH de Jabber"
-
-#: ../../addon/jappixmini/Mod_Jappixmini.php:185
-msgid "Jabber password"
-msgstr "Contraseña en Jabber"
-
-#: ../../addon/jappixmini/Mod_Jappixmini.php:191
-msgid "Encrypt Jabber password with Hubzilla password"
-msgstr "Cifrar la contraseña de Jabber con la contraseña de Hubzilla"
-
-#: ../../addon/jappixmini/Mod_Jappixmini.php:191
-#: ../../Zotlabs/Module/Settings/Channel.php:567
-#: ../../Zotlabs/Module/Settings/Channel.php:572
-#: ../../Zotlabs/Module/Settings/Channel.php:573
-#: ../../Zotlabs/Module/Settings/Channel.php:574
-msgid "Recommended"
-msgstr "Recomendado"
-
-#: ../../addon/jappixmini/Mod_Jappixmini.php:199
-#: ../../addon/jappixmini/Mod_Jappixmini.php:203
-msgid "Approve subscription requests from Hubzilla contacts automatically"
-msgstr "Aprobar automáticamente las solicitudes de suscripción de los contactos de Hubzilla"
-
-#: ../../addon/jappixmini/Mod_Jappixmini.php:207
-msgid "Purge internal list of jabber addresses of contacts"
-msgstr "Purgar la lista interna de las direcciones de contactos de jabber"
-
-#: ../../addon/jappixmini/Mod_Jappixmini.php:212
-msgid "Configuration Help"
-msgstr "Ayuda para los ajustes"
-
-#: ../../addon/jappixmini/Mod_Jappixmini.php:216
-#: ../../Zotlabs/Module/Cdav.php:1386 ../../Zotlabs/Module/Profiles.php:796
-#: ../../Zotlabs/Module/Connedit.php:936
-msgid "Add Contact"
-msgstr "Añadir un contacto"
-
-#: ../../addon/jappixmini/Mod_Jappixmini.php:258
-msgid "Jappixmini Settings"
-msgstr "Ajustes de Jappixmini"
-
#: ../../addon/authchoose/Mod_Authchoose.php:22
msgid ""
"Allow magic authentication only to websites of your immediate connections"
@@ -4149,20 +4034,20 @@ msgstr "Servidor BOSH de Jabber"
msgid "XMPP Settings"
msgstr "Ajustes de XMPP"
-#: ../../include/zot.php:774
+#: ../../include/zot.php:773
msgid "Invalid data packet"
msgstr "Paquete de datos no válido"
-#: ../../include/zot.php:801 ../../Zotlabs/Lib/Libzot.php:652
+#: ../../include/zot.php:800 ../../Zotlabs/Lib/Libzot.php:652
msgid "Unable to verify channel signature"
msgstr "No ha sido posible de verificar la firma del canal"
-#: ../../include/zot.php:2628 ../../Zotlabs/Lib/Libsync.php:733
+#: ../../include/zot.php:2627 ../../Zotlabs/Lib/Libsync.php:740
#, php-format
msgid "Unable to verify site signature for %s"
msgstr "No ha sido posible de verificar la firma del sitio para %s"
-#: ../../include/zot.php:4325
+#: ../../include/zot.php:4342
msgid "invalid target signature"
msgstr "La firma recibida no es válida"
@@ -4190,536 +4075,578 @@ msgstr "más antiguas"
msgid "newer"
msgstr "más recientes"
-#: ../../include/text.php:1000
+#: ../../include/text.php:1005
msgid "No connections"
msgstr "Sin conexiones"
-#: ../../include/text.php:1012 ../../include/features.php:133
-#: ../../Zotlabs/Module/Connections.php:351 ../../Zotlabs/Lib/Apps.php:332
+#: ../../include/text.php:1017 ../../include/features.php:133
+#: ../../Zotlabs/Module/Connections.php:374 ../../Zotlabs/Lib/Apps.php:333
msgid "Connections"
msgstr "Conexiones"
-#: ../../include/text.php:1032
+#: ../../include/text.php:1025 ../../Zotlabs/Module/Viewconnections.php:80
+#: ../../Zotlabs/Module/Connections.php:288
+msgid "Accepts"
+msgstr "Se acepta"
+
+#: ../../include/text.php:1028 ../../Zotlabs/Module/Viewconnections.php:83
+#: ../../Zotlabs/Module/Connections.php:291
+msgid "Comments"
+msgstr "Comentarios"
+
+#: ../../include/text.php:1033 ../../Zotlabs/Module/Viewconnections.php:88
+#: ../../Zotlabs/Module/Connections.php:296
+msgid "Stream items"
+msgstr "Elementos del stream"
+
+#: ../../include/text.php:1038 ../../Zotlabs/Module/Viewconnections.php:93
+#: ../../Zotlabs/Module/Connections.php:301
+msgid "Wall posts"
+msgstr "Entradas del Muro"
+
+#: ../../include/text.php:1042 ../../Zotlabs/Module/Viewconnections.php:97
+#: ../../Zotlabs/Module/Connections.php:305
+msgid "Nothing"
+msgstr "Nada"
+
+#: ../../include/text.php:1057
#, php-format
msgid "View all %s connections"
msgstr "Ver todas las %s conexiones"
-#: ../../include/text.php:1094
+#: ../../include/text.php:1120
#, php-format
msgid "Network: %s"
msgstr "Red %s"
-#: ../../include/text.php:1105 ../../include/text.php:1117
-#: ../../include/nav.php:186 ../../include/acl_selectors.php:118
+#: ../../include/text.php:1131 ../../include/text.php:1143
+#: ../../include/nav.php:188 ../../include/acl_selectors.php:118
#: ../../Zotlabs/Widget/Sitesearch.php:31
-#: ../../Zotlabs/Widget/Activity_filter.php:151
-#: ../../Zotlabs/Module/Search.php:44 ../../Zotlabs/Module/Connections.php:355
-#: ../../Zotlabs/Lib/Apps.php:352
+#: ../../Zotlabs/Widget/Activity_filter.php:193
+#: ../../Zotlabs/Module/Search.php:44 ../../Zotlabs/Module/Connections.php:378
+#: ../../Zotlabs/Lib/Apps.php:353
msgid "Search"
msgstr "Buscar"
-#: ../../include/text.php:1197 ../../include/text.php:1201
+#: ../../include/text.php:1223 ../../include/text.php:1227
msgid "poke"
msgstr "un toque"
-#: ../../include/text.php:1197 ../../include/text.php:1201
-#: ../../include/conversation.php:251
+#: ../../include/text.php:1223 ../../include/text.php:1227
+#: ../../include/conversation.php:255
msgid "poked"
msgstr "ha dado un toque a"
-#: ../../include/text.php:1202
+#: ../../include/text.php:1228
msgid "ping"
msgstr "un \"ping\""
-#: ../../include/text.php:1202
+#: ../../include/text.php:1228
msgid "pinged"
msgstr "ha enviado un \"ping\" a"
-#: ../../include/text.php:1203
+#: ../../include/text.php:1229
msgid "prod"
msgstr "una incitación "
-#: ../../include/text.php:1203
+#: ../../include/text.php:1229
msgid "prodded"
msgstr "ha incitado a "
-#: ../../include/text.php:1204
+#: ../../include/text.php:1230
msgid "slap"
msgstr "una bofetada "
-#: ../../include/text.php:1204
+#: ../../include/text.php:1230
msgid "slapped"
msgstr "ha abofeteado a "
-#: ../../include/text.php:1205
+#: ../../include/text.php:1231
msgid "finger"
msgstr "un \"finger\" "
-#: ../../include/text.php:1205
+#: ../../include/text.php:1231
msgid "fingered"
msgstr "envió un \"finger\" a"
-#: ../../include/text.php:1206
+#: ../../include/text.php:1232
msgid "rebuff"
msgstr "un reproche"
-#: ../../include/text.php:1206
+#: ../../include/text.php:1232
msgid "rebuffed"
msgstr "ha hecho un reproche a "
-#: ../../include/text.php:1229
+#: ../../include/text.php:1255
msgid "happy"
msgstr "feliz "
-#: ../../include/text.php:1230
+#: ../../include/text.php:1256
msgid "sad"
msgstr "triste "
-#: ../../include/text.php:1231
+#: ../../include/text.php:1257
msgid "mellow"
msgstr "tranquilo/a"
-#: ../../include/text.php:1232
+#: ../../include/text.php:1258
msgid "tired"
msgstr "cansado/a "
-#: ../../include/text.php:1233
+#: ../../include/text.php:1259
msgid "perky"
msgstr "vivaz"
-#: ../../include/text.php:1234
+#: ../../include/text.php:1260
msgid "angry"
msgstr "enfadado/a"
-#: ../../include/text.php:1235
+#: ../../include/text.php:1261
msgid "stupefied"
msgstr "asombrado/a"
-#: ../../include/text.php:1236
+#: ../../include/text.php:1262
msgid "puzzled"
msgstr "perplejo/a"
-#: ../../include/text.php:1237
+#: ../../include/text.php:1263
msgid "interested"
msgstr "interesado/a"
-#: ../../include/text.php:1238
+#: ../../include/text.php:1264
msgid "bitter"
msgstr "amargado/a"
-#: ../../include/text.php:1239
+#: ../../include/text.php:1265
msgid "cheerful"
msgstr "alegre"
-#: ../../include/text.php:1240
+#: ../../include/text.php:1266
msgid "alive"
msgstr "animado/a"
-#: ../../include/text.php:1241
+#: ../../include/text.php:1267
msgid "annoyed"
msgstr "molesto/a"
-#: ../../include/text.php:1242
+#: ../../include/text.php:1268
msgid "anxious"
msgstr "ansioso/a"
-#: ../../include/text.php:1243
+#: ../../include/text.php:1269
msgid "cranky"
msgstr "de mal humor"
-#: ../../include/text.php:1244
+#: ../../include/text.php:1270
msgid "disturbed"
msgstr "perturbado/a"
-#: ../../include/text.php:1245
+#: ../../include/text.php:1271
msgid "frustrated"
msgstr "frustrado/a"
-#: ../../include/text.php:1246
+#: ../../include/text.php:1272
msgid "depressed"
msgstr "deprimido/a"
-#: ../../include/text.php:1247
+#: ../../include/text.php:1273
msgid "motivated"
msgstr "motivado/a"
-#: ../../include/text.php:1248
+#: ../../include/text.php:1274
msgid "relaxed"
msgstr "relajado/a"
-#: ../../include/text.php:1249
+#: ../../include/text.php:1275
msgid "surprised"
msgstr "sorprendido/a"
-#: ../../include/text.php:1437 ../../include/js_strings.php:96
+#: ../../include/text.php:1463 ../../include/js_strings.php:99
msgid "Monday"
msgstr "lunes"
-#: ../../include/text.php:1437 ../../include/js_strings.php:97
+#: ../../include/text.php:1463 ../../include/js_strings.php:100
msgid "Tuesday"
msgstr "martes"
-#: ../../include/text.php:1437 ../../include/js_strings.php:98
+#: ../../include/text.php:1463 ../../include/js_strings.php:101
msgid "Wednesday"
msgstr "miércoles"
-#: ../../include/text.php:1437 ../../include/js_strings.php:99
+#: ../../include/text.php:1463 ../../include/js_strings.php:102
msgid "Thursday"
msgstr "jueves"
-#: ../../include/text.php:1437 ../../include/js_strings.php:100
+#: ../../include/text.php:1463 ../../include/js_strings.php:103
msgid "Friday"
msgstr "viernes"
-#: ../../include/text.php:1437 ../../include/js_strings.php:101
+#: ../../include/text.php:1463 ../../include/js_strings.php:104
msgid "Saturday"
msgstr "sábado"
-#: ../../include/text.php:1437 ../../include/js_strings.php:95
+#: ../../include/text.php:1463 ../../include/js_strings.php:98
msgid "Sunday"
msgstr "domingo"
-#: ../../include/text.php:1441 ../../include/js_strings.php:71
+#: ../../include/text.php:1467 ../../include/js_strings.php:74
msgid "January"
msgstr "enero"
-#: ../../include/text.php:1441 ../../include/js_strings.php:72
+#: ../../include/text.php:1467 ../../include/js_strings.php:75
msgid "February"
msgstr "febrero"
-#: ../../include/text.php:1441 ../../include/js_strings.php:73
+#: ../../include/text.php:1467 ../../include/js_strings.php:76
msgid "March"
msgstr "marzo"
-#: ../../include/text.php:1441 ../../include/js_strings.php:74
+#: ../../include/text.php:1467 ../../include/js_strings.php:77
msgid "April"
msgstr "abril"
-#: ../../include/text.php:1441
+#: ../../include/text.php:1467
msgid "May"
msgstr "mayo"
-#: ../../include/text.php:1441 ../../include/js_strings.php:76
+#: ../../include/text.php:1467 ../../include/js_strings.php:79
msgid "June"
msgstr "junio"
-#: ../../include/text.php:1441 ../../include/js_strings.php:77
+#: ../../include/text.php:1467 ../../include/js_strings.php:80
msgid "July"
msgstr "julio"
-#: ../../include/text.php:1441 ../../include/js_strings.php:78
+#: ../../include/text.php:1467 ../../include/js_strings.php:81
msgid "August"
msgstr "agosto"
-#: ../../include/text.php:1441 ../../include/js_strings.php:79
+#: ../../include/text.php:1467 ../../include/js_strings.php:82
msgid "September"
msgstr "septiembre"
-#: ../../include/text.php:1441 ../../include/js_strings.php:80
+#: ../../include/text.php:1467 ../../include/js_strings.php:83
msgid "October"
msgstr "octubre"
-#: ../../include/text.php:1441 ../../include/js_strings.php:81
+#: ../../include/text.php:1467 ../../include/js_strings.php:84
msgid "November"
msgstr "noviembre"
-#: ../../include/text.php:1441 ../../include/js_strings.php:82
+#: ../../include/text.php:1467 ../../include/js_strings.php:85
msgid "December"
msgstr "diciembre"
-#: ../../include/text.php:1515
+#: ../../include/text.php:1541
msgid "Unknown Attachment"
msgstr "Adjunto no reconocido"
-#: ../../include/text.php:1517 ../../Zotlabs/Module/Sharedwithme.php:106
+#: ../../include/text.php:1543 ../../Zotlabs/Module/Sharedwithme.php:108
#: ../../Zotlabs/Storage/Browser.php:293
msgid "Size"
msgstr "Tamaño"
-#: ../../include/text.php:1517 ../../include/feedutils.php:870
+#: ../../include/text.php:1543 ../../include/feedutils.php:871
msgid "unknown"
msgstr "desconocido"
-#: ../../include/text.php:1553
+#: ../../include/text.php:1579
msgid "remove category"
msgstr "eliminar el tema"
-#: ../../include/text.php:1629
+#: ../../include/text.php:1655
msgid "remove from file"
msgstr "eliminar del fichero"
-#: ../../include/text.php:1793 ../../include/message.php:13
+#: ../../include/text.php:1824 ../../include/message.php:13
msgid "Download binary/encrypted content"
msgstr "Descargar contenido binario o cifrado"
-#: ../../include/text.php:1941 ../../Zotlabs/Module/Events.php:669
+#: ../../include/text.php:1895
+msgid "Poll has ended."
+msgstr "La encuesta ha terminado"
+
+#: ../../include/text.php:1898
+#, php-format
+msgid "Poll ends: %s"
+msgstr "Finales de la encuesta: %s"
+
+#: ../../include/text.php:1903 ../../Zotlabs/Lib/ThreadItem.php:444
+msgid "Vote"
+msgstr "Votar"
+
+#: ../../include/text.php:2055 ../../Zotlabs/Module/Events.php:669
msgid "Link to Source"
msgstr "Enlazar con la entrada en su ubicación original"
-#: ../../include/text.php:1963 ../../include/language.php:423
+#: ../../include/text.php:2077 ../../include/language.php:424
msgid "default"
msgstr "por defecto"
-#: ../../include/text.php:1971
+#: ../../include/text.php:2085
msgid "Page layout"
msgstr "Plantilla de la página"
-#: ../../include/text.php:1971
+#: ../../include/text.php:2085
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:1981 ../../Zotlabs/Widget/Wiki_pages.php:38
+#: ../../include/text.php:2095 ../../Zotlabs/Widget/Wiki_pages.php:38
#: ../../Zotlabs/Widget/Wiki_pages.php:95 ../../Zotlabs/Module/Wiki.php:217
#: ../../Zotlabs/Module/Wiki.php:371
msgid "BBcode"
msgstr "BBcode"
-#: ../../include/text.php:1982
+#: ../../include/text.php:2096
msgid "HTML"
msgstr "HTML"
-#: ../../include/text.php:1984 ../../Zotlabs/Widget/Wiki_pages.php:38
+#: ../../include/text.php:2098 ../../Zotlabs/Widget/Wiki_pages.php:38
#: ../../Zotlabs/Widget/Wiki_pages.php:95 ../../Zotlabs/Module/Wiki.php:217
msgid "Text"
msgstr "Texto"
-#: ../../include/text.php:1985
+#: ../../include/text.php:2099
msgid "Comanche Layout"
msgstr "Plantilla de Comanche"
-#: ../../include/text.php:1990
+#: ../../include/text.php:2104
msgid "PHP"
msgstr "PHP"
-#: ../../include/text.php:1999
+#: ../../include/text.php:2113
msgid "Page content type"
msgstr "Tipo de contenido de la página"
-#: ../../include/text.php:2122 ../../include/event.php:1213
-#: ../../include/conversation.php:119
-#: ../../Zotlabs/Module/Channel_calendar.php:213
-#: ../../Zotlabs/Module/Like.php:394 ../../Zotlabs/Module/Tagger.php:73
+#: ../../include/text.php:2236 ../../include/event.php:1259
+#: ../../include/conversation.php:121
+#: ../../Zotlabs/Module/Channel_calendar.php:219
+#: ../../Zotlabs/Module/Like.php:388 ../../Zotlabs/Module/Tagger.php:75
#: ../../Zotlabs/Module/Events.php:266
msgid "event"
msgstr "el/su evento"
-#: ../../include/text.php:2127 ../../include/conversation.php:146
-#: ../../Zotlabs/Module/Tagger.php:79
+#: ../../include/text.php:2241 ../../include/conversation.php:148
+#: ../../Zotlabs/Module/Tagger.php:81
msgid "comment"
msgstr "el comentario"
-#: ../../include/text.php:2132
+#: ../../include/text.php:2246
msgid "activity"
msgstr "la/su actividad"
-#: ../../include/text.php:2233
+#: ../../include/text.php:2249
+msgid "poll"
+msgstr "encuesta"
+
+#: ../../include/text.php:2350
msgid "a-z, 0-9, -, and _ only"
msgstr "a-z, 0-9, -, and _ only"
-#: ../../include/text.php:2559
+#: ../../include/text.php:2676
msgid "Design Tools"
msgstr "Herramientas de diseño web"
-#: ../../include/text.php:2562 ../../Zotlabs/Module/Blocks.php:154
+#: ../../include/text.php:2679 ../../Zotlabs/Module/Blocks.php:154
msgid "Blocks"
msgstr "Bloques"
-#: ../../include/text.php:2563 ../../Zotlabs/Module/Menu.php:171
+#: ../../include/text.php:2680 ../../Zotlabs/Module/Menu.php:171
msgid "Menus"
msgstr "Menús"
-#: ../../include/text.php:2564 ../../Zotlabs/Module/Layouts.php:184
+#: ../../include/text.php:2681 ../../Zotlabs/Module/Layouts.php:184
msgid "Layouts"
msgstr "Plantillas"
-#: ../../include/text.php:2565
+#: ../../include/text.php:2682
msgid "Pages"
msgstr "Páginas"
-#: ../../include/text.php:2577
+#: ../../include/text.php:2694
msgid "Import"
msgstr "Importar"
-#: ../../include/text.php:2578
+#: ../../include/text.php:2695
msgid "Import website..."
msgstr "Importar un sitio web..."
-#: ../../include/text.php:2579
+#: ../../include/text.php:2696
msgid "Select folder to import"
msgstr "Seleccionar la carpeta que se va a importar"
-#: ../../include/text.php:2580
+#: ../../include/text.php:2697
msgid "Import from a zipped folder:"
msgstr "Importar desde una carpeta comprimida: "
-#: ../../include/text.php:2581
+#: ../../include/text.php:2698
msgid "Import from cloud files:"
msgstr "Importar desde los ficheros en la nube: "
-#: ../../include/text.php:2582
+#: ../../include/text.php:2699
msgid "/cloud/channel/path/to/folder"
msgstr "/cloud/canal/ruta/a la/carpeta"
-#: ../../include/text.php:2583
+#: ../../include/text.php:2700
msgid "Enter path to website files"
msgstr "Ruta a los ficheros del sitio web"
-#: ../../include/text.php:2584
+#: ../../include/text.php:2701
msgid "Select folder"
msgstr "Seleccionar la carpeta"
-#: ../../include/text.php:2585
+#: ../../include/text.php:2702
msgid "Export website..."
msgstr "Exportar un sitio web..."
-#: ../../include/text.php:2586
+#: ../../include/text.php:2703
msgid "Export to a zip file"
msgstr "Exportar a un fichero comprimido .zip"
-#: ../../include/text.php:2587
+#: ../../include/text.php:2704
msgid "website.zip"
msgstr "sitio_web.zip"
-#: ../../include/text.php:2588
+#: ../../include/text.php:2705
msgid "Enter a name for the zip file."
msgstr "Escriba un nombre para el fichero zip."
-#: ../../include/text.php:2589
+#: ../../include/text.php:2706
msgid "Export to cloud files"
msgstr "Exportar a la nube de ficheros"
-#: ../../include/text.php:2590
+#: ../../include/text.php:2707
msgid "/path/to/export/folder"
msgstr "/ruta/para/exportar/carpeta"
-#: ../../include/text.php:2591
+#: ../../include/text.php:2708
msgid "Enter a path to a cloud files destination."
msgstr "Escriba una ruta de destino a la nube de ficheros."
-#: ../../include/text.php:2592
+#: ../../include/text.php:2709
msgid "Specify folder"
msgstr "Especificar una carpeta"
-#: ../../include/text.php:2954 ../../Zotlabs/Storage/Browser.php:131
+#: ../../include/text.php:3082 ../../Zotlabs/Storage/Browser.php:131
msgid "Collection"
msgstr "Colección"
-#: ../../include/opengraph.php:58
+#: ../../include/opengraph.php:56
#, php-format
msgid "This is the home page of %s."
msgstr "Esta es la página personal de %s."
-#: ../../include/event.php:32 ../../include/event.php:95
+#: ../../include/event.php:33 ../../include/event.php:110
msgid "l F d, Y \\@ g:i A"
msgstr "l d de F, Y \\@ G:i"
-#: ../../include/event.php:40
+#: ../../include/event.php:41
msgid "Starts:"
msgstr "Comienza:"
-#: ../../include/event.php:50
+#: ../../include/event.php:51
msgid "Finishes:"
msgstr "Finaliza:"
-#: ../../include/event.php:62 ../../include/event.php:112
-#: ../../include/channel.php:1521 ../../Zotlabs/Module/Directory.php:339
+#: ../../include/event.php:63 ../../include/event.php:134
+#: ../../include/channel.php:1618 ../../Zotlabs/Module/Directory.php:352
msgid "Location:"
msgstr "Ubicación:"
-#: ../../include/event.php:95
+#: ../../include/event.php:110
msgid "l F d, Y"
msgstr "l F d, Y"
-#: ../../include/event.php:99
+#: ../../include/event.php:114
msgid "Start:"
msgstr "Iniciar: "
-#: ../../include/event.php:103
+#: ../../include/event.php:118
msgid "End:"
msgstr "Finalizar: "
-#: ../../include/event.php:1064
+#: ../../include/event.php:1106
msgid "This event has been added to your calendar."
msgstr "Este evento ha sido añadido a su calendario."
-#: ../../include/event.php:1290
+#: ../../include/event.php:1337
msgid "Not specified"
msgstr "Sin especificar"
-#: ../../include/event.php:1291
+#: ../../include/event.php:1338
msgid "Needs Action"
msgstr "Necesita de una intervención"
-#: ../../include/event.php:1292
+#: ../../include/event.php:1339
msgid "Completed"
msgstr "Completado/a"
-#: ../../include/event.php:1293
+#: ../../include/event.php:1340
msgid "In Process"
msgstr "En proceso"
-#: ../../include/event.php:1294
+#: ../../include/event.php:1341
msgid "Cancelled"
msgstr "Cancelado/a"
-#: ../../include/event.php:1375 ../../include/connections.php:728
-#: ../../Zotlabs/Module/Cdav.php:1382 ../../Zotlabs/Module/Profiles.php:792
-#: ../../Zotlabs/Module/Connedit.php:932
+#: ../../include/event.php:1422 ../../include/connections.php:728
+#: ../../Zotlabs/Module/Cdav.php:1377 ../../Zotlabs/Module/Profiles.php:794
+#: ../../Zotlabs/Module/Connedit.php:933
msgid "Mobile"
msgstr "Móvil"
-#: ../../include/event.php:1376 ../../include/connections.php:729
-#: ../../Zotlabs/Module/Cdav.php:1383 ../../Zotlabs/Module/Profiles.php:793
-#: ../../Zotlabs/Module/Connedit.php:933
+#: ../../include/event.php:1423 ../../include/connections.php:729
+#: ../../Zotlabs/Module/Cdav.php:1378 ../../Zotlabs/Module/Profiles.php:795
+#: ../../Zotlabs/Module/Connedit.php:934
msgid "Home"
msgstr "Inicio"
-#: ../../include/event.php:1377 ../../include/connections.php:730
+#: ../../include/event.php:1424 ../../include/connections.php:730
msgid "Home, Voice"
msgstr "Llamadas particulares"
-#: ../../include/event.php:1378 ../../include/connections.php:731
+#: ../../include/event.php:1425 ../../include/connections.php:731
msgid "Home, Fax"
msgstr "Fax particular"
-#: ../../include/event.php:1379 ../../include/connections.php:732
-#: ../../Zotlabs/Module/Cdav.php:1384 ../../Zotlabs/Module/Profiles.php:794
-#: ../../Zotlabs/Module/Connedit.php:934
+#: ../../include/event.php:1426 ../../include/connections.php:732
+#: ../../Zotlabs/Module/Cdav.php:1379 ../../Zotlabs/Module/Profiles.php:796
+#: ../../Zotlabs/Module/Connedit.php:935
msgid "Work"
msgstr "Trabajo"
-#: ../../include/event.php:1380 ../../include/connections.php:733
+#: ../../include/event.php:1427 ../../include/connections.php:733
msgid "Work, Voice"
msgstr "Llamadas de trabajo"
-#: ../../include/event.php:1381 ../../include/connections.php:734
+#: ../../include/event.php:1428 ../../include/connections.php:734
msgid "Work, Fax"
msgstr "Fax de trabajo"
-#: ../../include/event.php:1382 ../../include/event.php:1389
+#: ../../include/event.php:1429 ../../include/event.php:1436
#: ../../include/selectors.php:60 ../../include/selectors.php:77
#: ../../include/selectors.php:115 ../../include/selectors.php:151
#: ../../include/connections.php:735 ../../include/connections.php:742
-#: ../../Zotlabs/Module/Cdav.php:1385 ../../Zotlabs/Module/Profiles.php:795
-#: ../../Zotlabs/Module/Connedit.php:935
-#: ../../Zotlabs/Access/PermissionRoles.php:306
+#: ../../Zotlabs/Module/Cdav.php:1380 ../../Zotlabs/Module/Profiles.php:797
+#: ../../Zotlabs/Module/Connedit.php:936
+#: ../../Zotlabs/Access/PermissionRoles.php:310
msgid "Other"
msgstr "Otro"
#: ../../include/features.php:55 ../../Zotlabs/Module/Admin/Features.php:55
#: ../../Zotlabs/Module/Admin/Features.php:56
-#: ../../Zotlabs/Module/Settings/Features.php:36
+#: ../../Zotlabs/Module/Settings/Features.php:38
msgid "Off"
msgstr "Desactivado"
#: ../../include/features.php:55 ../../Zotlabs/Module/Admin/Features.php:55
#: ../../Zotlabs/Module/Admin/Features.php:56
-#: ../../Zotlabs/Module/Settings/Features.php:36
+#: ../../Zotlabs/Module/Settings/Features.php:38
msgid "On"
msgstr "Activado"
-#: ../../include/features.php:82 ../../include/nav.php:465
-#: ../../include/nav.php:468 ../../Zotlabs/Lib/Apps.php:345
+#: ../../include/features.php:82 ../../include/nav.php:463
+#: ../../include/nav.php:466 ../../Zotlabs/Lib/Apps.php:346
#: ../../Zotlabs/Storage/Browser.php:140
msgid "Calendar"
msgstr "Calendario"
@@ -4740,7 +4667,7 @@ msgstr "Selección del huso horario del evento"
msgid "Allow event creation in timezones other than your own."
msgstr "Permitir la creación de eventos en husos horarios distintos del suyo."
-#: ../../include/features.php:104 ../../Zotlabs/Lib/Apps.php:342
+#: ../../include/features.php:104 ../../Zotlabs/Lib/Apps.php:343
msgid "Channel Home"
msgstr "Mi canal"
@@ -4760,11 +4687,11 @@ msgstr "Nube de etiquetas"
msgid "Provide a personal tag cloud on your channel page"
msgstr "Proveer nube de etiquetas personal en su página de canal"
-#: ../../include/features.php:124 ../../include/features.php:351
+#: ../../include/features.php:124 ../../include/features.php:359
msgid "Use blog/list mode"
msgstr "Usar el modo blog/lista"
-#: ../../include/features.php:125 ../../include/features.php:352
+#: ../../include/features.php:125 ../../include/features.php:360
msgid "Comments will be displayed separately"
msgstr "Los comentarios se mostrarán por separado"
@@ -4780,14 +4707,6 @@ msgstr "Filtrar publicaciones entrantes de conexiones por palabras clave o conte
msgid "Conversation"
msgstr "Conversación"
-#: ../../include/features.php:150
-msgid "Community Tagging"
-msgstr "Etiquetas de la comunidad"
-
-#: ../../include/features.php:151
-msgid "Ability to tag existing posts"
-msgstr "Capacidad de etiquetar entradas"
-
#: ../../include/features.php:158
msgid "Emoji Reactions"
msgstr "Emoticonos \"emoji\""
@@ -4820,7 +4739,7 @@ msgstr "Responder a los comentarios"
msgid "Ability to reply on selected comment"
msgstr "Posibilidad de responder a los comentarios seleccionados"
-#: ../../include/features.php:192 ../../Zotlabs/Lib/Apps.php:346
+#: ../../include/features.php:192 ../../Zotlabs/Lib/Apps.php:347
msgid "Directory"
msgstr "Directorio"
@@ -4864,167 +4783,175 @@ msgid ""
msgstr "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida."
#: ../../include/features.php:235
-msgid "Enable Voting Tools"
-msgstr "Permitir entradas con votación"
-
-#: ../../include/features.php:236
-msgid "Provide a class of post which others can vote on"
-msgstr "Proveer una clase de publicación en la que otros puedan votar"
-
-#: ../../include/features.php:243
msgid "Disable Comments"
msgstr "Deshabilitar comentarios"
-#: ../../include/features.php:244
+#: ../../include/features.php:236
msgid "Provide the option to disable comments for a post"
msgstr "Proporcionar la opción de desactivar los comentarios para una entrada"
-#: ../../include/features.php:251
+#: ../../include/features.php:243
msgid "Delayed Posting"
msgstr "Publicación aplazada"
-#: ../../include/features.php:252
+#: ../../include/features.php:244
msgid "Allow posts to be published at a later date"
msgstr "Permitir mensajes que se publicarán en una fecha posterior"
-#: ../../include/features.php:259
+#: ../../include/features.php:251
msgid "Content Expiration"
msgstr "Caducidad del contenido"
-#: ../../include/features.php:260
+#: ../../include/features.php:252
msgid "Remove posts/comments and/or private messages at a future time"
msgstr "Eliminar publicaciones/comentarios y/o mensajes privados más adelante"
-#: ../../include/features.php:267
+#: ../../include/features.php:259
msgid "Suppress Duplicate Posts/Comments"
msgstr "Prevenir entradas o comentarios duplicados"
-#: ../../include/features.php:268
+#: ../../include/features.php:260
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/features.php:275
+#: ../../include/features.php:267
msgid "Auto-save drafts of posts and comments"
msgstr "Guardar automáticamente borradores de entradas y comentarios"
-#: ../../include/features.php:276
+#: ../../include/features.php:268
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."
-#: ../../include/features.php:285
+#: ../../include/features.php:277
msgid "Manage"
msgstr "Gestionar"
-#: ../../include/features.php:289
+#: ../../include/features.php:281
msgid "Navigation Channel Select"
msgstr "Navegación por el selector de canales"
-#: ../../include/features.php:290
+#: ../../include/features.php:282
msgid "Change channels directly from within the navigation dropdown menu"
msgstr "Cambiar de canales directamente desde el menú de navegación desplegable"
-#: ../../include/features.php:299 ../../Zotlabs/Module/Connections.php:310
+#: ../../include/features.php:291 ../../Zotlabs/Module/Connections.php:332
msgid "Network"
msgstr "Red"
-#: ../../include/features.php:303 ../../Zotlabs/Widget/Savedsearch.php:83
+#: ../../include/features.php:295
+msgid "Events Filter"
+msgstr "Filtro de eventos"
+
+#: ../../include/features.php:296
+msgid "Ability to display only events"
+msgstr "Capacidad para mostrar solo eventos"
+
+#: ../../include/features.php:303
+msgid "Polls Filter"
+msgstr "Filtro de encuestas"
+
+#: ../../include/features.php:304
+msgid "Ability to display only polls"
+msgstr "Capacidad para mostrar solo encuestas"
+
+#: ../../include/features.php:311 ../../Zotlabs/Widget/Savedsearch.php:83
msgid "Saved Searches"
msgstr "Búsquedas guardadas"
-#: ../../include/features.php:304
+#: ../../include/features.php:312
msgid "Save search terms for re-use"
msgstr "Guardar términos de búsqueda para su reutilización"
-#: ../../include/features.php:311 ../../include/contact_widgets.php:53
-#: ../../Zotlabs/Widget/Activity_filter.php:137
+#: ../../include/features.php:319 ../../include/contact_widgets.php:53
+#: ../../Zotlabs/Widget/Activity_filter.php:179
#: ../../Zotlabs/Widget/Filer.php:28
msgid "Saved Folders"
msgstr "Carpetas guardadas"
-#: ../../include/features.php:312
+#: ../../include/features.php:320
msgid "Ability to file posts under folders"
msgstr "Capacidad de archivar entradas en carpetas"
-#: ../../include/features.php:319
+#: ../../include/features.php:327
msgid "Alternate Stream Order"
msgstr "Orden de stream alternativo"
-#: ../../include/features.php:320
+#: ../../include/features.php:328
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"
-#: ../../include/features.php:327
+#: ../../include/features.php:335
msgid "Contact Filter"
msgstr "Filtro de contactos"
-#: ../../include/features.php:328
+#: ../../include/features.php:336
msgid "Ability to display only posts of a selected contact"
msgstr "Posibilidad de mostrar sólo los mensajes de un contacto seleccionado"
-#: ../../include/features.php:335
+#: ../../include/features.php:343
msgid "Forum Filter"
msgstr "Filtro de foro"
-#: ../../include/features.php:336
+#: ../../include/features.php:344
msgid "Ability to display only posts of a specific forum"
msgstr "Posibilidad de mostrar sólo los mensajes de un foro específico"
-#: ../../include/features.php:343
+#: ../../include/features.php:351
msgid "Personal Posts Filter"
msgstr "Filtro de entradas personales"
-#: ../../include/features.php:344
+#: ../../include/features.php:352
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"
-#: ../../include/features.php:361 ../../include/nav.php:446
-#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:344
+#: ../../include/features.php:369 ../../include/nav.php:444
+#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:345
msgid "Photos"
msgstr "Fotos"
-#: ../../include/features.php:365
+#: ../../include/features.php:373
msgid "Photo Location"
msgstr "Ubicación de las fotos"
-#: ../../include/features.php:366
+#: ../../include/features.php:374
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."
-#: ../../include/features.php:375 ../../Zotlabs/Lib/Apps.php:362
+#: ../../include/features.php:383 ../../Zotlabs/Lib/Apps.php:363
msgid "Profiles"
msgstr "Perfiles"
-#: ../../include/features.php:379
+#: ../../include/features.php:387
msgid "Advanced Profiles"
msgstr "Perfiles avanzados"
-#: ../../include/features.php:380
+#: ../../include/features.php:388
msgid "Additional profile sections and selections"
msgstr "Secciones y selecciones de perfil adicionales"
-#: ../../include/features.php:387
+#: ../../include/features.php:395
msgid "Profile Import/Export"
msgstr "Importar/Exportar perfil"
-#: ../../include/features.php:388
+#: ../../include/features.php:396
msgid "Save and load profile details across sites/channels"
msgstr "Guardar y cargar detalles del perfil a través de sitios/canales"
-#: ../../include/features.php:395
+#: ../../include/features.php:403
msgid "Multiple Profiles"
msgstr "Múltiples perfiles"
-#: ../../include/features.php:396
+#: ../../include/features.php:404
msgid "Ability to create multiple profiles"
msgstr "Capacidad de crear múltiples perfiles"
-#: ../../include/security.php:607
+#: ../../include/security.php:609
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."
@@ -5034,12 +4961,12 @@ msgstr "El \"token\" de seguridad del formulario no es correcto. Esto ha ocurrid
msgid "Delete this item?"
msgstr "¿Borrar este elemento?"
-#: ../../include/js_strings.php:6 ../../Zotlabs/Module/Photos.php:1095
-#: ../../Zotlabs/Module/Photos.php:1214 ../../Zotlabs/Lib/ThreadItem.php:795
+#: ../../include/js_strings.php:6 ../../Zotlabs/Module/Photos.php:1096
+#: ../../Zotlabs/Module/Photos.php:1214 ../../Zotlabs/Lib/ThreadItem.php:824
msgid "Comment"
msgstr "Comentar"
-#: ../../include/js_strings.php:7 ../../Zotlabs/Lib/ThreadItem.php:502
+#: ../../include/js_strings.php:7 ../../Zotlabs/Lib/ThreadItem.php:533
#, php-format
msgid "%s show all"
msgstr "%s mostrar todo"
@@ -5096,7 +5023,7 @@ msgid "Rate This Channel (this is public)"
msgstr "Valorar este canal (esto es público)"
#: ../../include/js_strings.php:20 ../../Zotlabs/Module/Rate.php:155
-#: ../../Zotlabs/Module/Connedit.php:887
+#: ../../Zotlabs/Module/Connedit.php:888
msgid "Rating"
msgstr "Valoración"
@@ -5113,8 +5040,8 @@ 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?"
#: ../../include/js_strings.php:25 ../../Zotlabs/Module/Pubsites.php:52
-#: ../../Zotlabs/Module/Cdav.php:1038 ../../Zotlabs/Module/Events.php:483
-#: ../../Zotlabs/Module/Profiles.php:509 ../../Zotlabs/Module/Profiles.php:734
+#: ../../Zotlabs/Module/Cdav.php:1011 ../../Zotlabs/Module/Events.php:483
+#: ../../Zotlabs/Module/Profiles.php:511 ../../Zotlabs/Module/Profiles.php:736
#: ../../Zotlabs/Module/Locs.php:117
msgid "Location"
msgstr "Ubicación"
@@ -5165,192 +5092,205 @@ msgstr "nombre de canal"
msgid "Back to reply"
msgstr "Volver a la respuesta"
-#: ../../include/js_strings.php:42
+#: ../../include/js_strings.php:37
+msgid "Pinned"
+msgstr "Anclado/a"
+
+#: ../../include/js_strings.php:38 ../../Zotlabs/Lib/ThreadItem.php:471
+msgid "Pin to the top"
+msgstr "Anclar en la parte superior"
+
+#: ../../include/js_strings.php:39 ../../Zotlabs/Widget/Pinned.php:157
+#: ../../Zotlabs/Lib/ThreadItem.php:471
+msgid "Unpin from the top"
+msgstr "Desanclar de la parte superior"
+
+#: ../../include/js_strings.php:45
#, php-format
msgid "%d minutes"
msgid_plural "%d minutes"
msgstr[0] "%d minutos"
msgstr[1] "%d minutos"
-#: ../../include/js_strings.php:43
+#: ../../include/js_strings.php:46
#, php-format
msgid "about %d hours"
msgid_plural "about %d hours"
msgstr[0] "alrededor de %d horas"
msgstr[1] "alrededor de %d horas"
-#: ../../include/js_strings.php:44
+#: ../../include/js_strings.php:47
#, php-format
msgid "%d days"
msgid_plural "%d days"
msgstr[0] "%d días"
msgstr[1] "%d días"
-#: ../../include/js_strings.php:45
+#: ../../include/js_strings.php:48
#, php-format
msgid "%d months"
msgid_plural "%d months"
msgstr[0] "%d meses"
msgstr[1] "%d meses"
-#: ../../include/js_strings.php:46
+#: ../../include/js_strings.php:49
#, php-format
msgid "%d years"
msgid_plural "%d years"
msgstr[0] "%d años"
msgstr[1] "%d años"
-#: ../../include/js_strings.php:51
+#: ../../include/js_strings.php:54
msgid "timeago.prefixAgo"
msgstr "hace "
-#: ../../include/js_strings.php:52
+#: ../../include/js_strings.php:55
msgid "timeago.prefixFromNow"
msgstr "en "
-#: ../../include/js_strings.php:53
+#: ../../include/js_strings.php:56
msgid "timeago.suffixAgo"
msgstr "NONE"
-#: ../../include/js_strings.php:54
+#: ../../include/js_strings.php:57
msgid "timeago.suffixFromNow"
msgstr "NONE"
-#: ../../include/js_strings.php:57
+#: ../../include/js_strings.php:60
msgid "less than a minute"
msgstr "menos de un minuto"
-#: ../../include/js_strings.php:58
+#: ../../include/js_strings.php:61
msgid "about a minute"
msgstr "alrededor de un minuto"
-#: ../../include/js_strings.php:60
+#: ../../include/js_strings.php:63
msgid "about an hour"
msgstr "alrededor de una hora"
-#: ../../include/js_strings.php:62
+#: ../../include/js_strings.php:65
msgid "a day"
msgstr "un día"
-#: ../../include/js_strings.php:64
+#: ../../include/js_strings.php:67
msgid "about a month"
msgstr "alrededor de un mes"
-#: ../../include/js_strings.php:66
+#: ../../include/js_strings.php:69
msgid "about a year"
msgstr "alrededor de un año"
-#: ../../include/js_strings.php:68
+#: ../../include/js_strings.php:71
msgid " "
msgstr " "
-#: ../../include/js_strings.php:69
+#: ../../include/js_strings.php:72
msgid "timeago.numbers"
msgstr "timeago.numbers"
-#: ../../include/js_strings.php:75
+#: ../../include/js_strings.php:78
msgctxt "long"
msgid "May"
msgstr "mayo"
-#: ../../include/js_strings.php:83
+#: ../../include/js_strings.php:86
msgid "Jan"
msgstr "ene"
-#: ../../include/js_strings.php:84
+#: ../../include/js_strings.php:87
msgid "Feb"
msgstr "feb"
-#: ../../include/js_strings.php:85
+#: ../../include/js_strings.php:88
msgid "Mar"
msgstr "mar"
-#: ../../include/js_strings.php:86
+#: ../../include/js_strings.php:89
msgid "Apr"
msgstr "abr"
-#: ../../include/js_strings.php:87
+#: ../../include/js_strings.php:90
msgctxt "short"
msgid "May"
msgstr "may"
-#: ../../include/js_strings.php:88
+#: ../../include/js_strings.php:91
msgid "Jun"
msgstr "jun"
-#: ../../include/js_strings.php:89
+#: ../../include/js_strings.php:92
msgid "Jul"
msgstr "jul"
-#: ../../include/js_strings.php:90
+#: ../../include/js_strings.php:93
msgid "Aug"
msgstr "ago"
-#: ../../include/js_strings.php:91
+#: ../../include/js_strings.php:94
msgid "Sep"
msgstr "sep"
-#: ../../include/js_strings.php:92
+#: ../../include/js_strings.php:95
msgid "Oct"
msgstr "oct"
-#: ../../include/js_strings.php:93
+#: ../../include/js_strings.php:96
msgid "Nov"
msgstr "nov"
-#: ../../include/js_strings.php:94
+#: ../../include/js_strings.php:97
msgid "Dec"
msgstr "dic"
-#: ../../include/js_strings.php:102
+#: ../../include/js_strings.php:105
msgid "Sun"
msgstr "dom"
-#: ../../include/js_strings.php:103
+#: ../../include/js_strings.php:106
msgid "Mon"
msgstr "lun"
-#: ../../include/js_strings.php:104
+#: ../../include/js_strings.php:107
msgid "Tue"
msgstr "mar"
-#: ../../include/js_strings.php:105
+#: ../../include/js_strings.php:108
msgid "Wed"
msgstr "mié"
-#: ../../include/js_strings.php:106
+#: ../../include/js_strings.php:109
msgid "Thu"
msgstr "jue"
-#: ../../include/js_strings.php:107
+#: ../../include/js_strings.php:110
msgid "Fri"
msgstr "vie"
-#: ../../include/js_strings.php:108
+#: ../../include/js_strings.php:111
msgid "Sat"
msgstr "sáb"
-#: ../../include/js_strings.php:109
+#: ../../include/js_strings.php:112
msgctxt "calendar"
msgid "today"
msgstr "hoy"
-#: ../../include/js_strings.php:110
+#: ../../include/js_strings.php:113
msgctxt "calendar"
msgid "month"
msgstr "mes"
-#: ../../include/js_strings.php:111
+#: ../../include/js_strings.php:114
msgctxt "calendar"
msgid "week"
msgstr "semana"
-#: ../../include/js_strings.php:112
+#: ../../include/js_strings.php:115
msgctxt "calendar"
msgid "day"
msgstr "día"
-#: ../../include/js_strings.php:113
+#: ../../include/js_strings.php:116
msgctxt "calendar"
msgid "All day"
msgstr "Todos los días"
@@ -5360,8 +5300,8 @@ msgid "Help:"
msgstr "Ayuda:"
#: ../../include/help.php:117 ../../include/help.php:125
-#: ../../include/nav.php:172 ../../include/nav.php:322
-#: ../../Zotlabs/Module/Layouts.php:186 ../../Zotlabs/Lib/Apps.php:347
+#: ../../include/nav.php:174 ../../include/nav.php:320
+#: ../../Zotlabs/Module/Layouts.php:186 ../../Zotlabs/Lib/Apps.php:348
msgid "Help"
msgstr "Ayuda"
@@ -5369,6 +5309,14 @@ msgstr "Ayuda"
msgid "Not Found"
msgstr "No encontrado"
+#: ../../include/help.php:132 ../../Zotlabs/Module/Display.php:140
+#: ../../Zotlabs/Module/Display.php:157 ../../Zotlabs/Module/Display.php:177
+#: ../../Zotlabs/Module/Display.php:183 ../../Zotlabs/Module/Page.php:136
+#: ../../Zotlabs/Module/Block.php:77 ../../Zotlabs/Lib/NativeWikiPage.php:521
+#: ../../Zotlabs/Web/Router.php:185
+msgid "Page not found."
+msgstr "Página no encontrada."
+
#: ../../include/photos.php:151
#, php-format
msgid "Image exceeds website size limit of %lu bytes"
@@ -5378,8 +5326,8 @@ msgstr "La imagen excede el límite de %lu bytes del sitio"
msgid "Image file is empty."
msgstr "El fichero de imagen está vacío. "
-#: ../../include/photos.php:196 ../../Zotlabs/Module/Profile_photo.php:259
-#: ../../Zotlabs/Module/Cover_photo.php:239
+#: ../../include/photos.php:196 ../../Zotlabs/Module/Profile_photo.php:261
+#: ../../Zotlabs/Module/Cover_photo.php:241
msgid "Unable to process image"
msgstr "No ha sido posible procesar la imagen"
@@ -5397,7 +5345,7 @@ msgctxt "photo_upload"
msgid "%1$s posted %2$s to %3$s"
msgstr "%1$s ha publicado %2$s en %3$s"
-#: ../../include/photos.php:666 ../../include/nav.php:449
+#: ../../include/photos.php:666 ../../include/nav.php:447
msgid "Photo Albums"
msgstr "Álbumes de fotos"
@@ -5410,43 +5358,43 @@ msgstr "Fotos recientes"
msgid "Upload New Photos"
msgstr "Subir nuevas fotos"
-#: ../../include/network.php:1726 ../../include/network.php:1727
+#: ../../include/network.php:1730 ../../include/network.php:1731
msgid "Friendica"
msgstr "Friendica"
-#: ../../include/network.php:1728
+#: ../../include/network.php:1732
msgid "OStatus"
msgstr "OStatus"
-#: ../../include/network.php:1729
+#: ../../include/network.php:1733
msgid "GNU-Social"
msgstr "GNU Social"
-#: ../../include/network.php:1730
+#: ../../include/network.php:1734
msgid "RSS/Atom"
msgstr "RSS/Atom"
-#: ../../include/network.php:1733
+#: ../../include/network.php:1737
msgid "Diaspora"
msgstr "Diaspora"
-#: ../../include/network.php:1734
+#: ../../include/network.php:1738
msgid "Facebook"
msgstr "Facebook"
-#: ../../include/network.php:1735
+#: ../../include/network.php:1739
msgid "Zot"
msgstr "Zot"
-#: ../../include/network.php:1736
+#: ../../include/network.php:1740
msgid "LinkedIn"
msgstr "LinkedIn"
-#: ../../include/network.php:1737
+#: ../../include/network.php:1741
msgid "XMPP/IM"
msgstr "XMPP/IM"
-#: ../../include/network.php:1738
+#: ../../include/network.php:1742
msgid "MySpace"
msgstr "MySpace"
@@ -5481,7 +5429,7 @@ msgstr[0] "%d invitación pendiente"
msgstr[1] "%d invitaciones disponibles"
#: ../../include/contact_widgets.php:16
-#: ../../Zotlabs/Module/Admin/Site.php:293
+#: ../../Zotlabs/Module/Admin/Site.php:291
msgid "Advanced"
msgstr "Avanzado"
@@ -5501,13 +5449,13 @@ msgstr "Conectar/Seguir"
msgid "Examples: Robert Morgenstein, Fishing"
msgstr "Ejemplos: José Fernández, Pesca"
-#: ../../include/contact_widgets.php:23 ../../Zotlabs/Module/Directory.php:416
-#: ../../Zotlabs/Module/Directory.php:421
-#: ../../Zotlabs/Module/Connections.php:358
+#: ../../include/contact_widgets.php:23 ../../Zotlabs/Module/Directory.php:431
+#: ../../Zotlabs/Module/Directory.php:436
+#: ../../Zotlabs/Module/Connections.php:381
msgid "Find"
msgstr "Encontrar"
-#: ../../include/contact_widgets.php:24 ../../Zotlabs/Module/Directory.php:420
+#: ../../include/contact_widgets.php:24 ../../Zotlabs/Module/Directory.php:435
#: ../../Zotlabs/Module/Suggest.php:79
msgid "Channel Suggestions"
msgstr "Sugerencias de canales"
@@ -5534,7 +5482,7 @@ msgstr "Todo"
#: ../../include/contact_widgets.php:184 ../../include/taxonomy.php:409
#: ../../include/taxonomy.php:491 ../../include/taxonomy.php:511
#: ../../include/taxonomy.php:532 ../../Zotlabs/Widget/Appcategories.php:43
-#: ../../Zotlabs/Module/Cdav.php:1093
+#: ../../Zotlabs/Module/Cdav.php:1066
msgid "Categories"
msgstr "Temas"
@@ -5547,249 +5495,249 @@ msgstr "Conexiones comunes"
msgid "View all %d common connections"
msgstr "Ver todas las %d conexiones comunes"
-#: ../../include/language.php:436
+#: ../../include/language.php:437
msgid "Select an alternate language"
msgstr "Seleccionar un idioma alternativo"
-#: ../../include/import.php:28
+#: ../../include/import.php:29
msgid "Unable to import a removed channel."
msgstr "No se puede importar un canal eliminado."
-#: ../../include/import.php:54
+#: ../../include/import.php:55
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."
-#: ../../include/import.php:120
+#: ../../include/import.php:121
msgid "Cloned channel not found. Import failed."
msgstr "No se ha podido importar el canal porque el canal clonado no se ha encontrado."
-#: ../../include/nav.php:90
+#: ../../include/nav.php:92
msgid "Remote authentication"
msgstr "Acceder desde su servidor"
-#: ../../include/nav.php:90
+#: ../../include/nav.php:92
msgid "Click to authenticate to your home hub"
msgstr "Pulsar para identificarse en su servidor de inicio"
-#: ../../include/nav.php:96 ../../Zotlabs/Module/Manage.php:170
-#: ../../Zotlabs/Lib/Apps.php:336
+#: ../../include/nav.php:98 ../../Zotlabs/Module/Manage.php:170
+#: ../../Zotlabs/Lib/Apps.php:337
msgid "Channel Manager"
msgstr "Administración de canales"
-#: ../../include/nav.php:96
+#: ../../include/nav.php:98
msgid "Manage your channels"
msgstr "Gestionar sus canales"
-#: ../../include/nav.php:99 ../../include/group.php:320
-#: ../../Zotlabs/Widget/Activity_filter.php:41
-#: ../../Zotlabs/Module/Group.php:141 ../../Zotlabs/Module/Group.php:153
-#: ../../Zotlabs/Lib/Group.php:324 ../../Zotlabs/Lib/Apps.php:363
+#: ../../include/nav.php:101 ../../include/group.php:321
+#: ../../Zotlabs/Widget/Activity_filter.php:82
+#: ../../Zotlabs/Module/Group.php:142 ../../Zotlabs/Module/Group.php:154
+#: ../../Zotlabs/Lib/Group.php:324 ../../Zotlabs/Lib/Apps.php:364
msgid "Privacy Groups"
msgstr "Grupos de canales"
-#: ../../include/nav.php:99
+#: ../../include/nav.php:101
msgid "Manage your privacy groups"
msgstr "Gestionar sus grupos de canales"
-#: ../../include/nav.php:101 ../../Zotlabs/Widget/Settings_menu.php:61
+#: ../../include/nav.php:103 ../../Zotlabs/Widget/Settings_menu.php:61
#: ../../Zotlabs/Widget/Newmember.php:53
#: ../../Zotlabs/Module/Admin/Themes.php:125
-#: ../../Zotlabs/Module/Admin/Addons.php:345 ../../Zotlabs/Lib/Apps.php:338
+#: ../../Zotlabs/Module/Admin/Addons.php:345 ../../Zotlabs/Lib/Apps.php:339
msgid "Settings"
msgstr "Ajustes"
-#: ../../include/nav.php:101
+#: ../../include/nav.php:103
msgid "Account/Channel Settings"
msgstr "Ajustes de cuenta/canales"
-#: ../../include/nav.php:107 ../../include/nav.php:136
-#: ../../include/nav.php:155 ../../boot.php:1673
+#: ../../include/nav.php:109 ../../include/nav.php:138
+#: ../../include/nav.php:157 ../../boot.php:1697
msgid "Logout"
msgstr "Finalizar sesión"
-#: ../../include/nav.php:107 ../../include/nav.php:136
+#: ../../include/nav.php:109 ../../include/nav.php:138
msgid "End this session"
msgstr "Finalizar esta sesión"
-#: ../../include/nav.php:110
+#: ../../include/nav.php:112
msgid "Your profile page"
msgstr "Su página del perfil"
-#: ../../include/nav.php:113 ../../include/channel.php:1426
-#: ../../Zotlabs/Module/Profiles.php:830
+#: ../../include/nav.php:115 ../../include/channel.php:1523
+#: ../../Zotlabs/Module/Profiles.php:832
msgid "Edit Profiles"
msgstr "Editar perfiles"
-#: ../../include/nav.php:113
+#: ../../include/nav.php:115
msgid "Manage/Edit profiles"
msgstr "Administrar/editar perfiles"
-#: ../../include/nav.php:115 ../../Zotlabs/Widget/Newmember.php:35
+#: ../../include/nav.php:117 ../../Zotlabs/Widget/Newmember.php:35
msgid "Edit your profile"
msgstr "Editar su perfil"
-#: ../../include/nav.php:122 ../../include/nav.php:126
-#: ../../Zotlabs/Lib/Apps.php:335 ../../boot.php:1674
+#: ../../include/nav.php:124 ../../include/nav.php:128
+#: ../../Zotlabs/Lib/Apps.php:336 ../../boot.php:1698
msgid "Login"
msgstr "Iniciar sesión"
-#: ../../include/nav.php:122 ../../include/nav.php:126
+#: ../../include/nav.php:124 ../../include/nav.php:128
msgid "Sign in"
msgstr "Acceder"
-#: ../../include/nav.php:153
+#: ../../include/nav.php:155
msgid "Take me home"
msgstr "Volver a la página principal"
-#: ../../include/nav.php:155
+#: ../../include/nav.php:157
msgid "Log me out of this site"
msgstr "Salir de este sitio"
-#: ../../include/nav.php:160 ../../Zotlabs/Module/Register.php:293
-#: ../../boot.php:1654
+#: ../../include/nav.php:162 ../../Zotlabs/Module/Register.php:293
+#: ../../boot.php:1678
msgid "Register"
msgstr "Registrarse"
-#: ../../include/nav.php:160
+#: ../../include/nav.php:162
msgid "Create an account"
msgstr "Crear una cuenta"
-#: ../../include/nav.php:172
+#: ../../include/nav.php:174
msgid "Help and documentation"
msgstr "Ayuda y documentación"
-#: ../../include/nav.php:186
+#: ../../include/nav.php:188
msgid "Search site @name, !forum, #tag, ?docs, content"
msgstr "Buscar en el sitio @nombre, !foro, #tag, ?docs, contenido"
-#: ../../include/nav.php:192 ../../Zotlabs/Widget/Admin.php:55
+#: ../../include/nav.php:194 ../../Zotlabs/Widget/Admin.php:55
msgid "Admin"
msgstr "Administrador"
-#: ../../include/nav.php:192
+#: ../../include/nav.php:194
msgid "Site Setup and Configuration"
msgstr "Ajustes y configuración del sitio"
-#: ../../include/nav.php:326 ../../Zotlabs/Widget/Notifications.php:162
+#: ../../include/nav.php:324 ../../Zotlabs/Widget/Notifications.php:182
#: ../../Zotlabs/Module/New_channel.php:157
#: ../../Zotlabs/Module/New_channel.php:164
-#: ../../Zotlabs/Module/Defperms.php:256 ../../Zotlabs/Module/Connedit.php:869
+#: ../../Zotlabs/Module/Defperms.php:257 ../../Zotlabs/Module/Connedit.php:870
msgid "Loading"
msgstr "Cargando"
-#: ../../include/nav.php:332
+#: ../../include/nav.php:330
msgid "@name, !forum, #tag, ?doc, content"
msgstr "@nombre, !foro, #tag, ?docs, contenido"
-#: ../../include/nav.php:333
+#: ../../include/nav.php:331
msgid "Please wait..."
msgstr "Espere por favor…"
-#: ../../include/nav.php:339
+#: ../../include/nav.php:337
msgid "Add Apps"
msgstr "Añadir aplicaciones"
-#: ../../include/nav.php:340
+#: ../../include/nav.php:338
msgid "Arrange Apps"
msgstr "Organizar aplicaciones"
-#: ../../include/nav.php:341
+#: ../../include/nav.php:339
msgid "Toggle System Apps"
msgstr "Alternar aplicaciones de sistema"
-#: ../../include/nav.php:423 ../../Zotlabs/Module/Admin/Channels.php:154
+#: ../../include/nav.php:421 ../../Zotlabs/Module/Admin/Channels.php:154
msgid "Channel"
msgstr "Canal"
-#: ../../include/nav.php:426
+#: ../../include/nav.php:424
msgid "Status Messages and Posts"
msgstr "Mensajes de estado y publicaciones"
-#: ../../include/nav.php:436 ../../Zotlabs/Module/Help.php:80
+#: ../../include/nav.php:434 ../../Zotlabs/Module/Help.php:83
msgid "About"
msgstr "Mi perfil"
-#: ../../include/nav.php:439
+#: ../../include/nav.php:437
msgid "Profile Details"
msgstr "Detalles del perfil"
-#: ../../include/nav.php:454 ../../Zotlabs/Module/Fbrowser.php:85
-#: ../../Zotlabs/Lib/Apps.php:339 ../../Zotlabs/Storage/Browser.php:278
+#: ../../include/nav.php:452 ../../Zotlabs/Module/Fbrowser.php:85
+#: ../../Zotlabs/Lib/Apps.php:340 ../../Zotlabs/Storage/Browser.php:278
msgid "Files"
msgstr "Ficheros"
-#: ../../include/nav.php:457
+#: ../../include/nav.php:455
msgid "Files and Storage"
msgstr "Ficheros y repositorio"
-#: ../../include/nav.php:479 ../../include/nav.php:482
-#: ../../Zotlabs/Widget/Chatroom_list.php:16 ../../Zotlabs/Lib/Apps.php:329
+#: ../../include/nav.php:477 ../../include/nav.php:480
+#: ../../Zotlabs/Widget/Chatroom_list.php:16 ../../Zotlabs/Lib/Apps.php:330
msgid "Chatrooms"
msgstr "Salas de chat"
-#: ../../include/nav.php:492 ../../Zotlabs/Lib/Apps.php:328
+#: ../../include/nav.php:490 ../../Zotlabs/Lib/Apps.php:329
msgid "Bookmarks"
msgstr "Marcadores"
-#: ../../include/nav.php:495
+#: ../../include/nav.php:493
msgid "Saved Bookmarks"
msgstr "Marcadores guardados"
-#: ../../include/nav.php:503 ../../Zotlabs/Module/Cards.php:207
-#: ../../Zotlabs/Lib/Apps.php:325
+#: ../../include/nav.php:501 ../../Zotlabs/Module/Cards.php:207
+#: ../../Zotlabs/Lib/Apps.php:326
msgid "Cards"
msgstr "Fichas"
-#: ../../include/nav.php:506
+#: ../../include/nav.php:504
msgid "View Cards"
msgstr "Ver las fichas"
-#: ../../include/nav.php:514 ../../Zotlabs/Module/Articles.php:226
-#: ../../Zotlabs/Lib/Apps.php:324
+#: ../../include/nav.php:512 ../../Zotlabs/Module/Articles.php:226
+#: ../../Zotlabs/Lib/Apps.php:325
msgid "Articles"
msgstr "Artículos"
-#: ../../include/nav.php:517
+#: ../../include/nav.php:515
msgid "View Articles"
msgstr "Ver los artículos"
-#: ../../include/nav.php:526 ../../Zotlabs/Module/Webpages.php:252
-#: ../../Zotlabs/Lib/Apps.php:340
+#: ../../include/nav.php:524 ../../Zotlabs/Module/Webpages.php:252
+#: ../../Zotlabs/Lib/Apps.php:341
msgid "Webpages"
msgstr "Páginas web"
-#: ../../include/nav.php:529
+#: ../../include/nav.php:527
msgid "View Webpages"
msgstr "Ver páginas web"
-#: ../../include/nav.php:538 ../../Zotlabs/Widget/Wiki_list.php:15
+#: ../../include/nav.php:536 ../../Zotlabs/Widget/Wiki_list.php:15
#: ../../Zotlabs/Module/Wiki.php:206
msgid "Wikis"
msgstr "Wikis"
-#: ../../include/nav.php:541 ../../Zotlabs/Lib/Apps.php:341
+#: ../../include/nav.php:539 ../../Zotlabs/Lib/Apps.php:342
msgid "Wiki"
msgstr "Wiki"
-#: ../../include/auth.php:192
+#: ../../include/auth.php:194
msgid "Delegation session ended."
msgstr "Finalizó la sesión de la delegación."
-#: ../../include/auth.php:196
+#: ../../include/auth.php:198
msgid "Logged out."
msgstr "Desconectado/a."
-#: ../../include/auth.php:291
+#: ../../include/auth.php:294
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."
-#: ../../include/auth.php:307
+#: ../../include/auth.php:310
msgid "Failed authentication"
msgstr "Autenticación fallida."
#: ../../include/datetime.php:58 ../../Zotlabs/Widget/Newmember.php:51
-#: ../../Zotlabs/Module/Profiles.php:736
+#: ../../Zotlabs/Module/Profiles.php:738
msgid "Miscellaneous"
msgstr "Varios"
@@ -5805,14 +5753,7 @@ msgstr "Edad:"
msgid "YYYY-MM-DD or MM-DD"
msgstr "AAAA-MM-DD o MM-DD"
-#: ../../include/datetime.php:211 ../../Zotlabs/Module/Events.php:468
-#: ../../Zotlabs/Module/Events.php:473 ../../Zotlabs/Module/Appman.php:143
-#: ../../Zotlabs/Module/Appman.php:144 ../../Zotlabs/Module/Profiles.php:745
-#: ../../Zotlabs/Module/Profiles.php:749
-msgid "Required"
-msgstr "Obligatorio"
-
-#: ../../include/datetime.php:238 ../../boot.php:2605
+#: ../../include/datetime.php:238 ../../boot.php:2702
msgid "never"
msgstr "nunca"
@@ -5885,11 +5826,36 @@ msgstr "Cumpleaños de %1$s"
msgid "Happy Birthday %1$s"
msgstr "Feliz cumpleaños %1$s"
-#: ../../include/follow.php:37
+#: ../../include/cdav.php:157
+msgid "INVALID EVENT DISMISSED!"
+msgstr "¡EVENTO NO VÁLIDO RECHAZADO!"
+
+#: ../../include/cdav.php:158
+msgid "Summary: "
+msgstr "Resumen: "
+
+#: ../../include/cdav.php:159
+msgid "Date: "
+msgstr "Fecha: "
+
+#: ../../include/cdav.php:160 ../../include/cdav.php:168
+msgid "Reason: "
+msgstr "Razón: "
+
+#: ../../include/cdav.php:166
+msgid "INVALID CARD DISMISSED!"
+msgstr "¡TARJETA NO VÁLIDA RECHAZADA!"
+
+#: ../../include/cdav.php:167
+msgid "Name: "
+msgstr "Nombre: "
+
+#: ../../include/follow.php:37 ../../Zotlabs/Lib/Connect.php:46
+#: ../../Zotlabs/Lib/Connect.php:143
msgid "Channel is blocked on this site."
msgstr "El canal está bloqueado en este sitio."
-#: ../../include/follow.php:42
+#: ../../include/follow.php:42 ../../Zotlabs/Lib/Connect.php:51
msgid "Channel location missing."
msgstr "Falta la dirección del canal."
@@ -5905,334 +5871,373 @@ msgstr "Canal Premium - por favor visite:"
msgid "Channel was deleted and no longer exists."
msgstr "El canal ha sido eliminado y ya no existe."
-#: ../../include/follow.php:166
+#: ../../include/follow.php:166 ../../Zotlabs/Lib/Connect.php:103
msgid "Remote channel or protocol unavailable."
msgstr "Canal remoto o protocolo no disponible."
-#: ../../include/follow.php:190
+#: ../../include/follow.php:190 ../../Zotlabs/Lib/Connect.php:137
msgid "Channel discovery failed."
msgstr "El intento de acceder al canal ha fallado."
-#: ../../include/follow.php:202
+#: ../../include/follow.php:202 ../../Zotlabs/Lib/Connect.php:155
msgid "Protocol disabled."
msgstr "Protocolo deshabilitado."
-#: ../../include/follow.php:213
+#: ../../include/follow.php:213 ../../Zotlabs/Lib/Connect.php:167
msgid "Cannot connect to yourself."
msgstr "No puede conectarse consigo mismo."
-#: ../../include/conversation.php:122 ../../Zotlabs/Module/Like.php:123
+#: ../../include/conversation.php:124 ../../Zotlabs/Module/Like.php:129
msgid "channel"
msgstr "el canal"
-#: ../../include/conversation.php:169
+#: ../../include/conversation.php:171
#, php-format
msgid "likes %1$s's %2$s"
msgstr "gusta de %2$s de %1$s"
-#: ../../include/conversation.php:172
+#: ../../include/conversation.php:174
#, php-format
msgid "doesn't like %1$s's %2$s"
msgstr "no gusta de %2$s de %1$s"
-#: ../../include/conversation.php:212
+#: ../../include/conversation.php:214 ../../include/conversation.php:216
#, php-format
msgid "%1$s is now connected with %2$s"
msgstr "%1$s ahora está conectado/a con %2$s"
-#: ../../include/conversation.php:247
+#: ../../include/conversation.php:251
#, php-format
msgid "%1$s poked %2$s"
msgstr "%1$s ha dado un toque a %2$s"
-#: ../../include/conversation.php:268 ../../Zotlabs/Module/Mood.php:76
+#: ../../include/conversation.php:274 ../../Zotlabs/Module/Mood.php:76
#, php-format
msgctxt "mood"
msgid "%1$s is %2$s"
msgstr "%1$s está %2$s"
-#: ../../include/conversation.php:483 ../../Zotlabs/Lib/ThreadItem.php:468
+#: ../../include/conversation.php:503 ../../Zotlabs/Lib/ThreadItem.php:500
msgid "This is an unsaved preview"
msgstr "Esta es una previsualización sin guardar"
-#: ../../include/conversation.php:619 ../../Zotlabs/Module/Photos.php:1112
+#: ../../include/conversation.php:639 ../../Zotlabs/Module/Photos.php:1112
msgctxt "title"
msgid "Likes"
msgstr "Me gusta"
-#: ../../include/conversation.php:619 ../../Zotlabs/Module/Photos.php:1112
+#: ../../include/conversation.php:640 ../../Zotlabs/Module/Photos.php:1112
msgctxt "title"
msgid "Dislikes"
msgstr "No me gusta"
-#: ../../include/conversation.php:620 ../../Zotlabs/Module/Photos.php:1113
+#: ../../include/conversation.php:641 ../../Zotlabs/Widget/Pinned.php:77
+#: ../../Zotlabs/Module/Photos.php:1113
msgctxt "title"
msgid "Agree"
msgstr "De acuerdo"
-#: ../../include/conversation.php:620 ../../Zotlabs/Module/Photos.php:1113
+#: ../../include/conversation.php:642 ../../Zotlabs/Widget/Pinned.php:78
+#: ../../Zotlabs/Module/Photos.php:1113
msgctxt "title"
msgid "Disagree"
msgstr "En desacuerdo"
-#: ../../include/conversation.php:620 ../../Zotlabs/Module/Photos.php:1113
+#: ../../include/conversation.php:643 ../../Zotlabs/Widget/Pinned.php:79
+#: ../../Zotlabs/Module/Photos.php:1113
msgctxt "title"
msgid "Abstain"
msgstr "Abstención"
-#: ../../include/conversation.php:621 ../../Zotlabs/Module/Photos.php:1114
+#: ../../include/conversation.php:644 ../../Zotlabs/Widget/Pinned.php:66
+#: ../../Zotlabs/Module/Photos.php:1114
msgctxt "title"
msgid "Attending"
msgstr "Participaré"
-#: ../../include/conversation.php:621 ../../Zotlabs/Module/Photos.php:1114
+#: ../../include/conversation.php:645 ../../Zotlabs/Widget/Pinned.php:67
+#: ../../Zotlabs/Module/Photos.php:1114
msgctxt "title"
msgid "Not attending"
msgstr "No participaré"
-#: ../../include/conversation.php:621 ../../Zotlabs/Module/Photos.php:1114
+#: ../../include/conversation.php:646 ../../Zotlabs/Widget/Pinned.php:68
+#: ../../Zotlabs/Module/Photos.php:1114
msgctxt "title"
msgid "Might attend"
msgstr "Quizá participe"
-#: ../../include/conversation.php:690 ../../Zotlabs/Lib/ThreadItem.php:178
+#: ../../include/conversation.php:716 ../../Zotlabs/Lib/ThreadItem.php:180
msgid "Select"
msgstr "Seleccionar"
-#: ../../include/conversation.php:691 ../../include/conversation.php:736
+#: ../../include/conversation.php:717 ../../include/conversation.php:762
#: ../../Zotlabs/Module/Article_edit.php:128
#: ../../Zotlabs/Module/Card_edit.php:129 ../../Zotlabs/Module/Oauth.php:174
-#: ../../Zotlabs/Module/Editwebpage.php:167 ../../Zotlabs/Module/Cdav.php:1079
-#: ../../Zotlabs/Module/Cdav.php:1390 ../../Zotlabs/Module/Webpages.php:257
+#: ../../Zotlabs/Module/Editwebpage.php:167 ../../Zotlabs/Module/Cdav.php:1052
+#: ../../Zotlabs/Module/Cdav.php:1385 ../../Zotlabs/Module/Webpages.php:257
#: ../../Zotlabs/Module/Admin/Accounts.php:175
#: ../../Zotlabs/Module/Admin/Channels.php:149
#: ../../Zotlabs/Module/Admin/Profs.php:176
#: ../../Zotlabs/Module/Blocks.php:162 ../../Zotlabs/Module/Editblock.php:139
#: ../../Zotlabs/Module/Editlayout.php:138
-#: ../../Zotlabs/Module/Connections.php:306
-#: ../../Zotlabs/Module/Photos.php:1178 ../../Zotlabs/Module/Profiles.php:800
-#: ../../Zotlabs/Module/Oauth2.php:195 ../../Zotlabs/Module/Thing.php:267
-#: ../../Zotlabs/Module/Connedit.php:668 ../../Zotlabs/Module/Connedit.php:940
-#: ../../Zotlabs/Lib/Apps.php:558 ../../Zotlabs/Lib/ThreadItem.php:168
+#: ../../Zotlabs/Module/Connections.php:328
+#: ../../Zotlabs/Module/Photos.php:1178 ../../Zotlabs/Module/Profiles.php:802
+#: ../../Zotlabs/Module/Oauth2.php:195 ../../Zotlabs/Module/Thing.php:269
+#: ../../Zotlabs/Module/Connedit.php:669 ../../Zotlabs/Module/Connedit.php:941
+#: ../../Zotlabs/Lib/Apps.php:558 ../../Zotlabs/Lib/ThreadItem.php:170
#: ../../Zotlabs/Storage/Browser.php:297
msgid "Delete"
msgstr "Eliminar"
-#: ../../include/conversation.php:695 ../../Zotlabs/Lib/ThreadItem.php:267
+#: ../../include/conversation.php:721 ../../Zotlabs/Lib/ThreadItem.php:273
msgid "Toggle Star Status"
msgstr "Activar o desactivar el estado de entrada preferida"
-#: ../../include/conversation.php:700 ../../Zotlabs/Lib/ThreadItem.php:103
+#: ../../include/conversation.php:726 ../../Zotlabs/Lib/ThreadItem.php:103
msgid "Private Message"
msgstr "Mensaje Privado"
-#: ../../include/conversation.php:707 ../../Zotlabs/Lib/ThreadItem.php:278
+#: ../../include/conversation.php:733 ../../Zotlabs/Widget/Pinned.php:88
+#: ../../Zotlabs/Lib/ThreadItem.php:284
msgid "Message signature validated"
msgstr "Firma de mensaje validada"
-#: ../../include/conversation.php:708 ../../Zotlabs/Lib/ThreadItem.php:279
+#: ../../include/conversation.php:734 ../../Zotlabs/Widget/Pinned.php:89
+#: ../../Zotlabs/Lib/ThreadItem.php:285
msgid "Message signature incorrect"
msgstr "Firma de mensaje incorrecta"
-#: ../../include/conversation.php:735
+#: ../../include/conversation.php:761
#: ../../Zotlabs/Module/Admin/Accounts.php:173
-#: ../../Zotlabs/Module/Connections.php:320
+#: ../../Zotlabs/Module/Connections.php:342
msgid "Approve"
msgstr "Aprobar"
-#: ../../include/conversation.php:739
+#: ../../include/conversation.php:766
#, php-format
msgid "View %s's profile @ %s"
msgstr "Ver el perfil @ %s de %s"
-#: ../../include/conversation.php:759
+#: ../../include/conversation.php:786
msgid "Categories:"
msgstr "Temas:"
-#: ../../include/conversation.php:760
+#: ../../include/conversation.php:787
msgid "Filed under:"
msgstr "Archivado bajo:"
-#: ../../include/conversation.php:766 ../../Zotlabs/Lib/ThreadItem.php:401
+#: ../../include/conversation.php:793 ../../Zotlabs/Widget/Pinned.php:133
+#: ../../Zotlabs/Lib/ThreadItem.php:429
#, php-format
msgid "from %s"
msgstr "desde %s"
-#: ../../include/conversation.php:769 ../../Zotlabs/Lib/ThreadItem.php:404
+#: ../../include/conversation.php:796 ../../Zotlabs/Widget/Pinned.php:136
+#: ../../Zotlabs/Lib/ThreadItem.php:432
#, php-format
msgid "last edited: %s"
msgstr "último cambio: %s"
-#: ../../include/conversation.php:770 ../../Zotlabs/Lib/ThreadItem.php:405
+#: ../../include/conversation.php:797 ../../Zotlabs/Widget/Pinned.php:137
+#: ../../Zotlabs/Lib/ThreadItem.php:433
#, php-format
msgid "Expires: %s"
msgstr "Caduca: %s"
-#: ../../include/conversation.php:785
+#: ../../include/conversation.php:812
msgid "View in context"
msgstr "Mostrar en su contexto"
-#: ../../include/conversation.php:787 ../../Zotlabs/Module/Photos.php:1076
-#: ../../Zotlabs/Lib/ThreadItem.php:469
+#: ../../include/conversation.php:814 ../../Zotlabs/Module/Photos.php:1078
+#: ../../Zotlabs/Lib/ThreadItem.php:501
msgid "Please wait"
msgstr "Espere por favor"
-#: ../../include/conversation.php:886
+#: ../../include/conversation.php:913
msgid "remove"
msgstr "eliminar"
-#: ../../include/conversation.php:890
+#: ../../include/conversation.php:917
msgid "Loading..."
msgstr "Cargando..."
-#: ../../include/conversation.php:891 ../../Zotlabs/Lib/ThreadItem.php:291
+#: ../../include/conversation.php:918 ../../Zotlabs/Lib/ThreadItem.php:301
msgid "Conversation Tools"
msgstr "Herramientas de conversación"
-#: ../../include/conversation.php:892
+#: ../../include/conversation.php:919
msgid "Delete Selected Items"
msgstr "Eliminar elementos seleccionados"
-#: ../../include/conversation.php:935
+#: ../../include/conversation.php:962
msgid "View Source"
msgstr "Ver el código fuente de la entrada"
-#: ../../include/conversation.php:945
+#: ../../include/conversation.php:972
msgid "Follow Thread"
msgstr "Seguir este hilo"
-#: ../../include/conversation.php:954
+#: ../../include/conversation.php:981
msgid "Unfollow Thread"
msgstr "Dejar de seguir este hilo"
-#: ../../include/conversation.php:1048 ../../Zotlabs/Module/Connedit.php:629
+#: ../../include/conversation.php:1075 ../../Zotlabs/Module/Connedit.php:630
msgid "Recent Activity"
msgstr "Actividad reciente"
-#: ../../include/conversation.php:1058 ../../include/connections.php:110
-#: ../../include/channel.php:1506 ../../Zotlabs/Widget/Suggestions.php:46
-#: ../../Zotlabs/Widget/Follow.php:32 ../../Zotlabs/Module/Directory.php:353
-#: ../../Zotlabs/Module/Connections.php:326
+#: ../../include/conversation.php:1085 ../../include/connections.php:110
+#: ../../include/channel.php:1603 ../../Zotlabs/Widget/Suggestions.php:46
+#: ../../Zotlabs/Widget/Follow.php:32 ../../Zotlabs/Module/Directory.php:368
+#: ../../Zotlabs/Module/Connections.php:349
#: ../../Zotlabs/Module/Suggest.php:71
msgid "Connect"
msgstr "Conectar"
-#: ../../include/conversation.php:1068
+#: ../../include/conversation.php:1095
msgid "Edit Connection"
msgstr "Editar conexión"
-#: ../../include/conversation.php:1078
+#: ../../include/conversation.php:1105
msgid "Message"
msgstr "Mensaje"
-#: ../../include/conversation.php:1088 ../../Zotlabs/Module/Pubsites.php:35
+#: ../../include/conversation.php:1115 ../../Zotlabs/Module/Pubsites.php:35
#: ../../Zotlabs/Module/Ratings.php:97
msgid "Ratings"
msgstr "Valoraciones"
-#: ../../include/conversation.php:1098 ../../Zotlabs/Module/Poke.php:199
-#: ../../Zotlabs/Lib/Apps.php:350
+#: ../../include/conversation.php:1125 ../../Zotlabs/Module/Poke.php:199
+#: ../../Zotlabs/Lib/Apps.php:351
msgid "Poke"
msgstr "Toques y otras cosas"
-#: ../../include/conversation.php:1212
+#: ../../include/conversation.php:1247
#, php-format
msgid "%s likes this."
msgstr "A %s le gusta esto."
-#: ../../include/conversation.php:1212
+#: ../../include/conversation.php:1247
#, php-format
msgid "%s doesn't like this."
msgstr "A %s no le gusta esto."
-#: ../../include/conversation.php:1216
+#: ../../include/conversation.php:1251
#, 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."
-#: ../../include/conversation.php:1218
+#: ../../include/conversation.php:1253
#, 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."
-#: ../../include/conversation.php:1224
+#: ../../include/conversation.php:1259
msgid "and"
msgstr "y"
-#: ../../include/conversation.php:1227
+#: ../../include/conversation.php:1262
#, 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"
-#: ../../include/conversation.php:1228
+#: ../../include/conversation.php:1263
#, php-format
msgid "%s like this."
msgstr "A %s le gusta esto."
-#: ../../include/conversation.php:1228
+#: ../../include/conversation.php:1263
#, php-format
msgid "%s don't like this."
msgstr "A %s no le gusta esto."
-#: ../../include/conversation.php:1702 ../../include/taxonomy.php:659
-#: ../../include/channel.php:1669 ../../Zotlabs/Module/Photos.php:1135
-#: ../../Zotlabs/Lib/ThreadItem.php:236
+#: ../../include/conversation.php:1447
+msgid "Toggle poll"
+msgstr "Activar o desactivar encuestas"
+
+#: ../../include/conversation.php:1448
+msgid "Option"
+msgstr "Opción"
+
+#: ../../include/conversation.php:1449
+msgid "Add option"
+msgstr "Añadir una opción"
+
+#: ../../include/conversation.php:1450
+msgid "Minutes"
+msgstr "Minutos "
+
+#: ../../include/conversation.php:1450
+msgid "Hours"
+msgstr "Horas "
+
+#: ../../include/conversation.php:1450
+msgid "Days"
+msgstr "Días "
+
+#: ../../include/conversation.php:1451
+msgid "Allow multiple answers"
+msgstr "Permitir respuestas múltiples"
+
+#: ../../include/conversation.php:1734 ../../include/taxonomy.php:659
+#: ../../include/channel.php:1766 ../../Zotlabs/Module/Photos.php:1135
+#: ../../Zotlabs/Lib/ThreadItem.php:242
msgctxt "noun"
msgid "Like"
msgid_plural "Likes"
msgstr[0] "Me gusta"
msgstr[1] "Me gusta"
-#: ../../include/conversation.php:1705 ../../Zotlabs/Module/Photos.php:1140
-#: ../../Zotlabs/Lib/ThreadItem.php:241
+#: ../../include/conversation.php:1737 ../../Zotlabs/Module/Photos.php:1140
+#: ../../Zotlabs/Lib/ThreadItem.php:247
msgctxt "noun"
msgid "Dislike"
msgid_plural "Dislikes"
msgstr[0] "No me gusta"
msgstr[1] "No me gusta"
-#: ../../include/conversation.php:1708
+#: ../../include/conversation.php:1740
msgctxt "noun"
msgid "Attending"
msgid_plural "Attending"
msgstr[0] "Participaré"
msgstr[1] "Participaré"
-#: ../../include/conversation.php:1711
+#: ../../include/conversation.php:1743
msgctxt "noun"
msgid "Not Attending"
msgid_plural "Not Attending"
msgstr[0] "No participaré"
msgstr[1] "No participaré"
-#: ../../include/conversation.php:1714
+#: ../../include/conversation.php:1746
msgctxt "noun"
msgid "Undecided"
msgid_plural "Undecided"
msgstr[0] "Indeciso/a"
msgstr[1] "Indecisos/as"
-#: ../../include/conversation.php:1717
+#: ../../include/conversation.php:1749
msgctxt "noun"
msgid "Agree"
msgid_plural "Agrees"
msgstr[0] "De acuerdo"
msgstr[1] "De acuerdo"
-#: ../../include/conversation.php:1720
+#: ../../include/conversation.php:1752
msgctxt "noun"
msgid "Disagree"
msgid_plural "Disagrees"
msgstr[0] "En desacuerdo"
msgstr[1] "En desacuerdo"
-#: ../../include/conversation.php:1723
+#: ../../include/conversation.php:1755
msgctxt "noun"
msgid "Abstain"
msgid_plural "Abstains"
@@ -6299,11 +6304,11 @@ msgstr "Transexual"
msgid "Hermaphrodite"
msgstr "Hermafrodita"
-#: ../../include/selectors.php:60 ../../include/channel.php:1614
+#: ../../include/selectors.php:60 ../../include/channel.php:1711
msgid "Neuter"
msgstr "Neutral"
-#: ../../include/selectors.php:60 ../../include/channel.php:1616
+#: ../../include/selectors.php:60 ../../include/channel.php:1713
msgid "Non-specific"
msgstr "No especificado"
@@ -6399,15 +6404,15 @@ msgstr "Infiel"
msgid "Sex Addict"
msgstr "Con adicción al sexo"
-#: ../../include/selectors.php:134 ../../include/channel.php:493
-#: ../../include/channel.php:494 ../../include/channel.php:501
+#: ../../include/selectors.php:134 ../../include/channel.php:504
+#: ../../include/channel.php:505 ../../include/channel.php:512
#: ../../Zotlabs/Widget/Affinity.php:32
-#: ../../Zotlabs/Module/Settings/Channel.php:70
-#: ../../Zotlabs/Module/Settings/Channel.php:74
+#: ../../Zotlabs/Module/Settings/Channel.php:71
#: ../../Zotlabs/Module/Settings/Channel.php:75
-#: ../../Zotlabs/Module/Settings/Channel.php:78
-#: ../../Zotlabs/Module/Settings/Channel.php:89
-#: ../../Zotlabs/Module/Connedit.php:725
+#: ../../Zotlabs/Module/Settings/Channel.php:76
+#: ../../Zotlabs/Module/Settings/Channel.php:79
+#: ../../Zotlabs/Module/Settings/Channel.php:90
+#: ../../Zotlabs/Module/Connedit.php:726
msgid "Friends"
msgstr "Amigos/as"
@@ -6503,35 +6508,36 @@ msgstr "Nueva ventana"
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"
-#: ../../include/group.php:22 ../../Zotlabs/Lib/Group.php:28
+#: ../../include/group.php:23 ../../Zotlabs/Lib/Group.php:28
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."
-#: ../../include/group.php:264 ../../Zotlabs/Lib/Group.php:270
+#: ../../include/group.php:265 ../../Zotlabs/Lib/Group.php:270
msgid "Add new connections to this privacy group"
msgstr "Añadir conexiones nuevas a este grupo de canales"
-#: ../../include/group.php:298 ../../Zotlabs/Lib/Group.php:302
+#: ../../include/group.php:299 ../../Zotlabs/Lib/AccessList.php:311
+#: ../../Zotlabs/Lib/Group.php:302
msgid "edit"
msgstr "editar"
-#: ../../include/group.php:321 ../../Zotlabs/Lib/Group.php:325
+#: ../../include/group.php:322 ../../Zotlabs/Lib/Group.php:325
msgid "Edit group"
msgstr "Editar grupo"
-#: ../../include/group.php:322 ../../Zotlabs/Lib/Group.php:326
+#: ../../include/group.php:323 ../../Zotlabs/Lib/Group.php:326
msgid "Add privacy group"
msgstr "Añadir un grupo de canales"
-#: ../../include/group.php:323 ../../Zotlabs/Lib/Group.php:327
+#: ../../include/group.php:324 ../../Zotlabs/Lib/Group.php:327
msgid "Channels not in any privacy group"
msgstr "Sin canales en ningún grupo"
-#: ../../include/group.php:325 ../../Zotlabs/Widget/Savedsearch.php:84
-#: ../../Zotlabs/Lib/Group.php:329
+#: ../../include/group.php:326 ../../Zotlabs/Widget/Savedsearch.php:84
+#: ../../Zotlabs/Lib/AccessList.php:336 ../../Zotlabs/Lib/Group.php:329
msgid "add"
msgstr "añadir"
@@ -6564,7 +6570,7 @@ msgstr "quiero"
msgid "wants"
msgstr "quiere"
-#: ../../include/taxonomy.php:573 ../../Zotlabs/Lib/ThreadItem.php:307
+#: ../../include/taxonomy.php:573 ../../Zotlabs/Lib/ThreadItem.php:317
msgid "like"
msgstr "me gusta"
@@ -6572,7 +6578,7 @@ msgstr "me gusta"
msgid "likes"
msgstr "gusta de"
-#: ../../include/taxonomy.php:574 ../../Zotlabs/Lib/ThreadItem.php:308
+#: ../../include/taxonomy.php:574 ../../Zotlabs/Lib/ThreadItem.php:318
msgid "dislike"
msgstr "no me gusta"
@@ -6580,104 +6586,104 @@ msgstr "no me gusta"
msgid "dislikes"
msgstr "no gusta de"
-#: ../../include/items.php:984 ../../include/items.php:1044
+#: ../../include/items.php:999 ../../include/items.php:1059
msgid "(Unknown)"
msgstr "(Desconocido)"
-#: ../../include/items.php:1232
+#: ../../include/items.php:1247
msgid "Visible to anybody on the internet."
msgstr "Visible para cualquiera en internet."
-#: ../../include/items.php:1234
+#: ../../include/items.php:1249
msgid "Visible to you only."
msgstr "Visible sólo para usted."
-#: ../../include/items.php:1236
+#: ../../include/items.php:1251
msgid "Visible to anybody in this network."
msgstr "Visible para cualquiera en esta red."
-#: ../../include/items.php:1238
+#: ../../include/items.php:1253
msgid "Visible to anybody authenticated."
msgstr "Visible para cualquiera que esté autenticado."
-#: ../../include/items.php:1240
+#: ../../include/items.php:1255
#, php-format
msgid "Visible to anybody on %s."
msgstr "Visible para cualquiera en %s."
-#: ../../include/items.php:1242
+#: ../../include/items.php:1257
msgid "Visible to all connections."
msgstr "Visible para todas las conexiones."
-#: ../../include/items.php:1244
+#: ../../include/items.php:1259
msgid "Visible to approved connections."
msgstr "Visible para las conexiones permitidas."
-#: ../../include/items.php:1246
+#: ../../include/items.php:1261
msgid "Visible to specific connections."
msgstr "Visible para conexiones específicas."
-#: ../../include/items.php:4296 ../../Zotlabs/Module/Group.php:61
-#: ../../Zotlabs/Module/Group.php:213
+#: ../../include/items.php:4465 ../../Zotlabs/Module/Group.php:62
+#: ../../Zotlabs/Module/Group.php:214
msgid "Privacy group not found."
msgstr "Grupo de canales no encontrado."
-#: ../../include/items.php:4312
+#: ../../include/items.php:4481
msgid "Privacy group is empty."
msgstr "El grupo de canales está vacío."
-#: ../../include/items.php:4319
+#: ../../include/items.php:4488
#, php-format
msgid "Privacy group: %s"
msgstr "Grupo de canales: %s"
-#: ../../include/items.php:4329 ../../Zotlabs/Module/Connedit.php:867
+#: ../../include/items.php:4498 ../../Zotlabs/Module/Connedit.php:868
#, php-format
msgid "Connection: %s"
msgstr "Conexión: %s"
-#: ../../include/items.php:4331
+#: ../../include/items.php:4500
msgid "Connection not found."
msgstr "Conexión no encontrada"
-#: ../../include/items.php:4673 ../../Zotlabs/Module/Cover_photo.php:303
+#: ../../include/items.php:4834 ../../Zotlabs/Module/Cover_photo.php:297
msgid "female"
msgstr "mujer"
-#: ../../include/items.php:4674 ../../Zotlabs/Module/Cover_photo.php:304
+#: ../../include/items.php:4835 ../../Zotlabs/Module/Cover_photo.php:298
#, php-format
msgid "%1$s updated her %2$s"
msgstr "%1$s ha actualizado su %2$s"
-#: ../../include/items.php:4675 ../../Zotlabs/Module/Cover_photo.php:305
+#: ../../include/items.php:4836 ../../Zotlabs/Module/Cover_photo.php:299
msgid "male"
msgstr "hombre"
-#: ../../include/items.php:4676 ../../Zotlabs/Module/Cover_photo.php:306
+#: ../../include/items.php:4837 ../../Zotlabs/Module/Cover_photo.php:300
#, php-format
msgid "%1$s updated his %2$s"
msgstr "%1$s ha actualizado su %2$s"
-#: ../../include/items.php:4678 ../../Zotlabs/Module/Cover_photo.php:308
+#: ../../include/items.php:4839 ../../Zotlabs/Module/Cover_photo.php:302
#, php-format
msgid "%1$s updated their %2$s"
msgstr "%1$s ha actualizado su %2$s"
-#: ../../include/items.php:4680
+#: ../../include/items.php:4841
msgid "profile photo"
msgstr "foto del perfil"
-#: ../../include/items.php:4872
+#: ../../include/items.php:5033
#, php-format
msgid "[Edited %s]"
msgstr "[se ha editado %s]"
-#: ../../include/items.php:4872
+#: ../../include/items.php:5033
msgctxt "edit_activity"
msgid "Post"
msgstr "Publicar"
-#: ../../include/items.php:4872
+#: ../../include/items.php:5033
msgctxt "edit_activity"
msgid "Comment"
msgstr "Comentar"
@@ -6750,404 +6756,412 @@ msgstr "Esta acción supera los límites establecidos por su plan de suscripció
msgid "This action is not available under your subscription plan."
msgstr "Esta acción no está disponible en su plan de suscripción."
-#: ../../include/photo/photo_driver.php:367
-#: ../../Zotlabs/Module/Profile_photo.php:145
-#: ../../Zotlabs/Module/Profile_photo.php:282
+#: ../../include/photo/photo_driver.php:413
+#: ../../Zotlabs/Module/Profile_photo.php:147
+#: ../../Zotlabs/Module/Profile_photo.php:284
msgid "Profile Photos"
msgstr "Fotos del perfil"
-#: ../../include/attach.php:267 ../../include/attach.php:375
+#: ../../include/attach.php:273 ../../include/attach.php:381
msgid "Item was not found."
msgstr "Elemento no encontrado."
-#: ../../include/attach.php:284
+#: ../../include/attach.php:290
msgid "Unknown error."
msgstr "Error desconocido"
-#: ../../include/attach.php:568
+#: ../../include/attach.php:574
msgid "No source file."
msgstr "Ningún fichero de origen"
-#: ../../include/attach.php:590
+#: ../../include/attach.php:596
msgid "Cannot locate file to replace"
msgstr "No se puede localizar el fichero que va a ser sustituido."
-#: ../../include/attach.php:609
+#: ../../include/attach.php:615
msgid "Cannot locate file to revise/update"
msgstr "No se puede localizar el fichero para revisar/actualizar"
-#: ../../include/attach.php:751
+#: ../../include/attach.php:759
#, php-format
msgid "File exceeds size limit of %d"
msgstr "El fichero supera el limite de tamaño de %d"
-#: ../../include/attach.php:772
+#: ../../include/attach.php:780
#, 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."
-#: ../../include/attach.php:954
+#: ../../include/attach.php:968
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."
-#: ../../include/attach.php:983
+#: ../../include/attach.php:997
msgid "Stored file could not be verified. Upload failed."
msgstr "El fichero almacenado no ha podido ser verificado. El envío ha fallado."
-#: ../../include/attach.php:1057 ../../include/attach.php:1073
+#: ../../include/attach.php:1069 ../../include/attach.php:1085
msgid "Path not available."
msgstr "Ruta no disponible."
-#: ../../include/attach.php:1122 ../../include/attach.php:1285
+#: ../../include/attach.php:1134 ../../include/attach.php:1297
msgid "Empty pathname"
msgstr "Ruta vacía"
-#: ../../include/attach.php:1148
+#: ../../include/attach.php:1160
msgid "duplicate filename or path"
msgstr "Nombre duplicado de ruta o fichero"
-#: ../../include/attach.php:1173
+#: ../../include/attach.php:1185
msgid "Path not found."
msgstr "Ruta no encontrada"
-#: ../../include/attach.php:1241
+#: ../../include/attach.php:1253
msgid "mkdir failed."
msgstr "mkdir ha fallado."
-#: ../../include/attach.php:1245
+#: ../../include/attach.php:1257
msgid "database storage failed."
msgstr "el almacenamiento en la base de datos ha fallado."
-#: ../../include/attach.php:1291
+#: ../../include/attach.php:1303
msgid "Empty path"
msgstr "Ruta vacía"
+#: ../../include/attach.php:2035
+#, php-format
+msgid "%s shared a %s with you"
+msgstr "%sha compartido un/una %scon usted"
+
#: ../../include/bookmarks.php:34
#, php-format
msgid "%1$s's bookmarks"
msgstr "Marcadores de %1$s"
-#: ../../include/menu.php:118 ../../include/channel.php:1426
-#: ../../include/channel.php:1430 ../../Zotlabs/Widget/Cdav.php:138
+#: ../../include/menu.php:120 ../../include/channel.php:1523
+#: ../../include/channel.php:1527 ../../Zotlabs/Widget/Cdav.php:138
#: ../../Zotlabs/Widget/Cdav.php:175 ../../Zotlabs/Module/Article_edit.php:98
-#: ../../Zotlabs/Module/Group.php:252 ../../Zotlabs/Module/Card_edit.php:99
+#: ../../Zotlabs/Module/Group.php:253 ../../Zotlabs/Module/Card_edit.php:99
#: ../../Zotlabs/Module/Oauth.php:173 ../../Zotlabs/Module/Editwebpage.php:142
#: ../../Zotlabs/Module/Webpages.php:255
#: ../../Zotlabs/Module/Admin/Profs.php:175
#: ../../Zotlabs/Module/Blocks.php:160 ../../Zotlabs/Module/Editblock.php:114
#: ../../Zotlabs/Module/Editlayout.php:114
-#: ../../Zotlabs/Module/Connections.php:298
-#: ../../Zotlabs/Module/Connections.php:339
-#: ../../Zotlabs/Module/Connections.php:359 ../../Zotlabs/Module/Menu.php:176
-#: ../../Zotlabs/Module/Oauth2.php:194 ../../Zotlabs/Module/Thing.php:266
+#: ../../Zotlabs/Module/Connections.php:320
+#: ../../Zotlabs/Module/Connections.php:362
+#: ../../Zotlabs/Module/Connections.php:382 ../../Zotlabs/Module/Menu.php:176
+#: ../../Zotlabs/Module/Oauth2.php:194 ../../Zotlabs/Module/Thing.php:268
#: ../../Zotlabs/Module/Wiki.php:211 ../../Zotlabs/Module/Wiki.php:384
#: ../../Zotlabs/Module/Layouts.php:193 ../../Zotlabs/Lib/Apps.php:557
#: ../../Zotlabs/Lib/ThreadItem.php:148 ../../Zotlabs/Storage/Browser.php:296
msgid "Edit"
msgstr "Editar"
-#: ../../include/bbcode.php:221 ../../include/bbcode.php:1232
-#: ../../include/bbcode.php:1235 ../../include/bbcode.php:1240
-#: ../../include/bbcode.php:1243 ../../include/bbcode.php:1246
-#: ../../include/bbcode.php:1249 ../../include/bbcode.php:1254
-#: ../../include/bbcode.php:1257 ../../include/bbcode.php:1262
-#: ../../include/bbcode.php:1265 ../../include/bbcode.php:1268
-#: ../../include/bbcode.php:1271
+#: ../../include/bbcode.php:221 ../../include/bbcode.php:896
+#: ../../include/bbcode.php:1486 ../../include/bbcode.php:1494
msgid "Image/photo"
msgstr "Imagen/foto"
-#: ../../include/bbcode.php:260 ../../include/bbcode.php:1282
+#: ../../include/bbcode.php:268 ../../include/bbcode.php:1511
msgid "Encrypted content"
msgstr "Contenido cifrado"
-#: ../../include/bbcode.php:292
+#: ../../include/bbcode.php:302
#, php-format
msgid "Install %1$s element %2$s"
msgstr "Instalar el elemento de%1$s%2$s"
-#: ../../include/bbcode.php:296
+#: ../../include/bbcode.php:306
#, 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."
-#: ../../include/bbcode.php:306 ../../Zotlabs/Module/Impel.php:43
+#: ../../include/bbcode.php:316 ../../Zotlabs/Module/Impel.php:43
msgid "webpage"
msgstr "página web"
-#: ../../include/bbcode.php:309 ../../Zotlabs/Module/Impel.php:53
+#: ../../include/bbcode.php:319 ../../Zotlabs/Module/Impel.php:53
msgid "layout"
msgstr "plantilla"
-#: ../../include/bbcode.php:312 ../../Zotlabs/Module/Impel.php:48
+#: ../../include/bbcode.php:322 ../../Zotlabs/Module/Impel.php:48
msgid "block"
msgstr "bloque"
-#: ../../include/bbcode.php:315 ../../Zotlabs/Module/Impel.php:60
+#: ../../include/bbcode.php:325 ../../Zotlabs/Module/Impel.php:60
msgid "menu"
msgstr "menú"
-#: ../../include/bbcode.php:376
+#: ../../include/bbcode.php:519
msgid "card"
msgstr "ficha"
-#: ../../include/bbcode.php:378
+#: ../../include/bbcode.php:521
msgid "article"
msgstr "el artículo"
-#: ../../include/bbcode.php:380 ../../include/markdown.php:204
-#: ../../Zotlabs/Module/Tagger.php:77
+#: ../../include/bbcode.php:523 ../../include/markdown.php:204
+#: ../../Zotlabs/Module/Tagger.php:79
msgid "post"
msgstr "la entrada"
-#: ../../include/bbcode.php:384 ../../include/markdown.php:202
+#: ../../include/bbcode.php:527 ../../include/markdown.php:202
#, php-format
msgid "%1$s wrote the following %2$s %3$s"
msgstr "%1$s escribió %2$s siguiente %3$s"
-#: ../../include/bbcode.php:461 ../../include/bbcode.php:469
+#: ../../include/bbcode.php:604 ../../include/bbcode.php:612
msgid "Click to open/close"
msgstr "Pulsar para abrir/cerrar"
-#: ../../include/bbcode.php:469 ../../include/markdown.php:251
+#: ../../include/bbcode.php:612 ../../include/markdown.php:251
msgid "spoiler"
msgstr "spoiler"
-#: ../../include/bbcode.php:482
+#: ../../include/bbcode.php:625
msgid "View article"
msgstr "Ver el artículo"
-#: ../../include/bbcode.php:482
+#: ../../include/bbcode.php:625
msgid "View summary"
msgstr "Ver sumario"
-#: ../../include/bbcode.php:772 ../../include/bbcode.php:942
-#: ../../Zotlabs/Lib/NativeWikiPage.php:603
+#: ../../include/bbcode.php:1018 ../../include/bbcode.php:1190
+#: ../../Zotlabs/Lib/NativeWikiPage.php:606
msgid "Different viewers will see this text differently"
msgstr "Visitantes diferentes verán este texto de forma distinta"
-#: ../../include/bbcode.php:1220
+#: ../../include/bbcode.php:1474
msgid "$1 wrote:"
msgstr "$1 escribió:"
-#: ../../include/channel.php:43
+#: ../../include/channel.php:46
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/channel.php:76
+#: ../../include/channel.php:79
msgid "Empty name"
msgstr "Nombre vacío"
-#: ../../include/channel.php:79
+#: ../../include/channel.php:82
msgid "Name too long"
msgstr "Nombre demasiado largo"
-#: ../../include/channel.php:196
+#: ../../include/channel.php:199
msgid "No account identifier"
msgstr "Ningún identificador de la cuenta"
-#: ../../include/channel.php:208
+#: ../../include/channel.php:211
msgid "Nickname is required."
msgstr "Se requiere un sobrenombre (alias)."
-#: ../../include/channel.php:222 ../../include/channel.php:655
+#: ../../include/channel.php:225 ../../include/channel.php:705
#: ../../Zotlabs/Module/Changeaddr.php:46
msgid "Reserved nickname. Please choose another."
msgstr "Sobrenombre en uso. Por favor, elija otro."
-#: ../../include/channel.php:227 ../../include/channel.php:660
+#: ../../include/channel.php:230 ../../include/channel.php:710
#: ../../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/channel.php:287
+#: ../../include/channel.php:294
msgid "Unable to retrieve created identity"
msgstr "No ha sido posible recuperar la identidad creada"
-#: ../../include/channel.php:429
+#: ../../include/channel.php:440
msgid "Default Profile"
msgstr "Perfil principal"
-#: ../../include/channel.php:588 ../../include/channel.php:677
+#: ../../include/channel.php:638 ../../include/channel.php:727
msgid "Unable to retrieve modified identity"
msgstr "No se puede recuperar la identidad modficada"
-#: ../../include/channel.php:1419 ../../Zotlabs/Module/Profiles.php:728
+#: ../../include/channel.php:1370
+msgid "Requested channel is not available."
+msgstr "El canal solicitado no está disponible."
+
+#: ../../include/channel.php:1516 ../../Zotlabs/Module/Profiles.php:730
msgid "Change profile photo"
msgstr "Cambiar la foto del perfil"
-#: ../../include/channel.php:1427
+#: ../../include/channel.php:1524
msgid "Create New Profile"
msgstr "Crear un nuevo perfil"
-#: ../../include/channel.php:1445 ../../Zotlabs/Module/Profiles.php:820
+#: ../../include/channel.php:1542 ../../Zotlabs/Module/Profiles.php:822
msgid "Profile Image"
msgstr "Imagen del perfil"
-#: ../../include/channel.php:1448
+#: ../../include/channel.php:1545
msgid "Visible to everybody"
msgstr "Visible para todos"
-#: ../../include/channel.php:1449 ../../Zotlabs/Module/Profiles.php:725
-#: ../../Zotlabs/Module/Profiles.php:824
+#: ../../include/channel.php:1546 ../../Zotlabs/Module/Profiles.php:727
+#: ../../Zotlabs/Module/Profiles.php:826
msgid "Edit visibility"
msgstr "Editar visibilidad"
-#: ../../include/channel.php:1525 ../../include/channel.php:1653
+#: ../../include/channel.php:1622 ../../include/channel.php:1750
msgid "Gender:"
msgstr "Género:"
-#: ../../include/channel.php:1527 ../../include/channel.php:1721
+#: ../../include/channel.php:1623 ../../include/channel.php:1794
+msgid "Status:"
+msgstr "Estado:"
+
+#: ../../include/channel.php:1624 ../../include/channel.php:1818
msgid "Homepage:"
msgstr "Página personal:"
-#: ../../include/channel.php:1528
+#: ../../include/channel.php:1625
msgid "Online Now"
msgstr "Ahora en línea"
-#: ../../include/channel.php:1581
+#: ../../include/channel.php:1678
msgid "Change your profile photo"
msgstr "Cambiar su foto del perfil"
-#: ../../include/channel.php:1612
+#: ../../include/channel.php:1709
msgid "Trans"
msgstr "Trans"
-#: ../../include/channel.php:1651
-#: ../../Zotlabs/Module/Settings/Channel.php:499
+#: ../../include/channel.php:1748
+#: ../../Zotlabs/Module/Settings/Channel.php:500
msgid "Full Name:"
msgstr "Nombre completo:"
-#: ../../include/channel.php:1658
+#: ../../include/channel.php:1755
msgid "Like this channel"
msgstr "Me gusta este canal"
-#: ../../include/channel.php:1682
+#: ../../include/channel.php:1779
msgid "j F, Y"
msgstr "j F Y"
-#: ../../include/channel.php:1683
+#: ../../include/channel.php:1780
msgid "j F"
msgstr "j F"
-#: ../../include/channel.php:1690
+#: ../../include/channel.php:1787
msgid "Birthday:"
msgstr "Cumpleaños:"
-#: ../../include/channel.php:1694 ../../Zotlabs/Module/Directory.php:334
+#: ../../include/channel.php:1791 ../../Zotlabs/Module/Directory.php:347
msgid "Age:"
msgstr "Edad:"
-#: ../../include/channel.php:1703
+#: ../../include/channel.php:1800
#, php-format
msgid "for %1$d %2$s"
msgstr "por %1$d %2$s"
-#: ../../include/channel.php:1715
+#: ../../include/channel.php:1812
msgid "Tags:"
msgstr "Etiquetas:"
-#: ../../include/channel.php:1719
+#: ../../include/channel.php:1816
msgid "Sexual Preference:"
msgstr "Orientación sexual:"
-#: ../../include/channel.php:1723 ../../Zotlabs/Module/Directory.php:350
+#: ../../include/channel.php:1820 ../../Zotlabs/Module/Directory.php:365
msgid "Hometown:"
msgstr "Lugar de nacimiento:"
-#: ../../include/channel.php:1725
+#: ../../include/channel.php:1822
msgid "Political Views:"
msgstr "Posición política:"
-#: ../../include/channel.php:1727
+#: ../../include/channel.php:1824
msgid "Religion:"
msgstr "Religión:"
-#: ../../include/channel.php:1729 ../../Zotlabs/Module/Directory.php:352
+#: ../../include/channel.php:1826 ../../Zotlabs/Module/Directory.php:367
msgid "About:"
msgstr "Sobre mí:"
-#: ../../include/channel.php:1731
+#: ../../include/channel.php:1828
msgid "Hobbies/Interests:"
msgstr "Aficciones o intereses:"
-#: ../../include/channel.php:1733
+#: ../../include/channel.php:1830
msgid "Likes:"
msgstr "Me gusta:"
-#: ../../include/channel.php:1735
+#: ../../include/channel.php:1832
msgid "Dislikes:"
msgstr "No me gusta:"
-#: ../../include/channel.php:1737
+#: ../../include/channel.php:1834
msgid "Contact information and Social Networks:"
msgstr "Información de contacto y redes sociales:"
-#: ../../include/channel.php:1739
+#: ../../include/channel.php:1836
msgid "My other channels:"
msgstr "Mis otros canales:"
-#: ../../include/channel.php:1741
+#: ../../include/channel.php:1838
msgid "Musical interests:"
msgstr "Preferencias musicales:"
-#: ../../include/channel.php:1743
+#: ../../include/channel.php:1840
msgid "Books, literature:"
msgstr "Libros, literatura:"
-#: ../../include/channel.php:1745
+#: ../../include/channel.php:1842
msgid "Television:"
msgstr "Televisión:"
-#: ../../include/channel.php:1747
+#: ../../include/channel.php:1844
msgid "Film/dance/culture/entertainment:"
msgstr "Cine, danza, cultura, entretenimiento:"
-#: ../../include/channel.php:1749
+#: ../../include/channel.php:1846
msgid "Love/Romance:"
msgstr "Vida sentimental o amorosa:"
-#: ../../include/channel.php:1751
+#: ../../include/channel.php:1848
msgid "Work/employment:"
msgstr "Trabajo:"
-#: ../../include/channel.php:1753
+#: ../../include/channel.php:1850
msgid "School/education:"
msgstr "Estudios:"
-#: ../../include/channel.php:1774 ../../Zotlabs/Module/Profperm.php:113
-#: ../../Zotlabs/Lib/Apps.php:361
+#: ../../include/channel.php:1871 ../../Zotlabs/Module/Profperm.php:113
+#: ../../Zotlabs/Lib/Apps.php:362
msgid "Profile"
msgstr "Perfil"
-#: ../../include/channel.php:1776
+#: ../../include/channel.php:1873
msgid "Like this thing"
msgstr "Me gusta esto"
-#: ../../include/channel.php:1777 ../../Zotlabs/Module/Events.php:699
+#: ../../include/channel.php:1874 ../../Zotlabs/Module/Events.php:699
msgid "Export"
msgstr "Exportar"
-#: ../../include/channel.php:2215 ../../Zotlabs/Module/Cover_photo.php:310
+#: ../../include/channel.php:2312 ../../Zotlabs/Module/Cover_photo.php:304
msgid "cover photo"
msgstr "Imagen de portada del perfil"
-#: ../../include/channel.php:2483 ../../Zotlabs/Module/Rmagic.php:93
-#: ../../boot.php:1675
+#: ../../include/channel.php:2601 ../../Zotlabs/Module/Rmagic.php:93
+#: ../../boot.php:1699
msgid "Remote Authentication"
msgstr "Acceso desde su servidor"
-#: ../../include/channel.php:2484 ../../Zotlabs/Module/Rmagic.php:94
+#: ../../include/channel.php:2602 ../../Zotlabs/Module/Rmagic.php:94
msgid "Enter your channel address (e.g. channel@example.com)"
msgstr "Introduzca la dirección del canal (p.ej. canal@ejemplo.com)"
-#: ../../include/channel.php:2485 ../../Zotlabs/Module/Rmagic.php:95
+#: ../../include/channel.php:2603 ../../Zotlabs/Module/Rmagic.php:95
msgid "Authenticate"
msgstr "Acceder"
-#: ../../include/channel.php:2640 ../../Zotlabs/Module/Admin/Accounts.php:91
+#: ../../include/channel.php:2758 ../../Zotlabs/Module/Admin/Accounts.php:91
#, php-format
msgid "Account '%s' deleted"
msgstr "La cuenta '%s' ha sido eliminada"
@@ -7186,7 +7200,7 @@ msgstr "Seleccione \"Mostrar\" para permitir la visualización. La opción \"No
msgid "Show"
msgstr "Mostrar"
-#: ../../include/acl_selectors.php:117
+#: ../../include/acl_selectors.php:117 ../../Zotlabs/Widget/Pinned.php:158
msgid "Don't show"
msgstr "No mostrar"
@@ -7233,7 +7247,7 @@ msgstr "Solo foros públicos"
msgid "This Website Only"
msgstr "Solo este sitio web"
-#: ../../include/zid.php:368
+#: ../../include/zid.php:370
#, php-format
msgid "OpenWebAuth: %1$s welcomes %2$s"
msgstr "OpenWebAuth: %1$s da la bienvenida a %2$s"
@@ -7305,23 +7319,23 @@ msgid "Page name"
msgstr "Nombre de la página"
#: ../../Zotlabs/Widget/Album.php:78 ../../Zotlabs/Widget/Portfolio.php:87
-#: ../../Zotlabs/Module/Embedphotos.php:168
-#: ../../Zotlabs/Module/Photos.php:784 ../../Zotlabs/Module/Photos.php:1332
+#: ../../Zotlabs/Module/Embedphotos.php:170
+#: ../../Zotlabs/Module/Photos.php:786 ../../Zotlabs/Module/Photos.php:1332
msgid "View Photo"
msgstr "Ver foto"
#: ../../Zotlabs/Widget/Album.php:95 ../../Zotlabs/Widget/Portfolio.php:108
-#: ../../Zotlabs/Module/Embedphotos.php:184
-#: ../../Zotlabs/Module/Photos.php:815
+#: ../../Zotlabs/Module/Embedphotos.php:186
+#: ../../Zotlabs/Module/Photos.php:817
msgid "Edit Album"
msgstr "Editar álbum"
#: ../../Zotlabs/Widget/Album.php:97 ../../Zotlabs/Widget/Cdav.php:146
#: ../../Zotlabs/Widget/Cdav.php:182 ../../Zotlabs/Widget/Portfolio.php:110
-#: ../../Zotlabs/Module/Embedphotos.php:186
-#: ../../Zotlabs/Module/Profile_photo.php:498
-#: ../../Zotlabs/Module/Cover_photo.php:429
-#: ../../Zotlabs/Module/Photos.php:685 ../../Zotlabs/Storage/Browser.php:398
+#: ../../Zotlabs/Module/Embedphotos.php:188
+#: ../../Zotlabs/Module/Profile_photo.php:500
+#: ../../Zotlabs/Module/Cover_photo.php:423
+#: ../../Zotlabs/Module/Photos.php:687 ../../Zotlabs/Storage/Browser.php:398
msgid "Upload"
msgstr "Subir"
@@ -7357,6 +7371,59 @@ msgstr "Eliminar conversación"
msgid "Chat Members"
msgstr "Miembros del chat"
+#: ../../Zotlabs/Widget/Pinned.php:70 ../../Zotlabs/Lib/ThreadItem.php:205
+msgid "I will attend"
+msgstr "Participaré"
+
+#: ../../Zotlabs/Widget/Pinned.php:70 ../../Zotlabs/Lib/ThreadItem.php:205
+msgid "I will not attend"
+msgstr "No participaré"
+
+#: ../../Zotlabs/Widget/Pinned.php:70 ../../Zotlabs/Lib/ThreadItem.php:205
+msgid "I might attend"
+msgstr "Quizá participe"
+
+#: ../../Zotlabs/Widget/Pinned.php:81 ../../Zotlabs/Lib/ThreadItem.php:219
+msgid "I agree"
+msgstr "Estoy de acuerdo"
+
+#: ../../Zotlabs/Widget/Pinned.php:81 ../../Zotlabs/Lib/ThreadItem.php:219
+msgid "I disagree"
+msgstr "No estoy de acuerdo"
+
+#: ../../Zotlabs/Widget/Pinned.php:81 ../../Zotlabs/Lib/ThreadItem.php:219
+msgid "I abstain"
+msgstr "Me abstengo"
+
+#: ../../Zotlabs/Widget/Pinned.php:99 ../../Zotlabs/Lib/ThreadItem.php:329
+msgid "Share This"
+msgstr "Compartir esto"
+
+#: ../../Zotlabs/Widget/Pinned.php:99 ../../Zotlabs/Lib/ThreadItem.php:329
+msgid "share"
+msgstr "compartir"
+
+#: ../../Zotlabs/Widget/Pinned.php:123 ../../Zotlabs/Widget/Pinned.php:124
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Ver el perfil de %s - %s"
+
+#: ../../Zotlabs/Widget/Pinned.php:128 ../../Zotlabs/Lib/ThreadItem.php:413
+msgid "via"
+msgstr "mediante"
+
+#: ../../Zotlabs/Widget/Pinned.php:143 ../../Zotlabs/Lib/ThreadItem.php:443
+msgid "Attendance Options"
+msgstr "Opciones de participación o asistencia"
+
+#: ../../Zotlabs/Widget/Pinned.php:144 ../../Zotlabs/Lib/ThreadItem.php:445
+msgid "Voting Options"
+msgstr "Opciones de votación"
+
+#: ../../Zotlabs/Widget/Pinned.php:156 ../../Zotlabs/Lib/ThreadItem.php:469
+msgid "Pinned post"
+msgstr "Entradas ancladas"
+
#: ../../Zotlabs/Widget/Activity.php:50
msgctxt "widget"
msgid "Activity"
@@ -7379,7 +7446,7 @@ msgid "Channel Calendar"
msgstr "Calendario del canal"
#: ../../Zotlabs/Widget/Cdav.php:129 ../../Zotlabs/Widget/Cdav.php:143
-#: ../../Zotlabs/Module/Cdav.php:1078
+#: ../../Zotlabs/Module/Cdav.php:1051
msgid "CalDAV Calendars"
msgstr "Calendarios CalDAV"
@@ -7400,12 +7467,12 @@ msgid "Create new CalDAV calendar"
msgstr "Crear un nuevo calendario CalDAV"
#: ../../Zotlabs/Widget/Cdav.php:140 ../../Zotlabs/Widget/Cdav.php:178
-#: ../../Zotlabs/Module/Cdav.php:1082 ../../Zotlabs/Module/Cdav.php:1388
+#: ../../Zotlabs/Module/Cdav.php:1055 ../../Zotlabs/Module/Cdav.php:1383
#: ../../Zotlabs/Module/Webpages.php:254
#: ../../Zotlabs/Module/New_channel.php:189 ../../Zotlabs/Module/Cards.php:113
-#: ../../Zotlabs/Module/Blocks.php:159 ../../Zotlabs/Module/Profiles.php:798
+#: ../../Zotlabs/Module/Blocks.php:159 ../../Zotlabs/Module/Profiles.php:800
#: ../../Zotlabs/Module/Articles.php:117 ../../Zotlabs/Module/Menu.php:182
-#: ../../Zotlabs/Module/Connedit.php:938 ../../Zotlabs/Module/Layouts.php:185
+#: ../../Zotlabs/Module/Connedit.php:939 ../../Zotlabs/Module/Layouts.php:185
#: ../../Zotlabs/Storage/Browser.php:282 ../../Zotlabs/Storage/Browser.php:396
msgid "Create"
msgstr "Crear"
@@ -7418,7 +7485,7 @@ msgstr "Nombre del calendario"
msgid "Calendar Tools"
msgstr "Gestión de calendarios"
-#: ../../Zotlabs/Widget/Cdav.php:143 ../../Zotlabs/Module/Cdav.php:1078
+#: ../../Zotlabs/Widget/Cdav.php:143 ../../Zotlabs/Module/Cdav.php:1051
msgid "Channel Calendars"
msgstr "Calendarios del canal"
@@ -7499,9 +7566,9 @@ msgid "See more..."
msgstr "Ver más..."
#: ../../Zotlabs/Widget/Forums.php:100
-#: ../../Zotlabs/Widget/Activity_filter.php:73
-#: ../../Zotlabs/Widget/Notifications.php:119
-#: ../../Zotlabs/Widget/Notifications.php:120
+#: ../../Zotlabs/Widget/Activity_filter.php:115
+#: ../../Zotlabs/Widget/Notifications.php:139
+#: ../../Zotlabs/Widget/Notifications.php:140
msgid "Forums"
msgstr "Foros"
@@ -7510,23 +7577,23 @@ msgid "Bookmarked Chatrooms"
msgstr "Salas de chat preferidas"
#: ../../Zotlabs/Widget/Wiki_page_history.php:23
-#: ../../Zotlabs/Lib/NativeWikiPage.php:562
+#: ../../Zotlabs/Lib/NativeWikiPage.php:565
msgctxt "wiki_history"
msgid "Message"
msgstr "Mensaje"
#: ../../Zotlabs/Widget/Wiki_page_history.php:24
-#: ../../Zotlabs/Lib/NativeWikiPage.php:563
+#: ../../Zotlabs/Lib/NativeWikiPage.php:566
msgid "Date"
msgstr "Fecha"
#: ../../Zotlabs/Widget/Wiki_page_history.php:25
-#: ../../Zotlabs/Module/Wiki.php:367 ../../Zotlabs/Lib/NativeWikiPage.php:564
+#: ../../Zotlabs/Module/Wiki.php:367 ../../Zotlabs/Lib/NativeWikiPage.php:567
msgid "Revert"
msgstr "Revertir"
#: ../../Zotlabs/Widget/Wiki_page_history.php:26
-#: ../../Zotlabs/Lib/NativeWikiPage.php:565
+#: ../../Zotlabs/Lib/NativeWikiPage.php:568
msgid "Compare"
msgstr "Comparar"
@@ -7562,7 +7629,7 @@ msgstr "Nuevo mensaje"
msgid "photo/image"
msgstr "foto/imagen"
-#: ../../Zotlabs/Widget/Admin.php:22 ../../Zotlabs/Module/Admin/Site.php:288
+#: ../../Zotlabs/Widget/Admin.php:22 ../../Zotlabs/Module/Admin/Site.php:286
msgid "Site"
msgstr "Sitio"
@@ -7584,11 +7651,11 @@ msgid "Channels"
msgstr "Canales"
#: ../../Zotlabs/Widget/Admin.php:25
-#: ../../Zotlabs/Module/Admin/Security.php:93
+#: ../../Zotlabs/Module/Admin/Security.php:99
msgid "Security"
msgstr "Seguridad"
-#: ../../Zotlabs/Widget/Admin.php:26 ../../Zotlabs/Lib/Apps.php:357
+#: ../../Zotlabs/Widget/Admin.php:26 ../../Zotlabs/Lib/Apps.php:358
msgid "Features"
msgstr "Funcionalidades"
@@ -7623,61 +7690,85 @@ msgstr "Informes"
msgid "Addon Features"
msgstr "Características del addon"
-#: ../../Zotlabs/Widget/Activity_filter.php:36
+#: ../../Zotlabs/Widget/Activity_filter.php:33
+msgid "Direct Messages"
+msgstr "Mensajes directos"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:37
+msgid "Show direct (private) messages"
+msgstr "Mostrar mensajes (privados) directos"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:42
+msgid "Events"
+msgstr "Eventos"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:46
+msgid "Show posts that include events"
+msgstr "Mostrar entradas que incluyan eventos"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:52
+msgid "Polls"
+msgstr "Encuestas"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:56
+msgid "Show posts that include polls"
+msgstr "Mostrar entradas que incluyan encuestas"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:77
#, php-format
msgid "Show posts related to the %s privacy group"
msgstr "Mostrar entradas relacionadas con el grupo %s"
-#: ../../Zotlabs/Widget/Activity_filter.php:45
+#: ../../Zotlabs/Widget/Activity_filter.php:86
msgid "Show my privacy groups"
msgstr "Mostrar mis grupos de canales"
-#: ../../Zotlabs/Widget/Activity_filter.php:66
+#: ../../Zotlabs/Widget/Activity_filter.php:108
msgid "Show posts to this forum"
msgstr "Mostrar las entradas en este foro"
-#: ../../Zotlabs/Widget/Activity_filter.php:77
+#: ../../Zotlabs/Widget/Activity_filter.php:119
msgid "Show forums"
msgstr "Mostrar los foros"
-#: ../../Zotlabs/Widget/Activity_filter.php:91
+#: ../../Zotlabs/Widget/Activity_filter.php:133
msgid "Starred Posts"
msgstr "Entradas preferidas"
-#: ../../Zotlabs/Widget/Activity_filter.php:95
+#: ../../Zotlabs/Widget/Activity_filter.php:137
msgid "Show posts that I have starred"
msgstr "Mostrar entradas que he señalado como preferidas"
-#: ../../Zotlabs/Widget/Activity_filter.php:106
+#: ../../Zotlabs/Widget/Activity_filter.php:148
msgid "Personal Posts"
msgstr "Entradas personales"
-#: ../../Zotlabs/Widget/Activity_filter.php:110
+#: ../../Zotlabs/Widget/Activity_filter.php:152
msgid "Show posts that mention or involve me"
msgstr "Mostrar entradas que me mencionen o involucren"
-#: ../../Zotlabs/Widget/Activity_filter.php:131
+#: ../../Zotlabs/Widget/Activity_filter.php:173
#, 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:141
+#: ../../Zotlabs/Widget/Activity_filter.php:183
msgid "Show filed post categories"
msgstr "Mostrar los temas de las entradas archivadas"
-#: ../../Zotlabs/Widget/Activity_filter.php:155
+#: ../../Zotlabs/Widget/Activity_filter.php:197
msgid "Panel search"
msgstr "Panel de búsqueda"
-#: ../../Zotlabs/Widget/Activity_filter.php:165
+#: ../../Zotlabs/Widget/Activity_filter.php:207
msgid "Filter by name"
msgstr "Filtrar por nombre"
-#: ../../Zotlabs/Widget/Activity_filter.php:180
+#: ../../Zotlabs/Widget/Activity_filter.php:222
msgid "Remove active filter"
msgstr "Eliminar el filtro activo"
-#: ../../Zotlabs/Widget/Activity_filter.php:196
+#: ../../Zotlabs/Widget/Activity_filter.php:238
msgid "Stream Filters"
msgstr "Filtros del stream"
@@ -7799,26 +7890,26 @@ msgid "View public stream"
msgstr "Ver el \"stream\" público"
#: ../../Zotlabs/Widget/Newmember.php:75
-#: ../../Zotlabs/Module/Settings/Display.php:205
+#: ../../Zotlabs/Module/Settings/Display.php:206
msgid "New Member Links"
msgstr "Enlaces para nuevos miembros"
-#: ../../Zotlabs/Widget/Affinity.php:30 ../../Zotlabs/Module/Connedit.php:723
+#: ../../Zotlabs/Widget/Affinity.php:30 ../../Zotlabs/Module/Connedit.php:724
msgid "Me"
msgstr "Yo"
-#: ../../Zotlabs/Widget/Affinity.php:31 ../../Zotlabs/Module/Connedit.php:724
+#: ../../Zotlabs/Widget/Affinity.php:31 ../../Zotlabs/Module/Connedit.php:725
msgid "Family"
msgstr "Familia"
-#: ../../Zotlabs/Widget/Affinity.php:33 ../../Zotlabs/Module/Connedit.php:726
+#: ../../Zotlabs/Widget/Affinity.php:33 ../../Zotlabs/Module/Connedit.php:727
msgid "Acquaintances"
msgstr "Conocidos/as"
#: ../../Zotlabs/Widget/Affinity.php:34
#: ../../Zotlabs/Module/Connections.php:97
#: ../../Zotlabs/Module/Connections.php:111
-#: ../../Zotlabs/Module/Connedit.php:727
+#: ../../Zotlabs/Module/Connedit.php:728
msgid "All"
msgstr "Todos/as"
@@ -7839,127 +7930,142 @@ msgid "View your network activity"
msgstr "Ver la actividad de su red"
#: ../../Zotlabs/Widget/Notifications.php:23
+#: ../../Zotlabs/Widget/Notifications.php:62
msgid "Mark all notifications read"
msgstr "Marcar todas las notificaciones como leídas"
#: ../../Zotlabs/Widget/Notifications.php:26
-#: ../../Zotlabs/Widget/Notifications.php:45
-#: ../../Zotlabs/Widget/Notifications.php:152
+#: ../../Zotlabs/Widget/Notifications.php:46
+#: ../../Zotlabs/Widget/Notifications.php:65
+#: ../../Zotlabs/Widget/Notifications.php:172
msgid "Show new posts only"
msgstr "Mostrar solo las entradas nuevas"
#: ../../Zotlabs/Widget/Notifications.php:27
-#: ../../Zotlabs/Widget/Notifications.php:46
-#: ../../Zotlabs/Widget/Notifications.php:122
-#: ../../Zotlabs/Widget/Notifications.php:153
+#: ../../Zotlabs/Widget/Notifications.php:47
+#: ../../Zotlabs/Widget/Notifications.php:66
+#: ../../Zotlabs/Widget/Notifications.php:142
+#: ../../Zotlabs/Widget/Notifications.php:173
msgid "Filter by name or address"
msgstr "Filtrar por nombre o dirección"
-#: ../../Zotlabs/Widget/Notifications.php:35
+#: ../../Zotlabs/Widget/Notifications.php:36
msgid "New Home Activity"
msgstr "Nueva actividad en su página principal"
-#: ../../Zotlabs/Widget/Notifications.php:36
+#: ../../Zotlabs/Widget/Notifications.php:37
msgid "New Home Activity Notifications"
msgstr "Avisos de nueva actividad en su página principal"
-#: ../../Zotlabs/Widget/Notifications.php:39
+#: ../../Zotlabs/Widget/Notifications.php:40
msgid "View your home activity"
msgstr "Ver la actividad de su página principal"
-#: ../../Zotlabs/Widget/Notifications.php:42
-#: ../../Zotlabs/Widget/Notifications.php:149
+#: ../../Zotlabs/Widget/Notifications.php:43
+#: ../../Zotlabs/Widget/Notifications.php:169
msgid "Mark all notifications seen"
msgstr "Marcar todas las notificaciones como vistas"
-#: ../../Zotlabs/Widget/Notifications.php:54
+#: ../../Zotlabs/Widget/Notifications.php:55
+msgid "New Direct Messages"
+msgstr "Nuevos mensajes directos"
+
+#: ../../Zotlabs/Widget/Notifications.php:56
+msgid "New Direct Messages Notifications"
+msgstr "Nuevas notificaciones de mensajes directos"
+
+#: ../../Zotlabs/Widget/Notifications.php:59
+msgid "View your direct messages"
+msgstr "Ver sus mensajes directos"
+
+#: ../../Zotlabs/Widget/Notifications.php:74
msgid "New Mails"
msgstr "Nuevos mensajes de correo"
-#: ../../Zotlabs/Widget/Notifications.php:55
+#: ../../Zotlabs/Widget/Notifications.php:75
msgid "New Mails Notifications"
msgstr "Avisos de nuevos mensajes de correo"
-#: ../../Zotlabs/Widget/Notifications.php:58
+#: ../../Zotlabs/Widget/Notifications.php:78
msgid "View your private mails"
msgstr "Ver sus correos privados"
-#: ../../Zotlabs/Widget/Notifications.php:61
+#: ../../Zotlabs/Widget/Notifications.php:81
msgid "Mark all messages seen"
msgstr "Marcar todos los mensajes como vistos"
-#: ../../Zotlabs/Widget/Notifications.php:69
+#: ../../Zotlabs/Widget/Notifications.php:89
msgid "New Events"
msgstr "Eventos nuevos"
-#: ../../Zotlabs/Widget/Notifications.php:70
+#: ../../Zotlabs/Widget/Notifications.php:90
msgid "New Events Notifications"
msgstr "Avisos de nuevos eventos"
-#: ../../Zotlabs/Widget/Notifications.php:73
+#: ../../Zotlabs/Widget/Notifications.php:93
msgid "View events"
msgstr "Ver los eventos"
-#: ../../Zotlabs/Widget/Notifications.php:76
+#: ../../Zotlabs/Widget/Notifications.php:96
msgid "Mark all events seen"
msgstr "Marcar todos los eventos como leidos"
-#: ../../Zotlabs/Widget/Notifications.php:84
+#: ../../Zotlabs/Widget/Notifications.php:104
#: ../../Zotlabs/Module/Connections.php:164
msgid "New Connections"
msgstr "Nuevas conexiones"
-#: ../../Zotlabs/Widget/Notifications.php:85
+#: ../../Zotlabs/Widget/Notifications.php:105
msgid "New Connections Notifications"
msgstr "Avisos de nuevas conexiones"
-#: ../../Zotlabs/Widget/Notifications.php:88
+#: ../../Zotlabs/Widget/Notifications.php:108
msgid "View all connections"
msgstr "Ver todas las conexiones"
-#: ../../Zotlabs/Widget/Notifications.php:96
+#: ../../Zotlabs/Widget/Notifications.php:116
msgid "New Files"
msgstr "Ficheros nuevos"
-#: ../../Zotlabs/Widget/Notifications.php:97
+#: ../../Zotlabs/Widget/Notifications.php:117
msgid "New Files Notifications"
msgstr "Avisos de nuevos ficheros"
-#: ../../Zotlabs/Widget/Notifications.php:104
-#: ../../Zotlabs/Widget/Notifications.php:105
+#: ../../Zotlabs/Widget/Notifications.php:124
+#: ../../Zotlabs/Widget/Notifications.php:125
msgid "Notices"
msgstr "Avisos"
-#: ../../Zotlabs/Widget/Notifications.php:108
+#: ../../Zotlabs/Widget/Notifications.php:128
msgid "View all notices"
msgstr "Ver todos los avisos"
-#: ../../Zotlabs/Widget/Notifications.php:111
+#: ../../Zotlabs/Widget/Notifications.php:131
msgid "Mark all notices seen"
msgstr "Marcar como leídos todos los avisos"
-#: ../../Zotlabs/Widget/Notifications.php:132
+#: ../../Zotlabs/Widget/Notifications.php:152
msgid "New Registrations"
msgstr "Registros nuevos"
-#: ../../Zotlabs/Widget/Notifications.php:133
+#: ../../Zotlabs/Widget/Notifications.php:153
msgid "New Registrations Notifications"
msgstr "Notificaciones de nuevos registros"
-#: ../../Zotlabs/Widget/Notifications.php:142
-#: ../../Zotlabs/Module/Pubstream.php:109 ../../Zotlabs/Lib/Apps.php:375
+#: ../../Zotlabs/Widget/Notifications.php:162
+#: ../../Zotlabs/Module/Pubstream.php:114 ../../Zotlabs/Lib/Apps.php:375
msgid "Public Stream"
msgstr "\"Stream\" público"
-#: ../../Zotlabs/Widget/Notifications.php:143
+#: ../../Zotlabs/Widget/Notifications.php:163
msgid "Public Stream Notifications"
msgstr "Avisos del \"stream\" público"
-#: ../../Zotlabs/Widget/Notifications.php:146
+#: ../../Zotlabs/Widget/Notifications.php:166
msgid "View the public stream"
msgstr "Ver el \"stream\" público"
-#: ../../Zotlabs/Widget/Notifications.php:161
+#: ../../Zotlabs/Widget/Notifications.php:181
msgid "Sorry, you have got no notifications at the moment"
msgstr "Lo sentimos, por el momento no ha recibido ninguna notificación"
@@ -8014,27 +8120,27 @@ msgstr "Contraseña de inicio de sesión"
msgid "Expires (yyyy-mm-dd)"
msgstr "Expira (aaaa-mm-dd)"
-#: ../../Zotlabs/Module/Tokens.php:180 ../../Zotlabs/Module/Connedit.php:907
+#: ../../Zotlabs/Module/Tokens.php:180 ../../Zotlabs/Module/Connedit.php:908
msgid "Their Settings"
msgstr "Sus ajustes"
-#: ../../Zotlabs/Module/Tokens.php:181 ../../Zotlabs/Module/Permcats.php:121
-#: ../../Zotlabs/Module/Defperms.php:266 ../../Zotlabs/Module/Connedit.php:908
+#: ../../Zotlabs/Module/Tokens.php:181 ../../Zotlabs/Module/Permcats.php:122
+#: ../../Zotlabs/Module/Defperms.php:267 ../../Zotlabs/Module/Connedit.php:909
msgid "My Settings"
msgstr "Mis ajustes"
-#: ../../Zotlabs/Module/Tokens.php:183 ../../Zotlabs/Module/Permcats.php:123
-#: ../../Zotlabs/Module/Defperms.php:264 ../../Zotlabs/Module/Connedit.php:903
+#: ../../Zotlabs/Module/Tokens.php:183 ../../Zotlabs/Module/Permcats.php:124
+#: ../../Zotlabs/Module/Defperms.php:265 ../../Zotlabs/Module/Connedit.php:904
msgid "inherited"
msgstr "heredado"
-#: ../../Zotlabs/Module/Tokens.php:186 ../../Zotlabs/Module/Permcats.php:126
-#: ../../Zotlabs/Module/Defperms.php:269 ../../Zotlabs/Module/Connedit.php:910
+#: ../../Zotlabs/Module/Tokens.php:186 ../../Zotlabs/Module/Permcats.php:127
+#: ../../Zotlabs/Module/Defperms.php:270 ../../Zotlabs/Module/Connedit.php:911
msgid "Individual Permissions"
msgstr "Permisos individuales"
-#: ../../Zotlabs/Module/Tokens.php:187 ../../Zotlabs/Module/Permcats.php:127
-#: ../../Zotlabs/Module/Connedit.php:911
+#: ../../Zotlabs/Module/Tokens.php:187 ../../Zotlabs/Module/Permcats.php:128
+#: ../../Zotlabs/Module/Connedit.php:912
msgid ""
"Some permissions may be inherited from your channel's <a "
"href=\"settings\"><strong>privacy settings</strong></a>, which have higher "
@@ -8054,7 +8160,7 @@ msgstr "Elemento no encontrado"
#: ../../Zotlabs/Module/Article_edit.php:44
#: ../../Zotlabs/Module/Wall_upload.php:31
-#: ../../Zotlabs/Module/Card_edit.php:44 ../../Zotlabs/Module/Chanview.php:96
+#: ../../Zotlabs/Module/Card_edit.php:44 ../../Zotlabs/Module/Chanview.php:89
#: ../../Zotlabs/Module/Cal.php:31 ../../Zotlabs/Module/Page.php:75
#: ../../Zotlabs/Module/Block.php:41
msgid "Channel not found."
@@ -8064,29 +8170,29 @@ msgstr "Canal no encontrado."
msgid "Edit Article"
msgstr "Editar el artículo"
-#: ../../Zotlabs/Module/Network.php:109
+#: ../../Zotlabs/Module/Network.php:110
msgid "No such group"
msgstr "No se encuentra el grupo"
-#: ../../Zotlabs/Module/Network.php:158
+#: ../../Zotlabs/Module/Network.php:159
msgid "No such channel"
msgstr "No se encuentra el canal"
-#: ../../Zotlabs/Module/Network.php:173 ../../Zotlabs/Module/Channel.php:183
+#: ../../Zotlabs/Module/Network.php:174 ../../Zotlabs/Module/Channel.php:195
msgid "Search Results For:"
msgstr "Buscar resultados para:"
-#: ../../Zotlabs/Module/Network.php:203 ../../Zotlabs/Module/Channel.php:218
-#: ../../Zotlabs/Module/Hq.php:134 ../../Zotlabs/Module/Pubstream.php:94
+#: ../../Zotlabs/Module/Network.php:204 ../../Zotlabs/Module/Channel.php:230
+#: ../../Zotlabs/Module/Hq.php:134 ../../Zotlabs/Module/Pubstream.php:99
#: ../../Zotlabs/Module/Display.php:80
msgid "Reset form"
msgstr "Reiniciar el formulario"
-#: ../../Zotlabs/Module/Network.php:242
+#: ../../Zotlabs/Module/Network.php:243
msgid "Privacy group is empty"
msgstr "El grupo de canales está vacío"
-#: ../../Zotlabs/Module/Network.php:252
+#: ../../Zotlabs/Module/Network.php:253
msgid "Privacy group: "
msgstr "Grupo de canales: "
@@ -8123,55 +8229,55 @@ msgid ""
msgstr "Utilice este formulario para importar entradas y contenido desde un archivo de exportación."
#: ../../Zotlabs/Module/Import_items.php:127
-#: ../../Zotlabs/Module/Import.php:629
+#: ../../Zotlabs/Module/Import.php:632
msgid "File to Upload"
msgstr "Fichero para subir"
-#: ../../Zotlabs/Module/Import.php:157
+#: ../../Zotlabs/Module/Import.php:162
#, php-format
msgid "Your service plan only allows %d channels."
msgstr "Su paquete de servicios solo permite %d canales."
-#: ../../Zotlabs/Module/Import.php:184
+#: ../../Zotlabs/Module/Import.php:189
msgid "No channel. Import failed."
msgstr "No hay canal. La importación ha fallado"
-#: ../../Zotlabs/Module/Import.php:622
+#: ../../Zotlabs/Module/Import.php:625
msgid "You must be logged in to use this feature."
msgstr "Debe estar registrado para poder usar esta funcionalidad."
-#: ../../Zotlabs/Module/Import.php:627
+#: ../../Zotlabs/Module/Import.php:630
msgid "Import Channel"
msgstr "Importar canal"
-#: ../../Zotlabs/Module/Import.php:628
+#: ../../Zotlabs/Module/Import.php:631
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/Module/Import.php:630
+#: ../../Zotlabs/Module/Import.php:633
msgid "Or provide the old server/hub details"
msgstr "O proporcione los detalles de su antiguo servidor/hub"
-#: ../../Zotlabs/Module/Import.php:632
+#: ../../Zotlabs/Module/Import.php:635
msgid "Your old identity address (xyz@example.com)"
msgstr "Su identidad en el antiguo servidor (canal@ejemplo.com)"
-#: ../../Zotlabs/Module/Import.php:633
+#: ../../Zotlabs/Module/Import.php:636
msgid "Your old login email address"
msgstr "Su antigua dirección de correo electrónico"
-#: ../../Zotlabs/Module/Import.php:634
+#: ../../Zotlabs/Module/Import.php:637
msgid "Your old login password"
msgstr "Su antigua contraseña"
-#: ../../Zotlabs/Module/Import.php:635
+#: ../../Zotlabs/Module/Import.php:638
msgid "Import a few months of posts if possible (limited by available memory"
msgstr "Importar unos meses de mensajes si es posible (limitado por la memoria disponible"
-#: ../../Zotlabs/Module/Import.php:637
+#: ../../Zotlabs/Module/Import.php:640
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"
@@ -8179,31 +8285,49 @@ msgid ""
"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/Module/Import.php:639
+#: ../../Zotlabs/Module/Import.php:642
msgid "Make this hub my primary location"
msgstr "Convertir este servidor en mi ubicación primaria"
-#: ../../Zotlabs/Module/Import.php:640
+#: ../../Zotlabs/Module/Import.php:643
msgid "Move this channel (disable all previous locations)"
msgstr "Mover este canal (desactivar todas las ubicaciones anteriores)"
-#: ../../Zotlabs/Module/Import.php:641
+#: ../../Zotlabs/Module/Import.php:644
msgid "Use this channel nickname instead of the one provided"
msgstr "Usa este alias de canal en lugar del que se proporciona"
-#: ../../Zotlabs/Module/Import.php:641
+#: ../../Zotlabs/Module/Import.php:644
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."
-#: ../../Zotlabs/Module/Import.php:643
+#: ../../Zotlabs/Module/Import.php:646
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."
+#: ../../Zotlabs/Module/Ochannel.php:32 ../../Zotlabs/Module/Channel.php:42
+#: ../../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/Z6trans.php:80
+msgid "Update to Hubzilla 5.0 setp 2"
+msgstr "Actualizar a Hubzilla 5.0. Paso 2"
+
+#: ../../Zotlabs/Module/Z6trans.php:82
+msgid "To complete the update please run"
+msgstr "Para completar la actualización, ejecutar "
+
+#: ../../Zotlabs/Module/Z6trans.php:88
+msgid ""
+"INFO: this command can take a very long time depending on your DB size."
+msgstr "INFO; este comando puede tardar en ejecutarse mucho tiempo dependiendo del tamaño de su base de datos."
+
#: ../../Zotlabs/Module/Register.php:52
msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
msgstr "Se ha superado el límite máximo de inscripciones diarias de este sitio. Por favor, pruebe de nuevo mañana."
@@ -8309,7 +8433,7 @@ msgstr "Su alias se usará para crear una dirección de canal fácil de recordar
#: ../../Zotlabs/Module/Register.php:264
#: ../../Zotlabs/Module/New_channel.php:178
-#: ../../Zotlabs/Module/Settings/Channel.php:535
+#: ../../Zotlabs/Module/Settings/Channel.php:536
msgid "Channel role and privacy"
msgstr "Clase de canal y privacidad"
@@ -8333,7 +8457,7 @@ msgid "yes"
msgstr "sí"
#: ../../Zotlabs/Module/Register.php:277
-#: ../../Zotlabs/Module/Admin/Site.php:290
+#: ../../Zotlabs/Module/Admin/Site.php:288
msgid "Registration"
msgstr "Registro"
@@ -8346,17 +8470,17 @@ msgstr "Este sitio requiere verificación por correo electrónico. Después de c
#: ../../Zotlabs/Module/Search.php:17
#: ../../Zotlabs/Module/Viewconnections.php:23
#: ../../Zotlabs/Module/Ratings.php:83 ../../Zotlabs/Module/Display.php:29
-#: ../../Zotlabs/Module/Directory.php:67 ../../Zotlabs/Module/Directory.php:72
-#: ../../Zotlabs/Module/Photos.php:516
+#: ../../Zotlabs/Module/Directory.php:71 ../../Zotlabs/Module/Directory.php:76
+#: ../../Zotlabs/Module/Photos.php:518
msgid "Public access denied."
msgstr "Acceso público denegado."
-#: ../../Zotlabs/Module/Search.php:230
+#: ../../Zotlabs/Module/Search.php:231
#, php-format
msgid "Items tagged with: %s"
msgstr "elementos etiquetados con: %s"
-#: ../../Zotlabs/Module/Search.php:232
+#: ../../Zotlabs/Module/Search.php:233
#, php-format
msgid "Search results for: %s"
msgstr "Resultados de la búsqueda para: %s"
@@ -8398,9 +8522,9 @@ msgstr "Por favor, lea el fichero \"install/INSTALL.txt\"."
msgid "System check"
msgstr "Verificación del sistema"
-#: ../../Zotlabs/Module/Setup.php:260 ../../Zotlabs/Module/Cdav.php:1059
+#: ../../Zotlabs/Module/Setup.php:260 ../../Zotlabs/Module/Cdav.php:1032
#: ../../Zotlabs/Module/Events.php:698 ../../Zotlabs/Module/Events.php:707
-#: ../../Zotlabs/Module/Cal.php:206 ../../Zotlabs/Module/Photos.php:953
+#: ../../Zotlabs/Module/Cal.php:206 ../../Zotlabs/Module/Photos.php:955
msgid "Next"
msgstr "Siguiente"
@@ -8812,12 +8936,12 @@ msgstr "IMPORTANTE: Debe crear [manualmente] una tarea programada para el \"poll
msgid "No connections."
msgstr "Sin conexiones."
-#: ../../Zotlabs/Module/Viewconnections.php:83
+#: ../../Zotlabs/Module/Viewconnections.php:105
#, php-format
msgid "Visit %s's profile [%s]"
msgstr "Visitar el perfil de %s [%s]"
-#: ../../Zotlabs/Module/Viewconnections.php:113
+#: ../../Zotlabs/Module/Viewconnections.php:135
msgid "View Connections"
msgstr "Ver conexiones"
@@ -8871,11 +8995,11 @@ msgstr "Publicaciones y comentarios"
msgid "Only posts"
msgstr "Solo publicaciones"
-#: ../../Zotlabs/Module/Channel.php:166
+#: ../../Zotlabs/Module/Channel.php:178
msgid "Insufficient permissions. Request redirected to profile page."
msgstr "Permisos insuficientes. Petición redirigida a la página del perfil."
-#: ../../Zotlabs/Module/Channel.php:476 ../../Zotlabs/Module/Display.php:378
+#: ../../Zotlabs/Module/Channel.php:497 ../../Zotlabs/Module/Display.php:383
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."
@@ -8901,72 +9025,72 @@ msgstr "Visible para"
msgid "All Connections"
msgstr "Todas las conexiones"
-#: ../../Zotlabs/Module/Group.php:45
+#: ../../Zotlabs/Module/Group.php:46
msgid "Privacy group created."
msgstr "El grupo de canales ha sido creado."
-#: ../../Zotlabs/Module/Group.php:48
+#: ../../Zotlabs/Module/Group.php:49
msgid "Could not create privacy group."
msgstr "No se puede crear el grupo de canales"
-#: ../../Zotlabs/Module/Group.php:80
+#: ../../Zotlabs/Module/Group.php:81
msgid "Privacy group updated."
msgstr "Grupo de canales actualizado."
-#: ../../Zotlabs/Module/Group.php:106
+#: ../../Zotlabs/Module/Group.php:107
msgid "Privacy Groups App"
msgstr "App Grupos de canales"
-#: ../../Zotlabs/Module/Group.php:107
+#: ../../Zotlabs/Module/Group.php:108
msgid "Management of privacy groups"
msgstr "Gestión de grupos de canales"
-#: ../../Zotlabs/Module/Group.php:142
+#: ../../Zotlabs/Module/Group.php:143
msgid "Add Group"
msgstr "Agregar un grupo"
-#: ../../Zotlabs/Module/Group.php:146
+#: ../../Zotlabs/Module/Group.php:147
msgid "Privacy group name"
msgstr "Nombre del grupo"
-#: ../../Zotlabs/Module/Group.php:147 ../../Zotlabs/Module/Group.php:256
+#: ../../Zotlabs/Module/Group.php:148 ../../Zotlabs/Module/Group.php:257
msgid "Members are visible to other channels"
msgstr "Los miembros son visibles para otros canales"
-#: ../../Zotlabs/Module/Group.php:155 ../../Zotlabs/Module/Help.php:81
+#: ../../Zotlabs/Module/Group.php:156 ../../Zotlabs/Module/Help.php:84
msgid "Members"
msgstr "Miembros"
-#: ../../Zotlabs/Module/Group.php:182
+#: ../../Zotlabs/Module/Group.php:183
msgid "Privacy group removed."
msgstr "Grupo de canales eliminado."
-#: ../../Zotlabs/Module/Group.php:185
+#: ../../Zotlabs/Module/Group.php:186
msgid "Unable to remove privacy group."
msgstr "No se puede eliminar el grupo de canales."
-#: ../../Zotlabs/Module/Group.php:251
+#: ../../Zotlabs/Module/Group.php:252
#, php-format
msgid "Privacy Group: %s"
msgstr "Grupo privado %s"
-#: ../../Zotlabs/Module/Group.php:253
+#: ../../Zotlabs/Module/Group.php:254
msgid "Privacy group name: "
msgstr "Nombre del grupo de canales:"
-#: ../../Zotlabs/Module/Group.php:258
+#: ../../Zotlabs/Module/Group.php:259
msgid "Delete Group"
msgstr "Eliminar grupo"
-#: ../../Zotlabs/Module/Group.php:269
+#: ../../Zotlabs/Module/Group.php:270
msgid "Group members"
msgstr "Miembros del grupo"
-#: ../../Zotlabs/Module/Group.php:271
+#: ../../Zotlabs/Module/Group.php:272
msgid "Not in this group"
msgstr "No en este grupo"
-#: ../../Zotlabs/Module/Group.php:303
+#: ../../Zotlabs/Module/Group.php:304
msgid "Click a channel to toggle membership"
msgstr "Haga clic en un canal para cambiar los miembros"
@@ -9042,10 +9166,10 @@ msgid "Key and Secret are required"
msgstr "\"Key\" y \"Secret\" son obligatorios"
#: ../../Zotlabs/Module/Oauth.php:53 ../../Zotlabs/Module/Oauth.php:137
-#: ../../Zotlabs/Module/Cdav.php:1076 ../../Zotlabs/Module/Cdav.php:1389
+#: ../../Zotlabs/Module/Cdav.php:1049 ../../Zotlabs/Module/Cdav.php:1384
#: ../../Zotlabs/Module/Admin/Addons.php:457
-#: ../../Zotlabs/Module/Profiles.php:799 ../../Zotlabs/Module/Oauth2.php:58
-#: ../../Zotlabs/Module/Oauth2.php:144 ../../Zotlabs/Module/Connedit.php:939
+#: ../../Zotlabs/Module/Profiles.php:801 ../../Zotlabs/Module/Oauth2.php:58
+#: ../../Zotlabs/Module/Oauth2.php:144 ../../Zotlabs/Module/Connedit.php:940
#: ../../Zotlabs/Lib/Apps.php:536
msgid "Update"
msgstr "Actualizar"
@@ -9123,11 +9247,11 @@ msgstr "Enlace de la página"
msgid "Edit Webpage"
msgstr "Editar la página web"
-#: ../../Zotlabs/Module/Dirsearch.php:25 ../../Zotlabs/Module/Regdir.php:49
+#: ../../Zotlabs/Module/Dirsearch.php:28 ../../Zotlabs/Module/Regdir.php:49
msgid "This site is not a directory server"
msgstr "Este sitio no es un servidor de directorio"
-#: ../../Zotlabs/Module/Dirsearch.php:33
+#: ../../Zotlabs/Module/Dirsearch.php:37
msgid "This directory server requires an access token"
msgstr "El servidor de este directorio necesita un \"token\" de acceso"
@@ -9139,172 +9263,176 @@ msgstr "¡Bienvenido a Hubzilla!"
msgid "You have got no unseen posts..."
msgstr "No tiene ningún mensaje sin leer..."
-#: ../../Zotlabs/Module/Chat.php:102
+#: ../../Zotlabs/Module/Pin.php:35 ../../Zotlabs/Module/Item.php:348
+msgid "Unable to locate original post."
+msgstr "No ha sido posible encontrar la entrada original."
+
+#: ../../Zotlabs/Module/Chat.php:100
msgid "Chatrooms App"
msgstr "App Salas de chat"
-#: ../../Zotlabs/Module/Chat.php:103
+#: ../../Zotlabs/Module/Chat.php:101
msgid "Access Controlled Chatrooms"
msgstr "Salas de chat moderadas"
-#: ../../Zotlabs/Module/Chat.php:196
+#: ../../Zotlabs/Module/Chat.php:194
msgid "Room not found"
msgstr "Sala no encontrada"
-#: ../../Zotlabs/Module/Chat.php:212
+#: ../../Zotlabs/Module/Chat.php:210
msgid "Leave Room"
msgstr "Abandonar la sala"
-#: ../../Zotlabs/Module/Chat.php:213
+#: ../../Zotlabs/Module/Chat.php:211
msgid "Delete Room"
msgstr "Eliminar esta sala"
-#: ../../Zotlabs/Module/Chat.php:214
+#: ../../Zotlabs/Module/Chat.php:212
msgid "I am away right now"
msgstr "Estoy ausente momentáneamente"
-#: ../../Zotlabs/Module/Chat.php:215
+#: ../../Zotlabs/Module/Chat.php:213
msgid "I am online"
msgstr "Estoy conectado/a"
-#: ../../Zotlabs/Module/Chat.php:217
+#: ../../Zotlabs/Module/Chat.php:215
msgid "Bookmark this room"
msgstr "Añadir esta sala a Marcadores"
-#: ../../Zotlabs/Module/Chat.php:240
+#: ../../Zotlabs/Module/Chat.php:238
msgid "New Chatroom"
msgstr "Nueva sala de chat"
-#: ../../Zotlabs/Module/Chat.php:241
+#: ../../Zotlabs/Module/Chat.php:239
msgid "Chatroom name"
msgstr "Nombre de la sala de chat"
-#: ../../Zotlabs/Module/Chat.php:242
+#: ../../Zotlabs/Module/Chat.php:240
msgid "Expiration of chats (minutes)"
msgstr "Caducidad de los mensajes en los chats (en minutos)"
-#: ../../Zotlabs/Module/Chat.php:258
+#: ../../Zotlabs/Module/Chat.php:256
#, php-format
msgid "%1$s's Chatrooms"
msgstr "Salas de chat de %1$s"
-#: ../../Zotlabs/Module/Chat.php:263
+#: ../../Zotlabs/Module/Chat.php:261
msgid "No chatrooms available"
msgstr "No hay salas de chat disponibles"
-#: ../../Zotlabs/Module/Chat.php:264 ../../Zotlabs/Module/Manage.php:145
-#: ../../Zotlabs/Module/Profiles.php:831 ../../Zotlabs/Module/Wiki.php:214
+#: ../../Zotlabs/Module/Chat.php:262 ../../Zotlabs/Module/Manage.php:145
+#: ../../Zotlabs/Module/Profiles.php:833 ../../Zotlabs/Module/Wiki.php:214
msgid "Create New"
msgstr "Crear"
-#: ../../Zotlabs/Module/Chat.php:267
+#: ../../Zotlabs/Module/Chat.php:265
msgid "Expiration"
msgstr "Caducidad"
-#: ../../Zotlabs/Module/Chat.php:268
+#: ../../Zotlabs/Module/Chat.php:266
msgid "min"
msgstr "min"
-#: ../../Zotlabs/Module/Channel_calendar.php:51
+#: ../../Zotlabs/Module/Channel_calendar.php:57
#: ../../Zotlabs/Module/Events.php:113
msgid "Event can not end before it has started."
msgstr "Un evento no puede terminar antes de que haya comenzado."
-#: ../../Zotlabs/Module/Channel_calendar.php:53
-#: ../../Zotlabs/Module/Channel_calendar.php:61
-#: ../../Zotlabs/Module/Channel_calendar.php:78
+#: ../../Zotlabs/Module/Channel_calendar.php:59
+#: ../../Zotlabs/Module/Channel_calendar.php:67
+#: ../../Zotlabs/Module/Channel_calendar.php:84
#: ../../Zotlabs/Module/Events.php:115 ../../Zotlabs/Module/Events.php:124
#: ../../Zotlabs/Module/Events.php:146
msgid "Unable to generate preview."
msgstr "No se puede crear la vista previa."
-#: ../../Zotlabs/Module/Channel_calendar.php:59
+#: ../../Zotlabs/Module/Channel_calendar.php:65
#: ../../Zotlabs/Module/Events.php:122
msgid "Event title and start time are required."
msgstr "Se requieren el título del evento y su hora de inicio."
-#: ../../Zotlabs/Module/Channel_calendar.php:76
-#: ../../Zotlabs/Module/Channel_calendar.php:218
+#: ../../Zotlabs/Module/Channel_calendar.php:82
+#: ../../Zotlabs/Module/Channel_calendar.php:224
#: ../../Zotlabs/Module/Events.php:144 ../../Zotlabs/Module/Events.php:271
msgid "Event not found."
msgstr "Evento no encontrado."
-#: ../../Zotlabs/Module/Channel_calendar.php:370
+#: ../../Zotlabs/Module/Channel_calendar.php:371
#: ../../Zotlabs/Module/Events.php:641
msgid "Edit event"
msgstr "Editar evento"
-#: ../../Zotlabs/Module/Channel_calendar.php:372
+#: ../../Zotlabs/Module/Channel_calendar.php:373
#: ../../Zotlabs/Module/Events.php:643
msgid "Delete event"
msgstr "Borrar evento"
-#: ../../Zotlabs/Module/Channel_calendar.php:387
-#: ../../Zotlabs/Module/Cdav.php:966 ../../Zotlabs/Module/Cal.php:167
+#: ../../Zotlabs/Module/Channel_calendar.php:393
+#: ../../Zotlabs/Module/Cdav.php:939 ../../Zotlabs/Module/Cal.php:167
msgid "Link to source"
msgstr "Enlace a la fuente"
-#: ../../Zotlabs/Module/Channel_calendar.php:401
+#: ../../Zotlabs/Module/Channel_calendar.php:407
#: ../../Zotlabs/Module/Events.php:677
msgid "calendar"
msgstr "calendario"
-#: ../../Zotlabs/Module/Channel_calendar.php:488
+#: ../../Zotlabs/Module/Channel_calendar.php:494
#: ../../Zotlabs/Module/Events.php:742
msgid "Failed to remove event"
msgstr "Error al eliminar el evento"
-#: ../../Zotlabs/Module/Like.php:56
+#: ../../Zotlabs/Module/Like.php:57
msgid "Like/Dislike"
msgstr "Me gusta/No me gusta"
-#: ../../Zotlabs/Module/Like.php:61
+#: ../../Zotlabs/Module/Like.php:62
msgid "This action is restricted to members."
msgstr "Esta acción está restringida solo para miembros."
-#: ../../Zotlabs/Module/Like.php:62
+#: ../../Zotlabs/Module/Like.php:63
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/Like.php:111 ../../Zotlabs/Module/Like.php:137
-#: ../../Zotlabs/Module/Like.php:175
+#: ../../Zotlabs/Module/Like.php:117 ../../Zotlabs/Module/Like.php:143
+#: ../../Zotlabs/Module/Like.php:181
msgid "Invalid request."
msgstr "Solicitud incorrecta."
-#: ../../Zotlabs/Module/Like.php:152
+#: ../../Zotlabs/Module/Like.php:158
msgid "thing"
msgstr "elemento"
-#: ../../Zotlabs/Module/Like.php:198
+#: ../../Zotlabs/Module/Like.php:204
msgid "Channel unavailable."
msgstr "Canal no disponible."
-#: ../../Zotlabs/Module/Like.php:246
+#: ../../Zotlabs/Module/Like.php:240
msgid "Previous action reversed."
msgstr "Acción anterior revocada."
-#: ../../Zotlabs/Module/Like.php:451
+#: ../../Zotlabs/Module/Like.php:426
#, 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/Like.php:453
+#: ../../Zotlabs/Module/Like.php:428
#, 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/Like.php:455
+#: ../../Zotlabs/Module/Like.php:430
#, 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/Like.php:572
+#: ../../Zotlabs/Module/Like.php:547
msgid "Action completed."
msgstr "Acción completada."
-#: ../../Zotlabs/Module/Like.php:573
+#: ../../Zotlabs/Module/Like.php:548
msgid "Thank you."
msgstr "Gracias."
@@ -9340,187 +9468,168 @@ msgstr "Elegir qué desea enviar al destinatario"
msgid "Make this post private"
msgstr "Convertir en privado este envío"
-#: ../../Zotlabs/Module/Cdav.php:807 ../../Zotlabs/Module/Events.php:28
+#: ../../Zotlabs/Module/Cdav.php:814 ../../Zotlabs/Module/Events.php:28
msgid "Calendar entries imported."
msgstr "Entradas de calendario importadas."
-#: ../../Zotlabs/Module/Cdav.php:809 ../../Zotlabs/Module/Events.php:30
+#: ../../Zotlabs/Module/Cdav.php:816 ../../Zotlabs/Module/Events.php:30
msgid "No calendar entries found."
msgstr "No se han encontrado entradas de calendario."
-#: ../../Zotlabs/Module/Cdav.php:870
-msgid "INVALID EVENT DISMISSED!"
-msgstr "¡EVENTO NO VÁLIDO RECHAZADO!"
-
-#: ../../Zotlabs/Module/Cdav.php:871
-msgid "Summary: "
-msgstr "Resumen: "
-
#: ../../Zotlabs/Module/Cdav.php:872
-msgid "Date: "
-msgstr "Fecha: "
-
-#: ../../Zotlabs/Module/Cdav.php:873 ../../Zotlabs/Module/Cdav.php:880
-msgid "Reason: "
-msgstr "Razón: "
-
-#: ../../Zotlabs/Module/Cdav.php:878
-msgid "INVALID CARD DISMISSED!"
-msgstr "¡TARJETA NO VÁLIDA RECHAZADA!"
-
-#: ../../Zotlabs/Module/Cdav.php:879
-msgid "Name: "
-msgstr "Nombre: "
-
-#: ../../Zotlabs/Module/Cdav.php:899
msgid "CardDAV App"
msgstr "App CarDav"
-#: ../../Zotlabs/Module/Cdav.php:900
+#: ../../Zotlabs/Module/Cdav.php:873
msgid "CalDAV capable addressbook"
msgstr "Libreta de direcciones compatible con CalDav"
-#: ../../Zotlabs/Module/Cdav.php:1032 ../../Zotlabs/Module/Events.php:468
+#: ../../Zotlabs/Module/Cdav.php:1005 ../../Zotlabs/Module/Events.php:468
msgid "Event title"
msgstr "Título del evento"
-#: ../../Zotlabs/Module/Cdav.php:1033 ../../Zotlabs/Module/Events.php:474
+#: ../../Zotlabs/Module/Cdav.php:1006 ../../Zotlabs/Module/Events.php:474
msgid "Start date and time"
msgstr "Fecha y hora de comienzo"
-#: ../../Zotlabs/Module/Cdav.php:1034
+#: ../../Zotlabs/Module/Cdav.php:1007
msgid "End date and time"
msgstr "Fecha y hora de finalización"
-#: ../../Zotlabs/Module/Cdav.php:1035 ../../Zotlabs/Module/Events.php:497
+#: ../../Zotlabs/Module/Cdav.php:1008 ../../Zotlabs/Module/Events.php:497
msgid "Timezone:"
msgstr "Zona horaria: "
-#: ../../Zotlabs/Module/Cdav.php:1058 ../../Zotlabs/Module/Events.php:697
+#: ../../Zotlabs/Module/Cdav.php:1031 ../../Zotlabs/Module/Events.php:697
#: ../../Zotlabs/Module/Events.php:706 ../../Zotlabs/Module/Cal.php:205
-#: ../../Zotlabs/Module/Photos.php:944
+#: ../../Zotlabs/Module/Photos.php:946
msgid "Previous"
msgstr "Anterior"
-#: ../../Zotlabs/Module/Cdav.php:1060 ../../Zotlabs/Module/Events.php:708
+#: ../../Zotlabs/Module/Cdav.php:1033 ../../Zotlabs/Module/Events.php:708
#: ../../Zotlabs/Module/Cal.php:207
msgid "Today"
msgstr "Hoy"
-#: ../../Zotlabs/Module/Cdav.php:1061 ../../Zotlabs/Module/Events.php:703
+#: ../../Zotlabs/Module/Cdav.php:1034 ../../Zotlabs/Module/Events.php:703
msgid "Month"
msgstr "Mes"
-#: ../../Zotlabs/Module/Cdav.php:1062 ../../Zotlabs/Module/Events.php:704
+#: ../../Zotlabs/Module/Cdav.php:1035 ../../Zotlabs/Module/Events.php:704
msgid "Week"
msgstr "Semana"
-#: ../../Zotlabs/Module/Cdav.php:1063 ../../Zotlabs/Module/Events.php:705
+#: ../../Zotlabs/Module/Cdav.php:1036 ../../Zotlabs/Module/Events.php:705
msgid "Day"
msgstr "Día"
-#: ../../Zotlabs/Module/Cdav.php:1064
+#: ../../Zotlabs/Module/Cdav.php:1037
msgid "List month"
msgstr "Lista mensual"
-#: ../../Zotlabs/Module/Cdav.php:1065
+#: ../../Zotlabs/Module/Cdav.php:1038
msgid "List week"
msgstr "Lista semanal"
-#: ../../Zotlabs/Module/Cdav.php:1066
+#: ../../Zotlabs/Module/Cdav.php:1039
msgid "List day"
msgstr "Lista diaria"
-#: ../../Zotlabs/Module/Cdav.php:1074
+#: ../../Zotlabs/Module/Cdav.php:1047
msgid "More"
msgstr "Más"
-#: ../../Zotlabs/Module/Cdav.php:1075
+#: ../../Zotlabs/Module/Cdav.php:1048
msgid "Less"
msgstr "Menos"
-#: ../../Zotlabs/Module/Cdav.php:1077
+#: ../../Zotlabs/Module/Cdav.php:1050
msgid "Select calendar"
msgstr "Seleccionar un calendario"
-#: ../../Zotlabs/Module/Cdav.php:1080
+#: ../../Zotlabs/Module/Cdav.php:1053
msgid "Delete all"
msgstr "Eliminar todos"
-#: ../../Zotlabs/Module/Cdav.php:1083
+#: ../../Zotlabs/Module/Cdav.php:1056
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/Cdav.php:1374 ../../Zotlabs/Module/Connedit.php:924
+#: ../../Zotlabs/Module/Cdav.php:1369 ../../Zotlabs/Module/Connedit.php:925
msgid "Organisation"
msgstr "Organización"
-#: ../../Zotlabs/Module/Cdav.php:1376 ../../Zotlabs/Module/Profiles.php:786
-#: ../../Zotlabs/Module/Connedit.php:926
+#: ../../Zotlabs/Module/Cdav.php:1371 ../../Zotlabs/Module/Profiles.php:788
+#: ../../Zotlabs/Module/Connedit.php:927
msgid "Phone"
msgstr "Teléfono"
-#: ../../Zotlabs/Module/Cdav.php:1378 ../../Zotlabs/Module/Profiles.php:788
-#: ../../Zotlabs/Module/Connedit.php:928
+#: ../../Zotlabs/Module/Cdav.php:1373 ../../Zotlabs/Module/Profiles.php:790
+#: ../../Zotlabs/Module/Connedit.php:929
msgid "Instant messenger"
msgstr "Mensajería instantánea"
-#: ../../Zotlabs/Module/Cdav.php:1379 ../../Zotlabs/Module/Profiles.php:789
-#: ../../Zotlabs/Module/Connedit.php:929
+#: ../../Zotlabs/Module/Cdav.php:1374 ../../Zotlabs/Module/Profiles.php:791
+#: ../../Zotlabs/Module/Connedit.php:930
msgid "Website"
msgstr "Sitio web"
-#: ../../Zotlabs/Module/Cdav.php:1380
+#: ../../Zotlabs/Module/Cdav.php:1375
#: ../../Zotlabs/Module/Admin/Channels.php:160
-#: ../../Zotlabs/Module/Profiles.php:502 ../../Zotlabs/Module/Profiles.php:790
-#: ../../Zotlabs/Module/Connedit.php:930 ../../Zotlabs/Module/Locs.php:118
+#: ../../Zotlabs/Module/Profiles.php:504 ../../Zotlabs/Module/Profiles.php:792
+#: ../../Zotlabs/Module/Connedit.php:931 ../../Zotlabs/Module/Locs.php:118
msgid "Address"
msgstr "Dirección"
-#: ../../Zotlabs/Module/Cdav.php:1381 ../../Zotlabs/Module/Profiles.php:791
-#: ../../Zotlabs/Module/Connedit.php:931
+#: ../../Zotlabs/Module/Cdav.php:1376 ../../Zotlabs/Module/Profiles.php:793
+#: ../../Zotlabs/Module/Connedit.php:932
msgid "Note"
msgstr "Nota"
-#: ../../Zotlabs/Module/Cdav.php:1387 ../../Zotlabs/Module/Profiles.php:797
+#: ../../Zotlabs/Module/Cdav.php:1381 ../../Zotlabs/Module/Profiles.php:798
#: ../../Zotlabs/Module/Connedit.php:937
+msgid "Add Contact"
+msgstr "Añadir un contacto"
+
+#: ../../Zotlabs/Module/Cdav.php:1382 ../../Zotlabs/Module/Profiles.php:799
+#: ../../Zotlabs/Module/Connedit.php:938
msgid "Add Field"
msgstr "Añadir un campo"
-#: ../../Zotlabs/Module/Cdav.php:1392 ../../Zotlabs/Module/Connedit.php:942
+#: ../../Zotlabs/Module/Cdav.php:1387 ../../Zotlabs/Module/Connedit.php:943
msgid "P.O. Box"
msgstr "Buzón de correos"
-#: ../../Zotlabs/Module/Cdav.php:1393 ../../Zotlabs/Module/Connedit.php:943
+#: ../../Zotlabs/Module/Cdav.php:1388 ../../Zotlabs/Module/Connedit.php:944
msgid "Additional"
msgstr "Adicional"
-#: ../../Zotlabs/Module/Cdav.php:1394 ../../Zotlabs/Module/Connedit.php:944
+#: ../../Zotlabs/Module/Cdav.php:1389 ../../Zotlabs/Module/Connedit.php:945
msgid "Street"
msgstr "Calle"
-#: ../../Zotlabs/Module/Cdav.php:1395 ../../Zotlabs/Module/Connedit.php:945
+#: ../../Zotlabs/Module/Cdav.php:1390 ../../Zotlabs/Module/Connedit.php:946
msgid "Locality"
msgstr "Localidad"
-#: ../../Zotlabs/Module/Cdav.php:1396 ../../Zotlabs/Module/Connedit.php:946
+#: ../../Zotlabs/Module/Cdav.php:1391 ../../Zotlabs/Module/Connedit.php:947
msgid "Region"
msgstr "Provincia, región o estado"
-#: ../../Zotlabs/Module/Cdav.php:1397 ../../Zotlabs/Module/Connedit.php:947
+#: ../../Zotlabs/Module/Cdav.php:1392 ../../Zotlabs/Module/Connedit.php:948
msgid "ZIP Code"
msgstr "Código postal"
-#: ../../Zotlabs/Module/Cdav.php:1398 ../../Zotlabs/Module/Profiles.php:757
-#: ../../Zotlabs/Module/Connedit.php:948
+#: ../../Zotlabs/Module/Cdav.php:1393 ../../Zotlabs/Module/Profiles.php:759
+#: ../../Zotlabs/Module/Connedit.php:949
msgid "Country"
msgstr "País"
-#: ../../Zotlabs/Module/Cdav.php:1445
+#: ../../Zotlabs/Module/Cdav.php:1452
msgid "Default Calendar"
msgstr "Calendario por defecto"
-#: ../../Zotlabs/Module/Cdav.php:1456
+#: ../../Zotlabs/Module/Cdav.php:1463
msgid "Default Addressbook"
msgstr "Agenda de direcciones por defecto"
@@ -9532,36 +9641,32 @@ msgstr "La información privada remota no está disponible."
msgid "Visible to:"
msgstr "Visible para:"
-#: ../../Zotlabs/Module/Item.php:382
-msgid "Unable to locate original post."
-msgstr "No ha sido posible encontrar la entrada original."
-
-#: ../../Zotlabs/Module/Item.php:668
+#: ../../Zotlabs/Module/Item.php:634
msgid "Empty post discarded."
msgstr "La entrada vacía ha sido desechada."
-#: ../../Zotlabs/Module/Item.php:1077
+#: ../../Zotlabs/Module/Item.php:1086
msgid "Duplicate post suppressed."
msgstr "Se ha suprimido la entrada duplicada."
-#: ../../Zotlabs/Module/Item.php:1222
+#: ../../Zotlabs/Module/Item.php:1231
msgid "System error. Post not saved."
msgstr "Error del sistema. La entrada no se ha podido salvar."
-#: ../../Zotlabs/Module/Item.php:1252
+#: ../../Zotlabs/Module/Item.php:1265
msgid "Your comment is awaiting approval."
msgstr "Su comentario está pendiente de aprobación."
-#: ../../Zotlabs/Module/Item.php:1369
+#: ../../Zotlabs/Module/Item.php:1382
msgid "Unable to obtain post information from database."
msgstr "No ha sido posible obtener información de la entrada en la base de datos."
-#: ../../Zotlabs/Module/Item.php:1376
+#: ../../Zotlabs/Module/Item.php:1389
#, php-format
msgid "You have reached your limit of %1$.0f top level posts."
msgstr "Ha alcanzado su límite de %1$.0f entradas en la página principal."
-#: ../../Zotlabs/Module/Item.php:1383
+#: ../../Zotlabs/Module/Item.php:1396
#, php-format
msgid "You have reached your limit of %1$.0f webpages."
msgstr "Ha alcanzado su límite de %1$.0f páginas web."
@@ -9592,7 +9697,7 @@ msgid "Menu Item Permissions"
msgstr "Permisos del elemento del menú"
#: ../../Zotlabs/Module/Mitem.php:168 ../../Zotlabs/Module/Mitem.php:247
-#: ../../Zotlabs/Module/Settings/Channel.php:526
+#: ../../Zotlabs/Module/Settings/Channel.php:527
msgid "(click to open/close)"
msgstr "(pulsar para abrir o cerrar)"
@@ -9696,24 +9801,24 @@ msgstr "Texto del enlace"
msgid "vcard"
msgstr "vcard"
-#: ../../Zotlabs/Module/Sharedwithme.php:103
+#: ../../Zotlabs/Module/Sharedwithme.php:105
msgid "Files: shared with me"
msgstr "Ficheros: compartidos conmigo"
-#: ../../Zotlabs/Module/Sharedwithme.php:105
+#: ../../Zotlabs/Module/Sharedwithme.php:107
msgid "NEW"
msgstr "NUEVO"
-#: ../../Zotlabs/Module/Sharedwithme.php:107
+#: ../../Zotlabs/Module/Sharedwithme.php:109
#: ../../Zotlabs/Storage/Browser.php:294
msgid "Last Modified"
msgstr "Última modificación"
-#: ../../Zotlabs/Module/Sharedwithme.php:108
+#: ../../Zotlabs/Module/Sharedwithme.php:110
msgid "Remove all files"
msgstr "Eliminar todos los ficheros"
-#: ../../Zotlabs/Module/Sharedwithme.php:109
+#: ../../Zotlabs/Module/Sharedwithme.php:111
msgid "Remove this file"
msgstr "Eliminar este fichero"
@@ -9721,23 +9826,23 @@ msgstr "Eliminar este fichero"
msgid "Documentation Search"
msgstr "Búsqueda de Documentación"
-#: ../../Zotlabs/Module/Help.php:82
+#: ../../Zotlabs/Module/Help.php:85
msgid "Administrators"
msgstr "Administradores"
-#: ../../Zotlabs/Module/Help.php:83
+#: ../../Zotlabs/Module/Help.php:86
msgid "Developers"
msgstr "Desarrolladores"
-#: ../../Zotlabs/Module/Help.php:84
+#: ../../Zotlabs/Module/Help.php:87
msgid "Tutorials"
msgstr "Tutoriales"
-#: ../../Zotlabs/Module/Help.php:95
+#: ../../Zotlabs/Module/Help.php:98
msgid "$Projectname Documentation"
msgstr "Documentación de $Projectname"
-#: ../../Zotlabs/Module/Help.php:96
+#: ../../Zotlabs/Module/Help.php:99
msgid "Contents"
msgstr "Contenidos"
@@ -9860,56 +9965,46 @@ msgstr "Eliminar etiqueta del elemento."
msgid "Select a tag to remove: "
msgstr "Seleccionar una etiqueta para eliminar:"
-#: ../../Zotlabs/Module/Connect.php:73 ../../Zotlabs/Module/Connect.php:135
+#: ../../Zotlabs/Module/Connect.php:65 ../../Zotlabs/Module/Connect.php:118
msgid "Continue"
msgstr "Continuar"
-#: ../../Zotlabs/Module/Connect.php:104
-msgid "Premium Channel App"
-msgstr "App Canal premium"
-
-#: ../../Zotlabs/Module/Connect.php:105
-msgid ""
-"Allows you to set restrictions and terms on those that connect with your "
-"channel"
-msgstr "Le permite configurar restricciones y normas de uso a aquellos que conectan con su canal"
-
-#: ../../Zotlabs/Module/Connect.php:116
+#: ../../Zotlabs/Module/Connect.php:99
msgid "Premium Channel Setup"
msgstr "Configuración del canal premium"
-#: ../../Zotlabs/Module/Connect.php:118
+#: ../../Zotlabs/Module/Connect.php:101
msgid "Enable premium channel connection restrictions"
msgstr "Habilitar restricciones de conexión del canal premium"
-#: ../../Zotlabs/Module/Connect.php:119
+#: ../../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/Connect.php:121 ../../Zotlabs/Module/Connect.php:141
+#: ../../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/Connect.php:122
+#: ../../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/Connect.php:123 ../../Zotlabs/Module/Connect.php:144
+#: ../../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/Connect.php:132
+#: ../../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/Connect.php:140
+#: ../../Zotlabs/Module/Connect.php:123
msgid "Restricted or Premium Channel"
msgstr "Canal premium o restringido"
@@ -9925,16 +10020,16 @@ msgstr "Por favor, recargue la página"
msgid "Unknown error"
msgstr "Error desconocido"
-#: ../../Zotlabs/Module/Share.php:103 ../../Zotlabs/Lib/Activity.php:1671
+#: ../../Zotlabs/Module/Share.php:104 ../../Zotlabs/Lib/Activity.php:2068
#, php-format
msgid "&#x1f501; Repeated %1$s's %2$s"
msgstr "&#x1f501; Repetidos %2$sde %1$s"
-#: ../../Zotlabs/Module/Share.php:119
+#: ../../Zotlabs/Module/Share.php:120
msgid "Post repeated"
msgstr "Entrada repetida"
-#: ../../Zotlabs/Module/Acl.php:360
+#: ../../Zotlabs/Module/Acl.php:361
msgid "network"
msgstr "red"
@@ -9946,11 +10041,11 @@ msgstr "El elemento no es editable"
msgid "Edit post"
msgstr "Editar la entrada"
-#: ../../Zotlabs/Module/Tagger.php:48
+#: ../../Zotlabs/Module/Tagger.php:50
msgid "Post not found."
msgstr "Mensaje no encontrado."
-#: ../../Zotlabs/Module/Tagger.php:119
+#: ../../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"
@@ -10029,9 +10124,9 @@ msgstr "Instantánea de pantalla"
#: ../../Zotlabs/Module/Admin/Themes.php:122
#: ../../Zotlabs/Module/Admin/Themes.php:156
-#: ../../Zotlabs/Module/Admin/Security.php:92
+#: ../../Zotlabs/Module/Admin/Security.php:98
#: ../../Zotlabs/Module/Admin/Accounts.php:166
-#: ../../Zotlabs/Module/Admin/Site.php:287
+#: ../../Zotlabs/Module/Admin/Site.php:285
#: ../../Zotlabs/Module/Admin/Logs.php:82
#: ../../Zotlabs/Module/Admin/Channels.php:145
#: ../../Zotlabs/Module/Admin/Addons.php:342
@@ -10072,127 +10167,139 @@ msgstr "Bloquear la funcionalidad %s"
msgid "Manage Additional Features"
msgstr "Gestionar las funcionalidades"
-#: ../../Zotlabs/Module/Admin/Security.php:83
+#: ../../Zotlabs/Module/Admin/Security.php:89
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/Admin/Security.php:86
+#: ../../Zotlabs/Module/Admin/Security.php:92
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/Admin/Security.php:87
+#: ../../Zotlabs/Module/Admin/Security.php:93
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/Admin/Security.php:88
+#: ../../Zotlabs/Module/Admin/Security.php:94
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/Security.php:95
+#: ../../Zotlabs/Module/Admin/Security.php:101
msgid "Block public"
msgstr "Bloquear páginas públicas"
-#: ../../Zotlabs/Module/Admin/Security.php:95
+#: ../../Zotlabs/Module/Admin/Security.php:101
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/Security.php:96
+#: ../../Zotlabs/Module/Admin/Security.php:102
msgid "Provide a cloud root directory"
msgstr "Proporcionar un directorio raíz de la nube"
-#: ../../Zotlabs/Module/Admin/Security.php:96
+#: ../../Zotlabs/Module/Admin/Security.php:102
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/Security.php:97
+#: ../../Zotlabs/Module/Admin/Security.php:103
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/Security.php:98
+#: ../../Zotlabs/Module/Admin/Security.php:104
msgid "Set \"Transport Security\" HTTP header"
msgstr "Habilitar \"Seguridad de transporte\" (\"Transport Security\") en la cabecera HTTP"
-#: ../../Zotlabs/Module/Admin/Security.php:99
+#: ../../Zotlabs/Module/Admin/Security.php:105
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/Security.php:100
+#: ../../Zotlabs/Module/Admin/Security.php:106
msgid "Allowed email domains"
msgstr "Se aceptan dominios de correo electrónico"
-#: ../../Zotlabs/Module/Admin/Security.php:100
+#: ../../Zotlabs/Module/Admin/Security.php:106
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/Security.php:101
+#: ../../Zotlabs/Module/Admin/Security.php:107
msgid "Not allowed email domains"
msgstr "No se permiten dominios de correo electrónico"
-#: ../../Zotlabs/Module/Admin/Security.php:101
+#: ../../Zotlabs/Module/Admin/Security.php:107
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/Security.php:102
+#: ../../Zotlabs/Module/Admin/Security.php:108
msgid "Allow communications only from these sites"
msgstr "Permitir la comunicación solo desde estos sitios"
-#: ../../Zotlabs/Module/Admin/Security.php:102
+#: ../../Zotlabs/Module/Admin/Security.php:108
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/Security.php:103
+#: ../../Zotlabs/Module/Admin/Security.php:109
msgid "Block communications from these sites"
msgstr "Bloquear la comunicación desde estos sitios"
-#: ../../Zotlabs/Module/Admin/Security.php:104
+#: ../../Zotlabs/Module/Admin/Security.php:110
msgid "Allow communications only from these channels"
msgstr "Permitir la comunicación solo desde estos canales"
-#: ../../Zotlabs/Module/Admin/Security.php:104
+#: ../../Zotlabs/Module/Admin/Security.php:110
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/Security.php:105
+#: ../../Zotlabs/Module/Admin/Security.php:111
msgid "Block communications from these channels"
msgstr "Bloquear la comunicación desde estos canales"
-#: ../../Zotlabs/Module/Admin/Security.php:106
+#: ../../Zotlabs/Module/Admin/Security.php:112
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/Security.php:107
+#: ../../Zotlabs/Module/Admin/Security.php:113
msgid "Allow unfiltered embedded HTML content only from these domains"
msgstr "Permitir contenido HTML sin filtrar sólo desde estos dominios "
-#: ../../Zotlabs/Module/Admin/Security.php:107
+#: ../../Zotlabs/Module/Admin/Security.php:113
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/Security.php:108
+#: ../../Zotlabs/Module/Admin/Security.php:114
msgid "Block embedded HTML from these domains"
msgstr "Bloquear contenido con HTML incorporado desde estos dominios"
+#: ../../Zotlabs/Module/Admin/Security.php:115
+msgid "Allow SVG thumbnails in file browser"
+msgstr "Permitir miniaturas SVG en el navegador de archivos"
+
+#: ../../Zotlabs/Module/Admin/Security.php:115
+msgid "WARNING: SVG images may contain malicious code."
+msgstr "ADVERTENCIA: Las imágenes SVG pueden contener código malicioso."
+
+#: ../../Zotlabs/Module/Admin/Security.php:116
+msgid "Allow embedded (inline) PDF files"
+msgstr "Permitir ficheros PDF incrustados (en línea)"
+
#: ../../Zotlabs/Module/Admin/Accounts.php:37
#, php-format
msgid "%s account blocked/unblocked"
@@ -10239,12 +10346,12 @@ msgid "No registrations."
msgstr "Sin registros."
#: ../../Zotlabs/Module/Admin/Accounts.php:176
-#: ../../Zotlabs/Module/Connedit.php:636
+#: ../../Zotlabs/Module/Connedit.php:637
msgid "Block"
msgstr "Bloquear"
#: ../../Zotlabs/Module/Admin/Accounts.php:177
-#: ../../Zotlabs/Module/Connedit.php:636
+#: ../../Zotlabs/Module/Connedit.php:637
msgid "Unblock"
msgstr "Desbloquear"
@@ -10284,430 +10391,422 @@ msgid ""
"this site will be permanently deleted!\\n\\nAre you sure?"
msgstr "¡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?"
-#: ../../Zotlabs/Module/Admin/Site.php:161
+#: ../../Zotlabs/Module/Admin/Site.php:159
msgid "Site settings updated."
msgstr "Ajustes del sitio actualizados."
-#: ../../Zotlabs/Module/Admin/Site.php:198
-#: ../../Zotlabs/Module/Settings/Display.php:119
+#: ../../Zotlabs/Module/Admin/Site.php:196
+#: ../../Zotlabs/Module/Settings/Display.php:120
#, php-format
msgid "%s - (Incompatible)"
msgstr "%s - (Incompatible)"
-#: ../../Zotlabs/Module/Admin/Site.php:205
+#: ../../Zotlabs/Module/Admin/Site.php:203
msgid "mobile"
msgstr "móvil"
-#: ../../Zotlabs/Module/Admin/Site.php:207
+#: ../../Zotlabs/Module/Admin/Site.php:205
msgid "experimental"
msgstr "experimental"
-#: ../../Zotlabs/Module/Admin/Site.php:209
+#: ../../Zotlabs/Module/Admin/Site.php:207
msgid "unsupported"
msgstr "no soportado"
-#: ../../Zotlabs/Module/Admin/Site.php:256
+#: ../../Zotlabs/Module/Admin/Site.php:254
msgid "Yes - with approval"
msgstr "Sí - con aprobación"
-#: ../../Zotlabs/Module/Admin/Site.php:262
+#: ../../Zotlabs/Module/Admin/Site.php:260
msgid "My site is not a public server"
msgstr "Mi sitio no es un servidor público"
-#: ../../Zotlabs/Module/Admin/Site.php:263
+#: ../../Zotlabs/Module/Admin/Site.php:261
msgid "My site has paid access only"
msgstr "Mi sitio es un servicio de pago"
-#: ../../Zotlabs/Module/Admin/Site.php:264
+#: ../../Zotlabs/Module/Admin/Site.php:262
msgid "My site has free access only"
msgstr "Mi sitio es un servicio gratuito"
-#: ../../Zotlabs/Module/Admin/Site.php:265
+#: ../../Zotlabs/Module/Admin/Site.php:263
msgid "My site offers free accounts with optional paid upgrades"
msgstr "Mi sitio ofrece cuentas gratuitas con opciones extra de pago"
-#: ../../Zotlabs/Module/Admin/Site.php:279
+#: ../../Zotlabs/Module/Admin/Site.php:277
msgid "Default permission role for new accounts"
msgstr "Permisos de rol por defecto para las nuevas cuentas"
-#: ../../Zotlabs/Module/Admin/Site.php:279
+#: ../../Zotlabs/Module/Admin/Site.php:277
msgid ""
"This role will be used for the first channel created after registration."
msgstr "Este rol se utilizará para el primer canal creado después del registro."
-#: ../../Zotlabs/Module/Admin/Site.php:291
+#: ../../Zotlabs/Module/Admin/Site.php:289
msgid "File upload"
msgstr "Subir fichero"
-#: ../../Zotlabs/Module/Admin/Site.php:292
+#: ../../Zotlabs/Module/Admin/Site.php:290
msgid "Policies"
msgstr "Políticas"
-#: ../../Zotlabs/Module/Admin/Site.php:299
+#: ../../Zotlabs/Module/Admin/Site.php:297
msgid "Banner/Logo"
msgstr "Banner/Logo"
-#: ../../Zotlabs/Module/Admin/Site.php:299
+#: ../../Zotlabs/Module/Admin/Site.php:297
msgid "Unfiltered HTML/CSS/JS is allowed"
msgstr "Se permite HTML/CSS/JS sin filtrar"
-#: ../../Zotlabs/Module/Admin/Site.php:300
+#: ../../Zotlabs/Module/Admin/Site.php:298
msgid "Administrator Information"
msgstr "Información del Administrador"
-#: ../../Zotlabs/Module/Admin/Site.php:300
+#: ../../Zotlabs/Module/Admin/Site.php:298
msgid ""
"Contact information for site administrators. Displayed on siteinfo page. "
"BBCode can be used here"
msgstr "Información de contacto de los administradores del sitio. Visible en la página \"siteinfo\". Se puede usar BBCode"
-#: ../../Zotlabs/Module/Admin/Site.php:301
+#: ../../Zotlabs/Module/Admin/Site.php:299
#: ../../Zotlabs/Module/Siteinfo.php:24
msgid "Site Information"
msgstr "Información sobre el sitio"
-#: ../../Zotlabs/Module/Admin/Site.php:301
+#: ../../Zotlabs/Module/Admin/Site.php:299
msgid ""
"Publicly visible description of this site. Displayed on siteinfo page. "
"BBCode can be used here"
msgstr "Descripción pública de este sitio. Visible en la página \"siteinfo\". Se puede usar BBCode"
-#: ../../Zotlabs/Module/Admin/Site.php:302
+#: ../../Zotlabs/Module/Admin/Site.php:300
msgid "System language"
msgstr "Idioma del sistema"
-#: ../../Zotlabs/Module/Admin/Site.php:303
+#: ../../Zotlabs/Module/Admin/Site.php:301
msgid "System theme"
msgstr "Tema gráfico del sistema"
-#: ../../Zotlabs/Module/Admin/Site.php:303
+#: ../../Zotlabs/Module/Admin/Site.php:301
msgid ""
"Default system theme - may be over-ridden by user profiles - <a href='#' "
"id='cnftheme'>change theme settings</a>"
msgstr "Tema del sistema por defecto - se puede cambiar por cada perfil de usuario - <a href='#' id='cnftheme'>modificar los ajustes del tema</a>"
-#: ../../Zotlabs/Module/Admin/Site.php:306
+#: ../../Zotlabs/Module/Admin/Site.php:304
msgid "Allow Feeds as Connections"
msgstr "Permitir contenidos RSS como conexiones"
-#: ../../Zotlabs/Module/Admin/Site.php:306
+#: ../../Zotlabs/Module/Admin/Site.php:304
msgid "(Heavy system resource usage)"
msgstr "(Uso intenso de los recursos del sistema)"
-#: ../../Zotlabs/Module/Admin/Site.php:307
+#: ../../Zotlabs/Module/Admin/Site.php:305
msgid "Maximum image size"
msgstr "Tamaño máximo de la imagen"
-#: ../../Zotlabs/Module/Admin/Site.php:307
+#: ../../Zotlabs/Module/Admin/Site.php:305
msgid ""
"Maximum size in bytes of uploaded images. Default is 0, which means no "
"limits."
msgstr "Tamaño máximo en bytes de la imagen subida. Por defecto, es 0, lo que significa que no hay límites."
-#: ../../Zotlabs/Module/Admin/Site.php:308
+#: ../../Zotlabs/Module/Admin/Site.php:306
msgid "Does this site allow new member registration?"
msgstr "¿Debe este sitio permitir el registro de nuevos miembros?"
-#: ../../Zotlabs/Module/Admin/Site.php:309
+#: ../../Zotlabs/Module/Admin/Site.php:307
msgid "Invitation only"
msgstr "Solo con una invitación"
-#: ../../Zotlabs/Module/Admin/Site.php:309
+#: ../../Zotlabs/Module/Admin/Site.php:307
msgid ""
"Only allow new member registrations with an invitation code. Above register "
"policy must be set to Yes."
msgstr "Solo se permiten inscripciones de nuevos miembros con un código de invitación. Además, deben aceptarse los términos del registro marcando \"Sí\"."
-#: ../../Zotlabs/Module/Admin/Site.php:310
+#: ../../Zotlabs/Module/Admin/Site.php:308
msgid "Minimum age"
msgstr "Edad mínima"
-#: ../../Zotlabs/Module/Admin/Site.php:310
+#: ../../Zotlabs/Module/Admin/Site.php:308
msgid "Minimum age (in years) for who may register on this site."
msgstr "Edad mínima (en años) para poder registrarse en este sitio."
-#: ../../Zotlabs/Module/Admin/Site.php:311
+#: ../../Zotlabs/Module/Admin/Site.php:309
msgid "Which best describes the types of account offered by this hub?"
msgstr "¿Cómo describiría el tipo de servicio ofrecido por este servidor?"
-#: ../../Zotlabs/Module/Admin/Site.php:311
+#: ../../Zotlabs/Module/Admin/Site.php:309
msgid "This is displayed on the public server site list."
msgstr "Esto se muestra en la lista de sitios de servidores públicos."
-#: ../../Zotlabs/Module/Admin/Site.php:312
+#: ../../Zotlabs/Module/Admin/Site.php:310
msgid "Register text"
msgstr "Texto del registro"
-#: ../../Zotlabs/Module/Admin/Site.php:312
+#: ../../Zotlabs/Module/Admin/Site.php:310
msgid "Will be displayed prominently on the registration page."
msgstr "Se mostrará de forma destacada en la página de registro."
-#: ../../Zotlabs/Module/Admin/Site.php:314
+#: ../../Zotlabs/Module/Admin/Site.php:312
msgid "Site homepage to show visitors (default: login box)"
msgstr "Página personal que se mostrará a los visitantes (por defecto: la página de identificación)"
-#: ../../Zotlabs/Module/Admin/Site.php:314
+#: ../../Zotlabs/Module/Admin/Site.php:312
msgid ""
"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 "ejemplo: 'pubstream' para mostrar el stream público, 'page/sys/home' para mostrar una página web del sistema llamada 'home' o 'include:home.html' para incluir un archivo."
-#: ../../Zotlabs/Module/Admin/Site.php:315
+#: ../../Zotlabs/Module/Admin/Site.php:313
msgid "Preserve site homepage URL"
msgstr "Preservar la dirección de la página personal"
-#: ../../Zotlabs/Module/Admin/Site.php:315
+#: ../../Zotlabs/Module/Admin/Site.php:313
msgid ""
"Present the site homepage in a frame at the original location instead of "
"redirecting"
msgstr "Presenta la página personal del sitio en un marco en la ubicación original, en vez de redirigirla."
-#: ../../Zotlabs/Module/Admin/Site.php:316
+#: ../../Zotlabs/Module/Admin/Site.php:314
msgid "Accounts abandoned after x days"
msgstr "Cuentas abandonadas después de x días"
-#: ../../Zotlabs/Module/Admin/Site.php:316
+#: ../../Zotlabs/Module/Admin/Site.php:314
msgid ""
"Will not waste system resources polling external sites for abandonded "
"accounts. Enter 0 for no time limit."
msgstr "Para evitar consumir recursos del sistema intentando poner al día las cuentas abandonadas. Introduzca 0 para no tener límite de tiempo."
-#: ../../Zotlabs/Module/Admin/Site.php:317
+#: ../../Zotlabs/Module/Admin/Site.php:315
msgid "Allowed friend domains"
msgstr "Dominios amigos permitidos"
-#: ../../Zotlabs/Module/Admin/Site.php:317
+#: ../../Zotlabs/Module/Admin/Site.php:315
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 comas de dominios a los que está permitido establecer relaciones de amistad con este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio."
-#: ../../Zotlabs/Module/Admin/Site.php:318
+#: ../../Zotlabs/Module/Admin/Site.php:316
msgid "Verify Email Addresses"
msgstr "Verificar las direcciones de correo electrónico"
-#: ../../Zotlabs/Module/Admin/Site.php:318
+#: ../../Zotlabs/Module/Admin/Site.php:316
msgid ""
"Check to verify email addresses used in account registration (recommended)."
msgstr "Activar para la verificación de la dirección de correo electrónico en el registro de una cuenta (recomendado)."
-#: ../../Zotlabs/Module/Admin/Site.php:319
+#: ../../Zotlabs/Module/Admin/Site.php:317
msgid "Force publish"
msgstr "Forzar la publicación"
-#: ../../Zotlabs/Module/Admin/Site.php:319
+#: ../../Zotlabs/Module/Admin/Site.php:317
msgid ""
"Check to force all profiles on this site to be listed in the site directory."
msgstr "Intentar forzar todos los perfiles para que sean listados en el directorio de este sitio."
-#: ../../Zotlabs/Module/Admin/Site.php:320
+#: ../../Zotlabs/Module/Admin/Site.php:318
msgid "Import Public Streams"
msgstr "Importar contenido público"
-#: ../../Zotlabs/Module/Admin/Site.php:320
+#: ../../Zotlabs/Module/Admin/Site.php:318
msgid ""
"Import and allow access to public content pulled from other sites. Warning: "
"this content is unmoderated."
msgstr "Importar y permitir acceso al contenido público sacado de otros sitios. Advertencia: este contenido no está moderado, por lo que podría encontrar cosas inapropiadas u ofensivas."
-#: ../../Zotlabs/Module/Admin/Site.php:321
+#: ../../Zotlabs/Module/Admin/Site.php:319
msgid "Site only Public Streams"
msgstr "Solo contenido público en este sitio"
-#: ../../Zotlabs/Module/Admin/Site.php:321
+#: ../../Zotlabs/Module/Admin/Site.php:319
msgid ""
"Allow access to public content originating only from this site if Imported "
"Public Streams are disabled."
msgstr "Permitir el acceso al contenido público originado sólo desde este sitio si los \"streams\" públicos Importados están deshabilitados."
-#: ../../Zotlabs/Module/Admin/Site.php:322
+#: ../../Zotlabs/Module/Admin/Site.php:320
msgid "Allow anybody on the internet to access the Public streams"
msgstr "Permitir que cualquiera en Internet pueda acceder a los \"streams\" públicos"
-#: ../../Zotlabs/Module/Admin/Site.php:322
+#: ../../Zotlabs/Module/Admin/Site.php:320
msgid ""
"Disable to require authentication before viewing. Warning: this content is "
"unmoderated."
msgstr "Desactivar para requerir autenticación antes de la visualización. Advertencia: este contenido no está moderado."
-#: ../../Zotlabs/Module/Admin/Site.php:323
+#: ../../Zotlabs/Module/Admin/Site.php:321
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:323
-#: ../../Zotlabs/Module/Admin/Site.php:324
-#: ../../Zotlabs/Module/Connedit.php:892 ../../Zotlabs/Module/Connedit.php:893
+#: ../../Zotlabs/Module/Admin/Site.php:321
+#: ../../Zotlabs/Module/Admin/Site.php:322
+#: ../../Zotlabs/Module/Connedit.php:893 ../../Zotlabs/Module/Connedit.php:894
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:324
+#: ../../Zotlabs/Module/Admin/Site.php:322
msgid "Do not import Public stream posts with this text"
msgstr "No importar entradas del stream público con este texto "
-#: ../../Zotlabs/Module/Admin/Site.php:327
+#: ../../Zotlabs/Module/Admin/Site.php:325
msgid "Login on Homepage"
msgstr "Iniciar sesión en la página personal"
-#: ../../Zotlabs/Module/Admin/Site.php:327
+#: ../../Zotlabs/Module/Admin/Site.php:325
msgid ""
"Present a login box to visitors on the home page if no other content has "
"been configured."
msgstr "Presentar a los visitantes una casilla de identificación en la página de inicio, si no se ha configurado otro tipo de contenido."
-#: ../../Zotlabs/Module/Admin/Site.php:328
+#: ../../Zotlabs/Module/Admin/Site.php:326
msgid "Enable context help"
msgstr "Habilitar la ayuda contextual"
-#: ../../Zotlabs/Module/Admin/Site.php:328
+#: ../../Zotlabs/Module/Admin/Site.php:326
msgid ""
"Display contextual help for the current page when the help button is "
"pressed."
msgstr "Ver la ayuda contextual para la página actual cuando se pulse el botón de Ayuda."
-#: ../../Zotlabs/Module/Admin/Site.php:330
+#: ../../Zotlabs/Module/Admin/Site.php:328
msgid "Reply-to email address for system generated email."
msgstr "Dirección de respuesta para el correo electrónico generado por el sistema."
-#: ../../Zotlabs/Module/Admin/Site.php:331
+#: ../../Zotlabs/Module/Admin/Site.php:329
msgid "Sender (From) email address for system generated email."
msgstr "Dirección del remitente (From) para el correo electrónico generado por el sistema."
-#: ../../Zotlabs/Module/Admin/Site.php:332
+#: ../../Zotlabs/Module/Admin/Site.php:330
msgid "Name of email sender for system generated email."
msgstr "Nombre del remitente del correo electrónico generado por el sistema."
-#: ../../Zotlabs/Module/Admin/Site.php:334
+#: ../../Zotlabs/Module/Admin/Site.php:332
msgid "Directory Server URL"
msgstr "URL del servidor de directorio"
-#: ../../Zotlabs/Module/Admin/Site.php:334
+#: ../../Zotlabs/Module/Admin/Site.php:332
msgid "Default directory server"
msgstr "Servidor de directorio predeterminado"
-#: ../../Zotlabs/Module/Admin/Site.php:336
+#: ../../Zotlabs/Module/Admin/Site.php:334
msgid "Proxy user"
msgstr "Usuario del proxy"
-#: ../../Zotlabs/Module/Admin/Site.php:337
+#: ../../Zotlabs/Module/Admin/Site.php:335
msgid "Proxy URL"
msgstr "Dirección del proxy"
-#: ../../Zotlabs/Module/Admin/Site.php:338
+#: ../../Zotlabs/Module/Admin/Site.php:336
msgid "Network timeout"
msgstr "Tiempo de espera de la red"
-#: ../../Zotlabs/Module/Admin/Site.php:338
+#: ../../Zotlabs/Module/Admin/Site.php:336
msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
msgstr "Valor en segundos. Poner a 0 para que no haya tiempo límite (no recomendado)"
-#: ../../Zotlabs/Module/Admin/Site.php:339
+#: ../../Zotlabs/Module/Admin/Site.php:337
msgid "Delivery interval"
msgstr "Intervalo de entrega"
-#: ../../Zotlabs/Module/Admin/Site.php:339
+#: ../../Zotlabs/Module/Admin/Site.php:337
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 "Retrasar los procesos de transmisión en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendado: 4-5 para sitios compartidos, 2-3 para servidores virtuales privados, 0-1 para grandes servidores dedicados."
-#: ../../Zotlabs/Module/Admin/Site.php:340
+#: ../../Zotlabs/Module/Admin/Site.php:338
msgid "Deliveries per process"
msgstr "Intentos de envío por proceso"
-#: ../../Zotlabs/Module/Admin/Site.php:340
+#: ../../Zotlabs/Module/Admin/Site.php:338
msgid ""
"Number of deliveries to attempt in a single operating system process. Adjust"
" if necessary to tune system performance. Recommend: 1-5."
msgstr "Numero de envíos a intentar en un único proceso del sistema operativo. Ajustar si es necesario mejorar el rendimiento. Se recomienda: 1-5."
-#: ../../Zotlabs/Module/Admin/Site.php:341
+#: ../../Zotlabs/Module/Admin/Site.php:339
msgid "Queue Threshold"
msgstr "Umbral de la cola de espera"
-#: ../../Zotlabs/Module/Admin/Site.php:341
+#: ../../Zotlabs/Module/Admin/Site.php:339
msgid ""
"Always defer immediate delivery if queue contains more than this number of "
"entries."
msgstr "Aplazar siempre la entrega inmediata si la cola contiene más de este número de entradas."
-#: ../../Zotlabs/Module/Admin/Site.php:342
+#: ../../Zotlabs/Module/Admin/Site.php:340
msgid "Poll interval"
msgstr "Intervalo máximo de tiempo entre dos mensajes sucesivos"
-#: ../../Zotlabs/Module/Admin/Site.php:342
+#: ../../Zotlabs/Module/Admin/Site.php:340
msgid ""
"Delay background polling processes by this many seconds to reduce system "
"load. If 0, use delivery interval."
msgstr "Retrasar el intervalo de envío en segundo plano, en esta cantidad de segundos, para reducir la carga del sistema. Si es 0, usar el intervalo de entrega."
-#: ../../Zotlabs/Module/Admin/Site.php:343
+#: ../../Zotlabs/Module/Admin/Site.php:341
msgid "Path to ImageMagick convert program"
msgstr "Ruta al programa de conversión de ImageMagick"
-#: ../../Zotlabs/Module/Admin/Site.php:343
+#: ../../Zotlabs/Module/Admin/Site.php:341
msgid ""
"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 "Si está configurado, utilice este programa para generar miniaturas de fotos para imágenes de gran tamaño ( > 4000 píxeles en cualquiera de las dos dimensiones), de lo contrario se puede agotar la memoria. Ejemplo: /usr/bin/convert"
-#: ../../Zotlabs/Module/Admin/Site.php:344
-msgid "Allow SVG thumbnails in file browser"
-msgstr "Permitir miniaturas SVG en el navegador de archivos"
-
-#: ../../Zotlabs/Module/Admin/Site.php:344
-msgid "WARNING: SVG images may contain malicious code."
-msgstr "ADVERTENCIA: Las imágenes SVG pueden contener código malicioso."
-
-#: ../../Zotlabs/Module/Admin/Site.php:345
+#: ../../Zotlabs/Module/Admin/Site.php:342
msgid "Maximum Load Average"
msgstr "Carga media máxima"
-#: ../../Zotlabs/Module/Admin/Site.php:345
+#: ../../Zotlabs/Module/Admin/Site.php:342
msgid ""
"Maximum system load before delivery and poll processes are deferred - "
"default 50."
msgstr "Carga máxima del sistema antes de que los procesos de entrega y envío se hayan retardado - por defecto, 50."
-#: ../../Zotlabs/Module/Admin/Site.php:346
+#: ../../Zotlabs/Module/Admin/Site.php:343
msgid "Expiration period in days for imported (grid/network) content"
msgstr "Caducidad del contenido importado de otros sitios (en días)"
-#: ../../Zotlabs/Module/Admin/Site.php:346
+#: ../../Zotlabs/Module/Admin/Site.php:343
msgid "0 for no expiration of imported content"
msgstr "0 para que no caduque el contenido importado"
-#: ../../Zotlabs/Module/Admin/Site.php:347
+#: ../../Zotlabs/Module/Admin/Site.php:344
msgid ""
"Do not expire any posts which have comments less than this many days ago"
msgstr "No caduque ningún mensaje que tenga menos comentarios que este hace muchos días"
-#: ../../Zotlabs/Module/Admin/Site.php:349
+#: ../../Zotlabs/Module/Admin/Site.php:346
msgid ""
"Public servers: Optional landing (marketing) webpage for new registrants"
msgstr "Servidores públicos: Página web de acogida (marketing) opcional para nuevos registros"
-#: ../../Zotlabs/Module/Admin/Site.php:349
+#: ../../Zotlabs/Module/Admin/Site.php:346
#, php-format
msgid "Create this page first. Default is %s/register"
msgstr "Crear esta página primero. Por defecto es %s/register"
-#: ../../Zotlabs/Module/Admin/Site.php:350
+#: ../../Zotlabs/Module/Admin/Site.php:347
msgid "Page to display after creating a new channel"
msgstr "Página a mostrar después de la creación de un nuevo canal"
-#: ../../Zotlabs/Module/Admin/Site.php:350
+#: ../../Zotlabs/Module/Admin/Site.php:347
msgid "Default: profiles"
msgstr "Perfiles predeterminados"
-#: ../../Zotlabs/Module/Admin/Site.php:352
+#: ../../Zotlabs/Module/Admin/Site.php:349
msgid "Optional: site location"
msgstr "Opcional: ubicación del sitio"
-#: ../../Zotlabs/Module/Admin/Site.php:352
+#: ../../Zotlabs/Module/Admin/Site.php:349
msgid "Region or country"
msgstr "Región o país"
@@ -10788,10 +10887,12 @@ msgid "Channel '%s' code disallowed"
msgstr "Código no permitido al canal '%s'"
#: ../../Zotlabs/Module/Admin/Channels.php:150
+#: ../../Zotlabs/Module/Directory.php:360
msgid "Censor"
msgstr "Censurar"
#: ../../Zotlabs/Module/Admin/Channels.php:151
+#: ../../Zotlabs/Module/Directory.php:360
msgid "Uncensor"
msgstr "No censurar"
@@ -11124,7 +11225,7 @@ msgid ""
msgstr "Por defecto, solo la instancia del canal alojado en este servidor será eliminado de la red"
#: ../../Zotlabs/Module/Removeme.php:64
-#: ../../Zotlabs/Module/Settings/Channel.php:594
+#: ../../Zotlabs/Module/Settings/Channel.php:595
msgid "Remove Channel"
msgstr "Eliminar el canal"
@@ -11238,7 +11339,7 @@ msgstr "%d nuevas solicitudes de conexión"
msgid "Delegated Channel"
msgstr "Canal delegado"
-#: ../../Zotlabs/Module/Chanview.php:139
+#: ../../Zotlabs/Module/Chanview.php:128
msgid "toggle full screen mode"
msgstr "cambiar al modo de pantalla completa"
@@ -11258,33 +11359,33 @@ msgstr "Ausente"
msgid "Online"
msgstr "Conectado/a"
-#: ../../Zotlabs/Module/Permcats.php:28
+#: ../../Zotlabs/Module/Permcats.php:29
msgid "Permission category name is required."
msgstr "El nombre de la categoría de permiso es obligatorio."
-#: ../../Zotlabs/Module/Permcats.php:47
+#: ../../Zotlabs/Module/Permcats.php:48
msgid "Permission category saved."
msgstr "Se ha guardado la categoría del permiso."
-#: ../../Zotlabs/Module/Permcats.php:62
+#: ../../Zotlabs/Module/Permcats.php:63
msgid "Permission Categories App"
msgstr "App Categorías de permisos"
-#: ../../Zotlabs/Module/Permcats.php:63
+#: ../../Zotlabs/Module/Permcats.php:64
msgid "Create custom connection permission limits"
msgstr "Crear límites de permisos de conexión personalizados"
-#: ../../Zotlabs/Module/Permcats.php:79
+#: ../../Zotlabs/Module/Permcats.php:80
msgid ""
"Use this form to create permission rules for various classes of people or "
"connections."
msgstr "Utilice este formulario para crear reglas de permiso para varias clases de personas o conexiones."
-#: ../../Zotlabs/Module/Permcats.php:112 ../../Zotlabs/Lib/Apps.php:373
+#: ../../Zotlabs/Module/Permcats.php:113 ../../Zotlabs/Lib/Apps.php:374
msgid "Permission Categories"
msgstr "Tipos de permisos"
-#: ../../Zotlabs/Module/Permcats.php:120
+#: ../../Zotlabs/Module/Permcats.php:121
msgid "Permission category name"
msgstr "Nombre de categoría de permiso"
@@ -11351,11 +11452,11 @@ msgstr "No se puede encontrar su servidor."
msgid "Post successful."
msgstr "Enviado con éxito."
-#: ../../Zotlabs/Module/Moderate.php:65
+#: ../../Zotlabs/Module/Moderate.php:67
msgid "Comment approved"
msgstr "El comentario ha sido aprobado"
-#: ../../Zotlabs/Module/Moderate.php:69
+#: ../../Zotlabs/Module/Moderate.php:71
msgid "Comment deleted"
msgstr "Se ha eliminado el comentario"
@@ -11466,11 +11567,11 @@ msgid ""
" please import or restore these in date order (oldest first)."
msgstr "Estos ficheros pueden ser importados o restaurados visitando <a href=\"%1$s\">%2$s</a> o cualquier sitio que contenga su canal. Para obtener los mejores resultados, por favor, importar o restaurar estos ficheros en orden de fecha (la más antigua primero)."
-#: ../../Zotlabs/Module/Display.php:396
+#: ../../Zotlabs/Module/Display.php:401
msgid "Article"
msgstr "Artículo"
-#: ../../Zotlabs/Module/Display.php:448
+#: ../../Zotlabs/Module/Display.php:453
msgid "Item has been removed."
msgstr "Se ha eliminado el elemento."
@@ -11548,42 +11649,51 @@ msgstr "Validar"
msgid "Hub not found."
msgstr "Servidor no encontrado"
-#: ../../Zotlabs/Module/Ping.php:337
+#: ../../Zotlabs/Module/Ping.php:337 ../../Zotlabs/Lib/Enotify.php:948
msgid "sent you a private message"
msgstr "le ha enviado un mensaje privado"
-#: ../../Zotlabs/Module/Ping.php:393
+#: ../../Zotlabs/Module/Ping.php:393 ../../Zotlabs/Lib/Enotify.php:914
msgid "added your channel"
msgstr "añadió este canal a sus conexiones"
-#: ../../Zotlabs/Module/Ping.php:418
+#: ../../Zotlabs/Module/Ping.php:418 ../../Zotlabs/Lib/Enotify.php:986
msgid "requires approval"
msgstr "requiere aprobación"
-#: ../../Zotlabs/Module/Ping.php:428
+#: ../../Zotlabs/Module/Ping.php:428 ../../Zotlabs/Lib/Enotify.php:957
msgid "g A l F d"
msgstr "g A l d F"
-#: ../../Zotlabs/Module/Ping.php:446
+#: ../../Zotlabs/Module/Ping.php:446 ../../Zotlabs/Lib/Enotify.php:960
msgid "[today]"
msgstr "[hoy]"
-#: ../../Zotlabs/Module/Ping.php:456
+#: ../../Zotlabs/Module/Ping.php:456 ../../Zotlabs/Lib/Enotify.php:970
msgid "posted an event"
msgstr "publicó un evento"
-#: ../../Zotlabs/Module/Ping.php:490
+#: ../../Zotlabs/Module/Ping.php:490 ../../Zotlabs/Lib/Enotify.php:829
+#: ../../Zotlabs/Lib/Enotify.php:931
msgid "shared a file with you"
msgstr "compartió un archivo con usted"
-#: ../../Zotlabs/Module/Ping.php:672
+#: ../../Zotlabs/Module/Ping.php:672 ../../Zotlabs/Module/Sse_bs.php:510
msgid "Private forum"
msgstr "Foro privado"
-#: ../../Zotlabs/Module/Ping.php:672
+#: ../../Zotlabs/Module/Ping.php:672 ../../Zotlabs/Module/Sse_bs.php:510
msgid "Public forum"
msgstr "Foro público"
+#: ../../Zotlabs/Module/Dircensor.php:42
+msgid "Entry censored"
+msgstr "Entrada censurada"
+
+#: ../../Zotlabs/Module/Dircensor.php:45
+msgid "Entry uncensored"
+msgstr "Entrada sin censurar"
+
#: ../../Zotlabs/Module/Service_limits.php:23
msgid "No service class restrictions found."
msgstr "No se han encontrado restricciones sobre esta clase de servicio."
@@ -11596,7 +11706,7 @@ msgstr "App Estados de ánimo"
msgid "Set your current mood and tell your friends"
msgstr "Describir su estado de ánimo para comunicárselo a sus amigos"
-#: ../../Zotlabs/Module/Mood.php:154 ../../Zotlabs/Lib/Apps.php:349
+#: ../../Zotlabs/Module/Mood.php:154 ../../Zotlabs/Lib/Apps.php:350
msgid "Mood"
msgstr "Estado de ánimo"
@@ -11758,90 +11868,90 @@ msgstr "Crear fichas de planificación personal"
msgid "Add Card"
msgstr "Añadir una ficha"
-#: ../../Zotlabs/Module/Directory.php:116
+#: ../../Zotlabs/Module/Directory.php:120
msgid "No default suggestions were found."
msgstr "No se encontraron sugerencias por defecto."
-#: ../../Zotlabs/Module/Directory.php:270
+#: ../../Zotlabs/Module/Directory.php:280
#, php-format
msgid "%d rating"
msgid_plural "%d ratings"
msgstr[0] "%d valoración"
msgstr[1] "%d valoraciones"
-#: ../../Zotlabs/Module/Directory.php:281
+#: ../../Zotlabs/Module/Directory.php:291
msgid "Gender: "
msgstr "Género:"
-#: ../../Zotlabs/Module/Directory.php:283
+#: ../../Zotlabs/Module/Directory.php:293
msgid "Status: "
msgstr "Estado:"
-#: ../../Zotlabs/Module/Directory.php:285
+#: ../../Zotlabs/Module/Directory.php:295
msgid "Homepage: "
msgstr "Página personal:"
-#: ../../Zotlabs/Module/Directory.php:345
+#: ../../Zotlabs/Module/Directory.php:358
msgid "Description:"
msgstr "Descripción:"
-#: ../../Zotlabs/Module/Directory.php:354
+#: ../../Zotlabs/Module/Directory.php:369
msgid "Public Forum:"
msgstr "Foro público:"
-#: ../../Zotlabs/Module/Directory.php:357
+#: ../../Zotlabs/Module/Directory.php:372
msgid "Keywords: "
msgstr "Palabras clave:"
-#: ../../Zotlabs/Module/Directory.php:360
+#: ../../Zotlabs/Module/Directory.php:375
msgid "Don't suggest"
msgstr "No sugerir:"
-#: ../../Zotlabs/Module/Directory.php:362
+#: ../../Zotlabs/Module/Directory.php:377
msgid "Common connections (estimated):"
msgstr "Conexiones comunes (estimadas): "
-#: ../../Zotlabs/Module/Directory.php:411
+#: ../../Zotlabs/Module/Directory.php:426
msgid "Global Directory"
msgstr "Directorio global:"
-#: ../../Zotlabs/Module/Directory.php:411
+#: ../../Zotlabs/Module/Directory.php:426
msgid "Local Directory"
msgstr "Directorio local:"
-#: ../../Zotlabs/Module/Directory.php:417
+#: ../../Zotlabs/Module/Directory.php:432
msgid "Finding:"
msgstr "Encontrar:"
-#: ../../Zotlabs/Module/Directory.php:422
+#: ../../Zotlabs/Module/Directory.php:437
msgid "next page"
msgstr "siguiente página"
-#: ../../Zotlabs/Module/Directory.php:422
+#: ../../Zotlabs/Module/Directory.php:437
msgid "previous page"
msgstr "página anterior"
-#: ../../Zotlabs/Module/Directory.php:423
+#: ../../Zotlabs/Module/Directory.php:438
msgid "Sort options"
msgstr "Ordenar opciones"
-#: ../../Zotlabs/Module/Directory.php:424
+#: ../../Zotlabs/Module/Directory.php:439
msgid "Alphabetic"
msgstr "Alfabético"
-#: ../../Zotlabs/Module/Directory.php:425
+#: ../../Zotlabs/Module/Directory.php:440
msgid "Reverse Alphabetic"
msgstr "Alfabético inverso"
-#: ../../Zotlabs/Module/Directory.php:426
+#: ../../Zotlabs/Module/Directory.php:441
msgid "Newest to Oldest"
msgstr "De más nuevo a más antiguo"
-#: ../../Zotlabs/Module/Directory.php:427
+#: ../../Zotlabs/Module/Directory.php:442
msgid "Oldest to Newest"
msgstr "De más antiguo a más nuevo"
-#: ../../Zotlabs/Module/Directory.php:444
+#: ../../Zotlabs/Module/Directory.php:459
msgid "No entries (some entries may be hidden)."
msgstr "Sin entradas (algunas entradas pueden estar ocultas)."
@@ -11900,96 +12010,108 @@ msgstr "Token de validación"
msgid "Item not available."
msgstr "Elemento no disponible"
-#: ../../Zotlabs/Module/Profile_photo.php:91
-#: ../../Zotlabs/Module/Cover_photo.php:83
+#: ../../Zotlabs/Module/Vote.php:40
+msgid "Poll not found."
+msgstr "Encuesta no encontrada."
+
+#: ../../Zotlabs/Module/Vote.php:71
+msgid "Invalid response."
+msgstr "respuesta no válida."
+
+#: ../../Zotlabs/Module/Vote.php:132
+msgid "Response submitted. Updates may not appear instantly."
+msgstr "Respuesta enviada. Las actualizaciones pueden no aparecer al instante."
+
+#: ../../Zotlabs/Module/Profile_photo.php:93
+#: ../../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:164
-#: ../../Zotlabs/Module/Cover_photo.php:210
+#: ../../Zotlabs/Module/Profile_photo.php:166
+#: ../../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:294
-#: ../../Zotlabs/Module/Cover_photo.php:263
+#: ../../Zotlabs/Module/Profile_photo.php:296
+#: ../../Zotlabs/Module/Cover_photo.php:265
msgid "Image upload failed."
msgstr "La carga de la imagen ha fallado."
-#: ../../Zotlabs/Module/Profile_photo.php:313
-#: ../../Zotlabs/Module/Cover_photo.php:280
+#: ../../Zotlabs/Module/Profile_photo.php:315
+#: ../../Zotlabs/Module/Cover_photo.php:282
msgid "Unable to process image."
msgstr "No ha sido posible procesar la imagen."
-#: ../../Zotlabs/Module/Profile_photo.php:377
-#: ../../Zotlabs/Module/Profile_photo.php:429
-#: ../../Zotlabs/Module/Cover_photo.php:373
-#: ../../Zotlabs/Module/Cover_photo.php:388
+#: ../../Zotlabs/Module/Profile_photo.php:379
+#: ../../Zotlabs/Module/Profile_photo.php:431
+#: ../../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:493
+#: ../../Zotlabs/Module/Profile_photo.php:495
msgid ""
"Your default profile photo is visible to anybody on the internet. Profile "
"photos for alternate profiles will inherit the permissions of the profile"
msgstr "Su foto de perfil predeterminada es visible para cualquiera en Internet. Las fotos de perfil para perfiles alternativos heredarán los permisos del predeterminado."
-#: ../../Zotlabs/Module/Profile_photo.php:493
+#: ../../Zotlabs/Module/Profile_photo.php:495
msgid ""
"Your profile photo is visible to anybody on the internet and may be "
"distributed to other websites."
msgstr "La foto de su perfil es visible para cualquiera en Internet y puede ser distribuida en otros sitios web."
-#: ../../Zotlabs/Module/Profile_photo.php:495
-#: ../../Zotlabs/Module/Cover_photo.php:426
+#: ../../Zotlabs/Module/Profile_photo.php:497
+#: ../../Zotlabs/Module/Cover_photo.php:420
msgid "Upload File:"
msgstr "Subir fichero:"
-#: ../../Zotlabs/Module/Profile_photo.php:496
-#: ../../Zotlabs/Module/Cover_photo.php:427
+#: ../../Zotlabs/Module/Profile_photo.php:498
+#: ../../Zotlabs/Module/Cover_photo.php:421
msgid "Select a profile:"
msgstr "Seleccionar un perfil:"
-#: ../../Zotlabs/Module/Profile_photo.php:497
+#: ../../Zotlabs/Module/Profile_photo.php:499
msgid "Use Photo for Profile"
msgstr "Usar la fotografía para el perfil"
-#: ../../Zotlabs/Module/Profile_photo.php:497
+#: ../../Zotlabs/Module/Profile_photo.php:499
msgid "Change Profile Photo"
msgstr "Cambiar la foto del perfil"
-#: ../../Zotlabs/Module/Profile_photo.php:498
+#: ../../Zotlabs/Module/Profile_photo.php:500
msgid "Use"
msgstr "Usar"
-#: ../../Zotlabs/Module/Profile_photo.php:503
-#: ../../Zotlabs/Module/Profile_photo.php:504
-#: ../../Zotlabs/Module/Cover_photo.php:432
-#: ../../Zotlabs/Module/Cover_photo.php:433
+#: ../../Zotlabs/Module/Profile_photo.php:505
+#: ../../Zotlabs/Module/Profile_photo.php:506
+#: ../../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:509
-#: ../../Zotlabs/Module/Cover_photo.php:438 ../../Zotlabs/Module/Wiki.php:405
+#: ../../Zotlabs/Module/Profile_photo.php:511
+#: ../../Zotlabs/Module/Cover_photo.php:432 ../../Zotlabs/Module/Wiki.php:405
msgid "Choose a different album"
msgstr "Elegir un álbum diferente..."
-#: ../../Zotlabs/Module/Profile_photo.php:514
-#: ../../Zotlabs/Module/Cover_photo.php:444
+#: ../../Zotlabs/Module/Profile_photo.php:516
+#: ../../Zotlabs/Module/Cover_photo.php:438
msgid "Select existing photo"
msgstr "Seleccionar una foto"
-#: ../../Zotlabs/Module/Profile_photo.php:533
-#: ../../Zotlabs/Module/Cover_photo.php:461
+#: ../../Zotlabs/Module/Profile_photo.php:535
+#: ../../Zotlabs/Module/Cover_photo.php:455
msgid "Crop Image"
msgstr "Recortar imagen"
-#: ../../Zotlabs/Module/Profile_photo.php:534
-#: ../../Zotlabs/Module/Cover_photo.php:462
+#: ../../Zotlabs/Module/Profile_photo.php:536
+#: ../../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:536
-#: ../../Zotlabs/Module/Cover_photo.php:464
+#: ../../Zotlabs/Module/Profile_photo.php:538
+#: ../../Zotlabs/Module/Cover_photo.php:458
msgid "Done Editing"
msgstr "Edición completada"
@@ -12005,7 +12127,7 @@ msgstr "Escriba un nombre de carpeta"
msgid "or select an existing folder (doubleclick)"
msgstr "o seleccione una (con un doble click)"
-#: ../../Zotlabs/Module/Filer.php:54 ../../Zotlabs/Lib/ThreadItem.php:182
+#: ../../Zotlabs/Module/Filer.php:54 ../../Zotlabs/Lib/ThreadItem.php:184
msgid "Save to Folder"
msgstr "Guardar en carpeta"
@@ -12102,218 +12224,218 @@ msgstr "Archivadas"
msgid "Not connected at this location"
msgstr "No está conectado/a en esta ubicación"
-#: ../../Zotlabs/Module/Connections.php:296
+#: ../../Zotlabs/Module/Connections.php:318
#, php-format
msgid "%1$s [%2$s]"
msgstr "%1$s [%2$s]"
-#: ../../Zotlabs/Module/Connections.php:297
+#: ../../Zotlabs/Module/Connections.php:319
msgid "Edit connection"
msgstr "Editar conexión"
-#: ../../Zotlabs/Module/Connections.php:299
+#: ../../Zotlabs/Module/Connections.php:321
msgid "Delete connection"
msgstr "Eliminar conexión"
-#: ../../Zotlabs/Module/Connections.php:308
+#: ../../Zotlabs/Module/Connections.php:330
msgid "Channel address"
msgstr "Dirección del canal"
-#: ../../Zotlabs/Module/Connections.php:313
+#: ../../Zotlabs/Module/Connections.php:335
msgid "Call"
msgstr "Llamar"
-#: ../../Zotlabs/Module/Connections.php:315
+#: ../../Zotlabs/Module/Connections.php:337
msgid "Status"
msgstr "Estado"
-#: ../../Zotlabs/Module/Connections.php:317
+#: ../../Zotlabs/Module/Connections.php:339
msgid "Connected"
msgstr "Conectado/a"
-#: ../../Zotlabs/Module/Connections.php:319
+#: ../../Zotlabs/Module/Connections.php:341
msgid "Approve connection"
msgstr "Aprobar esta conexión"
-#: ../../Zotlabs/Module/Connections.php:321
+#: ../../Zotlabs/Module/Connections.php:343
msgid "Ignore connection"
msgstr "Ignorar esta conexión"
-#: ../../Zotlabs/Module/Connections.php:322
-#: ../../Zotlabs/Module/Connedit.php:644
+#: ../../Zotlabs/Module/Connections.php:344
+#: ../../Zotlabs/Module/Connedit.php:645
msgid "Ignore"
msgstr "Ignorar"
-#: ../../Zotlabs/Module/Connections.php:323
+#: ../../Zotlabs/Module/Connections.php:345
msgid "Recent activity"
msgstr "Actividad reciente"
-#: ../../Zotlabs/Module/Connections.php:328
+#: ../../Zotlabs/Module/Connections.php:351
msgid "Connect at this location"
msgstr "Conectar en esta ubicación "
-#: ../../Zotlabs/Module/Connections.php:356
+#: ../../Zotlabs/Module/Connections.php:379
msgid "Search your connections"
msgstr "Buscar sus conexiones"
-#: ../../Zotlabs/Module/Connections.php:357
+#: ../../Zotlabs/Module/Connections.php:380
msgid "Connections search"
msgstr "Buscar conexiones"
-#: ../../Zotlabs/Module/Cover_photo.php:194
-#: ../../Zotlabs/Module/Cover_photo.php:252
+#: ../../Zotlabs/Module/Cover_photo.php:196
+#: ../../Zotlabs/Module/Cover_photo.php:254
msgid "Cover Photos"
msgstr "Imágenes de portada del perfil"
-#: ../../Zotlabs/Module/Cover_photo.php:424
+#: ../../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/Cover_photo.php:428
+#: ../../Zotlabs/Module/Cover_photo.php:422
msgid "Change Cover Photo"
msgstr "Cambiar la foto de portada del perfil"
-#: ../../Zotlabs/Module/Photos.php:78
+#: ../../Zotlabs/Module/Photos.php:80
msgid "Page owner information could not be retrieved."
msgstr "La información del propietario de la página no pudo ser recuperada."
-#: ../../Zotlabs/Module/Photos.php:94 ../../Zotlabs/Module/Photos.php:113
+#: ../../Zotlabs/Module/Photos.php:96 ../../Zotlabs/Module/Photos.php:115
msgid "Album not found."
msgstr "Álbum no encontrado."
-#: ../../Zotlabs/Module/Photos.php:103
+#: ../../Zotlabs/Module/Photos.php:105
msgid "Delete Album"
msgstr "Borrar álbum"
-#: ../../Zotlabs/Module/Photos.php:174 ../../Zotlabs/Module/Photos.php:1056
+#: ../../Zotlabs/Module/Photos.php:176 ../../Zotlabs/Module/Photos.php:1058
msgid "Delete Photo"
msgstr "Borrar foto"
-#: ../../Zotlabs/Module/Photos.php:527
+#: ../../Zotlabs/Module/Photos.php:529
msgid "No photos selected"
msgstr "No hay fotos seleccionadas"
-#: ../../Zotlabs/Module/Photos.php:576
+#: ../../Zotlabs/Module/Photos.php:578
msgid "Access to this item is restricted."
msgstr "El acceso a este elemento está restringido."
-#: ../../Zotlabs/Module/Photos.php:619
+#: ../../Zotlabs/Module/Photos.php:621
#, php-format
msgid "%1$.2f MB of %2$.2f MB photo storage used."
msgstr "%1$.2f MB de %2$.2f MB de almacenamiento de fotos utilizado."
-#: ../../Zotlabs/Module/Photos.php:622
+#: ../../Zotlabs/Module/Photos.php:624
#, php-format
msgid "%1$.2f MB photo storage used."
msgstr "%1$.2f MB de almacenamiento de fotos utilizado."
-#: ../../Zotlabs/Module/Photos.php:664
+#: ../../Zotlabs/Module/Photos.php:666
msgid "Upload Photos"
msgstr "Subir fotos"
-#: ../../Zotlabs/Module/Photos.php:668
+#: ../../Zotlabs/Module/Photos.php:670
msgid "Enter an album name"
msgstr "Introducir un nombre de álbum"
-#: ../../Zotlabs/Module/Photos.php:669
+#: ../../Zotlabs/Module/Photos.php:671
msgid "or select an existing album (doubleclick)"
msgstr "o seleccionar un álbum (con un doble click)"
-#: ../../Zotlabs/Module/Photos.php:670
+#: ../../Zotlabs/Module/Photos.php:672
msgid "Create a status post for this upload"
msgstr "Crear un mensaje de estado para esta subida"
-#: ../../Zotlabs/Module/Photos.php:672
+#: ../../Zotlabs/Module/Photos.php:674
msgid "Description (optional)"
msgstr "Descripción (opcional)"
-#: ../../Zotlabs/Module/Photos.php:758
+#: ../../Zotlabs/Module/Photos.php:760
msgid "Show Newest First"
msgstr "Mostrar lo más reciente primero"
-#: ../../Zotlabs/Module/Photos.php:760
+#: ../../Zotlabs/Module/Photos.php:762
msgid "Show Oldest First"
msgstr "Mostrar lo más antiguo primero"
-#: ../../Zotlabs/Module/Photos.php:817 ../../Zotlabs/Module/Photos.php:1363
+#: ../../Zotlabs/Module/Photos.php:819 ../../Zotlabs/Module/Photos.php:1363
msgid "Add Photos"
msgstr "Añadir fotos"
-#: ../../Zotlabs/Module/Photos.php:865
+#: ../../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:867
+#: ../../Zotlabs/Module/Photos.php:869
msgid "Photo not available"
msgstr "Foto no disponible"
-#: ../../Zotlabs/Module/Photos.php:925
+#: ../../Zotlabs/Module/Photos.php:927
msgid "Use as profile photo"
msgstr "Usar como foto del perfil"
-#: ../../Zotlabs/Module/Photos.php:926
+#: ../../Zotlabs/Module/Photos.php:928
msgid "Use as cover photo"
msgstr "Usar como imagen de portada del perfil"
-#: ../../Zotlabs/Module/Photos.php:933
+#: ../../Zotlabs/Module/Photos.php:935
msgid "Private Photo"
msgstr "Foto privada"
-#: ../../Zotlabs/Module/Photos.php:948
+#: ../../Zotlabs/Module/Photos.php:950
msgid "View Full Size"
msgstr "Ver tamaño completo"
-#: ../../Zotlabs/Module/Photos.php:1030
+#: ../../Zotlabs/Module/Photos.php:1032
msgid "Edit photo"
msgstr "Editar foto"
-#: ../../Zotlabs/Module/Photos.php:1032
+#: ../../Zotlabs/Module/Photos.php:1034
msgid "Rotate CW (right)"
msgstr "Girar CW (a la derecha)"
-#: ../../Zotlabs/Module/Photos.php:1033
+#: ../../Zotlabs/Module/Photos.php:1035
msgid "Rotate CCW (left)"
msgstr "Girar CCW (a la izquierda)"
-#: ../../Zotlabs/Module/Photos.php:1036
+#: ../../Zotlabs/Module/Photos.php:1038
msgid "Move photo to album"
msgstr "Mover la foto a un álbum"
-#: ../../Zotlabs/Module/Photos.php:1037
+#: ../../Zotlabs/Module/Photos.php:1039
msgid "Enter a new album name"
msgstr "Introducir un nuevo nombre de álbum"
-#: ../../Zotlabs/Module/Photos.php:1038
+#: ../../Zotlabs/Module/Photos.php:1040
msgid "or select an existing one (doubleclick)"
msgstr "o seleccionar un álbum (con un doble click)"
-#: ../../Zotlabs/Module/Photos.php:1043
+#: ../../Zotlabs/Module/Photos.php:1045
msgid "Add a Tag"
msgstr "Añadir una etiqueta"
-#: ../../Zotlabs/Module/Photos.php:1051
+#: ../../Zotlabs/Module/Photos.php:1053
msgid "Example: @bob, @Barbara_Jensen, @jim@example.com"
msgstr "Ejemplos: @eva, @Carmen_Osuna, @jaime@ejemplo.com"
-#: ../../Zotlabs/Module/Photos.php:1054
+#: ../../Zotlabs/Module/Photos.php:1056
msgid "Flag as adult in album view"
msgstr "Marcar como \"solo para adultos\" en el álbum"
-#: ../../Zotlabs/Module/Photos.php:1073 ../../Zotlabs/Lib/ThreadItem.php:307
+#: ../../Zotlabs/Module/Photos.php:1075 ../../Zotlabs/Lib/ThreadItem.php:317
msgid "I like this (toggle)"
msgstr "Me gusta (cambiar)"
-#: ../../Zotlabs/Module/Photos.php:1074 ../../Zotlabs/Lib/ThreadItem.php:308
+#: ../../Zotlabs/Module/Photos.php:1076 ../../Zotlabs/Lib/ThreadItem.php:318
msgid "I don't like this (toggle)"
msgstr "No me gusta esto (cambiar)"
-#: ../../Zotlabs/Module/Photos.php:1093 ../../Zotlabs/Module/Photos.php:1212
-#: ../../Zotlabs/Lib/ThreadItem.php:793
+#: ../../Zotlabs/Module/Photos.php:1094 ../../Zotlabs/Module/Photos.php:1212
+#: ../../Zotlabs/Lib/ThreadItem.php:822
msgid "This is you"
msgstr "Este es usted"
#: ../../Zotlabs/Module/Photos.php:1131 ../../Zotlabs/Module/Photos.php:1143
-#: ../../Zotlabs/Lib/ThreadItem.php:232 ../../Zotlabs/Lib/ThreadItem.php:244
+#: ../../Zotlabs/Lib/ThreadItem.php:238 ../../Zotlabs/Lib/ThreadItem.php:250
msgid "View all"
msgstr "Ver todo"
@@ -12329,12 +12451,12 @@ msgstr "En esta foto:"
msgid "Map"
msgstr "Mapa"
-#: ../../Zotlabs/Module/Photos.php:1268 ../../Zotlabs/Lib/ThreadItem.php:457
+#: ../../Zotlabs/Module/Photos.php:1268 ../../Zotlabs/Lib/ThreadItem.php:489
msgctxt "noun"
msgid "Likes"
msgstr "Me gusta"
-#: ../../Zotlabs/Module/Photos.php:1269 ../../Zotlabs/Lib/ThreadItem.php:458
+#: ../../Zotlabs/Module/Photos.php:1269 ../../Zotlabs/Lib/ThreadItem.php:490
msgctxt "noun"
msgid "Dislikes"
msgstr "No me gusta"
@@ -12363,7 +12485,7 @@ msgid ""
"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/Lostpass.php:91 ../../boot.php:1683
+#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1707
msgid "Password Reset"
msgstr "Restablecer la contraseña"
@@ -12408,11 +12530,11 @@ msgstr "Introduzca y envíe su dirección de correo electrónico para el restabl
msgid "Email Address"
msgstr "Dirección de correo electrónico"
-#: ../../Zotlabs/Module/Lostpass.php:133 ../../Zotlabs/Module/Pdledit.php:77
+#: ../../Zotlabs/Module/Lostpass.php:133 ../../Zotlabs/Module/Pdledit.php:78
msgid "Reset"
msgstr "Reiniciar"
-#: ../../Zotlabs/Module/Follow.php:36
+#: ../../Zotlabs/Module/Follow.php:93
msgid "Connection added."
msgstr "Se ha incorporado una conexión."
@@ -12430,248 +12552,248 @@ msgid ""
"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/Profiles.php:24 ../../Zotlabs/Module/Profiles.php:184
-#: ../../Zotlabs/Module/Profiles.php:241 ../../Zotlabs/Module/Profiles.php:659
+#: ../../Zotlabs/Module/Profiles.php:26 ../../Zotlabs/Module/Profiles.php:186
+#: ../../Zotlabs/Module/Profiles.php:243 ../../Zotlabs/Module/Profiles.php:661
msgid "Profile not found."
msgstr "Perfil no encontrado."
-#: ../../Zotlabs/Module/Profiles.php:44
+#: ../../Zotlabs/Module/Profiles.php:46
msgid "Profile deleted."
msgstr "Perfil eliminado."
-#: ../../Zotlabs/Module/Profiles.php:68 ../../Zotlabs/Module/Profiles.php:105
+#: ../../Zotlabs/Module/Profiles.php:70 ../../Zotlabs/Module/Profiles.php:107
msgid "Profile-"
msgstr "Perfil-"
-#: ../../Zotlabs/Module/Profiles.php:90 ../../Zotlabs/Module/Profiles.php:127
+#: ../../Zotlabs/Module/Profiles.php:92 ../../Zotlabs/Module/Profiles.php:129
msgid "New profile created."
msgstr "El nuevo perfil ha sido creado."
-#: ../../Zotlabs/Module/Profiles.php:111
+#: ../../Zotlabs/Module/Profiles.php:113
msgid "Profile unavailable to clone."
msgstr "Perfil no disponible para clonar."
-#: ../../Zotlabs/Module/Profiles.php:146
+#: ../../Zotlabs/Module/Profiles.php:148
msgid "Profile unavailable to export."
msgstr "Perfil no disponible para exportar."
-#: ../../Zotlabs/Module/Profiles.php:252
+#: ../../Zotlabs/Module/Profiles.php:254
msgid "Profile Name is required."
msgstr "Se necesita el nombre del perfil."
-#: ../../Zotlabs/Module/Profiles.php:459
+#: ../../Zotlabs/Module/Profiles.php:461
msgid "Marital Status"
msgstr "Estado civil"
-#: ../../Zotlabs/Module/Profiles.php:463
+#: ../../Zotlabs/Module/Profiles.php:465
msgid "Romantic Partner"
msgstr "Pareja sentimental"
-#: ../../Zotlabs/Module/Profiles.php:467 ../../Zotlabs/Module/Profiles.php:772
+#: ../../Zotlabs/Module/Profiles.php:469 ../../Zotlabs/Module/Profiles.php:774
msgid "Likes"
msgstr "Me gusta"
-#: ../../Zotlabs/Module/Profiles.php:471 ../../Zotlabs/Module/Profiles.php:773
+#: ../../Zotlabs/Module/Profiles.php:473 ../../Zotlabs/Module/Profiles.php:775
msgid "Dislikes"
msgstr "No me gusta"
-#: ../../Zotlabs/Module/Profiles.php:475 ../../Zotlabs/Module/Profiles.php:780
+#: ../../Zotlabs/Module/Profiles.php:477 ../../Zotlabs/Module/Profiles.php:782
msgid "Work/Employment"
msgstr "Trabajo:"
-#: ../../Zotlabs/Module/Profiles.php:478
+#: ../../Zotlabs/Module/Profiles.php:480
msgid "Religion"
msgstr "Religión"
-#: ../../Zotlabs/Module/Profiles.php:482
+#: ../../Zotlabs/Module/Profiles.php:484
msgid "Political Views"
msgstr "Ideas políticas"
-#: ../../Zotlabs/Module/Profiles.php:490
+#: ../../Zotlabs/Module/Profiles.php:492
msgid "Sexual Preference"
msgstr "Preferencia sexual"
-#: ../../Zotlabs/Module/Profiles.php:494
+#: ../../Zotlabs/Module/Profiles.php:496
msgid "Homepage"
msgstr "Página personal"
-#: ../../Zotlabs/Module/Profiles.php:498
+#: ../../Zotlabs/Module/Profiles.php:500
msgid "Interests"
msgstr "Intereses"
-#: ../../Zotlabs/Module/Profiles.php:594
+#: ../../Zotlabs/Module/Profiles.php:596
msgid "Profile updated."
msgstr "Perfil actualizado."
-#: ../../Zotlabs/Module/Profiles.php:678
+#: ../../Zotlabs/Module/Profiles.php:680
msgid "Hide your connections list from viewers of this profile"
msgstr "Ocultar la lista de conexiones a los visitantes del perfil"
-#: ../../Zotlabs/Module/Profiles.php:722
+#: ../../Zotlabs/Module/Profiles.php:724
msgid "Edit Profile Details"
msgstr "Modificar los detalles de este perfil"
-#: ../../Zotlabs/Module/Profiles.php:724
+#: ../../Zotlabs/Module/Profiles.php:726
msgid "View this profile"
msgstr "Ver este perfil"
-#: ../../Zotlabs/Module/Profiles.php:726
+#: ../../Zotlabs/Module/Profiles.php:728
msgid "Profile Tools"
msgstr "Gestión del perfil"
-#: ../../Zotlabs/Module/Profiles.php:727
+#: ../../Zotlabs/Module/Profiles.php:729
msgid "Change cover photo"
msgstr "Cambiar la imagen de portada del perfil"
-#: ../../Zotlabs/Module/Profiles.php:729
+#: ../../Zotlabs/Module/Profiles.php:731
msgid "Create a new profile using these settings"
msgstr "Crear un nuevo perfil usando estos ajustes"
-#: ../../Zotlabs/Module/Profiles.php:730
+#: ../../Zotlabs/Module/Profiles.php:732
msgid "Clone this profile"
msgstr "Clonar este perfil"
-#: ../../Zotlabs/Module/Profiles.php:731
+#: ../../Zotlabs/Module/Profiles.php:733
msgid "Delete this profile"
msgstr "Eliminar este perfil"
-#: ../../Zotlabs/Module/Profiles.php:732
+#: ../../Zotlabs/Module/Profiles.php:734
msgid "Add profile things"
msgstr "Añadir cosas al perfil"
-#: ../../Zotlabs/Module/Profiles.php:733
+#: ../../Zotlabs/Module/Profiles.php:735
msgid "Personal"
msgstr "Personales"
-#: ../../Zotlabs/Module/Profiles.php:735
+#: ../../Zotlabs/Module/Profiles.php:737
msgid "Relationship"
msgstr "Relación"
-#: ../../Zotlabs/Module/Profiles.php:738
+#: ../../Zotlabs/Module/Profiles.php:740
msgid "Import profile from file"
msgstr "Importar perfil desde un fichero"
-#: ../../Zotlabs/Module/Profiles.php:739
+#: ../../Zotlabs/Module/Profiles.php:741
msgid "Export profile to file"
msgstr "Exportar perfil a un fichero"
-#: ../../Zotlabs/Module/Profiles.php:740
+#: ../../Zotlabs/Module/Profiles.php:742
msgid "Your gender"
msgstr "Género"
-#: ../../Zotlabs/Module/Profiles.php:741
+#: ../../Zotlabs/Module/Profiles.php:743
msgid "Marital status"
msgstr "Estado civil"
-#: ../../Zotlabs/Module/Profiles.php:742
+#: ../../Zotlabs/Module/Profiles.php:744
msgid "Sexual preference"
msgstr "Preferencia sexual"
-#: ../../Zotlabs/Module/Profiles.php:745
+#: ../../Zotlabs/Module/Profiles.php:747
msgid "Profile name"
msgstr "Nombre del perfil"
-#: ../../Zotlabs/Module/Profiles.php:747
+#: ../../Zotlabs/Module/Profiles.php:749
msgid "This is your default profile."
msgstr "Este es su perfil principal."
-#: ../../Zotlabs/Module/Profiles.php:749
+#: ../../Zotlabs/Module/Profiles.php:751
msgid "Your full name"
msgstr "Nombre completo"
-#: ../../Zotlabs/Module/Profiles.php:750
+#: ../../Zotlabs/Module/Profiles.php:752
msgid "Title/Description"
msgstr "Título o descripción"
-#: ../../Zotlabs/Module/Profiles.php:753
+#: ../../Zotlabs/Module/Profiles.php:755
msgid "Street address"
msgstr "Dirección"
-#: ../../Zotlabs/Module/Profiles.php:754
+#: ../../Zotlabs/Module/Profiles.php:756
msgid "Locality/City"
msgstr "Ciudad"
-#: ../../Zotlabs/Module/Profiles.php:755
+#: ../../Zotlabs/Module/Profiles.php:757
msgid "Region/State"
msgstr "Región o Estado"
-#: ../../Zotlabs/Module/Profiles.php:756
+#: ../../Zotlabs/Module/Profiles.php:758
msgid "Postal/Zip code"
msgstr "Código postal"
-#: ../../Zotlabs/Module/Profiles.php:762
+#: ../../Zotlabs/Module/Profiles.php:764
msgid "Who (if applicable)"
msgstr "Quién (si es pertinente)"
-#: ../../Zotlabs/Module/Profiles.php:762
+#: ../../Zotlabs/Module/Profiles.php:764
msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
msgstr "Por ejemplo: ana123, María González, sara@ejemplo.com"
-#: ../../Zotlabs/Module/Profiles.php:763
+#: ../../Zotlabs/Module/Profiles.php:765
msgid "Since (date)"
msgstr "Desde (fecha)"
-#: ../../Zotlabs/Module/Profiles.php:766
+#: ../../Zotlabs/Module/Profiles.php:768
msgid "Tell us about yourself"
msgstr "Háblenos de usted"
-#: ../../Zotlabs/Module/Profiles.php:768
+#: ../../Zotlabs/Module/Profiles.php:770
msgid "Hometown"
msgstr "Lugar de nacimiento"
-#: ../../Zotlabs/Module/Profiles.php:769
+#: ../../Zotlabs/Module/Profiles.php:771
msgid "Political views"
msgstr "Ideas políticas"
-#: ../../Zotlabs/Module/Profiles.php:770
+#: ../../Zotlabs/Module/Profiles.php:772
msgid "Religious views"
msgstr "Creencias religiosas"
-#: ../../Zotlabs/Module/Profiles.php:771
+#: ../../Zotlabs/Module/Profiles.php:773
msgid "Keywords used in directory listings"
msgstr "Palabras clave utilizadas en los listados de directorios"
-#: ../../Zotlabs/Module/Profiles.php:771
+#: ../../Zotlabs/Module/Profiles.php:773
msgid "Example: fishing photography software"
msgstr "Por ejemplo: software de fotografía submarina"
-#: ../../Zotlabs/Module/Profiles.php:774
+#: ../../Zotlabs/Module/Profiles.php:776
msgid "Musical interests"
msgstr "Preferencias musicales"
-#: ../../Zotlabs/Module/Profiles.php:775
+#: ../../Zotlabs/Module/Profiles.php:777
msgid "Books, literature"
msgstr "Libros, literatura"
-#: ../../Zotlabs/Module/Profiles.php:776
+#: ../../Zotlabs/Module/Profiles.php:778
msgid "Television"
msgstr "Televisión"
-#: ../../Zotlabs/Module/Profiles.php:777
+#: ../../Zotlabs/Module/Profiles.php:779
msgid "Film/Dance/Culture/Entertainment"
msgstr "Cine, danza, cultura, entretenimiento"
-#: ../../Zotlabs/Module/Profiles.php:778
+#: ../../Zotlabs/Module/Profiles.php:780
msgid "Hobbies/Interests"
msgstr "Aficiones o intereses"
-#: ../../Zotlabs/Module/Profiles.php:779
+#: ../../Zotlabs/Module/Profiles.php:781
msgid "Love/Romance"
msgstr "Vida sentimental o amorosa"
-#: ../../Zotlabs/Module/Profiles.php:781
+#: ../../Zotlabs/Module/Profiles.php:783
msgid "School/Education"
msgstr "Estudios"
-#: ../../Zotlabs/Module/Profiles.php:782
+#: ../../Zotlabs/Module/Profiles.php:784
msgid "Contact information and social networks"
msgstr "Información de contacto y redes sociales"
-#: ../../Zotlabs/Module/Profiles.php:783
+#: ../../Zotlabs/Module/Profiles.php:785
msgid "My other channels"
msgstr "Mis otros canales"
-#: ../../Zotlabs/Module/Profiles.php:785
+#: ../../Zotlabs/Module/Profiles.php:787
msgid "Communications"
msgstr "Comunicaciones"
@@ -12791,10 +12913,6 @@ msgstr "Enviar invitaciones"
msgid "Enter email addresses, one per line:"
msgstr "Introduzca las direcciones de correo electrónico, una por línea:"
-#: ../../Zotlabs/Module/Invite.php:157 ../../Zotlabs/Module/Mail.php:289
-msgid "Your message:"
-msgstr "Su mensaje:"
-
#: ../../Zotlabs/Module/Invite.php:158
msgid "Please join my community on $Projectname."
msgstr "Por favor, únase a mi comunidad en $Projectname."
@@ -12820,11 +12938,11 @@ msgstr "o visitar"
msgid "3. Click [Connect]"
msgstr "3. Pulse [conectar]"
-#: ../../Zotlabs/Module/Notes.php:56
+#: ../../Zotlabs/Module/Notes.php:57
msgid "Notes App"
msgstr "App Notas"
-#: ../../Zotlabs/Module/Notes.php:57
+#: ../../Zotlabs/Module/Notes.php:58
msgid "A simple notes app with a widget (note: notes are not encrypted)"
msgstr "Una simple aplicación de notas con un widget (aviso: las notas no están encriptadas)"
@@ -12836,101 +12954,6 @@ msgstr "Búsqueda de canales"
msgid "Lookup xchan beginning with (or webbie): "
msgstr "Buscar un canal (o un \"webbie\") que comience por:"
-#: ../../Zotlabs/Module/Mail.php:77
-msgid "Unable to lookup recipient."
-msgstr "No se puede asociar a un destinatario."
-
-#: ../../Zotlabs/Module/Mail.php:84
-msgid "Unable to communicate with requested channel."
-msgstr "No se puede establecer la comunicación con el canal solicitado."
-
-#: ../../Zotlabs/Module/Mail.php:91
-msgid "Cannot verify requested channel."
-msgstr "No se puede verificar el canal solicitado."
-
-#: ../../Zotlabs/Module/Mail.php:109
-msgid "Selected channel has private message restrictions. Send failed."
-msgstr "El canal seleccionado tiene restricciones sobre los mensajes privados. El envío falló."
-
-#: ../../Zotlabs/Module/Mail.php:164
-msgid "Messages"
-msgstr "Mensajes"
-
-#: ../../Zotlabs/Module/Mail.php:177
-msgid "message"
-msgstr "mensaje"
-
-#: ../../Zotlabs/Module/Mail.php:218
-msgid "Message recalled."
-msgstr "Mensaje revocado."
-
-#: ../../Zotlabs/Module/Mail.php:231
-msgid "Conversation removed."
-msgstr "Conversación eliminada."
-
-#: ../../Zotlabs/Module/Mail.php:246 ../../Zotlabs/Module/Mail.php:367
-msgid "Expires YYYY-MM-DD HH:MM"
-msgstr "Caduca YYYY-MM-DD HH:MM"
-
-#: ../../Zotlabs/Module/Mail.php:274
-msgid "Requested channel is not in this network"
-msgstr "El canal solicitado no existe en esta red"
-
-#: ../../Zotlabs/Module/Mail.php:282
-msgid "Send Private Message"
-msgstr "Enviar un mensaje privado"
-
-#: ../../Zotlabs/Module/Mail.php:283 ../../Zotlabs/Module/Mail.php:426
-msgid "To:"
-msgstr "Para:"
-
-#: ../../Zotlabs/Module/Mail.php:286 ../../Zotlabs/Module/Mail.php:428
-msgid "Subject:"
-msgstr "Asunto:"
-
-#: ../../Zotlabs/Module/Mail.php:291 ../../Zotlabs/Module/Mail.php:434
-msgid "Attach file"
-msgstr "Adjuntar fichero"
-
-#: ../../Zotlabs/Module/Mail.php:293
-msgid "Send"
-msgstr "Enviar"
-
-#: ../../Zotlabs/Module/Mail.php:397
-msgid "Delete message"
-msgstr "Borrar mensaje"
-
-#: ../../Zotlabs/Module/Mail.php:398
-msgid "Delivery report"
-msgstr "Informe de transmisión"
-
-#: ../../Zotlabs/Module/Mail.php:399
-msgid "Recall message"
-msgstr "Revocar el mensaje"
-
-#: ../../Zotlabs/Module/Mail.php:401
-msgid "Message has been recalled."
-msgstr "El mensaje ha sido revocado."
-
-#: ../../Zotlabs/Module/Mail.php:419
-msgid "Delete Conversation"
-msgstr "Eliminar conversación"
-
-#: ../../Zotlabs/Module/Mail.php:421
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Comunicación segura no disponible. Pero <strong>puede</strong> responder desde la página del perfil del remitente."
-
-#: ../../Zotlabs/Module/Mail.php:425
-msgid "Send Reply"
-msgstr "Responder"
-
-#: ../../Zotlabs/Module/Mail.php:430
-#, php-format
-msgid "Your message for %s (%s):"
-msgstr "Su mensaje para %s (%s):"
-
#: ../../Zotlabs/Module/Affinity.php:35
msgid "Affinity Tool settings updated."
msgstr "Actualización de los ajustes de Affinity Tool."
@@ -13000,404 +13023,411 @@ msgstr "Valoración (esta información es pública)"
msgid "Optionally explain your rating (this information is public)"
msgstr "Opcionalmente puede explicar su valoración (esta información es pública)"
-#: ../../Zotlabs/Module/Settings/Network.php:41
-#: ../../Zotlabs/Module/Settings/Channel_home.php:44
+#: ../../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/Settings/Network.php:43
-#: ../../Zotlabs/Module/Settings/Channel_home.php:46
+#: ../../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/Settings/Network.php:58
+#: ../../Zotlabs/Module/Settings/Network.php:59
msgid "Stream Settings"
msgstr "Ajustes del stream"
-#: ../../Zotlabs/Module/Settings/Features.php:43
+#: ../../Zotlabs/Module/Settings/Features.php:45
msgid "Additional Features"
msgstr "Funcionalidades"
-#: ../../Zotlabs/Module/Settings/Channel.php:327
+#: ../../Zotlabs/Module/Settings/Channel.php:328
msgid "Nobody except yourself"
msgstr "Nadie excepto usted"
-#: ../../Zotlabs/Module/Settings/Channel.php:328
+#: ../../Zotlabs/Module/Settings/Channel.php:329
msgid "Only those you specifically allow"
msgstr "Solo aquellos a los que usted permita explícitamente"
-#: ../../Zotlabs/Module/Settings/Channel.php:329
+#: ../../Zotlabs/Module/Settings/Channel.php:330
msgid "Approved connections"
msgstr "Conexiones aprobadas"
-#: ../../Zotlabs/Module/Settings/Channel.php:330
+#: ../../Zotlabs/Module/Settings/Channel.php:331
msgid "Any connections"
msgstr "Cualquier conexión"
-#: ../../Zotlabs/Module/Settings/Channel.php:331
+#: ../../Zotlabs/Module/Settings/Channel.php:332
msgid "Anybody on this website"
msgstr "Cualquiera en este sitio web"
-#: ../../Zotlabs/Module/Settings/Channel.php:332
+#: ../../Zotlabs/Module/Settings/Channel.php:333
msgid "Anybody in this network"
msgstr "Cualquiera en esta red"
-#: ../../Zotlabs/Module/Settings/Channel.php:333
+#: ../../Zotlabs/Module/Settings/Channel.php:334
msgid "Anybody authenticated"
msgstr "Cualquiera que esté autenticado"
-#: ../../Zotlabs/Module/Settings/Channel.php:334
+#: ../../Zotlabs/Module/Settings/Channel.php:335
msgid "Anybody on the internet"
msgstr "Cualquiera en internet"
-#: ../../Zotlabs/Module/Settings/Channel.php:409
+#: ../../Zotlabs/Module/Settings/Channel.php:410
msgid "Publish your default profile in the network directory"
msgstr "Publicar su perfil principal en el directorio de la red"
-#: ../../Zotlabs/Module/Settings/Channel.php:414
+#: ../../Zotlabs/Module/Settings/Channel.php:415
msgid "Allow us to suggest you as a potential friend to new members?"
msgstr "¿Nos permite sugerirle como amigo potencial a los nuevos miembros?"
-#: ../../Zotlabs/Module/Settings/Channel.php:418
+#: ../../Zotlabs/Module/Settings/Channel.php:419
msgid "or"
msgstr "o"
-#: ../../Zotlabs/Module/Settings/Channel.php:427
+#: ../../Zotlabs/Module/Settings/Channel.php:428
msgid "Your channel address is"
msgstr "Su dirección de canal es"
-#: ../../Zotlabs/Module/Settings/Channel.php:430
+#: ../../Zotlabs/Module/Settings/Channel.php:431
msgid "Your files/photos are accessible via WebDAV at"
msgstr "Sus archivos y fotos son accesibles a través de WebDAV en "
-#: ../../Zotlabs/Module/Settings/Channel.php:470
+#: ../../Zotlabs/Module/Settings/Channel.php:471
msgid "Automatic membership approval"
msgstr "Aprobación automática de nuevos miembros"
-#: ../../Zotlabs/Module/Settings/Channel.php:470
-#: ../../Zotlabs/Module/Defperms.php:255
+#: ../../Zotlabs/Module/Settings/Channel.php:471
+#: ../../Zotlabs/Module/Defperms.php:256
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/Settings/Channel.php:491
+#: ../../Zotlabs/Module/Settings/Channel.php:492
msgid "Channel Settings"
msgstr "Ajustes del canal"
-#: ../../Zotlabs/Module/Settings/Channel.php:498
+#: ../../Zotlabs/Module/Settings/Channel.php:499
msgid "Basic Settings"
msgstr "Configuración básica"
-#: ../../Zotlabs/Module/Settings/Channel.php:500
+#: ../../Zotlabs/Module/Settings/Channel.php:501
#: ../../Zotlabs/Module/Settings/Account.php:104
msgid "Email Address:"
msgstr "Dirección de correo electrónico:"
-#: ../../Zotlabs/Module/Settings/Channel.php:501
+#: ../../Zotlabs/Module/Settings/Channel.php:502
msgid "Your Timezone:"
msgstr "Su huso horario:"
-#: ../../Zotlabs/Module/Settings/Channel.php:502
+#: ../../Zotlabs/Module/Settings/Channel.php:503
msgid "Default Post Location:"
msgstr "Localización geográfica predeterminada para sus publicaciones:"
-#: ../../Zotlabs/Module/Settings/Channel.php:502
+#: ../../Zotlabs/Module/Settings/Channel.php:503
msgid "Geographical location to display on your posts"
msgstr "Localización geográfica que debe mostrarse en sus publicaciones"
-#: ../../Zotlabs/Module/Settings/Channel.php:503
+#: ../../Zotlabs/Module/Settings/Channel.php:504
msgid "Use Browser Location:"
msgstr "Usar la localización geográfica del navegador:"
-#: ../../Zotlabs/Module/Settings/Channel.php:505
+#: ../../Zotlabs/Module/Settings/Channel.php:506
msgid "Adult Content"
msgstr "Contenido solo para adultos"
-#: ../../Zotlabs/Module/Settings/Channel.php:505
+#: ../../Zotlabs/Module/Settings/Channel.php:506
msgid ""
"This channel frequently or regularly publishes adult content. (Please tag "
"any adult material and/or nudity with #NSFW)"
msgstr "Este canal publica contenido solo para adultos con frecuencia o regularmente. (Por favor etiquete cualquier material para adultos con la etiqueta #NSFW)"
-#: ../../Zotlabs/Module/Settings/Channel.php:507
+#: ../../Zotlabs/Module/Settings/Channel.php:508
msgid "Security and Privacy Settings"
msgstr "Configuración de seguridad y privacidad"
-#: ../../Zotlabs/Module/Settings/Channel.php:509
+#: ../../Zotlabs/Module/Settings/Channel.php:510
msgid "Your permissions are already configured. Click to view/adjust"
msgstr "Sus permisos ya están configurados. Pulse para ver/ajustar"
-#: ../../Zotlabs/Module/Settings/Channel.php:511
+#: ../../Zotlabs/Module/Settings/Channel.php:512
msgid "Hide my online presence"
msgstr "Ocultar mi presencia en línea"
-#: ../../Zotlabs/Module/Settings/Channel.php:511
+#: ../../Zotlabs/Module/Settings/Channel.php:512
msgid "Prevents displaying in your profile that you are online"
msgstr "Evitar mostrar en su perfil que está en línea"
-#: ../../Zotlabs/Module/Settings/Channel.php:513
+#: ../../Zotlabs/Module/Settings/Channel.php:514
msgid "Simple Privacy Settings:"
msgstr "Configuración de privacidad sencilla:"
-#: ../../Zotlabs/Module/Settings/Channel.php:514
+#: ../../Zotlabs/Module/Settings/Channel.php:515
msgid ""
"Very Public - <em>extremely permissive (should be used with caution)</em>"
msgstr "Muy Público - <em>extremadamente permisivo (debería ser usado con precaución)</em>"
-#: ../../Zotlabs/Module/Settings/Channel.php:515
+#: ../../Zotlabs/Module/Settings/Channel.php:516
msgid ""
"Typical - <em>default public, privacy when desired (similar to social "
"network permissions but with improved privacy)</em>"
msgstr "Típico - <em>por defecto público, privado cuando se desee (similar a los permisos de una red social pero con privacidad mejorada)</em>"
-#: ../../Zotlabs/Module/Settings/Channel.php:516
+#: ../../Zotlabs/Module/Settings/Channel.php:517
msgid "Private - <em>default private, never open or public</em>"
msgstr "Privado - <em>por defecto, privado, nunca abierto o público</em>"
-#: ../../Zotlabs/Module/Settings/Channel.php:517
+#: ../../Zotlabs/Module/Settings/Channel.php:518
msgid "Blocked - <em>default blocked to/from everybody</em>"
msgstr "Bloqueado - <em>por defecto, bloqueado/a para cualquiera</em>"
-#: ../../Zotlabs/Module/Settings/Channel.php:519
+#: ../../Zotlabs/Module/Settings/Channel.php:520
msgid "Allow others to tag your posts"
msgstr "Permitir a otros etiquetar sus publicaciones"
-#: ../../Zotlabs/Module/Settings/Channel.php:519
+#: ../../Zotlabs/Module/Settings/Channel.php:520
msgid ""
"Often used by the community to retro-actively flag inappropriate content"
msgstr "A menudo usado por la comunidad para marcar contenido inapropiado de forma retroactiva."
-#: ../../Zotlabs/Module/Settings/Channel.php:521
+#: ../../Zotlabs/Module/Settings/Channel.php:522
msgid "Channel Permission Limits"
msgstr "Límites de los permisos del canal"
-#: ../../Zotlabs/Module/Settings/Channel.php:523
+#: ../../Zotlabs/Module/Settings/Channel.php:524
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/Settings/Channel.php:523
+#: ../../Zotlabs/Module/Settings/Channel.php:524
msgid "0 or blank to use the website limit."
msgstr "0 o en blanco para usar el límite del sitio web."
-#: ../../Zotlabs/Module/Settings/Channel.php:523
+#: ../../Zotlabs/Module/Settings/Channel.php:524
#, php-format
msgid "This website expires after %d days."
msgstr "Este sitio web caduca después de %d días."
-#: ../../Zotlabs/Module/Settings/Channel.php:523
+#: ../../Zotlabs/Module/Settings/Channel.php:524
msgid "This website does not expire imported content."
msgstr "Este sitio web no caduca el contenido importado."
-#: ../../Zotlabs/Module/Settings/Channel.php:523
+#: ../../Zotlabs/Module/Settings/Channel.php:524
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/Settings/Channel.php:524
+#: ../../Zotlabs/Module/Settings/Channel.php:525
msgid "Maximum Friend Requests/Day:"
msgstr "Máximo de solicitudes de amistad por día:"
-#: ../../Zotlabs/Module/Settings/Channel.php:524
+#: ../../Zotlabs/Module/Settings/Channel.php:525
msgid "May reduce spam activity"
msgstr "Podría reducir la actividad de spam"
-#: ../../Zotlabs/Module/Settings/Channel.php:525
+#: ../../Zotlabs/Module/Settings/Channel.php:526
msgid "Default Privacy Group"
msgstr "Grupo de canales predeterminado"
-#: ../../Zotlabs/Module/Settings/Channel.php:527
+#: ../../Zotlabs/Module/Settings/Channel.php:528
msgid "Use my default audience setting for the type of object published"
msgstr "Usar los ajustes de mi audiencia predeterminada para el tipo de publicación"
-#: ../../Zotlabs/Module/Settings/Channel.php:536
+#: ../../Zotlabs/Module/Settings/Channel.php:537
msgid "Default permissions category"
msgstr "Categoría de permisos por defecto"
-#: ../../Zotlabs/Module/Settings/Channel.php:542
+#: ../../Zotlabs/Module/Settings/Channel.php:543
msgid "Maximum private messages per day from unknown people:"
msgstr "Máximo de mensajes privados por día de gente desconocida:"
-#: ../../Zotlabs/Module/Settings/Channel.php:542
+#: ../../Zotlabs/Module/Settings/Channel.php:543
msgid "Useful to reduce spamming"
msgstr "Útil para reducir el envío de correo no deseado"
-#: ../../Zotlabs/Module/Settings/Channel.php:545
+#: ../../Zotlabs/Module/Settings/Channel.php:546
#: ../../Zotlabs/Lib/Enotify.php:68
msgid "Notification Settings"
msgstr "Configuración de las notificaciones"
-#: ../../Zotlabs/Module/Settings/Channel.php:546
+#: ../../Zotlabs/Module/Settings/Channel.php:547
msgid "By default post a status message when:"
msgstr "Por defecto, enviar un mensaje de estado cuando:"
-#: ../../Zotlabs/Module/Settings/Channel.php:547
+#: ../../Zotlabs/Module/Settings/Channel.php:548
msgid "accepting a friend request"
msgstr "Acepte una solicitud de amistad"
-#: ../../Zotlabs/Module/Settings/Channel.php:548
+#: ../../Zotlabs/Module/Settings/Channel.php:549
msgid "joining a forum/community"
msgstr "al unirse a un foro o comunidad"
-#: ../../Zotlabs/Module/Settings/Channel.php:549
+#: ../../Zotlabs/Module/Settings/Channel.php:550
msgid "making an <em>interesting</em> profile change"
msgstr "Realice un cambio <em>interesante</em> en su perfil"
-#: ../../Zotlabs/Module/Settings/Channel.php:550
+#: ../../Zotlabs/Module/Settings/Channel.php:551
msgid "Send a notification email when:"
msgstr "Enviar una notificación por correo electrónico cuando:"
-#: ../../Zotlabs/Module/Settings/Channel.php:551
+#: ../../Zotlabs/Module/Settings/Channel.php:552
msgid "You receive a connection request"
msgstr "Reciba una solicitud de conexión"
-#: ../../Zotlabs/Module/Settings/Channel.php:552
+#: ../../Zotlabs/Module/Settings/Channel.php:553
msgid "Your connections are confirmed"
msgstr "Sus conexiones hayan sido confirmadas"
-#: ../../Zotlabs/Module/Settings/Channel.php:553
+#: ../../Zotlabs/Module/Settings/Channel.php:554
msgid "Someone writes on your profile wall"
msgstr "Alguien escriba en la página de su perfil (\"muro\")"
-#: ../../Zotlabs/Module/Settings/Channel.php:554
+#: ../../Zotlabs/Module/Settings/Channel.php:555
msgid "Someone writes a followup comment"
msgstr "Alguien escriba un comentario sobre sus publicaciones"
-#: ../../Zotlabs/Module/Settings/Channel.php:555
+#: ../../Zotlabs/Module/Settings/Channel.php:556
msgid "You receive a private message"
msgstr "Reciba un mensaje privado"
-#: ../../Zotlabs/Module/Settings/Channel.php:556
+#: ../../Zotlabs/Module/Settings/Channel.php:557
msgid "You receive a friend suggestion"
msgstr "Reciba una sugerencia de amistad"
-#: ../../Zotlabs/Module/Settings/Channel.php:557
+#: ../../Zotlabs/Module/Settings/Channel.php:558
msgid "You are tagged in a post"
msgstr "Usted sea etiquetado en una publicación"
-#: ../../Zotlabs/Module/Settings/Channel.php:558
+#: ../../Zotlabs/Module/Settings/Channel.php:559
msgid "You are poked/prodded/etc. in a post"
msgstr "Reciba un toque o incitación en una publicación"
-#: ../../Zotlabs/Module/Settings/Channel.php:560
+#: ../../Zotlabs/Module/Settings/Channel.php:561
msgid "Someone likes your post/comment"
msgstr "Alguien muestre agrado por su entrada o comentario"
-#: ../../Zotlabs/Module/Settings/Channel.php:563
+#: ../../Zotlabs/Module/Settings/Channel.php:564
msgid "Show visual notifications including:"
msgstr "Mostrar notificaciones visuales que incluyan:"
-#: ../../Zotlabs/Module/Settings/Channel.php:565
+#: ../../Zotlabs/Module/Settings/Channel.php:566
msgid "Unseen stream activity"
msgstr "Actividad del stream no vista"
-#: ../../Zotlabs/Module/Settings/Channel.php:566
+#: ../../Zotlabs/Module/Settings/Channel.php:567
msgid "Unseen channel activity"
msgstr "Actividad no vista en el canal"
-#: ../../Zotlabs/Module/Settings/Channel.php:567
+#: ../../Zotlabs/Module/Settings/Channel.php:568
msgid "Unseen private messages"
msgstr "Mensajes privados no leídos"
#: ../../Zotlabs/Module/Settings/Channel.php:568
+#: ../../Zotlabs/Module/Settings/Channel.php:573
+#: ../../Zotlabs/Module/Settings/Channel.php:574
+#: ../../Zotlabs/Module/Settings/Channel.php:575
+msgid "Recommended"
+msgstr "Recomendado"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:569
msgid "Upcoming events"
msgstr "Próximos eventos"
-#: ../../Zotlabs/Module/Settings/Channel.php:569
+#: ../../Zotlabs/Module/Settings/Channel.php:570
msgid "Events today"
msgstr "Eventos de hoy"
-#: ../../Zotlabs/Module/Settings/Channel.php:570
+#: ../../Zotlabs/Module/Settings/Channel.php:571
msgid "Upcoming birthdays"
msgstr "Próximos cumpleaños"
-#: ../../Zotlabs/Module/Settings/Channel.php:570
+#: ../../Zotlabs/Module/Settings/Channel.php:571
msgid "Not available in all themes"
msgstr "No disponible en todos los temas"
-#: ../../Zotlabs/Module/Settings/Channel.php:571
+#: ../../Zotlabs/Module/Settings/Channel.php:572
msgid "System (personal) notifications"
msgstr "Notificaciones del sistema (personales)"
-#: ../../Zotlabs/Module/Settings/Channel.php:572
+#: ../../Zotlabs/Module/Settings/Channel.php:573
msgid "System info messages"
msgstr "Mensajes de información del sistema"
-#: ../../Zotlabs/Module/Settings/Channel.php:573
+#: ../../Zotlabs/Module/Settings/Channel.php:574
msgid "System critical alerts"
msgstr "Alertas críticas del sistema"
-#: ../../Zotlabs/Module/Settings/Channel.php:574
+#: ../../Zotlabs/Module/Settings/Channel.php:575
msgid "New connections"
msgstr "Nuevas conexiones"
-#: ../../Zotlabs/Module/Settings/Channel.php:575
+#: ../../Zotlabs/Module/Settings/Channel.php:576
msgid "System Registrations"
msgstr "Registros del sistema"
-#: ../../Zotlabs/Module/Settings/Channel.php:576
+#: ../../Zotlabs/Module/Settings/Channel.php:577
msgid "Unseen shared files"
msgstr "Ficheros compartidos no vistos"
-#: ../../Zotlabs/Module/Settings/Channel.php:577
+#: ../../Zotlabs/Module/Settings/Channel.php:578
msgid "Unseen public stream activity"
msgstr "Actividad del stream público no vista"
-#: ../../Zotlabs/Module/Settings/Channel.php:578
+#: ../../Zotlabs/Module/Settings/Channel.php:579
msgid "Unseen likes and dislikes"
msgstr "Los \"me gusta\" y \"no me gusta\" no vistos"
-#: ../../Zotlabs/Module/Settings/Channel.php:579
+#: ../../Zotlabs/Module/Settings/Channel.php:580
msgid "Unseen forum posts"
msgstr "Entradas no vistas en el foro"
-#: ../../Zotlabs/Module/Settings/Channel.php:580
+#: ../../Zotlabs/Module/Settings/Channel.php:581
msgid "Email notification hub (hostname)"
msgstr "Email de notificación del hub (nombre del host)"
-#: ../../Zotlabs/Module/Settings/Channel.php:580
+#: ../../Zotlabs/Module/Settings/Channel.php:581
#, 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 "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/Module/Settings/Channel.php:581
+#: ../../Zotlabs/Module/Settings/Channel.php:582
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/Settings/Channel.php:583
+#: ../../Zotlabs/Module/Settings/Channel.php:584
msgid "Notify me of events this many days in advance"
msgstr "Avisarme de los eventos con algunos días de antelación"
-#: ../../Zotlabs/Module/Settings/Channel.php:583
+#: ../../Zotlabs/Module/Settings/Channel.php:584
msgid "Must be greater than 0"
msgstr "Debe ser mayor que 0"
-#: ../../Zotlabs/Module/Settings/Channel.php:588
+#: ../../Zotlabs/Module/Settings/Channel.php:589
msgid "Advanced Account/Page Type Settings"
msgstr "Ajustes avanzados de la cuenta y de los tipos de página"
-#: ../../Zotlabs/Module/Settings/Channel.php:589
+#: ../../Zotlabs/Module/Settings/Channel.php:590
msgid "Change the behaviour of this account for special situations"
msgstr "Cambiar el comportamiento de esta cuenta en situaciones especiales"
-#: ../../Zotlabs/Module/Settings/Channel.php:591
+#: ../../Zotlabs/Module/Settings/Channel.php:592
msgid "Miscellaneous Settings"
msgstr "Ajustes diversos"
-#: ../../Zotlabs/Module/Settings/Channel.php:592
+#: ../../Zotlabs/Module/Settings/Channel.php:593
msgid "Default photo upload folder"
msgstr "Carpeta por defecto de las fotos subidas"
-#: ../../Zotlabs/Module/Settings/Channel.php:592
#: ../../Zotlabs/Module/Settings/Channel.php:593
+#: ../../Zotlabs/Module/Settings/Channel.php:594
msgid "%Y - current year, %m - current month"
msgstr "%Y - año en curso, %m - mes actual"
-#: ../../Zotlabs/Module/Settings/Channel.php:593
+#: ../../Zotlabs/Module/Settings/Channel.php:594
msgid "Default file upload folder"
msgstr "Carpeta por defecto de los ficheros subidos"
-#: ../../Zotlabs/Module/Settings/Channel.php:595
+#: ../../Zotlabs/Module/Settings/Channel.php:596
msgid "Remove this channel."
msgstr "Eliminar este canal."
@@ -13457,154 +13487,154 @@ msgstr "Dejar en blanco la contraseña a menos que desee cambiarla."
msgid "Remove this account including all its channels"
msgstr "Eliminar esta cuenta incluyendo todos sus canales"
-#: ../../Zotlabs/Module/Settings/Featured.php:24
+#: ../../Zotlabs/Module/Settings/Featured.php:25
msgid "No feature settings configured"
msgstr "No se ha establecido la configuración de los complementos"
-#: ../../Zotlabs/Module/Settings/Featured.php:33
+#: ../../Zotlabs/Module/Settings/Featured.php:34
msgid "Addon Settings"
msgstr "Ajustes de los complementos"
-#: ../../Zotlabs/Module/Settings/Featured.php:34
+#: ../../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/Settings/Events.php:39
+#: ../../Zotlabs/Module/Settings/Events.php:40
msgid "Events Settings"
msgstr "Gestión de eventos"
-#: ../../Zotlabs/Module/Settings/Manage.php:39
+#: ../../Zotlabs/Module/Settings/Manage.php:41
msgid "Channel Manager Settings"
msgstr "Ajustes del administrador de canales"
-#: ../../Zotlabs/Module/Settings/Channel_home.php:59
+#: ../../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/Settings/Channel_home.php:86
+#: ../../Zotlabs/Module/Settings/Channel_home.php:88
msgid "Channel Home Settings"
msgstr "Ajustes del canal"
-#: ../../Zotlabs/Module/Settings/Calendar.php:39
+#: ../../Zotlabs/Module/Settings/Calendar.php:40
msgid "Calendar Settings"
msgstr "Ajustes del calendario"
-#: ../../Zotlabs/Module/Settings/Display.php:128
+#: ../../Zotlabs/Module/Settings/Display.php:129
#, php-format
msgid "%s - (Experimental)"
msgstr "%s - (Experimental)"
-#: ../../Zotlabs/Module/Settings/Display.php:184
+#: ../../Zotlabs/Module/Settings/Display.php:185
msgid "Display Settings"
msgstr "Ajustes de visualización"
-#: ../../Zotlabs/Module/Settings/Display.php:185
+#: ../../Zotlabs/Module/Settings/Display.php:186
msgid "Theme Settings"
msgstr "Ajustes del tema"
-#: ../../Zotlabs/Module/Settings/Display.php:186
+#: ../../Zotlabs/Module/Settings/Display.php:187
msgid "Custom Theme Settings"
msgstr "Ajustes personalizados del tema"
-#: ../../Zotlabs/Module/Settings/Display.php:187
+#: ../../Zotlabs/Module/Settings/Display.php:188
msgid "Content Settings"
msgstr "Ajustes del contenido"
-#: ../../Zotlabs/Module/Settings/Display.php:193
+#: ../../Zotlabs/Module/Settings/Display.php:194
msgid "Display Theme:"
msgstr "Tema gráfico del perfil:"
-#: ../../Zotlabs/Module/Settings/Display.php:194
+#: ../../Zotlabs/Module/Settings/Display.php:195
msgid "Select scheme"
msgstr "Elegir un esquema"
-#: ../../Zotlabs/Module/Settings/Display.php:196
+#: ../../Zotlabs/Module/Settings/Display.php:197
msgid "Preload images before rendering the page"
msgstr "Carga previa de las imágenes antes de generar la página"
-#: ../../Zotlabs/Module/Settings/Display.php:196
+#: ../../Zotlabs/Module/Settings/Display.php:197
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."
-#: ../../Zotlabs/Module/Settings/Display.php:197
+#: ../../Zotlabs/Module/Settings/Display.php:198
msgid "Enable user zoom on mobile devices"
msgstr "Habilitar zoom de usuario en dispositivos móviles"
-#: ../../Zotlabs/Module/Settings/Display.php:198
+#: ../../Zotlabs/Module/Settings/Display.php:199
msgid "Update browser every xx seconds"
msgstr "Actualizar navegador cada xx segundos"
-#: ../../Zotlabs/Module/Settings/Display.php:198
+#: ../../Zotlabs/Module/Settings/Display.php:199
msgid "Minimum of 10 seconds, no maximum"
msgstr "Mínimo de 10 segundos, sin máximo"
-#: ../../Zotlabs/Module/Settings/Display.php:199
+#: ../../Zotlabs/Module/Settings/Display.php:200
msgid "Maximum number of conversations to load at any time:"
msgstr "Máximo número de conversaciones a cargar en cualquier momento:"
-#: ../../Zotlabs/Module/Settings/Display.php:199
-msgid "Maximum of 100 items"
-msgstr "Máximo de 100 elementos"
-
#: ../../Zotlabs/Module/Settings/Display.php:200
+msgid "Maximum of 30 items"
+msgstr "Máximo de 30 elementos"
+
+#: ../../Zotlabs/Module/Settings/Display.php:201
msgid "Show emoticons (smilies) as images"
msgstr "Mostrar emoticonos (smilies) como imágenes"
-#: ../../Zotlabs/Module/Settings/Display.php:201
+#: ../../Zotlabs/Module/Settings/Display.php:202
msgid "Provide channel menu in navigation bar"
msgstr "Proporcionar un menú de canales en la barra de navegación"
-#: ../../Zotlabs/Module/Settings/Display.php:201
+#: ../../Zotlabs/Module/Settings/Display.php:202
msgid "Default: channel menu located in app menu"
msgstr "Predeterminado: menú de canales ubicado en el menú de aplicaciones"
-#: ../../Zotlabs/Module/Settings/Display.php:202
+#: ../../Zotlabs/Module/Settings/Display.php:203
msgid "Manual conversation updates"
msgstr "Actualizaciones manuales de la conversación"
-#: ../../Zotlabs/Module/Settings/Display.php:202
+#: ../../Zotlabs/Module/Settings/Display.php:203
msgid "Default is on, turning this off may increase screen jumping"
msgstr "El valor predeterminado está activado, al desactivarlo puede aumentar el salto de pantalla"
-#: ../../Zotlabs/Module/Settings/Display.php:203
+#: ../../Zotlabs/Module/Settings/Display.php:204
msgid "Link post titles to source"
msgstr "Enlazar título de la publicación a la fuente original"
-#: ../../Zotlabs/Module/Settings/Display.php:205
+#: ../../Zotlabs/Module/Settings/Display.php:206
msgid "Display new member quick links menu"
msgstr "Mostrar el menú de enlaces rápidos para nuevos miembros"
-#: ../../Zotlabs/Module/Settings/Directory.php:39
+#: ../../Zotlabs/Module/Settings/Directory.php:40
msgid "Directory Settings"
msgstr "Configuración del directorio"
-#: ../../Zotlabs/Module/Settings/Editor.php:39
+#: ../../Zotlabs/Module/Settings/Editor.php:40
msgid "Editor Settings"
msgstr "Ajustes del editor"
-#: ../../Zotlabs/Module/Settings/Connections.php:39
+#: ../../Zotlabs/Module/Settings/Connections.php:40
msgid "Connections Settings"
msgstr "Gestión de las conexiones"
-#: ../../Zotlabs/Module/Settings/Photos.php:39
+#: ../../Zotlabs/Module/Settings/Photos.php:40
msgid "Photos Settings"
msgstr "Gestión de las fotos"
-#: ../../Zotlabs/Module/Settings/Profiles.php:47
+#: ../../Zotlabs/Module/Settings/Profiles.php:49
msgid "Profiles Settings"
msgstr "Gestión de los perfiles"
-#: ../../Zotlabs/Module/Settings/Conversation.php:22
+#: ../../Zotlabs/Module/Settings/Conversation.php:23
msgid "Settings saved."
msgstr "Configuración guardada."
-#: ../../Zotlabs/Module/Settings/Conversation.php:24
+#: ../../Zotlabs/Module/Settings/Conversation.php:25
msgid "Settings saved. Reload page please."
msgstr "Ajustes guardados. Recargue la página, por favor."
-#: ../../Zotlabs/Module/Settings/Conversation.php:46
+#: ../../Zotlabs/Module/Settings/Conversation.php:47
msgid "Conversation Settings"
msgstr "Ajustes de conversación"
@@ -13696,45 +13726,45 @@ msgstr "El título del menú tal como será visto por los demás"
msgid "Allow bookmarks"
msgstr "Permitir marcadores"
-#: ../../Zotlabs/Module/Defperms.php:67 ../../Zotlabs/Module/Connedit.php:81
+#: ../../Zotlabs/Module/Defperms.php:68 ../../Zotlabs/Module/Connedit.php:82
msgid "Could not access contact record."
msgstr "No se ha podido acceder al registro de contacto."
-#: ../../Zotlabs/Module/Defperms.php:189
+#: ../../Zotlabs/Module/Defperms.php:190
msgid "Default Permissions App"
msgstr "App Permisos por defecto"
-#: ../../Zotlabs/Module/Defperms.php:190
+#: ../../Zotlabs/Module/Defperms.php:191
msgid "Set custom default permissions for new connections"
msgstr "Establecer permisos predeterminados personalizados para nuevas conexiones"
-#: ../../Zotlabs/Module/Defperms.php:254 ../../Zotlabs/Module/Connedit.php:867
+#: ../../Zotlabs/Module/Defperms.php:255 ../../Zotlabs/Module/Connedit.php:868
msgid "Connection Default Permissions"
msgstr "Permisos predeterminados de conexión"
-#: ../../Zotlabs/Module/Defperms.php:255 ../../Zotlabs/Module/Connedit.php:868
+#: ../../Zotlabs/Module/Defperms.php:256 ../../Zotlabs/Module/Connedit.php:869
msgid "Apply these permissions automatically"
msgstr "Aplicar estos permisos automaticamente"
-#: ../../Zotlabs/Module/Defperms.php:256 ../../Zotlabs/Module/Connedit.php:869
+#: ../../Zotlabs/Module/Defperms.php:257 ../../Zotlabs/Module/Connedit.php:870
msgid "Permission role"
msgstr "Permisos de rol"
-#: ../../Zotlabs/Module/Defperms.php:257 ../../Zotlabs/Module/Connedit.php:870
+#: ../../Zotlabs/Module/Defperms.php:258 ../../Zotlabs/Module/Connedit.php:871
msgid "Add permission role"
msgstr "Añadir permisos de rol"
-#: ../../Zotlabs/Module/Defperms.php:261 ../../Zotlabs/Module/Connedit.php:883
+#: ../../Zotlabs/Module/Defperms.php:262 ../../Zotlabs/Module/Connedit.php:884
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/Defperms.php:262
+#: ../../Zotlabs/Module/Defperms.php:263
msgid "Automatic approval settings"
msgstr "Opciones de autorización automática"
-#: ../../Zotlabs/Module/Defperms.php:270
+#: ../../Zotlabs/Module/Defperms.php:271
msgid ""
"Some individual permissions may have been preset or locked based on your "
"channel type and privacy settings."
@@ -13864,60 +13894,60 @@ msgstr "Informe de entrega para %1$s"
msgid "Redeliver"
msgstr "Volver a enviar"
-#: ../../Zotlabs/Module/Thing.php:120
+#: ../../Zotlabs/Module/Thing.php:122
msgid "Thing updated"
msgstr "Elemento actualizado."
-#: ../../Zotlabs/Module/Thing.php:172
+#: ../../Zotlabs/Module/Thing.php:174
msgid "Object store: failed"
msgstr "Guardar objeto: ha fallado"
-#: ../../Zotlabs/Module/Thing.php:176
+#: ../../Zotlabs/Module/Thing.php:178
msgid "Thing added"
msgstr "Elemento añadido"
-#: ../../Zotlabs/Module/Thing.php:202
+#: ../../Zotlabs/Module/Thing.php:204
#, php-format
msgid "OBJ: %1$s %2$s %3$s"
msgstr "OBJ: %1$s %2$s %3$s"
-#: ../../Zotlabs/Module/Thing.php:265
+#: ../../Zotlabs/Module/Thing.php:267
msgid "Show Thing"
msgstr "Mostrar elemento"
-#: ../../Zotlabs/Module/Thing.php:272
+#: ../../Zotlabs/Module/Thing.php:274
msgid "item not found."
msgstr "elemento no encontrado."
-#: ../../Zotlabs/Module/Thing.php:305
+#: ../../Zotlabs/Module/Thing.php:307
msgid "Edit Thing"
msgstr "Editar elemento"
-#: ../../Zotlabs/Module/Thing.php:307 ../../Zotlabs/Module/Thing.php:364
+#: ../../Zotlabs/Module/Thing.php:309 ../../Zotlabs/Module/Thing.php:366
msgid "Select a profile"
msgstr "Seleccionar un perfil"
-#: ../../Zotlabs/Module/Thing.php:311 ../../Zotlabs/Module/Thing.php:367
+#: ../../Zotlabs/Module/Thing.php:313 ../../Zotlabs/Module/Thing.php:369
msgid "Post an activity"
msgstr "Publicar una actividad"
-#: ../../Zotlabs/Module/Thing.php:311 ../../Zotlabs/Module/Thing.php:367
+#: ../../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:313 ../../Zotlabs/Module/Thing.php:369
+#: ../../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:315 ../../Zotlabs/Module/Thing.php:370
+#: ../../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:317 ../../Zotlabs/Module/Thing.php:371
+#: ../../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:362
+#: ../../Zotlabs/Module/Thing.php:364
msgid "Add Thing to your Profile"
msgstr "Añadir alguna cosa a su perfil"
@@ -13925,43 +13955,43 @@ msgstr "Añadir alguna cosa a su perfil"
msgid "Authentication failed."
msgstr "Falló la autenticación."
-#: ../../Zotlabs/Module/Pdledit.php:26
+#: ../../Zotlabs/Module/Pdledit.php:27
msgid "Layout updated."
msgstr "Plantilla actualizada."
-#: ../../Zotlabs/Module/Pdledit.php:42
+#: ../../Zotlabs/Module/Pdledit.php:43
msgid "PDL Editor App"
msgstr "App Editor PDL"
-#: ../../Zotlabs/Module/Pdledit.php:43
+#: ../../Zotlabs/Module/Pdledit.php:44
msgid "Provides the ability to edit system page layouts"
msgstr "Proporciona la capacidad de editar los diseños de página del sistema"
-#: ../../Zotlabs/Module/Pdledit.php:56 ../../Zotlabs/Module/Pdledit.php:99
+#: ../../Zotlabs/Module/Pdledit.php:57 ../../Zotlabs/Module/Pdledit.php:100
msgid "Edit System Page Description"
msgstr "Editor del Sistema de Descripción de Páginas"
-#: ../../Zotlabs/Module/Pdledit.php:77
+#: ../../Zotlabs/Module/Pdledit.php:78
msgid "(modified)"
msgstr "(modificado)"
-#: ../../Zotlabs/Module/Pdledit.php:94
+#: ../../Zotlabs/Module/Pdledit.php:95
msgid "Layout not found."
msgstr "Plantilla no encontrada"
-#: ../../Zotlabs/Module/Pdledit.php:100
+#: ../../Zotlabs/Module/Pdledit.php:101
msgid "Module Name:"
msgstr "Nombre del módulo:"
-#: ../../Zotlabs/Module/Pdledit.php:101
+#: ../../Zotlabs/Module/Pdledit.php:102
msgid "Layout Help"
msgstr "Ayuda para el diseño de plantillas de página"
-#: ../../Zotlabs/Module/Pdledit.php:102
+#: ../../Zotlabs/Module/Pdledit.php:103
msgid "Edit another layout"
msgstr "Editar otro diseño"
-#: ../../Zotlabs/Module/Pdledit.php:103
+#: ../../Zotlabs/Module/Pdledit.php:104
msgid "System layout"
msgstr "Diseño del sistema"
@@ -14041,10 +14071,6 @@ msgstr "Comparación de revisiones"
msgid "Short description of your changes (optional)"
msgstr "Breve descripción de sus cambios (opcional)"
-#: ../../Zotlabs/Module/Wiki.php:384
-msgid "Source"
-msgstr "Fuente"
-
#: ../../Zotlabs/Module/Wiki.php:394
msgid "New page name"
msgstr "Nombre de la nueva página"
@@ -14130,244 +14156,244 @@ msgid ""
"hours."
msgstr "No hay sugerencias disponibles. Si es un sitio nuevo, espere 24 horas y pruebe de nuevo."
-#: ../../Zotlabs/Module/Connedit.php:112
+#: ../../Zotlabs/Module/Connedit.php:113
msgid "Could not locate selected profile."
msgstr "No se ha podido localizar el perfil seleccionado."
-#: ../../Zotlabs/Module/Connedit.php:256
+#: ../../Zotlabs/Module/Connedit.php:257
msgid "Connection updated."
msgstr "Conexión actualizada."
-#: ../../Zotlabs/Module/Connedit.php:258
+#: ../../Zotlabs/Module/Connedit.php:259
msgid "Failed to update connection record."
msgstr "Error al actualizar el registro de la conexión."
-#: ../../Zotlabs/Module/Connedit.php:312
+#: ../../Zotlabs/Module/Connedit.php:313
msgid "is now connected to"
msgstr "ahora está conectado/a"
-#: ../../Zotlabs/Module/Connedit.php:437
+#: ../../Zotlabs/Module/Connedit.php:438
msgid "Could not access address book record."
msgstr "No se pudo acceder al registro en su libreta de direcciones."
-#: ../../Zotlabs/Module/Connedit.php:485 ../../Zotlabs/Module/Connedit.php:489
+#: ../../Zotlabs/Module/Connedit.php:486 ../../Zotlabs/Module/Connedit.php:490
msgid "Refresh failed - channel is currently unavailable."
msgstr "Recarga fallida - no se puede encontrar el canal en este momento."
-#: ../../Zotlabs/Module/Connedit.php:504 ../../Zotlabs/Module/Connedit.php:513
-#: ../../Zotlabs/Module/Connedit.php:522 ../../Zotlabs/Module/Connedit.php:531
-#: ../../Zotlabs/Module/Connedit.php:544
+#: ../../Zotlabs/Module/Connedit.php:505 ../../Zotlabs/Module/Connedit.php:514
+#: ../../Zotlabs/Module/Connedit.php:523 ../../Zotlabs/Module/Connedit.php:532
+#: ../../Zotlabs/Module/Connedit.php:545
msgid "Unable to set address book parameters."
msgstr "No ha sido posible establecer los parámetros de la libreta de direcciones."
-#: ../../Zotlabs/Module/Connedit.php:568
+#: ../../Zotlabs/Module/Connedit.php:569
msgid "Connection has been removed."
msgstr "La conexión ha sido eliminada."
-#: ../../Zotlabs/Module/Connedit.php:611
+#: ../../Zotlabs/Module/Connedit.php:612
#, php-format
msgid "View %s's profile"
msgstr "Ver el perfil de %s"
-#: ../../Zotlabs/Module/Connedit.php:615
+#: ../../Zotlabs/Module/Connedit.php:616
msgid "Refresh Permissions"
msgstr "Recargar los permisos"
-#: ../../Zotlabs/Module/Connedit.php:618
+#: ../../Zotlabs/Module/Connedit.php:619
msgid "Fetch updated permissions"
msgstr "Obtener los permisos actualizados"
-#: ../../Zotlabs/Module/Connedit.php:622
+#: ../../Zotlabs/Module/Connedit.php:623
msgid "Refresh Photo"
msgstr "Actualizar la foto"
-#: ../../Zotlabs/Module/Connedit.php:625
+#: ../../Zotlabs/Module/Connedit.php:626
msgid "Fetch updated photo"
msgstr "Obtener una foto actualizada"
-#: ../../Zotlabs/Module/Connedit.php:632
+#: ../../Zotlabs/Module/Connedit.php:633
msgid "View recent posts and comments"
msgstr "Ver publicaciones y comentarios recientes"
-#: ../../Zotlabs/Module/Connedit.php:639
+#: ../../Zotlabs/Module/Connedit.php:640
msgid "Block (or Unblock) all communications with this connection"
msgstr "Bloquear (o desbloquear) todas las comunicaciones con esta conexión"
-#: ../../Zotlabs/Module/Connedit.php:640
+#: ../../Zotlabs/Module/Connedit.php:641
msgid "This connection is blocked!"
msgstr "¡Esta conexión está bloqueada!"
-#: ../../Zotlabs/Module/Connedit.php:644
+#: ../../Zotlabs/Module/Connedit.php:645
msgid "Unignore"
msgstr "Dejar de ignorar"
-#: ../../Zotlabs/Module/Connedit.php:647
+#: ../../Zotlabs/Module/Connedit.php:648
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/Connedit.php:648
+#: ../../Zotlabs/Module/Connedit.php:649
msgid "This connection is ignored!"
msgstr "¡Esta conexión es ignorada!"
-#: ../../Zotlabs/Module/Connedit.php:652
+#: ../../Zotlabs/Module/Connedit.php:653
msgid "Unarchive"
msgstr "Desarchivar"
-#: ../../Zotlabs/Module/Connedit.php:652
+#: ../../Zotlabs/Module/Connedit.php:653
msgid "Archive"
msgstr "Archivar"
-#: ../../Zotlabs/Module/Connedit.php:655
+#: ../../Zotlabs/Module/Connedit.php:656
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/Connedit.php:656
+#: ../../Zotlabs/Module/Connedit.php:657
msgid "This connection is archived!"
msgstr "¡Esta conexión esta archivada!"
-#: ../../Zotlabs/Module/Connedit.php:660
+#: ../../Zotlabs/Module/Connedit.php:661
msgid "Unhide"
msgstr "Mostrar"
-#: ../../Zotlabs/Module/Connedit.php:660
+#: ../../Zotlabs/Module/Connedit.php:661
msgid "Hide"
msgstr "Ocultar"
-#: ../../Zotlabs/Module/Connedit.php:663
+#: ../../Zotlabs/Module/Connedit.php:664
msgid "Hide or Unhide this connection from your other connections"
msgstr "Ocultar o mostrar esta conexión a sus otras conexiones"
-#: ../../Zotlabs/Module/Connedit.php:664
+#: ../../Zotlabs/Module/Connedit.php:665
msgid "This connection is hidden!"
msgstr "¡Esta conexión está oculta!"
-#: ../../Zotlabs/Module/Connedit.php:671
+#: ../../Zotlabs/Module/Connedit.php:672
msgid "Delete this connection"
msgstr "Eliminar esta conexión"
-#: ../../Zotlabs/Module/Connedit.php:679
+#: ../../Zotlabs/Module/Connedit.php:680
msgid "Fetch Vcard"
msgstr "Obtener una vcard"
-#: ../../Zotlabs/Module/Connedit.php:682
+#: ../../Zotlabs/Module/Connedit.php:683
msgid "Fetch electronic calling card for this connection"
msgstr "Obtener una tarjeta de llamada electrónica para esta conexión"
-#: ../../Zotlabs/Module/Connedit.php:693
+#: ../../Zotlabs/Module/Connedit.php:694
msgid "Open Individual Permissions section by default"
msgstr "Abrir la sección de permisos individuales por defecto"
-#: ../../Zotlabs/Module/Connedit.php:716
+#: ../../Zotlabs/Module/Connedit.php:717
msgid "Affinity"
msgstr "Afinidad"
-#: ../../Zotlabs/Module/Connedit.php:719
+#: ../../Zotlabs/Module/Connedit.php:720
msgid "Open Set Affinity section by default"
msgstr "Abrir por defecto la sección para definir la afinidad"
-#: ../../Zotlabs/Module/Connedit.php:756
+#: ../../Zotlabs/Module/Connedit.php:757
msgid "Filter"
msgstr "Filtrar"
-#: ../../Zotlabs/Module/Connedit.php:759
+#: ../../Zotlabs/Module/Connedit.php:760
msgid "Open Custom Filter section by default"
msgstr "Abrir por defecto la sección de personalización de filtros"
-#: ../../Zotlabs/Module/Connedit.php:796
+#: ../../Zotlabs/Module/Connedit.php:797
msgid "Approve this connection"
msgstr "Aprobar esta conexión"
-#: ../../Zotlabs/Module/Connedit.php:796
+#: ../../Zotlabs/Module/Connedit.php:797
msgid "Accept connection to allow communication"
msgstr "Aceptar la conexión para permitir la comunicación"
-#: ../../Zotlabs/Module/Connedit.php:801
+#: ../../Zotlabs/Module/Connedit.php:802
msgid "Set Affinity"
msgstr "Ajustar la afinidad"
-#: ../../Zotlabs/Module/Connedit.php:804
+#: ../../Zotlabs/Module/Connedit.php:805
msgid "Set Profile"
msgstr "Ajustar el perfil"
-#: ../../Zotlabs/Module/Connedit.php:807
+#: ../../Zotlabs/Module/Connedit.php:808
msgid "Set Affinity & Profile"
msgstr "Ajustar la afinidad y el perfil"
-#: ../../Zotlabs/Module/Connedit.php:855
+#: ../../Zotlabs/Module/Connedit.php:856
msgid "This connection is unreachable from this location."
msgstr "No se puede acceder a la conexión desde este sitio."
-#: ../../Zotlabs/Module/Connedit.php:856
+#: ../../Zotlabs/Module/Connedit.php:857
msgid "This connection may be unreachable from other channel locations."
msgstr "Esta conexión puede ser inaccesible desde otras ubicaciones del canal."
-#: ../../Zotlabs/Module/Connedit.php:858
+#: ../../Zotlabs/Module/Connedit.php:859
msgid "Location independence is not supported by their network."
msgstr "La independencia de ubicación no es compatible con su red."
-#: ../../Zotlabs/Module/Connedit.php:864
+#: ../../Zotlabs/Module/Connedit.php:865
msgid ""
"This connection is unreachable from this location. Location independence is "
"not supported by their network."
msgstr "Esta conexión no es accesible desde este sitio. La independencia de ubicación no es compatible con su red."
-#: ../../Zotlabs/Module/Connedit.php:868
+#: ../../Zotlabs/Module/Connedit.php:869
msgid "Connection requests will be approved without your interaction"
msgstr "Las solicitudes de conexión serán aprobadas sin su intervención"
-#: ../../Zotlabs/Module/Connedit.php:877
+#: ../../Zotlabs/Module/Connedit.php:878
msgid "This connection's primary address is"
msgstr "La dirección primaria de esta conexión es"
-#: ../../Zotlabs/Module/Connedit.php:878
+#: ../../Zotlabs/Module/Connedit.php:879
msgid "Available locations:"
msgstr "Ubicaciones disponibles:"
-#: ../../Zotlabs/Module/Connedit.php:884
+#: ../../Zotlabs/Module/Connedit.php:885
msgid "Connection Tools"
msgstr "Gestión de las conexiones"
-#: ../../Zotlabs/Module/Connedit.php:886
+#: ../../Zotlabs/Module/Connedit.php:887
msgid "Slide to adjust your degree of friendship"
msgstr "Deslizar para ajustar el grado de amistad"
-#: ../../Zotlabs/Module/Connedit.php:888
+#: ../../Zotlabs/Module/Connedit.php:889
msgid "Slide to adjust your rating"
msgstr "Deslizar para ajustar su valoración"
-#: ../../Zotlabs/Module/Connedit.php:889 ../../Zotlabs/Module/Connedit.php:894
+#: ../../Zotlabs/Module/Connedit.php:890 ../../Zotlabs/Module/Connedit.php:895
msgid "Optionally explain your rating"
msgstr "Opcionalmente, puede explicar su valoración"
-#: ../../Zotlabs/Module/Connedit.php:891
+#: ../../Zotlabs/Module/Connedit.php:892
msgid "Custom Filter"
msgstr "Filtro personalizado"
-#: ../../Zotlabs/Module/Connedit.php:892
+#: ../../Zotlabs/Module/Connedit.php:893
msgid "Only import posts with this text"
msgstr "Importar solo entradas que contengan este texto"
-#: ../../Zotlabs/Module/Connedit.php:893
+#: ../../Zotlabs/Module/Connedit.php:894
msgid "Do not import posts with this text"
msgstr "No importar entradas que contengan este texto"
-#: ../../Zotlabs/Module/Connedit.php:895
+#: ../../Zotlabs/Module/Connedit.php:896
msgid "This information is public!"
msgstr "¡Esta información es pública!"
-#: ../../Zotlabs/Module/Connedit.php:900
+#: ../../Zotlabs/Module/Connedit.php:901
msgid "Connection Pending Approval"
msgstr "Conexión pendiente de aprobación"
-#: ../../Zotlabs/Module/Connedit.php:905
+#: ../../Zotlabs/Module/Connedit.php:906
#, 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/Connedit.php:912
+#: ../../Zotlabs/Module/Connedit.php:913
msgid ""
"Some permissions may be inherited from your channel's <a "
"href=\"settings\"><strong>privacy settings</strong></a>, which have higher "
@@ -14375,11 +14401,11 @@ msgid ""
"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/Connedit.php:913
+#: ../../Zotlabs/Module/Connedit.php:914
msgid "Last update:"
msgstr "Última actualización:"
-#: ../../Zotlabs/Module/Connedit.php:921
+#: ../../Zotlabs/Module/Connedit.php:922
msgid "Details"
msgstr "Detalles"
@@ -14394,7 +14420,7 @@ msgid "System Notifications"
msgstr "Notificaciones del sistema"
#: ../../Zotlabs/Module/Notifications.php:60
-#: ../../Zotlabs/Lib/ThreadItem.php:450
+#: ../../Zotlabs/Lib/ThreadItem.php:482
msgid "Mark all seen"
msgstr "Marcar todo como visto"
@@ -14478,7 +14504,7 @@ msgstr "Importar automáticamente contenido de otros canales o \"feeds\""
msgid "*"
msgstr "*"
-#: ../../Zotlabs/Module/Sources.php:107 ../../Zotlabs/Lib/Apps.php:367
+#: ../../Zotlabs/Module/Sources.php:107 ../../Zotlabs/Lib/Apps.php:368
msgid "Channel Sources"
msgstr "Orígenes de los contenidos del canal"
@@ -14564,6 +14590,33 @@ msgid ""
" logout and retry."
msgstr "La autenticación desde su servidor está bloqueada. Ha iniciado sesión localmente. Por favor, salga de la sesión y vuelva a intentarlo."
+#: ../../Zotlabs/Lib/AccessList.php:28
+msgid ""
+"A deleted list with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this list and any future members. If this is "
+"not what you intended, please create another list with a different name."
+msgstr "Una lista eliminada con este nombre ha sido reactivada. Los permisos <strong>de los elementos existentes pueden </strong>aplicarse a esta lista y a cualquier miembro futuro. Si esto no es lo que pretendía, por favor, cree otra lista con un nombre diferente."
+
+#: ../../Zotlabs/Lib/AccessList.php:286
+msgid "Add new connections to this access list"
+msgstr "Añadir nuevas conexiones a esta lista de acceso"
+
+#: ../../Zotlabs/Lib/AccessList.php:331
+msgid "Lists"
+msgstr "Listas"
+
+#: ../../Zotlabs/Lib/AccessList.php:332
+msgid "Edit list"
+msgstr "Editar lista"
+
+#: ../../Zotlabs/Lib/AccessList.php:333
+msgid "Create new list"
+msgstr "Crear una nueva lista"
+
+#: ../../Zotlabs/Lib/AccessList.php:334
+msgid "Channels not in any access list"
+msgstr "No hay canales en ninguna lista de acceso"
+
#: ../../Zotlabs/Lib/Permcat.php:82
msgctxt "permcat"
msgid "default"
@@ -14584,30 +14637,35 @@ msgctxt "permcat"
msgid "publisher"
msgstr "editor"
-#: ../../Zotlabs/Lib/Activity.php:1656
+#: ../../Zotlabs/Lib/Activity.php:2045
#, php-format
msgid "Likes %1$s's %2$s"
msgstr "Gusta de %2$sde %1$s"
-#: ../../Zotlabs/Lib/Activity.php:1659
+#: ../../Zotlabs/Lib/Activity.php:2048
#, php-format
msgid "Doesn't like %1$s's %2$s"
msgstr "No le gusta %2$sde %1$s"
-#: ../../Zotlabs/Lib/Activity.php:1662
+#: ../../Zotlabs/Lib/Activity.php:2054
+#, php-format
+msgid "Will attend %s's event"
+msgstr "Asistirá al evento de %s"
+
+#: ../../Zotlabs/Lib/Activity.php:2057
#, php-format
-msgid "Will attend %1$s's %2$s"
-msgstr "Asistirá %2$sde %1$s"
+msgid "Will not attend %s's event"
+msgstr "No asistirá al evento de %s"
-#: ../../Zotlabs/Lib/Activity.php:1665
+#: ../../Zotlabs/Lib/Activity.php:2060
#, php-format
-msgid "Will not attend %1$s's %2$s"
-msgstr "No asistirá %2$sde %1$s"
+msgid "May attend %s's event"
+msgstr "Puede asistir al evento de %s"
-#: ../../Zotlabs/Lib/Activity.php:1668
+#: ../../Zotlabs/Lib/Activity.php:2063
#, php-format
-msgid "May attend %1$s's %2$s"
-msgstr "Puede asistir %2$sde %1$s"
+msgid "May not attend %s's event"
+msgstr "Puede no asistir al evento de %s"
#: ../../Zotlabs/Lib/Enotify.php:60
msgid "$Projectname Notification"
@@ -14667,327 +14725,340 @@ msgstr "Por favor visite %s para ver y/o responder a su mensaje privado."
msgid "commented on"
msgstr "ha comentado sobre "
-#: ../../Zotlabs/Lib/Enotify.php:155
+#: ../../Zotlabs/Lib/Enotify.php:157
msgid "liked"
msgstr "ha gustado de "
-#: ../../Zotlabs/Lib/Enotify.php:158
+#: ../../Zotlabs/Lib/Enotify.php:160
msgid "disliked"
msgstr "no ha gustado de "
-#: ../../Zotlabs/Lib/Enotify.php:201
+#: ../../Zotlabs/Lib/Enotify.php:165
+msgid "voted on"
+msgstr "votado en "
+
+#: ../../Zotlabs/Lib/Enotify.php:208
#, 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/Lib/Enotify.php:209
+#: ../../Zotlabs/Lib/Enotify.php:216
#, 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/Lib/Enotify.php:218
+#: ../../Zotlabs/Lib/Enotify.php:225
#, 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/Lib/Enotify.php:230
+#: ../../Zotlabs/Lib/Enotify.php:237
#, 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/Lib/Enotify.php:232
+#: ../../Zotlabs/Lib/Enotify.php:239
#, 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/Lib/Enotify.php:233
+#: ../../Zotlabs/Lib/Enotify.php:240
#, 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/Lib/Enotify.php:236 ../../Zotlabs/Lib/Enotify.php:317
-#: ../../Zotlabs/Lib/Enotify.php:333 ../../Zotlabs/Lib/Enotify.php:358
-#: ../../Zotlabs/Lib/Enotify.php:375 ../../Zotlabs/Lib/Enotify.php:388
+#: ../../Zotlabs/Lib/Enotify.php:243 ../../Zotlabs/Lib/Enotify.php:324
+#: ../../Zotlabs/Lib/Enotify.php:340 ../../Zotlabs/Lib/Enotify.php:365
+#: ../../Zotlabs/Lib/Enotify.php:382 ../../Zotlabs/Lib/Enotify.php:395
#, 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/Lib/Enotify.php:240 ../../Zotlabs/Lib/Enotify.php:241
+#: ../../Zotlabs/Lib/Enotify.php:247 ../../Zotlabs/Lib/Enotify.php:248
#, php-format
msgid "Please visit %s to approve or reject this comment."
msgstr "Por favor, visite %s para aprobar o rechazar este comentario."
-#: ../../Zotlabs/Lib/Enotify.php:299
+#: ../../Zotlabs/Lib/Enotify.php:306
#, php-format
msgid "%1$s liked [zrl=%2$s]your %3$s[/zrl]"
msgstr "A %1$sle ha gustado [zrl=%2$s]su %3$s [/zrl]"
-#: ../../Zotlabs/Lib/Enotify.php:313
+#: ../../Zotlabs/Lib/Enotify.php:320
#, 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/Lib/Enotify.php:314
+#: ../../Zotlabs/Lib/Enotify.php:321
#, 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/Lib/Enotify.php:325
+#: ../../Zotlabs/Lib/Enotify.php:332
#, 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/Lib/Enotify.php:327
+#: ../../Zotlabs/Lib/Enotify.php:334
#, 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/Lib/Enotify.php:329
+#: ../../Zotlabs/Lib/Enotify.php:336
#, 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/Lib/Enotify.php:352
+#: ../../Zotlabs/Lib/Enotify.php:359
#, php-format
msgid "[$Projectname:Notify] %s tagged you"
msgstr "[$Projectname:Aviso] %s le ha etiquetado"
-#: ../../Zotlabs/Lib/Enotify.php:353
+#: ../../Zotlabs/Lib/Enotify.php:360
#, php-format
msgid "%1$s tagged you at %2$s"
msgstr "%1$sle ha etiquetado en %2$s"
-#: ../../Zotlabs/Lib/Enotify.php:354
+#: ../../Zotlabs/Lib/Enotify.php:361
#, php-format
msgid "%1$s [zrl=%2$s]tagged you[/zrl]."
msgstr "%1$s [zrl=%2$s]le ha etiquetado[/zrl]."
-#: ../../Zotlabs/Lib/Enotify.php:365
+#: ../../Zotlabs/Lib/Enotify.php:372
#, php-format
msgid "[$Projectname:Notify] %1$s poked you"
msgstr "[$Projectname:Aviso] %1$s le ha dado un toque"
-#: ../../Zotlabs/Lib/Enotify.php:366
+#: ../../Zotlabs/Lib/Enotify.php:373
#, php-format
msgid "%1$s poked you at %2$s"
msgstr "%1$sle ha dado un toque en %2$s"
-#: ../../Zotlabs/Lib/Enotify.php:367
+#: ../../Zotlabs/Lib/Enotify.php:374
#, php-format
msgid "%1$s [zrl=%2$s]poked you[/zrl]."
msgstr "%1$s [zrl=%2$s] le ha dado un toque[/zrl]."
-#: ../../Zotlabs/Lib/Enotify.php:382
+#: ../../Zotlabs/Lib/Enotify.php:389
#, php-format
msgid "[$Projectname:Notify] %s tagged your post"
msgstr "[$Projectname:Aviso] %s ha etiquetado su entrada"
-#: ../../Zotlabs/Lib/Enotify.php:383
+#: ../../Zotlabs/Lib/Enotify.php:390
#, php-format
msgid "%1$s tagged your post at %2$s"
msgstr "%1$sha etiquetado su entrada en %2$s"
-#: ../../Zotlabs/Lib/Enotify.php:384
+#: ../../Zotlabs/Lib/Enotify.php:391
#, php-format
msgid "%1$s tagged [zrl=%2$s]your post[/zrl]"
msgstr "%1$s ha etiquetado [zrl=%2$s]su entrada[/zrl]"
-#: ../../Zotlabs/Lib/Enotify.php:395
+#: ../../Zotlabs/Lib/Enotify.php:402
msgid "[$Projectname:Notify] Introduction received"
msgstr "[$Projectname:Aviso] Ha recibido una solicitud de conexión"
-#: ../../Zotlabs/Lib/Enotify.php:396
+#: ../../Zotlabs/Lib/Enotify.php:403
#, 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/Lib/Enotify.php:397
+#: ../../Zotlabs/Lib/Enotify.php:404
#, 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/Lib/Enotify.php:400 ../../Zotlabs/Lib/Enotify.php:418
+#: ../../Zotlabs/Lib/Enotify.php:407 ../../Zotlabs/Lib/Enotify.php:425
#, php-format
msgid "You may visit their profile at %s"
msgstr "Puede visitar su perfil en %s"
-#: ../../Zotlabs/Lib/Enotify.php:402
+#: ../../Zotlabs/Lib/Enotify.php:409
#, 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/Lib/Enotify.php:409
+#: ../../Zotlabs/Lib/Enotify.php:416
msgid "[$Projectname:Notify] Friend suggestion received"
msgstr "[$Projectname:Aviso] Ha recibido una sugerencia de conexión"
-#: ../../Zotlabs/Lib/Enotify.php:410
+#: ../../Zotlabs/Lib/Enotify.php:417
#, 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/Lib/Enotify.php:411
+#: ../../Zotlabs/Lib/Enotify.php:418
#, 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."
-#: ../../Zotlabs/Lib/Enotify.php:416
+#: ../../Zotlabs/Lib/Enotify.php:423
msgid "Name:"
msgstr "Nombre:"
-#: ../../Zotlabs/Lib/Enotify.php:417
+#: ../../Zotlabs/Lib/Enotify.php:424
msgid "Photo:"
msgstr "Foto:"
-#: ../../Zotlabs/Lib/Enotify.php:420
+#: ../../Zotlabs/Lib/Enotify.php:427
#, php-format
msgid "Please visit %s to approve or reject the suggestion."
msgstr "Por favor, visite %s para aprobar o rechazar la sugerencia."
-#: ../../Zotlabs/Lib/Enotify.php:640
+#: ../../Zotlabs/Lib/Enotify.php:652
msgid "[$Projectname:Notify]"
msgstr "[$Projectname:Aviso]"
-#: ../../Zotlabs/Lib/Enotify.php:808
+#: ../../Zotlabs/Lib/Enotify.php:820
+msgid "created a new poll"
+msgstr "se ha creado una nueva encuesta"
+
+#: ../../Zotlabs/Lib/Enotify.php:820
msgid "created a new post"
msgstr "ha creado una nueva entrada"
-#: ../../Zotlabs/Lib/Enotify.php:809
+#: ../../Zotlabs/Lib/Enotify.php:821
+#, php-format
+msgid "voted on %s's poll"
+msgstr "votado en la encuesta de %s"
+
+#: ../../Zotlabs/Lib/Enotify.php:821
#, php-format
msgid "commented on %s's post"
msgstr "ha comentado la entrada de %s"
-#: ../../Zotlabs/Lib/Enotify.php:812
+#: ../../Zotlabs/Lib/Enotify.php:825
#, php-format
msgid "repeated %s's post"
msgstr "repetida la entrada de %s"
-#: ../../Zotlabs/Lib/Enotify.php:821
+#: ../../Zotlabs/Lib/Enotify.php:837
#, php-format
msgid "edited a post dated %s"
-msgstr "ha editado una entrada con fecha de %s"
+msgstr "ha editado una entrada %s"
-#: ../../Zotlabs/Lib/Enotify.php:825
+#: ../../Zotlabs/Lib/Enotify.php:841
#, php-format
msgid "edited a comment dated %s"
-msgstr "ha editado un comentario con fecha de %s"
+msgstr "ha editado un comentario %s"
+
+#: ../../Zotlabs/Lib/Connect.php:275
+msgid "error saving data"
+msgstr "error guardando los datos"
-#: ../../Zotlabs/Lib/Chatroom.php:23
+#: ../../Zotlabs/Lib/Chatroom.php:25
msgid "Missing room name"
msgstr "Sala de chat sin nombre"
-#: ../../Zotlabs/Lib/Chatroom.php:32
+#: ../../Zotlabs/Lib/Chatroom.php:34
msgid "Duplicate room name"
msgstr "Nombre de sala duplicado."
-#: ../../Zotlabs/Lib/Chatroom.php:82 ../../Zotlabs/Lib/Chatroom.php:90
+#: ../../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:122
+#: ../../Zotlabs/Lib/Chatroom.php:124
msgid "Room not found."
msgstr "Sala no encontrada."
-#: ../../Zotlabs/Lib/Chatroom.php:143
+#: ../../Zotlabs/Lib/Chatroom.php:145
msgid "Room is full"
msgstr "La sala está llena."
-#: ../../Zotlabs/Lib/NativeWiki.php:143
+#: ../../Zotlabs/Lib/NativeWiki.php:145
msgid "Wiki updated successfully"
msgstr "El wiki se ha actualizado con éxito"
-#: ../../Zotlabs/Lib/NativeWiki.php:197
+#: ../../Zotlabs/Lib/NativeWiki.php:199
msgid "Wiki files deleted successfully"
msgstr "Se han borrado con éxito los ficheros del wiki"
-#: ../../Zotlabs/Lib/Apps.php:322
+#: ../../Zotlabs/Lib/Apps.php:323
msgid "Apps"
msgstr "Aplicaciones (apps)"
-#: ../../Zotlabs/Lib/Apps.php:323
+#: ../../Zotlabs/Lib/Apps.php:324
msgid "Affinity Tool"
msgstr "Herramienta de afinidad"
-#: ../../Zotlabs/Lib/Apps.php:326
+#: ../../Zotlabs/Lib/Apps.php:327
msgid "Site Admin"
msgstr "Administrador del sitio"
-#: ../../Zotlabs/Lib/Apps.php:330
+#: ../../Zotlabs/Lib/Apps.php:331
msgid "Content Filter"
msgstr "Filtro de contenido"
-#: ../../Zotlabs/Lib/Apps.php:333
+#: ../../Zotlabs/Lib/Apps.php:334
msgid "Remote Diagnostics"
msgstr "Diagnóstico remoto"
-#: ../../Zotlabs/Lib/Apps.php:334
+#: ../../Zotlabs/Lib/Apps.php:335
msgid "Suggest Channels"
msgstr "Sugerir canales"
-#: ../../Zotlabs/Lib/Apps.php:337
+#: ../../Zotlabs/Lib/Apps.php:338
msgid "Stream"
msgstr "Stream"
-#: ../../Zotlabs/Lib/Apps.php:348
+#: ../../Zotlabs/Lib/Apps.php:349
msgid "Mail"
msgstr "Correo"
-#: ../../Zotlabs/Lib/Apps.php:351
+#: ../../Zotlabs/Lib/Apps.php:352
msgid "Chat"
msgstr "Chat"
-#: ../../Zotlabs/Lib/Apps.php:353
+#: ../../Zotlabs/Lib/Apps.php:354
msgid "Probe"
msgstr "Probar"
-#: ../../Zotlabs/Lib/Apps.php:354
+#: ../../Zotlabs/Lib/Apps.php:355
msgid "Suggest"
msgstr "Sugerir"
-#: ../../Zotlabs/Lib/Apps.php:355
+#: ../../Zotlabs/Lib/Apps.php:356
msgid "Random Channel"
msgstr "Canal aleatorio"
-#: ../../Zotlabs/Lib/Apps.php:356
+#: ../../Zotlabs/Lib/Apps.php:357
msgid "Invite"
msgstr "Invitar"
-#: ../../Zotlabs/Lib/Apps.php:359
+#: ../../Zotlabs/Lib/Apps.php:360
msgid "Post"
msgstr "Publicación"
-#: ../../Zotlabs/Lib/Apps.php:364
+#: ../../Zotlabs/Lib/Apps.php:365
msgid "Notifications"
msgstr "Notificaciones"
-#: ../../Zotlabs/Lib/Apps.php:365
+#: ../../Zotlabs/Lib/Apps.php:366
msgid "Order Apps"
msgstr "Ordenar las apps"
-#: ../../Zotlabs/Lib/Apps.php:366
+#: ../../Zotlabs/Lib/Apps.php:367
msgid "CardDAV"
msgstr "CardDAV"
-#: ../../Zotlabs/Lib/Apps.php:368
+#: ../../Zotlabs/Lib/Apps.php:369
msgid "Guest Access"
msgstr "Acceso para invitados"
-#: ../../Zotlabs/Lib/Apps.php:370
+#: ../../Zotlabs/Lib/Apps.php:371
msgid "OAuth Apps Manager"
msgstr "Administrador de apps OAuth"
-#: ../../Zotlabs/Lib/Apps.php:371
+#: ../../Zotlabs/Lib/Apps.php:372
msgid "OAuth2 Apps Manager"
msgstr "Administrador de apps OAuth2"
-#: ../../Zotlabs/Lib/Apps.php:372
+#: ../../Zotlabs/Lib/Apps.php:373
msgid "PDL Editor"
msgstr "Editor PDL"
-#: ../../Zotlabs/Lib/Apps.php:374
-msgid "Premium Channel"
-msgstr "Canal premium"
-
#: ../../Zotlabs/Lib/Apps.php:376
msgid "My Chatrooms"
msgstr "Mis salas de chat"
@@ -15004,19 +15075,19 @@ msgstr "Comprar"
msgid "Undelete"
msgstr "Recuperar"
-#: ../../Zotlabs/Lib/Apps.php:568
+#: ../../Zotlabs/Lib/Apps.php:569
msgid "Add to app-tray"
msgstr "Añadir a la bandeja de aplicaciones"
-#: ../../Zotlabs/Lib/Apps.php:569
+#: ../../Zotlabs/Lib/Apps.php:570
msgid "Remove from app-tray"
msgstr "Quitar de la bandeja de aplicaciones"
-#: ../../Zotlabs/Lib/Apps.php:570
+#: ../../Zotlabs/Lib/Apps.php:571
msgid "Pin to navbar"
msgstr "Fijar en la barra de navegación"
-#: ../../Zotlabs/Lib/Apps.php:571
+#: ../../Zotlabs/Lib/Apps.php:572
msgid "Unpin from navbar"
msgstr "Quitar de la barra de navegación"
@@ -15105,135 +15176,83 @@ msgstr "Se necesita Wiki resource_id para el git commit"
msgid "Privacy conflict. Discretion advised."
msgstr "Conflicto de privacidad. Se aconseja discreción."
-#: ../../Zotlabs/Lib/ThreadItem.php:172 ../../Zotlabs/Storage/Browser.php:286
+#: ../../Zotlabs/Lib/ThreadItem.php:174 ../../Zotlabs/Storage/Browser.php:286
msgid "Admin Delete"
msgstr "Eliminar admin"
-#: ../../Zotlabs/Lib/ThreadItem.php:203
-msgid "I will attend"
-msgstr "Participaré"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:203
-msgid "I will not attend"
-msgstr "No participaré"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:203
-msgid "I might attend"
-msgstr "Quizá participe"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:213
-msgid "I agree"
-msgstr "Estoy de acuerdo"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:213
-msgid "I disagree"
-msgstr "No estoy de acuerdo"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:213
-msgid "I abstain"
-msgstr "Me abstengo"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:287
-msgid "Add Tag"
-msgstr "Añadir etiqueta"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:309
+#: ../../Zotlabs/Lib/ThreadItem.php:319
msgid "Reply on this comment"
msgstr "Responder a este comentario"
-#: ../../Zotlabs/Lib/ThreadItem.php:309
+#: ../../Zotlabs/Lib/ThreadItem.php:319
msgid "reply"
msgstr "responder"
-#: ../../Zotlabs/Lib/ThreadItem.php:309
+#: ../../Zotlabs/Lib/ThreadItem.php:319
msgid "Reply to"
msgstr "Responder a "
-#: ../../Zotlabs/Lib/ThreadItem.php:319
-msgid "Share This"
-msgstr "Compartir esto"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:319
-msgid "share"
-msgstr "compartir"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:329
+#: ../../Zotlabs/Lib/ThreadItem.php:339
msgid "Delivery Report"
msgstr "Informe de transmisión"
-#: ../../Zotlabs/Lib/ThreadItem.php:348
+#: ../../Zotlabs/Lib/ThreadItem.php:358
#, php-format
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d comentario"
msgstr[1] "%d comentarios"
-#: ../../Zotlabs/Lib/ThreadItem.php:380 ../../Zotlabs/Lib/ThreadItem.php:381
+#: ../../Zotlabs/Lib/ThreadItem.php:359
#, php-format
-msgid "View %s's profile - %s"
-msgstr "Ver el perfil de %s - %s"
+msgid "%d unseen"
+msgstr "%dno visto/a vistos/as"
-#: ../../Zotlabs/Lib/ThreadItem.php:384
+#: ../../Zotlabs/Lib/ThreadItem.php:412
msgid "to"
msgstr "a"
-#: ../../Zotlabs/Lib/ThreadItem.php:385
-msgid "via"
-msgstr "mediante"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:386
+#: ../../Zotlabs/Lib/ThreadItem.php:414
msgid "Wall-to-Wall"
msgstr "De página del perfil a página del perfil (de \"muro\" a \"muro\")"
-#: ../../Zotlabs/Lib/ThreadItem.php:387
+#: ../../Zotlabs/Lib/ThreadItem.php:415
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:413
+#: ../../Zotlabs/Lib/ThreadItem.php:442
msgid "Attend"
msgstr "Participar o asistir"
-#: ../../Zotlabs/Lib/ThreadItem.php:414
-msgid "Attendance Options"
-msgstr "Opciones de participación o asistencia"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:415
-msgid "Vote"
-msgstr "Votar"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:416
-msgid "Voting Options"
-msgstr "Opciones de votación"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:431
+#: ../../Zotlabs/Lib/ThreadItem.php:460
msgid "Go to previous comment"
msgstr "Ir al comentario anterior"
-#: ../../Zotlabs/Lib/ThreadItem.php:441
+#: ../../Zotlabs/Lib/ThreadItem.php:473
msgid "Add to Calendar"
msgstr "Añadir al calendario"
-#: ../../Zotlabs/Lib/ThreadItem.php:802
+#: ../../Zotlabs/Lib/ThreadItem.php:831
msgid "Image"
msgstr "Imagen"
-#: ../../Zotlabs/Lib/ThreadItem.php:804
+#: ../../Zotlabs/Lib/ThreadItem.php:833
msgid "Insert Link"
msgstr "Insertar enlace"
-#: ../../Zotlabs/Lib/ThreadItem.php:805
+#: ../../Zotlabs/Lib/ThreadItem.php:834
msgid "Video"
msgstr "Vídeo"
-#: ../../Zotlabs/Lib/ThreadItem.php:815
+#: ../../Zotlabs/Lib/ThreadItem.php:844
msgid "Your full name (required)"
msgstr "Su nombre completo (requerido)"
-#: ../../Zotlabs/Lib/ThreadItem.php:816
+#: ../../Zotlabs/Lib/ThreadItem.php:845
msgid "Your email address (required)"
msgstr "Su dirección de correo electrónico (requerido)"
-#: ../../Zotlabs/Lib/ThreadItem.php:817
+#: ../../Zotlabs/Lib/ThreadItem.php:846
msgid "Your website URL (optional)"
msgstr "La URL de su sitio web (opcional)"
@@ -15304,67 +15323,67 @@ msgstr "Este es su ajuste predeterminado para establecer quién puede ver su rep
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/Access/PermissionRoles.php:283
+#: ../../Zotlabs/Access/PermissionRoles.php:287
msgid "Social Networking"
msgstr "Redes sociales"
-#: ../../Zotlabs/Access/PermissionRoles.php:284
+#: ../../Zotlabs/Access/PermissionRoles.php:288
msgid "Social - Federation"
msgstr "Social - Federación"
-#: ../../Zotlabs/Access/PermissionRoles.php:285
+#: ../../Zotlabs/Access/PermissionRoles.php:289
msgid "Social - Mostly Public"
msgstr "Social - Público en su mayor parte"
-#: ../../Zotlabs/Access/PermissionRoles.php:286
+#: ../../Zotlabs/Access/PermissionRoles.php:290
msgid "Social - Restricted"
msgstr "Social - Restringido"
-#: ../../Zotlabs/Access/PermissionRoles.php:287
+#: ../../Zotlabs/Access/PermissionRoles.php:291
msgid "Social - Private"
msgstr "Social - Privado"
-#: ../../Zotlabs/Access/PermissionRoles.php:290
+#: ../../Zotlabs/Access/PermissionRoles.php:294
msgid "Community Forum"
msgstr "Foro de discusión"
-#: ../../Zotlabs/Access/PermissionRoles.php:291
+#: ../../Zotlabs/Access/PermissionRoles.php:295
msgid "Forum - Mostly Public"
msgstr "Foro - Público en su mayor parte"
-#: ../../Zotlabs/Access/PermissionRoles.php:292
+#: ../../Zotlabs/Access/PermissionRoles.php:296
msgid "Forum - Restricted"
msgstr "Foro - Restringido"
-#: ../../Zotlabs/Access/PermissionRoles.php:293
+#: ../../Zotlabs/Access/PermissionRoles.php:297
msgid "Forum - Private"
msgstr "Foro - Privado"
-#: ../../Zotlabs/Access/PermissionRoles.php:296
+#: ../../Zotlabs/Access/PermissionRoles.php:300
msgid "Feed Republish"
msgstr "Republicar un \"feed\""
-#: ../../Zotlabs/Access/PermissionRoles.php:297
+#: ../../Zotlabs/Access/PermissionRoles.php:301
msgid "Feed - Mostly Public"
msgstr "Feed - Público en su mayor parte"
-#: ../../Zotlabs/Access/PermissionRoles.php:298
+#: ../../Zotlabs/Access/PermissionRoles.php:302
msgid "Feed - Restricted"
msgstr "Feed - Restringido"
-#: ../../Zotlabs/Access/PermissionRoles.php:301
+#: ../../Zotlabs/Access/PermissionRoles.php:305
msgid "Special Purpose"
msgstr "Propósito especial"
-#: ../../Zotlabs/Access/PermissionRoles.php:302
+#: ../../Zotlabs/Access/PermissionRoles.php:306
msgid "Special - Celebrity/Soapbox"
msgstr "Especial - Celebridad / Tribuna improvisada"
-#: ../../Zotlabs/Access/PermissionRoles.php:303
+#: ../../Zotlabs/Access/PermissionRoles.php:307
msgid "Special - Group Repository"
msgstr "Especial - Repositorio de grupo"
-#: ../../Zotlabs/Access/PermissionRoles.php:307
+#: ../../Zotlabs/Access/PermissionRoles.php:311
msgid "Custom/Expert Mode"
msgstr "Modo personalizado/experto"
@@ -15498,40 +15517,40 @@ msgstr "Subir fichero"
msgid "Drop files here to immediately upload"
msgstr "Arrastre los ficheros aquí para subirlos de forma inmediata"
-#: ../../boot.php:1653
+#: ../../boot.php:1677
msgid "Create an account to access services and applications"
msgstr "Crear una cuenta para acceder a los servicios y aplicaciones"
-#: ../../boot.php:1677
+#: ../../boot.php:1701
msgid "Login/Email"
msgstr "Inicio de sesión / Correo electrónico"
-#: ../../boot.php:1678
+#: ../../boot.php:1702
msgid "Password"
msgstr "Contraseña"
-#: ../../boot.php:1679
+#: ../../boot.php:1703
msgid "Remember me"
msgstr "Recordarme"
-#: ../../boot.php:1682
+#: ../../boot.php:1706
msgid "Forgot your password?"
msgstr "¿Olvidó su contraseña?"
-#: ../../boot.php:2478
+#: ../../boot.php:2575
#, php-format
msgid "[$Projectname] Website SSL error for %s"
msgstr "[$Projectname] Error SSL del sitio web en %s"
-#: ../../boot.php:2483
+#: ../../boot.php:2580
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:2599
+#: ../../boot.php:2696
#, php-format
msgid "[$Projectname] Cron tasks not running on %s"
msgstr "[$Projectname] Las tareas de Cron no están funcionando en %s"
-#: ../../boot.php:2604
+#: ../../boot.php:2701
msgid "Cron/Scheduled tasks not running."
msgstr "Las tareas del Planificador/Cron no están funcionando."
diff --git a/view/es-es/hstrings.php b/view/es-es/hstrings.php
index a528a052f..2eb593936 100644
--- a/view/es-es/hstrings.php
+++ b/view/es-es/hstrings.php
@@ -101,41 +101,6 @@ App::$strings["Assume workers dead after ___ seconds"] = "Asumir que el proceso
App::$strings["Pause before starting next task: (microseconds. Minimum 100 = .0001 seconds)"] = "Haga una pausa antes de comenzar la siguiente tarea: (microsegundos. Mínimo 100 =.0001 segundos)";
App::$strings["Queueworker Settings"] = "Configuración del gestor de procesos de trabajo en cola";
App::$strings["Save"] = "Guardar";
-App::$strings["Edit your profile and change settings."] = "Editar su perfil y cambiar los ajustes.";
-App::$strings["Click here to see activity from your connections."] = "Pulsar aquí para ver la actividad de sus conexiones.";
-App::$strings["Click here to see your channel home."] = "Pulsar aquí para ver la página de inicio de su canal.";
-App::$strings["You can access your private messages from here."] = "Puede acceder a sus mensajes privados desde aquí.";
-App::$strings["Create new events here."] = "Crear nuevos eventos aquí.";
-App::$strings["You can accept new connections and change permissions for existing ones here. You can also e.g. create groups of contacts."] = "Puede aceptar nuevas conexiones y cambiar permisos para las que ya existen aquí. También puede, por ejemplo, crear grupos de contactos.";
-App::$strings["System notifications will arrive here"] = "Las notificaciones del sistema llegarán aquí";
-App::$strings["Search for content and users"] = "Buscar contenido y usuarios";
-App::$strings["Browse for new contacts"] = "Buscar nuevos contactos";
-App::$strings["Launch installed apps"] = "Iniciar aplicaciones instaladas";
-App::$strings["Looking for help? Click here."] = "¿Busca ayuda? Pulse aquí.";
-App::$strings["New events have occurred in your network. Click here to see what has happened!"] = "Se han producido nuevos eventos en su red. ¡Haga clic aquí para ver lo que ha sucedido!";
-App::$strings["You have received a new private message. Click here to see from who!"] = "Ha recibido un nuevo mensaje privado. Haga clic aquí para ver de quién!";
-App::$strings["There are events this week. Click here too see which!"] = "Hay eventos esta semana. Haga clic aquí para ver cuáles!";
-App::$strings["You have received a new introduction. Click here to see who!"] = "Ha recibido una nueva solicitud de conexión. ¡Pulse aquí para ver de quién!";
-App::$strings["There is a new system notification. Click here to see what has happened!"] = "Hay una nueva notificación del sistema. ¡Haga clic aquí para ver lo que ha sucedido!";
-App::$strings["Click here to share text, images, videos and sound."] = "Haga clic aquí para compartir texto, imágenes, vídeos y sonido.";
-App::$strings["You can write an optional title for your update (good for long posts)."] = "Puede escribir un título opcional para su actualización (bueno para los mensajes largos).";
-App::$strings["Entering some categories here makes it easier to find your post later."] = "Al ingresar algunos temas aquí, es más fácil encontrar su publicación más tarde.";
-App::$strings["Share photos, links, location, etc."] = "Compartir fotos, enlaces, ubicación, etc.";
-App::$strings["Only want to share content for a while? Make it expire at a certain date."] = "¿Solo quieres compartir contenido durante un tiempo? Haga que expire en una fecha determinada.";
-App::$strings["You can password protect content."] = "Puede proteger contenido con una contraseña.";
-App::$strings["Choose who you share with."] = "Elegir con quién compartir.";
-App::$strings["Click here when you are done."] = "Haga clic aquí cuando haya terminado.";
-App::$strings["Adjust from which channels posts should be displayed."] = "Ajustar de qué canales se deben mostrar las publicaciones.";
-App::$strings["Only show posts from channels in the specified privacy group."] = "Mostrar solo las entradas de los canales de un grupo específico de canales.";
-App::$strings["Easily find posts containing tags (keywords preceded by the \"#\" symbol)."] = "Encuentre fácilmente entradas que contengan etiquetas (palabras clave precedidas del símbolo \"#\").";
-App::$strings["Easily find posts in given category."] = "Encuentre fácilmente las publicaciones en una categoría dada.";
-App::$strings["Easily find posts by date."] = "Encuentre fácilmente entradas por fechas.";
-App::$strings["Suggested users who have volounteered to be shown as suggestions, and who we think you might find interesting."] = "Se sugiere a los usuarios que se han ofrecido voluntariamente que se muestren como sugerencias, y que creemos que podrían resultar interesantes.";
-App::$strings["Here you see channels you have connected to."] = "Aquí puede ver los canales a los que está conectado.";
-App::$strings["Save your search so you can repeat it at a later date."] = "Guarde su búsqueda para poder repetirla en una fecha posterior.";
-App::$strings["If you see this icon you can be sure that the sender is who it say it is. It is normal that it is not always possible to verify the sender, so the icon will be missing sometimes. There is usually no need to worry about that."] = "Si ve este icono puede estar seguro de que el remitente es quien dice ser. Es normal que no siempre sea posible verificar el remitente, por lo que el icono faltará en ocasiones. Por lo general, no hay necesidad de preocuparse por eso.";
-App::$strings["Danger! It seems someone tried to forge a message! This message is not necessarily from who it says it is from!"] = "¡Peligro! ¡Parece que alguien intentó falsificar un mensaje! ¡Este mensaje no es necesariamente de quien dice que es!";
-App::$strings["Welcome to Hubzilla! Would you like to see a tour of the UI?</p> <p>You can pause it at any time and continue where you left off by reloading the page, or navigting to another page.</p><p>You can also advance by pressing the return key"] = "¡Bienvenido/a a Hubzilla! ¿Quiere hacer un recorrido por la interfaz de usuario?</p> <p> Puede detenerlo en cualquier momento y continuar donde lo dejó recargando la página o navegando a otra.</p> <p> También puede avanzar pulsando la tecla de retorno";
App::$strings["Add some colour to tag clouds"] = "Añadir color a las nubes de etiquetas";
App::$strings["Rainbow Tag App"] = "App Etiqueta Arcoiris";
App::$strings["Rainbow Tag"] = "Etiqueta Arcoiris";
@@ -272,11 +237,6 @@ 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 Photo Album Import"] = "Importar un álbum de fotos de Friendica";
-App::$strings["This will import all your Friendica photo albums to this Red channel."] = "Esto importará todos sus álbumes de fotos de Friendica a este canal de Hubzilla.";
-App::$strings["Friendica Server base URL"] = "URL base del servidor de Friendica";
-App::$strings["Friendica Login Username"] = "Nombre de inicio de sesión en Friendica";
-App::$strings["Friendica Login Password"] = "Contraseña de inicio de sesión en Friendica";
App::$strings["Friendica Crosspost Connector Settings saved."] = "Se han guardado los ajustes del conector de publicación cruzada con Friendica.";
App::$strings["Friendica Crosspost Connector App"] = "App Friendica Crosspost Connector";
App::$strings["Relay public postings to a connected Friendica account"] = "Retransmisión de entradas públicas a una cuenta Friendica conectada";
@@ -287,6 +247,7 @@ 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["Source"] = "Fuente";
App::$strings["Wordpress Settings saved."] = "Se han guardado los ajustes de WordPress.";
App::$strings["Wordpress Post App"] = "App Publicar en Wordpress";
App::$strings["Post to WordPress or anything else which uses the wordpress XMLRPC API"] = "Publicar en WordPress o cualquier otra cosa que utilice la API XMLRPC de wordpress";
@@ -298,6 +259,8 @@ 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";
@@ -392,7 +355,7 @@ App::$strings["An account has been created for you."] = "Se ha creado una cuenta
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 Crosspost Connector App"] = "App Dreamwidth Crosspost Connector";
-App::$strings["Relay public postings to Dreamwidth"] = "Retransmisión de entradas públicas a Dreamwidth";
+App::$strings["Relay public posts to Dreamwidth"] = "Reenviar las entradas públicas a 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";
@@ -471,6 +434,30 @@ App::$strings["Set a preferred page to load on login from home page"] = "Estable
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["Messages"] = "Mensajes";
+App::$strings["message"] = "mensaje";
+App::$strings["Message recalled."] = "Mensaje revocado.";
+App::$strings["Conversation removed."] = "Conversación eliminada.";
+App::$strings["Expires YYYY-MM-DD HH:MM"] = "Caduca YYYY-MM-DD HH:MM";
+App::$strings["Requested channel is not in this network"] = "El canal solicitado no existe en esta red";
+App::$strings["Send Private Message"] = "Enviar un mensaje privado";
+App::$strings["To:"] = "Para:";
+App::$strings["Subject:"] = "Asunto:";
+App::$strings["Your message:"] = "Su mensaje:";
+App::$strings["Attach file"] = "Adjuntar fichero";
+App::$strings["Send"] = "Enviar";
+App::$strings["Delete message"] = "Borrar mensaje";
+App::$strings["Delivery report"] = "Informe de transmisión";
+App::$strings["Recall message"] = "Revocar el mensaje";
+App::$strings["Message has been recalled."] = "El mensaje ha sido revocado.";
+App::$strings["Delete Conversation"] = "Eliminar conversación";
+App::$strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Comunicación segura no disponible. Pero <strong>puede</strong> responder desde la página del perfil del remitente.";
+App::$strings["Send Reply"] = "Responder";
+App::$strings["Your message for %s (%s):"] = "Su mensaje para %s (%s):";
+App::$strings["Unable to lookup recipient."] = "No se puede asociar a un destinatario.";
+App::$strings["Unable to communicate with requested channel."] = "No se puede establecer la comunicación con el canal solicitado.";
+App::$strings["Cannot verify requested channel."] = "No se puede verificar el canal solicitado.";
+App::$strings["Selected channel has private message restrictions. Send failed."] = "El canal seleccionado tiene restricciones sobre los mensajes privados. El envío falló.";
App::$strings["Flag Adult Photos"] = "Indicador (\"flag\") de fotos de adultos";
App::$strings["Provide photo edit option to hide inappropriate photos from default album view"] = "Proporcionar una opción de edición de fotos para ocultar las fotos inapropiadas de la vista de álbum predeterminada";
App::$strings["Your channel has been upgraded to \$Projectname version"] = "Su canal ha sido actualizado a la versión \$Projectname";
@@ -560,6 +547,10 @@ 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";
@@ -568,6 +559,7 @@ App::$strings["Paypal Production Client Key"] = "Clave de cliente en el entorno
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";
@@ -587,6 +579,8 @@ App::$strings["You must be logged into the Grid to shop."] = "Debe iniciar sesi
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.";
@@ -602,6 +596,10 @@ 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["\$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.";
@@ -631,6 +629,7 @@ App::$strings["Workflow user."] = "Usuario de Workflow.";
App::$strings["This channel"] = "Este canal";
App::$strings["Primary"] = "Primario";
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";
@@ -660,15 +659,6 @@ 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["Quick Reference"] = "Referencia rápida";
-App::$strings["This is a fairly comprehensive and complete guitar chord dictionary which will list most of the available ways to play a certain chord, starting from the base of the fingerboard up to a few frets beyond the twelfth fret (beyond which everything repeats). A couple of non-standard tunings are provided for the benefit of slide players, etc."] = "Se trata de un diccionario bastante amplio y completo de acordes de guitarra que enumerará la mayor parte de las formas disponibles para tocar un acorde determinado, partiendo de la base del diapasón hasta unos pocos trastes más allá del traste doce (más allá del cual todo se repite). Se proporcionan un par de afinaciones no convencionales para provecho de los guitarristas con \"slides\" ( barras de acero), etc.";
-App::$strings["Chord names start with a root note (A-G) and may include sharps (#) and flats (b). This software will parse most of the standard naming conventions such as maj, min, dim, sus(2 or 4), aug, with optional repeating elements."] = "Los nombres de acordes comienzan con una nota fundamental (La-Sol) y pueden incluir sostenidos (#) y bemoles (b). Este software analizará la mayor parte de las convenciones de nomenclatura estándar como maj, min, tenue, SUS (2 ó 4), aug, con la repetición de elementos opcionales.";
-App::$strings["Valid examples include A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, Asus2Add4, E7b13b11 ..."] = "Ejemplos válidos son A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, Asus2Add4, E7b13b11 ...";
-App::$strings["Guitar Chords"] = "Acordes de guitarra";
-App::$strings["The complete online chord dictionary"] = "El diccionario completo de acordes en línea";
-App::$strings["Tuning"] = "Afinación";
-App::$strings["Chord name: example: Em7"] = "Nombre del acorde, por ejemplo: Em7";
-App::$strings["Show for left handed stringing"] = "Mostrar para tocadores zurdos";
App::$strings["__ctx:opensearch__ Search %1\$s (%2\$s)"] = "Buscar %1\$s (%2\$s)";
App::$strings["__ctx:opensearch__ \$Projectname"] = "\$Projectname";
App::$strings["\$Projectname"] = "\$Projectname";
@@ -679,22 +669,6 @@ App::$strings["Blur your precise location if your channel uses browser location
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["Flattr this!"] = "¡Apoyar esto en Flattr!";
-App::$strings["Flattr widget settings updated."] = "Los ajustes del widget Flattr han sido actualizados.";
-App::$strings["Flattr Widget App"] = "App Flattr Widget";
-App::$strings["Add a Flattr button to your channel page"] = "Proporcionar un botón Flattr a la página de su canal";
-App::$strings["Flattr user"] = "Usuario en Flattr";
-App::$strings["URL of the Thing to flattr"] = "URL de la Cosa para apoyar en flattr";
-App::$strings["If empty channel URL is used"] = "Si está vacío, se usa la URL del canal";
-App::$strings["Title of the Thing to flattr"] = "Título de la Cosa para apoyar en flattr";
-App::$strings["If empty \"channel name on The Hubzilla\" will be used"] = "Si está vacío, se usará \"nombre del canal en Hubzilla\"";
-App::$strings["Static or dynamic flattr button"] = "Botón de flattr estático o dinámico";
-App::$strings["static"] = "estático";
-App::$strings["dynamic"] = "dinámico";
-App::$strings["Alignment of the widget"] = "Alineamiento del widget";
-App::$strings["left"] = "izquierda";
-App::$strings["right"] = "derecha";
-App::$strings["Flattr Widget"] = "Flattr Widget";
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.";
@@ -748,11 +722,31 @@ App::$strings["Logfile size in bytes before rotating"] = "Tamaño del fichero de
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 $Productname test account is about to expire."] = "Su cuenta de prueba de $Productname está a punto de caducar.";
+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["Skeleton App"] = "App Skeleton";
App::$strings["A skeleton for addons, you can copy/paste"] = "Skeleton para los addons, puede copiar/pegar";
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 login using email address "] = "Imposible iniciar sesión usando la dirección de correo electrónico";
+App::$strings["Sign in to Hubzilla using a social account"] = "Iniciar sesión en Hubzilla usando una cuenta social";
+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.";
@@ -796,38 +790,11 @@ App::$strings["Send wall-to-wall posts to Livejournal"] = "Enviar entradas de Mu
App::$strings["Livejournal Crosspost Connector"] = "Livejournal Crosspost Connector";
App::$strings["Post to Livejournal"] = "Publicar en Livejournal";
App::$strings["Posted by"] = "Publicado por ";
-App::$strings["Invalid game."] = "Juego no válido.";
-App::$strings["You are not a player in this game."] = "Usted no participa en este juego.";
-App::$strings["You must be a local channel to create a game."] = "Debe ser un canal local para crear un juego";
-App::$strings["You must select one opponent that is not yourself."] = "Debe seleccionar un oponente que no sea usted mismo.";
-App::$strings["Random color chosen."] = "Elegido un color aleatorio.";
-App::$strings["Error creating new game."] = "Error al crear un nuevo juego.";
-App::$strings["Requested channel is not available."] = "El canal solicitado no está disponible.";
-App::$strings["Chess not installed."] = "Chess no está instalado.";
-App::$strings["You must select a local channel /chess/channelname"] = "Debe seleccionar un canal local /chess/nombredelcanal";
-App::$strings["You must be logged in to see this page."] = "Debe haber iniciado sesión para poder ver esta página.";
-App::$strings["Page not found."] = "Página no encontrada.";
-App::$strings["Enable notifications"] = "Habilitar notificaciones";
App::$strings["Markdown"] = "Markdown";
App::$strings["Use markdown for editing posts"] = "Usar markdown para editar las 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["Jappixmini App"] = "App Jappixmini";
-App::$strings["Provides a Facebook-like chat using Jappix Mini"] = "Proporciona un chat similar al de Facebook utilizando Jappix Mini";
-App::$strings["Status:"] = "Estado:";
-App::$strings["Hide Jappixmini Chat-Widget from the webinterface"] = "Ocultar el widget de chat Jappixmini en la interfaz web";
-App::$strings["Jabber username"] = "Nombre de usuario en Jabber";
-App::$strings["Jabber server"] = "Servidor de Jabber";
-App::$strings["Jabber BOSH host URL"] = "URL del host BOSH de Jabber";
-App::$strings["Jabber password"] = "Contraseña en Jabber";
-App::$strings["Encrypt Jabber password with Hubzilla password"] = "Cifrar la contraseña de Jabber con la contraseña de Hubzilla";
-App::$strings["Recommended"] = "Recomendado";
-App::$strings["Approve subscription requests from Hubzilla contacts automatically"] = "Aprobar automáticamente las solicitudes de suscripción de los contactos de Hubzilla";
-App::$strings["Purge internal list of jabber addresses of contacts"] = "Purgar la lista interna de las direcciones de contactos de jabber";
-App::$strings["Configuration Help"] = "Ayuda para los ajustes";
-App::$strings["Add Contact"] = "Añadir un contacto";
-App::$strings["Jappixmini Settings"] = "Ajustes de Jappixmini";
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 App"] = "App Authchoose";
App::$strings["Authchoose"] = "Autoseleccionar";
@@ -863,6 +830,11 @@ App::$strings["older"] = "más antiguas";
App::$strings["newer"] = "más recientes";
App::$strings["No connections"] = "Sin conexiones";
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";
@@ -924,6 +896,9 @@ 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["Poll has ended."] = "La encuesta ha terminado";
+App::$strings["Poll ends: %s"] = "Finales de la encuesta: %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";
@@ -937,6 +912,7 @@ App::$strings["Page content type"] = "Tipo de contenido de la página";
App::$strings["event"] = "el/su evento";
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";
@@ -999,8 +975,6 @@ App::$strings["Comments will be displayed separately"] = "Los comentarios se mos
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";
-App::$strings["Community Tagging"] = "Etiquetas de la comunidad";
-App::$strings["Ability to tag existing posts"] = "Capacidad de etiquetar entradas";
App::$strings["Emoji Reactions"] = "Emoticonos \"emoji\"";
App::$strings["Add emoji reaction ability to posts"] = "Activar la capacidad de añadir un emoticono \"emoji\" a las entradas";
App::$strings["Dislike Posts"] = "Desagrado de publicaciones";
@@ -1019,8 +993,6 @@ App::$strings["Large Photos"] = "Fotos de gran tamaño";
App::$strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Incluir miniaturas de fotos grandes (1024px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (640px)";
App::$strings["Even More Encryption"] = "Más cifrado todavía";
App::$strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida.";
-App::$strings["Enable Voting Tools"] = "Permitir entradas con votación";
-App::$strings["Provide a class of post which others can vote on"] = "Proveer una clase de publicación en la que otros puedan votar";
App::$strings["Disable Comments"] = "Deshabilitar comentarios";
App::$strings["Provide the option to disable comments for a post"] = "Proporcionar la opción de desactivar los comentarios para una entrada";
App::$strings["Delayed Posting"] = "Publicación aplazada";
@@ -1035,6 +1007,10 @@ App::$strings["Manage"] = "Gestionar";
App::$strings["Navigation Channel Select"] = "Navegación por el selector de canales";
App::$strings["Change channels directly from within the navigation dropdown menu"] = "Cambiar de canales directamente desde el menú de navegación desplegable";
App::$strings["Network"] = "Red";
+App::$strings["Events Filter"] = "Filtro de eventos";
+App::$strings["Ability to display only events"] = "Capacidad para mostrar solo eventos";
+App::$strings["Polls Filter"] = "Filtro de encuestas";
+App::$strings["Ability to display only polls"] = "Capacidad para mostrar solo encuestas";
App::$strings["Saved Searches"] = "Búsquedas guardadas";
App::$strings["Save search terms for re-use"] = "Guardar términos de búsqueda para su reutilización";
App::$strings["Saved Folders"] = "Carpetas guardadas";
@@ -1089,6 +1065,9 @@ App::$strings["A channel name is required."] = "Se requiere un nombre de canal";
App::$strings["This is a "] = "Esto es un ";
App::$strings[" channel name"] = "nombre de canal";
App::$strings["Back to reply"] = "Volver a la respuesta";
+App::$strings["Pinned"] = "Anclado/a";
+App::$strings["Pin to the top"] = "Anclar en la parte superior";
+App::$strings["Unpin from the top"] = "Desanclar de la parte superior";
App::$strings["%d minutes"] = array(
0 => "%d minutos",
1 => "%d minutos",
@@ -1149,6 +1128,7 @@ App::$strings["__ctx:calendar__ All day"] = "Todos los días";
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["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";
@@ -1250,7 +1230,6 @@ 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["Required"] = "Obligatorio";
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";
@@ -1284,6 +1263,12 @@ App::$strings["__ctx:relative_date__ second"] = array(
);
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["Date: "] = "Fecha: ";
+App::$strings["Reason: "] = "Razón: ";
+App::$strings["INVALID CARD DISMISSED!"] = "¡TARJETA NO VÁLIDA RECHAZADA!";
+App::$strings["Name: "] = "Nombre: ";
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["Response from remote channel was incomplete."] = "Respuesta incompleta del canal.";
@@ -1353,6 +1338,13 @@ 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["Toggle poll"] = "Activar o desactivar encuestas";
+App::$strings["Option"] = "Opción";
+App::$strings["Add option"] = "Añadir una opción";
+App::$strings["Minutes"] = "Minutos ";
+App::$strings["Hours"] = "Horas ";
+App::$strings["Days"] = "Días ";
+App::$strings["Allow multiple answers"] = "Permitir respuestas múltiples";
App::$strings["__ctx:noun__ Like"] = array(
0 => "Me gusta",
1 => "Me gusta",
@@ -1523,6 +1515,7 @@ 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 a %s with you"] = "%sha compartido un/una %scon usted";
App::$strings["%1\$s's bookmarks"] = "Marcadores de %1\$s";
App::$strings["Edit"] = "Editar";
App::$strings["Image/photo"] = "Imagen/foto";
@@ -1553,12 +1546,14 @@ App::$strings["Nickname has unsupported characters or is already being used on t
App::$strings["Unable to retrieve created identity"] = "No ha sido posible recuperar la identidad creada";
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["Change profile photo"] = "Cambiar la foto del perfil";
App::$strings["Create New Profile"] = "Crear un nuevo perfil";
App::$strings["Profile Image"] = "Imagen del perfil";
App::$strings["Visible to everybody"] = "Visible para todos";
App::$strings["Edit visibility"] = "Editar visibilidad";
App::$strings["Gender:"] = "Género:";
+App::$strings["Status:"] = "Estado:";
App::$strings["Homepage:"] = "Página personal:";
App::$strings["Online Now"] = "Ahora en línea";
App::$strings["Change your profile photo"] = "Cambiar su foto del perfil";
@@ -1642,6 +1637,19 @@ App::$strings["Conversations"] = "Conversaciones";
App::$strings["No messages."] = "Sin mensajes.";
App::$strings["Delete conversation"] = "Eliminar conversación";
App::$strings["Chat Members"] = "Miembros del chat";
+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["__ctx:widget__ Activity"] = "Actividad";
App::$strings["Select Channel"] = "Seleccionar un canal";
App::$strings["Read-write"] = "Lectura y escritura";
@@ -1702,6 +1710,12 @@ 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";
@@ -1761,6 +1775,9 @@ App::$strings["New Home Activity"] = "Nueva actividad en su página principal";
App::$strings["New Home Activity Notifications"] = "Avisos de nueva actividad en su página principal";
App::$strings["View your home activity"] = "Ver la actividad de su página principal";
App::$strings["Mark all notifications seen"] = "Marcar todas las notificaciones como vistas";
+App::$strings["New Direct Messages"] = "Nuevos mensajes directos";
+App::$strings["New Direct Messages Notifications"] = "Nuevas notificaciones de mensajes directos";
+App::$strings["View your direct messages"] = "Ver sus mensajes directos";
App::$strings["New Mails"] = "Nuevos mensajes de correo";
App::$strings["New Mails Notifications"] = "Avisos de nuevos mensajes de correo";
App::$strings["View your private mails"] = "Ver sus correos privados";
@@ -1832,6 +1849,10 @@ App::$strings["Move this channel (disable all previous locations)"] = "Mover est
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["Update to Hubzilla 5.0 setp 2"] = "Actualizar a Hubzilla 5.0. Paso 2";
+App::$strings["To complete the update please run"] = "Para completar la actualización, ejecutar ";
+App::$strings["INFO: this command can take a very long time depending on your DB size."] = "INFO; este comando puede tardar en ejecutarse mucho tiempo dependiendo del tamaño de su base de datos.";
App::$strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Se ha superado el límite máximo de inscripciones diarias de este sitio. Por favor, pruebe de nuevo mañana.";
App::$strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Por favor, confirme que acepta los Términos del servicio. El registro ha fallado.";
App::$strings["Passwords do not match."] = "Las contraseñas no coinciden.";
@@ -2031,6 +2052,7 @@ App::$strings["This site is not a directory server"] = "Este sitio no es un serv
App::$strings["This directory server requires an access token"] = "El servidor de este directorio necesita un \"token\" de acceso";
App::$strings["Welcome to Hubzilla!"] = "¡Bienvenido a Hubzilla!";
App::$strings["You have got no unseen posts..."] = "No tiene ningún mensaje sin leer...";
+App::$strings["Unable to locate original post."] = "No ha sido posible encontrar la entrada original.";
App::$strings["Chatrooms App"] = "App Salas de chat";
App::$strings["Access Controlled Chatrooms"] = "Salas de chat moderadas";
App::$strings["Room not found"] = "Sala no encontrada";
@@ -2078,12 +2100,6 @@ App::$strings["Choose what you wish to do to recipient"] = "Elegir qué desea en
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["INVALID EVENT DISMISSED!"] = "¡EVENTO NO VÁLIDO RECHAZADO!";
-App::$strings["Summary: "] = "Resumen: ";
-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["CardDAV App"] = "App CarDav";
App::$strings["CalDAV capable addressbook"] = "Libreta de direcciones compatible con CalDav";
App::$strings["Event title"] = "Título del evento";
@@ -2109,6 +2125,7 @@ App::$strings["Instant messenger"] = "Mensajería instantánea";
App::$strings["Website"] = "Sitio web";
App::$strings["Address"] = "Dirección";
App::$strings["Note"] = "Nota";
+App::$strings["Add Contact"] = "Añadir un contacto";
App::$strings["Add Field"] = "Añadir un campo";
App::$strings["P.O. Box"] = "Buzón de correos";
App::$strings["Additional"] = "Adicional";
@@ -2121,7 +2138,6 @@ 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 privada remota no está disponible.";
App::$strings["Visible to:"] = "Visible para:";
-App::$strings["Unable to locate original post."] = "No ha sido posible encontrar la entrada original.";
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.";
@@ -2202,8 +2218,6 @@ 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 App"] = "App Canal premium";
-App::$strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Le permite configurar restricciones y normas de uso a aquellos que conectan con su canal";
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.";
@@ -2272,6 +2286,9 @@ App::$strings["Only allow embeds from secure (SSL) websites and links."] = "Sól
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["%s account blocked/unblocked"] = array(
0 => "%s cuenta bloqueada/desbloqueada",
1 => "%s cuenta bloqueada/desbloqueada",
@@ -2377,8 +2394,6 @@ App::$strings["Poll interval"] = "Intervalo máximo de tiempo entre dos mensajes
App::$strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Retrasar el intervalo de envío en segundo plano, en esta cantidad de segundos, para reducir la carga del sistema. Si es 0, usar el intervalo de entrega.";
App::$strings["Path to ImageMagick convert program"] = "Ruta al programa de conversión de ImageMagick";
App::$strings["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"] = "Si está configurado, utilice este programa para generar miniaturas de fotos para imágenes de gran tamaño ( > 4000 píxeles en cualquiera de las dos dimensiones), de lo contrario se puede agotar la memoria. Ejemplo: /usr/bin/convert";
-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["Maximum Load Average"] = "Carga media máxima";
App::$strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima del sistema antes de que los procesos de entrega y envío se hayan retardado - por defecto, 50.";
App::$strings["Expiration period in days for imported (grid/network) content"] = "Caducidad del contenido importado de otros sitios (en días)";
@@ -2591,6 +2606,8 @@ App::$strings["posted an event"] = "publicó un evento";
App::$strings["shared a file with you"] = "compartió un archivo con usted";
App::$strings["Private forum"] = "Foro privado";
App::$strings["Public forum"] = "Foro público";
+App::$strings["Entry censored"] = "Entrada censurada";
+App::$strings["Entry uncensored"] = "Entrada sin censurar";
App::$strings["No service class restrictions found."] = "No se han encontrado restricciones sobre esta clase de servicio.";
App::$strings["Mood App"] = "App Estados de ánimo";
App::$strings["Set your current mood and tell your friends"] = "Describir su estado de ánimo para comunicárselo a sus amigos";
@@ -2670,6 +2687,9 @@ App::$strings["A verification token was sent to your email address [%s]. Enter t
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.";
@@ -2879,7 +2899,6 @@ App::$strings["Send email invitations to join this network"] = "Enviar invitacio
App::$strings["You have no more invitations available"] = "No tiene más invitaciones disponibles";
App::$strings["Send invitations"] = "Enviar invitaciones";
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["Please join my community on \$Projectname."] = "Por favor, únase a mi comunidad en \$Projectname.";
App::$strings["You will need to supply this invitation code:"] = "Tendrá que suministrar este código de invitación:";
App::$strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Regístrese en cualquier sitio de \$Projectname (están todos interconectados)";
@@ -2890,29 +2909,6 @@ App::$strings["Notes App"] = "App Notas";
App::$strings["A simple notes app with a widget (note: notes are not encrypted)"] = "Una simple aplicación de notas con un widget (aviso: las notas no están encriptadas)";
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["Unable to lookup recipient."] = "No se puede asociar a un destinatario.";
-App::$strings["Unable to communicate with requested channel."] = "No se puede establecer la comunicación con el canal solicitado.";
-App::$strings["Cannot verify requested channel."] = "No se puede verificar el canal solicitado.";
-App::$strings["Selected channel has private message restrictions. Send failed."] = "El canal seleccionado tiene restricciones sobre los mensajes privados. El envío falló.";
-App::$strings["Messages"] = "Mensajes";
-App::$strings["message"] = "mensaje";
-App::$strings["Message recalled."] = "Mensaje revocado.";
-App::$strings["Conversation removed."] = "Conversación eliminada.";
-App::$strings["Expires YYYY-MM-DD HH:MM"] = "Caduca YYYY-MM-DD HH:MM";
-App::$strings["Requested channel is not in this network"] = "El canal solicitado no existe en esta red";
-App::$strings["Send Private Message"] = "Enviar un mensaje privado";
-App::$strings["To:"] = "Para:";
-App::$strings["Subject:"] = "Asunto:";
-App::$strings["Attach file"] = "Adjuntar fichero";
-App::$strings["Send"] = "Enviar";
-App::$strings["Delete message"] = "Borrar mensaje";
-App::$strings["Delivery report"] = "Informe de transmisión";
-App::$strings["Recall message"] = "Revocar el mensaje";
-App::$strings["Message has been recalled."] = "El mensaje ha sido revocado.";
-App::$strings["Delete Conversation"] = "Eliminar conversación";
-App::$strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Comunicación segura no disponible. Pero <strong>puede</strong> responder desde la página del perfil del remitente.";
-App::$strings["Send Reply"] = "Responder";
-App::$strings["Your message for %s (%s):"] = "Su mensaje para %s (%s):";
App::$strings["Affinity Tool settings updated."] = "Actualización de los ajustes de Affinity Tool.";
App::$strings["This app presents a slider control in your connection editor and also on your network page. The slider represents your degree of friendship (affinity) with each connection. It allows you to zoom in or out and display conversations from only your closest friends or everybody in your stream."] = "Esta aplicación presenta un control deslizante en su editor de conexión y también en su página de red. El control deslizante representa su grado de amistad (afinidad) con cada conexión. Le permite acercar o alejar y mostrar conversaciones sólo de sus amigos más cercanos o de todo el mundo en su stream.";
App::$strings["Affinity Tool App"] = "App Affinity Tool ";
@@ -2999,6 +2995,7 @@ App::$strings["Show visual notifications including:"] = "Mostrar notificaciones
App::$strings["Unseen stream activity"] = "Actividad del stream no vista";
App::$strings["Unseen channel activity"] = "Actividad no vista en el canal";
App::$strings["Unseen private messages"] = "Mensajes privados no leídos";
+App::$strings["Recommended"] = "Recomendado";
App::$strings["Upcoming events"] = "Próximos eventos";
App::$strings["Events today"] = "Eventos de hoy";
App::$strings["Upcoming birthdays"] = "Próximos cumpleaños";
@@ -3059,7 +3056,7 @@ App::$strings["Enable user zoom on mobile devices"] = "Habilitar zoom de usuario
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 100 items"] = "Máximo de 100 elementos";
+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["Provide channel menu in navigation bar"] = "Proporcionar un menú de canales en la barra de navegación";
App::$strings["Default: channel menu located in app menu"] = "Predeterminado: menú de canales ubicado en el menú de aplicaciones";
@@ -3181,7 +3178,6 @@ App::$strings["Error retrieving page content"] = "Error al recuperar el contenid
App::$strings["New page"] = "Nueva página";
App::$strings["Revision Comparison"] = "Comparación de revisiones";
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["History"] = "Historial";
@@ -3304,15 +3300,22 @@ 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 authentication blocked. You are logged into this site locally. Please logout and retry."] = "La autenticación desde su servidor está bloqueada. Ha iniciado sesión localmente. Por favor, salga de la sesión y vuelva a intentarlo.";
+App::$strings["A deleted list with this name was revived. Existing item permissions <strong>may</strong> apply to this list and any future members. If this is not what you intended, please create another list with a different name."] = "Una lista eliminada con este nombre ha sido reactivada. Los permisos <strong>de los elementos existentes pueden </strong>aplicarse a esta lista y a cualquier miembro futuro. Si esto no es lo que pretendía, por favor, cree otra lista con un nombre diferente.";
+App::$strings["Add new connections to this access list"] = "Añadir nuevas conexiones a esta lista de acceso";
+App::$strings["Lists"] = "Listas";
+App::$strings["Edit list"] = "Editar lista";
+App::$strings["Create new list"] = "Crear una nueva lista";
+App::$strings["Channels not in any access list"] = "No hay canales en ninguna lista de acceso";
App::$strings["__ctx:permcat__ default"] = "por defecto";
App::$strings["__ctx:permcat__ follower"] = "seguidor";
App::$strings["__ctx:permcat__ contributor"] = "contribuidor";
App::$strings["__ctx:permcat__ publisher"] = "editor";
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 %1\$s's %2\$s"] = "Asistirá %2\$sde %1\$s";
-App::$strings["Will not attend %1\$s's %2\$s"] = "No asistirá %2\$sde %1\$s";
-App::$strings["May attend %1\$s's %2\$s"] = "Puede asistir %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.";
@@ -3327,6 +3330,7 @@ App::$strings["Please visit %s to view and/or reply to your private messages."]
App::$strings["commented on"] = "ha comentado sobre ";
App::$strings["liked"] = "ha gustado de ";
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]";
@@ -3362,11 +3366,14 @@ 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["edited a post dated %s"] = "ha editado una entrada con fecha de %s";
-App::$strings["edited a comment dated %s"] = "ha editado un comentario con fecha de %s";
+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["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.";
@@ -3395,7 +3402,6 @@ 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["Premium Channel"] = "Canal premium";
App::$strings["My Chatrooms"] = "Mis salas de chat";
App::$strings["Channel Export"] = "Exportar canal";
App::$strings["Purchase"] = "Comprar";
@@ -3425,32 +3431,19 @@ App::$strings["Untitled"] = "Sin título";
App::$strings["Wiki resource_id required for git commit"] = "Se necesita Wiki resource_id para el git commit";
App::$strings["Privacy conflict. Discretion advised."] = "Conflicto de privacidad. Se aconseja discreción.";
App::$strings["Admin Delete"] = "Eliminar admin";
-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["Add Tag"] = "Añadir etiqueta";
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",
);
-App::$strings["View %s's profile - %s"] = "Ver el perfil de %s - %s";
+App::$strings["%d unseen"] = "%dno visto/a vistos/as";
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["Vote"] = "Votar";
-App::$strings["Voting Options"] = "Opciones de votación";
App::$strings["Go to previous comment"] = "Ir al comentario anterior";
App::$strings["Add to Calendar"] = "Añadir al calendario";
App::$strings["Image"] = "Imagen";
diff --git a/view/es-es/lostpass_eml.tpl b/view/es-es/lostpass_eml.tpl
index 1e92ee758..39ce5e67b 100644
--- a/view/es-es/lostpass_eml.tpl
+++ b/view/es-es/lostpass_eml.tpl
@@ -20,8 +20,8 @@ Puede cambiar esta contraseña desde su cuenta después de iniciar sesión.
Los detalles del inicio de sesión son los siguientes:
-Localización del sitio:⇥{{$siteurl}}
-Nombre de usuario:⇥{{$email}}
+Localización del sitio: {{$siteurl}}
+Nombre de usuario: {{$email}}
diff --git a/view/js/acl.js b/view/js/acl.js
index 9415113dd..4597184ea 100644
--- a/view/js/acl.js
+++ b/view/js/acl.js
@@ -12,8 +12,13 @@ function ACL(backend_url) {
that.deny_cid = [];
that.deny_gid = [];
- that.group_uids = [];
- that.group_ids = [];
+ that.group_uids = {};
+ that.group_ids = {};
+ that.contact_uids = {};
+ that.contact_ids = {};
+
+ that.bang = '';
+
that.selected_id = '';
that.info = $("#acl-info");
@@ -78,6 +83,8 @@ ACL.prototype.get_form_data = function(event) {
that.deny_cid = (that.form_id.data('deny_cid') || []);
that.deny_gid = (that.form_id.data('deny_gid') || []);
+ that.bang = (that.form_id.data('bang') || '');
+
that.update_view();
that.on_submit();
@@ -147,15 +154,31 @@ ACL.prototype.on_showall = function(event) {
};
ACL.prototype.on_showgroup = function(event) {
- var xid = that.acl_select.children(":selected").val();
+
+ var xid = that.acl_select.val();
+ var cid = '';
+
+ if(xid.length && xid.substr(0,1) == '^') {
+ cid = xid.slice(1);
+ xid = '';
+ }
// preventDefault() isn't called here as we want state changes from update_view() to be applied to the radiobutton
event.stopPropagation();
- that.allow_cid = [];
- that.allow_gid = [xid];
- that.deny_cid = [];
- that.deny_gid = [];
+ if (xid.length) {
+ that.allow_cid = [];
+ that.allow_gid = [xid];
+ that.deny_cid = [];
+ that.deny_gid = [];
+
+ }
+ else {
+ that.allow_cid = [cid];
+ that.allow_gid = [];
+ that.deny_cid = [];
+ that.deny_gid = [];
+ }
that.update_view();
that.on_submit();
@@ -307,8 +330,26 @@ ACL.prototype.update_view = function(value) {
$('#dbtn-jotnets').hide();
$('.profile-jot-net input').attr('disabled', 'disabled');
}
+ else if (that.allow_gid.length === 0 && that.allow_cid.length === 1 && that.deny_gid.length === 0 && that.deny_cid.length === 0 && value !== 'custom') {
+
+ if(that.bang && that.bang !== that.allow_cid[0]) {
+ that.update_view('custom');
+ return;
+ }
+
+ that.list.hide(); //hide acl-list
+ that.info.hide(); //show acl-info
+ that.selected_id = that.contact_ids[that.allow_cid[0]];
+ that.update_select('\\^' + that.selected_id);
+
+ /* jot acl */
+ $('#jot-perms-icon, #dialog-perms-icon, #' + that.form_id[0].id + ' .jot-perms-icon').removeClass('fa-unlock').addClass('fa-lock');
+ $('#dbtn-jotnets').hide();
+ $('.profile-jot-net input').attr('disabled', 'disabled');
+ }
else {
+
that.list.show(); //show acl-list
datasrc2src('#acl-list-content .list-group-item img[data-src]');
that.info.hide(); //hide acl-info
@@ -382,6 +423,21 @@ ACL.prototype.update_view = function(value) {
bthide.removeClass("btn-outline-danger").addClass("btn-danger");
$(this).removeClass("groupshow");
}
+ $(that.contact_uids[id]).each(function(i, v) {
+ if(uclass == "grouphide")
+ // we need attr selection here because the id can include an @ (diaspora/friendica xchans)
+ $('[id="g' + v + '"]').removeClass("groupshow");
+ if(uclass !== "") {
+ var cls = $('[id="g' + v + '"]').attr('class');
+ if( cls === undefined)
+ return true;
+ var hiding = cls.indexOf('grouphide');
+ if(hiding == -1)
+ $('[id="g' + v + '"]').addClass(uclass);
+ }
+ });
+ break;
+
}
});
}
@@ -415,9 +471,13 @@ ACL.prototype.populate = function(data) {
that.group_uids[this.xid] = this.uids;
that.group_ids[this.xid] = this.id;
}
+ else {
+ that.contact_ids[this.xid] = this.id;
+ }
if (this.self === 'abook-self') {
that.self[0] = this.xid;
}
+
that.list_content.append(html);
});
};
diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js
index 278a0a176..27011b4d4 100644
--- a/view/js/autocomplete.js
+++ b/view/js/autocomplete.js
@@ -40,7 +40,7 @@ function contact_format(item) {
var desc = ((item.label) ? item.nick + ' ' + item.label : item.nick);
if(typeof desc === 'undefined') desc = '';
if(desc) desc = ' ('+desc+')';
- return "<div class='{0} dropdown-item dropdown-notification clearfix' title='{4}'><img class='menu-img-2' src='{1}'><span class='contactname'>{2}</span><span class='dropdown-sub-text'>{4}</span></div>".format(item.taggable, item.photo, item.name, desc, typeof(item.link) !== 'undefined' ? item.link : desc.replace('(','').replace(')',''));
+ return "<div class='{0} dropdown-item dropdown-notification clearfix' title='{4}'><img class='menu-img-2' src='{1}' loading='lazy'><span class='font-weight-bold contactname'>{2}</span><span class='dropdown-sub-text'>{4}</span></div>".format(item.taggable, item.photo, item.name, desc, typeof(item.link) !== 'undefined' ? item.link : desc.replace('(','').replace(')',''));
}
else
return "<div>" + item.text + "</div>";
@@ -203,7 +203,7 @@ function string2bb(element) {
context: function(text) { return text.toLowerCase(); },
template: smiley_format
};
- this.attr('autocomplete','off');
+ //this.attr('autocomplete','off');
var Textarea = Textcomplete.editors.Textarea;
@@ -298,7 +298,7 @@ function string2bb(element) {
template: contact_format,
};
- this.attr('autocomplete','off');
+ //this.attr('autocomplete','off');
var textcomplete;
var Textarea = Textcomplete.editors.Textarea;
@@ -341,7 +341,7 @@ function string2bb(element) {
template: contact_format,
};
- this.attr('autocomplete','off');
+ //this.attr('autocomplete','off');
var textcomplete;
var Textarea = Textcomplete.editors.Textarea;
@@ -372,7 +372,7 @@ function string2bb(element) {
return;
if(type=='bbcode') {
- var open_close_elements = ['bold', 'italic', 'underline', 'overline', 'strike', 'superscript', 'subscript', 'quote', 'code', 'open', 'spoiler', 'summary', 'map', 'nobb', 'list', 'checklist', 'ul', 'ol', 'dl', 'li', 'table', 'tr', 'th', 'td', 'center', 'color', 'font', 'size', 'zrl', 'zmg', 'rpost', 'qr', 'observer', 'observer.language','embed', 'highlight', 'url', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6'];
+ var open_close_elements = ['bold', 'italic', 'underline', 'overline', 'strike', 'superscript', 'subscript', 'quote', 'code', 'open', 'spoiler', 'summary', 'map', 'nobb', 'list', 'checklist', 'question', 'answer', 'ul', 'ol', 'dl', 'li', 'table', 'tr', 'th', 'td', 'center', 'color', 'font', 'size', 'zrl', 'zmg', 'rpost', 'qr', 'observer', 'observer.language','embed', 'highlight', 'url', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6'];
var open_elements = ['observer.baseurl', 'observer.address', 'observer.photo', 'observer.name', 'observer.webname', 'observer.url', '*', 'hr' ];
var elements = open_close_elements.concat(open_elements);
@@ -427,7 +427,7 @@ function string2bb(element) {
template: bbco_format
};
- this.attr('autocomplete','off');
+ //this.attr('autocomplete','off');
var Textarea = Textcomplete.editors.Textarea;
diff --git a/view/js/crypto.js b/view/js/crypto.js
index c3a37d177..14bc1e0a2 100644
--- a/view/js/crypto.js
+++ b/view/js/crypto.js
@@ -1,4 +1,3 @@
-
function str_rot13 (str) {
// http://kevin.vanzonneveld.net
// + original by: Jonas Raoni Soares Silva (http://www.jsfromhell.com)
@@ -16,22 +15,7 @@ function str_rot13 (str) {
});
}
-
-// Arrays for pluggable encryptors/decryptors
-
-var red_encryptors = new Array();
-var red_decryptors = new Array();
-
-// We probably just want the element where the text is and find it ourself. e.g. if
-// there is highlighted text use it, otherwise use the entire text.
-// So the third element may be useless. Fix also in view/tpl/jot.tpl before
-// adding to all the editor templates and enabling the feature
-
-// Should probably do some input sanitising and dealing with bbcode, hiding key text, and displaying
-// results in a lightbox and/or popup form are left as an exercise for the reader.
-
-
-function red_encrypt(alg, elem,text) {
+function hz_encrypt(alg, elem) {
var enc_text = '';
var newdiv = '';
@@ -55,57 +39,24 @@ function red_encrypt(alg, elem,text) {
alg = 'rot13';
if((alg == 'rot13') || (alg == 'triple-rot13'))
- newdiv = "[crypt alg='rot13']" + str_rot13(text) + '[/crypt]';
+ newdiv = "[crypt alg='rot13']" + window.btoa(str_rot13(text)) + '[/crypt]';
- if(alg == 'aes256') {
-
- // 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.
-
- var enc_hint = bin2hex(prompt(aStr['passhint']));
-
- enc_text = CryptoJS.AES.encrypt(text,enc_key);
-
- encrypted = enc_text.toString();
-
- newdiv = "[crypt alg='aes256' hint='" + enc_hint + "']" + encrypted + '[/crypt]';
- }
- if(alg == 'rabbit') {
+ 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.
var enc_hint = bin2hex(prompt(aStr['passhint']));
- enc_text = CryptoJS.Rabbit.encrypt(text,enc_key);
- encrypted = enc_text.toString();
-
- newdiv = "[crypt alg='rabbit' hint='" + enc_hint + "']" + encrypted + '[/crypt]';
- }
- if(alg == '3des') {
+ enc_text = sjcl.encrypt(enc_key, text);
- // 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.
-
- var enc_hint = bin2hex(prompt(aStr['passhint']));
-
- enc_text = CryptoJS.TripleDES.encrypt(text,enc_key);
encrypted = enc_text.toString();
- newdiv = "[crypt alg='3des' hint='" + enc_hint + "']" + encrypted + '[/crypt]';
- }
- if((red_encryptors.length) && (! newdiv.length)) {
- for(var i = 0; i < red_encryptors.length; i ++) {
- newdiv = red_encryptors[i](alg,text);
- if(newdiv.length)
- break;
- }
+ newdiv = "[crypt alg='AES-128-CCM' hint='" + enc_hint + "']" + window.btoa(encrypted) + '[/crypt]';
}
enc_key = '';
-// alert(newdiv);
-
// This might be a comment box on a page with a tinymce editor
// so check if there is a tinymce editor but also check the display
// property of our source element - because a tinymce instance
@@ -119,44 +70,29 @@ function red_encrypt(alg, elem,text) {
$(elem).val(newdiv);
}
-// textarea = document.getElementById(elem);
-// if (document.selection) {
-// textarea.focus();
-// selected = document.selection.createRange();
-// selected.text = newdiv;
-// } else if (textarea.selectionStart || textarea.selectionStart == "0") {
-// var start = textarea.selectionStart;
-// var end = textarea.selectionEnd;
-// textarea.value = textarea.value.substring(0, start) + newdiv + textarea.value.substring(end, textarea.value.length);
-// }
}
-function red_decrypt(alg,hint,text,elem) {
+function hz_decrypt(alg, hint, text, elem) {
var dec_text = '';
+ var supported = ['AES-128-CCM', 'rot13', 'triple-rot13'];
+
+ if(supported.indexOf(alg) < 0) {
+ alert('Sorry, this encryption type is not supported anymore.\r\nConsider asking your admin to install the cryptojs addon for legacy crypto support.');
+ return;
+ }
+
+ text = window.atob(text);
+
if(alg == 'rot13' || alg == 'triple-rot13')
dec_text = str_rot13(text);
else {
var enc_key = bin2hex(prompt((hint.length) ? hex2bin(hint) : aStr['passphrase']));
}
- if(alg == 'aes256') {
- dec_text = CryptoJS.AES.decrypt(text,enc_key);
- }
- if(alg == 'rabbit') {
- dec_text = CryptoJS.Rabbit.decrypt(text,enc_key);
- }
- if(alg == '3des') {
- dec_text = CryptoJS.TripleDES.decrypt(text,enc_key);
- }
-
- if((red_decryptors.length) && (! dec_text.length)) {
- for(var i = 0; i < red_decryptors.length; i ++) {
- dec_text = red_decryptors[i](alg,text,enc_key);
- if(dec_text.length)
- break;
- }
+ if(alg == 'AES-128-CCM') {
+ dec_text = sjcl.decrypt(enc_key, text);
}
enc_key = '';
@@ -167,7 +103,7 @@ function red_decrypt(alg,hint,text,elem) {
// 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.
- var dec_result = dec_text.toString(CryptoJS.enc.Utf8);
+ var dec_result = dec_text.toString();
delete dec_text;
// incorrect decryptions *usually* but don't always have zero length
@@ -179,116 +115,4 @@ function red_decrypt(alg,hint,text,elem) {
dec_result = '';
}
}
-
-
-
-
-
-function base64_encode (data) {
- // http://kevin.vanzonneveld.net
- // + original by: Tyler Akins (http://rumkin.com)
- // + improved by: Bayron Guevara
- // + improved by: Thunder.m
- // + improved by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
- // + bugfixed by: Pellentesque Malesuada
- // + improved by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
- // + improved by: Rafa? Kukawski (http://kukawski.pl)
- // * example 1: base64_encode('Kevin van Zonneveld');
- // * returns 1: 'S2V2aW4gdmFuIFpvbm5ldmVsZA=='
- // mozilla has this native
- // - but breaks in 2.0.0.12!
- //if (typeof this.window['btoa'] === 'function') {
- // return btoa(data);
- //}
- var b64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
- var o1, o2, o3, h1, h2, h3, h4, bits, i = 0,
- ac = 0,
- enc = "",
- tmp_arr = [];
-
- if (!data) {
- return data;
- }
-
- do { // pack three octets into four hexets
- o1 = data.charCodeAt(i++);
- o2 = data.charCodeAt(i++);
- o3 = data.charCodeAt(i++);
-
- bits = o1 << 16 | o2 << 8 | o3;
-
- h1 = bits >> 18 & 0x3f;
- h2 = bits >> 12 & 0x3f;
- h3 = bits >> 6 & 0x3f;
- h4 = bits & 0x3f;
-
- // use hexets to index into b64, and append result to encoded string
- tmp_arr[ac++] = b64.charAt(h1) + b64.charAt(h2) + b64.charAt(h3) + b64.charAt(h4);
- } while (i < data.length);
-
- enc = tmp_arr.join('');
-
- var r = data.length % 3;
-
- return (r ? enc.slice(0, r - 3) : enc) + '==='.slice(r || 3);
-
-}
-
-
-function base64_decode (data) {
- // http://kevin.vanzonneveld.net
- // + original by: Tyler Akins (http://rumkin.com)
- // + improved by: Thunder.m
- // + input by: Aman Gupta
- // + improved by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
- // + bugfixed by: Onno Marsman
- // + bugfixed by: Pellentesque Malesuada
- // + improved by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
- // + input by: Brett Zamir (http://brett-zamir.me)
- // + bugfixed by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
- // * example 1: base64_decode('S2V2aW4gdmFuIFpvbm5ldmVsZA==');
- // * returns 1: 'Kevin van Zonneveld'
- // mozilla has this native
- // - but breaks in 2.0.0.12!
- //if (typeof this.window['atob'] === 'function') {
- // return atob(data);
- //}
- var b64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
- var o1, o2, o3, h1, h2, h3, h4, bits, i = 0,
- ac = 0,
- dec = "",
- tmp_arr = [];
-
- if (!data) {
- return data;
- }
-
- data += '';
-
- do { // unpack four hexets into three octets using index points in b64
- h1 = b64.indexOf(data.charAt(i++));
- h2 = b64.indexOf(data.charAt(i++));
- h3 = b64.indexOf(data.charAt(i++));
- h4 = b64.indexOf(data.charAt(i++));
-
- bits = h1 << 18 | h2 << 12 | h3 << 6 | h4;
-
- o1 = bits >> 16 & 0xff;
- o2 = bits >> 8 & 0xff;
- o3 = bits & 0xff;
-
- if (h3 == 64) {
- tmp_arr[ac++] = String.fromCharCode(o1);
- } else if (h4 == 64) {
- tmp_arr[ac++] = String.fromCharCode(o1, o2);
- } else {
- tmp_arr[ac++] = String.fromCharCode(o1, o2, o3);
- }
- } while (i < data.length);
-
- dec = tmp_arr.join('');
-
- return dec;
-}
-
diff --git a/view/js/jquery.js b/view/js/jquery.js
index a1c07fd80..f88b25edd 100644
--- a/view/js/jquery.js
+++ b/view/js/jquery.js
@@ -1,2 +1,3 @@
-/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */
-!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}k.fn=k.prototype={jquery:f,constructor:k,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=k.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return k.each(this,e)},map:function(n){return this.pushStack(k.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:t.sort,splice:t.splice},k.extend=k.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||m(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(k.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||k.isPlainObject(n)?n:{},i=!1,a[t]=k.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},k.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==o.call(e))&&(!(t=r(e))||"function"==typeof(n=v.call(t,"constructor")&&t.constructor)&&a.call(n)===l)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t){b(e,{nonce:t&&t.nonce})},each:function(e,t){var n,r=0;if(d(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(p,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(d(Object(e))?k.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:i.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!==a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,a=[];if(d(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&a.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&a.push(i);return g.apply([],a)},guid:1,support:y}),"function"==typeof Symbol&&(k.fn[Symbol.iterator]=t[Symbol.iterator]),k.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var h=function(n){var e,d,b,o,i,h,f,g,w,u,l,T,C,a,E,v,s,c,y,k="sizzle"+1*new Date,m=n.document,S=0,r=0,p=ue(),x=ue(),N=ue(),A=ue(),D=function(e,t){return e===t&&(l=!0),0},j={}.hasOwnProperty,t=[],q=t.pop,L=t.push,H=t.push,O=t.slice,P=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},R="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",I="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",W="\\["+M+"*("+I+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+I+"))|)"+M+"*\\]",$=":("+I+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+W+")*)|.*)\\)|)",F=new RegExp(M+"+","g"),B=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),_=new RegExp("^"+M+"*,"+M+"*"),z=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ne=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){(s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;while(o--)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="<a id='"+k+"'></a><select id='"+k+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0<se(t,C,null,[e]).length},se.contains=function(e,t){return(e.ownerDocument||e)!==C&&T(e),y(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!==C&&T(e);var n=b.attrHandle[t.toLowerCase()],r=n&&j.call(b.attrHandle,t.toLowerCase())?n(e,t,!E):void 0;return void 0!==r?r:d.attributes||!E?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},se.escape=function(e){return(e+"").replace(re,ie)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,n=[],r=0,i=0;if(l=!d.detectDuplicates,u=!d.sortStable&&e.slice(0),e.sort(D),l){while(t=e[i++])t===e[i]&&(r=n.push(i));while(r--)e.splice(n[r],1)}return u=null,e},o=se.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else while(t=e[r++])n+=o(t);return n},(b=se.selectors={cacheLength:50,createPseudo:le,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1<t.indexOf(i):"$="===r?i&&t.slice(-i.length)===i:"~="===r?-1<(" "+t.replace(F," ")+" ").indexOf(i):"|="===r&&(t===i||t.slice(0,i.length+1)===i+"-"))}},CHILD:function(h,e,t,g,v){var y="nth"!==h.slice(0,3),m="last"!==h.slice(-4),x="of-type"===e;return 1===g&&0===v?function(e){return!!e.parentNode}:function(e,t,n){var r,i,o,a,s,u,l=y!==m?"nextSibling":"previousSibling",c=e.parentNode,f=x&&e.nodeName.toLowerCase(),p=!n&&!x,d=!1;if(c){if(y){while(l){a=e;while(a=a[l])if(x?a.nodeName.toLowerCase()===f:1===a.nodeType)return!1;u=l="only"===h&&!u&&"nextSibling"}return!0}if(u=[m?c.firstChild:c.lastChild],m&&p){d=(s=(r=(i=(o=(a=c)[k]||(a[k]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===S&&r[1])&&r[2],a=s&&c.childNodes[s];while(a=++s&&a&&a[l]||(d=s=0)||u.pop())if(1===a.nodeType&&++d&&a===e){i[h]=[S,s,d];break}}else if(p&&(d=s=(r=(i=(o=(a=e)[k]||(a[k]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===S&&r[1]),!1===d)while(a=++s&&a&&a[l]||(d=s=0)||u.pop())if((x?a.nodeName.toLowerCase()===f:1===a.nodeType)&&++d&&(p&&((i=(o=a[k]||(a[k]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]=[S,d]),a===e))break;return(d-=v)===g||d%g==0&&0<=d/g}}},PSEUDO:function(e,o){var t,a=b.pseudos[e]||b.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return a[k]?a(o):1<a.length?(t=[e,e,"",o],b.setFilters.hasOwnProperty(e.toLowerCase())?le(function(e,t){var n,r=a(e,o),i=r.length;while(i--)e[n=P(e,r[i])]=!(t[n]=r[i])}):function(e){return a(e,0,t)}):a}},pseudos:{not:le(function(e){var r=[],i=[],s=f(e.replace(B,"$1"));return s[k]?le(function(e,t,n,r){var i,o=s(e,null,r,[]),a=e.length;while(a--)(i=o[a])&&(e[a]=!(t[a]=i))}):function(e,t,n){return r[0]=e,s(r,null,n,i),r[0]=null,!i.pop()}}),has:le(function(t){return function(e){return 0<se(t,e).length}}),contains:le(function(t){return t=t.replace(te,ne),function(e){return-1<(e.textContent||o(e)).indexOf(t)}}),lang:le(function(n){return V.test(n||"")||se.error("unsupported lang: "+n),n=n.replace(te,ne).toLowerCase(),function(e){var t;do{if(t=E?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=n.location&&n.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===a},focus:function(e){return e===C.activeElement&&(!C.hasFocus||C.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ge(!1),disabled:ge(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!b.pseudos.empty(e)},header:function(e){return J.test(e.nodeName)},input:function(e){return Q.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ve(function(){return[0]}),last:ve(function(e,t){return[t-1]}),eq:ve(function(e,t,n){return[n<0?n+t:n]}),even:ve(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:ve(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:ve(function(e,t,n){for(var r=n<0?n+t:t<n?t:n;0<=--r;)e.push(r);return e}),gt:ve(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=b.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})b.pseudos[e]=de(e);for(e in{submit:!0,reset:!0})b.pseudos[e]=he(e);function me(){}function xe(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function be(s,e,t){var u=e.dir,l=e.next,c=l||u,f=t&&"parentNode"===c,p=r++;return e.first?function(e,t,n){while(e=e[u])if(1===e.nodeType||f)return s(e,t,n);return!1}:function(e,t,n){var r,i,o,a=[S,p];if(n){while(e=e[u])if((1===e.nodeType||f)&&s(e,t,n))return!0}else while(e=e[u])if(1===e.nodeType||f)if(i=(o=e[k]||(e[k]={}))[e.uniqueID]||(o[e.uniqueID]={}),l&&l===e.nodeName.toLowerCase())e=e[u]||e;else{if((r=i[c])&&r[0]===S&&r[1]===p)return a[2]=r[2];if((i[c]=a)[2]=s(e,t,n))return!0}return!1}}function we(i){return 1<i.length?function(e,t,n){var r=i.length;while(r--)if(!i[r](e,t,n))return!1;return!0}:i[0]}function Te(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function Ce(d,h,g,v,y,e){return v&&!v[k]&&(v=Ce(v)),y&&!y[k]&&(y=Ce(y,e)),le(function(e,t,n,r){var i,o,a,s=[],u=[],l=t.length,c=e||function(e,t,n){for(var r=0,i=t.length;r<i;r++)se(e,t[r],n);return n}(h||"*",n.nodeType?[n]:n,[]),f=!d||!e&&h?c:Te(c,s,d,n,r),p=g?y||(e?d:l||v)?[]:t:f;if(g&&g(f,p,n,r),v){i=Te(p,u),v(i,[],n,r),o=i.length;while(o--)(a=i[o])&&(p[u[o]]=!(f[u[o]]=a))}if(e){if(y||d){if(y){i=[],o=p.length;while(o--)(a=p[o])&&i.push(f[o]=a);y(null,p=[],i,r)}o=p.length;while(o--)(a=p[o])&&-1<(i=y?P(e,a):s[o])&&(e[i]=!(t[i]=a))}}else p=Te(p===t?p.splice(l,p.length):p),y?y(null,t,p,r):H.apply(t,p)})}function Ee(e){for(var i,t,n,r=e.length,o=b.relative[e[0].type],a=o||b.relative[" "],s=o?1:0,u=be(function(e){return e===i},a,!0),l=be(function(e){return-1<P(i,e)},a,!0),c=[function(e,t,n){var r=!o&&(n||t!==w)||((i=t).nodeType?u(e,t,n):l(e,t,n));return i=null,r}];s<r;s++)if(t=b.relative[e[s].type])c=[be(we(c),t)];else{if((t=b.filter[e[s].type].apply(null,e[s].matches))[k]){for(n=++s;n<r;n++)if(b.relative[e[n].type])break;return Ce(1<s&&we(c),1<s&&xe(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(B,"$1"),t,s<n&&Ee(e.slice(s,n)),n<r&&Ee(e=e.slice(n)),n<r&&xe(e))}c.push(t)}return we(c)}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var n,r,i,o,a,s,u,l=x[e+" "];if(l)return t?0:l.slice(0);a=e,s=[],u=b.preFilter;while(a){for(o in n&&!(r=_.exec(a))||(r&&(a=a.slice(r[0].length)||a),s.push(i=[])),n=!1,(r=z.exec(a))&&(n=r.shift(),i.push({value:n,type:r[0].replace(B," ")}),a=a.slice(n.length)),b.filter)!(r=G[o].exec(a))||u[o]&&!(r=u[o](r))||(n=r.shift(),i.push({value:n,type:o,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?se.error(e):x(e,s).slice(0)},f=se.compile=function(e,t){var n,v,y,m,x,r,i=[],o=[],a=N[e+" "];if(!a){t||(t=h(e)),n=t.length;while(n--)(a=Ee(t[n]))[k]?i.push(a):o.push(a);(a=N(e,(v=o,m=0<(y=i).length,x=0<v.length,r=function(e,t,n,r,i){var o,a,s,u=0,l="0",c=e&&[],f=[],p=w,d=e||x&&b.find.TAG("*",i),h=S+=null==p?1:Math.random()||.1,g=d.length;for(i&&(w=t===C||t||i);l!==g&&null!=(o=d[l]);l++){if(x&&o){a=0,t||o.ownerDocument===C||(T(o),n=!E);while(s=v[a++])if(s(o,t||C,n)){r.push(o);break}i&&(S=h)}m&&((o=!s&&o)&&u--,e&&c.push(o))}if(u+=l,m&&l!==u){a=0;while(s=y[a++])s(c,f,t,n);if(e){if(0<u)while(l--)c[l]||f[l]||(f[l]=q.call(r));f=Te(f)}H.apply(r,f),i&&!e&&0<f.length&&1<u+y.length&&se.uniqueSort(r)}return i&&(S=h,w=p),c},m?le(r):r))).selector=e}return a},g=se.select=function(e,t,n,r){var i,o,a,s,u,l="function"==typeof e&&e,c=!r&&h(e=l.selector||e);if(n=n||[],1===c.length){if(2<(o=c[0]=c[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&E&&b.relative[o[1].type]){if(!(t=(b.find.ID(a.matches[0].replace(te,ne),t)||[])[0]))return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}i=G.needsContext.test(e)?0:o.length;while(i--){if(a=o[i],b.relative[s=a.type])break;if((u=b.find[s])&&(r=u(a.matches[0].replace(te,ne),ee.test(o[0].type)&&ye(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&xe(o)))return H.apply(n,r),n;break}}}return(l||f(e,c))(r,t,!E,n,!t||ee.test(e)&&ye(t.parentNode)||t),n},d.sortStable=k.split("").sort(D).join("")===k,d.detectDuplicates=!!l,T(),d.sortDetached=ce(function(e){return 1&e.compareDocumentPosition(C.createElement("fieldset"))}),ce(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||fe("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),d.attributes&&ce(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||fe("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ce(function(e){return null==e.getAttribute("disabled")})||fe(R,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),se}(C);k.find=h,k.expr=h.selectors,k.expr[":"]=k.expr.pseudos,k.uniqueSort=k.unique=h.uniqueSort,k.text=h.getText,k.isXMLDoc=h.isXML,k.contains=h.contains,k.escapeSelector=h.escape;var T=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&k(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},N=k.expr.match.needsContext;function A(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var D=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1<i.call(n,e)!==r}):k.filter(n,e,r)}k.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?k.find.matchesSelector(r,e)?[r]:[]:k.find.matches(e,k.grep(t,function(e){return 1===e.nodeType}))},k.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(k(e).filter(function(){for(t=0;t<r;t++)if(k.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)k.find(e,i[t],n);return 1<r?k.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&N.test(e)?k(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this)}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(k.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&k(e);if(!N.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?-1<a.index(n):1===n.nodeType&&k.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(1<o.length?k.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?i.call(k(e),this[0]):i.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(k.uniqueSort(k.merge(this.get(),k(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),k.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return T(e,"parentNode")},parentsUntil:function(e,t,n){return T(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return T(e,"nextSibling")},prevAll:function(e){return T(e,"previousSibling")},nextUntil:function(e,t,n){return T(e,"nextSibling",n)},prevUntil:function(e,t,n){return T(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return"undefined"!=typeof e.contentDocument?e.contentDocument:(A(e,"template")&&(e=e.content||e),k.merge([],e.childNodes))}},function(r,i){k.fn[r]=function(e,t){var n=k.map(this,i,e);return"Until"!==r.slice(-5)&&(t=e),t&&"string"==typeof t&&(n=k.filter(t,n)),1<this.length&&(O[r]||k.uniqueSort(n),H.test(r)&&n.reverse()),this.pushStack(n)}});var R=/[^\x20\t\r\n\f]+/g;function M(e){return e}function I(e){throw e}function W(e,t,n,r){var i;try{e&&m(i=e.promise)?i.call(e).done(t).fail(n):e&&m(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}k.Callbacks=function(r){var e,n;r="string"==typeof r?(e=r,n={},k.each(e.match(R)||[],function(e,t){n[t]=!0}),n):k.extend({},r);var i,t,o,a,s=[],u=[],l=-1,c=function(){for(a=a||r.once,o=i=!0;u.length;l=-1){t=u.shift();while(++l<s.length)!1===s[l].apply(t[0],t[1])&&r.stopOnFalse&&(l=s.length,t=!1)}r.memory||(t=!1),i=!1,a&&(s=t?[]:"")},f={add:function(){return s&&(t&&!i&&(l=s.length-1,u.push(t)),function n(e){k.each(e,function(e,t){m(t)?r.unique&&f.has(t)||s.push(t):t&&t.length&&"string"!==w(t)&&n(t)})}(arguments),t&&!i&&c()),this},remove:function(){return k.each(arguments,function(e,t){var n;while(-1<(n=k.inArray(t,s,n)))s.splice(n,1),n<=l&&l--}),this},has:function(e){return e?-1<k.inArray(e,s):0<s.length},empty:function(){return s&&(s=[]),this},disable:function(){return a=u=[],s=t="",this},disabled:function(){return!s},lock:function(){return a=u=[],t||i||(s=t=""),this},locked:function(){return!!a},fireWith:function(e,t){return a||(t=[e,(t=t||[]).slice?t.slice():t],u.push(t),i||c()),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!o}};return f},k.extend({Deferred:function(e){var o=[["notify","progress",k.Callbacks("memory"),k.Callbacks("memory"),2],["resolve","done",k.Callbacks("once memory"),k.Callbacks("once memory"),0,"resolved"],["reject","fail",k.Callbacks("once memory"),k.Callbacks("once memory"),1,"rejected"]],i="pending",a={state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},"catch":function(e){return a.then(null,e)},pipe:function(){var i=arguments;return k.Deferred(function(r){k.each(o,function(e,t){var n=m(i[t[4]])&&i[t[4]];s[t[1]](function(){var e=n&&n.apply(this,arguments);e&&m(e.promise)?e.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[t[0]+"With"](this,n?[e]:arguments)})}),i=null}).promise()},then:function(t,n,r){var u=0;function l(i,o,a,s){return function(){var n=this,r=arguments,e=function(){var e,t;if(!(i<u)){if((e=a.apply(n,r))===o.promise())throw new TypeError("Thenable self-resolution");t=e&&("object"==typeof e||"function"==typeof e)&&e.then,m(t)?s?t.call(e,l(u,o,M,s),l(u,o,I,s)):(u++,t.call(e,l(u,o,M,s),l(u,o,I,s),l(u,o,M,o.notifyWith))):(a!==M&&(n=void 0,r=[e]),(s||o.resolveWith)(n,r))}},t=s?e:function(){try{e()}catch(e){k.Deferred.exceptionHook&&k.Deferred.exceptionHook(e,t.stackTrace),u<=i+1&&(a!==I&&(n=void 0,r=[e]),o.rejectWith(n,r))}};i?t():(k.Deferred.getStackHook&&(t.stackTrace=k.Deferred.getStackHook()),C.setTimeout(t))}}return k.Deferred(function(e){o[0][3].add(l(0,e,m(r)?r:M,e.notifyWith)),o[1][3].add(l(0,e,m(t)?t:M)),o[2][3].add(l(0,e,m(n)?n:I))}).promise()},promise:function(e){return null!=e?k.extend(e,a):a}},s={};return k.each(o,function(e,t){var n=t[2],r=t[5];a[t[1]]=n.add,r&&n.add(function(){i=r},o[3-e][2].disable,o[3-e][3].disable,o[0][2].lock,o[0][3].lock),n.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=n.fireWith}),a.promise(s),e&&e.call(s,s),s},when:function(e){var n=arguments.length,t=n,r=Array(t),i=s.call(arguments),o=k.Deferred(),a=function(t){return function(e){r[t]=this,i[t]=1<arguments.length?s.call(arguments):e,--n||o.resolveWith(r,i)}};if(n<=1&&(W(e,o.done(a(t)).resolve,o.reject,!n),"pending"===o.state()||m(i[t]&&i[t].then)))return o.then();while(t--)W(i[t],a(t),o.reject);return o.promise()}});var $=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;k.Deferred.exceptionHook=function(e,t){C.console&&C.console.warn&&e&&$.test(e.name)&&C.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},k.readyException=function(e){C.setTimeout(function(){throw e})};var F=k.Deferred();function B(){E.removeEventListener("DOMContentLoaded",B),C.removeEventListener("load",B),k.ready()}k.fn.ready=function(e){return F.then(e)["catch"](function(e){k.readyException(e)}),this},k.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--k.readyWait:k.isReady)||(k.isReady=!0)!==e&&0<--k.readyWait||F.resolveWith(E,[k])}}),k.ready.then=F.then,"complete"===E.readyState||"loading"!==E.readyState&&!E.documentElement.doScroll?C.setTimeout(k.ready):(E.addEventListener("DOMContentLoaded",B),C.addEventListener("load",B));var _=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===w(n))for(s in i=!0,n)_(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,m(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(k(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},z=/^-ms-/,U=/-([a-z])/g;function X(e,t){return t.toUpperCase()}function V(e){return e.replace(z,"ms-").replace(U,X)}var G=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Y(){this.expando=k.expando+Y.uid++}Y.uid=1,Y.prototype={cache:function(e){var t=e[this.expando];return t||(t={},G(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[V(t)]=n;else for(r in t)i[V(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][V(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(V):(t=V(t))in r?[t]:t.match(R)||[]).length;while(n--)delete r[t[n]]}(void 0===t||k.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!k.isEmptyObject(t)}};var Q=new Y,J=new Y,K=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Z=/[A-Z]/g;function ee(e,t,n){var r,i;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(Z,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n="true"===(i=n)||"false"!==i&&("null"===i?null:i===+i+""?+i:K.test(i)?JSON.parse(i):i)}catch(e){}J.set(e,t,n)}else n=void 0;return n}k.extend({hasData:function(e){return J.hasData(e)||Q.hasData(e)},data:function(e,t,n){return J.access(e,t,n)},removeData:function(e,t){J.remove(e,t)},_data:function(e,t,n){return Q.access(e,t,n)},_removeData:function(e,t){Q.remove(e,t)}}),k.fn.extend({data:function(n,e){var t,r,i,o=this[0],a=o&&o.attributes;if(void 0===n){if(this.length&&(i=J.get(o),1===o.nodeType&&!Q.get(o,"hasDataAttrs"))){t=a.length;while(t--)a[t]&&0===(r=a[t].name).indexOf("data-")&&(r=V(r.slice(5)),ee(o,r,i[r]));Q.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof n?this.each(function(){J.set(this,n)}):_(this,function(e){var t;if(o&&void 0===e)return void 0!==(t=J.get(o,n))?t:void 0!==(t=ee(o,n))?t:void 0;this.each(function(){J.set(this,n,e)})},null,e,1<arguments.length,null,!0)},removeData:function(e){return this.each(function(){J.remove(this,e)})}}),k.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Q.get(e,t),n&&(!r||Array.isArray(n)?r=Q.access(e,t,k.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=k.queue(e,t),r=n.length,i=n.shift(),o=k._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){k.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Q.get(e,n)||Q.access(e,n,{empty:k.Callbacks("once memory").add(function(){Q.remove(e,[t+"queue",n])})})}}),k.fn.extend({queue:function(t,n){var e=2;return"string"!=typeof t&&(n=t,t="fx",e--),arguments.length<e?k.queue(this[0],t):void 0===n?this:this.each(function(){var e=k.queue(this,t,n);k._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&k.dequeue(this,t)})},dequeue:function(e){return this.each(function(){k.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=k.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=Q.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var te=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ne=new RegExp("^(?:([+-])=|)("+te+")([a-z%]*)$","i"),re=["Top","Right","Bottom","Left"],ie=E.documentElement,oe=function(e){return k.contains(e.ownerDocument,e)},ae={composed:!0};ie.getRootNode&&(oe=function(e){return k.contains(e.ownerDocument,e)||e.getRootNode(ae)===e.ownerDocument});var se=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&oe(e)&&"none"===k.css(e,"display")},ue=function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];for(o in i=n.apply(e,r||[]),t)e.style[o]=a[o];return i};function le(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return k.css(e,t,"")},u=s(),l=n&&n[3]||(k.cssNumber[t]?"":"px"),c=e.nodeType&&(k.cssNumber[t]||"px"!==l&&+u)&&ne.exec(k.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)k.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,k.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var ce={};function fe(e,t){for(var n,r,i,o,a,s,u,l=[],c=0,f=e.length;c<f;c++)(r=e[c]).style&&(n=r.style.display,t?("none"===n&&(l[c]=Q.get(r,"display")||null,l[c]||(r.style.display="")),""===r.style.display&&se(r)&&(l[c]=(u=a=o=void 0,a=(i=r).ownerDocument,s=i.nodeName,(u=ce[s])||(o=a.body.appendChild(a.createElement(s)),u=k.css(o,"display"),o.parentNode.removeChild(o),"none"===u&&(u="block"),ce[s]=u)))):"none"!==n&&(l[c]="none",Q.set(r,"display",n)));for(c=0;c<f;c++)null!=l[c]&&(e[c].style.display=l[c]);return e}k.fn.extend({show:function(){return fe(this,!0)},hide:function(){return fe(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){se(this)?k(this).show():k(this).hide()})}});var pe=/^(?:checkbox|radio)$/i,de=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n<r;n++)Q.set(e[n],"globalEval",!t||Q.get(t[n],"globalEval"))}ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;var me,xe,be=/<|&#?\w+;/;function we(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===w(o))k.merge(p,o.nodeType?[o]:o);else if(be.test(o)){a=a||f.appendChild(t.createElement("div")),s=(de.exec(o)||["",""])[1].toLowerCase(),u=ge[s]||ge._default,a.innerHTML=u[1]+k.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;k.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));f.textContent="",d=0;while(o=p[d++])if(r&&-1<k.inArray(o,r))i&&i.push(o);else if(l=oe(o),a=ve(f.appendChild(o),"script"),l&&ye(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}me=E.createDocumentFragment().appendChild(E.createElement("div")),(xe=E.createElement("input")).setAttribute("type","radio"),xe.setAttribute("checked","checked"),xe.setAttribute("name","t"),me.appendChild(xe),y.checkClone=me.cloneNode(!0).cloneNode(!0).lastChild.checked,me.innerHTML="<textarea>x</textarea>",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v){n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;while(l--)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(R)||[""]).length;while(l--)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t<arguments.length;t++)u[t]=arguments[t];if(s.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,s)){a=k.event.handlers.call(this,s,l),t=0;while((i=a[t++])&&!s.isPropagationStopped()){s.currentTarget=i.elem,n=0;while((o=i.handlers[n++])&&!s.isImmediatePropagationStopped())s.rnamespace&&!1!==o.namespace&&!s.rnamespace.test(o.namespace)||(s.handleObj=o,s.data=o.data,void 0!==(r=((k.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,u))&&!1===(s.result=r)&&(s.preventDefault(),s.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,s),s.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&1<=e.button))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?-1<k(i,this).index(l):k.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(t,e){Object.defineProperty(k.Event.prototype,t,{enumerable:!0,configurable:!0,get:m(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(e){return e[k.expando]?e:new k.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return pe.test(t.type)&&t.click&&A(t,"input")&&De(t,"click",ke),!1},trigger:function(e){var t=this||e;return pe.test(t.type)&&t.click&&A(t,"input")&&De(t,"click"),!0},_default:function(e){var t=e.target;return pe.test(t.type)&&t.click&&A(t,"input")&&Q.get(t,"click")||A(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},k.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},k.Event=function(e,t){if(!(this instanceof k.Event))return new k.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?ke:Se,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&k.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[k.expando]=!0},k.Event.prototype={constructor:k.Event,isDefaultPrevented:Se,isPropagationStopped:Se,isImmediatePropagationStopped:Se,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=ke,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=ke,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=ke,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},k.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&Te.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&Ce.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},k.event.addProp),k.each({focus:"focusin",blur:"focusout"},function(e,t){k.event.special[e]={setup:function(){return De(this,e,Ne),!1},trigger:function(){return De(this,e),!0},delegateType:t}}),k.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,i){k.event.special[e]={delegateType:i,bindType:i,handle:function(e){var t,n=e.relatedTarget,r=e.handleObj;return n&&(n===this||k.contains(this,n))||(e.type=r.origType,t=r.handler.apply(this,arguments),e.type=i),t}}}),k.fn.extend({on:function(e,t,n,r){return Ae(this,e,t,n,r)},one:function(e,t,n,r){return Ae(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,k(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=Se),this.each(function(){k.event.remove(this,e,n,t)})}});var je=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/<script|<style|<link/i,Le=/checked\s*(?:[^=]|=\s*.checked.)/i,He=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n<r;n++)k.event.add(t,i,l[i][n]);J.hasData(e)&&(s=J.access(e),u=k.extend({},s),J.set(t,u))}}function Ie(n,r,i,o){r=g.apply([],r);var e,t,a,s,u,l,c=0,f=n.length,p=f-1,d=r[0],h=m(d);if(h||1<f&&"string"==typeof d&&!y.checkClone&&Le.test(d))return n.each(function(e){var t=n.eq(e);h&&(r[0]=d.call(this,e,t.html())),Ie(t,r,i,o)});if(f&&(t=(e=we(r,n[0].ownerDocument,!1,n,o)).firstChild,1===e.childNodes.length&&(e=t),t||o)){for(s=(a=k.map(ve(e,"script"),Pe)).length;c<f;c++)u=e,c!==p&&(u=k.clone(u,!0,!0),s&&k.merge(a,ve(u,"script"))),i.call(n[c],u,c);if(s)for(l=a[a.length-1].ownerDocument,k.map(a,Re),c=0;c<s;c++)u=a[c],he.test(u.type||"")&&!Q.access(u,"globalEval")&&k.contains(l,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?k._evalUrl&&!u.noModule&&k._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")}):b(u.textContent.replace(He,""),u,l))}return n}function We(e,t,n){for(var r,i=t?k.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||k.cleanData(ve(r)),r.parentNode&&(n&&oe(r)&&ye(ve(r,"script")),r.parentNode.removeChild(r));return e}k.extend({htmlPrefilter:function(e){return e.replace(je,"<$1></$2>")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r<i;r++)s=o[r],u=a[r],void 0,"input"===(l=u.nodeName.toLowerCase())&&pe.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(o=o||ve(e),a=a||ve(c),r=0,i=o.length;r<i;r++)Me(o[r],a[r]);else Me(e,c);return 0<(a=ve(c,"script")).length&&ye(a,!f&&ve(e,"script")),c},cleanData:function(e){for(var t,n,r,i=k.event.special,o=0;void 0!==(n=e[o]);o++)if(G(n)){if(t=n[Q.expando]){if(t.events)for(r in t.events)i[r]?k.event.remove(n,r):k.removeEvent(n,r,t.handle);n[Q.expando]=void 0}n[J.expando]&&(n[J.expando]=void 0)}}}),k.fn.extend({detach:function(e){return We(this,e,!0)},remove:function(e){return We(this,e)},text:function(e){return _(this,function(e){return void 0===e?k.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Ie(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Oe(this,e).appendChild(e)})},prepend:function(){return Ie(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Oe(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Ie(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Ie(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(k.cleanData(ve(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return k.clone(this,e,t)})},html:function(e){return _(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!qe.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=k.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(k.cleanData(ve(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var n=[];return Ie(this,arguments,function(e){var t=this.parentNode;k.inArray(this,n)<0&&(k.cleanData(ve(this)),t&&t.replaceChild(e,this))},n)}}),k.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,a){k.fn[e]=function(e){for(var t,n=[],r=k(e),i=r.length-1,o=0;o<=i;o++)t=o===i?this:this.clone(!0),k(r[o])[a](t),u.apply(n,t.get());return this.pushStack(n)}});var $e=new RegExp("^("+te+")(?!px)[a-z%]+$","i"),Fe=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=C),t.getComputedStyle(e)},Be=new RegExp(re.join("|"),"i");function _e(e,t,n){var r,i,o,a,s=e.style;return(n=n||Fe(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||oe(e)||(a=k.style(e,t)),!y.pixelBoxStyles()&&$e.test(a)&&Be.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o)),void 0!==a?a+"":a}function ze(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(u){s.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",u.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",ie.appendChild(s).appendChild(u);var e=C.getComputedStyle(u);n="1%"!==e.top,a=12===t(e.marginLeft),u.style.right="60%",o=36===t(e.right),r=36===t(e.width),u.style.position="absolute",i=12===t(u.offsetWidth/3),ie.removeChild(s),u=null}}function t(e){return Math.round(parseFloat(e))}var n,r,i,o,a,s=E.createElement("div"),u=E.createElement("div");u.style&&(u.style.backgroundClip="content-box",u.cloneNode(!0).style.backgroundClip="",y.clearCloneStyle="content-box"===u.style.backgroundClip,k.extend(y,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),o},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),a},scrollboxSize:function(){return e(),i}}))}();var Ue=["Webkit","Moz","ms"],Xe=E.createElement("div").style,Ve={};function Ge(e){var t=k.cssProps[e]||Ve[e];return t||(e in Xe?e:Ve[e]=function(e){var t=e[0].toUpperCase()+e.slice(1),n=Ue.length;while(n--)if((e=Ue[n]+t)in Xe)return e}(e)||e)}var Ye=/^(none|table(?!-c[ea]).+)/,Qe=/^--/,Je={position:"absolute",visibility:"hidden",display:"block"},Ke={letterSpacing:"0",fontWeight:"400"};function Ze(e,t,n){var r=ne.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function et(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=k.css(e,n+re[a],!0,i)),r?("content"===n&&(u-=k.css(e,"padding"+re[a],!0,i)),"margin"!==n&&(u-=k.css(e,"border"+re[a]+"Width",!0,i))):(u+=k.css(e,"padding"+re[a],!0,i),"padding"!==n?u+=k.css(e,"border"+re[a]+"Width",!0,i):s+=k.css(e,"border"+re[a]+"Width",!0,i));return!r&&0<=o&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u}function tt(e,t,n){var r=Fe(e),i=(!y.boxSizingReliable()||n)&&"border-box"===k.css(e,"boxSizing",!1,r),o=i,a=_e(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if($e.test(a)){if(!n)return a;a="auto"}return(!y.boxSizingReliable()&&i||"auto"===a||!parseFloat(a)&&"inline"===k.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===k.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+et(e,t,n||(i?"border":"content"),o,r,a)+"px"}function nt(e,t,n,r,i){return new nt.prototype.init(e,t,n,r,i)}k.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=_e(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=V(t),u=Qe.test(t),l=e.style;if(u||(t=Ge(s)),a=k.cssHooks[t]||k.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"===(o=typeof n)&&(i=ne.exec(n))&&i[1]&&(n=le(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||u||(n+=i&&i[3]||(k.cssNumber[s]?"":"px")),y.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=V(t);return Qe.test(t)||(t=Ge(s)),(a=k.cssHooks[t]||k.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=_e(e,t,r)),"normal"===i&&t in Ke&&(i=Ke[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),k.each(["height","width"],function(e,u){k.cssHooks[u]={get:function(e,t,n){if(t)return!Ye.test(k.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?tt(e,u,n):ue(e,Je,function(){return tt(e,u,n)})},set:function(e,t,n){var r,i=Fe(e),o=!y.scrollboxSize()&&"absolute"===i.position,a=(o||n)&&"border-box"===k.css(e,"boxSizing",!1,i),s=n?et(e,u,n,a,i):0;return a&&o&&(s-=Math.ceil(e["offset"+u[0].toUpperCase()+u.slice(1)]-parseFloat(i[u])-et(e,u,"border",!1,i)-.5)),s&&(r=ne.exec(t))&&"px"!==(r[3]||"px")&&(e.style[u]=t,t=k.css(e,u)),Ze(0,t,s)}}}),k.cssHooks.marginLeft=ze(y.reliableMarginLeft,function(e,t){if(t)return(parseFloat(_e(e,"marginLeft"))||e.getBoundingClientRect().left-ue(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),k.each({margin:"",padding:"",border:"Width"},function(i,o){k.cssHooks[i+o]={expand:function(e){for(var t=0,n={},r="string"==typeof e?e.split(" "):[e];t<4;t++)n[i+re[t]+o]=r[t]||r[t-2]||r[0];return n}},"margin"!==i&&(k.cssHooks[i+o].set=Ze)}),k.fn.extend({css:function(e,t){return _(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=Fe(e),i=t.length;a<i;a++)o[t[a]]=k.css(e,t[a],!1,r);return o}return void 0!==n?k.style(e,t,n):k.css(e,t)},e,t,1<arguments.length)}}),((k.Tween=nt).prototype={constructor:nt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||k.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(k.cssNumber[n]?"":"px")},cur:function(){var e=nt.propHooks[this.prop];return e&&e.get?e.get(this):nt.propHooks._default.get(this)},run:function(e){var t,n=nt.propHooks[this.prop];return this.options.duration?this.pos=t=k.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):nt.propHooks._default.set(this),this}}).init.prototype=nt.prototype,(nt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=k.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){k.fx.step[e.prop]?k.fx.step[e.prop](e):1!==e.elem.nodeType||!k.cssHooks[e.prop]&&null==e.elem.style[Ge(e.prop)]?e.elem[e.prop]=e.now:k.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=nt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},k.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},k.fx=nt.prototype.init,k.fx.step={};var rt,it,ot,at,st=/^(?:toggle|show|hide)$/,ut=/queueHooks$/;function lt(){it&&(!1===E.hidden&&C.requestAnimationFrame?C.requestAnimationFrame(lt):C.setTimeout(lt,k.fx.interval),k.fx.tick())}function ct(){return C.setTimeout(function(){rt=void 0}),rt=Date.now()}function ft(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=re[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function pt(e,t,n){for(var r,i=(dt.tweeners[t]||[]).concat(dt.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function dt(o,e,t){var n,a,r=0,i=dt.prefilters.length,s=k.Deferred().always(function(){delete u.elem}),u=function(){if(a)return!1;for(var e=rt||ct(),t=Math.max(0,l.startTime+l.duration-e),n=1-(t/l.duration||0),r=0,i=l.tweens.length;r<i;r++)l.tweens[r].run(n);return s.notifyWith(o,[l,n,t]),n<1&&i?t:(i||s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l]),!1)},l=s.promise({elem:o,props:k.extend({},e),opts:k.extend(!0,{specialEasing:{},easing:k.easing._default},t),originalProperties:e,originalOptions:t,startTime:rt||ct(),duration:t.duration,tweens:[],createTween:function(e,t){var n=k.Tween(o,l.opts,e,t,l.opts.specialEasing[e]||l.opts.easing);return l.tweens.push(n),n},stop:function(e){var t=0,n=e?l.tweens.length:0;if(a)return this;for(a=!0;t<n;t++)l.tweens[t].run(1);return e?(s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l,e])):s.rejectWith(o,[l,e]),this}}),c=l.props;for(!function(e,t){var n,r,i,o,a;for(n in e)if(i=t[r=V(n)],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=k.cssHooks[r])&&"expand"in a)for(n in o=a.expand(o),delete e[r],o)n in e||(e[n]=o[n],t[n]=i);else t[r]=i}(c,l.opts.specialEasing);r<i;r++)if(n=dt.prefilters[r].call(l,o,c,l.opts))return m(n.stop)&&(k._queueHooks(l.elem,l.opts.queue).stop=n.stop.bind(n)),n;return k.map(c,pt,l),m(l.opts.start)&&l.opts.start.call(o,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),k.fx.timer(k.extend(u,{elem:o,anim:l,queue:l.opts.queue})),l}k.Animation=k.extend(dt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return le(n.elem,e,ne.exec(t),n),n}]},tweener:function(e,t){m(e)?(t=e,e=["*"]):e=e.match(R);for(var n,r=0,i=e.length;r<i;r++)n=e[r],dt.tweeners[n]=dt.tweeners[n]||[],dt.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&se(e),v=Q.get(e,"fxshow");for(r in n.queue||(null==(a=k._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,k.queue(e,"fx").length||a.empty.fire()})})),t)if(i=t[r],st.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!v||void 0===v[r])continue;g=!0}d[r]=v&&v[r]||k.style(e,r)}if((u=!k.isEmptyObject(t))||!k.isEmptyObject(d))for(r in f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=v&&v.display)&&(l=Q.get(e,"display")),"none"===(c=k.css(e,"display"))&&(l?c=l:(fe([e],!0),l=e.style.display||l,c=k.css(e,"display"),fe([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===k.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1,d)u||(v?"hidden"in v&&(g=v.hidden):v=Q.access(e,"fxshow",{display:l}),o&&(v.hidden=!g),g&&fe([e],!0),p.done(function(){for(r in g||fe([e]),Q.remove(e,"fxshow"),d)k.style(e,r,d[r])})),u=pt(g?v[r]:0,r,p),r in v||(v[r]=u.start,g&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?dt.prefilters.unshift(e):dt.prefilters.push(e)}}),k.speed=function(e,t,n){var r=e&&"object"==typeof e?k.extend({},e):{complete:n||!n&&t||m(e)&&e,duration:e,easing:n&&t||t&&!m(t)&&t};return k.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in k.fx.speeds?r.duration=k.fx.speeds[r.duration]:r.duration=k.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){m(r.old)&&r.old.call(this),r.queue&&k.dequeue(this,r.queue)},r},k.fn.extend({fadeTo:function(e,t,n,r){return this.filter(se).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(t,e,n,r){var i=k.isEmptyObject(t),o=k.speed(e,n,r),a=function(){var e=dt(this,k.extend({},t),o);(i||Q.get(this,"finish"))&&e.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(i,e,o){var a=function(e){var t=e.stop;delete e.stop,t(o)};return"string"!=typeof i&&(o=e,e=i,i=void 0),e&&!1!==i&&this.queue(i||"fx",[]),this.each(function(){var e=!0,t=null!=i&&i+"queueHooks",n=k.timers,r=Q.get(this);if(t)r[t]&&r[t].stop&&a(r[t]);else for(t in r)r[t]&&r[t].stop&&ut.test(t)&&a(r[t]);for(t=n.length;t--;)n[t].elem!==this||null!=i&&n[t].queue!==i||(n[t].anim.stop(o),e=!1,n.splice(t,1));!e&&o||k.dequeue(this,i)})},finish:function(a){return!1!==a&&(a=a||"fx"),this.each(function(){var e,t=Q.get(this),n=t[a+"queue"],r=t[a+"queueHooks"],i=k.timers,o=n?n.length:0;for(t.finish=!0,k.queue(this,a,[]),r&&r.stop&&r.stop.call(this,!0),e=i.length;e--;)i[e].elem===this&&i[e].queue===a&&(i[e].anim.stop(!0),i.splice(e,1));for(e=0;e<o;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete t.finish})}}),k.each(["toggle","show","hide"],function(e,r){var i=k.fn[r];k.fn[r]=function(e,t,n){return null==e||"boolean"==typeof e?i.apply(this,arguments):this.animate(ft(r,!0),e,t,n)}}),k.each({slideDown:ft("show"),slideUp:ft("hide"),slideToggle:ft("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,r){k.fn[e]=function(e,t,n){return this.animate(r,e,t,n)}}),k.timers=[],k.fx.tick=function(){var e,t=0,n=k.timers;for(rt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||k.fx.stop(),rt=void 0},k.fx.timer=function(e){k.timers.push(e),k.fx.start()},k.fx.interval=13,k.fx.start=function(){it||(it=!0,lt())},k.fx.stop=function(){it=null},k.fx.speeds={slow:600,fast:200,_default:400},k.fn.delay=function(r,e){return r=k.fx&&k.fx.speeds[r]||r,e=e||"fx",this.queue(e,function(e,t){var n=C.setTimeout(e,r);t.stop=function(){C.clearTimeout(n)}})},ot=E.createElement("input"),at=E.createElement("select").appendChild(E.createElement("option")),ot.type="checkbox",y.checkOn=""!==ot.value,y.optSelected=at.selected,(ot=E.createElement("input")).value="t",ot.type="radio",y.radioValue="t"===ot.value;var ht,gt=k.expr.attrHandle;k.fn.extend({attr:function(e,t){return _(this,k.attr,e,t,1<arguments.length)},removeAttr:function(e){return this.each(function(){k.removeAttr(this,e)})}}),k.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?k.prop(e,t,n):(1===o&&k.isXMLDoc(e)||(i=k.attrHooks[t.toLowerCase()]||(k.expr.match.bool.test(t)?ht:void 0)),void 0!==n?null===n?void k.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=k.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!y.radioValue&&"radio"===t&&A(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(R);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),ht={set:function(e,t,n){return!1===t?k.removeAttr(e,n):e.setAttribute(n,n),n}},k.each(k.expr.match.bool.source.match(/\w+/g),function(e,t){var a=gt[t]||k.find.attr;gt[t]=function(e,t,n){var r,i,o=t.toLowerCase();return n||(i=gt[o],gt[o]=r,r=null!=a(e,t,n)?o:null,gt[o]=i),r}});var vt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;function mt(e){return(e.match(R)||[]).join(" ")}function xt(e){return e.getAttribute&&e.getAttribute("class")||""}function bt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(R)||[]}k.fn.extend({prop:function(e,t){return _(this,k.prop,e,t,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[k.propFix[e]||e]})}}),k.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&k.isXMLDoc(e)||(t=k.propFix[t]||t,i=k.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=k.find.attr(e,"tabindex");return t?parseInt(t,10):vt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),y.optSelected||(k.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),k.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){k.propFix[this.toLowerCase()]=this}),k.fn.extend({addClass:function(t){var e,n,r,i,o,a,s,u=0;if(m(t))return this.each(function(e){k(this).addClass(t.call(this,e,xt(this)))});if((e=bt(t)).length)while(n=this[u++])if(i=xt(n),r=1===n.nodeType&&" "+mt(i)+" "){a=0;while(o=e[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=mt(r))&&n.setAttribute("class",s)}return this},removeClass:function(t){var e,n,r,i,o,a,s,u=0;if(m(t))return this.each(function(e){k(this).removeClass(t.call(this,e,xt(this)))});if(!arguments.length)return this.attr("class","");if((e=bt(t)).length)while(n=this[u++])if(i=xt(n),r=1===n.nodeType&&" "+mt(i)+" "){a=0;while(o=e[a++])while(-1<r.indexOf(" "+o+" "))r=r.replace(" "+o+" "," ");i!==(s=mt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(i,t){var o=typeof i,a="string"===o||Array.isArray(i);return"boolean"==typeof t&&a?t?this.addClass(i):this.removeClass(i):m(i)?this.each(function(e){k(this).toggleClass(i.call(this,e,xt(this),t),t)}):this.each(function(){var e,t,n,r;if(a){t=0,n=k(this),r=bt(i);while(e=r[t++])n.hasClass(e)?n.removeClass(e):n.addClass(e)}else void 0!==i&&"boolean"!==o||((e=xt(this))&&Q.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===i?"":Q.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&-1<(" "+mt(xt(n))+" ").indexOf(t))return!0;return!1}});var wt=/\r/g;k.fn.extend({val:function(n){var r,e,i,t=this[0];return arguments.length?(i=m(n),this.each(function(e){var t;1===this.nodeType&&(null==(t=i?n.call(this,e,k(this).val()):n)?t="":"number"==typeof t?t+="":Array.isArray(t)&&(t=k.map(t,function(e){return null==e?"":e+""})),(r=k.valHooks[this.type]||k.valHooks[this.nodeName.toLowerCase()])&&"set"in r&&void 0!==r.set(this,t,"value")||(this.value=t))})):t?(r=k.valHooks[t.type]||k.valHooks[t.nodeName.toLowerCase()])&&"get"in r&&void 0!==(e=r.get(t,"value"))?e:"string"==typeof(e=t.value)?e.replace(wt,""):null==e?"":e:void 0}}),k.extend({valHooks:{option:{get:function(e){var t=k.find.attr(e,"value");return null!=t?t:mt(k.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!A(n.parentNode,"optgroup"))){if(t=k(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=k.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=-1<k.inArray(k.valHooks.option.get(r),o))&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),k.each(["radio","checkbox"],function(){k.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=-1<k.inArray(k(e).val(),t)}},y.checkOn||(k.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),y.focusin="onfocusin"in C;var Tt=/^(?:focusinfocus|focusoutblur)$/,Ct=function(e){e.stopPropagation()};k.extend(k.event,{trigger:function(e,t,n,r){var i,o,a,s,u,l,c,f,p=[n||E],d=v.call(e,"type")?e.type:e,h=v.call(e,"namespace")?e.namespace.split("."):[];if(o=f=a=n=n||E,3!==n.nodeType&&8!==n.nodeType&&!Tt.test(d+k.event.triggered)&&(-1<d.indexOf(".")&&(d=(h=d.split(".")).shift(),h.sort()),u=d.indexOf(":")<0&&"on"+d,(e=e[k.expando]?e:new k.Event(d,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:k.makeArray(t,[e]),c=k.event.special[d]||{},r||!c.trigger||!1!==c.trigger.apply(n,t))){if(!r&&!c.noBubble&&!x(n)){for(s=c.delegateType||d,Tt.test(s+d)||(o=o.parentNode);o;o=o.parentNode)p.push(o),a=o;a===(n.ownerDocument||E)&&p.push(a.defaultView||a.parentWindow||C)}i=0;while((o=p[i++])&&!e.isPropagationStopped())f=o,e.type=1<i?s:c.bindType||d,(l=(Q.get(o,"events")||{})[e.type]&&Q.get(o,"handle"))&&l.apply(o,t),(l=u&&o[u])&&l.apply&&G(o)&&(e.result=l.apply(o,t),!1===e.result&&e.preventDefault());return e.type=d,r||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(p.pop(),t)||!G(n)||u&&m(n[d])&&!x(n)&&((a=n[u])&&(n[u]=null),k.event.triggered=d,e.isPropagationStopped()&&f.addEventListener(d,Ct),n[d](),e.isPropagationStopped()&&f.removeEventListener(d,Ct),k.event.triggered=void 0,a&&(n[u]=a)),e.result}},simulate:function(e,t,n){var r=k.extend(new k.Event,n,{type:e,isSimulated:!0});k.event.trigger(r,null,t)}}),k.fn.extend({trigger:function(e,t){return this.each(function(){k.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return k.event.trigger(e,t,n,!0)}}),y.focusin||k.each({focus:"focusin",blur:"focusout"},function(n,r){var i=function(e){k.event.simulate(r,e.target,k.event.fix(e))};k.event.special[r]={setup:function(){var e=this.ownerDocument||this,t=Q.access(e,r);t||e.addEventListener(n,i,!0),Q.access(e,r,(t||0)+1)},teardown:function(){var e=this.ownerDocument||this,t=Q.access(e,r)-1;t?Q.access(e,r,t):(e.removeEventListener(n,i,!0),Q.remove(e,r))}}});var Et=C.location,kt=Date.now(),St=/\?/;k.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new C.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||k.error("Invalid XML: "+e),t};var Nt=/\[\]$/,At=/\r?\n/g,Dt=/^(?:submit|button|image|reset|file)$/i,jt=/^(?:input|select|textarea|keygen)/i;function qt(n,e,r,i){var t;if(Array.isArray(e))k.each(e,function(e,t){r||Nt.test(n)?i(n,t):qt(n+"["+("object"==typeof t&&null!=t?e:"")+"]",t,r,i)});else if(r||"object"!==w(e))i(n,e);else for(t in e)qt(n+"["+t+"]",e[t],r,i)}k.param=function(e,t){var n,r=[],i=function(e,t){var n=m(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!k.isPlainObject(e))k.each(e,function(){i(this.name,this.value)});else for(n in e)qt(n,e[n],t,i);return r.join("&")},k.fn.extend({serialize:function(){return k.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=k.prop(this,"elements");return e?k.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!k(this).is(":disabled")&&jt.test(this.nodeName)&&!Dt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=k(this).val();return null==n?null:Array.isArray(n)?k.map(n,function(e){return{name:t.name,value:e.replace(At,"\r\n")}}):{name:t.name,value:n.replace(At,"\r\n")}}).get()}});var Lt=/%20/g,Ht=/#.*$/,Ot=/([?&])_=[^&]*/,Pt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Rt=/^(?:GET|HEAD)$/,Mt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Ft=E.createElement("a");function Bt(o){return function(e,t){"string"!=typeof e&&(t=e,e="*");var n,r=0,i=e.toLowerCase().match(R)||[];if(m(t))while(n=i[r++])"+"===n[0]?(n=n.slice(1)||"*",(o[n]=o[n]||[]).unshift(t)):(o[n]=o[n]||[]).push(t)}}function _t(t,i,o,a){var s={},u=t===Wt;function l(e){var r;return s[e]=!0,k.each(t[e]||[],function(e,t){var n=t(i,o,a);return"string"!=typeof n||u||s[n]?u?!(r=n):void 0:(i.dataTypes.unshift(n),l(n),!1)}),r}return l(i.dataTypes[0])||!s["*"]&&l("*")}function zt(e,t){var n,r,i=k.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&k.extend(!0,e,r),e}Ft.href=Et.href,k.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Et.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Et.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":k.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,k.ajaxSettings),t):zt(k.ajaxSettings,e)},ajaxPrefilter:Bt(It),ajaxTransport:Bt(Wt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var c,f,p,n,d,r,h,g,i,o,v=k.ajaxSetup({},t),y=v.context||v,m=v.context&&(y.nodeType||y.jquery)?k(y):k.event,x=k.Deferred(),b=k.Callbacks("once memory"),w=v.statusCode||{},a={},s={},u="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(h){if(!n){n={};while(t=Pt.exec(p))n[t[1].toLowerCase()+" "]=(n[t[1].toLowerCase()+" "]||[]).concat(t[2])}t=n[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return h?p:null},setRequestHeader:function(e,t){return null==h&&(e=s[e.toLowerCase()]=s[e.toLowerCase()]||e,a[e]=t),this},overrideMimeType:function(e){return null==h&&(v.mimeType=e),this},statusCode:function(e){var t;if(e)if(h)T.always(e[T.status]);else for(t in e)w[t]=[w[t],e[t]];return this},abort:function(e){var t=e||u;return c&&c.abort(t),l(0,t),this}};if(x.promise(T),v.url=((e||v.url||Et.href)+"").replace(Mt,Et.protocol+"//"),v.type=t.method||t.type||v.method||v.type,v.dataTypes=(v.dataType||"*").toLowerCase().match(R)||[""],null==v.crossDomain){r=E.createElement("a");try{r.href=v.url,r.href=r.href,v.crossDomain=Ft.protocol+"//"+Ft.host!=r.protocol+"//"+r.host}catch(e){v.crossDomain=!0}}if(v.data&&v.processData&&"string"!=typeof v.data&&(v.data=k.param(v.data,v.traditional)),_t(It,v,t,T),h)return T;for(i in(g=k.event&&v.global)&&0==k.active++&&k.event.trigger("ajaxStart"),v.type=v.type.toUpperCase(),v.hasContent=!Rt.test(v.type),f=v.url.replace(Ht,""),v.hasContent?v.data&&v.processData&&0===(v.contentType||"").indexOf("application/x-www-form-urlencoded")&&(v.data=v.data.replace(Lt,"+")):(o=v.url.slice(f.length),v.data&&(v.processData||"string"==typeof v.data)&&(f+=(St.test(f)?"&":"?")+v.data,delete v.data),!1===v.cache&&(f=f.replace(Ot,"$1"),o=(St.test(f)?"&":"?")+"_="+kt+++o),v.url=f+o),v.ifModified&&(k.lastModified[f]&&T.setRequestHeader("If-Modified-Since",k.lastModified[f]),k.etag[f]&&T.setRequestHeader("If-None-Match",k.etag[f])),(v.data&&v.hasContent&&!1!==v.contentType||t.contentType)&&T.setRequestHeader("Content-Type",v.contentType),T.setRequestHeader("Accept",v.dataTypes[0]&&v.accepts[v.dataTypes[0]]?v.accepts[v.dataTypes[0]]+("*"!==v.dataTypes[0]?", "+$t+"; q=0.01":""):v.accepts["*"]),v.headers)T.setRequestHeader(i,v.headers[i]);if(v.beforeSend&&(!1===v.beforeSend.call(y,T,v)||h))return T.abort();if(u="abort",b.add(v.complete),T.done(v.success),T.fail(v.error),c=_t(Wt,v,t,T)){if(T.readyState=1,g&&m.trigger("ajaxSend",[T,v]),h)return T;v.async&&0<v.timeout&&(d=C.setTimeout(function(){T.abort("timeout")},v.timeout));try{h=!1,c.send(a,l)}catch(e){if(h)throw e;l(-1,e)}}else l(-1,"No Transport");function l(e,t,n,r){var i,o,a,s,u,l=t;h||(h=!0,d&&C.clearTimeout(d),c=void 0,p=r||"",T.readyState=0<e?4:0,i=200<=e&&e<300||304===e,n&&(s=function(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}(v,T,n)),s=function(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}(v,s,T,i),i?(v.ifModified&&((u=T.getResponseHeader("Last-Modified"))&&(k.lastModified[f]=u),(u=T.getResponseHeader("etag"))&&(k.etag[f]=u)),204===e||"HEAD"===v.type?l="nocontent":304===e?l="notmodified":(l=s.state,o=s.data,i=!(a=s.error))):(a=l,!e&&l||(l="error",e<0&&(e=0))),T.status=e,T.statusText=(t||l)+"",i?x.resolveWith(y,[o,l,T]):x.rejectWith(y,[T,l,a]),T.statusCode(w),w=void 0,g&&m.trigger(i?"ajaxSuccess":"ajaxError",[T,v,i?o:a]),b.fireWith(y,[T,l]),g&&(m.trigger("ajaxComplete",[T,v]),--k.active||k.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){return k.get(e,t,n,"json")},getScript:function(e,t){return k.get(e,void 0,t,"script")}}),k.each(["get","post"],function(e,i){k[i]=function(e,t,n,r){return m(t)&&(r=r||n,n=t,t=void 0),k.ajax(k.extend({url:e,type:i,dataType:r,data:t,success:n},k.isPlainObject(e)&&e))}}),k._evalUrl=function(e,t){return k.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){k.globalEval(e,t)}})},k.fn.extend({wrapAll:function(e){var t;return this[0]&&(m(e)&&(e=e.call(this[0])),t=k(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(n){return m(n)?this.each(function(e){k(this).wrapInner(n.call(this,e))}):this.each(function(){var e=k(this),t=e.contents();t.length?t.wrapAll(n):e.append(n)})},wrap:function(t){var n=m(t);return this.each(function(e){k(this).wrapAll(n?t.call(this,e):t)})},unwrap:function(e){return this.parent(e).not("body").each(function(){k(this).replaceWith(this.childNodes)}),this}}),k.expr.pseudos.hidden=function(e){return!k.expr.pseudos.visible(e)},k.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},k.ajaxSettings.xhr=function(){try{return new C.XMLHttpRequest}catch(e){}};var Ut={0:200,1223:204},Xt=k.ajaxSettings.xhr();y.cors=!!Xt&&"withCredentials"in Xt,y.ajax=Xt=!!Xt,k.ajaxTransport(function(i){var o,a;if(y.cors||Xt&&!i.crossDomain)return{send:function(e,t){var n,r=i.xhr();if(r.open(i.type,i.url,i.async,i.username,i.password),i.xhrFields)for(n in i.xhrFields)r[n]=i.xhrFields[n];for(n in i.mimeType&&r.overrideMimeType&&r.overrideMimeType(i.mimeType),i.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest"),e)r.setRequestHeader(n,e[n]);o=function(e){return function(){o&&(o=a=r.onload=r.onerror=r.onabort=r.ontimeout=r.onreadystatechange=null,"abort"===e?r.abort():"error"===e?"number"!=typeof r.status?t(0,"error"):t(r.status,r.statusText):t(Ut[r.status]||r.status,r.statusText,"text"!==(r.responseType||"text")||"string"!=typeof r.responseText?{binary:r.response}:{text:r.responseText},r.getAllResponseHeaders()))}},r.onload=o(),a=r.onerror=r.ontimeout=o("error"),void 0!==r.onabort?r.onabort=a:r.onreadystatechange=function(){4===r.readyState&&C.setTimeout(function(){o&&a()})},o=o("abort");try{r.send(i.hasContent&&i.data||null)}catch(e){if(o)throw e}},abort:function(){o&&o()}}}),k.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),k.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return k.globalEval(e),e}}}),k.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),k.ajaxTransport("script",function(n){var r,i;if(n.crossDomain||n.scriptAttrs)return{send:function(e,t){r=k("<script>").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Vt,Gt=[],Yt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||k.expando+"_"+kt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Vt=E.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Vt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1<s&&(r=mt(e.slice(s)),e=e.slice(0,s)),m(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),0<a.length&&k.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?k("<div>").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=k.css(e,"position"),c=k(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=k.css(e,"top"),u=k.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===k.css(e,"position"))e=e.offsetParent;return e||ie})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return _(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=ze(y.pixelPosition,function(e,t){if(t)return t=_e(e,n),$e.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 0<arguments.length?this.on(n,null,e,t):this.trigger(n)}}),k.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),k.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),k.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),m(e))return r=s.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(s.call(arguments)))}).guid=e.guid=e.guid||k.guid++,i},k.holdReady=function(e){e?k.readyWait++:k.ready(!0)},k.isArray=Array.isArray,k.parseJSON=JSON.parse,k.nodeName=A,k.isFunction=m,k.isWindow=x,k.camelCase=V,k.type=w,k.now=Date.now,k.isNumeric=function(e){var t=k.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},"function"==typeof define&&define.amd&&define("jquery",[],function(){return k});var Qt=C.jQuery,Jt=C.$;return k.noConflict=function(e){return C.$===k&&(C.$=Jt),e&&C.jQuery===k&&(C.jQuery=Qt),k},e||(C.jQuery=C.$=k),k});
+/*! jQuery v3.5.1 | (c) JS Foundation and other contributors | jquery.org/license */
+!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.5.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}S.fn=S.prototype={jquery:f,constructor:S,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=S.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return S.each(this,e)},map:function(n){return this.pushStack(S.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(S.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(S.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:t.sort,splice:t.splice},S.extend=S.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||m(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(S.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||S.isPlainObject(n)?n:{},i=!1,a[t]=S.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},S.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==o.call(e))&&(!(t=r(e))||"function"==typeof(n=v.call(t,"constructor")&&t.constructor)&&a.call(n)===l)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){b(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(p(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(p(Object(e))?S.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:i.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!==a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,a=[];if(p(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&a.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&a.push(i);return g(a)},guid:1,support:y}),"function"==typeof Symbol&&(S.fn[Symbol.iterator]=t[Symbol.iterator]),S.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var d=function(n){var e,d,b,o,i,h,f,g,w,u,l,T,C,a,E,v,s,c,y,S="sizzle"+1*new Date,p=n.document,k=0,r=0,m=ue(),x=ue(),A=ue(),N=ue(),D=function(e,t){return e===t&&(l=!0),0},j={}.hasOwnProperty,t=[],q=t.pop,L=t.push,H=t.push,O=t.slice,P=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},R="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",I="(?:\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",W="\\["+M+"*("+I+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+I+"))|)"+M+"*\\]",F=":("+I+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+W+")*)|.*)\\)|)",B=new RegExp(M+"+","g"),$=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),_=new RegExp("^"+M+"*,"+M+"*"),z=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="<a id='"+S+"'></a><select id='"+S+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0<se(t,C,null,[e]).length},se.contains=function(e,t){return(e.ownerDocument||e)!=C&&T(e),y(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!=C&&T(e);var n=b.attrHandle[t.toLowerCase()],r=n&&j.call(b.attrHandle,t.toLowerCase())?n(e,t,!E):void 0;return void 0!==r?r:d.attributes||!E?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},se.escape=function(e){return(e+"").replace(re,ie)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,n=[],r=0,i=0;if(l=!d.detectDuplicates,u=!d.sortStable&&e.slice(0),e.sort(D),l){while(t=e[i++])t===e[i]&&(r=n.push(i));while(r--)e.splice(n[r],1)}return u=null,e},o=se.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else while(t=e[r++])n+=o(t);return n},(b=se.selectors={cacheLength:50,createPseudo:le,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1<t.indexOf(i):"$="===r?i&&t.slice(-i.length)===i:"~="===r?-1<(" "+t.replace(B," ")+" ").indexOf(i):"|="===r&&(t===i||t.slice(0,i.length+1)===i+"-"))}},CHILD:function(h,e,t,g,v){var y="nth"!==h.slice(0,3),m="last"!==h.slice(-4),x="of-type"===e;return 1===g&&0===v?function(e){return!!e.parentNode}:function(e,t,n){var r,i,o,a,s,u,l=y!==m?"nextSibling":"previousSibling",c=e.parentNode,f=x&&e.nodeName.toLowerCase(),p=!n&&!x,d=!1;if(c){if(y){while(l){a=e;while(a=a[l])if(x?a.nodeName.toLowerCase()===f:1===a.nodeType)return!1;u=l="only"===h&&!u&&"nextSibling"}return!0}if(u=[m?c.firstChild:c.lastChild],m&&p){d=(s=(r=(i=(o=(a=c)[S]||(a[S]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===k&&r[1])&&r[2],a=s&&c.childNodes[s];while(a=++s&&a&&a[l]||(d=s=0)||u.pop())if(1===a.nodeType&&++d&&a===e){i[h]=[k,s,d];break}}else if(p&&(d=s=(r=(i=(o=(a=e)[S]||(a[S]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===k&&r[1]),!1===d)while(a=++s&&a&&a[l]||(d=s=0)||u.pop())if((x?a.nodeName.toLowerCase()===f:1===a.nodeType)&&++d&&(p&&((i=(o=a[S]||(a[S]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]=[k,d]),a===e))break;return(d-=v)===g||d%g==0&&0<=d/g}}},PSEUDO:function(e,o){var t,a=b.pseudos[e]||b.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return a[S]?a(o):1<a.length?(t=[e,e,"",o],b.setFilters.hasOwnProperty(e.toLowerCase())?le(function(e,t){var n,r=a(e,o),i=r.length;while(i--)e[n=P(e,r[i])]=!(t[n]=r[i])}):function(e){return a(e,0,t)}):a}},pseudos:{not:le(function(e){var r=[],i=[],s=f(e.replace($,"$1"));return s[S]?le(function(e,t,n,r){var i,o=s(e,null,r,[]),a=e.length;while(a--)(i=o[a])&&(e[a]=!(t[a]=i))}):function(e,t,n){return r[0]=e,s(r,null,n,i),r[0]=null,!i.pop()}}),has:le(function(t){return function(e){return 0<se(t,e).length}}),contains:le(function(t){return t=t.replace(te,ne),function(e){return-1<(e.textContent||o(e)).indexOf(t)}}),lang:le(function(n){return V.test(n||"")||se.error("unsupported lang: "+n),n=n.replace(te,ne).toLowerCase(),function(e){var t;do{if(t=E?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=n.location&&n.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===a},focus:function(e){return e===C.activeElement&&(!C.hasFocus||C.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ge(!1),disabled:ge(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!b.pseudos.empty(e)},header:function(e){return J.test(e.nodeName)},input:function(e){return Q.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ve(function(){return[0]}),last:ve(function(e,t){return[t-1]}),eq:ve(function(e,t,n){return[n<0?n+t:n]}),even:ve(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:ve(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:ve(function(e,t,n){for(var r=n<0?n+t:t<n?t:n;0<=--r;)e.push(r);return e}),gt:ve(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=b.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})b.pseudos[e]=de(e);for(e in{submit:!0,reset:!0})b.pseudos[e]=he(e);function me(){}function xe(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function be(s,e,t){var u=e.dir,l=e.next,c=l||u,f=t&&"parentNode"===c,p=r++;return e.first?function(e,t,n){while(e=e[u])if(1===e.nodeType||f)return s(e,t,n);return!1}:function(e,t,n){var r,i,o,a=[k,p];if(n){while(e=e[u])if((1===e.nodeType||f)&&s(e,t,n))return!0}else while(e=e[u])if(1===e.nodeType||f)if(i=(o=e[S]||(e[S]={}))[e.uniqueID]||(o[e.uniqueID]={}),l&&l===e.nodeName.toLowerCase())e=e[u]||e;else{if((r=i[c])&&r[0]===k&&r[1]===p)return a[2]=r[2];if((i[c]=a)[2]=s(e,t,n))return!0}return!1}}function we(i){return 1<i.length?function(e,t,n){var r=i.length;while(r--)if(!i[r](e,t,n))return!1;return!0}:i[0]}function Te(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function Ce(d,h,g,v,y,e){return v&&!v[S]&&(v=Ce(v)),y&&!y[S]&&(y=Ce(y,e)),le(function(e,t,n,r){var i,o,a,s=[],u=[],l=t.length,c=e||function(e,t,n){for(var r=0,i=t.length;r<i;r++)se(e,t[r],n);return n}(h||"*",n.nodeType?[n]:n,[]),f=!d||!e&&h?c:Te(c,s,d,n,r),p=g?y||(e?d:l||v)?[]:t:f;if(g&&g(f,p,n,r),v){i=Te(p,u),v(i,[],n,r),o=i.length;while(o--)(a=i[o])&&(p[u[o]]=!(f[u[o]]=a))}if(e){if(y||d){if(y){i=[],o=p.length;while(o--)(a=p[o])&&i.push(f[o]=a);y(null,p=[],i,r)}o=p.length;while(o--)(a=p[o])&&-1<(i=y?P(e,a):s[o])&&(e[i]=!(t[i]=a))}}else p=Te(p===t?p.splice(l,p.length):p),y?y(null,t,p,r):H.apply(t,p)})}function Ee(e){for(var i,t,n,r=e.length,o=b.relative[e[0].type],a=o||b.relative[" "],s=o?1:0,u=be(function(e){return e===i},a,!0),l=be(function(e){return-1<P(i,e)},a,!0),c=[function(e,t,n){var r=!o&&(n||t!==w)||((i=t).nodeType?u(e,t,n):l(e,t,n));return i=null,r}];s<r;s++)if(t=b.relative[e[s].type])c=[be(we(c),t)];else{if((t=b.filter[e[s].type].apply(null,e[s].matches))[S]){for(n=++s;n<r;n++)if(b.relative[e[n].type])break;return Ce(1<s&&we(c),1<s&&xe(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace($,"$1"),t,s<n&&Ee(e.slice(s,n)),n<r&&Ee(e=e.slice(n)),n<r&&xe(e))}c.push(t)}return we(c)}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var n,r,i,o,a,s,u,l=x[e+" "];if(l)return t?0:l.slice(0);a=e,s=[],u=b.preFilter;while(a){for(o in n&&!(r=_.exec(a))||(r&&(a=a.slice(r[0].length)||a),s.push(i=[])),n=!1,(r=z.exec(a))&&(n=r.shift(),i.push({value:n,type:r[0].replace($," ")}),a=a.slice(n.length)),b.filter)!(r=G[o].exec(a))||u[o]&&!(r=u[o](r))||(n=r.shift(),i.push({value:n,type:o,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?se.error(e):x(e,s).slice(0)},f=se.compile=function(e,t){var n,v,y,m,x,r,i=[],o=[],a=A[e+" "];if(!a){t||(t=h(e)),n=t.length;while(n--)(a=Ee(t[n]))[S]?i.push(a):o.push(a);(a=A(e,(v=o,m=0<(y=i).length,x=0<v.length,r=function(e,t,n,r,i){var o,a,s,u=0,l="0",c=e&&[],f=[],p=w,d=e||x&&b.find.TAG("*",i),h=k+=null==p?1:Math.random()||.1,g=d.length;for(i&&(w=t==C||t||i);l!==g&&null!=(o=d[l]);l++){if(x&&o){a=0,t||o.ownerDocument==C||(T(o),n=!E);while(s=v[a++])if(s(o,t||C,n)){r.push(o);break}i&&(k=h)}m&&((o=!s&&o)&&u--,e&&c.push(o))}if(u+=l,m&&l!==u){a=0;while(s=y[a++])s(c,f,t,n);if(e){if(0<u)while(l--)c[l]||f[l]||(f[l]=q.call(r));f=Te(f)}H.apply(r,f),i&&!e&&0<f.length&&1<u+y.length&&se.uniqueSort(r)}return i&&(k=h,w=p),c},m?le(r):r))).selector=e}return a},g=se.select=function(e,t,n,r){var i,o,a,s,u,l="function"==typeof e&&e,c=!r&&h(e=l.selector||e);if(n=n||[],1===c.length){if(2<(o=c[0]=c[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&E&&b.relative[o[1].type]){if(!(t=(b.find.ID(a.matches[0].replace(te,ne),t)||[])[0]))return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}i=G.needsContext.test(e)?0:o.length;while(i--){if(a=o[i],b.relative[s=a.type])break;if((u=b.find[s])&&(r=u(a.matches[0].replace(te,ne),ee.test(o[0].type)&&ye(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&xe(o)))return H.apply(n,r),n;break}}}return(l||f(e,c))(r,t,!E,n,!t||ee.test(e)&&ye(t.parentNode)||t),n},d.sortStable=S.split("").sort(D).join("")===S,d.detectDuplicates=!!l,T(),d.sortDetached=ce(function(e){return 1&e.compareDocumentPosition(C.createElement("fieldset"))}),ce(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||fe("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),d.attributes&&ce(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||fe("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ce(function(e){return null==e.getAttribute("disabled")})||fe(R,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),se}(C);S.find=d,S.expr=d.selectors,S.expr[":"]=S.expr.pseudos,S.uniqueSort=S.unique=d.uniqueSort,S.text=d.getText,S.isXMLDoc=d.isXML,S.contains=d.contains,S.escapeSelector=d.escape;var h=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&S(e).is(n))break;r.push(e)}return r},T=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},k=S.expr.match.needsContext;function A(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var N=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1<i.call(n,e)!==r}):S.filter(n,e,r)}S.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?S.find.matchesSelector(r,e)?[r]:[]:S.find.matches(e,S.grep(t,function(e){return 1===e.nodeType}))},S.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(S(e).filter(function(){for(t=0;t<r;t++)if(S.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)S.find(e,i[t],n);return 1<r?S.uniqueSort(n):n},filter:function(e){return this.pushStack(D(this,e||[],!1))},not:function(e){return this.pushStack(D(this,e||[],!0))},is:function(e){return!!D(this,"string"==typeof e&&k.test(e)?S(e):e||[],!1).length}});var j,q=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(S.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&S(e);if(!k.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?-1<a.index(n):1===n.nodeType&&S.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(1<o.length?S.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?i.call(S(e),this[0]):i.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(S.uniqueSort(S.merge(this.get(),S(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),S.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return h(e,"parentNode")},parentsUntil:function(e,t,n){return h(e,"parentNode",n)},next:function(e){return O(e,"nextSibling")},prev:function(e){return O(e,"previousSibling")},nextAll:function(e){return h(e,"nextSibling")},prevAll:function(e){return h(e,"previousSibling")},nextUntil:function(e,t,n){return h(e,"nextSibling",n)},prevUntil:function(e,t,n){return h(e,"previousSibling",n)},siblings:function(e){return T((e.parentNode||{}).firstChild,e)},children:function(e){return T(e.firstChild)},contents:function(e){return null!=e.contentDocument&&r(e.contentDocument)?e.contentDocument:(A(e,"template")&&(e=e.content||e),S.merge([],e.childNodes))}},function(r,i){S.fn[r]=function(e,t){var n=S.map(this,i,e);return"Until"!==r.slice(-5)&&(t=e),t&&"string"==typeof t&&(n=S.filter(t,n)),1<this.length&&(H[r]||S.uniqueSort(n),L.test(r)&&n.reverse()),this.pushStack(n)}});var P=/[^\x20\t\r\n\f]+/g;function R(e){return e}function M(e){throw e}function I(e,t,n,r){var i;try{e&&m(i=e.promise)?i.call(e).done(t).fail(n):e&&m(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}S.Callbacks=function(r){var e,n;r="string"==typeof r?(e=r,n={},S.each(e.match(P)||[],function(e,t){n[t]=!0}),n):S.extend({},r);var i,t,o,a,s=[],u=[],l=-1,c=function(){for(a=a||r.once,o=i=!0;u.length;l=-1){t=u.shift();while(++l<s.length)!1===s[l].apply(t[0],t[1])&&r.stopOnFalse&&(l=s.length,t=!1)}r.memory||(t=!1),i=!1,a&&(s=t?[]:"")},f={add:function(){return s&&(t&&!i&&(l=s.length-1,u.push(t)),function n(e){S.each(e,function(e,t){m(t)?r.unique&&f.has(t)||s.push(t):t&&t.length&&"string"!==w(t)&&n(t)})}(arguments),t&&!i&&c()),this},remove:function(){return S.each(arguments,function(e,t){var n;while(-1<(n=S.inArray(t,s,n)))s.splice(n,1),n<=l&&l--}),this},has:function(e){return e?-1<S.inArray(e,s):0<s.length},empty:function(){return s&&(s=[]),this},disable:function(){return a=u=[],s=t="",this},disabled:function(){return!s},lock:function(){return a=u=[],t||i||(s=t=""),this},locked:function(){return!!a},fireWith:function(e,t){return a||(t=[e,(t=t||[]).slice?t.slice():t],u.push(t),i||c()),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!o}};return f},S.extend({Deferred:function(e){var o=[["notify","progress",S.Callbacks("memory"),S.Callbacks("memory"),2],["resolve","done",S.Callbacks("once memory"),S.Callbacks("once memory"),0,"resolved"],["reject","fail",S.Callbacks("once memory"),S.Callbacks("once memory"),1,"rejected"]],i="pending",a={state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},"catch":function(e){return a.then(null,e)},pipe:function(){var i=arguments;return S.Deferred(function(r){S.each(o,function(e,t){var n=m(i[t[4]])&&i[t[4]];s[t[1]](function(){var e=n&&n.apply(this,arguments);e&&m(e.promise)?e.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[t[0]+"With"](this,n?[e]:arguments)})}),i=null}).promise()},then:function(t,n,r){var u=0;function l(i,o,a,s){return function(){var n=this,r=arguments,e=function(){var e,t;if(!(i<u)){if((e=a.apply(n,r))===o.promise())throw new TypeError("Thenable self-resolution");t=e&&("object"==typeof e||"function"==typeof e)&&e.then,m(t)?s?t.call(e,l(u,o,R,s),l(u,o,M,s)):(u++,t.call(e,l(u,o,R,s),l(u,o,M,s),l(u,o,R,o.notifyWith))):(a!==R&&(n=void 0,r=[e]),(s||o.resolveWith)(n,r))}},t=s?e:function(){try{e()}catch(e){S.Deferred.exceptionHook&&S.Deferred.exceptionHook(e,t.stackTrace),u<=i+1&&(a!==M&&(n=void 0,r=[e]),o.rejectWith(n,r))}};i?t():(S.Deferred.getStackHook&&(t.stackTrace=S.Deferred.getStackHook()),C.setTimeout(t))}}return S.Deferred(function(e){o[0][3].add(l(0,e,m(r)?r:R,e.notifyWith)),o[1][3].add(l(0,e,m(t)?t:R)),o[2][3].add(l(0,e,m(n)?n:M))}).promise()},promise:function(e){return null!=e?S.extend(e,a):a}},s={};return S.each(o,function(e,t){var n=t[2],r=t[5];a[t[1]]=n.add,r&&n.add(function(){i=r},o[3-e][2].disable,o[3-e][3].disable,o[0][2].lock,o[0][3].lock),n.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=n.fireWith}),a.promise(s),e&&e.call(s,s),s},when:function(e){var n=arguments.length,t=n,r=Array(t),i=s.call(arguments),o=S.Deferred(),a=function(t){return function(e){r[t]=this,i[t]=1<arguments.length?s.call(arguments):e,--n||o.resolveWith(r,i)}};if(n<=1&&(I(e,o.done(a(t)).resolve,o.reject,!n),"pending"===o.state()||m(i[t]&&i[t].then)))return o.then();while(t--)I(i[t],a(t),o.reject);return o.promise()}});var W=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;S.Deferred.exceptionHook=function(e,t){C.console&&C.console.warn&&e&&W.test(e.name)&&C.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},S.readyException=function(e){C.setTimeout(function(){throw e})};var F=S.Deferred();function B(){E.removeEventListener("DOMContentLoaded",B),C.removeEventListener("load",B),S.ready()}S.fn.ready=function(e){return F.then(e)["catch"](function(e){S.readyException(e)}),this},S.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--S.readyWait:S.isReady)||(S.isReady=!0)!==e&&0<--S.readyWait||F.resolveWith(E,[S])}}),S.ready.then=F.then,"complete"===E.readyState||"loading"!==E.readyState&&!E.documentElement.doScroll?C.setTimeout(S.ready):(E.addEventListener("DOMContentLoaded",B),C.addEventListener("load",B));var $=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===w(n))for(s in i=!0,n)$(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,m(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(S(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},_=/^-ms-/,z=/-([a-z])/g;function U(e,t){return t.toUpperCase()}function X(e){return e.replace(_,"ms-").replace(z,U)}var V=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function G(){this.expando=S.expando+G.uid++}G.uid=1,G.prototype={cache:function(e){var t=e[this.expando];return t||(t={},V(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[X(t)]=n;else for(r in t)i[X(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][X(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(X):(t=X(t))in r?[t]:t.match(P)||[]).length;while(n--)delete r[t[n]]}(void 0===t||S.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!S.isEmptyObject(t)}};var Y=new G,Q=new G,J=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,K=/[A-Z]/g;function Z(e,t,n){var r,i;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(K,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n="true"===(i=n)||"false"!==i&&("null"===i?null:i===+i+""?+i:J.test(i)?JSON.parse(i):i)}catch(e){}Q.set(e,t,n)}else n=void 0;return n}S.extend({hasData:function(e){return Q.hasData(e)||Y.hasData(e)},data:function(e,t,n){return Q.access(e,t,n)},removeData:function(e,t){Q.remove(e,t)},_data:function(e,t,n){return Y.access(e,t,n)},_removeData:function(e,t){Y.remove(e,t)}}),S.fn.extend({data:function(n,e){var t,r,i,o=this[0],a=o&&o.attributes;if(void 0===n){if(this.length&&(i=Q.get(o),1===o.nodeType&&!Y.get(o,"hasDataAttrs"))){t=a.length;while(t--)a[t]&&0===(r=a[t].name).indexOf("data-")&&(r=X(r.slice(5)),Z(o,r,i[r]));Y.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof n?this.each(function(){Q.set(this,n)}):$(this,function(e){var t;if(o&&void 0===e)return void 0!==(t=Q.get(o,n))?t:void 0!==(t=Z(o,n))?t:void 0;this.each(function(){Q.set(this,n,e)})},null,e,1<arguments.length,null,!0)},removeData:function(e){return this.each(function(){Q.remove(this,e)})}}),S.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Y.get(e,t),n&&(!r||Array.isArray(n)?r=Y.access(e,t,S.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=S.queue(e,t),r=n.length,i=n.shift(),o=S._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){S.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Y.get(e,n)||Y.access(e,n,{empty:S.Callbacks("once memory").add(function(){Y.remove(e,[t+"queue",n])})})}}),S.fn.extend({queue:function(t,n){var e=2;return"string"!=typeof t&&(n=t,t="fx",e--),arguments.length<e?S.queue(this[0],t):void 0===n?this:this.each(function(){var e=S.queue(this,t,n);S._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&S.dequeue(this,t)})},dequeue:function(e){return this.each(function(){S.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=S.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=Y.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var ee=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,te=new RegExp("^(?:([+-])=|)("+ee+")([a-z%]*)$","i"),ne=["Top","Right","Bottom","Left"],re=E.documentElement,ie=function(e){return S.contains(e.ownerDocument,e)},oe={composed:!0};re.getRootNode&&(ie=function(e){return S.contains(e.ownerDocument,e)||e.getRootNode(oe)===e.ownerDocument});var ae=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&ie(e)&&"none"===S.css(e,"display")};function se(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return S.css(e,t,"")},u=s(),l=n&&n[3]||(S.cssNumber[t]?"":"px"),c=e.nodeType&&(S.cssNumber[t]||"px"!==l&&+u)&&te.exec(S.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)S.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,S.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var ue={};function le(e,t){for(var n,r,i,o,a,s,u,l=[],c=0,f=e.length;c<f;c++)(r=e[c]).style&&(n=r.style.display,t?("none"===n&&(l[c]=Y.get(r,"display")||null,l[c]||(r.style.display="")),""===r.style.display&&ae(r)&&(l[c]=(u=a=o=void 0,a=(i=r).ownerDocument,s=i.nodeName,(u=ue[s])||(o=a.body.appendChild(a.createElement(s)),u=S.css(o,"display"),o.parentNode.removeChild(o),"none"===u&&(u="block"),ue[s]=u)))):"none"!==n&&(l[c]="none",Y.set(r,"display",n)));for(c=0;c<f;c++)null!=l[c]&&(e[c].style.display=l[c]);return e}S.fn.extend({show:function(){return le(this,!0)},hide:function(){return le(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ae(this)?S(this).show():S(this).hide()})}});var ce,fe,pe=/^(?:checkbox|radio)$/i,de=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="<textarea>x</textarea>",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="<option></option>",y.option=!!ce.lastChild;var ge={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n<r;n++)Y.set(e[n],"globalEval",!t||Y.get(t[n],"globalEval"))}ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td,y.option||(ge.optgroup=ge.option=[1,"<select multiple='multiple'>","</select>"]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===w(o))S.merge(p,o.nodeType?[o]:o);else if(me.test(o)){a=a||f.appendChild(t.createElement("div")),s=(de.exec(o)||["",""])[1].toLowerCase(),u=ge[s]||ge._default,a.innerHTML=u[1]+S.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;S.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));f.textContent="",d=0;while(o=p[d++])if(r&&-1<S.inArray(o,r))i&&i.push(o);else if(l=ie(o),a=ve(f.appendChild(o),"script"),l&&ye(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}var be=/^key/,we=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Te=/^([^.]*)(?:\.(.+)|)/;function Ce(){return!0}function Ee(){return!1}function Se(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function ke(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)ke(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Ee;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return S().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=S.guid++)),e.each(function(){S.event.add(this,t,i,r,n)})}function Ae(e,i,o){o?(Y.set(e,i,!1),S.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Y.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(S.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Y.set(this,i,r),t=o(this,i),this[i](),r!==(n=Y.get(this,i))||t?Y.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Y.set(this,i,{value:S.event.trigger(S.extend(r[0],S.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Y.get(e,i)&&S.event.add(e,i,Ce)}S.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Y.get(t);if(V(t)){n.handler&&(n=(o=n).handler,i=o.selector),i&&S.find.matchesSelector(re,i),n.guid||(n.guid=S.guid++),(u=v.events)||(u=v.events=Object.create(null)),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof S&&S.event.triggered!==e.type?S.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(P)||[""]).length;while(l--)d=g=(s=Te.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=S.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=S.event.special[d]||{},c=S.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&S.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),S.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Y.hasData(e)&&Y.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(P)||[""]).length;while(l--)if(d=g=(s=Te.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=S.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||S.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)S.event.remove(e,d+t[l],n,r,!0);S.isEmptyObject(u)&&Y.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=new Array(arguments.length),u=S.event.fix(e),l=(Y.get(this,"events")||Object.create(null))[u.type]||[],c=S.event.special[u.type]||{};for(s[0]=u,t=1;t<arguments.length;t++)s[t]=arguments[t];if(u.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,u)){a=S.event.handlers.call(this,u,l),t=0;while((i=a[t++])&&!u.isPropagationStopped()){u.currentTarget=i.elem,n=0;while((o=i.handlers[n++])&&!u.isImmediatePropagationStopped())u.rnamespace&&!1!==o.namespace&&!u.rnamespace.test(o.namespace)||(u.handleObj=o,u.data=o.data,void 0!==(r=((S.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,s))&&!1===(u.result=r)&&(u.preventDefault(),u.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,u),u.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&1<=e.button))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?-1<S(i,this).index(l):S.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(t,e){Object.defineProperty(S.Event.prototype,t,{enumerable:!0,configurable:!0,get:m(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(e){return e[S.expando]?e:new S.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return pe.test(t.type)&&t.click&&A(t,"input")&&Ae(t,"click",Ce),!1},trigger:function(e){var t=this||e;return pe.test(t.type)&&t.click&&A(t,"input")&&Ae(t,"click"),!0},_default:function(e){var t=e.target;return pe.test(t.type)&&t.click&&A(t,"input")&&Y.get(t,"click")||A(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},S.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},S.Event=function(e,t){if(!(this instanceof S.Event))return new S.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Ce:Ee,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&S.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[S.expando]=!0},S.Event.prototype={constructor:S.Event,isDefaultPrevented:Ee,isPropagationStopped:Ee,isImmediatePropagationStopped:Ee,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Ce,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Ce,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Ce,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},S.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&be.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&we.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},S.event.addProp),S.each({focus:"focusin",blur:"focusout"},function(e,t){S.event.special[e]={setup:function(){return Ae(this,e,Se),!1},trigger:function(){return Ae(this,e),!0},delegateType:t}}),S.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,i){S.event.special[e]={delegateType:i,bindType:i,handle:function(e){var t,n=e.relatedTarget,r=e.handleObj;return n&&(n===this||S.contains(this,n))||(e.type=r.origType,t=r.handler.apply(this,arguments),e.type=i),t}}}),S.fn.extend({on:function(e,t,n,r){return ke(this,e,t,n,r)},one:function(e,t,n,r){return ke(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,S(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=Ee),this.each(function(){S.event.remove(this,e,n,t)})}});var Ne=/<script|<style|<link/i,De=/checked\s*(?:[^=]|=\s*.checked.)/i,je=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n<r;n++)S.event.add(t,i,s[i][n]);Q.hasData(e)&&(o=Q.access(e),a=S.extend({},o),Q.set(t,a))}}function Pe(n,r,i,o){r=g(r);var e,t,a,s,u,l,c=0,f=n.length,p=f-1,d=r[0],h=m(d);if(h||1<f&&"string"==typeof d&&!y.checkClone&&De.test(d))return n.each(function(e){var t=n.eq(e);h&&(r[0]=d.call(this,e,t.html())),Pe(t,r,i,o)});if(f&&(t=(e=xe(r,n[0].ownerDocument,!1,n,o)).firstChild,1===e.childNodes.length&&(e=t),t||o)){for(s=(a=S.map(ve(e,"script"),Le)).length;c<f;c++)u=e,c!==p&&(u=S.clone(u,!0,!0),s&&S.merge(a,ve(u,"script"))),i.call(n[c],u,c);if(s)for(l=a[a.length-1].ownerDocument,S.map(a,He),c=0;c<s;c++)u=a[c],he.test(u.type||"")&&!Y.access(u,"globalEval")&&S.contains(l,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?S._evalUrl&&!u.noModule&&S._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")},l):b(u.textContent.replace(je,""),u,l))}return n}function Re(e,t,n){for(var r,i=t?S.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||S.cleanData(ve(r)),r.parentNode&&(n&&ie(r)&&ye(ve(r,"script")),r.parentNode.removeChild(r));return e}S.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=ie(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||S.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r<i;r++)s=o[r],u=a[r],void 0,"input"===(l=u.nodeName.toLowerCase())&&pe.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(o=o||ve(e),a=a||ve(c),r=0,i=o.length;r<i;r++)Oe(o[r],a[r]);else Oe(e,c);return 0<(a=ve(c,"script")).length&&ye(a,!f&&ve(e,"script")),c},cleanData:function(e){for(var t,n,r,i=S.event.special,o=0;void 0!==(n=e[o]);o++)if(V(n)){if(t=n[Y.expando]){if(t.events)for(r in t.events)i[r]?S.event.remove(n,r):S.removeEvent(n,r,t.handle);n[Y.expando]=void 0}n[Q.expando]&&(n[Q.expando]=void 0)}}}),S.fn.extend({detach:function(e){return Re(this,e,!0)},remove:function(e){return Re(this,e)},text:function(e){return $(this,function(e){return void 0===e?S.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Pe(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||qe(this,e).appendChild(e)})},prepend:function(){return Pe(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=qe(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Pe(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Pe(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(S.cleanData(ve(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return S.clone(this,e,t)})},html:function(e){return $(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ne.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=S.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(S.cleanData(ve(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var n=[];return Pe(this,arguments,function(e){var t=this.parentNode;S.inArray(this,n)<0&&(S.cleanData(ve(this)),t&&t.replaceChild(e,this))},n)}}),S.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,a){S.fn[e]=function(e){for(var t,n=[],r=S(e),i=r.length-1,o=0;o<=i;o++)t=o===i?this:this.clone(!0),S(r[o])[a](t),u.apply(n,t.get());return this.pushStack(n)}});var Me=new RegExp("^("+ee+")(?!px)[a-z%]+$","i"),Ie=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=C),t.getComputedStyle(e)},We=function(e,t,n){var r,i,o={};for(i in t)o[i]=e.style[i],e.style[i]=t[i];for(i in r=n.call(e),t)e.style[i]=o[i];return r},Fe=new RegExp(ne.join("|"),"i");function Be(e,t,n){var r,i,o,a,s=e.style;return(n=n||Ie(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||ie(e)||(a=S.style(e,t)),!y.pixelBoxStyles()&&Me.test(a)&&Fe.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o)),void 0!==a?a+"":a}function $e(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(l){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",l.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",re.appendChild(u).appendChild(l);var e=C.getComputedStyle(l);n="1%"!==e.top,s=12===t(e.marginLeft),l.style.right="60%",o=36===t(e.right),r=36===t(e.width),l.style.position="absolute",i=12===t(l.offsetWidth/3),re.removeChild(u),l=null}}function t(e){return Math.round(parseFloat(e))}var n,r,i,o,a,s,u=E.createElement("div"),l=E.createElement("div");l.style&&(l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",y.clearCloneStyle="content-box"===l.style.backgroundClip,S.extend(y,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),o},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),s},scrollboxSize:function(){return e(),i},reliableTrDimensions:function(){var e,t,n,r;return null==a&&(e=E.createElement("table"),t=E.createElement("tr"),n=E.createElement("div"),e.style.cssText="position:absolute;left:-11111px",t.style.height="1px",n.style.height="9px",re.appendChild(e).appendChild(t).appendChild(n),r=C.getComputedStyle(t),a=3<parseInt(r.height),re.removeChild(e)),a}}))}();var _e=["Webkit","Moz","ms"],ze=E.createElement("div").style,Ue={};function Xe(e){var t=S.cssProps[e]||Ue[e];return t||(e in ze?e:Ue[e]=function(e){var t=e[0].toUpperCase()+e.slice(1),n=_e.length;while(n--)if((e=_e[n]+t)in ze)return e}(e)||e)}var Ve=/^(none|table(?!-c[ea]).+)/,Ge=/^--/,Ye={position:"absolute",visibility:"hidden",display:"block"},Qe={letterSpacing:"0",fontWeight:"400"};function Je(e,t,n){var r=te.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function Ke(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=S.css(e,n+ne[a],!0,i)),r?("content"===n&&(u-=S.css(e,"padding"+ne[a],!0,i)),"margin"!==n&&(u-=S.css(e,"border"+ne[a]+"Width",!0,i))):(u+=S.css(e,"padding"+ne[a],!0,i),"padding"!==n?u+=S.css(e,"border"+ne[a]+"Width",!0,i):s+=S.css(e,"border"+ne[a]+"Width",!0,i));return!r&&0<=o&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u}function Ze(e,t,n){var r=Ie(e),i=(!y.boxSizingReliable()||n)&&"border-box"===S.css(e,"boxSizing",!1,r),o=i,a=Be(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(Me.test(a)){if(!n)return a;a="auto"}return(!y.boxSizingReliable()&&i||!y.reliableTrDimensions()&&A(e,"tr")||"auto"===a||!parseFloat(a)&&"inline"===S.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===S.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+Ke(e,t,n||(i?"border":"content"),o,r,a)+"px"}function et(e,t,n,r,i){return new et.prototype.init(e,t,n,r,i)}S.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Be(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=X(t),u=Ge.test(t),l=e.style;if(u||(t=Xe(s)),a=S.cssHooks[t]||S.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"===(o=typeof n)&&(i=te.exec(n))&&i[1]&&(n=se(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||u||(n+=i&&i[3]||(S.cssNumber[s]?"":"px")),y.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=X(t);return Ge.test(t)||(t=Xe(s)),(a=S.cssHooks[t]||S.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Be(e,t,r)),"normal"===i&&t in Qe&&(i=Qe[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),S.each(["height","width"],function(e,u){S.cssHooks[u]={get:function(e,t,n){if(t)return!Ve.test(S.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?Ze(e,u,n):We(e,Ye,function(){return Ze(e,u,n)})},set:function(e,t,n){var r,i=Ie(e),o=!y.scrollboxSize()&&"absolute"===i.position,a=(o||n)&&"border-box"===S.css(e,"boxSizing",!1,i),s=n?Ke(e,u,n,a,i):0;return a&&o&&(s-=Math.ceil(e["offset"+u[0].toUpperCase()+u.slice(1)]-parseFloat(i[u])-Ke(e,u,"border",!1,i)-.5)),s&&(r=te.exec(t))&&"px"!==(r[3]||"px")&&(e.style[u]=t,t=S.css(e,u)),Je(0,t,s)}}}),S.cssHooks.marginLeft=$e(y.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Be(e,"marginLeft"))||e.getBoundingClientRect().left-We(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),S.each({margin:"",padding:"",border:"Width"},function(i,o){S.cssHooks[i+o]={expand:function(e){for(var t=0,n={},r="string"==typeof e?e.split(" "):[e];t<4;t++)n[i+ne[t]+o]=r[t]||r[t-2]||r[0];return n}},"margin"!==i&&(S.cssHooks[i+o].set=Je)}),S.fn.extend({css:function(e,t){return $(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=Ie(e),i=t.length;a<i;a++)o[t[a]]=S.css(e,t[a],!1,r);return o}return void 0!==n?S.style(e,t,n):S.css(e,t)},e,t,1<arguments.length)}}),((S.Tween=et).prototype={constructor:et,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||S.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(S.cssNumber[n]?"":"px")},cur:function(){var e=et.propHooks[this.prop];return e&&e.get?e.get(this):et.propHooks._default.get(this)},run:function(e){var t,n=et.propHooks[this.prop];return this.options.duration?this.pos=t=S.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):et.propHooks._default.set(this),this}}).init.prototype=et.prototype,(et.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=S.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){S.fx.step[e.prop]?S.fx.step[e.prop](e):1!==e.elem.nodeType||!S.cssHooks[e.prop]&&null==e.elem.style[Xe(e.prop)]?e.elem[e.prop]=e.now:S.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=et.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},S.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},S.fx=et.prototype.init,S.fx.step={};var tt,nt,rt,it,ot=/^(?:toggle|show|hide)$/,at=/queueHooks$/;function st(){nt&&(!1===E.hidden&&C.requestAnimationFrame?C.requestAnimationFrame(st):C.setTimeout(st,S.fx.interval),S.fx.tick())}function ut(){return C.setTimeout(function(){tt=void 0}),tt=Date.now()}function lt(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=ne[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function ct(e,t,n){for(var r,i=(ft.tweeners[t]||[]).concat(ft.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function ft(o,e,t){var n,a,r=0,i=ft.prefilters.length,s=S.Deferred().always(function(){delete u.elem}),u=function(){if(a)return!1;for(var e=tt||ut(),t=Math.max(0,l.startTime+l.duration-e),n=1-(t/l.duration||0),r=0,i=l.tweens.length;r<i;r++)l.tweens[r].run(n);return s.notifyWith(o,[l,n,t]),n<1&&i?t:(i||s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l]),!1)},l=s.promise({elem:o,props:S.extend({},e),opts:S.extend(!0,{specialEasing:{},easing:S.easing._default},t),originalProperties:e,originalOptions:t,startTime:tt||ut(),duration:t.duration,tweens:[],createTween:function(e,t){var n=S.Tween(o,l.opts,e,t,l.opts.specialEasing[e]||l.opts.easing);return l.tweens.push(n),n},stop:function(e){var t=0,n=e?l.tweens.length:0;if(a)return this;for(a=!0;t<n;t++)l.tweens[t].run(1);return e?(s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l,e])):s.rejectWith(o,[l,e]),this}}),c=l.props;for(!function(e,t){var n,r,i,o,a;for(n in e)if(i=t[r=X(n)],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=S.cssHooks[r])&&"expand"in a)for(n in o=a.expand(o),delete e[r],o)n in e||(e[n]=o[n],t[n]=i);else t[r]=i}(c,l.opts.specialEasing);r<i;r++)if(n=ft.prefilters[r].call(l,o,c,l.opts))return m(n.stop)&&(S._queueHooks(l.elem,l.opts.queue).stop=n.stop.bind(n)),n;return S.map(c,ct,l),m(l.opts.start)&&l.opts.start.call(o,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),S.fx.timer(S.extend(u,{elem:o,anim:l,queue:l.opts.queue})),l}S.Animation=S.extend(ft,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return se(n.elem,e,te.exec(t),n),n}]},tweener:function(e,t){m(e)?(t=e,e=["*"]):e=e.match(P);for(var n,r=0,i=e.length;r<i;r++)n=e[r],ft.tweeners[n]=ft.tweeners[n]||[],ft.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ae(e),v=Y.get(e,"fxshow");for(r in n.queue||(null==(a=S._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,S.queue(e,"fx").length||a.empty.fire()})})),t)if(i=t[r],ot.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!v||void 0===v[r])continue;g=!0}d[r]=v&&v[r]||S.style(e,r)}if((u=!S.isEmptyObject(t))||!S.isEmptyObject(d))for(r in f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=v&&v.display)&&(l=Y.get(e,"display")),"none"===(c=S.css(e,"display"))&&(l?c=l:(le([e],!0),l=e.style.display||l,c=S.css(e,"display"),le([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===S.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1,d)u||(v?"hidden"in v&&(g=v.hidden):v=Y.access(e,"fxshow",{display:l}),o&&(v.hidden=!g),g&&le([e],!0),p.done(function(){for(r in g||le([e]),Y.remove(e,"fxshow"),d)S.style(e,r,d[r])})),u=ct(g?v[r]:0,r,p),r in v||(v[r]=u.start,g&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?ft.prefilters.unshift(e):ft.prefilters.push(e)}}),S.speed=function(e,t,n){var r=e&&"object"==typeof e?S.extend({},e):{complete:n||!n&&t||m(e)&&e,duration:e,easing:n&&t||t&&!m(t)&&t};return S.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in S.fx.speeds?r.duration=S.fx.speeds[r.duration]:r.duration=S.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){m(r.old)&&r.old.call(this),r.queue&&S.dequeue(this,r.queue)},r},S.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ae).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(t,e,n,r){var i=S.isEmptyObject(t),o=S.speed(e,n,r),a=function(){var e=ft(this,S.extend({},t),o);(i||Y.get(this,"finish"))&&e.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(i,e,o){var a=function(e){var t=e.stop;delete e.stop,t(o)};return"string"!=typeof i&&(o=e,e=i,i=void 0),e&&this.queue(i||"fx",[]),this.each(function(){var e=!0,t=null!=i&&i+"queueHooks",n=S.timers,r=Y.get(this);if(t)r[t]&&r[t].stop&&a(r[t]);else for(t in r)r[t]&&r[t].stop&&at.test(t)&&a(r[t]);for(t=n.length;t--;)n[t].elem!==this||null!=i&&n[t].queue!==i||(n[t].anim.stop(o),e=!1,n.splice(t,1));!e&&o||S.dequeue(this,i)})},finish:function(a){return!1!==a&&(a=a||"fx"),this.each(function(){var e,t=Y.get(this),n=t[a+"queue"],r=t[a+"queueHooks"],i=S.timers,o=n?n.length:0;for(t.finish=!0,S.queue(this,a,[]),r&&r.stop&&r.stop.call(this,!0),e=i.length;e--;)i[e].elem===this&&i[e].queue===a&&(i[e].anim.stop(!0),i.splice(e,1));for(e=0;e<o;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete t.finish})}}),S.each(["toggle","show","hide"],function(e,r){var i=S.fn[r];S.fn[r]=function(e,t,n){return null==e||"boolean"==typeof e?i.apply(this,arguments):this.animate(lt(r,!0),e,t,n)}}),S.each({slideDown:lt("show"),slideUp:lt("hide"),slideToggle:lt("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,r){S.fn[e]=function(e,t,n){return this.animate(r,e,t,n)}}),S.timers=[],S.fx.tick=function(){var e,t=0,n=S.timers;for(tt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||S.fx.stop(),tt=void 0},S.fx.timer=function(e){S.timers.push(e),S.fx.start()},S.fx.interval=13,S.fx.start=function(){nt||(nt=!0,st())},S.fx.stop=function(){nt=null},S.fx.speeds={slow:600,fast:200,_default:400},S.fn.delay=function(r,e){return r=S.fx&&S.fx.speeds[r]||r,e=e||"fx",this.queue(e,function(e,t){var n=C.setTimeout(e,r);t.stop=function(){C.clearTimeout(n)}})},rt=E.createElement("input"),it=E.createElement("select").appendChild(E.createElement("option")),rt.type="checkbox",y.checkOn=""!==rt.value,y.optSelected=it.selected,(rt=E.createElement("input")).value="t",rt.type="radio",y.radioValue="t"===rt.value;var pt,dt=S.expr.attrHandle;S.fn.extend({attr:function(e,t){return $(this,S.attr,e,t,1<arguments.length)},removeAttr:function(e){return this.each(function(){S.removeAttr(this,e)})}}),S.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?S.prop(e,t,n):(1===o&&S.isXMLDoc(e)||(i=S.attrHooks[t.toLowerCase()]||(S.expr.match.bool.test(t)?pt:void 0)),void 0!==n?null===n?void S.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=S.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!y.radioValue&&"radio"===t&&A(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(P);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),pt={set:function(e,t,n){return!1===t?S.removeAttr(e,n):e.setAttribute(n,n),n}},S.each(S.expr.match.bool.source.match(/\w+/g),function(e,t){var a=dt[t]||S.find.attr;dt[t]=function(e,t,n){var r,i,o=t.toLowerCase();return n||(i=dt[o],dt[o]=r,r=null!=a(e,t,n)?o:null,dt[o]=i),r}});var ht=/^(?:input|select|textarea|button)$/i,gt=/^(?:a|area)$/i;function vt(e){return(e.match(P)||[]).join(" ")}function yt(e){return e.getAttribute&&e.getAttribute("class")||""}function mt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(P)||[]}S.fn.extend({prop:function(e,t){return $(this,S.prop,e,t,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[S.propFix[e]||e]})}}),S.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&S.isXMLDoc(e)||(t=S.propFix[t]||t,i=S.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=S.find.attr(e,"tabindex");return t?parseInt(t,10):ht.test(e.nodeName)||gt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),y.optSelected||(S.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),S.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){S.propFix[this.toLowerCase()]=this}),S.fn.extend({addClass:function(t){var e,n,r,i,o,a,s,u=0;if(m(t))return this.each(function(e){S(this).addClass(t.call(this,e,yt(this)))});if((e=mt(t)).length)while(n=this[u++])if(i=yt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=e[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(t){var e,n,r,i,o,a,s,u=0;if(m(t))return this.each(function(e){S(this).removeClass(t.call(this,e,yt(this)))});if(!arguments.length)return this.attr("class","");if((e=mt(t)).length)while(n=this[u++])if(i=yt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=e[a++])while(-1<r.indexOf(" "+o+" "))r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(i,t){var o=typeof i,a="string"===o||Array.isArray(i);return"boolean"==typeof t&&a?t?this.addClass(i):this.removeClass(i):m(i)?this.each(function(e){S(this).toggleClass(i.call(this,e,yt(this),t),t)}):this.each(function(){var e,t,n,r;if(a){t=0,n=S(this),r=mt(i);while(e=r[t++])n.hasClass(e)?n.removeClass(e):n.addClass(e)}else void 0!==i&&"boolean"!==o||((e=yt(this))&&Y.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===i?"":Y.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&-1<(" "+vt(yt(n))+" ").indexOf(t))return!0;return!1}});var xt=/\r/g;S.fn.extend({val:function(n){var r,e,i,t=this[0];return arguments.length?(i=m(n),this.each(function(e){var t;1===this.nodeType&&(null==(t=i?n.call(this,e,S(this).val()):n)?t="":"number"==typeof t?t+="":Array.isArray(t)&&(t=S.map(t,function(e){return null==e?"":e+""})),(r=S.valHooks[this.type]||S.valHooks[this.nodeName.toLowerCase()])&&"set"in r&&void 0!==r.set(this,t,"value")||(this.value=t))})):t?(r=S.valHooks[t.type]||S.valHooks[t.nodeName.toLowerCase()])&&"get"in r&&void 0!==(e=r.get(t,"value"))?e:"string"==typeof(e=t.value)?e.replace(xt,""):null==e?"":e:void 0}}),S.extend({valHooks:{option:{get:function(e){var t=S.find.attr(e,"value");return null!=t?t:vt(S.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!A(n.parentNode,"optgroup"))){if(t=S(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=S.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=-1<S.inArray(S.valHooks.option.get(r),o))&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),S.each(["radio","checkbox"],function(){S.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=-1<S.inArray(S(e).val(),t)}},y.checkOn||(S.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),y.focusin="onfocusin"in C;var bt=/^(?:focusinfocus|focusoutblur)$/,wt=function(e){e.stopPropagation()};S.extend(S.event,{trigger:function(e,t,n,r){var i,o,a,s,u,l,c,f,p=[n||E],d=v.call(e,"type")?e.type:e,h=v.call(e,"namespace")?e.namespace.split("."):[];if(o=f=a=n=n||E,3!==n.nodeType&&8!==n.nodeType&&!bt.test(d+S.event.triggered)&&(-1<d.indexOf(".")&&(d=(h=d.split(".")).shift(),h.sort()),u=d.indexOf(":")<0&&"on"+d,(e=e[S.expando]?e:new S.Event(d,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:S.makeArray(t,[e]),c=S.event.special[d]||{},r||!c.trigger||!1!==c.trigger.apply(n,t))){if(!r&&!c.noBubble&&!x(n)){for(s=c.delegateType||d,bt.test(s+d)||(o=o.parentNode);o;o=o.parentNode)p.push(o),a=o;a===(n.ownerDocument||E)&&p.push(a.defaultView||a.parentWindow||C)}i=0;while((o=p[i++])&&!e.isPropagationStopped())f=o,e.type=1<i?s:c.bindType||d,(l=(Y.get(o,"events")||Object.create(null))[e.type]&&Y.get(o,"handle"))&&l.apply(o,t),(l=u&&o[u])&&l.apply&&V(o)&&(e.result=l.apply(o,t),!1===e.result&&e.preventDefault());return e.type=d,r||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(p.pop(),t)||!V(n)||u&&m(n[d])&&!x(n)&&((a=n[u])&&(n[u]=null),S.event.triggered=d,e.isPropagationStopped()&&f.addEventListener(d,wt),n[d](),e.isPropagationStopped()&&f.removeEventListener(d,wt),S.event.triggered=void 0,a&&(n[u]=a)),e.result}},simulate:function(e,t,n){var r=S.extend(new S.Event,n,{type:e,isSimulated:!0});S.event.trigger(r,null,t)}}),S.fn.extend({trigger:function(e,t){return this.each(function(){S.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return S.event.trigger(e,t,n,!0)}}),y.focusin||S.each({focus:"focusin",blur:"focusout"},function(n,r){var i=function(e){S.event.simulate(r,e.target,S.event.fix(e))};S.event.special[r]={setup:function(){var e=this.ownerDocument||this.document||this,t=Y.access(e,r);t||e.addEventListener(n,i,!0),Y.access(e,r,(t||0)+1)},teardown:function(){var e=this.ownerDocument||this.document||this,t=Y.access(e,r)-1;t?Y.access(e,r,t):(e.removeEventListener(n,i,!0),Y.remove(e,r))}}});var Tt=C.location,Ct={guid:Date.now()},Et=/\?/;S.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new C.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||S.error("Invalid XML: "+e),t};var St=/\[\]$/,kt=/\r?\n/g,At=/^(?:submit|button|image|reset|file)$/i,Nt=/^(?:input|select|textarea|keygen)/i;function Dt(n,e,r,i){var t;if(Array.isArray(e))S.each(e,function(e,t){r||St.test(n)?i(n,t):Dt(n+"["+("object"==typeof t&&null!=t?e:"")+"]",t,r,i)});else if(r||"object"!==w(e))i(n,e);else for(t in e)Dt(n+"["+t+"]",e[t],r,i)}S.param=function(e,t){var n,r=[],i=function(e,t){var n=m(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!S.isPlainObject(e))S.each(e,function(){i(this.name,this.value)});else for(n in e)Dt(n,e[n],t,i);return r.join("&")},S.fn.extend({serialize:function(){return S.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=S.prop(this,"elements");return e?S.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!S(this).is(":disabled")&&Nt.test(this.nodeName)&&!At.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=S(this).val();return null==n?null:Array.isArray(n)?S.map(n,function(e){return{name:t.name,value:e.replace(kt,"\r\n")}}):{name:t.name,value:n.replace(kt,"\r\n")}}).get()}});var jt=/%20/g,qt=/#.*$/,Lt=/([?&])_=[^&]*/,Ht=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ot=/^(?:GET|HEAD)$/,Pt=/^\/\//,Rt={},Mt={},It="*/".concat("*"),Wt=E.createElement("a");function Ft(o){return function(e,t){"string"!=typeof e&&(t=e,e="*");var n,r=0,i=e.toLowerCase().match(P)||[];if(m(t))while(n=i[r++])"+"===n[0]?(n=n.slice(1)||"*",(o[n]=o[n]||[]).unshift(t)):(o[n]=o[n]||[]).push(t)}}function Bt(t,i,o,a){var s={},u=t===Mt;function l(e){var r;return s[e]=!0,S.each(t[e]||[],function(e,t){var n=t(i,o,a);return"string"!=typeof n||u||s[n]?u?!(r=n):void 0:(i.dataTypes.unshift(n),l(n),!1)}),r}return l(i.dataTypes[0])||!s["*"]&&l("*")}function $t(e,t){var n,r,i=S.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&S.extend(!0,e,r),e}Wt.href=Tt.href,S.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Tt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Tt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":It,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":S.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?$t($t(e,S.ajaxSettings),t):$t(S.ajaxSettings,e)},ajaxPrefilter:Ft(Rt),ajaxTransport:Ft(Mt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var c,f,p,n,d,r,h,g,i,o,v=S.ajaxSetup({},t),y=v.context||v,m=v.context&&(y.nodeType||y.jquery)?S(y):S.event,x=S.Deferred(),b=S.Callbacks("once memory"),w=v.statusCode||{},a={},s={},u="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(h){if(!n){n={};while(t=Ht.exec(p))n[t[1].toLowerCase()+" "]=(n[t[1].toLowerCase()+" "]||[]).concat(t[2])}t=n[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return h?p:null},setRequestHeader:function(e,t){return null==h&&(e=s[e.toLowerCase()]=s[e.toLowerCase()]||e,a[e]=t),this},overrideMimeType:function(e){return null==h&&(v.mimeType=e),this},statusCode:function(e){var t;if(e)if(h)T.always(e[T.status]);else for(t in e)w[t]=[w[t],e[t]];return this},abort:function(e){var t=e||u;return c&&c.abort(t),l(0,t),this}};if(x.promise(T),v.url=((e||v.url||Tt.href)+"").replace(Pt,Tt.protocol+"//"),v.type=t.method||t.type||v.method||v.type,v.dataTypes=(v.dataType||"*").toLowerCase().match(P)||[""],null==v.crossDomain){r=E.createElement("a");try{r.href=v.url,r.href=r.href,v.crossDomain=Wt.protocol+"//"+Wt.host!=r.protocol+"//"+r.host}catch(e){v.crossDomain=!0}}if(v.data&&v.processData&&"string"!=typeof v.data&&(v.data=S.param(v.data,v.traditional)),Bt(Rt,v,t,T),h)return T;for(i in(g=S.event&&v.global)&&0==S.active++&&S.event.trigger("ajaxStart"),v.type=v.type.toUpperCase(),v.hasContent=!Ot.test(v.type),f=v.url.replace(qt,""),v.hasContent?v.data&&v.processData&&0===(v.contentType||"").indexOf("application/x-www-form-urlencoded")&&(v.data=v.data.replace(jt,"+")):(o=v.url.slice(f.length),v.data&&(v.processData||"string"==typeof v.data)&&(f+=(Et.test(f)?"&":"?")+v.data,delete v.data),!1===v.cache&&(f=f.replace(Lt,"$1"),o=(Et.test(f)?"&":"?")+"_="+Ct.guid+++o),v.url=f+o),v.ifModified&&(S.lastModified[f]&&T.setRequestHeader("If-Modified-Since",S.lastModified[f]),S.etag[f]&&T.setRequestHeader("If-None-Match",S.etag[f])),(v.data&&v.hasContent&&!1!==v.contentType||t.contentType)&&T.setRequestHeader("Content-Type",v.contentType),T.setRequestHeader("Accept",v.dataTypes[0]&&v.accepts[v.dataTypes[0]]?v.accepts[v.dataTypes[0]]+("*"!==v.dataTypes[0]?", "+It+"; q=0.01":""):v.accepts["*"]),v.headers)T.setRequestHeader(i,v.headers[i]);if(v.beforeSend&&(!1===v.beforeSend.call(y,T,v)||h))return T.abort();if(u="abort",b.add(v.complete),T.done(v.success),T.fail(v.error),c=Bt(Mt,v,t,T)){if(T.readyState=1,g&&m.trigger("ajaxSend",[T,v]),h)return T;v.async&&0<v.timeout&&(d=C.setTimeout(function(){T.abort("timeout")},v.timeout));try{h=!1,c.send(a,l)}catch(e){if(h)throw e;l(-1,e)}}else l(-1,"No Transport");function l(e,t,n,r){var i,o,a,s,u,l=t;h||(h=!0,d&&C.clearTimeout(d),c=void 0,p=r||"",T.readyState=0<e?4:0,i=200<=e&&e<300||304===e,n&&(s=function(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}(v,T,n)),!i&&-1<S.inArray("script",v.dataTypes)&&(v.converters["text script"]=function(){}),s=function(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}(v,s,T,i),i?(v.ifModified&&((u=T.getResponseHeader("Last-Modified"))&&(S.lastModified[f]=u),(u=T.getResponseHeader("etag"))&&(S.etag[f]=u)),204===e||"HEAD"===v.type?l="nocontent":304===e?l="notmodified":(l=s.state,o=s.data,i=!(a=s.error))):(a=l,!e&&l||(l="error",e<0&&(e=0))),T.status=e,T.statusText=(t||l)+"",i?x.resolveWith(y,[o,l,T]):x.rejectWith(y,[T,l,a]),T.statusCode(w),w=void 0,g&&m.trigger(i?"ajaxSuccess":"ajaxError",[T,v,i?o:a]),b.fireWith(y,[T,l]),g&&(m.trigger("ajaxComplete",[T,v]),--S.active||S.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){return S.get(e,t,n,"json")},getScript:function(e,t){return S.get(e,void 0,t,"script")}}),S.each(["get","post"],function(e,i){S[i]=function(e,t,n,r){return m(t)&&(r=r||n,n=t,t=void 0),S.ajax(S.extend({url:e,type:i,dataType:r,data:t,success:n},S.isPlainObject(e)&&e))}}),S.ajaxPrefilter(function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")}),S._evalUrl=function(e,t,n){return S.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){S.globalEval(e,t,n)}})},S.fn.extend({wrapAll:function(e){var t;return this[0]&&(m(e)&&(e=e.call(this[0])),t=S(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(n){return m(n)?this.each(function(e){S(this).wrapInner(n.call(this,e))}):this.each(function(){var e=S(this),t=e.contents();t.length?t.wrapAll(n):e.append(n)})},wrap:function(t){var n=m(t);return this.each(function(e){S(this).wrapAll(n?t.call(this,e):t)})},unwrap:function(e){return this.parent(e).not("body").each(function(){S(this).replaceWith(this.childNodes)}),this}}),S.expr.pseudos.hidden=function(e){return!S.expr.pseudos.visible(e)},S.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},S.ajaxSettings.xhr=function(){try{return new C.XMLHttpRequest}catch(e){}};var _t={0:200,1223:204},zt=S.ajaxSettings.xhr();y.cors=!!zt&&"withCredentials"in zt,y.ajax=zt=!!zt,S.ajaxTransport(function(i){var o,a;if(y.cors||zt&&!i.crossDomain)return{send:function(e,t){var n,r=i.xhr();if(r.open(i.type,i.url,i.async,i.username,i.password),i.xhrFields)for(n in i.xhrFields)r[n]=i.xhrFields[n];for(n in i.mimeType&&r.overrideMimeType&&r.overrideMimeType(i.mimeType),i.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest"),e)r.setRequestHeader(n,e[n]);o=function(e){return function(){o&&(o=a=r.onload=r.onerror=r.onabort=r.ontimeout=r.onreadystatechange=null,"abort"===e?r.abort():"error"===e?"number"!=typeof r.status?t(0,"error"):t(r.status,r.statusText):t(_t[r.status]||r.status,r.statusText,"text"!==(r.responseType||"text")||"string"!=typeof r.responseText?{binary:r.response}:{text:r.responseText},r.getAllResponseHeaders()))}},r.onload=o(),a=r.onerror=r.ontimeout=o("error"),void 0!==r.onabort?r.onabort=a:r.onreadystatechange=function(){4===r.readyState&&C.setTimeout(function(){o&&a()})},o=o("abort");try{r.send(i.hasContent&&i.data||null)}catch(e){if(o)throw e}},abort:function(){o&&o()}}}),S.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),S.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return S.globalEval(e),e}}}),S.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),S.ajaxTransport("script",function(n){var r,i;if(n.crossDomain||n.scriptAttrs)return{send:function(e,t){r=S("<script>").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1<s&&(r=vt(e.slice(s)),e=e.slice(0,s)),m(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),0<a.length&&S.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?S("<div>").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0<arguments.length?this.on(n,null,e,t):this.trigger(n)}});var Gt=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;S.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),m(e))return r=s.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(s.call(arguments)))}).guid=e.guid=e.guid||S.guid++,i},S.holdReady=function(e){e?S.readyWait++:S.ready(!0)},S.isArray=Array.isArray,S.parseJSON=JSON.parse,S.nodeName=A,S.isFunction=m,S.isWindow=x,S.camelCase=X,S.type=w,S.now=Date.now,S.isNumeric=function(e){var t=S.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},S.trim=function(e){return null==e?"":(e+"").replace(Gt,"")},"function"==typeof define&&define.amd&&define("jquery",[],function(){return S});var Yt=C.jQuery,Qt=C.$;return S.noConflict=function(e){return C.$===S&&(C.$=Qt),e&&C.jQuery===S&&(C.jQuery=Yt),S},"undefined"==typeof e&&(C.jQuery=C.$=S),S});
+
diff --git a/view/js/main.js b/view/js/main.js
index f3b8151b0..8ceb0b143 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -23,17 +23,32 @@ var mediaPlaying = false;
var contentHeightDiff = 0;
var liveRecurse = 0;
var savedTitle = '';
-var initialLoad = true;
+var followUpPageLoad = false;
+var window_needs_alert = true;
-// Clear the session and local storage if we switch channel or log out
-var cache_uid = '';
-if(sessionStorage.getItem('uid') !== null) {
- cache_uid = sessionStorage.getItem('uid');
-}
-if(cache_uid !== localUser.toString()) {
- sessionStorage.clear();
+var sse_bs_active = false;
+var sse_offset = 0;
+var sse_type;
+var sse_partial_result = false;
+var sse_rmids = [];
+
+var page_cache = {};
+
+// take care of tab/window reloads on channel change
+if(localStorage.getItem('uid') !== localUser.toString()) {
localStorage.clear();
- sessionStorage.setItem('uid', localUser.toString());
+ sessionStorage.clear();
+ localStorage.setItem('uid', localUser.toString());
+}
+window.onstorage = function(e) {
+ if(e.key === 'uid' && parseInt(e.newValue) !== localUser) {
+ if(window_needs_alert) {
+ window_needs_alert = false;
+ alert("Your identity has changed. Page reload required!");
+ window.location.reload();
+ return;
+ }
+ }
}
$.ajaxSetup({cache: false});
@@ -55,53 +70,123 @@ $(document).ready(function() {
}
});
- var tf = new Function('n', 's', 'var k = s.split("/")['+aStr['plural_func']+']; return (k ? k : s);');
-
- jQuery.timeago.settings.strings = {
- prefixAgo : aStr['t01'],
- prefixFromNow : aStr['t02'],
- suffixAgo : aStr['t03'],
- suffixFromNow : aStr['t04'],
- seconds : aStr['t05'],
- minute : aStr['t06'],
- minutes : function(value){return tf(value, aStr['t07']);},
- hour : aStr['t08'],
- hours : function(value){return tf(value, aStr['t09']);},
- day : aStr['t10'],
- days : function(value){return tf(value, aStr['t11']);},
- month : aStr['t12'],
- months : function(value){return tf(value, aStr['t13']);},
- year : aStr['t14'],
- years : function(value){return tf(value, aStr['t15']);},
- wordSeparator : aStr['t16'],
- numbers : aStr['t17'],
- };
+ var tf = new Function('n', 's', 'var k = s.split("/")['+aStr['plural_func']+']; return (k ? k : s);');
+
+ jQuery.timeago.settings.strings = {
+ prefixAgo : aStr['t01'],
+ prefixFromNow : aStr['t02'],
+ suffixAgo : aStr['t03'],
+ suffixFromNow : aStr['t04'],
+ seconds : aStr['t05'],
+ minute : aStr['t06'],
+ minutes : function(value){return tf(value, aStr['t07']);},
+ hour : aStr['t08'],
+ hours : function(value){return tf(value, aStr['t09']);},
+ day : aStr['t10'],
+ days : function(value){return tf(value, aStr['t11']);},
+ month : aStr['t12'],
+ months : function(value){return tf(value, aStr['t13']);},
+ year : aStr['t14'],
+ years : function(value){return tf(value, aStr['t15']);},
+ wordSeparator : aStr['t16'],
+ numbers : aStr['t17'],
+ };
+
+ jQuery.timeago.settings.allowFuture = true;
+ if(typeof(window.SharedWorker) === 'undefined') {
+ // notifications with multiple tabs open will not work very well in this scenario
+ var evtSource = new EventSource('/sse');
- //mod_mail only
- $(".mail-conv-detail .autotime").timeago();
+ evtSource.addEventListener('notifications', function(e) {
+ var obj = JSON.parse(e.data);
+ sse_handleNotifications(obj, false, false);
+ }, false);
- savedTitle = document.title;
+ document.addEventListener('visibilitychange', function() {
+ if (!document.hidden) {
+ sse_offset = 0;
+ sse_bs_init();
+ }
+ }, false);
- updateInit();
+ }
+ else {
+ var myWorker = new SharedWorker('/view/js/sse_worker.js', localUser);
- $('a.notification-link').click(function(e){
- var notifyType = $(this).data('type');
+ myWorker.port.onmessage = function(e) {
+ obj = e.data;
+ console.log(obj);
+ sse_handleNotifications(obj, false, false);
+ }
- if(! $('#nav-' + notifyType + '-sub').hasClass('show')) {
- loadNotificationItems(notifyType);
- sessionStorage.setItem('notification_open', notifyType);
+ myWorker.onerror = function(e) {
+ myWorker.port.close();
}
- else {
- sessionStorage.removeItem('notification_open');
+
+ myWorker.port.start();
+ }
+
+ $('.notification-link').on('click', { replace: true, followup: false }, sse_bs_notifications);
+
+ $('.notification-filter').on('keypress', function(e) {
+ if(e.which == 13) { // enter
+ this.blur();
+ sse_offset = 0;
+ $("#nav-" + sse_type + "-menu").html('');
+ $("#nav-" + sse_type + "-loading").show();
+
+ var cn_val = $('#cn-' + sse_type + '-input').length ? $('#cn-' + sse_type + '-input').val().toString().toLowerCase() : '';
+
+ $.get('/sse_bs/' + sse_type + '/' + sse_offset + '?nquery=' + encodeURIComponent(cn_val), function(obj) {
+ console.log('sse: bootstraping ' + sse_type);
+ console.log(obj);
+
+ sse_bs_active = false;
+ sse_partial_result = true;
+ sse_offset = obj[sse_type].offset;
+ if(sse_offset < 0)
+ $("#nav-" + sse_type + "-loading").hide();
+
+ sse_handleNotifications(obj, true, false);
+
+ });
}
});
- if(sessionStorage.getItem('notification_open') !== null) {
- var notifyType = sessionStorage.getItem('notification_open');
- $('#nav-' + notifyType + '-sub').addClass('show');
- loadNotificationItems(notifyType);
- }
+ $('.notifications-textinput-clear').on('click', function(e) {
+ if(! sse_partial_result)
+ return;
+
+ $("#nav-" + sse_type + "-menu").html('');
+ $("#nav-" + sse_type + "-loading").show();
+ $.get('/sse_bs/' + sse_type, function(obj) {
+ console.log('sse: bootstraping ' + sse_type);
+ console.log(obj);
+
+ sse_bs_active = false;
+ sse_partial_result = false;
+ sse_offset = obj[sse_type].offset;
+ if(sse_offset < 0)
+ $("#nav-" + sse_type + "-loading").hide();
+
+ sse_handleNotifications(obj, true, false);
+
+ });
+ });
+
+ $('.notification-content').on('scroll', function() {
+ if(this.scrollTop > this.scrollHeight - this.clientHeight - (this.scrollHeight/7)) {
+ sse_bs_notifications(sse_type, false, true);
+ }
+ });
+
+ //mod_mail only
+ $(".mail-conv-detail .autotime").timeago();
+
+ savedTitle = document.title;
+
+ updateInit();
// Allow folks to stop the ajax page updates with the pause/break key
$(document).keydown(function(event) {
@@ -134,7 +219,10 @@ $(document).ready(function() {
if(e)
pageHasMoreContent = false;
- initialLoad = false;
+ $(document).on('hz:updateConvItems', function(event) {
+ if(!bParam_mid)
+ cache_next_page();
+ });
});
@@ -142,9 +230,6 @@ function getConversationSettings() {
$.get('settings/conversation/?f=&aj=1',function(data) {
$('#conversation_settings_body').html(data);
});
-
-
-
}
function postConversationSettings() {
@@ -197,7 +282,7 @@ function handle_comment_form(e) {
ex_form.find('.comment-edit-text').removeClass('expanded').attr('placeholder', aStr.comment);
ex_form.find(':not(.comment-edit-text)').hide();
}
- i++
+ i++;
});
}
@@ -449,145 +534,18 @@ function closeMenu(theID) {
function markRead(notifType) {
$.get('ping?f=&markRead='+notifType);
- $('.' + notifType + '-button').hide();
- $('#nav-' + notifType + '-sub').removeClass('show');
- sessionStorage.removeItem(notifType + '_notifications_cache');
- sessionStorage.removeItem('notification_open');
- if(timer) clearTimeout(timer);
- timer = setTimeout(updateInit,2000);
+ $('.' + notifType + '-button').fadeOut(function() {
+ $("." + notifType + "-update").html('0');
+ $('#nav-' + notifType + '-menu').html('');
+ $('#nav-' + notifType + '-sub').removeClass('show');
+ sessionStorage.removeItem('notification_open');
+ sse_setNotificationsStatus();
+ });
}
function markItemRead(itemId) {
$.get('ping?f=&markItemRead='+itemId);
- $('.unseen-wall-indicator-'+itemId).hide();
-}
-
-function notificationsUpdate(cached_data) {
- var pingCmd = 'ping' + ((localUser != 0) ? '?f=&uid=' + localUser : '');
-
- if(cached_data !== undefined) {
- handleNotifications(cached_data);
- }
- else {
- $.get(pingCmd,function(data) {
-
- // Put the object into storage
- if(! data)
- return;
-
- sessionStorage.setItem('notifications_cache', JSON.stringify(data));
-
- var fnotifs = [];
- if(data.forums) {
- $.each(data.forums_sub, function() {
- fnotifs.push(this);
- });
- handleNotificationsItems('forums', fnotifs);
- }
-
- if(data.invalid == 1) {
- window.location.href=window.location.href;
- }
-
- handleNotifications(data);
-
- $.jGrowl.defaults.closerTemplate = '<div>[ ' + aStr.closeAll + ']</div>';
-
- $(data.notice).each(function() {
- $.jGrowl(this.message, { sticky: true, theme: 'notice' });
- });
-
- $(data.info).each(function(){
- $.jGrowl(this.message, { sticky: false, theme: 'info', life: 10000 });
- });
- });
- }
-
- var notifyType = null;
- if($('.notification-content.show').length) {
- notifyType = $('.notification-content.show').data('type');
- }
- if(notifyType !== null) {
- loadNotificationItems(notifyType);
- }
-
- if(timer) clearTimeout(timer);
- timer = setTimeout(updateInit,updateInterval);
-}
-
-function handleNotifications(data) {
- if(data.network || data.home || data.intros || data.register || data.mail || data.all_events || data.notify || data.files || data.pubs || data.forums) {
- $('.notifications-btn').css('opacity', 1);
- $('#no_notifications').hide();
- }
- else {
- $('.notifications-btn').css('opacity', 0.5);
- $('#navbar-collapse-1').removeClass('show');
- $('#no_notifications').show();
- }
-
- if(data.home || data.intros || data.register || data.mail || data.notify || data.files) {
- $('.notifications-btn-icon').removeClass('fa-exclamation-circle');
- $('.notifications-btn-icon').addClass('fa-exclamation-triangle');
- }
- if(!data.home && !data.intros && !data.register && !data.mail && !data.notify && !data.files) {
- $('.notifications-btn-icon').removeClass('fa-exclamation-triangle');
- $('.notifications-btn-icon').addClass('fa-exclamation-circle');
- }
- if(data.all_events_today) {
- $('.all_events-update').removeClass('badge-secondary');
- $('.all_events-update').addClass('badge-danger');
- }
- else {
- $('.all_events-update').removeClass('badge-danger');
- $('.all_events-update').addClass('badge-secondary');
- }
-
- $.each(data, function(index, item) {
- //do not process those
- var arr = ['notice', 'info', 'invalid'];
- if(arr.indexOf(index) !== -1)
- return;
-
- if(item == 0) {
- $('.' + index + '-button').fadeOut();
- sessionStorage.removeItem(index + '_notifications_cache');
- } else {
- $('.' + index + '-button').fadeIn();
- $('.' + index + '-update').html(item);
- }
- });
-}
-
-function handleNotificationsItems(notifyType, data) {
- var notifications_tpl = ((notifyType == 'forums') ? unescape($("#nav-notifications-forums-template[rel=template]").html()) : unescape($("#nav-notifications-template[rel=template]").html()));
- var notify_menu = $("#nav-" + notifyType + "-menu");
-
- notify_menu.html('');
-
- $(data).each(function() {
- html = notifications_tpl.format(this.notify_link,this.photo,this.name,this.addr,this.message,this.when,this.hclass,this.b64mid,this.notify_id,this.thread_top,this.unseen,this.private_forum);
- notify_menu.append(html);
- });
-
- datasrc2src('#notifications .notification img[data-src]');
-
- if($('#tt-' + notifyType + '-only').hasClass('active'))
- $('#nav-' + notifyType + '-menu [data-thread_top=false]').hide();
-
- if($('#cn-' + notifyType + '-input').length) {
- var filter = $('#cn-' + notifyType + '-input').val().toString().toLowerCase();
- if(filter) {
- $('#nav-' + notifyType + '-menu .notification').each(function(i, el){
- var cn = $(el).data('contact_name').toString().toLowerCase();
- var ca = $(el).data('contact_addr').toString().toLowerCase();
- if(cn.indexOf(filter) === -1 && ca.indexOf(filter) === -1)
- $(el).addClass('d-none');
- else
- $(el).removeClass('d-none');
- });
- }
- }
+ $('.unseen-wall-indicator-'+itemId).remove();
}
function contextualHelp() {
@@ -629,9 +587,13 @@ function contextualHelpFocus(target, openSidePanel) {
function updatePageItems(mode, data) {
+ $(document).trigger('hz:updatePageItems');
+
if(mode === 'append') {
+ newitemcount = 0;
$(data).each(function() {
$('#page-end').before($(this));
+ newitemcount++;
});
if(loadingPage) {
@@ -642,6 +604,10 @@ function updatePageItems(mode, data) {
var e = document.getElementById('content-complete');
if(e) {
pageHasMoreContent = false;
+ } else {
+ if (newitemcount < 1) {
+ pageUpdate();
+ }
}
collapseHeight();
@@ -650,6 +616,8 @@ function updatePageItems(mode, data) {
function updateConvItems(mode,data) {
+ $(document).trigger('hz:updateConvItems');
+
if(mode === 'update' || mode === 'replace') {
prev = 'threads-begin';
}
@@ -661,92 +629,127 @@ function updateConvItems(mode,data) {
$('.thread-wrapper').remove(); // clear existing content
}
- $('.thread-wrapper.toplevel_item',data).each(function() {
+ $('.thread-wrapper', data).each(function() {
+ if(this.classList.contains('toplevel_item')) {
- var ident = $(this).attr('id');
- var convId = ident.replace('thread-wrapper-','');
- var commentWrap = $('#'+ident+' .collapsed-comments').attr('id');
+ var ident = this.id;
+ var convId = ident.replace('thread-wrapper-','');
+ var commentWrap = $('#'+ident+' .collapsed-comments').attr('id');
+ var itmId = 0;
+ var isVisible = false;
- var itmId = 0;
- var isVisible = false;
+ // figure out the comment state
+ if(typeof commentWrap !== 'undefined')
+ itmId = commentWrap.replace('collapsed-comments-','');
- // figure out the comment state
- if(typeof commentWrap !== 'undefined')
- itmId = commentWrap.replace('collapsed-comments-','');
-
- if($('#collapsed-comments-'+itmId).is(':visible'))
- isVisible = true;
+ if($('#collapsed-comments-'+itmId).is(':visible'))
+ isVisible = true;
+ // insert the content according to the mode and first_page
+ // and whether or not the content exists already (overwrite it)
+ if($('#' + ident).length == 0) {
+ if((mode === 'update' || mode === 'replace') && profile_page == 1) {
+ $('#' + prev).after($(this));
+ prev = ident;
+ }
+ if(mode === 'append') {
+ $('#' + next).before($(this));
+ }
+ }
+ else {
+ $('#' + ident).replaceWith($(this));
+ }
+ // set the comment state to the state we discovered earlier
- // insert the content according to the mode and first_page
- // and whether or not the content exists already (overwrite it)
+ if(isVisible)
+ showHideComments(itmId);
- if($('#' + ident).length == 0) {
- if((mode === 'update' || mode === 'replace') && profile_page == 1) {
- $('#' + prev).after($(this));
- prev = ident;
- }
- if(mode === 'append') {
- $('#' + next).before($(this));
+ var commentBody = localStorage.getItem("comment_body-" + convId);
+
+ if(commentBody) {
+ var commentElm = $('#comment-edit-text-' + convId);
+ if(auto_save_draft) {
+ if($(commentElm).val() === '') {
+ $('#comment-edit-form-' + convId).show();
+ $(commentElm).addClass("expanded");
+ openMenu("comment-tools-" + convId);
+ $(commentElm).val(commentBody);
+ }
+ } else {
+ localStorage.removeItem("comment_body-" + convId);
+ }
}
- }
- else {
- $('#' + ident).replaceWith($(this));
- }
- // set the comment state to the state we discovered earlier
+ // trigger the autotime function on all newly created content
+ $("> .wall-item-outside-wrapper .autotime, > .thread-wrapper .autotime",this).timeago();
+ $("> .shared_header .autotime",this).timeago();
- if(isVisible)
- showHideComments(itmId);
+ if((mode === 'append' || mode === 'replace') && (loadingPage)) {
+ loadingPage = false;
+ }
- var commentBody = localStorage.getItem("comment_body-" + convId);
+ // if single thread view and the item has a title, display it in the title bar
- if(commentBody) {
- var commentElm = $('#comment-edit-text-' + convId);
- if(auto_save_draft) {
- if($(commentElm).val() === '') {
- $('#comment-edit-form-' + convId).show();
- $(commentElm).addClass("expanded");
- openMenu("comment-tools-" + convId);
- $(commentElm).val(commentBody);
+ if(mode === 'replace') {
+ if (window.location.search.indexOf("mid=") != -1 || window.location.pathname.indexOf("display") != -1) {
+ var title = $(".wall-item-title").text();
+ title.replace(/^\s+/, '');
+ title.replace(/\s+$/, '');
+ if (title) {
+ savedTitle = title + " " + savedTitle;
+ document.title = title;
+ }
}
- } else {
- localStorage.removeItem("comment_body-" + convId);
}
}
+ // take care of the notifications count updates
+ var nmids = $(this).data('b64mids');
+ nmids.forEach(function(nmid, index) {
- // trigger the autotime function on all newly created content
-
- $("> .wall-item-outside-wrapper .autotime, > .thread-wrapper .autotime",this).timeago();
- $("> .shared_header .autotime",this).timeago();
-
- if((mode === 'append' || mode === 'replace') && (loadingPage)) {
- loadingPage = false;
- }
+ sse_rmids.push(nmid);
- // if single thread view and the item has a title, display it in the title bar
+ if($('.notification[data-b64mid=\'' + nmid + '\']').length) {
+ $('.notification[data-b64mid=\'' + nmid + '\']').each(function() {
+ var n = this.parentElement.id.split('-');
+ return sse_updateNotifications(n[1], nmid);
+ });
+ }
- if(mode === 'replace') {
- if (window.location.search.indexOf("mid=") != -1 || window.location.pathname.indexOf("display") != -1) {
- var title = $(".wall-item-title").text();
- title.replace(/^\s+/, '');
- title.replace(/\s+$/, '');
- if (title) {
- savedTitle = title + " " + savedTitle;
- document.title = title;
+ // special handling for forum notifications
+ $('.notification-forum').filter(function() {
+ var fmids = decodeURIComponent($(this).data('b64mids'));
+ var n = this.parentElement.id.split('-');
+ if(fmids.indexOf(nmid) > -1) {
+ var fcount = Number($('.' + n[1] + '-update').html());
+ fcount--;
+ $('.' + n[1] + '-update').html(fcount);
+ if(fcount < 1)
+ $('.' + n[1] + '-button').fadeOut();
+
+ var count = Number($(this).find('.badge-secondary').html());
+ count--;
+ $(this).find('.badge-secondary').html(count);
+ if(count < 1)
+ $(this).remove();
}
- }
- }
- });
+ });
- // reset rotators and cursors we may have set before reaching this place
- $('.like-rotator').hide();
+ });
+
+ sse_setNotificationsStatus();
+
+ });
+
+ if(followUpPageLoad)
+ sse_bs_counts();
+ else
+ sse_bs_init();
if(commentBusy) {
commentBusy = false;
@@ -774,56 +777,67 @@ function updateConvItems(mode,data) {
mediaPlaying = false;
});
- var bimgs = $(".wall-item-body img, .wall-photo-item img").not(function() { return this.complete; });
- var bimgcount = bimgs.length;
-
- if (bimgcount) {
- bimgs.on('load',function() {
- bimgcount--;
- if (! bimgcount) {
- collapseHeight();
-
- if(bParam_mid && mode === 'replace')
- scrollToItem();
-
- $(document.body).trigger("sticky_kit:recalc");
- }
+ if(! preloadImages) {
+ $('.wall-item-body, .wall-photo-item').imagesLoaded()
+ .always( function( instance ) {
+ //console.log('all images loaded');
+ collapseHeight();
+
+ if(bParam_mid && mode === 'replace')
+ scrollToItem();
+
+ })
+ .done( function( instance ) {
+ //console.log('all images successfully loaded');
+ })
+ .fail( function() {
+ //console.log('all images loaded, at least one is broken');
+ })
+ .progress( function( instance, image ) {
+ //var result = image.isLoaded ? 'loaded' : 'broken';
+ //console.log( 'image is ' + result + ' for ' + image.img.src );
});
- } else {
+ }
+ else {
collapseHeight();
if(bParam_mid && mode === 'replace')
scrollToItem();
-
- $(document.body).trigger("sticky_kit:recalc");
}
+ // reset rotators and cursors we may have set before reaching this place
+ $('.like-rotator').hide();
+ $("#page-spinner").hide();
+ $("#profile-jot-text-loading").hide();
+
+ followUpPageLoad = true;
+
}
function scrollToItem() {
// auto-scroll to a particular comment in a thread (designated by mid) when in single-thread mode
- // use the same method to generate the submid as we use in ThreadItem,
- // base64_encode + replace(['+','='],['','']);
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.substr(4) : window.btoa(submid));
-
- submid_encoded = submid_encoded.replace(/[\+\=]/g,'');
- if($('.item_' + submid_encoded).length && !$('.item_' + submid_encoded).hasClass('toplevel_item')) {
- if($('.collapsed-comments').length) {
- var scrolltoid = $('.collapsed-comments').attr('id').substring(19);
- $('#collapsed-comments-' + scrolltoid + ' .autotime').timeago();
- $('#collapsed-comments-' + scrolltoid).show();
- $('#hide-comments-' + scrolltoid).html(aStr.showfewer);
- $('#hide-comments-total-' + scrolltoid).hide();
+ 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($('.collapsed-comments').length) {
+ var scrolltoid = $('.collapsed-comments').attr('id').substring(19);
+ $('#collapsed-comments-' + scrolltoid + ' .autotime').timeago();
+ $('#collapsed-comments-' + scrolltoid).show();
+ $('#hide-comments-' + scrolltoid).html(aStr.showfewer);
+ $('#hide-comments-total-' + scrolltoid).hide();
+ }
+ $('html, body').animate({ scrollTop: $(this).offset().top - $('nav').outerHeight(true) }, 'slow');
+ $(this).addClass('item-highlight');
}
- $('html, body').animate({ scrollTop: $('.item_' + submid_encoded).offset().top - $('nav').outerHeight(true) }, 'slow');
- $('.item_' + submid_encoded).addClass('item-highlight');
- }
+ });
+
}
function collapseHeight() {
@@ -885,25 +899,11 @@ function updateInit() {
// if($('#live-cards').length) { src = 'cards'; }
// if($('#live-articles').length) { src = 'articles'; }
- if (initialLoad && (sessionStorage.getItem('notifications_cache') !== null)) {
- var cached_data = JSON.parse(sessionStorage.getItem('notifications_cache'));
- notificationsUpdate(cached_data);
-
- var fnotifs = [];
- if(cached_data.forums) {
- $.each(cached_data.forums_sub, function() {
- fnotifs.push(this);
- });
- handleNotificationsItems('forums', fnotifs);
- }
-
- }
-
- if(! src) {
- notificationsUpdate();
+ if(src) {
+ liveUpdate();
}
else {
- liveUpdate();
+ sse_bs_init();
}
if($('#live-photos').length || $('#live-cards').length || $('#live-articles').length ) {
@@ -956,6 +956,8 @@ function liveUpdate(notify_id) {
update_url = buildCmd();
+ console.log('displaying: ' + update_url);
+
if(page_load) {
$("#page-spinner").show();
if(bParam_page == 1)
@@ -968,13 +970,21 @@ function liveUpdate(notify_id) {
var orgHeight = $("#region_2").height();
}
+ if(page_cache.data && bParam_page == page_cache.page && page_cache.time > (Date.now() - 180000)) {
+ page_load = false;
+ scroll_next = false;
+ updateConvItems(update_mode,page_cache.data);
+ in_progress = false;
+ return;
+ }
+
var dstart = new Date();
console.log('LOADING data...');
$.get(update_url, function(data) {
// on shared hosts occasionally the live update process will be killed
// leaving an incomplete HTML structure, which leads to conversations getting
- // truncated and the page messed up if all the divs aren't closed. We will try
+ // truncated and the page messed up if all the divs aren't closed. We will try
// again and give up if we can't get a valid HTML response after 10 tries.
if((data.indexOf("<html>") != (-1)) && (data.indexOf("</html>") == (-1))) {
@@ -987,7 +997,7 @@ function liveUpdate(notify_id) {
else {
console.log('Incomplete data. Too many attempts. Giving up.');
}
- }
+ }
// else data was valid - reset the recursion counter
liveRecurse = 0;
@@ -1006,16 +1016,16 @@ function liveUpdate(notify_id) {
if(update_mode === 'update' || preloadImages) {
console.log('LOADING images...');
+ $('.wall-item-body, .wall-photo-item',data).imagesLoaded()
+ .always( function( instance ) {
+ //console.log('all images loaded');
- $('.wall-item-body, .wall-photo-item',data).imagesLoaded( function() {
var iready = new Date();
console.log('IMAGES ready in: ' + (iready - dready)/1000 + ' seconds.');
page_load = false;
scroll_next = false;
updateConvItems(update_mode,data);
- $("#page-spinner").hide();
- $("#profile-jot-text-loading").hide();
// adjust scroll position if new content was added above viewport
if(update_mode === 'update' && !justifiedGalleryActive) {
@@ -1023,24 +1033,87 @@ function liveUpdate(notify_id) {
}
in_progress = false;
-
+ $('#image_counter').html('');
+
+ })
+ .done( function( instance ) {
+ //console.log('all images successfully loaded');
+ })
+ .fail( function() {
+ //console.log('all images loaded, at least one is broken');
+ })
+ .progress( function( instance, image ) {
+ $('#image_counter').html(instance.progressedCount + '/' + instance.images.length);
+ //var result = image.isLoaded ? 'loaded' : 'broken';
+ //console.log( 'image is ' + result + ' for ' + image.img.src );
});
+
}
else {
page_load = false;
scroll_next = false;
updateConvItems(update_mode,data);
- $("#page-spinner").hide();
- $("#profile-jot-text-loading").hide();
-
in_progress = false;
+ }
+
+ });
+}
+function cache_next_page() {
+ page_load = true;
+ bParam_page++;
+ update_url = buildCmd();
+
+ $.get(update_url, function(data) {
+
+ // on shared hosts occasionally the live update process will be killed
+ // leaving an incomplete HTML structure, which leads to conversations getting
+ // truncated and the page messed up if all the divs aren't closed. We will try
+ // again and give up if we can't get a valid HTML response after 10 tries.
+
+ if((data.indexOf("<html>") != (-1)) && (data.indexOf("</html>") == (-1))) {
+ console.log('Incomplete data. Reloading');
+ in_progress = false;
+ bParam_page--;
+ liveRecurse++;
+ if(liveRecurse < 10) {
+ liveUpdate();
+ }
+ else {
+ console.log('Incomplete data. Too many attempts. Giving up.');
+ }
}
- })
- .done(function() {
- notificationsUpdate();
+ // else data was valid - reset the recursion counter
+ liveRecurse = 0;
+
+ console.log('cached: ' + update_url);
+
+ $('.wall-item-body, .wall-photo-item', data).imagesLoaded()
+ .always( function( instance ) {
+ console.log('page_cache images loaded:');
+
+ page_cache.data = data;
+ page_cache.page = bParam_page;
+ page_cache.time = Date.now();
+
+ bParam_page--;
+ page_load = false;
+ })
+ .done( function( instance ) {
+ console.log('success');
+ })
+ .fail( function() {
+ console.log('at least one is broken');
+ })
+ .progress( function( instance, image ) {
+ //console.log(instance.progressedCount + '/' + instance.images.length);
+ //var result = image.isLoaded ? 'loaded' : 'broken';
+ //console.log( 'image is ' + result + ' for ' + image.img.src );
+ });
+
});
+
}
function pageUpdate() {
@@ -1077,7 +1150,8 @@ function justifyPhotos(id) {
justifiedGalleryActive = true;
$('#' + id).show();
$('#' + id).justifiedGallery({
- selector: 'a, div:not(#page-end)',
+ rowHeight: 150,
+ selector: 'a',
margins: 3,
border: 0
}).on('jg.complete', function(e){ justifiedGalleryActive = false; });
@@ -1088,38 +1162,6 @@ function justifyPhotosAjax(id) {
$('#' + id).justifiedGallery('norewind').on('jg.complete', function(e){ justifiedGalleryActive = false; });
}
-function loadNotificationItems(notifyType) {
- var pingExCmd = 'ping/' + notifyType + ((localUser != 0) ? '?f=&uid=' + localUser : '');
-
- var clicked = $('[data-type=\'' + notifyType + '\']').data('clicked');
-
- if((clicked === undefined) && (sessionStorage.getItem(notifyType + '_notifications_cache') !== null)) {
- var cached_data = JSON.parse(sessionStorage.getItem(notifyType + '_notifications_cache'));
- handleNotificationsItems(notifyType, cached_data);
- $('[data-type=\'' + notifyType + '\']').data('clicked',true);
- console.log('updating ' + notifyType + ' notifications from cache...');
- }
- else {
- var cached_data = [];
- }
-
- console.log('updating ' + notifyType + ' notifications...');
-
- $.get(pingExCmd, function(data) {
- if(data.invalid == 1) {
- window.location.href=window.location.href;
- }
-
- if(JSON.stringify(cached_data[0]) === JSON.stringify(data.notify[0])) {
- console.log(notifyType + ' notifications cache up to date - update deferred');
- }
- else {
- handleNotificationsItems(notifyType, data.notify);
- sessionStorage.setItem(notifyType + '_notifications_cache', JSON.stringify(data.notify));
- }
- });
-}
-
// Since our ajax calls are asynchronous, we will give a few
// seconds for the first ajax call (setting like/dislike), then
// run the updater to pick up any changes and display on the page.
@@ -1154,6 +1196,7 @@ function doreply(parent, ident, owner, hint) {
}
function doscroll(parent, hidden) {
+ var id;
var x = '#hide-comments-outer-' + hidden.toString();
var back = $('#back-to-reply');
if(back.length == 0)
@@ -1169,7 +1212,13 @@ function doscroll(parent, hidden) {
}
}
back.remove();
- var id = $('[data-mid="' + parent + '"]');
+
+ $('.thread-wrapper').filter(function() {
+ if($(this).data('b64mids').indexOf(parent) > -1) {
+ id = $(this);
+ }
+ });
+
$('html, body').animate({scrollTop:(id.offset().top) - 50}, 'slow');
$('<a href="javascript:doscrollback(' + pos + ');" id="back-to-reply" class="float-right" title="' + aStr['to_reply'] + '"><i class="fa fa-angle-double-down">&nbsp;&nbsp;&nbsp;</i></a>').insertBefore('#wall-item-info-' + id.attr('id').replace(/\D/g,''));
}
@@ -1179,22 +1228,54 @@ function doscrollback(pos) {
$(window).scrollTop(pos);
}
-function dropItem(url, object) {
-
- var confirm = confirmDelete();
- if(confirm) {
- $('body').css('cursor', 'wait');
- $(object).fadeTo('fast', 0.33, function () {
- $.get(url).done(function() {
- $(object).remove();
- $('body').css('cursor', 'auto');
- });
- });
- return true;
- }
- else {
- return false;
- }
+function dopin(id) {
+ id = id.toString();
+ $('#like-rotator-' + id).show();
+ $.post('pin/pin', { 'id' : id })
+ .done(function() {
+ var i = $('#wall-item-pinned-' + id);
+ var me = $('#item-pinnable-' + id);
+ var pin = $('.pinned-item');
+ if(pin.length) {
+ $('html, body').animate({ scrollTop: $('#region_2').offset().top }, 'slow', function() {
+ pin.fadeTo('fast', 0.33, function() { this.remove(); });
+ });
+ };
+ pin.remove();
+ $('.dropdown-item-pinnable').html($('.dropdown-item-pinnable').html().replace(aStr['unpin_item'],aStr['pin_item']));
+ $('.wall-item-pinned').remove()
+ if(i.length == 0) {
+ $('<span class="float-right wall-item-pinned" title="' + aStr['pinned'] + '" id="wall-item-pinned-' + id + '"><i class="fa fa-thumb-tack">&nbsp;</i></span>').insertBefore('#wall-item-info-' + id);
+ me.html(me.html().replace(aStr['pin_item'],aStr['unpin_item']));
+ };
+ })
+ .fail(function() {
+ location.reload();
+ })
+ .always(function() {
+ $('#like-rotator-' + id).hide();
+ });
+}
+
+function dropItem(url, object) {
+
+ var confirm = confirmDelete();
+ if(confirm) {
+ var id = url.split('/')[2];
+ $('body').css('cursor', 'wait');
+ $(object + ', #pinned-wrapper-' + id).fadeTo('fast', 0.33, function () {
+ $.get(url).done(function() {
+ $(object + ', #pinned-wrapper-' + id).remove();
+ $('body').css('cursor', 'auto');
+ });
+ });
+ if($('#wall-item-pinned-' + id).length)
+ $.post('pin/pin', { 'id' : id });
+ return true;
+ }
+ else {
+ return false;
+ }
}
function dosubthread(ident) {
@@ -1277,6 +1358,20 @@ function filestorage(event, nick, id) {
});
}
+function submitPoll(id) {
+
+ $.post('vote/' + id,
+ $('#question-form-' + id).serialize(),
+ function(data) {
+ $.jGrowl(data.message, { sticky: false, theme: ((data.success) ? 'info' : 'notice'), life: 10000 });
+ if(timer) clearTimeout(timer);
+ timer = setTimeout(updateInit,1500);
+ }
+ );
+
+}
+
+
function post_comment(id) {
unpause();
commentBusy = true;
@@ -1454,7 +1549,7 @@ String.prototype.format = function() {
var formatted = this;
for (var i = 0; i < arguments.length; i++) {
var regexp = new RegExp('\\{'+i+'\\}', 'gi');
- formatted = formatted.replace(regexp, arguments[i]);
+ formatted = formatted.replace(regexp, ((typeof arguments[i] !== 'undefined') ? arguments[i] : ''));
}
return formatted;
};
@@ -1482,7 +1577,7 @@ function zFormError(elm,x) {
$(window).scroll(function () {
if(typeof buildCmd == 'function') {
// This is a content page with items and/or conversations
- if($(window).scrollTop() + $(window).height() > $(document).height() - 300) {
+ if($(window).scrollTop() + $(window).height() > $(document).height() - 500) {
if((pageHasMoreContent) && (! loadingPage)) {
next_page++;
scroll_next = true;
@@ -1493,7 +1588,7 @@ $(window).scroll(function () {
}
else {
// This is some other kind of page - perhaps a directory
- if($(window).scrollTop() + $(window).height() > $(document).height() - 300) {
+ if($(window).scrollTop() + $(window).height() > $(document).height() - 500) {
if((pageHasMoreContent) && (! loadingPage) && (! justifiedGalleryActive)) {
next_page++;
scroll_next = true;
@@ -1653,3 +1748,277 @@ function zid(s) {
return s;
}
+
+function sse_bs_init() {
+ if(sessionStorage.getItem('notification_open') !== null || typeof sse_type !== 'undefined' ) {
+ if(typeof sse_type === 'undefined')
+ sse_type = sessionStorage.getItem('notification_open');
+
+ $("#nav-" + sse_type + "-sub").addClass('show');
+ sse_bs_notifications(sse_type, true, false);
+ }
+ else {
+ sse_bs_counts();
+ }
+}
+
+function sse_bs_counts() {
+
+
+ if(sse_bs_active)
+ return;
+
+ sse_bs_active = true;
+
+ $.ajax({
+ type: 'post',
+ url: '/sse_bs',
+ data: { sse_rmids }
+ }).done( function(obj) {
+ console.log(obj);
+ sse_bs_active = false;
+ sse_rmids = [];
+ sse_handleNotifications(obj, true, false);
+ });
+}
+
+function sse_bs_notifications(e, replace, followup) {
+
+ if(sse_bs_active)
+ return;
+
+
+ var manual = false;
+
+ if(typeof replace === 'undefined')
+ replace = e.data.replace;
+
+ if(typeof followup === 'undefined')
+ followup = e.data.followup;
+
+ if(typeof e === 'string') {
+ sse_type = e;
+ }
+ else {
+ manual = true;
+ sse_offset = 0;
+ sse_type = e.target.dataset.sse_type;
+ }
+
+ if(typeof sse_type === 'undefined')
+ return;
+
+ if(followup || !manual || !($('#nav-' + sse_type + '-sub').hasClass('collapse') && $('#nav-' + sse_type + '-sub').hasClass('show'))) {
+
+ if(sse_offset >= 0) {
+ $("#nav-" + sse_type + "-loading").show();
+ }
+
+ sessionStorage.setItem('notification_open', sse_type);
+ if(sse_offset !== -1 || replace) {
+
+ var cn_val = (($('#cn-' + sse_type + '-input').length && sse_partial_result) ? $('#cn-' + sse_type + '-input').val().toString().toLowerCase() : '');
+
+ $("#nav-" + sse_type + "-loading").show();
+
+ sse_bs_active = true;
+
+ $.ajax({
+ type: 'post',
+ url: '/sse_bs/' + sse_type + '/' + sse_offset,
+ nquery: encodeURIComponent(cn_val),
+ data: { sse_rmids }
+ }).done(function(obj) {
+ console.log('sse: bootstraping ' + sse_type);
+ console.log(obj);
+ sse_bs_active = false;
+ sse_rmids = [];
+ $("#nav-" + sse_type + "-loading").hide();
+ sse_offset = obj[sse_type].offset;
+ sse_handleNotifications(obj, replace, followup);
+ });
+ }
+ else
+ $("#nav-" + sse_type + "-loading").hide();
+
+ }
+ else {
+ sessionStorage.removeItem('notification_open');
+ }
+}
+
+
+
+function sse_handleNotifications(obj, replace, followup) {
+
+ var primary_notifications = ['dm', 'home', 'intros', 'register', 'mail', 'notify', 'files'];
+ var secondary_notifications = ['network', 'forums', 'all_events', 'pubs'];
+ var all_notifications = primary_notifications.concat(secondary_notifications);
+
+ all_notifications.forEach(function(type, index) {
+ if(typeof obj[type] === typeof undefined)
+ return true;
+
+ if(obj[type].count) {
+ $('.' + type + '-button').fadeIn();
+ if(replace || followup)
+ $('.' + type + '-update').html(Number(obj[type].count));
+ else
+ $('.' + type + '-update').html(Number(obj[type].count) + Number($('.' + type + '-update').html()));
+ }
+ else {
+ $('.' + type + '-update').html('0');
+ $('.' + type + '-button').fadeOut(function() {
+ sse_setNotificationsStatus();
+ });
+ }
+ if(obj[type].notifications.length)
+ sse_handleNotificationsItems(type, obj[type].notifications, replace, followup);
+ });
+
+ sse_setNotificationsStatus();
+
+ // notice and info
+ $.jGrowl.defaults.closerTemplate = '<div>[ ' + aStr.closeAll + ']</div>';
+
+ if(obj.notice) {
+ $(obj.notice.notifications).each(function() {
+ $.jGrowl(this, { sticky: true, theme: 'notice' });
+ });
+ }
+
+ if(obj.info) {
+ $(obj.info.notifications).each(function(){
+ $.jGrowl(this, { sticky: false, theme: 'info', life: 10000 });
+ });
+ }
+
+ // load more notifications if visible notifications count becomes low
+ if(sse_type && sse_offset != -1 && $('#nav-' + sse_type + '-menu').children().length <= 20) {
+ sse_offset = 0;
+ sse_bs_notifications(sse_type, false, true);
+ }
+
+
+}
+
+function sse_handleNotificationsItems(notifyType, data, replace, followup) {
+
+ var notifications_tpl = ((notifyType == 'forums') ? decodeURIComponent($("#nav-notifications-forums-template[rel=template]").html().replace('data-src', 'src')) : decodeURIComponent($("#nav-notifications-template[rel=template]").html().replace('data-src', 'src')));
+ var notify_menu = $("#nav-" + notifyType + "-menu");
+ var notify_loading = $("#nav-" + notifyType + "-loading");
+ var notify_count = $("." + notifyType + "-update");
+
+ if(replace && !followup) {
+ notify_menu.html('');
+ notify_loading.hide();
+ }
+
+ $(data).each(function() {
+
+ // do not add a notification if it is already present
+ if($('#nav-' + notifyType + '-menu .notification[data-b64mid=\'' + this.b64mid + '\']').length)
+ return true;
+
+ html = notifications_tpl.format(this.notify_link,this.photo,this.name,this.addr,this.message,this.when,this.hclass,this.b64mid,this.notify_id,this.thread_top,this.unseen,this.private_forum, encodeURIComponent(this.mids), this.body);
+ notify_menu.append(html);
+ });
+
+ if(!replace && !followup) {
+ $("#nav-" + notifyType + "-menu .notification").sort(function(a,b) {
+ a = new Date(a.dataset.when);
+ b = new Date(b.dataset.when);
+ return a > b ? -1 : a < b ? 1 : 0;
+ }).appendTo('#nav-' + notifyType + '-menu');
+ }
+
+ $(document.body).trigger("sticky_kit:recalc");
+ $("#nav-" + notifyType + "-menu .notifications-autotime").timeago();
+
+ if($('#tt-' + notifyType + '-only').hasClass('active'))
+ $('#nav-' + notifyType + '-menu [data-thread_top=false]').addClass('tt-filter-active');
+
+ if($('#cn-' + notifyType + '-input').length) {
+ var filter = $('#cn-' + notifyType + '-input').val().toString().toLowerCase();
+ if(filter) {
+ filter = filter.indexOf('%') == 0 ? filter.substring(1) : filter;
+
+ $('#nav-' + notifyType + '-menu .notification').each(function(i, el) {
+ var cn = $(el).data('contact_name').toString().toLowerCase();
+ var ca = $(el).data('contact_addr').toString().toLowerCase();
+ if(cn.indexOf(filter) === -1 && ca.indexOf(filter) === -1)
+ $(el).addClass('cn-filter-active');
+ else
+ $(el).removeClass('cn-filter-active');
+ });
+ }
+ }
+}
+
+function sse_updateNotifications(type, mid) {
+
+ if(type === 'pubs')
+ return true;
+
+ if(type === 'notify' && (mid !== bParam_mid || sse_type !== 'notify'))
+ return true;
+/*
+ var count = Number($('.' + type + '-update').html());
+
+ count--;
+
+ if(count < 1) {
+ $('.' + type + '-update').html(count);
+ $('.' + type + '-button').fadeOut(function() {
+ sse_setNotificationsStatus();
+ });
+ }
+ else {
+ $('.' + type + '-update').html(count);
+ }
+*/
+
+ $('#nav-' + type + '-menu .notification[data-b64mid=\'' + mid + '\']').fadeOut(function() {
+ this.remove();
+ });
+
+}
+
+function sse_setNotificationsStatus() {
+ var primary_notifications = ['dm', 'home', 'intros', 'register', 'mail', 'notify', 'files'];
+ var secondary_notifications = ['network', 'forums', 'all_events', 'pubs'];
+ var all_notifications = primary_notifications.concat(secondary_notifications);
+
+ var primary_available = false;
+ var any_available = false;
+
+ all_notifications.forEach(function(type, index) {
+ if($('.' + type + '-button').css('display') == 'block') {
+ any_available = true;
+ if(primary_notifications.indexOf(type) > -1)
+ primary_available = true;
+ }
+ });
+
+ if(primary_available) {
+ $('.notifications-btn-icon').removeClass('fa-exclamation-circle');
+ $('.notifications-btn-icon').addClass('fa-exclamation-triangle');
+ }
+ else {
+ $('.notifications-btn-icon').removeClass('fa-exclamation-triangle');
+ $('.notifications-btn-icon').addClass('fa-exclamation-circle');
+ }
+
+ if(any_available) {
+ $('.notifications-btn').css('opacity', 1);
+ $('#no_notifications').hide();
+ $('#notifications').show();
+ }
+ else {
+ $('.notifications-btn').css('opacity', 0.5);
+ $('#navbar-collapse-1').removeClass('show');
+ $('#no_notifications').show();
+ $('#notifications').hide();
+ }
+
+}
diff --git a/view/js/sse_worker.js b/view/js/sse_worker.js
new file mode 100755
index 000000000..78e4aa51b
--- /dev/null
+++ b/view/js/sse_worker.js
@@ -0,0 +1,14 @@
+var evtSource = new EventSource('/sse');
+
+onconnect = function(e) {
+
+ var port = e.ports[0];
+
+ port.start();
+
+ evtSource.addEventListener('notifications', function(e) {
+ var obj = JSON.parse(e.data);
+ port.postMessage(obj);
+ }, false);
+
+}
diff --git a/view/php/default.php b/view/php/default.php
index 388c94382..df9b02c4e 100644
--- a/view/php/default.php
+++ b/view/php/default.php
@@ -17,7 +17,7 @@
<div id="page-footer"></div>
<div id="pause"></div>
</section>
- <aside id="region_3" class="d-none d-xl-table-cell"><div class="aside_spacer"><div id="right_aside_wrapper"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></div></div></aside>
+ <aside id="region_3" class="d-none d-xl-block"><div class="aside_spacer"><div id="right_aside_wrapper"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></div></div></aside>
</div>
</div>
</main>
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index d683a3b58..a0118fa71 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -22,10 +22,8 @@ head_add_js('/library/jquery.timeago.js');
head_add_js('/library/readmore.js/readmore.js');
head_add_js('/library/sticky-kit/sticky-kit.min.js');
head_add_js('/library/jgrowl/jquery.jgrowl.min.js');
-head_add_js('/library/cryptojs/components/core-min.js');
-head_add_js('/library/cryptojs/rollups/aes.js');
-head_add_js('/library/cryptojs/rollups/rabbit.js');
-head_add_js('/library/cryptojs/rollups/tripledes.js');
+
+head_add_js('/library/sjcl/sjcl.js');
head_add_js('acl.js');
head_add_js('webtoolkit.base64.js');
@@ -37,6 +35,7 @@ head_add_js('/library/colorbox/jquery.colorbox-min.js');
head_add_js('/library/jquery.AreYouSure/jquery.are-you-sure.js');
head_add_js('/library/tableofcontents/jquery.toc.js');
head_add_js('/vendor/desandro/imagesloaded/imagesloaded.pkgd.min.js');
+
/**
* Those who require this feature will know what to do with it.
* Those who don't, won't.
diff --git a/view/ru/hmessages.po b/view/ru/hmessages.po
index 40a120e02..2c5e8b3b2 100644
--- a/view/ru/hmessages.po
+++ b/view/ru/hmessages.po
@@ -1,4 +1,4 @@
-# SOME DESCRIPTIVE TITLE.
+A# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: hubzilla\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-25 20:34+0200\n"
-"PO-Revision-Date: 2019-11-25 20:39+0200\n"
+"POT-Creation-Date: 2020-09-18 19:00+0200\n"
+"PO-Revision-Date: 2020-09-18 19:03+0200\n"
"Last-Translator: Max Kostikov <max@kostikov.co>\n"
"Language-Team: Russian (http://www.transifex.com/Friendica/hubzilla/language/ru/)\n"
"MIME-Version: 1.0\n"
@@ -22,8 +22,12 @@ msgstr ""
msgid "Source channel not found."
msgstr "Канал-источник не найден."
-#: ../../view/theme/redbasic/php/config.php:15 ../../include/text.php:3252
+#: ../../view/theme/redbasic/php/config.php:15 ../../include/text.php:3360
#: ../../Zotlabs/Module/Admin/Site.php:185
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:335
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:359
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:435
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:459
msgid "Default"
msgstr "По умолчанию"
@@ -33,33 +37,32 @@ msgid "Focus (Hubzilla default)"
msgstr "Фокус (по умолчанию Hubzilla)"
#: ../../view/theme/redbasic/php/config.php:94 ../../include/js_strings.php:22
-#: ../../Zotlabs/Module/Mail.php:436 ../../Zotlabs/Module/Pconfig.php:116
-#: ../../Zotlabs/Module/Defperms.php:265 ../../Zotlabs/Module/Permcats.php:128
-#: ../../Zotlabs/Module/Xchan.php:15
+#: ../../Zotlabs/Module/Pconfig.php:116 ../../Zotlabs/Module/Defperms.php:266
+#: ../../Zotlabs/Module/Permcats.php:129 ../../Zotlabs/Module/Xchan.php:15
#: ../../Zotlabs/Module/Email_validation.php:40
#: ../../Zotlabs/Module/Poke.php:217 ../../Zotlabs/Module/Appman.php:155
-#: ../../Zotlabs/Module/Profiles.php:723 ../../Zotlabs/Module/Photos.php:1055
-#: ../../Zotlabs/Module/Photos.php:1096 ../../Zotlabs/Module/Photos.php:1215
+#: ../../Zotlabs/Module/Profiles.php:725 ../../Zotlabs/Module/Photos.php:1057
+#: ../../Zotlabs/Module/Photos.php:1097 ../../Zotlabs/Module/Photos.php:1215
#: ../../Zotlabs/Module/Oauth.php:111 ../../Zotlabs/Module/Events.php:501
#: ../../Zotlabs/Module/Rate.php:166 ../../Zotlabs/Module/Locs.php:121
#: ../../Zotlabs/Module/Sources.php:125 ../../Zotlabs/Module/Sources.php:162
-#: ../../Zotlabs/Module/Chat.php:211 ../../Zotlabs/Module/Chat.php:250
+#: ../../Zotlabs/Module/Chat.php:209 ../../Zotlabs/Module/Chat.php:248
#: ../../Zotlabs/Module/Oauth2.php:116
-#: ../../Zotlabs/Module/Settings/Manage.php:41
-#: ../../Zotlabs/Module/Settings/Calendar.php:41
+#: ../../Zotlabs/Module/Settings/Manage.php:43
+#: ../../Zotlabs/Module/Settings/Calendar.php:42
#: ../../Zotlabs/Module/Settings/Account.php:103
-#: ../../Zotlabs/Module/Settings/Conversation.php:48
-#: ../../Zotlabs/Module/Settings/Editor.php:41
-#: ../../Zotlabs/Module/Settings/Display.php:189
-#: ../../Zotlabs/Module/Settings/Features.php:46
-#: ../../Zotlabs/Module/Settings/Network.php:61
-#: ../../Zotlabs/Module/Settings/Events.php:41
-#: ../../Zotlabs/Module/Settings/Channel_home.php:89
-#: ../../Zotlabs/Module/Settings/Directory.php:41
-#: ../../Zotlabs/Module/Settings/Photos.php:41
-#: ../../Zotlabs/Module/Settings/Profiles.php:50
-#: ../../Zotlabs/Module/Settings/Connections.php:41
-#: ../../Zotlabs/Module/Settings/Channel.php:493
+#: ../../Zotlabs/Module/Settings/Conversation.php:49
+#: ../../Zotlabs/Module/Settings/Editor.php:42
+#: ../../Zotlabs/Module/Settings/Display.php:190
+#: ../../Zotlabs/Module/Settings/Features.php:48
+#: ../../Zotlabs/Module/Settings/Network.php:62
+#: ../../Zotlabs/Module/Settings/Events.php:42
+#: ../../Zotlabs/Module/Settings/Channel_home.php:91
+#: ../../Zotlabs/Module/Settings/Directory.php:42
+#: ../../Zotlabs/Module/Settings/Photos.php:42
+#: ../../Zotlabs/Module/Settings/Profiles.php:52
+#: ../../Zotlabs/Module/Settings/Connections.php:42
+#: ../../Zotlabs/Module/Settings/Channel.php:494
#: ../../Zotlabs/Module/Filestorage.php:203 ../../Zotlabs/Module/Setup.php:304
#: ../../Zotlabs/Module/Setup.php:344 ../../Zotlabs/Module/Mitem.php:259
#: ../../Zotlabs/Module/Admin/Features.php:66
@@ -72,29 +75,31 @@ msgstr "Фокус (по умолчанию Hubzilla)"
#: ../../Zotlabs/Module/Admin/Themes.php:158
#: ../../Zotlabs/Module/Admin/Accounts.php:168
#: ../../Zotlabs/Module/Admin/Account_edit.php:73
-#: ../../Zotlabs/Module/Tokens.php:188 ../../Zotlabs/Module/Thing.php:326
-#: ../../Zotlabs/Module/Thing.php:379 ../../Zotlabs/Module/Editpost.php:86
-#: ../../Zotlabs/Module/Connedit.php:904 ../../Zotlabs/Module/Group.php:150
-#: ../../Zotlabs/Module/Group.php:166 ../../Zotlabs/Module/Mood.php:158
-#: ../../Zotlabs/Module/Invite.php:168 ../../Zotlabs/Module/Connect.php:124
-#: ../../Zotlabs/Module/Pdledit.php:107 ../../Zotlabs/Module/Affinity.php:87
-#: ../../Zotlabs/Module/Wiki.php:215 ../../Zotlabs/Module/Import.php:646
+#: ../../Zotlabs/Module/Tokens.php:188 ../../Zotlabs/Module/Thing.php:328
+#: ../../Zotlabs/Module/Thing.php:381 ../../Zotlabs/Module/Editpost.php:86
+#: ../../Zotlabs/Module/Connedit.php:905 ../../Zotlabs/Module/Group.php:151
+#: ../../Zotlabs/Module/Group.php:167 ../../Zotlabs/Module/Mood.php:158
+#: ../../Zotlabs/Module/Invite.php:168 ../../Zotlabs/Module/Connect.php:107
+#: ../../Zotlabs/Module/Pdledit.php:108 ../../Zotlabs/Module/Affinity.php:87
+#: ../../Zotlabs/Module/Wiki.php:215 ../../Zotlabs/Module/Import.php:649
#: ../../Zotlabs/Module/Import_items.php:129
#: ../../Zotlabs/Widget/Wiki_pages.php:42
#: ../../Zotlabs/Widget/Wiki_pages.php:99
-#: ../../Zotlabs/Widget/Eventstools.php:16 ../../Zotlabs/Lib/ThreadItem.php:807
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:261
+#: ../../Zotlabs/Widget/Eventstools.php:16 ../../Zotlabs/Lib/ThreadItem.php:825
#: ../../extend/addon/hzaddons/pumpio/Mod_Pumpio.php:115
-#: ../../extend/addon/hzaddons/cart/cart.php:1258
-#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:114
-#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:250
+#: ../../extend/addon/hzaddons/cart/cart.php:1261
+#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:132
+#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:142
+#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:252
#: ../../extend/addon/hzaddons/cart/submodules/subscriptions.php:410
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:642
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:643
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:312
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:412
#: ../../extend/addon/hzaddons/irc/irc.php:45
-#: ../../extend/addon/hzaddons/frphotos/frphotos.php:97
#: ../../extend/addon/hzaddons/ljpost/Mod_Ljpost.php:82
#: ../../extend/addon/hzaddons/photocache/Mod_Photocache.php:67
#: ../../extend/addon/hzaddons/likebanner/likebanner.php:57
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:330
#: ../../extend/addon/hzaddons/logrot/logrot.php:35
#: ../../extend/addon/hzaddons/hubwall/hubwall.php:95
#: ../../extend/addon/hzaddons/redphotos/redphotos.php:136
@@ -105,21 +110,21 @@ msgstr "Фокус (по умолчанию Hubzilla)"
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:251
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:306
#: ../../extend/addon/hzaddons/startpage/Mod_Startpage.php:73
-#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:217
+#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:262
#: ../../extend/addon/hzaddons/skeleton/Mod_Skeleton.php:51
#: ../../extend/addon/hzaddons/pubcrawl/Mod_Pubcrawl.php:65
-#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:102
-#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:71
+#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:100
+#: ../../extend/addon/hzaddons/diaspora/diaspora.php:75
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:80
#: ../../extend/addon/hzaddons/rtof/Mod_Rtof.php:72
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:142
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:143
#: ../../extend/addon/hzaddons/ijpost/Mod_Ijpost.php:72
#: ../../extend/addon/hzaddons/fuzzloc/Mod_Fuzzloc.php:56
#: ../../extend/addon/hzaddons/redred/Mod_Redred.php:90
-#: ../../extend/addon/hzaddons/chords/Mod_Chords.php:60
#: ../../extend/addon/hzaddons/nsfw/Mod_Nsfw.php:61
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:97
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:109
#: ../../extend/addon/hzaddons/redfiles/redfiles.php:124
-#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:153
+#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:155
#: ../../extend/addon/hzaddons/twitter/Mod_Twitter.php:184
#: ../../extend/addon/hzaddons/libertree/Mod_Libertree.php:70
#: ../../extend/addon/hzaddons/xmpp/Mod_Xmpp.php:70
@@ -128,13 +133,13 @@ msgstr "Фокус (по умолчанию Hubzilla)"
#: ../../extend/addon/hzaddons/mailtest/mailtest.php:100
#: ../../extend/addon/hzaddons/nofed/Mod_Nofed.php:53
#: ../../extend/addon/hzaddons/workflow/Settings/Mod_WorkflowSettings.php:94
-#: ../../extend/addon/hzaddons/workflow/workflow.php:1396
-#: ../../extend/addon/hzaddons/workflow/workflow.php:1442
-#: ../../extend/addon/hzaddons/workflow/workflow.php:1563
-#: ../../extend/addon/hzaddons/workflow/workflow.php:2639
+#: ../../extend/addon/hzaddons/workflow/workflow.php:1461
+#: ../../extend/addon/hzaddons/workflow/workflow.php:1520
+#: ../../extend/addon/hzaddons/workflow/workflow.php:1639
+#: ../../extend/addon/hzaddons/workflow/workflow.php:2742
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:310
#: ../../extend/addon/hzaddons/hzfiles/hzfiles.php:86
#: ../../extend/addon/hzaddons/smileybutton/Mod_Smileybutton.php:55
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:92
msgid "Submit"
msgstr "Отправить"
@@ -147,65 +152,69 @@ msgid "Narrow navbar"
msgstr "Узкая панель навигации"
#: ../../view/theme/redbasic/php/config.php:99
-#: ../../view/theme/redbasic/php/config.php:116 ../../include/dir_fns.php:143
+#: ../../view/theme/redbasic/php/config.php:116
+#: ../../include/conversation.php:1451 ../../include/dir_fns.php:143
#: ../../include/dir_fns.php:144 ../../include/dir_fns.php:145
-#: ../../boot.php:1679 ../../Zotlabs/Storage/Browser.php:411
-#: ../../Zotlabs/Module/Defperms.php:197 ../../Zotlabs/Module/Profiles.php:681
-#: ../../Zotlabs/Module/Photos.php:670 ../../Zotlabs/Module/Api.php:99
+#: ../../boot.php:1703 ../../Zotlabs/Storage/Browser.php:411
+#: ../../Zotlabs/Module/Defperms.php:198 ../../Zotlabs/Module/Profiles.php:683
+#: ../../Zotlabs/Module/Photos.php:672 ../../Zotlabs/Module/Api.php:99
#: ../../Zotlabs/Module/Events.php:478 ../../Zotlabs/Module/Events.php:479
#: ../../Zotlabs/Module/Sources.php:124 ../../Zotlabs/Module/Sources.php:159
-#: ../../Zotlabs/Module/Settings/Display.php:89
-#: ../../Zotlabs/Module/Settings/Channel.php:309
+#: ../../Zotlabs/Module/Settings/Display.php:90
+#: ../../Zotlabs/Module/Settings/Channel.php:310
#: ../../Zotlabs/Module/Filestorage.php:198
#: ../../Zotlabs/Module/Filestorage.php:206
#: ../../Zotlabs/Module/Removeme.php:63 ../../Zotlabs/Module/Menu.php:163
#: ../../Zotlabs/Module/Menu.php:222 ../../Zotlabs/Module/Mitem.php:176
#: ../../Zotlabs/Module/Mitem.php:177 ../../Zotlabs/Module/Mitem.php:256
#: ../../Zotlabs/Module/Mitem.php:257 ../../Zotlabs/Module/Admin/Site.php:253
-#: ../../Zotlabs/Module/Connedit.php:406 ../../Zotlabs/Module/Connedit.php:796
+#: ../../Zotlabs/Module/Connedit.php:407 ../../Zotlabs/Module/Connedit.php:797
#: ../../Zotlabs/Module/Wiki.php:227 ../../Zotlabs/Module/Wiki.php:228
-#: ../../Zotlabs/Module/Import.php:635 ../../Zotlabs/Module/Import.php:639
-#: ../../Zotlabs/Module/Import.php:640 ../../Zotlabs/Lib/Libzotdir.php:162
+#: ../../Zotlabs/Module/Import.php:638 ../../Zotlabs/Module/Import.php:642
+#: ../../Zotlabs/Module/Import.php:643 ../../Zotlabs/Lib/Libzotdir.php:162
#: ../../Zotlabs/Lib/Libzotdir.php:163 ../../Zotlabs/Lib/Libzotdir.php:165
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:161
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:191
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:199
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:203
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:207
#: ../../extend/addon/hzaddons/pumpio/Mod_Pumpio.php:94
#: ../../extend/addon/hzaddons/pumpio/Mod_Pumpio.php:98
#: ../../extend/addon/hzaddons/pumpio/Mod_Pumpio.php:102
-#: ../../extend/addon/hzaddons/cart/cart.php:1252
-#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:59
-#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:71
+#: ../../extend/addon/hzaddons/cart/cart.php:1255
+#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:61
+#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:73
#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:63
-#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:256
-#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:260
+#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:258
+#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:262
#: ../../extend/addon/hzaddons/cart/submodules/subscriptions.php:153
#: ../../extend/addon/hzaddons/cart/submodules/subscriptions.php:425
#: ../../extend/addon/hzaddons/cart/submodules/paypalbuttonV2.php:88
#: ../../extend/addon/hzaddons/cart/submodules/paypalbuttonV2.php:96
#: ../../extend/addon/hzaddons/cart/submodules/paypalbutton.php:87
#: ../../extend/addon/hzaddons/cart/submodules/paypalbutton.php:95
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:64
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:648
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:652
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:65
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:649
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:653
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:72
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:338
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:362
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:438
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:462
#: ../../extend/addon/hzaddons/ljpost/Mod_Ljpost.php:63
#: ../../extend/addon/hzaddons/ljpost/Mod_Ljpost.php:67
#: ../../extend/addon/hzaddons/ljpost/Mod_Ljpost.php:71
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:214
#: ../../extend/addon/hzaddons/content_import/Mod_content_import.php:137
#: ../../extend/addon/hzaddons/content_import/Mod_content_import.php:138
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:260
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:282
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:291
#: ../../extend/addon/hzaddons/pubcrawl/Mod_Pubcrawl.php:45
-#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:60
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:61
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:65
#: ../../extend/addon/hzaddons/rtof/Mod_Rtof.php:49
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:110
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:111
#: ../../extend/addon/hzaddons/ijpost/Mod_Ijpost.php:61
#: ../../extend/addon/hzaddons/redred/Mod_Redred.php:63
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:82
#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:86
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:90
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:94
#: ../../extend/addon/hzaddons/twitter/Mod_Twitter.php:162
#: ../../extend/addon/hzaddons/twitter/Mod_Twitter.php:171
#: ../../extend/addon/hzaddons/libertree/Mod_Libertree.php:59
@@ -215,65 +224,69 @@ msgid "No"
msgstr "Нет"
#: ../../view/theme/redbasic/php/config.php:99
-#: ../../view/theme/redbasic/php/config.php:116 ../../include/dir_fns.php:143
+#: ../../view/theme/redbasic/php/config.php:116
+#: ../../include/conversation.php:1451 ../../include/dir_fns.php:143
#: ../../include/dir_fns.php:144 ../../include/dir_fns.php:145
-#: ../../boot.php:1679 ../../Zotlabs/Storage/Browser.php:411
-#: ../../Zotlabs/Module/Defperms.php:197 ../../Zotlabs/Module/Profiles.php:681
-#: ../../Zotlabs/Module/Photos.php:670 ../../Zotlabs/Module/Api.php:98
+#: ../../boot.php:1703 ../../Zotlabs/Storage/Browser.php:411
+#: ../../Zotlabs/Module/Defperms.php:198 ../../Zotlabs/Module/Profiles.php:683
+#: ../../Zotlabs/Module/Photos.php:672 ../../Zotlabs/Module/Api.php:98
#: ../../Zotlabs/Module/Events.php:478 ../../Zotlabs/Module/Events.php:479
#: ../../Zotlabs/Module/Sources.php:124 ../../Zotlabs/Module/Sources.php:159
-#: ../../Zotlabs/Module/Settings/Display.php:89
-#: ../../Zotlabs/Module/Settings/Channel.php:309
+#: ../../Zotlabs/Module/Settings/Display.php:90
+#: ../../Zotlabs/Module/Settings/Channel.php:310
#: ../../Zotlabs/Module/Filestorage.php:198
#: ../../Zotlabs/Module/Filestorage.php:206
#: ../../Zotlabs/Module/Removeme.php:63 ../../Zotlabs/Module/Menu.php:163
#: ../../Zotlabs/Module/Menu.php:222 ../../Zotlabs/Module/Mitem.php:176
#: ../../Zotlabs/Module/Mitem.php:177 ../../Zotlabs/Module/Mitem.php:256
#: ../../Zotlabs/Module/Mitem.php:257 ../../Zotlabs/Module/Admin/Site.php:255
-#: ../../Zotlabs/Module/Connedit.php:406 ../../Zotlabs/Module/Wiki.php:227
-#: ../../Zotlabs/Module/Wiki.php:228 ../../Zotlabs/Module/Import.php:635
-#: ../../Zotlabs/Module/Import.php:639 ../../Zotlabs/Module/Import.php:640
+#: ../../Zotlabs/Module/Connedit.php:407 ../../Zotlabs/Module/Wiki.php:227
+#: ../../Zotlabs/Module/Wiki.php:228 ../../Zotlabs/Module/Import.php:638
+#: ../../Zotlabs/Module/Import.php:642 ../../Zotlabs/Module/Import.php:643
#: ../../Zotlabs/Lib/Libzotdir.php:162 ../../Zotlabs/Lib/Libzotdir.php:163
#: ../../Zotlabs/Lib/Libzotdir.php:165
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:161
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:191
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:199
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:203
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:207
#: ../../extend/addon/hzaddons/pumpio/Mod_Pumpio.php:94
#: ../../extend/addon/hzaddons/pumpio/Mod_Pumpio.php:98
#: ../../extend/addon/hzaddons/pumpio/Mod_Pumpio.php:102
-#: ../../extend/addon/hzaddons/cart/cart.php:1252
-#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:59
-#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:71
+#: ../../extend/addon/hzaddons/cart/cart.php:1255
+#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:61
+#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:73
#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:63
-#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:256
-#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:260
+#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:258
+#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:262
#: ../../extend/addon/hzaddons/cart/submodules/subscriptions.php:153
#: ../../extend/addon/hzaddons/cart/submodules/subscriptions.php:425
#: ../../extend/addon/hzaddons/cart/submodules/paypalbuttonV2.php:88
#: ../../extend/addon/hzaddons/cart/submodules/paypalbuttonV2.php:96
#: ../../extend/addon/hzaddons/cart/submodules/paypalbutton.php:87
#: ../../extend/addon/hzaddons/cart/submodules/paypalbutton.php:95
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:64
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:648
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:652
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:65
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:649
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:653
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:72
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:337
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:361
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:437
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:461
#: ../../extend/addon/hzaddons/ljpost/Mod_Ljpost.php:63
#: ../../extend/addon/hzaddons/ljpost/Mod_Ljpost.php:67
#: ../../extend/addon/hzaddons/ljpost/Mod_Ljpost.php:71
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:214
#: ../../extend/addon/hzaddons/content_import/Mod_content_import.php:137
#: ../../extend/addon/hzaddons/content_import/Mod_content_import.php:138
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:260
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:282
#: ../../extend/addon/hzaddons/statusnet/Mod_Statusnet.php:291
#: ../../extend/addon/hzaddons/pubcrawl/Mod_Pubcrawl.php:45
-#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:60
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:61
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:65
#: ../../extend/addon/hzaddons/rtof/Mod_Rtof.php:49
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:110
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:111
#: ../../extend/addon/hzaddons/ijpost/Mod_Ijpost.php:61
#: ../../extend/addon/hzaddons/redred/Mod_Redred.php:63
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:82
#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:86
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:90
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:94
#: ../../extend/addon/hzaddons/twitter/Mod_Twitter.php:162
#: ../../extend/addon/hzaddons/twitter/Mod_Twitter.php:171
#: ../../extend/addon/hzaddons/libertree/Mod_Libertree.php:59
@@ -391,13 +404,13 @@ msgid "Monthly"
msgstr "Ежемесячно"
#: ../../include/selectors.php:60 ../../include/selectors.php:77
-#: ../../include/channel.php:1610
+#: ../../include/channel.php:1707
#: ../../extend/addon/hzaddons/openid/Mod_Id.php:85
msgid "Male"
msgstr "Мужчина"
#: ../../include/selectors.php:60 ../../include/selectors.php:77
-#: ../../include/channel.php:1608
+#: ../../include/channel.php:1705
#: ../../extend/addon/hzaddons/openid/Mod_Id.php:87
msgid "Female"
msgstr "Женщина"
@@ -434,21 +447,21 @@ msgstr "Транссексуал"
msgid "Hermaphrodite"
msgstr "Гермафродит"
-#: ../../include/selectors.php:60 ../../include/channel.php:1614
+#: ../../include/selectors.php:60 ../../include/channel.php:1711
msgid "Neuter"
msgstr "Среднего рода"
-#: ../../include/selectors.php:60 ../../include/channel.php:1616
+#: ../../include/selectors.php:60 ../../include/channel.php:1713
msgid "Non-specific"
msgstr "Неспецифический"
#: ../../include/selectors.php:60 ../../include/selectors.php:77
#: ../../include/selectors.php:115 ../../include/selectors.php:151
#: ../../include/connections.php:735 ../../include/connections.php:742
-#: ../../include/event.php:1392 ../../include/event.php:1399
-#: ../../Zotlabs/Module/Cdav.php:1385 ../../Zotlabs/Module/Profiles.php:795
-#: ../../Zotlabs/Module/Connedit.php:935
-#: ../../Zotlabs/Access/PermissionRoles.php:306
+#: ../../include/event.php:1429 ../../include/event.php:1436
+#: ../../Zotlabs/Module/Cdav.php:1380 ../../Zotlabs/Module/Profiles.php:797
+#: ../../Zotlabs/Module/Connedit.php:936
+#: ../../Zotlabs/Access/PermissionRoles.php:310
msgid "Other"
msgstr "Другой"
@@ -544,14 +557,14 @@ msgstr "Неверный"
msgid "Sex Addict"
msgstr "Эротоман"
-#: ../../include/selectors.php:134 ../../include/channel.php:493
-#: ../../include/channel.php:494 ../../include/channel.php:501
-#: ../../Zotlabs/Module/Settings/Channel.php:70
-#: ../../Zotlabs/Module/Settings/Channel.php:74
+#: ../../include/selectors.php:134 ../../include/channel.php:504
+#: ../../include/channel.php:505 ../../include/channel.php:512
+#: ../../Zotlabs/Module/Settings/Channel.php:71
#: ../../Zotlabs/Module/Settings/Channel.php:75
-#: ../../Zotlabs/Module/Settings/Channel.php:78
-#: ../../Zotlabs/Module/Settings/Channel.php:89
-#: ../../Zotlabs/Module/Connedit.php:725 ../../Zotlabs/Widget/Affinity.php:32
+#: ../../Zotlabs/Module/Settings/Channel.php:76
+#: ../../Zotlabs/Module/Settings/Channel.php:79
+#: ../../Zotlabs/Module/Settings/Channel.php:90
+#: ../../Zotlabs/Module/Connedit.php:726 ../../Zotlabs/Widget/Affinity.php:32
msgid "Friends"
msgstr "Друзья"
@@ -639,36 +652,36 @@ msgstr "Всё равно"
msgid "Ask me"
msgstr "Спроси меня"
-#: ../../include/photos.php:27 ../../include/items.php:3796
-#: ../../include/attach.php:150 ../../include/attach.php:199
-#: ../../include/attach.php:272 ../../include/attach.php:380
-#: ../../include/attach.php:394 ../../include/attach.php:401
-#: ../../include/attach.php:483 ../../include/attach.php:1043
-#: ../../include/attach.php:1117 ../../include/attach.php:1280
-#: ../../Zotlabs/Module/Mail.php:150 ../../Zotlabs/Module/Defperms.php:181
-#: ../../Zotlabs/Module/Network.php:19 ../../Zotlabs/Module/Common.php:38
-#: ../../Zotlabs/Module/Item.php:417 ../../Zotlabs/Module/Item.php:436
-#: ../../Zotlabs/Module/Item.php:446 ../../Zotlabs/Module/Item.php:1315
-#: ../../Zotlabs/Module/Achievements.php:34
-#: ../../Zotlabs/Module/Display.php:452 ../../Zotlabs/Module/Poke.php:157
+#: ../../include/photos.php:27 ../../include/items.php:3965
+#: ../../include/attach.php:156 ../../include/attach.php:205
+#: ../../include/attach.php:278 ../../include/attach.php:386
+#: ../../include/attach.php:400 ../../include/attach.php:407
+#: ../../include/attach.php:489 ../../include/attach.php:1055
+#: ../../include/attach.php:1129 ../../include/attach.php:1292
+#: ../../Zotlabs/Module/Defperms.php:182 ../../Zotlabs/Module/Network.php:19
+#: ../../Zotlabs/Module/Common.php:38 ../../Zotlabs/Module/Item.php:383
+#: ../../Zotlabs/Module/Item.php:402 ../../Zotlabs/Module/Item.php:412
+#: ../../Zotlabs/Module/Item.php:1328 ../../Zotlabs/Module/Achievements.php:34
+#: ../../Zotlabs/Module/Display.php:456 ../../Zotlabs/Module/Poke.php:157
#: ../../Zotlabs/Module/Profile.php:85 ../../Zotlabs/Module/Profile.php:101
-#: ../../Zotlabs/Module/Appman.php:87 ../../Zotlabs/Module/Profiles.php:198
-#: ../../Zotlabs/Module/Profiles.php:635 ../../Zotlabs/Module/Photos.php:69
+#: ../../Zotlabs/Module/Appman.php:87 ../../Zotlabs/Module/Profiles.php:200
+#: ../../Zotlabs/Module/Profiles.php:637 ../../Zotlabs/Module/Photos.php:71
#: ../../Zotlabs/Module/Page.php:34 ../../Zotlabs/Module/Page.php:133
#: ../../Zotlabs/Module/Api.php:24 ../../Zotlabs/Module/Events.php:277
#: ../../Zotlabs/Module/New_channel.php:105
#: ../../Zotlabs/Module/New_channel.php:130 ../../Zotlabs/Module/Block.php:24
-#: ../../Zotlabs/Module/Block.php:74 ../../Zotlabs/Module/Cover_photo.php:347
-#: ../../Zotlabs/Module/Cover_photo.php:360
-#: ../../Zotlabs/Module/Sharedwithme.php:16
+#: ../../Zotlabs/Module/Block.php:74 ../../Zotlabs/Module/Cover_photo.php:341
+#: ../../Zotlabs/Module/Cover_photo.php:354
+#: ../../Zotlabs/Module/Sharedwithme.php:19
#: ../../Zotlabs/Module/Register.php:80
-#: ../../Zotlabs/Module/Channel_calendar.php:224
+#: ../../Zotlabs/Module/Channel_calendar.php:230
#: ../../Zotlabs/Module/Viewconnections.php:28
#: ../../Zotlabs/Module/Viewconnections.php:33
#: ../../Zotlabs/Module/Rate.php:113 ../../Zotlabs/Module/Regmod.php:20
#: ../../Zotlabs/Module/Settings.php:59 ../../Zotlabs/Module/Locs.php:87
-#: ../../Zotlabs/Module/Sources.php:80 ../../Zotlabs/Module/Chat.php:115
-#: ../../Zotlabs/Module/Chat.php:120 ../../Zotlabs/Module/Editlayout.php:67
+#: ../../Zotlabs/Module/Sources.php:80 ../../Zotlabs/Module/Chat.php:113
+#: ../../Zotlabs/Module/Chat.php:118 ../../Zotlabs/Module/Vote.php:19
+#: ../../Zotlabs/Module/Editlayout.php:67
#: ../../Zotlabs/Module/Editlayout.php:90
#: ../../Zotlabs/Module/Filestorage.php:17
#: ../../Zotlabs/Module/Filestorage.php:72
@@ -678,8 +691,8 @@ msgstr "Спроси меня"
#: ../../Zotlabs/Module/Editblock.php:67
#: ../../Zotlabs/Module/Service_limits.php:11
#: ../../Zotlabs/Module/Message.php:18 ../../Zotlabs/Module/Channel.php:181
-#: ../../Zotlabs/Module/Channel.php:344 ../../Zotlabs/Module/Channel.php:383
-#: ../../Zotlabs/Module/Like.php:187 ../../Zotlabs/Module/Bookmarks.php:70
+#: ../../Zotlabs/Module/Channel.php:348 ../../Zotlabs/Module/Channel.php:387
+#: ../../Zotlabs/Module/Like.php:193 ../../Zotlabs/Module/Bookmarks.php:70
#: ../../Zotlabs/Module/Viewsrc.php:19 ../../Zotlabs/Module/Menu.php:130
#: ../../Zotlabs/Module/Menu.php:141 ../../Zotlabs/Module/Setup.php:206
#: ../../Zotlabs/Module/Mitem.php:129 ../../Zotlabs/Module/Notifications.php:11
@@ -687,28 +700,28 @@ msgstr "Спроси меня"
#: ../../Zotlabs/Module/Editwebpage.php:89
#: ../../Zotlabs/Module/Editwebpage.php:107
#: ../../Zotlabs/Module/Editwebpage.php:121
-#: ../../Zotlabs/Module/Authtest.php:16 ../../Zotlabs/Module/Thing.php:280
-#: ../../Zotlabs/Module/Thing.php:300 ../../Zotlabs/Module/Thing.php:341
-#: ../../Zotlabs/Module/Moderate.php:13 ../../Zotlabs/Module/Webpages.php:133
-#: ../../Zotlabs/Module/Profile_photo.php:336
-#: ../../Zotlabs/Module/Profile_photo.php:349
-#: ../../Zotlabs/Module/Editpost.php:17 ../../Zotlabs/Module/Connedit.php:399
-#: ../../Zotlabs/Module/Group.php:14 ../../Zotlabs/Module/Group.php:30
+#: ../../Zotlabs/Module/Authtest.php:16 ../../Zotlabs/Module/Thing.php:282
+#: ../../Zotlabs/Module/Thing.php:302 ../../Zotlabs/Module/Thing.php:343
+#: ../../Zotlabs/Module/Moderate.php:15 ../../Zotlabs/Module/Webpages.php:133
+#: ../../Zotlabs/Module/Profile_photo.php:338
+#: ../../Zotlabs/Module/Profile_photo.php:351
+#: ../../Zotlabs/Module/Editpost.php:17 ../../Zotlabs/Module/Connedit.php:400
+#: ../../Zotlabs/Module/Group.php:15 ../../Zotlabs/Module/Group.php:31
#: ../../Zotlabs/Module/Connections.php:32 ../../Zotlabs/Module/Mood.php:126
#: ../../Zotlabs/Module/Card_edit.php:51
#: ../../Zotlabs/Module/Article_edit.php:51 ../../Zotlabs/Module/Blocks.php:73
#: ../../Zotlabs/Module/Blocks.php:80 ../../Zotlabs/Module/Invite.php:21
#: ../../Zotlabs/Module/Invite.php:102 ../../Zotlabs/Module/Articles.php:89
-#: ../../Zotlabs/Module/Pdledit.php:34 ../../Zotlabs/Module/Wiki.php:59
+#: ../../Zotlabs/Module/Pdledit.php:35 ../../Zotlabs/Module/Wiki.php:59
#: ../../Zotlabs/Module/Wiki.php:285 ../../Zotlabs/Module/Wiki.php:428
#: ../../Zotlabs/Module/Manage.php:10 ../../Zotlabs/Module/Suggest.php:32
#: ../../Zotlabs/Module/Cards.php:86 ../../Zotlabs/Module/Layouts.php:71
#: ../../Zotlabs/Module/Layouts.php:78 ../../Zotlabs/Module/Layouts.php:89
-#: ../../Zotlabs/Web/WebServer.php:123 ../../Zotlabs/Lib/Chatroom.php:133
+#: ../../Zotlabs/Web/WebServer.php:115 ../../Zotlabs/Lib/Chatroom.php:135
#: ../../extend/addon/hzaddons/pumpio/pumpio.php:44
#: ../../extend/addon/hzaddons/openid/Mod_Id.php:53
#: ../../extend/addon/hzaddons/keepout/keepout.php:36
-#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:280
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:25
msgid "Permission denied."
msgstr "Доступ запрещен."
@@ -721,8 +734,8 @@ msgstr "Файл превышает предельный размер для с
msgid "Image file is empty."
msgstr "Файл изображения пуст."
-#: ../../include/photos.php:196 ../../Zotlabs/Module/Cover_photo.php:239
-#: ../../Zotlabs/Module/Profile_photo.php:259
+#: ../../include/photos.php:196 ../../Zotlabs/Module/Cover_photo.php:241
+#: ../../Zotlabs/Module/Profile_photo.php:261
msgid "Unable to process image"
msgstr "Не удается обработать изображение"
@@ -740,7 +753,7 @@ msgctxt "photo_upload"
msgid "%1$s posted %2$s to %3$s"
msgstr "%1$s опубликовал %2$s в %3$s"
-#: ../../include/photos.php:666 ../../include/nav.php:449
+#: ../../include/photos.php:666 ../../include/nav.php:447
msgid "Photo Albums"
msgstr "Фотоальбомы"
@@ -773,7 +786,7 @@ msgstr "Встроенное содержимое"
msgid "Embedding disabled"
msgstr "Встраивание отключено"
-#: ../../include/security.php:607
+#: ../../include/security.php:609
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."
@@ -807,13 +820,13 @@ msgstr "Подключить / отслеживать"
msgid "Examples: Robert Morgenstein, Fishing"
msgstr "Примеры: Владимир Ильич, Революционер"
-#: ../../include/contact_widgets.php:23 ../../Zotlabs/Module/Directory.php:416
-#: ../../Zotlabs/Module/Directory.php:421
+#: ../../include/contact_widgets.php:23 ../../Zotlabs/Module/Directory.php:431
+#: ../../Zotlabs/Module/Directory.php:436
#: ../../Zotlabs/Module/Connections.php:381
msgid "Find"
msgstr "Поиск"
-#: ../../include/contact_widgets.php:24 ../../Zotlabs/Module/Directory.php:420
+#: ../../include/contact_widgets.php:24 ../../Zotlabs/Module/Directory.php:435
#: ../../Zotlabs/Module/Suggest.php:79
msgid "Channel Suggestions"
msgstr "Рекомендации каналов"
@@ -830,9 +843,9 @@ msgstr "Пригласить друзей"
msgid "Advanced example: name=fred and country=iceland"
msgstr "Расширенный пример: name=ivan and country=russia"
-#: ../../include/contact_widgets.php:53 ../../include/features.php:311
+#: ../../include/contact_widgets.php:53 ../../include/features.php:319
#: ../../Zotlabs/Widget/Filer.php:28
-#: ../../Zotlabs/Widget/Activity_filter.php:137
+#: ../../Zotlabs/Widget/Activity_filter.php:179
msgid "Saved Folders"
msgstr "Сохранённые каталоги"
@@ -845,7 +858,7 @@ msgstr "Всё"
#: ../../include/contact_widgets.php:96 ../../include/contact_widgets.php:139
#: ../../include/contact_widgets.php:184 ../../include/taxonomy.php:409
#: ../../include/taxonomy.php:491 ../../include/taxonomy.php:511
-#: ../../include/taxonomy.php:532 ../../Zotlabs/Module/Cdav.php:1093
+#: ../../include/taxonomy.php:532 ../../Zotlabs/Module/Cdav.php:1066
#: ../../Zotlabs/Widget/Appcategories.php:43
msgid "Categories"
msgstr "Категории"
@@ -859,14 +872,14 @@ msgstr "Общие контакты"
msgid "View all %d common connections"
msgstr "Просмотреть все %d общих контактов"
-#: ../../include/menu.php:118 ../../include/channel.php:1426
-#: ../../include/channel.php:1430 ../../Zotlabs/Storage/Browser.php:296
+#: ../../include/menu.php:120 ../../include/channel.php:1523
+#: ../../include/channel.php:1527 ../../Zotlabs/Storage/Browser.php:296
#: ../../Zotlabs/Module/Oauth.php:173 ../../Zotlabs/Module/Oauth2.php:194
#: ../../Zotlabs/Module/Editlayout.php:114
#: ../../Zotlabs/Module/Editblock.php:114 ../../Zotlabs/Module/Menu.php:176
#: ../../Zotlabs/Module/Admin/Profs.php:175
-#: ../../Zotlabs/Module/Editwebpage.php:142 ../../Zotlabs/Module/Thing.php:266
-#: ../../Zotlabs/Module/Webpages.php:255 ../../Zotlabs/Module/Group.php:252
+#: ../../Zotlabs/Module/Editwebpage.php:142 ../../Zotlabs/Module/Thing.php:268
+#: ../../Zotlabs/Module/Webpages.php:255 ../../Zotlabs/Module/Group.php:253
#: ../../Zotlabs/Module/Connections.php:320
#: ../../Zotlabs/Module/Connections.php:362
#: ../../Zotlabs/Module/Connections.php:382
@@ -879,55 +892,54 @@ msgstr "Просмотреть все %d общих контактов"
msgid "Edit"
msgstr "Изменить"
-#: ../../include/channel.php:43
+#: ../../include/channel.php:46
msgid "Unable to obtain identity information from database"
msgstr "Невозможно получить идентификационную информацию из базы данных"
-#: ../../include/channel.php:76
+#: ../../include/channel.php:79
msgid "Empty name"
msgstr "Пустое имя"
-#: ../../include/channel.php:79
+#: ../../include/channel.php:82
msgid "Name too long"
msgstr "Слишком длинное имя"
-#: ../../include/channel.php:196
+#: ../../include/channel.php:199
msgid "No account identifier"
msgstr "Идентификатор аккаунта отсутствует"
-#: ../../include/channel.php:208
+#: ../../include/channel.php:211
msgid "Nickname is required."
msgstr "Требуется псевдоним."
-#: ../../include/channel.php:222 ../../include/channel.php:655
+#: ../../include/channel.php:225 ../../include/channel.php:705
#: ../../Zotlabs/Module/Changeaddr.php:46
msgid "Reserved nickname. Please choose another."
msgstr "Зарезервированый псевдоним. Пожалуйста, выберите другой."
-#: ../../include/channel.php:227 ../../include/channel.php:660
+#: ../../include/channel.php:230 ../../include/channel.php:710
#: ../../Zotlabs/Module/Changeaddr.php:51
msgid ""
"Nickname has unsupported characters or is already being used on this site."
msgstr "Псевдоним имеет недопустимые символы или уже используется на этом сайте."
-#: ../../include/channel.php:287
+#: ../../include/channel.php:294
msgid "Unable to retrieve created identity"
msgstr "Не удается получить созданный идентификатор"
-#: ../../include/channel.php:429
+#: ../../include/channel.php:440
msgid "Default Profile"
msgstr "Профиль по умолчанию"
-#: ../../include/channel.php:588 ../../include/channel.php:677
+#: ../../include/channel.php:638 ../../include/channel.php:727
msgid "Unable to retrieve modified identity"
msgstr "Не удается найти изменённый идентификатор"
-#: ../../include/channel.php:1273
-#: ../../extend/addon/hzaddons/chess/Mod_Chess.php:306
+#: ../../include/channel.php:1370
msgid "Requested channel is not available."
msgstr "Запрошенный канал не доступен."
-#: ../../include/channel.php:1327 ../../Zotlabs/Module/Achievements.php:15
+#: ../../include/channel.php:1424 ../../Zotlabs/Module/Achievements.php:15
#: ../../Zotlabs/Module/Profile.php:20 ../../Zotlabs/Module/Editlayout.php:31
#: ../../Zotlabs/Module/Filestorage.php:53
#: ../../Zotlabs/Module/Editblock.php:31 ../../Zotlabs/Module/Menu.php:92
@@ -939,85 +951,84 @@ msgstr "Запрошенный канал не доступен."
msgid "Requested profile is not available."
msgstr "Запрашиваемый профиль не доступен."
-#: ../../include/channel.php:1419 ../../Zotlabs/Module/Profiles.php:728
+#: ../../include/channel.php:1516 ../../Zotlabs/Module/Profiles.php:730
msgid "Change profile photo"
msgstr "Изменить фотографию профиля"
-#: ../../include/channel.php:1426 ../../include/nav.php:113
-#: ../../Zotlabs/Module/Profiles.php:830
+#: ../../include/channel.php:1523 ../../include/nav.php:115
+#: ../../Zotlabs/Module/Profiles.php:832
msgid "Edit Profiles"
msgstr "Редактирование профилей"
-#: ../../include/channel.php:1427
+#: ../../include/channel.php:1524
msgid "Create New Profile"
msgstr "Создать новый профиль"
-#: ../../include/channel.php:1430 ../../include/nav.php:115
+#: ../../include/channel.php:1527 ../../include/nav.php:117
#: ../../extend/addon/hzaddons/openclipatar/openclipatar.php:58
msgid "Edit Profile"
msgstr "Редактировать профиль"
-#: ../../include/channel.php:1445 ../../Zotlabs/Module/Profiles.php:820
+#: ../../include/channel.php:1542 ../../Zotlabs/Module/Profiles.php:822
msgid "Profile Image"
msgstr "Изображение профиля"
-#: ../../include/channel.php:1448
+#: ../../include/channel.php:1545
msgid "Visible to everybody"
msgstr "Видно всем"
-#: ../../include/channel.php:1449 ../../Zotlabs/Module/Profiles.php:725
-#: ../../Zotlabs/Module/Profiles.php:824
+#: ../../include/channel.php:1546 ../../Zotlabs/Module/Profiles.php:727
+#: ../../Zotlabs/Module/Profiles.php:826
msgid "Edit visibility"
msgstr "Редактировать видимость"
-#: ../../include/channel.php:1506 ../../include/conversation.php:1058
-#: ../../include/connections.php:110 ../../Zotlabs/Module/Directory.php:353
+#: ../../include/channel.php:1603 ../../include/conversation.php:1085
+#: ../../include/connections.php:110 ../../Zotlabs/Module/Directory.php:368
#: ../../Zotlabs/Module/Connections.php:349 ../../Zotlabs/Module/Suggest.php:71
#: ../../Zotlabs/Widget/Suggestions.php:46 ../../Zotlabs/Widget/Follow.php:32
msgid "Connect"
msgstr "Подключить"
-#: ../../include/channel.php:1521 ../../include/event.php:62
-#: ../../include/event.php:112 ../../Zotlabs/Module/Directory.php:339
+#: ../../include/channel.php:1618 ../../include/event.php:63
+#: ../../include/event.php:134 ../../Zotlabs/Module/Directory.php:352
msgid "Location:"
msgstr "Местоположение:"
-#: ../../include/channel.php:1525 ../../include/channel.php:1653
+#: ../../include/channel.php:1622 ../../include/channel.php:1750
msgid "Gender:"
msgstr "Пол:"
-#: ../../include/channel.php:1526 ../../include/channel.php:1697
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:157
+#: ../../include/channel.php:1623 ../../include/channel.php:1794
msgid "Status:"
msgstr "Статус:"
-#: ../../include/channel.php:1527 ../../include/channel.php:1721
+#: ../../include/channel.php:1624 ../../include/channel.php:1818
msgid "Homepage:"
msgstr "Домашняя страница:"
-#: ../../include/channel.php:1528
+#: ../../include/channel.php:1625
msgid "Online Now"
msgstr "Сейчас в сети"
-#: ../../include/channel.php:1581
+#: ../../include/channel.php:1678
msgid "Change your profile photo"
msgstr "Изменить фотографию вашего профиля"
-#: ../../include/channel.php:1612
+#: ../../include/channel.php:1709
msgid "Trans"
msgstr "Трансексуал"
-#: ../../include/channel.php:1651 ../../Zotlabs/Module/Settings/Channel.php:499
+#: ../../include/channel.php:1748 ../../Zotlabs/Module/Settings/Channel.php:500
msgid "Full Name:"
msgstr "Полное имя:"
-#: ../../include/channel.php:1658
+#: ../../include/channel.php:1755
msgid "Like this channel"
msgstr "нравится этот канал"
-#: ../../include/channel.php:1669 ../../include/conversation.php:1705
+#: ../../include/channel.php:1766 ../../include/conversation.php:1734
#: ../../include/taxonomy.php:659 ../../Zotlabs/Module/Photos.php:1135
-#: ../../Zotlabs/Lib/ThreadItem.php:236
+#: ../../Zotlabs/Lib/ThreadItem.php:242
msgctxt "noun"
msgid "Like"
msgid_plural "Likes"
@@ -1025,135 +1036,135 @@ msgstr[0] "Нравится"
msgstr[1] "Нравится"
msgstr[2] "Нравится"
-#: ../../include/channel.php:1682
+#: ../../include/channel.php:1779
msgid "j F, Y"
msgstr ""
-#: ../../include/channel.php:1683
+#: ../../include/channel.php:1780
msgid "j F"
msgstr ""
-#: ../../include/channel.php:1690
+#: ../../include/channel.php:1787
msgid "Birthday:"
msgstr "День рождения:"
-#: ../../include/channel.php:1694 ../../Zotlabs/Module/Directory.php:334
+#: ../../include/channel.php:1791 ../../Zotlabs/Module/Directory.php:347
msgid "Age:"
msgstr "Возраст:"
-#: ../../include/channel.php:1703
+#: ../../include/channel.php:1800
#, php-format
msgid "for %1$d %2$s"
msgstr "для %1$d %2$s"
-#: ../../include/channel.php:1715
+#: ../../include/channel.php:1812
msgid "Tags:"
msgstr "Теги:"
-#: ../../include/channel.php:1719
+#: ../../include/channel.php:1816
msgid "Sexual Preference:"
msgstr "Сексуальные предпочтения:"
-#: ../../include/channel.php:1723 ../../Zotlabs/Module/Directory.php:350
+#: ../../include/channel.php:1820 ../../Zotlabs/Module/Directory.php:365
msgid "Hometown:"
msgstr "Родной город:"
-#: ../../include/channel.php:1725
+#: ../../include/channel.php:1822
msgid "Political Views:"
msgstr "Политические взгляды:"
-#: ../../include/channel.php:1727
+#: ../../include/channel.php:1824
msgid "Religion:"
msgstr "Религия:"
-#: ../../include/channel.php:1729 ../../Zotlabs/Module/Directory.php:352
+#: ../../include/channel.php:1826 ../../Zotlabs/Module/Directory.php:367
msgid "About:"
msgstr "О себе:"
-#: ../../include/channel.php:1731
+#: ../../include/channel.php:1828
msgid "Hobbies/Interests:"
msgstr "Хобби / интересы:"
-#: ../../include/channel.php:1733
+#: ../../include/channel.php:1830
msgid "Likes:"
msgstr "Что вам нравится:"
-#: ../../include/channel.php:1735
+#: ../../include/channel.php:1832
msgid "Dislikes:"
msgstr "Что вам не нравится:"
-#: ../../include/channel.php:1737
+#: ../../include/channel.php:1834
msgid "Contact information and Social Networks:"
msgstr "Контактная информация и социальные сети:"
-#: ../../include/channel.php:1739
+#: ../../include/channel.php:1836
msgid "My other channels:"
msgstr "Мои другие каналы:"
-#: ../../include/channel.php:1741
+#: ../../include/channel.php:1838
msgid "Musical interests:"
msgstr "Музыкальные интересы:"
-#: ../../include/channel.php:1743
+#: ../../include/channel.php:1840
msgid "Books, literature:"
msgstr "Книги, литература:"
-#: ../../include/channel.php:1745
+#: ../../include/channel.php:1842
msgid "Television:"
msgstr "Телевидение:"
-#: ../../include/channel.php:1747
+#: ../../include/channel.php:1844
msgid "Film/dance/culture/entertainment:"
msgstr "Кино / танцы / культура / развлечения:"
-#: ../../include/channel.php:1749
+#: ../../include/channel.php:1846
msgid "Love/Romance:"
msgstr "Любовь / романтика:"
-#: ../../include/channel.php:1751
+#: ../../include/channel.php:1848
msgid "Work/employment:"
msgstr "Работа / занятость:"
-#: ../../include/channel.php:1753
+#: ../../include/channel.php:1850
msgid "School/education:"
msgstr "Школа / образование:"
-#: ../../include/channel.php:1774 ../../Zotlabs/Module/Profperm.php:113
-#: ../../Zotlabs/Lib/Apps.php:361
+#: ../../include/channel.php:1871 ../../Zotlabs/Module/Profperm.php:113
+#: ../../Zotlabs/Lib/Apps.php:362
msgid "Profile"
msgstr "Профиль"
-#: ../../include/channel.php:1776
+#: ../../include/channel.php:1873
msgid "Like this thing"
msgstr "нравится этo"
-#: ../../include/channel.php:1777 ../../Zotlabs/Module/Events.php:699
+#: ../../include/channel.php:1874 ../../Zotlabs/Module/Events.php:699
msgid "Export"
msgstr "Экспорт"
-#: ../../include/channel.php:2215 ../../Zotlabs/Module/Cover_photo.php:310
+#: ../../include/channel.php:2312 ../../Zotlabs/Module/Cover_photo.php:304
msgid "cover photo"
msgstr "фотография обложки"
-#: ../../include/channel.php:2483 ../../boot.php:1675
+#: ../../include/channel.php:2601 ../../boot.php:1699
#: ../../Zotlabs/Module/Rmagic.php:93
msgid "Remote Authentication"
msgstr "Удаленная аутентификация"
-#: ../../include/channel.php:2484 ../../Zotlabs/Module/Rmagic.php:94
+#: ../../include/channel.php:2602 ../../Zotlabs/Module/Rmagic.php:94
msgid "Enter your channel address (e.g. channel@example.com)"
msgstr "Введите адрес вашего канала (например: channel@example.com)"
-#: ../../include/channel.php:2485 ../../Zotlabs/Module/Rmagic.php:95
+#: ../../include/channel.php:2603 ../../Zotlabs/Module/Rmagic.php:95
msgid "Authenticate"
msgstr "Проверка подлинности"
-#: ../../include/channel.php:2640 ../../Zotlabs/Module/Admin/Accounts.php:91
+#: ../../include/channel.php:2758 ../../Zotlabs/Module/Admin/Accounts.php:91
#, php-format
msgid "Account '%s' deleted"
msgstr "Аккаунт '%s' удален"
-#: ../../include/message.php:13 ../../include/text.php:1811
+#: ../../include/message.php:13 ../../include/text.php:1824
msgid "Download binary/encrypted content"
msgstr "Загрузить двоичное / зашифрованное содержимое"
@@ -1173,141 +1184,140 @@ msgstr "[без темы]"
msgid "Stored post could not be verified."
msgstr "Сохранённая публикация не может быть проверена."
-#: ../../include/markdown.php:202 ../../include/bbcode.php:384
+#: ../../include/markdown.php:202 ../../include/bbcode.php:527
#, php-format
msgid "%1$s wrote the following %2$s %3$s"
msgstr "%1$s была создана %2$s %3$s"
-#: ../../include/markdown.php:204 ../../include/bbcode.php:380
-#: ../../Zotlabs/Module/Tagger.php:77
+#: ../../include/markdown.php:204 ../../include/bbcode.php:523
+#: ../../Zotlabs/Module/Tagger.php:79
msgid "post"
msgstr "публикация"
-#: ../../include/markdown.php:251 ../../include/bbcode.php:469
+#: ../../include/markdown.php:251 ../../include/bbcode.php:612
msgid "spoiler"
msgstr "спойлер"
-#: ../../include/items.php:435 ../../Zotlabs/Module/Dreport.php:10
-#: ../../Zotlabs/Module/Dreport.php:82 ../../Zotlabs/Module/Share.php:71
-#: ../../Zotlabs/Module/Profperm.php:28 ../../Zotlabs/Module/Like.php:301
-#: ../../Zotlabs/Module/Subthread.php:86 ../../Zotlabs/Module/Group.php:98
+#: ../../include/items.php:439 ../../Zotlabs/Module/Dreport.php:10
+#: ../../Zotlabs/Module/Dreport.php:82 ../../Zotlabs/Module/Share.php:72
+#: ../../Zotlabs/Module/Profperm.php:28 ../../Zotlabs/Module/Like.php:295
+#: ../../Zotlabs/Module/Subthread.php:86 ../../Zotlabs/Module/Group.php:99
#: ../../Zotlabs/Module/Cloud.php:119 ../../Zotlabs/Module/Import_items.php:120
-#: ../../Zotlabs/Web/WebServer.php:122
-#: ../../extend/addon/hzaddons/frphotos/frphotos.php:82
+#: ../../Zotlabs/Web/WebServer.php:114
#: ../../extend/addon/hzaddons/redphotos/redphotos.php:119
#: ../../extend/addon/hzaddons/redfiles/redfiles.php:109
#: ../../extend/addon/hzaddons/hzfiles/hzfiles.php:75
msgid "Permission denied"
msgstr "Доступ запрещен"
-#: ../../include/items.php:984 ../../include/items.php:1044
+#: ../../include/items.php:999 ../../include/items.php:1059
msgid "(Unknown)"
msgstr "(Неизвестный)"
-#: ../../include/items.php:1232
+#: ../../include/items.php:1247
msgid "Visible to anybody on the internet."
msgstr "Виден всем в интернете."
-#: ../../include/items.php:1234
+#: ../../include/items.php:1249
msgid "Visible to you only."
msgstr "Видно только вам."
-#: ../../include/items.php:1236
+#: ../../include/items.php:1251
msgid "Visible to anybody in this network."
msgstr "Видно всем в этой сети."
-#: ../../include/items.php:1238
+#: ../../include/items.php:1253
msgid "Visible to anybody authenticated."
msgstr "Видно всем аутентифицированным."
-#: ../../include/items.php:1240
+#: ../../include/items.php:1255
#, php-format
msgid "Visible to anybody on %s."
msgstr "Видно всем в %s."
-#: ../../include/items.php:1242
+#: ../../include/items.php:1257
msgid "Visible to all connections."
msgstr "Видно всем контактам."
-#: ../../include/items.php:1244
+#: ../../include/items.php:1259
msgid "Visible to approved connections."
msgstr "Видно только одобренным контактам."
-#: ../../include/items.php:1246
+#: ../../include/items.php:1261
msgid "Visible to specific connections."
msgstr "Видно указанным контактам."
-#: ../../include/items.php:3719 ../../Zotlabs/Module/Display.php:45
-#: ../../Zotlabs/Module/Display.php:456 ../../Zotlabs/Module/Admin.php:62
+#: ../../include/items.php:3888 ../../Zotlabs/Module/Display.php:45
+#: ../../Zotlabs/Module/Display.php:460 ../../Zotlabs/Module/Admin.php:62
#: ../../Zotlabs/Module/Filestorage.php:26 ../../Zotlabs/Module/Viewsrc.php:25
#: ../../Zotlabs/Module/Admin/Addons.php:260
-#: ../../Zotlabs/Module/Admin/Themes.php:72 ../../Zotlabs/Module/Thing.php:94
-#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:239
-#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:240
+#: ../../Zotlabs/Module/Admin/Themes.php:72 ../../Zotlabs/Module/Thing.php:96
+#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:284
+#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:285
msgid "Item not found."
msgstr "Элемент не найден."
-#: ../../include/items.php:4296 ../../Zotlabs/Module/Group.php:61
-#: ../../Zotlabs/Module/Group.php:213
+#: ../../include/items.php:4465 ../../Zotlabs/Module/Group.php:62
+#: ../../Zotlabs/Module/Group.php:214
msgid "Privacy group not found."
msgstr "Группа конфиденциальности не найдена."
-#: ../../include/items.php:4312
+#: ../../include/items.php:4481
msgid "Privacy group is empty."
msgstr "Группа конфиденциальности пуста"
-#: ../../include/items.php:4319
+#: ../../include/items.php:4488
#, php-format
msgid "Privacy group: %s"
msgstr "Группа конфиденциальности: %s"
-#: ../../include/items.php:4329 ../../Zotlabs/Module/Connedit.php:867
+#: ../../include/items.php:4498 ../../Zotlabs/Module/Connedit.php:868
#, php-format
msgid "Connection: %s"
msgstr "Контакт: %s"
-#: ../../include/items.php:4331
+#: ../../include/items.php:4500
msgid "Connection not found."
msgstr "Контакт не найден."
-#: ../../include/items.php:4673 ../../Zotlabs/Module/Cover_photo.php:303
+#: ../../include/items.php:4834 ../../Zotlabs/Module/Cover_photo.php:297
msgid "female"
msgstr "женщина"
-#: ../../include/items.php:4674 ../../Zotlabs/Module/Cover_photo.php:304
+#: ../../include/items.php:4835 ../../Zotlabs/Module/Cover_photo.php:298
#, php-format
msgid "%1$s updated her %2$s"
msgstr "%1$s обновила её %2$s"
-#: ../../include/items.php:4675 ../../Zotlabs/Module/Cover_photo.php:305
+#: ../../include/items.php:4836 ../../Zotlabs/Module/Cover_photo.php:299
msgid "male"
msgstr "мужчина"
-#: ../../include/items.php:4676 ../../Zotlabs/Module/Cover_photo.php:306
+#: ../../include/items.php:4837 ../../Zotlabs/Module/Cover_photo.php:300
#, php-format
msgid "%1$s updated his %2$s"
msgstr "%1$s обновил его %2$s"
-#: ../../include/items.php:4678 ../../Zotlabs/Module/Cover_photo.php:308
+#: ../../include/items.php:4839 ../../Zotlabs/Module/Cover_photo.php:302
#, php-format
msgid "%1$s updated their %2$s"
msgstr "%2$s %1$s обновлена"
-#: ../../include/items.php:4680
+#: ../../include/items.php:4841
msgid "profile photo"
msgstr "Фотография профиля"
-#: ../../include/items.php:4872
+#: ../../include/items.php:5033
#, php-format
msgid "[Edited %s]"
msgstr "[Отредактировано %s]"
-#: ../../include/items.php:4872
+#: ../../include/items.php:5033
msgctxt "edit_activity"
msgid "Post"
msgstr "Публикация"
-#: ../../include/items.php:4872
+#: ../../include/items.php:5033
msgctxt "edit_activity"
msgid "Comment"
msgstr "Комментарий"
@@ -1335,21 +1345,21 @@ msgstr "Посетить %1$s %2$s"
msgid "%1$s has an updated %2$s, changing %3$s."
msgstr "%1$s обновлено %2$s, изменено %3$s."
-#: ../../include/features.php:55 ../../Zotlabs/Module/Settings/Features.php:36
+#: ../../include/features.php:55 ../../Zotlabs/Module/Settings/Features.php:38
#: ../../Zotlabs/Module/Admin/Features.php:55
#: ../../Zotlabs/Module/Admin/Features.php:56
msgid "Off"
msgstr "Выкл."
-#: ../../include/features.php:55 ../../Zotlabs/Module/Settings/Features.php:36
+#: ../../include/features.php:55 ../../Zotlabs/Module/Settings/Features.php:38
#: ../../Zotlabs/Module/Admin/Features.php:55
#: ../../Zotlabs/Module/Admin/Features.php:56
msgid "On"
msgstr "Вкл."
-#: ../../include/features.php:82 ../../include/nav.php:465
-#: ../../include/nav.php:468 ../../Zotlabs/Storage/Browser.php:140
-#: ../../Zotlabs/Lib/Apps.php:345
+#: ../../include/features.php:82 ../../include/nav.php:463
+#: ../../include/nav.php:466 ../../Zotlabs/Storage/Browser.php:140
+#: ../../Zotlabs/Lib/Apps.php:346
msgid "Calendar"
msgstr "Календарь"
@@ -1369,7 +1379,7 @@ msgstr "Выбор часового пояса события"
msgid "Allow event creation in timezones other than your own."
msgstr "Разрешить создание события в часовой зоне отличной от вашей"
-#: ../../include/features.php:104 ../../Zotlabs/Lib/Apps.php:342
+#: ../../include/features.php:104 ../../Zotlabs/Lib/Apps.php:343
msgid "Channel Home"
msgstr "Главная канала"
@@ -1389,16 +1399,16 @@ msgstr "Облако тегов"
msgid "Provide a personal tag cloud on your channel page"
msgstr "Показывает личное облако тегов на странице канала"
-#: ../../include/features.php:124 ../../include/features.php:351
+#: ../../include/features.php:124 ../../include/features.php:359
msgid "Use blog/list mode"
msgstr "Использовать режим блога / списка"
-#: ../../include/features.php:125 ../../include/features.php:352
+#: ../../include/features.php:125 ../../include/features.php:360
msgid "Comments will be displayed separately"
msgstr "Комментарии будут отображаться отдельно"
-#: ../../include/features.php:133 ../../include/text.php:1012
-#: ../../Zotlabs/Module/Connections.php:374 ../../Zotlabs/Lib/Apps.php:332
+#: ../../include/features.php:133 ../../include/text.php:1017
+#: ../../Zotlabs/Module/Connections.php:374 ../../Zotlabs/Lib/Apps.php:333
msgid "Connections"
msgstr "Контакты"
@@ -1414,14 +1424,6 @@ msgstr "Фильтр входящих сообщений от контактов
msgid "Conversation"
msgstr "Диалоги"
-#: ../../include/features.php:150
-msgid "Community Tagging"
-msgstr "Отметки сообщества"
-
-#: ../../include/features.php:151
-msgid "Ability to tag existing posts"
-msgstr "Возможность помечать тегами существующие публикации"
-
#: ../../include/features.php:158
msgid "Emoji Reactions"
msgstr "Реакции Emoji"
@@ -1454,7 +1456,7 @@ msgstr "Ответить на комментарий"
msgid "Ability to reply on selected comment"
msgstr "Возможность ответить на выбранный комментарий"
-#: ../../include/features.php:192 ../../Zotlabs/Lib/Apps.php:346
+#: ../../include/features.php:192 ../../Zotlabs/Lib/Apps.php:347
msgid "Directory"
msgstr "Каталог"
@@ -1498,157 +1500,165 @@ msgid ""
msgstr "Разрешить дополнительное end-to-end шифрование содержимого с общим секретным ключом"
#: ../../include/features.php:235
-msgid "Enable Voting Tools"
-msgstr "Включить инструменты голосования"
-
-#: ../../include/features.php:236
-msgid "Provide a class of post which others can vote on"
-msgstr "Предоставь класс публикаций с возможностью голосования"
-
-#: ../../include/features.php:243
msgid "Disable Comments"
msgstr "Отключить комментарии"
-#: ../../include/features.php:244
+#: ../../include/features.php:236
msgid "Provide the option to disable comments for a post"
msgstr "Предоставить возможность отключать комментарии для публикаций"
-#: ../../include/features.php:251
+#: ../../include/features.php:243
msgid "Delayed Posting"
msgstr "Задержанная публикация"
-#: ../../include/features.php:252
+#: ../../include/features.php:244
msgid "Allow posts to be published at a later date"
msgstr "Разрешить размешать публикации следующими датами"
-#: ../../include/features.php:259
+#: ../../include/features.php:251
msgid "Content Expiration"
msgstr "Истечение срока действия содержимого"
-#: ../../include/features.php:260
+#: ../../include/features.php:252
msgid "Remove posts/comments and/or private messages at a future time"
msgstr "Удалять публикации / комментарии и / или личные сообщения"
-#: ../../include/features.php:267
+#: ../../include/features.php:259
msgid "Suppress Duplicate Posts/Comments"
msgstr "Подавлять дублирующие публикации / комментарии"
-#: ../../include/features.php:268
+#: ../../include/features.php:260
msgid ""
"Prevent posts with identical content to be published with less than two "
"minutes in between submissions."
msgstr "Предотвращает появление публикаций с одинаковым содержимым если интервал между ними менее 2 минут"
-#: ../../include/features.php:275
+#: ../../include/features.php:267
msgid "Auto-save drafts of posts and comments"
msgstr "Автоматически сохранять черновики публикаций и комментариев"
-#: ../../include/features.php:276
+#: ../../include/features.php:268
msgid ""
"Automatically saves post and comment drafts in local browser storage to help "
"prevent accidental loss of compositions"
msgstr "Автоматически сохраняет черновики публикаций и комментариев в локальном хранилище браузера для предотвращения их случайной утраты"
-#: ../../include/features.php:285
+#: ../../include/features.php:277
msgid "Manage"
msgstr "Управление"
-#: ../../include/features.php:289
+#: ../../include/features.php:281
msgid "Navigation Channel Select"
msgstr "Выбор канала навигации"
-#: ../../include/features.php:290
+#: ../../include/features.php:282
msgid "Change channels directly from within the navigation dropdown menu"
msgstr "Изменить канал напрямую из выпадающего меню"
-#: ../../include/features.php:299 ../../Zotlabs/Module/Connections.php:332
+#: ../../include/features.php:291 ../../Zotlabs/Module/Connections.php:332
msgid "Network"
msgstr "Сеть"
-#: ../../include/features.php:303 ../../Zotlabs/Widget/Savedsearch.php:83
+#: ../../include/features.php:295
+msgid "Events Filter"
+msgstr "Фильтр событий"
+
+#: ../../include/features.php:296
+msgid "Ability to display only events"
+msgstr "Возможность отображать только события"
+
+#: ../../include/features.php:303
+msgid "Polls Filter"
+msgstr "Фильтр голосований"
+
+#: ../../include/features.php:304
+msgid "Ability to display only polls"
+msgstr "Возможность отображать только опросы"
+
+#: ../../include/features.php:311 ../../Zotlabs/Widget/Savedsearch.php:83
msgid "Saved Searches"
msgstr "Сохранённые поиски"
-#: ../../include/features.php:304
+#: ../../include/features.php:312
msgid "Save search terms for re-use"
msgstr "Сохранять результаты поиска для повторного использования"
-#: ../../include/features.php:312
+#: ../../include/features.php:320
msgid "Ability to file posts under folders"
msgstr "Возможность размещать публикации в каталогах"
-#: ../../include/features.php:319
+#: ../../include/features.php:327
msgid "Alternate Stream Order"
msgstr "Отображение потока"
-#: ../../include/features.php:320
+#: ../../include/features.php:328
msgid ""
"Ability to order the stream by last post date, last comment date or "
"unthreaded activities"
msgstr "Возможность показывать поток по дате последнего сообщения, последнего комментария или в порядке поступления"
-#: ../../include/features.php:327
+#: ../../include/features.php:335
msgid "Contact Filter"
msgstr "Фильтр контактов"
-#: ../../include/features.php:328
+#: ../../include/features.php:336
msgid "Ability to display only posts of a selected contact"
msgstr "Возможность показа публикаций только от выбранных контактов"
-#: ../../include/features.php:335
+#: ../../include/features.php:343
msgid "Forum Filter"
msgstr "Фильтр по форумам"
-#: ../../include/features.php:336
+#: ../../include/features.php:344
msgid "Ability to display only posts of a specific forum"
msgstr "Возможность показа публикаций только определённого форума"
-#: ../../include/features.php:343
+#: ../../include/features.php:351
msgid "Personal Posts Filter"
msgstr "Персональный фильтр публикаций"
-#: ../../include/features.php:344
+#: ../../include/features.php:352
msgid "Ability to display only posts that you've interacted on"
msgstr "Возможность показа только тех публикаций с которыми вы взаимодействовали"
-#: ../../include/features.php:361 ../../include/nav.php:446
-#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:344
+#: ../../include/features.php:369 ../../include/nav.php:444
+#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:345
msgid "Photos"
msgstr "Фотографии"
-#: ../../include/features.php:365
+#: ../../include/features.php:373
msgid "Photo Location"
msgstr "Местоположение фотографии"
-#: ../../include/features.php:366
+#: ../../include/features.php:374
msgid "If location data is available on uploaded photos, link this to a map."
msgstr "Если данные о местоположении доступны на загруженных фотографий, связать их с картой."
-#: ../../include/features.php:375 ../../Zotlabs/Lib/Apps.php:362
+#: ../../include/features.php:383 ../../Zotlabs/Lib/Apps.php:363
msgid "Profiles"
msgstr "Редактировать профиль"
-#: ../../include/features.php:379
+#: ../../include/features.php:387
msgid "Advanced Profiles"
msgstr "Расширенные профили"
-#: ../../include/features.php:380
+#: ../../include/features.php:388
msgid "Additional profile sections and selections"
msgstr "Дополнительные секции и выборы профиля"
-#: ../../include/features.php:387
+#: ../../include/features.php:395
msgid "Profile Import/Export"
msgstr "Импорт / экспорт профиля"
-#: ../../include/features.php:388
+#: ../../include/features.php:396
msgid "Save and load profile details across sites/channels"
msgstr "Сохранение и загрузка настроек профиля на всех сайтах / каналах"
-#: ../../include/features.php:395
+#: ../../include/features.php:403
msgid "Multiple Profiles"
msgstr "Несколько профилей"
-#: ../../include/features.php:396
+#: ../../include/features.php:404
msgid "Ability to create multiple profiles"
msgstr "Возможность создания нескольких профилей"
@@ -1676,54 +1686,54 @@ msgstr "старше"
msgid "newer"
msgstr "новее"
-#: ../../include/text.php:1000
+#: ../../include/text.php:1005
msgid "No connections"
msgstr "Нет контактов"
-#: ../../include/text.php:1020 ../../Zotlabs/Module/Viewconnections.php:80
+#: ../../include/text.php:1025 ../../Zotlabs/Module/Viewconnections.php:80
#: ../../Zotlabs/Module/Connections.php:288
msgid "Accepts"
msgstr "Принимает"
-#: ../../include/text.php:1023 ../../Zotlabs/Module/Viewconnections.php:83
+#: ../../include/text.php:1028 ../../Zotlabs/Module/Viewconnections.php:83
#: ../../Zotlabs/Module/Connections.php:291
msgid "Comments"
msgstr "комментарии"
-#: ../../include/text.php:1028 ../../Zotlabs/Module/Viewconnections.php:88
+#: ../../include/text.php:1033 ../../Zotlabs/Module/Viewconnections.php:88
#: ../../Zotlabs/Module/Connections.php:296
msgid "Stream items"
msgstr "публикации в потоке"
-#: ../../include/text.php:1033 ../../Zotlabs/Module/Viewconnections.php:93
+#: ../../include/text.php:1038 ../../Zotlabs/Module/Viewconnections.php:93
#: ../../Zotlabs/Module/Connections.php:301
msgid "Wall posts"
msgstr "публикации на стене"
-#: ../../include/text.php:1037 ../../Zotlabs/Module/Viewconnections.php:97
+#: ../../include/text.php:1042 ../../Zotlabs/Module/Viewconnections.php:97
#: ../../Zotlabs/Module/Connections.php:305
msgid "Nothing"
msgstr "ничего"
-#: ../../include/text.php:1049
+#: ../../include/text.php:1057
#, php-format
msgid "View all %s connections"
msgstr "Просмотреть все %s контактов"
-#: ../../include/text.php:1112
+#: ../../include/text.php:1120
#, php-format
msgid "Network: %s"
msgstr "Сеть: %s"
-#: ../../include/text.php:1123 ../../include/text.php:1135
-#: ../../include/acl_selectors.php:118 ../../include/nav.php:186
+#: ../../include/text.php:1131 ../../include/text.php:1143
+#: ../../include/acl_selectors.php:118 ../../include/nav.php:188
#: ../../Zotlabs/Module/Search.php:44 ../../Zotlabs/Module/Connections.php:378
#: ../../Zotlabs/Widget/Sitesearch.php:31
-#: ../../Zotlabs/Widget/Activity_filter.php:151 ../../Zotlabs/Lib/Apps.php:352
+#: ../../Zotlabs/Widget/Activity_filter.php:193 ../../Zotlabs/Lib/Apps.php:353
msgid "Search"
msgstr "Поиск"
-#: ../../include/text.php:1124 ../../include/text.php:1136
+#: ../../include/text.php:1132 ../../include/text.php:1144
#: ../../Zotlabs/Module/Admin/Profs.php:94
#: ../../Zotlabs/Module/Admin/Profs.php:114 ../../Zotlabs/Module/Rbmark.php:32
#: ../../Zotlabs/Module/Rbmark.php:104 ../../Zotlabs/Module/Filer.php:53
@@ -1732,467 +1742,485 @@ msgstr "Поиск"
msgid "Save"
msgstr "Запомнить"
-#: ../../include/text.php:1215 ../../include/text.php:1219
+#: ../../include/text.php:1223 ../../include/text.php:1227
msgid "poke"
msgstr "Ткнуть"
-#: ../../include/text.php:1215 ../../include/text.php:1219
-#: ../../include/conversation.php:251
+#: ../../include/text.php:1223 ../../include/text.php:1227
+#: ../../include/conversation.php:255
msgid "poked"
msgstr "ткнут"
-#: ../../include/text.php:1220
+#: ../../include/text.php:1228
msgid "ping"
msgstr "Пингануть"
-#: ../../include/text.php:1220
+#: ../../include/text.php:1228
msgid "pinged"
msgstr "Отпингован"
-#: ../../include/text.php:1221
+#: ../../include/text.php:1229
msgid "prod"
msgstr "Подтолкнуть"
-#: ../../include/text.php:1221
+#: ../../include/text.php:1229
msgid "prodded"
msgstr "Подтолкнут"
-#: ../../include/text.php:1222
+#: ../../include/text.php:1230
msgid "slap"
msgstr "Шлёпнуть"
-#: ../../include/text.php:1222
+#: ../../include/text.php:1230
msgid "slapped"
msgstr "Шлёпнут"
-#: ../../include/text.php:1223
+#: ../../include/text.php:1231
msgid "finger"
msgstr "Указать"
-#: ../../include/text.php:1223
+#: ../../include/text.php:1231
msgid "fingered"
msgstr "Указан"
-#: ../../include/text.php:1224
+#: ../../include/text.php:1232
msgid "rebuff"
msgstr "Дать отпор"
-#: ../../include/text.php:1224
+#: ../../include/text.php:1232
msgid "rebuffed"
msgstr "Дан отпор"
-#: ../../include/text.php:1247
+#: ../../include/text.php:1255
msgid "happy"
msgstr "счастливый"
-#: ../../include/text.php:1248
+#: ../../include/text.php:1256
msgid "sad"
msgstr "грустный"
-#: ../../include/text.php:1249
+#: ../../include/text.php:1257
msgid "mellow"
msgstr "спокойный"
-#: ../../include/text.php:1250
+#: ../../include/text.php:1258
msgid "tired"
msgstr "усталый"
-#: ../../include/text.php:1251
+#: ../../include/text.php:1259
msgid "perky"
msgstr "весёлый"
-#: ../../include/text.php:1252
+#: ../../include/text.php:1260
msgid "angry"
msgstr "сердитый"
-#: ../../include/text.php:1253
+#: ../../include/text.php:1261
msgid "stupefied"
msgstr "отупевший"
-#: ../../include/text.php:1254
+#: ../../include/text.php:1262
msgid "puzzled"
msgstr "недоумевающий"
-#: ../../include/text.php:1255
+#: ../../include/text.php:1263
msgid "interested"
msgstr "заинтересованный"
-#: ../../include/text.php:1256
+#: ../../include/text.php:1264
msgid "bitter"
msgstr "едкий"
-#: ../../include/text.php:1257
+#: ../../include/text.php:1265
msgid "cheerful"
msgstr "бодрый"
-#: ../../include/text.php:1258
+#: ../../include/text.php:1266
msgid "alive"
msgstr "энергичный"
-#: ../../include/text.php:1259
+#: ../../include/text.php:1267
msgid "annoyed"
msgstr "раздражённый"
-#: ../../include/text.php:1260
+#: ../../include/text.php:1268
msgid "anxious"
msgstr "обеспокоенный"
-#: ../../include/text.php:1261
+#: ../../include/text.php:1269
msgid "cranky"
msgstr "капризный"
-#: ../../include/text.php:1262
+#: ../../include/text.php:1270
msgid "disturbed"
msgstr "встревоженный"
-#: ../../include/text.php:1263
+#: ../../include/text.php:1271
msgid "frustrated"
msgstr "разочарованный"
-#: ../../include/text.php:1264
+#: ../../include/text.php:1272
msgid "depressed"
msgstr "подавленный"
-#: ../../include/text.php:1265
+#: ../../include/text.php:1273
msgid "motivated"
msgstr "мотивированный"
-#: ../../include/text.php:1266
+#: ../../include/text.php:1274
msgid "relaxed"
msgstr "расслабленный"
-#: ../../include/text.php:1267
+#: ../../include/text.php:1275
msgid "surprised"
msgstr "удивленный"
-#: ../../include/text.php:1455 ../../include/js_strings.php:96
+#: ../../include/text.php:1463 ../../include/js_strings.php:99
msgid "Monday"
msgstr "Понедельник"
-#: ../../include/text.php:1455 ../../include/js_strings.php:97
+#: ../../include/text.php:1463 ../../include/js_strings.php:100
msgid "Tuesday"
msgstr "Вторник"
-#: ../../include/text.php:1455 ../../include/js_strings.php:98
+#: ../../include/text.php:1463 ../../include/js_strings.php:101
msgid "Wednesday"
msgstr "Среда"
-#: ../../include/text.php:1455 ../../include/js_strings.php:99
+#: ../../include/text.php:1463 ../../include/js_strings.php:102
msgid "Thursday"
msgstr "Четверг"
-#: ../../include/text.php:1455 ../../include/js_strings.php:100
+#: ../../include/text.php:1463 ../../include/js_strings.php:103
msgid "Friday"
msgstr "Пятница"
-#: ../../include/text.php:1455 ../../include/js_strings.php:101
+#: ../../include/text.php:1463 ../../include/js_strings.php:104
msgid "Saturday"
msgstr "Суббота"
-#: ../../include/text.php:1455 ../../include/js_strings.php:95
+#: ../../include/text.php:1463 ../../include/js_strings.php:98
msgid "Sunday"
msgstr "Воскресенье"
-#: ../../include/text.php:1459 ../../include/js_strings.php:71
+#: ../../include/text.php:1467 ../../include/js_strings.php:74
msgid "January"
msgstr "Январь"
-#: ../../include/text.php:1459 ../../include/js_strings.php:72
+#: ../../include/text.php:1467 ../../include/js_strings.php:75
msgid "February"
msgstr "Февраль"
-#: ../../include/text.php:1459 ../../include/js_strings.php:73
+#: ../../include/text.php:1467 ../../include/js_strings.php:76
msgid "March"
msgstr "Март"
-#: ../../include/text.php:1459 ../../include/js_strings.php:74
+#: ../../include/text.php:1467 ../../include/js_strings.php:77
msgid "April"
msgstr "Апрель"
-#: ../../include/text.php:1459
+#: ../../include/text.php:1467
msgid "May"
msgstr "Май"
-#: ../../include/text.php:1459 ../../include/js_strings.php:76
+#: ../../include/text.php:1467 ../../include/js_strings.php:79
msgid "June"
msgstr "Июнь"
-#: ../../include/text.php:1459 ../../include/js_strings.php:77
+#: ../../include/text.php:1467 ../../include/js_strings.php:80
msgid "July"
msgstr "Июль"
-#: ../../include/text.php:1459 ../../include/js_strings.php:78
+#: ../../include/text.php:1467 ../../include/js_strings.php:81
msgid "August"
msgstr "Август"
-#: ../../include/text.php:1459 ../../include/js_strings.php:79
+#: ../../include/text.php:1467 ../../include/js_strings.php:82
msgid "September"
msgstr "Сентябрь"
-#: ../../include/text.php:1459 ../../include/js_strings.php:80
+#: ../../include/text.php:1467 ../../include/js_strings.php:83
msgid "October"
msgstr "Октябрь"
-#: ../../include/text.php:1459 ../../include/js_strings.php:81
+#: ../../include/text.php:1467 ../../include/js_strings.php:84
msgid "November"
msgstr "Ноябрь"
-#: ../../include/text.php:1459 ../../include/js_strings.php:82
+#: ../../include/text.php:1467 ../../include/js_strings.php:85
msgid "December"
msgstr "Декабрь"
-#: ../../include/text.php:1533
+#: ../../include/text.php:1541
msgid "Unknown Attachment"
msgstr "Неизвестное вложение"
-#: ../../include/text.php:1535 ../../Zotlabs/Storage/Browser.php:293
-#: ../../Zotlabs/Module/Sharedwithme.php:106
+#: ../../include/text.php:1543 ../../Zotlabs/Storage/Browser.php:293
+#: ../../Zotlabs/Module/Sharedwithme.php:108
msgid "Size"
msgstr "Размер"
-#: ../../include/text.php:1535 ../../include/feedutils.php:870
+#: ../../include/text.php:1543 ../../include/feedutils.php:871
msgid "unknown"
msgstr "неизвестный"
-#: ../../include/text.php:1571
+#: ../../include/text.php:1579
msgid "remove category"
msgstr "удалить категорию"
-#: ../../include/text.php:1647
+#: ../../include/text.php:1655
msgid "remove from file"
msgstr "удалить из файла"
-#: ../../include/text.php:1959 ../../Zotlabs/Module/Events.php:669
+#: ../../include/text.php:1895
+msgid "Poll has ended."
+msgstr "Опрос окончен."
+
+#: ../../include/text.php:1898
+#, php-format
+msgid "Poll ends: %s"
+msgstr "Опрос заканчивается %s"
+
+#: ../../include/text.php:1903 ../../Zotlabs/Lib/ThreadItem.php:444
+msgid "Vote"
+msgstr "Голосовать"
+
+#: ../../include/text.php:2055 ../../Zotlabs/Module/Events.php:669
msgid "Link to Source"
msgstr "Ссылка на источник"
-#: ../../include/text.php:1981 ../../include/language.php:423
+#: ../../include/text.php:2077 ../../include/language.php:424
msgid "default"
msgstr "по умолчанию"
-#: ../../include/text.php:1989
+#: ../../include/text.php:2085
msgid "Page layout"
msgstr "Шаблон страницы"
-#: ../../include/text.php:1989
+#: ../../include/text.php:2085
msgid "You can create your own with the layouts tool"
msgstr "Вы можете создать свой собственный с помощью инструмента шаблонов"
-#: ../../include/text.php:1999 ../../Zotlabs/Module/Wiki.php:217
+#: ../../include/text.php:2095 ../../Zotlabs/Module/Wiki.php:217
#: ../../Zotlabs/Module/Wiki.php:371 ../../Zotlabs/Widget/Wiki_pages.php:38
#: ../../Zotlabs/Widget/Wiki_pages.php:95
msgid "BBcode"
msgstr ""
-#: ../../include/text.php:2000
+#: ../../include/text.php:2096
msgid "HTML"
msgstr ""
-#: ../../include/text.php:2001 ../../Zotlabs/Module/Wiki.php:217
+#: ../../include/text.php:2097 ../../Zotlabs/Module/Wiki.php:217
#: ../../Zotlabs/Module/Wiki.php:371 ../../Zotlabs/Widget/Wiki_pages.php:38
#: ../../Zotlabs/Widget/Wiki_pages.php:95
#: ../../extend/addon/hzaddons/mdpost/mdpost.php:41
msgid "Markdown"
msgstr "Разметка Markdown"
-#: ../../include/text.php:2002 ../../Zotlabs/Module/Wiki.php:217
+#: ../../include/text.php:2098 ../../Zotlabs/Module/Wiki.php:217
#: ../../Zotlabs/Widget/Wiki_pages.php:38
#: ../../Zotlabs/Widget/Wiki_pages.php:95
msgid "Text"
msgstr "Текст"
-#: ../../include/text.php:2003
+#: ../../include/text.php:2099
msgid "Comanche Layout"
msgstr "Шаблон Comanche"
-#: ../../include/text.php:2008
+#: ../../include/text.php:2104
msgid "PHP"
msgstr ""
-#: ../../include/text.php:2017
+#: ../../include/text.php:2113
msgid "Page content type"
msgstr "Тип содержимого страницы"
-#: ../../include/text.php:2137 ../../include/conversation.php:116
-#: ../../Zotlabs/Module/Tagger.php:69 ../../Zotlabs/Module/Like.php:392
-#: ../../Zotlabs/Module/Subthread.php:112 ../../Zotlabs/Lib/Activity.php:2450
+#: ../../include/text.php:2233 ../../include/conversation.php:118
+#: ../../Zotlabs/Module/Tagger.php:71 ../../Zotlabs/Module/Like.php:386
+#: ../../Zotlabs/Module/Subthread.php:112 ../../Zotlabs/Lib/Activity.php:2892
#: ../../extend/addon/hzaddons/redphotos/redphotohelper.php:71
-#: ../../extend/addon/hzaddons/pubcrawl/as.php:1699
-#: ../../extend/addon/hzaddons/diaspora/Receiver.php:1596
+#: ../../extend/addon/hzaddons/pubcrawl/as.php:1810
+#: ../../extend/addon/hzaddons/diaspora/Receiver.php:1597
msgid "photo"
msgstr "фото"
-#: ../../include/text.php:2140 ../../include/conversation.php:119
-#: ../../include/event.php:1223 ../../Zotlabs/Module/Tagger.php:73
+#: ../../include/text.php:2236 ../../include/conversation.php:121
+#: ../../include/event.php:1259 ../../Zotlabs/Module/Tagger.php:75
#: ../../Zotlabs/Module/Events.php:266
-#: ../../Zotlabs/Module/Channel_calendar.php:213
-#: ../../Zotlabs/Module/Like.php:394
+#: ../../Zotlabs/Module/Channel_calendar.php:219
+#: ../../Zotlabs/Module/Like.php:388
msgid "event"
msgstr "событие"
-#: ../../include/text.php:2143 ../../include/conversation.php:144
-#: ../../Zotlabs/Module/Like.php:392 ../../Zotlabs/Module/Subthread.php:112
-#: ../../Zotlabs/Lib/Activity.php:2450
-#: ../../extend/addon/hzaddons/pubcrawl/as.php:1699
-#: ../../extend/addon/hzaddons/diaspora/Receiver.php:1596
+#: ../../include/text.php:2239 ../../include/conversation.php:146
+#: ../../Zotlabs/Module/Like.php:386 ../../Zotlabs/Module/Subthread.php:112
+#: ../../Zotlabs/Lib/Activity.php:2892
+#: ../../extend/addon/hzaddons/pubcrawl/as.php:1810
+#: ../../extend/addon/hzaddons/diaspora/Receiver.php:1597
msgid "status"
msgstr "статус"
-#: ../../include/text.php:2145 ../../include/conversation.php:146
-#: ../../Zotlabs/Module/Tagger.php:79
+#: ../../include/text.php:2241 ../../include/conversation.php:148
+#: ../../Zotlabs/Module/Tagger.php:81
msgid "comment"
msgstr "комментарий"
-#: ../../include/text.php:2150
+#: ../../include/text.php:2246
msgid "activity"
msgstr "активность"
-#: ../../include/text.php:2251
+#: ../../include/text.php:2249
+msgid "poll"
+msgstr "голосование"
+
+#: ../../include/text.php:2350
msgid "a-z, 0-9, -, and _ only"
msgstr "Только a-z, 0-9, -, и _"
-#: ../../include/text.php:2577
+#: ../../include/text.php:2676
msgid "Design Tools"
msgstr "Инструменты дизайна"
-#: ../../include/text.php:2580 ../../Zotlabs/Module/Blocks.php:154
+#: ../../include/text.php:2679 ../../Zotlabs/Module/Blocks.php:154
msgid "Blocks"
msgstr "Блокировки"
-#: ../../include/text.php:2581 ../../Zotlabs/Module/Menu.php:171
+#: ../../include/text.php:2680 ../../Zotlabs/Module/Menu.php:171
msgid "Menus"
msgstr "Меню"
-#: ../../include/text.php:2582 ../../Zotlabs/Module/Layouts.php:184
+#: ../../include/text.php:2681 ../../Zotlabs/Module/Layouts.php:184
msgid "Layouts"
msgstr "Шаблоны"
-#: ../../include/text.php:2583
+#: ../../include/text.php:2682
msgid "Pages"
msgstr "Страницы"
-#: ../../include/text.php:2595
+#: ../../include/text.php:2694
msgid "Import"
msgstr "Импортировать"
-#: ../../include/text.php:2596
+#: ../../include/text.php:2695
msgid "Import website..."
msgstr "Импорт веб-сайта..."
-#: ../../include/text.php:2597
+#: ../../include/text.php:2696
msgid "Select folder to import"
msgstr "Выбрать каталог для импорта"
-#: ../../include/text.php:2598
+#: ../../include/text.php:2697
msgid "Import from a zipped folder:"
msgstr "Импортировать из каталога в zip-архиве:"
-#: ../../include/text.php:2599
+#: ../../include/text.php:2698
msgid "Import from cloud files:"
msgstr "Импортировать из сетевых файлов:"
-#: ../../include/text.php:2600
+#: ../../include/text.php:2699
msgid "/cloud/channel/path/to/folder"
msgstr ""
-#: ../../include/text.php:2601
+#: ../../include/text.php:2700
msgid "Enter path to website files"
msgstr "Введите путь к файлам веб-сайта"
-#: ../../include/text.php:2602
+#: ../../include/text.php:2701
msgid "Select folder"
msgstr "Выбрать каталог"
-#: ../../include/text.php:2603
+#: ../../include/text.php:2702
msgid "Export website..."
msgstr "Экспорт веб-сайта..."
-#: ../../include/text.php:2604
+#: ../../include/text.php:2703
msgid "Export to a zip file"
msgstr "Экспортировать в ZIP файл."
-#: ../../include/text.php:2605
+#: ../../include/text.php:2704
msgid "website.zip"
msgstr ""
-#: ../../include/text.php:2606
+#: ../../include/text.php:2705
msgid "Enter a name for the zip file."
msgstr "Введите имя для ZIP файла."
-#: ../../include/text.php:2607
+#: ../../include/text.php:2706
msgid "Export to cloud files"
msgstr "Эскпортировать в сетевые файлы:"
-#: ../../include/text.php:2608
+#: ../../include/text.php:2707
msgid "/path/to/export/folder"
msgstr ""
-#: ../../include/text.php:2609
+#: ../../include/text.php:2708
msgid "Enter a path to a cloud files destination."
msgstr "Введите путь к расположению сетевых файлов."
-#: ../../include/text.php:2610
+#: ../../include/text.php:2709
msgid "Specify folder"
msgstr "Указать каталог"
-#: ../../include/text.php:2975 ../../Zotlabs/Storage/Browser.php:131
+#: ../../include/text.php:3082 ../../Zotlabs/Storage/Browser.php:131
msgid "Collection"
msgstr "Коллекция"
-#: ../../include/import.php:28
+#: ../../include/import.php:29
msgid "Unable to import a removed channel."
msgstr "Невозможно импортировать удалённый канал."
-#: ../../include/import.php:54
+#: ../../include/import.php:55
msgid ""
"Cannot create a duplicate channel identifier on this system. Import failed."
msgstr "Не удалось создать дублирующийся идентификатор канала. Импорт невозможен."
-#: ../../include/import.php:75
-#: ../../extend/addon/hzaddons/diaspora/import_diaspora.php:43
+#: ../../include/import.php:76
+#: ../../extend/addon/hzaddons/diaspora/import_diaspora.php:44
msgid "Unable to create a unique channel address. Import failed."
msgstr "Не удалось создать уникальный адрес канала. Импорт не завершен."
-#: ../../include/import.php:120
+#: ../../include/import.php:121
msgid "Cloned channel not found. Import failed."
msgstr "Клон канала не найден. Импорт невозможен."
-#: ../../include/group.php:22 ../../Zotlabs/Lib/Group.php:28
+#: ../../include/group.php:23 ../../Zotlabs/Lib/Group.php:28
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 "Удаленная группа с этим названием была восстановлена. Существующие разрешения пункт <strong>могут</strong> применяться к этой группе и к её будущих участников. Если это не то, чего вы хотели, пожалуйста, создайте другую группу с другим именем."
-#: ../../include/group.php:264 ../../Zotlabs/Lib/Group.php:270
+#: ../../include/group.php:265 ../../Zotlabs/Lib/Group.php:270
msgid "Add new connections to this privacy group"
msgstr "Добавить новые контакты в группу конфиденциальности"
-#: ../../include/group.php:298 ../../Zotlabs/Lib/Group.php:302
+#: ../../include/group.php:299 ../../Zotlabs/Lib/Group.php:302
+#: ../../Zotlabs/Lib/AccessList.php:311
msgid "edit"
msgstr "редактировать"
-#: ../../include/group.php:320 ../../include/nav.php:99
-#: ../../Zotlabs/Module/Group.php:141 ../../Zotlabs/Module/Group.php:153
-#: ../../Zotlabs/Widget/Activity_filter.php:41 ../../Zotlabs/Lib/Group.php:324
-#: ../../Zotlabs/Lib/Apps.php:363
+#: ../../include/group.php:321 ../../include/nav.php:101
+#: ../../Zotlabs/Module/Group.php:142 ../../Zotlabs/Module/Group.php:154
+#: ../../Zotlabs/Widget/Activity_filter.php:82 ../../Zotlabs/Lib/Group.php:324
+#: ../../Zotlabs/Lib/Apps.php:364
msgid "Privacy Groups"
msgstr "Группы конфиденциальности"
-#: ../../include/group.php:321 ../../Zotlabs/Lib/Group.php:325
+#: ../../include/group.php:322 ../../Zotlabs/Lib/Group.php:325
msgid "Edit group"
msgstr "Редактировать группу"
-#: ../../include/group.php:322 ../../Zotlabs/Lib/Group.php:326
+#: ../../include/group.php:323 ../../Zotlabs/Lib/Group.php:326
msgid "Add privacy group"
msgstr "Добавить группу конфиденциальности"
-#: ../../include/group.php:323 ../../Zotlabs/Lib/Group.php:327
+#: ../../include/group.php:324 ../../Zotlabs/Lib/Group.php:327
msgid "Channels not in any privacy group"
msgstr "Каналы не включены ни в одну группу конфиденциальности"
-#: ../../include/group.php:325 ../../Zotlabs/Widget/Savedsearch.php:84
-#: ../../Zotlabs/Lib/Group.php:329
+#: ../../include/group.php:326 ../../Zotlabs/Widget/Savedsearch.php:84
+#: ../../Zotlabs/Lib/Group.php:329 ../../Zotlabs/Lib/AccessList.php:336
msgid "add"
msgstr "добавить"
@@ -2264,28 +2292,29 @@ msgstr "Это действие превышает ограничения, ус
msgid "This action is not available under your subscription plan."
msgstr "Это действие невозможно из-за ограничений в вашем плане."
-#: ../../include/zot.php:774
+#: ../../include/zot.php:773
msgid "Invalid data packet"
msgstr "Неверный пакет данных"
-#: ../../include/zot.php:801 ../../Zotlabs/Lib/Libzot.php:652
+#: ../../include/zot.php:800 ../../Zotlabs/Lib/Libzot.php:652
msgid "Unable to verify channel signature"
msgstr "Невозможно проверить подпись канала"
-#: ../../include/zot.php:2628 ../../Zotlabs/Lib/Libsync.php:733
+#: ../../include/zot.php:2627 ../../Zotlabs/Lib/Libsync.php:740
#, php-format
msgid "Unable to verify site signature for %s"
msgstr "Невозможно проверить подпись сайта %s"
-#: ../../include/zot.php:4325
+#: ../../include/zot.php:4342
msgid "invalid target signature"
msgstr "недопустимая целевая подпись"
-#: ../../include/follow.php:37
+#: ../../include/follow.php:37 ../../Zotlabs/Lib/Connect.php:46
+#: ../../Zotlabs/Lib/Connect.php:143
msgid "Channel is blocked on this site."
msgstr "Канал блокируется на этом сайте."
-#: ../../include/follow.php:42
+#: ../../include/follow.php:42 ../../Zotlabs/Lib/Connect.php:51
msgid "Channel location missing."
msgstr "Местоположение канала отсутствует."
@@ -2301,19 +2330,19 @@ msgstr "Премимум-канал - пожалуйста посетите:"
msgid "Channel was deleted and no longer exists."
msgstr "Канал удален и больше не существует."
-#: ../../include/follow.php:166
+#: ../../include/follow.php:166 ../../Zotlabs/Lib/Connect.php:103
msgid "Remote channel or protocol unavailable."
msgstr "Удалённый канал или протокол недоступен."
-#: ../../include/follow.php:190
+#: ../../include/follow.php:190 ../../Zotlabs/Lib/Connect.php:137
msgid "Channel discovery failed."
msgstr "Не удалось обнаружить канал."
-#: ../../include/follow.php:202
+#: ../../include/follow.php:202 ../../Zotlabs/Lib/Connect.php:155
msgid "Protocol disabled."
msgstr "Протокол отключен."
-#: ../../include/follow.php:213
+#: ../../include/follow.php:213 ../../Zotlabs/Lib/Connect.php:167
msgid "Cannot connect to yourself."
msgstr "Нельзя подключиться к самому себе."
@@ -2322,8 +2351,8 @@ msgid "Help:"
msgstr "Помощь:"
#: ../../include/help.php:117 ../../include/help.php:125
-#: ../../include/nav.php:172 ../../include/nav.php:322
-#: ../../Zotlabs/Module/Layouts.php:186 ../../Zotlabs/Lib/Apps.php:347
+#: ../../include/nav.php:174 ../../include/nav.php:320
+#: ../../Zotlabs/Module/Layouts.php:186 ../../Zotlabs/Lib/Apps.php:348
msgid "Help"
msgstr "Помощь"
@@ -2332,11 +2361,10 @@ msgid "Not Found"
msgstr "Не найдено"
#: ../../include/help.php:132 ../../Zotlabs/Module/Display.php:140
-#: ../../Zotlabs/Module/Display.php:157 ../../Zotlabs/Module/Display.php:174
-#: ../../Zotlabs/Module/Display.php:180 ../../Zotlabs/Module/Page.php:136
+#: ../../Zotlabs/Module/Display.php:157 ../../Zotlabs/Module/Display.php:177
+#: ../../Zotlabs/Module/Display.php:183 ../../Zotlabs/Module/Page.php:136
#: ../../Zotlabs/Module/Block.php:77 ../../Zotlabs/Web/Router.php:185
#: ../../Zotlabs/Lib/NativeWikiPage.php:521
-#: ../../extend/addon/hzaddons/chess/Mod_Chess.php:447
msgid "Page not found."
msgstr "Страница не найдена."
@@ -2345,328 +2373,334 @@ msgstr "Страница не найдена."
msgid "This is the home page of %s."
msgstr "Это домашняя страница %s."
-#: ../../include/bbcode.php:221 ../../include/bbcode.php:1232
-#: ../../include/bbcode.php:1235 ../../include/bbcode.php:1240
-#: ../../include/bbcode.php:1243 ../../include/bbcode.php:1246
-#: ../../include/bbcode.php:1249 ../../include/bbcode.php:1254
-#: ../../include/bbcode.php:1257 ../../include/bbcode.php:1262
-#: ../../include/bbcode.php:1265 ../../include/bbcode.php:1268
-#: ../../include/bbcode.php:1271
+#: ../../include/bbcode.php:221 ../../include/bbcode.php:896
+#: ../../include/bbcode.php:1486 ../../include/bbcode.php:1494
msgid "Image/photo"
msgstr "Изображение / фотография"
-#: ../../include/bbcode.php:260 ../../include/bbcode.php:1282
+#: ../../include/bbcode.php:268 ../../include/bbcode.php:1511
msgid "Encrypted content"
msgstr "Зашифрованное содержание"
-#: ../../include/bbcode.php:292
+#: ../../include/bbcode.php:302
#, php-format
msgid "Install %1$s element %2$s"
msgstr "Установить %1$s элемент %2$s"
-#: ../../include/bbcode.php:296
+#: ../../include/bbcode.php:306
#, php-format
msgid ""
"This post contains an installable %s element, however you lack permissions "
"to install it on this site."
msgstr "Эта публикация содержит устанавливаемый %s элемент, однако у вас нет разрешений для его установки на этом сайте."
-#: ../../include/bbcode.php:306 ../../Zotlabs/Module/Impel.php:43
+#: ../../include/bbcode.php:316 ../../Zotlabs/Module/Impel.php:43
msgid "webpage"
msgstr "веб-страница"
-#: ../../include/bbcode.php:309 ../../Zotlabs/Module/Impel.php:53
+#: ../../include/bbcode.php:319 ../../Zotlabs/Module/Impel.php:53
msgid "layout"
msgstr "шаблон"
-#: ../../include/bbcode.php:312 ../../Zotlabs/Module/Impel.php:48
+#: ../../include/bbcode.php:322 ../../Zotlabs/Module/Impel.php:48
msgid "block"
msgstr "заблокировать"
-#: ../../include/bbcode.php:315 ../../Zotlabs/Module/Impel.php:60
+#: ../../include/bbcode.php:325 ../../Zotlabs/Module/Impel.php:60
msgid "menu"
msgstr "меню"
-#: ../../include/bbcode.php:376
+#: ../../include/bbcode.php:519
msgid "card"
msgstr "карточка"
-#: ../../include/bbcode.php:378
+#: ../../include/bbcode.php:521
msgid "article"
msgstr "статья"
-#: ../../include/bbcode.php:461 ../../include/bbcode.php:469
+#: ../../include/bbcode.php:604 ../../include/bbcode.php:612
msgid "Click to open/close"
msgstr "Нажмите, чтобы открыть/закрыть"
-#: ../../include/bbcode.php:482
+#: ../../include/bbcode.php:625
msgid "View article"
msgstr "Просмотр статьи"
-#: ../../include/bbcode.php:482
+#: ../../include/bbcode.php:625
msgid "View summary"
msgstr "Просмотр резюме"
-#: ../../include/bbcode.php:772 ../../include/bbcode.php:942
-#: ../../Zotlabs/Lib/NativeWikiPage.php:603
+#: ../../include/bbcode.php:1018 ../../include/bbcode.php:1190
+#: ../../Zotlabs/Lib/NativeWikiPage.php:606
msgid "Different viewers will see this text differently"
msgstr "Различные зрители увидят этот текст по-разному"
-#: ../../include/bbcode.php:1220
+#: ../../include/bbcode.php:1474
msgid "$1 wrote:"
msgstr "$1 писал:"
-#: ../../include/conversation.php:122 ../../Zotlabs/Module/Like.php:123
+#: ../../include/conversation.php:124 ../../Zotlabs/Module/Like.php:129
msgid "channel"
msgstr "канал"
-#: ../../include/conversation.php:160 ../../Zotlabs/Module/Like.php:447
-#: ../../Zotlabs/Lib/Activity.php:2485
-#: ../../extend/addon/hzaddons/pubcrawl/as.php:1736
-#: ../../extend/addon/hzaddons/diaspora/Receiver.php:1536
+#: ../../include/conversation.php:162 ../../Zotlabs/Module/Like.php:422
+#: ../../Zotlabs/Lib/Activity.php:2927
+#: ../../extend/addon/hzaddons/pubcrawl/as.php:1847
+#: ../../extend/addon/hzaddons/diaspora/Receiver.php:1537
#, php-format
msgid "%1$s likes %2$s's %3$s"
msgstr "%1$s нравится %3$s %2$s"
-#: ../../include/conversation.php:163 ../../Zotlabs/Module/Like.php:449
-#: ../../Zotlabs/Lib/Activity.php:2487
-#: ../../extend/addon/hzaddons/pubcrawl/as.php:1738
+#: ../../include/conversation.php:165 ../../Zotlabs/Module/Like.php:424
+#: ../../Zotlabs/Lib/Activity.php:2929
+#: ../../extend/addon/hzaddons/pubcrawl/as.php:1849
#, php-format
msgid "%1$s doesn't like %2$s's %3$s"
msgstr "%1$s не нравится %2$s %3$s"
-#: ../../include/conversation.php:169
+#: ../../include/conversation.php:171
#, php-format
msgid "likes %1$s's %2$s"
msgstr "Нравится %1$s %2$s"
-#: ../../include/conversation.php:172
+#: ../../include/conversation.php:174
#, php-format
msgid "doesn't like %1$s's %2$s"
msgstr "Не нравится %1$s %2$s"
-#: ../../include/conversation.php:212
+#: ../../include/conversation.php:214 ../../include/conversation.php:216
#, php-format
msgid "%1$s is now connected with %2$s"
msgstr "%1$s теперь в контакте с %2$s"
-#: ../../include/conversation.php:247
+#: ../../include/conversation.php:251
#, php-format
msgid "%1$s poked %2$s"
msgstr "%1$s ткнул %2$s"
-#: ../../include/conversation.php:268 ../../Zotlabs/Module/Mood.php:76
+#: ../../include/conversation.php:274 ../../Zotlabs/Module/Mood.php:76
#, php-format
msgctxt "mood"
msgid "%1$s is %2$s"
msgstr "%1$s %2$s"
-#: ../../include/conversation.php:483 ../../Zotlabs/Lib/ThreadItem.php:480
+#: ../../include/conversation.php:503 ../../Zotlabs/Lib/ThreadItem.php:500
msgid "This is an unsaved preview"
msgstr "Это несохранённый просмотр"
-#: ../../include/conversation.php:619 ../../Zotlabs/Module/Photos.php:1112
+#: ../../include/conversation.php:639 ../../Zotlabs/Module/Photos.php:1112
msgctxt "title"
msgid "Likes"
msgstr "Нравится"
-#: ../../include/conversation.php:619 ../../Zotlabs/Module/Photos.php:1112
+#: ../../include/conversation.php:640 ../../Zotlabs/Module/Photos.php:1112
msgctxt "title"
msgid "Dislikes"
msgstr "Не нравится"
-#: ../../include/conversation.php:620 ../../Zotlabs/Module/Photos.php:1113
+#: ../../include/conversation.php:641 ../../Zotlabs/Module/Photos.php:1113
+#: ../../Zotlabs/Widget/Pinned.php:77
msgctxt "title"
msgid "Agree"
msgstr "Согласен"
-#: ../../include/conversation.php:620 ../../Zotlabs/Module/Photos.php:1113
+#: ../../include/conversation.php:642 ../../Zotlabs/Module/Photos.php:1113
+#: ../../Zotlabs/Widget/Pinned.php:78
msgctxt "title"
msgid "Disagree"
msgstr "Не согласен"
-#: ../../include/conversation.php:620 ../../Zotlabs/Module/Photos.php:1113
+#: ../../include/conversation.php:643 ../../Zotlabs/Module/Photos.php:1113
+#: ../../Zotlabs/Widget/Pinned.php:79
msgctxt "title"
msgid "Abstain"
msgstr "Воздержался"
-#: ../../include/conversation.php:621 ../../Zotlabs/Module/Photos.php:1114
+#: ../../include/conversation.php:644 ../../Zotlabs/Module/Photos.php:1114
+#: ../../Zotlabs/Widget/Pinned.php:66
msgctxt "title"
msgid "Attending"
msgstr "Посещаю"
-#: ../../include/conversation.php:621 ../../Zotlabs/Module/Photos.php:1114
+#: ../../include/conversation.php:645 ../../Zotlabs/Module/Photos.php:1114
+#: ../../Zotlabs/Widget/Pinned.php:67
msgctxt "title"
msgid "Not attending"
msgstr "Не посещаю"
-#: ../../include/conversation.php:621 ../../Zotlabs/Module/Photos.php:1114
+#: ../../include/conversation.php:646 ../../Zotlabs/Module/Photos.php:1114
+#: ../../Zotlabs/Widget/Pinned.php:68
msgctxt "title"
msgid "Might attend"
msgstr "Возможно посещу"
-#: ../../include/conversation.php:690 ../../Zotlabs/Lib/ThreadItem.php:178
+#: ../../include/conversation.php:716 ../../Zotlabs/Lib/ThreadItem.php:180
msgid "Select"
msgstr "Выбрать"
-#: ../../include/conversation.php:691 ../../include/conversation.php:736
-#: ../../Zotlabs/Storage/Browser.php:297 ../../Zotlabs/Module/Cdav.php:1079
-#: ../../Zotlabs/Module/Cdav.php:1390 ../../Zotlabs/Module/Profiles.php:800
+#: ../../include/conversation.php:717 ../../include/conversation.php:762
+#: ../../Zotlabs/Storage/Browser.php:297 ../../Zotlabs/Module/Cdav.php:1052
+#: ../../Zotlabs/Module/Cdav.php:1385 ../../Zotlabs/Module/Profiles.php:802
#: ../../Zotlabs/Module/Photos.php:1178 ../../Zotlabs/Module/Oauth.php:174
#: ../../Zotlabs/Module/Oauth2.php:195 ../../Zotlabs/Module/Editlayout.php:138
#: ../../Zotlabs/Module/Editblock.php:139
#: ../../Zotlabs/Module/Admin/Channels.php:149
#: ../../Zotlabs/Module/Admin/Profs.php:176
#: ../../Zotlabs/Module/Admin/Accounts.php:175
-#: ../../Zotlabs/Module/Editwebpage.php:167 ../../Zotlabs/Module/Thing.php:267
-#: ../../Zotlabs/Module/Webpages.php:257 ../../Zotlabs/Module/Connedit.php:668
-#: ../../Zotlabs/Module/Connedit.php:940
+#: ../../Zotlabs/Module/Editwebpage.php:167 ../../Zotlabs/Module/Thing.php:269
+#: ../../Zotlabs/Module/Webpages.php:257 ../../Zotlabs/Module/Connedit.php:669
+#: ../../Zotlabs/Module/Connedit.php:941
#: ../../Zotlabs/Module/Connections.php:328
#: ../../Zotlabs/Module/Card_edit.php:129
#: ../../Zotlabs/Module/Article_edit.php:128
#: ../../Zotlabs/Module/Blocks.php:162 ../../Zotlabs/Lib/Apps.php:558
-#: ../../Zotlabs/Lib/ThreadItem.php:168
+#: ../../Zotlabs/Lib/ThreadItem.php:170
msgid "Delete"
msgstr "Удалить"
-#: ../../include/conversation.php:695 ../../Zotlabs/Lib/ThreadItem.php:267
+#: ../../include/conversation.php:721 ../../Zotlabs/Lib/ThreadItem.php:273
msgid "Toggle Star Status"
msgstr "Переключить статус пометки"
-#: ../../include/conversation.php:700 ../../Zotlabs/Lib/ThreadItem.php:103
+#: ../../include/conversation.php:726 ../../Zotlabs/Lib/ThreadItem.php:103
msgid "Private Message"
msgstr "Личное сообщение"
-#: ../../include/conversation.php:707 ../../Zotlabs/Lib/ThreadItem.php:278
+#: ../../include/conversation.php:733 ../../Zotlabs/Widget/Pinned.php:88
+#: ../../Zotlabs/Lib/ThreadItem.php:284
msgid "Message signature validated"
msgstr "Подпись сообщения проверена"
-#: ../../include/conversation.php:708 ../../Zotlabs/Lib/ThreadItem.php:279
+#: ../../include/conversation.php:734 ../../Zotlabs/Widget/Pinned.php:89
+#: ../../Zotlabs/Lib/ThreadItem.php:285
msgid "Message signature incorrect"
msgstr "Подпись сообщения неверная"
-#: ../../include/conversation.php:735
+#: ../../include/conversation.php:761
#: ../../Zotlabs/Module/Admin/Accounts.php:173
#: ../../Zotlabs/Module/Connections.php:342
msgid "Approve"
msgstr "Утвердить"
-#: ../../include/conversation.php:739
+#: ../../include/conversation.php:766
#, php-format
msgid "View %s's profile @ %s"
msgstr "Просмотреть профиль %s @ %s"
-#: ../../include/conversation.php:759
+#: ../../include/conversation.php:786
msgid "Categories:"
msgstr "Категории:"
-#: ../../include/conversation.php:760
+#: ../../include/conversation.php:787
msgid "Filed under:"
msgstr "Хранить под:"
-#: ../../include/conversation.php:766 ../../Zotlabs/Lib/ThreadItem.php:413
+#: ../../include/conversation.php:793 ../../Zotlabs/Widget/Pinned.php:133
+#: ../../Zotlabs/Lib/ThreadItem.php:429
#, php-format
msgid "from %s"
msgstr "от %s"
-#: ../../include/conversation.php:769 ../../Zotlabs/Lib/ThreadItem.php:416
+#: ../../include/conversation.php:796 ../../Zotlabs/Widget/Pinned.php:136
+#: ../../Zotlabs/Lib/ThreadItem.php:432
#, php-format
msgid "last edited: %s"
msgstr "последнее редактирование: %s"
-#: ../../include/conversation.php:770 ../../Zotlabs/Lib/ThreadItem.php:417
+#: ../../include/conversation.php:797 ../../Zotlabs/Widget/Pinned.php:137
+#: ../../Zotlabs/Lib/ThreadItem.php:433
#, php-format
msgid "Expires: %s"
msgstr "Срок действия: %s"
-#: ../../include/conversation.php:785
+#: ../../include/conversation.php:812
msgid "View in context"
msgstr "Показать в контексте"
-#: ../../include/conversation.php:787 ../../Zotlabs/Module/Photos.php:1076
-#: ../../Zotlabs/Lib/ThreadItem.php:481
+#: ../../include/conversation.php:814 ../../Zotlabs/Module/Photos.php:1078
+#: ../../Zotlabs/Lib/ThreadItem.php:501
msgid "Please wait"
msgstr "Подождите пожалуйста"
-#: ../../include/conversation.php:886
+#: ../../include/conversation.php:913
msgid "remove"
msgstr "удалить"
-#: ../../include/conversation.php:890
+#: ../../include/conversation.php:917
msgid "Loading..."
msgstr "Загрузка..."
-#: ../../include/conversation.php:891 ../../Zotlabs/Lib/ThreadItem.php:291
+#: ../../include/conversation.php:918 ../../Zotlabs/Lib/ThreadItem.php:301
msgid "Conversation Tools"
msgstr "Инструменты общения"
-#: ../../include/conversation.php:892
+#: ../../include/conversation.php:919
msgid "Delete Selected Items"
msgstr "Удалить выбранные элементы"
-#: ../../include/conversation.php:935
+#: ../../include/conversation.php:962
msgid "View Source"
msgstr "Просмотреть источник"
-#: ../../include/conversation.php:945
+#: ../../include/conversation.php:972
msgid "Follow Thread"
msgstr "Следить за темой"
-#: ../../include/conversation.php:954
+#: ../../include/conversation.php:981
msgid "Unfollow Thread"
msgstr "Прекратить отслеживать тему"
-#: ../../include/conversation.php:1038 ../../include/nav.php:110
-#: ../../Zotlabs/Module/Connedit.php:608 ../../Zotlabs/Lib/Apps.php:343
+#: ../../include/conversation.php:1065 ../../include/nav.php:112
+#: ../../Zotlabs/Module/Connedit.php:609 ../../Zotlabs/Lib/Apps.php:344
#: ../../extend/addon/hzaddons/openclipatar/openclipatar.php:57
msgid "View Profile"
msgstr "Просмотреть профиль"
-#: ../../include/conversation.php:1048 ../../Zotlabs/Module/Connedit.php:629
+#: ../../include/conversation.php:1075 ../../Zotlabs/Module/Connedit.php:630
msgid "Recent Activity"
msgstr "Последние действия"
-#: ../../include/conversation.php:1068
+#: ../../include/conversation.php:1095
msgid "Edit Connection"
msgstr "Редактировать контакт"
-#: ../../include/conversation.php:1078
+#: ../../include/conversation.php:1105
msgid "Message"
msgstr "Сообщение"
-#: ../../include/conversation.php:1088 ../../Zotlabs/Module/Ratings.php:97
+#: ../../include/conversation.php:1115 ../../Zotlabs/Module/Ratings.php:97
#: ../../Zotlabs/Module/Pubsites.php:35
msgid "Ratings"
msgstr "Оценки"
-#: ../../include/conversation.php:1098 ../../Zotlabs/Module/Poke.php:199
-#: ../../Zotlabs/Lib/Apps.php:350
+#: ../../include/conversation.php:1125 ../../Zotlabs/Module/Poke.php:199
+#: ../../Zotlabs/Lib/Apps.php:351
msgid "Poke"
msgstr "Ткнуть"
-#: ../../include/conversation.php:1166 ../../Zotlabs/Storage/Browser.php:164
-#: ../../Zotlabs/Module/Cdav.php:871 ../../Zotlabs/Module/Cdav.php:872
-#: ../../Zotlabs/Module/Cdav.php:879 ../../Zotlabs/Module/Photos.php:790
+#: ../../include/conversation.php:1196 ../../include/cdav.php:158
+#: ../../include/cdav.php:159 ../../include/cdav.php:167
+#: ../../Zotlabs/Storage/Browser.php:164 ../../Zotlabs/Module/Photos.php:792
#: ../../Zotlabs/Module/Photos.php:1254
-#: ../../Zotlabs/Module/Embedphotos.php:174
-#: ../../Zotlabs/Widget/Portfolio.php:95 ../../Zotlabs/Widget/Album.php:84
-#: ../../Zotlabs/Lib/Apps.php:1114 ../../Zotlabs/Lib/Apps.php:1198
-#: ../../Zotlabs/Lib/Activity.php:1198
-#: ../../extend/addon/hzaddons/pubcrawl/as.php:1087
+#: ../../Zotlabs/Module/Embedphotos.php:176
+#: ../../Zotlabs/Widget/Portfolio.php:95 ../../Zotlabs/Widget/Pinned.php:270
+#: ../../Zotlabs/Widget/Album.php:84 ../../Zotlabs/Lib/Apps.php:1112
+#: ../../Zotlabs/Lib/Apps.php:1196 ../../Zotlabs/Lib/Activity.php:1458
+#: ../../extend/addon/hzaddons/pubcrawl/as.php:1134
msgid "Unknown"
msgstr "Неизвестный"
-#: ../../include/conversation.php:1215
+#: ../../include/conversation.php:1247
#, php-format
msgid "%s likes this."
msgstr "%s нравится это."
-#: ../../include/conversation.php:1215
+#: ../../include/conversation.php:1247
#, php-format
msgid "%s doesn't like this."
msgstr "%s не нравится это."
-#: ../../include/conversation.php:1219
+#: ../../include/conversation.php:1251
#, php-format
msgid "<span %1$s>%2$d people</span> like this."
msgid_plural "<span %1$s>%2$d people</span> like this."
@@ -2674,7 +2708,7 @@ msgstr[0] "<span %1$s>%2$d человеку</span> это нравится."
msgstr[1] "<span %1$s>%2$d человекам</span> это нравится."
msgstr[2] "<span %1$s>%2$d человекам</span> это нравится."
-#: ../../include/conversation.php:1221
+#: ../../include/conversation.php:1253
#, 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."
@@ -2682,11 +2716,11 @@ msgstr[0] "<span %1$s>%2$d человеку</span> это не нравится
msgstr[1] "<span %1$s>%2$d человекам</span> это не нравится."
msgstr[2] "<span %1$s>%2$d человекам</span> это не нравится."
-#: ../../include/conversation.php:1227
+#: ../../include/conversation.php:1259
msgid "and"
msgstr "и"
-#: ../../include/conversation.php:1230
+#: ../../include/conversation.php:1262
#, php-format
msgid ", and %d other people"
msgid_plural ", and %d other people"
@@ -2694,110 +2728,112 @@ msgstr[0] ", и ещё %d человеку"
msgstr[1] ", и ещё %d человекам"
msgstr[2] ", и ещё %d человекам"
-#: ../../include/conversation.php:1231
+#: ../../include/conversation.php:1263
#, php-format
msgid "%s like this."
msgstr "%s нравится это."
-#: ../../include/conversation.php:1231
+#: ../../include/conversation.php:1263
#, php-format
msgid "%s don't like this."
msgstr "%s не нравится это."
-#: ../../include/conversation.php:1288
+#: ../../include/conversation.php:1313
#: ../../extend/addon/hzaddons/hsse/hsse.php:82
msgid "Set your location"
msgstr "Задать своё местоположение"
-#: ../../include/conversation.php:1289
+#: ../../include/conversation.php:1314
#: ../../extend/addon/hzaddons/hsse/hsse.php:83
msgid "Clear browser location"
msgstr "Очистить местоположение из браузера"
-#: ../../include/conversation.php:1301 ../../Zotlabs/Module/Mail.php:292
-#: ../../Zotlabs/Module/Mail.php:435 ../../Zotlabs/Module/Chat.php:222
+#: ../../include/conversation.php:1326 ../../Zotlabs/Module/Chat.php:220
#: ../../Zotlabs/Module/Editblock.php:116
#: ../../Zotlabs/Module/Editwebpage.php:143
#: ../../Zotlabs/Module/Card_edit.php:101
#: ../../Zotlabs/Module/Article_edit.php:100
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:166
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:309
#: ../../extend/addon/hzaddons/hsse/hsse.php:95
msgid "Insert web link"
msgstr "Вставить веб-ссылку"
-#: ../../include/conversation.php:1305
+#: ../../include/conversation.php:1330
#: ../../extend/addon/hzaddons/hsse/hsse.php:99
msgid "Embed (existing) photo from your photo albums"
msgstr "Встроить (существующее) фото из вашего фотоальбома"
-#: ../../include/conversation.php:1340 ../../Zotlabs/Module/Mail.php:245
-#: ../../Zotlabs/Module/Mail.php:366 ../../Zotlabs/Module/Chat.php:220
+#: ../../include/conversation.php:1365 ../../Zotlabs/Module/Chat.php:218
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:119
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:240
#: ../../extend/addon/hzaddons/hsse/hsse.php:134
msgid "Please enter a link URL:"
msgstr "Пожалуйста введите URL ссылки:"
-#: ../../include/conversation.php:1341
+#: ../../include/conversation.php:1366
#: ../../extend/addon/hzaddons/hsse/hsse.php:135
msgid "Tag term:"
msgstr "Теги:"
-#: ../../include/conversation.php:1342
+#: ../../include/conversation.php:1367
#: ../../extend/addon/hzaddons/hsse/hsse.php:136
msgid "Where are you right now?"
msgstr "Где вы сейчас?"
-#: ../../include/conversation.php:1345 ../../Zotlabs/Module/Cover_photo.php:436
-#: ../../Zotlabs/Module/Profile_photo.php:507 ../../Zotlabs/Module/Wiki.php:403
+#: ../../include/conversation.php:1370 ../../Zotlabs/Module/Cover_photo.php:430
+#: ../../Zotlabs/Module/Profile_photo.php:509 ../../Zotlabs/Module/Wiki.php:403
#: ../../extend/addon/hzaddons/hsse/hsse.php:139
msgid "Choose images to embed"
msgstr "Выбрать изображения для встраивания"
-#: ../../include/conversation.php:1346 ../../Zotlabs/Module/Cover_photo.php:437
-#: ../../Zotlabs/Module/Profile_photo.php:508 ../../Zotlabs/Module/Wiki.php:404
+#: ../../include/conversation.php:1371 ../../Zotlabs/Module/Cover_photo.php:431
+#: ../../Zotlabs/Module/Profile_photo.php:510 ../../Zotlabs/Module/Wiki.php:404
#: ../../extend/addon/hzaddons/hsse/hsse.php:140
msgid "Choose an album"
msgstr "Выбрать альбом"
-#: ../../include/conversation.php:1347
+#: ../../include/conversation.php:1372
#: ../../extend/addon/hzaddons/hsse/hsse.php:141
msgid "Choose a different album..."
msgstr "Выбрать другой альбом..."
-#: ../../include/conversation.php:1348 ../../Zotlabs/Module/Cover_photo.php:439
-#: ../../Zotlabs/Module/Profile_photo.php:510 ../../Zotlabs/Module/Wiki.php:406
+#: ../../include/conversation.php:1373 ../../Zotlabs/Module/Cover_photo.php:433
+#: ../../Zotlabs/Module/Profile_photo.php:512 ../../Zotlabs/Module/Wiki.php:406
#: ../../extend/addon/hzaddons/hsse/hsse.php:142
msgid "Error getting album list"
msgstr "Ошибка получения списка альбомов"
-#: ../../include/conversation.php:1349 ../../Zotlabs/Module/Cover_photo.php:440
-#: ../../Zotlabs/Module/Profile_photo.php:511 ../../Zotlabs/Module/Wiki.php:407
+#: ../../include/conversation.php:1374 ../../Zotlabs/Module/Cover_photo.php:434
+#: ../../Zotlabs/Module/Profile_photo.php:513 ../../Zotlabs/Module/Wiki.php:407
#: ../../extend/addon/hzaddons/hsse/hsse.php:143
msgid "Error getting photo link"
msgstr "Ошибка получения ссылки на фотографию"
-#: ../../include/conversation.php:1350 ../../Zotlabs/Module/Cover_photo.php:441
-#: ../../Zotlabs/Module/Profile_photo.php:512 ../../Zotlabs/Module/Wiki.php:408
+#: ../../include/conversation.php:1375 ../../Zotlabs/Module/Cover_photo.php:435
+#: ../../Zotlabs/Module/Profile_photo.php:514 ../../Zotlabs/Module/Wiki.php:408
#: ../../extend/addon/hzaddons/hsse/hsse.php:144
msgid "Error getting album"
msgstr "Ошибка получения альбома"
-#: ../../include/conversation.php:1351
+#: ../../include/conversation.php:1376
#: ../../extend/addon/hzaddons/hsse/hsse.php:145
msgid "Comments enabled"
msgstr "Комментарии включены"
-#: ../../include/conversation.php:1352
+#: ../../include/conversation.php:1377
#: ../../extend/addon/hzaddons/hsse/hsse.php:146
msgid "Comments disabled"
msgstr "Комментарии отключены"
-#: ../../include/conversation.php:1362 ../../Zotlabs/Module/Photos.php:1097
+#: ../../include/conversation.php:1387 ../../Zotlabs/Module/Photos.php:1098
#: ../../Zotlabs/Module/Events.php:486 ../../Zotlabs/Module/Webpages.php:262
-#: ../../Zotlabs/Lib/ThreadItem.php:817
+#: ../../Zotlabs/Lib/ThreadItem.php:835
#: ../../extend/addon/hzaddons/hsse/hsse.php:153
msgid "Preview"
msgstr "Предварительный просмотр"
-#: ../../include/conversation.php:1395 ../../Zotlabs/Module/Photos.php:1075
+#: ../../include/conversation.php:1420 ../../Zotlabs/Module/Photos.php:1077
#: ../../Zotlabs/Module/Webpages.php:256 ../../Zotlabs/Module/Blocks.php:161
#: ../../Zotlabs/Module/Wiki.php:301 ../../Zotlabs/Module/Layouts.php:194
#: ../../Zotlabs/Widget/Cdav.php:136
@@ -2805,64 +2841,64 @@ msgstr "Предварительный просмотр"
msgid "Share"
msgstr "Поделиться"
-#: ../../include/conversation.php:1404
+#: ../../include/conversation.php:1429
#: ../../extend/addon/hzaddons/hsse/hsse.php:195
msgid "Page link name"
msgstr "Название ссылки на страницу "
-#: ../../include/conversation.php:1407
+#: ../../include/conversation.php:1432
#: ../../extend/addon/hzaddons/hsse/hsse.php:198
msgid "Post as"
msgstr "Опубликовать как"
-#: ../../include/conversation.php:1409 ../../Zotlabs/Lib/ThreadItem.php:808
+#: ../../include/conversation.php:1434 ../../Zotlabs/Lib/ThreadItem.php:826
#: ../../extend/addon/hzaddons/hsse/hsse.php:200
msgid "Bold"
msgstr "Жирный"
-#: ../../include/conversation.php:1410 ../../Zotlabs/Lib/ThreadItem.php:809
+#: ../../include/conversation.php:1435 ../../Zotlabs/Lib/ThreadItem.php:827
#: ../../extend/addon/hzaddons/hsse/hsse.php:201
msgid "Italic"
msgstr "Курсив"
-#: ../../include/conversation.php:1411 ../../Zotlabs/Lib/ThreadItem.php:810
+#: ../../include/conversation.php:1436 ../../Zotlabs/Lib/ThreadItem.php:828
#: ../../extend/addon/hzaddons/hsse/hsse.php:202
msgid "Underline"
msgstr "Подчеркнутый"
-#: ../../include/conversation.php:1412 ../../Zotlabs/Lib/ThreadItem.php:811
+#: ../../include/conversation.php:1437 ../../Zotlabs/Lib/ThreadItem.php:829
#: ../../extend/addon/hzaddons/hsse/hsse.php:203
msgid "Quote"
msgstr "Цитата"
-#: ../../include/conversation.php:1413 ../../Zotlabs/Lib/ThreadItem.php:812
+#: ../../include/conversation.php:1438 ../../Zotlabs/Lib/ThreadItem.php:830
#: ../../extend/addon/hzaddons/hsse/hsse.php:204
msgid "Code"
msgstr "Код"
-#: ../../include/conversation.php:1414 ../../Zotlabs/Lib/ThreadItem.php:814
+#: ../../include/conversation.php:1439 ../../Zotlabs/Lib/ThreadItem.php:832
#: ../../extend/addon/hzaddons/hsse/hsse.php:205
msgid "Attach/Upload file"
msgstr "Прикрепить/загрузить файл"
-#: ../../include/conversation.php:1417 ../../Zotlabs/Module/Wiki.php:400
+#: ../../include/conversation.php:1442 ../../Zotlabs/Module/Wiki.php:400
#: ../../extend/addon/hzaddons/hsse/hsse.php:208
msgid "Embed an image from your albums"
msgstr "Встроить изображение из ваших альбомов"
-#: ../../include/conversation.php:1418 ../../include/conversation.php:1467
-#: ../../Zotlabs/Module/Cdav.php:1081 ../../Zotlabs/Module/Cdav.php:1391
-#: ../../Zotlabs/Module/Profiles.php:801 ../../Zotlabs/Module/Tagrm.php:15
+#: ../../include/conversation.php:1443 ../../include/conversation.php:1496
+#: ../../Zotlabs/Module/Cdav.php:1054 ../../Zotlabs/Module/Cdav.php:1386
+#: ../../Zotlabs/Module/Profiles.php:803 ../../Zotlabs/Module/Tagrm.php:15
#: ../../Zotlabs/Module/Tagrm.php:138 ../../Zotlabs/Module/Oauth.php:112
-#: ../../Zotlabs/Module/Oauth.php:138 ../../Zotlabs/Module/Cover_photo.php:434
+#: ../../Zotlabs/Module/Oauth.php:138 ../../Zotlabs/Module/Cover_photo.php:428
#: ../../Zotlabs/Module/Oauth2.php:117 ../../Zotlabs/Module/Oauth2.php:145
#: ../../Zotlabs/Module/Editlayout.php:140
#: ../../Zotlabs/Module/Editblock.php:141 ../../Zotlabs/Module/Fbrowser.php:66
#: ../../Zotlabs/Module/Fbrowser.php:88
#: ../../Zotlabs/Module/Admin/Addons.php:427
#: ../../Zotlabs/Module/Editwebpage.php:169
-#: ../../Zotlabs/Module/Profile_photo.php:505
-#: ../../Zotlabs/Module/Editpost.php:110 ../../Zotlabs/Module/Connedit.php:941
+#: ../../Zotlabs/Module/Profile_photo.php:507
+#: ../../Zotlabs/Module/Editpost.php:110 ../../Zotlabs/Module/Connedit.php:942
#: ../../Zotlabs/Module/Card_edit.php:131
#: ../../Zotlabs/Module/Article_edit.php:130 ../../Zotlabs/Module/Wiki.php:368
#: ../../Zotlabs/Module/Wiki.php:401 ../../Zotlabs/Module/Filer.php:55
@@ -2871,72 +2907,102 @@ msgstr "Встроить изображение из ваших альбомов
msgid "Cancel"
msgstr "Отменить"
-#: ../../include/conversation.php:1419 ../../include/conversation.php:1466
-#: ../../Zotlabs/Module/Cover_photo.php:435
-#: ../../Zotlabs/Module/Profile_photo.php:506 ../../Zotlabs/Module/Wiki.php:402
+#: ../../include/conversation.php:1444 ../../include/conversation.php:1495
+#: ../../Zotlabs/Module/Cover_photo.php:429
+#: ../../Zotlabs/Module/Profile_photo.php:508 ../../Zotlabs/Module/Wiki.php:402
#: ../../extend/addon/hzaddons/hsse/hsse.php:210
#: ../../extend/addon/hzaddons/hsse/hsse.php:257
msgid "OK"
msgstr ""
-#: ../../include/conversation.php:1421
+#: ../../include/conversation.php:1446
#: ../../extend/addon/hzaddons/hsse/hsse.php:212
msgid "Toggle voting"
-msgstr "Подключить голосование"
+msgstr "Переключить голосование"
+
+#: ../../include/conversation.php:1447
+msgid "Toggle poll"
+msgstr "Переключить опрос"
+
+#: ../../include/conversation.php:1448
+msgid "Option"
+msgstr "Вариант"
+
+#: ../../include/conversation.php:1449
+msgid "Add option"
+msgstr "Добавить вариант"
+
+#: ../../include/conversation.php:1450
+msgid "Minutes"
+msgstr "Минут"
-#: ../../include/conversation.php:1424
+#: ../../include/conversation.php:1450
+msgid "Hours"
+msgstr "Часов"
+
+#: ../../include/conversation.php:1450
+msgid "Days"
+msgstr "Дней"
+
+#: ../../include/conversation.php:1451
+msgid "Allow multiple answers"
+msgstr "Разрешить несколько ответов"
+
+#: ../../include/conversation.php:1453
#: ../../extend/addon/hzaddons/hsse/hsse.php:215
msgid "Disable comments"
msgstr "Отключить комментарии"
-#: ../../include/conversation.php:1425
+#: ../../include/conversation.php:1454
#: ../../extend/addon/hzaddons/hsse/hsse.php:216
msgid "Toggle comments"
msgstr "Переключить комментарии"
-#: ../../include/conversation.php:1430 ../../Zotlabs/Module/Photos.php:671
-#: ../../Zotlabs/Module/Photos.php:1041 ../../Zotlabs/Module/Editblock.php:129
+#: ../../include/conversation.php:1459 ../../Zotlabs/Module/Photos.php:673
+#: ../../Zotlabs/Module/Photos.php:1043 ../../Zotlabs/Module/Editblock.php:129
#: ../../Zotlabs/Module/Card_edit.php:117
#: ../../Zotlabs/Module/Article_edit.php:116
#: ../../extend/addon/hzaddons/hsse/hsse.php:221
msgid "Title (optional)"
msgstr "Заголовок (необязательно)"
-#: ../../include/conversation.php:1433
+#: ../../include/conversation.php:1462
#: ../../extend/addon/hzaddons/hsse/hsse.php:224
msgid "Categories (optional, comma-separated list)"
msgstr "Категории (необязательно, список через запятую)"
-#: ../../include/conversation.php:1434 ../../Zotlabs/Module/Events.php:487
+#: ../../include/conversation.php:1463 ../../Zotlabs/Module/Events.php:487
#: ../../extend/addon/hzaddons/hsse/hsse.php:225
msgid "Permission settings"
msgstr "Настройки разрешений"
-#: ../../include/conversation.php:1456
+#: ../../include/conversation.php:1485
#: ../../extend/addon/hzaddons/hsse/hsse.php:247
msgid "Other networks and post services"
msgstr "Другие сети и службы публикаций"
-#: ../../include/conversation.php:1459 ../../Zotlabs/Module/Mail.php:296
-#: ../../Zotlabs/Module/Mail.php:439
+#: ../../include/conversation.php:1488
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:170
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:313
#: ../../extend/addon/hzaddons/hsse/hsse.php:250
msgid "Set expiration date"
msgstr "Установить срок действия"
-#: ../../include/conversation.php:1462
+#: ../../include/conversation.php:1491
#: ../../extend/addon/hzaddons/hsse/hsse.php:253
msgid "Set publish date"
msgstr "Установить дату публикации"
-#: ../../include/conversation.php:1464 ../../Zotlabs/Module/Mail.php:298
-#: ../../Zotlabs/Module/Mail.php:441 ../../Zotlabs/Module/Chat.php:221
-#: ../../Zotlabs/Lib/ThreadItem.php:821
+#: ../../include/conversation.php:1493 ../../Zotlabs/Module/Chat.php:219
+#: ../../Zotlabs/Lib/ThreadItem.php:839
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:172
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:315
#: ../../extend/addon/hzaddons/hsse/hsse.php:255
msgid "Encrypt text"
msgstr "Зашифровать текст"
-#: ../../include/conversation.php:1708 ../../Zotlabs/Module/Photos.php:1140
-#: ../../Zotlabs/Lib/ThreadItem.php:241
+#: ../../include/conversation.php:1737 ../../Zotlabs/Module/Photos.php:1140
+#: ../../Zotlabs/Lib/ThreadItem.php:247
msgctxt "noun"
msgid "Dislike"
msgid_plural "Dislikes"
@@ -2944,7 +3010,7 @@ msgstr[0] "Не нравится"
msgstr[1] "Не нравится"
msgstr[2] "Не нравится"
-#: ../../include/conversation.php:1711
+#: ../../include/conversation.php:1740
msgctxt "noun"
msgid "Attending"
msgid_plural "Attending"
@@ -2952,7 +3018,7 @@ msgstr[0] "Посетит"
msgstr[1] "Посетят"
msgstr[2] "Посетят"
-#: ../../include/conversation.php:1714
+#: ../../include/conversation.php:1743
msgctxt "noun"
msgid "Not Attending"
msgid_plural "Not Attending"
@@ -2960,13 +3026,13 @@ msgstr[0] "Не посетит"
msgstr[1] "Не посетят"
msgstr[2] "Не посетят"
-#: ../../include/conversation.php:1717
+#: ../../include/conversation.php:1746
msgctxt "noun"
msgid "Undecided"
msgid_plural "Undecided"
msgstr "Не решил"
-#: ../../include/conversation.php:1720
+#: ../../include/conversation.php:1749
msgctxt "noun"
msgid "Agree"
msgid_plural "Agrees"
@@ -2974,7 +3040,7 @@ msgstr[0] "Согласен"
msgstr[1] "Согласны"
msgstr[2] "Согласны"
-#: ../../include/conversation.php:1723
+#: ../../include/conversation.php:1752
msgctxt "noun"
msgid "Disagree"
msgid_plural "Disagrees"
@@ -2982,7 +3048,7 @@ msgstr[0] "Не согласен"
msgstr[1] "Не согласны"
msgstr[2] "Не согласны"
-#: ../../include/conversation.php:1726
+#: ../../include/conversation.php:1755
msgctxt "noun"
msgid "Abstain"
msgid_plural "Abstains"
@@ -3019,7 +3085,7 @@ msgstr "хотеть"
msgid "wants"
msgstr "хотеть"
-#: ../../include/taxonomy.php:573 ../../Zotlabs/Lib/ThreadItem.php:307
+#: ../../include/taxonomy.php:573 ../../Zotlabs/Lib/ThreadItem.php:317
msgid "like"
msgstr "нравится"
@@ -3027,7 +3093,7 @@ msgstr "нравится"
msgid "likes"
msgstr "нравится"
-#: ../../include/taxonomy.php:574 ../../Zotlabs/Lib/ThreadItem.php:308
+#: ../../include/taxonomy.php:574 ../../Zotlabs/Lib/ThreadItem.php:318
msgid "dislike"
msgstr "не нравится"
@@ -3035,7 +3101,7 @@ msgstr "не нравится"
msgid "dislikes"
msgstr "не нравится"
-#: ../../include/language.php:436
+#: ../../include/language.php:437
msgid "Select an alternate language"
msgstr "Выбор дополнительного языка"
@@ -3043,12 +3109,12 @@ msgstr "Выбор дополнительного языка"
msgid "Delete this item?"
msgstr "Удалить этот элемент?"
-#: ../../include/js_strings.php:6 ../../Zotlabs/Module/Photos.php:1095
-#: ../../Zotlabs/Module/Photos.php:1214 ../../Zotlabs/Lib/ThreadItem.php:806
+#: ../../include/js_strings.php:6 ../../Zotlabs/Module/Photos.php:1096
+#: ../../Zotlabs/Module/Photos.php:1214 ../../Zotlabs/Lib/ThreadItem.php:824
msgid "Comment"
msgstr "Комментарий"
-#: ../../include/js_strings.php:7 ../../Zotlabs/Lib/ThreadItem.php:513
+#: ../../include/js_strings.php:7 ../../Zotlabs/Lib/ThreadItem.php:533
#, php-format
msgid "%s show all"
msgstr "%s показать всё"
@@ -3105,7 +3171,7 @@ msgid "Rate This Channel (this is public)"
msgstr "Оценкa этoго канала (общедоступно)"
#: ../../include/js_strings.php:20 ../../Zotlabs/Module/Rate.php:155
-#: ../../Zotlabs/Module/Connedit.php:887
+#: ../../Zotlabs/Module/Connedit.php:888
msgid "Rating"
msgstr "Оценка"
@@ -3121,8 +3187,8 @@ msgstr "Пожалуйста, введите URL ссылки"
msgid "Unsaved changes. Are you sure you wish to leave this page?"
msgstr "Есть несохраненные изменения. Вы уверены, что хотите покинуть эту страницу?"
-#: ../../include/js_strings.php:25 ../../Zotlabs/Module/Cdav.php:1038
-#: ../../Zotlabs/Module/Profiles.php:509 ../../Zotlabs/Module/Profiles.php:734
+#: ../../include/js_strings.php:25 ../../Zotlabs/Module/Cdav.php:1011
+#: ../../Zotlabs/Module/Profiles.php:511 ../../Zotlabs/Module/Profiles.php:736
#: ../../Zotlabs/Module/Events.php:483 ../../Zotlabs/Module/Locs.php:117
#: ../../Zotlabs/Module/Pubsites.php:52
msgid "Location"
@@ -3174,7 +3240,20 @@ msgstr " название канала"
msgid "Back to reply"
msgstr "Вернуться к ответу"
-#: ../../include/js_strings.php:42
+#: ../../include/js_strings.php:37
+msgid "Pinned"
+msgstr "Прикреплено"
+
+#: ../../include/js_strings.php:38 ../../Zotlabs/Lib/ThreadItem.php:471
+msgid "Pin to the top"
+msgstr "Прикрепить сверху"
+
+#: ../../include/js_strings.php:39 ../../Zotlabs/Widget/Pinned.php:157
+#: ../../Zotlabs/Lib/ThreadItem.php:471
+msgid "Unpin from the top"
+msgstr "Открепить"
+
+#: ../../include/js_strings.php:45
#, php-format
msgid "%d minutes"
msgid_plural "%d minutes"
@@ -3182,7 +3261,7 @@ msgstr[0] "%d минуту"
msgstr[1] "%d минуты"
msgstr[2] "%d минут"
-#: ../../include/js_strings.php:43
+#: ../../include/js_strings.php:46
#, php-format
msgid "about %d hours"
msgid_plural "about %d hours"
@@ -3190,7 +3269,7 @@ msgstr[0] "около %d часa"
msgstr[1] "около %d часов"
msgstr[2] "около %d часов"
-#: ../../include/js_strings.php:44
+#: ../../include/js_strings.php:47
#, php-format
msgid "%d days"
msgid_plural "%d days"
@@ -3198,7 +3277,7 @@ msgstr[0] "%d день"
msgstr[1] "%d дня"
msgstr[2] "%d дней"
-#: ../../include/js_strings.php:45
+#: ../../include/js_strings.php:48
#, php-format
msgid "%d months"
msgid_plural "%d months"
@@ -3206,7 +3285,7 @@ msgstr[0] "%d месяц"
msgstr[1] "%d месяца"
msgstr[2] "%d месяцев"
-#: ../../include/js_strings.php:46
+#: ../../include/js_strings.php:49
#, php-format
msgid "%d years"
msgid_plural "%d years"
@@ -3214,157 +3293,157 @@ msgstr[0] "%d год"
msgstr[1] "%d года"
msgstr[2] "%d лет"
-#: ../../include/js_strings.php:51
+#: ../../include/js_strings.php:54
msgid "timeago.prefixAgo"
msgstr ""
-#: ../../include/js_strings.php:52
+#: ../../include/js_strings.php:55
msgid "timeago.prefixFromNow"
msgstr "через"
-#: ../../include/js_strings.php:53
+#: ../../include/js_strings.php:56
msgid "timeago.suffixAgo"
msgstr "назад"
-#: ../../include/js_strings.php:54
+#: ../../include/js_strings.php:57
msgid "timeago.suffixFromNow"
msgstr ""
-#: ../../include/js_strings.php:57
+#: ../../include/js_strings.php:60
msgid "less than a minute"
msgstr "менее чем одну минуту"
-#: ../../include/js_strings.php:58
+#: ../../include/js_strings.php:61
msgid "about a minute"
msgstr "около минуты"
-#: ../../include/js_strings.php:60
+#: ../../include/js_strings.php:63
msgid "about an hour"
msgstr "около часа"
-#: ../../include/js_strings.php:62
+#: ../../include/js_strings.php:65
msgid "a day"
msgstr "день"
-#: ../../include/js_strings.php:64
+#: ../../include/js_strings.php:67
msgid "about a month"
msgstr "около месяца"
-#: ../../include/js_strings.php:66
+#: ../../include/js_strings.php:69
msgid "about a year"
msgstr "около года"
-#: ../../include/js_strings.php:68
+#: ../../include/js_strings.php:71
msgid " "
msgstr " "
-#: ../../include/js_strings.php:69
+#: ../../include/js_strings.php:72
msgid "timeago.numbers"
msgstr ""
-#: ../../include/js_strings.php:75
+#: ../../include/js_strings.php:78
msgctxt "long"
msgid "May"
msgstr "Май"
-#: ../../include/js_strings.php:83
+#: ../../include/js_strings.php:86
msgid "Jan"
msgstr "Янв"
-#: ../../include/js_strings.php:84
+#: ../../include/js_strings.php:87
msgid "Feb"
msgstr "Фев"
-#: ../../include/js_strings.php:85
+#: ../../include/js_strings.php:88
msgid "Mar"
msgstr "Мар"
-#: ../../include/js_strings.php:86
+#: ../../include/js_strings.php:89
msgid "Apr"
msgstr "Апр"
-#: ../../include/js_strings.php:87
+#: ../../include/js_strings.php:90
msgctxt "short"
msgid "May"
msgstr "Май"
-#: ../../include/js_strings.php:88
+#: ../../include/js_strings.php:91
msgid "Jun"
msgstr "Июн"
-#: ../../include/js_strings.php:89
+#: ../../include/js_strings.php:92
msgid "Jul"
msgstr "Июл"
-#: ../../include/js_strings.php:90
+#: ../../include/js_strings.php:93
msgid "Aug"
msgstr "Авг"
-#: ../../include/js_strings.php:91
+#: ../../include/js_strings.php:94
msgid "Sep"
msgstr "Сен"
-#: ../../include/js_strings.php:92
+#: ../../include/js_strings.php:95
msgid "Oct"
msgstr "Окт"
-#: ../../include/js_strings.php:93
+#: ../../include/js_strings.php:96
msgid "Nov"
msgstr "Ноя"
-#: ../../include/js_strings.php:94
+#: ../../include/js_strings.php:97
msgid "Dec"
msgstr "Дек"
-#: ../../include/js_strings.php:102
+#: ../../include/js_strings.php:105
msgid "Sun"
msgstr "Вск"
-#: ../../include/js_strings.php:103
+#: ../../include/js_strings.php:106
msgid "Mon"
msgstr "Пон"
-#: ../../include/js_strings.php:104
+#: ../../include/js_strings.php:107
msgid "Tue"
msgstr "Вт"
-#: ../../include/js_strings.php:105
+#: ../../include/js_strings.php:108
msgid "Wed"
msgstr "Ср"
-#: ../../include/js_strings.php:106
+#: ../../include/js_strings.php:109
msgid "Thu"
msgstr "Чет"
-#: ../../include/js_strings.php:107
+#: ../../include/js_strings.php:110
msgid "Fri"
msgstr "Пят"
-#: ../../include/js_strings.php:108
+#: ../../include/js_strings.php:111
msgid "Sat"
msgstr "Суб"
-#: ../../include/js_strings.php:109
+#: ../../include/js_strings.php:112
msgctxt "calendar"
msgid "today"
msgstr "сегодня"
-#: ../../include/js_strings.php:110
+#: ../../include/js_strings.php:113
msgctxt "calendar"
msgid "month"
msgstr "месяц"
-#: ../../include/js_strings.php:111
+#: ../../include/js_strings.php:114
msgctxt "calendar"
msgid "week"
msgstr "неделя"
-#: ../../include/js_strings.php:112
+#: ../../include/js_strings.php:115
msgctxt "calendar"
msgid "day"
msgstr "день"
-#: ../../include/js_strings.php:113
+#: ../../include/js_strings.php:116
msgctxt "calendar"
msgid "All day"
msgstr "Весь день"
@@ -3385,35 +3464,35 @@ msgstr "Только публичные форумы"
msgid "This Website Only"
msgstr "Только этот веб-сайт"
-#: ../../include/network.php:1726 ../../include/network.php:1727
+#: ../../include/network.php:1730 ../../include/network.php:1731
msgid "Friendica"
msgstr ""
-#: ../../include/network.php:1728
+#: ../../include/network.php:1732
msgid "OStatus"
msgstr ""
-#: ../../include/network.php:1729
+#: ../../include/network.php:1733
msgid "GNU-Social"
msgstr ""
-#: ../../include/network.php:1730
+#: ../../include/network.php:1734
msgid "RSS/Atom"
msgstr ""
-#: ../../include/network.php:1731 ../../Zotlabs/Lib/Activity.php:2300
-#: ../../Zotlabs/Lib/Activity.php:2494
-#: ../../extend/addon/hzaddons/pubcrawl/as.php:1355
-#: ../../extend/addon/hzaddons/pubcrawl/as.php:1551
-#: ../../extend/addon/hzaddons/pubcrawl/as.php:1745
+#: ../../include/network.php:1735 ../../Zotlabs/Lib/Activity.php:2742
+#: ../../Zotlabs/Lib/Activity.php:2936
+#: ../../extend/addon/hzaddons/pubcrawl/as.php:1428
+#: ../../extend/addon/hzaddons/pubcrawl/as.php:1662
+#: ../../extend/addon/hzaddons/pubcrawl/as.php:1856
msgid "ActivityPub"
msgstr ""
-#: ../../include/network.php:1732 ../../Zotlabs/Module/Cdav.php:1377
-#: ../../Zotlabs/Module/Profiles.php:787
+#: ../../include/network.php:1736 ../../Zotlabs/Module/Cdav.php:1372
+#: ../../Zotlabs/Module/Profiles.php:789
#: ../../Zotlabs/Module/Admin/Accounts.php:171
#: ../../Zotlabs/Module/Admin/Accounts.php:183
-#: ../../Zotlabs/Module/Connedit.php:927
+#: ../../Zotlabs/Module/Connedit.php:928
#: ../../extend/addon/hzaddons/openid/MysqlProvider.php:56
#: ../../extend/addon/hzaddons/openid/MysqlProvider.php:57
#: ../../extend/addon/hzaddons/rtof/Mod_Rtof.php:57
@@ -3421,31 +3500,31 @@ msgstr ""
msgid "Email"
msgstr "Электронная почта"
-#: ../../include/network.php:1733
+#: ../../include/network.php:1737
msgid "Diaspora"
msgstr ""
-#: ../../include/network.php:1734
+#: ../../include/network.php:1738
msgid "Facebook"
msgstr ""
-#: ../../include/network.php:1735
+#: ../../include/network.php:1739
msgid "Zot"
msgstr ""
-#: ../../include/network.php:1736
+#: ../../include/network.php:1740
msgid "LinkedIn"
msgstr ""
-#: ../../include/network.php:1737
+#: ../../include/network.php:1741
msgid "XMPP/IM"
msgstr ""
-#: ../../include/network.php:1738
+#: ../../include/network.php:1742
msgid "MySpace"
msgstr ""
-#: ../../include/datetime.php:58 ../../Zotlabs/Module/Profiles.php:736
+#: ../../include/datetime.php:58 ../../Zotlabs/Module/Profiles.php:738
#: ../../Zotlabs/Widget/Newmember.php:51
msgid "Miscellaneous"
msgstr "Прочее"
@@ -3463,13 +3542,17 @@ msgid "YYYY-MM-DD or MM-DD"
msgstr "YYYY-MM-DD или MM-DD"
#: ../../include/datetime.php:211 ../../Zotlabs/Module/Appman.php:143
-#: ../../Zotlabs/Module/Appman.php:144 ../../Zotlabs/Module/Profiles.php:745
-#: ../../Zotlabs/Module/Profiles.php:749 ../../Zotlabs/Module/Events.php:468
+#: ../../Zotlabs/Module/Appman.php:144 ../../Zotlabs/Module/Profiles.php:747
+#: ../../Zotlabs/Module/Profiles.php:751 ../../Zotlabs/Module/Events.php:468
#: ../../Zotlabs/Module/Events.php:473
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:334
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:358
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:434
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:458
msgid "Required"
msgstr "Требуется"
-#: ../../include/datetime.php:238 ../../boot.php:2678
+#: ../../include/datetime.php:238 ../../boot.php:2702
msgid "never"
msgstr "никогда"
@@ -3583,21 +3666,21 @@ msgstr "Нажмите \"Показать\" чтобы разрешить про
msgid "Show"
msgstr "Показать"
-#: ../../include/acl_selectors.php:117
+#: ../../include/acl_selectors.php:117 ../../Zotlabs/Widget/Pinned.php:158
msgid "Don't show"
msgstr "Не показывать"
-#: ../../include/acl_selectors.php:123 ../../Zotlabs/Module/Photos.php:675
-#: ../../Zotlabs/Module/Photos.php:1044 ../../Zotlabs/Module/Chat.php:243
-#: ../../Zotlabs/Module/Filestorage.php:190 ../../Zotlabs/Module/Thing.php:319
-#: ../../Zotlabs/Module/Thing.php:372 ../../Zotlabs/Module/Connedit.php:690
-#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:209
+#: ../../include/acl_selectors.php:123 ../../Zotlabs/Module/Photos.php:677
+#: ../../Zotlabs/Module/Photos.php:1046 ../../Zotlabs/Module/Chat.php:241
+#: ../../Zotlabs/Module/Filestorage.php:190 ../../Zotlabs/Module/Thing.php:321
+#: ../../Zotlabs/Module/Thing.php:374 ../../Zotlabs/Module/Connedit.php:691
+#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:254
msgid "Permissions"
msgstr "Разрешения"
#: ../../include/acl_selectors.php:125 ../../Zotlabs/Module/Photos.php:1274
-#: ../../Zotlabs/Lib/ThreadItem.php:475
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:230
+#: ../../Zotlabs/Widget/Pinned.php:160 ../../Zotlabs/Lib/ThreadItem.php:495
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:233
msgid "Close"
msgstr "Закрыть"
@@ -3608,7 +3691,7 @@ msgid ""
"permissions set who is allowed to view the post."
msgstr "Разрешения публикации %s не могут быть изменены %s после того, как ею поделились. Эти разрешения устанавливают кому разрешено просматривать эту публикацию."
-#: ../../include/zid.php:368
+#: ../../include/zid.php:370
#, php-format
msgid "OpenWebAuth: %1$s welcomes %2$s"
msgstr "OpenWebAuth: %1$s приветствует %2$s"
@@ -3621,303 +3704,332 @@ msgstr "Новое окно"
msgid "Open the selected location in a different window or browser tab"
msgstr "Открыть выбранное местоположение в другом окне или вкладке браузера"
-#: ../../include/connections.php:728 ../../include/event.php:1385
-#: ../../Zotlabs/Module/Cdav.php:1382 ../../Zotlabs/Module/Profiles.php:792
-#: ../../Zotlabs/Module/Connedit.php:932
+#: ../../include/connections.php:728 ../../include/event.php:1422
+#: ../../Zotlabs/Module/Cdav.php:1377 ../../Zotlabs/Module/Profiles.php:794
+#: ../../Zotlabs/Module/Connedit.php:933
msgid "Mobile"
msgstr "Мобильный"
-#: ../../include/connections.php:729 ../../include/event.php:1386
-#: ../../Zotlabs/Module/Cdav.php:1383 ../../Zotlabs/Module/Profiles.php:793
-#: ../../Zotlabs/Module/Connedit.php:933
+#: ../../include/connections.php:729 ../../include/event.php:1423
+#: ../../Zotlabs/Module/Cdav.php:1378 ../../Zotlabs/Module/Profiles.php:795
+#: ../../Zotlabs/Module/Connedit.php:934
msgid "Home"
msgstr "Домашний"
-#: ../../include/connections.php:730 ../../include/event.php:1387
+#: ../../include/connections.php:730 ../../include/event.php:1424
msgid "Home, Voice"
msgstr "Дом, голос"
-#: ../../include/connections.php:731 ../../include/event.php:1388
+#: ../../include/connections.php:731 ../../include/event.php:1425
msgid "Home, Fax"
msgstr "Дом, факс"
-#: ../../include/connections.php:732 ../../include/event.php:1389
-#: ../../Zotlabs/Module/Cdav.php:1384 ../../Zotlabs/Module/Profiles.php:794
-#: ../../Zotlabs/Module/Connedit.php:934
+#: ../../include/connections.php:732 ../../include/event.php:1426
+#: ../../Zotlabs/Module/Cdav.php:1379 ../../Zotlabs/Module/Profiles.php:796
+#: ../../Zotlabs/Module/Connedit.php:935
msgid "Work"
msgstr "Рабочий"
-#: ../../include/connections.php:733 ../../include/event.php:1390
+#: ../../include/connections.php:733 ../../include/event.php:1427
msgid "Work, Voice"
msgstr "Работа, голос"
-#: ../../include/connections.php:734 ../../include/event.php:1391
+#: ../../include/connections.php:734 ../../include/event.php:1428
msgid "Work, Fax"
msgstr "Работа, факс"
-#: ../../include/event.php:32 ../../include/event.php:95
+#: ../../include/event.php:33 ../../include/event.php:110
msgid "l F d, Y \\@ g:i A"
msgstr ""
-#: ../../include/event.php:40
+#: ../../include/event.php:41
msgid "Starts:"
msgstr "Начало:"
-#: ../../include/event.php:50
+#: ../../include/event.php:51
msgid "Finishes:"
msgstr "Окончание:"
-#: ../../include/event.php:95
+#: ../../include/event.php:110
msgid "l F d, Y"
msgstr ""
-#: ../../include/event.php:99
+#: ../../include/event.php:114
msgid "Start:"
msgstr "Начало:"
-#: ../../include/event.php:103
+#: ../../include/event.php:118
msgid "End:"
msgstr "Окончание:"
-#: ../../include/event.php:1074
+#: ../../include/event.php:123
+#: ../../extend/addon/hzaddons/openid/MysqlProvider.php:67
+msgid "Timezone"
+msgstr "Часовой пояс"
+
+#: ../../include/event.php:1106
msgid "This event has been added to your calendar."
msgstr "Это событие было добавлено в ваш календарь."
-#: ../../include/event.php:1300
+#: ../../include/event.php:1337
msgid "Not specified"
msgstr "Не указано"
-#: ../../include/event.php:1301
+#: ../../include/event.php:1338
msgid "Needs Action"
msgstr "Требует действия"
-#: ../../include/event.php:1302
+#: ../../include/event.php:1339
msgid "Completed"
msgstr "Завершено"
-#: ../../include/event.php:1303
+#: ../../include/event.php:1340
msgid "In Process"
msgstr "В процессе"
-#: ../../include/event.php:1304
+#: ../../include/event.php:1341
msgid "Cancelled"
msgstr "Отменено"
-#: ../../include/auth.php:192
+#: ../../include/cdav.php:157
+msgid "INVALID EVENT DISMISSED!"
+msgstr "НЕДЕЙСТВИТЕЛЬНОЕ СОБЫТИЕ ОТКЛОНЕНО!"
+
+#: ../../include/cdav.php:158
+msgid "Summary: "
+msgstr "Резюме: "
+
+#: ../../include/cdav.php:159
+msgid "Date: "
+msgstr "Дата: "
+
+#: ../../include/cdav.php:160 ../../include/cdav.php:168
+msgid "Reason: "
+msgstr "Причина: "
+
+#: ../../include/cdav.php:166
+msgid "INVALID CARD DISMISSED!"
+msgstr "НЕДЕЙСТВИТЕЛЬНАЯ КАРТОЧКА ОТКЛОНЕНА!"
+
+#: ../../include/cdav.php:167
+msgid "Name: "
+msgstr "Имя: "
+
+#: ../../include/auth.php:194
msgid "Delegation session ended."
msgstr "Делегированная сессия завершена."
-#: ../../include/auth.php:196
+#: ../../include/auth.php:198
msgid "Logged out."
msgstr "Вышел из системы."
-#: ../../include/auth.php:291
+#: ../../include/auth.php:294
msgid "Email validation is incomplete. Please check your email."
msgstr "Проверка email не завершена. Пожалуйста, проверьте вашу почту."
-#: ../../include/auth.php:307
+#: ../../include/auth.php:310
msgid "Failed authentication"
msgstr "Ошибка аутентификации"
-#: ../../include/auth.php:317
+#: ../../include/auth.php:320
#: ../../extend/addon/hzaddons/openid/Mod_Openid.php:188
msgid "Login failed."
msgstr "Не удалось войти."
-#: ../../include/nav.php:90
+#: ../../include/nav.php:92
msgid "Remote authentication"
msgstr "Удаленная аутентификация"
-#: ../../include/nav.php:90
+#: ../../include/nav.php:92
msgid "Click to authenticate to your home hub"
msgstr "Нажмите, чтобы аутентифицировать себя на домашнем узле"
-#: ../../include/nav.php:96 ../../Zotlabs/Module/Manage.php:170
-#: ../../Zotlabs/Lib/Apps.php:336
+#: ../../include/nav.php:98 ../../Zotlabs/Module/Manage.php:170
+#: ../../Zotlabs/Lib/Apps.php:337
msgid "Channel Manager"
msgstr "Менеджер каналов"
-#: ../../include/nav.php:96
+#: ../../include/nav.php:98
msgid "Manage your channels"
msgstr "Управление вашими каналами"
-#: ../../include/nav.php:99
+#: ../../include/nav.php:101
msgid "Manage your privacy groups"
msgstr "Управление вашим группами конфиденциальности"
-#: ../../include/nav.php:101 ../../Zotlabs/Module/Admin/Addons.php:345
+#: ../../include/nav.php:103 ../../Zotlabs/Module/Admin/Addons.php:345
#: ../../Zotlabs/Module/Admin/Themes.php:125
#: ../../Zotlabs/Widget/Newmember.php:53
-#: ../../Zotlabs/Widget/Settings_menu.php:61 ../../Zotlabs/Lib/Apps.php:338
+#: ../../Zotlabs/Widget/Settings_menu.php:61 ../../Zotlabs/Lib/Apps.php:339
msgid "Settings"
msgstr "Настройки"
-#: ../../include/nav.php:101
+#: ../../include/nav.php:103
msgid "Account/Channel Settings"
msgstr "Настройки аккаунта / канала"
-#: ../../include/nav.php:107 ../../include/nav.php:136
-#: ../../include/nav.php:155 ../../boot.php:1673
+#: ../../include/nav.php:109 ../../include/nav.php:138
+#: ../../include/nav.php:157 ../../boot.php:1697
msgid "Logout"
msgstr "Выход"
-#: ../../include/nav.php:107 ../../include/nav.php:136
+#: ../../include/nav.php:109 ../../include/nav.php:138
msgid "End this session"
msgstr "Закончить эту сессию"
-#: ../../include/nav.php:110
+#: ../../include/nav.php:112
msgid "Your profile page"
msgstr "Страницa вашего профиля"
-#: ../../include/nav.php:113
+#: ../../include/nav.php:115
msgid "Manage/Edit profiles"
msgstr "Управление / редактирование профилей"
-#: ../../include/nav.php:115 ../../Zotlabs/Widget/Newmember.php:35
+#: ../../include/nav.php:117 ../../Zotlabs/Widget/Newmember.php:35
msgid "Edit your profile"
msgstr "Редактировать профиль"
-#: ../../include/nav.php:122 ../../include/nav.php:126 ../../boot.php:1674
-#: ../../Zotlabs/Lib/Apps.php:335
+#: ../../include/nav.php:124 ../../include/nav.php:128 ../../boot.php:1698
+#: ../../Zotlabs/Lib/Apps.php:336
msgid "Login"
msgstr "Войти"
-#: ../../include/nav.php:122 ../../include/nav.php:126
+#: ../../include/nav.php:124 ../../include/nav.php:128
msgid "Sign in"
msgstr "Войти"
-#: ../../include/nav.php:153
+#: ../../include/nav.php:155
msgid "Take me home"
msgstr "Домой"
-#: ../../include/nav.php:155
+#: ../../include/nav.php:157
msgid "Log me out of this site"
msgstr "Выйти с этого сайта"
-#: ../../include/nav.php:160 ../../boot.php:1654
+#: ../../include/nav.php:162 ../../boot.php:1678
#: ../../Zotlabs/Module/Register.php:293
msgid "Register"
msgstr "Регистрация"
-#: ../../include/nav.php:160
+#: ../../include/nav.php:162
msgid "Create an account"
msgstr "Создать аккаунт"
-#: ../../include/nav.php:172
+#: ../../include/nav.php:174
msgid "Help and documentation"
msgstr "Справочная информация и документация"
-#: ../../include/nav.php:186
+#: ../../include/nav.php:188
msgid "Search site @name, !forum, #tag, ?docs, content"
msgstr "Искать на сайте @имя, !форум, #тег, ?документ, содержимое"
-#: ../../include/nav.php:192 ../../Zotlabs/Widget/Admin.php:55
+#: ../../include/nav.php:194 ../../Zotlabs/Widget/Admin.php:55
msgid "Admin"
msgstr "Администрирование"
-#: ../../include/nav.php:192
+#: ../../include/nav.php:194
msgid "Site Setup and Configuration"
msgstr "Установка и конфигурация сайта"
-#: ../../include/nav.php:326 ../../Zotlabs/Module/Defperms.php:256
+#: ../../include/nav.php:324 ../../Zotlabs/Module/Defperms.php:257
#: ../../Zotlabs/Module/New_channel.php:157
#: ../../Zotlabs/Module/New_channel.php:164
-#: ../../Zotlabs/Module/Connedit.php:869
-#: ../../Zotlabs/Widget/Notifications.php:162
+#: ../../Zotlabs/Module/Connedit.php:870
+#: ../../Zotlabs/Widget/Notifications.php:182
msgid "Loading"
msgstr "Загрузка"
-#: ../../include/nav.php:332
+#: ../../include/nav.php:330
msgid "@name, !forum, #tag, ?doc, content"
msgstr "@имя, !форум, #тег, ?документ, содержимое"
-#: ../../include/nav.php:333
+#: ../../include/nav.php:331
msgid "Please wait..."
msgstr "Подождите пожалуйста ..."
-#: ../../include/nav.php:339
+#: ../../include/nav.php:337
msgid "Add Apps"
msgstr "Добавить приложения"
-#: ../../include/nav.php:340
+#: ../../include/nav.php:338
msgid "Arrange Apps"
msgstr "Упорядочить приложения"
-#: ../../include/nav.php:341
+#: ../../include/nav.php:339
msgid "Toggle System Apps"
msgstr "Показать системные приложения"
-#: ../../include/nav.php:423 ../../Zotlabs/Module/Admin/Channels.php:154
+#: ../../include/nav.php:421 ../../Zotlabs/Module/Admin/Channels.php:154
msgid "Channel"
msgstr "Канал"
-#: ../../include/nav.php:426
+#: ../../include/nav.php:424
msgid "Status Messages and Posts"
msgstr "Статусы и публикации"
-#: ../../include/nav.php:436 ../../Zotlabs/Module/Help.php:80
+#: ../../include/nav.php:434 ../../Zotlabs/Module/Help.php:83
msgid "About"
msgstr "О себе"
-#: ../../include/nav.php:439
+#: ../../include/nav.php:437
msgid "Profile Details"
msgstr "Информация о профиле"
-#: ../../include/nav.php:454 ../../Zotlabs/Storage/Browser.php:278
-#: ../../Zotlabs/Module/Fbrowser.php:85 ../../Zotlabs/Lib/Apps.php:339
+#: ../../include/nav.php:452 ../../Zotlabs/Storage/Browser.php:278
+#: ../../Zotlabs/Module/Fbrowser.php:85 ../../Zotlabs/Lib/Apps.php:340
msgid "Files"
msgstr "Файлы"
-#: ../../include/nav.php:457
+#: ../../include/nav.php:455
msgid "Files and Storage"
msgstr "Файлы и хранилище"
-#: ../../include/nav.php:479 ../../include/nav.php:482
-#: ../../Zotlabs/Widget/Chatroom_list.php:16 ../../Zotlabs/Lib/Apps.php:329
+#: ../../include/nav.php:477 ../../include/nav.php:480
+#: ../../Zotlabs/Widget/Chatroom_list.php:16 ../../Zotlabs/Lib/Apps.php:330
msgid "Chatrooms"
msgstr "Чаты"
-#: ../../include/nav.php:492 ../../Zotlabs/Lib/Apps.php:328
+#: ../../include/nav.php:490 ../../Zotlabs/Lib/Apps.php:329
msgid "Bookmarks"
msgstr "Закладки"
-#: ../../include/nav.php:495
+#: ../../include/nav.php:493
msgid "Saved Bookmarks"
msgstr "Сохранённые закладки"
-#: ../../include/nav.php:503 ../../Zotlabs/Module/Cards.php:207
-#: ../../Zotlabs/Lib/Apps.php:325
+#: ../../include/nav.php:501 ../../Zotlabs/Module/Cards.php:207
+#: ../../Zotlabs/Lib/Apps.php:326
msgid "Cards"
msgstr "Карточки"
-#: ../../include/nav.php:506
+#: ../../include/nav.php:504
msgid "View Cards"
msgstr "Просмотреть карточки"
-#: ../../include/nav.php:514 ../../Zotlabs/Module/Articles.php:226
-#: ../../Zotlabs/Lib/Apps.php:324
+#: ../../include/nav.php:512 ../../Zotlabs/Module/Articles.php:226
+#: ../../Zotlabs/Lib/Apps.php:325
msgid "Articles"
msgstr "Статьи"
-#: ../../include/nav.php:517
+#: ../../include/nav.php:515
msgid "View Articles"
msgstr "Просмотр статей"
-#: ../../include/nav.php:526 ../../Zotlabs/Module/Webpages.php:252
-#: ../../Zotlabs/Lib/Apps.php:340
+#: ../../include/nav.php:524 ../../Zotlabs/Module/Webpages.php:252
+#: ../../Zotlabs/Lib/Apps.php:341
msgid "Webpages"
msgstr "Веб-страницы"
-#: ../../include/nav.php:529
+#: ../../include/nav.php:527
msgid "View Webpages"
msgstr "Просмотр веб-страниц"
-#: ../../include/nav.php:538 ../../Zotlabs/Module/Wiki.php:206
+#: ../../include/nav.php:536 ../../Zotlabs/Module/Wiki.php:206
#: ../../Zotlabs/Widget/Wiki_list.php:15
msgid "Wikis"
msgstr ""
-#: ../../include/nav.php:541 ../../Zotlabs/Lib/Apps.php:341
+#: ../../include/nav.php:539 ../../Zotlabs/Lib/Apps.php:342
msgid "Wiki"
msgstr ""
@@ -3926,117 +4038,127 @@ msgstr ""
msgid "%1$s's bookmarks"
msgstr "Закладки пользователя %1$s"
-#: ../../include/attach.php:267 ../../include/attach.php:375
+#: ../../include/attach.php:273 ../../include/attach.php:381
msgid "Item was not found."
msgstr "Элемент не найден."
-#: ../../include/attach.php:284
+#: ../../include/attach.php:290
msgid "Unknown error."
msgstr "Неизвестная ошибка."
-#: ../../include/attach.php:568
+#: ../../include/attach.php:574
msgid "No source file."
msgstr "Нет исходного файла."
-#: ../../include/attach.php:590
+#: ../../include/attach.php:596
msgid "Cannot locate file to replace"
msgstr "Не удается найти файл для замены"
-#: ../../include/attach.php:609
+#: ../../include/attach.php:615
msgid "Cannot locate file to revise/update"
msgstr "Не удается найти файл для пересмотра / обновления"
-#: ../../include/attach.php:751
+#: ../../include/attach.php:759
#, php-format
msgid "File exceeds size limit of %d"
msgstr "Файл превышает предельный размер %d"
-#: ../../include/attach.php:772
+#: ../../include/attach.php:780
#, php-format
msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
msgstr "Вы достигли предела %1$.0f Мбайт для хранения вложений."
-#: ../../include/attach.php:954
+#: ../../include/attach.php:968
msgid "File upload failed. Possible system limit or action terminated."
msgstr "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена."
-#: ../../include/attach.php:983
+#: ../../include/attach.php:997
msgid "Stored file could not be verified. Upload failed."
msgstr "Файл для сохранения не может быть проверен. Загрузка не удалась."
-#: ../../include/attach.php:1057 ../../include/attach.php:1073
+#: ../../include/attach.php:1069 ../../include/attach.php:1085
msgid "Path not available."
msgstr "Путь недоступен."
-#: ../../include/attach.php:1122 ../../include/attach.php:1285
+#: ../../include/attach.php:1134 ../../include/attach.php:1297
msgid "Empty pathname"
msgstr "Пустое имя пути"
-#: ../../include/attach.php:1148
+#: ../../include/attach.php:1160
msgid "duplicate filename or path"
msgstr "дублирующееся имя файла или пути"
-#: ../../include/attach.php:1173
+#: ../../include/attach.php:1185
msgid "Path not found."
msgstr "Путь не найден."
-#: ../../include/attach.php:1241
+#: ../../include/attach.php:1253
msgid "mkdir failed."
msgstr "mkdir не удался"
-#: ../../include/attach.php:1245
+#: ../../include/attach.php:1257
msgid "database storage failed."
msgstr "ошибка при записи базы данных."
-#: ../../include/attach.php:1291
+#: ../../include/attach.php:1303
msgid "Empty path"
msgstr "Пустое имя пути"
-#: ../../include/photo/photo_driver.php:367
-#: ../../Zotlabs/Module/Profile_photo.php:145
-#: ../../Zotlabs/Module/Profile_photo.php:282
+#: ../../include/attach.php:2035
+#, php-format
+msgid "%s shared a %s with you"
+msgstr "%s поделился с вами %s"
+
+#: ../../include/attach.php:2035
+#: ../../extend/addon/hzaddons/redfiles/redfilehelper.php:64
+msgid "file"
+msgstr "файл"
+
+#: ../../include/photo/photo_driver.php:413
+#: ../../Zotlabs/Module/Profile_photo.php:147
+#: ../../Zotlabs/Module/Profile_photo.php:284
msgid "Profile Photos"
msgstr "Фотографии профиля"
-#: ../../boot.php:1653
+#: ../../boot.php:1677
msgid "Create an account to access services and applications"
msgstr "Создайте аккаунт для доступа к службам и приложениям"
-#: ../../boot.php:1677
+#: ../../boot.php:1701
msgid "Login/Email"
msgstr "Пользователь / email"
-#: ../../boot.php:1678
+#: ../../boot.php:1702
msgid "Password"
msgstr "Пароль"
-#: ../../boot.php:1679
+#: ../../boot.php:1703
msgid "Remember me"
msgstr "Запомнить меня"
-#: ../../boot.php:1682
+#: ../../boot.php:1706
msgid "Forgot your password?"
msgstr "Забыли пароль или логин?"
-#: ../../boot.php:1683 ../../Zotlabs/Module/Lostpass.php:91
+#: ../../boot.php:1707 ../../Zotlabs/Module/Lostpass.php:91
msgid "Password Reset"
msgstr "Сбросить пароль"
-#: ../../boot.php:2551
+#: ../../boot.php:2575
#, php-format
msgid "[$Projectname] Website SSL error for %s"
msgstr "[$Projectname] Ошибка SSL/TLS веб-сайта для %s"
-#: ../../boot.php:2556
+#: ../../boot.php:2580
msgid "Website SSL certificate is not valid. Please correct."
msgstr "SSL/TLS сертификат веб-сайт недействителен. Исправьте это."
-#: ../../boot.php:2672
+#: ../../boot.php:2696
#, php-format
msgid "[$Projectname] Cron tasks not running on %s"
msgstr "[$Projectname] Задания Cron не запущены на %s"
-#: ../../boot.php:2677
+#: ../../boot.php:2701
msgid "Cron/Scheduled tasks not running."
msgstr "Задания Cron / планировщика не запущены."
@@ -4069,10 +4191,10 @@ msgid "Shared"
msgstr "Общие"
#: ../../Zotlabs/Storage/Browser.php:282 ../../Zotlabs/Storage/Browser.php:396
-#: ../../Zotlabs/Module/Cdav.php:1082 ../../Zotlabs/Module/Cdav.php:1388
-#: ../../Zotlabs/Module/Profiles.php:798
+#: ../../Zotlabs/Module/Cdav.php:1055 ../../Zotlabs/Module/Cdav.php:1383
+#: ../../Zotlabs/Module/Profiles.php:800
#: ../../Zotlabs/Module/New_channel.php:189 ../../Zotlabs/Module/Menu.php:182
-#: ../../Zotlabs/Module/Webpages.php:254 ../../Zotlabs/Module/Connedit.php:938
+#: ../../Zotlabs/Module/Webpages.php:254 ../../Zotlabs/Module/Connedit.php:939
#: ../../Zotlabs/Module/Blocks.php:159 ../../Zotlabs/Module/Articles.php:117
#: ../../Zotlabs/Module/Cards.php:113 ../../Zotlabs/Module/Layouts.php:185
#: ../../Zotlabs/Widget/Cdav.php:140 ../../Zotlabs/Widget/Cdav.php:178
@@ -4083,19 +4205,19 @@ msgstr "Создать"
msgid "Add Files"
msgstr "Добавить файлы"
-#: ../../Zotlabs/Storage/Browser.php:286 ../../Zotlabs/Lib/ThreadItem.php:172
+#: ../../Zotlabs/Storage/Browser.php:286 ../../Zotlabs/Lib/ThreadItem.php:174
msgid "Admin Delete"
msgstr "Удалено администратором"
-#: ../../Zotlabs/Storage/Browser.php:291 ../../Zotlabs/Module/Cdav.php:1373
+#: ../../Zotlabs/Storage/Browser.php:291 ../../Zotlabs/Module/Cdav.php:1368
#: ../../Zotlabs/Module/Oauth.php:113 ../../Zotlabs/Module/Oauth.php:139
-#: ../../Zotlabs/Module/Sharedwithme.php:104 ../../Zotlabs/Module/Chat.php:259
+#: ../../Zotlabs/Module/Sharedwithme.php:106 ../../Zotlabs/Module/Chat.php:257
#: ../../Zotlabs/Module/Oauth2.php:118 ../../Zotlabs/Module/Oauth2.php:146
#: ../../Zotlabs/Module/Admin/Channels.php:159
-#: ../../Zotlabs/Module/Connedit.php:923 ../../Zotlabs/Module/Group.php:154
+#: ../../Zotlabs/Module/Connedit.php:924 ../../Zotlabs/Module/Group.php:155
#: ../../Zotlabs/Module/Wiki.php:218
#: ../../Zotlabs/Widget/Wiki_page_history.php:22
-#: ../../Zotlabs/Lib/NativeWikiPage.php:561
+#: ../../Zotlabs/Lib/NativeWikiPage.php:564
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:172
msgid "Name"
msgstr "Имя"
@@ -4105,7 +4227,7 @@ msgid "Type"
msgstr "Тип"
#: ../../Zotlabs/Storage/Browser.php:294
-#: ../../Zotlabs/Module/Sharedwithme.php:107
+#: ../../Zotlabs/Module/Sharedwithme.php:109
msgid "Last Modified"
msgstr "Последнее изменение"
@@ -4131,10 +4253,10 @@ msgstr "Создать новую папку"
msgid "Upload file"
msgstr "Загрузить файл"
-#: ../../Zotlabs/Storage/Browser.php:398 ../../Zotlabs/Module/Photos.php:685
-#: ../../Zotlabs/Module/Cover_photo.php:429
-#: ../../Zotlabs/Module/Embedphotos.php:186
-#: ../../Zotlabs/Module/Profile_photo.php:498
+#: ../../Zotlabs/Storage/Browser.php:398 ../../Zotlabs/Module/Photos.php:687
+#: ../../Zotlabs/Module/Cover_photo.php:423
+#: ../../Zotlabs/Module/Embedphotos.php:188
+#: ../../Zotlabs/Module/Profile_photo.php:500
#: ../../Zotlabs/Widget/Portfolio.php:110 ../../Zotlabs/Widget/Cdav.php:146
#: ../../Zotlabs/Widget/Cdav.php:182 ../../Zotlabs/Widget/Album.php:97
msgid "Upload"
@@ -4162,109 +4284,10 @@ msgstr "Удалённая аутентификация заблокирован
msgid "Welcome %s. Remote authentication successful."
msgstr "Добро пожаловать %s. Удаленная аутентификация успешно завершена."
-#: ../../Zotlabs/Module/Regdir.php:49 ../../Zotlabs/Module/Dirsearch.php:25
+#: ../../Zotlabs/Module/Regdir.php:49 ../../Zotlabs/Module/Dirsearch.php:28
msgid "This site is not a directory server"
msgstr "Этот сайт не является сервером каталога"
-#: ../../Zotlabs/Module/Mail.php:77
-msgid "Unable to lookup recipient."
-msgstr "Не удалось найти получателя."
-
-#: ../../Zotlabs/Module/Mail.php:84
-msgid "Unable to communicate with requested channel."
-msgstr "Не удалось установить связь с запрашиваемым каналом."
-
-#: ../../Zotlabs/Module/Mail.php:91
-msgid "Cannot verify requested channel."
-msgstr "Не удалось установить подлинность требуемого канала."
-
-#: ../../Zotlabs/Module/Mail.php:109
-msgid "Selected channel has private message restrictions. Send failed."
-msgstr "Выбранный канал ограничивает частные сообщения. Отправка не удалась."
-
-#: ../../Zotlabs/Module/Mail.php:164
-msgid "Messages"
-msgstr "Сообщения"
-
-#: ../../Zotlabs/Module/Mail.php:177
-msgid "message"
-msgstr "сообщение"
-
-#: ../../Zotlabs/Module/Mail.php:218
-msgid "Message recalled."
-msgstr "Сообщение отозванно."
-
-#: ../../Zotlabs/Module/Mail.php:231
-msgid "Conversation removed."
-msgstr "Беседа удалена."
-
-#: ../../Zotlabs/Module/Mail.php:246 ../../Zotlabs/Module/Mail.php:367
-msgid "Expires YYYY-MM-DD HH:MM"
-msgstr "Истекает YYYY-MM-DD HH:MM"
-
-#: ../../Zotlabs/Module/Mail.php:274
-msgid "Requested channel is not in this network"
-msgstr "Запрашиваемый канал не доступен."
-
-#: ../../Zotlabs/Module/Mail.php:282
-msgid "Send Private Message"
-msgstr "Отправить личное сообщение"
-
-#: ../../Zotlabs/Module/Mail.php:283 ../../Zotlabs/Module/Mail.php:426
-msgid "To:"
-msgstr "Кому:"
-
-#: ../../Zotlabs/Module/Mail.php:286 ../../Zotlabs/Module/Mail.php:428
-msgid "Subject:"
-msgstr "Тема:"
-
-#: ../../Zotlabs/Module/Mail.php:289 ../../Zotlabs/Module/Invite.php:157
-msgid "Your message:"
-msgstr "Сообщение:"
-
-#: ../../Zotlabs/Module/Mail.php:291 ../../Zotlabs/Module/Mail.php:434
-msgid "Attach file"
-msgstr "Прикрепить файл"
-
-#: ../../Zotlabs/Module/Mail.php:293
-msgid "Send"
-msgstr "Отправить"
-
-#: ../../Zotlabs/Module/Mail.php:397
-msgid "Delete message"
-msgstr "Удалить сообщение"
-
-#: ../../Zotlabs/Module/Mail.php:398
-msgid "Delivery report"
-msgstr "Отчёт о доставке"
-
-#: ../../Zotlabs/Module/Mail.php:399
-msgid "Recall message"
-msgstr "Отозвать сообщение"
-
-#: ../../Zotlabs/Module/Mail.php:401
-msgid "Message has been recalled."
-msgstr "Сообщение отозванно"
-
-#: ../../Zotlabs/Module/Mail.php:419
-msgid "Delete Conversation"
-msgstr "Удалить беседу"
-
-#: ../../Zotlabs/Module/Mail.php:421
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Безопасная связь недоступна. Вы <strong>можете</strong> попытаться ответить со страницы профиля отправителя."
-
-#: ../../Zotlabs/Module/Mail.php:425
-msgid "Send Reply"
-msgstr "Отправить ответ"
-
-#: ../../Zotlabs/Module/Mail.php:430
-#, php-format
-msgid "Your message for %s (%s):"
-msgstr "Ваше сообщение для %s (%s):"
-
#: ../../Zotlabs/Module/Pconfig.php:32 ../../Zotlabs/Module/Pconfig.php:68
msgid "This setting requires special processing and editing has been blocked."
msgstr "Этот параметр требует специальной обработки и редактирования и был заблокирован."
@@ -4278,43 +4301,42 @@ 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 "Предупреждение. Изменение некоторых настроек может привести к неработоспособности вашего канала. Пожалуйста, покиньте эту страницу, если вы точно не значете, как правильно использовать эту функцию."
+msgstr "Предупреждение. Изменение некоторых настроек может привести к неработоспособности вашего канала. Пожалуйста, покиньте эту страницу, если вы точно не знаете, как правильно использовать эту функцию."
-#: ../../Zotlabs/Module/Defperms.php:67 ../../Zotlabs/Module/Connedit.php:81
+#: ../../Zotlabs/Module/Defperms.php:68 ../../Zotlabs/Module/Connedit.php:82
msgid "Could not access contact record."
msgstr "Не удалось получить доступ к записи контакта."
-#: ../../Zotlabs/Module/Defperms.php:111
-#: ../../Zotlabs/Module/Settings/Channel.php:266
+#: ../../Zotlabs/Module/Defperms.php:112
+#: ../../Zotlabs/Module/Settings/Channel.php:267
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:82
#: ../../extend/addon/hzaddons/logrot/logrot.php:54
-#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:169
+#: ../../extend/addon/hzaddons/diaspora/diaspora.php:93
+#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:171
#: ../../extend/addon/hzaddons/msgfooter/msgfooter.php:54
-#: ../../extend/addon/hzaddons/twitter/twitter.php:489
+#: ../../extend/addon/hzaddons/twitter/twitter.php:494
#: ../../extend/addon/hzaddons/xmpp/xmpp.php:54
#: ../../extend/addon/hzaddons/piwik/piwik.php:116
msgid "Settings updated."
msgstr "Настройки обновлены."
-#: ../../Zotlabs/Module/Defperms.php:189
+#: ../../Zotlabs/Module/Defperms.php:190
msgid "Default Permissions App"
msgstr "Приложение \"Разрешения по умолчанию\""
-#: ../../Zotlabs/Module/Defperms.php:189 ../../Zotlabs/Module/Permcats.php:62
-#: ../../Zotlabs/Module/Poke.php:165 ../../Zotlabs/Module/Cdav.php:899
+#: ../../Zotlabs/Module/Defperms.php:190 ../../Zotlabs/Module/Permcats.php:63
+#: ../../Zotlabs/Module/Poke.php:165 ../../Zotlabs/Module/Cdav.php:872
#: ../../Zotlabs/Module/Oauth.php:100 ../../Zotlabs/Module/Pubstream.php:20
-#: ../../Zotlabs/Module/Sources.php:88 ../../Zotlabs/Module/Chat.php:102
+#: ../../Zotlabs/Module/Sources.php:88 ../../Zotlabs/Module/Chat.php:100
#: ../../Zotlabs/Module/Oauth2.php:106 ../../Zotlabs/Module/Uexport.php:61
#: ../../Zotlabs/Module/Bookmarks.php:78 ../../Zotlabs/Module/Probe.php:18
-#: ../../Zotlabs/Module/Tokens.php:99 ../../Zotlabs/Module/Notes.php:56
-#: ../../Zotlabs/Module/Webpages.php:48 ../../Zotlabs/Module/Group.php:106
+#: ../../Zotlabs/Module/Tokens.php:99 ../../Zotlabs/Module/Notes.php:57
+#: ../../Zotlabs/Module/Webpages.php:48 ../../Zotlabs/Module/Group.php:107
#: ../../Zotlabs/Module/Mood.php:134 ../../Zotlabs/Module/Lang.php:17
#: ../../Zotlabs/Module/Randprof.php:29 ../../Zotlabs/Module/Invite.php:110
-#: ../../Zotlabs/Module/Articles.php:52 ../../Zotlabs/Module/Connect.php:104
-#: ../../Zotlabs/Module/Pdledit.php:42 ../../Zotlabs/Module/Affinity.php:52
-#: ../../Zotlabs/Module/Wiki.php:52 ../../Zotlabs/Module/Suggest.php:40
-#: ../../Zotlabs/Module/Cards.php:51
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:96
+#: ../../Zotlabs/Module/Articles.php:52 ../../Zotlabs/Module/Pdledit.php:43
+#: ../../Zotlabs/Module/Affinity.php:52 ../../Zotlabs/Module/Wiki.php:52
+#: ../../Zotlabs/Module/Suggest.php:40 ../../Zotlabs/Module/Cards.php:51
#: ../../extend/addon/hzaddons/pumpio/Mod_Pumpio.php:53
#: ../../extend/addon/hzaddons/ljpost/Mod_Ljpost.php:38
#: ../../extend/addon/hzaddons/planets/Mod_Planets.php:20
@@ -4327,14 +4349,15 @@ msgstr "Приложение \"Разрешения по умолчанию\""
#: ../../extend/addon/hzaddons/pubcrawl/Mod_Pubcrawl.php:40
#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:58
#: ../../extend/addon/hzaddons/superblock/Mod_Superblock.php:20
-#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:36
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:39
#: ../../extend/addon/hzaddons/rtof/Mod_Rtof.php:36
#: ../../extend/addon/hzaddons/ijpost/Mod_Ijpost.php:35
#: ../../extend/addon/hzaddons/fuzzloc/Mod_Fuzzloc.php:34
#: ../../extend/addon/hzaddons/redred/Mod_Redred.php:50
#: ../../extend/addon/hzaddons/nsfw/Mod_Nsfw.php:33
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:41
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:43
#: ../../extend/addon/hzaddons/gallery/Mod_Gallery.php:58
+#: ../../extend/addon/hzaddons/hideaside/Mod_Hideaside.php:23
#: ../../extend/addon/hzaddons/twitter/Mod_Twitter.php:78
#: ../../extend/addon/hzaddons/libertree/Mod_Libertree.php:35
#: ../../extend/addon/hzaddons/xmpp/Mod_Xmpp.php:35
@@ -4343,101 +4366,100 @@ msgstr "Приложение \"Разрешения по умолчанию\""
#: ../../extend/addon/hzaddons/nofed/Mod_Nofed.php:33
#: ../../extend/addon/hzaddons/nsabait/Mod_Nsabait.php:20
#: ../../extend/addon/hzaddons/smileybutton/Mod_Smileybutton.php:35
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:53
#: ../../extend/addon/hzaddons/gnusoc/Mod_Gnusoc.php:22
#: ../../extend/addon/hzaddons/hsse/Mod_Hsse.php:21
msgid "Not Installed"
msgstr "не установлено"
-#: ../../Zotlabs/Module/Defperms.php:190
+#: ../../Zotlabs/Module/Defperms.php:191
msgid "Set custom default permissions for new connections"
msgstr "Настройка пользовательских разрешений по умолчанию для новых подключений "
-#: ../../Zotlabs/Module/Defperms.php:254 ../../Zotlabs/Module/Connedit.php:867
+#: ../../Zotlabs/Module/Defperms.php:255 ../../Zotlabs/Module/Connedit.php:868
msgid "Connection Default Permissions"
msgstr "Разрешения по умолчанию для контакта"
-#: ../../Zotlabs/Module/Defperms.php:255 ../../Zotlabs/Module/Connedit.php:868
+#: ../../Zotlabs/Module/Defperms.php:256 ../../Zotlabs/Module/Connedit.php:869
msgid "Apply these permissions automatically"
msgstr "Применить эти разрешения автоматически"
-#: ../../Zotlabs/Module/Defperms.php:255
-#: ../../Zotlabs/Module/Settings/Channel.php:470
+#: ../../Zotlabs/Module/Defperms.php:256
+#: ../../Zotlabs/Module/Settings/Channel.php:471
msgid ""
"If enabled, connection requests will be approved without your interaction"
msgstr "Если включено, запросы контактов будут одобрены без вашего участия"
-#: ../../Zotlabs/Module/Defperms.php:256 ../../Zotlabs/Module/Connedit.php:869
+#: ../../Zotlabs/Module/Defperms.php:257 ../../Zotlabs/Module/Connedit.php:870
msgid "Permission role"
msgstr "Роль разрешения"
-#: ../../Zotlabs/Module/Defperms.php:257 ../../Zotlabs/Module/Connedit.php:870
+#: ../../Zotlabs/Module/Defperms.php:258 ../../Zotlabs/Module/Connedit.php:871
msgid "Add permission role"
msgstr "Добавить роль разрешения"
-#: ../../Zotlabs/Module/Defperms.php:261 ../../Zotlabs/Module/Connedit.php:883
+#: ../../Zotlabs/Module/Defperms.php:262 ../../Zotlabs/Module/Connedit.php:884
msgid ""
"The permissions indicated on this page will be applied to all new "
"connections."
msgstr "Разрешения, указанные на этой странице, будут применяться ко всем новым соединениям."
-#: ../../Zotlabs/Module/Defperms.php:262
+#: ../../Zotlabs/Module/Defperms.php:263
msgid "Automatic approval settings"
msgstr "Настройки автоматического одобрения"
-#: ../../Zotlabs/Module/Defperms.php:264 ../../Zotlabs/Module/Permcats.php:123
-#: ../../Zotlabs/Module/Tokens.php:183 ../../Zotlabs/Module/Connedit.php:903
+#: ../../Zotlabs/Module/Defperms.php:265 ../../Zotlabs/Module/Permcats.php:124
+#: ../../Zotlabs/Module/Tokens.php:183 ../../Zotlabs/Module/Connedit.php:904
msgid "inherited"
msgstr "наследуется"
-#: ../../Zotlabs/Module/Defperms.php:266 ../../Zotlabs/Module/Permcats.php:121
-#: ../../Zotlabs/Module/Tokens.php:181 ../../Zotlabs/Module/Connedit.php:908
+#: ../../Zotlabs/Module/Defperms.php:267 ../../Zotlabs/Module/Permcats.php:122
+#: ../../Zotlabs/Module/Tokens.php:181 ../../Zotlabs/Module/Connedit.php:909
msgid "My Settings"
msgstr "Мои настройки"
-#: ../../Zotlabs/Module/Defperms.php:269 ../../Zotlabs/Module/Permcats.php:126
-#: ../../Zotlabs/Module/Tokens.php:186 ../../Zotlabs/Module/Connedit.php:910
+#: ../../Zotlabs/Module/Defperms.php:270 ../../Zotlabs/Module/Permcats.php:127
+#: ../../Zotlabs/Module/Tokens.php:186 ../../Zotlabs/Module/Connedit.php:911
msgid "Individual Permissions"
msgstr "Индивидуальные разрешения"
-#: ../../Zotlabs/Module/Defperms.php:270
+#: ../../Zotlabs/Module/Defperms.php:271
msgid ""
"Some individual permissions may have been preset or locked based on your "
"channel type and privacy settings."
msgstr "Некоторые индивидуальные разрешения могут быть предустановлены или заблокированы на основании типа вашего канала и настроек приватности."
-#: ../../Zotlabs/Module/Permcats.php:28
+#: ../../Zotlabs/Module/Permcats.php:29
msgid "Permission category name is required."
msgstr "Требуется категория разрешений."
-#: ../../Zotlabs/Module/Permcats.php:47
+#: ../../Zotlabs/Module/Permcats.php:48
msgid "Permission category saved."
msgstr "Категория разрешения сохранена."
-#: ../../Zotlabs/Module/Permcats.php:62
+#: ../../Zotlabs/Module/Permcats.php:63
msgid "Permission Categories App"
msgstr "Приложение \"Категории разрешений\""
-#: ../../Zotlabs/Module/Permcats.php:63
+#: ../../Zotlabs/Module/Permcats.php:64
msgid "Create custom connection permission limits"
msgstr "Создать пользовательские ограничения на доступ к подключению"
-#: ../../Zotlabs/Module/Permcats.php:79
+#: ../../Zotlabs/Module/Permcats.php:80
msgid ""
"Use this form to create permission rules for various classes of people or "
"connections."
msgstr "Используйте эту форму для создания правил разрешений для различных групп людей и контактов."
-#: ../../Zotlabs/Module/Permcats.php:112 ../../Zotlabs/Lib/Apps.php:373
+#: ../../Zotlabs/Module/Permcats.php:113 ../../Zotlabs/Lib/Apps.php:374
msgid "Permission Categories"
msgstr "Категории разрешений"
-#: ../../Zotlabs/Module/Permcats.php:120
+#: ../../Zotlabs/Module/Permcats.php:121
msgid "Permission category name"
msgstr "Наименование категории разрешений"
-#: ../../Zotlabs/Module/Permcats.php:127 ../../Zotlabs/Module/Tokens.php:187
-#: ../../Zotlabs/Module/Connedit.php:911
+#: ../../Zotlabs/Module/Permcats.php:128 ../../Zotlabs/Module/Tokens.php:187
+#: ../../Zotlabs/Module/Connedit.php:912
msgid ""
"Some permissions may be inherited from your channel's <a href=\"settings"
"\"><strong>privacy settings</strong></a>, which have higher priority than "
@@ -4523,33 +4545,33 @@ msgstr "Параметры"
msgid "Redeliver"
msgstr "Доставить повторно"
-#: ../../Zotlabs/Module/Network.php:109
+#: ../../Zotlabs/Module/Network.php:110
msgid "No such group"
msgstr "Нет такой группы"
-#: ../../Zotlabs/Module/Network.php:158
+#: ../../Zotlabs/Module/Network.php:159
msgid "No such channel"
msgstr "Нет такого канала"
-#: ../../Zotlabs/Module/Network.php:173 ../../Zotlabs/Module/Channel.php:195
+#: ../../Zotlabs/Module/Network.php:174 ../../Zotlabs/Module/Channel.php:195
msgid "Search Results For:"
msgstr "Результаты поиска для:"
-#: ../../Zotlabs/Module/Network.php:203 ../../Zotlabs/Module/Display.php:80
-#: ../../Zotlabs/Module/Pubstream.php:94 ../../Zotlabs/Module/Channel.php:230
+#: ../../Zotlabs/Module/Network.php:204 ../../Zotlabs/Module/Display.php:80
+#: ../../Zotlabs/Module/Pubstream.php:99 ../../Zotlabs/Module/Channel.php:230
#: ../../Zotlabs/Module/Hq.php:134
msgid "Reset form"
msgstr "Очистить форму"
-#: ../../Zotlabs/Module/Network.php:242
+#: ../../Zotlabs/Module/Network.php:243
msgid "Privacy group is empty"
msgstr "Группа конфиденциальности пуста"
-#: ../../Zotlabs/Module/Network.php:252
+#: ../../Zotlabs/Module/Network.php:253
msgid "Privacy group: "
msgstr "Группа конфиденциальности: "
-#: ../../Zotlabs/Module/Network.php:325
+#: ../../Zotlabs/Module/Network.php:326
#: ../../extend/addon/hzaddons/redred/Mod_Redred.php:29
msgid "Invalid channel."
msgstr "Недействительный канал."
@@ -4591,40 +4613,40 @@ msgstr "Общих контактов нет."
msgid "View Common Connections"
msgstr "Просмотр общий контактов"
-#: ../../Zotlabs/Module/Acl.php:360
+#: ../../Zotlabs/Module/Acl.php:361
msgid "network"
msgstr "сеть"
-#: ../../Zotlabs/Module/Item.php:382
+#: ../../Zotlabs/Module/Item.php:348 ../../Zotlabs/Module/Pin.php:35
msgid "Unable to locate original post."
msgstr "Не удалось найти оригинальную публикацию."
-#: ../../Zotlabs/Module/Item.php:668
+#: ../../Zotlabs/Module/Item.php:634
msgid "Empty post discarded."
msgstr "Пустая публикация отклонена."
-#: ../../Zotlabs/Module/Item.php:1077
+#: ../../Zotlabs/Module/Item.php:1086
msgid "Duplicate post suppressed."
msgstr "Подавлена дублирующаяся публикация."
-#: ../../Zotlabs/Module/Item.php:1222
+#: ../../Zotlabs/Module/Item.php:1231
msgid "System error. Post not saved."
msgstr "Системная ошибка. Публикация не сохранена."
-#: ../../Zotlabs/Module/Item.php:1252
+#: ../../Zotlabs/Module/Item.php:1265
msgid "Your comment is awaiting approval."
msgstr "Ваш комментарий ожидает одобрения."
-#: ../../Zotlabs/Module/Item.php:1369
+#: ../../Zotlabs/Module/Item.php:1382
msgid "Unable to obtain post information from database."
msgstr "Невозможно получить информацию о публикации из базы данных"
-#: ../../Zotlabs/Module/Item.php:1376
+#: ../../Zotlabs/Module/Item.php:1389
#, php-format
msgid "You have reached your limit of %1$.0f top level posts."
msgstr "Вы достигли вашего ограничения в %1$.0f публикаций высокого уровня."
-#: ../../Zotlabs/Module/Item.php:1383
+#: ../../Zotlabs/Module/Item.php:1396
#, php-format
msgid "You have reached your limit of %1$.0f webpages."
msgstr "Вы достигли вашего ограничения в %1$.0f страниц."
@@ -4633,59 +4655,60 @@ msgstr "Вы достигли вашего ограничения в %1$.0f с
msgid "Some blurb about what to do when you're new here"
msgstr "Некоторые предложения о том, что делать, если вы здесь новичок "
-#: ../../Zotlabs/Module/Display.php:29 ../../Zotlabs/Module/Directory.php:67
-#: ../../Zotlabs/Module/Directory.php:72 ../../Zotlabs/Module/Photos.php:516
+#: ../../Zotlabs/Module/Display.php:29 ../../Zotlabs/Module/Directory.php:71
+#: ../../Zotlabs/Module/Directory.php:76 ../../Zotlabs/Module/Photos.php:518
#: ../../Zotlabs/Module/Viewconnections.php:23
#: ../../Zotlabs/Module/Ratings.php:83 ../../Zotlabs/Module/Search.php:17
msgid "Public access denied."
msgstr "Публичный доступ запрещен."
-#: ../../Zotlabs/Module/Display.php:379 ../../Zotlabs/Module/Channel.php:485
+#: ../../Zotlabs/Module/Display.php:383 ../../Zotlabs/Module/Channel.php:497
msgid ""
"You must enable javascript for your browser to be able to view this content."
msgstr "Для просмотра этого содержимого в вашем браузере должен быть включён JavaScript"
-#: ../../Zotlabs/Module/Display.php:397
+#: ../../Zotlabs/Module/Display.php:401
msgid "Article"
msgstr "Статья"
-#: ../../Zotlabs/Module/Display.php:449
+#: ../../Zotlabs/Module/Display.php:453
msgid "Item has been removed."
msgstr "Элемент был удалён."
-#: ../../Zotlabs/Module/Ping.php:337 ../../Zotlabs/Lib/Enotify.php:938
+#: ../../Zotlabs/Module/Ping.php:337 ../../Zotlabs/Lib/Enotify.php:948
msgid "sent you a private message"
msgstr "отправил вам личное сообщение"
-#: ../../Zotlabs/Module/Ping.php:393 ../../Zotlabs/Lib/Enotify.php:904
+#: ../../Zotlabs/Module/Ping.php:393 ../../Zotlabs/Lib/Enotify.php:914
msgid "added your channel"
msgstr "добавил ваш канал"
-#: ../../Zotlabs/Module/Ping.php:418 ../../Zotlabs/Lib/Enotify.php:977
+#: ../../Zotlabs/Module/Ping.php:418 ../../Zotlabs/Lib/Enotify.php:986
msgid "requires approval"
msgstr "Требуется подтверждение"
-#: ../../Zotlabs/Module/Ping.php:428 ../../Zotlabs/Lib/Enotify.php:947
+#: ../../Zotlabs/Module/Ping.php:428 ../../Zotlabs/Lib/Enotify.php:957
msgid "g A l F d"
msgstr "g A l F d"
-#: ../../Zotlabs/Module/Ping.php:446 ../../Zotlabs/Lib/Enotify.php:950
+#: ../../Zotlabs/Module/Ping.php:446 ../../Zotlabs/Lib/Enotify.php:960
msgid "[today]"
msgstr "[сегодня]"
-#: ../../Zotlabs/Module/Ping.php:456 ../../Zotlabs/Lib/Enotify.php:960
+#: ../../Zotlabs/Module/Ping.php:456 ../../Zotlabs/Lib/Enotify.php:970
msgid "posted an event"
msgstr "событие опубликовано"
-#: ../../Zotlabs/Module/Ping.php:490 ../../Zotlabs/Lib/Enotify.php:921
+#: ../../Zotlabs/Module/Ping.php:490 ../../Zotlabs/Lib/Enotify.php:829
+#: ../../Zotlabs/Lib/Enotify.php:931
msgid "shared a file with you"
msgstr "с вами поделились файлом"
-#: ../../Zotlabs/Module/Ping.php:672 ../../Zotlabs/Module/Sse_bs.php:407
+#: ../../Zotlabs/Module/Ping.php:672 ../../Zotlabs/Module/Sse_bs.php:510
msgid "Private forum"
msgstr "Частный форум"
-#: ../../Zotlabs/Module/Ping.php:672 ../../Zotlabs/Module/Sse_bs.php:407
+#: ../../Zotlabs/Module/Ping.php:672 ../../Zotlabs/Module/Sse_bs.php:510
msgid "Public forum"
msgstr "Публичный форум"
@@ -4729,20 +4752,20 @@ msgstr "Удаленная информация о конфиденциальн
msgid "Visible to:"
msgstr "Видимо для:"
-#: ../../Zotlabs/Module/Tagger.php:48
+#: ../../Zotlabs/Module/Tagger.php:50
msgid "Post not found."
msgstr "Публикация не найдена"
-#: ../../Zotlabs/Module/Tagger.php:119
+#: ../../Zotlabs/Module/Tagger.php:121
#, php-format
msgid "%1$s tagged %2$s's %3$s with %4$s"
msgstr "%1$s отметил тегом %4$s %3$s %2$s"
-#: ../../Zotlabs/Module/Directory.php:116
+#: ../../Zotlabs/Module/Directory.php:120
msgid "No default suggestions were found."
msgstr "Предложений по умолчанию не найдено."
-#: ../../Zotlabs/Module/Directory.php:270
+#: ../../Zotlabs/Module/Directory.php:280
#, php-format
msgid "%d rating"
msgid_plural "%d ratings"
@@ -4750,313 +4773,298 @@ msgstr[0] "%d оценка"
msgstr[1] "%d оценки"
msgstr[2] "%d оценок"
-#: ../../Zotlabs/Module/Directory.php:281
+#: ../../Zotlabs/Module/Directory.php:291
msgid "Gender: "
msgstr "Пол:"
-#: ../../Zotlabs/Module/Directory.php:283
+#: ../../Zotlabs/Module/Directory.php:293
msgid "Status: "
msgstr "Статус:"
-#: ../../Zotlabs/Module/Directory.php:285
+#: ../../Zotlabs/Module/Directory.php:295
msgid "Homepage: "
msgstr "Домашняя страница:"
-#: ../../Zotlabs/Module/Directory.php:345
+#: ../../Zotlabs/Module/Directory.php:358
msgid "Description:"
msgstr "Описание:"
-#: ../../Zotlabs/Module/Directory.php:354
+#: ../../Zotlabs/Module/Directory.php:360
+#: ../../Zotlabs/Module/Admin/Channels.php:151
+msgid "Uncensor"
+msgstr "Нецензурировать"
+
+#: ../../Zotlabs/Module/Directory.php:360
+#: ../../Zotlabs/Module/Admin/Channels.php:150
+msgid "Censor"
+msgstr "Цензурировать"
+
+#: ../../Zotlabs/Module/Directory.php:369
msgid "Public Forum:"
msgstr "Публичный форум:"
-#: ../../Zotlabs/Module/Directory.php:357
+#: ../../Zotlabs/Module/Directory.php:372
msgid "Keywords: "
msgstr "Ключевые слова:"
-#: ../../Zotlabs/Module/Directory.php:360
+#: ../../Zotlabs/Module/Directory.php:375
msgid "Don't suggest"
msgstr "Не предлагать"
-#: ../../Zotlabs/Module/Directory.php:362
+#: ../../Zotlabs/Module/Directory.php:377
msgid "Common connections (estimated):"
msgstr "Общие контакты (оценочно):"
-#: ../../Zotlabs/Module/Directory.php:411
+#: ../../Zotlabs/Module/Directory.php:426
msgid "Global Directory"
msgstr "Глобальный каталог"
-#: ../../Zotlabs/Module/Directory.php:411
+#: ../../Zotlabs/Module/Directory.php:426
msgid "Local Directory"
msgstr "Локальный каталог"
-#: ../../Zotlabs/Module/Directory.php:417
+#: ../../Zotlabs/Module/Directory.php:432
msgid "Finding:"
msgstr "Поиск:"
-#: ../../Zotlabs/Module/Directory.php:422
+#: ../../Zotlabs/Module/Directory.php:437
msgid "next page"
msgstr "следующая страница"
-#: ../../Zotlabs/Module/Directory.php:422
+#: ../../Zotlabs/Module/Directory.php:437
msgid "previous page"
msgstr "предыдущая страница"
-#: ../../Zotlabs/Module/Directory.php:423
+#: ../../Zotlabs/Module/Directory.php:438
msgid "Sort options"
msgstr "Параметры сортировки"
-#: ../../Zotlabs/Module/Directory.php:424
+#: ../../Zotlabs/Module/Directory.php:439
msgid "Alphabetic"
msgstr "По алфавиту"
-#: ../../Zotlabs/Module/Directory.php:425
+#: ../../Zotlabs/Module/Directory.php:440
msgid "Reverse Alphabetic"
msgstr "Против алфавита"
-#: ../../Zotlabs/Module/Directory.php:426
+#: ../../Zotlabs/Module/Directory.php:441
msgid "Newest to Oldest"
msgstr "От новых к старым"
-#: ../../Zotlabs/Module/Directory.php:427
+#: ../../Zotlabs/Module/Directory.php:442
msgid "Oldest to Newest"
msgstr "От старых к новым"
-#: ../../Zotlabs/Module/Directory.php:444
+#: ../../Zotlabs/Module/Directory.php:459
msgid "No entries (some entries may be hidden)."
msgstr "Нет записей (некоторые записи могут быть скрыты)."
-#: ../../Zotlabs/Module/Cdav.php:807 ../../Zotlabs/Module/Events.php:28
+#: ../../Zotlabs/Module/Cdav.php:814 ../../Zotlabs/Module/Events.php:28
msgid "Calendar entries imported."
msgstr "События календаря импортированы."
-#: ../../Zotlabs/Module/Cdav.php:809 ../../Zotlabs/Module/Events.php:30
+#: ../../Zotlabs/Module/Cdav.php:816 ../../Zotlabs/Module/Events.php:30
msgid "No calendar entries found."
msgstr "Не найдено событий в календаре."
-#: ../../Zotlabs/Module/Cdav.php:870
-msgid "INVALID EVENT DISMISSED!"
-msgstr "НЕДЕЙСТВИТЕЛЬНОЕ СОБЫТИЕ ОТКЛОНЕНО!"
-
-#: ../../Zotlabs/Module/Cdav.php:871
-msgid "Summary: "
-msgstr "Резюме: "
-
#: ../../Zotlabs/Module/Cdav.php:872
-msgid "Date: "
-msgstr "Дата: "
-
-#: ../../Zotlabs/Module/Cdav.php:873 ../../Zotlabs/Module/Cdav.php:880
-msgid "Reason: "
-msgstr "Причина: "
-
-#: ../../Zotlabs/Module/Cdav.php:878
-msgid "INVALID CARD DISMISSED!"
-msgstr "НЕДЕЙСТВИТЕЛЬНАЯ КАРТОЧКА ОТКЛОНЕНА!"
-
-#: ../../Zotlabs/Module/Cdav.php:879
-msgid "Name: "
-msgstr "Имя: "
-
-#: ../../Zotlabs/Module/Cdav.php:899
msgid "CardDAV App"
msgstr "Приложение CardDAV"
-#: ../../Zotlabs/Module/Cdav.php:900
+#: ../../Zotlabs/Module/Cdav.php:873
msgid "CalDAV capable addressbook"
msgstr "Адресная книга с поддержкой CalDAV"
-#: ../../Zotlabs/Module/Cdav.php:966
-#: ../../Zotlabs/Module/Channel_calendar.php:387
+#: ../../Zotlabs/Module/Cdav.php:939
+#: ../../Zotlabs/Module/Channel_calendar.php:393
#: ../../Zotlabs/Module/Cal.php:167
msgid "Link to source"
msgstr "Ссылка на источник"
-#: ../../Zotlabs/Module/Cdav.php:1032 ../../Zotlabs/Module/Events.php:468
+#: ../../Zotlabs/Module/Cdav.php:1005 ../../Zotlabs/Module/Events.php:468
msgid "Event title"
msgstr "Наименование события"
-#: ../../Zotlabs/Module/Cdav.php:1033 ../../Zotlabs/Module/Events.php:474
+#: ../../Zotlabs/Module/Cdav.php:1006 ../../Zotlabs/Module/Events.php:474
msgid "Start date and time"
msgstr "Дата и время начала"
-#: ../../Zotlabs/Module/Cdav.php:1034
+#: ../../Zotlabs/Module/Cdav.php:1007
msgid "End date and time"
msgstr "Дата и время окончания"
-#: ../../Zotlabs/Module/Cdav.php:1035 ../../Zotlabs/Module/Events.php:497
+#: ../../Zotlabs/Module/Cdav.php:1008 ../../Zotlabs/Module/Events.php:497
msgid "Timezone:"
msgstr "Часовой пояс:"
-#: ../../Zotlabs/Module/Cdav.php:1037 ../../Zotlabs/Module/Appman.php:145
+#: ../../Zotlabs/Module/Cdav.php:1010 ../../Zotlabs/Module/Appman.php:145
#: ../../Zotlabs/Module/Events.php:481 ../../Zotlabs/Module/Rbmark.php:101
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:173
-#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:262
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:654
+#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:264
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:655
msgid "Description"
msgstr "Описание"
-#: ../../Zotlabs/Module/Cdav.php:1058 ../../Zotlabs/Module/Photos.php:944
+#: ../../Zotlabs/Module/Cdav.php:1031 ../../Zotlabs/Module/Photos.php:946
#: ../../Zotlabs/Module/Events.php:697 ../../Zotlabs/Module/Events.php:706
#: ../../Zotlabs/Module/Cal.php:205
msgid "Previous"
msgstr "Предыдущая"
-#: ../../Zotlabs/Module/Cdav.php:1059 ../../Zotlabs/Module/Photos.php:953
+#: ../../Zotlabs/Module/Cdav.php:1032 ../../Zotlabs/Module/Photos.php:955
#: ../../Zotlabs/Module/Events.php:698 ../../Zotlabs/Module/Events.php:707
#: ../../Zotlabs/Module/Cal.php:206 ../../Zotlabs/Module/Setup.php:260
msgid "Next"
msgstr "Следующая"
-#: ../../Zotlabs/Module/Cdav.php:1060 ../../Zotlabs/Module/Events.php:708
+#: ../../Zotlabs/Module/Cdav.php:1033 ../../Zotlabs/Module/Events.php:708
#: ../../Zotlabs/Module/Cal.php:207
msgid "Today"
msgstr "Сегодня"
-#: ../../Zotlabs/Module/Cdav.php:1061 ../../Zotlabs/Module/Events.php:703
+#: ../../Zotlabs/Module/Cdav.php:1034 ../../Zotlabs/Module/Events.php:703
msgid "Month"
msgstr "Месяц"
-#: ../../Zotlabs/Module/Cdav.php:1062 ../../Zotlabs/Module/Events.php:704
+#: ../../Zotlabs/Module/Cdav.php:1035 ../../Zotlabs/Module/Events.php:704
msgid "Week"
msgstr "Неделя"
-#: ../../Zotlabs/Module/Cdav.php:1063 ../../Zotlabs/Module/Events.php:705
+#: ../../Zotlabs/Module/Cdav.php:1036 ../../Zotlabs/Module/Events.php:705
msgid "Day"
msgstr "День"
-#: ../../Zotlabs/Module/Cdav.php:1064
+#: ../../Zotlabs/Module/Cdav.php:1037
msgid "List month"
msgstr "Просмотреть месяц"
-#: ../../Zotlabs/Module/Cdav.php:1065
+#: ../../Zotlabs/Module/Cdav.php:1038
msgid "List week"
msgstr "Просмотреть неделю"
-#: ../../Zotlabs/Module/Cdav.php:1066
+#: ../../Zotlabs/Module/Cdav.php:1039
msgid "List day"
msgstr "Просмотреть день"
-#: ../../Zotlabs/Module/Cdav.php:1074
+#: ../../Zotlabs/Module/Cdav.php:1047
msgid "More"
msgstr "Больше"
-#: ../../Zotlabs/Module/Cdav.php:1075
+#: ../../Zotlabs/Module/Cdav.php:1048
msgid "Less"
msgstr "Меньше"
-#: ../../Zotlabs/Module/Cdav.php:1076 ../../Zotlabs/Module/Cdav.php:1389
-#: ../../Zotlabs/Module/Profiles.php:799 ../../Zotlabs/Module/Oauth.php:53
+#: ../../Zotlabs/Module/Cdav.php:1049 ../../Zotlabs/Module/Cdav.php:1384
+#: ../../Zotlabs/Module/Profiles.php:801 ../../Zotlabs/Module/Oauth.php:53
#: ../../Zotlabs/Module/Oauth.php:137 ../../Zotlabs/Module/Oauth2.php:58
#: ../../Zotlabs/Module/Oauth2.php:144
#: ../../Zotlabs/Module/Admin/Addons.php:457
-#: ../../Zotlabs/Module/Connedit.php:939 ../../Zotlabs/Lib/Apps.php:536
+#: ../../Zotlabs/Module/Connedit.php:940 ../../Zotlabs/Lib/Apps.php:536
msgid "Update"
msgstr "Обновить"
-#: ../../Zotlabs/Module/Cdav.php:1077
+#: ../../Zotlabs/Module/Cdav.php:1050
msgid "Select calendar"
msgstr "Выбрать календарь"
-#: ../../Zotlabs/Module/Cdav.php:1078 ../../Zotlabs/Widget/Cdav.php:143
+#: ../../Zotlabs/Module/Cdav.php:1051 ../../Zotlabs/Widget/Cdav.php:143
msgid "Channel Calendars"
msgstr "Календари канала"
-#: ../../Zotlabs/Module/Cdav.php:1078 ../../Zotlabs/Widget/Cdav.php:129
+#: ../../Zotlabs/Module/Cdav.php:1051 ../../Zotlabs/Widget/Cdav.php:129
#: ../../Zotlabs/Widget/Cdav.php:143
msgid "CalDAV Calendars"
msgstr "Календари CalDAV"
-#: ../../Zotlabs/Module/Cdav.php:1080
+#: ../../Zotlabs/Module/Cdav.php:1053
msgid "Delete all"
msgstr "Удалить всё"
-#: ../../Zotlabs/Module/Cdav.php:1083
+#: ../../Zotlabs/Module/Cdav.php:1056
msgid "Sorry! Editing of recurrent events is not yet implemented."
msgstr "Простите, но редактирование повторяющихся событий пока не реализовано."
-#: ../../Zotlabs/Module/Cdav.php:1374 ../../Zotlabs/Module/Connedit.php:924
+#: ../../Zotlabs/Module/Cdav.php:1369 ../../Zotlabs/Module/Connedit.php:925
msgid "Organisation"
msgstr "Организация"
-#: ../../Zotlabs/Module/Cdav.php:1375 ../../Zotlabs/Module/Connedit.php:925
-#: ../../extend/addon/hzaddons/workflow/workflow.php:2519
-#: ../../extend/addon/hzaddons/workflow/workflow.php:2574
+#: ../../Zotlabs/Module/Cdav.php:1370 ../../Zotlabs/Module/Connedit.php:926
+#: ../../extend/addon/hzaddons/workflow/workflow.php:2617
+#: ../../extend/addon/hzaddons/workflow/workflow.php:2678
msgid "Title"
msgstr "Наименование"
-#: ../../Zotlabs/Module/Cdav.php:1376 ../../Zotlabs/Module/Profiles.php:786
-#: ../../Zotlabs/Module/Connedit.php:926
+#: ../../Zotlabs/Module/Cdav.php:1371 ../../Zotlabs/Module/Profiles.php:788
+#: ../../Zotlabs/Module/Connedit.php:927
msgid "Phone"
msgstr "Телефон"
-#: ../../Zotlabs/Module/Cdav.php:1378 ../../Zotlabs/Module/Profiles.php:788
-#: ../../Zotlabs/Module/Connedit.php:928
+#: ../../Zotlabs/Module/Cdav.php:1373 ../../Zotlabs/Module/Profiles.php:790
+#: ../../Zotlabs/Module/Connedit.php:929
msgid "Instant messenger"
msgstr "Мессенджер"
-#: ../../Zotlabs/Module/Cdav.php:1379 ../../Zotlabs/Module/Profiles.php:789
-#: ../../Zotlabs/Module/Connedit.php:929
+#: ../../Zotlabs/Module/Cdav.php:1374 ../../Zotlabs/Module/Profiles.php:791
+#: ../../Zotlabs/Module/Connedit.php:930
msgid "Website"
msgstr "Веб-сайт"
-#: ../../Zotlabs/Module/Cdav.php:1380 ../../Zotlabs/Module/Profiles.php:502
-#: ../../Zotlabs/Module/Profiles.php:790 ../../Zotlabs/Module/Locs.php:118
+#: ../../Zotlabs/Module/Cdav.php:1375 ../../Zotlabs/Module/Profiles.php:504
+#: ../../Zotlabs/Module/Profiles.php:792 ../../Zotlabs/Module/Locs.php:118
#: ../../Zotlabs/Module/Admin/Channels.php:160
-#: ../../Zotlabs/Module/Connedit.php:930
+#: ../../Zotlabs/Module/Connedit.php:931
msgid "Address"
msgstr "Адрес"
-#: ../../Zotlabs/Module/Cdav.php:1381 ../../Zotlabs/Module/Profiles.php:791
-#: ../../Zotlabs/Module/Connedit.php:931
+#: ../../Zotlabs/Module/Cdav.php:1376 ../../Zotlabs/Module/Profiles.php:793
+#: ../../Zotlabs/Module/Connedit.php:932
msgid "Note"
msgstr "Заметка"
-#: ../../Zotlabs/Module/Cdav.php:1386 ../../Zotlabs/Module/Profiles.php:796
-#: ../../Zotlabs/Module/Connedit.php:936
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:216
+#: ../../Zotlabs/Module/Cdav.php:1381 ../../Zotlabs/Module/Profiles.php:798
+#: ../../Zotlabs/Module/Connedit.php:937
msgid "Add Contact"
msgstr "Добавить контакт"
-#: ../../Zotlabs/Module/Cdav.php:1387 ../../Zotlabs/Module/Profiles.php:797
-#: ../../Zotlabs/Module/Connedit.php:937
+#: ../../Zotlabs/Module/Cdav.php:1382 ../../Zotlabs/Module/Profiles.php:799
+#: ../../Zotlabs/Module/Connedit.php:938
msgid "Add Field"
msgstr "Добавить поле"
-#: ../../Zotlabs/Module/Cdav.php:1392 ../../Zotlabs/Module/Connedit.php:942
+#: ../../Zotlabs/Module/Cdav.php:1387 ../../Zotlabs/Module/Connedit.php:943
msgid "P.O. Box"
msgstr "абонентский ящик"
-#: ../../Zotlabs/Module/Cdav.php:1393 ../../Zotlabs/Module/Connedit.php:943
+#: ../../Zotlabs/Module/Cdav.php:1388 ../../Zotlabs/Module/Connedit.php:944
msgid "Additional"
msgstr "Дополнительно"
-#: ../../Zotlabs/Module/Cdav.php:1394 ../../Zotlabs/Module/Connedit.php:944
+#: ../../Zotlabs/Module/Cdav.php:1389 ../../Zotlabs/Module/Connedit.php:945
msgid "Street"
msgstr "Улица"
-#: ../../Zotlabs/Module/Cdav.php:1395 ../../Zotlabs/Module/Connedit.php:945
+#: ../../Zotlabs/Module/Cdav.php:1390 ../../Zotlabs/Module/Connedit.php:946
msgid "Locality"
msgstr "Населённый пункт"
-#: ../../Zotlabs/Module/Cdav.php:1396 ../../Zotlabs/Module/Connedit.php:946
+#: ../../Zotlabs/Module/Cdav.php:1391 ../../Zotlabs/Module/Connedit.php:947
msgid "Region"
msgstr "Регион"
-#: ../../Zotlabs/Module/Cdav.php:1397 ../../Zotlabs/Module/Connedit.php:947
+#: ../../Zotlabs/Module/Cdav.php:1392 ../../Zotlabs/Module/Connedit.php:948
msgid "ZIP Code"
msgstr "Индекс"
-#: ../../Zotlabs/Module/Cdav.php:1398 ../../Zotlabs/Module/Profiles.php:757
-#: ../../Zotlabs/Module/Connedit.php:948
+#: ../../Zotlabs/Module/Cdav.php:1393 ../../Zotlabs/Module/Profiles.php:759
+#: ../../Zotlabs/Module/Connedit.php:949
msgid "Country"
msgstr "Страна"
-#: ../../Zotlabs/Module/Cdav.php:1445
+#: ../../Zotlabs/Module/Cdav.php:1452
msgid "Default Calendar"
msgstr "Календарь по умолчанию"
-#: ../../Zotlabs/Module/Cdav.php:1456
+#: ../../Zotlabs/Module/Cdav.php:1463
msgid "Default Addressbook"
msgstr "Адресная книга по умолчанию"
@@ -5074,18 +5082,17 @@ msgstr "Только публикации"
msgid "vcard"
msgstr "vCard"
-#: ../../Zotlabs/Module/Ochannel.php:32 ../../Zotlabs/Module/Chat.php:31
+#: ../../Zotlabs/Module/Ochannel.php:32 ../../Zotlabs/Module/Chat.php:29
#: ../../Zotlabs/Module/Channel.php:42
-#: ../../extend/addon/hzaddons/chess/Mod_Chess.php:343
msgid "You must be logged in to see this page."
msgstr "Вы должны авторизоваться, чтобы увидеть эту страницу."
-#: ../../Zotlabs/Module/Share.php:103 ../../Zotlabs/Lib/Activity.php:1677
+#: ../../Zotlabs/Module/Share.php:104 ../../Zotlabs/Lib/Activity.php:2068
#, php-format
msgid "&#x1f501; Repeated %1$s's %2$s"
msgstr "&#x1f501; Повторил %1$s %2$s"
-#: ../../Zotlabs/Module/Share.php:119
+#: ../../Zotlabs/Module/Share.php:120
msgid "Post repeated"
msgstr "Публикация повторяется"
@@ -5289,426 +5296,426 @@ msgstr "Версия репозитория (master)"
msgid "Repository version (dev)"
msgstr "Версия репозитория (dev)"
-#: ../../Zotlabs/Module/Profiles.php:24 ../../Zotlabs/Module/Profiles.php:184
-#: ../../Zotlabs/Module/Profiles.php:241 ../../Zotlabs/Module/Profiles.php:659
+#: ../../Zotlabs/Module/Profiles.php:26 ../../Zotlabs/Module/Profiles.php:186
+#: ../../Zotlabs/Module/Profiles.php:243 ../../Zotlabs/Module/Profiles.php:661
msgid "Profile not found."
msgstr "Профиль не найден."
-#: ../../Zotlabs/Module/Profiles.php:44
+#: ../../Zotlabs/Module/Profiles.php:46
msgid "Profile deleted."
msgstr "Профиль удален."
-#: ../../Zotlabs/Module/Profiles.php:68 ../../Zotlabs/Module/Profiles.php:105
+#: ../../Zotlabs/Module/Profiles.php:70 ../../Zotlabs/Module/Profiles.php:107
msgid "Profile-"
msgstr "Профиль -"
-#: ../../Zotlabs/Module/Profiles.php:90 ../../Zotlabs/Module/Profiles.php:127
+#: ../../Zotlabs/Module/Profiles.php:92 ../../Zotlabs/Module/Profiles.php:129
msgid "New profile created."
msgstr "Новый профиль создан."
-#: ../../Zotlabs/Module/Profiles.php:111
+#: ../../Zotlabs/Module/Profiles.php:113
msgid "Profile unavailable to clone."
msgstr "Профиль недоступен для клонирования."
-#: ../../Zotlabs/Module/Profiles.php:146
+#: ../../Zotlabs/Module/Profiles.php:148
msgid "Profile unavailable to export."
msgstr "Профиль недоступен для экспорта."
-#: ../../Zotlabs/Module/Profiles.php:252
+#: ../../Zotlabs/Module/Profiles.php:254
msgid "Profile Name is required."
msgstr "Требуется имя профиля."
-#: ../../Zotlabs/Module/Profiles.php:459
+#: ../../Zotlabs/Module/Profiles.php:461
msgid "Marital Status"
msgstr "Семейное положение"
-#: ../../Zotlabs/Module/Profiles.php:463
+#: ../../Zotlabs/Module/Profiles.php:465
msgid "Romantic Partner"
msgstr "Романтический партнер"
-#: ../../Zotlabs/Module/Profiles.php:467 ../../Zotlabs/Module/Profiles.php:772
+#: ../../Zotlabs/Module/Profiles.php:469 ../../Zotlabs/Module/Profiles.php:774
msgid "Likes"
msgstr "Нравится"
-#: ../../Zotlabs/Module/Profiles.php:471 ../../Zotlabs/Module/Profiles.php:773
+#: ../../Zotlabs/Module/Profiles.php:473 ../../Zotlabs/Module/Profiles.php:775
msgid "Dislikes"
msgstr "Не нравится"
-#: ../../Zotlabs/Module/Profiles.php:475 ../../Zotlabs/Module/Profiles.php:780
+#: ../../Zotlabs/Module/Profiles.php:477 ../../Zotlabs/Module/Profiles.php:782
msgid "Work/Employment"
msgstr "Работа / Занятость"
-#: ../../Zotlabs/Module/Profiles.php:478
+#: ../../Zotlabs/Module/Profiles.php:480
msgid "Religion"
msgstr "Религия"
-#: ../../Zotlabs/Module/Profiles.php:482
+#: ../../Zotlabs/Module/Profiles.php:484
msgid "Political Views"
msgstr "Политические взгляды"
-#: ../../Zotlabs/Module/Profiles.php:486
+#: ../../Zotlabs/Module/Profiles.php:488
#: ../../extend/addon/hzaddons/openid/MysqlProvider.php:74
msgid "Gender"
msgstr "Гендер"
-#: ../../Zotlabs/Module/Profiles.php:490
+#: ../../Zotlabs/Module/Profiles.php:492
msgid "Sexual Preference"
msgstr "Сексуальная ориентация"
-#: ../../Zotlabs/Module/Profiles.php:494
+#: ../../Zotlabs/Module/Profiles.php:496
msgid "Homepage"
msgstr "Домашняя страница"
-#: ../../Zotlabs/Module/Profiles.php:498
+#: ../../Zotlabs/Module/Profiles.php:500
msgid "Interests"
msgstr "Интересы"
-#: ../../Zotlabs/Module/Profiles.php:594
+#: ../../Zotlabs/Module/Profiles.php:596
msgid "Profile updated."
msgstr "Профиль обновлен."
-#: ../../Zotlabs/Module/Profiles.php:678
+#: ../../Zotlabs/Module/Profiles.php:680
msgid "Hide your connections list from viewers of this profile"
msgstr "Скрывать от просмотра ваш список контактов в этом профиле"
-#: ../../Zotlabs/Module/Profiles.php:722
+#: ../../Zotlabs/Module/Profiles.php:724
msgid "Edit Profile Details"
msgstr "Редактирование профиля"
-#: ../../Zotlabs/Module/Profiles.php:724
+#: ../../Zotlabs/Module/Profiles.php:726
msgid "View this profile"
msgstr "Посмотреть этот профиль"
-#: ../../Zotlabs/Module/Profiles.php:726
+#: ../../Zotlabs/Module/Profiles.php:728
msgid "Profile Tools"
msgstr "Инструменты профиля"
-#: ../../Zotlabs/Module/Profiles.php:727
+#: ../../Zotlabs/Module/Profiles.php:729
msgid "Change cover photo"
msgstr "Изменить фотографию обложки"
-#: ../../Zotlabs/Module/Profiles.php:729
+#: ../../Zotlabs/Module/Profiles.php:731
msgid "Create a new profile using these settings"
msgstr "Создать новый профиль с теми же настройками"
-#: ../../Zotlabs/Module/Profiles.php:730
+#: ../../Zotlabs/Module/Profiles.php:732
msgid "Clone this profile"
msgstr "Клонировать этот профиль"
-#: ../../Zotlabs/Module/Profiles.php:731
+#: ../../Zotlabs/Module/Profiles.php:733
msgid "Delete this profile"
msgstr "Удалить этот профиль"
-#: ../../Zotlabs/Module/Profiles.php:732
+#: ../../Zotlabs/Module/Profiles.php:734
msgid "Add profile things"
msgstr "Добавить в профиль"
-#: ../../Zotlabs/Module/Profiles.php:733
+#: ../../Zotlabs/Module/Profiles.php:735
msgid "Personal"
msgstr "Личное"
-#: ../../Zotlabs/Module/Profiles.php:735
+#: ../../Zotlabs/Module/Profiles.php:737
msgid "Relationship"
msgstr "Отношения"
-#: ../../Zotlabs/Module/Profiles.php:738
+#: ../../Zotlabs/Module/Profiles.php:740
msgid "Import profile from file"
msgstr "Импортировать профиль из файла"
-#: ../../Zotlabs/Module/Profiles.php:739
+#: ../../Zotlabs/Module/Profiles.php:741
msgid "Export profile to file"
msgstr "Экспортировать профиль в файл"
-#: ../../Zotlabs/Module/Profiles.php:740
+#: ../../Zotlabs/Module/Profiles.php:742
msgid "Your gender"
msgstr "Ваш пол"
-#: ../../Zotlabs/Module/Profiles.php:741
+#: ../../Zotlabs/Module/Profiles.php:743
msgid "Marital status"
msgstr "Семейное положение"
-#: ../../Zotlabs/Module/Profiles.php:742
+#: ../../Zotlabs/Module/Profiles.php:744
msgid "Sexual preference"
msgstr "Сексуальная ориентация"
-#: ../../Zotlabs/Module/Profiles.php:745
+#: ../../Zotlabs/Module/Profiles.php:747
msgid "Profile name"
msgstr "Имя профиля"
-#: ../../Zotlabs/Module/Profiles.php:747
+#: ../../Zotlabs/Module/Profiles.php:749
msgid "This is your default profile."
msgstr "Это ваш профиль по умолчанию."
-#: ../../Zotlabs/Module/Profiles.php:749
+#: ../../Zotlabs/Module/Profiles.php:751
msgid "Your full name"
msgstr "Ваше полное имя"
-#: ../../Zotlabs/Module/Profiles.php:750
+#: ../../Zotlabs/Module/Profiles.php:752
msgid "Title/Description"
msgstr "Заголовок / описание"
-#: ../../Zotlabs/Module/Profiles.php:753
+#: ../../Zotlabs/Module/Profiles.php:755
msgid "Street address"
msgstr "Улица, дом, квартира"
-#: ../../Zotlabs/Module/Profiles.php:754
+#: ../../Zotlabs/Module/Profiles.php:756
msgid "Locality/City"
msgstr "Населенный пункт / город"
-#: ../../Zotlabs/Module/Profiles.php:755
+#: ../../Zotlabs/Module/Profiles.php:757
msgid "Region/State"
msgstr "Регион / Область"
-#: ../../Zotlabs/Module/Profiles.php:756
+#: ../../Zotlabs/Module/Profiles.php:758
msgid "Postal/Zip code"
msgstr "Почтовый индекс"
-#: ../../Zotlabs/Module/Profiles.php:762
+#: ../../Zotlabs/Module/Profiles.php:764
msgid "Who (if applicable)"
msgstr "Кто (если применимо)"
-#: ../../Zotlabs/Module/Profiles.php:762
+#: ../../Zotlabs/Module/Profiles.php:764
msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
msgstr "Примеры: ivan1990, Ivan Petrov, ivan@example.com"
-#: ../../Zotlabs/Module/Profiles.php:763
+#: ../../Zotlabs/Module/Profiles.php:765
msgid "Since (date)"
msgstr "С (дата)"
-#: ../../Zotlabs/Module/Profiles.php:766
+#: ../../Zotlabs/Module/Profiles.php:768
msgid "Tell us about yourself"
msgstr "Расскажите нам о себе"
-#: ../../Zotlabs/Module/Profiles.php:767
+#: ../../Zotlabs/Module/Profiles.php:769
#: ../../extend/addon/hzaddons/openid/MysqlProvider.php:68
msgid "Homepage URL"
msgstr "URL домашней страницы"
-#: ../../Zotlabs/Module/Profiles.php:768
+#: ../../Zotlabs/Module/Profiles.php:770
msgid "Hometown"
msgstr "Родной город"
-#: ../../Zotlabs/Module/Profiles.php:769
+#: ../../Zotlabs/Module/Profiles.php:771
msgid "Political views"
msgstr "Политические взгляды"
-#: ../../Zotlabs/Module/Profiles.php:770
+#: ../../Zotlabs/Module/Profiles.php:772
msgid "Religious views"
msgstr "Религиозные взгляды"
-#: ../../Zotlabs/Module/Profiles.php:771
+#: ../../Zotlabs/Module/Profiles.php:773
msgid "Keywords used in directory listings"
msgstr "Ключевые слова для участия в каталоге"
-#: ../../Zotlabs/Module/Profiles.php:771
+#: ../../Zotlabs/Module/Profiles.php:773
msgid "Example: fishing photography software"
msgstr "Например: fishing photography software"
-#: ../../Zotlabs/Module/Profiles.php:774
+#: ../../Zotlabs/Module/Profiles.php:776
msgid "Musical interests"
msgstr "Музыкальные интересы"
-#: ../../Zotlabs/Module/Profiles.php:775
+#: ../../Zotlabs/Module/Profiles.php:777
msgid "Books, literature"
msgstr "Книги, литература"
-#: ../../Zotlabs/Module/Profiles.php:776
+#: ../../Zotlabs/Module/Profiles.php:778
msgid "Television"
msgstr "Телевидение"
-#: ../../Zotlabs/Module/Profiles.php:777
+#: ../../Zotlabs/Module/Profiles.php:779
msgid "Film/Dance/Culture/Entertainment"
msgstr "Кино / танцы / культура / развлечения"
-#: ../../Zotlabs/Module/Profiles.php:778
+#: ../../Zotlabs/Module/Profiles.php:780
msgid "Hobbies/Interests"
msgstr "Хобби / интересы"
-#: ../../Zotlabs/Module/Profiles.php:779
+#: ../../Zotlabs/Module/Profiles.php:781
msgid "Love/Romance"
msgstr "Любовь / романтические отношения"
-#: ../../Zotlabs/Module/Profiles.php:781
+#: ../../Zotlabs/Module/Profiles.php:783
msgid "School/Education"
msgstr "Школа / образование"
-#: ../../Zotlabs/Module/Profiles.php:782
+#: ../../Zotlabs/Module/Profiles.php:784
msgid "Contact information and social networks"
msgstr "Информация и социальные сети для связи"
-#: ../../Zotlabs/Module/Profiles.php:783
+#: ../../Zotlabs/Module/Profiles.php:785
msgid "My other channels"
msgstr "Мои другие контакты"
-#: ../../Zotlabs/Module/Profiles.php:785
+#: ../../Zotlabs/Module/Profiles.php:787
msgid "Communications"
msgstr "Связи"
-#: ../../Zotlabs/Module/Profiles.php:831 ../../Zotlabs/Module/Chat.php:264
+#: ../../Zotlabs/Module/Profiles.php:833 ../../Zotlabs/Module/Chat.php:262
#: ../../Zotlabs/Module/Wiki.php:214 ../../Zotlabs/Module/Manage.php:145
msgid "Create New"
msgstr "Создать новый"
-#: ../../Zotlabs/Module/Photos.php:78
+#: ../../Zotlabs/Module/Photos.php:80
msgid "Page owner information could not be retrieved."
msgstr "Информация о владельце страницы не может быть получена."
-#: ../../Zotlabs/Module/Photos.php:94 ../../Zotlabs/Module/Photos.php:113
+#: ../../Zotlabs/Module/Photos.php:96 ../../Zotlabs/Module/Photos.php:115
msgid "Album not found."
msgstr "Альбом не найден."
-#: ../../Zotlabs/Module/Photos.php:103
+#: ../../Zotlabs/Module/Photos.php:105
msgid "Delete Album"
msgstr "Удалить альбом"
-#: ../../Zotlabs/Module/Photos.php:174 ../../Zotlabs/Module/Photos.php:1056
+#: ../../Zotlabs/Module/Photos.php:176 ../../Zotlabs/Module/Photos.php:1058
msgid "Delete Photo"
msgstr "Удалить фотографию"
-#: ../../Zotlabs/Module/Photos.php:527
+#: ../../Zotlabs/Module/Photos.php:529
msgid "No photos selected"
msgstr "Никакие фотографии не выбраны"
-#: ../../Zotlabs/Module/Photos.php:576
+#: ../../Zotlabs/Module/Photos.php:578
msgid "Access to this item is restricted."
msgstr "Доступ к этому элементу ограничен."
-#: ../../Zotlabs/Module/Photos.php:619
+#: ../../Zotlabs/Module/Photos.php:621
#, php-format
msgid "%1$.2f MB of %2$.2f MB photo storage used."
msgstr "Вы использовали %1$.2f мегабайт из %2$.2f для хранения фото."
-#: ../../Zotlabs/Module/Photos.php:622
+#: ../../Zotlabs/Module/Photos.php:624
#, php-format
msgid "%1$.2f MB photo storage used."
msgstr "Вы использовали %1$.2f мегабайт для хранения фото."
-#: ../../Zotlabs/Module/Photos.php:664
+#: ../../Zotlabs/Module/Photos.php:666
msgid "Upload Photos"
msgstr "Загрузить фотографии"
-#: ../../Zotlabs/Module/Photos.php:668
+#: ../../Zotlabs/Module/Photos.php:670
msgid "Enter an album name"
msgstr "Введите название альбома"
-#: ../../Zotlabs/Module/Photos.php:669
+#: ../../Zotlabs/Module/Photos.php:671
msgid "or select an existing album (doubleclick)"
msgstr "или выберите существующий альбом (двойной щелчок)"
-#: ../../Zotlabs/Module/Photos.php:670
+#: ../../Zotlabs/Module/Photos.php:672
msgid "Create a status post for this upload"
msgstr "Сделать публикацию о статусе для этой загрузки"
-#: ../../Zotlabs/Module/Photos.php:672
+#: ../../Zotlabs/Module/Photos.php:674
msgid "Description (optional)"
msgstr "Описание (необязательно)"
-#: ../../Zotlabs/Module/Photos.php:758
+#: ../../Zotlabs/Module/Photos.php:760
msgid "Show Newest First"
msgstr "Показать новые первыми"
-#: ../../Zotlabs/Module/Photos.php:760
+#: ../../Zotlabs/Module/Photos.php:762
msgid "Show Oldest First"
msgstr "Показать старые первыми"
-#: ../../Zotlabs/Module/Photos.php:784 ../../Zotlabs/Module/Photos.php:1332
-#: ../../Zotlabs/Module/Embedphotos.php:168
+#: ../../Zotlabs/Module/Photos.php:786 ../../Zotlabs/Module/Photos.php:1332
+#: ../../Zotlabs/Module/Embedphotos.php:170
#: ../../Zotlabs/Widget/Portfolio.php:87 ../../Zotlabs/Widget/Album.php:78
msgid "View Photo"
msgstr "Посмотреть фотографию"
-#: ../../Zotlabs/Module/Photos.php:815 ../../Zotlabs/Module/Embedphotos.php:184
+#: ../../Zotlabs/Module/Photos.php:817 ../../Zotlabs/Module/Embedphotos.php:186
#: ../../Zotlabs/Widget/Portfolio.php:108 ../../Zotlabs/Widget/Album.php:95
msgid "Edit Album"
msgstr "Редактировать Фотоальбом"
-#: ../../Zotlabs/Module/Photos.php:817 ../../Zotlabs/Module/Photos.php:1363
+#: ../../Zotlabs/Module/Photos.php:819 ../../Zotlabs/Module/Photos.php:1363
msgid "Add Photos"
msgstr "Добавить фотографии"
-#: ../../Zotlabs/Module/Photos.php:865
+#: ../../Zotlabs/Module/Photos.php:867
msgid "Permission denied. Access to this item may be restricted."
msgstr "Доступ запрещен. Доступ к этому элементу может быть ограничен."
-#: ../../Zotlabs/Module/Photos.php:867
+#: ../../Zotlabs/Module/Photos.php:869
msgid "Photo not available"
msgstr "Фотография не доступна"
-#: ../../Zotlabs/Module/Photos.php:925
+#: ../../Zotlabs/Module/Photos.php:927
msgid "Use as profile photo"
msgstr "Использовать в качестве фотографии профиля"
-#: ../../Zotlabs/Module/Photos.php:926
+#: ../../Zotlabs/Module/Photos.php:928
msgid "Use as cover photo"
msgstr "Использовать в качестве фотографии обложки"
-#: ../../Zotlabs/Module/Photos.php:933
+#: ../../Zotlabs/Module/Photos.php:935
msgid "Private Photo"
msgstr "Личная фотография"
-#: ../../Zotlabs/Module/Photos.php:948
+#: ../../Zotlabs/Module/Photos.php:950
msgid "View Full Size"
msgstr "Посмотреть в полный размер"
-#: ../../Zotlabs/Module/Photos.php:993 ../../Zotlabs/Module/Tagrm.php:137
-#: ../../Zotlabs/Module/Cover_photo.php:430
+#: ../../Zotlabs/Module/Photos.php:995 ../../Zotlabs/Module/Tagrm.php:137
+#: ../../Zotlabs/Module/Cover_photo.php:424
#: ../../Zotlabs/Module/Admin/Addons.php:459
-#: ../../Zotlabs/Module/Profile_photo.php:499
+#: ../../Zotlabs/Module/Profile_photo.php:501
#: ../../extend/addon/hzaddons/superblock/Mod_Superblock.php:91
msgid "Remove"
msgstr "Удалить"
-#: ../../Zotlabs/Module/Photos.php:1030
+#: ../../Zotlabs/Module/Photos.php:1032
msgid "Edit photo"
msgstr "Редактировать фотографию"
-#: ../../Zotlabs/Module/Photos.php:1032
+#: ../../Zotlabs/Module/Photos.php:1034
msgid "Rotate CW (right)"
msgstr "Повернуть CW (направо)"
-#: ../../Zotlabs/Module/Photos.php:1033
+#: ../../Zotlabs/Module/Photos.php:1035
msgid "Rotate CCW (left)"
msgstr "Повернуть CCW (налево)"
-#: ../../Zotlabs/Module/Photos.php:1036
+#: ../../Zotlabs/Module/Photos.php:1038
msgid "Move photo to album"
msgstr "Переместить фотографию в альбом"
-#: ../../Zotlabs/Module/Photos.php:1037
+#: ../../Zotlabs/Module/Photos.php:1039
msgid "Enter a new album name"
msgstr "Введите новое название альбома"
-#: ../../Zotlabs/Module/Photos.php:1038
+#: ../../Zotlabs/Module/Photos.php:1040
msgid "or select an existing one (doubleclick)"
msgstr "или выбрать существующую (двойной щелчок)"
-#: ../../Zotlabs/Module/Photos.php:1043
+#: ../../Zotlabs/Module/Photos.php:1045
msgid "Add a Tag"
msgstr "Добавить тег"
-#: ../../Zotlabs/Module/Photos.php:1051
+#: ../../Zotlabs/Module/Photos.php:1053
msgid "Example: @bob, @Barbara_Jensen, @jim@example.com"
msgstr "Пример: @bob, @Barbara_Jensen, @jim@example.com"
-#: ../../Zotlabs/Module/Photos.php:1054
+#: ../../Zotlabs/Module/Photos.php:1056
msgid "Flag as adult in album view"
msgstr "Пометить как альбом \"для взрослых\""
-#: ../../Zotlabs/Module/Photos.php:1073 ../../Zotlabs/Lib/ThreadItem.php:307
+#: ../../Zotlabs/Module/Photos.php:1075 ../../Zotlabs/Lib/ThreadItem.php:317
msgid "I like this (toggle)"
msgstr "мне это нравится (переключение)"
-#: ../../Zotlabs/Module/Photos.php:1074 ../../Zotlabs/Lib/ThreadItem.php:308
+#: ../../Zotlabs/Module/Photos.php:1076 ../../Zotlabs/Lib/ThreadItem.php:318
msgid "I don't like this (toggle)"
msgstr "мне это не нравится (переключение)"
-#: ../../Zotlabs/Module/Photos.php:1093 ../../Zotlabs/Module/Photos.php:1212
-#: ../../Zotlabs/Lib/ThreadItem.php:804
+#: ../../Zotlabs/Module/Photos.php:1094 ../../Zotlabs/Module/Photos.php:1212
+#: ../../Zotlabs/Lib/ThreadItem.php:822
msgid "This is you"
msgstr "Это вы"
#: ../../Zotlabs/Module/Photos.php:1131 ../../Zotlabs/Module/Photos.php:1143
-#: ../../Zotlabs/Lib/ThreadItem.php:232 ../../Zotlabs/Lib/ThreadItem.php:244
+#: ../../Zotlabs/Lib/ThreadItem.php:238 ../../Zotlabs/Lib/ThreadItem.php:250
msgid "View all"
msgstr "Просмотреть все"
@@ -5724,12 +5731,12 @@ msgstr "На этой фотографии:"
msgid "Map"
msgstr "Карта"
-#: ../../Zotlabs/Module/Photos.php:1268 ../../Zotlabs/Lib/ThreadItem.php:469
+#: ../../Zotlabs/Module/Photos.php:1268 ../../Zotlabs/Lib/ThreadItem.php:489
msgctxt "noun"
msgid "Likes"
msgstr "Нравится"
-#: ../../Zotlabs/Module/Photos.php:1269 ../../Zotlabs/Lib/ThreadItem.php:470
+#: ../../Zotlabs/Module/Photos.php:1269 ../../Zotlabs/Lib/ThreadItem.php:490
msgctxt "noun"
msgid "Dislikes"
msgstr "Не нравится"
@@ -5746,14 +5753,14 @@ msgstr "Удалить тег элемента"
msgid "Select a tag to remove: "
msgstr "Выбрать тег для удаления:"
-#: ../../Zotlabs/Module/Chanview.php:96 ../../Zotlabs/Module/Page.php:75
+#: ../../Zotlabs/Module/Chanview.php:89 ../../Zotlabs/Module/Page.php:75
#: ../../Zotlabs/Module/Wall_upload.php:31 ../../Zotlabs/Module/Block.php:41
#: ../../Zotlabs/Module/Cal.php:31 ../../Zotlabs/Module/Card_edit.php:44
#: ../../Zotlabs/Module/Article_edit.php:44
msgid "Channel not found."
msgstr "Канал не найден."
-#: ../../Zotlabs/Module/Chanview.php:139
+#: ../../Zotlabs/Module/Chanview.php:128
msgid "toggle full screen mode"
msgstr "переключение полноэкранного режима"
@@ -5854,7 +5861,7 @@ msgstr "Введите ваш адрес электронной почты и н
msgid "Email Address"
msgstr "Адрес электронной почты"
-#: ../../Zotlabs/Module/Lostpass.php:133 ../../Zotlabs/Module/Pdledit.php:77
+#: ../../Zotlabs/Module/Lostpass.php:133 ../../Zotlabs/Module/Pdledit.php:78
msgid "Reset"
msgstr "Сбросить"
@@ -5887,7 +5894,7 @@ msgstr "Название приложения"
#: ../../Zotlabs/Module/Oauth.php:114 ../../Zotlabs/Module/Oauth.php:140
#: ../../extend/addon/hzaddons/statusnet/statusnet.php:596
-#: ../../extend/addon/hzaddons/twitter/twitter.php:500
+#: ../../extend/addon/hzaddons/twitter/twitter.php:505
msgid "Consumer Key"
msgstr "Ключ клиента"
@@ -5899,7 +5906,7 @@ msgstr "Сгенерирован автоматические - измените
#: ../../Zotlabs/Module/Oauth.php:115 ../../Zotlabs/Module/Oauth.php:141
#: ../../Zotlabs/Module/Oauth2.php:119 ../../Zotlabs/Module/Oauth2.php:147
#: ../../extend/addon/hzaddons/statusnet/statusnet.php:595
-#: ../../extend/addon/hzaddons/twitter/twitter.php:501
+#: ../../extend/addon/hzaddons/twitter/twitter.php:506
msgid "Consumer Secret"
msgstr "Код клиента"
@@ -5944,26 +5951,26 @@ msgid "Remove authorization"
msgstr "Удалить разрешение"
#: ../../Zotlabs/Module/Events.php:113
-#: ../../Zotlabs/Module/Channel_calendar.php:51
+#: ../../Zotlabs/Module/Channel_calendar.php:57
msgid "Event can not end before it has started."
msgstr "Событие не может завершиться до его начала."
#: ../../Zotlabs/Module/Events.php:115 ../../Zotlabs/Module/Events.php:124
#: ../../Zotlabs/Module/Events.php:146
-#: ../../Zotlabs/Module/Channel_calendar.php:53
-#: ../../Zotlabs/Module/Channel_calendar.php:61
-#: ../../Zotlabs/Module/Channel_calendar.php:78
+#: ../../Zotlabs/Module/Channel_calendar.php:59
+#: ../../Zotlabs/Module/Channel_calendar.php:67
+#: ../../Zotlabs/Module/Channel_calendar.php:84
msgid "Unable to generate preview."
msgstr "Невозможно создать предварительный просмотр."
#: ../../Zotlabs/Module/Events.php:122
-#: ../../Zotlabs/Module/Channel_calendar.php:59
+#: ../../Zotlabs/Module/Channel_calendar.php:65
msgid "Event title and start time are required."
msgstr "Требуются наименование события и время начала."
#: ../../Zotlabs/Module/Events.php:144 ../../Zotlabs/Module/Events.php:271
-#: ../../Zotlabs/Module/Channel_calendar.php:76
-#: ../../Zotlabs/Module/Channel_calendar.php:218
+#: ../../Zotlabs/Module/Channel_calendar.php:82
+#: ../../Zotlabs/Module/Channel_calendar.php:224
msgid "Event not found."
msgstr "Событие не найдено."
@@ -6026,17 +6033,17 @@ msgid "l, F j"
msgstr ""
#: ../../Zotlabs/Module/Events.php:641
-#: ../../Zotlabs/Module/Channel_calendar.php:370
+#: ../../Zotlabs/Module/Channel_calendar.php:371
msgid "Edit event"
msgstr "Редактировать событие"
#: ../../Zotlabs/Module/Events.php:643
-#: ../../Zotlabs/Module/Channel_calendar.php:372
+#: ../../Zotlabs/Module/Channel_calendar.php:373
msgid "Delete event"
msgstr "Удалить событие"
#: ../../Zotlabs/Module/Events.php:677
-#: ../../Zotlabs/Module/Channel_calendar.php:401
+#: ../../Zotlabs/Module/Channel_calendar.php:407
msgid "calendar"
msgstr "календарь"
@@ -6060,7 +6067,7 @@ msgid "Event removed"
msgstr "Событие удалено"
#: ../../Zotlabs/Module/Events.php:742
-#: ../../Zotlabs/Module/Channel_calendar.php:488
+#: ../../Zotlabs/Module/Channel_calendar.php:494
msgid "Failed to remove event"
msgstr "Не удалось удалить событие"
@@ -6094,8 +6101,8 @@ msgstr "Приложение \"Публичный поток\""
msgid "The unmoderated public stream of this hub"
msgstr "Немодерируемый публичный поток с этого хаба"
-#: ../../Zotlabs/Module/Pubstream.php:109
-#: ../../Zotlabs/Widget/Notifications.php:142 ../../Zotlabs/Lib/Apps.php:375
+#: ../../Zotlabs/Module/Pubstream.php:114
+#: ../../Zotlabs/Widget/Notifications.php:162 ../../Zotlabs/Lib/Apps.php:375
msgid "Public Stream"
msgstr "Публичный поток"
@@ -6134,7 +6141,7 @@ msgstr "Выберите короткий псевдоним"
#: ../../Zotlabs/Module/New_channel.php:178
#: ../../Zotlabs/Module/Register.php:264
-#: ../../Zotlabs/Module/Settings/Channel.php:535
+#: ../../Zotlabs/Module/Settings/Channel.php:536
msgid "Channel role and privacy"
msgstr "Роль и конфиденциальность канала"
@@ -6169,101 +6176,101 @@ msgstr "или <a href=\"import\">импортировать существую
msgid "Validate"
msgstr "Проверить"
-#: ../../Zotlabs/Module/Cover_photo.php:83
-#: ../../Zotlabs/Module/Profile_photo.php:91
+#: ../../Zotlabs/Module/Cover_photo.php:85
+#: ../../Zotlabs/Module/Profile_photo.php:93
msgid "Image uploaded but image cropping failed."
msgstr "Изображение загружено но обрезка не удалась."
-#: ../../Zotlabs/Module/Cover_photo.php:194
-#: ../../Zotlabs/Module/Cover_photo.php:252
+#: ../../Zotlabs/Module/Cover_photo.php:196
+#: ../../Zotlabs/Module/Cover_photo.php:254
msgid "Cover Photos"
msgstr "Фотографии обложки"
-#: ../../Zotlabs/Module/Cover_photo.php:210
-#: ../../Zotlabs/Module/Profile_photo.php:164
+#: ../../Zotlabs/Module/Cover_photo.php:212
+#: ../../Zotlabs/Module/Profile_photo.php:166
msgid "Image resize failed."
msgstr "Не удалось изменить размер изображения."
-#: ../../Zotlabs/Module/Cover_photo.php:263
-#: ../../Zotlabs/Module/Profile_photo.php:294
+#: ../../Zotlabs/Module/Cover_photo.php:265
+#: ../../Zotlabs/Module/Profile_photo.php:296
msgid "Image upload failed."
msgstr "Загрузка изображения не удалась."
-#: ../../Zotlabs/Module/Cover_photo.php:280
-#: ../../Zotlabs/Module/Profile_photo.php:313
+#: ../../Zotlabs/Module/Cover_photo.php:282
+#: ../../Zotlabs/Module/Profile_photo.php:315
msgid "Unable to process image."
msgstr "Невозможно обработать изображение."
-#: ../../Zotlabs/Module/Cover_photo.php:373
-#: ../../Zotlabs/Module/Cover_photo.php:388
-#: ../../Zotlabs/Module/Profile_photo.php:377
-#: ../../Zotlabs/Module/Profile_photo.php:429
+#: ../../Zotlabs/Module/Cover_photo.php:367
+#: ../../Zotlabs/Module/Cover_photo.php:382
+#: ../../Zotlabs/Module/Profile_photo.php:379
+#: ../../Zotlabs/Module/Profile_photo.php:431
msgid "Photo not available."
msgstr "Фотография недоступна."
-#: ../../Zotlabs/Module/Cover_photo.php:424
+#: ../../Zotlabs/Module/Cover_photo.php:418
msgid "Your cover photo may be visible to anybody on the internet"
msgstr "Фотография вашей обложки может быть видна всем в Интернете"
-#: ../../Zotlabs/Module/Cover_photo.php:426
-#: ../../Zotlabs/Module/Profile_photo.php:495
+#: ../../Zotlabs/Module/Cover_photo.php:420
+#: ../../Zotlabs/Module/Profile_photo.php:497
msgid "Upload File:"
msgstr "Загрузить файл:"
-#: ../../Zotlabs/Module/Cover_photo.php:427
-#: ../../Zotlabs/Module/Profile_photo.php:496
+#: ../../Zotlabs/Module/Cover_photo.php:421
+#: ../../Zotlabs/Module/Profile_photo.php:498
msgid "Select a profile:"
msgstr "Выбрать профиль:"
-#: ../../Zotlabs/Module/Cover_photo.php:428
+#: ../../Zotlabs/Module/Cover_photo.php:422
msgid "Change Cover Photo"
msgstr "Изменить фотографию обложки"
-#: ../../Zotlabs/Module/Cover_photo.php:432
-#: ../../Zotlabs/Module/Cover_photo.php:433
-#: ../../Zotlabs/Module/Profile_photo.php:503
-#: ../../Zotlabs/Module/Profile_photo.php:504
+#: ../../Zotlabs/Module/Cover_photo.php:426
+#: ../../Zotlabs/Module/Cover_photo.php:427
+#: ../../Zotlabs/Module/Profile_photo.php:505
+#: ../../Zotlabs/Module/Profile_photo.php:506
msgid "Use a photo from your albums"
msgstr "Использовать фотографию из ваших альбомов"
-#: ../../Zotlabs/Module/Cover_photo.php:438
-#: ../../Zotlabs/Module/Profile_photo.php:509 ../../Zotlabs/Module/Wiki.php:405
+#: ../../Zotlabs/Module/Cover_photo.php:432
+#: ../../Zotlabs/Module/Profile_photo.php:511 ../../Zotlabs/Module/Wiki.php:405
msgid "Choose a different album"
msgstr "Выбрать другой альбом"
-#: ../../Zotlabs/Module/Cover_photo.php:444
-#: ../../Zotlabs/Module/Profile_photo.php:514
+#: ../../Zotlabs/Module/Cover_photo.php:438
+#: ../../Zotlabs/Module/Profile_photo.php:516
msgid "Select existing photo"
msgstr "Выбрать существующую фотографию"
-#: ../../Zotlabs/Module/Cover_photo.php:461
-#: ../../Zotlabs/Module/Profile_photo.php:533
+#: ../../Zotlabs/Module/Cover_photo.php:455
+#: ../../Zotlabs/Module/Profile_photo.php:535
msgid "Crop Image"
msgstr "Обрезать изображение"
-#: ../../Zotlabs/Module/Cover_photo.php:462
-#: ../../Zotlabs/Module/Profile_photo.php:534
+#: ../../Zotlabs/Module/Cover_photo.php:456
+#: ../../Zotlabs/Module/Profile_photo.php:536
msgid "Please adjust the image cropping for optimum viewing."
msgstr "Пожалуйста настройте обрезку изображения для оптимального просмотра."
-#: ../../Zotlabs/Module/Cover_photo.php:464
-#: ../../Zotlabs/Module/Profile_photo.php:536
+#: ../../Zotlabs/Module/Cover_photo.php:458
+#: ../../Zotlabs/Module/Profile_photo.php:538
msgid "Done Editing"
msgstr "Закончить редактирование"
-#: ../../Zotlabs/Module/Sharedwithme.php:103
+#: ../../Zotlabs/Module/Sharedwithme.php:105
msgid "Files: shared with me"
msgstr "Файлы: поделились со мной"
-#: ../../Zotlabs/Module/Sharedwithme.php:105
+#: ../../Zotlabs/Module/Sharedwithme.php:107
msgid "NEW"
msgstr "НОВОЕ"
-#: ../../Zotlabs/Module/Sharedwithme.php:108
+#: ../../Zotlabs/Module/Sharedwithme.php:110
msgid "Remove all files"
msgstr "Удалить все файлы"
-#: ../../Zotlabs/Module/Sharedwithme.php:109
+#: ../../Zotlabs/Module/Sharedwithme.php:111
msgid "Remove this file"
msgstr "Удалить этот файл"
@@ -6411,27 +6418,27 @@ msgstr "Используйте стрелки для перемещения пр
msgid "Documentation Search"
msgstr "Поиск документации"
-#: ../../Zotlabs/Module/Help.php:81 ../../Zotlabs/Module/Group.php:155
+#: ../../Zotlabs/Module/Help.php:84 ../../Zotlabs/Module/Group.php:156
msgid "Members"
msgstr "Участники"
-#: ../../Zotlabs/Module/Help.php:82
+#: ../../Zotlabs/Module/Help.php:85
msgid "Administrators"
msgstr "Администраторы"
-#: ../../Zotlabs/Module/Help.php:83
+#: ../../Zotlabs/Module/Help.php:86
msgid "Developers"
msgstr "Разработчики"
-#: ../../Zotlabs/Module/Help.php:84
+#: ../../Zotlabs/Module/Help.php:87
msgid "Tutorials"
msgstr "Руководства"
-#: ../../Zotlabs/Module/Help.php:95
+#: ../../Zotlabs/Module/Help.php:98
msgid "$Projectname Documentation"
msgstr "$Projectname Документация"
-#: ../../Zotlabs/Module/Help.php:96
+#: ../../Zotlabs/Module/Help.php:99
msgid "Contents"
msgstr "Содержимое"
@@ -6439,12 +6446,12 @@ msgstr "Содержимое"
msgid "No connections."
msgstr "Контактов нет."
-#: ../../Zotlabs/Module/Viewconnections.php:106
+#: ../../Zotlabs/Module/Viewconnections.php:105
#, php-format
msgid "Visit %s's profile [%s]"
msgstr "Посетить %s ​​профиль [%s]"
-#: ../../Zotlabs/Module/Viewconnections.php:137
+#: ../../Zotlabs/Module/Viewconnections.php:135
msgid "View Connections"
msgstr "Просмотр контактов"
@@ -6496,7 +6503,7 @@ msgid "Manage Channel Locations"
msgstr "Управление местоположением канала"
#: ../../Zotlabs/Module/Locs.php:119
-#: ../../extend/addon/hzaddons/workflow/workflow.php:275
+#: ../../extend/addon/hzaddons/workflow/workflow.php:285
msgid "Primary"
msgstr "Основной"
@@ -6546,7 +6553,7 @@ msgstr "Автоматический импорт контента из друг
msgid "*"
msgstr ""
-#: ../../Zotlabs/Module/Sources.php:107 ../../Zotlabs/Lib/Apps.php:367
+#: ../../Zotlabs/Module/Sources.php:107 ../../Zotlabs/Lib/Apps.php:368
msgid "Channel Sources"
msgstr "Источники канала"
@@ -6610,67 +6617,79 @@ msgstr "Источник удален"
msgid "Unable to remove source."
msgstr "Невозможно удалить источник."
-#: ../../Zotlabs/Module/Chat.php:102
+#: ../../Zotlabs/Module/Chat.php:100
msgid "Chatrooms App"
msgstr "Приложение \"Мои чаты\""
-#: ../../Zotlabs/Module/Chat.php:103
+#: ../../Zotlabs/Module/Chat.php:101
msgid "Access Controlled Chatrooms"
msgstr "Получить доступ к контролируемым чатам"
-#: ../../Zotlabs/Module/Chat.php:196
+#: ../../Zotlabs/Module/Chat.php:194
msgid "Room not found"
msgstr "Комната не найдена"
-#: ../../Zotlabs/Module/Chat.php:212
+#: ../../Zotlabs/Module/Chat.php:210
msgid "Leave Room"
msgstr "Покинуть комнату"
-#: ../../Zotlabs/Module/Chat.php:213
+#: ../../Zotlabs/Module/Chat.php:211
msgid "Delete Room"
msgstr "Удалить комнату"
-#: ../../Zotlabs/Module/Chat.php:214
+#: ../../Zotlabs/Module/Chat.php:212
msgid "I am away right now"
msgstr "Я сейчас отошёл"
-#: ../../Zotlabs/Module/Chat.php:215
+#: ../../Zotlabs/Module/Chat.php:213
msgid "I am online"
msgstr "Я на связи"
-#: ../../Zotlabs/Module/Chat.php:217
+#: ../../Zotlabs/Module/Chat.php:215
msgid "Bookmark this room"
msgstr "Запомнить эту комнату"
-#: ../../Zotlabs/Module/Chat.php:240
+#: ../../Zotlabs/Module/Chat.php:238
msgid "New Chatroom"
msgstr "Новый чат"
-#: ../../Zotlabs/Module/Chat.php:241
+#: ../../Zotlabs/Module/Chat.php:239
msgid "Chatroom name"
msgstr "Название чата"
-#: ../../Zotlabs/Module/Chat.php:242
+#: ../../Zotlabs/Module/Chat.php:240
msgid "Expiration of chats (minutes)"
msgstr "Завершение чатов (минут)"
-#: ../../Zotlabs/Module/Chat.php:258
+#: ../../Zotlabs/Module/Chat.php:256
#, php-format
msgid "%1$s's Chatrooms"
msgstr "Чаты пользователя %1$s"
-#: ../../Zotlabs/Module/Chat.php:263
+#: ../../Zotlabs/Module/Chat.php:261
msgid "No chatrooms available"
msgstr "Нет доступных чатов"
-#: ../../Zotlabs/Module/Chat.php:267
+#: ../../Zotlabs/Module/Chat.php:265
msgid "Expiration"
msgstr "Срок действия"
-#: ../../Zotlabs/Module/Chat.php:268
+#: ../../Zotlabs/Module/Chat.php:266
msgid "min"
msgstr "мин."
+#: ../../Zotlabs/Module/Vote.php:40
+msgid "Poll not found."
+msgstr "Опрос не найден"
+
+#: ../../Zotlabs/Module/Vote.php:71
+msgid "Invalid response."
+msgstr "Неверный ответ."
+
+#: ../../Zotlabs/Module/Vote.php:132
+msgid "Response submitted. Updates may not appear instantly."
+msgstr "Ответ отправлен. Обновления могут отображаться не сразу."
+
#: ../../Zotlabs/Module/Oauth2.php:54
msgid "Name and Secret are required"
msgstr "Требуются имя и код"
@@ -6711,11 +6730,11 @@ msgstr "оставьте поле пустым, если ваше приложе
msgid "Connected OAuth2 Apps"
msgstr "Подключённые приложения OAuth2"
-#: ../../Zotlabs/Module/Settings/Manage.php:39
+#: ../../Zotlabs/Module/Settings/Manage.php:41
msgid "Channel Manager Settings"
msgstr "Настройки менеджера канала"
-#: ../../Zotlabs/Module/Settings/Calendar.php:39
+#: ../../Zotlabs/Module/Settings/Calendar.php:40
msgid "Calendar Settings"
msgstr "Настройки календаря"
@@ -6772,7 +6791,7 @@ msgid "Leave password fields blank unless changing"
msgstr "Оставьте поля пустыми до измнения"
#: ../../Zotlabs/Module/Settings/Account.php:104
-#: ../../Zotlabs/Module/Settings/Channel.php:500
+#: ../../Zotlabs/Module/Settings/Channel.php:501
msgid "Email Address:"
msgstr "Адрес email:"
@@ -6785,569 +6804,568 @@ msgstr "Удалить аккаунт"
msgid "Remove this account including all its channels"
msgstr "Удалить этот аккаунт включая все каналы"
-#: ../../Zotlabs/Module/Settings/Conversation.php:22
+#: ../../Zotlabs/Module/Settings/Conversation.php:23
msgid "Settings saved."
msgstr "Настройки сохранены."
-#: ../../Zotlabs/Module/Settings/Conversation.php:24
+#: ../../Zotlabs/Module/Settings/Conversation.php:25
msgid "Settings saved. Reload page please."
msgstr "Настройки сохранены. Пожалуйста, перезагрузите страницу."
-#: ../../Zotlabs/Module/Settings/Conversation.php:46
+#: ../../Zotlabs/Module/Settings/Conversation.php:47
msgid "Conversation Settings"
msgstr "Настройки бесед"
-#: ../../Zotlabs/Module/Settings/Editor.php:39
+#: ../../Zotlabs/Module/Settings/Editor.php:40
msgid "Editor Settings"
msgstr "Настройки редактора"
-#: ../../Zotlabs/Module/Settings/Display.php:119
+#: ../../Zotlabs/Module/Settings/Display.php:120
#: ../../Zotlabs/Module/Admin/Site.php:196
#, php-format
msgid "%s - (Incompatible)"
msgstr "%s - (несовместимо)"
-#: ../../Zotlabs/Module/Settings/Display.php:128
+#: ../../Zotlabs/Module/Settings/Display.php:129
#, php-format
msgid "%s - (Experimental)"
msgstr "%s - (экспериментальный)"
-#: ../../Zotlabs/Module/Settings/Display.php:184
+#: ../../Zotlabs/Module/Settings/Display.php:185
msgid "Display Settings"
msgstr "Настройки отображения"
-#: ../../Zotlabs/Module/Settings/Display.php:185
+#: ../../Zotlabs/Module/Settings/Display.php:186
msgid "Theme Settings"
msgstr "Настройки темы"
-#: ../../Zotlabs/Module/Settings/Display.php:186
+#: ../../Zotlabs/Module/Settings/Display.php:187
msgid "Custom Theme Settings"
msgstr "Дополнительные настройки темы"
-#: ../../Zotlabs/Module/Settings/Display.php:187
+#: ../../Zotlabs/Module/Settings/Display.php:188
msgid "Content Settings"
msgstr "Настройки содержимого"
-#: ../../Zotlabs/Module/Settings/Display.php:193
+#: ../../Zotlabs/Module/Settings/Display.php:194
msgid "Display Theme:"
msgstr "Тема отображения:"
-#: ../../Zotlabs/Module/Settings/Display.php:194
+#: ../../Zotlabs/Module/Settings/Display.php:195
msgid "Select scheme"
msgstr "Выбрать схему"
-#: ../../Zotlabs/Module/Settings/Display.php:196
+#: ../../Zotlabs/Module/Settings/Display.php:197
msgid "Preload images before rendering the page"
msgstr "Предзагрузка изображений перед обработкой страницы"
-#: ../../Zotlabs/Module/Settings/Display.php:196
+#: ../../Zotlabs/Module/Settings/Display.php:197
msgid ""
"The subjective page load time will be longer but the page will be ready when "
"displayed"
msgstr "Субъективное время загрузки страницы будет длиннее, но страница будет готова при отображении"
-#: ../../Zotlabs/Module/Settings/Display.php:197
+#: ../../Zotlabs/Module/Settings/Display.php:198
msgid "Enable user zoom on mobile devices"
msgstr "Включить масштабирование на мобильных устройствах"
-#: ../../Zotlabs/Module/Settings/Display.php:198
+#: ../../Zotlabs/Module/Settings/Display.php:199
msgid "Update browser every xx seconds"
msgstr "Обновление браузера каждые N секунд"
-#: ../../Zotlabs/Module/Settings/Display.php:198
+#: ../../Zotlabs/Module/Settings/Display.php:199
msgid "Minimum of 10 seconds, no maximum"
msgstr "Минимум 10 секунд, без максимума"
-#: ../../Zotlabs/Module/Settings/Display.php:199
+#: ../../Zotlabs/Module/Settings/Display.php:200
msgid "Maximum number of conversations to load at any time:"
msgstr "Максимальное количество бесед для загрузки одновременно:"
-#: ../../Zotlabs/Module/Settings/Display.php:199
-msgid "Maximum of 100 items"
-msgstr "Максимум 100 элементов"
-
#: ../../Zotlabs/Module/Settings/Display.php:200
+msgid "Maximum of 30 items"
+msgstr "Не более 30 элементов"
+
+#: ../../Zotlabs/Module/Settings/Display.php:201
msgid "Show emoticons (smilies) as images"
msgstr "Показывать эмотиконы (смайлики) как изображения"
-#: ../../Zotlabs/Module/Settings/Display.php:201
+#: ../../Zotlabs/Module/Settings/Display.php:202
msgid "Provide channel menu in navigation bar"
msgstr "Показывать меню канала в панели навигации"
-#: ../../Zotlabs/Module/Settings/Display.php:201
+#: ../../Zotlabs/Module/Settings/Display.php:202
msgid "Default: channel menu located in app menu"
msgstr "По умолчанию каналы расположены в меню приложения"
-#: ../../Zotlabs/Module/Settings/Display.php:202
+#: ../../Zotlabs/Module/Settings/Display.php:203
msgid "Manual conversation updates"
msgstr "Обновление бесед вручную"
-#: ../../Zotlabs/Module/Settings/Display.php:202
+#: ../../Zotlabs/Module/Settings/Display.php:203
msgid "Default is on, turning this off may increase screen jumping"
msgstr "Включено по умолчанию, выключение может привести к рывкам в отображении"
-#: ../../Zotlabs/Module/Settings/Display.php:203
+#: ../../Zotlabs/Module/Settings/Display.php:204
msgid "Link post titles to source"
msgstr "Ссылки на источник заголовков публикаций"
-#: ../../Zotlabs/Module/Settings/Display.php:205
+#: ../../Zotlabs/Module/Settings/Display.php:206
#: ../../Zotlabs/Widget/Newmember.php:75
msgid "New Member Links"
msgstr "Ссылки для новичков"
-#: ../../Zotlabs/Module/Settings/Display.php:205
+#: ../../Zotlabs/Module/Settings/Display.php:206
msgid "Display new member quick links menu"
msgstr "Показать меню быстрых ссылок для новых участников"
-#: ../../Zotlabs/Module/Settings/Features.php:43
+#: ../../Zotlabs/Module/Settings/Features.php:45
msgid "Additional Features"
msgstr "Дополнительные функции"
-#: ../../Zotlabs/Module/Settings/Network.php:41
-#: ../../Zotlabs/Module/Settings/Channel_home.php:44
+#: ../../Zotlabs/Module/Settings/Network.php:42
+#: ../../Zotlabs/Module/Settings/Channel_home.php:46
msgid "Max height of content (in pixels)"
msgstr "Максимальная высота содержимого (в пикселях)"
-#: ../../Zotlabs/Module/Settings/Network.php:43
-#: ../../Zotlabs/Module/Settings/Channel_home.php:46
+#: ../../Zotlabs/Module/Settings/Network.php:44
+#: ../../Zotlabs/Module/Settings/Channel_home.php:48
msgid "Click to expand content exceeding this height"
msgstr "Нажмите чтобы развернуть содержимое превышающее эту высоту"
-#: ../../Zotlabs/Module/Settings/Network.php:58
+#: ../../Zotlabs/Module/Settings/Network.php:59
msgid "Stream Settings"
msgstr "Настройки потока"
-#: ../../Zotlabs/Module/Settings/Events.php:39
+#: ../../Zotlabs/Module/Settings/Events.php:40
msgid "Events Settings"
msgstr "Настройки событий"
-#: ../../Zotlabs/Module/Settings/Channel_home.php:59
+#: ../../Zotlabs/Module/Settings/Channel_home.php:61
msgid "Personal menu to display in your channel pages"
msgstr "Персональное меню для отображения на странице вашего канала"
-#: ../../Zotlabs/Module/Settings/Channel_home.php:86
+#: ../../Zotlabs/Module/Settings/Channel_home.php:88
msgid "Channel Home Settings"
msgstr "Настройки главной страницы канала"
-#: ../../Zotlabs/Module/Settings/Directory.php:39
+#: ../../Zotlabs/Module/Settings/Directory.php:40
msgid "Directory Settings"
msgstr "Настройки каталога"
-#: ../../Zotlabs/Module/Settings/Photos.php:39
+#: ../../Zotlabs/Module/Settings/Photos.php:40
msgid "Photos Settings"
msgstr "Настройки фотографий"
-#: ../../Zotlabs/Module/Settings/Profiles.php:47
+#: ../../Zotlabs/Module/Settings/Profiles.php:49
msgid "Profiles Settings"
msgstr "Настройки профилей"
-#: ../../Zotlabs/Module/Settings/Featured.php:24
+#: ../../Zotlabs/Module/Settings/Featured.php:25
msgid "No feature settings configured"
msgstr "Параметры функций не настроены"
-#: ../../Zotlabs/Module/Settings/Featured.php:33
+#: ../../Zotlabs/Module/Settings/Featured.php:34
msgid "Addon Settings"
msgstr "Настройки расширений"
-#: ../../Zotlabs/Module/Settings/Featured.php:34
+#: ../../Zotlabs/Module/Settings/Featured.php:35
msgid "Please save/submit changes to any panel before opening another."
msgstr "Пожалуйста сохраните / отправьте изменения на панели прежде чем открывать другую."
-#: ../../Zotlabs/Module/Settings/Connections.php:39
+#: ../../Zotlabs/Module/Settings/Connections.php:40
msgid "Connections Settings"
msgstr "Настройки контактов"
-#: ../../Zotlabs/Module/Settings/Channel.php:327
+#: ../../Zotlabs/Module/Settings/Channel.php:328
msgid "Nobody except yourself"
msgstr "Никто кроме вас"
-#: ../../Zotlabs/Module/Settings/Channel.php:328
+#: ../../Zotlabs/Module/Settings/Channel.php:329
msgid "Only those you specifically allow"
msgstr "Только персонально разрешённые"
-#: ../../Zotlabs/Module/Settings/Channel.php:329
+#: ../../Zotlabs/Module/Settings/Channel.php:330
msgid "Approved connections"
msgstr "Одобренные контакты"
-#: ../../Zotlabs/Module/Settings/Channel.php:330
+#: ../../Zotlabs/Module/Settings/Channel.php:331
msgid "Any connections"
msgstr "Любые контакты"
-#: ../../Zotlabs/Module/Settings/Channel.php:331
+#: ../../Zotlabs/Module/Settings/Channel.php:332
msgid "Anybody on this website"
msgstr "Любой на этом сайте"
-#: ../../Zotlabs/Module/Settings/Channel.php:332
+#: ../../Zotlabs/Module/Settings/Channel.php:333
msgid "Anybody in this network"
msgstr "Любой в этой сети"
-#: ../../Zotlabs/Module/Settings/Channel.php:333
+#: ../../Zotlabs/Module/Settings/Channel.php:334
msgid "Anybody authenticated"
msgstr "Любой аутентифицированный"
-#: ../../Zotlabs/Module/Settings/Channel.php:334
+#: ../../Zotlabs/Module/Settings/Channel.php:335
msgid "Anybody on the internet"
msgstr "Любой в интернете"
-#: ../../Zotlabs/Module/Settings/Channel.php:409
+#: ../../Zotlabs/Module/Settings/Channel.php:410
msgid "Publish your default profile in the network directory"
msgstr "Публиковать ваш профиль по умолчанию в сетевом каталоге"
-#: ../../Zotlabs/Module/Settings/Channel.php:414
+#: ../../Zotlabs/Module/Settings/Channel.php:415
msgid "Allow us to suggest you as a potential friend to new members?"
msgstr "Разрешить предлагать вас как потенциального друга для новых пользователей?"
-#: ../../Zotlabs/Module/Settings/Channel.php:418
+#: ../../Zotlabs/Module/Settings/Channel.php:419
msgid "or"
msgstr "или"
-#: ../../Zotlabs/Module/Settings/Channel.php:427
+#: ../../Zotlabs/Module/Settings/Channel.php:428
msgid "Your channel address is"
msgstr "Адрес вашего канала"
-#: ../../Zotlabs/Module/Settings/Channel.php:430
+#: ../../Zotlabs/Module/Settings/Channel.php:431
msgid "Your files/photos are accessible via WebDAV at"
msgstr "Ваши файлы / фотографии доступны через WebDAV по"
-#: ../../Zotlabs/Module/Settings/Channel.php:470
+#: ../../Zotlabs/Module/Settings/Channel.php:471
msgid "Automatic membership approval"
msgstr "Членство одобрено автоматически"
-#: ../../Zotlabs/Module/Settings/Channel.php:491
+#: ../../Zotlabs/Module/Settings/Channel.php:492
msgid "Channel Settings"
msgstr "Настройки канала"
-#: ../../Zotlabs/Module/Settings/Channel.php:498
+#: ../../Zotlabs/Module/Settings/Channel.php:499
msgid "Basic Settings"
msgstr "Основные настройки"
-#: ../../Zotlabs/Module/Settings/Channel.php:501
+#: ../../Zotlabs/Module/Settings/Channel.php:502
msgid "Your Timezone:"
msgstr "Часовой пояс:"
-#: ../../Zotlabs/Module/Settings/Channel.php:502
+#: ../../Zotlabs/Module/Settings/Channel.php:503
msgid "Default Post Location:"
msgstr "Расположение по умолчанию:"
-#: ../../Zotlabs/Module/Settings/Channel.php:502
+#: ../../Zotlabs/Module/Settings/Channel.php:503
msgid "Geographical location to display on your posts"
msgstr "Показывать географическое положение в ваших публикациях"
-#: ../../Zotlabs/Module/Settings/Channel.php:503
+#: ../../Zotlabs/Module/Settings/Channel.php:504
msgid "Use Browser Location:"
msgstr "Определять расположение из браузера"
-#: ../../Zotlabs/Module/Settings/Channel.php:505
+#: ../../Zotlabs/Module/Settings/Channel.php:506
msgid "Adult Content"
msgstr "Содержимое для взрослых"
-#: ../../Zotlabs/Module/Settings/Channel.php:505
+#: ../../Zotlabs/Module/Settings/Channel.php:506
msgid ""
"This channel frequently or regularly publishes adult content. (Please tag "
"any adult material and/or nudity with #NSFW)"
msgstr "Этот канал часто или регулярно публикует содержимое для взрослых. Пожалуйста, помечайте любой такой материал тегом #NSFW"
-#: ../../Zotlabs/Module/Settings/Channel.php:507
+#: ../../Zotlabs/Module/Settings/Channel.php:508
msgid "Security and Privacy Settings"
msgstr "Безопасность и настройки приватности"
-#: ../../Zotlabs/Module/Settings/Channel.php:509
+#: ../../Zotlabs/Module/Settings/Channel.php:510
msgid "Your permissions are already configured. Click to view/adjust"
msgstr "Ваши разрешения уже настроены. Нажмите чтобы просмотреть или изменить"
-#: ../../Zotlabs/Module/Settings/Channel.php:511
+#: ../../Zotlabs/Module/Settings/Channel.php:512
msgid "Hide my online presence"
msgstr "Скрывать моё присутствие онлайн"
-#: ../../Zotlabs/Module/Settings/Channel.php:511
+#: ../../Zotlabs/Module/Settings/Channel.php:512
msgid "Prevents displaying in your profile that you are online"
msgstr "Предотвращает отображения статуса \"в сети\" в вашем профиле"
-#: ../../Zotlabs/Module/Settings/Channel.php:513
+#: ../../Zotlabs/Module/Settings/Channel.php:514
msgid "Simple Privacy Settings:"
msgstr "Простые настройки безопасности:"
-#: ../../Zotlabs/Module/Settings/Channel.php:514
+#: ../../Zotlabs/Module/Settings/Channel.php:515
msgid ""
"Very Public - <em>extremely permissive (should be used with caution)</em>"
msgstr "Полностью открытый - <em>сверхлиберальный (должен использоваться с осторожностью)</em>"
-#: ../../Zotlabs/Module/Settings/Channel.php:515
+#: ../../Zotlabs/Module/Settings/Channel.php:516
msgid ""
"Typical - <em>default public, privacy when desired (similar to social "
"network permissions but with improved privacy)</em>"
msgstr "Обычный - <em>открытый по умолчанию, приватность по желанию (как в социальных сетях, но с улучшенными настройками)</em>"
-#: ../../Zotlabs/Module/Settings/Channel.php:516
+#: ../../Zotlabs/Module/Settings/Channel.php:517
msgid "Private - <em>default private, never open or public</em>"
msgstr "Частный - <em>частный по умочанию, не открытый и не публичный</em>"
-#: ../../Zotlabs/Module/Settings/Channel.php:517
+#: ../../Zotlabs/Module/Settings/Channel.php:518
msgid "Blocked - <em>default blocked to/from everybody</em>"
msgstr "Закрытый - <em>заблокированный по умолчанию от / для всех</em>"
-#: ../../Zotlabs/Module/Settings/Channel.php:519
+#: ../../Zotlabs/Module/Settings/Channel.php:520
msgid "Allow others to tag your posts"
msgstr "Разрешить другим отмечать ваши публикации"
-#: ../../Zotlabs/Module/Settings/Channel.php:519
+#: ../../Zotlabs/Module/Settings/Channel.php:520
msgid ""
"Often used by the community to retro-actively flag inappropriate content"
msgstr "Часто используется сообществом для маркировки неподобающего содержания"
-#: ../../Zotlabs/Module/Settings/Channel.php:521
+#: ../../Zotlabs/Module/Settings/Channel.php:522
msgid "Channel Permission Limits"
msgstr "Ограничения разрешений канала"
-#: ../../Zotlabs/Module/Settings/Channel.php:523
+#: ../../Zotlabs/Module/Settings/Channel.php:524
msgid "Expire other channel content after this many days"
msgstr "Храненить содержимое других каналов, дней"
-#: ../../Zotlabs/Module/Settings/Channel.php:523
+#: ../../Zotlabs/Module/Settings/Channel.php:524
msgid "0 or blank to use the website limit."
msgstr "0 или пусто - использовать настройки сайта."
-#: ../../Zotlabs/Module/Settings/Channel.php:523
+#: ../../Zotlabs/Module/Settings/Channel.php:524
#, php-format
msgid "This website expires after %d days."
msgstr "Срок хранения содержимого этого сайта истекает через %d дней"
-#: ../../Zotlabs/Module/Settings/Channel.php:523
+#: ../../Zotlabs/Module/Settings/Channel.php:524
msgid "This website does not expire imported content."
msgstr "Срок хранения импортированного содержимого этого сайта не ограничен."
-#: ../../Zotlabs/Module/Settings/Channel.php:523
+#: ../../Zotlabs/Module/Settings/Channel.php:524
msgid "The website limit takes precedence if lower than your limit."
msgstr "Ограничение сайта имеет приоритет если ниже вашего значения."
-#: ../../Zotlabs/Module/Settings/Channel.php:524
+#: ../../Zotlabs/Module/Settings/Channel.php:525
msgid "Maximum Friend Requests/Day:"
msgstr "Запросов в друзья в день:"
-#: ../../Zotlabs/Module/Settings/Channel.php:524
+#: ../../Zotlabs/Module/Settings/Channel.php:525
msgid "May reduce spam activity"
msgstr "Может ограничить спам активность"
-#: ../../Zotlabs/Module/Settings/Channel.php:525
+#: ../../Zotlabs/Module/Settings/Channel.php:526
msgid "Default Privacy Group"
msgstr "Группа конфиденциальности по умолчанию"
-#: ../../Zotlabs/Module/Settings/Channel.php:526
+#: ../../Zotlabs/Module/Settings/Channel.php:527
#: ../../Zotlabs/Module/Mitem.php:168 ../../Zotlabs/Module/Mitem.php:247
msgid "(click to open/close)"
msgstr "(нажмите чтобы открыть/закрыть)"
-#: ../../Zotlabs/Module/Settings/Channel.php:527
+#: ../../Zotlabs/Module/Settings/Channel.php:528
msgid "Use my default audience setting for the type of object published"
msgstr "Использовать настройки аудитории по умолчанию для типа опубликованного объекта"
-#: ../../Zotlabs/Module/Settings/Channel.php:536
+#: ../../Zotlabs/Module/Settings/Channel.php:537
msgid "Default permissions category"
msgstr "Категория разрешений по умолчанию"
-#: ../../Zotlabs/Module/Settings/Channel.php:542
+#: ../../Zotlabs/Module/Settings/Channel.php:543
msgid "Maximum private messages per day from unknown people:"
msgstr "Максимально количество сообщений от незнакомых людей, в день:"
-#: ../../Zotlabs/Module/Settings/Channel.php:542
+#: ../../Zotlabs/Module/Settings/Channel.php:543
msgid "Useful to reduce spamming"
msgstr "Полезно для сокращения количества спама"
-#: ../../Zotlabs/Module/Settings/Channel.php:545
+#: ../../Zotlabs/Module/Settings/Channel.php:546
#: ../../Zotlabs/Lib/Enotify.php:68
msgid "Notification Settings"
msgstr "Настройки уведомлений"
-#: ../../Zotlabs/Module/Settings/Channel.php:546
+#: ../../Zotlabs/Module/Settings/Channel.php:547
msgid "By default post a status message when:"
msgstr "По умолчанию публиковать новый статус при:"
-#: ../../Zotlabs/Module/Settings/Channel.php:547
+#: ../../Zotlabs/Module/Settings/Channel.php:548
msgid "accepting a friend request"
msgstr "одобрении запроса в друзья"
-#: ../../Zotlabs/Module/Settings/Channel.php:548
+#: ../../Zotlabs/Module/Settings/Channel.php:549
msgid "joining a forum/community"
msgstr "вступлении в сообщество / форум"
-#: ../../Zotlabs/Module/Settings/Channel.php:549
+#: ../../Zotlabs/Module/Settings/Channel.php:550
msgid "making an <em>interesting</em> profile change"
msgstr "<em>интересном</em> изменении профиля"
-#: ../../Zotlabs/Module/Settings/Channel.php:550
+#: ../../Zotlabs/Module/Settings/Channel.php:551
msgid "Send a notification email when:"
msgstr "Отправить уведомление по email когда:"
-#: ../../Zotlabs/Module/Settings/Channel.php:551
+#: ../../Zotlabs/Module/Settings/Channel.php:552
msgid "You receive a connection request"
msgstr "вы получили новый запрос контакта"
-#: ../../Zotlabs/Module/Settings/Channel.php:552
+#: ../../Zotlabs/Module/Settings/Channel.php:553
msgid "Your connections are confirmed"
msgstr "Ваш запрос контакта был одобрен"
-#: ../../Zotlabs/Module/Settings/Channel.php:553
+#: ../../Zotlabs/Module/Settings/Channel.php:554
msgid "Someone writes on your profile wall"
msgstr "Кто-то написал на стене вашего профиля"
-#: ../../Zotlabs/Module/Settings/Channel.php:554
+#: ../../Zotlabs/Module/Settings/Channel.php:555
msgid "Someone writes a followup comment"
msgstr "Кто-то пишет комментарий"
-#: ../../Zotlabs/Module/Settings/Channel.php:555
+#: ../../Zotlabs/Module/Settings/Channel.php:556
msgid "You receive a private message"
msgstr "Вы получили личное сообщение"
-#: ../../Zotlabs/Module/Settings/Channel.php:556
+#: ../../Zotlabs/Module/Settings/Channel.php:557
msgid "You receive a friend suggestion"
msgstr "Вы получили предложение друзей"
-#: ../../Zotlabs/Module/Settings/Channel.php:557
+#: ../../Zotlabs/Module/Settings/Channel.php:558
msgid "You are tagged in a post"
msgstr "Вы были отмечены в публикации"
-#: ../../Zotlabs/Module/Settings/Channel.php:558
+#: ../../Zotlabs/Module/Settings/Channel.php:559
msgid "You are poked/prodded/etc. in a post"
msgstr "Вас толкнули, подтолкнули и т.п. в публикации"
-#: ../../Zotlabs/Module/Settings/Channel.php:560
+#: ../../Zotlabs/Module/Settings/Channel.php:561
msgid "Someone likes your post/comment"
msgstr "Кому-то нравится ваша публикация / комментарий"
-#: ../../Zotlabs/Module/Settings/Channel.php:563
+#: ../../Zotlabs/Module/Settings/Channel.php:564
msgid "Show visual notifications including:"
msgstr "Показывать визуальные оповещения включая:"
-#: ../../Zotlabs/Module/Settings/Channel.php:565
+#: ../../Zotlabs/Module/Settings/Channel.php:566
msgid "Unseen stream activity"
-msgstr "Невидимая активность в потоке"
+msgstr "Новая активность в потоке"
-#: ../../Zotlabs/Module/Settings/Channel.php:566
+#: ../../Zotlabs/Module/Settings/Channel.php:567
msgid "Unseen channel activity"
-msgstr "Невидимая активность в канале"
+msgstr "Новая активность в канале"
-#: ../../Zotlabs/Module/Settings/Channel.php:567
+#: ../../Zotlabs/Module/Settings/Channel.php:568
msgid "Unseen private messages"
-msgstr "Невидимые личные сообщения"
+msgstr "Новые личные сообщения"
-#: ../../Zotlabs/Module/Settings/Channel.php:567
-#: ../../Zotlabs/Module/Settings/Channel.php:572
+#: ../../Zotlabs/Module/Settings/Channel.php:568
#: ../../Zotlabs/Module/Settings/Channel.php:573
#: ../../Zotlabs/Module/Settings/Channel.php:574
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:191
+#: ../../Zotlabs/Module/Settings/Channel.php:575
msgid "Recommended"
msgstr "Рекомендовано"
-#: ../../Zotlabs/Module/Settings/Channel.php:568
+#: ../../Zotlabs/Module/Settings/Channel.php:569
msgid "Upcoming events"
msgstr "Грядущие события"
-#: ../../Zotlabs/Module/Settings/Channel.php:569
+#: ../../Zotlabs/Module/Settings/Channel.php:570
msgid "Events today"
msgstr "События сегодня"
-#: ../../Zotlabs/Module/Settings/Channel.php:570
+#: ../../Zotlabs/Module/Settings/Channel.php:571
msgid "Upcoming birthdays"
msgstr "Грядущие дни рождения"
-#: ../../Zotlabs/Module/Settings/Channel.php:570
+#: ../../Zotlabs/Module/Settings/Channel.php:571
msgid "Not available in all themes"
msgstr "Не доступно во всех темах"
-#: ../../Zotlabs/Module/Settings/Channel.php:571
+#: ../../Zotlabs/Module/Settings/Channel.php:572
msgid "System (personal) notifications"
msgstr "Системные (личные) уведомления"
-#: ../../Zotlabs/Module/Settings/Channel.php:572
+#: ../../Zotlabs/Module/Settings/Channel.php:573
msgid "System info messages"
msgstr "Сообщения с системной информацией"
-#: ../../Zotlabs/Module/Settings/Channel.php:573
+#: ../../Zotlabs/Module/Settings/Channel.php:574
msgid "System critical alerts"
msgstr "Критические уведомления системы"
-#: ../../Zotlabs/Module/Settings/Channel.php:574
+#: ../../Zotlabs/Module/Settings/Channel.php:575
msgid "New connections"
msgstr "Новые контакты"
-#: ../../Zotlabs/Module/Settings/Channel.php:575
+#: ../../Zotlabs/Module/Settings/Channel.php:576
msgid "System Registrations"
msgstr "Системные регистрации"
-#: ../../Zotlabs/Module/Settings/Channel.php:576
+#: ../../Zotlabs/Module/Settings/Channel.php:577
msgid "Unseen shared files"
-msgstr "Невидимые общие файлы"
+msgstr "Новые общие файлы"
-#: ../../Zotlabs/Module/Settings/Channel.php:577
+#: ../../Zotlabs/Module/Settings/Channel.php:578
msgid "Unseen public stream activity"
-msgstr "Невидимая активность в публичном потоке"
+msgstr "Новая активность в публичном потоке"
-#: ../../Zotlabs/Module/Settings/Channel.php:578
+#: ../../Zotlabs/Module/Settings/Channel.php:579
msgid "Unseen likes and dislikes"
-msgstr "Невидимые лайки и дислайки"
+msgstr "Новые лайки и дислайки"
-#: ../../Zotlabs/Module/Settings/Channel.php:579
+#: ../../Zotlabs/Module/Settings/Channel.php:580
msgid "Unseen forum posts"
-msgstr "Невидимые публикации на форуме"
+msgstr "Новые публикации на форуме"
-#: ../../Zotlabs/Module/Settings/Channel.php:580
+#: ../../Zotlabs/Module/Settings/Channel.php:581
msgid "Email notification hub (hostname)"
msgstr "Центр уведомлений по email (имя хоста)"
-#: ../../Zotlabs/Module/Settings/Channel.php:580
+#: ../../Zotlabs/Module/Settings/Channel.php:581
#, 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 "Если ваш канал зеркалируется в нескольких местах, это ваше предпочтительное местоположение. Это должно предотвратить дублировать уведомлений по email. Например: %s"
-#: ../../Zotlabs/Module/Settings/Channel.php:581
+#: ../../Zotlabs/Module/Settings/Channel.php:582
msgid "Show new wall posts, private messages and connections under Notices"
msgstr "Показать новые сообщения на стене, личные сообщения и контакты в \"Уведомлениях\""
-#: ../../Zotlabs/Module/Settings/Channel.php:583
+#: ../../Zotlabs/Module/Settings/Channel.php:584
msgid "Notify me of events this many days in advance"
msgstr "Уведомлять меня о событиях заранее, дней"
-#: ../../Zotlabs/Module/Settings/Channel.php:583
+#: ../../Zotlabs/Module/Settings/Channel.php:584
msgid "Must be greater than 0"
msgstr "Должно быть больше 0"
-#: ../../Zotlabs/Module/Settings/Channel.php:588
+#: ../../Zotlabs/Module/Settings/Channel.php:589
msgid "Advanced Account/Page Type Settings"
msgstr "Дополнительные настройки учётной записи / страницы"
-#: ../../Zotlabs/Module/Settings/Channel.php:589
+#: ../../Zotlabs/Module/Settings/Channel.php:590
msgid "Change the behaviour of this account for special situations"
msgstr "Изменить поведение этого аккаунта в особых ситуациях"
-#: ../../Zotlabs/Module/Settings/Channel.php:591
+#: ../../Zotlabs/Module/Settings/Channel.php:592
msgid "Miscellaneous Settings"
msgstr "Дополнительные настройки"
-#: ../../Zotlabs/Module/Settings/Channel.php:592
+#: ../../Zotlabs/Module/Settings/Channel.php:593
msgid "Default photo upload folder"
msgstr "Каталог загрузки фотографий по умолчанию"
-#: ../../Zotlabs/Module/Settings/Channel.php:592
#: ../../Zotlabs/Module/Settings/Channel.php:593
+#: ../../Zotlabs/Module/Settings/Channel.php:594
msgid "%Y - current year, %m - current month"
msgstr "%Y - текущий год, %y - текущий месяц"
-#: ../../Zotlabs/Module/Settings/Channel.php:593
+#: ../../Zotlabs/Module/Settings/Channel.php:594
msgid "Default file upload folder"
msgstr "Каталог загрузки файлов по умолчанию"
-#: ../../Zotlabs/Module/Settings/Channel.php:594
+#: ../../Zotlabs/Module/Settings/Channel.php:595
#: ../../Zotlabs/Module/Removeme.php:64
msgid "Remove Channel"
msgstr "Удаление канала"
-#: ../../Zotlabs/Module/Settings/Channel.php:595
+#: ../../Zotlabs/Module/Settings/Channel.php:596
msgid "Remove this channel."
msgstr "Удалить этот канал."
-#: ../../Zotlabs/Module/Dirsearch.php:33
+#: ../../Zotlabs/Module/Dirsearch.php:37
msgid "This directory server requires an access token"
msgstr "Для доступа к этому серверу каталогов требуется токен"
@@ -7402,7 +7420,7 @@ msgid "Edit file permissions"
msgstr "Редактировать разрешения файла"
#: ../../Zotlabs/Module/Filestorage.php:197
-#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:216
+#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:261
msgid "Set/edit permissions"
msgstr "Редактировать разрешения"
@@ -7521,75 +7539,75 @@ msgstr "Нет на месте"
msgid "Online"
msgstr "В сети"
-#: ../../Zotlabs/Module/Like.php:56
+#: ../../Zotlabs/Module/Like.php:57
msgid "Like/Dislike"
msgstr "Нравится / не нравится"
-#: ../../Zotlabs/Module/Like.php:61
+#: ../../Zotlabs/Module/Like.php:62
msgid "This action is restricted to members."
msgstr "Это действие доступно только участникам."
-#: ../../Zotlabs/Module/Like.php:62
+#: ../../Zotlabs/Module/Like.php:63
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 "Пожалуйста, для продолжения <a href=\"rmagic\"> войдите с вашим $Projectname ID</a> или <a href=\"register\">зарегистрируйтесь как новый участник $Projectname</a>."
-#: ../../Zotlabs/Module/Like.php:111 ../../Zotlabs/Module/Like.php:137
-#: ../../Zotlabs/Module/Like.php:175
+#: ../../Zotlabs/Module/Like.php:117 ../../Zotlabs/Module/Like.php:143
+#: ../../Zotlabs/Module/Like.php:181
msgid "Invalid request."
msgstr "Неверный запрос."
-#: ../../Zotlabs/Module/Like.php:152
+#: ../../Zotlabs/Module/Like.php:158
msgid "thing"
msgstr "предмет"
-#: ../../Zotlabs/Module/Like.php:198
+#: ../../Zotlabs/Module/Like.php:204
msgid "Channel unavailable."
msgstr "Канал недоступен."
-#: ../../Zotlabs/Module/Like.php:246
+#: ../../Zotlabs/Module/Like.php:240
msgid "Previous action reversed."
msgstr "Предыдущее действие отменено."
-#: ../../Zotlabs/Module/Like.php:451
+#: ../../Zotlabs/Module/Like.php:426
#, php-format
msgid "%1$s agrees with %2$s's %3$s"
msgstr "%1$s согласен с %2$s %3$s"
-#: ../../Zotlabs/Module/Like.php:453
+#: ../../Zotlabs/Module/Like.php:428
#, php-format
msgid "%1$s doesn't agree with %2$s's %3$s"
msgstr "%1$s не согласен с %2$s %3$s"
-#: ../../Zotlabs/Module/Like.php:455
+#: ../../Zotlabs/Module/Like.php:430
#, php-format
msgid "%1$s abstains from a decision on %2$s's %3$s"
msgstr "%1$s воздерживается от решения по %2$s%3$s"
-#: ../../Zotlabs/Module/Like.php:457
-#: ../../extend/addon/hzaddons/diaspora/Receiver.php:2182
+#: ../../Zotlabs/Module/Like.php:432
+#: ../../extend/addon/hzaddons/diaspora/Receiver.php:2184
#, php-format
msgid "%1$s is attending %2$s's %3$s"
msgstr "%1$s посещает %2$s%3$s"
-#: ../../Zotlabs/Module/Like.php:459
-#: ../../extend/addon/hzaddons/diaspora/Receiver.php:2184
+#: ../../Zotlabs/Module/Like.php:434
+#: ../../extend/addon/hzaddons/diaspora/Receiver.php:2186
#, php-format
msgid "%1$s is not attending %2$s's %3$s"
msgstr "%1$s не посещает %2$s%3$s"
-#: ../../Zotlabs/Module/Like.php:461
-#: ../../extend/addon/hzaddons/diaspora/Receiver.php:2186
+#: ../../Zotlabs/Module/Like.php:436
+#: ../../extend/addon/hzaddons/diaspora/Receiver.php:2188
#, php-format
msgid "%1$s may attend %2$s's %3$s"
msgstr "%1$s может посетить %2$s%3$s"
-#: ../../Zotlabs/Module/Like.php:572
+#: ../../Zotlabs/Module/Like.php:547
msgid "Action completed."
msgstr "Действие завершено."
-#: ../../Zotlabs/Module/Like.php:573
+#: ../../Zotlabs/Module/Like.php:548
msgid "Thank you."
msgstr "Спасибо."
@@ -7613,6 +7631,18 @@ msgstr "Мои закладки"
msgid "My Connections Bookmarks"
msgstr "Закладки моих контактов"
+#: ../../Zotlabs/Module/Z6trans.php:98
+msgid "Update to Hubzilla 5.0 step 2"
+msgstr "Обновление Hubzilla 5.0, этап 2"
+
+#: ../../Zotlabs/Module/Z6trans.php:100
+msgid "To complete the update please run"
+msgstr "Для завершения обновления пожалуйста выполните"
+
+#: ../../Zotlabs/Module/Z6trans.php:106
+msgid "INFO: this command can take a very long time depending on your DB size."
+msgstr "К сведению: эта команда может выполняться очень долго в зависимости от размеры базы данных."
+
#: ../../Zotlabs/Module/Attach.php:13
msgid "Item not available."
msgstr "Элемент недоступен."
@@ -8375,6 +8405,14 @@ msgstr "Редактировать элемент меню"
msgid "Link text"
msgstr "Текст ссылки"
+#: ../../Zotlabs/Module/Dircensor.php:42
+msgid "Entry censored"
+msgstr "Запись цензурирована"
+
+#: ../../Zotlabs/Module/Dircensor.php:45
+msgid "Entry uncensored"
+msgstr "Запись нецензурирована"
+
#: ../../Zotlabs/Module/Admin/Features.php:56
#, php-format
msgid "Lock feature %s"
@@ -8473,14 +8511,6 @@ msgstr "Код в канале '%s' запрещён"
msgid "select all"
msgstr "выбрать все"
-#: ../../Zotlabs/Module/Admin/Channels.php:150
-msgid "Censor"
-msgstr "Цензурировать"
-
-#: ../../Zotlabs/Module/Admin/Channels.php:151
-msgid "Uncensor"
-msgstr "Нецензурировать"
-
#: ../../Zotlabs/Module/Admin/Channels.php:152
msgid "Allow Code"
msgstr "Разрешить код"
@@ -9004,7 +9034,7 @@ msgstr "Импортировать только публичные потоки
#: ../../Zotlabs/Module/Admin/Site.php:321
#: ../../Zotlabs/Module/Admin/Site.php:322
-#: ../../Zotlabs/Module/Connedit.php:892 ../../Zotlabs/Module/Connedit.php:893
+#: ../../Zotlabs/Module/Connedit.php:893 ../../Zotlabs/Module/Connedit.php:894
msgid ""
"words one per line or #tags or /patterns/ or lang=xx, leave blank to import "
"all posts"
@@ -9341,12 +9371,12 @@ msgid "No registrations."
msgstr "Нет новых регистраций."
#: ../../Zotlabs/Module/Admin/Accounts.php:176
-#: ../../Zotlabs/Module/Connedit.php:636
+#: ../../Zotlabs/Module/Connedit.php:637
msgid "Block"
msgstr "Блокировать"
#: ../../Zotlabs/Module/Admin/Accounts.php:177
-#: ../../Zotlabs/Module/Connedit.php:636
+#: ../../Zotlabs/Module/Connedit.php:637
msgid "Unblock"
msgstr "Разблокировать"
@@ -9534,12 +9564,12 @@ msgstr "Пароль"
msgid "Expires (yyyy-mm-dd)"
msgstr "Срок действия (yyyy-mm-dd)"
-#: ../../Zotlabs/Module/Tokens.php:180 ../../Zotlabs/Module/Connedit.php:907
+#: ../../Zotlabs/Module/Tokens.php:180 ../../Zotlabs/Module/Connedit.php:908
msgid "Their Settings"
msgstr "Их настройки"
#: ../../Zotlabs/Module/Notifications.php:60
-#: ../../Zotlabs/Lib/ThreadItem.php:462
+#: ../../Zotlabs/Lib/ThreadItem.php:482
msgid "Mark all seen"
msgstr "Отметить как просмотренное"
@@ -9565,60 +9595,60 @@ msgstr "Ссылка страницы"
msgid "Edit Webpage"
msgstr "Редактировать веб-страницу"
-#: ../../Zotlabs/Module/Thing.php:120
+#: ../../Zotlabs/Module/Thing.php:122
msgid "Thing updated"
msgstr "Обновлено"
-#: ../../Zotlabs/Module/Thing.php:172
+#: ../../Zotlabs/Module/Thing.php:174
msgid "Object store: failed"
msgstr "Хранлищие объектов: неудача"
-#: ../../Zotlabs/Module/Thing.php:176
+#: ../../Zotlabs/Module/Thing.php:178
msgid "Thing added"
msgstr "Добавлено"
-#: ../../Zotlabs/Module/Thing.php:202
+#: ../../Zotlabs/Module/Thing.php:204
#, php-format
msgid "OBJ: %1$s %2$s %3$s"
msgstr ""
-#: ../../Zotlabs/Module/Thing.php:265
+#: ../../Zotlabs/Module/Thing.php:267
msgid "Show Thing"
msgstr "Показать"
-#: ../../Zotlabs/Module/Thing.php:272
+#: ../../Zotlabs/Module/Thing.php:274
msgid "item not found."
msgstr "Элемент не найден."
-#: ../../Zotlabs/Module/Thing.php:305
+#: ../../Zotlabs/Module/Thing.php:307
msgid "Edit Thing"
msgstr "Редактировать"
-#: ../../Zotlabs/Module/Thing.php:307 ../../Zotlabs/Module/Thing.php:364
+#: ../../Zotlabs/Module/Thing.php:309 ../../Zotlabs/Module/Thing.php:366
msgid "Select a profile"
msgstr "Выбрать профиль"
-#: ../../Zotlabs/Module/Thing.php:311 ../../Zotlabs/Module/Thing.php:367
+#: ../../Zotlabs/Module/Thing.php:313 ../../Zotlabs/Module/Thing.php:369
msgid "Post an activity"
msgstr "Опубликовать мероприятие"
-#: ../../Zotlabs/Module/Thing.php:311 ../../Zotlabs/Module/Thing.php:367
+#: ../../Zotlabs/Module/Thing.php:313 ../../Zotlabs/Module/Thing.php:369
msgid "Only sends to viewers of the applicable profile"
msgstr "Отправлять только подходящий профиль"
-#: ../../Zotlabs/Module/Thing.php:313 ../../Zotlabs/Module/Thing.php:369
+#: ../../Zotlabs/Module/Thing.php:315 ../../Zotlabs/Module/Thing.php:371
msgid "Name of thing e.g. something"
msgstr "Наименование, например \"нечто\""
-#: ../../Zotlabs/Module/Thing.php:315 ../../Zotlabs/Module/Thing.php:370
+#: ../../Zotlabs/Module/Thing.php:317 ../../Zotlabs/Module/Thing.php:372
msgid "URL of thing (optional)"
msgstr "URL (необязательно)"
-#: ../../Zotlabs/Module/Thing.php:317 ../../Zotlabs/Module/Thing.php:371
+#: ../../Zotlabs/Module/Thing.php:319 ../../Zotlabs/Module/Thing.php:373
msgid "URL for photo of thing (optional)"
msgstr "URL для фотографии (необязательно)"
-#: ../../Zotlabs/Module/Thing.php:362
+#: ../../Zotlabs/Module/Thing.php:364
msgid "Add Thing to your Profile"
msgstr "Добавить к вашему профилю"
@@ -9628,31 +9658,31 @@ msgstr "Добро пожаловать в Hubzilla!"
#: ../../Zotlabs/Module/Hq.php:140
msgid "You have got no unseen posts..."
-msgstr "У вас нет видимых публикаций..."
+msgstr "У вас нет непросмотренных публикаций..."
-#: ../../Zotlabs/Module/Search.php:230
+#: ../../Zotlabs/Module/Search.php:231
#, php-format
msgid "Items tagged with: %s"
msgstr "Объекты помечены как: %s"
-#: ../../Zotlabs/Module/Search.php:232
+#: ../../Zotlabs/Module/Search.php:233
#, php-format
msgid "Search results for: %s"
msgstr "Результаты поиска для: %s"
-#: ../../Zotlabs/Module/Notes.php:56
+#: ../../Zotlabs/Module/Notes.php:57
msgid "Notes App"
-msgstr "Приложение \"Заметки\""
+msgstr "Приложение \"Записки\""
-#: ../../Zotlabs/Module/Notes.php:57
+#: ../../Zotlabs/Module/Notes.php:58
msgid "A simple notes app with a widget (note: notes are not encrypted)"
-msgstr "Простое приложение для заметок с виджетом (примечание: заметки не зашифрованы)"
+msgstr "Простое приложение для записок с виджетом (примечание: записки не зашифрованы)"
-#: ../../Zotlabs/Module/Moderate.php:65
+#: ../../Zotlabs/Module/Moderate.php:67
msgid "Comment approved"
msgstr "Комментарий одобрен"
-#: ../../Zotlabs/Module/Moderate.php:69
+#: ../../Zotlabs/Module/Moderate.php:71
msgid "Comment deleted"
msgstr "Комментарий удалён"
@@ -9723,34 +9753,34 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Добро пожаловать в %s"
-#: ../../Zotlabs/Module/Profile_photo.php:252
+#: ../../Zotlabs/Module/Profile_photo.php:254
#: ../../extend/addon/hzaddons/openclipatar/openclipatar.php:298
msgid ""
"Shift-reload the page or clear browser cache if the new photo does not "
"display immediately."
msgstr "Если новая фотография не отображается немедленно то нажмите Shift + \"Обновить\" для очистки кэша браузера"
-#: ../../Zotlabs/Module/Profile_photo.php:493
+#: ../../Zotlabs/Module/Profile_photo.php:495
msgid ""
"Your default profile photo is visible to anybody on the internet. Profile "
"photos for alternate profiles will inherit the permissions of the profile"
msgstr "Фотография вашего профиля по умолчанию видна всем в Интернете. Фотографияпрофиля для альтернативных профилей наследуют разрешения текущего профиля"
-#: ../../Zotlabs/Module/Profile_photo.php:493
+#: ../../Zotlabs/Module/Profile_photo.php:495
msgid ""
"Your profile photo is visible to anybody on the internet and may be "
"distributed to other websites."
msgstr "Фотография вашего профиля видна всем в Интернете и может быть отправлена на другие сайты."
-#: ../../Zotlabs/Module/Profile_photo.php:497
+#: ../../Zotlabs/Module/Profile_photo.php:499
msgid "Use Photo for Profile"
msgstr "Использовать фотографию для профиля"
-#: ../../Zotlabs/Module/Profile_photo.php:497
+#: ../../Zotlabs/Module/Profile_photo.php:499
msgid "Change Profile Photo"
msgstr "Изменить фотографию профиля"
-#: ../../Zotlabs/Module/Profile_photo.php:498
+#: ../../Zotlabs/Module/Profile_photo.php:500
msgid "Use"
msgstr "Использовать"
@@ -9770,7 +9800,7 @@ msgstr "URL закладки"
msgid "Or enter new bookmark folder name"
msgstr "или введите новое имя каталога закладок"
-#: ../../Zotlabs/Module/Follow.php:36
+#: ../../Zotlabs/Module/Follow.php:93
msgid "Connection added."
msgstr "Контакт добавлен."
@@ -9778,268 +9808,268 @@ msgstr "Контакт добавлен."
msgid "Item is not editable"
msgstr "Элемент нельзя редактировать"
-#: ../../Zotlabs/Module/Connedit.php:112
+#: ../../Zotlabs/Module/Connedit.php:113
msgid "Could not locate selected profile."
msgstr "Не удалось обнаружить выбранный профиль."
-#: ../../Zotlabs/Module/Connedit.php:256
+#: ../../Zotlabs/Module/Connedit.php:257
msgid "Connection updated."
msgstr "Контакты обновлены."
-#: ../../Zotlabs/Module/Connedit.php:258
+#: ../../Zotlabs/Module/Connedit.php:259
msgid "Failed to update connection record."
msgstr "Не удалось обновить запись контакта."
-#: ../../Zotlabs/Module/Connedit.php:312
+#: ../../Zotlabs/Module/Connedit.php:313
msgid "is now connected to"
msgstr "теперь подключён к"
-#: ../../Zotlabs/Module/Connedit.php:437
+#: ../../Zotlabs/Module/Connedit.php:438
msgid "Could not access address book record."
msgstr "Не удалось получить доступ к записи адресной книги."
-#: ../../Zotlabs/Module/Connedit.php:485 ../../Zotlabs/Module/Connedit.php:489
+#: ../../Zotlabs/Module/Connedit.php:486 ../../Zotlabs/Module/Connedit.php:490
msgid "Refresh failed - channel is currently unavailable."
msgstr "Обновление невозможно - в настоящее время канал недоступен."
-#: ../../Zotlabs/Module/Connedit.php:504 ../../Zotlabs/Module/Connedit.php:513
-#: ../../Zotlabs/Module/Connedit.php:522 ../../Zotlabs/Module/Connedit.php:531
-#: ../../Zotlabs/Module/Connedit.php:544
+#: ../../Zotlabs/Module/Connedit.php:505 ../../Zotlabs/Module/Connedit.php:514
+#: ../../Zotlabs/Module/Connedit.php:523 ../../Zotlabs/Module/Connedit.php:532
+#: ../../Zotlabs/Module/Connedit.php:545
msgid "Unable to set address book parameters."
msgstr "Не удалось получить доступ к параметрам адресной книги."
-#: ../../Zotlabs/Module/Connedit.php:568
+#: ../../Zotlabs/Module/Connedit.php:569
msgid "Connection has been removed."
msgstr "Контакт был удалён."
-#: ../../Zotlabs/Module/Connedit.php:611
+#: ../../Zotlabs/Module/Connedit.php:612
#, php-format
msgid "View %s's profile"
msgstr "Просмотр %s профиля"
-#: ../../Zotlabs/Module/Connedit.php:615
+#: ../../Zotlabs/Module/Connedit.php:616
msgid "Refresh Permissions"
msgstr "Обновить разрешения"
-#: ../../Zotlabs/Module/Connedit.php:618
+#: ../../Zotlabs/Module/Connedit.php:619
msgid "Fetch updated permissions"
msgstr "Получить обновлённые разрешения"
-#: ../../Zotlabs/Module/Connedit.php:622
+#: ../../Zotlabs/Module/Connedit.php:623
msgid "Refresh Photo"
msgstr "Обновить фотографию"
-#: ../../Zotlabs/Module/Connedit.php:625
+#: ../../Zotlabs/Module/Connedit.php:626
msgid "Fetch updated photo"
msgstr "Получить обновлённую фотографию"
-#: ../../Zotlabs/Module/Connedit.php:632
+#: ../../Zotlabs/Module/Connedit.php:633
msgid "View recent posts and comments"
msgstr "Просмотреть последние публикации и комментарии"
-#: ../../Zotlabs/Module/Connedit.php:639
+#: ../../Zotlabs/Module/Connedit.php:640
msgid "Block (or Unblock) all communications with this connection"
msgstr "Блокировать (или разблокировать) связи с этим контактом"
-#: ../../Zotlabs/Module/Connedit.php:640
+#: ../../Zotlabs/Module/Connedit.php:641
msgid "This connection is blocked!"
msgstr "Этот контакт заблокирован!"
-#: ../../Zotlabs/Module/Connedit.php:644
+#: ../../Zotlabs/Module/Connedit.php:645
msgid "Unignore"
msgstr "Не игнорировать"
-#: ../../Zotlabs/Module/Connedit.php:644
+#: ../../Zotlabs/Module/Connedit.php:645
#: ../../Zotlabs/Module/Connections.php:344
msgid "Ignore"
msgstr "Игнорировать"
-#: ../../Zotlabs/Module/Connedit.php:647
+#: ../../Zotlabs/Module/Connedit.php:648
msgid "Ignore (or Unignore) all inbound communications from this connection"
msgstr "Игнорировать (или не игнорировать) все связи для этого контакта"
-#: ../../Zotlabs/Module/Connedit.php:648
+#: ../../Zotlabs/Module/Connedit.php:649
msgid "This connection is ignored!"
msgstr "Этот контакт игнорируется!"
-#: ../../Zotlabs/Module/Connedit.php:652
+#: ../../Zotlabs/Module/Connedit.php:653
msgid "Unarchive"
msgstr "Разархивировать"
-#: ../../Zotlabs/Module/Connedit.php:652
+#: ../../Zotlabs/Module/Connedit.php:653
msgid "Archive"
msgstr "Заархивировать"
-#: ../../Zotlabs/Module/Connedit.php:655
+#: ../../Zotlabs/Module/Connedit.php:656
msgid ""
"Archive (or Unarchive) this connection - mark channel dead but keep content"
msgstr "Заархивировать (или разархивировать) этот контакт - пометить канал отключённым но сохранить содержимое"
-#: ../../Zotlabs/Module/Connedit.php:656
+#: ../../Zotlabs/Module/Connedit.php:657
msgid "This connection is archived!"
msgstr "Этот контакт заархивирован!"
-#: ../../Zotlabs/Module/Connedit.php:660
+#: ../../Zotlabs/Module/Connedit.php:661
msgid "Unhide"
msgstr "Показать"
-#: ../../Zotlabs/Module/Connedit.php:660
+#: ../../Zotlabs/Module/Connedit.php:661
msgid "Hide"
msgstr "Скрыть"
-#: ../../Zotlabs/Module/Connedit.php:663
+#: ../../Zotlabs/Module/Connedit.php:664
msgid "Hide or Unhide this connection from your other connections"
msgstr "Скрыть или показать этот контакт от / для остальных"
-#: ../../Zotlabs/Module/Connedit.php:664
+#: ../../Zotlabs/Module/Connedit.php:665
msgid "This connection is hidden!"
msgstr "Этот контакт скрыт!"
-#: ../../Zotlabs/Module/Connedit.php:671
+#: ../../Zotlabs/Module/Connedit.php:672
msgid "Delete this connection"
msgstr "Удалить этот контакт"
-#: ../../Zotlabs/Module/Connedit.php:679
+#: ../../Zotlabs/Module/Connedit.php:680
msgid "Fetch Vcard"
msgstr "Получить vCard"
-#: ../../Zotlabs/Module/Connedit.php:682
+#: ../../Zotlabs/Module/Connedit.php:683
msgid "Fetch electronic calling card for this connection"
msgstr "Получить электронную телефонную карточку для этого контакта"
-#: ../../Zotlabs/Module/Connedit.php:693
+#: ../../Zotlabs/Module/Connedit.php:694
msgid "Open Individual Permissions section by default"
msgstr "Открывать раздел \"Индивидуальные разрешения\" по умолчанию"
-#: ../../Zotlabs/Module/Connedit.php:716
+#: ../../Zotlabs/Module/Connedit.php:717
msgid "Affinity"
msgstr "Сходство"
-#: ../../Zotlabs/Module/Connedit.php:719
+#: ../../Zotlabs/Module/Connedit.php:720
msgid "Open Set Affinity section by default"
msgstr "Открыть секцию установления сходства по умолчанию"
-#: ../../Zotlabs/Module/Connedit.php:723 ../../Zotlabs/Widget/Affinity.php:30
+#: ../../Zotlabs/Module/Connedit.php:724 ../../Zotlabs/Widget/Affinity.php:30
msgid "Me"
msgstr "Я"
-#: ../../Zotlabs/Module/Connedit.php:724 ../../Zotlabs/Widget/Affinity.php:31
+#: ../../Zotlabs/Module/Connedit.php:725 ../../Zotlabs/Widget/Affinity.php:31
msgid "Family"
msgstr "Семья"
-#: ../../Zotlabs/Module/Connedit.php:726 ../../Zotlabs/Widget/Affinity.php:33
+#: ../../Zotlabs/Module/Connedit.php:727 ../../Zotlabs/Widget/Affinity.php:33
msgid "Acquaintances"
msgstr "Знакомые"
-#: ../../Zotlabs/Module/Connedit.php:727
+#: ../../Zotlabs/Module/Connedit.php:728
#: ../../Zotlabs/Module/Connections.php:97
#: ../../Zotlabs/Module/Connections.php:111
#: ../../Zotlabs/Widget/Affinity.php:34
msgid "All"
msgstr "Все"
-#: ../../Zotlabs/Module/Connedit.php:756
+#: ../../Zotlabs/Module/Connedit.php:757
msgid "Filter"
msgstr "Фильтр"
-#: ../../Zotlabs/Module/Connedit.php:759
+#: ../../Zotlabs/Module/Connedit.php:760
msgid "Open Custom Filter section by default"
msgstr "Открывать секцию \"Настраиваемый фильтр\" по умолчанию"
-#: ../../Zotlabs/Module/Connedit.php:796
+#: ../../Zotlabs/Module/Connedit.php:797
msgid "Approve this connection"
msgstr "Утвердить этот контакт"
-#: ../../Zotlabs/Module/Connedit.php:796
+#: ../../Zotlabs/Module/Connedit.php:797
msgid "Accept connection to allow communication"
msgstr "Принять контакт чтобы разрешить связь"
-#: ../../Zotlabs/Module/Connedit.php:801
+#: ../../Zotlabs/Module/Connedit.php:802
msgid "Set Affinity"
msgstr "Установить сходство"
-#: ../../Zotlabs/Module/Connedit.php:804
+#: ../../Zotlabs/Module/Connedit.php:805
msgid "Set Profile"
msgstr "Установить профиль"
-#: ../../Zotlabs/Module/Connedit.php:807
+#: ../../Zotlabs/Module/Connedit.php:808
msgid "Set Affinity & Profile"
msgstr "Установить сходство и профиль"
-#: ../../Zotlabs/Module/Connedit.php:855
+#: ../../Zotlabs/Module/Connedit.php:856
msgid "This connection is unreachable from this location."
msgstr "Этот контакт недоступен для данного местоположения"
-#: ../../Zotlabs/Module/Connedit.php:856
+#: ../../Zotlabs/Module/Connedit.php:857
msgid "This connection may be unreachable from other channel locations."
msgstr "Этот контакт может быть недоступен из других мест размещения канала"
-#: ../../Zotlabs/Module/Connedit.php:858
+#: ../../Zotlabs/Module/Connedit.php:859
msgid "Location independence is not supported by their network."
msgstr "Независимое местоположение не поддерживается их сетью."
-#: ../../Zotlabs/Module/Connedit.php:864
+#: ../../Zotlabs/Module/Connedit.php:865
msgid ""
"This connection is unreachable from this location. Location independence is "
"not supported by their network."
msgstr "Этот контакт недоступен из данного местоположения. Независимое местоположение не поддерживается их сетью."
-#: ../../Zotlabs/Module/Connedit.php:868
+#: ../../Zotlabs/Module/Connedit.php:869
msgid "Connection requests will be approved without your interaction"
msgstr "Запросы контактов будут одобрены без вашего участия"
-#: ../../Zotlabs/Module/Connedit.php:877
+#: ../../Zotlabs/Module/Connedit.php:878
msgid "This connection's primary address is"
msgstr "Главный адрес это контакта"
-#: ../../Zotlabs/Module/Connedit.php:878
+#: ../../Zotlabs/Module/Connedit.php:879
msgid "Available locations:"
msgstr "Доступные расположения:"
-#: ../../Zotlabs/Module/Connedit.php:884
+#: ../../Zotlabs/Module/Connedit.php:885
msgid "Connection Tools"
msgstr "Инструменты контактов"
-#: ../../Zotlabs/Module/Connedit.php:886
+#: ../../Zotlabs/Module/Connedit.php:887
msgid "Slide to adjust your degree of friendship"
msgstr "Прокрутить для настройки степени дружбы"
-#: ../../Zotlabs/Module/Connedit.php:888
+#: ../../Zotlabs/Module/Connedit.php:889
msgid "Slide to adjust your rating"
msgstr "Прокрутить для настройки оценки"
-#: ../../Zotlabs/Module/Connedit.php:889 ../../Zotlabs/Module/Connedit.php:894
+#: ../../Zotlabs/Module/Connedit.php:890 ../../Zotlabs/Module/Connedit.php:895
msgid "Optionally explain your rating"
msgstr "Объясните свою оценку (не обязательно)"
-#: ../../Zotlabs/Module/Connedit.php:891
+#: ../../Zotlabs/Module/Connedit.php:892
msgid "Custom Filter"
msgstr "Настраиваемый фильтр"
-#: ../../Zotlabs/Module/Connedit.php:892
+#: ../../Zotlabs/Module/Connedit.php:893
msgid "Only import posts with this text"
msgstr "Импортировать публикации только с этим текстом"
-#: ../../Zotlabs/Module/Connedit.php:893
+#: ../../Zotlabs/Module/Connedit.php:894
msgid "Do not import posts with this text"
msgstr "Не импортировать публикации с этим текстом"
-#: ../../Zotlabs/Module/Connedit.php:895
+#: ../../Zotlabs/Module/Connedit.php:896
msgid "This information is public!"
msgstr "Эта информация общедоступна!"
-#: ../../Zotlabs/Module/Connedit.php:900
+#: ../../Zotlabs/Module/Connedit.php:901
msgid "Connection Pending Approval"
msgstr "Ожидающие подтверждения контактов"
-#: ../../Zotlabs/Module/Connedit.php:905
+#: ../../Zotlabs/Module/Connedit.php:906
#, php-format
msgid ""
"Please choose the profile you would like to display to %s when viewing your "
"profile securely."
msgstr "Пожалуйста, выберите профиль который вы хотит показывать в %s при безопасном просмотре."
-#: ../../Zotlabs/Module/Connedit.php:912
+#: ../../Zotlabs/Module/Connedit.php:913
msgid ""
"Some permissions may be inherited from your channel's <a href=\"settings"
"\"><strong>privacy settings</strong></a>, which have higher priority than "
@@ -10047,76 +10077,76 @@ msgid ""
"any impact unless the inherited setting changes."
msgstr "Некоторые разрешения могут быть унаследованы из <a href=\"settings\"><strong>настроек приватности</strong></a> вашего канала, которые могут иметь более высокий приоритет чем индивидуальные. Вы можете изменить эти настройки, однако они не будут применены до изменения переданных по наследству настроек."
-#: ../../Zotlabs/Module/Connedit.php:913
+#: ../../Zotlabs/Module/Connedit.php:914
msgid "Last update:"
msgstr "Последнее обновление:"
-#: ../../Zotlabs/Module/Connedit.php:921
+#: ../../Zotlabs/Module/Connedit.php:922
msgid "Details"
msgstr "Сведения"
-#: ../../Zotlabs/Module/Group.php:45
+#: ../../Zotlabs/Module/Group.php:46
msgid "Privacy group created."
msgstr "Группа конфиденциальности создана."
-#: ../../Zotlabs/Module/Group.php:48
+#: ../../Zotlabs/Module/Group.php:49
msgid "Could not create privacy group."
msgstr "Не удалось создать группу конфиденциальности."
-#: ../../Zotlabs/Module/Group.php:80
+#: ../../Zotlabs/Module/Group.php:81
msgid "Privacy group updated."
msgstr "Группа конфиденциальности обновлена."
-#: ../../Zotlabs/Module/Group.php:106
+#: ../../Zotlabs/Module/Group.php:107
msgid "Privacy Groups App"
msgstr "Приложение \"Группы конфиденциальности\""
-#: ../../Zotlabs/Module/Group.php:107
+#: ../../Zotlabs/Module/Group.php:108
msgid "Management of privacy groups"
msgstr "Управление группами конфиденциальности."
-#: ../../Zotlabs/Module/Group.php:142
+#: ../../Zotlabs/Module/Group.php:143
msgid "Add Group"
msgstr "Добавить группу"
-#: ../../Zotlabs/Module/Group.php:146
+#: ../../Zotlabs/Module/Group.php:147
msgid "Privacy group name"
msgstr "Имя группы конфиденциальности"
-#: ../../Zotlabs/Module/Group.php:147 ../../Zotlabs/Module/Group.php:256
+#: ../../Zotlabs/Module/Group.php:148 ../../Zotlabs/Module/Group.php:257
msgid "Members are visible to other channels"
msgstr "Участники канала видимые для остальных"
-#: ../../Zotlabs/Module/Group.php:182
+#: ../../Zotlabs/Module/Group.php:183
msgid "Privacy group removed."
msgstr "Группа конфиденциальности удалена."
-#: ../../Zotlabs/Module/Group.php:185
+#: ../../Zotlabs/Module/Group.php:186
msgid "Unable to remove privacy group."
msgstr "Ну удалось удалить группу конфиденциальности."
-#: ../../Zotlabs/Module/Group.php:251
+#: ../../Zotlabs/Module/Group.php:252
#, php-format
msgid "Privacy Group: %s"
msgstr "Группа конфиденциальности: %s"
-#: ../../Zotlabs/Module/Group.php:253
+#: ../../Zotlabs/Module/Group.php:254
msgid "Privacy group name: "
msgstr "Название группы конфиденциальности: "
-#: ../../Zotlabs/Module/Group.php:258
+#: ../../Zotlabs/Module/Group.php:259
msgid "Delete Group"
msgstr "Удалить группу"
-#: ../../Zotlabs/Module/Group.php:269
+#: ../../Zotlabs/Module/Group.php:270
msgid "Group members"
msgstr "Члены группы"
-#: ../../Zotlabs/Module/Group.php:271
+#: ../../Zotlabs/Module/Group.php:272
msgid "Not in this group"
msgstr "Не в этой группе"
-#: ../../Zotlabs/Module/Group.php:303
+#: ../../Zotlabs/Module/Group.php:304
msgid "Click a channel to toggle membership"
msgstr "Нажмите на канал для просмотра членства"
@@ -10158,7 +10188,7 @@ msgid "Show active connections"
msgstr "Показать активные контакты"
#: ../../Zotlabs/Module/Connections.php:164
-#: ../../Zotlabs/Widget/Notifications.php:84
+#: ../../Zotlabs/Widget/Notifications.php:104
msgid "New Connections"
msgstr "Новые контакты"
@@ -10259,7 +10289,7 @@ msgstr "Приложение \"Настроение\""
msgid "Set your current mood and tell your friends"
msgstr "Установить текущее настроение и рассказать друзьям"
-#: ../../Zotlabs/Module/Mood.php:154 ../../Zotlabs/Lib/Apps.php:349
+#: ../../Zotlabs/Module/Mood.php:154 ../../Zotlabs/Lib/Apps.php:350
msgid "Mood"
msgstr "Настроение"
@@ -10342,6 +10372,11 @@ msgstr "Отправить приглашение"
msgid "Enter email addresses, one per line:"
msgstr "Введите адреса электронной почты, по одному в строке:"
+#: ../../Zotlabs/Module/Invite.php:157
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:163
+msgid "Your message:"
+msgstr "Сообщение:"
+
#: ../../Zotlabs/Module/Invite.php:158
msgid "Please join my community on $Projectname."
msgstr "Присоединятесь к нашему сообществу $Projectname !"
@@ -10378,56 +10413,46 @@ msgstr "Создать интерактивные статьи"
msgid "Add Article"
msgstr "Добавить статью"
-#: ../../Zotlabs/Module/Connect.php:73 ../../Zotlabs/Module/Connect.php:135
+#: ../../Zotlabs/Module/Connect.php:65 ../../Zotlabs/Module/Connect.php:118
msgid "Continue"
msgstr "Продолжить"
-#: ../../Zotlabs/Module/Connect.php:104
-msgid "Premium Channel App"
-msgstr "Приложение \"Премиальный канал\""
-
-#: ../../Zotlabs/Module/Connect.php:105
-msgid ""
-"Allows you to set restrictions and terms on those that connect with your "
-"channel"
-msgstr "Позволяет установить ограничения и условия для подключающихся к вашему каналу"
-
-#: ../../Zotlabs/Module/Connect.php:116
+#: ../../Zotlabs/Module/Connect.php:99
msgid "Premium Channel Setup"
msgstr "Установка премиального канала"
-#: ../../Zotlabs/Module/Connect.php:118
+#: ../../Zotlabs/Module/Connect.php:101
msgid "Enable premium channel connection restrictions"
msgstr "Включить ограничения для премиального канала"
-#: ../../Zotlabs/Module/Connect.php:119
+#: ../../Zotlabs/Module/Connect.php:102
msgid ""
"Please enter your restrictions or conditions, such as paypal receipt, usage "
"guidelines, etc."
msgstr "Пожалуйста введите ваши ограничения или условия, такие, как оплата PayPal, правила использования и т.п."
-#: ../../Zotlabs/Module/Connect.php:121 ../../Zotlabs/Module/Connect.php:141
+#: ../../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 "Этот канал до подключения может требовать дополнительных шагов или подтверждений следующих условий:"
-#: ../../Zotlabs/Module/Connect.php:122
+#: ../../Zotlabs/Module/Connect.php:105
msgid ""
"Potential connections will then see the following text before proceeding:"
msgstr "Потенциальные соединения будут видеть следующий предварительный текст:"
-#: ../../Zotlabs/Module/Connect.php:123 ../../Zotlabs/Module/Connect.php:144
+#: ../../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 "Продолжая, я подтверждаю что я выполнил все условия представленные на данной странице."
-#: ../../Zotlabs/Module/Connect.php:132
+#: ../../Zotlabs/Module/Connect.php:115
msgid "(No specific instructions have been provided by the channel owner.)"
msgstr "(Владельцем канала не было представлено никаких специальных инструкций.)"
-#: ../../Zotlabs/Module/Connect.php:140
+#: ../../Zotlabs/Module/Connect.php:123
msgid "Restricted or Premium Channel"
msgstr "Ограниченный или премиальный канал"
@@ -10443,43 +10468,43 @@ msgstr "Пожалуйста обновите страницу"
msgid "Unknown error"
msgstr "Неизвестная ошибка"
-#: ../../Zotlabs/Module/Pdledit.php:26
+#: ../../Zotlabs/Module/Pdledit.php:27
msgid "Layout updated."
msgstr "Шаблон обновлен."
-#: ../../Zotlabs/Module/Pdledit.php:42
+#: ../../Zotlabs/Module/Pdledit.php:43
msgid "PDL Editor App"
msgstr "Приложение \"Редактор PDL\""
-#: ../../Zotlabs/Module/Pdledit.php:43
+#: ../../Zotlabs/Module/Pdledit.php:44
msgid "Provides the ability to edit system page layouts"
msgstr "Предоставляет возможность редактировать макеты системных страниц"
-#: ../../Zotlabs/Module/Pdledit.php:56 ../../Zotlabs/Module/Pdledit.php:99
+#: ../../Zotlabs/Module/Pdledit.php:57 ../../Zotlabs/Module/Pdledit.php:100
msgid "Edit System Page Description"
msgstr "Редактировать описание системной страницы"
-#: ../../Zotlabs/Module/Pdledit.php:77
+#: ../../Zotlabs/Module/Pdledit.php:78
msgid "(modified)"
msgstr "(изменено)"
-#: ../../Zotlabs/Module/Pdledit.php:94
+#: ../../Zotlabs/Module/Pdledit.php:95
msgid "Layout not found."
msgstr "Шаблон не найден."
-#: ../../Zotlabs/Module/Pdledit.php:100
+#: ../../Zotlabs/Module/Pdledit.php:101
msgid "Module Name:"
msgstr "Имя модуля:"
-#: ../../Zotlabs/Module/Pdledit.php:101
+#: ../../Zotlabs/Module/Pdledit.php:102
msgid "Layout Help"
msgstr "Помощь к шаблону"
-#: ../../Zotlabs/Module/Pdledit.php:102
+#: ../../Zotlabs/Module/Pdledit.php:103
msgid "Edit another layout"
msgstr "Редактировать другой шаблон"
-#: ../../Zotlabs/Module/Pdledit.php:103
+#: ../../Zotlabs/Module/Pdledit.php:104
msgid "System layout"
msgstr "Системный шаблон"
@@ -10535,8 +10560,8 @@ msgid "Affinity Tool Settings"
msgstr "Настройки степени сходства"
#: ../../Zotlabs/Module/Wiki.php:35
-#: ../../extend/addon/hzaddons/cart/cart.php:1292
-#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:39
+#: ../../extend/addon/hzaddons/cart/cart.php:1295
+#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:51
msgid "Profile Unavailable."
msgstr "Профиль недоступен."
@@ -10549,7 +10574,7 @@ msgid "Provide a wiki for your channel"
msgstr "Предоставьте Wiki для вашего канала"
#: ../../Zotlabs/Module/Wiki.php:77
-#: ../../extend/addon/hzaddons/cart/cart.php:1438
+#: ../../extend/addon/hzaddons/cart/cart.php:1441
#: ../../extend/addon/hzaddons/cart/manual_payments.php:93
#: ../../extend/addon/hzaddons/cart/submodules/paypalbuttonV2.php:478
#: ../../extend/addon/hzaddons/cart/submodules/paypalbutton.php:456
@@ -10619,7 +10644,7 @@ msgstr "Сравнение ревизий"
#: ../../Zotlabs/Module/Wiki.php:367
#: ../../Zotlabs/Widget/Wiki_page_history.php:25
-#: ../../Zotlabs/Lib/NativeWikiPage.php:564
+#: ../../Zotlabs/Lib/NativeWikiPage.php:567
msgid "Revert"
msgstr "Отменить"
@@ -10628,7 +10653,11 @@ msgid "Short description of your changes (optional)"
msgstr "Краткое описание ваших изменений (необязательно)"
#: ../../Zotlabs/Module/Wiki.php:384
-#: ../../extend/addon/hzaddons/ljpost/ljpost.php:132
+#: ../../extend/addon/hzaddons/ljpost/ljpost.php:134
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:69
+#: ../../extend/addon/hzaddons/dwpost/dwpost.php:134
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:98
+#: ../../extend/addon/hzaddons/wppost/wppost.php:173
msgid "Source"
msgstr "Источник"
@@ -10712,7 +10741,7 @@ msgstr "Введите название каталога"
msgid "or select an existing folder (doubleclick)"
msgstr "или выберите существующий каталог (двойной щелчок)"
-#: ../../Zotlabs/Module/Filer.php:54 ../../Zotlabs/Lib/ThreadItem.php:182
+#: ../../Zotlabs/Module/Filer.php:54 ../../Zotlabs/Lib/ThreadItem.php:184
msgid "Save to Folder"
msgstr "Сохранить в каталог"
@@ -10783,61 +10812,61 @@ msgstr "Невозможно загрузить данные со старого
msgid "Imported file is empty."
msgstr "Импортированный файл пуст."
-#: ../../Zotlabs/Module/Import.php:157
+#: ../../Zotlabs/Module/Import.php:162
#, php-format
msgid "Your service plan only allows %d channels."
msgstr "Ваш класс обслуживания разрешает только %d каналов."
-#: ../../Zotlabs/Module/Import.php:184
+#: ../../Zotlabs/Module/Import.php:189
msgid "No channel. Import failed."
msgstr "Канала нет. Импорт невозможен."
-#: ../../Zotlabs/Module/Import.php:594
-#: ../../extend/addon/hzaddons/diaspora/import_diaspora.php:141
+#: ../../Zotlabs/Module/Import.php:597
+#: ../../extend/addon/hzaddons/diaspora/import_diaspora.php:142
msgid "Import completed."
msgstr "Импорт завершен."
-#: ../../Zotlabs/Module/Import.php:622
+#: ../../Zotlabs/Module/Import.php:625
msgid "You must be logged in to use this feature."
msgstr "Вы должны войти в систему, чтобы использовать эту функцию."
-#: ../../Zotlabs/Module/Import.php:627
+#: ../../Zotlabs/Module/Import.php:630
msgid "Import Channel"
msgstr "Импортировать канал"
-#: ../../Zotlabs/Module/Import.php:628
+#: ../../Zotlabs/Module/Import.php:631
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 "Используйте эту форм для импорта существующего канала с другого сервера / хаба. Вы можете получить идентификационные данные канала со старого сервера / хаба через сеть или предоставить файл экспорта."
-#: ../../Zotlabs/Module/Import.php:629
+#: ../../Zotlabs/Module/Import.php:632
#: ../../Zotlabs/Module/Import_items.php:127
msgid "File to Upload"
msgstr "Файл для загрузки"
-#: ../../Zotlabs/Module/Import.php:630
+#: ../../Zotlabs/Module/Import.php:633
msgid "Or provide the old server/hub details"
msgstr "или предоставьте данные старого сервера"
-#: ../../Zotlabs/Module/Import.php:632
+#: ../../Zotlabs/Module/Import.php:635
msgid "Your old identity address (xyz@example.com)"
msgstr "Ваш старый адрес канала (xyz@example.com)"
-#: ../../Zotlabs/Module/Import.php:633
+#: ../../Zotlabs/Module/Import.php:636
msgid "Your old login email address"
msgstr "Ваш старый адрес электронной почты"
-#: ../../Zotlabs/Module/Import.php:634
+#: ../../Zotlabs/Module/Import.php:637
msgid "Your old login password"
msgstr "Ваш старый пароль"
-#: ../../Zotlabs/Module/Import.php:635
+#: ../../Zotlabs/Module/Import.php:638
msgid "Import a few months of posts if possible (limited by available memory"
msgstr "Импортировать несколько месяцев публикаций если возможно (ограничено доступной памятью)"
-#: ../../Zotlabs/Module/Import.php:637
+#: ../../Zotlabs/Module/Import.php:640
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 "
@@ -10845,25 +10874,25 @@ msgid ""
"location for files, photos, and media."
msgstr "Для любого варианта, пожалуйста, выберите, следует ли сделать этот хаб вашим новым основным адресом, или ваше прежнее местоположение должно продолжить выполнять эту роль. Вы сможете отправлять сообщения из любого местоположения, но только одно может быть помечено как основное место для файлов, фотографий и мультимедиа."
-#: ../../Zotlabs/Module/Import.php:639
+#: ../../Zotlabs/Module/Import.php:642
msgid "Make this hub my primary location"
msgstr "Сделать этот хаб главным"
-#: ../../Zotlabs/Module/Import.php:640
+#: ../../Zotlabs/Module/Import.php:643
msgid "Move this channel (disable all previous locations)"
msgstr "Переместить это канал (отключить все предыдущие месторасположения)"
-#: ../../Zotlabs/Module/Import.php:641
+#: ../../Zotlabs/Module/Import.php:644
msgid "Use this channel nickname instead of the one provided"
msgstr "Использовать псевдоним этого канала вместо предоставленного"
-#: ../../Zotlabs/Module/Import.php:641
+#: ../../Zotlabs/Module/Import.php:644
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 "Оставьте пустым для сохранения существующего псевдонима канала. Вам будет случайным образом назначен похожий псевдоним если такое имя уже выделено на этом сайте."
-#: ../../Zotlabs/Module/Import.php:643
+#: ../../Zotlabs/Module/Import.php:646
msgid ""
"This process may take several minutes to complete. Please submit the form "
"only once and leave this page open until finished."
@@ -11060,16 +11089,16 @@ msgid "View the public stream. Warning: this content is not moderated"
msgstr "Просмотр публичного потока. Предупреждение: этот контент не модерируется"
#: ../../Zotlabs/Widget/Forums.php:100
-#: ../../Zotlabs/Widget/Notifications.php:119
-#: ../../Zotlabs/Widget/Notifications.php:120
-#: ../../Zotlabs/Widget/Activity_filter.php:73
+#: ../../Zotlabs/Widget/Notifications.php:139
+#: ../../Zotlabs/Widget/Notifications.php:140
+#: ../../Zotlabs/Widget/Activity_filter.php:115
msgid "Forums"
msgstr "Форумы"
-#: ../../Zotlabs/Widget/Notes.php:21 ../../Zotlabs/Lib/Apps.php:369
-#: ../../extend/addon/hzaddons/workflow/workflow.php:2527
+#: ../../Zotlabs/Widget/Notes.php:21 ../../Zotlabs/Lib/Apps.php:370
+#: ../../extend/addon/hzaddons/workflow/workflow.php:2625
msgid "Notes"
-msgstr "Заметки"
+msgstr "Записки"
#: ../../Zotlabs/Widget/Suggestions.php:53
msgid "Suggestions"
@@ -11092,117 +11121,132 @@ msgid "View your network activity"
msgstr "Просмотреть вашу сетевую активность"
#: ../../Zotlabs/Widget/Notifications.php:23
+#: ../../Zotlabs/Widget/Notifications.php:62
msgid "Mark all notifications read"
msgstr "Пометить уведомления как прочитанные"
#: ../../Zotlabs/Widget/Notifications.php:26
-#: ../../Zotlabs/Widget/Notifications.php:45
-#: ../../Zotlabs/Widget/Notifications.php:152
+#: ../../Zotlabs/Widget/Notifications.php:46
+#: ../../Zotlabs/Widget/Notifications.php:65
+#: ../../Zotlabs/Widget/Notifications.php:172
msgid "Show new posts only"
msgstr "Показывать только новые публикации"
#: ../../Zotlabs/Widget/Notifications.php:27
-#: ../../Zotlabs/Widget/Notifications.php:46
-#: ../../Zotlabs/Widget/Notifications.php:122
-#: ../../Zotlabs/Widget/Notifications.php:153
+#: ../../Zotlabs/Widget/Notifications.php:47
+#: ../../Zotlabs/Widget/Notifications.php:66
+#: ../../Zotlabs/Widget/Notifications.php:142
+#: ../../Zotlabs/Widget/Notifications.php:173
msgid "Filter by name or address"
msgstr "Фильтровать по имени или адресу"
-#: ../../Zotlabs/Widget/Notifications.php:35
+#: ../../Zotlabs/Widget/Notifications.php:36
msgid "New Home Activity"
msgstr "Новая локальная активность"
-#: ../../Zotlabs/Widget/Notifications.php:36
+#: ../../Zotlabs/Widget/Notifications.php:37
msgid "New Home Activity Notifications"
msgstr "Новые уведомления локальной активности"
-#: ../../Zotlabs/Widget/Notifications.php:39
+#: ../../Zotlabs/Widget/Notifications.php:40
msgid "View your home activity"
msgstr "Просмотреть локальную активность"
-#: ../../Zotlabs/Widget/Notifications.php:42
-#: ../../Zotlabs/Widget/Notifications.php:149
+#: ../../Zotlabs/Widget/Notifications.php:43
+#: ../../Zotlabs/Widget/Notifications.php:169
msgid "Mark all notifications seen"
msgstr "Пометить уведомления как просмотренные"
-#: ../../Zotlabs/Widget/Notifications.php:54
+#: ../../Zotlabs/Widget/Notifications.php:55
+msgid "New Direct Messages"
+msgstr "Новое сообщение"
+
+#: ../../Zotlabs/Widget/Notifications.php:56
+msgid "New Direct Messages Notifications"
+msgstr "Уведомления о новых сообщениях"
+
+#: ../../Zotlabs/Widget/Notifications.php:59
+msgid "View your direct messages"
+msgstr "Просмотреть ваше сообщение"
+
+#: ../../Zotlabs/Widget/Notifications.php:74
msgid "New Mails"
msgstr "Новая переписка"
-#: ../../Zotlabs/Widget/Notifications.php:55
+#: ../../Zotlabs/Widget/Notifications.php:75
msgid "New Mails Notifications"
msgstr "Уведомления о новой переписке"
-#: ../../Zotlabs/Widget/Notifications.php:58
+#: ../../Zotlabs/Widget/Notifications.php:78
msgid "View your private mails"
msgstr "Просмотреть вашу личную переписку"
-#: ../../Zotlabs/Widget/Notifications.php:61
+#: ../../Zotlabs/Widget/Notifications.php:81
msgid "Mark all messages seen"
msgstr "Пометить сообщения как просмотренные"
-#: ../../Zotlabs/Widget/Notifications.php:69
+#: ../../Zotlabs/Widget/Notifications.php:89
msgid "New Events"
msgstr "Новые события"
-#: ../../Zotlabs/Widget/Notifications.php:70
+#: ../../Zotlabs/Widget/Notifications.php:90
msgid "New Events Notifications"
msgstr "Уведомления о новых событиях"
-#: ../../Zotlabs/Widget/Notifications.php:73
+#: ../../Zotlabs/Widget/Notifications.php:93
msgid "View events"
msgstr "Просмотреть события"
-#: ../../Zotlabs/Widget/Notifications.php:76
+#: ../../Zotlabs/Widget/Notifications.php:96
msgid "Mark all events seen"
msgstr "Пометить все события как просмотренные"
-#: ../../Zotlabs/Widget/Notifications.php:85
+#: ../../Zotlabs/Widget/Notifications.php:105
msgid "New Connections Notifications"
msgstr "Уведомления о новых контактах"
-#: ../../Zotlabs/Widget/Notifications.php:88
+#: ../../Zotlabs/Widget/Notifications.php:108
msgid "View all connections"
msgstr "Просмотр всех контактов"
-#: ../../Zotlabs/Widget/Notifications.php:96
+#: ../../Zotlabs/Widget/Notifications.php:116
msgid "New Files"
msgstr "Новые файлы"
-#: ../../Zotlabs/Widget/Notifications.php:97
+#: ../../Zotlabs/Widget/Notifications.php:117
msgid "New Files Notifications"
msgstr "Уведомления о новых файлах"
-#: ../../Zotlabs/Widget/Notifications.php:104
-#: ../../Zotlabs/Widget/Notifications.php:105
+#: ../../Zotlabs/Widget/Notifications.php:124
+#: ../../Zotlabs/Widget/Notifications.php:125
msgid "Notices"
msgstr "Оповещения"
-#: ../../Zotlabs/Widget/Notifications.php:108
+#: ../../Zotlabs/Widget/Notifications.php:128
msgid "View all notices"
msgstr "Просмотреть все оповещения"
-#: ../../Zotlabs/Widget/Notifications.php:111
+#: ../../Zotlabs/Widget/Notifications.php:131
msgid "Mark all notices seen"
msgstr "Пометить все оповещения как просмотренные"
-#: ../../Zotlabs/Widget/Notifications.php:132
+#: ../../Zotlabs/Widget/Notifications.php:152
msgid "New Registrations"
msgstr "Новые регистрации"
-#: ../../Zotlabs/Widget/Notifications.php:133
+#: ../../Zotlabs/Widget/Notifications.php:153
msgid "New Registrations Notifications"
msgstr "Уведомления о новых регистрациях"
-#: ../../Zotlabs/Widget/Notifications.php:143
+#: ../../Zotlabs/Widget/Notifications.php:163
msgid "Public Stream Notifications"
msgstr "Уведомления публичного потока"
-#: ../../Zotlabs/Widget/Notifications.php:146
+#: ../../Zotlabs/Widget/Notifications.php:166
msgid "View the public stream"
msgstr "Просмотреть публичный поток"
-#: ../../Zotlabs/Widget/Notifications.php:161
+#: ../../Zotlabs/Widget/Notifications.php:181
msgid "Sorry, you have got no notifications at the moment"
msgstr "Извините, но сейчас у вас нет уведомлений"
@@ -11429,6 +11473,59 @@ msgstr "Wiki страницы"
msgid "Page name"
msgstr "Название страницы"
+#: ../../Zotlabs/Widget/Pinned.php:70 ../../Zotlabs/Lib/ThreadItem.php:205
+msgid "I will attend"
+msgstr "Я буду участвовать"
+
+#: ../../Zotlabs/Widget/Pinned.php:70 ../../Zotlabs/Lib/ThreadItem.php:205
+msgid "I will not attend"
+msgstr "Я не буду участвовать"
+
+#: ../../Zotlabs/Widget/Pinned.php:70 ../../Zotlabs/Lib/ThreadItem.php:205
+msgid "I might attend"
+msgstr "Я возможно буду присутствовать"
+
+#: ../../Zotlabs/Widget/Pinned.php:81 ../../Zotlabs/Lib/ThreadItem.php:219
+msgid "I agree"
+msgstr "Я согласен"
+
+#: ../../Zotlabs/Widget/Pinned.php:81 ../../Zotlabs/Lib/ThreadItem.php:219
+msgid "I disagree"
+msgstr "Я не согласен"
+
+#: ../../Zotlabs/Widget/Pinned.php:81 ../../Zotlabs/Lib/ThreadItem.php:219
+msgid "I abstain"
+msgstr "Я воздержался"
+
+#: ../../Zotlabs/Widget/Pinned.php:99 ../../Zotlabs/Lib/ThreadItem.php:329
+msgid "Share This"
+msgstr "Поделиться этим"
+
+#: ../../Zotlabs/Widget/Pinned.php:99 ../../Zotlabs/Lib/ThreadItem.php:329
+msgid "share"
+msgstr "поделиться"
+
+#: ../../Zotlabs/Widget/Pinned.php:123 ../../Zotlabs/Widget/Pinned.php:124
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Просмотр профиля %s - %s"
+
+#: ../../Zotlabs/Widget/Pinned.php:128 ../../Zotlabs/Lib/ThreadItem.php:413
+msgid "via"
+msgstr "через"
+
+#: ../../Zotlabs/Widget/Pinned.php:143 ../../Zotlabs/Lib/ThreadItem.php:443
+msgid "Attendance Options"
+msgstr "Параметры посещаемости"
+
+#: ../../Zotlabs/Widget/Pinned.php:144 ../../Zotlabs/Lib/ThreadItem.php:445
+msgid "Voting Options"
+msgstr "Параметры голосования"
+
+#: ../../Zotlabs/Widget/Pinned.php:156 ../../Zotlabs/Lib/ThreadItem.php:469
+msgid "Pinned post"
+msgstr "Прикреплённая заметка"
+
#: ../../Zotlabs/Widget/Eventstools.php:13
msgid "Events Tools"
msgstr "Инструменты для событий"
@@ -11465,7 +11562,7 @@ msgstr "Управление местоположением"
msgid "Member registrations waiting for confirmation"
msgstr "Регистрации участников, ожидающие подверждения"
-#: ../../Zotlabs/Widget/Admin.php:26 ../../Zotlabs/Lib/Apps.php:357
+#: ../../Zotlabs/Widget/Admin.php:26 ../../Zotlabs/Lib/Apps.php:358
msgid "Features"
msgstr "Функции"
@@ -11493,61 +11590,85 @@ msgstr "Установленные приложения"
msgid "Remove term"
msgstr "Удалить термин"
-#: ../../Zotlabs/Widget/Activity_filter.php:36
+#: ../../Zotlabs/Widget/Activity_filter.php:33
+msgid "Direct Messages"
+msgstr "Личные сообщения"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:37
+msgid "Show direct (private) messages"
+msgstr "Показать личные (прямые) сообщения"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:42
+msgid "Events"
+msgstr "События"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:46
+msgid "Show posts that include events"
+msgstr "Показывать публикации с событиями"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:52
+msgid "Polls"
+msgstr "Опросы"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:56
+msgid "Show posts that include polls"
+msgstr "Показывать публикации с опросами"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:77
#, php-format
msgid "Show posts related to the %s privacy group"
msgstr "Показывать публикации относящиеся к группе конфиденциальности %s"
-#: ../../Zotlabs/Widget/Activity_filter.php:45
+#: ../../Zotlabs/Widget/Activity_filter.php:86
msgid "Show my privacy groups"
msgstr "Показывать мои группы конфиденциальности"
-#: ../../Zotlabs/Widget/Activity_filter.php:66
+#: ../../Zotlabs/Widget/Activity_filter.php:108
msgid "Show posts to this forum"
msgstr "Показывать публикации этого форума"
-#: ../../Zotlabs/Widget/Activity_filter.php:77
+#: ../../Zotlabs/Widget/Activity_filter.php:119
msgid "Show forums"
msgstr "Показывать форумы"
-#: ../../Zotlabs/Widget/Activity_filter.php:91
+#: ../../Zotlabs/Widget/Activity_filter.php:133
msgid "Starred Posts"
msgstr "Отмеченные публикации"
-#: ../../Zotlabs/Widget/Activity_filter.php:95
+#: ../../Zotlabs/Widget/Activity_filter.php:137
msgid "Show posts that I have starred"
msgstr "Показывать публикации которые я отметил"
-#: ../../Zotlabs/Widget/Activity_filter.php:106
+#: ../../Zotlabs/Widget/Activity_filter.php:148
msgid "Personal Posts"
msgstr "Личные публикации"
-#: ../../Zotlabs/Widget/Activity_filter.php:110
+#: ../../Zotlabs/Widget/Activity_filter.php:152
msgid "Show posts that mention or involve me"
msgstr "Показывать публикации где вы были упомянуты или привлечены"
-#: ../../Zotlabs/Widget/Activity_filter.php:131
+#: ../../Zotlabs/Widget/Activity_filter.php:173
#, php-format
msgid "Show posts that I have filed to %s"
msgstr "Показывать публикации которые я добавил в %s"
-#: ../../Zotlabs/Widget/Activity_filter.php:141
+#: ../../Zotlabs/Widget/Activity_filter.php:183
msgid "Show filed post categories"
msgstr "Показывать категории добавленных публикаций"
-#: ../../Zotlabs/Widget/Activity_filter.php:155
+#: ../../Zotlabs/Widget/Activity_filter.php:197
msgid "Panel search"
msgstr "Панель поиска"
-#: ../../Zotlabs/Widget/Activity_filter.php:165
+#: ../../Zotlabs/Widget/Activity_filter.php:207
msgid "Filter by name"
msgstr "Отфильтровать по имени"
-#: ../../Zotlabs/Widget/Activity_filter.php:180
+#: ../../Zotlabs/Widget/Activity_filter.php:222
msgid "Remove active filter"
msgstr "Удалить активный фильтр"
-#: ../../Zotlabs/Widget/Activity_filter.php:196
+#: ../../Zotlabs/Widget/Activity_filter.php:238
msgid "Stream Filters"
msgstr "Фильтры потока"
@@ -11616,18 +11737,18 @@ msgid "Delete conversation"
msgstr "Удалить беседу"
#: ../../Zotlabs/Widget/Wiki_page_history.php:23
-#: ../../Zotlabs/Lib/NativeWikiPage.php:562
+#: ../../Zotlabs/Lib/NativeWikiPage.php:565
msgctxt "wiki_history"
msgid "Message"
msgstr "Сообщение"
#: ../../Zotlabs/Widget/Wiki_page_history.php:24
-#: ../../Zotlabs/Lib/NativeWikiPage.php:563
+#: ../../Zotlabs/Lib/NativeWikiPage.php:566
msgid "Date"
msgstr "Дата"
#: ../../Zotlabs/Widget/Wiki_page_history.php:26
-#: ../../Zotlabs/Lib/NativeWikiPage.php:565
+#: ../../Zotlabs/Lib/NativeWikiPage.php:568
msgid "Compare"
msgstr "Сравнить"
@@ -11703,67 +11824,67 @@ msgstr "Может использовать мои публичные сообщ
msgid "Can administer my channel"
msgstr "Может администрировать мой канал"
-#: ../../Zotlabs/Access/PermissionRoles.php:283
+#: ../../Zotlabs/Access/PermissionRoles.php:287
msgid "Social Networking"
msgstr "Социальная Сеть"
-#: ../../Zotlabs/Access/PermissionRoles.php:284
+#: ../../Zotlabs/Access/PermissionRoles.php:288
msgid "Social - Federation"
msgstr "Социальная - Федерация"
-#: ../../Zotlabs/Access/PermissionRoles.php:285
+#: ../../Zotlabs/Access/PermissionRoles.php:289
msgid "Social - Mostly Public"
msgstr "Социальная - В основном общественный"
-#: ../../Zotlabs/Access/PermissionRoles.php:286
+#: ../../Zotlabs/Access/PermissionRoles.php:290
msgid "Social - Restricted"
msgstr "Социальная - Ограниченный"
-#: ../../Zotlabs/Access/PermissionRoles.php:287
+#: ../../Zotlabs/Access/PermissionRoles.php:291
msgid "Social - Private"
msgstr "Социальная - Частный"
-#: ../../Zotlabs/Access/PermissionRoles.php:290
+#: ../../Zotlabs/Access/PermissionRoles.php:294
msgid "Community Forum"
msgstr "Форум сообщества"
-#: ../../Zotlabs/Access/PermissionRoles.php:291
+#: ../../Zotlabs/Access/PermissionRoles.php:295
msgid "Forum - Mostly Public"
msgstr "Форум - В основном общественный"
-#: ../../Zotlabs/Access/PermissionRoles.php:292
+#: ../../Zotlabs/Access/PermissionRoles.php:296
msgid "Forum - Restricted"
msgstr "Форум - Ограниченный"
-#: ../../Zotlabs/Access/PermissionRoles.php:293
+#: ../../Zotlabs/Access/PermissionRoles.php:297
msgid "Forum - Private"
msgstr "Форум - Частный"
-#: ../../Zotlabs/Access/PermissionRoles.php:296
+#: ../../Zotlabs/Access/PermissionRoles.php:300
msgid "Feed Republish"
msgstr "Публиковать ленты новостей"
-#: ../../Zotlabs/Access/PermissionRoles.php:297
+#: ../../Zotlabs/Access/PermissionRoles.php:301
msgid "Feed - Mostly Public"
msgstr "Ленты новостей - В основном общественный"
-#: ../../Zotlabs/Access/PermissionRoles.php:298
+#: ../../Zotlabs/Access/PermissionRoles.php:302
msgid "Feed - Restricted"
msgstr "Ленты новостей - Ограниченный"
-#: ../../Zotlabs/Access/PermissionRoles.php:301
+#: ../../Zotlabs/Access/PermissionRoles.php:305
msgid "Special Purpose"
msgstr "Спец. назначение"
-#: ../../Zotlabs/Access/PermissionRoles.php:302
+#: ../../Zotlabs/Access/PermissionRoles.php:306
msgid "Special - Celebrity/Soapbox"
msgstr "Спец. назначение - Знаменитость/Soapbox"
-#: ../../Zotlabs/Access/PermissionRoles.php:303
+#: ../../Zotlabs/Access/PermissionRoles.php:307
msgid "Special - Group Repository"
msgstr "Спец. назначение - Групповой репозиторий"
-#: ../../Zotlabs/Access/PermissionRoles.php:307
+#: ../../Zotlabs/Access/PermissionRoles.php:311
msgid "Custom/Expert Mode"
msgstr "Экспертный режим"
@@ -11852,206 +11973,219 @@ msgstr "Пожалуйста, посетите %s для просмотра и/
msgid "commented on"
msgstr "прокомментировал"
-#: ../../Zotlabs/Lib/Enotify.php:155
+#: ../../Zotlabs/Lib/Enotify.php:157
msgid "liked"
msgstr "понравилось"
-#: ../../Zotlabs/Lib/Enotify.php:158
+#: ../../Zotlabs/Lib/Enotify.php:160
msgid "disliked"
msgstr "не понравилось"
-#: ../../Zotlabs/Lib/Enotify.php:201
+#: ../../Zotlabs/Lib/Enotify.php:165
+msgid "voted on"
+msgstr "проголосовал в"
+
+#: ../../Zotlabs/Lib/Enotify.php:208
#, php-format
msgid "%1$s %2$s [zrl=%3$s]a %4$s[/zrl]"
msgstr "%1$s %2$s [zrl=%3$s]%4$s[/zrl]"
-#: ../../Zotlabs/Lib/Enotify.php:209
+#: ../../Zotlabs/Lib/Enotify.php:216
#, 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 %4$s[/zrl]"
-#: ../../Zotlabs/Lib/Enotify.php:218
+#: ../../Zotlabs/Lib/Enotify.php:225
#, php-format
msgid "%1$s %2$s [zrl=%3$s]your %4$s[/zrl]"
msgstr "%1$s %2$s [zrl=%3$s]ваш %4$s[/zrl]"
-#: ../../Zotlabs/Lib/Enotify.php:230
+#: ../../Zotlabs/Lib/Enotify.php:237
#, php-format
msgid "[$Projectname:Notify] Moderated Comment to conversation #%1$d by %2$s"
msgstr "[$Projectname:Notify] Отмодерирован комментарий к беседе #%1$d по %2$s"
-#: ../../Zotlabs/Lib/Enotify.php:232
+#: ../../Zotlabs/Lib/Enotify.php:239
#, php-format
msgid "[$Projectname:Notify] Comment to conversation #%1$d by %2$s"
msgstr "[$Projectname:Notify] Комментарий к беседе #%1$d по %2$s"
-#: ../../Zotlabs/Lib/Enotify.php:233
+#: ../../Zotlabs/Lib/Enotify.php:240
#, php-format
msgid "%1$s commented on an item/conversation you have been following."
msgstr "%1$s прокомментировал тему / беседу за которым вы следите."
-#: ../../Zotlabs/Lib/Enotify.php:236 ../../Zotlabs/Lib/Enotify.php:317
-#: ../../Zotlabs/Lib/Enotify.php:333 ../../Zotlabs/Lib/Enotify.php:358
-#: ../../Zotlabs/Lib/Enotify.php:375 ../../Zotlabs/Lib/Enotify.php:388
+#: ../../Zotlabs/Lib/Enotify.php:243 ../../Zotlabs/Lib/Enotify.php:324
+#: ../../Zotlabs/Lib/Enotify.php:340 ../../Zotlabs/Lib/Enotify.php:365
+#: ../../Zotlabs/Lib/Enotify.php:382 ../../Zotlabs/Lib/Enotify.php:395
#, php-format
msgid "Please visit %s to view and/or reply to the conversation."
msgstr "Пожалуйста, посетите %s для просмотра и / или ответа в беседе."
-#: ../../Zotlabs/Lib/Enotify.php:240 ../../Zotlabs/Lib/Enotify.php:241
+#: ../../Zotlabs/Lib/Enotify.php:247 ../../Zotlabs/Lib/Enotify.php:248
#, php-format
msgid "Please visit %s to approve or reject this comment."
msgstr "Пожалуйста посетитет %s для одобрения и отклонения комментария."
-#: ../../Zotlabs/Lib/Enotify.php:299
+#: ../../Zotlabs/Lib/Enotify.php:306
#, php-format
msgid "%1$s liked [zrl=%2$s]your %3$s[/zrl]"
msgstr "%1$s понравился [zrl=%2$s]ваш %3$s[/zrl]"
-#: ../../Zotlabs/Lib/Enotify.php:313
+#: ../../Zotlabs/Lib/Enotify.php:320
#, php-format
msgid "[$Projectname:Notify] Like received to conversation #%1$d by %2$s"
msgstr "[$Projectname:Notify] Беседа получила отметку \"нравится\" #%1$d от %2$s"
-#: ../../Zotlabs/Lib/Enotify.php:314
+#: ../../Zotlabs/Lib/Enotify.php:321
#, php-format
msgid "%1$s liked an item/conversation you created."
msgstr "%1$s нравится тема / беседа которую вы создали."
-#: ../../Zotlabs/Lib/Enotify.php:325
+#: ../../Zotlabs/Lib/Enotify.php:332
#, php-format
msgid "[$Projectname:Notify] %s posted to your profile wall"
msgstr "[$Projectname:Notify] %s сделал публикацию на стене вашего профиля"
-#: ../../Zotlabs/Lib/Enotify.php:327
+#: ../../Zotlabs/Lib/Enotify.php:334
#, php-format
msgid "%1$s posted to your profile wall at %2$s"
msgstr "%1$s сделал публикацию на стене вашего профиля в %2$s"
-#: ../../Zotlabs/Lib/Enotify.php:329
+#: ../../Zotlabs/Lib/Enotify.php:336
#, php-format
msgid "%1$s posted to [zrl=%2$s]your wall[/zrl]"
msgstr "%1$s опубликовал на [zrl=%2$s]вашей стене[/zrl]"
-#: ../../Zotlabs/Lib/Enotify.php:352
+#: ../../Zotlabs/Lib/Enotify.php:359
#, php-format
msgid "[$Projectname:Notify] %s tagged you"
msgstr "[$Projectname:Notify] %s отметил вас"
-#: ../../Zotlabs/Lib/Enotify.php:353
+#: ../../Zotlabs/Lib/Enotify.php:360
#, php-format
msgid "%1$s tagged you at %2$s"
msgstr "%1$s отметил вас в %2$s"
-#: ../../Zotlabs/Lib/Enotify.php:354
+#: ../../Zotlabs/Lib/Enotify.php:361
#, php-format
msgid "%1$s [zrl=%2$s]tagged you[/zrl]."
msgstr "%1$s [zrl=%2$s]отметил вас[/zrl]."
-#: ../../Zotlabs/Lib/Enotify.php:365
+#: ../../Zotlabs/Lib/Enotify.php:372
#, php-format
msgid "[$Projectname:Notify] %1$s poked you"
msgstr "[$Projectname:Notify] %1$s ткнул вас"
-#: ../../Zotlabs/Lib/Enotify.php:366
+#: ../../Zotlabs/Lib/Enotify.php:373
#, php-format
msgid "%1$s poked you at %2$s"
msgstr "%1$s ткнул вас в %2$s"
-#: ../../Zotlabs/Lib/Enotify.php:367
+#: ../../Zotlabs/Lib/Enotify.php:374
#, php-format
msgid "%1$s [zrl=%2$s]poked you[/zrl]."
msgstr "%1$s [zrl=%2$s]ткнул вас[/zrl]."
-#: ../../Zotlabs/Lib/Enotify.php:382
+#: ../../Zotlabs/Lib/Enotify.php:389
#, php-format
msgid "[$Projectname:Notify] %s tagged your post"
msgstr "[$Projectname:Notify] %s отметил вашу публикацию"
-#: ../../Zotlabs/Lib/Enotify.php:383
+#: ../../Zotlabs/Lib/Enotify.php:390
#, php-format
msgid "%1$s tagged your post at %2$s"
msgstr "%1$s отметил вашу публикацию на %2$s"
-#: ../../Zotlabs/Lib/Enotify.php:384
+#: ../../Zotlabs/Lib/Enotify.php:391
#, php-format
msgid "%1$s tagged [zrl=%2$s]your post[/zrl]"
msgstr "%1$s отметил [zrl=%2$s]вашу публикацию[/zrl]"
-#: ../../Zotlabs/Lib/Enotify.php:395
+#: ../../Zotlabs/Lib/Enotify.php:402
msgid "[$Projectname:Notify] Introduction received"
msgstr "[$Projectname:Notify] Получено приглашение"
-#: ../../Zotlabs/Lib/Enotify.php:396
+#: ../../Zotlabs/Lib/Enotify.php:403
#, php-format
msgid "You've received an new connection request from '%1$s' at %2$s"
msgstr "Вы получили новый запрос контакта от '%1$s' в %2$s"
-#: ../../Zotlabs/Lib/Enotify.php:397
+#: ../../Zotlabs/Lib/Enotify.php:404
#, php-format
msgid "You've received [zrl=%1$s]a new connection request[/zrl] from %2$s."
msgstr "Вы получили [zrl=%1$s]новый запрос контакта[/zrl] от %2$s."
-#: ../../Zotlabs/Lib/Enotify.php:400 ../../Zotlabs/Lib/Enotify.php:418
+#: ../../Zotlabs/Lib/Enotify.php:407 ../../Zotlabs/Lib/Enotify.php:425
#, php-format
msgid "You may visit their profile at %s"
msgstr "Вы можете увидеть его профиль по ссылке %s"
-#: ../../Zotlabs/Lib/Enotify.php:402
+#: ../../Zotlabs/Lib/Enotify.php:409
#, php-format
msgid "Please visit %s to approve or reject the connection request."
msgstr "Пожалуйста, посетите %s, чтобы одобрить или отклонить запрос контакта."
-#: ../../Zotlabs/Lib/Enotify.php:409
+#: ../../Zotlabs/Lib/Enotify.php:416
msgid "[$Projectname:Notify] Friend suggestion received"
msgstr "[$Projectname:Notify] Получено предложение дружить"
-#: ../../Zotlabs/Lib/Enotify.php:410
+#: ../../Zotlabs/Lib/Enotify.php:417
#, php-format
msgid "You've received a friend suggestion from '%1$s' at %2$s"
msgstr "Вы получили предложение дружить от '%1$s' в %2$s"
-#: ../../Zotlabs/Lib/Enotify.php:411
+#: ../../Zotlabs/Lib/Enotify.php:418
#, php-format
msgid "You've received [zrl=%1$s]a friend suggestion[/zrl] for %2$s from %3$s."
msgstr "Вы получили [zrl=%1$s]предложение дружить[/zrl] для %2$s от %3$s."
-#: ../../Zotlabs/Lib/Enotify.php:416
+#: ../../Zotlabs/Lib/Enotify.php:423
msgid "Name:"
msgstr "Имя:"
-#: ../../Zotlabs/Lib/Enotify.php:417
+#: ../../Zotlabs/Lib/Enotify.php:424
msgid "Photo:"
msgstr "Фото:"
-#: ../../Zotlabs/Lib/Enotify.php:420
+#: ../../Zotlabs/Lib/Enotify.php:427
#, php-format
msgid "Please visit %s to approve or reject the suggestion."
msgstr "Пожалуйста, посетите %s, чтобы одобрить или отклонить предложение."
-#: ../../Zotlabs/Lib/Enotify.php:645
+#: ../../Zotlabs/Lib/Enotify.php:652
msgid "[$Projectname:Notify]"
msgstr "[$Projectname:Уведомление]"
-#: ../../Zotlabs/Lib/Enotify.php:813
+#: ../../Zotlabs/Lib/Enotify.php:820
+msgid "created a new poll"
+msgstr "создал новый опрос"
+
+#: ../../Zotlabs/Lib/Enotify.php:820
msgid "created a new post"
msgstr "создал новую публикацию"
-#: ../../Zotlabs/Lib/Enotify.php:814
+#: ../../Zotlabs/Lib/Enotify.php:821
+#, php-format
+msgid "voted on %s's poll"
+msgstr "проголосова в опросе %s"
+
+#: ../../Zotlabs/Lib/Enotify.php:821
#, php-format
msgid "commented on %s's post"
msgstr "прокомментировал публикацию %s"
-#: ../../Zotlabs/Lib/Enotify.php:817
+#: ../../Zotlabs/Lib/Enotify.php:825
#, php-format
msgid "repeated %s's post"
msgstr "разместил публикацию %s"
-#: ../../Zotlabs/Lib/Enotify.php:826
+#: ../../Zotlabs/Lib/Enotify.php:837
#, php-format
msgid "edited a post dated %s"
msgstr "отредактировал публикацию датированную %s"
-#: ../../Zotlabs/Lib/Enotify.php:830
+#: ../../Zotlabs/Lib/Enotify.php:841
#, php-format
msgid "edited a comment dated %s"
msgstr "отредактировал комментарий датированный %s"
@@ -12133,116 +12267,112 @@ msgctxt "permcat"
msgid "publisher"
msgstr "издатель"
-#: ../../Zotlabs/Lib/Apps.php:322
+#: ../../Zotlabs/Lib/Apps.php:323
msgid "Apps"
msgstr "Приложения"
-#: ../../Zotlabs/Lib/Apps.php:323
+#: ../../Zotlabs/Lib/Apps.php:324
msgid "Affinity Tool"
msgstr "Степень сходства"
-#: ../../Zotlabs/Lib/Apps.php:326
+#: ../../Zotlabs/Lib/Apps.php:327
msgid "Site Admin"
msgstr "Администратор сайта"
-#: ../../Zotlabs/Lib/Apps.php:327
+#: ../../Zotlabs/Lib/Apps.php:328
#: ../../extend/addon/hzaddons/buglink/buglink.php:16
msgid "Report Bug"
msgstr "Сообщить об ошибке"
-#: ../../Zotlabs/Lib/Apps.php:330
+#: ../../Zotlabs/Lib/Apps.php:331
msgid "Content Filter"
msgstr "Фильтр содержимого"
-#: ../../Zotlabs/Lib/Apps.php:331
+#: ../../Zotlabs/Lib/Apps.php:332
#: ../../extend/addon/hzaddons/content_import/Mod_content_import.php:135
msgid "Content Import"
msgstr "Импорт содержимого"
-#: ../../Zotlabs/Lib/Apps.php:333
+#: ../../Zotlabs/Lib/Apps.php:334
msgid "Remote Diagnostics"
msgstr "Удалённая диагностика"
-#: ../../Zotlabs/Lib/Apps.php:334
+#: ../../Zotlabs/Lib/Apps.php:335
msgid "Suggest Channels"
msgstr "Предлагаемые каналы"
-#: ../../Zotlabs/Lib/Apps.php:337
+#: ../../Zotlabs/Lib/Apps.php:338
msgid "Stream"
msgstr "Поток"
-#: ../../Zotlabs/Lib/Apps.php:348
+#: ../../Zotlabs/Lib/Apps.php:349
msgid "Mail"
msgstr "Переписка"
-#: ../../Zotlabs/Lib/Apps.php:351
+#: ../../Zotlabs/Lib/Apps.php:352
msgid "Chat"
msgstr "Чат"
-#: ../../Zotlabs/Lib/Apps.php:353
+#: ../../Zotlabs/Lib/Apps.php:354
msgid "Probe"
msgstr "Проба"
-#: ../../Zotlabs/Lib/Apps.php:354
+#: ../../Zotlabs/Lib/Apps.php:355
msgid "Suggest"
msgstr "Предложить"
-#: ../../Zotlabs/Lib/Apps.php:355
+#: ../../Zotlabs/Lib/Apps.php:356
msgid "Random Channel"
msgstr "Случайный канал"
-#: ../../Zotlabs/Lib/Apps.php:356
+#: ../../Zotlabs/Lib/Apps.php:357
msgid "Invite"
msgstr "Пригласить"
-#: ../../Zotlabs/Lib/Apps.php:358
+#: ../../Zotlabs/Lib/Apps.php:359
#: ../../extend/addon/hzaddons/openid/MysqlProvider.php:69
msgid "Language"
msgstr "Язык"
-#: ../../Zotlabs/Lib/Apps.php:359
+#: ../../Zotlabs/Lib/Apps.php:360
msgid "Post"
msgstr "Публикация"
-#: ../../Zotlabs/Lib/Apps.php:360
+#: ../../Zotlabs/Lib/Apps.php:361
#: ../../extend/addon/hzaddons/openid/MysqlProvider.php:58
#: ../../extend/addon/hzaddons/openid/MysqlProvider.php:59
#: ../../extend/addon/hzaddons/openid/MysqlProvider.php:60
msgid "Profile Photo"
msgstr "Фотография профиля"
-#: ../../Zotlabs/Lib/Apps.php:364
+#: ../../Zotlabs/Lib/Apps.php:365
msgid "Notifications"
msgstr "Оповещения"
-#: ../../Zotlabs/Lib/Apps.php:365
+#: ../../Zotlabs/Lib/Apps.php:366
msgid "Order Apps"
msgstr "Порядок приложений"
-#: ../../Zotlabs/Lib/Apps.php:366
+#: ../../Zotlabs/Lib/Apps.php:367
msgid "CardDAV"
msgstr ""
-#: ../../Zotlabs/Lib/Apps.php:368
+#: ../../Zotlabs/Lib/Apps.php:369
msgid "Guest Access"
msgstr "Гостевой доступ"
-#: ../../Zotlabs/Lib/Apps.php:370
+#: ../../Zotlabs/Lib/Apps.php:371
msgid "OAuth Apps Manager"
msgstr "Менеджер OAuth"
-#: ../../Zotlabs/Lib/Apps.php:371
+#: ../../Zotlabs/Lib/Apps.php:372
msgid "OAuth2 Apps Manager"
msgstr "Менеджер OAuth2"
-#: ../../Zotlabs/Lib/Apps.php:372
+#: ../../Zotlabs/Lib/Apps.php:373
msgid "PDL Editor"
msgstr "Редактор PDL"
-#: ../../Zotlabs/Lib/Apps.php:374
-msgid "Premium Channel"
-msgstr "Премиальный канал"
-
#: ../../Zotlabs/Lib/Apps.php:376
msgid "My Chatrooms"
msgstr "Мои чаты"
@@ -12259,19 +12389,19 @@ msgstr "Купить"
msgid "Undelete"
msgstr "Восстановить"
-#: ../../Zotlabs/Lib/Apps.php:568
+#: ../../Zotlabs/Lib/Apps.php:569
msgid "Add to app-tray"
-msgstr "Добавить в app-tray"
+msgstr "Добавить в правое меню"
-#: ../../Zotlabs/Lib/Apps.php:569
+#: ../../Zotlabs/Lib/Apps.php:570
msgid "Remove from app-tray"
-msgstr "Удалить из app-tray"
+msgstr "Удалить из правого меню"
-#: ../../Zotlabs/Lib/Apps.php:570
+#: ../../Zotlabs/Lib/Apps.php:571
msgid "Pin to navbar"
msgstr "Добавить на панель навигации"
-#: ../../Zotlabs/Lib/Apps.php:571
+#: ../../Zotlabs/Lib/Apps.php:572
msgid "Unpin from navbar"
msgstr "Удалить с панели навигации"
@@ -12279,59 +12409,23 @@ msgstr "Удалить с панели навигации"
msgid "Privacy conflict. Discretion advised."
msgstr "Конфиликт настроек конфиденциальности."
-#: ../../Zotlabs/Lib/ThreadItem.php:203
-msgid "I will attend"
-msgstr "Я буду участвовать"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:203
-msgid "I will not attend"
-msgstr "Я не буду участвовать"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:203
-msgid "I might attend"
-msgstr "Я возможно буду присутствовать"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:213
-msgid "I agree"
-msgstr "Я согласен"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:213
-msgid "I disagree"
-msgstr "Я не согласен"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:213
-msgid "I abstain"
-msgstr "Я воздержался"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:287
-msgid "Add Tag"
-msgstr "Добавить тег"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:309
+#: ../../Zotlabs/Lib/ThreadItem.php:319
msgid "Reply on this comment"
msgstr "Ответить на этот комментарий"
-#: ../../Zotlabs/Lib/ThreadItem.php:309
+#: ../../Zotlabs/Lib/ThreadItem.php:319
msgid "reply"
msgstr "ответить"
-#: ../../Zotlabs/Lib/ThreadItem.php:309
+#: ../../Zotlabs/Lib/ThreadItem.php:319
msgid "Reply to"
msgstr "Ответить"
-#: ../../Zotlabs/Lib/ThreadItem.php:319
-msgid "Share This"
-msgstr "Поделиться этим"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:319
-msgid "share"
-msgstr "поделиться"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:329
+#: ../../Zotlabs/Lib/ThreadItem.php:339
msgid "Delivery Report"
msgstr "Отчёт о доставке"
-#: ../../Zotlabs/Lib/ThreadItem.php:348
+#: ../../Zotlabs/Lib/ThreadItem.php:358
#, php-format
msgid "%d comment"
msgid_plural "%d comments"
@@ -12339,100 +12433,111 @@ msgstr[0] "%d комментарий"
msgstr[1] "%d комментария"
msgstr[2] "%d комментариев"
-#: ../../Zotlabs/Lib/ThreadItem.php:392 ../../Zotlabs/Lib/ThreadItem.php:393
+#: ../../Zotlabs/Lib/ThreadItem.php:359
#, php-format
-msgid "View %s's profile - %s"
-msgstr "Просмотр профиля %s - %s"
+msgid "%d unseen"
+msgstr "новых %d"
-#: ../../Zotlabs/Lib/ThreadItem.php:396
+#: ../../Zotlabs/Lib/ThreadItem.php:412
msgid "to"
msgstr "к"
-#: ../../Zotlabs/Lib/ThreadItem.php:397
-msgid "via"
-msgstr "через"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:398
+#: ../../Zotlabs/Lib/ThreadItem.php:414
msgid "Wall-to-Wall"
-msgstr "Стена-к-Стене"
+msgstr "Стена-на-Стену"
-#: ../../Zotlabs/Lib/ThreadItem.php:399
+#: ../../Zotlabs/Lib/ThreadItem.php:415
msgid "via Wall-To-Wall:"
-msgstr "через Стена-к-Стене:"
+msgstr "через Стена-на-Стену:"
-#: ../../Zotlabs/Lib/ThreadItem.php:425
+#: ../../Zotlabs/Lib/ThreadItem.php:442
msgid "Attend"
msgstr "Посетить"
-#: ../../Zotlabs/Lib/ThreadItem.php:426
-msgid "Attendance Options"
-msgstr "Параметры посещаемости"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:427
-msgid "Vote"
-msgstr "Голосовать"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:428
-msgid "Voting Options"
-msgstr "Параметры голосования"
-
-#: ../../Zotlabs/Lib/ThreadItem.php:443
+#: ../../Zotlabs/Lib/ThreadItem.php:460
msgid "Go to previous comment"
msgstr "Перейти к предыдущему комментарию"
-#: ../../Zotlabs/Lib/ThreadItem.php:452
+#: ../../Zotlabs/Lib/ThreadItem.php:472
#: ../../extend/addon/hzaddons/bookmarker/bookmarker.php:38
msgid "Save Bookmarks"
msgstr "Сохранить закладки"
-#: ../../Zotlabs/Lib/ThreadItem.php:453
+#: ../../Zotlabs/Lib/ThreadItem.php:473
msgid "Add to Calendar"
msgstr "Добавить в календарь"
-#: ../../Zotlabs/Lib/ThreadItem.php:813
+#: ../../Zotlabs/Lib/ThreadItem.php:831
msgid "Image"
msgstr "Изображение"
-#: ../../Zotlabs/Lib/ThreadItem.php:815
+#: ../../Zotlabs/Lib/ThreadItem.php:833
msgid "Insert Link"
msgstr "Вставить ссылку"
-#: ../../Zotlabs/Lib/ThreadItem.php:816
+#: ../../Zotlabs/Lib/ThreadItem.php:834
msgid "Video"
msgstr "Видео"
-#: ../../Zotlabs/Lib/ThreadItem.php:826
+#: ../../Zotlabs/Lib/ThreadItem.php:844
msgid "Your full name (required)"
msgstr "Ваше полное имя (требуется)"
-#: ../../Zotlabs/Lib/ThreadItem.php:827
+#: ../../Zotlabs/Lib/ThreadItem.php:845
msgid "Your email address (required)"
msgstr "Ваш адрес электронной почты (требуется)"
-#: ../../Zotlabs/Lib/ThreadItem.php:828
+#: ../../Zotlabs/Lib/ThreadItem.php:846
msgid "Your website URL (optional)"
msgstr "URL вашего вебсайта (необязательно)"
-#: ../../Zotlabs/Lib/Chatroom.php:23
+#: ../../Zotlabs/Lib/Chatroom.php:25
msgid "Missing room name"
msgstr "Отсутствует название комнаты"
-#: ../../Zotlabs/Lib/Chatroom.php:32
+#: ../../Zotlabs/Lib/Chatroom.php:34
msgid "Duplicate room name"
msgstr "Название комнаты дублируется"
-#: ../../Zotlabs/Lib/Chatroom.php:82 ../../Zotlabs/Lib/Chatroom.php:90
+#: ../../Zotlabs/Lib/Chatroom.php:84 ../../Zotlabs/Lib/Chatroom.php:92
msgid "Invalid room specifier."
msgstr "Неверный указатель комнаты."
-#: ../../Zotlabs/Lib/Chatroom.php:122
+#: ../../Zotlabs/Lib/Chatroom.php:124
msgid "Room not found."
msgstr "Комната не найдена."
-#: ../../Zotlabs/Lib/Chatroom.php:143
+#: ../../Zotlabs/Lib/Chatroom.php:145
msgid "Room is full"
msgstr "Комната переполнена"
+#: ../../Zotlabs/Lib/AccessList.php:28
+msgid ""
+"A deleted list with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this list and any future members. If this is "
+"not what you intended, please create another list with a different name."
+msgstr "Восстановлен удаленный список с таким именем. Существующие разрешения на элементы <strong>могут</strong> применяться к этому списку и любым будущим участникам. Если не отвечает вашим намерениям - создайте еще один список с другим именем."
+
+#: ../../Zotlabs/Lib/AccessList.php:286
+msgid "Add new connections to this access list"
+msgstr "Добавить новый контакт в список доступа"
+
+#: ../../Zotlabs/Lib/AccessList.php:331
+msgid "Lists"
+msgstr "Списки"
+
+#: ../../Zotlabs/Lib/AccessList.php:332
+msgid "Edit list"
+msgstr "Редактировать список"
+
+#: ../../Zotlabs/Lib/AccessList.php:333
+msgid "Create new list"
+msgstr "Создать новый список"
+
+#: ../../Zotlabs/Lib/AccessList.php:334
+msgid "Channels not in any access list"
+msgstr "Каналы, не входящие ни в один список доступа"
+
#: ../../Zotlabs/Lib/PermissionDescription.php:108
msgid "Public"
msgstr "Общедоступно"
@@ -12486,30 +12591,39 @@ msgstr "Это настройка по умолчанию для тех, кто
msgid "This is your default setting for the audience of your webpages"
msgstr "Это настройка по умолчанию для аудитории ваших веб-страниц"
-#: ../../Zotlabs/Lib/Activity.php:1662
+#: ../../Zotlabs/Lib/Connect.php:275
+msgid "error saving data"
+msgstr "ошибка сохранения данных"
+
+#: ../../Zotlabs/Lib/Activity.php:2045
#, php-format
msgid "Likes %1$s's %2$s"
msgstr "Нравится %1$s %2$s"
-#: ../../Zotlabs/Lib/Activity.php:1665
+#: ../../Zotlabs/Lib/Activity.php:2048
#, php-format
msgid "Doesn't like %1$s's %2$s"
msgstr "Не нравится %1$s %2$s"
-#: ../../Zotlabs/Lib/Activity.php:1668
+#: ../../Zotlabs/Lib/Activity.php:2054
+#, php-format
+msgid "Will attend %s's event"
+msgstr "Присоединится к мероприятию %s"
+
+#: ../../Zotlabs/Lib/Activity.php:2057
#, php-format
-msgid "Will attend %1$s's %2$s"
-msgstr "Примет участие %1$s %2$s"
+msgid "Will not attend %s's event"
+msgstr "Не присоединится к мероприятию %s"
-#: ../../Zotlabs/Lib/Activity.php:1671
+#: ../../Zotlabs/Lib/Activity.php:2060
#, php-format
-msgid "Will not attend %1$s's %2$s"
-msgstr "Не примет участие %1$s %2$s"
+msgid "May attend %s's event"
+msgstr "Возможно присоединится к мероприятию %s"
-#: ../../Zotlabs/Lib/Activity.php:1674
+#: ../../Zotlabs/Lib/Activity.php:2063
#, php-format
-msgid "May attend %1$s's %2$s"
-msgstr "Возможно примет участие %1$s %2$s"
+msgid "May not attend %s's event"
+msgstr "Возможно не присоединится к мероприятию %s"
#: ../../Zotlabs/Lib/Techlevels.php:10
msgid "0. Beginner/Basic"
@@ -12535,74 +12649,20 @@ msgstr "4. Эксперт - я умею программировать"
msgid "5. Wizard - I probably know more than you do"
msgstr "5. Волшебник - возможно я знаю больше чем ты"
-#: ../../Zotlabs/Lib/NativeWiki.php:143
+#: ../../Zotlabs/Lib/NativeWiki.php:145
msgid "Wiki updated successfully"
msgstr "Wiki успешно обновлена"
-#: ../../Zotlabs/Lib/NativeWiki.php:197
+#: ../../Zotlabs/Lib/NativeWiki.php:199
msgid "Wiki files deleted successfully"
msgstr "Wiki успешно удалена"
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:96
-msgid "Jappixmini App"
-msgstr "Приложение Jappix Mini"
-
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:97
-msgid "Provides a Facebook-like chat using Jappix Mini"
-msgstr "Предоставляет Facebook-подобный чат с использованием Jappix Mini"
-
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:161
-msgid "Hide Jappixmini Chat-Widget from the webinterface"
-msgstr "Скрыть виджет чата Jappix Mini из веб-интерфейса"
-
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:166
-msgid "Jabber username"
-msgstr "Имя пользователя Jabber"
-
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:172
-msgid "Jabber server"
-msgstr "Сервер Jabber"
-
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:178
-msgid "Jabber BOSH host URL"
-msgstr "URL узла Jabber BOSH"
-
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:185
-msgid "Jabber password"
-msgstr "Пароль Jabber"
-
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:191
-msgid "Encrypt Jabber password with Hubzilla password"
-msgstr "Зашифровать пароль Jabber с помощью пароля Hubzilla"
-
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:195
-#: ../../extend/addon/hzaddons/redred/Mod_Redred.php:79
-msgid "Hubzilla password"
-msgstr "Пароль Hubzilla"
-
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:199
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:203
-msgid "Approve subscription requests from Hubzilla contacts automatically"
-msgstr "Утверждать запросы на подписку от контактов Hubzilla автоматически"
-
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:207
-msgid "Purge internal list of jabber addresses of contacts"
-msgstr "Очистить внутренний список адресов контактов Jabber"
-
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:212
-msgid "Configuration Help"
-msgstr "Помощь по конфигурации"
-
-#: ../../extend/addon/hzaddons/jappixmini/Mod_Jappixmini.php:258
-msgid "Jappixmini Settings"
-msgstr "Настройки Jappix Мini"
-
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:57
msgid "Errors encountered deleting database table "
msgstr "Возникшие при удалении таблицы базы данных ошибки"
#: ../../extend/addon/hzaddons/rendezvous/rendezvous.php:95
-#: ../../extend/addon/hzaddons/twitter/twitter.php:498
+#: ../../extend/addon/hzaddons/twitter/twitter.php:503
msgid "Submit Settings"
msgstr "Отправить настройки"
@@ -12791,88 +12851,96 @@ msgstr "Отображать все общедоступные публикац
msgid "Pump.io Crosspost Connector"
msgstr "Публикация в Pump.io"
-#: ../../extend/addon/hzaddons/cart/cart.php:150
+#: ../../extend/addon/hzaddons/cart/cart.php:153
msgid "DB Cleanup Failure"
msgstr "Сбой очистки базы данных"
-#: ../../extend/addon/hzaddons/cart/cart.php:556
+#: ../../extend/addon/hzaddons/cart/cart.php:559
msgid "[cart] Item Added"
msgstr "[cart] Элемент добавлен"
-#: ../../extend/addon/hzaddons/cart/cart.php:945
+#: ../../extend/addon/hzaddons/cart/cart.php:948
msgid "Order already checked out."
msgstr "Заказ уже проверен."
-#: ../../extend/addon/hzaddons/cart/cart.php:1250
+#: ../../extend/addon/hzaddons/cart/cart.php:1253
msgid "Drop database tables when uninstalling."
msgstr "Сбросить таблицы базы данных при деинсталляции"
-#: ../../extend/addon/hzaddons/cart/cart.php:1257
-#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:111
+#: ../../extend/addon/hzaddons/cart/cart.php:1260
+#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:129
msgid "Cart Settings"
msgstr "Настройки карточек"
-#: ../../extend/addon/hzaddons/cart/cart.php:1269
#: ../../extend/addon/hzaddons/cart/cart.php:1272
+#: ../../extend/addon/hzaddons/cart/cart.php:1275
msgid "Shop"
msgstr "Магазин"
-#: ../../extend/addon/hzaddons/cart/cart.php:1328
+#: ../../extend/addon/hzaddons/cart/cart.php:1331
#: ../../extend/addon/hzaddons/cart/myshop.php:111
msgid "Order Not Found"
msgstr "Заказ не найден"
-#: ../../extend/addon/hzaddons/cart/cart.php:1389
+#: ../../extend/addon/hzaddons/cart/cart.php:1392
msgid "Cart utilities for orders and payments"
msgstr "Утилиты карточек для заказов и платежей"
-#: ../../extend/addon/hzaddons/cart/cart.php:1427
+#: ../../extend/addon/hzaddons/cart/cart.php:1430
msgid "You must be logged into the Grid to shop."
msgstr "Вы должны быть в сети для доступа к магазину"
-#: ../../extend/addon/hzaddons/cart/cart.php:1460
+#: ../../extend/addon/hzaddons/cart/cart.php:1463
#: ../../extend/addon/hzaddons/cart/manual_payments.php:68
#: ../../extend/addon/hzaddons/cart/submodules/paypalbuttonV2.php:409
#: ../../extend/addon/hzaddons/cart/submodules/paypalbutton.php:392
msgid "Order not found."
msgstr "Заказ не найден."
-#: ../../extend/addon/hzaddons/cart/cart.php:1468
+#: ../../extend/addon/hzaddons/cart/cart.php:1471
msgid "Access denied."
msgstr "Доступ запрещён."
-#: ../../extend/addon/hzaddons/cart/cart.php:1520
-#: ../../extend/addon/hzaddons/cart/cart.php:1663
+#: ../../extend/addon/hzaddons/cart/cart.php:1523
+#: ../../extend/addon/hzaddons/cart/cart.php:1666
msgid "No Order Found"
msgstr "Нет найденных заказов"
-#: ../../extend/addon/hzaddons/cart/cart.php:1529
+#: ../../extend/addon/hzaddons/cart/cart.php:1532
msgid "An unknown error has occurred Please start again."
msgstr "Произошла неизвестная ошибка. Пожалуйста, начните снова."
-#: ../../extend/addon/hzaddons/cart/cart.php:1696
+#: ../../extend/addon/hzaddons/cart/cart.php:1675
+msgid "Requirements not met."
+msgstr "Требования не соблюдены."
+
+#: ../../extend/addon/hzaddons/cart/cart.php:1675
+msgid "Review your order and complete any needed requirements."
+msgstr Просмотрите свой заказ и выполните все необходимые требования.
+
+#: ../../extend/addon/hzaddons/cart/cart.php:1701
msgid "Invalid Payment Type. Please start again."
msgstr "Недействительный тип платежа. Пожалуйста, начните снова."
-#: ../../extend/addon/hzaddons/cart/cart.php:1703
+#: ../../extend/addon/hzaddons/cart/cart.php:1708
msgid "Order not found"
msgstr "Заказ не найден"
#: ../../extend/addon/hzaddons/cart/widgets/catalogitem.php:57
-#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:265
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:657
+#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:267
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:658
msgid "Price"
msgstr "Цена"
-#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:56
+#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:58
msgid "Enable Test Catalog"
msgstr "Включить тестовый каталог"
-#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:68
+#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:70
msgid "Enable Manual Payments"
msgstr "Включить ручные платежи"
-#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:88
+#: ../../extend/addon/hzaddons/cart/Settings/Cart.php:90
msgid "Base Merchant Currency"
msgstr "Основная торговая валюта"
@@ -12892,28 +12960,28 @@ msgstr "Завершено"
msgid "Enable Manual Cart Module"
msgstr "Включить модуль ручного управления карточками"
-#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:174
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:161
+#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:176
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:162
msgid "New Sku"
msgstr "Новый код"
-#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:210
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:196
+#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:212
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:197
msgid "Cannot save edits to locked item."
msgstr "Невозможно сохранить изменения заблокированной позиции."
-#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:254
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:646
+#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:256
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:647
msgid "Changes Locked"
msgstr "Изменения заблокированы"
-#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:258
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:650
+#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:260
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:651
msgid "Item available for purchase."
msgstr "Позиция доступна для приобретения."
-#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:268
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:660
+#: ../../extend/addon/hzaddons/cart/submodules/manualcat.php:270
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:661
msgid "Photo URL"
msgstr "URL изображения"
@@ -13007,50 +13075,68 @@ msgstr "Кнопка Paypal для платежей настроена непр
msgid "Enable Paypal Button Module"
msgstr "Включить модуль кнопки Paypal"
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:62
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:63
msgid "Enable Hubzilla Services Module"
msgstr "Включить модуль сервиса Hubzilla"
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:245
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:332
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:246
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:333
msgid "SKU not found."
msgstr "Код не найден."
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:298
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:302
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:299
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:303
msgid "Invalid Activation Directive."
msgstr "Недействительная директива активации."
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:373
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:377
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:374
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:378
msgid "Invalid Deactivation Directive."
msgstr "Недействительная директива деактивации"
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:563
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:564
msgid "Add to this privacy group"
msgstr "Добавить в эту группу конфиденциальности"
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:579
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:580
msgid "Set user service class"
msgstr "Установить класс обслуживания пользователя"
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:606
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:607
msgid "You must be using a local account to purchase this service."
msgstr "Вы должны использовать локальную учётноую запись для покупки этого сервиса."
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:664
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:665
msgid "Add buyer to privacy group"
msgstr "Добавить покупателя в группу конфиденциальности"
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:669
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:670
msgid "Add buyer as connection"
msgstr "Добавить покупателя как контакт"
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:677
-#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:719
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:678
+#: ../../extend/addon/hzaddons/cart/submodules/hzservices.php:720
msgid "Set Service Class"
msgstr "Установить класс обслуживания"
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:70
+msgid "Enable Order/Item Options"
+msgstr "Включить параметры заказа / позиции"
+
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:333
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:357
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:433
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:457
+msgid "Label"
+msgstr "Метка"
+
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:336
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:360
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:436
+#: ../../extend/addon/hzaddons/cart/submodules/orderoptions.php:460
+msgid "Instructions"
+msgstr "Инструкции"
+
#: ../../extend/addon/hzaddons/cart/myshop.php:30
msgid "Access Denied."
msgstr "Доступ запрещён."
@@ -13061,8 +13147,8 @@ msgstr "Доступ запрещён."
#: ../../extend/addon/hzaddons/cart/myshop.php:259
#: ../../extend/addon/hzaddons/cart/myshop.php:294
#: ../../extend/addon/hzaddons/cart/myshop.php:317
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:100
#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:101
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:102
msgid "Access Denied"
msgstr "Доступ запрещён"
@@ -13108,31 +13194,11 @@ msgstr "Ваш аккаунт на %s перестанет работать че
msgid "Your $Productname test account is about to expire."
msgstr "Ваша тестовая учётная запись в $Productname близка к окончанию срока действия."
-#: ../../extend/addon/hzaddons/frphotos/frphotos.php:92
-msgid "Friendica Photo Album Import"
-msgstr "Импортировать альбом фотографий Friendica"
-
-#: ../../extend/addon/hzaddons/frphotos/frphotos.php:93
-msgid "This will import all your Friendica photo albums to this Red channel."
-msgstr "Это позволит импортировать все ваши альбомы фотографий Friendica в этот канал."
-
-#: ../../extend/addon/hzaddons/frphotos/frphotos.php:94
-msgid "Friendica Server base URL"
-msgstr "Базовый URL сервера Friendica"
-
-#: ../../extend/addon/hzaddons/frphotos/frphotos.php:95
-msgid "Friendica Login Username"
-msgstr "Имя пользователя для входа Friendica"
-
-#: ../../extend/addon/hzaddons/frphotos/frphotos.php:96
-msgid "Friendica Login Password"
-msgstr "Пароль для входа Firendica"
-
#: ../../extend/addon/hzaddons/ljpost/ljpost.php:49
msgid "Post to Livejournal"
msgstr "Опубликовать в Livejournal"
-#: ../../extend/addon/hzaddons/ljpost/ljpost.php:125
+#: ../../extend/addon/hzaddons/ljpost/ljpost.php:127
msgid "Posted by"
msgstr "Опубликовано"
@@ -13161,6 +13227,8 @@ msgid "Send wall-to-wall posts to Livejournal"
msgstr "Отправлять публикации на стене в Livejournal"
#: ../../extend/addon/hzaddons/ljpost/Mod_Ljpost.php:71
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:65
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:94
msgid "Add link to original post"
msgstr "Добавить ссылку на оригинальную заметку"
@@ -13175,6 +13243,7 @@ msgstr "Приложение \"Случайная планета\""
#: ../../extend/addon/hzaddons/planets/Mod_Planets.php:23
#: ../../extend/addon/hzaddons/authchoose/Mod_Authchoose.php:33
+#: ../../extend/addon/hzaddons/hideaside/Mod_Hideaside.php:27
#: ../../extend/addon/hzaddons/rainbowtag/Mod_Rainbowtag.php:26
#: ../../extend/addon/hzaddons/nsabait/Mod_Nsabait.php:24
#: ../../extend/addon/hzaddons/hsse/Mod_Hsse.php:26
@@ -13231,10 +13300,6 @@ msgstr "Фотография профиля 80px"
msgid "Profile Photo 128px"
msgstr "Фотография профиля 128px"
-#: ../../extend/addon/hzaddons/openid/MysqlProvider.php:67
-msgid "Timezone"
-msgstr "Часовой пояс"
-
#: ../../extend/addon/hzaddons/openid/MysqlProvider.php:70
msgid "Birth Year"
msgstr "Год рождения"
@@ -13459,6 +13524,86 @@ msgstr "признаётся в любви к"
msgid "declared undying love for"
msgstr "признался в любви к"
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:104
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:176
+msgid "Network error"
+msgstr "Сетевая ошибка"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:108
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:180
+msgid "API error"
+msgstr "Ошибка API"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:112
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:184
+msgid "Unknown issue"
+msgstr "Неизвестная проблема"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:168
+msgid "Unable to login using email address "
+msgstr "Невозможно войти, используя адрес электронной почты "
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:202
+msgid "Sign in to Hubzilla using a social account"
+msgstr "Войдите в Hubzilla, используя учетную запись в социальных сетях"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:207
+msgid "Social Authentication using your social media account"
+msgstr "Social Authentication с использованием вашей учетной записи в социальных сетях"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:211
+msgid ""
+"This app enables one or more social provider sign-in buttons on the login "
+"page."
+msgstr "Это приложение добавляет на странице входа в систему одну или несколько кнопок для аутентификации при помощи учётных записей в социальных сетях"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:229
+msgid "Add an identity provider"
+msgstr "Добавить провайдера идентификации"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:256
+msgid "Enable "
+msgstr "Включить "
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:263
+msgid "Key"
+msgstr "Ключ"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:263
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:268
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:284
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:297
+msgid "Word"
+msgstr "Слово"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:268
+msgid "Secret"
+msgstr "Секрет"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:297
+msgid "Add a custom provider"
+msgstr "Добавить собственного провайдера"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:317
+msgid "Remove an identity provider"
+msgstr "Удалить провайдера идентификации"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:327
+msgid "Social authentication"
+msgstr "Аутентификация в социальных сетях"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:366
+msgid "Error while saving provider settings"
+msgstr "Ошибка при сохранении настроек провайдера идентификации"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:382
+msgid "Custom provider already exists"
+msgstr "Собственный провайдер уже существует"
+
+#: ../../extend/addon/hzaddons/socialauth/Mod_SocialAuth.php:399
+msgid "Social authentication settings saved."
+msgstr "Настройки Social authentication сохранены."
+
#: ../../extend/addon/hzaddons/logrot/logrot.php:36
msgid "Logfile archive directory"
msgstr "Каталог архивирования журнала"
@@ -13475,45 +13620,6 @@ msgstr "Размер файла журнала в байтах для архив
msgid "Number of logfiles to retain"
msgstr "Количество сохраняемых файлов журналов"
-#: ../../extend/addon/hzaddons/chess/Mod_Chess.php:180
-#: ../../extend/addon/hzaddons/chess/Mod_Chess.php:377
-msgid "Invalid game."
-msgstr "Недействительная игра."
-
-#: ../../extend/addon/hzaddons/chess/Mod_Chess.php:186
-#: ../../extend/addon/hzaddons/chess/Mod_Chess.php:417
-msgid "You are not a player in this game."
-msgstr "Вы не играете в эту игру."
-
-#: ../../extend/addon/hzaddons/chess/Mod_Chess.php:242
-msgid "You must be a local channel to create a game."
-msgstr "Ваш канал должен быть локальным чтобы создать игру."
-
-#: ../../extend/addon/hzaddons/chess/Mod_Chess.php:260
-msgid "You must select one opponent that is not yourself."
-msgstr "Вы должны выбрать противника который не является вами."
-
-#: ../../extend/addon/hzaddons/chess/Mod_Chess.php:271
-msgid "Random color chosen."
-msgstr "Выбран случайный цвет."
-
-#: ../../extend/addon/hzaddons/chess/Mod_Chess.php:279
-msgid "Error creating new game."
-msgstr "Ошибка создания новой игры."
-
-#: ../../extend/addon/hzaddons/chess/Mod_Chess.php:311
-#: ../../extend/addon/hzaddons/chess/Mod_Chess.php:333
-msgid "Chess not installed."
-msgstr "Шахматы не установлены."
-
-#: ../../extend/addon/hzaddons/chess/Mod_Chess.php:326
-msgid "You must select a local channel /chess/channelname"
-msgstr "Вы должны выбрать локальный канал /chess/channelname"
-
-#: ../../extend/addon/hzaddons/chess/chess.php:645
-msgid "Enable notifications"
-msgstr "Включить оповещения"
-
#: ../../extend/addon/hzaddons/queueworker/Mod_Queueworker.php:77
msgid "Max queueworker threads"
msgstr "Макс. количество обработчиков очереди"
@@ -13859,164 +13965,6 @@ msgstr "Приложение \"Отправить ZID\""
msgid "Send ZID"
msgstr "Отправить ZID"
-#: ../../extend/addon/hzaddons/tour/tour.php:76
-msgid "Edit your profile and change settings."
-msgstr "Отредактировать ваш профиль и изменить настройки."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:77
-msgid "Click here to see activity from your connections."
-msgstr "Нажмите сюда для отображения активности ваши контактов."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:78
-msgid "Click here to see your channel home."
-msgstr "Нажмите сюда чтобы увидеть главную страницу вашего канала."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:79
-msgid "You can access your private messages from here."
-msgstr "Вы можете получить доступ с личной переписке здесь."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:80
-msgid "Create new events here."
-msgstr "Создать новое событие здесь."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:81
-msgid ""
-"You can accept new connections and change permissions for existing ones "
-"here. You can also e.g. create groups of contacts."
-msgstr "Вы можете подключать новые контакты и менять разрешения для существующих здесь. Также вы можете создавать их группы."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:82
-msgid "System notifications will arrive here"
-msgstr "Системные оповещения будут показываться здесь"
-
-#: ../../extend/addon/hzaddons/tour/tour.php:83
-msgid "Search for content and users"
-msgstr "Поиск пользователей и содержимого"
-
-#: ../../extend/addon/hzaddons/tour/tour.php:84
-msgid "Browse for new contacts"
-msgstr "Поиск новых контактов"
-
-#: ../../extend/addon/hzaddons/tour/tour.php:85
-msgid "Launch installed apps"
-msgstr "Запустить установленные приложения"
-
-#: ../../extend/addon/hzaddons/tour/tour.php:86
-msgid "Looking for help? Click here."
-msgstr "Нужна помощь? Нажмите сюда."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:87
-msgid ""
-"New events have occurred in your network. Click here to see what has "
-"happened!"
-msgstr "Новые события произошли в вашей сети. Нажмите здесь для того, чтобы знать что случилось!"
-
-#: ../../extend/addon/hzaddons/tour/tour.php:88
-msgid "You have received a new private message. Click here to see from who!"
-msgstr "Вы получили новое личное сообщение. Нажмите чтобы увидеть от кого!"
-
-#: ../../extend/addon/hzaddons/tour/tour.php:89
-msgid "There are events this week. Click here too see which!"
-msgstr "На этой неделе есть события. Нажмите здесь чтобы увидеть какие!"
-
-#: ../../extend/addon/hzaddons/tour/tour.php:90
-msgid "You have received a new introduction. Click here to see who!"
-msgstr "Вы были представлены. Нажмите чтобы увидеть кому!"
-
-#: ../../extend/addon/hzaddons/tour/tour.php:91
-msgid ""
-"There is a new system notification. Click here to see what has happened!"
-msgstr "Это новое системное уведомление. Нажмите чтобы посмотреть что случилось!"
-
-#: ../../extend/addon/hzaddons/tour/tour.php:94
-msgid "Click here to share text, images, videos and sound."
-msgstr "Нажмите сюда чтобы поделиться текстом, изображениями, видео или треком."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:95
-msgid "You can write an optional title for your update (good for long posts)."
-msgstr "Вы можете написать необязательный заголовок для вашей публикации (желательно для больших публикаций)."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:96
-msgid "Entering some categories here makes it easier to find your post later."
-msgstr "Введите категории здесь чтобы было проще найти вашу публикацию позднее."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:97
-msgid "Share photos, links, location, etc."
-msgstr "Поделиться фотографией, ссылками, местоположение и т.п."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:98
-msgid ""
-"Only want to share content for a while? Make it expire at a certain date."
-msgstr "Хотите только поделиться временным содержимым? Установите срок его действия."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:99
-msgid "You can password protect content."
-msgstr "Вы можете защитить содержимое паролем."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:100
-msgid "Choose who you share with."
-msgstr "Выбрать с кем поделиться."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:102
-msgid "Click here when you are done."
-msgstr "Нажмите здесь когда закончите."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:105
-msgid "Adjust from which channels posts should be displayed."
-msgstr "Настройте из каких каналов должны отображаться публикации."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:106
-msgid "Only show posts from channels in the specified privacy group."
-msgstr "Показывать только публикации из определённой группы конфиденциальности."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:110
-msgid ""
-"Easily find posts containing tags (keywords preceded by the \"#\" symbol)."
-msgstr "Лёгкий поиск сообщения, содержащего теги (ключевые слова, которым предшествует символ #)."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:111
-msgid "Easily find posts in given category."
-msgstr "Лёгкий поиск публикаций в данной категории."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:112
-msgid "Easily find posts by date."
-msgstr "Лёгкий поиск публикаций по дате."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:113
-msgid ""
-"Suggested users who have volounteered to be shown as suggestions, and who we "
-"think you might find interesting."
-msgstr "Рекомендуемые пользователи, которые были представлены в качестве предложений, и которые, по нашему мнению, могут оказаться интересными."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:114
-msgid "Here you see channels you have connected to."
-msgstr "Здесь вы видите каналы, к которым вы подключились."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:115
-msgid "Save your search so you can repeat it at a later date."
-msgstr "Сохраните ваш поиск с тем, чтобы повторить его позже."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:118
-msgid ""
-"If you see this icon you can be sure that the sender is who it say it is. It "
-"is normal that it is not always possible to verify the sender, so the icon "
-"will be missing sometimes. There is usually no need to worry about that."
-msgstr "Если вы видите этот значок, вы можете быть уверены, что отправитель - это тот, кто это говорит. Это нормально, что не всегда можно проверить отправителя, поэтому значок иногда будет отсутствовать. Обычно об этом не нужно беспокоиться."
-
-#: ../../extend/addon/hzaddons/tour/tour.php:119
-msgid ""
-"Danger! It seems someone tried to forge a message! This message is not "
-"necessarily from who it says it is from!"
-msgstr "Опасность! Кажется, кто-то пытался подделать сообщение! Это сообщение не обязательно от того, от кого оно значится!"
-
-#: ../../extend/addon/hzaddons/tour/tour.php:126
-msgid ""
-"Welcome to Hubzilla! Would you like to see a tour of the UI?</p> <p>You can "
-"pause it at any time and continue where you left off by reloading the page, "
-"or navigting to another page.</p><p>You can also advance by pressing the "
-"return key"
-msgstr "Добро пожаловать в Hubzilla! Желаете получить обзор пользовательского интерфейса?</p> <p>Вы можете его приостановаить и в любое время перезагрузив страницу или перейдя на другую.</p><p>Также вы можете нажать клавишу \"Назад\""
-
#: ../../extend/addon/hzaddons/upload_limits/upload_limits.php:25
msgid "Show Upload Limits"
msgstr "Показать ограничения на загрузку"
@@ -14210,7 +14158,7 @@ msgstr "Приложение Authchoose"
msgid "Authchoose"
msgstr ""
-#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:173
+#: ../../extend/addon/hzaddons/flashcards/Mod_Flashcards.php:218
msgid "Not allowed."
msgstr "Запрещено."
@@ -14271,7 +14219,7 @@ msgstr "Не поддерживается некоторыми микробло
msgid "Activitypub Protocol"
msgstr "Протокол ActivityPub"
-#: ../../extend/addon/hzaddons/diaspora/import_diaspora.php:18
+#: ../../extend/addon/hzaddons/diaspora/import_diaspora.php:19
msgid "No username found in import file."
msgstr "Имя пользователя не найдено в файле для импорта."
@@ -14290,31 +14238,48 @@ msgstr "Протокол Diaspora не поддерживает независи
msgid "Diaspora Protocol App"
msgstr "Приложение \"Протокол Diaspora\""
-#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:77
+#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:75
msgid "Allow any Diaspora member to comment on your public posts"
msgstr "Разрешить любому участнику Diaspora комментировать ваши общедоступные публикации"
-#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:81
+#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:79
msgid "Prevent your hashtags from being redirected to other sites"
msgstr "Предотвратить перенаправление тегов на другие сайты"
-#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:85
+#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:83
msgid "Sign and forward posts and comments with no existing Diaspora signature"
msgstr "Подписывать и отправлять публикации и комментарии с несуществующей подписью Diaspora"
-#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:90
+#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:88
msgid "Followed hashtags (comma separated, do not include the #)"
msgstr "Отслеживаемые теги (через запятую, исключая #)"
-#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:99
+#: ../../extend/addon/hzaddons/diaspora/Mod_Diaspora.php:97
msgid "Diaspora Protocol"
msgstr "Протокол Diaspora"
-#: ../../extend/addon/hzaddons/diaspora/Receiver.php:1540
+#: ../../extend/addon/hzaddons/diaspora/Receiver.php:1541
#, php-format
msgid "%1$s dislikes %2$s's %3$s"
msgstr "%1$s не нравится %2$s's %3$s"
+#: ../../extend/addon/hzaddons/diaspora/diaspora.php:66
+msgid ""
+"Please install the statistics addon to be able to configure a diaspora relay"
+msgstr "Пожалуйста, установите расширение статистики, чтобы иметь возможность настраивать пересылку Diaspora"
+
+#: ../../extend/addon/hzaddons/diaspora/diaspora.php:76
+msgid "Diaspora Relay Handle"
+msgstr "Пересылка Diaspora"
+
+#: ../../extend/addon/hzaddons/diaspora/diaspora.php:76
+msgid "Address of a diaspora relay. Example: relay@diasporarelay.tld"
+msgstr "Адрес пересылки Diaspora. Например: relay@diasporarelay.tld"
+
+#: ../../extend/addon/hzaddons/diaspora/diaspora.php:96
+msgid "Diaspora relay could not be imported"
+msgstr "Невозможно импортировать адрес пересылки Diaspora"
+
#: ../../extend/addon/hzaddons/superblock/Mod_Superblock.php:20
msgid "Superblock App"
msgstr "Приложение Superblock"
@@ -14343,35 +14308,40 @@ msgstr "Заблокировать полностью"
msgid "Use markdown for editing posts"
msgstr "Использовать язык разметки Markdown для редактирования публикаций"
-#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:24
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:26
msgid "Dreamwidth Crosspost Connector Settings saved."
msgstr "Настройки пересылки публикаций Dreamwidth сохранены."
-#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:36
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:39
msgid "Dreamwidth Crosspost Connector App"
msgstr "Приложение \"Публикация в Dreamwidth\""
-#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:37
-msgid "Relay public postings to Dreamwidth"
-msgstr "Пересылает общедоступные публикации в Dreamwidth"
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:40
+msgid "Relay public posts to Dreamwidth"
+msgstr "Пересылать общедоступные публикации в Dreamwidth"
-#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:52
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:53
msgid "Dreamwidth username"
msgstr "Имя пользователя Dreamwidth"
-#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:56
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:57
msgid "Dreamwidth password"
msgstr "Пароль Dreamwidth"
-#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:60
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:61
msgid "Post to Dreamwidth by default"
msgstr "Публиковать в Dreamwidth по умолчанию"
-#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:68
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:69
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:98
+msgid "Link description (default:"
+msgstr "Описание ссылки (по-умолчанию:"
+
+#: ../../extend/addon/hzaddons/dwpost/Mod_Dwpost.php:77
msgid "Dreamwidth Crosspost Connector"
msgstr "Публикация в Dreamwidth"
-#: ../../extend/addon/hzaddons/dwpost/dwpost.php:47
+#: ../../extend/addon/hzaddons/dwpost/dwpost.php:49
msgid "Post to Dreamwidth"
msgstr "Публиковать в Dreamwidth"
@@ -14489,77 +14459,77 @@ msgstr "Спонсор"
msgid "Special thanks to: "
msgstr "Особые благодарности:"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:108
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:109
msgid "Enable Community Moderation"
msgstr "Включить модерацию сообщества"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:116
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:117
msgid "Reputation automatically given to new members"
msgstr "Репутация автоматически предоставляемая новым участникам"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:117
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:118
msgid "Reputation will never fall below this value"
msgstr "Репутация никогда не упадёт ниже этого значения"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:118
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:119
msgid "Minimum reputation before posting is allowed"
msgstr "Минимальная репутация для разрешения возможности размещать публикации"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:119
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:120
msgid "Minimum reputation before commenting is allowed"
msgstr "Минимальная репутация для разрешения комментирования"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:120
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:121
msgid "Minimum reputation before a member is able to moderate other posts"
msgstr "Минимальная репутация для возможности модерирования участником чужих публикаций"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:121
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:122
msgid ""
"Max ratio of moderator's reputation that can be added to/deducted from "
"reputation of person being moderated"
msgstr "Максимальное соотношение репутации модератора, которое может быть добавлено / вычтено из репутации модерируемого участника"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:122
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:123
msgid "Reputation \"cost\" to post"
msgstr "\"Стоимость\" репутации для публикации"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:123
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:124
msgid "Reputation \"cost\" to comment"
msgstr "\"Стоимость\" репутации для комментирования"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:124
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:125
msgid ""
"Reputation automatically recovers at this rate per hour until it reaches "
"minimum_to_post"
msgstr "Репутация автоматически восстанавливается с этой скоростью в час пока не достигает значения minimum_to_post"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:125
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:126
msgid ""
"When minimum_to_moderate > reputation > minimum_to_post reputation recovers "
"at this rate per hour"
msgstr "При minimum_to_moderate > репутация > minimum_to_post репутация восстанавливается с этой скоростью в час"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:139
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:140
msgid "Community Moderation Settings"
msgstr "Настройки модерирования сообщества"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:229
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:232
msgid "Channel Reputation"
msgstr "Репутация канала"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:233
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:236
msgid "An Error has occurred."
msgstr "Произошла ошибка."
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:251
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:254
msgid "Upvote"
msgstr "За"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:252
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:255
msgid "Downvote"
msgstr "Против"
-#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:374
+#: ../../extend/addon/hzaddons/channelreputation/channelreputation.php:414
msgid "Can moderate reputation on my channel."
msgstr "Может модерировать репутацию на моём канале"
@@ -14648,6 +14618,10 @@ msgstr "Имя входа Hubzilla"
msgid "Hubzilla channel name"
msgstr "Название канала Hubzilla"
+#: ../../extend/addon/hzaddons/redred/Mod_Redred.php:79
+msgid "Hubzilla password"
+msgstr "Пароль Hubzilla"
+
#: ../../extend/addon/hzaddons/redred/Mod_Redred.php:87
msgid "Hubzilla Crosspost Connector"
msgstr "Пересылка публикаций Hubzilla"
@@ -14656,52 +14630,6 @@ msgstr "Пересылка публикаций Hubzilla"
msgid "Post to Hubzilla"
msgstr "Опубликовать в Hubzilla"
-#: ../../extend/addon/hzaddons/chords/Mod_Chords.php:44
-msgid ""
-"This is a fairly comprehensive and complete guitar chord dictionary which "
-"will list most of the available ways to play a certain chord, starting from "
-"the base of the fingerboard up to a few frets beyond the twelfth fret "
-"(beyond which everything repeats). A couple of non-standard tunings are "
-"provided for the benefit of slide players, etc."
-msgstr ""
-
-#: ../../extend/addon/hzaddons/chords/Mod_Chords.php:46
-msgid ""
-"Chord names start with a root note (A-G) and may include sharps (#) and "
-"flats (b). This software will parse most of the standard naming conventions "
-"such as maj, min, dim, sus(2 or 4), aug, with optional repeating elements."
-msgstr ""
-
-#: ../../extend/addon/hzaddons/chords/Mod_Chords.php:48
-msgid ""
-"Valid examples include A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, Asus2Add4, "
-"E7b13b11 ..."
-msgstr "Примеры действительных включают A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, Asus2Add4, E7b13b11 ..."
-
-#: ../../extend/addon/hzaddons/chords/Mod_Chords.php:51
-msgid "Guitar Chords"
-msgstr "Гитарные аккорды"
-
-#: ../../extend/addon/hzaddons/chords/Mod_Chords.php:52
-msgid "The complete online chord dictionary"
-msgstr "Полный онлайн словарь аккордов"
-
-#: ../../extend/addon/hzaddons/chords/Mod_Chords.php:57
-msgid "Tuning"
-msgstr "Настройка"
-
-#: ../../extend/addon/hzaddons/chords/Mod_Chords.php:58
-msgid "Chord name: example: Em7"
-msgstr "Наименование аккорда - example: Em7"
-
-#: ../../extend/addon/hzaddons/chords/Mod_Chords.php:59
-msgid "Show for left handed stringing"
-msgstr "Показывать струны для левшей"
-
-#: ../../extend/addon/hzaddons/chords/chords.php:33
-msgid "Quick Reference"
-msgstr "Быстрая ссылка"
-
#: ../../extend/addon/hzaddons/nsfw/Mod_Nsfw.php:22
msgid "NSFW Settings saved."
msgstr "Настройки NSFW сохранены."
@@ -14745,51 +14673,51 @@ msgstr "Возможно содержимое для взрослых"
msgid "%s - view"
msgstr "%s - просмотр"
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:28
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:30
msgid "Wordpress Settings saved."
msgstr "Настройки WordPress сохранены."
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:41
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:43
msgid "Wordpress Post App"
msgstr "Приложение \"Публикация в Wordpress\""
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:42
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:44
msgid "Post to WordPress or anything else which uses the wordpress XMLRPC API"
msgstr "Опубликовать в WordPress или в чём-то ещё, поддерживающем wordpress XMLRPC API"
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:65
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:69
msgid "WordPress username"
msgstr "Имя пользователя WordPress"
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:69
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:73
msgid "WordPress password"
msgstr "Пароль WordPress"
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:73
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:77
msgid "WordPress API URL"
msgstr "URL API WordPress"
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:74
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:78
msgid "Typically https://your-blog.tld/xmlrpc.php"
msgstr "Обычно https://your-blog.tld/xmlrpc.php"
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:77
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:81
msgid "WordPress blogid"
msgstr ""
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:78
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:82
msgid "For multi-user sites such as wordpress.com, otherwise leave blank"
msgstr "Для многопользовательских сайтов, таких, как wordpress.com. В противном случае оставьте пустым"
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:82
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:86
msgid "Post to WordPress by default"
msgstr "Публиковать в WordPress по умолчанию"
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:86
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:90
msgid "Forward comments (requires hubzilla_wp plugin)"
msgstr "Пересылать комментарии (требуется плагин hubzilla_wp)"
-#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:94
+#: ../../extend/addon/hzaddons/wppost/Mod_Wppost.php:106
msgid "Wordpress Post"
msgstr "Публикация в WordPress"
@@ -14801,10 +14729,6 @@ msgstr "Опубликовать в WordPress"
msgid "Who likes me?"
msgstr "Кому я нравлюсь?"
-#: ../../extend/addon/hzaddons/redfiles/redfilehelper.php:64
-msgid "file"
-msgstr "файл"
-
#: ../../extend/addon/hzaddons/redfiles/redfiles.php:119
msgid "Redmatrix File Storage Import"
msgstr "Импорт файлового хранилища Redmatrix"
@@ -14813,12 +14737,12 @@ msgstr "Импорт файлового хранилища Redmatrix"
msgid "This will import all your Redmatrix cloud files to this channel."
msgstr "Это позволит импортировать все ваши файлы в Redmatrix в этот канал."
-#: ../../extend/addon/hzaddons/gallery/gallery.php:38
+#: ../../extend/addon/hzaddons/gallery/gallery.php:43
#: ../../extend/addon/hzaddons/gallery/Mod_Gallery.php:136
msgid "Gallery"
msgstr "Галерея"
-#: ../../extend/addon/hzaddons/gallery/gallery.php:41
+#: ../../extend/addon/hzaddons/gallery/gallery.php:46
msgid "Photo Gallery"
msgstr "Фотогалерея"
@@ -14845,44 +14769,44 @@ msgstr ""
msgid "Search $Projectname"
msgstr "Поиск $Projectname"
-#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:131
+#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:133
msgid "View Larger"
msgstr "Увеличить"
-#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:154
+#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:156
msgid "Tile Server URL"
msgstr "URL сервера Tile"
-#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:154
+#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:156
msgid ""
"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank"
"\">public tile servers</a>"
msgstr "Список <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">общедоступных серверов</a>"
-#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:155
+#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:157
msgid "Nominatim (reverse geocoding) Server URL"
msgstr "URL сервера Nominatim (обратное геокодирование)"
-#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:155
+#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:157
msgid ""
"A list of <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" target="
"\"_blank\">Nominatim servers</a>"
msgstr "Список <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\">серверов Nominatim</a>"
-#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:156
+#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:158
msgid "Default zoom"
msgstr "Масштаб по умолчанию"
-#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:156
+#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:158
msgid ""
"The default zoom level. (1:world, 18:highest, also depends on tile server)"
msgstr "Уровень размера по умолчанию (1 - весь мир, 18 - максимальный; зависит от сервера)."
-#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:157
+#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:159
msgid "Include marker on map"
msgstr "Включите маркер на карте"
-#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:157
+#: ../../extend/addon/hzaddons/openstreetmap/openstreetmap.php:159
msgid "Include a marker on the map."
msgstr "Включить маркер на карте"
@@ -14910,6 +14834,16 @@ msgstr "Аутентификация выполнена успешно, но о
msgid "text to include in all outgoing posts from this site"
msgstr "текст, который будет добавлен во все исходящие публикации с этого сайта"
+#: ../../extend/addon/hzaddons/hideaside/Mod_Hideaside.php:23
+#: ../../extend/addon/hzaddons/hideaside/Mod_Hideaside.php:27
+msgid "Hide Aside App"
+msgstr "Скрывать приложения"
+
+#: ../../extend/addon/hzaddons/hideaside/Mod_Hideaside.php:24
+#: ../../extend/addon/hzaddons/hideaside/Mod_Hideaside.php:28
+msgid "Fade out aside areas after a while when using endless scroll"
+msgstr "Через некоторое время при использовании прокрутки область приложений исчезает"
+
#: ../../extend/addon/hzaddons/twitter/Mod_Twitter.php:65
msgid "Twitter settings updated."
msgstr "Настройки Twitter обновлены"
@@ -15234,11 +15168,11 @@ msgstr "Пожалуйста, взгляните на"
#: ../../extend/addon/hzaddons/upgrade_info/upgrade_info.php:52
msgid "git history"
-msgstr "в истории git"
+msgstr "журнал изменений"
#: ../../extend/addon/hzaddons/upgrade_info/upgrade_info.php:54
msgid "change log"
-msgstr "журнал измнений"
+msgstr "в истории git"
#: ../../extend/addon/hzaddons/upgrade_info/upgrade_info.php:55
msgid "for further info."
@@ -15341,55 +15275,154 @@ msgstr "Отключить Federation"
msgid "Workflow Settings"
msgstr "Настройки \"Рабочего процесса\""
-#: ../../extend/addon/hzaddons/workflow/workflow.php:215
+#: ../../extend/addon/hzaddons/workflow/workflow.php:222
msgid "Workflow user."
msgstr "Пользователь \"Рабочего процесса\"."
-#: ../../extend/addon/hzaddons/workflow/workflow.php:262
+#: ../../extend/addon/hzaddons/workflow/workflow.php:272
msgid "This channel"
msgstr "Этот канал"
-#: ../../extend/addon/hzaddons/workflow/workflow.php:512
-#: ../../extend/addon/hzaddons/workflow/workflow.php:1372
-#: ../../extend/addon/hzaddons/workflow/workflow.php:1391
+#: ../../extend/addon/hzaddons/workflow/workflow.php:541
+#: ../../extend/addon/hzaddons/workflow/workflow.php:1437
+#: ../../extend/addon/hzaddons/workflow/workflow.php:1456
msgid "Workflow"
msgstr "Рабочий процесс"
-#: ../../extend/addon/hzaddons/workflow/workflow.php:1360
+#: ../../extend/addon/hzaddons/workflow/workflow.php:1425
msgid "No Workflows Available"
msgstr "Нет доступных рабочих процессов"
-#: ../../extend/addon/hzaddons/workflow/workflow.php:1390
+#: ../../extend/addon/hzaddons/workflow/workflow.php:1455
msgid "Add item to which workflow"
msgstr "Подключить рабочий процесс к элементу"
-#: ../../extend/addon/hzaddons/workflow/workflow.php:1437
-#: ../../extend/addon/hzaddons/workflow/workflow.php:1558
+#: ../../extend/addon/hzaddons/workflow/workflow.php:1515
+#: ../../extend/addon/hzaddons/workflow/workflow.php:1634
msgid "Create Workflow Item"
msgstr "Создать элемент рабочего процесса"
-#: ../../extend/addon/hzaddons/workflow/workflow.php:2498
+#: ../../extend/addon/hzaddons/workflow/workflow.php:2596
msgid "Link"
msgstr "Ссылка"
-#: ../../extend/addon/hzaddons/workflow/workflow.php:2500
+#: ../../extend/addon/hzaddons/workflow/workflow.php:2598
msgid "Web link."
msgstr "Веб-ссылка."
-#: ../../extend/addon/hzaddons/workflow/workflow.php:2521
-#: ../../extend/addon/hzaddons/workflow/workflow.php:2576
+#: ../../extend/addon/hzaddons/workflow/workflow.php:2619
+#: ../../extend/addon/hzaddons/workflow/workflow.php:2680
msgid "Brief description or title"
msgstr "Подробное описание или заголовок"
-#: ../../extend/addon/hzaddons/workflow/workflow.php:2529
-#: ../../extend/addon/hzaddons/workflow/workflow.php:2584
+#: ../../extend/addon/hzaddons/workflow/workflow.php:2627
+#: ../../extend/addon/hzaddons/workflow/workflow.php:2688
msgid "Notes and Info"
msgstr "Замечания и информация"
-#: ../../extend/addon/hzaddons/workflow/workflow.php:2582
+#: ../../extend/addon/hzaddons/workflow/workflow.php:2686
msgid "Body"
msgstr "Текст"
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:39
+msgid "Messages"
+msgstr "Сообщения"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:52
+msgid "message"
+msgstr "сообщение"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:92
+msgid "Message recalled."
+msgstr "Сообщение отозванно."
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:105
+msgid "Conversation removed."
+msgstr "Беседа удалена."
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:120
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:241
+msgid "Expires YYYY-MM-DD HH:MM"
+msgstr "Истекает YYYY-MM-DD HH:MM"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:148
+msgid "Requested channel is not in this network"
+msgstr "Запрашиваемый канал не доступен."
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:156
+msgid "Send Private Message"
+msgstr "Отправить личное сообщение"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:157
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:300
+msgid "To:"
+msgstr "Кому:"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:160
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:302
+msgid "Subject:"
+msgstr "Тема:"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:165
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:308
+msgid "Attach file"
+msgstr "Прикрепить файл"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:167
+msgid "Send"
+msgstr "Отправить"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:271
+msgid "Delete message"
+msgstr "Удалить сообщение"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:272
+msgid "Delivery report"
+msgstr "Отчёт о доставке"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:273
+msgid "Recall message"
+msgstr "Отозвать сообщение"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:275
+msgid "Message has been recalled."
+msgstr "Сообщение отозванно"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:293
+msgid "Delete Conversation"
+msgstr "Удалить беседу"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:295
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Безопасная связь недоступна. Вы <strong>можете</strong> попытаться ответить со страницы профиля отправителя."
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:299
+msgid "Send Reply"
+msgstr "Отправить ответ"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:304
+#, php-format
+msgid "Your message for %s (%s):"
+msgstr "Ваше сообщение для %s (%s):"
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:384
+msgid "Unable to lookup recipient."
+msgstr "Не удалось найти получателя."
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:391
+msgid "Unable to communicate with requested channel."
+msgstr "Не удалось установить связь с запрашиваемым каналом."
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:398
+msgid "Cannot verify requested channel."
+msgstr "Не удалось установить подлинность требуемого канала."
+
+#: ../../extend/addon/hzaddons/mail/Mod_Mail.php:416
+msgid "Selected channel has private message restrictions. Send failed."
+msgstr "Выбранный канал ограничивает частные сообщения. Отправка не удалась."
+
#: ../../extend/addon/hzaddons/totp/Mod_Totp.php:23
msgid "TOTP Two-Step Verification"
msgstr "Двухэтапная верификация TOTP"
@@ -15510,70 +15543,6 @@ msgstr "Скрыть кнопку и сразу показывать смайл
msgid "Smileybutton Settings"
msgstr "Настройки кнопки со смайликами"
-#: ../../extend/addon/hzaddons/flattrwidget/flattrwidget.php:50
-msgid "Flattr this!"
-msgstr "Flattr это!"
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:41
-msgid "Flattr widget settings updated."
-msgstr "Настройки виджета Flattr обновлены."
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:53
-msgid "Flattr Widget App"
-msgstr "Приложение \"Виджет Flattr\""
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:54
-msgid "Add a Flattr button to your channel page"
-msgstr "Добавить кнопку Flattr на страницу вашего канала"
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:65
-msgid "Flattr user"
-msgstr "Пользователь Flattr"
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:69
-msgid "URL of the Thing to flattr"
-msgstr "URL ccылки на Flattr"
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:69
-msgid "If empty channel URL is used"
-msgstr "Если пусто, то используется URL канала"
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:73
-msgid "Title of the Thing to flattr"
-msgstr "Заголовок вещи на Flattr"
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:73
-msgid "If empty \"channel name on The Hubzilla\" will be used"
-msgstr "Если пусто, то будет использовано \"Название канала Hubzilla\""
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:77
-msgid "Static or dynamic flattr button"
-msgstr "Статическая или динамическая кнопка Flattr"
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:77
-msgid "static"
-msgstr "статическая"
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:77
-msgid "dynamic"
-msgstr "динамическая"
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:81
-msgid "Alignment of the widget"
-msgstr "Выравнивание виджета"
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:81
-msgid "left"
-msgstr "слева"
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:81
-msgid "right"
-msgstr "справа"
-
-#: ../../extend/addon/hzaddons/flattrwidget/Mod_Flattrwidget.php:89
-msgid "Flattr Widget"
-msgstr "Виджет Flattr"
-
#: ../../extend/addon/hzaddons/moremoods/moremoods.php:19
msgid "lonely"
msgstr "одинокий"
diff --git a/view/ru/hstrings.php b/view/ru/hstrings.php
index f2781e874..bd25017a1 100644
--- a/view/ru/hstrings.php
+++ b/view/ru/hstrings.php
@@ -257,8 +257,6 @@ App::$strings["Connections"] = "Контакты";
App::$strings["Connection Filtering"] = "Фильтрация контактов";
App::$strings["Filter incoming posts from connections based on keywords/content"] = "Фильтр входящих сообщений от контактов на основе ключевых слов / контента";
App::$strings["Conversation"] = "Диалоги";
-App::$strings["Community Tagging"] = "Отметки сообщества";
-App::$strings["Ability to tag existing posts"] = "Возможность помечать тегами существующие публикации";
App::$strings["Emoji Reactions"] = "Реакции Emoji";
App::$strings["Add emoji reaction ability to posts"] = "Возможность добавлять реакции Emoji к публикациям";
App::$strings["Dislike Posts"] = "Не нравящиеся публикации";
@@ -277,8 +275,6 @@ App::$strings["Large Photos"] = "Большие фотографии";
App::$strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Включить большие (1024px) миниатюры изображений в публикациях. Если не включено, использовать маленькие (640px) миниатюры.";
App::$strings["Even More Encryption"] = "Еще больше шифрования";
App::$strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Разрешить дополнительное end-to-end шифрование содержимого с общим секретным ключом";
-App::$strings["Enable Voting Tools"] = "Включить инструменты голосования";
-App::$strings["Provide a class of post which others can vote on"] = "Предоставь класс публикаций с возможностью голосования";
App::$strings["Disable Comments"] = "Отключить комментарии";
App::$strings["Provide the option to disable comments for a post"] = "Предоставить возможность отключать комментарии для публикаций";
App::$strings["Delayed Posting"] = "Задержанная публикация";
@@ -293,6 +289,10 @@ App::$strings["Manage"] = "Управление";
App::$strings["Navigation Channel Select"] = "Выбор канала навигации";
App::$strings["Change channels directly from within the navigation dropdown menu"] = "Изменить канал напрямую из выпадающего меню";
App::$strings["Network"] = "Сеть";
+App::$strings["Events Filter"] = "Фильтр событий";
+App::$strings["Ability to display only events"] = "Возможность отображать только события";
+App::$strings["Polls Filter"] = "Фильтр голосований";
+App::$strings["Ability to display only polls"] = "Возможность отображать только опросы";
App::$strings["Saved Searches"] = "Сохранённые поиски";
App::$strings["Save search terms for re-use"] = "Сохранять результаты поиска для повторного использования";
App::$strings["Ability to file posts under folders"] = "Возможность размещать публикации в каталогах";
@@ -387,6 +387,9 @@ App::$strings["Size"] = "Размер";
App::$strings["unknown"] = "неизвестный";
App::$strings["remove category"] = "удалить категорию";
App::$strings["remove from file"] = "удалить из файла";
+App::$strings["Poll has ended."] = "Опрос окончен.";
+App::$strings["Poll ends: %s"] = "Опрос заканчивается %s";
+App::$strings["Vote"] = "Голосовать";
App::$strings["Link to Source"] = "Ссылка на источник";
App::$strings["default"] = "по умолчанию";
App::$strings["Page layout"] = "Шаблон страницы";
@@ -403,6 +406,7 @@ App::$strings["event"] = "событие";
App::$strings["status"] = "статус";
App::$strings["comment"] = "комментарий";
App::$strings["activity"] = "активность";
+App::$strings["poll"] = "голосование";
App::$strings["a-z, 0-9, -, and _ only"] = "Только a-z, 0-9, -, и _";
App::$strings["Design Tools"] = "Инструменты дизайна";
App::$strings["Blocks"] = "Блокировки";
@@ -581,7 +585,14 @@ App::$strings["Attach/Upload file"] = "Прикрепить/загрузить
App::$strings["Embed an image from your albums"] = "Встроить изображение из ваших альбомов";
App::$strings["Cancel"] = "Отменить";
App::$strings["OK"] = "";
-App::$strings["Toggle voting"] = "Подключить голосование";
+App::$strings["Toggle voting"] = "Переключить голосование";
+App::$strings["Toggle poll"] = "Переключить опрос";
+App::$strings["Option"] = "Вариант";
+App::$strings["Add option"] = "Добавить вариант";
+App::$strings["Minutes"] = "Минут";
+App::$strings["Hours"] = "Часов";
+App::$strings["Days"] = "Дней";
+App::$strings["Allow multiple answers"] = "Разрешить несколько ответов";
App::$strings["Disable comments"] = "Отключить комментарии";
App::$strings["Toggle comments"] = "Переключить комментарии";
App::$strings["Title (optional)"] = "Заголовок (необязательно)";
@@ -665,6 +676,9 @@ App::$strings["A channel name is required."] = "Требуется назван
App::$strings["This is a "] = "Это ";
App::$strings[" channel name"] = " название канала";
App::$strings["Back to reply"] = "Вернуться к ответу";
+App::$strings["Pinned"] = "Прикреплено";
+App::$strings["Pin to the top"] = "Прикрепить сверху";
+App::$strings["Unpin from the top"] = "Открепить";
App::$strings["%d minutes"] = array(
0 => "%d минуту",
1 => "%d минуты",
@@ -815,12 +829,19 @@ App::$strings["Finishes:"] = "Окончание:";
App::$strings["l F d, Y"] = "";
App::$strings["Start:"] = "Начало:";
App::$strings["End:"] = "Окончание:";
+App::$strings["Timezone"] = "Часовой пояс";
App::$strings["This event has been added to your calendar."] = "Это событие было добавлено в ваш календарь.";
App::$strings["Not specified"] = "Не указано";
App::$strings["Needs Action"] = "Требует действия";
App::$strings["Completed"] = "Завершено";
App::$strings["In Process"] = "В процессе";
App::$strings["Cancelled"] = "Отменено";
+App::$strings["INVALID EVENT DISMISSED!"] = "НЕДЕЙСТВИТЕЛЬНОЕ СОБЫТИЕ ОТКЛОНЕНО!";
+App::$strings["Summary: "] = "Резюме: ";
+App::$strings["Date: "] = "Дата: ";
+App::$strings["Reason: "] = "Причина: ";
+App::$strings["INVALID CARD DISMISSED!"] = "НЕДЕЙСТВИТЕЛЬНАЯ КАРТОЧКА ОТКЛОНЕНА!";
+App::$strings["Name: "] = "Имя: ";
App::$strings["Delegation session ended."] = "Делегированная сессия завершена.";
App::$strings["Logged out."] = "Вышел из системы.";
App::$strings["Email validation is incomplete. Please check your email."] = "Проверка email не завершена. Пожалуйста, проверьте вашу почту.";
@@ -888,6 +909,8 @@ App::$strings["Path not found."] = "Путь не найден.";
App::$strings["mkdir failed."] = "mkdir не удался";
App::$strings["database storage failed."] = "ошибка при записи базы данных.";
App::$strings["Empty path"] = "Пустое имя пути";
+App::$strings["%s shared a %s with you"] = "%s поделился с вами %s";
+App::$strings["file"] = "файл";
App::$strings["Profile Photos"] = "Фотографии профиля";
App::$strings["Create an account to access services and applications"] = "Создайте аккаунт для доступа к службам и приложениям";
App::$strings["Login/Email"] = "Пользователь / email";
@@ -923,33 +946,9 @@ App::$strings["Show in your contacts shared folder"] = "Показать общ
App::$strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Удалённая аутентификация заблокирована. Вы вошли на этот сайт локально. Пожалуйста, выйдите и попробуйте ещё раз.";
App::$strings["Welcome %s. Remote authentication successful."] = "Добро пожаловать %s. Удаленная аутентификация успешно завершена.";
App::$strings["This site is not a directory server"] = "Этот сайт не является сервером каталога";
-App::$strings["Unable to lookup recipient."] = "Не удалось найти получателя.";
-App::$strings["Unable to communicate with requested channel."] = "Не удалось установить связь с запрашиваемым каналом.";
-App::$strings["Cannot verify requested channel."] = "Не удалось установить подлинность требуемого канала.";
-App::$strings["Selected channel has private message restrictions. Send failed."] = "Выбранный канал ограничивает частные сообщения. Отправка не удалась.";
-App::$strings["Messages"] = "Сообщения";
-App::$strings["message"] = "сообщение";
-App::$strings["Message recalled."] = "Сообщение отозванно.";
-App::$strings["Conversation removed."] = "Беседа удалена.";
-App::$strings["Expires YYYY-MM-DD HH:MM"] = "Истекает YYYY-MM-DD HH:MM";
-App::$strings["Requested channel is not in this network"] = "Запрашиваемый канал не доступен.";
-App::$strings["Send Private Message"] = "Отправить личное сообщение";
-App::$strings["To:"] = "Кому:";
-App::$strings["Subject:"] = "Тема:";
-App::$strings["Your message:"] = "Сообщение:";
-App::$strings["Attach file"] = "Прикрепить файл";
-App::$strings["Send"] = "Отправить";
-App::$strings["Delete message"] = "Удалить сообщение";
-App::$strings["Delivery report"] = "Отчёт о доставке";
-App::$strings["Recall message"] = "Отозвать сообщение";
-App::$strings["Message has been recalled."] = "Сообщение отозванно";
-App::$strings["Delete Conversation"] = "Удалить беседу";
-App::$strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Безопасная связь недоступна. Вы <strong>можете</strong> попытаться ответить со страницы профиля отправителя.";
-App::$strings["Send Reply"] = "Отправить ответ";
-App::$strings["Your message for %s (%s):"] = "Ваше сообщение для %s (%s):";
App::$strings["This setting requires special processing and editing has been blocked."] = "Этот параметр требует специальной обработки и редактирования и был заблокирован.";
App::$strings["Configuration Editor"] = "Редактор конфигурации";
-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."] = "Предупреждение. Изменение некоторых настроек может привести к неработоспособности вашего канала. Пожалуйста, покиньте эту страницу, если вы точно не значете, как правильно использовать эту функцию.";
+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."] = "Предупреждение. Изменение некоторых настроек может привести к неработоспособности вашего канала. Пожалуйста, покиньте эту страницу, если вы точно не знаете, как правильно использовать эту функцию.";
App::$strings["Could not access contact record."] = "Не удалось получить доступ к записи контакта.";
App::$strings["Settings updated."] = "Настройки обновлены.";
App::$strings["Default Permissions App"] = "Приложение \"Разрешения по умолчанию\"";
@@ -1053,6 +1052,8 @@ App::$strings["Gender: "] = "Пол:";
App::$strings["Status: "] = "Статус:";
App::$strings["Homepage: "] = "Домашняя страница:";
App::$strings["Description:"] = "Описание:";
+App::$strings["Uncensor"] = "Нецензурировать";
+App::$strings["Censor"] = "Цензурировать";
App::$strings["Public Forum:"] = "Публичный форум:";
App::$strings["Keywords: "] = "Ключевые слова:";
App::$strings["Don't suggest"] = "Не предлагать";
@@ -1070,12 +1071,6 @@ App::$strings["Oldest to Newest"] = "От старых к новым";
App::$strings["No entries (some entries may be hidden)."] = "Нет записей (некоторые записи могут быть скрыты).";
App::$strings["Calendar entries imported."] = "События календаря импортированы.";
App::$strings["No calendar entries found."] = "Не найдено событий в календаре.";
-App::$strings["INVALID EVENT DISMISSED!"] = "НЕДЕЙСТВИТЕЛЬНОЕ СОБЫТИЕ ОТКЛОНЕНО!";
-App::$strings["Summary: "] = "Резюме: ";
-App::$strings["Date: "] = "Дата: ";
-App::$strings["Reason: "] = "Причина: ";
-App::$strings["INVALID CARD DISMISSED!"] = "НЕДЕЙСТВИТЕЛЬНАЯ КАРТОЧКА ОТКЛОНЕНА!";
-App::$strings["Name: "] = "Имя: ";
App::$strings["CardDAV App"] = "Приложение CardDAV";
App::$strings["CalDAV capable addressbook"] = "Адресная книга с поддержкой CalDAV";
App::$strings["Link to source"] = "Ссылка на источник";
@@ -1483,6 +1478,9 @@ App::$strings["%1\$s's Chatrooms"] = "Чаты пользователя %1\$s";
App::$strings["No chatrooms available"] = "Нет доступных чатов";
App::$strings["Expiration"] = "Срок действия";
App::$strings["min"] = "мин.";
+App::$strings["Poll not found."] = "Опрос не найден";
+App::$strings["Invalid response."] = "Неверный ответ.";
+App::$strings["Response submitted. Updates may not appear instantly."] = "Ответ отправлен. Обновления могут отображаться не сразу.";
App::$strings["Name and Secret are required"] = "Требуются имя и код";
App::$strings["OAuth2 Apps Manager App"] = "Приложение \"Менеджер Oauth2\"";
App::$strings["OAuth2 authenticatication tokens for mobile and remote apps"] = "Аутентификация OAuth2 для мобильных и удаленных приложений";
@@ -1529,7 +1527,7 @@ App::$strings["Enable user zoom on mobile devices"] = "Включить масш
App::$strings["Update browser every xx seconds"] = "Обновление браузера каждые N секунд";
App::$strings["Minimum of 10 seconds, no maximum"] = "Минимум 10 секунд, без максимума";
App::$strings["Maximum number of conversations to load at any time:"] = "Максимальное количество бесед для загрузки одновременно:";
-App::$strings["Maximum of 100 items"] = "Максимум 100 элементов";
+App::$strings["Maximum of 30 items"] = "Не более 30 элементов";
App::$strings["Show emoticons (smilies) as images"] = "Показывать эмотиконы (смайлики) как изображения";
App::$strings["Provide channel menu in navigation bar"] = "Показывать меню канала в панели навигации";
App::$strings["Default: channel menu located in app menu"] = "По умолчанию каналы расположены в меню приложения";
@@ -1615,9 +1613,9 @@ App::$strings["You are tagged in a post"] = "Вы были отмечены в
App::$strings["You are poked/prodded/etc. in a post"] = "Вас толкнули, подтолкнули и т.п. в публикации";
App::$strings["Someone likes your post/comment"] = "Кому-то нравится ваша публикация / комментарий";
App::$strings["Show visual notifications including:"] = "Показывать визуальные оповещения включая:";
-App::$strings["Unseen stream activity"] = "Невидимая активность в потоке";
-App::$strings["Unseen channel activity"] = "Невидимая активность в канале";
-App::$strings["Unseen private messages"] = "Невидимые личные сообщения";
+App::$strings["Unseen stream activity"] = "Новая активность в потоке";
+App::$strings["Unseen channel activity"] = "Новая активность в канале";
+App::$strings["Unseen private messages"] = "Новые личные сообщения";
App::$strings["Recommended"] = "Рекомендовано";
App::$strings["Upcoming events"] = "Грядущие события";
App::$strings["Events today"] = "События сегодня";
@@ -1628,10 +1626,10 @@ App::$strings["System info messages"] = "Сообщения с системно
App::$strings["System critical alerts"] = "Критические уведомления системы";
App::$strings["New connections"] = "Новые контакты";
App::$strings["System Registrations"] = "Системные регистрации";
-App::$strings["Unseen shared files"] = "Невидимые общие файлы";
-App::$strings["Unseen public stream activity"] = "Невидимая активность в публичном потоке";
-App::$strings["Unseen likes and dislikes"] = "Невидимые лайки и дислайки";
-App::$strings["Unseen forum posts"] = "Невидимые публикации на форуме";
+App::$strings["Unseen shared files"] = "Новые общие файлы";
+App::$strings["Unseen public stream activity"] = "Новая активность в публичном потоке";
+App::$strings["Unseen likes and dislikes"] = "Новые лайки и дислайки";
+App::$strings["Unseen forum posts"] = "Новые публикации на форуме";
App::$strings["Email notification hub (hostname)"] = "Центр уведомлений по email (имя хоста)";
App::$strings["If your channel is mirrored to multiple hubs, set this to your preferred location. This will prevent duplicate email notifications. Example: %s"] = "Если ваш канал зеркалируется в нескольких местах, это ваше предпочтительное местоположение. Это должно предотвратить дублировать уведомлений по email. Например: %s";
App::$strings["Show new wall posts, private messages and connections under Notices"] = "Показать новые сообщения на стене, личные сообщения и контакты в \"Уведомлениях\"";
@@ -1701,6 +1699,9 @@ App::$strings["Bookmarks App"] = "Приложение \"Закладки\"";
App::$strings["Bookmark links from posts and manage them"] = "Поместить ссылки из публикации в закладки и управлять ими";
App::$strings["My Bookmarks"] = "Мои закладки";
App::$strings["My Connections Bookmarks"] = "Закладки моих контактов";
+App::$strings["Update to Hubzilla 5.0 step 2"] = "Обновление Hubzilla 5.0, этап 2";
+App::$strings["To complete the update please run"] = "Для завершения обновления пожалуйста выполните";
+App::$strings["INFO: this command can take a very long time depending on your DB size."] = "К сведению: эта команда может выполняться очень долго в зависимости от размеры базы данных.";
App::$strings["Item not available."] = "Элемент недоступен.";
App::$strings["Remote Diagnostics App"] = "Приложение \"Удалённая диагностика\"";
App::$strings["Perform diagnostics on remote channels"] = "Производит диагностику удалённых каналов";
@@ -1868,6 +1869,8 @@ App::$strings["Menu item deleted."] = "Элемент меню удалён.";
App::$strings["Menu item could not be deleted."] = "Невозможно удалить элемент меню.";
App::$strings["Edit Menu Element"] = "Редактировать элемент меню";
App::$strings["Link text"] = "Текст ссылки";
+App::$strings["Entry censored"] = "Запись цензурирована";
+App::$strings["Entry uncensored"] = "Запись нецензурирована";
App::$strings["Lock feature %s"] = "Заблокировать функцию \"%s\"";
App::$strings["Manage Additional Features"] = "Управление дополнительными функциями";
App::$strings["Log settings updated."] = "Настройки журнала обновлены.";
@@ -1899,8 +1902,6 @@ App::$strings["Channel '%s' uncensored"] = "Канал '%s' нецензурир
App::$strings["Channel '%s' code allowed"] = "Код в канале '%s' разрешён";
App::$strings["Channel '%s' code disallowed"] = "Код в канале '%s' запрещён";
App::$strings["select all"] = "выбрать все";
-App::$strings["Censor"] = "Цензурировать";
-App::$strings["Uncensor"] = "Нецензурировать";
App::$strings["Allow Code"] = "Разрешить код";
App::$strings["Disallow Code"] = "Запретить код";
App::$strings["UID"] = "";
@@ -2162,11 +2163,11 @@ App::$strings["URL of thing (optional)"] = "URL (необязательно)";
App::$strings["URL for photo of thing (optional)"] = "URL для фотографии (необязательно)";
App::$strings["Add Thing to your Profile"] = "Добавить к вашему профилю";
App::$strings["Welcome to Hubzilla!"] = "Добро пожаловать в Hubzilla!";
-App::$strings["You have got no unseen posts..."] = "У вас нет видимых публикаций...";
+App::$strings["You have got no unseen posts..."] = "У вас нет непросмотренных публикаций...";
App::$strings["Items tagged with: %s"] = "Объекты помечены как: %s";
App::$strings["Search results for: %s"] = "Результаты поиска для: %s";
-App::$strings["Notes App"] = "Приложение \"Заметки\"";
-App::$strings["A simple notes app with a widget (note: notes are not encrypted)"] = "Простое приложение для заметок с виджетом (примечание: заметки не зашифрованы)";
+App::$strings["Notes App"] = "Приложение \"Записки\"";
+App::$strings["A simple notes app with a widget (note: notes are not encrypted)"] = "Простое приложение для записок с виджетом (примечание: записки не зашифрованы)";
App::$strings["Comment approved"] = "Комментарий одобрен";
App::$strings["Comment deleted"] = "Комментарий удалён";
App::$strings["Webpages App"] = "Приложение \"Веб-страницы\"";
@@ -2333,6 +2334,7 @@ App::$strings["Send email invitations to join this network"] = "Отправит
App::$strings["You have no more invitations available"] = "У вас больше нет приглашений";
App::$strings["Send invitations"] = "Отправить приглашение";
App::$strings["Enter email addresses, one per line:"] = "Введите адреса электронной почты, по одному в строке:";
+App::$strings["Your message:"] = "Сообщение:";
App::$strings["Please join my community on \$Projectname."] = "Присоединятесь к нашему сообществу \$Projectname !";
App::$strings["You will need to supply this invitation code:"] = "Вам нужно предоставит этот код приглашения:";
App::$strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Зарегистрируйтесь на любом из серверов \$Projectname";
@@ -2343,8 +2345,6 @@ App::$strings["Articles App"] = "Приложение \"Статьи\"";
App::$strings["Create interactive articles"] = "Создать интерактивные статьи";
App::$strings["Add Article"] = "Добавить статью";
App::$strings["Continue"] = "Продолжить";
-App::$strings["Premium Channel App"] = "Приложение \"Премиальный канал\"";
-App::$strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Позволяет установить ограничения и условия для подключающихся к вашему каналу";
App::$strings["Premium Channel Setup"] = "Установка премиального канала";
App::$strings["Enable premium channel connection restrictions"] = "Включить ограничения для премиального канала";
App::$strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Пожалуйста введите ваши ограничения или условия, такие, как оплата PayPal, правила использования и т.п.";
@@ -2498,7 +2498,7 @@ App::$strings["View your connections and/or add somebody whose address you alrea
App::$strings["View your personal stream (this may be empty until you add some connections)"] = "Ваш персональный поток (может быть пуст пока вы не добавите контакты)";
App::$strings["View the public stream. Warning: this content is not moderated"] = "Просмотр публичного потока. Предупреждение: этот контент не модерируется";
App::$strings["Forums"] = "Форумы";
-App::$strings["Notes"] = "Заметки";
+App::$strings["Notes"] = "Записки";
App::$strings["Suggestions"] = "Рекомендации";
App::$strings["See more..."] = "Просмотреть больше...";
App::$strings["New Network Activity"] = "Новая сетевая активность";
@@ -2511,6 +2511,9 @@ App::$strings["New Home Activity"] = "Новая локальная активн
App::$strings["New Home Activity Notifications"] = "Новые уведомления локальной активности";
App::$strings["View your home activity"] = "Просмотреть локальную активность";
App::$strings["Mark all notifications seen"] = "Пометить уведомления как просмотренные";
+App::$strings["New Direct Messages"] = "Новое сообщение";
+App::$strings["New Direct Messages Notifications"] = "Уведомления о новых сообщениях";
+App::$strings["View your direct messages"] = "Просмотреть ваше сообщение";
App::$strings["New Mails"] = "Новая переписка";
App::$strings["New Mails Notifications"] = "Уведомления о новой переписке";
App::$strings["View your private mails"] = "Просмотреть вашу личную переписку";
@@ -2586,6 +2589,19 @@ App::$strings["New Message"] = "Новое сообщение";
App::$strings["Add new page"] = "Добавить новую страницу";
App::$strings["Wiki Pages"] = "Wiki страницы";
App::$strings["Page name"] = "Название страницы";
+App::$strings["I will attend"] = "Я буду участвовать";
+App::$strings["I will not attend"] = "Я не буду участвовать";
+App::$strings["I might attend"] = "Я возможно буду присутствовать";
+App::$strings["I agree"] = "Я согласен";
+App::$strings["I disagree"] = "Я не согласен";
+App::$strings["I abstain"] = "Я воздержался";
+App::$strings["Share This"] = "Поделиться этим";
+App::$strings["share"] = "поделиться";
+App::$strings["View %s's profile - %s"] = "Просмотр профиля %s - %s";
+App::$strings["via"] = "через";
+App::$strings["Attendance Options"] = "Параметры посещаемости";
+App::$strings["Voting Options"] = "Параметры голосования";
+App::$strings["Pinned post"] = "Прикреплённая заметка";
App::$strings["Events Tools"] = "Инструменты для событий";
App::$strings["Export Calendar"] = "Экспортировать календарь";
App::$strings["Import Calendar"] = "Импортировать календарь";
@@ -2602,6 +2618,12 @@ App::$strings["Addon Features"] = "Настройки расширений";
App::$strings["App Collections"] = "Коллекции приложений";
App::$strings["Installed apps"] = "Установленные приложения";
App::$strings["Remove term"] = "Удалить термин";
+App::$strings["Direct Messages"] = "Личные сообщения";
+App::$strings["Show direct (private) messages"] = "Показать личные (прямые) сообщения";
+App::$strings["Events"] = "События";
+App::$strings["Show posts that include events"] = "Показывать публикации с событиями";
+App::$strings["Polls"] = "Опросы";
+App::$strings["Show posts that include polls"] = "Показывать публикации с опросами";
App::$strings["Show posts related to the %s privacy group"] = "Показывать публикации относящиеся к группе конфиденциальности %s";
App::$strings["Show my privacy groups"] = "Показывать мои группы конфиденциальности";
App::$strings["Show posts to this forum"] = "Показывать публикации этого форума";
@@ -2688,6 +2710,7 @@ App::$strings["Please visit %s to view and/or reply to your private messages."]
App::$strings["commented on"] = "прокомментировал";
App::$strings["liked"] = "понравилось";
App::$strings["disliked"] = "не понравилось";
+App::$strings["voted on"] = "проголосовал в";
App::$strings["%1\$s %2\$s [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s %2\$s [zrl=%3\$s]%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 %4\$s[/zrl]";
App::$strings["%1\$s %2\$s [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s %2\$s [zrl=%3\$s]ваш %4\$s[/zrl]";
@@ -2723,7 +2746,9 @@ App::$strings["Name:"] = "Имя:";
App::$strings["Photo:"] = "Фото:";
App::$strings["Please visit %s to approve or reject the suggestion."] = "Пожалуйста, посетите %s, чтобы одобрить или отклонить предложение.";
App::$strings["[\$Projectname:Notify]"] = "[\$Projectname:Уведомление]";
+App::$strings["created a new poll"] = "создал новый опрос";
App::$strings["created a new post"] = "создал новую публикацию";
+App::$strings["voted on %s's poll"] = "проголосова в опросе %s";
App::$strings["commented on %s's post"] = "прокомментировал публикацию %s";
App::$strings["repeated %s's post"] = "разместил публикацию %s";
App::$strings["edited a post dated %s"] = "отредактировал публикацию датированную %s";
@@ -2770,43 +2795,29 @@ App::$strings["Guest Access"] = "Гостевой доступ";
App::$strings["OAuth Apps Manager"] = "Менеджер OAuth";
App::$strings["OAuth2 Apps Manager"] = "Менеджер OAuth2";
App::$strings["PDL Editor"] = "Редактор PDL";
-App::$strings["Premium Channel"] = "Премиальный канал";
App::$strings["My Chatrooms"] = "Мои чаты";
App::$strings["Channel Export"] = "Экспорт канала";
App::$strings["Purchase"] = "Купить";
App::$strings["Undelete"] = "Восстановить";
-App::$strings["Add to app-tray"] = "Добавить в app-tray";
-App::$strings["Remove from app-tray"] = "Удалить из app-tray";
+App::$strings["Add to app-tray"] = "Добавить в правое меню";
+App::$strings["Remove from app-tray"] = "Удалить из правого меню";
App::$strings["Pin to navbar"] = "Добавить на панель навигации";
App::$strings["Unpin from navbar"] = "Удалить с панели навигации";
App::$strings["Privacy conflict. Discretion advised."] = "Конфиликт настроек конфиденциальности.";
-App::$strings["I will attend"] = "Я буду участвовать";
-App::$strings["I will not attend"] = "Я не буду участвовать";
-App::$strings["I might attend"] = "Я возможно буду присутствовать";
-App::$strings["I agree"] = "Я согласен";
-App::$strings["I disagree"] = "Я не согласен";
-App::$strings["I abstain"] = "Я воздержался";
-App::$strings["Add Tag"] = "Добавить тег";
App::$strings["Reply on this comment"] = "Ответить на этот комментарий";
App::$strings["reply"] = "ответить";
App::$strings["Reply to"] = "Ответить";
-App::$strings["Share This"] = "Поделиться этим";
-App::$strings["share"] = "поделиться";
App::$strings["Delivery Report"] = "Отчёт о доставке";
App::$strings["%d comment"] = array(
0 => "%d комментарий",
1 => "%d комментария",
2 => "%d комментариев",
);
-App::$strings["View %s's profile - %s"] = "Просмотр профиля %s - %s";
+App::$strings["%d unseen"] = "новых %d";
App::$strings["to"] = "к";
-App::$strings["via"] = "через";
-App::$strings["Wall-to-Wall"] = "Стена-к-Стене";
-App::$strings["via Wall-To-Wall:"] = "через Стена-к-Стене:";
+App::$strings["Wall-to-Wall"] = "Стена-на-Стену";
+App::$strings["via Wall-To-Wall:"] = "через Стена-на-Стену:";
App::$strings["Attend"] = "Посетить";
-App::$strings["Attendance Options"] = "Параметры посещаемости";
-App::$strings["Vote"] = "Голосовать";
-App::$strings["Voting Options"] = "Параметры голосования";
App::$strings["Go to previous comment"] = "Перейти к предыдущему комментарию";
App::$strings["Save Bookmarks"] = "Сохранить закладки";
App::$strings["Add to Calendar"] = "Добавить в календарь";
@@ -2821,6 +2832,12 @@ App::$strings["Duplicate room name"] = "Название комнаты дубл
App::$strings["Invalid room specifier."] = "Неверный указатель комнаты.";
App::$strings["Room not found."] = "Комната не найдена.";
App::$strings["Room is full"] = "Комната переполнена";
+App::$strings["A deleted list with this name was revived. Existing item permissions <strong>may</strong> apply to this list and any future members. If this is not what you intended, please create another list with a different name."] = "Восстановлен удаленный список с таким именем. Существующие разрешения на элементы <strong>могут</strong> применяться к этому списку и любым будущим участникам. Если не отвечает вашим намерениям - создайте еще один список с другим именем.";
+App::$strings["Add new connections to this access list"] = "Добавить новый контакт в список доступа";
+App::$strings["Lists"] = "Списки";
+App::$strings["Edit list"] = "Редактировать список";
+App::$strings["Create new list"] = "Создать новый список";
+App::$strings["Channels not in any access list"] = "Каналы, не входящие ни в один список доступа";
App::$strings["Public"] = "Общедоступно";
App::$strings["Anybody in the \$Projectname network"] = "Любому в сети \$Projectname";
App::$strings["Any account on %s"] = "Любой аккаунт в %s";
@@ -2833,11 +2850,13 @@ App::$strings["This is your default setting for who can view your default channe
App::$strings["This is your default setting for who can view your connections"] = "Это настройка по умолчанию для тех, кто может просматривать ваши контакты";
App::$strings["This is your default setting for who can view your file storage and photos"] = "Это настройка по умолчанию для тех, кто может просматривать ваше хранилище файлов и фотографий";
App::$strings["This is your default setting for the audience of your webpages"] = "Это настройка по умолчанию для аудитории ваших веб-страниц";
+App::$strings["error saving data"] = "ошибка сохранения данных";
App::$strings["Likes %1\$s's %2\$s"] = "Нравится %1\$s %2\$s";
App::$strings["Doesn't like %1\$s's %2\$s"] = "Не нравится %1\$s %2\$s";
-App::$strings["Will attend %1\$s's %2\$s"] = "Примет участие %1\$s %2\$s";
-App::$strings["Will not attend %1\$s's %2\$s"] = "Не примет участие %1\$s %2\$s";
-App::$strings["May attend %1\$s's %2\$s"] = "Возможно примет участие %1\$s %2\$s";
+App::$strings["Will attend %s's event"] = "Присоединится к мероприятию %s";
+App::$strings["Will not attend %s's event"] = "Не присоединится к мероприятию %s";
+App::$strings["May attend %s's event"] = "Возможно присоединится к мероприятию %s";
+App::$strings["May not attend %s's event"] = "Возможно не присоединится к мероприятию %s";
App::$strings["0. Beginner/Basic"] = "Начинающий / Базовый";
App::$strings["1. Novice - not skilled but willing to learn"] = "1. Новичок - не опытный, но желающий учиться";
App::$strings["2. Intermediate - somewhat comfortable"] = "2. Промежуточный - более удобный";
@@ -2846,19 +2865,6 @@ App::$strings["4. Expert - I can write computer code"] = "4. Эксперт - я
App::$strings["5. Wizard - I probably know more than you do"] = "5. Волшебник - возможно я знаю больше чем ты";
App::$strings["Wiki updated successfully"] = "Wiki успешно обновлена";
App::$strings["Wiki files deleted successfully"] = "Wiki успешно удалена";
-App::$strings["Jappixmini App"] = "Приложение Jappix Mini";
-App::$strings["Provides a Facebook-like chat using Jappix Mini"] = "Предоставляет Facebook-подобный чат с использованием Jappix Mini";
-App::$strings["Hide Jappixmini Chat-Widget from the webinterface"] = "Скрыть виджет чата Jappix Mini из веб-интерфейса";
-App::$strings["Jabber username"] = "Имя пользователя Jabber";
-App::$strings["Jabber server"] = "Сервер Jabber";
-App::$strings["Jabber BOSH host URL"] = "URL узла Jabber BOSH";
-App::$strings["Jabber password"] = "Пароль Jabber";
-App::$strings["Encrypt Jabber password with Hubzilla password"] = "Зашифровать пароль Jabber с помощью пароля Hubzilla";
-App::$strings["Hubzilla password"] = "Пароль Hubzilla";
-App::$strings["Approve subscription requests from Hubzilla contacts automatically"] = "Утверждать запросы на подписку от контактов Hubzilla автоматически";
-App::$strings["Purge internal list of jabber addresses of contacts"] = "Очистить внутренний список адресов контактов Jabber";
-App::$strings["Configuration Help"] = "Помощь по конфигурации";
-App::$strings["Jappixmini Settings"] = "Настройки Jappix Мini";
App::$strings["Errors encountered deleting database table "] = "Возникшие при удалении таблицы базы данных ошибки";
App::$strings["Submit Settings"] = "Отправить настройки";
App::$strings["Drop tables when uninstalling?"] = "Удалить таблицы при деинсталляции?";
@@ -2915,6 +2921,8 @@ App::$strings["Order not found."] = "Заказ не найден.";
App::$strings["Access denied."] = "Доступ запрещён.";
App::$strings["No Order Found"] = "Нет найденных заказов";
App::$strings["An unknown error has occurred Please start again."] = "Произошла неизвестная ошибка. Пожалуйста, начните снова.";
+App::$strings["Requirements not met."] = "Требования не соблюдены.";
+App::$strings["Review your order and complete any needed requirements."] = "Ÿросмотрите свой заказ и выполните все необходимые требования";
App::$strings["Invalid Payment Type. Please start again."] = "Недействительный тип платежа. Пожалуйста, начните снова.";
App::$strings["Order not found"] = "Заказ не найден";
App::$strings["Price"] = "Цена";
@@ -2960,6 +2968,9 @@ App::$strings["You must be using a local account to purchase this service."] = "
App::$strings["Add buyer to privacy group"] = "Добавить покупателя в группу конфиденциальности";
App::$strings["Add buyer as connection"] = "Добавить покупателя как контакт";
App::$strings["Set Service Class"] = "Установить класс обслуживания";
+App::$strings["Enable Order/Item Options"] = "Включить параметры заказа / позиции";
+App::$strings["Label"] = "Метка";
+App::$strings["Instructions"] = "Инструкции";
App::$strings["Access Denied."] = "Доступ запрещён.";
App::$strings["Access Denied"] = "Доступ запрещён";
App::$strings["Invalid Item"] = "Недействительный элемент";
@@ -2971,11 +2982,6 @@ App::$strings["IRC settings saved."] = "Настройки IRC сохранен
App::$strings["IRC Chatroom"] = "Чат IRC";
App::$strings["Your account on %s will expire in a few days."] = "Ваш аккаунт на %s перестанет работать через несколько дней.";
App::$strings["Your $Productname test account is about to expire."] = "Ваша тестовая учётная запись в $Productname близка к окончанию срока действия.";
-App::$strings["Friendica Photo Album Import"] = "Импортировать альбом фотографий Friendica";
-App::$strings["This will import all your Friendica photo albums to this Red channel."] = "Это позволит импортировать все ваши альбомы фотографий Friendica в этот канал.";
-App::$strings["Friendica Server base URL"] = "Базовый URL сервера Friendica";
-App::$strings["Friendica Login Username"] = "Имя пользователя для входа Friendica";
-App::$strings["Friendica Login Password"] = "Пароль для входа Firendica";
App::$strings["Post to Livejournal"] = "Опубликовать в Livejournal";
App::$strings["Posted by"] = "Опубликовано";
App::$strings["Livejournal Crosspost Connector App"] = "Приложение \"Публикация в Livejournal\"";
@@ -3000,7 +3006,6 @@ App::$strings["Profile Photo 48px"] = "Фотография профиля 48px"
App::$strings["Profile Photo 64px"] = "Фотография профиля 64px";
App::$strings["Profile Photo 80px"] = "Фотография профиля 80px";
App::$strings["Profile Photo 128px"] = "Фотография профиля 128px";
-App::$strings["Timezone"] = "Часовой пояс";
App::$strings["Birth Year"] = "Год рождения";
App::$strings["Birth Month"] = "Месяц рождения";
App::$strings["Birth Day"] = "День рождения";
@@ -3056,19 +3061,28 @@ App::$strings["bonk"] = "";
App::$strings["bonked"] = "";
App::$strings["declare undying love for"] = "признаётся в любви к";
App::$strings["declared undying love for"] = "признался в любви к";
+App::$strings["Network error"] = "Сетевая ошибка";
+App::$strings["API error"] = "Ошибка API";
+App::$strings["Unknown issue"] = "Неизвестная проблема";
+App::$strings["Unable to login using email address "] = "Невозможно войти, используя адрес электронной почты ";
+App::$strings["Sign in to Hubzilla using a social account"] = "Войдите в Hubzilla, используя учетную запись в социальных сетях";
+App::$strings["Social Authentication using your social media account"] = "Social Authentication с использованием вашей учетной записи в социальных сетях";
+App::$strings["This app enables one or more social provider sign-in buttons on the login page."] = "Это приложение добавляет на странице входа в систему одну или несколько кнопок для аутентификации при помощи учётных записей в социальных сетях";
+App::$strings["Add an identity provider"] = "Добавить провайдера идентификации";
+App::$strings["Enable "] = "Включить ";
+App::$strings["Key"] = "Ключ";
+App::$strings["Word"] = "Слово";
+App::$strings["Secret"] = "Секрет";
+App::$strings["Add a custom provider"] = "Добавить собственного провайдера";
+App::$strings["Remove an identity provider"] = "Удалить провайдера идентификации";
+App::$strings["Social authentication"] = "Аутентификация в социальных сетях";
+App::$strings["Error while saving provider settings"] = "Ошибка при сохранении настроек провайдера идентификации";
+App::$strings["Custom provider already exists"] = "Собственный провайдер уже существует";
+App::$strings["Social authentication settings saved."] = "Настройки Social authentication сохранены.";
App::$strings["Logfile archive directory"] = "Каталог архивирования журнала";
App::$strings["Directory to store rotated logs"] = "Каталог для хранения заархивированных журналов";
App::$strings["Logfile size in bytes before rotating"] = "Размер файла журнала в байтах для архивирования";
App::$strings["Number of logfiles to retain"] = "Количество сохраняемых файлов журналов";
-App::$strings["Invalid game."] = "Недействительная игра.";
-App::$strings["You are not a player in this game."] = "Вы не играете в эту игру.";
-App::$strings["You must be a local channel to create a game."] = "Ваш канал должен быть локальным чтобы создать игру.";
-App::$strings["You must select one opponent that is not yourself."] = "Вы должны выбрать противника который не является вами.";
-App::$strings["Random color chosen."] = "Выбран случайный цвет.";
-App::$strings["Error creating new game."] = "Ошибка создания новой игры.";
-App::$strings["Chess not installed."] = "Шахматы не установлены.";
-App::$strings["You must select a local channel /chess/channelname"] = "Вы должны выбрать локальный канал /chess/channelname";
-App::$strings["Enable notifications"] = "Включить оповещения";
App::$strings["Max queueworker threads"] = "Макс. количество обработчиков очереди";
App::$strings["Assume workers dead after ___ seconds"] = "Считать обработчики неактивными через секунд";
App::$strings["Pause before starting next task: (microseconds. Minimum 100 = .0001 seconds)"] = "Пауза перед запуском следующего задания. В микросекундах, минимум 100 или 0.0001 секунды.";
@@ -3149,41 +3163,6 @@ App::$strings["Profile photo updated successfully."] = "Фотография п
App::$strings["Send your identity to all websites"] = "Отправить ваши данные на все веб-сайты";
App::$strings["Sendzid App"] = "Приложение \"Отправить ZID\"";
App::$strings["Send ZID"] = "Отправить ZID";
-App::$strings["Edit your profile and change settings."] = "Отредактировать ваш профиль и изменить настройки.";
-App::$strings["Click here to see activity from your connections."] = "Нажмите сюда для отображения активности ваши контактов.";
-App::$strings["Click here to see your channel home."] = "Нажмите сюда чтобы увидеть главную страницу вашего канала.";
-App::$strings["You can access your private messages from here."] = "Вы можете получить доступ с личной переписке здесь.";
-App::$strings["Create new events here."] = "Создать новое событие здесь.";
-App::$strings["You can accept new connections and change permissions for existing ones here. You can also e.g. create groups of contacts."] = "Вы можете подключать новые контакты и менять разрешения для существующих здесь. Также вы можете создавать их группы.";
-App::$strings["System notifications will arrive here"] = "Системные оповещения будут показываться здесь";
-App::$strings["Search for content and users"] = "Поиск пользователей и содержимого";
-App::$strings["Browse for new contacts"] = "Поиск новых контактов";
-App::$strings["Launch installed apps"] = "Запустить установленные приложения";
-App::$strings["Looking for help? Click here."] = "Нужна помощь? Нажмите сюда.";
-App::$strings["New events have occurred in your network. Click here to see what has happened!"] = "Новые события произошли в вашей сети. Нажмите здесь для того, чтобы знать что случилось!";
-App::$strings["You have received a new private message. Click here to see from who!"] = "Вы получили новое личное сообщение. Нажмите чтобы увидеть от кого!";
-App::$strings["There are events this week. Click here too see which!"] = "На этой неделе есть события. Нажмите здесь чтобы увидеть какие!";
-App::$strings["You have received a new introduction. Click here to see who!"] = "Вы были представлены. Нажмите чтобы увидеть кому!";
-App::$strings["There is a new system notification. Click here to see what has happened!"] = "Это новое системное уведомление. Нажмите чтобы посмотреть что случилось!";
-App::$strings["Click here to share text, images, videos and sound."] = "Нажмите сюда чтобы поделиться текстом, изображениями, видео или треком.";
-App::$strings["You can write an optional title for your update (good for long posts)."] = "Вы можете написать необязательный заголовок для вашей публикации (желательно для больших публикаций).";
-App::$strings["Entering some categories here makes it easier to find your post later."] = "Введите категории здесь чтобы было проще найти вашу публикацию позднее.";
-App::$strings["Share photos, links, location, etc."] = "Поделиться фотографией, ссылками, местоположение и т.п.";
-App::$strings["Only want to share content for a while? Make it expire at a certain date."] = "Хотите только поделиться временным содержимым? Установите срок его действия.";
-App::$strings["You can password protect content."] = "Вы можете защитить содержимое паролем.";
-App::$strings["Choose who you share with."] = "Выбрать с кем поделиться.";
-App::$strings["Click here when you are done."] = "Нажмите здесь когда закончите.";
-App::$strings["Adjust from which channels posts should be displayed."] = "Настройте из каких каналов должны отображаться публикации.";
-App::$strings["Only show posts from channels in the specified privacy group."] = "Показывать только публикации из определённой группы конфиденциальности.";
-App::$strings["Easily find posts containing tags (keywords preceded by the \"#\" symbol)."] = "Лёгкий поиск сообщения, содержащего теги (ключевые слова, которым предшествует символ #).";
-App::$strings["Easily find posts in given category."] = "Лёгкий поиск публикаций в данной категории.";
-App::$strings["Easily find posts by date."] = "Лёгкий поиск публикаций по дате.";
-App::$strings["Suggested users who have volounteered to be shown as suggestions, and who we think you might find interesting."] = "Рекомендуемые пользователи, которые были представлены в качестве предложений, и которые, по нашему мнению, могут оказаться интересными.";
-App::$strings["Here you see channels you have connected to."] = "Здесь вы видите каналы, к которым вы подключились.";
-App::$strings["Save your search so you can repeat it at a later date."] = "Сохраните ваш поиск с тем, чтобы повторить его позже.";
-App::$strings["If you see this icon you can be sure that the sender is who it say it is. It is normal that it is not always possible to verify the sender, so the icon will be missing sometimes. There is usually no need to worry about that."] = "Если вы видите этот значок, вы можете быть уверены, что отправитель - это тот, кто это говорит. Это нормально, что не всегда можно проверить отправителя, поэтому значок иногда будет отсутствовать. Обычно об этом не нужно беспокоиться.";
-App::$strings["Danger! It seems someone tried to forge a message! This message is not necessarily from who it says it is from!"] = "Опасность! Кажется, кто-то пытался подделать сообщение! Это сообщение не обязательно от того, от кого оно значится!";
-App::$strings["Welcome to Hubzilla! Would you like to see a tour of the UI?</p> <p>You can pause it at any time and continue where you left off by reloading the page, or navigting to another page.</p><p>You can also advance by pressing the return key"] = "Добро пожаловать в Hubzilla! Желаете получить обзор пользовательского интерфейса?</p> <p>Вы можете его приостановаить и в любое время перезагрузив страницу или перейдя на другую.</p><p>Также вы можете нажать клавишу \"Назад\"";
App::$strings["Show Upload Limits"] = "Показать ограничения на загрузку";
App::$strings["Hubzilla configured maximum size: "] = "Максимальный размер настроенный в Hubzilla:";
App::$strings["PHP upload_max_filesize: "] = "";
@@ -3249,6 +3228,10 @@ App::$strings["Sign and forward posts and comments with no existing Diaspora sig
App::$strings["Followed hashtags (comma separated, do not include the #)"] = "Отслеживаемые теги (через запятую, исключая #)";
App::$strings["Diaspora Protocol"] = "Протокол Diaspora";
App::$strings["%1\$s dislikes %2\$s's %3\$s"] = "%1\$s не нравится %2\$s's %3\$s";
+App::$strings["Please install the statistics addon to be able to configure a diaspora relay"] = "Пожалуйста, установите расширение статистики, чтобы иметь возможность настраивать пересылку Diaspora";
+App::$strings["Diaspora Relay Handle"] = "Пересылка Diaspora";
+App::$strings["Address of a diaspora relay. Example: relay@diasporarelay.tld"] = "Адрес пересылки Diaspora. Например: relay@diasporarelay.tld";
+App::$strings["Diaspora relay could not be imported"] = "Невозможно импортировать адрес пересылки Diaspora";
App::$strings["Superblock App"] = "Приложение Superblock";
App::$strings["Block channels"] = "Заблокировать каналы";
App::$strings["superblock settings updated"] = "Настройки Superblock обновлены.";
@@ -3258,10 +3241,11 @@ App::$strings["Block Completely"] = "Заблокировать полность
App::$strings["Use markdown for editing posts"] = "Использовать язык разметки Markdown для редактирования публикаций";
App::$strings["Dreamwidth Crosspost Connector Settings saved."] = "Настройки пересылки публикаций Dreamwidth сохранены.";
App::$strings["Dreamwidth Crosspost Connector App"] = "Приложение \"Публикация в Dreamwidth\"";
-App::$strings["Relay public postings to Dreamwidth"] = "Пересылает общедоступные публикации в Dreamwidth";
+App::$strings["Relay public posts to Dreamwidth"] = "Пересылать общедоступные публикации в Dreamwidth";
App::$strings["Dreamwidth username"] = "Имя пользователя Dreamwidth";
App::$strings["Dreamwidth password"] = "Пароль Dreamwidth";
App::$strings["Post to Dreamwidth by default"] = "Публиковать в Dreamwidth по умолчанию";
+App::$strings["Link description (default:"] = "Описание ссылки (по-умолчанию:";
App::$strings["Dreamwidth Crosspost Connector"] = "Публикация в Dreamwidth";
App::$strings["Post to Dreamwidth"] = "Публиковать в Dreamwidth";
App::$strings["Post to Friendica"] = "Опубликовать в Friendica";
@@ -3326,17 +3310,9 @@ App::$strings["Send public postings to Hubzilla channel by default"] = "Отпр
App::$strings["Hubzilla API Path"] = "Путь к Hubzilla API";
App::$strings["Hubzilla login name"] = "Имя входа Hubzilla";
App::$strings["Hubzilla channel name"] = "Название канала Hubzilla";
+App::$strings["Hubzilla password"] = "Пароль Hubzilla";
App::$strings["Hubzilla Crosspost Connector"] = "Пересылка публикаций Hubzilla";
App::$strings["Post to Hubzilla"] = "Опубликовать в Hubzilla";
-App::$strings["This is a fairly comprehensive and complete guitar chord dictionary which will list most of the available ways to play a certain chord, starting from the base of the fingerboard up to a few frets beyond the twelfth fret (beyond which everything repeats). A couple of non-standard tunings are provided for the benefit of slide players, etc."] = "";
-App::$strings["Chord names start with a root note (A-G) and may include sharps (#) and flats (b). This software will parse most of the standard naming conventions such as maj, min, dim, sus(2 or 4), aug, with optional repeating elements."] = "";
-App::$strings["Valid examples include A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, Asus2Add4, E7b13b11 ..."] = "Примеры действительных включают A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, Asus2Add4, E7b13b11 ...";
-App::$strings["Guitar Chords"] = "Гитарные аккорды";
-App::$strings["The complete online chord dictionary"] = "Полный онлайн словарь аккордов";
-App::$strings["Tuning"] = "Настройка";
-App::$strings["Chord name: example: Em7"] = "Наименование аккорда - example: Em7";
-App::$strings["Show for left handed stringing"] = "Показывать струны для левшей";
-App::$strings["Quick Reference"] = "Быстрая ссылка";
App::$strings["NSFW Settings saved."] = "Настройки NSFW сохранены.";
App::$strings["NSFW App"] = "Приложение NSFW";
App::$strings["Collapse content that contains predefined words"] = "Свернуть содержимое, содержащее предопределенные слова";
@@ -3360,7 +3336,6 @@ App::$strings["Forward comments (requires hubzilla_wp plugin)"] = "Пересы
App::$strings["Wordpress Post"] = "Публикация в WordPress";
App::$strings["Post to WordPress"] = "Опубликовать в WordPress";
App::$strings["Who likes me?"] = "Кому я нравлюсь?";
-App::$strings["file"] = "файл";
App::$strings["Redmatrix File Storage Import"] = "Импорт файлового хранилища Redmatrix";
App::$strings["This will import all your Redmatrix cloud files to this channel."] = "Это позволит импортировать все ваши файлы в Redmatrix в этот канал.";
App::$strings["Gallery"] = "Галерея";
@@ -3385,6 +3360,8 @@ App::$strings["No entries."] = "Нет записей.";
App::$strings["An account has been created for you."] = "Учётная запись, которая была для вас создана.";
App::$strings["Authentication successful but rejected: account creation is disabled."] = "Аутентификация выполнена успешно, но отклонена: создание учетной записи отключено.";
App::$strings["text to include in all outgoing posts from this site"] = "текст, который будет добавлен во все исходящие публикации с этого сайта";
+App::$strings["Hide Aside App"] = "Скрывать приложения";
+App::$strings["Fade out aside areas after a while when using endless scroll"] = "Через некоторое время при использовании прокрутки область приложений исчезает";
App::$strings["Twitter settings updated."] = "Настройки Twitter обновлены";
App::$strings["Twitter Crosspost Connector App"] = "Приложение \"Публикация в Twitter\"";
App::$strings["Relay public posts to Twitter"] = "Пересылает общедоступные публикации в Twitter";
@@ -3457,8 +3434,8 @@ App::$strings["Rainbow Tag App"] = "Приложение \"Радуга тего
App::$strings["Rainbow Tag"] = "Радуга тегов";
App::$strings["Your channel has been upgraded to \$Projectname version"] = "Ваш канал был обновлён до версии \$Projectname";
App::$strings["Please have a look at the"] = "Пожалуйста, взгляните на";
-App::$strings["git history"] = "в истории git";
-App::$strings["change log"] = "журнал измнений";
+App::$strings["git history"] = "журнал изменений";
+App::$strings["change log"] = "в истории git";
App::$strings["for further info."] = "для дополнительных сведений.";
App::$strings["Upgrade Info"] = "Сведения об обновлении";
App::$strings["Do not show this again"] = "Больше не показывать";
@@ -3494,6 +3471,29 @@ App::$strings["Web link."] = "Веб-ссылка.";
App::$strings["Brief description or title"] = "Подробное описание или заголовок";
App::$strings["Notes and Info"] = "Замечания и информация";
App::$strings["Body"] = "Текст";
+App::$strings["Messages"] = "Сообщения";
+App::$strings["message"] = "сообщение";
+App::$strings["Message recalled."] = "Сообщение отозванно.";
+App::$strings["Conversation removed."] = "Беседа удалена.";
+App::$strings["Expires YYYY-MM-DD HH:MM"] = "Истекает YYYY-MM-DD HH:MM";
+App::$strings["Requested channel is not in this network"] = "Запрашиваемый канал не доступен.";
+App::$strings["Send Private Message"] = "Отправить личное сообщение";
+App::$strings["To:"] = "Кому:";
+App::$strings["Subject:"] = "Тема:";
+App::$strings["Attach file"] = "Прикрепить файл";
+App::$strings["Send"] = "Отправить";
+App::$strings["Delete message"] = "Удалить сообщение";
+App::$strings["Delivery report"] = "Отчёт о доставке";
+App::$strings["Recall message"] = "Отозвать сообщение";
+App::$strings["Message has been recalled."] = "Сообщение отозванно";
+App::$strings["Delete Conversation"] = "Удалить беседу";
+App::$strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Безопасная связь недоступна. Вы <strong>можете</strong> попытаться ответить со страницы профиля отправителя.";
+App::$strings["Send Reply"] = "Отправить ответ";
+App::$strings["Your message for %s (%s):"] = "Ваше сообщение для %s (%s):";
+App::$strings["Unable to lookup recipient."] = "Не удалось найти получателя.";
+App::$strings["Unable to communicate with requested channel."] = "Не удалось установить связь с запрашиваемым каналом.";
+App::$strings["Cannot verify requested channel."] = "Не удалось установить подлинность требуемого канала.";
+App::$strings["Selected channel has private message restrictions. Send failed."] = "Выбранный канал ограничивает частные сообщения. Отправка не удалась.";
App::$strings["TOTP Two-Step Verification"] = "Двухэтапная верификация TOTP";
App::$strings["Enter the 2-step verification generated by your authenticator app:"] = "Введите код проверки, созданный вашим приложением для аутентификации";
App::$strings["Success!"] = "Успех!";
@@ -3522,22 +3522,6 @@ App::$strings["Smileybutton App"] = "Приложение \"Кнопка со с
App::$strings["Adds a smileybutton to the jot editor"] = "Добавлять кнопку со смайликами в редактор Jot";
App::$strings["Hide the button and show the smilies directly."] = "Скрыть кнопку и сразу показывать смайлики.";
App::$strings["Smileybutton Settings"] = "Настройки кнопки со смайликами";
-App::$strings["Flattr this!"] = "Flattr это!";
-App::$strings["Flattr widget settings updated."] = "Настройки виджета Flattr обновлены.";
-App::$strings["Flattr Widget App"] = "Приложение \"Виджет Flattr\"";
-App::$strings["Add a Flattr button to your channel page"] = "Добавить кнопку Flattr на страницу вашего канала";
-App::$strings["Flattr user"] = "Пользователь Flattr";
-App::$strings["URL of the Thing to flattr"] = "URL ccылки на Flattr";
-App::$strings["If empty channel URL is used"] = "Если пусто, то используется URL канала";
-App::$strings["Title of the Thing to flattr"] = "Заголовок вещи на Flattr";
-App::$strings["If empty \"channel name on The Hubzilla\" will be used"] = "Если пусто, то будет использовано \"Название канала Hubzilla\"";
-App::$strings["Static or dynamic flattr button"] = "Статическая или динамическая кнопка Flattr";
-App::$strings["static"] = "статическая";
-App::$strings["dynamic"] = "динамическая";
-App::$strings["Alignment of the widget"] = "Выравнивание виджета";
-App::$strings["left"] = "слева";
-App::$strings["right"] = "справа";
-App::$strings["Flattr Widget"] = "Виджет Flattr";
App::$strings["lonely"] = "одинокий";
App::$strings["drunk"] = "пьяный";
App::$strings["horny"] = "возбуждённый";
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 3bee84378..545e610b5 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -22,18 +22,21 @@ body {
margin: 0px;
}
-aside {
- width: $aside_widthpx;
- min-width: $aside_widthpx;
- max-width: $aside_widthpx;
+aside#region_1 {
+ border-right: 1px solid transparent;
+ width: $left_aside_widthpx;
+ min-width: $left_aside_widthpx;
+ max-width: $left_aside_widthpx;
}
-aside #region_1 {
- border-right: 1px solid transparent;
+aside#region_3 {
+ width: $right_aside_widthpx;
+ min-width: $left_aside_widthpx;
+ max-width: $right_aside_widthpx;
}
-aside #left_aside_wrapper,
-aside #right_aside_wrapper {
+aside#left_aside_wrapper,
+aside#right_aside_wrapper {
margin-bottom: 10px;
}
@@ -796,8 +799,6 @@ div.jGrowl div.jGrowl-notification {
}
.contactname {
- font-weight: bold;
- color: $font_colour;
display: block;
overflow: hidden;
text-overflow: ellipsis;
@@ -1516,8 +1517,8 @@ blockquote {
}
main {
- left: -$aside_widthpx;
- width: calc( 100% + $aside_widthpx );
+ left: -$left_aside_widthpx;
+ width: calc( 100% + $left_aside_widthpx );
}
main.region_1-on {
@@ -1605,6 +1606,10 @@ dl.bb-dl > dd > li {
font-size: 100%;
}
+.bootstrap-tagsinput input {
+ height: 2.5rem;
+}
+
/* Abusing theme-green is less work than makeing a new new one */
.theme-green .back-bar .selected-bar {
background-color: #000000;
@@ -1624,13 +1629,14 @@ dl.bb-dl > dd > li {
}
.form-group.checkbox > div label {
- display: block; overflow: hidden; cursor: pointer;
- border: 1px solid #ccc;
- border-radius: 12px;
- margin:0px;
+ display: block; overflow: hidden; cursor: pointer;
+ border: 1px solid #ccc;
+ border-radius: 12px;
+ margin:0px;
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+ font-weight: normal;
}
.form-group.checkbox:hover label {
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 91cc0b85b..d278aa309 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -120,10 +120,10 @@ if(file_exists('view/theme/redbasic/css/style.css')) {
$x .= $schemecss;
}
- $aside_width = 288;
+ $left_aside_width = 288;
+ $right_aside_width = 288;
- // left aside and right aside are 285px + converse width
- $main_width = (($aside_width * 2) + intval($converse_width));
+ $main_width = $left_aside_width + $right_aside_width + intval($converse_width);
// prevent main_width smaller than 768px
$main_width = (($main_width < 768) ? 768 : $main_width);
@@ -150,7 +150,8 @@ if(file_exists('view/theme/redbasic/css/style.css')) {
'$pmenu_top' => $pmenu_top,
'$pmenu_reply' => $pmenu_reply,
'$main_width' => $main_width,
- '$aside_width' => $aside_width
+ '$left_aside_width' => $left_aside_width,
+ '$right_aside_width' => $right_aside_width
);
echo str_replace(array_keys($options), array_values($options), $x);
diff --git a/view/theme/redbasic/schema/simple_black_on_white_(unmaintained,deprecated).css b/view/theme/redbasic/schema/simple_black_on_white_(unmaintained,deprecated).css
deleted file mode 100644
index ab819d774..000000000
--- a/view/theme/redbasic/schema/simple_black_on_white_(unmaintained,deprecated).css
+++ /dev/null
@@ -1,322 +0,0 @@
-.generic-content-wrapper {
- border: 1px solid #fff;
- background-color: transparent;
-}
-
-.vcard, #contact-block, .widget {
- background-color: transparent;
- border: none;
- border-bottom: 1px solid #fff;
-}
-
-.abook-pending-contact, .abook-permschange {
- background: #fff;
-}
-
-#cboxContent a {
- color: #fff;
-}
-
-#cboxContent {
- color: #fff;
-}
-
-#adminpage table tr:hover {
- background-color: #fff;
-}
-
-#colorbox {
- border: 0px solid #fff;
- background-color: #fff;
-}
-
-.chat-item-text {
- background-color: #fff;
-}
-
-.fc-state-highlight {
- background: none repeat scroll 0% 0% #fff !important;
-}
-
-.well {
- background-color: #fff;
- border: 1px solid #000;
- background-image: linear-gradient(to bottom, #fff 0px, #fff 100%);
-}
-
-.alert-info {
- color: #000;
- background-color:#fff;
- border-color: #000;
- background-image: linear-gradient(to bottom, #fff 0px, #fff 100%);
-}
-
-#acl-select {
- border: 1px solid #000;
- color: #000;
-}
-
-.acl-list-item {
- border: 1px solid #000;
- background-color: #FFF;
-
-}
-
-.abook-self {
- border: 1px solid #EEE;
- color: #ccc;
- background-color: #EEE;
-}
-
-.acl-button-show,
-.acl-button-hide {
- color: #000;
-}
-
-#acl-list {
- border: 1px solid #fff;
-}
-
-.modal-content {
- background-color: #fff;
-}
-
-a.btn, aside a {
- font-weight: 400 !important;
-}
-
-.btn-default {
- background-color: #fff;
- border-color: #000;
- color: #111;
- text-shadow: none;
- box-shadow: none;
-}
-
-.btn-default:hover, .btn-default:focus, .btn-default:active .btn-default.active {
- background-color: #fff;
- border-color: #000;
- color: #000;
- text-decoration: underline;
-}
-
-.btn-default.btn-sm:hover, .btn-default.btn-sm:focus, .btn-default.btn-sm:active .btn-default.btn-sm.active {
- text-decoration: none;
-}
-
-.pager_first,
-.pager_last,
-.pager_prev,
-.pager_next,
-.pager-prev,
-.pager-next,
-.pager_n {
- border: 1px solid #000;
- background: #fff;
-}
-
-input {
- border: 1px solid #000;
-}
-
-input[type="submit"] {
- background-color: #fff;
- color: #000;
-}
-
-.notify-seen a {
- background: #fff;
- color: #fff !important;
-}
-
-.notify-seen a:hover {
- background: #fff;
- color: #000 !important;
-}
-
-nav .dropdown-menu>li>a{
- color: #000;
-}
-
-nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
- color: #000;
- background-color: #F5F5F5;
- background-image: none;
-}
-
-nav .dropdown-menu .divider{
- background-color: #F5F5F5;
-}
-
-nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
- color: #000;
- background-color: #F5F5F5;
- background-image: none;
-}
-
-nav .dropdown-menu {
- background-color: #fff;
-}
-
-a.rateme, div.rateme {
- border: 1px solid #fff;
-}
-
-#nav-search-text {
- background-color: #F5F5F5;
-}
-
-.autocomplete .selected {
- background: #F5F5F5;
-}
-
-.nav-tabs{
- border-bottom:1px solid #000;
-}
-
-.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{
- border:1px solid #000;
-}
-
-.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
- color: #000;
- background-color: #fff;
-}
-
-.nav-tabs.nav-justified > li > a {
- color: #000;
-}
-
-.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
- text-decoration: underline;
- background-color: #fff;
- color: #000;
-}
-
-aside .nav > li > a:hover, aside .nav > li > a:focus {
- text-decoration: underline;
- background-color: #F5F5F5;
-}
-
-.list-group-item {
- background-color: #F5F5F5;
-}
-
-a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
- font-weight: bold;
-}
-
-.group-selected, .fileas-selected, .categories-selected, .search-selected, a.active {
- color: #000 !important;
- text-decoration: underline !important;
-}
-
-.generic-content-wrapper-styled {
- background-color: rgba(255,255,255,0.8);
-}
-
-.autocomplete {
- background: #fff;
-}
-
-blockquote {
- background-color: #fff;
- border-left: 3px solid #000;
- color: #111;
-}
-
-code {
- border: 1px solid #000;
- background: #fff;
- color: #000;
-}
-
-pre {
- background: #fff;
- color: #111;
- border:1px solid #000;
-}
-
-.notif-item a {
- color: #000;
-}
-
-.notif-item a:hover {
- color: #000;
-}
-
-.dropdown-menu {
- background-color: #fff;
-}
-
-.dropdown-menu >li > a {
- color: #000;
-}
-
-.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
- color: #000;
- background-color: #F5F5F5;
- background-image: none;
-}
-
-.open .dropdown-toggle.btn-default {
- color: #000;
- background-color: #fff;
- border-color: #fff;
-}
-
-.preview {
- background: url('../img/gray_and_white_diagonal_stripes_background_seamless.gif');
-}
-
-@media (min-width: 768px) {
- .nav-tabs.nav-justified > li > a {
- border-bottom: 1px solid #000;
- }
-}
-
-#profile-jot-wrapper {
- background-color: inherit;
- border: none;
-}
-
-.nav-tabs.nav-justified {
- background-color: inherit;
- border: none;
-}
-
-.help-content {
- border-bottom: #000 thin solid;
-}
-
-.help-content-open {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-
-
-.contextual-help-content-open {
- background: #FFF;
-}
-
-.profile-match-wrapper {
- width: 150px;
- height: 120px;
- border: none;
-}
-
-.profile-match-name {
- width: 144px;
- white-space: nowrap;
- text-overflow: ellipsis;
-}
-
-.widget-nav-pills-icons:hover + a {
- background-color: #F5F5F5;
-}
-
-.widget-nav-pills-checkbox:hover + a {
- background-color: #F5F5F5;
-}
-
diff --git a/view/theme/redbasic/schema/simple_black_on_white_(unmaintained,deprecated).php b/view/theme/redbasic/schema/simple_black_on_white_(unmaintained,deprecated).php
deleted file mode 100644
index 554e832f0..000000000
--- a/view/theme/redbasic/schema/simple_black_on_white_(unmaintained,deprecated).php
+++ /dev/null
@@ -1,42 +0,0 @@
-<?php
-
- if (! $nav_bg)
- $nav_bg = "#fff";
- if (! $nav_gradient_top)
- $nav_gradient_top = "#fff";
- if (! $nav_gradient_bottom)
- $nav_gradient_bottom = "#fff";
- if (! $nav_active_gradient_top)
- $nav_active_gradient_top = "#fff";
- if (! $nav_active_gradient_bottom)
- $nav_active_gradient_bottom = "#fff";
- if (! $nav_bd)
- $nav_bd = "#fff";
- if (! $nav_icon_colour)
- $nav_icon_colour = "#111";
- if (! $nav_active_icon_colour)
- $nav_active_icon_colour = "#000";
- if (! $banner_colour)
- $banner_colour = "#fff";
- if (! $link_colour)
- $link_colour = "#000";
- if (! $bgcolour)
- $bgcolour = "#fff";
- if (! $toolicon_colour)
- $toolicon_colour = "#111";
- if (! $toolicon_activecolour)
- $toolicon_activecolour = "#000";
- if (! $item_colour)
- $item_colour = "rgba(255,255,255,0.8)";
- if (! $comment_item_colour)
- $comment_item_colour = "rgba(255,255,255,0.4)";
- if (! $comment_border_colour)
- $comment_border_colour = "rgba(255,255,255,0.8)";
- if (! $font_colour)
- $font_colour = "#000";
- if (! $converse_width)
- $converse_width = "1024";
-
-
-
-
diff --git a/view/theme/redbasic/schema/simple_green_on_black_(unmaintained,deprecated).css b/view/theme/redbasic/schema/simple_green_on_black_(unmaintained,deprecated).css
deleted file mode 100644
index c8ea87050..000000000
--- a/view/theme/redbasic/schema/simple_green_on_black_(unmaintained,deprecated).css
+++ /dev/null
@@ -1,408 +0,0 @@
-.generic-content-wrapper {
- border: 1px solid #000;
- background-color: transparent;
-}
-
-textarea, input, select
-{
- color: $font_colour !important;
- background: $bgcolour !important;
- border: 1px solid #143D12 !important;
- }
-
-#profile-jot-submit-wrapper {
- border-top: none;
- padding: 10px 0;
-}
-
-#jot-title-wrap {
- border-bottom: none;
- margin-bottom: 5px;
-}
-
-optgroup {
- color: #32962D !important;
-}
-
-option {
- color: $link_colour !important;
-}
-
-.vcard, #contact-block, .widget {
- background-color: transparent;
- border: none;
- border-bottom: 1px solid #fff;
-}
-
-.abook-pending-contact, .abook-permschange {
- background: #000;
-}
-
-#cboxContent a {
- color: #000;
-}
-
-#cboxContent {
- color: #000;
-}
-
-#adminpage table tr:hover {
- background-color: #000;
-}
-
-#colorbox {
- border: 0px solid #000;
- background-color: #000;
-}
-
-.chat-item-text {
- background-color: #000;
-}
-
-.fc-state-highlight {
- background: none repeat scroll 0% 0% #000 !important;
-}
-
-.well {
- background-color: #000;
- border: 1px solid #143D12;
- background-image: linear-gradient(to bottom, #000 0px, #000 100%);
-}
-
-.alert-info {
- color: #50f148;
- background-color:#000;
- border-color: #143D12;
- background-image: linear-gradient(to bottom, #000 0px, #000 100%);
-}
-
-.section-content-info-wrapper {
- color: #50f148;
- background-color:#000;
- border: 1px solid #143D12 !important;
-}
-
-.modal-header {
- border-bottom: 1px solid #143D12;
-}
-
-.modal-footer {
- border-top: 1px solid #143D12;
-}
-
-#acl-select {
- background-color: #000;
- border: 1px solid #143D12;
- color: #50f148;
-}
-
-.abook-self {
- color: #333;
- background-color: #000 !important;
- border: 1px solid #111;
-}
-
-.acl-button-show,
-.acl-button-hide {
- color: #fff;
-}
-
-#acl-list {
- border: 1px solid #143D12;
-}
-
-#acl-search-wrapper {
- border-bottom: 1px solid #143D12;
-}
-
-.acl-list-item {
- border: 1px solid #111;
- background-color:#111;
-
-}
-
-.modal-content {
- background-color: #000;
-}
-
-a.btn, aside a {
- font-weight: 400 !important;
-}
-
-.btn-default {
- background-color: #000;
- border-color: #143D12;
- color: #32962D;
- text-shadow: none;
- box-shadow: none;
-}
-
-.btn-default:hover, .btn-default:focus, .btn-default:active .btn-default.active {
- background-color: #000;
- border-color: #143D12;
- color: #50f148;
- text-decoration: underline;
-}
-
-.btn-default.btn-sm:hover, .btn-default.btn-sm:focus, .btn-default.btn-sm:active .btn-default.btn-sm.active {
- text-decoration: none;
-}
-
-.pager_first,
-.pager_last,
-.pager_prev,
-.pager_next,
-.pager-prev,
-.pager-next,
-.pager_n {
- border: 1px solid #143D12;
- background: #000;
-}
-
-input {
- border: 1px solid #143D12;
-}
-
-input[type="submit"] {
- background-color: #000;
- color: #50f148;
-}
-
-.notify-seen a {
- background: #000;
- color: #000 !important;
-}
-
-.notify-seen a:hover {
- background: #000;
- color: #50f148 !important;
-}
-
-nav .dropdown-menu>li>a {
- color: #50f148;
-}
-
-nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus {
- color: #50f148;
- background-color: #143D12;
- background-image: none;
-}
-
-
-nav .dropdown-menu .divider {
- background-color: #143D12;
-}
-
-nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus {
- color: #50f148;
- background-color: #143D12;
- background-image: none;
-}
-
-nav .dropdown-menu {
- background-color: #000;
-}
-
-.rconnect {
- color: #50f148;
-}
-
-a.rateme, div.rateme {
- color: #50f148;
- border: 1px solid #000;
-}
-
-a.rconnect, a.rateme, div.rateme {
- color: #50f148;
-}
-
-.navbar-inverse .navbar-nav > .open > a,
-.navbar-inverse .navbar-nav > .open > a:hover,
-.navbar-inverse .navbar-nav > .open > a:focus {
- color: #50f148;
-}
-
-#nav-search-text {
- background-color: #000;
-}
-
-.autocomplete .selected {
- background: #000;
-}
-
-.nav-tabs{
- border-bottom:1px solid #143D12;
-}
-
-.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{
- border:1px solid #143D12;
-}
-
-.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
- color: #46D43F;
- background-color: #000;
-}
-
-.nav-tabs.nav-justified > li > a {
- color: #50f148;
-}
-
-.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
- text-decoration: underline;
- background-color: #000;
- color: #50f148;
- border-color: #143D12;
-}
-
-aside .nav > li > a:hover, aside .nav > li > a:focus {
- text-decoration: underline;
- background-color: #143D12;
-}
-
-.list-group-item {
- background-color: #143D12;
-}
-
-a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
- font-weight: bold;
-}
-
-.group-selected, .fileas-selected, .categories-selected, .search-selected, a.active {
- color: #50f148 !important;
- text-decoration: underline !important;
-}
-
-.generic-content-wrapper-styled {
- background-color: rgba(0,0,0,0.8);
-}
-
-.autocomplete {
- background: #000;
-}
-
-blockquote {
- background-color: #000;
- border-left: 3px solid #143D12;
- color: #32962D;
-}
-
-code {
- border: 1px solid #143D12;
- background: #000;
- color: #32962D;
-}
-
-pre {
- background: #000;
- color: #32962D;
- border:1px solid #143D12;
-}
-
-.notif-item a {
- color: #50f148;
-}
-
-.notif-item a:hover {
- color: #50f148;
-}
-
-.dropdown-menu {
- background-color: #000;
-}
-
-.dropdown-menu >li > a {
- color: #32962D;
-}
-
-.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
- color: #50f148;
- background-color: #143D12;
- background-image: none;
-}
-
-.open .dropdown-toggle.btn-default, .open .dropdown-toggle.btn-default:focus {
- color: #50f148;
- background-color: #000;
- border-color: #143D12;
-}
-
-.preview {
- background: url('../img/gray_and_black_diagonal_stripes_background_seamless.gif');
-}
-
-
-@media (min-width: 768px) {
- .nav-tabs.nav-justified > li > a {
- border-bottom: 1px solid #143D12;
- }
-}
-
-#profile-jot-wrapper {
- background-color: inherit;
- border: none;
-}
-
-.nav-tabs.nav-justified {
- background-color: inherit;
- border: none;
-}
-
-.table-striped > tbody > tr:nth-of-type(2n+1) {
- background-color: #000;
-}
-
-.table-hover > tbody > tr:hover {
- background-color: #143D12;
-}
-
-.table > tbody > tr > td {
- border-color: #143D12;
-}
-
-.help-content {
- border-bottom: #143D12 thin solid;
-}
-
-.help-content-open {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-
-.contextual-help-content-open {
- background: $nav_bg;
- border-bottom: #1C5419 1px solid;
- box-shadow: 0px 3px 3px rgba(28,84,25,0.2);
-}
-
-.contextual-help-tool {
- opacity: 0.5;
-}
-
-.contextual-help-tool:hover {
- opacity: 1;
-}
-
-.contextual-help-tool i {
- color: $link_colour;
-}
-
-.profile-match-wrapper {
- width: 150px;
- height: 120px;
- border: none;
-}
-
-.profile-match-name {
- width: 144px;
- white-space: nowrap;
- text-overflow: ellipsis;
-}
-
-.widget-nav-pills-icons:hover + a {
- background-color: #143D12;
-}
-
-.widget-nav-pills-checkbox:hover + a {
- background-color: #143D12;
-}
diff --git a/view/theme/redbasic/schema/simple_green_on_black_(unmaintained,deprecated).php b/view/theme/redbasic/schema/simple_green_on_black_(unmaintained,deprecated).php
deleted file mode 100644
index 8192180db..000000000
--- a/view/theme/redbasic/schema/simple_green_on_black_(unmaintained,deprecated).php
+++ /dev/null
@@ -1,38 +0,0 @@
-<?php
-
- if (! $nav_bg)
- $nav_bg = "#000";
- if (! $nav_gradient_top)
- $nav_gradient_top = "#000";
- if (! $nav_gradient_bottom)
- $nav_gradient_bottom = "#000";
- if (! $nav_active_gradient_top)
- $nav_active_gradient_top = "#000";
- if (! $nav_active_gradient_bottom)
- $nav_active_gradient_bottom = "#000";
- if (! $nav_bd)
- $nav_bd = "#000";
- if (! $nav_icon_colour)
- $nav_icon_colour = "#32962D";
- if (! $nav_active_icon_colour)
- $nav_active_icon_colour = "#50f148";
- if (! $banner_colour)
- $banner_colour = "#000";
- if (! $link_colour)
- $link_colour = "#50f148";
- if (! $bgcolour)
- $bgcolour = "#000";
- if (! $toolicon_colour)
- $toolicon_colour = "#32962D";
- if (! $toolicon_activecolour)
- $toolicon_activecolour = "#50f148";
- if (! $item_colour)
- $item_colour = "rgba(0,0,0,0.8)";
- if (! $comment_item_colour)
- $comment_item_colour = "rgba(0,0,0,0.4)";
- if (! $comment_border_colour)
- $comment_border_colour = "rgba(0,0,0,0.8)";
- if (! $font_colour)
- $font_colour = "#46D43F";
- if (! $converse_width)
- $converse_width = "1024";
diff --git a/view/theme/redbasic/schema/simple_white_on_black_(unmaintained,deprecated).css b/view/theme/redbasic/schema/simple_white_on_black_(unmaintained,deprecated).css
deleted file mode 100644
index ea04d4d9e..000000000
--- a/view/theme/redbasic/schema/simple_white_on_black_(unmaintained,deprecated).css
+++ /dev/null
@@ -1,382 +0,0 @@
-.generic-content-wrapper {
- border: 1px solid #000;
- background-color: transparent;
-}
-
-textarea, input, select
-{
- color: $font_colour !important;
- background: $bgcolour !important;
- border: 1px solid #FFF !important;
- }
-
-#profile-jot-submit-wrapper {
- border-top: none;
- padding: 10px 0;
-}
-
-#jot-title-wrap {
- border-bottom: none;
- margin-bottom: 5px;
-}
-
-optgroup {
- color: #FFF !important;
-}
-
-option {
- color: $link_colour !important;
-}
-
-.vcard, #contact-block, .widget {
- background-color: transparent;
- border: none;
- border-bottom: 1px solid #fff;
-}
-
-#cboxContent a {
- color: #000;
-}
-
-#cboxContent {
- color: #000;
-}
-
-#adminpage table tr:hover {
- background-color: #000;
-}
-
-#colorbox {
- border: 0px solid #000;
- background-color: #000;
-}
-
-.chat-item-text {
- background-color: #000;
-}
-
-.fc-state-highlight {
- background: none repeat scroll 0% 0% #000 !important;
-}
-
-.well {
- background-color: #000;
- border: 1px solid #fff;
- background-image: linear-gradient(to bottom, #000 0px, #000 100%);
-}
-
-.alert-info {
- color: #fff;
- background-color:#000;
- border-color: #fff;
- background-image: linear-gradient(to bottom, #000 0px, #000 100%);
-}
-
-.section-content-info-wrapper {
- color: #fff;
- background-color:#000;
- border: 1px solid #fff !important;
-}
-
-.modal-header {
- border-bottom: 1px solid #000;
-}
-
-.modal-footer {
- border-top: 1px solid #000;
-}
-
-#acl-select {
- background-color: #000;
- border: 1px solid #fff;
- color: #fff;
-}
-
-.abook-self {
- color: #333;
- background-color: #111 !important;
- border: 1px solid #111;
-}
-
-.acl-button-show,
-.acl-button-hide {
- color: #fff;
-}
-
-#acl-list {
- border: 1px solid #000;
-}
-
-#acl-search-wrapper {
- border-bottom: 1px solid #000;
-}
-
-.acl-list-item {
- border: 1px solid #fff;
- background-color:#000;
-}
-
-.modal-content {
- background-color: #000;
-}
-
-a.btn, aside a {
- font-weight: 400 !important;
-}
-
-.btn-default {
- background-color: #000;
- border-color: #fff;
- color: #eee;
- text-shadow: none;
- box-shadow: none;
-}
-
-.btn-default:hover, .btn-default:focus, .btn-default:active .btn-default.active {
- background-color: #000;
- border-color: #fff;
- color: #fff;
- text-decoration: underline;
-}
-
-.btn-default.btn-sm:hover, .btn-default.btn-sm:focus, .btn-default.btn-sm:active .btn-default.btn-sm.active {
- text-decoration: none;
-}
-
-.pager_first,
-.pager_last,
-.pager_prev,
-.pager_next,
-.pager-prev,
-.pager-next,
-.pager_n {
- border: 1px solid #fff;
- background: #000;
-}
-
-input {
- border: 1px solid #fff;
-}
-
-input[type="submit"] {
- background-color: #000;
- color: #fff;
-}
-
-.notify-seen a {
- background: #000;
- color: #000 !important;
-}
-
-.notify-seen a:hover {
- background: #000;
- color: #fff !important;
-}
-
-nav .dropdown-menu>li>a{
- color: #fff;
-}
-
-nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
- color: #fff;
- background-color: #030303;
- background-image: none;
-}
-
-nav .dropdown-menu .divider{
- background-color: #030303;
-}
-
-nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
- color: #fff;
- background-color: #030303;
- background-image: none;
-}
-
-nav .dropdown-menu {
- background-color: #000;
-}
-
-a.rateme, div.rateme {
- border: 1px solid #000;
-}
-
-#nav-search-text {
- background-color: #000;
-}
-
-.autocomplete .selected {
- background: #000;
-}
-
-.nav-tabs{
- border-bottom:1px solid #fff;
-}
-
-.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{
- border:1px solid #fff;
-}
-
-.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
- color: #fff;
- background-color: #000;
-}
-
-.nav-tabs.nav-justified > li > a {
- color: #fff;
-}
-
-.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
- text-decoration: underline;
- background-color: #000;
- color: #fff;
-}
-
-aside .nav > li > a:hover, aside .nav > li > a:focus {
- text-decoration: underline;
- background-color: #030303;
-}
-
-.list-group-item {
- background-color: #030303;
-}
-
-a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
- font-weight: bold;
-}
-
-.group-selected, .fileas-selected, .categories-selected, .search-selected, a.active {
- color: #fff !important;
- text-decoration: underline !important;
-}
-
-.generic-content-wrapper-styled {
- background-color: rgba(0,0,0,0.8);
-}
-
-.autocomplete {
- background: #000;
-}
-
-blockquote {
- background-color: #000;
- border-left: 3px solid #fff;
- color: #eee;
-}
-
-code {
- border: 1px solid #eee;
- background: #000;
- color: #eee;
-}
-
-pre {
- background: #000;
- color: #eee;
- border:1px solid #fff;
-}
-
-.notif-item a {
- color: #fff;
-}
-
-.notif-item a:hover {
- color: #fff;
-}
-
-.dropdown-menu {
- background-color: #000;
-}
-
-.dropdown-menu >li > a {
- color: #fff;
-}
-
-.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
- color: #fff;
- background-color: #030303;
- background-image: none;
-}
-
-.open .dropdown-toggle.btn-default, .open .dropdown-toggle.btn-default:focus {
- color: #fff;
- background-color: #000;
- border-color: #fff;
-}
-
-.preview {
- background: url('../img/gray_and_black_diagonal_stripes_background_seamless.gif');
-}
-
-@media (min-width: 768px) {
- .nav-tabs.nav-justified > li > a {
- border-bottom: 1px solid #fff;
- }
-}
-
-#profile-jot-wrapper {
- background-color: inherit;
- border: none;
-}
-
-.nav-tabs.nav-justified {
- background-color: inherit;
- border: none;
-}
-
-.table-striped > tbody > tr:nth-of-type(2n+1), .table-hover > tbody > tr:hover {
- background-color: #030303;
-}
-
-.table > tbody > tr > td {
- border-color: #FFF;
-}
-
-.help-content {
- border-bottom: #FFF thin solid;
-}
-
-.help-content-open {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-
-.contextual-help-content-open {
- background: $nav_bg;
- border-bottom: #FFF 1px solid;
- box-shadow: 0px 3px 3px rgba(255,255,255,0.2);
-}
-
-.contextual-help-tool {
- opacity: 0.5;
-}
-
-.contextual-help-tool:hover {
- opacity: 1;
-}
-
-.contextual-help-tool i {
- color: $link_colour;
-}
-
-.profile-match-wrapper {
- width: 150px;
- height: 120px;
- border: none;
-}
-
-.profile-match-name {
- width: 144px;
- white-space: nowrap;
- text-overflow: ellipsis;
-}
-
-.widget-nav-pills-icons:hover + a {
- background-color: #030303;
-}
-
-.widget-nav-pills-checkbox:hover + a {
- background-color: #030303;
-}
-
diff --git a/view/theme/redbasic/schema/simple_white_on_black_(unmaintained,deprecated).php b/view/theme/redbasic/schema/simple_white_on_black_(unmaintained,deprecated).php
deleted file mode 100644
index b64f60bbe..000000000
--- a/view/theme/redbasic/schema/simple_white_on_black_(unmaintained,deprecated).php
+++ /dev/null
@@ -1,38 +0,0 @@
-<?php
-
- if (! $nav_bg)
- $nav_bg = "#000";
- if (! $nav_gradient_top)
- $nav_gradient_top = "#000";
- if (! $nav_gradient_bottom)
- $nav_gradient_bottom = "#000";
- if (! $nav_active_gradient_top)
- $nav_active_gradient_top = "#000";
- if (! $nav_active_gradient_bottom)
- $nav_active_gradient_bottom = "#000";
- if (! $nav_bd)
- $nav_bd = "#000";
- if (! $nav_icon_colour)
- $nav_icon_colour = "#eee";
- if (! $nav_active_icon_colour)
- $nav_active_icon_colour = "#fff";
- if (! $banner_colour)
- $banner_colour = "#000";
- if (! $link_colour)
- $link_colour = "#fff";
- if (! $bgcolour)
- $bgcolour = "#000";
- if (! $toolicon_colour)
- $toolicon_colour = "#eee";
- if (! $toolicon_activecolour)
- $toolicon_activecolour = "#fff";
- if (! $item_colour)
- $item_colour = "rgba(0,0,0,0.8)";
- if (! $comment_item_colour)
- $comment_item_colour = "rgba(0,0,0,0.4)";
- if (! $comment_border_colour)
- $comment_border_colour = "rgba(0,0,0,0.8)";
- if (! $font_colour)
- $font_colour = "#fff";
- if (! $converse_width)
- $converse_width = "1024";
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl
index 3d05cb455..c58a345e5 100755
--- a/view/tpl/acl_selector.tpl
+++ b/view/tpl/acl_selector.tpl
@@ -15,12 +15,14 @@
{{if $aclModalDesc}}
<div id="acl-dialog-description" class="section-content-info-wrapper">{{$aclModalDesc}}</div>
{{/if}}
- <label for="acl-select">{{$select_label}}</label>
+ <label for="acl-select">{{if $aclModalDesc}}<i class="fa fa-send-o"></i> {{/if}}{{$select_label}}</label>
<select id="acl-select" name="optionsRadios" class="form-control form-group">
<option id="acl-showall" value="public" {{$public_selected}}>{{$showall}}</option>
- {{$groups}}
<option id="acl-onlyme" value="onlyme" {{$justme_selected}}>{{$onlyme}}</option>
- <option id="acl-custom" value="custom" {{$custom_selected}}>{{$custom}}</option>
+ {{$groups}}
+ <optgroup label = "{{$custom_label}}">;
+ <option id="acl-custom" value="custom" {{$custom_selected}}>{{$custom}}</option>
+ </optgroup>;
</select>
{{if $showallOrigin}}
@@ -39,8 +41,8 @@
<div class="list-group-item acl-list-item" rel="acl-template" style="display:none">
<div class="acl-item-header clearfix">
- <img class="menu-img-3" data-src="{0}">
- <span class="contactname">{1}</span>
+ <img class="menu-img-3" data-src="{0}" loading="lazy" />
+ <span class="font-weight-bold contactname">{1}</span>
<span class="dropdown-sub-text">{6}</span>
</div>
<button class="acl-button-hide btn btn-sm btn-outline-danger"><i class="fa fa-times"></i> {{$hide}}</button>
diff --git a/view/tpl/activity_filter_widget.tpl b/view/tpl/activity_filter_widget.tpl
index 7d10100ba..779786828 100644
--- a/view/tpl/activity_filter_widget.tpl
+++ b/view/tpl/activity_filter_widget.tpl
@@ -9,7 +9,7 @@
</h3>
{{$content}}
{{if $name}}
- <div class="notifications-textinput">
+ <div id="cid-filter-wrapper" class="notifications-textinput">
<form method="get" action="{{$name.url}}" role="search">
<div class="text-muted notifications-textinput-filter"><i class="fa fa-fw fa-filter"></i></div>
<input id="cid" type="hidden" value="" name="cid" />
diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl
index cacbf7e64..774b75b31 100644
--- a/view/tpl/app.tpl
+++ b/view/tpl/app.tpl
@@ -31,8 +31,8 @@
<a class="dropdown-item{{if $app.active}} active{{/if}}" href="{{$app.url}}">{{if $icon}}<i class="generic-icons-nav fa fa-fw fa-{{$icon}}"></i>{{else}}<img src="{{$app.photo}}" width="16" height="16" style="margin-right:9px;"/>{{/if}}{{$app.name}}</a>
{{/if}}
{{if $order}}
-<a href="{{$hosturl}}appman/{{$app.guid}}/moveup{{if $pinned}}/nav_pinned_app{{else}}/nav_featured_app{{/if}}" class="btn btn-outline-secondary btn-sm" style="margin-bottom: 5px;"><i class="generic-icons-nav fa fa-fw fa-arrow-up"></i></a>
-<a href="{{$hosturl}}appman/{{$app.guid}}/movedown{{if $pinned}}/nav_pinned_app{{else}}/nav_featured_app{{/if}}" class="btn btn-outline-secondary btn-sm" style="margin-bottom: 5px;"><i class="generic-icons-nav fa fa-fw fa-arrow-down"></i></a>
+<a href="{{$hosturl}}appman/{{$app.guid}}/moveup{{if $mode == 'nav-order-pinned'}}/nav_pinned_app{{else}}/nav_featured_app{{/if}}" class="btn btn-outline-secondary btn-sm" style="margin-bottom: 5px;"><i class="generic-icons-nav fa fa-fw fa-arrow-up"></i></a>
+<a href="{{$hosturl}}appman/{{$app.guid}}/movedown{{if $mode == 'nav-order-pinned'}}/nav_pinned_app{{else}}/nav_featured_app{{/if}}" class="btn btn-outline-secondary btn-sm" style="margin-bottom: 5px;"><i class="generic-icons-nav fa fa-fw fa-arrow-down"></i></a>
{{if $icon}}<i class="generic-icons-nav fa fa-fw fa-{{$icon}}"></i>{{else}}<img src="{{$app.photo}}" width="16" height="16" style="margin-right:9px;"/>{{/if}}{{$app.name}}<br>
{{/if}}
diff --git a/view/tpl/build_query.tpl b/view/tpl/build_query.tpl
index fcb22b605..bbe0ac7ee 100755
--- a/view/tpl/build_query.tpl
+++ b/view/tpl/build_query.tpl
@@ -17,6 +17,7 @@
var bParam_wall = {{$wall}};
var bParam_list = {{$list}};
var bParam_fh = {{$fh}};
+ var bParam_dm = {{$dm}};
var bParam_static = {{$static}};
var bParam_search = "{{$search}}";
@@ -50,6 +51,7 @@
if(bParam_wall != 0) bCmd = bCmd + "&wall=" + bParam_wall;
if(bParam_list != 0) bCmd = bCmd + "&list=" + bParam_list;
if(bParam_fh != 0) bCmd = bCmd + "&fh=" + bParam_fh;
+ if(bParam_dm != 0) bCmd = bCmd + "&dm=" + bParam_dm;
if(bParam_search != "") bCmd = bCmd + "&search=" + bParam_search;
if(bParam_xchan != "") bCmd = bCmd + "&xchan=" + bParam_xchan;
if(bParam_order != "") bCmd = bCmd + "&order=" + bParam_order;
diff --git a/view/tpl/cdav_calendar.tpl b/view/tpl/cdav_calendar.tpl
index 01739dd5b..28cd11b2e 100644
--- a/view/tpl/cdav_calendar.tpl
+++ b/view/tpl/cdav_calendar.tpl
@@ -100,7 +100,7 @@ $(document).ready(function() {
$('#event_submit').val('create_event').html('{{$create}}');
$('#event_delete').hide();
- new_event = { id: new_event_id, title: 'New event', start: info.date.toUTCString(), end: dtend ? dtend.toUTCString() : '', allDay: info.allDay, editable: true, color: '#bbb' };
+ new_event = { id: new_event_id, title: 'New event', start: info.date, end: dtend ? dtend : '', allDay: info.allDay, editable: true, color: '#bbb' };
calendar.addEvent(new_event);
},
diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl
index c189cbd15..7ef957b7e 100644
--- a/view/tpl/chat.tpl
+++ b/view/tpl/chat.tpl
@@ -70,7 +70,7 @@
</div>
{{if $feature_encrypt}}
<div class="btn-group mr-2 d-none d-md-flex">
- <button id="chat-encrypt-wrapper" class="btn btn-outline-secondary btn-sm" onclick="red_encrypt('{{$cipher}}', '#chatText', $('#chatText').val()); return false;">
+ <button id="chat-encrypt-wrapper" class="btn btn-outline-secondary btn-sm" onclick="hz_encrypt('{{$cipher}}', '#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="red_encrypt('{{$cipher}}', '#chatText' ,$('#chatText').val()); return false;"><i class="fa fa-key"></i>&nbsp;{{$encrypt}}</a>
+ <a class="dropdown-item" href="#" onclick="hz_encrypt('{{$cipher}}', '#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 3b51971ec..0b2ef1a1c 100755
--- a/view/tpl/comment_item.tpl
+++ b/view/tpl/comment_item.tpl
@@ -50,7 +50,7 @@
</div>
{{if $feature_encrypt}}
<div class="btn-group mr-2">
- <button class="btn btn-outline-secondary btn-sm" title="{{$encrypt}}" onclick="red_encrypt('{{$cipher}}','#comment-edit-text-' + '{{$id}}',''); return false;">
+ <button class="btn btn-outline-secondary btn-sm" title="{{$encrypt}}" onclick="hz_encrypt('{{$cipher}}','#comment-edit-text-' + '{{$id}}'); return false;">
<i class="fa fa-key comment-icon"></i>
</button>
</div>
diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl
index de22bcdbb..86a230c7f 100755
--- a/view/tpl/connection_template.tpl
+++ b/view/tpl/connection_template.tpl
@@ -22,11 +22,9 @@
<div class="section-content-tools-wrapper">
<div class="contact-photo-wrapper" >
<a href="{{$contact.url}}" title="{{$contact.img_hover}}" >
- <img class="directory-photo-img {{if $contact.classes}}{{$contact.classes}}{{/if}}" src="{{$contact.thumb}}" alt="{{$contact.name}}" />
+ <img class="directory-photo-img {{if $contact.classes}}{{$contact.classes}}{{/if}}" src="{{$contact.thumb}}" alt="{{$contact.name}}" loading="lazy" />
</a>
- {{if $contact.oneway}}
- <i class="fa fa-fw fa-minus-circle oneway-overlay text-danger"></i>
- {{/if}}
+ {{include "connstatus.tpl" perminfo=$contact.perminfo}}
</div>
<div class="contact-info">
{{if $contact.status}}
diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl
index 021c33146..fedcff1e3 100755
--- a/view/tpl/connections.tpl
+++ b/view/tpl/connections.tpl
@@ -20,7 +20,7 @@
<div class="input-group form-group">
<input type="text" name="search" id="contacts-search" class="form-control" onfocus="this.select();" value="{{$search}}" placeholder="{{$desc}}" />
<div class="input-group-append">
- <button id="contacts-search-submit" class="btn btn-outline-secondary" type="submit"><i class="fa fa-fw fa-search"></i></button>
+ <button id="contacts-search-submit" class="btn btn-sm btn-outline-secondary" type="submit"><i class="fa fa-fw fa-search"></i></button>
</div>
</div>
</form>
diff --git a/view/tpl/connstatus.tpl b/view/tpl/connstatus.tpl
new file mode 100644
index 000000000..667775f3a
--- /dev/null
+++ b/view/tpl/connstatus.tpl
@@ -0,0 +1 @@
+<i class="fa fa-fw fa-comments oneway-overlay text-{{if $perminfo.connpermcount == 3}}success{{elseif $perminfo.connpermcount > 0}}warning{{else}}danger{{/if}}" title="{{$perminfo.connperms}}"></i>
diff --git a/view/tpl/contact_template.tpl b/view/tpl/contact_template.tpl
index 2a2f996f4..7c8c02ea2 100755
--- a/view/tpl/contact_template.tpl
+++ b/view/tpl/contact_template.tpl
@@ -1,9 +1,7 @@
<div class="contact-entry-wrapper" id="contact-entry-wrapper-{{$contact.id}}" >
<div class="contact-entry-photo-wrapper" >
- <a href="{{$contact.link}}" title="{{$contact.img_hover}}" ><img class="contact-block-img" src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a>
- {{if $contact.oneway}}
- <i class="fa fa-fw fa-minus-circle oneway-overlay text-danger"></i>
- {{/if}}
+ <a href="{{$contact.link}}" title="{{$contact.img_hover}}" ><img class="contact-block-img" src="{{$contact.thumb}}" alt="{{$contact.name}}" loading="lazy" /></a>
+ {{if $contact.perminfo}}{{include "connstatus.tpl" perminfo=$contact.perminfo}}{{/if}}
</div>
<div class="contact-entry-photo-end" ></div>
<div class="contact-entry-name" id="contact-entry-name-{{$contact.id}}" >{{$contact.name}}</div>
diff --git a/view/tpl/conv_frame.tpl b/view/tpl/conv_frame.tpl
index c6b3b0d9b..be74dea39 100755
--- a/view/tpl/conv_frame.tpl
+++ b/view/tpl/conv_frame.tpl
@@ -3,6 +3,7 @@
<div id="conversation-end"></div>
<div id="page-spinner" class="spinner-wrapper">
<div class="spinner m"></div>
+ <div id="image_counter" class="text-muted text-center small"></div>
</div>
<div class="modal" id="conversation_settings" tabindex="-1" role="dialog" aria-labelledby="conversation_settings_label" aria-hidden="true">
<div class="modal-dialog">
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index 186551e2d..d7eaefe7e 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -4,9 +4,9 @@
</div>
<div id="collapsed-comments-{{$item.id}}" class="collapsed-comments" style="display: none;">
{{/if}}
- <div id="thread-wrapper-{{$item.id}}" class="thread-wrapper{{if $item.toplevel}} {{$item.toplevel}} generic-content-wrapper h-entry {{else}} u-comment h-cite {{/if}} item_{{$item.submid}}">
+ <div id="thread-wrapper-{{$item.id}}" class="thread-wrapper{{if $item.toplevel}} {{$item.toplevel}} generic-content-wrapper h-entry {{else}} u-comment h-cite{{/if}}" data-b64mids='{{$item.mids}}'>
<a name="item_{{$item.id}}" ></a>
- <div class="wall-item-outside-wrapper{{if $item.is_comment}} comment{{/if}}{{if $item.previewing}} preview{{/if}}" data-mid="{{$item.mid}}" id="wall-item-outside-wrapper-{{$item.id}}" >
+ <div class="wall-item-outside-wrapper{{if $item.is_comment}} comment{{/if}}{{if $item.previewing}} preview{{/if}}" id="wall-item-outside-wrapper-{{$item.id}}" >
<div class="clearfix wall-item-content-wrapper{{if $item.is_comment}} comment{{/if}}" id="wall-item-content-wrapper-{{$item.id}}">
{{if $item.photo}}
<div class="wall-photo-item" id="wall-photo-item-{{$item.id}}">
@@ -30,9 +30,12 @@
{{if $item.thr_parent}}
<a href="javascript:doscroll('{{$item.thr_parent}}',{{$item.parent}});" title="{{$item.top_hint}}" class="float-right"><i class="fa fa-angle-double-up">&nbsp;&nbsp;&nbsp;</i></a>
{{/if}}
+ {{if $item.pinned}}
+ <span class="float-right wall-item-pinned" title="{{$item.pinned}}" id="wall-item-pinned-{{$item.id}}"><i class="fa fa-thumb-tack">&nbsp;</i></span>
+ {{/if}}
<div class="wall-item-info" id="wall-item-info-{{$item.id}}" >
<div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}} h-card p-author" id="wall-item-photo-wrapper-{{$item.id}}">
- <img src="{{$item.thumb}}" class="fakelink wall-item-photo{{$item.sparkle}} u-photo p-name" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" data-toggle="dropdown" />
+ <img src="{{$item.thumb}}" class="fakelink wall-item-photo{{$item.sparkle}} u-photo p-name" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" loading="lazy" data-toggle="dropdown" />
{{if $item.thread_author_menu}}
<i class="fa fa-caret-down wall-item-photo-caret cursor-pointer" data-toggle="dropdown"></i>
<div class="dropdown-menu">
@@ -51,10 +54,10 @@
{{/if}}
<div class="wall-item-author">
{{if $item.previewing}}<span class="preview-indicator"><i class="fa fa-eye" title="{{$item.preview_lbl}}"></i></span>&nbsp;{{/if}}
- <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link u-url"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}}&nbsp;{{$item.via}}&nbsp;<a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}}
+ <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link u-url"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" ><bdi>{{$item.name}}</bdi></span></a>{{if $item.owner_url}}&nbsp;{{$item.via}}&nbsp;<a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}"><bdi>{{$item.owner_name}}</bdi></span></a>{{/if}}
</div>
<div class="wall-item-ago" id="wall-item-ago-{{$item.id}}">
- {{if $item.verified}}<i class="fa fa-check item-verified" title="{{$item.verified}}"></i>&nbsp;{{elseif $item.forged}}<i class="fa fa-exclamation item-forged" title="{{$item.forged}}"></i>&nbsp;{{/if}}{{if $item.location}}<span class="wall-item-location p-location" id="wall-item-location-{{$item.id}}">{{$item.location}},&nbsp;</span>{{/if}}<span 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}}</span>{{if $item.editedtime}}&nbsp;<i class="fa fa-pencil"></i>{{/if}}&nbsp;{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}
+ {{if $item.verified}}<i class="fa fa-check item-verified" title="{{$item.verified}}"></i>&nbsp;{{elseif $item.forged}}<i class="fa fa-exclamation item-forged" title="{{$item.forged}}"></i>&nbsp;{{/if}}{{if $item.location}}<span class="wall-item-location p-location" id="wall-item-location-{{$item.id}}">{{$item.location}},&nbsp;</span>{{/if}}<span 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}}</span>&nbsp;{{if $item.delayed}}<i class="fa fa-clock-o"></i>{{/if}}{{if $item.editedtime}}&nbsp;<i class="fa fa-pencil"></i>{{/if}}&nbsp;{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}
</div>
</div>
{{if $item.divider}}
@@ -168,6 +171,9 @@
{{if $item.filer}}
<a class="dropdown-item" href="#" onclick="itemFiler({{$item.id}}); return false;"><i id="filer-{{$item.id}}" class="generic-icons-nav fa fa-fw fa-folder-open" title="{{$item.filer}}"></i>{{$item.filer}}</a>
{{/if}}
+ {{if $item.pinnable}}
+ <a class="dropdown-item dropdown-item-pinnable" href="#" onclick="dopin({{$item.id}}); return false;" id="item-pinnable-{{$item.id}}"><i class="generic-icons-nav fa fa-fw fa-thumb-tack"></i>{{$item.pinme}}</a>
+ {{/if}}
{{if $item.bookmark}}
<a class="dropdown-item" href="#" onclick="itemBookmark({{$item.id}}); return false;"><i id="bookmarker-{{$item.id}}" class="generic-icons-nav fa fa-fw fa-bookmark" title="{{$item.bookmark}}"></i>{{$item.bookmark}}</a>
{{/if}}
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl
index 8c5b47bf3..113cf2324 100755
--- a/view/tpl/conv_list.tpl
+++ b/view/tpl/conv_list.tpl
@@ -4,7 +4,7 @@
</div>
<div id="collapsed-comments-{{$item.id}}" class="collapsed-comments" style="display: none;">
{{/if}}
- <div id="thread-wrapper-{{$item.id}}" class="thread-wrapper{{if $item.toplevel}} {{$item.toplevel}} generic-content-wrapper h-entry {{else}} u-comment h-cite {{/if}} item_{{$item.submid}}">
+ <div id="thread-wrapper-{{$item.id}}" class="thread-wrapper{{if $item.toplevel}} {{$item.toplevel}} generic-content-wrapper h-entry {{else}} u-comment h-cite {{/if}}" data-b64mids='{{$item.mids}}'>
<a name="item_{{$item.id}}" ></a>
<div class="wall-item-outside-wrapper{{if $item.is_comment}} comment{{/if}}{{if $item.previewing}} preview{{/if}}" id="wall-item-outside-wrapper-{{$item.id}}" >
<div class="clearfix wall-item-content-wrapper{{if $item.is_comment}} comment{{/if}}" id="wall-item-content-wrapper-{{$item.id}}">
@@ -29,7 +29,7 @@
<div class="p-2 clearfix wall-item-head{{if !$item.title && !$item.event && !$item.photo}} rounded-top{{/if}}{{if $item.is_new && !$item.event && !$item.is_comment}} wall-item-head-new{{/if}}">
<div class="wall-item-info" id="wall-item-info-{{$item.id}}" >
<div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}} h-card p-author" id="wall-item-photo-wrapper-{{$item.id}}">
- <img src="{{$item.thumb}}" class="fakelink wall-item-photo{{$item.sparkle}} u-photo p-name" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" data-toggle="dropdown" /></a>
+ <img src="{{$item.thumb}}" class="fakelink wall-item-photo{{$item.sparkle}} u-photo p-name" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" data-toggle="dropdown" loading="lazy" /></a>
{{if $item.thread_author_menu}}
<i class="fa fa-caret-down wall-item-photo-caret cursor-pointer" data-toggle="dropdown"></i>
<div class="dropdown-menu">
@@ -48,7 +48,7 @@
</div>
{{/if}}
<div class="wall-item-author">
- <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link u-url"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}}&nbsp;{{$item.via}}&nbsp;<a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}}
+ <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link u-url"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" ><bdi>{{$item.name}}</bdi></span></a>{{if $item.owner_url}}&nbsp;{{$item.via}}&nbsp;<a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}"><bdi>{{$item.owner_name}}</bdi></span></a>{{/if}}
</div>
<div class="wall-item-ago" id="wall-item-ago-{{$item.id}}">
{{if $item.verified}}<i class="fa fa-check item-verified" title="{{$item.verified}}"></i>&nbsp;{{elseif $item.forged}}<i class="fa fa-exclamation item-forged" title="{{$item.forged}}"></i>&nbsp;{{/if}}{{if $item.location}}<span class="wall-item-location p-location" id="wall-item-location-{{$item.id}}">{{$item.location}},&nbsp;</span>{{/if}}<span 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}}</span>{{if $item.editedtime}}&nbsp;<i class="fa fa-pencil"></i>{{/if}}&nbsp;{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}
diff --git a/view/tpl/crophead.tpl b/view/tpl/crophead.tpl
index a5a80c187..db1915d22 100755
--- a/view/tpl/crophead.tpl
+++ b/view/tpl/crophead.tpl
@@ -1,3 +1,3 @@
-<script type="text/javascript" src="library/cropperjs/dist/cropper.js" language="javascript"></script>
-<link rel="stylesheet" href="library/cropperjs/dist/cropper.css" type="text/css" />
+<script type="text/javascript" src="library/cropperjs/dist/cropper.min.js" language="javascript"></script>
+<link rel="stylesheet" href="library/cropperjs/dist/cropper.min.css" type="text/css" />
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl
index f7ec7db23..015f1102d 100755
--- a/view/tpl/direntry.tpl
+++ b/view/tpl/direntry.tpl
@@ -7,6 +7,9 @@
{{if $entry.ignlink}}
<a class="directory-ignore btn btn-warning btn-sm" href="{{$entry.ignlink}}"> {{$entry.ignore_label}}</a>
{{/if}}
+ {{if $entry.censor}}
+ <a class="directory-censor btn btn-danger btn-sm" href="{{$entry.censor}}"> {{$entry.censor_label}}</a>
+ {{/if}}
{{if $entry.connect}}
<a class="btn btn-success btn-sm" href="{{$entry.connect}}"><i class="fa fa-plus connect-icon"></i> {{$entry.conn_label}}</a>
{{/if}}
@@ -20,7 +23,7 @@
<div class="contact-photo-wrapper" id="directory-photo-wrapper-{{$entry.hash}}" >
<div class="contact-photo" id="directory-photo-{{$entry.hash}}" >
<a href="{{$entry.profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$entry.hash}}" >
- <img class="directory-photo-img" src="{{$entry.photo}}" alt="{{$entry.alttext}}" title="{{$entry.alttext}}" />
+ <img class="directory-photo-img" src="{{$entry.photo}}" alt="{{$entry.alttext}}" title="{{$entry.alttext}}" loading="lazy"/>
</a>
</div>
</div>
diff --git a/view/tpl/event_item_header.tpl b/view/tpl/event_item_header.tpl
index ed46c304f..e81db48a1 100755
--- a/view/tpl/event_item_header.tpl
+++ b/view/tpl/event_item_header.tpl
@@ -15,3 +15,8 @@
</div>
{{/if}}
{{/if}}
+{{if $event_tz.value}}
+<div class="event-item-start">
+ <span class="event-item-label">{{$event_tz.label}}:</span>&nbsp;<span class="timezone" title="{{$event_tz.value}}">{{$event_tz.value}}</span>
+</div>
+{{/if}}
diff --git a/view/tpl/field_acheckbox.tpl b/view/tpl/field_acheckbox.tpl
index 1810e1ee1..4c8b62f36 100755
--- a/view/tpl/field_acheckbox.tpl
+++ b/view/tpl/field_acheckbox.tpl
@@ -5,8 +5,8 @@
</td>
{{if $notself}}
<td class="abook-them">
- {{if $field.2 === 1}}<i class="fa fa-check-square-o"></i>{{/if}}
- {{if $field.2 === 0}}<i class="fa fa-square-o"></i>{{/if}}
+ {{if $field.2 == 1}}<i class="fa fa-check-square-o"></i>{{/if}}
+ {{if $field.2 == 0}}<i class="fa fa-square-o"></i>{{/if}}
</td>
{{/if}}
<td class="abook-me">
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl
index 7b1f4ee05..d519fd666 100755
--- a/view/tpl/jot-header.tpl
+++ b/view/tpl/jot-header.tpl
@@ -58,6 +58,9 @@ var activeCommentText = '';
$('#id_mimetype').on('load', jotSetMime);
$('#id_mimetype').on('change', jotSetMime);
+ $('#jot-add-option').on('click', jotAddOption);
+ $(document).on('click', '.poll-option-close', jotRemoveOption);
+
function jotSetMime() {
var mtype = $('#id_mimetype').val();
if(mtype == 'text/bbcode')
@@ -122,6 +125,7 @@ var activeCommentText = '';
activeCommentID = 0;
},
});
+
});
function deleteCheckedItems() {
@@ -309,6 +313,7 @@ var activeCommentText = '';
function itemCancel() {
$("#jot-title").val('');
$("#profile-jot-text").val('');
+ $(".jot-poll-option input").val('');
$("#jot-category").tagsinput('removeAll');
postSaveChanges('clean');
@@ -317,6 +322,7 @@ var activeCommentText = '';
$(".jothidden").hide();
$("#profile-jot-text").removeClass('jot-expanded');
$("#profile-jot-tools").addClass('d-none');
+ $("#jot-poll-wrap").addClass('d-none');
$("#jot-preview-content").html('').hide();
editor = false;
{{else}}
@@ -512,6 +518,19 @@ var activeCommentText = '';
}
+ function initPoll() {
+ $('#jot-poll-wrap').toggleClass('d-none');
+ }
+
+ function jotAddOption() {
+ var option = '<div class="jot-poll-option form-group"><input class="w-100 border-0" name="poll_answers[]" type="text" value="" placeholder="Option"><div class="poll-option-close"><i class="fa fa-close"></i></div></div>';
+ $('#jot-poll-options').append(option);
+ }
+
+ function jotRemoveOption(e) {
+ $(this).closest('.jot-poll-option').remove();
+ }
+
</script>
<script>
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index b4616db6d..36543ccfa 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -1,6 +1,6 @@
<input id="invisible-wall-file-upload" type="file" name="files" style="visibility:hidden;position:absolute;top:-50;left:-50;width:0;height:0;" multiple>
<input id="invisible-comment-upload" type="file" name="files" style="visibility:hidden;position:absolute;top:-50;left:-50;width:0;height:0;" multiple>
-<form id="profile-jot-form" action="{{$action}}" method="post" class="acl-form" data-form_id="profile-jot-form" data-allow_cid='{{$allow_cid}}' data-allow_gid='{{$allow_gid}}' data-deny_cid='{{$deny_cid}}' data-deny_gid='{{$deny_gid}}'>
+<form id="profile-jot-form" action="{{$action}}" method="post" class="acl-form" data-form_id="profile-jot-form" data-allow_cid='{{$allow_cid}}' data-allow_gid='{{$allow_gid}}' data-deny_cid='{{$deny_cid}}' data-deny_gid='{{$deny_gid}}' data-bang='{{$bang}}'>
{{$mimeselect}}
{{$layoutselect}}
{{if $id_select}}
@@ -30,15 +30,15 @@
{{if $webpage}}
<div id="jot-pagetitle-wrap" class="jothidden">
- <input name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}">
+ <input class="w-100 border-0" name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}">
</div>
{{/if}}
<div id="jot-title-wrap" class="jothidden">
- <input name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" tabindex="1" value="{{$title}}">
+ <input class="w-100 border-0" name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" tabindex="1" value="{{$title}}">
</div>
{{if $catsenabled}}
<div id="jot-category-wrap" class="jothidden">
- <input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" data-role="cat-tagsinput">
+ <input class="w-100 border-0" name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" data-role="cat-tagsinput">
</div>
{{/if}}
<div id="jot-text-wrap">
@@ -59,6 +59,34 @@
<input class="jot-attachment" name="attachment" id="jot-attachment" type="text" value="{{$attachment}}" readonly="readonly" onclick="this.select();">
</div>
{{/if}}
+ <div id="jot-poll-wrap" class="p-2 d-none">
+ <div id="jot-poll-options">
+ <div class="jot-poll-option form-group">
+ <input class="w-100 border-0" name="poll_answers[]" type="text" value="" placeholder="{{$poll_option_label}}">
+ </div>
+ <div class="jot-poll-option form-group">
+ <input class="w-100 border-0" name="poll_answers[]" type="text" value="" placeholder="{{$poll_option_label}}">
+ </div>
+ </div>
+ {{include file="field_checkbox.tpl" field=$multiple_answers}}
+ <div id="jot-poll-tools" class="clearfix">
+ <div id="poll-tools-left" class="float-left">
+ <button id="jot-add-option" class="btn btn-outline-secondary btn-sm" type="button">
+ <i class="fa fa-plus"></i> {{$poll_add_option_label}}
+ </button>
+ </div>
+ <div id="poll-tools-right" class="float-right">
+ <div class="input-group">
+ <input type="text" name="poll_expire_value" class="form-control" value="10" size="3">
+ <select class="form-control" id="duration-select" name="poll_expire_unit">
+ <option value="Minutes">{{$poll_expire_unit_label.0}}</option>
+ <option value="Hours">{{$poll_expire_unit_label.1}}</option>
+ <option value="Days" selected="selected">{{$poll_expire_unit_label.2}}</option>
+ </select>
+ </div>
+ </div>
+ </div>
+ </div>
<div id="profile-jot-submit-wrapper" class="clearfix p-2 jothidden">
<div id="profile-jot-submit-left" class="btn-toolbar float-left">
{{if $bbcode}}
@@ -123,15 +151,13 @@
</button>
{{/if}}
{{if $feature_encrypt}}
- <button id="profile-encrypt-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$encrypt}}" onclick="red_encrypt('{{$cipher}}','#profile-jot-text',$('#profile-jot-text').val());return false;">
+ <button id="profile-encrypt-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$encrypt}}" onclick="hz_encrypt('{{$cipher}}','#profile-jot-text');return false;">
<i id="profile-encrypt" class="fa fa-key jot-icons"></i>
</button>
{{/if}}
- {{if $feature_voting}}
- <button id="profile-voting-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$voting}}" onclick="toggleVoting();return false;">
- <i id="profile-voting" class="fa fa-square-o jot-icons"></i>
+ <button type="button" id="profile-poll-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$poll}}" onclick="initPoll();">
+ <i id="profile-poll" class="fa fa-bar-chart jot-icons"></i>
</button>
- {{/if}}
{{if $feature_nocomment}}
<button id="profile-nocomment-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$nocommenttitle}}" onclick="toggleNoComment();return false;">
<i id="profile-nocomment" class="fa fa-comments jot-icons"></i>
@@ -141,7 +167,7 @@
{{$custommoretoolsbuttons}}
{{/if}}
</div>
- {{if $writefiles || $weblink || $setloc || $clearloc || $feature_expire || $feature_encrypt || $feature_voting || $custommoretoolsdropdown}}
+ {{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-toggle="dropdown" aria-expanded="false">
<i id="more-tools-icon" class="fa fa-cog jot-icons"></i>
@@ -171,11 +197,9 @@
<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="red_encrypt('{{$cipher}}','#profile-jot-text',$('#profile-jot-text').val());return false;"><i class="fa fa-key"></i>&nbsp;{{$encrypt}}</a>
- {{/if}}
- {{if $feature_voting}}
- <a class="dropdown-item" href="#" onclick="toggleVoting(); return false;"><i id="profile-voting-sub" class="fa fa-square-o"></i>&nbsp;{{$voting}}</a>
+ <a class="dropdown-item" href="#" onclick="hz_encrypt('{{$cipher}}','#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}}
<a class="dropdown-item" href="#" onclick="toggleNoComment(); return false;"><i id="profile-nocomment-sub" class="fa fa-comments"></i>&nbsp;{{$nocommenttitlesub}}</a>
{{/if}}
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl
index 0a9cf9519..58426e20c 100755
--- a/view/tpl/js_strings.tpl
+++ b/view/tpl/js_strings.tpl
@@ -33,9 +33,12 @@
'name_empty' : "{{$name_empty}}",
'name_ok1' : "{{$name_ok1}}",
'name_ok2' : "{{$name_ok2}}",
- 'to_reply' : "{{$to_reply}}",
+ 'to_reply' : "{{$to_reply}}",
+ 'pinned' : "{{$pinned}}",
+ 'pin_item' : "{{$pin_item}}",
+ 'unpin_item' : "{{$unpin_item}}",
- 'plural_func' : "{{$plural_func}}",
+ 'plural_func' : "{{$plural_func}}",
't01' : "{{$t01}}",
't02' : "{{$t02}}",
diff --git a/view/tpl/micropro_card.tpl b/view/tpl/micropro_card.tpl
index a3c693dbd..058bfc14c 100644
--- a/view/tpl/micropro_card.tpl
+++ b/view/tpl/micropro_card.tpl
@@ -1,5 +1,5 @@
<a class="list-group-item{{if $class}} {{$class}}{{/if}} fakelink" href="{{if $click}}#{{else}}{{$url}}{{/if}}" {{if $click}}onclick="{{$click}}"{{/if}}>
- <img class="menu-img-3" src="{{$photo}}" title="{{$title}}" alt="" />{{if $oneway}}<i class="fa fa-fw fa-minus-circle oneway-overlay text-danger"></i>{{/if}}
+ <img class="menu-img-3" src="{{$photo}}" title="{{$title}}" alt="" />{{if $perminfo}}{{include "connstatus.tpl"}}{{/if}}
<span class="contactname">{{$name}}</span>
<span class="dropdown-sub-text">{{$addr}}<br>{{$network}}</span>
</a>
diff --git a/view/tpl/micropro_img.tpl b/view/tpl/micropro_img.tpl
index 7464430b5..5bfca615f 100755
--- a/view/tpl/micropro_img.tpl
+++ b/view/tpl/micropro_img.tpl
@@ -1 +1 @@
-<div class="contact-block-div{{if $class}} {{$class}}{{/if}}"><a class="contact-block-link{{if $class}} {{$class}}{{/if}}{{if $click}} fakelink{{/if}}" href="{{if $click}}#{{else}}{{$url}}{{/if}}" {{if $click}}onclick="{{$click}}"{{/if}}><img class="contact-block-img{{if $class}} {{$class}}{{/if}}" src="{{$photo}}" title="{{$title}}" alt="" />{{if $oneway}}<i class="fa fa-fw fa-minus-circle oneway-overlay text-danger"></i>{{/if}}</a></div>
+<div class="contact-block-div{{if $class}} {{$class}}{{/if}}"><a class="contact-block-link{{if $class}} {{$class}}{{/if}}{{if $click}} fakelink{{/if}}" href="{{if $click}}#{{else}}{{$url}}{{/if}}" {{if $click}}onclick="{{$click}}"{{/if}}><img class="contact-block-img{{if $class}} {{$class}}{{/if}}" src="{{$photo}}" title="{{$title}}" alt="" loading="lazy" />{{if $perminfo}}{{include "connstatus.tpl"}}{{/if}}</a></div>
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl
index bc7f80906..1a24ca7c4 100644
--- a/view/tpl/notifications_widget.tpl
+++ b/view/tpl/notifications_widget.tpl
@@ -36,12 +36,12 @@
var path = $(this)[0].pathname.substr(1,7);
var stateObj = { b64mid: b64mid };
- if(b64mid === 'undefined' && notify_id === 'undefined')
+ if(! b64mid && ! notify_id)
return;
{{if $module != 'hq' && $startpage == 'hq'}}
e.preventDefault();
- if(typeof notify_id !== 'undefined' && notify_id !== 'undefined') {
+ if(notify_id != null) {
$.post(
"hq",
{
@@ -61,7 +61,7 @@
{{/if}}
{{if $module == 'hq'}}
- if(b64mid !== 'undefined') {
+ if(b64mid) {
{{else}}
if(path === 'display' && b64mid) {
{{/if}}
@@ -81,20 +81,26 @@
{{foreach $notifications as $notification}}
{{if $notification.filter}}
$(document).on('click', '#tt-{{$notification.type}}-only', function(e) {
- e.preventDefault();
- $('#nav-{{$notification.type}}-menu [data-thread_top=false]').toggle();
- $(this).toggleClass('active sticky-top');
+ if($(this).hasClass('active sticky-top')) {
+ $('#nav-{{$notification.type}}-menu .notification[data-thread_top=false]').removeClass('tt-filter-active');
+ $(this).removeClass('active sticky-top');
+ }
+ else {
+ $('#nav-{{$notification.type}}-menu .notification[data-thread_top=false]').addClass('tt-filter-active');
+ $(this).addClass('active sticky-top');
+ }
+
});
- $(document).on('click ', '#cn-{{$notification.type}}-input-clear', function(e) {
+ $(document).on('click', '#cn-{{$notification.type}}-input-clear', function(e) {
$('#cn-{{$notification.type}}-input').val('');
$('#cn-{{$notification.type}}-only').removeClass('active sticky-top');
- $("#nav-{{$notification.type}}-menu .notification").removeClass('d-none');
+ $("#nav-{{$notification.type}}-menu .notification").removeClass('cn-filter-active');
$('#cn-{{$notification.type}}-input-clear').addClass('d-none');
});
$(document).on('input', '#cn-{{$notification.type}}-input', function(e) {
var val = $('#cn-{{$notification.type}}-input').val().toString().toLowerCase();
-
if(val) {
+ val = val.indexOf('%') == 0 ? val.substring(1) : val;
$('#cn-{{$notification.type}}-only').addClass('active sticky-top');
$('#cn-{{$notification.type}}-input-clear').removeClass('d-none');
}
@@ -108,15 +114,16 @@
var ca = $(el).data('contact_addr').toString().toLowerCase();
if(cn.indexOf(val) === -1 && ca.indexOf(val) === -1)
- $(this).addClass('d-none');
+ $(this).addClass('cn-filter-active');
else
- $(this).removeClass('d-none');
+ $(this).removeClass('cn-filter-active');
});
});
{{/if}}
{{/foreach}}
function getData(b64mid, notify_id) {
+ $(document).scrollTop(0);
$('.thread-wrapper').remove();
bParam_mid = b64mid;
mode = 'replace';
@@ -135,30 +142,31 @@
{{$no_notifications}}<span class="jumping-dots"><span class="dot-1">.</span><span class="dot-2">.</span><span class="dot-3">.</span></span>
</div>
<div id="nav-notifications-template" rel="template">
- <a class="list-group-item clearfix notification {6}" href="{0}" title="{3}" data-b64mid="{7}" data-notify_id="{8}" data-thread_top="{9}" data-contact_name="{2}" data-contact_addr="{3}">
- <img class="menu-img-3" data-src="{1}">
- <span class="contactname">{2}</span>
- <span class="dropdown-sub-text">{4}<br>{5}</span>
+ <a class="list-group-item text-decoration-none text-darkclearfix notification {6}" href="{0}" title="{13}" data-b64mid="{7}" data-notify_id="{8}" data-thread_top="{9}" data-contact_name="{2}" data-contact_addr="{3}" data-when="{5}">
+ <img class="menu-img-3" data-src="{1}" loading="lazy">
+ <div class="contactname"><span class="text-dark font-weight-bold">{2}</span> <span class="text-muted">{3}</span></div>
+ <span class="text-muted">{4}</span><br>
+ <span class="text-muted notifications-autotime" title="{5}">{5}</span>
</a>
</div>
<div id="nav-notifications-forums-template" rel="template">
- <a class="list-group-item clearfix notification notification-forum" href="{0}" title="{4} - {3}" data-b64mid="{7}" data-notify_id="{8}" data-thread_top="{9}" data-contact_name="{2}" data-contact_addr="{3}">
- <span class="float-right badge badge-{{$notification.severity}}">{10}</span>
- <img class="menu-img-1" data-src="{1}">
+ <a class="list-group-item text-decoration-none clearfix notification notification-forum" href="{0}" title="{4} - {3}" data-b64mid="{7}" data-notify_id="{8}" data-thread_top="{9}" data-contact_name="{2}" data-contact_addr="{3}" data-b64mids='{12}'>
+ <span class="float-right badge badge-secondary">{10}</span>
+ <img class="menu-img-1" data-src="{1}" loading="lazy">
<span class="">{2}</span>
<i class="fa fa-{11} text-muted"></i>
</a>
</div>
- <div id="notifications" class="navbar-nav">
+ <div id="notifications" class="border border-bottom-0 rounded navbar-nav collapse">
{{foreach $notifications as $notification}}
- <div class="collapse {{$notification.type}}-button">
- <a class="list-group-item notification-link" href="#" title="{{$notification.title}}" data-target="#nav-{{$notification.type}}-sub" data-toggle="collapse" data-type="{{$notification.type}}">
+ <div class="rounded list-group list-group-flush collapse {{$notification.type}}-button">
+ <a id="notification-link-{{$notification.type}}" class="collapsed list-group-item text-decoration-none notification-link" href="#" title="{{$notification.title}}" data-target="#nav-{{$notification.type}}-sub" data-toggle="collapse" data-sse_type="{{$notification.type}}">
<i class="fa fa-fw fa-{{$notification.icon}}"></i> {{$notification.label}}
<span class="float-right badge badge-{{$notification.severity}} {{$notification.type}}-update"></span>
</a>
- <div id="nav-{{$notification.type}}-sub" class="collapse notification-content" data-parent="#notifications" data-type="{{$notification.type}}">
+ <div id="nav-{{$notification.type}}-sub" class="list-group list-group-flush border border-left-0 border-top-0 border-right-0 collapse notification-content" data-parent="#notifications" data-sse_type="{{$notification.type}}">
{{if $notification.viewall}}
- <a class="list-group-item text-dark" id="nav-{{$notification.type}}-see-all" href="{{$notification.viewall.url}}">
+ <a class="list-group-item text-decoration-none text-dark" id="nav-{{$notification.type}}-see-all" href="{{$notification.viewall.url}}">
<i class="fa fa-fw fa-external-link"></i> {{$notification.viewall.label}}
</a>
{{/if}}
@@ -176,14 +184,16 @@
{{if $notification.filter.name_label}}
<div class="list-group-item clearfix notifications-textinput" id="cn-{{$notification.type}}-only">
<div class="text-muted notifications-textinput-filter"><i class="fa fa-fw fa-filter"></i></div>
- <input id="cn-{{$notification.type}}-input" type="text" class="form-control form-control-sm" placeholder="{{$notification.filter.name_label}}">
+ <input id="cn-{{$notification.type}}-input" type="text" class="notification-filter form-control form-control-sm" placeholder="{{$notification.filter.name_label}}">
<div id="cn-{{$notification.type}}-input-clear" class="text-muted notifications-textinput-clear d-none"><i class="fa fa-times"></i></div>
</div>
{{/if}}
{{/if}}
- <div id="nav-{{$notification.type}}-menu" class="">
+ <div id="nav-{{$notification.type}}-menu" class="list-group list-group-flush"></div>
+ <div id="nav-{{$notification.type}}-loading" class="list-group-item" style="display: none;">
{{$loading}}<span class="jumping-dots"><span class="dot-1">.</span><span class="dot-2">.</span><span class="dot-3">.</span></span>
</div>
+
</div>
</div>
{{/foreach}}
diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl
index de59809f4..eb16bcc98 100755
--- a/view/tpl/photo_album.tpl
+++ b/view/tpl/photo_album.tpl
@@ -23,7 +23,7 @@
{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}
{{/foreach}}
- <div id="page-end"></div>
+ <span id="page-end"></span>
</div>
</div>
</div>
diff --git a/view/tpl/photo_top.tpl b/view/tpl/photo_top.tpl
index a86aa7f80..16862a8d6 100755
--- a/view/tpl/photo_top.tpl
+++ b/view/tpl/photo_top.tpl
@@ -1,4 +1,4 @@
<a href="{{$photo.link}}" id="photo-top-photo-link-{{$photo.id}}" title="{{$photo.title}}">
- <img src="{{$photo.src}}" alt="{{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}}" title="{{$photo.title}}" id="photo-top-photo-{{$photo.id}}" />
+ <img src="{{$photo.src}}" alt="{{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}}" title="{{$photo.title}}" id="photo-top-photo-{{$photo.id}}" loading="lazy" />
</a>
diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl
index d24b362f8..1e2f22e33 100755
--- a/view/tpl/photos_recent.tpl
+++ b/view/tpl/photos_recent.tpl
@@ -14,7 +14,7 @@
{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}
{{/foreach}}
- <div id="page-end"></div>
+ <span id="page-end"></span>
</div>
</div>
</div>
diff --git a/view/tpl/pinned_item.tpl b/view/tpl/pinned_item.tpl
new file mode 100644
index 000000000..a24c4ae44
--- /dev/null
+++ b/view/tpl/pinned_item.tpl
@@ -0,0 +1,198 @@
+{{if $hide}}
+<script>
+ function dopinhide(id) {
+ id = id.toString();
+ if($('#pinned-wrapper-' + id).length) {
+ $('#pinned-wrapper-' + id).fadeTo('fast', 0.33, function() { this.remove(); });
+ $.post('pin/hide', { 'id' : id });
+ }
+ }
+</script>
+{{/if}}
+<div id="pinned-wrapper-{{$id}}" class="pinned-item thread-wrapper toplevel_item generic-content-wrapper h-entry" data-b64mids='{{$mids}}'>
+ <div class="wall-item-outside-wrapper" id="pinned-item-outside-wrapper-{{$id}}">
+ <div class="clearfix wall-item-content-wrapper" id="pinned-item-content-wrapper-{{$id}}">
+ {{if $photo}}
+ <div class="wall-photo-item" id="pinned-photo-item-{{$id}}">
+ {{$photo}}
+ </div>
+ {{/if}}
+ {{if $event}}
+ <div class="wall-event-item" id="pinned-event-item-{{$id}}">
+ {{$event}}
+ </div>
+ {{/if}}
+ {{if $title && !$event}}
+ <div class="p-2{{if $is_new}} bg-primary text-white{{/if}} wall-item-title h3{{if !$photo}} rounded-top{{/if}}" id="pinned-item-title-{{$id}}">
+ {{if $title_tosource}}
+ {{if $plink}}
+ <a href="{{$plink.href}}" title="{{$title}} ({{$plink.title}})" rel="nofollow">
+ {{/if}}
+ {{/if}}
+ {{$title}}
+ {{if $title_tosource}}
+ {{if $plink}}
+ </a>
+ {{/if}}
+ {{/if}}
+ </div>
+ {{if ! $is_new}}
+ <hr class="m-0">
+ {{/if}}
+ {{/if}}
+ <div class="p-2 clearfix wall-item-head{{if !$title && !$event && !$photo}} rounded-top{{/if}}{{if $is_new && !$event}} wall-item-head-new{{/if}}">
+ <span class="float-right" title="{{$pinned}}"><i class="fa fa-thumb-tack">&nbsp;</i></span>
+ <div class="wall-item-info" id="pinned-item-info-{{$id}}" >
+ <div class="wall-item-photo-wrapper{{if $owner_url}} wwfrom{{/if}} h-card p-author" id="pinned-item-photo-wrapper-{{$id}}">
+ <img src="{{$thumb}}" class="fakelink wall-item-photo u-photo p-name" id="pinned-item-photo-{{$id}}" alt="{{$name}}" data-toggle="dropdown" />
+ {{if $thread_author_menu}}
+ <i class="fa fa-caret-down wall-item-photo-caret cursor-pointer" data-toggle="dropdown"></i>
+ <div class="dropdown-menu">
+ {{foreach $thread_author_menu as $mitem}}
+ <a class="dropdown-item" {{if $mitem.href}}href="{{$mitem.href}}"{{/if}} {{if $mitem.action}}onclick="{{$mitem.action}}"{{/if}} {{if $mitem.title}}title="{{$mitem.title}}"{{/if}} >{{$mitem.title}}</a>
+ {{/foreach}}
+ </div>
+ {{/if}}
+ </div>
+ </div>
+ <div class="wall-item-author">
+ <a href="{{$profile_url}}" title="{{$linktitle}}" class="wall-item-name-link u-url"><span class="wall-item-name" id="pinned-item-name-{{$id}}" >{{$name}}</span></a>{{if $owner_url}}&nbsp;{{$via}}&nbsp;<a href="{{$owner_url}}" title="{{$olinktitle}}" class="wall-item-name-link"><span class="wall-item-name" id="pinned-item-ownername-{{$id}}">{{$owner_name}}</span></a>{{/if}}
+ </div>
+ <div class="wall-item-ago" id="pinned-item-ago-{{$id}}">
+ {{if $verified}}<i class="fa fa-check item-verified" title="{{$verified}}"></i>&nbsp;{{elseif $forged}}<i class="fa fa-exclamation item-forged" title="{{$forged}}"></i>&nbsp;{{/if}}{{if $location}}<span class="wall-item-location p-location" id="pinned-item-location-{{$id}}">{{$location}},&nbsp;</span>{{/if}}<span class="autotime" title="{{$isotime}}"><time class="dt-published" datetime="{{$isotime}}">{{$localtime}}</time>{{if $editedtime}}&nbsp;{{$editedtime}}{{/if}}{{if $expiretime}}&nbsp;{{$expiretime}}{{/if}}</span>{{if $editedtime}}&nbsp;<i class="fa fa-pencil"></i>{{/if}}&nbsp;{{if $app}}<span class="item.app">{{$str_app}}</span>{{/if}}
+ </div>
+ </div>
+ {{if $divider}}
+ <hr class="wall-item-divider">
+ {{/if}}
+ {{if $body}}
+ <div class="p-2 wall-item-content clearfix" id="pinned-item-content-{{$id}}">
+ <div class="wall-item-body e-content" id="pinned-item-body-{{$id}}" >
+ {{$body}}
+ </div>
+ </div>
+ {{/if}}
+ {{if $has_tags}}
+ <div class="p-2 wall-item-tools clearfix">
+ <div class="body-tags">
+ <span class="tag">{{$mentions}} {{$tags}} {{$categories}} {{$folders}}</span>
+ </div>
+ </div>
+ {{/if}}
+ <div class="p-2 clearfix wall-item-tools">
+ <div class="float-right wall-item-tools-right">
+ <div class="btn-group">
+ <div id="pinned-rotator-{{$id}}" class="spinner-wrapper">
+ <div class="spinner s"></div>
+ </div>
+ </div>
+ <div class="btn-group">
+ {{if $isevent}}
+ <div class="btn-group">
+ <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="pinned-item-attend-menu-{{$id}}" title="{{$attend_title}}">
+ <i class="fa fa-calendar-check-o"></i>
+ </button>
+ <div class="dropdown-menu dropdown-menu-right">
+ <a class="dropdown-item" href="#" title="{{$attend.0}}" onclick="itemAddToCal({{$id}}); dolike({{$id}},'attendyes'); return false;">
+ <i class="item-act-list fa fa-check{{if $my_responses.attend}} ivoted{{/if}}" ></i> {{$attend.0}}
+ </a>
+ <a class="dropdown-item" href="#" title="{{$attend.1}}" onclick="itemAddToCal({{$id}}), dolike({{$id}},'attendno'); return false;">
+ <i class="item-act-list fa fa-times{{if $my_responses.attendno}} ivoted{{/if}}" ></i> {{$attend.1}}
+ </a>
+ <a class="dropdown-item" href="#" title="{{$attend.2}}" onclick="itemAddToCal({{$id}}); dolike({{$id}},'attendmaybe'); return false;">
+ <i class="item-act-list fa fa-question{{if $my_responses.attendmaybe}} ivoted{{/if}}" ></i> {{$attend.2}}
+ </a>
+ </div>
+ </div>
+ {{/if}}
+ {{if $canvote}}
+ <div class="btn-group">
+ <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="pinned-item-consensus-menu-{{$id}}" title="{{$vote_title}}">
+ <i class="fa fa-check-square-o"></i>
+ </button>
+ <div class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="wall-item-consensus-menu-{{$id}}">
+ <a class="dropdown-item" href="#" title="{{$conlabels.0}}" onclick="dolike({{$id}},'agree'); return false;">
+ <i class="item-act-list fa fa-check{{if $my_responses.agree}} ivoted{{/if}}" ></i> {{$conlabels.0}}
+ </a>
+ <a class="dropdown-item" href="#" title="{{$conlabels.1}}" onclick="dolike({{$id}},'disagree'); return false;">
+ <i class="item-act-list fa fa-times{{if $my_responses.disagree}} ivoted{{/if}}" ></i> {{$conlabels.1}}
+ </a>
+ <a class="dropdown-item" href="#" title="{{$conlabels.2}}" onclick="dolike({{$id}},'abstain'); return false;">
+ <i class="item-act-list fa fa-question{{if $my_responses.abstain}} ivoted{{/if}}" ></i> {{$conlabels.2}}
+ </a>
+ </div>
+ </div>
+ {{/if}}
+ <div class="btn-group">
+ <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="pinned-item-menu-{{$id}}">
+ <i class="fa fa-cog"></i>
+ </button>
+ <div class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="wall-item-menu-{{$id}}">
+ {{if $share}}
+ <a class="dropdown-item" href="#" onclick="jotShare({{$id}},{{$item_type}}); return false;"><i class="generic-icons-nav fa fa-fw fa-retweet" title="{{$share.0}}"></i>{{$share.0}}</a>
+ {{/if}}
+ {{if $embed}}
+ <a class="dropdown-item" href="#" onclick="jotEmbed({{$id}},{{$item_type}}); return false;"><i class="generic-icons-nav fa fa-fw fa-share" title="{{$embed.0}}"></i>{{$embed.0}}</a>
+ {{/if}}
+ {{if $plink}}
+ <a class="dropdown-item" href="{{$plink.href}}" title="{{$plink.title}}" class="u-url"><i class="generic-icons-nav fa fa-fw fa-external-link"></i>{{$plink.title}}</a>
+ {{/if}}
+ {{if $pinme}}
+ <a class="dropdown-item dropdown-item-pinnable" href="#" onclick="dopin({{$id}}); return false;"><i class="generic-icons-nav fa fa-fw fa-thumb-tack"></i>{{$pinme}}</a>
+ {{/if}}
+ {{if $hide}}
+ <a class="dropdown-item" href="#" onclick="dopinhide({{$id}}); return false;" class="u-url"><i class="generic-icons-nav fa fa-fw fa-remove"></i>{{$hide}}</a>
+ {{/if}}
+ </div>
+ </div>
+ </div>
+ </div>
+ {{if $responses || $attachments}}
+ <div class="wall-item-tools-left btn-group" id="pinned-item-tools-left-{{$id}}">
+ {{if $attachments}}
+ <div class="wall-item-tools-left btn-group" id="pinned-item-tools-left-{{$id}}">
+ <div class="btn-group">
+ <button type="button" class="btn btn-outline-secondary btn-sm wall-item-like dropdown-toggle" data-toggle="dropdown" id="pinned-attachment-menu-{{$id}}">
+ <i class="fa fa-paperclip"></i>
+ </button>
+ <div class="dropdown-menu">{{$attachments}}</div>
+ </div>
+ </div>
+ {{/if}}
+ {{foreach $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-toggle="modal" data-target="#{{$verb}}Modal-{{$id}}"{{else}} data-toggle="dropdown"{{/if}} id="pinned-item-{{$verb}}-{{$id}}">{{$response.count}} {{$response.button}}</button>
+ {{if $response.modal}}
+ <div class="modal" id="pinned-{{$verb}}Modal-{{$id}}">
+ <div class="modal-dialog">
+ <div class="modal-content">
+ <div class="modal-header">
+ <h3 class="modal-title">{{$response.count}} {{$response.button}}</h3>
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
+ </div>
+ <div class="modal-body response-list">
+ <ul class="nav nav-pills flex-column">
+ {{foreach $response.list as $liker}}<li class="nav-item">{{$liker}}</li>{{/foreach}}
+ </ul>
+ </div>
+ <div class="modal-footer clear">
+ <button type="button" class="btn btn-outline-secondary" data-dismiss="modal">{{$modal_dismiss}}</button>
+ </div>
+ </div>
+ </div>
+ </div>
+ {{else}}
+ <div class="dropdown-menu">
+ {{foreach $response.list as $liker}}{{$liker}}{{/foreach}}
+ </div>
+ {{/if}}
+ </div>
+ {{/if}}
+ {{/foreach}}
+ </div>
+ {{/if}}
+ </div>
+ </div>
+ </div>
+</div>
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl
index c967fa02c..8add9bb9d 100755
--- a/view/tpl/profile_edit.tpl
+++ b/view/tpl/profile_edit.tpl
@@ -294,7 +294,11 @@
{{if $fields.sexual}}
<div id="profile-edit-sexual-wrapper" class="form-group field" >
<label id="profile-edit-sexual-label" for="sexual-select" >{{$lbl_sexual}}</label>
+ {{if $advanced}}
{{$sexual}}
+ {{else}}
+ {{$sexual_min}}
+ {{/if}}
</div>
<div class="clear"></div>
{{/if}}
diff --git a/view/tpl/removeaccount.tpl b/view/tpl/removeaccount.tpl
index ce6c8ac22..6cd554082 100644
--- a/view/tpl/removeaccount.tpl
+++ b/view/tpl/removeaccount.tpl
@@ -12,7 +12,9 @@
<label id="remove-account-pass-label" for="remove-account-pass">{{$passwd}}</label>
<input class="form-control" type="password" id="remove-account-pass" autocomplete="off" name="qxz_password" value=" " />
</div>
+ {{if $global}}
{{include file="field_checkbox.tpl" field=$global}}
+ {{/if}}
<button type="submit" name="submit" class="btn btn-danger">{{$submit}}</button>
</form>
</div>
diff --git a/view/tpl/removeme.tpl b/view/tpl/removeme.tpl
index 40b9546d2..814701fff 100755
--- a/view/tpl/removeme.tpl
+++ b/view/tpl/removeme.tpl
@@ -12,7 +12,9 @@
<label id="remove-account-pass-label" for="remove-account-pass">{{$passwd}}</label>
<input class="form-control" type="password" id="remove-account-pass" autocomplete="off" name="qxz_password" value=" " />
</div>
+ {{if $global}}
{{include file="field_checkbox.tpl" field=$global}}
+ {{/if}}
<button type="submit" name="submit" class="btn btn-danger">{{$submit}}</button>
</form>
</div>
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl
index 3197fb893..3e986ea21 100755
--- a/view/tpl/search_item.tpl
+++ b/view/tpl/search_item.tpl
@@ -1,4 +1,4 @@
-<div id="thread-wrapper-{{$item.id}}" class="thread-wrapper{{if $item.toplevel}} {{$item.toplevel}} clearfix generic-content-wrapper{{/if}}">
+<div id="thread-wrapper-{{$item.id}}" class="thread-wrapper{{if $item.toplevel}} {{$item.toplevel}} clearfix generic-content-wrapper{{/if}}" data-b64mids='{{$item.mids}}'>
<a name="{{$item.id}}" ></a>
<div class="clearfix wall-item-outside-wrapper {{$item.indent}}{{$item.previewing}}{{if $item.owner_url}} wallwall{{/if}}" id="wall-item-outside-wrapper-{{$item.id}}" >
<div class="wall-item-content-wrapper {{$item.indent}}" id="wall-item-content-wrapper-{{$item.id}}">
@@ -23,7 +23,7 @@
<div class="p-2 clearfix wall-item-head{{if !$item.title && !$item.event && !$item.photo}} rounded-top{{/if}}{{if $item.is_new && !$item.event && !$item.is_comment}} wall-item-head-new{{/if}}" >
<div class="wall-item-info" id="wall-item-info-{{$item.id}}" >
<div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}}" id="wall-item-photo-wrapper-{{$item.id}}">
- <img src="{{$item.thumb}}" class="fakelink wall-item-photo{{$item.sparkle}} u-photo p-name" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" data-toggle="dropdown" />
+ <img src="{{$item.thumb}}" class="fakelink wall-item-photo{{$item.sparkle}} u-photo p-name" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" data-toggle="dropdown" loading="lazy" />
{{if $item.thread_author_menu}}
<i class="fa fa-caret-down wall-item-photo-caret cursor-pointer" data-toggle="dropdown"></i>
<div class="dropdown-menu">
@@ -41,7 +41,7 @@
{{/if}}
<div class="wall-item-author">
{{if $item.previewing}}<span class="preview-indicator"><i class="fa fa-eye" title="{{$item.preview_lbl}}"></i></span>&nbsp;{{/if}}
- <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}}&nbsp;{{$item.via}}&nbsp;<a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}}
+ <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" ><bdi>{{$item.name}}</bdi></span></a>{{if $item.owner_url}}&nbsp;{{$item.via}}&nbsp;<a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}"><bdi>{{$item.owner_name}}</bdi></span></a>{{/if}}
</div>
<div class="wall-item-ago" id="wall-item-ago-{{$item.id}}">
{{if $item.verified}}<i class="fa fa-check item-verified" title="{{$item.verified}}"></i>&nbsp;{{elseif $item.forged}}<i class="fa fa-exclamation item-forged" title="{{$item.forged}}"></i>&nbsp;{{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}},&nbsp;</span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}}&nbsp;{{$item.editedtime}}{{/if}}{{if $item.expiretime}}&nbsp;{{$item.expiretime}}{{/if}}</span>{{if $item.editedtime}}&nbsp;<i class="fa fa-pencil"></i>{{/if}}&nbsp;{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}