diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index 003f7ab402..74ccca5cef 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -1306,8 +1306,10 @@ class BBCode Hook::callAll('bbcode', $text); - $text = self::performWithEscapedTags($text, ['code'], function ($text) use ($try_oembed, $simple_html, $for_plaintext, $uriid) { - $text = self::performWithEscapedTags($text, ['noparse', 'nobb', 'pre'], function ($text) use ($try_oembed, $simple_html, $for_plaintext, $uriid) { + $ev = Event::fromBBCode($text); + + $text = self::performWithEscapedTags($text, ['code'], function ($text) use ($try_oembed, $simple_html, $for_plaintext, $uriid, $ev) { + $text = self::performWithEscapedTags($text, ['noparse', 'nobb', 'pre'], function ($text) use ($try_oembed, $simple_html, $for_plaintext, $uriid, $ev) { /* * preg_match_callback function to replace potential Oembed tags with Oembed content * @@ -1361,7 +1363,7 @@ class BBCode $text = self::convertQuotesToHtml($text); $text = self::convertVideoPlatformsToHtml($text, $try_oembed); $text = self::convertOEmbedToHtml($text, $uriid); - $text = self::convertEventsToHtml($text, $simple_html, $uriid); + $text = self::convertEventsToHtml($text, $simple_html, $uriid, $ev); // Some simpler non standard elements $text = self::convertEmojisToHtml($text, $simple_html); @@ -1510,14 +1512,12 @@ class BBCode return $text; } - private static function convertEventsToHtml(string $text, int $simple_html, int $uriid): string + private static function convertEventsToHtml(string $text, int $simple_html, int $uriid, array $ev): string { // If we find any event code, turn it into an event. // After we're finished processing the bbcode we'll // replace all of the event code with a reformatted version. - $ev = Event::fromBBCode($text); - // If we found an event earlier, strip out all the event code and replace with a reformatted version. // Replace the event-start section with the entire formatted event. The other bbcode is stripped. // Summary (e.g. title) is required, earlier revisions only required description (in addition to diff --git a/src/Model/Event.php b/src/Model/Event.php index af9128530f..7c68588b43 100644 --- a/src/Model/Event.php +++ b/src/Model/Event.php @@ -51,11 +51,11 @@ class Event $o = ''; if (!empty($event['summary'])) { - $o .= "
" . $event_start . "
"; @@ -65,7 +65,7 @@ class Event } if (!empty($event['location'])) { - $o .= "" . BBCode::convertForUriId($uriid, Strings::escapeHtml($event['location']), $simple) . "
"; + $o .= "" . strip_tags(BBCode::convertForUriId($uriid, $event['location'], $simple)) . "
"; } return $o; @@ -73,7 +73,7 @@ class Event $o = 'upload_max_filesize
is set to %s (%s byte)"
msgstr ""
-#: src/Module/Admin/Site.php:505
+#: src/Module/Admin/Site.php:491
msgid "Maximum image length"
msgstr ""
-#: src/Module/Admin/Site.php:505
+#: src/Module/Admin/Site.php:491
msgid "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."
msgstr ""
-#: src/Module/Admin/Site.php:506
+#: src/Module/Admin/Site.php:492
msgid "JPEG image quality"
msgstr ""
-#: src/Module/Admin/Site.php:506
+#: src/Module/Admin/Site.php:492
msgid "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."
msgstr ""
-#: src/Module/Admin/Site.php:507
+#: src/Module/Admin/Site.php:493
msgid "Maximum media file size"
msgstr ""
-#: src/Module/Admin/Site.php:507
+#: src/Module/Admin/Site.php:493
#, php-format
msgid ""
"Maximum size in bytes of uploaded media files. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n"
@@ -4556,3050 +4555,3050 @@ msgid ""
"\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize
is set to %s (%s byte)"
msgstr ""
-#: src/Module/Admin/Site.php:512
+#: src/Module/Admin/Site.php:498
msgid "Register policy"
msgstr ""
-#: src/Module/Admin/Site.php:513
+#: src/Module/Admin/Site.php:499
msgid "Maximum Users"
msgstr ""
-#: src/Module/Admin/Site.php:513
+#: src/Module/Admin/Site.php:499
msgid "If defined, the register policy is automatically closed when the given number of users is reached and reopens the registry when the number drops below the limit. It only works when the policy is set to open or close, but not when the policy is set to approval."
msgstr ""
-#: src/Module/Admin/Site.php:514
+#: src/Module/Admin/Site.php:500
msgid "Maximum Daily Registrations"
msgstr ""
-#: src/Module/Admin/Site.php:514
+#: src/Module/Admin/Site.php:500
msgid "If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."
msgstr ""
-#: src/Module/Admin/Site.php:515
+#: src/Module/Admin/Site.php:501
msgid "Register text"
msgstr ""
-#: src/Module/Admin/Site.php:515
+#: src/Module/Admin/Site.php:501
msgid "Will be displayed prominently on the registration page. You can use BBCode here."
msgstr ""
-#: src/Module/Admin/Site.php:516
+#: src/Module/Admin/Site.php:502
msgid "Forbidden Nicknames"
msgstr ""
-#: src/Module/Admin/Site.php:516
+#: src/Module/Admin/Site.php:502
msgid "Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142."
msgstr ""
-#: src/Module/Admin/Site.php:517
+#: src/Module/Admin/Site.php:503
msgid "Accounts abandoned after x days"
msgstr ""
-#: src/Module/Admin/Site.php:517
+#: src/Module/Admin/Site.php:503
msgid "Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."
msgstr ""
-#: src/Module/Admin/Site.php:518
+#: src/Module/Admin/Site.php:504
msgid "Allowed friend domains"
msgstr ""
-#: src/Module/Admin/Site.php:518
+#: src/Module/Admin/Site.php:504
msgid "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"
msgstr ""
-#: src/Module/Admin/Site.php:519
+#: src/Module/Admin/Site.php:505
msgid "Allowed email domains"
msgstr ""
-#: src/Module/Admin/Site.php:519
+#: src/Module/Admin/Site.php:505
msgid "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"
msgstr ""
-#: src/Module/Admin/Site.php:520
+#: src/Module/Admin/Site.php:506
msgid "Disallowed email domains"
msgstr ""
-#: src/Module/Admin/Site.php:520
+#: src/Module/Admin/Site.php:506
msgid "Comma separated list of domains which are rejected as email addresses for registrations to this site. Wildcards are accepted."
msgstr ""
-#: src/Module/Admin/Site.php:521
+#: src/Module/Admin/Site.php:507
msgid "No OEmbed rich content"
msgstr ""
-#: src/Module/Admin/Site.php:521
+#: src/Module/Admin/Site.php:507
msgid "Don't show the rich content (e.g. embedded PDF), except from the domains listed below."
msgstr ""
-#: src/Module/Admin/Site.php:522
+#: src/Module/Admin/Site.php:508
msgid "Trusted third-party domains"
msgstr ""
-#: src/Module/Admin/Site.php:522
+#: src/Module/Admin/Site.php:508
msgid "Comma separated list of domains from which content is allowed to be embedded in posts like with OEmbed. All sub-domains of the listed domains are allowed as well."
msgstr ""
-#: src/Module/Admin/Site.php:523
+#: src/Module/Admin/Site.php:509
msgid "Block public"
msgstr ""
-#: src/Module/Admin/Site.php:523
+#: src/Module/Admin/Site.php:509
msgid "Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."
msgstr ""
-#: src/Module/Admin/Site.php:524
+#: src/Module/Admin/Site.php:510
msgid "Force publish"
msgstr ""
-#: src/Module/Admin/Site.php:524
+#: src/Module/Admin/Site.php:510
msgid "Check to force all profiles on this site to be listed in the site directory."
msgstr ""
-#: src/Module/Admin/Site.php:524
+#: src/Module/Admin/Site.php:510
msgid "Enabling this may violate privacy laws like the GDPR"
msgstr ""
-#: src/Module/Admin/Site.php:525
+#: src/Module/Admin/Site.php:511
msgid "Global directory URL"
msgstr ""
-#: src/Module/Admin/Site.php:525
+#: src/Module/Admin/Site.php:511
msgid "URL to the global directory. If this is not set, the global directory is completely unavailable to the application."
msgstr ""
-#: src/Module/Admin/Site.php:526
+#: src/Module/Admin/Site.php:512
msgid "Private posts by default for new users"
msgstr ""
-#: src/Module/Admin/Site.php:526
+#: src/Module/Admin/Site.php:512
msgid "Set default post permissions for all new members to the default privacy circle rather than public."
msgstr ""
-#: src/Module/Admin/Site.php:527
+#: src/Module/Admin/Site.php:513
msgid "Don't include post content in email notifications"
msgstr ""
-#: src/Module/Admin/Site.php:527
+#: src/Module/Admin/Site.php:513
msgid "Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."
msgstr ""
-#: src/Module/Admin/Site.php:528
+#: src/Module/Admin/Site.php:514
msgid "Disallow public access to addons listed in the apps menu."
msgstr ""
-#: src/Module/Admin/Site.php:528
+#: src/Module/Admin/Site.php:514
msgid "Checking this box will restrict addons listed in the apps menu to members only."
msgstr ""
-#: src/Module/Admin/Site.php:529
+#: src/Module/Admin/Site.php:515
msgid "Don't embed private images in posts"
msgstr ""
-#: src/Module/Admin/Site.php:529
+#: src/Module/Admin/Site.php:515
msgid "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."
msgstr ""
-#: src/Module/Admin/Site.php:530
+#: src/Module/Admin/Site.php:516
msgid "Explicit Content"
msgstr ""
-#: src/Module/Admin/Site.php:530
+#: src/Module/Admin/Site.php:516
msgid "Set this to announce that your node is used mostly for explicit content that might not be suited for minors. This information will be published in the node information and might be used, e.g. by the global directory, to filter your node from listings of nodes to join. Additionally a note about this will be shown at the user registration page."
msgstr ""
-#: src/Module/Admin/Site.php:531
+#: src/Module/Admin/Site.php:517
msgid "Only local search"
msgstr ""
-#: src/Module/Admin/Site.php:531
+#: src/Module/Admin/Site.php:517
msgid "Blocks search for users who are not logged in to prevent crawlers from blocking your system."
msgstr ""
-#: src/Module/Admin/Site.php:532
+#: src/Module/Admin/Site.php:518
msgid "Blocked tags for trending tags"
msgstr ""
-#: src/Module/Admin/Site.php:532
+#: src/Module/Admin/Site.php:518
msgid "Comma separated list of hashtags that shouldn't be displayed in the trending tags."
msgstr ""
-#: src/Module/Admin/Site.php:533
+#: src/Module/Admin/Site.php:519
msgid "Cache contact avatars"
msgstr ""
-#: src/Module/Admin/Site.php:533
+#: src/Module/Admin/Site.php:519
msgid "Locally store the avatar pictures of the contacts. This uses a lot of storage space but it increases the performance."
msgstr ""
-#: src/Module/Admin/Site.php:534
+#: src/Module/Admin/Site.php:520
msgid "Allow Users to set remote_self"
msgstr ""
-#: src/Module/Admin/Site.php:534
+#: src/Module/Admin/Site.php:520
msgid "With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."
msgstr ""
-#: src/Module/Admin/Site.php:535
+#: src/Module/Admin/Site.php:521
msgid "Allow Users to set up relay channels"
msgstr ""
-#: src/Module/Admin/Site.php:535
+#: src/Module/Admin/Site.php:521
msgid "If enabled, it is possible to create relay users that are used to reshare content based on user defined channels."
msgstr ""
-#: src/Module/Admin/Site.php:536
+#: src/Module/Admin/Site.php:522
msgid "Adjust the feed poll frequency"
msgstr ""
-#: src/Module/Admin/Site.php:536
+#: src/Module/Admin/Site.php:522
msgid "Automatically detect and set the best feed poll frequency."
msgstr ""
-#: src/Module/Admin/Site.php:537
+#: src/Module/Admin/Site.php:523
msgid "Minimum poll interval"
msgstr ""
-#: src/Module/Admin/Site.php:537
+#: src/Module/Admin/Site.php:523
msgid "Minimal distance in minutes between two polls for mail and feed contacts. Reasonable values are between 1 and 59."
msgstr ""
-#: src/Module/Admin/Site.php:538
+#: src/Module/Admin/Site.php:524
msgid "Enable multiple registrations"
msgstr ""
-#: src/Module/Admin/Site.php:538
+#: src/Module/Admin/Site.php:524
msgid "Enable users to register additional accounts for use as pages."
msgstr ""
-#: src/Module/Admin/Site.php:539
+#: src/Module/Admin/Site.php:525
msgid "Enable OpenID"
msgstr ""
-#: src/Module/Admin/Site.php:539
+#: src/Module/Admin/Site.php:525
msgid "Enable OpenID support for registration and logins."
msgstr ""
-#: src/Module/Admin/Site.php:540
+#: src/Module/Admin/Site.php:526
msgid "Enable full name check"
msgstr ""
-#: src/Module/Admin/Site.php:540
+#: src/Module/Admin/Site.php:526
msgid "Prevents users from registering with a display name with fewer than two parts separated by spaces."
msgstr ""
-#: src/Module/Admin/Site.php:541
+#: src/Module/Admin/Site.php:527
msgid "Email administrators on new registration"
msgstr ""
-#: src/Module/Admin/Site.php:541
+#: src/Module/Admin/Site.php:527
msgid "If enabled and the system is set to an open registration, an email for each new registration is sent to the administrators."
msgstr ""
-#: src/Module/Admin/Site.php:542
+#: src/Module/Admin/Site.php:528
msgid "Community pages for visitors"
msgstr ""
-#: src/Module/Admin/Site.php:542
+#: src/Module/Admin/Site.php:528
msgid "Which community pages should be available for visitors. Local users always see both pages."
msgstr ""
-#: src/Module/Admin/Site.php:543
+#: src/Module/Admin/Site.php:529
msgid "Posts per user on community page"
msgstr ""
-#: src/Module/Admin/Site.php:543
+#: src/Module/Admin/Site.php:529
msgid "The maximum number of posts per user on the local community page. This is useful, when a single user floods the local community page."
msgstr ""
-#: src/Module/Admin/Site.php:544
+#: src/Module/Admin/Site.php:530
msgid "Posts per server on community page"
msgstr ""
-#: src/Module/Admin/Site.php:544
+#: src/Module/Admin/Site.php:530
msgid "The maximum number of posts per server on the global community page. This is useful, when posts from a single server flood the global community page."
msgstr ""
-#: src/Module/Admin/Site.php:546
+#: src/Module/Admin/Site.php:532
msgid "Enable Mail support"
msgstr ""
-#: src/Module/Admin/Site.php:546
+#: src/Module/Admin/Site.php:532
msgid "Enable built-in mail support to poll IMAP folders and to reply via mail."
msgstr ""
-#: src/Module/Admin/Site.php:547
+#: src/Module/Admin/Site.php:533
msgid "Mail support can't be enabled because the PHP IMAP module is not installed."
msgstr ""
-#: src/Module/Admin/Site.php:548
+#: src/Module/Admin/Site.php:534
msgid "Enable OStatus support"
msgstr ""
-#: src/Module/Admin/Site.php:548
+#: src/Module/Admin/Site.php:534
msgid "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public."
msgstr ""
-#: src/Module/Admin/Site.php:550
+#: src/Module/Admin/Site.php:536
msgid "Diaspora support can't be enabled because Friendica was installed into a sub directory."
msgstr ""
-#: src/Module/Admin/Site.php:551
+#: src/Module/Admin/Site.php:537
msgid "Enable Diaspora support"
msgstr ""
-#: src/Module/Admin/Site.php:551
+#: src/Module/Admin/Site.php:537
msgid "Enable built-in Diaspora network compatibility for communicating with diaspora servers."
msgstr ""
-#: src/Module/Admin/Site.php:552
+#: src/Module/Admin/Site.php:538
msgid "Verify SSL"
msgstr ""
-#: src/Module/Admin/Site.php:552
+#: src/Module/Admin/Site.php:538
msgid "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."
msgstr ""
-#: src/Module/Admin/Site.php:553
+#: src/Module/Admin/Site.php:539
msgid "Proxy user"
msgstr ""
-#: src/Module/Admin/Site.php:553
+#: src/Module/Admin/Site.php:539
msgid "User name for the proxy server."
msgstr ""
-#: src/Module/Admin/Site.php:554
+#: src/Module/Admin/Site.php:540
msgid "Proxy URL"
msgstr ""
-#: src/Module/Admin/Site.php:554
+#: src/Module/Admin/Site.php:540
msgid "If you want to use a proxy server that Friendica should use to connect to the network, put the URL of the proxy here."
msgstr ""
-#: src/Module/Admin/Site.php:555
+#: src/Module/Admin/Site.php:541
msgid "Network timeout"
msgstr ""
-#: src/Module/Admin/Site.php:555
+#: src/Module/Admin/Site.php:541
msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
msgstr ""
-#: src/Module/Admin/Site.php:556
+#: src/Module/Admin/Site.php:542
msgid "Maximum Load Average"
msgstr ""
-#: src/Module/Admin/Site.php:556
+#: src/Module/Admin/Site.php:542
#, php-format
msgid "Maximum system load before delivery and poll processes are deferred - default %d."
msgstr ""
-#: src/Module/Admin/Site.php:557
+#: src/Module/Admin/Site.php:543
msgid "Minimal Memory"
msgstr ""
-#: src/Module/Admin/Site.php:557
+#: src/Module/Admin/Site.php:543
msgid "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."
msgstr ""
-#: src/Module/Admin/Site.php:558
+#: src/Module/Admin/Site.php:544
msgid "Periodically optimize tables"
msgstr ""
-#: src/Module/Admin/Site.php:558
+#: src/Module/Admin/Site.php:544
msgid "Periodically optimize tables like the cache and the workerqueue"
msgstr ""
-#: src/Module/Admin/Site.php:560
+#: src/Module/Admin/Site.php:546
msgid "Discover followers/followings from contacts"
msgstr ""
-#: src/Module/Admin/Site.php:560
+#: src/Module/Admin/Site.php:546
msgid "If enabled, contacts are checked for their followers and following contacts."
msgstr ""
-#: src/Module/Admin/Site.php:561
+#: src/Module/Admin/Site.php:547
msgid "None - deactivated"
msgstr ""
-#: src/Module/Admin/Site.php:562
+#: src/Module/Admin/Site.php:548
msgid "Local contacts - contacts of our local contacts are discovered for their followers/followings."
msgstr ""
-#: src/Module/Admin/Site.php:563
+#: src/Module/Admin/Site.php:549
msgid "Interactors - contacts of our local contacts and contacts who interacted on locally visible postings are discovered for their followers/followings."
msgstr ""
-#: src/Module/Admin/Site.php:565
+#: src/Module/Admin/Site.php:551
msgid "Only update contacts/servers with local data"
msgstr ""
-#: src/Module/Admin/Site.php:565
+#: src/Module/Admin/Site.php:551
msgid "If enabled, the system will only look for changes in contacts and servers that engaged on this system by either being in a contact list of a user or when posts or comments exists from the contact on this system."
msgstr ""
-#: src/Module/Admin/Site.php:566
+#: src/Module/Admin/Site.php:552
msgid "Synchronize the contacts with the directory server"
msgstr ""
-#: src/Module/Admin/Site.php:566
+#: src/Module/Admin/Site.php:552
msgid "if enabled, the system will check periodically for new contacts on the defined directory server."
msgstr ""
-#: src/Module/Admin/Site.php:568
+#: src/Module/Admin/Site.php:554
msgid "Discover contacts from other servers"
msgstr ""
-#: src/Module/Admin/Site.php:568
+#: src/Module/Admin/Site.php:554
msgid "Periodically query other servers for contacts and servers that they know of. The system queries Friendica, Mastodon and Hubzilla servers. Keep it deactivated on small machines to decrease the database size and load."
msgstr ""
-#: src/Module/Admin/Site.php:569
+#: src/Module/Admin/Site.php:555
msgid "Days between requery"
msgstr ""
-#: src/Module/Admin/Site.php:569
+#: src/Module/Admin/Site.php:555
msgid "Number of days after which a server is requeried for their contacts and servers it knows of. This is only used when the discovery is activated."
msgstr ""
-#: src/Module/Admin/Site.php:570
+#: src/Module/Admin/Site.php:556
msgid "Search the local directory"
msgstr ""
-#: src/Module/Admin/Site.php:570
+#: src/Module/Admin/Site.php:556
msgid "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."
msgstr ""
-#: src/Module/Admin/Site.php:572
+#: src/Module/Admin/Site.php:558
msgid "Publish server information"
msgstr ""
-#: src/Module/Admin/Site.php:572
+#: src/Module/Admin/Site.php:558
msgid "If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."
msgstr ""
-#: src/Module/Admin/Site.php:574
+#: src/Module/Admin/Site.php:560
msgid "Check upstream version"
msgstr ""
-#: src/Module/Admin/Site.php:574
+#: src/Module/Admin/Site.php:560
msgid "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."
msgstr ""
-#: src/Module/Admin/Site.php:575
+#: src/Module/Admin/Site.php:561
msgid "Suppress Tags"
msgstr ""
-#: src/Module/Admin/Site.php:575
+#: src/Module/Admin/Site.php:561
msgid "Suppress showing a list of hashtags at the end of the posting."
msgstr ""
-#: src/Module/Admin/Site.php:576
+#: src/Module/Admin/Site.php:562
msgid "Clean database"
msgstr ""
-#: src/Module/Admin/Site.php:576
+#: src/Module/Admin/Site.php:562
msgid "Remove old remote items, orphaned database records and old content from some other helper tables."
msgstr ""
-#: src/Module/Admin/Site.php:577
+#: src/Module/Admin/Site.php:563
msgid "Lifespan of remote items"
msgstr ""
-#: src/Module/Admin/Site.php:577
+#: src/Module/Admin/Site.php:563
msgid "When the database cleanup is enabled, this defines the days after which remote items will be deleted. Own items, and marked or filed items are always kept. 0 disables this behaviour."
msgstr ""
-#: src/Module/Admin/Site.php:578
+#: src/Module/Admin/Site.php:564
msgid "Lifespan of unclaimed items"
msgstr ""
-#: src/Module/Admin/Site.php:578
+#: src/Module/Admin/Site.php:564
msgid "When the database cleanup is enabled, this defines the days after which unclaimed remote items (mostly content from the relay) will be deleted. Default value is 90 days. Defaults to the general lifespan value of remote items if set to 0."
msgstr ""
-#: src/Module/Admin/Site.php:579
+#: src/Module/Admin/Site.php:565
msgid "Lifespan of raw conversation data"
msgstr ""
-#: src/Module/Admin/Site.php:579
+#: src/Module/Admin/Site.php:565
msgid "The conversation data is used for ActivityPub and OStatus, as well as for debug purposes. It should be safe to remove it after 14 days, default is 90 days."
msgstr ""
-#: src/Module/Admin/Site.php:580
+#: src/Module/Admin/Site.php:566
msgid "Maximum numbers of comments per post"
msgstr ""
-#: src/Module/Admin/Site.php:580
+#: src/Module/Admin/Site.php:566
msgid "How much comments should be shown for each post? Default value is 100."
msgstr ""
-#: src/Module/Admin/Site.php:581
+#: src/Module/Admin/Site.php:567
msgid "Maximum numbers of comments per post on the display page"
msgstr ""
-#: src/Module/Admin/Site.php:581
+#: src/Module/Admin/Site.php:567
msgid "How many comments should be shown on the single view for each post? Default value is 1000."
msgstr ""
-#: src/Module/Admin/Site.php:582
+#: src/Module/Admin/Site.php:568
msgid "Items per page"
msgstr ""
-#: src/Module/Admin/Site.php:582
+#: src/Module/Admin/Site.php:568
msgid "Number of items per page in stream pages (network, community, profile/contact statuses, search)."
msgstr ""
-#: src/Module/Admin/Site.php:583
+#: src/Module/Admin/Site.php:569
msgid "Items per page for mobile devices"
msgstr ""
-#: src/Module/Admin/Site.php:583
+#: src/Module/Admin/Site.php:569
msgid "Number of items per page in stream pages (network, community, profile/contact statuses, search) for mobile devices."
msgstr ""
-#: src/Module/Admin/Site.php:584
+#: src/Module/Admin/Site.php:570
msgid "Temp path"
msgstr ""
-#: src/Module/Admin/Site.php:584
+#: src/Module/Admin/Site.php:570
msgid "If you have a restricted system where the webserver can't access the system temp path, enter another path here."
msgstr ""
-#: src/Module/Admin/Site.php:585
+#: src/Module/Admin/Site.php:571
msgid "Only search in tags"
msgstr ""
-#: src/Module/Admin/Site.php:585
+#: src/Module/Admin/Site.php:571
msgid "On large systems the text search can slow down the system extremely."
msgstr ""
-#: src/Module/Admin/Site.php:586
+#: src/Module/Admin/Site.php:572
msgid "Limited search scope"
msgstr ""
-#: src/Module/Admin/Site.php:586
+#: src/Module/Admin/Site.php:572
msgid "If enabled, searches will only be performed in the data used for the channels and not in all posts."
msgstr ""
-#: src/Module/Admin/Site.php:587
+#: src/Module/Admin/Site.php:573
msgid "Maximum age of items in the search table"
msgstr ""
-#: src/Module/Admin/Site.php:587
+#: src/Module/Admin/Site.php:573
msgid "Maximum age of items in the search table in days. Lower values will increase the performance and reduce disk usage. 0 means no age restriction."
msgstr ""
-#: src/Module/Admin/Site.php:588
+#: src/Module/Admin/Site.php:574
msgid "Generate counts per contact circle when calculating network count"
msgstr ""
-#: src/Module/Admin/Site.php:588
+#: src/Module/Admin/Site.php:574
msgid "On systems with users that heavily use contact circles the query can be very expensive."
msgstr ""
-#: src/Module/Admin/Site.php:589
+#: src/Module/Admin/Site.php:575
msgid "Process \"view\" activities"
msgstr ""
-#: src/Module/Admin/Site.php:589
+#: src/Module/Admin/Site.php:575
msgid "\"view\" activities are mostly geberated by Peertube systems. Per default they are not processed for performance reasons. Only activate this option on performant system."
msgstr ""
-#: src/Module/Admin/Site.php:590
+#: src/Module/Admin/Site.php:576
msgid "Days, after which a contact is archived"
msgstr ""
-#: src/Module/Admin/Site.php:590
+#: src/Module/Admin/Site.php:576
msgid "Number of days that we try to deliver content or to update the contact data before we archive a contact."
msgstr ""
-#: src/Module/Admin/Site.php:592
+#: src/Module/Admin/Site.php:578
msgid "Maximum number of parallel workers"
msgstr ""
-#: src/Module/Admin/Site.php:592
+#: src/Module/Admin/Site.php:578
#, php-format
msgid "On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d."
msgstr ""
-#: src/Module/Admin/Site.php:593
+#: src/Module/Admin/Site.php:579
msgid "Maximum load for workers"
msgstr ""
-#: src/Module/Admin/Site.php:593
+#: src/Module/Admin/Site.php:579
msgid "Maximum load that causes a cooldown before each worker function call."
msgstr ""
-#: src/Module/Admin/Site.php:594
+#: src/Module/Admin/Site.php:580
msgid "Enable fastlane"
msgstr ""
-#: src/Module/Admin/Site.php:594
+#: src/Module/Admin/Site.php:580
msgid "When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."
msgstr ""
-#: src/Module/Admin/Site.php:595
+#: src/Module/Admin/Site.php:581
msgid "Decoupled receiver"
msgstr ""
-#: src/Module/Admin/Site.php:595
+#: src/Module/Admin/Site.php:581
msgid "Decouple incoming ActivityPub posts by processing them in the background via a worker process. Only enable this on fast systems."
msgstr ""
-#: src/Module/Admin/Site.php:596
+#: src/Module/Admin/Site.php:582
msgid "Cron interval"
msgstr ""
-#: src/Module/Admin/Site.php:596
+#: src/Module/Admin/Site.php:582
msgid "Minimal period in minutes between two calls of the \"Cron\" worker job."
msgstr ""
-#: src/Module/Admin/Site.php:597
+#: src/Module/Admin/Site.php:583
msgid "Worker defer limit"
msgstr ""
-#: src/Module/Admin/Site.php:597
+#: src/Module/Admin/Site.php:583
msgid "Per default the systems tries delivering for 15 times before dropping it."
msgstr ""
-#: src/Module/Admin/Site.php:598
+#: src/Module/Admin/Site.php:584
msgid "Worker fetch limit"
msgstr ""
-#: src/Module/Admin/Site.php:598
+#: src/Module/Admin/Site.php:584
msgid "Number of worker tasks that are fetched in a single query. Higher values should increase the performance, too high values will mostly likely decrease it. Only change it, when you know how to measure the performance of your system."
msgstr ""
-#: src/Module/Admin/Site.php:600
+#: src/Module/Admin/Site.php:586
msgid "Direct relay transfer"
msgstr ""
-#: src/Module/Admin/Site.php:600
+#: src/Module/Admin/Site.php:586
msgid "Enables the direct transfer to other servers without using the relay servers"
msgstr ""
-#: src/Module/Admin/Site.php:601
+#: src/Module/Admin/Site.php:587
msgid "Relay scope"
msgstr ""
-#: src/Module/Admin/Site.php:601
+#: src/Module/Admin/Site.php:587
msgid "Can be \"all\" or \"tags\". \"all\" means that every public post should be received. \"tags\" means that only posts with selected tags should be received."
msgstr ""
-#: src/Module/Admin/Site.php:601 src/Module/Contact/Profile.php:328
-#: src/Module/Settings/TwoFactor/Index.php:146
+#: src/Module/Admin/Site.php:587 src/Module/Contact/Profile.php:314
+#: src/Module/Settings/TwoFactor/Index.php:132
msgid "Disabled"
msgstr ""
-#: src/Module/Admin/Site.php:601
+#: src/Module/Admin/Site.php:587
msgid "all"
msgstr ""
-#: src/Module/Admin/Site.php:601
+#: src/Module/Admin/Site.php:587
msgid "tags"
msgstr ""
-#: src/Module/Admin/Site.php:602
+#: src/Module/Admin/Site.php:588
msgid "Server tags"
msgstr ""
-#: src/Module/Admin/Site.php:602
+#: src/Module/Admin/Site.php:588
msgid "Comma separated list of tags for the \"tags\" subscription."
msgstr ""
-#: src/Module/Admin/Site.php:603
+#: src/Module/Admin/Site.php:589
msgid "Deny Server tags"
msgstr ""
-#: src/Module/Admin/Site.php:603
+#: src/Module/Admin/Site.php:589
msgid "Comma separated list of tags that are rejected."
msgstr ""
-#: src/Module/Admin/Site.php:604
+#: src/Module/Admin/Site.php:590
msgid "Maximum amount of tags"
msgstr ""
-#: src/Module/Admin/Site.php:604
+#: src/Module/Admin/Site.php:590
msgid "Maximum amount of tags in a post before it is rejected as spam. The post has to contain at least one link. Posts from subscribed accounts will not be rejected."
msgstr ""
-#: src/Module/Admin/Site.php:605
+#: src/Module/Admin/Site.php:591
msgid "Allow user tags"
msgstr ""
-#: src/Module/Admin/Site.php:605
+#: src/Module/Admin/Site.php:591
msgid "If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"."
msgstr ""
-#: src/Module/Admin/Site.php:606
+#: src/Module/Admin/Site.php:592
msgid "Deny undetected languages"
msgstr ""
-#: src/Module/Admin/Site.php:606
+#: src/Module/Admin/Site.php:592
msgid "If enabled, posts with undetected languages will be rejected."
msgstr ""
-#: src/Module/Admin/Site.php:607
+#: src/Module/Admin/Site.php:593
msgid "Language Quality"
msgstr ""
-#: src/Module/Admin/Site.php:607
+#: src/Module/Admin/Site.php:593
msgid "The minimum language quality that is required to accept the post."
msgstr ""
-#: src/Module/Admin/Site.php:608
+#: src/Module/Admin/Site.php:594
msgid "Number of languages for the language detection"
msgstr ""
-#: src/Module/Admin/Site.php:608
+#: src/Module/Admin/Site.php:594
msgid "The system detects a list of languages per post. Only if the desired languages are in the list, the message will be accepted. The higher the number, the more posts will be falsely detected."
msgstr ""
-#: src/Module/Admin/Site.php:610
+#: src/Module/Admin/Site.php:596
msgid "Maximum age of channel"
msgstr ""
-#: src/Module/Admin/Site.php:610
+#: src/Module/Admin/Site.php:596
msgid "This defines the maximum age in hours of items that should be displayed in channels. This affects the channel performance."
msgstr ""
-#: src/Module/Admin/Site.php:611
+#: src/Module/Admin/Site.php:597
msgid "Maximum number of channel posts"
msgstr ""
-#: src/Module/Admin/Site.php:611
+#: src/Module/Admin/Site.php:597
msgid "For performance reasons, the channels use a dedicated table to store content. The higher the value the slower the channels."
msgstr ""
-#: src/Module/Admin/Site.php:612
+#: src/Module/Admin/Site.php:598
msgid "Interaction score days"
msgstr ""
-#: src/Module/Admin/Site.php:612
+#: src/Module/Admin/Site.php:598
msgid "Number of days that are used to calculate the interaction score."
msgstr ""
-#: src/Module/Admin/Site.php:613
+#: src/Module/Admin/Site.php:599
msgid "Maximum number of posts per author"
msgstr ""
-#: src/Module/Admin/Site.php:613
+#: src/Module/Admin/Site.php:599
msgid "Maximum number of posts per page by author if the contact frequency is set to \"Display only few posts\". If there are more posts, then the post with the most interactions will be displayed."
msgstr ""
-#: src/Module/Admin/Site.php:614
+#: src/Module/Admin/Site.php:600
msgid "Sharer interaction days"
msgstr ""
-#: src/Module/Admin/Site.php:614
+#: src/Module/Admin/Site.php:600
msgid "Number of days of the last interaction that are used to define which sharers are used for the \"sharers of sharers\" channel."
msgstr ""
-#: src/Module/Admin/Site.php:617
+#: src/Module/Admin/Site.php:603
msgid "Start Relocation"
msgstr ""
-#: src/Module/Admin/Storage.php:46
+#: src/Module/Admin/Storage.php:32
#, php-format
msgid "Storage backend, %s is invalid."
msgstr ""
-#: src/Module/Admin/Storage.php:73
+#: src/Module/Admin/Storage.php:59
#, php-format
msgid "Storage backend %s error: %s"
msgstr ""
-#: src/Module/Admin/Storage.php:84 src/Module/Admin/Storage.php:87
+#: src/Module/Admin/Storage.php:70 src/Module/Admin/Storage.php:73
msgid "Invalid storage backend setting value."
msgstr ""
-#: src/Module/Admin/Storage.php:139
+#: src/Module/Admin/Storage.php:125
msgid "Current Storage Backend"
msgstr ""
-#: src/Module/Admin/Storage.php:140
+#: src/Module/Admin/Storage.php:126
msgid "Storage Configuration"
msgstr ""
-#: src/Module/Admin/Storage.php:141 src/Module/BaseAdmin.php:91
+#: src/Module/Admin/Storage.php:127 src/Module/BaseAdmin.php:77
msgid "Storage"
msgstr ""
-#: src/Module/Admin/Storage.php:143
+#: src/Module/Admin/Storage.php:129
msgid "Save & Use storage backend"
msgstr ""
-#: src/Module/Admin/Storage.php:144
+#: src/Module/Admin/Storage.php:130
msgid "Use storage backend"
msgstr ""
-#: src/Module/Admin/Storage.php:145
+#: src/Module/Admin/Storage.php:131
msgid "Save & Reload"
msgstr ""
-#: src/Module/Admin/Storage.php:146
+#: src/Module/Admin/Storage.php:132
msgid "This backend doesn't have custom settings"
msgstr ""
-#: src/Module/Admin/Storage.php:148
+#: src/Module/Admin/Storage.php:134
msgid "Changing the current backend is prohibited because it is set by an environment variable"
msgstr ""
-#: src/Module/Admin/Storage.php:150
+#: src/Module/Admin/Storage.php:136
msgid "Database (legacy)"
msgstr ""
-#: src/Module/Admin/Summary.php:55
+#: src/Module/Admin/Summary.php:41
#, php-format
msgid "Template engine (%s) error: %s"
msgstr ""
-#: src/Module/Admin/Summary.php:59
+#: src/Module/Admin/Summary.php:45
#, php-format
msgid "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion..htconfig.php
. See the Config help page for help with the transition."
msgstr ""
-#: src/Module/Admin/Summary.php:118
+#: src/Module/Admin/Summary.php:104
#, php-format
msgid "Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from config/local.ini.php
. See the Config help page for help with the transition."
msgstr ""
-#: src/Module/Admin/Summary.php:124
+#: src/Module/Admin/Summary.php:110
#, php-format
msgid "%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help."
msgstr ""
-#: src/Module/Admin/Summary.php:148
+#: src/Module/Admin/Summary.php:134
#, php-format
msgid "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."
msgstr ""
-#: src/Module/Admin/Summary.php:156
+#: src/Module/Admin/Summary.php:142
#, php-format
msgid "Friendica's current system.basepath '%s' is wrong and the config file '%s' isn't used."
msgstr ""
-#: src/Module/Admin/Summary.php:164
+#: src/Module/Admin/Summary.php:150
#, php-format
msgid "Friendica's current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."
msgstr ""
-#: src/Module/Admin/Summary.php:175
+#: src/Module/Admin/Summary.php:161
msgid "Message queues"
msgstr ""
-#: src/Module/Admin/Summary.php:181
+#: src/Module/Admin/Summary.php:167
msgid "Server Settings"
msgstr ""
-#: src/Module/Admin/Summary.php:199
+#: src/Module/Admin/Summary.php:185
msgid "Version"
msgstr ""
-#: src/Module/Admin/Summary.php:203
+#: src/Module/Admin/Summary.php:189
msgid "Active addons"
msgstr ""
-#: src/Module/Admin/Themes/Details.php:63 src/Module/Admin/Themes/Index.php:71
+#: src/Module/Admin/Themes/Details.php:49 src/Module/Admin/Themes/Index.php:57
#, php-format
msgid "Theme %s disabled."
msgstr ""
-#: src/Module/Admin/Themes/Details.php:65 src/Module/Admin/Themes/Index.php:73
+#: src/Module/Admin/Themes/Details.php:51 src/Module/Admin/Themes/Index.php:59
#, php-format
msgid "Theme %s successfully enabled."
msgstr ""
-#: src/Module/Admin/Themes/Details.php:67 src/Module/Admin/Themes/Index.php:75
+#: src/Module/Admin/Themes/Details.php:53 src/Module/Admin/Themes/Index.php:61
#, php-format
msgid "Theme %s failed to install."
msgstr ""
-#: src/Module/Admin/Themes/Details.php:89
+#: src/Module/Admin/Themes/Details.php:75
msgid "Screenshot"
msgstr ""
-#: src/Module/Admin/Themes/Details.php:97 src/Module/Admin/Themes/Index.php:118
-#: src/Module/BaseAdmin.php:93
+#: src/Module/Admin/Themes/Details.php:83 src/Module/Admin/Themes/Index.php:104
+#: src/Module/BaseAdmin.php:79
msgid "Themes"
msgstr ""
-#: src/Module/Admin/Themes/Embed.php:80
+#: src/Module/Admin/Themes/Embed.php:66
msgid "Unknown theme."
msgstr ""
-#: src/Module/Admin/Themes/Index.php:57
+#: src/Module/Admin/Themes/Index.php:43
msgid "Themes reloaded"
msgstr ""
-#: src/Module/Admin/Themes/Index.php:120
+#: src/Module/Admin/Themes/Index.php:106
msgid "Reload active themes"
msgstr ""
-#: src/Module/Admin/Themes/Index.php:124
+#: src/Module/Admin/Themes/Index.php:110
#, php-format
msgid "No themes found on the system. They should be placed in %1$s"
msgstr ""
-#: src/Module/Admin/Themes/Index.php:125
+#: src/Module/Admin/Themes/Index.php:111
msgid "[Experimental]"
msgstr ""
-#: src/Module/Admin/Themes/Index.php:126
+#: src/Module/Admin/Themes/Index.php:112
msgid "[Unsupported]"
msgstr ""
-#: src/Module/Admin/Tos.php:79
+#: src/Module/Admin/Tos.php:65
msgid "Display Terms of Service"
msgstr ""
-#: src/Module/Admin/Tos.php:79
+#: src/Module/Admin/Tos.php:65
msgid "Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."
msgstr ""
-#: src/Module/Admin/Tos.php:80
+#: src/Module/Admin/Tos.php:66
msgid "Display Privacy Statement"
msgstr ""
-#: src/Module/Admin/Tos.php:80
+#: src/Module/Admin/Tos.php:66
#, php-format
msgid "Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."
msgstr ""
-#: src/Module/Admin/Tos.php:81
+#: src/Module/Admin/Tos.php:67
msgid "Privacy Statement Preview"
msgstr ""
-#: src/Module/Admin/Tos.php:83
+#: src/Module/Admin/Tos.php:69
msgid "The Terms of Service"
msgstr ""
-#: src/Module/Admin/Tos.php:83
+#: src/Module/Admin/Tos.php:69
msgid "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."
msgstr ""
-#: src/Module/Admin/Tos.php:84
+#: src/Module/Admin/Tos.php:70
msgid "The rules"
msgstr ""
-#: src/Module/Admin/Tos.php:84
+#: src/Module/Admin/Tos.php:70
msgid "Enter your system rules here. Each line represents one rule."
msgstr ""
-#: src/Module/Api/ApiResponse.php:293
+#: src/Module/Api/ApiResponse.php:279
#, php-format
msgid "API endpoint %s %s is not implemented but might be in the future."
msgstr ""
-#: src/Module/Api/Mastodon/Apps.php:73
+#: src/Module/Api/Mastodon/Apps.php:59
msgid "Missing parameters"
msgstr ""
-#: src/Module/Api/Mastodon/Statuses/Bookmark.php:50
+#: src/Module/Api/Mastodon/Statuses/Bookmark.php:36
msgid "Only starting posts can be bookmarked"
msgstr ""
-#: src/Module/Api/Mastodon/Statuses/Mute.php:51
+#: src/Module/Api/Mastodon/Statuses/Mute.php:37
msgid "Only starting posts can be muted"
msgstr ""
-#: src/Module/Api/Mastodon/Statuses/Reblog.php:58
+#: src/Module/Api/Mastodon/Statuses/Reblog.php:44
#, php-format
msgid "Posts from %s can't be shared"
msgstr ""
-#: src/Module/Api/Mastodon/Statuses/Unbookmark.php:51
+#: src/Module/Api/Mastodon/Statuses/Unbookmark.php:37
msgid "Only starting posts can be unbookmarked"
msgstr ""
-#: src/Module/Api/Mastodon/Statuses/Unmute.php:51
+#: src/Module/Api/Mastodon/Statuses/Unmute.php:37
msgid "Only starting posts can be unmuted"
msgstr ""
-#: src/Module/Api/Mastodon/Statuses/Unreblog.php:64
+#: src/Module/Api/Mastodon/Statuses/Unreblog.php:50
#, php-format
msgid "Posts from %s can't be unshared"
msgstr ""
-#: src/Module/Api/Twitter/ContactEndpoint.php:66
+#: src/Module/Api/Twitter/ContactEndpoint.php:52
msgid "Contact not found"
msgstr ""
-#: src/Module/Apps.php:62
+#: src/Module/Apps.php:48
msgid "No installed applications."
msgstr ""
-#: src/Module/Apps.php:67
+#: src/Module/Apps.php:53
msgid "Applications"
msgstr ""
-#: src/Module/Attach.php:49 src/Module/Attach.php:61
+#: src/Module/Attach.php:35 src/Module/Attach.php:47
msgid "Item was not found."
msgstr ""
-#: src/Module/BaseAdmin.php:54 src/Module/BaseAdmin.php:58
-#: src/Module/BaseModeration.php:77 src/Module/BaseModeration.php:81
+#: src/Module/BaseAdmin.php:40 src/Module/BaseAdmin.php:44
+#: src/Module/BaseModeration.php:63 src/Module/BaseModeration.php:67
msgid "Please login to continue."
msgstr ""
-#: src/Module/BaseAdmin.php:63
+#: src/Module/BaseAdmin.php:49
msgid "You don't have access to administration pages."
msgstr ""
-#: src/Module/BaseAdmin.php:67
+#: src/Module/BaseAdmin.php:53
msgid "Submanaged account can't access the administration pages. Please log back in as the main account."
msgstr ""
-#: src/Module/BaseAdmin.php:86 src/Module/BaseModeration.php:109
+#: src/Module/BaseAdmin.php:72 src/Module/BaseModeration.php:95
msgid "Overview"
msgstr ""
-#: src/Module/BaseAdmin.php:89 src/Module/BaseModeration.php:112
+#: src/Module/BaseAdmin.php:75 src/Module/BaseModeration.php:98
msgid "Configuration"
msgstr ""
-#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:110
+#: src/Module/BaseAdmin.php:80 src/Module/BaseSettings.php:96
msgid "Additional features"
msgstr ""
-#: src/Module/BaseAdmin.php:97
+#: src/Module/BaseAdmin.php:83
msgid "Database"
msgstr ""
-#: src/Module/BaseAdmin.php:98
+#: src/Module/BaseAdmin.php:84
msgid "DB updates"
msgstr ""
-#: src/Module/BaseAdmin.php:99
+#: src/Module/BaseAdmin.php:85
msgid "Inspect Deferred Workers"
msgstr ""
-#: src/Module/BaseAdmin.php:100
+#: src/Module/BaseAdmin.php:86
msgid "Inspect worker Queue"
msgstr ""
-#: src/Module/BaseAdmin.php:106 src/Module/BaseModeration.php:120
+#: src/Module/BaseAdmin.php:92 src/Module/BaseModeration.php:106
msgid "Diagnostics"
msgstr ""
-#: src/Module/BaseAdmin.php:107
+#: src/Module/BaseAdmin.php:93
msgid "PHP Info"
msgstr ""
-#: src/Module/BaseAdmin.php:108
+#: src/Module/BaseAdmin.php:94
msgid "probe address"
msgstr ""
-#: src/Module/BaseAdmin.php:109
+#: src/Module/BaseAdmin.php:95
msgid "check webfinger"
msgstr ""
-#: src/Module/BaseAdmin.php:110
+#: src/Module/BaseAdmin.php:96
msgid "Babel"
msgstr ""
-#: src/Module/BaseAdmin.php:111 src/Module/Debug/ActivityPubConversion.php:143
+#: src/Module/BaseAdmin.php:97 src/Module/Debug/ActivityPubConversion.php:129
msgid "ActivityPub Conversion"
msgstr ""
-#: src/Module/BaseAdmin.php:120
+#: src/Module/BaseAdmin.php:106
msgid "Addon Features"
msgstr ""
-#: src/Module/BaseAdmin.php:121 src/Module/BaseModeration.php:129
+#: src/Module/BaseAdmin.php:107 src/Module/BaseModeration.php:115
msgid "User registrations waiting for confirmation"
msgstr ""
-#: src/Module/BaseApi.php:455 src/Module/BaseApi.php:471
-#: src/Module/BaseApi.php:487
+#: src/Module/BaseApi.php:441 src/Module/BaseApi.php:457
+#: src/Module/BaseApi.php:473
msgid "Too Many Requests"
msgstr ""
-#: src/Module/BaseApi.php:456
+#: src/Module/BaseApi.php:442
#, php-format
msgid "Daily posting limit of %d post reached. The post was rejected."
msgid_plural "Daily posting limit of %d posts reached. The post was rejected."
msgstr[0] ""
msgstr[1] ""
-#: src/Module/BaseApi.php:472
+#: src/Module/BaseApi.php:458
#, php-format
msgid "Weekly posting limit of %d post reached. The post was rejected."
msgid_plural "Weekly posting limit of %d posts reached. The post was rejected."
msgstr[0] ""
msgstr[1] ""
-#: src/Module/BaseApi.php:488
+#: src/Module/BaseApi.php:474
#, php-format
msgid "Monthly posting limit of %d post reached. The post was rejected."
msgid_plural "Monthly posting limit of %d posts reached. The post was rejected."
msgstr[0] ""
msgstr[1] ""
-#: src/Module/BaseModeration.php:86
+#: src/Module/BaseModeration.php:72
msgid "You don't have access to moderation pages."
msgstr ""
-#: src/Module/BaseModeration.php:90
+#: src/Module/BaseModeration.php:76
msgid "Submanaged account can't access the moderation pages. Please log back in as the main account."
msgstr ""
-#: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:115
+#: src/Module/BaseModeration.php:96 src/Module/Moderation/Reports.php:101
msgid "Reports"
msgstr ""
-#: src/Module/BaseModeration.php:113 src/Module/Moderation/Users/Index.php:148
-#: src/Module/Moderation/Users/Index.php:158
+#: src/Module/BaseModeration.php:99 src/Module/Moderation/Users/Index.php:134
+#: src/Module/Moderation/Users/Index.php:144
msgid "Users"
msgstr ""
-#: src/Module/BaseModeration.php:115
+#: src/Module/BaseModeration.php:101
msgid "Tools"
msgstr ""
-#: src/Module/BaseModeration.php:116
+#: src/Module/BaseModeration.php:102
msgid "Contact Blocklist"
msgstr ""
-#: src/Module/BaseModeration.php:117
+#: src/Module/BaseModeration.php:103
msgid "Server Blocklist"
msgstr ""
-#: src/Module/BaseModeration.php:118 src/Module/Moderation/Item/Delete.php:62
+#: src/Module/BaseModeration.php:104 src/Module/Moderation/Item/Delete.php:48
msgid "Delete Item"
msgstr ""
-#: src/Module/BaseModeration.php:121 src/Module/Moderation/Item/Source.php:82
+#: src/Module/BaseModeration.php:107 src/Module/Moderation/Item/Source.php:68
msgid "Item Source"
msgstr ""
-#: src/Module/BaseProfile.php:52 src/Module/Contact.php:513
+#: src/Module/BaseProfile.php:38 src/Module/Contact.php:499
msgid "Profile Details"
msgstr ""
-#: src/Module/BaseProfile.php:60
+#: src/Module/BaseProfile.php:46
msgid "Conversations started"
msgstr ""
-#: src/Module/BaseProfile.php:111
+#: src/Module/BaseProfile.php:97
msgid "Only You Can See This"
msgstr ""
-#: src/Module/BaseProfile.php:116 src/Module/Profile/Schedule.php:81
+#: src/Module/BaseProfile.php:102 src/Module/Profile/Schedule.php:67
msgid "Scheduled Posts"
msgstr ""
-#: src/Module/BaseProfile.php:119
+#: src/Module/BaseProfile.php:105
msgid "Posts that are scheduled for publishing"
msgstr ""
-#: src/Module/BaseProfile.php:138 src/Module/BaseProfile.php:141
+#: src/Module/BaseProfile.php:124 src/Module/BaseProfile.php:127
msgid "Tips for New Members"
msgstr ""
-#: src/Module/BaseSearch.php:71
+#: src/Module/BaseSearch.php:57
#, php-format
msgid "People Search - %s"
msgstr ""
-#: src/Module/BaseSearch.php:75
+#: src/Module/BaseSearch.php:61
#, php-format
msgid "Group Search - %s"
msgstr ""
-#: src/Module/BaseSearch.php:121 src/Module/Contact/MatchInterests.php:140
+#: src/Module/BaseSearch.php:107 src/Module/Contact/MatchInterests.php:136
msgid "No matches"
msgstr ""
-#: src/Module/BaseSearch.php:147
+#: src/Module/BaseSearch.php:133
#, php-format
msgid "%d result was filtered out because your node blocks the domain it is registered on. You can review the list of domains your node is currently blocking in the About page."
msgid_plural "%d results were filtered out because your node blocks the domain they are registered on. You can review the list of domains your node is currently blocking in the About page."
msgstr[0] ""
msgstr[1] ""
-#: src/Module/BaseSettings.php:78
+#: src/Module/BaseSettings.php:64
msgid "Account"
msgstr ""
-#: src/Module/BaseSettings.php:85 src/Module/Security/TwoFactor/Verify.php:96
-#: src/Module/Settings/TwoFactor/Index.php:138
+#: src/Module/BaseSettings.php:71 src/Module/Security/TwoFactor/Verify.php:82
+#: src/Module/Settings/TwoFactor/Index.php:124
msgid "Two-factor authentication"
msgstr ""
-#: src/Module/BaseSettings.php:118
+#: src/Module/BaseSettings.php:104
msgid "Display"
msgstr ""
-#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:213
+#: src/Module/BaseSettings.php:118 src/Module/Settings/Connectors.php:199
msgid "Social Networks"
msgstr ""
-#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:194
+#: src/Module/BaseSettings.php:132 src/Module/Settings/Delegation.php:180
msgid "Manage Accounts"
msgstr ""
-#: src/Module/BaseSettings.php:153
+#: src/Module/BaseSettings.php:139
msgid "Connected apps"
msgstr ""
-#: src/Module/BaseSettings.php:160
+#: src/Module/BaseSettings.php:146
msgid "Remote servers"
msgstr ""
-#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98
+#: src/Module/BaseSettings.php:153 src/Module/Settings/UserExport.php:84
msgid "Export personal data"
msgstr ""
-#: src/Module/BaseSettings.php:174
+#: src/Module/BaseSettings.php:160
msgid "Remove account"
msgstr ""
-#: src/Module/Bookmarklet.php:54
+#: src/Module/Bookmarklet.php:40
msgid "This page is missing a url parameter."
msgstr ""
-#: src/Module/Bookmarklet.php:66
+#: src/Module/Bookmarklet.php:52
msgid "The post was created"
msgstr ""
-#: src/Module/Calendar/Event/API.php:100 src/Module/Calendar/Event/API.php:135
-#: src/Module/Calendar/Event/Form.php:80
+#: src/Module/Calendar/Event/API.php:86 src/Module/Calendar/Event/API.php:121
+#: src/Module/Calendar/Event/Form.php:66
msgid "Invalid Request"
msgstr ""
-#: src/Module/Calendar/Event/API.php:109
+#: src/Module/Calendar/Event/API.php:95
msgid "Event id is missing."
msgstr ""
-#: src/Module/Calendar/Event/API.php:131
+#: src/Module/Calendar/Event/API.php:117
msgid "Failed to remove event"
msgstr ""
-#: src/Module/Calendar/Event/API.php:187 src/Module/Calendar/Event/API.php:189
+#: src/Module/Calendar/Event/API.php:173 src/Module/Calendar/Event/API.php:175
msgid "Event can not end before it has started."
msgstr ""
-#: src/Module/Calendar/Event/API.php:196 src/Module/Calendar/Event/API.php:198
+#: src/Module/Calendar/Event/API.php:182 src/Module/Calendar/Event/API.php:184
msgid "Event title and start time are required."
msgstr ""
-#: src/Module/Calendar/Event/Form.php:208
+#: src/Module/Calendar/Event/Form.php:194
msgid "Starting date and Title are required."
msgstr ""
-#: src/Module/Calendar/Event/Form.php:209
-#: src/Module/Calendar/Event/Form.php:214
+#: src/Module/Calendar/Event/Form.php:195
+#: src/Module/Calendar/Event/Form.php:200
msgid "Event Starts:"
msgstr ""
-#: src/Module/Calendar/Event/Form.php:209
-#: src/Module/Calendar/Event/Form.php:237 src/Module/Debug/Probe.php:59
-#: src/Module/Install.php:201 src/Module/Install.php:227
-#: src/Module/Install.php:232 src/Module/Install.php:246
-#: src/Module/Install.php:255 src/Module/Install.php:260
-#: src/Module/Install.php:266 src/Module/Install.php:271
-#: src/Module/Install.php:285 src/Module/Install.php:298
-#: src/Module/Install.php:325
-#: src/Module/Moderation/Blocklist/Server/Add.php:136
-#: src/Module/Moderation/Blocklist/Server/Add.php:138
-#: src/Module/Moderation/Blocklist/Server/Import.php:129
-#: src/Module/Moderation/Blocklist/Server/Index.php:86
-#: src/Module/Moderation/Blocklist/Server/Index.php:87
-#: src/Module/Moderation/Blocklist/Server/Index.php:115
-#: src/Module/Moderation/Blocklist/Server/Index.php:116
-#: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:155
-#: src/Module/Security/TwoFactor/Verify.php:101
-#: src/Module/Settings/Channels.php:190 src/Module/Settings/Channels.php:211
-#: src/Module/Settings/TwoFactor/Index.php:161
-#: src/Module/Settings/TwoFactor/Verify.php:158
+#: src/Module/Calendar/Event/Form.php:195
+#: src/Module/Calendar/Event/Form.php:223 src/Module/Debug/Probe.php:45
+#: src/Module/Install.php:187 src/Module/Install.php:213
+#: src/Module/Install.php:218 src/Module/Install.php:232
+#: src/Module/Install.php:241 src/Module/Install.php:246
+#: src/Module/Install.php:252 src/Module/Install.php:257
+#: src/Module/Install.php:271 src/Module/Install.php:284
+#: src/Module/Install.php:311
+#: src/Module/Moderation/Blocklist/Server/Add.php:122
+#: src/Module/Moderation/Blocklist/Server/Add.php:124
+#: src/Module/Moderation/Blocklist/Server/Import.php:115
+#: src/Module/Moderation/Blocklist/Server/Index.php:72
+#: src/Module/Moderation/Blocklist/Server/Index.php:73
+#: src/Module/Moderation/Blocklist/Server/Index.php:101
+#: src/Module/Moderation/Blocklist/Server/Index.php:102
+#: src/Module/Moderation/Item/Delete.php:53 src/Module/Register.php:141
+#: src/Module/Security/TwoFactor/Verify.php:87
+#: src/Module/Settings/Channels.php:176 src/Module/Settings/Channels.php:197
+#: src/Module/Settings/TwoFactor/Index.php:147
+#: src/Module/Settings/TwoFactor/Verify.php:144
msgid "Required"
msgstr ""
-#: src/Module/Calendar/Event/Form.php:223
-#: src/Module/Calendar/Event/Form.php:247
+#: src/Module/Calendar/Event/Form.php:209
+#: src/Module/Calendar/Event/Form.php:233
msgid "Finish date/time is not known or not relevant"
msgstr ""
-#: src/Module/Calendar/Event/Form.php:225
-#: src/Module/Calendar/Event/Form.php:230
+#: src/Module/Calendar/Event/Form.php:211
+#: src/Module/Calendar/Event/Form.php:216
msgid "Event Finishes:"
msgstr ""
-#: src/Module/Calendar/Event/Form.php:237
-#: src/Module/Calendar/Event/Form.php:243
+#: src/Module/Calendar/Event/Form.php:223
+#: src/Module/Calendar/Event/Form.php:229
msgid "Title (BBCode not allowed)"
msgstr ""
-#: src/Module/Calendar/Event/Form.php:239
+#: src/Module/Calendar/Event/Form.php:225
msgid "Description (BBCode allowed)"
msgstr ""
-#: src/Module/Calendar/Event/Form.php:241
+#: src/Module/Calendar/Event/Form.php:227
msgid "Location (BBCode not allowed)"
msgstr ""
-#: src/Module/Calendar/Event/Form.php:244
-#: src/Module/Calendar/Event/Form.php:245
+#: src/Module/Calendar/Event/Form.php:230
+#: src/Module/Calendar/Event/Form.php:231
msgid "Share this event"
msgstr ""
-#: src/Module/Calendar/Event/Form.php:251 src/Module/Profile/Profile.php:277
+#: src/Module/Calendar/Event/Form.php:237 src/Module/Profile/Profile.php:263
msgid "Basic"
msgstr ""
-#: src/Module/Calendar/Export.php:94
+#: src/Module/Calendar/Export.php:80
msgid "This calendar format is not supported"
msgstr ""
-#: src/Module/Calendar/Export.php:96
+#: src/Module/Calendar/Export.php:82
msgid "No exportable data found"
msgstr ""
-#: src/Module/Calendar/Export.php:113
+#: src/Module/Calendar/Export.php:99
msgid "calendar"
msgstr ""
-#: src/Module/Calendar/Show.php:124
+#: src/Module/Calendar/Show.php:110
msgid "Events"
msgstr ""
-#: src/Module/Calendar/Show.php:125
+#: src/Module/Calendar/Show.php:111
msgid "View"
msgstr ""
-#: src/Module/Calendar/Show.php:126
+#: src/Module/Calendar/Show.php:112
msgid "Create New Event"
msgstr ""
-#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:297
+#: src/Module/Calendar/Show.php:118 src/Module/Settings/Display.php:283
msgid "list"
msgstr ""
-#: src/Module/Circle.php:57
+#: src/Module/Circle.php:43
msgid "Could not create circle."
msgstr ""
-#: src/Module/Circle.php:68 src/Module/Circle.php:216 src/Module/Circle.php:240
+#: src/Module/Circle.php:54 src/Module/Circle.php:202 src/Module/Circle.php:226
msgid "Circle not found."
msgstr ""
-#: src/Module/Circle.php:74
+#: src/Module/Circle.php:60
msgid "Circle name was not changed."
msgstr ""
-#: src/Module/Circle.php:92
+#: src/Module/Circle.php:78
msgid "Unknown circle."
msgstr ""
-#: src/Module/Circle.php:98 src/Module/Circle.php:107
-#: src/Module/Contact/Advanced.php:70 src/Module/Contact/Advanced.php:109
-#: src/Module/Contact/Contacts.php:71 src/Module/Contact/Conversations.php:86
-#: src/Module/Contact/Conversations.php:91
-#: src/Module/Contact/Conversations.php:96 src/Module/Contact/Media.php:61
-#: src/Module/Contact/Posts.php:78 src/Module/Contact/Posts.php:83
-#: src/Module/Contact/Posts.php:88 src/Module/Contact/Profile.php:159
-#: src/Module/Contact/Profile.php:164 src/Module/Contact/Profile.php:183
-#: src/Module/Contact/Redir.php:91 src/Module/Contact/Redir.php:145
-#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109
+#: src/Module/Circle.php:84 src/Module/Circle.php:93
+#: src/Module/Contact/Advanced.php:56 src/Module/Contact/Advanced.php:95
+#: src/Module/Contact/Contacts.php:57 src/Module/Contact/Conversations.php:72
+#: src/Module/Contact/Conversations.php:77
+#: src/Module/Contact/Conversations.php:82 src/Module/Contact/Media.php:47
+#: src/Module/Contact/Posts.php:64 src/Module/Contact/Posts.php:69
+#: src/Module/Contact/Posts.php:74 src/Module/Contact/Profile.php:145
+#: src/Module/Contact/Profile.php:150 src/Module/Contact/Profile.php:169
+#: src/Module/Contact/Redir.php:77 src/Module/Contact/Redir.php:131
+#: src/Module/FriendSuggest.php:57 src/Module/FriendSuggest.php:95
msgid "Contact not found."
msgstr ""
-#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66
+#: src/Module/Circle.php:88 src/Module/Contact/Contacts.php:52
msgid "Invalid contact."
msgstr ""
-#: src/Module/Circle.php:111 src/Module/Contact/Revoke.php:70
+#: src/Module/Circle.php:97 src/Module/Contact/Revoke.php:56
msgid "Contact is deleted."
msgstr ""
-#: src/Module/Circle.php:117
+#: src/Module/Circle.php:103
msgid "Unable to add the contact to the circle."
msgstr ""
-#: src/Module/Circle.php:120
+#: src/Module/Circle.php:106
msgid "Contact successfully added to circle."
msgstr ""
-#: src/Module/Circle.php:124
+#: src/Module/Circle.php:110
msgid "Unable to remove the contact from the circle."
msgstr ""
-#: src/Module/Circle.php:127
+#: src/Module/Circle.php:113
msgid "Contact successfully removed from circle."
msgstr ""
-#: src/Module/Circle.php:131
+#: src/Module/Circle.php:117
msgid "Bad request."
msgstr ""
-#: src/Module/Circle.php:172
+#: src/Module/Circle.php:158
msgid "Save Circle"
msgstr ""
-#: src/Module/Circle.php:173
+#: src/Module/Circle.php:159
msgid "Filter"
msgstr ""
-#: src/Module/Circle.php:179
+#: src/Module/Circle.php:165
msgid "Create a circle of contacts/friends."
msgstr ""
-#: src/Module/Circle.php:221
+#: src/Module/Circle.php:207
msgid "Unable to remove circle."
msgstr ""
-#: src/Module/Circle.php:272
+#: src/Module/Circle.php:258
msgid "Delete Circle"
msgstr ""
-#: src/Module/Circle.php:282
+#: src/Module/Circle.php:268
msgid "Edit Circle Name"
msgstr ""
-#: src/Module/Circle.php:292
+#: src/Module/Circle.php:278
msgid "Members"
msgstr ""
-#: src/Module/Circle.php:295
+#: src/Module/Circle.php:281
msgid "Circle is empty"
msgstr ""
-#: src/Module/Circle.php:311
+#: src/Module/Circle.php:297
msgid "Remove contact from circle"
msgstr ""
-#: src/Module/Circle.php:334
+#: src/Module/Circle.php:320
msgid "Click on a contact to add or remove."
msgstr ""
-#: src/Module/Circle.php:351
+#: src/Module/Circle.php:337
msgid "Add contact to circle"
msgstr ""
-#: src/Module/Contact.php:102
+#: src/Module/Contact.php:88
#, php-format
msgid "%d contact edited."
msgid_plural "%d contacts edited."
msgstr[0] ""
msgstr[1] ""
-#: src/Module/Contact.php:353
+#: src/Module/Contact.php:339
msgid "Show all contacts"
msgstr ""
-#: src/Module/Contact.php:358 src/Module/Contact.php:437
-#: src/Module/Moderation/BaseUsers.php:86
+#: src/Module/Contact.php:344 src/Module/Contact.php:423
+#: src/Module/Moderation/BaseUsers.php:72
msgid "Pending"
msgstr ""
-#: src/Module/Contact.php:361
+#: src/Module/Contact.php:347
msgid "Only show pending contacts"
msgstr ""
-#: src/Module/Contact.php:366 src/Module/Contact.php:440
-#: src/Module/Moderation/BaseUsers.php:94
+#: src/Module/Contact.php:352 src/Module/Contact.php:426
+#: src/Module/Moderation/BaseUsers.php:80
msgid "Blocked"
msgstr ""
-#: src/Module/Contact.php:369
+#: src/Module/Contact.php:355
msgid "Only show blocked contacts"
msgstr ""
-#: src/Module/Contact.php:374 src/Module/Contact.php:446
-#: src/Module/Settings/Server/Index.php:107 src/Object/Post.php:399
+#: src/Module/Contact.php:360 src/Module/Contact.php:432
+#: src/Module/Settings/Server/Index.php:93 src/Object/Post.php:385
msgid "Ignored"
msgstr ""
-#: src/Module/Contact.php:377
+#: src/Module/Contact.php:363
msgid "Only show ignored contacts"
msgstr ""
-#: src/Module/Contact.php:382 src/Module/Contact.php:449
+#: src/Module/Contact.php:368 src/Module/Contact.php:435
msgid "Collapsed"
msgstr ""
-#: src/Module/Contact.php:385
+#: src/Module/Contact.php:371
msgid "Only show collapsed contacts"
msgstr ""
-#: src/Module/Contact.php:390 src/Module/Contact.php:452
+#: src/Module/Contact.php:376 src/Module/Contact.php:438
msgid "Archived"
msgstr ""
-#: src/Module/Contact.php:393
+#: src/Module/Contact.php:379
msgid "Only show archived contacts"
msgstr ""
-#: src/Module/Contact.php:398 src/Module/Contact.php:443
+#: src/Module/Contact.php:384 src/Module/Contact.php:429
msgid "Hidden"
msgstr ""
-#: src/Module/Contact.php:401
+#: src/Module/Contact.php:387
msgid "Only show hidden contacts"
msgstr ""
-#: src/Module/Contact.php:409
+#: src/Module/Contact.php:395
msgid "Organize your contact circles"
msgstr ""
-#: src/Module/Contact.php:464
+#: src/Module/Contact.php:450
msgid "Search your contacts"
msgstr ""
-#: src/Module/Contact.php:465 src/Module/Search/Index.php:207
+#: src/Module/Contact.php:451 src/Module/Search/Index.php:193
#, php-format
msgid "Results for: %s"
msgstr ""
-#: src/Module/Contact.php:473
+#: src/Module/Contact.php:459
msgid "Update"
msgstr ""
-#: src/Module/Contact.php:474 src/Module/Contact/Profile.php:532
-#: src/Module/Moderation/Blocklist/Contact.php:117
-#: src/Module/Moderation/Users/Blocked.php:138
-#: src/Module/Moderation/Users/Index.php:154
+#: src/Module/Contact.php:460 src/Module/Contact/Profile.php:518
+#: src/Module/Moderation/Blocklist/Contact.php:103
+#: src/Module/Moderation/Users/Blocked.php:124
+#: src/Module/Moderation/Users/Index.php:140
msgid "Unblock"
msgstr ""
-#: src/Module/Contact.php:475 src/Module/Contact/Profile.php:540
+#: src/Module/Contact.php:461 src/Module/Contact/Profile.php:526
msgid "Unignore"
msgstr ""
-#: src/Module/Contact.php:476 src/Module/Contact/Profile.php:548
+#: src/Module/Contact.php:462 src/Module/Contact/Profile.php:534
msgid "Uncollapse"
msgstr ""
-#: src/Module/Contact.php:478
+#: src/Module/Contact.php:464
msgid "Batch Actions"
msgstr ""
-#: src/Module/Contact.php:521
+#: src/Module/Contact.php:507
msgid "Conversations started by this contact"
msgstr ""
-#: src/Module/Contact.php:526
+#: src/Module/Contact.php:512
msgid "Posts and Comments"
msgstr ""
-#: src/Module/Contact.php:529
+#: src/Module/Contact.php:515
msgid "Individual Posts and Replies"
msgstr ""
-#: src/Module/Contact.php:537
+#: src/Module/Contact.php:523
msgid "Posts containing media objects"
msgstr ""
-#: src/Module/Contact.php:545
+#: src/Module/Contact.php:531
msgid "View all known contacts"
msgstr ""
-#: src/Module/Contact.php:556
+#: src/Module/Contact.php:542
msgid "Advanced Contact Settings"
msgstr ""
-#: src/Module/Contact.php:592
+#: src/Module/Contact.php:578
msgid "Mutual Friendship"
msgstr ""
-#: src/Module/Contact.php:596
+#: src/Module/Contact.php:582
msgid "is a fan of yours"
msgstr ""
-#: src/Module/Contact.php:600
+#: src/Module/Contact.php:586
msgid "you are a fan of"
msgstr ""
-#: src/Module/Contact.php:618
+#: src/Module/Contact.php:604
msgid "Pending outgoing contact request"
msgstr ""
-#: src/Module/Contact.php:620
+#: src/Module/Contact.php:606
msgid "Pending incoming contact request"
msgstr ""
-#: src/Module/Contact.php:633 src/Module/Contact/Profile.php:391
+#: src/Module/Contact.php:619 src/Module/Contact/Profile.php:377
#, php-format
msgid "Visit %s's profile [%s]"
msgstr ""
-#: src/Module/Contact/Advanced.php:99
+#: src/Module/Contact/Advanced.php:85
msgid "Contact update failed."
msgstr ""
-#: src/Module/Contact/Advanced.php:130
+#: src/Module/Contact/Advanced.php:116
msgid "Return to contact editor"
msgstr ""
-#: src/Module/Contact/Advanced.php:134
-#: src/Module/Moderation/Blocklist/Contact.php:122
-#: src/Module/Moderation/Reports.php:116
-#: src/Module/Moderation/Users/Active.php:126
-#: src/Module/Moderation/Users/Blocked.php:126
-#: src/Module/Moderation/Users/Create.php:70
-#: src/Module/Moderation/Users/Deleted.php:83
-#: src/Module/Moderation/Users/Index.php:140
-#: src/Module/Moderation/Users/Index.php:160
-#: src/Module/Moderation/Users/Pending.php:99 src/Module/Settings/OAuth.php:72
+#: src/Module/Contact/Advanced.php:120
+#: src/Module/Moderation/Blocklist/Contact.php:108
+#: src/Module/Moderation/Reports.php:102
+#: src/Module/Moderation/Users/Active.php:112
+#: src/Module/Moderation/Users/Blocked.php:112
+#: src/Module/Moderation/Users/Create.php:56
+#: src/Module/Moderation/Users/Deleted.php:69
+#: src/Module/Moderation/Users/Index.php:126
+#: src/Module/Moderation/Users/Index.php:146
+#: src/Module/Moderation/Users/Pending.php:85 src/Module/Settings/OAuth.php:58
msgid "Name"
msgstr ""
-#: src/Module/Contact/Advanced.php:135
+#: src/Module/Contact/Advanced.php:121
msgid "Account Nickname"
msgstr ""
-#: src/Module/Contact/Advanced.php:136
+#: src/Module/Contact/Advanced.php:122
msgid "Account URL"
msgstr ""
-#: src/Module/Contact/Advanced.php:137
+#: src/Module/Contact/Advanced.php:123
msgid "Poll/Feed URL"
msgstr ""
-#: src/Module/Contact/Advanced.php:138
+#: src/Module/Contact/Advanced.php:124
msgid "New photo from this URL"
msgstr ""
-#: src/Module/Contact/Contacts.php:89
+#: src/Module/Contact/Contacts.php:75
msgid "No known contacts."
msgstr ""
-#: src/Module/Contact/Contacts.php:103 src/Module/Profile/Common.php:128
+#: src/Module/Contact/Contacts.php:89 src/Module/Profile/Common.php:114
msgid "No common contacts."
msgstr ""
-#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Contacts.php:135
+#: src/Module/Contact/Contacts.php:101 src/Module/Profile/Contacts.php:121
#, php-format
msgid "Follower (%s)"
msgid_plural "Followers (%s)"
msgstr[0] ""
msgstr[1] ""
-#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Contacts.php:138
+#: src/Module/Contact/Contacts.php:105 src/Module/Profile/Contacts.php:124
#, php-format
msgid "Following (%s)"
msgid_plural "Following (%s)"
msgstr[0] ""
msgstr[1] ""
-#: src/Module/Contact/Contacts.php:123 src/Module/Profile/Contacts.php:141
+#: src/Module/Contact/Contacts.php:109 src/Module/Profile/Contacts.php:127
#, php-format
msgid "Mutual friend (%s)"
msgid_plural "Mutual friends (%s)"
msgstr[0] ""
msgstr[1] ""
-#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:143
+#: src/Module/Contact/Contacts.php:111 src/Module/Profile/Contacts.php:129
#, php-format
msgid "These contacts both follow and are followed by %s."
msgstr ""
-#: src/Module/Contact/Contacts.php:131 src/Module/Profile/Common.php:116
+#: src/Module/Contact/Contacts.php:117 src/Module/Profile/Common.php:102
#, php-format
msgid "Common contact (%s)"
msgid_plural "Common contacts (%s)"
msgstr[0] ""
msgstr[1] ""
-#: src/Module/Contact/Contacts.php:133 src/Module/Profile/Common.php:118
+#: src/Module/Contact/Contacts.php:119 src/Module/Profile/Common.php:104
#, php-format
msgid "Both %s and yourself have publicly interacted with these contacts (follow, comment or likes on public posts)."
msgstr ""
-#: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:149
+#: src/Module/Contact/Contacts.php:125 src/Module/Profile/Contacts.php:135
#, php-format
msgid "Contact (%s)"
msgid_plural "Contacts (%s)"
msgstr[0] ""
msgstr[1] ""
-#: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:59
-#: src/Module/Contact/Redir.php:220 src/Module/Conversation/Community.php:166
-#: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:59
-#: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59
-#: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41
-#: src/Module/Item/Language.php:53 src/Module/Item/Pin.php:41
-#: src/Module/Item/Pin.php:56 src/Module/Item/Searchtext.php:53
-#: src/Module/Item/Star.php:42 src/Module/Update/Display.php:37
+#: src/Module/Contact/Follow.php:56 src/Module/Contact/Redir.php:45
+#: src/Module/Contact/Redir.php:206 src/Module/Conversation/Community.php:154
+#: src/Module/Debug/ItemBody.php:24 src/Module/Diaspora/Receive.php:45
+#: src/Module/Item/Display.php:82 src/Module/Item/Feed.php:45
+#: src/Module/Item/Follow.php:27 src/Module/Item/Ignore.php:27
+#: src/Module/Item/Language.php:39 src/Module/Item/Pin.php:27
+#: src/Module/Item/Pin.php:42 src/Module/Item/Searchtext.php:39
+#: src/Module/Item/Star.php:28 src/Module/Update/Display.php:23
msgid "Access denied."
msgstr ""
-#: src/Module/Contact/Follow.php:105 src/Module/Contact/Unfollow.php:125
-#: src/Module/Profile/RemoteFollow.php:133
+#: src/Module/Contact/Follow.php:91 src/Module/Contact/Unfollow.php:111
+#: src/Module/Profile/RemoteFollow.php:119
msgid "Submit Request"
msgstr ""
-#: src/Module/Contact/Follow.php:115
+#: src/Module/Contact/Follow.php:101
msgid "You already added this contact."
msgstr ""
-#: src/Module/Contact/Follow.php:130
+#: src/Module/Contact/Follow.php:116
msgid "The network type couldn't be detected. Contact can't be added."
msgstr ""
-#: src/Module/Contact/Follow.php:138
+#: src/Module/Contact/Follow.php:124
msgid "Diaspora support isn't enabled. Contact can't be added."
msgstr ""
-#: src/Module/Contact/Follow.php:143
+#: src/Module/Contact/Follow.php:129
msgid "OStatus support is disabled. Contact can't be added."
msgstr ""
-#: src/Module/Contact/Follow.php:168 src/Module/Profile/RemoteFollow.php:132
+#: src/Module/Contact/Follow.php:154 src/Module/Profile/RemoteFollow.php:118
msgid "Please answer the following:"
msgstr ""
-#: src/Module/Contact/Follow.php:169 src/Module/Contact/Unfollow.php:123
+#: src/Module/Contact/Follow.php:155 src/Module/Contact/Unfollow.php:109
msgid "Your Identity Address:"
msgstr ""
-#: src/Module/Contact/Follow.php:170 src/Module/Contact/Profile.php:422
-#: src/Module/Contact/Unfollow.php:129
-#: src/Module/Moderation/Blocklist/Contact.php:131
-#: src/Module/Moderation/Reports.php:123
-#: src/Module/Notifications/Introductions.php:135
-#: src/Module/Notifications/Introductions.php:204
+#: src/Module/Contact/Follow.php:156 src/Module/Contact/Profile.php:408
+#: src/Module/Contact/Unfollow.php:115
+#: src/Module/Moderation/Blocklist/Contact.php:117
+#: src/Module/Moderation/Reports.php:109
+#: src/Module/Notifications/Introductions.php:121
+#: src/Module/Notifications/Introductions.php:190
msgid "Profile URL"
msgstr ""
-#: src/Module/Contact/Follow.php:171 src/Module/Contact/Profile.php:434
-#: src/Module/Notifications/Introductions.php:197
-#: src/Module/Profile/Profile.php:236
+#: src/Module/Contact/Follow.php:157 src/Module/Contact/Profile.php:420
+#: src/Module/Notifications/Introductions.php:183
+#: src/Module/Profile/Profile.php:222
msgid "Tags:"
msgstr ""
-#: src/Module/Contact/Follow.php:182
+#: src/Module/Contact/Follow.php:168
#, php-format
msgid "%s knows you"
msgstr ""
-#: src/Module/Contact/Follow.php:183
+#: src/Module/Contact/Follow.php:169
msgid "Add a personal note:"
msgstr ""
-#: src/Module/Contact/Follow.php:192 src/Module/Contact/Unfollow.php:138
+#: src/Module/Contact/Follow.php:178 src/Module/Contact/Unfollow.php:124
msgid "Posts and Replies"
msgstr ""
-#: src/Module/Contact/Follow.php:221
+#: src/Module/Contact/Follow.php:207
msgid "The contact could not be added."
msgstr ""
-#: src/Module/Contact/MatchInterests.php:95
-#: src/Module/Media/Attachment/Upload.php:77
-#: src/Module/Media/Attachment/Upload.php:82
-#: src/Module/Media/Photo/Upload.php:81 src/Module/Media/Photo/Upload.php:86
-#: src/Module/Media/Photo/Upload.php:135
+#: src/Module/Contact/MatchInterests.php:81
+#: src/Module/Media/Attachment/Upload.php:63
+#: src/Module/Media/Attachment/Upload.php:68
+#: src/Module/Media/Photo/Upload.php:67 src/Module/Media/Photo/Upload.php:72
+#: src/Module/Media/Photo/Upload.php:121
msgid "Invalid request."
msgstr ""
-#: src/Module/Contact/MatchInterests.php:102
+#: src/Module/Contact/MatchInterests.php:88
msgid "No keywords to match. Please add keywords to your profile."
msgstr ""
-#: src/Module/Contact/MatchInterests.php:145
+#: src/Module/Contact/MatchInterests.php:141
msgid "Profile Match"
msgstr ""
-#: src/Module/Contact/Profile.php:145
+#: src/Module/Contact/Profile.php:131
msgid "Failed to update contact record."
msgstr ""
-#: src/Module/Contact/Profile.php:209
+#: src/Module/Contact/Profile.php:195
msgid "Contact has been unblocked"
msgstr ""
-#: src/Module/Contact/Profile.php:213
+#: src/Module/Contact/Profile.php:199
msgid "Contact has been blocked"
msgstr ""
-#: src/Module/Contact/Profile.php:225
+#: src/Module/Contact/Profile.php:211
msgid "Contact has been unignored"
msgstr ""
-#: src/Module/Contact/Profile.php:229
+#: src/Module/Contact/Profile.php:215
msgid "Contact has been ignored"
msgstr ""
-#: src/Module/Contact/Profile.php:241
+#: src/Module/Contact/Profile.php:227
msgid "Contact has been uncollapsed"
msgstr ""
-#: src/Module/Contact/Profile.php:245
+#: src/Module/Contact/Profile.php:231
msgid "Contact has been collapsed"
msgstr ""
-#: src/Module/Contact/Profile.php:273
+#: src/Module/Contact/Profile.php:259
#, php-format
msgid "You are mutual friends with %s"
msgstr ""
-#: src/Module/Contact/Profile.php:274
+#: src/Module/Contact/Profile.php:260
#, php-format
msgid "You are sharing with %s"
msgstr ""
-#: src/Module/Contact/Profile.php:275
+#: src/Module/Contact/Profile.php:261
#, php-format
msgid "%s is sharing with you"
msgstr ""
-#: src/Module/Contact/Profile.php:291
+#: src/Module/Contact/Profile.php:277
msgid "Private communications are not available for this contact."
msgstr ""
-#: src/Module/Contact/Profile.php:301
+#: src/Module/Contact/Profile.php:287
msgid "This contact is on a server you ignored."
msgstr ""
-#: src/Module/Contact/Profile.php:304
+#: src/Module/Contact/Profile.php:290
msgid "Never"
msgstr ""
-#: src/Module/Contact/Profile.php:307
+#: src/Module/Contact/Profile.php:293
msgid "(Update was not successful)"
msgstr ""
-#: src/Module/Contact/Profile.php:307
+#: src/Module/Contact/Profile.php:293
msgid "(Update was successful)"
msgstr ""
-#: src/Module/Contact/Profile.php:309 src/Module/Contact/Profile.php:503
+#: src/Module/Contact/Profile.php:295 src/Module/Contact/Profile.php:489
msgid "Suggest friends"
msgstr ""
-#: src/Module/Contact/Profile.php:313
+#: src/Module/Contact/Profile.php:299
#, php-format
msgid "Network type: %s"
msgstr ""
-#: src/Module/Contact/Profile.php:318
+#: src/Module/Contact/Profile.php:304
msgid "Communications lost with this contact!"
msgstr ""
-#: src/Module/Contact/Profile.php:324
+#: src/Module/Contact/Profile.php:310
msgid "Fetch further information for feeds"
msgstr ""
-#: src/Module/Contact/Profile.php:326
+#: src/Module/Contact/Profile.php:312
msgid "Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."
msgstr ""
-#: src/Module/Contact/Profile.php:329
+#: src/Module/Contact/Profile.php:315
msgid "Fetch information"
msgstr ""
-#: src/Module/Contact/Profile.php:330
+#: src/Module/Contact/Profile.php:316
msgid "Fetch keywords"
msgstr ""
-#: src/Module/Contact/Profile.php:331
+#: src/Module/Contact/Profile.php:317
msgid "Fetch information and keywords"
msgstr ""
-#: src/Module/Contact/Profile.php:341 src/Module/Contact/Profile.php:346
-#: src/Module/Contact/Profile.php:351 src/Module/Contact/Profile.php:357
+#: src/Module/Contact/Profile.php:327 src/Module/Contact/Profile.php:332
+#: src/Module/Contact/Profile.php:337 src/Module/Contact/Profile.php:343
msgid "No mirroring"
msgstr ""
-#: src/Module/Contact/Profile.php:342 src/Module/Contact/Profile.php:352
-#: src/Module/Contact/Profile.php:358
+#: src/Module/Contact/Profile.php:328 src/Module/Contact/Profile.php:338
+#: src/Module/Contact/Profile.php:344
msgid "Mirror as my own posting"
msgstr ""
-#: src/Module/Contact/Profile.php:347 src/Module/Contact/Profile.php:353
+#: src/Module/Contact/Profile.php:333 src/Module/Contact/Profile.php:339
msgid "Native reshare"
msgstr ""
-#: src/Module/Contact/Profile.php:373
+#: src/Module/Contact/Profile.php:359
msgid "Contact Information / Notes"
msgstr ""
-#: src/Module/Contact/Profile.php:374
+#: src/Module/Contact/Profile.php:360
msgid "Contact Settings"
msgstr ""
-#: src/Module/Contact/Profile.php:382
+#: src/Module/Contact/Profile.php:368
msgid "Contact"
msgstr ""
-#: src/Module/Contact/Profile.php:386
+#: src/Module/Contact/Profile.php:372
msgid "Their personal note"
msgstr ""
-#: src/Module/Contact/Profile.php:388
+#: src/Module/Contact/Profile.php:374
msgid "Edit contact notes"
msgstr ""
-#: src/Module/Contact/Profile.php:392
+#: src/Module/Contact/Profile.php:378
msgid "Block/Unblock contact"
msgstr ""
-#: src/Module/Contact/Profile.php:393
-#: src/Module/Moderation/Report/Create.php:293
+#: src/Module/Contact/Profile.php:379
+#: src/Module/Moderation/Report/Create.php:279
msgid "Ignore contact"
msgstr ""
-#: src/Module/Contact/Profile.php:394
+#: src/Module/Contact/Profile.php:380
msgid "View conversations"
msgstr ""
-#: src/Module/Contact/Profile.php:399
+#: src/Module/Contact/Profile.php:385
msgid "Last update:"
msgstr ""
-#: src/Module/Contact/Profile.php:401
+#: src/Module/Contact/Profile.php:387
msgid "Update public posts"
msgstr ""
-#: src/Module/Contact/Profile.php:403 src/Module/Contact/Profile.php:513
+#: src/Module/Contact/Profile.php:389 src/Module/Contact/Profile.php:499
msgid "Update now"
msgstr ""
-#: src/Module/Contact/Profile.php:405
+#: src/Module/Contact/Profile.php:391
msgid "Awaiting connection acknowledge"
msgstr ""
-#: src/Module/Contact/Profile.php:406
+#: src/Module/Contact/Profile.php:392
msgid "Currently blocked"
msgstr ""
-#: src/Module/Contact/Profile.php:407
+#: src/Module/Contact/Profile.php:393
msgid "Currently ignored"
msgstr ""
-#: src/Module/Contact/Profile.php:408
+#: src/Module/Contact/Profile.php:394
msgid "Currently collapsed"
msgstr ""
-#: src/Module/Contact/Profile.php:409
+#: src/Module/Contact/Profile.php:395
msgid "Currently archived"
msgstr ""
-#: src/Module/Contact/Profile.php:412
+#: src/Module/Contact/Profile.php:398
msgid "Manage remote servers"
msgstr ""
-#: src/Module/Contact/Profile.php:414
-#: src/Module/Notifications/Introductions.php:198
+#: src/Module/Contact/Profile.php:400
+#: src/Module/Notifications/Introductions.php:184
msgid "Hide this contact from others"
msgstr ""
-#: src/Module/Contact/Profile.php:414
+#: src/Module/Contact/Profile.php:400
msgid "Replies/likes to your public posts may still be visible"
msgstr ""
-#: src/Module/Contact/Profile.php:415
+#: src/Module/Contact/Profile.php:401
msgid "Notification for new posts"
msgstr ""
-#: src/Module/Contact/Profile.php:415
+#: src/Module/Contact/Profile.php:401
msgid "Send a notification of every new post of this contact"
msgstr ""
-#: src/Module/Contact/Profile.php:417
+#: src/Module/Contact/Profile.php:403
msgid "Keyword Deny List"
msgstr ""
-#: src/Module/Contact/Profile.php:417
+#: src/Module/Contact/Profile.php:403
msgid "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"
msgstr ""
-#: src/Module/Contact/Profile.php:435
-#: src/Module/Settings/TwoFactor/Index.php:160
+#: src/Module/Contact/Profile.php:421
+#: src/Module/Settings/TwoFactor/Index.php:146
msgid "Actions"
msgstr ""
-#: src/Module/Contact/Profile.php:437
-#: src/Module/Settings/TwoFactor/Index.php:140 view/theme/frio/theme.php:232
+#: src/Module/Contact/Profile.php:423
+#: src/Module/Settings/TwoFactor/Index.php:126 view/theme/frio/theme.php:220
msgid "Status"
msgstr ""
-#: src/Module/Contact/Profile.php:443
+#: src/Module/Contact/Profile.php:429
msgid "Mirror postings from this contact"
msgstr ""
-#: src/Module/Contact/Profile.php:445
+#: src/Module/Contact/Profile.php:431
msgid "Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."
msgstr ""
-#: src/Module/Contact/Profile.php:448
+#: src/Module/Contact/Profile.php:434
msgid "Channel Settings"
msgstr ""
-#: src/Module/Contact/Profile.php:449
+#: src/Module/Contact/Profile.php:435
msgid "Frequency of this contact in relevant channels"
msgstr ""
-#: src/Module/Contact/Profile.php:450
+#: src/Module/Contact/Profile.php:436
msgid "Depending on the type of the channel not all posts from this contact are displayed. By default, posts need to have a minimum amount of interactions (comments, likes) to show in your channels. On the other hand there can be contacts who flood the channel, so you might want to see only some of their posts. Or you don't want to see their content at all, but you don't want to block or hide the contact completely."
msgstr ""
-#: src/Module/Contact/Profile.php:451
+#: src/Module/Contact/Profile.php:437
msgid "Default frequency"
msgstr ""
-#: src/Module/Contact/Profile.php:451
+#: src/Module/Contact/Profile.php:437
msgid "Posts by this contact are displayed in the \"for you\" channel if you interact often with this contact or if a post reached some level of interaction."
msgstr ""
-#: src/Module/Contact/Profile.php:452
+#: src/Module/Contact/Profile.php:438
msgid "Display all posts of this contact"
msgstr ""
-#: src/Module/Contact/Profile.php:452
+#: src/Module/Contact/Profile.php:438
msgid "All posts from this contact will appear on the \"for you\" channel"
msgstr ""
-#: src/Module/Contact/Profile.php:453
+#: src/Module/Contact/Profile.php:439
msgid "Display only few posts"
msgstr ""
-#: src/Module/Contact/Profile.php:453
+#: src/Module/Contact/Profile.php:439
msgid "When a contact creates a lot of posts in a short period, this setting reduces the number of displayed posts in every channel."
msgstr ""
-#: src/Module/Contact/Profile.php:454
+#: src/Module/Contact/Profile.php:440
msgid "Never display posts"
msgstr ""
-#: src/Module/Contact/Profile.php:454
+#: src/Module/Contact/Profile.php:440
msgid "Posts from this contact will never be displayed in any channel"
msgstr ""
-#: src/Module/Contact/Profile.php:455
+#: src/Module/Contact/Profile.php:441
msgid "Channel Only"
msgstr ""
-#: src/Module/Contact/Profile.php:455
+#: src/Module/Contact/Profile.php:441
msgid "If enabled, posts from this contact will only appear in channels and network streams in circles, but not in the general network stream."
msgstr ""
-#: src/Module/Contact/Profile.php:523
+#: src/Module/Contact/Profile.php:509
msgid "Refetch contact data"
msgstr ""
-#: src/Module/Contact/Profile.php:534
+#: src/Module/Contact/Profile.php:520
msgid "Toggle Blocked status"
msgstr ""
-#: src/Module/Contact/Profile.php:542
+#: src/Module/Contact/Profile.php:528
msgid "Toggle Ignored status"
msgstr ""
-#: src/Module/Contact/Profile.php:550
+#: src/Module/Contact/Profile.php:536
msgid "Toggle Collapsed status"
msgstr ""
-#: src/Module/Contact/Profile.php:557 src/Module/Contact/Revoke.php:103
+#: src/Module/Contact/Profile.php:543 src/Module/Contact/Revoke.php:89
msgid "Revoke Follow"
msgstr ""
-#: src/Module/Contact/Profile.php:559
+#: src/Module/Contact/Profile.php:545
msgid "Revoke the follow from this contact"
msgstr ""
-#: src/Module/Contact/Redir.php:139
+#: src/Module/Contact/Redir.php:125
msgid "Bad Request."
msgstr ""
-#: src/Module/Contact/Revoke.php:74
+#: src/Module/Contact/Revoke.php:60
msgid "Contact is being deleted."
msgstr ""
-#: src/Module/Contact/Revoke.php:88
+#: src/Module/Contact/Revoke.php:74
msgid "Follow was successfully revoked."
msgstr ""
-#: src/Module/Contact/Revoke.php:104
+#: src/Module/Contact/Revoke.php:90
msgid "Do you really want to revoke this contact's follow? This cannot be undone and they will have to manually follow you back again."
msgstr ""
-#: src/Module/Contact/Suggestions.php:62
+#: src/Module/Contact/Suggestions.php:48
msgid "No suggestions available. If this is a new site, please try again in 24 hours."
msgstr ""
-#: src/Module/Contact/Unfollow.php:98 src/Module/Contact/Unfollow.php:167
+#: src/Module/Contact/Unfollow.php:84 src/Module/Contact/Unfollow.php:153
msgid "You aren't following this contact."
msgstr ""
-#: src/Module/Contact/Unfollow.php:103
+#: src/Module/Contact/Unfollow.php:89
msgid "Unfollowing is currently not supported by your network."
msgstr ""
-#: src/Module/Contact/Unfollow.php:121
+#: src/Module/Contact/Unfollow.php:107
msgid "Disconnect/Unfollow"
msgstr ""
-#: src/Module/Contact/Unfollow.php:175
+#: src/Module/Contact/Unfollow.php:161
msgid "Contact was successfully unfollowed"
msgstr ""
-#: src/Module/Contact/Unfollow.php:178
+#: src/Module/Contact/Unfollow.php:164
msgid "Unable to unfollow this contact, please contact your administrator"
msgstr ""
-#: src/Module/Conversation/Channel.php:139
-#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152
-#: src/Module/Search/Index.php:194
+#: src/Module/Conversation/Channel.php:125
+#: src/Module/Conversation/Community.php:114 src/Module/Search/Index.php:138
+#: src/Module/Search/Index.php:180
msgid "No results."
msgstr ""
-#: src/Module/Conversation/Channel.php:177
+#: src/Module/Conversation/Channel.php:163
msgid "Channel not available."
msgstr ""
-#: src/Module/Conversation/Community.php:92
+#: src/Module/Conversation/Community.php:80
msgid "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."
msgstr ""
-#: src/Module/Conversation/Community.php:180
+#: src/Module/Conversation/Community.php:168
msgid "Community option not available."
msgstr ""
-#: src/Module/Conversation/Community.php:196
+#: src/Module/Conversation/Community.php:184
msgid "Not available."
msgstr ""
-#: src/Module/Conversation/Network.php:216
+#: src/Module/Conversation/Network.php:202
msgid "No such circle"
msgstr ""
-#: src/Module/Conversation/Network.php:220
+#: src/Module/Conversation/Network.php:206
#, php-format
msgid "Circle: %s"
msgstr ""
-#: src/Module/Conversation/Network.php:239
+#: src/Module/Conversation/Network.php:225
#, php-format
msgid "Error %d (%s) while fetching the timeline."
msgstr ""
-#: src/Module/Conversation/Network.php:316
+#: src/Module/Conversation/Network.php:302
msgid "Network feed not available."
msgstr ""
-#: src/Module/Conversation/Timeline.php:204
+#: src/Module/Conversation/Timeline.php:190
msgid "Include"
msgstr ""
-#: src/Module/Conversation/Timeline.php:205
+#: src/Module/Conversation/Timeline.php:191
msgid "Hide"
msgstr ""
-#: src/Module/Credits.php:44
+#: src/Module/Credits.php:30
msgid "Credits"
msgstr ""
-#: src/Module/Credits.php:45
+#: src/Module/Credits.php:31
msgid "Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"
msgstr ""
-#: src/Module/Debug/ActivityPubConversion.php:59
+#: src/Module/Debug/ActivityPubConversion.php:45
msgid "Formatted"
msgstr ""
-#: src/Module/Debug/ActivityPubConversion.php:71
+#: src/Module/Debug/ActivityPubConversion.php:57
msgid "Activity"
msgstr ""
-#: src/Module/Debug/ActivityPubConversion.php:123
+#: src/Module/Debug/ActivityPubConversion.php:109
msgid "Object data"
msgstr ""
-#: src/Module/Debug/ActivityPubConversion.php:130
+#: src/Module/Debug/ActivityPubConversion.php:116
msgid "Result Item"
msgstr ""
-#: src/Module/Debug/ActivityPubConversion.php:135
-#: src/Module/Debug/Babel.php:300 src/Module/Moderation/Item/Source.php:93
-#: src/Module/Security/TwoFactor/Verify.php:98
+#: src/Module/Debug/ActivityPubConversion.php:121
+#: src/Module/Debug/Babel.php:286 src/Module/Moderation/Item/Source.php:79
+#: src/Module/Security/TwoFactor/Verify.php:84
msgid "Error"
msgid_plural "Errors"
msgstr[0] ""
msgstr[1] ""
-#: src/Module/Debug/ActivityPubConversion.php:144
+#: src/Module/Debug/ActivityPubConversion.php:130
msgid "Source activity"
msgstr ""
-#: src/Module/Debug/Babel.php:58
+#: src/Module/Debug/Babel.php:44
msgid "Source input"
msgstr ""
-#: src/Module/Debug/Babel.php:64
+#: src/Module/Debug/Babel.php:50
msgid "BBCode::toPlaintext"
msgstr ""
-#: src/Module/Debug/Babel.php:70
+#: src/Module/Debug/Babel.php:56
msgid "BBCode::convert (raw HTML)"
msgstr ""
-#: src/Module/Debug/Babel.php:75
+#: src/Module/Debug/Babel.php:61
msgid "BBCode::convert (hex)"
msgstr ""
-#: src/Module/Debug/Babel.php:80
+#: src/Module/Debug/Babel.php:66
msgid "BBCode::convert"
msgstr ""
-#: src/Module/Debug/Babel.php:86
+#: src/Module/Debug/Babel.php:72
msgid "BBCode::convert => HTML::toBBCode"
msgstr ""
-#: src/Module/Debug/Babel.php:92
+#: src/Module/Debug/Babel.php:78
msgid "BBCode::toMarkdown"
msgstr ""
-#: src/Module/Debug/Babel.php:98
+#: src/Module/Debug/Babel.php:84
msgid "BBCode::toMarkdown => Markdown::convert (raw HTML)"
msgstr ""
-#: src/Module/Debug/Babel.php:102
+#: src/Module/Debug/Babel.php:88
msgid "BBCode::toMarkdown => Markdown::convert"
msgstr ""
-#: src/Module/Debug/Babel.php:108
+#: src/Module/Debug/Babel.php:94
msgid "BBCode::toMarkdown => Markdown::toBBCode"
msgstr ""
-#: src/Module/Debug/Babel.php:114
+#: src/Module/Debug/Babel.php:100
msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"
msgstr ""
-#: src/Module/Debug/Babel.php:122
+#: src/Module/Debug/Babel.php:108
msgid "Item Body"
msgstr ""
-#: src/Module/Debug/Babel.php:126
+#: src/Module/Debug/Babel.php:112
msgid "Item Tags"
msgstr ""
-#: src/Module/Debug/Babel.php:132
+#: src/Module/Debug/Babel.php:118
msgid "PageInfo::appendToBody"
msgstr ""
-#: src/Module/Debug/Babel.php:137
+#: src/Module/Debug/Babel.php:123
msgid "PageInfo::appendToBody => BBCode::convert (raw HTML)"
msgstr ""
-#: src/Module/Debug/Babel.php:141
+#: src/Module/Debug/Babel.php:127
msgid "PageInfo::appendToBody => BBCode::convert"
msgstr ""
-#: src/Module/Debug/Babel.php:148
+#: src/Module/Debug/Babel.php:134
msgid "Source input (Diaspora format)"
msgstr ""
-#: src/Module/Debug/Babel.php:157
+#: src/Module/Debug/Babel.php:143
msgid "Source input (Markdown)"
msgstr ""
-#: src/Module/Debug/Babel.php:163
+#: src/Module/Debug/Babel.php:149
msgid "Markdown::convert (raw HTML)"
msgstr ""
-#: src/Module/Debug/Babel.php:168
+#: src/Module/Debug/Babel.php:154
msgid "Markdown::convert"
msgstr ""
-#: src/Module/Debug/Babel.php:174
+#: src/Module/Debug/Babel.php:160
msgid "Markdown::toBBCode"
msgstr ""
-#: src/Module/Debug/Babel.php:181
+#: src/Module/Debug/Babel.php:167
msgid "Raw HTML input"
msgstr ""
-#: src/Module/Debug/Babel.php:186
+#: src/Module/Debug/Babel.php:172
msgid "HTML Input"
msgstr ""
-#: src/Module/Debug/Babel.php:193
+#: src/Module/Debug/Babel.php:179
msgid "HTML Purified (raw)"
msgstr ""
-#: src/Module/Debug/Babel.php:198
+#: src/Module/Debug/Babel.php:184
msgid "HTML Purified (hex)"
msgstr ""
-#: src/Module/Debug/Babel.php:203
+#: src/Module/Debug/Babel.php:189
msgid "HTML Purified"
msgstr ""
-#: src/Module/Debug/Babel.php:209
+#: src/Module/Debug/Babel.php:195
msgid "HTML::toBBCode"
msgstr ""
-#: src/Module/Debug/Babel.php:215
+#: src/Module/Debug/Babel.php:201
msgid "HTML::toBBCode => BBCode::convert"
msgstr ""
-#: src/Module/Debug/Babel.php:220
+#: src/Module/Debug/Babel.php:206
msgid "HTML::toBBCode => BBCode::convert (raw HTML)"
msgstr ""
-#: src/Module/Debug/Babel.php:226
+#: src/Module/Debug/Babel.php:212
msgid "HTML::toBBCode => BBCode::toPlaintext"
msgstr ""
-#: src/Module/Debug/Babel.php:232
+#: src/Module/Debug/Babel.php:218
msgid "HTML::toMarkdown"
msgstr ""
-#: src/Module/Debug/Babel.php:238
+#: src/Module/Debug/Babel.php:224
msgid "HTML::toPlaintext"
msgstr ""
-#: src/Module/Debug/Babel.php:244
+#: src/Module/Debug/Babel.php:230
msgid "HTML::toPlaintext (compact)"
msgstr ""
-#: src/Module/Debug/Babel.php:262
+#: src/Module/Debug/Babel.php:248
msgid "Decoded post"
msgstr ""
-#: src/Module/Debug/Babel.php:283
+#: src/Module/Debug/Babel.php:269
msgid "Post array before expand entities"
msgstr ""
-#: src/Module/Debug/Babel.php:290
+#: src/Module/Debug/Babel.php:276
msgid "Post converted"
msgstr ""
-#: src/Module/Debug/Babel.php:295
+#: src/Module/Debug/Babel.php:281
msgid "Converted body"
msgstr ""
-#: src/Module/Debug/Babel.php:301
+#: src/Module/Debug/Babel.php:287
msgid "Twitter addon is absent from the addon/ folder."
msgstr ""
-#: src/Module/Debug/Babel.php:311
+#: src/Module/Debug/Babel.php:297
msgid "Babel Diagnostic"
msgstr ""
-#: src/Module/Debug/Babel.php:313
+#: src/Module/Debug/Babel.php:299
msgid "Source text"
msgstr ""
-#: src/Module/Debug/Babel.php:314
+#: src/Module/Debug/Babel.php:300
msgid "BBCode"
msgstr ""
-#: src/Module/Debug/Babel.php:316
+#: src/Module/Debug/Babel.php:302
msgid "Markdown"
msgstr ""
-#: src/Module/Debug/Babel.php:317
+#: src/Module/Debug/Babel.php:303
msgid "HTML"
msgstr ""
-#: src/Module/Debug/Babel.php:319
+#: src/Module/Debug/Babel.php:305
msgid "Twitter Source / Tweet URL (requires API key)"
msgstr ""
-#: src/Module/Debug/Feed.php:53 src/Module/Filer/SaveTag.php:47
-#: src/Module/Settings/Profile/Index.php:180
+#: src/Module/Debug/Feed.php:39 src/Module/Filer/SaveTag.php:33
+#: src/Module/Settings/Profile/Index.php:166
msgid "You must be logged in to use this module"
msgstr ""
-#: src/Module/Debug/Feed.php:78
+#: src/Module/Debug/Feed.php:64
msgid "Source URL"
msgstr ""
-#: src/Module/Debug/Localtime.php:49
+#: src/Module/Debug/Localtime.php:35
msgid "Time Conversion"
msgstr ""
-#: src/Module/Debug/Localtime.php:50
+#: src/Module/Debug/Localtime.php:36
msgid "Friendica provides this service for sharing events with other networks and friends in unknown timezones."
msgstr ""
-#: src/Module/Debug/Localtime.php:51
+#: src/Module/Debug/Localtime.php:37
#, php-format
msgid "UTC time: %s"
msgstr ""
-#: src/Module/Debug/Localtime.php:54
+#: src/Module/Debug/Localtime.php:40
#, php-format
msgid "Current timezone: %s"
msgstr ""
-#: src/Module/Debug/Localtime.php:58
+#: src/Module/Debug/Localtime.php:44
#, php-format
msgid "Converted localtime: %s"
msgstr ""
-#: src/Module/Debug/Localtime.php:62
+#: src/Module/Debug/Localtime.php:48
msgid "Please select your timezone:"
msgstr ""
-#: src/Module/Debug/Probe.php:38 src/Module/Debug/WebFinger.php:37
+#: src/Module/Debug/Probe.php:24 src/Module/Debug/WebFinger.php:23
msgid "Only logged in users are permitted to perform a probing."
msgstr ""
-#: src/Module/Debug/Probe.php:52
+#: src/Module/Debug/Probe.php:38
msgid "Probe Diagnostic"
msgstr ""
-#: src/Module/Debug/Probe.php:53
+#: src/Module/Debug/Probe.php:39
msgid "Output"
msgstr ""
-#: src/Module/Debug/Probe.php:56
+#: src/Module/Debug/Probe.php:42
msgid "Lookup address"
msgstr ""
-#: src/Module/Debug/WebFinger.php:50
+#: src/Module/Debug/WebFinger.php:36
msgid "Webfinger Diagnostic"
msgstr ""
-#: src/Module/Debug/WebFinger.php:52
+#: src/Module/Debug/WebFinger.php:38
msgid "Lookup address:"
msgstr ""
-#: src/Module/Directory.php:75
+#: src/Module/Directory.php:61
msgid "No entries (some entries may be hidden)."
msgstr ""
-#: src/Module/Directory.php:91
+#: src/Module/Directory.php:77
msgid "Find on this site"
msgstr ""
-#: src/Module/Directory.php:93
+#: src/Module/Directory.php:79
msgid "Results for:"
msgstr ""
-#: src/Module/Directory.php:95
+#: src/Module/Directory.php:81
msgid "Site Directory"
msgstr ""
-#: src/Module/Filer/RemoveTag.php:105
+#: src/Module/Filer/RemoveTag.php:91
msgid "Item was not deleted"
msgstr ""
-#: src/Module/Filer/RemoveTag.php:115
+#: src/Module/Filer/RemoveTag.php:101
msgid "Item was not removed"
msgstr ""
-#: src/Module/Filer/SaveTag.php:73
+#: src/Module/Filer/SaveTag.php:59
msgid "- select -"
msgstr ""
-#: src/Module/FriendSuggest.php:82
+#: src/Module/FriendSuggest.php:68
msgid "Suggested contact not found."
msgstr ""
-#: src/Module/FriendSuggest.php:100
+#: src/Module/FriendSuggest.php:86
msgid "Friend suggestion sent."
msgstr ""
-#: src/Module/FriendSuggest.php:137
+#: src/Module/FriendSuggest.php:123
msgid "Suggest Friends"
msgstr ""
-#: src/Module/FriendSuggest.php:140
+#: src/Module/FriendSuggest.php:126
#, php-format
msgid "Suggest a friend for %s"
msgstr ""
-#: src/Module/Friendica.php:81
+#: src/Module/Friendica.php:67
msgid "Installed addons/apps:"
msgstr ""
-#: src/Module/Friendica.php:86
+#: src/Module/Friendica.php:72
msgid "No installed addons/apps"
msgstr ""
-#: src/Module/Friendica.php:91
+#: src/Module/Friendica.php:77
#, php-format
msgid "Read about the Terms of Service of this node."
msgstr ""
-#: src/Module/Friendica.php:98
+#: src/Module/Friendica.php:84
msgid "On this server the following remote servers are blocked."
msgstr ""
-#: src/Module/Friendica.php:101
-#: src/Module/Moderation/Blocklist/Server/Index.php:87
-#: src/Module/Moderation/Blocklist/Server/Index.php:111
-#: src/Module/Settings/Channels.php:232
+#: src/Module/Friendica.php:87
+#: src/Module/Moderation/Blocklist/Server/Index.php:73
+#: src/Module/Moderation/Blocklist/Server/Index.php:97
+#: src/Module/Settings/Channels.php:218
msgid "Reason for the block"
msgstr ""
-#: src/Module/Friendica.php:103
+#: src/Module/Friendica.php:89
msgid "Download this list in CSV format"
msgstr ""
-#: src/Module/Friendica.php:117
+#: src/Module/Friendica.php:103
#, php-format
msgid "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."
msgstr ""
-#: src/Module/Friendica.php:122
+#: src/Module/Friendica.php:108
msgid "Please visit Friendi.ca to learn more about the Friendica project."
msgstr ""
-#: src/Module/Friendica.php:123
+#: src/Module/Friendica.php:109
msgid "Bug reports and issues: please visit"
msgstr ""
-#: src/Module/Friendica.php:123
+#: src/Module/Friendica.php:109
msgid "the bugtracker at github"
msgstr ""
-#: src/Module/Friendica.php:124
+#: src/Module/Friendica.php:110
msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
msgstr ""
-#: src/Module/HCard.php:45
+#: src/Module/HCard.php:31
msgid "No profile"
msgstr ""
-#: src/Module/HTTPException/MethodNotAllowed.php:31
+#: src/Module/HTTPException/MethodNotAllowed.php:17
msgid "Method Not Allowed."
msgstr ""
-#: src/Module/Help.php:60
+#: src/Module/Help.php:46
msgid "Help:"
msgstr ""
-#: src/Module/Home.php:66
+#: src/Module/Home.php:52
#, php-format
msgid "Welcome to %s"
msgstr ""
-#: src/Module/Install.php:189
+#: src/Module/Install.php:175
msgid "Friendica Communications Server - Setup"
msgstr ""
-#: src/Module/Install.php:200
+#: src/Module/Install.php:186
msgid "System check"
msgstr ""
-#: src/Module/Install.php:202 src/Module/Install.php:247
-#: src/Module/Install.php:326
+#: src/Module/Install.php:188 src/Module/Install.php:233
+#: src/Module/Install.php:312
msgid "Requirement not satisfied"
msgstr ""
-#: src/Module/Install.php:203
+#: src/Module/Install.php:189
msgid "Optional requirement not satisfied"
msgstr ""
-#: src/Module/Install.php:204
+#: src/Module/Install.php:190
msgid "OK"
msgstr ""
-#: src/Module/Install.php:208
+#: src/Module/Install.php:194
msgid "Next"
msgstr ""
-#: src/Module/Install.php:209
+#: src/Module/Install.php:195
msgid "Check again"
msgstr ""
-#: src/Module/Install.php:222
+#: src/Module/Install.php:208
msgid "Base settings"
msgstr ""
-#: src/Module/Install.php:224
+#: src/Module/Install.php:210
msgid "Base path to installation"
msgstr ""
-#: src/Module/Install.php:226
+#: src/Module/Install.php:212
msgid "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."
msgstr ""
-#: src/Module/Install.php:229
+#: src/Module/Install.php:215
msgid "The Friendica system URL"
msgstr ""
-#: src/Module/Install.php:231
+#: src/Module/Install.php:217
msgid "Overwrite this field in case the system URL determination isn't right, otherwise leave it as is."
msgstr ""
-#: src/Module/Install.php:242
+#: src/Module/Install.php:228
msgid "Database connection"
msgstr ""
-#: src/Module/Install.php:243
+#: src/Module/Install.php:229
msgid "In order to install Friendica we need to know how to connect to your database."
msgstr ""
-#: src/Module/Install.php:244
+#: src/Module/Install.php:230
msgid "Please contact your hosting provider or site administrator if you have questions about these settings."
msgstr ""
-#: src/Module/Install.php:245
+#: src/Module/Install.php:231
msgid "The database you specify below should already exist. If it does not, please create it before continuing."
msgstr ""
-#: src/Module/Install.php:252
+#: src/Module/Install.php:238
msgid "Database Server Name"
msgstr ""
-#: src/Module/Install.php:257
+#: src/Module/Install.php:243
msgid "Database Login Name"
msgstr ""
-#: src/Module/Install.php:263
+#: src/Module/Install.php:249
msgid "Database Login Password"
msgstr ""
-#: src/Module/Install.php:265
+#: src/Module/Install.php:251
msgid "For security reasons the password must not be empty"
msgstr ""
-#: src/Module/Install.php:268
+#: src/Module/Install.php:254
msgid "Database Name"
msgstr ""
-#: src/Module/Install.php:272 src/Module/Install.php:300
+#: src/Module/Install.php:258 src/Module/Install.php:286
msgid "Please select a default timezone for your website"
msgstr ""
-#: src/Module/Install.php:287
+#: src/Module/Install.php:273
msgid "Site settings"
msgstr ""
-#: src/Module/Install.php:295
+#: src/Module/Install.php:281
msgid "Site administrator email address"
msgstr ""
-#: src/Module/Install.php:297
+#: src/Module/Install.php:283
msgid "Your account email address must match this in order to use the web admin panel."
msgstr ""
-#: src/Module/Install.php:304
+#: src/Module/Install.php:290
msgid "System Language:"
msgstr ""
-#: src/Module/Install.php:306
+#: src/Module/Install.php:292
msgid "Set the default language for your Friendica installation interface and to send emails."
msgstr ""
-#: src/Module/Install.php:318
+#: src/Module/Install.php:304
msgid "Your Friendica site database has been installed."
msgstr ""
-#: src/Module/Install.php:328
+#: src/Module/Install.php:314
msgid "Installation finished"
msgstr ""
-#: src/Module/Install.php:348
+#: src/Module/Install.php:334
msgid "The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:
\n" "This file can be downloaded from the /friendica
path of any Friendica server.
debug.store_source
config key is set in config/local.config.php
for future items to have sources."
msgstr ""
-#: src/Module/Moderation/Item/Source.php:98
+#: src/Module/Moderation/Item/Source.php:84
msgid "Item Guid"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:95
+#: src/Module/Moderation/Report/Create.php:81
msgid "Contact not found or their server is already blocked on this node."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:136
+#: src/Module/Moderation/Report/Create.php:122
msgid "Please login to access this page."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:165
-#: src/Module/Moderation/Report/Create.php:180
-#: src/Module/Moderation/Report/Create.php:208
-#: src/Module/Moderation/Report/Create.php:260
-#: src/Module/Moderation/Report/Create.php:279
+#: src/Module/Moderation/Report/Create.php:151
+#: src/Module/Moderation/Report/Create.php:166
+#: src/Module/Moderation/Report/Create.php:194
+#: src/Module/Moderation/Report/Create.php:246
+#: src/Module/Moderation/Report/Create.php:265
msgid "Create Moderation Report"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:166
+#: src/Module/Moderation/Report/Create.php:152
msgid "Pick Contact"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:167
+#: src/Module/Moderation/Report/Create.php:153
msgid "Please enter below the contact address or profile URL you would like to create a moderation report about."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:171
+#: src/Module/Moderation/Report/Create.php:157
msgid "Contact address/URL"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:181
+#: src/Module/Moderation/Report/Create.php:167
msgid "Pick Category"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:182
+#: src/Module/Moderation/Report/Create.php:168
msgid "Please pick below the category of your report."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:186
-#: src/Module/Moderation/Report/Create.php:311
+#: src/Module/Moderation/Report/Create.php:172
+#: src/Module/Moderation/Report/Create.php:297
msgid "Spam"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:186
+#: src/Module/Moderation/Report/Create.php:172
msgid "This contact is publishing many repeated/overly long posts/replies or advertising their product/websites in otherwise irrelevant conversations."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:187
-#: src/Module/Moderation/Report/Create.php:312
+#: src/Module/Moderation/Report/Create.php:173
+#: src/Module/Moderation/Report/Create.php:298
msgid "Illegal Content"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:187
+#: src/Module/Moderation/Report/Create.php:173
msgid "This contact is publishing content that is considered illegal in this node's hosting juridiction."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:188
-#: src/Module/Moderation/Report/Create.php:313
+#: src/Module/Moderation/Report/Create.php:174
+#: src/Module/Moderation/Report/Create.php:299
msgid "Community Safety"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:188
+#: src/Module/Moderation/Report/Create.php:174
msgid "This contact aggravated you or other people, by being provocative or insensitive, intentionally or not. This includes disclosing people's private information (doxxing), posting threats or offensive pictures in posts or replies."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:189
-#: src/Module/Moderation/Report/Create.php:314
+#: src/Module/Moderation/Report/Create.php:175
+#: src/Module/Moderation/Report/Create.php:300
msgid "Unwanted Content/Behavior"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:189
+#: src/Module/Moderation/Report/Create.php:175
msgid "This contact has repeatedly published content irrelevant to the node's theme or is openly criticizing the node's administration/moderation without directly engaging with the relevant people for example or repeatedly nitpicking on a sensitive topic."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:190
-#: src/Module/Moderation/Report/Create.php:315
+#: src/Module/Moderation/Report/Create.php:176
+#: src/Module/Moderation/Report/Create.php:301
msgid "Rules Violation"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:190
+#: src/Module/Moderation/Report/Create.php:176
msgid "This contact violated one or more rules of this node. You will be able to pick which one(s) in the next step."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:191
+#: src/Module/Moderation/Report/Create.php:177
msgid "Please elaborate below why you submitted this report. The more details you provide, the better your report can be handled."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:193
+#: src/Module/Moderation/Report/Create.php:179
msgid "Additional Information"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:193
+#: src/Module/Moderation/Report/Create.php:179
msgid "Please provide any additional information relevant to this particular report. You will be able to attach posts by this contact in the next step, but any context is welcome."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:209
+#: src/Module/Moderation/Report/Create.php:195
msgid "Pick Rules"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:210
+#: src/Module/Moderation/Report/Create.php:196
msgid "Please pick below the node rules you believe this contact violated."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:261
+#: src/Module/Moderation/Report/Create.php:247
msgid "Pick Posts"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:262
+#: src/Module/Moderation/Report/Create.php:248
msgid "Please optionally pick posts to attach to your report."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:281
+#: src/Module/Moderation/Report/Create.php:267
msgid "Submit Report"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:282
+#: src/Module/Moderation/Report/Create.php:268
msgid "Further Action"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:283
+#: src/Module/Moderation/Report/Create.php:269
msgid "You can also perform one of the following action on the contact you reported:"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:291
+#: src/Module/Moderation/Report/Create.php:277
msgid "Nothing"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:292
+#: src/Module/Moderation/Report/Create.php:278
msgid "Collapse contact"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:292
+#: src/Module/Moderation/Report/Create.php:278
msgid "Their posts and replies will keep appearing in your Network page but their content will be collapsed by default."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:293
+#: src/Module/Moderation/Report/Create.php:279
msgid "Their posts won't appear in your Network page anymore, but their replies can appear in forum threads. They still can follow you."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:294
+#: src/Module/Moderation/Report/Create.php:280
msgid "Block contact"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:294
+#: src/Module/Moderation/Report/Create.php:280
msgid "Their posts won't appear in your Network page anymore, but their replies can appear in forum threads, with their content collapsed by default. They cannot follow you but still can have access to your public posts by other means."
msgstr ""
-#: src/Module/Moderation/Report/Create.php:297
+#: src/Module/Moderation/Report/Create.php:283
msgid "Forward report"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:297
+#: src/Module/Moderation/Report/Create.php:283
msgid "Would you ike to forward this report to the remote server?"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:330
+#: src/Module/Moderation/Report/Create.php:316
msgid "1. Pick a contact"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:331
+#: src/Module/Moderation/Report/Create.php:317
msgid "2. Pick a category"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:332
+#: src/Module/Moderation/Report/Create.php:318
msgid "2a. Pick rules"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:333
+#: src/Module/Moderation/Report/Create.php:319
msgid "2b. Add comment"
msgstr ""
-#: src/Module/Moderation/Report/Create.php:334
+#: src/Module/Moderation/Report/Create.php:320
msgid "3. Pick posts"
msgstr ""
-#: src/Module/Moderation/Reports.php:111
+#: src/Module/Moderation/Reports.php:97
msgid "List of reports"
msgstr ""
-#: src/Module/Moderation/Reports.php:112
+#: src/Module/Moderation/Reports.php:98
msgid "This page display reports created by our or remote users."
msgstr ""
-#: src/Module/Moderation/Reports.php:113
+#: src/Module/Moderation/Reports.php:99
msgid "No report exists at this node."
msgstr ""
-#: src/Module/Moderation/Reports.php:116
+#: src/Module/Moderation/Reports.php:102
msgid "Category"
msgstr ""
-#: src/Module/Moderation/Reports.php:120
+#: src/Module/Moderation/Reports.php:106
#, php-format
msgid "%s total report"
msgid_plural "%s total reports"
msgstr[0] ""
msgstr[1] ""
-#: src/Module/Moderation/Reports.php:123
+#: src/Module/Moderation/Reports.php:109
msgid "URL of the reported contact."
msgstr ""
-#: src/Module/Moderation/Summary.php:57 src/Module/Settings/Account.php:436
+#: src/Module/Moderation/Summary.php:43 src/Module/Settings/Account.php:422
msgid "Channel Relay"
msgstr ""
-#: src/Module/Moderation/Summary.php:77
+#: src/Module/Moderation/Summary.php:63
msgid "Registered users"
msgstr ""
-#: src/Module/Moderation/Summary.php:79
+#: src/Module/Moderation/Summary.php:65
msgid "Pending registrations"
msgstr ""
-#: src/Module/Moderation/Users/Active.php:43
-#: src/Module/Moderation/Users/Index.php:43
+#: src/Module/Moderation/Users/Active.php:29
+#: src/Module/Moderation/Users/Index.php:29
#, php-format
msgid "%s user blocked"
msgid_plural "%s users blocked"
msgstr[0] ""
msgstr[1] ""
-#: src/Module/Moderation/Users/Active.php:51
-#: src/Module/Moderation/Users/Active.php:85
-#: src/Module/Moderation/Users/Blocked.php:51
-#: src/Module/Moderation/Users/Blocked.php:85
-#: src/Module/Moderation/Users/Index.php:58
-#: src/Module/Moderation/Users/Index.php:92
+#: src/Module/Moderation/Users/Active.php:37
+#: src/Module/Moderation/Users/Active.php:71
+#: src/Module/Moderation/Users/Blocked.php:37
+#: src/Module/Moderation/Users/Blocked.php:71
+#: src/Module/Moderation/Users/Index.php:44
+#: src/Module/Moderation/Users/Index.php:78
msgid "You can't remove yourself"
msgstr ""
-#: src/Module/Moderation/Users/Active.php:55
-#: src/Module/Moderation/Users/Blocked.php:55
-#: src/Module/Moderation/Users/Index.php:62
+#: src/Module/Moderation/Users/Active.php:41
+#: src/Module/Moderation/Users/Blocked.php:41
+#: src/Module/Moderation/Users/Index.php:48
#, php-format
msgid "%s user deleted"
msgid_plural "%s users deleted"
msgstr[0] ""
msgstr[1] ""
-#: src/Module/Moderation/Users/Active.php:83
-#: src/Module/Moderation/Users/Blocked.php:83
-#: src/Module/Moderation/Users/Index.php:90
+#: src/Module/Moderation/Users/Active.php:69
+#: src/Module/Moderation/Users/Blocked.php:69
+#: src/Module/Moderation/Users/Index.php:76
#, php-format
msgid "User \"%s\" deleted"
msgstr ""
-#: src/Module/Moderation/Users/Active.php:93
-#: src/Module/Moderation/Users/Index.php:100
+#: src/Module/Moderation/Users/Active.php:79
+#: src/Module/Moderation/Users/Index.php:86
#, php-format
msgid "User \"%s\" blocked"
msgstr ""
-#: src/Module/Moderation/Users/Active.php:126
-#: src/Module/Moderation/Users/Blocked.php:126
-#: src/Module/Moderation/Users/Deleted.php:83
-#: src/Module/Moderation/Users/Index.php:140
-#: src/Module/Moderation/Users/Index.php:160
+#: src/Module/Moderation/Users/Active.php:112
+#: src/Module/Moderation/Users/Blocked.php:112
+#: src/Module/Moderation/Users/Deleted.php:69
+#: src/Module/Moderation/Users/Index.php:126
+#: src/Module/Moderation/Users/Index.php:146
msgid "Register date"
msgstr ""
-#: src/Module/Moderation/Users/Active.php:126
-#: src/Module/Moderation/Users/Blocked.php:126
-#: src/Module/Moderation/Users/Deleted.php:83
-#: src/Module/Moderation/Users/Index.php:140
-#: src/Module/Moderation/Users/Index.php:160
+#: src/Module/Moderation/Users/Active.php:112
+#: src/Module/Moderation/Users/Blocked.php:112
+#: src/Module/Moderation/Users/Deleted.php:69
+#: src/Module/Moderation/Users/Index.php:126
+#: src/Module/Moderation/Users/Index.php:146
msgid "Last login"
msgstr ""
-#: src/Module/Moderation/Users/Active.php:126
-#: src/Module/Moderation/Users/Blocked.php:126
-#: src/Module/Moderation/Users/Deleted.php:83
-#: src/Module/Moderation/Users/Index.php:140
-#: src/Module/Moderation/Users/Index.php:160
+#: src/Module/Moderation/Users/Active.php:112
+#: src/Module/Moderation/Users/Blocked.php:112
+#: src/Module/Moderation/Users/Deleted.php:69
+#: src/Module/Moderation/Users/Index.php:126
+#: src/Module/Moderation/Users/Index.php:146
msgid "Last public item"
msgstr ""
-#: src/Module/Moderation/Users/Active.php:134
+#: src/Module/Moderation/Users/Active.php:120
msgid "Active Accounts"
msgstr ""
-#: src/Module/Moderation/Users/Active.php:138
-#: src/Module/Moderation/Users/Blocked.php:137
-#: src/Module/Moderation/Users/Index.php:153
+#: src/Module/Moderation/Users/Active.php:124
+#: src/Module/Moderation/Users/Blocked.php:123
+#: src/Module/Moderation/Users/Index.php:139
msgid "User blocked"
msgstr ""
-#: src/Module/Moderation/Users/Active.php:139
-#: src/Module/Moderation/Users/Blocked.php:139
-#: src/Module/Moderation/Users/Index.php:155
+#: src/Module/Moderation/Users/Active.php:125
+#: src/Module/Moderation/Users/Blocked.php:125
+#: src/Module/Moderation/Users/Index.php:141
msgid "Site admin"
msgstr ""
-#: src/Module/Moderation/Users/Active.php:140
-#: src/Module/Moderation/Users/Blocked.php:140
-#: src/Module/Moderation/Users/Index.php:156
+#: src/Module/Moderation/Users/Active.php:126
+#: src/Module/Moderation/Users/Blocked.php:126
+#: src/Module/Moderation/Users/Index.php:142
msgid "Account expired"
msgstr ""
-#: src/Module/Moderation/Users/Active.php:141
-#: src/Module/Moderation/Users/Index.php:159
+#: src/Module/Moderation/Users/Active.php:127
+#: src/Module/Moderation/Users/Index.php:145
msgid "Create a new user"
msgstr ""
-#: src/Module/Moderation/Users/Active.php:147
-#: src/Module/Moderation/Users/Blocked.php:146
-#: src/Module/Moderation/Users/Index.php:165
+#: src/Module/Moderation/Users/Active.php:133
+#: src/Module/Moderation/Users/Blocked.php:132
+#: src/Module/Moderation/Users/Index.php:151
msgid "Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"
msgstr ""
-#: src/Module/Moderation/Users/Active.php:148
-#: src/Module/Moderation/Users/Blocked.php:147
-#: src/Module/Moderation/Users/Index.php:166
+#: src/Module/Moderation/Users/Active.php:134
+#: src/Module/Moderation/Users/Blocked.php:133
+#: src/Module/Moderation/Users/Index.php:152
msgid "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"
msgstr ""
-#: src/Module/Moderation/Users/Blocked.php:43
-#: src/Module/Moderation/Users/Index.php:50
+#: src/Module/Moderation/Users/Blocked.php:29
+#: src/Module/Moderation/Users/Index.php:36
#, php-format
msgid "%s user unblocked"
msgid_plural "%s users unblocked"
msgstr[0] ""
msgstr[1] ""
-#: src/Module/Moderation/Users/Blocked.php:92
-#: src/Module/Moderation/Users/Index.php:106
+#: src/Module/Moderation/Users/Blocked.php:78
+#: src/Module/Moderation/Users/Index.php:92
#, php-format
msgid "User \"%s\" unblocked"
msgstr ""
-#: src/Module/Moderation/Users/Blocked.php:134
+#: src/Module/Moderation/Users/Blocked.php:120
msgid "Blocked Users"
msgstr ""
-#: src/Module/Moderation/Users/Create.php:62
+#: src/Module/Moderation/Users/Create.php:48
msgid "New User"
msgstr ""
-#: src/Module/Moderation/Users/Create.php:63
+#: src/Module/Moderation/Users/Create.php:49
msgid "Add User"
msgstr ""
-#: src/Module/Moderation/Users/Create.php:70
+#: src/Module/Moderation/Users/Create.php:56
msgid "Name of the new user."
msgstr ""
-#: src/Module/Moderation/Users/Create.php:71
+#: src/Module/Moderation/Users/Create.php:57
msgid "Nickname"
msgstr ""
-#: src/Module/Moderation/Users/Create.php:71
+#: src/Module/Moderation/Users/Create.php:57
msgid "Nickname of the new user."
msgstr ""
-#: src/Module/Moderation/Users/Create.php:72
+#: src/Module/Moderation/Users/Create.php:58
msgid "Email address of the new user."
msgstr ""
-#: src/Module/Moderation/Users/Deleted.php:81
+#: src/Module/Moderation/Users/Deleted.php:67
msgid "Users awaiting permanent deletion"
msgstr ""
-#: src/Module/Moderation/Users/Deleted.php:83
-#: src/Module/Moderation/Users/Index.php:160
+#: src/Module/Moderation/Users/Deleted.php:69
+#: src/Module/Moderation/Users/Index.php:146
msgid "Permanent deletion"
msgstr ""
-#: src/Module/Moderation/Users/Index.php:150
+#: src/Module/Moderation/Users/Index.php:136
msgid "User waiting for permanent deletion"
msgstr ""
-#: src/Module/Moderation/Users/Pending.php:44
+#: src/Module/Moderation/Users/Pending.php:30
#, php-format
msgid "%s user approved"
msgid_plural "%s users approved"
msgstr[0] ""
msgstr[1] ""
-#: src/Module/Moderation/Users/Pending.php:51
+#: src/Module/Moderation/Users/Pending.php:37
#, php-format
msgid "%s registration revoked"
msgid_plural "%s registrations revoked"
msgstr[0] ""
msgstr[1] ""
-#: src/Module/Moderation/Users/Pending.php:76
+#: src/Module/Moderation/Users/Pending.php:62
msgid "Account approved."
msgstr ""
-#: src/Module/Moderation/Users/Pending.php:82
+#: src/Module/Moderation/Users/Pending.php:68
msgid "Registration revoked"
msgstr ""
-#: src/Module/Moderation/Users/Pending.php:97
+#: src/Module/Moderation/Users/Pending.php:83
msgid "User registrations awaiting review"
msgstr ""
-#: src/Module/Moderation/Users/Pending.php:99
+#: src/Module/Moderation/Users/Pending.php:85
msgid "Request date"
msgstr ""
-#: src/Module/Moderation/Users/Pending.php:100
+#: src/Module/Moderation/Users/Pending.php:86
msgid "No registrations."
msgstr ""
-#: src/Module/Moderation/Users/Pending.php:101
+#: src/Module/Moderation/Users/Pending.php:87
msgid "Note from the user"
msgstr ""
-#: src/Module/Moderation/Users/Pending.php:103
+#: src/Module/Moderation/Users/Pending.php:89
msgid "Deny"
msgstr ""
-#: src/Module/Notifications/Introductions.php:105
+#: src/Module/Notifications/Introductions.php:91
msgid "Show Ignored Requests"
msgstr ""
-#: src/Module/Notifications/Introductions.php:105
+#: src/Module/Notifications/Introductions.php:91
msgid "Hide Ignored Requests"
msgstr ""
-#: src/Module/Notifications/Introductions.php:121
-#: src/Module/Notifications/Introductions.php:184
+#: src/Module/Notifications/Introductions.php:107
+#: src/Module/Notifications/Introductions.php:170
msgid "Notification type:"
msgstr ""
-#: src/Module/Notifications/Introductions.php:124
+#: src/Module/Notifications/Introductions.php:110
msgid "Suggested by:"
msgstr ""
-#: src/Module/Notifications/Introductions.php:149
+#: src/Module/Notifications/Introductions.php:135
msgid "Claims to be known to you: "
msgstr ""
-#: src/Module/Notifications/Introductions.php:158
+#: src/Module/Notifications/Introductions.php:144
msgid "Shall your connection be bidirectional or not?"
msgstr ""
-#: src/Module/Notifications/Introductions.php:159
+#: src/Module/Notifications/Introductions.php:145
#, php-format
msgid "Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."
msgstr ""
-#: src/Module/Notifications/Introductions.php:160
+#: src/Module/Notifications/Introductions.php:146
#, php-format
msgid "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
msgstr ""
-#: src/Module/Notifications/Introductions.php:162
+#: src/Module/Notifications/Introductions.php:148
msgid "Friend"
msgstr ""
-#: src/Module/Notifications/Introductions.php:163
+#: src/Module/Notifications/Introductions.php:149
msgid "Subscriber"
msgstr ""
-#: src/Module/Notifications/Introductions.php:222
+#: src/Module/Notifications/Introductions.php:208
msgid "No introductions."
msgstr ""
-#: src/Module/Notifications/Introductions.php:223
-#: src/Module/Notifications/Notifications.php:141
+#: src/Module/Notifications/Introductions.php:209
+#: src/Module/Notifications/Notifications.php:127
#, php-format
msgid "No more %s notifications."
msgstr ""
-#: src/Module/Notifications/Notification.php:135
+#: src/Module/Notifications/Notification.php:121
msgid "You must be logged in to show this page."
msgstr ""
-#: src/Module/Notifications/Notifications.php:66
+#: src/Module/Notifications/Notifications.php:52
msgid "Network Notifications"
msgstr ""
-#: src/Module/Notifications/Notifications.php:72
+#: src/Module/Notifications/Notifications.php:58
msgid "System Notifications"
msgstr ""
-#: src/Module/Notifications/Notifications.php:78
+#: src/Module/Notifications/Notifications.php:64
msgid "Personal Notifications"
msgstr ""
-#: src/Module/Notifications/Notifications.php:84
+#: src/Module/Notifications/Notifications.php:70
msgid "Home Notifications"
msgstr ""
-#: src/Module/Notifications/Notifications.php:146
+#: src/Module/Notifications/Notifications.php:132
msgid "Show unread"
msgstr ""
-#: src/Module/Notifications/Ping.php:220
+#: src/Module/Notifications/Ping.php:206
msgid "{0} requested registration"
msgstr ""
-#: src/Module/Notifications/Ping.php:229
+#: src/Module/Notifications/Ping.php:215
#, php-format
msgid "{0} and %d others requested registration"
msgstr ""
-#: src/Module/OAuth/Acknowledge.php:51
+#: src/Module/OAuth/Acknowledge.php:37
msgid "Authorize application connection"
msgstr ""
-#: src/Module/OAuth/Acknowledge.php:53
+#: src/Module/OAuth/Acknowledge.php:39
msgid "Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"
msgstr ""
-#: src/Module/OAuth/Authorize.php:54
+#: src/Module/OAuth/Authorize.php:40
msgid "Unsupported or missing response type"
msgstr ""
-#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:75
+#: src/Module/OAuth/Authorize.php:45 src/Module/OAuth/Token.php:61
msgid "Incomplete request data"
msgstr ""
-#: src/Module/OAuth/Authorize.php:106
+#: src/Module/OAuth/Authorize.php:92
#, php-format
msgid "Please copy the following authentication code into your application and close this window: %s"
msgstr ""
-#: src/Module/OAuth/Token.php:80
+#: src/Module/OAuth/Token.php:66
msgid "Invalid data or unknown client"
msgstr ""
-#: src/Module/OAuth/Token.php:105
+#: src/Module/OAuth/Token.php:91
msgid "Unsupported or missing grant type"
msgstr ""
-#: src/Module/OStatus/Repair.php:83
+#: src/Module/OStatus/Repair.php:69
msgid "Resubscribing to OStatus contacts"
msgstr ""
-#: src/Module/OStatus/Repair.php:84 src/Module/OStatus/Subscribe.php:160
+#: src/Module/OStatus/Repair.php:70 src/Module/OStatus/Subscribe.php:146
msgid "Keep this window open until done."
msgstr ""
-#: src/Module/OStatus/Repair.php:85
+#: src/Module/OStatus/Repair.php:71
msgid "✔ Done"
msgstr ""
-#: src/Module/OStatus/Repair.php:86
+#: src/Module/OStatus/Repair.php:72
msgid "No OStatus contacts to resubscribe to."
msgstr ""
-#: src/Module/OStatus/Subscribe.php:72
+#: src/Module/OStatus/Subscribe.php:58
msgid "Subscribing to contacts"
msgstr ""
-#: src/Module/OStatus/Subscribe.php:81
+#: src/Module/OStatus/Subscribe.php:67
msgid "No contact provided."
msgstr ""
-#: src/Module/OStatus/Subscribe.php:87
+#: src/Module/OStatus/Subscribe.php:73
msgid "Couldn't fetch information for contact."
msgstr ""
-#: src/Module/OStatus/Subscribe.php:98
+#: src/Module/OStatus/Subscribe.php:84
msgid "Couldn't fetch friends for contact."
msgstr ""
-#: src/Module/OStatus/Subscribe.php:104 src/Module/OStatus/Subscribe.php:115
+#: src/Module/OStatus/Subscribe.php:90 src/Module/OStatus/Subscribe.php:101
msgid "Couldn't fetch following contacts."
msgstr ""
-#: src/Module/OStatus/Subscribe.php:110
+#: src/Module/OStatus/Subscribe.php:96
msgid "Couldn't fetch remote profile."
msgstr ""
-#: src/Module/OStatus/Subscribe.php:120
+#: src/Module/OStatus/Subscribe.php:106
msgid "Unsupported network"
msgstr ""
-#: src/Module/OStatus/Subscribe.php:136
+#: src/Module/OStatus/Subscribe.php:122
msgid "Done"
msgstr ""
-#: src/Module/OStatus/Subscribe.php:150
+#: src/Module/OStatus/Subscribe.php:136
msgid "success"
msgstr ""
-#: src/Module/OStatus/Subscribe.php:152
+#: src/Module/OStatus/Subscribe.php:138
msgid "failed"
msgstr ""
-#: src/Module/OStatus/Subscribe.php:155
+#: src/Module/OStatus/Subscribe.php:141
msgid "ignored"
msgstr ""
-#: src/Module/Photo.php:122
+#: src/Module/Photo.php:108
msgid "The Photo is not available."
msgstr ""
-#: src/Module/Photo.php:147
+#: src/Module/Photo.php:133
#, php-format
msgid "The Photo with id %s is not available."
msgstr ""
-#: src/Module/Photo.php:188
+#: src/Module/Photo.php:174
#, php-format
msgid "Invalid external resource with url %s."
msgstr ""
-#: src/Module/Photo.php:190
+#: src/Module/Photo.php:176
#, php-format
msgid "Invalid photo with id %s."
msgstr ""
-#: src/Module/Post/Edit.php:82 src/Module/Post/Edit.php:96
+#: src/Module/Post/Edit.php:68 src/Module/Post/Edit.php:82
msgid "Post not found."
msgstr ""
-#: src/Module/Post/Edit.php:102
+#: src/Module/Post/Edit.php:88
msgid "Edit post"
msgstr ""
-#: src/Module/Post/Edit.php:136
+#: src/Module/Post/Edit.php:122
msgid "web link"
msgstr ""
-#: src/Module/Post/Edit.php:137
+#: src/Module/Post/Edit.php:123
msgid "Insert video link"
msgstr ""
-#: src/Module/Post/Edit.php:138
+#: src/Module/Post/Edit.php:124
msgid "video link"
msgstr ""
-#: src/Module/Post/Edit.php:139
+#: src/Module/Post/Edit.php:125
msgid "Insert audio link"
msgstr ""
-#: src/Module/Post/Edit.php:140
+#: src/Module/Post/Edit.php:126
msgid "audio link"
msgstr ""
-#: src/Module/Post/Tag/Remove.php:106
+#: src/Module/Post/Tag/Remove.php:92
msgid "Remove Item Tag"
msgstr ""
-#: src/Module/Post/Tag/Remove.php:107
+#: src/Module/Post/Tag/Remove.php:93
msgid "Select a tag to remove: "
msgstr ""
-#: src/Module/Post/Tag/Remove.php:108
-#: src/Module/Settings/TwoFactor/Trusted.php:147
+#: src/Module/Post/Tag/Remove.php:94
+#: src/Module/Settings/TwoFactor/Trusted.php:133
msgid "Remove"
msgstr ""
-#: src/Module/Privacy/PermissionTooltip.php:71
+#: src/Module/Privacy/PermissionTooltip.php:57
#, php-format
msgid "Wrong type \"%s\", expected one of: %s"
msgstr ""
-#: src/Module/Privacy/PermissionTooltip.php:101
+#: src/Module/Privacy/PermissionTooltip.php:87
msgid "Model not found"
msgstr ""
-#: src/Module/Privacy/PermissionTooltip.php:118
+#: src/Module/Privacy/PermissionTooltip.php:104
msgid "Unlisted"
msgstr ""
-#: src/Module/Privacy/PermissionTooltip.php:124
+#: src/Module/Privacy/PermissionTooltip.php:110
msgid "Remote privacy information not available."
msgstr ""
-#: src/Module/Privacy/PermissionTooltip.php:131
+#: src/Module/Privacy/PermissionTooltip.php:117
msgid "Visible to:"
msgstr ""
-#: src/Module/Privacy/PermissionTooltip.php:133
+#: src/Module/Privacy/PermissionTooltip.php:119
msgid "CC:"
msgstr ""
-#: src/Module/Privacy/PermissionTooltip.php:134
+#: src/Module/Privacy/PermissionTooltip.php:120
msgid "BCC:"
msgstr ""
-#: src/Module/Privacy/PermissionTooltip.php:135
+#: src/Module/Privacy/PermissionTooltip.php:121
msgid "Audience:"
msgstr ""
-#: src/Module/Privacy/PermissionTooltip.php:136
+#: src/Module/Privacy/PermissionTooltip.php:122
msgid "Attributed To:"
msgstr ""
-#: src/Module/Privacy/PermissionTooltip.php:234
+#: src/Module/Privacy/PermissionTooltip.php:220
#, php-format
msgid "Collection (%s)"
msgstr ""
-#: src/Module/Privacy/PermissionTooltip.php:238
+#: src/Module/Privacy/PermissionTooltip.php:224
#, php-format
msgid "Followers (%s)"
msgstr ""
-#: src/Module/Privacy/PermissionTooltip.php:255
+#: src/Module/Privacy/PermissionTooltip.php:241
#, php-format
msgid "%d more"
msgstr ""
-#: src/Module/Profile/Contacts.php:159
+#: src/Module/Profile/Contacts.php:145
msgid "No contacts."
msgstr ""
-#: src/Module/Profile/Conversations.php:106
-#: src/Module/Profile/Conversations.php:109 src/Module/Profile/Profile.php:353
-#: src/Module/Profile/Profile.php:356 src/Protocol/Feed.php:1114
-#: src/Protocol/OStatus.php:1011
+#: src/Module/Profile/Conversations.php:92
+#: src/Module/Profile/Conversations.php:95 src/Module/Profile/Profile.php:339
+#: src/Module/Profile/Profile.php:342 src/Protocol/Feed.php:1100
+#: src/Protocol/OStatus.php:997
#, php-format
msgid "%s's timeline"
msgstr ""
-#: src/Module/Profile/Conversations.php:107 src/Module/Profile/Profile.php:354
-#: src/Protocol/Feed.php:1118 src/Protocol/OStatus.php:1016
+#: src/Module/Profile/Conversations.php:93 src/Module/Profile/Profile.php:340
+#: src/Protocol/Feed.php:1104 src/Protocol/OStatus.php:1002
#, php-format
msgid "%s's posts"
msgstr ""
-#: src/Module/Profile/Conversations.php:108 src/Module/Profile/Profile.php:355
-#: src/Protocol/Feed.php:1121 src/Protocol/OStatus.php:1020
+#: src/Module/Profile/Conversations.php:94 src/Module/Profile/Profile.php:341
+#: src/Protocol/Feed.php:1107 src/Protocol/OStatus.php:1006
#, php-format
msgid "%s's comments"
msgstr ""
-#: src/Module/Profile/Photos.php:164 src/Module/Profile/Photos.php:167
-#: src/Module/Profile/Photos.php:192
-#: src/Module/Settings/Profile/Photo/Index.php:58
+#: src/Module/Profile/Photos.php:150 src/Module/Profile/Photos.php:153
+#: src/Module/Profile/Photos.php:178
+#: src/Module/Settings/Profile/Photo/Index.php:44
#, php-format
msgid "Image exceeds size limit of %s"
msgstr ""
-#: src/Module/Profile/Photos.php:170
+#: src/Module/Profile/Photos.php:156
msgid "Image upload didn't complete, please try again"
msgstr ""
-#: src/Module/Profile/Photos.php:173
+#: src/Module/Profile/Photos.php:159
msgid "Image file is missing"
msgstr ""
-#: src/Module/Profile/Photos.php:178
+#: src/Module/Profile/Photos.php:164
msgid "Server can't accept new file upload at this time, please contact your administrator"
msgstr ""
-#: src/Module/Profile/Photos.php:200
+#: src/Module/Profile/Photos.php:186
msgid "Image file is empty."
msgstr ""
-#: src/Module/Profile/Photos.php:352
+#: src/Module/Profile/Photos.php:338
msgid "View Album"
msgstr ""
-#: src/Module/Profile/Profile.php:114 src/Module/Profile/Restricted.php:50
+#: src/Module/Profile/Profile.php:100 src/Module/Profile/Restricted.php:36
msgid "Profile not found."
msgstr ""
-#: src/Module/Profile/Profile.php:160
+#: src/Module/Profile/Profile.php:146
#, php-format
msgid "You're currently viewing your profile as %s Cancel"
msgstr ""
-#: src/Module/Profile/Profile.php:169
+#: src/Module/Profile/Profile.php:155
msgid "Full Name:"
msgstr ""
-#: src/Module/Profile/Profile.php:174
+#: src/Module/Profile/Profile.php:160
msgid "Member since:"
msgstr ""
-#: src/Module/Profile/Profile.php:180
+#: src/Module/Profile/Profile.php:166
msgid "j F, Y"
msgstr ""
-#: src/Module/Profile/Profile.php:181
+#: src/Module/Profile/Profile.php:167
msgid "j F"
msgstr ""
-#: src/Module/Profile/Profile.php:189 src/Util/Temporal.php:168
+#: src/Module/Profile/Profile.php:175 src/Util/Temporal.php:154
msgid "Birthday:"
msgstr ""
-#: src/Module/Profile/Profile.php:192 src/Module/Settings/Profile/Index.php:296
-#: src/Util/Temporal.php:170
+#: src/Module/Profile/Profile.php:178 src/Module/Settings/Profile/Index.php:282
+#: src/Util/Temporal.php:156
msgid "Age: "
msgstr ""
-#: src/Module/Profile/Profile.php:192 src/Module/Settings/Profile/Index.php:296
-#: src/Util/Temporal.php:170
+#: src/Module/Profile/Profile.php:178 src/Module/Settings/Profile/Index.php:282
+#: src/Util/Temporal.php:156
#, php-format
msgid "%d year old"
msgid_plural "%d years old"
msgstr[0] ""
msgstr[1] ""
-#: src/Module/Profile/Profile.php:197 src/Module/Settings/Profile/Index.php:289
+#: src/Module/Profile/Profile.php:183 src/Module/Settings/Profile/Index.php:275
msgid "Description:"
msgstr ""
-#: src/Module/Profile/Profile.php:263
+#: src/Module/Profile/Profile.php:249
msgid "Groups:"
msgstr ""
-#: src/Module/Profile/Profile.php:275
+#: src/Module/Profile/Profile.php:261
msgid "View profile as:"
msgstr ""
-#: src/Module/Profile/Profile.php:292
+#: src/Module/Profile/Profile.php:278
msgid "View as"
msgstr ""
-#: src/Module/Profile/RemoteFollow.php:82
+#: src/Module/Profile/RemoteFollow.php:68
msgid "Profile unavailable."
msgstr ""
-#: src/Module/Profile/RemoteFollow.php:88
+#: src/Module/Profile/RemoteFollow.php:74
msgid "Invalid locator"
msgstr ""
-#: src/Module/Profile/RemoteFollow.php:95
+#: src/Module/Profile/RemoteFollow.php:81
msgid "The provided profile link doesn't seem to be valid"
msgstr ""
-#: src/Module/Profile/RemoteFollow.php:100
+#: src/Module/Profile/RemoteFollow.php:86
msgid "Remote subscription can't be done for your network. Please subscribe directly on your system."
msgstr ""
-#: src/Module/Profile/RemoteFollow.php:128
+#: src/Module/Profile/RemoteFollow.php:114
msgid "Friend/Connection Request"
msgstr ""
-#: src/Module/Profile/RemoteFollow.php:129
+#: src/Module/Profile/RemoteFollow.php:115
#, php-format
msgid "Enter your Webfinger address (user@domain.tld) or profile URL here. If this isn't supported by your system, you have to subscribe to %s or %s directly on your system."
msgstr ""
-#: src/Module/Profile/RemoteFollow.php:130
+#: src/Module/Profile/RemoteFollow.php:116
#, php-format
msgid "If you are not yet a member of the free social web, follow this link to find a public Friendica node and join us today."
msgstr ""
-#: src/Module/Profile/RemoteFollow.php:131
+#: src/Module/Profile/RemoteFollow.php:117
msgid "Your Webfinger address or profile URL:"
msgstr ""
-#: src/Module/Profile/Restricted.php:59
+#: src/Module/Profile/Restricted.php:45
msgid "Restricted profile"
msgstr ""
-#: src/Module/Profile/Restricted.php:60
+#: src/Module/Profile/Restricted.php:46
msgid "This profile has been restricted which prevents access to their public content from anonymous visitors."
msgstr ""
-#: src/Module/Profile/Schedule.php:83
+#: src/Module/Profile/Schedule.php:69
msgid "Scheduled"
msgstr ""
-#: src/Module/Profile/Schedule.php:84
+#: src/Module/Profile/Schedule.php:70
msgid "Content"
msgstr ""
-#: src/Module/Profile/Schedule.php:85
+#: src/Module/Profile/Schedule.php:71
msgid "Remove post"
msgstr ""
-#: src/Module/Register.php:91
+#: src/Module/Register.php:77
msgid "Only parent users can create additional accounts."
msgstr ""
-#: src/Module/Register.php:106 src/Module/User/Import.php:112
+#: src/Module/Register.php:92 src/Module/User/Import.php:98
msgid "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."
msgstr ""
-#: src/Module/Register.php:123
+#: src/Module/Register.php:109
msgid "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."
msgstr ""
-#: src/Module/Register.php:124
+#: src/Module/Register.php:110
msgid "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."
msgstr ""
-#: src/Module/Register.php:125
+#: src/Module/Register.php:111
msgid "Your OpenID (optional): "
msgstr ""
-#: src/Module/Register.php:134
+#: src/Module/Register.php:120
msgid "Include your profile in member directory?"
msgstr ""
-#: src/Module/Register.php:155
+#: src/Module/Register.php:141
msgid "Note for the admin"
msgstr ""
-#: src/Module/Register.php:155
+#: src/Module/Register.php:141
msgid "Leave a message for the admin, why you want to join this node"
msgstr ""
-#: src/Module/Register.php:156
+#: src/Module/Register.php:142
msgid "Membership on this site is by invitation only."
msgstr ""
-#: src/Module/Register.php:157
+#: src/Module/Register.php:143
msgid "Your invitation code: "
msgstr ""
-#: src/Module/Register.php:165
+#: src/Module/Register.php:151
msgid "Your Display Name (as you would like it to be displayed on this system"
msgstr ""
-#: src/Module/Register.php:166
+#: src/Module/Register.php:152
msgid "Your Email Address: (Initial information will be send there, so this has to be an existing address.)"
msgstr ""
-#: src/Module/Register.php:167
+#: src/Module/Register.php:153
msgid "Please repeat your e-mail address:"
msgstr ""
-#: src/Module/Register.php:169 src/Module/Security/PasswordTooLong.php:100
-#: src/Module/Settings/Account.php:569
+#: src/Module/Register.php:155 src/Module/Security/PasswordTooLong.php:86
+#: src/Module/Settings/Account.php:555
msgid "New Password:"
msgstr ""
-#: src/Module/Register.php:169
+#: src/Module/Register.php:155
msgid "Leave empty for an auto generated password."
msgstr ""
-#: src/Module/Register.php:170 src/Module/Security/PasswordTooLong.php:101
-#: src/Module/Settings/Account.php:570
+#: src/Module/Register.php:156 src/Module/Security/PasswordTooLong.php:87
+#: src/Module/Settings/Account.php:556
msgid "Confirm:"
msgstr ""
-#: src/Module/Register.php:171
+#: src/Module/Register.php:157
#, php-format
msgid "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."
msgstr ""
-#: src/Module/Register.php:172
+#: src/Module/Register.php:158
msgid "Choose a nickname: "
msgstr ""
-#: src/Module/Register.php:180 src/Module/User/Import.php:118
+#: src/Module/Register.php:166 src/Module/User/Import.php:104
msgid "Import"
msgstr ""
-#: src/Module/Register.php:181
+#: src/Module/Register.php:167
msgid "Import your profile to this friendica instance"
msgstr ""
-#: src/Module/Register.php:188
+#: src/Module/Register.php:174
msgid "Note: This node explicitly contains adult content"
msgstr ""
-#: src/Module/Register.php:190 src/Module/Settings/Delegation.php:181
+#: src/Module/Register.php:176 src/Module/Settings/Delegation.php:167
msgid "Parent Password:"
msgstr ""
-#: src/Module/Register.php:190 src/Module/Settings/Delegation.php:181
+#: src/Module/Register.php:176 src/Module/Settings/Delegation.php:167
msgid "Please enter the password of the parent account to legitimize your request."
msgstr ""
-#: src/Module/Register.php:219
+#: src/Module/Register.php:205
msgid "Password doesn't match."
msgstr ""
-#: src/Module/Register.php:225
+#: src/Module/Register.php:211
msgid "Please enter your password."
msgstr ""
-#: src/Module/Register.php:267
+#: src/Module/Register.php:253
msgid "You have entered too much information."
msgstr ""
-#: src/Module/Register.php:290
+#: src/Module/Register.php:276
msgid "Please enter the identical mail address in the second field."
msgstr ""
-#: src/Module/Register.php:298
+#: src/Module/Register.php:284
msgid "Nickname cannot start with a digit."
msgstr ""
-#: src/Module/Register.php:300
+#: src/Module/Register.php:286
msgid "Nickname can only contain US-ASCII characters."
msgstr ""
-#: src/Module/Register.php:329
+#: src/Module/Register.php:315
msgid "The additional account was created."
msgstr ""
-#: src/Module/Register.php:354
+#: src/Module/Register.php:340
msgid "Registration successful. Please check your email for further instructions."
msgstr ""
-#: src/Module/Register.php:361
+#: src/Module/Register.php:347
#, php-format
msgid "Failed to send email message. Here your accout details:You can enter one of your one-time recovery codes in case you lost access to your mobile device.
" msgstr "" -#: src/Module/Security/TwoFactor/Recovery.php:101 +#: src/Module/Security/TwoFactor/Recovery.php:87 #, php-format msgid "Don’t have your phone? Enter a two-factor recovery code" msgstr "" -#: src/Module/Security/TwoFactor/Recovery.php:102 +#: src/Module/Security/TwoFactor/Recovery.php:88 msgid "Please enter a recovery code" msgstr "" -#: src/Module/Security/TwoFactor/Recovery.php:103 +#: src/Module/Security/TwoFactor/Recovery.php:89 msgid "Submit recovery code and complete login" msgstr "" -#: src/Module/Security/TwoFactor/SignOut.php:122 +#: src/Module/Security/TwoFactor/SignOut.php:108 msgid "Sign out of this browser?" msgstr "" -#: src/Module/Security/TwoFactor/SignOut.php:123 +#: src/Module/Security/TwoFactor/SignOut.php:109 msgid "If you trust this browser, you will not be asked for verification code the next time you sign in.
" msgstr "" -#: src/Module/Security/TwoFactor/SignOut.php:124 +#: src/Module/Security/TwoFactor/SignOut.php:110 msgid "Sign out" msgstr "" -#: src/Module/Security/TwoFactor/SignOut.php:126 +#: src/Module/Security/TwoFactor/SignOut.php:112 msgid "Trust and sign out" msgstr "" -#: src/Module/Security/TwoFactor/Trust.php:96 +#: src/Module/Security/TwoFactor/Trust.php:82 msgid "Couldn't save browser to Cookie." msgstr "" -#: src/Module/Security/TwoFactor/Trust.php:141 +#: src/Module/Security/TwoFactor/Trust.php:127 msgid "Trust this browser?" msgstr "" -#: src/Module/Security/TwoFactor/Trust.php:142 +#: src/Module/Security/TwoFactor/Trust.php:128 msgid "If you choose to trust this browser, you will not be asked for a verification code the next time you sign in.
" msgstr "" -#: src/Module/Security/TwoFactor/Trust.php:143 +#: src/Module/Security/TwoFactor/Trust.php:129 msgid "Not now" msgstr "" -#: src/Module/Security/TwoFactor/Trust.php:144 +#: src/Module/Security/TwoFactor/Trust.php:130 msgid "Don't trust" msgstr "" -#: src/Module/Security/TwoFactor/Trust.php:145 +#: src/Module/Security/TwoFactor/Trust.php:131 msgid "Trust" msgstr "" -#: src/Module/Security/TwoFactor/Verify.php:97 +#: src/Module/Security/TwoFactor/Verify.php:83 msgid "Open the two-factor authentication app on your device to get an authentication code and verify your identity.
" msgstr "" -#: src/Module/Security/TwoFactor/Verify.php:100 +#: src/Module/Security/TwoFactor/Verify.php:86 #, php-format msgid "If you do not have access to your authentication code you can use a two-factor recovery code." msgstr "" -#: src/Module/Security/TwoFactor/Verify.php:101 -#: src/Module/Settings/TwoFactor/Verify.php:158 +#: src/Module/Security/TwoFactor/Verify.php:87 +#: src/Module/Settings/TwoFactor/Verify.php:144 msgid "Please enter a code from your authentication app" msgstr "" -#: src/Module/Security/TwoFactor/Verify.php:102 +#: src/Module/Security/TwoFactor/Verify.php:88 msgid "Verify code and complete login" msgstr "" -#: src/Module/Settings/Account.php:96 +#: src/Module/Settings/Account.php:82 msgid "Please use a shorter name." msgstr "" -#: src/Module/Settings/Account.php:99 +#: src/Module/Settings/Account.php:85 msgid "Name too short." msgstr "" -#: src/Module/Settings/Account.php:108 +#: src/Module/Settings/Account.php:94 msgid "Wrong Password." msgstr "" -#: src/Module/Settings/Account.php:113 +#: src/Module/Settings/Account.php:99 msgid "Invalid email." msgstr "" -#: src/Module/Settings/Account.php:117 +#: src/Module/Settings/Account.php:103 msgid "Cannot change to that email." msgstr "" -#: src/Module/Settings/Account.php:146 src/Module/Settings/Account.php:195 -#: src/Module/Settings/Account.php:216 src/Module/Settings/Account.php:300 -#: src/Module/Settings/Account.php:329 +#: src/Module/Settings/Account.php:132 src/Module/Settings/Account.php:181 +#: src/Module/Settings/Account.php:202 src/Module/Settings/Account.php:286 +#: src/Module/Settings/Account.php:315 msgid "Settings were not updated." msgstr "" -#: src/Module/Settings/Account.php:347 +#: src/Module/Settings/Account.php:333 msgid "Contact CSV file upload error" msgstr "" -#: src/Module/Settings/Account.php:366 +#: src/Module/Settings/Account.php:352 msgid "Importing Contacts done" msgstr "" -#: src/Module/Settings/Account.php:379 +#: src/Module/Settings/Account.php:365 msgid "Relocate message has been send to your contacts" msgstr "" -#: src/Module/Settings/Account.php:396 +#: src/Module/Settings/Account.php:382 msgid "Unable to find your profile. Please contact your admin." msgstr "" -#: src/Module/Settings/Account.php:438 +#: src/Module/Settings/Account.php:424 msgid "Account for a service that automatically shares content based on user defined channels." msgstr "" -#: src/Module/Settings/Account.php:448 +#: src/Module/Settings/Account.php:434 msgid "Personal Page Subtypes" msgstr "" -#: src/Module/Settings/Account.php:449 +#: src/Module/Settings/Account.php:435 msgid "Community Group Subtypes" msgstr "" -#: src/Module/Settings/Account.php:460 +#: src/Module/Settings/Account.php:446 msgid "Account for a personal profile." msgstr "" -#: src/Module/Settings/Account.php:467 +#: src/Module/Settings/Account.php:453 msgid "Account for an organisation that automatically approves contact requests as \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:474 +#: src/Module/Settings/Account.php:460 msgid "Account for a news reflector that automatically approves contact requests as \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:481 +#: src/Module/Settings/Account.php:467 msgid "Account for community discussions." msgstr "" -#: src/Module/Settings/Account.php:489 +#: src/Module/Settings/Account.php:475 msgid "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:496 +#: src/Module/Settings/Account.php:482 msgid "Account for a public profile that automatically approves contact requests as \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:503 +#: src/Module/Settings/Account.php:489 msgid "Automatically approves all contact requests." msgstr "" -#: src/Module/Settings/Account.php:510 +#: src/Module/Settings/Account.php:496 msgid "Contact requests have to be manually approved." msgstr "" -#: src/Module/Settings/Account.php:517 +#: src/Module/Settings/Account.php:503 msgid "Account for a popular profile that automatically approves contact requests as \"Friends\"." msgstr "" -#: src/Module/Settings/Account.php:522 +#: src/Module/Settings/Account.php:508 msgid "Private Group [Experimental]" msgstr "" -#: src/Module/Settings/Account.php:524 +#: src/Module/Settings/Account.php:510 msgid "Requires manual approval of contact requests." msgstr "" -#: src/Module/Settings/Account.php:533 +#: src/Module/Settings/Account.php:519 msgid "OpenID:" msgstr "" -#: src/Module/Settings/Account.php:533 +#: src/Module/Settings/Account.php:519 msgid "(Optional) Allow this OpenID to login to this account." msgstr "" -#: src/Module/Settings/Account.php:541 +#: src/Module/Settings/Account.php:527 msgid "Publish your profile in your local site directory?" msgstr "" -#: src/Module/Settings/Account.php:541 +#: src/Module/Settings/Account.php:527 #, php-format msgid "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings." msgstr "" -#: src/Module/Settings/Account.php:547 +#: src/Module/Settings/Account.php:533 #, php-format msgid "Your profile will also be published in the global friendica directories (e.g. %s)." msgstr "" -#: src/Module/Settings/Account.php:560 +#: src/Module/Settings/Account.php:546 msgid "Account Settings" msgstr "" -#: src/Module/Settings/Account.php:561 +#: src/Module/Settings/Account.php:547 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "" -#: src/Module/Settings/Account.php:568 +#: src/Module/Settings/Account.php:554 msgid "Password Settings" msgstr "" -#: src/Module/Settings/Account.php:570 +#: src/Module/Settings/Account.php:556 msgid "Leave password fields blank unless changing" msgstr "" -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:558 msgid "Password:" msgstr "" -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:558 msgid "Your current password to confirm the changes of the email address" msgstr "" -#: src/Module/Settings/Account.php:575 +#: src/Module/Settings/Account.php:561 msgid "Delete OpenID URL" msgstr "" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:563 msgid "Basic Settings" msgstr "" -#: src/Module/Settings/Account.php:578 -#: src/Module/Settings/Profile/Index.php:288 +#: src/Module/Settings/Account.php:564 +#: src/Module/Settings/Profile/Index.php:274 msgid "Display name:" msgstr "" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:565 msgid "Email Address:" msgstr "" -#: src/Module/Settings/Account.php:580 +#: src/Module/Settings/Account.php:566 msgid "Your Timezone:" msgstr "" -#: src/Module/Settings/Account.php:581 +#: src/Module/Settings/Account.php:567 msgid "Your Language:" msgstr "" -#: src/Module/Settings/Account.php:581 +#: src/Module/Settings/Account.php:567 msgid "Set the language we use to show you friendica interface and to send you emails" msgstr "" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:568 msgid "Default Post Location:" msgstr "" -#: src/Module/Settings/Account.php:583 +#: src/Module/Settings/Account.php:569 msgid "Use Browser Location:" msgstr "" -#: src/Module/Settings/Account.php:585 +#: src/Module/Settings/Account.php:571 msgid "Security and Privacy Settings" msgstr "" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:573 msgid "Maximum Friend Requests/Day:" msgstr "" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:573 msgid "(to prevent spam abuse)" msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:575 msgid "Allow your profile to be searchable globally?" msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:575 msgid "Activate this setting if you want others to easily find and follow you. Your profile will be searchable on remote systems. This setting also determines whether Friendica will inform search engines that your profile should be indexed or not." msgstr "" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:576 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "" -#: src/Module/Settings/Account.php:590 +#: src/Module/Settings/Account.php:576 msgid "A list of your contacts is displayed on your profile page. Activate this option to disable the display of your contact list." msgstr "" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:577 msgid "Hide your public content from anonymous viewers" msgstr "" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:577 msgid "Anonymous visitors will only see your basic profile details. Your public posts and replies will still be freely accessible on the remote servers of your followers and through relays." msgstr "" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:578 msgid "Make public posts unlisted" msgstr "" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:578 msgid "Your public posts will not appear on the community pages or in search results, nor be sent to relay servers. However they can still appear on public feeds on remote servers." msgstr "" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:579 msgid "Make all posted pictures accessible" msgstr "" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:579 msgid "This option makes every posted picture accessible via the direct link. This is a workaround for the problem that most other networks can't handle permissions on pictures. Non public pictures still won't be visible for the public on your photo albums though." msgstr "" -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:580 msgid "Allow friends to post to your profile page?" msgstr "" -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:580 msgid "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts" msgstr "" -#: src/Module/Settings/Account.php:595 +#: src/Module/Settings/Account.php:581 msgid "Allow friends to tag your posts?" msgstr "" -#: src/Module/Settings/Account.php:595 +#: src/Module/Settings/Account.php:581 msgid "Your contacts can add additional tags to your posts." msgstr "" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:582 msgid "Default privacy circle for new contacts" msgstr "" -#: src/Module/Settings/Account.php:597 +#: src/Module/Settings/Account.php:583 msgid "Default privacy circle for new group contacts" msgstr "" -#: src/Module/Settings/Account.php:598 +#: src/Module/Settings/Account.php:584 msgid "Default Post Permissions" msgstr "" -#: src/Module/Settings/Account.php:602 +#: src/Module/Settings/Account.php:588 msgid "Expiration settings" msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:589 msgid "Automatically expire posts after this many days:" msgstr "" -#: src/Module/Settings/Account.php:603 +#: src/Module/Settings/Account.php:589 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:590 msgid "Expire posts" msgstr "" -#: src/Module/Settings/Account.php:604 +#: src/Module/Settings/Account.php:590 msgid "When activated, posts and comments will be expired." msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:591 msgid "Expire personal notes" msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:591 msgid "When activated, the personal notes on your profile page will be expired." msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:592 msgid "Expire starred posts" msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:592 msgid "Starring posts keeps them from being expired. That behaviour is overwritten by this setting." msgstr "" -#: src/Module/Settings/Account.php:607 +#: src/Module/Settings/Account.php:593 msgid "Only expire posts by others" msgstr "" -#: src/Module/Settings/Account.php:607 +#: src/Module/Settings/Account.php:593 msgid "When activated, your own posts never expire. Then the settings above are only valid for posts you received." msgstr "" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:596 msgid "Notification Settings" msgstr "" -#: src/Module/Settings/Account.php:611 +#: src/Module/Settings/Account.php:597 msgid "Send a notification email when:" msgstr "" -#: src/Module/Settings/Account.php:612 +#: src/Module/Settings/Account.php:598 msgid "You receive an introduction" msgstr "" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:599 msgid "Your introductions are confirmed" msgstr "" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:600 msgid "Someone writes on your profile wall" msgstr "" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:601 msgid "Someone writes a followup comment" msgstr "" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:602 msgid "You receive a private message" msgstr "" -#: src/Module/Settings/Account.php:617 +#: src/Module/Settings/Account.php:603 msgid "You receive a friend suggestion" msgstr "" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:604 msgid "You are tagged in a post" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:606 msgid "Create a desktop notification when:" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:607 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:622 +#: src/Module/Settings/Account.php:608 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:609 msgid "Someone liked your content" msgstr "" -#: src/Module/Settings/Account.php:623 src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:609 src/Module/Settings/Account.php:610 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:610 msgid "Someone shared your content" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:611 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:626 +#: src/Module/Settings/Account.php:612 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:613 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:629 +#: src/Module/Settings/Account.php:615 msgid "Activate desktop notifications" msgstr "" -#: src/Module/Settings/Account.php:629 +#: src/Module/Settings/Account.php:615 msgid "Show desktop popup on new notifications" msgstr "" -#: src/Module/Settings/Account.php:633 +#: src/Module/Settings/Account.php:619 msgid "Text-only notification emails" msgstr "" -#: src/Module/Settings/Account.php:635 +#: src/Module/Settings/Account.php:621 msgid "Send text only notification emails, without the html part" msgstr "" -#: src/Module/Settings/Account.php:639 +#: src/Module/Settings/Account.php:625 msgid "Show detailled notifications" msgstr "" -#: src/Module/Settings/Account.php:641 +#: src/Module/Settings/Account.php:627 msgid "Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed." msgstr "" -#: src/Module/Settings/Account.php:645 +#: src/Module/Settings/Account.php:631 msgid "Show notifications of ignored contacts" msgstr "" -#: src/Module/Settings/Account.php:647 +#: src/Module/Settings/Account.php:633 msgid "You don't see posts from ignored contacts. But you still see their comments. This setting controls if you want to still receive regular notifications that are caused by ignored contacts or not." msgstr "" -#: src/Module/Settings/Account.php:650 +#: src/Module/Settings/Account.php:636 msgid "Advanced Account/Page Type Settings" msgstr "" -#: src/Module/Settings/Account.php:651 +#: src/Module/Settings/Account.php:637 msgid "Change the behaviour of this account for special situations" msgstr "" -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:640 msgid "Import Contacts" msgstr "" -#: src/Module/Settings/Account.php:655 +#: src/Module/Settings/Account.php:641 msgid "Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account." msgstr "" -#: src/Module/Settings/Account.php:656 +#: src/Module/Settings/Account.php:642 msgid "Upload File" msgstr "" -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:645 msgid "Relocate" msgstr "" -#: src/Module/Settings/Account.php:660 +#: src/Module/Settings/Account.php:646 msgid "If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button." msgstr "" -#: src/Module/Settings/Account.php:661 +#: src/Module/Settings/Account.php:647 msgid "Resend relocate message to contacts" msgstr "" -#: src/Module/Settings/Addons.php:86 +#: src/Module/Settings/Addons.php:72 msgid "Addon Settings" msgstr "" -#: src/Module/Settings/Addons.php:87 +#: src/Module/Settings/Addons.php:73 msgid "No Addon settings configured" msgstr "" -#: src/Module/Settings/Channels.php:148 +#: src/Module/Settings/Channels.php:134 msgid "This page can be used to define the channels that will automatically be reshared by your account." msgstr "" -#: src/Module/Settings/Channels.php:153 +#: src/Module/Settings/Channels.php:139 msgid "This page can be used to define your own channels." msgstr "" -#: src/Module/Settings/Channels.php:182 +#: src/Module/Settings/Channels.php:168 msgid "Publish" msgstr "" -#: src/Module/Settings/Channels.php:182 +#: src/Module/Settings/Channels.php:168 msgid "When selected, the channel results are reshared. This only works for public ActivityPub posts from the public timeline or the user defined circles." msgstr "" -#: src/Module/Settings/Channels.php:190 src/Module/Settings/Channels.php:211 -#: src/Module/Settings/Display.php:338 +#: src/Module/Settings/Channels.php:176 src/Module/Settings/Channels.php:197 +#: src/Module/Settings/Display.php:324 msgid "Label" msgstr "" -#: src/Module/Settings/Channels.php:191 src/Module/Settings/Channels.php:212 -#: src/Module/Settings/Display.php:339 -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/Channels.php:177 src/Module/Settings/Channels.php:198 +#: src/Module/Settings/Display.php:325 +#: src/Module/Settings/TwoFactor/AppSpecific.php:123 msgid "Description" msgstr "" -#: src/Module/Settings/Channels.php:192 src/Module/Settings/Channels.php:213 +#: src/Module/Settings/Channels.php:178 src/Module/Settings/Channels.php:199 msgid "Access Key" msgstr "" -#: src/Module/Settings/Channels.php:193 src/Module/Settings/Channels.php:214 +#: src/Module/Settings/Channels.php:179 src/Module/Settings/Channels.php:200 msgid "Circle/Channel" msgstr "" -#: src/Module/Settings/Channels.php:194 src/Module/Settings/Channels.php:215 +#: src/Module/Settings/Channels.php:180 src/Module/Settings/Channels.php:201 msgid "Include Tags" msgstr "" -#: src/Module/Settings/Channels.php:195 src/Module/Settings/Channels.php:216 +#: src/Module/Settings/Channels.php:181 src/Module/Settings/Channels.php:202 msgid "Exclude Tags" msgstr "" -#: src/Module/Settings/Channels.php:196 src/Module/Settings/Channels.php:217 +#: src/Module/Settings/Channels.php:182 src/Module/Settings/Channels.php:203 msgid "Minimum Size" msgstr "" -#: src/Module/Settings/Channels.php:197 src/Module/Settings/Channels.php:218 +#: src/Module/Settings/Channels.php:183 src/Module/Settings/Channels.php:204 msgid "Maximum Size" msgstr "" -#: src/Module/Settings/Channels.php:198 src/Module/Settings/Channels.php:219 +#: src/Module/Settings/Channels.php:184 src/Module/Settings/Channels.php:205 msgid "Full Text Search" msgstr "" -#: src/Module/Settings/Channels.php:202 src/Module/Settings/Channels.php:223 +#: src/Module/Settings/Channels.php:188 src/Module/Settings/Channels.php:209 msgid "Select all languages that you want to see in this channel." msgstr "" -#: src/Module/Settings/Channels.php:204 +#: src/Module/Settings/Channels.php:190 msgid "Delete channel" msgstr "" -#: src/Module/Settings/Channels.php:204 +#: src/Module/Settings/Channels.php:190 msgid "Check to delete this entry from the channel list" msgstr "" -#: src/Module/Settings/Channels.php:211 +#: src/Module/Settings/Channels.php:197 msgid "Short name for the channel. It is displayed on the channels widget." msgstr "" -#: src/Module/Settings/Channels.php:212 +#: src/Module/Settings/Channels.php:198 msgid "This should describe the content of the channel in a few word." msgstr "" -#: src/Module/Settings/Channels.php:213 +#: src/Module/Settings/Channels.php:199 msgid "When you want to access this channel via an access key, you can define it here. Pay attention to not use an already used one." msgstr "" -#: src/Module/Settings/Channels.php:214 +#: src/Module/Settings/Channels.php:200 msgid "Select a circle or channel, that your channel should be based on." msgstr "" -#: src/Module/Settings/Channels.php:215 +#: src/Module/Settings/Channels.php:201 msgid "Comma separated list of tags. A post will be used when it contains any of the listed tags." msgstr "" -#: src/Module/Settings/Channels.php:216 +#: src/Module/Settings/Channels.php:202 msgid "Comma separated list of tags. If a post contain any of these tags, then it will not be part of nthis channel." msgstr "" -#: src/Module/Settings/Channels.php:217 +#: src/Module/Settings/Channels.php:203 msgid "Minimum post size. Leave empty for no minimum size. The size is calculated without links, attached posts, mentions or hashtags." msgstr "" -#: src/Module/Settings/Channels.php:218 +#: src/Module/Settings/Channels.php:204 msgid "Maximum post size. Leave empty for no maximum size. The size is calculated without links, attached posts, mentions or hashtags." msgstr "" -#: src/Module/Settings/Channels.php:219 +#: src/Module/Settings/Channels.php:205 #, php-format msgid "Search terms for the body, supports the \"boolean mode\" operators from MariaDB. See the help for a complete list of operators and additional keywords: %s" msgstr "" -#: src/Module/Settings/Channels.php:220 +#: src/Module/Settings/Channels.php:206 msgid "Check to display images in the channel." msgstr "" -#: src/Module/Settings/Channels.php:221 +#: src/Module/Settings/Channels.php:207 msgid "Check to display videos in the channel." msgstr "" -#: src/Module/Settings/Channels.php:222 +#: src/Module/Settings/Channels.php:208 msgid "Check to display audio in the channel." msgstr "" -#: src/Module/Settings/Channels.php:227 +#: src/Module/Settings/Channels.php:213 msgid "Add new entry to the channel list" msgstr "" -#: src/Module/Settings/Channels.php:228 +#: src/Module/Settings/Channels.php:214 msgid "Add" msgstr "" -#: src/Module/Settings/Channels.php:230 +#: src/Module/Settings/Channels.php:216 msgid "Current Entries in the channel list" msgstr "" -#: src/Module/Settings/Channels.php:233 +#: src/Module/Settings/Channels.php:219 msgid "Delete entry from the channel list" msgstr "" -#: src/Module/Settings/Channels.php:234 +#: src/Module/Settings/Channels.php:220 msgid "Delete entry from the channel list?" msgstr "" -#: src/Module/Settings/Connectors.php:122 +#: src/Module/Settings/Connectors.php:108 msgid "Failed to connect with email account using the settings provided." msgstr "" -#: src/Module/Settings/Connectors.php:169 -#: src/Module/Settings/Connectors.php:170 +#: src/Module/Settings/Connectors.php:155 +#: src/Module/Settings/Connectors.php:156 msgid "Diaspora (Socialhome, Hubzilla)" msgstr "" -#: src/Module/Settings/Connectors.php:169 -#: src/Module/Settings/Connectors.php:173 +#: src/Module/Settings/Connectors.php:155 +#: src/Module/Settings/Connectors.php:159 #, php-format msgid "Built-in support for %s connectivity is enabled" msgstr "" -#: src/Module/Settings/Connectors.php:170 -#: src/Module/Settings/Connectors.php:172 +#: src/Module/Settings/Connectors.php:156 +#: src/Module/Settings/Connectors.php:158 #, php-format msgid "Built-in support for %s connectivity is disabled" msgstr "" -#: src/Module/Settings/Connectors.php:172 -#: src/Module/Settings/Connectors.php:173 +#: src/Module/Settings/Connectors.php:158 +#: src/Module/Settings/Connectors.php:159 msgid "OStatus (GNU Social)" msgstr "" -#: src/Module/Settings/Connectors.php:185 +#: src/Module/Settings/Connectors.php:171 msgid "Email access is disabled on this site." msgstr "" -#: src/Module/Settings/Connectors.php:200 -#: src/Module/Settings/Connectors.php:254 +#: src/Module/Settings/Connectors.php:186 +#: src/Module/Settings/Connectors.php:240 msgid "None" msgstr "" -#: src/Module/Settings/Connectors.php:204 +#: src/Module/Settings/Connectors.php:190 msgid "Default (Mastodon will display the title and a link to the post)" msgstr "" -#: src/Module/Settings/Connectors.php:205 +#: src/Module/Settings/Connectors.php:191 msgid "Use the summary (Mastodon and some others will treat it as content warning)" msgstr "" -#: src/Module/Settings/Connectors.php:206 +#: src/Module/Settings/Connectors.php:192 msgid "Embed the title in the body" msgstr "" -#: src/Module/Settings/Connectors.php:218 +#: src/Module/Settings/Connectors.php:204 msgid "General Social Media Settings" msgstr "" -#: src/Module/Settings/Connectors.php:221 +#: src/Module/Settings/Connectors.php:207 msgid "Followed content scope" msgstr "" -#: src/Module/Settings/Connectors.php:223 +#: src/Module/Settings/Connectors.php:209 msgid "By default, conversations in which your follows participated but didn't start will be shown in your timeline. You can turn this behavior off, or expand it to the conversations in which your follows liked a post." msgstr "" -#: src/Module/Settings/Connectors.php:225 +#: src/Module/Settings/Connectors.php:211 msgid "Only conversations my follows started" msgstr "" -#: src/Module/Settings/Connectors.php:226 +#: src/Module/Settings/Connectors.php:212 msgid "Conversations my follows started or commented on (default)" msgstr "" -#: src/Module/Settings/Connectors.php:227 +#: src/Module/Settings/Connectors.php:213 msgid "Any conversation my follows interacted with, including likes" msgstr "" -#: src/Module/Settings/Connectors.php:230 +#: src/Module/Settings/Connectors.php:216 msgid "Collapse sensitive posts" msgstr "" -#: src/Module/Settings/Connectors.php:230 +#: src/Module/Settings/Connectors.php:216 msgid "If a post is marked as \"sensitive\", it will be displayed in a collapsed state, if this option is enabled." msgstr "" -#: src/Module/Settings/Connectors.php:231 +#: src/Module/Settings/Connectors.php:217 msgid "Enable intelligent shortening" msgstr "" -#: src/Module/Settings/Connectors.php:231 +#: src/Module/Settings/Connectors.php:217 msgid "Normally the system tries to find the best link to add to shortened posts. If disabled, every shortened post will always point to the original friendica post." msgstr "" -#: src/Module/Settings/Connectors.php:232 +#: src/Module/Settings/Connectors.php:218 msgid "Enable simple text shortening" msgstr "" -#: src/Module/Settings/Connectors.php:232 +#: src/Module/Settings/Connectors.php:218 msgid "Normally the system shortens posts at the next line feed. If this option is enabled then the system will shorten the text at the maximum character limit." msgstr "" -#: src/Module/Settings/Connectors.php:233 +#: src/Module/Settings/Connectors.php:219 msgid "Attach the link title" msgstr "" -#: src/Module/Settings/Connectors.php:233 +#: src/Module/Settings/Connectors.php:219 msgid "When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content." msgstr "" -#: src/Module/Settings/Connectors.php:234 +#: src/Module/Settings/Connectors.php:220 msgid "API: Use spoiler field as title" msgstr "" -#: src/Module/Settings/Connectors.php:234 +#: src/Module/Settings/Connectors.php:220 msgid "When activated, the \"spoiler_text\" field in the API will be used for the title on standalone posts. When deactivated it will be used for spoiler text. For comments it will always be used for spoiler text." msgstr "" -#: src/Module/Settings/Connectors.php:235 +#: src/Module/Settings/Connectors.php:221 msgid "API: Automatically links at the end of the post as attached posts" msgstr "" -#: src/Module/Settings/Connectors.php:235 +#: src/Module/Settings/Connectors.php:221 msgid "When activated, added links at the end of the post react the same way as added links in the web interface." msgstr "" -#: src/Module/Settings/Connectors.php:236 +#: src/Module/Settings/Connectors.php:222 msgid "Article Mode" msgstr "" -#: src/Module/Settings/Connectors.php:236 +#: src/Module/Settings/Connectors.php:222 msgid "Controls how posts with titles are transmitted. Mastodon and its forks don't display the content of these posts if the post is created in the correct (default) way." msgstr "" -#: src/Module/Settings/Connectors.php:237 +#: src/Module/Settings/Connectors.php:223 msgid "Your legacy ActivityPub/GNU Social account" msgstr "" -#: src/Module/Settings/Connectors.php:237 +#: src/Module/Settings/Connectors.php:223 msgid "If you enter your old account name from an ActivityPub based system or your GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done." msgstr "" -#: src/Module/Settings/Connectors.php:239 +#: src/Module/Settings/Connectors.php:225 msgid "Repair OStatus subscriptions" msgstr "" -#: src/Module/Settings/Connectors.php:243 +#: src/Module/Settings/Connectors.php:229 msgid "Email/Mailbox Setup" msgstr "" -#: src/Module/Settings/Connectors.php:244 +#: src/Module/Settings/Connectors.php:230 msgid "If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox." msgstr "" -#: src/Module/Settings/Connectors.php:245 +#: src/Module/Settings/Connectors.php:231 msgid "Last successful email check:" msgstr "" -#: src/Module/Settings/Connectors.php:247 +#: src/Module/Settings/Connectors.php:233 msgid "IMAP server name:" msgstr "" -#: src/Module/Settings/Connectors.php:248 +#: src/Module/Settings/Connectors.php:234 msgid "IMAP port:" msgstr "" -#: src/Module/Settings/Connectors.php:249 +#: src/Module/Settings/Connectors.php:235 msgid "Security:" msgstr "" -#: src/Module/Settings/Connectors.php:250 +#: src/Module/Settings/Connectors.php:236 msgid "Email login name:" msgstr "" -#: src/Module/Settings/Connectors.php:251 +#: src/Module/Settings/Connectors.php:237 msgid "Email password:" msgstr "" -#: src/Module/Settings/Connectors.php:252 +#: src/Module/Settings/Connectors.php:238 msgid "Reply-to address:" msgstr "" -#: src/Module/Settings/Connectors.php:253 +#: src/Module/Settings/Connectors.php:239 msgid "Send public posts to all email contacts:" msgstr "" -#: src/Module/Settings/Connectors.php:254 +#: src/Module/Settings/Connectors.php:240 msgid "Action after import:" msgstr "" -#: src/Module/Settings/Connectors.php:254 +#: src/Module/Settings/Connectors.php:240 msgid "Move to folder" msgstr "" -#: src/Module/Settings/Connectors.php:255 +#: src/Module/Settings/Connectors.php:241 msgid "Move to folder:" msgstr "" -#: src/Module/Settings/Delegation.php:73 +#: src/Module/Settings/Delegation.php:59 msgid "Delegation successfully granted." msgstr "" -#: src/Module/Settings/Delegation.php:75 +#: src/Module/Settings/Delegation.php:61 msgid "Parent user not found, unavailable or password doesn't match." msgstr "" -#: src/Module/Settings/Delegation.php:79 +#: src/Module/Settings/Delegation.php:65 msgid "Delegation successfully revoked." msgstr "" -#: src/Module/Settings/Delegation.php:98 src/Module/Settings/Delegation.php:120 +#: src/Module/Settings/Delegation.php:84 src/Module/Settings/Delegation.php:106 msgid "Delegated administrators can view but not change delegation permissions." msgstr "" -#: src/Module/Settings/Delegation.php:112 +#: src/Module/Settings/Delegation.php:98 msgid "Delegate user not found." msgstr "" -#: src/Module/Settings/Delegation.php:169 +#: src/Module/Settings/Delegation.php:155 msgid "No parent user" msgstr "" -#: src/Module/Settings/Delegation.php:180 -#: src/Module/Settings/Delegation.php:191 +#: src/Module/Settings/Delegation.php:166 +#: src/Module/Settings/Delegation.php:177 msgid "Parent User" msgstr "" -#: src/Module/Settings/Delegation.php:188 +#: src/Module/Settings/Delegation.php:174 msgid "Additional Accounts" msgstr "" -#: src/Module/Settings/Delegation.php:189 +#: src/Module/Settings/Delegation.php:175 msgid "Register additional accounts that are automatically connected to your existing account so you can manage them from this account." msgstr "" -#: src/Module/Settings/Delegation.php:190 +#: src/Module/Settings/Delegation.php:176 msgid "Register an additional account" msgstr "" -#: src/Module/Settings/Delegation.php:192 +#: src/Module/Settings/Delegation.php:178 msgid "Parent users have total control about this account, including the account settings. Please double check whom you give this access." msgstr "" -#: src/Module/Settings/Delegation.php:195 +#: src/Module/Settings/Delegation.php:181 msgid "Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:196 +#: src/Module/Settings/Delegation.php:182 msgid "Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely." msgstr "" -#: src/Module/Settings/Delegation.php:197 +#: src/Module/Settings/Delegation.php:183 msgid "Existing Page Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:198 +#: src/Module/Settings/Delegation.php:184 msgid "Potential Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:199 +#: src/Module/Settings/Delegation.php:185 msgid "No entries." msgstr "" -#: src/Module/Settings/Display.php:183 +#: src/Module/Settings/Display.php:169 msgid "The theme you chose isn't available." msgstr "" -#: src/Module/Settings/Display.php:223 +#: src/Module/Settings/Display.php:209 #, php-format msgid "%s - (Unsupported)" msgstr "" -#: src/Module/Settings/Display.php:260 +#: src/Module/Settings/Display.php:246 msgid "No preview" msgstr "" -#: src/Module/Settings/Display.php:261 +#: src/Module/Settings/Display.php:247 msgid "No image" msgstr "" -#: src/Module/Settings/Display.php:262 +#: src/Module/Settings/Display.php:248 msgid "Small Image" msgstr "" -#: src/Module/Settings/Display.php:263 +#: src/Module/Settings/Display.php:249 msgid "Large Image" msgstr "" -#: src/Module/Settings/Display.php:308 +#: src/Module/Settings/Display.php:294 msgid "Display Settings" msgstr "" -#: src/Module/Settings/Display.php:310 +#: src/Module/Settings/Display.php:296 msgid "General Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:311 +#: src/Module/Settings/Display.php:297 msgid "Custom Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:312 +#: src/Module/Settings/Display.php:298 msgid "Content Settings" msgstr "" -#: src/Module/Settings/Display.php:313 view/theme/duepuntozero/config.php:86 -#: view/theme/frio/config.php:151 view/theme/quattro/config.php:88 -#: view/theme/vier/config.php:136 +#: src/Module/Settings/Display.php:299 view/theme/duepuntozero/config.php:74 +#: view/theme/frio/config.php:139 view/theme/quattro/config.php:76 +#: view/theme/vier/config.php:124 msgid "Theme settings" msgstr "" -#: src/Module/Settings/Display.php:314 +#: src/Module/Settings/Display.php:300 msgid "Timelines" msgstr "" -#: src/Module/Settings/Display.php:321 +#: src/Module/Settings/Display.php:307 msgid "Display Theme:" msgstr "" -#: src/Module/Settings/Display.php:322 +#: src/Module/Settings/Display.php:308 msgid "Mobile Theme:" msgstr "" -#: src/Module/Settings/Display.php:325 +#: src/Module/Settings/Display.php:311 msgid "Number of items to display per page:" msgstr "" -#: src/Module/Settings/Display.php:325 src/Module/Settings/Display.php:326 +#: src/Module/Settings/Display.php:311 src/Module/Settings/Display.php:312 msgid "Maximum of 100 items" msgstr "" -#: src/Module/Settings/Display.php:326 +#: src/Module/Settings/Display.php:312 msgid "Number of items to display per page when viewed from mobile device:" msgstr "" -#: src/Module/Settings/Display.php:327 +#: src/Module/Settings/Display.php:313 msgid "Update browser every xx seconds" msgstr "" -#: src/Module/Settings/Display.php:327 +#: src/Module/Settings/Display.php:313 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "" -#: src/Module/Settings/Display.php:328 +#: src/Module/Settings/Display.php:314 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:328 +#: src/Module/Settings/Display.php:314 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:329 +#: src/Module/Settings/Display.php:315 msgid "Infinite scroll" msgstr "" -#: src/Module/Settings/Display.php:329 +#: src/Module/Settings/Display.php:315 msgid "Automatic fetch new items when reaching the page end." msgstr "" -#: src/Module/Settings/Display.php:330 +#: src/Module/Settings/Display.php:316 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:330 +#: src/Module/Settings/Display.php:316 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:331 +#: src/Module/Settings/Display.php:317 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:331 +#: src/Module/Settings/Display.php:317 msgid "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:332 +#: src/Module/Settings/Display.php:318 msgid "Display the resharer" msgstr "" -#: src/Module/Settings/Display.php:332 +#: src/Module/Settings/Display.php:318 msgid "Display the first resharer as icon and text on a reshared item." msgstr "" -#: src/Module/Settings/Display.php:333 +#: src/Module/Settings/Display.php:319 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:333 +#: src/Module/Settings/Display.php:319 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:334 +#: src/Module/Settings/Display.php:320 msgid "Show the post deletion checkbox" msgstr "" -#: src/Module/Settings/Display.php:334 +#: src/Module/Settings/Display.php:320 msgid "Display the checkbox for the post deletion on the network page." msgstr "" -#: src/Module/Settings/Display.php:335 +#: src/Module/Settings/Display.php:321 msgid "DIsplay the event list" msgstr "" -#: src/Module/Settings/Display.php:335 +#: src/Module/Settings/Display.php:321 msgid "Display the birthday reminder and event list on the network page." msgstr "" -#: src/Module/Settings/Display.php:336 +#: src/Module/Settings/Display.php:322 msgid "Link preview mode" msgstr "" -#: src/Module/Settings/Display.php:336 +#: src/Module/Settings/Display.php:322 msgid "Appearance of the link preview that is added to each post with a link." msgstr "" -#: src/Module/Settings/Display.php:341 +#: src/Module/Settings/Display.php:327 msgid "Bookmark" msgstr "" -#: src/Module/Settings/Display.php:343 +#: src/Module/Settings/Display.php:329 msgid "Enable timelines that you want to see in the channels widget. Bookmark timelines that you want to see in the top menu." msgstr "" -#: src/Module/Settings/Display.php:345 +#: src/Module/Settings/Display.php:331 msgid "Channel languages:" msgstr "" -#: src/Module/Settings/Display.php:345 +#: src/Module/Settings/Display.php:331 msgid "Select all languages that you want to see in your channels." msgstr "" -#: src/Module/Settings/Display.php:347 +#: src/Module/Settings/Display.php:333 msgid "Beginning of week:" msgstr "" -#: src/Module/Settings/Display.php:348 +#: src/Module/Settings/Display.php:334 msgid "Default calendar view:" msgstr "" -#: src/Module/Settings/Features.php:73 +#: src/Module/Settings/Features.php:59 msgid "Additional Features" msgstr "" -#: src/Module/Settings/OAuth.php:71 +#: src/Module/Settings/OAuth.php:57 msgid "Connected Apps" msgstr "" -#: src/Module/Settings/OAuth.php:75 +#: src/Module/Settings/OAuth.php:61 msgid "Remove authorization" msgstr "" -#: src/Module/Settings/Profile/Index.php:116 +#: src/Module/Settings/Profile/Index.php:102 msgid "Display Name is required." msgstr "" -#: src/Module/Settings/Profile/Index.php:170 +#: src/Module/Settings/Profile/Index.php:156 msgid "Profile couldn't be updated." msgstr "" -#: src/Module/Settings/Profile/Index.php:210 -#: src/Module/Settings/Profile/Index.php:231 +#: src/Module/Settings/Profile/Index.php:196 +#: src/Module/Settings/Profile/Index.php:217 msgid "Label:" msgstr "" -#: src/Module/Settings/Profile/Index.php:211 -#: src/Module/Settings/Profile/Index.php:232 +#: src/Module/Settings/Profile/Index.php:197 +#: src/Module/Settings/Profile/Index.php:218 msgid "Value:" msgstr "" -#: src/Module/Settings/Profile/Index.php:222 -#: src/Module/Settings/Profile/Index.php:243 +#: src/Module/Settings/Profile/Index.php:208 +#: src/Module/Settings/Profile/Index.php:229 msgid "Field Permissions" msgstr "" -#: src/Module/Settings/Profile/Index.php:223 -#: src/Module/Settings/Profile/Index.php:244 +#: src/Module/Settings/Profile/Index.php:209 +#: src/Module/Settings/Profile/Index.php:230 msgid "(click to open/close)" msgstr "" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:215 msgid "Add a new profile field" msgstr "" -#: src/Module/Settings/Profile/Index.php:252 +#: src/Module/Settings/Profile/Index.php:238 msgid "The homepage is verified. A rel=\"me\" link back to your Friendica profile page was found on the homepage." msgstr "" -#: src/Module/Settings/Profile/Index.php:254 +#: src/Module/Settings/Profile/Index.php:240 #, php-format msgid "To verify your homepage, add a rel=\"me\" link to it, pointing to your profile URL (%s)." msgstr "" -#: src/Module/Settings/Profile/Index.php:260 +#: src/Module/Settings/Profile/Index.php:246 msgid "Profile Actions" msgstr "" -#: src/Module/Settings/Profile/Index.php:261 +#: src/Module/Settings/Profile/Index.php:247 msgid "Edit Profile Details" msgstr "" -#: src/Module/Settings/Profile/Index.php:263 +#: src/Module/Settings/Profile/Index.php:249 msgid "Change Profile Photo" msgstr "" -#: src/Module/Settings/Profile/Index.php:266 +#: src/Module/Settings/Profile/Index.php:252 msgid "Profile picture" msgstr "" -#: src/Module/Settings/Profile/Index.php:267 +#: src/Module/Settings/Profile/Index.php:253 msgid "Location" msgstr "" -#: src/Module/Settings/Profile/Index.php:268 src/Util/Temporal.php:97 -#: src/Util/Temporal.php:99 +#: src/Module/Settings/Profile/Index.php:254 src/Util/Temporal.php:83 +#: src/Util/Temporal.php:85 msgid "Miscellaneous" msgstr "" -#: src/Module/Settings/Profile/Index.php:269 +#: src/Module/Settings/Profile/Index.php:255 msgid "Custom Profile Fields" msgstr "" -#: src/Module/Settings/Profile/Index.php:270 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:256 src/Module/Welcome.php:44 msgid "Upload Profile Photo" msgstr "" -#: src/Module/Settings/Profile/Index.php:271 +#: src/Module/Settings/Profile/Index.php:257 #, php-format msgid "" "Custom fields appear on your profile page.
\n" @@ -10228,427 +10227,427 @@ msgid "" "\t\t\t\tNon-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.
" msgstr "" -#: src/Module/Settings/Profile/Index.php:291 +#: src/Module/Settings/Profile/Index.php:277 msgid "Street Address:" msgstr "" -#: src/Module/Settings/Profile/Index.php:292 +#: src/Module/Settings/Profile/Index.php:278 msgid "Locality/City:" msgstr "" -#: src/Module/Settings/Profile/Index.php:293 +#: src/Module/Settings/Profile/Index.php:279 msgid "Region/State:" msgstr "" -#: src/Module/Settings/Profile/Index.php:294 +#: src/Module/Settings/Profile/Index.php:280 msgid "Postal/Zip Code:" msgstr "" -#: src/Module/Settings/Profile/Index.php:295 +#: src/Module/Settings/Profile/Index.php:281 msgid "Country:" msgstr "" -#: src/Module/Settings/Profile/Index.php:297 +#: src/Module/Settings/Profile/Index.php:283 msgid "XMPP (Jabber) address:" msgstr "" -#: src/Module/Settings/Profile/Index.php:297 +#: src/Module/Settings/Profile/Index.php:283 msgid "The XMPP address will be published so that people can follow you there." msgstr "" -#: src/Module/Settings/Profile/Index.php:298 +#: src/Module/Settings/Profile/Index.php:284 msgid "Matrix (Element) address:" msgstr "" -#: src/Module/Settings/Profile/Index.php:298 +#: src/Module/Settings/Profile/Index.php:284 msgid "The Matrix address will be published so that people can follow you there." msgstr "" -#: src/Module/Settings/Profile/Index.php:299 +#: src/Module/Settings/Profile/Index.php:285 msgid "Homepage URL:" msgstr "" -#: src/Module/Settings/Profile/Index.php:300 +#: src/Module/Settings/Profile/Index.php:286 msgid "Public Keywords:" msgstr "" -#: src/Module/Settings/Profile/Index.php:300 +#: src/Module/Settings/Profile/Index.php:286 msgid "(Used for suggesting potential friends, can be seen by others)" msgstr "" -#: src/Module/Settings/Profile/Index.php:301 +#: src/Module/Settings/Profile/Index.php:287 msgid "Private Keywords:" msgstr "" -#: src/Module/Settings/Profile/Index.php:301 +#: src/Module/Settings/Profile/Index.php:287 msgid "(Used for searching profiles, never shown to others)" msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:107 -#: src/Module/Settings/Profile/Photo/Crop.php:125 -#: src/Module/Settings/Profile/Photo/Crop.php:143 -#: src/Module/Settings/Profile/Photo/Index.php:100 +#: src/Module/Settings/Profile/Photo/Crop.php:93 +#: src/Module/Settings/Profile/Photo/Crop.php:111 +#: src/Module/Settings/Profile/Photo/Crop.php:129 +#: src/Module/Settings/Profile/Photo/Index.php:86 #, php-format msgid "Image size reduction [%s] failed." msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:150 +#: src/Module/Settings/Profile/Photo/Crop.php:136 msgid "Shift-reload the page or clear browser cache if the new photo does not display immediately." msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:155 +#: src/Module/Settings/Profile/Photo/Crop.php:141 msgid "Unable to process image" msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:174 +#: src/Module/Settings/Profile/Photo/Crop.php:160 msgid "Photo not found." msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:196 +#: src/Module/Settings/Profile/Photo/Crop.php:182 msgid "Profile picture successfully updated." msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:222 -#: src/Module/Settings/Profile/Photo/Crop.php:226 +#: src/Module/Settings/Profile/Photo/Crop.php:208 +#: src/Module/Settings/Profile/Photo/Crop.php:212 msgid "Crop Image" msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:223 +#: src/Module/Settings/Profile/Photo/Crop.php:209 msgid "Please adjust the image cropping for optimum viewing." msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:225 +#: src/Module/Settings/Profile/Photo/Crop.php:211 msgid "Use Image As Is" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:46 +#: src/Module/Settings/Profile/Photo/Index.php:32 msgid "Missing uploaded image." msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:123 +#: src/Module/Settings/Profile/Photo/Index.php:109 msgid "Profile Picture Settings" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:124 +#: src/Module/Settings/Profile/Photo/Index.php:110 msgid "Current Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:111 msgid "Upload Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:112 msgid "Upload Picture:" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:131 +#: src/Module/Settings/Profile/Photo/Index.php:117 msgid "or" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:133 +#: src/Module/Settings/Profile/Photo/Index.php:119 msgid "skip this step" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:135 +#: src/Module/Settings/Profile/Photo/Index.php:121 msgid "select a photo from your photo albums" msgstr "" -#: src/Module/Settings/RemoveMe.php:76 +#: src/Module/Settings/RemoveMe.php:62 msgid "There was a validation error, please make sure you're logged in with the account you want to remove and try again." msgstr "" -#: src/Module/Settings/RemoveMe.php:76 +#: src/Module/Settings/RemoveMe.php:62 msgid "If this error persists, please contact your administrator." msgstr "" -#: src/Module/Settings/RemoveMe.php:90 -#: src/Navigation/Notifications/Repository/Notify.php:471 -#: src/Navigation/Notifications/Repository/Notify.php:492 +#: src/Module/Settings/RemoveMe.php:76 +#: src/Navigation/Notifications/Repository/Notify.php:457 +#: src/Navigation/Notifications/Repository/Notify.php:478 msgid "[Friendica System Notify]" msgstr "" -#: src/Module/Settings/RemoveMe.php:90 +#: src/Module/Settings/RemoveMe.php:76 msgid "User deleted their account" msgstr "" -#: src/Module/Settings/RemoveMe.php:91 +#: src/Module/Settings/RemoveMe.php:77 msgid "On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups." msgstr "" -#: src/Module/Settings/RemoveMe.php:92 +#: src/Module/Settings/RemoveMe.php:78 #, php-format msgid "The user id is %d" msgstr "" -#: src/Module/Settings/RemoveMe.php:105 +#: src/Module/Settings/RemoveMe.php:91 msgid "Your account has been successfully removed. Bye bye!" msgstr "" -#: src/Module/Settings/RemoveMe.php:130 +#: src/Module/Settings/RemoveMe.php:116 msgid "Remove My Account" msgstr "" -#: src/Module/Settings/RemoveMe.php:131 +#: src/Module/Settings/RemoveMe.php:117 msgid "This will completely remove your account. Once this has been done it is not recoverable." msgstr "" -#: src/Module/Settings/RemoveMe.php:136 +#: src/Module/Settings/RemoveMe.php:122 msgid "Please enter your password for verification:" msgstr "" -#: src/Module/Settings/Server/Action.php:60 +#: src/Module/Settings/Server/Action.php:46 msgid "Do you want to ignore this server?" msgstr "" -#: src/Module/Settings/Server/Action.php:64 +#: src/Module/Settings/Server/Action.php:50 msgid "Do you want to unignore this server?" msgstr "" -#: src/Module/Settings/Server/Action.php:74 -#: src/Module/Settings/Server/Index.php:104 +#: src/Module/Settings/Server/Action.php:60 +#: src/Module/Settings/Server/Index.php:90 msgid "Remote server settings" msgstr "" -#: src/Module/Settings/Server/Action.php:77 +#: src/Module/Settings/Server/Action.php:63 msgid "Server URL" msgstr "" -#: src/Module/Settings/Server/Index.php:78 +#: src/Module/Settings/Server/Index.php:64 msgid "Settings saved" msgstr "" -#: src/Module/Settings/Server/Index.php:105 +#: src/Module/Settings/Server/Index.php:91 msgid "Here you can find all the remote servers you have taken individual moderation actions against. For a list of servers your node has blocked, please check out the Information page." msgstr "" -#: src/Module/Settings/Server/Index.php:110 +#: src/Module/Settings/Server/Index.php:96 msgid "Delete all your settings for the remote server" msgstr "" -#: src/Module/Settings/Server/Index.php:111 +#: src/Module/Settings/Server/Index.php:97 msgid "Save changes" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:69 -#: src/Module/Settings/TwoFactor/Recovery.php:67 -#: src/Module/Settings/TwoFactor/Trusted.php:70 -#: src/Module/Settings/TwoFactor/Verify.php:72 +#: src/Module/Settings/TwoFactor/AppSpecific.php:55 +#: src/Module/Settings/TwoFactor/Recovery.php:53 +#: src/Module/Settings/TwoFactor/Trusted.php:56 +#: src/Module/Settings/TwoFactor/Verify.php:58 msgid "Please enter your password to access this page." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:73 msgid "App-specific password generation failed: The description is empty." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:90 +#: src/Module/Settings/TwoFactor/AppSpecific.php:76 msgid "App-specific password generation failed: This description already exists." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:94 +#: src/Module/Settings/TwoFactor/AppSpecific.php:80 msgid "New app-specific password generated." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:100 +#: src/Module/Settings/TwoFactor/AppSpecific.php:86 msgid "App-specific passwords successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:110 +#: src/Module/Settings/TwoFactor/AppSpecific.php:96 msgid "App-specific password successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:117 msgid "Two-factor app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:133 +#: src/Module/Settings/TwoFactor/AppSpecific.php:119 msgid "App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.
" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:134 +#: src/Module/Settings/TwoFactor/AppSpecific.php:120 msgid "Make sure to copy your new app-specific password now. You won’t be able to see it again!" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:138 +#: src/Module/Settings/TwoFactor/AppSpecific.php:124 msgid "Last Used" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:139 +#: src/Module/Settings/TwoFactor/AppSpecific.php:125 msgid "Revoke" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:126 msgid "Revoke All" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:129 msgid "When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:144 +#: src/Module/Settings/TwoFactor/AppSpecific.php:130 msgid "Generate new app-specific password" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:145 +#: src/Module/Settings/TwoFactor/AppSpecific.php:131 msgid "Friendiqa on my Fairphone 2..." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:146 +#: src/Module/Settings/TwoFactor/AppSpecific.php:132 msgid "Generate" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:88 +#: src/Module/Settings/TwoFactor/Index.php:74 msgid "Two-factor authentication successfully disabled." msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:127 msgid "Use an application on a mobile device to get two-factor authentication codes when prompted on login.
" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:131 msgid "Authenticator app" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:132 msgid "Configured" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:132 msgid "Not Configured" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:147 +#: src/Module/Settings/TwoFactor/Index.php:133 msgid "You haven't finished configuring your authenticator app.
" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:148 +#: src/Module/Settings/TwoFactor/Index.php:134 msgid "Your authenticator app is correctly configured.
" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:150 +#: src/Module/Settings/TwoFactor/Index.php:136 msgid "Recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:151 +#: src/Module/Settings/TwoFactor/Index.php:137 msgid "Remaining valid codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:153 +#: src/Module/Settings/TwoFactor/Index.php:139 msgid "These one-use codes can replace an authenticator app code in case you have lost access to it.
" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:155 +#: src/Module/Settings/TwoFactor/Index.php:141 msgid "App-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:156 +#: src/Module/Settings/TwoFactor/Index.php:142 msgid "Generated app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:158 +#: src/Module/Settings/TwoFactor/Index.php:144 msgid "These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.
" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "Current password:" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:161 +#: src/Module/Settings/TwoFactor/Index.php:147 msgid "You need to provide your current password to change two-factor authentication settings." msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:162 +#: src/Module/Settings/TwoFactor/Index.php:148 msgid "Enable two-factor authentication" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:163 +#: src/Module/Settings/TwoFactor/Index.php:149 msgid "Disable two-factor authentication" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:164 +#: src/Module/Settings/TwoFactor/Index.php:150 msgid "Show recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:165 +#: src/Module/Settings/TwoFactor/Index.php:151 msgid "Manage app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:166 +#: src/Module/Settings/TwoFactor/Index.php:152 msgid "Manage trusted browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:167 +#: src/Module/Settings/TwoFactor/Index.php:153 msgid "Finish app configuration" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:83 +#: src/Module/Settings/TwoFactor/Recovery.php:69 msgid "New recovery codes successfully generated." msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:109 +#: src/Module/Settings/TwoFactor/Recovery.php:95 msgid "Two-factor recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:111 +#: src/Module/Settings/TwoFactor/Recovery.php:97 msgid "Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.
Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.
" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:99 msgid "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore." msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:114 +#: src/Module/Settings/TwoFactor/Recovery.php:100 msgid "Generate new recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:116 +#: src/Module/Settings/TwoFactor/Recovery.php:102 msgid "Next: Verification" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:87 +#: src/Module/Settings/TwoFactor/Trusted.php:73 msgid "Trusted browsers successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:97 +#: src/Module/Settings/TwoFactor/Trusted.php:83 msgid "Trusted browser successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:125 msgid "Two-factor Trusted Browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: src/Module/Settings/TwoFactor/Trusted.php:126 msgid "Trusted browsers are individual browsers you chose to skip two-factor authentication to access Friendica. Please use this feature sparingly, as it can negate the benefit of two-factor authentication." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:127 msgid "Device" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:128 msgid "OS" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: src/Module/Settings/TwoFactor/Trusted.php:130 msgid "Trusted" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:131 msgid "Created At" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:146 +#: src/Module/Settings/TwoFactor/Trusted.php:132 msgid "Last Use" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:148 +#: src/Module/Settings/TwoFactor/Trusted.php:134 msgid "Remove All" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:94 +#: src/Module/Settings/TwoFactor/Verify.php:80 msgid "Two-factor authentication successfully activated." msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:128 +#: src/Module/Settings/TwoFactor/Verify.php:114 #, php-format msgid "" "Or you can submit the authentication settings manually:
\n" @@ -10668,715 +10667,715 @@ msgid "" "" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:148 +#: src/Module/Settings/TwoFactor/Verify.php:134 msgid "Two-factor code verification" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:150 +#: src/Module/Settings/TwoFactor/Verify.php:136 msgid "Please scan this QR Code with your authenticator app and submit the provided code.
" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:152 +#: src/Module/Settings/TwoFactor/Verify.php:138 #, php-format msgid "Or you can open the following URL in your mobile device:
" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:159 +#: src/Module/Settings/TwoFactor/Verify.php:145 msgid "Verify code and enable two-factor authentication" msgstr "" -#: src/Module/Settings/UserExport.php:90 +#: src/Module/Settings/UserExport.php:76 msgid "Export account" msgstr "" -#: src/Module/Settings/UserExport.php:90 +#: src/Module/Settings/UserExport.php:76 msgid "Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server." msgstr "" -#: src/Module/Settings/UserExport.php:91 +#: src/Module/Settings/UserExport.php:77 msgid "Export all" msgstr "" -#: src/Module/Settings/UserExport.php:91 +#: src/Module/Settings/UserExport.php:77 msgid "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)" msgstr "" -#: src/Module/Settings/UserExport.php:92 +#: src/Module/Settings/UserExport.php:78 msgid "Export Contacts to CSV" msgstr "" -#: src/Module/Settings/UserExport.php:92 +#: src/Module/Settings/UserExport.php:78 msgid "Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon." msgstr "" -#: src/Module/Special/DisplayNotFound.php:35 +#: src/Module/Special/DisplayNotFound.php:21 msgid "The top-level post isn't visible." msgstr "" -#: src/Module/Special/DisplayNotFound.php:36 +#: src/Module/Special/DisplayNotFound.php:22 msgid "The top-level post was deleted." msgstr "" -#: src/Module/Special/DisplayNotFound.php:37 +#: src/Module/Special/DisplayNotFound.php:23 msgid "This node has blocked the top-level author or the author of the shared post." msgstr "" -#: src/Module/Special/DisplayNotFound.php:38 +#: src/Module/Special/DisplayNotFound.php:24 msgid "You have ignored or blocked the top-level author or the author of the shared post." msgstr "" -#: src/Module/Special/DisplayNotFound.php:39 +#: src/Module/Special/DisplayNotFound.php:25 msgid "You have ignored the top-level author's server or the shared post author's server." msgstr "" -#: src/Module/Special/DisplayNotFound.php:45 +#: src/Module/Special/DisplayNotFound.php:31 msgid "Conversation Not Found" msgstr "" -#: src/Module/Special/DisplayNotFound.php:46 +#: src/Module/Special/DisplayNotFound.php:32 msgid "Unfortunately, the requested conversation isn't available to you." msgstr "" -#: src/Module/Special/DisplayNotFound.php:47 +#: src/Module/Special/DisplayNotFound.php:33 msgid "Possible reasons include:" msgstr "" -#: src/Module/Special/HTTPException.php:78 +#: src/Module/Special/HTTPException.php:64 msgid "Stack trace:" msgstr "" -#: src/Module/Special/HTTPException.php:83 +#: src/Module/Special/HTTPException.php:69 #, php-format msgid "Exception thrown in %s:%d" msgstr "" -#: src/Module/Tos.php:58 src/Module/Tos.php:107 +#: src/Module/Tos.php:44 src/Module/Tos.php:93 msgid "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication." msgstr "" -#: src/Module/Tos.php:59 src/Module/Tos.php:108 +#: src/Module/Tos.php:45 src/Module/Tos.php:94 msgid "This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts." msgstr "" -#: src/Module/Tos.php:60 src/Module/Tos.php:109 +#: src/Module/Tos.php:46 src/Module/Tos.php:95 #, php-format msgid "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/settings/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners." msgstr "" -#: src/Module/Tos.php:63 src/Module/Tos.php:106 +#: src/Module/Tos.php:49 src/Module/Tos.php:92 msgid "Privacy Statement" msgstr "" -#: src/Module/Tos.php:103 +#: src/Module/Tos.php:89 msgid "Rules" msgstr "" -#: src/Module/Update/Display.php:45 +#: src/Module/Update/Display.php:31 msgid "Parameter uri_id is missing." msgstr "" -#: src/Module/Update/Display.php:55 +#: src/Module/Update/Display.php:41 msgid "The requested item doesn't exist or has been deleted." msgstr "" -#: src/Module/User/Delegation.php:146 +#: src/Module/User/Delegation.php:132 #, php-format msgid "You are now logged in as %s" msgstr "" -#: src/Module/User/Delegation.php:185 +#: src/Module/User/Delegation.php:171 msgid "Switch between your accounts" msgstr "" -#: src/Module/User/Delegation.php:186 +#: src/Module/User/Delegation.php:172 msgid "Manage your accounts" msgstr "" -#: src/Module/User/Delegation.php:187 +#: src/Module/User/Delegation.php:173 msgid "Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions" msgstr "" -#: src/Module/User/Delegation.php:188 +#: src/Module/User/Delegation.php:174 msgid "Select an identity to manage: " msgstr "" -#: src/Module/User/Import.php:104 +#: src/Module/User/Import.php:90 msgid "User imports on closed servers can only be done by an administrator." msgstr "" -#: src/Module/User/Import.php:120 +#: src/Module/User/Import.php:106 msgid "Move account" msgstr "" -#: src/Module/User/Import.php:121 +#: src/Module/User/Import.php:107 msgid "You can import an account from another Friendica server." msgstr "" -#: src/Module/User/Import.php:122 +#: src/Module/User/Import.php:108 msgid "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here." msgstr "" -#: src/Module/User/Import.php:123 +#: src/Module/User/Import.php:109 msgid "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora" msgstr "" -#: src/Module/User/Import.php:124 +#: src/Module/User/Import.php:110 msgid "Account file" msgstr "" -#: src/Module/User/Import.php:124 +#: src/Module/User/Import.php:110 msgid "To export your account, go to \"Settings->Export your personal data\" and select \"Export account\"" msgstr "" -#: src/Module/User/Import.php:218 +#: src/Module/User/Import.php:204 msgid "Error decoding account file" msgstr "" -#: src/Module/User/Import.php:223 +#: src/Module/User/Import.php:209 msgid "Error! No version data in file! This is not a Friendica account file?" msgstr "" -#: src/Module/User/Import.php:231 +#: src/Module/User/Import.php:217 #, php-format msgid "User '%s' already exists on this server!" msgstr "" -#: src/Module/User/Import.php:268 +#: src/Module/User/Import.php:254 msgid "User creation error" msgstr "" -#: src/Module/User/Import.php:317 +#: src/Module/User/Import.php:303 #, php-format msgid "%d contact not imported" msgid_plural "%d contacts not imported" msgstr[0] "" msgstr[1] "" -#: src/Module/User/Import.php:366 +#: src/Module/User/Import.php:352 msgid "User profile creation error" msgstr "" -#: src/Module/User/Import.php:417 +#: src/Module/User/Import.php:403 msgid "Done. You can now login with your username and password" msgstr "" -#: src/Module/Welcome.php:44 +#: src/Module/Welcome.php:30 msgid "Welcome to Friendica" msgstr "" -#: src/Module/Welcome.php:45 +#: src/Module/Welcome.php:31 msgid "New Member Checklist" msgstr "" -#: src/Module/Welcome.php:46 +#: src/Module/Welcome.php:32 msgid "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear." msgstr "" -#: src/Module/Welcome.php:48 +#: src/Module/Welcome.php:34 msgid "Getting Started" msgstr "" -#: src/Module/Welcome.php:49 +#: src/Module/Welcome.php:35 msgid "Friendica Walk-Through" msgstr "" -#: src/Module/Welcome.php:50 +#: src/Module/Welcome.php:36 msgid "On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join." msgstr "" -#: src/Module/Welcome.php:53 +#: src/Module/Welcome.php:39 msgid "Go to Your Settings" msgstr "" -#: src/Module/Welcome.php:54 +#: src/Module/Welcome.php:40 msgid "On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web." msgstr "" -#: src/Module/Welcome.php:55 +#: src/Module/Welcome.php:41 msgid "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you." msgstr "" -#: src/Module/Welcome.php:59 +#: src/Module/Welcome.php:45 msgid "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not." msgstr "" -#: src/Module/Welcome.php:60 +#: src/Module/Welcome.php:46 msgid "Edit Your Profile" msgstr "" -#: src/Module/Welcome.php:61 +#: src/Module/Welcome.php:47 msgid "Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors." msgstr "" -#: src/Module/Welcome.php:62 +#: src/Module/Welcome.php:48 msgid "Profile Keywords" msgstr "" -#: src/Module/Welcome.php:63 +#: src/Module/Welcome.php:49 msgid "Set some public keywords for your profile which describe your interests. We may be able to find other people with similar interests and suggest friendships." msgstr "" -#: src/Module/Welcome.php:65 +#: src/Module/Welcome.php:51 msgid "Connecting" msgstr "" -#: src/Module/Welcome.php:67 +#: src/Module/Welcome.php:53 msgid "Importing Emails" msgstr "" -#: src/Module/Welcome.php:68 +#: src/Module/Welcome.php:54 msgid "Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX" msgstr "" -#: src/Module/Welcome.php:69 +#: src/Module/Welcome.php:55 msgid "Go to Your Contacts Page" msgstr "" -#: src/Module/Welcome.php:70 +#: src/Module/Welcome.php:56 msgid "Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog." msgstr "" -#: src/Module/Welcome.php:71 +#: src/Module/Welcome.php:57 msgid "Go to Your Site's Directory" msgstr "" -#: src/Module/Welcome.php:72 +#: src/Module/Welcome.php:58 msgid "The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested." msgstr "" -#: src/Module/Welcome.php:73 +#: src/Module/Welcome.php:59 msgid "Finding New People" msgstr "" -#: src/Module/Welcome.php:74 +#: src/Module/Welcome.php:60 msgid "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours." msgstr "" -#: src/Module/Welcome.php:77 +#: src/Module/Welcome.php:63 msgid "Add Your Contacts To Circle" msgstr "" -#: src/Module/Welcome.php:78 +#: src/Module/Welcome.php:64 msgid "Once you have made some friends, organize them into private conversation circles from the sidebar of your Contacts page and then you can interact with each circle privately on your Network page." msgstr "" -#: src/Module/Welcome.php:80 +#: src/Module/Welcome.php:66 msgid "Why Aren't My Posts Public?" msgstr "" -#: src/Module/Welcome.php:81 +#: src/Module/Welcome.php:67 msgid "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above." msgstr "" -#: src/Module/Welcome.php:83 +#: src/Module/Welcome.php:69 msgid "Getting Help" msgstr "" -#: src/Module/Welcome.php:84 +#: src/Module/Welcome.php:70 msgid "Go to the Help Section" msgstr "" -#: src/Module/Welcome.php:85 +#: src/Module/Welcome.php:71 msgid "Our help pages may be consulted for detail on other program features and resources." msgstr "" -#: src/Navigation/Notifications/Factory/FormattedNavNotification.php:161 +#: src/Navigation/Notifications/Factory/FormattedNavNotification.php:147 msgid "{0} wants to follow you" msgstr "" -#: src/Navigation/Notifications/Factory/FormattedNavNotification.php:163 +#: src/Navigation/Notifications/Factory/FormattedNavNotification.php:149 msgid "{0} has started following you" msgstr "" -#: src/Navigation/Notifications/Factory/FormattedNotify.php:96 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:82 #, php-format msgid "%s liked %s's post" msgstr "" -#: src/Navigation/Notifications/Factory/FormattedNotify.php:108 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:94 #, php-format msgid "%s disliked %s's post" msgstr "" -#: src/Navigation/Notifications/Factory/FormattedNotify.php:120 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:106 #, php-format msgid "%s is attending %s's event" msgstr "" -#: src/Navigation/Notifications/Factory/FormattedNotify.php:132 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:118 #, php-format msgid "%s is not attending %s's event" msgstr "" -#: src/Navigation/Notifications/Factory/FormattedNotify.php:144 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:130 #, php-format msgid "%s may attending %s's event" msgstr "" -#: src/Navigation/Notifications/Factory/FormattedNotify.php:174 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:160 #, php-format msgid "%s is now friends with %s" msgstr "" -#: src/Navigation/Notifications/Factory/FormattedNotify.php:341 -#: src/Navigation/Notifications/Factory/FormattedNotify.php:379 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:327 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:365 #, php-format msgid "%s commented on %s's post" msgstr "" -#: src/Navigation/Notifications/Factory/FormattedNotify.php:378 +#: src/Navigation/Notifications/Factory/FormattedNotify.php:364 #, php-format msgid "%s created a new post" msgstr "" -#: src/Navigation/Notifications/Factory/Introduction.php:132 +#: src/Navigation/Notifications/Factory/Introduction.php:118 msgid "Friend Suggestion" msgstr "" -#: src/Navigation/Notifications/Factory/Introduction.php:158 +#: src/Navigation/Notifications/Factory/Introduction.php:144 msgid "Friend/Connect Request" msgstr "" -#: src/Navigation/Notifications/Factory/Introduction.php:158 +#: src/Navigation/Notifications/Factory/Introduction.php:144 msgid "New Follower" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:134 +#: src/Navigation/Notifications/Factory/Notification.php:120 #, php-format msgid "%1$s wants to follow you" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:136 +#: src/Navigation/Notifications/Factory/Notification.php:122 #, php-format msgid "%1$s has started following you" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:208 +#: src/Navigation/Notifications/Factory/Notification.php:194 #, php-format msgid "%1$s liked your comment on %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:211 +#: src/Navigation/Notifications/Factory/Notification.php:197 #, php-format msgid "%1$s liked your post %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:218 +#: src/Navigation/Notifications/Factory/Notification.php:204 #, php-format msgid "%1$s disliked your comment on %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:221 +#: src/Navigation/Notifications/Factory/Notification.php:207 #, php-format msgid "%1$s disliked your post %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:228 +#: src/Navigation/Notifications/Factory/Notification.php:214 #, php-format msgid "%1$s shared your comment %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:231 -#: src/Navigation/Notifications/Factory/Notification.php:316 +#: src/Navigation/Notifications/Factory/Notification.php:217 +#: src/Navigation/Notifications/Factory/Notification.php:302 #, php-format msgid "%1$s shared your post %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:235 -#: src/Navigation/Notifications/Factory/Notification.php:305 +#: src/Navigation/Notifications/Factory/Notification.php:221 +#: src/Navigation/Notifications/Factory/Notification.php:291 #, php-format msgid "%1$s shared the post %2$s from %3$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:237 -#: src/Navigation/Notifications/Factory/Notification.php:307 +#: src/Navigation/Notifications/Factory/Notification.php:223 +#: src/Navigation/Notifications/Factory/Notification.php:293 #, php-format msgid "%1$s shared a post from %3$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:239 -#: src/Navigation/Notifications/Factory/Notification.php:309 +#: src/Navigation/Notifications/Factory/Notification.php:225 +#: src/Navigation/Notifications/Factory/Notification.php:295 #, php-format msgid "%1$s shared the post %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:241 -#: src/Navigation/Notifications/Factory/Notification.php:311 +#: src/Navigation/Notifications/Factory/Notification.php:227 +#: src/Navigation/Notifications/Factory/Notification.php:297 #, php-format msgid "%1$s shared a post" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:249 +#: src/Navigation/Notifications/Factory/Notification.php:235 #, php-format msgid "%1$s wants to attend your event %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:256 +#: src/Navigation/Notifications/Factory/Notification.php:242 #, php-format msgid "%1$s does not want to attend your event %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:263 +#: src/Navigation/Notifications/Factory/Notification.php:249 #, php-format msgid "%1$s maybe wants to attend your event %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:270 +#: src/Navigation/Notifications/Factory/Notification.php:256 #, php-format msgid "%1$s tagged you on %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:274 +#: src/Navigation/Notifications/Factory/Notification.php:260 #, php-format msgid "%1$s replied to you on %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:278 +#: src/Navigation/Notifications/Factory/Notification.php:264 #, php-format msgid "%1$s commented in your thread %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:282 +#: src/Navigation/Notifications/Factory/Notification.php:268 #, php-format msgid "%1$s commented on your comment %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:289 +#: src/Navigation/Notifications/Factory/Notification.php:275 #, php-format msgid "%1$s commented in their thread %2$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:291 +#: src/Navigation/Notifications/Factory/Notification.php:277 #, php-format msgid "%1$s commented in their thread" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:293 +#: src/Navigation/Notifications/Factory/Notification.php:279 #, php-format msgid "%1$s commented in the thread %2$s from %3$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:295 +#: src/Navigation/Notifications/Factory/Notification.php:281 #, php-format msgid "%1$s commented in the thread from %3$s" msgstr "" -#: src/Navigation/Notifications/Factory/Notification.php:300 +#: src/Navigation/Notifications/Factory/Notification.php:286 #, php-format msgid "%1$s commented on your thread %2$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:225 -#: src/Navigation/Notifications/Repository/Notify.php:754 +#: src/Navigation/Notifications/Repository/Notify.php:211 +#: src/Navigation/Notifications/Repository/Notify.php:740 msgid "[Friendica:Notify]" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:293 +#: src/Navigation/Notifications/Repository/Notify.php:279 #, php-format msgid "%s New mail received at %s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:295 +#: src/Navigation/Notifications/Repository/Notify.php:281 #, php-format msgid "%1$s sent you a new private message at %2$s." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:296 +#: src/Navigation/Notifications/Repository/Notify.php:282 msgid "a private message" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:296 +#: src/Navigation/Notifications/Repository/Notify.php:282 #, php-format msgid "%1$s sent you %2$s." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:298 +#: src/Navigation/Notifications/Repository/Notify.php:284 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:328 +#: src/Navigation/Notifications/Repository/Notify.php:314 #, php-format msgid "%1$s commented on %2$s's %3$s %4$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:333 +#: src/Navigation/Notifications/Repository/Notify.php:319 #, php-format msgid "%1$s commented on your %2$s %3$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:337 +#: src/Navigation/Notifications/Repository/Notify.php:323 #, php-format msgid "%1$s commented on their %2$s %3$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:341 -#: src/Navigation/Notifications/Repository/Notify.php:788 +#: src/Navigation/Notifications/Repository/Notify.php:327 +#: src/Navigation/Notifications/Repository/Notify.php:774 #, php-format msgid "%1$s Comment to conversation #%2$d by %3$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:343 +#: src/Navigation/Notifications/Repository/Notify.php:329 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:347 -#: src/Navigation/Notifications/Repository/Notify.php:362 -#: src/Navigation/Notifications/Repository/Notify.php:814 +#: src/Navigation/Notifications/Repository/Notify.php:333 +#: src/Navigation/Notifications/Repository/Notify.php:348 +#: src/Navigation/Notifications/Repository/Notify.php:800 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:354 +#: src/Navigation/Notifications/Repository/Notify.php:340 #, php-format msgid "%s %s posted to your profile wall" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:356 +#: src/Navigation/Notifications/Repository/Notify.php:342 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:357 +#: src/Navigation/Notifications/Repository/Notify.php:343 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:370 +#: src/Navigation/Notifications/Repository/Notify.php:356 #, php-format msgid "%s Introduction received" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:372 +#: src/Navigation/Notifications/Repository/Notify.php:358 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:373 +#: src/Navigation/Notifications/Repository/Notify.php:359 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:378 -#: src/Navigation/Notifications/Repository/Notify.php:424 +#: src/Navigation/Notifications/Repository/Notify.php:364 +#: src/Navigation/Notifications/Repository/Notify.php:410 #, php-format msgid "You may visit their profile at %s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:380 +#: src/Navigation/Notifications/Repository/Notify.php:366 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:387 +#: src/Navigation/Notifications/Repository/Notify.php:373 #, php-format msgid "%s A new person is sharing with you" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:389 -#: src/Navigation/Notifications/Repository/Notify.php:390 +#: src/Navigation/Notifications/Repository/Notify.php:375 +#: src/Navigation/Notifications/Repository/Notify.php:376 #, php-format msgid "%1$s is sharing with you at %2$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:397 +#: src/Navigation/Notifications/Repository/Notify.php:383 #, php-format msgid "%s You have a new follower" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:399 -#: src/Navigation/Notifications/Repository/Notify.php:400 +#: src/Navigation/Notifications/Repository/Notify.php:385 +#: src/Navigation/Notifications/Repository/Notify.php:386 #, php-format msgid "You have a new follower at %2$s : %1$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:413 +#: src/Navigation/Notifications/Repository/Notify.php:399 #, php-format msgid "%s Friend suggestion received" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:415 +#: src/Navigation/Notifications/Repository/Notify.php:401 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:416 +#: src/Navigation/Notifications/Repository/Notify.php:402 #, php-format msgid "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:422 +#: src/Navigation/Notifications/Repository/Notify.php:408 msgid "Name:" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:423 +#: src/Navigation/Notifications/Repository/Notify.php:409 msgid "Photo:" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:426 +#: src/Navigation/Notifications/Repository/Notify.php:412 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:434 -#: src/Navigation/Notifications/Repository/Notify.php:449 +#: src/Navigation/Notifications/Repository/Notify.php:420 +#: src/Navigation/Notifications/Repository/Notify.php:435 #, php-format msgid "%s Connection accepted" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:436 -#: src/Navigation/Notifications/Repository/Notify.php:451 +#: src/Navigation/Notifications/Repository/Notify.php:422 +#: src/Navigation/Notifications/Repository/Notify.php:437 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:437 -#: src/Navigation/Notifications/Repository/Notify.php:452 +#: src/Navigation/Notifications/Repository/Notify.php:423 +#: src/Navigation/Notifications/Repository/Notify.php:438 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:442 +#: src/Navigation/Notifications/Repository/Notify.php:428 msgid "You are now mutual friends and may exchange status updates, photos, and email without restriction." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:444 +#: src/Navigation/Notifications/Repository/Notify.php:430 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:457 +#: src/Navigation/Notifications/Repository/Notify.php:443 #, php-format msgid "'%1$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:459 +#: src/Navigation/Notifications/Repository/Notify.php:445 #, php-format msgid "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:461 +#: src/Navigation/Notifications/Repository/Notify.php:447 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:471 +#: src/Navigation/Notifications/Repository/Notify.php:457 msgid "registration request" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:473 +#: src/Navigation/Notifications/Repository/Notify.php:459 #, php-format msgid "You've received a registration request from '%1$s' at %2$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:474 +#: src/Navigation/Notifications/Repository/Notify.php:460 #, php-format msgid "You've received a [url=%1$s]registration request[/url] from %2$s." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:479 -#: src/Navigation/Notifications/Repository/Notify.php:500 +#: src/Navigation/Notifications/Repository/Notify.php:465 +#: src/Navigation/Notifications/Repository/Notify.php:486 #, php-format msgid "" "Display Name:\t%s\n" @@ -11384,760 +11383,760 @@ msgid "" "Login Name:\t%s (%s)" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:485 +#: src/Navigation/Notifications/Repository/Notify.php:471 #, php-format msgid "Please visit %s to approve or reject the request." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:492 +#: src/Navigation/Notifications/Repository/Notify.php:478 msgid "new registration" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:494 +#: src/Navigation/Notifications/Repository/Notify.php:480 #, php-format msgid "You've received a new registration from '%1$s' at %2$s" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:495 +#: src/Navigation/Notifications/Repository/Notify.php:481 #, php-format msgid "You've received a [url=%1$s]new registration[/url] from %2$s." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:506 +#: src/Navigation/Notifications/Repository/Notify.php:492 #, php-format msgid "Please visit %s to have a look at the new registration." msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:782 +#: src/Navigation/Notifications/Repository/Notify.php:768 #, php-format msgid "%s %s tagged you" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:785 +#: src/Navigation/Notifications/Repository/Notify.php:771 #, php-format msgid "%s %s shared a new post" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:793 +#: src/Navigation/Notifications/Repository/Notify.php:779 #, php-format msgid "%1$s %2$s liked your post #%3$d" msgstr "" -#: src/Navigation/Notifications/Repository/Notify.php:796 +#: src/Navigation/Notifications/Repository/Notify.php:782 #, php-format msgid "%1$s %2$s liked your comment on #%3$d" msgstr "" -#: src/Object/EMail/ItemCCEMail.php:42 +#: src/Object/EMail/ItemCCEMail.php:28 #, php-format msgid "This message was sent to you by %s, a member of the Friendica social network." msgstr "" -#: src/Object/EMail/ItemCCEMail.php:44 +#: src/Object/EMail/ItemCCEMail.php:30 #, php-format msgid "You may visit them online at %s" msgstr "" -#: src/Object/EMail/ItemCCEMail.php:45 +#: src/Object/EMail/ItemCCEMail.php:31 msgid "Please contact the sender by replying to this post if you do not wish to receive these messages." msgstr "" -#: src/Object/EMail/ItemCCEMail.php:49 +#: src/Object/EMail/ItemCCEMail.php:35 #, php-format msgid "%s posted an update." msgstr "" -#: src/Object/Post.php:138 +#: src/Object/Post.php:124 msgid "Private Message" msgstr "" -#: src/Object/Post.php:142 +#: src/Object/Post.php:128 msgid "Public Message" msgstr "" -#: src/Object/Post.php:146 +#: src/Object/Post.php:132 msgid "Unlisted Message" msgstr "" -#: src/Object/Post.php:182 +#: src/Object/Post.php:168 msgid "This entry was edited" msgstr "" -#: src/Object/Post.php:210 +#: src/Object/Post.php:196 msgid "Connector Message" msgstr "" -#: src/Object/Post.php:239 src/Object/Post.php:241 +#: src/Object/Post.php:225 src/Object/Post.php:227 msgid "Edit" msgstr "" -#: src/Object/Post.php:275 +#: src/Object/Post.php:261 msgid "Delete globally" msgstr "" -#: src/Object/Post.php:275 +#: src/Object/Post.php:261 msgid "Remove locally" msgstr "" -#: src/Object/Post.php:282 +#: src/Object/Post.php:268 #, php-format msgid "Block %s" msgstr "" -#: src/Object/Post.php:287 +#: src/Object/Post.php:273 #, php-format msgid "Ignore %s" msgstr "" -#: src/Object/Post.php:292 +#: src/Object/Post.php:278 #, php-format msgid "Collapse %s" msgstr "" -#: src/Object/Post.php:296 +#: src/Object/Post.php:282 msgid "Report post" msgstr "" -#: src/Object/Post.php:307 +#: src/Object/Post.php:293 msgid "Save to folder" msgstr "" -#: src/Object/Post.php:347 +#: src/Object/Post.php:333 msgid "I will attend" msgstr "" -#: src/Object/Post.php:347 +#: src/Object/Post.php:333 msgid "I will not attend" msgstr "" -#: src/Object/Post.php:347 +#: src/Object/Post.php:333 msgid "I might attend" msgstr "" -#: src/Object/Post.php:394 +#: src/Object/Post.php:380 msgid "Ignore thread" msgstr "" -#: src/Object/Post.php:395 +#: src/Object/Post.php:381 msgid "Unignore thread" msgstr "" -#: src/Object/Post.php:396 +#: src/Object/Post.php:382 msgid "Toggle ignore status" msgstr "" -#: src/Object/Post.php:406 +#: src/Object/Post.php:392 msgid "Add star" msgstr "" -#: src/Object/Post.php:407 +#: src/Object/Post.php:393 msgid "Remove star" msgstr "" -#: src/Object/Post.php:408 +#: src/Object/Post.php:394 msgid "Toggle star status" msgstr "" -#: src/Object/Post.php:419 +#: src/Object/Post.php:405 msgid "Pin" msgstr "" -#: src/Object/Post.php:420 +#: src/Object/Post.php:406 msgid "Unpin" msgstr "" -#: src/Object/Post.php:421 +#: src/Object/Post.php:407 msgid "Toggle pin status" msgstr "" -#: src/Object/Post.php:424 +#: src/Object/Post.php:410 msgid "Pinned" msgstr "" -#: src/Object/Post.php:429 +#: src/Object/Post.php:415 msgid "Add tag" msgstr "" -#: src/Object/Post.php:444 +#: src/Object/Post.php:430 msgid "Quote share this" msgstr "" -#: src/Object/Post.php:444 +#: src/Object/Post.php:430 msgid "Quote Share" msgstr "" -#: src/Object/Post.php:447 +#: src/Object/Post.php:433 msgid "Reshare this" msgstr "" -#: src/Object/Post.php:447 +#: src/Object/Post.php:433 msgid "Reshare" msgstr "" -#: src/Object/Post.php:448 +#: src/Object/Post.php:434 msgid "Cancel your Reshare" msgstr "" -#: src/Object/Post.php:448 +#: src/Object/Post.php:434 msgid "Unshare" msgstr "" -#: src/Object/Post.php:492 +#: src/Object/Post.php:478 #, php-format msgid "%s (Received %s)" msgstr "" -#: src/Object/Post.php:498 +#: src/Object/Post.php:484 msgid "Comment this item on your system" msgstr "" -#: src/Object/Post.php:498 +#: src/Object/Post.php:484 msgid "Remote comment" msgstr "" -#: src/Object/Post.php:520 +#: src/Object/Post.php:506 msgid "Share via ..." msgstr "" -#: src/Object/Post.php:520 +#: src/Object/Post.php:506 msgid "Share via external services" msgstr "" -#: src/Object/Post.php:527 +#: src/Object/Post.php:513 msgid "Unknown parent" msgstr "" -#: src/Object/Post.php:531 +#: src/Object/Post.php:517 #, php-format msgid "in reply to %s" msgstr "" -#: src/Object/Post.php:533 +#: src/Object/Post.php:519 msgid "Parent is probably private or not federated." msgstr "" -#: src/Object/Post.php:557 +#: src/Object/Post.php:543 msgid "to" msgstr "" -#: src/Object/Post.php:558 +#: src/Object/Post.php:544 msgid "via" msgstr "" -#: src/Object/Post.php:559 +#: src/Object/Post.php:545 msgid "Wall-to-Wall" msgstr "" -#: src/Object/Post.php:560 +#: src/Object/Post.php:546 msgid "via Wall-To-Wall:" msgstr "" -#: src/Object/Post.php:613 +#: src/Object/Post.php:599 #, php-format msgid "Reply to %s" msgstr "" -#: src/Object/Post.php:616 +#: src/Object/Post.php:602 msgid "More" msgstr "" -#: src/Object/Post.php:635 +#: src/Object/Post.php:621 msgid "Notifier task is pending" msgstr "" -#: src/Object/Post.php:636 +#: src/Object/Post.php:622 msgid "Delivery to remote servers is pending" msgstr "" -#: src/Object/Post.php:637 +#: src/Object/Post.php:623 msgid "Delivery to remote servers is underway" msgstr "" -#: src/Object/Post.php:638 +#: src/Object/Post.php:624 msgid "Delivery to remote servers is mostly done" msgstr "" -#: src/Object/Post.php:639 +#: src/Object/Post.php:625 msgid "Delivery to remote servers is done" msgstr "" -#: src/Object/Post.php:661 +#: src/Object/Post.php:647 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "" msgstr[1] "" -#: src/Object/Post.php:662 +#: src/Object/Post.php:648 msgid "Show more" msgstr "" -#: src/Object/Post.php:663 +#: src/Object/Post.php:649 msgid "Show fewer" msgstr "" -#: src/Object/Post.php:700 +#: src/Object/Post.php:686 #, php-format msgid "Reshared by: %s" msgstr "" -#: src/Object/Post.php:705 +#: src/Object/Post.php:691 #, php-format msgid "Viewed by: %s" msgstr "" -#: src/Object/Post.php:710 +#: src/Object/Post.php:696 #, php-format msgid "Read by: %s" msgstr "" -#: src/Object/Post.php:715 +#: src/Object/Post.php:701 #, php-format msgid "Liked by: %s" msgstr "" -#: src/Object/Post.php:720 +#: src/Object/Post.php:706 #, php-format msgid "Disliked by: %s" msgstr "" -#: src/Object/Post.php:725 +#: src/Object/Post.php:711 #, php-format msgid "Attended by: %s" msgstr "" -#: src/Object/Post.php:730 +#: src/Object/Post.php:716 #, php-format msgid "Maybe attended by: %s" msgstr "" -#: src/Object/Post.php:735 +#: src/Object/Post.php:721 #, php-format msgid "Not attended by: %s" msgstr "" -#: src/Object/Post.php:740 +#: src/Object/Post.php:726 #, php-format msgid "Commented by: %s" msgstr "" -#: src/Object/Post.php:745 +#: src/Object/Post.php:731 #, php-format msgid "Reacted with %s by: %s" msgstr "" -#: src/Object/Post.php:768 +#: src/Object/Post.php:754 #, php-format msgid "Quote shared by: %s" msgstr "" -#: src/Protocol/ActivityPub/Receiver.php:571 +#: src/Protocol/ActivityPub/Receiver.php:557 msgid "Chat" msgstr "" -#: src/Protocol/Delivery.php:544 +#: src/Protocol/Delivery.php:530 msgid "(no subject)" msgstr "" -#: src/Protocol/OStatus.php:1392 +#: src/Protocol/OStatus.php:1378 #, php-format msgid "%s is now following %s." msgstr "" -#: src/Protocol/OStatus.php:1393 +#: src/Protocol/OStatus.php:1379 msgid "following" msgstr "" -#: src/Protocol/OStatus.php:1396 +#: src/Protocol/OStatus.php:1382 #, php-format msgid "%s stopped following %s." msgstr "" -#: src/Protocol/OStatus.php:1397 +#: src/Protocol/OStatus.php:1383 msgid "stopped following" msgstr "" -#: src/Render/FriendicaSmartyEngine.php:56 +#: src/Render/FriendicaSmartyEngine.php:42 #, php-format msgid "The folder %s must be writable by webserver." msgstr "" -#: src/Security/Authentication.php:214 +#: src/Security/Authentication.php:200 msgid "Login failed." msgstr "" -#: src/Security/Authentication.php:259 +#: src/Security/Authentication.php:245 msgid "Login failed. Please check your credentials." msgstr "" -#: src/Security/Authentication.php:373 +#: src/Security/Authentication.php:359 #, php-format msgid "Welcome %s" msgstr "" -#: src/Security/Authentication.php:374 +#: src/Security/Authentication.php:360 msgid "Please upload a profile photo." msgstr "" -#: src/Security/OpenWebAuth.php:163 +#: src/Security/OpenWebAuth.php:149 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "" -#: src/Util/EMailer/MailBuilder.php:260 +#: src/Util/EMailer/MailBuilder.php:246 msgid "Friendica Notification" msgstr "" -#: src/Util/EMailer/NotifyMailBuilder.php:78 -#: src/Util/EMailer/SystemMailBuilder.php:54 +#: src/Util/EMailer/NotifyMailBuilder.php:64 +#: src/Util/EMailer/SystemMailBuilder.php:40 #, php-format msgid "%1$s, %2$s Administrator" msgstr "" -#: src/Util/EMailer/NotifyMailBuilder.php:80 -#: src/Util/EMailer/SystemMailBuilder.php:56 +#: src/Util/EMailer/NotifyMailBuilder.php:66 +#: src/Util/EMailer/SystemMailBuilder.php:42 #, php-format msgid "%s Administrator" msgstr "" -#: src/Util/EMailer/NotifyMailBuilder.php:193 -#: src/Util/EMailer/NotifyMailBuilder.php:217 -#: src/Util/EMailer/SystemMailBuilder.php:101 -#: src/Util/EMailer/SystemMailBuilder.php:118 +#: src/Util/EMailer/NotifyMailBuilder.php:179 +#: src/Util/EMailer/NotifyMailBuilder.php:203 +#: src/Util/EMailer/SystemMailBuilder.php:87 +#: src/Util/EMailer/SystemMailBuilder.php:104 msgid "thanks" msgstr "" -#: src/Util/Temporal.php:172 +#: src/Util/Temporal.php:158 msgid "YYYY-MM-DD or MM-DD" msgstr "" -#: src/Util/Temporal.php:280 +#: src/Util/Temporal.php:266 #, php-format msgid "Time zone: %s Change in Settings" msgstr "" -#: src/Util/Temporal.php:320 src/Util/Temporal.php:329 +#: src/Util/Temporal.php:306 src/Util/Temporal.php:315 msgid "never" msgstr "" -#: src/Util/Temporal.php:343 +#: src/Util/Temporal.php:329 msgid "less than a second ago" msgstr "" -#: src/Util/Temporal.php:352 +#: src/Util/Temporal.php:338 msgid "year" msgstr "" -#: src/Util/Temporal.php:352 +#: src/Util/Temporal.php:338 msgid "years" msgstr "" -#: src/Util/Temporal.php:353 +#: src/Util/Temporal.php:339 msgid "months" msgstr "" -#: src/Util/Temporal.php:354 +#: src/Util/Temporal.php:340 msgid "weeks" msgstr "" -#: src/Util/Temporal.php:355 +#: src/Util/Temporal.php:341 msgid "days" msgstr "" -#: src/Util/Temporal.php:356 +#: src/Util/Temporal.php:342 msgid "hour" msgstr "" -#: src/Util/Temporal.php:356 +#: src/Util/Temporal.php:342 msgid "hours" msgstr "" -#: src/Util/Temporal.php:357 +#: src/Util/Temporal.php:343 msgid "minute" msgstr "" -#: src/Util/Temporal.php:357 +#: src/Util/Temporal.php:343 msgid "minutes" msgstr "" -#: src/Util/Temporal.php:358 +#: src/Util/Temporal.php:344 msgid "second" msgstr "" -#: src/Util/Temporal.php:358 +#: src/Util/Temporal.php:344 msgid "seconds" msgstr "" -#: src/Util/Temporal.php:367 +#: src/Util/Temporal.php:353 #, php-format msgid "in %1$d %2$s" msgstr "" -#: src/Util/Temporal.php:370 +#: src/Util/Temporal.php:356 #, php-format msgid "%1$d %2$s ago" msgstr "" -#: src/Worker/PushSubscription.php:110 +#: src/Worker/PushSubscription.php:96 msgid "Notification from Friendica" msgstr "" -#: src/Worker/PushSubscription.php:111 +#: src/Worker/PushSubscription.php:97 msgid "Empty Post" msgstr "" -#: view/theme/duepuntozero/config.php:68 +#: view/theme/duepuntozero/config.php:56 msgid "default" msgstr "" -#: view/theme/duepuntozero/config.php:69 +#: view/theme/duepuntozero/config.php:57 msgid "greenzero" msgstr "" -#: view/theme/duepuntozero/config.php:70 +#: view/theme/duepuntozero/config.php:58 msgid "purplezero" msgstr "" -#: view/theme/duepuntozero/config.php:71 +#: view/theme/duepuntozero/config.php:59 msgid "easterbunny" msgstr "" -#: view/theme/duepuntozero/config.php:72 +#: view/theme/duepuntozero/config.php:60 msgid "darkzero" msgstr "" -#: view/theme/duepuntozero/config.php:73 +#: view/theme/duepuntozero/config.php:61 msgid "comix" msgstr "" -#: view/theme/duepuntozero/config.php:74 +#: view/theme/duepuntozero/config.php:62 msgid "slackr" msgstr "" -#: view/theme/duepuntozero/config.php:87 +#: view/theme/duepuntozero/config.php:75 msgid "Variations" msgstr "" -#: view/theme/frio/config.php:146 +#: view/theme/frio/config.php:134 msgid "Note" msgstr "" -#: view/theme/frio/config.php:146 +#: view/theme/frio/config.php:134 msgid "Check image permissions if all users are allowed to see the image" msgstr "" -#: view/theme/frio/config.php:152 +#: view/theme/frio/config.php:140 msgid "Appearance" msgstr "" -#: view/theme/frio/config.php:153 +#: view/theme/frio/config.php:141 msgid "Accent color" msgstr "" -#: view/theme/frio/config.php:153 +#: view/theme/frio/config.php:141 msgid "Blue" msgstr "" -#: view/theme/frio/config.php:153 +#: view/theme/frio/config.php:141 msgid "Red" msgstr "" -#: view/theme/frio/config.php:153 +#: view/theme/frio/config.php:141 msgid "Purple" msgstr "" -#: view/theme/frio/config.php:153 +#: view/theme/frio/config.php:141 msgid "Green" msgstr "" -#: view/theme/frio/config.php:153 +#: view/theme/frio/config.php:141 msgid "Pink" msgstr "" -#: view/theme/frio/config.php:154 +#: view/theme/frio/config.php:142 msgid "Copy or paste schemestring" msgstr "" -#: view/theme/frio/config.php:154 +#: view/theme/frio/config.php:142 msgid "You can copy this string to share your theme with others. Pasting here applies the schemestring" msgstr "" -#: view/theme/frio/config.php:155 +#: view/theme/frio/config.php:143 msgid "Navigation bar background color" msgstr "" -#: view/theme/frio/config.php:156 +#: view/theme/frio/config.php:144 msgid "Navigation bar icon color " msgstr "" -#: view/theme/frio/config.php:157 +#: view/theme/frio/config.php:145 msgid "Link color" msgstr "" -#: view/theme/frio/config.php:158 +#: view/theme/frio/config.php:146 msgid "Set the background color" msgstr "" -#: view/theme/frio/config.php:159 +#: view/theme/frio/config.php:147 msgid "Content background opacity" msgstr "" -#: view/theme/frio/config.php:160 +#: view/theme/frio/config.php:148 msgid "Set the background image" msgstr "" -#: view/theme/frio/config.php:161 +#: view/theme/frio/config.php:149 msgid "Background image style" msgstr "" -#: view/theme/frio/config.php:164 +#: view/theme/frio/config.php:152 msgid "Always open Compose page" msgstr "" -#: view/theme/frio/config.php:164 +#: view/theme/frio/config.php:152 msgid "The New Post button always open the Compose page instead of the modal form. When this is disabled, the Compose page can be accessed with a middle click on the link or from the modal." msgstr "" -#: view/theme/frio/config.php:168 +#: view/theme/frio/config.php:156 msgid "Login page background image" msgstr "" -#: view/theme/frio/config.php:172 +#: view/theme/frio/config.php:160 msgid "Login page background color" msgstr "" -#: view/theme/frio/config.php:172 +#: view/theme/frio/config.php:160 msgid "Leave background image and color empty for theme defaults" msgstr "" -#: view/theme/frio/php/Image.php:39 +#: view/theme/frio/php/Image.php:27 msgid "Top Banner" msgstr "" -#: view/theme/frio/php/Image.php:39 +#: view/theme/frio/php/Image.php:27 msgid "Resize image to the width of the screen and show background color below on long pages." msgstr "" -#: view/theme/frio/php/Image.php:40 +#: view/theme/frio/php/Image.php:28 msgid "Full screen" msgstr "" -#: view/theme/frio/php/Image.php:40 +#: view/theme/frio/php/Image.php:28 msgid "Resize image to fill entire screen, clipping either the right or the bottom." msgstr "" -#: view/theme/frio/php/Image.php:41 +#: view/theme/frio/php/Image.php:29 msgid "Single row mosaic" msgstr "" -#: view/theme/frio/php/Image.php:41 +#: view/theme/frio/php/Image.php:29 msgid "Resize image to repeat it on a single row, either vertical or horizontal." msgstr "" -#: view/theme/frio/php/Image.php:42 +#: view/theme/frio/php/Image.php:30 msgid "Mosaic" msgstr "" -#: view/theme/frio/php/Image.php:42 +#: view/theme/frio/php/Image.php:30 msgid "Repeat image to fill the screen." msgstr "" -#: view/theme/frio/php/default.php:82 view/theme/frio/php/standard.php:40 +#: view/theme/frio/php/default.php:70 view/theme/frio/php/standard.php:28 msgid "Skip to main content" msgstr "" -#: view/theme/frio/php/default.php:153 view/theme/frio/php/standard.php:75 +#: view/theme/frio/php/default.php:141 view/theme/frio/php/standard.php:63 msgid "Back to top" msgstr "" -#: view/theme/frio/php/scheme.php:105 +#: view/theme/frio/php/scheme.php:93 msgid "Light" msgstr "" -#: view/theme/frio/php/scheme.php:106 +#: view/theme/frio/php/scheme.php:94 msgid "Dark" msgstr "" -#: view/theme/frio/php/scheme.php:107 +#: view/theme/frio/php/scheme.php:95 msgid "Black" msgstr "" -#: view/theme/frio/php/scheme.php:118 +#: view/theme/frio/php/scheme.php:106 msgid "Custom" msgstr "" -#: view/theme/frio/theme.php:214 +#: view/theme/frio/theme.php:202 msgid "Guest" msgstr "" -#: view/theme/frio/theme.php:217 +#: view/theme/frio/theme.php:205 msgid "Visitor" msgstr "" -#: view/theme/quattro/config.php:89 +#: view/theme/quattro/config.php:77 msgid "Alignment" msgstr "" -#: view/theme/quattro/config.php:89 +#: view/theme/quattro/config.php:77 msgid "Left" msgstr "" -#: view/theme/quattro/config.php:89 +#: view/theme/quattro/config.php:77 msgid "Center" msgstr "" -#: view/theme/quattro/config.php:90 +#: view/theme/quattro/config.php:78 msgid "Color scheme" msgstr "" -#: view/theme/quattro/config.php:91 +#: view/theme/quattro/config.php:79 msgid "Posts font size" msgstr "" -#: view/theme/quattro/config.php:92 +#: view/theme/quattro/config.php:80 msgid "Textareas font size" msgstr "" -#: view/theme/vier/config.php:91 +#: view/theme/vier/config.php:79 msgid "Comma separated list of helper groups" msgstr "" -#: view/theme/vier/config.php:131 +#: view/theme/vier/config.php:119 msgid "don't show" msgstr "" -#: view/theme/vier/config.php:131 +#: view/theme/vier/config.php:119 msgid "show" msgstr "" -#: view/theme/vier/config.php:137 +#: view/theme/vier/config.php:125 msgid "Set style" msgstr "" -#: view/theme/vier/config.php:138 +#: view/theme/vier/config.php:126 msgid "Community Pages" msgstr "" -#: view/theme/vier/config.php:139 view/theme/vier/theme.php:148 +#: view/theme/vier/config.php:127 view/theme/vier/theme.php:136 msgid "Community Profiles" msgstr "" -#: view/theme/vier/config.php:140 +#: view/theme/vier/config.php:128 msgid "Help or @NewHere ?" msgstr "" -#: view/theme/vier/config.php:141 view/theme/vier/theme.php:319 +#: view/theme/vier/config.php:129 view/theme/vier/theme.php:307 msgid "Connect Services" msgstr "" -#: view/theme/vier/config.php:142 +#: view/theme/vier/config.php:130 msgid "Find Friends" msgstr "" -#: view/theme/vier/config.php:143 view/theme/vier/theme.php:175 +#: view/theme/vier/config.php:131 view/theme/vier/theme.php:163 msgid "Last users" msgstr "" -#: view/theme/vier/theme.php:234 +#: view/theme/vier/theme.php:222 msgid "Quick Start" msgstr ""