diff --git a/Zotlabs/Lib/Queue.php b/Zotlabs/Lib/Queue.php index 9a7549327..6c5c8ef16 100644 --- a/Zotlabs/Lib/Queue.php +++ b/Zotlabs/Lib/Queue.php @@ -230,6 +230,11 @@ class Queue { if($outq['outq_driver'] === 'activitypub') { $channel = channelx_by_n($outq['outq_channel']); + if (! $channel) { + logger('missing channel: ' . $outq['outq_channel']); + return; + } + $retries = 0; $m = parse_url($outq['outq_posturl']); diff --git a/boot.php b/boot.php index 81aabd6f8..3f5d6fd99 100755 --- a/boot.php +++ b/boot.php @@ -16,7 +16,7 @@ use Zotlabs\Daemon\Run; * @brief This file defines some global constants and includes the central App class. */ -define ( 'STD_VERSION', '20.12.23' ); +define ( 'STD_VERSION', '20.12.24' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1247 ); diff --git a/util/messages.po b/util/messages.po index c5b5a86be..c22d6a1bb 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 20.11.23\n" +"Project-Id-Version: 20.12.24\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-25 16:57-0800\n" +"POT-Creation-Date: 2020-12-24 10:23:19+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,11 +81,11 @@ msgid "Grant permission to post on your channel (wall) page" msgstr "" #: ../../Zotlabs/Access/Permissions.php:61 -msgid "Accept delivery of their posts and all comments to their posts from" +msgid "Accept delivery of their posts and all comments to their posts" msgstr "" #: ../../Zotlabs/Access/Permissions.php:62 -msgid "Accept delivery of comments and likes on your posts from" +msgid "Accept delivery of their comments and likes on your posts" msgstr "" #: ../../Zotlabs/Access/Permissions.php:63 @@ -125,16 +125,14 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Cover_photo.php:303 #: ../../Zotlabs/Module/Admin/Profile_photo.php:307 #: ../../Zotlabs/Module/Admin/Profile_photo.php:325 -#: ../../Zotlabs/Module/Channel.php:219 ../../Zotlabs/Module/Channel.php:405 -#: ../../Zotlabs/Module/Channel.php:444 ../../Zotlabs/Module/Api.php:24 -#: ../../Zotlabs/Module/Common.php:42 ../../Zotlabs/Module/Block.php:25 -#: ../../Zotlabs/Module/Block.php:75 ../../Zotlabs/Module/Cards.php:82 -#: ../../Zotlabs/Module/Blocks.php:77 ../../Zotlabs/Module/Blocks.php:84 -#: ../../Zotlabs/Module/Connedit.php:326 +#: ../../Zotlabs/Module/Api.php:24 ../../Zotlabs/Module/Common.php:42 +#: ../../Zotlabs/Module/Block.php:25 ../../Zotlabs/Module/Block.php:75 +#: ../../Zotlabs/Module/Cards.php:82 ../../Zotlabs/Module/Blocks.php:77 +#: ../../Zotlabs/Module/Blocks.php:84 ../../Zotlabs/Module/Connedit.php:326 #: ../../Zotlabs/Module/Connections.php:33 ../../Zotlabs/Module/Appman.php:87 #: ../../Zotlabs/Module/Cover_photo.php:342 #: ../../Zotlabs/Module/Cover_photo.php:355 -#: ../../Zotlabs/Module/Defperms.php:164 ../../Zotlabs/Module/Editpost.php:17 +#: ../../Zotlabs/Module/Defperms.php:164 ../../Zotlabs/Module/Display.php:494 #: ../../Zotlabs/Module/Events.php:295 ../../Zotlabs/Module/Editlayout.php:71 #: ../../Zotlabs/Module/Editlayout.php:94 #: ../../Zotlabs/Module/Editwebpage.php:72 @@ -150,34 +148,35 @@ msgstr "" #: ../../Zotlabs/Module/Filestorage.php:193 ../../Zotlabs/Module/Thing.php:299 #: ../../Zotlabs/Module/Thing.php:319 ../../Zotlabs/Module/Thing.php:360 #: ../../Zotlabs/Module/Chat.php:107 ../../Zotlabs/Module/Chat.php:112 -#: ../../Zotlabs/Module/Moderate.php:15 ../../Zotlabs/Module/Lists.php:83 +#: ../../Zotlabs/Module/Moderate.php:15 ../../Zotlabs/Module/Item.php:509 +#: ../../Zotlabs/Module/Item.php:531 ../../Zotlabs/Module/Item.php:542 +#: ../../Zotlabs/Module/Item.php:1604 ../../Zotlabs/Module/Lists.php:83 #: ../../Zotlabs/Module/Lists.php:94 ../../Zotlabs/Module/Layouts.php:77 #: ../../Zotlabs/Module/Layouts.php:84 ../../Zotlabs/Module/Layouts.php:95 -#: ../../Zotlabs/Module/Card_edit.php:53 ../../Zotlabs/Module/Manage.php:15 -#: ../../Zotlabs/Module/Mitem.php:133 ../../Zotlabs/Module/Editblock.php:71 -#: ../../Zotlabs/Module/Menu.php:132 ../../Zotlabs/Module/Menu.php:143 -#: ../../Zotlabs/Module/Vote.php:19 ../../Zotlabs/Module/Locs.php:90 +#: ../../Zotlabs/Module/Channel.php:219 ../../Zotlabs/Module/Channel.php:405 +#: ../../Zotlabs/Module/Channel.php:444 ../../Zotlabs/Module/Card_edit.php:53 +#: ../../Zotlabs/Module/Manage.php:15 ../../Zotlabs/Module/Mitem.php:133 +#: ../../Zotlabs/Module/Editblock.php:71 ../../Zotlabs/Module/Menu.php:132 +#: ../../Zotlabs/Module/Menu.php:143 ../../Zotlabs/Module/Locs.php:98 #: ../../Zotlabs/Module/Viewsrc.php:22 ../../Zotlabs/Module/New_channel.php:115 #: ../../Zotlabs/Module/New_channel.php:140 #: ../../Zotlabs/Module/Notifications.php:11 ../../Zotlabs/Module/Mood.php:124 -#: ../../Zotlabs/Module/Item.php:497 ../../Zotlabs/Module/Item.php:519 -#: ../../Zotlabs/Module/Item.php:530 ../../Zotlabs/Module/Item.php:1580 -#: ../../Zotlabs/Module/Webpages.php:134 ../../Zotlabs/Module/Page.php:38 -#: ../../Zotlabs/Module/Page.php:137 ../../Zotlabs/Module/Profile.php:104 -#: ../../Zotlabs/Module/Profile.php:120 ../../Zotlabs/Module/Pdledit.php:29 -#: ../../Zotlabs/Module/Setup.php:221 ../../Zotlabs/Module/Profiles.php:197 -#: ../../Zotlabs/Module/Profiles.php:633 ../../Zotlabs/Module/Poke.php:155 -#: ../../Zotlabs/Module/Profile_photo.php:344 +#: ../../Zotlabs/Module/Vote.php:19 ../../Zotlabs/Module/Webpages.php:134 +#: ../../Zotlabs/Module/Page.php:38 ../../Zotlabs/Module/Page.php:137 +#: ../../Zotlabs/Module/Pdledit.php:29 ../../Zotlabs/Module/Setup.php:221 +#: ../../Zotlabs/Module/Profiles.php:197 ../../Zotlabs/Module/Profiles.php:633 +#: ../../Zotlabs/Module/Poke.php:155 ../../Zotlabs/Module/Profile_photo.php:344 #: ../../Zotlabs/Module/Profile_photo.php:358 #: ../../Zotlabs/Module/Photos.php:72 ../../Zotlabs/Module/Regmod.php:20 #: ../../Zotlabs/Module/Service_limits.php:11 #: ../../Zotlabs/Module/Settings.php:66 #: ../../Zotlabs/Module/Sharedwithme.php:16 ../../Zotlabs/Module/Sources.php:83 -#: ../../Zotlabs/Module/Display.php:493 +#: ../../Zotlabs/Module/Editpost.php:17 ../../Zotlabs/Module/Profile.php:104 +#: ../../Zotlabs/Module/Profile.php:120 #: ../../Zotlabs/Module/Viewconnections.php:32 #: ../../Zotlabs/Module/Viewconnections.php:37 #: ../../Zotlabs/Module/Suggestions.php:31 ../../Zotlabs/Module/Inspect.php:16 -#: ../../Zotlabs/Web/WebServer.php:129 ../../include/items.php:3566 +#: ../../Zotlabs/Web/WebServer.php:133 ../../include/items.php:3591 #: ../../include/attach.php:156 ../../include/attach.php:203 #: ../../include/attach.php:279 ../../include/attach.php:398 #: ../../include/attach.php:412 ../../include/attach.php:419 @@ -571,424 +570,8 @@ msgstr "" msgid "edited a comment dated %s" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:311 -msgid "Apps" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:312 ../../Zotlabs/Module/Connedit.php:656 -msgid "Friend Zoom" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:313 -msgid "Virtual Lists" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:314 -msgid "Markup" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:315 ../../include/features.php:136 -#: ../../include/nav.php:476 -msgid "Articles" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:316 ../../Zotlabs/Module/Cards.php:204 -#: ../../include/conversation.php:2050 ../../include/nav.php:465 -msgid "Cards" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:317 ../../Zotlabs/Storage/Browser.php:150 -#: ../../include/nav.php:427 ../../include/nav.php:430 -msgid "Calendar" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:318 ../../Zotlabs/Module/Cdav.php:1066 -#: ../../Zotlabs/Widget/Appcategories.php:43 -#: ../../Zotlabs/Widget/Categories.php:75 -#: ../../Zotlabs/Widget/Categories.php:119 -#: ../../Zotlabs/Widget/Categories.php:166 ../../include/taxonomy.php:419 -#: ../../include/taxonomy.php:505 ../../include/taxonomy.php:525 -#: ../../include/taxonomy.php:546 -msgid "Categories" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:319 -msgid "Clients" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:320 -msgid "Site Admin" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:321 -msgid "Content Filter" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:322 ../../Zotlabs/Lib/Apps.php:327 -#: ../../extend/addon/a/content_import/Mod_content_import.php:135 -msgid "Content Import" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:323 -msgid "Report Bug" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:324 -msgid "View Bookmarks" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:325 ../../Zotlabs/Widget/Chatroom_list.php:16 -#: ../../include/conversation.php:2024 ../../include/conversation.php:2027 -#: ../../include/nav.php:441 ../../include/nav.php:444 -msgid "Chatrooms" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:326 -#: ../../extend/addon/a/followlist/Mod_followlist.php:129 -msgid "Followlist" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:328 ../../Zotlabs/Module/Connedit.php:667 -#: ../../Zotlabs/Module/Connections.php:366 ../../Zotlabs/Module/Stream.php:122 -#: ../../Zotlabs/Module/Affinity.php:62 ../../Zotlabs/Widget/Affinity.php:28 -#: ../../Zotlabs/Widget/Activity_filter.php:108 -#: ../../include/connections.php:892 -msgid "Connections" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:329 -msgid "Expire Posts" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:330 -msgid "Future Posting" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:331 -msgid "Remote Diagnostics" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:332 ../../Zotlabs/Module/Settings/Network.php:108 -#: ../../include/features.php:439 -msgid "Suggest Channels" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:333 ../../include/nav.php:117 -#: ../../include/nav.php:121 ../../boot.php:1651 -msgid "Login" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:334 -msgid "Channel Manager" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:335 ../../Zotlabs/Lib/Apps.php:379 -#: ../../Zotlabs/Widget/Notes.php:20 -msgid "Notes" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:336 -msgid "Stream" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:337 -msgid "Secrets" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:338 ../../Zotlabs/Module/Admin/Themes.php:125 -#: ../../Zotlabs/Module/Admin/Addons.php:342 -#: ../../Zotlabs/Widget/Settings_menu.php:129 -#: ../../Zotlabs/Widget/Newmember.php:51 ../../include/nav.php:93 -msgid "Settings" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:339 -msgid "Sites" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:340 ../../Zotlabs/Module/Fbrowser.php:82 -#: ../../Zotlabs/Storage/Browser.php:289 ../../include/conversation.php:1999 -#: ../../include/nav.php:416 -msgid "Files" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:341 ../../Zotlabs/Module/Webpages.php:253 -#: ../../include/conversation.php:2072 ../../include/nav.php:488 -msgid "Webpages" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:342 ../../include/conversation.php:2088 -#: ../../include/nav.php:503 -msgid "Wiki" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:343 -msgid "Channel Home" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:344 ../../Zotlabs/Module/Connedit.php:540 -#: ../../include/nav.php:105 -msgid "View Profile" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:345 ../../Zotlabs/Module/Fbrowser.php:26 -#: ../../include/conversation.php:1991 ../../include/nav.php:408 -msgid "Photos" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:346 -msgid "Photomap" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:347 ../../Zotlabs/Widget/Activity_filter.php:67 -#: ../../include/conversation.php:2010 ../../include/conversation.php:2013 -msgid "Events" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:348 ../../Zotlabs/Widget/Tasklist.php:26 -msgid "Tasks" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:349 -msgid "Tagadelic" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:350 -msgid "No Comment" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:351 ../../include/conversation.php:1472 -msgid "Comment Control" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:352 ../../Zotlabs/Module/Directory.php:433 -msgid "Directory" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:353 ../../include/help.php:50 -#: ../../include/nav.php:167 ../../include/nav.php:289 -msgid "Help" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:354 -msgid "Mail" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:355 ../../Zotlabs/Module/Mood.php:152 -msgid "Mood" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:356 ../../Zotlabs/Module/Poke.php:197 -msgid "Poke" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:357 -msgid "Chat" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:358 ../../Zotlabs/Module/Connections.php:373 -#: ../../Zotlabs/Module/Search.php:47 ../../Zotlabs/Widget/Sitesearch.php:31 -#: ../../include/text.php:975 ../../include/text.php:987 -#: ../../include/nav.php:174 ../../include/acl_selectors.php:133 -msgid "Search" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:359 ../../Zotlabs/Widget/Stream_order.php:129 -msgid "Stream Order" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:360 -msgid "Probe" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:361 -msgid "Suggest" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:362 -msgid "Random Channel" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:363 -msgid "Invite" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:364 -msgid "Features" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:365 -msgid "Language" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:366 -msgid "Post" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:367 -#: ../../extend/addon/a/zotpost/Mod_zotpost.php:54 -msgid "ZotPost" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:368 -msgid "Profile Photo" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:369 ../../Zotlabs/Lib/Activity.php:2313 -#: ../../Zotlabs/Lib/Activity.php:2316 ../../Zotlabs/Lib/Libprofile.php:572 -#: ../../Zotlabs/Module/Profperm.php:117 -msgid "Profile" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:370 -msgid "Profiles" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:371 ../../Zotlabs/Lib/AccessList.php:365 -#: ../../Zotlabs/Widget/Activity_filter.php:136 ../../include/nav.php:91 -msgid "Lists" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:372 ../../Zotlabs/Module/Settings/Channel.php:641 -msgid "Notifications" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:373 -msgid "Order Apps" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:374 -msgid "CalDAV" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:375 -msgid "CardDAV" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:376 ../../Zotlabs/Module/Sources.php:105 -#: ../../Zotlabs/Widget/Settings_menu.php:121 -msgid "Channel Sources" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:377 ../../extend/addon/a/gallery/gallery.php:46 -#: ../../extend/addon/a/gallery/Mod_Gallery.php:137 -msgid "Gallery" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:378 -msgid "Guest Access" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:380 -msgid "OAuth Apps Manager" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:381 -msgid "OAuth2 Apps Manager" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:382 -msgid "PDL Editor" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:383 -#: ../../Zotlabs/Module/Settings/Permcats.php:100 -#: ../../Zotlabs/Widget/Settings_menu.php:104 -msgid "Permission Categories" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:384 -msgid "Premium Channel" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:385 ../../Zotlabs/Module/Pubstream.php:94 -#: ../../Zotlabs/Widget/Notifications.php:128 -msgid "Public Stream" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:386 -msgid "My Chatrooms" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:561 ../../Zotlabs/Module/Admin/Addons.php:451 -#: ../../Zotlabs/Module/Cdav.php:1050 ../../Zotlabs/Module/Cdav.php:1365 -#: ../../Zotlabs/Module/Connedit.php:865 ../../Zotlabs/Module/Profiles.php:801 -#: ../../Zotlabs/Module/Settings/Oauth.php:43 -#: ../../Zotlabs/Module/Settings/Oauth.php:114 -#: ../../Zotlabs/Module/Settings/Oauth2.php:52 -#: ../../Zotlabs/Module/Settings/Oauth2.php:134 -msgid "Update" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:561 ../../Zotlabs/Module/Admin/Addons.php:420 -msgid "Install" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:578 -msgid "Purchase" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:581 ../../Zotlabs/Lib/Libprofile.php:189 -#: ../../Zotlabs/Lib/Libprofile.php:193 ../../Zotlabs/Lib/ThreadItem.php:129 -#: ../../Zotlabs/Module/Admin/Profs.php:175 ../../Zotlabs/Module/Blocks.php:164 -#: ../../Zotlabs/Module/Connections.php:315 -#: ../../Zotlabs/Module/Connections.php:354 -#: ../../Zotlabs/Module/Connections.php:377 -#: ../../Zotlabs/Module/Editlayout.php:118 -#: ../../Zotlabs/Module/Editwebpage.php:146 ../../Zotlabs/Module/Thing.php:285 -#: ../../Zotlabs/Module/Lists.php:324 ../../Zotlabs/Module/Layouts.php:199 -#: ../../Zotlabs/Module/Card_edit.php:101 -#: ../../Zotlabs/Module/Editblock.php:118 ../../Zotlabs/Module/Menu.php:178 -#: ../../Zotlabs/Module/Webpages.php:256 -#: ../../Zotlabs/Module/Settings/Oauth.php:150 -#: ../../Zotlabs/Module/Settings/Oauth2.php:196 -#: ../../Zotlabs/Storage/Browser.php:307 ../../Zotlabs/Widget/Cdav.php:138 -#: ../../Zotlabs/Widget/Cdav.php:175 ../../include/menu.php:121 -msgid "Edit" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:582 ../../Zotlabs/Lib/ThreadItem.php:155 -#: ../../Zotlabs/Module/Admin/Profs.php:176 -#: ../../Zotlabs/Module/Admin/Accounts.php:175 -#: ../../Zotlabs/Module/Admin/Channels.php:156 -#: ../../Zotlabs/Module/Blocks.php:166 ../../Zotlabs/Module/Cdav.php:1053 -#: ../../Zotlabs/Module/Cdav.php:1366 ../../Zotlabs/Module/Connedit.php:608 -#: ../../Zotlabs/Module/Connedit.php:866 -#: ../../Zotlabs/Module/Connections.php:323 -#: ../../Zotlabs/Module/Editlayout.php:142 -#: ../../Zotlabs/Module/Editwebpage.php:171 ../../Zotlabs/Module/Thing.php:286 -#: ../../Zotlabs/Module/Card_edit.php:131 -#: ../../Zotlabs/Module/Editblock.php:143 ../../Zotlabs/Module/Webpages.php:258 -#: ../../Zotlabs/Module/Profiles.php:802 ../../Zotlabs/Module/Photos.php:1197 -#: ../../Zotlabs/Module/Settings/Oauth.php:151 -#: ../../Zotlabs/Module/Settings/Oauth2.php:197 -#: ../../Zotlabs/Storage/Browser.php:308 ../../include/conversation.php:693 -#: ../../include/conversation.php:741 -msgid "Delete" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:583 -msgid "Undelete" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:593 -msgid "Add to app-tray" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:594 -msgid "Remove from app-tray" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:595 -msgid "Pin to navbar" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:596 -msgid "Unpin from navbar" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:1079 ../../Zotlabs/Lib/Apps.php:1168 -#: ../../Zotlabs/Lib/Activity.php:1733 ../../Zotlabs/Module/Cdav.php:853 +#: ../../Zotlabs/Lib/Activity.php:1725 ../../Zotlabs/Lib/Apps.php:1078 +#: ../../Zotlabs/Lib/Apps.php:1167 ../../Zotlabs/Module/Cdav.php:853 #: ../../Zotlabs/Module/Cdav.php:854 ../../Zotlabs/Module/Cdav.php:861 #: ../../Zotlabs/Module/Embedphotos.php:216 ../../Zotlabs/Module/Photos.php:813 #: ../../Zotlabs/Module/Photos.php:1263 ../../Zotlabs/Storage/Browser.php:175 @@ -997,51 +580,58 @@ msgstr "" msgid "Unknown" msgstr "" -#: ../../Zotlabs/Lib/Libzot.php:718 -msgid "Unable to verify channel signature" -msgstr "" - -#: ../../Zotlabs/Lib/Activity.php:2313 +#: ../../Zotlabs/Lib/Activity.php:2310 #, php-format msgid "Likes %1$s's %2$s" msgstr "" -#: ../../Zotlabs/Lib/Activity.php:2316 +#: ../../Zotlabs/Lib/Activity.php:2310 ../../Zotlabs/Lib/Activity.php:2313 +#: ../../Zotlabs/Lib/Apps.php:363 ../../Zotlabs/Lib/Libprofile.php:574 +#: ../../Zotlabs/Module/Profperm.php:117 +msgid "Profile" +msgstr "" + +#: ../../Zotlabs/Lib/Activity.php:2313 #, php-format msgid "Doesn't like %1$s's %2$s" msgstr "" -#: ../../Zotlabs/Lib/Activity.php:2322 +#: ../../Zotlabs/Lib/Activity.php:2319 #, php-format msgid "Will attend %s's event" msgstr "" -#: ../../Zotlabs/Lib/Activity.php:2325 +#: ../../Zotlabs/Lib/Activity.php:2322 #, php-format msgid "Will not attend %s's event" msgstr "" -#: ../../Zotlabs/Lib/Activity.php:2328 +#: ../../Zotlabs/Lib/Activity.php:2325 #, php-format msgid "May attend %s's event" msgstr "" -#: ../../Zotlabs/Lib/Activity.php:2331 +#: ../../Zotlabs/Lib/Activity.php:2328 #, php-format msgid "May not attend %s's event" msgstr "" -#: ../../Zotlabs/Lib/Activity.php:2336 ../../Zotlabs/Module/Share.php:102 +#: ../../Zotlabs/Lib/Activity.php:2333 ../../Zotlabs/Lib/Share.php:122 +#: ../../Zotlabs/Module/Share.php:102 #, php-format msgid "🔁 Repeated %1$s's %2$s" msgstr "" -#: ../../Zotlabs/Lib/Activity.php:2752 ../../include/text.php:1523 +#: ../../Zotlabs/Lib/Activity.php:2749 ../../include/text.php:1523 #: ../../include/text.php:2889 #, php-format msgid "%1$s (%2$s)" msgstr "" +#: ../../Zotlabs/Lib/Libzot.php:718 +msgid "Unable to verify channel signature" +msgstr "" + #: ../../Zotlabs/Lib/AccessList.php:28 msgid "" "A deleted list with this name was revived. Existing item permissions " @@ -1057,6 +647,11 @@ msgstr "" msgid "edit" msgstr "" +#: ../../Zotlabs/Lib/AccessList.php:365 ../../Zotlabs/Lib/Apps.php:343 +#: ../../Zotlabs/Widget/Activity_filter.php:136 ../../include/nav.php:91 +msgid "Lists" +msgstr "" + #: ../../Zotlabs/Lib/AccessList.php:366 msgid "Edit list" msgstr "" @@ -1117,273 +712,49 @@ msgstr "" msgid "post" msgstr "" -#: ../../Zotlabs/Lib/Libprofile.php:35 -msgid "Requested channel is not available." -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:90 ../../Zotlabs/Module/Cards.php:38 -#: ../../Zotlabs/Module/Blocks.php:37 ../../Zotlabs/Module/Editlayout.php:35 -#: ../../Zotlabs/Module/Editwebpage.php:36 ../../Zotlabs/Module/Hcard.php:15 -#: ../../Zotlabs/Module/Layouts.php:37 ../../Zotlabs/Module/Editblock.php:35 -#: ../../Zotlabs/Module/Menu.php:94 ../../Zotlabs/Module/Connect.php:19 -#: ../../Zotlabs/Module/Webpages.php:40 ../../Zotlabs/Module/Profile.php:27 -#: ../../extend/addon/a/gallery/Mod_Gallery.php:50 -msgid "Requested profile is not available." -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:182 ../../Zotlabs/Module/Profiles.php:726 -msgid "Change profile photo" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:189 ../../Zotlabs/Module/Profiles.php:832 -#: ../../include/nav.php:108 -msgid "Edit Profiles" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:190 -msgid "Create New Profile" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:193 ../../include/nav.php:110 -msgid "Edit Profile" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:208 ../../Zotlabs/Module/Profiles.php:822 -msgid "Profile Image" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:211 -msgid "Visible to everybody" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:212 ../../Zotlabs/Module/Profiles.php:723 -#: ../../Zotlabs/Module/Profiles.php:826 -msgid "Edit visibility" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:270 ../../Zotlabs/Module/Directory.php:373 -#: ../../Zotlabs/Widget/Follow.php:36 ../../Zotlabs/Widget/Suggestions.php:47 -#: ../../include/conversation.php:1048 ../../include/connections.php:132 -msgid "Connect" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:285 ../../Zotlabs/Module/Directory.php:355 -#: ../../include/event.php:62 ../../include/event.php:119 -msgid "Location:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:289 ../../Zotlabs/Lib/Libprofile.php:445 -msgid "Gender:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:290 ../../Zotlabs/Lib/Libprofile.php:493 -msgid "Status:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:291 ../../Zotlabs/Lib/Libprofile.php:519 -msgid "Homepage:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:292 ../../Zotlabs/Lib/Libprofile.php:517 -msgid "Pronouns:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:351 ../../Zotlabs/Module/Connections.php:60 -#: ../../Zotlabs/Module/Connections.php:119 -#: ../../Zotlabs/Module/Connections.php:132 -#: ../../Zotlabs/Module/Connections.php:290 -msgid "Active" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:355 -msgid "Change your profile photo" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:382 ../../Zotlabs/Module/Profiles.php:936 -#: ../../Zotlabs/Module/Profiles.php:953 -msgid "Female" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:384 ../../Zotlabs/Module/Profiles.php:936 -#: ../../Zotlabs/Module/Profiles.php:953 -msgid "Male" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:386 -msgid "Trans" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:388 -msgid "Inter" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:390 ../../Zotlabs/Module/Profiles.php:936 -msgid "Neuter" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:392 ../../Zotlabs/Module/Profiles.php:936 -msgid "Non-specific" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:404 -msgid "She" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:406 -msgid "Him" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:408 -msgid "Them" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:443 -msgid "Full Name:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:478 -msgid "j F, Y" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:479 -msgid "j F" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:486 -msgid "Birthday:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:490 ../../Zotlabs/Module/Directory.php:350 -msgid "Age:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:499 -#, php-format -msgid "for %1$d %2$s" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:511 -msgid "Tags:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:515 -msgid "Sexual Preference:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:521 ../../Zotlabs/Module/Directory.php:370 -msgid "Hometown:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:523 -msgid "Political Views:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:525 -msgid "Religion:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:527 ../../Zotlabs/Module/Directory.php:372 -msgid "About:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:529 -msgid "Hobbies/Interests:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:531 -msgid "Likes:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:533 -msgid "Dislikes:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:535 -msgid "Contact information and Social Networks:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:537 -msgid "My other channels:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:539 -msgid "Musical interests:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:541 -msgid "Books, literature:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:543 -msgid "Television:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:545 -msgid "Film/dance/culture/entertainment:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:547 -msgid "Love/Romance:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:549 -msgid "Work/employment:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:551 -msgid "School/education:" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:574 -msgid "Like this thing" -msgstr "" - -#: ../../Zotlabs/Lib/Libprofile.php:575 ../../Zotlabs/Module/Cal.php:346 -#: ../../Zotlabs/Module/Events.php:730 -msgid "Export" -msgstr "" - -#: ../../Zotlabs/Lib/Language.php:408 ../../include/text.php:1999 -#: ../../include/language.php:396 -msgid "default" -msgstr "" - -#: ../../Zotlabs/Lib/Language.php:421 ../../include/language.php:409 -msgid "Select an alternate language" -msgstr "" - -#: ../../Zotlabs/Lib/Connect.php:48 ../../Zotlabs/Lib/Connect.php:144 -msgid "Channel is blocked on this site." -msgstr "" - -#: ../../Zotlabs/Lib/Connect.php:53 -msgid "Channel location missing." -msgstr "" - -#: ../../Zotlabs/Lib/Connect.php:105 -msgid "Remote channel or protocol unavailable." -msgstr "" - -#: ../../Zotlabs/Lib/Connect.php:138 -msgid "Channel discovery failed." -msgstr "" - -#: ../../Zotlabs/Lib/Connect.php:153 -msgid "Protocol not supported" -msgstr "" - -#: ../../Zotlabs/Lib/Connect.php:166 -msgid "Cannot connect to yourself." -msgstr "" - -#: ../../Zotlabs/Lib/Connect.php:244 -msgid "error saving data" -msgstr "" - #: ../../Zotlabs/Lib/ThreadItem.php:113 ../../include/conversation.php:702 msgid "Private Message" msgstr "" +#: ../../Zotlabs/Lib/ThreadItem.php:129 ../../Zotlabs/Lib/Apps.php:580 +#: ../../Zotlabs/Lib/Libprofile.php:189 ../../Zotlabs/Lib/Libprofile.php:193 +#: ../../Zotlabs/Module/Admin/Profs.php:175 ../../Zotlabs/Module/Blocks.php:164 +#: ../../Zotlabs/Module/Connections.php:315 +#: ../../Zotlabs/Module/Connections.php:354 +#: ../../Zotlabs/Module/Connections.php:377 +#: ../../Zotlabs/Module/Editlayout.php:118 +#: ../../Zotlabs/Module/Editwebpage.php:146 ../../Zotlabs/Module/Thing.php:285 +#: ../../Zotlabs/Module/Lists.php:324 ../../Zotlabs/Module/Layouts.php:199 +#: ../../Zotlabs/Module/Card_edit.php:101 +#: ../../Zotlabs/Module/Editblock.php:118 ../../Zotlabs/Module/Menu.php:178 +#: ../../Zotlabs/Module/Webpages.php:256 +#: ../../Zotlabs/Module/Settings/Oauth.php:150 +#: ../../Zotlabs/Module/Settings/Oauth2.php:196 +#: ../../Zotlabs/Storage/Browser.php:307 ../../Zotlabs/Widget/Cdav.php:138 +#: ../../Zotlabs/Widget/Cdav.php:175 ../../include/menu.php:121 +msgid "Edit" +msgstr "" + +#: ../../Zotlabs/Lib/ThreadItem.php:155 ../../Zotlabs/Lib/Apps.php:581 +#: ../../Zotlabs/Module/Admin/Profs.php:176 +#: ../../Zotlabs/Module/Admin/Accounts.php:175 +#: ../../Zotlabs/Module/Admin/Channels.php:156 +#: ../../Zotlabs/Module/Blocks.php:166 ../../Zotlabs/Module/Cdav.php:1053 +#: ../../Zotlabs/Module/Cdav.php:1366 ../../Zotlabs/Module/Connedit.php:608 +#: ../../Zotlabs/Module/Connedit.php:866 +#: ../../Zotlabs/Module/Connections.php:323 +#: ../../Zotlabs/Module/Editlayout.php:142 +#: ../../Zotlabs/Module/Editwebpage.php:171 ../../Zotlabs/Module/Thing.php:286 +#: ../../Zotlabs/Module/Card_edit.php:131 +#: ../../Zotlabs/Module/Editblock.php:143 ../../Zotlabs/Module/Webpages.php:258 +#: ../../Zotlabs/Module/Profiles.php:802 ../../Zotlabs/Module/Photos.php:1197 +#: ../../Zotlabs/Module/Settings/Oauth.php:151 +#: ../../Zotlabs/Module/Settings/Oauth2.php:197 +#: ../../Zotlabs/Storage/Browser.php:308 ../../include/conversation.php:693 +#: ../../include/conversation.php:741 +msgid "Delete" +msgstr "" + #: ../../Zotlabs/Lib/ThreadItem.php:159 ../../Zotlabs/Storage/Browser.php:297 msgid "Admin Delete" msgstr "" @@ -1414,29 +785,29 @@ msgid "View all" msgstr "" #: ../../Zotlabs/Lib/ThreadItem.php:211 ../../Zotlabs/Module/Photos.php:1153 -#: ../../include/taxonomy.php:675 ../../include/conversation.php:2139 +#: ../../include/taxonomy.php:675 ../../include/conversation.php:2143 msgctxt "noun" msgid "Like" msgid_plural "Likes" msgstr[0] "" msgstr[1] "" -#: ../../Zotlabs/Lib/ThreadItem.php:214 ../../Zotlabs/Lib/ThreadItem.php:454 -#: ../../Zotlabs/Module/Photos.php:1277 ../../include/conversation.php:2142 +#: ../../Zotlabs/Lib/ThreadItem.php:214 ../../Zotlabs/Lib/ThreadItem.php:450 +#: ../../Zotlabs/Module/Photos.php:1277 ../../include/conversation.php:2146 msgctxt "noun" msgid "Likes" msgstr "" #: ../../Zotlabs/Lib/ThreadItem.php:220 ../../Zotlabs/Module/Photos.php:1158 -#: ../../include/conversation.php:2147 +#: ../../include/conversation.php:2151 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "" msgstr[1] "" -#: ../../Zotlabs/Lib/ThreadItem.php:223 ../../Zotlabs/Lib/ThreadItem.php:455 -#: ../../Zotlabs/Module/Photos.php:1278 ../../include/conversation.php:2150 +#: ../../Zotlabs/Lib/ThreadItem.php:223 ../../Zotlabs/Lib/ThreadItem.php:451 +#: ../../Zotlabs/Module/Photos.php:1278 ../../include/conversation.php:2154 msgctxt "noun" msgid "Dislikes" msgstr "" @@ -1488,145 +859,145 @@ msgstr "" msgid "Delivery Report" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:330 +#: ../../Zotlabs/Lib/ThreadItem.php:326 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "" msgstr[1] "" -#: ../../Zotlabs/Lib/ThreadItem.php:331 +#: ../../Zotlabs/Lib/ThreadItem.php:327 #, php-format msgid "%d unseen" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:369 ../../Zotlabs/Lib/ThreadItem.php:370 +#: ../../Zotlabs/Lib/ThreadItem.php:365 ../../Zotlabs/Lib/ThreadItem.php:366 #, php-format msgid "View %s's profile - %s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:373 +#: ../../Zotlabs/Lib/ThreadItem.php:369 msgid "to" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:374 ../../include/conversation.php:770 +#: ../../Zotlabs/Lib/ThreadItem.php:370 ../../include/conversation.php:770 msgid "via" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:375 +#: ../../Zotlabs/Lib/ThreadItem.php:371 msgid "Wall-to-Wall" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:376 +#: ../../Zotlabs/Lib/ThreadItem.php:372 msgid "via Wall-To-Wall:" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:390 ../../include/conversation.php:773 +#: ../../Zotlabs/Lib/ThreadItem.php:386 ../../include/conversation.php:773 #, php-format msgid "from %s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:393 ../../include/conversation.php:776 +#: ../../Zotlabs/Lib/ThreadItem.php:389 ../../include/conversation.php:776 #, php-format msgid "last edited: %s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:394 ../../include/conversation.php:777 +#: ../../Zotlabs/Lib/ThreadItem.php:390 ../../include/conversation.php:777 #, php-format msgid "Expires: %s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:403 +#: ../../Zotlabs/Lib/ThreadItem.php:399 msgid "Attend" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:404 +#: ../../Zotlabs/Lib/ThreadItem.php:400 msgid "Attendance Options" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:405 +#: ../../Zotlabs/Lib/ThreadItem.php:401 msgid "Vote" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:406 +#: ../../Zotlabs/Lib/ThreadItem.php:402 msgid "Voting Options" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:407 +#: ../../Zotlabs/Lib/ThreadItem.php:403 msgid "Reply" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:432 ../../include/conversation.php:792 +#: ../../Zotlabs/Lib/ThreadItem.php:428 ../../include/conversation.php:792 msgid "Pinned post" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:434 ../../include/conversation.php:794 -#: ../../include/js_strings.php:38 +#: ../../Zotlabs/Lib/ThreadItem.php:430 ../../include/js_strings.php:38 +#: ../../include/conversation.php:794 msgid "Unpin this post" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:434 ../../include/conversation.php:794 -#: ../../include/js_strings.php:37 +#: ../../Zotlabs/Lib/ThreadItem.php:430 ../../include/js_strings.php:37 +#: ../../include/conversation.php:794 msgid "Pin this post" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:435 +#: ../../Zotlabs/Lib/ThreadItem.php:431 msgid "Save Bookmarks" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:436 +#: ../../Zotlabs/Lib/ThreadItem.php:432 msgid "Add to Calendar" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:447 +#: ../../Zotlabs/Lib/ThreadItem.php:443 #: ../../Zotlabs/Module/Notifications.php:60 msgid "Mark all seen" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:460 ../../Zotlabs/Module/Photos.php:1283 -#: ../../Zotlabs/Module/Settings/Channel.php:640 -#: ../../include/conversation.php:1523 ../../include/acl_selectors.php:140 +#: ../../Zotlabs/Lib/ThreadItem.php:456 ../../Zotlabs/Module/Photos.php:1283 +#: ../../Zotlabs/Module/Settings/Channel.php:647 +#: ../../include/acl_selectors.php:140 ../../include/conversation.php:1527 msgid "Close" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:465 ../../include/conversation.php:488 +#: ../../Zotlabs/Lib/ThreadItem.php:461 ../../include/conversation.php:488 msgid "This is an unsaved preview" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:466 ../../Zotlabs/Module/Photos.php:1097 +#: ../../Zotlabs/Lib/ThreadItem.php:462 ../../Zotlabs/Module/Photos.php:1097 #: ../../include/conversation.php:797 msgid "Please wait" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:549 ../../include/js_strings.php:7 +#: ../../Zotlabs/Lib/ThreadItem.php:528 ../../include/js_strings.php:7 #, php-format msgid "%s show all" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:900 ../../Zotlabs/Module/Photos.php:1113 +#: ../../Zotlabs/Lib/ThreadItem.php:867 ../../Zotlabs/Module/Photos.php:1113 #: ../../Zotlabs/Module/Photos.php:1231 msgid "This is you" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:902 ../../Zotlabs/Module/Photos.php:1115 +#: ../../Zotlabs/Lib/ThreadItem.php:869 ../../Zotlabs/Module/Photos.php:1115 #: ../../Zotlabs/Module/Photos.php:1233 ../../include/js_strings.php:6 msgid "Comment" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:903 +#: ../../Zotlabs/Lib/ThreadItem.php:870 #: ../../Zotlabs/Module/Admin/Features.php:66 #: ../../Zotlabs/Module/Admin/Logs.php:84 #: ../../Zotlabs/Module/Admin/Profs.php:178 #: ../../Zotlabs/Module/Admin/Themes.php:158 #: ../../Zotlabs/Module/Admin/Account_edit.php:71 #: ../../Zotlabs/Module/Admin/Accounts.php:168 -#: ../../Zotlabs/Module/Admin/Addons.php:436 #: ../../Zotlabs/Module/Admin/Channels.php:154 #: ../../Zotlabs/Module/Admin/Security.php:161 -#: ../../Zotlabs/Module/Admin/Site.php:288 ../../Zotlabs/Module/Cal.php:350 +#: ../../Zotlabs/Module/Admin/Site.php:288 +#: ../../Zotlabs/Module/Admin/Addons.php:439 ../../Zotlabs/Module/Cal.php:350 #: ../../Zotlabs/Module/Expire.php:46 ../../Zotlabs/Module/Connedit.php:830 #: ../../Zotlabs/Module/Appman.php:144 ../../Zotlabs/Module/Defperms.php:239 -#: ../../Zotlabs/Module/Editpost.php:94 ../../Zotlabs/Module/Events.php:524 +#: ../../Zotlabs/Module/Events.php:524 #: ../../Zotlabs/Module/Email_validation.php:40 #: ../../Zotlabs/Module/Invite.php:165 ../../Zotlabs/Module/Filestorage.php:241 #: ../../Zotlabs/Module/Thing.php:345 ../../Zotlabs/Module/Thing.php:398 @@ -1634,7 +1005,7 @@ msgstr "" #: ../../Zotlabs/Module/Lists.php:230 ../../Zotlabs/Module/Lists.php:246 #: ../../Zotlabs/Module/Import_items.php:125 ../../Zotlabs/Module/Mitem.php:263 #: ../../Zotlabs/Module/Finger.php:22 ../../Zotlabs/Module/Pconfig.php:120 -#: ../../Zotlabs/Module/Locs.php:124 ../../Zotlabs/Module/Connect.php:91 +#: ../../Zotlabs/Module/Locs.php:132 ../../Zotlabs/Module/Connect.php:91 #: ../../Zotlabs/Module/Mood.php:156 ../../Zotlabs/Module/Pdledit.php:105 #: ../../Zotlabs/Module/Setup.php:321 ../../Zotlabs/Module/Setup.php:364 #: ../../Zotlabs/Module/Profiles.php:721 ../../Zotlabs/Module/Poke.php:215 @@ -1648,12 +1019,12 @@ msgstr "" #: ../../Zotlabs/Module/Settings/Permcats.php:116 #: ../../Zotlabs/Module/Settings/Tokens.php:170 #: ../../Zotlabs/Module/Settings/Features.php:59 -#: ../../Zotlabs/Module/Settings/Display.php:181 #: ../../Zotlabs/Module/Settings/Oauth2.php:105 -#: ../../Zotlabs/Module/Settings/Channel.php:583 +#: ../../Zotlabs/Module/Settings/Channel.php:589 +#: ../../Zotlabs/Module/Settings/Display.php:190 #: ../../Zotlabs/Module/Sources.php:123 ../../Zotlabs/Module/Sources.php:160 -#: ../../Zotlabs/Module/Import.php:593 ../../Zotlabs/Module/Xchan.php:15 -#: ../../Zotlabs/Module/Zotfinger.php:25 +#: ../../Zotlabs/Module/Editpost.php:99 ../../Zotlabs/Module/Import.php:685 +#: ../../Zotlabs/Module/Xchan.php:15 ../../Zotlabs/Module/Zotfinger.php:25 #: ../../Zotlabs/Module/Superblock.php:237 #: ../../Zotlabs/Module/Content_filter.php:66 #: ../../Zotlabs/Widget/Eventstools.php:16 ../../include/js_strings.php:22 @@ -1670,70 +1041,710 @@ msgstr "" msgid "Submit" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:905 ../../include/conversation.php:1444 +#: ../../Zotlabs/Lib/ThreadItem.php:872 ../../include/conversation.php:1446 msgid "Bold" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:906 ../../include/conversation.php:1445 +#: ../../Zotlabs/Lib/ThreadItem.php:873 ../../include/conversation.php:1447 msgid "Italic" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:907 ../../include/conversation.php:1446 +#: ../../Zotlabs/Lib/ThreadItem.php:874 ../../include/conversation.php:1448 msgid "Underline" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:908 ../../include/conversation.php:1447 +#: ../../Zotlabs/Lib/ThreadItem.php:875 ../../include/conversation.php:1449 msgid "Quote" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:909 ../../include/conversation.php:1448 +#: ../../Zotlabs/Lib/ThreadItem.php:876 ../../include/conversation.php:1450 msgid "Code" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:910 +#: ../../Zotlabs/Lib/ThreadItem.php:877 msgid "Image" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:911 ../../include/conversation.php:1449 +#: ../../Zotlabs/Lib/ThreadItem.php:878 ../../include/conversation.php:1451 msgid "Attach/Upload file" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:912 +#: ../../Zotlabs/Lib/ThreadItem.php:879 msgid "Insert Link" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:913 +#: ../../Zotlabs/Lib/ThreadItem.php:880 msgid "Video" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:914 ../../Zotlabs/Module/Events.php:509 +#: ../../Zotlabs/Lib/ThreadItem.php:881 ../../Zotlabs/Module/Events.php:509 #: ../../Zotlabs/Module/Webpages.php:263 ../../Zotlabs/Module/Photos.php:1117 #: ../../include/conversation.php:1343 msgid "Preview" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:915 ../../Zotlabs/Module/Lostpass.php:133 +#: ../../Zotlabs/Lib/ThreadItem.php:882 ../../Zotlabs/Module/Lostpass.php:133 #: ../../Zotlabs/Module/Pdledit.php:63 ../../Zotlabs/Module/Pdledit.php:71 msgid "Reset" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:920 ../../Zotlabs/Module/Chat.php:211 -#: ../../include/conversation.php:1515 +#: ../../Zotlabs/Lib/ThreadItem.php:887 ../../Zotlabs/Module/Chat.php:211 +#: ../../include/conversation.php:1519 msgid "Encrypt text" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:925 +#: ../../Zotlabs/Lib/ThreadItem.php:892 msgid "Your full name (required)" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:926 +#: ../../Zotlabs/Lib/ThreadItem.php:893 msgid "Your email address (required)" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:927 +#: ../../Zotlabs/Lib/ThreadItem.php:894 msgid "Your website URL (optional)" msgstr "" +#: ../../Zotlabs/Lib/Language.php:408 ../../include/text.php:1999 +#: ../../include/language.php:396 +msgid "default" +msgstr "" + +#: ../../Zotlabs/Lib/Language.php:421 ../../include/language.php:409 +msgid "Select an alternate language" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:311 +msgid "Site Admin" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:312 +msgid "Apps" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:313 ../../include/features.php:136 +#: ../../include/nav.php:476 +msgid "Articles" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:314 +msgid "CalDAV" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:315 +msgid "CardDAV" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:316 ../../Zotlabs/Module/Cards.php:204 +#: ../../include/nav.php:465 ../../include/conversation.php:2054 +msgid "Cards" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:317 ../../Zotlabs/Storage/Browser.php:150 +#: ../../include/nav.php:427 ../../include/nav.php:430 +msgid "Calendar" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:318 ../../Zotlabs/Module/Cdav.php:1066 +#: ../../Zotlabs/Widget/Appcategories.php:43 +#: ../../Zotlabs/Widget/Categories.php:75 +#: ../../Zotlabs/Widget/Categories.php:119 +#: ../../Zotlabs/Widget/Categories.php:166 ../../include/taxonomy.php:419 +#: ../../include/taxonomy.php:505 ../../include/taxonomy.php:525 +#: ../../include/taxonomy.php:546 +msgid "Categories" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:319 +msgid "Channel Home" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:320 +msgid "Channel Manager" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:321 ../../Zotlabs/Module/Sources.php:105 +#: ../../Zotlabs/Widget/Settings_menu.php:121 +msgid "Channel Sources" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:322 +msgid "Chat" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:323 ../../Zotlabs/Widget/Chatroom_list.php:16 +#: ../../include/nav.php:441 ../../include/nav.php:444 +#: ../../include/conversation.php:2028 ../../include/conversation.php:2031 +msgid "Chatrooms" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:324 +msgid "Clients" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:325 ../../include/conversation.php:1474 +msgid "Comment Control" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:326 ../../Zotlabs/Module/Connedit.php:667 +#: ../../Zotlabs/Module/Connections.php:366 ../../Zotlabs/Module/Stream.php:122 +#: ../../Zotlabs/Module/Affinity.php:62 ../../Zotlabs/Widget/Affinity.php:28 +#: ../../Zotlabs/Widget/Activity_filter.php:108 +#: ../../include/connections.php:892 +msgid "Connections" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:327 +msgid "Content Filter" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:328 +#: ../../extend/addon/a/content_import/Mod_content_import.php:135 +msgid "Content Import" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:329 ../../Zotlabs/Module/Directory.php:433 +msgid "Directory" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:330 +msgid "Drafts" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:331 ../../Zotlabs/Widget/Activity_filter.php:67 +#: ../../include/conversation.php:2014 ../../include/conversation.php:2017 +msgid "Events" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:332 +msgid "Expire Posts" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:333 +msgid "Features" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:334 ../../Zotlabs/Module/Fbrowser.php:82 +#: ../../Zotlabs/Storage/Browser.php:289 ../../include/nav.php:416 +#: ../../include/conversation.php:2003 +msgid "Files" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:335 +#: ../../extend/addon/a/followlist/Mod_followlist.php:129 +msgid "Followlist" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:336 ../../Zotlabs/Module/Connedit.php:656 +msgid "Friend Zoom" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:337 +msgid "Future Posting" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:338 ../../extend/addon/a/gallery/gallery.php:46 +#: ../../extend/addon/a/gallery/Mod_Gallery.php:137 +msgid "Gallery" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:339 +msgid "Guest Access" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:340 ../../include/help.php:50 +#: ../../include/nav.php:167 ../../include/nav.php:289 +msgid "Help" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:341 +msgid "Invite" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:342 +msgid "Language" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:344 ../../include/nav.php:117 +#: ../../include/nav.php:121 ../../boot.php:1652 +msgid "Login" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:345 +msgid "Mail" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:346 +msgid "Markup" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:347 ../../Zotlabs/Module/Mood.php:152 +msgid "Mood" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:348 +msgid "My Chatrooms" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:349 +msgid "No Comment" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:350 ../../Zotlabs/Widget/Notes.php:20 +msgid "Notes" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:351 ../../Zotlabs/Module/Settings/Channel.php:648 +msgid "Notifications" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:352 +msgid "OAuth Apps Manager" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:353 +msgid "OAuth2 Apps Manager" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:354 +msgid "Order Apps" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:355 +msgid "PDL Editor" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:356 +#: ../../Zotlabs/Module/Settings/Permcats.php:100 +#: ../../Zotlabs/Widget/Settings_menu.php:104 +msgid "Permission Categories" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:357 ../../Zotlabs/Module/Fbrowser.php:26 +#: ../../include/nav.php:408 ../../include/conversation.php:1995 +msgid "Photos" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:358 +msgid "Photomap" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:359 ../../Zotlabs/Module/Poke.php:197 +msgid "Poke" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:360 +msgid "Post" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:361 +msgid "Premium Channel" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:362 +msgid "Probe" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:364 +msgid "Profile Photo" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:365 +msgid "Profiles" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:366 ../../Zotlabs/Module/Pubstream.php:94 +#: ../../Zotlabs/Widget/Notifications.php:128 +msgid "Public Stream" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:367 +msgid "Random Channel" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:368 +msgid "Remote Diagnostics" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:369 +msgid "Report Bug" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:370 ../../Zotlabs/Module/Connections.php:373 +#: ../../Zotlabs/Module/Search.php:47 ../../Zotlabs/Widget/Sitesearch.php:31 +#: ../../include/text.php:975 ../../include/text.php:987 +#: ../../include/acl_selectors.php:133 ../../include/nav.php:174 +msgid "Search" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:371 +msgid "Secrets" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:372 ../../Zotlabs/Module/Admin/Themes.php:125 +#: ../../Zotlabs/Module/Admin/Addons.php:342 +#: ../../Zotlabs/Widget/Settings_menu.php:129 +#: ../../Zotlabs/Widget/Newmember.php:51 ../../include/nav.php:93 +msgid "Settings" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:373 +msgid "Sites" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:374 +msgid "Stream" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:375 ../../Zotlabs/Widget/Stream_order.php:129 +msgid "Stream Order" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:376 +msgid "Suggest" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:377 ../../Zotlabs/Module/Settings/Network.php:108 +#: ../../include/features.php:439 +msgid "Suggest Channels" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:378 +msgid "Tagadelic" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:379 ../../Zotlabs/Widget/Tasklist.php:26 +msgid "Tasks" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:380 +msgid "View Bookmarks" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:381 ../../Zotlabs/Module/Connedit.php:540 +#: ../../include/nav.php:105 +msgid "View Profile" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:382 +msgid "Virtual Lists" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:383 ../../Zotlabs/Module/Webpages.php:253 +#: ../../include/nav.php:488 ../../include/conversation.php:2076 +msgid "Webpages" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:384 ../../include/nav.php:503 +#: ../../include/conversation.php:2092 +msgid "Wiki" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:385 +#: ../../extend/addon/a/zotpost/Mod_zotpost.php:54 +msgid "ZotPost" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:560 ../../Zotlabs/Module/Admin/Addons.php:454 +#: ../../Zotlabs/Module/Cdav.php:1050 ../../Zotlabs/Module/Cdav.php:1365 +#: ../../Zotlabs/Module/Connedit.php:865 ../../Zotlabs/Module/Profiles.php:801 +#: ../../Zotlabs/Module/Settings/Oauth.php:43 +#: ../../Zotlabs/Module/Settings/Oauth.php:114 +#: ../../Zotlabs/Module/Settings/Oauth2.php:52 +#: ../../Zotlabs/Module/Settings/Oauth2.php:134 +msgid "Update" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:560 ../../Zotlabs/Module/Admin/Addons.php:423 +msgid "Install" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:577 +msgid "Purchase" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:582 +msgid "Undelete" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:592 +msgid "Add to app-tray" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:593 +msgid "Remove from app-tray" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:594 +msgid "Pin to navbar" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:595 +msgid "Unpin from navbar" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:35 +msgid "Requested channel is not available." +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:90 ../../Zotlabs/Module/Cards.php:38 +#: ../../Zotlabs/Module/Blocks.php:37 ../../Zotlabs/Module/Editlayout.php:35 +#: ../../Zotlabs/Module/Editwebpage.php:36 ../../Zotlabs/Module/Hcard.php:15 +#: ../../Zotlabs/Module/Layouts.php:37 ../../Zotlabs/Module/Editblock.php:35 +#: ../../Zotlabs/Module/Menu.php:94 ../../Zotlabs/Module/Connect.php:19 +#: ../../Zotlabs/Module/Webpages.php:40 ../../Zotlabs/Module/Profile.php:27 +#: ../../extend/addon/a/gallery/Mod_Gallery.php:50 +msgid "Requested profile is not available." +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:182 ../../Zotlabs/Module/Profiles.php:726 +msgid "Change profile photo" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:189 ../../Zotlabs/Module/Profiles.php:832 +#: ../../include/nav.php:108 +msgid "Edit Profiles" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:190 +msgid "Create New Profile" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:193 ../../include/nav.php:110 +msgid "Edit Profile" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:208 ../../Zotlabs/Module/Profiles.php:822 +msgid "Profile Image" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:211 +msgid "Visible to everybody" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:212 ../../Zotlabs/Module/Profiles.php:723 +#: ../../Zotlabs/Module/Profiles.php:826 +msgid "Edit visibility" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:270 ../../Zotlabs/Module/Directory.php:373 +#: ../../Zotlabs/Widget/Follow.php:36 ../../Zotlabs/Widget/Suggestions.php:47 +#: ../../include/connections.php:132 ../../include/conversation.php:1048 +msgid "Connect" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:285 ../../Zotlabs/Module/Directory.php:355 +#: ../../include/event.php:62 ../../include/event.php:119 +msgid "Location:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:289 ../../Zotlabs/Lib/Libprofile.php:447 +msgid "Gender:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:290 ../../Zotlabs/Lib/Libprofile.php:495 +msgid "Status:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:291 ../../Zotlabs/Lib/Libprofile.php:521 +msgid "Homepage:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:292 ../../Zotlabs/Lib/Libprofile.php:519 +msgid "Pronouns:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:351 ../../Zotlabs/Module/Connections.php:60 +#: ../../Zotlabs/Module/Connections.php:119 +#: ../../Zotlabs/Module/Connections.php:132 +#: ../../Zotlabs/Module/Connections.php:290 +msgid "Active" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:355 +msgid "Change your profile photo" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:356 +msgid "Copy to clipboard" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:357 +msgid "Address copied to clipboard" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:384 ../../Zotlabs/Module/Profiles.php:936 +#: ../../Zotlabs/Module/Profiles.php:953 +msgid "Female" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:386 ../../Zotlabs/Module/Profiles.php:936 +#: ../../Zotlabs/Module/Profiles.php:953 +msgid "Male" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:388 +msgid "Trans" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:390 +msgid "Inter" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:392 ../../Zotlabs/Module/Profiles.php:936 +msgid "Neuter" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:394 ../../Zotlabs/Module/Profiles.php:936 +msgid "Non-specific" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:406 +msgid "She" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:408 +msgid "Him" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:410 +msgid "Them" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:445 +msgid "Full Name:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:480 +msgid "j F, Y" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:481 +msgid "j F" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:488 +msgid "Birthday:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:492 ../../Zotlabs/Module/Directory.php:350 +msgid "Age:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:501 +#, php-format +msgid "for %1$d %2$s" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:513 +msgid "Tags:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:517 +msgid "Sexual Preference:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:523 ../../Zotlabs/Module/Directory.php:370 +msgid "Hometown:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:525 +msgid "Political Views:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:527 +msgid "Religion:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:529 ../../Zotlabs/Module/Directory.php:372 +msgid "About:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:531 +msgid "Hobbies/Interests:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:533 +msgid "Likes:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:535 +msgid "Dislikes:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:537 +msgid "Contact information and Social Networks:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:539 +msgid "My other channels:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:541 +msgid "Musical interests:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:543 +msgid "Books, literature:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:545 +msgid "Television:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:547 +msgid "Film/dance/culture/entertainment:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:549 +msgid "Love/Romance:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:551 +msgid "Work/employment:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:553 +msgid "School/education:" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:576 +msgid "Like this thing" +msgstr "" + +#: ../../Zotlabs/Lib/Libprofile.php:577 ../../Zotlabs/Module/Cal.php:346 +#: ../../Zotlabs/Module/Events.php:730 +msgid "Export" +msgstr "" + +#: ../../Zotlabs/Lib/Connect.php:48 ../../Zotlabs/Lib/Connect.php:144 +msgid "Channel is blocked on this site." +msgstr "" + +#: ../../Zotlabs/Lib/Connect.php:53 +msgid "Channel location missing." +msgstr "" + +#: ../../Zotlabs/Lib/Connect.php:105 +msgid "Remote channel or protocol unavailable." +msgstr "" + +#: ../../Zotlabs/Lib/Connect.php:138 +msgid "Channel discovery failed." +msgstr "" + +#: ../../Zotlabs/Lib/Connect.php:153 +msgid "Protocol not supported" +msgstr "" + +#: ../../Zotlabs/Lib/Connect.php:166 +msgid "Cannot connect to yourself." +msgstr "" + +#: ../../Zotlabs/Lib/Connect.php:244 +msgid "error saving data" +msgstr "" + #: ../../Zotlabs/Lib/Libzotdir.php:109 msgid "Directory Options" msgstr "" @@ -1755,17 +1766,17 @@ msgstr "" #: ../../Zotlabs/Module/Menu.php:224 ../../Zotlabs/Module/Profiles.php:679 #: ../../Zotlabs/Module/Photos.php:689 ../../Zotlabs/Module/Zot_probe.php:17 #: ../../Zotlabs/Module/Ap_probe.php:20 -#: ../../Zotlabs/Module/Settings/Display.php:94 -#: ../../Zotlabs/Module/Settings/Channel.php:363 +#: ../../Zotlabs/Module/Settings/Channel.php:369 +#: ../../Zotlabs/Module/Settings/Display.php:103 #: ../../Zotlabs/Module/Sources.php:122 ../../Zotlabs/Module/Sources.php:157 -#: ../../Zotlabs/Module/Import.php:582 ../../Zotlabs/Module/Import.php:586 -#: ../../Zotlabs/Module/Import.php:587 ../../Zotlabs/Storage/Browser.php:424 -#: ../../include/conversation.php:1463 ../../include/conversation.php:1468 +#: ../../Zotlabs/Module/Import.php:674 ../../Zotlabs/Module/Import.php:678 +#: ../../Zotlabs/Module/Import.php:679 ../../Zotlabs/Storage/Browser.php:424 +#: ../../include/conversation.php:1465 ../../include/conversation.php:1470 #: ../../view/theme/redbasic/php/config.php:98 #: ../../extend/addon/a/zotpost/Mod_zotpost.php:77 #: ../../extend/addon/a/content_import/Mod_content_import.php:137 #: ../../extend/addon/a/content_import/Mod_content_import.php:138 -#: ../../boot.php:1656 +#: ../../boot.php:1657 msgid "No" msgstr "" @@ -1781,17 +1792,17 @@ msgstr "" #: ../../Zotlabs/Module/Menu.php:224 ../../Zotlabs/Module/Profiles.php:679 #: ../../Zotlabs/Module/Photos.php:689 ../../Zotlabs/Module/Zot_probe.php:17 #: ../../Zotlabs/Module/Ap_probe.php:20 -#: ../../Zotlabs/Module/Settings/Display.php:94 -#: ../../Zotlabs/Module/Settings/Channel.php:363 +#: ../../Zotlabs/Module/Settings/Channel.php:369 +#: ../../Zotlabs/Module/Settings/Display.php:103 #: ../../Zotlabs/Module/Sources.php:122 ../../Zotlabs/Module/Sources.php:157 -#: ../../Zotlabs/Module/Import.php:582 ../../Zotlabs/Module/Import.php:586 -#: ../../Zotlabs/Module/Import.php:587 ../../Zotlabs/Storage/Browser.php:424 -#: ../../include/conversation.php:1463 ../../include/conversation.php:1468 +#: ../../Zotlabs/Module/Import.php:674 ../../Zotlabs/Module/Import.php:678 +#: ../../Zotlabs/Module/Import.php:679 ../../Zotlabs/Storage/Browser.php:424 +#: ../../include/conversation.php:1465 ../../include/conversation.php:1470 #: ../../view/theme/redbasic/php/config.php:98 #: ../../extend/addon/a/zotpost/Mod_zotpost.php:77 #: ../../extend/addon/a/content_import/Mod_content_import.php:137 #: ../../extend/addon/a/content_import/Mod_content_import.php:138 -#: ../../boot.php:1656 +#: ../../boot.php:1657 msgid "Yes" msgstr "" @@ -1928,11 +1939,11 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Themes.php:122 #: ../../Zotlabs/Module/Admin/Themes.php:156 #: ../../Zotlabs/Module/Admin/Accounts.php:166 -#: ../../Zotlabs/Module/Admin/Addons.php:339 -#: ../../Zotlabs/Module/Admin/Addons.php:434 #: ../../Zotlabs/Module/Admin/Channels.php:152 #: ../../Zotlabs/Module/Admin/Security.php:128 -#: ../../Zotlabs/Module/Admin/Site.php:286 ../../Zotlabs/Module/Admin.php:172 +#: ../../Zotlabs/Module/Admin/Site.php:286 +#: ../../Zotlabs/Module/Admin/Addons.php:339 +#: ../../Zotlabs/Module/Admin/Addons.php:437 ../../Zotlabs/Module/Admin.php:175 msgid "Administration" msgstr "" @@ -2075,11 +2086,11 @@ msgid "No themes found." msgstr "" #: ../../Zotlabs/Module/Admin/Themes.php:72 -#: ../../Zotlabs/Module/Admin/Addons.php:257 ../../Zotlabs/Module/Admin.php:82 +#: ../../Zotlabs/Module/Admin/Addons.php:257 ../../Zotlabs/Module/Admin.php:85 +#: ../../Zotlabs/Module/Display.php:50 ../../Zotlabs/Module/Display.php:498 #: ../../Zotlabs/Module/Filestorage.php:34 ../../Zotlabs/Module/Thing.php:101 -#: ../../Zotlabs/Module/Viewsrc.php:27 ../../Zotlabs/Module/Display.php:50 -#: ../../Zotlabs/Module/Display.php:497 ../../Zotlabs/Module/Inspect.php:33 -#: ../../include/items.php:3472 +#: ../../Zotlabs/Module/Viewsrc.php:27 ../../Zotlabs/Module/Inspect.php:33 +#: ../../include/items.php:3497 #: ../../extend/addon/a/flashcards/Mod_Flashcards.php:284 #: ../../extend/addon/a/flashcards/Mod_Flashcards.php:285 msgid "Item not found." @@ -2259,7 +2270,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:167 #: ../../Zotlabs/Module/Admin/Accounts.php:180 -#: ../../Zotlabs/Module/Admin.php:116 ../../Zotlabs/Widget/Admin.php:25 +#: ../../Zotlabs/Module/Admin.php:119 ../../Zotlabs/Widget/Admin.php:25 msgid "Accounts" msgstr "" @@ -2279,7 +2290,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:171 #: ../../Zotlabs/Module/Admin/Accounts.php:183 #: ../../Zotlabs/Module/Cdav.php:1353 ../../Zotlabs/Module/Connedit.php:853 -#: ../../Zotlabs/Module/Profiles.php:789 ../../include/network.php:1542 +#: ../../Zotlabs/Module/Profiles.php:789 ../../include/network.php:1541 msgid "Email" msgstr "" @@ -2343,116 +2354,6 @@ msgid "" "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../Zotlabs/Module/Admin/Addons.php:287 -#, php-format -msgid "Plugin %s disabled." -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:292 -#, php-format -msgid "Plugin %s enabled." -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:340 -#: ../../Zotlabs/Module/Admin/Addons.php:435 ../../Zotlabs/Widget/Admin.php:29 -msgid "Addons" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:351 -msgid "Minimum project version: " -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:352 -msgid "Maximum project version: " -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:353 -msgid "Minimum PHP version: " -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:354 -msgid "Compatible Server Roles: " -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:355 -msgid "Requires: " -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:356 -#: ../../Zotlabs/Module/Admin/Addons.php:440 -msgid "Disabled - version incompatibility" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:409 -msgid "Enter the public git repository URL of the addon repo." -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:410 -msgid "Addon repo git URL" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:411 -msgid "Custom repo name" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:411 -msgid "(optional)" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:412 -msgid "Download Addon Repo" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:419 -msgid "Install new repo" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:421 -#: ../../Zotlabs/Module/Admin/Cover_photo.php:378 -#: ../../Zotlabs/Module/Admin/Profile_photo.php:471 -#: ../../Zotlabs/Module/Cdav.php:1055 ../../Zotlabs/Module/Cdav.php:1367 -#: ../../Zotlabs/Module/Connedit.php:867 -#: ../../Zotlabs/Module/Cover_photo.php:429 -#: ../../Zotlabs/Module/Editpost.php:120 -#: ../../Zotlabs/Module/Editlayout.php:144 -#: ../../Zotlabs/Module/Editwebpage.php:173 ../../Zotlabs/Module/Filer.php:53 -#: ../../Zotlabs/Module/Fbrowser.php:63 ../../Zotlabs/Module/Fbrowser.php:85 -#: ../../Zotlabs/Module/Card_edit.php:133 -#: ../../Zotlabs/Module/Editblock.php:145 ../../Zotlabs/Module/Profiles.php:803 -#: ../../Zotlabs/Module/Profile_photo.php:511 -#: ../../Zotlabs/Module/Settings/Oauth.php:89 -#: ../../Zotlabs/Module/Settings/Oauth.php:115 -#: ../../Zotlabs/Module/Settings/Oauth2.php:106 -#: ../../Zotlabs/Module/Settings/Oauth2.php:135 -#: ../../Zotlabs/Module/Tagrm.php:15 ../../Zotlabs/Module/Tagrm.php:138 -#: ../../include/conversation.php:1455 ../../include/conversation.php:1518 -#: ../../include/conversation.php:1520 ../../include/conversation.php:1522 -msgid "Cancel" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:443 -msgid "Manage Repos" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:444 -msgid "Installed Addon Repositories" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:445 -msgid "Install a New Addon Repository" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:452 -msgid "Switch branch" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Addons.php:453 -#: ../../Zotlabs/Module/Photos.php:1016 ../../Zotlabs/Module/Tagrm.php:137 -#: ../../Zotlabs/Module/Superblock.php:216 -#: ../../Zotlabs/Module/Superblock.php:233 -msgid "Remove" -msgstr "" - #: ../../Zotlabs/Module/Admin/Channels.php:35 #, php-format msgid "%s channel censored/uncensored" @@ -2504,7 +2405,7 @@ msgid "Channel '%s' code disallowed" msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:153 -#: ../../Zotlabs/Module/Admin.php:134 ../../Zotlabs/Module/Manage.php:180 +#: ../../Zotlabs/Module/Admin.php:137 ../../Zotlabs/Module/Manage.php:180 #: ../../Zotlabs/Widget/Admin.php:26 ../../include/nav.php:88 msgid "Channels" msgstr "" @@ -2527,8 +2428,8 @@ msgstr "" msgid "Disallow Code" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:161 -#: ../../include/conversation.php:1968 ../../include/nav.php:385 +#: ../../Zotlabs/Module/Admin/Channels.php:161 ../../include/nav.php:385 +#: ../../include/conversation.php:1972 msgid "Channel" msgstr "" @@ -2552,7 +2453,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:167 #: ../../Zotlabs/Module/Cdav.php:1356 ../../Zotlabs/Module/Connedit.php:856 -#: ../../Zotlabs/Module/Locs.php:121 ../../Zotlabs/Module/Profiles.php:500 +#: ../../Zotlabs/Module/Locs.php:129 ../../Zotlabs/Module/Profiles.php:500 #: ../../Zotlabs/Module/Profiles.php:792 msgid "Address" msgstr "" @@ -2826,12 +2727,34 @@ msgstr "" msgid "Use a photo from your albums" msgstr "" +#: ../../Zotlabs/Module/Admin/Cover_photo.php:378 +#: ../../Zotlabs/Module/Admin/Profile_photo.php:471 +#: ../../Zotlabs/Module/Admin/Addons.php:424 ../../Zotlabs/Module/Cdav.php:1055 +#: ../../Zotlabs/Module/Cdav.php:1367 ../../Zotlabs/Module/Connedit.php:867 +#: ../../Zotlabs/Module/Cover_photo.php:429 +#: ../../Zotlabs/Module/Editlayout.php:144 +#: ../../Zotlabs/Module/Editwebpage.php:173 ../../Zotlabs/Module/Filer.php:53 +#: ../../Zotlabs/Module/Fbrowser.php:63 ../../Zotlabs/Module/Fbrowser.php:85 +#: ../../Zotlabs/Module/Card_edit.php:133 +#: ../../Zotlabs/Module/Editblock.php:145 ../../Zotlabs/Module/Profiles.php:803 +#: ../../Zotlabs/Module/Profile_photo.php:511 +#: ../../Zotlabs/Module/Settings/Oauth.php:89 +#: ../../Zotlabs/Module/Settings/Oauth.php:115 +#: ../../Zotlabs/Module/Settings/Oauth2.php:106 +#: ../../Zotlabs/Module/Settings/Oauth2.php:135 +#: ../../Zotlabs/Module/Editpost.php:128 ../../Zotlabs/Module/Tagrm.php:15 +#: ../../Zotlabs/Module/Tagrm.php:138 ../../include/conversation.php:1457 +#: ../../include/conversation.php:1522 ../../include/conversation.php:1524 +#: ../../include/conversation.php:1526 +msgid "Cancel" +msgstr "" + #: ../../Zotlabs/Module/Admin/Cover_photo.php:379 #: ../../Zotlabs/Module/Admin/Profile_photo.php:472 #: ../../Zotlabs/Module/Cover_photo.php:430 #: ../../Zotlabs/Module/Profile_photo.php:512 -#: ../../include/conversation.php:1456 ../../include/conversation.php:1517 -#: ../../include/conversation.php:1519 ../../include/conversation.php:1521 +#: ../../include/conversation.php:1458 ../../include/conversation.php:1521 +#: ../../include/conversation.php:1523 ../../include/conversation.php:1525 msgid "OK" msgstr "" @@ -2971,7 +2894,7 @@ msgid "Default" msgstr "" #: ../../Zotlabs/Module/Admin/Site.php:203 -#: ../../Zotlabs/Module/Settings/Display.php:124 +#: ../../Zotlabs/Module/Settings/Display.php:133 #, php-format msgid "%s - (Incompatible)" msgstr "" @@ -3432,42 +3355,97 @@ msgstr "" msgid "Region or country - shared with other sites" msgstr "" -#: ../../Zotlabs/Module/Channel.php:49 ../../Zotlabs/Module/Chat.php:26 -msgid "You must be logged in to see this page." -msgstr "" - -#: ../../Zotlabs/Module/Channel.php:73 ../../Zotlabs/Module/Hcard.php:47 -#: ../../Zotlabs/Module/Profile.php:59 -msgid "Only posts" -msgstr "" - -#: ../../Zotlabs/Module/Channel.php:156 +#: ../../Zotlabs/Module/Admin/Addons.php:287 #, php-format -msgid "This is the home page of %s." +msgid "Plugin %s disabled." msgstr "" -#: ../../Zotlabs/Module/Channel.php:216 -msgid "Insufficient permissions. Request redirected to profile page." +#: ../../Zotlabs/Module/Admin/Addons.php:292 +#, php-format +msgid "Plugin %s enabled." msgstr "" -#: ../../Zotlabs/Module/Channel.php:233 ../../Zotlabs/Module/Stream.php:200 -msgid "Search Results For:" +#: ../../Zotlabs/Module/Admin/Addons.php:340 +#: ../../Zotlabs/Module/Admin/Addons.php:438 ../../Zotlabs/Widget/Admin.php:29 +msgid "Addons" msgstr "" -#: ../../Zotlabs/Module/Channel.php:273 ../../Zotlabs/Module/Hq.php:137 -#: ../../Zotlabs/Module/Stream.php:238 ../../Zotlabs/Module/Pubstream.php:84 -#: ../../Zotlabs/Module/Rpost.php:143 ../../Zotlabs/Module/Display.php:85 -msgid "Reset form" +#: ../../Zotlabs/Module/Admin/Addons.php:351 +msgid "Minimum project version: " msgstr "" -#: ../../Zotlabs/Module/Channel.php:545 ../../Zotlabs/Module/Display.php:420 +#: ../../Zotlabs/Module/Admin/Addons.php:352 +msgid "Maximum project version: " +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:353 +msgid "Minimum PHP version: " +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:354 +msgid "Compatible Server Roles: " +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:355 +msgid "Requires: " +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:356 +#: ../../Zotlabs/Module/Admin/Addons.php:443 +msgid "Disabled - version incompatibility" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:412 +msgid "Enter the public git repository URL of the addon repo." +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:413 +msgid "Addon repo git URL" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:414 +msgid "Custom repo name" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:414 +msgid "(optional)" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:415 +msgid "Download Addon Repo" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:422 +msgid "Install new repo" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:446 +msgid "Manage Repos" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:447 +msgid "Installed Addon Repositories" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:448 +msgid "Install a New Addon Repository" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:455 +msgid "Switch branch" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Addons.php:456 +#: ../../Zotlabs/Module/Photos.php:1016 ../../Zotlabs/Module/Tagrm.php:137 +#: ../../Zotlabs/Module/Superblock.php:216 +#: ../../Zotlabs/Module/Superblock.php:233 +msgid "Remove" +msgstr "" + +#: ../../Zotlabs/Module/Drafts.php:20 msgid "" -"You must enable javascript for your browser to be able to view this content." -msgstr "" - -#: ../../Zotlabs/Module/Channel.php:593 -#, php-format -msgid "This post was published on the home page of %s." +"This app allows you to save posts you are writing and finish them later " +"prior to sharing/publishing." msgstr "" #: ../../Zotlabs/Module/Api.php:74 ../../Zotlabs/Module/Api.php:95 @@ -3563,7 +3541,7 @@ msgstr "" #: ../../Zotlabs/Module/Cal.php:70 ../../Zotlabs/Module/Block.php:42 #: ../../Zotlabs/Module/Chanview.php:94 ../../Zotlabs/Module/Card_edit.php:46 #: ../../Zotlabs/Module/Page.php:79 ../../Zotlabs/Module/Wall_upload.php:31 -#: ../../Zotlabs/Module/Superblock.php:53 ../../include/items.php:4078 +#: ../../Zotlabs/Module/Superblock.php:53 ../../include/items.php:4103 msgid "Channel not found." msgstr "" @@ -3635,63 +3613,63 @@ msgstr "" msgid "Automatic Expiration Settings" msgstr "" -#: ../../Zotlabs/Module/Admin.php:117 +#: ../../Zotlabs/Module/Admin.php:120 msgid "Blocked accounts" msgstr "" -#: ../../Zotlabs/Module/Admin.php:118 +#: ../../Zotlabs/Module/Admin.php:121 msgid "Expired accounts" msgstr "" -#: ../../Zotlabs/Module/Admin.php:119 +#: ../../Zotlabs/Module/Admin.php:122 msgid "Expiring accounts" msgstr "" -#: ../../Zotlabs/Module/Admin.php:135 ../../Zotlabs/Module/Locs.php:122 +#: ../../Zotlabs/Module/Admin.php:138 ../../Zotlabs/Module/Locs.php:130 msgid "Primary" msgstr "" -#: ../../Zotlabs/Module/Admin.php:136 +#: ../../Zotlabs/Module/Admin.php:139 msgid "Clones" msgstr "" -#: ../../Zotlabs/Module/Admin.php:142 +#: ../../Zotlabs/Module/Admin.php:145 msgid "Message queues" msgstr "" -#: ../../Zotlabs/Module/Admin.php:167 +#: ../../Zotlabs/Module/Admin.php:170 msgid "Your software should be updated" msgstr "" -#: ../../Zotlabs/Module/Admin.php:173 ../../include/conversation.php:1529 +#: ../../Zotlabs/Module/Admin.php:176 ../../include/conversation.php:1533 msgid "Summary" msgstr "" -#: ../../Zotlabs/Module/Admin.php:176 +#: ../../Zotlabs/Module/Admin.php:179 msgid "Registered accounts" msgstr "" -#: ../../Zotlabs/Module/Admin.php:177 +#: ../../Zotlabs/Module/Admin.php:180 msgid "Pending registrations" msgstr "" -#: ../../Zotlabs/Module/Admin.php:178 +#: ../../Zotlabs/Module/Admin.php:181 msgid "Registered channels" msgstr "" -#: ../../Zotlabs/Module/Admin.php:179 +#: ../../Zotlabs/Module/Admin.php:182 msgid "Active addons" msgstr "" -#: ../../Zotlabs/Module/Admin.php:180 ../../Zotlabs/Module/Sites.php:79 +#: ../../Zotlabs/Module/Admin.php:183 ../../Zotlabs/Module/Sites.php:79 msgid "Version" msgstr "" -#: ../../Zotlabs/Module/Admin.php:181 +#: ../../Zotlabs/Module/Admin.php:184 msgid "Repository version (release)" msgstr "" -#: ../../Zotlabs/Module/Admin.php:182 +#: ../../Zotlabs/Module/Admin.php:185 msgid "Repository version (dev)" msgstr "" @@ -3699,9 +3677,9 @@ msgstr "" msgid "Invalid item." msgstr "" -#: ../../Zotlabs/Module/Block.php:78 ../../Zotlabs/Module/Page.php:140 -#: ../../Zotlabs/Module/Display.php:145 ../../Zotlabs/Module/Display.php:162 -#: ../../Zotlabs/Module/Display.php:179 ../../Zotlabs/Module/Display.php:185 +#: ../../Zotlabs/Module/Block.php:78 ../../Zotlabs/Module/Display.php:145 +#: ../../Zotlabs/Module/Display.php:162 ../../Zotlabs/Module/Display.php:179 +#: ../../Zotlabs/Module/Display.php:185 ../../Zotlabs/Module/Page.php:140 #: ../../Zotlabs/Web/Router.php:169 msgid "Page not found." msgstr "" @@ -3750,7 +3728,7 @@ msgstr "" #: ../../Zotlabs/Module/Blocks.php:165 ../../Zotlabs/Module/Layouts.php:200 #: ../../Zotlabs/Module/Webpages.php:257 ../../Zotlabs/Module/Photos.php:1096 -#: ../../Zotlabs/Widget/Cdav.php:136 ../../include/conversation.php:1429 +#: ../../Zotlabs/Widget/Cdav.php:136 ../../include/conversation.php:1431 msgid "Share" msgstr "" @@ -3822,8 +3800,8 @@ msgid "Description" msgstr "" #: ../../Zotlabs/Module/Cdav.php:1013 ../../Zotlabs/Module/Events.php:506 -#: ../../Zotlabs/Module/Locs.php:120 ../../Zotlabs/Module/Profiles.php:507 -#: ../../Zotlabs/Module/Profiles.php:732 ../../Zotlabs/Module/Sites.php:70 +#: ../../Zotlabs/Module/Sites.php:70 ../../Zotlabs/Module/Locs.php:128 +#: ../../Zotlabs/Module/Profiles.php:507 ../../Zotlabs/Module/Profiles.php:732 #: ../../include/js_strings.php:25 msgid "Location" msgstr "" @@ -4304,7 +4282,7 @@ msgstr "" msgid "Connection Default Permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:792 ../../include/items.php:4076 +#: ../../Zotlabs/Module/Connedit.php:792 ../../include/items.php:4101 #, php-format msgid "Connection: %s" msgstr "" @@ -4684,25 +4662,25 @@ msgstr "" msgid "Location (URL) to purchase app" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:284 ../../include/items.php:4430 +#: ../../Zotlabs/Module/Cover_photo.php:284 ../../include/items.php:4455 msgid "female" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:285 ../../include/items.php:4431 +#: ../../Zotlabs/Module/Cover_photo.php:285 ../../include/items.php:4456 #, php-format msgid "%1$s updated her %2$s" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:287 ../../include/items.php:4432 +#: ../../Zotlabs/Module/Cover_photo.php:287 ../../include/items.php:4457 msgid "male" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:288 ../../include/items.php:4433 +#: ../../Zotlabs/Module/Cover_photo.php:288 ../../include/items.php:4458 #, php-format msgid "%1$s updated his %2$s" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:291 ../../include/items.php:4435 +#: ../../Zotlabs/Module/Cover_photo.php:291 ../../include/items.php:4460 #, php-format msgid "%1$s updated their %2$s" msgstr "" @@ -4712,7 +4690,7 @@ msgid "cover photo" msgstr "" #: ../../Zotlabs/Module/Defperms.php:94 -#: ../../Zotlabs/Module/Settings/Channel.php:315 +#: ../../Zotlabs/Module/Settings/Channel.php:321 #: ../../extend/addon/a/logrot/logrot.php:55 #: ../../extend/addon/a/openstreetmap/openstreetmap.php:239 #: ../../extend/addon/a/faces/faces.php:208 @@ -4720,7 +4698,7 @@ msgid "Settings updated." msgstr "" #: ../../Zotlabs/Module/Defperms.php:229 -#: ../../Zotlabs/Module/Settings/Channel.php:536 +#: ../../Zotlabs/Module/Settings/Channel.php:542 msgid "" "If enabled, connection requests will be approved without your interaction" msgstr "" @@ -4752,7 +4730,7 @@ msgstr "" #: ../../Zotlabs/Module/Cloud.php:127 ../../Zotlabs/Module/Dreport.php:10 #: ../../Zotlabs/Module/Dreport.php:79 ../../Zotlabs/Module/Share.php:69 #: ../../Zotlabs/Module/Profperm.php:32 ../../Zotlabs/Module/Subthread.php:85 -#: ../../Zotlabs/Web/WebServer.php:128 ../../include/items.php:443 +#: ../../Zotlabs/Web/WebServer.php:132 ../../include/items.php:449 msgid "Permission denied" msgstr "" @@ -4792,19 +4770,69 @@ msgstr "" msgid "%1$s may attend %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Editpost.php:24 ../../Zotlabs/Module/Editlayout.php:83 -#: ../../Zotlabs/Module/Editwebpage.php:84 -#: ../../Zotlabs/Module/Card_edit.php:19 ../../Zotlabs/Module/Card_edit.php:35 -#: ../../Zotlabs/Module/Editblock.php:83 ../../Zotlabs/Module/Editblock.php:99 -msgid "Item not found" +#: ../../Zotlabs/Module/Display.php:34 ../../Zotlabs/Module/Directory.php:80 +#: ../../Zotlabs/Module/Directory.php:87 ../../Zotlabs/Module/Search.php:27 +#: ../../Zotlabs/Module/Photos.php:535 +#: ../../Zotlabs/Module/Viewconnections.php:27 +msgid "Public access denied." msgstr "" -#: ../../Zotlabs/Module/Editpost.php:38 ../../Zotlabs/Module/Editpost.php:43 -msgid "Item is not editable" +#: ../../Zotlabs/Module/Display.php:85 ../../Zotlabs/Module/Stream.php:243 +#: ../../Zotlabs/Module/Channel.php:273 ../../Zotlabs/Module/Hq.php:137 +#: ../../Zotlabs/Module/Rpost.php:143 ../../Zotlabs/Module/Pubstream.php:84 +msgid "Reset form" msgstr "" -#: ../../Zotlabs/Module/Editpost.php:119 ../../Zotlabs/Module/Rpost.php:149 -msgid "Edit post" +#: ../../Zotlabs/Module/Display.php:378 +#, php-format +msgid "\"%1$s\", shared by %2$s with %3$s" +msgstr "" + +#: ../../Zotlabs/Module/Display.php:379 +#, php-format +msgid "%1$s shared this post with %2$s" +msgstr "" + +#: ../../Zotlabs/Module/Display.php:383 +msgid "Not much to read, click to see the post." +msgstr "" + +#: ../../Zotlabs/Module/Display.php:388 +#, php-format +msgid "%1$s shared a reaction to \"%2$s\"" +msgstr "" + +#: ../../Zotlabs/Module/Display.php:389 +#, php-format +msgid "%s shared a reaction to this post/conversation" +msgstr "" + +#: ../../Zotlabs/Module/Display.php:397 +#, php-format +msgid "%1$s commented \"%2$s\"" +msgstr "" + +#: ../../Zotlabs/Module/Display.php:398 +#, php-format +msgid "%s shared a comment of this post/conversation" +msgstr "" + +#: ../../Zotlabs/Module/Display.php:402 +#, php-format +msgid "%1$s wrote this: \"%2$s\"" +msgstr "" + +#: ../../Zotlabs/Module/Display.php:421 ../../Zotlabs/Module/Channel.php:546 +msgid "" +"You must enable javascript for your browser to be able to view this content." +msgstr "" + +#: ../../Zotlabs/Module/Display.php:439 +msgid "Article" +msgstr "" + +#: ../../Zotlabs/Module/Display.php:491 +msgid "Item has been removed." msgstr "" #: ../../Zotlabs/Module/Events.php:475 @@ -4873,7 +4901,7 @@ msgstr "" msgid "Edit Location" msgstr "" -#: ../../Zotlabs/Module/Events.php:510 ../../include/conversation.php:1482 +#: ../../Zotlabs/Module/Events.php:510 ../../include/conversation.php:1484 msgid "Permission settings" msgstr "" @@ -4905,6 +4933,14 @@ msgstr "" msgid "Event removed" msgstr "" +#: ../../Zotlabs/Module/Editlayout.php:83 +#: ../../Zotlabs/Module/Editwebpage.php:84 +#: ../../Zotlabs/Module/Card_edit.php:19 ../../Zotlabs/Module/Card_edit.php:35 +#: ../../Zotlabs/Module/Editblock.php:83 ../../Zotlabs/Module/Editblock.php:99 +#: ../../Zotlabs/Module/Editpost.php:24 +msgid "Item not found" +msgstr "" + #: ../../Zotlabs/Module/Editlayout.php:132 ../../Zotlabs/Module/Layouts.php:135 #: ../../Zotlabs/Module/Layouts.php:195 msgid "Layout Name" @@ -4918,6 +4954,42 @@ msgstr "" msgid "Edit Layout" msgstr "" +#: ../../Zotlabs/Module/Stream.php:126 +#: ../../Zotlabs/Widget/Activity_filter.php:111 ../../include/network.php:1544 +msgid "Zot" +msgstr "" + +#: ../../Zotlabs/Module/Stream.php:130 +#: ../../Zotlabs/Widget/Activity_filter.php:114 ../../include/network.php:1540 +msgid "ActivityPub" +msgstr "" + +#: ../../Zotlabs/Module/Stream.php:145 +msgid "Access list not found" +msgstr "" + +#: ../../Zotlabs/Module/Stream.php:192 +msgid "No such channel" +msgstr "" + +#: ../../Zotlabs/Module/Stream.php:205 ../../Zotlabs/Module/Channel.php:233 +msgid "Search Results For:" +msgstr "" + +#: ../../Zotlabs/Module/Stream.php:282 +msgid "Access list is empty" +msgstr "" + +#: ../../Zotlabs/Module/Stream.php:296 ../../include/items.php:4091 +#, php-format +msgid "Access list: %s" +msgstr "" + +#: ../../Zotlabs/Module/Stream.php:344 +#: ../../extend/addon/a/zotpost/Mod_zotpost.php:29 +msgid "Invalid channel." +msgstr "" + #: ../../Zotlabs/Module/Notes.php:45 msgid "This app allows you to create private notes for your personal use." msgstr "" @@ -4974,8 +5046,8 @@ msgid "Validation token" msgstr "" #: ../../Zotlabs/Module/Embedphotos.php:105 ../../include/bbcode.php:228 -#: ../../include/bbcode.php:953 ../../include/bbcode.php:1698 -#: ../../include/bbcode.php:1700 ../../include/bbcode.php:1703 +#: ../../include/bbcode.php:960 ../../include/bbcode.php:1733 +#: ../../include/bbcode.php:1735 ../../include/bbcode.php:1738 msgid "Image/photo" msgstr "" @@ -5090,7 +5162,7 @@ msgstr "" #: ../../Zotlabs/Module/Register.php:272 #: ../../Zotlabs/Module/New_channel.php:185 -#: ../../Zotlabs/Module/Settings/Channel.php:626 +#: ../../Zotlabs/Module/Settings/Channel.php:633 msgid "Channel role and privacy" msgstr "" @@ -5115,7 +5187,7 @@ msgid "" msgstr "" #: ../../Zotlabs/Module/Register.php:299 ../../Zotlabs/Module/Sites.php:30 -#: ../../include/nav.php:155 ../../boot.php:1631 +#: ../../include/nav.php:155 ../../boot.php:1632 msgid "Register" msgstr "" @@ -5198,6 +5270,37 @@ msgstr "" msgid "3. Click [Connect]" msgstr "" +#: ../../Zotlabs/Module/Sites.php:12 +msgid "" +"This page provides information about related projects and websites that are " +"currently known to this system. These are a small fraction of the thousands " +"of websites and dozens of projects and providers which make up the fediverse." +msgstr "" + +#: ../../Zotlabs/Module/Sites.php:21 +msgid "free" +msgstr "" + +#: ../../Zotlabs/Module/Sites.php:23 +msgid "subscription" +msgstr "" + +#: ../../Zotlabs/Module/Sites.php:25 +msgid "tiered service plans" +msgstr "" + +#: ../../Zotlabs/Module/Sites.php:32 +msgid "Register (requires approval)" +msgstr "" + +#: ../../Zotlabs/Module/Sites.php:77 +msgid "Project" +msgstr "" + +#: ../../Zotlabs/Module/Sites.php:85 +msgid "Access type" +msgstr "" + #: ../../Zotlabs/Module/Filer.php:50 msgid "Enter a folder name" msgstr "" @@ -5356,6 +5459,10 @@ msgstr "" msgid "Add Thing to your Profile" msgstr "" +#: ../../Zotlabs/Module/Chat.php:26 ../../Zotlabs/Module/Channel.php:49 +msgid "You must be logged in to see this page." +msgstr "" + #: ../../Zotlabs/Module/Chat.php:187 msgid "Room not found" msgstr "" @@ -5426,18 +5533,59 @@ msgstr "" msgid "Comment deleted" msgstr "" -#: ../../Zotlabs/Module/Hq.php:143 -msgid "Welcome to Hubzilla!" +#: ../../Zotlabs/Module/Item.php:471 ../../Zotlabs/Module/Pin.php:42 +msgid "Unable to locate original post." msgstr "" -#: ../../Zotlabs/Module/Hq.php:143 -msgid "You have got no unseen posts..." +#: ../../Zotlabs/Module/Item.php:560 +msgid "Comment may be moderated." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:775 +msgid "Empty post discarded." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:1351 +msgid "Duplicate post suppressed." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:1384 +msgid "" +"Draft saved. Use Drafts app to continue " +"editing." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:1492 +msgid "System error. Post not saved." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:1532 +msgid "Your post/comment is awaiting approval." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:1687 +msgid "Unable to obtain post information from database." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:1695 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:1702 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." msgstr "" #: ../../Zotlabs/Module/Hcard.php:40 ../../Zotlabs/Module/Profile.php:52 msgid "Posts and comments" msgstr "" +#: ../../Zotlabs/Module/Hcard.php:47 ../../Zotlabs/Module/Channel.php:73 +#: ../../Zotlabs/Module/Profile.php:59 +msgid "Only posts" +msgstr "" + #: ../../Zotlabs/Module/Lists.php:105 msgid "Access list created." msgstr "" @@ -5447,7 +5595,7 @@ msgid "Could not create access list." msgstr "" #: ../../Zotlabs/Module/Lists.php:121 ../../Zotlabs/Module/Lists.php:290 -#: ../../include/items.php:4043 +#: ../../include/items.php:4068 msgid "Access list not found." msgstr "" @@ -5524,41 +5672,23 @@ msgstr "" msgid "Download PDL file" msgstr "" -#: ../../Zotlabs/Module/Stream.php:126 -#: ../../Zotlabs/Widget/Activity_filter.php:111 ../../include/network.php:1545 -msgid "Zot" -msgstr "" - -#: ../../Zotlabs/Module/Stream.php:130 -#: ../../Zotlabs/Widget/Activity_filter.php:114 ../../include/network.php:1541 -msgid "ActivityPub" -msgstr "" - -#: ../../Zotlabs/Module/Stream.php:145 -msgid "Access list not found" -msgstr "" - -#: ../../Zotlabs/Module/Stream.php:187 -msgid "No such channel" -msgstr "" - -#: ../../Zotlabs/Module/Stream.php:277 -msgid "Access list is empty" -msgstr "" - -#: ../../Zotlabs/Module/Stream.php:291 ../../include/items.php:4066 +#: ../../Zotlabs/Module/Channel.php:156 #, php-format -msgid "Access list: %s" +msgid "This is the home page of %s." msgstr "" -#: ../../Zotlabs/Module/Stream.php:339 -#: ../../extend/addon/a/zotpost/Mod_zotpost.php:29 -msgid "Invalid channel." +#: ../../Zotlabs/Module/Channel.php:216 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "" + +#: ../../Zotlabs/Module/Channel.php:594 +#, php-format +msgid "This post was published on the home page of %s." msgstr "" #: ../../Zotlabs/Module/Card_edit.php:119 #: ../../Zotlabs/Module/Editblock.php:133 ../../Zotlabs/Module/Photos.php:690 -#: ../../Zotlabs/Module/Photos.php:1062 ../../include/conversation.php:1478 +#: ../../Zotlabs/Module/Photos.php:1062 ../../include/conversation.php:1480 msgid "Title (optional)" msgstr "" @@ -5566,16 +5696,16 @@ msgstr "" msgid "Edit Card" msgstr "" -#: ../../Zotlabs/Module/Import_items.php:48 ../../Zotlabs/Module/Import.php:71 +#: ../../Zotlabs/Module/Import_items.php:48 ../../Zotlabs/Module/Import.php:72 msgid "Nothing to import." msgstr "" -#: ../../Zotlabs/Module/Import_items.php:72 ../../Zotlabs/Module/Import.php:87 -#: ../../Zotlabs/Module/Import.php:103 +#: ../../Zotlabs/Module/Import_items.php:72 ../../Zotlabs/Module/Import.php:88 +#: ../../Zotlabs/Module/Import.php:104 msgid "Unable to download data from old server" msgstr "" -#: ../../Zotlabs/Module/Import_items.php:77 ../../Zotlabs/Module/Import.php:110 +#: ../../Zotlabs/Module/Import_items.php:77 ../../Zotlabs/Module/Import.php:111 msgid "Imported file is empty." msgstr "" @@ -5597,7 +5727,7 @@ msgid "Use this form to import existing posts and content from an export file." msgstr "" #: ../../Zotlabs/Module/Import_items.php:123 -#: ../../Zotlabs/Module/Import.php:577 +#: ../../Zotlabs/Module/Import.php:669 msgid "File to Upload" msgstr "" @@ -5691,7 +5821,7 @@ msgid "Menu Item Permissions" msgstr "" #: ../../Zotlabs/Module/Mitem.php:172 ../../Zotlabs/Module/Mitem.php:251 -#: ../../Zotlabs/Module/Settings/Channel.php:613 +#: ../../Zotlabs/Module/Settings/Channel.php:620 msgid "(click to open/close)" msgstr "" @@ -5896,7 +6026,7 @@ msgid "" "Password reset failed." msgstr "" -#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1660 +#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1661 msgid "Password Reset" msgstr "" @@ -5938,7 +6068,7 @@ msgid "" msgstr "" #: ../../Zotlabs/Module/Lostpass.php:132 -#: ../../Zotlabs/Module/Settings/Channel.php:590 +#: ../../Zotlabs/Module/Settings/Channel.php:596 msgid "Email Address" msgstr "" @@ -5982,7 +6112,7 @@ msgstr "" msgid "Menus" msgstr "" -#: ../../Zotlabs/Module/Menu.php:179 ../../Zotlabs/Module/Locs.php:123 +#: ../../Zotlabs/Module/Menu.php:179 ../../Zotlabs/Module/Locs.php:131 msgid "Drop" msgstr "" @@ -6049,13 +6179,6 @@ msgid "" "to correctly use this feature." msgstr "" -#: ../../Zotlabs/Module/Directory.php:80 ../../Zotlabs/Module/Directory.php:87 -#: ../../Zotlabs/Module/Photos.php:535 ../../Zotlabs/Module/Search.php:27 -#: ../../Zotlabs/Module/Display.php:34 -#: ../../Zotlabs/Module/Viewconnections.php:27 -msgid "Public access denied." -msgstr "" - #: ../../Zotlabs/Module/Directory.php:137 msgid "No default suggestions were found." msgstr "" @@ -6133,62 +6256,72 @@ msgstr "" msgid "No entries (some entries may be hidden)." msgstr "" -#: ../../Zotlabs/Module/Vote.php:39 -msgid "Poll not found." +#: ../../Zotlabs/Module/Search.php:236 +#, php-format +msgid "Items tagged with: %s" msgstr "" -#: ../../Zotlabs/Module/Vote.php:70 -msgid "Invalid response." +#: ../../Zotlabs/Module/Search.php:238 +#, php-format +msgid "Search results for: %s" msgstr "" -#: ../../Zotlabs/Module/Vote.php:129 -msgid "Response submitted. Updates may not appear instantly." +#: ../../Zotlabs/Module/Hq.php:143 +msgid "Welcome to Hubzilla!" msgstr "" -#: ../../Zotlabs/Module/Locs.php:28 ../../Zotlabs/Module/Locs.php:57 +#: ../../Zotlabs/Module/Hq.php:143 +msgid "You have got no unseen posts..." +msgstr "" + +#: ../../Zotlabs/Module/Locs.php:28 ../../Zotlabs/Module/Locs.php:65 msgid "Location not found." msgstr "" -#: ../../Zotlabs/Module/Locs.php:65 +#: ../../Zotlabs/Module/Locs.php:73 msgid "Location lookup failed." msgstr "" -#: ../../Zotlabs/Module/Locs.php:69 +#: ../../Zotlabs/Module/Locs.php:77 msgid "" "Please select another location to become primary before removing the primary " "location." msgstr "" -#: ../../Zotlabs/Module/Locs.php:98 +#: ../../Zotlabs/Module/Locs.php:106 msgid "Pushing location info" msgstr "" -#: ../../Zotlabs/Module/Locs.php:108 +#: ../../Zotlabs/Module/Locs.php:116 msgid "No locations found." msgstr "" -#: ../../Zotlabs/Module/Locs.php:119 +#: ../../Zotlabs/Module/Locs.php:127 msgid "Manage Channel Locations" msgstr "" -#: ../../Zotlabs/Module/Locs.php:125 +#: ../../Zotlabs/Module/Locs.php:133 msgid "Publish these settings" msgstr "" -#: ../../Zotlabs/Module/Locs.php:126 +#: ../../Zotlabs/Module/Locs.php:134 msgid "Please wait several minutes between consecutive operations." msgstr "" -#: ../../Zotlabs/Module/Locs.php:127 +#: ../../Zotlabs/Module/Locs.php:135 msgid "" "When possible, drop a location by logging into that website/hub and removing " "your channel." msgstr "" -#: ../../Zotlabs/Module/Locs.php:128 +#: ../../Zotlabs/Module/Locs.php:136 msgid "Use this form to drop the location if the hub is no longer operating." msgstr "" +#: ../../Zotlabs/Module/Rpost.php:149 ../../Zotlabs/Module/Editpost.php:127 +msgid "Edit post" +msgstr "" + #: ../../Zotlabs/Module/Viewsrc.php:45 msgid "item" msgstr "" @@ -6311,42 +6444,16 @@ msgstr "" msgid "Set your current mood and tell your friends" msgstr "" -#: ../../Zotlabs/Module/Item.php:459 ../../Zotlabs/Module/Pin.php:42 -msgid "Unable to locate original post." +#: ../../Zotlabs/Module/Vote.php:39 +msgid "Poll not found." msgstr "" -#: ../../Zotlabs/Module/Item.php:548 -msgid "Comment may be moderated." +#: ../../Zotlabs/Module/Vote.php:70 +msgid "Invalid response." msgstr "" -#: ../../Zotlabs/Module/Item.php:763 -msgid "Empty post discarded." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:1340 -msgid "Duplicate post suppressed." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:1472 -msgid "System error. Post not saved." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:1512 -msgid "Your post/comment is awaiting approval." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:1663 -msgid "Unable to obtain post information from database." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:1671 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:1678 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." +#: ../../Zotlabs/Module/Vote.php:129 +msgid "Response submitted. Updates may not appear instantly." msgstr "" #: ../../Zotlabs/Module/Webpages.php:50 @@ -6411,10 +6518,6 @@ msgid "" "non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." msgstr "" -#: ../../Zotlabs/Module/Profile.php:112 -msgid "vcard" -msgstr "" - #: ../../Zotlabs/Module/Pdledit.php:21 msgid "Layout updated." msgstr "" @@ -7012,7 +7115,7 @@ msgid "Relationship" msgstr "" #: ../../Zotlabs/Module/Profiles.php:734 -#: ../../Zotlabs/Module/Settings/Channel.php:691 +#: ../../Zotlabs/Module/Settings/Channel.php:698 #: ../../Zotlabs/Widget/Newmember.php:49 ../../include/datetime.php:58 msgid "Miscellaneous" msgstr "" @@ -7652,7 +7755,7 @@ msgid "This action is permanent and can not be undone!" msgstr "" #: ../../Zotlabs/Module/Removeme.php:70 -#: ../../Zotlabs/Module/Settings/Channel.php:696 +#: ../../Zotlabs/Module/Settings/Channel.php:703 msgid "Remove Channel" msgstr "" @@ -7741,7 +7844,7 @@ msgid "Authentication failed." msgstr "" #: ../../Zotlabs/Module/Rmagic.php:80 ../../include/channel.php:1994 -#: ../../boot.php:1652 +#: ../../boot.php:1653 msgid "Remote Authentication" msgstr "" @@ -8092,94 +8195,6 @@ msgstr "" msgid "Additional Features" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:133 -#, php-format -msgid "%s - (Experimental)" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:176 -msgid "Display Settings" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:177 -msgid "Theme Settings" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:178 -msgid "Custom Theme Settings" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:179 -msgid "Content Settings" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:185 -msgid "Display Theme:" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:186 -msgid "Select scheme" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:188 -msgid "Preload images before rendering the page" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:188 -msgid "" -"The subjective page load time will be longer but the page will be ready when " -"displayed" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:189 -msgid "Enable user zoom on mobile devices" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:190 -msgid "Update browser every xx seconds" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:190 -msgid "Minimum of 10 seconds, no maximum" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:191 -msgid "Maximum number of conversations to load at any time:" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:191 -msgid "Maximum of 100 items" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:192 -msgid "Show emoticons (smilies) as images" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:193 -msgid "Provide channel menu in navigation bar" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:193 -msgid "Default: channel menu located in app menu" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:194 -msgid "System Page Layout Editor - (advanced)" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:197 -msgid "Channel page max height of content (in pixels)" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:197 -#: ../../Zotlabs/Module/Settings/Display.php:198 -msgid "click to expand content exceeding this height" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:198 -msgid "Stream page max height of content (in pixels)" -msgstr "" - #: ../../Zotlabs/Module/Settings/Oauth2.php:48 msgid "ID and Secret are required" msgstr "" @@ -8218,359 +8233,367 @@ msgstr "" msgid "Connected OAuth2 Apps" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:381 +#: ../../Zotlabs/Module/Settings/Channel.php:387 #: ../../include/conversation.php:1379 msgid "Nobody except yourself" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:382 +#: ../../Zotlabs/Module/Settings/Channel.php:388 #: ../../include/conversation.php:1380 msgid "Only those you specifically allow" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:383 +#: ../../Zotlabs/Module/Settings/Channel.php:389 #: ../../include/conversation.php:1381 msgid "Approved connections" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:384 +#: ../../Zotlabs/Module/Settings/Channel.php:390 #: ../../include/conversation.php:1382 msgid "Any connections" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:385 +#: ../../Zotlabs/Module/Settings/Channel.php:391 #: ../../include/conversation.php:1383 msgid "Anybody on this website" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:386 +#: ../../Zotlabs/Module/Settings/Channel.php:392 #: ../../include/conversation.php:1384 msgid "Anybody in this network" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:387 +#: ../../Zotlabs/Module/Settings/Channel.php:393 #: ../../include/conversation.php:1385 msgid "Anybody authenticated" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:388 +#: ../../Zotlabs/Module/Settings/Channel.php:394 #: ../../include/conversation.php:1386 msgid "Anybody on the internet" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:468 +#: ../../Zotlabs/Module/Settings/Channel.php:474 msgid "Publish your profile in the network directory" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:473 +#: ../../Zotlabs/Module/Settings/Channel.php:479 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:477 -#: ../../Zotlabs/Module/Settings/Channel.php:491 +#: ../../Zotlabs/Module/Settings/Channel.php:483 +#: ../../Zotlabs/Module/Settings/Channel.php:497 msgid "or" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:483 +#: ../../Zotlabs/Module/Settings/Channel.php:489 msgid "Your channel address is" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:485 +#: ../../Zotlabs/Module/Settings/Channel.php:491 msgid "" "Friends using compatible applications can use this address to connect with " "you." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:487 +#: ../../Zotlabs/Module/Settings/Channel.php:493 msgid "Your files/photos are accessible as a network drive at" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:489 +#: ../../Zotlabs/Module/Settings/Channel.php:495 msgid "(Windows)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:490 +#: ../../Zotlabs/Module/Settings/Channel.php:496 msgid "(other platforms)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:536 +#: ../../Zotlabs/Module/Settings/Channel.php:542 msgid "Automatic membership approval" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:542 +#: ../../Zotlabs/Module/Settings/Channel.php:548 msgid "Friend-of-friend conversations" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:542 +#: ../../Zotlabs/Module/Settings/Channel.php:548 msgid "" "Import public third-party conversations in which your connections " "participate." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:546 +#: ../../Zotlabs/Module/Settings/Channel.php:552 msgid "Enable ActivityPub protocol" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:546 +#: ../../Zotlabs/Module/Settings/Channel.php:552 msgid "ActivityPub is an emerging internet standard for social communications" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:582 +#: ../../Zotlabs/Module/Settings/Channel.php:588 msgid "Channel Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:588 +#: ../../Zotlabs/Module/Settings/Channel.php:594 msgid "Basic Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:589 +#: ../../Zotlabs/Module/Settings/Channel.php:595 msgid "Full name" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:591 +#: ../../Zotlabs/Module/Settings/Channel.php:597 msgid "Your timezone" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:591 +#: ../../Zotlabs/Module/Settings/Channel.php:597 msgid "This is important for showing the correct time on shared events" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:592 +#: ../../Zotlabs/Module/Settings/Channel.php:598 msgid "Default post location" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:592 +#: ../../Zotlabs/Module/Settings/Channel.php:598 msgid "Optional geographical location to display on your posts" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:593 +#: ../../Zotlabs/Module/Settings/Channel.php:599 msgid "Obtain post location from your web browser or device" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:595 +#: ../../Zotlabs/Module/Settings/Channel.php:601 msgid "Adult content" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:595 +#: ../../Zotlabs/Module/Settings/Channel.php:601 msgid "" "Enable to indicate if this channel frequently or regularly publishes adult " "content. (Please also tag any adult material and/or nudity with #NSFW)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:597 +#: ../../Zotlabs/Module/Settings/Channel.php:603 msgid "Security and Privacy" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:599 +#: ../../Zotlabs/Module/Settings/Channel.php:605 msgid "Your permissions are already configured. Click to view/adjust" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:601 +#: ../../Zotlabs/Module/Settings/Channel.php:607 msgid "Hide my online presence" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:601 +#: ../../Zotlabs/Module/Settings/Channel.php:607 msgid "Prevents displaying in your profile that you are online" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:602 +#: ../../Zotlabs/Module/Settings/Channel.php:608 msgid "Allow others to view your friends and connections" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:605 +#: ../../Zotlabs/Module/Settings/Channel.php:611 msgid "Forbid indexing of your channel content by search engines" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:606 +#: ../../Zotlabs/Module/Settings/Channel.php:612 +msgid "Disable acceptance of comments on my posts after this many days" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:612 +msgid "Leave unset or enter 0 to allow comments indefinitely" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:613 msgid "Allow others to tag your posts" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:606 +#: ../../Zotlabs/Module/Settings/Channel.php:613 msgid "" "Often used by the community to retro-actively flag inappropriate content" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:608 +#: ../../Zotlabs/Module/Settings/Channel.php:615 msgid "Channel Permission Limits" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:610 +#: ../../Zotlabs/Module/Settings/Channel.php:617 msgid "Expire other channel content after this many days" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:610 +#: ../../Zotlabs/Module/Settings/Channel.php:617 msgid "0 or blank to use the website limit." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:610 +#: ../../Zotlabs/Module/Settings/Channel.php:617 #, php-format msgid "This website expires after %d days." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:610 +#: ../../Zotlabs/Module/Settings/Channel.php:617 msgid "This website does not expire imported content." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:610 +#: ../../Zotlabs/Module/Settings/Channel.php:617 msgid "The website limit takes precedence if lower than your limit." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:611 +#: ../../Zotlabs/Module/Settings/Channel.php:618 msgid "Maximum Friend Requests/Day:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:611 +#: ../../Zotlabs/Module/Settings/Channel.php:618 msgid "May reduce spam activity" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:612 +#: ../../Zotlabs/Module/Settings/Channel.php:619 msgid "Default Access List" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:614 +#: ../../Zotlabs/Module/Settings/Channel.php:621 msgid "Use my default audience setting for the type of object published" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:615 +#: ../../Zotlabs/Module/Settings/Channel.php:622 msgid "Profile to assign new connections" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:627 +#: ../../Zotlabs/Module/Settings/Channel.php:634 msgid "Default Permissions Group" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:633 +#: ../../Zotlabs/Module/Settings/Channel.php:640 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:633 +#: ../../Zotlabs/Module/Settings/Channel.php:640 msgid "Useful to reduce spamming" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:642 +#: ../../Zotlabs/Module/Settings/Channel.php:649 msgid "By default post a status message when:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:643 +#: ../../Zotlabs/Module/Settings/Channel.php:650 msgid "accepting a friend request" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:644 +#: ../../Zotlabs/Module/Settings/Channel.php:651 msgid "joining a forum/community" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:645 +#: ../../Zotlabs/Module/Settings/Channel.php:652 msgid "making an interesting profile change" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:646 +#: ../../Zotlabs/Module/Settings/Channel.php:653 msgid "Send a notification email when:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:647 +#: ../../Zotlabs/Module/Settings/Channel.php:654 msgid "You receive a connection request" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:649 +#: ../../Zotlabs/Module/Settings/Channel.php:656 msgid "Someone writes on your profile wall" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:650 +#: ../../Zotlabs/Module/Settings/Channel.php:657 msgid "Someone writes a followup comment" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:651 +#: ../../Zotlabs/Module/Settings/Channel.php:658 msgid "You receive a direct (private) message" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:653 +#: ../../Zotlabs/Module/Settings/Channel.php:660 msgid "You are tagged in a post" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:656 +#: ../../Zotlabs/Module/Settings/Channel.php:663 msgid "Someone likes your post/comment" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:659 +#: ../../Zotlabs/Module/Settings/Channel.php:666 msgid "Show visual notifications including:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:661 +#: ../../Zotlabs/Module/Settings/Channel.php:668 msgid "Unseen stream activity" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:662 +#: ../../Zotlabs/Module/Settings/Channel.php:669 msgid "Unseen channel activity" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:663 +#: ../../Zotlabs/Module/Settings/Channel.php:670 msgid "Unseen direct messages" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:663 -#: ../../Zotlabs/Module/Settings/Channel.php:668 -#: ../../Zotlabs/Module/Settings/Channel.php:669 #: ../../Zotlabs/Module/Settings/Channel.php:670 +#: ../../Zotlabs/Module/Settings/Channel.php:675 +#: ../../Zotlabs/Module/Settings/Channel.php:676 +#: ../../Zotlabs/Module/Settings/Channel.php:677 msgid "Recommended" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:664 +#: ../../Zotlabs/Module/Settings/Channel.php:671 msgid "Upcoming events" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:665 +#: ../../Zotlabs/Module/Settings/Channel.php:672 msgid "Events today" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:666 +#: ../../Zotlabs/Module/Settings/Channel.php:673 msgid "Upcoming birthdays" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:666 +#: ../../Zotlabs/Module/Settings/Channel.php:673 msgid "Not available in all themes" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:667 +#: ../../Zotlabs/Module/Settings/Channel.php:674 msgid "System (personal) notifications" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:668 +#: ../../Zotlabs/Module/Settings/Channel.php:675 msgid "System info messages" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:669 +#: ../../Zotlabs/Module/Settings/Channel.php:676 msgid "System critical alerts" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:670 +#: ../../Zotlabs/Module/Settings/Channel.php:677 msgid "New connections" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:671 +#: ../../Zotlabs/Module/Settings/Channel.php:678 msgid "System Registrations" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:673 +#: ../../Zotlabs/Module/Settings/Channel.php:680 msgid "Unseen public activity" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:674 +#: ../../Zotlabs/Module/Settings/Channel.php:681 msgid "Unseen likes and dislikes" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:675 +#: ../../Zotlabs/Module/Settings/Channel.php:682 msgid "Unseen forum posts" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:676 +#: ../../Zotlabs/Module/Settings/Channel.php:683 msgid "Reported content" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:677 +#: ../../Zotlabs/Module/Settings/Channel.php:684 msgid "Email notifications sent from (hostname)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:677 +#: ../../Zotlabs/Module/Settings/Channel.php:684 #, php-format msgid "" "If your channel is mirrored to multiple locations, set this to your " @@ -8578,151 +8601,237 @@ msgid "" "Example: %s" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:678 +#: ../../Zotlabs/Module/Settings/Channel.php:685 msgid "Show new wall posts, private messages and connections under Notices" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:679 +#: ../../Zotlabs/Module/Settings/Channel.php:686 msgid "Accept messages from strangers which mention me" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:679 +#: ../../Zotlabs/Module/Settings/Channel.php:686 msgid "This setting bypasses normal permissions" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:680 +#: ../../Zotlabs/Module/Settings/Channel.php:687 msgid "" "Accept messages from strangers which include any of the following hashtags" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:680 +#: ../../Zotlabs/Module/Settings/Channel.php:687 msgid "comma separated, do not include the #" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:681 +#: ../../Zotlabs/Module/Settings/Channel.php:688 msgid "Notify me of events this many days in advance" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:681 +#: ../../Zotlabs/Module/Settings/Channel.php:688 msgid "Must be greater than 0" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:686 +#: ../../Zotlabs/Module/Settings/Channel.php:693 msgid "Date and time" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:687 +#: ../../Zotlabs/Module/Settings/Channel.php:694 msgid "" "This section is reserved for use by optional addons and apps to provide " "additional settings." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:688 +#: ../../Zotlabs/Module/Settings/Channel.php:695 msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:689 +#: ../../Zotlabs/Module/Settings/Channel.php:696 msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:692 +#: ../../Zotlabs/Module/Settings/Channel.php:699 msgid "Default photo upload folder name" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:692 -#: ../../Zotlabs/Module/Settings/Channel.php:693 +#: ../../Zotlabs/Module/Settings/Channel.php:699 +#: ../../Zotlabs/Module/Settings/Channel.php:700 msgid "%Y - current year, %m - current month" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:693 +#: ../../Zotlabs/Module/Settings/Channel.php:700 msgid "Default file upload folder name" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:695 +#: ../../Zotlabs/Module/Settings/Channel.php:702 msgid "Personal menu to display in your channel pages" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:697 +#: ../../Zotlabs/Module/Settings/Channel.php:704 msgid "Remove this channel." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:698 +#: ../../Zotlabs/Module/Settings/Channel.php:705 msgid "Mentions should display" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:698 +#: ../../Zotlabs/Module/Settings/Channel.php:705 msgid "" "Changes to this setting are applied to new posts/comments only. It is not " "retroactive." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:700 +#: ../../Zotlabs/Module/Settings/Channel.php:707 msgid "the channel display name [example: @Barbara Jenkins]" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:701 +#: ../../Zotlabs/Module/Settings/Channel.php:708 msgid "the channel nickname [example: @barbara1976]" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:702 +#: ../../Zotlabs/Module/Settings/Channel.php:709 msgid "combined [example: @Barbara Jenkins (barbara1976)]" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:703 +#: ../../Zotlabs/Module/Settings/Channel.php:710 msgid "no preference, use the system default" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:706 +#: ../../Zotlabs/Module/Settings/Channel.php:713 msgid "Calendar week begins on" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:706 +#: ../../Zotlabs/Module/Settings/Channel.php:713 msgid "This varies by country/culture" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:707 ../../include/text.php:1308 +#: ../../Zotlabs/Module/Settings/Channel.php:714 ../../include/text.php:1308 #: ../../include/js_strings.php:88 msgid "Sunday" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:708 ../../include/text.php:1308 +#: ../../Zotlabs/Module/Settings/Channel.php:715 ../../include/text.php:1308 #: ../../include/js_strings.php:89 msgid "Monday" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:709 ../../include/text.php:1308 +#: ../../Zotlabs/Module/Settings/Channel.php:716 ../../include/text.php:1308 #: ../../include/js_strings.php:90 msgid "Tuesday" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:710 ../../include/text.php:1308 +#: ../../Zotlabs/Module/Settings/Channel.php:717 ../../include/text.php:1308 #: ../../include/js_strings.php:91 msgid "Wednesday" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:711 ../../include/text.php:1308 +#: ../../Zotlabs/Module/Settings/Channel.php:718 ../../include/text.php:1308 #: ../../include/js_strings.php:92 msgid "Thursday" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:712 ../../include/text.php:1308 +#: ../../Zotlabs/Module/Settings/Channel.php:719 ../../include/text.php:1308 #: ../../include/js_strings.php:93 msgid "Friday" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:713 ../../include/text.php:1308 +#: ../../Zotlabs/Module/Settings/Channel.php:720 ../../include/text.php:1308 #: ../../include/js_strings.php:94 msgid "Saturday" msgstr "" -#: ../../Zotlabs/Module/Search.php:227 +#: ../../Zotlabs/Module/Settings/Display.php:142 #, php-format -msgid "Items tagged with: %s" +msgid "%s - (Experimental)" msgstr "" -#: ../../Zotlabs/Module/Search.php:229 -#, php-format -msgid "Search results for: %s" +#: ../../Zotlabs/Module/Settings/Display.php:185 +msgid "Display Settings" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:186 +msgid "Theme Settings" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:187 +msgid "Custom Theme Settings" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:188 +msgid "Content Settings" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:194 +msgid "Display Theme:" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:195 +msgid "Select scheme" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:197 +msgid "Preload images before rendering the page" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:197 +msgid "" +"The subjective page load time will be longer but the page will be ready when " +"displayed" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:198 +msgid "Enable user zoom on mobile devices" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:199 +msgid "Update browser every xx seconds" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:199 +msgid "Minimum of 10 seconds, no maximum" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:200 +msgid "Maximum number of conversations to load at any time:" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:200 +msgid "Maximum of 100 items" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:201 +msgid "Show emoticons (smilies) as images" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:202 +msgid "Provide channel menu in navigation bar" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:202 +msgid "Default: channel menu located in app menu" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:203 +msgid "System Page Layout Editor - (advanced)" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:206 +msgid "Channel page max height of content (in pixels)" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:206 +#: ../../Zotlabs/Module/Settings/Display.php:207 +msgid "click to expand content exceeding this height" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:207 +msgid "Stream page max height of content (in pixels)" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:208 +msgid "Indent threaded comments this many pixels from the parent" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:208 +msgid "0-20" msgstr "" #: ../../Zotlabs/Module/Subthread.php:126 @@ -8937,51 +9046,8 @@ msgstr "" msgid "Unable to remove source." msgstr "" -#: ../../Zotlabs/Module/Display.php:377 -#, php-format -msgid "\"%1$s\", shared by %2$s with %3$s" -msgstr "" - -#: ../../Zotlabs/Module/Display.php:378 -#, php-format -msgid "%1$s shared this post with %2$s" -msgstr "" - -#: ../../Zotlabs/Module/Display.php:382 -msgid "Not much to read, click to see the post." -msgstr "" - -#: ../../Zotlabs/Module/Display.php:387 -#, php-format -msgid "%1$s shared a reaction to \"%2$s\"" -msgstr "" - -#: ../../Zotlabs/Module/Display.php:388 -#, php-format -msgid "%s shared a reaction to this post/conversation" -msgstr "" - -#: ../../Zotlabs/Module/Display.php:396 -#, php-format -msgid "%1$s commented \"%2$s\"" -msgstr "" - -#: ../../Zotlabs/Module/Display.php:397 -#, php-format -msgid "%s shared a comment of this post/conversation" -msgstr "" - -#: ../../Zotlabs/Module/Display.php:401 -#, php-format -msgid "%1$s wrote this: \"%2$s\"" -msgstr "" - -#: ../../Zotlabs/Module/Display.php:438 -msgid "Article" -msgstr "" - -#: ../../Zotlabs/Module/Display.php:490 -msgid "Item has been removed." +#: ../../Zotlabs/Module/Editpost.php:38 ../../Zotlabs/Module/Editpost.php:43 +msgid "Item is not editable" msgstr "" #: ../../Zotlabs/Module/Tagger.php:50 @@ -9010,55 +9076,59 @@ msgstr "" msgid "Select a tag to remove: " msgstr "" -#: ../../Zotlabs/Module/Import.php:150 +#: ../../Zotlabs/Module/Import.php:151 #, php-format msgid "Your service plan only allows %d channels." msgstr "" -#: ../../Zotlabs/Module/Import.php:180 +#: ../../Zotlabs/Module/Import.php:181 msgid "No channel. Import failed." msgstr "" -#: ../../Zotlabs/Module/Import.php:540 +#: ../../Zotlabs/Module/Import.php:616 +msgid "Files and Posts imported." +msgstr "" + +#: ../../Zotlabs/Module/Import.php:632 msgid "Import completed." msgstr "" -#: ../../Zotlabs/Module/Import.php:570 +#: ../../Zotlabs/Module/Import.php:662 msgid "You must be logged in to use this feature." msgstr "" -#: ../../Zotlabs/Module/Import.php:575 +#: ../../Zotlabs/Module/Import.php:667 msgid "Import Channel" msgstr "" -#: ../../Zotlabs/Module/Import.php:576 +#: ../../Zotlabs/Module/Import.php:668 msgid "" "Use this form to import an existing channel from a different server. You may " "retrieve the channel identity from the old server via the network or provide " "an export file." msgstr "" -#: ../../Zotlabs/Module/Import.php:578 +#: ../../Zotlabs/Module/Import.php:670 msgid "Or provide the old server details" msgstr "" -#: ../../Zotlabs/Module/Import.php:579 +#: ../../Zotlabs/Module/Import.php:671 msgid "Your old identity address (xyz@example.com)" msgstr "" -#: ../../Zotlabs/Module/Import.php:580 +#: ../../Zotlabs/Module/Import.php:672 msgid "Your old login email address" msgstr "" -#: ../../Zotlabs/Module/Import.php:581 +#: ../../Zotlabs/Module/Import.php:673 msgid "Your old login password" msgstr "" -#: ../../Zotlabs/Module/Import.php:582 -msgid "Import a few months of posts if possible (limited by available memory" +#: ../../Zotlabs/Module/Import.php:674 +msgid "Import a few months of posts if possible (limited by available memory)" msgstr "" -#: ../../Zotlabs/Module/Import.php:584 +#: ../../Zotlabs/Module/Import.php:676 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 " @@ -9066,59 +9136,33 @@ msgid "" "location for files, photos, and media." msgstr "" -#: ../../Zotlabs/Module/Import.php:586 +#: ../../Zotlabs/Module/Import.php:678 msgid "Make this hub my primary location" msgstr "" -#: ../../Zotlabs/Module/Import.php:587 +#: ../../Zotlabs/Module/Import.php:679 msgid "Move this channel (disable all previous locations)" msgstr "" -#: ../../Zotlabs/Module/Import.php:588 +#: ../../Zotlabs/Module/Import.php:680 msgid "Use this channel nickname instead of the one provided" msgstr "" -#: ../../Zotlabs/Module/Import.php:588 +#: ../../Zotlabs/Module/Import.php:680 msgid "" "Leave blank to keep your existing channel nickname. You will be randomly " "assigned a similar nickname if either name is already allocated on this site." msgstr "" -#: ../../Zotlabs/Module/Import.php:590 +#: ../../Zotlabs/Module/Import.php:682 msgid "" -"This process may take several minutes to complete. Please submit the form " -"only once and leave this page open until finished." +"This process may take several minutes to complete and considerably longer if " +"importing a large amount of posts and files. Please submit the form only " +"once and leave this page open until finished." msgstr "" -#: ../../Zotlabs/Module/Sites.php:12 -msgid "" -"This page provides information about related projects and websites that are " -"currently known to this system. These are a small fraction of the thousands " -"of websites and dozens of projects and providers which make up the fediverse." -msgstr "" - -#: ../../Zotlabs/Module/Sites.php:21 -msgid "free" -msgstr "" - -#: ../../Zotlabs/Module/Sites.php:23 -msgid "subscription" -msgstr "" - -#: ../../Zotlabs/Module/Sites.php:25 -msgid "tiered service plans" -msgstr "" - -#: ../../Zotlabs/Module/Sites.php:32 -msgid "Register (requires approval)" -msgstr "" - -#: ../../Zotlabs/Module/Sites.php:77 -msgid "Project" -msgstr "" - -#: ../../Zotlabs/Module/Sites.php:85 -msgid "Access type" +#: ../../Zotlabs/Module/Profile.php:112 +msgid "vcard" msgstr "" #: ../../Zotlabs/Module/Xchan.php:10 @@ -10015,11 +10059,11 @@ msgstr "" msgid "spoiler" msgstr "" -#: ../../include/bbcode.php:1139 ../../include/bbcode.php:1364 +#: ../../include/bbcode.php:1175 ../../include/bbcode.php:1400 msgid "Different viewers will see this text differently" msgstr "" -#: ../../include/bbcode.php:1680 +#: ../../include/bbcode.php:1715 msgid "$1 wrote:" msgstr "" @@ -10304,62 +10348,62 @@ msgstr "" msgid "Provide a personal tag cloud on your channel page" msgstr "" -#: ../../include/items.php:1012 +#: ../../include/items.php:1018 msgid "(Unknown)" msgstr "" -#: ../../include/items.php:1195 +#: ../../include/items.php:1201 msgid "Visible to anybody on the internet." msgstr "" -#: ../../include/items.php:1197 +#: ../../include/items.php:1203 msgid "Visible to you only." msgstr "" -#: ../../include/items.php:1199 +#: ../../include/items.php:1205 msgid "Visible to anybody in this network." msgstr "" -#: ../../include/items.php:1201 +#: ../../include/items.php:1207 msgid "Visible to anybody authenticated." msgstr "" -#: ../../include/items.php:1203 +#: ../../include/items.php:1209 #, php-format msgid "Visible to anybody on %s." msgstr "" -#: ../../include/items.php:1205 +#: ../../include/items.php:1211 msgid "Visible to all connections." msgstr "" -#: ../../include/items.php:1207 +#: ../../include/items.php:1213 msgid "Visible to approved connections." msgstr "" -#: ../../include/items.php:1209 +#: ../../include/items.php:1215 msgid "Visible to specific connections." msgstr "" -#: ../../include/items.php:4059 +#: ../../include/items.php:4084 msgid "Privacy group is empty." msgstr "" -#: ../../include/items.php:4437 +#: ../../include/items.php:4462 msgid "profile photo" msgstr "" -#: ../../include/items.php:4641 +#: ../../include/items.php:4666 #, php-format msgid "[Edited %s]" msgstr "" -#: ../../include/items.php:4641 +#: ../../include/items.php:4666 msgctxt "edit_activity" msgid "Post" msgstr "" -#: ../../include/items.php:4641 +#: ../../include/items.php:4666 msgctxt "edit_activity" msgid "Comment" msgstr "" @@ -10530,38 +10574,6 @@ msgstr "" msgid "This action is not available under your subscription plan." msgstr "" -#: ../../include/channel.php:45 -msgid "Unable to obtain identity information from database" -msgstr "" - -#: ../../include/channel.php:78 -msgid "Empty name" -msgstr "" - -#: ../../include/channel.php:81 -msgid "Name too long" -msgstr "" - -#: ../../include/channel.php:197 -msgid "No account identifier" -msgstr "" - -#: ../../include/channel.php:209 -msgid "Nickname is required." -msgstr "" - -#: ../../include/channel.php:291 -msgid "Unable to retrieve created identity" -msgstr "" - -#: ../../include/channel.php:390 -msgid "Default Profile" -msgstr "" - -#: ../../include/channel.php:587 ../../include/channel.php:677 -msgid "Unable to retrieve modified identity" -msgstr "" - #: ../../include/datetime.php:142 msgid "Birthday" msgstr "" @@ -10574,7 +10586,7 @@ msgstr "" msgid "YYYY-MM-DD or MM-DD" msgstr "" -#: ../../include/datetime.php:240 ../../boot.php:2476 +#: ../../include/datetime.php:240 ../../boot.php:2477 msgid "never" msgstr "" @@ -10656,42 +10668,6 @@ msgstr "" msgid "Happy Birthday %1$s" msgstr "" -#: ../../include/network.php:1536 ../../include/network.php:1537 -msgid "Friendica" -msgstr "" - -#: ../../include/network.php:1538 -msgid "OStatus" -msgstr "" - -#: ../../include/network.php:1539 -msgid "GNU-Social" -msgstr "" - -#: ../../include/network.php:1540 -msgid "RSS/Atom" -msgstr "" - -#: ../../include/network.php:1543 -msgid "Diaspora" -msgstr "" - -#: ../../include/network.php:1544 -msgid "Facebook" -msgstr "" - -#: ../../include/network.php:1546 -msgid "LinkedIn" -msgstr "" - -#: ../../include/network.php:1547 -msgid "XMPP/IM" -msgstr "" - -#: ../../include/network.php:1548 -msgid "MySpace" -msgstr "" - #: ../../include/text.php:498 msgid "prev" msgstr "" @@ -11050,377 +11026,59 @@ msgstr "" msgid "Specify folder" msgstr "" -#: ../../include/conversation.php:179 -#, php-format -msgid "%1$s repeated %2$s's %3$s" +#: ../../include/acl_selectors.php:90 +msgid "(List)" msgstr "" -#: ../../include/conversation.php:185 -#, php-format -msgid "likes %1$s's %2$s" +#: ../../include/acl_selectors.php:96 +msgid "My connections" msgstr "" -#: ../../include/conversation.php:188 -#, php-format -msgid "doesn't like %1$s's %2$s" +#: ../../include/acl_selectors.php:96 ../../include/acl_selectors.php:99 +#: ../../include/acl_selectors.php:102 +msgid "(Virtual List)" msgstr "" -#: ../../include/conversation.php:191 -#, php-format -msgid "repeated %1$s's %2$s" +#: ../../include/acl_selectors.php:99 +msgid "My ActivityPub connections" msgstr "" -#: ../../include/conversation.php:234 -#, php-format -msgid "%1$s is now connected with %2$s" +#: ../../include/acl_selectors.php:102 +msgid "My Zot connections" msgstr "" -#: ../../include/conversation.php:269 -#, php-format -msgid "%1$s poked %2$s" +#: ../../include/acl_selectors.php:114 +msgid "(Group)" msgstr "" -#: ../../include/conversation.php:697 -msgid "Toggle Star Status" +#: ../../include/acl_selectors.php:128 +msgid "Who can see this?" msgstr "" -#: ../../include/conversation.php:744 -#, php-format -msgid "View %s's profile @ %s" +#: ../../include/acl_selectors.php:129 +msgid "Custom selection" msgstr "" -#: ../../include/conversation.php:765 -msgid "Categories:" +#: ../../include/acl_selectors.php:130 +msgid "" +"Select \"Show\" to allow viewing. \"Don't show\" lets you override and limit " +"the scope of \"Show\"." msgstr "" -#: ../../include/conversation.php:766 -msgid "Filed under:" +#: ../../include/acl_selectors.php:131 +msgid "Show" msgstr "" -#: ../../include/conversation.php:795 -msgid "View Conversation" +#: ../../include/acl_selectors.php:132 +msgid "Don't show" msgstr "" -#: ../../include/conversation.php:892 -msgid "remove" +#: ../../include/acl_selectors.php:165 +msgid "" +"Post permissions cannot be changed after a post is shared.
These " +"permissions set who is allowed to view the post." msgstr "" -#: ../../include/conversation.php:896 -msgid "Loading..." -msgstr "" - -#: ../../include/conversation.php:897 -msgid "Delete Selected Items" -msgstr "" - -#: ../../include/conversation.php:940 -msgid "View Source" -msgstr "" - -#: ../../include/conversation.php:950 -msgid "Follow Thread" -msgstr "" - -#: ../../include/conversation.php:959 -msgid "Unfollow Thread" -msgstr "" - -#: ../../include/conversation.php:1028 -msgid "Visit" -msgstr "" - -#: ../../include/conversation.php:1058 -msgid "Edit Connection" -msgstr "" - -#: ../../include/conversation.php:1068 -msgid "Message" -msgstr "" - -#: ../../include/conversation.php:1078 -msgid "Block author's site" -msgstr "" - -#: ../../include/conversation.php:1085 -msgid "Block author" -msgstr "" - -#: ../../include/conversation.php:1192 -#, php-format -msgid "%s likes this." -msgstr "" - -#: ../../include/conversation.php:1192 -#, php-format -msgid "%s doesn't like this." -msgstr "" - -#: ../../include/conversation.php:1196 -#, php-format -msgid "%2$d people like this." -msgid_plural "%2$d people like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1198 -#, php-format -msgid "%2$d people don't like this." -msgid_plural "%2$d people don't like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1204 -msgid "and" -msgstr "" - -#: ../../include/conversation.php:1207 -#, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1208 -#, php-format -msgid "%s like this." -msgstr "" - -#: ../../include/conversation.php:1208 -#, php-format -msgid "%s don't like this." -msgstr "" - -#: ../../include/conversation.php:1268 -msgid "Set your location" -msgstr "" - -#: ../../include/conversation.php:1269 -msgid "Clear browser location" -msgstr "" - -#: ../../include/conversation.php:1287 -msgid "Embed (existing) photo from your photo albums" -msgstr "" - -#: ../../include/conversation.php:1327 -msgid "Tag term:" -msgstr "" - -#: ../../include/conversation.php:1328 -msgid "Where are you right now?" -msgstr "" - -#: ../../include/conversation.php:1333 -msgid "Choose a different album..." -msgstr "" - -#: ../../include/conversation.php:1404 -msgid "Accept delivery of comments and likes on this post from" -msgstr "" - -#: ../../include/conversation.php:1438 -msgid "Page link name" -msgstr "" - -#: ../../include/conversation.php:1441 -msgid "Post as" -msgstr "" - -#: ../../include/conversation.php:1443 -msgid "Text styles" -msgstr "" - -#: ../../include/conversation.php:1451 -msgid "Please enter a link location (URL)" -msgstr "" - -#: ../../include/conversation.php:1452 -msgid "Insert link only" -msgstr "" - -#: ../../include/conversation.php:1452 -msgid "Embed content if possible" -msgstr "" - -#: ../../include/conversation.php:1454 -msgid "Embed an image from your albums" -msgstr "" - -#: ../../include/conversation.php:1458 -msgid "Toggle voting" -msgstr "" - -#: ../../include/conversation.php:1459 -msgid "Toggle poll" -msgstr "" - -#: ../../include/conversation.php:1460 -msgid "Option" -msgstr "" - -#: ../../include/conversation.php:1461 -msgid "Add option" -msgstr "" - -#: ../../include/conversation.php:1462 -msgid "Minutes" -msgstr "" - -#: ../../include/conversation.php:1462 -msgid "Hours" -msgstr "" - -#: ../../include/conversation.php:1462 -msgid "Days" -msgstr "" - -#: ../../include/conversation.php:1463 -msgid "Allow multiple answers" -msgstr "" - -#: ../../include/conversation.php:1466 -msgid "Disable comments" -msgstr "" - -#: ../../include/conversation.php:1467 -msgid "Toggle comments" -msgstr "" - -#: ../../include/conversation.php:1468 -msgid "Allow comments on this post" -msgstr "" - -#: ../../include/conversation.php:1474 -msgid "Disable comments after (date)" -msgstr "" - -#: ../../include/conversation.php:1481 -msgid "Categories (optional, comma-separated list)" -msgstr "" - -#: ../../include/conversation.php:1505 -msgid "Other networks and post services" -msgstr "" - -#: ../../include/conversation.php:1506 -msgid "Collections" -msgstr "" - -#: ../../include/conversation.php:1509 -msgid "Set expiration date" -msgstr "" - -#: ../../include/conversation.php:1512 -msgid "Set publish date" -msgstr "" - -#: ../../include/conversation.php:1530 -msgid "Load remote media players" -msgstr "" - -#: ../../include/conversation.php:1531 -msgid "This may subject viewers of this post to behaviour tracking" -msgstr "" - -#: ../../include/conversation.php:1533 -msgid "Find shareable objects (Zot)" -msgstr "" - -#: ../../include/conversation.php:1558 -msgid "Post to Collections" -msgstr "" - -#: ../../include/conversation.php:1971 ../../include/nav.php:388 -msgid "Status Messages and Posts" -msgstr "" - -#: ../../include/conversation.php:1981 ../../include/nav.php:398 -msgid "About" -msgstr "" - -#: ../../include/conversation.php:1984 ../../include/nav.php:401 -msgid "Profile Details" -msgstr "" - -#: ../../include/conversation.php:1994 ../../include/nav.php:411 -#: ../../include/photos.php:712 -msgid "Photo Albums" -msgstr "" - -#: ../../include/conversation.php:2002 ../../include/nav.php:419 -msgid "Files and Storage" -msgstr "" - -#: ../../include/conversation.php:2039 ../../include/nav.php:454 -msgid "Bookmarks" -msgstr "" - -#: ../../include/conversation.php:2042 ../../include/nav.php:457 -msgid "Saved Bookmarks" -msgstr "" - -#: ../../include/conversation.php:2053 ../../include/nav.php:468 -msgid "View Cards" -msgstr "" - -#: ../../include/conversation.php:2061 -msgid "articles" -msgstr "" - -#: ../../include/conversation.php:2064 ../../include/nav.php:479 -msgid "View Articles" -msgstr "" - -#: ../../include/conversation.php:2075 ../../include/nav.php:491 -msgid "View Webpages" -msgstr "" - -#: ../../include/conversation.php:2085 ../../include/nav.php:500 -msgid "Wikis" -msgstr "" - -#: ../../include/conversation.php:2154 -msgctxt "noun" -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:2157 -msgctxt "noun" -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:2160 -msgctxt "noun" -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:2163 -msgctxt "noun" -msgid "Agree" -msgid_plural "Agrees" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:2166 -msgctxt "noun" -msgid "Disagree" -msgid_plural "Disagrees" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:2169 -msgctxt "noun" -msgid "Abstain" -msgid_plural "Abstains" -msgstr[0] "" -msgstr[1] "" - #: ../../include/nav.php:82 msgid "Remote authentication" msgstr "" @@ -11454,7 +11112,7 @@ msgid "Content filtering" msgstr "" #: ../../include/nav.php:102 ../../include/nav.php:131 -#: ../../include/nav.php:150 ../../boot.php:1650 +#: ../../include/nav.php:150 ../../boot.php:1651 msgid "Logout" msgstr "" @@ -11522,6 +11180,51 @@ msgstr "" msgid "Toggle System Apps" msgstr "" +#: ../../include/nav.php:388 ../../include/conversation.php:1975 +msgid "Status Messages and Posts" +msgstr "" + +#: ../../include/nav.php:398 ../../include/conversation.php:1985 +msgid "About" +msgstr "" + +#: ../../include/nav.php:401 ../../include/conversation.php:1988 +msgid "Profile Details" +msgstr "" + +#: ../../include/nav.php:411 ../../include/conversation.php:1998 +#: ../../include/photos.php:712 +msgid "Photo Albums" +msgstr "" + +#: ../../include/nav.php:419 ../../include/conversation.php:2006 +msgid "Files and Storage" +msgstr "" + +#: ../../include/nav.php:454 ../../include/conversation.php:2043 +msgid "Bookmarks" +msgstr "" + +#: ../../include/nav.php:457 ../../include/conversation.php:2046 +msgid "Saved Bookmarks" +msgstr "" + +#: ../../include/nav.php:468 ../../include/conversation.php:2057 +msgid "View Cards" +msgstr "" + +#: ../../include/nav.php:479 ../../include/conversation.php:2068 +msgid "View Articles" +msgstr "" + +#: ../../include/nav.php:491 ../../include/conversation.php:2079 +msgid "View Webpages" +msgstr "" + +#: ../../include/nav.php:500 ../../include/conversation.php:2089 +msgid "Wikis" +msgstr "" + #: ../../include/security.php:601 msgid "" "The form security token was not correct. This probably happened because the " @@ -11550,57 +11253,72 @@ msgstr "" msgid "Network: %s" msgstr "" -#: ../../include/acl_selectors.php:90 -msgid "(List)" +#: ../../include/channel.php:45 +msgid "Unable to obtain identity information from database" msgstr "" -#: ../../include/acl_selectors.php:96 -msgid "My connections" +#: ../../include/channel.php:78 +msgid "Empty name" msgstr "" -#: ../../include/acl_selectors.php:96 ../../include/acl_selectors.php:99 -#: ../../include/acl_selectors.php:102 -msgid "(Virtual List)" +#: ../../include/channel.php:81 +msgid "Name too long" msgstr "" -#: ../../include/acl_selectors.php:99 -msgid "My ActivityPub connections" +#: ../../include/channel.php:197 +msgid "No account identifier" msgstr "" -#: ../../include/acl_selectors.php:102 -msgid "My Zot connections" +#: ../../include/channel.php:209 +msgid "Nickname is required." msgstr "" -#: ../../include/acl_selectors.php:114 -msgid "(Group)" +#: ../../include/channel.php:291 +msgid "Unable to retrieve created identity" msgstr "" -#: ../../include/acl_selectors.php:128 -msgid "Who can see this?" +#: ../../include/channel.php:390 +msgid "Default Profile" msgstr "" -#: ../../include/acl_selectors.php:129 -msgid "Custom selection" +#: ../../include/channel.php:587 ../../include/channel.php:677 +msgid "Unable to retrieve modified identity" msgstr "" -#: ../../include/acl_selectors.php:130 -msgid "" -"Select \"Show\" to allow viewing. \"Don't show\" lets you override and limit " -"the scope of \"Show\"." +#: ../../include/network.php:1535 ../../include/network.php:1536 +msgid "Friendica" msgstr "" -#: ../../include/acl_selectors.php:131 -msgid "Show" +#: ../../include/network.php:1537 +msgid "OStatus" msgstr "" -#: ../../include/acl_selectors.php:132 -msgid "Don't show" +#: ../../include/network.php:1538 +msgid "GNU-Social" msgstr "" -#: ../../include/acl_selectors.php:165 -msgid "" -"Post permissions cannot be changed after a post is shared.
These " -"permissions set who is allowed to view the post." +#: ../../include/network.php:1539 +msgid "RSS/Atom" +msgstr "" + +#: ../../include/network.php:1542 +msgid "Diaspora" +msgstr "" + +#: ../../include/network.php:1543 +msgid "Facebook" +msgstr "" + +#: ../../include/network.php:1545 +msgid "LinkedIn" +msgstr "" + +#: ../../include/network.php:1546 +msgid "XMPP/IM" +msgstr "" + +#: ../../include/network.php:1547 +msgid "MySpace" msgstr "" #: ../../include/js_strings.php:5 @@ -11933,6 +11651,332 @@ msgid "" "language or topic. Replies are sent back to your main channel" msgstr "" +#: ../../include/conversation.php:179 +#, php-format +msgid "%1$s repeated %2$s's %3$s" +msgstr "" + +#: ../../include/conversation.php:185 +#, php-format +msgid "likes %1$s's %2$s" +msgstr "" + +#: ../../include/conversation.php:188 +#, php-format +msgid "doesn't like %1$s's %2$s" +msgstr "" + +#: ../../include/conversation.php:191 +#, php-format +msgid "repeated %1$s's %2$s" +msgstr "" + +#: ../../include/conversation.php:234 +#, php-format +msgid "%1$s is now connected with %2$s" +msgstr "" + +#: ../../include/conversation.php:269 +#, php-format +msgid "%1$s poked %2$s" +msgstr "" + +#: ../../include/conversation.php:697 +msgid "Toggle Star Status" +msgstr "" + +#: ../../include/conversation.php:744 +#, php-format +msgid "View %s's profile @ %s" +msgstr "" + +#: ../../include/conversation.php:765 +msgid "Categories:" +msgstr "" + +#: ../../include/conversation.php:766 +msgid "Filed under:" +msgstr "" + +#: ../../include/conversation.php:795 +msgid "View Conversation" +msgstr "" + +#: ../../include/conversation.php:892 +msgid "remove" +msgstr "" + +#: ../../include/conversation.php:896 +msgid "Loading..." +msgstr "" + +#: ../../include/conversation.php:897 +msgid "Delete Selected Items" +msgstr "" + +#: ../../include/conversation.php:940 +msgid "View Source" +msgstr "" + +#: ../../include/conversation.php:950 +msgid "Follow Thread" +msgstr "" + +#: ../../include/conversation.php:959 +msgid "Unfollow Thread" +msgstr "" + +#: ../../include/conversation.php:1028 +msgid "Visit" +msgstr "" + +#: ../../include/conversation.php:1058 +msgid "Edit Connection" +msgstr "" + +#: ../../include/conversation.php:1068 +msgid "Message" +msgstr "" + +#: ../../include/conversation.php:1078 +msgid "Block author's site" +msgstr "" + +#: ../../include/conversation.php:1085 +msgid "Block author" +msgstr "" + +#: ../../include/conversation.php:1192 +#, php-format +msgid "%s likes this." +msgstr "" + +#: ../../include/conversation.php:1192 +#, php-format +msgid "%s doesn't like this." +msgstr "" + +#: ../../include/conversation.php:1196 +#, php-format +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1198 +#, php-format +msgid "%2$d people don't like this." +msgid_plural "%2$d people don't like this." +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1204 +msgid "and" +msgstr "" + +#: ../../include/conversation.php:1207 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1208 +#, php-format +msgid "%s like this." +msgstr "" + +#: ../../include/conversation.php:1208 +#, php-format +msgid "%s don't like this." +msgstr "" + +#: ../../include/conversation.php:1268 +msgid "Set your location" +msgstr "" + +#: ../../include/conversation.php:1269 +msgid "Clear browser location" +msgstr "" + +#: ../../include/conversation.php:1287 +msgid "Embed (existing) photo from your photo albums" +msgstr "" + +#: ../../include/conversation.php:1327 +msgid "Tag term:" +msgstr "" + +#: ../../include/conversation.php:1328 +msgid "Where are you right now?" +msgstr "" + +#: ../../include/conversation.php:1333 +msgid "Choose a different album..." +msgstr "" + +#: ../../include/conversation.php:1404 +msgid "Accept delivery of comments and likes on this post from" +msgstr "" + +#: ../../include/conversation.php:1440 +msgid "Page link name" +msgstr "" + +#: ../../include/conversation.php:1443 +msgid "Post as" +msgstr "" + +#: ../../include/conversation.php:1445 +msgid "Text styles" +msgstr "" + +#: ../../include/conversation.php:1453 +msgid "Please enter a link location (URL)" +msgstr "" + +#: ../../include/conversation.php:1454 +msgid "Insert link only" +msgstr "" + +#: ../../include/conversation.php:1454 +msgid "Embed content if possible" +msgstr "" + +#: ../../include/conversation.php:1456 +msgid "Embed an image from your albums" +msgstr "" + +#: ../../include/conversation.php:1460 +msgid "Toggle voting" +msgstr "" + +#: ../../include/conversation.php:1461 +msgid "Toggle poll" +msgstr "" + +#: ../../include/conversation.php:1462 +msgid "Option" +msgstr "" + +#: ../../include/conversation.php:1463 +msgid "Add option" +msgstr "" + +#: ../../include/conversation.php:1464 +msgid "Minutes" +msgstr "" + +#: ../../include/conversation.php:1464 +msgid "Hours" +msgstr "" + +#: ../../include/conversation.php:1464 +msgid "Days" +msgstr "" + +#: ../../include/conversation.php:1465 +msgid "Allow multiple answers" +msgstr "" + +#: ../../include/conversation.php:1468 +msgid "Disable comments" +msgstr "" + +#: ../../include/conversation.php:1469 +msgid "Toggle comments" +msgstr "" + +#: ../../include/conversation.php:1470 +msgid "Allow comments on this post" +msgstr "" + +#: ../../include/conversation.php:1476 +msgid "Disable comments after (date)" +msgstr "" + +#: ../../include/conversation.php:1483 +msgid "Categories (optional, comma-separated list)" +msgstr "" + +#: ../../include/conversation.php:1507 +msgid "Other networks and post services" +msgstr "" + +#: ../../include/conversation.php:1508 +msgid "Collections" +msgstr "" + +#: ../../include/conversation.php:1511 +msgid "Set expiration date" +msgstr "" + +#: ../../include/conversation.php:1516 +msgid "Set publish date" +msgstr "" + +#: ../../include/conversation.php:1534 +msgid "Load remote media players" +msgstr "" + +#: ../../include/conversation.php:1535 +msgid "This may subject viewers of this post to behaviour tracking" +msgstr "" + +#: ../../include/conversation.php:1537 +msgid "Find shareable objects (Zot)" +msgstr "" + +#: ../../include/conversation.php:1562 +msgid "Post to Collections" +msgstr "" + +#: ../../include/conversation.php:2065 +msgid "articles" +msgstr "" + +#: ../../include/conversation.php:2158 +msgctxt "noun" +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:2161 +msgctxt "noun" +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:2164 +msgctxt "noun" +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:2167 +msgctxt "noun" +msgid "Agree" +msgid_plural "Agrees" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:2170 +msgctxt "noun" +msgid "Disagree" +msgid_plural "Disagrees" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:2173 +msgctxt "noun" +msgid "Abstain" +msgid_plural "Abstains" +msgstr[0] "" +msgstr[1] "" + #: ../../include/photos.php:151 #, php-format msgid "Image exceeds website size limit of %lu bytes" @@ -12395,40 +12439,40 @@ msgstr "" msgid "URL of followers/following list" msgstr "" -#: ../../boot.php:1630 +#: ../../boot.php:1631 msgid "Create an account to access services and applications" msgstr "" -#: ../../boot.php:1654 +#: ../../boot.php:1655 msgid "Login/Email" msgstr "" -#: ../../boot.php:1655 +#: ../../boot.php:1656 msgid "Password" msgstr "" -#: ../../boot.php:1656 +#: ../../boot.php:1657 msgid "Remember me" msgstr "" -#: ../../boot.php:1659 +#: ../../boot.php:1660 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:2421 +#: ../../boot.php:2422 #, php-format msgid "[$Projectname] Website SSL error for %s" msgstr "" -#: ../../boot.php:2426 +#: ../../boot.php:2427 msgid "Website SSL certificate is not valid. Please correct." msgstr "" -#: ../../boot.php:2470 +#: ../../boot.php:2471 #, php-format msgid "[$Projectname] Cron tasks not running on %s" msgstr "" -#: ../../boot.php:2475 +#: ../../boot.php:2476 msgid "Cron/Scheduled tasks not running." msgstr ""