diff options
Diffstat (limited to 'view')
80 files changed, 6421 insertions, 5916 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 1bb82f11c..a3a8ce0be 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -11,6 +11,7 @@ nav .badge { nav .badge { top: 0px; left: 0px; + line-height: 0.75; } } @@ -38,7 +39,7 @@ nav .badge { } #navbar-collapse-1 i { - font-size: 1rem; + font-size: 1.0rem; } nav .dropdown-menu { @@ -61,15 +62,11 @@ nav .dropdown-menu { padding: 0.5rem 0.1rem; } -.navbar-inverse .navbar-toggler { +.navbar-dark .navbar-toggler { color: rgba(255,255,255,1); } /* nav overrides end */ -.btn-outline-secondary { - color: #aaa; -} - .wall-item-tools .dropdown-menu { min-width: auto; } diff --git a/view/css/cdav_addressbook.css b/view/css/cdav_addressbook.css new file mode 100644 index 000000000..038358e43 --- /dev/null +++ b/view/css/cdav_addressbook.css @@ -0,0 +1,103 @@ +.vcard-header { + cursor: pointer; + padding: 7px 10px; + margin-bottom: 3px; +} + +.vcard-header:hover, +.vcard-header.active { + background-color: rgb(238,238,238); + cursor: pointer; +} + +.vcard-header.active:hover { + cursor: initial; +} + +.vcard-add-field { + margin-top: 8px; + display: none; +} + +.vcard-cancel { + margin: 6px 10px; + height: 32px; + line-height: 32px; + color: #777; + font-size: 16px; + + cursor: pointer; + display: none; + float: right; +} + +.vcard-info { + display: none; +} + +.vcard-nophoto { + display: inline-block; + width: 32px; + height: 32px; + border-radius: 4px; + border: 1px solid #ccc; + text-align: center; + font-size: 20px; + color: #fff; + background-color: #ddd; +} + +.vcard-photo { + width: 32px; + height: 32px; + border-radius: 4px; + border: 1px solid #ccc; + text-align: center; +} + +.vcard-fn-preview, +input.vcard-fn { + font-size: 16px !important; + margin-left: 5px; +} + +.vcard-email-preview, +.vcard-tel-preview { + color: #999; +} + + +.vcard-fn, +#create_form, +#more_block { + display: none; +} + +input.vcard-fn, +.vcard-fn-create input, +.vcard-org input, +.vcard-title input, +.vcard-tel input, +.vcard-email input, +.vcard-impp input, +.vcard-url input, +.vcard-adr input, +.vcard-note input { + padding: 0px; + margin-left: 5px; + border-width: 0px 0px 1px 0px; + border-radius: 0px; + background-color: transparent; + min-width: 160px; +} + +#template-form-vcard-org, +#template-form-vcard-title, +#template-form-vcard-tel, +#template-form-vcard-email, +#template-form-vcard-impp, +#template-form-vcard-url, +#template-form-vcard-adr, +#template-form-vcard-note { + display: none; +} diff --git a/view/css/cdav_calendar.css b/view/css/cdav_calendar.css new file mode 100644 index 000000000..d68278a63 --- /dev/null +++ b/view/css/cdav_calendar.css @@ -0,0 +1,22 @@ +/* fix borders */ + +.fc th:first-child, +.fc td:first-child { + border-left-width: 0px; +} + +.fc th:last-child, +.fc td:last-child { + border-right-width: 0px; + border-bottom-width: 0px; +} + +.fc-unthemed th, +.fc-unthemed td, +.fc-unthemed thead, +.fc-unthemed tbody, +.fc-unthemed .fc-divider, +.fc-unthemed .fc-row, +.fc-unthemed .fc-popover { + border-color: #ccc !important; +} diff --git a/view/css/conversation.css b/view/css/conversation.css index 08f23c4d0..d10e1e14e 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -77,7 +77,7 @@ /* conv_item */ .wall-item-head-new { - border-top: 0.2rem solid #0275d8; + border-top: 0.2rem solid #007bff; } .wall-item-info { @@ -168,11 +168,11 @@ a.wall-item-name-link { } .ivoted { - color: #0275d8; + color: #007bff; } .item-highlight { - border-left: 0.2rem solid #0275d8; + border-left: 0.2rem solid #007bff; } .item-highlight .wall-item-head, diff --git a/view/css/mod_help.css b/view/css/mod_help.css index c0b0bafa3..643885c99 100644 --- a/view/css/mod_help.css +++ b/view/css/mod_help.css @@ -19,3 +19,11 @@ #doco-top-toc li { padding: 3px 0px; } + +#doco-side-toc li { + padding-left: 10px; +} + +#doco-side-toc { + padding-top: 10px; +}
\ No newline at end of file diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css index 077b6b838..b08c90b62 100644 --- a/view/css/mod_manage.css +++ b/view/css/mod_manage.css @@ -4,10 +4,6 @@ text-decoration: none; } -.new-notification { - color: #c60032; -} - .channel-photo-wrapper { display: table-cell; table-layout: fixed; @@ -24,11 +20,3 @@ vertical-align: top; padding-left: 10px; } - -.selected-channel { - color: green; -} - -#all-channels-end { - margin-bottom: 20px; -} diff --git a/view/css/mod_setup.css b/view/css/mod_setup.css deleted file mode 100644 index f0d91a0ae..000000000 --- a/view/css/mod_setup.css +++ /dev/null @@ -1,40 +0,0 @@ -#install-dbhost-label, -#install-dbuser-label, -#install-dbpass-label, -#install-dbdata-label, -#install-tz-desc { - float: left; - width: 250px; - margin-top: 10px; - margin-bottom: 10px; - -} - -#install-dbhost, -#install-dbuser, -#install-dbpass, -#install-dbdata { - float: left; - width: 200px; - margin-left: 20px; -} - -#install-dbhost-end, -#install-dbuser-end, -#install-dbpass-end, -#install-dbdata-end, -#install-tz-end { - clear: both; -} - -#install-form select#timezone_select { - float: left; - margin-top: 18px; - margin-left: 20px; -} - -main { - max-width: 790px; - margin-left: auto; - margin-right: auto; -} diff --git a/view/de/hmessages.po b/view/de/hmessages.po index 9c24dcbbd..db906e701 100644 --- a/view/de/hmessages.po +++ b/view/de/hmessages.po @@ -13,7 +13,7 @@ # Harald Klimach <harald@klimachs.de>, 2016 # JooBee <d13@raclan.de>, 2014 # Kai <kai@proppower.de>, 2015 -# Oliver <post@toktan.org>, 2015-2016 +# Oliver <post@toktan.org>, 2015-2017 # Phellmes <forum@suschka.de>, 2014,2016-2017 # sasiflo <transiflex@sasiflo.de>, 2014 # Steff <steff@digitalesecho.de>, 2015-2016 @@ -25,9 +25,9 @@ msgid "" msgstr "" "Project-Id-Version: Redmatrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-01 15:36+0200\n" -"PO-Revision-Date: 2017-05-07 00:56+0000\n" -"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>\n" +"POT-Creation-Date: 2017-08-01 12:13+0200\n" +"PO-Revision-Date: 2017-08-05 12:18+0000\n" +"Last-Translator: Phellmes <forum@suschka.de>\n" "Language-Team: German (http://www.transifex.com/Friendica/red-matrix/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,163 +35,147 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../Zotlabs/Access/Permissions.php:46 +#: ../../Zotlabs/Access/Permissions.php:53 msgid "Can view my channel stream and posts" msgstr "Kann meinen Kanal-Stream und meine Beiträge sehen" -#: ../../Zotlabs/Access/Permissions.php:47 ../../include/permissions.php:42 +#: ../../Zotlabs/Access/Permissions.php:54 msgid "Can send me their channel stream and posts" msgstr "Kann mir die Beiträge aus seinem/ihrem Kanal schicken" -#: ../../Zotlabs/Access/Permissions.php:48 ../../include/permissions.php:36 +#: ../../Zotlabs/Access/Permissions.php:55 msgid "Can view my default channel profile" msgstr "Kann mein Standardprofil sehen" -#: ../../Zotlabs/Access/Permissions.php:49 ../../include/permissions.php:37 +#: ../../Zotlabs/Access/Permissions.php:56 msgid "Can view my connections" msgstr "Kann meine Verbindungen sehen" -#: ../../Zotlabs/Access/Permissions.php:50 ../../include/permissions.php:38 +#: ../../Zotlabs/Access/Permissions.php:57 msgid "Can view my file storage and photos" msgstr "Kann meine Datei- und Bilderordner sehen" -#: ../../Zotlabs/Access/Permissions.php:51 +#: ../../Zotlabs/Access/Permissions.php:58 msgid "Can upload/modify my file storage and photos" msgstr "Kann in meine Datei- und Bilderordner hochladen/ändern" -#: ../../Zotlabs/Access/Permissions.php:52 +#: ../../Zotlabs/Access/Permissions.php:59 msgid "Can view my channel webpages" msgstr "Kann die Webseiten meines Kanals sehen" -#: ../../Zotlabs/Access/Permissions.php:53 +#: ../../Zotlabs/Access/Permissions.php:60 msgid "Can view my wiki pages" msgstr "Kann meine Wiki-Seiten sehen" -#: ../../Zotlabs/Access/Permissions.php:54 +#: ../../Zotlabs/Access/Permissions.php:61 msgid "Can create/edit my channel webpages" msgstr "Kann Webseiten in meinem Kanal erstellen/ändern" -#: ../../Zotlabs/Access/Permissions.php:55 +#: ../../Zotlabs/Access/Permissions.php:62 msgid "Can write to my wiki pages" msgstr "Kann meine Wiki-Seiten bearbeiten" -#: ../../Zotlabs/Access/Permissions.php:56 +#: ../../Zotlabs/Access/Permissions.php:63 msgid "Can post on my channel (wall) page" msgstr "Kann auf meiner Kanal-Seite (\"wall\") Beiträge veröffentlichen" -#: ../../Zotlabs/Access/Permissions.php:57 ../../include/permissions.php:44 +#: ../../Zotlabs/Access/Permissions.php:64 msgid "Can comment on or like my posts" msgstr "Darf meine Beiträge kommentieren und mögen/nicht mögen" -#: ../../Zotlabs/Access/Permissions.php:58 ../../include/permissions.php:45 +#: ../../Zotlabs/Access/Permissions.php:65 msgid "Can send me private mail messages" msgstr "Kann mir private Nachrichten schicken" -#: ../../Zotlabs/Access/Permissions.php:59 +#: ../../Zotlabs/Access/Permissions.php:66 msgid "Can like/dislike profiles and profile things" msgstr "Kann Profile und Profilsachen mögen/nicht mögen" -#: ../../Zotlabs/Access/Permissions.php:60 +#: ../../Zotlabs/Access/Permissions.php:67 msgid "Can forward to all my channel connections via @+ mentions in posts" msgstr "Kann an alle meine Verbindungen via @-Erwähnungen Nachrichten weiterleiten" -#: ../../Zotlabs/Access/Permissions.php:61 +#: ../../Zotlabs/Access/Permissions.php:68 msgid "Can chat with me" msgstr "Kann mit mir chatten" -#: ../../Zotlabs/Access/Permissions.php:62 ../../include/permissions.php:53 +#: ../../Zotlabs/Access/Permissions.php:69 msgid "Can source my public posts in derived channels" msgstr "Kann meine öffentlichen Beiträge als Quellen für Kanäle verwenden" -#: ../../Zotlabs/Access/Permissions.php:63 +#: ../../Zotlabs/Access/Permissions.php:70 msgid "Can administer my channel" msgstr "Kann meinen Kanal administrieren" #: ../../Zotlabs/Access/PermissionRoles.php:248 -#: ../../include/permissions.php:946 msgid "Social Networking" msgstr "Soziales Netzwerk" #: ../../Zotlabs/Access/PermissionRoles.php:249 -#: ../../include/permissions.php:946 msgid "Social - Mostly Public" msgstr "Soziales Netzwerk - Weitgehend öffentlich" #: ../../Zotlabs/Access/PermissionRoles.php:250 -#: ../../include/permissions.php:946 msgid "Social - Restricted" msgstr "Soziales Netzwerk - Beschränkt" #: ../../Zotlabs/Access/PermissionRoles.php:251 -#: ../../include/permissions.php:946 msgid "Social - Private" msgstr "Soziales Netzwerk - Privat" #: ../../Zotlabs/Access/PermissionRoles.php:254 -#: ../../include/permissions.php:947 msgid "Community Forum" msgstr "Forum" #: ../../Zotlabs/Access/PermissionRoles.php:255 -#: ../../include/permissions.php:947 msgid "Forum - Mostly Public" msgstr "Forum - Weitgehend öffentlich" #: ../../Zotlabs/Access/PermissionRoles.php:256 -#: ../../include/permissions.php:947 msgid "Forum - Restricted" msgstr "Forum - Beschränkt" #: ../../Zotlabs/Access/PermissionRoles.php:257 -#: ../../include/permissions.php:947 msgid "Forum - Private" msgstr "Forum - Privat" #: ../../Zotlabs/Access/PermissionRoles.php:260 -#: ../../include/permissions.php:948 msgid "Feed Republish" msgstr "Teilen von Feeds" #: ../../Zotlabs/Access/PermissionRoles.php:261 -#: ../../include/permissions.php:948 msgid "Feed - Mostly Public" msgstr "Feeds - Weitgehend öffentlich" #: ../../Zotlabs/Access/PermissionRoles.php:262 -#: ../../include/permissions.php:948 msgid "Feed - Restricted" msgstr "Feeds - Beschränkt" #: ../../Zotlabs/Access/PermissionRoles.php:265 -#: ../../include/permissions.php:949 msgid "Special Purpose" msgstr "Für besondere Zwecke" #: ../../Zotlabs/Access/PermissionRoles.php:266 -#: ../../include/permissions.php:949 msgid "Special - Celebrity/Soapbox" msgstr "Speziell - Mitteilungs-Kanal (keine Kommentare)" #: ../../Zotlabs/Access/PermissionRoles.php:267 -#: ../../include/permissions.php:949 msgid "Special - Group Repository" msgstr "Speziell - Gruppenarchiv" #: ../../Zotlabs/Access/PermissionRoles.php:270 -#: ../../Zotlabs/Module/New_channel.php:132 -#: ../../Zotlabs/Module/Settings/Channel.php:463 -#: ../../Zotlabs/Module/Connedit.php:914 ../../Zotlabs/Module/Profiles.php:798 -#: ../../Zotlabs/Module/Register.php:213 ../../addon/cdav/Mod_Cdav.php:1148 -#: ../../addon/cdav/cdav.php:277 ../../addon/cdav/cdav.php:284 -#: ../../include/selectors.php:49 ../../include/selectors.php:66 -#: ../../include/selectors.php:104 ../../include/selectors.php:140 -#: ../../include/permissions.php:950 ../../include/connections.php:675 -#: ../../include/connections.php:682 +#: ../../Zotlabs/Module/Cdav.php:1123 ../../Zotlabs/Module/New_channel.php:132 +#: ../../Zotlabs/Module/Settings/Channel.php:467 +#: ../../Zotlabs/Module/Connedit.php:932 ../../Zotlabs/Module/Profiles.php:798 +#: ../../Zotlabs/Module/Register.php:213 ../../include/selectors.php:49 +#: ../../include/selectors.php:66 ../../include/selectors.php:104 +#: ../../include/selectors.php:140 ../../include/event.php:1297 +#: ../../include/event.php:1304 ../../include/connections.php:681 +#: ../../include/connections.php:688 msgid "Other" msgstr "Andere" #: ../../Zotlabs/Access/PermissionRoles.php:271 -#: ../../include/permissions.php:950 msgid "Custom/Expert Mode" msgstr "Benutzerdefiniert/Expertenmodus" @@ -201,7 +185,7 @@ msgstr "Benutzerdefiniert/Expertenmodus" #: ../../Zotlabs/Module/Editblock.php:31 ../../Zotlabs/Module/Profile.php:20 #: ../../Zotlabs/Module/Layouts.php:31 ../../Zotlabs/Module/Editwebpage.php:32 #: ../../Zotlabs/Module/Webpages.php:33 -#: ../../Zotlabs/Module/Filestorage.php:59 ../../include/channel.php:945 +#: ../../Zotlabs/Module/Filestorage.php:51 ../../include/channel.php:1062 msgid "Requested profile is not available." msgstr "Das angefragte Profil ist nicht verfügbar." @@ -215,41 +199,43 @@ msgstr "Das angefragte Profil ist nicht verfügbar." #: ../../Zotlabs/Module/Appman.php:82 ../../Zotlabs/Module/Regmod.php:21 #: ../../Zotlabs/Module/New_channel.php:77 #: ../../Zotlabs/Module/New_channel.php:104 -#: ../../Zotlabs/Module/Sharedwithme.php:11 ../../Zotlabs/Module/Setup.php:212 +#: ../../Zotlabs/Module/Sharedwithme.php:16 ../../Zotlabs/Module/Setup.php:209 +#: ../../Zotlabs/Module/Moderate.php:13 #: ../../Zotlabs/Module/Achievements.php:34 ../../Zotlabs/Module/Thing.php:274 #: ../../Zotlabs/Module/Thing.php:294 ../../Zotlabs/Module/Thing.php:335 #: ../../Zotlabs/Module/Api.php:24 ../../Zotlabs/Module/Editblock.php:67 -#: ../../Zotlabs/Module/Profile.php:83 ../../Zotlabs/Module/Profile.php:100 +#: ../../Zotlabs/Module/Profile.php:85 ../../Zotlabs/Module/Profile.php:102 #: ../../Zotlabs/Module/Mood.php:116 ../../Zotlabs/Module/Connections.php:29 -#: ../../Zotlabs/Module/Viewsrc.php:19 ../../Zotlabs/Module/Bookmarks.php:61 +#: ../../Zotlabs/Module/Viewsrc.php:19 ../../Zotlabs/Module/Bookmarks.php:64 #: ../../Zotlabs/Module/Photos.php:69 ../../Zotlabs/Module/Wiki.php:50 -#: ../../Zotlabs/Module/Wiki.php:216 ../../Zotlabs/Module/Wiki.php:315 -#: ../../Zotlabs/Module/Pdledit.php:29 ../../Zotlabs/Module/Poke.php:137 +#: ../../Zotlabs/Module/Wiki.php:235 ../../Zotlabs/Module/Wiki.php:341 +#: ../../Zotlabs/Module/Pdledit.php:29 ../../Zotlabs/Module/Poke.php:149 #: ../../Zotlabs/Module/Profile_photo.php:280 #: ../../Zotlabs/Module/Profile_photo.php:293 -#: ../../Zotlabs/Module/Authtest.php:16 ../../Zotlabs/Module/Item.php:221 -#: ../../Zotlabs/Module/Item.php:231 ../../Zotlabs/Module/Item.php:1038 -#: ../../Zotlabs/Module/Page.php:35 ../../Zotlabs/Module/Page.php:91 -#: ../../Zotlabs/Module/Connedit.php:385 ../../Zotlabs/Module/Chat.php:98 -#: ../../Zotlabs/Module/Chat.php:103 ../../Zotlabs/Module/Menu.php:78 -#: ../../Zotlabs/Module/Layouts.php:71 ../../Zotlabs/Module/Layouts.php:78 -#: ../../Zotlabs/Module/Layouts.php:89 ../../Zotlabs/Module/Group.php:13 -#: ../../Zotlabs/Module/Profiles.php:198 ../../Zotlabs/Module/Profiles.php:635 +#: ../../Zotlabs/Module/Authtest.php:16 ../../Zotlabs/Module/Item.php:223 +#: ../../Zotlabs/Module/Item.php:240 ../../Zotlabs/Module/Item.php:250 +#: ../../Zotlabs/Module/Item.php:1076 ../../Zotlabs/Module/Page.php:34 +#: ../../Zotlabs/Module/Page.php:125 ../../Zotlabs/Module/Connedit.php:385 +#: ../../Zotlabs/Module/Chat.php:100 ../../Zotlabs/Module/Chat.php:105 +#: ../../Zotlabs/Module/Menu.php:78 ../../Zotlabs/Module/Layouts.php:71 +#: ../../Zotlabs/Module/Layouts.php:78 ../../Zotlabs/Module/Layouts.php:89 +#: ../../Zotlabs/Module/Group.php:13 ../../Zotlabs/Module/Profiles.php:198 +#: ../../Zotlabs/Module/Profiles.php:635 #: ../../Zotlabs/Module/Editwebpage.php:68 #: ../../Zotlabs/Module/Editwebpage.php:89 #: ../../Zotlabs/Module/Editwebpage.php:107 #: ../../Zotlabs/Module/Editwebpage.php:121 ../../Zotlabs/Module/Manage.php:10 -#: ../../Zotlabs/Module/Webpages.php:116 ../../Zotlabs/Module/Block.php:26 -#: ../../Zotlabs/Module/Block.php:76 ../../Zotlabs/Module/Editpost.php:17 +#: ../../Zotlabs/Module/Webpages.php:118 ../../Zotlabs/Module/Block.php:24 +#: ../../Zotlabs/Module/Block.php:74 ../../Zotlabs/Module/Editpost.php:17 #: ../../Zotlabs/Module/Sources.php:74 ../../Zotlabs/Module/Like.php:181 #: ../../Zotlabs/Module/Suggest.php:28 ../../Zotlabs/Module/Message.php:18 -#: ../../Zotlabs/Module/Mail.php:164 ../../Zotlabs/Module/Register.php:77 +#: ../../Zotlabs/Module/Mail.php:146 ../../Zotlabs/Module/Register.php:77 #: ../../Zotlabs/Module/Cover_photo.php:281 #: ../../Zotlabs/Module/Cover_photo.php:294 -#: ../../Zotlabs/Module/Network.php:15 ../../Zotlabs/Module/Filestorage.php:23 -#: ../../Zotlabs/Module/Filestorage.php:78 -#: ../../Zotlabs/Module/Filestorage.php:93 -#: ../../Zotlabs/Module/Filestorage.php:120 ../../Zotlabs/Module/Common.php:39 +#: ../../Zotlabs/Module/Network.php:15 ../../Zotlabs/Module/Filestorage.php:15 +#: ../../Zotlabs/Module/Filestorage.php:70 +#: ../../Zotlabs/Module/Filestorage.php:85 +#: ../../Zotlabs/Module/Filestorage.php:112 ../../Zotlabs/Module/Common.php:39 #: ../../Zotlabs/Module/Viewconnections.php:28 #: ../../Zotlabs/Module/Viewconnections.php:33 #: ../../Zotlabs/Module/Service_limits.php:11 @@ -257,16 +243,14 @@ msgstr "Das angefragte Profil ist nicht verfügbar." #: ../../Zotlabs/Lib/Chatroom.php:137 ../../Zotlabs/Web/WebServer.php:131 #: ../../addon/keepout/keepout.php:36 ../../addon/openid/Mod_Id.php:53 #: ../../addon/gitwiki/Mod_Gitwiki.php:196 -#: ../../addon/gitwiki/Mod_Gitwiki.php:292 -#: ../../addon/diaspora_reconnect/diaspora_reconnect.php:58 -#: ../../addon/pumpio/pumpio.php:40 ../../include/attach.php:144 -#: ../../include/attach.php:191 ../../include/attach.php:255 -#: ../../include/attach.php:269 ../../include/attach.php:276 -#: ../../include/attach.php:344 ../../include/attach.php:358 -#: ../../include/attach.php:365 ../../include/attach.php:442 -#: ../../include/attach.php:909 ../../include/attach.php:983 -#: ../../include/attach.php:1148 ../../include/items.php:3470 -#: ../../include/photos.php:27 +#: ../../addon/gitwiki/Mod_Gitwiki.php:292 ../../addon/pumpio/pumpio.php:40 +#: ../../include/attach.php:144 ../../include/attach.php:191 +#: ../../include/attach.php:255 ../../include/attach.php:269 +#: ../../include/attach.php:276 ../../include/attach.php:344 +#: ../../include/attach.php:358 ../../include/attach.php:365 +#: ../../include/attach.php:443 ../../include/attach.php:918 +#: ../../include/attach.php:992 ../../include/attach.php:1157 +#: ../../include/items.php:3440 ../../include/photos.php:28 msgid "Permission denied." msgstr "Berechtigung verweigert." @@ -275,7 +259,7 @@ msgstr "Berechtigung verweigert." msgid "Block Name" msgstr "Block-Name" -#: ../../Zotlabs/Module/Blocks.php:154 ../../include/text.php:2267 +#: ../../Zotlabs/Module/Blocks.php:154 ../../include/text.php:2280 msgid "Blocks" msgstr "Blöcke" @@ -284,25 +268,22 @@ msgid "Block Title" msgstr "Titel des Blocks" #: ../../Zotlabs/Module/Blocks.php:157 ../../Zotlabs/Module/Menu.php:114 -#: ../../Zotlabs/Module/Layouts.php:191 ../../Zotlabs/Module/Webpages.php:256 -#: ../../include/page_widgets.php:47 +#: ../../Zotlabs/Module/Layouts.php:191 ../../Zotlabs/Module/Webpages.php:251 msgid "Created" msgstr "Erstellt" #: ../../Zotlabs/Module/Blocks.php:158 ../../Zotlabs/Module/Menu.php:115 -#: ../../Zotlabs/Module/Layouts.php:192 ../../Zotlabs/Module/Webpages.php:257 -#: ../../include/page_widgets.php:48 +#: ../../Zotlabs/Module/Layouts.php:192 ../../Zotlabs/Module/Webpages.php:252 msgid "Edited" msgstr "Geändert" -#: ../../Zotlabs/Module/Blocks.php:159 +#: ../../Zotlabs/Module/Blocks.php:159 ../../Zotlabs/Module/Cdav.php:1126 #: ../../Zotlabs/Module/New_channel.php:147 -#: ../../Zotlabs/Module/Connedit.php:917 ../../Zotlabs/Module/Menu.php:118 +#: ../../Zotlabs/Module/Connedit.php:935 ../../Zotlabs/Module/Menu.php:118 #: ../../Zotlabs/Module/Layouts.php:185 ../../Zotlabs/Module/Profiles.php:801 -#: ../../Zotlabs/Module/Webpages.php:244 ../../Zotlabs/Storage/Browser.php:228 -#: ../../Zotlabs/Storage/Browser.php:332 ../../addon/cdav/Mod_Cdav.php:1151 -#: ../../addon/cdav/include/widgets.php:127 -#: ../../addon/cdav/include/widgets.php:164 +#: ../../Zotlabs/Module/Webpages.php:239 ../../Zotlabs/Storage/Browser.php:229 +#: ../../Zotlabs/Storage/Browser.php:335 ../../Zotlabs/Widget/Cdav.php:127 +#: ../../Zotlabs/Widget/Cdav.php:164 msgid "Create" msgstr "Erstelle" @@ -310,52 +291,49 @@ msgstr "Erstelle" #: ../../Zotlabs/Module/Admin/Profs.php:154 #: ../../Zotlabs/Module/Settings/Oauth.php:149 #: ../../Zotlabs/Module/Thing.php:260 ../../Zotlabs/Module/Editblock.php:114 -#: ../../Zotlabs/Module/Connections.php:296 -#: ../../Zotlabs/Module/Connections.php:316 ../../Zotlabs/Module/Wiki.php:165 -#: ../../Zotlabs/Module/Wiki.php:275 ../../Zotlabs/Module/Menu.php:112 +#: ../../Zotlabs/Module/Connections.php:260 +#: ../../Zotlabs/Module/Connections.php:297 +#: ../../Zotlabs/Module/Connections.php:317 ../../Zotlabs/Module/Wiki.php:167 +#: ../../Zotlabs/Module/Wiki.php:300 ../../Zotlabs/Module/Menu.php:112 #: ../../Zotlabs/Module/Layouts.php:193 #: ../../Zotlabs/Module/Editwebpage.php:142 -#: ../../Zotlabs/Module/Webpages.php:245 ../../Zotlabs/Module/Editpost.php:80 -#: ../../Zotlabs/Lib/Apps.php:367 ../../Zotlabs/Lib/ThreadItem.php:107 -#: ../../Zotlabs/Storage/Browser.php:238 -#: ../../addon/cdav/include/widgets.php:125 -#: ../../addon/cdav/include/widgets.php:161 -#: ../../addon/gitwiki/Mod_Gitwiki.php:151 -#: ../../addon/gitwiki/Mod_Gitwiki.php:252 ../../include/channel.php:1044 -#: ../../include/channel.php:1048 ../../include/menu.php:113 -#: ../../include/page_widgets.php:9 ../../include/page_widgets.php:39 +#: ../../Zotlabs/Module/Webpages.php:240 ../../Zotlabs/Module/Editpost.php:85 +#: ../../Zotlabs/Lib/Apps.php:393 ../../Zotlabs/Lib/ThreadItem.php:107 +#: ../../Zotlabs/Storage/Browser.php:239 ../../Zotlabs/Widget/Cdav.php:125 +#: ../../Zotlabs/Widget/Cdav.php:161 ../../addon/gitwiki/Mod_Gitwiki.php:151 +#: ../../addon/gitwiki/Mod_Gitwiki.php:252 ../../include/channel.php:1161 +#: ../../include/channel.php:1165 ../../include/menu.php:113 msgid "Edit" msgstr "Bearbeiten" -#: ../../Zotlabs/Module/Blocks.php:161 ../../Zotlabs/Module/Photos.php:1042 -#: ../../Zotlabs/Module/Layouts.php:194 ../../Zotlabs/Module/Webpages.php:246 -#: ../../addon/cdav/include/widgets.php:123 -#: ../../include/conversation.php:1311 +#: ../../Zotlabs/Module/Blocks.php:161 ../../Zotlabs/Module/Photos.php:1044 +#: ../../Zotlabs/Module/Layouts.php:194 ../../Zotlabs/Module/Webpages.php:241 +#: ../../Zotlabs/Widget/Cdav.php:123 ../../include/conversation.php:1308 msgid "Share" msgstr "Teilen" #: ../../Zotlabs/Module/Blocks.php:162 ../../Zotlabs/Module/Editlayout.php:138 +#: ../../Zotlabs/Module/Cdav.php:838 ../../Zotlabs/Module/Cdav.php:1128 #: ../../Zotlabs/Module/Admin/Accounts.php:173 #: ../../Zotlabs/Module/Admin/Channels.php:149 #: ../../Zotlabs/Module/Admin/Profs.php:155 #: ../../Zotlabs/Module/Settings/Oauth.php:150 #: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Module/Editblock.php:139 -#: ../../Zotlabs/Module/Connections.php:267 -#: ../../Zotlabs/Module/Photos.php:1143 ../../Zotlabs/Module/Connedit.php:650 -#: ../../Zotlabs/Module/Connedit.php:919 ../../Zotlabs/Module/Group.php:177 +#: ../../Zotlabs/Module/Connections.php:268 +#: ../../Zotlabs/Module/Photos.php:1145 ../../Zotlabs/Module/Connedit.php:650 +#: ../../Zotlabs/Module/Connedit.php:937 ../../Zotlabs/Module/Group.php:179 #: ../../Zotlabs/Module/Profiles.php:803 #: ../../Zotlabs/Module/Editwebpage.php:167 -#: ../../Zotlabs/Module/Webpages.php:247 ../../Zotlabs/Lib/Apps.php:368 -#: ../../Zotlabs/Lib/ThreadItem.php:127 ../../Zotlabs/Storage/Browser.php:239 -#: ../../addon/cdav/Mod_Cdav.php:864 ../../addon/cdav/Mod_Cdav.php:1153 -#: ../../include/conversation.php:654 +#: ../../Zotlabs/Module/Webpages.php:242 ../../Zotlabs/Lib/Apps.php:394 +#: ../../Zotlabs/Lib/ThreadItem.php:127 ../../Zotlabs/Storage/Browser.php:240 +#: ../../include/conversation.php:649 ../../include/conversation.php:686 msgid "Delete" msgstr "Löschen" #: ../../Zotlabs/Module/Blocks.php:166 ../../Zotlabs/Module/Events.php:694 -#: ../../Zotlabs/Module/Wiki.php:167 ../../Zotlabs/Module/Layouts.php:198 -#: ../../Zotlabs/Module/Webpages.php:251 ../../Zotlabs/Module/Pubsites.php:59 -#: ../../addon/gitwiki/Mod_Gitwiki.php:153 ../../include/page_widgets.php:42 +#: ../../Zotlabs/Module/Wiki.php:169 ../../Zotlabs/Module/Layouts.php:198 +#: ../../Zotlabs/Module/Webpages.php:246 ../../Zotlabs/Module/Pubsites.php:59 +#: ../../addon/gitwiki/Mod_Gitwiki.php:153 msgid "View" msgstr "Ansicht" @@ -388,52 +366,56 @@ msgid_plural "%d messages sent." msgstr[0] "%d Nachricht gesendet." msgstr[1] "%d Nachrichten gesendet." -#: ../../Zotlabs/Module/Invite.php:105 +#: ../../Zotlabs/Module/Invite.php:98 ../../Zotlabs/Lib/Apps.php:254 +msgid "Invite" +msgstr "Einladen" + +#: ../../Zotlabs/Module/Invite.php:107 msgid "You have no more invitations available" msgstr "Du hast keine weiteren verfügbare Einladungen" -#: ../../Zotlabs/Module/Invite.php:136 +#: ../../Zotlabs/Module/Invite.php:138 msgid "Send invitations" msgstr "Einladungen senden" -#: ../../Zotlabs/Module/Invite.php:137 +#: ../../Zotlabs/Module/Invite.php:139 msgid "Enter email addresses, one per line:" msgstr "Email-Adressen eintragen, eine pro Zeile:" -#: ../../Zotlabs/Module/Invite.php:138 ../../Zotlabs/Module/Mail.php:303 +#: ../../Zotlabs/Module/Invite.php:140 ../../Zotlabs/Module/Mail.php:285 msgid "Your message:" msgstr "Deine Nachricht:" -#: ../../Zotlabs/Module/Invite.php:139 +#: ../../Zotlabs/Module/Invite.php:141 msgid "Please join my community on $Projectname." msgstr "Schließe Dich uns auf $Projectname an!" -#: ../../Zotlabs/Module/Invite.php:141 +#: ../../Zotlabs/Module/Invite.php:143 msgid "You will need to supply this invitation code:" msgstr "Bitte verwende bei der Registrierung den folgenden Einladungscode:" -#: ../../Zotlabs/Module/Invite.php:142 +#: ../../Zotlabs/Module/Invite.php:144 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)" -#: ../../Zotlabs/Module/Invite.php:144 +#: ../../Zotlabs/Module/Invite.php:146 msgid "2. Enter my $Projectname network address into the site searchbar." msgstr "2. Gib meine $Projectname-Adresse im Suchfeld ein." -#: ../../Zotlabs/Module/Invite.php:145 +#: ../../Zotlabs/Module/Invite.php:147 msgid "or visit" msgstr "oder besuche" -#: ../../Zotlabs/Module/Invite.php:147 +#: ../../Zotlabs/Module/Invite.php:149 msgid "3. Click [Connect]" msgstr "3. Klicke auf [Verbinden]" -#: ../../Zotlabs/Module/Invite.php:149 ../../Zotlabs/Module/Locs.php:121 +#: ../../Zotlabs/Module/Invite.php:151 ../../Zotlabs/Module/Locs.php:121 #: ../../Zotlabs/Module/Mitem.php:243 ../../Zotlabs/Module/Events.php:493 -#: ../../Zotlabs/Module/Appman.php:134 +#: ../../Zotlabs/Module/Appman.php:148 #: ../../Zotlabs/Module/Import_items.php:129 -#: ../../Zotlabs/Module/Setup.php:309 ../../Zotlabs/Module/Setup.php:357 +#: ../../Zotlabs/Module/Setup.php:308 ../../Zotlabs/Module/Setup.php:349 #: ../../Zotlabs/Module/Connect.php:98 #: ../../Zotlabs/Module/Admin/Features.php:66 #: ../../Zotlabs/Module/Admin/Plugins.php:438 @@ -441,35 +423,35 @@ msgstr "3. Klicke auf [Verbinden]" #: ../../Zotlabs/Module/Admin/Logs.php:84 #: ../../Zotlabs/Module/Admin/Channels.php:147 #: ../../Zotlabs/Module/Admin/Themes.php:158 -#: ../../Zotlabs/Module/Admin/Site.php:279 +#: ../../Zotlabs/Module/Admin/Site.php:271 #: ../../Zotlabs/Module/Admin/Profs.php:157 #: ../../Zotlabs/Module/Admin/Account_edit.php:74 #: ../../Zotlabs/Module/Admin/Security.php:104 #: ../../Zotlabs/Module/Settings/Permcats.php:110 -#: ../../Zotlabs/Module/Settings/Channel.php:476 +#: ../../Zotlabs/Module/Settings/Channel.php:480 #: ../../Zotlabs/Module/Settings/Features.php:47 #: ../../Zotlabs/Module/Settings/Tokens.php:168 #: ../../Zotlabs/Module/Settings/Account.php:118 -#: ../../Zotlabs/Module/Settings/Featured.php:50 +#: ../../Zotlabs/Module/Settings/Featured.php:52 #: ../../Zotlabs/Module/Settings/Display.php:203 #: ../../Zotlabs/Module/Settings/Oauth.php:87 #: ../../Zotlabs/Module/Thing.php:320 ../../Zotlabs/Module/Thing.php:370 -#: ../../Zotlabs/Module/Import.php:514 ../../Zotlabs/Module/Cal.php:343 -#: ../../Zotlabs/Module/Mood.php:139 ../../Zotlabs/Module/Photos.php:657 -#: ../../Zotlabs/Module/Photos.php:1022 ../../Zotlabs/Module/Photos.php:1062 -#: ../../Zotlabs/Module/Photos.php:1180 ../../Zotlabs/Module/Wiki.php:169 -#: ../../Zotlabs/Module/Pdledit.php:74 ../../Zotlabs/Module/Poke.php:186 -#: ../../Zotlabs/Module/Connedit.php:882 ../../Zotlabs/Module/Chat.php:194 -#: ../../Zotlabs/Module/Chat.php:240 ../../Zotlabs/Module/Pconfig.php:107 -#: ../../Zotlabs/Module/Group.php:85 ../../Zotlabs/Module/Profiles.php:726 +#: ../../Zotlabs/Module/Import.php:518 ../../Zotlabs/Module/Cal.php:343 +#: ../../Zotlabs/Module/Mood.php:139 ../../Zotlabs/Module/Photos.php:659 +#: ../../Zotlabs/Module/Photos.php:1024 ../../Zotlabs/Module/Photos.php:1064 +#: ../../Zotlabs/Module/Photos.php:1182 ../../Zotlabs/Module/Wiki.php:171 +#: ../../Zotlabs/Module/Pdledit.php:74 ../../Zotlabs/Module/Poke.php:200 +#: ../../Zotlabs/Module/Connedit.php:900 ../../Zotlabs/Module/Chat.php:196 +#: ../../Zotlabs/Module/Chat.php:242 ../../Zotlabs/Module/Pconfig.php:107 +#: ../../Zotlabs/Module/Group.php:87 ../../Zotlabs/Module/Profiles.php:726 #: ../../Zotlabs/Module/Sources.php:114 ../../Zotlabs/Module/Sources.php:149 -#: ../../Zotlabs/Module/Xchan.php:15 ../../Zotlabs/Module/Mail.php:449 -#: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Rate.php:166 -#: ../../Zotlabs/Lib/ThreadItem.php:732 +#: ../../Zotlabs/Module/Xchan.php:15 ../../Zotlabs/Module/Mail.php:431 +#: ../../Zotlabs/Module/Filestorage.php:155 ../../Zotlabs/Module/Rate.php:166 +#: ../../Zotlabs/Lib/ThreadItem.php:730 #: ../../Zotlabs/Widget/Eventstools.php:16 -#: ../../view/theme/redbasic/php/config.php:84 -#: ../../addon/skeleton/skeleton.php:65 ../../addon/gnusoc/gnusoc.php:134 -#: ../../addon/cdav/cdav.php:246 ../../addon/planets/planets.php:157 +#: ../../view/theme/redbasic/php/config.php:95 +#: ../../addon/skeleton/skeleton.php:65 ../../addon/gnusoc/gnusoc.php:226 +#: ../../addon/planets/planets.php:153 #: ../../addon/openclipatar/openclipatar.php:53 #: ../../addon/wppost/wppost.php:113 ../../addon/nsfw/nsfw.php:92 #: ../../addon/ijpost/ijpost.php:89 ../../addon/dwpost/dwpost.php:89 @@ -477,7 +459,7 @@ msgstr "3. Klicke auf [Verbinden]" #: ../../addon/likebanner/likebanner.php:57 #: ../../addon/redphotos/redphotos.php:136 ../../addon/irc/irc.php:53 #: ../../addon/ljpost/ljpost.php:86 ../../addon/startpage/startpage.php:113 -#: ../../addon/diaspora/diaspora.php:712 +#: ../../addon/diaspora/diaspora.php:759 #: ../../addon/gitwiki/Mod_Gitwiki.php:155 #: ../../addon/rainbowtag/rainbowtag.php:85 ../../addon/visage/visage.php:170 #: ../../addon/nsabait/nsabait.php:161 ../../addon/mailtest/mailtest.php:100 @@ -493,11 +475,11 @@ msgstr "3. Klicke auf [Verbinden]" #: ../../addon/statusnet/statusnet.php:432 #: ../../addon/statusnet/statusnet.php:899 ../../addon/twitter/twitter.php:217 #: ../../addon/twitter/twitter.php:259 -#: ../../addon/smileybutton/smileybutton.php:281 +#: ../../addon/smileybutton/smileybutton.php:219 #: ../../addon/piwik/piwik.php:95 ../../addon/pageheader/pageheader.php:48 -#: ../../addon/xmpp/xmpp.php:69 ../../addon/pumpio/pumpio.php:237 -#: ../../addon/redfiles/redfiles.php:124 ../../addon/hubwall/hubwall.php:95 -#: ../../include/js_strings.php:22 +#: ../../addon/authchoose/authchoose.php:71 ../../addon/xmpp/xmpp.php:69 +#: ../../addon/pumpio/pumpio.php:237 ../../addon/redfiles/redfiles.php:124 +#: ../../addon/hubwall/hubwall.php:95 ../../include/js_strings.php:22 msgid "Submit" msgstr "Absenden" @@ -523,12 +505,12 @@ msgid "Edit Layout" msgstr "Layout bearbeiten" #: ../../Zotlabs/Module/Profperm.php:28 ../../Zotlabs/Module/Subthread.php:62 -#: ../../Zotlabs/Module/Import_items.php:120 ../../Zotlabs/Module/Group.php:72 +#: ../../Zotlabs/Module/Import_items.php:120 ../../Zotlabs/Module/Group.php:74 #: ../../Zotlabs/Module/Dreport.php:10 ../../Zotlabs/Module/Dreport.php:68 #: ../../Zotlabs/Module/Like.php:283 ../../Zotlabs/Web/WebServer.php:130 #: ../../addon/redphotos/redphotos.php:119 #: ../../addon/frphotos/frphotos.php:81 ../../addon/redfiles/redfiles.php:109 -#: ../../include/items.php:327 +#: ../../include/items.php:340 msgid "Permission denied" msgstr "Keine Berechtigung" @@ -540,7 +522,7 @@ msgstr "Ungültiger Profil-Identifikator" msgid "Profile Visibility Editor" msgstr "Profil-Sichtbarkeits-Editor" -#: ../../Zotlabs/Module/Profperm.php:113 ../../include/channel.php:1362 +#: ../../Zotlabs/Module/Profperm.php:113 ../../include/channel.php:1485 msgid "Profile" msgstr "Profil" @@ -553,10 +535,291 @@ msgid "Visible To" msgstr "Sichtbar für" #: ../../Zotlabs/Module/Profperm.php:140 -#: ../../Zotlabs/Module/Connections.php:141 +#: ../../Zotlabs/Module/Connections.php:140 msgid "All Connections" msgstr "Alle Verbindungen" +#: ../../Zotlabs/Module/Cdav.php:726 +msgid "INVALID EVENT DISMISSED!" +msgstr "UNGÜLTIGEN TERMIN ABGELEHNT!" + +#: ../../Zotlabs/Module/Cdav.php:727 +msgid "Summary: " +msgstr "Zusammenfassung:" + +#: ../../Zotlabs/Module/Cdav.php:727 ../../Zotlabs/Module/Cdav.php:728 +#: ../../Zotlabs/Module/Cdav.php:735 ../../Zotlabs/Module/Embedphotos.php:146 +#: ../../Zotlabs/Module/Photos.php:759 ../../Zotlabs/Module/Photos.php:1215 +#: ../../Zotlabs/Lib/Apps.php:721 ../../Zotlabs/Lib/Apps.php:799 +#: ../../Zotlabs/Storage/Browser.php:164 ../../Zotlabs/Widget/Portfolio.php:86 +#: ../../Zotlabs/Widget/Album.php:84 ../../include/conversation.php:1107 +msgid "Unknown" +msgstr "Unbekannt" + +#: ../../Zotlabs/Module/Cdav.php:728 +msgid "Date: " +msgstr "Datum:" + +#: ../../Zotlabs/Module/Cdav.php:729 ../../Zotlabs/Module/Cdav.php:736 +msgid "Reason: " +msgstr "Grund:" + +#: ../../Zotlabs/Module/Cdav.php:734 +msgid "INVALID CARD DISMISSED!" +msgstr "UNGÜLTIGE KARTE ABGELEHNT!" + +#: ../../Zotlabs/Module/Cdav.php:735 +msgid "Name: " +msgstr "Name: " + +#: ../../Zotlabs/Module/Cdav.php:768 +msgid "CalDAV" +msgstr "CalDAV" + +#: ../../Zotlabs/Module/Cdav.php:809 ../../Zotlabs/Module/Events.php:460 +msgid "Event title" +msgstr "Termintitel" + +#: ../../Zotlabs/Module/Cdav.php:810 ../../Zotlabs/Module/Events.php:466 +msgid "Start date and time" +msgstr "Startdatum und -zeit" + +#: ../../Zotlabs/Module/Cdav.php:810 ../../Zotlabs/Module/Cdav.php:811 +msgid "Example: YYYY-MM-DD HH:mm" +msgstr "Beispiel: JJJJ-MM-TT HH:mm" + +#: ../../Zotlabs/Module/Cdav.php:811 +msgid "End date and time" +msgstr "Enddatum und -zeit" + +#: ../../Zotlabs/Module/Cdav.php:812 ../../Zotlabs/Module/Events.php:473 +#: ../../Zotlabs/Module/Appman.php:138 ../../Zotlabs/Module/Rbmark.php:101 +#: ../../addon/rendezvous/rendezvous.php:173 +msgid "Description" +msgstr "Beschreibung" + +#: ../../Zotlabs/Module/Cdav.php:813 ../../Zotlabs/Module/Locs.php:117 +#: ../../Zotlabs/Module/Events.php:475 ../../Zotlabs/Module/Profiles.php:509 +#: ../../Zotlabs/Module/Profiles.php:737 ../../Zotlabs/Module/Pubsites.php:51 +#: ../../include/js_strings.php:25 +msgid "Location" +msgstr "Ort" + +#: ../../Zotlabs/Module/Cdav.php:820 ../../Zotlabs/Module/Events.php:689 +#: ../../Zotlabs/Module/Events.php:698 ../../Zotlabs/Module/Cal.php:337 +#: ../../Zotlabs/Module/Cal.php:344 ../../Zotlabs/Module/Photos.php:913 +msgid "Previous" +msgstr "Voriges" + +#: ../../Zotlabs/Module/Cdav.php:821 ../../Zotlabs/Module/Events.php:690 +#: ../../Zotlabs/Module/Events.php:699 ../../Zotlabs/Module/Setup.php:263 +#: ../../Zotlabs/Module/Cal.php:338 ../../Zotlabs/Module/Cal.php:345 +#: ../../Zotlabs/Module/Photos.php:922 +msgid "Next" +msgstr "Nächste" + +#: ../../Zotlabs/Module/Cdav.php:822 ../../Zotlabs/Module/Events.php:700 +#: ../../Zotlabs/Module/Cal.php:346 +msgid "Today" +msgstr "Heute" + +#: ../../Zotlabs/Module/Cdav.php:823 ../../Zotlabs/Module/Events.php:695 +msgid "Month" +msgstr "Monat" + +#: ../../Zotlabs/Module/Cdav.php:824 ../../Zotlabs/Module/Events.php:696 +msgid "Week" +msgstr "Woche" + +#: ../../Zotlabs/Module/Cdav.php:825 ../../Zotlabs/Module/Events.php:697 +msgid "Day" +msgstr "Tag" + +#: ../../Zotlabs/Module/Cdav.php:826 +msgid "List month" +msgstr "Liste Monat" + +#: ../../Zotlabs/Module/Cdav.php:827 +msgid "List week" +msgstr "Liste Woche" + +#: ../../Zotlabs/Module/Cdav.php:828 +msgid "List day" +msgstr "Liste Tag" + +#: ../../Zotlabs/Module/Cdav.php:835 +msgid "More" +msgstr "Mehr" + +#: ../../Zotlabs/Module/Cdav.php:836 +msgid "Less" +msgstr "Weniger" + +#: ../../Zotlabs/Module/Cdav.php:837 +msgid "Select calendar" +msgstr "Kalender auswählen" + +#: ../../Zotlabs/Module/Cdav.php:839 +msgid "Delete all" +msgstr "Alles löschen" + +#: ../../Zotlabs/Module/Cdav.php:840 ../../Zotlabs/Module/Cdav.php:1129 +#: ../../Zotlabs/Module/Admin/Plugins.php:423 +#: ../../Zotlabs/Module/Settings/Oauth.php:88 +#: ../../Zotlabs/Module/Settings/Oauth.php:114 +#: ../../Zotlabs/Module/Wiki.php:290 ../../Zotlabs/Module/Wiki.php:316 +#: ../../Zotlabs/Module/Connedit.php:938 ../../Zotlabs/Module/Fbrowser.php:66 +#: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Profiles.php:804 +#: ../../Zotlabs/Module/Filer.php:55 ../../Zotlabs/Module/Tagrm.php:15 +#: ../../Zotlabs/Module/Tagrm.php:138 ../../addon/js_upload/js_upload.php:46 +#: ../../addon/gitwiki/Mod_Gitwiki.php:244 +#: ../../addon/gitwiki/Mod_Gitwiki.php:267 ../../include/conversation.php:1324 +#: ../../include/conversation.php:1373 +msgid "Cancel" +msgstr "Abbrechen" + +#: ../../Zotlabs/Module/Cdav.php:841 +msgid "Sorry! Editing of recurrent events is not yet implemented." +msgstr "Entschuldigung, aber das Bearbeiten von wiederkehrenden Veranstaltungen ist leider noch nicht implementiert." + +#: ../../Zotlabs/Module/Cdav.php:969 +msgid "CardDAV" +msgstr "CardDAV" + +#: ../../Zotlabs/Module/Cdav.php:1111 +#: ../../Zotlabs/Module/Sharedwithme.php:105 +#: ../../Zotlabs/Module/Admin/Channels.php:159 +#: ../../Zotlabs/Module/Settings/Oauth.php:89 +#: ../../Zotlabs/Module/Settings/Oauth.php:115 +#: ../../Zotlabs/Module/Wiki.php:174 ../../Zotlabs/Module/Connedit.php:920 +#: ../../Zotlabs/Module/Chat.php:251 ../../Zotlabs/Lib/NativeWikiPage.php:539 +#: ../../Zotlabs/Storage/Browser.php:234 +#: ../../Zotlabs/Widget/Wiki_page_history.php:22 +#: ../../addon/rendezvous/rendezvous.php:172 +#: ../../addon/gitwiki/Mod_Gitwiki.php:158 +msgid "Name" +msgstr "Name" + +#: ../../Zotlabs/Module/Cdav.php:1112 ../../Zotlabs/Module/Connedit.php:921 +msgid "Organisation" +msgstr "Organisation" + +#: ../../Zotlabs/Module/Cdav.php:1113 ../../Zotlabs/Module/Connedit.php:922 +msgid "Title" +msgstr "Titel" + +#: ../../Zotlabs/Module/Cdav.php:1114 ../../Zotlabs/Module/Connedit.php:923 +#: ../../Zotlabs/Module/Profiles.php:789 +msgid "Phone" +msgstr "Telefon" + +#: ../../Zotlabs/Module/Cdav.php:1115 +#: ../../Zotlabs/Module/Admin/Accounts.php:169 +#: ../../Zotlabs/Module/Admin/Accounts.php:181 +#: ../../Zotlabs/Module/Connedit.php:924 ../../Zotlabs/Module/Profiles.php:790 +#: ../../addon/openid/MysqlProvider.php:56 +#: ../../addon/openid/MysqlProvider.php:57 ../../addon/rtof/rtof.php:93 +#: ../../addon/redred/redred.php:107 ../../include/network.php:1697 +msgid "Email" +msgstr "E-Mail" + +#: ../../Zotlabs/Module/Cdav.php:1116 ../../Zotlabs/Module/Connedit.php:925 +#: ../../Zotlabs/Module/Profiles.php:791 +msgid "Instant messenger" +msgstr "Sofortnachrichtendienst" + +#: ../../Zotlabs/Module/Cdav.php:1117 ../../Zotlabs/Module/Connedit.php:926 +#: ../../Zotlabs/Module/Profiles.php:792 +msgid "Website" +msgstr "Webseite" + +#: ../../Zotlabs/Module/Cdav.php:1118 ../../Zotlabs/Module/Locs.php:118 +#: ../../Zotlabs/Module/Admin/Channels.php:160 +#: ../../Zotlabs/Module/Connedit.php:927 ../../Zotlabs/Module/Profiles.php:502 +#: ../../Zotlabs/Module/Profiles.php:793 +msgid "Address" +msgstr "Adresse" + +#: ../../Zotlabs/Module/Cdav.php:1119 ../../Zotlabs/Module/Connedit.php:928 +#: ../../Zotlabs/Module/Profiles.php:794 +msgid "Note" +msgstr "Hinweis" + +#: ../../Zotlabs/Module/Cdav.php:1120 ../../Zotlabs/Module/Connedit.php:929 +#: ../../Zotlabs/Module/Profiles.php:795 ../../include/event.php:1290 +#: ../../include/connections.php:674 +msgid "Mobile" +msgstr "Mobil" + +#: ../../Zotlabs/Module/Cdav.php:1121 ../../Zotlabs/Module/Connedit.php:930 +#: ../../Zotlabs/Module/Profiles.php:796 ../../include/event.php:1291 +#: ../../include/connections.php:675 +msgid "Home" +msgstr "Home" + +#: ../../Zotlabs/Module/Cdav.php:1122 ../../Zotlabs/Module/Connedit.php:931 +#: ../../Zotlabs/Module/Profiles.php:797 ../../include/event.php:1294 +#: ../../include/connections.php:678 +msgid "Work" +msgstr "Arbeit" + +#: ../../Zotlabs/Module/Cdav.php:1124 ../../Zotlabs/Module/Connedit.php:933 +#: ../../Zotlabs/Module/Profiles.php:799 +#: ../../addon/jappixmini/jappixmini.php:368 +msgid "Add Contact" +msgstr "Kontakt hinzufügen" + +#: ../../Zotlabs/Module/Cdav.php:1125 ../../Zotlabs/Module/Connedit.php:934 +#: ../../Zotlabs/Module/Profiles.php:800 +msgid "Add Field" +msgstr "Feld hinzufügen" + +#: ../../Zotlabs/Module/Cdav.php:1127 +#: ../../Zotlabs/Module/Admin/Plugins.php:453 +#: ../../Zotlabs/Module/Settings/Oauth.php:42 +#: ../../Zotlabs/Module/Settings/Oauth.php:113 +#: ../../Zotlabs/Module/Connedit.php:936 ../../Zotlabs/Module/Profiles.php:802 +#: ../../Zotlabs/Lib/Apps.php:384 +msgid "Update" +msgstr "Aktualisieren" + +#: ../../Zotlabs/Module/Cdav.php:1130 ../../Zotlabs/Module/Connedit.php:939 +msgid "P.O. Box" +msgstr "Postfach" + +#: ../../Zotlabs/Module/Cdav.php:1131 ../../Zotlabs/Module/Connedit.php:940 +msgid "Additional" +msgstr "Zusätzlich" + +#: ../../Zotlabs/Module/Cdav.php:1132 ../../Zotlabs/Module/Connedit.php:941 +msgid "Street" +msgstr "Straße" + +#: ../../Zotlabs/Module/Cdav.php:1133 ../../Zotlabs/Module/Connedit.php:942 +msgid "Locality" +msgstr "Ortschaft" + +#: ../../Zotlabs/Module/Cdav.php:1134 ../../Zotlabs/Module/Connedit.php:943 +msgid "Region" +msgstr "Region" + +#: ../../Zotlabs/Module/Cdav.php:1135 ../../Zotlabs/Module/Connedit.php:944 +msgid "ZIP Code" +msgstr "Postleitzahl" + +#: ../../Zotlabs/Module/Cdav.php:1136 ../../Zotlabs/Module/Connedit.php:945 +#: ../../Zotlabs/Module/Profiles.php:760 +msgid "Country" +msgstr "Land" + +#: ../../Zotlabs/Module/Cdav.php:1183 +msgid "Default Calendar" +msgstr "Standardkalender" + +#: ../../Zotlabs/Module/Cdav.php:1193 +msgid "Default Addressbook" +msgstr "Standardadressbuch" + #: ../../Zotlabs/Module/Regdir.php:49 ../../Zotlabs/Module/Dirsearch.php:25 msgid "This site is not a directory server" msgstr "Diese Webseite ist kein Verzeichnisserver" @@ -566,20 +829,30 @@ msgstr "Diese Webseite ist kein Verzeichnisserver" msgid "You must be logged in to see this page." msgstr "Du musst angemeldet sein, um diese Seite betrachten zu können." -#: ../../Zotlabs/Module/Channel.php:47 ../../Zotlabs/Module/Hcard.php:35 -#: ../../Zotlabs/Module/Profile.php:43 +#: ../../Zotlabs/Module/Channel.php:47 ../../Zotlabs/Module/Hcard.php:37 +#: ../../Zotlabs/Module/Profile.php:45 msgid "Posts and comments" msgstr "Beiträge und Kommentare" -#: ../../Zotlabs/Module/Channel.php:54 ../../Zotlabs/Module/Hcard.php:42 -#: ../../Zotlabs/Module/Profile.php:50 +#: ../../Zotlabs/Module/Channel.php:54 ../../Zotlabs/Module/Hcard.php:44 +#: ../../Zotlabs/Module/Profile.php:52 msgid "Only posts" msgstr "Nur Beiträge" +#: ../../Zotlabs/Module/Channel.php:97 ../../Zotlabs/Lib/Apps.php:240 +#: ../../include/nav.php:175 +msgid "Channel Home" +msgstr "Mein Kanal" + #: ../../Zotlabs/Module/Channel.php:112 msgid "Insufficient permissions. Request redirected to profile page." msgstr "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet." +#: ../../Zotlabs/Module/Lang.php:8 ../../Zotlabs/Lib/Apps.php:256 +#: ../../addon/openid/MysqlProvider.php:69 +msgid "Language" +msgstr "Sprache" + #: ../../Zotlabs/Module/Uexport.php:57 ../../Zotlabs/Module/Uexport.php:58 msgid "Export Channel" msgstr "Kanal exportieren" @@ -645,19 +918,20 @@ msgstr "Diese Inhalts-Sicherungen können wiederhergestellt werden, indem Du <a msgid "Public access denied." msgstr "Öffentlichen Zugriff verweigert." -#: ../../Zotlabs/Module/Search.php:44 ../../Zotlabs/Module/Connections.php:312 -#: ../../Zotlabs/Lib/Apps.php:237 ../../Zotlabs/Widget/Sitesearch.php:31 -#: ../../include/text.php:1027 ../../include/text.php:1039 -#: ../../include/acl_selectors.php:213 ../../include/nav.php:164 +#: ../../Zotlabs/Module/Search.php:25 ../../Zotlabs/Module/Search.php:44 +#: ../../Zotlabs/Module/Connections.php:313 ../../Zotlabs/Lib/Apps.php:250 +#: ../../Zotlabs/Widget/Sitesearch.php:31 ../../include/text.php:1021 +#: ../../include/text.php:1033 ../../include/acl_selectors.php:213 +#: ../../include/nav.php:160 msgid "Search" msgstr "Suche" -#: ../../Zotlabs/Module/Search.php:224 +#: ../../Zotlabs/Module/Search.php:225 #, php-format msgid "Items tagged with: %s" msgstr "Beiträge mit Schlagwort: %s" -#: ../../Zotlabs/Module/Search.php:226 +#: ../../Zotlabs/Module/Search.php:227 #, php-format msgid "Search results for: %s" msgstr "Suchergebnisse für: %s" @@ -688,21 +962,7 @@ msgstr "Keine Klon-Adressen gefunden." msgid "Manage Channel Locations" msgstr "Klon-Adressen verwalten" -#: ../../Zotlabs/Module/Locs.php:117 ../../Zotlabs/Module/Events.php:475 -#: ../../Zotlabs/Module/Profiles.php:509 ../../Zotlabs/Module/Profiles.php:737 -#: ../../Zotlabs/Module/Pubsites.php:51 ../../addon/cdav/Mod_Cdav.php:839 -#: ../../include/js_strings.php:25 -msgid "Location" -msgstr "Ort" - -#: ../../Zotlabs/Module/Locs.php:118 -#: ../../Zotlabs/Module/Admin/Channels.php:160 -#: ../../Zotlabs/Module/Connedit.php:909 ../../Zotlabs/Module/Profiles.php:502 -#: ../../Zotlabs/Module/Profiles.php:793 ../../addon/cdav/Mod_Cdav.php:1143 -msgid "Address" -msgstr "Adresse" - -#: ../../Zotlabs/Module/Locs.php:119 +#: ../../Zotlabs/Module/Locs.php:119 ../../Zotlabs/Module/Admin.php:111 msgid "Primary" msgstr "Primär" @@ -728,6 +988,15 @@ msgstr "Wenn möglich, lösche einen Klon, indem Du Dich auf dem jeweiligen Hub 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." +#: ../../Zotlabs/Module/Apporder.php:34 +msgid "Change Order of Navigation Apps" +msgstr "App-Reihenfolge in der Navigation ändern" + +#: ../../Zotlabs/Module/Apporder.php:35 +msgid "" +"Use arrows to move the corresponding app up or down in the display list" +msgstr "Benutze die Pfeiltasten, um die jeweilige App in der Anzeigeliste auf- oder abwärts zu bewegen." + #: ../../Zotlabs/Module/Mitem.php:28 ../../Zotlabs/Module/Menu.php:144 msgid "Menu not found." msgstr "Menü nicht gefunden" @@ -754,7 +1023,7 @@ msgid "Menu Item Permissions" msgstr "Zugriffsrechte des Menü-Elements" #: ../../Zotlabs/Module/Mitem.php:154 ../../Zotlabs/Module/Mitem.php:231 -#: ../../Zotlabs/Module/Settings/Channel.php:510 +#: ../../Zotlabs/Module/Settings/Channel.php:513 msgid "(click to open/close)" msgstr "(zum öffnen/schließen anklicken)" @@ -778,18 +1047,19 @@ msgstr "Magic-Auth verwenden, falls verfügbar" #: ../../Zotlabs/Module/Mitem.php:240 ../../Zotlabs/Module/Mitem.php:241 #: ../../Zotlabs/Module/Events.php:470 ../../Zotlabs/Module/Events.php:471 #: ../../Zotlabs/Module/Removeme.php:63 -#: ../../Zotlabs/Module/Admin/Site.php:237 -#: ../../Zotlabs/Module/Settings/Channel.php:294 +#: ../../Zotlabs/Module/Admin/Site.php:235 +#: ../../Zotlabs/Module/Settings/Channel.php:298 #: ../../Zotlabs/Module/Settings/Display.php:103 -#: ../../Zotlabs/Module/Api.php:97 ../../Zotlabs/Module/Photos.php:642 -#: ../../Zotlabs/Module/Wiki.php:180 ../../Zotlabs/Module/Connedit.php:392 +#: ../../Zotlabs/Module/Api.php:97 ../../Zotlabs/Module/Photos.php:644 +#: ../../Zotlabs/Module/Wiki.php:182 ../../Zotlabs/Module/Connedit.php:392 #: ../../Zotlabs/Module/Connedit.php:775 ../../Zotlabs/Module/Menu.php:100 #: ../../Zotlabs/Module/Menu.php:157 ../../Zotlabs/Module/Profiles.php:681 -#: ../../Zotlabs/Module/Filestorage.php:160 -#: ../../Zotlabs/Module/Filestorage.php:168 ../../boot.php:1633 -#: ../../view/theme/redbasic/php/config.php:89 -#: ../../view/theme/redbasic/php/config.php:104 ../../addon/cdav/cdav.php:234 -#: ../../addon/planets/planets.php:153 ../../addon/wppost/wppost.php:82 +#: ../../Zotlabs/Module/Filestorage.php:150 +#: ../../Zotlabs/Module/Filestorage.php:158 +#: ../../Zotlabs/Storage/Browser.php:351 ../../boot.php:1605 +#: ../../view/theme/redbasic/php/config.php:100 +#: ../../view/theme/redbasic/php/config.php:115 +#: ../../addon/planets/planets.php:149 ../../addon/wppost/wppost.php:82 #: ../../addon/wppost/wppost.php:105 ../../addon/wppost/wppost.php:109 #: ../../addon/nsfw/nsfw.php:84 ../../addon/ijpost/ijpost.php:73 #: ../../addon/ijpost/ijpost.php:85 ../../addon/dwpost/dwpost.php:73 @@ -812,8 +1082,9 @@ msgstr "Magic-Auth verwenden, falls verfügbar" #: ../../addon/statusnet/statusnet.php:415 #: ../../addon/statusnet/statusnet.php:424 ../../addon/twitter/twitter.php:242 #: ../../addon/twitter/twitter.php:246 ../../addon/twitter/twitter.php:255 -#: ../../addon/smileybutton/smileybutton.php:273 -#: ../../addon/smileybutton/smileybutton.php:277 ../../addon/xmpp/xmpp.php:53 +#: ../../addon/smileybutton/smileybutton.php:211 +#: ../../addon/smileybutton/smileybutton.php:215 +#: ../../addon/authchoose/authchoose.php:67 ../../addon/xmpp/xmpp.php:53 #: ../../addon/pumpio/pumpio.php:219 ../../addon/pumpio/pumpio.php:223 #: ../../addon/pumpio/pumpio.php:227 ../../addon/pumpio/pumpio.php:231 #: ../../include/dir_fns.php:143 ../../include/dir_fns.php:144 @@ -825,18 +1096,19 @@ msgstr "Nein" #: ../../Zotlabs/Module/Mitem.php:240 ../../Zotlabs/Module/Mitem.php:241 #: ../../Zotlabs/Module/Events.php:470 ../../Zotlabs/Module/Events.php:471 #: ../../Zotlabs/Module/Removeme.php:63 -#: ../../Zotlabs/Module/Admin/Site.php:239 -#: ../../Zotlabs/Module/Settings/Channel.php:294 +#: ../../Zotlabs/Module/Admin/Site.php:237 +#: ../../Zotlabs/Module/Settings/Channel.php:298 #: ../../Zotlabs/Module/Settings/Display.php:103 -#: ../../Zotlabs/Module/Api.php:96 ../../Zotlabs/Module/Photos.php:642 -#: ../../Zotlabs/Module/Wiki.php:180 ../../Zotlabs/Module/Connedit.php:392 +#: ../../Zotlabs/Module/Api.php:96 ../../Zotlabs/Module/Photos.php:644 +#: ../../Zotlabs/Module/Wiki.php:182 ../../Zotlabs/Module/Connedit.php:392 #: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 #: ../../Zotlabs/Module/Profiles.php:681 -#: ../../Zotlabs/Module/Filestorage.php:160 -#: ../../Zotlabs/Module/Filestorage.php:168 ../../boot.php:1633 -#: ../../view/theme/redbasic/php/config.php:89 -#: ../../view/theme/redbasic/php/config.php:104 ../../addon/cdav/cdav.php:234 -#: ../../addon/planets/planets.php:153 ../../addon/wppost/wppost.php:82 +#: ../../Zotlabs/Module/Filestorage.php:150 +#: ../../Zotlabs/Module/Filestorage.php:158 +#: ../../Zotlabs/Storage/Browser.php:351 ../../boot.php:1605 +#: ../../view/theme/redbasic/php/config.php:100 +#: ../../view/theme/redbasic/php/config.php:115 +#: ../../addon/planets/planets.php:149 ../../addon/wppost/wppost.php:82 #: ../../addon/wppost/wppost.php:105 ../../addon/wppost/wppost.php:109 #: ../../addon/nsfw/nsfw.php:84 ../../addon/ijpost/ijpost.php:73 #: ../../addon/ijpost/ijpost.php:85 ../../addon/dwpost/dwpost.php:73 @@ -859,8 +1131,9 @@ msgstr "Nein" #: ../../addon/statusnet/statusnet.php:415 #: ../../addon/statusnet/statusnet.php:424 ../../addon/twitter/twitter.php:242 #: ../../addon/twitter/twitter.php:246 ../../addon/twitter/twitter.php:255 -#: ../../addon/smileybutton/smileybutton.php:273 -#: ../../addon/smileybutton/smileybutton.php:277 ../../addon/xmpp/xmpp.php:53 +#: ../../addon/smileybutton/smileybutton.php:211 +#: ../../addon/smileybutton/smileybutton.php:215 +#: ../../addon/authchoose/authchoose.php:67 ../../addon/xmpp/xmpp.php:53 #: ../../addon/pumpio/pumpio.php:219 ../../addon/pumpio/pumpio.php:223 #: ../../addon/pumpio/pumpio.php:227 ../../addon/pumpio/pumpio.php:231 #: ../../include/dir_fns.php:143 ../../include/dir_fns.php:144 @@ -975,20 +1248,23 @@ msgstr "Termin nicht gefunden." #: ../../Zotlabs/Module/Events.php:260 ../../Zotlabs/Module/Tagger.php:51 #: ../../Zotlabs/Module/Like.php:372 ../../include/conversation.php:119 -#: ../../include/text.php:1940 ../../include/event.php:1141 +#: ../../include/text.php:1933 ../../include/event.php:1145 msgid "event" msgstr "Termin" +#: ../../Zotlabs/Module/Events.php:275 ../../Zotlabs/Lib/Apps.php:243 +#: ../../include/conversation.php:1799 ../../include/conversation.php:1802 +#: ../../include/nav.php:195 ../../include/nav.php:397 +#: ../../include/nav.php:400 +msgid "Events" +msgstr "Termine" + #: ../../Zotlabs/Module/Events.php:460 msgid "Edit event title" msgstr "Termintitel bearbeiten" -#: ../../Zotlabs/Module/Events.php:460 ../../addon/cdav/Mod_Cdav.php:835 -msgid "Event title" -msgstr "Termintitel" - #: ../../Zotlabs/Module/Events.php:460 ../../Zotlabs/Module/Events.php:465 -#: ../../Zotlabs/Module/Appman.php:122 ../../Zotlabs/Module/Appman.php:123 +#: ../../Zotlabs/Module/Appman.php:136 ../../Zotlabs/Module/Appman.php:137 #: ../../Zotlabs/Module/Profiles.php:748 ../../Zotlabs/Module/Profiles.php:752 #: ../../include/datetime.php:259 msgid "Required" @@ -1010,10 +1286,6 @@ msgstr "Kategorie" msgid "Edit start date and time" msgstr "Startdatum und -zeit bearbeiten" -#: ../../Zotlabs/Module/Events.php:466 ../../addon/cdav/Mod_Cdav.php:836 -msgid "Start date and time" -msgstr "Startdatum und -zeit" - #: ../../Zotlabs/Module/Events.php:467 ../../Zotlabs/Module/Events.php:470 msgid "Finish date and time are not known or not relevant" msgstr "Enddatum und -zeit sind unbekannt oder irrelevant" @@ -1040,23 +1312,17 @@ msgstr "Wichtig für Veranstaltungen die an bestimmten Orten stattfinden. Nicht msgid "Edit Description" msgstr "Beschreibung bearbeiten" -#: ../../Zotlabs/Module/Events.php:473 ../../Zotlabs/Module/Appman.php:124 -#: ../../Zotlabs/Module/Rbmark.php:101 -#: ../../addon/rendezvous/rendezvous.php:173 ../../addon/cdav/Mod_Cdav.php:838 -msgid "Description" -msgstr "Beschreibung" - #: ../../Zotlabs/Module/Events.php:475 msgid "Edit Location" msgstr "Ort bearbeiten" -#: ../../Zotlabs/Module/Events.php:478 ../../Zotlabs/Module/Photos.php:1063 -#: ../../Zotlabs/Module/Webpages.php:252 ../../Zotlabs/Lib/ThreadItem.php:741 -#: ../../include/conversation.php:1280 ../../include/page_widgets.php:43 +#: ../../Zotlabs/Module/Events.php:478 ../../Zotlabs/Module/Photos.php:1065 +#: ../../Zotlabs/Module/Webpages.php:247 ../../Zotlabs/Lib/ThreadItem.php:739 +#: ../../include/conversation.php:1277 msgid "Preview" msgstr "Vorschau" -#: ../../Zotlabs/Module/Events.php:479 ../../include/conversation.php:1343 +#: ../../Zotlabs/Module/Events.php:479 ../../include/conversation.php:1340 msgid "Permission settings" msgstr "Berechtigungs-Einstellungen" @@ -1081,7 +1347,7 @@ msgid "Delete event" msgstr "Termin löschen" #: ../../Zotlabs/Module/Events.php:660 ../../Zotlabs/Module/Cal.php:313 -#: ../../include/text.php:1759 +#: ../../include/text.php:1752 msgid "Link to Source" msgstr "Link zur Quelle" @@ -1097,41 +1363,11 @@ msgstr "Termin bearbeiten" msgid "Create Event" msgstr "Termin anlegen" -#: ../../Zotlabs/Module/Events.php:689 ../../Zotlabs/Module/Events.php:698 -#: ../../Zotlabs/Module/Cal.php:337 ../../Zotlabs/Module/Cal.php:344 -#: ../../Zotlabs/Module/Photos.php:911 ../../addon/cdav/Mod_Cdav.php:846 -msgid "Previous" -msgstr "Voriges" - -#: ../../Zotlabs/Module/Events.php:690 ../../Zotlabs/Module/Events.php:699 -#: ../../Zotlabs/Module/Setup.php:264 ../../Zotlabs/Module/Cal.php:338 -#: ../../Zotlabs/Module/Cal.php:345 ../../Zotlabs/Module/Photos.php:920 -#: ../../addon/cdav/Mod_Cdav.php:847 -msgid "Next" -msgstr "Nächste" - #: ../../Zotlabs/Module/Events.php:691 ../../Zotlabs/Module/Cal.php:339 -#: ../../include/channel.php:1365 +#: ../../include/channel.php:1488 msgid "Export" msgstr "Exportieren" -#: ../../Zotlabs/Module/Events.php:695 ../../addon/cdav/Mod_Cdav.php:849 -msgid "Month" -msgstr "Monat" - -#: ../../Zotlabs/Module/Events.php:696 ../../addon/cdav/Mod_Cdav.php:850 -msgid "Week" -msgstr "Woche" - -#: ../../Zotlabs/Module/Events.php:697 ../../addon/cdav/Mod_Cdav.php:851 -msgid "Day" -msgstr "Tag" - -#: ../../Zotlabs/Module/Events.php:700 ../../Zotlabs/Module/Cal.php:346 -#: ../../addon/cdav/Mod_Cdav.php:848 -msgid "Today" -msgstr "Heute" - #: ../../Zotlabs/Module/Events.php:731 msgid "Event removed" msgstr "Termin gelöscht" @@ -1148,47 +1384,47 @@ msgstr "App installiert." msgid "Malformed app." msgstr "Fehlerhafte App." -#: ../../Zotlabs/Module/Appman.php:111 +#: ../../Zotlabs/Module/Appman.php:125 msgid "Embed code" msgstr "Code einbetten" -#: ../../Zotlabs/Module/Appman.php:117 +#: ../../Zotlabs/Module/Appman.php:131 msgid "Edit App" msgstr "App bearbeiten" -#: ../../Zotlabs/Module/Appman.php:117 +#: ../../Zotlabs/Module/Appman.php:131 msgid "Create App" msgstr "App erstellen" -#: ../../Zotlabs/Module/Appman.php:122 +#: ../../Zotlabs/Module/Appman.php:136 msgid "Name of app" msgstr "Name der App" -#: ../../Zotlabs/Module/Appman.php:123 +#: ../../Zotlabs/Module/Appman.php:137 msgid "Location (URL) of app" msgstr "Ort (URL) der App" -#: ../../Zotlabs/Module/Appman.php:125 +#: ../../Zotlabs/Module/Appman.php:139 msgid "Photo icon URL" msgstr "URL zum Icon" -#: ../../Zotlabs/Module/Appman.php:125 +#: ../../Zotlabs/Module/Appman.php:139 msgid "80 x 80 pixels - optional" msgstr "80 x 80 Pixel – optional" -#: ../../Zotlabs/Module/Appman.php:126 +#: ../../Zotlabs/Module/Appman.php:140 msgid "Categories (optional, comma separated list)" msgstr "Kategorien (optional, kommagetrennte Liste)" -#: ../../Zotlabs/Module/Appman.php:127 +#: ../../Zotlabs/Module/Appman.php:141 msgid "Version ID" msgstr "Versions-ID" -#: ../../Zotlabs/Module/Appman.php:128 +#: ../../Zotlabs/Module/Appman.php:142 msgid "Price of app" msgstr "Preis der App" -#: ../../Zotlabs/Module/Appman.php:129 +#: ../../Zotlabs/Module/Appman.php:143 msgid "Location (URL) to purchase app" msgstr "Ort (URL), um die App zu kaufen" @@ -1203,14 +1439,14 @@ msgstr "Server nicht gefunden." #: ../../Zotlabs/Module/Subthread.php:87 ../../Zotlabs/Module/Tagger.php:47 #: ../../Zotlabs/Module/Like.php:370 #: ../../addon/redphotos/redphotohelper.php:71 -#: ../../addon/diaspora/inbound.php:1783 ../../include/conversation.php:116 -#: ../../include/text.php:1937 +#: ../../addon/diaspora/Receiver.php:1370 ../../include/conversation.php:116 +#: ../../include/text.php:1930 msgid "photo" msgstr "Foto" #: ../../Zotlabs/Module/Subthread.php:87 ../../Zotlabs/Module/Like.php:370 -#: ../../addon/diaspora/inbound.php:1783 ../../include/conversation.php:144 -#: ../../include/text.php:1943 +#: ../../addon/diaspora/Receiver.php:1370 ../../include/conversation.php:144 +#: ../../include/text.php:1936 msgid "status" msgstr "Status" @@ -1258,12 +1494,12 @@ msgid "" 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:501 +#: ../../Zotlabs/Module/Import.php:505 msgid "File to Upload" msgstr "Hochzuladende Datei:" #: ../../Zotlabs/Module/New_channel.php:121 -#: ../../Zotlabs/Module/Manage.php:136 +#: ../../Zotlabs/Module/Manage.php:138 #, php-format msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "Du hast %1$.0f von maximal %2$.0f erlaubten Kanälen eingerichtet." @@ -1362,456 +1598,435 @@ msgid "" msgstr "Standardmäßig wird der Kanal nur auf diesem Server gelöscht, seine Klone verbleiben im Netzwerk" #: ../../Zotlabs/Module/Removeme.php:64 -#: ../../Zotlabs/Module/Settings/Channel.php:575 +#: ../../Zotlabs/Module/Settings/Channel.php:580 msgid "Remove Channel" msgstr "Kanal löschen" -#: ../../Zotlabs/Module/Sharedwithme.php:99 +#: ../../Zotlabs/Module/Sharedwithme.php:104 msgid "Files: shared with me" msgstr "Dateien, die mit mir geteilt wurden" -#: ../../Zotlabs/Module/Sharedwithme.php:100 -#: ../../Zotlabs/Module/Admin/Channels.php:159 -#: ../../Zotlabs/Module/Settings/Oauth.php:89 -#: ../../Zotlabs/Module/Settings/Oauth.php:115 -#: ../../Zotlabs/Module/Wiki.php:172 ../../Zotlabs/Module/Connedit.php:902 -#: ../../Zotlabs/Module/Chat.php:249 ../../Zotlabs/Lib/NativeWikiPage.php:539 -#: ../../Zotlabs/Storage/Browser.php:233 -#: ../../Zotlabs/Widget/Wiki_page_history.php:22 -#: ../../addon/rendezvous/rendezvous.php:172 -#: ../../addon/cdav/Mod_Cdav.php:1136 ../../addon/gitwiki/Mod_Gitwiki.php:158 -msgid "Name" -msgstr "Name" - -#: ../../Zotlabs/Module/Sharedwithme.php:101 +#: ../../Zotlabs/Module/Sharedwithme.php:106 msgid "NEW" msgstr "NEU" -#: ../../Zotlabs/Module/Sharedwithme.php:102 -#: ../../Zotlabs/Storage/Browser.php:235 ../../include/text.php:1409 +#: ../../Zotlabs/Module/Sharedwithme.php:107 +#: ../../Zotlabs/Storage/Browser.php:236 ../../include/text.php:1386 msgid "Size" msgstr "Größe" -#: ../../Zotlabs/Module/Sharedwithme.php:103 -#: ../../Zotlabs/Storage/Browser.php:236 +#: ../../Zotlabs/Module/Sharedwithme.php:108 +#: ../../Zotlabs/Storage/Browser.php:237 msgid "Last Modified" msgstr "Zuletzt geändert" -#: ../../Zotlabs/Module/Sharedwithme.php:104 +#: ../../Zotlabs/Module/Sharedwithme.php:109 msgid "Remove all files" msgstr "Alle Dateien löschen" -#: ../../Zotlabs/Module/Sharedwithme.php:105 +#: ../../Zotlabs/Module/Sharedwithme.php:110 msgid "Remove this file" msgstr "Diese Datei löschen" -#: ../../Zotlabs/Module/Setup.php:176 +#: ../../Zotlabs/Module/Setup.php:170 msgid "$Projectname Server - Setup" msgstr "$Projectname Server-Einrichtung" -#: ../../Zotlabs/Module/Setup.php:180 +#: ../../Zotlabs/Module/Setup.php:174 msgid "Could not connect to database." msgstr "Kann nicht mit der Datenbank verbinden." -#: ../../Zotlabs/Module/Setup.php:184 +#: ../../Zotlabs/Module/Setup.php:178 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." -#: ../../Zotlabs/Module/Setup.php:191 +#: ../../Zotlabs/Module/Setup.php:185 msgid "Could not create table." msgstr "Konnte Tabelle nicht erstellen." -#: ../../Zotlabs/Module/Setup.php:196 +#: ../../Zotlabs/Module/Setup.php:191 msgid "Your site database has been installed." msgstr "Die Datenbank Deines Hubs wurde installiert." -#: ../../Zotlabs/Module/Setup.php:200 +#: ../../Zotlabs/Module/Setup.php:197 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." -#: ../../Zotlabs/Module/Setup.php:201 ../../Zotlabs/Module/Setup.php:263 -#: ../../Zotlabs/Module/Setup.php:748 +#: ../../Zotlabs/Module/Setup.php:198 ../../Zotlabs/Module/Setup.php:262 +#: ../../Zotlabs/Module/Setup.php:745 msgid "Please see the file \"install/INSTALL.txt\"." msgstr "Lies die Datei \"install/INSTALL.txt\"." -#: ../../Zotlabs/Module/Setup.php:260 +#: ../../Zotlabs/Module/Setup.php:259 msgid "System check" msgstr "Systemprüfung" -#: ../../Zotlabs/Module/Setup.php:265 +#: ../../Zotlabs/Module/Setup.php:264 msgid "Check again" msgstr "Nochmal prüfen" -#: ../../Zotlabs/Module/Setup.php:287 +#: ../../Zotlabs/Module/Setup.php:286 msgid "Database connection" msgstr "Datenbankverbindung" -#: ../../Zotlabs/Module/Setup.php:288 +#: ../../Zotlabs/Module/Setup.php:287 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." -#: ../../Zotlabs/Module/Setup.php:289 +#: ../../Zotlabs/Module/Setup.php:288 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." -#: ../../Zotlabs/Module/Setup.php:290 +#: ../../Zotlabs/Module/Setup.php:289 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." -#: ../../Zotlabs/Module/Setup.php:294 +#: ../../Zotlabs/Module/Setup.php:293 msgid "Database Server Name" msgstr "Datenbankservername" -#: ../../Zotlabs/Module/Setup.php:294 +#: ../../Zotlabs/Module/Setup.php:293 msgid "Default is 127.0.0.1" msgstr "Standard ist 127.0.0.1" -#: ../../Zotlabs/Module/Setup.php:295 +#: ../../Zotlabs/Module/Setup.php:294 msgid "Database Port" msgstr "Datenbankport" -#: ../../Zotlabs/Module/Setup.php:295 +#: ../../Zotlabs/Module/Setup.php:294 msgid "Communication port number - use 0 for default" msgstr "Port-Nummer für die Kommunikation – verwende 0 für die Standardeinstellung" -#: ../../Zotlabs/Module/Setup.php:296 +#: ../../Zotlabs/Module/Setup.php:295 msgid "Database Login Name" msgstr "Datenbank-Benutzername" -#: ../../Zotlabs/Module/Setup.php:297 +#: ../../Zotlabs/Module/Setup.php:296 msgid "Database Login Password" msgstr "Datenbank-Passwort" -#: ../../Zotlabs/Module/Setup.php:298 +#: ../../Zotlabs/Module/Setup.php:297 msgid "Database Name" msgstr "Datenbankname" -#: ../../Zotlabs/Module/Setup.php:299 +#: ../../Zotlabs/Module/Setup.php:298 msgid "Database Type" msgstr "Datenbanktyp" -#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:347 +#: ../../Zotlabs/Module/Setup.php:300 ../../Zotlabs/Module/Setup.php:341 msgid "Site administrator email address" msgstr "E-Mail Adresse des Seiten-Administrators" -#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:347 +#: ../../Zotlabs/Module/Setup.php:300 ../../Zotlabs/Module/Setup.php:341 msgid "" "Your account email address must match this in order to use the web admin " "panel." msgstr "Die E-Mail-Adresse Deines Accounts muss dieser Adresse entsprechen, damit Du Zugriff zur Administrations-Seite erhältst." -#: ../../Zotlabs/Module/Setup.php:302 ../../Zotlabs/Module/Setup.php:349 +#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:343 msgid "Website URL" msgstr "Webseiten-URL" -#: ../../Zotlabs/Module/Setup.php:302 ../../Zotlabs/Module/Setup.php:349 +#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:343 msgid "Please use SSL (https) URL if available." msgstr "Nutze wenn möglich eine SSL-URL (https)." -#: ../../Zotlabs/Module/Setup.php:303 ../../Zotlabs/Module/Setup.php:353 +#: ../../Zotlabs/Module/Setup.php:302 ../../Zotlabs/Module/Setup.php:345 msgid "Please select a default timezone for your website" msgstr "Standard-Zeitzone für Deinen Server" -#: ../../Zotlabs/Module/Setup.php:328 ../../Zotlabs/Module/Admin/Site.php:258 -msgid "Basic/Minimal Social Networking" -msgstr "Einfaches/minimales soziales Netzwerken" - -#: ../../Zotlabs/Module/Setup.php:329 ../../Zotlabs/Module/Admin/Site.php:259 -msgid "Standard Configuration (default)" -msgstr "Standardkonfiguration (Standard)" - -#: ../../Zotlabs/Module/Setup.php:330 ../../Zotlabs/Module/Admin/Site.php:260 -msgid "Professional" -msgstr "Professionell" - -#: ../../Zotlabs/Module/Setup.php:336 +#: ../../Zotlabs/Module/Setup.php:330 msgid "Site settings" msgstr "Seiteneinstellungen" -#: ../../Zotlabs/Module/Setup.php:351 ../../Zotlabs/Module/Admin/Site.php:289 -msgid "Server Configuration/Role" -msgstr "Serverkonfiguration/Rolle" - -#: ../../Zotlabs/Module/Setup.php:392 +#: ../../Zotlabs/Module/Setup.php:384 msgid "PHP version 5.5 or greater is required." msgstr "PHP-Version 5.5 oder höher ist erforderlich." -#: ../../Zotlabs/Module/Setup.php:393 +#: ../../Zotlabs/Module/Setup.php:385 msgid "PHP version" msgstr "PHP-Version" -#: ../../Zotlabs/Module/Setup.php:409 +#: ../../Zotlabs/Module/Setup.php:401 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." -#: ../../Zotlabs/Module/Setup.php:410 +#: ../../Zotlabs/Module/Setup.php:402 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." -#: ../../Zotlabs/Module/Setup.php:414 +#: ../../Zotlabs/Module/Setup.php:406 msgid "PHP executable path" msgstr "PHP-Pfad zu ausführbarer Datei" -#: ../../Zotlabs/Module/Setup.php:414 +#: ../../Zotlabs/Module/Setup.php:406 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." -#: ../../Zotlabs/Module/Setup.php:419 +#: ../../Zotlabs/Module/Setup.php:411 msgid "Command line PHP" msgstr "PHP-Befehlszeile" -#: ../../Zotlabs/Module/Setup.php:429 +#: ../../Zotlabs/Module/Setup.php:421 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." -#: ../../Zotlabs/Module/Setup.php:432 +#: ../../Zotlabs/Module/Setup.php:424 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." -#: ../../Zotlabs/Module/Setup.php:433 +#: ../../Zotlabs/Module/Setup.php:425 msgid "This is required for message delivery to work." msgstr "Das wird benötigt, damit die Auslieferung von Nachrichten funktioniert." -#: ../../Zotlabs/Module/Setup.php:436 +#: ../../Zotlabs/Module/Setup.php:428 msgid "PHP register_argc_argv" msgstr "PHP register_argc_argv" -#: ../../Zotlabs/Module/Setup.php:454 +#: ../../Zotlabs/Module/Setup.php:446 #, php-format msgid "" "Your max allowed total upload size is set to %s. Maximum size of one file to" " upload is set to %s. You are allowed to upload up to %d files at once." msgstr "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:459 +#: ../../Zotlabs/Module/Setup.php:451 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." -#: ../../Zotlabs/Module/Setup.php:461 +#: ../../Zotlabs/Module/Setup.php:453 msgid "PHP upload limits" msgstr "PHP-Hochladebeschränkungen" -#: ../../Zotlabs/Module/Setup.php:484 +#: ../../Zotlabs/Module/Setup.php:476 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." -#: ../../Zotlabs/Module/Setup.php:485 +#: ../../Zotlabs/Module/Setup.php:477 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." -#: ../../Zotlabs/Module/Setup.php:488 +#: ../../Zotlabs/Module/Setup.php:480 msgid "Generate encryption keys" msgstr "Verschlüsselungsschlüssel erzeugen" -#: ../../Zotlabs/Module/Setup.php:505 +#: ../../Zotlabs/Module/Setup.php:497 msgid "libCurl PHP module" msgstr "libCurl-PHP-Modul" -#: ../../Zotlabs/Module/Setup.php:506 +#: ../../Zotlabs/Module/Setup.php:498 msgid "GD graphics PHP module" msgstr "GD-Grafik-PHP-Modul" -#: ../../Zotlabs/Module/Setup.php:507 +#: ../../Zotlabs/Module/Setup.php:499 msgid "OpenSSL PHP module" msgstr "OpenSSL-PHP-Modul" -#: ../../Zotlabs/Module/Setup.php:508 +#: ../../Zotlabs/Module/Setup.php:500 msgid "PDO database PHP module" msgstr "PDO-Datenbank-PHP-Modul" -#: ../../Zotlabs/Module/Setup.php:509 +#: ../../Zotlabs/Module/Setup.php:501 msgid "mb_string PHP module" msgstr "mb_string-PHP-Modul" -#: ../../Zotlabs/Module/Setup.php:510 +#: ../../Zotlabs/Module/Setup.php:502 msgid "xml PHP module" msgstr "xml-PHP-Modul" -#: ../../Zotlabs/Module/Setup.php:514 ../../Zotlabs/Module/Setup.php:516 +#: ../../Zotlabs/Module/Setup.php:503 +msgid "zip PHP module" +msgstr "zip PHP Modul" + +#: ../../Zotlabs/Module/Setup.php:507 ../../Zotlabs/Module/Setup.php:509 msgid "Apache mod_rewrite module" msgstr "Apache-mod_rewrite-Modul" -#: ../../Zotlabs/Module/Setup.php:514 +#: ../../Zotlabs/Module/Setup.php:507 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." -#: ../../Zotlabs/Module/Setup.php:520 ../../Zotlabs/Module/Setup.php:523 +#: ../../Zotlabs/Module/Setup.php:513 ../../Zotlabs/Module/Setup.php:516 msgid "exec" msgstr "exec" -#: ../../Zotlabs/Module/Setup.php:520 +#: ../../Zotlabs/Module/Setup.php:513 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" -#: ../../Zotlabs/Module/Setup.php:526 ../../Zotlabs/Module/Setup.php:529 +#: ../../Zotlabs/Module/Setup.php:519 ../../Zotlabs/Module/Setup.php:522 msgid "shell_exec" msgstr "shell_exec" -#: ../../Zotlabs/Module/Setup.php:526 +#: ../../Zotlabs/Module/Setup.php:519 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" -#: ../../Zotlabs/Module/Setup.php:534 +#: ../../Zotlabs/Module/Setup.php:527 msgid "Error: libCURL PHP module required but not installed." msgstr "Fehler: Das PHP-Modul libCURL wird benötigt, ist aber nicht installiert." -#: ../../Zotlabs/Module/Setup.php:538 +#: ../../Zotlabs/Module/Setup.php:531 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Fehler: Das PHP-Modul GD-Grafik mit JPEG-Unterstützung wird benötigt, ist aber nicht installiert." -#: ../../Zotlabs/Module/Setup.php:542 +#: ../../Zotlabs/Module/Setup.php:535 msgid "Error: openssl PHP module required but not installed." msgstr "Fehler: Das PHP-Modul openssl wird benötigt, ist aber nicht installiert." -#: ../../Zotlabs/Module/Setup.php:546 +#: ../../Zotlabs/Module/Setup.php:539 msgid "Error: PDO database PHP module required but not installed." msgstr "Fehler: PDO-Datenbank-PHP-Modul ist erforderlich, aber nicht installiert." -#: ../../Zotlabs/Module/Setup.php:550 +#: ../../Zotlabs/Module/Setup.php:543 msgid "Error: mb_string PHP module required but not installed." msgstr "Fehler: Das PHP-Modul mb_string wird benötigt, ist aber nicht installiert." -#: ../../Zotlabs/Module/Setup.php:554 +#: ../../Zotlabs/Module/Setup.php:547 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." -#: ../../Zotlabs/Module/Setup.php:572 +#: ../../Zotlabs/Module/Setup.php:551 +msgid "Error: zip PHP module required but not installed." +msgstr "Fehler: Das zip PHP Modul ist erforderlich, ist aber nicht installiert." + +#: ../../Zotlabs/Module/Setup.php:569 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." -#: ../../Zotlabs/Module/Setup.php:573 +#: ../../Zotlabs/Module/Setup.php:570 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." -#: ../../Zotlabs/Module/Setup.php:574 +#: ../../Zotlabs/Module/Setup.php:571 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named .htconfig.php in your Red top folder." msgstr "Am Schluss dieses Vorgangs wird ein Text generiert, den Du unter dem Dateinamen .htconfig.php im Stammverzeichnis Deiner Hubzilla-Installation speichern musst." -#: ../../Zotlabs/Module/Setup.php:575 +#: ../../Zotlabs/Module/Setup.php:572 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"install/INSTALL.txt\" for instructions." msgstr "Alternativ kannst Du diesen Schritt überspringen und die Installation manuell vornehmen. Lies dazu die Datei install/INSTALL.txt." -#: ../../Zotlabs/Module/Setup.php:578 +#: ../../Zotlabs/Module/Setup.php:575 msgid ".htconfig.php is writable" msgstr ".htconfig.php ist beschreibbar" -#: ../../Zotlabs/Module/Setup.php:592 +#: ../../Zotlabs/Module/Setup.php:589 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." -#: ../../Zotlabs/Module/Setup.php:593 +#: ../../Zotlabs/Module/Setup.php:590 #, 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." -#: ../../Zotlabs/Module/Setup.php:594 ../../Zotlabs/Module/Setup.php:615 +#: ../../Zotlabs/Module/Setup.php:591 ../../Zotlabs/Module/Setup.php:612 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." -#: ../../Zotlabs/Module/Setup.php:595 +#: ../../Zotlabs/Module/Setup.php:592 #, 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." -#: ../../Zotlabs/Module/Setup.php:598 +#: ../../Zotlabs/Module/Setup.php:595 #, php-format msgid "%s is writable" msgstr "%s ist beschreibbar" -#: ../../Zotlabs/Module/Setup.php:614 +#: ../../Zotlabs/Module/Setup.php:611 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." -#: ../../Zotlabs/Module/Setup.php:618 +#: ../../Zotlabs/Module/Setup.php:615 msgid "store is writable" msgstr "store ist schreibbar" -#: ../../Zotlabs/Module/Setup.php:650 +#: ../../Zotlabs/Module/Setup.php:647 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." -#: ../../Zotlabs/Module/Setup.php:651 +#: ../../Zotlabs/Module/Setup.php:648 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." -#: ../../Zotlabs/Module/Setup.php:652 +#: ../../Zotlabs/Module/Setup.php:649 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." -#: ../../Zotlabs/Module/Setup.php:653 +#: ../../Zotlabs/Module/Setup.php:650 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)." -#: ../../Zotlabs/Module/Setup.php:654 +#: ../../Zotlabs/Module/Setup.php:651 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." -#: ../../Zotlabs/Module/Setup.php:655 +#: ../../Zotlabs/Module/Setup.php:652 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." -#: ../../Zotlabs/Module/Setup.php:657 +#: ../../Zotlabs/Module/Setup.php:654 msgid "" "If you are confident that the certificate is valid and signed by a trusted " "authority, check to see if you have failed to install an intermediate cert. " @@ -1819,37 +2034,37 @@ msgid "" "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." -#: ../../Zotlabs/Module/Setup.php:659 +#: ../../Zotlabs/Module/Setup.php:656 msgid "SSL certificate validation" msgstr "SSL Zertifikatverifizierung" -#: ../../Zotlabs/Module/Setup.php:665 +#: ../../Zotlabs/Module/Setup.php:662 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:" -#: ../../Zotlabs/Module/Setup.php:668 +#: ../../Zotlabs/Module/Setup.php:665 msgid "Url rewrite is working" msgstr "Url rewrite funktioniert" -#: ../../Zotlabs/Module/Setup.php:682 +#: ../../Zotlabs/Module/Setup.php:679 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." -#: ../../Zotlabs/Module/Setup.php:706 -#: ../../addon/rendezvous/rendezvous.php:401 ../../addon/cdav/cdav.php:41 +#: ../../Zotlabs/Module/Setup.php:703 +#: ../../addon/rendezvous/rendezvous.php:401 msgid "Errors encountered creating database tables." msgstr "Fehler beim Anlegen der Datenbank-Tabellen aufgetreten." -#: ../../Zotlabs/Module/Setup.php:746 -msgid "<h1>What next</h1>" -msgstr "<h1>Was als Nächstes</h1>" +#: ../../Zotlabs/Module/Setup.php:743 +msgid "<h1>What next?</h1>" +msgstr "<h1>Wie geht es jetzt weiter?</h1>" -#: ../../Zotlabs/Module/Setup.php:747 +#: ../../Zotlabs/Module/Setup.php:744 msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the " "poller." @@ -1990,8 +2205,8 @@ msgstr "Versuche, diesen Updateschritt automatisch auszuführen" #: ../../Zotlabs/Module/Admin/Plugins.php:259 #: ../../Zotlabs/Module/Admin/Themes.php:72 ../../Zotlabs/Module/Thing.php:89 #: ../../Zotlabs/Module/Viewsrc.php:25 ../../Zotlabs/Module/Display.php:35 -#: ../../Zotlabs/Module/Filestorage.php:32 ../../Zotlabs/Module/Admin.php:60 -#: ../../include/items.php:3391 +#: ../../Zotlabs/Module/Filestorage.php:24 ../../Zotlabs/Module/Admin.php:62 +#: ../../include/items.php:3361 msgid "Item not found." msgstr "Element nicht gefunden." @@ -2022,9 +2237,9 @@ msgstr "Aktivieren" #: ../../Zotlabs/Module/Admin/Channels.php:145 #: ../../Zotlabs/Module/Admin/Themes.php:122 #: ../../Zotlabs/Module/Admin/Themes.php:156 -#: ../../Zotlabs/Module/Admin/Site.php:277 +#: ../../Zotlabs/Module/Admin/Site.php:269 #: ../../Zotlabs/Module/Admin/Security.php:86 -#: ../../Zotlabs/Module/Admin.php:137 +#: ../../Zotlabs/Module/Admin.php:136 msgid "Administration" msgstr "Administration" @@ -2040,8 +2255,8 @@ msgid "Toggle" msgstr "Umschalten" #: ../../Zotlabs/Module/Admin/Plugins.php:344 -#: ../../Zotlabs/Module/Admin/Themes.php:125 ../../Zotlabs/Lib/Apps.php:223 -#: ../../Zotlabs/Widget/Settings_menu.php:131 ../../include/nav.php:207 +#: ../../Zotlabs/Module/Admin/Themes.php:125 ../../Zotlabs/Lib/Apps.php:236 +#: ../../Zotlabs/Widget/Settings_menu.php:133 ../../include/nav.php:201 msgid "Settings" msgstr "Einstellungen" @@ -2104,25 +2319,10 @@ msgstr "Plugin-Repository herunterladen" msgid "Install new repo" msgstr "Neues Repository installieren" -#: ../../Zotlabs/Module/Admin/Plugins.php:422 ../../Zotlabs/Lib/Apps.php:358 +#: ../../Zotlabs/Module/Admin/Plugins.php:422 ../../Zotlabs/Lib/Apps.php:384 msgid "Install" msgstr "Installieren" -#: ../../Zotlabs/Module/Admin/Plugins.php:423 -#: ../../Zotlabs/Module/Settings/Oauth.php:88 -#: ../../Zotlabs/Module/Settings/Oauth.php:114 -#: ../../Zotlabs/Module/Wiki.php:265 ../../Zotlabs/Module/Wiki.php:290 -#: ../../Zotlabs/Module/Connedit.php:920 ../../Zotlabs/Module/Fbrowser.php:66 -#: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Profiles.php:804 -#: ../../Zotlabs/Module/Filer.php:55 ../../Zotlabs/Module/Tagrm.php:15 -#: ../../Zotlabs/Module/Tagrm.php:138 ../../addon/cdav/Mod_Cdav.php:866 -#: ../../addon/cdav/Mod_Cdav.php:1154 ../../addon/js_upload/js_upload.php:46 -#: ../../addon/gitwiki/Mod_Gitwiki.php:244 -#: ../../addon/gitwiki/Mod_Gitwiki.php:267 ../../include/conversation.php:1327 -#: ../../include/conversation.php:1376 -msgid "Cancel" -msgstr "Abbrechen" - #: ../../Zotlabs/Module/Admin/Plugins.php:445 msgid "Manage Repos" msgstr "Repositorien verwalten" @@ -2135,20 +2335,12 @@ msgstr "Installierte Plugin-Repositorien" msgid "Install a New Plugin Repository" msgstr "Ein neues Plugin-Repository installieren" -#: ../../Zotlabs/Module/Admin/Plugins.php:453 -#: ../../Zotlabs/Module/Settings/Oauth.php:42 -#: ../../Zotlabs/Module/Settings/Oauth.php:113 -#: ../../Zotlabs/Module/Connedit.php:918 ../../Zotlabs/Module/Profiles.php:802 -#: ../../Zotlabs/Lib/Apps.php:358 ../../addon/cdav/Mod_Cdav.php:1152 -msgid "Update" -msgstr "Aktualisieren" - #: ../../Zotlabs/Module/Admin/Plugins.php:454 msgid "Switch branch" msgstr "Zweig/Branch wechseln" #: ../../Zotlabs/Module/Admin/Plugins.php:455 -#: ../../Zotlabs/Module/Photos.php:960 ../../Zotlabs/Module/Tagrm.php:137 +#: ../../Zotlabs/Module/Photos.php:962 ../../Zotlabs/Module/Tagrm.php:137 #: ../../addon/superblock/superblock.php:116 msgid "Remove" msgstr "Entfernen" @@ -2188,7 +2380,7 @@ msgstr "Konto '%s' freigegeben" #: ../../Zotlabs/Module/Admin/Accounts.php:165 #: ../../Zotlabs/Module/Admin/Accounts.php:178 -#: ../../Zotlabs/Widget/Admin.php:23 +#: ../../Zotlabs/Module/Admin.php:96 ../../Zotlabs/Widget/Admin.php:23 msgid "Accounts" msgstr "Konten" @@ -2205,21 +2397,12 @@ msgstr "Registrierungen warten auf Bestätigung" msgid "Request date" msgstr "Antragsdatum" -#: ../../Zotlabs/Module/Admin/Accounts.php:169 -#: ../../Zotlabs/Module/Admin/Accounts.php:181 -#: ../../Zotlabs/Module/Connedit.php:906 ../../Zotlabs/Module/Profiles.php:790 -#: ../../addon/cdav/Mod_Cdav.php:1140 ../../addon/openid/MysqlProvider.php:56 -#: ../../addon/openid/MysqlProvider.php:57 ../../addon/rtof/rtof.php:93 -#: ../../addon/redred/redred.php:107 ../../include/network.php:2315 -msgid "Email" -msgstr "E-Mail" - #: ../../Zotlabs/Module/Admin/Accounts.php:170 msgid "No registrations." msgstr "Keine Registrierungen." #: ../../Zotlabs/Module/Admin/Accounts.php:171 -#: ../../Zotlabs/Module/Connections.php:281 +#: ../../Zotlabs/Module/Connections.php:282 ../../include/conversation.php:685 msgid "Approve" msgstr "Genehmigen" @@ -2241,7 +2424,7 @@ msgstr "Freigeben" msgid "ID" msgstr "ID" -#: ../../Zotlabs/Module/Admin/Accounts.php:182 ../../include/group.php:287 +#: ../../Zotlabs/Module/Admin/Accounts.php:182 ../../include/group.php:288 msgid "All Channels" msgstr "Alle Kanäle" @@ -2355,7 +2538,7 @@ msgid "Channel '%s' code disallowed" msgstr "Code für Kanal '%s' gesperrt" #: ../../Zotlabs/Module/Admin/Channels.php:146 -#: ../../Zotlabs/Widget/Admin.php:24 +#: ../../Zotlabs/Module/Admin.php:110 ../../Zotlabs/Widget/Admin.php:24 msgid "Channels" msgstr "Kanäle" @@ -2376,7 +2559,7 @@ msgid "Disallow Code" msgstr "Code sperren" #: ../../Zotlabs/Module/Admin/Channels.php:154 -#: ../../include/conversation.php:1760 ../../include/nav.php:369 +#: ../../include/conversation.php:1757 ../../include/nav.php:355 msgid "Channel" msgstr "Kanal" @@ -2398,11 +2581,11 @@ msgstr "Der Kanal {0} wird gelöscht!\\n\\nAlles was von diesem Kanal auf diesem #: ../../Zotlabs/Module/Admin/Themes.php:26 msgid "Theme settings updated." -msgstr "Theme-Einstellungen aktualisiert." +msgstr "Design-Einstellungen aktualisiert." #: ../../Zotlabs/Module/Admin/Themes.php:61 msgid "No themes found." -msgstr "Keine Theme gefunden." +msgstr "Keine Designs gefunden." #: ../../Zotlabs/Module/Admin/Themes.php:116 msgid "Screenshot" @@ -2411,7 +2594,7 @@ msgstr "Bildschirmfoto" #: ../../Zotlabs/Module/Admin/Themes.php:123 #: ../../Zotlabs/Module/Admin/Themes.php:157 ../../Zotlabs/Widget/Admin.php:28 msgid "Themes" -msgstr "Themes" +msgstr "Designs" #: ../../Zotlabs/Module/Admin/Themes.php:162 msgid "[Experimental]" @@ -2421,381 +2604,382 @@ msgstr "[Experimentell]" msgid "[Unsupported]" msgstr "[Nicht unterstützt]" -#: ../../Zotlabs/Module/Admin/Site.php:144 +#: ../../Zotlabs/Module/Admin/Site.php:142 msgid "Site settings updated." msgstr "Site-Einstellungen aktualisiert." -#: ../../Zotlabs/Module/Admin/Site.php:170 ../../include/text.php:2915 +#: ../../Zotlabs/Module/Admin/Site.php:168 +#: ../../view/theme/redbasic/php/config.php:15 ../../include/text.php:2928 msgid "Default" msgstr "Standard" -#: ../../Zotlabs/Module/Admin/Site.php:181 +#: ../../Zotlabs/Module/Admin/Site.php:179 #: ../../Zotlabs/Module/Settings/Display.php:137 #, php-format msgid "%s - (Incompatible)" msgstr "%s - (Inkompatibel)" -#: ../../Zotlabs/Module/Admin/Site.php:188 +#: ../../Zotlabs/Module/Admin/Site.php:186 #: ../../Zotlabs/Module/Settings/Display.php:151 msgid "mobile" msgstr "mobil" -#: ../../Zotlabs/Module/Admin/Site.php:190 +#: ../../Zotlabs/Module/Admin/Site.php:188 msgid "experimental" msgstr "experimentell" -#: ../../Zotlabs/Module/Admin/Site.php:192 +#: ../../Zotlabs/Module/Admin/Site.php:190 msgid "unsupported" msgstr "nicht unterstützt" -#: ../../Zotlabs/Module/Admin/Site.php:238 +#: ../../Zotlabs/Module/Admin/Site.php:236 msgid "Yes - with approval" msgstr "Ja - mit Zustimmung" -#: ../../Zotlabs/Module/Admin/Site.php:244 +#: ../../Zotlabs/Module/Admin/Site.php:242 msgid "My site is not a public server" msgstr "Mein Server ist kein öffentlicher Server" -#: ../../Zotlabs/Module/Admin/Site.php:245 +#: ../../Zotlabs/Module/Admin/Site.php:243 msgid "My site has paid access only" msgstr "Meine Seite hat nur bezahlten Zugriff" -#: ../../Zotlabs/Module/Admin/Site.php:246 +#: ../../Zotlabs/Module/Admin/Site.php:244 msgid "My site has free access only" msgstr "Meine Seite hat nur freien Zugriff" -#: ../../Zotlabs/Module/Admin/Site.php:247 +#: ../../Zotlabs/Module/Admin/Site.php:245 msgid "My site offers free accounts with optional paid upgrades" msgstr "Mein Server bietet kostenlose Konten mit der Möglichkeit zu bezahlten Upgrades" -#: ../../Zotlabs/Module/Admin/Site.php:264 ../../Zotlabs/Lib/Techlevels.php:10 +#: ../../Zotlabs/Module/Admin/Site.php:256 msgid "Beginner/Basic" msgstr "Anfänger/Basis" -#: ../../Zotlabs/Module/Admin/Site.php:265 ../../Zotlabs/Lib/Techlevels.php:11 +#: ../../Zotlabs/Module/Admin/Site.php:257 msgid "Novice - not skilled but willing to learn" msgstr "Anfänger - unerfahren, aber bereit zu lernen" -#: ../../Zotlabs/Module/Admin/Site.php:266 ../../Zotlabs/Lib/Techlevels.php:12 +#: ../../Zotlabs/Module/Admin/Site.php:258 msgid "Intermediate - somewhat comfortable" msgstr "Fortgeschritten - relativ komfortabel" -#: ../../Zotlabs/Module/Admin/Site.php:267 ../../Zotlabs/Lib/Techlevels.php:13 +#: ../../Zotlabs/Module/Admin/Site.php:259 msgid "Advanced - very comfortable" msgstr "Fortgeschritten - sehr komfortabel" -#: ../../Zotlabs/Module/Admin/Site.php:268 ../../Zotlabs/Lib/Techlevels.php:14 +#: ../../Zotlabs/Module/Admin/Site.php:260 msgid "Expert - I can write computer code" msgstr "Experte - Ich kann Computercode schreiben" -#: ../../Zotlabs/Module/Admin/Site.php:269 ../../Zotlabs/Lib/Techlevels.php:15 +#: ../../Zotlabs/Module/Admin/Site.php:261 msgid "Wizard - I probably know more than you do" msgstr "Zauberer - ich kann wahrscheinlich mehr als Du" -#: ../../Zotlabs/Module/Admin/Site.php:278 ../../Zotlabs/Widget/Admin.php:22 +#: ../../Zotlabs/Module/Admin/Site.php:270 ../../Zotlabs/Widget/Admin.php:22 msgid "Site" msgstr "Seite" -#: ../../Zotlabs/Module/Admin/Site.php:280 -#: ../../Zotlabs/Module/Register.php:253 +#: ../../Zotlabs/Module/Admin/Site.php:272 +#: ../../Zotlabs/Module/Register.php:251 msgid "Registration" msgstr "Registrierung" -#: ../../Zotlabs/Module/Admin/Site.php:281 +#: ../../Zotlabs/Module/Admin/Site.php:273 msgid "File upload" msgstr "Dateiupload" -#: ../../Zotlabs/Module/Admin/Site.php:282 +#: ../../Zotlabs/Module/Admin/Site.php:274 msgid "Policies" msgstr "Richtlinien" -#: ../../Zotlabs/Module/Admin/Site.php:283 +#: ../../Zotlabs/Module/Admin/Site.php:275 #: ../../include/contact_widgets.php:16 msgid "Advanced" msgstr "Fortgeschritten" -#: ../../Zotlabs/Module/Admin/Site.php:287 +#: ../../Zotlabs/Module/Admin/Site.php:279 #: ../../addon/statusnet/statusnet.php:890 msgid "Site name" msgstr "Seitenname" -#: ../../Zotlabs/Module/Admin/Site.php:291 +#: ../../Zotlabs/Module/Admin/Site.php:281 msgid "Site default technical skill level" msgstr "Standard-Qualifikationsstufe der Website" -#: ../../Zotlabs/Module/Admin/Site.php:291 +#: ../../Zotlabs/Module/Admin/Site.php:281 msgid "Used to provide a member experience matched to technical comfort level" msgstr "Dies wird verwendet, um eine Benutzererfahrung passend zur technischen Qualifikationsstufe zu bieten." -#: ../../Zotlabs/Module/Admin/Site.php:293 +#: ../../Zotlabs/Module/Admin/Site.php:283 msgid "Lock the technical skill level setting" msgstr "Sperre die technische Qualifikationsstufe" -#: ../../Zotlabs/Module/Admin/Site.php:293 +#: ../../Zotlabs/Module/Admin/Site.php:283 msgid "Members can set their own technical comfort level by default" msgstr "Benutzer können standardmäßig ihre eigene technische Qualifikationsstufe einstellen" -#: ../../Zotlabs/Module/Admin/Site.php:295 +#: ../../Zotlabs/Module/Admin/Site.php:285 msgid "Banner/Logo" msgstr "Banner/Logo" -#: ../../Zotlabs/Module/Admin/Site.php:296 +#: ../../Zotlabs/Module/Admin/Site.php:286 msgid "Administrator Information" msgstr "Administrator-Informationen" -#: ../../Zotlabs/Module/Admin/Site.php:296 +#: ../../Zotlabs/Module/Admin/Site.php:286 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." -#: ../../Zotlabs/Module/Admin/Site.php:297 -#: ../../Zotlabs/Module/Siteinfo.php:23 +#: ../../Zotlabs/Module/Admin/Site.php:287 +#: ../../Zotlabs/Module/Siteinfo.php:22 msgid "Site Information" msgstr "Seiteninformationen" -#: ../../Zotlabs/Module/Admin/Site.php:297 +#: ../../Zotlabs/Module/Admin/Site.php:287 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." -#: ../../Zotlabs/Module/Admin/Site.php:298 +#: ../../Zotlabs/Module/Admin/Site.php:288 msgid "System language" msgstr "System-Sprache" -#: ../../Zotlabs/Module/Admin/Site.php:299 +#: ../../Zotlabs/Module/Admin/Site.php:289 msgid "System theme" -msgstr "System-Theme" +msgstr "System-Design" -#: ../../Zotlabs/Module/Admin/Site.php:299 +#: ../../Zotlabs/Module/Admin/Site.php:289 msgid "" "Default system theme - may be over-ridden by user profiles - <a href='#' " "id='cnftheme'>change theme settings</a>" -msgstr "Standard-System-Theme – kann durch Nutzerprofile überschieben werden – <a href='#' id='cnftheme'>Theme-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:300 +#: ../../Zotlabs/Module/Admin/Site.php:290 msgid "Mobile system theme" -msgstr "Mobile System-Theme:" +msgstr "System-Design für mobile Geräte:" -#: ../../Zotlabs/Module/Admin/Site.php:300 +#: ../../Zotlabs/Module/Admin/Site.php:290 msgid "Theme for mobile devices" msgstr "Theme für mobile Geräte" -#: ../../Zotlabs/Module/Admin/Site.php:302 +#: ../../Zotlabs/Module/Admin/Site.php:292 msgid "Allow Feeds as Connections" msgstr "Feeds als Verbindungen erlauben" -#: ../../Zotlabs/Module/Admin/Site.php:302 +#: ../../Zotlabs/Module/Admin/Site.php:292 msgid "(Heavy system resource usage)" msgstr "(führt zu hoher Systemlast)" -#: ../../Zotlabs/Module/Admin/Site.php:303 +#: ../../Zotlabs/Module/Admin/Site.php:293 msgid "Maximum image size" msgstr "Maximale Bildgröße" -#: ../../Zotlabs/Module/Admin/Site.php:303 +#: ../../Zotlabs/Module/Admin/Site.php:293 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)." -#: ../../Zotlabs/Module/Admin/Site.php:304 +#: ../../Zotlabs/Module/Admin/Site.php:294 msgid "Does this site allow new member registration?" msgstr "Erlaubt dieser Server die Registrierung neuer Nutzer?" -#: ../../Zotlabs/Module/Admin/Site.php:305 +#: ../../Zotlabs/Module/Admin/Site.php:295 msgid "Invitation only" msgstr "Nur mit Einladung" -#: ../../Zotlabs/Module/Admin/Site.php:305 +#: ../../Zotlabs/Module/Admin/Site.php:295 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." -#: ../../Zotlabs/Module/Admin/Site.php:306 +#: ../../Zotlabs/Module/Admin/Site.php:296 msgid "Which best describes the types of account offered by this hub?" msgstr "Was ist die passendste Beschreibung der Konten auf diesem Hub?" -#: ../../Zotlabs/Module/Admin/Site.php:307 +#: ../../Zotlabs/Module/Admin/Site.php:297 msgid "Register text" msgstr "Registrierungstext" -#: ../../Zotlabs/Module/Admin/Site.php:307 +#: ../../Zotlabs/Module/Admin/Site.php:297 msgid "Will be displayed prominently on the registration page." msgstr "Wird gut sichtbar auf der Registrierungs-Seite angezeigt." -#: ../../Zotlabs/Module/Admin/Site.php:308 +#: ../../Zotlabs/Module/Admin/Site.php:298 msgid "Site homepage to show visitors (default: login box)" msgstr "Homepage des Hubs, die Besuchern angezeigt wird (Voreinstellung: Anmeldemaske)" -#: ../../Zotlabs/Module/Admin/Site.php:308 +#: ../../Zotlabs/Module/Admin/Site.php:298 msgid "" "example: 'public' to show public stream, 'page/sys/home' to show a system " "webpage called 'home' or 'include:home.html' to include a file." msgstr "Beispiele: 'public', um den Stream aller öffentlichen Beiträge anzuzeigen, 'page/sys/home', um eine System-Webseite namens 'home' anzuzeigen, 'include:home.html', um eine Datei einzufügen." -#: ../../Zotlabs/Module/Admin/Site.php:309 +#: ../../Zotlabs/Module/Admin/Site.php:299 msgid "Preserve site homepage URL" msgstr "Homepage-URL schützen" -#: ../../Zotlabs/Module/Admin/Site.php:309 +#: ../../Zotlabs/Module/Admin/Site.php:299 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." -#: ../../Zotlabs/Module/Admin/Site.php:310 +#: ../../Zotlabs/Module/Admin/Site.php:300 msgid "Accounts abandoned after x days" msgstr "Konten gelten nach X Tagen als unbenutzt" -#: ../../Zotlabs/Module/Admin/Site.php:310 +#: ../../Zotlabs/Module/Admin/Site.php:300 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." -#: ../../Zotlabs/Module/Admin/Site.php:311 +#: ../../Zotlabs/Module/Admin/Site.php:301 msgid "Allowed friend domains" msgstr "Erlaubte Domains für Kontakte" -#: ../../Zotlabs/Module/Admin/Site.php:311 +#: ../../Zotlabs/Module/Admin/Site.php:301 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." -#: ../../Zotlabs/Module/Admin/Site.php:312 +#: ../../Zotlabs/Module/Admin/Site.php:302 msgid "Verify Email Addresses" msgstr "E-Mail-Adressen überprüfen" -#: ../../Zotlabs/Module/Admin/Site.php:312 +#: ../../Zotlabs/Module/Admin/Site.php:302 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)." -#: ../../Zotlabs/Module/Admin/Site.php:313 +#: ../../Zotlabs/Module/Admin/Site.php:303 msgid "Force publish" msgstr "Veröffentlichung erzwingen" -#: ../../Zotlabs/Module/Admin/Site.php:313 +#: ../../Zotlabs/Module/Admin/Site.php:303 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." -#: ../../Zotlabs/Module/Admin/Site.php:314 +#: ../../Zotlabs/Module/Admin/Site.php:304 msgid "Import Public Streams" msgstr "Öffentliche Beiträge importieren" -#: ../../Zotlabs/Module/Admin/Site.php:314 +#: ../../Zotlabs/Module/Admin/Site.php:304 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." -#: ../../Zotlabs/Module/Admin/Site.php:315 +#: ../../Zotlabs/Module/Admin/Site.php:305 msgid "Login on Homepage" msgstr "Log-in auf der Startseite" -#: ../../Zotlabs/Module/Admin/Site.php:315 +#: ../../Zotlabs/Module/Admin/Site.php:305 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." -#: ../../Zotlabs/Module/Admin/Site.php:316 +#: ../../Zotlabs/Module/Admin/Site.php:306 msgid "Enable context help" msgstr "Kontext-Hilfe aktivieren" -#: ../../Zotlabs/Module/Admin/Site.php:316 +#: ../../Zotlabs/Module/Admin/Site.php:306 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." -#: ../../Zotlabs/Module/Admin/Site.php:318 +#: ../../Zotlabs/Module/Admin/Site.php:308 msgid "Reply-to email address for system generated email." msgstr "Antwortadresse (reply-to) für Emails, die vom System generiert wurden." -#: ../../Zotlabs/Module/Admin/Site.php:319 +#: ../../Zotlabs/Module/Admin/Site.php:309 msgid "Sender (From) email address for system generated email." msgstr "Absenderadresse (from) für Emails, die vom System generiert wurden." -#: ../../Zotlabs/Module/Admin/Site.php:320 +#: ../../Zotlabs/Module/Admin/Site.php:310 msgid "Name of email sender for system generated email." msgstr "Name des Versenders von Emails, die vom System generiert wurden." -#: ../../Zotlabs/Module/Admin/Site.php:322 +#: ../../Zotlabs/Module/Admin/Site.php:312 msgid "Directory Server URL" msgstr "Verzeichnisserver-URL" -#: ../../Zotlabs/Module/Admin/Site.php:322 +#: ../../Zotlabs/Module/Admin/Site.php:312 msgid "Default directory server" msgstr "Standard-Verzeichnisserver" -#: ../../Zotlabs/Module/Admin/Site.php:324 +#: ../../Zotlabs/Module/Admin/Site.php:314 msgid "Proxy user" msgstr "Proxy Benutzer" -#: ../../Zotlabs/Module/Admin/Site.php:325 +#: ../../Zotlabs/Module/Admin/Site.php:315 msgid "Proxy URL" msgstr "Proxy URL" -#: ../../Zotlabs/Module/Admin/Site.php:326 +#: ../../Zotlabs/Module/Admin/Site.php:316 msgid "Network timeout" msgstr "Netzwerk-Timeout" -#: ../../Zotlabs/Module/Admin/Site.php:326 +#: ../../Zotlabs/Module/Admin/Site.php:316 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Wert in Sekunden. 0 für unbegrenzt (nicht empfohlen)." -#: ../../Zotlabs/Module/Admin/Site.php:327 +#: ../../Zotlabs/Module/Admin/Site.php:317 msgid "Delivery interval" msgstr "Auslieferung Intervall" -#: ../../Zotlabs/Module/Admin/Site.php:327 +#: ../../Zotlabs/Module/Admin/Site.php:317 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." -#: ../../Zotlabs/Module/Admin/Site.php:328 +#: ../../Zotlabs/Module/Admin/Site.php:318 msgid "Deliveries per process" msgstr "Zustellungen pro Prozess" -#: ../../Zotlabs/Module/Admin/Site.php:328 +#: ../../Zotlabs/Module/Admin/Site.php:318 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." -#: ../../Zotlabs/Module/Admin/Site.php:329 +#: ../../Zotlabs/Module/Admin/Site.php:319 msgid "Poll interval" msgstr "Abfrageintervall" -#: ../../Zotlabs/Module/Admin/Site.php:329 +#: ../../Zotlabs/Module/Admin/Site.php:319 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." -#: ../../Zotlabs/Module/Admin/Site.php:330 +#: ../../Zotlabs/Module/Admin/Site.php:320 msgid "Maximum Load Average" msgstr "Maximales Load Average" -#: ../../Zotlabs/Module/Admin/Site.php:330 +#: ../../Zotlabs/Module/Admin/Site.php:320 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Maximale Systemlast, bevor Verteil- und Empfangsprozesse verschoben werden – Standard 50" -#: ../../Zotlabs/Module/Admin/Site.php:331 +#: ../../Zotlabs/Module/Admin/Site.php:321 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" -#: ../../Zotlabs/Module/Admin/Site.php:331 +#: ../../Zotlabs/Module/Admin/Site.php:321 msgid "0 for no expiration of imported content" msgstr "0 = keine Löschung importierter Inhalte" @@ -2841,8 +3025,8 @@ msgstr "Zusätzliche Informationen (optional)" #: ../../Zotlabs/Module/Admin/Profs.php:74 #: ../../Zotlabs/Module/Admin/Profs.php:94 ../../Zotlabs/Module/Rbmark.php:32 #: ../../Zotlabs/Module/Rbmark.php:104 ../../Zotlabs/Module/Filer.php:53 -#: ../../Zotlabs/Widget/Notes.php:18 ../../include/text.php:1028 -#: ../../include/text.php:1040 +#: ../../Zotlabs/Widget/Notes.php:18 ../../include/text.php:1022 +#: ../../include/text.php:1034 msgid "Save" msgstr "Speichern" @@ -3046,6 +3230,14 @@ msgctxt "acl" msgid "Profile" msgstr "Profil" +#: ../../Zotlabs/Module/Moderate.php:37 +msgid "Comment approved" +msgstr "Kommentar bestätigt" + +#: ../../Zotlabs/Module/Moderate.php:41 +msgid "Comment deleted" +msgstr "Kommentar gelöscht" + #: ../../Zotlabs/Module/Settings/Permcats.php:37 msgid "Permission category saved." msgstr "Berechtigungsrolle gespeichert." @@ -3066,25 +3258,25 @@ msgstr "Name der Berechtigungsrolle" #: ../../Zotlabs/Module/Settings/Permcats.php:103 #: ../../Zotlabs/Module/Settings/Tokens.php:161 -#: ../../Zotlabs/Module/Connedit.php:886 +#: ../../Zotlabs/Module/Connedit.php:904 msgid "My Settings" msgstr "Meine Einstellungen" #: ../../Zotlabs/Module/Settings/Permcats.php:105 #: ../../Zotlabs/Module/Settings/Tokens.php:163 -#: ../../Zotlabs/Module/Connedit.php:881 +#: ../../Zotlabs/Module/Connedit.php:899 msgid "inherited" msgstr "geerbt" #: ../../Zotlabs/Module/Settings/Permcats.php:108 #: ../../Zotlabs/Module/Settings/Tokens.php:166 -#: ../../Zotlabs/Module/Connedit.php:888 +#: ../../Zotlabs/Module/Connedit.php:906 msgid "Individual Permissions" msgstr "Individuelle Zugriffsrechte" #: ../../Zotlabs/Module/Settings/Permcats.php:109 #: ../../Zotlabs/Module/Settings/Tokens.php:167 -#: ../../Zotlabs/Module/Connedit.php:889 +#: ../../Zotlabs/Module/Connedit.php:907 msgid "" "Some permissions may be inherited from your channel's <a " "href=\"settings\"><strong>privacy settings</strong></a>, which have higher " @@ -3098,12 +3290,12 @@ msgstr "Einige Berechtigungen werden möglicherweise von den globalen <a href=\" #: ../../Zotlabs/Module/Settings/Channel.php:70 #: ../../Zotlabs/Module/Settings/Channel.php:81 #: ../../Zotlabs/Module/Connedit.php:707 ../../Zotlabs/Widget/Affinity.php:28 -#: ../../include/selectors.php:123 ../../include/channel.php:406 -#: ../../include/channel.php:407 ../../include/channel.php:414 +#: ../../include/selectors.php:123 ../../include/channel.php:408 +#: ../../include/channel.php:409 ../../include/channel.php:416 msgid "Friends" msgstr "Freunde" -#: ../../Zotlabs/Module/Settings/Channel.php:251 +#: ../../Zotlabs/Module/Settings/Channel.php:255 #: ../../addon/rendezvous/rendezvous.php:82 #: ../../addon/openstreetmap/openstreetmap.php:184 #: ../../addon/msgfooter/msgfooter.php:54 ../../addon/logrot/logrot.php:54 @@ -3112,380 +3304,388 @@ msgstr "Freunde" msgid "Settings updated." msgstr "Einstellungen aktualisiert." -#: ../../Zotlabs/Module/Settings/Channel.php:312 +#: ../../Zotlabs/Module/Settings/Channel.php:316 msgid "Nobody except yourself" msgstr "Niemand außer Dir selbst" -#: ../../Zotlabs/Module/Settings/Channel.php:313 +#: ../../Zotlabs/Module/Settings/Channel.php:317 msgid "Only those you specifically allow" msgstr "Nur die, denen Du es explizit erlaubst" -#: ../../Zotlabs/Module/Settings/Channel.php:314 +#: ../../Zotlabs/Module/Settings/Channel.php:318 msgid "Approved connections" msgstr "Angenommene Verbindungen" -#: ../../Zotlabs/Module/Settings/Channel.php:315 +#: ../../Zotlabs/Module/Settings/Channel.php:319 msgid "Any connections" msgstr "Beliebige Verbindungen" -#: ../../Zotlabs/Module/Settings/Channel.php:316 +#: ../../Zotlabs/Module/Settings/Channel.php:320 msgid "Anybody on this website" msgstr "Jeder auf dieser Website" -#: ../../Zotlabs/Module/Settings/Channel.php:317 +#: ../../Zotlabs/Module/Settings/Channel.php:321 msgid "Anybody in this network" msgstr "Alle $Projectname-Mitglieder" -#: ../../Zotlabs/Module/Settings/Channel.php:318 +#: ../../Zotlabs/Module/Settings/Channel.php:322 msgid "Anybody authenticated" msgstr "Jeder authentifizierte" -#: ../../Zotlabs/Module/Settings/Channel.php:319 +#: ../../Zotlabs/Module/Settings/Channel.php:323 msgid "Anybody on the internet" msgstr "Jeder im Internet" -#: ../../Zotlabs/Module/Settings/Channel.php:395 +#: ../../Zotlabs/Module/Settings/Channel.php:399 msgid "Publish your default profile in the network directory" msgstr "Standard-Profil im Netzwerk-Verzeichnis veröffentlichen" -#: ../../Zotlabs/Module/Settings/Channel.php:400 +#: ../../Zotlabs/Module/Settings/Channel.php:404 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "Dürfen wir Dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?" -#: ../../Zotlabs/Module/Settings/Channel.php:404 +#: ../../Zotlabs/Module/Settings/Channel.php:408 #: ../../Zotlabs/Module/Profile_photo.php:429 #: ../../Zotlabs/Module/Cover_photo.php:365 msgid "or" msgstr "oder" -#: ../../Zotlabs/Module/Settings/Channel.php:409 +#: ../../Zotlabs/Module/Settings/Channel.php:413 msgid "Your channel address is" msgstr "Deine Kanal-Adresse lautet" -#: ../../Zotlabs/Module/Settings/Channel.php:412 +#: ../../Zotlabs/Module/Settings/Channel.php:416 msgid "Your files/photos are accessible via WebDAV at" msgstr "Deine Dateien/Fotos sind via WebDAV verfügbar auf" -#: ../../Zotlabs/Module/Settings/Channel.php:474 +#: ../../Zotlabs/Module/Settings/Channel.php:478 msgid "Channel Settings" msgstr "Kanal-Einstellungen" -#: ../../Zotlabs/Module/Settings/Channel.php:481 +#: ../../Zotlabs/Module/Settings/Channel.php:485 msgid "Basic Settings" msgstr "Grundeinstellungen" -#: ../../Zotlabs/Module/Settings/Channel.php:482 -#: ../../include/channel.php:1250 +#: ../../Zotlabs/Module/Settings/Channel.php:486 +#: ../../include/channel.php:1373 msgid "Full Name:" msgstr "Voller Name:" -#: ../../Zotlabs/Module/Settings/Channel.php:483 +#: ../../Zotlabs/Module/Settings/Channel.php:487 #: ../../Zotlabs/Module/Settings/Account.php:119 msgid "Email Address:" msgstr "Email Adresse:" -#: ../../Zotlabs/Module/Settings/Channel.php:484 +#: ../../Zotlabs/Module/Settings/Channel.php:488 msgid "Your Timezone:" msgstr "Ihre Zeitzone:" -#: ../../Zotlabs/Module/Settings/Channel.php:485 +#: ../../Zotlabs/Module/Settings/Channel.php:489 msgid "Default Post Location:" msgstr "Standardstandort:" -#: ../../Zotlabs/Module/Settings/Channel.php:485 +#: ../../Zotlabs/Module/Settings/Channel.php:489 msgid "Geographical location to display on your posts" msgstr "Geografischer Ort, der bei Deinen Beiträgen angezeigt werden soll" -#: ../../Zotlabs/Module/Settings/Channel.php:486 +#: ../../Zotlabs/Module/Settings/Channel.php:490 msgid "Use Browser Location:" msgstr "Standort des Browsers verwenden:" -#: ../../Zotlabs/Module/Settings/Channel.php:488 +#: ../../Zotlabs/Module/Settings/Channel.php:492 msgid "Adult Content" msgstr "Nicht jugendfreie Inhalte" -#: ../../Zotlabs/Module/Settings/Channel.php:488 +#: ../../Zotlabs/Module/Settings/Channel.php:492 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)" -#: ../../Zotlabs/Module/Settings/Channel.php:490 +#: ../../Zotlabs/Module/Settings/Channel.php:494 msgid "Security and Privacy Settings" msgstr "Sicherheits- und Datenschutz-Einstellungen" -#: ../../Zotlabs/Module/Settings/Channel.php:493 +#: ../../Zotlabs/Module/Settings/Channel.php:496 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" -#: ../../Zotlabs/Module/Settings/Channel.php:495 +#: ../../Zotlabs/Module/Settings/Channel.php:498 msgid "Hide my online presence" msgstr "Meine Online-Präsenz verbergen" -#: ../../Zotlabs/Module/Settings/Channel.php:495 +#: ../../Zotlabs/Module/Settings/Channel.php:498 msgid "Prevents displaying in your profile that you are online" msgstr "Verhindert die Anzeige Deines Online-Status in deinem Profil" -#: ../../Zotlabs/Module/Settings/Channel.php:497 +#: ../../Zotlabs/Module/Settings/Channel.php:500 msgid "Simple Privacy Settings:" msgstr "Einfache Privatsphäre-Einstellungen" -#: ../../Zotlabs/Module/Settings/Channel.php:498 +#: ../../Zotlabs/Module/Settings/Channel.php:501 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>" -#: ../../Zotlabs/Module/Settings/Channel.php:499 +#: ../../Zotlabs/Module/Settings/Channel.php:502 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>" -#: ../../Zotlabs/Module/Settings/Channel.php:500 +#: ../../Zotlabs/Module/Settings/Channel.php:503 msgid "Private - <em>default private, never open or public</em>" msgstr "Privat – <em>Standard privat, nie offen oder öffentlich</em>" -#: ../../Zotlabs/Module/Settings/Channel.php:501 +#: ../../Zotlabs/Module/Settings/Channel.php:504 msgid "Blocked - <em>default blocked to/from everybody</em>" msgstr "Blockiert – <em>Alle standardmäßig blockiert</em>" -#: ../../Zotlabs/Module/Settings/Channel.php:503 +#: ../../Zotlabs/Module/Settings/Channel.php:506 msgid "Allow others to tag your posts" msgstr "Erlaube anderen, Deine Beiträge zu verschlagworten" -#: ../../Zotlabs/Module/Settings/Channel.php:503 +#: ../../Zotlabs/Module/Settings/Channel.php:506 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" -#: ../../Zotlabs/Module/Settings/Channel.php:505 +#: ../../Zotlabs/Module/Settings/Channel.php:508 msgid "Channel Permission Limits" msgstr "Kanal-Berechtigungslimits" -#: ../../Zotlabs/Module/Settings/Channel.php:507 +#: ../../Zotlabs/Module/Settings/Channel.php:510 msgid "Expire other channel content after this many days" msgstr "Den Inhalt anderer Kanäle nach dieser Anzahl Tage verfallen lassen" -#: ../../Zotlabs/Module/Settings/Channel.php:507 +#: ../../Zotlabs/Module/Settings/Channel.php:510 msgid "0 or blank to use the website limit." msgstr "0 oder leer lassen, um den voreingestellten Wert der Webseite zu verwenden." -#: ../../Zotlabs/Module/Settings/Channel.php:507 +#: ../../Zotlabs/Module/Settings/Channel.php:510 #, php-format msgid "This website expires after %d days." msgstr "Diese Webseite läuft nach %d Tagen ab." -#: ../../Zotlabs/Module/Settings/Channel.php:507 +#: ../../Zotlabs/Module/Settings/Channel.php:510 msgid "This website does not expire imported content." msgstr "Diese Webseite lässt importierte Inhalte nicht verfallen." -#: ../../Zotlabs/Module/Settings/Channel.php:507 +#: ../../Zotlabs/Module/Settings/Channel.php:510 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." -#: ../../Zotlabs/Module/Settings/Channel.php:508 +#: ../../Zotlabs/Module/Settings/Channel.php:511 msgid "Maximum Friend Requests/Day:" msgstr "Maximale Kontaktanfragen pro Tag:" -#: ../../Zotlabs/Module/Settings/Channel.php:508 +#: ../../Zotlabs/Module/Settings/Channel.php:511 msgid "May reduce spam activity" msgstr "Kann die Spam-Aktivität verringern" -#: ../../Zotlabs/Module/Settings/Channel.php:509 +#: ../../Zotlabs/Module/Settings/Channel.php:512 msgid "Default Access Control List (ACL)" msgstr "Standard-Zugriffsberechtigungsliste (ACL)" -#: ../../Zotlabs/Module/Settings/Channel.php:511 +#: ../../Zotlabs/Module/Settings/Channel.php:514 msgid "Use my default audience setting for the type of object published" msgstr "Verwende Deine eingestellte Standard-Zielgruppe des jeweiligen Inhaltstyps" -#: ../../Zotlabs/Module/Settings/Channel.php:518 +#: ../../Zotlabs/Module/Settings/Channel.php:521 msgid "Channel permissions category:" msgstr "Zugriffsrechte-Kategorie des Kanals:" -#: ../../Zotlabs/Module/Settings/Channel.php:519 +#: ../../Zotlabs/Module/Settings/Channel.php:522 msgid "Default Permissions Group" msgstr "Standard-Berechtigungsgruppe" -#: ../../Zotlabs/Module/Settings/Channel.php:525 +#: ../../Zotlabs/Module/Settings/Channel.php:528 msgid "Maximum private messages per day from unknown people:" msgstr "Maximale Anzahl privater Nachrichten pro Tag von unbekannten Leuten:" -#: ../../Zotlabs/Module/Settings/Channel.php:525 +#: ../../Zotlabs/Module/Settings/Channel.php:528 msgid "Useful to reduce spamming" msgstr "Nützlich, um Spam zu verringern" -#: ../../Zotlabs/Module/Settings/Channel.php:528 +#: ../../Zotlabs/Module/Settings/Channel.php:531 msgid "Notification Settings" msgstr "Benachrichtigungs-Einstellungen" -#: ../../Zotlabs/Module/Settings/Channel.php:529 +#: ../../Zotlabs/Module/Settings/Channel.php:532 msgid "By default post a status message when:" msgstr "Sende standardmäßig Status-Nachrichten, wenn:" -#: ../../Zotlabs/Module/Settings/Channel.php:530 +#: ../../Zotlabs/Module/Settings/Channel.php:533 msgid "accepting a friend request" msgstr "Du eine Verbindungsanfrage annimmst" -#: ../../Zotlabs/Module/Settings/Channel.php:531 +#: ../../Zotlabs/Module/Settings/Channel.php:534 msgid "joining a forum/community" msgstr "Du einem Forum beitrittst" -#: ../../Zotlabs/Module/Settings/Channel.php:532 +#: ../../Zotlabs/Module/Settings/Channel.php:535 msgid "making an <em>interesting</em> profile change" msgstr "Du eine <em>interessante</em> Änderung an Deinem Profil vornimmst" -#: ../../Zotlabs/Module/Settings/Channel.php:533 +#: ../../Zotlabs/Module/Settings/Channel.php:536 msgid "Send a notification email when:" msgstr "Eine E-Mail-Benachrichtigung senden, wenn:" -#: ../../Zotlabs/Module/Settings/Channel.php:534 +#: ../../Zotlabs/Module/Settings/Channel.php:537 msgid "You receive a connection request" msgstr "Du eine Verbindungsanfrage erhältst" -#: ../../Zotlabs/Module/Settings/Channel.php:535 +#: ../../Zotlabs/Module/Settings/Channel.php:538 msgid "Your connections are confirmed" msgstr "Eine Verbindung bestätigt wurde" -#: ../../Zotlabs/Module/Settings/Channel.php:536 +#: ../../Zotlabs/Module/Settings/Channel.php:539 msgid "Someone writes on your profile wall" msgstr "Jemand auf Deine Pinnwand schreibt" -#: ../../Zotlabs/Module/Settings/Channel.php:537 +#: ../../Zotlabs/Module/Settings/Channel.php:540 msgid "Someone writes a followup comment" msgstr "Jemand einen Beitrag kommentiert" -#: ../../Zotlabs/Module/Settings/Channel.php:538 +#: ../../Zotlabs/Module/Settings/Channel.php:541 msgid "You receive a private message" msgstr "Du eine private Nachricht erhältst" -#: ../../Zotlabs/Module/Settings/Channel.php:539 +#: ../../Zotlabs/Module/Settings/Channel.php:542 msgid "You receive a friend suggestion" msgstr "Du einen Kontaktvorschlag erhältst" -#: ../../Zotlabs/Module/Settings/Channel.php:540 +#: ../../Zotlabs/Module/Settings/Channel.php:543 msgid "You are tagged in a post" msgstr "Du in einem Beitrag erwähnt wurdest" -#: ../../Zotlabs/Module/Settings/Channel.php:541 +#: ../../Zotlabs/Module/Settings/Channel.php:544 msgid "You are poked/prodded/etc. in a post" msgstr "Du in einem Beitrag angestupst/geknufft/o.ä. wurdest" -#: ../../Zotlabs/Module/Settings/Channel.php:543 +#: ../../Zotlabs/Module/Settings/Channel.php:546 msgid "Someone likes your post/comment" msgstr "Jemand mag Ihren Beitrag/Kommentar" -#: ../../Zotlabs/Module/Settings/Channel.php:546 +#: ../../Zotlabs/Module/Settings/Channel.php:549 msgid "Show visual notifications including:" msgstr "Visuelle Benachrichtigungen anzeigen für:" -#: ../../Zotlabs/Module/Settings/Channel.php:548 +#: ../../Zotlabs/Module/Settings/Channel.php:551 msgid "Unseen grid activity" msgstr "Ungesehene Netzwerk-Aktivität" -#: ../../Zotlabs/Module/Settings/Channel.php:549 +#: ../../Zotlabs/Module/Settings/Channel.php:552 msgid "Unseen channel activity" msgstr "Ungesehene Kanal-Aktivität" -#: ../../Zotlabs/Module/Settings/Channel.php:550 +#: ../../Zotlabs/Module/Settings/Channel.php:553 msgid "Unseen private messages" msgstr "Ungelesene persönliche Nachrichten" -#: ../../Zotlabs/Module/Settings/Channel.php:550 -#: ../../Zotlabs/Module/Settings/Channel.php:555 -#: ../../Zotlabs/Module/Settings/Channel.php:556 -#: ../../Zotlabs/Module/Settings/Channel.php:557 +#: ../../Zotlabs/Module/Settings/Channel.php:553 +#: ../../Zotlabs/Module/Settings/Channel.php:558 +#: ../../Zotlabs/Module/Settings/Channel.php:559 +#: ../../Zotlabs/Module/Settings/Channel.php:560 #: ../../addon/jappixmini/jappixmini.php:343 msgid "Recommended" msgstr "Empfohlen" -#: ../../Zotlabs/Module/Settings/Channel.php:551 +#: ../../Zotlabs/Module/Settings/Channel.php:554 msgid "Upcoming events" msgstr "Baldige Termine" -#: ../../Zotlabs/Module/Settings/Channel.php:552 +#: ../../Zotlabs/Module/Settings/Channel.php:555 msgid "Events today" msgstr "Heutige Termine" -#: ../../Zotlabs/Module/Settings/Channel.php:553 +#: ../../Zotlabs/Module/Settings/Channel.php:556 msgid "Upcoming birthdays" msgstr "Baldige Geburtstage" -#: ../../Zotlabs/Module/Settings/Channel.php:553 +#: ../../Zotlabs/Module/Settings/Channel.php:556 msgid "Not available in all themes" -msgstr "Nicht in allen Themes verfügbar" +msgstr "Nicht in allen Designs verfügbar" -#: ../../Zotlabs/Module/Settings/Channel.php:554 +#: ../../Zotlabs/Module/Settings/Channel.php:557 msgid "System (personal) notifications" msgstr "System – (persönliche) Benachrichtigungen" -#: ../../Zotlabs/Module/Settings/Channel.php:555 +#: ../../Zotlabs/Module/Settings/Channel.php:558 msgid "System info messages" msgstr "System – Info-Nachrichten" -#: ../../Zotlabs/Module/Settings/Channel.php:556 +#: ../../Zotlabs/Module/Settings/Channel.php:559 msgid "System critical alerts" msgstr "System – kritische Warnungen" -#: ../../Zotlabs/Module/Settings/Channel.php:557 +#: ../../Zotlabs/Module/Settings/Channel.php:560 msgid "New connections" msgstr "Neue Verbindungen" -#: ../../Zotlabs/Module/Settings/Channel.php:558 +#: ../../Zotlabs/Module/Settings/Channel.php:561 msgid "System Registrations" msgstr "System – Registrierungen" -#: ../../Zotlabs/Module/Settings/Channel.php:559 +#: ../../Zotlabs/Module/Settings/Channel.php:562 +msgid "Unseen shared files" +msgstr "Ungesehene geteilte Dateien" + +#: ../../Zotlabs/Module/Settings/Channel.php:563 +msgid "Unseen public activity" +msgstr "Ungesehene öffentliche Aktivität" + +#: ../../Zotlabs/Module/Settings/Channel.php:564 msgid "" "Also show new wall posts, private messages and connections under Notices" msgstr "Neue Pinnwand-Nachrichten, private Nachrichten und Verbindungen unter Benachrichtigungen anzeigen" -#: ../../Zotlabs/Module/Settings/Channel.php:561 +#: ../../Zotlabs/Module/Settings/Channel.php:566 msgid "Notify me of events this many days in advance" msgstr "Benachrichtige mich zu Terminen so viele Tage im Voraus" -#: ../../Zotlabs/Module/Settings/Channel.php:561 +#: ../../Zotlabs/Module/Settings/Channel.php:566 msgid "Must be greater than 0" msgstr "Muss größer als 0 sein" -#: ../../Zotlabs/Module/Settings/Channel.php:567 +#: ../../Zotlabs/Module/Settings/Channel.php:572 msgid "Advanced Account/Page Type Settings" msgstr "Erweiterte Account- und Seitenart-Einstellungen" -#: ../../Zotlabs/Module/Settings/Channel.php:568 +#: ../../Zotlabs/Module/Settings/Channel.php:573 msgid "Change the behaviour of this account for special situations" msgstr "Ändere das Verhalten dieses Accounts unter speziellen Umständen" -#: ../../Zotlabs/Module/Settings/Channel.php:570 +#: ../../Zotlabs/Module/Settings/Channel.php:575 msgid "Miscellaneous Settings" msgstr "Sonstige Einstellungen" -#: ../../Zotlabs/Module/Settings/Channel.php:571 +#: ../../Zotlabs/Module/Settings/Channel.php:576 msgid "Default photo upload folder" msgstr "Voreingestellter Ordner für hochgeladene Fotos" -#: ../../Zotlabs/Module/Settings/Channel.php:571 -#: ../../Zotlabs/Module/Settings/Channel.php:572 +#: ../../Zotlabs/Module/Settings/Channel.php:576 +#: ../../Zotlabs/Module/Settings/Channel.php:577 msgid "%Y - current year, %m - current month" msgstr "%Y - aktuelles Jahr, %m - aktueller Monat" -#: ../../Zotlabs/Module/Settings/Channel.php:572 +#: ../../Zotlabs/Module/Settings/Channel.php:577 msgid "Default file upload folder" msgstr "Voreingestellter Ordner für hochgeladene Dateien" -#: ../../Zotlabs/Module/Settings/Channel.php:574 +#: ../../Zotlabs/Module/Settings/Channel.php:579 msgid "Personal menu to display in your channel pages" msgstr "Eigenes Menü zur Anzeige auf den Seiten deines Kanals" -#: ../../Zotlabs/Module/Settings/Channel.php:576 +#: ../../Zotlabs/Module/Settings/Channel.php:581 msgid "Remove this channel." msgstr "Diesen Kanal löschen" -#: ../../Zotlabs/Module/Settings/Channel.php:577 +#: ../../Zotlabs/Module/Settings/Channel.php:582 msgid "Firefox Share $Projectname provider" msgstr "$Projectname-Provider für Firefox Share" -#: ../../Zotlabs/Module/Settings/Channel.php:578 +#: ../../Zotlabs/Module/Settings/Channel.php:583 msgid "Start calendar week on Monday" msgstr "Beginne die kalendarische Woche am Montag" @@ -3521,7 +3721,7 @@ msgid "" 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/Settings/Tokens.php:150 -#: ../../Zotlabs/Widget/Settings_menu.php:90 +#: ../../Zotlabs/Widget/Settings_menu.php:92 msgid "Guest Access Tokens" msgstr "Gastzugangstoken" @@ -3538,7 +3738,7 @@ msgid "Expires (yyyy-mm-dd)" msgstr "Läuft ab (jjjj-mm-tt)" #: ../../Zotlabs/Module/Settings/Tokens.php:160 -#: ../../Zotlabs/Module/Connedit.php:885 +#: ../../Zotlabs/Module/Connedit.php:903 msgid "Their Settings" msgstr "Deren Einstellungen" @@ -3615,33 +3815,33 @@ msgstr "Konto entfernen" msgid "Remove this account including all its channels" msgstr "Dieses Konto inklusive all seiner Kanäle löschen" -#: ../../Zotlabs/Module/Settings/Featured.php:20 +#: ../../Zotlabs/Module/Settings/Featured.php:21 msgid "Affinity Slider settings updated." msgstr "Die Beziehungsgrad-Schieberegler-Einstellungen wurden aktualisiert." -#: ../../Zotlabs/Module/Settings/Featured.php:34 +#: ../../Zotlabs/Module/Settings/Featured.php:36 msgid "No feature settings configured" msgstr "Keine Funktions-Einstellungen konfiguriert" -#: ../../Zotlabs/Module/Settings/Featured.php:41 +#: ../../Zotlabs/Module/Settings/Featured.php:43 msgid "Default maximum affinity level" msgstr "Voreinstellung für maximalen Beziehungsgrad" -#: ../../Zotlabs/Module/Settings/Featured.php:46 +#: ../../Zotlabs/Module/Settings/Featured.php:48 msgid "Default minimum affinity level" msgstr "Voreinstellung für minimalen Beziehungsgrad" -#: ../../Zotlabs/Module/Settings/Featured.php:50 +#: ../../Zotlabs/Module/Settings/Featured.php:52 msgid "Affinity Slider Settings" msgstr "Beziehungsgrad-Schieberegler-Einstellungen" -#: ../../Zotlabs/Module/Settings/Featured.php:60 +#: ../../Zotlabs/Module/Settings/Featured.php:62 msgid "Feature/Addon Settings" msgstr "Funktions-/Addon-Einstellungen" #: ../../Zotlabs/Module/Settings/Display.php:145 msgid "No special theme for mobile devices" -msgstr "Keine spezielle Theme für mobile Geräte" +msgstr "Kein spezielles Design für mobile Geräte" #: ../../Zotlabs/Module/Settings/Display.php:148 #, php-format @@ -3654,11 +3854,11 @@ msgstr "Anzeige-Einstellungen" #: ../../Zotlabs/Module/Settings/Display.php:199 msgid "Theme Settings" -msgstr "Theme-Einstellungen" +msgstr "Design-Einstellungen" #: ../../Zotlabs/Module/Settings/Display.php:200 msgid "Custom Theme Settings" -msgstr "Benutzerdefinierte Theme-Einstellungen" +msgstr "Benutzerdefinierte Design-Einstellungen" #: ../../Zotlabs/Module/Settings/Display.php:201 msgid "Content Settings" @@ -3666,7 +3866,7 @@ msgstr "Inhaltseinstellungen" #: ../../Zotlabs/Module/Settings/Display.php:207 msgid "Display Theme:" -msgstr "Anzeige-Theme:" +msgstr "Anzeige-Design:" #: ../../Zotlabs/Module/Settings/Display.php:208 msgid "Select scheme" @@ -3674,7 +3874,7 @@ msgstr "Schema wählen" #: ../../Zotlabs/Module/Settings/Display.php:210 msgid "Mobile Theme:" -msgstr "Mobile Theme:" +msgstr "Design für mobile Geräte:" #: ../../Zotlabs/Module/Settings/Display.php:211 msgid "Preload images before rendering the page" @@ -3829,32 +4029,24 @@ msgid "Remove authorization" msgstr "Authorisierung aufheben" #: ../../Zotlabs/Module/Embedphotos.php:140 -#: ../../Zotlabs/Module/Photos.php:751 ../../Zotlabs/Module/Photos.php:1290 -#: ../../Zotlabs/Widget/Album.php:78 +#: ../../Zotlabs/Module/Photos.php:753 ../../Zotlabs/Module/Photos.php:1292 +#: ../../Zotlabs/Widget/Portfolio.php:78 ../../Zotlabs/Widget/Album.php:78 msgid "View Photo" msgstr "Foto ansehen" -#: ../../Zotlabs/Module/Embedphotos.php:146 -#: ../../Zotlabs/Module/Photos.php:757 ../../Zotlabs/Module/Photos.php:1213 -#: ../../Zotlabs/Lib/Apps.php:571 ../../Zotlabs/Lib/Apps.php:649 -#: ../../Zotlabs/Storage/Browser.php:163 ../../Zotlabs/Widget/Album.php:84 -#: ../../addon/cdav/Mod_Cdav.php:745 ../../addon/cdav/Mod_Cdav.php:746 -#: ../../addon/cdav/Mod_Cdav.php:753 ../../include/conversation.php:1110 -msgid "Unknown" -msgstr "Unbekannt" - #: ../../Zotlabs/Module/Embedphotos.php:156 -#: ../../Zotlabs/Module/Photos.php:782 ../../Zotlabs/Widget/Album.php:95 +#: ../../Zotlabs/Module/Photos.php:784 ../../Zotlabs/Widget/Portfolio.php:97 +#: ../../Zotlabs/Widget/Album.php:95 msgid "Edit Album" msgstr "Album bearbeiten" #: ../../Zotlabs/Module/Embedphotos.php:158 -#: ../../Zotlabs/Module/Photos.php:784 ../../Zotlabs/Module/Photos.php:1321 +#: ../../Zotlabs/Module/Photos.php:786 ../../Zotlabs/Module/Photos.php:1323 #: ../../Zotlabs/Module/Profile_photo.php:423 #: ../../Zotlabs/Module/Cover_photo.php:361 -#: ../../Zotlabs/Storage/Browser.php:229 ../../Zotlabs/Storage/Browser.php:334 -#: ../../Zotlabs/Widget/Album.php:97 ../../addon/cdav/include/widgets.php:132 -#: ../../addon/cdav/include/widgets.php:168 +#: ../../Zotlabs/Storage/Browser.php:230 ../../Zotlabs/Storage/Browser.php:337 +#: ../../Zotlabs/Widget/Cdav.php:132 ../../Zotlabs/Widget/Cdav.php:168 +#: ../../Zotlabs/Widget/Portfolio.php:99 ../../Zotlabs/Widget/Album.php:97 msgid "Upload" msgstr "Hochladen" @@ -3916,9 +4108,9 @@ msgid "URL for photo of thing (optional)" msgstr "URL eines Fotos der Sache (optional)" #: ../../Zotlabs/Module/Thing.php:313 ../../Zotlabs/Module/Thing.php:363 -#: ../../Zotlabs/Module/Photos.php:647 ../../Zotlabs/Module/Photos.php:1011 -#: ../../Zotlabs/Module/Connedit.php:672 ../../Zotlabs/Module/Chat.php:233 -#: ../../Zotlabs/Module/Filestorage.php:152 +#: ../../Zotlabs/Module/Photos.php:649 ../../Zotlabs/Module/Photos.php:1013 +#: ../../Zotlabs/Module/Connedit.php:672 ../../Zotlabs/Module/Chat.php:235 +#: ../../Zotlabs/Module/Filestorage.php:142 #: ../../include/acl_selectors.php:218 msgid "Permissions" msgstr "Berechtigungen" @@ -3941,52 +4133,52 @@ msgstr "System-Benachrichtigungen" msgid "Channel added." msgstr "Kanal hinzugefügt." -#: ../../Zotlabs/Module/Import.php:144 +#: ../../Zotlabs/Module/Import.php:143 #, php-format msgid "Your service plan only allows %d channels." msgstr "Dein Vertrag erlaubt nur %d Kanäle." -#: ../../Zotlabs/Module/Import.php:158 +#: ../../Zotlabs/Module/Import.php:157 msgid "No channel. Import failed." msgstr "Kein Kanal. Import fehlgeschlagen." -#: ../../Zotlabs/Module/Import.php:466 +#: ../../Zotlabs/Module/Import.php:470 #: ../../addon/diaspora/import_diaspora.php:142 msgid "Import completed." msgstr "Import abgeschlossen." -#: ../../Zotlabs/Module/Import.php:494 +#: ../../Zotlabs/Module/Import.php:498 msgid "You must be logged in to use this feature." msgstr "Du musst angemeldet sein um diese Funktion zu nutzen." -#: ../../Zotlabs/Module/Import.php:499 +#: ../../Zotlabs/Module/Import.php:503 msgid "Import Channel" msgstr "Kanal importieren" -#: ../../Zotlabs/Module/Import.php:500 +#: ../../Zotlabs/Module/Import.php:504 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." -#: ../../Zotlabs/Module/Import.php:502 +#: ../../Zotlabs/Module/Import.php:506 msgid "Or provide the old server/hub details" msgstr "Oder gib die Details Deines bisherigen $Projectname-Hubs ein" -#: ../../Zotlabs/Module/Import.php:503 +#: ../../Zotlabs/Module/Import.php:507 msgid "Your old identity address (xyz@example.com)" msgstr "Bisherige Kanal-Adresse (xyz@example.com)" -#: ../../Zotlabs/Module/Import.php:504 +#: ../../Zotlabs/Module/Import.php:508 msgid "Your old login email address" msgstr "Deine alte Login-E-Mail-Adresse" -#: ../../Zotlabs/Module/Import.php:505 +#: ../../Zotlabs/Module/Import.php:509 msgid "Your old login password" msgstr "Dein altes Passwort" -#: ../../Zotlabs/Module/Import.php:506 +#: ../../Zotlabs/Module/Import.php:510 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" @@ -3994,19 +4186,19 @@ msgid "" "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." -#: ../../Zotlabs/Module/Import.php:507 +#: ../../Zotlabs/Module/Import.php:511 msgid "Make this hub my primary location" msgstr "Dieser $Pojectname-Hub ist mein primärer Hub." -#: ../../Zotlabs/Module/Import.php:508 +#: ../../Zotlabs/Module/Import.php:512 msgid "Move this channel (disable all previous locations)" msgstr "Verschiebe diesen Kanal (deaktiviere alle vorherigen Adressen/Klone)" -#: ../../Zotlabs/Module/Import.php:509 +#: ../../Zotlabs/Module/Import.php:513 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)" -#: ../../Zotlabs/Module/Import.php:510 +#: ../../Zotlabs/Module/Import.php:514 msgid "" "This process may take several minutes to complete. Please submit the form " "only once and leave this page open until finished." @@ -4016,21 +4208,21 @@ msgstr "Dieser Vorgang kann einige Minuten dauern. Bitte sende das Formular nur msgid "Authentication failed." msgstr "Authentifizierung fehlgeschlagen." -#: ../../Zotlabs/Module/Rmagic.php:75 ../../include/channel.php:1984 +#: ../../Zotlabs/Module/Rmagic.php:75 ../../include/channel.php:2102 msgid "Remote Authentication" msgstr "Entfernte Authentifizierung" -#: ../../Zotlabs/Module/Rmagic.php:76 ../../include/channel.php:1985 +#: ../../Zotlabs/Module/Rmagic.php:76 ../../include/channel.php:2103 msgid "Enter your channel address (e.g. channel@example.com)" msgstr "Deine Kanal-Adresse (z. B. channel@example.com)" -#: ../../Zotlabs/Module/Rmagic.php:77 ../../include/channel.php:1986 +#: ../../Zotlabs/Module/Rmagic.php:77 ../../include/channel.php:2104 msgid "Authenticate" msgstr "Authentifizieren" #: ../../Zotlabs/Module/Cal.php:62 ../../Zotlabs/Module/Chanview.php:96 -#: ../../Zotlabs/Module/Page.php:56 ../../Zotlabs/Module/Wall_upload.php:31 -#: ../../Zotlabs/Module/Block.php:43 +#: ../../Zotlabs/Module/Page.php:75 ../../Zotlabs/Module/Wall_upload.php:31 +#: ../../Zotlabs/Module/Block.php:41 msgid "Channel not found." msgstr "Kanal nicht gefunden." @@ -4038,39 +4230,39 @@ msgstr "Kanal nicht gefunden." msgid "Permissions denied." msgstr "Berechtigung verweigert." -#: ../../Zotlabs/Module/Cal.php:342 ../../include/text.php:2291 +#: ../../Zotlabs/Module/Cal.php:342 ../../include/text.php:2304 msgid "Import" msgstr "Import" -#: ../../Zotlabs/Module/Api.php:72 ../../Zotlabs/Module/Api.php:93 -msgid "Authorize application connection" -msgstr "Zugriff für die Anwendung autorisieren" +#: ../../Zotlabs/Module/Notify.php:61 +#: ../../Zotlabs/Module/Notifications.php:42 +msgid "System Notifications" +msgstr "System-Benachrichtigungen" -#: ../../Zotlabs/Module/Api.php:73 -msgid "Return to your app and insert this Security Code:" -msgstr "Gehen Sie zu Ihrer App zurück und tragen Sie diesen Sicherheitscode ein:" +#: ../../Zotlabs/Module/Follow.php:31 +msgid "Channel added." +msgstr "Kanal hinzugefügt." -#: ../../Zotlabs/Module/Api.php:83 -msgid "Please login to continue." -msgstr "Zum Weitermachen, bitte einloggen." +#: ../../Zotlabs/Module/Import.php:144 +#, php-format +msgid "Your service plan only allows %d channels." +msgstr "Dein Vertrag erlaubt nur %d Kanäle." -#: ../../Zotlabs/Module/Api.php:95 -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?" +#: ../../Zotlabs/Module/Import.php:158 +msgid "No channel. Import failed." +msgstr "Kein Kanal. Import fehlgeschlagen." #: ../../Zotlabs/Module/Attach.php:13 msgid "Item not available." msgstr "Element nicht verfügbar." -#: ../../Zotlabs/Module/Editblock.php:116 ../../Zotlabs/Module/Chat.php:205 -#: ../../Zotlabs/Module/Editwebpage.php:143 ../../Zotlabs/Module/Mail.php:306 -#: ../../Zotlabs/Module/Mail.php:448 ../../include/conversation.php:1228 +#: ../../Zotlabs/Module/Editblock.php:116 ../../Zotlabs/Module/Chat.php:207 +#: ../../Zotlabs/Module/Editwebpage.php:143 ../../Zotlabs/Module/Mail.php:288 +#: ../../Zotlabs/Module/Mail.php:430 ../../include/conversation.php:1225 msgid "Insert web link" msgstr "Link einfügen" -#: ../../Zotlabs/Module/Editblock.php:129 ../../include/conversation.php:1339 +#: ../../Zotlabs/Module/Editblock.php:129 ../../include/conversation.php:1336 msgid "Title (optional)" msgstr "Titel (optional)" @@ -4078,11 +4270,11 @@ msgstr "Titel (optional)" msgid "Edit Block" msgstr "Block bearbeiten" -#: ../../Zotlabs/Module/Profile.php:91 +#: ../../Zotlabs/Module/Profile.php:93 msgid "vcard" msgstr "VCard" -#: ../../Zotlabs/Module/Apps.php:45 +#: ../../Zotlabs/Module/Apps.php:45 ../../Zotlabs/Lib/Apps.php:224 msgid "Apps" msgstr "Apps" @@ -4100,7 +4292,8 @@ msgctxt "mood" msgid "%1$s is %2$s" msgstr "%1$s ist %2$s" -#: ../../Zotlabs/Module/Mood.php:135 ../../Zotlabs/Lib/Apps.php:234 +#: ../../Zotlabs/Module/Mood.php:120 ../../Zotlabs/Module/Mood.php:135 +#: ../../Zotlabs/Lib/Apps.php:247 msgid "Mood" msgstr "Laune" @@ -4108,74 +4301,87 @@ msgstr "Laune" msgid "Set your current mood and tell your friends" msgstr "Wähle Deine aktuelle Stimmung und teile sie mit Deinen Freunden" -#: ../../Zotlabs/Module/Connections.php:52 -#: ../../Zotlabs/Module/Connections.php:157 -#: ../../Zotlabs/Module/Connections.php:246 +#: ../../Zotlabs/Module/Connections.php:33 +#: ../../Zotlabs/Module/Connections.php:309 ../../Zotlabs/Lib/Apps.php:229 +#: ../../include/text.php:951 ../../include/nav.php:180 +msgid "Connections" +msgstr "Verbindungen" + +#: ../../Zotlabs/Module/Connections.php:54 +#: ../../Zotlabs/Module/Connections.php:156 +#: ../../Zotlabs/Module/Connections.php:245 msgid "Blocked" msgstr "Blockiert" -#: ../../Zotlabs/Module/Connections.php:57 -#: ../../Zotlabs/Module/Connections.php:164 -#: ../../Zotlabs/Module/Connections.php:245 +#: ../../Zotlabs/Module/Connections.php:59 +#: ../../Zotlabs/Module/Connections.php:163 +#: ../../Zotlabs/Module/Connections.php:244 msgid "Ignored" msgstr "Ignoriert" -#: ../../Zotlabs/Module/Connections.php:62 -#: ../../Zotlabs/Module/Connections.php:178 -#: ../../Zotlabs/Module/Connections.php:244 +#: ../../Zotlabs/Module/Connections.php:64 +#: ../../Zotlabs/Module/Connections.php:177 +#: ../../Zotlabs/Module/Connections.php:243 msgid "Hidden" msgstr "Versteckt" -#: ../../Zotlabs/Module/Connections.php:67 -#: ../../Zotlabs/Module/Connections.php:171 -#: ../../Zotlabs/Module/Connections.php:243 -msgid "Archived" -msgstr "Archiviert" +#: ../../Zotlabs/Module/Connections.php:69 +#: ../../Zotlabs/Module/Connections.php:170 +msgid "Archived/Unreachable" +msgstr "Archiviert/Unerreichbar" -#: ../../Zotlabs/Module/Connections.php:72 -#: ../../Zotlabs/Module/Connections.php:82 ../../Zotlabs/Module/Menu.php:116 -#: ../../include/conversation.php:1666 +#: ../../Zotlabs/Module/Connections.php:74 +#: ../../Zotlabs/Module/Connections.php:83 ../../Zotlabs/Module/Menu.php:116 +#: ../../include/conversation.php:1663 msgid "New" msgstr "Neu" #: ../../Zotlabs/Module/Connections.php:88 -#: ../../Zotlabs/Module/Connections.php:103 +#: ../../Zotlabs/Module/Connections.php:102 #: ../../Zotlabs/Module/Connedit.php:709 ../../Zotlabs/Widget/Affinity.php:30 msgid "All" msgstr "Alle" -#: ../../Zotlabs/Module/Connections.php:134 +#: ../../Zotlabs/Module/Connections.php:133 msgid "New Connections" msgstr "Neue Verbindungen" -#: ../../Zotlabs/Module/Connections.php:137 +#: ../../Zotlabs/Module/Connections.php:136 msgid "Show pending (new) connections" msgstr "Ausstehende (neue) Verbindungsanfragen anzeigen" -#: ../../Zotlabs/Module/Connections.php:144 +#: ../../Zotlabs/Module/Connections.php:143 msgid "Show all connections" msgstr "Alle Verbindungen anzeigen" -#: ../../Zotlabs/Module/Connections.php:160 +#: ../../Zotlabs/Module/Connections.php:159 msgid "Only show blocked connections" msgstr "Nur blockierte Verbindungen anzeigen" -#: ../../Zotlabs/Module/Connections.php:167 +#: ../../Zotlabs/Module/Connections.php:166 msgid "Only show ignored connections" msgstr "Nur ignorierte Verbindungen anzeigen" -#: ../../Zotlabs/Module/Connections.php:174 -msgid "Only show archived connections" -msgstr "Nur archivierte Verbindungen anzeigen" +#: ../../Zotlabs/Module/Connections.php:173 +msgid "Only show archived/unreachable connections" +msgstr "Nur archivierte/unerreichbare Verbindungen anzeigen" -#: ../../Zotlabs/Module/Connections.php:181 +#: ../../Zotlabs/Module/Connections.php:180 msgid "Only show hidden connections" msgstr "Nur versteckte Verbindungen anzeigen" -#: ../../Zotlabs/Module/Connections.php:242 +#: ../../Zotlabs/Module/Connections.php:241 msgid "Pending approval" msgstr "Wartet auf Genehmigung" +#: ../../Zotlabs/Module/Connections.php:242 +msgid "Archived" +msgstr "Archiviert" + +#: ../../Zotlabs/Module/Connections.php:246 +msgid "Not connected at this location" +msgstr "An diesem Ort nicht verbunden" + #: ../../Zotlabs/Module/Connections.php:258 #, php-format msgid "%1$s [%2$s]" @@ -4185,61 +4391,56 @@ msgstr "%1$s [%2$s]" msgid "Edit connection" msgstr "Verbindung bearbeiten" -#: ../../Zotlabs/Module/Connections.php:260 +#: ../../Zotlabs/Module/Connections.php:261 msgid "Delete connection" msgstr "Verbindung löschen" -#: ../../Zotlabs/Module/Connections.php:269 +#: ../../Zotlabs/Module/Connections.php:270 msgid "Channel address" msgstr "Kanaladresse" -#: ../../Zotlabs/Module/Connections.php:271 +#: ../../Zotlabs/Module/Connections.php:272 msgid "Network" msgstr "Netzwerk" -#: ../../Zotlabs/Module/Connections.php:274 +#: ../../Zotlabs/Module/Connections.php:275 msgid "Call" msgstr "Anruf" -#: ../../Zotlabs/Module/Connections.php:276 +#: ../../Zotlabs/Module/Connections.php:277 msgid "Status" msgstr "Status" -#: ../../Zotlabs/Module/Connections.php:278 +#: ../../Zotlabs/Module/Connections.php:279 msgid "Connected" msgstr "Verbunden" -#: ../../Zotlabs/Module/Connections.php:280 +#: ../../Zotlabs/Module/Connections.php:281 msgid "Approve connection" msgstr "Verbindung genehmigen" -#: ../../Zotlabs/Module/Connections.php:282 +#: ../../Zotlabs/Module/Connections.php:283 msgid "Ignore connection" msgstr "Verbindung ignorieren" -#: ../../Zotlabs/Module/Connections.php:283 +#: ../../Zotlabs/Module/Connections.php:284 #: ../../Zotlabs/Module/Connedit.php:626 msgid "Ignore" msgstr "Ignorieren" -#: ../../Zotlabs/Module/Connections.php:284 +#: ../../Zotlabs/Module/Connections.php:285 msgid "Recent activity" msgstr "Kürzliche Aktivitäten" -#: ../../Zotlabs/Module/Connections.php:308 ../../Zotlabs/Lib/Apps.php:216 -#: ../../include/text.php:957 ../../include/nav.php:185 -msgid "Connections" -msgstr "Verbindungen" - -#: ../../Zotlabs/Module/Connections.php:313 +#: ../../Zotlabs/Module/Connections.php:314 msgid "Search your connections" msgstr "Verbindungen durchsuchen" -#: ../../Zotlabs/Module/Connections.php:314 +#: ../../Zotlabs/Module/Connections.php:315 msgid "Connections search" msgstr "Verbindung suchen" -#: ../../Zotlabs/Module/Connections.php:315 +#: ../../Zotlabs/Module/Connections.php:316 #: ../../Zotlabs/Module/Directory.php:391 #: ../../Zotlabs/Module/Directory.php:396 ../../include/contact_widgets.php:23 msgid "Find" @@ -4247,21 +4448,25 @@ msgstr "Finde" #: ../../Zotlabs/Module/Viewsrc.php:43 msgid "item" -msgstr "" +msgstr "Beitrag" #: ../../Zotlabs/Module/Viewsrc.php:55 msgid "Source of Item" msgstr "Quelle des Elements" -#: ../../Zotlabs/Module/Bookmarks.php:53 +#: ../../Zotlabs/Module/Bookmarks.php:11 ../../Zotlabs/Lib/Apps.php:227 +msgid "View Bookmarks" +msgstr "Lesezeichen ansehen" + +#: ../../Zotlabs/Module/Bookmarks.php:56 msgid "Bookmark added" msgstr "Lesezeichen hinzugefügt" -#: ../../Zotlabs/Module/Bookmarks.php:76 +#: ../../Zotlabs/Module/Bookmarks.php:79 msgid "My Bookmarks" msgstr "Meine Lesezeichen" -#: ../../Zotlabs/Module/Bookmarks.php:87 +#: ../../Zotlabs/Module/Bookmarks.php:90 msgid "My Connections Bookmarks" msgstr "Lesezeichen meiner Kontakte" @@ -4305,7 +4510,7 @@ msgstr "Album nicht gefunden." msgid "Delete Album" msgstr "Album löschen" -#: ../../Zotlabs/Module/Photos.php:174 ../../Zotlabs/Module/Photos.php:1023 +#: ../../Zotlabs/Module/Photos.php:174 ../../Zotlabs/Module/Photos.php:1025 msgid "Delete Photo" msgstr "Foto löschen" @@ -4317,226 +4522,232 @@ msgstr "Keine Fotos ausgewählt" msgid "Access to this item is restricted." msgstr "Der Zugriff auf dieses Foto ist eingeschränkt." -#: ../../Zotlabs/Module/Photos.php:591 +#: ../../Zotlabs/Module/Photos.php:558 ../../Zotlabs/Module/Fbrowser.php:29 +#: ../../Zotlabs/Lib/Apps.php:242 ../../include/conversation.php:1780 +#: ../../include/nav.php:378 +msgid "Photos" +msgstr "Fotos" + +#: ../../Zotlabs/Module/Photos.php:593 #, php-format msgid "%1$.2f MB of %2$.2f MB photo storage used." msgstr "%1$.2f MB von %2$.2f MB Foto-Speicher belegt." -#: ../../Zotlabs/Module/Photos.php:594 +#: ../../Zotlabs/Module/Photos.php:596 #, php-format msgid "%1$.2f MB photo storage used." msgstr "%1$.2f MB Foto-Speicher belegt." -#: ../../Zotlabs/Module/Photos.php:636 +#: ../../Zotlabs/Module/Photos.php:638 msgid "Upload Photos" msgstr "Fotos hochladen" -#: ../../Zotlabs/Module/Photos.php:640 +#: ../../Zotlabs/Module/Photos.php:642 msgid "Enter an album name" msgstr "Namen für ein neues Album eingeben" -#: ../../Zotlabs/Module/Photos.php:641 +#: ../../Zotlabs/Module/Photos.php:643 msgid "or select an existing album (doubleclick)" msgstr "oder ein bereits vorhandenes auswählen (Doppelklick)" -#: ../../Zotlabs/Module/Photos.php:642 +#: ../../Zotlabs/Module/Photos.php:644 msgid "Create a status post for this upload" msgstr "Einen Statusbeitrag für diesen Upload erzeugen" -#: ../../Zotlabs/Module/Photos.php:643 +#: ../../Zotlabs/Module/Photos.php:645 msgid "Caption (optional):" msgstr "Beschriftung (optional):" -#: ../../Zotlabs/Module/Photos.php:644 +#: ../../Zotlabs/Module/Photos.php:646 msgid "Description (optional):" msgstr "Beschreibung (optional):" -#: ../../Zotlabs/Module/Photos.php:725 +#: ../../Zotlabs/Module/Photos.php:727 msgid "Show Newest First" msgstr "Neueste zuerst anzeigen" -#: ../../Zotlabs/Module/Photos.php:727 +#: ../../Zotlabs/Module/Photos.php:729 msgid "Show Oldest First" msgstr "Älteste zuerst anzeigen" -#: ../../Zotlabs/Module/Photos.php:832 +#: ../../Zotlabs/Module/Photos.php:834 msgid "Permission denied. Access to this item may be restricted." msgstr "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt worden." -#: ../../Zotlabs/Module/Photos.php:834 +#: ../../Zotlabs/Module/Photos.php:836 msgid "Photo not available" msgstr "Foto nicht verfügbar" -#: ../../Zotlabs/Module/Photos.php:892 +#: ../../Zotlabs/Module/Photos.php:894 msgid "Use as profile photo" msgstr "Als Profilfoto verwenden" -#: ../../Zotlabs/Module/Photos.php:893 +#: ../../Zotlabs/Module/Photos.php:895 msgid "Use as cover photo" msgstr "Als Titelbild verwenden" -#: ../../Zotlabs/Module/Photos.php:900 +#: ../../Zotlabs/Module/Photos.php:902 msgid "Private Photo" msgstr "Privates Foto" -#: ../../Zotlabs/Module/Photos.php:915 +#: ../../Zotlabs/Module/Photos.php:917 msgid "View Full Size" msgstr "In voller Größe anzeigen" -#: ../../Zotlabs/Module/Photos.php:997 +#: ../../Zotlabs/Module/Photos.php:999 msgid "Edit photo" msgstr "Foto bearbeiten" -#: ../../Zotlabs/Module/Photos.php:999 +#: ../../Zotlabs/Module/Photos.php:1001 msgid "Rotate CW (right)" msgstr "Drehen im UZS (rechts)" -#: ../../Zotlabs/Module/Photos.php:1000 +#: ../../Zotlabs/Module/Photos.php:1002 msgid "Rotate CCW (left)" msgstr "Drehen gegen UZS (links)" -#: ../../Zotlabs/Module/Photos.php:1003 +#: ../../Zotlabs/Module/Photos.php:1005 msgid "Move photo to album" msgstr "Foto in Album verschieben" -#: ../../Zotlabs/Module/Photos.php:1004 +#: ../../Zotlabs/Module/Photos.php:1006 msgid "Enter a new album name" msgstr "Gib einen Namen für ein neues Album ein" -#: ../../Zotlabs/Module/Photos.php:1005 +#: ../../Zotlabs/Module/Photos.php:1007 msgid "or select an existing one (doubleclick)" msgstr "oder wähle ein bereits vorhandenes aus (Doppelklick)" -#: ../../Zotlabs/Module/Photos.php:1008 +#: ../../Zotlabs/Module/Photos.php:1010 msgid "Caption" msgstr "Bildunterschrift" -#: ../../Zotlabs/Module/Photos.php:1010 +#: ../../Zotlabs/Module/Photos.php:1012 msgid "Add a Tag" msgstr "Schlagwort hinzufügen" -#: ../../Zotlabs/Module/Photos.php:1018 +#: ../../Zotlabs/Module/Photos.php:1020 msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" msgstr "Beispiele: @ben, @Karl_Prester, @lieschen@example.com" -#: ../../Zotlabs/Module/Photos.php:1021 +#: ../../Zotlabs/Module/Photos.php:1023 msgid "Flag as adult in album view" msgstr "In der Albumansicht als nicht jugendfrei markieren" -#: ../../Zotlabs/Module/Photos.php:1040 ../../Zotlabs/Lib/ThreadItem.php:269 +#: ../../Zotlabs/Module/Photos.php:1042 ../../Zotlabs/Lib/ThreadItem.php:267 msgid "I like this (toggle)" msgstr "Mir gefällt das (Umschalter)" -#: ../../Zotlabs/Module/Photos.php:1041 ../../Zotlabs/Lib/ThreadItem.php:270 +#: ../../Zotlabs/Module/Photos.php:1043 ../../Zotlabs/Lib/ThreadItem.php:268 msgid "I don't like this (toggle)" msgstr "Mir gefällt das nicht (Umschalter)" -#: ../../Zotlabs/Module/Photos.php:1043 ../../Zotlabs/Lib/ThreadItem.php:412 -#: ../../include/conversation.php:739 +#: ../../Zotlabs/Module/Photos.php:1045 ../../Zotlabs/Lib/ThreadItem.php:410 +#: ../../include/conversation.php:736 msgid "Please wait" msgstr "Bitte warten" -#: ../../Zotlabs/Module/Photos.php:1059 ../../Zotlabs/Module/Photos.php:1177 -#: ../../Zotlabs/Lib/ThreadItem.php:729 +#: ../../Zotlabs/Module/Photos.php:1061 ../../Zotlabs/Module/Photos.php:1179 +#: ../../Zotlabs/Lib/ThreadItem.php:727 msgid "This is you" msgstr "Das bist Du" -#: ../../Zotlabs/Module/Photos.php:1061 ../../Zotlabs/Module/Photos.php:1179 -#: ../../Zotlabs/Lib/ThreadItem.php:731 ../../include/js_strings.php:6 +#: ../../Zotlabs/Module/Photos.php:1063 ../../Zotlabs/Module/Photos.php:1181 +#: ../../Zotlabs/Lib/ThreadItem.php:729 ../../include/js_strings.php:6 msgid "Comment" msgstr "Kommentar" -#: ../../Zotlabs/Module/Photos.php:1077 ../../include/conversation.php:574 +#: ../../Zotlabs/Module/Photos.php:1079 ../../include/conversation.php:569 msgctxt "title" msgid "Likes" msgstr "Gefällt mir" -#: ../../Zotlabs/Module/Photos.php:1077 ../../include/conversation.php:574 +#: ../../Zotlabs/Module/Photos.php:1079 ../../include/conversation.php:569 msgctxt "title" msgid "Dislikes" msgstr "Gefällt mir nicht" -#: ../../Zotlabs/Module/Photos.php:1078 ../../include/conversation.php:575 +#: ../../Zotlabs/Module/Photos.php:1080 ../../include/conversation.php:570 msgctxt "title" msgid "Agree" msgstr "Zustimmungen" -#: ../../Zotlabs/Module/Photos.php:1078 ../../include/conversation.php:575 +#: ../../Zotlabs/Module/Photos.php:1080 ../../include/conversation.php:570 msgctxt "title" msgid "Disagree" msgstr "Ablehnungen" -#: ../../Zotlabs/Module/Photos.php:1078 ../../include/conversation.php:575 +#: ../../Zotlabs/Module/Photos.php:1080 ../../include/conversation.php:570 msgctxt "title" msgid "Abstain" msgstr "Enthaltungen" -#: ../../Zotlabs/Module/Photos.php:1079 ../../include/conversation.php:576 +#: ../../Zotlabs/Module/Photos.php:1081 ../../include/conversation.php:571 msgctxt "title" msgid "Attending" msgstr "Zusagen" -#: ../../Zotlabs/Module/Photos.php:1079 ../../include/conversation.php:576 +#: ../../Zotlabs/Module/Photos.php:1081 ../../include/conversation.php:571 msgctxt "title" msgid "Not attending" msgstr "Absagen" -#: ../../Zotlabs/Module/Photos.php:1079 ../../include/conversation.php:576 +#: ../../Zotlabs/Module/Photos.php:1081 ../../include/conversation.php:571 msgctxt "title" msgid "Might attend" msgstr "Vielleicht" -#: ../../Zotlabs/Module/Photos.php:1096 ../../Zotlabs/Module/Photos.php:1108 +#: ../../Zotlabs/Module/Photos.php:1098 ../../Zotlabs/Module/Photos.php:1110 #: ../../Zotlabs/Lib/ThreadItem.php:187 ../../Zotlabs/Lib/ThreadItem.php:199 msgid "View all" msgstr "Alles anzeigen" -#: ../../Zotlabs/Module/Photos.php:1100 ../../Zotlabs/Lib/ThreadItem.php:191 -#: ../../include/conversation.php:1907 ../../include/channel.php:1268 -#: ../../include/taxonomy.php:403 +#: ../../Zotlabs/Module/Photos.php:1102 ../../Zotlabs/Lib/ThreadItem.php:191 +#: ../../include/conversation.php:1904 ../../include/channel.php:1391 +#: ../../include/taxonomy.php:442 msgctxt "noun" msgid "Like" msgid_plural "Likes" msgstr[0] "Gefällt mir" msgstr[1] "Gefällt mir" -#: ../../Zotlabs/Module/Photos.php:1105 ../../Zotlabs/Lib/ThreadItem.php:196 -#: ../../include/conversation.php:1910 +#: ../../Zotlabs/Module/Photos.php:1107 ../../Zotlabs/Lib/ThreadItem.php:196 +#: ../../include/conversation.php:1907 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "Gefällt nicht" msgstr[1] "Gefällt nicht" -#: ../../Zotlabs/Module/Photos.php:1205 +#: ../../Zotlabs/Module/Photos.php:1207 msgid "Photo Tools" msgstr "Fotowerkzeuge" -#: ../../Zotlabs/Module/Photos.php:1214 +#: ../../Zotlabs/Module/Photos.php:1216 msgid "In This Photo:" msgstr "Auf diesem Foto:" -#: ../../Zotlabs/Module/Photos.php:1219 +#: ../../Zotlabs/Module/Photos.php:1221 msgid "Map" msgstr "Karte" -#: ../../Zotlabs/Module/Photos.php:1227 ../../Zotlabs/Lib/ThreadItem.php:401 +#: ../../Zotlabs/Module/Photos.php:1229 ../../Zotlabs/Lib/ThreadItem.php:399 msgctxt "noun" msgid "Likes" msgstr "Gefällt mir" -#: ../../Zotlabs/Module/Photos.php:1228 ../../Zotlabs/Lib/ThreadItem.php:402 +#: ../../Zotlabs/Module/Photos.php:1230 ../../Zotlabs/Lib/ThreadItem.php:400 msgctxt "noun" msgid "Dislikes" msgstr "Gefällt nicht" -#: ../../Zotlabs/Module/Photos.php:1233 ../../Zotlabs/Lib/ThreadItem.php:407 +#: ../../Zotlabs/Module/Photos.php:1235 ../../Zotlabs/Lib/ThreadItem.php:405 #: ../../include/acl_selectors.php:220 msgid "Close" msgstr "Schließen" -#: ../../Zotlabs/Module/Photos.php:1305 ../../Zotlabs/Module/Photos.php:1318 -#: ../../Zotlabs/Module/Photos.php:1319 ../../include/photos.php:529 +#: ../../Zotlabs/Module/Photos.php:1307 ../../Zotlabs/Module/Photos.php:1320 +#: ../../Zotlabs/Module/Photos.php:1321 ../../include/photos.php:526 msgid "Recent Photos" msgstr "Neueste Fotos" @@ -4552,163 +4763,169 @@ msgstr "Nicht gefunden" msgid "Invalid channel" msgstr "Ungültiger Kanal" -#: ../../Zotlabs/Module/Wiki.php:160 ../../addon/gitwiki/Mod_Gitwiki.php:146 -#: ../../include/conversation.php:1854 ../../include/nav.php:462 +#: ../../Zotlabs/Module/Wiki.php:79 ../../Zotlabs/Lib/Apps.php:239 +#: ../../include/conversation.php:1854 ../../include/features.php:95 +#: ../../include/nav.php:451 +msgid "Wiki" +msgstr "Wiki" + +#: ../../Zotlabs/Module/Wiki.php:162 ../../addon/gitwiki/Mod_Gitwiki.php:146 +#: ../../include/conversation.php:1851 ../../include/nav.php:448 msgid "Wikis" msgstr "Wikis" -#: ../../Zotlabs/Module/Wiki.php:166 ../../addon/gitwiki/Mod_Gitwiki.php:152 +#: ../../Zotlabs/Module/Wiki.php:168 ../../addon/gitwiki/Mod_Gitwiki.php:152 msgid "Download" msgstr "Herunterladen" -#: ../../Zotlabs/Module/Wiki.php:168 ../../Zotlabs/Module/Chat.php:254 -#: ../../Zotlabs/Module/Profiles.php:834 ../../Zotlabs/Module/Manage.php:143 +#: ../../Zotlabs/Module/Wiki.php:170 ../../Zotlabs/Module/Chat.php:256 +#: ../../Zotlabs/Module/Profiles.php:834 ../../Zotlabs/Module/Manage.php:145 #: ../../addon/gitwiki/Mod_Gitwiki.php:154 msgid "Create New" msgstr "Neu anlegen" -#: ../../Zotlabs/Module/Wiki.php:170 ../../addon/gitwiki/Mod_Gitwiki.php:156 +#: ../../Zotlabs/Module/Wiki.php:172 ../../addon/gitwiki/Mod_Gitwiki.php:156 msgid "Wiki name" msgstr "Name des Wiki" -#: ../../Zotlabs/Module/Wiki.php:171 ../../addon/gitwiki/Mod_Gitwiki.php:157 +#: ../../Zotlabs/Module/Wiki.php:173 ../../addon/gitwiki/Mod_Gitwiki.php:157 msgid "Content type" msgstr "Inhaltstyp" -#: ../../Zotlabs/Module/Wiki.php:173 ../../Zotlabs/Storage/Browser.php:234 +#: ../../Zotlabs/Module/Wiki.php:175 ../../Zotlabs/Storage/Browser.php:235 #: ../../addon/gitwiki/Mod_Gitwiki.php:159 msgid "Type" msgstr "Typ" -#: ../../Zotlabs/Module/Wiki.php:180 ../../addon/gitwiki/Mod_Gitwiki.php:166 +#: ../../Zotlabs/Module/Wiki.php:182 ../../addon/gitwiki/Mod_Gitwiki.php:166 msgid "Create a status post for this wiki" msgstr "Erzeuge einen Statusbeitrag für dieses Wiki" -#: ../../Zotlabs/Module/Wiki.php:205 ../../addon/gitwiki/Mod_Gitwiki.php:185 +#: ../../Zotlabs/Module/Wiki.php:224 ../../addon/gitwiki/Mod_Gitwiki.php:185 msgid "Wiki not found" msgstr "Wiki nicht gefunden" -#: ../../Zotlabs/Module/Wiki.php:229 ../../addon/gitwiki/Mod_Gitwiki.php:210 +#: ../../Zotlabs/Module/Wiki.php:248 ../../addon/gitwiki/Mod_Gitwiki.php:210 msgid "Rename page" msgstr "Seite umbenennen" -#: ../../Zotlabs/Module/Wiki.php:233 ../../addon/gitwiki/Mod_Gitwiki.php:214 +#: ../../Zotlabs/Module/Wiki.php:258 ../../addon/gitwiki/Mod_Gitwiki.php:214 msgid "Error retrieving page content" msgstr "Fehler beim Abrufen des Seiteninhalts" -#: ../../Zotlabs/Module/Wiki.php:239 +#: ../../Zotlabs/Module/Wiki.php:264 msgid "New page" msgstr "Neue Seite" -#: ../../Zotlabs/Module/Wiki.php:263 ../../addon/gitwiki/Mod_Gitwiki.php:242 +#: ../../Zotlabs/Module/Wiki.php:288 ../../addon/gitwiki/Mod_Gitwiki.php:242 msgid "Revision Comparison" msgstr "Revisionsvergleich" -#: ../../Zotlabs/Module/Wiki.php:264 ../../addon/gitwiki/Mod_Gitwiki.php:243 +#: ../../Zotlabs/Module/Wiki.php:289 ../../addon/gitwiki/Mod_Gitwiki.php:243 msgid "Revert" msgstr "Rückgängig machen" -#: ../../Zotlabs/Module/Wiki.php:268 +#: ../../Zotlabs/Module/Wiki.php:293 msgid "Short description of your changes (optional)" msgstr "Kurze Beschreibung Ihrer Änderungen (optional)" -#: ../../Zotlabs/Module/Wiki.php:275 ../../addon/gitwiki/Mod_Gitwiki.php:252 +#: ../../Zotlabs/Module/Wiki.php:300 ../../addon/gitwiki/Mod_Gitwiki.php:252 msgid "Source" msgstr "Quelle" -#: ../../Zotlabs/Module/Wiki.php:283 ../../addon/gitwiki/Mod_Gitwiki.php:260 +#: ../../Zotlabs/Module/Wiki.php:309 ../../addon/gitwiki/Mod_Gitwiki.php:260 msgid "New page name" msgstr "Neuer Seitenname" -#: ../../Zotlabs/Module/Wiki.php:288 ../../addon/gitwiki/Mod_Gitwiki.php:265 -#: ../../include/conversation.php:1232 +#: ../../Zotlabs/Module/Wiki.php:314 ../../addon/gitwiki/Mod_Gitwiki.php:265 +#: ../../include/conversation.php:1229 msgid "Embed image from photo albums" msgstr "Bild aus Fotoalben einbetten" -#: ../../Zotlabs/Module/Wiki.php:289 ../../addon/gitwiki/Mod_Gitwiki.php:266 -#: ../../include/conversation.php:1326 +#: ../../Zotlabs/Module/Wiki.php:315 ../../addon/gitwiki/Mod_Gitwiki.php:266 +#: ../../include/conversation.php:1323 msgid "Embed an image from your albums" msgstr "Betten Sie ein Bild aus Ihren Alben ein" -#: ../../Zotlabs/Module/Wiki.php:291 ../../addon/gitwiki/Mod_Gitwiki.php:268 -#: ../../include/conversation.php:1328 ../../include/conversation.php:1375 +#: ../../Zotlabs/Module/Wiki.php:317 ../../addon/gitwiki/Mod_Gitwiki.php:268 +#: ../../include/conversation.php:1325 ../../include/conversation.php:1372 msgid "OK" msgstr "Ok" -#: ../../Zotlabs/Module/Wiki.php:292 ../../addon/gitwiki/Mod_Gitwiki.php:269 -#: ../../include/conversation.php:1268 +#: ../../Zotlabs/Module/Wiki.php:318 ../../addon/gitwiki/Mod_Gitwiki.php:269 +#: ../../include/conversation.php:1265 msgid "Choose images to embed" msgstr "Wählen Sie Bilder zum Einbetten aus" -#: ../../Zotlabs/Module/Wiki.php:293 ../../addon/gitwiki/Mod_Gitwiki.php:270 -#: ../../include/conversation.php:1269 +#: ../../Zotlabs/Module/Wiki.php:319 ../../addon/gitwiki/Mod_Gitwiki.php:270 +#: ../../include/conversation.php:1266 msgid "Choose an album" msgstr "Wählen Sie ein Album aus" -#: ../../Zotlabs/Module/Wiki.php:294 ../../addon/gitwiki/Mod_Gitwiki.php:271 +#: ../../Zotlabs/Module/Wiki.php:320 ../../addon/gitwiki/Mod_Gitwiki.php:271 msgid "Choose a different album" msgstr "Wählen Sie ein anderes Album aus" -#: ../../Zotlabs/Module/Wiki.php:295 ../../addon/gitwiki/Mod_Gitwiki.php:272 -#: ../../include/conversation.php:1271 +#: ../../Zotlabs/Module/Wiki.php:321 ../../addon/gitwiki/Mod_Gitwiki.php:272 +#: ../../include/conversation.php:1268 msgid "Error getting album list" msgstr "Fehler beim Holen der Albenliste" -#: ../../Zotlabs/Module/Wiki.php:296 ../../addon/gitwiki/Mod_Gitwiki.php:273 -#: ../../include/conversation.php:1272 +#: ../../Zotlabs/Module/Wiki.php:322 ../../addon/gitwiki/Mod_Gitwiki.php:273 +#: ../../include/conversation.php:1269 msgid "Error getting photo link" msgstr "Fehler beim Holen des Fotolinks" -#: ../../Zotlabs/Module/Wiki.php:297 ../../addon/gitwiki/Mod_Gitwiki.php:274 -#: ../../include/conversation.php:1273 +#: ../../Zotlabs/Module/Wiki.php:323 ../../addon/gitwiki/Mod_Gitwiki.php:274 +#: ../../include/conversation.php:1270 msgid "Error getting album" msgstr "Fehler beim Holen des Albums" -#: ../../Zotlabs/Module/Wiki.php:364 ../../addon/gitwiki/Mod_Gitwiki.php:337 +#: ../../Zotlabs/Module/Wiki.php:391 ../../addon/gitwiki/Mod_Gitwiki.php:337 msgid "Error creating wiki. Invalid name." msgstr "Fehler beim Erstellen des Wiki. Ungültiger Name." -#: ../../Zotlabs/Module/Wiki.php:371 +#: ../../Zotlabs/Module/Wiki.php:398 msgid "A wiki with this name already exists." msgstr "Es existiert bereits ein Wiki mit diesem Namen." -#: ../../Zotlabs/Module/Wiki.php:384 ../../addon/gitwiki/Mod_Gitwiki.php:348 +#: ../../Zotlabs/Module/Wiki.php:411 ../../addon/gitwiki/Mod_Gitwiki.php:348 msgid "Wiki created, but error creating Home page." msgstr "Das Wiki wurde erzeugt, aber es gab einen Fehler bei der Erstellung der Startseite" -#: ../../Zotlabs/Module/Wiki.php:391 ../../addon/gitwiki/Mod_Gitwiki.php:353 +#: ../../Zotlabs/Module/Wiki.php:418 ../../addon/gitwiki/Mod_Gitwiki.php:353 msgid "Error creating wiki" msgstr "Fehler beim Erstellen des Wiki" -#: ../../Zotlabs/Module/Wiki.php:403 +#: ../../Zotlabs/Module/Wiki.php:430 msgid "Wiki delete permission denied." msgstr "Wiki-Löschberechtigung verweigert." -#: ../../Zotlabs/Module/Wiki.php:413 +#: ../../Zotlabs/Module/Wiki.php:440 msgid "Error deleting wiki" msgstr "Fehler beim Löschen des Wiki" -#: ../../Zotlabs/Module/Wiki.php:439 ../../addon/gitwiki/Mod_Gitwiki.php:400 +#: ../../Zotlabs/Module/Wiki.php:466 ../../addon/gitwiki/Mod_Gitwiki.php:400 msgid "New page created" msgstr "Neue Seite erstellt" -#: ../../Zotlabs/Module/Wiki.php:558 +#: ../../Zotlabs/Module/Wiki.php:587 msgid "Cannot delete Home" msgstr "Kann die Startseite nicht löschen" -#: ../../Zotlabs/Module/Wiki.php:622 +#: ../../Zotlabs/Module/Wiki.php:651 msgid "Current Revision" msgstr "Aktuelle Revision" -#: ../../Zotlabs/Module/Wiki.php:622 +#: ../../Zotlabs/Module/Wiki.php:651 msgid "Selected Revision" msgstr "Ausgewählte Revision" -#: ../../Zotlabs/Module/Wiki.php:672 +#: ../../Zotlabs/Module/Wiki.php:701 msgid "You must be authenticated." msgstr "Sie müssen authenzifiziert sein." -#: ../../Zotlabs/Module/Chanview.php:134 +#: ../../Zotlabs/Module/Chanview.php:139 msgid "toggle full screen mode" msgstr "auf Vollbildmodus umschalten" @@ -4716,7 +4933,7 @@ msgstr "auf Vollbildmodus umschalten" msgid "Layout updated." msgstr "Layout aktualisiert." -#: ../../Zotlabs/Module/Pdledit.php:34 ../../Zotlabs/Module/Chat.php:217 +#: ../../Zotlabs/Module/Pdledit.php:34 ../../Zotlabs/Module/Chat.php:219 msgid "Feature disabled." msgstr "Funktion deaktiviert." @@ -4736,32 +4953,32 @@ msgstr "Modulname:" msgid "Layout Help" msgstr "Layout-Hilfe" -#: ../../Zotlabs/Module/Poke.php:168 ../../Zotlabs/Lib/Apps.php:235 -#: ../../include/conversation.php:1042 +#: ../../Zotlabs/Module/Poke.php:153 ../../Zotlabs/Module/Poke.php:182 +#: ../../Zotlabs/Lib/Apps.php:248 ../../include/conversation.php:1039 msgid "Poke" msgstr "Anstupsen" -#: ../../Zotlabs/Module/Poke.php:169 +#: ../../Zotlabs/Module/Poke.php:183 msgid "Poke somebody" msgstr "Jemanden anstupsen" -#: ../../Zotlabs/Module/Poke.php:172 +#: ../../Zotlabs/Module/Poke.php:186 msgid "Poke/Prod" msgstr "Anstupsen/Knuffen" -#: ../../Zotlabs/Module/Poke.php:173 +#: ../../Zotlabs/Module/Poke.php:187 msgid "Poke, prod or do other things to somebody" msgstr "Jemanden anstupsen, knuffen oder sonstiges" -#: ../../Zotlabs/Module/Poke.php:180 +#: ../../Zotlabs/Module/Poke.php:194 msgid "Recipient" msgstr "Empfänger" -#: ../../Zotlabs/Module/Poke.php:181 +#: ../../Zotlabs/Module/Poke.php:195 msgid "Choose what you wish to do to recipient" msgstr "Wähle, was Du mit dem/r Empfänger/in tun willst" -#: ../../Zotlabs/Module/Poke.php:184 ../../Zotlabs/Module/Poke.php:185 +#: ../../Zotlabs/Module/Poke.php:198 ../../Zotlabs/Module/Poke.php:199 msgid "Make this post private" msgstr "Diesen Beitrag privat machen" @@ -4772,7 +4989,7 @@ msgstr "Bild hochgeladen, aber das Zurechtschneiden schlug fehl." #: ../../Zotlabs/Module/Profile_photo.php:115 #: ../../Zotlabs/Module/Profile_photo.php:226 -#: ../../include/photo/photo_driver.php:647 +#: ../../include/photo/photo_driver.php:658 msgid "Profile Photos" msgstr "Profilfotos" @@ -4789,7 +5006,7 @@ msgid "" msgstr "Leere den Browser Cache oder nutze Umschalten-Neu Laden, falls das neue Foto nicht sofort angezeigt wird." #: ../../Zotlabs/Module/Profile_photo.php:203 -#: ../../Zotlabs/Module/Cover_photo.php:173 ../../include/photos.php:149 +#: ../../Zotlabs/Module/Cover_photo.php:173 ../../include/photos.php:145 msgid "Unable to process image" msgstr "Kann Bild nicht verarbeiten" @@ -4871,64 +5088,68 @@ msgstr "Online" msgid "Unable to locate original post." msgstr "Originalbeitrag nicht gefunden." -#: ../../Zotlabs/Module/Item.php:451 +#: ../../Zotlabs/Module/Item.php:470 msgid "Empty post discarded." msgstr "Leeren Beitrag verworfen." -#: ../../Zotlabs/Module/Item.php:825 +#: ../../Zotlabs/Module/Item.php:844 msgid "Duplicate post suppressed." msgstr "Doppelter Beitrag unterdrückt." -#: ../../Zotlabs/Module/Item.php:955 +#: ../../Zotlabs/Module/Item.php:989 msgid "System error. Post not saved." msgstr "Systemfehler. Beitrag nicht gespeichert." -#: ../../Zotlabs/Module/Item.php:1085 +#: ../../Zotlabs/Module/Item.php:1025 +msgid "Your comment is awaiting approval." +msgstr "Dein Kommentar muss noch bestätigt werden." + +#: ../../Zotlabs/Module/Item.php:1123 msgid "Unable to obtain post information from database." msgstr "Beitragsinformationen können nicht aus der Datenbank abgerufen werden." -#: ../../Zotlabs/Module/Item.php:1092 +#: ../../Zotlabs/Module/Item.php:1130 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "Du hast die maximale Anzahl von %1$.0f Beiträgen erreicht." -#: ../../Zotlabs/Module/Item.php:1099 +#: ../../Zotlabs/Module/Item.php:1137 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "Du hast die maximale Anzahl von %1$.0f Webseiten erreicht." -#: ../../Zotlabs/Module/Ping.php:254 +#: ../../Zotlabs/Module/Ping.php:280 msgid "sent you a private message" msgstr "hat Dir eine private Nachricht geschickt" -#: ../../Zotlabs/Module/Ping.php:302 +#: ../../Zotlabs/Module/Ping.php:331 msgid "added your channel" msgstr "hat deinen Kanal hinzugefügt" -#: ../../Zotlabs/Module/Ping.php:312 +#: ../../Zotlabs/Module/Ping.php:341 msgid "g A l F d" msgstr "l, d. F, G:i \\U\\h\\r" -#: ../../Zotlabs/Module/Ping.php:330 +#: ../../Zotlabs/Module/Ping.php:359 msgid "[today]" msgstr "[Heute]" -#: ../../Zotlabs/Module/Ping.php:339 +#: ../../Zotlabs/Module/Ping.php:368 msgid "posted an event" msgstr "hat einen Termin veröffentlicht" -#: ../../Zotlabs/Module/Page.php:40 ../../Zotlabs/Module/Block.php:31 +#: ../../Zotlabs/Module/Page.php:39 ../../Zotlabs/Module/Block.php:29 msgid "Invalid item." msgstr "Ungültiges Element." -#: ../../Zotlabs/Module/Page.php:94 ../../Zotlabs/Module/Block.php:79 +#: ../../Zotlabs/Module/Page.php:128 ../../Zotlabs/Module/Block.php:77 #: ../../Zotlabs/Module/Display.php:122 #: ../../Zotlabs/Lib/NativeWikiPage.php:500 ../../Zotlabs/Web/Router.php:146 #: ../../include/help.php:68 msgid "Page not found." msgstr "Seite nicht gefunden." -#: ../../Zotlabs/Module/Page.php:131 +#: ../../Zotlabs/Module/Page.php:165 msgid "" "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " "tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam," @@ -4976,9 +5197,9 @@ msgstr "Konnte die Adressbuch-Parameter nicht setzen." msgid "Connection has been removed." msgstr "Verbindung wurde gelöscht." -#: ../../Zotlabs/Module/Connedit.php:590 ../../Zotlabs/Lib/Apps.php:228 +#: ../../Zotlabs/Module/Connedit.php:590 ../../Zotlabs/Lib/Apps.php:241 #: ../../addon/openclipatar/openclipatar.php:57 -#: ../../include/conversation.php:982 ../../include/nav.php:106 +#: ../../include/conversation.php:979 ../../include/nav.php:102 msgid "View Profile" msgstr "Profil ansehen" @@ -5128,105 +5349,119 @@ msgstr "Profil festlegen" msgid "Set Affinity & Profile" msgstr "Beziehung und Profile festlegen" -#: ../../Zotlabs/Module/Connedit.php:844 -msgid "none" -msgstr "Keine" +#: ../../Zotlabs/Module/Connedit.php:851 +msgid "This connection is unreachable from this location." +msgstr "Diese Verbindung ist von diesem Ort unerreichbar." + +#: ../../Zotlabs/Module/Connedit.php:852 +msgid "This connection may be unreachable from other channel locations." +msgstr "Diese Verbindung könnte von anderen Standpunkten des Kanals nicht erreichbar sein." -#: ../../Zotlabs/Module/Connedit.php:847 -#: ../../Zotlabs/Widget/Settings_menu.php:107 +#: ../../Zotlabs/Module/Connedit.php:854 +msgid "Location independence is not supported by their network." +msgstr "Standort Unabhängigkeit wird vom anderen Netzwerk nicht unterstützt." + +#: ../../Zotlabs/Module/Connedit.php:860 +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." + +#: ../../Zotlabs/Module/Connedit.php:863 +#: ../../Zotlabs/Widget/Settings_menu.php:109 msgid "Connection Default Permissions" msgstr "Standardzugriffsrechte für neue Verbindungen:" -#: ../../Zotlabs/Module/Connedit.php:847 ../../include/items.php:3955 +#: ../../Zotlabs/Module/Connedit.php:863 ../../include/items.php:3925 #, php-format msgid "Connection: %s" msgstr "Verbindung: %s" -#: ../../Zotlabs/Module/Connedit.php:848 +#: ../../Zotlabs/Module/Connedit.php:864 msgid "Apply these permissions automatically" msgstr "Diese Berechtigungen automatisch anwenden" -#: ../../Zotlabs/Module/Connedit.php:848 +#: ../../Zotlabs/Module/Connedit.php:864 msgid "Connection requests will be approved without your interaction" msgstr "Verbindungsanfragen werden sofort bestätigt, ohne dass Deine aktive Zustimmung erforderlich ist." -#: ../../Zotlabs/Module/Connedit.php:849 +#: ../../Zotlabs/Module/Connedit.php:865 msgid "Permission role" msgstr "Berechtigungsrolle" -#: ../../Zotlabs/Module/Connedit.php:850 +#: ../../Zotlabs/Module/Connedit.php:866 msgid "Add permission role" msgstr "Berechtigungsrolle hinzufügen" -#: ../../Zotlabs/Module/Connedit.php:856 +#: ../../Zotlabs/Module/Connedit.php:873 msgid "This connection's primary address is" msgstr "Die Hauptadresse der Verbindung ist" -#: ../../Zotlabs/Module/Connedit.php:857 +#: ../../Zotlabs/Module/Connedit.php:874 msgid "Available locations:" msgstr "Verfügbare Klone:" -#: ../../Zotlabs/Module/Connedit.php:861 +#: ../../Zotlabs/Module/Connedit.php:879 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." -#: ../../Zotlabs/Module/Connedit.php:862 +#: ../../Zotlabs/Module/Connedit.php:880 msgid "Connection Tools" msgstr "Verbindungswerkzeuge" -#: ../../Zotlabs/Module/Connedit.php:864 +#: ../../Zotlabs/Module/Connedit.php:882 msgid "Slide to adjust your degree of friendship" msgstr "Verschieben, um den Grad der Freundschaft zu einzustellen" -#: ../../Zotlabs/Module/Connedit.php:865 ../../Zotlabs/Module/Rate.php:155 +#: ../../Zotlabs/Module/Connedit.php:883 ../../Zotlabs/Module/Rate.php:155 #: ../../include/js_strings.php:20 msgid "Rating" msgstr "Bewertung" -#: ../../Zotlabs/Module/Connedit.php:866 +#: ../../Zotlabs/Module/Connedit.php:884 msgid "Slide to adjust your rating" msgstr "Verschieben, um Deine Bewertung einzustellen" -#: ../../Zotlabs/Module/Connedit.php:867 ../../Zotlabs/Module/Connedit.php:872 +#: ../../Zotlabs/Module/Connedit.php:885 ../../Zotlabs/Module/Connedit.php:890 msgid "Optionally explain your rating" msgstr "Optional kannst Du Deine Bewertung begründen" -#: ../../Zotlabs/Module/Connedit.php:869 +#: ../../Zotlabs/Module/Connedit.php:887 msgid "Custom Filter" msgstr "Benutzerdefinierter Filter" -#: ../../Zotlabs/Module/Connedit.php:870 +#: ../../Zotlabs/Module/Connedit.php:888 msgid "Only import posts with this text" msgstr "Nur Beiträge mit diesem Text importieren" -#: ../../Zotlabs/Module/Connedit.php:870 ../../Zotlabs/Module/Connedit.php:871 +#: ../../Zotlabs/Module/Connedit.php:888 ../../Zotlabs/Module/Connedit.php:889 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." -#: ../../Zotlabs/Module/Connedit.php:871 +#: ../../Zotlabs/Module/Connedit.php:889 msgid "Do not import posts with this text" msgstr "Beiträge mit diesem Text nicht importieren" -#: ../../Zotlabs/Module/Connedit.php:873 +#: ../../Zotlabs/Module/Connedit.php:891 msgid "This information is public!" msgstr "Diese Information ist öffentlich!" -#: ../../Zotlabs/Module/Connedit.php:878 +#: ../../Zotlabs/Module/Connedit.php:896 msgid "Connection Pending Approval" msgstr "Verbindung wartet auf Bestätigung" -#: ../../Zotlabs/Module/Connedit.php:883 +#: ../../Zotlabs/Module/Connedit.php:901 #, php-format 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." -#: ../../Zotlabs/Module/Connedit.php:890 +#: ../../Zotlabs/Module/Connedit.php:908 msgid "" "Some permissions may be inherited from your channel's <a " "href=\"settings\"><strong>privacy settings</strong></a>, which have higher " @@ -5234,173 +5469,85 @@ msgid "" "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." -#: ../../Zotlabs/Module/Connedit.php:891 +#: ../../Zotlabs/Module/Connedit.php:909 msgid "Last update:" msgstr "Letzte Aktualisierung:" -#: ../../Zotlabs/Module/Connedit.php:900 +#: ../../Zotlabs/Module/Connedit.php:918 msgid "Details" msgstr "Details" -#: ../../Zotlabs/Module/Connedit.php:903 ../../addon/cdav/Mod_Cdav.php:1137 -msgid "Organisation" -msgstr "Organisation" - -#: ../../Zotlabs/Module/Connedit.php:904 ../../addon/cdav/Mod_Cdav.php:1138 -#: ../../include/page_widgets.php:46 -msgid "Title" -msgstr "Titel" - -#: ../../Zotlabs/Module/Connedit.php:905 ../../Zotlabs/Module/Profiles.php:789 -#: ../../addon/cdav/Mod_Cdav.php:1139 -msgid "Phone" -msgstr "Telefon" - -#: ../../Zotlabs/Module/Connedit.php:907 ../../Zotlabs/Module/Profiles.php:791 -#: ../../addon/cdav/Mod_Cdav.php:1141 -msgid "Instant messenger" -msgstr "Sofortnachrichtendienst" - -#: ../../Zotlabs/Module/Connedit.php:908 ../../Zotlabs/Module/Profiles.php:792 -#: ../../addon/cdav/Mod_Cdav.php:1142 -msgid "Website" -msgstr "Webseite" - -#: ../../Zotlabs/Module/Connedit.php:910 ../../Zotlabs/Module/Profiles.php:794 -#: ../../addon/cdav/Mod_Cdav.php:1144 -msgid "Note" -msgstr "Hinweis" - -#: ../../Zotlabs/Module/Connedit.php:911 ../../Zotlabs/Module/Profiles.php:795 -#: ../../addon/cdav/Mod_Cdav.php:1145 ../../addon/cdav/cdav.php:270 -#: ../../include/connections.php:668 -msgid "Mobile" -msgstr "Mobil" - -#: ../../Zotlabs/Module/Connedit.php:912 ../../Zotlabs/Module/Profiles.php:796 -#: ../../addon/cdav/Mod_Cdav.php:1146 ../../addon/cdav/cdav.php:271 -#: ../../include/connections.php:669 -msgid "Home" -msgstr "Home" - -#: ../../Zotlabs/Module/Connedit.php:913 ../../Zotlabs/Module/Profiles.php:797 -#: ../../addon/cdav/Mod_Cdav.php:1147 ../../addon/cdav/cdav.php:274 -#: ../../include/connections.php:672 -msgid "Work" -msgstr "Arbeit" - -#: ../../Zotlabs/Module/Connedit.php:915 ../../Zotlabs/Module/Profiles.php:799 -#: ../../addon/cdav/Mod_Cdav.php:1149 -#: ../../addon/jappixmini/jappixmini.php:368 -msgid "Add Contact" -msgstr "Kontakt hinzufügen" - -#: ../../Zotlabs/Module/Connedit.php:916 ../../Zotlabs/Module/Profiles.php:800 -#: ../../addon/cdav/Mod_Cdav.php:1150 -msgid "Add Field" -msgstr "Feld hinzufügen" - -#: ../../Zotlabs/Module/Connedit.php:921 ../../addon/cdav/Mod_Cdav.php:1155 -msgid "P.O. Box" -msgstr "Postfach" - -#: ../../Zotlabs/Module/Connedit.php:922 ../../addon/cdav/Mod_Cdav.php:1156 -msgid "Additional" -msgstr "Zusätzlich" - -#: ../../Zotlabs/Module/Connedit.php:923 ../../addon/cdav/Mod_Cdav.php:1157 -msgid "Street" -msgstr "Straße" - -#: ../../Zotlabs/Module/Connedit.php:924 ../../addon/cdav/Mod_Cdav.php:1158 -msgid "Locality" -msgstr "Ortschaft" - -#: ../../Zotlabs/Module/Connedit.php:925 ../../addon/cdav/Mod_Cdav.php:1159 -msgid "Region" -msgstr "Region" - -#: ../../Zotlabs/Module/Connedit.php:926 ../../addon/cdav/Mod_Cdav.php:1160 -msgid "ZIP Code" -msgstr "Postleitzahl" - -#: ../../Zotlabs/Module/Connedit.php:927 ../../Zotlabs/Module/Profiles.php:760 -#: ../../addon/cdav/Mod_Cdav.php:1161 -msgid "Country" -msgstr "Land" +#: ../../Zotlabs/Module/Chat.php:94 ../../Zotlabs/Lib/Apps.php:228 +msgid "My Chatrooms" +msgstr "Meine Chaträume" -#: ../../Zotlabs/Module/Chat.php:179 +#: ../../Zotlabs/Module/Chat.php:181 msgid "Room not found" msgstr "Chatraum nicht gefunden" -#: ../../Zotlabs/Module/Chat.php:195 +#: ../../Zotlabs/Module/Chat.php:197 msgid "Leave Room" msgstr "Raum verlassen" -#: ../../Zotlabs/Module/Chat.php:196 +#: ../../Zotlabs/Module/Chat.php:198 msgid "Delete Room" msgstr "Raum löschen" -#: ../../Zotlabs/Module/Chat.php:197 +#: ../../Zotlabs/Module/Chat.php:199 msgid "I am away right now" msgstr "Ich bin gerade nicht da" -#: ../../Zotlabs/Module/Chat.php:198 +#: ../../Zotlabs/Module/Chat.php:200 msgid "I am online" msgstr "Ich bin online" -#: ../../Zotlabs/Module/Chat.php:200 +#: ../../Zotlabs/Module/Chat.php:202 msgid "Bookmark this room" msgstr "Lesezeichen für diesen Raum setzen" -#: ../../Zotlabs/Module/Chat.php:203 ../../Zotlabs/Module/Mail.php:259 -#: ../../Zotlabs/Module/Mail.php:380 ../../include/conversation.php:1263 +#: ../../Zotlabs/Module/Chat.php:205 ../../Zotlabs/Module/Mail.php:241 +#: ../../Zotlabs/Module/Mail.php:362 ../../include/conversation.php:1260 msgid "Please enter a link URL:" msgstr "Gib eine URL ein:" -#: ../../Zotlabs/Module/Chat.php:204 ../../Zotlabs/Module/Mail.php:312 -#: ../../Zotlabs/Module/Mail.php:454 ../../Zotlabs/Lib/ThreadItem.php:744 -#: ../../include/conversation.php:1373 +#: ../../Zotlabs/Module/Chat.php:206 ../../Zotlabs/Module/Mail.php:294 +#: ../../Zotlabs/Module/Mail.php:436 ../../Zotlabs/Lib/ThreadItem.php:742 +#: ../../include/conversation.php:1370 msgid "Encrypt text" msgstr "Text verschlüsseln" -#: ../../Zotlabs/Module/Chat.php:230 +#: ../../Zotlabs/Module/Chat.php:232 msgid "New Chatroom" msgstr "Neuer Chatraum" -#: ../../Zotlabs/Module/Chat.php:231 +#: ../../Zotlabs/Module/Chat.php:233 msgid "Chatroom name" msgstr "Chatraumname" -#: ../../Zotlabs/Module/Chat.php:232 +#: ../../Zotlabs/Module/Chat.php:234 msgid "Expiration of chats (minutes)" msgstr "Verfall von Chats (Minuten)" -#: ../../Zotlabs/Module/Chat.php:248 +#: ../../Zotlabs/Module/Chat.php:250 #, php-format msgid "%1$s's Chatrooms" msgstr "%1$ss Chaträume" -#: ../../Zotlabs/Module/Chat.php:253 +#: ../../Zotlabs/Module/Chat.php:255 msgid "No chatrooms available" msgstr "Keine Chaträume verfügbar" -#: ../../Zotlabs/Module/Chat.php:257 +#: ../../Zotlabs/Module/Chat.php:259 msgid "Expiration" msgstr "Verfall" -#: ../../Zotlabs/Module/Chat.php:258 +#: ../../Zotlabs/Module/Chat.php:260 msgid "min" msgstr "min" -#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:229 -#: ../../include/conversation.php:1783 ../../include/nav.php:392 -msgid "Photos" -msgstr "Fotos" - -#: ../../Zotlabs/Module/Fbrowser.php:85 ../../Zotlabs/Lib/Apps.php:224 -#: ../../Zotlabs/Storage/Browser.php:224 ../../include/conversation.php:1791 -#: ../../include/nav.php:400 +#: ../../Zotlabs/Module/Fbrowser.php:85 ../../Zotlabs/Lib/Apps.php:237 +#: ../../Zotlabs/Storage/Browser.php:225 ../../Zotlabs/Storage/Browser.php:247 +#: ../../include/conversation.php:1788 ../../include/nav.php:386 msgid "Files" msgstr "Dateien" @@ -5440,7 +5587,7 @@ msgstr "Im Menü können gespeicherte Lesezeichen abgelegt werden" msgid "Submit and proceed" msgstr "Absenden und fortfahren" -#: ../../Zotlabs/Module/Menu.php:107 ../../include/text.php:2268 +#: ../../Zotlabs/Module/Menu.php:107 ../../include/text.php:2281 msgid "Menus" msgstr "Menüs" @@ -5492,13 +5639,14 @@ msgstr "Menü Titel wie er von anderen gesehen wird" msgid "Allow bookmarks" msgstr "Erlaube Lesezeichen" -#: ../../Zotlabs/Module/Layouts.php:184 ../../include/text.php:2269 +#: ../../Zotlabs/Module/Layouts.php:184 ../../include/text.php:2282 msgid "Layouts" msgstr "Layouts" -#: ../../Zotlabs/Module/Layouts.php:186 ../../Zotlabs/Lib/Apps.php:232 -#: ../../include/nav.php:161 ../../include/nav.php:268 -#: ../../include/help.php:55 ../../include/help.php:61 +#: ../../Zotlabs/Module/Layouts.php:186 ../../Zotlabs/Module/Help.php:18 +#: ../../Zotlabs/Lib/Apps.php:245 ../../include/nav.php:157 +#: ../../include/nav.php:264 ../../include/help.php:55 +#: ../../include/help.php:61 msgid "Help" msgstr "Hilfe" @@ -5514,12 +5662,13 @@ msgstr "Layout-Beschreibung" msgid "Download PDL file" msgstr "PDL-Datei herunterladen" -#: ../../Zotlabs/Module/Tagger.php:55 ../../include/bbcode.php:274 +#: ../../Zotlabs/Module/Tagger.php:55 ../../include/markdown.php:141 +#: ../../include/bbcode.php:334 msgid "post" msgstr "Beitrag" #: ../../Zotlabs/Module/Tagger.php:57 ../../include/conversation.php:146 -#: ../../include/text.php:1945 +#: ../../include/text.php:1938 msgid "comment" msgstr "Kommentar" @@ -5551,8 +5700,8 @@ msgstr "Gruppe wurde erstellt." msgid "Could not create privacy group." msgstr "Gruppe konnte nicht erstellt werden." -#: ../../Zotlabs/Module/Group.php:42 ../../Zotlabs/Module/Group.php:141 -#: ../../include/items.php:3922 +#: ../../Zotlabs/Module/Group.php:42 ../../Zotlabs/Module/Group.php:143 +#: ../../include/items.php:3892 msgid "Privacy group not found." msgstr "Gruppe nicht gefunden." @@ -5560,39 +5709,39 @@ msgstr "Gruppe nicht gefunden." msgid "Privacy group updated." msgstr "Gruppe wurde aktualisiert." -#: ../../Zotlabs/Module/Group.php:90 +#: ../../Zotlabs/Module/Group.php:92 msgid "Create a group of channels." msgstr "Erstelle eine Gruppe für Kanäle." -#: ../../Zotlabs/Module/Group.php:91 ../../Zotlabs/Module/Group.php:184 +#: ../../Zotlabs/Module/Group.php:93 ../../Zotlabs/Module/Group.php:186 msgid "Privacy group name: " msgstr "Gruppenname:" -#: ../../Zotlabs/Module/Group.php:93 ../../Zotlabs/Module/Group.php:187 +#: ../../Zotlabs/Module/Group.php:95 ../../Zotlabs/Module/Group.php:189 msgid "Members are visible to other channels" msgstr "Mitglieder sind sichtbar für andere Kanäle" -#: ../../Zotlabs/Module/Group.php:111 +#: ../../Zotlabs/Module/Group.php:113 msgid "Privacy group removed." msgstr "Gruppe wurde entfernt." -#: ../../Zotlabs/Module/Group.php:113 +#: ../../Zotlabs/Module/Group.php:115 msgid "Unable to remove privacy group." msgstr "Gruppe konnte nicht entfernt werden." -#: ../../Zotlabs/Module/Group.php:183 +#: ../../Zotlabs/Module/Group.php:185 msgid "Privacy group editor" msgstr "Gruppeneditor" -#: ../../Zotlabs/Module/Group.php:197 ../../Zotlabs/Module/Help.php:81 +#: ../../Zotlabs/Module/Group.php:199 ../../Zotlabs/Module/Help.php:81 msgid "Members" msgstr "Mitglieder" -#: ../../Zotlabs/Module/Group.php:199 +#: ../../Zotlabs/Module/Group.php:201 msgid "All Connected Channels" msgstr "Alle verbundenen Kanäle" -#: ../../Zotlabs/Module/Group.php:231 +#: ../../Zotlabs/Module/Group.php:233 msgid "Click on a channel to add or remove." msgstr "Wähle einen Kanal zum hinzufügen oder entfernen aus." @@ -5687,7 +5836,7 @@ msgid "View this profile" msgstr "Dieses Profil ansehen" #: ../../Zotlabs/Module/Profiles.php:728 ../../Zotlabs/Module/Profiles.php:827 -#: ../../include/channel.php:1066 +#: ../../include/channel.php:1183 msgid "Edit visibility" msgstr "Sichtbarkeit bearbeiten" @@ -5699,7 +5848,7 @@ msgstr "Profilwerkzeuge" msgid "Change cover photo" msgstr "Titelbild ändern" -#: ../../Zotlabs/Module/Profiles.php:731 ../../include/channel.php:1037 +#: ../../Zotlabs/Module/Profiles.php:731 ../../include/channel.php:1154 msgid "Change profile photo" msgstr "Profilfoto ändern" @@ -5719,7 +5868,7 @@ msgstr "Dieses Profil löschen" msgid "Add profile things" msgstr "Sachen zum Profil hinzufügen" -#: ../../Zotlabs/Module/Profiles.php:736 ../../include/conversation.php:1657 +#: ../../Zotlabs/Module/Profiles.php:736 ../../include/conversation.php:1654 msgid "Personal" msgstr "Persönlich" @@ -5864,12 +6013,12 @@ msgstr "Meine anderen Kanäle" msgid "Communications" msgstr "Kommunikation" -#: ../../Zotlabs/Module/Profiles.php:823 ../../include/channel.php:1062 +#: ../../Zotlabs/Module/Profiles.php:823 ../../include/channel.php:1179 msgid "Profile Image" msgstr "Profilfoto:" -#: ../../Zotlabs/Module/Profiles.php:833 ../../include/channel.php:1044 -#: ../../include/nav.php:109 +#: ../../Zotlabs/Module/Profiles.php:833 ../../include/channel.php:1161 +#: ../../include/nav.php:105 msgid "Edit Profiles" msgstr "Profile bearbeiten" @@ -5881,42 +6030,42 @@ msgstr "Seiten-Link" msgid "Edit Webpage" msgstr "Webseite bearbeiten" -#: ../../Zotlabs/Module/Manage.php:143 +#: ../../Zotlabs/Module/Manage.php:145 msgid "Create a new channel" msgstr "Neuen Kanal anlegen" -#: ../../Zotlabs/Module/Manage.php:168 ../../Zotlabs/Lib/Apps.php:221 -#: ../../include/nav.php:205 +#: ../../Zotlabs/Module/Manage.php:170 ../../Zotlabs/Lib/Apps.php:234 +#: ../../include/nav.php:199 msgid "Channel Manager" msgstr "Kanal-Manager" -#: ../../Zotlabs/Module/Manage.php:169 +#: ../../Zotlabs/Module/Manage.php:171 msgid "Current Channel" msgstr "Aktueller Kanal" -#: ../../Zotlabs/Module/Manage.php:171 +#: ../../Zotlabs/Module/Manage.php:173 msgid "Switch to one of your channels by selecting it." msgstr "Wechsle zu einem Deiner Kanäle, indem Du auf ihn klickst." -#: ../../Zotlabs/Module/Manage.php:172 +#: ../../Zotlabs/Module/Manage.php:174 msgid "Default Channel" msgstr "Standard Kanal" -#: ../../Zotlabs/Module/Manage.php:173 +#: ../../Zotlabs/Module/Manage.php:175 msgid "Make Default" msgstr "Zum Standard machen" -#: ../../Zotlabs/Module/Manage.php:176 +#: ../../Zotlabs/Module/Manage.php:178 #, php-format msgid "%d new messages" msgstr "%d neue Nachrichten" -#: ../../Zotlabs/Module/Manage.php:177 +#: ../../Zotlabs/Module/Manage.php:179 #, php-format msgid "%d new introductions" msgstr "%d neue Vorstellungen" -#: ../../Zotlabs/Module/Manage.php:179 +#: ../../Zotlabs/Module/Manage.php:181 msgid "Delegated Channel" msgstr "Delegierte Kanäle" @@ -5924,45 +6073,45 @@ msgstr "Delegierte Kanäle" msgid "This directory server requires an access token" msgstr "Dieser Verzeichnisserver benötigt einen Zugriffstoken" -#: ../../Zotlabs/Module/Siteinfo.php:20 +#: ../../Zotlabs/Module/Siteinfo.php:19 msgid "About this site" msgstr "Über diese Seite" -#: ../../Zotlabs/Module/Siteinfo.php:21 +#: ../../Zotlabs/Module/Siteinfo.php:20 msgid "Site Name" msgstr "Seitenname" -#: ../../Zotlabs/Module/Siteinfo.php:25 ../../include/network.php:2025 +#: ../../Zotlabs/Module/Siteinfo.php:24 msgid "Administrator" msgstr "Administrator" -#: ../../Zotlabs/Module/Siteinfo.php:27 ../../Zotlabs/Module/Register.php:221 +#: ../../Zotlabs/Module/Siteinfo.php:26 ../../Zotlabs/Module/Register.php:221 msgid "Terms of Service" msgstr "Nutzungsbedingungen" -#: ../../Zotlabs/Module/Siteinfo.php:28 +#: ../../Zotlabs/Module/Siteinfo.php:27 msgid "Software and Project information" msgstr "Software und Projektinformationen" -#: ../../Zotlabs/Module/Siteinfo.php:29 +#: ../../Zotlabs/Module/Siteinfo.php:28 msgid "This site is powered by $Projectname" msgstr "Diese Website wird bereitgestellt durch $Projectname" -#: ../../Zotlabs/Module/Siteinfo.php:30 +#: ../../Zotlabs/Module/Siteinfo.php:29 msgid "" "Federated and decentralised networking and identity services provided by Zot" msgstr "Verbundene, dezentrale Netzwerk- und Identitätsdienste, ermöglicht mittels Zot" -#: ../../Zotlabs/Module/Siteinfo.php:32 +#: ../../Zotlabs/Module/Siteinfo.php:31 #, php-format msgid "Version %s" msgstr "Version %s" -#: ../../Zotlabs/Module/Siteinfo.php:33 +#: ../../Zotlabs/Module/Siteinfo.php:32 msgid "Project homepage" msgstr "Projekt-Website" -#: ../../Zotlabs/Module/Siteinfo.php:34 +#: ../../Zotlabs/Module/Siteinfo.php:33 msgid "Developer homepage" msgstr "Entwickler-Website" @@ -5971,7 +6120,7 @@ msgid "No ratings" msgstr "Keine Bewertungen" #: ../../Zotlabs/Module/Ratings.php:97 ../../Zotlabs/Module/Pubsites.php:35 -#: ../../include/conversation.php:1032 +#: ../../include/conversation.php:1029 msgid "Ratings" msgstr "Bewertungen" @@ -5987,64 +6136,65 @@ msgstr "Webseite: " msgid "Description: " msgstr "Beschreibung: " -#: ../../Zotlabs/Module/Webpages.php:52 +#: ../../Zotlabs/Module/Webpages.php:38 ../../Zotlabs/Module/Webpages.php:237 +#: ../../Zotlabs/Lib/Apps.php:238 ../../include/conversation.php:1838 +#: ../../include/nav.php:435 +msgid "Webpages" +msgstr "Webseiten" + +#: ../../Zotlabs/Module/Webpages.php:54 msgid "Import Webpage Elements" msgstr "Webseitenelemente importieren" -#: ../../Zotlabs/Module/Webpages.php:53 +#: ../../Zotlabs/Module/Webpages.php:55 msgid "Import selected" msgstr "Import ausgewählt" -#: ../../Zotlabs/Module/Webpages.php:76 +#: ../../Zotlabs/Module/Webpages.php:78 msgid "Export Webpage Elements" msgstr "Webseitenelemente exportieren" -#: ../../Zotlabs/Module/Webpages.php:77 +#: ../../Zotlabs/Module/Webpages.php:79 msgid "Export selected" msgstr "Exportieren ausgewählt" -#: ../../Zotlabs/Module/Webpages.php:242 ../../Zotlabs/Lib/Apps.php:225 -#: ../../include/conversation.php:1841 ../../include/nav.php:449 -msgid "Webpages" -msgstr "Webseiten" - -#: ../../Zotlabs/Module/Webpages.php:253 ../../include/page_widgets.php:44 +#: ../../Zotlabs/Module/Webpages.php:248 msgid "Actions" msgstr "Aktionen" -#: ../../Zotlabs/Module/Webpages.php:254 ../../include/page_widgets.php:45 +#: ../../Zotlabs/Module/Webpages.php:249 msgid "Page Link" msgstr "Seiten-Link" -#: ../../Zotlabs/Module/Webpages.php:255 +#: ../../Zotlabs/Module/Webpages.php:250 msgid "Page Title" msgstr "Seitentitel" -#: ../../Zotlabs/Module/Webpages.php:285 +#: ../../Zotlabs/Module/Webpages.php:280 msgid "Invalid file type." msgstr "Ungültiger Dateityp." -#: ../../Zotlabs/Module/Webpages.php:297 +#: ../../Zotlabs/Module/Webpages.php:292 msgid "Error opening zip file" msgstr "Fehler beim Öffnen der ZIP-Datei" -#: ../../Zotlabs/Module/Webpages.php:308 +#: ../../Zotlabs/Module/Webpages.php:303 msgid "Invalid folder path." msgstr "Ungültiger Ordnerpfad." -#: ../../Zotlabs/Module/Webpages.php:335 +#: ../../Zotlabs/Module/Webpages.php:330 msgid "No webpage elements detected." msgstr "Keine Webseitenelemente erkannt." -#: ../../Zotlabs/Module/Webpages.php:410 +#: ../../Zotlabs/Module/Webpages.php:405 msgid "Import complete." msgstr "Import abgeschlossen." -#: ../../Zotlabs/Module/Editpost.php:38 +#: ../../Zotlabs/Module/Editpost.php:38 ../../Zotlabs/Module/Editpost.php:43 msgid "Item is not editable" msgstr "Element kann nicht bearbeitet werden." -#: ../../Zotlabs/Module/Editpost.php:103 ../../Zotlabs/Module/Rpost.php:138 +#: ../../Zotlabs/Module/Editpost.php:108 ../../Zotlabs/Module/Rpost.php:140 msgid "Edit post" msgstr "Bearbeite Beitrag" @@ -6130,7 +6280,7 @@ msgid "*" msgstr "*" #: ../../Zotlabs/Module/Sources.php:96 -#: ../../Zotlabs/Widget/Settings_menu.php:123 ../../include/features.php:213 +#: ../../Zotlabs/Widget/Settings_menu.php:125 ../../include/features.php:209 msgid "Channel Sources" msgstr "Kanal-Quellen" @@ -6186,6 +6336,10 @@ msgstr "Quelle gelöscht" msgid "Unable to remove source." msgstr "Konnte die Quelle nicht löschen." +#: ../../Zotlabs/Module/Rpost.php:63 ../../Zotlabs/Lib/Apps.php:257 +msgid "Post" +msgstr "Beitrag schreiben" + #: ../../Zotlabs/Module/Like.php:19 msgid "Like/Dislike" msgstr "Mögen/Nicht mögen" @@ -6221,55 +6375,59 @@ msgstr "Kanal nicht vorhanden." msgid "Previous action reversed." msgstr "Die vorherige Aktion wurde rückgängig gemacht." -#: ../../Zotlabs/Module/Like.php:419 ../../addon/diaspora/inbound.php:1812 +#: ../../Zotlabs/Module/Like.php:423 ../../addon/diaspora/Receiver.php:1399 #: ../../include/conversation.php:160 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "%1$s gefällt %2$ss %3$s" -#: ../../Zotlabs/Module/Like.php:421 ../../include/conversation.php:163 +#: ../../Zotlabs/Module/Like.php:425 ../../include/conversation.php:163 #, php-format msgid "%1$s doesn't like %2$s's %3$s" msgstr "%1$s gefällt %2$ss %3$s nicht" -#: ../../Zotlabs/Module/Like.php:423 +#: ../../Zotlabs/Module/Like.php:427 #, php-format msgid "%1$s agrees with %2$s's %3$s" msgstr "%1$s stimmt %2$ss %3$s zu" -#: ../../Zotlabs/Module/Like.php:425 +#: ../../Zotlabs/Module/Like.php:429 #, php-format msgid "%1$s doesn't agree with %2$s's %3$s" msgstr "%1$s lehnt %2$ss %3$s ab" -#: ../../Zotlabs/Module/Like.php:427 +#: ../../Zotlabs/Module/Like.php:431 #, php-format msgid "%1$s abstains from a decision on %2$s's %3$s" msgstr "%1$s enthält sich zu %2$ss %3$s" -#: ../../Zotlabs/Module/Like.php:429 +#: ../../Zotlabs/Module/Like.php:433 #, php-format msgid "%1$s is attending %2$s's %3$s" msgstr "%1$s nimmt an %2$ss %3$s teil" -#: ../../Zotlabs/Module/Like.php:431 +#: ../../Zotlabs/Module/Like.php:435 #, php-format msgid "%1$s is not attending %2$s's %3$s" msgstr "%1$s nimmt an %2$ss %3$s nicht teil" -#: ../../Zotlabs/Module/Like.php:433 +#: ../../Zotlabs/Module/Like.php:437 #, php-format msgid "%1$s may attend %2$s's %3$s" msgstr "%1$s nimmt vielleicht an %2$ss %3$s teil" -#: ../../Zotlabs/Module/Like.php:538 +#: ../../Zotlabs/Module/Like.php:547 msgid "Action completed." msgstr "Aktion durchgeführt." -#: ../../Zotlabs/Module/Like.php:539 +#: ../../Zotlabs/Module/Like.php:548 msgid "Thank you." msgstr "Vielen Dank." +#: ../../Zotlabs/Module/Directory.php:80 ../../Zotlabs/Lib/Apps.php:244 +msgid "Directory" +msgstr "Verzeichnis" + #: ../../Zotlabs/Module/Directory.php:245 #, php-format msgid "%d rating" @@ -6289,13 +6447,12 @@ msgstr "Status:" msgid "Homepage: " msgstr "Webseite:" -#: ../../Zotlabs/Module/Directory.php:309 ../../include/channel.php:1293 +#: ../../Zotlabs/Module/Directory.php:309 ../../include/channel.php:1416 msgid "Age:" msgstr "Alter:" -#: ../../Zotlabs/Module/Directory.php:314 ../../include/markdown.php:560 -#: ../../include/channel.php:1134 ../../include/event.php:52 -#: ../../include/event.php:84 +#: ../../Zotlabs/Module/Directory.php:314 ../../include/channel.php:1251 +#: ../../include/event.php:52 ../../include/event.php:84 msgid "Location:" msgstr "Ort:" @@ -6303,18 +6460,18 @@ msgstr "Ort:" msgid "Description:" msgstr "Beschreibung:" -#: ../../Zotlabs/Module/Directory.php:325 ../../include/channel.php:1309 +#: ../../Zotlabs/Module/Directory.php:325 ../../include/channel.php:1432 msgid "Hometown:" msgstr "Heimatstadt:" -#: ../../Zotlabs/Module/Directory.php:327 ../../include/channel.php:1317 +#: ../../Zotlabs/Module/Directory.php:327 ../../include/channel.php:1440 msgid "About:" msgstr "Über:" -#: ../../Zotlabs/Module/Directory.php:328 ../../Zotlabs/Module/Suggest.php:54 +#: ../../Zotlabs/Module/Directory.php:328 ../../Zotlabs/Module/Suggest.php:56 #: ../../Zotlabs/Widget/Follow.php:32 ../../Zotlabs/Widget/Suggestions.php:44 -#: ../../include/conversation.php:1002 ../../include/channel.php:1119 -#: ../../include/connections.php:110 +#: ../../include/conversation.php:999 ../../include/channel.php:1236 +#: ../../include/connections.php:111 msgid "Connect" msgstr "Verbinden" @@ -6346,7 +6503,7 @@ msgstr "Lokales Verzeichnis" msgid "Finding:" msgstr "Ergebnisse:" -#: ../../Zotlabs/Module/Directory.php:395 ../../Zotlabs/Module/Suggest.php:62 +#: ../../Zotlabs/Module/Directory.php:395 ../../Zotlabs/Module/Suggest.php:64 #: ../../include/contact_widgets.php:24 msgid "Channel Suggestions" msgstr "Kanal-Vorschläge" @@ -6391,13 +6548,18 @@ msgstr "Xchan-Suche" msgid "Lookup xchan beginning with (or webbie): " msgstr "Nach xchans oder Webbies (Kanal-Adressen) suchen, die wie folgt beginnen:" -#: ../../Zotlabs/Module/Suggest.php:37 +#: ../../Zotlabs/Module/Suggest.php:32 ../../Zotlabs/Lib/Apps.php:232 +#: ../../include/features.php:333 +msgid "Suggest Channels" +msgstr "Kanäle vorschlagen" + +#: ../../Zotlabs/Module/Suggest.php:39 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." -#: ../../Zotlabs/Module/Suggest.php:56 ../../Zotlabs/Widget/Suggestions.php:46 +#: ../../Zotlabs/Module/Suggest.php:58 ../../Zotlabs/Widget/Suggestions.php:46 msgid "Ignore/Hide" msgstr "Ignorieren/Verstecken" @@ -6409,103 +6571,108 @@ msgstr "Konnte Deinen Server nicht finden." msgid "Post successful." msgstr "Veröffentlichung erfolgreich." -#: ../../Zotlabs/Module/Mail.php:65 +#: ../../Zotlabs/Module/Mail.php:73 msgid "Unable to lookup recipient." msgstr "Konnte den Empfänger nicht finden." -#: ../../Zotlabs/Module/Mail.php:72 +#: ../../Zotlabs/Module/Mail.php:80 msgid "Unable to communicate with requested channel." msgstr "Die Kommunikation mit dem ausgewählten Kanal ist fehlgeschlagen." -#: ../../Zotlabs/Module/Mail.php:79 +#: ../../Zotlabs/Module/Mail.php:87 msgid "Cannot verify requested channel." msgstr "Verifizierung des angeforderten Kanals fehlgeschlagen." -#: ../../Zotlabs/Module/Mail.php:97 +#: ../../Zotlabs/Module/Mail.php:105 msgid "Selected channel has private message restrictions. Send failed." msgstr "Der ausgewählte Kanal hat Einschränkungen bzgl. privater Nachrichten. Senden fehlgeschlagen." -#: ../../Zotlabs/Module/Mail.php:178 +#: ../../Zotlabs/Module/Mail.php:143 ../../Zotlabs/Lib/Apps.php:246 +#: ../../include/nav.php:187 +msgid "Mail" +msgstr "Mail" + +#: ../../Zotlabs/Module/Mail.php:160 msgid "Messages" msgstr "Nachrichten" -#: ../../Zotlabs/Module/Mail.php:191 +#: ../../Zotlabs/Module/Mail.php:173 msgid "message" msgstr "Nachricht" -#: ../../Zotlabs/Module/Mail.php:232 +#: ../../Zotlabs/Module/Mail.php:214 msgid "Message recalled." msgstr "Nachricht widerrufen." -#: ../../Zotlabs/Module/Mail.php:245 +#: ../../Zotlabs/Module/Mail.php:227 msgid "Conversation removed." msgstr "Unterhaltung gelöscht." -#: ../../Zotlabs/Module/Mail.php:260 ../../Zotlabs/Module/Mail.php:381 +#: ../../Zotlabs/Module/Mail.php:242 ../../Zotlabs/Module/Mail.php:363 msgid "Expires YYYY-MM-DD HH:MM" msgstr "Verfällt YYYY-MM-DD HH;MM" -#: ../../Zotlabs/Module/Mail.php:288 +#: ../../Zotlabs/Module/Mail.php:270 msgid "Requested channel is not in this network" msgstr "Angeforderter Kanal ist nicht in diesem Netzwerk." -#: ../../Zotlabs/Module/Mail.php:296 +#: ../../Zotlabs/Module/Mail.php:278 msgid "Send Private Message" msgstr "Private Nachricht senden" -#: ../../Zotlabs/Module/Mail.php:297 ../../Zotlabs/Module/Mail.php:439 +#: ../../Zotlabs/Module/Mail.php:279 ../../Zotlabs/Module/Mail.php:421 msgid "To:" msgstr "An:" -#: ../../Zotlabs/Module/Mail.php:300 ../../Zotlabs/Module/Mail.php:441 +#: ../../Zotlabs/Module/Mail.php:282 ../../Zotlabs/Module/Mail.php:423 msgid "Subject:" msgstr "Betreff:" -#: ../../Zotlabs/Module/Mail.php:305 ../../Zotlabs/Module/Mail.php:447 -#: ../../include/conversation.php:1323 +#: ../../Zotlabs/Module/Mail.php:287 ../../Zotlabs/Module/Mail.php:429 +#: ../../include/conversation.php:1320 msgid "Attach file" msgstr "Datei anhängen" -#: ../../Zotlabs/Module/Mail.php:307 +#: ../../Zotlabs/Module/Mail.php:289 msgid "Send" msgstr "Absenden" -#: ../../Zotlabs/Module/Mail.php:310 ../../Zotlabs/Module/Mail.php:452 -#: ../../include/conversation.php:1368 +#: ../../Zotlabs/Module/Mail.php:292 ../../Zotlabs/Module/Mail.php:434 +#: ../../include/conversation.php:1365 msgid "Set expiration date" msgstr "Verfallsdatum" -#: ../../Zotlabs/Module/Mail.php:411 +#: ../../Zotlabs/Module/Mail.php:393 msgid "Delete message" msgstr "Nachricht löschen" -#: ../../Zotlabs/Module/Mail.php:412 +#: ../../Zotlabs/Module/Mail.php:394 msgid "Delivery report" msgstr "Zustellungsbericht" -#: ../../Zotlabs/Module/Mail.php:413 +#: ../../Zotlabs/Module/Mail.php:395 msgid "Recall message" msgstr "Nachricht widerrufen" -#: ../../Zotlabs/Module/Mail.php:415 +#: ../../Zotlabs/Module/Mail.php:397 msgid "Message has been recalled." msgstr "Die Nachricht wurde widerrufen." -#: ../../Zotlabs/Module/Mail.php:432 +#: ../../Zotlabs/Module/Mail.php:414 msgid "Delete Conversation" msgstr "Unterhaltung löschen" -#: ../../Zotlabs/Module/Mail.php:434 +#: ../../Zotlabs/Module/Mail.php:416 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." -#: ../../Zotlabs/Module/Mail.php:438 +#: ../../Zotlabs/Module/Mail.php:420 msgid "Send Reply" msgstr "Antwort senden" -#: ../../Zotlabs/Module/Mail.php:443 +#: ../../Zotlabs/Module/Mail.php:425 #, php-format msgid "Your message for %s (%s):" msgstr "Deine Nachricht für %s (%s):" @@ -6547,19 +6714,19 @@ msgstr "Software" msgid "Rate" msgstr "Bewerten" -#: ../../Zotlabs/Module/Impel.php:41 ../../include/bbcode.php:203 +#: ../../Zotlabs/Module/Impel.php:41 ../../include/bbcode.php:263 msgid "webpage" msgstr "Webseite" -#: ../../Zotlabs/Module/Impel.php:46 ../../include/bbcode.php:209 +#: ../../Zotlabs/Module/Impel.php:46 ../../include/bbcode.php:269 msgid "block" msgstr "Block" -#: ../../Zotlabs/Module/Impel.php:51 ../../include/bbcode.php:206 +#: ../../Zotlabs/Module/Impel.php:51 ../../include/bbcode.php:266 msgid "layout" msgstr "Layout" -#: ../../Zotlabs/Module/Impel.php:58 ../../include/bbcode.php:212 +#: ../../Zotlabs/Module/Impel.php:58 ../../include/bbcode.php:272 msgid "menu" msgstr "Menü" @@ -6601,7 +6768,11 @@ msgstr "oder wähle einen vorhanden Ordner aus (Doppelklick)" msgid "Save to Folder" msgstr "In Ordner speichern" -#: ../../Zotlabs/Module/Probe.php:28 ../../Zotlabs/Module/Probe.php:32 +#: ../../Zotlabs/Module/Probe.php:11 ../../Zotlabs/Lib/Apps.php:231 +msgid "Remote Diagnostics" +msgstr "Ferndiagnose" + +#: ../../Zotlabs/Module/Probe.php:30 ../../Zotlabs/Module/Probe.php:34 #, php-format msgid "Fetching URL returns error: %1$s" msgstr "Abrufen der URL gab einen Fehler zurück: %1$s" @@ -6685,16 +6856,16 @@ msgstr "nein" msgid "yes" msgstr "ja" -#: ../../Zotlabs/Module/Register.php:258 +#: ../../Zotlabs/Module/Register.php:256 msgid "Membership on this site is by invitation only." msgstr "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich." -#: ../../Zotlabs/Module/Register.php:270 ../../boot.php:1610 -#: ../../include/nav.php:149 +#: ../../Zotlabs/Module/Register.php:268 ../../boot.php:1582 +#: ../../include/nav.php:145 msgid "Register" msgstr "Registrieren" -#: ../../Zotlabs/Module/Register.php:271 +#: ../../Zotlabs/Module/Register.php:269 msgid "" "This site may require email verification after submitting this form. If you " "are returned to a login page, please check your email for instructions." @@ -6705,30 +6876,30 @@ msgstr "Diese Seite verlangt möglicherweise eine Emailbestätigung nach dem Abs msgid "Cover Photos" msgstr "Cover Foto" -#: ../../Zotlabs/Module/Cover_photo.php:237 ../../include/items.php:4303 +#: ../../Zotlabs/Module/Cover_photo.php:237 ../../include/items.php:4273 msgid "female" msgstr "weiblich" -#: ../../Zotlabs/Module/Cover_photo.php:238 ../../include/items.php:4304 +#: ../../Zotlabs/Module/Cover_photo.php:238 ../../include/items.php:4274 #, php-format msgid "%1$s updated her %2$s" msgstr "%1$s hat ihr %2$s aktualisiert" -#: ../../Zotlabs/Module/Cover_photo.php:239 ../../include/items.php:4305 +#: ../../Zotlabs/Module/Cover_photo.php:239 ../../include/items.php:4275 msgid "male" msgstr "männlich" -#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/items.php:4306 +#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/items.php:4276 #, php-format msgid "%1$s updated his %2$s" msgstr "%1$s hat sein %2$s aktualisiert" -#: ../../Zotlabs/Module/Cover_photo.php:242 ../../include/items.php:4308 +#: ../../Zotlabs/Module/Cover_photo.php:242 ../../include/items.php:4278 #, php-format msgid "%1$s updated their %2$s" msgstr "%1$s hat sein/ihr %2$s aktualisiert" -#: ../../Zotlabs/Module/Cover_photo.php:244 ../../include/channel.php:1759 +#: ../../Zotlabs/Module/Cover_photo.php:244 ../../include/channel.php:1878 msgid "cover photo" msgstr "Cover Foto" @@ -6740,8 +6911,8 @@ msgstr "Cover Foto hochladen" msgid "Documentation Search" msgstr "Suche in der Dokumentation" -#: ../../Zotlabs/Module/Help.php:80 ../../include/conversation.php:1773 -#: ../../include/nav.php:382 +#: ../../Zotlabs/Module/Help.php:80 ../../include/conversation.php:1770 +#: ../../include/nav.php:368 msgid "About" msgstr "Über" @@ -6793,6 +6964,10 @@ msgstr "Forum" msgid "Search Results For:" msgstr "Suchergebnisse für:" +#: ../../Zotlabs/Module/Network.php:157 ../../Zotlabs/Lib/Apps.php:235 +msgid "Activity" +msgstr "Aktivität" + #: ../../Zotlabs/Module/Network.php:221 msgid "Privacy group is empty" msgstr "Gruppe ist leer" @@ -6827,49 +7002,50 @@ msgstr "$Projectname" msgid "Welcome to %s" msgstr "Willkommen auf %s" -#: ../../Zotlabs/Module/Filestorage.php:87 +#: ../../Zotlabs/Module/Filestorage.php:79 msgid "Permission Denied." msgstr "Zugriff verweigert." -#: ../../Zotlabs/Module/Filestorage.php:103 +#: ../../Zotlabs/Module/Filestorage.php:95 msgid "File not found." msgstr "Datei nicht gefunden." -#: ../../Zotlabs/Module/Filestorage.php:146 +#: ../../Zotlabs/Module/Filestorage.php:137 msgid "Edit file permissions" msgstr "Dateiberechtigungen bearbeiten" -#: ../../Zotlabs/Module/Filestorage.php:159 +#: ../../Zotlabs/Module/Filestorage.php:149 msgid "Set/edit permissions" msgstr "Berechtigungen setzen/ändern" -#: ../../Zotlabs/Module/Filestorage.php:160 +#: ../../Zotlabs/Module/Filestorage.php:150 msgid "Include all files and sub folders" msgstr "Alle Dateien und Unterverzeichnisse einbinden" -#: ../../Zotlabs/Module/Filestorage.php:161 +#: ../../Zotlabs/Module/Filestorage.php:151 msgid "Return to file list" msgstr "Zurück zur Dateiliste" -#: ../../Zotlabs/Module/Filestorage.php:163 +#: ../../Zotlabs/Module/Filestorage.php:153 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" -#: ../../Zotlabs/Module/Filestorage.php:164 +#: ../../Zotlabs/Module/Filestorage.php:154 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" -#: ../../Zotlabs/Module/Filestorage.php:166 +#: ../../Zotlabs/Module/Filestorage.php:156 msgid "Share this file" msgstr "Diese Datei freigeben" -#: ../../Zotlabs/Module/Filestorage.php:167 +#: ../../Zotlabs/Module/Filestorage.php:157 msgid "Show URL to this file" msgstr "URL zu dieser Datei anzeigen" -#: ../../Zotlabs/Module/Filestorage.php:168 -msgid "Notify your contacts about this file" -msgstr "Meine Kontakte über diese Datei benachrichtigen" +#: ../../Zotlabs/Module/Filestorage.php:158 +#: ../../Zotlabs/Storage/Browser.php:351 +msgid "Show in your contacts shared folder" +msgstr "Im geteilten Ordner Deiner Kontakte anzeigen" #: ../../Zotlabs/Module/Common.php:14 msgid "No channel." @@ -6896,71 +7072,59 @@ msgstr "%ss Profil [%s] besuchen" msgid "View Connections" msgstr "Verbindungen anzeigen" -#: ../../Zotlabs/Module/Admin.php:94 -msgid "# Accounts" -msgstr "Anzahl der Konten" - -#: ../../Zotlabs/Module/Admin.php:95 -msgid "# blocked accounts" -msgstr "Anzahl der blockierten Konten" - -#: ../../Zotlabs/Module/Admin.php:96 -msgid "# expired accounts" -msgstr "Anzahl der abgelaufenen Konten" - #: ../../Zotlabs/Module/Admin.php:97 -msgid "# expiring accounts" -msgstr "Anzahl der ablaufenden Konten" +msgid "Blocked accounts" +msgstr "Blockierte Benutzerkonten" -#: ../../Zotlabs/Module/Admin.php:108 -msgid "# Channels" -msgstr "Anzahl der Kanäle" +#: ../../Zotlabs/Module/Admin.php:98 +msgid "Expired accounts" +msgstr "Abgelaufene Benutzerkonten" -#: ../../Zotlabs/Module/Admin.php:109 -msgid "# primary" -msgstr "Anzahl der primären Kanäle" +#: ../../Zotlabs/Module/Admin.php:99 +msgid "Expiring accounts" +msgstr "Ablaufende Benutzerkonten" -#: ../../Zotlabs/Module/Admin.php:110 -msgid "# clones" -msgstr "Anzahl der Klone" +#: ../../Zotlabs/Module/Admin.php:112 +msgid "Clones" +msgstr "Klone" -#: ../../Zotlabs/Module/Admin.php:116 +#: ../../Zotlabs/Module/Admin.php:118 msgid "Message queues" msgstr "Nachrichten-Warteschlangen" -#: ../../Zotlabs/Module/Admin.php:133 +#: ../../Zotlabs/Module/Admin.php:132 msgid "Your software should be updated" msgstr "Die installierte Software sollte aktualisiert werden" -#: ../../Zotlabs/Module/Admin.php:138 +#: ../../Zotlabs/Module/Admin.php:137 msgid "Summary" msgstr "Zusammenfassung" -#: ../../Zotlabs/Module/Admin.php:141 +#: ../../Zotlabs/Module/Admin.php:140 msgid "Registered accounts" msgstr "Registrierte Konten" -#: ../../Zotlabs/Module/Admin.php:142 +#: ../../Zotlabs/Module/Admin.php:141 msgid "Pending registrations" msgstr "Ausstehende Registrierungen" -#: ../../Zotlabs/Module/Admin.php:143 +#: ../../Zotlabs/Module/Admin.php:142 msgid "Registered channels" msgstr "Registrierte Kanäle" -#: ../../Zotlabs/Module/Admin.php:144 +#: ../../Zotlabs/Module/Admin.php:143 msgid "Active plugins" msgstr "Aktive Plug-Ins" -#: ../../Zotlabs/Module/Admin.php:145 +#: ../../Zotlabs/Module/Admin.php:144 msgid "Version" msgstr "Version" -#: ../../Zotlabs/Module/Admin.php:146 +#: ../../Zotlabs/Module/Admin.php:145 msgid "Repository version (master)" msgstr "Repository-Version (master)" -#: ../../Zotlabs/Module/Admin.php:147 +#: ../../Zotlabs/Module/Admin.php:146 msgid "Repository version (dev)" msgstr "Repository-Version (dev)" @@ -7009,7 +7173,7 @@ msgid "" "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." -#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1637 +#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1609 msgid "Password Reset" msgstr "Zurücksetzen des Kennworts" @@ -7058,121 +7222,91 @@ msgstr "E-Mail Adresse" msgid "Reset" msgstr "Zurücksetzen" -#: ../../Zotlabs/Module/Notifications.php:43 ../../include/nav.php:190 -msgid "Mark all system notifications seen" -msgstr "Markiere alle System-Benachrichtigungen als gesehen" +#: ../../Zotlabs/Module/Notifications.php:43 +#: ../../Zotlabs/Lib/ThreadItem.php:392 +msgid "Mark all seen" +msgstr "Alle als gelesen markieren" + +#: ../../Zotlabs/Lib/Techlevels.php:10 +msgid "0. Beginner/Basic" +msgstr "0. Einsteiger/Basis" + +#: ../../Zotlabs/Lib/Techlevels.php:11 +msgid "1. Novice - not skilled but willing to learn" +msgstr "1. Anfänger - unerfahren, aber bereit zu lernen" + +#: ../../Zotlabs/Lib/Techlevels.php:12 +msgid "2. Intermediate - somewhat comfortable" +msgstr "2. Fortgeschritten - relativ komfortabel" + +#: ../../Zotlabs/Lib/Techlevels.php:13 +msgid "3. Advanced - very comfortable" +msgstr "3. Fortgeschritten - sehr komfortabel" -#: ../../Zotlabs/Lib/Apps.php:212 +#: ../../Zotlabs/Lib/Techlevels.php:14 +msgid "4. Expert - I can write computer code" +msgstr "4. Experte - Ich kann Computercode schreiben" + +#: ../../Zotlabs/Lib/Techlevels.php:15 +msgid "5. Wizard - I probably know more than you do" +msgstr "5. Zauberer - ich kann wahrscheinlich mehr als Du" + +#: ../../Zotlabs/Lib/Apps.php:225 msgid "Site Admin" msgstr "Hub-Administration" -#: ../../Zotlabs/Lib/Apps.php:213 ../../addon/buglink/buglink.php:16 +#: ../../Zotlabs/Lib/Apps.php:226 ../../addon/buglink/buglink.php:16 msgid "Report Bug" msgstr "Fehler melden" -#: ../../Zotlabs/Lib/Apps.php:214 -msgid "View Bookmarks" -msgstr "Lesezeichen ansehen" - -#: ../../Zotlabs/Lib/Apps.php:215 -msgid "My Chatrooms" -msgstr "Meine Chaträume" - -#: ../../Zotlabs/Lib/Apps.php:217 +#: ../../Zotlabs/Lib/Apps.php:230 msgid "Firefox Share" msgstr "Teilen-Knopf für Firefox" -#: ../../Zotlabs/Lib/Apps.php:218 -msgid "Remote Diagnostics" -msgstr "Ferndiagnose" - -#: ../../Zotlabs/Lib/Apps.php:219 ../../include/features.php:337 -msgid "Suggest Channels" -msgstr "Kanäle vorschlagen" - -#: ../../Zotlabs/Lib/Apps.php:220 ../../boot.php:1629 -#: ../../include/nav.php:117 +#: ../../Zotlabs/Lib/Apps.php:233 ../../boot.php:1601 +#: ../../include/nav.php:113 msgid "Login" msgstr "Anmelden" -#: ../../Zotlabs/Lib/Apps.php:222 -msgid "Activity" -msgstr "Aktivität" - -#: ../../Zotlabs/Lib/Apps.php:226 ../../include/conversation.php:1857 -#: ../../include/features.php:99 ../../include/nav.php:465 -msgid "Wiki" -msgstr "Wiki" - -#: ../../Zotlabs/Lib/Apps.php:227 ../../include/nav.php:180 -msgid "Channel Home" -msgstr "Mein Kanal" - -#: ../../Zotlabs/Lib/Apps.php:230 ../../include/conversation.php:1802 -#: ../../include/conversation.php:1805 ../../include/nav.php:200 -#: ../../include/nav.php:411 ../../include/nav.php:414 -msgid "Events" -msgstr "Termine" - -#: ../../Zotlabs/Lib/Apps.php:231 -msgid "Directory" -msgstr "Verzeichnis" - -#: ../../Zotlabs/Lib/Apps.php:233 ../../include/nav.php:192 -msgid "Mail" -msgstr "Mail" - -#: ../../Zotlabs/Lib/Apps.php:236 +#: ../../Zotlabs/Lib/Apps.php:249 msgid "Chat" msgstr "Chat" -#: ../../Zotlabs/Lib/Apps.php:238 +#: ../../Zotlabs/Lib/Apps.php:251 msgid "Probe" msgstr "Testen" -#: ../../Zotlabs/Lib/Apps.php:239 +#: ../../Zotlabs/Lib/Apps.php:252 msgid "Suggest" msgstr "Empfehlen" -#: ../../Zotlabs/Lib/Apps.php:240 +#: ../../Zotlabs/Lib/Apps.php:253 msgid "Random Channel" msgstr "Zufälliger Kanal" -#: ../../Zotlabs/Lib/Apps.php:241 -msgid "Invite" -msgstr "Einladen" - -#: ../../Zotlabs/Lib/Apps.php:242 ../../Zotlabs/Widget/Admin.php:26 +#: ../../Zotlabs/Lib/Apps.php:255 ../../Zotlabs/Widget/Admin.php:26 msgid "Features" msgstr "Funktionen" -#: ../../Zotlabs/Lib/Apps.php:243 ../../addon/openid/MysqlProvider.php:69 -msgid "Language" -msgstr "Sprache" - -#: ../../Zotlabs/Lib/Apps.php:244 -msgid "Post" -msgstr "Beitrag schreiben" - -#: ../../Zotlabs/Lib/Apps.php:245 ../../addon/openid/MysqlProvider.php:58 +#: ../../Zotlabs/Lib/Apps.php:258 ../../addon/openid/MysqlProvider.php:58 #: ../../addon/openid/MysqlProvider.php:59 #: ../../addon/openid/MysqlProvider.php:60 msgid "Profile Photo" msgstr "Profilfoto" -#: ../../Zotlabs/Lib/Apps.php:365 +#: ../../Zotlabs/Lib/Apps.php:391 msgid "Purchase" msgstr "Kaufen" -#: ../../Zotlabs/Lib/Apps.php:369 +#: ../../Zotlabs/Lib/Apps.php:395 msgid "Undelete" msgstr "Wieder hergestellt" -#: ../../Zotlabs/Lib/Apps.php:374 +#: ../../Zotlabs/Lib/Apps.php:401 msgid "Add to app-tray" msgstr "Zum App-Menü hinzufügen" -#: ../../Zotlabs/Lib/Apps.php:375 +#: ../../Zotlabs/Lib/Apps.php:402 msgid "Remove from app-tray" msgstr "Aus dem App-Menü entfernen" @@ -7260,8 +7394,8 @@ msgid "Message" msgstr "Nachricht" #: ../../Zotlabs/Lib/NativeWikiPage.php:578 -#: ../../addon/gitwiki/gitwiki_backend.php:579 ../../include/bbcode.php:610 -#: ../../include/bbcode.php:756 +#: ../../addon/gitwiki/gitwiki_backend.php:579 ../../include/bbcode.php:667 +#: ../../include/bbcode.php:813 msgid "Different viewers will see this text differently" msgstr "Verschiedene Betrachter werden diesen Text unterschiedlich sehen" @@ -7348,21 +7482,20 @@ msgstr "Chatraum konnte nicht gefunden werden." msgid "Room is full" msgstr "Der Chatraum ist voll" -#: ../../Zotlabs/Lib/Enotify.php:60 ../../include/network.php:1977 +#: ../../Zotlabs/Lib/Enotify.php:60 msgid "$Projectname Notification" msgstr "$Projectname-Benachrichtigung" -#: ../../Zotlabs/Lib/Enotify.php:61 ../../addon/diaspora/util.php:218 -#: ../../addon/diaspora/util.php:231 ../../addon/diaspora/p.php:46 -#: ../../include/network.php:1978 +#: ../../Zotlabs/Lib/Enotify.php:61 ../../addon/diaspora/util.php:283 +#: ../../addon/diaspora/util.php:296 ../../addon/diaspora/p.php:46 msgid "$projectname" msgstr "$projectname" -#: ../../Zotlabs/Lib/Enotify.php:63 ../../include/network.php:1980 +#: ../../Zotlabs/Lib/Enotify.php:63 msgid "Thank You," msgstr "Danke." -#: ../../Zotlabs/Lib/Enotify.php:65 ../../include/network.php:1982 +#: ../../Zotlabs/Lib/Enotify.php:65 #, php-format msgid "%s Administrator" msgstr "der Administrator von %s" @@ -7396,176 +7529,186 @@ msgstr "eine private Nachricht" 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." -#: ../../Zotlabs/Lib/Enotify.php:183 +#: ../../Zotlabs/Lib/Enotify.php:184 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" msgstr "%1$s, %2$s hat [zrl=%3$s]einen %4$s[/zrl] kommentiert" -#: ../../Zotlabs/Lib/Enotify.php:191 +#: ../../Zotlabs/Lib/Enotify.php:192 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" msgstr "%1$s, %2$s hat [zrl=%3$s]%4$ss %5$s[/zrl] kommentiert" -#: ../../Zotlabs/Lib/Enotify.php:200 +#: ../../Zotlabs/Lib/Enotify.php:201 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" msgstr "%1$s, %2$s hat [zrl=%3$s]Deinen %4$s[/zrl] kommentiert" -#: ../../Zotlabs/Lib/Enotify.php:211 +#: ../../Zotlabs/Lib/Enotify.php:213 +#, 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" + +#: ../../Zotlabs/Lib/Enotify.php:215 #, php-format msgid "[$Projectname:Notify] Comment to conversation #%1$d by %2$s" msgstr "[$Projectname:Benachrichtigung] Kommentar in Unterhaltung #%1$d von %2$s" -#: ../../Zotlabs/Lib/Enotify.php:212 +#: ../../Zotlabs/Lib/Enotify.php:216 #, php-format msgid "%1$s, %2$s commented on an item/conversation you have been following." msgstr "%1$s, %2$s hat eine Unterhaltung kommentiert, der Du folgst." -#: ../../Zotlabs/Lib/Enotify.php:215 ../../Zotlabs/Lib/Enotify.php:292 -#: ../../Zotlabs/Lib/Enotify.php:309 ../../Zotlabs/Lib/Enotify.php:335 -#: ../../Zotlabs/Lib/Enotify.php:353 ../../Zotlabs/Lib/Enotify.php:367 +#: ../../Zotlabs/Lib/Enotify.php:219 ../../Zotlabs/Lib/Enotify.php:301 +#: ../../Zotlabs/Lib/Enotify.php:318 ../../Zotlabs/Lib/Enotify.php:344 +#: ../../Zotlabs/Lib/Enotify.php:362 ../../Zotlabs/Lib/Enotify.php:376 #, 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." -#: ../../Zotlabs/Lib/Enotify.php:273 +#: ../../Zotlabs/Lib/Enotify.php:223 ../../Zotlabs/Lib/Enotify.php:224 +#, php-format +msgid "Please visit %s to approve or reject this comment." +msgstr "Bitte besuche %s, um diesen Kommentar anzunehmen oder abzulehnen." + +#: ../../Zotlabs/Lib/Enotify.php:282 #, php-format msgid "%1$s, %2$s liked [zrl=%3$s]your %4$s[/zrl]" msgstr "%1$s, %2$s gefällt [zrl=%3$s]dein %4$s[/zrl]" -#: ../../Zotlabs/Lib/Enotify.php:288 +#: ../../Zotlabs/Lib/Enotify.php:297 #, 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" -#: ../../Zotlabs/Lib/Enotify.php:289 +#: ../../Zotlabs/Lib/Enotify.php:298 #, php-format msgid "%1$s, %2$s liked an item/conversation you created." msgstr "%1$s, %2$s gefällt ein Beitrag oder eine Unterhaltung von Dir" -#: ../../Zotlabs/Lib/Enotify.php:300 +#: ../../Zotlabs/Lib/Enotify.php:309 #, php-format msgid "[$Projectname:Notify] %s posted to your profile wall" msgstr "[$Projectname:Benachrichtigung] %s schrieb auf Deine Pinnwand" -#: ../../Zotlabs/Lib/Enotify.php:302 +#: ../../Zotlabs/Lib/Enotify.php:311 #, php-format msgid "%1$s, %2$s posted to your profile wall at %3$s" msgstr "%1$s, %2$s hat auf Deine Pinnwand auf %3$s geschrieben" -#: ../../Zotlabs/Lib/Enotify.php:304 +#: ../../Zotlabs/Lib/Enotify.php:313 #, php-format msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" msgstr "%1$s, %2$s hat auf [zrl=%3$s]Deine Pinnwand[/zrl] geschrieben" -#: ../../Zotlabs/Lib/Enotify.php:328 +#: ../../Zotlabs/Lib/Enotify.php:337 #, php-format msgid "[$Projectname:Notify] %s tagged you" msgstr "[$Projectname:Benachrichtigung] %s hat Dich erwähnt" -#: ../../Zotlabs/Lib/Enotify.php:329 +#: ../../Zotlabs/Lib/Enotify.php:338 #, php-format msgid "%1$s, %2$s tagged you at %3$s" msgstr "%1$s, %2$s hat Dich auf %3$s erwähnt" -#: ../../Zotlabs/Lib/Enotify.php:330 +#: ../../Zotlabs/Lib/Enotify.php:339 #, php-format msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." msgstr "%1$s, %2$s [zrl=%3$s]hat Dich erwähnt[/zrl]." -#: ../../Zotlabs/Lib/Enotify.php:342 +#: ../../Zotlabs/Lib/Enotify.php:351 #, php-format msgid "[$Projectname:Notify] %1$s poked you" msgstr "[$Projectname:Benachrichtigung] %1$s hat Dich angestupst" -#: ../../Zotlabs/Lib/Enotify.php:343 +#: ../../Zotlabs/Lib/Enotify.php:352 #, php-format msgid "%1$s, %2$s poked you at %3$s" msgstr "%1$s, %2$s hat Dich auf %3$s angestupst" -#: ../../Zotlabs/Lib/Enotify.php:344 +#: ../../Zotlabs/Lib/Enotify.php:353 #, php-format msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." msgstr "%1$s, %2$s [zrl=%2$s]hat Dich angestupst[/zrl]." -#: ../../Zotlabs/Lib/Enotify.php:360 +#: ../../Zotlabs/Lib/Enotify.php:369 #, php-format msgid "[$Projectname:Notify] %s tagged your post" msgstr "[$Projectname:Benachrichtigung] %s hat Deinen Beitrag verschlagwortet" -#: ../../Zotlabs/Lib/Enotify.php:361 +#: ../../Zotlabs/Lib/Enotify.php:370 #, php-format msgid "%1$s, %2$s tagged your post at %3$s" msgstr "%1$s, %2$s hat Deinen Beitrag auf %3$s verschlagwortet" -#: ../../Zotlabs/Lib/Enotify.php:362 +#: ../../Zotlabs/Lib/Enotify.php:371 #, php-format msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" msgstr "%1$s, %2$s hat [zrl=%3$s]Deinen Beitrag[/zrl] verschlagwortet" -#: ../../Zotlabs/Lib/Enotify.php:374 +#: ../../Zotlabs/Lib/Enotify.php:383 msgid "[$Projectname:Notify] Introduction received" msgstr "[$Projectname:Benachrichtigung] Verbindungsanfrage erhalten" -#: ../../Zotlabs/Lib/Enotify.php:375 +#: ../../Zotlabs/Lib/Enotify.php:384 #, php-format msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" msgstr "%1$s, Du hast eine neue Verbindungsanfrage von '%2$s' auf %3$s erhalten" -#: ../../Zotlabs/Lib/Enotify.php:376 +#: ../../Zotlabs/Lib/Enotify.php:385 #, php-format msgid "" "%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." msgstr "%1$s, Du hast [zrl=%2$s]eine neue Verbindungsanfrage[/zrl] von %3$s erhalten." -#: ../../Zotlabs/Lib/Enotify.php:380 ../../Zotlabs/Lib/Enotify.php:399 +#: ../../Zotlabs/Lib/Enotify.php:389 ../../Zotlabs/Lib/Enotify.php:408 #, php-format msgid "You may visit their profile at %s" msgstr "Du kannst Dir das Profil unter %s ansehen" -#: ../../Zotlabs/Lib/Enotify.php:382 +#: ../../Zotlabs/Lib/Enotify.php:391 #, php-format msgid "Please visit %s to approve or reject the connection request." msgstr "Bitte besuche %s , um die Verbindungsanfrage anzunehmen oder abzulehnen." -#: ../../Zotlabs/Lib/Enotify.php:389 +#: ../../Zotlabs/Lib/Enotify.php:398 msgid "[$Projectname:Notify] Friend suggestion received" msgstr "[$Projectname:Benachrichtigung] Freundschaftsvorschlag erhalten" -#: ../../Zotlabs/Lib/Enotify.php:390 +#: ../../Zotlabs/Lib/Enotify.php:399 #, php-format msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" msgstr "%1$s, Du hast einen Kontaktvorschlag von „%2$s“ auf %3$s erhalten" -#: ../../Zotlabs/Lib/Enotify.php:391 +#: ../../Zotlabs/Lib/Enotify.php:400 #, php-format msgid "" "%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " "%4$s." msgstr "%1$s, Du hast [zrl=%2$s]einen Kontaktvorschlag[/zrl] für %3$s von %4$s erhalten." -#: ../../Zotlabs/Lib/Enotify.php:397 +#: ../../Zotlabs/Lib/Enotify.php:406 msgid "Name:" msgstr "Name:" -#: ../../Zotlabs/Lib/Enotify.php:398 +#: ../../Zotlabs/Lib/Enotify.php:407 msgid "Photo:" msgstr "Foto:" -#: ../../Zotlabs/Lib/Enotify.php:401 +#: ../../Zotlabs/Lib/Enotify.php:410 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "Bitte besuche %s um den Vorschlag zu akzeptieren oder abzulehnen." -#: ../../Zotlabs/Lib/Enotify.php:620 +#: ../../Zotlabs/Lib/Enotify.php:629 msgid "[$Projectname:Notify]" msgstr "[$Projectname:Benachrichtigung]" -#: ../../Zotlabs/Lib/Enotify.php:780 +#: ../../Zotlabs/Lib/Enotify.php:789 msgid "created a new post" msgstr "Neuer Beitrag wurde erzeugt" -#: ../../Zotlabs/Lib/Enotify.php:781 +#: ../../Zotlabs/Lib/Enotify.php:790 #, php-format msgid "commented on %s's post" msgstr "hat %s's Beitrag kommentiert" @@ -7574,21 +7717,21 @@ msgstr "hat %s's Beitrag kommentiert" msgid "Wiki files deleted successfully" msgstr "Wiki-Dateien erfolgreich gelöscht" -#: ../../Zotlabs/Lib/DB_Upgrade.php:93 +#: ../../Zotlabs/Lib/DB_Upgrade.php:95 #, php-format msgid "Update Error at %s" msgstr "Aktualisierungsfehler auf %s" -#: ../../Zotlabs/Lib/DB_Upgrade.php:99 +#: ../../Zotlabs/Lib/DB_Upgrade.php:101 #, php-format msgid "Update %s failed. See error logs." msgstr "Aktualisierung %s fehlgeschlagen. Details in den Fehlerprotokollen." -#: ../../Zotlabs/Lib/ThreadItem.php:96 ../../include/conversation.php:661 +#: ../../Zotlabs/Lib/ThreadItem.php:96 ../../include/conversation.php:656 msgid "Private Message" msgstr "Private Nachricht" -#: ../../Zotlabs/Lib/ThreadItem.php:133 ../../include/conversation.php:653 +#: ../../Zotlabs/Lib/ThreadItem.php:133 ../../include/conversation.php:648 msgid "Select" msgstr "Auswählen" @@ -7632,11 +7775,11 @@ msgstr "Markierungsstatus (Stern) umschalten" msgid "starred" msgstr "markiert" -#: ../../Zotlabs/Lib/ThreadItem.php:240 ../../include/conversation.php:668 +#: ../../Zotlabs/Lib/ThreadItem.php:240 ../../include/conversation.php:663 msgid "Message signature validated" msgstr "Signatur überprüft" -#: ../../Zotlabs/Lib/ThreadItem.php:241 ../../include/conversation.php:669 +#: ../../Zotlabs/Lib/ThreadItem.php:241 ../../include/conversation.php:664 msgid "Message signature incorrect" msgstr "Signatur nicht korrekt" @@ -7644,135 +7787,143 @@ msgstr "Signatur nicht korrekt" msgid "Add Tag" msgstr "Tag hinzufügen" -#: ../../Zotlabs/Lib/ThreadItem.php:269 ../../include/taxonomy.php:316 +#: ../../Zotlabs/Lib/ThreadItem.php:267 ../../include/taxonomy.php:355 msgid "like" msgstr "mag" -#: ../../Zotlabs/Lib/ThreadItem.php:270 ../../include/taxonomy.php:317 +#: ../../Zotlabs/Lib/ThreadItem.php:268 ../../include/taxonomy.php:356 msgid "dislike" msgstr "verurteile" -#: ../../Zotlabs/Lib/ThreadItem.php:274 +#: ../../Zotlabs/Lib/ThreadItem.php:272 msgid "Share This" msgstr "Teilen" -#: ../../Zotlabs/Lib/ThreadItem.php:274 +#: ../../Zotlabs/Lib/ThreadItem.php:272 msgid "share" msgstr "Teilen" -#: ../../Zotlabs/Lib/ThreadItem.php:283 +#: ../../Zotlabs/Lib/ThreadItem.php:281 msgid "Delivery Report" msgstr "Zustellungsbericht" -#: ../../Zotlabs/Lib/ThreadItem.php:301 +#: ../../Zotlabs/Lib/ThreadItem.php:299 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d Kommentar" msgstr[1] "%d Kommentare" -#: ../../Zotlabs/Lib/ThreadItem.php:330 ../../Zotlabs/Lib/ThreadItem.php:331 +#: ../../Zotlabs/Lib/ThreadItem.php:328 ../../Zotlabs/Lib/ThreadItem.php:329 #, php-format msgid "View %s's profile - %s" msgstr "Schaue Dir %ss Profil an – %s" -#: ../../Zotlabs/Lib/ThreadItem.php:334 +#: ../../Zotlabs/Lib/ThreadItem.php:332 msgid "to" msgstr "an" -#: ../../Zotlabs/Lib/ThreadItem.php:335 +#: ../../Zotlabs/Lib/ThreadItem.php:333 msgid "via" msgstr "via" -#: ../../Zotlabs/Lib/ThreadItem.php:336 +#: ../../Zotlabs/Lib/ThreadItem.php:334 msgid "Wall-to-Wall" msgstr "Wall-to-Wall" -#: ../../Zotlabs/Lib/ThreadItem.php:337 +#: ../../Zotlabs/Lib/ThreadItem.php:335 msgid "via Wall-To-Wall:" msgstr "via Wall-To-Wall:" -#: ../../Zotlabs/Lib/ThreadItem.php:350 ../../include/conversation.php:718 +#: ../../Zotlabs/Lib/ThreadItem.php:348 ../../include/conversation.php:715 #, php-format msgid "from %s" msgstr "via %s" -#: ../../Zotlabs/Lib/ThreadItem.php:353 ../../include/conversation.php:721 +#: ../../Zotlabs/Lib/ThreadItem.php:351 ../../include/conversation.php:718 #, php-format msgid "last edited: %s" msgstr "zuletzt bearbeitet: %s" -#: ../../Zotlabs/Lib/ThreadItem.php:354 ../../include/conversation.php:722 +#: ../../Zotlabs/Lib/ThreadItem.php:352 ../../include/conversation.php:719 #, php-format msgid "Expires: %s" msgstr "Verfällt: %s" -#: ../../Zotlabs/Lib/ThreadItem.php:360 +#: ../../Zotlabs/Lib/ThreadItem.php:358 msgid "Attend" msgstr "Zusagen" -#: ../../Zotlabs/Lib/ThreadItem.php:361 +#: ../../Zotlabs/Lib/ThreadItem.php:359 msgid "Attendance Options" msgstr "Zusageoptionen" -#: ../../Zotlabs/Lib/ThreadItem.php:362 +#: ../../Zotlabs/Lib/ThreadItem.php:360 msgid "Vote" msgstr "Abstimmen" -#: ../../Zotlabs/Lib/ThreadItem.php:363 +#: ../../Zotlabs/Lib/ThreadItem.php:361 msgid "Voting Options" msgstr "Abstimmungsoptionen" -#: ../../Zotlabs/Lib/ThreadItem.php:384 +#: ../../Zotlabs/Lib/ThreadItem.php:382 #: ../../addon/bookmarker/bookmarker.php:38 msgid "Save Bookmarks" msgstr "Favoriten speichern" -#: ../../Zotlabs/Lib/ThreadItem.php:385 +#: ../../Zotlabs/Lib/ThreadItem.php:383 msgid "Add to Calendar" msgstr "Zum Kalender hinzufügen" -#: ../../Zotlabs/Lib/ThreadItem.php:394 -msgid "Mark all seen" -msgstr "Alle als gelesen markieren" - -#: ../../Zotlabs/Lib/ThreadItem.php:443 ../../include/js_strings.php:7 +#: ../../Zotlabs/Lib/ThreadItem.php:441 ../../include/js_strings.php:7 #, php-format msgid "%s show all" msgstr "%s mehr anzeigen" -#: ../../Zotlabs/Lib/ThreadItem.php:733 ../../include/conversation.php:1318 +#: ../../Zotlabs/Lib/ThreadItem.php:731 ../../include/conversation.php:1315 msgid "Bold" msgstr "Fett" -#: ../../Zotlabs/Lib/ThreadItem.php:734 ../../include/conversation.php:1319 +#: ../../Zotlabs/Lib/ThreadItem.php:732 ../../include/conversation.php:1316 msgid "Italic" msgstr "Kursiv" -#: ../../Zotlabs/Lib/ThreadItem.php:735 ../../include/conversation.php:1320 +#: ../../Zotlabs/Lib/ThreadItem.php:733 ../../include/conversation.php:1317 msgid "Underline" msgstr "Unterstrichen" -#: ../../Zotlabs/Lib/ThreadItem.php:736 ../../include/conversation.php:1321 +#: ../../Zotlabs/Lib/ThreadItem.php:734 ../../include/conversation.php:1318 msgid "Quote" msgstr "Zitat" -#: ../../Zotlabs/Lib/ThreadItem.php:737 ../../include/conversation.php:1322 +#: ../../Zotlabs/Lib/ThreadItem.php:735 ../../include/conversation.php:1319 msgid "Code" msgstr "Code" -#: ../../Zotlabs/Lib/ThreadItem.php:738 +#: ../../Zotlabs/Lib/ThreadItem.php:736 msgid "Image" msgstr "Bild" -#: ../../Zotlabs/Lib/ThreadItem.php:739 +#: ../../Zotlabs/Lib/ThreadItem.php:737 msgid "Insert Link" msgstr "Link einfügen" -#: ../../Zotlabs/Lib/ThreadItem.php:740 +#: ../../Zotlabs/Lib/ThreadItem.php:738 msgid "Video" msgstr "Video" +#: ../../Zotlabs/Lib/ThreadItem.php:747 +msgid "Your full name (required)" +msgstr "Ihr vollständiger Name (erforderlich)" + +#: ../../Zotlabs/Lib/ThreadItem.php:748 +msgid "Your email address (required)" +msgstr "Ihre E-Mail-Adresse (erforderlich)" + +#: ../../Zotlabs/Lib/ThreadItem.php:749 +msgid "Your website URL (optional)" +msgstr "Ihre Webseiten-URL (optional)" + #: ../../Zotlabs/Zot/Auth.php:138 msgid "" "Remote authentication blocked. You are logged into this site locally. Please" @@ -7785,72 +7936,72 @@ msgstr "Fern-Authentifizierung blockiert. Du bist lokal auf diesem Server angeme msgid "Welcome %s. Remote authentication successful." msgstr "Willkommen %s. Entfernte Authentifizierung erfolgreich." -#: ../../Zotlabs/Storage/Browser.php:106 ../../Zotlabs/Storage/Browser.php:237 +#: ../../Zotlabs/Storage/Browser.php:107 ../../Zotlabs/Storage/Browser.php:238 msgid "parent" msgstr "Übergeordnetes Verzeichnis" -#: ../../Zotlabs/Storage/Browser.php:130 ../../include/text.php:2679 +#: ../../Zotlabs/Storage/Browser.php:131 ../../include/text.php:2692 msgid "Collection" msgstr "Sammlung" -#: ../../Zotlabs/Storage/Browser.php:133 +#: ../../Zotlabs/Storage/Browser.php:134 msgid "Principal" msgstr "Prinzipal" -#: ../../Zotlabs/Storage/Browser.php:136 +#: ../../Zotlabs/Storage/Browser.php:137 msgid "Addressbook" msgstr "Adressbuch" -#: ../../Zotlabs/Storage/Browser.php:139 +#: ../../Zotlabs/Storage/Browser.php:140 msgid "Calendar" msgstr "Kalender" -#: ../../Zotlabs/Storage/Browser.php:142 +#: ../../Zotlabs/Storage/Browser.php:143 msgid "Schedule Inbox" msgstr "Posteingang für überwachte Kalender" -#: ../../Zotlabs/Storage/Browser.php:145 +#: ../../Zotlabs/Storage/Browser.php:146 msgid "Schedule Outbox" msgstr "Postausgang für überwachte Kalender" -#: ../../Zotlabs/Storage/Browser.php:225 +#: ../../Zotlabs/Storage/Browser.php:226 msgid "Total" msgstr "Summe" -#: ../../Zotlabs/Storage/Browser.php:227 +#: ../../Zotlabs/Storage/Browser.php:228 msgid "Shared" msgstr "Geteilt" -#: ../../Zotlabs/Storage/Browser.php:301 +#: ../../Zotlabs/Storage/Browser.php:304 #, php-format msgid "You are using %1$s of your available file storage." msgstr "Sie verwenden %1$s von Ihrem verfügbaren Dateispeicher." -#: ../../Zotlabs/Storage/Browser.php:306 +#: ../../Zotlabs/Storage/Browser.php:309 #, php-format msgid "You are using %1$s of %2$s available file storage. (%3$s%)" msgstr "Sie verwenden %1$s von %2$s verfügbarem Dateispeicher. (%3$s%)" -#: ../../Zotlabs/Storage/Browser.php:317 +#: ../../Zotlabs/Storage/Browser.php:320 msgid "WARNING:" msgstr "WARNUNG:" -#: ../../Zotlabs/Storage/Browser.php:327 +#: ../../Zotlabs/Storage/Browser.php:330 msgid "" "Please use DAV to upload large (video, audio) files.<br>See <a class=\"zrl\"" " href=\"help/member/member_guide#Cloud_Desktop_Clients\">Cloud Desktop " "Clients</a>" msgstr "Bitte verwende DAV, um große Dateien (Audio, Video) hochzuladen.<br>Für weitere Informationen siehe <a class=\"zrl\" href=\"help/member/member_guide#Cloud_Desktop_Clients\">Cloud Desktop Clients</a>" -#: ../../Zotlabs/Storage/Browser.php:331 +#: ../../Zotlabs/Storage/Browser.php:334 msgid "Create new folder" msgstr "Neuen Ordner anlegen" -#: ../../Zotlabs/Storage/Browser.php:333 +#: ../../Zotlabs/Storage/Browser.php:336 msgid "Upload file" msgstr "Datei hochladen" -#: ../../Zotlabs/Storage/Browser.php:347 +#: ../../Zotlabs/Storage/Browser.php:350 msgid "Drop files here to immediately upload" msgstr "Dateien zum sofortigen Hochladen hier fallen lassen" @@ -7858,9 +8009,85 @@ msgstr "Dateien zum sofortigen Hochladen hier fallen lassen" msgid "Forums" msgstr "Foren" +#: ../../Zotlabs/Widget/Cdav.php:37 +msgid "Select Channel" +msgstr "Kanal auswählen" + +#: ../../Zotlabs/Widget/Cdav.php:42 +msgid "Read-write" +msgstr "Lesen-schreiben" + +#: ../../Zotlabs/Widget/Cdav.php:43 +msgid "Read-only" +msgstr "Nur Lesen" + +#: ../../Zotlabs/Widget/Cdav.php:116 +msgid "My Calendars" +msgstr "Meine Kalender" + +#: ../../Zotlabs/Widget/Cdav.php:118 +msgid "Shared Calendars" +msgstr "Geteilte Kalender" + +#: ../../Zotlabs/Widget/Cdav.php:122 +msgid "Share this calendar" +msgstr "Diesen Kalender teilen" + +#: ../../Zotlabs/Widget/Cdav.php:124 +msgid "Calendar name and color" +msgstr "Kalendername und -farbe" + +#: ../../Zotlabs/Widget/Cdav.php:126 +msgid "Create new calendar" +msgstr "Neuen Kalender erstellen" + +#: ../../Zotlabs/Widget/Cdav.php:128 +msgid "Calendar Name" +msgstr "Kalendername" + +#: ../../Zotlabs/Widget/Cdav.php:129 +msgid "Calendar Tools" +msgstr "Kalenderwerkzeuge" + +#: ../../Zotlabs/Widget/Cdav.php:130 +msgid "Import calendar" +msgstr "Kalender importieren" + +#: ../../Zotlabs/Widget/Cdav.php:131 +msgid "Select a calendar to import to" +msgstr "Kalender zum Hineinimportieren auswählen" + +#: ../../Zotlabs/Widget/Cdav.php:158 +msgid "Addressbooks" +msgstr "Adressbücher" + +#: ../../Zotlabs/Widget/Cdav.php:160 +msgid "Addressbook name" +msgstr "Adressbuchname" + +#: ../../Zotlabs/Widget/Cdav.php:162 +msgid "Create new addressbook" +msgstr "Neues Adressbuch erstellen" + +#: ../../Zotlabs/Widget/Cdav.php:163 +msgid "Addressbook Name" +msgstr "Adressbuchname" + +#: ../../Zotlabs/Widget/Cdav.php:165 +msgid "Addressbook Tools" +msgstr "Adressbuchwerkzeuge" + +#: ../../Zotlabs/Widget/Cdav.php:166 +msgid "Import addressbook" +msgstr "Adressbuch importieren" + +#: ../../Zotlabs/Widget/Cdav.php:167 +msgid "Select an addressbook to import to" +msgstr "Adressbuch zum Hineinimportieren auswählen" + #: ../../Zotlabs/Widget/Appcategories.php:39 #: ../../Zotlabs/Widget/Tagcloud.php:25 ../../include/contact_widgets.php:91 -#: ../../include/taxonomy.php:188 ../../include/taxonomy.php:270 +#: ../../include/taxonomy.php:227 ../../include/taxonomy.php:309 msgid "Categories" msgstr "Kategorien" @@ -7893,21 +8120,21 @@ msgstr "Private Nachrichten" msgid "Combined View" msgstr "Kombinierte Anzeige" -#: ../../Zotlabs/Widget/Mailmenu.php:20 ../../include/nav.php:195 +#: ../../Zotlabs/Widget/Mailmenu.php:20 ../../include/nav.php:190 msgid "Inbox" msgstr "Eingang" -#: ../../Zotlabs/Widget/Mailmenu.php:25 ../../include/nav.php:196 +#: ../../Zotlabs/Widget/Mailmenu.php:25 ../../include/nav.php:191 msgid "Outbox" msgstr "Ausgang" -#: ../../Zotlabs/Widget/Mailmenu.php:30 ../../include/nav.php:197 +#: ../../Zotlabs/Widget/Mailmenu.php:30 ../../include/nav.php:192 msgid "New Message" msgstr "Neue Nachricht" #: ../../Zotlabs/Widget/Chatroom_list.php:16 -#: ../../include/conversation.php:1816 ../../include/conversation.php:1819 -#: ../../include/nav.php:425 ../../include/nav.php:428 +#: ../../include/conversation.php:1813 ../../include/conversation.php:1816 +#: ../../include/nav.php:411 ../../include/nav.php:414 msgid "Chatrooms" msgstr "Chaträume" @@ -7958,23 +8185,22 @@ msgid "Archives" msgstr "Archive" #: ../../Zotlabs/Widget/Conversations.php:17 -#: ../../Zotlabs/Widget/Conversations.php:29 -msgid "Conversations" -msgstr "Konversationen" - -#: ../../Zotlabs/Widget/Conversations.php:21 msgid "Received Messages" msgstr "Erhaltene Nachrichten" -#: ../../Zotlabs/Widget/Conversations.php:25 +#: ../../Zotlabs/Widget/Conversations.php:21 msgid "Sent Messages" msgstr "Gesendete Nachrichten" -#: ../../Zotlabs/Widget/Conversations.php:39 +#: ../../Zotlabs/Widget/Conversations.php:25 +msgid "Conversations" +msgstr "Konversationen" + +#: ../../Zotlabs/Widget/Conversations.php:35 msgid "No messages." msgstr "Keine Nachrichten." -#: ../../Zotlabs/Widget/Conversations.php:57 +#: ../../Zotlabs/Widget/Conversations.php:55 msgid "Delete conversation" msgstr "Unterhaltung löschen" @@ -7990,11 +8216,11 @@ msgstr "Foto/Bild" msgid "Remove term" msgstr "Eintrag löschen" -#: ../../Zotlabs/Widget/Savedsearch.php:83 ../../include/features.php:301 +#: ../../Zotlabs/Widget/Savedsearch.php:83 ../../include/features.php:297 msgid "Saved Searches" msgstr "Gespeicherte Suchanfragen" -#: ../../Zotlabs/Widget/Savedsearch.php:84 ../../include/group.php:336 +#: ../../Zotlabs/Widget/Savedsearch.php:84 ../../include/group.php:337 msgid "add" msgstr "hinzufügen" @@ -8002,15 +8228,15 @@ msgstr "hinzufügen" msgid "Notes" msgstr "Notizen" -#: ../../Zotlabs/Widget/Wiki_pages.php:54 ../../addon/gitwiki/gitwiki.php:76 +#: ../../Zotlabs/Widget/Wiki_pages.php:52 ../../addon/gitwiki/gitwiki.php:76 msgid "Wiki Pages" msgstr "Wikiseiten" -#: ../../Zotlabs/Widget/Wiki_pages.php:60 ../../addon/gitwiki/gitwiki.php:81 +#: ../../Zotlabs/Widget/Wiki_pages.php:58 ../../addon/gitwiki/gitwiki.php:81 msgid "Add new page" msgstr "Neue Seite hinzufügen" -#: ../../Zotlabs/Widget/Wiki_pages.php:61 ../../addon/gitwiki/gitwiki.php:82 +#: ../../Zotlabs/Widget/Wiki_pages.php:59 ../../addon/gitwiki/gitwiki.php:82 msgid "Page name" msgstr "Seitenname" @@ -8031,7 +8257,7 @@ msgid "See more..." msgstr "Mehr anzeigen …" #: ../../Zotlabs/Widget/Filer.php:28 ../../include/contact_widgets.php:53 -#: ../../include/features.php:390 +#: ../../include/features.php:386 msgid "Saved Folders" msgstr "Gespeicherte Ordner" @@ -8087,15 +8313,15 @@ msgstr "Klon-Adressen verwalten" msgid "Export channel" msgstr "Kanal exportieren" -#: ../../Zotlabs/Widget/Settings_menu.php:83 +#: ../../Zotlabs/Widget/Settings_menu.php:84 msgid "Connected apps" msgstr "Verbundene Apps" -#: ../../Zotlabs/Widget/Settings_menu.php:98 ../../include/features.php:153 +#: ../../Zotlabs/Widget/Settings_menu.php:100 ../../include/features.php:149 msgid "Permission Groups" msgstr "Berechtigungsrollen" -#: ../../Zotlabs/Widget/Settings_menu.php:115 +#: ../../Zotlabs/Widget/Settings_menu.php:117 msgid "Premium Channel Settings" msgstr "Premium-Kanal-Einstellungen" @@ -8107,156 +8333,147 @@ msgstr "Gespeicherte Chatrooms" msgid "Source channel not found." msgstr "Quellkanal nicht gefunden." -#: ../../boot.php:1162 ../../addon/opensearch/opensearch.php:26 -#, php-format -msgctxt "opensearch" -msgid "Search %1$s (%2$s)" -msgstr "Suche %1$s (%2$s)" - -#: ../../boot.php:1162 ../../addon/opensearch/opensearch.php:28 -msgctxt "opensearch" -msgid "$Projectname" -msgstr "$Projectname" - -#: ../../boot.php:1609 +#: ../../boot.php:1581 msgid "Create an account to access services and applications" msgstr "Erstelle ein Konto, um auf Dienste und Anwendungen zugreifen zu können." -#: ../../boot.php:1628 ../../include/nav.php:103 ../../include/nav.php:127 +#: ../../boot.php:1600 ../../include/nav.php:99 ../../include/nav.php:123 +#: ../../include/nav.php:140 msgid "Logout" msgstr "Abmelden" -#: ../../boot.php:1631 +#: ../../boot.php:1603 msgid "Login/Email" msgstr "Anmelden/E-Mail" -#: ../../boot.php:1632 +#: ../../boot.php:1604 msgid "Password" msgstr "Kennwort" -#: ../../boot.php:1633 +#: ../../boot.php:1605 msgid "Remember me" msgstr "Angaben speichern" -#: ../../boot.php:1636 +#: ../../boot.php:1608 msgid "Forgot your password?" msgstr "Passwort vergessen?" -#: ../../boot.php:2174 +#: ../../boot.php:2146 msgid "toggle mobile" msgstr "auf/von mobile Ansicht wechseln" -#: ../../boot.php:2327 +#: ../../boot.php:2299 #, php-format msgid "[$Projectname] Website SSL error for %s" msgstr "[$Projectname] Webseiten-SSL-Fehler für %s" -#: ../../boot.php:2332 +#: ../../boot.php:2304 msgid "Website SSL certificate is not valid. Please correct." msgstr "Das SSL-Zertifikat der Website ist nicht gültig. Bitte beheben." -#: ../../boot.php:2450 +#: ../../boot.php:2423 #, php-format msgid "[$Projectname] Cron tasks not running on %s" msgstr "[$Projectname] Cron-Jobs laufen nicht auf %s" -#: ../../boot.php:2455 +#: ../../boot.php:2428 msgid "Cron/Scheduled tasks not running." msgstr "Cron-Aufgaben laufen nicht." -#: ../../boot.php:2456 ../../include/datetime.php:286 +#: ../../boot.php:2429 ../../include/datetime.php:286 msgid "never" msgstr "Nie" -#: ../../view/theme/redbasic/php/config.php:9 +#: ../../view/theme/redbasic/php/config.php:16 +#: ../../view/theme/redbasic/php/config.php:19 msgid "Focus (Hubzilla default)" msgstr "Focus (Voreinstellung für Hubzilla)" -#: ../../view/theme/redbasic/php/config.php:88 +#: ../../view/theme/redbasic/php/config.php:99 msgid "Theme settings" -msgstr "Theme-Einstellungen" +msgstr "Design-Einstellungen" -#: ../../view/theme/redbasic/php/config.php:89 +#: ../../view/theme/redbasic/php/config.php:100 msgid "Narrow navbar" msgstr "Schmale Navigationsleiste" -#: ../../view/theme/redbasic/php/config.php:90 +#: ../../view/theme/redbasic/php/config.php:101 msgid "Navigation bar background color" msgstr "Hintergrundfarbe der Navigationsleiste" -#: ../../view/theme/redbasic/php/config.php:91 +#: ../../view/theme/redbasic/php/config.php:102 msgid "Navigation bar icon color " msgstr "Farbe für die Icons der Navigationsleiste" -#: ../../view/theme/redbasic/php/config.php:92 +#: ../../view/theme/redbasic/php/config.php:103 msgid "Navigation bar active icon color " msgstr "Farbe für aktive Icons der Navigationsleiste" -#: ../../view/theme/redbasic/php/config.php:93 +#: ../../view/theme/redbasic/php/config.php:104 msgid "Link color" msgstr "Linkfarbe" -#: ../../view/theme/redbasic/php/config.php:94 +#: ../../view/theme/redbasic/php/config.php:105 msgid "Set font-color for banner" msgstr "Farbe der Schrift des Banners" -#: ../../view/theme/redbasic/php/config.php:95 +#: ../../view/theme/redbasic/php/config.php:106 msgid "Set the background color" msgstr "Hintergrundfarbe" -#: ../../view/theme/redbasic/php/config.php:96 +#: ../../view/theme/redbasic/php/config.php:107 msgid "Set the background image" msgstr "Hintergrundbild" -#: ../../view/theme/redbasic/php/config.php:97 +#: ../../view/theme/redbasic/php/config.php:108 msgid "Set the background color of items" msgstr "Hintergrundfarbe für Beiträge" -#: ../../view/theme/redbasic/php/config.php:98 +#: ../../view/theme/redbasic/php/config.php:109 msgid "Set the background color of comments" msgstr "Hintergrundfarbe für Kommentare" -#: ../../view/theme/redbasic/php/config.php:99 +#: ../../view/theme/redbasic/php/config.php:110 msgid "Set font-size for the entire application" msgstr "Schriftgröße für die gesamte Anwendung" -#: ../../view/theme/redbasic/php/config.php:99 +#: ../../view/theme/redbasic/php/config.php:110 msgid "Examples: 1rem, 100%, 16px" msgstr "Beispiele: 1rem, 100%, 16px" -#: ../../view/theme/redbasic/php/config.php:100 +#: ../../view/theme/redbasic/php/config.php:111 msgid "Set font-color for posts and comments" msgstr "Schriftfarbe für Beiträge und Kommentare" -#: ../../view/theme/redbasic/php/config.php:101 +#: ../../view/theme/redbasic/php/config.php:112 msgid "Set radius of corners" msgstr "Ecken-Radius" -#: ../../view/theme/redbasic/php/config.php:101 +#: ../../view/theme/redbasic/php/config.php:112 msgid "Example: 4px" msgstr "Beispiel: 4px" -#: ../../view/theme/redbasic/php/config.php:102 +#: ../../view/theme/redbasic/php/config.php:113 msgid "Set shadow depth of photos" msgstr "Schattentiefe von Fotos" -#: ../../view/theme/redbasic/php/config.php:103 +#: ../../view/theme/redbasic/php/config.php:114 msgid "Set maximum width of content region in pixel" msgstr "Maximalbreite des Inhaltsbereichs in Pixel festlegen" -#: ../../view/theme/redbasic/php/config.php:103 +#: ../../view/theme/redbasic/php/config.php:114 msgid "Leave empty for default width" msgstr "Leer lassen für Standardbreite" -#: ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:115 msgid "Left align page content" msgstr "Seiteninhalt linksbündig anzeigen" -#: ../../view/theme/redbasic/php/config.php:105 +#: ../../view/theme/redbasic/php/config.php:116 msgid "Set size of conversation author photo" msgstr "Größe der Avatare von Themenstartern" -#: ../../view/theme/redbasic/php/config.php:106 +#: ../../view/theme/redbasic/php/config.php:117 msgid "Set size of followup author photos" msgstr "Größe der Avatare von Kommentatoren" @@ -8398,232 +8615,43 @@ msgstr "Eine Einstellung" msgid "Skeleton Settings" msgstr "Skeleton Einstellungen" -#: ../../addon/gnusoc/gnusoc.php:119 +#: ../../addon/gnusoc/gnusoc.php:200 msgid "GNU-Social Protocol Settings updated." msgstr "GNU social Protokoll Einstellungen aktualisiert" -#: ../../addon/gnusoc/gnusoc.php:130 +#: ../../addon/gnusoc/gnusoc.php:219 +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." + +#: ../../addon/gnusoc/gnusoc.php:222 msgid "Enable the GNU-Social protocol for this channel" msgstr "Aktiviere das GNU social Protokoll für diesen Kanal" -#: ../../addon/gnusoc/gnusoc.php:134 +#: ../../addon/gnusoc/gnusoc.php:226 msgid "GNU-Social Protocol Settings" msgstr "GNU social Protokoll Einstellungen" -#: ../../addon/gnusoc/gnusoc.php:324 +#: ../../addon/gnusoc/gnusoc.php:417 msgid "Follow" msgstr "Folgen" -#: ../../addon/gnusoc/gnusoc.php:327 +#: ../../addon/gnusoc/gnusoc.php:420 #, php-format msgid "%1$s is now following %2$s" msgstr "%1$s folgt nun %2$s" -#: ../../addon/cdav/Mod_Cdav.php:744 -msgid "INVALID EVENT DISMISSED!" -msgstr "UNGÜLTIGEN TERMIN ABGELEHNT!" - -#: ../../addon/cdav/Mod_Cdav.php:745 -msgid "Summary: " -msgstr "Zusammenfassung:" - -#: ../../addon/cdav/Mod_Cdav.php:746 -msgid "Date: " -msgstr "Datum:" - -#: ../../addon/cdav/Mod_Cdav.php:747 ../../addon/cdav/Mod_Cdav.php:754 -msgid "Reason: " -msgstr "Grund:" - -#: ../../addon/cdav/Mod_Cdav.php:752 -msgid "INVALID CARD DISMISSED!" -msgstr "UNGÜLTIGE KARTE ABGELEHNT!" - -#: ../../addon/cdav/Mod_Cdav.php:753 -msgid "Name: " -msgstr "Name: " - -#: ../../addon/cdav/Mod_Cdav.php:770 -msgid "" -"You have to enable this plugin in Feature/Addon Settings > CalDAV/CardDAV " -"Settings before you can use it." -msgstr "Du musst dieses Plugin zunächst in Einstellungen > Plugin-Einstellungen > CalDAV/CardDAV-Einstellungen aktivieren, bevor Du es verwenden kannst." - -#: ../../addon/cdav/Mod_Cdav.php:836 ../../addon/cdav/Mod_Cdav.php:837 -msgid "Example: YYYY-MM-DD HH:mm" -msgstr "Beispiel: JJJJ-MM-TT HH:mm" - -#: ../../addon/cdav/Mod_Cdav.php:837 -msgid "End date and time" -msgstr "Enddatum und -zeit" - -#: ../../addon/cdav/Mod_Cdav.php:852 -msgid "List month" -msgstr "Liste Monat" - -#: ../../addon/cdav/Mod_Cdav.php:853 -msgid "List week" -msgstr "Liste Woche" - -#: ../../addon/cdav/Mod_Cdav.php:854 -msgid "List day" -msgstr "Liste Tag" - -#: ../../addon/cdav/Mod_Cdav.php:861 -msgid "More" -msgstr "Mehr" - -#: ../../addon/cdav/Mod_Cdav.php:862 -msgid "Less" -msgstr "Weniger" - -#: ../../addon/cdav/Mod_Cdav.php:863 -msgid "Select calendar" -msgstr "Kalender auswählen" - -#: ../../addon/cdav/Mod_Cdav.php:865 -msgid "Delete all" -msgstr "Alles löschen" - -#: ../../addon/cdav/Mod_Cdav.php:867 -msgid "Sorry! Editing of recurrent events is not yet implemented." -msgstr "Entschuldigung, aber das Bearbeiten von wiederkehrenden Veranstaltungen ist leider noch nicht implementiert." - -#: ../../addon/cdav/cdav.php:36 -msgid "Errors encountered creating database table: " -msgstr "Fehler beim Anlegen der Datenbank-Tabellen aufgetreten." - -#: ../../addon/cdav/cdav.php:197 -msgid "Default Calendar" -msgstr "Standardkalender" - -#: ../../addon/cdav/cdav.php:206 -msgid "Default Addressbook" -msgstr "Standardadressbuch" - -#: ../../addon/cdav/cdav.php:215 -msgid "CalDAV/CardDAV Settings saved." -msgstr "CalDAV/CardDAV-Einstellungen gespeichert." - -#: ../../addon/cdav/cdav.php:234 -msgid "Enable CalDAV/CardDAV Server for this channel" -msgstr "Aktiviere den CalDAV/CardDAV Server für diesen Kanal" - -#: ../../addon/cdav/cdav.php:237 -#, php-format -msgid "Your CalDAV resources are located at %s " -msgstr "Deine CalDAV Resourcen sind unter %s verfügbar" - -#: ../../addon/cdav/cdav.php:240 -#, php-format -msgid "Your CardDAV resources are located at %s " -msgstr "Deine CardDAV Ressourcen sind unter %s verfügbar" - -#: ../../addon/cdav/cdav.php:246 -msgid "CalDAV/CardDAV Settings" -msgstr "CalDAV/CardDAV-Einstellungen" - -#: ../../addon/cdav/cdav.php:272 ../../include/connections.php:670 -msgid "Home, Voice" -msgstr "Zuhause, Sprache" - -#: ../../addon/cdav/cdav.php:273 ../../include/connections.php:671 -msgid "Home, Fax" -msgstr "Zuhause, Fax" - -#: ../../addon/cdav/cdav.php:275 ../../include/connections.php:673 -msgid "Work, Voice" -msgstr "Arbeit, Sprache" - -#: ../../addon/cdav/cdav.php:276 ../../include/connections.php:674 -msgid "Work, Fax" -msgstr "Arbeit, Fax" - -#: ../../addon/cdav/include/widgets.php:37 -msgid "Select Channel" -msgstr "Kanal auswählen" - -#: ../../addon/cdav/include/widgets.php:42 -msgid "Read-write" -msgstr "Lesen-schreiben" - -#: ../../addon/cdav/include/widgets.php:43 -msgid "Read-only" -msgstr "Nur Lesen" - -#: ../../addon/cdav/include/widgets.php:116 -msgid "My Calendars" -msgstr "Meine Kalender" - -#: ../../addon/cdav/include/widgets.php:118 -msgid "Shared Calendars" -msgstr "Geteilte Kalender" - -#: ../../addon/cdav/include/widgets.php:122 -msgid "Share this calendar" -msgstr "Diesen Kalender teilen" - -#: ../../addon/cdav/include/widgets.php:124 -msgid "Calendar name and color" -msgstr "Kalendername und -farbe" - -#: ../../addon/cdav/include/widgets.php:126 -msgid "Create new calendar" -msgstr "Neuen Kalender erstellen" - -#: ../../addon/cdav/include/widgets.php:128 -msgid "Calendar Name" -msgstr "Kalendername" - -#: ../../addon/cdav/include/widgets.php:129 -msgid "Calendar Tools" -msgstr "Kalenderwerkzeuge" - -#: ../../addon/cdav/include/widgets.php:130 -msgid "Import calendar" -msgstr "Kalender importieren" - -#: ../../addon/cdav/include/widgets.php:131 -msgid "Select a calendar to import to" -msgstr "Kalender zum Hineinimportieren auswählen" - -#: ../../addon/cdav/include/widgets.php:158 -msgid "Addressbooks" -msgstr "Adressbücher" - -#: ../../addon/cdav/include/widgets.php:160 -msgid "Addressbook name" -msgstr "Adressbuchname" - -#: ../../addon/cdav/include/widgets.php:162 -msgid "Create new addressbook" -msgstr "Neues Adressbuch erstellen" - -#: ../../addon/cdav/include/widgets.php:163 -msgid "Addressbook Name" -msgstr "Adressbuchname" - -#: ../../addon/cdav/include/widgets.php:165 -msgid "Addressbook Tools" -msgstr "Adressbuchwerkzeuge" - -#: ../../addon/cdav/include/widgets.php:166 -msgid "Import addressbook" -msgstr "Adressbuch importieren" - -#: ../../addon/cdav/include/widgets.php:167 -msgid "Select an addressbook to import to" -msgstr "Adressbuch zum Hineinimportieren auswählen" - #: ../../addon/planets/planets.php:121 msgid "Planets Settings updated." msgstr "Planeten Einstellungen aktualisiert" -#: ../../addon/planets/planets.php:153 +#: ../../addon/planets/planets.php:149 msgid "Enable Planets Plugin" msgstr "Aktiviere Planeten Plugin" -#: ../../addon/planets/planets.php:157 +#: ../../addon/planets/planets.php:153 msgid "Planets Settings" msgstr "Planeten Einstellungen" @@ -8656,8 +8684,8 @@ msgstr "Zurückkehren nach" msgid "Page to load after image selection." msgstr "Die Seite, die nach Auswahl eines Bildes geladen werden soll." -#: ../../addon/openclipatar/openclipatar.php:58 ../../include/channel.php:1048 -#: ../../include/nav.php:111 +#: ../../addon/openclipatar/openclipatar.php:58 ../../include/channel.php:1165 +#: ../../include/nav.php:107 msgid "Edit Profile" msgstr "Profil bearbeiten" @@ -8796,7 +8824,7 @@ msgid "" "setting. It is polite and recommended to tag any content containing nudity " "with #NSFW. This filter can also match any other word/text you specify, and" " can thereby be used as a general purpose content filter." -msgstr "" +msgstr "Dieses Plugin sucht in Beiträgen nach Wörtern oder Textbausteinen, die Du hier unterhalb einträgst, und faltet alle Beiträge zusammen, in denen es diese Bausteine findet. Auf diese Weise wird verhindert, dass Inhalte, wie z.B. sexuelle Anspielungen, in unpassenden Momenten angezeigt werden. Es gilt als höflich und empfohlen, den #NSFW Tag für Beiträge zu verwenden, bei denen Du davon ausgehen kannst, dass andere sie anstößig finden könnten. Du kannst aber auch beliebige andere Wörter in der Liste angeben und das Plugin so als allgemeinen Inhaltsfilter verwenden." #: ../../addon/nsfw/nsfw.php:84 msgid "Enable Content filter" @@ -8808,7 +8836,7 @@ msgstr "Kommaseparierte Liste von Schlüsselworten die verborgen werden sollen." #: ../../addon/nsfw/nsfw.php:88 msgid "Word, /regular-expression/, lang=xx, lang!=xx" -msgstr "" +msgstr "Wort, /regular-expression/, lang=xx, lang!=xx" #: ../../addon/nsfw/nsfw.php:92 msgid "Not Safe For Work Settings" @@ -8917,7 +8945,7 @@ msgstr "Dreamwidth-Beitragseinstellungen" #: ../../addon/firefox/firefox.php:23 msgid "Install Firefox Sharing Tools" -msgstr "" +msgstr "Installiere das Firefox Sharing Werkzeug" #: ../../addon/firefox/firefox.php:34 msgid "Share content from Firefox to $Projectname" @@ -8925,7 +8953,7 @@ msgstr "Inhalte von Firefox nach $Projectname teilen" #: ../../addon/firefox/firefox.php:37 msgid "Install Firefox Sharing Tools to this web browser" -msgstr "" +msgstr "Installiere das Firefox Sharing Werkzeug in diesen Webbrowser" #: ../../addon/dirstats/dirstats.php:94 msgid "Hubzilla Directory Stats" @@ -9196,12 +9224,12 @@ msgid "Login failed." msgstr "Login fehlgeschlagen." #: ../../addon/openid/Mod_Id.php:85 ../../include/selectors.php:49 -#: ../../include/selectors.php:66 +#: ../../include/selectors.php:66 ../../include/channel.php:1332 msgid "Male" msgstr "Männlich" #: ../../addon/openid/Mod_Id.php:87 ../../include/selectors.php:49 -#: ../../include/selectors.php:66 +#: ../../include/selectors.php:66 ../../include/channel.php:1330 msgid "Female" msgstr "Weiblich" @@ -9388,33 +9416,45 @@ msgstr "" msgid "declared undying love for" msgstr "" -#: ../../addon/diaspora/diaspora.php:675 +#: ../../addon/diaspora/diaspora.php:715 msgid "Diaspora Protocol Settings updated." -msgstr "" +msgstr "Diaspora Protokoll Einstellungen aktualisiert" + +#: ../../addon/diaspora/diaspora.php:734 +msgid "" +"The Diaspora protocol does not support location independence. Connections " +"you make within that network may be unreachable from alternate channel " +"locations." +msgstr "Das Diaspora-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." -#: ../../addon/diaspora/diaspora.php:694 +#: ../../addon/diaspora/diaspora.php:737 msgid "Enable the Diaspora protocol for this channel" -msgstr "" +msgstr "Das Diaspora Protokoll für diesen Kanal aktivieren" -#: ../../addon/diaspora/diaspora.php:698 +#: ../../addon/diaspora/diaspora.php:741 msgid "Allow any Diaspora member to comment on your public posts" -msgstr "" +msgstr "Erlaube jedem Diaspora Nutzer deine öffentlichen Beiträge zu kommentieren" -#: ../../addon/diaspora/diaspora.php:702 +#: ../../addon/diaspora/diaspora.php:745 msgid "Prevent your hashtags from being redirected to other sites" -msgstr "" +msgstr "Verhindern, dass Deine Hashtags zu anderen Seiten umgeleitet werden" + +#: ../../addon/diaspora/diaspora.php:749 +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" -#: ../../addon/diaspora/diaspora.php:707 +#: ../../addon/diaspora/diaspora.php:754 msgid "Followed hashtags (comma separated, do not include the #)" -msgstr "" +msgstr "Verfolgte Hashtags (Komma separierte Liste, ohne die #)" -#: ../../addon/diaspora/diaspora.php:712 +#: ../../addon/diaspora/diaspora.php:759 msgid "Diaspora Protocol Settings" -msgstr "" +msgstr "Diaspora Protokoll Einstellungen" #: ../../addon/diaspora/import_diaspora.php:16 msgid "No username found in import file." -msgstr "" +msgstr "Es wurde kein Nutzername in der importierten Datei gefunden." #: ../../addon/diaspora/import_diaspora.php:41 ../../include/import.php:62 msgid "Unable to create a unique channel address. Import failed." @@ -9534,25 +9574,6 @@ msgstr "Mail Test" msgid "Message subject" msgstr "Betreff der Nachricht" -#: ../../addon/diaspora_reconnect/diaspora_reconnect.php:44 -#, php-format -msgid "Reconnecting %d connections" -msgstr "" - -#: ../../addon/diaspora_reconnect/diaspora_reconnect.php:63 -msgid "Diaspora Reconnect" -msgstr "" - -#: ../../addon/diaspora_reconnect/diaspora_reconnect.php:65 -msgid "" -"Use this form to re-establish Diaspora connections which were initially made" -" from a different hub." -msgstr "" - -#: ../../addon/diaspora_reconnect/diaspora_reconnect.php:70 -msgid "Reconnect" -msgstr "" - #: ../../addon/openstreetmap/openstreetmap.php:146 msgid "View Larger" msgstr "Größer anzeigen" @@ -9636,10 +9657,10 @@ msgstr "Friendica-Passwort" #: ../../addon/rtof/rtof.php:101 msgid "Hubzilla to Friendica Post Settings" -msgstr "" +msgstr "Hubzilla-zu-Friendica Beitragseinstellungen" -#: ../../addon/jappixmini/jappixmini.php:305 ../../include/channel.php:1139 -#: ../../include/channel.php:1296 +#: ../../addon/jappixmini/jappixmini.php:305 ../../include/channel.php:1256 +#: ../../include/channel.php:1419 msgid "Status:" msgstr "Status:" @@ -9678,7 +9699,7 @@ msgstr "Hubzilla-Passwort" #: ../../addon/jappixmini/jappixmini.php:351 #: ../../addon/jappixmini/jappixmini.php:355 msgid "Approve subscription requests from Hubzilla contacts automatically" -msgstr "" +msgstr "Verbindungsanfragen von Hubzilla-Kontakten automatisch annehmen" #: ../../addon/jappixmini/jappixmini.php:359 msgid "Purge internal list of jabber addresses of contacts" @@ -9714,7 +9735,7 @@ msgstr "Superblock Einstellungen aktualisiert" #: ../../addon/nofed/nofed.php:42 msgid "Federate" -msgstr "" +msgstr "Beitrag verteilen" #: ../../addon/nofed/nofed.php:56 msgid "nofed Settings saved." @@ -9722,11 +9743,11 @@ msgstr "nofed Einstellungen gespeichert" #: ../../addon/nofed/nofed.php:72 msgid "Allow Federation Toggle" -msgstr "" +msgstr "Umschalter zur Beitragsverteilung bereitstellen" #: ../../addon/nofed/nofed.php:76 msgid "Federate posts by default" -msgstr "" +msgstr "Beiträge standardmäßig verteilen" #: ../../addon/nofed/nofed.php:80 msgid "NoFed Settings" @@ -10194,7 +10215,7 @@ msgstr "Sie müssen weiß oder schwarz auswählen." msgid "Error creating new game." msgstr "Fehler beim Erstellen eines neuen Spiels." -#: ../../addon/chess/chess.php:381 ../../include/channel.php:899 +#: ../../addon/chess/chess.php:381 ../../include/channel.php:1016 msgid "Requested channel is not available." msgstr "Angeforderte Kanal nicht verfügbar." @@ -10227,7 +10248,7 @@ 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 "" +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." #: ../../addon/twitter/twitter.php:207 msgid "Log in with Twitter" @@ -10243,7 +10264,7 @@ 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 "" +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." #: ../../addon/twitter/twitter.php:242 msgid "Allow posting to Twitter" @@ -10269,15 +10290,15 @@ msgstr "Wenn aktiv können deine öffentlichen Beiträge bei dem verbundenen Twi msgid "Twitter Post Settings" msgstr "Twitter-Beitragseinstellungen" -#: ../../addon/smileybutton/smileybutton.php:273 +#: ../../addon/smileybutton/smileybutton.php:211 msgid "Deactivate the feature" msgstr "Diese Funktion abschalten" -#: ../../addon/smileybutton/smileybutton.php:277 +#: ../../addon/smileybutton/smileybutton.php:215 msgid "Hide the button and show the smilies directly." msgstr "Verstecke die Schaltfläche und zeige die Smilies direkt an." -#: ../../addon/smileybutton/smileybutton.php:281 +#: ../../addon/smileybutton/smileybutton.php:219 msgid "Smileybutton Settings" msgstr "Smileyknopf-Einstellungen" @@ -10490,7 +10511,7 @@ msgstr "Erweitertes Teilen von Identitäten" msgid "" "Share your identity with all websites on the internet. When disabled, " "identity is only shared with sites in the matrix." -msgstr "" +msgstr "Teile Deine Identität mit allen Webseiten im Internet. Ist dies deaktiviert, wird Deine Identität nur mit Hubzilla-Servern geteilt." #: ../../addon/tictac/tictac.php:21 msgid "Three Dimensional Tic-Tac-Toe" @@ -10558,6 +10579,22 @@ msgstr "Nachrichtenkopf-Einstellungen" msgid "pageheader Settings saved." msgstr "Nachrichtenkopf-Einstellungen gespeichert." +#: ../../addon/authchoose/authchoose.php:67 +msgid "Only authenticate automatically to sites of your friends" +msgstr "Authentifiziere Dich nur auf Seiten deiner Freunde automatisch" + +#: ../../addon/authchoose/authchoose.php:67 +msgid "By default you are automatically authenticated anywhere in the network" +msgstr "Authentifiziere Dich standardmäßig bei allen Seiten im Netzwerk automatisch" + +#: ../../addon/authchoose/authchoose.php:71 +msgid "Authchoose Settings" +msgstr "Einstellungen für automatische Authentifizierung" + +#: ../../addon/authchoose/authchoose.php:85 +msgid "Atuhchoose Settings updated." +msgstr "Einstellungen für automatische Authentifizierung aktualisiert." + #: ../../addon/moremoods/moremoods.php:19 msgid "lonely" msgstr "einsam" @@ -10753,6 +10790,17 @@ msgstr "Ein Konto wurde für Sie erstellt." msgid "Authentication successful but rejected: account creation is disabled." msgstr "Authentifizierung war erfolgreich wurde aber abgewiesen! Das Anlegen von Accounts wurde deaktiviert." +#: ../../addon/opensearch/opensearch.php:26 +#, php-format +msgctxt "opensearch" +msgid "Search %1$s (%2$s)" +msgstr "Suche %1$s (%2$s)" + +#: ../../addon/opensearch/opensearch.php:28 +msgctxt "opensearch" +msgid "$Projectname" +msgstr "$Projectname" + #: ../../addon/opensearch/opensearch.php:43 msgid "Search $Projectname" msgstr "$Projectname suchen" @@ -10851,11 +10899,11 @@ msgstr "Transsexuell" msgid "Hermaphrodite" msgstr "Zwitter" -#: ../../include/selectors.php:49 +#: ../../include/selectors.php:49 ../../include/channel.php:1336 msgid "Neuter" msgstr "Geschlechtslos" -#: ../../include/selectors.php:49 +#: ../../include/selectors.php:49 ../../include/channel.php:1338 msgid "Non-specific" msgstr "unklar" @@ -11045,341 +11093,288 @@ msgstr "%1$s ist jetzt mit %2$s verbunden" msgid "%1$s poked %2$s" msgstr "%1$s stupste %2$s an" -#: ../../include/conversation.php:239 ../../include/text.php:1115 -#: ../../include/text.php:1120 +#: ../../include/conversation.php:239 ../../include/text.php:1096 +#: ../../include/text.php:1101 msgid "poked" msgstr "stupste" -#: ../../include/conversation.php:691 +#: ../../include/conversation.php:688 #, php-format msgid "View %s's profile @ %s" msgstr "%ss Profil auf %s ansehen" -#: ../../include/conversation.php:711 +#: ../../include/conversation.php:708 msgid "Categories:" msgstr "Kategorien:" -#: ../../include/conversation.php:712 +#: ../../include/conversation.php:709 msgid "Filed under:" msgstr "Gespeichert unter:" -#: ../../include/conversation.php:737 +#: ../../include/conversation.php:734 msgid "View in context" msgstr "Im Zusammenhang anschauen" -#: ../../include/conversation.php:834 +#: ../../include/conversation.php:831 msgid "remove" msgstr "lösche" -#: ../../include/conversation.php:838 ../../include/nav.php:272 +#: ../../include/conversation.php:835 ../../include/nav.php:268 msgid "Loading..." msgstr "Lädt ..." -#: ../../include/conversation.php:839 +#: ../../include/conversation.php:836 msgid "Delete Selected Items" msgstr "Lösche die ausgewählten Elemente" -#: ../../include/conversation.php:882 +#: ../../include/conversation.php:879 msgid "View Source" msgstr "Quelle anzeigen" -#: ../../include/conversation.php:892 +#: ../../include/conversation.php:889 msgid "Follow Thread" msgstr "Unterhaltung folgen" -#: ../../include/conversation.php:901 +#: ../../include/conversation.php:898 msgid "Unfollow Thread" msgstr "Unterhaltung nicht mehr folgen" -#: ../../include/conversation.php:992 +#: ../../include/conversation.php:989 msgid "Activity/Posts" msgstr "Aktivitäten/Beiträge" -#: ../../include/conversation.php:1012 +#: ../../include/conversation.php:1009 msgid "Edit Connection" msgstr "Verbindung bearbeiten" -#: ../../include/conversation.php:1022 +#: ../../include/conversation.php:1019 msgid "Message" msgstr "Nachricht" -#: ../../include/conversation.php:1156 +#: ../../include/conversation.php:1153 #, php-format msgid "%s likes this." msgstr "%s gefällt das." -#: ../../include/conversation.php:1156 +#: ../../include/conversation.php:1153 #, php-format msgid "%s doesn't like this." msgstr "%s gefällt das nicht." -#: ../../include/conversation.php:1160 +#: ../../include/conversation.php:1157 #, php-format msgid "<span %1$s>%2$d people</span> like this." msgid_plural "<span %1$s>%2$d people</span> like this." msgstr[0] "<span %1$s>%2$d Person</span> gefällt das." msgstr[1] "<span %1$s>%2$d Leuten</span> gefällt das." -#: ../../include/conversation.php:1162 +#: ../../include/conversation.php:1159 #, php-format msgid "<span %1$s>%2$d people</span> don't like this." msgid_plural "<span %1$s>%2$d people</span> don't like this." msgstr[0] "<span %1$s>%2$d Person</span> gefällt das nicht." msgstr[1] "<span %1$s>%2$d Leuten</span> gefällt das nicht." -#: ../../include/conversation.php:1168 +#: ../../include/conversation.php:1165 msgid "and" msgstr "und" -#: ../../include/conversation.php:1171 +#: ../../include/conversation.php:1168 #, php-format msgid ", and %d other people" msgid_plural ", and %d other people" msgstr[0] "" msgstr[1] ", und %d andere" -#: ../../include/conversation.php:1172 +#: ../../include/conversation.php:1169 #, php-format msgid "%s like this." msgstr "%s gefällt das." -#: ../../include/conversation.php:1172 +#: ../../include/conversation.php:1169 #, php-format msgid "%s don't like this." msgstr "%s gefällt das nicht." -#: ../../include/conversation.php:1215 +#: ../../include/conversation.php:1212 msgid "Set your location" msgstr "Standort" -#: ../../include/conversation.php:1216 +#: ../../include/conversation.php:1213 msgid "Clear browser location" msgstr "Browser-Standort löschen" -#: ../../include/conversation.php:1264 +#: ../../include/conversation.php:1261 msgid "Tag term:" msgstr "Schlagwort:" -#: ../../include/conversation.php:1265 +#: ../../include/conversation.php:1262 msgid "Where are you right now?" msgstr "Wo bist Du jetzt grade?" -#: ../../include/conversation.php:1270 +#: ../../include/conversation.php:1267 msgid "Choose a different album..." msgstr "Wählen Sie ein anderes Album aus..." -#: ../../include/conversation.php:1274 +#: ../../include/conversation.php:1271 msgid "Comments enabled" msgstr "Kommentare aktiviert" -#: ../../include/conversation.php:1275 +#: ../../include/conversation.php:1272 msgid "Comments disabled" msgstr "Kommentare deaktiviert" -#: ../../include/conversation.php:1313 +#: ../../include/conversation.php:1310 msgid "Page link name" msgstr "Link zur Seite" -#: ../../include/conversation.php:1316 +#: ../../include/conversation.php:1313 msgid "Post as" msgstr "Veröffentlichen als" -#: ../../include/conversation.php:1330 +#: ../../include/conversation.php:1327 msgid "Toggle voting" msgstr "Umfragewerkzeug aktivieren" -#: ../../include/conversation.php:1333 +#: ../../include/conversation.php:1330 msgid "Disable comments" msgstr "Kommentare deaktivieren" -#: ../../include/conversation.php:1334 +#: ../../include/conversation.php:1331 msgid "Toggle comments" msgstr "Kommentare umschalten" -#: ../../include/conversation.php:1342 +#: ../../include/conversation.php:1339 msgid "Categories (optional, comma-separated list)" msgstr "Kategorien (optional, kommagetrennte Liste)" -#: ../../include/conversation.php:1365 +#: ../../include/conversation.php:1362 msgid "Other networks and post services" msgstr "Andere Netzwerke und Platformen" -#: ../../include/conversation.php:1371 +#: ../../include/conversation.php:1368 msgid "Set publish date" msgstr "Veröffentlichungsdatum festlegen" -#: ../../include/conversation.php:1634 +#: ../../include/conversation.php:1631 msgid "Discover" msgstr "Entdecken" -#: ../../include/conversation.php:1637 +#: ../../include/conversation.php:1634 msgid "Imported public streams" msgstr "Importierte öffentliche Beiträge" -#: ../../include/conversation.php:1642 +#: ../../include/conversation.php:1639 msgid "Commented Order" msgstr "Neueste Kommentare" -#: ../../include/conversation.php:1645 +#: ../../include/conversation.php:1642 msgid "Sort by Comment Date" msgstr "Nach Kommentardatum sortiert" -#: ../../include/conversation.php:1649 +#: ../../include/conversation.php:1646 msgid "Posted Order" msgstr "Neueste Beiträge" -#: ../../include/conversation.php:1652 +#: ../../include/conversation.php:1649 msgid "Sort by Post Date" msgstr "Nach Beitragsdatum sortiert" -#: ../../include/conversation.php:1660 +#: ../../include/conversation.php:1657 msgid "Posts that mention or involve you" msgstr "Beiträge mit Beteiligung Deinerseits" -#: ../../include/conversation.php:1669 +#: ../../include/conversation.php:1666 msgid "Activity Stream - by date" msgstr "Activity Stream – nach Datum sortiert" -#: ../../include/conversation.php:1675 +#: ../../include/conversation.php:1672 msgid "Starred" msgstr "Markiert" -#: ../../include/conversation.php:1678 +#: ../../include/conversation.php:1675 msgid "Favourite Posts" msgstr "Markierte Beiträge" -#: ../../include/conversation.php:1685 +#: ../../include/conversation.php:1682 msgid "Spam" msgstr "Spam" -#: ../../include/conversation.php:1688 +#: ../../include/conversation.php:1685 msgid "Posts flagged as SPAM" msgstr "Nachrichten, die als SPAM markiert wurden" -#: ../../include/conversation.php:1763 ../../include/nav.php:372 +#: ../../include/conversation.php:1760 ../../include/nav.php:358 msgid "Status Messages and Posts" msgstr "Statusnachrichten und Beiträge" -#: ../../include/conversation.php:1776 ../../include/nav.php:385 +#: ../../include/conversation.php:1773 ../../include/nav.php:371 msgid "Profile Details" msgstr "Profil-Details" -#: ../../include/conversation.php:1786 ../../include/nav.php:395 -#: ../../include/photos.php:528 +#: ../../include/conversation.php:1783 ../../include/nav.php:381 +#: ../../include/photos.php:525 msgid "Photo Albums" msgstr "Fotoalben" -#: ../../include/conversation.php:1794 ../../include/nav.php:403 +#: ../../include/conversation.php:1791 ../../include/nav.php:389 msgid "Files and Storage" msgstr "Dateien und Speicher" -#: ../../include/conversation.php:1830 ../../include/nav.php:438 +#: ../../include/conversation.php:1827 ../../include/nav.php:424 msgid "Bookmarks" msgstr "Lesezeichen" -#: ../../include/conversation.php:1833 ../../include/nav.php:441 +#: ../../include/conversation.php:1830 ../../include/nav.php:427 msgid "Saved Bookmarks" msgstr "Gespeicherte Lesezeichen" -#: ../../include/conversation.php:1844 ../../include/nav.php:452 +#: ../../include/conversation.php:1841 ../../include/nav.php:438 msgid "View Webpages" msgstr "Webseiten anzeigen" -#: ../../include/conversation.php:1913 +#: ../../include/conversation.php:1910 msgctxt "noun" msgid "Attending" msgid_plural "Attending" msgstr[0] "Zusage" msgstr[1] "Zusagen" -#: ../../include/conversation.php:1916 +#: ../../include/conversation.php:1913 msgctxt "noun" msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "Absage" msgstr[1] "Absagen" -#: ../../include/conversation.php:1919 +#: ../../include/conversation.php:1916 msgctxt "noun" msgid "Undecided" msgid_plural "Undecided" msgstr[0] " Unentschlossen" msgstr[1] "Unentschlossene" -#: ../../include/conversation.php:1922 +#: ../../include/conversation.php:1919 msgctxt "noun" msgid "Agree" msgid_plural "Agrees" msgstr[0] "Zustimmung" msgstr[1] "Zustimmungen" -#: ../../include/conversation.php:1925 +#: ../../include/conversation.php:1922 msgctxt "noun" msgid "Disagree" msgid_plural "Disagrees" msgstr[0] "Ablehnung" msgstr[1] "Ablehnungen" -#: ../../include/conversation.php:1928 +#: ../../include/conversation.php:1925 msgctxt "noun" msgid "Abstain" msgid_plural "Abstains" msgstr[0] "Enthaltung" msgstr[1] "Enthaltungen" -#: ../../include/permissions.php:35 -msgid "Can view my normal stream and posts" -msgstr "Kann meine normalen Beiträge sehen" - -#: ../../include/permissions.php:39 -msgid "Can view my webpages" -msgstr "Kann meine Webseiten sehen" - -#: ../../include/permissions.php:43 -msgid "Can post on my channel page (\"wall\")" -msgstr "Kann auf meiner Kanal-Seite (\"wall\") Beiträge veröffentlichen" - -#: ../../include/permissions.php:46 -msgid "Can like/dislike stuff" -msgstr "Kann andere Elemente mögen/nicht mögen" - -#: ../../include/permissions.php:46 -msgid "Profiles and things other than posts/comments" -msgstr "Profile und alles außer Beiträge und Kommentare" - -#: ../../include/permissions.php:48 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "Kann an alle meine Kontakte via @-Erwähnung Nachrichten weiterleiten" - -#: ../../include/permissions.php:48 -msgid "Advanced - useful for creating group forum channels" -msgstr "Fortgeschritten - sinnvoll, um Gruppen-Kanäle/-Foren zu erstellen" - -#: ../../include/permissions.php:49 -msgid "Can chat with me (when available)" -msgstr "Kann mit mir chatten (wenn verfügbar)" - -#: ../../include/permissions.php:50 -msgid "Can write to my file storage and photos" -msgstr "Kann in meine Datei- und Bilderordner schreiben" - -#: ../../include/permissions.php:51 -msgid "Can edit my webpages" -msgstr "Kann meine Webseiten bearbeiten" - -#: ../../include/permissions.php:53 -msgid "Somewhat advanced - very useful in open communities" -msgstr "Etwas fortgeschritten – sehr nützlich in offenen Gemeinschaften" - -#: ../../include/permissions.php:55 -msgid "Can administer my channel resources" -msgstr "Kann meine Kanäle administrieren" - -#: ../../include/permissions.php:55 -msgid "" -"Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "Sehr fortgeschritten. Bearbeite das nur, wenn Du genau weißt, was Du tust" - #: ../../include/dir_fns.php:141 msgid "Directory Options" msgstr "Verzeichnisoptionen" @@ -11434,320 +11429,328 @@ msgstr "älter" msgid "newer" msgstr "neuer" -#: ../../include/text.php:945 +#: ../../include/text.php:939 msgid "No connections" msgstr "Keine Verbindungen" -#: ../../include/text.php:970 +#: ../../include/text.php:964 #, php-format msgid "View all %s connections" msgstr "Alle Verbindungen von %s anzeigen" -#: ../../include/text.php:1115 ../../include/text.php:1120 +#: ../../include/text.php:1096 ../../include/text.php:1101 msgid "poke" msgstr "anstupsen" -#: ../../include/text.php:1121 +#: ../../include/text.php:1102 msgid "ping" msgstr "anpingen" -#: ../../include/text.php:1121 +#: ../../include/text.php:1102 msgid "pinged" msgstr "pingte" -#: ../../include/text.php:1122 +#: ../../include/text.php:1103 msgid "prod" msgstr "knuffen" -#: ../../include/text.php:1122 +#: ../../include/text.php:1103 msgid "prodded" msgstr "knuffte" -#: ../../include/text.php:1123 +#: ../../include/text.php:1104 msgid "slap" msgstr "ohrfeigen" -#: ../../include/text.php:1123 +#: ../../include/text.php:1104 msgid "slapped" msgstr "ohrfeigte" -#: ../../include/text.php:1124 +#: ../../include/text.php:1105 msgid "finger" msgstr "befummeln" -#: ../../include/text.php:1124 +#: ../../include/text.php:1105 msgid "fingered" msgstr "befummelte" -#: ../../include/text.php:1125 +#: ../../include/text.php:1106 msgid "rebuff" msgstr "eine Abfuhr erteilen" -#: ../../include/text.php:1125 +#: ../../include/text.php:1106 msgid "rebuffed" msgstr "zurückgewiesen" -#: ../../include/text.php:1137 +#: ../../include/text.php:1118 msgid "happy" msgstr "glücklich" -#: ../../include/text.php:1138 +#: ../../include/text.php:1119 msgid "sad" msgstr "traurig" -#: ../../include/text.php:1139 +#: ../../include/text.php:1120 msgid "mellow" msgstr "sanft" -#: ../../include/text.php:1140 +#: ../../include/text.php:1121 msgid "tired" msgstr "müde" -#: ../../include/text.php:1141 +#: ../../include/text.php:1122 msgid "perky" msgstr "frech" -#: ../../include/text.php:1142 +#: ../../include/text.php:1123 msgid "angry" msgstr "sauer" -#: ../../include/text.php:1143 +#: ../../include/text.php:1124 msgid "stupefied" msgstr "verblüfft" -#: ../../include/text.php:1144 +#: ../../include/text.php:1125 msgid "puzzled" msgstr "verwirrt" -#: ../../include/text.php:1145 +#: ../../include/text.php:1126 msgid "interested" msgstr "interessiert" -#: ../../include/text.php:1146 +#: ../../include/text.php:1127 msgid "bitter" msgstr "verbittert" -#: ../../include/text.php:1147 +#: ../../include/text.php:1128 msgid "cheerful" msgstr "fröhlich" -#: ../../include/text.php:1148 +#: ../../include/text.php:1129 msgid "alive" msgstr "lebendig" -#: ../../include/text.php:1149 +#: ../../include/text.php:1130 msgid "annoyed" msgstr "verärgert" -#: ../../include/text.php:1150 +#: ../../include/text.php:1131 msgid "anxious" msgstr "unruhig" -#: ../../include/text.php:1151 +#: ../../include/text.php:1132 msgid "cranky" msgstr "schrullig" -#: ../../include/text.php:1152 +#: ../../include/text.php:1133 msgid "disturbed" msgstr "verstört" -#: ../../include/text.php:1153 +#: ../../include/text.php:1134 msgid "frustrated" msgstr "frustriert" -#: ../../include/text.php:1154 +#: ../../include/text.php:1135 msgid "depressed" msgstr "deprimiert" -#: ../../include/text.php:1155 +#: ../../include/text.php:1136 msgid "motivated" msgstr "motiviert" -#: ../../include/text.php:1156 +#: ../../include/text.php:1137 msgid "relaxed" msgstr "entspannt" -#: ../../include/text.php:1157 +#: ../../include/text.php:1138 msgid "surprised" msgstr "überrascht" -#: ../../include/text.php:1335 ../../include/js_strings.php:70 +#: ../../include/text.php:1312 ../../include/js_strings.php:70 msgid "Monday" msgstr "Montag" -#: ../../include/text.php:1335 ../../include/js_strings.php:71 +#: ../../include/text.php:1312 ../../include/js_strings.php:71 msgid "Tuesday" msgstr "Dienstag" -#: ../../include/text.php:1335 ../../include/js_strings.php:72 +#: ../../include/text.php:1312 ../../include/js_strings.php:72 msgid "Wednesday" msgstr "Mittwoch" -#: ../../include/text.php:1335 ../../include/js_strings.php:73 +#: ../../include/text.php:1312 ../../include/js_strings.php:73 msgid "Thursday" msgstr "Donnerstag" -#: ../../include/text.php:1335 ../../include/js_strings.php:74 +#: ../../include/text.php:1312 ../../include/js_strings.php:74 msgid "Friday" msgstr "Freitag" -#: ../../include/text.php:1335 ../../include/js_strings.php:75 +#: ../../include/text.php:1312 ../../include/js_strings.php:75 msgid "Saturday" msgstr "Samstag" -#: ../../include/text.php:1335 ../../include/js_strings.php:69 +#: ../../include/text.php:1312 ../../include/js_strings.php:69 msgid "Sunday" msgstr "Sonntag" -#: ../../include/text.php:1339 ../../include/js_strings.php:45 +#: ../../include/text.php:1316 ../../include/js_strings.php:45 msgid "January" msgstr "Januar" -#: ../../include/text.php:1339 ../../include/js_strings.php:46 +#: ../../include/text.php:1316 ../../include/js_strings.php:46 msgid "February" msgstr "Februar" -#: ../../include/text.php:1339 ../../include/js_strings.php:47 +#: ../../include/text.php:1316 ../../include/js_strings.php:47 msgid "March" msgstr "März" -#: ../../include/text.php:1339 ../../include/js_strings.php:48 +#: ../../include/text.php:1316 ../../include/js_strings.php:48 msgid "April" msgstr "April" -#: ../../include/text.php:1339 +#: ../../include/text.php:1316 msgid "May" msgstr "Mai" -#: ../../include/text.php:1339 ../../include/js_strings.php:50 +#: ../../include/text.php:1316 ../../include/js_strings.php:50 msgid "June" msgstr "Juni" -#: ../../include/text.php:1339 ../../include/js_strings.php:51 +#: ../../include/text.php:1316 ../../include/js_strings.php:51 msgid "July" msgstr "Juli" -#: ../../include/text.php:1339 ../../include/js_strings.php:52 +#: ../../include/text.php:1316 ../../include/js_strings.php:52 msgid "August" msgstr "August" -#: ../../include/text.php:1339 ../../include/js_strings.php:53 +#: ../../include/text.php:1316 ../../include/js_strings.php:53 msgid "September" msgstr "September" -#: ../../include/text.php:1339 ../../include/js_strings.php:54 +#: ../../include/text.php:1316 ../../include/js_strings.php:54 msgid "October" msgstr "Oktober" -#: ../../include/text.php:1339 ../../include/js_strings.php:55 +#: ../../include/text.php:1316 ../../include/js_strings.php:55 msgid "November" msgstr "November" -#: ../../include/text.php:1339 ../../include/js_strings.php:56 +#: ../../include/text.php:1316 ../../include/js_strings.php:56 msgid "December" msgstr "Dezember" -#: ../../include/text.php:1403 ../../include/text.php:1407 +#: ../../include/text.php:1380 ../../include/text.php:1384 msgid "Unknown Attachment" msgstr "Unbekannter Anhang" -#: ../../include/text.php:1409 +#: ../../include/text.php:1386 ../../include/feedutils.php:780 msgid "unknown" msgstr "unbekannt" -#: ../../include/text.php:1445 +#: ../../include/text.php:1422 msgid "remove category" msgstr "Kategorie entfernen" -#: ../../include/text.php:1519 +#: ../../include/text.php:1496 msgid "remove from file" msgstr "aus der Datei entfernen" -#: ../../include/text.php:1781 ../../include/language.php:367 +#: ../../include/text.php:1615 ../../include/message.php:12 +msgid "Download binary/encrypted content" +msgstr "Binären/verschlüsselten Inhalt herunterladen" + +#: ../../include/text.php:1774 ../../include/language.php:367 msgid "default" msgstr "Standard" -#: ../../include/text.php:1789 +#: ../../include/text.php:1782 msgid "Page layout" msgstr "Seiten-Layout" -#: ../../include/text.php:1789 +#: ../../include/text.php:1782 msgid "You can create your own with the layouts tool" msgstr "Mit dem Gestaltungswerkzeug kannst Du Deine eigenen Layouts erstellen" -#: ../../include/text.php:1817 +#: ../../include/text.php:1810 msgid "Page content type" msgstr "Art des Seiteninhalts" -#: ../../include/text.php:1950 +#: ../../include/text.php:1943 msgid "activity" msgstr "Aktivität" -#: ../../include/text.php:2264 +#: ../../include/text.php:2006 +msgid "a-z, 0-9, -, _, and . only" +msgstr "nur a-z, 0-9, -, _, und ." + +#: ../../include/text.php:2277 msgid "Design Tools" msgstr "Gestaltungswerkzeuge" -#: ../../include/text.php:2270 +#: ../../include/text.php:2283 msgid "Pages" msgstr "Seiten" -#: ../../include/text.php:2292 +#: ../../include/text.php:2305 msgid "Import website..." msgstr "Webseite importieren..." -#: ../../include/text.php:2293 +#: ../../include/text.php:2306 msgid "Select folder to import" msgstr "Ordner zum Importieren auswählen" -#: ../../include/text.php:2294 +#: ../../include/text.php:2307 msgid "Import from a zipped folder:" msgstr "Aus einem gezippten Ordner importieren:" -#: ../../include/text.php:2295 +#: ../../include/text.php:2308 msgid "Import from cloud files:" msgstr "Aus Cloud-Dateien importieren:" -#: ../../include/text.php:2296 +#: ../../include/text.php:2309 msgid "/cloud/channel/path/to/folder" msgstr "/Cloud/Kanal/Pfad/zum/Ordner" -#: ../../include/text.php:2297 +#: ../../include/text.php:2310 msgid "Enter path to website files" msgstr "Pfad zu Webseitendateien eingeben" -#: ../../include/text.php:2298 +#: ../../include/text.php:2311 msgid "Select folder" msgstr "Ordner auswählen" -#: ../../include/text.php:2299 +#: ../../include/text.php:2312 msgid "Export website..." msgstr "Webseite exportieren..." -#: ../../include/text.php:2300 +#: ../../include/text.php:2313 msgid "Export to a zip file" msgstr "In eine ZIP-Datei exportieren" -#: ../../include/text.php:2301 +#: ../../include/text.php:2314 msgid "website.zip" msgstr "website.zip" -#: ../../include/text.php:2302 +#: ../../include/text.php:2315 msgid "Enter a name for the zip file." msgstr "Geben Sie einen für die ZIP-Datei ein." -#: ../../include/text.php:2303 +#: ../../include/text.php:2316 msgid "Export to cloud files" msgstr "In Cloud-Dateien exportieren" -#: ../../include/text.php:2304 +#: ../../include/text.php:2317 msgid "/path/to/export/folder" msgstr "/Pfad/zum/exportierenden/Ordner" -#: ../../include/text.php:2305 +#: ../../include/text.php:2318 msgid "Enter a path to a cloud files destination." msgstr "Gib den Pfad zu einem Datei-Speicherort in der Cloud ein." -#: ../../include/text.php:2306 +#: ../../include/text.php:2319 msgid "Specify folder" msgstr "Ordner angeben" @@ -11797,28 +11800,10 @@ msgstr[1] "%d gemeinsame Verbindungen" msgid "show more" msgstr "mehr zeigen" -#: ../../include/markdown.php:444 -msgid "Attachments:" -msgstr "Anhänge:" - -#: ../../include/markdown.php:538 ../../include/event.php:22 -#: ../../include/event.php:69 -msgid "l F d, Y \\@ g:i A" -msgstr "l, d. F Y, H:i" - -#: ../../include/markdown.php:540 -msgid "$Projectname event notification:" -msgstr "" - -#: ../../include/markdown.php:544 ../../include/event.php:30 -#: ../../include/event.php:73 -msgid "Starts:" -msgstr "Beginnt:" - -#: ../../include/markdown.php:552 ../../include/event.php:40 -#: ../../include/event.php:77 -msgid "Finishes:" -msgstr "Endet:" +#: ../../include/markdown.php:139 ../../include/bbcode.php:332 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s schrieb den folgenden %2$s %3$s" #: ../../include/follow.php:26 msgid "Channel is blocked on this site." @@ -11844,7 +11829,7 @@ msgstr "Protokoll deaktiviert." msgid "Channel discovery failed." msgstr "Kanalsuche fehlgeschlagen" -#: ../../include/follow.php:202 +#: ../../include/follow.php:186 msgid "Cannot connect to yourself." msgstr "Du kannst Dich nicht mit Dir selbst verbinden." @@ -11964,7 +11949,7 @@ msgstr "%d Tage" #: ../../include/js_strings.php:38 msgid "about a month" -msgstr "ungefähr ein Monat" +msgstr "ungefähr einen Monat" #: ../../include/js_strings.php:39 #, php-format @@ -12095,19 +12080,19 @@ msgctxt "calendar" msgid "All day" msgstr "Ganztägig" -#: ../../include/message.php:30 +#: ../../include/message.php:40 msgid "Unable to determine sender." msgstr "Kann Absender nicht bestimmen." -#: ../../include/message.php:69 +#: ../../include/message.php:79 msgid "No recipient provided." msgstr "Kein Empfänger angegeben" -#: ../../include/message.php:74 +#: ../../include/message.php:84 msgid "[no subject]" msgstr "[no subject]" -#: ../../include/message.php:227 +#: ../../include/message.php:214 msgid "Stored post could not be verified." msgstr "Gespeicherter Beitrag konnten nicht überprüft werden." @@ -12138,61 +12123,61 @@ msgstr "%1$s hat ein aktualisiertes %2$s, %3$s wurde verändert." msgid "Item was not found." msgstr "Beitrag wurde nicht gefunden." -#: ../../include/attach.php:500 +#: ../../include/attach.php:501 msgid "No source file." msgstr "Keine Quelldatei." -#: ../../include/attach.php:522 +#: ../../include/attach.php:523 msgid "Cannot locate file to replace" msgstr "Kann Datei zum Ersetzen nicht finden" -#: ../../include/attach.php:540 +#: ../../include/attach.php:541 msgid "Cannot locate file to revise/update" msgstr "Kann Datei zum Prüfen/Aktualisieren nicht finden" -#: ../../include/attach.php:671 +#: ../../include/attach.php:674 #, php-format msgid "File exceeds size limit of %d" msgstr "Datei überschreitet das Größen-Limit von %d" -#: ../../include/attach.php:685 +#: ../../include/attach.php:688 #, 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." -#: ../../include/attach.php:855 +#: ../../include/attach.php:858 msgid "File upload failed. Possible system limit or action terminated." msgstr "Datei-Upload fehlgeschlagen. Mögliche Systembegrenzung oder abgebrochener Prozess." -#: ../../include/attach.php:868 +#: ../../include/attach.php:871 msgid "Stored file could not be verified. Upload failed." msgstr "Gespeichert Datei konnte nicht verifiziert werden. Upload abgebrochen." -#: ../../include/attach.php:923 ../../include/attach.php:939 +#: ../../include/attach.php:932 ../../include/attach.php:948 msgid "Path not available." msgstr "Pfad nicht verfügbar." -#: ../../include/attach.php:988 ../../include/attach.php:1153 +#: ../../include/attach.php:997 ../../include/attach.php:1162 msgid "Empty pathname" msgstr "Leere Pfadangabe" -#: ../../include/attach.php:1014 +#: ../../include/attach.php:1023 msgid "duplicate filename or path" msgstr "doppelter Dateiname oder Pfad" -#: ../../include/attach.php:1039 +#: ../../include/attach.php:1048 msgid "Path not found." msgstr "Pfad nicht gefunden." -#: ../../include/attach.php:1107 +#: ../../include/attach.php:1116 msgid "mkdir failed." msgstr "mkdir fehlgeschlagen." -#: ../../include/attach.php:1111 +#: ../../include/attach.php:1120 msgid "database storage failed." msgstr "Speichern in der Datenbank fehlgeschlagen." -#: ../../include/attach.php:1159 +#: ../../include/attach.php:1168 msgid "Empty path" msgstr "Leere Pfadangabe" @@ -12200,77 +12185,77 @@ msgstr "Leere Pfadangabe" msgid "guest:" msgstr "Gast:" -#: ../../include/security.php:532 +#: ../../include/security.php:531 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." -#: ../../include/items.php:869 ../../include/items.php:916 +#: ../../include/items.php:851 ../../include/items.php:903 msgid "(Unknown)" msgstr "(Unbekannt)" -#: ../../include/items.php:1110 +#: ../../include/items.php:1087 msgid "Visible to anybody on the internet." msgstr "Für jeden im Internet sichtbar." -#: ../../include/items.php:1112 +#: ../../include/items.php:1089 msgid "Visible to you only." msgstr "Nur für Dich sichtbar." -#: ../../include/items.php:1114 +#: ../../include/items.php:1091 msgid "Visible to anybody in this network." msgstr "Für jedes $Projectname-Mitglied sichtbar." -#: ../../include/items.php:1116 +#: ../../include/items.php:1093 msgid "Visible to anybody authenticated." msgstr "Für jeden sichtbar, der angemeldet ist." -#: ../../include/items.php:1118 +#: ../../include/items.php:1095 #, php-format msgid "Visible to anybody on %s." msgstr "Für jeden auf %s sichtbar." -#: ../../include/items.php:1120 +#: ../../include/items.php:1097 msgid "Visible to all connections." msgstr "Für alle Verbindungen sichtbar." -#: ../../include/items.php:1122 +#: ../../include/items.php:1099 msgid "Visible to approved connections." msgstr "Nur für akzeptierte Verbindungen sichtbar." -#: ../../include/items.php:1124 +#: ../../include/items.php:1101 msgid "Visible to specific connections." msgstr "Sichtbar für bestimmte Verbindungen." -#: ../../include/items.php:3938 +#: ../../include/items.php:3908 msgid "Privacy group is empty." msgstr "Gruppe ist leer." -#: ../../include/items.php:3945 +#: ../../include/items.php:3915 #, php-format msgid "Privacy group: %s" msgstr "Gruppe: %s" -#: ../../include/items.php:3957 +#: ../../include/items.php:3927 msgid "Connection not found." msgstr "Die Verbindung wurde nicht gefunden." -#: ../../include/items.php:4310 +#: ../../include/items.php:4280 msgid "profile photo" msgstr "Profilfoto" -#: ../../include/items.php:4506 +#: ../../include/items.php:4473 #, php-format msgid "[Edited %s]" msgstr "[%s wurde bearbeitet]" -#: ../../include/items.php:4506 +#: ../../include/items.php:4473 msgctxt "edit_activity" msgid "Post" msgstr "Beitrag" -#: ../../include/items.php:4506 +#: ../../include/items.php:4473 msgctxt "edit_activity" msgid "Comment" msgstr "Kommentar" @@ -12279,229 +12264,261 @@ msgstr "Kommentar" msgid "Unable to obtain identity information from database" msgstr "Kann keine Identitäts-Informationen aus Datenbank beziehen" -#: ../../include/channel.php:67 +#: ../../include/channel.php:68 msgid "Empty name" msgstr "Namensfeld leer" -#: ../../include/channel.php:70 +#: ../../include/channel.php:71 msgid "Name too long" msgstr "Name ist zu lang" -#: ../../include/channel.php:181 +#: ../../include/channel.php:182 msgid "No account identifier" msgstr "Keine Account-Kennung" -#: ../../include/channel.php:193 +#: ../../include/channel.php:194 msgid "Nickname is required." msgstr "Spitzname ist erforderlich." -#: ../../include/channel.php:207 +#: ../../include/channel.php:208 msgid "Reserved nickname. Please choose another." msgstr "Reservierter Kurzname. Bitte wähle einen anderen." -#: ../../include/channel.php:212 +#: ../../include/channel.php:213 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." -#: ../../include/channel.php:270 +#: ../../include/channel.php:272 msgid "Unable to retrieve created identity" msgstr "Kann die erstellte Identität nicht empfangen" -#: ../../include/channel.php:342 +#: ../../include/channel.php:344 msgid "Default Profile" msgstr "Standard-Profil" -#: ../../include/channel.php:1045 +#: ../../include/channel.php:497 +msgid "Unable to retrieve modified identity" +msgstr "Geänderte Identität kann nicht empfangen werden" + +#: ../../include/channel.php:1162 msgid "Create New Profile" msgstr "Neues Profil erstellen" -#: ../../include/channel.php:1065 +#: ../../include/channel.php:1182 msgid "Visible to everybody" msgstr "Für jeden sichtbar" -#: ../../include/channel.php:1138 ../../include/channel.php:1252 +#: ../../include/channel.php:1255 ../../include/channel.php:1375 msgid "Gender:" msgstr "Geschlecht:" -#: ../../include/channel.php:1140 ../../include/channel.php:1307 +#: ../../include/channel.php:1257 ../../include/channel.php:1430 msgid "Homepage:" msgstr "Homepage:" -#: ../../include/channel.php:1141 +#: ../../include/channel.php:1258 msgid "Online Now" msgstr "gerade online" -#: ../../include/channel.php:1257 +#: ../../include/channel.php:1334 +msgid "Trans" +msgstr "" + +#: ../../include/channel.php:1380 msgid "Like this channel" msgstr "Dieser Kanal gefällt mir" -#: ../../include/channel.php:1281 +#: ../../include/channel.php:1404 msgid "j F, Y" msgstr "j. F Y" -#: ../../include/channel.php:1282 +#: ../../include/channel.php:1405 msgid "j F" msgstr "j. F" -#: ../../include/channel.php:1289 +#: ../../include/channel.php:1412 msgid "Birthday:" msgstr "Geburtstag:" -#: ../../include/channel.php:1302 +#: ../../include/channel.php:1425 #, php-format msgid "for %1$d %2$s" msgstr "seit %1$d %2$s" -#: ../../include/channel.php:1305 +#: ../../include/channel.php:1428 msgid "Sexual Preference:" msgstr "Sexuelle Orientierung:" -#: ../../include/channel.php:1311 +#: ../../include/channel.php:1434 msgid "Tags:" msgstr "Schlagworte:" -#: ../../include/channel.php:1313 +#: ../../include/channel.php:1436 msgid "Political Views:" msgstr "Politische Ansichten:" -#: ../../include/channel.php:1315 +#: ../../include/channel.php:1438 msgid "Religion:" msgstr "Religion:" -#: ../../include/channel.php:1319 +#: ../../include/channel.php:1442 msgid "Hobbies/Interests:" msgstr "Hobbys/Interessen:" -#: ../../include/channel.php:1321 +#: ../../include/channel.php:1444 msgid "Likes:" msgstr "Gefällt:" -#: ../../include/channel.php:1323 +#: ../../include/channel.php:1446 msgid "Dislikes:" msgstr "Gefällt nicht:" -#: ../../include/channel.php:1325 +#: ../../include/channel.php:1448 msgid "Contact information and Social Networks:" msgstr "Kontaktinformation und soziale Netzwerke:" -#: ../../include/channel.php:1327 +#: ../../include/channel.php:1450 msgid "My other channels:" msgstr "Meine anderen Kanäle:" -#: ../../include/channel.php:1329 +#: ../../include/channel.php:1452 msgid "Musical interests:" msgstr "Musikalische Interessen:" -#: ../../include/channel.php:1331 +#: ../../include/channel.php:1454 msgid "Books, literature:" msgstr "Bücher, Literatur:" -#: ../../include/channel.php:1333 +#: ../../include/channel.php:1456 msgid "Television:" msgstr "Fernsehen:" -#: ../../include/channel.php:1335 +#: ../../include/channel.php:1458 msgid "Film/dance/culture/entertainment:" msgstr "Film/Tanz/Kultur/Unterhaltung:" -#: ../../include/channel.php:1337 +#: ../../include/channel.php:1460 msgid "Love/Romance:" msgstr "Liebe/Romantik:" -#: ../../include/channel.php:1339 +#: ../../include/channel.php:1462 msgid "Work/employment:" msgstr "Arbeit/Anstellung:" -#: ../../include/channel.php:1341 +#: ../../include/channel.php:1464 msgid "School/education:" msgstr "Schule/Ausbildung:" -#: ../../include/channel.php:1364 +#: ../../include/channel.php:1487 msgid "Like this thing" msgstr "Gefällt mir" -#: ../../include/channel.php:2139 +#: ../../include/channel.php:2256 #, php-format msgid "User '%s' deleted" msgstr "Benutzer '%s' gelöscht" -#: ../../include/event.php:1004 +#: ../../include/event.php:22 ../../include/event.php:69 +msgid "l F d, Y \\@ g:i A" +msgstr "l, d. F Y, H:i" + +#: ../../include/event.php:30 ../../include/event.php:73 +msgid "Starts:" +msgstr "Beginnt:" + +#: ../../include/event.php:40 ../../include/event.php:77 +msgid "Finishes:" +msgstr "Endet:" + +#: ../../include/event.php:1008 msgid "This event has been added to your calendar." msgstr "Dieser Termin wurde zu Deinem Kalender hinzugefügt" -#: ../../include/event.php:1204 +#: ../../include/event.php:1208 msgid "Not specified" msgstr "Keine Angabe" -#: ../../include/event.php:1205 +#: ../../include/event.php:1209 msgid "Needs Action" msgstr "Aktion erforderlich" -#: ../../include/event.php:1206 +#: ../../include/event.php:1210 msgid "Completed" msgstr "Abgeschlossen" -#: ../../include/event.php:1207 +#: ../../include/event.php:1211 msgid "In Process" msgstr "In Bearbeitung" -#: ../../include/event.php:1208 +#: ../../include/event.php:1212 msgid "Cancelled" msgstr "gestrichen" -#: ../../include/network.php:776 +#: ../../include/event.php:1292 ../../include/connections.php:676 +msgid "Home, Voice" +msgstr "Zuhause, Sprache" + +#: ../../include/event.php:1293 ../../include/connections.php:677 +msgid "Home, Fax" +msgstr "Zuhause, Fax" + +#: ../../include/event.php:1295 ../../include/connections.php:679 +msgid "Work, Voice" +msgstr "Arbeit, Sprache" + +#: ../../include/event.php:1296 ../../include/connections.php:680 +msgid "Work, Fax" +msgstr "Arbeit, Fax" + +#: ../../include/network.php:751 msgid "view full size" msgstr "In Vollbildansicht anschauen" -#: ../../include/network.php:2042 -msgid "No Subject" -msgstr "Kein Betreff" - -#: ../../include/network.php:2310 ../../include/network.php:2311 +#: ../../include/network.php:1691 ../../include/network.php:1692 msgid "Friendica" msgstr "Friendica" -#: ../../include/network.php:2312 +#: ../../include/network.php:1693 msgid "OStatus" msgstr "OStatus" -#: ../../include/network.php:2313 +#: ../../include/network.php:1694 msgid "GNU-Social" msgstr "GNU-Social" -#: ../../include/network.php:2314 +#: ../../include/network.php:1695 msgid "RSS/Atom" msgstr "RSS/Atom" -#: ../../include/network.php:2316 +#: ../../include/network.php:1696 +msgid "ActivityPub" +msgstr "ActivityPub" + +#: ../../include/network.php:1698 msgid "Diaspora" msgstr "Diaspora" -#: ../../include/network.php:2317 +#: ../../include/network.php:1699 msgid "Facebook" msgstr "Facebook" -#: ../../include/network.php:2318 +#: ../../include/network.php:1700 msgid "Zot" msgstr "Zot!" -#: ../../include/network.php:2319 +#: ../../include/network.php:1701 msgid "LinkedIn" msgstr "LinkedIn" -#: ../../include/network.php:2320 +#: ../../include/network.php:1702 msgid "XMPP/IM" msgstr "XMPP/IM" -#: ../../include/network.php:2321 +#: ../../include/network.php:1703 msgid "MySpace" msgstr "MySpace" -#: ../../include/page_widgets.php:7 -msgid "New Page" -msgstr "Neue Seite" - #: ../../include/language.php:380 msgid "Select an alternate language" msgstr "Wähle eine alternative Sprache" @@ -12535,404 +12552,399 @@ msgid "" " 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." -#: ../../include/dba/dba_driver.php:189 +#: ../../include/dba/dba_driver.php:190 #, php-format msgid "Cannot locate DNS info for database server '%s'" msgstr "Kann die DNS-Informationen für den Datenbank-Server '%s' nicht finden" -#: ../../include/bbcode.php:134 ../../include/bbcode.php:1040 -#: ../../include/bbcode.php:1043 ../../include/bbcode.php:1048 -#: ../../include/bbcode.php:1051 ../../include/bbcode.php:1054 -#: ../../include/bbcode.php:1057 ../../include/bbcode.php:1062 -#: ../../include/bbcode.php:1065 ../../include/bbcode.php:1070 -#: ../../include/bbcode.php:1073 ../../include/bbcode.php:1076 -#: ../../include/bbcode.php:1079 +#: ../../include/bbcode.php:194 ../../include/bbcode.php:1097 +#: ../../include/bbcode.php:1100 ../../include/bbcode.php:1105 +#: ../../include/bbcode.php:1108 ../../include/bbcode.php:1111 +#: ../../include/bbcode.php:1114 ../../include/bbcode.php:1119 +#: ../../include/bbcode.php:1122 ../../include/bbcode.php:1127 +#: ../../include/bbcode.php:1130 ../../include/bbcode.php:1133 +#: ../../include/bbcode.php:1136 msgid "Image/photo" msgstr "Bild/Foto" -#: ../../include/bbcode.php:173 ../../include/bbcode.php:1090 +#: ../../include/bbcode.php:233 ../../include/bbcode.php:1147 msgid "Encrypted content" msgstr "Verschlüsselter Inhalt" -#: ../../include/bbcode.php:189 +#: ../../include/bbcode.php:249 #, php-format msgid "Install %s element: " msgstr "Element %s installieren: " -#: ../../include/bbcode.php:193 +#: ../../include/bbcode.php:253 #, php-format 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." -#: ../../include/bbcode.php:272 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s schrieb den folgenden %2$s %3$s" - -#: ../../include/bbcode.php:349 ../../include/bbcode.php:357 +#: ../../include/bbcode.php:409 ../../include/bbcode.php:417 msgid "Click to open/close" msgstr "Klicke zum Öffnen/Schließen" -#: ../../include/bbcode.php:357 +#: ../../include/bbcode.php:417 msgid "spoiler" msgstr "Spoiler" -#: ../../include/bbcode.php:1028 +#: ../../include/bbcode.php:1085 msgid "$1 wrote:" msgstr "$1 schrieb:" -#: ../../include/oembed.php:315 +#: ../../include/oembed.php:317 msgid " by " msgstr "von" -#: ../../include/oembed.php:316 +#: ../../include/oembed.php:318 msgid " on " msgstr "am" -#: ../../include/oembed.php:345 +#: ../../include/oembed.php:347 msgid "Embedded content" msgstr "Eingebetteter Inhalt" -#: ../../include/oembed.php:354 +#: ../../include/oembed.php:356 msgid "Embedding disabled" msgstr "Einbetten deaktiviert" -#: ../../include/features.php:58 +#: ../../include/features.php:54 msgid "General Features" msgstr "Allgemeine Funktionen" -#: ../../include/features.php:63 +#: ../../include/features.php:59 msgid "Multiple Profiles" msgstr "Mehrfachprofile" -#: ../../include/features.php:64 +#: ../../include/features.php:60 msgid "Ability to create multiple profiles" msgstr "Ermöglicht das Anlegen mehrerer Profile pro Kanal" -#: ../../include/features.php:72 +#: ../../include/features.php:68 msgid "Advanced Profiles" msgstr "Erweiterte Profile" -#: ../../include/features.php:73 +#: ../../include/features.php:69 msgid "Additional profile sections and selections" msgstr "Stellt zusätzliche Bereiche und Felder im Profil zur Verfügung" -#: ../../include/features.php:81 +#: ../../include/features.php:77 msgid "Profile Import/Export" msgstr "Profil-Import/Export" -#: ../../include/features.php:82 +#: ../../include/features.php:78 msgid "Save and load profile details across sites/channels" msgstr "Ermöglicht das Speichern von Profilen, um sie in einen anderen Kanal zu importieren" -#: ../../include/features.php:90 +#: ../../include/features.php:86 msgid "Web Pages" msgstr "Webseiten" -#: ../../include/features.php:91 +#: ../../include/features.php:87 msgid "Provide managed web pages on your channel" msgstr "Ermöglicht das Erstellen von Webseiten in Deinem Kanal" -#: ../../include/features.php:100 +#: ../../include/features.php:96 msgid "Provide a wiki for your channel" msgstr "Stelle ein Wiki in Deinem Kanal zur Verfügung" -#: ../../include/features.php:117 +#: ../../include/features.php:113 msgid "Private Notes" msgstr "Private Notizen" -#: ../../include/features.php:118 +#: ../../include/features.php:114 msgid "Enables a tool to store notes and reminders (note: not encrypted)" msgstr "Aktiviert ein Werkzeug mit dem Notizen und Erinnerungen gespeichert werden können (Hinweis: nicht verschlüsselt)" -#: ../../include/features.php:126 +#: ../../include/features.php:122 msgid "Navigation Channel Select" msgstr "Kanal-Auswahl in der Navigationsleiste" -#: ../../include/features.php:127 +#: ../../include/features.php:123 msgid "Change channels directly from within the navigation dropdown menu" msgstr "Ermöglicht den direkten Wechsel zu anderen Kanälen über das Navigationsmenü" -#: ../../include/features.php:135 +#: ../../include/features.php:131 msgid "Photo Location" msgstr "Aufnahmeort" -#: ../../include/features.php:136 +#: ../../include/features.php:132 msgid "If location data is available on uploaded photos, link this to a map." msgstr "Verlinkt den Aufnahmeort von Fotos (falls verfügbar) auf einer Karte" -#: ../../include/features.php:144 +#: ../../include/features.php:140 msgid "Access Controlled Chatrooms" msgstr "Zugriffskontrollierte Chaträume" -#: ../../include/features.php:145 +#: ../../include/features.php:141 msgid "Provide chatrooms and chat services with access control." msgstr "Bieten Sie Chaträume und Chatdienste mit Zugriffskontrolle an." -#: ../../include/features.php:154 +#: ../../include/features.php:150 msgid "Provide alternate connection permission roles." msgstr "Stelle benutzerdefinierte Berechtigungsrollen für Verbindungen zur Verfügung." -#: ../../include/features.php:162 +#: ../../include/features.php:158 msgid "Smart Birthdays" msgstr "Smarte Geburtstage" -#: ../../include/features.php:163 +#: ../../include/features.php:159 msgid "" "Make birthday events timezone aware in case your friends are scattered " "across the planet." msgstr "Stellt für Geburtstage einen Zeitzonenbezug her, falls deine Freunde über den ganzen Planeten verstreut sind." -#: ../../include/features.php:171 +#: ../../include/features.php:167 msgid "Event Timezone Selection" msgstr "Termin-Zeitzonenauswahl" -#: ../../include/features.php:172 +#: ../../include/features.php:168 msgid "Allow event creation in timezones other than your own." msgstr "Ermögliche das Erstellen von Terminen in anderen Zeitzonen als Deiner eigenen." -#: ../../include/features.php:180 +#: ../../include/features.php:176 msgid "Advanced Directory Search" msgstr "Erweiterte Verzeichnissuche" -#: ../../include/features.php:181 +#: ../../include/features.php:177 msgid "Allows creation of complex directory search queries" msgstr "Ermöglicht die Erstellung komplexer Verzeichnis-Suchabfragen" -#: ../../include/features.php:189 +#: ../../include/features.php:185 msgid "Advanced Theme and Layout Settings" msgstr "Erweiterte Design- und Layout-Einstellungen" -#: ../../include/features.php:190 +#: ../../include/features.php:186 msgid "Allows fine tuning of themes and page layouts" msgstr "Erlaubt die Feineinstellung von Designs und Seitenlayouts" -#: ../../include/features.php:200 +#: ../../include/features.php:196 msgid "Post Composition Features" msgstr "Nachbearbeitungsfunktionen" -#: ../../include/features.php:204 +#: ../../include/features.php:200 msgid "Large Photos" msgstr "Große Fotos" -#: ../../include/features.php:205 +#: ../../include/features.php:201 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." -#: ../../include/features.php:214 +#: ../../include/features.php:210 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" -#: ../../include/features.php:222 +#: ../../include/features.php:218 msgid "Even More Encryption" msgstr "Noch mehr Verschlüsselung" -#: ../../include/features.php:223 +#: ../../include/features.php:219 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)" -#: ../../include/features.php:231 +#: ../../include/features.php:227 msgid "Enable Voting Tools" msgstr "Umfragewerkzeuge aktivieren" -#: ../../include/features.php:232 +#: ../../include/features.php:228 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.)" -#: ../../include/features.php:240 +#: ../../include/features.php:236 msgid "Disable Comments" msgstr "Kommentare deaktivieren" -#: ../../include/features.php:241 +#: ../../include/features.php:237 msgid "Provide the option to disable comments for a post" msgstr "Ermöglicht, die Kommentarfunktion für einzelne Beiträge abzuschalten" -#: ../../include/features.php:249 +#: ../../include/features.php:245 msgid "Delayed Posting" msgstr "Verzögertes Senden" -#: ../../include/features.php:250 +#: ../../include/features.php:246 msgid "Allow posts to be published at a later date" msgstr "Ermöglicht es, Beiträge zu einem späteren Zeitpunkt zu veröffentlichen" -#: ../../include/features.php:258 +#: ../../include/features.php:254 msgid "Content Expiration" msgstr "Verfall von Inhalten" -#: ../../include/features.php:259 +#: ../../include/features.php:255 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." -#: ../../include/features.php:267 +#: ../../include/features.php:263 msgid "Suppress Duplicate Posts/Comments" msgstr "Doppelte Beiträge unterdrücken" -#: ../../include/features.php:268 +#: ../../include/features.php:264 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." -#: ../../include/features.php:279 +#: ../../include/features.php:275 msgid "Network and Stream Filtering" msgstr "Netzwerk- und Stream-Filter" -#: ../../include/features.php:283 +#: ../../include/features.php:279 msgid "Search by Date" msgstr "Suche nach Datum" -#: ../../include/features.php:284 +#: ../../include/features.php:280 msgid "Ability to select posts by date ranges" msgstr "Möglichkeit, Beiträge nach Zeiträumen auszuwählen" -#: ../../include/features.php:292 ../../include/group.php:331 +#: ../../include/features.php:288 ../../include/group.php:332 msgid "Privacy Groups" msgstr "Gruppen" -#: ../../include/features.php:293 +#: ../../include/features.php:289 msgid "Enable management and selection of privacy groups" msgstr "Auswahl und Verwaltung von Gruppen für Kanäle aktivieren" -#: ../../include/features.php:302 +#: ../../include/features.php:298 msgid "Save search terms for re-use" msgstr "Ermöglicht das Abspeichern von Suchbegriffen zur Wiederverwendung" -#: ../../include/features.php:310 +#: ../../include/features.php:306 msgid "Network Personal Tab" msgstr "Persönlicher Netzwerkreiter" -#: ../../include/features.php:311 +#: ../../include/features.php:307 msgid "Enable tab to display only Network posts that you've interacted on" msgstr "Aktiviert einen Reiter in der Grid-Ansicht, der nur Netzwerk-Beiträge anzeigt, mit denen Du interagiert hast" -#: ../../include/features.php:319 +#: ../../include/features.php:315 msgid "Network New Tab" msgstr "Netzwerkreiter Neu" -#: ../../include/features.php:320 +#: ../../include/features.php:316 msgid "Enable tab to display all new Network activity" msgstr "Aktiviert einen Reiter in der Grid-Ansicht, der alle neuen Netzwerkaktivitäten anzeigt" -#: ../../include/features.php:328 +#: ../../include/features.php:324 msgid "Affinity Tool" msgstr "Beziehungs-Tool" -#: ../../include/features.php:329 +#: ../../include/features.php:325 msgid "Filter stream activity by depth of relationships" msgstr "Aktiviert ein Werkzeug in der Grid-Ansicht, das den Stream nach Grad der Beziehung filtern kann" -#: ../../include/features.php:338 +#: ../../include/features.php:334 msgid "Show friend and connection suggestions" msgstr "Freund- und Verbindungsvorschläge anzeigen" -#: ../../include/features.php:346 +#: ../../include/features.php:342 msgid "Connection Filtering" msgstr "Filter für Verbindungen" -#: ../../include/features.php:347 +#: ../../include/features.php:343 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)" -#: ../../include/features.php:359 +#: ../../include/features.php:355 msgid "Post/Comment Tools" msgstr "Beitrag-/Kommentar-Tools" -#: ../../include/features.php:363 +#: ../../include/features.php:359 msgid "Community Tagging" msgstr "Gemeinschaftliches Verschlagworten" -#: ../../include/features.php:364 +#: ../../include/features.php:360 msgid "Ability to tag existing posts" msgstr "Ermöglicht das Verschlagworten existierender Beiträge" -#: ../../include/features.php:372 +#: ../../include/features.php:368 msgid "Post Categories" msgstr "Beitrags-Kategorien" -#: ../../include/features.php:373 +#: ../../include/features.php:369 msgid "Add categories to your posts" msgstr "Aktiviert Kategorien für Beiträge" -#: ../../include/features.php:381 +#: ../../include/features.php:377 msgid "Emoji Reactions" msgstr "Emoji Reaktionen" -#: ../../include/features.php:382 +#: ../../include/features.php:378 msgid "Add emoji reaction ability to posts" msgstr "Aktiviert Emoji-Reaktionen für Beiträge" -#: ../../include/features.php:391 +#: ../../include/features.php:387 msgid "Ability to file posts under folders" msgstr "Möglichkeit, Beiträge in Verzeichnissen zu sammeln" -#: ../../include/features.php:399 +#: ../../include/features.php:395 msgid "Dislike Posts" msgstr "Gefällt-mir-nicht-Beiträge" -#: ../../include/features.php:400 +#: ../../include/features.php:396 msgid "Ability to dislike posts/comments" msgstr "Aktiviert die „Gefällt mir nicht“-Schaltfläche" -#: ../../include/features.php:408 +#: ../../include/features.php:404 msgid "Star Posts" msgstr "Beiträge mit Sternchen versehen" -#: ../../include/features.php:409 +#: ../../include/features.php:405 msgid "Ability to mark special posts with a star indicator" msgstr "Ermöglicht die lokale Markierung spezieller Beiträge mit einem Sternchen-Symbol" -#: ../../include/features.php:417 +#: ../../include/features.php:413 msgid "Tag Cloud" msgstr "Schlagwort-Wolke" -#: ../../include/features.php:418 +#: ../../include/features.php:414 msgid "Provide a personal tag cloud on your channel page" msgstr "Aktiviert die Anzeige einer Schlagwort-Wolke (Tag Cloud) auf Deiner Kanal-Seite" -#: ../../include/features.php:430 +#: ../../include/features.php:425 msgid "Premium Channel" msgstr "Premium-Kanal" -#: ../../include/features.php:431 +#: ../../include/features.php:426 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" -#: ../../include/taxonomy.php:228 ../../include/taxonomy.php:249 +#: ../../include/taxonomy.php:267 ../../include/taxonomy.php:288 msgid "Tags" msgstr "Schlagwörter" -#: ../../include/taxonomy.php:293 +#: ../../include/taxonomy.php:332 msgid "Keywords" msgstr "Schlüsselwörter" -#: ../../include/taxonomy.php:314 +#: ../../include/taxonomy.php:353 msgid "have" msgstr "habe" -#: ../../include/taxonomy.php:314 +#: ../../include/taxonomy.php:353 msgid "has" msgstr "hat" -#: ../../include/taxonomy.php:315 +#: ../../include/taxonomy.php:354 msgid "want" msgstr "will" -#: ../../include/taxonomy.php:315 +#: ../../include/taxonomy.php:354 msgid "wants" msgstr "will" -#: ../../include/taxonomy.php:316 +#: ../../include/taxonomy.php:355 msgid "likes" msgstr "gefällt" -#: ../../include/taxonomy.php:317 +#: ../../include/taxonomy.php:356 msgid "dislikes" msgstr "missfällt" @@ -12956,51 +12968,51 @@ msgstr "Eine Einladung wird benötigt." msgid "Invitation could not be verified." msgstr "Die Einladung konnte nicht bestätigt werden." -#: ../../include/account.php:130 +#: ../../include/account.php:157 msgid "Please enter the required information." msgstr "Bitte gib die benötigten Informationen ein." -#: ../../include/account.php:198 +#: ../../include/account.php:224 msgid "Failed to store account information." msgstr "Speichern der Nutzerkontodaten fehlgeschlagen." -#: ../../include/account.php:263 +#: ../../include/account.php:291 #, php-format msgid "Registration confirmation for %s" msgstr "Registrierungsbestätigung für %s" -#: ../../include/account.php:330 +#: ../../include/account.php:360 #, php-format msgid "Registration request at %s" msgstr "Registrierungsanfrage auf %s" -#: ../../include/account.php:352 +#: ../../include/account.php:382 msgid "your registration password" msgstr "Dein Registrierungspasswort" -#: ../../include/account.php:358 ../../include/account.php:420 +#: ../../include/account.php:388 ../../include/account.php:450 #, php-format msgid "Registration details for %s" msgstr "Registrierungsdetails für %s" -#: ../../include/account.php:431 +#: ../../include/account.php:461 msgid "Account approved." msgstr "Nutzerkonto bestätigt." -#: ../../include/account.php:471 +#: ../../include/account.php:501 #, php-format msgid "Registration revoked for %s" msgstr "Registrierung für %s wurde widerrufen" -#: ../../include/account.php:756 ../../include/account.php:758 +#: ../../include/account.php:780 ../../include/account.php:782 msgid "Click here to upgrade." msgstr "Klicke hier, um das Upgrade durchzuführen." -#: ../../include/account.php:764 +#: ../../include/account.php:788 msgid "This action exceeds the limits set by your subscription plan." msgstr "Diese Aktion überschreitet die Grenzen Ihres Abonnements." -#: ../../include/account.php:769 +#: ../../include/account.php:793 msgid "This action is not available under your subscription plan." msgstr "Diese Aktion ist in Ihrem Abonnement nicht verfügbar." @@ -13085,183 +13097,211 @@ msgstr "%1$ss Geburtstag" msgid "Happy Birthday %1$s" msgstr "Alles Gute zum Geburtstag, %1$s" -#: ../../include/nav.php:92 +#: ../../include/nav.php:90 msgid "Remote authentication" msgstr "Über Konto auf anderem Server einloggen" -#: ../../include/nav.php:92 +#: ../../include/nav.php:90 msgid "Click to authenticate to your home hub" msgstr "Klicke, um Dich über Deinen Heimat-Server zu authentifizieren" -#: ../../include/nav.php:103 ../../include/nav.php:127 +#: ../../include/nav.php:99 ../../include/nav.php:123 msgid "End this session" msgstr "Beende diese Sitzung" -#: ../../include/nav.php:106 +#: ../../include/nav.php:102 msgid "Your profile page" msgstr "Deine Profilseite" -#: ../../include/nav.php:109 +#: ../../include/nav.php:105 msgid "Manage/Edit profiles" msgstr "Profile verwalten" -#: ../../include/nav.php:111 +#: ../../include/nav.php:107 msgid "Edit your profile" msgstr "Profil bearbeiten" -#: ../../include/nav.php:117 +#: ../../include/nav.php:113 msgid "Sign in" msgstr "Anmelden" -#: ../../include/nav.php:142 +#: ../../include/nav.php:138 msgid "Take me home" msgstr "Bringe mich nach Hause (eigener Kanal)" -#: ../../include/nav.php:144 +#: ../../include/nav.php:140 msgid "Log me out of this site" msgstr "Logge mich von dieser Seite aus" -#: ../../include/nav.php:149 +#: ../../include/nav.php:145 msgid "Create an account" msgstr "Erzeuge ein Konto" -#: ../../include/nav.php:161 +#: ../../include/nav.php:157 msgid "Help and documentation" msgstr "Hilfe und Dokumentation" -#: ../../include/nav.php:164 +#: ../../include/nav.php:160 msgid "Search site @name, #tag, ?docs, content" msgstr "Hub durchsuchen: @Name. #Schlagwort, ?Dokumentation, Inhalt" -#: ../../include/nav.php:176 +#: ../../include/nav.php:171 msgid "Grid" msgstr "Grid" -#: ../../include/nav.php:176 +#: ../../include/nav.php:171 msgid "Your grid" msgstr "Dein Grid" -#: ../../include/nav.php:177 +#: ../../include/nav.php:172 msgid "View your network/grid" msgstr "Zeige Dein Netzwerk/Grid an" -#: ../../include/nav.php:178 +#: ../../include/nav.php:173 msgid "Mark all grid notifications seen" msgstr "Alle Grid-Benachrichtigungen als angesehen markieren" -#: ../../include/nav.php:180 +#: ../../include/nav.php:175 msgid "Channel home" msgstr "Mein Kanal" -#: ../../include/nav.php:181 +#: ../../include/nav.php:176 msgid "View your channel home" msgstr "Zeige Deine Kanalseite an" -#: ../../include/nav.php:182 +#: ../../include/nav.php:177 msgid "Mark all channel notifications seen" msgstr "Markiere alle Kanal-Benachrichtigungen als angesehen" -#: ../../include/nav.php:188 +#: ../../include/nav.php:183 msgid "Notices" msgstr "Benachrichtigungen" -#: ../../include/nav.php:188 +#: ../../include/nav.php:183 msgid "Notifications" msgstr "Benachrichtigungen" -#: ../../include/nav.php:189 +#: ../../include/nav.php:184 msgid "View all notifications" msgstr "Alle Benachrichtigungen ansehen" -#: ../../include/nav.php:192 +#: ../../include/nav.php:185 +msgid "Mark all system notifications seen" +msgstr "Markiere alle System-Benachrichtigungen als gesehen" + +#: ../../include/nav.php:187 msgid "Private mail" msgstr "Persönliche Mail" -#: ../../include/nav.php:193 +#: ../../include/nav.php:188 msgid "View your private messages" msgstr "Zeige Deine persönlichen Nachrichten an" -#: ../../include/nav.php:194 +#: ../../include/nav.php:189 msgid "Mark all private messages seen" msgstr "Markiere alle persönlichen Nachrichten als gesehen" -#: ../../include/nav.php:200 +#: ../../include/nav.php:195 msgid "Event Calendar" msgstr "Terminkalender" -#: ../../include/nav.php:201 +#: ../../include/nav.php:196 msgid "View events" msgstr "Termine ansehen" -#: ../../include/nav.php:202 +#: ../../include/nav.php:197 msgid "Mark all events seen" msgstr "Markiere alle Termine als gesehen" -#: ../../include/nav.php:205 +#: ../../include/nav.php:199 msgid "Manage Your Channels" msgstr "Verwalte Deine Kanäle" -#: ../../include/nav.php:207 +#: ../../include/nav.php:201 msgid "Account/Channel Settings" msgstr "Konto-/Kanal-Einstellungen" +#: ../../include/nav.php:203 +msgid "Shared Files" +msgstr "Geteilte Dateien" + +#: ../../include/nav.php:203 +msgid "New files shared with me" +msgstr "Neue Dateien, die mit mir geteilt wurden" + +#: ../../include/nav.php:208 +msgid "Public stream" +msgstr "Öffentlicher Beitrags-Stream" + +#: ../../include/nav.php:208 +msgid "Public stream activities" +msgstr "Öffentliche Netzwerk-Aktivitäten" + #: ../../include/nav.php:215 msgid "Site Setup and Configuration" msgstr "Seiten-Einrichtung und -Konfiguration" -#: ../../include/nav.php:277 +#: ../../include/nav.php:274 msgid "@name, #tag, ?doc, content" msgstr "@Name, #Schlagwort, ?Dokumentation, Inhalt" -#: ../../include/nav.php:278 +#: ../../include/nav.php:275 msgid "Please wait..." msgstr "Bitte warten..." -#: ../../include/nav.php:280 +#: ../../include/nav.php:278 msgid "Add Apps" msgstr "Apps hinzufügen" -#: ../../include/photos.php:115 +#: ../../include/nav.php:279 +msgid "Arrange Apps" +msgstr "Apps anordnen" + +#: ../../include/nav.php:280 +msgid "Toggle System Apps" +msgstr "System-Apps umschalten" + +#: ../../include/photos.php:111 #, php-format msgid "Image exceeds website size limit of %lu bytes" msgstr "Bild überschreitet das Webseitenlimit von %lu Bytes" -#: ../../include/photos.php:122 +#: ../../include/photos.php:118 msgid "Image file is empty." msgstr "Bilddatei ist leer." -#: ../../include/photos.php:261 +#: ../../include/photos.php:257 msgid "Photo storage failed." msgstr "Fotospeicherung fehlgeschlagen." -#: ../../include/photos.php:301 +#: ../../include/photos.php:297 msgid "a new photo" msgstr "ein neues Foto" -#: ../../include/photos.php:305 +#: ../../include/photos.php:301 #, php-format msgctxt "photo_upload" msgid "%1$s posted %2$s to %3$s" msgstr "%1$s hat %2$s auf %3$s veröffentlicht" -#: ../../include/photos.php:533 +#: ../../include/photos.php:530 msgid "Upload New Photos" msgstr "Neue Fotos hochladen" -#: ../../include/zot.php:646 +#: ../../include/zot.php:653 msgid "Invalid data packet" msgstr "Ungültiges Datenpaket" -#: ../../include/zot.php:662 +#: ../../include/zot.php:680 msgid "Unable to verify channel signature" msgstr "Konnte die Signatur des Kanals nicht verifizieren" -#: ../../include/zot.php:2313 +#: ../../include/zot.php:2338 #, php-format msgid "Unable to verify site signature for %s" msgstr "Kann die Signatur der Seite von %s nicht verifizieren" -#: ../../include/zot.php:3764 +#: ../../include/zot.php:3946 msgid "invalid target signature" msgstr "Ungültige Signatur des Ziels" @@ -13276,27 +13316,27 @@ msgstr "Es hat früher schon einmal eine Gruppe mit diesem Namen existiert, die msgid "Add new connections to this privacy group" msgstr "Neue Verbindung zu dieser Gruppe hinzufügen" -#: ../../include/group.php:309 +#: ../../include/group.php:310 msgid "edit" msgstr "Bearbeiten" -#: ../../include/group.php:332 +#: ../../include/group.php:333 msgid "Edit group" msgstr "Gruppe ändern" -#: ../../include/group.php:333 +#: ../../include/group.php:334 msgid "Add privacy group" msgstr "Gruppe hinzufügen" -#: ../../include/group.php:334 +#: ../../include/group.php:335 msgid "Channels not in any privacy group" msgstr "Kanäle, die in keiner Gruppe sind" -#: ../../include/connections.php:127 +#: ../../include/connections.php:128 msgid "New window" msgstr "Neues Fenster" -#: ../../include/connections.php:128 +#: ../../include/connections.php:129 msgid "Open the selected location in a different window or browser tab" msgstr "Öffne die markierte Adresse in einem neuen Browserfenster oder Tab" diff --git a/view/de/hstrings.php b/view/de/hstrings.php index adeceacb9..2ee8d8a89 100644 --- a/view/de/hstrings.php +++ b/view/de/hstrings.php @@ -60,6 +60,7 @@ App::$strings["%d message sent."] = array( 0 => "%d Nachricht gesendet.", 1 => "%d Nachrichten gesendet.", ); +App::$strings["Invite"] = "Einladen"; 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:"; @@ -82,11 +83,67 @@ App::$strings["Profile"] = "Profil"; 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["INVALID EVENT DISMISSED!"] = "UNGÜLTIGEN TERMIN ABGELEHNT!"; +App::$strings["Summary: "] = "Zusammenfassung:"; +App::$strings["Unknown"] = "Unbekannt"; +App::$strings["Date: "] = "Datum:"; +App::$strings["Reason: "] = "Grund:"; +App::$strings["INVALID CARD DISMISSED!"] = "UNGÜLTIGE KARTE ABGELEHNT!"; +App::$strings["Name: "] = "Name: "; +App::$strings["CalDAV"] = "CalDAV"; +App::$strings["Event title"] = "Termintitel"; +App::$strings["Start date and time"] = "Startdatum und -zeit"; +App::$strings["Example: YYYY-MM-DD HH:mm"] = "Beispiel: JJJJ-MM-TT HH:mm"; +App::$strings["End date and time"] = "Enddatum und -zeit"; +App::$strings["Description"] = "Beschreibung"; +App::$strings["Location"] = "Ort"; +App::$strings["Previous"] = "Voriges"; +App::$strings["Next"] = "Nächste"; +App::$strings["Today"] = "Heute"; +App::$strings["Month"] = "Monat"; +App::$strings["Week"] = "Woche"; +App::$strings["Day"] = "Tag"; +App::$strings["List month"] = "Liste Monat"; +App::$strings["List week"] = "Liste Woche"; +App::$strings["List day"] = "Liste Tag"; +App::$strings["More"] = "Mehr"; +App::$strings["Less"] = "Weniger"; +App::$strings["Select calendar"] = "Kalender auswählen"; +App::$strings["Delete all"] = "Alles löschen"; +App::$strings["Cancel"] = "Abbrechen"; +App::$strings["Sorry! Editing of recurrent events is not yet implemented."] = "Entschuldigung, aber das Bearbeiten von wiederkehrenden Veranstaltungen ist leider noch nicht implementiert."; +App::$strings["CardDAV"] = "CardDAV"; +App::$strings["Name"] = "Name"; +App::$strings["Organisation"] = "Organisation"; +App::$strings["Title"] = "Titel"; +App::$strings["Phone"] = "Telefon"; +App::$strings["Email"] = "E-Mail"; +App::$strings["Instant messenger"] = "Sofortnachrichtendienst"; +App::$strings["Website"] = "Webseite"; +App::$strings["Address"] = "Adresse"; +App::$strings["Note"] = "Hinweis"; +App::$strings["Mobile"] = "Mobil"; +App::$strings["Home"] = "Home"; +App::$strings["Work"] = "Arbeit"; +App::$strings["Add Contact"] = "Kontakt hinzufügen"; +App::$strings["Add Field"] = "Feld hinzufügen"; +App::$strings["Update"] = "Aktualisieren"; +App::$strings["P.O. Box"] = "Postfach"; +App::$strings["Additional"] = "Zusätzlich"; +App::$strings["Street"] = "Straße"; +App::$strings["Locality"] = "Ortschaft"; +App::$strings["Region"] = "Region"; +App::$strings["ZIP Code"] = "Postleitzahl"; +App::$strings["Country"] = "Land"; +App::$strings["Default Calendar"] = "Standardkalender"; +App::$strings["Default Addressbook"] = "Standardadressbuch"; App::$strings["This site is not a directory server"] = "Diese Webseite ist kein Verzeichnisserver"; App::$strings["You must be logged in to see this page."] = "Du musst angemeldet sein, um diese Seite betrachten zu können."; App::$strings["Posts and comments"] = "Beiträge und Kommentare"; App::$strings["Only posts"] = "Nur Beiträge"; +App::$strings["Channel Home"] = "Mein Kanal"; App::$strings["Insufficient permissions. Request redirected to profile page."] = "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet."; +App::$strings["Language"] = "Sprache"; 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"; @@ -106,14 +163,14 @@ App::$strings["Please select another location to become primary before removing App::$strings["Syncing locations"] = "Synchronisiere Klone"; App::$strings["No locations found."] = "Keine Klon-Adressen gefunden."; App::$strings["Manage Channel Locations"] = "Klon-Adressen verwalten"; -App::$strings["Location"] = "Ort"; -App::$strings["Address"] = "Adresse"; App::$strings["Primary"] = "Primär"; App::$strings["Drop"] = "Löschen"; App::$strings["Sync Now"] = "Jetzt synchronisieren"; App::$strings["Please wait several minutes between consecutive operations."] = "Bitte warte mehrere Minuten zwischen dem Ausführen zweier Operationen!"; App::$strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Wenn möglich, lösche einen Klon, indem Du Dich auf dem jeweiligen Hub einloggst und den Kanal dort löschst."; App::$strings["Use this form to drop the location if the hub is no longer operating."] = "Benutze dieses Formular zum Löschen eines Klons, wenn es den Hub nicht mehr gibt."; +App::$strings["Change Order of Navigation Apps"] = "App-Reihenfolge in der Navigation ändern"; +App::$strings["Use arrows to move the corresponding app up or down in the display list"] = "Benutze die Pfeiltasten, um die jeweilige App in der Anzeigeliste auf- oder abwärts zu bewegen."; App::$strings["Menu not found."] = "Menü nicht gefunden"; App::$strings["Unable to create element."] = "Element konnte nicht erstellt werden."; App::$strings["Unable to update menu element."] = "Kann Menü-Element nicht aktualisieren."; @@ -154,21 +211,19 @@ App::$strings["Unable to generate preview."] = "Vorschau konnte nicht erzeugt we App::$strings["Event title and start time are required."] = "Titel und Startzeit des Termins sind erforderlich."; App::$strings["Event not found."] = "Termin nicht gefunden."; App::$strings["event"] = "Termin"; +App::$strings["Events"] = "Termine"; App::$strings["Edit event title"] = "Termintitel bearbeiten"; -App::$strings["Event title"] = "Termintitel"; App::$strings["Required"] = "Benötigt"; App::$strings["Categories (comma-separated list)"] = "Kategorien (Kommagetrennte Liste)"; App::$strings["Edit Category"] = "Kategorie bearbeiten"; App::$strings["Category"] = "Kategorie"; App::$strings["Edit start date and time"] = "Startdatum und -zeit bearbeiten"; -App::$strings["Start date and time"] = "Startdatum und -zeit"; App::$strings["Finish date and time are not known or not relevant"] = "Enddatum und -zeit sind unbekannt oder irrelevant"; App::$strings["Edit finish date and time"] = "Enddatum und -zeit bearbeiten"; App::$strings["Finish date and time"] = "Enddatum und -zeit"; App::$strings["Adjust for viewer timezone"] = "An die Zeitzone des Betrachters anpassen"; App::$strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Wichtig für Veranstaltungen die an bestimmten Orten stattfinden. Nicht sinnvoll für globale Feiertage / Ferien."; App::$strings["Edit Description"] = "Beschreibung bearbeiten"; -App::$strings["Description"] = "Beschreibung"; App::$strings["Edit Location"] = "Ort bearbeiten"; App::$strings["Preview"] = "Vorschau"; App::$strings["Permission settings"] = "Berechtigungs-Einstellungen"; @@ -181,13 +236,7 @@ App::$strings["Link to Source"] = "Link zur Quelle"; App::$strings["calendar"] = "Kalender"; App::$strings["Edit Event"] = "Termin bearbeiten"; App::$strings["Create Event"] = "Termin anlegen"; -App::$strings["Previous"] = "Voriges"; -App::$strings["Next"] = "Nächste"; App::$strings["Export"] = "Exportieren"; -App::$strings["Month"] = "Monat"; -App::$strings["Week"] = "Woche"; -App::$strings["Day"] = "Tag"; -App::$strings["Today"] = "Heute"; App::$strings["Event removed"] = "Termin gelöscht"; App::$strings["Failed to remove event"] = "Termin konnte nicht gelöscht werden"; App::$strings["App installed."] = "App installiert."; @@ -238,7 +287,6 @@ App::$strings["Remove this channel and all its clones from the network"] = "Lös 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["Remove Channel"] = "Kanal löschen"; App::$strings["Files: shared with me"] = "Dateien, die mit mir geteilt wurden"; -App::$strings["Name"] = "Name"; App::$strings["NEW"] = "NEU"; App::$strings["Size"] = "Größe"; App::$strings["Last Modified"] = "Zuletzt geändert"; @@ -270,11 +318,7 @@ App::$strings["Your account email address must match this in order to use the we 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["Basic/Minimal Social Networking"] = "Einfaches/minimales soziales Netzwerken"; -App::$strings["Standard Configuration (default)"] = "Standardkonfiguration (Standard)"; -App::$strings["Professional"] = "Professionell"; App::$strings["Site settings"] = "Seiteneinstellungen"; -App::$strings["Server Configuration/Role"] = "Serverkonfiguration/Rolle"; App::$strings["PHP version 5.5 or greater is required."] = "PHP-Version 5.5 oder höher ist erforderlich."; 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."; @@ -298,6 +342,7 @@ App::$strings["OpenSSL PHP module"] = "OpenSSL-PHP-Modul"; App::$strings["PDO database PHP module"] = "PDO-Datenbank-PHP-Modul"; App::$strings["mb_string PHP module"] = "mb_string-PHP-Modul"; App::$strings["xml PHP module"] = "xml-PHP-Modul"; +App::$strings["zip PHP module"] = "zip PHP Modul"; App::$strings["Apache mod_rewrite module"] = "Apache-mod_rewrite-Modul"; App::$strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fehler: Das Apache-Modul mod-rewrite wird benötigt, ist aber nicht installiert."; App::$strings["exec"] = "exec"; @@ -310,6 +355,7 @@ App::$strings["Error: openssl PHP module required but not installed."] = "Fehler 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."; +App::$strings["Error: zip PHP module required but not installed."] = "Fehler: Das zip PHP Modul ist erforderlich, ist aber nicht installiert."; App::$strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Der Installations-Assistent muss in der Lage sein, die Datei \".htconfig.php\" im Stammverzeichnis des Web-Servers anzulegen, ist er aber nicht."; App::$strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "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."; App::$strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Am Schluss dieses Vorgangs wird ein Text generiert, den Du unter dem Dateinamen .htconfig.php im Stammverzeichnis Deiner Hubzilla-Installation speichern musst."; @@ -334,7 +380,7 @@ App::$strings["Url rewrite in .htaccess is not working. Check your server config App::$strings["Url rewrite is working"] = "Url rewrite funktioniert"; App::$strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Die Datenbank-Konfigurationsdatei „.htconfig.php“ konnte nicht geschrieben werden. Bitte verwende den unten angegebenen Text, um die Konfigurationsdatei im Stammverzeichnis des Webservers anzulegen."; App::$strings["Errors encountered creating database tables."] = "Fehler beim Anlegen der Datenbank-Tabellen aufgetreten."; -App::$strings["<h1>What next</h1>"] = "<h1>Was als Nächstes</h1>"; +App::$strings["<h1>What next?</h1>"] = "<h1>Wie geht es jetzt weiter?</h1>"; App::$strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "WICHTIG: Du musst [manuell] einen Cronjob für den Poller einrichten."; App::$strings["Continue"] = "Fortfahren"; App::$strings["Premium Channel Setup"] = "Premium-Kanal-Einrichtung"; @@ -389,11 +435,9 @@ App::$strings["(optional)"] = "(optional)"; App::$strings["Download Plugin Repo"] = "Plugin-Repository herunterladen"; App::$strings["Install new repo"] = "Neues Repository installieren"; App::$strings["Install"] = "Installieren"; -App::$strings["Cancel"] = "Abbrechen"; App::$strings["Manage Repos"] = "Repositorien verwalten"; App::$strings["Installed Plugin Repositories"] = "Installierte Plugin-Repositorien"; App::$strings["Install a New Plugin Repository"] = "Ein neues Plugin-Repository installieren"; -App::$strings["Update"] = "Aktualisieren"; App::$strings["Switch branch"] = "Zweig/Branch wechseln"; App::$strings["Remove"] = "Entfernen"; App::$strings["%s account blocked/unblocked"] = array( @@ -412,7 +456,6 @@ App::$strings["Accounts"] = "Konten"; App::$strings["select all"] = "Alle auswählen"; App::$strings["Registrations waiting for confirm"] = "Registrierungen warten auf Bestätigung"; App::$strings["Request date"] = "Antragsdatum"; -App::$strings["Email"] = "E-Mail"; App::$strings["No registrations."] = "Keine Registrierungen."; App::$strings["Approve"] = "Genehmigen"; App::$strings["Deny"] = "Verweigern"; @@ -460,10 +503,10 @@ App::$strings["Channel"] = "Kanal"; App::$strings["UID"] = "UID"; App::$strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "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?"; App::$strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "Der Kanal {0} wird gelöscht!\\n\\nAlles was von diesem Kanal auf diesem Server geschrieben wurde, wird gelöscht!\\n\\nBist Du sicher?"; -App::$strings["Theme settings updated."] = "Theme-Einstellungen aktualisiert."; -App::$strings["No themes found."] = "Keine Theme gefunden."; +App::$strings["Theme settings updated."] = "Design-Einstellungen aktualisiert."; +App::$strings["No themes found."] = "Keine Designs gefunden."; App::$strings["Screenshot"] = "Bildschirmfoto"; -App::$strings["Themes"] = "Themes"; +App::$strings["Themes"] = "Designs"; App::$strings["[Experimental]"] = "[Experimentell]"; App::$strings["[Unsupported]"] = "[Nicht unterstützt]"; App::$strings["Site settings updated."] = "Site-Einstellungen aktualisiert."; @@ -499,9 +542,9 @@ App::$strings["Contact information for site administrators. Displayed on sitein App::$strings["Site Information"] = "Seiteninformationen"; App::$strings["Publicly visible description of this site. Displayed on siteinfo page. BBCode can be used here"] = "Öffentlich sichtbare Beschreibung dieses Servers. Wird auf der siteinfo-Seite angezeigt. BBCode kann hier verwendet werden."; App::$strings["System language"] = "System-Sprache"; -App::$strings["System theme"] = "System-Theme"; -App::$strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Standard-System-Theme – kann durch Nutzerprofile überschieben werden – <a href='#' id='cnftheme'>Theme-Einstellungen ändern</a>"; -App::$strings["Mobile system theme"] = "Mobile System-Theme:"; +App::$strings["System theme"] = "System-Design"; +App::$strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Standard-System-Design – kann durch Nutzerprofile überschieben werden – <a href='#' id='cnftheme'>Design-Einstellungen ändern</a>"; +App::$strings["Mobile system theme"] = "System-Design für mobile Geräte:"; App::$strings["Theme for mobile devices"] = "Theme für mobile Geräte"; App::$strings["Allow Feeds as Connections"] = "Feeds als Verbindungen erlauben"; App::$strings["(Heavy system resource usage)"] = "(führt zu hoher Systemlast)"; @@ -603,6 +646,8 @@ App::$strings["Block embedded HTML from these domains"] = "Eingebettete HTML Inh App::$strings["Remote privacy information not available."] = "Privatsphäre-Einstellungen anderer Nutzer sind nicht verfügbar."; App::$strings["Visible to:"] = "Sichtbar für:"; App::$strings["__ctx:acl__ Profile"] = "Profil"; +App::$strings["Comment approved"] = "Kommentar bestätigt"; +App::$strings["Comment deleted"] = "Kommentar gelöscht"; App::$strings["Permission category saved."] = "Berechtigungsrolle gespeichert."; 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"; @@ -684,12 +729,14 @@ App::$strings["Recommended"] = "Empfohlen"; App::$strings["Upcoming events"] = "Baldige Termine"; App::$strings["Events today"] = "Heutige Termine"; App::$strings["Upcoming birthdays"] = "Baldige Geburtstage"; -App::$strings["Not available in all themes"] = "Nicht in allen Themes verfügbar"; +App::$strings["Not available in all themes"] = "Nicht in allen Designs verfügbar"; App::$strings["System (personal) notifications"] = "System – (persönliche) Benachrichtigungen"; App::$strings["System info messages"] = "System – Info-Nachrichten"; 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 activity"] = "Ungesehene öffentliche Aktivität"; App::$strings["Also show new wall posts, private messages and connections under Notices"] = "Neue Pinnwand-Nachrichten, private Nachrichten und Verbindungen unter Benachrichtigungen anzeigen"; App::$strings["Notify me of events this many days in advance"] = "Benachrichtige mich zu Terminen so viele Tage im Voraus"; App::$strings["Must be greater than 0"] = "Muss größer als 0 sein"; @@ -738,15 +785,15 @@ App::$strings["Default maximum affinity level"] = "Voreinstellung für maximalen App::$strings["Default minimum affinity level"] = "Voreinstellung für minimalen Beziehungsgrad"; App::$strings["Affinity Slider Settings"] = "Beziehungsgrad-Schieberegler-Einstellungen"; App::$strings["Feature/Addon Settings"] = "Funktions-/Addon-Einstellungen"; -App::$strings["No special theme for mobile devices"] = "Keine spezielle Theme für mobile Geräte"; +App::$strings["No special theme for mobile devices"] = "Kein spezielles Design für mobile Geräte"; App::$strings["%s - (Experimental)"] = "%s – (experimentell)"; App::$strings["Display Settings"] = "Anzeige-Einstellungen"; -App::$strings["Theme Settings"] = "Theme-Einstellungen"; -App::$strings["Custom Theme Settings"] = "Benutzerdefinierte Theme-Einstellungen"; +App::$strings["Theme Settings"] = "Design-Einstellungen"; +App::$strings["Custom Theme Settings"] = "Benutzerdefinierte Design-Einstellungen"; App::$strings["Content Settings"] = "Inhaltseinstellungen"; -App::$strings["Display Theme:"] = "Anzeige-Theme:"; +App::$strings["Display Theme:"] = "Anzeige-Design:"; App::$strings["Select scheme"] = "Schema wählen"; -App::$strings["Mobile Theme:"] = "Mobile Theme:"; +App::$strings["Mobile Theme:"] = "Design für mobile Geräte:"; App::$strings["Preload images before rendering the page"] = "Bilder im voraus laden, bevor die Seite angezeigt wird"; App::$strings["The subjective page load time will be longer but the page will be ready when displayed"] = "Die empfundene Ladezeit wird sich erhöhen, aber dafür ist das Layout stabil, sobald eine Seite angezeigt wird"; App::$strings["Enable user zoom on mobile devices"] = "Zoom auf Mobilgeräten aktivieren"; @@ -782,7 +829,6 @@ App::$strings["Client key starts with"] = "Client Key beginnt mit"; App::$strings["No name"] = "Kein Name"; App::$strings["Remove authorization"] = "Authorisierung aufheben"; App::$strings["View Photo"] = "Foto ansehen"; -App::$strings["Unknown"] = "Unbekannt"; App::$strings["Edit Album"] = "Album bearbeiten"; App::$strings["Upload"] = "Hochladen"; App::$strings["Some blurb about what to do when you're new here"] = "Ein Hinweis, was man tun kann, wenn man neu hier ist"; @@ -841,10 +887,11 @@ App::$strings["Create new app"] = "Neue App erstellen"; App::$strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s ist %2\$s"; App::$strings["Mood"] = "Laune"; App::$strings["Set your current mood and tell your friends"] = "Wähle Deine aktuelle Stimmung und teile sie mit Deinen Freunden"; +App::$strings["Connections"] = "Verbindungen"; App::$strings["Blocked"] = "Blockiert"; App::$strings["Ignored"] = "Ignoriert"; App::$strings["Hidden"] = "Versteckt"; -App::$strings["Archived"] = "Archiviert"; +App::$strings["Archived/Unreachable"] = "Archiviert/Unerreichbar"; App::$strings["New"] = "Neu"; App::$strings["All"] = "Alle"; App::$strings["New Connections"] = "Neue Verbindungen"; @@ -852,9 +899,11 @@ App::$strings["Show pending (new) connections"] = "Ausstehende (neue) Verbindung App::$strings["Show all connections"] = "Alle Verbindungen anzeigen"; App::$strings["Only show blocked connections"] = "Nur blockierte Verbindungen anzeigen"; App::$strings["Only show ignored connections"] = "Nur ignorierte Verbindungen anzeigen"; -App::$strings["Only show archived connections"] = "Nur archivierte Verbindungen anzeigen"; +App::$strings["Only show archived/unreachable connections"] = "Nur archivierte/unerreichbare Verbindungen anzeigen"; App::$strings["Only show hidden connections"] = "Nur versteckte Verbindungen anzeigen"; App::$strings["Pending approval"] = "Wartet auf Genehmigung"; +App::$strings["Archived"] = "Archiviert"; +App::$strings["Not connected at this location"] = "An diesem Ort nicht verbunden"; App::$strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; App::$strings["Edit connection"] = "Verbindung bearbeiten"; App::$strings["Delete connection"] = "Verbindung löschen"; @@ -867,12 +916,12 @@ App::$strings["Approve connection"] = "Verbindung genehmigen"; App::$strings["Ignore connection"] = "Verbindung ignorieren"; App::$strings["Ignore"] = "Ignorieren"; App::$strings["Recent activity"] = "Kürzliche Aktivitäten"; -App::$strings["Connections"] = "Verbindungen"; App::$strings["Search your connections"] = "Verbindungen durchsuchen"; App::$strings["Connections search"] = "Verbindung suchen"; App::$strings["Find"] = "Finde"; -App::$strings["item"] = ""; +App::$strings["item"] = "Beitrag"; App::$strings["Source of Item"] = "Quelle des Elements"; +App::$strings["View Bookmarks"] = "Lesezeichen ansehen"; App::$strings["Bookmark added"] = "Lesezeichen hinzugefügt"; App::$strings["My Bookmarks"] = "Meine Lesezeichen"; App::$strings["My Connections Bookmarks"] = "Lesezeichen meiner Kontakte"; @@ -887,6 +936,7 @@ App::$strings["Delete Album"] = "Album löschen"; App::$strings["Delete Photo"] = "Foto löschen"; App::$strings["No photos selected"] = "Keine Fotos ausgewählt"; App::$strings["Access to this item is restricted."] = "Der Zugriff auf dieses Foto ist eingeschränkt."; +App::$strings["Photos"] = "Fotos"; App::$strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB von %2$.2f MB Foto-Speicher belegt."; App::$strings["%1$.2f MB photo storage used."] = "%1$.2f MB Foto-Speicher belegt."; App::$strings["Upload Photos"] = "Fotos hochladen"; @@ -945,6 +995,7 @@ App::$strings["Recent Photos"] = "Neueste Fotos"; App::$strings["Profile Unavailable."] = "Profil nicht verfügbar."; App::$strings["Not found"] = "Nicht gefunden"; App::$strings["Invalid channel"] = "Ungültiger Kanal"; +App::$strings["Wiki"] = "Wiki"; App::$strings["Wikis"] = "Wikis"; App::$strings["Download"] = "Herunterladen"; App::$strings["Create New"] = "Neu anlegen"; @@ -1019,6 +1070,7 @@ App::$strings["Unable to locate original post."] = "Originalbeitrag nicht gefund App::$strings["Empty post discarded."] = "Leeren Beitrag verworfen."; App::$strings["Duplicate post suppressed."] = "Doppelter Beitrag unterdrückt."; App::$strings["System error. Post not saved."] = "Systemfehler. Beitrag nicht gespeichert."; +App::$strings["Your comment is awaiting approval."] = "Dein Kommentar muss noch bestätigt werden."; App::$strings["Unable to obtain post information from database."] = "Beitragsinformationen können nicht aus der Datenbank abgerufen werden."; App::$strings["You have reached your limit of %1$.0f top level posts."] = "Du hast die maximale Anzahl von %1$.0f Beiträgen erreicht."; App::$strings["You have reached your limit of %1$.0f webpages."] = "Du hast die maximale Anzahl von %1$.0f Webseiten erreicht."; @@ -1076,7 +1128,10 @@ App::$strings["Accept connection to allow communication"] = "Akzeptiere die Verb App::$strings["Set Affinity"] = "Beziehung festlegen"; App::$strings["Set Profile"] = "Profil festlegen"; App::$strings["Set Affinity & Profile"] = "Beziehung und Profile festlegen"; -App::$strings["none"] = "Keine"; +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["Connection Default Permissions"] = "Standardzugriffsrechte für neue Verbindungen:"; App::$strings["Connection: %s"] = "Verbindung: %s"; App::$strings["Apply these permissions automatically"] = "Diese Berechtigungen automatisch anwenden"; @@ -1101,24 +1156,7 @@ App::$strings["Please choose the profile you would like to display to %s when vi App::$strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "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."; App::$strings["Last update:"] = "Letzte Aktualisierung:"; App::$strings["Details"] = "Details"; -App::$strings["Organisation"] = "Organisation"; -App::$strings["Title"] = "Titel"; -App::$strings["Phone"] = "Telefon"; -App::$strings["Instant messenger"] = "Sofortnachrichtendienst"; -App::$strings["Website"] = "Webseite"; -App::$strings["Note"] = "Hinweis"; -App::$strings["Mobile"] = "Mobil"; -App::$strings["Home"] = "Home"; -App::$strings["Work"] = "Arbeit"; -App::$strings["Add Contact"] = "Kontakt hinzufügen"; -App::$strings["Add Field"] = "Feld hinzufügen"; -App::$strings["P.O. Box"] = "Postfach"; -App::$strings["Additional"] = "Zusätzlich"; -App::$strings["Street"] = "Straße"; -App::$strings["Locality"] = "Ortschaft"; -App::$strings["Region"] = "Region"; -App::$strings["ZIP Code"] = "Postleitzahl"; -App::$strings["Country"] = "Land"; +App::$strings["My Chatrooms"] = "Meine Chaträume"; App::$strings["Room not found"] = "Chatraum nicht gefunden"; App::$strings["Leave Room"] = "Raum verlassen"; App::$strings["Delete Room"] = "Raum löschen"; @@ -1134,7 +1172,6 @@ App::$strings["%1\$s's Chatrooms"] = "%1\$ss Chaträume"; App::$strings["No chatrooms available"] = "Keine Chaträume verfügbar"; App::$strings["Expiration"] = "Verfall"; App::$strings["min"] = "min"; -App::$strings["Photos"] = "Fotos"; App::$strings["Files"] = "Dateien"; App::$strings["Unable to update menu."] = "Kann Menü nicht aktualisieren."; App::$strings["Unable to create menu."] = "Kann Menü nicht erstellen."; @@ -1277,11 +1314,11 @@ App::$strings["Ratings"] = "Bewertungen"; App::$strings["Rating: "] = "Bewertung: "; App::$strings["Website: "] = "Webseite: "; App::$strings["Description: "] = "Beschreibung: "; +App::$strings["Webpages"] = "Webseiten"; App::$strings["Import Webpage Elements"] = "Webseitenelemente importieren"; App::$strings["Import selected"] = "Import ausgewählt"; App::$strings["Export Webpage Elements"] = "Webseitenelemente exportieren"; App::$strings["Export selected"] = "Exportieren ausgewählt"; -App::$strings["Webpages"] = "Webseiten"; App::$strings["Actions"] = "Aktionen"; App::$strings["Page Link"] = "Seiten-Link"; App::$strings["Page Title"] = "Seitentitel"; @@ -1325,6 +1362,7 @@ App::$strings["Edit Source"] = "Quelle bearbeiten"; App::$strings["Delete Source"] = "Quelle löschen"; App::$strings["Source removed"] = "Quelle gelöscht"; App::$strings["Unable to remove source."] = "Konnte die Quelle nicht löschen."; +App::$strings["Post"] = "Beitrag schreiben"; App::$strings["Like/Dislike"] = "Mögen/Nicht mögen"; App::$strings["This action is restricted to members."] = "Diese Aktion kann nur von Mitgliedern ausgeführt werden."; App::$strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "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>."; @@ -1343,6 +1381,7 @@ 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["Directory"] = "Verzeichnis"; App::$strings["%d rating"] = array( 0 => "%d Bewertung", 1 => "%d Bewertungen", @@ -1374,6 +1413,7 @@ App::$strings["Oldest to Newest"] = "Älteste zuerst"; App::$strings["No entries (some entries may be hidden)."] = "Keine Einträge gefunden (einige könnten versteckt sein)."; App::$strings["Xchan Lookup"] = "Xchan-Suche"; App::$strings["Lookup xchan beginning with (or webbie): "] = "Nach xchans oder Webbies (Kanal-Adressen) suchen, die wie folgt beginnen:"; +App::$strings["Suggest Channels"] = "Kanäle vorschlagen"; App::$strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Keine Vorschläge vorhanden. Wenn das ein neuer Server ist, versuche es in 24 Stunden noch einmal."; App::$strings["Ignore/Hide"] = "Ignorieren/Verstecken"; App::$strings["Unable to find your hub."] = "Konnte Deinen Server nicht finden."; @@ -1382,6 +1422,7 @@ App::$strings["Unable to lookup recipient."] = "Konnte den Empfänger nicht find App::$strings["Unable to communicate with requested channel."] = "Die Kommunikation mit dem ausgewählten Kanal ist fehlgeschlagen."; App::$strings["Cannot verify requested channel."] = "Verifizierung des angeforderten Kanals fehlgeschlagen."; App::$strings["Selected channel has private message restrictions. Send failed."] = "Der ausgewählte Kanal hat Einschränkungen bzgl. privater Nachrichten. Senden fehlgeschlagen."; +App::$strings["Mail"] = "Mail"; App::$strings["Messages"] = "Nachrichten"; App::$strings["message"] = "Nachricht"; App::$strings["Message recalled."] = "Nachricht widerrufen."; @@ -1423,6 +1464,7 @@ App::$strings["Or enter new bookmark folder name"] = "Oder gib einen neuen Namen App::$strings["Enter a folder name"] = "Gib einen Ordnernamen ein"; App::$strings["or select an existing folder (doubleclick)"] = "oder wähle einen vorhanden Ordner aus (Doppelklick)"; App::$strings["Save to Folder"] = "In Ordner speichern"; +App::$strings["Remote Diagnostics"] = "Ferndiagnose"; App::$strings["Fetching URL returns error: %1\$s"] = "Abrufen der URL gab einen Fehler zurück: %1\$s"; App::$strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximale Anzahl täglicher Neuanmeldungen erreicht. Bitte versuche es morgen noch einmal."; App::$strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Bitte stimme den Nutzungsbedingungen zu. Registrierung fehlgeschlagen."; @@ -1467,6 +1509,7 @@ App::$strings["No such group"] = "Gruppe nicht gefunden"; App::$strings["No such channel"] = "Kanal nicht gefunden"; App::$strings["forum"] = "Forum"; App::$strings["Search Results For:"] = "Suchergebnisse für:"; +App::$strings["Activity"] = "Aktivität"; App::$strings["Privacy group is empty"] = "Gruppe ist leer"; App::$strings["Privacy group: "] = "Gruppe:"; App::$strings["Invalid connection."] = "Ungültige Verbindung."; @@ -1485,20 +1528,17 @@ App::$strings["Copy/paste this code to attach file to a post"] = "Diesen Code ko App::$strings["Copy/paste this URL to link file from a web page"] = "Diese URL verwenden, um von einer Webseite aus auf die Datei zu verlinken"; App::$strings["Share this file"] = "Diese Datei freigeben"; App::$strings["Show URL to this file"] = "URL zu dieser Datei anzeigen"; -App::$strings["Notify your contacts about this file"] = "Meine Kontakte über diese Datei benachrichtigen"; +App::$strings["Show in your contacts shared folder"] = "Im geteilten Ordner Deiner Kontakte anzeigen"; App::$strings["No channel."] = "Kein Kanal."; App::$strings["Common connections"] = "Gemeinsame Verbindungen"; App::$strings["No connections in common."] = "Keine gemeinsamen Verbindungen."; App::$strings["No connections."] = "Keine Verbindungen."; App::$strings["Visit %s's profile [%s]"] = "%ss Profil [%s] besuchen"; App::$strings["View Connections"] = "Verbindungen anzeigen"; -App::$strings["# Accounts"] = "Anzahl der Konten"; -App::$strings["# blocked accounts"] = "Anzahl der blockierten Konten"; -App::$strings["# expired accounts"] = "Anzahl der abgelaufenen Konten"; -App::$strings["# expiring accounts"] = "Anzahl der ablaufenden Konten"; -App::$strings["# Channels"] = "Anzahl der Kanäle"; -App::$strings["# primary"] = "Anzahl der primären Kanäle"; -App::$strings["# clones"] = "Anzahl der Klone"; +App::$strings["Blocked accounts"] = "Blockierte Benutzerkonten"; +App::$strings["Expired accounts"] = "Abgelaufene Benutzerkonten"; +App::$strings["Expiring accounts"] = "Ablaufende Benutzerkonten"; +App::$strings["Clones"] = "Klone"; App::$strings["Message queues"] = "Nachrichten-Warteschlangen"; App::$strings["Your software should be updated"] = "Die installierte Software sollte aktualisiert werden"; App::$strings["Summary"] = "Zusammenfassung"; @@ -1530,29 +1570,22 @@ App::$strings["Forgot your Password?"] = "Kennwort vergessen?"; App::$strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Gib Deine E-Mail-Adresse ein, um Dein Passwort zurücksetzen zu lassen. Du erhältst dann weitere Anweisungen per E-Mail."; App::$strings["Email Address"] = "E-Mail Adresse"; App::$strings["Reset"] = "Zurücksetzen"; -App::$strings["Mark all system notifications seen"] = "Markiere alle System-Benachrichtigungen als gesehen"; +App::$strings["Mark all seen"] = "Alle als gelesen markieren"; +App::$strings["0. Beginner/Basic"] = "0. Einsteiger/Basis"; +App::$strings["1. Novice - not skilled but willing to learn"] = "1. Anfänger - unerfahren, aber bereit zu lernen"; +App::$strings["2. Intermediate - somewhat comfortable"] = "2. Fortgeschritten - relativ komfortabel"; +App::$strings["3. Advanced - very comfortable"] = "3. Fortgeschritten - sehr komfortabel"; +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["Site Admin"] = "Hub-Administration"; App::$strings["Report Bug"] = "Fehler melden"; -App::$strings["View Bookmarks"] = "Lesezeichen ansehen"; -App::$strings["My Chatrooms"] = "Meine Chaträume"; App::$strings["Firefox Share"] = "Teilen-Knopf für Firefox"; -App::$strings["Remote Diagnostics"] = "Ferndiagnose"; -App::$strings["Suggest Channels"] = "Kanäle vorschlagen"; App::$strings["Login"] = "Anmelden"; -App::$strings["Activity"] = "Aktivität"; -App::$strings["Wiki"] = "Wiki"; -App::$strings["Channel Home"] = "Mein Kanal"; -App::$strings["Events"] = "Termine"; -App::$strings["Directory"] = "Verzeichnis"; -App::$strings["Mail"] = "Mail"; App::$strings["Chat"] = "Chat"; App::$strings["Probe"] = "Testen"; App::$strings["Suggest"] = "Empfehlen"; App::$strings["Random Channel"] = "Zufälliger Kanal"; -App::$strings["Invite"] = "Einladen"; App::$strings["Features"] = "Funktionen"; -App::$strings["Language"] = "Sprache"; -App::$strings["Post"] = "Beitrag schreiben"; App::$strings["Profile Photo"] = "Profilfoto"; App::$strings["Purchase"] = "Kaufen"; App::$strings["Undelete"] = "Wieder hergestellt"; @@ -1609,9 +1642,11 @@ App::$strings["Please visit %s to view and/or reply to your private messages."] App::$strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]einen %4\$s[/zrl] kommentiert"; App::$strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]%4\$ss %5\$s[/zrl] kommentiert"; App::$strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]Deinen %4\$s[/zrl] kommentiert"; +App::$strings["[\$Projectname:Notify] Moderated Comment to conversation #%1\$d by %2\$s"] = "[\$Projectname:Benachrichtigung] Moderierter Kommantar in Unterhaltung #%1\$d von %2\$s"; App::$strings["[\$Projectname:Notify] Comment to conversation #%1\$d by %2\$s"] = "[\$Projectname:Benachrichtigung] Kommentar in Unterhaltung #%1\$d von %2\$s"; App::$strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s hat eine Unterhaltung kommentiert, der Du folgst."; App::$strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Unterhaltung anzusehen und/oder zu kommentieren."; +App::$strings["Please visit %s to approve or reject this comment."] = "Bitte besuche %s, um diesen Kommentar anzunehmen oder abzulehnen."; App::$strings["%1\$s, %2\$s liked [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s gefällt [zrl=%3\$s]dein %4\$s[/zrl]"; App::$strings["[\$Projectname:Notify] Like received to conversation #%1\$d by %2\$s"] = "[\$Projectname:Benachrichtigung] Gefällt mir in Unterhaltung #%1\$d von %2\$s erhalten"; App::$strings["%1\$s, %2\$s liked an item/conversation you created."] = "%1\$s, %2\$s gefällt ein Beitrag oder eine Unterhaltung von Dir"; @@ -1682,7 +1717,6 @@ App::$strings["Vote"] = "Abstimmen"; App::$strings["Voting Options"] = "Abstimmungsoptionen"; App::$strings["Save Bookmarks"] = "Favoriten speichern"; App::$strings["Add to Calendar"] = "Zum Kalender hinzufügen"; -App::$strings["Mark all seen"] = "Alle als gelesen markieren"; App::$strings["%s show all"] = "%s mehr anzeigen"; App::$strings["Bold"] = "Fett"; App::$strings["Italic"] = "Kursiv"; @@ -1692,6 +1726,9 @@ App::$strings["Code"] = "Code"; App::$strings["Image"] = "Bild"; App::$strings["Insert Link"] = "Link einfügen"; App::$strings["Video"] = "Video"; +App::$strings["Your full name (required)"] = "Ihr vollständiger Name (erforderlich)"; +App::$strings["Your email address (required)"] = "Ihre E-Mail-Adresse (erforderlich)"; +App::$strings["Your website URL (optional)"] = "Ihre Webseiten-URL (optional)"; App::$strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Fern-Authentifizierung blockiert. Du bist lokal auf diesem Server angemeldet. Bitte melde Dich ab und versuche es erneut."; App::$strings["Welcome %s. Remote authentication successful."] = "Willkommen %s. Entfernte Authentifizierung erfolgreich."; App::$strings["parent"] = "Übergeordnetes Verzeichnis"; @@ -1711,6 +1748,25 @@ App::$strings["Create new folder"] = "Neuen Ordner anlegen"; App::$strings["Upload file"] = "Datei hochladen"; App::$strings["Drop files here to immediately upload"] = "Dateien zum sofortigen Hochladen hier fallen lassen"; App::$strings["Forums"] = "Foren"; +App::$strings["Select Channel"] = "Kanal auswählen"; +App::$strings["Read-write"] = "Lesen-schreiben"; +App::$strings["Read-only"] = "Nur Lesen"; +App::$strings["My Calendars"] = "Meine Kalender"; +App::$strings["Shared Calendars"] = "Geteilte Kalender"; +App::$strings["Share this calendar"] = "Diesen Kalender teilen"; +App::$strings["Calendar name and color"] = "Kalendername und -farbe"; +App::$strings["Create new calendar"] = "Neuen Kalender erstellen"; +App::$strings["Calendar Name"] = "Kalendername"; +App::$strings["Calendar Tools"] = "Kalenderwerkzeuge"; +App::$strings["Import calendar"] = "Kalender importieren"; +App::$strings["Select a calendar to import to"] = "Kalender zum Hineinimportieren auswählen"; +App::$strings["Addressbooks"] = "Adressbücher"; +App::$strings["Addressbook name"] = "Adressbuchname"; +App::$strings["Create new addressbook"] = "Neues Adressbuch erstellen"; +App::$strings["Addressbook Name"] = "Adressbuchname"; +App::$strings["Addressbook Tools"] = "Adressbuchwerkzeuge"; +App::$strings["Import addressbook"] = "Adressbuch importieren"; +App::$strings["Select an addressbook to import to"] = "Adressbuch zum Hineinimportieren auswählen"; App::$strings["Categories"] = "Kategorien"; App::$strings["Everything"] = "Alles"; App::$strings["Events Tools"] = "Kalenderwerkzeuge"; @@ -1734,9 +1790,9 @@ App::$strings["Enter channel address"] = "Adresse des Kanals eingeben"; App::$strings["Examples: bob@example.com, https://example.com/barbara"] = "Beispiele: bob@beispiel.com, http://beispiel.com/barbara"; App::$strings["Wiki List"] = "Wikiliste"; App::$strings["Archives"] = "Archive"; -App::$strings["Conversations"] = "Konversationen"; App::$strings["Received Messages"] = "Erhaltene Nachrichten"; App::$strings["Sent Messages"] = "Gesendete Nachrichten"; +App::$strings["Conversations"] = "Konversationen"; App::$strings["No messages."] = "Keine Nachrichten."; App::$strings["Delete conversation"] = "Unterhaltung löschen"; App::$strings["Chat Members"] = "Chatmitglieder"; @@ -1771,8 +1827,6 @@ App::$strings["Permission Groups"] = "Berechtigungsrollen"; App::$strings["Premium Channel Settings"] = "Premium-Kanal-Einstellungen"; App::$strings["Bookmarked Chatrooms"] = "Gespeicherte Chatrooms"; App::$strings["Source channel not found."] = "Quellkanal nicht gefunden."; -App::$strings["__ctx:opensearch__ Search %1\$s (%2\$s)"] = "Suche %1\$s (%2\$s)"; -App::$strings["__ctx:opensearch__ \$Projectname"] = "\$Projectname"; App::$strings["Create an account to access services and applications"] = "Erstelle ein Konto, um auf Dienste und Anwendungen zugreifen zu können."; App::$strings["Logout"] = "Abmelden"; App::$strings["Login/Email"] = "Anmelden/E-Mail"; @@ -1786,7 +1840,7 @@ App::$strings["[\$Projectname] Cron tasks not running on %s"] = "[\$Projectname] App::$strings["Cron/Scheduled tasks not running."] = "Cron-Aufgaben laufen nicht."; App::$strings["never"] = "Nie"; App::$strings["Focus (Hubzilla default)"] = "Focus (Voreinstellung für Hubzilla)"; -App::$strings["Theme settings"] = "Theme-Einstellungen"; +App::$strings["Theme settings"] = "Design-Einstellungen"; App::$strings["Narrow navbar"] = "Schmale Navigationsleiste"; App::$strings["Navigation bar background color"] = "Hintergrundfarbe der Navigationsleiste"; App::$strings["Navigation bar icon color "] = "Farbe für die Icons der Navigationsleiste"; @@ -1838,58 +1892,11 @@ App::$strings["Some setting"] = "Einige Einstellungen"; App::$strings["A setting"] = "Eine Einstellung"; App::$strings["Skeleton Settings"] = "Skeleton Einstellungen"; App::$strings["GNU-Social Protocol Settings updated."] = "GNU social Protokoll Einstellungen aktualisiert"; +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["Enable the GNU-Social protocol for this channel"] = "Aktiviere das GNU social Protokoll für diesen Kanal"; App::$strings["GNU-Social Protocol Settings"] = "GNU social Protokoll Einstellungen"; App::$strings["Follow"] = "Folgen"; App::$strings["%1\$s is now following %2\$s"] = "%1\$s folgt nun %2\$s"; -App::$strings["INVALID EVENT DISMISSED!"] = "UNGÜLTIGEN TERMIN ABGELEHNT!"; -App::$strings["Summary: "] = "Zusammenfassung:"; -App::$strings["Date: "] = "Datum:"; -App::$strings["Reason: "] = "Grund:"; -App::$strings["INVALID CARD DISMISSED!"] = "UNGÜLTIGE KARTE ABGELEHNT!"; -App::$strings["Name: "] = "Name: "; -App::$strings["You have to enable this plugin in Feature/Addon Settings > CalDAV/CardDAV Settings before you can use it."] = "Du musst dieses Plugin zunächst in Einstellungen > Plugin-Einstellungen > CalDAV/CardDAV-Einstellungen aktivieren, bevor Du es verwenden kannst."; -App::$strings["Example: YYYY-MM-DD HH:mm"] = "Beispiel: JJJJ-MM-TT HH:mm"; -App::$strings["End date and time"] = "Enddatum und -zeit"; -App::$strings["List month"] = "Liste Monat"; -App::$strings["List week"] = "Liste Woche"; -App::$strings["List day"] = "Liste Tag"; -App::$strings["More"] = "Mehr"; -App::$strings["Less"] = "Weniger"; -App::$strings["Select calendar"] = "Kalender auswählen"; -App::$strings["Delete all"] = "Alles löschen"; -App::$strings["Sorry! Editing of recurrent events is not yet implemented."] = "Entschuldigung, aber das Bearbeiten von wiederkehrenden Veranstaltungen ist leider noch nicht implementiert."; -App::$strings["Errors encountered creating database table: "] = "Fehler beim Anlegen der Datenbank-Tabellen aufgetreten."; -App::$strings["Default Calendar"] = "Standardkalender"; -App::$strings["Default Addressbook"] = "Standardadressbuch"; -App::$strings["CalDAV/CardDAV Settings saved."] = "CalDAV/CardDAV-Einstellungen gespeichert."; -App::$strings["Enable CalDAV/CardDAV Server for this channel"] = "Aktiviere den CalDAV/CardDAV Server für diesen Kanal"; -App::$strings["Your CalDAV resources are located at %s "] = "Deine CalDAV Resourcen sind unter %s verfügbar"; -App::$strings["Your CardDAV resources are located at %s "] = "Deine CardDAV Ressourcen sind unter %s verfügbar"; -App::$strings["CalDAV/CardDAV Settings"] = "CalDAV/CardDAV-Einstellungen"; -App::$strings["Home, Voice"] = "Zuhause, Sprache"; -App::$strings["Home, Fax"] = "Zuhause, Fax"; -App::$strings["Work, Voice"] = "Arbeit, Sprache"; -App::$strings["Work, Fax"] = "Arbeit, Fax"; -App::$strings["Select Channel"] = "Kanal auswählen"; -App::$strings["Read-write"] = "Lesen-schreiben"; -App::$strings["Read-only"] = "Nur Lesen"; -App::$strings["My Calendars"] = "Meine Kalender"; -App::$strings["Shared Calendars"] = "Geteilte Kalender"; -App::$strings["Share this calendar"] = "Diesen Kalender teilen"; -App::$strings["Calendar name and color"] = "Kalendername und -farbe"; -App::$strings["Create new calendar"] = "Neuen Kalender erstellen"; -App::$strings["Calendar Name"] = "Kalendername"; -App::$strings["Calendar Tools"] = "Kalenderwerkzeuge"; -App::$strings["Import calendar"] = "Kalender importieren"; -App::$strings["Select a calendar to import to"] = "Kalender zum Hineinimportieren auswählen"; -App::$strings["Addressbooks"] = "Adressbücher"; -App::$strings["Addressbook name"] = "Adressbuchname"; -App::$strings["Create new addressbook"] = "Neues Adressbuch erstellen"; -App::$strings["Addressbook Name"] = "Adressbuchname"; -App::$strings["Addressbook Tools"] = "Adressbuchwerkzeuge"; -App::$strings["Import addressbook"] = "Adressbuch importieren"; -App::$strings["Select an addressbook to import to"] = "Adressbuch zum Hineinimportieren auswählen"; App::$strings["Planets Settings updated."] = "Planeten Einstellungen aktualisiert"; App::$strings["Enable Planets Plugin"] = "Aktiviere Planeten Plugin"; App::$strings["Planets Settings"] = "Planeten Einstellungen"; @@ -1932,10 +1939,10 @@ App::$strings["Post to WordPress by default"] = "Standardmäßig auf auf WordPre App::$strings["Forward comments (requires hubzilla_wp plugin)"] = "Kommentare weiterleiten (benötigt hubzilla_wp Plugin)"; App::$strings["WordPress Post Settings"] = "WordPress-Beitragseinstellungen"; App::$strings["Wordpress Settings saved."] = "Wordpress-Einstellungen gespeichert."; -App::$strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = ""; +App::$strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Dieses Plugin sucht in Beiträgen nach Wörtern oder Textbausteinen, die Du hier unterhalb einträgst, und faltet alle Beiträge zusammen, in denen es diese Bausteine findet. Auf diese Weise wird verhindert, dass Inhalte, wie z.B. sexuelle Anspielungen, in unpassenden Momenten angezeigt werden. Es gilt als höflich und empfohlen, den #NSFW Tag für Beiträge zu verwenden, bei denen Du davon ausgehen kannst, dass andere sie anstößig finden könnten. Du kannst aber auch beliebige andere Wörter in der Liste angeben und das Plugin so als allgemeinen Inhaltsfilter verwenden."; App::$strings["Enable Content filter"] = "Inhaltsfilter aktivieren"; App::$strings["Comma separated list of keywords to hide"] = "Kommaseparierte Liste von Schlüsselworten die verborgen werden sollen."; -App::$strings["Word, /regular-expression/, lang=xx, lang!=xx"] = ""; +App::$strings["Word, /regular-expression/, lang=xx, lang!=xx"] = "Wort, /regular-expression/, lang=xx, lang!=xx"; App::$strings["Not Safe For Work Settings"] = "Not Safe For Work Einstellungen"; App::$strings["General Purpose Content Filter"] = "Allzweck-Inhaltsfilter"; App::$strings["NSFW Settings saved."] = "NSFW-Einstellungen gespeichert."; @@ -1962,9 +1969,9 @@ App::$strings["Dreamwidth username"] = "Dreamwidth-Benutzername"; App::$strings["Dreamwidth password"] = "Dreamwidth-Passwort"; App::$strings["Post to Dreamwidth by default"] = "Standardmäßig auf auf Dreamwidth posten"; App::$strings["Dreamwidth Post Settings"] = "Dreamwidth-Beitragseinstellungen"; -App::$strings["Install Firefox Sharing Tools"] = ""; +App::$strings["Install Firefox Sharing Tools"] = "Installiere das Firefox Sharing Werkzeug"; App::$strings["Share content from Firefox to \$Projectname"] = "Inhalte von Firefox nach \$Projectname teilen"; -App::$strings["Install Firefox Sharing Tools to this web browser"] = ""; +App::$strings["Install Firefox Sharing Tools to this web browser"] = "Installiere das Firefox Sharing Werkzeug in diesen Webbrowser"; App::$strings["Hubzilla Directory Stats"] = "Hubzilla-Verzeichnisstatistiken"; App::$strings["Total Hubs"] = "Hubs insgesamt"; App::$strings["Hubzilla Hubs"] = "Hubzilla Hubs"; @@ -2077,13 +2084,15 @@ App::$strings["bonk"] = ""; App::$strings["bonked"] = ""; App::$strings["declare undying love for"] = ""; App::$strings["declared undying love for"] = ""; -App::$strings["Diaspora Protocol Settings updated."] = ""; -App::$strings["Enable the Diaspora protocol for this channel"] = ""; -App::$strings["Allow any Diaspora member to comment on your public posts"] = ""; -App::$strings["Prevent your hashtags from being redirected to other sites"] = ""; -App::$strings["Followed hashtags (comma separated, do not include the #)"] = ""; -App::$strings["Diaspora Protocol Settings"] = ""; -App::$strings["No username found in import file."] = ""; +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 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["Enable the Diaspora protocol for this channel"] = "Das Diaspora Protokoll für diesen Kanal aktivieren"; +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 Settings"] = "Diaspora Protokoll Einstellungen"; +App::$strings["No username found in import file."] = "Es wurde kein Nutzername in der importierten Datei gefunden."; App::$strings["Unable to create a unique channel address. Import failed."] = "Es war nicht möglich, eine eindeutige Kanal-Adresse zu erzeugen. Der Import ist fehlgeschlagen."; App::$strings["Error retrieving wiki"] = "Fehler beim Abrufen des Wiki"; App::$strings["Error creating zip file export folder"] = "Fehler bei der Erzeugung des Zip-Datei Export-Verzeichnisses "; @@ -2113,10 +2122,6 @@ App::$strings["Mail sent."] = "Mail gesendet."; App::$strings["Sending of mail failed."] = "Senden der E-Mail fehlgeschlagen."; App::$strings["Mail Test"] = "Mail Test"; App::$strings["Message subject"] = "Betreff der Nachricht"; -App::$strings["Reconnecting %d connections"] = ""; -App::$strings["Diaspora Reconnect"] = ""; -App::$strings["Use this form to re-establish Diaspora connections which were initially made from a different hub."] = ""; -App::$strings["Reconnect"] = ""; App::$strings["View Larger"] = "Größer anzeigen"; App::$strings["Tile Server URL"] = "Kachelserver-URL"; App::$strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Eine Liste <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">öffentlicher Kachelserver</a>"; @@ -2136,7 +2141,7 @@ App::$strings["Friendica API Path"] = "Friendica-API-Pfad"; App::$strings["https://{sitename}/api"] = "https://{sitename}/api"; App::$strings["Friendica login name"] = "Friendica-Anmeldename"; App::$strings["Friendica password"] = "Friendica-Passwort"; -App::$strings["Hubzilla to Friendica Post Settings"] = ""; +App::$strings["Hubzilla to Friendica Post Settings"] = "Hubzilla-zu-Friendica Beitragseinstellungen"; App::$strings["Status:"] = "Status:"; App::$strings["Activate addon"] = "Addon aktiviren"; App::$strings["Hide Jappixmini Chat-Widget from the webinterface"] = "Jappix Mini Chat-Widget von der Weboberfläche verbergen"; @@ -2146,7 +2151,7 @@ App::$strings["Jabber BOSH host URL"] = "Jabber BOSH Host URL"; App::$strings["Jabber password"] = "Jabber-Passwort"; App::$strings["Encrypt Jabber password with Hubzilla password"] = "Jabber-Passwort mit Hubzilla-Passwort verschlüsseln"; App::$strings["Hubzilla password"] = "Hubzilla-Passwort"; -App::$strings["Approve subscription requests from Hubzilla contacts automatically"] = ""; +App::$strings["Approve subscription requests from Hubzilla contacts automatically"] = "Verbindungsanfragen von Hubzilla-Kontakten automatisch annehmen"; App::$strings["Purge internal list of jabber addresses of contacts"] = "Interne Liste der Jabber Adressen von Kontakten löschen"; App::$strings["Configuration Help"] = "Konfigurationshilfe"; App::$strings["Jappix Mini Settings"] = "Jappix Mini Einstellungen"; @@ -2155,10 +2160,10 @@ App::$strings["No channels currently blocked"] = "Momentan sind keine Kanäle bl App::$strings["\"Superblock\" Settings"] = "\"Superblock\"-Einstellungen"; App::$strings["Block Completely"] = "Vollständig blockieren"; App::$strings["superblock settings updated"] = "Superblock Einstellungen aktualisiert"; -App::$strings["Federate"] = ""; +App::$strings["Federate"] = "Beitrag verteilen"; App::$strings["nofed Settings saved."] = "nofed Einstellungen gespeichert"; -App::$strings["Allow Federation Toggle"] = ""; -App::$strings["Federate posts by default"] = ""; +App::$strings["Allow Federation Toggle"] = "Umschalter zur Beitragsverteilung bereitstellen"; +App::$strings["Federate posts by default"] = "Beiträge standardmäßig verteilen"; App::$strings["NoFed Settings"] = "NoFed-Einstellungen"; App::$strings["Post to Red"] = ""; App::$strings["Channel is required."] = "Kanal ist erforderlich."; @@ -2269,10 +2274,10 @@ App::$strings["Enable notifications"] = "Benachrichtigungen aktivieren"; App::$strings["Post to Twitter"] = "Bei Twitter veröffentlichen"; App::$strings["Twitter settings updated."] = "Twitter-Einstellungen aktualisiert."; App::$strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Es wurde kein Consumer-Schlüsselpaar für Twitter gefunden. Bitte kontaktiere deinen Seiten-Administrator."; -App::$strings["At this Hubzilla instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = ""; +App::$strings["At this Hubzilla instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "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."; App::$strings["Log in with Twitter"] = "Mit Twitter anmelden"; App::$strings["Copy the PIN from Twitter here"] = "PIN von Twitter hier her kopieren"; -App::$strings["<strong>Note:</strong> Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = ""; +App::$strings["<strong>Note:</strong> Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>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."; App::$strings["Allow posting to Twitter"] = "Erlaube die Veröffentlichung bei Twitter"; App::$strings["If enabled your public postings can be posted to the associated Twitter account"] = "Wenn aktiv können deine öffentlichen Beiträge bei dem verbundenen Twitter Account veröffentlicht werden."; App::$strings["Send public postings to Twitter by default"] = "Standardmäßig öffentliche Beiträge bei Twitter veröffentlichen"; @@ -2326,7 +2331,7 @@ App::$strings["If you see this icon you can be sure that the sender is who it sa App::$strings["Danger! It seems someone tried to forge a message! This message is not necessarily from who it says it is from!"] = "Vorsicht! Es kann sein, dass jemand versucht, eine Nachricht zu fälschen! Diese Nachricht muss nicht unbedingt vom angegebenen Absender stammen!"; 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"] = "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."; App::$strings["Extended Identity Sharing"] = "Erweitertes Teilen von Identitäten"; -App::$strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = ""; +App::$strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Teile Deine Identität mit allen Webseiten im Internet. Ist dies deaktiviert, wird Deine Identität nur mit Hubzilla-Servern geteilt."; 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"; @@ -2342,6 +2347,10 @@ App::$strings["I won!"] = "Ich habe gewonnen!"; App::$strings["Message to display on every page on this server"] = "Nachricht, die auf jeder Seite dieses Servers angezeigt werden soll"; App::$strings["Pageheader Settings"] = "Nachrichtenkopf-Einstellungen"; App::$strings["pageheader Settings saved."] = "Nachrichtenkopf-Einstellungen gespeichert."; +App::$strings["Only authenticate automatically to sites of your friends"] = "Authentifiziere Dich nur auf Seiten deiner Freunde automatisch"; +App::$strings["By default you are automatically authenticated anywhere in the network"] = "Authentifiziere Dich standardmäßig bei allen Seiten im Netzwerk automatisch"; +App::$strings["Authchoose Settings"] = "Einstellungen für automatische Authentifizierung"; +App::$strings["Atuhchoose Settings updated."] = "Einstellungen für automatische Authentifizierung aktualisiert."; App::$strings["lonely"] = "einsam"; App::$strings["drunk"] = "betrunken"; App::$strings["horny"] = "geil"; @@ -2390,6 +2399,8 @@ App::$strings["Pump.io Post Settings"] = "Pump.io-Beitragseinstellungen"; App::$strings["PumpIO Settings saved."] = "PumpIO-Einstellungen gespeichert."; App::$strings["An account has been created for you."] = "Ein Konto wurde für Sie erstellt."; App::$strings["Authentication successful but rejected: account creation is disabled."] = "Authentifizierung war erfolgreich wurde aber abgewiesen! Das Anlegen von Accounts wurde deaktiviert."; +App::$strings["__ctx:opensearch__ Search %1\$s (%2\$s)"] = "Suche %1\$s (%2\$s)"; +App::$strings["__ctx:opensearch__ \$Projectname"] = "\$Projectname"; App::$strings["Search \$Projectname"] = "\$Projectname suchen"; App::$strings["Redmatrix File Storage Import"] = ""; App::$strings["This will import all your Redmatrix cloud files to this channel."] = "Hiermit werden alle deine Daten aus der Redmatrix Cloud in diesen Kanal importiert."; @@ -2551,19 +2562,6 @@ App::$strings["__ctx:noun__ Abstain"] = array( 0 => "Enthaltung", 1 => "Enthaltungen", ); -App::$strings["Can view my normal stream and posts"] = "Kann meine normalen Beiträge sehen"; -App::$strings["Can view my webpages"] = "Kann meine Webseiten sehen"; -App::$strings["Can post on my channel page (\"wall\")"] = "Kann auf meiner Kanal-Seite (\"wall\") Beiträge veröffentlichen"; -App::$strings["Can like/dislike stuff"] = "Kann andere Elemente mögen/nicht mögen"; -App::$strings["Profiles and things other than posts/comments"] = "Profile und alles außer Beiträge und Kommentare"; -App::$strings["Can forward to all my channel contacts via post @mentions"] = "Kann an alle meine Kontakte via @-Erwähnung Nachrichten weiterleiten"; -App::$strings["Advanced - useful for creating group forum channels"] = "Fortgeschritten - sinnvoll, um Gruppen-Kanäle/-Foren zu erstellen"; -App::$strings["Can chat with me (when available)"] = "Kann mit mir chatten (wenn verfügbar)"; -App::$strings["Can write to my file storage and photos"] = "Kann in meine Datei- und Bilderordner schreiben"; -App::$strings["Can edit my webpages"] = "Kann meine Webseiten bearbeiten"; -App::$strings["Somewhat advanced - very useful in open communities"] = "Etwas fortgeschritten – sehr nützlich in offenen Gemeinschaften"; -App::$strings["Can administer my channel resources"] = "Kann meine Kanäle administrieren"; -App::$strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Sehr fortgeschritten. Bearbeite das nur, wenn Du genau weißt, was Du tust"; App::$strings["Directory Options"] = "Verzeichnisoptionen"; App::$strings["Safe Mode"] = "Sicherer Modus"; App::$strings["Public Forums Only"] = "Nur öffentliche Foren"; @@ -2634,11 +2632,13 @@ App::$strings["Unknown Attachment"] = "Unbekannter Anhang"; App::$strings["unknown"] = "unbekannt"; App::$strings["remove category"] = "Kategorie entfernen"; App::$strings["remove from file"] = "aus der Datei entfernen"; +App::$strings["Download binary/encrypted content"] = "Binären/verschlüsselten Inhalt herunterladen"; App::$strings["default"] = "Standard"; App::$strings["Page layout"] = "Seiten-Layout"; App::$strings["You can create your own with the layouts tool"] = "Mit dem Gestaltungswerkzeug kannst Du Deine eigenen Layouts erstellen"; App::$strings["Page content type"] = "Art des Seiteninhalts"; App::$strings["activity"] = "Aktivität"; +App::$strings["a-z, 0-9, -, _, and . only"] = "nur a-z, 0-9, -, _, und ."; App::$strings["Design Tools"] = "Gestaltungswerkzeuge"; App::$strings["Pages"] = "Seiten"; App::$strings["Import website..."] = "Webseite importieren..."; @@ -2672,11 +2672,7 @@ App::$strings["%d connection in common"] = array( 1 => "%d gemeinsame Verbindungen", ); App::$strings["show more"] = "mehr zeigen"; -App::$strings["Attachments:"] = "Anhänge:"; -App::$strings["l F d, Y \\@ g:i A"] = "l, d. F Y, H:i"; -App::$strings["\$Projectname event notification:"] = ""; -App::$strings["Starts:"] = "Beginnt:"; -App::$strings["Finishes:"] = "Endet:"; +App::$strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schrieb den folgenden %2\$s %3\$s"; App::$strings["Channel is blocked on this site."] = "Der Kanal ist auf dieser Seite blockiert "; App::$strings["Channel location missing."] = "Adresse des Kanals fehlt."; App::$strings["Response from remote channel was incomplete."] = "Antwort des entfernten Kanals war unvollständig."; @@ -2711,7 +2707,7 @@ App::$strings["about an hour"] = "ungefähr eine Stunde"; App::$strings["about %d hours"] = "ungefähr %d Stunden"; App::$strings["a day"] = "ein Tag"; App::$strings["%d days"] = "%d Tage"; -App::$strings["about a month"] = "ungefähr ein Monat"; +App::$strings["about a month"] = "ungefähr einen Monat"; App::$strings["%d months"] = "%d Monate"; App::$strings["about a year"] = "ungefähr ein Jahr"; App::$strings["%d years"] = "%d Jahre"; @@ -2793,11 +2789,13 @@ App::$strings["Reserved nickname. Please choose another."] = "Reservierter Kurzn App::$strings["Nickname has unsupported characters or is already being used on this site."] = "Der Spitzname enthält nicht-unterstütze Zeichen oder wird bereits auf dieser Seite genutzt."; App::$strings["Unable to retrieve created identity"] = "Kann die erstellte Identität nicht empfangen"; App::$strings["Default Profile"] = "Standard-Profil"; +App::$strings["Unable to retrieve modified identity"] = "Geänderte Identität kann nicht empfangen werden"; App::$strings["Create New Profile"] = "Neues Profil erstellen"; App::$strings["Visible to everybody"] = "Für jeden sichtbar"; App::$strings["Gender:"] = "Geschlecht:"; App::$strings["Homepage:"] = "Homepage:"; App::$strings["Online Now"] = "gerade online"; +App::$strings["Trans"] = ""; App::$strings["Like this channel"] = "Dieser Kanal gefällt mir"; App::$strings["j F, Y"] = "j. F Y"; App::$strings["j F"] = "j. F"; @@ -2821,25 +2819,31 @@ App::$strings["Work/employment:"] = "Arbeit/Anstellung:"; App::$strings["School/education:"] = "Schule/Ausbildung:"; App::$strings["Like this thing"] = "Gefällt mir"; App::$strings["User '%s' deleted"] = "Benutzer '%s' gelöscht"; +App::$strings["l F d, Y \\@ g:i A"] = "l, d. F Y, H:i"; +App::$strings["Starts:"] = "Beginnt:"; +App::$strings["Finishes:"] = "Endet:"; App::$strings["This event has been added to your calendar."] = "Dieser Termin wurde zu Deinem Kalender hinzugefügt"; App::$strings["Not specified"] = "Keine Angabe"; App::$strings["Needs Action"] = "Aktion erforderlich"; App::$strings["Completed"] = "Abgeschlossen"; App::$strings["In Process"] = "In Bearbeitung"; App::$strings["Cancelled"] = "gestrichen"; +App::$strings["Home, Voice"] = "Zuhause, Sprache"; +App::$strings["Home, Fax"] = "Zuhause, Fax"; +App::$strings["Work, Voice"] = "Arbeit, Sprache"; +App::$strings["Work, Fax"] = "Arbeit, Fax"; App::$strings["view full size"] = "In Vollbildansicht anschauen"; -App::$strings["No Subject"] = "Kein Betreff"; App::$strings["Friendica"] = "Friendica"; App::$strings["OStatus"] = "OStatus"; App::$strings["GNU-Social"] = "GNU-Social"; App::$strings["RSS/Atom"] = "RSS/Atom"; +App::$strings["ActivityPub"] = "ActivityPub"; App::$strings["Diaspora"] = "Diaspora"; App::$strings["Facebook"] = "Facebook"; App::$strings["Zot"] = "Zot!"; App::$strings["LinkedIn"] = "LinkedIn"; App::$strings["XMPP/IM"] = "XMPP/IM"; App::$strings["MySpace"] = "MySpace"; -App::$strings["New Page"] = "Neue Seite"; App::$strings["Select an alternate language"] = "Wähle eine alternative Sprache"; App::$strings["Who can see this?"] = "Wer kann das sehen?"; App::$strings["Custom selection"] = "Benutzerdefinierte Auswahl"; @@ -2852,7 +2856,6 @@ App::$strings["Image/photo"] = "Bild/Foto"; App::$strings["Encrypted content"] = "Verschlüsselter Inhalt"; App::$strings["Install %s element: "] = "Element %s installieren: "; App::$strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Dieser Beitrag beinhaltet ein installierbares %s Element, aber Du hast nicht die nötigen Rechte, um es auf diesem Hub zu installieren."; -App::$strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schrieb den folgenden %2\$s %3\$s"; App::$strings["Click to open/close"] = "Klicke zum Öffnen/Schließen"; App::$strings["spoiler"] = "Spoiler"; App::$strings["$1 wrote:"] = "$1 schrieb:"; @@ -3015,6 +3018,7 @@ App::$strings["Mark all channel notifications seen"] = "Markiere alle Kanal-Bena App::$strings["Notices"] = "Benachrichtigungen"; App::$strings["Notifications"] = "Benachrichtigungen"; App::$strings["View all notifications"] = "Alle Benachrichtigungen ansehen"; +App::$strings["Mark all system notifications seen"] = "Markiere alle System-Benachrichtigungen als gesehen"; App::$strings["Private mail"] = "Persönliche Mail"; App::$strings["View your private messages"] = "Zeige Deine persönlichen Nachrichten an"; App::$strings["Mark all private messages seen"] = "Markiere alle persönlichen Nachrichten als gesehen"; @@ -3023,10 +3027,16 @@ App::$strings["View events"] = "Termine ansehen"; App::$strings["Mark all events seen"] = "Markiere alle Termine als gesehen"; App::$strings["Manage Your Channels"] = "Verwalte Deine Kanäle"; App::$strings["Account/Channel Settings"] = "Konto-/Kanal-Einstellungen"; +App::$strings["Shared Files"] = "Geteilte Dateien"; +App::$strings["New files shared with me"] = "Neue Dateien, die mit mir geteilt wurden"; +App::$strings["Public stream"] = "Öffentlicher Beitrags-Stream"; +App::$strings["Public stream activities"] = "Öffentliche Netzwerk-Aktivitäten"; App::$strings["Site Setup and Configuration"] = "Seiten-Einrichtung und -Konfiguration"; App::$strings["@name, #tag, ?doc, content"] = "@Name, #Schlagwort, ?Dokumentation, Inhalt"; App::$strings["Please wait..."] = "Bitte warten..."; App::$strings["Add Apps"] = "Apps hinzufügen"; +App::$strings["Arrange Apps"] = "Apps anordnen"; +App::$strings["Toggle System Apps"] = "System-Apps umschalten"; App::$strings["Image exceeds website size limit of %lu bytes"] = "Bild überschreitet das Webseitenlimit von %lu Bytes"; App::$strings["Image file is empty."] = "Bilddatei ist leer."; App::$strings["Photo storage failed."] = "Fotospeicherung fehlgeschlagen."; diff --git a/view/de/htconfig.tpl b/view/de/htconfig.tpl index 9d4333fb0..46bf0de14 100644 --- a/view/de/htconfig.tpl +++ b/view/de/htconfig.tpl @@ -34,13 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/en-au/htconfig.tpl b/view/en-au/htconfig.tpl index 090bbf06f..cefcba727 100644 --- a/view/en-au/htconfig.tpl +++ b/view/en-au/htconfig.tpl @@ -34,13 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/en-gb/htconfig.tpl b/view/en-gb/htconfig.tpl index 515957b36..ea458d664 100644 --- a/view/en-gb/htconfig.tpl +++ b/view/en-gb/htconfig.tpl @@ -34,14 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; - -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 042c89797..8159b6d44 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -34,15 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the server for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro disables protocol federation plugins and only supports the zot protocol -// if you are in doubt or are unsure, it is strongly advised that you select 'standard'. - -App::$config['system']['server_role'] = '{{$server_role}}'; - - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/es-es/hmessages.po b/view/es-es/hmessages.po index a2341b272..44c5309a4 100644 --- a/view/es-es/hmessages.po +++ b/view/es-es/hmessages.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Redmatrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-01 15:36+0200\n" -"PO-Revision-Date: 2017-05-04 10:22+0000\n" +"POT-Creation-Date: 2017-08-01 12:13+0200\n" +"PO-Revision-Date: 2017-08-02 06:49+0000\n" "Last-Translator: Manuel Jiménez Friaza <mjfriaza@openmailbox.org>\n" "Language-Team: Spanish (Spain) (http://www.transifex.com/Friendica/red-matrix/language/es_ES/)\n" "MIME-Version: 1.0\n" @@ -23,163 +23,147 @@ msgstr "" "Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../Zotlabs/Access/Permissions.php:46 +#: ../../Zotlabs/Access/Permissions.php:53 msgid "Can view my channel stream and posts" msgstr "Pueden verse la actividad y publicaciones de mi canal" -#: ../../Zotlabs/Access/Permissions.php:47 ../../include/permissions.php:42 +#: ../../Zotlabs/Access/Permissions.php:54 msgid "Can send me their channel stream and posts" msgstr "Se me pueden enviar entradas y contenido de un canal" -#: ../../Zotlabs/Access/Permissions.php:48 ../../include/permissions.php:36 +#: ../../Zotlabs/Access/Permissions.php:55 msgid "Can view my default channel profile" msgstr "Puede verse mi perfil de canal predeterminado." -#: ../../Zotlabs/Access/Permissions.php:49 ../../include/permissions.php:37 +#: ../../Zotlabs/Access/Permissions.php:56 msgid "Can view my connections" msgstr "Pueden verse mis conexiones" -#: ../../Zotlabs/Access/Permissions.php:50 ../../include/permissions.php:38 +#: ../../Zotlabs/Access/Permissions.php:57 msgid "Can view my file storage and photos" msgstr "Pueden verse mi repositorio de ficheros y mis fotos" -#: ../../Zotlabs/Access/Permissions.php:51 +#: ../../Zotlabs/Access/Permissions.php:58 msgid "Can upload/modify my file storage and photos" msgstr "Se pueden subir / modificar elementos en mi repositorio de ficheros y fotos" -#: ../../Zotlabs/Access/Permissions.php:52 +#: ../../Zotlabs/Access/Permissions.php:59 msgid "Can view my channel webpages" msgstr "Pueden verse las páginas personales de mi canal" -#: ../../Zotlabs/Access/Permissions.php:53 +#: ../../Zotlabs/Access/Permissions.php:60 msgid "Can view my wiki pages" msgstr "Pueden verse mis páginas wiki" -#: ../../Zotlabs/Access/Permissions.php:54 +#: ../../Zotlabs/Access/Permissions.php:61 msgid "Can create/edit my channel webpages" msgstr "Pueden crearse / modificarse páginas personales en mi canal" -#: ../../Zotlabs/Access/Permissions.php:55 +#: ../../Zotlabs/Access/Permissions.php:62 msgid "Can write to my wiki pages" msgstr "Se pueden modificar las páginas de mi wiki" -#: ../../Zotlabs/Access/Permissions.php:56 +#: ../../Zotlabs/Access/Permissions.php:63 msgid "Can post on my channel (wall) page" msgstr "Pueden crearse entradas en mi página de inicio del canal (“muro”)" -#: ../../Zotlabs/Access/Permissions.php:57 ../../include/permissions.php:44 +#: ../../Zotlabs/Access/Permissions.php:64 msgid "Can comment on or like my posts" msgstr "Pueden publicarse comentarios en mis publicaciones o marcar mis entradas con 'me gusta'." -#: ../../Zotlabs/Access/Permissions.php:58 ../../include/permissions.php:45 +#: ../../Zotlabs/Access/Permissions.php:65 msgid "Can send me private mail messages" msgstr "Se me pueden enviar mensajes privados" -#: ../../Zotlabs/Access/Permissions.php:59 +#: ../../Zotlabs/Access/Permissions.php:66 msgid "Can like/dislike profiles and profile things" msgstr "Se puede mostrar agrado o desagrado (Me gusta / No me gusta) en mis perfiles y sus distintos apartados" -#: ../../Zotlabs/Access/Permissions.php:60 +#: ../../Zotlabs/Access/Permissions.php:67 msgid "Can forward to all my channel connections via @+ mentions in posts" msgstr "Pueden reenviarse publicaciones a todas las conexiones de mi canal a través de @+ menciones en las entradas" -#: ../../Zotlabs/Access/Permissions.php:61 +#: ../../Zotlabs/Access/Permissions.php:68 msgid "Can chat with me" msgstr "Se puede chatear conmigo" -#: ../../Zotlabs/Access/Permissions.php:62 ../../include/permissions.php:53 +#: ../../Zotlabs/Access/Permissions.php:69 msgid "Can source my public posts in derived channels" msgstr "Pueden utilizarse mis entradas públicas como origen de contenidos en canales derivados" -#: ../../Zotlabs/Access/Permissions.php:63 +#: ../../Zotlabs/Access/Permissions.php:70 msgid "Can administer my channel" msgstr "Se puede administrar mi canal" #: ../../Zotlabs/Access/PermissionRoles.php:248 -#: ../../include/permissions.php:946 msgid "Social Networking" msgstr "Redes sociales" #: ../../Zotlabs/Access/PermissionRoles.php:249 -#: ../../include/permissions.php:946 msgid "Social - Mostly Public" msgstr "Social - Público en su mayor parte" #: ../../Zotlabs/Access/PermissionRoles.php:250 -#: ../../include/permissions.php:946 msgid "Social - Restricted" msgstr "Social - Restringido" #: ../../Zotlabs/Access/PermissionRoles.php:251 -#: ../../include/permissions.php:946 msgid "Social - Private" msgstr "Social - Privado" #: ../../Zotlabs/Access/PermissionRoles.php:254 -#: ../../include/permissions.php:947 msgid "Community Forum" msgstr "Foro de discusión" #: ../../Zotlabs/Access/PermissionRoles.php:255 -#: ../../include/permissions.php:947 msgid "Forum - Mostly Public" msgstr "Foro - Público en su mayor parte" #: ../../Zotlabs/Access/PermissionRoles.php:256 -#: ../../include/permissions.php:947 msgid "Forum - Restricted" msgstr "Foro - Restringido" #: ../../Zotlabs/Access/PermissionRoles.php:257 -#: ../../include/permissions.php:947 msgid "Forum - Private" msgstr "Foro - Privado" #: ../../Zotlabs/Access/PermissionRoles.php:260 -#: ../../include/permissions.php:948 msgid "Feed Republish" msgstr "Republicar un \"feed\"" #: ../../Zotlabs/Access/PermissionRoles.php:261 -#: ../../include/permissions.php:948 msgid "Feed - Mostly Public" msgstr "Feed - Público en su mayor parte" #: ../../Zotlabs/Access/PermissionRoles.php:262 -#: ../../include/permissions.php:948 msgid "Feed - Restricted" msgstr "Feed - Restringido" #: ../../Zotlabs/Access/PermissionRoles.php:265 -#: ../../include/permissions.php:949 msgid "Special Purpose" msgstr "Propósito especial" #: ../../Zotlabs/Access/PermissionRoles.php:266 -#: ../../include/permissions.php:949 msgid "Special - Celebrity/Soapbox" msgstr "Especial - Celebridad / Tribuna improvisada" #: ../../Zotlabs/Access/PermissionRoles.php:267 -#: ../../include/permissions.php:949 msgid "Special - Group Repository" msgstr "Especial - Repositorio de grupo" #: ../../Zotlabs/Access/PermissionRoles.php:270 -#: ../../Zotlabs/Module/New_channel.php:132 -#: ../../Zotlabs/Module/Settings/Channel.php:463 -#: ../../Zotlabs/Module/Connedit.php:914 ../../Zotlabs/Module/Profiles.php:798 -#: ../../Zotlabs/Module/Register.php:213 ../../addon/cdav/Mod_Cdav.php:1148 -#: ../../addon/cdav/cdav.php:277 ../../addon/cdav/cdav.php:284 -#: ../../include/selectors.php:49 ../../include/selectors.php:66 -#: ../../include/selectors.php:104 ../../include/selectors.php:140 -#: ../../include/permissions.php:950 ../../include/connections.php:675 -#: ../../include/connections.php:682 +#: ../../Zotlabs/Module/Cdav.php:1123 ../../Zotlabs/Module/New_channel.php:132 +#: ../../Zotlabs/Module/Settings/Channel.php:467 +#: ../../Zotlabs/Module/Connedit.php:932 ../../Zotlabs/Module/Profiles.php:798 +#: ../../Zotlabs/Module/Register.php:213 ../../include/selectors.php:49 +#: ../../include/selectors.php:66 ../../include/selectors.php:104 +#: ../../include/selectors.php:140 ../../include/event.php:1297 +#: ../../include/event.php:1304 ../../include/connections.php:681 +#: ../../include/connections.php:688 msgid "Other" msgstr "Otro" #: ../../Zotlabs/Access/PermissionRoles.php:271 -#: ../../include/permissions.php:950 msgid "Custom/Expert Mode" msgstr "Modo personalizado/experto" @@ -189,7 +173,7 @@ msgstr "Modo personalizado/experto" #: ../../Zotlabs/Module/Editblock.php:31 ../../Zotlabs/Module/Profile.php:20 #: ../../Zotlabs/Module/Layouts.php:31 ../../Zotlabs/Module/Editwebpage.php:32 #: ../../Zotlabs/Module/Webpages.php:33 -#: ../../Zotlabs/Module/Filestorage.php:59 ../../include/channel.php:945 +#: ../../Zotlabs/Module/Filestorage.php:51 ../../include/channel.php:1062 msgid "Requested profile is not available." msgstr "El perfil solicitado no está disponible." @@ -203,41 +187,43 @@ msgstr "El perfil solicitado no está disponible." #: ../../Zotlabs/Module/Appman.php:82 ../../Zotlabs/Module/Regmod.php:21 #: ../../Zotlabs/Module/New_channel.php:77 #: ../../Zotlabs/Module/New_channel.php:104 -#: ../../Zotlabs/Module/Sharedwithme.php:11 ../../Zotlabs/Module/Setup.php:212 +#: ../../Zotlabs/Module/Sharedwithme.php:16 ../../Zotlabs/Module/Setup.php:209 +#: ../../Zotlabs/Module/Moderate.php:13 #: ../../Zotlabs/Module/Achievements.php:34 ../../Zotlabs/Module/Thing.php:274 #: ../../Zotlabs/Module/Thing.php:294 ../../Zotlabs/Module/Thing.php:335 #: ../../Zotlabs/Module/Api.php:24 ../../Zotlabs/Module/Editblock.php:67 -#: ../../Zotlabs/Module/Profile.php:83 ../../Zotlabs/Module/Profile.php:100 +#: ../../Zotlabs/Module/Profile.php:85 ../../Zotlabs/Module/Profile.php:102 #: ../../Zotlabs/Module/Mood.php:116 ../../Zotlabs/Module/Connections.php:29 -#: ../../Zotlabs/Module/Viewsrc.php:19 ../../Zotlabs/Module/Bookmarks.php:61 +#: ../../Zotlabs/Module/Viewsrc.php:19 ../../Zotlabs/Module/Bookmarks.php:64 #: ../../Zotlabs/Module/Photos.php:69 ../../Zotlabs/Module/Wiki.php:50 -#: ../../Zotlabs/Module/Wiki.php:216 ../../Zotlabs/Module/Wiki.php:315 -#: ../../Zotlabs/Module/Pdledit.php:29 ../../Zotlabs/Module/Poke.php:137 +#: ../../Zotlabs/Module/Wiki.php:235 ../../Zotlabs/Module/Wiki.php:341 +#: ../../Zotlabs/Module/Pdledit.php:29 ../../Zotlabs/Module/Poke.php:149 #: ../../Zotlabs/Module/Profile_photo.php:280 #: ../../Zotlabs/Module/Profile_photo.php:293 -#: ../../Zotlabs/Module/Authtest.php:16 ../../Zotlabs/Module/Item.php:221 -#: ../../Zotlabs/Module/Item.php:231 ../../Zotlabs/Module/Item.php:1038 -#: ../../Zotlabs/Module/Page.php:35 ../../Zotlabs/Module/Page.php:91 -#: ../../Zotlabs/Module/Connedit.php:385 ../../Zotlabs/Module/Chat.php:98 -#: ../../Zotlabs/Module/Chat.php:103 ../../Zotlabs/Module/Menu.php:78 -#: ../../Zotlabs/Module/Layouts.php:71 ../../Zotlabs/Module/Layouts.php:78 -#: ../../Zotlabs/Module/Layouts.php:89 ../../Zotlabs/Module/Group.php:13 -#: ../../Zotlabs/Module/Profiles.php:198 ../../Zotlabs/Module/Profiles.php:635 +#: ../../Zotlabs/Module/Authtest.php:16 ../../Zotlabs/Module/Item.php:223 +#: ../../Zotlabs/Module/Item.php:240 ../../Zotlabs/Module/Item.php:250 +#: ../../Zotlabs/Module/Item.php:1076 ../../Zotlabs/Module/Page.php:34 +#: ../../Zotlabs/Module/Page.php:125 ../../Zotlabs/Module/Connedit.php:385 +#: ../../Zotlabs/Module/Chat.php:100 ../../Zotlabs/Module/Chat.php:105 +#: ../../Zotlabs/Module/Menu.php:78 ../../Zotlabs/Module/Layouts.php:71 +#: ../../Zotlabs/Module/Layouts.php:78 ../../Zotlabs/Module/Layouts.php:89 +#: ../../Zotlabs/Module/Group.php:13 ../../Zotlabs/Module/Profiles.php:198 +#: ../../Zotlabs/Module/Profiles.php:635 #: ../../Zotlabs/Module/Editwebpage.php:68 #: ../../Zotlabs/Module/Editwebpage.php:89 #: ../../Zotlabs/Module/Editwebpage.php:107 #: ../../Zotlabs/Module/Editwebpage.php:121 ../../Zotlabs/Module/Manage.php:10 -#: ../../Zotlabs/Module/Webpages.php:116 ../../Zotlabs/Module/Block.php:26 -#: ../../Zotlabs/Module/Block.php:76 ../../Zotlabs/Module/Editpost.php:17 +#: ../../Zotlabs/Module/Webpages.php:118 ../../Zotlabs/Module/Block.php:24 +#: ../../Zotlabs/Module/Block.php:74 ../../Zotlabs/Module/Editpost.php:17 #: ../../Zotlabs/Module/Sources.php:74 ../../Zotlabs/Module/Like.php:181 #: ../../Zotlabs/Module/Suggest.php:28 ../../Zotlabs/Module/Message.php:18 -#: ../../Zotlabs/Module/Mail.php:164 ../../Zotlabs/Module/Register.php:77 +#: ../../Zotlabs/Module/Mail.php:146 ../../Zotlabs/Module/Register.php:77 #: ../../Zotlabs/Module/Cover_photo.php:281 #: ../../Zotlabs/Module/Cover_photo.php:294 -#: ../../Zotlabs/Module/Network.php:15 ../../Zotlabs/Module/Filestorage.php:23 -#: ../../Zotlabs/Module/Filestorage.php:78 -#: ../../Zotlabs/Module/Filestorage.php:93 -#: ../../Zotlabs/Module/Filestorage.php:120 ../../Zotlabs/Module/Common.php:39 +#: ../../Zotlabs/Module/Network.php:15 ../../Zotlabs/Module/Filestorage.php:15 +#: ../../Zotlabs/Module/Filestorage.php:70 +#: ../../Zotlabs/Module/Filestorage.php:85 +#: ../../Zotlabs/Module/Filestorage.php:112 ../../Zotlabs/Module/Common.php:39 #: ../../Zotlabs/Module/Viewconnections.php:28 #: ../../Zotlabs/Module/Viewconnections.php:33 #: ../../Zotlabs/Module/Service_limits.php:11 @@ -245,16 +231,14 @@ msgstr "El perfil solicitado no está disponible." #: ../../Zotlabs/Lib/Chatroom.php:137 ../../Zotlabs/Web/WebServer.php:131 #: ../../addon/keepout/keepout.php:36 ../../addon/openid/Mod_Id.php:53 #: ../../addon/gitwiki/Mod_Gitwiki.php:196 -#: ../../addon/gitwiki/Mod_Gitwiki.php:292 -#: ../../addon/diaspora_reconnect/diaspora_reconnect.php:58 -#: ../../addon/pumpio/pumpio.php:40 ../../include/attach.php:144 -#: ../../include/attach.php:191 ../../include/attach.php:255 -#: ../../include/attach.php:269 ../../include/attach.php:276 -#: ../../include/attach.php:344 ../../include/attach.php:358 -#: ../../include/attach.php:365 ../../include/attach.php:442 -#: ../../include/attach.php:909 ../../include/attach.php:983 -#: ../../include/attach.php:1148 ../../include/items.php:3470 -#: ../../include/photos.php:27 +#: ../../addon/gitwiki/Mod_Gitwiki.php:292 ../../addon/pumpio/pumpio.php:40 +#: ../../include/attach.php:144 ../../include/attach.php:191 +#: ../../include/attach.php:255 ../../include/attach.php:269 +#: ../../include/attach.php:276 ../../include/attach.php:344 +#: ../../include/attach.php:358 ../../include/attach.php:365 +#: ../../include/attach.php:443 ../../include/attach.php:918 +#: ../../include/attach.php:992 ../../include/attach.php:1157 +#: ../../include/items.php:3440 ../../include/photos.php:28 msgid "Permission denied." msgstr "Acceso denegado." @@ -263,7 +247,7 @@ msgstr "Acceso denegado." msgid "Block Name" msgstr "Nombre del bloque" -#: ../../Zotlabs/Module/Blocks.php:154 ../../include/text.php:2267 +#: ../../Zotlabs/Module/Blocks.php:154 ../../include/text.php:2280 msgid "Blocks" msgstr "Bloques" @@ -272,25 +256,22 @@ msgid "Block Title" msgstr "Título del bloque" #: ../../Zotlabs/Module/Blocks.php:157 ../../Zotlabs/Module/Menu.php:114 -#: ../../Zotlabs/Module/Layouts.php:191 ../../Zotlabs/Module/Webpages.php:256 -#: ../../include/page_widgets.php:47 +#: ../../Zotlabs/Module/Layouts.php:191 ../../Zotlabs/Module/Webpages.php:251 msgid "Created" msgstr "Creado" #: ../../Zotlabs/Module/Blocks.php:158 ../../Zotlabs/Module/Menu.php:115 -#: ../../Zotlabs/Module/Layouts.php:192 ../../Zotlabs/Module/Webpages.php:257 -#: ../../include/page_widgets.php:48 +#: ../../Zotlabs/Module/Layouts.php:192 ../../Zotlabs/Module/Webpages.php:252 msgid "Edited" msgstr "Editado" -#: ../../Zotlabs/Module/Blocks.php:159 +#: ../../Zotlabs/Module/Blocks.php:159 ../../Zotlabs/Module/Cdav.php:1126 #: ../../Zotlabs/Module/New_channel.php:147 -#: ../../Zotlabs/Module/Connedit.php:917 ../../Zotlabs/Module/Menu.php:118 +#: ../../Zotlabs/Module/Connedit.php:935 ../../Zotlabs/Module/Menu.php:118 #: ../../Zotlabs/Module/Layouts.php:185 ../../Zotlabs/Module/Profiles.php:801 -#: ../../Zotlabs/Module/Webpages.php:244 ../../Zotlabs/Storage/Browser.php:228 -#: ../../Zotlabs/Storage/Browser.php:332 ../../addon/cdav/Mod_Cdav.php:1151 -#: ../../addon/cdav/include/widgets.php:127 -#: ../../addon/cdav/include/widgets.php:164 +#: ../../Zotlabs/Module/Webpages.php:239 ../../Zotlabs/Storage/Browser.php:229 +#: ../../Zotlabs/Storage/Browser.php:335 ../../Zotlabs/Widget/Cdav.php:127 +#: ../../Zotlabs/Widget/Cdav.php:164 msgid "Create" msgstr "Crear" @@ -298,52 +279,49 @@ msgstr "Crear" #: ../../Zotlabs/Module/Admin/Profs.php:154 #: ../../Zotlabs/Module/Settings/Oauth.php:149 #: ../../Zotlabs/Module/Thing.php:260 ../../Zotlabs/Module/Editblock.php:114 -#: ../../Zotlabs/Module/Connections.php:296 -#: ../../Zotlabs/Module/Connections.php:316 ../../Zotlabs/Module/Wiki.php:165 -#: ../../Zotlabs/Module/Wiki.php:275 ../../Zotlabs/Module/Menu.php:112 +#: ../../Zotlabs/Module/Connections.php:260 +#: ../../Zotlabs/Module/Connections.php:297 +#: ../../Zotlabs/Module/Connections.php:317 ../../Zotlabs/Module/Wiki.php:167 +#: ../../Zotlabs/Module/Wiki.php:300 ../../Zotlabs/Module/Menu.php:112 #: ../../Zotlabs/Module/Layouts.php:193 #: ../../Zotlabs/Module/Editwebpage.php:142 -#: ../../Zotlabs/Module/Webpages.php:245 ../../Zotlabs/Module/Editpost.php:80 -#: ../../Zotlabs/Lib/Apps.php:367 ../../Zotlabs/Lib/ThreadItem.php:107 -#: ../../Zotlabs/Storage/Browser.php:238 -#: ../../addon/cdav/include/widgets.php:125 -#: ../../addon/cdav/include/widgets.php:161 -#: ../../addon/gitwiki/Mod_Gitwiki.php:151 -#: ../../addon/gitwiki/Mod_Gitwiki.php:252 ../../include/channel.php:1044 -#: ../../include/channel.php:1048 ../../include/menu.php:113 -#: ../../include/page_widgets.php:9 ../../include/page_widgets.php:39 +#: ../../Zotlabs/Module/Webpages.php:240 ../../Zotlabs/Module/Editpost.php:85 +#: ../../Zotlabs/Lib/Apps.php:393 ../../Zotlabs/Lib/ThreadItem.php:107 +#: ../../Zotlabs/Storage/Browser.php:239 ../../Zotlabs/Widget/Cdav.php:125 +#: ../../Zotlabs/Widget/Cdav.php:161 ../../addon/gitwiki/Mod_Gitwiki.php:151 +#: ../../addon/gitwiki/Mod_Gitwiki.php:252 ../../include/channel.php:1161 +#: ../../include/channel.php:1165 ../../include/menu.php:113 msgid "Edit" msgstr "Editar" -#: ../../Zotlabs/Module/Blocks.php:161 ../../Zotlabs/Module/Photos.php:1042 -#: ../../Zotlabs/Module/Layouts.php:194 ../../Zotlabs/Module/Webpages.php:246 -#: ../../addon/cdav/include/widgets.php:123 -#: ../../include/conversation.php:1311 +#: ../../Zotlabs/Module/Blocks.php:161 ../../Zotlabs/Module/Photos.php:1044 +#: ../../Zotlabs/Module/Layouts.php:194 ../../Zotlabs/Module/Webpages.php:241 +#: ../../Zotlabs/Widget/Cdav.php:123 ../../include/conversation.php:1308 msgid "Share" msgstr "Compartir" #: ../../Zotlabs/Module/Blocks.php:162 ../../Zotlabs/Module/Editlayout.php:138 +#: ../../Zotlabs/Module/Cdav.php:838 ../../Zotlabs/Module/Cdav.php:1128 #: ../../Zotlabs/Module/Admin/Accounts.php:173 #: ../../Zotlabs/Module/Admin/Channels.php:149 #: ../../Zotlabs/Module/Admin/Profs.php:155 #: ../../Zotlabs/Module/Settings/Oauth.php:150 #: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Module/Editblock.php:139 -#: ../../Zotlabs/Module/Connections.php:267 -#: ../../Zotlabs/Module/Photos.php:1143 ../../Zotlabs/Module/Connedit.php:650 -#: ../../Zotlabs/Module/Connedit.php:919 ../../Zotlabs/Module/Group.php:177 +#: ../../Zotlabs/Module/Connections.php:268 +#: ../../Zotlabs/Module/Photos.php:1145 ../../Zotlabs/Module/Connedit.php:650 +#: ../../Zotlabs/Module/Connedit.php:937 ../../Zotlabs/Module/Group.php:179 #: ../../Zotlabs/Module/Profiles.php:803 #: ../../Zotlabs/Module/Editwebpage.php:167 -#: ../../Zotlabs/Module/Webpages.php:247 ../../Zotlabs/Lib/Apps.php:368 -#: ../../Zotlabs/Lib/ThreadItem.php:127 ../../Zotlabs/Storage/Browser.php:239 -#: ../../addon/cdav/Mod_Cdav.php:864 ../../addon/cdav/Mod_Cdav.php:1153 -#: ../../include/conversation.php:654 +#: ../../Zotlabs/Module/Webpages.php:242 ../../Zotlabs/Lib/Apps.php:394 +#: ../../Zotlabs/Lib/ThreadItem.php:127 ../../Zotlabs/Storage/Browser.php:240 +#: ../../include/conversation.php:649 ../../include/conversation.php:686 msgid "Delete" msgstr "Eliminar" #: ../../Zotlabs/Module/Blocks.php:166 ../../Zotlabs/Module/Events.php:694 -#: ../../Zotlabs/Module/Wiki.php:167 ../../Zotlabs/Module/Layouts.php:198 -#: ../../Zotlabs/Module/Webpages.php:251 ../../Zotlabs/Module/Pubsites.php:59 -#: ../../addon/gitwiki/Mod_Gitwiki.php:153 ../../include/page_widgets.php:42 +#: ../../Zotlabs/Module/Wiki.php:169 ../../Zotlabs/Module/Layouts.php:198 +#: ../../Zotlabs/Module/Webpages.php:246 ../../Zotlabs/Module/Pubsites.php:59 +#: ../../addon/gitwiki/Mod_Gitwiki.php:153 msgid "View" msgstr "Ver" @@ -376,52 +354,56 @@ msgid_plural "%d messages sent." msgstr[0] "%d mensajes enviados." msgstr[1] "%d mensajes enviados." -#: ../../Zotlabs/Module/Invite.php:105 +#: ../../Zotlabs/Module/Invite.php:98 ../../Zotlabs/Lib/Apps.php:254 +msgid "Invite" +msgstr "Invitar" + +#: ../../Zotlabs/Module/Invite.php:107 msgid "You have no more invitations available" msgstr "No tiene más invitaciones disponibles" -#: ../../Zotlabs/Module/Invite.php:136 +#: ../../Zotlabs/Module/Invite.php:138 msgid "Send invitations" msgstr "Enviar invitaciones" -#: ../../Zotlabs/Module/Invite.php:137 +#: ../../Zotlabs/Module/Invite.php:139 msgid "Enter email addresses, one per line:" msgstr "Introduzca las direcciones de correo electrónico, una por línea:" -#: ../../Zotlabs/Module/Invite.php:138 ../../Zotlabs/Module/Mail.php:303 +#: ../../Zotlabs/Module/Invite.php:140 ../../Zotlabs/Module/Mail.php:285 msgid "Your message:" msgstr "Su mensaje:" -#: ../../Zotlabs/Module/Invite.php:139 +#: ../../Zotlabs/Module/Invite.php:141 msgid "Please join my community on $Projectname." msgstr "Por favor, únase a mi comunidad en $Projectname." -#: ../../Zotlabs/Module/Invite.php:141 +#: ../../Zotlabs/Module/Invite.php:143 msgid "You will need to supply this invitation code:" msgstr "Tendrá que suministrar este código de invitación:" -#: ../../Zotlabs/Module/Invite.php:142 +#: ../../Zotlabs/Module/Invite.php:144 msgid "" "1. Register at any $Projectname location (they are all inter-connected)" msgstr "1. Regístrese en cualquier sitio de $Projectname (están todos interconectados)" -#: ../../Zotlabs/Module/Invite.php:144 +#: ../../Zotlabs/Module/Invite.php:146 msgid "2. Enter my $Projectname network address into the site searchbar." msgstr "2. Introduzca mi dirección $Projectname en la caja de búsqueda del sitio." -#: ../../Zotlabs/Module/Invite.php:145 +#: ../../Zotlabs/Module/Invite.php:147 msgid "or visit" msgstr "o visitar" -#: ../../Zotlabs/Module/Invite.php:147 +#: ../../Zotlabs/Module/Invite.php:149 msgid "3. Click [Connect]" msgstr "3. Pulse [conectar]" -#: ../../Zotlabs/Module/Invite.php:149 ../../Zotlabs/Module/Locs.php:121 +#: ../../Zotlabs/Module/Invite.php:151 ../../Zotlabs/Module/Locs.php:121 #: ../../Zotlabs/Module/Mitem.php:243 ../../Zotlabs/Module/Events.php:493 -#: ../../Zotlabs/Module/Appman.php:134 +#: ../../Zotlabs/Module/Appman.php:148 #: ../../Zotlabs/Module/Import_items.php:129 -#: ../../Zotlabs/Module/Setup.php:309 ../../Zotlabs/Module/Setup.php:357 +#: ../../Zotlabs/Module/Setup.php:308 ../../Zotlabs/Module/Setup.php:349 #: ../../Zotlabs/Module/Connect.php:98 #: ../../Zotlabs/Module/Admin/Features.php:66 #: ../../Zotlabs/Module/Admin/Plugins.php:438 @@ -429,35 +411,35 @@ msgstr "3. Pulse [conectar]" #: ../../Zotlabs/Module/Admin/Logs.php:84 #: ../../Zotlabs/Module/Admin/Channels.php:147 #: ../../Zotlabs/Module/Admin/Themes.php:158 -#: ../../Zotlabs/Module/Admin/Site.php:279 +#: ../../Zotlabs/Module/Admin/Site.php:271 #: ../../Zotlabs/Module/Admin/Profs.php:157 #: ../../Zotlabs/Module/Admin/Account_edit.php:74 #: ../../Zotlabs/Module/Admin/Security.php:104 #: ../../Zotlabs/Module/Settings/Permcats.php:110 -#: ../../Zotlabs/Module/Settings/Channel.php:476 +#: ../../Zotlabs/Module/Settings/Channel.php:480 #: ../../Zotlabs/Module/Settings/Features.php:47 #: ../../Zotlabs/Module/Settings/Tokens.php:168 #: ../../Zotlabs/Module/Settings/Account.php:118 -#: ../../Zotlabs/Module/Settings/Featured.php:50 +#: ../../Zotlabs/Module/Settings/Featured.php:52 #: ../../Zotlabs/Module/Settings/Display.php:203 #: ../../Zotlabs/Module/Settings/Oauth.php:87 #: ../../Zotlabs/Module/Thing.php:320 ../../Zotlabs/Module/Thing.php:370 -#: ../../Zotlabs/Module/Import.php:514 ../../Zotlabs/Module/Cal.php:343 -#: ../../Zotlabs/Module/Mood.php:139 ../../Zotlabs/Module/Photos.php:657 -#: ../../Zotlabs/Module/Photos.php:1022 ../../Zotlabs/Module/Photos.php:1062 -#: ../../Zotlabs/Module/Photos.php:1180 ../../Zotlabs/Module/Wiki.php:169 -#: ../../Zotlabs/Module/Pdledit.php:74 ../../Zotlabs/Module/Poke.php:186 -#: ../../Zotlabs/Module/Connedit.php:882 ../../Zotlabs/Module/Chat.php:194 -#: ../../Zotlabs/Module/Chat.php:240 ../../Zotlabs/Module/Pconfig.php:107 -#: ../../Zotlabs/Module/Group.php:85 ../../Zotlabs/Module/Profiles.php:726 +#: ../../Zotlabs/Module/Import.php:518 ../../Zotlabs/Module/Cal.php:343 +#: ../../Zotlabs/Module/Mood.php:139 ../../Zotlabs/Module/Photos.php:659 +#: ../../Zotlabs/Module/Photos.php:1024 ../../Zotlabs/Module/Photos.php:1064 +#: ../../Zotlabs/Module/Photos.php:1182 ../../Zotlabs/Module/Wiki.php:171 +#: ../../Zotlabs/Module/Pdledit.php:74 ../../Zotlabs/Module/Poke.php:200 +#: ../../Zotlabs/Module/Connedit.php:900 ../../Zotlabs/Module/Chat.php:196 +#: ../../Zotlabs/Module/Chat.php:242 ../../Zotlabs/Module/Pconfig.php:107 +#: ../../Zotlabs/Module/Group.php:87 ../../Zotlabs/Module/Profiles.php:726 #: ../../Zotlabs/Module/Sources.php:114 ../../Zotlabs/Module/Sources.php:149 -#: ../../Zotlabs/Module/Xchan.php:15 ../../Zotlabs/Module/Mail.php:449 -#: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Rate.php:166 -#: ../../Zotlabs/Lib/ThreadItem.php:732 +#: ../../Zotlabs/Module/Xchan.php:15 ../../Zotlabs/Module/Mail.php:431 +#: ../../Zotlabs/Module/Filestorage.php:155 ../../Zotlabs/Module/Rate.php:166 +#: ../../Zotlabs/Lib/ThreadItem.php:730 #: ../../Zotlabs/Widget/Eventstools.php:16 -#: ../../view/theme/redbasic/php/config.php:84 -#: ../../addon/skeleton/skeleton.php:65 ../../addon/gnusoc/gnusoc.php:134 -#: ../../addon/cdav/cdav.php:246 ../../addon/planets/planets.php:157 +#: ../../view/theme/redbasic/php/config.php:95 +#: ../../addon/skeleton/skeleton.php:65 ../../addon/gnusoc/gnusoc.php:226 +#: ../../addon/planets/planets.php:153 #: ../../addon/openclipatar/openclipatar.php:53 #: ../../addon/wppost/wppost.php:113 ../../addon/nsfw/nsfw.php:92 #: ../../addon/ijpost/ijpost.php:89 ../../addon/dwpost/dwpost.php:89 @@ -465,7 +447,7 @@ msgstr "3. Pulse [conectar]" #: ../../addon/likebanner/likebanner.php:57 #: ../../addon/redphotos/redphotos.php:136 ../../addon/irc/irc.php:53 #: ../../addon/ljpost/ljpost.php:86 ../../addon/startpage/startpage.php:113 -#: ../../addon/diaspora/diaspora.php:712 +#: ../../addon/diaspora/diaspora.php:759 #: ../../addon/gitwiki/Mod_Gitwiki.php:155 #: ../../addon/rainbowtag/rainbowtag.php:85 ../../addon/visage/visage.php:170 #: ../../addon/nsabait/nsabait.php:161 ../../addon/mailtest/mailtest.php:100 @@ -481,11 +463,11 @@ msgstr "3. Pulse [conectar]" #: ../../addon/statusnet/statusnet.php:432 #: ../../addon/statusnet/statusnet.php:899 ../../addon/twitter/twitter.php:217 #: ../../addon/twitter/twitter.php:259 -#: ../../addon/smileybutton/smileybutton.php:281 +#: ../../addon/smileybutton/smileybutton.php:219 #: ../../addon/piwik/piwik.php:95 ../../addon/pageheader/pageheader.php:48 -#: ../../addon/xmpp/xmpp.php:69 ../../addon/pumpio/pumpio.php:237 -#: ../../addon/redfiles/redfiles.php:124 ../../addon/hubwall/hubwall.php:95 -#: ../../include/js_strings.php:22 +#: ../../addon/authchoose/authchoose.php:71 ../../addon/xmpp/xmpp.php:69 +#: ../../addon/pumpio/pumpio.php:237 ../../addon/redfiles/redfiles.php:124 +#: ../../addon/hubwall/hubwall.php:95 ../../include/js_strings.php:22 msgid "Submit" msgstr "Enviar" @@ -511,12 +493,12 @@ msgid "Edit Layout" msgstr "Modificar la plantilla" #: ../../Zotlabs/Module/Profperm.php:28 ../../Zotlabs/Module/Subthread.php:62 -#: ../../Zotlabs/Module/Import_items.php:120 ../../Zotlabs/Module/Group.php:72 +#: ../../Zotlabs/Module/Import_items.php:120 ../../Zotlabs/Module/Group.php:74 #: ../../Zotlabs/Module/Dreport.php:10 ../../Zotlabs/Module/Dreport.php:68 #: ../../Zotlabs/Module/Like.php:283 ../../Zotlabs/Web/WebServer.php:130 #: ../../addon/redphotos/redphotos.php:119 #: ../../addon/frphotos/frphotos.php:81 ../../addon/redfiles/redfiles.php:109 -#: ../../include/items.php:327 +#: ../../include/items.php:340 msgid "Permission denied" msgstr "Permiso denegado" @@ -528,7 +510,7 @@ msgstr "Identificador del perfil no válido" msgid "Profile Visibility Editor" msgstr "Editor de visibilidad del perfil" -#: ../../Zotlabs/Module/Profperm.php:113 ../../include/channel.php:1362 +#: ../../Zotlabs/Module/Profperm.php:113 ../../include/channel.php:1485 msgid "Profile" msgstr "Perfil" @@ -541,10 +523,291 @@ msgid "Visible To" msgstr "Visible para" #: ../../Zotlabs/Module/Profperm.php:140 -#: ../../Zotlabs/Module/Connections.php:141 +#: ../../Zotlabs/Module/Connections.php:140 msgid "All Connections" msgstr "Todas las conexiones" +#: ../../Zotlabs/Module/Cdav.php:726 +msgid "INVALID EVENT DISMISSED!" +msgstr "¡EVENTO NO VÁLIDO RECHAZADO!" + +#: ../../Zotlabs/Module/Cdav.php:727 +msgid "Summary: " +msgstr "Resumen: " + +#: ../../Zotlabs/Module/Cdav.php:727 ../../Zotlabs/Module/Cdav.php:728 +#: ../../Zotlabs/Module/Cdav.php:735 ../../Zotlabs/Module/Embedphotos.php:146 +#: ../../Zotlabs/Module/Photos.php:759 ../../Zotlabs/Module/Photos.php:1215 +#: ../../Zotlabs/Lib/Apps.php:721 ../../Zotlabs/Lib/Apps.php:799 +#: ../../Zotlabs/Storage/Browser.php:164 ../../Zotlabs/Widget/Portfolio.php:86 +#: ../../Zotlabs/Widget/Album.php:84 ../../include/conversation.php:1107 +msgid "Unknown" +msgstr "Desconocido" + +#: ../../Zotlabs/Module/Cdav.php:728 +msgid "Date: " +msgstr "Fecha: " + +#: ../../Zotlabs/Module/Cdav.php:729 ../../Zotlabs/Module/Cdav.php:736 +msgid "Reason: " +msgstr "Razón: " + +#: ../../Zotlabs/Module/Cdav.php:734 +msgid "INVALID CARD DISMISSED!" +msgstr "¡TARJETA NO VÁLIDA RECHAZADA!" + +#: ../../Zotlabs/Module/Cdav.php:735 +msgid "Name: " +msgstr "Nombre: " + +#: ../../Zotlabs/Module/Cdav.php:768 +msgid "CalDAV" +msgstr "CalDAV" + +#: ../../Zotlabs/Module/Cdav.php:809 ../../Zotlabs/Module/Events.php:460 +msgid "Event title" +msgstr "Título del evento" + +#: ../../Zotlabs/Module/Cdav.php:810 ../../Zotlabs/Module/Events.php:466 +msgid "Start date and time" +msgstr "Fecha y hora de comienzo" + +#: ../../Zotlabs/Module/Cdav.php:810 ../../Zotlabs/Module/Cdav.php:811 +msgid "Example: YYYY-MM-DD HH:mm" +msgstr "Ejemplo: YYYY-MM-DD HH:mm" + +#: ../../Zotlabs/Module/Cdav.php:811 +msgid "End date and time" +msgstr "Fecha y hora de finalización" + +#: ../../Zotlabs/Module/Cdav.php:812 ../../Zotlabs/Module/Events.php:473 +#: ../../Zotlabs/Module/Appman.php:138 ../../Zotlabs/Module/Rbmark.php:101 +#: ../../addon/rendezvous/rendezvous.php:173 +msgid "Description" +msgstr "Descripción" + +#: ../../Zotlabs/Module/Cdav.php:813 ../../Zotlabs/Module/Locs.php:117 +#: ../../Zotlabs/Module/Events.php:475 ../../Zotlabs/Module/Profiles.php:509 +#: ../../Zotlabs/Module/Profiles.php:737 ../../Zotlabs/Module/Pubsites.php:51 +#: ../../include/js_strings.php:25 +msgid "Location" +msgstr "Ubicación" + +#: ../../Zotlabs/Module/Cdav.php:820 ../../Zotlabs/Module/Events.php:689 +#: ../../Zotlabs/Module/Events.php:698 ../../Zotlabs/Module/Cal.php:337 +#: ../../Zotlabs/Module/Cal.php:344 ../../Zotlabs/Module/Photos.php:913 +msgid "Previous" +msgstr "Anterior" + +#: ../../Zotlabs/Module/Cdav.php:821 ../../Zotlabs/Module/Events.php:690 +#: ../../Zotlabs/Module/Events.php:699 ../../Zotlabs/Module/Setup.php:263 +#: ../../Zotlabs/Module/Cal.php:338 ../../Zotlabs/Module/Cal.php:345 +#: ../../Zotlabs/Module/Photos.php:922 +msgid "Next" +msgstr "Siguiente" + +#: ../../Zotlabs/Module/Cdav.php:822 ../../Zotlabs/Module/Events.php:700 +#: ../../Zotlabs/Module/Cal.php:346 +msgid "Today" +msgstr "Hoy" + +#: ../../Zotlabs/Module/Cdav.php:823 ../../Zotlabs/Module/Events.php:695 +msgid "Month" +msgstr "Mes" + +#: ../../Zotlabs/Module/Cdav.php:824 ../../Zotlabs/Module/Events.php:696 +msgid "Week" +msgstr "Semana" + +#: ../../Zotlabs/Module/Cdav.php:825 ../../Zotlabs/Module/Events.php:697 +msgid "Day" +msgstr "Día" + +#: ../../Zotlabs/Module/Cdav.php:826 +msgid "List month" +msgstr "Lista mensual" + +#: ../../Zotlabs/Module/Cdav.php:827 +msgid "List week" +msgstr "Lista semanal" + +#: ../../Zotlabs/Module/Cdav.php:828 +msgid "List day" +msgstr "Lista diaria" + +#: ../../Zotlabs/Module/Cdav.php:835 +msgid "More" +msgstr "Más" + +#: ../../Zotlabs/Module/Cdav.php:836 +msgid "Less" +msgstr "Menos" + +#: ../../Zotlabs/Module/Cdav.php:837 +msgid "Select calendar" +msgstr "Seleccionar un calendario" + +#: ../../Zotlabs/Module/Cdav.php:839 +msgid "Delete all" +msgstr "Eliminar todos" + +#: ../../Zotlabs/Module/Cdav.php:840 ../../Zotlabs/Module/Cdav.php:1129 +#: ../../Zotlabs/Module/Admin/Plugins.php:423 +#: ../../Zotlabs/Module/Settings/Oauth.php:88 +#: ../../Zotlabs/Module/Settings/Oauth.php:114 +#: ../../Zotlabs/Module/Wiki.php:290 ../../Zotlabs/Module/Wiki.php:316 +#: ../../Zotlabs/Module/Connedit.php:938 ../../Zotlabs/Module/Fbrowser.php:66 +#: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Profiles.php:804 +#: ../../Zotlabs/Module/Filer.php:55 ../../Zotlabs/Module/Tagrm.php:15 +#: ../../Zotlabs/Module/Tagrm.php:138 ../../addon/js_upload/js_upload.php:46 +#: ../../addon/gitwiki/Mod_Gitwiki.php:244 +#: ../../addon/gitwiki/Mod_Gitwiki.php:267 ../../include/conversation.php:1324 +#: ../../include/conversation.php:1373 +msgid "Cancel" +msgstr "Cancelar" + +#: ../../Zotlabs/Module/Cdav.php:841 +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:969 +msgid "CardDAV" +msgstr "CardDAV" + +#: ../../Zotlabs/Module/Cdav.php:1111 +#: ../../Zotlabs/Module/Sharedwithme.php:105 +#: ../../Zotlabs/Module/Admin/Channels.php:159 +#: ../../Zotlabs/Module/Settings/Oauth.php:89 +#: ../../Zotlabs/Module/Settings/Oauth.php:115 +#: ../../Zotlabs/Module/Wiki.php:174 ../../Zotlabs/Module/Connedit.php:920 +#: ../../Zotlabs/Module/Chat.php:251 ../../Zotlabs/Lib/NativeWikiPage.php:539 +#: ../../Zotlabs/Storage/Browser.php:234 +#: ../../Zotlabs/Widget/Wiki_page_history.php:22 +#: ../../addon/rendezvous/rendezvous.php:172 +#: ../../addon/gitwiki/Mod_Gitwiki.php:158 +msgid "Name" +msgstr "Nombre" + +#: ../../Zotlabs/Module/Cdav.php:1112 ../../Zotlabs/Module/Connedit.php:921 +msgid "Organisation" +msgstr "Organización" + +#: ../../Zotlabs/Module/Cdav.php:1113 ../../Zotlabs/Module/Connedit.php:922 +msgid "Title" +msgstr "Título" + +#: ../../Zotlabs/Module/Cdav.php:1114 ../../Zotlabs/Module/Connedit.php:923 +#: ../../Zotlabs/Module/Profiles.php:789 +msgid "Phone" +msgstr "Teléfono" + +#: ../../Zotlabs/Module/Cdav.php:1115 +#: ../../Zotlabs/Module/Admin/Accounts.php:169 +#: ../../Zotlabs/Module/Admin/Accounts.php:181 +#: ../../Zotlabs/Module/Connedit.php:924 ../../Zotlabs/Module/Profiles.php:790 +#: ../../addon/openid/MysqlProvider.php:56 +#: ../../addon/openid/MysqlProvider.php:57 ../../addon/rtof/rtof.php:93 +#: ../../addon/redred/redred.php:107 ../../include/network.php:1697 +msgid "Email" +msgstr "Correo electrónico" + +#: ../../Zotlabs/Module/Cdav.php:1116 ../../Zotlabs/Module/Connedit.php:925 +#: ../../Zotlabs/Module/Profiles.php:791 +msgid "Instant messenger" +msgstr "Mensajería instantánea" + +#: ../../Zotlabs/Module/Cdav.php:1117 ../../Zotlabs/Module/Connedit.php:926 +#: ../../Zotlabs/Module/Profiles.php:792 +msgid "Website" +msgstr "Sitio web" + +#: ../../Zotlabs/Module/Cdav.php:1118 ../../Zotlabs/Module/Locs.php:118 +#: ../../Zotlabs/Module/Admin/Channels.php:160 +#: ../../Zotlabs/Module/Connedit.php:927 ../../Zotlabs/Module/Profiles.php:502 +#: ../../Zotlabs/Module/Profiles.php:793 +msgid "Address" +msgstr "Dirección" + +#: ../../Zotlabs/Module/Cdav.php:1119 ../../Zotlabs/Module/Connedit.php:928 +#: ../../Zotlabs/Module/Profiles.php:794 +msgid "Note" +msgstr "Nota" + +#: ../../Zotlabs/Module/Cdav.php:1120 ../../Zotlabs/Module/Connedit.php:929 +#: ../../Zotlabs/Module/Profiles.php:795 ../../include/event.php:1290 +#: ../../include/connections.php:674 +msgid "Mobile" +msgstr "Móvil" + +#: ../../Zotlabs/Module/Cdav.php:1121 ../../Zotlabs/Module/Connedit.php:930 +#: ../../Zotlabs/Module/Profiles.php:796 ../../include/event.php:1291 +#: ../../include/connections.php:675 +msgid "Home" +msgstr "Inicio" + +#: ../../Zotlabs/Module/Cdav.php:1122 ../../Zotlabs/Module/Connedit.php:931 +#: ../../Zotlabs/Module/Profiles.php:797 ../../include/event.php:1294 +#: ../../include/connections.php:678 +msgid "Work" +msgstr "Trabajo" + +#: ../../Zotlabs/Module/Cdav.php:1124 ../../Zotlabs/Module/Connedit.php:933 +#: ../../Zotlabs/Module/Profiles.php:799 +#: ../../addon/jappixmini/jappixmini.php:368 +msgid "Add Contact" +msgstr "Añadir un contacto" + +#: ../../Zotlabs/Module/Cdav.php:1125 ../../Zotlabs/Module/Connedit.php:934 +#: ../../Zotlabs/Module/Profiles.php:800 +msgid "Add Field" +msgstr "Añadir un campo" + +#: ../../Zotlabs/Module/Cdav.php:1127 +#: ../../Zotlabs/Module/Admin/Plugins.php:453 +#: ../../Zotlabs/Module/Settings/Oauth.php:42 +#: ../../Zotlabs/Module/Settings/Oauth.php:113 +#: ../../Zotlabs/Module/Connedit.php:936 ../../Zotlabs/Module/Profiles.php:802 +#: ../../Zotlabs/Lib/Apps.php:384 +msgid "Update" +msgstr "Actualizar" + +#: ../../Zotlabs/Module/Cdav.php:1130 ../../Zotlabs/Module/Connedit.php:939 +msgid "P.O. Box" +msgstr "Buzón de correos" + +#: ../../Zotlabs/Module/Cdav.php:1131 ../../Zotlabs/Module/Connedit.php:940 +msgid "Additional" +msgstr "Adicional" + +#: ../../Zotlabs/Module/Cdav.php:1132 ../../Zotlabs/Module/Connedit.php:941 +msgid "Street" +msgstr "Calle" + +#: ../../Zotlabs/Module/Cdav.php:1133 ../../Zotlabs/Module/Connedit.php:942 +msgid "Locality" +msgstr "Localidad" + +#: ../../Zotlabs/Module/Cdav.php:1134 ../../Zotlabs/Module/Connedit.php:943 +msgid "Region" +msgstr "Provincia, región o estado" + +#: ../../Zotlabs/Module/Cdav.php:1135 ../../Zotlabs/Module/Connedit.php:944 +msgid "ZIP Code" +msgstr "Código postal" + +#: ../../Zotlabs/Module/Cdav.php:1136 ../../Zotlabs/Module/Connedit.php:945 +#: ../../Zotlabs/Module/Profiles.php:760 +msgid "Country" +msgstr "País" + +#: ../../Zotlabs/Module/Cdav.php:1183 +msgid "Default Calendar" +msgstr "Calendario por defecto" + +#: ../../Zotlabs/Module/Cdav.php:1193 +msgid "Default Addressbook" +msgstr "Agenda de direcciones por defecto" + #: ../../Zotlabs/Module/Regdir.php:49 ../../Zotlabs/Module/Dirsearch.php:25 msgid "This site is not a directory server" msgstr "Este sitio no es un servidor de directorio" @@ -554,20 +817,30 @@ msgstr "Este sitio no es un servidor de directorio" msgid "You must be logged in to see this page." msgstr "Debe haber iniciado sesión para poder ver esta página." -#: ../../Zotlabs/Module/Channel.php:47 ../../Zotlabs/Module/Hcard.php:35 -#: ../../Zotlabs/Module/Profile.php:43 +#: ../../Zotlabs/Module/Channel.php:47 ../../Zotlabs/Module/Hcard.php:37 +#: ../../Zotlabs/Module/Profile.php:45 msgid "Posts and comments" msgstr "Publicaciones y comentarios" -#: ../../Zotlabs/Module/Channel.php:54 ../../Zotlabs/Module/Hcard.php:42 -#: ../../Zotlabs/Module/Profile.php:50 +#: ../../Zotlabs/Module/Channel.php:54 ../../Zotlabs/Module/Hcard.php:44 +#: ../../Zotlabs/Module/Profile.php:52 msgid "Only posts" msgstr "Solo publicaciones" +#: ../../Zotlabs/Module/Channel.php:97 ../../Zotlabs/Lib/Apps.php:240 +#: ../../include/nav.php:175 +msgid "Channel Home" +msgstr "Mi canal" + #: ../../Zotlabs/Module/Channel.php:112 msgid "Insufficient permissions. Request redirected to profile page." msgstr "Permisos insuficientes. Petición redirigida a la página del perfil." +#: ../../Zotlabs/Module/Lang.php:8 ../../Zotlabs/Lib/Apps.php:256 +#: ../../addon/openid/MysqlProvider.php:69 +msgid "Language" +msgstr "Idioma" + #: ../../Zotlabs/Module/Uexport.php:57 ../../Zotlabs/Module/Uexport.php:58 msgid "Export Channel" msgstr "Exportar el canal" @@ -633,19 +906,20 @@ msgstr "Estos ficheros pueden ser importados o restaurados visitando <a href=\"% msgid "Public access denied." msgstr "Acceso público denegado." -#: ../../Zotlabs/Module/Search.php:44 ../../Zotlabs/Module/Connections.php:312 -#: ../../Zotlabs/Lib/Apps.php:237 ../../Zotlabs/Widget/Sitesearch.php:31 -#: ../../include/text.php:1027 ../../include/text.php:1039 -#: ../../include/acl_selectors.php:213 ../../include/nav.php:164 +#: ../../Zotlabs/Module/Search.php:25 ../../Zotlabs/Module/Search.php:44 +#: ../../Zotlabs/Module/Connections.php:313 ../../Zotlabs/Lib/Apps.php:250 +#: ../../Zotlabs/Widget/Sitesearch.php:31 ../../include/text.php:1021 +#: ../../include/text.php:1033 ../../include/acl_selectors.php:213 +#: ../../include/nav.php:160 msgid "Search" msgstr "Buscar" -#: ../../Zotlabs/Module/Search.php:224 +#: ../../Zotlabs/Module/Search.php:225 #, php-format msgid "Items tagged with: %s" msgstr "elementos etiquetados con: %s" -#: ../../Zotlabs/Module/Search.php:226 +#: ../../Zotlabs/Module/Search.php:227 #, php-format msgid "Search results for: %s" msgstr "Resultados de la búsqueda para: %s" @@ -676,21 +950,7 @@ msgstr "No encontrada ninguna dirección." msgid "Manage Channel Locations" msgstr "Gestionar las direcciones del canal" -#: ../../Zotlabs/Module/Locs.php:117 ../../Zotlabs/Module/Events.php:475 -#: ../../Zotlabs/Module/Profiles.php:509 ../../Zotlabs/Module/Profiles.php:737 -#: ../../Zotlabs/Module/Pubsites.php:51 ../../addon/cdav/Mod_Cdav.php:839 -#: ../../include/js_strings.php:25 -msgid "Location" -msgstr "Ubicación" - -#: ../../Zotlabs/Module/Locs.php:118 -#: ../../Zotlabs/Module/Admin/Channels.php:160 -#: ../../Zotlabs/Module/Connedit.php:909 ../../Zotlabs/Module/Profiles.php:502 -#: ../../Zotlabs/Module/Profiles.php:793 ../../addon/cdav/Mod_Cdav.php:1143 -msgid "Address" -msgstr "Dirección" - -#: ../../Zotlabs/Module/Locs.php:119 +#: ../../Zotlabs/Module/Locs.php:119 ../../Zotlabs/Module/Admin.php:111 msgid "Primary" msgstr "Primario" @@ -716,6 +976,15 @@ msgstr "Cuando sea posible, elimine una ubicación iniciando sesión en el sitio msgid "Use this form to drop the location if the hub is no longer operating." msgstr "Utilice este formulario para eliminar la dirección si el \"hub\" no está funcionando desde hace tiempo." +#: ../../Zotlabs/Module/Apporder.php:34 +msgid "Change Order of Navigation Apps" +msgstr "Cambiar el orden de las aplicaciones en la barra de navegación" + +#: ../../Zotlabs/Module/Apporder.php:35 +msgid "" +"Use arrows to move the corresponding app up or down in the display list" +msgstr "Utilizar las flechas para mover la aplicación correspondiente hacia arriba o hacia abajo en la lista de visualización" + #: ../../Zotlabs/Module/Mitem.php:28 ../../Zotlabs/Module/Menu.php:144 msgid "Menu not found." msgstr "Menú no encontrado" @@ -742,7 +1011,7 @@ msgid "Menu Item Permissions" msgstr "Permisos del elemento del menú" #: ../../Zotlabs/Module/Mitem.php:154 ../../Zotlabs/Module/Mitem.php:231 -#: ../../Zotlabs/Module/Settings/Channel.php:510 +#: ../../Zotlabs/Module/Settings/Channel.php:513 msgid "(click to open/close)" msgstr "(pulsar para abrir o cerrar)" @@ -766,18 +1035,19 @@ msgstr "Usar la autenticación mágica si está disponible" #: ../../Zotlabs/Module/Mitem.php:240 ../../Zotlabs/Module/Mitem.php:241 #: ../../Zotlabs/Module/Events.php:470 ../../Zotlabs/Module/Events.php:471 #: ../../Zotlabs/Module/Removeme.php:63 -#: ../../Zotlabs/Module/Admin/Site.php:237 -#: ../../Zotlabs/Module/Settings/Channel.php:294 +#: ../../Zotlabs/Module/Admin/Site.php:235 +#: ../../Zotlabs/Module/Settings/Channel.php:298 #: ../../Zotlabs/Module/Settings/Display.php:103 -#: ../../Zotlabs/Module/Api.php:97 ../../Zotlabs/Module/Photos.php:642 -#: ../../Zotlabs/Module/Wiki.php:180 ../../Zotlabs/Module/Connedit.php:392 +#: ../../Zotlabs/Module/Api.php:97 ../../Zotlabs/Module/Photos.php:644 +#: ../../Zotlabs/Module/Wiki.php:182 ../../Zotlabs/Module/Connedit.php:392 #: ../../Zotlabs/Module/Connedit.php:775 ../../Zotlabs/Module/Menu.php:100 #: ../../Zotlabs/Module/Menu.php:157 ../../Zotlabs/Module/Profiles.php:681 -#: ../../Zotlabs/Module/Filestorage.php:160 -#: ../../Zotlabs/Module/Filestorage.php:168 ../../boot.php:1633 -#: ../../view/theme/redbasic/php/config.php:89 -#: ../../view/theme/redbasic/php/config.php:104 ../../addon/cdav/cdav.php:234 -#: ../../addon/planets/planets.php:153 ../../addon/wppost/wppost.php:82 +#: ../../Zotlabs/Module/Filestorage.php:150 +#: ../../Zotlabs/Module/Filestorage.php:158 +#: ../../Zotlabs/Storage/Browser.php:351 ../../boot.php:1605 +#: ../../view/theme/redbasic/php/config.php:100 +#: ../../view/theme/redbasic/php/config.php:115 +#: ../../addon/planets/planets.php:149 ../../addon/wppost/wppost.php:82 #: ../../addon/wppost/wppost.php:105 ../../addon/wppost/wppost.php:109 #: ../../addon/nsfw/nsfw.php:84 ../../addon/ijpost/ijpost.php:73 #: ../../addon/ijpost/ijpost.php:85 ../../addon/dwpost/dwpost.php:73 @@ -800,8 +1070,9 @@ msgstr "Usar la autenticación mágica si está disponible" #: ../../addon/statusnet/statusnet.php:415 #: ../../addon/statusnet/statusnet.php:424 ../../addon/twitter/twitter.php:242 #: ../../addon/twitter/twitter.php:246 ../../addon/twitter/twitter.php:255 -#: ../../addon/smileybutton/smileybutton.php:273 -#: ../../addon/smileybutton/smileybutton.php:277 ../../addon/xmpp/xmpp.php:53 +#: ../../addon/smileybutton/smileybutton.php:211 +#: ../../addon/smileybutton/smileybutton.php:215 +#: ../../addon/authchoose/authchoose.php:67 ../../addon/xmpp/xmpp.php:53 #: ../../addon/pumpio/pumpio.php:219 ../../addon/pumpio/pumpio.php:223 #: ../../addon/pumpio/pumpio.php:227 ../../addon/pumpio/pumpio.php:231 #: ../../include/dir_fns.php:143 ../../include/dir_fns.php:144 @@ -813,18 +1084,19 @@ msgstr "No" #: ../../Zotlabs/Module/Mitem.php:240 ../../Zotlabs/Module/Mitem.php:241 #: ../../Zotlabs/Module/Events.php:470 ../../Zotlabs/Module/Events.php:471 #: ../../Zotlabs/Module/Removeme.php:63 -#: ../../Zotlabs/Module/Admin/Site.php:239 -#: ../../Zotlabs/Module/Settings/Channel.php:294 +#: ../../Zotlabs/Module/Admin/Site.php:237 +#: ../../Zotlabs/Module/Settings/Channel.php:298 #: ../../Zotlabs/Module/Settings/Display.php:103 -#: ../../Zotlabs/Module/Api.php:96 ../../Zotlabs/Module/Photos.php:642 -#: ../../Zotlabs/Module/Wiki.php:180 ../../Zotlabs/Module/Connedit.php:392 +#: ../../Zotlabs/Module/Api.php:96 ../../Zotlabs/Module/Photos.php:644 +#: ../../Zotlabs/Module/Wiki.php:182 ../../Zotlabs/Module/Connedit.php:392 #: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 #: ../../Zotlabs/Module/Profiles.php:681 -#: ../../Zotlabs/Module/Filestorage.php:160 -#: ../../Zotlabs/Module/Filestorage.php:168 ../../boot.php:1633 -#: ../../view/theme/redbasic/php/config.php:89 -#: ../../view/theme/redbasic/php/config.php:104 ../../addon/cdav/cdav.php:234 -#: ../../addon/planets/planets.php:153 ../../addon/wppost/wppost.php:82 +#: ../../Zotlabs/Module/Filestorage.php:150 +#: ../../Zotlabs/Module/Filestorage.php:158 +#: ../../Zotlabs/Storage/Browser.php:351 ../../boot.php:1605 +#: ../../view/theme/redbasic/php/config.php:100 +#: ../../view/theme/redbasic/php/config.php:115 +#: ../../addon/planets/planets.php:149 ../../addon/wppost/wppost.php:82 #: ../../addon/wppost/wppost.php:105 ../../addon/wppost/wppost.php:109 #: ../../addon/nsfw/nsfw.php:84 ../../addon/ijpost/ijpost.php:73 #: ../../addon/ijpost/ijpost.php:85 ../../addon/dwpost/dwpost.php:73 @@ -847,8 +1119,9 @@ msgstr "No" #: ../../addon/statusnet/statusnet.php:415 #: ../../addon/statusnet/statusnet.php:424 ../../addon/twitter/twitter.php:242 #: ../../addon/twitter/twitter.php:246 ../../addon/twitter/twitter.php:255 -#: ../../addon/smileybutton/smileybutton.php:273 -#: ../../addon/smileybutton/smileybutton.php:277 ../../addon/xmpp/xmpp.php:53 +#: ../../addon/smileybutton/smileybutton.php:211 +#: ../../addon/smileybutton/smileybutton.php:215 +#: ../../addon/authchoose/authchoose.php:67 ../../addon/xmpp/xmpp.php:53 #: ../../addon/pumpio/pumpio.php:219 ../../addon/pumpio/pumpio.php:223 #: ../../addon/pumpio/pumpio.php:227 ../../addon/pumpio/pumpio.php:231 #: ../../include/dir_fns.php:143 ../../include/dir_fns.php:144 @@ -963,20 +1236,23 @@ msgstr "Evento no encontrado." #: ../../Zotlabs/Module/Events.php:260 ../../Zotlabs/Module/Tagger.php:51 #: ../../Zotlabs/Module/Like.php:372 ../../include/conversation.php:119 -#: ../../include/text.php:1940 ../../include/event.php:1141 +#: ../../include/text.php:1933 ../../include/event.php:1145 msgid "event" msgstr "evento" +#: ../../Zotlabs/Module/Events.php:275 ../../Zotlabs/Lib/Apps.php:243 +#: ../../include/conversation.php:1799 ../../include/conversation.php:1802 +#: ../../include/nav.php:195 ../../include/nav.php:397 +#: ../../include/nav.php:400 +msgid "Events" +msgstr "Eventos" + #: ../../Zotlabs/Module/Events.php:460 msgid "Edit event title" msgstr "Editar el título del evento" -#: ../../Zotlabs/Module/Events.php:460 ../../addon/cdav/Mod_Cdav.php:835 -msgid "Event title" -msgstr "Título del evento" - #: ../../Zotlabs/Module/Events.php:460 ../../Zotlabs/Module/Events.php:465 -#: ../../Zotlabs/Module/Appman.php:122 ../../Zotlabs/Module/Appman.php:123 +#: ../../Zotlabs/Module/Appman.php:136 ../../Zotlabs/Module/Appman.php:137 #: ../../Zotlabs/Module/Profiles.php:748 ../../Zotlabs/Module/Profiles.php:752 #: ../../include/datetime.php:259 msgid "Required" @@ -998,10 +1274,6 @@ msgstr "Tema" msgid "Edit start date and time" msgstr "Modificar la fecha y hora de comienzo" -#: ../../Zotlabs/Module/Events.php:466 ../../addon/cdav/Mod_Cdav.php:836 -msgid "Start date and time" -msgstr "Fecha y hora de comienzo" - #: ../../Zotlabs/Module/Events.php:467 ../../Zotlabs/Module/Events.php:470 msgid "Finish date and time are not known or not relevant" msgstr "La fecha y hora de terminación no se conocen o no son relevantes" @@ -1028,23 +1300,17 @@ msgstr "Importante para los eventos que suceden en un lugar determinado. No es p msgid "Edit Description" msgstr "Editar la descripción" -#: ../../Zotlabs/Module/Events.php:473 ../../Zotlabs/Module/Appman.php:124 -#: ../../Zotlabs/Module/Rbmark.php:101 -#: ../../addon/rendezvous/rendezvous.php:173 ../../addon/cdav/Mod_Cdav.php:838 -msgid "Description" -msgstr "Descripción" - #: ../../Zotlabs/Module/Events.php:475 msgid "Edit Location" msgstr "Modificar la dirección" -#: ../../Zotlabs/Module/Events.php:478 ../../Zotlabs/Module/Photos.php:1063 -#: ../../Zotlabs/Module/Webpages.php:252 ../../Zotlabs/Lib/ThreadItem.php:741 -#: ../../include/conversation.php:1280 ../../include/page_widgets.php:43 +#: ../../Zotlabs/Module/Events.php:478 ../../Zotlabs/Module/Photos.php:1065 +#: ../../Zotlabs/Module/Webpages.php:247 ../../Zotlabs/Lib/ThreadItem.php:739 +#: ../../include/conversation.php:1277 msgid "Preview" msgstr "Previsualizar" -#: ../../Zotlabs/Module/Events.php:479 ../../include/conversation.php:1343 +#: ../../Zotlabs/Module/Events.php:479 ../../include/conversation.php:1340 msgid "Permission settings" msgstr "Configuración de permisos" @@ -1069,7 +1335,7 @@ msgid "Delete event" msgstr "Borrar evento" #: ../../Zotlabs/Module/Events.php:660 ../../Zotlabs/Module/Cal.php:313 -#: ../../include/text.php:1759 +#: ../../include/text.php:1752 msgid "Link to Source" msgstr "Enlazar con la entrada en su ubicación original" @@ -1085,41 +1351,11 @@ msgstr "Editar el evento" msgid "Create Event" msgstr "Crear un evento" -#: ../../Zotlabs/Module/Events.php:689 ../../Zotlabs/Module/Events.php:698 -#: ../../Zotlabs/Module/Cal.php:337 ../../Zotlabs/Module/Cal.php:344 -#: ../../Zotlabs/Module/Photos.php:911 ../../addon/cdav/Mod_Cdav.php:846 -msgid "Previous" -msgstr "Anterior" - -#: ../../Zotlabs/Module/Events.php:690 ../../Zotlabs/Module/Events.php:699 -#: ../../Zotlabs/Module/Setup.php:264 ../../Zotlabs/Module/Cal.php:338 -#: ../../Zotlabs/Module/Cal.php:345 ../../Zotlabs/Module/Photos.php:920 -#: ../../addon/cdav/Mod_Cdav.php:847 -msgid "Next" -msgstr "Siguiente" - #: ../../Zotlabs/Module/Events.php:691 ../../Zotlabs/Module/Cal.php:339 -#: ../../include/channel.php:1365 +#: ../../include/channel.php:1488 msgid "Export" msgstr "Exportar" -#: ../../Zotlabs/Module/Events.php:695 ../../addon/cdav/Mod_Cdav.php:849 -msgid "Month" -msgstr "Mes" - -#: ../../Zotlabs/Module/Events.php:696 ../../addon/cdav/Mod_Cdav.php:850 -msgid "Week" -msgstr "Semana" - -#: ../../Zotlabs/Module/Events.php:697 ../../addon/cdav/Mod_Cdav.php:851 -msgid "Day" -msgstr "Día" - -#: ../../Zotlabs/Module/Events.php:700 ../../Zotlabs/Module/Cal.php:346 -#: ../../addon/cdav/Mod_Cdav.php:848 -msgid "Today" -msgstr "Hoy" - #: ../../Zotlabs/Module/Events.php:731 msgid "Event removed" msgstr "Evento borrado" @@ -1136,47 +1372,47 @@ msgstr "Aplicación instalada." msgid "Malformed app." msgstr "Aplicación con errores" -#: ../../Zotlabs/Module/Appman.php:111 +#: ../../Zotlabs/Module/Appman.php:125 msgid "Embed code" msgstr "Código incorporado" -#: ../../Zotlabs/Module/Appman.php:117 +#: ../../Zotlabs/Module/Appman.php:131 msgid "Edit App" msgstr "Modificar la aplicación" -#: ../../Zotlabs/Module/Appman.php:117 +#: ../../Zotlabs/Module/Appman.php:131 msgid "Create App" msgstr "Crear una aplicación" -#: ../../Zotlabs/Module/Appman.php:122 +#: ../../Zotlabs/Module/Appman.php:136 msgid "Name of app" msgstr "Nombre de la aplicación" -#: ../../Zotlabs/Module/Appman.php:123 +#: ../../Zotlabs/Module/Appman.php:137 msgid "Location (URL) of app" msgstr "Dirección (URL) de la aplicación" -#: ../../Zotlabs/Module/Appman.php:125 +#: ../../Zotlabs/Module/Appman.php:139 msgid "Photo icon URL" msgstr "Dirección del icono" -#: ../../Zotlabs/Module/Appman.php:125 +#: ../../Zotlabs/Module/Appman.php:139 msgid "80 x 80 pixels - optional" msgstr "80 x 80 pixels - opcional" -#: ../../Zotlabs/Module/Appman.php:126 +#: ../../Zotlabs/Module/Appman.php:140 msgid "Categories (optional, comma separated list)" msgstr "Temas (opcional, lista separada por comas)" -#: ../../Zotlabs/Module/Appman.php:127 +#: ../../Zotlabs/Module/Appman.php:141 msgid "Version ID" msgstr "Versión" -#: ../../Zotlabs/Module/Appman.php:128 +#: ../../Zotlabs/Module/Appman.php:142 msgid "Price of app" msgstr "Precio de la aplicación" -#: ../../Zotlabs/Module/Appman.php:129 +#: ../../Zotlabs/Module/Appman.php:143 msgid "Location (URL) to purchase app" msgstr "Dirección (URL) donde adquirir la aplicación" @@ -1191,14 +1427,14 @@ msgstr "Servidor no encontrado" #: ../../Zotlabs/Module/Subthread.php:87 ../../Zotlabs/Module/Tagger.php:47 #: ../../Zotlabs/Module/Like.php:370 #: ../../addon/redphotos/redphotohelper.php:71 -#: ../../addon/diaspora/inbound.php:1783 ../../include/conversation.php:116 -#: ../../include/text.php:1937 +#: ../../addon/diaspora/Receiver.php:1370 ../../include/conversation.php:116 +#: ../../include/text.php:1930 msgid "photo" msgstr "foto" #: ../../Zotlabs/Module/Subthread.php:87 ../../Zotlabs/Module/Like.php:370 -#: ../../addon/diaspora/inbound.php:1783 ../../include/conversation.php:144 -#: ../../include/text.php:1943 +#: ../../addon/diaspora/Receiver.php:1370 ../../include/conversation.php:144 +#: ../../include/text.php:1936 msgid "status" msgstr "el mensaje de estado" @@ -1246,12 +1482,12 @@ msgid "" msgstr "Utilice este formulario para importar entradas existentes y contenido desde un archivo de exportación." #: ../../Zotlabs/Module/Import_items.php:127 -#: ../../Zotlabs/Module/Import.php:501 +#: ../../Zotlabs/Module/Import.php:505 msgid "File to Upload" msgstr "Fichero para subir" #: ../../Zotlabs/Module/New_channel.php:121 -#: ../../Zotlabs/Module/Manage.php:136 +#: ../../Zotlabs/Module/Manage.php:138 #, php-format msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "Ha creado %1$.0f de %2$.0f canales permitidos." @@ -1350,456 +1586,435 @@ 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:575 +#: ../../Zotlabs/Module/Settings/Channel.php:580 msgid "Remove Channel" msgstr "Eliminar el canal" -#: ../../Zotlabs/Module/Sharedwithme.php:99 +#: ../../Zotlabs/Module/Sharedwithme.php:104 msgid "Files: shared with me" msgstr "Ficheros: compartidos conmigo" -#: ../../Zotlabs/Module/Sharedwithme.php:100 -#: ../../Zotlabs/Module/Admin/Channels.php:159 -#: ../../Zotlabs/Module/Settings/Oauth.php:89 -#: ../../Zotlabs/Module/Settings/Oauth.php:115 -#: ../../Zotlabs/Module/Wiki.php:172 ../../Zotlabs/Module/Connedit.php:902 -#: ../../Zotlabs/Module/Chat.php:249 ../../Zotlabs/Lib/NativeWikiPage.php:539 -#: ../../Zotlabs/Storage/Browser.php:233 -#: ../../Zotlabs/Widget/Wiki_page_history.php:22 -#: ../../addon/rendezvous/rendezvous.php:172 -#: ../../addon/cdav/Mod_Cdav.php:1136 ../../addon/gitwiki/Mod_Gitwiki.php:158 -msgid "Name" -msgstr "Nombre" - -#: ../../Zotlabs/Module/Sharedwithme.php:101 +#: ../../Zotlabs/Module/Sharedwithme.php:106 msgid "NEW" msgstr "NUEVO" -#: ../../Zotlabs/Module/Sharedwithme.php:102 -#: ../../Zotlabs/Storage/Browser.php:235 ../../include/text.php:1409 +#: ../../Zotlabs/Module/Sharedwithme.php:107 +#: ../../Zotlabs/Storage/Browser.php:236 ../../include/text.php:1386 msgid "Size" msgstr "Tamaño" -#: ../../Zotlabs/Module/Sharedwithme.php:103 -#: ../../Zotlabs/Storage/Browser.php:236 +#: ../../Zotlabs/Module/Sharedwithme.php:108 +#: ../../Zotlabs/Storage/Browser.php:237 msgid "Last Modified" msgstr "Última modificación" -#: ../../Zotlabs/Module/Sharedwithme.php:104 +#: ../../Zotlabs/Module/Sharedwithme.php:109 msgid "Remove all files" msgstr "Eliminar todos los ficheros" -#: ../../Zotlabs/Module/Sharedwithme.php:105 +#: ../../Zotlabs/Module/Sharedwithme.php:110 msgid "Remove this file" msgstr "Eliminar este fichero" -#: ../../Zotlabs/Module/Setup.php:176 +#: ../../Zotlabs/Module/Setup.php:170 msgid "$Projectname Server - Setup" msgstr "Servidor $Projectname - Instalación" -#: ../../Zotlabs/Module/Setup.php:180 +#: ../../Zotlabs/Module/Setup.php:174 msgid "Could not connect to database." msgstr "No se ha podido conectar a la base de datos." -#: ../../Zotlabs/Module/Setup.php:184 +#: ../../Zotlabs/Module/Setup.php:178 msgid "" "Could not connect to specified site URL. Possible SSL certificate or DNS " "issue." msgstr "No se puede conectar con la dirección del sitio indicada. Podría tratarse de un problema de SSL o DNS." -#: ../../Zotlabs/Module/Setup.php:191 +#: ../../Zotlabs/Module/Setup.php:185 msgid "Could not create table." msgstr "No se puede crear la tabla." -#: ../../Zotlabs/Module/Setup.php:196 +#: ../../Zotlabs/Module/Setup.php:191 msgid "Your site database has been installed." msgstr "La base de datos del sitio ha sido instalada." -#: ../../Zotlabs/Module/Setup.php:200 +#: ../../Zotlabs/Module/Setup.php:197 msgid "" "You may need to import the file \"install/schema_xxx.sql\" manually using a " "database client." msgstr "Podría tener que importar manualmente el fichero \"install/schema_xxx.sql\" usando un cliente de base de datos." -#: ../../Zotlabs/Module/Setup.php:201 ../../Zotlabs/Module/Setup.php:263 -#: ../../Zotlabs/Module/Setup.php:748 +#: ../../Zotlabs/Module/Setup.php:198 ../../Zotlabs/Module/Setup.php:262 +#: ../../Zotlabs/Module/Setup.php:745 msgid "Please see the file \"install/INSTALL.txt\"." msgstr "Por favor, lea el fichero \"install/INSTALL.txt\"." -#: ../../Zotlabs/Module/Setup.php:260 +#: ../../Zotlabs/Module/Setup.php:259 msgid "System check" msgstr "Verificación del sistema" -#: ../../Zotlabs/Module/Setup.php:265 +#: ../../Zotlabs/Module/Setup.php:264 msgid "Check again" msgstr "Verificar de nuevo" -#: ../../Zotlabs/Module/Setup.php:287 +#: ../../Zotlabs/Module/Setup.php:286 msgid "Database connection" msgstr "Conexión a la base de datos" -#: ../../Zotlabs/Module/Setup.php:288 +#: ../../Zotlabs/Module/Setup.php:287 msgid "" "In order to install $Projectname we need to know how to connect to your " "database." msgstr "Para instalar $Projectname es necesario saber cómo conectar con su base de datos." -#: ../../Zotlabs/Module/Setup.php:289 +#: ../../Zotlabs/Module/Setup.php:288 msgid "" "Please contact your hosting provider or site administrator if you have " "questions about these settings." msgstr "Por favor, contacte con el proveedor de servicios o el administrador del sitio si tiene dudas sobre estos ajustes." -#: ../../Zotlabs/Module/Setup.php:290 +#: ../../Zotlabs/Module/Setup.php:289 msgid "" "The database you specify below should already exist. If it does not, please " "create it before continuing." msgstr "La base de datos que especifique a continuación debe existir ya. Si no es así, por favor, créela antes de seguir." -#: ../../Zotlabs/Module/Setup.php:294 +#: ../../Zotlabs/Module/Setup.php:293 msgid "Database Server Name" msgstr "Nombre del servidor de base de datos" -#: ../../Zotlabs/Module/Setup.php:294 +#: ../../Zotlabs/Module/Setup.php:293 msgid "Default is 127.0.0.1" msgstr "De forma predeterminada es 127.0.0.1" -#: ../../Zotlabs/Module/Setup.php:295 +#: ../../Zotlabs/Module/Setup.php:294 msgid "Database Port" msgstr "Puerto de la base de datos" -#: ../../Zotlabs/Module/Setup.php:295 +#: ../../Zotlabs/Module/Setup.php:294 msgid "Communication port number - use 0 for default" msgstr "Número del puerto de comunicaciones - use 0 como valor por defecto" -#: ../../Zotlabs/Module/Setup.php:296 +#: ../../Zotlabs/Module/Setup.php:295 msgid "Database Login Name" msgstr "Usuario de la base de datos" -#: ../../Zotlabs/Module/Setup.php:297 +#: ../../Zotlabs/Module/Setup.php:296 msgid "Database Login Password" msgstr "Contraseña de acceso a la base de datos" -#: ../../Zotlabs/Module/Setup.php:298 +#: ../../Zotlabs/Module/Setup.php:297 msgid "Database Name" msgstr "Nombre de la base de datos" -#: ../../Zotlabs/Module/Setup.php:299 +#: ../../Zotlabs/Module/Setup.php:298 msgid "Database Type" msgstr "Tipo de base de datos" -#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:347 +#: ../../Zotlabs/Module/Setup.php:300 ../../Zotlabs/Module/Setup.php:341 msgid "Site administrator email address" msgstr "Dirección de correo electrónico del administrador del sitio" -#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:347 +#: ../../Zotlabs/Module/Setup.php:300 ../../Zotlabs/Module/Setup.php:341 msgid "" "Your account email address must match this in order to use the web admin " "panel." msgstr "Su cuenta deberá usar la misma dirección de correo electrónico para poder utilizar el panel de administración web." -#: ../../Zotlabs/Module/Setup.php:302 ../../Zotlabs/Module/Setup.php:349 +#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:343 msgid "Website URL" msgstr "Dirección del sitio web" -#: ../../Zotlabs/Module/Setup.php:302 ../../Zotlabs/Module/Setup.php:349 +#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:343 msgid "Please use SSL (https) URL if available." msgstr "Por favor, use SSL (https) si está disponible." -#: ../../Zotlabs/Module/Setup.php:303 ../../Zotlabs/Module/Setup.php:353 +#: ../../Zotlabs/Module/Setup.php:302 ../../Zotlabs/Module/Setup.php:345 msgid "Please select a default timezone for your website" msgstr "Por favor, selecciones el huso horario por defecto de su sitio web" -#: ../../Zotlabs/Module/Setup.php:328 ../../Zotlabs/Module/Admin/Site.php:258 -msgid "Basic/Minimal Social Networking" -msgstr "Red social básica o mínima" - -#: ../../Zotlabs/Module/Setup.php:329 ../../Zotlabs/Module/Admin/Site.php:259 -msgid "Standard Configuration (default)" -msgstr "Configuración estándar (por defecto)" - -#: ../../Zotlabs/Module/Setup.php:330 ../../Zotlabs/Module/Admin/Site.php:260 -msgid "Professional" -msgstr "Profesional" - -#: ../../Zotlabs/Module/Setup.php:336 +#: ../../Zotlabs/Module/Setup.php:330 msgid "Site settings" msgstr "Ajustes del sitio" -#: ../../Zotlabs/Module/Setup.php:351 ../../Zotlabs/Module/Admin/Site.php:289 -msgid "Server Configuration/Role" -msgstr "Configuración del servidor" - -#: ../../Zotlabs/Module/Setup.php:392 +#: ../../Zotlabs/Module/Setup.php:384 msgid "PHP version 5.5 or greater is required." msgstr "Se requiere la versión 5.5, o superior, de PHP." -#: ../../Zotlabs/Module/Setup.php:393 +#: ../../Zotlabs/Module/Setup.php:385 msgid "PHP version" msgstr "Versión de PHP" -#: ../../Zotlabs/Module/Setup.php:409 +#: ../../Zotlabs/Module/Setup.php:401 msgid "Could not find a command line version of PHP in the web server PATH." msgstr "No se puede encontrar una versión en línea de comandos de PHP en la ruta del servidor web." -#: ../../Zotlabs/Module/Setup.php:410 +#: ../../Zotlabs/Module/Setup.php:402 msgid "" "If you don't have a command line version of PHP installed on server, you " "will not be able to run background polling via cron." msgstr "Si no tiene instalada la versión de línea de comandos de PHP en su servidor, no podrá realizar envíos en segundo plano mediante cron." -#: ../../Zotlabs/Module/Setup.php:414 +#: ../../Zotlabs/Module/Setup.php:406 msgid "PHP executable path" msgstr "Ruta del ejecutable PHP" -#: ../../Zotlabs/Module/Setup.php:414 +#: ../../Zotlabs/Module/Setup.php:406 msgid "" "Enter full path to php executable. You can leave this blank to continue the " "installation." msgstr "Introducir la ruta completa del ejecutable PHP. Puede dejar la línea en blanco para continuar la instalación." -#: ../../Zotlabs/Module/Setup.php:419 +#: ../../Zotlabs/Module/Setup.php:411 msgid "Command line PHP" msgstr "PHP en línea de comandos" -#: ../../Zotlabs/Module/Setup.php:429 +#: ../../Zotlabs/Module/Setup.php:421 msgid "" "Unable to check command line PHP, as shell_exec() is disabled. This is " "required." msgstr "No se puede comprobar la línea de comandos PHP, ya que shell_exec() está deshabilitado. Es necesario que esté activado." -#: ../../Zotlabs/Module/Setup.php:432 +#: ../../Zotlabs/Module/Setup.php:424 msgid "" "The command line version of PHP on your system does not have " "\"register_argc_argv\" enabled." msgstr "La línea de comandos PHP de su sistema no tiene activado \"register_argc_argv\"." -#: ../../Zotlabs/Module/Setup.php:433 +#: ../../Zotlabs/Module/Setup.php:425 msgid "This is required for message delivery to work." msgstr "Esto es necesario para que funcione la transmisión de mensajes." -#: ../../Zotlabs/Module/Setup.php:436 +#: ../../Zotlabs/Module/Setup.php:428 msgid "PHP register_argc_argv" msgstr "PHP register_argc_argv" -#: ../../Zotlabs/Module/Setup.php:454 +#: ../../Zotlabs/Module/Setup.php:446 #, php-format msgid "" "Your max allowed total upload size is set to %s. Maximum size of one file to" " upload is set to %s. You are allowed to upload up to %d files at once." msgstr "La carga máxima que se le permite subir está establecida en %s. El tamaño máximo de un fichero está establecido en %s. Está permitido subir hasta un máximo de %d ficheros de una sola vez." -#: ../../Zotlabs/Module/Setup.php:459 +#: ../../Zotlabs/Module/Setup.php:451 msgid "You can adjust these settings in the server php.ini file." msgstr "Puede ajustar estos valores en el fichero php.ini de su servidor." -#: ../../Zotlabs/Module/Setup.php:461 +#: ../../Zotlabs/Module/Setup.php:453 msgid "PHP upload limits" msgstr "Límites PHP de subida" -#: ../../Zotlabs/Module/Setup.php:484 +#: ../../Zotlabs/Module/Setup.php:476 msgid "" "Error: the \"openssl_pkey_new\" function on this system is not able to " "generate encryption keys" msgstr "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de general claves de cifrado." -#: ../../Zotlabs/Module/Setup.php:485 +#: ../../Zotlabs/Module/Setup.php:477 msgid "" "If running under Windows, please see " "\"http://www.php.net/manual/en/openssl.installation.php\"." msgstr "Si está en un servidor Windows, por favor, lea \"http://www.php.net/manual/en/openssl.installation.php\"." -#: ../../Zotlabs/Module/Setup.php:488 +#: ../../Zotlabs/Module/Setup.php:480 msgid "Generate encryption keys" msgstr "Generar claves de cifrado" -#: ../../Zotlabs/Module/Setup.php:505 +#: ../../Zotlabs/Module/Setup.php:497 msgid "libCurl PHP module" msgstr "módulo libCurl PHP" -#: ../../Zotlabs/Module/Setup.php:506 +#: ../../Zotlabs/Module/Setup.php:498 msgid "GD graphics PHP module" msgstr "módulo PHP GD graphics" -#: ../../Zotlabs/Module/Setup.php:507 +#: ../../Zotlabs/Module/Setup.php:499 msgid "OpenSSL PHP module" msgstr "módulo PHP OpenSSL" -#: ../../Zotlabs/Module/Setup.php:508 +#: ../../Zotlabs/Module/Setup.php:500 msgid "PDO database PHP module" msgstr "Módulo PHP de la base de datos PDO " -#: ../../Zotlabs/Module/Setup.php:509 +#: ../../Zotlabs/Module/Setup.php:501 msgid "mb_string PHP module" msgstr "módulo PHP mb_string" -#: ../../Zotlabs/Module/Setup.php:510 +#: ../../Zotlabs/Module/Setup.php:502 msgid "xml PHP module" msgstr "módulo PHP xml" -#: ../../Zotlabs/Module/Setup.php:514 ../../Zotlabs/Module/Setup.php:516 +#: ../../Zotlabs/Module/Setup.php:503 +msgid "zip PHP module" +msgstr "Módulo zip PHP" + +#: ../../Zotlabs/Module/Setup.php:507 ../../Zotlabs/Module/Setup.php:509 msgid "Apache mod_rewrite module" msgstr "módulo Apache mod_rewrite " -#: ../../Zotlabs/Module/Setup.php:514 +#: ../../Zotlabs/Module/Setup.php:507 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Error: se necesita el módulo del servidor web Apache mod-rewrite pero no está instalado." -#: ../../Zotlabs/Module/Setup.php:520 ../../Zotlabs/Module/Setup.php:523 +#: ../../Zotlabs/Module/Setup.php:513 ../../Zotlabs/Module/Setup.php:516 msgid "exec" msgstr "ejecutable" -#: ../../Zotlabs/Module/Setup.php:520 +#: ../../Zotlabs/Module/Setup.php:513 msgid "" "Error: exec is required but is either not installed or has been disabled in " "php.ini" msgstr "Error: se necesita un ejecutable pero o no se instaló o está deshabilitado en php.ini" -#: ../../Zotlabs/Module/Setup.php:526 ../../Zotlabs/Module/Setup.php:529 +#: ../../Zotlabs/Module/Setup.php:519 ../../Zotlabs/Module/Setup.php:522 msgid "shell_exec" msgstr "shell_exec" -#: ../../Zotlabs/Module/Setup.php:526 +#: ../../Zotlabs/Module/Setup.php:519 msgid "" "Error: shell_exec is required but is either not installed or has been " "disabled in php.ini" msgstr "Error: se necesita shell_exec pero o no se instaló o está deshabilitado en php.ini" -#: ../../Zotlabs/Module/Setup.php:534 +#: ../../Zotlabs/Module/Setup.php:527 msgid "Error: libCURL PHP module required but not installed." msgstr "Error: se necesita el módulo PHP libCURL pero no está instalado." -#: ../../Zotlabs/Module/Setup.php:538 +#: ../../Zotlabs/Module/Setup.php:531 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Error: el módulo PHP GD graphics es necesario, pero no está instalado." -#: ../../Zotlabs/Module/Setup.php:542 +#: ../../Zotlabs/Module/Setup.php:535 msgid "Error: openssl PHP module required but not installed." msgstr "Error: el módulo PHP openssl es necesario, pero no está instalado." -#: ../../Zotlabs/Module/Setup.php:546 +#: ../../Zotlabs/Module/Setup.php:539 msgid "Error: PDO database PHP module required but not installed." msgstr "Error: se necesita el módulo PHP de la base de datos PDO, pero no está instalado." -#: ../../Zotlabs/Module/Setup.php:550 +#: ../../Zotlabs/Module/Setup.php:543 msgid "Error: mb_string PHP module required but not installed." msgstr "Error: el módulo PHP mb_string es necesario, pero no está instalado." -#: ../../Zotlabs/Module/Setup.php:554 +#: ../../Zotlabs/Module/Setup.php:547 msgid "Error: xml PHP module required for DAV but not installed." msgstr "Error: el módulo PHP xml es necesario para DAV, pero no está instalado." -#: ../../Zotlabs/Module/Setup.php:572 +#: ../../Zotlabs/Module/Setup.php:551 +msgid "Error: zip PHP module required but not installed." +msgstr "Error: se requiere el módulo zip PHP pero no está instalado." + +#: ../../Zotlabs/Module/Setup.php:569 msgid "" "The web installer needs to be able to create a file called \".htconfig.php\"" " in the top folder of your web server and it is unable to do so." msgstr "El instalador web no ha podido crear un fichero llamado “.htconfig.php” en la carpeta base de su servidor." -#: ../../Zotlabs/Module/Setup.php:573 +#: ../../Zotlabs/Module/Setup.php:570 msgid "" "This is most often a permission setting, as the web server may not be able " "to write files in your folder - even if you can." msgstr "Esto está generalmente ligado a un problema de permisos, a causa del cual el servidor web tiene prohibido modificar ficheros en su carpeta - incluso si usted mismo tiene esos permisos." -#: ../../Zotlabs/Module/Setup.php:574 +#: ../../Zotlabs/Module/Setup.php:571 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named .htconfig.php in your Red top folder." msgstr "Al término de este procedimiento, podemos crear un fichero de texto para guardar con el nombre .htconfig.php en el directorio raíz de su instalación de Hubzilla." -#: ../../Zotlabs/Module/Setup.php:575 +#: ../../Zotlabs/Module/Setup.php:572 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"install/INSTALL.txt\" for instructions." msgstr "Como alternativa, puede dejar este procedimiento e intentar realizar una instalación manual. Lea, por favor, el fichero\"install/INSTALL.txt\" para las instrucciones." -#: ../../Zotlabs/Module/Setup.php:578 +#: ../../Zotlabs/Module/Setup.php:575 msgid ".htconfig.php is writable" msgstr ".htconfig.php tiene permisos de escritura" -#: ../../Zotlabs/Module/Setup.php:592 +#: ../../Zotlabs/Module/Setup.php:589 msgid "" "This software uses the Smarty3 template engine to render its web views. " "Smarty3 compiles templates to PHP to speed up rendering." msgstr "Este software hace uso del motor de plantillas Smarty3 para diseñar sus plantillas gráficas. Smarty3 compila las plantillas a PHP para acelerar la renderización." -#: ../../Zotlabs/Module/Setup.php:593 +#: ../../Zotlabs/Module/Setup.php:590 #, php-format msgid "" "In order to store these compiled templates, the web server needs to have " "write access to the directory %s under the top level web folder." msgstr "Para poder guardar las plantillas compiladas, el servidor web necesita permisos para acceder al directorio %s en la carpeta web principal." -#: ../../Zotlabs/Module/Setup.php:594 ../../Zotlabs/Module/Setup.php:615 +#: ../../Zotlabs/Module/Setup.php:591 ../../Zotlabs/Module/Setup.php:612 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Por favor, asegúrese de que el servidor web está siendo ejecutado por un usuario que tenga permisos de escritura sobre esta carpeta (por ejemplo, www-data)." -#: ../../Zotlabs/Module/Setup.php:595 +#: ../../Zotlabs/Module/Setup.php:592 #, php-format msgid "" "Note: as a security measure, you should give the web server write access to " "%s only--not the template files (.tpl) that it contains." msgstr "Nota: como medida de seguridad, debe dar al servidor web permisos de escritura solo sobre %s - no sobre el fichero de plantilla (.tpl) que contiene." -#: ../../Zotlabs/Module/Setup.php:598 +#: ../../Zotlabs/Module/Setup.php:595 #, php-format msgid "%s is writable" msgstr "%s tiene permisos de escritura" -#: ../../Zotlabs/Module/Setup.php:614 +#: ../../Zotlabs/Module/Setup.php:611 msgid "" "This software uses the store directory to save uploaded files. The web " "server needs to have write access to the store directory under the top level" " web folder" msgstr "Este software utiliza el directorio de almacenamiento para guardar los ficheros subidos. El servidor web debe tener acceso de escritura a este directorio en la carpeta de nivel superior" -#: ../../Zotlabs/Module/Setup.php:618 +#: ../../Zotlabs/Module/Setup.php:615 msgid "store is writable" msgstr "\"store\" tiene permisos de escritura" -#: ../../Zotlabs/Module/Setup.php:650 +#: ../../Zotlabs/Module/Setup.php:647 msgid "" "SSL certificate cannot be validated. Fix certificate or disable https access" " to this site." msgstr "El certificado SSL no ha podido ser validado. Corrija este problema o desactive el acceso https a este sitio." -#: ../../Zotlabs/Module/Setup.php:651 +#: ../../Zotlabs/Module/Setup.php:648 msgid "" "If you have https access to your website or allow connections to TCP port " "443 (the https: port), you MUST use a browser-valid certificate. You MUST " "NOT use self-signed certificates!" msgstr "Si su servidor soporta conexiones cifradas SSL o si permite conexiones al puerto TCP 443 (el puerto usado por el protocolo https), debe utilizar un certificado válido. No debe usar un certificado firmado por usted mismo." -#: ../../Zotlabs/Module/Setup.php:652 +#: ../../Zotlabs/Module/Setup.php:649 msgid "" "This restriction is incorporated because public posts from you may for " "example contain references to images on your own hub." msgstr "Se ha incorporado esta restricción para evitar que sus entradas públicas hagan referencia a imágenes en su propio servidor." -#: ../../Zotlabs/Module/Setup.php:653 +#: ../../Zotlabs/Module/Setup.php:650 msgid "" "If your certificate is not recognized, members of other sites (who may " "themselves have valid certificates) will get a warning message on their own " "site complaining about security issues." msgstr "Si su certificado no ha sido reconocido, los miembros de otros sitios (con certificados válidos) recibirán mensajes de aviso en sus propios sitios web." -#: ../../Zotlabs/Module/Setup.php:654 +#: ../../Zotlabs/Module/Setup.php:651 msgid "" "This can cause usability issues elsewhere (not just on your own site) so we " "must insist on this requirement." msgstr "Por razones de compatibilidad (sobre el conjunto de la red, no solo sobre su propio sitio), debemos insistir en estos requisitos." -#: ../../Zotlabs/Module/Setup.php:655 +#: ../../Zotlabs/Module/Setup.php:652 msgid "" "Providers are available that issue free certificates which are browser-" "valid." msgstr "Existen varias Autoridades de Certificación que le pueden proporcionar certificados válidos." -#: ../../Zotlabs/Module/Setup.php:657 +#: ../../Zotlabs/Module/Setup.php:654 msgid "" "If you are confident that the certificate is valid and signed by a trusted " "authority, check to see if you have failed to install an intermediate cert. " @@ -1807,37 +2022,37 @@ msgid "" "server communications." msgstr "Si se tiene la certeza de que el certificado es válido y está firmado por una autoridad de confianza, comprobar para ver si hubo un error al instalar un certificado intermedio. Estos no son normalmente requeridos por los navegadores, pero son necesarios para las comunicaciones de servidor a servidor." -#: ../../Zotlabs/Module/Setup.php:659 +#: ../../Zotlabs/Module/Setup.php:656 msgid "SSL certificate validation" msgstr "validación del certificado SSL" -#: ../../Zotlabs/Module/Setup.php:665 +#: ../../Zotlabs/Module/Setup.php:662 msgid "" "Url rewrite in .htaccess is not working. Check your server " "configuration.Test: " msgstr "No se pueden reescribir las direcciones web en .htaccess. Compruebe la configuración de su servidor:" -#: ../../Zotlabs/Module/Setup.php:668 +#: ../../Zotlabs/Module/Setup.php:665 msgid "Url rewrite is working" msgstr "La reescritura de las direcciones funciona correctamente" -#: ../../Zotlabs/Module/Setup.php:682 +#: ../../Zotlabs/Module/Setup.php:679 msgid "" "The database configuration file \".htconfig.php\" could not be written. " "Please use the enclosed text to create a configuration file in your web " "server root." msgstr "El fichero de configuración de la base de datos .htconfig.php no se ha podido modificar. Por favor, copie el texto generado en un fichero con ese nombre en el directorio raíz de su servidor." -#: ../../Zotlabs/Module/Setup.php:706 -#: ../../addon/rendezvous/rendezvous.php:401 ../../addon/cdav/cdav.php:41 +#: ../../Zotlabs/Module/Setup.php:703 +#: ../../addon/rendezvous/rendezvous.php:401 msgid "Errors encountered creating database tables." msgstr "Se han encontrado errores al crear las tablas de la base de datos." -#: ../../Zotlabs/Module/Setup.php:746 -msgid "<h1>What next</h1>" -msgstr "<h1>Siguiente paso</h1>" +#: ../../Zotlabs/Module/Setup.php:743 +msgid "<h1>What next?</h1>" +msgstr "<h1>¿Qué sigue?</h1>" -#: ../../Zotlabs/Module/Setup.php:747 +#: ../../Zotlabs/Module/Setup.php:744 msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the " "poller." @@ -1978,8 +2193,8 @@ msgstr "Intentar ejecutar este paso de actualización automáticamente" #: ../../Zotlabs/Module/Admin/Plugins.php:259 #: ../../Zotlabs/Module/Admin/Themes.php:72 ../../Zotlabs/Module/Thing.php:89 #: ../../Zotlabs/Module/Viewsrc.php:25 ../../Zotlabs/Module/Display.php:35 -#: ../../Zotlabs/Module/Filestorage.php:32 ../../Zotlabs/Module/Admin.php:60 -#: ../../include/items.php:3391 +#: ../../Zotlabs/Module/Filestorage.php:24 ../../Zotlabs/Module/Admin.php:62 +#: ../../include/items.php:3361 msgid "Item not found." msgstr "Elemento no encontrado." @@ -2010,9 +2225,9 @@ msgstr "Activar" #: ../../Zotlabs/Module/Admin/Channels.php:145 #: ../../Zotlabs/Module/Admin/Themes.php:122 #: ../../Zotlabs/Module/Admin/Themes.php:156 -#: ../../Zotlabs/Module/Admin/Site.php:277 +#: ../../Zotlabs/Module/Admin/Site.php:269 #: ../../Zotlabs/Module/Admin/Security.php:86 -#: ../../Zotlabs/Module/Admin.php:137 +#: ../../Zotlabs/Module/Admin.php:136 msgid "Administration" msgstr "Administración" @@ -2028,8 +2243,8 @@ msgid "Toggle" msgstr "Cambiar" #: ../../Zotlabs/Module/Admin/Plugins.php:344 -#: ../../Zotlabs/Module/Admin/Themes.php:125 ../../Zotlabs/Lib/Apps.php:223 -#: ../../Zotlabs/Widget/Settings_menu.php:131 ../../include/nav.php:207 +#: ../../Zotlabs/Module/Admin/Themes.php:125 ../../Zotlabs/Lib/Apps.php:236 +#: ../../Zotlabs/Widget/Settings_menu.php:133 ../../include/nav.php:201 msgid "Settings" msgstr "Ajustes" @@ -2092,25 +2307,10 @@ msgstr "Descargar el repositorio" msgid "Install new repo" msgstr "Instalar un nuevo repositorio" -#: ../../Zotlabs/Module/Admin/Plugins.php:422 ../../Zotlabs/Lib/Apps.php:358 +#: ../../Zotlabs/Module/Admin/Plugins.php:422 ../../Zotlabs/Lib/Apps.php:384 msgid "Install" msgstr "Instalar" -#: ../../Zotlabs/Module/Admin/Plugins.php:423 -#: ../../Zotlabs/Module/Settings/Oauth.php:88 -#: ../../Zotlabs/Module/Settings/Oauth.php:114 -#: ../../Zotlabs/Module/Wiki.php:265 ../../Zotlabs/Module/Wiki.php:290 -#: ../../Zotlabs/Module/Connedit.php:920 ../../Zotlabs/Module/Fbrowser.php:66 -#: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Profiles.php:804 -#: ../../Zotlabs/Module/Filer.php:55 ../../Zotlabs/Module/Tagrm.php:15 -#: ../../Zotlabs/Module/Tagrm.php:138 ../../addon/cdav/Mod_Cdav.php:866 -#: ../../addon/cdav/Mod_Cdav.php:1154 ../../addon/js_upload/js_upload.php:46 -#: ../../addon/gitwiki/Mod_Gitwiki.php:244 -#: ../../addon/gitwiki/Mod_Gitwiki.php:267 ../../include/conversation.php:1327 -#: ../../include/conversation.php:1376 -msgid "Cancel" -msgstr "Cancelar" - #: ../../Zotlabs/Module/Admin/Plugins.php:445 msgid "Manage Repos" msgstr "Gestionar los repositorios" @@ -2123,20 +2323,12 @@ msgstr "Repositorios de los plugins instalados" msgid "Install a New Plugin Repository" msgstr "Instalar un nuevo repositorio de plugins" -#: ../../Zotlabs/Module/Admin/Plugins.php:453 -#: ../../Zotlabs/Module/Settings/Oauth.php:42 -#: ../../Zotlabs/Module/Settings/Oauth.php:113 -#: ../../Zotlabs/Module/Connedit.php:918 ../../Zotlabs/Module/Profiles.php:802 -#: ../../Zotlabs/Lib/Apps.php:358 ../../addon/cdav/Mod_Cdav.php:1152 -msgid "Update" -msgstr "Actualizar" - #: ../../Zotlabs/Module/Admin/Plugins.php:454 msgid "Switch branch" msgstr "Cambiar la rama" #: ../../Zotlabs/Module/Admin/Plugins.php:455 -#: ../../Zotlabs/Module/Photos.php:960 ../../Zotlabs/Module/Tagrm.php:137 +#: ../../Zotlabs/Module/Photos.php:962 ../../Zotlabs/Module/Tagrm.php:137 #: ../../addon/superblock/superblock.php:116 msgid "Remove" msgstr "Eliminar" @@ -2176,7 +2368,7 @@ msgstr "La cuenta '%s' ha sido desbloqueada" #: ../../Zotlabs/Module/Admin/Accounts.php:165 #: ../../Zotlabs/Module/Admin/Accounts.php:178 -#: ../../Zotlabs/Widget/Admin.php:23 +#: ../../Zotlabs/Module/Admin.php:96 ../../Zotlabs/Widget/Admin.php:23 msgid "Accounts" msgstr "Cuentas" @@ -2193,21 +2385,12 @@ msgstr "Inscripciones en espera de confirmación" msgid "Request date" msgstr "Fecha de solicitud" -#: ../../Zotlabs/Module/Admin/Accounts.php:169 -#: ../../Zotlabs/Module/Admin/Accounts.php:181 -#: ../../Zotlabs/Module/Connedit.php:906 ../../Zotlabs/Module/Profiles.php:790 -#: ../../addon/cdav/Mod_Cdav.php:1140 ../../addon/openid/MysqlProvider.php:56 -#: ../../addon/openid/MysqlProvider.php:57 ../../addon/rtof/rtof.php:93 -#: ../../addon/redred/redred.php:107 ../../include/network.php:2315 -msgid "Email" -msgstr "Correo electrónico" - #: ../../Zotlabs/Module/Admin/Accounts.php:170 msgid "No registrations." msgstr "Sin registros." #: ../../Zotlabs/Module/Admin/Accounts.php:171 -#: ../../Zotlabs/Module/Connections.php:281 +#: ../../Zotlabs/Module/Connections.php:282 ../../include/conversation.php:685 msgid "Approve" msgstr "Aprobar" @@ -2229,7 +2412,7 @@ msgstr "Desbloquear" msgid "ID" msgstr "ID" -#: ../../Zotlabs/Module/Admin/Accounts.php:182 ../../include/group.php:287 +#: ../../Zotlabs/Module/Admin/Accounts.php:182 ../../include/group.php:288 msgid "All Channels" msgstr "Todos los canales" @@ -2343,7 +2526,7 @@ msgid "Channel '%s' code disallowed" msgstr "Código no permitido al canal '%s'" #: ../../Zotlabs/Module/Admin/Channels.php:146 -#: ../../Zotlabs/Widget/Admin.php:24 +#: ../../Zotlabs/Module/Admin.php:110 ../../Zotlabs/Widget/Admin.php:24 msgid "Channels" msgstr "Canales" @@ -2364,7 +2547,7 @@ msgid "Disallow Code" msgstr "No permitir código" #: ../../Zotlabs/Module/Admin/Channels.php:154 -#: ../../include/conversation.php:1760 ../../include/nav.php:369 +#: ../../include/conversation.php:1757 ../../include/nav.php:355 msgid "Channel" msgstr "Canal" @@ -2409,381 +2592,382 @@ msgstr "[Experimental]" msgid "[Unsupported]" msgstr "[No soportado]" -#: ../../Zotlabs/Module/Admin/Site.php:144 +#: ../../Zotlabs/Module/Admin/Site.php:142 msgid "Site settings updated." msgstr "Ajustes del sitio actualizados." -#: ../../Zotlabs/Module/Admin/Site.php:170 ../../include/text.php:2915 +#: ../../Zotlabs/Module/Admin/Site.php:168 +#: ../../view/theme/redbasic/php/config.php:15 ../../include/text.php:2928 msgid "Default" msgstr "Predeterminado" -#: ../../Zotlabs/Module/Admin/Site.php:181 +#: ../../Zotlabs/Module/Admin/Site.php:179 #: ../../Zotlabs/Module/Settings/Display.php:137 #, php-format msgid "%s - (Incompatible)" msgstr "%s - (Incompatible)" -#: ../../Zotlabs/Module/Admin/Site.php:188 +#: ../../Zotlabs/Module/Admin/Site.php:186 #: ../../Zotlabs/Module/Settings/Display.php:151 msgid "mobile" msgstr "móvil" -#: ../../Zotlabs/Module/Admin/Site.php:190 +#: ../../Zotlabs/Module/Admin/Site.php:188 msgid "experimental" msgstr "experimental" -#: ../../Zotlabs/Module/Admin/Site.php:192 +#: ../../Zotlabs/Module/Admin/Site.php:190 msgid "unsupported" msgstr "no soportado" -#: ../../Zotlabs/Module/Admin/Site.php:238 +#: ../../Zotlabs/Module/Admin/Site.php:236 msgid "Yes - with approval" msgstr "Sí - con aprobación" -#: ../../Zotlabs/Module/Admin/Site.php:244 +#: ../../Zotlabs/Module/Admin/Site.php:242 msgid "My site is not a public server" msgstr "Mi sitio no es un servidor público" -#: ../../Zotlabs/Module/Admin/Site.php:245 +#: ../../Zotlabs/Module/Admin/Site.php:243 msgid "My site has paid access only" msgstr "Mi sitio es un servicio de pago" -#: ../../Zotlabs/Module/Admin/Site.php:246 +#: ../../Zotlabs/Module/Admin/Site.php:244 msgid "My site has free access only" msgstr "Mi sitio es un servicio gratuito" -#: ../../Zotlabs/Module/Admin/Site.php:247 +#: ../../Zotlabs/Module/Admin/Site.php:245 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:264 ../../Zotlabs/Lib/Techlevels.php:10 +#: ../../Zotlabs/Module/Admin/Site.php:256 msgid "Beginner/Basic" msgstr "Principiante / Básico" -#: ../../Zotlabs/Module/Admin/Site.php:265 ../../Zotlabs/Lib/Techlevels.php:11 +#: ../../Zotlabs/Module/Admin/Site.php:257 msgid "Novice - not skilled but willing to learn" msgstr "Novato: no cualificado, pero dispuesto a aprender" -#: ../../Zotlabs/Module/Admin/Site.php:266 ../../Zotlabs/Lib/Techlevels.php:12 +#: ../../Zotlabs/Module/Admin/Site.php:258 msgid "Intermediate - somewhat comfortable" msgstr "Intermedio: bastante cómodo" -#: ../../Zotlabs/Module/Admin/Site.php:267 ../../Zotlabs/Lib/Techlevels.php:13 +#: ../../Zotlabs/Module/Admin/Site.php:259 msgid "Advanced - very comfortable" msgstr "Avanzado: muy cómodo" -#: ../../Zotlabs/Module/Admin/Site.php:268 ../../Zotlabs/Lib/Techlevels.php:14 +#: ../../Zotlabs/Module/Admin/Site.php:260 msgid "Expert - I can write computer code" msgstr "Experto: puedo escribir código informático" -#: ../../Zotlabs/Module/Admin/Site.php:269 ../../Zotlabs/Lib/Techlevels.php:15 +#: ../../Zotlabs/Module/Admin/Site.php:261 msgid "Wizard - I probably know more than you do" msgstr "Asistente: probablemente sé más que tú" -#: ../../Zotlabs/Module/Admin/Site.php:278 ../../Zotlabs/Widget/Admin.php:22 +#: ../../Zotlabs/Module/Admin/Site.php:270 ../../Zotlabs/Widget/Admin.php:22 msgid "Site" msgstr "Sitio" -#: ../../Zotlabs/Module/Admin/Site.php:280 -#: ../../Zotlabs/Module/Register.php:253 +#: ../../Zotlabs/Module/Admin/Site.php:272 +#: ../../Zotlabs/Module/Register.php:251 msgid "Registration" msgstr "Registro" -#: ../../Zotlabs/Module/Admin/Site.php:281 +#: ../../Zotlabs/Module/Admin/Site.php:273 msgid "File upload" msgstr "Subir fichero" -#: ../../Zotlabs/Module/Admin/Site.php:282 +#: ../../Zotlabs/Module/Admin/Site.php:274 msgid "Policies" msgstr "Políticas" -#: ../../Zotlabs/Module/Admin/Site.php:283 +#: ../../Zotlabs/Module/Admin/Site.php:275 #: ../../include/contact_widgets.php:16 msgid "Advanced" msgstr "Avanzado" -#: ../../Zotlabs/Module/Admin/Site.php:287 +#: ../../Zotlabs/Module/Admin/Site.php:279 #: ../../addon/statusnet/statusnet.php:890 msgid "Site name" msgstr "Nombre del sitio" -#: ../../Zotlabs/Module/Admin/Site.php:291 +#: ../../Zotlabs/Module/Admin/Site.php:281 msgid "Site default technical skill level" msgstr "Nivel de habilidad técnica predeterminado del sitio" -#: ../../Zotlabs/Module/Admin/Site.php:291 +#: ../../Zotlabs/Module/Admin/Site.php:281 msgid "Used to provide a member experience matched to technical comfort level" msgstr "Se utiliza para proporcionar una experiencia a los miembros adaptada a su nivel de comodidad técnica" -#: ../../Zotlabs/Module/Admin/Site.php:293 +#: ../../Zotlabs/Module/Admin/Site.php:283 msgid "Lock the technical skill level setting" msgstr "Bloquear el ajuste del nivel de habilidad técnica" -#: ../../Zotlabs/Module/Admin/Site.php:293 +#: ../../Zotlabs/Module/Admin/Site.php:283 msgid "Members can set their own technical comfort level by default" msgstr "Los miembros pueden configurar su nivel de comodidad técnica por defecto" -#: ../../Zotlabs/Module/Admin/Site.php:295 +#: ../../Zotlabs/Module/Admin/Site.php:285 msgid "Banner/Logo" msgstr "Banner/Logo" -#: ../../Zotlabs/Module/Admin/Site.php:296 +#: ../../Zotlabs/Module/Admin/Site.php:286 msgid "Administrator Information" msgstr "Información del Administrador" -#: ../../Zotlabs/Module/Admin/Site.php:296 +#: ../../Zotlabs/Module/Admin/Site.php:286 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:297 -#: ../../Zotlabs/Module/Siteinfo.php:23 +#: ../../Zotlabs/Module/Admin/Site.php:287 +#: ../../Zotlabs/Module/Siteinfo.php:22 msgid "Site Information" msgstr "Información sobre el sitio" -#: ../../Zotlabs/Module/Admin/Site.php:297 +#: ../../Zotlabs/Module/Admin/Site.php:287 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:298 +#: ../../Zotlabs/Module/Admin/Site.php:288 msgid "System language" msgstr "Idioma del sistema" -#: ../../Zotlabs/Module/Admin/Site.php:299 +#: ../../Zotlabs/Module/Admin/Site.php:289 msgid "System theme" msgstr "Tema gráfico del sistema" -#: ../../Zotlabs/Module/Admin/Site.php:299 +#: ../../Zotlabs/Module/Admin/Site.php:289 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:300 +#: ../../Zotlabs/Module/Admin/Site.php:290 msgid "Mobile system theme" msgstr "Tema del sistema para móviles" -#: ../../Zotlabs/Module/Admin/Site.php:300 +#: ../../Zotlabs/Module/Admin/Site.php:290 msgid "Theme for mobile devices" msgstr "Tema para dispositivos móviles" -#: ../../Zotlabs/Module/Admin/Site.php:302 +#: ../../Zotlabs/Module/Admin/Site.php:292 msgid "Allow Feeds as Connections" msgstr "Permitir contenidos RSS como conexiones" -#: ../../Zotlabs/Module/Admin/Site.php:302 +#: ../../Zotlabs/Module/Admin/Site.php:292 msgid "(Heavy system resource usage)" msgstr "(Uso intenso de los recursos del sistema)" -#: ../../Zotlabs/Module/Admin/Site.php:303 +#: ../../Zotlabs/Module/Admin/Site.php:293 msgid "Maximum image size" msgstr "Tamaño máximo de la imagen" -#: ../../Zotlabs/Module/Admin/Site.php:303 +#: ../../Zotlabs/Module/Admin/Site.php:293 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:304 +#: ../../Zotlabs/Module/Admin/Site.php:294 msgid "Does this site allow new member registration?" msgstr "¿Debe este sitio permitir el registro de nuevos miembros?" -#: ../../Zotlabs/Module/Admin/Site.php:305 +#: ../../Zotlabs/Module/Admin/Site.php:295 msgid "Invitation only" msgstr "Solo con una invitación" -#: ../../Zotlabs/Module/Admin/Site.php:305 +#: ../../Zotlabs/Module/Admin/Site.php:295 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:306 +#: ../../Zotlabs/Module/Admin/Site.php:296 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:307 +#: ../../Zotlabs/Module/Admin/Site.php:297 msgid "Register text" msgstr "Texto del registro" -#: ../../Zotlabs/Module/Admin/Site.php:307 +#: ../../Zotlabs/Module/Admin/Site.php:297 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:308 +#: ../../Zotlabs/Module/Admin/Site.php:298 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:308 +#: ../../Zotlabs/Module/Admin/Site.php:298 msgid "" "example: 'public' to show public stream, 'page/sys/home' to show a system " "webpage called 'home' or 'include:home.html' to include a file." msgstr "ejemplo: 'public' para mostrar contenido público, 'page/sys/home' para mostrar la página web definida como \"home\" o 'include:home.html' para mostrar el contenido de un fichero." -#: ../../Zotlabs/Module/Admin/Site.php:309 +#: ../../Zotlabs/Module/Admin/Site.php:299 msgid "Preserve site homepage URL" msgstr "Preservar la dirección de la página personal" -#: ../../Zotlabs/Module/Admin/Site.php:309 +#: ../../Zotlabs/Module/Admin/Site.php:299 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:310 +#: ../../Zotlabs/Module/Admin/Site.php:300 msgid "Accounts abandoned after x days" msgstr "Cuentas abandonadas después de x días" -#: ../../Zotlabs/Module/Admin/Site.php:310 +#: ../../Zotlabs/Module/Admin/Site.php:300 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:311 +#: ../../Zotlabs/Module/Admin/Site.php:301 msgid "Allowed friend domains" msgstr "Dominios amigos permitidos" -#: ../../Zotlabs/Module/Admin/Site.php:311 +#: ../../Zotlabs/Module/Admin/Site.php:301 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:312 +#: ../../Zotlabs/Module/Admin/Site.php:302 msgid "Verify Email Addresses" msgstr "Verificar las direcciones de correo electrónico" -#: ../../Zotlabs/Module/Admin/Site.php:312 +#: ../../Zotlabs/Module/Admin/Site.php:302 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:313 +#: ../../Zotlabs/Module/Admin/Site.php:303 msgid "Force publish" msgstr "Forzar la publicación" -#: ../../Zotlabs/Module/Admin/Site.php:313 +#: ../../Zotlabs/Module/Admin/Site.php:303 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:314 +#: ../../Zotlabs/Module/Admin/Site.php:304 msgid "Import Public Streams" msgstr "Importar contenido público" -#: ../../Zotlabs/Module/Admin/Site.php:314 +#: ../../Zotlabs/Module/Admin/Site.php:304 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:315 +#: ../../Zotlabs/Module/Admin/Site.php:305 msgid "Login on Homepage" msgstr "Iniciar sesión en la página personal" -#: ../../Zotlabs/Module/Admin/Site.php:315 +#: ../../Zotlabs/Module/Admin/Site.php:305 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:316 +#: ../../Zotlabs/Module/Admin/Site.php:306 msgid "Enable context help" msgstr "Habilitar la ayuda contextual" -#: ../../Zotlabs/Module/Admin/Site.php:316 +#: ../../Zotlabs/Module/Admin/Site.php:306 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:318 +#: ../../Zotlabs/Module/Admin/Site.php:308 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:319 +#: ../../Zotlabs/Module/Admin/Site.php:309 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:320 +#: ../../Zotlabs/Module/Admin/Site.php:310 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:322 +#: ../../Zotlabs/Module/Admin/Site.php:312 msgid "Directory Server URL" msgstr "URL del servidor de directorio" -#: ../../Zotlabs/Module/Admin/Site.php:322 +#: ../../Zotlabs/Module/Admin/Site.php:312 msgid "Default directory server" msgstr "Servidor de directorio predeterminado" -#: ../../Zotlabs/Module/Admin/Site.php:324 +#: ../../Zotlabs/Module/Admin/Site.php:314 msgid "Proxy user" msgstr "Usuario del proxy" -#: ../../Zotlabs/Module/Admin/Site.php:325 +#: ../../Zotlabs/Module/Admin/Site.php:315 msgid "Proxy URL" msgstr "Dirección del proxy" -#: ../../Zotlabs/Module/Admin/Site.php:326 +#: ../../Zotlabs/Module/Admin/Site.php:316 msgid "Network timeout" msgstr "Tiempo de espera de la red" -#: ../../Zotlabs/Module/Admin/Site.php:326 +#: ../../Zotlabs/Module/Admin/Site.php:316 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:327 +#: ../../Zotlabs/Module/Admin/Site.php:317 msgid "Delivery interval" msgstr "Intervalo de entrega" -#: ../../Zotlabs/Module/Admin/Site.php:327 +#: ../../Zotlabs/Module/Admin/Site.php:317 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:328 +#: ../../Zotlabs/Module/Admin/Site.php:318 msgid "Deliveries per process" msgstr "Intentos de envío por proceso" -#: ../../Zotlabs/Module/Admin/Site.php:328 +#: ../../Zotlabs/Module/Admin/Site.php:318 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:329 +#: ../../Zotlabs/Module/Admin/Site.php:319 msgid "Poll interval" msgstr "Intervalo máximo de tiempo entre dos mensajes sucesivos" -#: ../../Zotlabs/Module/Admin/Site.php:329 +#: ../../Zotlabs/Module/Admin/Site.php:319 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:330 +#: ../../Zotlabs/Module/Admin/Site.php:320 msgid "Maximum Load Average" msgstr "Carga media máxima" -#: ../../Zotlabs/Module/Admin/Site.php:330 +#: ../../Zotlabs/Module/Admin/Site.php:320 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:331 +#: ../../Zotlabs/Module/Admin/Site.php:321 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:331 +#: ../../Zotlabs/Module/Admin/Site.php:321 msgid "0 for no expiration of imported content" msgstr "0 para que no caduque el contenido importado" @@ -2829,8 +3013,8 @@ msgstr "Información adicional (opcional)" #: ../../Zotlabs/Module/Admin/Profs.php:74 #: ../../Zotlabs/Module/Admin/Profs.php:94 ../../Zotlabs/Module/Rbmark.php:32 #: ../../Zotlabs/Module/Rbmark.php:104 ../../Zotlabs/Module/Filer.php:53 -#: ../../Zotlabs/Widget/Notes.php:18 ../../include/text.php:1028 -#: ../../include/text.php:1040 +#: ../../Zotlabs/Widget/Notes.php:18 ../../include/text.php:1022 +#: ../../include/text.php:1034 msgid "Save" msgstr "Guardar" @@ -3036,6 +3220,14 @@ msgctxt "acl" msgid "Profile" msgstr "Perfil" +#: ../../Zotlabs/Module/Moderate.php:37 +msgid "Comment approved" +msgstr "El comentario ha sido aprobado" + +#: ../../Zotlabs/Module/Moderate.php:41 +msgid "Comment deleted" +msgstr "Se ha eliminado el comentario" + #: ../../Zotlabs/Module/Settings/Permcats.php:37 msgid "Permission category saved." msgstr "Se ha guardado la categoría del permiso." @@ -3056,25 +3248,25 @@ msgstr "Nombre de la autorización" #: ../../Zotlabs/Module/Settings/Permcats.php:103 #: ../../Zotlabs/Module/Settings/Tokens.php:161 -#: ../../Zotlabs/Module/Connedit.php:886 +#: ../../Zotlabs/Module/Connedit.php:904 msgid "My Settings" msgstr "Mis ajustes" #: ../../Zotlabs/Module/Settings/Permcats.php:105 #: ../../Zotlabs/Module/Settings/Tokens.php:163 -#: ../../Zotlabs/Module/Connedit.php:881 +#: ../../Zotlabs/Module/Connedit.php:899 msgid "inherited" msgstr "heredado" #: ../../Zotlabs/Module/Settings/Permcats.php:108 #: ../../Zotlabs/Module/Settings/Tokens.php:166 -#: ../../Zotlabs/Module/Connedit.php:888 +#: ../../Zotlabs/Module/Connedit.php:906 msgid "Individual Permissions" msgstr "Permisos individuales" #: ../../Zotlabs/Module/Settings/Permcats.php:109 #: ../../Zotlabs/Module/Settings/Tokens.php:167 -#: ../../Zotlabs/Module/Connedit.php:889 +#: ../../Zotlabs/Module/Connedit.php:907 msgid "" "Some permissions may be inherited from your channel's <a " "href=\"settings\"><strong>privacy settings</strong></a>, which have higher " @@ -3088,12 +3280,12 @@ msgstr "Algunos permisos pueden ser heredados de los <a href=\"settings\"><stron #: ../../Zotlabs/Module/Settings/Channel.php:70 #: ../../Zotlabs/Module/Settings/Channel.php:81 #: ../../Zotlabs/Module/Connedit.php:707 ../../Zotlabs/Widget/Affinity.php:28 -#: ../../include/selectors.php:123 ../../include/channel.php:406 -#: ../../include/channel.php:407 ../../include/channel.php:414 +#: ../../include/selectors.php:123 ../../include/channel.php:408 +#: ../../include/channel.php:409 ../../include/channel.php:416 msgid "Friends" msgstr "Amigos/as" -#: ../../Zotlabs/Module/Settings/Channel.php:251 +#: ../../Zotlabs/Module/Settings/Channel.php:255 #: ../../addon/rendezvous/rendezvous.php:82 #: ../../addon/openstreetmap/openstreetmap.php:184 #: ../../addon/msgfooter/msgfooter.php:54 ../../addon/logrot/logrot.php:54 @@ -3102,380 +3294,388 @@ msgstr "Amigos/as" msgid "Settings updated." msgstr "Ajustes actualizados." -#: ../../Zotlabs/Module/Settings/Channel.php:312 +#: ../../Zotlabs/Module/Settings/Channel.php:316 msgid "Nobody except yourself" msgstr "Nadie excepto usted" -#: ../../Zotlabs/Module/Settings/Channel.php:313 +#: ../../Zotlabs/Module/Settings/Channel.php:317 msgid "Only those you specifically allow" msgstr "Solo aquellos a los que usted permita explícitamente" -#: ../../Zotlabs/Module/Settings/Channel.php:314 +#: ../../Zotlabs/Module/Settings/Channel.php:318 msgid "Approved connections" msgstr "Conexiones aprobadas" -#: ../../Zotlabs/Module/Settings/Channel.php:315 +#: ../../Zotlabs/Module/Settings/Channel.php:319 msgid "Any connections" msgstr "Cualquier conexión" -#: ../../Zotlabs/Module/Settings/Channel.php:316 +#: ../../Zotlabs/Module/Settings/Channel.php:320 msgid "Anybody on this website" msgstr "Cualquiera en este sitio web" -#: ../../Zotlabs/Module/Settings/Channel.php:317 +#: ../../Zotlabs/Module/Settings/Channel.php:321 msgid "Anybody in this network" msgstr "Cualquiera en esta red" -#: ../../Zotlabs/Module/Settings/Channel.php:318 +#: ../../Zotlabs/Module/Settings/Channel.php:322 msgid "Anybody authenticated" msgstr "Cualquiera que esté autenticado" -#: ../../Zotlabs/Module/Settings/Channel.php:319 +#: ../../Zotlabs/Module/Settings/Channel.php:323 msgid "Anybody on the internet" msgstr "Cualquiera en internet" -#: ../../Zotlabs/Module/Settings/Channel.php:395 +#: ../../Zotlabs/Module/Settings/Channel.php:399 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:400 +#: ../../Zotlabs/Module/Settings/Channel.php:404 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:404 +#: ../../Zotlabs/Module/Settings/Channel.php:408 #: ../../Zotlabs/Module/Profile_photo.php:429 #: ../../Zotlabs/Module/Cover_photo.php:365 msgid "or" msgstr "o" -#: ../../Zotlabs/Module/Settings/Channel.php:409 +#: ../../Zotlabs/Module/Settings/Channel.php:413 msgid "Your channel address is" msgstr "Su dirección de canal es" -#: ../../Zotlabs/Module/Settings/Channel.php:412 +#: ../../Zotlabs/Module/Settings/Channel.php:416 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:474 +#: ../../Zotlabs/Module/Settings/Channel.php:478 msgid "Channel Settings" msgstr "Ajustes del canal" -#: ../../Zotlabs/Module/Settings/Channel.php:481 +#: ../../Zotlabs/Module/Settings/Channel.php:485 msgid "Basic Settings" msgstr "Configuración básica" -#: ../../Zotlabs/Module/Settings/Channel.php:482 -#: ../../include/channel.php:1250 +#: ../../Zotlabs/Module/Settings/Channel.php:486 +#: ../../include/channel.php:1373 msgid "Full Name:" msgstr "Nombre completo:" -#: ../../Zotlabs/Module/Settings/Channel.php:483 +#: ../../Zotlabs/Module/Settings/Channel.php:487 #: ../../Zotlabs/Module/Settings/Account.php:119 msgid "Email Address:" msgstr "Dirección de correo electrónico:" -#: ../../Zotlabs/Module/Settings/Channel.php:484 +#: ../../Zotlabs/Module/Settings/Channel.php:488 msgid "Your Timezone:" msgstr "Su huso horario:" -#: ../../Zotlabs/Module/Settings/Channel.php:485 +#: ../../Zotlabs/Module/Settings/Channel.php:489 msgid "Default Post Location:" msgstr "Localización geográfica predeterminada para sus publicaciones:" -#: ../../Zotlabs/Module/Settings/Channel.php:485 +#: ../../Zotlabs/Module/Settings/Channel.php:489 msgid "Geographical location to display on your posts" msgstr "Localización geográfica que debe mostrarse en sus publicaciones" -#: ../../Zotlabs/Module/Settings/Channel.php:486 +#: ../../Zotlabs/Module/Settings/Channel.php:490 msgid "Use Browser Location:" msgstr "Usar la localización geográfica del navegador:" -#: ../../Zotlabs/Module/Settings/Channel.php:488 +#: ../../Zotlabs/Module/Settings/Channel.php:492 msgid "Adult Content" msgstr "Contenido solo para adultos" -#: ../../Zotlabs/Module/Settings/Channel.php:488 +#: ../../Zotlabs/Module/Settings/Channel.php:492 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:490 +#: ../../Zotlabs/Module/Settings/Channel.php:494 msgid "Security and Privacy Settings" msgstr "Configuración de seguridad y privacidad" -#: ../../Zotlabs/Module/Settings/Channel.php:493 +#: ../../Zotlabs/Module/Settings/Channel.php:496 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:495 +#: ../../Zotlabs/Module/Settings/Channel.php:498 msgid "Hide my online presence" msgstr "Ocultar mi presencia en línea" -#: ../../Zotlabs/Module/Settings/Channel.php:495 +#: ../../Zotlabs/Module/Settings/Channel.php:498 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:497 +#: ../../Zotlabs/Module/Settings/Channel.php:500 msgid "Simple Privacy Settings:" msgstr "Configuración de privacidad sencilla:" -#: ../../Zotlabs/Module/Settings/Channel.php:498 +#: ../../Zotlabs/Module/Settings/Channel.php:501 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:499 +#: ../../Zotlabs/Module/Settings/Channel.php:502 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:500 +#: ../../Zotlabs/Module/Settings/Channel.php:503 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:501 +#: ../../Zotlabs/Module/Settings/Channel.php:504 msgid "Blocked - <em>default blocked to/from everybody</em>" msgstr "Bloqueado - <em>por defecto, bloqueado/a para cualquiera</em>" -#: ../../Zotlabs/Module/Settings/Channel.php:503 +#: ../../Zotlabs/Module/Settings/Channel.php:506 msgid "Allow others to tag your posts" msgstr "Permitir a otros etiquetar sus publicaciones" -#: ../../Zotlabs/Module/Settings/Channel.php:503 +#: ../../Zotlabs/Module/Settings/Channel.php:506 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:505 +#: ../../Zotlabs/Module/Settings/Channel.php:508 msgid "Channel Permission Limits" msgstr "Límites de los permisos del canal" -#: ../../Zotlabs/Module/Settings/Channel.php:507 +#: ../../Zotlabs/Module/Settings/Channel.php:510 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:507 +#: ../../Zotlabs/Module/Settings/Channel.php:510 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:507 +#: ../../Zotlabs/Module/Settings/Channel.php:510 #, 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:507 +#: ../../Zotlabs/Module/Settings/Channel.php:510 msgid "This website does not expire imported content." msgstr "Este sitio web no caduca el contenido importado." -#: ../../Zotlabs/Module/Settings/Channel.php:507 +#: ../../Zotlabs/Module/Settings/Channel.php:510 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:508 +#: ../../Zotlabs/Module/Settings/Channel.php:511 msgid "Maximum Friend Requests/Day:" msgstr "Máximo de solicitudes de amistad por día:" -#: ../../Zotlabs/Module/Settings/Channel.php:508 +#: ../../Zotlabs/Module/Settings/Channel.php:511 msgid "May reduce spam activity" msgstr "Podría reducir la actividad de spam" -#: ../../Zotlabs/Module/Settings/Channel.php:509 +#: ../../Zotlabs/Module/Settings/Channel.php:512 msgid "Default Access Control List (ACL)" msgstr "Lista de control de acceso (ACL) por defecto" -#: ../../Zotlabs/Module/Settings/Channel.php:511 +#: ../../Zotlabs/Module/Settings/Channel.php:514 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:518 +#: ../../Zotlabs/Module/Settings/Channel.php:521 msgid "Channel permissions category:" msgstr "Categoría de los permisos del canal:" -#: ../../Zotlabs/Module/Settings/Channel.php:519 +#: ../../Zotlabs/Module/Settings/Channel.php:522 msgid "Default Permissions Group" msgstr "Grupo de permisos predeterminado" -#: ../../Zotlabs/Module/Settings/Channel.php:525 +#: ../../Zotlabs/Module/Settings/Channel.php:528 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:525 +#: ../../Zotlabs/Module/Settings/Channel.php:528 msgid "Useful to reduce spamming" msgstr "Útil para reducir el envío de correo no deseado" -#: ../../Zotlabs/Module/Settings/Channel.php:528 +#: ../../Zotlabs/Module/Settings/Channel.php:531 msgid "Notification Settings" msgstr "Configuración de las notificaciones" -#: ../../Zotlabs/Module/Settings/Channel.php:529 +#: ../../Zotlabs/Module/Settings/Channel.php:532 msgid "By default post a status message when:" msgstr "Por defecto, enviar un mensaje de estado cuando:" -#: ../../Zotlabs/Module/Settings/Channel.php:530 +#: ../../Zotlabs/Module/Settings/Channel.php:533 msgid "accepting a friend request" msgstr "Acepte una solicitud de amistad" -#: ../../Zotlabs/Module/Settings/Channel.php:531 +#: ../../Zotlabs/Module/Settings/Channel.php:534 msgid "joining a forum/community" msgstr "al unirse a un foro o comunidad" -#: ../../Zotlabs/Module/Settings/Channel.php:532 +#: ../../Zotlabs/Module/Settings/Channel.php:535 msgid "making an <em>interesting</em> profile change" msgstr "Realice un cambio <em>interesante</em> en su perfil" -#: ../../Zotlabs/Module/Settings/Channel.php:533 +#: ../../Zotlabs/Module/Settings/Channel.php:536 msgid "Send a notification email when:" msgstr "Enviar una notificación por correo electrónico cuando:" -#: ../../Zotlabs/Module/Settings/Channel.php:534 +#: ../../Zotlabs/Module/Settings/Channel.php:537 msgid "You receive a connection request" msgstr "Reciba una solicitud de conexión" -#: ../../Zotlabs/Module/Settings/Channel.php:535 +#: ../../Zotlabs/Module/Settings/Channel.php:538 msgid "Your connections are confirmed" msgstr "Sus conexiones hayan sido confirmadas" -#: ../../Zotlabs/Module/Settings/Channel.php:536 +#: ../../Zotlabs/Module/Settings/Channel.php:539 msgid "Someone writes on your profile wall" msgstr "Alguien escriba en la página de su perfil (\"muro\")" -#: ../../Zotlabs/Module/Settings/Channel.php:537 +#: ../../Zotlabs/Module/Settings/Channel.php:540 msgid "Someone writes a followup comment" msgstr "Alguien escriba un comentario sobre sus publicaciones" -#: ../../Zotlabs/Module/Settings/Channel.php:538 +#: ../../Zotlabs/Module/Settings/Channel.php:541 msgid "You receive a private message" msgstr "Reciba un mensaje privado" -#: ../../Zotlabs/Module/Settings/Channel.php:539 +#: ../../Zotlabs/Module/Settings/Channel.php:542 msgid "You receive a friend suggestion" msgstr "Reciba una sugerencia de amistad" -#: ../../Zotlabs/Module/Settings/Channel.php:540 +#: ../../Zotlabs/Module/Settings/Channel.php:543 msgid "You are tagged in a post" msgstr "Usted sea etiquetado en una publicación" -#: ../../Zotlabs/Module/Settings/Channel.php:541 +#: ../../Zotlabs/Module/Settings/Channel.php:544 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:543 +#: ../../Zotlabs/Module/Settings/Channel.php:546 msgid "Someone likes your post/comment" msgstr "Alguien muestre agrado por su entrada o comentario" -#: ../../Zotlabs/Module/Settings/Channel.php:546 +#: ../../Zotlabs/Module/Settings/Channel.php:549 msgid "Show visual notifications including:" msgstr "Mostrar notificaciones visuales que incluyan:" -#: ../../Zotlabs/Module/Settings/Channel.php:548 +#: ../../Zotlabs/Module/Settings/Channel.php:551 msgid "Unseen grid activity" msgstr "Nueva actividad en la red" -#: ../../Zotlabs/Module/Settings/Channel.php:549 +#: ../../Zotlabs/Module/Settings/Channel.php:552 msgid "Unseen channel activity" msgstr "Actividad no vista en el canal" -#: ../../Zotlabs/Module/Settings/Channel.php:550 +#: ../../Zotlabs/Module/Settings/Channel.php:553 msgid "Unseen private messages" msgstr "Mensajes privados no leídos" -#: ../../Zotlabs/Module/Settings/Channel.php:550 -#: ../../Zotlabs/Module/Settings/Channel.php:555 -#: ../../Zotlabs/Module/Settings/Channel.php:556 -#: ../../Zotlabs/Module/Settings/Channel.php:557 +#: ../../Zotlabs/Module/Settings/Channel.php:553 +#: ../../Zotlabs/Module/Settings/Channel.php:558 +#: ../../Zotlabs/Module/Settings/Channel.php:559 +#: ../../Zotlabs/Module/Settings/Channel.php:560 #: ../../addon/jappixmini/jappixmini.php:343 msgid "Recommended" msgstr "Recomendado" -#: ../../Zotlabs/Module/Settings/Channel.php:551 +#: ../../Zotlabs/Module/Settings/Channel.php:554 msgid "Upcoming events" msgstr "Próximos eventos" -#: ../../Zotlabs/Module/Settings/Channel.php:552 +#: ../../Zotlabs/Module/Settings/Channel.php:555 msgid "Events today" msgstr "Eventos de hoy" -#: ../../Zotlabs/Module/Settings/Channel.php:553 +#: ../../Zotlabs/Module/Settings/Channel.php:556 msgid "Upcoming birthdays" msgstr "Próximos cumpleaños" -#: ../../Zotlabs/Module/Settings/Channel.php:553 +#: ../../Zotlabs/Module/Settings/Channel.php:556 msgid "Not available in all themes" msgstr "No disponible en todos los temas" -#: ../../Zotlabs/Module/Settings/Channel.php:554 +#: ../../Zotlabs/Module/Settings/Channel.php:557 msgid "System (personal) notifications" msgstr "Notificaciones del sistema (personales)" -#: ../../Zotlabs/Module/Settings/Channel.php:555 +#: ../../Zotlabs/Module/Settings/Channel.php:558 msgid "System info messages" msgstr "Mensajes de información del sistema" -#: ../../Zotlabs/Module/Settings/Channel.php:556 +#: ../../Zotlabs/Module/Settings/Channel.php:559 msgid "System critical alerts" msgstr "Alertas críticas del sistema" -#: ../../Zotlabs/Module/Settings/Channel.php:557 +#: ../../Zotlabs/Module/Settings/Channel.php:560 msgid "New connections" msgstr "Nuevas conexiones" -#: ../../Zotlabs/Module/Settings/Channel.php:558 +#: ../../Zotlabs/Module/Settings/Channel.php:561 msgid "System Registrations" msgstr "Registros del sistema" -#: ../../Zotlabs/Module/Settings/Channel.php:559 +#: ../../Zotlabs/Module/Settings/Channel.php:562 +msgid "Unseen shared files" +msgstr "Ficheros compartidos no vistos" + +#: ../../Zotlabs/Module/Settings/Channel.php:563 +msgid "Unseen public activity" +msgstr "Actividad pública no vista" + +#: ../../Zotlabs/Module/Settings/Channel.php:564 msgid "" "Also show new wall posts, private messages and connections under Notices" msgstr "Mostrar también en Avisos las nuevas publicaciones, los mensajes privados y las conexiones" -#: ../../Zotlabs/Module/Settings/Channel.php:561 +#: ../../Zotlabs/Module/Settings/Channel.php:566 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:561 +#: ../../Zotlabs/Module/Settings/Channel.php:566 msgid "Must be greater than 0" msgstr "Debe ser mayor que 0" -#: ../../Zotlabs/Module/Settings/Channel.php:567 +#: ../../Zotlabs/Module/Settings/Channel.php:572 msgid "Advanced Account/Page Type Settings" msgstr "Ajustes avanzados de la cuenta y de los tipos de página" -#: ../../Zotlabs/Module/Settings/Channel.php:568 +#: ../../Zotlabs/Module/Settings/Channel.php:573 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:570 +#: ../../Zotlabs/Module/Settings/Channel.php:575 msgid "Miscellaneous Settings" msgstr "Ajustes diversos" -#: ../../Zotlabs/Module/Settings/Channel.php:571 +#: ../../Zotlabs/Module/Settings/Channel.php:576 msgid "Default photo upload folder" msgstr "Carpeta por defecto de las fotos subidas" -#: ../../Zotlabs/Module/Settings/Channel.php:571 -#: ../../Zotlabs/Module/Settings/Channel.php:572 +#: ../../Zotlabs/Module/Settings/Channel.php:576 +#: ../../Zotlabs/Module/Settings/Channel.php:577 msgid "%Y - current year, %m - current month" msgstr "%Y - año en curso, %m - mes actual" -#: ../../Zotlabs/Module/Settings/Channel.php:572 +#: ../../Zotlabs/Module/Settings/Channel.php:577 msgid "Default file upload folder" msgstr "Carpeta por defecto de los ficheros subidos" -#: ../../Zotlabs/Module/Settings/Channel.php:574 +#: ../../Zotlabs/Module/Settings/Channel.php:579 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.php:576 +#: ../../Zotlabs/Module/Settings/Channel.php:581 msgid "Remove this channel." msgstr "Eliminar este canal." -#: ../../Zotlabs/Module/Settings/Channel.php:577 +#: ../../Zotlabs/Module/Settings/Channel.php:582 msgid "Firefox Share $Projectname provider" msgstr "Servicio de compartición de Firefox: proveedor $Projectname" -#: ../../Zotlabs/Module/Settings/Channel.php:578 +#: ../../Zotlabs/Module/Settings/Channel.php:583 msgid "Start calendar week on Monday" msgstr "Comenzar el calendario semanal por el lunes" @@ -3511,7 +3711,7 @@ msgid "" msgstr "También puede proporcionar, con el estilo <em>dropbox</em>, enlaces de acceso a sus amigos y asociados añadiendo la contraseña de inicio de sesión a cualquier dirección URL, como se muestra. Ejemplos: " #: ../../Zotlabs/Module/Settings/Tokens.php:150 -#: ../../Zotlabs/Widget/Settings_menu.php:90 +#: ../../Zotlabs/Widget/Settings_menu.php:92 msgid "Guest Access Tokens" msgstr "Tokens de acceso para invitados" @@ -3528,7 +3728,7 @@ msgid "Expires (yyyy-mm-dd)" msgstr "Expira (aaaa-mm-dd)" #: ../../Zotlabs/Module/Settings/Tokens.php:160 -#: ../../Zotlabs/Module/Connedit.php:885 +#: ../../Zotlabs/Module/Connedit.php:903 msgid "Their Settings" msgstr "Sus ajustes" @@ -3605,27 +3805,27 @@ msgstr "Eliminar cuenta" msgid "Remove this account including all its channels" msgstr "Eliminar esta cuenta incluyendo todos sus canales" -#: ../../Zotlabs/Module/Settings/Featured.php:20 +#: ../../Zotlabs/Module/Settings/Featured.php:21 msgid "Affinity Slider settings updated." msgstr "Se han actualizado los ajustes del controlador de afinidad." -#: ../../Zotlabs/Module/Settings/Featured.php:34 +#: ../../Zotlabs/Module/Settings/Featured.php:36 msgid "No feature settings configured" msgstr "No se ha establecido la configuración de los complementos" -#: ../../Zotlabs/Module/Settings/Featured.php:41 +#: ../../Zotlabs/Module/Settings/Featured.php:43 msgid "Default maximum affinity level" msgstr "Nivel máximo de afinidad por defecto" -#: ../../Zotlabs/Module/Settings/Featured.php:46 +#: ../../Zotlabs/Module/Settings/Featured.php:48 msgid "Default minimum affinity level" msgstr "Nivel mínimo de afinidad por defecto" -#: ../../Zotlabs/Module/Settings/Featured.php:50 +#: ../../Zotlabs/Module/Settings/Featured.php:52 msgid "Affinity Slider Settings" msgstr "Ajustes del controlador de afinidad" -#: ../../Zotlabs/Module/Settings/Featured.php:60 +#: ../../Zotlabs/Module/Settings/Featured.php:62 msgid "Feature/Addon Settings" msgstr "Ajustes de los complementos" @@ -3819,32 +4019,24 @@ msgid "Remove authorization" msgstr "Eliminar autorización" #: ../../Zotlabs/Module/Embedphotos.php:140 -#: ../../Zotlabs/Module/Photos.php:751 ../../Zotlabs/Module/Photos.php:1290 -#: ../../Zotlabs/Widget/Album.php:78 +#: ../../Zotlabs/Module/Photos.php:753 ../../Zotlabs/Module/Photos.php:1292 +#: ../../Zotlabs/Widget/Portfolio.php:78 ../../Zotlabs/Widget/Album.php:78 msgid "View Photo" msgstr "Ver foto" -#: ../../Zotlabs/Module/Embedphotos.php:146 -#: ../../Zotlabs/Module/Photos.php:757 ../../Zotlabs/Module/Photos.php:1213 -#: ../../Zotlabs/Lib/Apps.php:571 ../../Zotlabs/Lib/Apps.php:649 -#: ../../Zotlabs/Storage/Browser.php:163 ../../Zotlabs/Widget/Album.php:84 -#: ../../addon/cdav/Mod_Cdav.php:745 ../../addon/cdav/Mod_Cdav.php:746 -#: ../../addon/cdav/Mod_Cdav.php:753 ../../include/conversation.php:1110 -msgid "Unknown" -msgstr "Desconocido" - #: ../../Zotlabs/Module/Embedphotos.php:156 -#: ../../Zotlabs/Module/Photos.php:782 ../../Zotlabs/Widget/Album.php:95 +#: ../../Zotlabs/Module/Photos.php:784 ../../Zotlabs/Widget/Portfolio.php:97 +#: ../../Zotlabs/Widget/Album.php:95 msgid "Edit Album" msgstr "Editar álbum" #: ../../Zotlabs/Module/Embedphotos.php:158 -#: ../../Zotlabs/Module/Photos.php:784 ../../Zotlabs/Module/Photos.php:1321 +#: ../../Zotlabs/Module/Photos.php:786 ../../Zotlabs/Module/Photos.php:1323 #: ../../Zotlabs/Module/Profile_photo.php:423 #: ../../Zotlabs/Module/Cover_photo.php:361 -#: ../../Zotlabs/Storage/Browser.php:229 ../../Zotlabs/Storage/Browser.php:334 -#: ../../Zotlabs/Widget/Album.php:97 ../../addon/cdav/include/widgets.php:132 -#: ../../addon/cdav/include/widgets.php:168 +#: ../../Zotlabs/Storage/Browser.php:230 ../../Zotlabs/Storage/Browser.php:337 +#: ../../Zotlabs/Widget/Cdav.php:132 ../../Zotlabs/Widget/Cdav.php:168 +#: ../../Zotlabs/Widget/Portfolio.php:99 ../../Zotlabs/Widget/Album.php:97 msgid "Upload" msgstr "Subir" @@ -3906,9 +4098,9 @@ msgid "URL for photo of thing (optional)" msgstr "Dirección para la foto o elemento (opcional)" #: ../../Zotlabs/Module/Thing.php:313 ../../Zotlabs/Module/Thing.php:363 -#: ../../Zotlabs/Module/Photos.php:647 ../../Zotlabs/Module/Photos.php:1011 -#: ../../Zotlabs/Module/Connedit.php:672 ../../Zotlabs/Module/Chat.php:233 -#: ../../Zotlabs/Module/Filestorage.php:152 +#: ../../Zotlabs/Module/Photos.php:649 ../../Zotlabs/Module/Photos.php:1013 +#: ../../Zotlabs/Module/Connedit.php:672 ../../Zotlabs/Module/Chat.php:235 +#: ../../Zotlabs/Module/Filestorage.php:142 #: ../../include/acl_selectors.php:218 msgid "Permissions" msgstr "Permisos" @@ -3931,52 +4123,52 @@ msgstr "Notificaciones del sistema" msgid "Channel added." msgstr "Canal añadido." -#: ../../Zotlabs/Module/Import.php:144 +#: ../../Zotlabs/Module/Import.php:143 #, php-format msgid "Your service plan only allows %d channels." msgstr "Su paquete de servicios solo permite %d canales." -#: ../../Zotlabs/Module/Import.php:158 +#: ../../Zotlabs/Module/Import.php:157 msgid "No channel. Import failed." msgstr "No hay canal. La importación ha fallado" -#: ../../Zotlabs/Module/Import.php:466 +#: ../../Zotlabs/Module/Import.php:470 #: ../../addon/diaspora/import_diaspora.php:142 msgid "Import completed." msgstr "Importación completada." -#: ../../Zotlabs/Module/Import.php:494 +#: ../../Zotlabs/Module/Import.php:498 msgid "You must be logged in to use this feature." msgstr "Debe estar registrado para poder usar esta funcionalidad." -#: ../../Zotlabs/Module/Import.php:499 +#: ../../Zotlabs/Module/Import.php:503 msgid "Import Channel" msgstr "Importar canal" -#: ../../Zotlabs/Module/Import.php:500 +#: ../../Zotlabs/Module/Import.php:504 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:502 +#: ../../Zotlabs/Module/Import.php:506 msgid "Or provide the old server/hub details" msgstr "O proporcione los detalles de su antiguo servidor/hub" -#: ../../Zotlabs/Module/Import.php:503 +#: ../../Zotlabs/Module/Import.php:507 msgid "Your old identity address (xyz@example.com)" msgstr "Su identidad en el antiguo servidor (canal@ejemplo.com)" -#: ../../Zotlabs/Module/Import.php:504 +#: ../../Zotlabs/Module/Import.php:508 msgid "Your old login email address" msgstr "Su antigua dirección de correo electrónico" -#: ../../Zotlabs/Module/Import.php:505 +#: ../../Zotlabs/Module/Import.php:509 msgid "Your old login password" msgstr "Su antigua contraseña" -#: ../../Zotlabs/Module/Import.php:506 +#: ../../Zotlabs/Module/Import.php:510 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" @@ -3984,19 +4176,19 @@ 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:507 +#: ../../Zotlabs/Module/Import.php:511 msgid "Make this hub my primary location" msgstr "Convertir este servidor en mi ubicación primaria" -#: ../../Zotlabs/Module/Import.php:508 +#: ../../Zotlabs/Module/Import.php:512 msgid "Move this channel (disable all previous locations)" msgstr "Mover este canal (desactivar todas las ubicaciones anteriores)" -#: ../../Zotlabs/Module/Import.php:509 +#: ../../Zotlabs/Module/Import.php:513 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:510 +#: ../../Zotlabs/Module/Import.php:514 msgid "" "This process may take several minutes to complete. Please submit the form " "only once and leave this page open until finished." @@ -4006,21 +4198,21 @@ msgstr "Este proceso puede tardar varios minutos en completarse. Por favor enví msgid "Authentication failed." msgstr "Falló la autenticación." -#: ../../Zotlabs/Module/Rmagic.php:75 ../../include/channel.php:1984 +#: ../../Zotlabs/Module/Rmagic.php:75 ../../include/channel.php:2102 msgid "Remote Authentication" msgstr "Acceso desde su servidor" -#: ../../Zotlabs/Module/Rmagic.php:76 ../../include/channel.php:1985 +#: ../../Zotlabs/Module/Rmagic.php:76 ../../include/channel.php:2103 msgid "Enter your channel address (e.g. channel@example.com)" msgstr "Introduzca la dirección del canal (p.ej. canal@ejemplo.com)" -#: ../../Zotlabs/Module/Rmagic.php:77 ../../include/channel.php:1986 +#: ../../Zotlabs/Module/Rmagic.php:77 ../../include/channel.php:2104 msgid "Authenticate" msgstr "Acceder" #: ../../Zotlabs/Module/Cal.php:62 ../../Zotlabs/Module/Chanview.php:96 -#: ../../Zotlabs/Module/Page.php:56 ../../Zotlabs/Module/Wall_upload.php:31 -#: ../../Zotlabs/Module/Block.php:43 +#: ../../Zotlabs/Module/Page.php:75 ../../Zotlabs/Module/Wall_upload.php:31 +#: ../../Zotlabs/Module/Block.php:41 msgid "Channel not found." msgstr "Canal no encontrado." @@ -4028,7 +4220,7 @@ msgstr "Canal no encontrado." msgid "Permissions denied." msgstr "Permisos denegados." -#: ../../Zotlabs/Module/Cal.php:342 ../../include/text.php:2291 +#: ../../Zotlabs/Module/Cal.php:342 ../../include/text.php:2304 msgid "Import" msgstr "Importar" @@ -4054,13 +4246,13 @@ msgstr "¿Desea autorizar a esta aplicación a acceder a sus publicaciones y con msgid "Item not available." msgstr "Elemento no disponible" -#: ../../Zotlabs/Module/Editblock.php:116 ../../Zotlabs/Module/Chat.php:205 -#: ../../Zotlabs/Module/Editwebpage.php:143 ../../Zotlabs/Module/Mail.php:306 -#: ../../Zotlabs/Module/Mail.php:448 ../../include/conversation.php:1228 +#: ../../Zotlabs/Module/Editblock.php:116 ../../Zotlabs/Module/Chat.php:207 +#: ../../Zotlabs/Module/Editwebpage.php:143 ../../Zotlabs/Module/Mail.php:288 +#: ../../Zotlabs/Module/Mail.php:430 ../../include/conversation.php:1225 msgid "Insert web link" msgstr "Insertar enlace web" -#: ../../Zotlabs/Module/Editblock.php:129 ../../include/conversation.php:1339 +#: ../../Zotlabs/Module/Editblock.php:129 ../../include/conversation.php:1336 msgid "Title (optional)" msgstr "Título (opcional)" @@ -4068,11 +4260,11 @@ msgstr "Título (opcional)" msgid "Edit Block" msgstr "Modificar este bloque" -#: ../../Zotlabs/Module/Profile.php:91 +#: ../../Zotlabs/Module/Profile.php:93 msgid "vcard" msgstr "vcard" -#: ../../Zotlabs/Module/Apps.php:45 +#: ../../Zotlabs/Module/Apps.php:45 ../../Zotlabs/Lib/Apps.php:224 msgid "Apps" msgstr "Aplicaciones (apps)" @@ -4090,7 +4282,8 @@ msgctxt "mood" msgid "%1$s is %2$s" msgstr "%1$s está %2$s" -#: ../../Zotlabs/Module/Mood.php:135 ../../Zotlabs/Lib/Apps.php:234 +#: ../../Zotlabs/Module/Mood.php:120 ../../Zotlabs/Module/Mood.php:135 +#: ../../Zotlabs/Lib/Apps.php:247 msgid "Mood" msgstr "Estado de ánimo" @@ -4098,74 +4291,87 @@ msgstr "Estado 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/Connections.php:52 -#: ../../Zotlabs/Module/Connections.php:157 -#: ../../Zotlabs/Module/Connections.php:246 +#: ../../Zotlabs/Module/Connections.php:33 +#: ../../Zotlabs/Module/Connections.php:309 ../../Zotlabs/Lib/Apps.php:229 +#: ../../include/text.php:951 ../../include/nav.php:180 +msgid "Connections" +msgstr "Conexiones" + +#: ../../Zotlabs/Module/Connections.php:54 +#: ../../Zotlabs/Module/Connections.php:156 +#: ../../Zotlabs/Module/Connections.php:245 msgid "Blocked" msgstr "Bloqueadas" -#: ../../Zotlabs/Module/Connections.php:57 -#: ../../Zotlabs/Module/Connections.php:164 -#: ../../Zotlabs/Module/Connections.php:245 +#: ../../Zotlabs/Module/Connections.php:59 +#: ../../Zotlabs/Module/Connections.php:163 +#: ../../Zotlabs/Module/Connections.php:244 msgid "Ignored" msgstr "Ignoradas" -#: ../../Zotlabs/Module/Connections.php:62 -#: ../../Zotlabs/Module/Connections.php:178 -#: ../../Zotlabs/Module/Connections.php:244 +#: ../../Zotlabs/Module/Connections.php:64 +#: ../../Zotlabs/Module/Connections.php:177 +#: ../../Zotlabs/Module/Connections.php:243 msgid "Hidden" msgstr "Ocultas" -#: ../../Zotlabs/Module/Connections.php:67 -#: ../../Zotlabs/Module/Connections.php:171 -#: ../../Zotlabs/Module/Connections.php:243 -msgid "Archived" -msgstr "Archivadas" +#: ../../Zotlabs/Module/Connections.php:69 +#: ../../Zotlabs/Module/Connections.php:170 +msgid "Archived/Unreachable" +msgstr "Archivada o inaccesible" -#: ../../Zotlabs/Module/Connections.php:72 -#: ../../Zotlabs/Module/Connections.php:82 ../../Zotlabs/Module/Menu.php:116 -#: ../../include/conversation.php:1666 +#: ../../Zotlabs/Module/Connections.php:74 +#: ../../Zotlabs/Module/Connections.php:83 ../../Zotlabs/Module/Menu.php:116 +#: ../../include/conversation.php:1663 msgid "New" msgstr "Nuevas" #: ../../Zotlabs/Module/Connections.php:88 -#: ../../Zotlabs/Module/Connections.php:103 +#: ../../Zotlabs/Module/Connections.php:102 #: ../../Zotlabs/Module/Connedit.php:709 ../../Zotlabs/Widget/Affinity.php:30 msgid "All" msgstr "Todos/as" -#: ../../Zotlabs/Module/Connections.php:134 +#: ../../Zotlabs/Module/Connections.php:133 msgid "New Connections" msgstr "Nuevas conexiones" -#: ../../Zotlabs/Module/Connections.php:137 +#: ../../Zotlabs/Module/Connections.php:136 msgid "Show pending (new) connections" msgstr "Mostrar conexiones (nuevas) pendientes" -#: ../../Zotlabs/Module/Connections.php:144 +#: ../../Zotlabs/Module/Connections.php:143 msgid "Show all connections" msgstr "Mostrar todas las conexiones" -#: ../../Zotlabs/Module/Connections.php:160 +#: ../../Zotlabs/Module/Connections.php:159 msgid "Only show blocked connections" msgstr "Mostrar solo las conexiones bloqueadas" -#: ../../Zotlabs/Module/Connections.php:167 +#: ../../Zotlabs/Module/Connections.php:166 msgid "Only show ignored connections" msgstr "Mostrar solo conexiones ignoradas" -#: ../../Zotlabs/Module/Connections.php:174 -msgid "Only show archived connections" -msgstr "Mostrar solo las conexiones archivadas" +#: ../../Zotlabs/Module/Connections.php:173 +msgid "Only show archived/unreachable connections" +msgstr "Mostrar solo las conexiones archivadas o inaccesibles" -#: ../../Zotlabs/Module/Connections.php:181 +#: ../../Zotlabs/Module/Connections.php:180 msgid "Only show hidden connections" msgstr "Mostrar solo las conexiones ocultas" -#: ../../Zotlabs/Module/Connections.php:242 +#: ../../Zotlabs/Module/Connections.php:241 msgid "Pending approval" msgstr "Pendiente de aprobación" +#: ../../Zotlabs/Module/Connections.php:242 +msgid "Archived" +msgstr "Archivadas" + +#: ../../Zotlabs/Module/Connections.php:246 +msgid "Not connected at this location" +msgstr "No está conectado/a en esta ubicación" + #: ../../Zotlabs/Module/Connections.php:258 #, php-format msgid "%1$s [%2$s]" @@ -4175,61 +4381,56 @@ msgstr "%1$s [%2$s]" msgid "Edit connection" msgstr "Editar conexión" -#: ../../Zotlabs/Module/Connections.php:260 +#: ../../Zotlabs/Module/Connections.php:261 msgid "Delete connection" msgstr "Eliminar conexión" -#: ../../Zotlabs/Module/Connections.php:269 +#: ../../Zotlabs/Module/Connections.php:270 msgid "Channel address" msgstr "Dirección del canal" -#: ../../Zotlabs/Module/Connections.php:271 +#: ../../Zotlabs/Module/Connections.php:272 msgid "Network" msgstr "Red" -#: ../../Zotlabs/Module/Connections.php:274 +#: ../../Zotlabs/Module/Connections.php:275 msgid "Call" msgstr "Llamar" -#: ../../Zotlabs/Module/Connections.php:276 +#: ../../Zotlabs/Module/Connections.php:277 msgid "Status" msgstr "Estado" -#: ../../Zotlabs/Module/Connections.php:278 +#: ../../Zotlabs/Module/Connections.php:279 msgid "Connected" msgstr "Conectado/a" -#: ../../Zotlabs/Module/Connections.php:280 +#: ../../Zotlabs/Module/Connections.php:281 msgid "Approve connection" msgstr "Aprobar esta conexión" -#: ../../Zotlabs/Module/Connections.php:282 +#: ../../Zotlabs/Module/Connections.php:283 msgid "Ignore connection" msgstr "Ignorar esta conexión" -#: ../../Zotlabs/Module/Connections.php:283 +#: ../../Zotlabs/Module/Connections.php:284 #: ../../Zotlabs/Module/Connedit.php:626 msgid "Ignore" msgstr "Ignorar" -#: ../../Zotlabs/Module/Connections.php:284 +#: ../../Zotlabs/Module/Connections.php:285 msgid "Recent activity" msgstr "Actividad reciente" -#: ../../Zotlabs/Module/Connections.php:308 ../../Zotlabs/Lib/Apps.php:216 -#: ../../include/text.php:957 ../../include/nav.php:185 -msgid "Connections" -msgstr "Conexiones" - -#: ../../Zotlabs/Module/Connections.php:313 +#: ../../Zotlabs/Module/Connections.php:314 msgid "Search your connections" msgstr "Buscar sus conexiones" -#: ../../Zotlabs/Module/Connections.php:314 +#: ../../Zotlabs/Module/Connections.php:315 msgid "Connections search" msgstr "Buscar conexiones" -#: ../../Zotlabs/Module/Connections.php:315 +#: ../../Zotlabs/Module/Connections.php:316 #: ../../Zotlabs/Module/Directory.php:391 #: ../../Zotlabs/Module/Directory.php:396 ../../include/contact_widgets.php:23 msgid "Find" @@ -4243,15 +4444,19 @@ msgstr "elemento" msgid "Source of Item" msgstr "Origen del elemento" -#: ../../Zotlabs/Module/Bookmarks.php:53 +#: ../../Zotlabs/Module/Bookmarks.php:11 ../../Zotlabs/Lib/Apps.php:227 +msgid "View Bookmarks" +msgstr "Ver los marcadores" + +#: ../../Zotlabs/Module/Bookmarks.php:56 msgid "Bookmark added" msgstr "Marcador añadido" -#: ../../Zotlabs/Module/Bookmarks.php:76 +#: ../../Zotlabs/Module/Bookmarks.php:79 msgid "My Bookmarks" msgstr "Mis marcadores" -#: ../../Zotlabs/Module/Bookmarks.php:87 +#: ../../Zotlabs/Module/Bookmarks.php:90 msgid "My Connections Bookmarks" msgstr "Marcadores de mis conexiones" @@ -4295,7 +4500,7 @@ msgstr "Álbum no encontrado." msgid "Delete Album" msgstr "Borrar álbum" -#: ../../Zotlabs/Module/Photos.php:174 ../../Zotlabs/Module/Photos.php:1023 +#: ../../Zotlabs/Module/Photos.php:174 ../../Zotlabs/Module/Photos.php:1025 msgid "Delete Photo" msgstr "Borrar foto" @@ -4307,226 +4512,232 @@ msgstr "No hay fotos seleccionadas" msgid "Access to this item is restricted." msgstr "El acceso a este elemento está restringido." -#: ../../Zotlabs/Module/Photos.php:591 +#: ../../Zotlabs/Module/Photos.php:558 ../../Zotlabs/Module/Fbrowser.php:29 +#: ../../Zotlabs/Lib/Apps.php:242 ../../include/conversation.php:1780 +#: ../../include/nav.php:378 +msgid "Photos" +msgstr "Fotos" + +#: ../../Zotlabs/Module/Photos.php:593 #, 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:594 +#: ../../Zotlabs/Module/Photos.php:596 #, php-format msgid "%1$.2f MB photo storage used." msgstr "%1$.2f MB de almacenamiento de fotos utilizado." -#: ../../Zotlabs/Module/Photos.php:636 +#: ../../Zotlabs/Module/Photos.php:638 msgid "Upload Photos" msgstr "Subir fotos" -#: ../../Zotlabs/Module/Photos.php:640 +#: ../../Zotlabs/Module/Photos.php:642 msgid "Enter an album name" msgstr "Introducir un nombre de álbum" -#: ../../Zotlabs/Module/Photos.php:641 +#: ../../Zotlabs/Module/Photos.php:643 msgid "or select an existing album (doubleclick)" msgstr "o seleccionar uno existente (doble click)" -#: ../../Zotlabs/Module/Photos.php:642 +#: ../../Zotlabs/Module/Photos.php:644 msgid "Create a status post for this upload" msgstr "Crear un mensaje de estado para esta subida" -#: ../../Zotlabs/Module/Photos.php:643 +#: ../../Zotlabs/Module/Photos.php:645 msgid "Caption (optional):" msgstr "Título (opcional):" -#: ../../Zotlabs/Module/Photos.php:644 +#: ../../Zotlabs/Module/Photos.php:646 msgid "Description (optional):" msgstr "Descripción (opcional):" -#: ../../Zotlabs/Module/Photos.php:725 +#: ../../Zotlabs/Module/Photos.php:727 msgid "Show Newest First" msgstr "Mostrar lo más reciente primero" -#: ../../Zotlabs/Module/Photos.php:727 +#: ../../Zotlabs/Module/Photos.php:729 msgid "Show Oldest First" msgstr "Mostrar lo más antiguo primero" -#: ../../Zotlabs/Module/Photos.php:832 +#: ../../Zotlabs/Module/Photos.php:834 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:834 +#: ../../Zotlabs/Module/Photos.php:836 msgid "Photo not available" msgstr "Foto no disponible" -#: ../../Zotlabs/Module/Photos.php:892 +#: ../../Zotlabs/Module/Photos.php:894 msgid "Use as profile photo" msgstr "Usar como foto del perfil" -#: ../../Zotlabs/Module/Photos.php:893 +#: ../../Zotlabs/Module/Photos.php:895 msgid "Use as cover photo" msgstr "Usar como imagen de portada del perfil" -#: ../../Zotlabs/Module/Photos.php:900 +#: ../../Zotlabs/Module/Photos.php:902 msgid "Private Photo" msgstr "Foto privada" -#: ../../Zotlabs/Module/Photos.php:915 +#: ../../Zotlabs/Module/Photos.php:917 msgid "View Full Size" msgstr "Ver tamaño completo" -#: ../../Zotlabs/Module/Photos.php:997 +#: ../../Zotlabs/Module/Photos.php:999 msgid "Edit photo" msgstr "Editar foto" -#: ../../Zotlabs/Module/Photos.php:999 +#: ../../Zotlabs/Module/Photos.php:1001 msgid "Rotate CW (right)" msgstr "Girar CW (a la derecha)" -#: ../../Zotlabs/Module/Photos.php:1000 +#: ../../Zotlabs/Module/Photos.php:1002 msgid "Rotate CCW (left)" msgstr "Girar CCW (a la izquierda)" -#: ../../Zotlabs/Module/Photos.php:1003 +#: ../../Zotlabs/Module/Photos.php:1005 msgid "Move photo to album" msgstr "Mover la foto a un álbum" -#: ../../Zotlabs/Module/Photos.php:1004 +#: ../../Zotlabs/Module/Photos.php:1006 msgid "Enter a new album name" msgstr "Introducir un nuevo nombre de álbum" -#: ../../Zotlabs/Module/Photos.php:1005 +#: ../../Zotlabs/Module/Photos.php:1007 msgid "or select an existing one (doubleclick)" msgstr "o seleccionar uno (doble click) existente" -#: ../../Zotlabs/Module/Photos.php:1008 +#: ../../Zotlabs/Module/Photos.php:1010 msgid "Caption" msgstr "Título" -#: ../../Zotlabs/Module/Photos.php:1010 +#: ../../Zotlabs/Module/Photos.php:1012 msgid "Add a Tag" msgstr "Añadir una etiqueta" -#: ../../Zotlabs/Module/Photos.php:1018 +#: ../../Zotlabs/Module/Photos.php:1020 msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" msgstr "Ejemplos: @eva, @Carmen_Osuna, @jaime@ejemplo.com" -#: ../../Zotlabs/Module/Photos.php:1021 +#: ../../Zotlabs/Module/Photos.php:1023 msgid "Flag as adult in album view" msgstr "Marcar como \"solo para adultos\" en el álbum" -#: ../../Zotlabs/Module/Photos.php:1040 ../../Zotlabs/Lib/ThreadItem.php:269 +#: ../../Zotlabs/Module/Photos.php:1042 ../../Zotlabs/Lib/ThreadItem.php:267 msgid "I like this (toggle)" msgstr "Me gusta (cambiar)" -#: ../../Zotlabs/Module/Photos.php:1041 ../../Zotlabs/Lib/ThreadItem.php:270 +#: ../../Zotlabs/Module/Photos.php:1043 ../../Zotlabs/Lib/ThreadItem.php:268 msgid "I don't like this (toggle)" msgstr "No me gusta esto (cambiar)" -#: ../../Zotlabs/Module/Photos.php:1043 ../../Zotlabs/Lib/ThreadItem.php:412 -#: ../../include/conversation.php:739 +#: ../../Zotlabs/Module/Photos.php:1045 ../../Zotlabs/Lib/ThreadItem.php:410 +#: ../../include/conversation.php:736 msgid "Please wait" msgstr "Espere por favor" -#: ../../Zotlabs/Module/Photos.php:1059 ../../Zotlabs/Module/Photos.php:1177 -#: ../../Zotlabs/Lib/ThreadItem.php:729 +#: ../../Zotlabs/Module/Photos.php:1061 ../../Zotlabs/Module/Photos.php:1179 +#: ../../Zotlabs/Lib/ThreadItem.php:727 msgid "This is you" msgstr "Este es usted" -#: ../../Zotlabs/Module/Photos.php:1061 ../../Zotlabs/Module/Photos.php:1179 -#: ../../Zotlabs/Lib/ThreadItem.php:731 ../../include/js_strings.php:6 +#: ../../Zotlabs/Module/Photos.php:1063 ../../Zotlabs/Module/Photos.php:1181 +#: ../../Zotlabs/Lib/ThreadItem.php:729 ../../include/js_strings.php:6 msgid "Comment" msgstr "Comentar" -#: ../../Zotlabs/Module/Photos.php:1077 ../../include/conversation.php:574 +#: ../../Zotlabs/Module/Photos.php:1079 ../../include/conversation.php:569 msgctxt "title" msgid "Likes" msgstr "Me gusta" -#: ../../Zotlabs/Module/Photos.php:1077 ../../include/conversation.php:574 +#: ../../Zotlabs/Module/Photos.php:1079 ../../include/conversation.php:569 msgctxt "title" msgid "Dislikes" msgstr "No me gusta" -#: ../../Zotlabs/Module/Photos.php:1078 ../../include/conversation.php:575 +#: ../../Zotlabs/Module/Photos.php:1080 ../../include/conversation.php:570 msgctxt "title" msgid "Agree" msgstr "De acuerdo" -#: ../../Zotlabs/Module/Photos.php:1078 ../../include/conversation.php:575 +#: ../../Zotlabs/Module/Photos.php:1080 ../../include/conversation.php:570 msgctxt "title" msgid "Disagree" msgstr "En desacuerdo" -#: ../../Zotlabs/Module/Photos.php:1078 ../../include/conversation.php:575 +#: ../../Zotlabs/Module/Photos.php:1080 ../../include/conversation.php:570 msgctxt "title" msgid "Abstain" msgstr "Abstención" -#: ../../Zotlabs/Module/Photos.php:1079 ../../include/conversation.php:576 +#: ../../Zotlabs/Module/Photos.php:1081 ../../include/conversation.php:571 msgctxt "title" msgid "Attending" msgstr "Participaré" -#: ../../Zotlabs/Module/Photos.php:1079 ../../include/conversation.php:576 +#: ../../Zotlabs/Module/Photos.php:1081 ../../include/conversation.php:571 msgctxt "title" msgid "Not attending" msgstr "No participaré" -#: ../../Zotlabs/Module/Photos.php:1079 ../../include/conversation.php:576 +#: ../../Zotlabs/Module/Photos.php:1081 ../../include/conversation.php:571 msgctxt "title" msgid "Might attend" msgstr "Quizá participe" -#: ../../Zotlabs/Module/Photos.php:1096 ../../Zotlabs/Module/Photos.php:1108 +#: ../../Zotlabs/Module/Photos.php:1098 ../../Zotlabs/Module/Photos.php:1110 #: ../../Zotlabs/Lib/ThreadItem.php:187 ../../Zotlabs/Lib/ThreadItem.php:199 msgid "View all" msgstr "Ver todo" -#: ../../Zotlabs/Module/Photos.php:1100 ../../Zotlabs/Lib/ThreadItem.php:191 -#: ../../include/conversation.php:1907 ../../include/channel.php:1268 -#: ../../include/taxonomy.php:403 +#: ../../Zotlabs/Module/Photos.php:1102 ../../Zotlabs/Lib/ThreadItem.php:191 +#: ../../include/conversation.php:1904 ../../include/channel.php:1391 +#: ../../include/taxonomy.php:442 msgctxt "noun" msgid "Like" msgid_plural "Likes" msgstr[0] "Me gusta" msgstr[1] "Me gusta" -#: ../../Zotlabs/Module/Photos.php:1105 ../../Zotlabs/Lib/ThreadItem.php:196 -#: ../../include/conversation.php:1910 +#: ../../Zotlabs/Module/Photos.php:1107 ../../Zotlabs/Lib/ThreadItem.php:196 +#: ../../include/conversation.php:1907 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "No me gusta" msgstr[1] "No me gusta" -#: ../../Zotlabs/Module/Photos.php:1205 +#: ../../Zotlabs/Module/Photos.php:1207 msgid "Photo Tools" msgstr "Gestión de las fotos" -#: ../../Zotlabs/Module/Photos.php:1214 +#: ../../Zotlabs/Module/Photos.php:1216 msgid "In This Photo:" msgstr "En esta foto:" -#: ../../Zotlabs/Module/Photos.php:1219 +#: ../../Zotlabs/Module/Photos.php:1221 msgid "Map" msgstr "Mapa" -#: ../../Zotlabs/Module/Photos.php:1227 ../../Zotlabs/Lib/ThreadItem.php:401 +#: ../../Zotlabs/Module/Photos.php:1229 ../../Zotlabs/Lib/ThreadItem.php:399 msgctxt "noun" msgid "Likes" msgstr "Me gusta" -#: ../../Zotlabs/Module/Photos.php:1228 ../../Zotlabs/Lib/ThreadItem.php:402 +#: ../../Zotlabs/Module/Photos.php:1230 ../../Zotlabs/Lib/ThreadItem.php:400 msgctxt "noun" msgid "Dislikes" msgstr "No me gusta" -#: ../../Zotlabs/Module/Photos.php:1233 ../../Zotlabs/Lib/ThreadItem.php:407 +#: ../../Zotlabs/Module/Photos.php:1235 ../../Zotlabs/Lib/ThreadItem.php:405 #: ../../include/acl_selectors.php:220 msgid "Close" msgstr "Cerrar" -#: ../../Zotlabs/Module/Photos.php:1305 ../../Zotlabs/Module/Photos.php:1318 -#: ../../Zotlabs/Module/Photos.php:1319 ../../include/photos.php:529 +#: ../../Zotlabs/Module/Photos.php:1307 ../../Zotlabs/Module/Photos.php:1320 +#: ../../Zotlabs/Module/Photos.php:1321 ../../include/photos.php:526 msgid "Recent Photos" msgstr "Fotos recientes" @@ -4542,163 +4753,169 @@ msgstr "No encontrado" msgid "Invalid channel" msgstr "Canal no válido" -#: ../../Zotlabs/Module/Wiki.php:160 ../../addon/gitwiki/Mod_Gitwiki.php:146 -#: ../../include/conversation.php:1854 ../../include/nav.php:462 +#: ../../Zotlabs/Module/Wiki.php:79 ../../Zotlabs/Lib/Apps.php:239 +#: ../../include/conversation.php:1854 ../../include/features.php:95 +#: ../../include/nav.php:451 +msgid "Wiki" +msgstr "Wiki" + +#: ../../Zotlabs/Module/Wiki.php:162 ../../addon/gitwiki/Mod_Gitwiki.php:146 +#: ../../include/conversation.php:1851 ../../include/nav.php:448 msgid "Wikis" msgstr "Wikis" -#: ../../Zotlabs/Module/Wiki.php:166 ../../addon/gitwiki/Mod_Gitwiki.php:152 +#: ../../Zotlabs/Module/Wiki.php:168 ../../addon/gitwiki/Mod_Gitwiki.php:152 msgid "Download" msgstr "Descargar" -#: ../../Zotlabs/Module/Wiki.php:168 ../../Zotlabs/Module/Chat.php:254 -#: ../../Zotlabs/Module/Profiles.php:834 ../../Zotlabs/Module/Manage.php:143 +#: ../../Zotlabs/Module/Wiki.php:170 ../../Zotlabs/Module/Chat.php:256 +#: ../../Zotlabs/Module/Profiles.php:834 ../../Zotlabs/Module/Manage.php:145 #: ../../addon/gitwiki/Mod_Gitwiki.php:154 msgid "Create New" msgstr "Crear" -#: ../../Zotlabs/Module/Wiki.php:170 ../../addon/gitwiki/Mod_Gitwiki.php:156 +#: ../../Zotlabs/Module/Wiki.php:172 ../../addon/gitwiki/Mod_Gitwiki.php:156 msgid "Wiki name" msgstr "Nombre del wiki" -#: ../../Zotlabs/Module/Wiki.php:171 ../../addon/gitwiki/Mod_Gitwiki.php:157 +#: ../../Zotlabs/Module/Wiki.php:173 ../../addon/gitwiki/Mod_Gitwiki.php:157 msgid "Content type" msgstr "Tipo de contenido" -#: ../../Zotlabs/Module/Wiki.php:173 ../../Zotlabs/Storage/Browser.php:234 +#: ../../Zotlabs/Module/Wiki.php:175 ../../Zotlabs/Storage/Browser.php:235 #: ../../addon/gitwiki/Mod_Gitwiki.php:159 msgid "Type" msgstr "Tipo" -#: ../../Zotlabs/Module/Wiki.php:180 ../../addon/gitwiki/Mod_Gitwiki.php:166 +#: ../../Zotlabs/Module/Wiki.php:182 ../../addon/gitwiki/Mod_Gitwiki.php:166 msgid "Create a status post for this wiki" msgstr "Crear un mensaje de estado para este wiki" -#: ../../Zotlabs/Module/Wiki.php:205 ../../addon/gitwiki/Mod_Gitwiki.php:185 +#: ../../Zotlabs/Module/Wiki.php:224 ../../addon/gitwiki/Mod_Gitwiki.php:185 msgid "Wiki not found" msgstr "Wiki no encontrado" -#: ../../Zotlabs/Module/Wiki.php:229 ../../addon/gitwiki/Mod_Gitwiki.php:210 +#: ../../Zotlabs/Module/Wiki.php:248 ../../addon/gitwiki/Mod_Gitwiki.php:210 msgid "Rename page" msgstr "Renombrar la página" -#: ../../Zotlabs/Module/Wiki.php:233 ../../addon/gitwiki/Mod_Gitwiki.php:214 +#: ../../Zotlabs/Module/Wiki.php:258 ../../addon/gitwiki/Mod_Gitwiki.php:214 msgid "Error retrieving page content" msgstr "Error al recuperar el contenido de la página" -#: ../../Zotlabs/Module/Wiki.php:239 +#: ../../Zotlabs/Module/Wiki.php:264 msgid "New page" msgstr "Nueva página" -#: ../../Zotlabs/Module/Wiki.php:263 ../../addon/gitwiki/Mod_Gitwiki.php:242 +#: ../../Zotlabs/Module/Wiki.php:288 ../../addon/gitwiki/Mod_Gitwiki.php:242 msgid "Revision Comparison" msgstr "Comparación de revisiones" -#: ../../Zotlabs/Module/Wiki.php:264 ../../addon/gitwiki/Mod_Gitwiki.php:243 +#: ../../Zotlabs/Module/Wiki.php:289 ../../addon/gitwiki/Mod_Gitwiki.php:243 msgid "Revert" msgstr "Revertir" -#: ../../Zotlabs/Module/Wiki.php:268 +#: ../../Zotlabs/Module/Wiki.php:293 msgid "Short description of your changes (optional)" msgstr "Breve descripción de sus cambios (opcional)" -#: ../../Zotlabs/Module/Wiki.php:275 ../../addon/gitwiki/Mod_Gitwiki.php:252 +#: ../../Zotlabs/Module/Wiki.php:300 ../../addon/gitwiki/Mod_Gitwiki.php:252 msgid "Source" msgstr "Fuente" -#: ../../Zotlabs/Module/Wiki.php:283 ../../addon/gitwiki/Mod_Gitwiki.php:260 +#: ../../Zotlabs/Module/Wiki.php:309 ../../addon/gitwiki/Mod_Gitwiki.php:260 msgid "New page name" msgstr "Nombre de la nueva página" -#: ../../Zotlabs/Module/Wiki.php:288 ../../addon/gitwiki/Mod_Gitwiki.php:265 -#: ../../include/conversation.php:1232 +#: ../../Zotlabs/Module/Wiki.php:314 ../../addon/gitwiki/Mod_Gitwiki.php:265 +#: ../../include/conversation.php:1229 msgid "Embed image from photo albums" msgstr "Incluir una imagen de los álbumes de fotos" -#: ../../Zotlabs/Module/Wiki.php:289 ../../addon/gitwiki/Mod_Gitwiki.php:266 -#: ../../include/conversation.php:1326 +#: ../../Zotlabs/Module/Wiki.php:315 ../../addon/gitwiki/Mod_Gitwiki.php:266 +#: ../../include/conversation.php:1323 msgid "Embed an image from your albums" msgstr "Incluir una imagen de sus álbumes" -#: ../../Zotlabs/Module/Wiki.php:291 ../../addon/gitwiki/Mod_Gitwiki.php:268 -#: ../../include/conversation.php:1328 ../../include/conversation.php:1375 +#: ../../Zotlabs/Module/Wiki.php:317 ../../addon/gitwiki/Mod_Gitwiki.php:268 +#: ../../include/conversation.php:1325 ../../include/conversation.php:1372 msgid "OK" msgstr "OK" -#: ../../Zotlabs/Module/Wiki.php:292 ../../addon/gitwiki/Mod_Gitwiki.php:269 -#: ../../include/conversation.php:1268 +#: ../../Zotlabs/Module/Wiki.php:318 ../../addon/gitwiki/Mod_Gitwiki.php:269 +#: ../../include/conversation.php:1265 msgid "Choose images to embed" msgstr "Elegir imágenes para incluir" -#: ../../Zotlabs/Module/Wiki.php:293 ../../addon/gitwiki/Mod_Gitwiki.php:270 -#: ../../include/conversation.php:1269 +#: ../../Zotlabs/Module/Wiki.php:319 ../../addon/gitwiki/Mod_Gitwiki.php:270 +#: ../../include/conversation.php:1266 msgid "Choose an album" msgstr "Elegir un álbum" -#: ../../Zotlabs/Module/Wiki.php:294 ../../addon/gitwiki/Mod_Gitwiki.php:271 +#: ../../Zotlabs/Module/Wiki.php:320 ../../addon/gitwiki/Mod_Gitwiki.php:271 msgid "Choose a different album" msgstr "Elegir un álbum diferente..." -#: ../../Zotlabs/Module/Wiki.php:295 ../../addon/gitwiki/Mod_Gitwiki.php:272 -#: ../../include/conversation.php:1271 +#: ../../Zotlabs/Module/Wiki.php:321 ../../addon/gitwiki/Mod_Gitwiki.php:272 +#: ../../include/conversation.php:1268 msgid "Error getting album list" msgstr "Error al obtener la lista de álbumes" -#: ../../Zotlabs/Module/Wiki.php:296 ../../addon/gitwiki/Mod_Gitwiki.php:273 -#: ../../include/conversation.php:1272 +#: ../../Zotlabs/Module/Wiki.php:322 ../../addon/gitwiki/Mod_Gitwiki.php:273 +#: ../../include/conversation.php:1269 msgid "Error getting photo link" msgstr "Error al obtener el enlace de la foto" -#: ../../Zotlabs/Module/Wiki.php:297 ../../addon/gitwiki/Mod_Gitwiki.php:274 -#: ../../include/conversation.php:1273 +#: ../../Zotlabs/Module/Wiki.php:323 ../../addon/gitwiki/Mod_Gitwiki.php:274 +#: ../../include/conversation.php:1270 msgid "Error getting album" msgstr "Error al obtener el álbum" -#: ../../Zotlabs/Module/Wiki.php:364 ../../addon/gitwiki/Mod_Gitwiki.php:337 +#: ../../Zotlabs/Module/Wiki.php:391 ../../addon/gitwiki/Mod_Gitwiki.php:337 msgid "Error creating wiki. Invalid name." msgstr "Error al crear el wiki: el nombre no es válido." -#: ../../Zotlabs/Module/Wiki.php:371 +#: ../../Zotlabs/Module/Wiki.php:398 msgid "A wiki with this name already exists." msgstr "Ya hay un wiki con este nombre." -#: ../../Zotlabs/Module/Wiki.php:384 ../../addon/gitwiki/Mod_Gitwiki.php:348 +#: ../../Zotlabs/Module/Wiki.php:411 ../../addon/gitwiki/Mod_Gitwiki.php:348 msgid "Wiki created, but error creating Home page." msgstr "Se ha creado el wiki, pero se ha producido un error al crear la página de inicio." -#: ../../Zotlabs/Module/Wiki.php:391 ../../addon/gitwiki/Mod_Gitwiki.php:353 +#: ../../Zotlabs/Module/Wiki.php:418 ../../addon/gitwiki/Mod_Gitwiki.php:353 msgid "Error creating wiki" msgstr "Error al crear el wiki" -#: ../../Zotlabs/Module/Wiki.php:403 +#: ../../Zotlabs/Module/Wiki.php:430 msgid "Wiki delete permission denied." msgstr "Se ha denegado el permiso para eliminar el wiki." -#: ../../Zotlabs/Module/Wiki.php:413 +#: ../../Zotlabs/Module/Wiki.php:440 msgid "Error deleting wiki" msgstr "Se ha producido un error al eliminar el wiki" -#: ../../Zotlabs/Module/Wiki.php:439 ../../addon/gitwiki/Mod_Gitwiki.php:400 +#: ../../Zotlabs/Module/Wiki.php:466 ../../addon/gitwiki/Mod_Gitwiki.php:400 msgid "New page created" msgstr "Se ha creado la nueva página" -#: ../../Zotlabs/Module/Wiki.php:558 +#: ../../Zotlabs/Module/Wiki.php:587 msgid "Cannot delete Home" msgstr "No se puede eliminar la página principal" -#: ../../Zotlabs/Module/Wiki.php:622 +#: ../../Zotlabs/Module/Wiki.php:651 msgid "Current Revision" msgstr "Revisión actual" -#: ../../Zotlabs/Module/Wiki.php:622 +#: ../../Zotlabs/Module/Wiki.php:651 msgid "Selected Revision" msgstr "Revisión seleccionada" -#: ../../Zotlabs/Module/Wiki.php:672 +#: ../../Zotlabs/Module/Wiki.php:701 msgid "You must be authenticated." msgstr "Debe estar autenticado." -#: ../../Zotlabs/Module/Chanview.php:134 +#: ../../Zotlabs/Module/Chanview.php:139 msgid "toggle full screen mode" msgstr "cambiar al modo de pantalla completa" @@ -4706,7 +4923,7 @@ msgstr "cambiar al modo de pantalla completa" msgid "Layout updated." msgstr "Plantilla actualizada." -#: ../../Zotlabs/Module/Pdledit.php:34 ../../Zotlabs/Module/Chat.php:217 +#: ../../Zotlabs/Module/Pdledit.php:34 ../../Zotlabs/Module/Chat.php:219 msgid "Feature disabled." msgstr "Funcionalidad deshabilitada." @@ -4726,32 +4943,32 @@ msgstr "Nombre del módulo:" msgid "Layout Help" msgstr "Ayuda para el diseño de plantillas de página" -#: ../../Zotlabs/Module/Poke.php:168 ../../Zotlabs/Lib/Apps.php:235 -#: ../../include/conversation.php:1042 +#: ../../Zotlabs/Module/Poke.php:153 ../../Zotlabs/Module/Poke.php:182 +#: ../../Zotlabs/Lib/Apps.php:248 ../../include/conversation.php:1039 msgid "Poke" msgstr "Toques y otras cosas" -#: ../../Zotlabs/Module/Poke.php:169 +#: ../../Zotlabs/Module/Poke.php:183 msgid "Poke somebody" msgstr "Dar un toque a alguien" -#: ../../Zotlabs/Module/Poke.php:172 +#: ../../Zotlabs/Module/Poke.php:186 msgid "Poke/Prod" msgstr "Toque/Incitación" -#: ../../Zotlabs/Module/Poke.php:173 +#: ../../Zotlabs/Module/Poke.php:187 msgid "Poke, prod or do other things to somebody" msgstr "Dar un toque, incitar o hacer otras cosas a alguien" -#: ../../Zotlabs/Module/Poke.php:180 +#: ../../Zotlabs/Module/Poke.php:194 msgid "Recipient" msgstr "Destinatario" -#: ../../Zotlabs/Module/Poke.php:181 +#: ../../Zotlabs/Module/Poke.php:195 msgid "Choose what you wish to do to recipient" msgstr "Elegir qué desea enviar al destinatario" -#: ../../Zotlabs/Module/Poke.php:184 ../../Zotlabs/Module/Poke.php:185 +#: ../../Zotlabs/Module/Poke.php:198 ../../Zotlabs/Module/Poke.php:199 msgid "Make this post private" msgstr "Convertir en privado este envío" @@ -4762,7 +4979,7 @@ msgstr "Imagen actualizada, pero el recorte de la imagen ha fallado. " #: ../../Zotlabs/Module/Profile_photo.php:115 #: ../../Zotlabs/Module/Profile_photo.php:226 -#: ../../include/photo/photo_driver.php:647 +#: ../../include/photo/photo_driver.php:658 msgid "Profile Photos" msgstr "Fotos del perfil" @@ -4779,7 +4996,7 @@ msgid "" msgstr "Recargue la página o limpie el caché del navegador si la nueva foto no se muestra inmediatamente." #: ../../Zotlabs/Module/Profile_photo.php:203 -#: ../../Zotlabs/Module/Cover_photo.php:173 ../../include/photos.php:149 +#: ../../Zotlabs/Module/Cover_photo.php:173 ../../include/photos.php:145 msgid "Unable to process image" msgstr "No ha sido posible procesar la imagen" @@ -4869,64 +5086,68 @@ msgstr "Origen del elemento" msgid "Unable to locate original post." msgstr "No ha sido posible encontrar la entrada original." -#: ../../Zotlabs/Module/Item.php:451 +#: ../../Zotlabs/Module/Item.php:470 msgid "Empty post discarded." msgstr "La entrada vacía ha sido desechada." -#: ../../Zotlabs/Module/Item.php:825 +#: ../../Zotlabs/Module/Item.php:844 msgid "Duplicate post suppressed." msgstr "Se ha suprimido la entrada duplicada." -#: ../../Zotlabs/Module/Item.php:955 +#: ../../Zotlabs/Module/Item.php:989 msgid "System error. Post not saved." msgstr "Error del sistema. La entrada no se ha podido salvar." -#: ../../Zotlabs/Module/Item.php:1085 +#: ../../Zotlabs/Module/Item.php:1025 +msgid "Your comment is awaiting approval." +msgstr "Su comentario está pendiente de aprobación." + +#: ../../Zotlabs/Module/Item.php:1123 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:1092 +#: ../../Zotlabs/Module/Item.php:1130 #, 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:1099 +#: ../../Zotlabs/Module/Item.php:1137 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "Ha alcanzado su límite de %1$.0f páginas web." -#: ../../Zotlabs/Module/Ping.php:254 +#: ../../Zotlabs/Module/Ping.php:280 msgid "sent you a private message" msgstr "le ha enviado un mensaje privado" -#: ../../Zotlabs/Module/Ping.php:302 +#: ../../Zotlabs/Module/Ping.php:331 msgid "added your channel" msgstr "añadió este canal a sus conexiones" -#: ../../Zotlabs/Module/Ping.php:312 +#: ../../Zotlabs/Module/Ping.php:341 msgid "g A l F d" msgstr "g A l d F" -#: ../../Zotlabs/Module/Ping.php:330 +#: ../../Zotlabs/Module/Ping.php:359 msgid "[today]" msgstr "[hoy]" -#: ../../Zotlabs/Module/Ping.php:339 +#: ../../Zotlabs/Module/Ping.php:368 msgid "posted an event" msgstr "publicó un evento" -#: ../../Zotlabs/Module/Page.php:40 ../../Zotlabs/Module/Block.php:31 +#: ../../Zotlabs/Module/Page.php:39 ../../Zotlabs/Module/Block.php:29 msgid "Invalid item." msgstr "Elemento no válido." -#: ../../Zotlabs/Module/Page.php:94 ../../Zotlabs/Module/Block.php:79 +#: ../../Zotlabs/Module/Page.php:128 ../../Zotlabs/Module/Block.php:77 #: ../../Zotlabs/Module/Display.php:122 #: ../../Zotlabs/Lib/NativeWikiPage.php:500 ../../Zotlabs/Web/Router.php:146 #: ../../include/help.php:68 msgid "Page not found." msgstr "Página no encontrada." -#: ../../Zotlabs/Module/Page.php:131 +#: ../../Zotlabs/Module/Page.php:165 msgid "" "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " "tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam," @@ -4974,9 +5195,9 @@ msgstr "No ha sido posible establecer los parámetros de la libreta de direccion msgid "Connection has been removed." msgstr "La conexión ha sido eliminada." -#: ../../Zotlabs/Module/Connedit.php:590 ../../Zotlabs/Lib/Apps.php:228 +#: ../../Zotlabs/Module/Connedit.php:590 ../../Zotlabs/Lib/Apps.php:241 #: ../../addon/openclipatar/openclipatar.php:57 -#: ../../include/conversation.php:982 ../../include/nav.php:106 +#: ../../include/conversation.php:979 ../../include/nav.php:102 msgid "View Profile" msgstr "Ver el perfil" @@ -5126,105 +5347,119 @@ msgstr "Ajustar el perfil" msgid "Set Affinity & Profile" msgstr "Ajustar la afinidad y el perfil" -#: ../../Zotlabs/Module/Connedit.php:844 -msgid "none" -msgstr "-" +#: ../../Zotlabs/Module/Connedit.php:851 +msgid "This connection is unreachable from this location." +msgstr "No se puede acceder a la conexión desde este sitio." + +#: ../../Zotlabs/Module/Connedit.php:852 +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:854 +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:860 +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:847 -#: ../../Zotlabs/Widget/Settings_menu.php:107 +#: ../../Zotlabs/Module/Connedit.php:863 +#: ../../Zotlabs/Widget/Settings_menu.php:109 msgid "Connection Default Permissions" msgstr "Permisos predeterminados de conexión" -#: ../../Zotlabs/Module/Connedit.php:847 ../../include/items.php:3955 +#: ../../Zotlabs/Module/Connedit.php:863 ../../include/items.php:3925 #, php-format msgid "Connection: %s" msgstr "Conexión: %s" -#: ../../Zotlabs/Module/Connedit.php:848 +#: ../../Zotlabs/Module/Connedit.php:864 msgid "Apply these permissions automatically" msgstr "Aplicar estos permisos automaticamente" -#: ../../Zotlabs/Module/Connedit.php:848 +#: ../../Zotlabs/Module/Connedit.php:864 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:849 +#: ../../Zotlabs/Module/Connedit.php:865 msgid "Permission role" msgstr "Rol de acceso" -#: ../../Zotlabs/Module/Connedit.php:850 +#: ../../Zotlabs/Module/Connedit.php:866 msgid "Add permission role" msgstr "Añadir un rol de acceso" -#: ../../Zotlabs/Module/Connedit.php:856 +#: ../../Zotlabs/Module/Connedit.php:873 msgid "This connection's primary address is" msgstr "La dirección primaria de esta conexión es" -#: ../../Zotlabs/Module/Connedit.php:857 +#: ../../Zotlabs/Module/Connedit.php:874 msgid "Available locations:" msgstr "Ubicaciones disponibles:" -#: ../../Zotlabs/Module/Connedit.php:861 +#: ../../Zotlabs/Module/Connedit.php:879 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/Connedit.php:862 +#: ../../Zotlabs/Module/Connedit.php:880 msgid "Connection Tools" msgstr "Gestión de las conexiones" -#: ../../Zotlabs/Module/Connedit.php:864 +#: ../../Zotlabs/Module/Connedit.php:882 msgid "Slide to adjust your degree of friendship" msgstr "Deslizar para ajustar el grado de amistad" -#: ../../Zotlabs/Module/Connedit.php:865 ../../Zotlabs/Module/Rate.php:155 +#: ../../Zotlabs/Module/Connedit.php:883 ../../Zotlabs/Module/Rate.php:155 #: ../../include/js_strings.php:20 msgid "Rating" msgstr "Valoración" -#: ../../Zotlabs/Module/Connedit.php:866 +#: ../../Zotlabs/Module/Connedit.php:884 msgid "Slide to adjust your rating" msgstr "Deslizar para ajustar su valoración" -#: ../../Zotlabs/Module/Connedit.php:867 ../../Zotlabs/Module/Connedit.php:872 +#: ../../Zotlabs/Module/Connedit.php:885 ../../Zotlabs/Module/Connedit.php:890 msgid "Optionally explain your rating" msgstr "Opcionalmente, puede explicar su valoración" -#: ../../Zotlabs/Module/Connedit.php:869 +#: ../../Zotlabs/Module/Connedit.php:887 msgid "Custom Filter" msgstr "Filtro personalizado" -#: ../../Zotlabs/Module/Connedit.php:870 +#: ../../Zotlabs/Module/Connedit.php:888 msgid "Only import posts with this text" msgstr "Importar solo entradas que contengan este texto" -#: ../../Zotlabs/Module/Connedit.php:870 ../../Zotlabs/Module/Connedit.php:871 +#: ../../Zotlabs/Module/Connedit.php:888 ../../Zotlabs/Module/Connedit.php:889 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/Connedit.php:871 +#: ../../Zotlabs/Module/Connedit.php:889 msgid "Do not import posts with this text" msgstr "No importar entradas que contengan este texto" -#: ../../Zotlabs/Module/Connedit.php:873 +#: ../../Zotlabs/Module/Connedit.php:891 msgid "This information is public!" msgstr "¡Esta información es pública!" -#: ../../Zotlabs/Module/Connedit.php:878 +#: ../../Zotlabs/Module/Connedit.php:896 msgid "Connection Pending Approval" msgstr "Conexión pendiente de aprobación" -#: ../../Zotlabs/Module/Connedit.php:883 +#: ../../Zotlabs/Module/Connedit.php:901 #, 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:890 +#: ../../Zotlabs/Module/Connedit.php:908 msgid "" "Some permissions may be inherited from your channel's <a " "href=\"settings\"><strong>privacy settings</strong></a>, which have higher " @@ -5232,173 +5467,85 @@ 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:891 +#: ../../Zotlabs/Module/Connedit.php:909 msgid "Last update:" msgstr "Última actualización:" -#: ../../Zotlabs/Module/Connedit.php:900 +#: ../../Zotlabs/Module/Connedit.php:918 msgid "Details" msgstr "Detalles" -#: ../../Zotlabs/Module/Connedit.php:903 ../../addon/cdav/Mod_Cdav.php:1137 -msgid "Organisation" -msgstr "Organización" - -#: ../../Zotlabs/Module/Connedit.php:904 ../../addon/cdav/Mod_Cdav.php:1138 -#: ../../include/page_widgets.php:46 -msgid "Title" -msgstr "Título" - -#: ../../Zotlabs/Module/Connedit.php:905 ../../Zotlabs/Module/Profiles.php:789 -#: ../../addon/cdav/Mod_Cdav.php:1139 -msgid "Phone" -msgstr "Teléfono" - -#: ../../Zotlabs/Module/Connedit.php:907 ../../Zotlabs/Module/Profiles.php:791 -#: ../../addon/cdav/Mod_Cdav.php:1141 -msgid "Instant messenger" -msgstr "Mensajería instantánea" - -#: ../../Zotlabs/Module/Connedit.php:908 ../../Zotlabs/Module/Profiles.php:792 -#: ../../addon/cdav/Mod_Cdav.php:1142 -msgid "Website" -msgstr "Sitio web" - -#: ../../Zotlabs/Module/Connedit.php:910 ../../Zotlabs/Module/Profiles.php:794 -#: ../../addon/cdav/Mod_Cdav.php:1144 -msgid "Note" -msgstr "Nota" - -#: ../../Zotlabs/Module/Connedit.php:911 ../../Zotlabs/Module/Profiles.php:795 -#: ../../addon/cdav/Mod_Cdav.php:1145 ../../addon/cdav/cdav.php:270 -#: ../../include/connections.php:668 -msgid "Mobile" -msgstr "Móvil" - -#: ../../Zotlabs/Module/Connedit.php:912 ../../Zotlabs/Module/Profiles.php:796 -#: ../../addon/cdav/Mod_Cdav.php:1146 ../../addon/cdav/cdav.php:271 -#: ../../include/connections.php:669 -msgid "Home" -msgstr "Inicio" - -#: ../../Zotlabs/Module/Connedit.php:913 ../../Zotlabs/Module/Profiles.php:797 -#: ../../addon/cdav/Mod_Cdav.php:1147 ../../addon/cdav/cdav.php:274 -#: ../../include/connections.php:672 -msgid "Work" -msgstr "Trabajo" - -#: ../../Zotlabs/Module/Connedit.php:915 ../../Zotlabs/Module/Profiles.php:799 -#: ../../addon/cdav/Mod_Cdav.php:1149 -#: ../../addon/jappixmini/jappixmini.php:368 -msgid "Add Contact" -msgstr "Añadir un contacto" - -#: ../../Zotlabs/Module/Connedit.php:916 ../../Zotlabs/Module/Profiles.php:800 -#: ../../addon/cdav/Mod_Cdav.php:1150 -msgid "Add Field" -msgstr "Añadir un campo" - -#: ../../Zotlabs/Module/Connedit.php:921 ../../addon/cdav/Mod_Cdav.php:1155 -msgid "P.O. Box" -msgstr "Buzón de correos" - -#: ../../Zotlabs/Module/Connedit.php:922 ../../addon/cdav/Mod_Cdav.php:1156 -msgid "Additional" -msgstr "Adicional" - -#: ../../Zotlabs/Module/Connedit.php:923 ../../addon/cdav/Mod_Cdav.php:1157 -msgid "Street" -msgstr "Calle" - -#: ../../Zotlabs/Module/Connedit.php:924 ../../addon/cdav/Mod_Cdav.php:1158 -msgid "Locality" -msgstr "Localidad" - -#: ../../Zotlabs/Module/Connedit.php:925 ../../addon/cdav/Mod_Cdav.php:1159 -msgid "Region" -msgstr "Provincia, región o estado" - -#: ../../Zotlabs/Module/Connedit.php:926 ../../addon/cdav/Mod_Cdav.php:1160 -msgid "ZIP Code" -msgstr "Código postal" - -#: ../../Zotlabs/Module/Connedit.php:927 ../../Zotlabs/Module/Profiles.php:760 -#: ../../addon/cdav/Mod_Cdav.php:1161 -msgid "Country" -msgstr "País" +#: ../../Zotlabs/Module/Chat.php:94 ../../Zotlabs/Lib/Apps.php:228 +msgid "My Chatrooms" +msgstr "Mis salas de chat" -#: ../../Zotlabs/Module/Chat.php:179 +#: ../../Zotlabs/Module/Chat.php:181 msgid "Room not found" msgstr "Sala no encontrada" -#: ../../Zotlabs/Module/Chat.php:195 +#: ../../Zotlabs/Module/Chat.php:197 msgid "Leave Room" msgstr "Abandonar la sala" -#: ../../Zotlabs/Module/Chat.php:196 +#: ../../Zotlabs/Module/Chat.php:198 msgid "Delete Room" msgstr "Eliminar esta sala" -#: ../../Zotlabs/Module/Chat.php:197 +#: ../../Zotlabs/Module/Chat.php:199 msgid "I am away right now" msgstr "Estoy ausente momentáneamente" -#: ../../Zotlabs/Module/Chat.php:198 +#: ../../Zotlabs/Module/Chat.php:200 msgid "I am online" msgstr "Estoy conectado/a" -#: ../../Zotlabs/Module/Chat.php:200 +#: ../../Zotlabs/Module/Chat.php:202 msgid "Bookmark this room" msgstr "Añadir esta sala a Marcadores" -#: ../../Zotlabs/Module/Chat.php:203 ../../Zotlabs/Module/Mail.php:259 -#: ../../Zotlabs/Module/Mail.php:380 ../../include/conversation.php:1263 +#: ../../Zotlabs/Module/Chat.php:205 ../../Zotlabs/Module/Mail.php:241 +#: ../../Zotlabs/Module/Mail.php:362 ../../include/conversation.php:1260 msgid "Please enter a link URL:" msgstr "Por favor, introduzca la dirección del enlace:" -#: ../../Zotlabs/Module/Chat.php:204 ../../Zotlabs/Module/Mail.php:312 -#: ../../Zotlabs/Module/Mail.php:454 ../../Zotlabs/Lib/ThreadItem.php:744 -#: ../../include/conversation.php:1373 +#: ../../Zotlabs/Module/Chat.php:206 ../../Zotlabs/Module/Mail.php:294 +#: ../../Zotlabs/Module/Mail.php:436 ../../Zotlabs/Lib/ThreadItem.php:742 +#: ../../include/conversation.php:1370 msgid "Encrypt text" msgstr "Cifrar texto" -#: ../../Zotlabs/Module/Chat.php:230 +#: ../../Zotlabs/Module/Chat.php:232 msgid "New Chatroom" msgstr "Nueva sala de chat" -#: ../../Zotlabs/Module/Chat.php:231 +#: ../../Zotlabs/Module/Chat.php:233 msgid "Chatroom name" msgstr "Nombre de la sala de chat" -#: ../../Zotlabs/Module/Chat.php:232 +#: ../../Zotlabs/Module/Chat.php:234 msgid "Expiration of chats (minutes)" msgstr "Caducidad de los mensajes en los chats (en minutos)" -#: ../../Zotlabs/Module/Chat.php:248 +#: ../../Zotlabs/Module/Chat.php:250 #, php-format msgid "%1$s's Chatrooms" msgstr "Salas de chat de %1$s" -#: ../../Zotlabs/Module/Chat.php:253 +#: ../../Zotlabs/Module/Chat.php:255 msgid "No chatrooms available" msgstr "No hay salas de chat disponibles" -#: ../../Zotlabs/Module/Chat.php:257 +#: ../../Zotlabs/Module/Chat.php:259 msgid "Expiration" msgstr "Caducidad" -#: ../../Zotlabs/Module/Chat.php:258 +#: ../../Zotlabs/Module/Chat.php:260 msgid "min" msgstr "min" -#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:229 -#: ../../include/conversation.php:1783 ../../include/nav.php:392 -msgid "Photos" -msgstr "Fotos" - -#: ../../Zotlabs/Module/Fbrowser.php:85 ../../Zotlabs/Lib/Apps.php:224 -#: ../../Zotlabs/Storage/Browser.php:224 ../../include/conversation.php:1791 -#: ../../include/nav.php:400 +#: ../../Zotlabs/Module/Fbrowser.php:85 ../../Zotlabs/Lib/Apps.php:237 +#: ../../Zotlabs/Storage/Browser.php:225 ../../Zotlabs/Storage/Browser.php:247 +#: ../../include/conversation.php:1788 ../../include/nav.php:386 msgid "Files" msgstr "Ficheros" @@ -5438,7 +5585,7 @@ msgstr "El menú se puede usar para guardar marcadores" msgid "Submit and proceed" msgstr "Enviar y proceder" -#: ../../Zotlabs/Module/Menu.php:107 ../../include/text.php:2268 +#: ../../Zotlabs/Module/Menu.php:107 ../../include/text.php:2281 msgid "Menus" msgstr "Menús" @@ -5490,13 +5637,14 @@ msgstr "El título del menú tal como será visto por los demás" msgid "Allow bookmarks" msgstr "Permitir marcadores" -#: ../../Zotlabs/Module/Layouts.php:184 ../../include/text.php:2269 +#: ../../Zotlabs/Module/Layouts.php:184 ../../include/text.php:2282 msgid "Layouts" msgstr "Plantillas" -#: ../../Zotlabs/Module/Layouts.php:186 ../../Zotlabs/Lib/Apps.php:232 -#: ../../include/nav.php:161 ../../include/nav.php:268 -#: ../../include/help.php:55 ../../include/help.php:61 +#: ../../Zotlabs/Module/Layouts.php:186 ../../Zotlabs/Module/Help.php:18 +#: ../../Zotlabs/Lib/Apps.php:245 ../../include/nav.php:157 +#: ../../include/nav.php:264 ../../include/help.php:55 +#: ../../include/help.php:61 msgid "Help" msgstr "Ayuda" @@ -5512,12 +5660,13 @@ msgstr "Descripción de la plantilla" msgid "Download PDL file" msgstr "Descargar el fichero PDL" -#: ../../Zotlabs/Module/Tagger.php:55 ../../include/bbcode.php:274 +#: ../../Zotlabs/Module/Tagger.php:55 ../../include/markdown.php:141 +#: ../../include/bbcode.php:334 msgid "post" msgstr "la entrada" #: ../../Zotlabs/Module/Tagger.php:57 ../../include/conversation.php:146 -#: ../../include/text.php:1945 +#: ../../include/text.php:1938 msgid "comment" msgstr "el comentario" @@ -5549,8 +5698,8 @@ msgstr "El grupo de canales ha sido creado." msgid "Could not create privacy group." msgstr "No se puede crear el grupo de canales" -#: ../../Zotlabs/Module/Group.php:42 ../../Zotlabs/Module/Group.php:141 -#: ../../include/items.php:3922 +#: ../../Zotlabs/Module/Group.php:42 ../../Zotlabs/Module/Group.php:143 +#: ../../include/items.php:3892 msgid "Privacy group not found." msgstr "Grupo de canales no encontrado." @@ -5558,39 +5707,39 @@ msgstr "Grupo de canales no encontrado." msgid "Privacy group updated." msgstr "Grupo de canales actualizado." -#: ../../Zotlabs/Module/Group.php:90 +#: ../../Zotlabs/Module/Group.php:92 msgid "Create a group of channels." msgstr "Crear un grupo de canales." -#: ../../Zotlabs/Module/Group.php:91 ../../Zotlabs/Module/Group.php:184 +#: ../../Zotlabs/Module/Group.php:93 ../../Zotlabs/Module/Group.php:186 msgid "Privacy group name: " msgstr "Nombre del grupo de canales:" -#: ../../Zotlabs/Module/Group.php:93 ../../Zotlabs/Module/Group.php:187 +#: ../../Zotlabs/Module/Group.php:95 ../../Zotlabs/Module/Group.php:189 msgid "Members are visible to other channels" msgstr "Los miembros son visibles para otros canales" -#: ../../Zotlabs/Module/Group.php:111 +#: ../../Zotlabs/Module/Group.php:113 msgid "Privacy group removed." msgstr "Grupo de canales eliminado." -#: ../../Zotlabs/Module/Group.php:113 +#: ../../Zotlabs/Module/Group.php:115 msgid "Unable to remove privacy group." msgstr "No se puede eliminar el grupo de canales." -#: ../../Zotlabs/Module/Group.php:183 +#: ../../Zotlabs/Module/Group.php:185 msgid "Privacy group editor" msgstr "Editor de grupos de canales" -#: ../../Zotlabs/Module/Group.php:197 ../../Zotlabs/Module/Help.php:81 +#: ../../Zotlabs/Module/Group.php:199 ../../Zotlabs/Module/Help.php:81 msgid "Members" msgstr "Miembros" -#: ../../Zotlabs/Module/Group.php:199 +#: ../../Zotlabs/Module/Group.php:201 msgid "All Connected Channels" msgstr "Todos los canales conectados" -#: ../../Zotlabs/Module/Group.php:231 +#: ../../Zotlabs/Module/Group.php:233 msgid "Click on a channel to add or remove." msgstr "Haga clic en un canal para agregarlo o quitarlo." @@ -5685,7 +5834,7 @@ msgid "View this profile" msgstr "Ver este perfil" #: ../../Zotlabs/Module/Profiles.php:728 ../../Zotlabs/Module/Profiles.php:827 -#: ../../include/channel.php:1066 +#: ../../include/channel.php:1183 msgid "Edit visibility" msgstr "Editar visibilidad" @@ -5697,7 +5846,7 @@ msgstr "Gestión del perfil" msgid "Change cover photo" msgstr "Cambiar la imagen de portada del perfil" -#: ../../Zotlabs/Module/Profiles.php:731 ../../include/channel.php:1037 +#: ../../Zotlabs/Module/Profiles.php:731 ../../include/channel.php:1154 msgid "Change profile photo" msgstr "Cambiar la foto del perfil" @@ -5717,7 +5866,7 @@ msgstr "Eliminar este perfil" msgid "Add profile things" msgstr "Añadir cosas al perfil" -#: ../../Zotlabs/Module/Profiles.php:736 ../../include/conversation.php:1657 +#: ../../Zotlabs/Module/Profiles.php:736 ../../include/conversation.php:1654 msgid "Personal" msgstr "Personales" @@ -5862,12 +6011,12 @@ msgstr "Mis otros canales" msgid "Communications" msgstr "Comunicaciones" -#: ../../Zotlabs/Module/Profiles.php:823 ../../include/channel.php:1062 +#: ../../Zotlabs/Module/Profiles.php:823 ../../include/channel.php:1179 msgid "Profile Image" msgstr "Imagen del perfil" -#: ../../Zotlabs/Module/Profiles.php:833 ../../include/channel.php:1044 -#: ../../include/nav.php:109 +#: ../../Zotlabs/Module/Profiles.php:833 ../../include/channel.php:1161 +#: ../../include/nav.php:105 msgid "Edit Profiles" msgstr "Editar perfiles" @@ -5879,42 +6028,42 @@ msgstr "Enlace de la página" msgid "Edit Webpage" msgstr "Editar la página web" -#: ../../Zotlabs/Module/Manage.php:143 +#: ../../Zotlabs/Module/Manage.php:145 msgid "Create a new channel" msgstr "Crear un nuevo canal" -#: ../../Zotlabs/Module/Manage.php:168 ../../Zotlabs/Lib/Apps.php:221 -#: ../../include/nav.php:205 +#: ../../Zotlabs/Module/Manage.php:170 ../../Zotlabs/Lib/Apps.php:234 +#: ../../include/nav.php:199 msgid "Channel Manager" msgstr "Administración de canales" -#: ../../Zotlabs/Module/Manage.php:169 +#: ../../Zotlabs/Module/Manage.php:171 msgid "Current Channel" msgstr "Canal actual" -#: ../../Zotlabs/Module/Manage.php:171 +#: ../../Zotlabs/Module/Manage.php:173 msgid "Switch to one of your channels by selecting it." msgstr "Cambiar a uno de sus canales seleccionándolo." -#: ../../Zotlabs/Module/Manage.php:172 +#: ../../Zotlabs/Module/Manage.php:174 msgid "Default Channel" msgstr "Canal principal" -#: ../../Zotlabs/Module/Manage.php:173 +#: ../../Zotlabs/Module/Manage.php:175 msgid "Make Default" msgstr "Convertir en predeterminado" -#: ../../Zotlabs/Module/Manage.php:176 +#: ../../Zotlabs/Module/Manage.php:178 #, php-format msgid "%d new messages" msgstr "%d mensajes nuevos" -#: ../../Zotlabs/Module/Manage.php:177 +#: ../../Zotlabs/Module/Manage.php:179 #, php-format msgid "%d new introductions" msgstr "%d nuevas solicitudes de conexión" -#: ../../Zotlabs/Module/Manage.php:179 +#: ../../Zotlabs/Module/Manage.php:181 msgid "Delegated Channel" msgstr "Canal delegado" @@ -5922,45 +6071,45 @@ msgstr "Canal delegado" msgid "This directory server requires an access token" msgstr "El servidor de este directorio necesita un \"token\" de acceso" -#: ../../Zotlabs/Module/Siteinfo.php:20 +#: ../../Zotlabs/Module/Siteinfo.php:19 msgid "About this site" msgstr "Acerca de este sitio" -#: ../../Zotlabs/Module/Siteinfo.php:21 +#: ../../Zotlabs/Module/Siteinfo.php:20 msgid "Site Name" msgstr "Nombre del sitio" -#: ../../Zotlabs/Module/Siteinfo.php:25 ../../include/network.php:2025 +#: ../../Zotlabs/Module/Siteinfo.php:24 msgid "Administrator" msgstr "Administrador" -#: ../../Zotlabs/Module/Siteinfo.php:27 ../../Zotlabs/Module/Register.php:221 +#: ../../Zotlabs/Module/Siteinfo.php:26 ../../Zotlabs/Module/Register.php:221 msgid "Terms of Service" msgstr "Términos del servicio" -#: ../../Zotlabs/Module/Siteinfo.php:28 +#: ../../Zotlabs/Module/Siteinfo.php:27 msgid "Software and Project information" msgstr "Información sobre el software y el proyecto" -#: ../../Zotlabs/Module/Siteinfo.php:29 +#: ../../Zotlabs/Module/Siteinfo.php:28 msgid "This site is powered by $Projectname" msgstr "Este sitio funciona con $Projectname" -#: ../../Zotlabs/Module/Siteinfo.php:30 +#: ../../Zotlabs/Module/Siteinfo.php:29 msgid "" "Federated and decentralised networking and identity services provided by Zot" msgstr "Servicios federados y descentralizados de identidad y redes proporcionados por Zot" -#: ../../Zotlabs/Module/Siteinfo.php:32 +#: ../../Zotlabs/Module/Siteinfo.php:31 #, php-format msgid "Version %s" msgstr "Versión %s" -#: ../../Zotlabs/Module/Siteinfo.php:33 +#: ../../Zotlabs/Module/Siteinfo.php:32 msgid "Project homepage" msgstr "Página principal del proyecto" -#: ../../Zotlabs/Module/Siteinfo.php:34 +#: ../../Zotlabs/Module/Siteinfo.php:33 msgid "Developer homepage" msgstr "Página principal del desarrollador" @@ -5969,7 +6118,7 @@ msgid "No ratings" msgstr "Ninguna valoración" #: ../../Zotlabs/Module/Ratings.php:97 ../../Zotlabs/Module/Pubsites.php:35 -#: ../../include/conversation.php:1032 +#: ../../include/conversation.php:1029 msgid "Ratings" msgstr "Valoraciones" @@ -5985,64 +6134,65 @@ msgstr "Sitio web:" msgid "Description: " msgstr "Descripción:" -#: ../../Zotlabs/Module/Webpages.php:52 +#: ../../Zotlabs/Module/Webpages.php:38 ../../Zotlabs/Module/Webpages.php:237 +#: ../../Zotlabs/Lib/Apps.php:238 ../../include/conversation.php:1838 +#: ../../include/nav.php:435 +msgid "Webpages" +msgstr "Páginas web" + +#: ../../Zotlabs/Module/Webpages.php:54 msgid "Import Webpage Elements" msgstr "Importar elementos de una página web" -#: ../../Zotlabs/Module/Webpages.php:53 +#: ../../Zotlabs/Module/Webpages.php:55 msgid "Import selected" msgstr "Importar elementos seleccionados" -#: ../../Zotlabs/Module/Webpages.php:76 +#: ../../Zotlabs/Module/Webpages.php:78 msgid "Export Webpage Elements" msgstr "Exportar elementos de una página web" -#: ../../Zotlabs/Module/Webpages.php:77 +#: ../../Zotlabs/Module/Webpages.php:79 msgid "Export selected" msgstr "Exportar los elementos seleccionados" -#: ../../Zotlabs/Module/Webpages.php:242 ../../Zotlabs/Lib/Apps.php:225 -#: ../../include/conversation.php:1841 ../../include/nav.php:449 -msgid "Webpages" -msgstr "Páginas web" - -#: ../../Zotlabs/Module/Webpages.php:253 ../../include/page_widgets.php:44 +#: ../../Zotlabs/Module/Webpages.php:248 msgid "Actions" msgstr "Acciones" -#: ../../Zotlabs/Module/Webpages.php:254 ../../include/page_widgets.php:45 +#: ../../Zotlabs/Module/Webpages.php:249 msgid "Page Link" msgstr "Vínculo de la página" -#: ../../Zotlabs/Module/Webpages.php:255 +#: ../../Zotlabs/Module/Webpages.php:250 msgid "Page Title" msgstr "Título de página" -#: ../../Zotlabs/Module/Webpages.php:285 +#: ../../Zotlabs/Module/Webpages.php:280 msgid "Invalid file type." msgstr "Tipo de fichero no válido." -#: ../../Zotlabs/Module/Webpages.php:297 +#: ../../Zotlabs/Module/Webpages.php:292 msgid "Error opening zip file" msgstr "Error al abrir el fichero comprimido zip" -#: ../../Zotlabs/Module/Webpages.php:308 +#: ../../Zotlabs/Module/Webpages.php:303 msgid "Invalid folder path." msgstr "La ruta de la carpeta no es válida." -#: ../../Zotlabs/Module/Webpages.php:335 +#: ../../Zotlabs/Module/Webpages.php:330 msgid "No webpage elements detected." msgstr "No se han detectado elementos de ninguna página web." -#: ../../Zotlabs/Module/Webpages.php:410 +#: ../../Zotlabs/Module/Webpages.php:405 msgid "Import complete." msgstr "Importación completada." -#: ../../Zotlabs/Module/Editpost.php:38 +#: ../../Zotlabs/Module/Editpost.php:38 ../../Zotlabs/Module/Editpost.php:43 msgid "Item is not editable" msgstr "El elemento no es editable" -#: ../../Zotlabs/Module/Editpost.php:103 ../../Zotlabs/Module/Rpost.php:138 +#: ../../Zotlabs/Module/Editpost.php:108 ../../Zotlabs/Module/Rpost.php:140 msgid "Edit post" msgstr "Editar la entrada" @@ -6128,7 +6278,7 @@ msgid "*" msgstr "*" #: ../../Zotlabs/Module/Sources.php:96 -#: ../../Zotlabs/Widget/Settings_menu.php:123 ../../include/features.php:213 +#: ../../Zotlabs/Widget/Settings_menu.php:125 ../../include/features.php:209 msgid "Channel Sources" msgstr "Orígenes de los contenidos del canal" @@ -6184,6 +6334,10 @@ msgstr "Fuente eliminada" msgid "Unable to remove source." msgstr "No se puede eliminar la fuente." +#: ../../Zotlabs/Module/Rpost.php:63 ../../Zotlabs/Lib/Apps.php:257 +msgid "Post" +msgstr "Publicación" + #: ../../Zotlabs/Module/Like.php:19 msgid "Like/Dislike" msgstr "Me gusta/No me gusta" @@ -6219,55 +6373,59 @@ msgstr "Canal no disponible." msgid "Previous action reversed." msgstr "Acción anterior revocada." -#: ../../Zotlabs/Module/Like.php:419 ../../addon/diaspora/inbound.php:1812 +#: ../../Zotlabs/Module/Like.php:423 ../../addon/diaspora/Receiver.php:1399 #: ../../include/conversation.php:160 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "A %1$s le gusta %3$s de %2$s" -#: ../../Zotlabs/Module/Like.php:421 ../../include/conversation.php:163 +#: ../../Zotlabs/Module/Like.php:425 ../../include/conversation.php:163 #, 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" -#: ../../Zotlabs/Module/Like.php:423 +#: ../../Zotlabs/Module/Like.php:427 #, 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:425 +#: ../../Zotlabs/Module/Like.php:429 #, 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:427 +#: ../../Zotlabs/Module/Like.php:431 #, 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:429 +#: ../../Zotlabs/Module/Like.php:433 #, php-format msgid "%1$s is attending %2$s's %3$s" msgstr "%3$s de %2$s: %1$s participa" -#: ../../Zotlabs/Module/Like.php:431 +#: ../../Zotlabs/Module/Like.php:435 #, php-format msgid "%1$s is not attending %2$s's %3$s" msgstr "%3$s de %2$s: %1$s no participa" -#: ../../Zotlabs/Module/Like.php:433 +#: ../../Zotlabs/Module/Like.php:437 #, php-format msgid "%1$s may attend %2$s's %3$s" msgstr "%3$s de %2$s: %1$s quizá participe" -#: ../../Zotlabs/Module/Like.php:538 +#: ../../Zotlabs/Module/Like.php:547 msgid "Action completed." msgstr "Acción completada." -#: ../../Zotlabs/Module/Like.php:539 +#: ../../Zotlabs/Module/Like.php:548 msgid "Thank you." msgstr "Gracias." +#: ../../Zotlabs/Module/Directory.php:80 ../../Zotlabs/Lib/Apps.php:244 +msgid "Directory" +msgstr "Directorio" + #: ../../Zotlabs/Module/Directory.php:245 #, php-format msgid "%d rating" @@ -6287,13 +6445,12 @@ msgstr "Estado:" msgid "Homepage: " msgstr "Página personal:" -#: ../../Zotlabs/Module/Directory.php:309 ../../include/channel.php:1293 +#: ../../Zotlabs/Module/Directory.php:309 ../../include/channel.php:1416 msgid "Age:" msgstr "Edad:" -#: ../../Zotlabs/Module/Directory.php:314 ../../include/markdown.php:560 -#: ../../include/channel.php:1134 ../../include/event.php:52 -#: ../../include/event.php:84 +#: ../../Zotlabs/Module/Directory.php:314 ../../include/channel.php:1251 +#: ../../include/event.php:52 ../../include/event.php:84 msgid "Location:" msgstr "Ubicación:" @@ -6301,18 +6458,18 @@ msgstr "Ubicación:" msgid "Description:" msgstr "Descripción:" -#: ../../Zotlabs/Module/Directory.php:325 ../../include/channel.php:1309 +#: ../../Zotlabs/Module/Directory.php:325 ../../include/channel.php:1432 msgid "Hometown:" msgstr "Lugar de nacimiento:" -#: ../../Zotlabs/Module/Directory.php:327 ../../include/channel.php:1317 +#: ../../Zotlabs/Module/Directory.php:327 ../../include/channel.php:1440 msgid "About:" msgstr "Sobre mí:" -#: ../../Zotlabs/Module/Directory.php:328 ../../Zotlabs/Module/Suggest.php:54 +#: ../../Zotlabs/Module/Directory.php:328 ../../Zotlabs/Module/Suggest.php:56 #: ../../Zotlabs/Widget/Follow.php:32 ../../Zotlabs/Widget/Suggestions.php:44 -#: ../../include/conversation.php:1002 ../../include/channel.php:1119 -#: ../../include/connections.php:110 +#: ../../include/conversation.php:999 ../../include/channel.php:1236 +#: ../../include/connections.php:111 msgid "Connect" msgstr "Conectar" @@ -6344,7 +6501,7 @@ msgstr "Directorio local:" msgid "Finding:" msgstr "Encontrar:" -#: ../../Zotlabs/Module/Directory.php:395 ../../Zotlabs/Module/Suggest.php:62 +#: ../../Zotlabs/Module/Directory.php:395 ../../Zotlabs/Module/Suggest.php:64 #: ../../include/contact_widgets.php:24 msgid "Channel Suggestions" msgstr "Sugerencias de canales" @@ -6389,13 +6546,18 @@ msgstr "Búsqueda de canales" msgid "Lookup xchan beginning with (or webbie): " msgstr "Buscar un canal (o un \"webbie\") que comience por:" -#: ../../Zotlabs/Module/Suggest.php:37 +#: ../../Zotlabs/Module/Suggest.php:32 ../../Zotlabs/Lib/Apps.php:232 +#: ../../include/features.php:333 +msgid "Suggest Channels" +msgstr "Sugerir canales" + +#: ../../Zotlabs/Module/Suggest.php:39 msgid "" "No suggestions available. If this is a new site, please try again in 24 " "hours." msgstr "No hay sugerencias disponibles. Si es un sitio nuevo, espere 24 horas y pruebe de nuevo." -#: ../../Zotlabs/Module/Suggest.php:56 ../../Zotlabs/Widget/Suggestions.php:46 +#: ../../Zotlabs/Module/Suggest.php:58 ../../Zotlabs/Widget/Suggestions.php:46 msgid "Ignore/Hide" msgstr "Ignorar/Ocultar" @@ -6407,103 +6569,108 @@ msgstr "No se puede encontrar su servidor." msgid "Post successful." msgstr "Enviado con éxito." -#: ../../Zotlabs/Module/Mail.php:65 +#: ../../Zotlabs/Module/Mail.php:73 msgid "Unable to lookup recipient." msgstr "No se puede asociar a un destinatario." -#: ../../Zotlabs/Module/Mail.php:72 +#: ../../Zotlabs/Module/Mail.php:80 msgid "Unable to communicate with requested channel." msgstr "No se puede establecer la comunicación con el canal solicitado." -#: ../../Zotlabs/Module/Mail.php:79 +#: ../../Zotlabs/Module/Mail.php:87 msgid "Cannot verify requested channel." msgstr "No se puede verificar el canal solicitado." -#: ../../Zotlabs/Module/Mail.php:97 +#: ../../Zotlabs/Module/Mail.php:105 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:178 +#: ../../Zotlabs/Module/Mail.php:143 ../../Zotlabs/Lib/Apps.php:246 +#: ../../include/nav.php:187 +msgid "Mail" +msgstr "Correo" + +#: ../../Zotlabs/Module/Mail.php:160 msgid "Messages" msgstr "Mensajes" -#: ../../Zotlabs/Module/Mail.php:191 +#: ../../Zotlabs/Module/Mail.php:173 msgid "message" msgstr "mensaje" -#: ../../Zotlabs/Module/Mail.php:232 +#: ../../Zotlabs/Module/Mail.php:214 msgid "Message recalled." msgstr "Mensaje revocado." -#: ../../Zotlabs/Module/Mail.php:245 +#: ../../Zotlabs/Module/Mail.php:227 msgid "Conversation removed." msgstr "Conversación eliminada." -#: ../../Zotlabs/Module/Mail.php:260 ../../Zotlabs/Module/Mail.php:381 +#: ../../Zotlabs/Module/Mail.php:242 ../../Zotlabs/Module/Mail.php:363 msgid "Expires YYYY-MM-DD HH:MM" msgstr "Caduca YYYY-MM-DD HH:MM" -#: ../../Zotlabs/Module/Mail.php:288 +#: ../../Zotlabs/Module/Mail.php:270 msgid "Requested channel is not in this network" msgstr "El canal solicitado no existe en esta red" -#: ../../Zotlabs/Module/Mail.php:296 +#: ../../Zotlabs/Module/Mail.php:278 msgid "Send Private Message" msgstr "Enviar un mensaje privado" -#: ../../Zotlabs/Module/Mail.php:297 ../../Zotlabs/Module/Mail.php:439 +#: ../../Zotlabs/Module/Mail.php:279 ../../Zotlabs/Module/Mail.php:421 msgid "To:" msgstr "Para:" -#: ../../Zotlabs/Module/Mail.php:300 ../../Zotlabs/Module/Mail.php:441 +#: ../../Zotlabs/Module/Mail.php:282 ../../Zotlabs/Module/Mail.php:423 msgid "Subject:" msgstr "Asunto:" -#: ../../Zotlabs/Module/Mail.php:305 ../../Zotlabs/Module/Mail.php:447 -#: ../../include/conversation.php:1323 +#: ../../Zotlabs/Module/Mail.php:287 ../../Zotlabs/Module/Mail.php:429 +#: ../../include/conversation.php:1320 msgid "Attach file" msgstr "Adjuntar fichero" -#: ../../Zotlabs/Module/Mail.php:307 +#: ../../Zotlabs/Module/Mail.php:289 msgid "Send" msgstr "Enviar" -#: ../../Zotlabs/Module/Mail.php:310 ../../Zotlabs/Module/Mail.php:452 -#: ../../include/conversation.php:1368 +#: ../../Zotlabs/Module/Mail.php:292 ../../Zotlabs/Module/Mail.php:434 +#: ../../include/conversation.php:1365 msgid "Set expiration date" msgstr "Configurar fecha de caducidad" -#: ../../Zotlabs/Module/Mail.php:411 +#: ../../Zotlabs/Module/Mail.php:393 msgid "Delete message" msgstr "Borrar mensaje" -#: ../../Zotlabs/Module/Mail.php:412 +#: ../../Zotlabs/Module/Mail.php:394 msgid "Delivery report" msgstr "Informe de transmisión" -#: ../../Zotlabs/Module/Mail.php:413 +#: ../../Zotlabs/Module/Mail.php:395 msgid "Recall message" msgstr "Revocar el mensaje" -#: ../../Zotlabs/Module/Mail.php:415 +#: ../../Zotlabs/Module/Mail.php:397 msgid "Message has been recalled." msgstr "El mensaje ha sido revocado." -#: ../../Zotlabs/Module/Mail.php:432 +#: ../../Zotlabs/Module/Mail.php:414 msgid "Delete Conversation" msgstr "Eliminar conversación" -#: ../../Zotlabs/Module/Mail.php:434 +#: ../../Zotlabs/Module/Mail.php:416 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:438 +#: ../../Zotlabs/Module/Mail.php:420 msgid "Send Reply" msgstr "Responder" -#: ../../Zotlabs/Module/Mail.php:443 +#: ../../Zotlabs/Module/Mail.php:425 #, php-format msgid "Your message for %s (%s):" msgstr "Su mensaje para %s (%s):" @@ -6545,19 +6712,19 @@ msgstr "Software" msgid "Rate" msgstr "Valorar" -#: ../../Zotlabs/Module/Impel.php:41 ../../include/bbcode.php:203 +#: ../../Zotlabs/Module/Impel.php:41 ../../include/bbcode.php:263 msgid "webpage" msgstr "página web" -#: ../../Zotlabs/Module/Impel.php:46 ../../include/bbcode.php:209 +#: ../../Zotlabs/Module/Impel.php:46 ../../include/bbcode.php:269 msgid "block" msgstr "bloque" -#: ../../Zotlabs/Module/Impel.php:51 ../../include/bbcode.php:206 +#: ../../Zotlabs/Module/Impel.php:51 ../../include/bbcode.php:266 msgid "layout" msgstr "plantilla" -#: ../../Zotlabs/Module/Impel.php:58 ../../include/bbcode.php:212 +#: ../../Zotlabs/Module/Impel.php:58 ../../include/bbcode.php:272 msgid "menu" msgstr "menú" @@ -6599,7 +6766,11 @@ msgstr "o seleccione una (con un doble click)" msgid "Save to Folder" msgstr "Guardar en carpeta" -#: ../../Zotlabs/Module/Probe.php:28 ../../Zotlabs/Module/Probe.php:32 +#: ../../Zotlabs/Module/Probe.php:11 ../../Zotlabs/Lib/Apps.php:231 +msgid "Remote Diagnostics" +msgstr "Diagnóstico remoto" + +#: ../../Zotlabs/Module/Probe.php:30 ../../Zotlabs/Module/Probe.php:34 #, php-format msgid "Fetching URL returns error: %1$s" msgstr "Al intentar obtener la dirección, retorna el error: %1$s" @@ -6683,16 +6854,16 @@ msgstr "no" msgid "yes" msgstr "sí" -#: ../../Zotlabs/Module/Register.php:258 +#: ../../Zotlabs/Module/Register.php:256 msgid "Membership on this site is by invitation only." msgstr "Para registrarse en este sitio es necesaria una invitación." -#: ../../Zotlabs/Module/Register.php:270 ../../boot.php:1610 -#: ../../include/nav.php:149 +#: ../../Zotlabs/Module/Register.php:268 ../../boot.php:1582 +#: ../../include/nav.php:145 msgid "Register" msgstr "Registrarse" -#: ../../Zotlabs/Module/Register.php:271 +#: ../../Zotlabs/Module/Register.php:269 msgid "" "This site may require email verification after submitting this form. If you " "are returned to a login page, please check your email for instructions." @@ -6703,30 +6874,30 @@ msgstr "Este sitio puede requerir una verificación de correo electrónico despu msgid "Cover Photos" msgstr "Imágenes de portada del perfil" -#: ../../Zotlabs/Module/Cover_photo.php:237 ../../include/items.php:4303 +#: ../../Zotlabs/Module/Cover_photo.php:237 ../../include/items.php:4273 msgid "female" msgstr "mujer" -#: ../../Zotlabs/Module/Cover_photo.php:238 ../../include/items.php:4304 +#: ../../Zotlabs/Module/Cover_photo.php:238 ../../include/items.php:4274 #, php-format msgid "%1$s updated her %2$s" msgstr "%1$s ha actualizado su %2$s" -#: ../../Zotlabs/Module/Cover_photo.php:239 ../../include/items.php:4305 +#: ../../Zotlabs/Module/Cover_photo.php:239 ../../include/items.php:4275 msgid "male" msgstr "hombre" -#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/items.php:4306 +#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/items.php:4276 #, php-format msgid "%1$s updated his %2$s" msgstr "%1$s ha actualizado su %2$s" -#: ../../Zotlabs/Module/Cover_photo.php:242 ../../include/items.php:4308 +#: ../../Zotlabs/Module/Cover_photo.php:242 ../../include/items.php:4278 #, php-format msgid "%1$s updated their %2$s" msgstr "%1$s ha actualizado su %2$s" -#: ../../Zotlabs/Module/Cover_photo.php:244 ../../include/channel.php:1759 +#: ../../Zotlabs/Module/Cover_photo.php:244 ../../include/channel.php:1878 msgid "cover photo" msgstr "Imagen de portada del perfil" @@ -6738,8 +6909,8 @@ msgstr "Subir imagen de portada del perfil" msgid "Documentation Search" msgstr "Búsqueda de Documentación" -#: ../../Zotlabs/Module/Help.php:80 ../../include/conversation.php:1773 -#: ../../include/nav.php:382 +#: ../../Zotlabs/Module/Help.php:80 ../../include/conversation.php:1770 +#: ../../include/nav.php:368 msgid "About" msgstr "Mi perfil" @@ -6791,6 +6962,10 @@ msgstr "foro" msgid "Search Results For:" msgstr "Buscar resultados para:" +#: ../../Zotlabs/Module/Network.php:157 ../../Zotlabs/Lib/Apps.php:235 +msgid "Activity" +msgstr "Actividad" + #: ../../Zotlabs/Module/Network.php:221 msgid "Privacy group is empty" msgstr "El grupo de canales está vacío" @@ -6825,49 +7000,50 @@ msgstr "$Projectname" msgid "Welcome to %s" msgstr "Bienvenido a %s" -#: ../../Zotlabs/Module/Filestorage.php:87 +#: ../../Zotlabs/Module/Filestorage.php:79 msgid "Permission Denied." msgstr "Permiso denegado" -#: ../../Zotlabs/Module/Filestorage.php:103 +#: ../../Zotlabs/Module/Filestorage.php:95 msgid "File not found." msgstr "Fichero no encontrado." -#: ../../Zotlabs/Module/Filestorage.php:146 +#: ../../Zotlabs/Module/Filestorage.php:137 msgid "Edit file permissions" msgstr "Modificar los permisos del fichero" -#: ../../Zotlabs/Module/Filestorage.php:159 +#: ../../Zotlabs/Module/Filestorage.php:149 msgid "Set/edit permissions" msgstr "Establecer/editar los permisos" -#: ../../Zotlabs/Module/Filestorage.php:160 +#: ../../Zotlabs/Module/Filestorage.php:150 msgid "Include all files and sub folders" msgstr "Incluir todos los ficheros y subcarpetas" -#: ../../Zotlabs/Module/Filestorage.php:161 +#: ../../Zotlabs/Module/Filestorage.php:151 msgid "Return to file list" msgstr "Volver a la lista de ficheros" -#: ../../Zotlabs/Module/Filestorage.php:163 +#: ../../Zotlabs/Module/Filestorage.php:153 msgid "Copy/paste this code to attach file to a post" msgstr "Copiar/pegar este código para adjuntar el fichero al envío" -#: ../../Zotlabs/Module/Filestorage.php:164 +#: ../../Zotlabs/Module/Filestorage.php:154 msgid "Copy/paste this URL to link file from a web page" msgstr "Copiar/pegar esta dirección para enlazar el fichero desde una página web" -#: ../../Zotlabs/Module/Filestorage.php:166 +#: ../../Zotlabs/Module/Filestorage.php:156 msgid "Share this file" msgstr "Compartir este fichero" -#: ../../Zotlabs/Module/Filestorage.php:167 +#: ../../Zotlabs/Module/Filestorage.php:157 msgid "Show URL to this file" msgstr "Mostrar la dirección de este fichero" -#: ../../Zotlabs/Module/Filestorage.php:168 -msgid "Notify your contacts about this file" -msgstr "Avisar a sus contactos sobre este fichero" +#: ../../Zotlabs/Module/Filestorage.php:158 +#: ../../Zotlabs/Storage/Browser.php:351 +msgid "Show in your contacts shared folder" +msgstr "Mostrar en la carpeta compartida con sus contactos" #: ../../Zotlabs/Module/Common.php:14 msgid "No channel." @@ -6894,71 +7070,59 @@ msgstr "Visitar el perfil de %s [%s]" msgid "View Connections" msgstr "Ver conexiones" -#: ../../Zotlabs/Module/Admin.php:94 -msgid "# Accounts" -msgstr "# Cuentas" - -#: ../../Zotlabs/Module/Admin.php:95 -msgid "# blocked accounts" -msgstr "# cuentas bloqueadas" - -#: ../../Zotlabs/Module/Admin.php:96 -msgid "# expired accounts" -msgstr "# cuentas caducadas" - #: ../../Zotlabs/Module/Admin.php:97 -msgid "# expiring accounts" -msgstr "# cuentas que caducan" +msgid "Blocked accounts" +msgstr "Cuentas bloqueadas" -#: ../../Zotlabs/Module/Admin.php:108 -msgid "# Channels" -msgstr "# Canales" +#: ../../Zotlabs/Module/Admin.php:98 +msgid "Expired accounts" +msgstr "Cuentas caducadas" -#: ../../Zotlabs/Module/Admin.php:109 -msgid "# primary" -msgstr "# primario" +#: ../../Zotlabs/Module/Admin.php:99 +msgid "Expiring accounts" +msgstr "Cuentas que caducan" -#: ../../Zotlabs/Module/Admin.php:110 -msgid "# clones" -msgstr "# clones" +#: ../../Zotlabs/Module/Admin.php:112 +msgid "Clones" +msgstr "Clones" -#: ../../Zotlabs/Module/Admin.php:116 +#: ../../Zotlabs/Module/Admin.php:118 msgid "Message queues" msgstr "Mensajes en cola" -#: ../../Zotlabs/Module/Admin.php:133 +#: ../../Zotlabs/Module/Admin.php:132 msgid "Your software should be updated" msgstr "Debe actualizar su software" -#: ../../Zotlabs/Module/Admin.php:138 +#: ../../Zotlabs/Module/Admin.php:137 msgid "Summary" msgstr "Sumario" -#: ../../Zotlabs/Module/Admin.php:141 +#: ../../Zotlabs/Module/Admin.php:140 msgid "Registered accounts" msgstr "Cuentas registradas" -#: ../../Zotlabs/Module/Admin.php:142 +#: ../../Zotlabs/Module/Admin.php:141 msgid "Pending registrations" msgstr "Registros pendientes" -#: ../../Zotlabs/Module/Admin.php:143 +#: ../../Zotlabs/Module/Admin.php:142 msgid "Registered channels" msgstr "Canales registrados" -#: ../../Zotlabs/Module/Admin.php:144 +#: ../../Zotlabs/Module/Admin.php:143 msgid "Active plugins" msgstr "Extensiones (plugins) activas" -#: ../../Zotlabs/Module/Admin.php:145 +#: ../../Zotlabs/Module/Admin.php:144 msgid "Version" msgstr "Versión" -#: ../../Zotlabs/Module/Admin.php:146 +#: ../../Zotlabs/Module/Admin.php:145 msgid "Repository version (master)" msgstr "Versión del repositorio (master)" -#: ../../Zotlabs/Module/Admin.php:147 +#: ../../Zotlabs/Module/Admin.php:146 msgid "Repository version (dev)" msgstr "Versión del repositorio (dev)" @@ -7007,7 +7171,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:1637 +#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1609 msgid "Password Reset" msgstr "Restablecer la contraseña" @@ -7056,121 +7220,91 @@ msgstr "Dirección de correo electrónico" msgid "Reset" msgstr "Reiniciar" -#: ../../Zotlabs/Module/Notifications.php:43 ../../include/nav.php:190 -msgid "Mark all system notifications seen" -msgstr "Marcar todas las notificaciones del sistema como leídas" +#: ../../Zotlabs/Module/Notifications.php:43 +#: ../../Zotlabs/Lib/ThreadItem.php:392 +msgid "Mark all seen" +msgstr "Marcar todo como visto" + +#: ../../Zotlabs/Lib/Techlevels.php:10 +msgid "0. Beginner/Basic" +msgstr "0. Principiante/Básico" + +#: ../../Zotlabs/Lib/Techlevels.php:11 +msgid "1. Novice - not skilled but willing to learn" +msgstr "1. Novicio - no está preparado pero está dispuestos a aprender" + +#: ../../Zotlabs/Lib/Techlevels.php:12 +msgid "2. Intermediate - somewhat comfortable" +msgstr "2. Intermedio - algo cómodo" + +#: ../../Zotlabs/Lib/Techlevels.php:13 +msgid "3. Advanced - very comfortable" +msgstr "3. Avanzado - muy cómodo" -#: ../../Zotlabs/Lib/Apps.php:212 +#: ../../Zotlabs/Lib/Techlevels.php:14 +msgid "4. Expert - I can write computer code" +msgstr "4. Experto - Puedo escribir código informático" + +#: ../../Zotlabs/Lib/Techlevels.php:15 +msgid "5. Wizard - I probably know more than you do" +msgstr "5. Asistente - probablemente sé más que tú" + +#: ../../Zotlabs/Lib/Apps.php:225 msgid "Site Admin" msgstr "Administrador del sitio" -#: ../../Zotlabs/Lib/Apps.php:213 ../../addon/buglink/buglink.php:16 +#: ../../Zotlabs/Lib/Apps.php:226 ../../addon/buglink/buglink.php:16 msgid "Report Bug" msgstr "Informe de errores" -#: ../../Zotlabs/Lib/Apps.php:214 -msgid "View Bookmarks" -msgstr "Ver los marcadores" - -#: ../../Zotlabs/Lib/Apps.php:215 -msgid "My Chatrooms" -msgstr "Mis salas de chat" - -#: ../../Zotlabs/Lib/Apps.php:217 +#: ../../Zotlabs/Lib/Apps.php:230 msgid "Firefox Share" msgstr "Servicio de compartición de Firefox" -#: ../../Zotlabs/Lib/Apps.php:218 -msgid "Remote Diagnostics" -msgstr "Diagnóstico remoto" - -#: ../../Zotlabs/Lib/Apps.php:219 ../../include/features.php:337 -msgid "Suggest Channels" -msgstr "Sugerir canales" - -#: ../../Zotlabs/Lib/Apps.php:220 ../../boot.php:1629 -#: ../../include/nav.php:117 +#: ../../Zotlabs/Lib/Apps.php:233 ../../boot.php:1601 +#: ../../include/nav.php:113 msgid "Login" msgstr "Iniciar sesión" -#: ../../Zotlabs/Lib/Apps.php:222 -msgid "Activity" -msgstr "Actividad" - -#: ../../Zotlabs/Lib/Apps.php:226 ../../include/conversation.php:1857 -#: ../../include/features.php:99 ../../include/nav.php:465 -msgid "Wiki" -msgstr "Wiki" - -#: ../../Zotlabs/Lib/Apps.php:227 ../../include/nav.php:180 -msgid "Channel Home" -msgstr "Mi canal" - -#: ../../Zotlabs/Lib/Apps.php:230 ../../include/conversation.php:1802 -#: ../../include/conversation.php:1805 ../../include/nav.php:200 -#: ../../include/nav.php:411 ../../include/nav.php:414 -msgid "Events" -msgstr "Eventos" - -#: ../../Zotlabs/Lib/Apps.php:231 -msgid "Directory" -msgstr "Directorio" - -#: ../../Zotlabs/Lib/Apps.php:233 ../../include/nav.php:192 -msgid "Mail" -msgstr "Correo" - -#: ../../Zotlabs/Lib/Apps.php:236 +#: ../../Zotlabs/Lib/Apps.php:249 msgid "Chat" msgstr "Chat" -#: ../../Zotlabs/Lib/Apps.php:238 +#: ../../Zotlabs/Lib/Apps.php:251 msgid "Probe" msgstr "Probar" -#: ../../Zotlabs/Lib/Apps.php:239 +#: ../../Zotlabs/Lib/Apps.php:252 msgid "Suggest" msgstr "Sugerir" -#: ../../Zotlabs/Lib/Apps.php:240 +#: ../../Zotlabs/Lib/Apps.php:253 msgid "Random Channel" msgstr "Canal aleatorio" -#: ../../Zotlabs/Lib/Apps.php:241 -msgid "Invite" -msgstr "Invitar" - -#: ../../Zotlabs/Lib/Apps.php:242 ../../Zotlabs/Widget/Admin.php:26 +#: ../../Zotlabs/Lib/Apps.php:255 ../../Zotlabs/Widget/Admin.php:26 msgid "Features" msgstr "Funcionalidades" -#: ../../Zotlabs/Lib/Apps.php:243 ../../addon/openid/MysqlProvider.php:69 -msgid "Language" -msgstr "Idioma" - -#: ../../Zotlabs/Lib/Apps.php:244 -msgid "Post" -msgstr "Publicación" - -#: ../../Zotlabs/Lib/Apps.php:245 ../../addon/openid/MysqlProvider.php:58 +#: ../../Zotlabs/Lib/Apps.php:258 ../../addon/openid/MysqlProvider.php:58 #: ../../addon/openid/MysqlProvider.php:59 #: ../../addon/openid/MysqlProvider.php:60 msgid "Profile Photo" msgstr "Foto del perfil" -#: ../../Zotlabs/Lib/Apps.php:365 +#: ../../Zotlabs/Lib/Apps.php:391 msgid "Purchase" msgstr "Comprar" -#: ../../Zotlabs/Lib/Apps.php:369 +#: ../../Zotlabs/Lib/Apps.php:395 msgid "Undelete" msgstr "Recuperar" -#: ../../Zotlabs/Lib/Apps.php:374 +#: ../../Zotlabs/Lib/Apps.php:401 msgid "Add to app-tray" msgstr "Añadir a la bandeja de aplicaciones" -#: ../../Zotlabs/Lib/Apps.php:375 +#: ../../Zotlabs/Lib/Apps.php:402 msgid "Remove from app-tray" msgstr "Quitar de la bandeja de aplicaciones" @@ -7258,8 +7392,8 @@ msgid "Message" msgstr "Mensaje" #: ../../Zotlabs/Lib/NativeWikiPage.php:578 -#: ../../addon/gitwiki/gitwiki_backend.php:579 ../../include/bbcode.php:610 -#: ../../include/bbcode.php:756 +#: ../../addon/gitwiki/gitwiki_backend.php:579 ../../include/bbcode.php:667 +#: ../../include/bbcode.php:813 msgid "Different viewers will see this text differently" msgstr "Visitantes diferentes verán este texto de forma distinta" @@ -7346,21 +7480,20 @@ msgstr "Sala no encontrada." msgid "Room is full" msgstr "La sala está llena." -#: ../../Zotlabs/Lib/Enotify.php:60 ../../include/network.php:1977 +#: ../../Zotlabs/Lib/Enotify.php:60 msgid "$Projectname Notification" msgstr "Notificación de $Projectname" -#: ../../Zotlabs/Lib/Enotify.php:61 ../../addon/diaspora/util.php:218 -#: ../../addon/diaspora/util.php:231 ../../addon/diaspora/p.php:46 -#: ../../include/network.php:1978 +#: ../../Zotlabs/Lib/Enotify.php:61 ../../addon/diaspora/util.php:283 +#: ../../addon/diaspora/util.php:296 ../../addon/diaspora/p.php:46 msgid "$projectname" msgstr "$projectname" -#: ../../Zotlabs/Lib/Enotify.php:63 ../../include/network.php:1980 +#: ../../Zotlabs/Lib/Enotify.php:63 msgid "Thank You," msgstr "Gracias," -#: ../../Zotlabs/Lib/Enotify.php:65 ../../include/network.php:1982 +#: ../../Zotlabs/Lib/Enotify.php:65 #, php-format msgid "%s Administrator" msgstr "%s Administrador" @@ -7394,176 +7527,186 @@ msgstr "un mensaje privado" msgid "Please visit %s to view and/or reply to your private messages." msgstr "Por favor visite %s para ver y/o responder a su mensaje privado." -#: ../../Zotlabs/Lib/Enotify.php:183 +#: ../../Zotlabs/Lib/Enotify.php:184 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" msgstr "%1$s, %2$s ha comentado [zrl=%3$s]%4$s[/zrl]" -#: ../../Zotlabs/Lib/Enotify.php:191 +#: ../../Zotlabs/Lib/Enotify.php:192 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" msgstr "%1$s, %2$s ha comentado [zrl=%3$s]%5$s de %4$s[/zrl] " -#: ../../Zotlabs/Lib/Enotify.php:200 +#: ../../Zotlabs/Lib/Enotify.php:201 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" msgstr "%1$s, %2$s ha comentado [zrl=%3$s]%4$s creado por usted[/zrl]" -#: ../../Zotlabs/Lib/Enotify.php:211 +#: ../../Zotlabs/Lib/Enotify.php:213 +#, 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:215 #, 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:212 +#: ../../Zotlabs/Lib/Enotify.php:216 #, php-format msgid "%1$s, %2$s commented on an item/conversation you have been following." msgstr "%1$s, %2$s ha comentado un elemento/conversación que ha estado siguiendo." -#: ../../Zotlabs/Lib/Enotify.php:215 ../../Zotlabs/Lib/Enotify.php:292 -#: ../../Zotlabs/Lib/Enotify.php:309 ../../Zotlabs/Lib/Enotify.php:335 -#: ../../Zotlabs/Lib/Enotify.php:353 ../../Zotlabs/Lib/Enotify.php:367 +#: ../../Zotlabs/Lib/Enotify.php:219 ../../Zotlabs/Lib/Enotify.php:301 +#: ../../Zotlabs/Lib/Enotify.php:318 ../../Zotlabs/Lib/Enotify.php:344 +#: ../../Zotlabs/Lib/Enotify.php:362 ../../Zotlabs/Lib/Enotify.php:376 #, 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:273 +#: ../../Zotlabs/Lib/Enotify.php:223 ../../Zotlabs/Lib/Enotify.php:224 +#, php-format +msgid "Please visit %s to approve or reject this comment." +msgstr "Por favor, visite %spara aprobar o rechazar este comentario." + +#: ../../Zotlabs/Lib/Enotify.php:282 #, php-format msgid "%1$s, %2$s liked [zrl=%3$s]your %4$s[/zrl]" msgstr "%1$s, %2$s ha mostrado su agrado por [zrl=%3$s]%4$s creado por usted[/zrl]" -#: ../../Zotlabs/Lib/Enotify.php:288 +#: ../../Zotlabs/Lib/Enotify.php:297 #, 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:289 +#: ../../Zotlabs/Lib/Enotify.php:298 #, php-format msgid "%1$s, %2$s liked an item/conversation you created." msgstr "%1$s, %2$s ha mostrado su agrado por un elemento o conversación que ha creado usted." -#: ../../Zotlabs/Lib/Enotify.php:300 +#: ../../Zotlabs/Lib/Enotify.php:309 #, 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:302 +#: ../../Zotlabs/Lib/Enotify.php:311 #, php-format msgid "%1$s, %2$s posted to your profile wall at %3$s" msgstr "%1$s, %2$s ha publicado en su página del perfil en %3$s" -#: ../../Zotlabs/Lib/Enotify.php:304 +#: ../../Zotlabs/Lib/Enotify.php:313 #, php-format msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" msgstr "%1$s, %2$s ha publicado en [zrl=%3$s]su página del perfil[/zrl]" -#: ../../Zotlabs/Lib/Enotify.php:328 +#: ../../Zotlabs/Lib/Enotify.php:337 #, php-format msgid "[$Projectname:Notify] %s tagged you" msgstr "[$Projectname:Aviso] %s le ha etiquetado" -#: ../../Zotlabs/Lib/Enotify.php:329 +#: ../../Zotlabs/Lib/Enotify.php:338 #, php-format msgid "%1$s, %2$s tagged you at %3$s" msgstr "%1$s, %2$s le ha etiquetado en %3$s" -#: ../../Zotlabs/Lib/Enotify.php:330 +#: ../../Zotlabs/Lib/Enotify.php:339 #, php-format msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." msgstr "%1$s, %2$s [zrl=%3$s]le etiquetó[/zrl]." -#: ../../Zotlabs/Lib/Enotify.php:342 +#: ../../Zotlabs/Lib/Enotify.php:351 #, php-format msgid "[$Projectname:Notify] %1$s poked you" msgstr "[$Projectname:Aviso] %1$s le ha dado un toque" -#: ../../Zotlabs/Lib/Enotify.php:343 +#: ../../Zotlabs/Lib/Enotify.php:352 #, php-format msgid "%1$s, %2$s poked you at %3$s" msgstr "%1$s, %2$s le ha dado un toque en %3$s" -#: ../../Zotlabs/Lib/Enotify.php:344 +#: ../../Zotlabs/Lib/Enotify.php:353 #, php-format msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." msgstr "%1$s, %2$s [zrl=%2$s]le ha dado un toque[/zrl]." -#: ../../Zotlabs/Lib/Enotify.php:360 +#: ../../Zotlabs/Lib/Enotify.php:369 #, php-format msgid "[$Projectname:Notify] %s tagged your post" msgstr "[$Projectname:Aviso] %s ha etiquetado su entrada" -#: ../../Zotlabs/Lib/Enotify.php:361 +#: ../../Zotlabs/Lib/Enotify.php:370 #, php-format msgid "%1$s, %2$s tagged your post at %3$s" msgstr "%1$s, %2$s ha etiquetado su publicación en %3$s" -#: ../../Zotlabs/Lib/Enotify.php:362 +#: ../../Zotlabs/Lib/Enotify.php:371 #, php-format msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" msgstr "%1$s, %2$s ha etiquetado [zrl=%3$s]su publicación[/zrl]" -#: ../../Zotlabs/Lib/Enotify.php:374 +#: ../../Zotlabs/Lib/Enotify.php:383 msgid "[$Projectname:Notify] Introduction received" msgstr "[$Projectname:Aviso] Ha recibido una solicitud de conexión" -#: ../../Zotlabs/Lib/Enotify.php:375 +#: ../../Zotlabs/Lib/Enotify.php:384 #, php-format msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" msgstr "%1$s, ha recibido una nueva solicitud de conexión de '%2$s' en %3$s" -#: ../../Zotlabs/Lib/Enotify.php:376 +#: ../../Zotlabs/Lib/Enotify.php:385 #, php-format msgid "" "%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." msgstr "%1$s, ha recibido [zrl=%2$s]una nueva solicitud de conexión[/zrl] de %3$s." -#: ../../Zotlabs/Lib/Enotify.php:380 ../../Zotlabs/Lib/Enotify.php:399 +#: ../../Zotlabs/Lib/Enotify.php:389 ../../Zotlabs/Lib/Enotify.php:408 #, php-format msgid "You may visit their profile at %s" msgstr "Puede visitar su perfil en %s" -#: ../../Zotlabs/Lib/Enotify.php:382 +#: ../../Zotlabs/Lib/Enotify.php:391 #, 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:389 +#: ../../Zotlabs/Lib/Enotify.php:398 msgid "[$Projectname:Notify] Friend suggestion received" msgstr "[$Projectname:Aviso] Ha recibido una sugerencia de conexión" -#: ../../Zotlabs/Lib/Enotify.php:390 +#: ../../Zotlabs/Lib/Enotify.php:399 #, php-format msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" msgstr "%1$s, ha recibido una sugerencia de conexión de '%2$s' en %3$s" -#: ../../Zotlabs/Lib/Enotify.php:391 +#: ../../Zotlabs/Lib/Enotify.php:400 #, php-format msgid "" "%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " "%4$s." msgstr "%1$s, ha recibido [zrl=%2$s]una sugerencia de conexión[/zrl] para %3$s de %4$s." -#: ../../Zotlabs/Lib/Enotify.php:397 +#: ../../Zotlabs/Lib/Enotify.php:406 msgid "Name:" msgstr "Nombre:" -#: ../../Zotlabs/Lib/Enotify.php:398 +#: ../../Zotlabs/Lib/Enotify.php:407 msgid "Photo:" msgstr "Foto:" -#: ../../Zotlabs/Lib/Enotify.php:401 +#: ../../Zotlabs/Lib/Enotify.php:410 #, 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:620 +#: ../../Zotlabs/Lib/Enotify.php:629 msgid "[$Projectname:Notify]" msgstr "[$Projectname:Aviso]" -#: ../../Zotlabs/Lib/Enotify.php:780 +#: ../../Zotlabs/Lib/Enotify.php:789 msgid "created a new post" msgstr "ha creado una nueva entrada" -#: ../../Zotlabs/Lib/Enotify.php:781 +#: ../../Zotlabs/Lib/Enotify.php:790 #, php-format msgid "commented on %s's post" msgstr "ha comentado la entrada de %s" @@ -7572,21 +7715,21 @@ msgstr "ha comentado la entrada de %s" msgid "Wiki files deleted successfully" msgstr "Se han borrado con éxito los ficheros del wiki" -#: ../../Zotlabs/Lib/DB_Upgrade.php:93 +#: ../../Zotlabs/Lib/DB_Upgrade.php:95 #, php-format msgid "Update Error at %s" msgstr "Error de actualización en %s" -#: ../../Zotlabs/Lib/DB_Upgrade.php:99 +#: ../../Zotlabs/Lib/DB_Upgrade.php:101 #, php-format msgid "Update %s failed. See error logs." msgstr "La actualización %s ha fallado. Mire el informe de errores." -#: ../../Zotlabs/Lib/ThreadItem.php:96 ../../include/conversation.php:661 +#: ../../Zotlabs/Lib/ThreadItem.php:96 ../../include/conversation.php:656 msgid "Private Message" msgstr "Mensaje Privado" -#: ../../Zotlabs/Lib/ThreadItem.php:133 ../../include/conversation.php:653 +#: ../../Zotlabs/Lib/ThreadItem.php:133 ../../include/conversation.php:648 msgid "Select" msgstr "Seleccionar" @@ -7630,11 +7773,11 @@ msgstr "Activar o desactivar el estado de entrada preferida" msgid "starred" msgstr "preferidas" -#: ../../Zotlabs/Lib/ThreadItem.php:240 ../../include/conversation.php:668 +#: ../../Zotlabs/Lib/ThreadItem.php:240 ../../include/conversation.php:663 msgid "Message signature validated" msgstr "Firma de mensaje validada" -#: ../../Zotlabs/Lib/ThreadItem.php:241 ../../include/conversation.php:669 +#: ../../Zotlabs/Lib/ThreadItem.php:241 ../../include/conversation.php:664 msgid "Message signature incorrect" msgstr "Firma de mensaje incorrecta" @@ -7642,135 +7785,143 @@ msgstr "Firma de mensaje incorrecta" msgid "Add Tag" msgstr "Añadir etiqueta" -#: ../../Zotlabs/Lib/ThreadItem.php:269 ../../include/taxonomy.php:316 +#: ../../Zotlabs/Lib/ThreadItem.php:267 ../../include/taxonomy.php:355 msgid "like" msgstr "me gusta" -#: ../../Zotlabs/Lib/ThreadItem.php:270 ../../include/taxonomy.php:317 +#: ../../Zotlabs/Lib/ThreadItem.php:268 ../../include/taxonomy.php:356 msgid "dislike" msgstr "no me gusta" -#: ../../Zotlabs/Lib/ThreadItem.php:274 +#: ../../Zotlabs/Lib/ThreadItem.php:272 msgid "Share This" msgstr "Compartir esto" -#: ../../Zotlabs/Lib/ThreadItem.php:274 +#: ../../Zotlabs/Lib/ThreadItem.php:272 msgid "share" msgstr "compartir" -#: ../../Zotlabs/Lib/ThreadItem.php:283 +#: ../../Zotlabs/Lib/ThreadItem.php:281 msgid "Delivery Report" msgstr "Informe de transmisión" -#: ../../Zotlabs/Lib/ThreadItem.php:301 +#: ../../Zotlabs/Lib/ThreadItem.php:299 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d comentario" msgstr[1] "%d comentarios" -#: ../../Zotlabs/Lib/ThreadItem.php:330 ../../Zotlabs/Lib/ThreadItem.php:331 +#: ../../Zotlabs/Lib/ThreadItem.php:328 ../../Zotlabs/Lib/ThreadItem.php:329 #, php-format msgid "View %s's profile - %s" msgstr "Ver el perfil de %s - %s" -#: ../../Zotlabs/Lib/ThreadItem.php:334 +#: ../../Zotlabs/Lib/ThreadItem.php:332 msgid "to" msgstr "a" -#: ../../Zotlabs/Lib/ThreadItem.php:335 +#: ../../Zotlabs/Lib/ThreadItem.php:333 msgid "via" msgstr "mediante" -#: ../../Zotlabs/Lib/ThreadItem.php:336 +#: ../../Zotlabs/Lib/ThreadItem.php:334 msgid "Wall-to-Wall" msgstr "De página del perfil a página del perfil (de \"muro\" a \"muro\")" -#: ../../Zotlabs/Lib/ThreadItem.php:337 +#: ../../Zotlabs/Lib/ThreadItem.php:335 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:350 ../../include/conversation.php:718 +#: ../../Zotlabs/Lib/ThreadItem.php:348 ../../include/conversation.php:715 #, php-format msgid "from %s" msgstr "desde %s" -#: ../../Zotlabs/Lib/ThreadItem.php:353 ../../include/conversation.php:721 +#: ../../Zotlabs/Lib/ThreadItem.php:351 ../../include/conversation.php:718 #, php-format msgid "last edited: %s" msgstr "último cambio: %s" -#: ../../Zotlabs/Lib/ThreadItem.php:354 ../../include/conversation.php:722 +#: ../../Zotlabs/Lib/ThreadItem.php:352 ../../include/conversation.php:719 #, php-format msgid "Expires: %s" msgstr "Caduca: %s" -#: ../../Zotlabs/Lib/ThreadItem.php:360 +#: ../../Zotlabs/Lib/ThreadItem.php:358 msgid "Attend" msgstr "Participar o asistir" -#: ../../Zotlabs/Lib/ThreadItem.php:361 +#: ../../Zotlabs/Lib/ThreadItem.php:359 msgid "Attendance Options" msgstr "Opciones de participación o asistencia" -#: ../../Zotlabs/Lib/ThreadItem.php:362 +#: ../../Zotlabs/Lib/ThreadItem.php:360 msgid "Vote" msgstr "Votar" -#: ../../Zotlabs/Lib/ThreadItem.php:363 +#: ../../Zotlabs/Lib/ThreadItem.php:361 msgid "Voting Options" msgstr "Opciones de votación" -#: ../../Zotlabs/Lib/ThreadItem.php:384 +#: ../../Zotlabs/Lib/ThreadItem.php:382 #: ../../addon/bookmarker/bookmarker.php:38 msgid "Save Bookmarks" msgstr "Guardar en Marcadores" -#: ../../Zotlabs/Lib/ThreadItem.php:385 +#: ../../Zotlabs/Lib/ThreadItem.php:383 msgid "Add to Calendar" msgstr "Añadir al calendario" -#: ../../Zotlabs/Lib/ThreadItem.php:394 -msgid "Mark all seen" -msgstr "Marcar todo como visto" - -#: ../../Zotlabs/Lib/ThreadItem.php:443 ../../include/js_strings.php:7 +#: ../../Zotlabs/Lib/ThreadItem.php:441 ../../include/js_strings.php:7 #, php-format msgid "%s show all" msgstr "%s mostrar todo" -#: ../../Zotlabs/Lib/ThreadItem.php:733 ../../include/conversation.php:1318 +#: ../../Zotlabs/Lib/ThreadItem.php:731 ../../include/conversation.php:1315 msgid "Bold" msgstr "Negrita" -#: ../../Zotlabs/Lib/ThreadItem.php:734 ../../include/conversation.php:1319 +#: ../../Zotlabs/Lib/ThreadItem.php:732 ../../include/conversation.php:1316 msgid "Italic" msgstr "Itálico " -#: ../../Zotlabs/Lib/ThreadItem.php:735 ../../include/conversation.php:1320 +#: ../../Zotlabs/Lib/ThreadItem.php:733 ../../include/conversation.php:1317 msgid "Underline" msgstr "Subrayar" -#: ../../Zotlabs/Lib/ThreadItem.php:736 ../../include/conversation.php:1321 +#: ../../Zotlabs/Lib/ThreadItem.php:734 ../../include/conversation.php:1318 msgid "Quote" msgstr "Citar" -#: ../../Zotlabs/Lib/ThreadItem.php:737 ../../include/conversation.php:1322 +#: ../../Zotlabs/Lib/ThreadItem.php:735 ../../include/conversation.php:1319 msgid "Code" msgstr "Código" -#: ../../Zotlabs/Lib/ThreadItem.php:738 +#: ../../Zotlabs/Lib/ThreadItem.php:736 msgid "Image" msgstr "Imagen" -#: ../../Zotlabs/Lib/ThreadItem.php:739 +#: ../../Zotlabs/Lib/ThreadItem.php:737 msgid "Insert Link" msgstr "Insertar enlace" -#: ../../Zotlabs/Lib/ThreadItem.php:740 +#: ../../Zotlabs/Lib/ThreadItem.php:738 msgid "Video" msgstr "Vídeo" +#: ../../Zotlabs/Lib/ThreadItem.php:747 +msgid "Your full name (required)" +msgstr "Su nombre completo (requerido)" + +#: ../../Zotlabs/Lib/ThreadItem.php:748 +msgid "Your email address (required)" +msgstr "Su dirección de correo electrónico (requerido)" + +#: ../../Zotlabs/Lib/ThreadItem.php:749 +msgid "Your website URL (optional)" +msgstr "La URL de su sitio web (opcional)" + #: ../../Zotlabs/Zot/Auth.php:138 msgid "" "Remote authentication blocked. You are logged into this site locally. Please" @@ -7783,72 +7934,72 @@ msgstr "La autenticación desde su servidor está bloqueada. Ha iniciado sesión msgid "Welcome %s. Remote authentication successful." msgstr "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente." -#: ../../Zotlabs/Storage/Browser.php:106 ../../Zotlabs/Storage/Browser.php:237 +#: ../../Zotlabs/Storage/Browser.php:107 ../../Zotlabs/Storage/Browser.php:238 msgid "parent" msgstr "padre" -#: ../../Zotlabs/Storage/Browser.php:130 ../../include/text.php:2679 +#: ../../Zotlabs/Storage/Browser.php:131 ../../include/text.php:2692 msgid "Collection" msgstr "Colección" -#: ../../Zotlabs/Storage/Browser.php:133 +#: ../../Zotlabs/Storage/Browser.php:134 msgid "Principal" msgstr "Principal" -#: ../../Zotlabs/Storage/Browser.php:136 +#: ../../Zotlabs/Storage/Browser.php:137 msgid "Addressbook" msgstr "Libreta de direcciones" -#: ../../Zotlabs/Storage/Browser.php:139 +#: ../../Zotlabs/Storage/Browser.php:140 msgid "Calendar" msgstr "Calendario" -#: ../../Zotlabs/Storage/Browser.php:142 +#: ../../Zotlabs/Storage/Browser.php:143 msgid "Schedule Inbox" msgstr "Programar bandeja de entrada" -#: ../../Zotlabs/Storage/Browser.php:145 +#: ../../Zotlabs/Storage/Browser.php:146 msgid "Schedule Outbox" msgstr "Programar bandeja de salida" -#: ../../Zotlabs/Storage/Browser.php:225 +#: ../../Zotlabs/Storage/Browser.php:226 msgid "Total" msgstr "Total" -#: ../../Zotlabs/Storage/Browser.php:227 +#: ../../Zotlabs/Storage/Browser.php:228 msgid "Shared" msgstr "Compartido" -#: ../../Zotlabs/Storage/Browser.php:301 +#: ../../Zotlabs/Storage/Browser.php:304 #, php-format msgid "You are using %1$s of your available file storage." msgstr "Está usando %1$s de su espacio disponible para ficheros." -#: ../../Zotlabs/Storage/Browser.php:306 +#: ../../Zotlabs/Storage/Browser.php:309 #, php-format msgid "You are using %1$s of %2$s available file storage. (%3$s%)" msgstr "Está usando %1$s de %2$s que tiene a su disposición para ficheros. (%3$s%)" -#: ../../Zotlabs/Storage/Browser.php:317 +#: ../../Zotlabs/Storage/Browser.php:320 msgid "WARNING:" msgstr "ATENCIÓN: " -#: ../../Zotlabs/Storage/Browser.php:327 +#: ../../Zotlabs/Storage/Browser.php:330 msgid "" "Please use DAV to upload large (video, audio) files.<br>See <a class=\"zrl\"" " href=\"help/member/member_guide#Cloud_Desktop_Clients\">Cloud Desktop " "Clients</a>" msgstr "Por favor, use DAV para subir ficheros de gran tamaño (vídeo, audio).<br>Mire en <a class=\"zrl\" href=\"help/member/member_guide#Cloud_Desktop_Clients\">Cloud Desktop Clients</a>" -#: ../../Zotlabs/Storage/Browser.php:331 +#: ../../Zotlabs/Storage/Browser.php:334 msgid "Create new folder" msgstr "Crear nueva carpeta" -#: ../../Zotlabs/Storage/Browser.php:333 +#: ../../Zotlabs/Storage/Browser.php:336 msgid "Upload file" msgstr "Subir fichero" -#: ../../Zotlabs/Storage/Browser.php:347 +#: ../../Zotlabs/Storage/Browser.php:350 msgid "Drop files here to immediately upload" msgstr "Arrastre los ficheros aquí para subirlos de forma inmediata" @@ -7856,9 +8007,85 @@ msgstr "Arrastre los ficheros aquí para subirlos de forma inmediata" msgid "Forums" msgstr "Foros" +#: ../../Zotlabs/Widget/Cdav.php:37 +msgid "Select Channel" +msgstr "Seleccionar un canal" + +#: ../../Zotlabs/Widget/Cdav.php:42 +msgid "Read-write" +msgstr "Lectura y escritura" + +#: ../../Zotlabs/Widget/Cdav.php:43 +msgid "Read-only" +msgstr "Sólo lectura" + +#: ../../Zotlabs/Widget/Cdav.php:116 +msgid "My Calendars" +msgstr "Mis calendarios" + +#: ../../Zotlabs/Widget/Cdav.php:118 +msgid "Shared Calendars" +msgstr "Calendarios compartidos" + +#: ../../Zotlabs/Widget/Cdav.php:122 +msgid "Share this calendar" +msgstr "Compartir este calendario" + +#: ../../Zotlabs/Widget/Cdav.php:124 +msgid "Calendar name and color" +msgstr "Nombre y color del calendario" + +#: ../../Zotlabs/Widget/Cdav.php:126 +msgid "Create new calendar" +msgstr "Crear un nuevo calendario" + +#: ../../Zotlabs/Widget/Cdav.php:128 +msgid "Calendar Name" +msgstr "Nombre del calendario" + +#: ../../Zotlabs/Widget/Cdav.php:129 +msgid "Calendar Tools" +msgstr "Gestión de calendarios" + +#: ../../Zotlabs/Widget/Cdav.php:130 +msgid "Import calendar" +msgstr "Importar un calendario" + +#: ../../Zotlabs/Widget/Cdav.php:131 +msgid "Select a calendar to import to" +msgstr "Seleccionar un calendario para importarlo" + +#: ../../Zotlabs/Widget/Cdav.php:158 +msgid "Addressbooks" +msgstr "Agenda de direcciones" + +#: ../../Zotlabs/Widget/Cdav.php:160 +msgid "Addressbook name" +msgstr "Nombre de la agenda" + +#: ../../Zotlabs/Widget/Cdav.php:162 +msgid "Create new addressbook" +msgstr "Crear una nueva agenda de direcciones" + +#: ../../Zotlabs/Widget/Cdav.php:163 +msgid "Addressbook Name" +msgstr "Nombre de la agenda" + +#: ../../Zotlabs/Widget/Cdav.php:165 +msgid "Addressbook Tools" +msgstr "Gestión de agendas de direcciones" + +#: ../../Zotlabs/Widget/Cdav.php:166 +msgid "Import addressbook" +msgstr "Importar una agenda de direcciones" + +#: ../../Zotlabs/Widget/Cdav.php:167 +msgid "Select an addressbook to import to" +msgstr "Seleccionar una agenda para importarla" + #: ../../Zotlabs/Widget/Appcategories.php:39 #: ../../Zotlabs/Widget/Tagcloud.php:25 ../../include/contact_widgets.php:91 -#: ../../include/taxonomy.php:188 ../../include/taxonomy.php:270 +#: ../../include/taxonomy.php:227 ../../include/taxonomy.php:309 msgid "Categories" msgstr "Temas" @@ -7891,21 +8118,21 @@ msgstr "Menú de correo privado" msgid "Combined View" msgstr "Vista combinada" -#: ../../Zotlabs/Widget/Mailmenu.php:20 ../../include/nav.php:195 +#: ../../Zotlabs/Widget/Mailmenu.php:20 ../../include/nav.php:190 msgid "Inbox" msgstr "Bandeja de entrada" -#: ../../Zotlabs/Widget/Mailmenu.php:25 ../../include/nav.php:196 +#: ../../Zotlabs/Widget/Mailmenu.php:25 ../../include/nav.php:191 msgid "Outbox" msgstr "Bandeja de salida" -#: ../../Zotlabs/Widget/Mailmenu.php:30 ../../include/nav.php:197 +#: ../../Zotlabs/Widget/Mailmenu.php:30 ../../include/nav.php:192 msgid "New Message" msgstr "Nuevo mensaje" #: ../../Zotlabs/Widget/Chatroom_list.php:16 -#: ../../include/conversation.php:1816 ../../include/conversation.php:1819 -#: ../../include/nav.php:425 ../../include/nav.php:428 +#: ../../include/conversation.php:1813 ../../include/conversation.php:1816 +#: ../../include/nav.php:411 ../../include/nav.php:414 msgid "Chatrooms" msgstr "Salas de chat" @@ -7956,23 +8183,22 @@ msgid "Archives" msgstr "Hemeroteca" #: ../../Zotlabs/Widget/Conversations.php:17 -#: ../../Zotlabs/Widget/Conversations.php:29 -msgid "Conversations" -msgstr "Conversaciones" - -#: ../../Zotlabs/Widget/Conversations.php:21 msgid "Received Messages" msgstr "Mensajes recibidos" -#: ../../Zotlabs/Widget/Conversations.php:25 +#: ../../Zotlabs/Widget/Conversations.php:21 msgid "Sent Messages" msgstr "Enviar mensajes" -#: ../../Zotlabs/Widget/Conversations.php:39 +#: ../../Zotlabs/Widget/Conversations.php:25 +msgid "Conversations" +msgstr "Conversaciones" + +#: ../../Zotlabs/Widget/Conversations.php:35 msgid "No messages." msgstr "Sin mensajes." -#: ../../Zotlabs/Widget/Conversations.php:57 +#: ../../Zotlabs/Widget/Conversations.php:55 msgid "Delete conversation" msgstr "Eliminar conversación" @@ -7988,11 +8214,11 @@ msgstr "foto/imagen" msgid "Remove term" msgstr "Eliminar término" -#: ../../Zotlabs/Widget/Savedsearch.php:83 ../../include/features.php:301 +#: ../../Zotlabs/Widget/Savedsearch.php:83 ../../include/features.php:297 msgid "Saved Searches" msgstr "Búsquedas guardadas" -#: ../../Zotlabs/Widget/Savedsearch.php:84 ../../include/group.php:336 +#: ../../Zotlabs/Widget/Savedsearch.php:84 ../../include/group.php:337 msgid "add" msgstr "añadir" @@ -8000,15 +8226,15 @@ msgstr "añadir" msgid "Notes" msgstr "Notas" -#: ../../Zotlabs/Widget/Wiki_pages.php:54 ../../addon/gitwiki/gitwiki.php:76 +#: ../../Zotlabs/Widget/Wiki_pages.php:52 ../../addon/gitwiki/gitwiki.php:76 msgid "Wiki Pages" msgstr "Páginas del wiki" -#: ../../Zotlabs/Widget/Wiki_pages.php:60 ../../addon/gitwiki/gitwiki.php:81 +#: ../../Zotlabs/Widget/Wiki_pages.php:58 ../../addon/gitwiki/gitwiki.php:81 msgid "Add new page" msgstr "Añadir una nueva página" -#: ../../Zotlabs/Widget/Wiki_pages.php:61 ../../addon/gitwiki/gitwiki.php:82 +#: ../../Zotlabs/Widget/Wiki_pages.php:59 ../../addon/gitwiki/gitwiki.php:82 msgid "Page name" msgstr "Nombre de la página" @@ -8029,7 +8255,7 @@ msgid "See more..." msgstr "Ver más..." #: ../../Zotlabs/Widget/Filer.php:28 ../../include/contact_widgets.php:53 -#: ../../include/features.php:390 +#: ../../include/features.php:386 msgid "Saved Folders" msgstr "Carpetas guardadas" @@ -8085,15 +8311,15 @@ msgstr "Gestión de ubicaciones (clones) del canal" msgid "Export channel" msgstr "Exportar canal" -#: ../../Zotlabs/Widget/Settings_menu.php:83 +#: ../../Zotlabs/Widget/Settings_menu.php:84 msgid "Connected apps" msgstr "Aplicaciones (apps) conectadas" -#: ../../Zotlabs/Widget/Settings_menu.php:98 ../../include/features.php:153 +#: ../../Zotlabs/Widget/Settings_menu.php:100 ../../include/features.php:149 msgid "Permission Groups" msgstr "Grupos de permisos" -#: ../../Zotlabs/Widget/Settings_menu.php:115 +#: ../../Zotlabs/Widget/Settings_menu.php:117 msgid "Premium Channel Settings" msgstr "Configuración del canal premium" @@ -8105,156 +8331,147 @@ msgstr "Salas de chat preferidas" msgid "Source channel not found." msgstr "No se ha encontrado el canal de origen." -#: ../../boot.php:1162 ../../addon/opensearch/opensearch.php:26 -#, php-format -msgctxt "opensearch" -msgid "Search %1$s (%2$s)" -msgstr "Buscar %1$s (%2$s)" - -#: ../../boot.php:1162 ../../addon/opensearch/opensearch.php:28 -msgctxt "opensearch" -msgid "$Projectname" -msgstr "$Projectname" - -#: ../../boot.php:1609 +#: ../../boot.php:1581 msgid "Create an account to access services and applications" msgstr "Crear una cuenta para acceder a los servicios y aplicaciones" -#: ../../boot.php:1628 ../../include/nav.php:103 ../../include/nav.php:127 +#: ../../boot.php:1600 ../../include/nav.php:99 ../../include/nav.php:123 +#: ../../include/nav.php:140 msgid "Logout" msgstr "Finalizar sesión" -#: ../../boot.php:1631 +#: ../../boot.php:1603 msgid "Login/Email" msgstr "Inicio de sesión / Correo electrónico" -#: ../../boot.php:1632 +#: ../../boot.php:1604 msgid "Password" msgstr "Contraseña" -#: ../../boot.php:1633 +#: ../../boot.php:1605 msgid "Remember me" msgstr "Recordarme" -#: ../../boot.php:1636 +#: ../../boot.php:1608 msgid "Forgot your password?" msgstr "¿Olvidó su contraseña?" -#: ../../boot.php:2174 +#: ../../boot.php:2146 msgid "toggle mobile" msgstr "cambiar a modo móvil" -#: ../../boot.php:2327 +#: ../../boot.php:2299 #, php-format msgid "[$Projectname] Website SSL error for %s" msgstr "[$Projectname] Error SSL del sitio web en %s" -#: ../../boot.php:2332 +#: ../../boot.php:2304 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:2450 +#: ../../boot.php:2423 #, php-format msgid "[$Projectname] Cron tasks not running on %s" msgstr "[$Projectname] Las tareas de Cron no están funcionando en %s" -#: ../../boot.php:2455 +#: ../../boot.php:2428 msgid "Cron/Scheduled tasks not running." msgstr "Las tareas del Planificador/Cron no están funcionando." -#: ../../boot.php:2456 ../../include/datetime.php:286 +#: ../../boot.php:2429 ../../include/datetime.php:286 msgid "never" msgstr "nunca" -#: ../../view/theme/redbasic/php/config.php:9 +#: ../../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:88 +#: ../../view/theme/redbasic/php/config.php:99 msgid "Theme settings" msgstr "Ajustes del tema" -#: ../../view/theme/redbasic/php/config.php:89 +#: ../../view/theme/redbasic/php/config.php:100 msgid "Narrow navbar" msgstr "Estrechar la barra de navegación" -#: ../../view/theme/redbasic/php/config.php:90 +#: ../../view/theme/redbasic/php/config.php:101 msgid "Navigation bar background color" msgstr "Color de fondo de la barra de navegación" -#: ../../view/theme/redbasic/php/config.php:91 +#: ../../view/theme/redbasic/php/config.php:102 msgid "Navigation bar icon color " msgstr "Color del icono de la barra de navegación" -#: ../../view/theme/redbasic/php/config.php:92 +#: ../../view/theme/redbasic/php/config.php:103 msgid "Navigation bar active icon color " msgstr "Color del icono activo de la barra de navegación" -#: ../../view/theme/redbasic/php/config.php:93 +#: ../../view/theme/redbasic/php/config.php:104 msgid "Link color" msgstr "Color del enlace" -#: ../../view/theme/redbasic/php/config.php:94 +#: ../../view/theme/redbasic/php/config.php:105 msgid "Set font-color for banner" msgstr "Ajustar el color del tipo de letra para el \"banner\"" -#: ../../view/theme/redbasic/php/config.php:95 +#: ../../view/theme/redbasic/php/config.php:106 msgid "Set the background color" msgstr "Ajustar el color de fondo" -#: ../../view/theme/redbasic/php/config.php:96 +#: ../../view/theme/redbasic/php/config.php:107 msgid "Set the background image" msgstr "Ajustar la imagen de fondo" -#: ../../view/theme/redbasic/php/config.php:97 +#: ../../view/theme/redbasic/php/config.php:108 msgid "Set the background color of items" msgstr "Ajustar el color de los elementos de fondo" -#: ../../view/theme/redbasic/php/config.php:98 +#: ../../view/theme/redbasic/php/config.php:109 msgid "Set the background color of comments" msgstr "Ajustar el color de fondo de los comentarios" -#: ../../view/theme/redbasic/php/config.php:99 +#: ../../view/theme/redbasic/php/config.php:110 msgid "Set font-size for the entire application" msgstr "Ajustar el tamaño de letra para toda la aplicación" -#: ../../view/theme/redbasic/php/config.php:99 +#: ../../view/theme/redbasic/php/config.php:110 msgid "Examples: 1rem, 100%, 16px" msgstr "Ejemplos: 1rem, 100%, 16px" -#: ../../view/theme/redbasic/php/config.php:100 +#: ../../view/theme/redbasic/php/config.php:111 msgid "Set font-color for posts and comments" msgstr "Establecer el color de la letra para publicaciones y comentarios" -#: ../../view/theme/redbasic/php/config.php:101 +#: ../../view/theme/redbasic/php/config.php:112 msgid "Set radius of corners" msgstr "Establecer el radio de curvatura de las esquinas" -#: ../../view/theme/redbasic/php/config.php:101 +#: ../../view/theme/redbasic/php/config.php:112 msgid "Example: 4px" msgstr "Ejemplo: 4px" -#: ../../view/theme/redbasic/php/config.php:102 +#: ../../view/theme/redbasic/php/config.php:113 msgid "Set shadow depth of photos" msgstr "Ajustar la profundidad de sombras de las fotos" -#: ../../view/theme/redbasic/php/config.php:103 +#: ../../view/theme/redbasic/php/config.php:114 msgid "Set maximum width of content region in pixel" msgstr "Ajustar la anchura máxima de la región de contenido, en pixels" -#: ../../view/theme/redbasic/php/config.php:103 +#: ../../view/theme/redbasic/php/config.php:114 msgid "Leave empty for default width" msgstr "Dejar en blanco para la anchura predeterminada" -#: ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:115 msgid "Left align page content" msgstr "Alinear a la izquierda el contenido de la página" -#: ../../view/theme/redbasic/php/config.php:105 +#: ../../view/theme/redbasic/php/config.php:116 msgid "Set size of conversation author photo" msgstr "Ajustar el tamaño de la foto del autor de la conversación" -#: ../../view/theme/redbasic/php/config.php:106 +#: ../../view/theme/redbasic/php/config.php:117 msgid "Set size of followup author photos" msgstr "Ajustar el tamaño de foto de los seguidores del autor" @@ -8396,232 +8613,43 @@ msgstr "Un ajuste" msgid "Skeleton Settings" msgstr "Ajustes de Skeleton" -#: ../../addon/gnusoc/gnusoc.php:119 +#: ../../addon/gnusoc/gnusoc.php:200 msgid "GNU-Social Protocol Settings updated." msgstr "Se han actualizado los ajustes del protocolo de GNU-Social." -#: ../../addon/gnusoc/gnusoc.php:130 +#: ../../addon/gnusoc/gnusoc.php:219 +msgid "" +"The GNU-Social protocol does not support location independence. Connections " +"you make within that network may be unreachable from alternate channel " +"locations." +msgstr "El protocolo de GNU-Social no admite la independencia de la ubicación. Las\n conexiones que realice dentro de esa red pueden ser inaccesibles desde \nubicaciones de canales alternativos." + +#: ../../addon/gnusoc/gnusoc.php:222 msgid "Enable the GNU-Social protocol for this channel" msgstr "Activar el protocolo de GNU-Social para este canal" -#: ../../addon/gnusoc/gnusoc.php:134 +#: ../../addon/gnusoc/gnusoc.php:226 msgid "GNU-Social Protocol Settings" msgstr "Ajustes del protocolo de GNU-Social" -#: ../../addon/gnusoc/gnusoc.php:324 +#: ../../addon/gnusoc/gnusoc.php:417 msgid "Follow" msgstr "Seguir" -#: ../../addon/gnusoc/gnusoc.php:327 +#: ../../addon/gnusoc/gnusoc.php:420 #, php-format msgid "%1$s is now following %2$s" msgstr "%1$s está siguiendo ahora a %2$s" -#: ../../addon/cdav/Mod_Cdav.php:744 -msgid "INVALID EVENT DISMISSED!" -msgstr "¡EVENTO NO VÁLIDO RECHAZADO!" - -#: ../../addon/cdav/Mod_Cdav.php:745 -msgid "Summary: " -msgstr "Resumen: " - -#: ../../addon/cdav/Mod_Cdav.php:746 -msgid "Date: " -msgstr "Fecha: " - -#: ../../addon/cdav/Mod_Cdav.php:747 ../../addon/cdav/Mod_Cdav.php:754 -msgid "Reason: " -msgstr "Razón: " - -#: ../../addon/cdav/Mod_Cdav.php:752 -msgid "INVALID CARD DISMISSED!" -msgstr "¡TARJETA NO VÁLIDA RECHAZADA!" - -#: ../../addon/cdav/Mod_Cdav.php:753 -msgid "Name: " -msgstr "Nombre: " - -#: ../../addon/cdav/Mod_Cdav.php:770 -msgid "" -"You have to enable this plugin in Feature/Addon Settings > CalDAV/CardDAV " -"Settings before you can use it." -msgstr "Debe habilitar este complemento en Ajustes/Complementos>Configuración de CalDAV/CardDAV antes de poder utilizarlo." - -#: ../../addon/cdav/Mod_Cdav.php:836 ../../addon/cdav/Mod_Cdav.php:837 -msgid "Example: YYYY-MM-DD HH:mm" -msgstr "Ejemplo: YYYY-MM-DD HH:mm" - -#: ../../addon/cdav/Mod_Cdav.php:837 -msgid "End date and time" -msgstr "Fecha y hora de finalización" - -#: ../../addon/cdav/Mod_Cdav.php:852 -msgid "List month" -msgstr "Lista mensual" - -#: ../../addon/cdav/Mod_Cdav.php:853 -msgid "List week" -msgstr "Lista semanal" - -#: ../../addon/cdav/Mod_Cdav.php:854 -msgid "List day" -msgstr "Lista diaria" - -#: ../../addon/cdav/Mod_Cdav.php:861 -msgid "More" -msgstr "Más" - -#: ../../addon/cdav/Mod_Cdav.php:862 -msgid "Less" -msgstr "Menos" - -#: ../../addon/cdav/Mod_Cdav.php:863 -msgid "Select calendar" -msgstr "Seleccionar un calendario" - -#: ../../addon/cdav/Mod_Cdav.php:865 -msgid "Delete all" -msgstr "Eliminar todos" - -#: ../../addon/cdav/Mod_Cdav.php:867 -msgid "Sorry! Editing of recurrent events is not yet implemented." -msgstr "¡Disculpas! La edición de eventos recurrentes aún no se ha implementado." - -#: ../../addon/cdav/cdav.php:36 -msgid "Errors encountered creating database table: " -msgstr "Errores encontrados al crear la tabla de la base de datos: " - -#: ../../addon/cdav/cdav.php:197 -msgid "Default Calendar" -msgstr "Calendario por defecto" - -#: ../../addon/cdav/cdav.php:206 -msgid "Default Addressbook" -msgstr "Agenda de direcciones por defecto" - -#: ../../addon/cdav/cdav.php:215 -msgid "CalDAV/CardDAV Settings saved." -msgstr "Se ha guardado la configuración de CalDAV/CardDAV." - -#: ../../addon/cdav/cdav.php:234 -msgid "Enable CalDAV/CardDAV Server for this channel" -msgstr "Habilitar el servidor CalDAV/CardDAV para este canal" - -#: ../../addon/cdav/cdav.php:237 -#, php-format -msgid "Your CalDAV resources are located at %s " -msgstr "Los recursos de CalDAV se encuentran en %s" - -#: ../../addon/cdav/cdav.php:240 -#, php-format -msgid "Your CardDAV resources are located at %s " -msgstr "Sus recursos de CalDAV están localizados en %s " - -#: ../../addon/cdav/cdav.php:246 -msgid "CalDAV/CardDAV Settings" -msgstr "Configuración de CalDAV/CardDAV" - -#: ../../addon/cdav/cdav.php:272 ../../include/connections.php:670 -msgid "Home, Voice" -msgstr "Llamadas particulares" - -#: ../../addon/cdav/cdav.php:273 ../../include/connections.php:671 -msgid "Home, Fax" -msgstr "Fax particular" - -#: ../../addon/cdav/cdav.php:275 ../../include/connections.php:673 -msgid "Work, Voice" -msgstr "Llamadas de trabajo" - -#: ../../addon/cdav/cdav.php:276 ../../include/connections.php:674 -msgid "Work, Fax" -msgstr "Fax de trabajo" - -#: ../../addon/cdav/include/widgets.php:37 -msgid "Select Channel" -msgstr "Seleccionar un canal" - -#: ../../addon/cdav/include/widgets.php:42 -msgid "Read-write" -msgstr "Lectura y escritura" - -#: ../../addon/cdav/include/widgets.php:43 -msgid "Read-only" -msgstr "Sólo lectura" - -#: ../../addon/cdav/include/widgets.php:116 -msgid "My Calendars" -msgstr "Mis calendarios" - -#: ../../addon/cdav/include/widgets.php:118 -msgid "Shared Calendars" -msgstr "Calendarios compartidos" - -#: ../../addon/cdav/include/widgets.php:122 -msgid "Share this calendar" -msgstr "Compartir este calendario" - -#: ../../addon/cdav/include/widgets.php:124 -msgid "Calendar name and color" -msgstr "Nombre y color del calendario" - -#: ../../addon/cdav/include/widgets.php:126 -msgid "Create new calendar" -msgstr "Crear un nuevo calendario" - -#: ../../addon/cdav/include/widgets.php:128 -msgid "Calendar Name" -msgstr "Nombre del calendario" - -#: ../../addon/cdav/include/widgets.php:129 -msgid "Calendar Tools" -msgstr "Gestión de calendarios" - -#: ../../addon/cdav/include/widgets.php:130 -msgid "Import calendar" -msgstr "Importar un calendario" - -#: ../../addon/cdav/include/widgets.php:131 -msgid "Select a calendar to import to" -msgstr "Seleccionar un calendario para importarlo" - -#: ../../addon/cdav/include/widgets.php:158 -msgid "Addressbooks" -msgstr "Agenda de direcciones" - -#: ../../addon/cdav/include/widgets.php:160 -msgid "Addressbook name" -msgstr "Nombre de la agenda" - -#: ../../addon/cdav/include/widgets.php:162 -msgid "Create new addressbook" -msgstr "Crear una nueva agenda de direcciones" - -#: ../../addon/cdav/include/widgets.php:163 -msgid "Addressbook Name" -msgstr "Nombre de la agenda" - -#: ../../addon/cdav/include/widgets.php:165 -msgid "Addressbook Tools" -msgstr "Gestión de agendas de direcciones" - -#: ../../addon/cdav/include/widgets.php:166 -msgid "Import addressbook" -msgstr "Importar una agenda de direcciones" - -#: ../../addon/cdav/include/widgets.php:167 -msgid "Select an addressbook to import to" -msgstr "Seleccionar una agenda para importarla" - #: ../../addon/planets/planets.php:121 msgid "Planets Settings updated." msgstr "Se han guardado los ajustes de Planets." -#: ../../addon/planets/planets.php:153 +#: ../../addon/planets/planets.php:149 msgid "Enable Planets Plugin" msgstr "Habilitar el plugin Planets" -#: ../../addon/planets/planets.php:157 +#: ../../addon/planets/planets.php:153 msgid "Planets Settings" msgstr "Ajustes de Planets" @@ -8654,8 +8682,8 @@ 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:58 ../../include/channel.php:1048 -#: ../../include/nav.php:111 +#: ../../addon/openclipatar/openclipatar.php:58 ../../include/channel.php:1165 +#: ../../include/nav.php:107 msgid "Edit Profile" msgstr "Editar el perfil" @@ -9194,12 +9222,12 @@ msgid "Login failed." msgstr "El acceso ha fallado." #: ../../addon/openid/Mod_Id.php:85 ../../include/selectors.php:49 -#: ../../include/selectors.php:66 +#: ../../include/selectors.php:66 ../../include/channel.php:1332 msgid "Male" msgstr "Hombre" #: ../../addon/openid/Mod_Id.php:87 ../../include/selectors.php:49 -#: ../../include/selectors.php:66 +#: ../../include/selectors.php:66 ../../include/channel.php:1330 msgid "Female" msgstr "Mujer" @@ -9386,27 +9414,39 @@ msgstr "una declaración de amor eterno" msgid "declared undying love for" msgstr "ha declarado amor eterno a" -#: ../../addon/diaspora/diaspora.php:675 +#: ../../addon/diaspora/diaspora.php:715 msgid "Diaspora Protocol Settings updated." msgstr "Los ajustes del protocolo de Diaspora se han actualizado." -#: ../../addon/diaspora/diaspora.php:694 +#: ../../addon/diaspora/diaspora.php:734 +msgid "" +"The Diaspora protocol does not support location independence. Connections " +"you make within that network may be unreachable from alternate channel " +"locations." +msgstr "El protocolo de Diaspora no admite la independencia de la ubicación. Las conexiones que realice dentro de esa red pueden ser inaccesibles desde ubicaciones de canales alternativos." + +#: ../../addon/diaspora/diaspora.php:737 msgid "Enable the Diaspora protocol for this channel" msgstr "Activar el protocolo de Diaspora para este canal" -#: ../../addon/diaspora/diaspora.php:698 +#: ../../addon/diaspora/diaspora.php:741 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/diaspora.php:702 +#: ../../addon/diaspora/diaspora.php:745 msgid "Prevent your hashtags from being redirected to other sites" msgstr "Impedir que sus \"hashtags\" sean redirigidos a otros sitios " -#: ../../addon/diaspora/diaspora.php:707 +#: ../../addon/diaspora/diaspora.php:749 +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/diaspora.php:754 msgid "Followed hashtags (comma separated, do not include the #)" msgstr "\"Hashtags\" seguidos (separados por comas, sin incluir #)" -#: ../../addon/diaspora/diaspora.php:712 +#: ../../addon/diaspora/diaspora.php:759 msgid "Diaspora Protocol Settings" msgstr "Ajustes del protocolo de Diaspora" @@ -9532,25 +9572,6 @@ msgstr "Prueba de correo" msgid "Message subject" msgstr "Asunto del mensaje" -#: ../../addon/diaspora_reconnect/diaspora_reconnect.php:44 -#, php-format -msgid "Reconnecting %d connections" -msgstr "Reconectando %d conexiones" - -#: ../../addon/diaspora_reconnect/diaspora_reconnect.php:63 -msgid "Diaspora Reconnect" -msgstr "Reconectar con Diaspora" - -#: ../../addon/diaspora_reconnect/diaspora_reconnect.php:65 -msgid "" -"Use this form to re-establish Diaspora connections which were initially made" -" from a different hub." -msgstr "Utilice este formulario para restablecer las conexiones de diáspora que se hicieron inicialmente desde un hub diferente." - -#: ../../addon/diaspora_reconnect/diaspora_reconnect.php:70 -msgid "Reconnect" -msgstr "Reconectar" - #: ../../addon/openstreetmap/openstreetmap.php:146 msgid "View Larger" msgstr "Ver más grande" @@ -9636,8 +9657,8 @@ msgstr "Contraseña de Friendica" msgid "Hubzilla to Friendica Post Settings" msgstr "Ajustes de publicación de Hubzilla a Friendica" -#: ../../addon/jappixmini/jappixmini.php:305 ../../include/channel.php:1139 -#: ../../include/channel.php:1296 +#: ../../addon/jappixmini/jappixmini.php:305 ../../include/channel.php:1256 +#: ../../include/channel.php:1419 msgid "Status:" msgstr "Estado:" @@ -10192,7 +10213,7 @@ msgstr "Debe elegir blancas o negras." msgid "Error creating new game." msgstr "Error al crear un nuevo juego." -#: ../../addon/chess/chess.php:381 ../../include/channel.php:899 +#: ../../addon/chess/chess.php:381 ../../include/channel.php:1016 msgid "Requested channel is not available." msgstr "El canal solicitado no está disponible." @@ -10267,15 +10288,15 @@ msgstr "Si está activado, sus entradas públicas se publicarán en la cuenta de msgid "Twitter Post Settings" msgstr "Ajustes de publicación en Twitter" -#: ../../addon/smileybutton/smileybutton.php:273 +#: ../../addon/smileybutton/smileybutton.php:211 msgid "Deactivate the feature" msgstr "Desactivar la funcionalidad" -#: ../../addon/smileybutton/smileybutton.php:277 +#: ../../addon/smileybutton/smileybutton.php:215 msgid "Hide the button and show the smilies directly." msgstr "Ocultar el botón y mostrar los smilies directamente." -#: ../../addon/smileybutton/smileybutton.php:281 +#: ../../addon/smileybutton/smileybutton.php:219 msgid "Smileybutton Settings" msgstr "Ajustes de Smileybutton" @@ -10556,6 +10577,22 @@ msgstr "Ajustes del encabezado de página" msgid "pageheader Settings saved." msgstr "Se han guardado los ajustes del encabezado de página." +#: ../../addon/authchoose/authchoose.php:67 +msgid "Only authenticate automatically to sites of your friends" +msgstr "Autenticación automática solo en los sitios de sus amigos" + +#: ../../addon/authchoose/authchoose.php:67 +msgid "By default you are automatically authenticated anywhere in the network" +msgstr "De forma predeterminada, se autenticará automáticamente en cualquier parte de la red" + +#: ../../addon/authchoose/authchoose.php:71 +msgid "Authchoose Settings" +msgstr "Ajustes de Authchoose" + +#: ../../addon/authchoose/authchoose.php:85 +msgid "Atuhchoose Settings updated." +msgstr "Se han actualizado los ajustes de Atuhchoose." + #: ../../addon/moremoods/moremoods.php:19 msgid "lonely" msgstr "Solo/a" @@ -10751,6 +10788,17 @@ 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/opensearch/opensearch.php:26 +#, php-format +msgctxt "opensearch" +msgid "Search %1$s (%2$s)" +msgstr "Buscar %1$s (%2$s)" + +#: ../../addon/opensearch/opensearch.php:28 +msgctxt "opensearch" +msgid "$Projectname" +msgstr "$Projectname" + #: ../../addon/opensearch/opensearch.php:43 msgid "Search $Projectname" msgstr "Buscar $Projectname" @@ -10849,11 +10897,11 @@ msgstr "Transexual" msgid "Hermaphrodite" msgstr "Hermafrodita" -#: ../../include/selectors.php:49 +#: ../../include/selectors.php:49 ../../include/channel.php:1336 msgid "Neuter" msgstr "Neutral" -#: ../../include/selectors.php:49 +#: ../../include/selectors.php:49 ../../include/channel.php:1338 msgid "Non-specific" msgstr "No especificado" @@ -11043,341 +11091,288 @@ msgstr "%1$s ahora está conectado/a con %2$s" msgid "%1$s poked %2$s" msgstr "%1$s ha dado un toque a %2$s" -#: ../../include/conversation.php:239 ../../include/text.php:1115 -#: ../../include/text.php:1120 +#: ../../include/conversation.php:239 ../../include/text.php:1096 +#: ../../include/text.php:1101 msgid "poked" msgstr "ha dado un toque a" -#: ../../include/conversation.php:691 +#: ../../include/conversation.php:688 #, php-format msgid "View %s's profile @ %s" msgstr "Ver el perfil @ %s de %s" -#: ../../include/conversation.php:711 +#: ../../include/conversation.php:708 msgid "Categories:" msgstr "Temas:" -#: ../../include/conversation.php:712 +#: ../../include/conversation.php:709 msgid "Filed under:" msgstr "Archivado bajo:" -#: ../../include/conversation.php:737 +#: ../../include/conversation.php:734 msgid "View in context" msgstr "Mostrar en su contexto" -#: ../../include/conversation.php:834 +#: ../../include/conversation.php:831 msgid "remove" msgstr "eliminar" -#: ../../include/conversation.php:838 ../../include/nav.php:272 +#: ../../include/conversation.php:835 ../../include/nav.php:268 msgid "Loading..." msgstr "Cargando..." -#: ../../include/conversation.php:839 +#: ../../include/conversation.php:836 msgid "Delete Selected Items" msgstr "Eliminar elementos seleccionados" -#: ../../include/conversation.php:882 +#: ../../include/conversation.php:879 msgid "View Source" msgstr "Ver el código fuente de la entrada" -#: ../../include/conversation.php:892 +#: ../../include/conversation.php:889 msgid "Follow Thread" msgstr "Seguir este hilo" -#: ../../include/conversation.php:901 +#: ../../include/conversation.php:898 msgid "Unfollow Thread" msgstr "Dejar de seguir este hilo" -#: ../../include/conversation.php:992 +#: ../../include/conversation.php:989 msgid "Activity/Posts" msgstr "Actividad y publicaciones" -#: ../../include/conversation.php:1012 +#: ../../include/conversation.php:1009 msgid "Edit Connection" msgstr "Editar conexión" -#: ../../include/conversation.php:1022 +#: ../../include/conversation.php:1019 msgid "Message" msgstr "Mensaje" -#: ../../include/conversation.php:1156 +#: ../../include/conversation.php:1153 #, php-format msgid "%s likes this." msgstr "A %s le gusta esto." -#: ../../include/conversation.php:1156 +#: ../../include/conversation.php:1153 #, php-format msgid "%s doesn't like this." msgstr "A %s no le gusta esto." -#: ../../include/conversation.php:1160 +#: ../../include/conversation.php:1157 #, 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:1162 +#: ../../include/conversation.php:1159 #, 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:1168 +#: ../../include/conversation.php:1165 msgid "and" msgstr "y" -#: ../../include/conversation.php:1171 +#: ../../include/conversation.php:1168 #, 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:1172 +#: ../../include/conversation.php:1169 #, php-format msgid "%s like this." msgstr "A %s le gusta esto." -#: ../../include/conversation.php:1172 +#: ../../include/conversation.php:1169 #, php-format msgid "%s don't like this." msgstr "A %s no le gusta esto." -#: ../../include/conversation.php:1215 +#: ../../include/conversation.php:1212 msgid "Set your location" msgstr "Establecer su ubicación" -#: ../../include/conversation.php:1216 +#: ../../include/conversation.php:1213 msgid "Clear browser location" msgstr "Eliminar los datos de localización geográfica del navegador" -#: ../../include/conversation.php:1264 +#: ../../include/conversation.php:1261 msgid "Tag term:" msgstr "Término de la etiqueta:" -#: ../../include/conversation.php:1265 +#: ../../include/conversation.php:1262 msgid "Where are you right now?" msgstr "¿Donde está ahora?" -#: ../../include/conversation.php:1270 +#: ../../include/conversation.php:1267 msgid "Choose a different album..." msgstr "Elegir un álbum diferente..." -#: ../../include/conversation.php:1274 +#: ../../include/conversation.php:1271 msgid "Comments enabled" msgstr "Comentarios habilitados" -#: ../../include/conversation.php:1275 +#: ../../include/conversation.php:1272 msgid "Comments disabled" msgstr "Comentarios deshabilitados" -#: ../../include/conversation.php:1313 +#: ../../include/conversation.php:1310 msgid "Page link name" msgstr "Nombre del enlace de la página" -#: ../../include/conversation.php:1316 +#: ../../include/conversation.php:1313 msgid "Post as" msgstr "Publicar como" -#: ../../include/conversation.php:1330 +#: ../../include/conversation.php:1327 msgid "Toggle voting" msgstr "Cambiar votación" -#: ../../include/conversation.php:1333 +#: ../../include/conversation.php:1330 msgid "Disable comments" msgstr "Dehabilitar los comentarios" -#: ../../include/conversation.php:1334 +#: ../../include/conversation.php:1331 msgid "Toggle comments" msgstr "Activar o desactivar los comentarios" -#: ../../include/conversation.php:1342 +#: ../../include/conversation.php:1339 msgid "Categories (optional, comma-separated list)" msgstr "Temas (opcional, lista separada por comas)" -#: ../../include/conversation.php:1365 +#: ../../include/conversation.php:1362 msgid "Other networks and post services" msgstr "Otras redes y servicios de publicación" -#: ../../include/conversation.php:1371 +#: ../../include/conversation.php:1368 msgid "Set publish date" msgstr "Establecer la fecha de publicación" -#: ../../include/conversation.php:1634 +#: ../../include/conversation.php:1631 msgid "Discover" msgstr "Descubrir" -#: ../../include/conversation.php:1637 +#: ../../include/conversation.php:1634 msgid "Imported public streams" msgstr "Contenidos públicos importados" -#: ../../include/conversation.php:1642 +#: ../../include/conversation.php:1639 msgid "Commented Order" msgstr "Comentarios recientes" -#: ../../include/conversation.php:1645 +#: ../../include/conversation.php:1642 msgid "Sort by Comment Date" msgstr "Ordenar por fecha de comentario" -#: ../../include/conversation.php:1649 +#: ../../include/conversation.php:1646 msgid "Posted Order" msgstr "Publicaciones recientes" -#: ../../include/conversation.php:1652 +#: ../../include/conversation.php:1649 msgid "Sort by Post Date" msgstr "Ordenar por fecha de publicación" -#: ../../include/conversation.php:1660 +#: ../../include/conversation.php:1657 msgid "Posts that mention or involve you" msgstr "Publicaciones que le mencionan o involucran" -#: ../../include/conversation.php:1669 +#: ../../include/conversation.php:1666 msgid "Activity Stream - by date" msgstr "Contenido - por fecha" -#: ../../include/conversation.php:1675 +#: ../../include/conversation.php:1672 msgid "Starred" msgstr "Preferidas" -#: ../../include/conversation.php:1678 +#: ../../include/conversation.php:1675 msgid "Favourite Posts" msgstr "Publicaciones favoritas" -#: ../../include/conversation.php:1685 +#: ../../include/conversation.php:1682 msgid "Spam" msgstr "Correo basura" -#: ../../include/conversation.php:1688 +#: ../../include/conversation.php:1685 msgid "Posts flagged as SPAM" msgstr "Publicaciones marcadas como basura" -#: ../../include/conversation.php:1763 ../../include/nav.php:372 +#: ../../include/conversation.php:1760 ../../include/nav.php:358 msgid "Status Messages and Posts" msgstr "Mensajes de estado y publicaciones" -#: ../../include/conversation.php:1776 ../../include/nav.php:385 +#: ../../include/conversation.php:1773 ../../include/nav.php:371 msgid "Profile Details" msgstr "Detalles del perfil" -#: ../../include/conversation.php:1786 ../../include/nav.php:395 -#: ../../include/photos.php:528 +#: ../../include/conversation.php:1783 ../../include/nav.php:381 +#: ../../include/photos.php:525 msgid "Photo Albums" msgstr "Álbumes de fotos" -#: ../../include/conversation.php:1794 ../../include/nav.php:403 +#: ../../include/conversation.php:1791 ../../include/nav.php:389 msgid "Files and Storage" msgstr "Ficheros y repositorio" -#: ../../include/conversation.php:1830 ../../include/nav.php:438 +#: ../../include/conversation.php:1827 ../../include/nav.php:424 msgid "Bookmarks" msgstr "Marcadores" -#: ../../include/conversation.php:1833 ../../include/nav.php:441 +#: ../../include/conversation.php:1830 ../../include/nav.php:427 msgid "Saved Bookmarks" msgstr "Marcadores guardados" -#: ../../include/conversation.php:1844 ../../include/nav.php:452 +#: ../../include/conversation.php:1841 ../../include/nav.php:438 msgid "View Webpages" msgstr "Ver páginas web" -#: ../../include/conversation.php:1913 +#: ../../include/conversation.php:1910 msgctxt "noun" msgid "Attending" msgid_plural "Attending" msgstr[0] "Participaré" msgstr[1] "Participaré" -#: ../../include/conversation.php:1916 +#: ../../include/conversation.php:1913 msgctxt "noun" msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "No participaré" msgstr[1] "No participaré" -#: ../../include/conversation.php:1919 +#: ../../include/conversation.php:1916 msgctxt "noun" msgid "Undecided" msgid_plural "Undecided" msgstr[0] "Indeciso/a" msgstr[1] "Indecisos/as" -#: ../../include/conversation.php:1922 +#: ../../include/conversation.php:1919 msgctxt "noun" msgid "Agree" msgid_plural "Agrees" msgstr[0] "De acuerdo" msgstr[1] "De acuerdo" -#: ../../include/conversation.php:1925 +#: ../../include/conversation.php:1922 msgctxt "noun" msgid "Disagree" msgid_plural "Disagrees" msgstr[0] "En desacuerdo" msgstr[1] "En desacuerdo" -#: ../../include/conversation.php:1928 +#: ../../include/conversation.php:1925 msgctxt "noun" msgid "Abstain" msgid_plural "Abstains" msgstr[0] "se abstiene" msgstr[1] "Se abstienen" -#: ../../include/permissions.php:35 -msgid "Can view my normal stream and posts" -msgstr "Pueden verse mi actividad y publicaciones normales" - -#: ../../include/permissions.php:39 -msgid "Can view my webpages" -msgstr "Pueden verse mis páginas web" - -#: ../../include/permissions.php:43 -msgid "Can post on my channel page (\"wall\")" -msgstr "Pueden crearse entradas en mi página de inicio del canal (“muro”)" - -#: ../../include/permissions.php:46 -msgid "Can like/dislike stuff" -msgstr "Puede marcarse contenido como me gusta/no me gusta" - -#: ../../include/permissions.php:46 -msgid "Profiles and things other than posts/comments" -msgstr "Perfiles y otras cosas aparte de publicaciones/comentarios" - -#: ../../include/permissions.php:48 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "Puede enviarse una entrada a todos mis contactos del canal mediante una @mención" - -#: ../../include/permissions.php:48 -msgid "Advanced - useful for creating group forum channels" -msgstr "Avanzado - útil para crear canales de foros de discusión o grupos" - -#: ../../include/permissions.php:49 -msgid "Can chat with me (when available)" -msgstr "Se puede charlar conmigo (cuando esté disponible)" - -#: ../../include/permissions.php:50 -msgid "Can write to my file storage and photos" -msgstr "Puede escribirse en mi repositorio de ficheros y fotos" - -#: ../../include/permissions.php:51 -msgid "Can edit my webpages" -msgstr "Pueden editarse mis páginas web" - -#: ../../include/permissions.php:53 -msgid "Somewhat advanced - very useful in open communities" -msgstr "Algo avanzado - muy útil en comunidades abiertas" - -#: ../../include/permissions.php:55 -msgid "Can administer my channel resources" -msgstr "Pueden administrarse mis recursos del canal" - -#: ../../include/permissions.php:55 -msgid "" -"Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "Muy avanzado. Déjelo a no ser que sepa bien lo que está haciendo." - #: ../../include/dir_fns.php:141 msgid "Directory Options" msgstr "Opciones del directorio" @@ -11432,320 +11427,328 @@ msgstr "más antiguas" msgid "newer" msgstr "más recientes" -#: ../../include/text.php:945 +#: ../../include/text.php:939 msgid "No connections" msgstr "Sin conexiones" -#: ../../include/text.php:970 +#: ../../include/text.php:964 #, php-format msgid "View all %s connections" msgstr "Ver todas las %s conexiones" -#: ../../include/text.php:1115 ../../include/text.php:1120 +#: ../../include/text.php:1096 ../../include/text.php:1101 msgid "poke" msgstr "un toque" -#: ../../include/text.php:1121 +#: ../../include/text.php:1102 msgid "ping" msgstr "un \"ping\"" -#: ../../include/text.php:1121 +#: ../../include/text.php:1102 msgid "pinged" msgstr "ha enviado un \"ping\" a" -#: ../../include/text.php:1122 +#: ../../include/text.php:1103 msgid "prod" msgstr "una incitación " -#: ../../include/text.php:1122 +#: ../../include/text.php:1103 msgid "prodded" msgstr "ha incitado a " -#: ../../include/text.php:1123 +#: ../../include/text.php:1104 msgid "slap" msgstr "una bofetada " -#: ../../include/text.php:1123 +#: ../../include/text.php:1104 msgid "slapped" msgstr "ha abofeteado a " -#: ../../include/text.php:1124 +#: ../../include/text.php:1105 msgid "finger" msgstr "un \"finger\" " -#: ../../include/text.php:1124 +#: ../../include/text.php:1105 msgid "fingered" msgstr "envió un \"finger\" a" -#: ../../include/text.php:1125 +#: ../../include/text.php:1106 msgid "rebuff" msgstr "un reproche" -#: ../../include/text.php:1125 +#: ../../include/text.php:1106 msgid "rebuffed" msgstr "ha hecho un reproche a " -#: ../../include/text.php:1137 +#: ../../include/text.php:1118 msgid "happy" msgstr "feliz " -#: ../../include/text.php:1138 +#: ../../include/text.php:1119 msgid "sad" msgstr "triste " -#: ../../include/text.php:1139 +#: ../../include/text.php:1120 msgid "mellow" msgstr "tranquilo/a" -#: ../../include/text.php:1140 +#: ../../include/text.php:1121 msgid "tired" msgstr "cansado/a " -#: ../../include/text.php:1141 +#: ../../include/text.php:1122 msgid "perky" msgstr "vivaz" -#: ../../include/text.php:1142 +#: ../../include/text.php:1123 msgid "angry" msgstr "enfadado/a" -#: ../../include/text.php:1143 +#: ../../include/text.php:1124 msgid "stupefied" msgstr "asombrado/a" -#: ../../include/text.php:1144 +#: ../../include/text.php:1125 msgid "puzzled" msgstr "perplejo/a" -#: ../../include/text.php:1145 +#: ../../include/text.php:1126 msgid "interested" msgstr "interesado/a" -#: ../../include/text.php:1146 +#: ../../include/text.php:1127 msgid "bitter" msgstr "amargado/a" -#: ../../include/text.php:1147 +#: ../../include/text.php:1128 msgid "cheerful" msgstr "alegre" -#: ../../include/text.php:1148 +#: ../../include/text.php:1129 msgid "alive" msgstr "animado/a" -#: ../../include/text.php:1149 +#: ../../include/text.php:1130 msgid "annoyed" msgstr "molesto/a" -#: ../../include/text.php:1150 +#: ../../include/text.php:1131 msgid "anxious" msgstr "ansioso/a" -#: ../../include/text.php:1151 +#: ../../include/text.php:1132 msgid "cranky" msgstr "de mal humor" -#: ../../include/text.php:1152 +#: ../../include/text.php:1133 msgid "disturbed" msgstr "perturbado/a" -#: ../../include/text.php:1153 +#: ../../include/text.php:1134 msgid "frustrated" msgstr "frustrado/a" -#: ../../include/text.php:1154 +#: ../../include/text.php:1135 msgid "depressed" msgstr "deprimido/a" -#: ../../include/text.php:1155 +#: ../../include/text.php:1136 msgid "motivated" msgstr "motivado/a" -#: ../../include/text.php:1156 +#: ../../include/text.php:1137 msgid "relaxed" msgstr "relajado/a" -#: ../../include/text.php:1157 +#: ../../include/text.php:1138 msgid "surprised" msgstr "sorprendido/a" -#: ../../include/text.php:1335 ../../include/js_strings.php:70 +#: ../../include/text.php:1312 ../../include/js_strings.php:70 msgid "Monday" msgstr "lunes" -#: ../../include/text.php:1335 ../../include/js_strings.php:71 +#: ../../include/text.php:1312 ../../include/js_strings.php:71 msgid "Tuesday" msgstr "martes" -#: ../../include/text.php:1335 ../../include/js_strings.php:72 +#: ../../include/text.php:1312 ../../include/js_strings.php:72 msgid "Wednesday" msgstr "miércoles" -#: ../../include/text.php:1335 ../../include/js_strings.php:73 +#: ../../include/text.php:1312 ../../include/js_strings.php:73 msgid "Thursday" msgstr "jueves" -#: ../../include/text.php:1335 ../../include/js_strings.php:74 +#: ../../include/text.php:1312 ../../include/js_strings.php:74 msgid "Friday" msgstr "viernes" -#: ../../include/text.php:1335 ../../include/js_strings.php:75 +#: ../../include/text.php:1312 ../../include/js_strings.php:75 msgid "Saturday" msgstr "sábado" -#: ../../include/text.php:1335 ../../include/js_strings.php:69 +#: ../../include/text.php:1312 ../../include/js_strings.php:69 msgid "Sunday" msgstr "domingo" -#: ../../include/text.php:1339 ../../include/js_strings.php:45 +#: ../../include/text.php:1316 ../../include/js_strings.php:45 msgid "January" msgstr "enero" -#: ../../include/text.php:1339 ../../include/js_strings.php:46 +#: ../../include/text.php:1316 ../../include/js_strings.php:46 msgid "February" msgstr "febrero" -#: ../../include/text.php:1339 ../../include/js_strings.php:47 +#: ../../include/text.php:1316 ../../include/js_strings.php:47 msgid "March" msgstr "marzo" -#: ../../include/text.php:1339 ../../include/js_strings.php:48 +#: ../../include/text.php:1316 ../../include/js_strings.php:48 msgid "April" msgstr "abril" -#: ../../include/text.php:1339 +#: ../../include/text.php:1316 msgid "May" msgstr "mayo" -#: ../../include/text.php:1339 ../../include/js_strings.php:50 +#: ../../include/text.php:1316 ../../include/js_strings.php:50 msgid "June" msgstr "junio" -#: ../../include/text.php:1339 ../../include/js_strings.php:51 +#: ../../include/text.php:1316 ../../include/js_strings.php:51 msgid "July" msgstr "julio" -#: ../../include/text.php:1339 ../../include/js_strings.php:52 +#: ../../include/text.php:1316 ../../include/js_strings.php:52 msgid "August" msgstr "agosto" -#: ../../include/text.php:1339 ../../include/js_strings.php:53 +#: ../../include/text.php:1316 ../../include/js_strings.php:53 msgid "September" msgstr "septiembre" -#: ../../include/text.php:1339 ../../include/js_strings.php:54 +#: ../../include/text.php:1316 ../../include/js_strings.php:54 msgid "October" msgstr "octubre" -#: ../../include/text.php:1339 ../../include/js_strings.php:55 +#: ../../include/text.php:1316 ../../include/js_strings.php:55 msgid "November" msgstr "noviembre" -#: ../../include/text.php:1339 ../../include/js_strings.php:56 +#: ../../include/text.php:1316 ../../include/js_strings.php:56 msgid "December" msgstr "diciembre" -#: ../../include/text.php:1403 ../../include/text.php:1407 +#: ../../include/text.php:1380 ../../include/text.php:1384 msgid "Unknown Attachment" msgstr "Adjunto no reconocido" -#: ../../include/text.php:1409 +#: ../../include/text.php:1386 ../../include/feedutils.php:780 msgid "unknown" msgstr "desconocido" -#: ../../include/text.php:1445 +#: ../../include/text.php:1422 msgid "remove category" msgstr "eliminar el tema" -#: ../../include/group.php:334 -msgid "Channels not in any privacy group" -msgstr "Sin canales en ningún grupo" +#: ../../include/text.php:1496 +msgid "remove from file" +msgstr "eliminar del fichero" -#: ../../include/text.php:1781 ../../include/language.php:367 +#: ../../include/text.php:1615 ../../include/message.php:12 +msgid "Download binary/encrypted content" +msgstr "Descargar contenido binario o cifrado" + +#: ../../include/text.php:1774 ../../include/language.php:367 msgid "default" msgstr "por defecto" -#: ../../include/text.php:1789 +#: ../../include/text.php:1782 msgid "Page layout" msgstr "Plantilla de la página" -#: ../../include/text.php:1789 +#: ../../include/text.php:1782 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:1817 +#: ../../include/text.php:1810 msgid "Page content type" msgstr "Tipo de contenido de la página" -#: ../../include/text.php:1950 +#: ../../include/text.php:1943 msgid "activity" msgstr "la actividad" -#: ../../include/text.php:2264 +#: ../../include/text.php:2006 +msgid "a-z, 0-9, -, _, and . only" +msgstr "a-z, 0-9, -, _, and . only" + +#: ../../include/text.php:2277 msgid "Design Tools" msgstr "Herramientas de diseño web" -#: ../../include/text.php:2270 +#: ../../include/text.php:2283 msgid "Pages" msgstr "Páginas" -#: ../../include/text.php:2292 +#: ../../include/text.php:2305 msgid "Import website..." msgstr "Importar un sitio web..." -#: ../../include/text.php:2293 +#: ../../include/text.php:2306 msgid "Select folder to import" msgstr "Seleccionar la carpeta que se va a importar" -#: ../../include/text.php:2294 +#: ../../include/text.php:2307 msgid "Import from a zipped folder:" msgstr "Importar desde una carpeta comprimida: " -#: ../../include/text.php:2295 +#: ../../include/text.php:2308 msgid "Import from cloud files:" msgstr "Importar desde los ficheros en la nube: " -#: ../../include/text.php:2296 +#: ../../include/text.php:2309 msgid "/cloud/channel/path/to/folder" msgstr "/cloud/canal/ruta/a la/carpeta" -#: ../../include/text.php:2297 +#: ../../include/text.php:2310 msgid "Enter path to website files" msgstr "Ruta a los ficheros del sitio web" -#: ../../include/text.php:2298 +#: ../../include/text.php:2311 msgid "Select folder" msgstr "Seleccionar la carpeta" -#: ../../include/text.php:2299 +#: ../../include/text.php:2312 msgid "Export website..." msgstr "Exportar un sitio web..." -#: ../../include/text.php:2300 +#: ../../include/text.php:2313 msgid "Export to a zip file" msgstr "Exportar a un fichero comprimido .zip" -#: ../../include/text.php:2301 +#: ../../include/text.php:2314 msgid "website.zip" msgstr "sitio_web.zip" -#: ../../include/text.php:2302 +#: ../../include/text.php:2315 msgid "Enter a name for the zip file." msgstr "Escriba un nombre para el fichero zip." -#: ../../include/text.php:2303 +#: ../../include/text.php:2316 msgid "Export to cloud files" msgstr "Exportar a la nube de ficheros" -#: ../../include/text.php:2304 +#: ../../include/text.php:2317 msgid "/path/to/export/folder" msgstr "/ruta/para/exportar/carpeta" -#: ../../include/text.php:2305 +#: ../../include/text.php:2318 msgid "Enter a path to a cloud files destination." msgstr "Escriba una ruta de destino a la nube de ficheros." -#: ../../include/text.php:2306 +#: ../../include/text.php:2319 msgid "Specify folder" msgstr "Especificar una carpeta" @@ -11795,28 +11798,10 @@ msgstr[1] "%d conexiones en común" msgid "show more" msgstr "mostrar más" -#: ../../include/markdown.php:444 -msgid "Attachments:" -msgstr "Ficheros adjuntos: " - -#: ../../include/markdown.php:538 ../../include/event.php:22 -#: ../../include/event.php:69 -msgid "l F d, Y \\@ g:i A" -msgstr "l d de F, Y \\@ G:i" - -#: ../../include/markdown.php:540 -msgid "$Projectname event notification:" -msgstr "Notificación de eventos de $Projectname: " - -#: ../../include/markdown.php:544 ../../include/event.php:30 -#: ../../include/event.php:73 -msgid "Starts:" -msgstr "Comienza:" - -#: ../../include/markdown.php:552 ../../include/event.php:40 -#: ../../include/event.php:77 -msgid "Finishes:" -msgstr "Finaliza:" +#: ../../include/markdown.php:139 ../../include/bbcode.php:332 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s escribió %2$s siguiente %3$s" #: ../../include/follow.php:26 msgid "Channel is blocked on this site." @@ -11842,7 +11827,7 @@ msgstr "Protocolo deshabilitado." msgid "Channel discovery failed." msgstr "El intento de acceder al canal ha fallado." -#: ../../include/follow.php:202 +#: ../../include/follow.php:186 msgid "Cannot connect to yourself." msgstr "No puede conectarse consigo mismo." @@ -12093,19 +12078,19 @@ msgctxt "calendar" msgid "All day" msgstr "Todos los días" -#: ../../include/message.php:30 +#: ../../include/message.php:40 msgid "Unable to determine sender." msgstr "No ha sido posible determinar el remitente. " -#: ../../include/message.php:69 +#: ../../include/message.php:79 msgid "No recipient provided." msgstr "No se ha especificado ningún destinatario." -#: ../../include/message.php:74 +#: ../../include/message.php:84 msgid "[no subject]" msgstr "[sin asunto]" -#: ../../include/message.php:227 +#: ../../include/message.php:214 msgid "Stored post could not be verified." msgstr "No se han podido verificar las publicaciones guardadas." @@ -12133,61 +12118,61 @@ msgstr "un reproche" msgid "Item was not found." msgstr "Elemento no encontrado." -#: ../../include/attach.php:500 +#: ../../include/attach.php:501 msgid "No source file." msgstr "Ningún fichero de origen" -#: ../../include/attach.php:522 +#: ../../include/attach.php:523 msgid "Cannot locate file to replace" msgstr "No se puede localizar el fichero que va a ser sustituido." -#: ../../include/attach.php:540 +#: ../../include/attach.php:541 msgid "Cannot locate file to revise/update" msgstr "No se puede localizar el fichero para revisar/actualizar" -#: ../../include/attach.php:671 +#: ../../include/attach.php:674 #, php-format msgid "File exceeds size limit of %d" msgstr "El fichero supera el limite de tamaño de %d" -#: ../../include/attach.php:685 +#: ../../include/attach.php:688 #, 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:855 +#: ../../include/attach.php:858 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:868 +#: ../../include/attach.php:871 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:923 ../../include/attach.php:939 +#: ../../include/attach.php:932 ../../include/attach.php:948 msgid "Path not available." msgstr "Ruta no disponible." -#: ../../include/attach.php:988 ../../include/attach.php:1153 +#: ../../include/attach.php:997 ../../include/attach.php:1162 msgid "Empty pathname" msgstr "Ruta vacía" -#: ../../include/attach.php:1014 +#: ../../include/attach.php:1023 msgid "duplicate filename or path" msgstr "Nombre duplicado de ruta o fichero" -#: ../../include/attach.php:1039 +#: ../../include/attach.php:1048 msgid "Path not found." msgstr "Ruta no encontrada" -#: ../../include/attach.php:1107 +#: ../../include/attach.php:1116 msgid "mkdir failed." msgstr "mkdir ha fallado." -#: ../../include/attach.php:1111 +#: ../../include/attach.php:1120 msgid "database storage failed." msgstr "el almacenamiento en la base de datos ha fallado." -#: ../../include/attach.php:1159 +#: ../../include/attach.php:1168 msgid "Empty path" msgstr "Ruta vacía" @@ -12195,77 +12180,77 @@ msgstr "Ruta vacía" msgid "guest:" msgstr "invitado: " -#: ../../include/security.php:532 +#: ../../include/security.php:531 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." msgstr "El \"token\" de seguridad del formulario no es correcto. Esto ha ocurrido probablemente porque el formulario ha estado abierto demasiado tiempo (>3 horas) antes de ser enviado" -#: ../../include/items.php:869 ../../include/items.php:916 +#: ../../include/items.php:851 ../../include/items.php:903 msgid "(Unknown)" msgstr "(Desconocido)" -#: ../../include/items.php:1110 +#: ../../include/items.php:1087 msgid "Visible to anybody on the internet." msgstr "Visible para cualquiera en internet." -#: ../../include/items.php:1112 +#: ../../include/items.php:1089 msgid "Visible to you only." msgstr "Visible sólo para usted." -#: ../../include/items.php:1114 +#: ../../include/items.php:1091 msgid "Visible to anybody in this network." msgstr "Visible para cualquiera en esta red." -#: ../../include/items.php:1116 +#: ../../include/items.php:1093 msgid "Visible to anybody authenticated." msgstr "Visible para cualquiera que esté autenticado." -#: ../../include/items.php:1118 +#: ../../include/items.php:1095 #, php-format msgid "Visible to anybody on %s." msgstr "Visible para cualquiera en %s." -#: ../../include/items.php:1120 +#: ../../include/items.php:1097 msgid "Visible to all connections." msgstr "Visible para todas las conexiones." -#: ../../include/items.php:1122 +#: ../../include/items.php:1099 msgid "Visible to approved connections." msgstr "Visible para las conexiones permitidas." -#: ../../include/items.php:1124 +#: ../../include/items.php:1101 msgid "Visible to specific connections." msgstr "Visible para conexiones específicas." -#: ../../include/items.php:3938 +#: ../../include/items.php:3908 msgid "Privacy group is empty." msgstr "El grupo de canales está vacío." -#: ../../include/items.php:3945 +#: ../../include/items.php:3915 #, php-format msgid "Privacy group: %s" msgstr "Grupo de canales: %s" -#: ../../include/items.php:3957 +#: ../../include/items.php:3927 msgid "Connection not found." msgstr "Conexión no encontrada" -#: ../../include/items.php:4310 +#: ../../include/items.php:4280 msgid "profile photo" msgstr "foto del perfil" -#: ../../include/items.php:4506 +#: ../../include/items.php:4473 #, php-format msgid "[Edited %s]" msgstr "[se ha editado %s]" -#: ../../include/items.php:4506 +#: ../../include/items.php:4473 msgctxt "edit_activity" msgid "Post" msgstr "Publicar" -#: ../../include/items.php:4506 +#: ../../include/items.php:4473 msgctxt "edit_activity" msgid "Comment" msgstr "Comentar" @@ -12274,227 +12259,261 @@ msgstr "Comentar" msgid "interested" msgstr "interesado/a" -#: ../../include/text.php:1129 -msgid "bitter" -msgstr "amargado/a" +#: ../../include/channel.php:68 +msgid "Empty name" +msgstr "Nombre vacío" -#: ../../include/text.php:1130 -msgid "cheerful" -msgstr "alegre" +#: ../../include/channel.php:71 +msgid "Name too long" +msgstr "Nombre demasiado largo" -#: ../../include/text.php:1131 -msgid "alive" -msgstr "animado/a" +#: ../../include/channel.php:182 +msgid "No account identifier" +msgstr "Ningún identificador de la cuenta" -#: ../../include/text.php:1132 -msgid "annoyed" -msgstr "molesto/a" +#: ../../include/channel.php:194 +msgid "Nickname is required." +msgstr "Se requiere un sobrenombre (alias)." -#: ../../include/text.php:1133 -msgid "anxious" -msgstr "ansioso/a" +#: ../../include/channel.php:208 +msgid "Reserved nickname. Please choose another." +msgstr "Sobrenombre en uso. Por favor, elija otro." -#: ../../include/text.php:1134 -msgid "cranky" -msgstr "de mal humor" +#: ../../include/channel.php:213 +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:270 +#: ../../include/channel.php:272 msgid "Unable to retrieve created identity" msgstr "No ha sido posible recuperar la identidad creada" -#: ../../include/channel.php:342 +#: ../../include/channel.php:344 msgid "Default Profile" msgstr "Perfil principal" -#: ../../include/channel.php:1045 +#: ../../include/channel.php:497 +msgid "Unable to retrieve modified identity" +msgstr "No se puede recuperar la identidad modficada" + +#: ../../include/channel.php:1162 msgid "Create New Profile" msgstr "Crear un nuevo perfil" -#: ../../include/channel.php:1065 +#: ../../include/channel.php:1182 msgid "Visible to everybody" msgstr "Visible para todos" -#: ../../include/channel.php:1138 ../../include/channel.php:1252 +#: ../../include/channel.php:1255 ../../include/channel.php:1375 msgid "Gender:" msgstr "Género:" -#: ../../include/channel.php:1140 ../../include/channel.php:1307 +#: ../../include/channel.php:1257 ../../include/channel.php:1430 msgid "Homepage:" msgstr "Página personal:" -#: ../../include/channel.php:1141 +#: ../../include/channel.php:1258 msgid "Online Now" msgstr "Ahora en línea" -#: ../../include/text.php:1408 ../../include/text.php:1412 -msgid "Unknown Attachment" -msgstr "Adjunto no reconocido" +#: ../../include/channel.php:1334 +msgid "Trans" +msgstr "Trans" -#: ../../include/text.php:1414 -msgid "unknown" -msgstr "desconocido" +#: ../../include/channel.php:1380 +msgid "Like this channel" +msgstr "Me gusta este canal" -#: ../../include/text.php:1450 -msgid "remove category" -msgstr "eliminar el tema" +#: ../../include/channel.php:1404 +msgid "j F, Y" +msgstr "j F Y" -#: ../../include/text.php:1527 -msgid "remove from file" -msgstr "eliminar del fichero" +#: ../../include/channel.php:1405 +msgid "j F" +msgstr "j F" -#: ../../include/text.php:1796 -msgid "Page layout" -msgstr "Plantilla de la página" +#: ../../include/channel.php:1412 +msgid "Birthday:" +msgstr "Cumpleaños:" -#: ../../include/text.php:1796 -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/channel.php:1425 +#, php-format +msgid "for %1$d %2$s" +msgstr "por %1$d %2$s" -#: ../../include/text.php:1838 -msgid "Page content type" -msgstr "Tipo de contenido de la página" +#: ../../include/channel.php:1428 +msgid "Sexual Preference:" +msgstr "Orientación sexual:" -#: ../../include/text.php:1971 -msgid "activity" -msgstr "la actividad" +#: ../../include/channel.php:1434 +msgid "Tags:" +msgstr "Etiquetas:" -#: ../../include/text.php:2285 -msgid "Design Tools" -msgstr "Herramientas de diseño web" +#: ../../include/channel.php:1436 +msgid "Political Views:" +msgstr "Posición política:" -#: ../../include/text.php:2291 -msgid "Pages" -msgstr "Páginas" +#: ../../include/channel.php:1438 +msgid "Religion:" +msgstr "Religión:" -#: ../../include/text.php:2313 -msgid "Import website..." -msgstr "Importar un sitio web..." +#: ../../include/channel.php:1442 +msgid "Hobbies/Interests:" +msgstr "Aficciones o intereses:" -#: ../../include/text.php:2314 -msgid "Select folder to import" -msgstr "Seleccionar la carpeta que se va a importar" +#: ../../include/channel.php:1444 +msgid "Likes:" +msgstr "Me gusta:" -#: ../../include/text.php:2315 -msgid "Import from a zipped folder:" -msgstr "Importar desde una carpeta comprimida: " +#: ../../include/channel.php:1446 +msgid "Dislikes:" +msgstr "No me gusta:" -#: ../../include/text.php:2316 -msgid "Import from cloud files:" -msgstr "Importar desde los ficheros en la nube: " +#: ../../include/channel.php:1448 +msgid "Contact information and Social Networks:" +msgstr "Información de contacto y redes sociales:" -#: ../../include/text.php:2317 -msgid "/cloud/channel/path/to/folder" -msgstr "/cloud/canal/ruta/a la/carpeta" +#: ../../include/channel.php:1450 +msgid "My other channels:" +msgstr "Mis otros canales:" -#: ../../include/text.php:2318 -msgid "Enter path to website files" -msgstr "Ruta a los ficheros del sitio web" +#: ../../include/channel.php:1452 +msgid "Musical interests:" +msgstr "Preferencias musicales:" -#: ../../include/text.php:2319 -msgid "Select folder" -msgstr "Seleccionar la carpeta" +#: ../../include/channel.php:1454 +msgid "Books, literature:" +msgstr "Libros, literatura:" -#: ../../include/text.php:2320 -msgid "Export website..." -msgstr "Exportar un sitio web..." +#: ../../include/channel.php:1456 +msgid "Television:" +msgstr "Televisión:" -#: ../../include/text.php:2321 -msgid "Export to a zip file" -msgstr "Exportar a un fichero comprimido .zip" +#: ../../include/channel.php:1458 +msgid "Film/dance/culture/entertainment:" +msgstr "Cine, danza, cultura, entretenimiento:" -#: ../../include/text.php:2322 -msgid "website.zip" -msgstr "sitio_web.zip" +#: ../../include/channel.php:1460 +msgid "Love/Romance:" +msgstr "Vida sentimental o amorosa:" -#: ../../include/text.php:2323 -msgid "Enter a name for the zip file." -msgstr "Escriba un nombre para el fichero zip." +#: ../../include/channel.php:1462 +msgid "Work/employment:" +msgstr "Trabajo:" -#: ../../include/text.php:2324 -msgid "Export to cloud files" -msgstr "Exportar a la nube de ficheros" +#: ../../include/channel.php:1464 +msgid "School/education:" +msgstr "Estudios:" + +#: ../../include/channel.php:1487 +msgid "Like this thing" +msgstr "Me gusta esto" -#: ../../include/channel.php:2139 +#: ../../include/channel.php:2256 #, php-format msgid "User '%s' deleted" msgstr "El usuario '%s' ha sido eliminado" -#: ../../include/event.php:1004 +#: ../../include/event.php:22 ../../include/event.php:69 +msgid "l F d, Y \\@ g:i A" +msgstr "l d de F, Y \\@ G:i" + +#: ../../include/event.php:30 ../../include/event.php:73 +msgid "Starts:" +msgstr "Comienza:" + +#: ../../include/event.php:40 ../../include/event.php:77 +msgid "Finishes:" +msgstr "Finaliza:" + +#: ../../include/event.php:1008 msgid "This event has been added to your calendar." msgstr "Este evento ha sido añadido a su calendario." -#: ../../include/event.php:1204 +#: ../../include/event.php:1208 msgid "Not specified" msgstr "Sin especificar" -#: ../../include/event.php:1205 +#: ../../include/event.php:1209 msgid "Needs Action" msgstr "Necesita de una intervención" -#: ../../include/event.php:1206 +#: ../../include/event.php:1210 msgid "Completed" msgstr "Completado/a" -#: ../../include/event.php:1207 +#: ../../include/event.php:1211 msgid "In Process" msgstr "En proceso" -#: ../../include/event.php:1208 +#: ../../include/event.php:1212 msgid "Cancelled" msgstr "Cancelado/a" -#: ../../include/network.php:776 +#: ../../include/event.php:1292 ../../include/connections.php:676 +msgid "Home, Voice" +msgstr "Llamadas particulares" + +#: ../../include/event.php:1293 ../../include/connections.php:677 +msgid "Home, Fax" +msgstr "Fax particular" + +#: ../../include/event.php:1295 ../../include/connections.php:679 +msgid "Work, Voice" +msgstr "Llamadas de trabajo" + +#: ../../include/event.php:1296 ../../include/connections.php:680 +msgid "Work, Fax" +msgstr "Fax de trabajo" + +#: ../../include/network.php:751 msgid "view full size" msgstr "Ver en el tamaño original" -#: ../../include/network.php:2042 -msgid "No Subject" -msgstr "Sin asunto" - -#: ../../include/network.php:2310 ../../include/network.php:2311 +#: ../../include/network.php:1691 ../../include/network.php:1692 msgid "Friendica" msgstr "Friendica" -#: ../../include/network.php:2312 +#: ../../include/network.php:1693 msgid "OStatus" msgstr "OStatus" -#: ../../include/network.php:2313 +#: ../../include/network.php:1694 msgid "GNU-Social" msgstr "GNU Social" -#: ../../include/network.php:2314 +#: ../../include/network.php:1695 msgid "RSS/Atom" msgstr "RSS/Atom" -#: ../../include/network.php:2316 +#: ../../include/network.php:1696 +msgid "ActivityPub" +msgstr "ActivityPub" + +#: ../../include/network.php:1698 msgid "Diaspora" msgstr "Diaspora" -#: ../../include/network.php:2317 +#: ../../include/network.php:1699 msgid "Facebook" msgstr "Facebook" -#: ../../include/network.php:2318 +#: ../../include/network.php:1700 msgid "Zot" msgstr "Zot" -#: ../../include/network.php:2319 +#: ../../include/network.php:1701 msgid "LinkedIn" msgstr "LinkedIn" -#: ../../include/network.php:2320 +#: ../../include/network.php:1702 msgid "XMPP/IM" msgstr "XMPP/IM" -#: ../../include/network.php:2321 +#: ../../include/network.php:1703 msgid "MySpace" msgstr "MySpace" -#: ../../include/page_widgets.php:7 -msgid "New Page" -msgstr "Nueva página" - #: ../../include/language.php:380 msgid "Select an alternate language" msgstr "Seleccionar un idioma alternativo" @@ -12528,404 +12547,399 @@ msgid "" " permissions set who is allowed to view the post." msgstr "Los permisos de la entrada %s no se pueden cambiar %s una vez que se ha compartido.</br /> Estos permisos establecen quién está autorizado para ver el mensaje." -#: ../../include/dba/dba_driver.php:189 +#: ../../include/dba/dba_driver.php:190 #, php-format msgid "Cannot locate DNS info for database server '%s'" msgstr "No se ha podido localizar información de DNS para el servidor de base de datos “%s”" -#: ../../include/bbcode.php:134 ../../include/bbcode.php:1040 -#: ../../include/bbcode.php:1043 ../../include/bbcode.php:1048 -#: ../../include/bbcode.php:1051 ../../include/bbcode.php:1054 -#: ../../include/bbcode.php:1057 ../../include/bbcode.php:1062 -#: ../../include/bbcode.php:1065 ../../include/bbcode.php:1070 -#: ../../include/bbcode.php:1073 ../../include/bbcode.php:1076 -#: ../../include/bbcode.php:1079 +#: ../../include/bbcode.php:194 ../../include/bbcode.php:1097 +#: ../../include/bbcode.php:1100 ../../include/bbcode.php:1105 +#: ../../include/bbcode.php:1108 ../../include/bbcode.php:1111 +#: ../../include/bbcode.php:1114 ../../include/bbcode.php:1119 +#: ../../include/bbcode.php:1122 ../../include/bbcode.php:1127 +#: ../../include/bbcode.php:1130 ../../include/bbcode.php:1133 +#: ../../include/bbcode.php:1136 msgid "Image/photo" msgstr "Imagen/foto" -#: ../../include/bbcode.php:173 ../../include/bbcode.php:1090 +#: ../../include/bbcode.php:233 ../../include/bbcode.php:1147 msgid "Encrypted content" msgstr "Contenido cifrado" -#: ../../include/bbcode.php:189 +#: ../../include/bbcode.php:249 #, php-format msgid "Install %s element: " msgstr "Instalar el elemento %s:" -#: ../../include/bbcode.php:193 +#: ../../include/bbcode.php:253 #, 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:272 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s escribió %2$s siguiente %3$s" - -#: ../../include/bbcode.php:349 ../../include/bbcode.php:357 +#: ../../include/bbcode.php:409 ../../include/bbcode.php:417 msgid "Click to open/close" msgstr "Pulsar para abrir/cerrar" -#: ../../include/bbcode.php:357 +#: ../../include/bbcode.php:417 msgid "spoiler" msgstr "spoiler" -#: ../../include/bbcode.php:1028 +#: ../../include/bbcode.php:1085 msgid "$1 wrote:" msgstr "$1 escribió:" -#: ../../include/oembed.php:315 +#: ../../include/oembed.php:317 msgid " by " msgstr "por" -#: ../../include/oembed.php:316 +#: ../../include/oembed.php:318 msgid " on " msgstr "en" -#: ../../include/oembed.php:345 +#: ../../include/oembed.php:347 msgid "Embedded content" msgstr "Contenido incorporado" -#: ../../include/oembed.php:354 +#: ../../include/oembed.php:356 msgid "Embedding disabled" msgstr "Incrustación deshabilitada" -#: ../../include/features.php:58 +#: ../../include/features.php:54 msgid "General Features" msgstr "Funcionalidades básicas" -#: ../../include/features.php:63 +#: ../../include/features.php:59 msgid "Multiple Profiles" msgstr "Múltiples perfiles" -#: ../../include/features.php:64 +#: ../../include/features.php:60 msgid "Ability to create multiple profiles" msgstr "Capacidad de crear múltiples perfiles" -#: ../../include/features.php:72 +#: ../../include/features.php:68 msgid "Advanced Profiles" msgstr "Perfiles avanzados" -#: ../../include/features.php:73 +#: ../../include/features.php:69 msgid "Additional profile sections and selections" msgstr "Secciones y selecciones de perfil adicionales" -#: ../../include/features.php:81 +#: ../../include/features.php:77 msgid "Profile Import/Export" msgstr "Importar/Exportar perfil" -#: ../../include/features.php:82 +#: ../../include/features.php:78 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:90 +#: ../../include/features.php:86 msgid "Web Pages" msgstr "Páginas web" -#: ../../include/features.php:91 +#: ../../include/features.php:87 msgid "Provide managed web pages on your channel" msgstr "Proveer páginas web gestionadas en su canal" -#: ../../include/features.php:100 +#: ../../include/features.php:96 msgid "Provide a wiki for your channel" msgstr "Proporcionar un wiki para su canal" -#: ../../include/features.php:117 +#: ../../include/features.php:113 msgid "Private Notes" msgstr "Notas privadas" -#: ../../include/features.php:118 +#: ../../include/features.php:114 msgid "Enables a tool to store notes and reminders (note: not encrypted)" msgstr "Habilita una herramienta para guardar notas y recordatorios (advertencia: las notas no estarán cifradas)" -#: ../../include/features.php:126 +#: ../../include/features.php:122 msgid "Navigation Channel Select" msgstr "Navegación por el selector de canales" -#: ../../include/features.php:127 +#: ../../include/features.php:123 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:135 +#: ../../include/features.php:131 msgid "Photo Location" msgstr "Ubicación de las fotos" -#: ../../include/features.php:136 +#: ../../include/features.php:132 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:144 +#: ../../include/features.php:140 msgid "Access Controlled Chatrooms" msgstr "Salas de chat moderadas" -#: ../../include/features.php:145 +#: ../../include/features.php:141 msgid "Provide chatrooms and chat services with access control." msgstr "Proporcionar salas y servicios de chat moderados." -#: ../../include/features.php:154 +#: ../../include/features.php:150 msgid "Provide alternate connection permission roles." msgstr "Proporcionar roles de acceso alternativos para esta conexión." -#: ../../include/features.php:162 +#: ../../include/features.php:158 msgid "Smart Birthdays" msgstr "Cumpleaños inteligentes" -#: ../../include/features.php:163 +#: ../../include/features.php:159 msgid "" "Make birthday events timezone aware in case your friends are scattered " "across the planet." msgstr "Enlazar los eventos de cumpleaños con el huso horario en el caso de que sus amigos estén dispersos por el mundo." -#: ../../include/features.php:171 +#: ../../include/features.php:167 msgid "Event Timezone Selection" msgstr "Selección del huso horario del evento" -#: ../../include/features.php:172 +#: ../../include/features.php:168 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:180 +#: ../../include/features.php:176 msgid "Advanced Directory Search" msgstr "Búsqueda avanzada en el directorio" -#: ../../include/features.php:181 +#: ../../include/features.php:177 msgid "Allows creation of complex directory search queries" msgstr "Permitir la creación de consultas complejas en las búsquedas en el directorio" -#: ../../include/features.php:189 +#: ../../include/features.php:185 msgid "Advanced Theme and Layout Settings" msgstr "Ajustes avanzados de temas y esquemas" -#: ../../include/features.php:190 +#: ../../include/features.php:186 msgid "Allows fine tuning of themes and page layouts" msgstr "Permitir el ajuste fino de temas y esquemas de páginas" -#: ../../include/features.php:200 +#: ../../include/features.php:196 msgid "Post Composition Features" msgstr "Opciones para la redacción de entradas" -#: ../../include/features.php:204 +#: ../../include/features.php:200 msgid "Large Photos" msgstr "Fotos de gran tamaño" -#: ../../include/features.php:205 +#: ../../include/features.php:201 msgid "" "Include large (1024px) photo thumbnails in posts. If not enabled, use small " "(640px) photo thumbnails" msgstr "Incluir miniaturas de fotos grandes (1024px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (640px)" -#: ../../include/features.php:214 +#: ../../include/features.php:210 msgid "Automatically import channel content from other channels or feeds" msgstr "Importar automáticamente contenido de otros canales o \"feeds\"" -#: ../../include/features.php:222 +#: ../../include/features.php:218 msgid "Even More Encryption" msgstr "Más cifrado todavía" -#: ../../include/features.php:223 +#: ../../include/features.php:219 msgid "" "Allow optional encryption of content end-to-end with a shared secret key" msgstr "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida." -#: ../../include/features.php:231 +#: ../../include/features.php:227 msgid "Enable Voting Tools" msgstr "Permitir entradas con votación" -#: ../../include/features.php:232 +#: ../../include/features.php:228 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:240 +#: ../../include/features.php:236 msgid "Disable Comments" msgstr "Deshabilitar comentarios" -#: ../../include/features.php:241 +#: ../../include/features.php:237 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:249 +#: ../../include/features.php:245 msgid "Delayed Posting" msgstr "Publicación aplazada" -#: ../../include/features.php:250 +#: ../../include/features.php:246 msgid "Allow posts to be published at a later date" msgstr "Permitir mensajes que se publicarán en una fecha posterior" -#: ../../include/features.php:258 +#: ../../include/features.php:254 msgid "Content Expiration" msgstr "Caducidad del contenido" -#: ../../include/features.php:259 +#: ../../include/features.php:255 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:263 msgid "Suppress Duplicate Posts/Comments" msgstr "Prevenir entradas o comentarios duplicados" -#: ../../include/features.php:268 +#: ../../include/features.php:264 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:279 +#: ../../include/features.php:275 msgid "Network and Stream Filtering" msgstr "Filtrado del contenido" -#: ../../include/features.php:283 +#: ../../include/features.php:279 msgid "Search by Date" msgstr "Buscar por fecha" -#: ../../include/features.php:284 +#: ../../include/features.php:280 msgid "Ability to select posts by date ranges" msgstr "Capacidad de seleccionar entradas por rango de fechas" -#: ../../include/features.php:292 ../../include/group.php:331 +#: ../../include/features.php:288 ../../include/group.php:332 msgid "Privacy Groups" msgstr "Grupos de canales" -#: ../../include/features.php:293 +#: ../../include/features.php:289 msgid "Enable management and selection of privacy groups" msgstr "Activar la gestión y selección de grupos de canales" -#: ../../include/features.php:302 +#: ../../include/features.php:298 msgid "Save search terms for re-use" msgstr "Guardar términos de búsqueda para su reutilización" -#: ../../include/features.php:310 +#: ../../include/features.php:306 msgid "Network Personal Tab" msgstr "Actividad personal" -#: ../../include/features.php:311 +#: ../../include/features.php:307 msgid "Enable tab to display only Network posts that you've interacted on" msgstr "Habilitar una pestaña en la cual se muestren solo las entradas en las que ha participado." -#: ../../include/features.php:319 +#: ../../include/features.php:315 msgid "Network New Tab" msgstr "Contenido nuevo" -#: ../../include/features.php:320 +#: ../../include/features.php:316 msgid "Enable tab to display all new Network activity" msgstr "Habilitar una pestaña en la que se muestre solo el contenido nuevo" -#: ../../include/features.php:328 +#: ../../include/features.php:324 msgid "Affinity Tool" msgstr "Herramienta de afinidad" -#: ../../include/features.php:329 +#: ../../include/features.php:325 msgid "Filter stream activity by depth of relationships" msgstr "Filtrar el contenido según la profundidad de las relaciones" -#: ../../include/features.php:338 +#: ../../include/features.php:334 msgid "Show friend and connection suggestions" msgstr "Mostrar sugerencias de amigos y conexiones" -#: ../../include/features.php:346 +#: ../../include/features.php:342 msgid "Connection Filtering" msgstr "Filtrado de conexiones" -#: ../../include/features.php:347 +#: ../../include/features.php:343 msgid "Filter incoming posts from connections based on keywords/content" msgstr "Filtrar publicaciones entrantes de conexiones por palabras clave o contenido" -#: ../../include/features.php:359 +#: ../../include/features.php:355 msgid "Post/Comment Tools" msgstr "Gestión de entradas y comentarios" -#: ../../include/features.php:363 +#: ../../include/features.php:359 msgid "Community Tagging" msgstr "Etiquetas de la comunidad" -#: ../../include/features.php:364 +#: ../../include/features.php:360 msgid "Ability to tag existing posts" msgstr "Capacidad de etiquetar entradas existentes" -#: ../../include/features.php:372 +#: ../../include/features.php:368 msgid "Post Categories" msgstr "Temas de las entradas" -#: ../../include/features.php:373 +#: ../../include/features.php:369 msgid "Add categories to your posts" msgstr "Añadir temas a sus publicaciones" -#: ../../include/features.php:381 +#: ../../include/features.php:377 msgid "Emoji Reactions" msgstr "Emoticonos \"emoji\"" -#: ../../include/features.php:382 +#: ../../include/features.php:378 msgid "Add emoji reaction ability to posts" msgstr "Activar la capacidad de añadir un emoticono \"emoji\" a las entradas" -#: ../../include/features.php:391 +#: ../../include/features.php:387 msgid "Ability to file posts under folders" msgstr "Capacidad de archivar entradas en carpetas" -#: ../../include/features.php:399 +#: ../../include/features.php:395 msgid "Dislike Posts" msgstr "Desagrado de publicaciones" -#: ../../include/features.php:400 +#: ../../include/features.php:396 msgid "Ability to dislike posts/comments" msgstr "Capacidad de mostrar desacuerdo con el contenido de entradas y comentarios" -#: ../../include/features.php:408 +#: ../../include/features.php:404 msgid "Star Posts" msgstr "Entradas destacadas" -#: ../../include/features.php:409 +#: ../../include/features.php:405 msgid "Ability to mark special posts with a star indicator" msgstr "Capacidad de marcar entradas destacadas con un indicador de estrella" -#: ../../include/features.php:417 +#: ../../include/features.php:413 msgid "Tag Cloud" msgstr "Nube de etiquetas" -#: ../../include/features.php:418 +#: ../../include/features.php:414 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:430 +#: ../../include/features.php:425 msgid "Premium Channel" msgstr "Canal premium" -#: ../../include/features.php:431 +#: ../../include/features.php:426 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" -#: ../../include/taxonomy.php:228 ../../include/taxonomy.php:249 +#: ../../include/taxonomy.php:267 ../../include/taxonomy.php:288 msgid "Tags" msgstr "Etiquetas" -#: ../../include/taxonomy.php:293 +#: ../../include/taxonomy.php:332 msgid "Keywords" msgstr "Palabras clave" -#: ../../include/taxonomy.php:314 +#: ../../include/taxonomy.php:353 msgid "have" msgstr "tener" -#: ../../include/taxonomy.php:314 +#: ../../include/taxonomy.php:353 msgid "has" msgstr "tiene" -#: ../../include/taxonomy.php:315 +#: ../../include/taxonomy.php:354 msgid "want" msgstr "quiero" -#: ../../include/taxonomy.php:315 +#: ../../include/taxonomy.php:354 msgid "wants" msgstr "quiere" -#: ../../include/taxonomy.php:316 +#: ../../include/taxonomy.php:355 msgid "likes" msgstr "gusta de" -#: ../../include/taxonomy.php:317 +#: ../../include/taxonomy.php:356 msgid "dislikes" msgstr "no gusta de" @@ -12949,51 +12963,51 @@ msgstr "Es obligatorio que le inviten." msgid "Invitation could not be verified." msgstr "No se ha podido verificar su invitación." -#: ../../include/account.php:130 +#: ../../include/account.php:157 msgid "Please enter the required information." msgstr "Por favor introduzca la información requerida." -#: ../../include/account.php:198 +#: ../../include/account.php:224 msgid "Failed to store account information." msgstr "La información de la cuenta no se ha podido guardar." -#: ../../include/account.php:263 +#: ../../include/account.php:291 #, php-format msgid "Registration confirmation for %s" msgstr "Confirmación de registro para %s" -#: ../../include/account.php:330 +#: ../../include/account.php:360 #, php-format msgid "Registration request at %s" msgstr "Solicitud de registro en %s" -#: ../../include/account.php:352 +#: ../../include/account.php:382 msgid "your registration password" msgstr "su contraseña de registro" -#: ../../include/account.php:358 ../../include/account.php:420 +#: ../../include/account.php:388 ../../include/account.php:450 #, php-format msgid "Registration details for %s" msgstr "Detalles del registro de %s" -#: ../../include/account.php:431 +#: ../../include/account.php:461 msgid "Account approved." msgstr "Cuenta aprobada." -#: ../../include/account.php:471 +#: ../../include/account.php:501 #, php-format msgid "Registration revoked for %s" msgstr "Registro revocado para %s" -#: ../../include/account.php:756 ../../include/account.php:758 +#: ../../include/account.php:780 ../../include/account.php:782 msgid "Click here to upgrade." msgstr "Pulse aquí para actualizar" -#: ../../include/account.php:764 +#: ../../include/account.php:788 msgid "This action exceeds the limits set by your subscription plan." msgstr "Esta acción supera los límites establecidos por su plan de suscripción " -#: ../../include/account.php:769 +#: ../../include/account.php:793 msgid "This action is not available under your subscription plan." msgstr "Esta acción no está disponible en su plan de suscripción." @@ -13078,11 +13092,11 @@ msgstr "Cumpleaños de %1$s" msgid "Happy Birthday %1$s" msgstr "Feliz cumpleaños %1$s" -#: ../../include/nav.php:92 +#: ../../include/nav.php:90 msgid "Remote authentication" msgstr "Acceder desde su servidor" -#: ../../include/nav.php:92 +#: ../../include/nav.php:90 msgid "Click to authenticate to your home hub" msgstr "Pulsar para identificarse en su servidor de inicio" @@ -13126,135 +13140,163 @@ msgstr "Ayuda y documentación" msgid "Search site @name, #tag, ?docs, content" msgstr "Buscar en el sitio por @nombre, #etiqueta, ?ayuda o contenido" -#: ../../include/nav.php:176 +#: ../../include/nav.php:171 msgid "Grid" msgstr "Red" -#: ../../include/nav.php:176 +#: ../../include/nav.php:171 msgid "Your grid" msgstr "Mi red" -#: ../../include/nav.php:177 +#: ../../include/nav.php:172 msgid "View your network/grid" msgstr "Ver su red" -#: ../../include/nav.php:178 +#: ../../include/nav.php:173 msgid "Mark all grid notifications seen" msgstr "Marcar todas las notificaciones de la red como vistas" -#: ../../include/nav.php:180 +#: ../../include/nav.php:175 msgid "Channel home" msgstr "Mi canal" -#: ../../include/nav.php:181 +#: ../../include/nav.php:176 msgid "View your channel home" msgstr "Ver su página principal del canal" -#: ../../include/nav.php:182 +#: ../../include/nav.php:177 msgid "Mark all channel notifications seen" msgstr "Marcar todas las notificaciones del canal como leídas" -#: ../../include/nav.php:188 +#: ../../include/nav.php:183 msgid "Notices" msgstr "Avisos" -#: ../../include/nav.php:188 +#: ../../include/nav.php:183 msgid "Notifications" msgstr "Notificaciones" -#: ../../include/nav.php:189 +#: ../../include/nav.php:184 msgid "View all notifications" msgstr "Ver todas las notificaciones" -#: ../../include/nav.php:192 +#: ../../include/nav.php:185 +msgid "Mark all system notifications seen" +msgstr "Marcar todas las notificaciones del sistema como leídas" + +#: ../../include/nav.php:187 msgid "Private mail" msgstr "Correo privado" -#: ../../include/nav.php:193 +#: ../../include/nav.php:188 msgid "View your private messages" msgstr "Ver sus mensajes privados" -#: ../../include/nav.php:194 +#: ../../include/nav.php:189 msgid "Mark all private messages seen" msgstr "Marcar todos los mensajes privados como leídos" -#: ../../include/nav.php:200 +#: ../../include/nav.php:195 msgid "Event Calendar" msgstr "Calendario de eventos" -#: ../../include/nav.php:201 +#: ../../include/nav.php:196 msgid "View events" msgstr "Ver los eventos" -#: ../../include/nav.php:202 +#: ../../include/nav.php:197 msgid "Mark all events seen" msgstr "Marcar todos los eventos como leidos" -#: ../../include/nav.php:205 +#: ../../include/nav.php:199 msgid "Manage Your Channels" msgstr "Gestionar sus canales" -#: ../../include/nav.php:207 +#: ../../include/nav.php:201 msgid "Account/Channel Settings" msgstr "Ajustes de cuenta/canales" +#: ../../include/nav.php:203 +msgid "Shared Files" +msgstr "Ficheros compartidos" + +#: ../../include/nav.php:203 +msgid "New files shared with me" +msgstr "Nuevos ficheros compartidos conmigo" + +#: ../../include/nav.php:208 +msgid "Public stream" +msgstr "\"Stream\" público" + +#: ../../include/nav.php:208 +msgid "Public stream activities" +msgstr "Actividades del \"stream\" público" + #: ../../include/nav.php:215 msgid "Site Setup and Configuration" msgstr "Ajustes y configuración del sitio" -#: ../../include/nav.php:277 +#: ../../include/nav.php:274 msgid "@name, #tag, ?doc, content" msgstr "@nombre, #etiqueta, ?ayuda, contenido" -#: ../../include/nav.php:278 +#: ../../include/nav.php:275 msgid "Please wait..." msgstr "Espere por favor…" -#: ../../include/nav.php:280 +#: ../../include/nav.php:278 msgid "Add Apps" msgstr "Añadir aplicaciones" -#: ../../include/photos.php:115 +#: ../../include/nav.php:279 +msgid "Arrange Apps" +msgstr "Organizar aplicaciones" + +#: ../../include/nav.php:280 +msgid "Toggle System Apps" +msgstr "Alternar aplicaciones de sistema" + +#: ../../include/photos.php:111 #, php-format msgid "Image exceeds website size limit of %lu bytes" msgstr "La imagen excede el límite de %lu bytes del sitio" -#: ../../include/photos.php:122 +#: ../../include/photos.php:118 msgid "Image file is empty." msgstr "El fichero de imagen está vacío. " -#: ../../include/photos.php:261 +#: ../../include/photos.php:257 msgid "Photo storage failed." msgstr "La foto no ha podido ser guardada." -#: ../../include/photos.php:301 +#: ../../include/photos.php:297 msgid "a new photo" msgstr "una nueva foto" -#: ../../include/photos.php:305 +#: ../../include/photos.php:301 #, php-format 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:533 +#: ../../include/photos.php:530 msgid "Upload New Photos" msgstr "Subir nuevas fotos" -#: ../../include/zot.php:646 +#: ../../include/zot.php:653 msgid "Invalid data packet" msgstr "Paquete de datos no válido" -#: ../../include/zot.php:662 +#: ../../include/zot.php:680 msgid "Unable to verify channel signature" msgstr "No ha sido posible de verificar la firma del canal" -#: ../../include/zot.php:2313 +#: ../../include/zot.php:2338 #, 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:3764 +#: ../../include/zot.php:3946 msgid "invalid target signature" msgstr "La firma recibida no es válida" @@ -13269,27 +13311,27 @@ msgstr "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posi msgid "Add new connections to this privacy group" msgstr "Añadir conexiones nuevas a este grupo de canales" -#: ../../include/group.php:309 +#: ../../include/group.php:310 msgid "edit" msgstr "editar" -#: ../../include/group.php:332 +#: ../../include/group.php:333 msgid "Edit group" msgstr "Editar grupo" -#: ../../include/group.php:333 +#: ../../include/group.php:334 msgid "Add privacy group" msgstr "Añadir un grupo de canales" -#: ../../include/group.php:334 +#: ../../include/group.php:335 msgid "Channels not in any privacy group" msgstr "Sin canales en ningún grupo" -#: ../../include/connections.php:127 +#: ../../include/connections.php:128 msgid "New window" msgstr "Nueva ventana" -#: ../../include/connections.php:128 +#: ../../include/connections.php:129 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" diff --git a/view/es-es/hstrings.php b/view/es-es/hstrings.php index 59363f6ed..21e759cd2 100644 --- a/view/es-es/hstrings.php +++ b/view/es-es/hstrings.php @@ -60,6 +60,7 @@ App::$strings["%d message sent."] = array( 0 => "%d mensajes enviados.", 1 => "%d mensajes enviados.", ); +App::$strings["Invite"] = "Invitar"; 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:"; @@ -82,11 +83,67 @@ App::$strings["Profile"] = "Perfil"; App::$strings["Click on a contact to add or remove."] = "Pulsar en un contacto para añadirlo o eliminarlo."; App::$strings["Visible To"] = "Visible para"; App::$strings["All Connections"] = "Todas las conexiones"; +App::$strings["INVALID EVENT DISMISSED!"] = "¡EVENTO NO VÁLIDO RECHAZADO!"; +App::$strings["Summary: "] = "Resumen: "; +App::$strings["Unknown"] = "Desconocido"; +App::$strings["Date: "] = "Fecha: "; +App::$strings["Reason: "] = "Razón: "; +App::$strings["INVALID CARD DISMISSED!"] = "¡TARJETA NO VÁLIDA RECHAZADA!"; +App::$strings["Name: "] = "Nombre: "; +App::$strings["CalDAV"] = "CalDAV"; +App::$strings["Event title"] = "Título del evento"; +App::$strings["Start date and time"] = "Fecha y hora de comienzo"; +App::$strings["Example: YYYY-MM-DD HH:mm"] = "Ejemplo: YYYY-MM-DD HH:mm"; +App::$strings["End date and time"] = "Fecha y hora de finalización"; +App::$strings["Description"] = "Descripción"; +App::$strings["Location"] = "Ubicación"; +App::$strings["Previous"] = "Anterior"; +App::$strings["Next"] = "Siguiente"; +App::$strings["Today"] = "Hoy"; +App::$strings["Month"] = "Mes"; +App::$strings["Week"] = "Semana"; +App::$strings["Day"] = "Día"; +App::$strings["List month"] = "Lista mensual"; +App::$strings["List week"] = "Lista semanal"; +App::$strings["List day"] = "Lista diaria"; +App::$strings["More"] = "Más"; +App::$strings["Less"] = "Menos"; +App::$strings["Select calendar"] = "Seleccionar un calendario"; +App::$strings["Delete all"] = "Eliminar todos"; +App::$strings["Cancel"] = "Cancelar"; +App::$strings["Sorry! Editing of recurrent events is not yet implemented."] = "¡Disculpas! La edición de eventos recurrentes aún no se ha implementado."; +App::$strings["CardDAV"] = "CardDAV"; +App::$strings["Name"] = "Nombre"; +App::$strings["Organisation"] = "Organización"; +App::$strings["Title"] = "Título"; +App::$strings["Phone"] = "Teléfono"; +App::$strings["Email"] = "Correo electrónico"; +App::$strings["Instant messenger"] = "Mensajería instantánea"; +App::$strings["Website"] = "Sitio web"; +App::$strings["Address"] = "Dirección"; +App::$strings["Note"] = "Nota"; +App::$strings["Mobile"] = "Móvil"; +App::$strings["Home"] = "Inicio"; +App::$strings["Work"] = "Trabajo"; +App::$strings["Add Contact"] = "Añadir un contacto"; +App::$strings["Add Field"] = "Añadir un campo"; +App::$strings["Update"] = "Actualizar"; +App::$strings["P.O. Box"] = "Buzón de correos"; +App::$strings["Additional"] = "Adicional"; +App::$strings["Street"] = "Calle"; +App::$strings["Locality"] = "Localidad"; +App::$strings["Region"] = "Provincia, región o estado"; +App::$strings["ZIP Code"] = "Código postal"; +App::$strings["Country"] = "País"; +App::$strings["Default Calendar"] = "Calendario por defecto"; +App::$strings["Default Addressbook"] = "Agenda de direcciones por defecto"; App::$strings["This site is not a directory server"] = "Este sitio no es un servidor de directorio"; App::$strings["You must be logged in to see this page."] = "Debe haber iniciado sesión para poder ver esta página."; App::$strings["Posts and comments"] = "Publicaciones y comentarios"; App::$strings["Only posts"] = "Solo publicaciones"; +App::$strings["Channel Home"] = "Mi canal"; App::$strings["Insufficient permissions. Request redirected to profile page."] = "Permisos insuficientes. Petición redirigida a la página del perfil."; +App::$strings["Language"] = "Idioma"; App::$strings["Export Channel"] = "Exportar el canal"; 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."] = "Exportar la información básica del canal a un fichero. Este equivale a una copia de seguridad de sus conexiones, el perfil y datos fundamentales, que puede usarse para importar sus datos a un nuevo servidor, pero no incluye su contenido."; App::$strings["Export Content"] = "Exportar contenidos"; @@ -106,14 +163,14 @@ App::$strings["Please select another location to become primary before removing App::$strings["Syncing locations"] = "Sincronizando ubicaciones"; App::$strings["No locations found."] = "No encontrada ninguna dirección."; App::$strings["Manage Channel Locations"] = "Gestionar las direcciones del canal"; -App::$strings["Location"] = "Ubicación"; -App::$strings["Address"] = "Dirección"; App::$strings["Primary"] = "Primario"; App::$strings["Drop"] = "Eliminar"; App::$strings["Sync Now"] = "Sincronizar ahora"; App::$strings["Please wait several minutes between consecutive operations."] = "Por favor, espere algunos minutos entre operaciones consecutivas."; App::$strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Cuando sea posible, elimine una ubicación iniciando sesión en el sitio web o \"hub\" y borrando su canal."; App::$strings["Use this form to drop the location if the hub is no longer operating."] = "Utilice este formulario para eliminar la dirección si el \"hub\" no está funcionando desde hace tiempo."; +App::$strings["Change Order of Navigation Apps"] = "Cambiar el orden de las aplicaciones en la barra de navegación"; +App::$strings["Use arrows to move the corresponding app up or down in the display list"] = "Utilizar las flechas para mover la aplicación correspondiente hacia arriba o hacia abajo en la lista de visualización"; App::$strings["Menu not found."] = "Menú no encontrado"; App::$strings["Unable to create element."] = "No se puede crear el elemento."; App::$strings["Unable to update menu element."] = "No es posible actualizar el elemento del menú."; @@ -154,21 +211,19 @@ App::$strings["Unable to generate preview."] = "No se puede crear la vista previ App::$strings["Event title and start time are required."] = "Se requieren el título del evento y su hora de inicio."; App::$strings["Event not found."] = "Evento no encontrado."; App::$strings["event"] = "evento"; +App::$strings["Events"] = "Eventos"; App::$strings["Edit event title"] = "Editar el título del evento"; -App::$strings["Event title"] = "Título del evento"; App::$strings["Required"] = "Obligatorio"; App::$strings["Categories (comma-separated list)"] = "Temas (lista separada por comas)"; App::$strings["Edit Category"] = "Modificar el tema"; App::$strings["Category"] = "Tema"; App::$strings["Edit start date and time"] = "Modificar la fecha y hora de comienzo"; -App::$strings["Start date and time"] = "Fecha y hora de comienzo"; App::$strings["Finish date and time are not known or not relevant"] = "La fecha y hora de terminación no se conocen o no son relevantes"; App::$strings["Edit finish date and time"] = "Modificar la fecha y hora de terminación"; App::$strings["Finish date and time"] = "Fecha y hora de terminación"; App::$strings["Adjust for viewer timezone"] = "Ajustar para obtener el visor de los husos horarios"; App::$strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Importante para los eventos que suceden en un lugar determinado. No es práctico para los globales."; App::$strings["Edit Description"] = "Editar la descripción"; -App::$strings["Description"] = "Descripción"; App::$strings["Edit Location"] = "Modificar la dirección"; App::$strings["Preview"] = "Previsualizar"; App::$strings["Permission settings"] = "Configuración de permisos"; @@ -181,13 +236,7 @@ App::$strings["Link to Source"] = "Enlazar con la entrada en su ubicación origi App::$strings["calendar"] = "calendario"; App::$strings["Edit Event"] = "Editar el evento"; App::$strings["Create Event"] = "Crear un evento"; -App::$strings["Previous"] = "Anterior"; -App::$strings["Next"] = "Siguiente"; App::$strings["Export"] = "Exportar"; -App::$strings["Month"] = "Mes"; -App::$strings["Week"] = "Semana"; -App::$strings["Day"] = "Día"; -App::$strings["Today"] = "Hoy"; App::$strings["Event removed"] = "Evento borrado"; App::$strings["Failed to remove event"] = "Error al eliminar el evento"; App::$strings["App installed."] = "Aplicación instalada."; @@ -238,7 +287,6 @@ App::$strings["Remove this channel and all its clones from the network"] = "Elim App::$strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Por defecto, solo la instancia del canal alojado en este servidor será eliminado de la red"; App::$strings["Remove Channel"] = "Eliminar el canal"; App::$strings["Files: shared with me"] = "Ficheros: compartidos conmigo"; -App::$strings["Name"] = "Nombre"; App::$strings["NEW"] = "NUEVO"; App::$strings["Size"] = "Tamaño"; App::$strings["Last Modified"] = "Última modificación"; @@ -270,11 +318,7 @@ App::$strings["Your account email address must match this in order to use the we App::$strings["Website URL"] = "Dirección del sitio web"; App::$strings["Please use SSL (https) URL if available."] = "Por favor, use SSL (https) si está disponible."; App::$strings["Please select a default timezone for your website"] = "Por favor, selecciones el huso horario por defecto de su sitio web"; -App::$strings["Basic/Minimal Social Networking"] = "Red social básica o mínima"; -App::$strings["Standard Configuration (default)"] = "Configuración estándar (por defecto)"; -App::$strings["Professional"] = "Profesional"; App::$strings["Site settings"] = "Ajustes del sitio"; -App::$strings["Server Configuration/Role"] = "Configuración del servidor"; App::$strings["PHP version 5.5 or greater is required."] = "Se requiere la versión 5.5, o superior, de PHP."; App::$strings["PHP version"] = "Versión de PHP"; App::$strings["Could not find a command line version of PHP in the web server PATH."] = "No se puede encontrar una versión en línea de comandos de PHP en la ruta del servidor web."; @@ -298,6 +342,7 @@ App::$strings["OpenSSL PHP module"] = "módulo PHP OpenSSL"; App::$strings["PDO database PHP module"] = "Módulo PHP de la base de datos PDO "; App::$strings["mb_string PHP module"] = "módulo PHP mb_string"; App::$strings["xml PHP module"] = "módulo PHP xml"; +App::$strings["zip PHP module"] = "Módulo zip PHP"; App::$strings["Apache mod_rewrite module"] = "módulo Apache mod_rewrite "; App::$strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: se necesita el módulo del servidor web Apache mod-rewrite pero no está instalado."; App::$strings["exec"] = "ejecutable"; @@ -310,6 +355,7 @@ App::$strings["Error: openssl PHP module required but not installed."] = "Error: App::$strings["Error: PDO database PHP module required but not installed."] = "Error: se necesita el módulo PHP de la base de datos PDO, pero no está instalado."; App::$strings["Error: mb_string PHP module required but not installed."] = "Error: el módulo PHP mb_string es necesario, pero no está instalado."; App::$strings["Error: xml PHP module required for DAV but not installed."] = "Error: el módulo PHP xml es necesario para DAV, pero no está instalado."; +App::$strings["Error: zip PHP module required but not installed."] = "Error: se requiere el módulo zip PHP pero no está instalado."; App::$strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "El instalador web no ha podido crear un fichero llamado “.htconfig.php” en la carpeta base de su servidor."; App::$strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Esto está generalmente ligado a un problema de permisos, a causa del cual el servidor web tiene prohibido modificar ficheros en su carpeta - incluso si usted mismo tiene esos permisos."; App::$strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Al término de este procedimiento, podemos crear un fichero de texto para guardar con el nombre .htconfig.php en el directorio raíz de su instalación de Hubzilla."; @@ -334,7 +380,7 @@ App::$strings["Url rewrite in .htaccess is not working. Check your server config App::$strings["Url rewrite is working"] = "La reescritura de las direcciones funciona correctamente"; App::$strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "El fichero de configuración de la base de datos .htconfig.php no se ha podido modificar. Por favor, copie el texto generado en un fichero con ese nombre en el directorio raíz de su servidor."; App::$strings["Errors encountered creating database tables."] = "Se han encontrado errores al crear las tablas de la base de datos."; -App::$strings["<h1>What next</h1>"] = "<h1>Siguiente paso</h1>"; +App::$strings["<h1>What next?</h1>"] = "<h1>¿Qué sigue?</h1>"; App::$strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Debe crear [manualmente] una tarea programada para el \"poller\"."; App::$strings["Continue"] = "Continuar"; App::$strings["Premium Channel Setup"] = "Configuración del canal premium"; @@ -389,11 +435,9 @@ App::$strings["(optional)"] = "(opcional)"; App::$strings["Download Plugin Repo"] = "Descargar el repositorio"; App::$strings["Install new repo"] = "Instalar un nuevo repositorio"; App::$strings["Install"] = "Instalar"; -App::$strings["Cancel"] = "Cancelar"; App::$strings["Manage Repos"] = "Gestionar los repositorios"; App::$strings["Installed Plugin Repositories"] = "Repositorios de los plugins instalados"; App::$strings["Install a New Plugin Repository"] = "Instalar un nuevo repositorio de plugins"; -App::$strings["Update"] = "Actualizar"; App::$strings["Switch branch"] = "Cambiar la rama"; App::$strings["Remove"] = "Eliminar"; App::$strings["%s account blocked/unblocked"] = array( @@ -412,7 +456,6 @@ App::$strings["Accounts"] = "Cuentas"; App::$strings["select all"] = "seleccionar todo"; App::$strings["Registrations waiting for confirm"] = "Inscripciones en espera de confirmación"; App::$strings["Request date"] = "Fecha de solicitud"; -App::$strings["Email"] = "Correo electrónico"; App::$strings["No registrations."] = "Sin registros."; App::$strings["Approve"] = "Aprobar"; App::$strings["Deny"] = "Rechazar"; @@ -605,6 +648,8 @@ App::$strings["Block embedded HTML from these domains"] = "Bloquear contenido co App::$strings["Remote privacy information not available."] = "La información privada remota no está disponible."; App::$strings["Visible to:"] = "Visible para:"; App::$strings["__ctx:acl__ Profile"] = "Perfil"; +App::$strings["Comment approved"] = "El comentario ha sido aprobado"; +App::$strings["Comment deleted"] = "Se ha eliminado el comentario"; App::$strings["Permission category saved."] = "Se ha guardado la categoría del permiso."; App::$strings["Use this form to create permission rules for various classes of people or connections."] = "Utilice este formulario para crear reglas de permiso para varias clases de personas o conexiones."; App::$strings["Permission Categories"] = "Categorías de autorización"; @@ -692,6 +737,8 @@ App::$strings["System info messages"] = "Mensajes de información del sistema"; App::$strings["System critical alerts"] = "Alertas críticas del sistema"; App::$strings["New connections"] = "Nuevas conexiones"; App::$strings["System Registrations"] = "Registros del sistema"; +App::$strings["Unseen shared files"] = "Ficheros compartidos no vistos"; +App::$strings["Unseen public activity"] = "Actividad pública no vista"; App::$strings["Also show new wall posts, private messages and connections under Notices"] = "Mostrar también en Avisos las nuevas publicaciones, los mensajes privados y las conexiones"; App::$strings["Notify me of events this many days in advance"] = "Avisarme de los eventos con algunos días de antelación"; App::$strings["Must be greater than 0"] = "Debe ser mayor que 0"; @@ -784,7 +831,6 @@ App::$strings["Client key starts with"] = "La \"client key\" empieza por"; App::$strings["No name"] = "Sin nombre"; App::$strings["Remove authorization"] = "Eliminar autorización"; App::$strings["View Photo"] = "Ver foto"; -App::$strings["Unknown"] = "Desconocido"; App::$strings["Edit Album"] = "Editar álbum"; App::$strings["Upload"] = "Subir"; App::$strings["Some blurb about what to do when you're new here"] = "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquí"; @@ -843,10 +889,11 @@ App::$strings["Create new app"] = "Crear una nueva aplicación"; App::$strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s está %2\$s"; App::$strings["Mood"] = "Estado de ánimo"; App::$strings["Set your current mood and tell your friends"] = "Describir su estado de ánimo para comunicárselo a sus amigos"; +App::$strings["Connections"] = "Conexiones"; App::$strings["Blocked"] = "Bloqueadas"; App::$strings["Ignored"] = "Ignoradas"; App::$strings["Hidden"] = "Ocultas"; -App::$strings["Archived"] = "Archivadas"; +App::$strings["Archived/Unreachable"] = "Archivada o inaccesible"; App::$strings["New"] = "Nuevas"; App::$strings["All"] = "Todos/as"; App::$strings["New Connections"] = "Nuevas conexiones"; @@ -854,9 +901,11 @@ App::$strings["Show pending (new) connections"] = "Mostrar conexiones (nuevas) p App::$strings["Show all connections"] = "Mostrar todas las conexiones"; App::$strings["Only show blocked connections"] = "Mostrar solo las conexiones bloqueadas"; App::$strings["Only show ignored connections"] = "Mostrar solo conexiones ignoradas"; -App::$strings["Only show archived connections"] = "Mostrar solo las conexiones archivadas"; +App::$strings["Only show archived/unreachable connections"] = "Mostrar solo las conexiones archivadas o inaccesibles"; App::$strings["Only show hidden connections"] = "Mostrar solo las conexiones ocultas"; App::$strings["Pending approval"] = "Pendiente de aprobación"; +App::$strings["Archived"] = "Archivadas"; +App::$strings["Not connected at this location"] = "No está conectado/a en esta ubicación"; App::$strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; App::$strings["Edit connection"] = "Editar conexión"; App::$strings["Delete connection"] = "Eliminar conexión"; @@ -869,12 +918,12 @@ App::$strings["Approve connection"] = "Aprobar esta conexión"; App::$strings["Ignore connection"] = "Ignorar esta conexión"; App::$strings["Ignore"] = "Ignorar"; App::$strings["Recent activity"] = "Actividad reciente"; -App::$strings["Connections"] = "Conexiones"; App::$strings["Search your connections"] = "Buscar sus conexiones"; App::$strings["Connections search"] = "Buscar conexiones"; App::$strings["Find"] = "Encontrar"; App::$strings["item"] = "elemento"; App::$strings["Source of Item"] = "Origen del elemento"; +App::$strings["View Bookmarks"] = "Ver los marcadores"; App::$strings["Bookmark added"] = "Marcador añadido"; App::$strings["My Bookmarks"] = "Mis marcadores"; App::$strings["My Connections Bookmarks"] = "Marcadores de mis conexiones"; @@ -889,6 +938,7 @@ App::$strings["Delete Album"] = "Borrar álbum"; App::$strings["Delete Photo"] = "Borrar foto"; App::$strings["No photos selected"] = "No hay fotos seleccionadas"; App::$strings["Access to this item is restricted."] = "El acceso a este elemento está restringido."; +App::$strings["Photos"] = "Fotos"; App::$strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB de %2$.2f MB de almacenamiento de fotos utilizado."; App::$strings["%1$.2f MB photo storage used."] = "%1$.2f MB de almacenamiento de fotos utilizado."; App::$strings["Upload Photos"] = "Subir fotos"; @@ -947,6 +997,7 @@ App::$strings["Recent Photos"] = "Fotos recientes"; App::$strings["Profile Unavailable."] = "Perfil no disponible"; App::$strings["Not found"] = "No encontrado"; App::$strings["Invalid channel"] = "Canal no válido"; +App::$strings["Wiki"] = "Wiki"; App::$strings["Wikis"] = "Wikis"; App::$strings["Download"] = "Descargar"; App::$strings["Create New"] = "Crear"; @@ -1021,6 +1072,7 @@ App::$strings["Unable to locate original post."] = "No ha sido posible encontrar App::$strings["Empty post discarded."] = "La entrada vacía ha sido desechada."; App::$strings["Duplicate post suppressed."] = "Se ha suprimido la entrada duplicada."; App::$strings["System error. Post not saved."] = "Error del sistema. La entrada no se ha podido salvar."; +App::$strings["Your comment is awaiting approval."] = "Su comentario está pendiente de aprobación."; App::$strings["Unable to obtain post information from database."] = "No ha sido posible obtener información de la entrada en la base de datos."; App::$strings["You have reached your limit of %1$.0f top level posts."] = "Ha alcanzado su límite de %1$.0f entradas en la página principal."; App::$strings["You have reached your limit of %1$.0f webpages."] = "Ha alcanzado su límite de %1$.0f páginas web."; @@ -1078,7 +1130,10 @@ App::$strings["Accept connection to allow communication"] = "Aceptar la conexió App::$strings["Set Affinity"] = "Ajustar la afinidad"; App::$strings["Set Profile"] = "Ajustar el perfil"; App::$strings["Set Affinity & Profile"] = "Ajustar la afinidad y el perfil"; -App::$strings["none"] = "-"; +App::$strings["This connection is unreachable from this location."] = "No se puede acceder a la conexión desde este sitio."; +App::$strings["This connection may be unreachable from other channel locations."] = "Esta conexión puede ser inaccesible desde otras ubicaciones del canal."; +App::$strings["Location independence is not supported by their network."] = "La independencia de ubicación no es compatible con su red."; +App::$strings["This connection is unreachable from this location. Location independence is not supported by their network."] = "Esta conexión no es accesible desde este sitio. La independencia de ubicación no es compatible con su red."; App::$strings["Connection Default Permissions"] = "Permisos predeterminados de conexión"; App::$strings["Connection: %s"] = "Conexión: %s"; App::$strings["Apply these permissions automatically"] = "Aplicar estos permisos automaticamente"; @@ -1103,24 +1158,7 @@ App::$strings["Please choose the profile you would like to display to %s when vi App::$strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "Algunos permisos pueden ser heredados de los <a href=\"settings\"><strong>ajustes de privacidad</strong></a> de sus canales, los cuales tienen una prioridad más alta que los ajustes individuales. Puede cambiar estos ajustes aquí, pero no tendrán ningún consecuencia hasta que cambie los ajustes heredados."; App::$strings["Last update:"] = "Última actualización:"; App::$strings["Details"] = "Detalles"; -App::$strings["Organisation"] = "Organización"; -App::$strings["Title"] = "Título"; -App::$strings["Phone"] = "Teléfono"; -App::$strings["Instant messenger"] = "Mensajería instantánea"; -App::$strings["Website"] = "Sitio web"; -App::$strings["Note"] = "Nota"; -App::$strings["Mobile"] = "Móvil"; -App::$strings["Home"] = "Inicio"; -App::$strings["Work"] = "Trabajo"; -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"; -App::$strings["Street"] = "Calle"; -App::$strings["Locality"] = "Localidad"; -App::$strings["Region"] = "Provincia, región o estado"; -App::$strings["ZIP Code"] = "Código postal"; -App::$strings["Country"] = "País"; +App::$strings["My Chatrooms"] = "Mis salas de chat"; App::$strings["Room not found"] = "Sala no encontrada"; App::$strings["Leave Room"] = "Abandonar la sala"; App::$strings["Delete Room"] = "Eliminar esta sala"; @@ -1136,7 +1174,6 @@ App::$strings["%1\$s's Chatrooms"] = "Salas de chat de %1\$s"; App::$strings["No chatrooms available"] = "No hay salas de chat disponibles"; App::$strings["Expiration"] = "Caducidad"; App::$strings["min"] = "min"; -App::$strings["Photos"] = "Fotos"; App::$strings["Files"] = "Ficheros"; App::$strings["Unable to update menu."] = "No se puede actualizar el menú."; App::$strings["Unable to create menu."] = "No se puede crear el menú."; @@ -1279,11 +1316,11 @@ App::$strings["Ratings"] = "Valoraciones"; App::$strings["Rating: "] = "Valoración:"; App::$strings["Website: "] = "Sitio web:"; App::$strings["Description: "] = "Descripción:"; +App::$strings["Webpages"] = "Páginas web"; App::$strings["Import Webpage Elements"] = "Importar elementos de una página web"; App::$strings["Import selected"] = "Importar elementos seleccionados"; App::$strings["Export Webpage Elements"] = "Exportar elementos de una página web"; App::$strings["Export selected"] = "Exportar los elementos seleccionados"; -App::$strings["Webpages"] = "Páginas web"; App::$strings["Actions"] = "Acciones"; App::$strings["Page Link"] = "Vínculo de la página"; App::$strings["Page Title"] = "Título de página"; @@ -1327,6 +1364,7 @@ App::$strings["Edit Source"] = "Editar fuente"; App::$strings["Delete Source"] = "Eliminar fuente"; App::$strings["Source removed"] = "Fuente eliminada"; App::$strings["Unable to remove source."] = "No se puede eliminar la fuente."; +App::$strings["Post"] = "Publicación"; App::$strings["Like/Dislike"] = "Me gusta/No me gusta"; App::$strings["This action is restricted to members."] = "Esta acción está restringida solo para miembros."; App::$strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "Por favor, <a href=\"rmagic\">identifíquese con su \$Projectname ID</a> o <a href=\"register\">rregístrese como un nuevo \$Projectname member</a> para continuar."; @@ -1345,6 +1383,7 @@ App::$strings["%1\$s is not attending %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s n App::$strings["%1\$s may attend %2\$s's %3\$s"] = "%3\$s de %2\$s: %1\$s quizá participe"; App::$strings["Action completed."] = "Acción completada."; App::$strings["Thank you."] = "Gracias."; +App::$strings["Directory"] = "Directorio"; App::$strings["%d rating"] = array( 0 => "%d valoración", 1 => "%d valoraciones", @@ -1376,6 +1415,7 @@ App::$strings["Oldest to Newest"] = "De más antiguo a más nuevo"; App::$strings["No entries (some entries may be hidden)."] = "Sin entradas (algunas entradas pueden estar ocultas)."; App::$strings["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["Suggest Channels"] = "Sugerir canales"; App::$strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No hay sugerencias disponibles. Si es un sitio nuevo, espere 24 horas y pruebe de nuevo."; App::$strings["Ignore/Hide"] = "Ignorar/Ocultar"; App::$strings["Unable to find your hub."] = "No se puede encontrar su servidor."; @@ -1384,6 +1424,7 @@ App::$strings["Unable to lookup recipient."] = "No se puede asociar a un destina 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["Mail"] = "Correo"; App::$strings["Messages"] = "Mensajes"; App::$strings["message"] = "mensaje"; App::$strings["Message recalled."] = "Mensaje revocado."; @@ -1425,6 +1466,7 @@ App::$strings["Or enter new bookmark folder name"] = "O introduzca un nuevo nomb App::$strings["Enter a folder name"] = "Escriba un nombre de carpeta"; App::$strings["or select an existing folder (doubleclick)"] = "o seleccione una (con un doble click)"; App::$strings["Save to Folder"] = "Guardar en carpeta"; +App::$strings["Remote Diagnostics"] = "Diagnóstico remoto"; App::$strings["Fetching URL returns error: %1\$s"] = "Al intentar obtener la dirección, retorna el error: %1\$s"; 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."; @@ -1469,6 +1511,7 @@ App::$strings["No such group"] = "No se encuentra el grupo"; App::$strings["No such channel"] = "No se encuentra el canal"; App::$strings["forum"] = "foro"; App::$strings["Search Results For:"] = "Buscar resultados para:"; +App::$strings["Activity"] = "Actividad"; App::$strings["Privacy group is empty"] = "El grupo de canales está vacío"; App::$strings["Privacy group: "] = "Grupo de canales: "; App::$strings["Invalid connection."] = "Conexión no válida."; @@ -1487,20 +1530,17 @@ App::$strings["Copy/paste this code to attach file to a post"] = "Copiar/pegar e App::$strings["Copy/paste this URL to link file from a web page"] = "Copiar/pegar esta dirección para enlazar el fichero desde una página web"; App::$strings["Share this file"] = "Compartir este fichero"; App::$strings["Show URL to this file"] = "Mostrar la dirección de este fichero"; -App::$strings["Notify your contacts about this file"] = "Avisar a sus contactos sobre este fichero"; +App::$strings["Show in your contacts shared folder"] = "Mostrar en la carpeta compartida con sus contactos"; App::$strings["No channel."] = "Ningún canal."; App::$strings["Common connections"] = "Conexiones comunes"; App::$strings["No connections in common."] = "Ninguna conexión en común."; App::$strings["No connections."] = "Sin conexiones."; App::$strings["Visit %s's profile [%s]"] = "Visitar el perfil de %s [%s]"; App::$strings["View Connections"] = "Ver conexiones"; -App::$strings["# Accounts"] = "# Cuentas"; -App::$strings["# blocked accounts"] = "# cuentas bloqueadas"; -App::$strings["# expired accounts"] = "# cuentas caducadas"; -App::$strings["# expiring accounts"] = "# cuentas que caducan"; -App::$strings["# Channels"] = "# Canales"; -App::$strings["# primary"] = "# primario"; -App::$strings["# clones"] = "# clones"; +App::$strings["Blocked accounts"] = "Cuentas bloqueadas"; +App::$strings["Expired accounts"] = "Cuentas caducadas"; +App::$strings["Expiring accounts"] = "Cuentas que caducan"; +App::$strings["Clones"] = "Clones"; App::$strings["Message queues"] = "Mensajes en cola"; App::$strings["Your software should be updated"] = "Debe actualizar su software"; App::$strings["Summary"] = "Sumario"; @@ -1532,29 +1572,22 @@ App::$strings["Forgot your Password?"] = "¿Ha olvidado su contraseña?"; App::$strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Introduzca y envíe su dirección de correo electrónico para el restablecimiento de su contraseña. Luego revise su correo para obtener más instrucciones."; App::$strings["Email Address"] = "Dirección de correo electrónico"; App::$strings["Reset"] = "Reiniciar"; -App::$strings["Mark all system notifications seen"] = "Marcar todas las notificaciones del sistema como leídas"; +App::$strings["Mark all seen"] = "Marcar todo como visto"; +App::$strings["0. Beginner/Basic"] = "0. Principiante/Básico"; +App::$strings["1. Novice - not skilled but willing to learn"] = "1. Novicio - no está preparado pero está dispuestos a aprender"; +App::$strings["2. Intermediate - somewhat comfortable"] = "2. Intermedio - algo cómodo"; +App::$strings["3. Advanced - very comfortable"] = "3. Avanzado - muy cómodo"; +App::$strings["4. Expert - I can write computer code"] = "4. Experto - Puedo escribir código informático"; +App::$strings["5. Wizard - I probably know more than you do"] = "5. Asistente - probablemente sé más que tú"; App::$strings["Site Admin"] = "Administrador del sitio"; App::$strings["Report Bug"] = "Informe de errores"; -App::$strings["View Bookmarks"] = "Ver los marcadores"; -App::$strings["My Chatrooms"] = "Mis salas de chat"; App::$strings["Firefox Share"] = "Servicio de compartición de Firefox"; -App::$strings["Remote Diagnostics"] = "Diagnóstico remoto"; -App::$strings["Suggest Channels"] = "Sugerir canales"; App::$strings["Login"] = "Iniciar sesión"; -App::$strings["Activity"] = "Actividad"; -App::$strings["Wiki"] = "Wiki"; -App::$strings["Channel Home"] = "Mi canal"; -App::$strings["Events"] = "Eventos"; -App::$strings["Directory"] = "Directorio"; -App::$strings["Mail"] = "Correo"; App::$strings["Chat"] = "Chat"; App::$strings["Probe"] = "Probar"; App::$strings["Suggest"] = "Sugerir"; App::$strings["Random Channel"] = "Canal aleatorio"; -App::$strings["Invite"] = "Invitar"; App::$strings["Features"] = "Funcionalidades"; -App::$strings["Language"] = "Idioma"; -App::$strings["Post"] = "Publicación"; App::$strings["Profile Photo"] = "Foto del perfil"; App::$strings["Purchase"] = "Comprar"; App::$strings["Undelete"] = "Recuperar"; @@ -1611,9 +1644,11 @@ App::$strings["Please visit %s to view and/or reply to your private messages."] App::$strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s ha comentado [zrl=%3\$s]%4\$s[/zrl]"; App::$strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s ha comentado [zrl=%3\$s]%5\$s de %4\$s[/zrl] "; App::$strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s ha comentado [zrl=%3\$s]%4\$s creado por usted[/zrl]"; +App::$strings["[\$Projectname:Notify] Moderated Comment to conversation #%1\$d by %2\$s"] = "[\$Projectname:Aviso] Comentario moderado en la conversación #%1\$d por %2\$s"; App::$strings["[\$Projectname:Notify] Comment to conversation #%1\$d by %2\$s"] = "[\$Projectname:Aviso] Nuevo comentario de %2\$s en la conversación #%1\$d"; App::$strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s ha comentado un elemento/conversación que ha estado siguiendo."; App::$strings["Please visit %s to view and/or reply to the conversation."] = "Para ver o comentar la conversación, visite %s"; +App::$strings["Please visit %s to approve or reject this comment."] = "Por favor, visite %spara aprobar o rechazar este comentario."; App::$strings["%1\$s, %2\$s liked [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s ha mostrado su agrado por [zrl=%3\$s]%4\$s creado por usted[/zrl]"; App::$strings["[\$Projectname:Notify] Like received to conversation #%1\$d by %2\$s"] = "[\$Projectname:Aviso] \"Me gusta\" de %2\$s en la conversación #%1\$d"; App::$strings["%1\$s, %2\$s liked an item/conversation you created."] = "%1\$s, %2\$s ha mostrado su agrado por un elemento o conversación que ha creado usted."; @@ -1684,7 +1719,6 @@ App::$strings["Vote"] = "Votar"; App::$strings["Voting Options"] = "Opciones de votación"; App::$strings["Save Bookmarks"] = "Guardar en Marcadores"; App::$strings["Add to Calendar"] = "Añadir al calendario"; -App::$strings["Mark all seen"] = "Marcar todo como visto"; App::$strings["%s show all"] = "%s mostrar todo"; App::$strings["Bold"] = "Negrita"; App::$strings["Italic"] = "Itálico "; @@ -1694,6 +1728,9 @@ App::$strings["Code"] = "Código"; App::$strings["Image"] = "Imagen"; App::$strings["Insert Link"] = "Insertar enlace"; App::$strings["Video"] = "Vídeo"; +App::$strings["Your full name (required)"] = "Su nombre completo (requerido)"; +App::$strings["Your email address (required)"] = "Su dirección de correo electrónico (requerido)"; +App::$strings["Your website URL (optional)"] = "La URL de su sitio web (opcional)"; App::$strings["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["Welcome %s. Remote authentication successful."] = "Bienvenido %s. La identificación desde su servidor se ha llevado a cabo correctamente."; App::$strings["parent"] = "padre"; @@ -1713,6 +1750,25 @@ App::$strings["Create new folder"] = "Crear nueva carpeta"; App::$strings["Upload file"] = "Subir fichero"; App::$strings["Drop files here to immediately upload"] = "Arrastre los ficheros aquí para subirlos de forma inmediata"; App::$strings["Forums"] = "Foros"; +App::$strings["Select Channel"] = "Seleccionar un canal"; +App::$strings["Read-write"] = "Lectura y escritura"; +App::$strings["Read-only"] = "Sólo lectura"; +App::$strings["My Calendars"] = "Mis calendarios"; +App::$strings["Shared Calendars"] = "Calendarios compartidos"; +App::$strings["Share this calendar"] = "Compartir este calendario"; +App::$strings["Calendar name and color"] = "Nombre y color del calendario"; +App::$strings["Create new calendar"] = "Crear un nuevo calendario"; +App::$strings["Calendar Name"] = "Nombre del calendario"; +App::$strings["Calendar Tools"] = "Gestión de calendarios"; +App::$strings["Import calendar"] = "Importar un calendario"; +App::$strings["Select a calendar to import to"] = "Seleccionar un calendario para importarlo"; +App::$strings["Addressbooks"] = "Agenda de direcciones"; +App::$strings["Addressbook name"] = "Nombre de la agenda"; +App::$strings["Create new addressbook"] = "Crear una nueva agenda de direcciones"; +App::$strings["Addressbook Name"] = "Nombre de la agenda"; +App::$strings["Addressbook Tools"] = "Gestión de agendas de direcciones"; +App::$strings["Import addressbook"] = "Importar una agenda de direcciones"; +App::$strings["Select an addressbook to import to"] = "Seleccionar una agenda para importarla"; App::$strings["Categories"] = "Temas"; App::$strings["Everything"] = "Todo"; App::$strings["Events Tools"] = "Gestión de eventos"; @@ -1736,9 +1792,9 @@ App::$strings["Enter channel address"] = "Dirección del canal"; App::$strings["Examples: bob@example.com, https://example.com/barbara"] = "Ejemplos: manuel@ejemplo.com, https://ejemplo.com/carmen"; App::$strings["Wiki List"] = "Lista de wikis"; App::$strings["Archives"] = "Hemeroteca"; -App::$strings["Conversations"] = "Conversaciones"; App::$strings["Received Messages"] = "Mensajes recibidos"; App::$strings["Sent Messages"] = "Enviar mensajes"; +App::$strings["Conversations"] = "Conversaciones"; App::$strings["No messages."] = "Sin mensajes."; App::$strings["Delete conversation"] = "Eliminar conversación"; App::$strings["Chat Members"] = "Miembros del chat"; @@ -1773,8 +1829,6 @@ App::$strings["Permission Groups"] = "Grupos de permisos"; App::$strings["Premium Channel Settings"] = "Configuración del canal premium"; App::$strings["Bookmarked Chatrooms"] = "Salas de chat preferidas"; App::$strings["Source channel not found."] = "No se ha encontrado el canal de origen."; -App::$strings["__ctx:opensearch__ Search %1\$s (%2\$s)"] = "Buscar %1\$s (%2\$s)"; -App::$strings["__ctx:opensearch__ \$Projectname"] = "\$Projectname"; App::$strings["Create an account to access services and applications"] = "Crear una cuenta para acceder a los servicios y aplicaciones"; App::$strings["Logout"] = "Finalizar sesión"; App::$strings["Login/Email"] = "Inicio de sesión / Correo electrónico"; @@ -1840,58 +1894,11 @@ App::$strings["Some setting"] = "Algunos ajustes"; App::$strings["A setting"] = "Un ajuste"; App::$strings["Skeleton Settings"] = "Ajustes de Skeleton"; App::$strings["GNU-Social Protocol Settings updated."] = "Se han actualizado los ajustes del protocolo de GNU-Social."; +App::$strings["The GNU-Social protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = "El protocolo de GNU-Social no admite la independencia de la ubicación. Las\n conexiones que realice dentro de esa red pueden ser inaccesibles desde \nubicaciones de canales alternativos."; App::$strings["Enable the GNU-Social protocol for this channel"] = "Activar el protocolo de GNU-Social para este canal"; App::$strings["GNU-Social Protocol Settings"] = "Ajustes del protocolo de GNU-Social"; App::$strings["Follow"] = "Seguir"; App::$strings["%1\$s is now following %2\$s"] = "%1\$s está siguiendo ahora a %2\$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["You have to enable this plugin in Feature/Addon Settings > CalDAV/CardDAV Settings before you can use it."] = "Debe habilitar este complemento en Ajustes/Complementos>Configuración de CalDAV/CardDAV antes de poder utilizarlo."; -App::$strings["Example: YYYY-MM-DD HH:mm"] = "Ejemplo: YYYY-MM-DD HH:mm"; -App::$strings["End date and time"] = "Fecha y hora de finalización"; -App::$strings["List month"] = "Lista mensual"; -App::$strings["List week"] = "Lista semanal"; -App::$strings["List day"] = "Lista diaria"; -App::$strings["More"] = "Más"; -App::$strings["Less"] = "Menos"; -App::$strings["Select calendar"] = "Seleccionar un calendario"; -App::$strings["Delete all"] = "Eliminar todos"; -App::$strings["Sorry! Editing of recurrent events is not yet implemented."] = "¡Disculpas! La edición de eventos recurrentes aún no se ha implementado."; -App::$strings["Errors encountered creating database table: "] = "Errores encontrados al crear la tabla de la base de datos: "; -App::$strings["Default Calendar"] = "Calendario por defecto"; -App::$strings["Default Addressbook"] = "Agenda de direcciones por defecto"; -App::$strings["CalDAV/CardDAV Settings saved."] = "Se ha guardado la configuración de CalDAV/CardDAV."; -App::$strings["Enable CalDAV/CardDAV Server for this channel"] = "Habilitar el servidor CalDAV/CardDAV para este canal"; -App::$strings["Your CalDAV resources are located at %s "] = "Los recursos de CalDAV se encuentran en %s"; -App::$strings["Your CardDAV resources are located at %s "] = "Sus recursos de CalDAV están localizados en %s "; -App::$strings["CalDAV/CardDAV Settings"] = "Configuración de CalDAV/CardDAV"; -App::$strings["Home, Voice"] = "Llamadas particulares"; -App::$strings["Home, Fax"] = "Fax particular"; -App::$strings["Work, Voice"] = "Llamadas de trabajo"; -App::$strings["Work, Fax"] = "Fax de trabajo"; -App::$strings["Select Channel"] = "Seleccionar un canal"; -App::$strings["Read-write"] = "Lectura y escritura"; -App::$strings["Read-only"] = "Sólo lectura"; -App::$strings["My Calendars"] = "Mis calendarios"; -App::$strings["Shared Calendars"] = "Calendarios compartidos"; -App::$strings["Share this calendar"] = "Compartir este calendario"; -App::$strings["Calendar name and color"] = "Nombre y color del calendario"; -App::$strings["Create new calendar"] = "Crear un nuevo calendario"; -App::$strings["Calendar Name"] = "Nombre del calendario"; -App::$strings["Calendar Tools"] = "Gestión de calendarios"; -App::$strings["Import calendar"] = "Importar un calendario"; -App::$strings["Select a calendar to import to"] = "Seleccionar un calendario para importarlo"; -App::$strings["Addressbooks"] = "Agenda de direcciones"; -App::$strings["Addressbook name"] = "Nombre de la agenda"; -App::$strings["Create new addressbook"] = "Crear una nueva agenda de direcciones"; -App::$strings["Addressbook Name"] = "Nombre de la agenda"; -App::$strings["Addressbook Tools"] = "Gestión de agendas de direcciones"; -App::$strings["Import addressbook"] = "Importar una agenda de direcciones"; -App::$strings["Select an addressbook to import to"] = "Seleccionar una agenda para importarla"; App::$strings["Planets Settings updated."] = "Se han guardado los ajustes de Planets."; App::$strings["Enable Planets Plugin"] = "Habilitar el plugin Planets"; App::$strings["Planets Settings"] = "Ajustes de Planets"; @@ -2080,9 +2087,11 @@ App::$strings["bonked"] = "ha golpeado a"; App::$strings["declare undying love for"] = "una declaración de amor eterno"; App::$strings["declared undying love for"] = "ha declarado amor eterno a"; App::$strings["Diaspora Protocol Settings updated."] = "Los ajustes del protocolo de Diaspora se han actualizado."; +App::$strings["The Diaspora protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = "El protocolo de Diaspora no admite la independencia de la ubicación. Las conexiones que realice dentro de esa red pueden ser inaccesibles desde ubicaciones de canales alternativos."; App::$strings["Enable the Diaspora protocol for this channel"] = "Activar el protocolo de Diaspora para este canal"; App::$strings["Allow any Diaspora member to comment on your public posts"] = "Permitir a cualquier miembro de Diaspora comentar sus entradas públicas"; App::$strings["Prevent your hashtags from being redirected to other sites"] = "Impedir que sus \"hashtags\" sean redirigidos a otros sitios "; +App::$strings["Sign and forward posts and comments with no existing Diaspora signature"] = "Firmar y enviar entradas y comentarios sin firma de Diaspora"; App::$strings["Followed hashtags (comma separated, do not include the #)"] = "\"Hashtags\" seguidos (separados por comas, sin incluir #)"; App::$strings["Diaspora Protocol Settings"] = "Ajustes del protocolo de Diaspora"; App::$strings["No username found in import file."] = "No se ha encontrado el nombre de usuario en el fichero de importación."; @@ -2115,10 +2124,6 @@ App::$strings["Mail sent."] = "El correo electrónico ha sido enviado."; App::$strings["Sending of mail failed."] = "No se pudo enviar el correo."; App::$strings["Mail Test"] = "Prueba de correo"; App::$strings["Message subject"] = "Asunto del mensaje"; -App::$strings["Reconnecting %d connections"] = "Reconectando %d conexiones"; -App::$strings["Diaspora Reconnect"] = "Reconectar con Diaspora"; -App::$strings["Use this form to re-establish Diaspora connections which were initially made from a different hub."] = "Utilice este formulario para restablecer las conexiones de diáspora que se hicieron inicialmente desde un hub diferente."; -App::$strings["Reconnect"] = "Reconectar"; App::$strings["View Larger"] = "Ver más grande"; App::$strings["Tile Server URL"] = "URL del servidor de mosaicos de imágenes "; App::$strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Una lista de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">servidores públicos de mosaicos de imágenes</a>"; @@ -2344,6 +2349,10 @@ App::$strings["I won!"] = "¡He ganado yo!"; App::$strings["Message to display on every page on this server"] = "Mensaje para mostrar en todas las páginas de este servidor"; App::$strings["Pageheader Settings"] = "Ajustes del encabezado de página"; App::$strings["pageheader Settings saved."] = "Se han guardado los ajustes del encabezado de página."; +App::$strings["Only authenticate automatically to sites of your friends"] = "Autenticación automática solo en los sitios de sus amigos"; +App::$strings["By default you are automatically authenticated anywhere in the network"] = "De forma predeterminada, se autenticará automáticamente en cualquier parte de la red"; +App::$strings["Authchoose Settings"] = "Ajustes de Authchoose"; +App::$strings["Atuhchoose Settings updated."] = "Se han actualizado los ajustes de Atuhchoose."; App::$strings["lonely"] = "Solo/a"; App::$strings["drunk"] = "ebrio/a"; App::$strings["horny"] = "caliente"; @@ -2392,6 +2401,8 @@ App::$strings["Pump.io Post Settings"] = "Ajustes de publicación en pump.io"; App::$strings["PumpIO Settings saved."] = "Se han guardado los ajustes de PumpIO."; App::$strings["An account has been created for you."] = "Se ha creado una cuenta para usted."; App::$strings["Authentication successful but rejected: account creation is disabled."] = "Autenticación correcta pero rechazada: la creación de cuentas está deshabilitada."; +App::$strings["__ctx:opensearch__ Search %1\$s (%2\$s)"] = "Buscar %1\$s (%2\$s)"; +App::$strings["__ctx:opensearch__ \$Projectname"] = "\$Projectname"; App::$strings["Search \$Projectname"] = "Buscar \$Projectname"; 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."; @@ -2553,19 +2564,6 @@ App::$strings["__ctx:noun__ Abstain"] = array( 0 => "se abstiene", 1 => "Se abstienen", ); -App::$strings["Can view my normal stream and posts"] = "Pueden verse mi actividad y publicaciones normales"; -App::$strings["Can view my webpages"] = "Pueden verse mis páginas web"; -App::$strings["Can post on my channel page (\"wall\")"] = "Pueden crearse entradas en mi página de inicio del canal (“muro”)"; -App::$strings["Can like/dislike stuff"] = "Puede marcarse contenido como me gusta/no me gusta"; -App::$strings["Profiles and things other than posts/comments"] = "Perfiles y otras cosas aparte de publicaciones/comentarios"; -App::$strings["Can forward to all my channel contacts via post @mentions"] = "Puede enviarse una entrada a todos mis contactos del canal mediante una @mención"; -App::$strings["Advanced - useful for creating group forum channels"] = "Avanzado - útil para crear canales de foros de discusión o grupos"; -App::$strings["Can chat with me (when available)"] = "Se puede charlar conmigo (cuando esté disponible)"; -App::$strings["Can write to my file storage and photos"] = "Puede escribirse en mi repositorio de ficheros y fotos"; -App::$strings["Can edit my webpages"] = "Pueden editarse mis páginas web"; -App::$strings["Somewhat advanced - very useful in open communities"] = "Algo avanzado - muy útil en comunidades abiertas"; -App::$strings["Can administer my channel resources"] = "Pueden administrarse mis recursos del canal"; -App::$strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Muy avanzado. Déjelo a no ser que sepa bien lo que está haciendo."; App::$strings["Directory Options"] = "Opciones del directorio"; App::$strings["Safe Mode"] = "Modo seguro"; App::$strings["Public Forums Only"] = "Solo foros públicos"; @@ -2636,11 +2634,13 @@ App::$strings["Unknown Attachment"] = "Adjunto no reconocido"; 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["default"] = "por defecto"; App::$strings["Page layout"] = "Plantilla de la página"; App::$strings["You can create your own with the layouts tool"] = "Puede crear su propia disposición gráfica con la herramienta de plantillas"; App::$strings["Page content type"] = "Tipo de contenido de la página"; App::$strings["activity"] = "la actividad"; +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["Pages"] = "Páginas"; App::$strings["Import website..."] = "Importar un sitio web..."; @@ -2674,11 +2674,7 @@ App::$strings["%d connection in common"] = array( 1 => "%d conexiones en común", ); App::$strings["show more"] = "mostrar más"; -App::$strings["Attachments:"] = "Ficheros adjuntos: "; -App::$strings["l F d, Y \\@ g:i A"] = "l d de F, Y \\@ G:i"; -App::$strings["\$Projectname event notification:"] = "Notificación de eventos de \$Projectname: "; -App::$strings["Starts:"] = "Comienza:"; -App::$strings["Finishes:"] = "Finaliza:"; +App::$strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escribió %2\$s siguiente %3\$s"; 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."; @@ -2795,11 +2791,13 @@ App::$strings["Reserved nickname. Please choose another."] = "Sobrenombre en uso App::$strings["Nickname has unsupported characters or is already being used on this site."] = "El alias contiene caracteres no admitidos o está ya en uso por otros miembros de este sitio."; 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["Create New Profile"] = "Crear un nuevo perfil"; App::$strings["Visible to everybody"] = "Visible para todos"; App::$strings["Gender:"] = "Género:"; App::$strings["Homepage:"] = "Página personal:"; App::$strings["Online Now"] = "Ahora en línea"; +App::$strings["Trans"] = "Trans"; App::$strings["Like this channel"] = "Me gusta este canal"; App::$strings["j F, Y"] = "j F Y"; App::$strings["j F"] = "j F"; @@ -2823,25 +2821,31 @@ App::$strings["Work/employment:"] = "Trabajo:"; App::$strings["School/education:"] = "Estudios:"; App::$strings["Like this thing"] = "Me gusta esto"; App::$strings["User '%s' deleted"] = "El usuario '%s' ha sido eliminado"; +App::$strings["l F d, Y \\@ g:i A"] = "l d de F, Y \\@ G:i"; +App::$strings["Starts:"] = "Comienza:"; +App::$strings["Finishes:"] = "Finaliza:"; App::$strings["This event has been added to your calendar."] = "Este evento ha sido añadido a su calendario."; App::$strings["Not specified"] = "Sin especificar"; App::$strings["Needs Action"] = "Necesita de una intervención"; App::$strings["Completed"] = "Completado/a"; App::$strings["In Process"] = "En proceso"; App::$strings["Cancelled"] = "Cancelado/a"; +App::$strings["Home, Voice"] = "Llamadas particulares"; +App::$strings["Home, Fax"] = "Fax particular"; +App::$strings["Work, Voice"] = "Llamadas de trabajo"; +App::$strings["Work, Fax"] = "Fax de trabajo"; App::$strings["view full size"] = "Ver en el tamaño original"; -App::$strings["No Subject"] = "Sin asunto"; App::$strings["Friendica"] = "Friendica"; App::$strings["OStatus"] = "OStatus"; App::$strings["GNU-Social"] = "GNU Social"; App::$strings["RSS/Atom"] = "RSS/Atom"; +App::$strings["ActivityPub"] = "ActivityPub"; App::$strings["Diaspora"] = "Diaspora"; App::$strings["Facebook"] = "Facebook"; App::$strings["Zot"] = "Zot"; App::$strings["LinkedIn"] = "LinkedIn"; App::$strings["XMPP/IM"] = "XMPP/IM"; App::$strings["MySpace"] = "MySpace"; -App::$strings["New Page"] = "Nueva página"; App::$strings["Select an alternate language"] = "Seleccionar un idioma alternativo"; App::$strings["Who can see this?"] = "¿Quién puede ver esto?"; App::$strings["Custom selection"] = "Selección personalizada"; @@ -2854,7 +2858,6 @@ App::$strings["Image/photo"] = "Imagen/foto"; App::$strings["Encrypted content"] = "Contenido cifrado"; App::$strings["Install %s element: "] = "Instalar el elemento %s:"; App::$strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Esta entrada contiene el elemento instalable %s, sin embargo le faltan permisos para instalarlo en este sitio."; -App::$strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escribió %2\$s siguiente %3\$s"; App::$strings["Click to open/close"] = "Pulsar para abrir/cerrar"; App::$strings["spoiler"] = "spoiler"; App::$strings["$1 wrote:"] = "$1 escribió:"; @@ -3017,6 +3020,7 @@ App::$strings["Mark all channel notifications seen"] = "Marcar todas las notific App::$strings["Notices"] = "Avisos"; App::$strings["Notifications"] = "Notificaciones"; App::$strings["View all notifications"] = "Ver todas las notificaciones"; +App::$strings["Mark all system notifications seen"] = "Marcar todas las notificaciones del sistema como leídas"; App::$strings["Private mail"] = "Correo privado"; App::$strings["View your private messages"] = "Ver sus mensajes privados"; App::$strings["Mark all private messages seen"] = "Marcar todos los mensajes privados como leídos"; @@ -3025,10 +3029,16 @@ App::$strings["View events"] = "Ver los eventos"; App::$strings["Mark all events seen"] = "Marcar todos los eventos como leidos"; App::$strings["Manage Your Channels"] = "Gestionar sus canales"; App::$strings["Account/Channel Settings"] = "Ajustes de cuenta/canales"; +App::$strings["Shared Files"] = "Ficheros compartidos"; +App::$strings["New files shared with me"] = "Nuevos ficheros compartidos conmigo"; +App::$strings["Public stream"] = "\"Stream\" público"; +App::$strings["Public stream activities"] = "Actividades del \"stream\" público"; App::$strings["Site Setup and Configuration"] = "Ajustes y configuración del sitio"; App::$strings["@name, #tag, ?doc, content"] = "@nombre, #etiqueta, ?ayuda, contenido"; App::$strings["Please wait..."] = "Espere por favor…"; App::$strings["Add Apps"] = "Añadir aplicaciones"; +App::$strings["Arrange Apps"] = "Organizar aplicaciones"; +App::$strings["Toggle System Apps"] = "Alternar aplicaciones de sistema"; 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["Photo storage failed."] = "La foto no ha podido ser guardada."; diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index fae8e3f98..ddc1d1053 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -35,15 +35,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - - - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/it/htconfig.tpl b/view/it/htconfig.tpl index ea3f5b5c2..5acb0ebe2 100644 --- a/view/it/htconfig.tpl +++ b/view/it/htconfig.tpl @@ -34,14 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/js/main.js b/view/js/main.js index 38b9754a1..8f981fe31 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -13,6 +13,7 @@ function commentOpenUI(obj, id) { $("#comment-edit-text-" + id).attr('tabindex','9'); $("#comment-edit-submit-" + id).attr('tabindex','10'); $("#comment-tools-" + id).show(); + $("#comment-edit-anon-" + id).show(); } }; @@ -20,15 +21,20 @@ function commentOpenUI(obj, id) { } function commentCloseUI(obj, id) { - $(document).unbind( "click.commentClose", handler ); + var form_id = $(obj)[0].form.id; + + $('#' + form_id).on('click', function(e) { + $(document).unbind( "click.commentClose", handler ); + }); var handler = function() { - if(obj.value === '') { - obj.value = aStr.comment; + if($('#comment-edit-text-' + id).val() === '') { + $('#comment-edit-text-' + id).val(aStr.comment); $("#comment-edit-text-" + id).removeClass("comment-edit-text-full").addClass("comment-edit-text-empty"); $("#comment-edit-text-" + id).removeAttr('tabindex'); $("#comment-edit-submit-" + id).removeAttr('tabindex'); $("#comment-tools-" + id).hide(); + $("#comment-edit-anon-" + id).hide(); } }; @@ -41,7 +47,8 @@ function commentOpen(obj, id) { $("#comment-edit-text-" + id).addClass("comment-edit-text-full"); $("#comment-edit-text-" + id).removeClass("comment-edit-text-empty"); $("#mod-cmnt-wrap-" + id).show(); - openMenu("comment-tools-" + id); + $("#comment-tools-" + id).show(); + $("#comment-edit-anon-" + id).show(); return true; } return false; @@ -53,7 +60,8 @@ function commentClose(obj, id) { $("#comment-edit-text-" + id).removeClass("comment-edit-text-full"); $("#comment-edit-text-" + id).addClass("comment-edit-text-empty"); $("#mod-cmnt-wrap-" + id).hide(); - closeMenu("comment-tools-" + id); + $("#comment-tools-" + id).hide(); + $("#comment-edit-anon-" + id).hide(); return true; } return false; @@ -373,7 +381,7 @@ function NavUpdate() { } else { $('#notifications-btn').css('opacity', 0.5); - $('#navbar-collapse-1').removeClass('in'); + $('#navbar-collapse-1').removeClass('show'); } if(data.network == 0) { diff --git a/view/nb-no/htconfig.tpl b/view/nb-no/htconfig.tpl index ea3f5b5c2..5acb0ebe2 100644 --- a/view/nb-no/htconfig.tpl +++ b/view/nb-no/htconfig.tpl @@ -34,14 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/pdl/mod_cdav.pdl b/view/pdl/mod_cdav.pdl new file mode 100644 index 000000000..ae26810c4 --- /dev/null +++ b/view/pdl/mod_cdav.pdl @@ -0,0 +1,3 @@ +[region=aside] +[widget=cdav][/widget] +[/region] diff --git a/view/php/default.php b/view/php/default.php index e4553a17f..bd4d7dc22 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -8,7 +8,7 @@ <body <?php if($page['direction']) echo 'dir="rtl"' ?> > <?php if(x($page,'banner')) echo $page['banner']; ?> <header><?php if(x($page,'header')) echo $page['header']; ?></header> - <nav class="navbar fixed-top navbar-expand-md navbar-inverse bg-inverse"><?php if(x($page,'nav')) echo $page['nav']; ?></nav> + <nav class="navbar fixed-top navbar-expand-md navbar-dark bg-dark"><?php if(x($page,'nav')) echo $page['nav']; ?></nav> <main> <aside id="region_1"><div id="left_aside_spacer"><div id="left_aside_wrapper"><?php if(x($page,'aside')) echo $page['aside']; ?></div></div></aside> <section id="region_2"><?php if(x($page,'content')) echo $page['content']; ?> diff --git a/view/php/full.php b/view/php/full.php index 64e32c5bd..094874766 100644 --- a/view/php/full.php +++ b/view/php/full.php @@ -7,7 +7,7 @@ </head> <body> <header><?php if(x($page,'header')) echo $page['header']; ?></header> - <nav class="navbar fixed-top navbar-expand-md navbar-inverse bg-inverse"><?php if(x($page,'nav')) echo $page['nav']; ?></nav> + <nav class="navbar fixed-top navbar-expand-md navbar-dark bg-dark"><?php if(x($page,'nav')) echo $page['nav']; ?></nav> <section><?php if(x($page,'content')) echo $page['content']; ?> <div id="page-footer"></div> </section> diff --git a/view/php/mod_import.php b/view/php/mod_import.php deleted file mode 100644 index 56c4eff86..000000000 --- a/view/php/mod_import.php +++ /dev/null @@ -1,2 +0,0 @@ -<?php -App::$page['template'] = 'full'; diff --git a/view/php/mod_setup.php b/view/php/mod_setup.php new file mode 100644 index 000000000..f0ed2742d --- /dev/null +++ b/view/php/mod_setup.php @@ -0,0 +1,2 @@ +<?php +App::$page['template'] = 'zen'; diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 869b97473..ff37023cf 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -10,7 +10,6 @@ head_add_css('/view/css/conversation.css'); head_add_css('/view/css/widgets.css'); head_add_css('/view/css/colorbox.css'); head_add_css('/library/justifiedGallery/justifiedGallery.min.css'); -head_add_css('/library/Text_Highlighter/sample.css'); head_add_js('jquery.js'); head_add_js('/library/justifiedGallery/jquery.justifiedGallery.min.js'); diff --git a/view/pt-br/htconfig.tpl b/view/pt-br/htconfig.tpl index ea3f5b5c2..5acb0ebe2 100644 --- a/view/pt-br/htconfig.tpl +++ b/view/pt-br/htconfig.tpl @@ -34,14 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/ru/htconfig.tpl b/view/ru/htconfig.tpl index 00da08c91..58a18fbd0 100644 --- a/view/ru/htconfig.tpl +++ b/view/ru/htconfig.tpl @@ -34,13 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting // REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on diff --git a/view/sv/htconfig.tpl b/view/sv/htconfig.tpl index 00da08c91..58a18fbd0 100644 --- a/view/sv/htconfig.tpl +++ b/view/sv/htconfig.tpl @@ -34,13 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting // REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index faa292fe5..fd2ceb2c9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -484,6 +484,7 @@ footer { #nav-search-text { width: 280px; + padding: .15rem .5rem; } #nav-search-text::-webkit-input-placeholder { @@ -1235,24 +1236,24 @@ img.mail-conv-sender-photo { .section-content-info-wrapper { padding: 21px 10px; - color: #31708f; - background-color: #d9edf7; + color: #0c5460; + background-color: #d1ecf1; border-bottom: 3px solid $comment_item_colour; text-align: center; } .section-content-warning-wrapper { padding: 21px 10px; - color: #8a6d3b; - background-color: #fcf8e3; + color: #856404; + background-color: #fff3cd; border-bottom: 3px solid $comment_item_colour; text-align: center; } .section-content-danger-wrapper { padding: 21px 10px; - color: #a94442; - background-color: #f2dede; + color: #721c24; + background-color: #f8d7da; border-bottom: 3px solid $comment_item_colour; text-align: center; } @@ -1339,6 +1340,18 @@ main.fullscreen .section-content-wrapper-np { } /* bootstrap overrides */ +.btn, +.form-control, +.nav-pills .nav-link, +.nav-tabs .nav-link { + border-radius: $radius; +} + +.rounded-top { + border-top-left-radius: $radius !important; + border-top-right-radius: $radius !important; +} + blockquote { font-size: 1rem; font-style: italic; @@ -1353,10 +1366,6 @@ blockquote { border-radius: $radius; } -.dropdown-menu img { - border-radius: $radius; -} - .dropdown-item { color: $font_colour; } @@ -1372,17 +1381,22 @@ blockquote { background-color: $item_colour; } -.bg-inverse { +.dropdown-item.active { + color: #fff; + background-color: #007bff; +} + +.bg-dark { background-color: $nav_bg !important; } -.navbar-inverse .navbar-nav .nav-link, +.navbar-dark .navbar-nav .nav-link, .usermenu i { color: $nav_icon_colour; } -.navbar-inverse .navbar-nav .nav-link:focus, -.navbar-inverse .navbar-nav .nav-link:hover, +.navbar-dark .navbar-nav .nav-link:focus, +.navbar-dark .navbar-nav .nav-link:hover, .usermenu:focus i, .usermenu:hover i { color: $nav_active_icon_colour; @@ -1491,7 +1505,7 @@ dl.bb-dl > dd > li { .form-group.checkbox > div label { display: block; overflow: hidden; cursor: pointer; border: 1px solid #ccc; - border-radius: 4px; + border-radius: $radius; 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; diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 14b977b80..5a586b9f9 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -54,8 +54,20 @@ $(document).ready(function() { } }); + $('#menu-btn').click(function() { + if($('#navbar-collapse-1').hasClass('show')){ + $('#navbar-collapse-1').removeClass('show'); + } + }); + + $('#notifications-btn').click(function() { + if($('#navbar-collapse-2').hasClass('show')){ + $('#navbar-collapse-2').removeClass('show'); + } + }); + $("input[data-role=cat-tagsinput]").tagsinput({ - tagClass: 'badge badge-pill badge-warning' + tagClass: 'badge badge-pill badge-warning text-dark' }); var doctitle = document.title; diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 06cf23ba2..e5a6eb0cd 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -74,13 +74,13 @@ if ((!$schema) || ($schema == '---')) { //Set some defaults - we have to do this after pulling owner settings, and we have to check for each setting //individually. If we don't, we'll have problems if a user has set one, but not all options. if (! $nav_bg) - $nav_bg = '#222'; + $nav_bg = '#343a40'; if (! $nav_icon_colour) $nav_icon_colour = 'rgba(255, 255, 255, 0.5)'; if (! $nav_active_icon_colour) $nav_active_icon_colour = 'rgba(255, 255, 255, 0.75)'; if (! $link_colour) - $link_colour = '#0275d8'; + $link_colour = '#007bff'; if (! $banner_colour) $banner_colour = '#fff'; if (! $bgcolour) diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php index a1147a5b4..2b90ae85f 100644 --- a/view/theme/redbasic/php/theme.php +++ b/view/theme/redbasic/php/theme.php @@ -5,7 +5,7 @@ * * Description: Hubzilla standard theme * * Version: 2.1 * * MinVersion: 2.3.1 - * * MaxVersion: 3.0 + * * MaxVersion: 6.0 * * Author: Fabrixxm * * Maintainer: Mike Macgirvin * * Maintainer: Mario Vavti diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php index 020bda363..b12d80ea5 100644 --- a/view/theme/redbasic/php/theme_init.php +++ b/view/theme/redbasic/php/theme_init.php @@ -8,6 +8,7 @@ head_add_css('/library/datetimepicker/jquery.datetimepicker.css'); head_add_css('/library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css'); require_once('view/php/theme_init.php'); +head_add_js('/library/popper/popper.min.js'); head_add_js('/library/bootstrap/js/bootstrap.min.js'); head_add_js('/library/bootbox/bootbox.min.js'); head_add_js('/library/bootstrap-tagsinput/bootstrap-tagsinput.js'); diff --git a/view/theme/redbasic/schema/bluegrid.css b/view/theme/redbasic/schema/bluegrid.css deleted file mode 100644 index 46e28197e..000000000 --- a/view/theme/redbasic/schema/bluegrid.css +++ /dev/null @@ -1,515 +0,0 @@ -body { - background-size: auto; -} - -.generic-content-wrapper-styled { - background-color: rgba(67,72,138,.8); - color: #FFF; -} - -.generic-content-wrapper-styled .btn-default:hover, #profile-jot-wrapper .btn-default:hover { - border: 1px solid #FFF; -} - -#profile-jot-wrapper { - background-color: inherit; - border: none; -} - -.generic-content-wrapper-styled a:hover, .generic-content-wrapper-styled a:focus, .generic-content-wrapper-styled .field.checkbox:hover label, .generic-content-wrapper-styled .field.checkbox:focus label, .allcontact-link:hover, .allcontact-link:focus { - color: rgba(255,255,255,.8); -} - -.generic-content-wrapper, .profile-jot-text, .comment-edit-text-empty, .comment-edit-text-full, input.widget-input, .wall-item-content-wrapper, .section-title-wrapper, .section-content-wrapper { - border-radius: 0px !important; -} - -.generic-content-wrapper { - background-color: rgba(255,255,255,.8); - color: #4d4d4d; -} - -.wall-item-content-wrapper { - background-color: #FFF; -} - -.hide-comments-outer, .wall-item-content-wrapper.comment, .wall-item-comment-wrapper { - background-color: transparent; -} - -.generic-content-wrapper-styled .generic-content-wrapper { - color: #4D4D4D; -} - -.generic-content-wrapper-styled .generic-content-wrapper a { - color: #43488A; -} - -.generic-content-wrapper #profile-jot-wrapper { - background-color: transparent; - color: #4D4D4D; -} - -.generic-content-wrapper input#jot-title, .generic-content-wrapper input#jot-pagetitle { - color: #4D4D4D; -} - -.generic-content-wrapper input#jot-title:hover, .generic-content-wrapper input#jot-title:focus { - color: #4D4D4D; - border-radius: 0px; -} - - -.fn, .widget h3, .nav-tabs a, .generic-content-wrapper-styled a, .dropdown-menu > li > a, #channels-desc, input#jot-title { - color: #fff; - border-radius: 0px -} - -ul.dropdown-menu.acpopup > li.textcomplete-item > a { - color: #43488A; -} - -ul.dropdown-menu.acpopup > li.textcomplete-item > a:hover, ul.dropdown-menu.acpopup > li.textcomplete-item > a:focus { - background-color: #43488A; - color: #FFF; - cursor: pointer; -} - -input#jot-title:hover, input#jot-title:focus { - color: #43488A; - border-radius: 0px; -} - -.navbar-inverse { - background-color: transparent; - border-color: transparent; - background-image: none; -} - -.navbar-inverse .navbar-nav > .active > a { - background-image: none; - background: rgba(255,255,255,.5); -} - -.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { - background: rgba(255,255,255,.5); -} - -.navbar-inverse .navbar-nav > li > a:hover, -.navbar-inverse .navbar-nav > li > a:focus { - color: #43488A; - background: rgba(255,255,255,.5); -} - -.navbar-inverse .navbar-nav > .open > a, -.navbar-inverse .navbar-nav > .open > a:hover, -.navbar-inverse .navbar-nav > .open > a:focus { - background-color: #43488A; - color: #fff; -} - -#nav-search-text { - color: #fff; - background-color: #43488A; - border-radius: 0px; - border-color: transparent; -} - -nav .dropdown-menu, .wall-item-tools .dropdown-menu, .section-title-wrapper .dropdown-menu, .section-content-wrapper .dropdown-menu { - background-color: #43488A; - color: #fff; - border-radius: 0; - border: none; - box-shadow: 0px 6px 12px rgba(45,48,92,.176); -} - -.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { - color: #43488A; - background-color: rgba(255,255,255,.7); - text-decoration: underline; -} - -.vcard .dropdown-menu { - background-color: rgba(255,255,255,.97); - border-radius: 0; - border: none; - box-shadow: 0px 6px 12px rgba(169,169,169,.176); -} - -.vcard .dropdown-menu a, .fc-today { - color: #43488A; -} - -.vcard .dropdown-menu > li > a:focus, .vcard .dropdown-menu > li > a:hover { - color: #43488A; - background-color: rgba( 255,255,255,.7); - text-decoration: underline; -} - -nav .badge { - background-color: rgba(255,255,255,.8); - color: #43488A; - border-radius: 0px !important; -} - -nav .badge:hover, nav .badge:focus { - background-color: rgba(67,72,138,.8); - color: #FFF; -} - -.field.checkbox > div > input:checked + label .onoffswitch-switch { - background-color: #43488A; -} - -.widget .field.checkbox:hover label { - color: rgba(255,255,255,.8); -} - -.widget .conv-participants { - color: #BBB; -} - -.widget .active:hover .conv-participants, .widget .active:focus .conv-participants { - color: inherit; -} - -.help-block, .comment-icon, .jot-icons, .admin-icons { - color: inherit; -} - -#adminpage table tr:hover, #adminpage table tr:hover a, #adminpage table tr td.tools a:hover, #adminpage table tr:focus, #adminpage table tr:focus a, #adminpage table tr td.tools a:focus { - color: #43488A; -} - -#adminpage table tr:hover .tools a, #adminpage table tr:focus .tools a, .generic-content-wrapper-styled > .descriptive-text { - color: #FFF; -} - -.generic-content-wrapper-styled > .sources-links { - font-weight: bold; -} - -.wall-item-tools .btn { - border-color: #43488A; -} - -.vcard, #contact-block, .widget { - background-color: rgba(67,72,138,.8); - color: #fff; - border-radius: 0; - border: none; - box-shadow: 0px 6px 12px rgba(45,48,92,.176); -} - -.tags a { - color: inherit; -} - -#profile-photo-wrapper { - border: none; -} - -.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { - color: #43488A; - text-decoration: none; - border: none; -} - -.nav-tabs > li.active { - background-color: rgba(255,255,255,.5); -} - -.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover { - border-color: transparent; -} - -.nav-tabs.nav-justified { - background-color: rgba(67,72,138,.8); - border-bottom: 1px solid rgba(255,255,255,.5); - border-radius: 0px; -} - -.nav-tabs.nav-justified > li > a { - border-bottom: 1px solid transparent; - border-radius: 0px; -} - -.nav > li > a:focus, .nav > li > a:hover { - text-decoration: underline; - background-color: rgba(255,255,255,.5); - color: #43488A; - border-radius: 0; - border-color: transparent; -} - -.nav > li > a { - color: #FFF; - border-radius: 0px; -} - -.fc-event { - border: none !important; - background-color: rgba(255,255,255,.7) !important; - color: #43488A !important; - text-shadow: none !important; -} - -div.rateme { - border-radius: 0px; - font-weight: 400; -} - -div.rateme:hover, div.rateme:focus, a.rateme:hover, a.rateme:focus { - background-color: #43488A; - border-radius: 0px; - color: #FFF; - font-weight: 400; - -webkit-transition: all .3s ease-in-out; - -moz-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.info { - background: rgba(255,255,255,.7) url("/images/hz-32.png") no-repeat scroll 15px center !important; - color: #43488A !important; -} - -.notice { - background: rgba(215,43,52,.7) url("/images/hz-white-32.png") no-repeat scroll 15px center !important; - color: #FFF !important; -} - -#chatTopBar { - background-color: rgba(255,255,255,.8); - color: #4d4d4d; - height: 500px; - width: 596px; - overflow-y: auto; -} - -.chat-item-text { - border-radius: 0px; - padding: 5px; - background-color: #FFF; -} - -input { - border-radius: 0px; -} - -.home-welcome { - color: #FFF; - margin-bottom: 30px; -} - -#login-main { - margin-top: 0; - color: #EEE; -} - -#remember_me_container label:hover, #remember_container label:hover { - color: #FFF; -} - -#login-main #lost-password-link, #login-main #register-link { - color: #FFF; -} - -#nav-login .modal-content { - background-color: #43488A; - background-image: url('/images/bggrid.png'); - box-shadow: 0 5px 15px rgba(0,0,0,.3); - -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.3); -} - -#nav-login h3, #nav-login button.close { - color: #EEE; -} - -#nav-login .modal-header { - border-bottom: none; -} - -.directory-item { - margin-bottom: 0px; - padding-bottom: 20px; - background-color: #FFF; -} - -.directory-item.lframe { - background-color: transparent !important; -} - -.contact-entry-wrapper { - border: 1px solid rgba(255,255,255,.5); -} - -.contact-entry-edit:hover a, .contact-entry-edit:focus a, .generic-content-wrapper-styled > p > span.btn.btn-default > a:hover,.generic-content-wrapper-styled > p > span.btn.btn-default > a:focus, div#profile-edit-links a:hover, div#profile-edit-links a:focus { - color: #43488A; -} - -.profile-edit-side-link, input#profile-photo-upload, .allcontact-link, #newchannel-form .descriptive-paragraph { - color: #FFF; -} - -.profile-edit-side-link:hover, .profile-edit-side-link:focus { - color: #FFF; - text-decoration: none; -} - -.section-content-info-wrapper { - color: #fff; - background-color: #43488A; -} - -.section-content-info-wrapper a { - color: #fff; -} - -.btn, #event-edit-form .btn, input.directory-rating-submit { - border: 1px solid #FFF; - color: #FFF; - background-color: #43488A; - border-radius: 0; - font-weight: 400; - -webkit-transition: all .3s ease-in-out; - -moz-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.btn:hover, .btn:focus, #event-edit-form .btn:hover, #event-edit-form .btn:focus { - border: 1px solid #FFF; - outline: 0; - color: #43488A; - background-color: #FFF; -} - -.btn-default:hover, .btn-default:focus, .open > .dropdown-toggle.btn-default, input.directory-rating-submit:hover, input.directory-rating-submit:focus { - border: 1px solid #43488A; - outline: 0; - color: #43488A; - background-color: #FFF; -} - -.btn-primary, input#event-submit, input#rmagic-submit-button, input#lostpass-submit-button, input#side-follow-submit, .profile-edit-submit-wrapper > input.profile-edit-submit-button, input#profile-photo-submit, form#chat-form > input, div#adminpage > form > div.submit > input, input.sources-submit, input.contact-edit-submit, input#dbtn-submit, input#newchannel-submit-button, input#contacts-search-submit, input#register-submit-button { - background-color: #FFF; - color: #43488A; - border-radius: 0px; - -webkit-transition: all .3s ease-in-out; - -moz-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.btn-primary:hover, .btn-primary:focus, input#event-submit:hover, input#event-submit:focus, input#rmagic-submit-button:hover, input#rmagic-submit-button:focus, input#lostpass-submit-button:hover, input#lostpass-submit-button:focus, input#side-follow-submit:hover, input#side-follow-submit:focus, .profile-edit-submit-wrapper > input.profile-edit-submit-button:hover, .profile-edit-submit-wrapper > input.profile-edit-submit-button:focus, input#profile-photo-submit:hover, input#profile-photo-submit:focus, form#chat-form > input:hover, form#chat-form > input:focus, div#adminpage > form > div.submit > input:hover, div#adminpage > form > div.submit > input:focus, input.sources-submit:hover, input.sources-submit:focus, input.contact-edit-submit:focus, input.contact-edit-submit:hover, input#dbtn-submit:hover, input#dbtn-submit:focus, input#newchannel-submit-button:hover, input#newchannel-submit-button:focus, input#contacts-search-submit:hover, input#contacts-search-submit:focus, input#register-submit-button:hover, input#register-submit-button:focus { - border-color: #FFF; - background-color: #43488A; - color: #FFF; - border-radius: 0px; -} - -.comment-tools .btn, #prvmail-tools .btn, .generic-content-wrapper .btn { - border: 1px solid #43488A; - color: #43488A; - background-color: #FFF; -} - -.comment-tools .btn:hover, .comment-tools .btn:focus, #prvmail-tools .btn:hover, #prvmail-tools .btn:focus, .generic-content-wrapper .btn:hover, .generic-content-wrapper .btn:focus { - border: 1px solid #43488A !important; - color: #FFF; - background-color: #43488A; -} - -.comment-tools .btn-primary, #prvmail-submit .btn-primary, .settings-submit-wrapper .btn-primary, .generic-content-wrapper .btn-primary { - background-color: #43488A; - color: #FFF; - border: 1px solid #43488A; -} - -.comment-tools .btn-primary:hover, .comment-tools .btn-primary:focus, #prvmail-submit .btn-primary:hover, #prvmail-submit .btn-primary:focus, .settings-submit-wrapper .btn-primary:hover, .settings-submit-wrapper .btn-primary:focus, .generic-content-wrapper .btn-primary:hover, .generic-content-wrapper .btn-primary:focus { - border-color: #43488A; - background-color: #FFF; - color: #43488A; -} - -.btn-success { - color: #FFF !important; - background-color: #5CB85C !important; - border-color: #4CAE4C !important; -} - -.btn-success:hover, .btn-success:focus { - color: #FFF !important; - background-color: #449D44 !important; - border-color: #398439 !important; -} - -.btn-warning { - color: #FFF !important; - background-color: #F0AD4E !important; - border-color: #EEA236 !important; -} - -.btn-warning:hover, .btn-warning:focus { - color: #FFF !important; - background-color: #EC971F !important; - border-color: #D58512 !important; -} - -.btn-danger, form#chat-destroy > input { - background-color: #D9534F !important; - border-color: #D43F3A !important; - color: #FFF !important; -} -.btn-danger:hover, .btn-danger:focus, form#chat-destroy > input:hover, form#chat-destroy > input:focus { - color: #FFF !important; - background-color: #C9302C !important; - border-color: #AC2925 !important; -} - -a:hover > .fa-trash-o { - color: #C9302C !important; -} - -@media screen and (max-width: 767px) { - .navbar-inverse .navbar-collapse { - background-color: #43488A; - border: none; - } - .navbar-inverse .navbar-toggle { - border-color: #576295; - background-color: #43488A; - border-radius: 0px; - } - .navbar-inverse .navbar-toggle .icon-bar { - background-color: #FFF; - } - .navbar-inverse .navbar-toggle .fa-arrow-circle-down, .navbar-inverse .navbar-toggle .fa-arrow-circle-right, .navbar-inverse .navbar-toggle .fa-arrow-circle-up, .navbar-inverse .navbar-toggle .fa-arrow-circle-left, .navbar-inverse .navbar-toggle .fa-question-circle { - color: #FFF; - } - .navbar-inverse .navbar-toggle:hover .fa-arrow-circle-down, .navbar-inverse .navbar-toggle:focus .fa-arrow-circle-down, .navbar-inverse .navbar-toggle:hover .fa-arrow-circle-right, .navbar-inverse .navbar-toggle:focus .fa-arrow-circle-right, .navbar-inverse .navbar-toggle:hover .fa-arrow-circle-up, .navbar-inverse .navbar-toggle:focus .fa-arrow-circle-up, .navbar-inverse .navbar-toggle:hover .fa-arrow-circle-left, .navbar-inverse .navbar-toggle:focus .fa-arrow-circle-left { - color: #43488A; - } - .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { - background-color: #FFF !important; - } - .navbar-toggle:hover .icon-bar , .navbar-toggle:focus .icon-bar { - background-color: #43488A !important; - } -} - -.help-content { - color: #FFF; - border: none; -} - -.help-content a { - color: #FFF; - font-weight: 600; -} - -.help-content-open { - -moz-box-shadow: none; - -webkit-box-shadow: none; - box-shadow: none; -} - diff --git a/view/theme/redbasic/schema/bluegrid.php b/view/theme/redbasic/schema/bluegrid.php deleted file mode 100644 index fdb552611..000000000 --- a/view/theme/redbasic/schema/bluegrid.php +++ /dev/null @@ -1,28 +0,0 @@ -<?php - - if (! $nav_bg) - $nav_bg = "#FFF"; - if (! $nav_active_gradient_top) - $nav_active_gradient_top = "#FFF"; - if (! $nav_active_gradient_bottom) - $nav_active_gradient_bottom = "#43488A"; - if (! $nav_bd) - $nav_bd = "#fff"; - if (! $nav_icon_colour) - $nav_icon_colour = "#FFF"; - if (! $nav_active_icon_colour) - $nav_active_icon_colour = "#43488A"; - if (! $banner_colour) - $banner_colour = "#fff"; - if (! $bgcolour) - $bgcolour = "#43488A"; - if (! $background_image) - $background_image = "/images/bggrid.png"; - if (! $link_colour) - $link_colour = "#43488A"; - - - - - - diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index 4154c88fa..b1aa5e07a 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -139,6 +139,10 @@ option { background-color: #111; } +.nav-link.active { + color:#000 !important; +} + a.btn, aside a { font-weight: 400 !important; } diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 9fb5c4b18..146030494 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -59,6 +59,12 @@ {{$loc_text}} {{$locstr}} </div> {{/if}} + {{if $unclonable}} + <div> + <br>{{$unclonable}} + </div> + <br> + {{/if}} {{if $last_update}} <div> {{$lastupdtext}} {{$last_update}} diff --git a/view/tpl/admin_account_edit.tpl b/view/tpl/admin_account_edit.tpl index 82d137de4..239d9084a 100644 --- a/view/tpl/admin_account_edit.tpl +++ b/view/tpl/admin_account_edit.tpl @@ -8,12 +8,7 @@ {{include file="field_password.tpl" field=$pass1}} {{include file="field_password.tpl" field=$pass2}} - -{{if $z_server_role == 'pro'}} {{include file="field_select.tpl" field=$account_level}} -{{else}} -<input type="hidden" name="account_level" value="{{$account_level.2}}" /> -{{/if}} {{include file="field_select.tpl" field=$account_language}} {{include file="field_input.tpl" field=$service_class}} diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 6fd0fd9ce..e995f82b2 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -41,12 +41,9 @@ <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> {{include file="field_input.tpl" field=$sitename}} - {{include file="field_select.tpl" field=$server_role}} - {{if $z_server_role == 'pro'}} {{include file="field_select.tpl" field=$techlevel}} {{include file="field_checkbox.tpl" field=$techlock}} - {{/if}} {{include file="field_textarea.tpl" field=$banner}} {{include file="field_textarea.tpl" field=$siteinfo}} diff --git a/view/tpl/admin_summary.tpl b/view/tpl/admin_summary.tpl index ca94b0ef7..8125703d7 100755 --- a/view/tpl/admin_summary.tpl +++ b/view/tpl/admin_summary.tpl @@ -12,7 +12,7 @@ </dl> <dl> <dt>{{$accounts.0}}</dt> - <dd>{{foreach from=$accounts.1 item=acc name=account}}<span title="{{$acc.label}}">{{$acc.val}}</span>{{if !$smarty.foreach.account.last}} / {{/if}}{{/foreach}}</dd> + <dd>{{foreach from=$accounts.1 item=acc name=account}}<span title="{{$acc.label}}">{{$acc.val}} {{$acc.label}}</span>{{if !$smarty.foreach.account.last}} / {{/if}}{{/foreach}}</dd> </dl> <dl> <dt>{{$pending.0}}</dt> @@ -20,7 +20,7 @@ </dl> <dl> <dt>{{$channels.0}}</dt> - <dd>{{foreach from=$channels.1 item=ch name=chan}}<span title="{{$ch.label}}">{{$ch.val}}</span>{{if !$smarty.foreach.chan.last}} / {{/if}}{{/foreach}}</dd> + <dd>{{foreach from=$channels.1 item=ch name=chan}}<span title="{{$ch.label}}">{{$ch.val}} {{$ch.label}}</span>{{if !$smarty.foreach.chan.last}} / {{/if}}{{/foreach}}</dd> </dl> <dl> <dt>{{$plugins.0}}</dt> diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index 28f28611e..ac5c18deb 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -1,4 +1,4 @@ -{{if !$navapps}} +{{if ! ($navapps || $order)}} <div class="app-container"> <div class="app-detail{{if $deleted}} app-deleted{{/if}}"> <a href="{{$app.url}}"{{if $app.target}} target="{{$app.target}}"{{/if}}{{if $app.desc}} title="{{$app.desc}}{{if $app.price}} ({{$app.price}}){{/if}}"{{else}}title="{{$app.name}}"{{/if}}>{{if $icon}}<i class="app-icon fa fa-fw fa-{{$icon}}"></i>{{else}}<img src="{{$app.photo}}" width="80" height="80" />{{/if}} @@ -24,7 +24,13 @@ {{/if}} {{/if}} </div> -{{else}} -<a class="dropdown-item" 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 $navapps}} +<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" 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" 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/apporder.tpl b/view/tpl/apporder.tpl new file mode 100644 index 000000000..fdb726131 --- /dev/null +++ b/view/tpl/apporder.tpl @@ -0,0 +1,7 @@ +<h2>{{$header}}</h2> + +<div class="descriptive-text">{{$desc}}</div> +<br><br><br> +{{foreach $nav_apps as $nav_app}} +{{$nav_app}} +{{/foreach}} diff --git a/view/tpl/atom_feed.tpl b/view/tpl/atom_feed.tpl index ba50867ff..fe38fdc80 100755 --- a/view/tpl/atom_feed.tpl +++ b/view/tpl/atom_feed.tpl @@ -22,9 +22,4 @@ <updated>{{$feed_updated}}</updated> - <zot:owner> - <name>{{$name}}</name> - <uri>{{$profile_page}}</uri> - <link rel="photo" type="{{$mimephoto}}" media:width="175" media:height="175" href="{{$photo}}" /> - <link rel="avatar" type="{{$mimephoto}}" media:width="175" media:height="175" href="{{$photo}}" /> - </zot:owner> +{{$owner}} diff --git a/view/tpl/cdav_addressbook.tpl b/view/tpl/cdav_addressbook.tpl new file mode 100644 index 000000000..587a95caa --- /dev/null +++ b/view/tpl/cdav_addressbook.tpl @@ -0,0 +1,462 @@ +<script> +$(document).ready(function() { + + $(document).on('click', '.vcard-header, .vcard-cancel-btn', updateView); + $(document).on('click', '.add-field', doAdd); + $(document).on('click', '.remove-field', doRemove); + + function updateView() { + var id = $(this).data('id'); + var action = $(this).data('action'); + var header = $('#vcard-header-' + id); + var cancel = $('#vcard-cancel-' + id); + var addField = $('#vcard-add-field-' + id); + var info = $('#vcard-info-' + id); + var vcardPreview = $('#vcard-preview-' + id); + var fn = $('#vcard-fn-' + id); + + if(action === 'open') { + $(header).addClass('active'); + $(cancel).show(); + $(addField).show(); + $(info).show(); + $(fn).show(); + $(vcardPreview).hide(); + } + else { + $(header).removeClass('active'); + $(cancel).hide(); + $(addField).hide(); + $(info).hide(); + $(fn).hide(); + $(vcardPreview).show(); + } + } + + function doAdd(e) { + e.preventDefault(); + var what = $(this).data('add'); + var id = $(this).data('id'); + var element = '#template-form-' + what; + var where = '#card_form_' + id; + + $(element + ' .remove-field').attr('data-id', id) + + if(what === 'vcard-adr') { + var adrCount = $(where + ' .form-' + what).length; + var attrName = 'adr[' + adrCount + '][]'; + $(element + ' input').attr('name', attrName); + } + + if(what === 'vcard-org' || what === 'vcard-title' || what === 'vcard-note') { + $(where + ' .add-' + what).hide() + } + + $(element).clone().removeAttr('id').appendTo(where + ' .form-' + what + '-wrapper'); + } + + function doRemove() { + var what = $(this).data('remove'); + var element = $(this).parents('div.form-' + what); + var where = '#card_form_' + $(this).data('id'); + + if(what === 'vcard-org' || what === 'vcard-title' || what === 'vcard-note') { + $(where + ' .add-' + what).show() + } + + $(element).remove(); + } + +}); +</script> +<div id="template-form-vcard-org" class="form-group form-vcard-org"> + <div class="form-group form-vcard-org"> + <input type="text" name="org" value="" placeholder="{{$org_label}}"> + <i data-remove="vcard-org" data-id="" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + </div> +</div> + +<div id="template-form-vcard-title" class="form-group form-vcard-title"> + <div class="form-group form-vcard-title"> + <input type="text" name="title" value="" placeholder="{{$title_label}}"> + <i data-remove="vcard-title" data-id="" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + </div> +</div> + +<div id="template-form-vcard-tel" class="form-group form-vcard-tel"> + <select name="tel_type[]"> + <option value="CELL">{{$mobile}}</option> + <option value="HOME">{{$home}}</option> + <option value="WORK">{{$work}}</option> + <option value="OTHER">{{$other}}</option> + </select> + <input type="text" name="tel[]" value="" placeholder="{{$tel_label}}"> + <i data-remove="vcard-tel" data-id="" class="fa fa-trash-o remove-field drop-icons fakelink"></i> +</div> + +<div id="template-form-vcard-email" class="form-group form-vcard-email"> + <select name="email_type[]"> + <option value="HOME">{{$home}}</option> + <option value="WORK">{{$work}}</option> + <option value="OTHER">{{$other}}</option> + </select> + <input type="text" name="email[]" value="" placeholder="{{$email_label}}"> + <i data-remove="vcard-email" data-id="" class="fa fa-trash-o remove-field drop-icons fakelink"></i> +</div> + +<div id="template-form-vcard-impp" class="form-group form-vcard-impp"> + <select name="impp_type[]"> + <option value="HOME">{{$home}}</option> + <option value="WORK">{{$work}}</option> + <option value="OTHER">{{$other}}</option> + </select> + <input type="text" name="impp[]" value="" placeholder="{{$impp_label}}"> + <i data-remove="vcard-impp" data-id="" class="fa fa-trash-o remove-field drop-icons fakelink"></i> +</div> + +<div id="template-form-vcard-url" class="form-group form-vcard-url"> + <select name="url_type[]"> + <option value="HOME">{{$home}}</option> + <option value="WORK">{{$work}}</option> + <option value="OTHER">{{$other}}</option> + </select> + <input type="text" name="url[]" value="" placeholder="{{$url_label}}"> + <i data-remove="vcard-url" data-id="" class="fa fa-trash-o remove-field drop-icons fakelink"></i> +</div> + +<div id="template-form-vcard-adr" class="form-group form-vcard-adr"> + <div class="form-group"> + <select name="adr_type[]"> + <option value="HOME">{{$home}}</option> + <option value="WORK">{{$work}}</option> + <option value="OTHER">{{$other}}</option> + </select> + <label>{{$adr_label}}</label> + <i data-remove="vcard-adr" data-id="" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + </div> + <div class="form-group"> + <input type="text" name="" value="" placeholder="{{$po_box}}"> + </div> + <div class="form-group"> + <input type="text" name="" value="" placeholder="{{$extra}}"> + </div> + <div class="form-group"> + <input type="text" name="" value="" placeholder="{{$street}}"> + </div> + <div class="form-group"> + <input type="text" name="" value="" placeholder="{{$locality}}"> + </div> + <div class="form-group"> + <input type="text" name="" value="" placeholder="{{$region}}"> + </div> + <div class="form-group"> + <input type="text" name="" value="" placeholder="{{$zip_code}}"> + </div> + <div class="form-group"> + <input type="text" name="" value="" placeholder="{{$country}}"> + </div> +</div> + +<div id="template-form-vcard-note" class="form-group form-vcard-note"> + <label>{{$note_label}}</label> + <i data-remove="vcard-note" data-id="" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + <textarea name="note" class="form-control"></textarea> +</div> + +<div class="generic-content-wrapper"> + <div class="section-title-wrapper"> + <button type="button" class="btn btn-success btn-sm float-right" onclick="openClose('create_form')"><i class="fa fa-plus-circle"></i> {{$add_card}}</button> + <h2>{{$displayname}}</h2> + </div> + <div id="create_form" class="section-content-tools-wrapper"> + <form id="card_form_new" method="post" action=""> + <input type="hidden" name="target" value="{{$id}}"> + <div class="dropdown pull-right"> + <button data-toggle="dropdown" type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle"><i class="fa fa-plus"></i> {{$add_field}}</button> + <div class="dropdown-menu dropdown-menu-right"> + <a class="dropdown-item add-vcard-org add-field" style="display: none" href="#" data-add="vcard-org" data-id="new">{{$org_label}}</a> + <a class="dropdown-item add-vcard-title add-field" style="display: none" href="#" data-add="vcard-title" data-id="new">{{$title_label}}</a> + <a class="dropdown-item add-vcard-tel add-field" href="#" data-add="vcard-tel" data-id="new">{{$tel_label}}</a> + <a class="dropdown-item add-vcard-email add-field" href="#" data-add="vcard-email" data-id="new">{{$email_label}}</a> + <a class="dropdown-item add-vcard-impp add-field" href="#" data-add="vcard-impp" data-id="new">{{$impp_label}}</a> + <a class="dropdown-item add-vcard-url add-field" href="#" data-add="vcard-url" data-id="new">{{$url_label}}</a> + <a class="dropdown-item add-vcard-adr add-field" href="#" data-add="vcard-adr" data-id="new">{{$adr_label}}</a> + <a class="dropdown-item add-vcard-note add-field" href="#" data-add="vcard-note" data-id="new">{{$note_label}}</a> + </div> + </div> + + <div class="vcard-fn-create form-group"> + <div class="form-vcard-fn-wrapper"> + <div class="form-group form-vcard-fn"> + <div class="vcard-nophoto"><i class="fa fa-user"></i></div><input type="text" name="fn" value="" placeholder="{{$name_label}}"> + </div> + </div> + </div> + + <div class="vcard-org form-group"> + <div class="form-vcard-org-wrapper"> + <div class="form-group form-vcard-org"> + <input type="text" name="org" value="" placeholder="{{$org_label}}"> + <i data-remove="vcard-org" data-id="new" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + </div> + </div> + </div> + + <div class="vcard-title form-group"> + <div class="form-vcard-title-wrapper"> + <div class="form-group form-vcard-title"> + <input type="text" name="title" value="" placeholder="{{$title_label}}"> + <i data-remove="vcard-title" data-id="new" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + </div> + </div> + </div> + + <div class="vcard-tel form-group"> + <div class="form-vcard-tel-wrapper"> + <div class="form-group form-vcard-tel"> + <select name="tel_type[]"> + <option value="CELL">{{$mobile}}</option> + <option value="HOME">{{$home}}</option> + <option value="WORK">{{$work}}</option> + <option value="OTHER">{{$other}}</option> + </select> + <input type="text" name="tel[]" value="" placeholder="{{$tel_label}}"> + <i data-remove="vcard-tel" data-id="new" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + </div> + </div> + </div> + + + <div class="vcard-email form-group"> + <div class="form-vcard-email-wrapper"> + <div class="form-group form-vcard-email"> + <select name="email_type[]"> + <option value="HOME">{{$home}}</option> + <option value="WORK">{{$work}}</option> + <option value="OTHER">{{$other}}</option> + </select> + <input type="text" name="email[]" value="" placeholder="{{$email_label}}"> + <i data-remove="vcard-email" data-id="new" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + </div> + </div> + </div> + + <div class="vcard-impp form-group"> + <div class="form-vcard-impp-wrapper"> + </div> + </div> + + <div class="vcard-url form-group"> + <div class="form-vcard-url-wrapper"> + </div> + </div> + + <div class="vcard-adr form-group"> + <div class="form-vcard-adr-wrapper"> + </div> + </div> + + <div class="vcard-note form-group"> + <div class="form-vcard-note-wrapper"> + </div> + </div> + + <button type="submit" name="create" value="create_card" class="btn btn-primary btn-sm pull-right">{{$create}}</button> + <button type="button" class="btn btn-outline-secondary btn-sm" onclick="openClose('create_form')">{{$cancel}}</button> + <div class="clear"></div> + </form> + </div> + + {{foreach $cards as $card}} + <form id="card_form_{{$card.id}}" method="post" action=""> + <input type="hidden" name="target" value="{{$id}}"> + <input type="hidden" name="uri" value="{{$card.uri}}"> + <div class="section-content-wrapper-np"> + <div id="vcard-cancel-{{$card.id}}" class="vcard-cancel vcard-cancel-btn" data-id="{{$card.id}}" data-action="cancel"><i class="fa fa-close"></i></div> + <div id="vcard-add-field-{{$card.id}}" class="dropdown pull-right vcard-add-field"> + <button data-toggle="dropdown" type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle"><i class="fa fa-plus"></i> {{$add_field}}</button> + <div class="dropdown-menu dropdown-menu-right"> + <a class="dropdown-item add-vcard-org add-field"{{if $card.org}} style="display: none"{{/if}} href="#" data-add="vcard-org" data-id="{{$card.id}}">{{$org_label}}</a> + <a class="dropdown-item add-vcard-title add-field"{{if $card.title}} style="display: none"{{/if}} href="#" data-add="vcard-title" data-id="{{$card.id}}">{{$title_label}}</a> + <a class="dropdown-item add-vcard-tel add-field" href="#" data-add="vcard-tel" data-id="{{$card.id}}">{{$tel_label}}</a> + <a class="dropdown-item add-vcard-email add-field" href="#" data-add="vcard-email" data-id="{{$card.id}}">{{$email_label}}</a> + <a class="dropdown-item add-vcard-impp add-field" href="#" data-add="vcard-impp" data-id="{{$card.id}}">{{$impp_label}}</a> + <a class="dropdown-item add-vcard-url add-field" href="#" data-add="vcard-url" data-id="{{$card.id}}">{{$url_label}}</a> + <a class="dropdown-item add-vcard-adr add-field" href="#" data-add="vcard-adr" data-id="{{$card.id}}">{{$adr_label}}</a> + <a class="dropdown-item add-vcard-note add-field"{{if $card.note}} style="display: none"{{/if}} href="#" data-add="vcard-note" data-id="{{$card.id}}">{{$note_label}}</a> + </div> + </div> + <div id="vcard-header-{{$card.id}}" class="vcard-header" data-id="{{$card.id}}" data-action="open"> + {{if $card.photo}}<img class="vcard-photo" src="{{$card.photo}}" width="32px" height="32px">{{else}}<div class="vcard-nophoto"><i class="fa fa-user"></i></div>{{/if}} + <span id="vcard-preview-{{$card.id}}" class="vcard-preview"> + {{if $card.fn}}<span class="vcard-fn-preview">{{$card.fn}}</span>{{/if}} + {{if $card.emails.0.address}}<span class="vcard-email-preview hidden-xs">{{$card.emails.0.address}}</span>{{/if}} + {{if $card.tels.0}}<span class="vcard-tel-preview hidden-xs">{{$card.tels.0.nr}}</span>{{/if}} + </span> + <input id="vcard-fn-{{$card.id}}" class="vcard-fn" type="text" name="fn" value="{{$card.fn}}" size="{{$card.fn|count_characters:true}}" placeholder="{{$name_label}}"> + </div> + </div> + <div id="vcard-info-{{$card.id}}" class="vcard-info section-content-wrapper"> + + <div class="vcard-org form-group"> + <div class="form-vcard-org-wrapper"> + {{if $card.org}} + <div class="form-group form-vcard-org"> + <input type="text" name="org" value="{{$card.org}}" size="{{$card.org|count_characters:true}}" placeholder="{{$org_label}}"> + <i data-remove="vcard-org" data-id="{{$card.id}}" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + </div> + {{/if}} + </div> + </div> + + <div class="vcard-title form-group"> + <div class="form-vcard-title-wrapper"> + {{if $card.title}} + <div class="form-group form-vcard-title"> + <input type="text" name="title" value="{{$card.title}}" size="{{$card.title|count_characters:true}}" placeholder="{{$title_label}}"> + <i data-remove="vcard-title" data-id="{{$card.id}}" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + </div> + {{/if}} + </div> + </div> + + + <div class="vcard-tel form-group"> + <div class="form-vcard-tel-wrapper"> + {{if $card.tels}} + {{foreach $card.tels as $tel}} + <div class="form-group form-vcard-tel"> + <select name="tel_type[]"> + <option value=""{{if $tel.type.0 != 'CELL' && $tel.type.0 != 'HOME' && $tel.type.0 != 'WORK' && $tel.type.0 != 'OTHER'}} selected="selected"{{/if}}>{{$tel.type.1}}</option> + <option value="CELL"{{if $tel.type.0 == 'CELL'}} selected="selected"{{/if}}>{{$mobile}}</option> + <option value="HOME"{{if $tel.type.0 == 'HOME'}} selected="selected"{{/if}}>{{$home}}</option> + <option value="WORK"{{if $tel.type.0 == 'WORK'}} selected="selected"{{/if}}>{{$work}}</option> + <option value="OTHER"{{if $tel.type.0 == 'OTHER'}} selected="selected"{{/if}}>{{$other}}</option> + </select> + <input type="text" name="tel[]" value="{{$tel.nr}}" size="{{$tel.nr|count_characters:true}}" placeholder="{{$tel_label}}"> + <i data-remove="vcard-tel" data-id="{{$card.id}}" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + </div> + {{/foreach}} + {{/if}} + </div> + </div> + + + <div class="vcard-email form-group"> + <div class="form-vcard-email-wrapper"> + {{if $card.emails}} + {{foreach $card.emails as $email}} + <div class="form-group form-vcard-email"> + <select name="email_type[]"> + <option value=""{{if $email.type.0 != 'HOME' && $email.type.0 != 'WORK' && $email.type.0 != 'OTHER'}} selected="selected"{{/if}}>{{$email.type.1}}</option> + <option value="HOME"{{if $email.type.0 == 'HOME'}} selected="selected"{{/if}}>{{$home}}</option> + <option value="WORK"{{if $email.type.0 == 'WORK'}} selected="selected"{{/if}}>{{$work}}</option> + <option value="OTHER"{{if $email.type.0 == 'OTHER'}} selected="selected"{{/if}}>{{$other}}</option> + </select> + <input type="text" name="email[]" value="{{$email.address}}" size="{{$email.address|count_characters:true}}" placeholder="{{$email_label}}"> + <i data-remove="vcard-email" data-id="{{$card.id}}" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + </div> + {{/foreach}} + {{/if}} + </div> + </div> + + <div class="vcard-impp form-group"> + <div class="form-vcard-impp-wrapper"> + {{if $card.impps}} + {{foreach $card.impps as $impp}} + <div class="form-group form-vcard-impp"> + <select name="impp_type[]"> + <option value=""{{if $impp.type.0 != 'HOME' && $impp.type.0 != 'WORK' && $impp.type.0 != 'OTHER'}} selected="selected"{{/if}}>{{$impp.type.1}}</option> + <option value="HOME"{{if $impp.type.0 == 'HOME'}} selected="selected"{{/if}}>{{$home}}</option> + <option value="WORK"{{if $impp.type.0 == 'WORK'}} selected="selected"{{/if}}>{{$work}}</option> + <option value="OTHER"{{if $impp.type.0 == 'OTHER'}} selected="selected"{{/if}}>{{$other}}</option> + </select> + <input type="text" name="impp[]" value="{{$impp.address}}" size="{{$impp.address|count_characters:true}}" placeholder="{{$impp_label}}"> + <i data-remove="vcard-impp" data-id="{{$card.id}}" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + </div> + {{/foreach}} + {{/if}} + </div> + </div> + + <div class="vcard-url form-group"> + <div class="form-vcard-url-wrapper"> + {{if $card.urls}} + {{foreach $card.urls as $url}} + <div class="form-group form-vcard-url"> + <select name="url_type[]"> + <option value=""{{if $url.type.0 != 'HOME' && $url.type.0 != 'WORK' && $url.type.0 != 'OTHER'}} selected="selected"{{/if}}>{{$url.type.1}}</option> + <option value="HOME"{{if $url.type.0 == 'HOME'}} selected="selected"{{/if}}>{{$home}}</option> + <option value="WORK"{{if $url.type.0 == 'WORK'}} selected="selected"{{/if}}>{{$work}}</option> + <option value="OTHER"{{if $url.type.0 == 'OTHER'}} selected="selected"{{/if}}>{{$other}}</option> + </select> + <input type="text" name="url[]" value="{{$url.address}}" size="{{$url.address|count_characters:true}}" placeholder="{{$url_label}}"> + <i data-remove="vcard-url" data-id="{{$card.id}}" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + </div> + {{/foreach}} + {{/if}} + </div> + </div> + + <div class="vcard-adr form-group"> + <div class="form-vcard-adr-wrapper"> + {{if $card.adrs}} + {{foreach $card.adrs as $adr}} + <div class="form-group form-vcard-adr"> + <div class="form-group"> + <label>{{$adr_label}}</label> + <select name="adr_type[]"> + <option value=""{{if $adr.type.0 != 'HOME' && $adr.type.0 != 'WORK' && $adr.type.0 != 'OTHER'}} selected="selected"{{/if}}>{{$adr.type.1}}</option> + <option value="HOME"{{if $adr.type.0 == 'HOME'}} selected="selected"{{/if}}>{{$home}}</option> + <option value="WORK"{{if $adr.type.0 == 'WORK'}} selected="selected"{{/if}}>{{$work}}</option> + <option value="OTHER"{{if $adr.type.0 == 'OTHER'}} selected="selected"{{/if}}>{{$other}}</option> + </select> + <i data-remove="vcard-adr" data-id="{{$card.id}}" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + </div> + <div class="form-group"> + <input type="text" name="adr[{{$adr@index}}][]" value="{{$adr.address.0}}" size="{{$adr.address.0|count_characters:true}}" placeholder="{{$po_box}}"> + </div> + <div class="form-group"> + <input type="text" name="adr[{{$adr@index}}][]" value="{{$adr.address.1}}" size="{{$adr.address.1|count_characters:true}}" placeholder="{{$extra}}"> + </div> + <div class="form-group"> + <input type="text" name="adr[{{$adr@index}}][]" value="{{$adr.address.2}}" size="{{$adr.address.2|count_characters:true}}" placeholder="{{$street}}"> + </div> + <div class="form-group"> + <input type="text" name="adr[{{$adr@index}}][]" value="{{$adr.address.3}}" size="{{$adr.address.3|count_characters:true}}" placeholder="{{$locality}}"> + </div> + <div class="form-group"> + <input type="text" name="adr[{{$adr@index}}][]" value="{{$adr.address.4}}" size="{{$adr.address.4|count_characters:true}}" placeholder="{{$region}}"> + </div> + <div class="form-group"> + <input type="text" name="adr[{{$adr@index}}][]" value="{{$adr.address.5}}" size="{{$adr.address.5|count_characters:true}}" placeholder="{{$zip_code}}"> + </div> + <div class="form-group"> + <input type="text" name="adr[{{$adr@index}}][]" value="{{$adr.address.6}}" size="{{$adr.address.6|count_characters:true}}" placeholder="{{$country}}"> + </div> + </div> + {{/foreach}} + {{/if}} + </div> + </div> + + <div class="vcard-note form-group form-vcard-note"> + <div class="form-vcard-note-wrapper"> + {{if $card.note}} + <label>{{$note_label}}</label> + <i data-remove="vcard-note" data-id="{{$card.id}}" class="fa fa-trash-o remove-field drop-icons fakelink"></i> + <textarea name="note" class="form-control">{{$card.note}}</textarea> + {{/if}} + </div> + </div> + + + <button type="submit" name="update" value="update_card" class="btn btn-primary btn-sm pull-right">{{$update}}</button> + <button type="submit" name="delete" value="delete_card" class="btn btn-danger btn-sm">{{$delete}}</button> + <button type="button" class="btn btn-outline-secondary btn-sm vcard-cancel-btn" data-id="{{$card.id}}" data-action="cancel">{{$cancel}}</button> + <div class="clear"></div> + </div> + </form> + {{/foreach}} +</div> diff --git a/view/tpl/cdav_calendar.tpl b/view/tpl/cdav_calendar.tpl new file mode 100644 index 000000000..5d683d751 --- /dev/null +++ b/view/tpl/cdav_calendar.tpl @@ -0,0 +1,349 @@ +<script> + +var new_event = []; +var new_event_id = Math.random().toString(36).substring(7); +var views = {'month' : '{{$month}}', 'agendaWeek' : '{{$week}}', 'agendaDay' : '{{$day}}', 'listMonth' : '{{$list_month}}', 'listWeek' : '{{$list_week}}', 'listDay' : '{{$list_day}}'}; + +$(document).ready(function() { + $('#calendar').fullCalendar({ + eventSources: [ {{$sources}} ], + + header: false, + eventTextColor: 'white', + + lang: '{{$lang}}', + firstDay: {{$first_day}}, + + monthNames: aStr['monthNames'], + monthNamesShort: aStr['monthNamesShort'], + dayNames: aStr['dayNames'], + dayNamesShort: aStr['dayNamesShort'], + allDayText: aStr['allday'], + + timeFormat: 'HH:mm', + timezone: 'local', + + defaultTimedEventDuration: '01:00:00', + snapDuration: '00:15:00', + + dayClick: function(date, jsEvent, view) { + + if(new_event.length) + $('#calendar').fullCalendar( 'removeEventSource', new_event); + + $('#event_uri').val(''); + $('#id_title').val('New event'); + $('#calendar_select').val($("#calendar_select option:first").val()).attr('disabled', false); + $('#id_dtstart').val(date.format()); + $('#id_dtend').val(date.hasTime() ? date.add(1, 'hours').format() : date.add(1, 'days').format()); + $('#id_description').val(''); + $('#id_location').val(''); + $('#event_submit').val('create_event').html('Create'); + $('#event_delete').hide(); + + new_event = [{ id: new_event_id, title : 'New event', start: $('#id_dtstart').val(), end: $('#id_dtend').val(), editable: true, color: '#bbb' }] + $('#calendar').fullCalendar( 'addEventSource', new_event); + }, + + eventClick: function(event, jsEvent, view) { + + if(event.id == new_event_id) { + $(window).scrollTop(0); + $('.section-content-tools-wrapper, #event_form_wrapper').show(); + $('#recurrence_warning').hide(); + $('#id_title').focus().val(''); + return false; + } + + if($('main').hasClass('fullscreen') && view.type !== 'month' && event.rw) + $('#calendar').fullCalendar('option', 'height', 'auto'); + + if(new_event.length && event.rw) { + $('#calendar').fullCalendar( 'removeEventSource', new_event); + } + + if(!event.recurrent && event.rw) { + var start_clone = moment(event.start); + var noend_allday = start_clone.add(1, 'day').format('YYYY-MM-DD'); + + $(window).scrollTop(0); + $('.section-content-tools-wrapper, #event_form_wrapper').show(); + $('#recurrence_warning').hide(); + $('#id_title').focus(); + + $('#event_uri').val(event.uri); + $('#id_title').val(event.title); + $('#calendar_select').val(event.calendar_id[0] + ':' + event.calendar_id[1]).attr('disabled', true); + $('#id_dtstart').val(event.start.format()); + $('#id_dtend').val(event.end ? event.end.format() : event.start.hasTime() ? '' : noend_allday); + $('#id_description').val(event.description); + $('#id_location').val(event.location); + $('#event_submit').val('update_event').html('Update'); + $('#event_delete').show(); + } + else if(event.recurrent && event.rw) { + $('.section-content-tools-wrapper, #recurrence_warning').show(); + $('#event_form_wrapper').hide(); + $('#event_uri').val(event.uri); + $('#calendar_select').val(event.calendar_id[0] + ':' + event.calendar_id[1]).attr('disabled', true); + } + }, + + eventResize: function(event, delta, revertFunc) { + + $('#id_title').val(event.title); + $('#id_dtstart').val(event.start.format()); + $('#id_dtend').val(event.end.format()); + + $.post( 'cdav/calendar', { + 'update': 'resize', + 'id[]': event.calendar_id, + 'uri': event.uri, + 'dtstart': event.start ? event.start.format() : '', + 'dtend': event.end ? event.end.format() : '' + }) + .fail(function() { + revertFunc(); + }); + }, + + eventDrop: function(event, delta, revertFunc) { + + var start_clone = moment(event.start); + var noend_allday = start_clone.add(1, 'day').format('YYYY-MM-DD'); + + $('#id_title').val(event.title); + $('#id_dtstart').val(event.start.format()); + $('#id_dtend').val(event.end ? event.end.format() : event.start.hasTime() ? '' : noend_allday); + + $.post( 'cdav/calendar', { + 'update': 'drop', + 'id[]': event.calendar_id, + 'uri': event.uri, + 'dtstart': event.start ? event.start.format() : '', + 'dtend': event.end ? event.end.format() : event.start.hasTime() ? '' : noend_allday + }) + .fail(function() { + revertFunc(); + }); + }, + + loading: function(isLoading, view) { + $('#events-spinner').spin('tiny'); + $('#events-spinner > i').css('color', 'transparent'); + if(!isLoading) { + $('#events-spinner').spin(false); + $('#events-spinner > i').css('color', ''); + } + } + }); + + // echo the title + var view = $('#calendar').fullCalendar('getView'); + + $('#title').text(view.title); + + $('#view_selector').html(views[view.name]); + + $('.color-edit').colorpicker({ input: '.color-edit-input' }); + + $(document).on('click','#fullscreen-btn', on_fullscreen); + $(document).on('click','#inline-btn', on_inline); + + $(document).on('click','#event_submit', on_submit); + $(document).on('click','#event_more', on_more); + $(document).on('click','#event_cancel, #event_cancel_recurrent', reset_form); + $(document).on('click','#event_delete, #event_delete_recurrent', on_delete); + +}); + +function changeView(action, viewName) { + $('#calendar').fullCalendar(action, viewName); + var view = $('#calendar').fullCalendar('getView'); + + if($('main').hasClass('fullscreen')) + if(view.name !== 'month') + $('.section-content-tools-wrapper').css('display') === 'none' ? on_fullscreen() : on_inline() ; + else + on_fullscreen(); + else + on_inline(); + + $('#title').text(view.title); + $('#view_selector').html(views[view.name]); +} + +function add_remove_json_source(source, color, editable, status) { + + if(status === undefined) + status = 'fa-calendar-check-o'; + + if(status === 'drop') { + reset_form(); + $('#calendar').fullCalendar( 'removeEventSource', source ); + return; + } + + var parts = source.split('/'); + var id = parts[4]; + + var selector = '#calendar-btn-' + id; + + if($(selector).hasClass('fa-calendar-o')) { + $('#calendar').fullCalendar( 'addEventSource', { url: source, color: color, editable: editable }); + $(selector).removeClass('fa-calendar-o'); + $(selector).addClass(status); + $.get('/cdav/calendar/switch/' + id + '/1'); + } + else { + $('#calendar').fullCalendar( 'removeEventSource', source ); + $(selector).removeClass(status); + $(selector).addClass('fa-calendar-o'); + $.get('/cdav/calendar/switch/' + id + '/0'); + } +} + +function on_fullscreen() { + var view = $('#calendar').fullCalendar('getView'); + if(($('.section-content-tools-wrapper').css('display') === 'none') || ($('.section-content-tools-wrapper').css('display') !== 'none' && view.type === 'month')) + $('#calendar').fullCalendar('option', 'height', $(window).height() - $('.section-title-wrapper').outerHeight(true) - 2); // -2 is for border width (.generic-content-wrapper top and bottom) of .generic-content-wrapper +} + +function on_inline() { + var view = $('#calendar').fullCalendar('getView'); + ((view.type === 'month') ? $('#calendar').fullCalendar('option', 'height', '') : $('#calendar').fullCalendar('option', 'height', 'auto')); +} + +function on_submit() { + $.post( 'cdav/calendar', { + 'submit': $('#event_submit').val(), + 'target': $('#calendar_select').val(), + 'uri': $('#event_uri').val(), + 'title': $('#id_title').val(), + 'dtstart': $('#id_dtstart').val(), + 'dtend': $('#id_dtend').val(), + 'description': $('#id_description').val(), + 'location': $('#id_location').val() + }) + .done(function() { + $('#calendar').fullCalendar( 'refetchEventSources', [ {{$sources}} ] ); + reset_form(); + }); +} + +function on_delete() { + $.post( 'cdav/calendar', { + 'delete': 'delete', + 'target': $('#calendar_select').val(), + 'uri': $('#event_uri').val(), + }) + .done(function() { + $('#calendar').fullCalendar( 'refetchEventSources', [ {{$sources}} ] ); + reset_form(); + }); +} + +function reset_form() { + $('.section-content-tools-wrapper, #event_form_wrapper, #recurrence_warning').hide(); + + $('#event_submit').val(''); + $('#calendar_select').val(''); + $('#event_uri').val(''); + $('#id_title').val(''); + $('#id_dtstart').val(''); + $('#id_dtend').val(''); + + if(new_event.length) + $('#calendar').fullCalendar( 'removeEventSource', new_event); + + if($('#more_block').hasClass('open')) + on_more(); + + if($('main').hasClass('fullscreen')) + on_fullscreen(); +} + +function on_more() { + if($('#more_block').hasClass('open')) { + $('#event_more').html('<i class="fa fa-caret-down"></i> {{$more}}'); + $('#more_block').removeClass('open').hide(); + } + else { + $('#event_more').html('<i class="fa fa-caret-up"></i> {{$less}}'); + $('#more_block').addClass('open').show(); + } +} + +</script> + +<div class="generic-content-wrapper"> + <div class="section-title-wrapper"> + <div class="float-right"> + <div class="dropdown"> + <button id="view_selector" type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown"></button> + <div class="dropdown-menu"> + <a class="dropdown-item" href="#" onclick="changeView('changeView', 'month'); return false;">{{$month}}</a></li> + <a class="dropdown-item" href="#" onclick="changeView('changeView', 'agendaWeek'); return false;">{{$week}}</a></li> + <a class="dropdown-item" href="#" onclick="changeView('changeView', 'agendaDay'); return false;">{{$day}}</a></li> + <div class="dropdown-divider"></div> + <a class="dropdown-item" href="#" onclick="changeView('changeView', 'listMonth'); return false;">{{$list_month}}</a></li> + <a class="dropdown-item" href="#" onclick="changeView('changeView', 'listWeek'); return false;">{{$list_week}}</a></li> + <a class="dropdown-item" href="#" onclick="changeView('changeView', 'listDay'); return false;">{{$list_day}}</a></li> + </div> + <div class="btn-group"> + <button class="btn btn-outline-secondary btn-sm" onclick="changeView('prev', false);" title="{{$prev}}"><i class="fa fa-backward"></i></button> + <button id="events-spinner" class="btn btn-outline-secondary btn-sm" onclick="changeView('today', false);" title="{{$today}}"><i class="fa fa-bullseye"></i></button> + <button class="btn btn-outline-secondary btn-sm" onclick="changeView('next', false);" title="{{$next}}"><i class="fa fa-forward"></i></button> + </div> + <button id="fullscreen-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen();"><i class="fa fa-expand"></i></button> + <button id="inline-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(false);"><i class="fa fa-compress"></i></button> + </div> + </div> + <h2 id="title"></h2> + <div class="clear"></div> + </div> + <div class="section-content-tools-wrapper" style="display: none"> + <div id="recurrence_warning" style="display: none"> + <div class="section-content-warning-wrapper"> + {{$recurrence_warning}} + </div> + <div> + <button id="event_delete_recurrent" type="button" class="btn btn-danger btn-sm">{{$delete_all}}</button> + <button id="event_cancel_recurrent" type="button" class="btn btn-outline-secondary btn-sm">{{$cancel}}</button> + </div> + </div> + <div id="event_form_wrapper" style="display: none"> + <form id="event_form" method="post" action=""> + <input id="event_uri" type="hidden" name="uri" value=""> + {{include file="field_input.tpl" field=$title}} + <label for="calendar_select">{{$calendar_select_label}}</label> + <select id="calendar_select" name="target" class="form-control form-group"> + {{foreach $writable_calendars as $writable_calendar}} + <option value="{{$writable_calendar.id.0}}:{{$writable_calendar.id.1}}">{{$writable_calendar.displayname}}{{if $writable_calendar.sharer}} ({{$writable_calendar.sharer}}){{/if}}</option> + {{/foreach}} + </select> + <div id="more_block" style="display: none;"> + {{include file="field_input.tpl" field=$dtstart}} + {{include file="field_input.tpl" field=$dtend}} + {{include file="field_textarea.tpl" field=$description}} + {{include file="field_textarea.tpl" field=$location}} + </div> + <div class="form-group"> + <div class="pull-right"> + <button id="event_more" type="button" class="btn btn-outline-secondary btn-sm"><i class="fa fa-caret-down"></i> {{$more}}</button> + <button id="event_submit" type="button" value="" class="btn btn-primary btn-sm"></button> + + </div> + <div> + <button id="event_delete" type="button" class="btn btn-danger btn-sm">{{$delete}}</button> + <button id="event_cancel" type="button" class="btn btn-outline-secondary btn-sm">{{$cancel}}</button> + </div> + <div class="clear"></div> + </div> + </form> + </div> + </div> + <div class="section-content-wrapper-np"> + <div id="calendar"></div> + </div> +</div> diff --git a/view/tpl/cdav_widget_addressbook.tpl b/view/tpl/cdav_widget_addressbook.tpl new file mode 100644 index 000000000..80b5feaf6 --- /dev/null +++ b/view/tpl/cdav_widget_addressbook.tpl @@ -0,0 +1,67 @@ +<div class="widget"> + <h3>{{$addressbooks_label}}</h3> + {{foreach $addressbooks as $addressbook}} + <div id="addressbook-{{$addressbook.id}}" class="ml-3"> + <div class="form-group"> + <i class="fa fa-user generic-icons"></i><a href="/cdav/addressbook/{{$addressbook.id}}">{{$addressbook.displayname}}</a> + <div class="float-right"> + <i id="edit-icon" class="fa fa-pencil fakelink generic-icons" onclick="openClose('edit-addressbook-{{$addressbook.id}}')"></i> + <a href="/cdav/addressbooks/{{$addressbook.ownernick}}/{{$addressbook.uri}}/?export"><i id="download-icon" class="fa fa-cloud-download fakelink generic-icons"></i></a> + <a href="#" onclick="dropItem('/cdav/addressbook/drop/{{$addressbook.id}}', '#addressbook-{{$addressbook.id}}'); return false;"><i class="fa fa-trash-o drop-icons"></i></a> + </div> + </div> + <div id="edit-addressbook-{{$addressbook.id}}" class="sub-menu" style="display: none;"> + <form id="edit-addressbook-{{$addressbook.id}}" method="post" action=""> + <label for="edit-{{$addressbook.id}}">{{$edit_label}}</label> + <div id="edit-form-{{$addressbook.id}}" class="form-group"> + <input id="id-{{$addressbook.id}}" name="id" type="hidden" value="{{$addressbook.id}}"> + <input id="edit-{{$addressbook.id}}" name="{DAV:}displayname" type="text" value="{{$addressbook.displayname}}" class="form-control"> + </div> + <div class="form-group"> + <button type="submit" name="edit" value="edit" class="btn btn-primary btn-sm">{{$edit}}</button> + </div> + </form> + </div> + </div> + {{/foreach}} +</div> + +<div class="widget"> + <h3>{{$tools_label}}</h3> + <ul class="nav nav-pills flex-column"> + <li class="nav-item"> + <a class="nav-link" href="#" onclick="openClose('create-addressbook'); return false;"><i class="fa fa-user-plus generic-icons"></i> {{$create_label}}</a> + </li> + <div id="create-addressbook" class="sub-menu-wrapper"> + <div class="sub-menu"> + <form method="post" action=""> + <div class="form-group"> + <input id="create" name="{DAV:}displayname" type="text" placeholder="{{$create_placeholder}}" class="form-control form-group"> + <button type="submit" name="create" value="create" class="btn btn-primary btn-sm">{{$create}}</button> + </div> + </form> + </div> + </div> + <li class="nav-item"> + <a class="nav-link" href="#" onclick="openClose('upload-form'); return false;"><i class="fa fa-cloud-upload generic-icons"></i> {{$import_label}}</a> + </li> + <div id="upload-form" class="sub-menu-wrapper"> + <div class="sub-menu"> + <form enctype="multipart/form-data" method="post" action=""> + <div class="form-group"> + <select id="import" name="target" class="form-control"> + <option value="">{{$import_placeholder}}</option> + {{foreach $addressbooks as $addressbook}} + <option value="{{$addressbook.id}}">{{$addressbook.displayname}}</option> + {{/foreach}} + </select> + </div> + <div class="form-group"> + <input class="form-control-file w-100" id="addressbook-upload-choose" type="file" name="userfile" /> + </div> + <button class="btn btn-primary btn-sm" type="submit" name="a_upload" value="a_upload">{{$upload}}</button> + </form> + </div> + </div> + </ul> +</div> diff --git a/view/tpl/cdav_widget_calendar.tpl b/view/tpl/cdav_widget_calendar.tpl new file mode 100644 index 000000000..ec2257a19 --- /dev/null +++ b/view/tpl/cdav_widget_calendar.tpl @@ -0,0 +1,121 @@ +{{if $my_calendars}} +<div class="widget"> + <h3>{{$my_calendars_label}}</h3> + {{foreach $my_calendars as $calendar}} + <div id="calendar-{{$calendar.calendarid}}"> + <div class="ml-3{{if !$calendar@last}} form-group{{/if}}"> + <i id="calendar-btn-{{$calendar.calendarid}}" class="fa {{if $calendar.switch}}fa-calendar-check-o{{else}}fa-calendar-o{{/if}} generic-icons fakelink" onclick="add_remove_json_source('{{$calendar.json_source}}', '{{$calendar.color}}', {{$calendar.editable}})" style="color: {{$calendar.color}};"></i>{{$calendar.displayname}} + <div class="float-right"> + <i id="edit-icon" class="fa fa-pencil fakelink generic-icons" onclick="openClose('edit-calendar-{{$calendar.calendarid}}')"></i> + <a href="/cdav/calendars/{{$calendar.ownernick}}/{{$calendar.uri}}/?export"><i id="download-icon" class="fa fa-cloud-download fakelink generic-icons"></i></a> + <i id="share-icon" class="fa fa-share-alt fakelink generic-icons" onclick="openClose('share-calendar-{{$calendar.calendarid}}')"></i> + <a href="#" onclick="var drop = dropItem('/cdav/calendar/drop/{{$calendar.calendarid}}/{{$calendar.instanceid}}', '#calendar-{{$calendar.calendarid}}'); if(drop) { add_remove_json_source('{{$calendar.json_source}}', '{{$calendar.color}}', {{$calendar.editable}}, 'drop'); } return false;"><i class="fa fa-trash-o drop-icons"></i></a> + </div> + <div id="share-calendar-{{$calendar.calendarid}}" class="sub-menu" style="display: none; border-color: {{$calendar.color}};"> + {{if $calendar.sharees}} + {{foreach $calendar.sharees as $sharee}} + <div id="sharee-{{$calendar.calendarid}}" class="form-group"> + <i class="fa fa-share generic-icons"></i>{{$sharee.name}} {{$sharee.access}} + <div class="pull-right"> + <a href="#" onclick="dropItem('/cdav/calendar/dropsharee/{{$calendar.calendarid}}/{{$calendar.instanceid}}/{{$sharee.hash}}', '#sharee-{{$calendar.calendarid}}'); return false;"><i class="fa fa-trash-o drop-icons"></i></a> + </div> + </div> + {{/foreach}} + {{/if}} + <form method="post" action=""> + <label for="share-{{$calendar.calendarid}}">{{$share_label}}</label> + <input name="calendarid" type="hidden" value="{{$calendar.calendarid}}"> + <input name="instanceid" type="hidden" value="{{$calendar.instanceid}}"> + <div class="form-group"> + <select id="share-{{$calendar.calendarid}}" name="sharee" class="form-control"> + {{$sharee_options}} + </select> + </div> + <div class="form-group"> + <select name="access" class="form-control"> + {{$access_options}} + </select> + </div> + <div class="form-group"> + <button type="submit" name="share" value="share" class="btn btn-primary btn-sm">{{$share}}</button> + </div> + </form> + </div> + <div id="edit-calendar-{{$calendar.calendarid}}" class="sub-menu" style="display: none; border-color: {{$calendar.color}};"> + <form id="edit-calendar-{{$calendar.calendarid}}" method="post" action="" class="colorpicker-component color-edit"> + <input id="id-{{$calendar.calendarid}}" name="id" type="hidden" value="{{$calendar.calendarid}}:{{$calendar.instanceid}}"> + <input id="color-{{$calendar.calendarid}}" name="color" type="hidden" value="{{$calendar.color}}" class="color-edit-input"> + <label for="edit-form-{{$calendar.calendarid}}">{{$edit_label}}</label> + <div id="edit-form-{{$calendar.calendarid}}" class="input-group form-group"> + <input id="create-{{$calendar.calendarid}}" name="{DAV:}displayname" type="text" value="{{$calendar.displayname}}" class="form-control"> + <span class="input-group-addon"><i></i></span> + </div> + <div class="form-group"> + <button type="submit" name="edit" value="edit" class="btn btn-primary btn-sm">{{$edit}}</button> + </div> + </form> + </div> + </div> + </div> + {{/foreach}} +</div> +{{/if}} + +{{if $shared_calendars}} +<div class="widget"> + <h3>{{$shared_calendars_label}}</h3> + {{foreach $shared_calendars as $calendar}} + <div id="shared-calendar-{{$calendar.calendarid}}" class="ml-3{{if !$calendar@last}} form-group{{/if}}"> + <i id="calendar-btn-{{$calendar.calendarid}}" class="fa {{if $calendar.switch}}{{if $calendar.access == 'read-write'}}fa-calendar-check-o{{else}}fa-calendar-times-o{{/if}}{{else}}fa-calendar-o{{/if}} generic-icons fakelink" onclick="add_remove_json_source('{{$calendar.json_source}}', '{{$calendar.color}}', {{$calendar.editable}}, {{if $calendar.access == 'read-write'}}'fa-calendar-check-o'{{else}}'fa-calendar-times-o'{{/if}})" style="color: {{$calendar.color}};"></i>{{$calendar.displayname}} ({{$calendar.sharer}}) + <div class="pull-right"> + <a href="/cdav/calendars/{{$calendar.ownernick}}/{{$calendar.uri}}/?export"><i id="download-icon" class="fa fa-cloud-download fakelink generic-icons"></i></a> + <a href="#" onclick="var drop = dropItem('/cdav/calendar/drop/{{$calendar.calendarid}}/{{$calendar.instanceid}}', '#shared-calendar-{{$calendar.calendarid}}'); if(drop) { add_remove_json_source('{{$calendar.json_source}}', '{{$calendar.color}}', {{$calendar.editable}}, 'drop'); } return false;"><i class="fa fa-trash-o drop-icons"></i></a> + </div> + </div> + {{/foreach}} +</div> +{{/if}} + +<div class="widget"> + <h3>{{$tools_label}}</h3> + <div class="nav nav-pills flex-column"> + <li class="nav-item"> + <a class="nav-link" href="#" onclick="openClose('create-calendar'); return false;"><i class="fa fa-calendar-plus-o generic-icons"></i> {{$create_label}}</a> + </li> + <div id="create-calendar" class="sub-menu-wrapper"> + <div class="sub-menu"> + <form method="post" action="" class="colorpicker-component color-edit"> + <input id="color" name="color" type="hidden" value="#3a87ad" class="color-edit-input"> + <div id="create-form" class="input-group form-group"> + <input id="create" name="{DAV:}displayname" type="text" placeholder="{{$create_placeholder}}" class="form-control"> + <span class="input-group-addon"><i></i></span> + </div> + <div class="form-group"> + <button type="submit" name="create" value="create" class="btn btn-primary btn-sm">{{$create}}</button> + </div> + </form> + </div> + </div> + <li class="nav-item"> + <a class="nav-link" href="#" onclick="openClose('upload-form'); return false;"><i class="fa fa-cloud-upload generic-icons"></i> {{$import_label}}</a> + </li> + <div id="upload-form" class="sub-menu-wrapper"> + <div class="sub-menu"> + <form enctype="multipart/form-data" method="post" action=""> + <div class="form-group"> + <select id="import" name="target" class="form-control"> + <option value="">{{$import_placeholder}}</option> + {{foreach $writable_calendars as $writable_calendar}} + <option value="{{$writable_calendar.id.0}}:{{$writable_calendar.id.1}}">{{$writable_calendar.displayname}}</option> + {{/foreach}} + </select> + </div> + <div class="form-group"> + <input class="form-control-file w-100" id="event-upload-choose" type="file" name="userfile" /> + </div> + <button class="btn btn-primary btn-sm" type="submit" name="c_upload" value="c_upload">{{$upload}}</button> + </form> + </div> + </div> + </div> +</div> diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index 1a84f1e66..63e09ec05 100755 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -17,7 +17,7 @@ </div> <h3> {{if $selected == $channel.channel_id}} - <i class="selected-channel fa fa-circle" title="{{$msg_selected}}"></i> + <i class="fa fa-circle text-success" title="{{$msg_selected}}"></i> {{/if}} {{if $channel.delegate}} <i class="fa fa-arrow-circle-right" title="{{$delegated_desc}}"></i> @@ -37,11 +37,11 @@ <div class="channel-notifications-wrapper"> {{if !$channel.delegate}} <div class="channel-notification"> - <i class="fa fa-envelope{{if $channel.mail != 0}} new-notification{{/if}}"></i> + <i class="fa fa-fw fa-envelope{{if $channel.mail != 0}} text-danger{{/if}}"></i> {{if $channel.mail != 0}}<a href="manage/{{$channel.channel_id}}/mail/combined">{{/if}}{{$channel.mail|string_format:$mail_format}}{{if $channel.mail != 0}}</a>{{/if}} </div> <div class="channel-notification"> - <i class="fa fa-user{{if $channel.intros != 0}} new-notification{{/if}}"></i> + <i class="fa fa-fw fa-user{{if $channel.intros != 0}} text-danger{{/if}}"></i> {{if $channel.intros != 0}}<a href='manage/{{$channel.channel_id}}/connections/ifpending'>{{/if}}{{$channel.intros|string_format:$intros_format}}{{if $channel.intros != 0}}</a>{{/if}} </div> {{/if}} diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl index d3eeed24f..0e6847608 100644 --- a/view/tpl/chatrooms.tpl +++ b/view/tpl/chatrooms.tpl @@ -27,7 +27,7 @@ <ul id="panel-{{$room.cr_id}}" class="lockview-panel dropdown-menu"></ul> {{/if}} </td> - <td><span class="badge badge-default">{{$room.cr_inroom}}</span></td> + <td><span class="badge badge-secondary">{{$room.cr_inroom}}</span></td> </tr> {{/foreach}} </table> diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index bd5176c83..02b0c527c 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -10,6 +10,14 @@ <input type="hidden" name="return" value="{{$return_path}}" /> <input type="hidden" name="jsreload" value="{{$jsreload}}" /> <input type="hidden" name="preview" id="comment-preview-inp-{{$id}}" value="0" /> + {{if $anoncomments && ! $observer}} + <div id="comment-edit-anon-{{$id}}" style="display: none;" > + {{include file="field_input.tpl" field=$anonname}} + {{include file="field_input.tpl" field=$anonmail}} + {{include file="field_input.tpl" field=$anonurl}} + {{$anon_extras}} + </div> + {{/if}} <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpenUI(this,{{$id}});" onBlur="commentCloseUI(this,{{$id}});" ondragenter="linkdropper(event);" ondragleave="linkdropexit(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >{{$comment}}</textarea> {{if $qcomment}} <select id="qcomment-select-{{$id}}" name="qcomment-{{$id}}" class="qcomment" onchange="qCommentInsert(this,{{$id}});" > diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl index 16915abda..8e49c9e27 100755 --- a/view/tpl/connection_template.tpl +++ b/view/tpl/connection_template.tpl @@ -8,8 +8,8 @@ <a href="connedit/{{$contact.id}}/ignore" class="btn btn-warning btn-sm" title="{{$contact.ignore_hover}}"><i class="fa fa-ban"></i> {{$contact.ignore}}</a> {{/if}} - <a href="#" class="btn btn-danger btn-sm" title="{{$contact.delete_hover}}" onclick="dropItem('{{$contact.deletelink}}', '#contact-entry-wrapper-{{$contact.id}}'); return false;"><i class="fa fa-trash-o"></i> {{$contact.delete}}</a> - <a href="{{$contact.link}}" class="btn btn-outline-secondary btn-sm" title="{{$contact.edit_hover}}"><i class="fa fa-pencil"></i></a> + <a href="#" class="btn btn-danger btn-sm contact-delete-btn" title="{{$contact.delete_hover}}" onclick="dropItem('{{$contact.deletelink}}', '#contact-entry-wrapper-{{$contact.id}}'); return false;"><i class="fa fa-trash-o"></i> {{$contact.delete}}</a> + <a href="{{$contact.link}}" class="btn btn-outline-secondary btn-sm" title="{{$contact.edit_hover}}"><i class="fa fa-pencil"></i> {{$contact.edit}}</a> {{if $contact.approve}} </form> {{/if}} diff --git a/view/tpl/contact_slider.tpl b/view/tpl/contact_slider.tpl index 550abc147..0848df673 100755 --- a/view/tpl/contact_slider.tpl +++ b/view/tpl/contact_slider.tpl @@ -4,10 +4,10 @@ $(document).ready(function() { // The slider does not render correct if width is given in % and // the slider container is hidden (display: none) during rendering. // So let's unhide it to render and hide again afterwards. - if(!$("#affinity-tool-collapse").hasClass("in")) { - $("#affinity-tool-collapse").addClass("in"); + if(!$("#affinity-tool-collapse").hasClass("show")) { + $("#affinity-tool-collapse").addClass("show"); makeContactSlider(); - $("#affinity-tool-collapse").removeClass("in"); + $("#affinity-tool-collapse").removeClass("show"); } else { makeContactSlider(); diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 2d51af4ff..36cb4cc83 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -84,9 +84,9 @@ </div> {{/if}} <div class="p-2 clearfix wall-item-tools"> - <div class="wall-item-tools-right pull-right"> + <div class="float-right wall-item-tools-right"> {{if $item.toplevel && $item.emojis && $item.reactions}} - <div class="btn-group dropdown"> + <div class="btn-group"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-react-{{$item.id}}"> <i class="fa fa-smile-o"></i> </button> @@ -97,7 +97,7 @@ </div> </div> {{/if}} - <div class="btn-group dropdown"> + <div class="btn-group"> {{if $item.like}} <button type="button" title="{{$item.like.0}}" class="btn btn-outline-secondary btn-sm" onclick="dolike({{$item.id}},'like'); return false;"> <i class="fa fa-thumbs-o-up{{if $item.my_responses.like}} ivoted{{/if}}" ></i> @@ -109,11 +109,11 @@ </button> {{/if}} {{if $item.isevent}} - <div class="btn-group dropdown"> + <div class="btn-group"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-attend-menu-{{$item.id}}" title="{{$item.attend_title}}"> <i class="fa fa-calendar-check-o"></i> </button> - <div class="dropdown-menu"> + <div class="dropdown-menu dropdown-menu-right"> <a class="dropdown-item" href="#" title="{{$item.attend.0}}" onclick="itemAddToCal({{$item.id}}); dolike({{$item.id}},'attendyes'); return false;"> <i class="item-act-list fa fa-check{{if $item.my_responses.attend}} ivoted{{/if}}" ></i> {{$item.attend.0}} </a> @@ -127,11 +127,11 @@ </div> {{/if}} {{if $item.canvote}} - <div class="btn-group dropdown"> + <div class="btn-group"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-consensus-menu-{{$item.id}}" title="{{$item.vote_title}}"> <i class="fa fa-check-square-o"></i> </button> - <div class="dropdown-menu" role="menu" aria-labelledby="wall-item-consensus-menu-{{$item.id}}"> + <div class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="wall-item-consensus-menu-{{$item.id}}"> <a class="dropdown-item" href="#" title="{{$item.conlabels.0}}" onclick="dolike({{$item.id}},'agree'); return false;"> <i class="item-act-list fa fa-check{{if $item.my_responses.agree}} ivoted{{/if}}" ></i> {{$item.conlabels.0}} </a> @@ -144,51 +144,53 @@ </div> </div> {{/if}} - <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-menu-{{$item.id}}"> - <i class="fa fa-cog"></i> - </button> - <div class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="wall-item-menu-{{$item.id}}"> - {{if $item.share}} - <a class="dropdown-item" href="#" onclick="jotShare({{$item.id}}); return false"><i class="generic-icons-nav fa fa-fw fa-retweet" title="{{$item.share.0}}"></i>{{$item.share.0}}</a> - {{/if}} - {{if $item.plink}} - <a class="dropdown-item" href="{{$item.plink.href}}" title="{{$item.plink.title}}" class="u-url"><i class="generic-icons-nav fa fa-fw fa-external-link"></i>{{$item.plink.title}}</a> - {{/if}} - {{if $item.edpost}} - <a class="dropdown-item" href="{{$item.edpost.0}}" title="{{$item.edpost.1}}"><i class="generic-icons-nav fa fa-fw fa-pencil"></i>{{$item.edpost.1}}</a> - {{/if}} - {{if $item.tagger}} - <a class="dropdown-item" href="#" onclick="itemTag({{$item.id}}); return false;"><i id="tagger-{{$item.id}}" class="generic-icons-nav fa fa-fw fa-tag" title="{{$item.tagger.tagit}}"></i>{{$item.tagger.tagit}}</a> - {{/if}} - {{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.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}} - {{if $item.addtocal}} - <a class="dropdown-item" href="#" onclick="itemAddToCal({{$item.id}}); return false;"><i id="addtocal-{{$item.id}}" class="generic-icons-nav fa fa-fw fa-calendar" title="{{$item.addtocal}}"></i>{{$item.addtocal}}</a> - {{/if}} - {{if $item.star}} - <a class="dropdown-item" href="#" onclick="dostar({{$item.id}}); return false;"><i id="starred-{{$item.id}}" class="generic-icons-nav fa fa-fw fa-star {{$item.star.isstarred}}" title="{{$item.star.toggle}}"></i>{{$item.star.toggle}}</a> - {{/if}} - {{if $item.thread_action_menu}} - {{foreach $item.thread_action_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}} ><i class="generic-icons-nav fa fa-fw fa-{{$mitem.icon}}"></i>{{$mitem.title}}</a> - {{/foreach}} - {{/if}} - {{if $item.drop.dropping}} - <a class="dropdown-item" href="#" onclick="dropItem('item/drop/{{$item.id}}', '#thread-wrapper-{{$item.id}}'); return false;" title="{{$item.drop.delete}}" ><i class="generic-icons-nav fa fa-fw fa-trash-o"></i>{{$item.drop.delete}}</a> - {{/if}} - {{if $item.thread_author_menu}} - <div class="dropdown-divider"></div> - {{foreach $item.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}} - {{/if}} - {{if $item.edpost && $item.dreport}} - <a class="dropdown-item" href="dreport/{{$item.mid}}">{{$item.dreport}}</a> - {{/if}} + <div class="btn-group"> + <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-menu-{{$item.id}}"> + <i class="fa fa-cog"></i> + </button> + <div class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="wall-item-menu-{{$item.id}}"> + {{if $item.share}} + <a class="dropdown-item" href="#" onclick="jotShare({{$item.id}}); return false"><i class="generic-icons-nav fa fa-fw fa-retweet" title="{{$item.share.0}}"></i>{{$item.share.0}}</a> + {{/if}} + {{if $item.plink}} + <a class="dropdown-item" href="{{$item.plink.href}}" title="{{$item.plink.title}}" class="u-url"><i class="generic-icons-nav fa fa-fw fa-external-link"></i>{{$item.plink.title}}</a> + {{/if}} + {{if $item.edpost}} + <a class="dropdown-item" href="{{$item.edpost.0}}" title="{{$item.edpost.1}}"><i class="generic-icons-nav fa fa-fw fa-pencil"></i>{{$item.edpost.1}}</a> + {{/if}} + {{if $item.tagger}} + <a class="dropdown-item" href="#" onclick="itemTag({{$item.id}}); return false;"><i id="tagger-{{$item.id}}" class="generic-icons-nav fa fa-fw fa-tag" title="{{$item.tagger.tagit}}"></i>{{$item.tagger.tagit}}</a> + {{/if}} + {{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.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}} + {{if $item.addtocal}} + <a class="dropdown-item" href="#" onclick="itemAddToCal({{$item.id}}); return false;"><i id="addtocal-{{$item.id}}" class="generic-icons-nav fa fa-fw fa-calendar" title="{{$item.addtocal}}"></i>{{$item.addtocal}}</a> + {{/if}} + {{if $item.star}} + <a class="dropdown-item" href="#" onclick="dostar({{$item.id}}); return false;"><i id="starred-{{$item.id}}" class="generic-icons-nav fa fa-fw fa-star {{$item.star.isstarred}}" title="{{$item.star.toggle}}"></i>{{$item.star.toggle}}</a> + {{/if}} + {{if $item.thread_action_menu}} + {{foreach $item.thread_action_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}} ><i class="generic-icons-nav fa fa-fw fa-{{$mitem.icon}}"></i>{{$mitem.title}}</a> + {{/foreach}} + {{/if}} + {{if $item.drop.dropping}} + <a class="dropdown-item" href="#" onclick="dropItem('item/drop/{{$item.id}}', '#thread-wrapper-{{$item.id}}'); return false;" title="{{$item.drop.delete}}" ><i class="generic-icons-nav fa fa-fw fa-trash-o"></i>{{$item.drop.delete}}</a> + {{/if}} + {{if $item.thread_author_menu}} + <div class="dropdown-divider"></div> + {{foreach $item.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}} + {{/if}} + {{if $item.edpost && $item.dreport}} + <a class="dropdown-item" href="dreport/{{$item.mid}}">{{$item.dreport}}</a> + {{/if}} + </div> </div> </div> </div> diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl index 59153e41f..e442dd3cc 100755 --- a/view/tpl/conv_list.tpl +++ b/view/tpl/conv_list.tpl @@ -84,9 +84,9 @@ </div> {{/if}} <div class="p-2 clearfix wall-item-tools"> - <div class="wall-item-tools-right pull-right"> + <div class="float-right wall-item-tools-right"> {{if $item.toplevel && $item.emojis && $item.reactions}} - <div class="btn-group dropdown"> + <div class="btn-group"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-react-{{$item.id}}"> <i class="fa fa-smile-o"></i> </button> @@ -97,7 +97,7 @@ </div> </div> {{/if}} - <div class="btn-group dropdown"> + <div class="btn-group"> {{if $item.like}} <button type="button" title="{{$item.like.0}}" class="btn btn-outline-secondary btn-sm" onclick="dolike({{$item.id}},'like'); return false;"> <i class="fa fa-thumbs-o-up{{if $item.my_responses.like}} ivoted{{/if}}" ></i> @@ -109,7 +109,7 @@ </button> {{/if}} {{if $item.isevent}} - <div class="btn-group dropdown"> + <div class="btn-group"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-attend-menu-{{$item.id}}" title="{{$item.attend_title}}"> <i class="fa fa-calendar-check-o"></i> </button> @@ -127,7 +127,7 @@ </div> {{/if}} {{if $item.canvote}} - <div class="btn-group dropdown"> + <div class="btn-group"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-consensus-menu-{{$item.id}}" title="{{$item.vote_title}}"> <i class="fa fa-check-square-o"></i> </button> @@ -144,51 +144,53 @@ </div> </div> {{/if}} - <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-menu-{{$item.id}}"> - <i class="fa fa-cog"></i> - </button> - <div class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="wall-item-menu-{{$item.id}}"> - {{if $item.share}} - <a class="dropdown-item" href="#" onclick="jotShare({{$item.id}}); return false"><i class="generic-icons-nav fa fa-fw fa-retweet" title="{{$item.share.0}}"></i>{{$item.share.0}}</a> - {{/if}} - {{if $item.plink}} - <a class="dropdown-item" href="{{$item.plink.href}}" title="{{$item.plink.title}}" class="u-url"><i class="generic-icons-nav fa fa-fw fa-external-link"></i>{{$item.plink.title}}</a> - {{/if}} - {{if $item.edpost}} - <a class="dropdown-item" href="{{$item.edpost.0}}" title="{{$item.edpost.1}}"><i class="generic-icons-nav fa fa-fw fa-pencil"></i>{{$item.edpost.1}}</a> - {{/if}} - {{if $item.tagger}} - <a class="dropdown-item" href="#" onclick="itemTag({{$item.id}}); return false;"><i id="tagger-{{$item.id}}" class="generic-icons-nav fa fa-fw fa-tag" title="{{$item.tagger.tagit}}"></i>{{$item.tagger.tagit}}</a> - {{/if}} - {{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.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}} - {{if $item.addtocal}} - <a class="dropdown-item" href="#" onclick="itemAddToCal({{$item.id}}); return false;"><i id="addtocal-{{$item.id}}" class="generic-icons-nav fa fa-fw fa-calendar" title="{{$item.addtocal}}"></i>{{$item.addtocal}}</a> - {{/if}} - {{if $item.star}} - <a class="dropdown-item" href="#" onclick="dostar({{$item.id}}); return false;"><i id="starred-{{$item.id}}" class="generic-icons-nav fa fa-fw fa-star {{$item.star.isstarred}}" title="{{$item.star.toggle}}"></i>{{$item.star.toggle}}</a> - {{/if}} - {{if $item.thread_action_menu}} - {{foreach $item.thread_action_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}} ><i class="generic-icons-nav fa fa-fw fa-{{$mitem.icon}}"></i>{{$mitem.title}}</a> - {{/foreach}} - {{/if}} - {{if $item.drop.dropping}} - <a class="dropdown-item" href="#" onclick="dropItem('item/drop/{{$item.id}}', '#thread-wrapper-{{$item.id}}'); return false;" title="{{$item.drop.delete}}" ><i class="generic-icons-nav fa fa-fw fa-trash-o"></i>{{$item.drop.delete}}</a> - {{/if}} - {{if $item.thread_author_menu}} - <div class="dropdown-divider"></div> - {{foreach $item.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}} - {{/if}} - {{if $item.edpost && $item.dreport}} - <a class="dropdown-item" href="dreport/{{$item.mid}}">{{$item.dreport}}</a> - {{/if}} + <div class="btn-group"> + <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-menu-{{$item.id}}"> + <i class="fa fa-cog"></i> + </button> + <div class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="wall-item-menu-{{$item.id}}"> + {{if $item.share}} + <a class="dropdown-item" href="#" onclick="jotShare({{$item.id}}); return false"><i class="generic-icons-nav fa fa-fw fa-retweet" title="{{$item.share.0}}"></i>{{$item.share.0}}</a> + {{/if}} + {{if $item.plink}} + <a class="dropdown-item" href="{{$item.plink.href}}" title="{{$item.plink.title}}" class="u-url"><i class="generic-icons-nav fa fa-fw fa-external-link"></i>{{$item.plink.title}}</a> + {{/if}} + {{if $item.edpost}} + <a class="dropdown-item" href="{{$item.edpost.0}}" title="{{$item.edpost.1}}"><i class="generic-icons-nav fa fa-fw fa-pencil"></i>{{$item.edpost.1}}</a> + {{/if}} + {{if $item.tagger}} + <a class="dropdown-item" href="#" onclick="itemTag({{$item.id}}); return false;"><i id="tagger-{{$item.id}}" class="generic-icons-nav fa fa-fw fa-tag" title="{{$item.tagger.tagit}}"></i>{{$item.tagger.tagit}}</a> + {{/if}} + {{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.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}} + {{if $item.addtocal}} + <a class="dropdown-item" href="#" onclick="itemAddToCal({{$item.id}}); return false;"><i id="addtocal-{{$item.id}}" class="generic-icons-nav fa fa-fw fa-calendar" title="{{$item.addtocal}}"></i>{{$item.addtocal}}</a> + {{/if}} + {{if $item.star}} + <a class="dropdown-item" href="#" onclick="dostar({{$item.id}}); return false;"><i id="starred-{{$item.id}}" class="generic-icons-nav fa fa-fw fa-star {{$item.star.isstarred}}" title="{{$item.star.toggle}}"></i>{{$item.star.toggle}}</a> + {{/if}} + {{if $item.thread_action_menu}} + {{foreach $item.thread_action_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}} ><i class="generic-icons-nav fa fa-fw fa-{{$mitem.icon}}"></i>{{$mitem.title}}</a> + {{/foreach}} + {{/if}} + {{if $item.drop.dropping}} + <a class="dropdown-item" href="#" onclick="dropItem('item/drop/{{$item.id}}', '#thread-wrapper-{{$item.id}}'); return false;" title="{{$item.drop.delete}}" ><i class="generic-icons-nav fa fa-fw fa-trash-o"></i>{{$item.drop.delete}}</a> + {{/if}} + {{if $item.thread_author_menu}} + <div class="dropdown-divider"></div> + {{foreach $item.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}} + {{/if}} + {{if $item.edpost && $item.dreport}} + <a class="dropdown-item" href="dreport/{{$item.mid}}">{{$item.dreport}}</a> + {{/if}} + </div> </div> </div> </div> diff --git a/view/tpl/diaspora_vcard.tpl b/view/tpl/diaspora_vcard.tpl deleted file mode 100644 index 017eb555c..000000000 --- a/view/tpl/diaspora_vcard.tpl +++ /dev/null @@ -1,69 +0,0 @@ -<div style="display:none;"> - <dl class="entity_uid"> - <dt>Uid</dt> - <dd> - <span class="uid p-uid">{{$diaspora.guid}}</span> - </dd> - </dl> - <dl class='entity_nickname'> - <dt>Nickname</dt> - <dd> - <span class="nickname p-nickname">{{$diaspora.nickname}}</span> - </dd> - </dl> - <dl class='entity_full_name'> - <dt>Full name</dt> - <dd> - <span class='fn p-name'>{{$diaspora.fullname}}</span> - </dd> - </dl> - - <dl class='entity_first_name'> - <dt>First name</dt> - <dd> - <span class='given_name p-given-name'>{{$diaspora.firstname}}</span> - </dd> - </dl> - <dl class='entity_family_name'> - <dt>Family name</dt> - <dd> - <span class='family_name p-family-name'>{{$diaspora.lastname}}</span> - </dd> - </dl> - <dl class="entity_url"> - <dt>URL</dt> - <dd> - <a href="{{$diaspora.podloc}}/" id="pod_location" class="url" rel="me" >{{$diaspora.podloc}}/</a> - </dd> - </dl> - <dl class="entity_photo"> - <dt>Photo</dt> - <dd> - <img class="photo u-photo avatar" height="300" width="300" src="{{$diaspora.photo300}}" /> - </dd> - </dl> - <dl class="entity_photo_medium"> - <dt>Photo</dt> - <dd> - <img class="photo u-photo avatar" height="100" width="100" src="{{$diaspora.photo100}}" /> - </dd> - </dl> - <dl class="entity_photo_small"> - <dt>Photo</dt> - <dd> - <img class="photo u-photo avatar" height="50" width="50" src="{{$diaspora.photo50}}" /> - </dd> - </dl> - <dl class="entity_searchable"> - <dt>Searchable</dt> - <dd> - <span class="searchable">{{$diaspora.searchable}}</span> - </dd> - </dl> - <dl class="entity_key"> - <dt>Key</dt> - <dd> - <pre class="key">{{$diaspora.pubkey}}</pre> - </dd> - </dl> -</div> diff --git a/view/tpl/install.tpl b/view/tpl/install.tpl index 0e77aa97b..5ab722b12 100755 --- a/view/tpl/install.tpl +++ b/view/tpl/install.tpl @@ -1,9 +1,15 @@ -<h1>{{$title}}</h1> -<h2>{{$pass}}</h2> +<div class="container mt-4 mb-4"> + <div class="jumbotron"> + <h1>{{$title}}</h1> + <hr class="my-4"> + <h2><i class="fa fa-{{$icon}}"></i> {{$pass}}</h2> + </div> + {{if $status}} + <div class="alert alert-danger">{{$status}}</div> + {{/if}} -{{if $status}} -<h3 class="error-message">{{$status}}</h3> -{{/if}} - -{{$text}} + <div class="alert alert-info">{{$text}}</div> + <br> + {{$what_next}} +</div> diff --git a/view/tpl/install_checks.tpl b/view/tpl/install_checks.tpl index ad0aef6a3..8bbb9f26d 100755 --- a/view/tpl/install_checks.tpl +++ b/view/tpl/install_checks.tpl @@ -1,24 +1,29 @@ -<h1>{{$title}}</h1> -<h2>{{$pass}}</h2> -<form action="{{$baseurl}}/index.php?q=setup" method="post"> -<table> -{{foreach $checks as $check}} - <tr><td>{{$check.title}} </td><td><i class="fa {{if $check.status}}fa-check-square-o{{else}}{{if $check.required}}fa-square-o{{else}}fa-exclamation{{/if}}{{/if}}"></i></td><td>{{if $check.required}}(required){{/if}}</td></tr> - {{if $check.help}} - <tr><td colspan="3"><blockquote>{{$check.help}}</blockquote></td></tr> - {{/if}} -{{/foreach}} -</table> +<div class="container mt-4 mb-4"> + <div class="jumbotron"> + <h1>{{$title}}</h1> + <hr class="my-4"> + <h2><i class="fa fa-heartbeat"></i> {{$pass}}</h2> + </div> + <form action="{{$baseurl}}/index.php?q=setup" method="post"> + <table class="table"> + {{foreach $checks as $check}} + <tr><td{{if ! $check.status}} class="text-danger"{{/if}}>{{$check.title}}</td><td><i class="fa {{if $check.status}}fa-check-square-o{{else}}{{if $check.required}}fa-square-o{{else}}fa-exclamation text-danger{{/if}}{{/if}}"></i></td><td>{{if $check.required}}(required){{/if}}</td></tr> + {{if $check.help}} + <tr><td colspan="3" class="border-top-0 pt-0 pb-0"><div class="alert alert-info">{{$check.help}}</div></td></tr> + {{/if}} + {{/foreach}} + </table> -{{if $phpath}} - <input type="hidden" name="phpath" value="{{$phpath}}"> -{{/if}} + {{if $phpath}} + <input type="hidden" name="phpath" value="{{$phpath}}"> + {{/if}} -{{if $passed}} - <input type="hidden" name="pass" value="2"> - <input type="submit" value="{{$next}}"> -{{else}} - <input type="hidden" name="pass" value="1"> - <input type="submit" value="{{$reload}}"> -{{/if}} -</form> + {{if $passed}} + <input type="hidden" name="pass" value="2"> + <button class="btn btn-success" type="submit"><i class="fa fa-check"></i> {{$next}}</button> + {{else}} + <input type="hidden" name="pass" value="1"> + <button class="btn btn-warning" type="submit"><i class="fa fa-refresh"></i> {{$reload}}</button> + {{/if}} + </form> +</div> diff --git a/view/tpl/install_db.tpl b/view/tpl/install_db.tpl index 1a58de129..8b9023443 100755 --- a/view/tpl/install_db.tpl +++ b/view/tpl/install_db.tpl @@ -1,30 +1,31 @@ -<h1>{{$title}}</h1> -<h2>{{$pass}}</h2> - - -<p> -{{$info_01}}<br> -{{$info_02}}<br> -{{$info_03}} -</p> - -{{if $status}} -<h3 class="error-message">{{$status}}</h3> -{{/if}} - -<form id="install-form" action="{{$baseurl}}/setup" method="post"> - -<input type="hidden" name="phpath" value="{{$phpath}}" /> -<input type="hidden" name="pass" value="3" /> - -{{include file="field_input.tpl" field=$dbhost}} -{{include file="field_input.tpl" field=$dbport}} -{{include file="field_input.tpl" field=$dbuser}} -{{include file="field_password.tpl" field=$dbpass}} -{{include file="field_input.tpl" field=$dbdata}} -{{include file="field_select.tpl" field=$dbtype}} - -<input id="install-submit" type="submit" name="submit" value="{{$submit}}" /> - -</form> +<div class="container mt-4 mb-4"> + <div class="jumbotron"> + <h1>{{$title}}</h1> + <hr class="my-4"> + <h2><i class="fa fa-database"></i> {{$pass}}</h2> + </div> + <div class="alert alert-info"> + {{$info_01}}<br> + {{$info_02}}<br> + {{$info_03}} + </div> + + {{if $status}} + <div class="alert alert-danger">{{$status}}</div> + {{/if}} + + <form id="install-form" action="{{$baseurl}}/setup" method="post"> + <input type="hidden" name="phpath" value="{{$phpath}}" /> + <input type="hidden" name="pass" value="3" /> + + {{include file="field_input.tpl" field=$dbhost}} + {{include file="field_input.tpl" field=$dbport}} + {{include file="field_input.tpl" field=$dbuser}} + {{include file="field_password.tpl" field=$dbpass}} + {{include file="field_input.tpl" field=$dbdata}} + {{include file="field_select.tpl" field=$dbtype}} + + <button class="btn btn-primary" id="install-submit" type="submit" name="submit" value="{{$submit}}">{{$submit}}</button> + </form> +</div> diff --git a/view/tpl/install_settings.tpl b/view/tpl/install_settings.tpl index f7a0108a8..b62f8508b 100755 --- a/view/tpl/install_settings.tpl +++ b/view/tpl/install_settings.tpl @@ -1,29 +1,28 @@ -<h1>{{$title}}</h1> -<h2>{{$pass}}</h2> - - -{{if $status}} -<h3 class="error-message">{{$status}}</h3> -{{/if}} - -<form id="install-form" action="{{$baseurl}}/setup" method="post"> - -<input type="hidden" name="phpath" value="{{$phpath}}" /> -<input type="hidden" name="dbhost" value="{{$dbhost}}" /> -<input type="hidden" name="dbport" value="{{$dbport}}" /> -<input type="hidden" name="dbuser" value="{{$dbuser}}" /> -<input type="hidden" name="dbpass" value="{{$dbpass}}" /> -<input type="hidden" name="dbdata" value="{{$dbdata}}" /> -<input type="hidden" name="dbtype" value="{{$dbtype}}" /> -<input type="hidden" name="pass" value="4" /> - -{{include file="field_input.tpl" field=$adminmail}} -{{include file="field_input.tpl" field=$siteurl}} -{{include file="field_select.tpl" field=$server_role}} - -{{include file="field_select_grouped.tpl" field=$timezone}} - -<input id="install-submit" type="submit" name="submit" value="{{$submit}}" /> - -</form> - +<div class="container mt-4 mb-4"> + <div class="jumbotron"> + <h1>{{$title}}</h1> + <hr class="my-4"> + <h2><i class="fa fa-cogs"></i> {{$pass}}</h2> + </div> + + {{if $status}} + <div class="alert alert-danger">{{$status}}</div> + {{/if}} + + <form id="install-form" action="{{$baseurl}}/setup" method="post"> + <input type="hidden" name="phpath" value="{{$phpath}}" /> + <input type="hidden" name="dbhost" value="{{$dbhost}}" /> + <input type="hidden" name="dbport" value="{{$dbport}}" /> + <input type="hidden" name="dbuser" value="{{$dbuser}}" /> + <input type="hidden" name="dbpass" value="{{$dbpass}}" /> + <input type="hidden" name="dbdata" value="{{$dbdata}}" /> + <input type="hidden" name="dbtype" value="{{$dbtype}}" /> + <input type="hidden" name="pass" value="4" /> + + {{include file="field_input.tpl" field=$adminmail}} + {{include file="field_input.tpl" field=$siteurl}} + {{include file="field_select_grouped.tpl" field=$timezone}} + + <button class="btn btn-primary" id="install-submit" type="submit" name="submit" value="{{$submit}}">{{$submit}}</button> + </form> +</div> diff --git a/view/tpl/item_binary.tpl b/view/tpl/item_binary.tpl new file mode 100644 index 000000000..b19f7e7dd --- /dev/null +++ b/view/tpl/item_binary.tpl @@ -0,0 +1,3 @@ +<p> +<center><a class="zrl" href="{{$url}}"><button class="btn btn-warning fakelink">{{$download}}</button></a></center> +</p> diff --git a/view/tpl/item_categories.tpl b/view/tpl/item_categories.tpl index e1b183c0d..fa07fa39f 100644 --- a/view/tpl/item_categories.tpl +++ b/view/tpl/item_categories.tpl @@ -1,7 +1,7 @@ {{if $categories}} <!--div class="categorytags"--> {{foreach $categories as $cat}} -<span class="item-category badge badge-pill badge-warning"><i class="fa fa-asterisk"></i> {{if $cat.url}}<a class="text-white" href="{{$cat.url}}">{{$cat.term}}</a>{{else}}{{$cat.term}}{{/if}}</span> +<span class="item-category badge badge-pill badge-warning"><i class="fa fa-asterisk"></i> {{if $cat.url}}<a class="text-dark" href="{{$cat.url}}">{{$cat.term}}</a>{{else}}{{$cat.term}}{{/if}}</span> {{/foreach}} <!--/div--> {{/if}} diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 1cc5a898a..d8f296aa4 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -100,77 +100,44 @@ function enableOnUser(){ initEditor(); } </script> -<script type="text/javascript" src="{{$baseurl}}/view/js/ajaxupload.js" ></script> + +<script src="library/blueimp_upload/js/vendor/jquery.ui.widget.js"></script> +<script src="library/blueimp_upload/js/jquery.iframe-transport.js"></script> +<script src="library/blueimp_upload/js/jquery.fileupload.js"></script> + <script> $(document).ready(function() { /* enable tinymce on focus and click */ $("#profile-jot-text").focus(enableOnUser); $("#profile-jot-text").click(enableOnUser); - var upload_title = $('#wall-image-upload').attr('title'); - var attach_title = $('#wall-file-upload').attr('title'); - try { - var uploader = new window.AjaxUpload('wall-image-upload', - { action: '{{$baseurl}}/wall_upload/{{$nickname}}', - name: 'userfile', - title: upload_title, - onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); }, - onComplete: function(file,response) { - addeditortext(response); - $('#jot-media').val($('#jot-media').val() + response); - $('#profile-rotator').spin(false); - } - }); - } catch (e) { - } - try { - var uploader_sub = new window.AjaxUpload('wall-image-upload-sub', - { action: '{{$baseurl}}/wall_upload/{{$nickname}}', - name: 'userfile', - title: upload_title, - onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); }, - onComplete: function(file,response) { - addeditortext(response); - $('#jot-media').val($('#jot-media').val() + response); - $('#profile-rotator').spin(false); - } - }); - } catch(e) { - } - try { - var file_uploader = new window.AjaxUpload('wall-file-upload', - { action: '{{$baseurl}}/wall_attach/{{$nickname}}', - name: 'userfile', - title: attach_title, - onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); }, - onComplete: function(file,response) { - addeditortext(response); - $('#jot-media').val($('#jot-media').val() + response); - $('#profile-rotator').spin(false); - } - }); - } catch(e) { - } - try { - var file_uploader_sub = new window.AjaxUpload('wall-file-upload-sub', - { action: '{{$baseurl}}/wall_attach/{{$nickname}}', - name: 'userfile', - title: attach_title, - onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); }, - onComplete: function(file,response) { - addeditortext(response); - $('#jot-media').val($('#jot-media').val() + response); - $('#profile-rotator').spin(false); - } - }); - } catch(e) { - } - - + + $('#invisible-wall-file-upload').fileupload({ + url: 'wall_attach/{{$nickname}}', + dataType: 'json', + dropZone: $('#profile-jot-text'), + maxChunkSize: 4 * 1024 * 1024, + add: function(e,data) { + $('#profile-rotator').spin('tiny'); + data.submit(); + }, + done: function(e,data) { + addeditortext(data.result.message); + $('#jot-media').val($('#jot-media').val() + data.result.message); + }, + stop: function(e,data) { + $('#profile-rotator').spin(false); + }, + }); + + $('#wall-file-upload').click(function(event) { event.preventDefault(); $('#invisible-wall-file-upload').trigger('click'); return false;}); + $('#wall-file-upload-sub').click(function(event) { event.preventDefault(); $('#invisible-wall-file-upload').trigger('click'); return false;}); + // call initialization file if (window.File && window.FileList && window.FileReader) { DragDropUploadInit(); } + }); function deleteCheckedItems() { @@ -291,15 +258,17 @@ function enableOnUser(){ function linkdrop(event) { var reply = event.dataTransfer.getData("text/uri-list"); - event.preventDefault(); - var editwin = '#' + event.target.id; - var commentwin = false; - if(editwin) { - commentwin = ((editwin.indexOf('comment') >= 0) ? true : false); - if(commentwin) { - var commentid = editwin.substring(editwin.lastIndexOf('-') + 1); - commentOpen(document.getElementById(event.target.id),commentid); + if(reply) { + event.preventDefault(); + var editwin = '#' + event.target.id; + var commentwin = false; + if(editwin) { + commentwin = ((editwin.indexOf('comment') >= 0) ? true : false); + if(commentwin) { + var commentid = editwin.substring(editwin.lastIndexOf('-') + 1); + commentOpen(document.getElementById(event.target.id),commentid); + } } } @@ -353,8 +322,6 @@ function enableOnUser(){ commentBusy = true; $('body').css('cursor', 'wait'); $.get('{{$baseurl}}/filer/' + id + '?term=' + reply, NavUpdate); -// if(timer) clearTimeout(timer); -// timer = setTimeout(NavUpdate,3000); liking = 1; $('#item-filer-dialog').modal('hide'); } @@ -499,32 +466,20 @@ function enableOnUser(){ }; // - // initialize + // initialize drag-drop function DragDropUploadInit() { var filedrag = $("#profile-jot-text"); - // is XHR2 available? - var xhr = new XMLHttpRequest(); - if (xhr.upload) { - - // file drop + // file drop filedrag.on("dragover", DragDropUploadFileHover); filedrag.on("dragleave", DragDropUploadFileHover); filedrag.on("drop", DragDropUploadFileSelectHandler); - } - - window.filesToUpload = 0; - window.fileUploadsCompleted = 0; - - } // file drag hover function DragDropUploadFileHover(e) { - e.stopPropagation(); - e.preventDefault(); e.target.className = (e.type == "dragover" ? "hover" : ""); } @@ -533,49 +488,12 @@ function enableOnUser(){ // cancel event and hover styling DragDropUploadFileHover(e); - if (!editor) $("#profile-jot-text").val(""); - - - // fetch FileList object - var files = e.target.files || e.originalEvent.dataTransfer.files; - // process all File objects - for (var i = 0, f; f = files[i]; i++) { - DragDropUploadFile(f, i); - } - - } - - // upload files - function DragDropUploadFile(file, idx) { - - window.filesToUpload = window.filesToUpload + 1; - - var xhr = new XMLHttpRequest(); - xhr.withCredentials = true; // Include the SESSION cookie info for authentication - (xhr.upload || xhr).addEventListener('progress', function (e) { - $('#profile-rotator').spin('tiny'); - }); - xhr.addEventListener('load', function (e) { - //console.log('xhr upload complete', e); - window.fileUploadsCompleted = window.fileUploadsCompleted + 1; - - initEditor(function() { - addeditortext(xhr.responseText); - }); - - $('#jot-media').val($('#jot-media').val() + xhr.responseText); - // When all the uploads have completed, refresh the page - if (window.filesToUpload > 0 && window.fileUploadsCompleted === window.filesToUpload) { - $('#profile-rotator').spin(false); - window.fileUploadsCompleted = window.filesToUpload = 0; - } - }); - // POST to the wall_upload endpoint - xhr.open('post', '{{$baseurl}}/wall_attach/{{$nickname}}', true); + // open editor if it isn't yet initialised + if (!editor) { + initEditor(); + } + linkdrop(e); - var data = new FormData(); - data.append('userfile', file); - xhr.send(data); } </script> diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index dbbb470c5..cf99ede42 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -1,3 +1,4 @@ +<input id="invisible-wall-file-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}}'> {{$mimeselect}} {{$layoutselect}} @@ -39,7 +40,7 @@ </div> {{/if}} <div id="jot-text-wrap"> - <textarea class="profile-jot-text" id="profile-jot-text" name="body" tabindex="2" placeholder="{{$share}}" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >{{$content}}</textarea> + <textarea class="profile-jot-text" id="profile-jot-text" name="body" tabindex="2" placeholder="{{$share}}" >{{$content}}</textarea> </div> {{if $attachment}} <div id="jot-attachment-wrap"> diff --git a/view/tpl/mail_list.tpl b/view/tpl/mail_list.tpl index 827c7628f..65d8dcdb4 100755 --- a/view/tpl/mail_list.tpl +++ b/view/tpl/mail_list.tpl @@ -1,6 +1,6 @@ <li class="nav-item"> <a href="mail/{{$message.mailbox}}/{{$message.id}}" class="nav-link{{if $message.selected}} active{{/if}}"> - <span class="{{if $message.seen}}seen{{else}}unseen{{/if}}">{{$message.subject}}</span><br> + <span class="{{if ! $message.seen || $message.selected}}font-weight-bold{{/if}}">{{$message.subject}}</span><br> <span class="conv-participants">{{$message.from_name}} > {{$message.to_name}}</span><br> <span class="wall-item-ago autotime" title="{{$message.date}}">{{$message.date}}</span> </a> diff --git a/view/tpl/msg-header.tpl b/view/tpl/msg-header.tpl index 013e1cfdc..0e8fb0389 100755 --- a/view/tpl/msg-header.tpl +++ b/view/tpl/msg-header.tpl @@ -1,34 +1,31 @@ -<script type="text/javascript" src="view/js/ajaxupload.js" ></script> -<script language="javascript" type="text/javascript"> - - $("#prvmail-text").editor_autocomplete(baseurl+"/acl"); - - +<script src="library/blueimp_upload/js/vendor/jquery.ui.widget.js"></script> +<script src="library/blueimp_upload/js/jquery.iframe-transport.js"></script> +<script src="library/blueimp_upload/js/jquery.fileupload.js"></script> +<script> $(document).ready(function() { - var file_uploader = new window.AjaxUpload( - 'prvmail-attach-wrapper', - { action: 'wall_attach/{{$nickname}}', - name: 'userfile', - onSubmit: function(file,ext) { $('#prvmail-rotator').spin('tiny'); }, - onComplete: function(file,response) { - addmailtext(response); - $('#prvmail-rotator').spin(false); - } - } - ); + $("#prvmail-text").editor_autocomplete(baseurl+"/acl"); + + $('#invisible-wall-file-upload').fileupload({ + url: 'wall_attach/{{$nickname}}', + dataType: 'json', + dropZone: $('#prvmail-text'), + maxChunkSize: 4 * 1024 * 1024, + add: function(e,data) { + $('#prvmail-rotator').spin('tiny'); + data.submit(); + }, + done: function(e,data) { + addmailtext(data.result.message); + $('#jot-media').val($('#jot-media').val() + data.result.message); + }, + stop: function(e,data) { + $('#prvmail-rotator').spin(false); + }, + }); - var file_uploader_sub = new window.AjaxUpload( - 'prvmail-attach-sub', - { action: 'wall_attach/{{$nickname}}', - name: 'userfile', - onSubmit: function(file,ext) { $('#prvmail-rotator').spin('tiny'); }, - onComplete: function(file,response) { - addmailtext(response); - $('#prvmail-rotator').spin(false); - } - } - ); + $('#prvmail-attach-wrapper').click(function(event) { event.preventDefault(); $('#invisible-wall-file-upload').trigger('click'); return false;}); + $('#prvmail-attach-wrapper-sub').click(function(event) { event.preventDefault(); $('#invisible-wall-file-upload').trigger('click'); return false;}); }); diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 5c301b4d2..f480ce994 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -1,10 +1,10 @@ {{if $nav.login && !$userinfo}} -<div class="d-md-none p-1"> +<div class="d-md-none pt-1 pb-1"> <a class="btn btn-primary btn-sm text-white" href="#" title="{{$nav.loginmenu.1.3}}" id="{{$nav.loginmenu.1.4}}_collapse" data-toggle="modal" data-target="#nav-login"> {{$nav.loginmenu.1.1}} </a> {{if $nav.register}} - <a class="btn btn-warning btn-sm text-white" href="{{$nav.register.0}}" title="{{$nav.register.3}}" id="{{$nav.register.4}}" > + <a class="btn btn-warning btn-sm text-dark" href="{{$nav.register.0}}" title="{{$nav.register.3}}" id="{{$nav.register.4}}" > {{$nav.register.1}} </a> {{/if}} @@ -16,17 +16,17 @@ <img id="avatar" src="{{$userinfo.icon}}" alt="{{$userinfo.name}}"> <i class="fa fa-caret-down"></i> </div> - {{if $localuser}} + {{if $is_owner}} <div class="dropdown-menu"> {{foreach $nav.usermenu as $usermenu}} - <a class="dropdown-item" href="{{$usermenu.0}}" title="{{$usermenu.3}}" role="menuitem" id="{{$usermenu.4}}">{{$usermenu.1}}</a> + <a class="dropdown-item{{if $usermenu.2}} active{{/if}}" href="{{$usermenu.0}}" title="{{$usermenu.3}}" role="menuitem" id="{{$usermenu.4}}">{{$usermenu.1}}</a> {{/foreach}} {{if $nav.manage}} - <a class="dropdown-item" href="{{$nav.manage.0}}" title="{{$nav.manage.3}}" role="menuitem" id="{{$nav.manage.4}}">{{$nav.manage.1}}</a> + <a class="dropdown-item{{if $sel.active == Manage}} active{{/if}}" href="{{$nav.manage.0}}" title="{{$nav.manage.3}}" role="menuitem" id="{{$nav.manage.4}}">{{$nav.manage.1}}</a> {{/if}} {{if $nav.channels}} {{foreach $nav.channels as $chan}} - <a class="dropdown-item" href="manage/{{$chan.channel_id}}" title="{{$chan.channel_name}}" role="menuitem">{{$chan.channel_name}}</a> + <a class="dropdown-item" href="manage/{{$chan.channel_id}}" title="{{$chan.channel_name}}" role="menuitem"><i class="fa fa-circle{{if $localuser == $chan.channel_id}} text-success{{else}} invisible{{/if}}"></i> {{$chan.channel_name}}</a> {{/foreach}} {{/if}} {{if $nav.profiles}} @@ -34,25 +34,24 @@ {{/if}} {{if $nav.settings}} <div class="dropdown-divider"></div> - <a class="dropdown-item" href="{{$nav.settings.0}}" title="{{$nav.settings.3}}" role="menuitem" id="{{$nav.settings.4}}">{{$nav.settings.1}}</a> + <a class="dropdown-item{{if $sel.active == Settings}} active{{/if}}" href="{{$nav.settings.0}}" title="{{$nav.settings.3}}" role="menuitem" id="{{$nav.settings.4}}">{{$nav.settings.1}}</a> {{/if}} {{if $nav.admin}} <div class="dropdown-divider"></div> - <a class="dropdown-item" href="{{$nav.admin.0}}" title="{{$nav.admin.3}}" role="menuitem" id="{{$nav.admin.4}}">{{$nav.admin.1}}</a> + <a class="dropdown-item{{if $sel.active == Admin}} active{{/if}}" href="{{$nav.admin.0}}" title="{{$nav.admin.3}}" role="menuitem" id="{{$nav.admin.4}}">{{$nav.admin.1}}</a> {{/if}} {{if $nav.logout}} <div class="dropdown-divider"></div> <a class="dropdown-item" href="{{$nav.logout.0}}" title="{{$nav.logout.3}}" role="menuitem" id="{{$nav.logout.4}}">{{$nav.logout.1}}</a> {{/if}} </div> - {{else}} - {{if $nav.rusermenu}} + {{/if}} + {{if ! $is_owner}} <div class="dropdown-menu" role="menu" aria-labelledby="avatar"> <a class="dropdown-item" href="{{$nav.rusermenu.0}}" role="menuitem">{{$nav.rusermenu.1}}</a> <a class="dropdown-item" href="{{$nav.rusermenu.2}}" role="menuitem">{{$nav.rusermenu.3}}</a> </div> {{/if}} - {{/if}} </div> {{/if}} <div class="navbar-toggler-right"> @@ -69,7 +68,7 @@ <i class="fa fa-exclamation-circle"></i> </button> {{/if}} - <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-collapse-2"> + <button id="menu-btn" class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#navbar-collapse-2"> <i class="fa fa-bars"></i> </button> </div> @@ -79,11 +78,11 @@ <li class="nav-item dropdown net-button" style="display: none;"> <a class="nav-link" href="#" title="{{$nav.network.3}}" id="{{$nav.network.4}}" data-toggle="dropdown" rel="#nav-network-menu"> <i class="fa fa-fw fa-th"></i> - <span class="badge badge-pill badge-default net-update"></span> + <span class="badge badge-pill badge-secondary net-update"></span> </a> <div id="nav-network-menu" class="dropdown-menu" rel="network"> <a class="dropdown-item" id="nav-network-see-all" href="{{$nav.network.all.0}}">{{$nav.network.all.1}}</a> - <a class="dropdown-item" id="nav-network-mark-all"href="#" onclick="markRead('network'); return false;">{{$nav.network.mark.1}}</a> + <a class="dropdown-item" id="nav-network-mark-all" href="#" onclick="markRead('network'); return false;">{{$nav.network.mark.1}}</a> {{$emptynotifications}} </div> </li> @@ -118,7 +117,7 @@ <li class="nav-item dropdown all_events-button" style="display: none;"> <a class="nav-link" href="#" title="{{$nav.all_events.3}}" id="{{$nav.all_events.4}}" data-toggle="dropdown" rel="#nav-all_events-menu"> <i class="fa fa-fw fa-calendar"></i> - <span class="badge badge-pill badge-default all_events-update"></span> + <span class="badge badge-pill badge-secondary all_events-update"></span> </a> <div id="nav-all_events-menu" class="dropdown-menu" rel="all_events"> <a class="dropdown-item" id="nav-all_events-see-all" href="{{$nav.all_events.all.0}}">{{$nav.all_events.all.1}}</a> @@ -204,9 +203,10 @@ {{if $channel_apps.0}} </div> {{/if}} - {{if $localuser}} + {{if $is_owner}} <div class="dropdown-divider"></div> <a class="dropdown-item" href="/apps"><i class="generic-icons-nav fa fa-fw fa-plus-circle"></i>{{$addapps}}</a> + <a class="dropdown-item" href="/apporder"><i class="generic-icons-nav fa fa-fw fa-sort"></i>{{$orderapps}}</a> {{/if}} </div> </li> @@ -229,9 +229,10 @@ {{if $channel_apps.0}} </div> {{/if}} - {{if $localuser}} + {{if $is_owner}} <div class="dropdown-divider"></div> <a class="nav-link" href="/apps"><i class="generic-icons-nav fa fa-fw fa-plus-circle"></i>{{$addapps}}</a> + <a class="nav-link" href="/apporder"><i class="generic-icons-nav fa fa-fw fa-sort"></i>{{$orderapps}}</a> {{/if}} </div> </div> diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl index 8bacb1575..89b169f58 100755 --- a/view/tpl/photo_album.tpl +++ b/view/tpl/photo_album.tpl @@ -28,5 +28,8 @@ </div> </div> <div class="photos-end"></div> -<script>$(document).ready(function() { loadingPage = false; justifyPhotos('photo-album-contents-{{$album_id}}'); });</script> +<script> + loadingPage = false; + justifyPhotos('photo-album-contents-{{$album_id}}'); +</script> <div id="page-spinner"></div> diff --git a/view/tpl/photo_album_portfolio.tpl b/view/tpl/photo_album_portfolio.tpl new file mode 100755 index 000000000..7aadbc7e0 --- /dev/null +++ b/view/tpl/photo_album_portfolio.tpl @@ -0,0 +1,11 @@ +<div class="row column"> + <div id="photo-album-contents-{{$album_id}}"> + {{foreach $photos as $photo}} + {{include file="photo_portfolio.tpl"}} + {{/foreach}} + <div id="page-end"></div> + </div> +<div class="photos-end"></div> +<script>$(document).ready(function() { loadingPage = false; justifyPhotos('photo-album-contents-{{$album_id}}'); });</script> +<div id="page-spinner"></div> +</div>
\ No newline at end of file diff --git a/view/tpl/photo_albums.tpl b/view/tpl/photo_albums.tpl index a238e61bc..83bdd95e7 100755 --- a/view/tpl/photo_albums.tpl +++ b/view/tpl/photo_albums.tpl @@ -5,7 +5,7 @@ {{if $albums}} {{foreach $albums as $al}} {{if $al.shorttext}} - <li class="nav-item"><a class="nav-link" href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}"><span class="badge badge-default float-right">{{$al.total}}</span>{{$al.shorttext}}</a></li> + <li class="nav-item"><a class="nav-link" href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}"><span class="badge badge-secondary float-right">{{$al.total}}</span>{{$al.shorttext}}</a></li> {{/if}} {{/foreach}} {{/if}} diff --git a/view/tpl/photo_portfolio.tpl b/view/tpl/photo_portfolio.tpl new file mode 100755 index 000000000..cbc8ea214 --- /dev/null +++ b/view/tpl/photo_portfolio.tpl @@ -0,0 +1,13 @@ + + + <a data-open="portfolioModal-{{$photo.resource_id}}" aria-controls="portfolioModal-{{$photo.resource_id}}" aria-haspopup="true" tabindex="0"> + <img class="thumbnail" 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.desc}}" id="photo-top-photo-{{$photo.resource_id}}"> + </a> + + <div class="full reveal without-overlay" id="portfolioModal-{{$photo.resource_id}}" data-reveal="f175mw-reveal" role="dialog" aria-hidden="true" data-yeti-box="portfolioModal-{{$photo.resource_id}}" data-resize="portfolioModal-{{$photo.resource_id}}"> + <h5>{{$photo.desc}}</h5> + <img class="thumbnail" src="{{$photo.fullsrc}}" alt="{{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}}" title="{{$photo.desc}}" id="photo-top-photo-{{$photo.resource_id}}x"> + <button class="close-button" data-close="" aria-label="Close reveal" type="button"> + <span aria-hidden="true">×</span> + </button> + </div> diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl index 8fe631ca6..c6a9067c1 100755 --- a/view/tpl/photos_recent.tpl +++ b/view/tpl/photos_recent.tpl @@ -19,5 +19,8 @@ </div> </div> <div class="photos-end"></div> -<script>$(document).ready(function() { loadingPage = false; justifyPhotos('photo-album-contents-{{$album_id}}'); });</script> +<script> + loadingPage = false; + justifyPhotos('photo-album-contents-{{$album_id}}'); +</script> <div id="page-spinner"></div> diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 9bd534fd8..f51f0719c 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -43,18 +43,15 @@ </dl> {{/if}} - {{if $gender}}<dl class="mf"><dt class="gender-label">{{$gender}}</dt> <dd class="p-gender">{{$profile.gender}}</dd></dl>{{/if}} + {{if $gender}}<dl class="mf"><dt class="gender-label">{{$gender}}</dt> <dd class="p-gender">{{if $profile.gender_icon}}<i class="fa fa-{{$profile.gender_icon}}"></i> {{/if}}{{$profile.gender}}</dd></dl>{{/if}} {{if $marital}}<dl class="marital"><dt class="marital-label"><span class="heart"><i class="fa fa-heart"></i> </span>{{$marital}}</dt><dd class="marital-text">{{$profile.marital}}</dd></dl>{{/if}} {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url u-url">{{$profile.homepage}}</dd></dl>{{/if}} - {{if $diaspora}} - {{include file="diaspora_vcard.tpl"}} - {{/if}} - +<div class="hcard-addon"></div> </div> -<div id="clear"></div> +<div class="clear"></div> {{$rating}} diff --git a/view/tpl/profile_vcard_short.tpl b/view/tpl/profile_vcard_short.tpl index 0984a4e5f..5d87d52c6 100755 --- a/view/tpl/profile_vcard_short.tpl +++ b/view/tpl/profile_vcard_short.tpl @@ -30,10 +30,6 @@ {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url">{{$profile.homepage}}</dd></dl>{{/if}} - {{if $diaspora}} - {{include file="diaspora_vcard.tpl"}} - {{/if}} - <div id="clear"></div> {{$chanmenu}} diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl index 925447ff2..af6315c7e 100755 --- a/view/tpl/prv_message.tpl +++ b/view/tpl/prv_message.tpl @@ -6,6 +6,7 @@ <div class="section-content-wrapper"> {{/if}} <div id="prvmail-wrapper" > + <input id="invisible-wall-file-upload" type="file" name="files" style="visibility:hidden;position:absolute;top:-50;left:-50;width:0;height:0;" multiple> <form id="prvmail-form" action="mail" method="post" > <input type="hidden" id="inp-prvmail-expires" name="expires" value="{{$defexpire}}" /> <input type="hidden" name="media_str" id="jot-media" value="" /> diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index 66618a216..aaafe9797 100755 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -102,6 +102,17 @@ <div class="dropdown-menu">{{$item.attachments}}</div> </div> {{/if}} + {{if $item.mode === 'moderate'}} + + <div class="wall-item-tools-left btn-group"> + <a href="moderate/{{$item.id}}/approve" class="btn btn-success btn-sm">{{$item.approve}}</a> + <a href="moderate/{{$item.id}}/drop" class="btn btn-danger btn-sm">{{$item.delete}}</a> + + </div> + + + + {{/if}} </div> </div> {{if $item.conv}} diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index dd5fecb43..6673e5815 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -1,6 +1,6 @@ <div class="generic-content-wrapper"> <div class="section-title-wrapper"> - {{if $server_role != 'basic'}}<a title="{{$removechannel}}" class="btn btn-danger btn-sm pull-right" href="removeme"><i class="fa fa-trash-o"></i> {{$removeme}}</a>{{/if}} + <a title="{{$removechannel}}" class="btn btn-danger btn-sm pull-right" href="removeme"><i class="fa fa-trash-o"></i> {{$removeme}}</a> <h2>{{$ptitle}}</h2> <div class="clear"></div> </div> @@ -44,12 +44,9 @@ </div> <div id="privacy-settings-collapse" class="collapse" role="tabpanel" aria-labelledby="privacy-settings"> <div class="section-content-tools-wrapper"> - {{if $server_role != 'basic'}} {{include file="field_select_grouped.tpl" field=$role}} - {{/if}} - <div id="advanced-perm" style="display:{{if $permissions_set && $server_role != 'basic' }}none{{else}}block{{/if}};"> + <div id="advanced-perm" style="display:{{if $permissions_set}}none{{else}}block{{/if}};"> - {{if $server_role != 'basic'}} <div class="form-group"> <button type="button" class="btn btn-outline-secondary" data-toggle="modal" data-target="#apsModal">{{$lbl_p2macro}}</button> </div> @@ -71,7 +68,7 @@ </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> - {{/if}} + <div id="settings-default-perms" class="form-group" > <button type="button" class="btn btn-outline-secondary" data-toggle="modal" data-target="#aclModal"><i id="jot-perms-icon" class="fa"></i> {{$permissions}}</button> </div> diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl index b7fdfb9a9..dd1d0d0c9 100755 --- a/view/tpl/settings_account.tpl +++ b/view/tpl/settings_account.tpl @@ -12,7 +12,7 @@ {{include file="field_password.tpl" field=$password1}} {{include file="field_password.tpl" field=$password2}} - {{if $z_server_role == 'pro' && ! $techlock}} + {{if ! $techlock}} {{include file="field_select.tpl" field=$techlevel}} {{else}} <input type="hidden" name="techlevel" value="{{$techlevel.2}}" /> diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index fcf9de75a..1c909b9b8 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -31,7 +31,7 @@ <tr id="webpage-list-item-{{$item.url}}"> <td> {{if $view}} - <a href="page/{{$channel}}/{{$item.pagetitle}}" title="{{$view}}">{{$item.pagetitle}}</a> + <a href="page/{{$channel}}/{{$item.pageurl}}" title="{{$view}}">{{$item.pagetitle}}</a> {{else}} {{$item.pagetitle}} {{/if}} diff --git a/view/tpl/xrd_diaspora.tpl b/view/tpl/xrd_diaspora.tpl deleted file mode 100644 index aa0d8c740..000000000 --- a/view/tpl/xrd_diaspora.tpl +++ /dev/null @@ -1,3 +0,0 @@ - <Link rel="http://joindiaspora.com/seed_location" type="text/html" href="{{$baseurl}}/" /> - <Link rel="http://joindiaspora.com/guid" type="text/html" href="{{$dspr_guid}}" /> - <Link rel="diaspora-public-key" type="RSA" href="{{$dspr_key}}" /> diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl index 93fdcb1df..52adb54e3 100755 --- a/view/tpl/xrd_person.tpl +++ b/view/tpl/xrd_person.tpl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> - <Subject>{{$accturi}}</Subject> + <Subject>{{$subject}}</Subject> {{if $aliases}}{{foreach $aliases as $a}} <Alias>{{$a}}</Alias> {{/foreach}}{{/if}} @@ -22,10 +22,7 @@ href="{{$hcard_url}}" /> <Link rel="http://ostatus.org/schema/1.0/subscribe" template="{{$subscribe}}" /> - - <Link rel="magic-public-key" + <Link rel="magic-public-key" href="{{$modexp}}" /> - {{$dspr}} - </XRD> |